01KRCYRCTK0B3732P7B28M62CK: 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: 01KRCYRTVSE356NPTZQA8DR8WT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T02:03:53.721Zjob assigned to worker 01KRCYS2CXNVQCEZ6Y4S6FGRN4 [factory aws, i-09e74dc8feade42a6] (queued for 48 s)
 
22026-05-12T02:04:00.079Zstarting task 0: "setup"
32026-05-12T02:04:00.083Z++ uname -s
42026-05-12T02:04:00.086Z+ kern=SunOS
52026-05-12T02:04:00.086Z+ build_user=build
62026-05-12T02:04:00.086Z+ build_uid=12345
72026-05-12T02:04:00.086Z+ work_dir=/work
82026-05-12T02:04:00.086Z+ input_dir=/input
92026-05-12T02:04:00.086Z+ [[ 0 == 12345 ]]
102026-05-12T02:04:00.086Z+ case "$kern" in
112026-05-12T02:04:00.086Z+ groupadd -g 12345 build
122026-05-12T02:04:00.089Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T02:04:02.094Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T02:04:02.196Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T02:04:02.199Z+ home_fs=zfs
162026-05-12T02:04:02.199Z+ [[ zfs == autofs ]]
172026-05-12T02:04:02.199Z+ mkdir -p /home/build
182026-05-12T02:04:02.199Z+ chown build:build /home/build /work
192026-05-12T02:04:04.200Z+ chmod 0700 /home/build /work
202026-05-12T02:04:04.203Zprocess exited: duration 4126 ms, exit code 0
 
212026-05-12T02:04:04.209Zstarting task 1: "rust-toolchain"
222026-05-12T02:04:04.213Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T02:04:04.213Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T02:04:04.213Z * rust toolchain channel = "1.94.0"
252026-05-12T02:04:04.213Z * rust toolchain profile = "default"
262026-05-12T02:04:04.213Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-12T02:04:04.213Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-12T02:04:04.216Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T02:04:04.216Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T02:04:04.361Zinfo: downloading installer
312026-05-12T02:04:05.790Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T02:04:05.790Zwarn: /home/build/.rustup/settings.toml
332026-05-12T02:04:05.790Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T02:04:05.790Zwarn: instead of the one inferred from the default host triple.
352026-05-12T02:04:05.802Zinfo: profile set to default
362026-05-12T02:04:05.802Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T02:04:05.806Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T02:04:05.938Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T02:04:05.941Zinfo: downloading 6 components
402026-05-12T02:04:20.801Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T02:04:20.801Z
422026-05-12T02:04:20.829Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T02:04:20.830Z
442026-05-12T02:04:20.830Z
452026-05-12T02:04:20.830ZRust is installed now. Great!
462026-05-12T02:04:20.830Z
472026-05-12T02:04:20.841ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T02:04:20.841Zenvironment variable. This has not been done automatically.
492026-05-12T02:04:20.841Z
502026-05-12T02:04:20.842ZTo configure your current shell, you need to source
512026-05-12T02:04:20.842Zthe corresponding env file under $HOME/.cargo.
522026-05-12T02:04:20.842Z
532026-05-12T02:04:20.842ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T02:04:20.842Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T02:04:20.842Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T02:04:20.842Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T02:04:20.842Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T02:04:20.842Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T02:04:20.842Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T02:04:20.843Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T02:04:20.843Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T02:04:20.928Z+ rustup --version
632026-05-12T02:04:20.959Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T02:04:20.959Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T02:04:20.960Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T02:04:20.960Z+ cargo --version
672026-05-12T02:04:20.985Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T02:04:20.985Z+ rustc --version
692026-05-12T02:04:21.002Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T02:04:21.002Zprocess exited: duration 16762 ms, exit code 0
 
712026-05-12T02:04:21.054Zstarting task 2: "authentication"
722026-05-12T02:04:21.069Zprocess exited: duration 22 ms, exit code 0
 
732026-05-12T02:04:21.089Zstarting task 3: "clone repository"
742026-05-12T02:04:21.093Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T02:04:21.098Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T02:04:21.130ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T02:04:30.869Z+ cd /work/oxidecomputer/omicron
782026-05-12T02:04:30.869Z+ git fetch origin 055f331cd4bac333d074c1656de8142cc81bc876
792026-05-12T02:04:31.114ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T02:04:31.115Z * branch 055f331cd4bac333d074c1656de8142cc81bc876 -> FETCH_HEAD
812026-05-12T02:04:31.124Z+ [[ -n ry/opte-985 ]]
822026-05-12T02:04:31.127Z++ git branch --show-current
832026-05-12T02:04:31.127Z+ current=main
842026-05-12T02:04:31.127Z+ [[ main != ry/opte-985 ]]
852026-05-12T02:04:31.127Z+ git branch -f ry/opte-985 055f331cd4bac333d074c1656de8142cc81bc876
862026-05-12T02:04:31.130Z+ git checkout -f ry/opte-985
872026-05-12T02:04:31.372ZSwitched to branch 'ry/opte-985'
882026-05-12T02:04:31.382Z+ git reset --hard 055f331cd4bac333d074c1656de8142cc81bc876
892026-05-12T02:04:31.593ZHEAD is now at 055f331cd bump opte to version 0.40.479
902026-05-12T02:04:31.597Zprocess exited: duration 10506 ms, exit code 0
 
912026-05-12T02:04:31.603Zstarting task 4: "build"
922026-05-12T02:04:31.608Z+ source .github/buildomat/ci-env.sh
932026-05-12T02:04:31.608Z++ export CARGO_TERM_COLOR=always
942026-05-12T02:04:31.608Z++ CARGO_TERM_COLOR=always
952026-05-12T02:04:31.608Z+ cargo --version
962026-05-12T02:04:31.618Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T02:04:31.622Z+ rustc --version
982026-05-12T02:04:31.641Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T02:04:31.644Z+ source ./env.sh
1002026-05-12T02:04:31.644Z++ OLD_SHELL_OPTS=ehxB
1012026-05-12T02:04:31.644Z++ set -o xtrace
1022026-05-12T02:04:31.647Z++++ dirname ./env.sh
1032026-05-12T02:04:31.648Z+++ readlink -f .
1042026-05-12T02:04:31.650Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ 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-05-12T02:04:31.651Z++ case $OLD_SHELL_OPTS in
1142026-05-12T02:04:31.651Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-12T02:04:31.651Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-12T02:04:31.651Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-12T02:04:31.651Z+ banner prerequisites
1182026-05-12T02:04:31.654Z
1192026-05-12T02:04:31.654Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-12T02:04:31.654Z # # # # # # # # # # # # # # #
1212026-05-12T02:04:31.654Z # # # # ##### # # ##### # # # # # #### #
1222026-05-12T02:04:31.654Z ##### ##### # ##### # # # # # # # # #
1232026-05-12T02:04:31.654Z # # # # # # # # # # # # # # #
1242026-05-12T02:04:31.654Z # # # ###### # # ###### ### # #### # #### #
1252026-05-12T02:04:31.654Z
1262026-05-12T02:04:31.654Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-12T02:04:33.008Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-12T02:04:33.053Z Startup: Caching catalogs ... Done
1292026-05-12T02:04:33.201ZPlanning: Solver setup ... Done (0.119s)
1302026-05-12T02:04:33.220ZPlanning: Running solver ... Done (0.009s)
1312026-05-12T02:04:33.222ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-12T02:04:33.225ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-12T02:04:33.244ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-12T02:04:33.256ZPlanning: Package planning ... Done (0.013s)
1352026-05-12T02:04:33.258ZPlanning: Merging actions ... Done (0.001s)
1362026-05-12T02:04:33.443ZPlanning: Checking for conflicting actions ... Done (0.185s)
1372026-05-12T02:04:33.446ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-12T02:04:34.205ZPlanning: Evaluating mediators ... Done (0.761s)
1392026-05-12T02:04:34.207ZPlanning: Planning completed in 1.13 seconds
1402026-05-12T02:04:34.214Z Packages to install: 2
1412026-05-12T02:04:34.217Z Estimated space available: 156.10 GB
1422026-05-12T02:04:34.217ZEstimated space to be consumed: 16.95 MB
1432026-05-12T02:04:34.217Z Create boot environment: No
1442026-05-12T02:04:34.217ZCreate backup boot environment: No
1452026-05-12T02:04:34.217Z Rebuild boot archive: No
1462026-05-12T02:04:34.217Z
1472026-05-12T02:04:34.217ZChanged packages:
1482026-05-12T02:04:34.217Zhelios
1492026-05-12T02:04:34.217Z developer/build-essential
1502026-05-12T02:04:34.218Z None -> 11-3.0
1512026-05-12T02:04:34.218Z library/libxmlsec1
1522026-05-12T02:04:34.218Z None -> 1.2.35-3.0
1532026-05-12T02:04:34.240Z
1542026-05-12T02:04:34.240ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-12T02:04:34.713ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1562026-05-12T02:04:34.791Z Actions: 1/268 actions (Installing new actions)
1572026-05-12T02:04:34.829Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-12T02:04:34.833ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-12T02:04:34.836ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-12T02:04:34.845ZFinalize: Updating image state ... Done (0.012s)
1612026-05-12T02:04:37.215ZFinalize: Creating fast lookup database ... Done (2.348s)
1622026-05-12T02:04:37.281ZFinalize: Reading search index ... Done (0.012s)
1632026-05-12T02:04:37.284ZFinalize: Updating search index ... Done (0.000s)
1642026-05-12T02:04:37.372ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-12T02:04:37.660ZPlanning: Evaluating mediator changes ... Done
1662026-05-12T02:04:37.764ZPlanning: Checking for conflicting actions ... Done
1672026-05-12T02:04:37.767ZPlanning: Consolidating action changes ... Done
1682026-05-12T02:04:37.923ZPlanning: Evaluating mediators ... Done
1692026-05-12T02:04:37.926ZPlanning: Planning completed in 0.26 seconds
1702026-05-12T02:04:37.946Z Mediators to change: 2
1712026-05-12T02:04:37.946Z Create boot environment: No
1722026-05-12T02:04:37.946ZCreate backup boot environment: No
1732026-05-12T02:04:38.054ZFinalize: Updating package state database ... Done
1742026-05-12T02:04:38.054ZFinalize: Updating package cache ... Done
1752026-05-12T02:04:38.061ZFinalize: Updating image state ... Done
1762026-05-12T02:04:39.982ZFinalize: Creating fast lookup database ... Done
1772026-05-12T02:04:40.042ZFinalize: Reading search index ... Done
1782026-05-12T02:04:40.046ZFinalize: Updating search index ... Done
1792026-05-12T02:04:40.131ZFinalize: Updating package cache ... Done
1802026-05-12T02:04:40.412ZPlanning: Evaluating mediator changes ... Done
1812026-05-12T02:04:40.517ZPlanning: Checking for conflicting actions ... Done
1822026-05-12T02:04:40.520ZPlanning: Consolidating action changes ... Done
1832026-05-12T02:04:40.674ZPlanning: Evaluating mediators ... Done
1842026-05-12T02:04:40.677ZPlanning: Planning completed in 0.26 seconds
1852026-05-12T02:04:40.696Z Mediators to change: 1
1862026-05-12T02:04:40.697Z Create boot environment: No
1872026-05-12T02:04:40.697ZCreate backup boot environment: No
1882026-05-12T02:04:40.749ZFinalize: Updating package state database ... Done
1892026-05-12T02:04:40.749ZFinalize: Updating package cache ... Done
1902026-05-12T02:04:40.756ZFinalize: Updating image state ... Done
1912026-05-12T02:04:42.668ZFinalize: Creating fast lookup database ... Done
1922026-05-12T02:04:42.735ZFinalize: Reading search index ... Done
1932026-05-12T02:04:42.741ZFinalize: Updating search index ... Done
1942026-05-12T02:04:42.814ZFinalize: Updating package cache ... Done
1952026-05-12T02:04:43.125ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-12T02:04:43.125Zapache system 2.4 system
1972026-05-12T02:04:43.125Zclang system 15 system
1982026-05-12T02:04:43.125Zcsh system system illumos
1992026-05-12T02:04:43.125Zctags system system illumos
2002026-05-12T02:04:43.125Zfile vendor vendor darwinsys
2012026-05-12T02:04:43.125Zfile system system illumos
2022026-05-12T02:04:43.125Zgcc vendor 14 vendor
2032026-05-12T02:04:43.125Zgcc system 13 system
2042026-05-12T02:04:43.125Zgcc system 10 system
2052026-05-12T02:04:43.125Zgo system 1.25 system
2062026-05-12T02:04:43.125Zllvm system 15 system
2072026-05-12T02:04:43.125Zmariadb system 11.4 system
2082026-05-12T02:04:43.125Zmta vendor vendor dma
2092026-05-12T02:04:43.125Zopenjdk system 17 system
2102026-05-12T02:04:43.125Zopenjdk system 11 system
2112026-05-12T02:04:43.125Zopenssl vendor 3 vendor
2122026-05-12T02:04:43.126Zperl system 5.40 system
2132026-05-12T02:04:43.126Zpostgresql system 18 system
2142026-05-12T02:04:43.126Zpostgresql system 17 system
2152026-05-12T02:04:43.126Zpython vendor 3 vendor
2162026-05-12T02:04:43.126Zpython system 2 system
2172026-05-12T02:04:43.126Zpython3 vendor 3.13 vendor
2182026-05-12T02:04:43.126Zruby system 3.4 system
2192026-05-12T02:04:43.126Zruby system 3.0 system
2202026-05-12T02:04:43.126Zwords vendor vendor american-english
2212026-05-12T02:04:43.126Zwords system system australian-english
2222026-05-12T02:04:43.126Zwords system system british-english
2232026-05-12T02:04:43.126Zwords system system canadian-english
2242026-05-12T02:04:43.126Zwords system system french
2252026-05-12T02:04:43.126Zwords system system italian
2262026-05-12T02:04:43.126Zwords system system ngerman
2272026-05-12T02:04:43.126Zwords system system ogerman
2282026-05-12T02:04:43.126Zwords system system spanish
2292026-05-12T02:04:43.382ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-12T02:04:43.382Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-12T02:04:43.634ZFMRI IFO
2322026-05-12T02:04:43.634Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-12T02:04:43.634Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-12T02:04:43.634Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-12T02:04:43.634Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-12T02:04:43.634Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-12T02:04:43.634Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-12T02:04:43.634Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-12T02:04:43.634Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-12T02:04:43.634Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-12T02:04:43.871Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-12T02:04:44.180Z Updating crates.io index
2432026-05-12T02:04:44.183Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-12T02:04:44.441Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-12T02:04:45.536Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-12T02:04:46.187Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-12T02:04:47.636Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-12T02:04:48.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-12T02:04:49.509Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-12T02:04:50.210Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-12T02:04:50.653Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-12T02:04:51.456Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-12T02:04:51.847Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-12T02:04:52.311Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-12T02:04:52.608Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-12T02:04:53.624Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-12T02:04:54.147Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-12T02:04:54.466Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-12T02:04:54.792Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-12T02:04:55.188Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-12T02:04:55.581Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-12T02:04:55.805Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-12T02:04:56.043Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-12T02:04:56.434Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-12T02:04:56.825Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-12T02:04:57.500Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-12T02:04:57.840Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-12T02:04:58.133Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-12T02:04:58.428Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-12T02:04:59.685Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-12T02:05:00.551Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-12T02:05:01.047Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-12T02:05:01.315Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-12T02:05:01.665Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-12T02:05:01.979Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-12T02:05:02.327Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-12T02:05:02.940Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-12T02:05:03.215Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-12T02:05:03.460Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-12T02:05:03.841Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-12T02:05:15.800Z Downloading crates ...
2822026-05-12T02:05:15.862Z Downloaded anstyle-query v1.1.5
2832026-05-12T02:05:15.869Z Downloaded anstream v0.6.21
2842026-05-12T02:05:15.872Z Downloaded cargo-platform v0.2.0
2852026-05-12T02:05:15.875Z Downloaded cargo_toml v0.21.0
2862026-05-12T02:05:15.875Z Downloaded byteorder v1.5.0
2872026-05-12T02:05:15.878Z Downloaded bytecount v0.6.9
2882026-05-12T02:05:15.878Z Downloaded block-buffer v0.10.4
2892026-05-12T02:05:15.878Z Downloaded autocfg v1.5.0
2902026-05-12T02:05:15.882Z Downloaded memmap v0.7.0
2912026-05-12T02:05:15.885Z Downloaded camino-tempfile v1.4.1
2922026-05-12T02:05:15.888Z Downloaded log v0.4.29
2932026-05-12T02:05:15.891Z Downloaded thiserror v1.0.69
2942026-05-12T02:05:15.894Z Downloaded toml_datetime v0.6.11
2952026-05-12T02:05:15.894Z Downloaded pest v2.8.6
2962026-05-12T02:05:15.897Z Downloaded yoke-derive v0.8.1
2972026-05-12T02:05:15.900Z Downloaded anstyle-parse v0.2.7
2982026-05-12T02:05:15.900Z Downloaded yoke v0.8.1
2992026-05-12T02:05:15.900Z Downloaded thiserror-impl v2.0.18
3002026-05-12T02:05:15.902Z Downloaded tabled v0.15.0
3012026-05-12T02:05:15.911Z Downloaded unicode-ident v1.0.24
3022026-05-12T02:05:15.917Z Downloaded usdt-macro v0.5.0
3032026-05-12T02:05:15.917Z Downloaded bitflags v2.11.0
3042026-05-12T02:05:15.924Z Downloaded anyhow v1.0.102
3052026-05-12T02:05:15.924Z Downloaded anstyle v1.0.13
3062026-05-12T02:05:15.924Z Downloaded toml v0.8.23
3072026-05-12T02:05:15.924Z Downloaded cargo-util-schemas v0.8.2
3082026-05-12T02:05:15.924Z Downloaded getrandom v0.4.1
3092026-05-12T02:05:15.924Z Downloaded litemap v0.8.1
3102026-05-12T02:05:15.930Z Downloaded once_cell v1.21.3
3112026-05-12T02:05:15.930Z Downloaded url v2.5.8
3122026-05-12T02:05:15.933Z Downloaded synstructure v0.13.2
3132026-05-12T02:05:15.933Z Downloaded fnv v1.0.7
3142026-05-12T02:05:15.933Z Downloaded pest_generator v2.8.6
3152026-05-12T02:05:15.933Z Downloaded displaydoc v0.2.5
3162026-05-12T02:05:15.936Z Downloaded typeid v1.0.3
3172026-05-12T02:05:15.936Z Downloaded textwrap v0.16.2
3182026-05-12T02:05:15.936Z Downloaded sha2 v0.10.9
3192026-05-12T02:05:15.939Z Downloaded generic-array v0.14.7
3202026-05-12T02:05:15.939Z Downloaded usdt-attr-macro v0.5.0
3212026-05-12T02:05:15.939Z Downloaded unicode-xid v0.2.6
3222026-05-12T02:05:15.943Z Downloaded colorchoice v1.0.4
3232026-05-12T02:05:15.943Z Downloaded thread-id v4.2.2
3242026-05-12T02:05:15.943Z Downloaded potential_utf v0.1.4
3252026-05-12T02:05:15.943Z Downloaded tinystr v0.8.2
3262026-05-12T02:05:15.946Z Downloaded idna_adapter v1.2.1
3272026-05-12T02:05:15.946Z Downloaded camino v1.2.2
3282026-05-12T02:05:15.946Z Downloaded zerocopy-derive v0.7.35
3292026-05-12T02:05:15.949Z Downloaded utf8parse v0.2.2
3302026-05-12T02:05:15.949Z Downloaded heck v0.4.1
3312026-05-12T02:05:15.952Z Downloaded thiserror v2.0.18
3322026-05-12T02:05:15.955Z Downloaded zerocopy v0.7.35
3332026-05-12T02:05:15.961Z Downloaded serde_spanned v0.6.9
3342026-05-12T02:05:15.964Z Downloaded scroll v0.12.0
3352026-05-12T02:05:15.964Z Downloaded quote v1.0.45
3362026-05-12T02:05:15.964Z Downloaded proc-macro-error v1.0.4
3372026-05-12T02:05:15.970Z Downloaded cpufeatures v0.2.17
3382026-05-12T02:05:15.970Z Downloaded scroll_derive v0.12.1
3392026-05-12T02:05:15.970Z Downloaded ordered-float v2.10.1
3402026-05-12T02:05:15.973Z Downloaded macaddr v1.0.1
3412026-05-12T02:05:15.973Z Downloaded errno v0.3.14
3422026-05-12T02:05:15.973Z Downloaded equivalent v1.0.2
3432026-05-12T02:05:15.973Z Downloaded terminal_size v0.4.3
3442026-05-12T02:05:15.973Z Downloaded tabled_derive v0.7.0
3452026-05-12T02:05:15.973Z Downloaded serde-untagged v0.1.9
3462026-05-12T02:05:15.973Z Downloaded ucd-trie v0.1.7
3472026-05-12T02:05:15.977Z Downloaded swrite v0.1.0
3482026-05-12T02:05:15.977Z Downloaded is_terminal_polyfill v1.70.2
3492026-05-12T02:05:15.977Z Downloaded crypto-common v0.1.7
3502026-05-12T02:05:15.977Z Downloaded unicode-width v0.1.14
3512026-05-12T02:05:15.980Z Downloaded usdt v0.5.0
3522026-05-12T02:05:15.983Z Downloaded proc-macro-error-attr v1.0.4
3532026-05-12T02:05:15.983Z Downloaded form_urlencoded v1.2.2
3542026-05-12T02:05:15.983Z Downloaded dof v0.3.0
3552026-05-12T02:05:15.983Z Downloaded cfg-if v1.0.4
3562026-05-12T02:05:15.983Z Downloaded toml_write v0.1.2
3572026-05-12T02:05:15.987Z Downloaded dtrace-parser v0.2.0
3582026-05-12T02:05:15.987Z Downloaded cargo_metadata v0.21.0
3592026-05-12T02:05:15.987Z Downloaded zerofrom-derive v0.1.6
3602026-05-12T02:05:15.987Z Downloaded utf8_iter v1.0.4
3612026-05-12T02:05:15.991Z Downloaded serde-value v0.7.0
3622026-05-12T02:05:15.994Z Downloaded heck v0.5.0
3632026-05-12T02:05:15.994Z Downloaded stable_deref_trait v1.2.1
3642026-05-12T02:05:15.994Z Downloaded fastrand v2.3.0
3652026-05-12T02:05:16.000Z Downloaded toml_edit v0.22.27
3662026-05-12T02:05:16.007Z Downloaded strsim v0.11.1
3672026-05-12T02:05:16.007Z Downloaded serde_tokenstream v0.2.3
3682026-05-12T02:05:16.007Z Downloaded fs-err v3.3.0
3692026-05-12T02:05:16.007Z Downloaded pretty-hex v0.4.1
3702026-05-12T02:05:16.007Z Downloaded smawk v0.3.2
3712026-05-12T02:05:16.010Z Downloaded percent-encoding v2.3.2
3722026-05-12T02:05:16.010Z Downloaded clap_lex v1.0.0
3732026-05-12T02:05:16.010Z Downloaded version_check v0.9.5
3742026-05-12T02:05:16.013Z Downloaded unicode-width v0.2.0
3752026-05-12T02:05:16.016Z Downloaded zerotrie v0.2.3
3762026-05-12T02:05:16.016Z Downloaded tempfile v3.25.0
3772026-05-12T02:05:16.019Z Downloaded zerovec v0.11.5
3782026-05-12T02:05:16.022Z Downloaded winnow v0.7.14
3792026-05-12T02:05:16.028Z Downloaded zmij v1.0.21
3802026-05-12T02:05:16.031Z Downloaded zerovec-derive v0.11.2
3812026-05-12T02:05:16.031Z Downloaded zerofrom v0.1.6
3822026-05-12T02:05:16.031Z Downloaded usdt-impl v0.5.0
3832026-05-12T02:05:16.034Z Downloaded writeable v0.6.2
3842026-05-12T02:05:16.034Z Downloaded erased-serde v0.4.9
3852026-05-12T02:05:16.034Z Downloaded smallvec v1.15.1
3862026-05-12T02:05:16.037Z Downloaded unicode-linebreak v0.1.5
3872026-05-12T02:05:16.037Z Downloaded pest_derive v2.8.6
3882026-05-12T02:05:16.040Z Downloaded memchr v2.8.0
3892026-05-12T02:05:16.040Z Downloaded typenum v1.19.0
3902026-05-12T02:05:16.043Z Downloaded thiserror-impl v1.0.69
3912026-05-12T02:05:16.043Z Downloaded clap v4.5.60
3922026-05-12T02:05:16.047Z Downloaded plain v0.2.3
3932026-05-12T02:05:16.050Z Downloaded digest v0.10.7
3942026-05-12T02:05:16.053Z Downloaded itoa v1.0.17
3952026-05-12T02:05:16.059Z Downloaded icu_properties v2.1.2
3962026-05-12T02:05:16.062Z Downloaded papergrid v0.11.0
3972026-05-12T02:05:16.067Z Downloaded icu_normalizer_data v2.1.1
3982026-05-12T02:05:16.070Z Downloaded clap_derive v4.5.55
3992026-05-12T02:05:16.075Z Downloaded semver v1.0.28
4002026-05-12T02:05:16.078Z Downloaded icu_provider v2.1.1
4012026-05-12T02:05:16.081Z Downloaded icu_locale_core v2.1.1
4022026-05-12T02:05:16.086Z Downloaded pest_meta v2.8.6
4032026-05-12T02:05:16.086Z Downloaded serde_derive v1.0.228
4042026-05-12T02:05:16.089Z Downloaded num-traits v0.2.19
4052026-05-12T02:05:16.093Z Downloaded proc-macro2 v1.0.106
4062026-05-12T02:05:16.096Z Downloaded icu_collections v2.1.1
4072026-05-12T02:05:16.100Z Downloaded serde_core v1.0.228
4082026-05-12T02:05:16.103Z Downloaded idna v1.1.0
4092026-05-12T02:05:16.106Z Downloaded icu_normalizer v2.1.1
4102026-05-12T02:05:16.109Z Downloaded serde v1.0.228
4112026-05-12T02:05:16.117Z Downloaded indexmap v2.14.0
4122026-05-12T02:05:16.144Z Downloaded serde_json v1.0.149
4132026-05-12T02:05:16.148Z Downloaded hashbrown v0.17.0
4142026-05-12T02:05:16.151Z Downloaded icu_properties_data v2.1.2
4152026-05-12T02:05:16.156Z Downloaded clap_builder v4.5.60
4162026-05-12T02:05:16.160Z Downloaded goblin v0.8.2
4172026-05-12T02:05:16.170Z Downloaded syn v1.0.109
4182026-05-12T02:05:16.176Z Downloaded syn v2.0.117
4192026-05-12T02:05:16.194Z Downloaded rustix v1.1.3
4202026-05-12T02:05:16.220Z Downloaded libc v0.2.185
4212026-05-12T02:05:16.288Z Compiling proc-macro2 v1.0.106
4222026-05-12T02:05:16.288Z Compiling quote v1.0.45
4232026-05-12T02:05:16.288Z Compiling unicode-ident v1.0.24
4242026-05-12T02:05:16.288Z Compiling serde_core v1.0.228
4252026-05-12T02:05:16.291Z Compiling libc v0.2.185
4262026-05-12T02:05:16.291Z Compiling version_check v0.9.5
4272026-05-12T02:05:16.291Z Compiling serde v1.0.228
4282026-05-12T02:05:16.291Z Compiling memchr v2.8.0
4292026-05-12T02:05:16.612Z Compiling stable_deref_trait v1.2.1
4302026-05-12T02:05:16.688Z Compiling zmij v1.0.21
4312026-05-12T02:05:16.851Z Compiling autocfg v1.5.0
4322026-05-12T02:05:16.882Z Compiling itoa v1.0.17
4332026-05-12T02:05:16.882Z Compiling thiserror v1.0.69
4342026-05-12T02:05:17.156Z Compiling ucd-trie v0.1.7
4352026-05-12T02:05:17.254Z Compiling writeable v0.6.2
4362026-05-12T02:05:17.270Z Compiling litemap v0.8.1
4372026-05-12T02:05:17.284Z Compiling pest v2.8.6
4382026-05-12T02:05:17.369Z Compiling byteorder v1.5.0
4392026-05-12T02:05:17.444Z Compiling icu_properties_data v2.1.2
4402026-05-12T02:05:17.460Z Compiling icu_normalizer_data v2.1.1
4412026-05-12T02:05:17.627Z Compiling rustix v1.1.3
4422026-05-12T02:05:17.684Z Compiling errno v0.3.14
4432026-05-12T02:05:17.759Z Compiling serde_json v1.0.149
4442026-05-12T02:05:17.820Z Compiling syn v2.0.117
4452026-05-12T02:05:17.851Z Compiling bitflags v2.11.0
4462026-05-12T02:05:18.034Z Compiling num-traits v0.2.19
4472026-05-12T02:05:18.079Z Compiling smallvec v1.15.1
4482026-05-12T02:05:18.094Z Compiling equivalent v1.0.2
4492026-05-12T02:05:18.214Z Compiling typeid v1.0.3
4502026-05-12T02:05:18.292Z Compiling hashbrown v0.17.0
4512026-05-12T02:05:18.375Z Compiling pest_meta v2.8.6
4522026-05-12T02:05:18.570Z Compiling thread-id v4.2.2
4532026-05-12T02:05:18.657Z Compiling proc-macro-error-attr v1.0.4
4542026-05-12T02:05:18.717Z Compiling usdt-impl v0.5.0
4552026-05-12T02:05:18.806Z Compiling indexmap v2.14.0
4562026-05-12T02:05:18.841Z Compiling toml_write v0.1.2
4572026-05-12T02:05:18.859Z Compiling winnow v0.7.14
4582026-05-12T02:05:18.927Z Compiling syn v1.0.109
4592026-05-12T02:05:19.045Z Compiling erased-serde v0.4.9
4602026-05-12T02:05:19.449Z Compiling proc-macro-error v1.0.4
4612026-05-12T02:05:19.556Z Compiling utf8parse v0.2.2
4622026-05-12T02:05:19.640Z Compiling getrandom v0.4.1
4632026-05-12T02:05:19.672Z Compiling camino v1.2.2
4642026-05-12T02:05:19.978Z Compiling thiserror v2.0.18
4652026-05-12T02:05:19.994Z Compiling plain v0.2.3
4662026-05-12T02:05:19.998Z Compiling log v0.4.29
4672026-05-12T02:05:20.025Z Compiling utf8_iter v1.0.4
4682026-05-12T02:05:20.108Z Compiling percent-encoding v2.3.2
4692026-05-12T02:05:20.213Z Compiling ordered-float v2.10.1
4702026-05-12T02:05:20.229Z Compiling anstyle-parse v0.2.7
4712026-05-12T02:05:20.300Z Compiling form_urlencoded v1.2.2
4722026-05-12T02:05:20.412Z Compiling terminal_size v0.4.3
4732026-05-12T02:05:20.465Z Compiling synstructure v0.13.2
4742026-05-12T02:05:20.480Z Compiling pest_generator v2.8.6
4752026-05-12T02:05:20.560Z Compiling anstyle-query v1.1.5
4762026-05-12T02:05:20.671Z Compiling cfg-if v1.0.4
4772026-05-12T02:05:20.720Z Compiling is_terminal_polyfill v1.70.2
4782026-05-12T02:05:20.737Z Compiling colorchoice v1.0.4
4792026-05-12T02:05:20.753Z Compiling anstyle v1.0.13
4802026-05-12T02:05:20.781Z Compiling pretty-hex v0.4.1
4812026-05-12T02:05:20.918Z Compiling serde-untagged v0.1.9
4822026-05-12T02:05:20.955Z Compiling anstream v0.6.21
4832026-05-12T02:05:20.987Z Compiling semver v1.0.28
4842026-05-12T02:05:21.163Z Compiling fs-err v3.3.0
4852026-05-12T02:05:21.182Z Compiling anyhow v1.0.102
4862026-05-12T02:05:21.261Z Compiling heck v0.4.1
4872026-05-12T02:05:21.321Z Compiling bytecount v0.6.9
4882026-05-12T02:05:21.346Z Compiling unicode-width v0.1.14
4892026-05-12T02:05:21.362Z Compiling clap_lex v1.0.0
4902026-05-12T02:05:21.455Z Compiling fnv v1.0.7
4912026-05-12T02:05:21.482Z Compiling unicode-xid v0.2.6
4922026-05-12T02:05:21.498Z Compiling once_cell v1.21.3
4932026-05-12T02:05:21.596Z Compiling fastrand v2.3.0
4942026-05-12T02:05:21.611Z Compiling strsim v0.11.1
4952026-05-12T02:05:21.624Z Compiling heck v0.5.0
4962026-05-12T02:05:21.709Z Compiling papergrid v0.11.0
4972026-05-12T02:05:21.852Z Compiling clap_builder v4.5.60
4982026-05-12T02:05:21.855Z Compiling tempfile v3.25.0
4992026-05-12T02:05:22.058Z Compiling memmap v0.7.0
5002026-05-12T02:05:22.094Z Compiling unicode-width v0.2.0
5012026-05-12T02:05:22.110Z Compiling serde_derive v1.0.228
5022026-05-12T02:05:22.223Z Compiling zerofrom-derive v0.1.6
5032026-05-12T02:05:22.238Z Compiling yoke-derive v0.8.1
5042026-05-12T02:05:22.365Z Compiling zerovec-derive v0.11.2
5052026-05-12T02:05:22.433Z Compiling displaydoc v0.2.5
5062026-05-12T02:05:23.165Z Compiling thiserror-impl v1.0.69
5072026-05-12T02:05:23.184Z Compiling zerocopy-derive v0.7.35
5082026-05-12T02:05:23.436Z Compiling pest_derive v2.8.6
5092026-05-12T02:05:23.498Z Compiling scroll_derive v0.12.1
5102026-05-12T02:05:23.636Z Compiling zerofrom v0.1.6
5112026-05-12T02:05:23.772Z Compiling yoke v0.8.1
5122026-05-12T02:05:23.876Z Compiling thiserror-impl v2.0.18
5132026-05-12T02:05:23.960Z Compiling zerovec v0.11.5
5142026-05-12T02:05:24.070Z Compiling zerotrie v0.2.3
5152026-05-12T02:05:24.182Z Compiling zerocopy v0.7.35
5162026-05-12T02:05:24.374Z Compiling scroll v0.12.0
5172026-05-12T02:05:24.429Z Compiling tinystr v0.8.2
5182026-05-12T02:05:24.594Z Compiling icu_locale_core v2.1.1
5192026-05-12T02:05:24.615Z Compiling potential_utf v0.1.4
5202026-05-12T02:05:24.633Z Compiling dtrace-parser v0.2.0
5212026-05-12T02:05:24.708Z Compiling goblin v0.8.2
5222026-05-12T02:05:24.787Z Compiling icu_collections v2.1.1
5232026-05-12T02:05:24.872Z Compiling tabled_derive v0.7.0
5242026-05-12T02:05:24.984Z Compiling clap_derive v4.5.55
5252026-05-12T02:05:25.191Z Compiling icu_provider v2.1.1
5262026-05-12T02:05:25.468Z Compiling serde_spanned v0.6.9
5272026-05-12T02:05:25.482Z Compiling toml_datetime v0.6.11
5282026-05-12T02:05:25.486Z Compiling icu_properties v2.1.2
5292026-05-12T02:05:25.534Z Compiling icu_normalizer v2.1.1
5302026-05-12T02:05:25.605Z Compiling serde-value v0.7.0
5312026-05-12T02:05:25.756Z Compiling dof v0.3.0
5322026-05-12T02:05:25.773Z Compiling toml_edit v0.22.27
5332026-05-12T02:05:25.776Z Compiling serde_tokenstream v0.2.3
5342026-05-12T02:05:25.974Z Compiling cargo-platform v0.2.0
5352026-05-12T02:05:26.096Z Compiling unicode-linebreak v0.1.5
5362026-05-12T02:05:26.144Z Compiling smawk v0.3.2
5372026-05-12T02:05:26.261Z Compiling tabled v0.15.0
5382026-05-12T02:05:26.287Z Compiling textwrap v0.16.2
5392026-05-12T02:05:26.335Z Compiling idna_adapter v1.2.1
5402026-05-12T02:05:26.481Z Compiling idna v1.1.0
5412026-05-12T02:05:26.570Z Compiling macaddr v1.0.1
5422026-05-12T02:05:26.693Z Compiling usdt-attr-macro v0.5.0
5432026-05-12T02:05:26.703Z Compiling usdt-macro v0.5.0
5442026-05-12T02:05:26.748Z Compiling clap v4.5.60
5452026-05-12T02:05:26.793Z Compiling url v2.5.8
5462026-05-12T02:05:27.180Z Compiling toml v0.8.23
5472026-05-12T02:05:27.355Z Compiling camino-tempfile v1.4.1
5482026-05-12T02:05:27.587Z Compiling cargo-util-schemas v0.8.2
5492026-05-12T02:05:27.609Z Compiling cargo_toml v0.21.0
5502026-05-12T02:05:27.887Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-12T02:05:27.903Z Compiling usdt v0.5.0
5522026-05-12T02:05:28.143Z Compiling swrite v0.1.0
5532026-05-12T02:05:28.556Z Compiling cargo_metadata v0.21.0
5542026-05-12T02:05:29.488Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-12T02:05:31.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.83s
5562026-05-12T02:05:31.777Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-12T02:05:32.333Z Downloading crates ...
5582026-05-12T02:05:32.423Z Downloaded array-init v0.0.4
5592026-05-12T02:05:32.426Z Downloaded chacha20 v0.9.1
5602026-05-12T02:05:32.431Z Downloaded console v0.15.11
5612026-05-12T02:05:32.435Z Downloaded aead v0.5.2
5622026-05-12T02:05:32.442Z Downloaded cargo_metadata v0.19.2
5632026-05-12T02:05:32.446Z Downloaded adler2 v2.0.1
5642026-05-12T02:05:32.446Z Downloaded atomic-waker v1.1.2
5652026-05-12T02:05:32.449Z Downloaded crc8 v0.1.1
5662026-05-12T02:05:32.452Z Downloaded bit-vec v0.8.0
5672026-05-12T02:05:32.452Z Downloaded camino-tempfile-ext v0.3.3
5682026-05-12T02:05:32.452Z Downloaded cookie v0.18.1
5692026-05-12T02:05:32.455Z Downloaded darling_macro v0.20.11
5702026-05-12T02:05:32.455Z Downloaded blowfish v0.9.1
5712026-05-12T02:05:32.458Z Downloaded colored v2.2.0
5722026-05-12T02:05:32.458Z Downloaded foreign-types v0.3.2
5732026-05-12T02:05:32.461Z Downloaded bitfield-struct v0.6.2
5742026-05-12T02:05:32.461Z Downloaded float-cmp v0.10.0
5752026-05-12T02:05:32.465Z Downloaded defmt-parser v1.0.0
5762026-05-12T02:05:32.465Z Downloaded crc32fast v1.5.0
5772026-05-12T02:05:32.466Z Downloaded ciborium-io v0.2.2
5782026-05-12T02:05:32.468Z Downloaded base64 v0.22.1
5792026-05-12T02:05:32.469Z Downloaded dunce v1.0.5
5802026-05-12T02:05:32.469Z Downloaded difflib v0.4.0
5812026-05-12T02:05:32.472Z Downloaded dof v0.4.0
5822026-05-12T02:05:32.472Z Downloaded darling_macro v0.23.0
5832026-05-12T02:05:32.476Z Downloaded derive_builder v0.20.2
5842026-05-12T02:05:32.479Z Downloaded ed25519 v2.2.3
5852026-05-12T02:05:32.482Z Downloaded aws-lc-rs v1.16.3
5862026-05-12T02:05:32.488Z Downloaded defmt v1.0.1
5872026-05-12T02:05:32.491Z Downloaded deranged v0.5.8
5882026-05-12T02:05:32.494Z Downloaded cobs v0.3.0
5892026-05-12T02:05:32.494Z Downloaded castaway v0.2.4
5902026-05-12T02:05:32.497Z Downloaded derive_more v0.99.20
5912026-05-12T02:05:32.500Z Downloaded flagset v0.4.7
5922026-05-12T02:05:32.500Z Downloaded defmt v0.3.100
5932026-05-12T02:05:32.501Z Downloaded aes v0.8.4
5942026-05-12T02:05:32.504Z Downloaded bitflags v1.3.2
5952026-05-12T02:05:32.507Z Downloaded des v0.8.1
5962026-05-12T02:05:32.507Z Downloaded derive_builder_macro v0.20.2
5972026-05-12T02:05:32.510Z Downloaded derive_builder_core v0.20.2
5982026-05-12T02:05:32.510Z Downloaded crunchy v0.2.4
5992026-05-12T02:05:32.510Z Downloaded derive-ex v0.1.8
6002026-05-12T02:05:32.513Z Downloaded fd-lock v4.0.4
6012026-05-12T02:05:32.513Z Downloaded crc-catalog v2.4.0
6022026-05-12T02:05:32.518Z Downloaded defmt-macros v1.0.1
6032026-05-12T02:05:32.518Z Downloaded atty v0.2.14
6042026-05-12T02:05:32.518Z Downloaded base16ct v0.2.0
6052026-05-12T02:05:32.521Z Downloaded darling_macro v0.21.3
6062026-05-12T02:05:32.521Z Downloaded curve25519-dalek-derive v0.1.1
6072026-05-12T02:05:32.521Z Downloaded crossbeam-deque v0.8.6
6082026-05-12T02:05:32.521Z Downloaded flume v0.11.1
6092026-05-12T02:05:32.524Z Downloaded crc v3.4.0
6102026-05-12T02:05:32.528Z Downloaded async-recursion v1.1.1
6112026-05-12T02:05:32.528Z Downloaded foldhash v0.2.0
6122026-05-12T02:05:32.531Z Downloaded critical-section v1.2.0
6132026-05-12T02:05:32.531Z Downloaded cfg_aliases v0.2.1
6142026-05-12T02:05:32.531Z Downloaded arrayref v0.3.9
6152026-05-12T02:05:32.534Z Downloaded dtrace-parser v0.3.0
6162026-05-12T02:05:32.534Z Downloaded dsl_auto_type v0.2.0
6172026-05-12T02:05:32.534Z Downloaded atomicwrites v0.4.4
6182026-05-12T02:05:32.537Z Downloaded async-stream-impl v0.3.6
6192026-05-12T02:05:32.537Z Downloaded cbc v0.1.2
6202026-05-12T02:05:32.537Z Downloaded crossbeam-epoch v0.9.18
6212026-05-12T02:05:32.541Z Downloaded clang-sys v1.8.1
6222026-05-12T02:05:32.541Z Downloaded buf-list v1.1.2
6232026-05-12T02:05:32.544Z Downloaded crossbeam-utils v0.8.21
6242026-05-12T02:05:32.544Z Downloaded bit-set v0.5.3
6252026-05-12T02:05:32.547Z Downloaded arrayvec v0.7.6
6262026-05-12T02:05:32.547Z Downloaded async-stream v0.3.6
6272026-05-12T02:05:32.550Z Downloaded crucible-workspace-hack v0.1.0
6282026-05-12T02:05:32.550Z Downloaded bitfield v0.19.4
6292026-05-12T02:05:32.550Z Downloaded fixedbitset v0.4.2
6302026-05-12T02:05:32.553Z Downloaded cfg_aliases v0.1.1
6312026-05-12T02:05:32.553Z Downloaded bcs v0.1.6
6322026-05-12T02:05:32.553Z Downloaded embedded-io v0.4.0
6332026-05-12T02:05:32.556Z Downloaded cargo-platform v0.1.9
6342026-05-12T02:05:32.556Z Downloaded bitfield-macros v0.19.4
6352026-05-12T02:05:32.556Z Downloaded cpufeatures v0.3.0
6362026-05-12T02:05:32.559Z Downloaded compression-core v0.4.31
6372026-05-12T02:05:32.559Z Downloaded der_derive v0.7.3
6382026-05-12T02:05:32.559Z Downloaded data-encoding v2.10.0
6392026-05-12T02:05:32.561Z Downloaded foreign-types-macros v0.2.3
6402026-05-12T02:05:32.561Z Downloaded bb8 v0.8.6
6412026-05-12T02:05:32.561Z Downloaded assert_matches v1.5.0
6422026-05-12T02:05:32.564Z Downloaded cstr-argument v0.1.2
6432026-05-12T02:05:32.564Z Downloaded darling v0.21.3
6442026-05-12T02:05:32.567Z Downloaded ecdsa v0.16.9
6452026-05-12T02:05:32.571Z Downloaded foreign-types v0.5.0
6462026-05-12T02:05:32.571Z Downloaded expectorate v1.2.0
6472026-05-12T02:05:32.571Z Downloaded bcrypt-pbkdf v0.10.0
6482026-05-12T02:05:32.574Z Downloaded diesel_derives v2.3.7
6492026-05-12T02:05:32.577Z Downloaded futures-sink v0.3.32
6502026-05-12T02:05:32.580Z Downloaded fs_extra v1.3.0
6512026-05-12T02:05:32.580Z Downloaded foreign-types-shared v0.3.1
6522026-05-12T02:05:32.580Z Downloaded foreign-types-shared v0.1.1
6532026-05-12T02:05:32.580Z Downloaded document-features v0.2.12
6542026-05-12T02:05:32.583Z Downloaded convert_case v0.10.0
6552026-05-12T02:05:32.583Z Downloaded dropshot-api-manager-types v0.7.1
6562026-05-12T02:05:32.583Z Downloaded float-ord v0.3.2
6572026-05-12T02:05:32.586Z Downloaded chrono v0.4.44
6582026-05-12T02:05:32.589Z Downloaded ghash v0.5.1
6592026-05-12T02:05:32.592Z Downloaded foldhash v0.1.5
6602026-05-12T02:05:32.592Z Downloaded fixedbitset v0.5.7
6612026-05-12T02:05:32.592Z Downloaded env_logger v0.11.9
6622026-05-12T02:05:32.595Z Downloaded dirs-next v2.0.0
6632026-05-12T02:05:32.595Z Downloaded futures-task v0.3.32
6642026-05-12T02:05:32.598Z Downloaded hex v0.4.3
6652026-05-12T02:05:32.598Z Downloaded futures-core v0.3.32
6662026-05-12T02:05:32.598Z Downloaded endian-type v0.1.2
6672026-05-12T02:05:32.601Z Downloaded downcast-rs v2.0.2
6682026-05-12T02:05:32.601Z Downloaded globwalk v0.9.1
6692026-05-12T02:05:32.601Z Downloaded enum-as-inner v0.6.1
6702026-05-12T02:05:32.604Z Downloaded bzip2 v0.6.1
6712026-05-12T02:05:32.604Z Downloaded hash32 v0.3.1
6722026-05-12T02:05:32.604Z Downloaded find-msvc-tools v0.1.9
6732026-05-12T02:05:32.607Z Downloaded ciborium-ll v0.2.2
6742026-05-12T02:05:32.607Z Downloaded embedded-io v0.6.1
6752026-05-12T02:05:32.607Z Downloaded dyn-clone v1.0.20
6762026-05-12T02:05:32.612Z Downloaded either v1.15.0
6772026-05-12T02:05:32.615Z Downloaded fxhash v0.2.1
6782026-05-12T02:05:32.615Z Downloaded derive-where v1.6.0
6792026-05-12T02:05:32.615Z Downloaded corncobs v0.1.4
6802026-05-12T02:05:32.615Z Downloaded constant_time_eq v0.4.2
6812026-05-12T02:05:32.618Z Downloaded gethostname v0.5.0
6822026-05-12T02:05:32.618Z Downloaded futures-io v0.3.32
6832026-05-12T02:05:32.618Z Downloaded cmake v0.1.57
6842026-05-12T02:05:32.621Z Downloaded cexpr v0.6.0
6852026-05-12T02:05:32.621Z Downloaded backoff v0.4.0
6862026-05-12T02:05:32.624Z Downloaded futures-macro v0.3.32
6872026-05-12T02:05:32.624Z Downloaded headers-core v0.3.0
6882026-05-12T02:05:32.624Z Downloaded env_filter v1.0.0
6892026-05-12T02:05:32.627Z Downloaded display-error-chain v0.2.2
6902026-05-12T02:05:32.627Z Downloaded hash32 v0.2.1
6912026-05-12T02:05:32.627Z Downloaded bit-vec v0.6.3
6922026-05-12T02:05:32.630Z Downloaded httpdate v1.0.3
6932026-05-12T02:05:32.630Z Downloaded http-range v0.1.5
6942026-05-12T02:05:32.630Z Downloaded http-body v1.0.1
6952026-05-12T02:05:32.634Z Downloaded bzip2 v0.4.4
6962026-05-12T02:05:32.634Z Downloaded ahash v0.8.12
6972026-05-12T02:05:32.636Z Downloaded daft v0.1.5
6982026-05-12T02:05:32.636Z Downloaded console v0.16.2
6992026-05-12T02:05:32.639Z Downloaded globset v0.4.18
7002026-05-12T02:05:32.639Z Downloaded const-oid v0.9.6
7012026-05-12T02:05:32.639Z Downloaded fallible-iterator v0.2.0
7022026-05-12T02:05:32.644Z Downloaded hubpack_derive v0.1.1
7032026-05-12T02:05:32.644Z Downloaded ident_case v1.0.1
7042026-05-12T02:05:32.644Z Downloaded hostname v0.4.2
7052026-05-12T02:05:32.647Z Downloaded hostname v0.3.1
7062026-05-12T02:05:32.647Z Downloaded indent_write v2.2.0
7072026-05-12T02:05:32.647Z Downloaded indoc v1.0.9
7082026-05-12T02:05:32.650Z Downloaded fs-err v2.11.0
7092026-05-12T02:05:32.650Z Downloaded ctr v0.9.2
7102026-05-12T02:05:32.653Z Downloaded csv-core v0.1.13
7112026-05-12T02:05:32.653Z Downloaded ena v0.14.4
7122026-05-12T02:05:32.653Z Downloaded diff v0.1.13
7132026-05-12T02:05:32.658Z Downloaded hubpack v0.1.2
7142026-05-12T02:05:32.658Z Downloaded erased-serde v0.3.31
7152026-05-12T02:05:32.661Z Downloaded crossbeam-channel v0.5.15
7162026-05-12T02:05:32.661Z Downloaded git-stub v1.0.0
7172026-05-12T02:05:32.664Z Downloaded instant v0.1.13
7182026-05-12T02:05:32.664Z Downloaded funty v2.0.0
7192026-05-12T02:05:32.664Z Downloaded instability v0.3.11
7202026-05-12T02:05:32.667Z Downloaded ff v0.13.1
7212026-05-12T02:05:32.667Z Downloaded compression-codecs v0.4.37
7222026-05-12T02:05:32.670Z Downloaded base64ct v1.8.3
7232026-05-12T02:05:32.670Z Downloaded group v0.13.0
7242026-05-12T02:05:32.673Z Downloaded colored v3.1.1
7252026-05-12T02:05:32.673Z Downloaded glob v0.3.3
7262026-05-12T02:05:32.676Z Downloaded git-stub-vcs v0.1.0
7272026-05-12T02:05:32.676Z Downloaded filetime v0.2.27
7282026-05-12T02:05:32.678Z Downloaded maplit v1.0.2
7292026-05-12T02:05:32.678Z Downloaded lru v0.12.5
7302026-05-12T02:05:32.678Z Downloaded is-terminal v0.4.17
7312026-05-12T02:05:32.681Z Downloaded hex-literal v0.4.1
7322026-05-12T02:05:32.681Z Downloaded futures-executor v0.3.32
7332026-05-12T02:05:32.681Z Downloaded cookie_store v0.22.1
7342026-05-12T02:05:32.684Z Downloaded lalrpop-util v0.19.12
7352026-05-12T02:05:32.684Z Downloaded futures-channel v0.3.32
7362026-05-12T02:05:32.687Z Downloaded darling v0.20.11
7372026-05-12T02:05:32.690Z Downloaded cancel-safe-futures v0.1.5
7382026-05-12T02:05:32.694Z Downloaded hyper-tls v0.6.0
7392026-05-12T02:05:32.694Z Downloaded humantime v2.3.0
7402026-05-12T02:05:32.694Z Downloaded dropshot_endpoint v0.17.0
7412026-05-12T02:05:32.697Z Downloaded highway v1.3.0
7422026-05-12T02:05:32.698Z Downloaded lazy_static v1.5.0
7432026-05-12T02:05:32.700Z Downloaded kstat-rs v0.2.4
7442026-05-12T02:05:32.700Z Downloaded darling_core v0.20.11
7452026-05-12T02:05:32.703Z Downloaded lzss v0.8.2
7462026-05-12T02:05:32.706Z Downloaded md-5 v0.10.6
7472026-05-12T02:05:32.706Z Downloaded half v1.8.3
7482026-05-12T02:05:32.709Z Downloaded hyper-staticfile v0.10.1
7492026-05-12T02:05:32.709Z Downloaded http-body-util v0.1.3
7502026-05-12T02:05:32.712Z Downloaded der v0.7.10
7512026-05-12T02:05:32.716Z Downloaded getrandom v0.2.17
7522026-05-12T02:05:32.716Z Downloaded impl-trait-for-tuples v0.2.3
7532026-05-12T02:05:32.720Z Downloaded multimap v0.10.1
7542026-05-12T02:05:32.720Z Downloaded memoffset v0.9.1
7552026-05-12T02:05:32.720Z Downloaded linked-hash-map v0.5.6
7562026-05-12T02:05:32.720Z Downloaded derive_more v2.1.1
7572026-05-12T02:05:32.727Z Downloaded nibble_vec v0.1.0
7582026-05-12T02:05:32.730Z Downloaded internet-checksum v0.2.1
7592026-05-12T02:05:32.730Z Downloaded new_debug_unreachable v1.0.6
7602026-05-12T02:05:32.730Z Downloaded nonempty v0.12.0
7612026-05-12T02:05:32.733Z Downloaded ipnet v2.11.0
7622026-05-12T02:05:32.733Z Downloaded ingot-types v0.1.2
7632026-05-12T02:05:32.736Z Downloaded num-conv v0.2.0
7642026-05-12T02:05:32.736Z Downloaded normalize-line-endings v0.3.0
7652026-05-12T02:05:32.736Z Downloaded is_ci v1.2.0
7662026-05-12T02:05:32.736Z Downloaded blake2 v0.10.6
7672026-05-12T02:05:32.739Z Downloaded dropshot_endpoint v0.16.7
7682026-05-12T02:05:32.742Z Downloaded futures v0.3.32
7692026-05-12T02:05:32.745Z Downloaded newtype_derive v0.1.6
7702026-05-12T02:05:32.745Z Downloaded num_enum_derive v0.5.11
7712026-05-12T02:05:32.748Z Downloaded iana-time-zone v0.1.65
7722026-05-12T02:05:32.748Z Downloaded libsw-core v0.3.2
7732026-05-12T02:05:32.752Z Downloaded ipnetwork v0.21.1
7742026-05-12T02:05:32.758Z Downloaded openssl-probe v0.2.1
7752026-05-12T02:05:32.761Z Downloaded num-derive v0.3.3
7762026-05-12T02:05:32.764Z Downloaded num v0.4.3
7772026-05-12T02:05:32.764Z Downloaded num-derive v0.4.2
7782026-05-12T02:05:32.767Z Downloaded openssl-macros v0.1.1
7792026-05-12T02:05:32.767Z Downloaded crossterm v0.28.1
7802026-05-12T02:05:32.770Z Downloaded oso-derive v0.27.3
7812026-05-12T02:05:32.773Z Downloaded libloading v0.8.9
7822026-05-12T02:05:32.773Z Downloaded num_threads v0.1.7
7832026-05-12T02:05:32.776Z Downloaded nanorand v0.7.0
7842026-05-12T02:05:32.776Z Downloaded mime_guess v2.0.5
7852026-05-12T02:05:32.779Z Downloaded hyper-rustls v0.27.7
7862026-05-12T02:05:32.779Z Downloaded newtype-uuid v1.3.2
7872026-05-12T02:05:32.782Z Downloaded httparse v1.10.1
7882026-05-12T02:05:32.785Z Downloaded lru-slab v0.1.2
7892026-05-12T02:05:32.785Z Downloaded multer v3.1.0
7902026-05-12T02:05:32.785Z Downloaded libsw v3.5.0
7912026-05-12T02:05:32.788Z Downloaded maybe-uninit v2.0.0
7922026-05-12T02:05:32.788Z Downloaded ingot-macros v0.1.1
7932026-05-12T02:05:32.790Z Downloaded ingot v0.1.1
7942026-05-12T02:05:32.790Z Downloaded num-iter v0.1.45
7952026-05-12T02:05:32.790Z Downloaded getrandom v0.3.4
7962026-05-12T02:05:32.793Z Downloaded native-tls v0.2.18
7972026-05-12T02:05:32.796Z Downloaded pbkdf2 v0.12.2
7982026-05-12T02:05:32.796Z Downloaded num-complex v0.4.6
7992026-05-12T02:05:32.799Z Downloaded compact_str v0.8.1
8002026-05-12T02:05:32.802Z Downloaded allocator-api2 v0.2.21
8012026-05-12T02:05:32.802Z Downloaded opaque-debug v0.3.1
8022026-05-12T02:05:32.805Z Downloaded num_enum v0.7.5
8032026-05-12T02:05:32.808Z Downloaded parse-size v1.1.0
8042026-05-12T02:05:32.808Z Downloaded flate2 v1.1.9
8052026-05-12T02:05:32.811Z Downloaded cc v1.2.56
8062026-05-12T02:05:32.814Z Downloaded phf_shared v0.11.3
8072026-05-12T02:05:32.814Z Downloaded parse-display v0.10.0
8082026-05-12T02:05:32.817Z Downloaded base64 v0.21.7
8092026-05-12T02:05:32.817Z Downloaded pin-utils v0.1.0
8102026-05-12T02:05:32.820Z Downloaded peg-runtime v0.8.5
8112026-05-12T02:05:32.820Z Downloaded chacha20poly1305 v0.10.1
8122026-05-12T02:05:32.823Z Downloaded phf_shared v0.13.1
8132026-05-12T02:05:32.823Z Downloaded num-rational v0.4.2
8142026-05-12T02:05:32.823Z Downloaded path-slash v0.1.5
8152026-05-12T02:05:32.823Z Downloaded num_enum v0.5.11
8162026-05-12T02:05:32.827Z Downloaded nu-ansi-term v0.50.3
8172026-05-12T02:05:32.830Z Downloaded phf_shared v0.12.1
8182026-05-12T02:05:32.830Z Downloaded headers v0.4.1
8192026-05-12T02:05:32.833Z Downloaded num-integer v0.1.46
8202026-05-12T02:05:32.838Z Downloaded proc-macro-crate v3.4.0
8212026-05-12T02:05:32.838Z Downloaded powerfmt v0.2.0
8222026-05-12T02:05:32.838Z Downloaded crypto-bigint v0.5.5
8232026-05-12T02:05:32.855Z Downloaded precomputed-hash v0.1.1
8242026-05-12T02:05:32.858Z Downloaded oxnet v0.1.4
8252026-05-12T02:05:32.858Z Downloaded owo-colors v4.3.0
8262026-05-12T02:05:32.858Z Downloaded litrs v1.0.0
8272026-05-12T02:05:32.861Z Downloaded jobserver v0.1.34
8282026-05-12T02:05:32.861Z Downloaded half v2.7.1
8292026-05-12T02:05:32.864Z Downloaded progenitor-client v0.11.2
8302026-05-12T02:05:32.867Z Downloaded oxide-tokio-rt v0.1.4
8312026-05-12T02:05:32.867Z Downloaded managed v0.8.0
8322026-05-12T02:05:32.870Z Downloaded const_format v0.2.35
8332026-05-12T02:05:32.875Z Downloaded proc-macro-crate v1.3.1
8342026-05-12T02:05:32.875Z Downloaded predicates-tree v1.0.13
8352026-05-12T02:05:32.875Z Downloaded packed_struct_codegen v0.10.1
8362026-05-12T02:05:32.875Z Downloaded indexmap v1.9.3
8372026-05-12T02:05:32.878Z Downloaded paste v1.0.15
8382026-05-12T02:05:32.881Z Downloaded quick-error v1.2.3
8392026-05-12T02:05:32.881Z Downloaded mime v0.3.17
8402026-05-12T02:05:32.881Z Downloaded ignore v0.4.25
8412026-05-12T02:05:32.884Z Downloaded packed_struct v0.10.1
8422026-05-12T02:05:32.884Z Downloaded phf v0.13.1
8432026-05-12T02:05:32.886Z Downloaded polyval v0.6.2
8442026-05-12T02:05:32.886Z Downloaded pem-rfc7468 v0.7.0
8452026-05-12T02:05:32.889Z Downloaded peg-macros v0.8.5
8462026-05-12T02:05:32.889Z Downloaded password-hash v0.4.2
8472026-05-12T02:05:32.889Z Downloaded heapless v0.7.17
8482026-05-12T02:05:32.892Z Downloaded progenitor-macro v0.11.2
8492026-05-12T02:05:32.895Z Downloaded progenitor-client v0.14.0
8502026-05-12T02:05:32.895Z Downloaded psl-types v2.0.11
8512026-05-12T02:05:32.895Z Downloaded progenitor-macro v0.14.0
8522026-05-12T02:05:32.898Z Downloaded num_enum_derive v0.7.5
8532026-05-12T02:05:32.898Z Downloaded parse-display-derive v0.10.0
8542026-05-12T02:05:32.898Z Downloaded phf v0.12.1
8552026-05-12T02:05:32.901Z Downloaded peg v0.8.5
8562026-05-12T02:05:32.905Z Downloaded parking_lot v0.12.5
8572026-05-12T02:05:32.905Z Downloaded omicron-zone-package v0.12.2
8582026-05-12T02:05:32.907Z Downloaded rand_chacha v0.3.1
8592026-05-12T02:05:32.907Z Downloaded progenitor-macro v0.10.0
8602026-05-12T02:05:32.907Z Downloaded pin-project-internal v1.1.11
8612026-05-12T02:05:32.910Z Downloaded progenitor v0.14.0
8622026-05-12T02:05:32.910Z Downloaded indicatif v0.18.4
8632026-05-12T02:05:32.914Z Downloaded pbkdf2 v0.11.0
8642026-05-12T02:05:32.917Z Downloaded olpc-cjson v0.1.4
8652026-05-12T02:05:32.917Z Downloaded proc-macro-error2 v2.0.1
8662026-05-12T02:05:32.917Z Downloaded predicates-core v1.0.10
8672026-05-12T02:05:32.920Z Downloaded pkcs8 v0.10.2
8682026-05-12T02:05:32.920Z Downloaded radium v0.7.0
8692026-05-12T02:05:32.920Z Downloaded progenitor-macro v0.13.0
8702026-05-12T02:05:32.923Z Downloaded openssl-probe v0.1.6
8712026-05-12T02:05:32.923Z Downloaded newline-converter v0.3.0
8722026-05-12T02:05:32.923Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-05-12T02:05:32.923Z Downloaded heapless v0.8.0
8742026-05-12T02:05:32.926Z Downloaded recursive v0.1.1
8752026-05-12T02:05:32.926Z Downloaded postgres-protocol v0.6.10
8762026-05-12T02:05:32.930Z Downloaded rand_xorshift v0.4.0
8772026-05-12T02:05:32.930Z Downloaded dropshot-api-manager v0.7.1
8782026-05-12T02:05:32.933Z Downloaded hickory-resolver v0.24.4
8792026-05-12T02:05:32.936Z Downloaded primeorder v0.13.6
8802026-05-12T02:05:32.936Z Downloaded derive_more-impl v2.1.1
8812026-05-12T02:05:32.939Z Downloaded async-compression v0.4.41
8822026-05-12T02:05:32.943Z Downloaded rfc6979 v0.4.0
8832026-05-12T02:05:32.943Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-05-12T02:05:32.943Z Downloaded pkg-config v0.3.32
8852026-05-12T02:05:32.946Z Downloaded pem v3.0.6
8862026-05-12T02:05:32.946Z Downloaded ref-cast-impl v1.0.25
8872026-05-12T02:05:32.946Z Downloaded ref-cast v1.0.25
8882026-05-12T02:05:32.949Z Downloaded pkcs5 v0.7.1
8892026-05-12T02:05:32.951Z Downloaded linear-map v1.2.0
8902026-05-12T02:05:32.952Z Downloaded parking_lot_core v0.8.6
8912026-05-12T02:05:32.955Z Downloaded progenitor-client v0.13.0
8922026-05-12T02:05:32.955Z Downloaded ed25519-dalek v2.2.0
8932026-05-12T02:05:32.958Z Downloaded hickory-resolver v0.25.2
8942026-05-12T02:05:32.958Z Downloaded aes-gcm v0.10.3
8952026-05-12T02:05:32.961Z Downloaded rand_chacha v0.9.0
8962026-05-12T02:05:32.961Z Downloaded rustc_version v0.1.7
8972026-05-12T02:05:32.964Z Downloaded rustc-hash v2.1.1
8982026-05-12T02:05:32.964Z Downloaded rtoolbox v0.0.3
8992026-05-12T02:05:32.964Z Downloaded libbz2-rs-sys v0.2.2
9002026-05-12T02:05:32.967Z Downloaded bumpalo v3.20.2
9012026-05-12T02:05:32.970Z Downloaded r2d2 v0.8.10
9022026-05-12T02:05:32.970Z Downloaded progenitor v0.11.2
9032026-05-12T02:05:32.970Z Downloaded pkcs1 v0.7.5
9042026-05-12T02:05:32.973Z Downloaded ar_archive_writer v0.5.1
9052026-05-12T02:05:32.976Z Downloaded predicates v3.1.4
9062026-05-12T02:05:32.976Z Downloaded oso v0.27.3
9072026-05-12T02:05:32.979Z Downloaded bytes v1.11.1
9082026-05-12T02:05:32.982Z Downloaded rand_seeder v0.4.0
9092026-05-12T02:05:32.982Z Downloaded psm v0.1.30
9102026-05-12T02:05:32.985Z Downloaded progenitor-client v0.10.0
9112026-05-12T02:05:32.985Z Downloaded rand_core v0.9.5
9122026-05-12T02:05:32.985Z Downloaded ppv-lite86 v0.2.21
9132026-05-12T02:05:32.988Z Downloaded rustc_version v0.4.1
9142026-05-12T02:05:32.988Z Downloaded russh-cryptovec v0.7.3
9152026-05-12T02:05:32.988Z Downloaded miniz_oxide v0.8.9
9162026-05-12T02:05:32.991Z Downloaded rand_core v0.10.0
9172026-05-12T02:05:32.991Z Downloaded rand_core v0.6.4
9182026-05-12T02:05:32.993Z Downloaded openssl-sys v0.9.114
9192026-05-12T02:05:32.996Z Downloaded progenitor v0.13.0
9202026-05-12T02:05:32.996Z Downloaded progenitor v0.10.0
9212026-05-12T02:05:32.999Z Downloaded postcard v1.1.3
9222026-05-12T02:05:32.999Z Downloaded parking_lot_core v0.9.12
9232026-05-12T02:05:33.002Z Downloaded same-file v1.0.6
9242026-05-12T02:05:33.002Z Downloaded lock_api v0.4.14
9252026-05-12T02:05:33.002Z Downloaded sapling-renderdag v0.1.0
9262026-05-12T02:05:33.005Z Downloaded progenitor-extras v0.2.0
9272026-05-12T02:05:33.005Z Downloaded scopeguard v1.2.0
9282026-05-12T02:05:33.005Z Downloaded pin-project-lite v0.2.17
9292026-05-12T02:05:33.009Z Downloaded secrecy v0.8.0
9302026-05-12T02:05:33.009Z Downloaded memmap2 v0.9.10
9312026-05-12T02:05:33.012Z Downloaded poly1305 v0.8.0
9322026-05-12T02:05:33.012Z Downloaded nodrop v0.1.14
9332026-05-12T02:05:33.015Z Downloaded arc-swap v1.8.2
9342026-05-12T02:05:33.015Z Downloaded drift v0.1.4
9352026-05-12T02:05:33.019Z Downloaded http v1.4.0
9362026-05-12T02:05:33.022Z Downloaded postgres-types v0.2.12
9372026-05-12T02:05:33.025Z Downloaded seq-macro v0.3.6
9382026-05-12T02:05:33.025Z Downloaded salsa20 v0.10.2
9392026-05-12T02:05:33.026Z Downloaded serde_spanned v1.0.4
9402026-05-12T02:05:33.028Z Downloaded resolv-conf v0.7.6
9412026-05-12T02:05:33.029Z Downloaded quinn-udp v0.5.14
9422026-05-12T02:05:33.031Z Downloaded jiff-static v0.2.21
9432026-05-12T02:05:33.031Z Downloaded semver v0.1.20
9442026-05-12T02:05:33.034Z Downloaded hashbrown v0.12.3
9452026-05-12T02:05:33.034Z Downloaded pin-project v1.1.11
9462026-05-12T02:05:33.040Z Downloaded progenitor-impl v0.10.0
9472026-05-12T02:05:33.043Z Downloaded serde_urlencoded v0.7.1
9482026-05-12T02:05:33.043Z Downloaded password-hash v0.5.0
9492026-05-12T02:05:33.046Z Downloaded hickory-server v0.25.2
9502026-05-12T02:05:33.050Z Downloaded hashbrown v0.13.2
9512026-05-12T02:05:33.050Z Downloaded ciborium v0.2.2
9522026-05-12T02:05:33.054Z Downloaded prefix-trie v0.7.0
9532026-05-12T02:05:33.054Z Downloaded serde_repr v0.1.20
9542026-05-12T02:05:33.054Z Downloaded siphasher v1.0.2
9552026-05-12T02:05:33.058Z Downloaded serde_plain v1.0.2
9562026-05-12T02:05:33.058Z Downloaded scrypt v0.11.0
9572026-05-12T02:05:33.058Z Downloaded scroll_derive v0.13.1
9582026-05-12T02:05:33.058Z Downloaded darling_core v0.21.3
9592026-05-12T02:05:33.061Z Downloaded shell-words v1.1.1
9602026-05-12T02:05:33.061Z Downloaded serde_bytes v0.11.19
9612026-05-12T02:05:33.064Z Downloaded secrecy v0.10.3
9622026-05-12T02:05:33.064Z Downloaded rustls-pemfile v1.0.4
9632026-05-12T02:05:33.064Z Downloaded newtype-uuid-macros v0.1.0
9642026-05-12T02:05:33.069Z Downloaded libefi-sys v0.1.0
9652026-05-12T02:05:33.069Z Downloaded rustls-pemfile v2.2.0
9662026-05-12T02:05:33.069Z Downloaded papergrid v0.17.0
9672026-05-12T02:05:33.072Z Downloaded slog-bunyan v2.5.0
9682026-05-12T02:05:33.072Z Downloaded signal-hook-tokio v0.3.1
9692026-05-12T02:05:33.072Z Downloaded signature v2.2.0
9702026-05-12T02:05:33.075Z Downloaded sigpipe v0.1.3
9712026-05-12T02:05:33.075Z Downloaded rustversion v1.0.22
9722026-05-12T02:05:33.075Z Downloaded rustls-native-certs v0.8.3
9732026-05-12T02:05:33.078Z Downloaded hmac v0.12.1
9742026-05-12T02:05:33.078Z Downloaded rusty-fork v0.3.1
9752026-05-12T02:05:33.081Z Downloaded fatfs v0.3.6
9762026-05-12T02:05:33.081Z Downloaded elliptic-curve v0.13.8
9772026-05-12T02:05:33.084Z Downloaded progenitor-impl v0.13.0
9782026-05-12T02:05:33.088Z Downloaded progenitor-impl v0.11.2
9792026-05-12T02:05:33.088Z Downloaded minimal-lexical v0.2.1
9802026-05-12T02:05:33.091Z Downloaded serde-hex v0.1.0
9812026-05-12T02:05:33.091Z Downloaded crc-any v2.5.0
9822026-05-12T02:05:33.094Z Downloaded md5 v0.7.0
9832026-05-12T02:05:33.094Z Downloaded match_cfg v0.1.0
9842026-05-12T02:05:33.094Z Downloaded indoc v2.0.7
9852026-05-12T02:05:33.097Z Downloaded structmeta v0.3.0
9862026-05-12T02:05:33.097Z Downloaded signal-hook-mio v0.2.5
9872026-05-12T02:05:33.100Z Downloaded serde_path_to_error v0.1.20
9882026-05-12T02:05:33.100Z Downloaded hyper-util v0.1.20
9892026-05-12T02:05:33.103Z Downloaded sct v0.7.1
9902026-05-12T02:05:33.106Z Downloaded schemars_derive v0.8.22
9912026-05-12T02:05:33.109Z Downloaded russh-keys v0.45.0
9922026-05-12T02:05:33.109Z Downloaded num-bigint v0.4.6
9932026-05-12T02:05:33.112Z Downloaded libscf-sys v1.1.0
9942026-05-12T02:05:33.112Z Downloaded inout v0.1.4
9952026-05-12T02:05:33.116Z Downloaded darling_core v0.23.0
9962026-05-12T02:05:33.116Z Downloaded parking_lot v0.11.2
9972026-05-12T02:05:33.119Z Downloaded lru-cache v0.1.2
9982026-05-12T02:05:33.119Z Downloaded simd-adler32 v0.3.8
9992026-05-12T02:05:33.140Z Downloaded serde_derive_internals v0.29.1
10002026-05-12T02:05:33.140Z Downloaded shlex v1.3.0
10012026-05-12T02:05:33.140Z Downloaded serde-big-array v0.5.1
10022026-05-12T02:05:33.140Z Downloaded structmeta-derive v0.3.0
10032026-05-12T02:05:33.140Z Downloaded async-bb8-diesel v0.2.1
10042026-05-12T02:05:33.140Z Downloaded signal-hook-registry v1.4.8
10052026-05-12T02:05:33.140Z Downloaded sha1 v0.10.6
10062026-05-12T02:05:33.140Z Downloaded ssh-encoding v0.2.0
10072026-05-12T02:05:33.140Z Downloaded ssh-cipher v0.2.0
10082026-05-12T02:05:33.140Z Downloaded sqlparser_derive v0.5.0
10092026-05-12T02:05:33.140Z Downloaded crossterm v0.29.0
10102026-05-12T02:05:33.140Z Downloaded sec1 v0.7.3
10112026-05-12T02:05:33.140Z Downloaded prettyplease v0.2.37
10122026-05-12T02:05:33.140Z Downloaded strum v0.27.2
10132026-05-12T02:05:33.148Z Downloaded strum v0.26.3
10142026-05-12T02:05:33.148Z Downloaded supports-color v3.0.2
10152026-05-12T02:05:33.148Z Downloaded rcgen v0.12.1
10162026-05-12T02:05:33.148Z Downloaded rustls-pki-types v1.14.0
10172026-05-12T02:05:33.148Z Downloaded ron v0.8.1
10182026-05-12T02:05:33.151Z Downloaded strip-ansi-escapes v0.2.1
10192026-05-12T02:05:33.151Z Downloaded slog-dtrace v0.3.0
10202026-05-12T02:05:33.151Z Downloaded scheduled-thread-pool v0.2.7
10212026-05-12T02:05:33.151Z Downloaded slab v0.4.12
10222026-05-12T02:05:33.151Z Downloaded keccak v0.1.6
10232026-05-12T02:05:33.151Z Downloaded chacha20 v0.10.0
10242026-05-12T02:05:33.157Z Downloaded backon v1.6.0
10252026-05-12T02:05:33.157Z Downloaded home v0.5.12
10262026-05-12T02:05:33.162Z Downloaded progenitor-impl v0.14.0
10272026-05-12T02:05:33.162Z Downloaded slog-scope v4.4.1
10282026-05-12T02:05:33.162Z Downloaded slog-json v2.6.1
10292026-05-12T02:05:33.162Z Downloaded snafu-derive v0.8.9
10302026-05-12T02:05:33.162Z Downloaded slog-envlogger v2.2.0
10312026-05-12T02:05:33.165Z Downloaded slog-async v2.8.0
10322026-05-12T02:05:33.165Z Downloaded sync_wrapper v1.0.2
10332026-05-12T02:05:33.165Z Downloaded tagptr v0.2.0
10342026-05-12T02:05:33.165Z Downloaded tabwriter v1.4.1
10352026-05-12T02:05:33.165Z Downloaded tabled_derive v0.11.0
10362026-05-12T02:05:33.169Z Downloaded testing_table v0.3.0
10372026-05-12T02:05:33.169Z Downloaded tap v1.0.1
10382026-05-12T02:05:33.169Z Downloaded smallvec v0.6.14
10392026-05-12T02:05:33.169Z Downloaded slog-stdlog v4.1.1
10402026-05-12T02:05:33.169Z Downloaded subtle v2.6.1
10412026-05-12T02:05:33.172Z Downloaded hashbrown v0.16.1
10422026-05-12T02:05:33.175Z Downloaded static_assertions v1.1.0
10432026-05-12T02:05:33.175Z Downloaded hashbrown v0.15.5
10442026-05-12T02:05:33.178Z Downloaded take_mut v0.2.2
10452026-05-12T02:05:33.179Z Downloaded smf v0.2.3
10462026-05-12T02:05:33.182Z Downloaded slog-term v2.9.2
10472026-05-12T02:05:33.182Z Downloaded sync-ptr v0.1.4
10482026-05-12T02:05:33.182Z Downloaded serde_cbor v0.11.2
10492026-05-12T02:05:33.186Z Downloaded rayon-core v1.13.0
10502026-05-12T02:05:33.186Z Downloaded p256 v0.13.2
10512026-05-12T02:05:33.190Z Downloaded pretty_assertions v1.4.1
10522026-05-12T02:05:33.190Z Downloaded darling v0.23.0
10532026-05-12T02:05:33.193Z Downloaded thread-id v5.1.0
10542026-05-12T02:05:33.193Z Downloaded time-core v0.1.8
10552026-05-12T02:05:33.197Z Downloaded termtree v0.5.1
10562026-05-12T02:05:33.197Z Downloaded stringprep v0.1.5
10572026-05-12T02:05:33.197Z Downloaded string_cache v0.8.9
10582026-05-12T02:05:33.200Z Downloaded stacker v0.1.23
10592026-05-12T02:05:33.200Z Downloaded itertools v0.10.5
10602026-05-12T02:05:33.203Z Downloaded tinyvec_macros v0.1.1
10612026-05-12T02:05:33.204Z Downloaded aho-corasick v1.1.4
10622026-05-12T02:05:33.206Z Downloaded ryu v1.0.23
10632026-05-12T02:05:33.209Z Downloaded strum_macros v0.26.4
10642026-05-12T02:05:33.210Z Downloaded qorb v0.4.1
10652026-05-12T02:05:33.212Z Downloaded publicsuffix v2.3.0
10662026-05-12T02:05:33.212Z Downloaded libxml v0.3.3
10672026-05-12T02:05:33.216Z Downloaded mio v1.2.0
10682026-05-12T02:05:33.219Z Downloaded rustls-platform-verifier v0.6.2
10692026-05-12T02:05:33.222Z Downloaded spki v0.7.3
10702026-05-12T02:05:33.227Z Downloaded scroll v0.13.0
10712026-05-12T02:05:33.227Z Downloaded strum_macros v0.27.2
10722026-05-12T02:05:33.231Z Downloaded thiserror-impl-no-std v2.0.2
10732026-05-12T02:05:33.231Z Downloaded diesel_table_macro_syntax v0.3.0
10742026-05-12T02:05:33.231Z Downloaded cassowary v0.3.0
10752026-05-12T02:05:33.231Z Downloaded byte-wrapper v0.1.0
10762026-05-12T02:05:33.231Z Downloaded itertools v0.13.0
10772026-05-12T02:05:33.234Z Downloaded rand v0.8.6
10782026-05-12T02:05:33.238Z Downloaded support-bundle-viewer v0.1.2
10792026-05-12T02:05:33.238Z Downloaded tokio-macros v2.7.0
10802026-05-12T02:05:33.238Z Downloaded argon2 v0.5.3
10812026-05-12T02:05:33.241Z Downloaded termios v0.3.3
10822026-05-12T02:05:33.241Z Downloaded spin v0.9.8
10832026-05-12T02:05:33.244Z Downloaded strum_macros v0.24.3
10842026-05-12T02:05:33.244Z Downloaded dirs-sys-next v0.1.2
10852026-05-12T02:05:33.247Z Downloaded const_format_proc_macros v0.2.34
10862026-05-12T02:05:33.247Z Downloaded cipher v0.4.4
10872026-05-12T02:05:33.247Z Downloaded block-padding v0.3.3
10882026-05-12T02:05:33.250Z Downloaded async-trait v0.1.89
10892026-05-12T02:05:33.253Z Downloaded serde_yaml v0.9.34+deprecated
10902026-05-12T02:05:33.253Z Downloaded diesel-dtrace v0.5.0
10912026-05-12T02:05:33.257Z Downloaded daft-derive v0.1.5
10922026-05-12T02:05:33.260Z Downloaded topological-sort v0.2.2
10932026-05-12T02:05:33.260Z Downloaded thread_local v1.1.9
10942026-05-12T02:05:33.260Z Downloaded tower-service v0.3.3
10952026-05-12T02:05:33.263Z Downloaded hyper v1.8.1
10962026-05-12T02:05:33.266Z Downloaded sqlformat v0.3.5
10972026-05-12T02:05:33.266Z Downloaded serde_with_macros v3.17.0
10982026-05-12T02:05:33.269Z Downloaded signal-hook v0.3.18
10992026-05-12T02:05:33.269Z Downloaded try-lock v0.2.5
11002026-05-12T02:05:33.272Z Downloaded itertools v0.12.1
11012026-05-12T02:05:33.275Z Downloaded typify-macro v0.4.3
11022026-05-12T02:05:33.275Z Downloaded trait-variant v0.1.2
11032026-05-12T02:05:33.275Z Downloaded hkdf v0.12.4
11042026-05-12T02:05:33.278Z Downloaded similar v2.7.0
11052026-05-12T02:05:33.281Z Downloaded tls_codec_derive v0.4.2
11062026-05-12T02:05:33.281Z Downloaded tls_codec v0.4.2
11072026-05-12T02:05:33.281Z Downloaded slog v2.8.2
11082026-05-12T02:05:33.284Z Downloaded tokio-dtrace v0.1.1
11092026-05-12T02:05:33.284Z Downloaded iddqd v0.3.18
11102026-05-12T02:05:33.288Z Downloaded unicode-truncate v1.1.0
11112026-05-12T02:05:33.291Z Downloaded unarray v0.1.4
11122026-05-12T02:05:33.291Z Downloaded tiny-keccak v2.0.2
11132026-05-12T02:05:33.294Z Downloaded universal-hash v0.5.1
11142026-05-12T02:05:33.294Z Downloaded unit-prefix v0.5.2
11152026-05-12T02:05:33.294Z Downloaded h2 v0.4.13
11162026-05-12T02:05:33.298Z Downloaded num-bigint-dig v0.8.6
11172026-05-12T02:05:33.300Z Downloaded tokio-rustls v0.25.0
11182026-05-12T02:05:33.300Z Downloaded time-macros v0.2.27
11192026-05-12T02:05:33.303Z Downloaded tokio-tungstenite v0.23.1
11202026-05-12T02:05:33.303Z Downloaded untrusted v0.7.1
11212026-05-12T02:05:33.306Z Downloaded usdt-attr-macro v0.6.0
11222026-05-12T02:05:33.307Z Downloaded untrusted v0.9.0
11232026-05-12T02:05:33.307Z Downloaded usdt v0.6.0
11242026-05-12T02:05:33.307Z Downloaded usdt-macro v0.6.0
11252026-05-12T02:05:33.310Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-05-12T02:05:33.310Z Downloaded utf-8 v0.7.6
11272026-05-12T02:05:33.310Z Downloaded typify-macro v0.6.2
11282026-05-12T02:05:33.310Z Downloaded void v1.0.2
11292026-05-12T02:05:33.310Z Downloaded nom v7.1.3
11302026-05-12T02:05:33.313Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-12T02:05:33.316Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11322026-05-12T02:05:33.316Z Downloaded itertools v0.14.0
11332026-05-12T02:05:33.319Z Downloaded tokio-native-tls v0.3.1
11342026-05-12T02:05:33.322Z Downloaded socket2 v0.6.3
11352026-05-12T02:05:33.322Z Downloaded schemars v0.8.22
11362026-05-12T02:05:33.328Z Downloaded waitgroup v0.1.2
11372026-05-12T02:05:33.331Z Downloaded wait-timeout v0.2.1
11382026-05-12T02:05:33.331Z Downloaded quinn v0.11.9
11392026-05-12T02:05:33.334Z Downloaded rand v0.9.2
11402026-05-12T02:05:33.337Z Downloaded want v0.3.1
11412026-05-12T02:05:33.337Z Downloaded tui-tree-widget v0.23.1
11422026-05-12T02:05:33.337Z Downloaded schemars v0.9.0
11432026-05-12T02:05:33.342Z Downloaded term v0.7.0
11442026-05-12T02:05:33.346Z Downloaded rand v0.10.0
11452026-05-12T02:05:33.349Z Downloaded xshell-macros v0.2.7
11462026-05-12T02:05:33.349Z Downloaded futures-util v0.3.32
11472026-05-12T02:05:33.355Z Downloaded term v1.2.1
11482026-05-12T02:05:33.358Z Downloaded xattr v1.6.1
11492026-05-12T02:05:33.361Z Downloaded subprocess v0.2.15
11502026-05-12T02:05:33.361Z Downloaded tokio-rustls v0.24.1
11512026-05-12T02:05:33.363Z Downloaded tokio-tungstenite v0.21.0
11522026-05-12T02:05:33.364Z Downloaded samael v0.0.19
11532026-05-12T02:05:33.367Z Downloaded libm v0.2.16
11542026-05-12T02:05:33.373Z Downloaded tokio-stream v0.1.18
11552026-05-12T02:05:33.376Z Downloaded tokio-rustls v0.26.4
11562026-05-12T02:05:33.379Z Downloaded iri-string v0.7.10
11572026-05-12T02:05:33.382Z Downloaded zone_cfg_derive v0.3.1
11582026-05-12T02:05:33.382Z Downloaded zeroize_derive v1.4.3
11592026-05-12T02:05:33.382Z Downloaded usdt-impl v0.6.0
11602026-05-12T02:05:33.385Z Downloaded p521 v0.13.3
11612026-05-12T02:05:33.385Z Downloaded socket2 v0.5.10
11622026-05-12T02:05:33.388Z Downloaded rustls-webpki v0.103.9
11632026-05-12T02:05:33.388Z Downloaded vergen-gitcl v1.0.8
11642026-05-12T02:05:33.391Z Downloaded russh v0.45.0
11652026-05-12T02:05:33.394Z Downloaded walkdir v2.5.0
11662026-05-12T02:05:33.394Z Downloaded uzers v0.12.2
11672026-05-12T02:05:33.397Z Downloaded tinyvec v1.10.0
11682026-05-12T02:05:33.397Z Downloaded test-strategy v0.4.5
11692026-05-12T02:05:33.401Z Downloaded twox-hash v2.1.2
11702026-05-12T02:05:33.405Z Downloaded tracing-attributes v0.1.31
11712026-05-12T02:05:33.405Z Downloaded tower-layer v0.3.3
11722026-05-12T02:05:33.405Z Downloaded thiserror-no-std v2.0.2
11732026-05-12T02:05:33.409Z Downloaded wyz v0.5.1
11742026-05-12T02:05:33.409Z Downloaded whoami v1.6.1
11752026-05-12T02:05:33.409Z Downloaded convert_case v0.4.0
11762026-05-12T02:05:33.409Z Downloaded bit-set v0.8.0
11772026-05-12T02:05:33.409Z Downloaded ascii-canvas v3.0.0
11782026-05-12T02:05:33.412Z Downloaded debug-ignore v1.0.5
11792026-05-12T02:05:33.412Z Downloaded xshell v0.2.7
11802026-05-12T02:05:33.423Z Downloaded unicode-properties v0.1.4
11812026-05-12T02:05:33.427Z Downloaded toml v1.0.6+spec-1.1.0
11822026-05-12T02:05:33.431Z Downloaded blake3 v1.8.3
11832026-05-12T02:05:33.436Z Downloaded vergen-lib v0.1.6
11842026-05-12T02:05:33.441Z Downloaded schemars v1.2.1
11852026-05-12T02:05:33.445Z Downloaded zone v0.3.1
11862026-05-12T02:05:33.450Z Downloaded zeroize v1.8.2
11872026-05-12T02:05:33.450Z Downloaded vsss-rs v3.3.4
11882026-05-12T02:05:33.450Z Downloaded tungstenite v0.21.0
11892026-05-12T02:05:33.455Z Downloaded zstd v0.13.3
11902026-05-12T02:05:33.455Z Downloaded unicase v2.9.0
11912026-05-12T02:05:33.455Z Downloaded git2 v0.20.4
11922026-05-12T02:05:33.459Z Downloaded zstd-safe v7.2.4
11932026-05-12T02:05:33.462Z Downloaded vergen-git2 v1.0.7
11942026-05-12T02:05:33.463Z Downloaded tungstenite v0.23.0
11952026-05-12T02:05:33.465Z Downloaded vergen v9.0.6
11962026-05-12T02:05:33.465Z Downloaded toml_parser v1.0.9+spec-1.1.0
11972026-05-12T02:05:33.469Z Downloaded tracing-core v0.1.36
11982026-05-12T02:05:33.469Z Downloaded toml v0.7.8
11992026-05-12T02:05:33.473Z Downloaded whoami v2.1.0
12002026-05-12T02:05:33.473Z Downloaded tar v0.4.45
12012026-05-12T02:05:33.477Z Downloaded typify v0.6.2
12022026-05-12T02:05:33.477Z Downloaded rpassword v7.4.0
12032026-05-12T02:05:33.477Z Downloaded yasna v0.5.2
12042026-05-12T02:05:33.480Z Downloaded typify v0.4.3
12052026-05-12T02:05:33.481Z Downloaded rsa v0.9.10
12062026-05-12T02:05:33.485Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-05-12T02:05:33.494Z Downloaded vte v0.14.1
12082026-05-12T02:05:33.497Z Downloaded toml v0.9.12+spec-1.1.0
12092026-05-12T02:05:33.501Z Downloaded snafu v0.8.9
12102026-05-12T02:05:33.503Z Downloaded rustyline v14.0.0
12112026-05-12T02:05:33.506Z Downloaded reedline v0.40.0
12122026-05-12T02:05:33.517Z Downloaded unicode-bidi v0.3.18
12132026-05-12T02:05:33.523Z Downloaded bitvec v1.0.1
12142026-05-12T02:05:33.532Z Downloaded zerocopy v0.6.6
12152026-05-12T02:05:33.535Z Downloaded uuid v1.23.0
12162026-05-12T02:05:33.538Z Downloaded steno v0.4.1
12172026-05-12T02:05:33.541Z Downloaded unsafe-libyaml v0.2.11
12182026-05-12T02:05:33.541Z Downloaded ssh-key v0.6.7
12192026-05-12T02:05:33.544Z Downloaded lalrpop v0.19.12
12202026-05-12T02:05:33.550Z Downloaded zopfli v0.8.3
12212026-05-12T02:05:33.553Z Downloaded reqwest v0.13.2
12222026-05-12T02:05:33.556Z Downloaded toml_edit v0.19.15
12232026-05-12T02:05:33.565Z Downloaded tower v0.5.3
12242026-05-12T02:05:33.571Z Downloaded bindgen v0.71.1
12252026-05-12T02:05:33.575Z Downloaded zip v0.6.6
12262026-05-12T02:05:33.577Z Downloaded unicode_categories v0.1.1
12272026-05-12T02:05:33.580Z Downloaded p384 v0.13.1
12282026-05-12T02:05:33.582Z Downloaded tokio-postgres v0.7.16
12292026-05-12T02:05:33.585Z Downloaded typed-path v0.9.3
12302026-05-12T02:05:33.588Z Downloaded reqwest v0.12.28
12312026-05-12T02:05:33.591Z Downloaded portable-atomic v1.13.1
12322026-05-12T02:05:33.596Z Downloaded moka v0.12.13
12332026-05-12T02:05:33.600Z Downloaded regex v1.12.3
12342026-05-12T02:05:33.603Z Downloaded rayon v1.11.0
12352026-05-12T02:05:33.609Z Downloaded goblin v0.10.5
12362026-05-12T02:05:33.614Z Downloaded x509-cert v0.2.5
12372026-05-12T02:05:33.617Z Downloaded yansi v1.0.1
12382026-05-12T02:05:33.620Z Downloaded quick-xml v0.37.5
12392026-05-12T02:05:33.627Z Downloaded rustls-webpki v0.101.7
12402026-05-12T02:05:33.636Z Downloaded proptest v1.10.0
12412026-05-12T02:05:33.654Z Downloaded zerocopy-derive v0.8.40
12422026-05-12T02:05:33.659Z Downloaded unicode-segmentation v1.12.0
12432026-05-12T02:05:33.668Z Downloaded tower-http v0.6.8
12442026-05-12T02:05:33.671Z Downloaded serde_with v3.17.0
12452026-05-12T02:05:33.677Z Downloaded tough v0.22.0
12462026-05-12T02:05:33.682Z Downloaded petname v2.0.2
12472026-05-12T02:05:33.686Z Downloaded object v0.30.4
12482026-05-12T02:05:33.692Z Downloaded tokio-util v0.7.18
12492026-05-12T02:05:33.696Z Downloaded zip v4.6.1
12502026-05-12T02:05:33.699Z Downloaded quinn-proto v0.11.13
12512026-05-12T02:05:33.704Z Downloaded salty v0.3.0
12522026-05-12T02:05:33.708Z Downloaded rustls-webpki v0.102.8
12532026-05-12T02:05:33.720Z Downloaded unicode-normalization v0.1.25
12542026-05-12T02:05:33.724Z Downloaded polar-core v0.27.3
12552026-05-12T02:05:33.739Z Downloaded winnow v0.6.26
12562026-05-12T02:05:33.743Z Downloaded curve25519-dalek v4.1.3
12572026-05-12T02:05:33.767Z Downloaded winnow v0.5.40
12582026-05-12T02:05:33.771Z Downloaded tabled v0.20.0
12592026-05-12T02:05:33.781Z Downloaded nix v0.28.0
12602026-05-12T02:05:33.787Z Downloaded bstr v1.12.1
12612026-05-12T02:05:33.792Z Downloaded rustls v0.21.12
12622026-05-12T02:05:33.798Z Downloaded radix_trie v0.2.1
12632026-05-12T02:05:33.802Z Downloaded nix v0.31.2
12642026-05-12T02:05:33.810Z Downloaded vcpkg v0.2.15
12652026-05-12T02:05:33.830Z Downloaded time v0.3.47
12662026-05-12T02:05:33.836Z Downloaded dropshot v0.17.0
12672026-05-12T02:05:33.849Z Downloaded openssl v0.10.78
12682026-05-12T02:05:33.854Z Downloaded nix v0.27.1
12692026-05-12T02:05:33.860Z Downloaded smoltcp v0.9.1
12702026-05-12T02:05:33.866Z Downloaded regress v0.10.5
12712026-05-12T02:05:33.871Z Downloaded zerocopy v0.8.40
12722026-05-12T02:05:33.877Z Downloaded regress v0.11.1
12732026-05-12T02:05:33.882Z Downloaded regex-syntax v0.6.29
12742026-05-12T02:05:33.887Z Downloaded rustix v0.38.44
12752026-05-12T02:05:33.898Z Downloaded zlib-rs v0.6.2
12762026-05-12T02:05:33.902Z Downloaded rustls v0.22.4
12772026-05-12T02:05:33.909Z Downloaded hickory-proto v0.24.4
12782026-05-12T02:05:33.917Z Downloaded webpki-roots v1.0.6
12792026-05-12T02:05:33.920Z Downloaded dropshot v0.16.7
12802026-05-12T02:05:33.932Z Downloaded smoltcp v0.11.0
12812026-05-12T02:05:33.939Z Downloaded regex-syntax v0.8.10
12822026-05-12T02:05:33.943Z Downloaded openapiv3 v2.2.0
12832026-05-12T02:05:33.950Z Downloaded hickory-proto v0.25.2
12842026-05-12T02:05:33.958Z Downloaded rustls v0.23.37
12852026-05-12T02:05:33.965Z Downloaded sqlparser v0.61.0
12862026-05-12T02:05:33.971Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-12T02:05:33.978Z Downloaded diesel v2.3.7
12882026-05-12T02:05:33.989Z Downloaded object v0.37.3
12892026-05-12T02:05:33.996Z Downloaded nix v0.29.0
12902026-05-12T02:05:34.014Z Downloaded regex-automata v0.4.14
12912026-05-12T02:05:34.034Z Downloaded zerocopy-derive v0.6.6
12922026-05-12T02:05:34.053Z Downloaded ratatui v0.29.0
12932026-05-12T02:05:34.063Z Downloaded typify-impl v0.6.2
12942026-05-12T02:05:34.071Z Downloaded typify-impl v0.4.3
12952026-05-12T02:05:34.080Z Downloaded chrono-tz v0.10.4
12962026-05-12T02:05:34.106Z Downloaded petgraph v0.6.5
12972026-05-12T02:05:34.114Z Downloaded tracing v0.1.44
12982026-05-12T02:05:34.118Z Downloaded sled v0.34.7
12992026-05-12T02:05:34.127Z Downloaded libz-sys v1.1.24
13002026-05-12T02:05:34.146Z Downloaded jiff v0.2.21
13012026-05-12T02:05:34.157Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-12T02:05:34.168Z Downloaded sha3 v0.10.8
13032026-05-12T02:05:34.171Z Downloaded tokio v1.52.1
13042026-05-12T02:05:34.194Z Downloaded petgraph v0.8.3
13052026-05-12T02:05:34.213Z Downloaded csv v1.4.0
13062026-05-12T02:05:34.296Z Downloaded encoding_rs v0.8.35
13072026-05-12T02:05:34.314Z Downloaded ring v0.17.14
13082026-05-12T02:05:34.346Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-12T02:05:34.754Z Downloaded aws-lc-sys v0.40.0
13102026-05-12T02:05:35.001Z Compiling libc v0.2.185
13112026-05-12T02:05:35.002Z Compiling serde v1.0.228
13122026-05-12T02:05:35.006Z Compiling log v0.4.29
13132026-05-12T02:05:35.006Z Compiling find-msvc-tools v0.1.9
13142026-05-12T02:05:35.006Z Compiling shlex v1.3.0
13152026-05-12T02:05:35.006Z Compiling syn v2.0.117
13162026-05-12T02:05:35.136Z Compiling smallvec v1.15.1
13172026-05-12T02:05:35.140Z Compiling typenum v1.19.0
13182026-05-12T02:05:35.319Z Compiling generic-array v0.14.7
13192026-05-12T02:05:35.339Z Compiling subtle v2.6.1
13202026-05-12T02:05:35.368Z Compiling scopeguard v1.2.0
13212026-05-12T02:05:35.443Z Compiling portable-atomic v1.13.1
13222026-05-12T02:05:35.456Z Compiling lock_api v0.4.14
13232026-05-12T02:05:35.481Z Compiling const-oid v0.9.6
13242026-05-12T02:05:35.524Z Compiling serde_json v1.0.149
13252026-05-12T02:05:35.567Z Compiling zerocopy v0.8.40
13262026-05-12T02:05:35.673Z Compiling critical-section v1.2.0
13272026-05-12T02:05:35.777Z Compiling parking_lot_core v0.9.12
13282026-05-12T02:05:35.995Z Compiling getrandom v0.2.17
13292026-05-12T02:05:36.009Z Compiling jobserver v0.1.34
13302026-05-12T02:05:36.023Z Compiling errno v0.3.14
13312026-05-12T02:05:36.056Z Compiling pin-project-lite v0.2.17
13322026-05-12T02:05:36.151Z Compiling rand_core v0.6.4
13332026-05-12T02:05:36.183Z Compiling pkg-config v0.3.32
13342026-05-12T02:05:36.216Z Compiling cc v1.2.56
13352026-05-12T02:05:36.388Z Compiling once_cell v1.21.3
13362026-05-12T02:05:36.418Z Compiling signal-hook-registry v1.4.8
13372026-05-12T02:05:36.433Z Compiling bitflags v2.11.0
13382026-05-12T02:05:36.474Z Compiling libm v0.2.16
13392026-05-12T02:05:36.581Z Compiling futures-core v0.3.32
13402026-05-12T02:05:36.656Z Compiling parking_lot v0.12.5
13412026-05-12T02:05:36.683Z Compiling mio v1.2.0
13422026-05-12T02:05:36.723Z Compiling num-traits v0.2.19
13432026-05-12T02:05:36.738Z Compiling percent-encoding v2.3.2
13442026-05-12T02:05:36.833Z Compiling socket2 v0.6.3
13452026-05-12T02:05:36.922Z Compiling futures-sink v0.3.32
13462026-05-12T02:05:37.020Z Compiling futures-channel v0.3.32
13472026-05-12T02:05:37.024Z Compiling futures-task v0.3.32
13482026-05-12T02:05:37.062Z Compiling futures-io v0.3.32
13492026-05-12T02:05:37.138Z Compiling slab v0.4.12
13502026-05-12T02:05:37.197Z Compiling getrandom v0.4.1
13512026-05-12T02:05:37.208Z Compiling cpufeatures v0.2.17
13522026-05-12T02:05:37.225Z Compiling rand_core v0.10.0
13532026-05-12T02:05:37.244Z Compiling indexmap v2.14.0
13542026-05-12T02:05:37.276Z Compiling getrandom v0.3.4
13552026-05-12T02:05:37.309Z Compiling rustversion v1.0.22
13562026-05-12T02:05:37.384Z Compiling cmake v0.1.57
13572026-05-12T02:05:37.845Z Compiling form_urlencoded v1.2.2
13582026-05-12T02:05:37.892Z Compiling dunce v1.0.5
13592026-05-12T02:05:37.978Z Compiling synstructure v0.13.2
13602026-05-12T02:05:37.991Z Compiling fs_extra v1.3.0
13612026-05-12T02:05:38.017Z Compiling ident_case v1.0.1
13622026-05-12T02:05:38.054Z Compiling base64ct v1.8.3
13632026-05-12T02:05:38.139Z Compiling flagset v0.4.7
13642026-05-12T02:05:38.255Z Compiling aws-lc-sys v0.40.0
13652026-05-12T02:05:38.271Z Compiling regex-syntax v0.8.10
13662026-05-12T02:05:38.286Z Compiling rustix v1.1.3
13672026-05-12T02:05:38.290Z Compiling iana-time-zone v0.1.65
13682026-05-12T02:05:38.359Z Compiling pem-rfc7468 v0.7.0
13692026-05-12T02:05:38.502Z Compiling rand_core v0.9.5
13702026-05-12T02:05:38.591Z Compiling ring v0.17.14
13712026-05-12T02:05:38.604Z Compiling vcpkg v0.2.15
13722026-05-12T02:05:38.686Z Compiling aws-lc-rs v1.16.3
13732026-05-12T02:05:38.784Z Compiling uuid v1.23.0
13742026-05-12T02:05:38.974Z Compiling rustc_version v0.4.1
13752026-05-12T02:05:39.327Z Compiling tracing-core v0.1.36
13762026-05-12T02:05:39.400Z Compiling openssl-sys v0.9.114
13772026-05-12T02:05:39.525Z Compiling base64 v0.22.1
13782026-05-12T02:05:39.784Z Compiling serde_derive v1.0.228
13792026-05-12T02:05:39.850Z Compiling zeroize_derive v1.4.3
13802026-05-12T02:05:39.881Z Compiling zerofrom-derive v0.1.6
13812026-05-12T02:05:39.926Z Compiling yoke-derive v0.8.1
13822026-05-12T02:05:40.059Z Compiling zerovec-derive v0.11.2
13832026-05-12T02:05:40.493Z Compiling zeroize v1.8.2
13842026-05-12T02:05:40.693Z Compiling zerocopy-derive v0.8.40
13852026-05-12T02:05:41.092Z Compiling displaydoc v0.2.5
13862026-05-12T02:05:41.188Z Compiling crypto-common v0.1.7
13872026-05-12T02:05:41.228Z Compiling block-buffer v0.10.4
13882026-05-12T02:05:41.287Z Compiling zerofrom v0.1.6
13892026-05-12T02:05:41.339Z Compiling tokio-macros v2.7.0
13902026-05-12T02:05:41.393Z Compiling yoke v0.8.1
13912026-05-12T02:05:41.412Z Compiling digest v0.10.7
13922026-05-12T02:05:41.579Z Compiling zerovec v0.11.5
13932026-05-12T02:05:41.657Z Compiling futures-macro v0.3.32
13942026-05-12T02:05:41.837Z Compiling zerotrie v0.2.3
13952026-05-12T02:05:42.055Z Compiling tinystr v0.8.2
13962026-05-12T02:05:42.089Z Compiling potential_utf v0.1.4
13972026-05-12T02:05:42.136Z Compiling hmac v0.12.1
13982026-05-12T02:05:42.243Z Compiling icu_locale_core v2.1.1
13992026-05-12T02:05:42.243Z Compiling icu_collections v2.1.1
14002026-05-12T02:05:42.285Z Compiling block-padding v0.3.3
14012026-05-12T02:05:42.441Z Compiling inout v0.1.4
14022026-05-12T02:05:42.456Z Compiling futures-util v0.3.32
14032026-05-12T02:05:42.603Z Compiling cipher v0.4.4
14042026-05-12T02:05:42.703Z Compiling sha2 v0.10.9
14052026-05-12T02:05:42.918Z Compiling icu_provider v2.1.1
14062026-05-12T02:05:43.156Z Compiling icu_normalizer v2.1.1
14072026-05-12T02:05:43.212Z Compiling bytes v1.11.1
14082026-05-12T02:05:43.285Z Compiling icu_properties v2.1.2
14092026-05-12T02:05:43.317Z Compiling der_derive v0.7.3
14102026-05-12T02:05:43.692Z Compiling tokio v1.52.1
14112026-05-12T02:05:43.828Z Compiling http v1.4.0
14122026-05-12T02:05:44.126Z Compiling idna_adapter v1.2.1
14132026-05-12T02:05:44.228Z Compiling idna v1.1.0
14142026-05-12T02:05:44.279Z Compiling der v0.7.10
14152026-05-12T02:05:44.369Z Compiling chrono v0.4.44
14162026-05-12T02:05:44.721Z Compiling url v2.5.8
14172026-05-12T02:05:44.741Z Compiling salsa20 v0.10.2
14182026-05-12T02:05:44.861Z Compiling pbkdf2 v0.12.2
14192026-05-12T02:05:44.876Z Compiling rustls-pki-types v1.14.0
14202026-05-12T02:05:44.974Z Compiling ppv-lite86 v0.2.21
14212026-05-12T02:05:45.145Z Compiling spki v0.7.3
14222026-05-12T02:05:45.291Z Compiling thiserror-impl v2.0.18
14232026-05-12T02:05:45.307Z Compiling tracing-attributes v0.1.31
14242026-05-12T02:05:45.342Z Compiling rand_chacha v0.9.0
14252026-05-12T02:05:45.450Z Compiling scrypt v0.11.0
14262026-05-12T02:05:45.498Z Compiling http-body v1.0.1
14272026-05-12T02:05:45.647Z Compiling aes v0.8.4
14282026-05-12T02:05:45.699Z Compiling cbc v0.1.2
14292026-05-12T02:05:45.779Z Compiling httparse v1.10.1
14302026-05-12T02:05:45.843Z Compiling tinyvec_macros v0.1.1
14312026-05-12T02:05:45.917Z Compiling untrusted v0.9.0
14322026-05-12T02:05:46.032Z Compiling untrusted v0.7.1
14332026-05-12T02:05:46.035Z Compiling openssl-probe v0.2.1
14342026-05-12T02:05:46.153Z Compiling pkcs5 v0.7.1
14352026-05-12T02:05:46.211Z Compiling tinyvec v1.10.0
14362026-05-12T02:05:46.546Z Compiling pest_generator v2.8.6
14372026-05-12T02:05:46.583Z Compiling tracing v0.1.44
14382026-05-12T02:05:46.597Z Compiling thiserror v2.0.18
14392026-05-12T02:05:46.615Z Compiling rand v0.9.2
14402026-05-12T02:05:46.674Z Compiling serde_derive_internals v0.29.1
14412026-05-12T02:05:46.695Z Compiling aho-corasick v1.1.4
14422026-05-12T02:05:46.835Z Compiling try-lock v0.2.5
14432026-05-12T02:05:46.941Z Compiling schemars v0.8.22
14442026-05-12T02:05:47.137Z Compiling tower-layer v0.3.3
14452026-05-12T02:05:47.233Z Compiling rustls v0.23.37
14462026-05-12T02:05:47.295Z Compiling dyn-clone v1.0.20
14472026-05-12T02:05:47.398Z Compiling tokio-util v0.7.18
14482026-05-12T02:05:47.412Z Compiling atomic-waker v1.1.2
14492026-05-12T02:05:47.429Z Compiling tower-service v0.3.3
14502026-05-12T02:05:47.522Z Compiling regex-automata v0.4.14
14512026-05-12T02:05:47.536Z Compiling pest_derive v2.8.6
14522026-05-12T02:05:47.549Z Compiling schemars_derive v0.8.22
14532026-05-12T02:05:47.935Z Compiling want v0.3.1
14542026-05-12T02:05:47.990Z Compiling pkcs8 v0.10.2
14552026-05-12T02:05:48.098Z Compiling h2 v0.4.13
14562026-05-12T02:05:48.374Z Compiling ipnet v2.11.0
14572026-05-12T02:05:48.448Z Compiling scroll_derive v0.13.1
14582026-05-12T02:05:48.588Z Compiling darling_core v0.20.11
14592026-05-12T02:05:48.821Z Compiling httpdate v1.0.3
14602026-05-12T02:05:48.873Z Compiling openssl v0.10.78
14612026-05-12T02:05:49.037Z Compiling foreign-types-shared v0.1.1
14622026-05-12T02:05:49.098Z Compiling pin-utils v0.1.0
14632026-05-12T02:05:49.122Z Compiling tempfile v3.25.0
14642026-05-12T02:05:49.171Z Compiling foreign-types v0.3.2
14652026-05-12T02:05:49.253Z Compiling scroll v0.13.0
14662026-05-12T02:05:49.311Z Compiling unicode-normalization v0.1.25
14672026-05-12T02:05:49.511Z Compiling openssl-macros v0.1.1
14682026-05-12T02:05:49.754Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-12T02:05:49.892Z Compiling spin v0.9.8
14702026-05-12T02:05:50.016Z Compiling time-core v0.1.8
14712026-05-12T02:05:50.095Z Compiling crc32fast v1.5.0
14722026-05-12T02:05:50.131Z Compiling powerfmt v0.2.0
14732026-05-12T02:05:50.160Z Compiling num-conv v0.2.0
14742026-05-12T02:05:50.286Z Compiling native-tls v0.2.18
14752026-05-12T02:05:50.331Z Compiling time-macros v0.2.27
14762026-05-12T02:05:50.398Z Compiling deranged v0.5.8
14772026-05-12T02:05:50.822Z Compiling darling_macro v0.20.11
14782026-05-12T02:05:51.274Z Compiling hyper v1.8.1
14792026-05-12T02:05:51.346Z Compiling darling v0.20.11
14802026-05-12T02:05:51.367Z Compiling goblin v0.10.5
14812026-05-12T02:05:51.424Z Compiling rustls-native-certs v0.8.3
14822026-05-12T02:05:51.557Z Compiling sync_wrapper v1.0.2
14832026-05-12T02:05:51.665Z Compiling wait-timeout v0.2.1
14842026-05-12T02:05:51.710Z Compiling simd-adler32 v0.3.8
14852026-05-12T02:05:51.922Z Compiling crossbeam-utils v0.8.21
14862026-05-12T02:05:51.946Z Compiling quick-error v1.2.3
14872026-05-12T02:05:51.993Z Compiling bit-vec v0.8.0
14882026-05-12T02:05:52.048Z Compiling num_threads v0.1.7
14892026-05-12T02:05:52.143Z Compiling usdt-impl v0.6.0
14902026-05-12T02:05:52.195Z Compiling syn v1.0.109
14912026-05-12T02:05:52.217Z Compiling siphasher v1.0.2
14922026-05-12T02:05:52.339Z Compiling hyper-util v0.1.20
14932026-05-12T02:05:52.434Z Compiling bit-set v0.8.0
14942026-05-12T02:05:52.531Z Compiling time v0.3.47
14952026-05-12T02:05:52.593Z Compiling rusty-fork v0.3.1
14962026-05-12T02:05:52.927Z Compiling tower v0.5.3
14972026-05-12T02:05:53.158Z Compiling derive_builder_core v0.20.2
14982026-05-12T02:05:53.520Z Compiling dtrace-parser v0.3.0
14992026-05-12T02:05:53.579Z Compiling http-body-util v0.1.3
15002026-05-12T02:05:53.822Z Compiling webpki-roots v1.0.6
15012026-05-12T02:05:53.943Z Compiling signature v2.2.0
15022026-05-12T02:05:54.032Z Compiling scroll_derive v0.12.1
15032026-05-12T02:05:54.118Z Compiling dof v0.4.0
15042026-05-12T02:05:54.132Z Compiling thiserror-impl v1.0.69
15052026-05-12T02:05:54.136Z Compiling heapless v0.7.17
15062026-05-12T02:05:54.275Z Compiling rand_xorshift v0.4.0
15072026-05-12T02:05:54.385Z Compiling slog v2.8.2
15082026-05-12T02:05:54.428Z Compiling darling_core v0.21.3
15092026-05-12T02:05:54.565Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-12T02:05:54.675Z Compiling thread-id v5.1.0
15112026-05-12T02:05:54.756Z Compiling cookie v0.18.1
15122026-05-12T02:05:54.828Z Compiling iri-string v0.7.10
15132026-05-12T02:05:54.932Z Compiling allocator-api2 v0.2.21
15142026-05-12T02:05:55.259Z Compiling unicode-properties v0.1.4
15152026-05-12T02:05:55.273Z Compiling unarray v0.1.4
15162026-05-12T02:05:55.359Z Compiling ryu v1.0.23
15172026-05-12T02:05:55.378Z Compiling zstd-safe v7.2.4
15182026-05-12T02:05:55.462Z Compiling signal-hook v0.3.18
15192026-05-12T02:05:55.539Z Compiling unicode-bidi v0.3.18
15202026-05-12T02:05:55.568Z Compiling adler2 v2.0.1
15212026-05-12T02:05:55.614Z Compiling paste v1.0.15
15222026-05-12T02:05:55.628Z Compiling anyhow v1.0.102
15232026-05-12T02:05:55.695Z Compiling miniz_oxide v0.8.9
15242026-05-12T02:05:55.917Z Compiling stringprep v0.1.5
15252026-05-12T02:05:56.061Z Compiling tower-http v0.6.8
15262026-05-12T02:05:56.158Z Compiling serde_urlencoded v0.7.1
15272026-05-12T02:05:56.289Z Compiling thiserror v1.0.69
15282026-05-12T02:05:56.304Z Compiling proptest v1.10.0
15292026-05-12T02:05:56.415Z Compiling scroll v0.12.0
15302026-05-12T02:05:56.518Z Compiling derive_builder_macro v0.20.2
15312026-05-12T02:05:56.663Z Compiling tokio-native-tls v0.3.1
15322026-05-12T02:05:56.890Z Compiling darling_macro v0.21.3
15332026-05-12T02:05:56.955Z Compiling ipnetwork v0.21.1
15342026-05-12T02:05:57.133Z Compiling bstr v1.12.1
15352026-05-12T02:05:57.147Z Compiling rand_chacha v0.3.1
15362026-05-12T02:05:57.344Z Compiling serde_tokenstream v0.2.3
15372026-05-12T02:05:57.358Z Compiling erased-serde v0.3.31
15382026-05-12T02:05:57.418Z Compiling toml_datetime v0.6.11
15392026-05-12T02:05:57.647Z Compiling serde_spanned v0.6.9
15402026-05-12T02:05:57.670Z Compiling md-5 v0.10.6
15412026-05-12T02:05:57.778Z Compiling async-trait v0.1.89
15422026-05-12T02:05:57.831Z Compiling pin-project-internal v1.1.11
15432026-05-12T02:05:57.849Z Compiling zerocopy-derive v0.7.35
15442026-05-12T02:05:57.897Z Compiling curve25519-dalek v4.1.3
15452026-05-12T02:05:57.985Z Compiling vergen-lib v0.1.6
15462026-05-12T02:05:58.162Z Compiling num-integer v0.1.46
15472026-05-12T02:05:58.222Z Compiling hash32 v0.2.1
15482026-05-12T02:05:58.417Z Compiling ff v0.13.1
15492026-05-12T02:05:58.484Z Compiling memoffset v0.9.1
15502026-05-12T02:05:58.557Z Compiling psl-types v2.0.11
15512026-05-12T02:05:58.675Z Compiling zlib-rs v0.6.2
15522026-05-12T02:05:58.686Z Compiling rustix v0.38.44
15532026-05-12T02:05:58.711Z Compiling cfg_aliases v0.2.1
15542026-05-12T02:05:58.786Z Compiling fallible-iterator v0.2.0
15552026-05-12T02:05:58.811Z Compiling ref-cast v1.0.25
15562026-05-12T02:05:58.929Z Compiling num-bigint-dig v0.8.6
15572026-05-12T02:05:59.030Z Compiling smoltcp v0.9.1
15582026-05-12T02:05:59.100Z Compiling litrs v1.0.0
15592026-05-12T02:05:59.115Z Compiling base16ct v0.2.0
15602026-05-12T02:05:59.190Z Compiling postgres-protocol v0.6.10
15612026-05-12T02:05:59.284Z Compiling sec1 v0.7.3
15622026-05-12T02:05:59.490Z Compiling pin-project v1.1.11
15632026-05-12T02:05:59.565Z Compiling nix v0.31.2
15642026-05-12T02:05:59.581Z Compiling zerocopy v0.7.35
15652026-05-12T02:05:59.605Z Compiling document-features v0.2.12
15662026-05-12T02:05:59.834Z Compiling publicsuffix v2.3.0
15672026-05-12T02:05:59.925Z Compiling newtype-uuid v1.3.2
15682026-05-12T02:05:59.998Z Compiling group v0.13.0
15692026-05-12T02:06:00.112Z Compiling num-iter v0.1.45
15702026-05-12T02:06:00.262Z Compiling darling v0.21.3
15712026-05-12T02:06:00.276Z Compiling rand v0.8.6
15722026-05-12T02:06:00.341Z Compiling oxnet v0.1.4
15732026-05-12T02:06:00.703Z Compiling hubpack_derive v0.1.1
15742026-05-12T02:06:00.718Z Compiling derive_builder v0.20.2
15752026-05-12T02:06:00.731Z Compiling hyper-tls v0.6.0
15762026-05-12T02:06:00.837Z Compiling goblin v0.8.2
15772026-05-12T02:06:01.239Z Compiling phf_shared v0.13.1
15782026-05-12T02:06:01.369Z Compiling lazy_static v1.5.0
15792026-05-12T02:06:01.428Z Compiling regex v1.12.3
15802026-05-12T02:06:01.461Z Compiling futures-executor v0.3.32
15812026-05-12T02:06:01.476Z Compiling cargo-platform v0.1.9
15822026-05-12T02:06:01.623Z Compiling flate2 v1.1.9
15832026-05-12T02:06:01.715Z Compiling hex v0.4.3
15842026-05-12T02:06:01.731Z Compiling hkdf v0.12.4
15852026-05-12T02:06:01.853Z Compiling crypto-bigint v0.5.5
15862026-05-12T02:06:01.856Z Compiling terminal_size v0.4.3
15872026-05-12T02:06:01.884Z Compiling daft-derive v0.1.5
15882026-05-12T02:06:01.976Z Compiling ref-cast-impl v1.0.25
15892026-05-12T02:06:02.010Z Compiling snafu-derive v0.8.9
15902026-05-12T02:06:02.022Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-12T02:06:02.551Z Compiling strum_macros v0.27.2
15922026-05-12T02:06:02.595Z Compiling vergen v9.0.6
15932026-05-12T02:06:02.661Z Compiling fs-err v3.3.0
15942026-05-12T02:06:02.826Z Compiling ahash v0.8.12
15952026-05-12T02:06:02.846Z Compiling encoding_rs v0.8.35
15962026-05-12T02:06:03.026Z Compiling winnow v0.5.40
15972026-05-12T02:06:03.942Z Compiling mime v0.3.17
15982026-05-12T02:06:04.015Z Compiling bitflags v1.3.2
15992026-05-12T02:06:04.092Z Compiling object v0.37.3
16002026-05-12T02:06:04.199Z Compiling unicode-segmentation v1.12.0
16012026-05-12T02:06:04.337Z Compiling bumpalo v3.20.2
16022026-05-12T02:06:04.352Z Compiling managed v0.8.0
16032026-05-12T02:06:04.367Z Compiling libbz2-rs-sys v0.2.2
16042026-05-12T02:06:04.455Z Compiling foldhash v0.2.0
16052026-05-12T02:06:04.560Z Compiling foldhash v0.1.5
16062026-05-12T02:06:04.563Z Compiling same-file v1.0.6
16072026-05-12T02:06:04.588Z Compiling strum v0.27.2
16082026-05-12T02:06:04.591Z Compiling zopfli v0.8.3
16092026-05-12T02:06:04.668Z Compiling hashbrown v0.16.1
16102026-05-12T02:06:04.715Z Compiling hashbrown v0.15.5
16112026-05-12T02:06:04.728Z Compiling walkdir v2.5.0
16122026-05-12T02:06:05.033Z Compiling bzip2 v0.6.1
16132026-05-12T02:06:05.047Z Compiling clap_builder v4.5.60
16142026-05-12T02:06:05.250Z Compiling toml_edit v0.19.15
16152026-05-12T02:06:05.253Z Compiling snafu v0.8.9
16162026-05-12T02:06:05.253Z Compiling dof v0.3.0
16172026-05-12T02:06:05.454Z Compiling elliptic-curve v0.13.8
16182026-05-12T02:06:05.608Z Compiling daft v0.1.5
16192026-05-12T02:06:05.875Z Compiling cargo_metadata v0.19.2
16202026-05-12T02:06:05.942Z Compiling futures v0.3.32
16212026-05-12T02:06:06.022Z Compiling phf v0.13.1
16222026-05-12T02:06:06.542Z Compiling hubpack v0.1.2
16232026-05-12T02:06:06.754Z Compiling signal-hook-mio v0.2.5
16242026-05-12T02:06:06.872Z Compiling cookie_store v0.22.1
16252026-05-12T02:06:07.190Z Compiling zstd v0.13.3
16262026-05-12T02:06:07.314Z Compiling bzip2 v0.4.4
16272026-05-12T02:06:07.452Z Compiling serde_with_macros v3.17.0
16282026-05-12T02:06:07.536Z Compiling postgres-types v0.2.12
16292026-05-12T02:06:07.880Z Compiling usdt-attr-macro v0.6.0
16302026-05-12T02:06:08.002Z Compiling usdt-macro v0.6.0
16312026-05-12T02:06:08.120Z Compiling globset v0.4.18
16322026-05-12T02:06:08.488Z Compiling dtrace-parser v0.2.0
16332026-05-12T02:06:08.603Z Compiling ed25519 v2.2.3
16342026-05-12T02:06:08.677Z Compiling phf_shared v0.11.3
16352026-05-12T02:06:08.737Z Compiling olpc-cjson v0.1.4
16362026-05-12T02:06:08.751Z Compiling pkcs1 v0.7.5
16372026-05-12T02:06:08.812Z Compiling serde_plain v1.0.2
16382026-05-12T02:06:08.856Z Compiling serde-big-array v0.5.1
16392026-05-12T02:06:08.886Z Compiling rfc6979 v0.4.0
16402026-05-12T02:06:08.996Z Compiling serde_repr v0.1.20
16412026-05-12T02:06:09.011Z Compiling async-recursion v1.1.1
16422026-05-12T02:06:09.012Z Compiling clap_derive v4.5.55
16432026-05-12T02:06:09.137Z Compiling enum-as-inner v0.6.1
16442026-05-12T02:06:09.232Z Compiling strum_macros v0.26.4
16452026-05-12T02:06:09.500Z Compiling pem v3.0.6
16462026-05-12T02:06:09.515Z Compiling float-cmp v0.10.0
16472026-05-12T02:06:09.629Z Compiling memmap2 v0.9.10
16482026-05-12T02:06:09.644Z Compiling thread-id v4.2.2
16492026-05-12T02:06:09.656Z Compiling env_filter v1.0.0
16502026-05-12T02:06:09.724Z Compiling static_assertions v1.1.0
16512026-05-12T02:06:09.801Z Compiling typed-path v0.9.3
16522026-05-12T02:06:09.819Z Compiling either v1.15.0
16532026-05-12T02:06:09.837Z Compiling data-encoding v2.10.0
16542026-05-12T02:06:09.957Z Compiling fixedbitset v0.4.2
16552026-05-12T02:06:10.028Z Compiling precomputed-hash v0.1.1
16562026-05-12T02:06:10.113Z Compiling predicates-core v1.0.10
16572026-05-12T02:06:10.169Z Compiling difflib v0.4.0
16582026-05-12T02:06:10.300Z Compiling normalize-line-endings v0.3.0
16592026-05-12T02:06:10.394Z Compiling whoami v2.1.0
16602026-05-12T02:06:10.516Z Compiling jiff v0.2.21
16612026-05-12T02:06:10.712Z Compiling keccak v0.1.6
16622026-05-12T02:06:10.769Z Compiling rustc-hash v2.1.1
16632026-05-12T02:06:10.775Z Compiling fixedbitset v0.5.7
16642026-05-12T02:06:10.895Z Compiling new_debug_unreachable v1.0.6
16652026-05-12T02:06:10.961Z Compiling string_cache v0.8.9
16662026-05-12T02:06:10.969Z Compiling strum v0.26.3
16672026-05-12T02:06:11.013Z Compiling petgraph v0.8.3
16682026-05-12T02:06:11.064Z Compiling sha3 v0.10.8
16692026-05-12T02:06:11.090Z Compiling iddqd v0.3.18
16702026-05-12T02:06:11.174Z Compiling clap v4.5.60
16712026-05-12T02:06:11.255Z Compiling tokio-postgres v0.7.16
16722026-05-12T02:06:11.505Z Compiling predicates v3.1.4
16732026-05-12T02:06:11.527Z Compiling hickory-proto v0.25.2
16742026-05-12T02:06:11.537Z Compiling petgraph v0.6.5
16752026-05-12T02:06:12.164Z Compiling toml_edit v0.22.27
16762026-05-12T02:06:12.220Z Compiling itertools v0.13.0
16772026-05-12T02:06:12.996Z Compiling env_logger v0.11.9
16782026-05-12T02:06:13.020Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16792026-05-12T02:06:13.295Z Compiling zip v4.6.1
16802026-05-12T02:06:13.476Z Compiling usdt v0.6.0
16812026-05-12T02:06:13.480Z Compiling usdt-impl v0.5.0
16822026-05-12T02:06:13.745Z Compiling ecdsa v0.16.9
16832026-05-12T02:06:14.086Z Compiling rsa v0.9.10
16842026-05-12T02:06:14.140Z Compiling ed25519-dalek v2.2.0
16852026-05-12T02:06:14.263Z Compiling serde_with v3.17.0
16862026-05-12T02:06:14.705Z Compiling crossterm v0.28.1
16872026-05-12T02:06:14.868Z Compiling zip v0.6.6
16882026-05-12T02:06:15.839Z Compiling toml v0.7.8
16892026-05-12T02:06:16.182Z Compiling heck v0.4.1
16902026-05-12T02:06:16.182Z Compiling similar v2.7.0
16912026-05-12T02:06:16.215Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-05-12T02:06:16.246Z Compiling crossbeam-epoch v0.9.18
16932026-05-12T02:06:16.409Z Compiling tokio-stream v0.1.18
16942026-05-12T02:06:16.462Z Compiling buf-list v1.1.2
16952026-05-12T02:06:16.570Z Compiling x509-cert v0.2.5
16962026-05-12T02:06:16.717Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-05-12T02:06:16.846Z Compiling openapiv3 v2.2.0
16982026-05-12T02:06:16.872Z Compiling sha1 v0.10.6
16992026-05-12T02:06:17.016Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-12T02:06:17.058Z Compiling lalrpop-util v0.19.12
17012026-05-12T02:06:17.087Z Compiling peg-runtime v0.8.5
17022026-05-12T02:06:17.251Z Compiling thread_local v1.1.9
17032026-05-12T02:06:17.299Z Compiling slog-async v2.8.0
17042026-05-12T02:06:17.369Z Compiling crossbeam-channel v0.5.15
17052026-05-12T02:06:17.397Z Compiling is-terminal v0.4.17
17062026-05-12T02:06:17.489Z Compiling filetime v0.2.27
17072026-05-12T02:06:17.512Z Compiling xattr v1.6.1
17082026-05-12T02:06:17.614Z Compiling take_mut v0.2.2
17092026-05-12T02:06:17.662Z Compiling term v1.2.1
17102026-05-12T02:06:17.662Z Compiling tar v0.4.45
17112026-05-12T02:06:18.210Z Compiling slog-term v2.9.2
17122026-05-12T02:06:27.920Z Compiling rustls-webpki v0.103.9
17132026-05-12T02:06:30.718Z Compiling tokio-rustls v0.26.4
17142026-05-12T02:06:30.719Z Compiling rustls-platform-verifier v0.6.2
17152026-05-12T02:06:30.936Z Compiling hyper-rustls v0.27.7
17162026-05-12T02:06:31.119Z Compiling reqwest v0.12.28
17172026-05-12T02:06:31.120Z Compiling reqwest v0.13.2
17182026-05-12T02:06:32.394Z Compiling tough v0.22.0
17192026-05-12T02:06:35.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-05-12T02:06:35.141Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-05-12T02:06:38.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-05-12T02:06:38.293Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-05-12T02:06:38.348ZMay 12 02:06:36.849 INFO Starting download, target: Console
17242026-05-12T02:06:38.348ZMay 12 02:06:36.849 INFO Starting download, target: Clickhouse
17252026-05-12T02:06:38.348ZMay 12 02:06:36.849 INFO Starting download, target: Cockroach
17262026-05-12T02:06:38.348ZMay 12 02:06:36.849 INFO Starting download, target: DendriteStub
17272026-05-12T02:06:38.348ZMay 12 02:06:36.849 INFO Starting download, target: MaghemiteMgd
17282026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Starting download, target: TransceiverControl
17292026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-05-12T02:06:38.351ZMay 12 02:06:36.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-05-12T02:06:39.289ZMay 12 02:06:37.790 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-05-12T02:06:39.366ZMay 12 02:06:37.871 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-05-12T02:06:39.546ZMay 12 02:06:38.049 INFO Download complete, target: Console
17382026-05-12T02:06:39.586ZMay 12 02:06:38.084 INFO Download complete, target: TransceiverControl
17392026-05-12T02:06:40.386ZMay 12 02:06:38.872 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-05-12T02:06:40.496ZMay 12 02:06:38.988 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-05-12T02:06:40.799ZMay 12 02:06:39.302 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-12T02:06:41.045ZMay 12 02:06:39.548 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-05-12T02:06:41.045ZMay 12 02:06:39.548 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-05-12T02:06:42.684ZMay 12 02:06:41.191 INFO Download complete, target: DendriteStub
17452026-05-12T02:06:42.832ZMay 12 02:06:41.336 INFO Download complete, target: MaghemiteMgd
17462026-05-12T02:06:45.601ZMay 12 02:06:44.089 INFO Checking that binary works, target: Cockroach
17472026-05-12T02:06:45.704ZMay 12 02:06:44.197 INFO Download complete, target: Cockroach
17482026-05-12T02:06:47.502ZMay 12 02:06:46.005 INFO Checking that binary works, target: Clickhouse
17492026-05-12T02:06:47.583ZMay 12 02:06:46.089 INFO Download complete, target: Clickhouse
17502026-05-12T02:06:47.603ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-05-12T02:06:47.608Z
17522026-05-12T02:06:47.608Zreal 2:15.943663980
17532026-05-12T02:06:47.608Zuser 6:53.943023681
17542026-05-12T02:06:47.608Zsys 1:21.500990471
17552026-05-12T02:06:47.608Ztrap 0.228187211
17562026-05-12T02:06:47.608Ztflt 0.706895556
17572026-05-12T02:06:47.609Zdflt 0.525441975
17582026-05-12T02:06:47.609Zkflt 0.020349163
17592026-05-12T02:06:47.609Zlock 21:40.599901321
17602026-05-12T02:06:47.609Zslp 21:16.740750350
17612026-05-12T02:06:47.609Zlat 41.814928537
17622026-05-12T02:06:47.609Zstop 1:52.824493258
17632026-05-12T02:06:47.609Z+ banner hack-check
17642026-05-12T02:06:47.609Z
17652026-05-12T02:06:47.609Z # # ## #### # # #### # # ###### #### # #
17662026-05-12T02:06:47.609Z # # # # # # # # # # # # # # # # #
17672026-05-12T02:06:47.609Z ###### # # # #### ##### # ###### ##### # ####
17682026-05-12T02:06:47.609Z # # ###### # # # # # # # # # #
17692026-05-12T02:06:47.609Z # # # # # # # # # # # # # # # # #
17702026-05-12T02:06:47.609Z # # # # #### # # #### # # ###### #### # #
17712026-05-12T02:06:47.609Z
17722026-05-12T02:06:47.609Z+ export CARGO_INCREMENTAL=0
17732026-05-12T02:06:47.609Z+ CARGO_INCREMENTAL=0
17742026-05-12T02:06:47.609Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-05-12T02:06:48.133Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-05-12T02:06:48.351Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-05-12T02:06:50.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17782026-05-12T02:06:50.282Z Running `target/debug/xtask check-features --ci`
17792026-05-12T02:06:50.308Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-05-12T02:06:50.308Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-05-12T02:06:50.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17822026-05-12T02:06:50.819Z Running `target/debug/xtask download cargo-hack`
17832026-05-12T02:06:51.602Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-05-12T02:06:51.913Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-05-12T02:06:54.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17862026-05-12T02:06:54.554Z Running `target/debug/xtask-downloader cargo-hack`
17872026-05-12T02:06:54.600ZMay 12 02:06:53.100 INFO Starting download, target: CargoHack
17882026-05-12T02:06:54.605ZMay 12 02:06:53.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-05-12T02:06:54.797ZMay 12 02:06:53.303 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-05-12T02:06:54.845ZMay 12 02:06:53.352 INFO Download complete, target: CargoHack
17912026-05-12T02:06:54.854Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-05-12T02:06:54.861Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-05-12T02:06:55.012Zinfo: running `cargo check --bins` on api_identity (1/274)
17942026-05-12T02:06:55.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-12T02:06:55.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-12T02:06:55.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-12T02:06:55.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17982026-05-12T02:06:55.595Z
17992026-05-12T02:06:55.595Zinfo: running `cargo check --bins` on bootstore (2/274)
18002026-05-12T02:06:56.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-12T02:06:56.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-12T02:06:56.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-12T02:06:56.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18042026-05-12T02:06:56.177Z
18052026-05-12T02:06:56.177Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18062026-05-12T02:06:56.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-12T02:06:56.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-12T02:06:56.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-12T02:06:56.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-05-12T02:06:56.756Z
18112026-05-12T02:06:56.756Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18122026-05-12T02:06:57.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-12T02:06:57.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-12T02:06:57.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-12T02:06:57.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-12T02:06:57.340Z
18172026-05-12T02:06:57.341Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18182026-05-12T02:06:57.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-12T02:06:57.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-12T02:06:57.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-12T02:06:57.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18222026-05-12T02:06:57.930Z
18232026-05-12T02:06:57.930Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18242026-05-12T02:06:58.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-12T02:06:58.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-12T02:06:58.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-12T02:06:58.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-12T02:06:58.520Z
18292026-05-12T02:06:58.520Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18302026-05-12T02:06:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-12T02:06:59.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-12T02:06:59.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-12T02:06:59.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-12T02:06:59.108Z
18352026-05-12T02:06:59.108Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18362026-05-12T02:06:59.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-12T02:06:59.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-12T02:06:59.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-12T02:06:59.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-05-12T02:06:59.708Z
18412026-05-12T02:06:59.708Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18422026-05-12T02:07:00.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-12T02:07:00.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-12T02:07:00.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-12T02:07:00.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462026-05-12T02:07:00.170Z
18472026-05-12T02:07:00.170Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18482026-05-12T02:07:00.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-12T02:07:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-12T02:07:00.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-12T02:07:00.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18522026-05-12T02:07:00.641Z
18532026-05-12T02:07:00.641Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18542026-05-12T02:07:01.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-12T02:07:01.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-12T02:07:01.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-12T02:07:01.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582026-05-12T02:07:01.121Z
18592026-05-12T02:07:01.121Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18602026-05-12T02:07:01.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-12T02:07:01.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-12T02:07:01.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-12T02:07:01.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-05-12T02:07:01.783Z
18652026-05-12T02:07:01.783Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18662026-05-12T02:07:01.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-12T02:07:01.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-12T02:07:01.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-12T02:07:01.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-05-12T02:07:02.053Z
18712026-05-12T02:07:02.053Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18722026-05-12T02:07:02.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-12T02:07:02.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-12T02:07:02.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-12T02:07:02.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-12T02:07:02.517Z
18772026-05-12T02:07:02.517Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18782026-05-12T02:07:02.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-12T02:07:02.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-12T02:07:02.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-12T02:07:02.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-12T02:07:02.985Z
18832026-05-12T02:07:02.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18842026-05-12T02:07:03.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-12T02:07:03.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-12T02:07:03.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-12T02:07:03.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-12T02:07:03.454Z
18892026-05-12T02:07:03.454Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18902026-05-12T02:07:03.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-12T02:07:03.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-12T02:07:03.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-12T02:07:03.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-12T02:07:03.923Z
18952026-05-12T02:07:03.923Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18962026-05-12T02:07:04.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-12T02:07:04.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-12T02:07:04.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-12T02:07:04.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-12T02:07:04.392Z
19012026-05-12T02:07:04.392Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19022026-05-12T02:07:04.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-12T02:07:04.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-12T02:07:04.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-12T02:07:04.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-12T02:07:04.863Z
19072026-05-12T02:07:04.863Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19082026-05-12T02:07:05.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-12T02:07:05.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-12T02:07:05.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-12T02:07:05.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-12T02:07:05.334Z
19132026-05-12T02:07:05.334Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19142026-05-12T02:07:05.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-12T02:07:05.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-12T02:07:05.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-12T02:07:05.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-12T02:07:05.806Z
19192026-05-12T02:07:05.806Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19202026-05-12T02:07:06.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-12T02:07:06.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-12T02:07:06.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-12T02:07:06.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-12T02:07:06.278Z
19252026-05-12T02:07:06.278Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19262026-05-12T02:07:06.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-12T02:07:06.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-12T02:07:06.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-12T02:07:06.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-12T02:07:06.754Z
19312026-05-12T02:07:06.754Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19322026-05-12T02:07:07.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-12T02:07:07.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-12T02:07:07.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-12T02:07:07.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-12T02:07:07.228Z
19372026-05-12T02:07:07.228Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19382026-05-12T02:07:07.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-12T02:07:07.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-12T02:07:07.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-12T02:07:07.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-12T02:07:07.916Z
19432026-05-12T02:07:07.916Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19442026-05-12T02:07:08.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-12T02:07:08.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-12T02:07:08.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-12T02:07:08.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-12T02:07:08.170Z
19492026-05-12T02:07:08.170Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19502026-05-12T02:07:08.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-12T02:07:08.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-12T02:07:08.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-12T02:07:08.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-12T02:07:08.640Z
19552026-05-12T02:07:08.640Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19562026-05-12T02:07:09.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-12T02:07:09.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-12T02:07:09.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-12T02:07:09.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-12T02:07:09.113Z
19612026-05-12T02:07:09.113Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19622026-05-12T02:07:09.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-12T02:07:09.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-12T02:07:09.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-12T02:07:09.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-12T02:07:09.588Z
19672026-05-12T02:07:09.588Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19682026-05-12T02:07:09.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-12T02:07:09.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-12T02:07:09.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-12T02:07:10.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-12T02:07:10.060Z
19732026-05-12T02:07:10.060Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19742026-05-12T02:07:10.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-12T02:07:10.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-12T02:07:10.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-12T02:07:10.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-12T02:07:10.529Z
19792026-05-12T02:07:10.529Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19802026-05-12T02:07:10.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-12T02:07:10.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-12T02:07:10.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-12T02:07:10.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-12T02:07:11.002Z
19852026-05-12T02:07:11.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19862026-05-12T02:07:11.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-12T02:07:11.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-12T02:07:11.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-12T02:07:11.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-12T02:07:11.475Z
19912026-05-12T02:07:11.475Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19922026-05-12T02:07:11.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-12T02:07:11.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-12T02:07:11.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-12T02:07:11.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-12T02:07:11.942Z
19972026-05-12T02:07:11.942Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19982026-05-12T02:07:12.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-12T02:07:12.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-12T02:07:12.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-12T02:07:12.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-05-12T02:07:12.412Z
20032026-05-12T02:07:12.412Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20042026-05-12T02:07:12.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-12T02:07:12.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-12T02:07:12.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-12T02:07:12.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-12T02:07:12.890Z
20092026-05-12T02:07:12.890Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20102026-05-12T02:07:13.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-12T02:07:13.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-12T02:07:13.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-12T02:07:13.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-12T02:07:13.352Z
20152026-05-12T02:07:13.352Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20162026-05-12T02:07:13.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-12T02:07:13.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-12T02:07:13.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-12T02:07:13.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-12T02:07:13.817Z
20212026-05-12T02:07:13.817Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20222026-05-12T02:07:14.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-12T02:07:14.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-12T02:07:14.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-12T02:07:14.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-12T02:07:14.288Z
20272026-05-12T02:07:14.288Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20282026-05-12T02:07:14.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-12T02:07:14.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-12T02:07:14.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-12T02:07:14.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-12T02:07:14.759Z
20332026-05-12T02:07:14.759Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20342026-05-12T02:07:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-12T02:07:15.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-12T02:07:15.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-12T02:07:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-05-12T02:07:15.235Z
20392026-05-12T02:07:15.235Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20402026-05-12T02:07:15.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-12T02:07:15.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-12T02:07:15.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-12T02:07:15.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-12T02:07:15.698Z
20452026-05-12T02:07:15.698Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20462026-05-12T02:07:16.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-12T02:07:16.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-12T02:07:16.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-12T02:07:16.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-12T02:07:16.169Z
20512026-05-12T02:07:16.169Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20522026-05-12T02:07:16.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-12T02:07:16.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-12T02:07:16.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-12T02:07:16.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-12T02:07:16.642Z
20572026-05-12T02:07:16.642Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20582026-05-12T02:07:17.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-12T02:07:17.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-12T02:07:17.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-12T02:07:17.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-12T02:07:17.112Z
20632026-05-12T02:07:17.112Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20642026-05-12T02:07:17.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-12T02:07:17.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-12T02:07:17.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-12T02:07:17.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-12T02:07:17.587Z
20692026-05-12T02:07:17.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20702026-05-12T02:07:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-12T02:07:18.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-12T02:07:18.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-12T02:07:18.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-12T02:07:18.060Z
20752026-05-12T02:07:18.060Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20762026-05-12T02:07:18.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-12T02:07:18.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-12T02:07:18.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-12T02:07:18.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-05-12T02:07:18.555Z
20812026-05-12T02:07:18.555Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20822026-05-12T02:07:19.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-12T02:07:19.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-12T02:07:19.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-12T02:07:19.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20862026-05-12T02:07:19.167Z
20872026-05-12T02:07:19.167Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20882026-05-12T02:07:19.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-12T02:07:19.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-12T02:07:19.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-12T02:07:19.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-05-12T02:07:19.834Z
20932026-05-12T02:07:19.834Zinfo: running `cargo check --bins` on nexus-config (51/274)
20942026-05-12T02:07:20.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-12T02:07:20.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-12T02:07:20.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-12T02:07:20.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20982026-05-12T02:07:20.449Z
20992026-05-12T02:07:20.449Zinfo: running `cargo check --bins` on nexus-types (52/274)
21002026-05-12T02:07:20.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-12T02:07:20.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-12T02:07:20.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-12T02:07:20.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21042026-05-12T02:07:21.082Z
21052026-05-12T02:07:21.082Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21062026-05-12T02:07:21.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-12T02:07:21.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-12T02:07:21.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-12T02:07:21.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21102026-05-12T02:07:21.690Z
21112026-05-12T02:07:21.690Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21122026-05-12T02:07:22.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-12T02:07:22.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-12T02:07:22.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-12T02:07:22.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21162026-05-12T02:07:22.272Z
21172026-05-12T02:07:22.272Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21182026-05-12T02:07:22.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-12T02:07:22.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-12T02:07:22.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-12T02:07:22.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21222026-05-12T02:07:22.876Z
21232026-05-12T02:07:22.876Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21242026-05-12T02:07:23.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-12T02:07:23.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-12T02:07:23.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-12T02:07:23.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21282026-05-12T02:07:23.479Z
21292026-05-12T02:07:23.479Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21302026-05-12T02:07:23.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-12T02:07:23.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-12T02:07:23.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-12T02:07:23.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-05-12T02:07:24.085Z
21352026-05-12T02:07:24.085Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21362026-05-12T02:07:24.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-12T02:07:24.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-12T02:07:24.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-12T02:07:24.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21402026-05-12T02:07:24.690Z
21412026-05-12T02:07:24.690Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21422026-05-12T02:07:25.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-12T02:07:25.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-12T02:07:25.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-12T02:07:25.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-12T02:07:25.278Z
21472026-05-12T02:07:25.279Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21482026-05-12T02:07:25.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-12T02:07:25.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-12T02:07:25.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-12T02:07:25.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-12T02:07:25.866Z
21532026-05-12T02:07:25.866Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21542026-05-12T02:07:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-12T02:07:26.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-12T02:07:26.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-12T02:07:26.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21582026-05-12T02:07:26.650Z
21592026-05-12T02:07:26.650Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21602026-05-12T02:07:26.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-12T02:07:26.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-12T02:07:26.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-12T02:07:26.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21642026-05-12T02:07:27.037Z
21652026-05-12T02:07:27.037Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21662026-05-12T02:07:27.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-12T02:07:27.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-12T02:07:27.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-12T02:07:27.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21702026-05-12T02:07:27.638Z
21712026-05-12T02:07:27.638Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21722026-05-12T02:07:28.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-12T02:07:28.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-12T02:07:28.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-12T02:07:28.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21762026-05-12T02:07:28.238Z
21772026-05-12T02:07:28.238Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21782026-05-12T02:07:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-12T02:07:28.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-12T02:07:28.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-12T02:07:28.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-05-12T02:07:28.825Z
21832026-05-12T02:07:28.825Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21842026-05-12T02:07:29.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-12T02:07:29.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-12T02:07:29.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-12T02:07:29.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-05-12T02:07:29.411Z
21892026-05-12T02:07:29.411Zinfo: running `cargo check --bins` on ereport-types (67/274)
21902026-05-12T02:07:29.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-12T02:07:29.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-12T02:07:29.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-12T02:07:29.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-12T02:07:30.004Z
21952026-05-12T02:07:30.004Zinfo: running `cargo check --bins` on gateway-client (68/274)
21962026-05-12T02:07:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-12T02:07:30.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-12T02:07:30.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-12T02:07:30.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-12T02:07:30.603Z
22012026-05-12T02:07:30.603Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22022026-05-12T02:07:31.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-12T02:07:31.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-12T02:07:31.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-12T02:07:31.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-12T02:07:31.194Z
22072026-05-12T02:07:31.195Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22082026-05-12T02:07:31.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-12T02:07:31.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-12T02:07:31.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-12T02:07:31.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-05-12T02:07:31.798Z
22132026-05-12T02:07:31.798Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22142026-05-12T02:07:32.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-12T02:07:32.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-12T02:07:32.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-12T02:07:32.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-05-12T02:07:32.384Z
22192026-05-12T02:07:32.384Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22202026-05-12T02:07:33.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-12T02:07:33.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-12T02:07:33.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-12T02:07:33.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-05-12T02:07:33.097Z
22252026-05-12T02:07:33.097Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22262026-05-12T02:07:33.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-12T02:07:33.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-12T02:07:33.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-12T02:07:33.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22302026-05-12T02:07:33.597Z
22312026-05-12T02:07:33.598Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22322026-05-12T02:07:34.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-12T02:07:34.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-12T02:07:34.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-12T02:07:34.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22362026-05-12T02:07:34.211Z
22372026-05-12T02:07:34.211Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22382026-05-12T02:07:34.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-12T02:07:34.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-12T02:07:34.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-12T02:07:34.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-05-12T02:07:34.798Z
22432026-05-12T02:07:34.798Zinfo: running `cargo check --bins` on oxlog (76/274)
22442026-05-12T02:07:35.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-12T02:07:35.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-12T02:07:35.413Z Checking cfg-if v1.0.4
22472026-05-12T02:07:35.416Z Checking libc v0.2.185
22482026-05-12T02:07:35.416Z Checking serde_core v1.0.228
22492026-05-12T02:07:35.534Z Checking zeroize v1.8.2
22502026-05-12T02:07:35.543Z Checking memchr v2.8.0
22512026-05-12T02:07:35.551Z Checking log v0.4.29
22522026-05-12T02:07:35.560Z Checking smallvec v1.15.1
22532026-05-12T02:07:35.572Z Checking typenum v1.19.0
22542026-05-12T02:07:35.573Z Checking subtle v2.6.1
22552026-05-12T02:07:35.672Z Checking itoa v1.0.17
22562026-05-12T02:07:35.708Z Checking scopeguard v1.2.0
22572026-05-12T02:07:35.728Z Checking stable_deref_trait v1.2.1
22582026-05-12T02:07:35.741Z Checking const-oid v0.9.6
22592026-05-12T02:07:35.802Z Checking portable-atomic v1.13.1
22602026-05-12T02:07:35.815Z Checking lock_api v0.4.14
22612026-05-12T02:07:35.818Z Checking zerofrom v0.1.6
22622026-05-12T02:07:35.911Z Checking critical-section v1.2.0
22632026-05-12T02:07:35.924Z Checking getrandom v0.2.17
22642026-05-12T02:07:35.935Z Checking errno v0.3.14
22652026-05-12T02:07:36.007Z Checking yoke v0.8.1
22662026-05-12T02:07:36.022Z Checking pin-project-lite v0.2.17
22672026-05-12T02:07:36.045Z Checking signal-hook-registry v1.4.8
22682026-05-12T02:07:36.065Z Checking rand_core v0.6.4
22692026-05-12T02:07:36.087Z Checking generic-array v0.14.7
22702026-05-12T02:07:36.108Z Checking parking_lot_core v0.9.12
22712026-05-12T02:07:36.169Z Checking zerovec v0.11.5
22722026-05-12T02:07:36.197Z Checking once_cell v1.21.3
22732026-05-12T02:07:36.210Z Checking futures-core v0.3.32
22742026-05-12T02:07:36.239Z Checking mio v1.2.0
22752026-05-12T02:07:36.288Z Checking parking_lot v0.12.5
22762026-05-12T02:07:36.326Z Checking zerocopy v0.8.40
22772026-05-12T02:07:36.369Z Checking zmij v1.0.21
22782026-05-12T02:07:36.404Z Checking socket2 v0.6.3
22792026-05-12T02:07:36.468Z Checking libm v0.2.16
22802026-05-12T02:07:36.513Z Checking percent-encoding v2.3.2
22812026-05-12T02:07:36.525Z Checking crypto-common v0.1.7
22822026-05-12T02:07:36.575Z Checking block-buffer v0.10.4
22832026-05-12T02:07:36.590Z Checking tinystr v0.8.2
22842026-05-12T02:07:36.643Z Checking equivalent v1.0.2
22852026-05-12T02:07:36.656Z Checking writeable v0.6.2
22862026-05-12T02:07:36.679Z Checking litemap v0.8.1
22872026-05-12T02:07:36.710Z Checking digest v0.10.7
22882026-05-12T02:07:36.724Z Checking potential_utf v0.1.4
22892026-05-12T02:07:36.767Z Checking zerotrie v0.2.3
22902026-05-12T02:07:36.811Z Checking futures-sink v0.3.32
22912026-05-12T02:07:36.851Z Checking icu_locale_core v2.1.1
22922026-05-12T02:07:36.866Z Checking icu_collections v2.1.1
22932026-05-12T02:07:36.899Z Checking futures-task v0.3.32
22942026-05-12T02:07:36.912Z Checking futures-channel v0.3.32
22952026-05-12T02:07:36.990Z Checking serde v1.0.228
22962026-05-12T02:07:37.007Z Checking bitflags v2.11.0
22972026-05-12T02:07:37.034Z Checking serde_json v1.0.149
22982026-05-12T02:07:37.102Z Checking slab v0.4.12
22992026-05-12T02:07:37.161Z Checking num-traits v0.2.19
23002026-05-12T02:07:37.174Z Checking cpufeatures v0.2.17
23012026-05-12T02:07:37.186Z Checking futures-io v0.3.32
23022026-05-12T02:07:37.242Z Checking hmac v0.12.1
23032026-05-12T02:07:37.258Z Checking icu_properties_data v2.1.2
23042026-05-12T02:07:37.294Z Checking futures-util v0.3.32
23052026-05-12T02:07:37.373Z Checking icu_normalizer_data v2.1.1
23062026-05-12T02:07:37.387Z Checking bytes v1.11.1
23072026-05-12T02:07:37.390Z Checking rand_core v0.10.0
23082026-05-12T02:07:37.412Z Checking icu_provider v2.1.1
23092026-05-12T02:07:37.442Z Checking hashbrown v0.17.0
23102026-05-12T02:07:37.537Z Checking getrandom v0.4.1
23112026-05-12T02:07:37.640Z Checking icu_properties v2.1.2
23122026-05-12T02:07:37.684Z Checking icu_normalizer v2.1.1
23132026-05-12T02:07:37.695Z Checking block-padding v0.3.3
23142026-05-12T02:07:37.711Z Checking utf8_iter v1.0.4
23152026-05-12T02:07:37.826Z Checking inout v0.1.4
23162026-05-12T02:07:37.849Z Checking tokio v1.52.1
23172026-05-12T02:07:37.862Z Checking sha2 v0.10.9
23182026-05-12T02:07:37.930Z Checking indexmap v2.14.0
23192026-05-12T02:07:37.967Z Checking cipher v0.4.4
23202026-05-12T02:07:38.000Z Checking form_urlencoded v1.2.2
23212026-05-12T02:07:38.124Z Checking getrandom v0.3.4
23222026-05-12T02:07:38.138Z Checking base64ct v1.8.3
23232026-05-12T02:07:38.174Z Checking byteorder v1.5.0
23242026-05-12T02:07:38.281Z Checking fnv v1.0.7
23252026-05-12T02:07:38.377Z Checking pem-rfc7468 v0.7.0
23262026-05-12T02:07:38.380Z Checking flagset v0.4.7
23272026-05-12T02:07:38.392Z Checking rand_core v0.9.5
23282026-05-12T02:07:38.470Z Checking idna_adapter v1.2.1
23292026-05-12T02:07:38.482Z Checking http v1.4.0
23302026-05-12T02:07:38.499Z Checking regex-syntax v0.8.10
23312026-05-12T02:07:38.522Z Checking der v0.7.10
23322026-05-12T02:07:38.833Z Checking salsa20 v0.10.2
23332026-05-12T02:07:38.846Z Checking idna v1.1.0
23342026-05-12T02:07:38.846Z Checking uuid v1.23.0
23352026-05-12T02:07:38.846Z Checking url v2.5.8
23362026-05-12T02:07:39.009Z Checking pbkdf2 v0.12.2
23372026-05-12T02:07:39.049Z Checking rustix v1.1.3
23382026-05-12T02:07:39.101Z Checking ppv-lite86 v0.2.21
23392026-05-12T02:07:39.117Z Checking tracing-core v0.1.36
23402026-05-12T02:07:39.215Z Checking rustls-pki-types v1.14.0
23412026-05-12T02:07:39.259Z Checking spki v0.7.3
23422026-05-12T02:07:39.272Z Checking iana-time-zone v0.1.65
23432026-05-12T02:07:39.376Z Checking base64 v0.22.1
23442026-05-12T02:07:39.394Z Checking rand_chacha v0.9.0
23452026-05-12T02:07:39.416Z Checking tracing v0.1.44
23462026-05-12T02:07:39.430Z Checking chrono v0.4.44
23472026-05-12T02:07:39.496Z Checking scrypt v0.11.0
23482026-05-12T02:07:39.590Z Checking http-body v1.0.1
23492026-05-12T02:07:39.615Z Checking cbc v0.1.2
23502026-05-12T02:07:39.618Z Checking aes v0.8.4
23512026-05-12T02:07:39.640Z Checking aws-lc-sys v0.40.0
23522026-05-12T02:07:39.739Z Checking openssl-probe v0.2.1
23532026-05-12T02:07:39.744Z Checking tinyvec_macros v0.1.1
23542026-05-12T02:07:39.806Z Checking untrusted v0.9.0
23552026-05-12T02:07:39.819Z Checking untrusted v0.7.1
23562026-05-12T02:07:39.833Z Checking tinyvec v1.10.0
23572026-05-12T02:07:39.872Z Checking rand v0.9.2
23582026-05-12T02:07:39.912Z Checking ring v0.17.14
23592026-05-12T02:07:39.928Z Checking tower-layer v0.3.3
23602026-05-12T02:07:40.020Z Checking pkcs5 v0.7.1
23612026-05-12T02:07:40.076Z Checking atomic-waker v1.1.2
23622026-05-12T02:07:40.140Z Checking try-lock v0.2.5
23632026-05-12T02:07:40.153Z Checking aws-lc-rs v1.16.3
23642026-05-12T02:07:40.173Z Checking tower-service v0.3.3
23652026-05-12T02:07:40.238Z Checking want v0.3.1
23662026-05-12T02:07:40.263Z Checking ipnet v2.11.0
23672026-05-12T02:07:40.276Z Checking pkcs8 v0.10.2
23682026-05-12T02:07:40.290Z Checking httparse v1.10.1
23692026-05-12T02:07:40.344Z Checking aho-corasick v1.1.4
23702026-05-12T02:07:40.358Z Checking httpdate v1.0.3
23712026-05-12T02:07:40.451Z Checking dyn-clone v1.0.20
23722026-05-12T02:07:40.496Z Checking foreign-types-shared v0.1.1
23732026-05-12T02:07:40.509Z Checking fastrand v2.3.0
23742026-05-12T02:07:40.521Z Checking pin-utils v0.1.0
23752026-05-12T02:07:40.551Z Checking plain v0.2.3
23762026-05-12T02:07:40.576Z Checking foreign-types v0.3.2
23772026-05-12T02:07:40.592Z Checking unicode-normalization v0.1.25
23782026-05-12T02:07:40.645Z Checking semver v1.0.28
23792026-05-12T02:07:40.658Z Checking openssl-sys v0.9.114
23802026-05-12T02:07:40.684Z Checking tempfile v3.25.0
23812026-05-12T02:07:40.858Z Checking spin v0.9.8
23822026-05-12T02:07:40.881Z Checking ucd-trie v0.1.7
23832026-05-12T02:07:40.917Z Checking unicode-ident v1.0.24
23842026-05-12T02:07:40.984Z Checking rustls-webpki v0.103.9
23852026-05-12T02:07:40.999Z Checking schemars v0.8.22
23862026-05-12T02:07:41.014Z Checking pest v2.8.6
23872026-05-12T02:07:41.026Z Checking proc-macro2 v1.0.106
23882026-05-12T02:07:41.030Z Checking regex-automata v0.4.14
23892026-05-12T02:07:41.050Z Checking rustls-native-certs v0.8.3
23902026-05-12T02:07:41.087Z Checking tokio-util v0.7.18
23912026-05-12T02:07:41.161Z Checking openssl v0.10.78
23922026-05-12T02:07:41.176Z Checking thiserror v2.0.18
23932026-05-12T02:07:41.277Z Checking sync_wrapper v1.0.2
23942026-05-12T02:07:41.329Z Checking wait-timeout v0.2.1
23952026-05-12T02:07:41.383Z Checking bit-vec v0.8.0
23962026-05-12T02:07:41.410Z Checking rustls v0.23.37
23972026-05-12T02:07:41.448Z Checking simd-adler32 v0.3.8
23982026-05-12T02:07:41.573Z Checking anstyle v1.0.13
23992026-05-12T02:07:41.614Z Checking utf8parse v0.2.2
24002026-05-12T02:07:41.644Z Checking pretty-hex v0.4.1
24012026-05-12T02:07:41.685Z Checking h2 v0.4.13
24022026-05-12T02:07:41.716Z Checking powerfmt v0.2.0
24032026-05-12T02:07:41.750Z Checking siphasher v1.0.2
24042026-05-12T02:07:41.763Z Checking quick-error v1.2.3
24052026-05-12T02:07:41.861Z Checking rusty-fork v0.3.1
24062026-05-12T02:07:41.864Z Checking deranged v0.5.8
24072026-05-12T02:07:41.904Z Checking anstyle-parse v0.2.7
24082026-05-12T02:07:42.029Z Checking bit-set v0.8.0
24092026-05-12T02:07:42.055Z Checking tower v0.5.3
24102026-05-12T02:07:42.055Z Checking quote v1.0.45
24112026-05-12T02:07:42.177Z Compiling newtype-uuid v1.3.2
24122026-05-12T02:07:42.238Z Checking http-body-util v0.1.3
24132026-05-12T02:07:42.357Z Checking webpki-roots v1.0.6
24142026-05-12T02:07:42.440Z Checking crossbeam-utils v0.8.21
24152026-05-12T02:07:42.456Z Checking rand_xorshift v0.4.0
24162026-05-12T02:07:42.475Z Checking crc32fast v1.5.0
24172026-05-12T02:07:42.574Z Checking scroll v0.13.0
24182026-05-12T02:07:42.613Z Checking signature v2.2.0
24192026-05-12T02:07:42.757Z Checking iri-string v0.7.10
24202026-05-12T02:07:42.776Z Checking anstyle-query v1.1.5
24212026-05-12T02:07:42.795Z Checking allocator-api2 v0.2.21
24222026-05-12T02:07:42.818Z Checking ryu v1.0.23
24232026-05-12T02:07:42.867Z Checking colorchoice v1.0.4
24242026-05-12T02:07:42.888Z Checking adler2 v2.0.1
24252026-05-12T02:07:42.955Z Checking unicode-bidi v0.3.18
24262026-05-12T02:07:42.968Z Checking unicode-properties v0.1.4
24272026-05-12T02:07:42.997Z Checking time-core v0.1.8
24282026-05-12T02:07:43.082Z Checking num_threads v0.1.7
24292026-05-12T02:07:43.143Z Checking is_terminal_polyfill v1.70.2
24302026-05-12T02:07:43.156Z Checking unarray v0.1.4
24312026-05-12T02:07:43.169Z Checking num-conv v0.2.0
24322026-05-12T02:07:43.181Z Checking native-tls v0.2.18
24332026-05-12T02:07:43.229Z Checking anstream v0.6.21
24342026-05-12T02:07:43.255Z Checking proptest v1.10.0
24352026-05-12T02:07:43.258Z Checking stringprep v0.1.5
24362026-05-12T02:07:43.279Z Checking time v0.3.47
24372026-05-12T02:07:43.354Z Checking tokio-native-tls v0.3.1
24382026-05-12T02:07:43.415Z Checking miniz_oxide v0.8.9
24392026-05-12T02:07:43.429Z Checking serde_urlencoded v0.7.1
24402026-05-12T02:07:43.513Z Checking bstr v1.12.1
24412026-05-12T02:07:43.636Z Checking goblin v0.10.5
24422026-05-12T02:07:43.779Z Checking crossbeam-epoch v0.9.18
24432026-05-12T02:07:43.783Z Checking tokio-rustls v0.26.4
24442026-05-12T02:07:43.819Z Checking tower-http v0.6.8
24452026-05-12T02:07:43.912Z Compiling daft v0.1.5
24462026-05-12T02:07:44.004Z Checking syn v2.0.117
24472026-05-12T02:07:44.018Z Checking ipnetwork v0.21.1
24482026-05-12T02:07:44.077Z Checking rand_chacha v0.3.1
24492026-05-12T02:07:44.190Z Checking thiserror v1.0.69
24502026-05-12T02:07:44.230Z Checking scroll v0.12.0
24512026-05-12T02:07:44.285Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-05-12T02:07:44.288Z Checking hash32 v0.2.1
24532026-05-12T02:07:44.398Z Checking num-integer v0.1.46
24542026-05-12T02:07:44.411Z Checking hyper v1.8.1
24552026-05-12T02:07:44.414Z Checking serde_spanned v0.6.9
24562026-05-12T02:07:44.452Z Checking toml_datetime v0.6.11
24572026-05-12T02:07:44.465Z Checking md-5 v0.10.6
24582026-05-12T02:07:44.545Z Checking ff v0.13.1
24592026-05-12T02:07:44.602Z Checking psl-types v2.0.11
24602026-05-12T02:07:44.625Z Checking zlib-rs v0.6.2
24612026-05-12T02:07:44.930Z Checking base16ct v0.2.0
24622026-05-12T02:07:44.930Z Checking fallible-iterator v0.2.0
24632026-05-12T02:07:44.930Z Checking publicsuffix v2.3.0
24642026-05-12T02:07:44.930Z Checking sec1 v0.7.3
24652026-05-12T02:07:44.930Z Compiling iddqd v0.3.18
24662026-05-12T02:07:44.954Z Checking postgres-protocol v0.6.10
24672026-05-12T02:07:44.964Z Checking group v0.13.0
24682026-05-12T02:07:45.107Z Checking num-iter v0.1.45
24692026-05-12T02:07:45.178Z Checking goblin v0.8.2
24702026-05-12T02:07:45.220Z Checking heapless v0.7.17
24712026-05-12T02:07:45.254Z Checking cookie v0.18.1
24722026-05-12T02:07:45.319Z Checking hyper-util v0.1.20
24732026-05-12T02:07:45.478Z Checking zstd-safe v7.2.4
24742026-05-12T02:07:45.491Z Checking flate2 v1.1.9
24752026-05-12T02:07:45.617Z Checking rand v0.8.6
24762026-05-12T02:07:45.645Z Checking oxnet v0.1.4
24772026-05-12T02:07:45.785Z Checking dtrace-parser v0.3.0
24782026-05-12T02:07:45.885Z Checking phf_shared v0.13.1
24792026-05-12T02:07:45.948Z Checking dof v0.4.0
24802026-05-12T02:07:45.996Z Checking lazy_static v1.5.0
24812026-05-12T02:07:46.020Z Checking zerocopy v0.7.35
24822026-05-12T02:07:46.079Z Checking pin-project v1.1.11
24832026-05-12T02:07:46.091Z Checking bzip2-sys v0.1.13+1.0.8
24842026-05-12T02:07:46.128Z Checking signal-hook v0.3.18
24852026-05-12T02:07:46.171Z Checking terminal_size v0.4.3
24862026-05-12T02:07:46.174Z Checking futures-executor v0.3.32
24872026-05-12T02:07:46.265Z Checking hex v0.4.3
24882026-05-12T02:07:46.285Z Checking hkdf v0.12.4
24892026-05-12T02:07:46.311Z Checking crypto-bigint v0.5.5
24902026-05-12T02:07:46.328Z Checking thread-id v5.1.0
24912026-05-12T02:07:46.407Z Checking encoding_rs v0.8.35
24922026-05-12T02:07:46.420Z Checking winnow v0.7.14
24932026-05-12T02:07:46.483Z Checking bumpalo v3.20.2
24942026-05-12T02:07:46.522Z Checking clap_lex v1.0.0
24952026-05-12T02:07:46.594Z Checking hyper-rustls v0.27.7
24962026-05-12T02:07:46.601Z Checking hyper-tls v0.6.0
24972026-05-12T02:07:46.670Z Checking winnow v0.5.40
24982026-05-12T02:07:46.684Z Checking same-file v1.0.6
24992026-05-12T02:07:46.753Z Checking foldhash v0.1.5
25002026-05-12T02:07:46.779Z Checking libbz2-rs-sys v0.2.2
25012026-05-12T02:07:46.801Z Checking managed v0.8.0
25022026-05-12T02:07:46.885Z Checking strsim v0.11.1
25032026-05-12T02:07:46.987Z Compiling rayon-core v1.13.0
25042026-05-12T02:07:47.051Z Checking mime v0.3.17
25052026-05-12T02:07:47.067Z Checking foldhash v0.2.0
25062026-05-12T02:07:47.167Z Checking bitflags v1.3.2
25072026-05-12T02:07:47.180Z Checking either v1.15.0
25082026-05-12T02:07:47.206Z Checking elliptic-curve v0.13.8
25092026-05-12T02:07:47.221Z Checking hashbrown v0.16.1
25102026-05-12T02:07:47.233Z Checking bzip2 v0.6.1
25112026-05-12T02:07:47.245Z Checking smoltcp v0.9.1
25122026-05-12T02:07:47.341Z Checking reqwest v0.12.28
25132026-05-12T02:07:47.355Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-05-12T02:07:47.410Z Checking dof v0.3.0
25152026-05-12T02:07:47.514Z Checking clap_builder v4.5.60
25162026-05-12T02:07:47.540Z Checking hashbrown v0.15.5
25172026-05-12T02:07:47.599Z Checking walkdir v2.5.0
25182026-05-12T02:07:47.693Z Checking zopfli v0.8.3
25192026-05-12T02:07:47.735Z Checking usdt-impl v0.6.0
25202026-05-12T02:07:47.763Z Checking futures v0.3.32
25212026-05-12T02:07:47.827Z Checking toml_edit v0.19.15
25222026-05-12T02:07:47.841Z Checking signal-hook-mio v0.2.5
25232026-05-12T02:07:47.856Z Checking snafu v0.8.9
25242026-05-12T02:07:47.941Z Checking bzip2 v0.4.4
25252026-05-12T02:07:48.020Z Checking num-bigint-dig v0.8.6
25262026-05-12T02:07:48.033Z Checking phf v0.13.1
25272026-05-12T02:07:48.098Z Checking zstd v0.13.3
25282026-05-12T02:07:48.111Z Checking cookie_store v0.22.1
25292026-05-12T02:07:48.183Z Checking postgres-types v0.2.12
25302026-05-12T02:07:48.218Z Checking dtrace-parser v0.2.0
25312026-05-12T02:07:48.286Z Checking crossbeam-deque v0.8.6
25322026-05-12T02:07:48.290Z Checking globset v0.4.18
25332026-05-12T02:07:48.448Z Checking rustls-platform-verifier v0.6.2
25342026-05-12T02:07:48.451Z Checking regex v1.12.3
25352026-05-12T02:07:48.473Z Checking ed25519 v2.2.3
25362026-05-12T02:07:48.489Z Checking phf_shared v0.11.3
25372026-05-12T02:07:48.553Z Checking olpc-cjson v0.1.4
25382026-05-12T02:07:48.587Z Checking curve25519-dalek v4.1.3
25392026-05-12T02:07:48.634Z Checking ref-cast v1.0.25
25402026-05-12T02:07:48.653Z Checking strum v0.27.2
25412026-05-12T02:07:48.713Z Checking hubpack v0.1.2
25422026-05-12T02:07:48.726Z Checking memoffset v0.9.1
25432026-05-12T02:07:48.729Z Checking rustix v0.38.44
25442026-05-12T02:07:48.763Z Checking pkcs1 v0.7.5
25452026-05-12T02:07:48.776Z Checking pem v3.0.6
25462026-05-12T02:07:48.804Z Checking float-cmp v0.10.0
25472026-05-12T02:07:48.820Z Checking serde-big-array v0.5.1
25482026-05-12T02:07:48.853Z Checking erased-serde v0.3.31
25492026-05-12T02:07:48.856Z Checking serde_plain v1.0.2
25502026-05-12T02:07:48.922Z Checking rfc6979 v0.4.0
25512026-05-12T02:07:48.935Z Checking memmap2 v0.9.10
25522026-05-12T02:07:48.947Z Checking thread-id v4.2.2
25532026-05-12T02:07:48.968Z Checking env_filter v1.0.0
25542026-05-12T02:07:49.005Z Checking predicates-core v1.0.10
25552026-05-12T02:07:49.021Z Checking rustc-hash v2.1.1
25562026-05-12T02:07:49.034Z Checking precomputed-hash v0.1.1
25572026-05-12T02:07:49.087Z Checking toml_write v0.1.2
25582026-05-12T02:07:49.105Z Checking unicode-segmentation v1.12.0
25592026-05-12T02:07:49.118Z Checking jiff v0.2.21
25602026-05-12T02:07:49.129Z Checking static_assertions v1.1.0
25612026-05-12T02:07:49.132Z Checking normalize-line-endings v0.3.0
25622026-05-12T02:07:49.198Z Checking data-encoding v2.10.0
25632026-05-12T02:07:49.228Z Checking fixedbitset v0.4.2
25642026-05-12T02:07:49.241Z Checking difflib v0.4.0
25652026-05-12T02:07:49.252Z Checking keccak v0.1.6
25662026-05-12T02:07:49.375Z Checking fixedbitset v0.5.7
25672026-05-12T02:07:49.378Z Checking new_debug_unreachable v1.0.6
25682026-05-12T02:07:49.412Z Checking typed-path v0.9.3
25692026-05-12T02:07:49.415Z Checking whoami v2.1.0
25702026-05-12T02:07:49.436Z Checking similar v2.7.0
25712026-05-12T02:07:49.452Z Checking string_cache v0.8.9
25722026-05-12T02:07:49.465Z Checking hickory-proto v0.25.2
25732026-05-12T02:07:49.523Z Checking crossterm v0.28.1
25742026-05-12T02:07:49.573Z Checking petgraph v0.8.3
25752026-05-12T02:07:49.614Z Checking tokio-postgres v0.7.16
25762026-05-12T02:07:49.614Z Checking sha3 v0.10.8
25772026-05-12T02:07:49.816Z Checking predicates v3.1.4
25782026-05-12T02:07:49.831Z Checking ed25519-dalek v2.2.0
25792026-05-12T02:07:50.067Z Checking petgraph v0.6.5
25802026-05-12T02:07:50.113Z Checking toml_edit v0.22.27
25812026-05-12T02:07:50.179Z Checking tough v0.22.0
25822026-05-12T02:07:50.223Z Checking slog v2.8.2
25832026-05-12T02:07:50.495Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25842026-05-12T02:07:51.138Z Checking env_logger v0.11.9
25852026-05-12T02:07:51.176Z Checking usdt v0.6.0
25862026-05-12T02:07:51.299Z Checking ecdsa v0.16.9
25872026-05-12T02:07:51.318Z Checking zip v4.6.1
25882026-05-12T02:07:51.333Z Checking usdt-impl v0.5.0
25892026-05-12T02:07:51.347Z Checking rsa v0.9.10
25902026-05-12T02:07:51.614Z Checking toml v0.7.8
25912026-05-12T02:07:51.643Z Checking nix v0.31.2
25922026-05-12T02:07:51.702Z Checking clap v4.5.60
25932026-05-12T02:07:51.782Z Checking reqwest v0.13.2
25942026-05-12T02:07:51.880Z Checking zip v0.6.6
25952026-05-12T02:07:51.927Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-12T02:07:52.154Z Checking itertools v0.13.0
25972026-05-12T02:07:52.196Z Checking serde_with v3.17.0
25982026-05-12T02:07:52.209Z Checking strum v0.26.3
25992026-05-12T02:07:52.234Z Checking fs-err v3.3.0
26002026-05-12T02:07:52.255Z Checking ahash v0.8.12
26012026-05-12T02:07:52.318Z Checking object v0.37.3
26022026-05-12T02:07:52.452Z Checking tokio-stream v0.1.18
26032026-05-12T02:07:52.528Z Checking buf-list v1.1.2
26042026-05-12T02:07:52.643Z Checking camino v1.2.2
26052026-05-12T02:07:52.646Z Checking anyhow v1.0.102
26062026-05-12T02:07:52.723Z Checking x509-cert v0.2.5
26072026-05-12T02:07:52.739Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-05-12T02:07:52.849Z Checking openapiv3 v2.2.0
26092026-05-12T02:07:52.862Z Checking sha1 v0.10.6
26102026-05-12T02:07:52.907Z Checking toml_datetime v0.7.5+spec-1.1.0
26112026-05-12T02:07:53.012Z Checking lalrpop-util v0.19.12
26122026-05-12T02:07:53.026Z Checking peg-runtime v0.8.5
26132026-05-12T02:07:53.110Z Checking rayon v1.11.0
26142026-05-12T02:07:53.165Z Checking sigpipe v0.1.3
26152026-05-12T02:07:53.179Z Checking glob v0.3.3
26162026-05-12T02:07:54.568Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-12T02:07:54.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
26182026-05-12T02:07:55.012Z
26192026-05-12T02:07:55.012Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26202026-05-12T02:07:55.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-12T02:07:55.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-12T02:07:55.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-12T02:07:55.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-12T02:07:55.614Z
26252026-05-12T02:07:55.614Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26262026-05-12T02:07:56.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-12T02:07:56.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-12T02:07:56.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-12T02:07:56.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-12T02:07:56.214Z
26312026-05-12T02:07:56.214Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26322026-05-12T02:07:56.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-12T02:07:56.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-12T02:07:56.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-12T02:07:56.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-05-12T02:07:56.830Z
26372026-05-12T02:07:56.830Zinfo: running `cargo check --bins` on oxql-types (80/274)
26382026-05-12T02:07:57.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-12T02:07:57.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-12T02:07:57.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-12T02:07:57.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-12T02:07:57.430Z
26432026-05-12T02:07:57.430Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26442026-05-12T02:07:57.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-12T02:07:57.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-12T02:07:57.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-12T02:07:57.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-12T02:07:58.036Z
26492026-05-12T02:07:58.036Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26502026-05-12T02:07:58.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-12T02:07:58.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-12T02:07:58.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-12T02:07:58.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-12T02:07:58.646Z
26552026-05-12T02:07:58.647Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26562026-05-12T02:07:59.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-12T02:07:59.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-12T02:07:59.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-12T02:07:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-12T02:07:59.241Z
26612026-05-12T02:07:59.241Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26622026-05-12T02:07:59.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-12T02:07:59.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-12T02:07:59.943Z Compiling structmeta-derive v0.3.0
26652026-05-12T02:08:00.060Z Compiling rustls v0.22.4
26662026-05-12T02:08:00.070Z Compiling multer v3.1.0
26672026-05-12T02:08:00.081Z Compiling async-stream-impl v0.3.6
26682026-05-12T02:08:00.081Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-12T02:08:00.102Z Compiling dropshot v0.17.0
26702026-05-12T02:08:00.117Z Compiling newtype-uuid-macros v0.1.0
26712026-05-12T02:08:00.117Z Compiling dropshot_endpoint v0.17.0
26722026-05-12T02:08:00.238Z Checking newtype-uuid v1.3.2
26732026-05-12T02:08:00.300Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-12T02:08:00.361Z Checking rustls-webpki v0.102.8
26752026-05-12T02:08:00.439Z Checking daft v0.1.5
26762026-05-12T02:08:00.465Z Checking thread_local v1.1.9
26772026-05-12T02:08:00.632Z Checking compression-core v0.4.31
26782026-05-12T02:08:00.658Z Checking match_cfg v0.1.0
26792026-05-12T02:08:00.674Z Checking iddqd v0.3.18
26802026-05-12T02:08:00.733Z Checking hostname v0.3.1
26812026-05-12T02:08:00.750Z Checking crossbeam-channel v0.5.15
26822026-05-12T02:08:00.763Z Checking compression-codecs v0.4.37
26832026-05-12T02:08:00.827Z Checking slog-json v2.6.1
26842026-05-12T02:08:00.863Z Checking is-terminal v0.4.17
26852026-05-12T02:08:00.926Z Checking serde_spanned v1.0.4
26862026-05-12T02:08:00.953Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-12T02:08:00.981Z Checking term v1.2.1
26882026-05-12T02:08:01.058Z Checking take_mut v0.2.2
26892026-05-12T02:08:01.080Z Checking debug-ignore v1.0.5
26902026-05-12T02:08:01.115Z Compiling structmeta v0.3.0
26912026-05-12T02:08:01.153Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-12T02:08:01.167Z Checking slog-async v2.8.0
26932026-05-12T02:08:01.179Z Checking slog-bunyan v2.5.0
26942026-05-12T02:08:01.202Z Checking slog-term v2.9.2
26952026-05-12T02:08:01.289Z Checking async-compression v0.4.41
26962026-05-12T02:08:01.328Z Checking async-stream v0.3.6
26972026-05-12T02:08:01.332Z Compiling derive-ex v0.1.8
26982026-05-12T02:08:01.332Z Compiling parse-display-derive v0.10.0
26992026-05-12T02:08:01.458Z Checking toml v1.0.6+spec-1.1.0
27002026-05-12T02:08:01.461Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-12T02:08:01.528Z Checking progenitor-client v0.14.0
27022026-05-12T02:08:01.543Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-12T02:08:01.565Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-12T02:08:01.702Z Checking waitgroup v0.1.2
27052026-05-12T02:08:01.756Z Checking backon v1.6.0
27062026-05-12T02:08:01.805Z Checking rustls-pemfile v2.2.0
27072026-05-12T02:08:01.888Z Checking serde_path_to_error v0.1.20
27082026-05-12T02:08:01.922Z Checking hostname v0.4.2
27092026-05-12T02:08:01.946Z Checking instant v0.1.13
27102026-05-12T02:08:02.046Z Checking backoff v0.4.0
27112026-05-12T02:08:02.158Z Checking tokio-rustls v0.25.0
27122026-05-12T02:08:02.186Z Checking progenitor-extras v0.2.0
27132026-05-12T02:08:02.218Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-12T02:08:02.390Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-12T02:08:02.406Z Checking itertools v0.14.0
27162026-05-12T02:08:02.425Z Checking progenitor-client v0.10.0
27172026-05-12T02:08:02.584Z Checking regress v0.10.5
27182026-05-12T02:08:02.652Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-12T02:08:02.997Z Checking macaddr v1.0.1
27202026-05-12T02:08:03.044Z Compiling test-strategy v0.4.5
27212026-05-12T02:08:03.048Z Checking parse-display v0.10.0
27222026-05-12T02:08:04.266Z Compiling prettyplease v0.2.37
27232026-05-12T02:08:04.527Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-12T02:08:04.683Z Checking num-rational v0.4.2
27252026-05-12T02:08:04.895Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-12T02:08:05.115Z Checking num-complex v0.4.6
27272026-05-12T02:08:05.659Z Checking num v0.4.3
27282026-05-12T02:08:05.732Z Compiling usdt-macro v0.5.0
27292026-05-12T02:08:05.841Z Compiling usdt-attr-macro v0.5.0
27302026-05-12T02:08:05.908Z Checking memmap v0.7.0
27312026-05-12T02:08:05.946Z Checking float-ord v0.3.2
27322026-05-12T02:08:06.040Z Checking unicode-width v0.2.0
27332026-05-12T02:08:06.055Z Compiling convert_case v0.4.0
27342026-05-12T02:08:06.291Z Checking console v0.15.11
27352026-05-12T02:08:06.431Z Compiling derive_more v0.99.20
27362026-05-12T02:08:06.458Z Checking newline-converter v0.3.0
27372026-05-12T02:08:06.563Z Checking atomicwrites v0.4.4
27382026-05-12T02:08:06.577Z Compiling toml v0.8.23
27392026-05-12T02:08:06.601Z Checking usdt v0.5.0
27402026-05-12T02:08:06.694Z Checking linked-hash-map v0.5.6
27412026-05-12T02:08:06.771Z Compiling minimal-lexical v0.2.1
27422026-05-12T02:08:06.866Z Checking lru-cache v0.1.2
27432026-05-12T02:08:06.992Z Compiling nom v7.1.3
27442026-05-12T02:08:07.030Z Checking expectorate v1.2.0
27452026-05-12T02:08:07.587Z Checking camino-tempfile v1.4.1
27462026-05-12T02:08:07.713Z Checking hickory-proto v0.24.4
27472026-05-12T02:08:07.812Z Checking phf_shared v0.12.1
27482026-05-12T02:08:07.958Z Compiling slog-dtrace v0.3.0
27492026-05-12T02:08:08.096Z Checking resolv-conf v0.7.6
27502026-05-12T02:08:08.153Z Checking heck v0.5.0
27512026-05-12T02:08:08.280Z Compiling chrono-tz v0.10.4
27522026-05-12T02:08:08.298Z Compiling const_format_proc_macros v0.2.34
27532026-05-12T02:08:08.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-12T02:08:08.519Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-12T02:08:08.533Z Checking phf v0.12.1
27562026-05-12T02:08:08.678Z Checking tokio-dtrace v0.1.1
27572026-05-12T02:08:08.849Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-12T02:08:08.866Z Compiling derive-where v1.6.0
27592026-05-12T02:08:09.046Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-12T02:08:09.330Z Checking highway v1.3.0
27612026-05-12T02:08:09.527Z Checking hickory-resolver v0.24.4
27622026-05-12T02:08:09.564Z Checking const_format v0.2.35
27632026-05-12T02:08:09.754Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-12T02:08:09.802Z Checking oxide-tokio-rt v0.1.4
27652026-05-12T02:08:10.069Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-12T02:08:10.249Z Checking gethostname v0.5.0
27672026-05-12T02:08:10.251Z Checking qorb v0.4.1
27682026-05-12T02:08:10.277Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-12T02:08:10.291Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-12T02:08:10.337Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-12T02:08:10.396Z Checking bcs v0.1.6
27722026-05-12T02:08:10.445Z Checking termtree v0.5.1
27732026-05-12T02:08:13.684Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-12T02:08:16.412Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-12T02:08:18.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
27762026-05-12T02:08:18.757Z
27772026-05-12T02:08:18.757Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27782026-05-12T02:08:19.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-12T02:08:19.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-12T02:08:19.445Z Compiling ar_archive_writer v0.5.1
27812026-05-12T02:08:19.555Z Compiling stacker v0.1.23
27822026-05-12T02:08:19.625Z Compiling cfg_aliases v0.1.1
27832026-05-12T02:08:19.628Z Compiling convert_case v0.10.0
27842026-05-12T02:08:19.628Z Checking unicode-width v0.1.14
27852026-05-12T02:08:19.628Z Compiling proc-macro-error v1.0.4
27862026-05-12T02:08:19.628Z Checking fd-lock v4.0.4
27872026-05-12T02:08:19.628Z Checking nibble_vec v0.1.0
27882026-05-12T02:08:19.628Z Compiling nix v0.28.0
27892026-05-12T02:08:19.711Z Checking vte v0.14.1
27902026-05-12T02:08:19.730Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-12T02:08:19.811Z Checking bytecount v0.6.9
27922026-05-12T02:08:19.823Z Checking endian-type v0.1.2
27932026-05-12T02:08:19.859Z Checking strip-ansi-escapes v0.2.1
27942026-05-12T02:08:19.873Z Compiling derive_more-impl v2.1.1
27952026-05-12T02:08:19.883Z Compiling tabled_derive v0.7.0
27962026-05-12T02:08:19.908Z Checking papergrid v0.11.0
27972026-05-12T02:08:19.943Z Checking radix_trie v0.2.1
27982026-05-12T02:08:19.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-12T02:08:20.125Z Compiling peg-macros v0.8.5
28002026-05-12T02:08:20.147Z Checking winnow v0.6.26
28012026-05-12T02:08:20.382Z Compiling psm v0.1.30
28022026-05-12T02:08:20.433Z Compiling sqlparser_derive v0.5.0
28032026-05-12T02:08:20.509Z Checking nu-ansi-term v0.50.3
28042026-05-12T02:08:20.667Z Checking derive_more v2.1.1
28052026-05-12T02:08:20.727Z Checking home v0.5.12
28062026-05-12T02:08:20.780Z Checking unicode_categories v0.1.1
28072026-05-12T02:08:20.836Z Checking crossterm v0.29.0
28082026-05-12T02:08:20.850Z Checking tabled v0.15.0
28092026-05-12T02:08:20.921Z Checking rustyline v14.0.0
28102026-05-12T02:08:20.946Z Checking reedline v0.40.0
28112026-05-12T02:08:21.151Z Checking recursive v0.1.1
28122026-05-12T02:08:21.206Z Checking display-error-chain v0.2.2
28132026-05-12T02:08:21.244Z Checking sqlparser v0.61.0
28142026-05-12T02:08:21.275Z Checking sqlformat v0.3.5
28152026-05-12T02:08:21.484Z Checking peg v0.8.5
28162026-05-12T02:08:32.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28172026-05-12T02:08:32.560Z
28182026-05-12T02:08:32.560Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28192026-05-12T02:08:33.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-12T02:08:33.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-12T02:08:33.241Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-12T02:08:36.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28232026-05-12T02:08:36.877Z
28242026-05-12T02:08:36.877Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28252026-05-12T02:08:37.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-12T02:08:37.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-12T02:08:37.548Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-12T02:08:39.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28292026-05-12T02:08:40.189Z
28302026-05-12T02:08:40.189Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28312026-05-12T02:08:40.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-12T02:08:40.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-12T02:08:40.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-12T02:08:44.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28352026-05-12T02:08:44.266Z
28362026-05-12T02:08:44.266Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28372026-05-12T02:08:44.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-12T02:08:44.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-12T02:08:44.941Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-12T02:08:48.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28412026-05-12T02:08:48.382Z
28422026-05-12T02:08:48.382Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28432026-05-12T02:08:48.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-12T02:08:48.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-12T02:08:49.052Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-12T02:08:51.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28472026-05-12T02:08:51.816Z
28482026-05-12T02:08:51.816Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28492026-05-12T02:08:52.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-12T02:08:52.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-12T02:08:52.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-12T02:08:55.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28532026-05-12T02:08:55.296Z
28542026-05-12T02:08:55.296Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28552026-05-12T02:08:55.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-12T02:08:55.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-12T02:08:55.971Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-12T02:08:59.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28592026-05-12T02:08:59.580Z
28602026-05-12T02:08:59.580Zinfo: running `cargo check --bins` on oximeter (93/274)
28612026-05-12T02:09:00.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-12T02:09:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-12T02:09:00.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-12T02:09:00.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28652026-05-12T02:09:00.187Z
28662026-05-12T02:09:00.187Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28672026-05-12T02:09:00.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-12T02:09:00.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-12T02:09:00.829Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-12T02:09:00.992Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28712026-05-12T02:09:01.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-12T02:09:01.333Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-12T02:09:04.240Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-12T02:09:05.452Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-12T02:09:05.616Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-12T02:09:06.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28772026-05-12T02:09:06.488Z
28782026-05-12T02:09:06.488Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28792026-05-12T02:09:06.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-12T02:09:07.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-12T02:09:07.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-12T02:09:07.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-05-12T02:09:07.099Z
28842026-05-12T02:09:07.099Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28852026-05-12T02:09:07.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-12T02:09:07.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-12T02:09:07.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-12T02:09:07.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892026-05-12T02:09:07.736Z
28902026-05-12T02:09:07.736Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28912026-05-12T02:09:08.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-12T02:09:08.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-12T02:09:08.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-12T02:09:08.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-05-12T02:09:08.341Z
28962026-05-12T02:09:08.341Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28972026-05-12T02:09:08.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-12T02:09:08.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-12T02:09:08.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-12T02:09:08.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-05-12T02:09:08.948Z
29022026-05-12T02:09:08.948Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29032026-05-12T02:09:09.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-12T02:09:09.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-12T02:09:09.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-12T02:09:09.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-12T02:09:09.557Z
29082026-05-12T02:09:09.557Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29092026-05-12T02:09:10.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-12T02:09:10.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-12T02:09:10.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-12T02:09:10.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-05-12T02:09:10.163Z
29142026-05-12T02:09:10.163Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29152026-05-12T02:09:10.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-12T02:09:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-12T02:09:10.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-12T02:09:10.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29192026-05-12T02:09:10.751Z
29202026-05-12T02:09:10.751Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29212026-05-12T02:09:11.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-12T02:09:11.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-12T02:09:11.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-12T02:09:11.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-12T02:09:11.357Z
29262026-05-12T02:09:11.357Zinfo: running `cargo check --bins` on update-engine (103/274)
29272026-05-12T02:09:11.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-12T02:09:11.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-12T02:09:11.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-12T02:09:11.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-05-12T02:09:11.946Z
29322026-05-12T02:09:11.946Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29332026-05-12T02:09:12.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-12T02:09:12.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-12T02:09:12.670Z Compiling crucible-workspace-hack v0.1.0
29362026-05-12T02:09:12.789Z Checking secrecy v0.10.3
29372026-05-12T02:09:12.797Z Compiling heapless v0.8.0
29382026-05-12T02:09:12.805Z Compiling ingot-macros v0.1.1
29392026-05-12T02:09:12.813Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-12T02:09:12.817Z Checking hash32 v0.3.1
29412026-05-12T02:09:12.834Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-12T02:09:12.834Z Compiling smoltcp v0.11.0
29432026-05-12T02:09:12.915Z Checking cobs v0.3.0
29442026-05-12T02:09:12.929Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-12T02:09:13.030Z Checking universal-hash v0.5.1
29462026-05-12T02:09:13.044Z Checking half v2.7.1
29472026-05-12T02:09:13.085Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-12T02:09:13.152Z Checking opaque-debug v0.3.1
29492026-05-12T02:09:13.186Z Checking ciborium-io v0.2.2
29502026-05-12T02:09:13.222Z Checking poly1305 v0.8.0
29512026-05-12T02:09:13.284Z Checking postcard v1.1.3
29522026-05-12T02:09:13.293Z Checking ciborium-ll v0.2.2
29532026-05-12T02:09:13.306Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-12T02:09:13.467Z Compiling proc-macro-crate v3.4.0
29552026-05-12T02:09:13.483Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-12T02:09:13.566Z Checking password-hash v0.5.0
29572026-05-12T02:09:13.595Z Checking chacha20 v0.9.1
29582026-05-12T02:09:13.785Z Compiling proc-macro-crate v1.3.1
29592026-05-12T02:09:13.800Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-05-12T02:09:13.811Z Checking blake2 v0.10.6
29612026-05-12T02:09:13.856Z Checking aead v0.5.2
29622026-05-12T02:09:13.999Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-12T02:09:14.031Z Compiling num_enum_derive v0.7.5
29642026-05-12T02:09:14.043Z Compiling foreign-types-macros v0.2.3
29652026-05-12T02:09:14.058Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-12T02:09:14.097Z Checking thiserror-no-std v2.0.2
29672026-05-12T02:09:14.187Z Checking cpufeatures v0.3.0
29682026-05-12T02:09:14.199Z Checking foreign-types-shared v0.3.1
29692026-05-12T02:09:14.212Z Compiling num_enum_derive v0.5.11
29702026-05-12T02:09:14.259Z Checking chacha20 v0.10.0
29712026-05-12T02:09:14.289Z Checking vsss-rs v3.3.4
29722026-05-12T02:09:14.302Z Checking argon2 v0.5.3
29732026-05-12T02:09:14.477Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-12T02:09:14.626Z Checking foreign-types v0.5.0
29752026-05-12T02:09:14.640Z Checking chacha20poly1305 v0.10.1
29762026-05-12T02:09:14.705Z Checking ciborium v0.2.2
29772026-05-12T02:09:14.868Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-05-12T02:09:14.898Z Checking tabwriter v1.4.1
29792026-05-12T02:09:15.044Z Checking byte-wrapper v0.1.0
29802026-05-12T02:09:15.060Z Checking num_enum v0.7.5
29812026-05-12T02:09:15.124Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-12T02:09:15.153Z Checking cstr-argument v0.1.2
29832026-05-12T02:09:15.174Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-12T02:09:15.231Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-05-12T02:09:15.255Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29862026-05-12T02:09:15.274Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-05-12T02:09:15.390Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-12T02:09:15.435Z Checking num_enum v0.5.11
29892026-05-12T02:09:15.449Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-05-12T02:09:15.542Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-12T02:09:15.557Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-12T02:09:15.590Z Checking ingot-types v0.1.2
29932026-05-12T02:09:15.608Z Checking rand v0.10.0
29942026-05-12T02:09:15.625Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-05-12T02:09:15.648Z Checking indent_write v2.2.0
29962026-05-12T02:09:15.757Z Checking colored v3.1.1
29972026-05-12T02:09:15.780Z Compiling zone_cfg_derive v0.3.1
29982026-05-12T02:09:15.881Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-05-12T02:09:15.930Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-12T02:09:15.945Z Checking ingot v0.1.1
30012026-05-12T02:09:15.949Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-12T02:09:15.969Z Checking itertools v0.12.1
30032026-05-12T02:09:16.040Z Compiling num-derive v0.4.2
30042026-05-12T02:09:16.055Z Checking swrite v0.1.0
30052026-05-12T02:09:16.101Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-12T02:09:16.144Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-05-12T02:09:16.304Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-12T02:09:16.429Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-05-12T02:09:16.465Z Checking dropshot-api-manager-types v0.7.1
30102026-05-12T02:09:16.474Z Checking smf v0.2.3
30112026-05-12T02:09:16.492Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-05-12T02:09:16.541Z Checking nanorand v0.7.0
30132026-05-12T02:09:16.629Z Checking whoami v1.6.1
30142026-05-12T02:09:16.705Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-12T02:09:16.740Z Checking flume v0.11.1
30162026-05-12T02:09:16.955Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30172026-05-12T02:09:16.973Z Checking zone v0.3.1
30182026-05-12T02:09:17.512Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-12T02:09:18.492Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-12T02:09:19.385Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-12T02:09:22.417Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-05-12T02:09:24.446Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-05-12T02:09:25.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
30242026-05-12T02:09:25.744Z
30252026-05-12T02:09:25.744Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30262026-05-12T02:09:26.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-05-12T02:09:26.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-05-12T02:09:26.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-05-12T02:09:26.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30302026-05-12T02:09:26.347Z
30312026-05-12T02:09:26.347Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30322026-05-12T02:09:26.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-12T02:09:26.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-12T02:09:26.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-12T02:09:26.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30362026-05-12T02:09:26.950Z
30372026-05-12T02:09:26.950Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30382026-05-12T02:09:27.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-12T02:09:27.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-12T02:09:27.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-12T02:09:27.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30422026-05-12T02:09:27.557Z
30432026-05-12T02:09:27.558Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30442026-05-12T02:09:28.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-12T02:09:28.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-12T02:09:28.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-12T02:09:28.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30482026-05-12T02:09:28.166Z
30492026-05-12T02:09:28.166Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30502026-05-12T02:09:28.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-12T02:09:28.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-12T02:09:28.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-12T02:09:28.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30542026-05-12T02:09:28.776Z
30552026-05-12T02:09:28.776Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30562026-05-12T02:09:29.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-12T02:09:29.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-12T02:09:29.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-12T02:09:29.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30602026-05-12T02:09:29.389Z
30612026-05-12T02:09:29.389Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30622026-05-12T02:09:29.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-12T02:09:29.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-12T02:09:29.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-12T02:09:29.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30662026-05-12T02:09:30.004Z
30672026-05-12T02:09:30.004Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30682026-05-12T02:09:30.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-12T02:09:30.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-12T02:09:30.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-12T02:09:30.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-05-12T02:09:30.598Z
30732026-05-12T02:09:30.598Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30742026-05-12T02:09:31.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-12T02:09:31.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-12T02:09:31.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-12T02:09:31.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30782026-05-12T02:09:31.214Z
30792026-05-12T02:09:31.214Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30802026-05-12T02:09:31.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-12T02:09:31.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-12T02:09:31.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-12T02:09:31.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30842026-05-12T02:09:31.832Z
30852026-05-12T02:09:31.832Zinfo: running `cargo check --bins` on installinator-client (115/274)
30862026-05-12T02:09:32.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-12T02:09:32.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-12T02:09:32.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-12T02:09:32.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30902026-05-12T02:09:32.451Z
30912026-05-12T02:09:32.451Zinfo: running `cargo check --bins` on nexus-client (116/274)
30922026-05-12T02:09:33.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-12T02:09:33.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-12T02:09:33.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-12T02:09:33.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30962026-05-12T02:09:33.105Z
30972026-05-12T02:09:33.105Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30982026-05-12T02:09:33.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-12T02:09:33.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-12T02:09:33.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-12T02:09:33.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31022026-05-12T02:09:33.758Z
31032026-05-12T02:09:33.758Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31042026-05-12T02:09:34.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-12T02:09:34.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-12T02:09:34.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-12T02:09:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-05-12T02:09:34.358Z
31092026-05-12T02:09:34.358Zinfo: running `cargo check --bins` on oxide-client (119/274)
31102026-05-12T02:09:34.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-12T02:09:34.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-12T02:09:34.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-12T02:09:34.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31142026-05-12T02:09:34.962Z
31152026-05-12T02:09:34.962Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31162026-05-12T02:09:35.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-12T02:09:35.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-12T02:09:35.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-12T02:09:35.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31202026-05-12T02:09:35.570Z
31212026-05-12T02:09:35.570Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31222026-05-12T02:09:36.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-12T02:09:36.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-12T02:09:36.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-12T02:09:36.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31262026-05-12T02:09:36.170Z
31272026-05-12T02:09:36.170Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31282026-05-12T02:09:36.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-12T02:09:36.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-12T02:09:36.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-12T02:09:36.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31322026-05-12T02:09:36.795Z
31332026-05-12T02:09:36.795Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31342026-05-12T02:09:37.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-12T02:09:37.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-12T02:09:37.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-12T02:09:37.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31382026-05-12T02:09:37.434Z
31392026-05-12T02:09:37.434Zinfo: running `cargo check --bins` on installinator-common (124/274)
31402026-05-12T02:09:37.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-12T02:09:37.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-12T02:09:37.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-12T02:09:37.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31442026-05-12T02:09:38.069Z
31452026-05-12T02:09:38.069Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31462026-05-12T02:09:38.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-12T02:09:38.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-12T02:09:38.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-12T02:09:38.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31502026-05-12T02:09:38.672Z
31512026-05-12T02:09:38.672Zinfo: running `cargo check --bins` on wicket-common (126/274)
31522026-05-12T02:09:39.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-12T02:09:39.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-12T02:09:39.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-12T02:09:39.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31562026-05-12T02:09:39.292Z
31572026-05-12T02:09:39.292Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31582026-05-12T02:09:39.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-12T02:09:39.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-12T02:09:40.001Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-05-12T02:09:40.117Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-05-12T02:09:40.126Z Checking csv-core v0.1.13
31632026-05-12T02:09:40.134Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-05-12T02:09:40.136Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-05-12T02:09:40.151Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-12T02:09:40.162Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-12T02:09:40.173Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-05-12T02:09:40.282Z Checking csv v1.4.0
31692026-05-12T02:09:40.299Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-05-12T02:09:40.346Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-12T02:09:40.371Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-12T02:09:40.618Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-12T02:09:40.986Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-12T02:09:40.986Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31752026-05-12T02:09:41.314Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-12T02:09:47.129Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-12T02:09:47.659Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-12T02:09:50.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s
31792026-05-12T02:09:50.211Z
31802026-05-12T02:09:50.211Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31812026-05-12T02:09:50.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-12T02:09:50.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-12T02:09:50.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-12T02:09:50.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31852026-05-12T02:09:50.827Z
31862026-05-12T02:09:50.827Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31872026-05-12T02:09:51.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-12T02:09:51.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-12T02:09:51.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-12T02:09:51.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31912026-05-12T02:09:51.528Z
31922026-05-12T02:09:51.528Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31932026-05-12T02:09:52.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-12T02:09:52.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-12T02:09:52.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-12T02:09:52.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31972026-05-12T02:09:52.226Z
31982026-05-12T02:09:52.226Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31992026-05-12T02:09:52.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-12T02:09:52.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-12T02:09:52.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-12T02:09:52.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32032026-05-12T02:09:52.896Z
32042026-05-12T02:09:52.896Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32052026-05-12T02:09:53.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-12T02:09:53.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-12T02:09:53.674Z Compiling regress v0.11.1
32082026-05-12T02:09:53.813Z Compiling unsafe-libyaml v0.2.11
32092026-05-12T02:09:53.829Z Compiling radium v0.7.0
32102026-05-12T02:09:53.836Z Compiling semver v0.1.20
32112026-05-12T02:09:53.862Z Compiling maybe-uninit v2.0.0
32122026-05-12T02:09:53.866Z Checking tap v1.0.1
32132026-05-12T02:09:53.877Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-12T02:09:53.951Z Checking wyz v0.5.1
32152026-05-12T02:09:54.090Z Compiling rustc_version v0.1.7
32162026-05-12T02:09:54.136Z Checking progenitor-client v0.13.0
32172026-05-12T02:09:54.217Z Compiling zerocopy-derive v0.6.6
32182026-05-12T02:09:54.291Z Checking crc-catalog v2.4.0
32192026-05-12T02:09:54.307Z Compiling newtype_derive v0.1.6
32202026-05-12T02:09:54.385Z Compiling serde_yaml v0.9.34+deprecated
32212026-05-12T02:09:54.419Z Compiling owo-colors v4.3.0
32222026-05-12T02:09:54.501Z Compiling cancel-safe-futures v0.1.5
32232026-05-12T02:09:54.546Z Compiling packed_struct v0.10.1
32242026-05-12T02:09:54.710Z Checking funty v2.0.0
32252026-05-12T02:09:54.847Z Checking crc v3.4.0
32262026-05-12T02:09:54.957Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-05-12T02:09:55.022Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-12T02:09:55.037Z Checking bitvec v1.0.1
32292026-05-12T02:09:55.061Z Checking zerocopy v0.6.6
32302026-05-12T02:09:55.242Z Checking typify-impl v0.6.2
32312026-05-12T02:09:55.378Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-12T02:09:55.378Z Compiling packed_struct_codegen v0.10.1
32332026-05-12T02:09:55.490Z Checking libsw-core v0.3.2
32342026-05-12T02:09:55.641Z Compiling bitfield-macros v0.19.4
32352026-05-12T02:09:55.656Z Compiling indexmap v1.9.3
32362026-05-12T02:09:55.852Z Checking nodrop v0.1.14
32372026-05-12T02:09:55.888Z Checking libsw v3.5.0
32382026-05-12T02:09:55.949Z Checking array-init v0.0.4
32392026-05-12T02:09:56.044Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-12T02:09:56.259Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-12T02:09:56.352Z Checking smallvec v0.6.14
32422026-05-12T02:09:56.367Z Checking bitfield v0.19.4
32432026-05-12T02:09:56.383Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-12T02:09:56.543Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-12T02:09:56.640Z Checking tagptr v0.2.0
32462026-05-12T02:09:56.672Z Checking unicode-linebreak v0.1.5
32472026-05-12T02:09:56.692Z Checking smawk v0.3.2
32482026-05-12T02:09:56.782Z Checking base64 v0.21.7
32492026-05-12T02:09:56.802Z Checking hashbrown v0.12.3
32502026-05-12T02:09:56.823Z Checking linear-map v1.2.0
32512026-05-12T02:09:56.885Z Checking textwrap v0.16.2
32522026-05-12T02:09:56.996Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-05-12T02:09:57.009Z Checking moka v0.12.13
32542026-05-12T02:09:57.023Z Checking ron v0.8.1
32552026-05-12T02:09:57.079Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-12T02:09:57.102Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-12T02:09:57.162Z Checking serde-hex v0.1.0
32582026-05-12T02:09:57.521Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32592026-05-12T02:09:57.538Z Checking steno v0.4.1
32602026-05-12T02:09:57.552Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32612026-05-12T02:09:57.625Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-05-12T02:09:57.737Z Checking hashbrown v0.13.2
32632026-05-12T02:09:57.905Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32642026-05-12T02:09:58.103Z Checking humantime v2.3.0
32652026-05-12T02:09:58.174Z Checking crc-any v2.5.0
32662026-05-12T02:09:58.242Z Checking object v0.30.4
32672026-05-12T02:09:58.312Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-12T02:09:58.361Z Checking hickory-resolver v0.25.2
32692026-05-12T02:09:58.390Z Checking path-slash v0.1.5
32702026-05-12T02:09:58.484Z Checking utf-8 v0.7.6
32712026-05-12T02:09:58.500Z Checking half v1.8.3
32722026-05-12T02:09:58.598Z Checking void v1.0.2
32732026-05-12T02:09:58.621Z Checking tungstenite v0.23.0
32742026-05-12T02:09:58.697Z Checking serde_cbor v0.11.2
32752026-05-12T02:09:58.711Z Checking lzss v0.8.2
32762026-05-12T02:09:58.814Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-12T02:09:58.901Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-12T02:09:58.977Z Checking nix v0.27.1
32792026-05-12T02:09:59.038Z Checking kstat-rs v0.2.4
32802026-05-12T02:09:59.073Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-05-12T02:09:59.076Z Checking fxhash v0.2.1
32822026-05-12T02:09:59.141Z Checking serde_bytes v0.11.19
32832026-05-12T02:09:59.210Z Checking tokio-tungstenite v0.23.1
32842026-05-12T02:09:59.229Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-05-12T02:09:59.311Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32862026-05-12T02:09:59.473Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32872026-05-12T02:09:59.490Z Checking signal-hook-tokio v0.3.1
32882026-05-12T02:09:59.757Z Compiling typify-macro v0.6.2
32892026-05-12T02:10:00.519Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-12T02:10:00.897Z Compiling typify v0.6.2
32912026-05-12T02:10:00.978Z Compiling progenitor-impl v0.13.0
32922026-05-12T02:10:00.978Z Compiling progenitor-impl v0.14.0
32932026-05-12T02:10:01.421Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-12T02:10:01.751Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32952026-05-12T02:10:02.558Z Compiling progenitor-macro v0.13.0
32962026-05-12T02:10:02.598Z Compiling progenitor-macro v0.14.0
32972026-05-12T02:10:05.188Z Checking progenitor v0.13.0
32982026-05-12T02:10:05.191Z Checking progenitor v0.14.0
32992026-05-12T02:10:05.317Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33002026-05-12T02:10:05.320Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-12T02:10:08.346Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-12T02:10:16.044Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-12T02:10:22.411Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-12T02:10:23.793Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-12T02:10:24.305Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-12T02:10:26.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
33072026-05-12T02:10:26.602Z
33082026-05-12T02:10:26.602Zinfo: running `cargo check --bins` on gateway-api (133/274)
33092026-05-12T02:10:27.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-12T02:10:27.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-12T02:10:27.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-12T02:10:27.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33132026-05-12T02:10:27.219Z
33142026-05-12T02:10:27.219Zinfo: running `cargo check --bins` on ipcc (134/274)
33152026-05-12T02:10:27.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-12T02:10:27.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-12T02:10:27.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-12T02:10:27.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33192026-05-12T02:10:27.837Z
33202026-05-12T02:10:27.837Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33212026-05-12T02:10:28.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-12T02:10:28.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-12T02:10:28.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-12T02:10:28.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33252026-05-12T02:10:28.444Z
33262026-05-12T02:10:28.444Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33272026-05-12T02:10:28.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-12T02:10:28.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-12T02:10:28.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-12T02:10:28.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33312026-05-12T02:10:29.067Z
33322026-05-12T02:10:29.067Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33332026-05-12T02:10:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-12T02:10:29.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-12T02:10:29.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-12T02:10:29.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33372026-05-12T02:10:29.693Z
33382026-05-12T02:10:29.693Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33392026-05-12T02:10:30.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-12T02:10:30.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-12T02:10:30.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-12T02:10:30.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33432026-05-12T02:10:30.317Z
33442026-05-12T02:10:30.317Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33452026-05-12T02:10:30.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-12T02:10:30.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-12T02:10:30.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-12T02:10:30.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33492026-05-12T02:10:30.944Z
33502026-05-12T02:10:30.944Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33512026-05-12T02:10:31.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-12T02:10:31.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-12T02:10:31.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-12T02:10:31.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33552026-05-12T02:10:31.569Z
33562026-05-12T02:10:31.569Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33572026-05-12T02:10:32.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-12T02:10:32.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-12T02:10:32.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-12T02:10:32.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33612026-05-12T02:10:32.190Z
33622026-05-12T02:10:32.190Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33632026-05-12T02:10:32.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-12T02:10:32.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-12T02:10:32.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-12T02:10:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33672026-05-12T02:10:32.815Z
33682026-05-12T02:10:32.815Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33692026-05-12T02:10:33.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-12T02:10:33.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-12T02:10:33.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-12T02:10:33.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33732026-05-12T02:10:33.441Z
33742026-05-12T02:10:33.441Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33752026-05-12T02:10:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-12T02:10:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-12T02:10:33.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-12T02:10:33.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33792026-05-12T02:10:34.067Z
33802026-05-12T02:10:34.067Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33812026-05-12T02:10:34.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-12T02:10:34.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-12T02:10:34.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-12T02:10:34.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33852026-05-12T02:10:34.691Z
33862026-05-12T02:10:34.691Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33872026-05-12T02:10:35.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-12T02:10:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-12T02:10:35.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-12T02:10:35.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33912026-05-12T02:10:35.311Z
33922026-05-12T02:10:35.311Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33932026-05-12T02:10:35.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-12T02:10:35.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-12T02:10:35.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-12T02:10:35.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33972026-05-12T02:10:35.929Z
33982026-05-12T02:10:35.929Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33992026-05-12T02:10:36.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-12T02:10:36.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-12T02:10:36.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-12T02:10:36.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34032026-05-12T02:10:36.582Z
34042026-05-12T02:10:36.582Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34052026-05-12T02:10:37.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-12T02:10:37.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-12T02:10:37.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-12T02:10:37.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34092026-05-12T02:10:37.174Z
34102026-05-12T02:10:37.174Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34112026-05-12T02:10:37.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-12T02:10:37.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-12T02:10:37.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-12T02:10:37.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34152026-05-12T02:10:37.797Z
34162026-05-12T02:10:37.797Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34172026-05-12T02:10:38.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-12T02:10:38.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-12T02:10:38.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-12T02:10:38.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-05-12T02:10:38.422Z
34222026-05-12T02:10:38.422Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34232026-05-12T02:10:38.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-12T02:10:38.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-12T02:10:38.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-12T02:10:38.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34272026-05-12T02:10:39.049Z
34282026-05-12T02:10:39.049Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34292026-05-12T02:10:39.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-12T02:10:39.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-12T02:10:39.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-12T02:10:39.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34332026-05-12T02:10:39.673Z
34342026-05-12T02:10:39.673Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34352026-05-12T02:10:40.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-12T02:10:40.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-12T02:10:40.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-12T02:10:40.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34392026-05-12T02:10:40.334Z
34402026-05-12T02:10:40.334Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34412026-05-12T02:10:40.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-12T02:10:40.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-12T02:10:40.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-12T02:10:40.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34452026-05-12T02:10:40.959Z
34462026-05-12T02:10:40.959Zinfo: running `cargo check --bins` on dns-server (156/274)
34472026-05-12T02:10:41.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-12T02:10:41.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-12T02:10:41.636Z Compiling parking_lot_core v0.8.6
34502026-05-12T02:10:41.636Z Compiling atomicwrites v0.4.4
34512026-05-12T02:10:41.641Z Compiling git-stub v1.0.0
34522026-05-12T02:10:41.641Z Checking prefix-trie v0.7.0
34532026-05-12T02:10:41.745Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34542026-05-12T02:10:41.898Z Compiling git-stub-vcs v0.1.0
34552026-05-12T02:10:42.046Z Checking hickory-server v0.25.2
34562026-05-12T02:10:42.154Z Checking parking_lot v0.11.2
34572026-05-12T02:10:42.167Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34582026-05-12T02:10:42.249Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34592026-05-12T02:10:42.252Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34602026-05-12T02:10:42.328Z Checking sled v0.34.7
34612026-05-12T02:10:44.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34622026-05-12T02:10:44.458Z
34632026-05-12T02:10:44.458Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34642026-05-12T02:10:44.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-12T02:10:44.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-12T02:10:44.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-12T02:10:44.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34682026-05-12T02:10:45.073Z
34692026-05-12T02:10:45.073Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34702026-05-12T02:10:45.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-12T02:10:45.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-12T02:10:45.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-12T02:10:45.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34742026-05-12T02:10:45.845Z
34752026-05-12T02:10:45.845Zinfo: running `cargo check --bins` on sp-sim (159/274)
34762026-05-12T02:10:46.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-12T02:10:46.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-12T02:10:46.440Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-12T02:10:48.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
34802026-05-12T02:10:48.447Z
34812026-05-12T02:10:48.447Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34822026-05-12T02:10:49.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-12T02:10:49.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-12T02:10:49.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-12T02:10:49.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34862026-05-12T02:10:49.126Z
34872026-05-12T02:10:49.126Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34882026-05-12T02:10:49.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-12T02:10:49.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-12T02:10:49.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-12T02:10:49.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34922026-05-12T02:10:49.795Z
34932026-05-12T02:10:49.796Zinfo: running `cargo check --bins` on db-macros (162/274)
34942026-05-12T02:10:50.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-12T02:10:50.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-12T02:10:50.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-12T02:10:50.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34982026-05-12T02:10:50.392Z
34992026-05-12T02:10:50.392Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35002026-05-12T02:10:50.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-12T02:10:50.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-12T02:10:50.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-12T02:10:50.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35042026-05-12T02:10:51.002Z
35052026-05-12T02:10:51.002Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35062026-05-12T02:10:51.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-12T02:10:51.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-12T02:10:51.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-12T02:10:51.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35102026-05-12T02:10:51.657Z
35112026-05-12T02:10:51.657Zinfo: running `cargo check --bins` on authz-macros (165/274)
35122026-05-12T02:10:52.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-12T02:10:52.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-12T02:10:52.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-12T02:10:52.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35162026-05-12T02:10:52.271Z
35172026-05-12T02:10:52.271Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35182026-05-12T02:10:52.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-12T02:10:52.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-12T02:10:52.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-12T02:10:52.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222026-05-12T02:10:52.919Z
35232026-05-12T02:10:52.919Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35242026-05-12T02:10:53.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-12T02:10:53.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-12T02:10:53.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-12T02:10:53.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282026-05-12T02:10:53.582Z
35292026-05-12T02:10:53.582Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35302026-05-12T02:10:54.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-12T02:10:54.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-12T02:10:54.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-12T02:10:54.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35342026-05-12T02:10:54.209Z
35352026-05-12T02:10:54.209Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35362026-05-12T02:10:54.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-12T02:10:54.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-12T02:10:54.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-12T02:10:54.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35402026-05-12T02:10:54.781Z
35412026-05-12T02:10:54.781Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35422026-05-12T02:10:55.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-12T02:10:55.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-12T02:10:55.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-12T02:10:55.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35462026-05-12T02:10:55.387Z
35472026-05-12T02:10:55.387Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35482026-05-12T02:10:55.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-12T02:10:55.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-12T02:10:55.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-12T02:10:55.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35522026-05-12T02:10:55.994Z
35532026-05-12T02:10:55.994Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35542026-05-12T02:10:57.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-12T02:10:57.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-12T02:10:57.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-12T02:10:57.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35582026-05-12T02:10:57.102Z
35592026-05-12T02:10:57.102Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35602026-05-12T02:10:57.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-12T02:10:57.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-12T02:10:57.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-12T02:10:57.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35642026-05-12T02:10:57.252Z
35652026-05-12T02:10:57.252Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35662026-05-12T02:10:57.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-12T02:10:57.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-12T02:10:57.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-12T02:10:57.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35702026-05-12T02:10:57.922Z
35712026-05-12T02:10:57.922Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35722026-05-12T02:10:58.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-12T02:10:58.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-12T02:10:58.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-12T02:10:58.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35762026-05-12T02:10:58.574Z
35772026-05-12T02:10:58.574Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35782026-05-12T02:10:59.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-12T02:10:59.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-12T02:10:59.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-12T02:10:59.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35822026-05-12T02:10:59.205Z
35832026-05-12T02:10:59.205Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35842026-05-12T02:10:59.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-12T02:10:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-12T02:10:59.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-12T02:10:59.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35882026-05-12T02:10:59.845Z
35892026-05-12T02:10:59.845Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35902026-05-12T02:11:00.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-12T02:11:00.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-12T02:11:00.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-12T02:11:00.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35942026-05-12T02:11:00.471Z
35952026-05-12T02:11:00.471Zinfo: running `cargo check --bins` on key-manager (179/274)
35962026-05-12T02:11:00.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-12T02:11:00.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-12T02:11:00.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-12T02:11:00.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-05-12T02:11:01.099Z
36012026-05-12T02:11:01.099Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36022026-05-12T02:11:01.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-12T02:11:01.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-12T02:11:01.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-12T02:11:01.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36062026-05-12T02:11:01.714Z
36072026-05-12T02:11:01.715Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36082026-05-12T02:11:02.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-12T02:11:02.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-12T02:11:02.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-12T02:11:02.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36122026-05-12T02:11:02.344Z
36132026-05-12T02:11:02.344Zinfo: running `cargo check --bins` on typed-rng (182/274)
36142026-05-12T02:11:02.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-12T02:11:02.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-12T02:11:02.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-12T02:11:02.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36182026-05-12T02:11:02.960Z
36192026-05-12T02:11:02.961Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36202026-05-12T02:11:03.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-12T02:11:03.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-12T02:11:03.811Z Compiling typify-impl v0.4.3
36232026-05-12T02:11:03.812Z Compiling libefi-sys v0.1.0
36242026-05-12T02:11:03.941Z Compiling bitfield-struct v0.6.2
36252026-05-12T02:11:03.976Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-12T02:11:03.981Z Compiling xshell-macros v0.2.7
36272026-05-12T02:11:03.987Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36282026-05-12T02:11:04.017Z Compiling salty v0.3.0
36292026-05-12T02:11:04.026Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-12T02:11:04.231Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-05-12T02:11:04.323Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36322026-05-12T02:11:04.333Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-12T02:11:04.364Z Checking xshell v0.2.7
36342026-05-12T02:11:04.527Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36352026-05-12T02:11:04.546Z Checking primeorder v0.13.6
36362026-05-12T02:11:04.566Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-05-12T02:11:04.717Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-12T02:11:04.726Z Compiling proc-macro-error-attr2 v2.0.0
36392026-05-12T02:11:04.784Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36402026-05-12T02:11:04.806Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-05-12T02:11:04.868Z Checking tungstenite v0.21.0
36422026-05-12T02:11:04.997Z Checking p384 v0.13.1
36432026-05-12T02:11:05.054Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36442026-05-12T02:11:05.112Z Compiling proc-macro-error2 v2.0.1
36452026-05-12T02:11:05.254Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36462026-05-12T02:11:05.361Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36472026-05-12T02:11:05.431Z Compiling num-derive v0.3.3
36482026-05-12T02:11:05.465Z Compiling tabled_derive v0.11.0
36492026-05-12T02:11:05.626Z Checking tokio-tungstenite v0.21.0
36502026-05-12T02:11:05.908Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-12T02:11:05.922Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-12T02:11:06.005Z Checking papergrid v0.17.0
36532026-05-12T02:11:06.300Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-12T02:11:06.338Z Checking libscf-sys v1.1.0
36552026-05-12T02:11:06.460Z Checking testing_table v0.3.0
36562026-05-12T02:11:06.560Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-12T02:11:06.608Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36582026-05-12T02:11:06.665Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-12T02:11:06.804Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-12T02:11:06.818Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-12T02:11:07.006Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36622026-05-12T02:11:07.021Z Checking corncobs v0.1.4
36632026-05-12T02:11:07.065Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36642026-05-12T02:11:07.089Z Compiling unicase v2.9.0
36652026-05-12T02:11:07.151Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-05-12T02:11:07.276Z Checking tabled v0.20.0
36672026-05-12T02:11:07.293Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36682026-05-12T02:11:09.035Z Compiling mime_guess v2.0.5
36692026-05-12T02:11:09.065Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-12T02:11:09.065Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-12T02:11:09.065Z Checking progenitor-client v0.11.2
36722026-05-12T02:11:09.065Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-12T02:11:09.066Z Checking secrecy v0.8.0
36742026-05-12T02:11:09.066Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36752026-05-12T02:11:09.066Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-12T02:11:09.066Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36772026-05-12T02:11:09.066Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36782026-05-12T02:11:09.066Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36792026-05-12T02:11:09.066Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36802026-05-12T02:11:09.066Z Compiling typify-macro v0.4.3
36812026-05-12T02:11:09.066Z Checking filetime v0.2.27
36822026-05-12T02:11:09.066Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-12T02:11:09.066Z Checking http-range v0.1.5
36842026-05-12T02:11:09.067Z Checking xattr v1.6.1
36852026-05-12T02:11:09.067Z Checking crc8 v0.1.1
36862026-05-12T02:11:09.067Z Checking tar v0.4.45
36872026-05-12T02:11:09.067Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36882026-05-12T02:11:09.244Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36892026-05-12T02:11:09.464Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36902026-05-12T02:11:09.467Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-05-12T02:11:09.467Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36922026-05-12T02:11:09.525Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932026-05-12T02:11:09.691Z Checking atty v0.2.14
36942026-05-12T02:11:09.793Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36952026-05-12T02:11:09.922Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36962026-05-12T02:11:10.054Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-05-12T02:11:10.205Z Compiling typify v0.4.3
36982026-05-12T02:11:10.288Z Compiling progenitor-impl v0.11.2
36992026-05-12T02:11:10.398Z Compiling progenitor-impl v0.10.0
37002026-05-12T02:11:10.718Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-12T02:11:10.759Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-12T02:11:10.998Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-12T02:11:11.245Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37042026-05-12T02:11:11.639Z Checking hyper-staticfile v0.10.1
37052026-05-12T02:11:11.690Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37062026-05-12T02:11:11.896Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37072026-05-12T02:11:11.930Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37082026-05-12T02:11:12.121Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37092026-05-12T02:11:12.150Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37102026-05-12T02:11:12.190Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37112026-05-12T02:11:12.469Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37122026-05-12T02:11:12.491Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37132026-05-12T02:11:12.762Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37142026-05-12T02:11:12.855Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37152026-05-12T02:11:13.003Z Compiling progenitor-macro v0.11.2
37162026-05-12T02:11:13.009Z Compiling progenitor-macro v0.10.0
37172026-05-12T02:11:16.055Z Checking progenitor v0.10.0
37182026-05-12T02:11:16.056Z Checking progenitor v0.11.2
37192026-05-12T02:11:16.095Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37202026-05-12T02:11:16.095Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37212026-05-12T02:11:20.719Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37222026-05-12T02:11:21.832Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-05-12T02:11:32.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.29s
37242026-05-12T02:11:32.455Z
37252026-05-12T02:11:32.456Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37262026-05-12T02:11:33.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-05-12T02:11:33.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-05-12T02:11:33.250Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-05-12T02:11:43.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37302026-05-12T02:11:43.940Z
37312026-05-12T02:11:43.940Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37322026-05-12T02:11:44.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-05-12T02:11:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-05-12T02:11:44.739Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-05-12T02:11:55.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37362026-05-12T02:11:55.406Z
37372026-05-12T02:11:55.406Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37382026-05-12T02:11:55.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-05-12T02:11:55.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-05-12T02:11:56.203Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-05-12T02:12:06.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37422026-05-12T02:12:07.021Z
37432026-05-12T02:12:07.021Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37442026-05-12T02:12:07.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-05-12T02:12:07.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-05-12T02:12:07.820Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-05-12T02:12:18.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37482026-05-12T02:12:18.564Z
37492026-05-12T02:12:18.564Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37502026-05-12T02:12:19.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-05-12T02:12:19.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-05-12T02:12:19.361Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-12T02:12:29.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37542026-05-12T02:12:30.064Z
37552026-05-12T02:12:30.064Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37562026-05-12T02:12:30.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-12T02:12:30.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-12T02:12:30.866Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-12T02:12:41.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37602026-05-12T02:12:41.609Z
37612026-05-12T02:12:41.610Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37622026-05-12T02:12:42.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-12T02:12:42.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-12T02:12:42.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-12T02:12:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
37662026-05-12T02:12:53.151Z
37672026-05-12T02:12:53.151Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37682026-05-12T02:12:53.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-12T02:12:53.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-12T02:12:53.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-05-12T02:12:53.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37722026-05-12T02:12:53.776Z
37732026-05-12T02:12:53.776Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37742026-05-12T02:12:54.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-12T02:12:54.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-12T02:12:54.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-05-12T02:12:54.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37782026-05-12T02:12:54.400Z
37792026-05-12T02:12:54.400Zinfo: running `cargo check --bins` on range-requests (193/274)
37802026-05-12T02:12:54.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-12T02:12:54.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-12T02:12:54.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-05-12T02:12:54.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37842026-05-12T02:12:55.011Z
37852026-05-12T02:12:55.011Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37862026-05-12T02:12:55.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-12T02:12:55.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-12T02:12:55.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-05-12T02:12:55.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37902026-05-12T02:12:55.630Z
37912026-05-12T02:12:55.630Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37922026-05-12T02:12:56.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-12T02:12:56.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-12T02:12:56.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-05-12T02:12:56.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37962026-05-12T02:12:56.263Z
37972026-05-12T02:12:56.263Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37982026-05-12T02:12:56.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-12T02:12:56.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-12T02:12:56.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-12T02:12:56.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38022026-05-12T02:12:56.899Z
38032026-05-12T02:12:56.899Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38042026-05-12T02:12:57.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-12T02:12:57.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-12T02:12:57.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-12T02:12:57.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38082026-05-12T02:12:57.535Z
38092026-05-12T02:12:57.536Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38102026-05-12T02:12:58.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-12T02:12:58.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-12T02:12:58.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-12T02:12:58.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38142026-05-12T02:12:58.178Z
38152026-05-12T02:12:58.178Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38162026-05-12T02:12:58.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-12T02:12:58.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-12T02:12:58.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-12T02:12:58.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38202026-05-12T02:12:58.822Z
38212026-05-12T02:12:58.822Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38222026-05-12T02:12:59.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-12T02:12:59.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-12T02:12:59.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-12T02:12:59.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38262026-05-12T02:12:59.461Z
38272026-05-12T02:12:59.461Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38282026-05-12T02:13:00.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-12T02:13:00.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-12T02:13:00.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-12T02:13:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38322026-05-12T02:13:00.103Z
38332026-05-12T02:13:00.104Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38342026-05-12T02:13:00.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-12T02:13:00.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-12T02:13:00.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-12T02:13:00.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38382026-05-12T02:13:00.751Z
38392026-05-12T02:13:00.751Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38402026-05-12T02:13:01.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-12T02:13:01.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-12T02:13:01.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-12T02:13:01.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38442026-05-12T02:13:01.394Z
38452026-05-12T02:13:01.394Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38462026-05-12T02:13:01.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-12T02:13:01.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-12T02:13:01.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-12T02:13:01.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38502026-05-12T02:13:02.106Z
38512026-05-12T02:13:02.106Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38522026-05-12T02:13:02.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-12T02:13:02.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-12T02:13:02.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-12T02:13:02.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38562026-05-12T02:13:02.704Z
38572026-05-12T02:13:02.704Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38582026-05-12T02:13:03.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-12T02:13:03.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-12T02:13:03.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-12T02:13:03.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38622026-05-12T02:13:03.361Z
38632026-05-12T02:13:03.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38642026-05-12T02:13:03.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-12T02:13:03.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-12T02:13:03.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-12T02:13:03.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38682026-05-12T02:13:04.031Z
38692026-05-12T02:13:04.031Zinfo: running `cargo check --bins` on update-common (208/274)
38702026-05-12T02:13:04.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-12T02:13:04.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-12T02:13:04.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-12T02:13:04.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38742026-05-12T02:13:04.660Z
38752026-05-12T02:13:04.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38762026-05-12T02:13:05.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-12T02:13:05.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-12T02:13:05.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-12T02:13:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38802026-05-12T02:13:05.331Z
38812026-05-12T02:13:05.331Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38822026-05-12T02:13:05.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-12T02:13:05.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-12T02:13:05.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-12T02:13:05.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38862026-05-12T02:13:05.933Z
38872026-05-12T02:13:05.933Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38882026-05-12T02:13:06.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-12T02:13:06.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-12T02:13:06.722Z Compiling fs-err v2.11.0
38912026-05-12T02:13:06.722Z Checking ignore v0.4.25
38922026-05-12T02:13:06.722Z Checking arc-swap v1.8.2
38932026-05-12T02:13:06.725Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38942026-05-12T02:13:06.853Z Checking predicates-tree v1.0.13
38952026-05-12T02:13:06.866Z Checking parse-size v1.1.0
38962026-05-12T02:13:06.891Z Checking rand_seeder v0.4.0
38972026-05-12T02:13:06.894Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38982026-05-12T02:13:06.955Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38992026-05-12T02:13:06.989Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39002026-05-12T02:13:07.030Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39012026-05-12T02:13:07.053Z Checking slog-scope v4.4.1
39022026-05-12T02:13:07.199Z Compiling petname v2.0.2
39032026-05-12T02:13:07.203Z Checking slog-stdlog v4.1.1
39042026-05-12T02:13:07.215Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39052026-05-12T02:13:07.233Z Checking globwalk v0.9.1
39062026-05-12T02:13:07.312Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-05-12T02:13:07.316Z Checking slog-envlogger v2.2.0
39082026-05-12T02:13:07.415Z Checking camino-tempfile-ext v0.3.3
39092026-05-12T02:13:07.666Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39102026-05-12T02:13:07.670Z Checking sapling-renderdag v0.1.0
39112026-05-12T02:13:07.670Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39122026-05-12T02:13:07.670Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39132026-05-12T02:13:07.729Z Checking subprocess v0.2.15
39142026-05-12T02:13:07.789Z Checking sync-ptr v0.1.4
39152026-05-12T02:13:07.841Z Checking colored v2.2.0
39162026-05-12T02:13:07.908Z Checking assert_matches v1.5.0
39172026-05-12T02:13:07.987Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39182026-05-12T02:13:08.036Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-12T02:13:08.103Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39202026-05-12T02:13:08.106Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39212026-05-12T02:13:08.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39222026-05-12T02:13:10.068Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39232026-05-12T02:13:12.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
39242026-05-12T02:13:12.533Z
39252026-05-12T02:13:12.533Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39262026-05-12T02:13:13.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-12T02:13:13.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-12T02:13:13.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-12T02:13:13.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39302026-05-12T02:13:13.133Z
39312026-05-12T02:13:13.133Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39322026-05-12T02:13:13.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-12T02:13:13.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-12T02:13:13.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-12T02:13:13.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39362026-05-12T02:13:13.782Z
39372026-05-12T02:13:13.782Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39382026-05-12T02:13:14.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-12T02:13:14.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-12T02:13:14.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-12T02:13:14.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39422026-05-12T02:13:14.438Z
39432026-05-12T02:13:14.438Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39442026-05-12T02:13:14.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-12T02:13:14.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-12T02:13:15.183Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39472026-05-12T02:13:15.184Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-05-12T02:13:15.834Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39492026-05-12T02:13:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39502026-05-12T02:13:17.673Z
39512026-05-12T02:13:17.673Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39522026-05-12T02:13:18.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-12T02:13:18.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-12T02:13:18.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-05-12T02:13:18.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39562026-05-12T02:13:18.282Z
39572026-05-12T02:13:18.282Zinfo: running `cargo check --bins` on cert-dev (217/274)
39582026-05-12T02:13:18.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-12T02:13:18.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-12T02:13:18.907Z Checking yasna v0.5.2
39612026-05-12T02:13:19.311Z Checking rcgen v0.12.1
39622026-05-12T02:13:19.564Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-05-12T02:13:19.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39642026-05-12T02:13:19.916Z
39652026-05-12T02:13:19.917Zinfo: running `cargo check --bins` on clickana (218/274)
39662026-05-12T02:13:20.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-12T02:13:20.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-12T02:13:20.579Z Compiling darling_core v0.23.0
39692026-05-12T02:13:20.583Z Compiling instability v0.3.11
39702026-05-12T02:13:20.583Z Checking castaway v0.2.4
39712026-05-12T02:13:20.696Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-05-12T02:13:20.701Z Compiling indoc v2.0.7
39732026-05-12T02:13:20.715Z Checking unicode-truncate v1.1.0
39742026-05-12T02:13:20.718Z Checking lru v0.12.5
39752026-05-12T02:13:20.719Z Checking cassowary v0.3.0
39762026-05-12T02:13:20.782Z Checking compact_str v0.8.1
39772026-05-12T02:13:21.762Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-05-12T02:13:21.950Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-05-12T02:13:22.104Z Compiling darling_macro v0.23.0
39802026-05-12T02:13:22.517Z Compiling darling v0.23.0
39812026-05-12T02:13:23.134Z Checking ratatui v0.29.0
39822026-05-12T02:13:24.206Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-05-12T02:13:24.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
39842026-05-12T02:13:25.083Z
39852026-05-12T02:13:25.083Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39862026-05-12T02:13:25.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-12T02:13:25.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-12T02:13:25.813Z Checking headers-core v0.3.0
39892026-05-12T02:13:25.816Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-05-12T02:13:26.011Z Checking headers v0.4.1
39912026-05-12T02:13:26.379Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39922026-05-12T02:13:27.234Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39932026-05-12T02:13:27.740Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39942026-05-12T02:13:28.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
39952026-05-12T02:13:28.378Z
39962026-05-12T02:13:28.378Zinfo: running `cargo check --bins` on ch-dev (220/274)
39972026-05-12T02:13:28.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-12T02:13:28.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-12T02:13:29.107Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40002026-05-12T02:13:29.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40012026-05-12T02:13:30.066Z
40022026-05-12T02:13:30.066Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40032026-05-12T02:13:30.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-12T02:13:30.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-12T02:13:30.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-12T02:13:30.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40072026-05-12T02:13:30.547Z
40082026-05-12T02:13:30.547Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40092026-05-12T02:13:31.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-12T02:13:31.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-12T02:13:31.277Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-05-12T02:13:32.270Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40132026-05-12T02:13:32.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40142026-05-12T02:13:32.822Z
40152026-05-12T02:13:32.823Zinfo: running `cargo check --bins` on db-dev (223/274)
40162026-05-12T02:13:33.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-12T02:13:33.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-12T02:13:33.549Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40192026-05-12T02:13:34.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40202026-05-12T02:13:34.510Z
40212026-05-12T02:13:34.511Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40222026-05-12T02:13:35.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-12T02:13:35.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-12T02:13:35.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-12T02:13:35.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40262026-05-12T02:13:35.157Z
40272026-05-12T02:13:35.157Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40282026-05-12T02:13:35.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-12T02:13:35.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-12T02:13:35.774Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40312026-05-12T02:13:36.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40322026-05-12T02:13:36.631Z
40332026-05-12T02:13:36.631Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40342026-05-12T02:13:37.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-12T02:13:37.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-12T02:13:37.390Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40372026-05-12T02:13:37.391Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40382026-05-12T02:13:37.395Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40392026-05-12T02:13:37.395Z Checking git-stub v1.0.0
40402026-05-12T02:13:37.395Z Compiling trait-variant v0.1.2
40412026-05-12T02:13:37.395Z Checking maplit v1.0.2
40422026-05-12T02:13:37.396Z Checking is_ci v1.2.0
40432026-05-12T02:13:37.568Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40442026-05-12T02:13:37.594Z Checking supports-color v3.0.2
40452026-05-12T02:13:37.620Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40462026-05-12T02:13:37.670Z Checking git-stub-vcs v0.1.0
40472026-05-12T02:13:37.718Z Checking drift v0.1.4
40482026-05-12T02:13:37.797Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40492026-05-12T02:13:37.812Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40502026-05-12T02:13:37.872Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40512026-05-12T02:13:37.993Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40522026-05-12T02:13:38.014Z Checking dropshot-api-manager v0.7.1
40532026-05-12T02:13:38.046Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40542026-05-12T02:13:38.093Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40552026-05-12T02:13:38.270Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-12T02:13:38.311Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40572026-05-12T02:13:38.499Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-12T02:13:38.790Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40592026-05-12T02:13:43.797Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40602026-05-12T02:13:44.892Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40612026-05-12T02:13:45.458Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40622026-05-12T02:13:45.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
40632026-05-12T02:13:46.097Z
40642026-05-12T02:13:46.097Zinfo: running `cargo check --bins` on installinator-api (227/274)
40652026-05-12T02:13:46.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-12T02:13:46.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-12T02:13:46.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-12T02:13:46.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40692026-05-12T02:13:46.706Z
40702026-05-12T02:13:46.706Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40712026-05-12T02:13:47.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-12T02:13:47.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-12T02:13:47.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-05-12T02:13:47.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40752026-05-12T02:13:47.353Z
40762026-05-12T02:13:47.353Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40772026-05-12T02:13:47.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-05-12T02:13:47.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-05-12T02:13:47.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-05-12T02:13:47.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40812026-05-12T02:13:48.001Z
40822026-05-12T02:13:48.001Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40832026-05-12T02:13:48.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-05-12T02:13:48.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-05-12T02:13:48.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-05-12T02:13:48.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40872026-05-12T02:13:48.647Z
40882026-05-12T02:13:48.647Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40892026-05-12T02:13:49.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-05-12T02:13:49.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-05-12T02:13:49.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-05-12T02:13:49.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40932026-05-12T02:13:49.255Z
40942026-05-12T02:13:49.255Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40952026-05-12T02:13:49.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-12T02:13:49.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-12T02:13:49.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-12T02:13:49.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-05-12T02:13:49.852Z
41002026-05-12T02:13:49.853Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41012026-05-12T02:13:50.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-12T02:13:50.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-12T02:13:50.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-12T02:13:50.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41052026-05-12T02:13:50.478Z
41062026-05-12T02:13:50.478Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41072026-05-12T02:13:50.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-12T02:13:50.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-12T02:13:51.099Z Checking typeid v1.0.3
41102026-05-12T02:13:51.215Z Checking ordered-float v2.10.1
41112026-05-12T02:13:51.232Z Checking unicode-xid v0.2.6
41122026-05-12T02:13:51.244Z Checking cargo-platform v0.2.0
41132026-05-12T02:13:51.255Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41142026-05-12T02:13:51.279Z Checking erased-serde v0.4.9
41152026-05-12T02:13:51.418Z Checking serde-value v0.7.0
41162026-05-12T02:13:51.599Z Checking serde-untagged v0.1.9
41172026-05-12T02:13:51.753Z Checking cargo-util-schemas v0.8.2
41182026-05-12T02:13:52.437Z Checking cargo_metadata v0.21.0
41192026-05-12T02:13:53.039Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41202026-05-12T02:13:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41212026-05-12T02:13:53.917Z
41222026-05-12T02:13:53.917Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41232026-05-12T02:13:54.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-12T02:13:54.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-12T02:13:54.648Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-05-12T02:13:55.284Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41272026-05-12T02:13:55.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41282026-05-12T02:13:56.009Z
41292026-05-12T02:13:56.009Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41302026-05-12T02:13:56.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-12T02:13:56.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-12T02:13:56.880Z Compiling vergen-gitcl v1.0.8
41332026-05-12T02:13:56.880Z Compiling dirs-sys-next v0.1.2
41342026-05-12T02:13:56.880Z Compiling glob v0.3.3
41352026-05-12T02:13:56.880Z Compiling crunchy v0.2.4
41362026-05-12T02:13:56.884Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-05-12T02:13:56.884Z Compiling diesel_derives v2.3.7
41382026-05-12T02:13:56.884Z Compiling dsl_auto_type v0.2.0
41392026-05-12T02:13:56.884Z Checking scheduled-thread-pool v0.2.7
41402026-05-12T02:13:57.194Z Compiling dirs-next v2.0.0
41412026-05-12T02:13:57.213Z Compiling diesel_table_macro_syntax v0.3.0
41422026-05-12T02:13:57.266Z Compiling tiny-keccak v2.0.2
41432026-05-12T02:13:57.285Z Compiling term v0.7.0
41442026-05-12T02:13:57.414Z Checking r2d2 v0.8.10
41452026-05-12T02:13:57.430Z Compiling bit-vec v0.6.3
41462026-05-12T02:13:57.472Z Compiling clang-sys v1.8.1
41472026-05-12T02:13:57.479Z Checking downcast-rs v2.0.2
41482026-05-12T02:13:57.600Z Compiling bit-set v0.5.3
41492026-05-12T02:13:57.624Z Compiling ascii-canvas v3.0.0
41502026-05-12T02:13:57.776Z Compiling itertools v0.10.5
41512026-05-12T02:13:57.849Z Compiling ena v0.14.4
41522026-05-12T02:13:57.873Z Compiling libloading v0.8.9
41532026-05-12T02:13:57.900Z Compiling regex-syntax v0.6.29
41542026-05-12T02:13:57.920Z Compiling diff v0.1.13
41552026-05-12T02:13:58.061Z Compiling bindgen v0.71.1
41562026-05-12T02:13:58.091Z Compiling cexpr v0.6.0
41572026-05-12T02:13:58.188Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41582026-05-12T02:13:58.382Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41592026-05-12T02:13:58.527Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-05-12T02:13:58.544Z Compiling libxml v0.3.3
41612026-05-12T02:13:58.763Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41622026-05-12T02:13:58.806Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41632026-05-12T02:13:58.863Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41642026-05-12T02:13:59.055Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41652026-05-12T02:13:59.082Z Compiling strum_macros v0.24.3
41662026-05-12T02:13:59.110Z Compiling indoc v1.0.9
41672026-05-12T02:13:59.326Z Compiling lalrpop v0.19.12
41682026-05-12T02:14:00.078Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41692026-05-12T02:14:00.273Z Checking derive_builder v0.20.2
41702026-05-12T02:14:00.395Z Compiling oso-derive v0.27.3
41712026-05-12T02:14:00.444Z Checking quick-xml v0.37.5
41722026-05-12T02:14:00.611Z Compiling impl-trait-for-tuples v0.2.3
41732026-05-12T02:14:00.896Z Checking openssl-probe v0.1.6
41742026-05-12T02:14:01.039Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41752026-05-12T02:14:01.326Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41762026-05-12T02:14:01.532Z Checking bb8 v0.8.6
41772026-05-12T02:14:01.761Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41782026-05-12T02:14:01.787Z Checking nonempty v0.12.0
41792026-05-12T02:14:01.811Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41802026-05-12T02:14:01.953Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41812026-05-12T02:14:01.991Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41822026-05-12T02:14:02.028Z Checking console v0.16.2
41832026-05-12T02:14:02.164Z Checking unit-prefix v0.5.2
41842026-05-12T02:14:02.181Z Checking support-bundle-viewer v0.1.2
41852026-05-12T02:14:02.301Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41862026-05-12T02:14:02.337Z Checking indicatif v0.18.4
41872026-05-12T02:14:02.425Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41882026-05-12T02:14:02.568Z Checking multimap v0.10.1
41892026-05-12T02:14:02.992Z Checking diesel v2.3.7
41902026-05-12T02:14:04.843Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-05-12T02:14:05.086Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41922026-05-12T02:14:05.624Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-05-12T02:14:06.511Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-05-12T02:14:06.883Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41952026-05-12T02:14:07.211Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41962026-05-12T02:14:07.547Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41972026-05-12T02:14:07.625Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41982026-05-12T02:14:09.609Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41992026-05-12T02:14:15.036Z Compiling samael v0.0.19
42002026-05-12T02:14:18.748Z Checking diesel-dtrace v0.5.0
42012026-05-12T02:14:18.859Z Checking async-bb8-diesel v0.2.1
42022026-05-12T02:14:19.713Z Compiling polar-core v0.27.3
42032026-05-12T02:14:24.202Z Checking oso v0.27.3
42042026-05-12T02:15:01.409Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42052026-05-12T02:15:34.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42062026-05-12T02:15:35.119Z
42072026-05-12T02:15:35.119Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42082026-05-12T02:15:35.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-12T02:15:35.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-12T02:15:35.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-12T02:15:35.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42122026-05-12T02:15:35.780Z
42132026-05-12T02:15:35.781Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42142026-05-12T02:15:36.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-12T02:15:36.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-12T02:15:36.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-05-12T02:15:36.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42182026-05-12T02:15:36.440Z
42192026-05-12T02:15:36.440Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42202026-05-12T02:15:36.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-12T02:15:36.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-12T02:15:36.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-05-12T02:15:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42242026-05-12T02:15:37.033Z
42252026-05-12T02:15:37.033Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42262026-05-12T02:15:37.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-05-12T02:15:37.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-05-12T02:15:37.908Z Compiling libz-sys v1.1.24
42292026-05-12T02:15:38.040Z Compiling libgit2-sys v0.18.3+1.9.2
42302026-05-12T02:15:38.049Z Compiling vergen-git2 v1.0.7
42312026-05-12T02:15:38.082Z Compiling rustls v0.21.12
42322026-05-12T02:15:38.085Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42332026-05-12T02:15:38.085Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42342026-05-12T02:15:38.085Z Checking rustls-webpki v0.101.7
42352026-05-12T02:15:38.085Z Checking sct v0.7.1
42362026-05-12T02:15:38.236Z Compiling nix v0.29.0
42372026-05-12T02:15:38.250Z Compiling dropshot v0.16.7
42382026-05-12T02:15:38.293Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42392026-05-12T02:15:38.345Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42402026-05-12T02:15:38.417Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42412026-05-12T02:15:38.498Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42422026-05-12T02:15:38.530Z Checking toml v0.9.12+spec-1.1.0
42432026-05-12T02:15:38.561Z Compiling dropshot_endpoint v0.16.7
42442026-05-12T02:15:38.716Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42452026-05-12T02:15:38.863Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42462026-05-12T02:15:39.073Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-12T02:15:39.111Z Checking rustls-pemfile v1.0.4
42482026-05-12T02:15:39.247Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42492026-05-12T02:15:39.441Z Checking twox-hash v2.1.2
42502026-05-12T02:15:39.473Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42512026-05-12T02:15:39.792Z Checking tokio-rustls v0.24.1
42522026-05-12T02:15:40.228Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42532026-05-12T02:15:40.354Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42542026-05-12T02:15:40.452Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42552026-05-12T02:15:40.903Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42562026-05-12T02:15:41.001Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42572026-05-12T02:15:41.022Z Checking fatfs v0.3.6
42582026-05-12T02:15:41.095Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42592026-05-12T02:15:41.140Z Compiling seq-macro v0.3.6
42602026-05-12T02:15:44.975Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-05-12T02:15:45.097Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-05-12T02:15:45.328Z Compiling git2 v0.20.4
42632026-05-12T02:15:47.558Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-05-12T02:16:34.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.28s
42652026-05-12T02:16:34.550Z
42662026-05-12T02:16:34.550Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42672026-05-12T02:16:35.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-05-12T02:16:35.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-05-12T02:16:35.470Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-12T02:17:14.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.76s
42712026-05-12T02:17:14.539Z
42722026-05-12T02:17:14.540Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42732026-05-12T02:17:15.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-05-12T02:17:15.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-05-12T02:17:15.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-05-12T02:17:15.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42772026-05-12T02:17:15.136Z
42782026-05-12T02:17:15.136Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42792026-05-12T02:17:15.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-05-12T02:17:15.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-05-12T02:17:15.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-05-12T02:17:15.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42832026-05-12T02:17:15.787Z
42842026-05-12T02:17:15.787Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42852026-05-12T02:17:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-05-12T02:17:16.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-05-12T02:17:16.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-05-12T02:17:16.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42892026-05-12T02:17:16.453Z
42902026-05-12T02:17:16.454Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42912026-05-12T02:17:17.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-05-12T02:17:17.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-05-12T02:17:17.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-05-12T02:17:17.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42952026-05-12T02:17:17.110Z
42962026-05-12T02:17:17.110Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42972026-05-12T02:17:17.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-05-12T02:17:17.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-05-12T02:17:17.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-05-12T02:17:17.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43012026-05-12T02:17:17.752Z
43022026-05-12T02:17:17.752Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43032026-05-12T02:17:18.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-12T02:17:18.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-12T02:17:18.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-12T02:17:18.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43072026-05-12T02:17:18.400Z
43082026-05-12T02:17:18.401Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43092026-05-12T02:17:18.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-12T02:17:18.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-12T02:17:18.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-12T02:17:18.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43132026-05-12T02:17:19.058Z
43142026-05-12T02:17:19.058Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43152026-05-12T02:17:19.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-12T02:17:19.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-12T02:17:19.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-12T02:17:19.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43192026-05-12T02:17:19.719Z
43202026-05-12T02:17:19.719Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43212026-05-12T02:17:20.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-12T02:17:20.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-12T02:17:20.626Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43242026-05-12T02:17:20.626Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43252026-05-12T02:17:20.811Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43262026-05-12T02:17:20.841Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43272026-05-12T02:17:20.861Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43282026-05-12T02:17:20.877Z Checking diff v0.1.13
43292026-05-12T02:17:20.880Z Checking yansi v1.0.1
43302026-05-12T02:17:20.880Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43312026-05-12T02:17:20.951Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43322026-05-12T02:17:21.148Z Checking pretty_assertions v1.4.1
43332026-05-12T02:17:21.792Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43342026-05-12T02:17:22.134Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43352026-05-12T02:17:45.696Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-05-12T02:17:45.699Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-05-12T02:17:45.699Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-05-12T02:17:45.699Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-05-12T02:17:45.699Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43402026-05-12T02:17:45.699Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43412026-05-12T02:17:46.534Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-05-12T02:17:47.643Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43432026-05-12T02:18:26.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43442026-05-12T02:18:26.525Z
43452026-05-12T02:18:26.525Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43462026-05-12T02:18:27.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-12T02:18:27.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-12T02:18:27.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-12T02:18:27.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43502026-05-12T02:18:27.138Z
43512026-05-12T02:18:27.138Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43522026-05-12T02:18:27.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-12T02:18:27.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-12T02:18:27.920Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43552026-05-12T02:18:28.042Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-05-12T02:18:28.043Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43572026-05-12T02:18:53.840Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43582026-05-12T02:18:54.227Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43592026-05-12T02:18:55.921Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43602026-05-12T02:18:56.377Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43612026-05-12T02:18:59.313Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43622026-05-12T02:19:22.101Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43632026-05-12T02:19:22.808Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-05-12T02:19:24.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.30s
43652026-05-12T02:19:24.663Z
43662026-05-12T02:19:24.663Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43672026-05-12T02:19:25.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-12T02:19:25.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-12T02:19:25.387Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43702026-05-12T02:19:26.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43712026-05-12T02:19:26.278Z
43722026-05-12T02:19:26.278Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43732026-05-12T02:19:26.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-12T02:19:26.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-12T02:19:26.940Z Compiling blake3 v1.8.3
43762026-05-12T02:19:27.051Z Checking constant_time_eq v0.4.2
43772026-05-12T02:19:27.051Z Checking arrayref v0.3.9
43782026-05-12T02:19:27.054Z Checking arrayvec v0.7.6
43792026-05-12T02:19:27.072Z Checking topological-sort v0.2.2
43802026-05-12T02:19:27.075Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43812026-05-12T02:19:27.075Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43822026-05-12T02:19:27.075Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43832026-05-12T02:19:27.114Z Checking shell-words v1.1.1
43842026-05-12T02:19:27.939Z Checking omicron-zone-package v0.12.2
43852026-05-12T02:19:28.654Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43862026-05-12T02:19:29.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43872026-05-12T02:19:29.676Z
43882026-05-12T02:19:29.676Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43892026-05-12T02:19:30.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-12T02:19:30.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-12T02:19:30.331Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43922026-05-12T02:19:30.655Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43932026-05-12T02:19:31.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43942026-05-12T02:19:31.240Z
43952026-05-12T02:19:31.240Zinfo: running `cargo check --bins` on schema (256/274)
43962026-05-12T02:19:31.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-12T02:19:31.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-12T02:19:31.985Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43992026-05-12T02:19:32.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
44002026-05-12T02:19:32.892Z
44012026-05-12T02:19:32.892Zinfo: running `cargo check --bins` on xtask (257/274)
44022026-05-12T02:19:33.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-12T02:19:33.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-12T02:19:33.356Z Checking libc v0.2.185
44052026-05-12T02:19:33.359Z Checking serde v1.0.228
44062026-05-12T02:19:33.444Z Checking zerofrom v0.1.6
44072026-05-12T02:19:33.449Z Checking bitflags v2.11.0
44082026-05-12T02:19:33.454Z Checking smallvec v1.15.1
44092026-05-12T02:19:33.456Z Checking indexmap v2.14.0
44102026-05-12T02:19:33.470Z Checking serde_json v1.0.149
44112026-05-12T02:19:33.473Z Checking num-traits v0.2.19
44122026-05-12T02:19:33.542Z Checking yoke v0.8.1
44132026-05-12T02:19:33.591Z Checking scroll v0.12.0
44142026-05-12T02:19:33.626Z Checking thiserror v1.0.69
44152026-05-12T02:19:33.711Z Checking zerovec v0.11.5
44162026-05-12T02:19:33.722Z Checking zerotrie v0.2.3
44172026-05-12T02:19:33.732Z Checking errno v0.3.14
44182026-05-12T02:19:33.816Z Checking percent-encoding v2.3.2
44192026-05-12T02:19:33.832Z Checking serde_spanned v0.6.9
44202026-05-12T02:19:33.849Z Checking rustix v1.1.3
44212026-05-12T02:19:33.953Z Checking toml_datetime v0.6.11
44222026-05-12T02:19:33.964Z Checking log v0.4.29
44232026-05-12T02:19:33.973Z Checking zerocopy v0.7.35
44242026-05-12T02:19:33.992Z Checking form_urlencoded v1.2.2
44252026-05-12T02:19:34.002Z Checking ordered-float v2.10.1
44262026-05-12T02:19:34.081Z Checking getrandom v0.4.1
44272026-05-12T02:19:34.109Z Checking goblin v0.8.2
44282026-05-12T02:19:34.121Z Checking thiserror v2.0.18
44292026-05-12T02:19:34.132Z Checking toml_edit v0.22.27
44302026-05-12T02:19:34.155Z Checking tinystr v0.8.2
44312026-05-12T02:19:34.213Z Checking potential_utf v0.1.4
44322026-05-12T02:19:34.224Z Checking syn v2.0.117
44332026-05-12T02:19:34.235Z Checking serde-value v0.7.0
44342026-05-12T02:19:34.337Z Checking icu_locale_core v2.1.1
44352026-05-12T02:19:34.347Z Checking icu_collections v2.1.1
44362026-05-12T02:19:34.436Z Checking dtrace-parser v0.2.0
44372026-05-12T02:19:34.470Z Checking thread-id v4.2.2
44382026-05-12T02:19:34.550Z Checking once_cell v1.21.3
44392026-05-12T02:19:34.654Z Checking cargo-platform v0.2.0
44402026-05-12T02:19:34.666Z Checking memmap v0.7.0
44412026-05-12T02:19:34.683Z Checking terminal_size v0.4.3
44422026-05-12T02:19:34.731Z Checking tempfile v3.25.0
44432026-05-12T02:19:34.791Z Checking fs-err v3.3.0
44442026-05-12T02:19:34.814Z Checking clap_builder v4.5.60
44452026-05-12T02:19:34.827Z Checking textwrap v0.16.2
44462026-05-12T02:19:34.899Z Checking icu_provider v2.1.1
44472026-05-12T02:19:34.924Z Checking camino-tempfile v1.4.1
44482026-05-12T02:19:34.970Z Checking anyhow v1.0.102
44492026-05-12T02:19:35.038Z Checking tabled v0.15.0
44502026-05-12T02:19:35.079Z Checking macaddr v1.0.1
44512026-05-12T02:19:35.140Z Checking icu_properties v2.1.2
44522026-05-12T02:19:35.168Z Checking icu_normalizer v2.1.1
44532026-05-12T02:19:35.229Z Checking toml v0.8.23
44542026-05-12T02:19:35.257Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44552026-05-12T02:19:35.549Z Checking cargo_toml v0.21.0
44562026-05-12T02:19:35.958Z Checking idna_adapter v1.2.1
44572026-05-12T02:19:36.001Z Checking dof v0.3.0
44582026-05-12T02:19:36.011Z Checking clap v4.5.60
44592026-05-12T02:19:36.081Z Checking idna v1.1.0
44602026-05-12T02:19:36.273Z Checking usdt-impl v0.5.0
44612026-05-12T02:19:36.312Z Checking url v2.5.8
44622026-05-12T02:19:36.523Z Checking usdt v0.5.0
44632026-05-12T02:19:36.657Z Checking cargo-util-schemas v0.8.2
44642026-05-12T02:19:37.341Z Checking cargo_metadata v0.21.0
44652026-05-12T02:19:37.947Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44662026-05-12T02:19:38.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
44672026-05-12T02:19:38.485Z
44682026-05-12T02:19:38.485Zinfo: running `cargo check --bins` on dnsadm (258/274)
44692026-05-12T02:19:39.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-12T02:19:39.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-12T02:19:39.137Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44722026-05-12T02:19:39.621Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44732026-05-12T02:19:40.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44742026-05-12T02:19:40.220Z
44752026-05-12T02:19:40.220Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44762026-05-12T02:19:40.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-12T02:19:40.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-12T02:19:41.034Z Checking polyval v0.6.2
44792026-05-12T02:19:41.161Z Checking ctr v0.9.2
44802026-05-12T02:19:41.171Z Checking ssh-encoding v0.2.0
44812026-05-12T02:19:41.171Z Checking blowfish v0.9.1
44822026-05-12T02:19:41.193Z Checking password-hash v0.4.2
44832026-05-12T02:19:41.207Z Checking p256 v0.13.2
44842026-05-12T02:19:41.210Z Checking p521 v0.13.3
44852026-05-12T02:19:41.234Z Checking russh-cryptovec v0.7.3
44862026-05-12T02:19:41.301Z Checking ghash v0.5.1
44872026-05-12T02:19:41.316Z Checking bcrypt-pbkdf v0.10.0
44882026-05-12T02:19:41.316Z Checking md5 v0.7.0
44892026-05-12T02:19:41.347Z Checking num-bigint v0.4.6
44902026-05-12T02:19:41.358Z Checking des v0.8.1
44912026-05-12T02:19:41.414Z Checking pbkdf2 v0.11.0
44922026-05-12T02:19:41.429Z Checking aes-gcm v0.10.3
44932026-05-12T02:19:41.452Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44942026-05-12T02:19:41.471Z Checking hex-literal v0.4.1
44952026-05-12T02:19:41.495Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44962026-05-12T02:19:41.546Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44972026-05-12T02:19:41.567Z Checking socket2 v0.5.10
44982026-05-12T02:19:41.584Z Checking ssh-cipher v0.2.0
44992026-05-12T02:19:41.587Z Checking internet-checksum v0.2.1
45002026-05-12T02:19:41.763Z Checking ssh-key v0.6.7
45012026-05-12T02:19:41.843Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-12T02:19:42.396Z Checking russh-keys v0.45.0
45032026-05-12T02:19:42.939Z Checking russh v0.45.0
45042026-05-12T02:19:57.906Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-12T02:19:59.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.90s
45062026-05-12T02:19:59.335Z
45072026-05-12T02:19:59.335Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45082026-05-12T02:19:59.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-12T02:19:59.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-12T02:19:59.990Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45112026-05-12T02:20:00.101Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45122026-05-12T02:20:00.109Z Checking termios v0.3.3
45132026-05-12T02:20:01.310Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45142026-05-12T02:20:01.454Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-05-12T02:20:03.239Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45162026-05-12T02:20:03.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45172026-05-12T02:20:04.054Z
45182026-05-12T02:20:04.055Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45192026-05-12T02:20:04.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-12T02:20:04.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-12T02:20:04.738Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45222026-05-12T02:20:04.748Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45232026-05-12T02:20:04.874Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45242026-05-12T02:20:04.887Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45252026-05-12T02:20:04.887Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45262026-05-12T02:20:04.887Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45272026-05-12T02:20:05.595Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45282026-05-12T02:20:05.948Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45292026-05-12T02:20:05.957Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45302026-05-12T02:20:06.596Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45312026-05-12T02:20:11.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45322026-05-12T02:20:11.321Z
45332026-05-12T02:20:11.321Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45342026-05-12T02:20:11.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-12T02:20:11.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-12T02:20:11.322Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45372026-05-12T02:20:11.322Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45382026-05-12T02:20:11.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45392026-05-12T02:20:11.322Z
45402026-05-12T02:20:11.322Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45412026-05-12T02:20:11.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-12T02:20:11.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-12T02:20:11.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-05-12T02:20:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45452026-05-12T02:20:11.336Z
45462026-05-12T02:20:11.336Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45472026-05-12T02:20:11.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-05-12T02:20:11.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-05-12T02:20:11.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-05-12T02:20:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45512026-05-12T02:20:11.336Z
45522026-05-12T02:20:11.336Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45532026-05-12T02:20:11.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-05-12T02:20:11.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-05-12T02:20:12.023Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45562026-05-12T02:20:12.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45572026-05-12T02:20:12.828Z
45582026-05-12T02:20:12.828Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45592026-05-12T02:20:13.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-12T02:20:13.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-12T02:20:13.492Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45622026-05-12T02:20:13.495Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45632026-05-12T02:20:13.745Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45642026-05-12T02:20:13.745Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45652026-05-12T02:20:14.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45662026-05-12T02:20:14.771Z
45672026-05-12T02:20:14.771Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45682026-05-12T02:20:15.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-12T02:20:15.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-12T02:20:15.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-12T02:20:15.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45722026-05-12T02:20:15.308Z
45732026-05-12T02:20:15.308Zinfo: running `cargo check --bins` on omicron-package (268/274)
45742026-05-12T02:20:15.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-12T02:20:15.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-12T02:20:16.002Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45772026-05-12T02:20:17.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45782026-05-12T02:20:17.272Z
45792026-05-12T02:20:17.272Zinfo: running `cargo check --bins` on tqdb (269/274)
45802026-05-12T02:20:17.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-12T02:20:17.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-12T02:20:18.063Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-05-12T02:20:18.417Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45842026-05-12T02:20:18.927Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45852026-05-12T02:20:18.927Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45862026-05-12T02:20:24.737Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45872026-05-12T02:20:24.741Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-05-12T02:20:25.310Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45892026-05-12T02:20:25.310Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45902026-05-12T02:20:25.315Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45912026-05-12T02:20:25.315Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-05-12T02:20:26.067Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45932026-05-12T02:20:27.088Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45942026-05-12T02:20:27.816Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45952026-05-12T02:20:28.426Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45962026-05-12T02:20:32.771Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45972026-05-12T02:20:39.141Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45982026-05-12T02:20:39.145Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45992026-05-12T02:20:39.145Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46002026-05-12T02:20:39.145Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46012026-05-12T02:20:40.615Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46022026-05-12T02:20:41.957Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46032026-05-12T02:20:42.646Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46042026-05-12T02:20:43.896Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46052026-05-12T02:20:44.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
46062026-05-12T02:20:44.663Z
46072026-05-12T02:20:44.663Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46082026-05-12T02:20:45.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-12T02:20:45.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-12T02:20:45.381Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46112026-05-12T02:20:45.384Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-12T02:20:45.384Z Checking rtoolbox v0.0.3
46132026-05-12T02:20:45.513Z Checking tui-tree-widget v0.23.1
46142026-05-12T02:20:45.613Z Checking rpassword v7.4.0
46152026-05-12T02:20:46.631Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46162026-05-12T02:20:49.606Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-05-12T02:20:51.475Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46182026-05-12T02:20:52.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
46192026-05-12T02:20:52.605Z
46202026-05-12T02:20:52.605Zinfo: running `cargo check --bins` on wicket (271/274)
46212026-05-12T02:20:53.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-05-12T02:20:53.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-05-12T02:20:53.313Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-12T02:20:53.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46252026-05-12T02:20:53.892Z
46262026-05-12T02:20:53.892Zinfo: running `cargo check --bins` on wicketd (272/274)
46272026-05-12T02:20:54.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-12T02:20:54.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-12T02:20:54.628Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46302026-05-12T02:20:54.632Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46312026-05-12T02:20:54.632Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46322026-05-12T02:20:54.632Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46332026-05-12T02:20:55.630Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46342026-05-12T02:20:56.216Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46352026-05-12T02:20:59.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
46362026-05-12T02:20:59.430Z
46372026-05-12T02:20:59.430Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46382026-05-12T02:20:59.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-12T02:20:59.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-12T02:20:59.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-05-12T02:20:59.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46422026-05-12T02:21:00.042Z
46432026-05-12T02:21:00.042Zinfo: running `cargo check --bins` on zone-setup (274/274)
46442026-05-12T02:21:00.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-05-12T02:21:00.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-05-12T02:21:00.731Z Checking uzers v0.12.2
46472026-05-12T02:21:01.009Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46482026-05-12T02:21:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
46492026-05-12T02:21:01.985Z
46502026-05-12T02:21:01.985Zreal 14:14.379806425
46512026-05-12T02:21:01.985Zuser 20:40.746808638
46522026-05-12T02:21:01.985Zsys 4:16.391697145
46532026-05-12T02:21:01.985Ztrap 0.326953995
46542026-05-12T02:21:01.985Ztflt 0.656716230
46552026-05-12T02:21:01.986Zdflt 1.092156011
46562026-05-12T02:21:01.986Zkflt 0.004871852
46572026-05-12T02:21:01.986Zlock 1:17:41.186805306
46582026-05-12T02:21:01.986Zslp 1:38:48.627434430
46592026-05-12T02:21:01.986Zlat 58.575386535
46602026-05-12T02:21:01.986Zstop 3:39.100982589
46612026-05-12T02:21:01.989Zprocess exited: duration 990379 ms, exit code 0
 
46622026-05-12T02:21:01.996Zfound 0 output files