01KSJNA8FYN7S061WYHX6DWR8X: 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: 01KSJNAPERYGQMJVG4C0ZJFB62

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T17:30:01.496Zjob assigned to worker 01KSJNAW2281RD2KQX5RM42BSM [factory aws, i-0dbeaa742991ad40a] (queued for 48 s)
 
22026-05-26T17:30:07.986Zstarting task 0: "setup"
32026-05-26T17:30:07.992Z++ uname -s
42026-05-26T17:30:07.995Z+ kern=SunOS
52026-05-26T17:30:07.995Z+ build_user=build
62026-05-26T17:30:07.995Z+ build_uid=12345
72026-05-26T17:30:07.995Z+ work_dir=/work
82026-05-26T17:30:07.995Z+ input_dir=/input
92026-05-26T17:30:07.995Z+ [[ 0 == 12345 ]]
102026-05-26T17:30:07.995Z+ case "$kern" in
112026-05-26T17:30:07.995Z+ groupadd -g 12345 build
122026-05-26T17:30:07.998Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T17:30:10.000Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T17:30:10.067Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T17:30:10.072Z+ home_fs=zfs
162026-05-26T17:30:10.072Z+ [[ zfs == autofs ]]
172026-05-26T17:30:10.072Z+ mkdir -p /home/build
182026-05-26T17:30:10.072Z+ chown build:build /home/build /work
192026-05-26T17:30:12.071Z+ chmod 0700 /home/build /work
202026-05-26T17:30:12.076Zprocess exited: duration 4085 ms, exit code 0
 
212026-05-26T17:30:12.086Zstarting task 1: "rust-toolchain"
222026-05-26T17:30:12.089Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T17:30:12.089Z * rust toolchain channel = "1.94.0"
242026-05-26T17:30:12.090Z * rust toolchain profile = "default"
252026-05-26T17:30:12.090Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-26T17:30:12.090Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T17:30:12.090Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T17:30:12.090Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T17:30:12.090Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T17:30:12.199Zinfo: downloading installer
312026-05-26T17:30:13.492Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T17:30:13.492Zwarn: /home/build/.rustup/settings.toml
332026-05-26T17:30:13.492Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T17:30:13.492Zwarn: instead of the one inferred from the default host triple.
352026-05-26T17:30:13.502Zinfo: profile set to default
362026-05-26T17:30:13.502Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T17:30:13.505Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T17:30:13.633Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T17:30:13.636Zinfo: downloading 6 components
402026-05-26T17:30:27.540Z
412026-05-26T17:30:27.540Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-26T17:30:27.570Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T17:30:27.571Z
442026-05-26T17:30:27.571Z
452026-05-26T17:30:27.571ZRust is installed now. Great!
462026-05-26T17:30:27.571Z
472026-05-26T17:30:27.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T17:30:27.574Zenvironment variable. This has not been done automatically.
492026-05-26T17:30:27.574Z
502026-05-26T17:30:27.575ZTo configure your current shell, you need to source
512026-05-26T17:30:27.575Zthe corresponding env file under $HOME/.cargo.
522026-05-26T17:30:27.575Z
532026-05-26T17:30:27.575ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T17:30:27.575Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T17:30:27.575Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T17:30:27.575Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T17:30:27.575Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T17:30:27.575Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T17:30:27.575Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T17:30:27.575Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T17:30:27.575Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T17:30:27.662Z+ rustup --version
632026-05-26T17:30:27.671Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T17:30:27.674Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T17:30:27.693Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T17:30:27.696Z+ cargo --version
672026-05-26T17:30:27.708Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T17:30:27.710Z+ rustc --version
692026-05-26T17:30:27.730Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T17:30:27.733Zprocess exited: duration 15649 ms, exit code 0
 
712026-05-26T17:30:27.738Zstarting task 2: "authentication"
722026-05-26T17:30:27.756Zprocess exited: duration 17 ms, exit code 0
 
732026-05-26T17:30:27.762Zstarting task 3: "clone repository"
742026-05-26T17:30:27.765Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T17:30:27.768Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T17:30:27.806ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T17:30:38.259Z+ cd /work/oxidecomputer/omicron
782026-05-26T17:30:38.259Z+ git fetch origin 261a4eca441a815bfb0bf971f43e6ce732f1803e
792026-05-26T17:30:38.565ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T17:30:38.565Z * branch 261a4eca441a815bfb0bf971f43e6ce732f1803e -> FETCH_HEAD
812026-05-26T17:30:38.575Z+ [[ -n eliza/one-ereport-pretty-printer-to-rule-them-all ]]
822026-05-26T17:30:38.578Z++ git branch --show-current
832026-05-26T17:30:38.578Z+ current=main
842026-05-26T17:30:38.578Z+ [[ main != eliza/one-ereport-pretty-printer-to-rule-them-all ]]
852026-05-26T17:30:38.578Z+ git branch -f eliza/one-ereport-pretty-printer-to-rule-them-all 261a4eca441a815bfb0bf971f43e6ce732f1803e
862026-05-26T17:30:38.582Z+ git checkout -f eliza/one-ereport-pretty-printer-to-rule-them-all
872026-05-26T17:30:38.814ZSwitched to branch 'eliza/one-ereport-pretty-printer-to-rule-them-all'
882026-05-26T17:30:38.817Z+ git reset --hard 261a4eca441a815bfb0bf971f43e6ce732f1803e
892026-05-26T17:30:38.833ZHEAD is now at 261a4eca4 ux feedback from @wfchandler
902026-05-26T17:30:38.836Zprocess exited: duration 11072 ms, exit code 0
 
912026-05-26T17:30:38.842Zstarting task 4: "build"
922026-05-26T17:30:38.846Z+ source .github/buildomat/ci-env.sh
932026-05-26T17:30:38.849Z++ export CARGO_TERM_COLOR=always
942026-05-26T17:30:38.849Z++ CARGO_TERM_COLOR=always
952026-05-26T17:30:38.849Z+ cargo --version
962026-05-26T17:30:38.856Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T17:30:38.859Z+ rustc --version
982026-05-26T17:30:38.879Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T17:30:38.882Z+ source ./env.sh
1002026-05-26T17:30:38.882Z++ OLD_SHELL_OPTS=ehxB
1012026-05-26T17:30:38.882Z++ set -o xtrace
1022026-05-26T17:30:38.885Z++++ dirname ./env.sh
1032026-05-26T17:30:38.885Z+++ readlink -f .
1042026-05-26T17:30:38.888Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ 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-26T17:30:38.888Z++ case $OLD_SHELL_OPTS in
1142026-05-26T17:30:38.888Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-26T17:30:38.888Z+ 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-26T17:30:38.888Z+ 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-26T17:30:38.888Z+ banner prerequisites
1182026-05-26T17:30:38.892Z
1192026-05-26T17:30:38.892Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-26T17:30:38.892Z # # # # # # # # # # # # # # #
1212026-05-26T17:30:38.892Z # # # # ##### # # ##### # # # # # #### #
1222026-05-26T17:30:38.892Z ##### ##### # ##### # # # # # # # # #
1232026-05-26T17:30:38.892Z # # # # # # # # # # # # # # #
1242026-05-26T17:30:38.892Z # # # ###### # # ###### ### # #### # #### #
1252026-05-26T17:30:38.892Z
1262026-05-26T17:30:38.892Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-26T17:30:40.312Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-26T17:30:40.382Z Startup: Caching catalogs ... Done
1292026-05-26T17:30:40.643ZPlanning: Solver setup ... Done (0.227s)
1302026-05-26T17:30:40.662ZPlanning: Running solver ... Done (0.018s)
1312026-05-26T17:30:40.668ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-26T17:30:40.679ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-26T17:30:40.701ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-26T17:30:40.713ZPlanning: Package planning ... Done (0.013s)
1352026-05-26T17:30:40.716ZPlanning: Merging actions ... Done (0.002s)
1362026-05-26T17:30:40.902ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-05-26T17:30:40.904ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-26T17:30:41.723ZPlanning: Evaluating mediators ... Done (0.820s)
1392026-05-26T17:30:41.726ZPlanning: Planning completed in 1.32 seconds
1402026-05-26T17:30:41.732Z Packages to install: 2
1412026-05-26T17:30:41.732Z Estimated space available: 156.07 GB
1422026-05-26T17:30:41.735ZEstimated space to be consumed: 22.53 MB
1432026-05-26T17:30:41.735Z Create boot environment: No
1442026-05-26T17:30:41.735ZCreate backup boot environment: No
1452026-05-26T17:30:41.735Z Rebuild boot archive: No
1462026-05-26T17:30:41.735Z
1472026-05-26T17:30:41.735ZChanged packages:
1482026-05-26T17:30:41.735Zhelios
1492026-05-26T17:30:41.735Z developer/build-essential
1502026-05-26T17:30:41.735Z None -> 11-3.0
1512026-05-26T17:30:41.735Z library/libxmlsec1
1522026-05-26T17:30:41.735Z None -> 1.2.35-3.0
1532026-05-26T17:30:41.756Z
1542026-05-26T17:30:41.756ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-26T17:30:42.363ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1562026-05-26T17:30:42.424Z Actions: 1/268 actions (Installing new actions)
1572026-05-26T17:30:42.462Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-26T17:30:42.495ZFinalize: Updating package state database ... Done (0.032s)
1592026-05-26T17:30:42.498ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-26T17:30:42.514ZFinalize: Updating image state ... Done (0.018s)
1612026-05-26T17:30:44.848ZFinalize: Creating fast lookup database ... Done (2.311s)
1622026-05-26T17:30:44.916ZFinalize: Reading search index ... Done (0.012s)
1632026-05-26T17:30:44.919ZFinalize: Updating search index ... Done (0.000s)
1642026-05-26T17:30:45.004ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-26T17:30:45.300ZPlanning: Evaluating mediator changes ... Done
1662026-05-26T17:30:45.404ZPlanning: Checking for conflicting actions ... Done
1672026-05-26T17:30:45.407ZPlanning: Consolidating action changes ... Done
1682026-05-26T17:30:45.565ZPlanning: Evaluating mediators ... Done
1692026-05-26T17:30:45.568ZPlanning: Planning completed in 0.27 seconds
1702026-05-26T17:30:45.588Z Mediators to change: 2
1712026-05-26T17:30:45.588Z Create boot environment: No
1722026-05-26T17:30:45.591ZCreate backup boot environment: No
1732026-05-26T17:30:45.626ZFinalize: Updating package state database ... Done
1742026-05-26T17:30:45.627ZFinalize: Updating package cache ... Done
1752026-05-26T17:30:45.637ZFinalize: Updating image state ... Done
1762026-05-26T17:30:47.593ZFinalize: Creating fast lookup database ... Done
1772026-05-26T17:30:47.657ZFinalize: Reading search index ... Done
1782026-05-26T17:30:47.660ZFinalize: Updating search index ... Done
1792026-05-26T17:30:47.790ZFinalize: Updating package cache ... Done
1802026-05-26T17:30:48.074ZPlanning: Evaluating mediator changes ... Done
1812026-05-26T17:30:48.179ZPlanning: Checking for conflicting actions ... Done
1822026-05-26T17:30:48.182ZPlanning: Consolidating action changes ... Done
1832026-05-26T17:30:48.337ZPlanning: Evaluating mediators ... Done
1842026-05-26T17:30:48.339ZPlanning: Planning completed in 0.26 seconds
1852026-05-26T17:30:48.360Z Mediators to change: 1
1862026-05-26T17:30:48.360Z Create boot environment: No
1872026-05-26T17:30:48.363ZCreate backup boot environment: No
1882026-05-26T17:30:48.410ZFinalize: Updating package state database ... Done
1892026-05-26T17:30:48.413ZFinalize: Updating package cache ... Done
1902026-05-26T17:30:48.420ZFinalize: Updating image state ... Done
1912026-05-26T17:30:50.377ZFinalize: Creating fast lookup database ... Done
1922026-05-26T17:30:50.443ZFinalize: Reading search index ... Done
1932026-05-26T17:30:50.447ZFinalize: Updating search index ... Done
1942026-05-26T17:30:50.516ZFinalize: Updating package cache ... Done
1952026-05-26T17:30:50.825ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-26T17:30:50.825Zapache system 2.4 system
1972026-05-26T17:30:50.825Zclang system 15 system
1982026-05-26T17:30:50.825Zcsh system system illumos
1992026-05-26T17:30:50.825Zctags system system illumos
2002026-05-26T17:30:50.825Zfile vendor vendor darwinsys
2012026-05-26T17:30:50.825Zfile system system illumos
2022026-05-26T17:30:50.825Zgcc vendor 14 vendor
2032026-05-26T17:30:50.826Zgcc system 13 system
2042026-05-26T17:30:50.826Zgcc system 10 system
2052026-05-26T17:30:50.826Zgo system 1.25 system
2062026-05-26T17:30:50.826Zllvm system 15 system
2072026-05-26T17:30:50.826Zmariadb system 11.4 system
2082026-05-26T17:30:50.826Zmta vendor vendor dma
2092026-05-26T17:30:50.826Zopenjdk system 17 system
2102026-05-26T17:30:50.826Zopenjdk system 11 system
2112026-05-26T17:30:50.826Zopenssl vendor 3 vendor
2122026-05-26T17:30:50.826Zperl system 5.40 system
2132026-05-26T17:30:50.826Zpostgresql system 18 system
2142026-05-26T17:30:50.826Zpostgresql system 17 system
2152026-05-26T17:30:50.826Zpython vendor 3 vendor
2162026-05-26T17:30:50.826Zpython system 2 system
2172026-05-26T17:30:50.826Zpython3 vendor 3.13 vendor
2182026-05-26T17:30:50.826Zruby system 3.4 system
2192026-05-26T17:30:50.826Zruby system 3.0 system
2202026-05-26T17:30:50.826Zwords vendor vendor american-english
2212026-05-26T17:30:50.826Zwords system system australian-english
2222026-05-26T17:30:50.826Zwords system system british-english
2232026-05-26T17:30:50.826Zwords system system canadian-english
2242026-05-26T17:30:50.826Zwords system system french
2252026-05-26T17:30:50.826Zwords system system italian
2262026-05-26T17:30:50.826Zwords system system ngerman
2272026-05-26T17:30:50.826Zwords system system ogerman
2282026-05-26T17:30:50.826Zwords system system spanish
2292026-05-26T17:30:51.079ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-26T17:30:51.079Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-26T17:30:51.356ZFMRI IFO
2322026-05-26T17:30:51.356Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-26T17:30:51.356Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-26T17:30:51.356Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-26T17:30:51.356Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-26T17:30:51.356Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-26T17:30:51.356Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-26T17:30:51.356Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-26T17:30:51.356Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-26T17:30:51.356Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-26T17:30:51.605Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-26T17:30:51.846Z Updating crates.io index
2432026-05-26T17:30:51.882Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-26T17:30:52.701Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-26T17:30:53.214Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-26T17:30:53.512Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-26T17:30:54.823Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-26T17:30:55.346Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T17:30:56.608Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-26T17:30:57.568Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-26T17:30:57.904Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-26T17:30:58.856Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-26T17:30:59.106Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-26T17:30:59.691Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-26T17:31:00.115Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-26T17:31:01.043Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-26T17:31:01.537Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-26T17:31:01.951Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-26T17:31:02.287Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-26T17:31:02.737Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-26T17:31:03.208Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-26T17:31:03.473Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-26T17:31:03.751Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-26T17:31:04.010Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-26T17:31:04.485Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-26T17:31:04.807Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-26T17:31:05.515Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-26T17:31:05.948Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-26T17:31:06.329Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-26T17:31:06.632Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-26T17:31:07.797Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-26T17:31:08.402Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-05-26T17:31:08.948Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-05-26T17:31:09.428Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-26T17:31:09.913Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-26T17:31:10.298Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-26T17:31:10.673Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-26T17:31:11.013Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-05-26T17:31:11.592Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-05-26T17:31:11.899Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-05-26T17:31:12.140Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-05-26T17:31:12.437Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-26T17:31:12.800Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-26T17:31:24.718Z Downloading crates ...
2852026-05-26T17:31:24.766Z Downloaded anstream v0.6.21
2862026-05-26T17:31:24.771Z Downloaded erased-serde v0.4.9
2872026-05-26T17:31:24.776Z Downloaded papergrid v0.11.0
2882026-05-26T17:31:24.779Z Downloaded toml v0.8.23
2892026-05-26T17:31:24.787Z Downloaded unicode-linebreak v0.1.5
2902026-05-26T17:31:24.790Z Downloaded colorchoice v1.0.4
2912026-05-26T17:31:24.793Z Downloaded ucd-trie v0.1.7
2922026-05-26T17:31:24.798Z Downloaded cpufeatures v0.2.17
2932026-05-26T17:31:24.798Z Downloaded errno v0.3.14
2942026-05-26T17:31:24.798Z Downloaded percent-encoding v2.3.2
2952026-05-26T17:31:24.802Z Downloaded thiserror v1.0.69
2962026-05-26T17:31:24.802Z Downloaded toml_datetime v0.6.11
2972026-05-26T17:31:24.802Z Downloaded zerofrom-derive v0.1.6
2982026-05-26T17:31:24.806Z Downloaded utf8parse v0.2.2
2992026-05-26T17:31:24.806Z Downloaded unicode-xid v0.2.6
3002026-05-26T17:31:24.806Z Downloaded is_terminal_polyfill v1.70.2
3012026-05-26T17:31:24.806Z Downloaded once_cell v1.21.3
3022026-05-26T17:31:24.808Z Downloaded version_check v0.9.5
3032026-05-26T17:31:24.808Z Downloaded heck v0.4.1
3042026-05-26T17:31:24.808Z Downloaded yoke-derive v0.8.1
3052026-05-26T17:31:24.808Z Downloaded usdt v0.5.0
3062026-05-26T17:31:24.808Z Downloaded serde_spanned v0.6.9
3072026-05-26T17:31:24.811Z Downloaded generic-array v0.14.7
3082026-05-26T17:31:24.811Z Downloaded fnv v1.0.7
3092026-05-26T17:31:24.811Z Downloaded usdt-attr-macro v0.5.0
3102026-05-26T17:31:24.814Z Downloaded zerotrie v0.2.3
3112026-05-26T17:31:24.814Z Downloaded utf8_iter v1.0.4
3122026-05-26T17:31:24.817Z Downloaded semver v1.0.28
3132026-05-26T17:31:24.817Z Downloaded terminal_size v0.4.3
3142026-05-26T17:31:24.817Z Downloaded thread-id v4.2.2
3152026-05-26T17:31:24.820Z Downloaded bytecount v0.6.9
3162026-05-26T17:31:24.820Z Downloaded heck v0.5.0
3172026-05-26T17:31:24.820Z Downloaded pest_derive v2.8.6
3182026-05-26T17:31:24.823Z Downloaded zerofrom v0.1.6
3192026-05-26T17:31:24.823Z Downloaded yoke v0.8.1
3202026-05-26T17:31:24.823Z Downloaded block-buffer v0.10.4
3212026-05-26T17:31:24.826Z Downloaded serde_core v1.0.228
3222026-05-26T17:31:24.826Z Downloaded proc-macro-error-attr v1.0.4
3232026-05-26T17:31:24.826Z Downloaded cfg-if v1.0.4
3242026-05-26T17:31:24.829Z Downloaded zmij v1.0.21
3252026-05-26T17:31:24.829Z Downloaded usdt-macro v0.5.0
3262026-05-26T17:31:24.829Z Downloaded thiserror-impl v2.0.18
3272026-05-26T17:31:24.831Z Downloaded tinystr v0.8.2
3282026-05-26T17:31:24.832Z Downloaded plain v0.2.3
3292026-05-26T17:31:24.834Z Downloaded macaddr v1.0.1
3302026-05-26T17:31:24.834Z Downloaded crypto-common v0.1.7
3312026-05-26T17:31:24.838Z Downloaded typeid v1.0.3
3322026-05-26T17:31:24.841Z Downloaded toml_write v0.1.2
3332026-05-26T17:31:24.841Z Downloaded ordered-float v2.10.1
3342026-05-26T17:31:24.841Z Downloaded usdt-impl v0.5.0
3352026-05-26T17:31:24.841Z Downloaded thiserror-impl v1.0.69
3362026-05-26T17:31:24.841Z Downloaded scroll_derive v0.12.1
3372026-05-26T17:31:24.841Z Downloaded cargo-platform v0.2.0
3382026-05-26T17:31:24.844Z Downloaded itoa v1.0.17
3392026-05-26T17:31:24.844Z Downloaded proc-macro-error v1.0.4
3402026-05-26T17:31:24.847Z Downloaded zerocopy-derive v0.7.35
3412026-05-26T17:31:24.849Z Downloaded zerovec-derive v0.11.2
3422026-05-26T17:31:24.849Z Downloaded thiserror v2.0.18
3432026-05-26T17:31:24.853Z Downloaded dtrace-parser v0.2.0
3442026-05-26T17:31:24.853Z Downloaded textwrap v0.16.2
3452026-05-26T17:31:24.856Z Downloaded stable_deref_trait v1.2.1
3462026-05-26T17:31:24.856Z Downloaded pretty-hex v0.4.1
3472026-05-26T17:31:24.856Z Downloaded form_urlencoded v1.2.2
3482026-05-26T17:31:24.856Z Downloaded icu_normalizer_data v2.1.1
3492026-05-26T17:31:24.856Z Downloaded dof v0.3.0
3502026-05-26T17:31:24.858Z Downloaded strsim v0.11.1
3512026-05-26T17:31:24.858Z Downloaded cargo_metadata v0.21.0
3522026-05-26T17:31:24.858Z Downloaded idna_adapter v1.2.1
3532026-05-26T17:31:24.858Z Downloaded equivalent v1.0.2
3542026-05-26T17:31:24.861Z Downloaded typenum v1.19.0
3552026-05-26T17:31:24.863Z Downloaded writeable v0.6.2
3562026-05-26T17:31:24.866Z Downloaded unicode-ident v1.0.24
3572026-05-26T17:31:24.866Z Downloaded url v2.5.8
3582026-05-26T17:31:24.870Z Downloaded quote v1.0.45
3592026-05-26T17:31:24.870Z Downloaded tabled_derive v0.7.0
3602026-05-26T17:31:24.873Z Downloaded toml_edit v0.22.27
3612026-05-26T17:31:24.873Z Downloaded clap_lex v1.0.0
3622026-05-26T17:31:24.876Z Downloaded serde-value v0.7.0
3632026-05-26T17:31:24.876Z Downloaded potential_utf v0.1.4
3642026-05-26T17:31:24.879Z Downloaded fastrand v2.3.0
3652026-05-26T17:31:24.886Z Downloaded zerovec v0.11.5
3662026-05-26T17:31:24.889Z Downloaded winnow v0.7.14
3672026-05-26T17:31:24.894Z Downloaded swrite v0.1.0
3682026-05-26T17:31:24.897Z Downloaded zerocopy v0.7.35
3692026-05-26T17:31:24.903Z Downloaded smawk v0.3.2
3702026-05-26T17:31:24.906Z Downloaded camino-tempfile v1.4.1
3712026-05-26T17:31:24.906Z Downloaded bitflags v2.11.0
3722026-05-26T17:31:24.909Z Downloaded autocfg v1.5.0
3732026-05-26T17:31:24.909Z Downloaded unicode-width v0.2.0
3742026-05-26T17:31:24.911Z Downloaded unicode-width v0.1.14
3752026-05-26T17:31:24.914Z Downloaded displaydoc v0.2.5
3762026-05-26T17:31:24.917Z Downloaded memmap v0.7.0
3772026-05-26T17:31:24.917Z Downloaded digest v0.10.7
3782026-05-26T17:31:24.920Z Downloaded fs-err v3.3.0
3792026-05-26T17:31:24.920Z Downloaded byteorder v1.5.0
3802026-05-26T17:31:24.920Z Downloaded serde_tokenstream v0.2.3
3812026-05-26T17:31:24.923Z Downloaded anstyle-query v1.1.5
3822026-05-26T17:31:24.925Z Downloaded scroll v0.12.0
3832026-05-26T17:31:24.928Z Downloaded serde-untagged v0.1.9
3842026-05-26T17:31:24.928Z Downloaded anstyle v1.0.13
3852026-05-26T17:31:24.931Z Downloaded cargo_toml v0.21.0
3862026-05-26T17:31:24.934Z Downloaded icu_properties v2.1.2
3872026-05-26T17:31:24.937Z Downloaded proc-macro2 v1.0.106
3882026-05-26T17:31:24.940Z Downloaded icu_normalizer v2.1.1
3892026-05-26T17:31:24.942Z Downloaded cargo-util-schemas v0.8.2
3902026-05-26T17:31:24.946Z Downloaded anstyle-parse v0.2.7
3912026-05-26T17:31:24.946Z Downloaded serde_derive v1.0.228
3922026-05-26T17:31:24.948Z Downloaded getrandom v0.4.1
3932026-05-26T17:31:24.951Z Downloaded litemap v0.8.1
3942026-05-26T17:31:24.954Z Downloaded anyhow v1.0.102
3952026-05-26T17:31:24.954Z Downloaded tempfile v3.25.0
3962026-05-26T17:31:24.957Z Downloaded clap_derive v4.5.55
3972026-05-26T17:31:24.960Z Downloaded synstructure v0.13.2
3982026-05-26T17:31:24.963Z Downloaded pest_generator v2.8.6
3992026-05-26T17:31:24.963Z Downloaded smallvec v1.15.1
4002026-05-26T17:31:24.963Z Downloaded camino v1.2.2
4012026-05-26T17:31:24.966Z Downloaded sha2 v0.10.9
4022026-05-26T17:31:24.969Z Downloaded icu_provider v2.1.1
4032026-05-26T17:31:24.969Z Downloaded num-traits v0.2.19
4042026-05-26T17:31:24.972Z Downloaded log v0.4.29
4052026-05-26T17:31:24.982Z Downloaded icu_locale_core v2.1.1
4062026-05-26T17:31:24.985Z Downloaded pest_meta v2.8.6
4072026-05-26T17:31:24.988Z Downloaded clap v4.5.60
4082026-05-26T17:31:25.006Z Downloaded memchr v2.8.0
4092026-05-26T17:31:25.012Z Downloaded serde v1.0.228
4102026-05-26T17:31:25.015Z Downloaded icu_collections v2.1.1
4112026-05-26T17:31:25.020Z Downloaded indexmap v2.14.0
4122026-05-26T17:31:25.046Z Downloaded idna v1.1.0
4132026-05-26T17:31:25.053Z Downloaded pest v2.8.6
4142026-05-26T17:31:25.055Z Downloaded serde_json v1.0.149
4152026-05-26T17:31:25.059Z Downloaded icu_properties_data v2.1.2
4162026-05-26T17:31:25.065Z Downloaded hashbrown v0.17.0
4172026-05-26T17:31:25.068Z Downloaded clap_builder v4.5.60
4182026-05-26T17:31:25.072Z Downloaded goblin v0.8.2
4192026-05-26T17:31:25.075Z Downloaded tabled v0.15.0
4202026-05-26T17:31:25.083Z Downloaded syn v2.0.117
4212026-05-26T17:31:25.089Z Downloaded syn v1.0.109
4222026-05-26T17:31:25.104Z Downloaded rustix v1.1.3
4232026-05-26T17:31:25.129Z Downloaded libc v0.2.185
4242026-05-26T17:31:25.196Z Compiling proc-macro2 v1.0.106
4252026-05-26T17:31:25.196Z Compiling quote v1.0.45
4262026-05-26T17:31:25.199Z Compiling unicode-ident v1.0.24
4272026-05-26T17:31:25.199Z Compiling serde_core v1.0.228
4282026-05-26T17:31:25.199Z Compiling libc v0.2.185
4292026-05-26T17:31:25.199Z Compiling version_check v0.9.5
4302026-05-26T17:31:25.199Z Compiling serde v1.0.228
4312026-05-26T17:31:25.199Z Compiling memchr v2.8.0
4322026-05-26T17:31:25.549Z Compiling stable_deref_trait v1.2.1
4332026-05-26T17:31:25.625Z Compiling zmij v1.0.21
4342026-05-26T17:31:25.794Z Compiling thiserror v1.0.69
4352026-05-26T17:31:25.810Z Compiling autocfg v1.5.0
4362026-05-26T17:31:26.082Z Compiling itoa v1.0.17
4372026-05-26T17:31:26.096Z Compiling ucd-trie v0.1.7
4382026-05-26T17:31:26.238Z Compiling litemap v0.8.1
4392026-05-26T17:31:26.255Z Compiling pest v2.8.6
4402026-05-26T17:31:26.269Z Compiling writeable v0.6.2
4412026-05-26T17:31:26.383Z Compiling rustix v1.1.3
4422026-05-26T17:31:26.430Z Compiling icu_properties_data v2.1.2
4432026-05-26T17:31:26.615Z Compiling icu_normalizer_data v2.1.1
4442026-05-26T17:31:26.637Z Compiling byteorder v1.5.0
4452026-05-26T17:31:26.740Z Compiling syn v2.0.117
4462026-05-26T17:31:26.834Z Compiling errno v0.3.14
4472026-05-26T17:31:26.848Z Compiling serde_json v1.0.149
4482026-05-26T17:31:26.861Z Compiling bitflags v2.11.0
4492026-05-26T17:31:27.082Z Compiling num-traits v0.2.19
4502026-05-26T17:31:27.097Z Compiling hashbrown v0.17.0
4512026-05-26T17:31:27.124Z Compiling smallvec v1.15.1
4522026-05-26T17:31:27.261Z Compiling equivalent v1.0.2
4532026-05-26T17:31:27.333Z Compiling pest_meta v2.8.6
4542026-05-26T17:31:27.503Z Compiling typeid v1.0.3
4552026-05-26T17:31:27.650Z Compiling indexmap v2.14.0
4562026-05-26T17:31:27.683Z Compiling thread-id v4.2.2
4572026-05-26T17:31:27.719Z Compiling usdt-impl v0.5.0
4582026-05-26T17:31:27.766Z Compiling proc-macro-error-attr v1.0.4
4592026-05-26T17:31:27.815Z Compiling toml_write v0.1.2
4602026-05-26T17:31:27.925Z Compiling winnow v0.7.14
4612026-05-26T17:31:28.010Z Compiling erased-serde v0.4.9
4622026-05-26T17:31:28.079Z Compiling syn v1.0.109
4632026-05-26T17:31:28.368Z Compiling proc-macro-error v1.0.4
4642026-05-26T17:31:28.430Z Compiling percent-encoding v2.3.2
4652026-05-26T17:31:28.556Z Compiling utf8parse v0.2.2
4662026-05-26T17:31:28.623Z Compiling getrandom v0.4.1
4672026-05-26T17:31:28.669Z Compiling camino v1.2.2
4682026-05-26T17:31:28.878Z Compiling thiserror v2.0.18
4692026-05-26T17:31:28.934Z Compiling log v0.4.29
4702026-05-26T17:31:28.962Z Compiling plain v0.2.3
4712026-05-26T17:31:28.978Z Compiling utf8_iter v1.0.4
4722026-05-26T17:31:29.060Z Compiling ordered-float v2.10.1
4732026-05-26T17:31:29.076Z Compiling anstyle-parse v0.2.7
4742026-05-26T17:31:29.112Z Compiling form_urlencoded v1.2.2
4752026-05-26T17:31:29.292Z Compiling synstructure v0.13.2
4762026-05-26T17:31:29.313Z Compiling pest_generator v2.8.6
4772026-05-26T17:31:29.374Z Compiling terminal_size v0.4.3
4782026-05-26T17:31:29.511Z Compiling pretty-hex v0.4.1
4792026-05-26T17:31:29.625Z Compiling is_terminal_polyfill v1.70.2
4802026-05-26T17:31:29.669Z Compiling anstyle v1.0.13
4812026-05-26T17:31:29.717Z Compiling cfg-if v1.0.4
4822026-05-26T17:31:29.733Z Compiling colorchoice v1.0.4
4832026-05-26T17:31:29.733Z Compiling anstyle-query v1.1.5
4842026-05-26T17:31:29.850Z Compiling anstream v0.6.21
4852026-05-26T17:31:29.889Z Compiling serde-untagged v0.1.9
4862026-05-26T17:31:29.965Z Compiling semver v1.0.28
4872026-05-26T17:31:30.024Z Compiling fs-err v3.3.0
4882026-05-26T17:31:30.128Z Compiling unicode-xid v0.2.6
4892026-05-26T17:31:30.151Z Compiling strsim v0.11.1
4902026-05-26T17:31:30.214Z Compiling once_cell v1.21.3
4912026-05-26T17:31:30.255Z Compiling fnv v1.0.7
4922026-05-26T17:31:30.277Z Compiling heck v0.5.0
4932026-05-26T17:31:30.292Z Compiling bytecount v0.6.9
4942026-05-26T17:31:30.423Z Compiling clap_lex v1.0.0
4952026-05-26T17:31:30.426Z Compiling unicode-width v0.1.14
4962026-05-26T17:31:30.519Z Compiling fastrand v2.3.0
4972026-05-26T17:31:30.564Z Compiling anyhow v1.0.102
4982026-05-26T17:31:30.689Z Compiling heck v0.4.1
4992026-05-26T17:31:30.732Z Compiling tempfile v3.25.0
5002026-05-26T17:31:30.787Z Compiling papergrid v0.11.0
5012026-05-26T17:31:30.800Z Compiling clap_builder v4.5.60
5022026-05-26T17:31:31.018Z Compiling memmap v0.7.0
5032026-05-26T17:31:31.034Z Compiling serde_derive v1.0.228
5042026-05-26T17:31:31.088Z Compiling zerofrom-derive v0.1.6
5052026-05-26T17:31:31.111Z Compiling yoke-derive v0.8.1
5062026-05-26T17:31:31.199Z Compiling zerovec-derive v0.11.2
5072026-05-26T17:31:31.257Z Compiling displaydoc v0.2.5
5082026-05-26T17:31:32.003Z Compiling thiserror-impl v1.0.69
5092026-05-26T17:31:32.214Z Compiling zerocopy-derive v0.7.35
5102026-05-26T17:31:32.256Z Compiling pest_derive v2.8.6
5112026-05-26T17:31:32.301Z Compiling scroll_derive v0.12.1
5122026-05-26T17:31:32.458Z Compiling zerofrom v0.1.6
5132026-05-26T17:31:32.594Z Compiling yoke v0.8.1
5142026-05-26T17:31:32.684Z Compiling thiserror-impl v2.0.18
5152026-05-26T17:31:32.790Z Compiling zerovec v0.11.5
5162026-05-26T17:31:32.958Z Compiling zerotrie v0.2.3
5172026-05-26T17:31:33.082Z Compiling zerocopy v0.7.35
5182026-05-26T17:31:33.246Z Compiling tinystr v0.8.2
5192026-05-26T17:31:33.288Z Compiling potential_utf v0.1.4
5202026-05-26T17:31:33.370Z Compiling dtrace-parser v0.2.0
5212026-05-26T17:31:33.451Z Compiling icu_locale_core v2.1.1
5222026-05-26T17:31:33.455Z Compiling icu_collections v2.1.1
5232026-05-26T17:31:33.627Z Compiling scroll v0.12.0
5242026-05-26T17:31:33.802Z Compiling tabled_derive v0.7.0
5252026-05-26T17:31:33.901Z Compiling goblin v0.8.2
5262026-05-26T17:31:33.912Z Compiling clap_derive v4.5.55
5272026-05-26T17:31:34.108Z Compiling icu_provider v2.1.1
5282026-05-26T17:31:34.111Z Compiling smawk v0.3.2
5292026-05-26T17:31:34.264Z Compiling unicode-width v0.2.0
5302026-05-26T17:31:34.332Z Compiling unicode-linebreak v0.1.5
5312026-05-26T17:31:34.413Z Compiling serde_spanned v0.6.9
5322026-05-26T17:31:34.457Z Compiling toml_datetime v0.6.11
5332026-05-26T17:31:34.457Z Compiling icu_properties v2.1.2
5342026-05-26T17:31:34.537Z Compiling icu_normalizer v2.1.1
5352026-05-26T17:31:34.561Z Compiling dof v0.3.0
5362026-05-26T17:31:34.576Z Compiling serde_tokenstream v0.2.3
5372026-05-26T17:31:34.702Z Compiling toml_edit v0.22.27
5382026-05-26T17:31:34.720Z Compiling serde-value v0.7.0
5392026-05-26T17:31:34.949Z Compiling cargo-platform v0.2.0
5402026-05-26T17:31:35.075Z Compiling tabled v0.15.0
5412026-05-26T17:31:35.078Z Compiling textwrap v0.16.2
5422026-05-26T17:31:35.220Z Compiling macaddr v1.0.1
5432026-05-26T17:31:35.448Z Compiling idna_adapter v1.2.1
5442026-05-26T17:31:35.554Z Compiling usdt-attr-macro v0.5.0
5452026-05-26T17:31:35.580Z Compiling usdt-macro v0.5.0
5462026-05-26T17:31:35.642Z Compiling idna v1.1.0
5472026-05-26T17:31:35.740Z Compiling clap v4.5.60
5482026-05-26T17:31:35.962Z Compiling url v2.5.8
5492026-05-26T17:31:36.118Z Compiling camino-tempfile v1.4.1
5502026-05-26T17:31:36.213Z Compiling toml v0.8.23
5512026-05-26T17:31:36.316Z Compiling swrite v0.1.0
5522026-05-26T17:31:36.351Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-26T17:31:36.609Z Compiling cargo-util-schemas v0.8.2
5542026-05-26T17:31:36.723Z Compiling cargo_toml v0.21.0
5552026-05-26T17:31:36.942Z Compiling usdt v0.5.0
5562026-05-26T17:31:37.513Z Compiling cargo_metadata v0.21.0
5572026-05-26T17:31:38.447Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-26T17:31:40.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.04s
5592026-05-26T17:31:40.736Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-05-26T17:31:41.304Z Downloading crates ...
5612026-05-26T17:31:41.398Z Downloaded aead v0.5.2
5622026-05-26T17:31:41.402Z Downloaded adler2 v2.0.1
5632026-05-26T17:31:41.407Z Downloaded cmake v0.1.57
5642026-05-26T17:31:41.410Z Downloaded aes v0.8.4
5652026-05-26T17:31:41.415Z Downloaded atomic-waker v1.1.2
5662026-05-26T17:31:41.421Z Downloaded backon v1.6.0
5672026-05-26T17:31:41.424Z Downloaded allocator-api2 v0.2.21
5682026-05-26T17:31:41.424Z Downloaded bitfield v0.19.4
5692026-05-26T17:31:41.424Z Downloaded bcrypt-pbkdf v0.10.0
5702026-05-26T17:31:41.424Z Downloaded crc8 v0.1.1
5712026-05-26T17:31:41.424Z Downloaded byte-wrapper v0.1.0
5722026-05-26T17:31:41.427Z Downloaded bb8 v0.8.6
5732026-05-26T17:31:41.427Z Downloaded crossbeam-deque v0.8.6
5742026-05-26T17:31:41.429Z Downloaded darling v0.20.11
5752026-05-26T17:31:41.432Z Downloaded critical-section v1.2.0
5762026-05-26T17:31:41.435Z Downloaded async-stream-impl v0.3.6
5772026-05-26T17:31:41.435Z Downloaded crc32fast v1.5.0
5782026-05-26T17:31:41.438Z Downloaded env_filter v1.0.0
5792026-05-26T17:31:41.438Z Downloaded constant_time_eq v0.4.2
5802026-05-26T17:31:41.442Z Downloaded bitfield-macros v0.19.4
5812026-05-26T17:31:41.445Z Downloaded backoff v0.4.0
5822026-05-26T17:31:41.445Z Downloaded bit-set v0.8.0
5832026-05-26T17:31:41.448Z Downloaded async-stream v0.3.6
5842026-05-26T17:31:41.448Z Downloaded cbc v0.1.2
5852026-05-26T17:31:41.450Z Downloaded console v0.15.11
5862026-05-26T17:31:41.453Z Downloaded bit-set v0.5.3
5872026-05-26T17:31:41.459Z Downloaded derive-ex v0.1.8
5882026-05-26T17:31:41.463Z Downloaded darling v0.21.3
5892026-05-26T17:31:41.468Z Downloaded ciborium-io v0.2.2
5902026-05-26T17:31:41.471Z Downloaded atomicwrites v0.4.4
5912026-05-26T17:31:41.471Z Downloaded array-init v0.0.4
5922026-05-26T17:31:41.474Z Downloaded const_format_proc_macros v0.2.34
5932026-05-26T17:31:41.474Z Downloaded base16ct v0.2.0
5942026-05-26T17:31:41.476Z Downloaded embedded-io v0.6.1
5952026-05-26T17:31:41.476Z Downloaded arrayref v0.3.9
5962026-05-26T17:31:41.483Z Downloaded crc v3.4.0
5972026-05-26T17:31:41.485Z Downloaded atty v0.2.14
5982026-05-26T17:31:41.485Z Downloaded cobs v0.3.0
5992026-05-26T17:31:41.488Z Downloaded defmt-parser v1.0.0
6002026-05-26T17:31:41.488Z Downloaded display-error-chain v0.2.2
6012026-05-26T17:31:41.492Z Downloaded convert_case v0.4.0
6022026-05-26T17:31:41.494Z Downloaded dunce v1.0.5
6032026-05-26T17:31:41.494Z Downloaded ciborium-ll v0.2.2
6042026-05-26T17:31:41.494Z Downloaded debug-ignore v1.0.5
6052026-05-26T17:31:41.497Z Downloaded assert_matches v1.5.0
6062026-05-26T17:31:41.497Z Downloaded cpufeatures v0.3.0
6072026-05-26T17:31:41.500Z Downloaded darling_core v0.13.4
6082026-05-26T17:31:41.502Z Downloaded castaway v0.2.4
6092026-05-26T17:31:41.502Z Downloaded ascii-canvas v3.0.0
6102026-05-26T17:31:41.505Z Downloaded async-recursion v1.1.1
6112026-05-26T17:31:41.508Z Downloaded downcast-rs v2.0.2
6122026-05-26T17:31:41.508Z Downloaded darling_macro v0.20.11
6132026-05-26T17:31:41.508Z Downloaded darling_macro v0.13.4
6142026-05-26T17:31:41.512Z Downloaded cfg_aliases v0.1.1
6152026-05-26T17:31:41.515Z Downloaded crucible-workspace-hack v0.1.0
6162026-05-26T17:31:41.515Z Downloaded enum-as-inner v0.6.1
6172026-05-26T17:31:41.515Z Downloaded argon2 v0.5.3
6182026-05-26T17:31:41.517Z Downloaded dof v0.4.0
6192026-05-26T17:31:41.517Z Downloaded crunchy v0.2.4
6202026-05-26T17:31:41.520Z Downloaded convert_case v0.10.0
6212026-05-26T17:31:41.520Z Downloaded bit-vec v0.6.3
6222026-05-26T17:31:41.523Z Downloaded cookie_store v0.22.1
6232026-05-26T17:31:41.523Z Downloaded flagset v0.4.7
6242026-05-26T17:31:41.525Z Downloaded async-bb8-diesel v0.2.1
6252026-05-26T17:31:41.525Z Downloaded fallible-iterator v0.2.0
6262026-05-26T17:31:41.528Z Downloaded dirs-next v2.0.0
6272026-05-26T17:31:41.528Z Downloaded der_derive v0.7.3
6282026-05-26T17:31:41.528Z Downloaded crc-catalog v2.4.0
6292026-05-26T17:31:41.531Z Downloaded compression-core v0.4.31
6302026-05-26T17:31:41.531Z Downloaded cargo-platform v0.1.9
6312026-05-26T17:31:41.531Z Downloaded darling_core v0.23.0
6322026-05-26T17:31:41.534Z Downloaded arc-swap v1.8.2
6332026-05-26T17:31:41.537Z Downloaded bitfield-struct v0.6.2
6342026-05-26T17:31:41.537Z Downloaded foreign-types v0.3.2
6352026-05-26T17:31:41.540Z Downloaded foreign-types v0.5.0
6362026-05-26T17:31:41.543Z Downloaded float-cmp v0.10.0
6372026-05-26T17:31:41.543Z Downloaded funty v2.0.0
6382026-05-26T17:31:41.543Z Downloaded foreign-types-shared v0.3.1
6392026-05-26T17:31:41.543Z Downloaded foreign-types-shared v0.1.1
6402026-05-26T17:31:41.546Z Downloaded foreign-types-macros v0.2.3
6412026-05-26T17:31:41.546Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-05-26T17:31:41.548Z Downloaded cstr-argument v0.1.2
6432026-05-26T17:31:41.548Z Downloaded fxhash v0.2.1
6442026-05-26T17:31:41.548Z Downloaded futures-sink v0.3.32
6452026-05-26T17:31:41.548Z Downloaded ghash v0.5.1
6462026-05-26T17:31:41.551Z Downloaded block-padding v0.3.3
6472026-05-26T17:31:41.551Z Downloaded gethostname v0.5.0
6482026-05-26T17:31:41.551Z Downloaded document-features v0.2.12
6492026-05-26T17:31:41.556Z Downloaded dirs-sys-next v0.1.2
6502026-05-26T17:31:41.559Z Downloaded difflib v0.4.0
6512026-05-26T17:31:41.559Z Downloaded darling_macro v0.23.0
6522026-05-26T17:31:41.559Z Downloaded bcs v0.1.6
6532026-05-26T17:31:41.562Z Downloaded base64ct v1.8.3
6542026-05-26T17:31:41.562Z Downloaded fixedbitset v0.4.2
6552026-05-26T17:31:41.564Z Downloaded chacha20 v0.9.1
6562026-05-26T17:31:41.565Z Downloaded dsl_auto_type v0.2.0
6572026-05-26T17:31:41.567Z Downloaded corncobs v0.1.4
6582026-05-26T17:31:41.567Z Downloaded compression-codecs v0.4.37
6592026-05-26T17:31:41.570Z Downloaded cfg_aliases v0.2.1
6602026-05-26T17:31:41.570Z Downloaded git-stub v1.0.0
6612026-05-26T17:31:41.573Z Downloaded const-oid v0.9.6
6622026-05-26T17:31:41.573Z Downloaded cexpr v0.6.0
6632026-05-26T17:31:41.575Z Downloaded float-ord v0.3.2
6642026-05-26T17:31:41.575Z Downloaded embedded-io v0.4.0
6652026-05-26T17:31:41.575Z Downloaded bzip2 v0.4.4
6662026-05-26T17:31:41.578Z Downloaded buf-list v1.1.2
6672026-05-26T17:31:41.581Z Downloaded globwalk v0.9.1
6682026-05-26T17:31:41.581Z Downloaded futures-core v0.3.32
6692026-05-26T17:31:41.581Z Downloaded endian-type v0.1.2
6702026-05-26T17:31:41.584Z Downloaded darling_macro v0.21.3
6712026-05-26T17:31:41.584Z Downloaded hash32 v0.3.1
6722026-05-26T17:31:41.584Z Downloaded futures-macro v0.3.32
6732026-05-26T17:31:41.588Z Downloaded hash32 v0.2.1
6742026-05-26T17:31:41.588Z Downloaded darling v0.13.4
6752026-05-26T17:31:41.591Z Downloaded futures-io v0.3.32
6762026-05-26T17:31:41.591Z Downloaded dtrace-parser v0.3.0
6772026-05-26T17:31:41.591Z Downloaded ed25519 v2.2.3
6782026-05-26T17:31:41.591Z Downloaded ff v0.13.1
6792026-05-26T17:31:41.594Z Downloaded cargo_metadata v0.19.2
6802026-05-26T17:31:41.594Z Downloaded diesel-dtrace v0.5.0
6812026-05-26T17:31:41.594Z Downloaded foldhash v0.2.0
6822026-05-26T17:31:41.600Z Downloaded filetime v0.2.27
6832026-05-26T17:31:41.600Z Downloaded data-encoding v2.10.0
6842026-05-26T17:31:41.609Z Downloaded derive_more v0.99.20
6852026-05-26T17:31:41.609Z Downloaded ecdsa v0.16.9
6862026-05-26T17:31:41.609Z Downloaded foldhash v0.1.5
6872026-05-26T17:31:41.609Z Downloaded hex v0.4.3
6882026-05-26T17:31:41.609Z Downloaded headers-core v0.3.0
6892026-05-26T17:31:41.609Z Downloaded hex-literal v0.4.1
6902026-05-26T17:31:41.609Z Downloaded blowfish v0.9.1
6912026-05-26T17:31:41.609Z Downloaded derive_builder_macro v0.20.2
6922026-05-26T17:31:41.618Z Downloaded home v0.5.12
6932026-05-26T17:31:41.618Z Downloaded bitflags v1.3.2
6942026-05-26T17:31:41.618Z Downloaded hostname v0.3.1
6952026-05-26T17:31:41.618Z Downloaded cipher v0.4.4
6962026-05-26T17:31:41.627Z Downloaded httpdate v1.0.3
6972026-05-26T17:31:41.627Z Downloaded either v1.15.0
6982026-05-26T17:31:41.627Z Downloaded deranged v0.5.8
6992026-05-26T17:31:41.627Z Downloaded hostname v0.4.2
7002026-05-26T17:31:41.627Z Downloaded cookie v0.18.1
7012026-05-26T17:31:41.627Z Downloaded bzip2 v0.6.1
7022026-05-26T17:31:41.627Z Downloaded dropshot-api-manager-types v0.7.1
7032026-05-26T17:31:41.633Z Downloaded erased-serde v0.3.31
7042026-05-26T17:31:41.633Z Downloaded defmt-macros v1.0.1
7052026-05-26T17:31:41.634Z Downloaded http-range v0.1.5
7062026-05-26T17:31:41.634Z Downloaded http-body v1.0.1
7072026-05-26T17:31:41.634Z Downloaded daft-derive v0.1.7
7082026-05-26T17:31:41.634Z Downloaded fixedbitset v0.5.7
7092026-05-26T17:31:41.645Z Downloaded find-msvc-tools v0.1.9
7102026-05-26T17:31:41.645Z Downloaded hyper-tls v0.6.0
7112026-05-26T17:31:41.645Z Downloaded curve25519-dalek-derive v0.1.1
7122026-05-26T17:31:41.645Z Downloaded globset v0.4.18
7132026-05-26T17:31:41.645Z Downloaded glob v0.3.3
7142026-05-26T17:31:41.645Z Downloaded bytes v1.11.1
7152026-05-26T17:31:41.645Z Downloaded csv-core v0.1.13
7162026-05-26T17:31:41.650Z Downloaded derive_builder_core v0.20.2
7172026-05-26T17:31:41.650Z Downloaded indoc v1.0.9
7182026-05-26T17:31:41.650Z Downloaded illumos-nvpair-sys v0.2.0
7192026-05-26T17:31:41.650Z Downloaded illumos-nvpair v0.3.0
7202026-05-26T17:31:41.650Z Downloaded futures-executor v0.3.32
7212026-05-26T17:31:41.650Z Downloaded dyn-clone v1.0.20
7222026-05-26T17:31:41.655Z Downloaded instability v0.3.11
7232026-05-26T17:31:41.655Z Downloaded hubpack_derive v0.1.1
7242026-05-26T17:31:41.655Z Downloaded hubpack v0.1.2
7252026-05-26T17:31:41.655Z Downloaded git-stub-vcs v0.1.0
7262026-05-26T17:31:41.655Z Downloaded fs_extra v1.3.0
7272026-05-26T17:31:41.659Z Downloaded derive_builder v0.20.2
7282026-05-26T17:31:41.659Z Downloaded crossbeam-utils v0.8.21
7292026-05-26T17:31:41.662Z Downloaded indent_write v2.2.0
7302026-05-26T17:31:41.663Z Downloaded fs-err v2.11.0
7312026-05-26T17:31:41.663Z Downloaded derive-where v1.6.0
7322026-05-26T17:31:41.666Z Downloaded getrandom v0.2.17
7332026-05-26T17:31:41.670Z Downloaded ident_case v1.0.1
7342026-05-26T17:31:41.670Z Downloaded futures-channel v0.3.32
7352026-05-26T17:31:41.675Z Downloaded ena v0.14.4
7362026-05-26T17:31:41.675Z Downloaded colored v3.1.1
7372026-05-26T17:31:41.675Z Downloaded cancel-safe-futures v0.1.5
7382026-05-26T17:31:41.679Z Downloaded inout v0.1.4
7392026-05-26T17:31:41.679Z Downloaded lazy_static v1.5.0
7402026-05-26T17:31:41.679Z Downloaded internet-checksum v0.2.1
7412026-05-26T17:31:41.679Z Downloaded is_ci v1.2.0
7422026-05-26T17:31:41.679Z Downloaded crc-any v2.5.0
7432026-05-26T17:31:41.682Z Downloaded keccak v0.1.6
7442026-05-26T17:31:41.682Z Downloaded async-compression v0.4.41
7452026-05-26T17:31:41.685Z Downloaded colored v2.2.0
7462026-05-26T17:31:41.688Z Downloaded ar_archive_writer v0.5.1
7472026-05-26T17:31:41.691Z Downloaded lalrpop-util v0.19.12
7482026-05-26T17:31:41.691Z Downloaded defmt v1.0.1
7492026-05-26T17:31:41.693Z Downloaded http-body-util v0.1.3
7502026-05-26T17:31:41.693Z Downloaded crossbeam-epoch v0.9.18
7512026-05-26T17:31:41.696Z Downloaded highway v1.3.0
7522026-05-26T17:31:41.696Z Downloaded kstat-rs v0.2.4
7532026-05-26T17:31:41.699Z Downloaded env_logger v0.11.9
7542026-05-26T17:31:41.701Z Downloaded maybe-uninit v2.0.0
7552026-05-26T17:31:41.701Z Downloaded match_cfg v0.1.0
7562026-05-26T17:31:41.701Z Downloaded md5 v0.7.0
7572026-05-26T17:31:41.704Z Downloaded lru-cache v0.1.2
7582026-05-26T17:31:41.704Z Downloaded chacha20 v0.10.0
7592026-05-26T17:31:41.707Z Downloaded darling v0.23.0
7602026-05-26T17:31:41.709Z Downloaded linked-hash-map v0.5.6
7612026-05-26T17:31:41.709Z Downloaded libscf-sys v1.1.0
7622026-05-26T17:31:41.712Z Downloaded hyper-staticfile v0.10.1
7632026-05-26T17:31:41.712Z Downloaded md-5 v0.10.6
7642026-05-26T17:31:41.715Z Downloaded new_debug_unreachable v1.0.6
7652026-05-26T17:31:41.715Z Downloaded ingot v0.1.1
7662026-05-26T17:31:41.715Z Downloaded indoc v2.0.7
7672026-05-26T17:31:41.717Z Downloaded impl-trait-for-tuples v0.2.3
7682026-05-26T17:31:41.720Z Downloaded diff v0.1.13
7692026-05-26T17:31:41.723Z Downloaded des v0.8.1
7702026-05-26T17:31:41.723Z Downloaded ctr v0.9.2
7712026-05-26T17:31:41.723Z Downloaded lzss v0.8.2
7722026-05-26T17:31:41.725Z Downloaded ipnetwork v0.21.1
7732026-05-26T17:31:41.725Z Downloaded ingot-types v0.1.2
7742026-05-26T17:31:41.728Z Downloaded getrandom v0.3.4
7752026-05-26T17:31:41.731Z Downloaded futures v0.3.32
7762026-05-26T17:31:41.733Z Downloaded mime v0.3.17
7772026-05-26T17:31:41.736Z Downloaded maplit v1.0.2
7782026-05-26T17:31:41.736Z Downloaded managed v0.8.0
7792026-05-26T17:31:41.736Z Downloaded nibble_vec v0.1.0
7802026-05-26T17:31:41.739Z Downloaded ipnet v2.11.0
7812026-05-26T17:31:41.739Z Downloaded half v1.8.3
7822026-05-26T17:31:41.741Z Downloaded darling_core v0.21.3
7832026-05-26T17:31:41.744Z Downloaded num-derive v0.4.2
7842026-05-26T17:31:41.747Z Downloaded jobserver v0.1.34
7852026-05-26T17:31:41.747Z Downloaded memoffset v0.9.1
7862026-05-26T17:31:41.747Z Downloaded num-derive v0.3.3
7872026-05-26T17:31:41.750Z Downloaded num-conv v0.2.0
7882026-05-26T17:31:41.750Z Downloaded newtype-uuid-macros v0.1.0
7892026-05-26T17:31:41.754Z Downloaded normalize-line-endings v0.3.0
7902026-05-26T17:31:41.754Z Downloaded chacha20poly1305 v0.10.1
7912026-05-26T17:31:41.754Z Downloaded nonempty v0.12.0
7922026-05-26T17:31:41.757Z Downloaded lru-slab v0.1.2
7932026-05-26T17:31:41.757Z Downloaded lru v0.12.5
7942026-05-26T17:31:41.757Z Downloaded nodrop v0.1.14
7952026-05-26T17:31:41.757Z Downloaded newline-converter v0.3.0
7962026-05-26T17:31:41.757Z Downloaded num_threads v0.1.7
7972026-05-26T17:31:41.760Z Downloaded num v0.4.3
7982026-05-26T17:31:41.760Z Downloaded libefi-sys v0.1.0
7992026-05-26T17:31:41.760Z Downloaded hmac v0.12.1
8002026-05-26T17:31:41.763Z Downloaded libsw v3.5.0
8012026-05-26T17:31:41.763Z Downloaded fatfs v0.3.6
8022026-05-26T17:31:41.766Z Downloaded openssl-macros v0.1.1
8032026-05-26T17:31:41.766Z Downloaded num_enum_derive v0.5.11
8042026-05-26T17:31:41.766Z Downloaded openssl-probe v0.1.6
8052026-05-26T17:31:41.769Z Downloaded base64 v0.22.1
8062026-05-26T17:31:41.769Z Downloaded base64 v0.21.7
8072026-05-26T17:31:41.773Z Downloaded hyper-rustls v0.27.7
8082026-05-26T17:31:41.777Z Downloaded iana-time-zone v0.1.65
8092026-05-26T17:31:41.777Z Downloaded dropshot_endpoint v0.16.7
8102026-05-26T17:31:41.781Z Downloaded native-tls v0.2.18
8112026-05-26T17:31:41.781Z Downloaded multer v3.1.0
8122026-05-26T17:31:41.787Z Downloaded httparse v1.10.1
8132026-05-26T17:31:41.787Z Downloaded dropshot_endpoint v0.17.0
8142026-05-26T17:31:41.793Z Downloaded newtype_derive v0.1.6
8152026-05-26T17:31:41.794Z Downloaded num-iter v0.1.45
8162026-05-26T17:31:41.794Z Downloaded humantime v2.3.0
8172026-05-26T17:31:41.794Z Downloaded nanorand v0.7.0
8182026-05-26T17:31:41.794Z Downloaded libsw-core v0.3.2
8192026-05-26T17:31:41.815Z Downloaded group v0.13.0
8202026-05-26T17:31:41.815Z Downloaded is-terminal v0.4.17
8212026-05-26T17:31:41.815Z Downloaded flume v0.11.1
8222026-05-26T17:31:41.815Z Downloaded lock_api v0.4.14
8232026-05-26T17:31:41.815Z Downloaded opaque-debug v0.3.1
8242026-05-26T17:31:41.815Z Downloaded instant v0.1.13
8252026-05-26T17:31:41.815Z Downloaded olpc-cjson v0.1.4
8262026-05-26T17:31:41.856Z Downloaded pbkdf2 v0.12.2
8272026-05-26T17:31:41.856Z Downloaded path-slash v0.1.5
8282026-05-26T17:31:41.857Z Downloaded parse-size v1.1.0
8292026-05-26T17:31:41.857Z Downloaded parse-display v0.10.0
8302026-05-26T17:31:41.857Z Downloaded packed_struct_codegen v0.10.1
8312026-05-26T17:31:41.857Z Downloaded openssl-probe v0.2.1
8322026-05-26T17:31:41.857Z Downloaded compact_str v0.8.1
8332026-05-26T17:31:41.857Z Downloaded peg-runtime v0.8.5
8342026-05-26T17:31:41.857Z Downloaded ingot-macros v0.1.1
8352026-05-26T17:31:41.857Z Downloaded blake2 v0.10.6
8362026-05-26T17:31:41.878Z Downloaded mime_guess v2.0.5
8372026-05-26T17:31:41.879Z Downloaded drift v0.1.4
8382026-05-26T17:31:41.879Z Downloaded newtype-uuid v1.3.2
8392026-05-26T17:31:41.879Z Downloaded multimap v0.10.1
8402026-05-26T17:31:41.879Z Downloaded phf_shared v0.13.1
8412026-05-26T17:31:41.879Z Downloaded phf_shared v0.12.1
8422026-05-26T17:31:41.879Z Downloaded pbkdf2 v0.11.0
8432026-05-26T17:31:41.879Z Downloaded litrs v1.0.0
8442026-05-26T17:31:41.879Z Downloaded libloading v0.8.9
8452026-05-26T17:31:41.879Z Downloaded daft v0.1.7
8462026-05-26T17:31:41.879Z Downloaded oxide-tokio-rt v0.1.4
8472026-05-26T17:31:41.879Z Downloaded ignore v0.4.25
8482026-05-26T17:31:41.879Z Downloaded darling_core v0.20.11
8492026-05-26T17:31:41.879Z Downloaded num_enum_derive v0.7.5
8502026-05-26T17:31:41.879Z Downloaded console v0.16.2
8512026-05-26T17:31:41.879Z Downloaded ciborium v0.2.2
8522026-05-26T17:31:41.879Z Downloaded ahash v0.8.12
8532026-05-26T17:31:41.880Z Downloaded clang-sys v1.8.1
8542026-05-26T17:31:41.880Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-05-26T17:31:41.880Z Downloaded predicates-tree v1.0.13
8562026-05-26T17:31:41.880Z Downloaded num-complex v0.4.6
8572026-05-26T17:31:41.880Z Downloaded phf_shared v0.11.3
8582026-05-26T17:31:41.880Z Downloaded predicates-core v1.0.10
8592026-05-26T17:31:41.880Z Downloaded async-trait v0.1.89
8602026-05-26T17:31:41.880Z Downloaded parse-display-derive v0.10.0
8612026-05-26T17:31:41.880Z Downloaded parking_lot_core v0.8.6
8622026-05-26T17:31:41.880Z Downloaded num_enum v0.7.5
8632026-05-26T17:31:41.880Z Downloaded pin-utils v0.1.0
8642026-05-26T17:31:41.918Z Downloaded heapless v0.8.0
8652026-05-26T17:31:41.918Z Downloaded half v2.7.1
8662026-05-26T17:31:41.918Z Downloaded num_enum v0.5.11
8672026-05-26T17:31:41.919Z Downloaded progenitor-client v0.14.0
8682026-05-26T17:31:41.919Z Downloaded oxnet v0.1.4
8692026-05-26T17:31:41.919Z Downloaded oso-derive v0.27.3
8702026-05-26T17:31:41.919Z Downloaded progenitor-client v0.11.2
8712026-05-26T17:31:41.919Z Downloaded progenitor-client v0.10.0
8722026-05-26T17:31:41.919Z Downloaded precomputed-hash v0.1.1
8732026-05-26T17:31:41.919Z Downloaded proc-macro-crate v1.3.1
8742026-05-26T17:31:41.919Z Downloaded proc-macro-crate v3.4.0
8752026-05-26T17:31:41.919Z Downloaded pem v3.0.6
8762026-05-26T17:31:41.919Z Downloaded cc v1.2.56
8772026-05-26T17:31:41.919Z Downloaded powerfmt v0.2.0
8782026-05-26T17:31:41.919Z Downloaded password-hash v0.5.0
8792026-05-26T17:31:41.927Z Downloaded progenitor-macro v0.10.0
8802026-05-26T17:31:41.927Z Downloaded headers v0.4.1
8812026-05-26T17:31:41.927Z Downloaded pem-rfc7468 v0.7.0
8822026-05-26T17:31:41.927Z Downloaded paste v1.0.15
8832026-05-26T17:31:41.927Z Downloaded quick-error v1.2.3
8842026-05-26T17:31:41.928Z Downloaded progenitor-macro v0.13.0
8852026-05-26T17:31:41.928Z Downloaded progenitor-macro v0.11.2
8862026-05-26T17:31:41.928Z Downloaded memmap2 v0.9.10
8872026-05-26T17:31:41.928Z Downloaded packed_struct v0.10.1
8882026-05-26T17:31:41.928Z Downloaded nu-ansi-term v0.50.3
8892026-05-26T17:31:41.928Z Downloaded pin-project-internal v1.1.11
8902026-05-26T17:31:41.928Z Downloaded peg-macros v0.8.5
8912026-05-26T17:31:41.928Z Downloaded num-integer v0.1.46
8922026-05-26T17:31:41.928Z Downloaded libbz2-rs-sys v0.2.2
8932026-05-26T17:31:41.928Z Downloaded indicatif v0.18.4
8942026-05-26T17:31:41.928Z Downloaded password-hash v0.4.2
8952026-05-26T17:31:41.928Z Downloaded owo-colors v4.3.0
8962026-05-26T17:31:41.928Z Downloaded psl-types v2.0.11
8972026-05-26T17:31:41.928Z Downloaded progenitor-macro v0.14.0
8982026-05-26T17:31:41.928Z Downloaded der v0.7.10
8992026-05-26T17:31:41.928Z Downloaded polyval v0.6.2
9002026-05-26T17:31:41.928Z Downloaded predicates v3.1.4
9012026-05-26T17:31:41.942Z Downloaded radium v0.7.0
9022026-05-26T17:31:41.942Z Downloaded phf v0.12.1
9032026-05-26T17:31:41.942Z Downloaded derive_more v2.1.1
9042026-05-26T17:31:41.966Z Downloaded rand_xorshift v0.4.0
9052026-05-26T17:31:41.966Z Downloaded primeorder v0.13.6
9062026-05-26T17:31:41.966Z Downloaded phf v0.13.1
9072026-05-26T17:31:41.966Z Downloaded bumpalo v3.20.2
9082026-05-26T17:31:41.966Z Downloaded crypto-bigint v0.5.5
9092026-05-26T17:31:41.966Z Downloaded pin-project-lite v0.2.17
9102026-05-26T17:31:41.982Z Downloaded heapless v0.7.17
9112026-05-26T17:31:41.982Z Downloaded postgres-protocol v0.6.10
9122026-05-26T17:31:41.982Z Downloaded rand_chacha v0.3.1
9132026-05-26T17:31:41.982Z Downloaded progenitor v0.14.0
9142026-05-26T17:31:41.982Z Downloaded pkg-config v0.3.32
9152026-05-26T17:31:41.982Z Downloaded poly1305 v0.8.0
9162026-05-26T17:31:41.982Z Downloaded linear-map v1.2.0
9172026-05-26T17:31:41.982Z Downloaded indexmap v1.9.3
9182026-05-26T17:31:41.982Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-05-26T17:31:41.982Z Downloaded progenitor v0.11.2
9202026-05-26T17:31:41.983Z Downloaded progenitor v0.10.0
9212026-05-26T17:31:41.983Z Downloaded proc-macro-error2 v2.0.1
9222026-05-26T17:31:41.983Z Downloaded num-rational v0.4.2
9232026-05-26T17:31:41.983Z Downloaded ppv-lite86 v0.2.21
9242026-05-26T17:31:41.983Z Downloaded psm v0.1.30
9252026-05-26T17:31:41.983Z Downloaded parking_lot_core v0.9.12
9262026-05-26T17:31:41.983Z Downloaded ref-cast-impl v1.0.25
9272026-05-26T17:31:41.983Z Downloaded flate2 v1.1.9
9282026-05-26T17:31:42.020Z Downloaded ed25519-dalek v2.2.0
9292026-05-26T17:31:42.020Z Downloaded const_format v0.2.35
9302026-05-26T17:31:42.020Z Downloaded pkcs5 v0.7.1
9312026-05-26T17:31:42.020Z Downloaded p256 v0.13.2
9322026-05-26T17:31:42.020Z Downloaded futures-task v0.3.32
9332026-05-26T17:31:42.020Z Downloaded progenitor-client v0.13.0
9342026-05-26T17:31:42.020Z Downloaded recursive v0.1.1
9352026-05-26T17:31:42.020Z Downloaded ref-cast v1.0.25
9362026-05-26T17:31:42.020Z Downloaded progenitor v0.13.0
9372026-05-26T17:31:42.020Z Downloaded camino-tempfile-ext v0.3.3
9382026-05-26T17:31:42.020Z Downloaded fd-lock v4.0.4
9392026-05-26T17:31:42.021Z Downloaded arrayvec v0.7.6
9402026-05-26T17:31:42.021Z Downloaded defmt v0.3.100
9412026-05-26T17:31:42.021Z Downloaded crossbeam-channel v0.5.15
9422026-05-26T17:31:42.021Z Downloaded rustc_version v0.4.1
9432026-05-26T17:31:42.021Z Downloaded rustc_version v0.1.7
9442026-05-26T17:31:42.021Z Downloaded elliptic-curve v0.13.8
9452026-05-26T17:31:42.021Z Downloaded rustc-hash v2.1.1
9462026-05-26T17:31:42.037Z Downloaded peg v0.8.5
9472026-05-26T17:31:42.037Z Downloaded rand_core v0.6.4
9482026-05-26T17:31:42.037Z Downloaded cassowary v0.3.0
9492026-05-26T17:31:42.037Z Downloaded bit-vec v0.8.0
9502026-05-26T17:31:42.037Z Downloaded rtoolbox v0.0.3
9512026-05-26T17:31:42.037Z Downloaded rfc6979 v0.4.0
9522026-05-26T17:31:42.037Z Downloaded rand_chacha v0.9.0
9532026-05-26T17:31:42.037Z Downloaded r2d2 v0.8.10
9542026-05-26T17:31:42.037Z Downloaded pkcs8 v0.10.2
9552026-05-26T17:31:42.037Z Downloaded same-file v1.0.6
9562026-05-26T17:31:42.037Z Downloaded pkcs1 v0.7.5
9572026-05-26T17:31:42.044Z Downloaded russh-cryptovec v0.7.3
9582026-05-26T17:31:42.044Z Downloaded rand_seeder v0.4.0
9592026-05-26T17:31:42.044Z Downloaded parking_lot v0.11.2
9602026-05-26T17:31:42.044Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-26T17:31:42.044Z Downloaded oso v0.27.3
9622026-05-26T17:31:42.049Z Downloaded scrypt v0.11.0
9632026-05-26T17:31:42.049Z Downloaded rand_core v0.9.5
9642026-05-26T17:31:42.049Z Downloaded jiff-static v0.2.21
9652026-05-26T17:31:42.049Z Downloaded secrecy v0.10.3
9662026-05-26T17:31:42.049Z Downloaded sapling-renderdag v0.1.0
9672026-05-26T17:31:42.057Z Downloaded salsa20 v0.10.2
9682026-05-26T17:31:42.057Z Downloaded progenitor-extras v0.2.0
9692026-05-26T17:31:42.057Z Downloaded postgres-types v0.2.12
9702026-05-26T17:31:42.057Z Downloaded rand_core v0.10.0
9712026-05-26T17:31:42.083Z Downloaded hickory-resolver v0.25.2
9722026-05-26T17:31:42.083Z Downloaded miniz_oxide v0.8.9
9732026-05-26T17:31:42.083Z Downloaded hickory-resolver v0.24.4
9742026-05-26T17:31:42.083Z Downloaded serde-big-array v0.5.1
9752026-05-26T17:31:42.083Z Downloaded papergrid v0.17.0
9762026-05-26T17:31:42.083Z Downloaded hyper-util v0.1.20
9772026-05-26T17:31:42.083Z Downloaded secrecy v0.8.0
9782026-05-26T17:31:42.083Z Downloaded semver v0.1.20
9792026-05-26T17:31:42.083Z Downloaded dropshot-api-manager v0.7.1
9802026-05-26T17:31:42.083Z Downloaded derive_more-impl v2.1.1
9812026-05-26T17:31:42.083Z Downloaded minimal-lexical v0.2.1
9822026-05-26T17:31:42.083Z Downloaded openssl-sys v0.9.115
9832026-05-26T17:31:42.086Z Downloaded omicron-zone-package v0.12.2
9842026-05-26T17:31:42.086Z Downloaded serde_urlencoded v0.7.1
9852026-05-26T17:31:42.086Z Downloaded serde_bytes v0.11.19
9862026-05-26T17:31:42.089Z Downloaded serde_plain v1.0.2
9872026-05-26T17:31:42.089Z Downloaded diesel_derives v2.3.7
9882026-05-26T17:31:42.092Z Downloaded prefix-trie v0.7.0
9892026-05-26T17:31:42.095Z Downloaded parking_lot v0.12.5
9902026-05-26T17:31:42.097Z Downloaded serde_repr v0.1.20
9912026-05-26T17:31:42.098Z Downloaded expectorate v1.2.0
9922026-05-26T17:31:42.101Z Downloaded rustls-pemfile v2.2.0
9932026-05-26T17:31:42.104Z Downloaded serde_spanned v1.0.4
9942026-05-26T17:31:42.107Z Downloaded shell-words v1.1.1
9952026-05-26T17:31:42.107Z Downloaded rusty-fork v0.3.1
9962026-05-26T17:31:42.107Z Downloaded rustls-pemfile v1.0.4
9972026-05-26T17:31:42.110Z Downloaded sha1 v0.10.6
9982026-05-26T17:31:42.112Z Downloaded rustversion v1.0.22
9992026-05-26T17:31:42.115Z Downloaded scopeguard v1.2.0
10002026-05-26T17:31:42.115Z Downloaded progenitor-impl v0.11.2
10012026-05-26T17:31:42.118Z Downloaded sigpipe v0.1.3
10022026-05-26T17:31:42.118Z Downloaded signal-hook-tokio v0.3.1
10032026-05-26T17:31:42.118Z Downloaded hashbrown v0.12.3
10042026-05-26T17:31:42.121Z Downloaded hickory-server v0.25.2
10052026-05-26T17:31:42.124Z Downloaded hashbrown v0.13.2
10062026-05-26T17:31:42.126Z Downloaded aes-gcm v0.10.3
10072026-05-26T17:31:42.129Z Downloaded scroll_derive v0.13.1
10082026-05-26T17:31:42.132Z Downloaded scroll v0.13.0
10092026-05-26T17:31:42.132Z Downloaded schemars_derive v0.8.22
10102026-05-26T17:31:42.135Z Downloaded signal-hook-mio v0.2.5
10112026-05-26T17:31:42.135Z Downloaded resolv-conf v0.7.6
10122026-05-26T17:31:42.138Z Downloaded progenitor-impl v0.13.0
10132026-05-26T17:31:42.138Z Downloaded signature v2.2.0
10142026-05-26T17:31:42.140Z Downloaded http v1.4.0
10152026-05-26T17:31:42.143Z Downloaded serde-hex v0.1.0
10162026-05-26T17:31:42.146Z Downloaded seq-macro v0.3.6
10172026-05-26T17:31:42.146Z Downloaded sec1 v0.7.3
10182026-05-26T17:31:42.149Z Downloaded sct v0.7.1
10192026-05-26T17:31:42.152Z Downloaded pin-project v1.1.11
10202026-05-26T17:31:42.156Z Downloaded slog-envlogger v2.2.0
10212026-05-26T17:31:42.159Z Downloaded postcard v1.1.3
10222026-05-26T17:31:42.162Z Downloaded slog-bunyan v2.5.0
10232026-05-26T17:31:42.162Z Downloaded crossterm v0.28.1
10242026-05-26T17:31:42.165Z Downloaded serde_path_to_error v0.1.20
10252026-05-26T17:31:42.168Z Downloaded serde_derive_internals v0.29.1
10262026-05-26T17:31:42.168Z Downloaded quinn-udp v0.5.14
10272026-05-26T17:31:42.171Z Downloaded pretty_assertions v1.4.1
10282026-05-26T17:31:42.171Z Downloaded prettyplease v0.2.37
10292026-05-26T17:31:42.173Z Downloaded rustls-pki-types v1.14.0
10302026-05-26T17:31:42.176Z Downloaded rustls-native-certs v0.8.3
10312026-05-26T17:31:42.184Z Downloaded serde_with_macros v1.5.2
10322026-05-26T17:31:42.188Z Downloaded strip-ansi-escapes v0.2.1
10332026-05-26T17:31:42.197Z Downloaded strsim v0.10.0
10342026-05-26T17:31:42.197Z Downloaded shlex v1.3.0
10352026-05-26T17:31:42.209Z Downloaded sqlparser_derive v0.5.0
10362026-05-26T17:31:42.209Z Downloaded ssh-cipher v0.2.0
10372026-05-26T17:31:42.209Z Downloaded slab v0.4.12
10382026-05-26T17:31:42.227Z Downloaded progenitor-impl v0.10.0
10392026-05-26T17:31:42.227Z Downloaded siphasher v1.0.2
10402026-05-26T17:31:42.227Z Downloaded simd-adler32 v0.3.8
10412026-05-26T17:31:42.227Z Downloaded signal-hook-registry v1.4.8
10422026-05-26T17:31:42.227Z Downloaded ssh-encoding v0.2.0
10432026-05-26T17:31:42.227Z Downloaded progenitor-impl v0.14.0
10442026-05-26T17:31:42.241Z Downloaded strum v0.27.2
10452026-05-26T17:31:42.242Z Downloaded strum v0.26.3
10462026-05-26T17:31:42.242Z Downloaded structmeta-derive v0.3.0
10472026-05-26T17:31:42.242Z Downloaded supports-color v3.0.2
10482026-05-26T17:31:42.242Z Downloaded take_mut v0.2.2
10492026-05-26T17:31:42.242Z Downloaded tagptr v0.2.0
10502026-05-26T17:31:42.242Z Downloaded slog-stdlog v4.1.1
10512026-05-26T17:31:42.242Z Downloaded serde_cbor v0.11.2
10522026-05-26T17:31:42.254Z Downloaded subtle v2.6.1
10532026-05-26T17:31:42.254Z Downloaded tabwriter v1.4.1
10542026-05-26T17:31:42.254Z Downloaded slog-scope v4.4.1
10552026-05-26T17:31:42.254Z Downloaded slog-json v2.6.1
10562026-05-26T17:31:42.255Z Downloaded tabled_derive v0.11.0
10572026-05-26T17:31:42.255Z Downloaded termtree v0.5.1
10582026-05-26T17:31:42.255Z Downloaded snafu-derive v0.8.9
10592026-05-26T17:31:42.255Z Downloaded smallvec v0.6.14
10602026-05-26T17:31:42.255Z Downloaded russh-keys v0.45.0
10612026-05-26T17:31:42.255Z Downloaded slog-term v2.9.2
10622026-05-26T17:31:42.255Z Downloaded slog-dtrace v0.3.0
10632026-05-26T17:31:42.259Z Downloaded thread-id v5.1.0
10642026-05-26T17:31:42.259Z Downloaded sqlformat v0.3.5
10652026-05-26T17:31:42.259Z Downloaded slog-async v2.8.0
10662026-05-26T17:31:42.259Z Downloaded tap v1.0.1
10672026-05-26T17:31:42.259Z Downloaded sync-ptr v0.1.4
10682026-05-26T17:31:42.259Z Downloaded hashbrown v0.16.1
10692026-05-26T17:31:42.259Z Downloaded serde_with_macros v3.17.0
10702026-05-26T17:31:42.259Z Downloaded hashbrown v0.15.5
10712026-05-26T17:31:42.262Z Downloaded ryu v1.0.23
10722026-05-26T17:31:42.265Z Downloaded rustls-platform-verifier v0.6.2
10732026-05-26T17:31:42.267Z Downloaded smf v0.2.3
10742026-05-26T17:31:42.267Z Downloaded string_cache v0.8.9
10752026-05-26T17:31:42.270Z Downloaded testing_table v0.3.0
10762026-05-26T17:31:42.270Z Downloaded rcgen v0.12.1
10772026-05-26T17:31:42.273Z Downloaded time-core v0.1.8
10782026-05-26T17:31:42.276Z Downloaded rayon-core v1.13.0
10792026-05-26T17:31:42.279Z Downloaded stringprep v0.1.5
10802026-05-26T17:31:42.284Z Downloaded schemars v0.8.22
10812026-05-26T17:31:42.287Z Downloaded strum_macros v0.26.4
10822026-05-26T17:31:42.290Z Downloaded tinyvec_macros v0.1.1
10832026-05-26T17:31:42.294Z Downloaded publicsuffix v2.3.0
10842026-05-26T17:31:42.294Z Downloaded structmeta v0.3.0
10852026-05-26T17:31:42.294Z Downloaded static_assertions v1.1.0
10862026-05-26T17:31:42.298Z Downloaded stacker v0.1.23
10872026-05-26T17:31:42.298Z Downloaded strum_macros v0.24.3
10882026-05-26T17:31:42.298Z Downloaded num-bigint v0.4.6
10892026-05-26T17:31:42.301Z Downloaded tokio-macros v2.7.0
10902026-05-26T17:31:42.301Z Downloaded crossterm v0.29.0
10912026-05-26T17:31:42.304Z Downloaded mio v1.2.0
10922026-05-26T17:31:42.308Z Downloaded itertools v0.10.5
10932026-05-26T17:31:42.312Z Downloaded qorb v0.4.1
10942026-05-26T17:31:42.314Z Downloaded strum_macros v0.27.2
10952026-05-26T17:31:42.317Z Downloaded support-bundle-viewer v0.1.2
10962026-05-26T17:31:42.321Z Downloaded topological-sort v0.2.2
10972026-05-26T17:31:42.324Z Downloaded rand v0.8.6
10982026-05-26T17:31:42.326Z Downloaded time-macros v0.2.27
10992026-05-26T17:31:42.326Z Downloaded ron v0.8.1
11002026-05-26T17:31:42.331Z Downloaded sync_wrapper v1.0.2
11012026-05-26T17:31:42.333Z Downloaded spki v0.7.3
11022026-05-26T17:31:42.335Z Downloaded aho-corasick v1.1.4
11032026-05-26T17:31:42.339Z Downloaded thiserror-impl-no-std v2.0.2
11042026-05-26T17:31:42.342Z Downloaded signal-hook v0.3.18
11052026-05-26T17:31:42.342Z Downloaded trait-variant v0.1.2
11062026-05-26T17:31:42.344Z Downloaded iri-string v0.7.10
11072026-05-26T17:31:42.347Z Downloaded tls_codec v0.4.2
11082026-05-26T17:31:42.350Z Downloaded serde_yaml v0.9.34+deprecated
11092026-05-26T17:31:42.353Z Downloaded thread_local v1.1.9
11102026-05-26T17:31:42.355Z Downloaded thiserror-no-std v2.0.2
11112026-05-26T17:31:42.359Z Downloaded tower-service v0.3.3
11122026-05-26T17:31:42.359Z Downloaded tower-layer v0.3.3
11132026-05-26T17:31:42.359Z Downloaded schemars v0.9.0
11142026-05-26T17:31:42.365Z Downloaded unarray v0.1.4
11152026-05-26T17:31:42.367Z Downloaded aws-lc-rs v1.16.3
11162026-05-26T17:31:42.372Z Downloaded tokio-tungstenite v0.21.0
11172026-05-26T17:31:42.375Z Downloaded quinn v0.11.9
11182026-05-26T17:31:42.377Z Downloaded hyper v1.8.1
11192026-05-26T17:31:42.380Z Downloaded tokio-tungstenite v0.23.1
11202026-05-26T17:31:42.383Z Downloaded tokio-rustls v0.25.0
11212026-05-26T17:31:42.383Z Downloaded unit-prefix v0.5.2
11222026-05-26T17:31:42.386Z Downloaded h2 v0.4.13
11232026-05-26T17:31:42.388Z Downloaded tokio-native-tls v0.3.1
11242026-05-26T17:31:42.388Z Downloaded typify-macro v0.6.2
11252026-05-26T17:31:42.391Z Downloaded typify-macro v0.4.3
11262026-05-26T17:31:42.391Z Downloaded try-lock v0.2.5
11272026-05-26T17:31:42.391Z Downloaded rsa v0.9.10
11282026-05-26T17:31:42.397Z Downloaded iddqd v0.4.1
11292026-05-26T17:31:42.400Z Downloaded usdt-macro v0.6.0
11302026-05-26T17:31:42.400Z Downloaded usdt-attr-macro v0.6.0
11312026-05-26T17:31:42.400Z Downloaded universal-hash v0.5.1
11322026-05-26T17:31:42.402Z Downloaded unicode-truncate v1.1.0
11332026-05-26T17:31:42.402Z Downloaded untrusted v0.9.0
11342026-05-26T17:31:42.403Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-05-26T17:31:42.405Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-05-26T17:31:42.405Z Downloaded futures-util v0.3.32
11372026-05-26T17:31:42.411Z Downloaded socket2 v0.5.10
11382026-05-26T17:31:42.414Z Downloaded void v1.0.2
11392026-05-26T17:31:42.414Z Downloaded rustls-webpki v0.103.9
11402026-05-26T17:31:42.417Z Downloaded samael v0.0.19
11412026-05-26T17:31:42.419Z Downloaded usdt v0.6.0
11422026-05-26T17:31:42.422Z Downloaded untrusted v0.7.1
11432026-05-26T17:31:42.422Z Downloaded tokio-dtrace v0.1.1
11442026-05-26T17:31:42.422Z Downloaded tls_codec_derive v0.4.2
11452026-05-26T17:31:42.424Z Downloaded spin v0.9.8
11462026-05-26T17:31:42.424Z Downloaded blake3 v1.8.3
11472026-05-26T17:31:42.429Z Downloaded term v1.2.1
11482026-05-26T17:31:42.431Z Downloaded term v0.7.0
11492026-05-26T17:31:42.434Z Downloaded subprocess v0.2.15
11502026-05-26T17:31:42.438Z Downloaded utf-8 v0.7.6
11512026-05-26T17:31:42.438Z Downloaded tiny-keccak v2.0.2
11522026-05-26T17:31:42.441Z Downloaded tokio-rustls v0.24.1
11532026-05-26T17:31:42.441Z Downloaded similar v2.7.0
11542026-05-26T17:31:42.444Z Downloaded waitgroup v0.1.2
11552026-05-26T17:31:42.444Z Downloaded socket2 v0.6.3
11562026-05-26T17:31:42.446Z Downloaded hkdf v0.12.4
11572026-05-26T17:31:42.446Z Downloaded xshell-macros v0.2.7
11582026-05-26T17:31:42.446Z Downloaded slog v2.8.2
11592026-05-26T17:31:42.449Z Downloaded schemars v1.2.1
11602026-05-26T17:31:42.456Z Downloaded wait-timeout v0.2.1
11612026-05-26T17:31:42.459Z Downloaded want v0.3.1
11622026-05-26T17:31:42.459Z Downloaded rand v0.10.0
11632026-05-26T17:31:42.461Z Downloaded rand v0.9.2
11642026-05-26T17:31:42.464Z Downloaded p521 v0.13.3
11652026-05-26T17:31:42.466Z Downloaded nom v7.1.3
11662026-05-26T17:31:42.469Z Downloaded uzers v0.12.2
11672026-05-26T17:31:42.471Z Downloaded tui-tree-widget v0.23.1
11682026-05-26T17:31:42.471Z Downloaded tokio-rustls v0.26.4
11692026-05-26T17:31:42.473Z Downloaded num-bigint-dig v0.8.6
11702026-05-26T17:31:42.476Z Downloaded itertools v0.12.1
11712026-05-26T17:31:42.479Z Downloaded zone_cfg_derive v0.3.1
11722026-05-26T17:31:42.481Z Downloaded zone v0.3.1
11732026-05-26T17:31:42.481Z Downloaded xattr v1.6.1
11742026-05-26T17:31:42.483Z Downloaded termios v0.3.3
11752026-05-26T17:31:42.483Z Downloaded vergen-lib v0.1.6
11762026-05-26T17:31:42.486Z Downloaded tracing-attributes v0.1.31
11772026-05-26T17:31:42.486Z Downloaded tinyvec v1.10.0
11782026-05-26T17:31:42.488Z Downloaded libxml v0.3.3
11792026-05-26T17:31:42.491Z Downloaded snafu v0.8.9
11802026-05-26T17:31:42.493Z Downloaded whoami v2.1.0
11812026-05-26T17:31:42.496Z Downloaded usdt-impl v0.6.0
11822026-05-26T17:31:42.496Z Downloaded unicase v2.9.0
11832026-05-26T17:31:42.499Z Downloaded itertools v0.14.0
11842026-05-26T17:31:42.501Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11852026-05-26T17:31:42.504Z Downloaded itertools v0.13.0
11862026-05-26T17:31:42.506Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-05-26T17:31:42.509Z Downloaded test-strategy v0.4.5
11882026-05-26T17:31:42.514Z Downloaded vsss-rs v3.3.4
11892026-05-26T17:31:42.516Z Downloaded vergen-git2 v1.0.7
11902026-05-26T17:31:42.520Z Downloaded toml v1.0.6+spec-1.1.0
11912026-05-26T17:31:42.523Z Downloaded toml v0.9.12+spec-1.1.0
11922026-05-26T17:31:42.525Z Downloaded tar v0.4.45
11932026-05-26T17:31:42.530Z Downloaded xshell v0.2.7
11942026-05-26T17:31:42.533Z Downloaded walkdir v2.5.0
11952026-05-26T17:31:42.540Z Downloaded tokio-stream v0.1.18
11962026-05-26T17:31:42.543Z Downloaded rustyline v14.0.0
11972026-05-26T17:31:42.546Z Downloaded unicode-properties v0.1.4
11982026-05-26T17:31:42.549Z Downloaded twox-hash v2.1.2
11992026-05-26T17:31:42.552Z Downloaded tracing-core v0.1.36
12002026-05-26T17:31:42.552Z Downloaded zstd-safe v7.2.4
12012026-05-26T17:31:42.556Z Downloaded wyz v0.5.1
12022026-05-26T17:31:42.561Z Downloaded zeroize_derive v1.4.3
12032026-05-26T17:31:42.564Z Downloaded toml v0.7.8
12042026-05-26T17:31:42.564Z Downloaded russh v0.45.0
12052026-05-26T17:31:42.568Z Downloaded serde_with v1.14.0
12062026-05-26T17:31:42.574Z Downloaded zerocopy v0.6.6
12072026-05-26T17:31:42.578Z Downloaded rpassword v7.4.0
12082026-05-26T17:31:42.584Z Downloaded vergen-gitcl v1.0.8
12092026-05-26T17:31:42.587Z Downloaded bitvec v1.0.1
12102026-05-26T17:31:42.594Z Downloaded yasna v0.5.2
12112026-05-26T17:31:42.597Z Downloaded chrono v0.4.44
12122026-05-26T17:31:42.601Z Downloaded tokio-postgres v0.7.16
12132026-05-26T17:31:42.604Z Downloaded reedline v0.40.0
12142026-05-26T17:31:42.608Z Downloaded zstd v0.13.3
12152026-05-26T17:31:42.611Z Downloaded tungstenite v0.21.0
12162026-05-26T17:31:42.614Z Downloaded libm v0.2.16
12172026-05-26T17:31:42.617Z Downloaded whoami v1.6.1
12182026-05-26T17:31:42.620Z Downloaded vergen v9.0.6
12192026-05-26T17:31:42.622Z Downloaded tungstenite v0.23.0
12202026-05-26T17:31:42.625Z Downloaded typify v0.4.3
12212026-05-26T17:31:42.628Z Downloaded unsafe-libyaml v0.2.11
12222026-05-26T17:31:42.639Z Downloaded zeroize v1.8.2
12232026-05-26T17:31:42.643Z Downloaded steno v0.4.1
12242026-05-26T17:31:42.645Z Downloaded bindgen v0.71.1
12252026-05-26T17:31:42.648Z Downloaded zopfli v0.8.3
12262026-05-26T17:31:42.648Z Downloaded vte v0.14.1
12272026-05-26T17:31:42.651Z Downloaded unicode-bidi v0.3.18
12282026-05-26T17:31:42.651Z Downloaded toml_edit v0.23.10+spec-1.0.0
12292026-05-26T17:31:42.653Z Downloaded reqwest v0.13.2
12302026-05-26T17:31:42.657Z Downloaded regex v1.12.3
12312026-05-26T17:31:42.660Z Downloaded unicode_categories v0.1.1
12322026-05-26T17:31:42.663Z Downloaded reqwest v0.12.28
12332026-05-26T17:31:42.666Z Downloaded yansi v1.0.1
12342026-05-26T17:31:42.668Z Downloaded uuid v1.23.0
12352026-05-26T17:31:42.672Z Downloaded portable-atomic v1.13.1
12362026-05-26T17:31:42.675Z Downloaded zip v0.6.6
12372026-05-26T17:31:42.678Z Downloaded typify v0.6.2
12382026-05-26T17:31:42.704Z Downloaded p384 v0.13.1
12392026-05-26T17:31:42.717Z Downloaded git2 v0.20.4
12402026-05-26T17:31:42.722Z Downloaded ssh-key v0.6.7
12412026-05-26T17:31:42.727Z Downloaded moka v0.12.13
12422026-05-26T17:31:42.740Z Downloaded goblin v0.10.5
12432026-05-26T17:31:42.746Z Downloaded salty v0.3.0
12442026-05-26T17:31:42.751Z Downloaded rayon v1.11.0
12452026-05-26T17:31:42.756Z Downloaded unicode-normalization v0.1.25
12462026-05-26T17:31:42.764Z Downloaded tower v0.5.3
12472026-05-26T17:31:42.769Z Downloaded tower-http v0.6.8
12482026-05-26T17:31:42.774Z Downloaded rustls-webpki v0.102.8
12492026-05-26T17:31:42.785Z Downloaded quick-xml v0.37.5
12502026-05-26T17:31:42.789Z Downloaded petname v2.0.2
12512026-05-26T17:31:42.792Z Downloaded lalrpop v0.19.12
12522026-05-26T17:31:42.798Z Downloaded rustls-webpki v0.101.7
12532026-05-26T17:31:42.806Z Downloaded zerocopy-derive v0.8.40
12542026-05-26T17:31:42.811Z Downloaded toml_edit v0.19.15
12552026-05-26T17:31:42.822Z Downloaded proptest v1.10.0
12562026-05-26T17:31:42.832Z Downloaded winnow v0.6.26
12572026-05-26T17:31:42.837Z Downloaded x509-cert v0.2.5
12582026-05-26T17:31:42.841Z Downloaded radix_trie v0.2.1
12592026-05-26T17:31:42.844Z Downloaded nix v0.27.1
12602026-05-26T17:31:42.851Z Downloaded typed-path v0.9.3
12612026-05-26T17:31:42.854Z Downloaded winnow v0.5.40
12622026-05-26T17:31:42.859Z Downloaded openssl v0.10.79
12632026-05-26T17:31:42.866Z Downloaded bstr v1.12.1
12642026-05-26T17:31:42.871Z Downloaded nix v0.28.0
12652026-05-26T17:31:42.882Z Downloaded unicode-segmentation v1.12.0
12662026-05-26T17:31:42.885Z Downloaded tough v0.22.0
12672026-05-26T17:31:42.889Z Downloaded regex-syntax v0.6.29
12682026-05-26T17:31:42.899Z Downloaded curve25519-dalek v4.1.3
12692026-05-26T17:31:42.905Z Downloaded hickory-proto v0.24.4
12702026-05-26T17:31:42.913Z Downloaded tabled v0.20.0
12712026-05-26T17:31:42.924Z Downloaded zip v4.6.1
12722026-05-26T17:31:42.927Z Downloaded serde_with v3.17.0
12732026-05-26T17:31:42.933Z Downloaded vcpkg v0.2.15
12742026-05-26T17:31:42.964Z Downloaded hickory-proto v0.25.2
12752026-05-26T17:31:42.975Z Downloaded zerocopy v0.8.40
12762026-05-26T17:31:42.981Z Downloaded tokio-util v0.7.18
12772026-05-26T17:31:42.985Z Downloaded rustix v0.38.44
12782026-05-26T17:31:43.000Z Downloaded object v0.30.4
12792026-05-26T17:31:43.005Z Downloaded regress v0.11.1
12802026-05-26T17:31:43.011Z Downloaded quinn-proto v0.11.13
12812026-05-26T17:31:43.015Z Downloaded polar-core v0.27.3
12822026-05-26T17:31:43.031Z Downloaded nix v0.29.0
12832026-05-26T17:31:43.039Z Downloaded dropshot v0.16.7
12842026-05-26T17:31:43.078Z Downloaded rustls v0.21.12
12852026-05-26T17:31:43.087Z Downloaded zlib-rs v0.6.2
12862026-05-26T17:31:43.090Z Downloaded typify-impl v0.6.2
12872026-05-26T17:31:43.099Z Downloaded time v0.3.47
12882026-05-26T17:31:43.106Z Downloaded object v0.37.3
12892026-05-26T17:31:43.113Z Downloaded smoltcp v0.9.1
12902026-05-26T17:31:43.120Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-05-26T17:31:43.127Z Downloaded nix v0.31.2
12922026-05-26T17:31:43.135Z Downloaded zerocopy-derive v0.6.6
12932026-05-26T17:31:43.141Z Downloaded webpki-roots v1.0.6
12942026-05-26T17:31:43.144Z Downloaded regex-automata v0.4.14
12952026-05-26T17:31:43.153Z Downloaded rustls v0.22.4
12962026-05-26T17:31:43.160Z Downloaded diesel v2.3.7
12972026-05-26T17:31:43.172Z Downloaded smoltcp v0.11.0
12982026-05-26T17:31:43.179Z Downloaded jiff v0.2.21
12992026-05-26T17:31:43.190Z Downloaded rustls v0.23.37
13002026-05-26T17:31:43.197Z Downloaded petgraph v0.8.3
13012026-05-26T17:31:43.211Z Downloaded regex-syntax v0.8.10
13022026-05-26T17:31:43.216Z Downloaded chrono-tz v0.10.4
13032026-05-26T17:31:43.227Z Downloaded regress v0.10.5
13042026-05-26T17:31:43.233Z Downloaded openapiv3 v2.2.0
13052026-05-26T17:31:43.239Z Downloaded dropshot v0.17.0
13062026-05-26T17:31:43.259Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-26T17:31:43.286Z Downloaded sqlparser v0.61.0
13082026-05-26T17:31:43.303Z Downloaded sled v0.34.7
13092026-05-26T17:31:43.311Z Downloaded tracing v0.1.44
13102026-05-26T17:31:43.328Z Downloaded ratatui v0.29.0
13112026-05-26T17:31:43.339Z Downloaded typify-impl v0.4.3
13122026-05-26T17:31:43.377Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-26T17:31:43.410Z Downloaded petgraph v0.6.5
13142026-05-26T17:31:43.492Z Downloaded libz-sys v1.1.24
13152026-05-26T17:31:43.504Z Downloaded encoding_rs v0.8.35
13162026-05-26T17:31:43.517Z Downloaded csv v1.4.0
13172026-05-26T17:31:43.529Z Downloaded sha3 v0.10.8
13182026-05-26T17:31:43.532Z Downloaded tokio v1.52.1
13192026-05-26T17:31:43.596Z Downloaded ring v0.17.14
13202026-05-26T17:31:43.931Z Downloaded aws-lc-sys v0.40.0
13212026-05-26T17:31:44.180Z Compiling libc v0.2.185
13222026-05-26T17:31:44.180Z Compiling serde v1.0.228
13232026-05-26T17:31:44.184Z Compiling log v0.4.29
13242026-05-26T17:31:44.184Z Compiling shlex v1.3.0
13252026-05-26T17:31:44.320Z Compiling find-msvc-tools v0.1.9
13262026-05-26T17:31:44.336Z Compiling syn v2.0.117
13272026-05-26T17:31:44.344Z Compiling smallvec v1.15.1
13282026-05-26T17:31:44.346Z Compiling typenum v1.19.0
13292026-05-26T17:31:44.511Z Compiling generic-array v0.14.7
13302026-05-26T17:31:44.538Z Compiling subtle v2.6.1
13312026-05-26T17:31:44.584Z Compiling scopeguard v1.2.0
13322026-05-26T17:31:44.597Z Compiling const-oid v0.9.6
13332026-05-26T17:31:44.651Z Compiling serde_json v1.0.149
13342026-05-26T17:31:44.715Z Compiling lock_api v0.4.14
13352026-05-26T17:31:44.729Z Compiling zerocopy v0.8.40
13362026-05-26T17:31:44.788Z Compiling pin-project-lite v0.2.17
13372026-05-26T17:31:44.886Z Compiling portable-atomic v1.13.1
13382026-05-26T17:31:44.935Z Compiling parking_lot_core v0.9.12
13392026-05-26T17:31:45.179Z Compiling getrandom v0.2.17
13402026-05-26T17:31:45.195Z Compiling jobserver v0.1.34
13412026-05-26T17:31:45.240Z Compiling errno v0.3.14
13422026-05-26T17:31:45.314Z Compiling rand_core v0.6.4
13432026-05-26T17:31:45.344Z Compiling pkg-config v0.3.32
13442026-05-26T17:31:45.388Z Compiling cc v1.2.56
13452026-05-26T17:31:45.400Z Compiling signal-hook-registry v1.4.8
13462026-05-26T17:31:45.701Z Compiling bitflags v2.11.0
13472026-05-26T17:31:45.719Z Compiling critical-section v1.2.0
13482026-05-26T17:31:45.830Z Compiling libm v0.2.16
13492026-05-26T17:31:45.928Z Compiling futures-core v0.3.32
13502026-05-26T17:31:45.931Z Compiling parking_lot v0.12.5
13512026-05-26T17:31:45.968Z Compiling once_cell v1.21.3
13522026-05-26T17:31:46.006Z Compiling mio v1.2.0
13532026-05-26T17:31:46.091Z Compiling num-traits v0.2.19
13542026-05-26T17:31:46.114Z Compiling percent-encoding v2.3.2
13552026-05-26T17:31:46.177Z Compiling socket2 v0.6.3
13562026-05-26T17:31:46.308Z Compiling futures-sink v0.3.32
13572026-05-26T17:31:46.326Z Compiling futures-task v0.3.32
13582026-05-26T17:31:46.410Z Compiling futures-channel v0.3.32
13592026-05-26T17:31:46.439Z Compiling cpufeatures v0.2.17
13602026-05-26T17:31:46.486Z Compiling slab v0.4.12
13612026-05-26T17:31:46.505Z Compiling futures-io v0.3.32
13622026-05-26T17:31:46.517Z Compiling getrandom v0.4.1
13632026-05-26T17:31:46.601Z Compiling rand_core v0.10.0
13642026-05-26T17:31:46.642Z Compiling indexmap v2.14.0
13652026-05-26T17:31:46.658Z Compiling rustversion v1.0.22
13662026-05-26T17:31:46.672Z Compiling getrandom v0.3.4
13672026-05-26T17:31:46.768Z Compiling form_urlencoded v1.2.2
13682026-05-26T17:31:47.045Z Compiling cmake v0.1.57
13692026-05-26T17:31:47.059Z Compiling fs_extra v1.3.0
13702026-05-26T17:31:47.094Z Compiling dunce v1.0.5
13712026-05-26T17:31:47.307Z Compiling synstructure v0.13.2
13722026-05-26T17:31:47.319Z Compiling base64ct v1.8.3
13732026-05-26T17:31:47.333Z Compiling ident_case v1.0.1
13742026-05-26T17:31:47.448Z Compiling aws-lc-sys v0.40.0
13752026-05-26T17:31:47.462Z Compiling flagset v0.4.7
13762026-05-26T17:31:47.583Z Compiling pem-rfc7468 v0.7.0
13772026-05-26T17:31:47.598Z Compiling regex-syntax v0.8.10
13782026-05-26T17:31:47.613Z Compiling rustix v1.1.3
13792026-05-26T17:31:47.643Z Compiling iana-time-zone v0.1.65
13802026-05-26T17:31:47.788Z Compiling rand_core v0.9.5
13812026-05-26T17:31:47.852Z Compiling ring v0.17.14
13822026-05-26T17:31:47.888Z Compiling vcpkg v0.2.15
13832026-05-26T17:31:47.924Z Compiling aws-lc-rs v1.16.3
13842026-05-26T17:31:48.067Z Compiling uuid v1.23.0
13852026-05-26T17:31:48.206Z Compiling rustc_version v0.4.1
13862026-05-26T17:31:48.540Z Compiling tracing-core v0.1.36
13872026-05-26T17:31:48.636Z Compiling openssl-sys v0.9.115
13882026-05-26T17:31:48.793Z Compiling base64 v0.22.1
13892026-05-26T17:31:49.039Z Compiling serde_derive v1.0.228
13902026-05-26T17:31:49.108Z Compiling zeroize_derive v1.4.3
13912026-05-26T17:31:49.133Z Compiling zerofrom-derive v0.1.6
13922026-05-26T17:31:49.175Z Compiling yoke-derive v0.8.1
13932026-05-26T17:31:49.383Z Compiling zerovec-derive v0.11.2
13942026-05-26T17:31:49.749Z Compiling zeroize v1.8.2
13952026-05-26T17:31:49.969Z Compiling zerocopy-derive v0.8.40
13962026-05-26T17:31:50.339Z Compiling displaydoc v0.2.5
13972026-05-26T17:31:50.493Z Compiling crypto-common v0.1.7
13982026-05-26T17:31:50.537Z Compiling zerofrom v0.1.6
13992026-05-26T17:31:50.551Z Compiling block-buffer v0.10.4
14002026-05-26T17:31:50.659Z Compiling yoke v0.8.1
14012026-05-26T17:31:50.673Z Compiling tokio-macros v2.7.0
14022026-05-26T17:31:50.717Z Compiling digest v0.10.7
14032026-05-26T17:31:50.840Z Compiling zerovec v0.11.5
14042026-05-26T17:31:50.962Z Compiling futures-macro v0.3.32
14052026-05-26T17:31:51.110Z Compiling zerotrie v0.2.3
14062026-05-26T17:31:51.345Z Compiling tinystr v0.8.2
14072026-05-26T17:31:51.375Z Compiling potential_utf v0.1.4
14082026-05-26T17:31:51.408Z Compiling hmac v0.12.1
14092026-05-26T17:31:51.532Z Compiling icu_locale_core v2.1.1
14102026-05-26T17:31:51.545Z Compiling icu_collections v2.1.1
14112026-05-26T17:31:51.558Z Compiling block-padding v0.3.3
14122026-05-26T17:31:51.709Z Compiling inout v0.1.4
14132026-05-26T17:31:51.748Z Compiling futures-util v0.3.32
14142026-05-26T17:31:51.874Z Compiling cipher v0.4.4
14152026-05-26T17:31:52.015Z Compiling sha2 v0.10.9
14162026-05-26T17:31:52.127Z Compiling icu_provider v2.1.1
14172026-05-26T17:31:52.393Z Compiling icu_properties v2.1.2
14182026-05-26T17:31:52.415Z Compiling icu_normalizer v2.1.1
14192026-05-26T17:31:52.497Z Compiling bytes v1.11.1
14202026-05-26T17:31:52.565Z Compiling der_derive v0.7.3
14212026-05-26T17:31:52.942Z Compiling chrono v0.4.44
14222026-05-26T17:31:53.095Z Compiling tokio v1.52.1
14232026-05-26T17:31:53.371Z Compiling idna_adapter v1.2.1
14242026-05-26T17:31:53.456Z Compiling http v1.4.0
14252026-05-26T17:31:53.492Z Compiling idna v1.1.0
14262026-05-26T17:31:53.507Z Compiling der v0.7.10
14272026-05-26T17:31:53.989Z Compiling url v2.5.8
14282026-05-26T17:31:54.117Z Compiling salsa20 v0.10.2
14292026-05-26T17:31:54.257Z Compiling ppv-lite86 v0.2.21
14302026-05-26T17:31:54.317Z Compiling spki v0.7.3
14312026-05-26T17:31:54.341Z Compiling pbkdf2 v0.12.2
14322026-05-26T17:31:54.361Z Compiling rustls-pki-types v1.14.0
14332026-05-26T17:31:54.455Z Compiling tracing-attributes v0.1.31
14342026-05-26T17:31:54.512Z Compiling thiserror-impl v2.0.18
14352026-05-26T17:31:54.570Z Compiling rand_chacha v0.9.0
14362026-05-26T17:31:54.682Z Compiling scrypt v0.11.0
14372026-05-26T17:31:54.762Z Compiling http-body v1.0.1
14382026-05-26T17:31:54.795Z Compiling cbc v0.1.2
14392026-05-26T17:31:54.911Z Compiling aes v0.8.4
14402026-05-26T17:31:54.941Z Compiling openssl-probe v0.2.1
14412026-05-26T17:31:54.990Z Compiling tinyvec_macros v0.1.1
14422026-05-26T17:31:55.064Z Compiling httparse v1.10.1
14432026-05-26T17:31:55.112Z Compiling untrusted v0.9.0
14442026-05-26T17:31:55.233Z Compiling untrusted v0.7.1
14452026-05-26T17:31:55.355Z Compiling pkcs5 v0.7.1
14462026-05-26T17:31:55.432Z Compiling tinyvec v1.10.0
14472026-05-26T17:31:55.763Z Compiling tracing v0.1.44
14482026-05-26T17:31:55.813Z Compiling pest_generator v2.8.6
14492026-05-26T17:31:55.837Z Compiling thiserror v2.0.18
14502026-05-26T17:31:55.850Z Compiling rand v0.9.2
14512026-05-26T17:31:55.942Z Compiling serde_derive_internals v0.29.1
14522026-05-26T17:31:55.965Z Compiling aho-corasick v1.1.4
14532026-05-26T17:31:56.024Z Compiling atomic-waker v1.1.2
14542026-05-26T17:31:56.147Z Compiling dyn-clone v1.0.20
14552026-05-26T17:31:56.282Z Compiling try-lock v0.2.5
14562026-05-26T17:31:56.390Z Compiling tower-service v0.3.3
14572026-05-26T17:31:56.487Z Compiling tower-layer v0.3.3
14582026-05-26T17:31:56.506Z Compiling schemars v0.8.22
14592026-05-26T17:31:56.628Z Compiling rustls v0.23.37
14602026-05-26T17:31:56.645Z Compiling pest_derive v2.8.6
14612026-05-26T17:31:56.723Z Compiling want v0.3.1
14622026-05-26T17:31:56.795Z Compiling tokio-util v0.7.18
14632026-05-26T17:31:56.818Z Compiling schemars_derive v0.8.22
14642026-05-26T17:31:56.881Z Compiling regex-automata v0.4.14
14652026-05-26T17:31:57.051Z Compiling pkcs8 v0.10.2
14662026-05-26T17:31:57.350Z Compiling ipnet v2.11.0
14672026-05-26T17:31:57.364Z Compiling scroll_derive v0.13.1
14682026-05-26T17:31:57.613Z Compiling h2 v0.4.13
14692026-05-26T17:31:57.802Z Compiling darling_core v0.20.11
14702026-05-26T17:31:57.830Z Compiling pin-utils v0.1.0
14712026-05-26T17:31:57.901Z Compiling foreign-types-shared v0.1.1
14722026-05-26T17:31:57.988Z Compiling openssl v0.10.79
14732026-05-26T17:31:58.024Z Compiling httpdate v1.0.3
14742026-05-26T17:31:58.138Z Compiling scroll v0.13.0
14752026-05-26T17:31:58.241Z Compiling foreign-types v0.3.2
14762026-05-26T17:31:58.310Z Compiling tempfile v3.25.0
14772026-05-26T17:31:58.394Z Compiling unicode-normalization v0.1.25
14782026-05-26T17:31:58.724Z Compiling openssl-macros v0.1.1
14792026-05-26T17:31:58.833Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-05-26T17:31:59.076Z Compiling spin v0.9.8
14812026-05-26T17:31:59.109Z Compiling native-tls v0.2.18
14822026-05-26T17:31:59.210Z Compiling powerfmt v0.2.0
14832026-05-26T17:31:59.274Z Compiling num-conv v0.2.0
14842026-05-26T17:31:59.306Z Compiling time-core v0.1.8
14852026-05-26T17:31:59.402Z Compiling crc32fast v1.5.0
14862026-05-26T17:31:59.402Z Compiling deranged v0.5.8
14872026-05-26T17:31:59.449Z Compiling time-macros v0.2.27
14882026-05-26T17:32:00.012Z Compiling darling_macro v0.20.11
14892026-05-26T17:32:00.343Z Compiling goblin v0.10.5
14902026-05-26T17:32:00.488Z Compiling hyper v1.8.1
14912026-05-26T17:32:00.539Z Compiling darling v0.20.11
14922026-05-26T17:32:00.622Z Compiling rustls-native-certs v0.8.3
14932026-05-26T17:32:00.912Z Compiling sync_wrapper v1.0.2
14942026-05-26T17:32:00.946Z Compiling wait-timeout v0.2.1
14952026-05-26T17:32:01.017Z Compiling num_threads v0.1.7
14962026-05-26T17:32:01.114Z Compiling crossbeam-utils v0.8.21
14972026-05-26T17:32:01.211Z Compiling siphasher v1.0.2
14982026-05-26T17:32:01.393Z Compiling quick-error v1.2.3
14992026-05-26T17:32:01.408Z Compiling simd-adler32 v0.3.8
15002026-05-26T17:32:01.501Z Compiling syn v1.0.109
15012026-05-26T17:32:01.520Z Compiling bit-vec v0.8.0
15022026-05-26T17:32:01.648Z Compiling hyper-util v0.1.20
15032026-05-26T17:32:01.748Z Compiling usdt-impl v0.6.0
15042026-05-26T17:32:01.848Z Compiling bit-set v0.8.0
15052026-05-26T17:32:02.007Z Compiling rusty-fork v0.3.1
15062026-05-26T17:32:02.118Z Compiling time v0.3.47
15072026-05-26T17:32:02.276Z Compiling tower v0.5.3
15082026-05-26T17:32:02.315Z Compiling derive_builder_core v0.20.2
15092026-05-26T17:32:02.742Z Compiling dtrace-parser v0.3.0
15102026-05-26T17:32:02.882Z Compiling http-body-util v0.1.3
15112026-05-26T17:32:03.120Z Compiling dof v0.4.0
15122026-05-26T17:32:03.165Z Compiling webpki-roots v1.0.6
15132026-05-26T17:32:03.284Z Compiling signature v2.2.0
15142026-05-26T17:32:03.355Z Compiling scroll_derive v0.12.1
15152026-05-26T17:32:03.462Z Compiling thiserror-impl v1.0.69
15162026-05-26T17:32:03.482Z Compiling heapless v0.7.17
15172026-05-26T17:32:03.659Z Compiling rand_xorshift v0.4.0
15182026-05-26T17:32:03.713Z Compiling slog v2.8.2
15192026-05-26T17:32:03.816Z Compiling darling_core v0.21.3
15202026-05-26T17:32:03.892Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-05-26T17:32:03.995Z Compiling thread-id v5.1.0
15222026-05-26T17:32:04.077Z Compiling cookie v0.18.1
15232026-05-26T17:32:04.160Z Compiling signal-hook v0.3.18
15242026-05-26T17:32:04.253Z Compiling unicode-properties v0.1.4
15252026-05-26T17:32:04.268Z Compiling unarray v0.1.4
15262026-05-26T17:32:04.331Z Compiling anyhow v1.0.102
15272026-05-26T17:32:04.376Z Compiling paste v1.0.15
15282026-05-26T17:32:04.458Z Compiling iri-string v0.7.10
15292026-05-26T17:32:04.568Z Compiling zstd-safe v7.2.4
15302026-05-26T17:32:04.628Z Compiling ryu v1.0.23
15312026-05-26T17:32:04.642Z Compiling adler2 v2.0.1
15322026-05-26T17:32:04.684Z Compiling unicode-bidi v0.3.18
15332026-05-26T17:32:04.753Z Compiling allocator-api2 v0.2.21
15342026-05-26T17:32:04.766Z Compiling serde_urlencoded v0.7.1
15352026-05-26T17:32:04.801Z Compiling miniz_oxide v0.8.9
15362026-05-26T17:32:04.998Z Compiling stringprep v0.1.5
15372026-05-26T17:32:05.066Z Compiling thiserror v1.0.69
15382026-05-26T17:32:05.215Z Compiling proptest v1.10.0
15392026-05-26T17:32:05.459Z Compiling scroll v0.12.0
15402026-05-26T17:32:05.770Z Compiling tower-http v0.6.8
15412026-05-26T17:32:06.052Z Compiling derive_builder_macro v0.20.2
15422026-05-26T17:32:06.068Z Compiling tokio-native-tls v0.3.1
15432026-05-26T17:32:06.179Z Compiling bstr v1.12.1
15442026-05-26T17:32:06.233Z Compiling ipnetwork v0.21.1
15452026-05-26T17:32:06.305Z Compiling darling_macro v0.21.3
15462026-05-26T17:32:06.495Z Compiling rand_chacha v0.3.1
15472026-05-26T17:32:06.619Z Compiling erased-serde v0.3.31
15482026-05-26T17:32:06.634Z Compiling serde_tokenstream v0.2.3
15492026-05-26T17:32:06.773Z Compiling toml_datetime v0.6.11
15502026-05-26T17:32:06.822Z Compiling serde_spanned v0.6.9
15512026-05-26T17:32:06.941Z Compiling md-5 v0.10.6
15522026-05-26T17:32:06.964Z Compiling pin-project-internal v1.1.11
15532026-05-26T17:32:07.022Z Compiling async-trait v0.1.89
15542026-05-26T17:32:07.092Z Compiling zerocopy-derive v0.7.35
15552026-05-26T17:32:07.105Z Compiling curve25519-dalek v4.1.3
15562026-05-26T17:32:07.291Z Compiling vergen-lib v0.1.6
15572026-05-26T17:32:07.431Z Compiling num-integer v0.1.46
15582026-05-26T17:32:07.466Z Compiling hash32 v0.2.1
15592026-05-26T17:32:07.653Z Compiling ff v0.13.1
15602026-05-26T17:32:07.746Z Compiling memoffset v0.9.1
15612026-05-26T17:32:07.788Z Compiling ref-cast v1.0.25
15622026-05-26T17:32:07.923Z Compiling num-bigint-dig v0.8.6
15632026-05-26T17:32:07.937Z Compiling psl-types v2.0.11
15642026-05-26T17:32:08.017Z Compiling fallible-iterator v0.2.0
15652026-05-26T17:32:08.038Z Compiling smoltcp v0.9.1
15662026-05-26T17:32:08.057Z Compiling base16ct v0.2.0
15672026-05-26T17:32:08.081Z Compiling rustix v0.38.44
15682026-05-26T17:32:08.107Z Compiling zlib-rs v0.6.2
15692026-05-26T17:32:08.225Z Compiling cfg_aliases v0.2.1
15702026-05-26T17:32:08.300Z Compiling litrs v1.0.0
15712026-05-26T17:32:08.326Z Compiling nix v0.31.2
15722026-05-26T17:32:08.384Z Compiling postgres-protocol v0.6.10
15732026-05-26T17:32:08.504Z Compiling sec1 v0.7.3
15742026-05-26T17:32:08.753Z Compiling publicsuffix v2.3.0
15752026-05-26T17:32:08.776Z Compiling pin-project v1.1.11
15762026-05-26T17:32:08.795Z Compiling document-features v0.2.12
15772026-05-26T17:32:08.916Z Compiling zerocopy v0.7.35
15782026-05-26T17:32:08.919Z Compiling group v0.13.0
15792026-05-26T17:32:08.967Z Compiling num-iter v0.1.45
15802026-05-26T17:32:09.100Z Compiling newtype-uuid v1.3.2
15812026-05-26T17:32:09.456Z Compiling darling v0.21.3
15822026-05-26T17:32:09.459Z Compiling rand v0.8.6
15832026-05-26T17:32:09.536Z Compiling derive_builder v0.20.2
15842026-05-26T17:32:09.539Z Compiling oxnet v0.1.4
15852026-05-26T17:32:09.663Z Compiling hyper-tls v0.6.0
15862026-05-26T17:32:09.890Z Compiling goblin v0.8.2
15872026-05-26T17:32:09.951Z Compiling hubpack_derive v0.1.1
15882026-05-26T17:32:10.384Z Compiling phf_shared v0.13.1
15892026-05-26T17:32:10.448Z Compiling lazy_static v1.5.0
15902026-05-26T17:32:10.592Z Compiling regex v1.12.3
15912026-05-26T17:32:10.668Z Compiling futures-executor v0.3.32
15922026-05-26T17:32:10.682Z Compiling hex v0.4.3
15932026-05-26T17:32:10.906Z Compiling cargo-platform v0.1.9
15942026-05-26T17:32:10.927Z Compiling hkdf v0.12.4
15952026-05-26T17:32:10.990Z Compiling flate2 v1.1.9
15962026-05-26T17:32:11.015Z Compiling crypto-bigint v0.5.5
15972026-05-26T17:32:11.088Z Compiling terminal_size v0.4.3
15982026-05-26T17:32:11.165Z Compiling strum_macros v0.27.2
15992026-05-26T17:32:11.226Z Compiling daft-derive v0.1.7
16002026-05-26T17:32:11.332Z Compiling curve25519-dalek-derive v0.1.1
16012026-05-26T17:32:11.406Z Compiling snafu-derive v0.8.9
16022026-05-26T17:32:11.942Z Compiling ref-cast-impl v1.0.25
16032026-05-26T17:32:11.967Z Compiling vergen v9.0.6
16042026-05-26T17:32:12.143Z Compiling fs-err v3.3.0
16052026-05-26T17:32:12.330Z Compiling ahash v0.8.12
16062026-05-26T17:32:12.461Z Compiling encoding_rs v0.8.35
16072026-05-26T17:32:12.529Z Compiling same-file v1.0.6
16082026-05-26T17:32:12.690Z Compiling object v0.37.3
16092026-05-26T17:32:12.955Z Compiling bitflags v1.3.2
16102026-05-26T17:32:13.031Z Compiling bumpalo v3.20.2
16112026-05-26T17:32:13.085Z Compiling managed v0.8.0
16122026-05-26T17:32:13.131Z Compiling libbz2-rs-sys v0.2.2
16132026-05-26T17:32:13.278Z Compiling unicode-segmentation v1.12.0
16142026-05-26T17:32:13.292Z Compiling winnow v0.5.40
16152026-05-26T17:32:13.303Z Compiling foldhash v0.1.5
16162026-05-26T17:32:13.330Z Compiling mime v0.3.17
16172026-05-26T17:32:13.466Z Compiling foldhash v0.2.0
16182026-05-26T17:32:13.585Z Compiling bzip2 v0.6.1
16192026-05-26T17:32:13.658Z Compiling hashbrown v0.16.1
16202026-05-26T17:32:13.682Z Compiling hashbrown v0.15.5
16212026-05-26T17:32:13.788Z Compiling clap_builder v4.5.60
16222026-05-26T17:32:13.802Z Compiling snafu v0.8.9
16232026-05-26T17:32:14.138Z Compiling zopfli v0.8.3
16242026-05-26T17:32:14.217Z Compiling strum v0.27.2
16252026-05-26T17:32:14.275Z Compiling walkdir v2.5.0
16262026-05-26T17:32:14.579Z Compiling toml_edit v0.19.15
16272026-05-26T17:32:14.609Z Compiling dof v0.3.0
16282026-05-26T17:32:14.683Z Compiling elliptic-curve v0.13.8
16292026-05-26T17:32:14.777Z Compiling daft v0.1.7
16302026-05-26T17:32:15.050Z Compiling cargo_metadata v0.19.2
16312026-05-26T17:32:15.081Z Compiling futures v0.3.32
16322026-05-26T17:32:15.165Z Compiling phf v0.13.1
16332026-05-26T17:32:15.722Z Compiling hubpack v0.1.2
16342026-05-26T17:32:15.948Z Compiling signal-hook-mio v0.2.5
16352026-05-26T17:32:16.066Z Compiling cookie_store v0.22.1
16362026-05-26T17:32:16.134Z Compiling zstd v0.13.3
16372026-05-26T17:32:16.387Z Compiling bzip2 v0.4.4
16382026-05-26T17:32:16.401Z Compiling serde_with_macros v3.17.0
16392026-05-26T17:32:16.681Z Compiling postgres-types v0.2.12
16402026-05-26T17:32:16.773Z Compiling usdt-attr-macro v0.6.0
16412026-05-26T17:32:17.220Z Compiling usdt-macro v0.6.0
16422026-05-26T17:32:17.223Z Compiling globset v0.4.18
16432026-05-26T17:32:17.503Z Compiling dtrace-parser v0.2.0
16442026-05-26T17:32:17.540Z Compiling ed25519 v2.2.3
16452026-05-26T17:32:17.757Z Compiling phf_shared v0.11.3
16462026-05-26T17:32:17.793Z Compiling olpc-cjson v0.1.4
16472026-05-26T17:32:17.894Z Compiling pkcs1 v0.7.5
16482026-05-26T17:32:17.938Z Compiling serde-big-array v0.5.1
16492026-05-26T17:32:17.941Z Compiling serde_plain v1.0.2
16502026-05-26T17:32:17.965Z Compiling rfc6979 v0.4.0
16512026-05-26T17:32:18.079Z Compiling pem v3.0.6
16522026-05-26T17:32:18.079Z Compiling clap_derive v4.5.55
16532026-05-26T17:32:18.137Z Compiling async-recursion v1.1.1
16542026-05-26T17:32:18.240Z Compiling strum_macros v0.26.4
16552026-05-26T17:32:18.280Z Compiling serde_repr v0.1.20
16562026-05-26T17:32:18.408Z Compiling enum-as-inner v0.6.1
16572026-05-26T17:32:18.422Z Compiling float-cmp v0.10.0
16582026-05-26T17:32:18.564Z Compiling memmap2 v0.9.10
16592026-05-26T17:32:18.771Z Compiling thread-id v4.2.2
16602026-05-26T17:32:18.771Z Compiling env_filter v1.0.0
16612026-05-26T17:32:18.804Z Compiling jiff v0.2.21
16622026-05-26T17:32:18.867Z Compiling fixedbitset v0.5.7
16632026-05-26T17:32:18.895Z Compiling static_assertions v1.1.0
16642026-05-26T17:32:18.969Z Compiling keccak v0.1.6
16652026-05-26T17:32:19.069Z Compiling typed-path v0.9.3
16662026-05-26T17:32:19.164Z Compiling fixedbitset v0.4.2
16672026-05-26T17:32:19.379Z Compiling difflib v0.4.0
16682026-05-26T17:32:19.769Z Compiling normalize-line-endings v0.3.0
16692026-05-26T17:32:19.801Z Compiling new_debug_unreachable v1.0.6
16702026-05-26T17:32:19.864Z Compiling data-encoding v2.10.0
16712026-05-26T17:32:19.878Z Compiling either v1.15.0
16722026-05-26T17:32:19.928Z Compiling precomputed-hash v0.1.1
16732026-05-26T17:32:19.949Z Compiling predicates-core v1.0.10
16742026-05-26T17:32:20.016Z Compiling whoami v2.1.0
16752026-05-26T17:32:20.073Z Compiling predicates v3.1.4
16762026-05-26T17:32:20.123Z Compiling itertools v0.13.0
16772026-05-26T17:32:20.264Z Compiling tokio-postgres v0.7.16
16782026-05-26T17:32:20.383Z Compiling hickory-proto v0.25.2
16792026-05-26T17:32:20.569Z Compiling string_cache v0.8.9
16802026-05-26T17:32:20.760Z Compiling strum v0.26.3
16812026-05-26T17:32:20.800Z Compiling clap v4.5.60
16822026-05-26T17:32:20.884Z Compiling toml_edit v0.22.27
16832026-05-26T17:32:20.898Z Compiling petgraph v0.6.5
16842026-05-26T17:32:20.911Z Compiling sha3 v0.10.8
16852026-05-26T17:32:21.370Z Compiling petgraph v0.8.3
16862026-05-26T17:32:21.403Z Compiling zip v4.6.1
16872026-05-26T17:32:22.347Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16882026-05-26T17:32:22.384Z Compiling env_logger v0.11.9
16892026-05-26T17:32:22.492Z Compiling usdt-impl v0.5.0
16902026-05-26T17:32:22.734Z Compiling usdt v0.6.0
16912026-05-26T17:32:22.972Z Compiling rsa v0.9.10
16922026-05-26T17:32:22.992Z Compiling ecdsa v0.16.9
16932026-05-26T17:32:23.076Z Compiling ed25519-dalek v2.2.0
16942026-05-26T17:32:23.285Z Compiling crossterm v0.28.1
16952026-05-26T17:32:23.370Z Compiling serde_with v3.17.0
16962026-05-26T17:32:23.724Z Compiling zip v0.6.6
16972026-05-26T17:32:24.299Z Compiling toml v0.7.8
16982026-05-26T17:32:24.901Z Compiling iddqd v0.4.1
16992026-05-26T17:32:25.053Z Compiling heck v0.4.1
17002026-05-26T17:32:25.145Z Compiling similar v2.7.0
17012026-05-26T17:32:25.241Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-26T17:32:25.275Z Compiling crossbeam-epoch v0.9.18
17032026-05-26T17:32:25.364Z Compiling tokio-stream v0.1.18
17042026-05-26T17:32:25.608Z Compiling buf-list v1.1.2
17052026-05-26T17:32:25.868Z Compiling x509-cert v0.2.5
17062026-05-26T17:32:25.884Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17072026-05-26T17:32:25.896Z Compiling openapiv3 v2.2.0
17082026-05-26T17:32:26.048Z Compiling sha1 v0.10.6
17092026-05-26T17:32:26.176Z Compiling toml_datetime v0.7.5+spec-1.1.0
17102026-05-26T17:32:26.190Z Compiling peg-runtime v0.8.5
17112026-05-26T17:32:26.273Z Compiling lalrpop-util v0.19.12
17122026-05-26T17:32:26.276Z Compiling thread_local v1.1.9
17132026-05-26T17:32:26.460Z Compiling slog-async v2.8.0
17142026-05-26T17:32:26.463Z Compiling crossbeam-channel v0.5.15
17152026-05-26T17:32:26.463Z Compiling is-terminal v0.4.17
17162026-05-26T17:32:26.527Z Compiling filetime v0.2.27
17172026-05-26T17:32:26.576Z Compiling xattr v1.6.1
17182026-05-26T17:32:26.702Z Compiling term v1.2.1
17192026-05-26T17:32:26.742Z Compiling take_mut v0.2.2
17202026-05-26T17:32:26.767Z Compiling tar v0.4.45
17212026-05-26T17:32:27.272Z Compiling slog-term v2.9.2
17222026-05-26T17:32:36.937Z Compiling rustls-webpki v0.103.9
17232026-05-26T17:32:39.695Z Compiling tokio-rustls v0.26.4
17242026-05-26T17:32:39.696Z Compiling rustls-platform-verifier v0.6.2
17252026-05-26T17:32:39.883Z Compiling hyper-rustls v0.27.7
17262026-05-26T17:32:40.073Z Compiling reqwest v0.12.28
17272026-05-26T17:32:40.073Z Compiling reqwest v0.13.2
17282026-05-26T17:32:41.352Z Compiling tough v0.22.0
17292026-05-26T17:32:43.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-26T17:32:44.045Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-26T17:32:46.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-26T17:32:47.011Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17332026-05-26T17:32:47.064ZMay 26 17:32:45.603 INFO Starting download, target: Clickhouse
17342026-05-26T17:32:47.064ZMay 26 17:32:45.603 INFO Starting download, target: Cockroach
17352026-05-26T17:32:47.064ZMay 26 17:32:45.603 INFO Starting download, target: Console
17362026-05-26T17:32:47.064ZMay 26 17:32:45.603 INFO Starting download, target: DendriteStub
17372026-05-26T17:32:47.064ZMay 26 17:32:45.603 INFO Starting download, target: MaghemiteMgd
17382026-05-26T17:32:47.067ZMay 26 17:32:45.603 INFO Starting download, target: TransceiverControl
17392026-05-26T17:32:47.067ZMay 26 17:32:45.603 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17402026-05-26T17:32:47.068ZMay 26 17:32:45.603 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-05-26T17:32:47.068ZMay 26 17:32:45.603 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-05-26T17:32:47.068ZMay 26 17:32:45.604 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-05-26T17:32:47.068ZMay 26 17:32:45.604 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-05-26T17:32:47.068ZMay 26 17:32:45.604 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-05-26T17:32:47.786ZMay 26 17:32:46.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-26T17:32:48.006ZMay 26 17:32:46.485 INFO Download complete, target: TransceiverControl
17472026-05-26T17:32:48.174ZMay 26 17:32:46.641 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-26T17:32:48.353ZMay 26 17:32:46.867 INFO Download complete, target: Console
17492026-05-26T17:32:48.845ZMay 26 17:32:47.346 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-05-26T17:32:50.404ZMay 26 17:32:48.927 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-05-26T17:32:50.479ZMay 26 17:32:48.996 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-05-26T17:32:51.490ZMay 26 17:32:50.029 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-05-26T17:32:51.490ZMay 26 17:32:50.029 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-05-26T17:32:52.805ZMay 26 17:32:51.344 INFO Download complete, target: DendriteStub
17552026-05-26T17:32:52.820ZMay 26 17:32:51.359 INFO Download complete, target: MaghemiteMgd
17562026-05-26T17:32:55.433ZMay 26 17:32:53.971 INFO Checking that binary works, target: Clickhouse
17572026-05-26T17:32:55.561ZMay 26 17:32:54.097 INFO Download complete, target: Clickhouse
17582026-05-26T17:32:56.212ZMay 26 17:32:54.556 INFO Checking that binary works, target: Cockroach
17592026-05-26T17:32:56.220ZMay 26 17:32:54.673 INFO Download complete, target: Cockroach
17602026-05-26T17:32:56.221ZAll builder prerequisites installed successfully, and PATH looks valid
17612026-05-26T17:32:56.221Z
17622026-05-26T17:32:56.221Zreal 2:17.258162867
17632026-05-26T17:32:56.221Zuser 6:53.131736318
17642026-05-26T17:32:56.221Zsys 1:21.630978378
17652026-05-26T17:32:56.221Ztrap 0.225542873
17662026-05-26T17:32:56.221Ztflt 0.710585549
17672026-05-26T17:32:56.221Zdflt 0.476352018
17682026-05-26T17:32:56.221Zkflt 0.024010955
17692026-05-26T17:32:56.221Zlock 21:25.571801243
17702026-05-26T17:32:56.221Zslp 21:15.183773608
17712026-05-26T17:32:56.221Zlat 42.656692688
17722026-05-26T17:32:56.221Zstop 1:51.911016573
17732026-05-26T17:32:56.222Z+ banner hack-check
17742026-05-26T17:32:56.222Z
17752026-05-26T17:32:56.222Z # # ## #### # # #### # # ###### #### # #
17762026-05-26T17:32:56.222Z # # # # # # # # # # # # # # # # #
17772026-05-26T17:32:56.222Z ###### # # # #### ##### # ###### ##### # ####
17782026-05-26T17:32:56.222Z # # ###### # # # # # # # # # #
17792026-05-26T17:32:56.222Z # # # # # # # # # # # # # # # # #
17802026-05-26T17:32:56.222Z # # # # #### # # #### # # ###### #### # #
17812026-05-26T17:32:56.222Z
17822026-05-26T17:32:56.222Z+ export CARGO_INCREMENTAL=0
17832026-05-26T17:32:56.222Z+ CARGO_INCREMENTAL=0
17842026-05-26T17:32:56.222Z+ ptime -m timeout 2h cargo xtask check-features --ci
17852026-05-26T17:32:56.693Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17862026-05-26T17:32:56.902Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17872026-05-26T17:32:58.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17882026-05-26T17:32:58.855Z Running `target/debug/xtask check-features --ci`
17892026-05-26T17:32:58.872Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17902026-05-26T17:32:58.874Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17912026-05-26T17:32:59.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17922026-05-26T17:32:59.947Z Running `target/debug/xtask download cargo-hack`
17932026-05-26T17:33:00.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-05-26T17:33:00.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-05-26T17:33:02.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17962026-05-26T17:33:03.096Z Running `target/debug/xtask-downloader cargo-hack`
17972026-05-26T17:33:03.127ZMay 26 17:33:01.665 INFO Starting download, target: CargoHack
17982026-05-26T17:33:03.131ZMay 26 17:33:01.666 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17992026-05-26T17:33:03.776ZMay 26 17:33:02.315 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18002026-05-26T17:33:03.825ZMay 26 17:33:02.364 INFO Download complete, target: CargoHack
18012026-05-26T17:33:03.829Zrunning: "/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"
18022026-05-26T17:33:03.843Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18032026-05-26T17:33:03.992Zinfo: running `cargo check --bins` on api_identity (1/276)
18042026-05-26T17:33:04.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-26T17:33:04.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-26T17:33:04.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-26T17:33:04.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18082026-05-26T17:33:04.576Z
18092026-05-26T17:33:04.576Zinfo: running `cargo check --bins` on bootstore (2/276)
18102026-05-26T17:33:05.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-26T17:33:05.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-26T17:33:05.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-26T17:33:05.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18142026-05-26T17:33:05.162Z
18152026-05-26T17:33:05.163Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18162026-05-26T17:33:05.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-26T17:33:05.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-26T17:33:05.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-26T17:33:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18202026-05-26T17:33:05.769Z
18212026-05-26T17:33:05.769Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18222026-05-26T17:33:06.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-26T17:33:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-26T17:33:06.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-26T17:33:06.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-05-26T17:33:06.324Z
18272026-05-26T17:33:06.324Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18282026-05-26T17:33:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-26T17:33:06.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-26T17:33:06.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-26T17:33:06.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18322026-05-26T17:33:06.908Z
18332026-05-26T17:33:06.908Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18342026-05-26T17:33:07.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-26T17:33:07.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-26T17:33:07.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-26T17:33:07.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18382026-05-26T17:33:07.485Z
18392026-05-26T17:33:07.485Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18402026-05-26T17:33:07.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-26T17:33:07.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-26T17:33:07.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-26T17:33:07.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18442026-05-26T17:33:08.083Z
18452026-05-26T17:33:08.083Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18462026-05-26T17:33:08.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-26T17:33:08.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-26T17:33:08.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-26T17:33:08.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18502026-05-26T17:33:08.667Z
18512026-05-26T17:33:08.667Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18522026-05-26T17:33:09.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-26T17:33:09.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-26T17:33:09.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-26T17:33:09.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562026-05-26T17:33:09.131Z
18572026-05-26T17:33:09.131Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18582026-05-26T17:33:09.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-26T17:33:09.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-26T17:33:09.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-26T17:33:09.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622026-05-26T17:33:09.595Z
18632026-05-26T17:33:09.595Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18642026-05-26T17:33:09.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-26T17:33:10.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-26T17:33:10.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-26T17:33:10.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-05-26T17:33:10.058Z
18692026-05-26T17:33:10.058Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18702026-05-26T17:33:10.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-26T17:33:10.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-26T17:33:10.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-26T17:33:10.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-26T17:33:10.526Z
18752026-05-26T17:33:10.526Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18762026-05-26T17:33:10.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-26T17:33:10.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-26T17:33:10.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-26T17:33:10.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-26T17:33:10.994Z
18812026-05-26T17:33:10.994Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18822026-05-26T17:33:11.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-26T17:33:11.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-26T17:33:11.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-26T17:33:11.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-26T17:33:11.463Z
18872026-05-26T17:33:11.463Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18882026-05-26T17:33:11.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-26T17:33:11.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-26T17:33:11.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-26T17:33:11.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-26T17:33:11.929Z
18932026-05-26T17:33:11.929Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18942026-05-26T17:33:12.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-26T17:33:12.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-26T17:33:12.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-26T17:33:12.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-26T17:33:12.395Z
18992026-05-26T17:33:12.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19002026-05-26T17:33:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-26T17:33:12.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-26T17:33:12.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-26T17:33:12.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-26T17:33:12.861Z
19052026-05-26T17:33:12.861Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19062026-05-26T17:33:13.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-26T17:33:13.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-26T17:33:13.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-26T17:33:13.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-26T17:33:13.330Z
19112026-05-26T17:33:13.330Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19122026-05-26T17:33:13.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-26T17:33:13.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-26T17:33:13.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-26T17:33:13.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-26T17:33:13.791Z
19172026-05-26T17:33:13.791Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19182026-05-26T17:33:14.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-26T17:33:14.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-26T17:33:14.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-26T17:33:14.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-26T17:33:14.256Z
19232026-05-26T17:33:14.256Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19242026-05-26T17:33:14.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-26T17:33:14.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-26T17:33:14.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-26T17:33:14.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-26T17:33:14.722Z
19292026-05-26T17:33:14.722Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19302026-05-26T17:33:15.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-26T17:33:15.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-26T17:33:15.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-26T17:33:15.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-26T17:33:15.193Z
19352026-05-26T17:33:15.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19362026-05-26T17:33:15.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-26T17:33:15.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-26T17:33:15.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-26T17:33:15.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-26T17:33:15.657Z
19412026-05-26T17:33:15.657Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19422026-05-26T17:33:16.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-26T17:33:16.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-26T17:33:16.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-26T17:33:16.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-26T17:33:16.122Z
19472026-05-26T17:33:16.122Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19482026-05-26T17:33:16.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-26T17:33:16.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-26T17:33:16.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-26T17:33:16.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-26T17:33:16.587Z
19532026-05-26T17:33:16.587Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19542026-05-26T17:33:16.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-26T17:33:16.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-26T17:33:16.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-26T17:33:16.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-26T17:33:17.049Z
19592026-05-26T17:33:17.049Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19602026-05-26T17:33:17.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-26T17:33:17.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-26T17:33:17.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-26T17:33:17.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-26T17:33:17.513Z
19652026-05-26T17:33:17.513Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19662026-05-26T17:33:17.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-26T17:33:17.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-26T17:33:17.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-26T17:33:17.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-26T17:33:17.981Z
19712026-05-26T17:33:17.981Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19722026-05-26T17:33:18.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-26T17:33:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-26T17:33:18.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-26T17:33:18.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-26T17:33:18.450Z
19772026-05-26T17:33:18.450Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19782026-05-26T17:33:18.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-26T17:33:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-26T17:33:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-26T17:33:18.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-26T17:33:18.907Z
19832026-05-26T17:33:18.907Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19842026-05-26T17:33:19.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-26T17:33:19.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-26T17:33:19.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-26T17:33:19.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-26T17:33:19.368Z
19892026-05-26T17:33:19.368Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19902026-05-26T17:33:19.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-26T17:33:19.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-26T17:33:19.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-26T17:33:19.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-26T17:33:19.828Z
19952026-05-26T17:33:19.829Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19962026-05-26T17:33:20.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-26T17:33:20.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-26T17:33:20.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-26T17:33:20.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-26T17:33:20.292Z
20012026-05-26T17:33:20.292Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20022026-05-26T17:33:20.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-26T17:33:20.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-26T17:33:20.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-26T17:33:20.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-26T17:33:20.760Z
20072026-05-26T17:33:20.760Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20082026-05-26T17:33:21.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-26T17:33:21.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-26T17:33:21.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-26T17:33:21.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-26T17:33:21.230Z
20132026-05-26T17:33:21.230Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20142026-05-26T17:33:21.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-26T17:33:21.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-26T17:33:21.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-26T17:33:21.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-26T17:33:21.699Z
20192026-05-26T17:33:21.699Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20202026-05-26T17:33:22.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-26T17:33:22.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-26T17:33:22.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-26T17:33:22.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-26T17:33:22.161Z
20252026-05-26T17:33:22.161Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20262026-05-26T17:33:22.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-26T17:33:22.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-26T17:33:22.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-26T17:33:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-26T17:33:22.620Z
20312026-05-26T17:33:22.620Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20322026-05-26T17:33:23.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-26T17:33:23.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-26T17:33:23.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-26T17:33:23.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-26T17:33:23.083Z
20372026-05-26T17:33:23.083Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20382026-05-26T17:33:23.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-26T17:33:23.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-26T17:33:23.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-26T17:33:23.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-26T17:33:23.546Z
20432026-05-26T17:33:23.546Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20442026-05-26T17:33:23.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-26T17:33:23.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-26T17:33:23.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-26T17:33:23.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-26T17:33:24.010Z
20492026-05-26T17:33:24.010Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20502026-05-26T17:33:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-26T17:33:24.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-26T17:33:24.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-26T17:33:24.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-26T17:33:24.473Z
20552026-05-26T17:33:24.473Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20562026-05-26T17:33:24.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-26T17:33:24.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-26T17:33:24.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-26T17:33:24.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-26T17:33:24.935Z
20612026-05-26T17:33:24.935Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20622026-05-26T17:33:25.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-26T17:33:25.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-26T17:33:25.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-26T17:33:25.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-26T17:33:25.400Z
20672026-05-26T17:33:25.400Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20682026-05-26T17:33:25.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-26T17:33:25.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-26T17:33:25.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-26T17:33:25.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-05-26T17:33:25.867Z
20732026-05-26T17:33:25.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20742026-05-26T17:33:26.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-26T17:33:26.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-26T17:33:26.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-26T17:33:26.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-26T17:33:26.332Z
20792026-05-26T17:33:26.332Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20802026-05-26T17:33:26.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-26T17:33:26.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-26T17:33:26.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-26T17:33:26.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-26T17:33:26.798Z
20852026-05-26T17:33:26.798Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20862026-05-26T17:33:27.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-26T17:33:27.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-26T17:33:27.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-26T17:33:27.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-05-26T17:33:27.262Z
20912026-05-26T17:33:27.262Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20922026-05-26T17:33:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-26T17:33:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-26T17:33:27.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-26T17:33:27.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-05-26T17:33:27.892Z
20972026-05-26T17:33:27.892Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20982026-05-26T17:33:28.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-26T17:33:28.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-26T17:33:28.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-26T17:33:28.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-05-26T17:33:28.519Z
21032026-05-26T17:33:28.519Zinfo: running `cargo check --bins` on nexus-config (51/276)
21042026-05-26T17:33:29.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-26T17:33:29.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-26T17:33:29.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-26T17:33:29.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21082026-05-26T17:33:29.144Z
21092026-05-26T17:33:29.144Zinfo: running `cargo check --bins` on nexus-types (52/276)
21102026-05-26T17:33:29.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-26T17:33:29.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-26T17:33:29.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-26T17:33:29.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-05-26T17:33:29.768Z
21152026-05-26T17:33:29.768Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21162026-05-26T17:33:30.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-26T17:33:30.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-26T17:33:30.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-26T17:33:30.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21202026-05-26T17:33:30.365Z
21212026-05-26T17:33:30.366Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21222026-05-26T17:33:30.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-26T17:33:30.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-26T17:33:30.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-26T17:33:30.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21262026-05-26T17:33:30.945Z
21272026-05-26T17:33:30.945Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21282026-05-26T17:33:31.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-26T17:33:31.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-26T17:33:31.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-26T17:33:31.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322026-05-26T17:33:31.545Z
21332026-05-26T17:33:31.545Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21342026-05-26T17:33:32.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-26T17:33:32.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-26T17:33:32.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-26T17:33:32.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21382026-05-26T17:33:32.139Z
21392026-05-26T17:33:32.139Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21402026-05-26T17:33:32.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-26T17:33:32.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-26T17:33:32.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-26T17:33:32.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21442026-05-26T17:33:32.734Z
21452026-05-26T17:33:32.734Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21462026-05-26T17:33:33.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-26T17:33:33.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-26T17:33:33.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-26T17:33:33.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21502026-05-26T17:33:33.335Z
21512026-05-26T17:33:33.335Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21522026-05-26T17:33:33.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-26T17:33:33.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-26T17:33:33.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-26T17:33:33.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21562026-05-26T17:33:33.916Z
21572026-05-26T17:33:33.916Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21582026-05-26T17:33:34.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-26T17:33:34.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-26T17:33:34.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-26T17:33:34.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21622026-05-26T17:33:34.497Z
21632026-05-26T17:33:34.497Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21642026-05-26T17:33:34.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-26T17:33:34.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-26T17:33:34.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-26T17:33:34.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-26T17:33:35.072Z
21692026-05-26T17:33:35.072Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21702026-05-26T17:33:35.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-26T17:33:35.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-26T17:33:35.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-26T17:33:35.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-26T17:33:35.658Z
21752026-05-26T17:33:35.658Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21762026-05-26T17:33:36.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-26T17:33:36.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-26T17:33:36.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-26T17:33:36.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21802026-05-26T17:33:36.264Z
21812026-05-26T17:33:36.264Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21822026-05-26T17:33:36.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-26T17:33:36.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-26T17:33:36.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-26T17:33:36.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21862026-05-26T17:33:36.873Z
21872026-05-26T17:33:36.873Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21882026-05-26T17:33:37.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-26T17:33:37.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-26T17:33:37.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-26T17:33:37.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-26T17:33:37.462Z
21932026-05-26T17:33:37.462Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21942026-05-26T17:33:37.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-26T17:33:37.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-26T17:33:37.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-26T17:33:37.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-26T17:33:38.048Z
21992026-05-26T17:33:38.048Zinfo: running `cargo check --bins` on ereport-types (67/276)
22002026-05-26T17:33:38.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-26T17:33:38.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-26T17:33:38.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-26T17:33:38.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-26T17:33:38.644Z
22052026-05-26T17:33:38.645Zinfo: running `cargo check --bins` on gateway-client (68/276)
22062026-05-26T17:33:39.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-26T17:33:39.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-26T17:33:39.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-26T17:33:39.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22102026-05-26T17:33:39.244Z
22112026-05-26T17:33:39.244Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22122026-05-26T17:33:39.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-26T17:33:39.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-26T17:33:39.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-26T17:33:39.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22162026-05-26T17:33:39.842Z
22172026-05-26T17:33:39.842Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22182026-05-26T17:33:40.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-26T17:33:40.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-26T17:33:40.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-26T17:33:40.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22222026-05-26T17:33:40.432Z
22232026-05-26T17:33:40.432Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22242026-05-26T17:33:40.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-26T17:33:40.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-26T17:33:40.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-26T17:33:40.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-05-26T17:33:41.025Z
22292026-05-26T17:33:41.025Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22302026-05-26T17:33:41.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-26T17:33:41.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-26T17:33:41.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-26T17:33:41.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22342026-05-26T17:33:41.613Z
22352026-05-26T17:33:41.613Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22362026-05-26T17:33:42.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-26T17:33:42.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-26T17:33:42.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-26T17:33:42.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22402026-05-26T17:33:42.224Z
22412026-05-26T17:33:42.224Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22422026-05-26T17:33:42.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-26T17:33:42.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-26T17:33:42.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-26T17:33:42.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22462026-05-26T17:33:42.842Z
22472026-05-26T17:33:42.842Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22482026-05-26T17:33:43.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-26T17:33:43.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-26T17:33:43.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-26T17:33:43.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22522026-05-26T17:33:43.424Z
22532026-05-26T17:33:43.424Zinfo: running `cargo check --bins` on oxlog (76/276)
22542026-05-26T17:33:43.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-26T17:33:43.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-26T17:33:44.040Z Checking cfg-if v1.0.4
22572026-05-26T17:33:44.045Z Checking libc v0.2.185
22582026-05-26T17:33:44.045Z Checking serde_core v1.0.228
22592026-05-26T17:33:44.159Z Checking zeroize v1.8.2
22602026-05-26T17:33:44.167Z Checking memchr v2.8.0
22612026-05-26T17:33:44.176Z Checking log v0.4.29
22622026-05-26T17:33:44.186Z Checking smallvec v1.15.1
22632026-05-26T17:33:44.197Z Checking typenum v1.19.0
22642026-05-26T17:33:44.197Z Checking subtle v2.6.1
22652026-05-26T17:33:44.296Z Checking itoa v1.0.17
22662026-05-26T17:33:44.330Z Checking scopeguard v1.2.0
22672026-05-26T17:33:44.352Z Checking stable_deref_trait v1.2.1
22682026-05-26T17:33:44.362Z Checking const-oid v0.9.6
22692026-05-26T17:33:44.422Z Checking zerofrom v0.1.6
22702026-05-26T17:33:44.435Z Checking lock_api v0.4.14
22712026-05-26T17:33:44.449Z Checking pin-project-lite v0.2.17
22722026-05-26T17:33:44.535Z Checking yoke v0.8.1
22732026-05-26T17:33:44.549Z Checking portable-atomic v1.13.1
22742026-05-26T17:33:44.564Z Checking getrandom v0.2.17
22752026-05-26T17:33:44.564Z Checking errno v0.3.14
22762026-05-26T17:33:44.628Z Checking parking_lot_core v0.9.12
22772026-05-26T17:33:44.676Z Checking signal-hook-registry v1.4.8
22782026-05-26T17:33:44.695Z Checking zerovec v0.11.5
22792026-05-26T17:33:44.698Z Checking rand_core v0.6.4
22802026-05-26T17:33:44.717Z Checking generic-array v0.14.7
22812026-05-26T17:33:44.807Z Checking futures-core v0.3.32
22822026-05-26T17:33:44.828Z Checking critical-section v1.2.0
22832026-05-26T17:33:44.879Z Checking parking_lot v0.12.5
22842026-05-26T17:33:44.924Z Checking mio v1.2.0
22852026-05-26T17:33:44.935Z Checking zerocopy v0.8.40
22862026-05-26T17:33:44.946Z Checking once_cell v1.21.3
22872026-05-26T17:33:45.039Z Checking zmij v1.0.21
22882026-05-26T17:33:45.059Z Checking socket2 v0.6.3
22892026-05-26T17:33:45.112Z Checking libm v0.2.16
22902026-05-26T17:33:45.124Z Checking tinystr v0.8.2
22912026-05-26T17:33:45.144Z Checking crypto-common v0.1.7
22922026-05-26T17:33:45.195Z Checking block-buffer v0.10.4
22932026-05-26T17:33:45.262Z Checking writeable v0.6.2
22942026-05-26T17:33:45.275Z Checking litemap v0.8.1
22952026-05-26T17:33:45.294Z Checking percent-encoding v2.3.2
22962026-05-26T17:33:45.324Z Checking equivalent v1.0.2
22972026-05-26T17:33:45.340Z Checking digest v0.10.7
22982026-05-26T17:33:45.405Z Checking potential_utf v0.1.4
22992026-05-26T17:33:45.417Z Checking zerotrie v0.2.3
23002026-05-26T17:33:45.430Z Checking futures-sink v0.3.32
23012026-05-26T17:33:45.441Z Checking icu_locale_core v2.1.1
23022026-05-26T17:33:45.524Z Checking icu_collections v2.1.1
23032026-05-26T17:33:45.536Z Checking futures-channel v0.3.32
23042026-05-26T17:33:45.549Z Checking cpufeatures v0.2.17
23052026-05-26T17:33:45.611Z Checking futures-task v0.3.32
23062026-05-26T17:33:45.623Z Checking serde v1.0.228
23072026-05-26T17:33:45.650Z Checking bitflags v2.11.0
23082026-05-26T17:33:45.723Z Checking serde_json v1.0.149
23092026-05-26T17:33:45.746Z Checking futures-io v0.3.32
23102026-05-26T17:33:45.802Z Checking num-traits v0.2.19
23112026-05-26T17:33:45.815Z Checking slab v0.4.12
23122026-05-26T17:33:45.828Z Checking hmac v0.12.1
23132026-05-26T17:33:45.852Z Checking icu_properties_data v2.1.2
23142026-05-26T17:33:45.954Z Checking icu_normalizer_data v2.1.1
23152026-05-26T17:33:45.966Z Checking futures-util v0.3.32
23162026-05-26T17:33:45.979Z Checking rand_core v0.10.0
23172026-05-26T17:33:45.990Z Checking icu_provider v2.1.1
23182026-05-26T17:33:46.015Z Checking bytes v1.11.1
23192026-05-26T17:33:46.027Z Checking hashbrown v0.17.0
23202026-05-26T17:33:46.110Z Checking getrandom v0.4.1
23212026-05-26T17:33:46.215Z Checking icu_properties v2.1.2
23222026-05-26T17:33:46.251Z Checking icu_normalizer v2.1.1
23232026-05-26T17:33:46.317Z Checking block-padding v0.3.3
23242026-05-26T17:33:46.386Z Checking utf8_iter v1.0.4
23252026-05-26T17:33:46.445Z Checking inout v0.1.4
23262026-05-26T17:33:46.457Z Checking tokio v1.52.1
23272026-05-26T17:33:46.478Z Checking indexmap v2.14.0
23282026-05-26T17:33:46.505Z Checking sha2 v0.10.9
23292026-05-26T17:33:46.548Z Checking form_urlencoded v1.2.2
23302026-05-26T17:33:46.577Z Checking cipher v0.4.4
23312026-05-26T17:33:46.674Z Checking getrandom v0.3.4
23322026-05-26T17:33:46.777Z Checking base64ct v1.8.3
23332026-05-26T17:33:46.789Z Checking byteorder v1.5.0
23342026-05-26T17:33:46.813Z Checking fnv v1.0.7
23352026-05-26T17:33:46.905Z Checking flagset v0.4.7
23362026-05-26T17:33:46.980Z Checking rand_core v0.9.5
23372026-05-26T17:33:47.001Z Checking pem-rfc7468 v0.7.0
23382026-05-26T17:33:47.026Z Checking http v1.4.0
23392026-05-26T17:33:47.042Z Checking idna_adapter v1.2.1
23402026-05-26T17:33:47.052Z Checking regex-syntax v0.8.10
23412026-05-26T17:33:47.149Z Checking der v0.7.10
23422026-05-26T17:33:47.152Z Checking idna v1.1.0
23432026-05-26T17:33:47.174Z Checking salsa20 v0.10.2
23442026-05-26T17:33:47.302Z Checking uuid v1.23.0
23452026-05-26T17:33:47.392Z Checking url v2.5.8
23462026-05-26T17:33:47.590Z Checking pbkdf2 v0.12.2
23472026-05-26T17:33:47.612Z Checking rustix v1.1.3
23482026-05-26T17:33:47.686Z Checking ppv-lite86 v0.2.21
23492026-05-26T17:33:47.699Z Checking tracing-core v0.1.36
23502026-05-26T17:33:47.830Z Checking rustls-pki-types v1.14.0
23512026-05-26T17:33:47.863Z Checking iana-time-zone v0.1.65
23522026-05-26T17:33:47.887Z Checking spki v0.7.3
23532026-05-26T17:33:47.966Z Checking base64 v0.22.1
23542026-05-26T17:33:47.978Z Checking rand_chacha v0.9.0
23552026-05-26T17:33:47.996Z Checking tracing v0.1.44
23562026-05-26T17:33:48.050Z Checking chrono v0.4.44
23572026-05-26T17:33:48.132Z Checking scrypt v0.11.0
23582026-05-26T17:33:48.179Z Checking http-body v1.0.1
23592026-05-26T17:33:48.196Z Checking cbc v0.1.2
23602026-05-26T17:33:48.218Z Checking aes v0.8.4
23612026-05-26T17:33:48.273Z Checking aws-lc-sys v0.40.0
23622026-05-26T17:33:48.309Z Checking untrusted v0.9.0
23632026-05-26T17:33:48.322Z Checking tinyvec_macros v0.1.1
23642026-05-26T17:33:48.363Z Checking untrusted v0.7.1
23652026-05-26T17:33:48.389Z Checking openssl-probe v0.2.1
23662026-05-26T17:33:48.414Z Checking ring v0.17.14
23672026-05-26T17:33:48.455Z Checking tinyvec v1.10.0
23682026-05-26T17:33:48.473Z Checking rand v0.9.2
23692026-05-26T17:33:48.494Z Checking try-lock v0.2.5
23702026-05-26T17:33:48.591Z Checking tower-layer v0.3.3
23712026-05-26T17:33:48.615Z Checking pkcs5 v0.7.1
23722026-05-26T17:33:48.739Z Checking tower-service v0.3.3
23732026-05-26T17:33:48.760Z Checking atomic-waker v1.1.2
23742026-05-26T17:33:48.781Z Checking aws-lc-rs v1.16.3
23752026-05-26T17:33:48.825Z Checking want v0.3.1
23762026-05-26T17:33:48.856Z Checking ipnet v2.11.0
23772026-05-26T17:33:48.869Z Checking pkcs8 v0.10.2
23782026-05-26T17:33:48.912Z Checking httparse v1.10.1
23792026-05-26T17:33:48.940Z Checking aho-corasick v1.1.4
23802026-05-26T17:33:48.953Z Checking plain v0.2.3
23812026-05-26T17:33:49.040Z Checking dyn-clone v1.0.20
23822026-05-26T17:33:49.053Z Checking httpdate v1.0.3
23832026-05-26T17:33:49.105Z Checking foreign-types-shared v0.1.1
23842026-05-26T17:33:49.118Z Checking fastrand v2.3.0
23852026-05-26T17:33:49.138Z Checking pin-utils v0.1.0
23862026-05-26T17:33:49.185Z Checking foreign-types v0.3.2
23872026-05-26T17:33:49.201Z Checking unicode-normalization v0.1.25
23882026-05-26T17:33:49.214Z Checking semver v1.0.28
23892026-05-26T17:33:49.252Z Checking openssl-sys v0.9.115
23902026-05-26T17:33:49.291Z Checking tempfile v3.25.0
23912026-05-26T17:33:49.400Z Checking spin v0.9.8
23922026-05-26T17:33:49.416Z Checking unicode-ident v1.0.24
23932026-05-26T17:33:49.483Z Checking ucd-trie v0.1.7
23942026-05-26T17:33:49.528Z Checking proc-macro2 v1.0.106
23952026-05-26T17:33:49.582Z Checking schemars v0.8.22
23962026-05-26T17:33:49.601Z Checking rustls-native-certs v0.8.3
23972026-05-26T17:33:49.613Z Checking pest v2.8.6
23982026-05-26T17:33:49.616Z Checking regex-automata v0.4.14
23992026-05-26T17:33:49.616Z Checking rustls-webpki v0.103.9
24002026-05-26T17:33:49.647Z Checking openssl v0.10.79
24012026-05-26T17:33:49.700Z Checking tokio-util v0.7.18
24022026-05-26T17:33:49.720Z Checking thiserror v2.0.18
24032026-05-26T17:33:49.820Z Checking sync_wrapper v1.0.2
24042026-05-26T17:33:49.834Z Checking wait-timeout v0.2.1
24052026-05-26T17:33:49.921Z Checking powerfmt v0.2.0
24062026-05-26T17:33:49.954Z Checking quick-error v1.2.3
24072026-05-26T17:33:50.051Z Checking pretty-hex v0.4.1
24082026-05-26T17:33:50.055Z Checking rustls v0.23.37
24092026-05-26T17:33:50.075Z Checking utf8parse v0.2.2
24102026-05-26T17:33:50.165Z Checking anstyle v1.0.13
24112026-05-26T17:33:50.177Z Checking siphasher v1.0.2
24122026-05-26T17:33:50.220Z Checking bit-vec v0.8.0
24132026-05-26T17:33:50.313Z Checking h2 v0.4.13
24142026-05-26T17:33:50.328Z Checking simd-adler32 v0.3.8
24152026-05-26T17:33:50.346Z Checking anstyle-parse v0.2.7
24162026-05-26T17:33:50.413Z Checking bit-set v0.8.0
24172026-05-26T17:33:50.489Z Checking deranged v0.5.8
24182026-05-26T17:33:50.502Z Checking rusty-fork v0.3.1
24192026-05-26T17:33:50.560Z Checking tower v0.5.3
24202026-05-26T17:33:50.666Z Checking quote v1.0.45
24212026-05-26T17:33:50.680Z Compiling newtype-uuid v1.3.2
24222026-05-26T17:33:50.835Z Checking http-body-util v0.1.3
24232026-05-26T17:33:50.863Z Checking webpki-roots v1.0.6
24242026-05-26T17:33:50.939Z Checking crossbeam-utils v0.8.21
24252026-05-26T17:33:50.977Z Checking rand_xorshift v0.4.0
24262026-05-26T17:33:51.050Z Checking crc32fast v1.5.0
24272026-05-26T17:33:51.095Z Checking scroll v0.13.0
24282026-05-26T17:33:51.189Z Checking signature v2.2.0
24292026-05-26T17:33:51.259Z Checking num-conv v0.2.0
24302026-05-26T17:33:51.316Z Checking ryu v1.0.23
24312026-05-26T17:33:51.318Z Checking num_threads v0.1.7
24322026-05-26T17:33:51.374Z Checking is_terminal_polyfill v1.70.2
24332026-05-26T17:33:51.386Z Checking adler2 v2.0.1
24342026-05-26T17:33:51.409Z Checking anstyle-query v1.1.5
24352026-05-26T17:33:51.422Z Checking colorchoice v1.0.4
24362026-05-26T17:33:51.447Z Checking iri-string v0.7.10
24372026-05-26T17:33:51.459Z Checking time-core v0.1.8
24382026-05-26T17:33:51.485Z Checking unicode-bidi v0.3.18
24392026-05-26T17:33:51.497Z Checking unicode-properties v0.1.4
24402026-05-26T17:33:51.515Z Checking unarray v0.1.4
24412026-05-26T17:33:51.598Z Checking allocator-api2 v0.2.21
24422026-05-26T17:33:51.618Z Checking proptest v1.10.0
24432026-05-26T17:33:51.641Z Checking native-tls v0.2.18
24442026-05-26T17:33:51.676Z Checking time v0.3.47
24452026-05-26T17:33:51.775Z Checking stringprep v0.1.5
24462026-05-26T17:33:51.817Z Checking tokio-native-tls v0.3.1
24472026-05-26T17:33:51.875Z Checking anstream v0.6.21
24482026-05-26T17:33:51.926Z Checking miniz_oxide v0.8.9
24492026-05-26T17:33:51.972Z Checking serde_urlencoded v0.7.1
24502026-05-26T17:33:52.072Z Checking bstr v1.12.1
24512026-05-26T17:33:52.178Z Checking goblin v0.10.5
24522026-05-26T17:33:52.281Z Checking crossbeam-epoch v0.9.18
24532026-05-26T17:33:52.418Z Checking tokio-rustls v0.26.4
24542026-05-26T17:33:52.445Z Checking tower-http v0.6.8
24552026-05-26T17:33:52.461Z Checking syn v2.0.117
24562026-05-26T17:33:52.497Z Compiling daft v0.1.7
24572026-05-26T17:33:52.644Z Checking ipnetwork v0.21.1
24582026-05-26T17:33:52.717Z Checking rand_chacha v0.3.1
24592026-05-26T17:33:52.772Z Checking thiserror v1.0.69
24602026-05-26T17:33:52.802Z Checking scroll v0.12.0
24612026-05-26T17:33:52.863Z Checking zstd-sys v2.0.16+zstd.1.5.7
24622026-05-26T17:33:52.875Z Checking hash32 v0.2.1
24632026-05-26T17:33:52.922Z Checking num-integer v0.1.46
24642026-05-26T17:33:52.970Z Checking toml_datetime v0.6.11
24652026-05-26T17:33:52.982Z Checking hyper v1.8.1
24662026-05-26T17:33:53.028Z Checking serde_spanned v0.6.9
24672026-05-26T17:33:53.031Z Checking md-5 v0.10.6
24682026-05-26T17:33:53.153Z Checking ff v0.13.1
24692026-05-26T17:33:53.168Z Checking base16ct v0.2.0
24702026-05-26T17:33:53.172Z Checking zlib-rs v0.6.2
24712026-05-26T17:33:53.196Z Checking fallible-iterator v0.2.0
24722026-05-26T17:33:53.281Z Checking psl-types v2.0.11
24732026-05-26T17:33:53.295Z Checking sec1 v0.7.3
24742026-05-26T17:33:53.397Z Checking publicsuffix v2.3.0
24752026-05-26T17:33:53.464Z Checking postgres-protocol v0.6.10
24762026-05-26T17:33:53.500Z Checking group v0.13.0
24772026-05-26T17:33:53.556Z Checking num-iter v0.1.45
24782026-05-26T17:33:53.556Z Checking goblin v0.8.2
24792026-05-26T17:33:53.642Z Checking heapless v0.7.17
24802026-05-26T17:33:53.674Z Checking zstd-safe v7.2.4
24812026-05-26T17:33:53.775Z Checking rand v0.8.6
24822026-05-26T17:33:53.837Z Checking oxnet v0.1.4
24832026-05-26T17:33:53.885Z Checking hyper-util v0.1.20
24842026-05-26T17:33:54.051Z Checking cookie v0.18.1
24852026-05-26T17:33:54.063Z Checking flate2 v1.1.9
24862026-05-26T17:33:54.074Z Compiling iddqd v0.4.1
24872026-05-26T17:33:54.284Z Checking dtrace-parser v0.3.0
24882026-05-26T17:33:54.298Z Checking phf_shared v0.13.1
24892026-05-26T17:33:54.347Z Checking lazy_static v1.5.0
24902026-05-26T17:33:54.436Z Checking pin-project v1.1.11
24912026-05-26T17:33:54.487Z Checking zerocopy v0.7.35
24922026-05-26T17:33:54.517Z Checking bzip2-sys v0.1.13+1.0.8
24932026-05-26T17:33:54.520Z Checking dof v0.4.0
24942026-05-26T17:33:54.543Z Checking signal-hook v0.3.18
24952026-05-26T17:33:54.600Z Checking terminal_size v0.4.3
24962026-05-26T17:33:54.714Z Checking futures-executor v0.3.32
24972026-05-26T17:33:54.729Z Checking hex v0.4.3
24982026-05-26T17:33:54.750Z Checking hkdf v0.12.4
24992026-05-26T17:33:54.856Z Checking crypto-bigint v0.5.5
25002026-05-26T17:33:54.879Z Checking thread-id v5.1.0
25012026-05-26T17:33:54.944Z Checking encoding_rs v0.8.35
25022026-05-26T17:33:54.957Z Checking libbz2-rs-sys v0.2.2
25032026-05-26T17:33:54.967Z Checking winnow v0.7.14
25042026-05-26T17:33:55.114Z Checking hyper-rustls v0.27.7
25052026-05-26T17:33:55.151Z Checking hyper-tls v0.6.0
25062026-05-26T17:33:55.269Z Checking clap_lex v1.0.0
25072026-05-26T17:33:55.322Z Checking bitflags v1.3.2
25082026-05-26T17:33:55.324Z Checking strsim v0.11.1
25092026-05-26T17:33:55.358Z Checking same-file v1.0.6
25102026-05-26T17:33:55.406Z Checking managed v0.8.0
25112026-05-26T17:33:55.421Z Checking either v1.15.0
25122026-05-26T17:33:55.439Z Checking foldhash v0.2.0
25132026-05-26T17:33:55.465Z Compiling rayon-core v1.13.0
25142026-05-26T17:33:55.503Z Checking mime v0.3.17
25152026-05-26T17:33:55.583Z Checking winnow v0.5.40
25162026-05-26T17:33:55.595Z Checking bumpalo v3.20.2
25172026-05-26T17:33:55.607Z Checking foldhash v0.1.5
25182026-05-26T17:33:55.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-05-26T17:33:55.670Z Checking hashbrown v0.16.1
25202026-05-26T17:33:55.734Z Checking hashbrown v0.15.5
25212026-05-26T17:33:55.758Z Checking elliptic-curve v0.13.8
25222026-05-26T17:33:55.789Z Checking zopfli v0.8.3
25232026-05-26T17:33:55.832Z Checking smoltcp v0.9.1
25242026-05-26T17:33:55.879Z Checking reqwest v0.12.28
25252026-05-26T17:33:56.056Z Checking clap_builder v4.5.60
25262026-05-26T17:33:56.107Z Checking walkdir v2.5.0
25272026-05-26T17:33:56.159Z Checking dof v0.3.0
25282026-05-26T17:33:56.171Z Checking bzip2 v0.6.1
25292026-05-26T17:33:56.188Z Checking usdt-impl v0.6.0
25302026-05-26T17:33:56.263Z Checking futures v0.3.32
25312026-05-26T17:33:56.328Z Checking signal-hook-mio v0.2.5
25322026-05-26T17:33:56.342Z Checking bzip2 v0.4.4
25332026-05-26T17:33:56.410Z Checking snafu v0.8.9
25342026-05-26T17:33:56.425Z Checking phf v0.13.1
25352026-05-26T17:33:56.437Z Checking num-bigint-dig v0.8.6
25362026-05-26T17:33:56.462Z Checking cookie_store v0.22.1
25372026-05-26T17:33:56.568Z Checking zstd v0.13.3
25382026-05-26T17:33:56.638Z Checking postgres-types v0.2.12
25392026-05-26T17:33:56.725Z Checking toml_edit v0.19.15
25402026-05-26T17:33:56.739Z Checking dtrace-parser v0.2.0
25412026-05-26T17:33:56.741Z Checking crossbeam-deque v0.8.6
25422026-05-26T17:33:56.761Z Checking globset v0.4.18
25432026-05-26T17:33:56.790Z Checking rustls-platform-verifier v0.6.2
25442026-05-26T17:33:56.917Z Checking regex v1.12.3
25452026-05-26T17:33:56.929Z Checking ed25519 v2.2.3
25462026-05-26T17:33:56.944Z Checking phf_shared v0.11.3
25472026-05-26T17:33:56.962Z Checking olpc-cjson v0.1.4
25482026-05-26T17:33:57.005Z Checking curve25519-dalek v4.1.3
25492026-05-26T17:33:57.084Z Checking ref-cast v1.0.25
25502026-05-26T17:33:57.096Z Checking strum v0.27.2
25512026-05-26T17:33:57.107Z Checking hubpack v0.1.2
25522026-05-26T17:33:57.177Z Checking memoffset v0.9.1
25532026-05-26T17:33:57.190Z Checking rustix v0.38.44
25542026-05-26T17:33:57.201Z Checking pkcs1 v0.7.5
25552026-05-26T17:33:57.243Z Checking pem v3.0.6
25562026-05-26T17:33:57.255Z Checking float-cmp v0.10.0
25572026-05-26T17:33:57.266Z Checking serde-big-array v0.5.1
25582026-05-26T17:33:57.283Z Checking serde_plain v1.0.2
25592026-05-26T17:33:57.373Z Checking erased-serde v0.3.31
25602026-05-26T17:33:57.391Z Checking rfc6979 v0.4.0
25612026-05-26T17:33:57.394Z Checking memmap2 v0.9.10
25622026-05-26T17:33:57.415Z Checking thread-id v4.2.2
25632026-05-26T17:33:57.427Z Checking env_filter v1.0.0
25642026-05-26T17:33:57.489Z Checking jiff v0.2.21
25652026-05-26T17:33:57.502Z Checking normalize-line-endings v0.3.0
25662026-05-26T17:33:57.558Z Checking precomputed-hash v0.1.1
25672026-05-26T17:33:57.570Z Checking keccak v0.1.6
25682026-05-26T17:33:57.585Z Checking toml_write v0.1.2
25692026-05-26T17:33:57.638Z Checking data-encoding v2.10.0
25702026-05-26T17:33:57.730Z Checking fixedbitset v0.5.7
25712026-05-26T17:33:57.745Z Checking whoami v2.1.0
25722026-05-26T17:33:57.758Z Checking unicode-segmentation v1.12.0
25732026-05-26T17:33:57.761Z Checking fixedbitset v0.4.2
25742026-05-26T17:33:57.781Z Checking typed-path v0.9.3
25752026-05-26T17:33:57.907Z Checking difflib v0.4.0
25762026-05-26T17:33:57.919Z Checking new_debug_unreachable v1.0.6
25772026-05-26T17:33:57.922Z Checking static_assertions v1.1.0
25782026-05-26T17:33:57.941Z Checking predicates-core v1.0.10
25792026-05-26T17:33:57.977Z Checking crossterm v0.28.1
25802026-05-26T17:33:57.992Z Checking string_cache v0.8.9
25812026-05-26T17:33:58.001Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25822026-05-26T17:33:58.054Z Checking tokio-postgres v0.7.16
25832026-05-26T17:33:58.080Z Checking similar v2.7.0
25842026-05-26T17:33:58.095Z Checking predicates v3.1.4
25852026-05-26T17:33:58.170Z Checking petgraph v0.6.5
25862026-05-26T17:33:58.398Z Checking petgraph v0.8.3
25872026-05-26T17:33:58.459Z Checking hickory-proto v0.25.2
25882026-05-26T17:33:58.562Z Checking tough v0.22.0
25892026-05-26T17:33:58.711Z Checking ed25519-dalek v2.2.0
25902026-05-26T17:33:58.938Z Checking toml v0.7.8
25912026-05-26T17:33:59.246Z Checking slog v2.8.2
25922026-05-26T17:33:59.330Z Checking toml_edit v0.22.27
25932026-05-26T17:33:59.413Z Checking sha3 v0.10.8
25942026-05-26T17:33:59.505Z Checking env_logger v0.11.9
25952026-05-26T17:33:59.617Z Checking usdt v0.6.0
25962026-05-26T17:33:59.696Z Checking ecdsa v0.16.9
25972026-05-26T17:33:59.745Z Checking zip v4.6.1
25982026-05-26T17:33:59.780Z Checking usdt-impl v0.5.0
25992026-05-26T17:33:59.937Z Checking rsa v0.9.10
26002026-05-26T17:34:00.026Z Checking clap v4.5.60
26012026-05-26T17:34:00.057Z Checking nix v0.31.2
26022026-05-26T17:34:00.293Z Checking reqwest v0.13.2
26032026-05-26T17:34:00.397Z Checking zip v0.6.6
26042026-05-26T17:34:00.412Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-05-26T17:34:00.564Z Checking itertools v0.13.0
26062026-05-26T17:34:00.628Z Checking serde_with v3.17.0
26072026-05-26T17:34:00.715Z Checking strum v0.26.3
26082026-05-26T17:34:00.729Z Checking fs-err v3.3.0
26092026-05-26T17:34:00.825Z Checking ahash v0.8.12
26102026-05-26T17:34:01.012Z Checking object v0.37.3
26112026-05-26T17:34:01.025Z Checking tokio-stream v0.1.18
26122026-05-26T17:34:01.028Z Checking buf-list v1.1.2
26132026-05-26T17:34:01.048Z Checking anyhow v1.0.102
26142026-05-26T17:34:01.124Z Checking camino v1.2.2
26152026-05-26T17:34:01.209Z Checking x509-cert v0.2.5
26162026-05-26T17:34:01.224Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26172026-05-26T17:34:01.239Z Checking openapiv3 v2.2.0
26182026-05-26T17:34:01.372Z Checking toml_datetime v0.7.5+spec-1.1.0
26192026-05-26T17:34:01.403Z Checking sha1 v0.10.6
26202026-05-26T17:34:01.483Z Checking lalrpop-util v0.19.12
26212026-05-26T17:34:01.563Z Checking peg-runtime v0.8.5
26222026-05-26T17:34:01.576Z Checking rayon v1.11.0
26232026-05-26T17:34:01.586Z Checking sigpipe v0.1.3
26242026-05-26T17:34:01.640Z Checking glob v0.3.3
26252026-05-26T17:34:03.193Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-05-26T17:34:03.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
26272026-05-26T17:34:03.640Z
26282026-05-26T17:34:03.640Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26292026-05-26T17:34:04.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-26T17:34:04.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-26T17:34:04.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-26T17:34:04.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-26T17:34:04.244Z
26342026-05-26T17:34:04.244Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26352026-05-26T17:34:04.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-26T17:34:04.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-26T17:34:04.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-26T17:34:04.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-26T17:34:04.848Z
26402026-05-26T17:34:04.848Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26412026-05-26T17:34:05.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-26T17:34:05.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-26T17:34:05.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-26T17:34:05.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26452026-05-26T17:34:05.468Z
26462026-05-26T17:34:05.468Zinfo: running `cargo check --bins` on oxql-types (80/276)
26472026-05-26T17:34:05.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-26T17:34:05.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-26T17:34:05.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-26T17:34:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-26T17:34:06.073Z
26522026-05-26T17:34:06.073Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26532026-05-26T17:34:06.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-26T17:34:06.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-26T17:34:06.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-26T17:34:06.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572026-05-26T17:34:06.687Z
26582026-05-26T17:34:06.687Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26592026-05-26T17:34:07.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-26T17:34:07.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-26T17:34:07.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-26T17:34:07.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26632026-05-26T17:34:07.288Z
26642026-05-26T17:34:07.288Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26652026-05-26T17:34:07.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-26T17:34:07.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-26T17:34:07.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-05-26T17:34:07.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26692026-05-26T17:34:07.867Z
26702026-05-26T17:34:07.867Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26712026-05-26T17:34:08.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-05-26T17:34:08.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-05-26T17:34:08.558Z Compiling structmeta-derive v0.3.0
26742026-05-26T17:34:08.674Z Compiling rustls v0.22.4
26752026-05-26T17:34:08.684Z Compiling multer v3.1.0
26762026-05-26T17:34:08.694Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-05-26T17:34:08.694Z Compiling async-stream-impl v0.3.6
26782026-05-26T17:34:08.715Z Compiling dropshot v0.17.0
26792026-05-26T17:34:08.730Z Compiling dropshot_endpoint v0.17.0
26802026-05-26T17:34:08.730Z Compiling newtype-uuid-macros v0.1.0
26812026-05-26T17:34:08.847Z Checking newtype-uuid v1.3.2
26822026-05-26T17:34:08.908Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832026-05-26T17:34:08.946Z Checking rustls-webpki v0.102.8
26842026-05-26T17:34:09.043Z Checking daft v0.1.7
26852026-05-26T17:34:09.067Z Checking thread_local v1.1.9
26862026-05-26T17:34:09.231Z Checking compression-core v0.4.31
26872026-05-26T17:34:09.276Z Checking match_cfg v0.1.0
26882026-05-26T17:34:09.291Z Checking iddqd v0.4.1
26892026-05-26T17:34:09.308Z Checking crossbeam-channel v0.5.15
26902026-05-26T17:34:09.342Z Checking hostname v0.3.1
26912026-05-26T17:34:09.354Z Checking compression-codecs v0.4.37
26922026-05-26T17:34:09.437Z Checking slog-json v2.6.1
26932026-05-26T17:34:09.479Z Checking is-terminal v0.4.17
26942026-05-26T17:34:09.516Z Checking serde_spanned v1.0.4
26952026-05-26T17:34:09.568Z Checking toml_datetime v1.0.0+spec-1.1.0
26962026-05-26T17:34:09.584Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-05-26T17:34:09.636Z Checking term v1.2.1
26982026-05-26T17:34:09.649Z Checking debug-ignore v1.0.5
26992026-05-26T17:34:09.725Z Compiling structmeta v0.3.0
27002026-05-26T17:34:09.741Z Checking take_mut v0.2.2
27012026-05-26T17:34:09.756Z Checking slog-bunyan v2.5.0
27022026-05-26T17:34:09.768Z Checking toml v1.0.6+spec-1.1.0
27032026-05-26T17:34:09.840Z Checking slog-async v2.8.0
27042026-05-26T17:34:09.857Z Checking slog-term v2.9.2
27052026-05-26T17:34:09.870Z Checking async-compression v0.4.41
27062026-05-26T17:34:09.933Z Compiling derive-ex v0.1.8
27072026-05-26T17:34:10.009Z Compiling parse-display-derive v0.10.0
27082026-05-26T17:34:10.105Z Checking async-stream v0.3.6
27092026-05-26T17:34:10.118Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-05-26T17:34:10.207Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-05-26T17:34:10.220Z Checking progenitor-client v0.14.0
27122026-05-26T17:34:10.232Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-05-26T17:34:10.326Z Checking waitgroup v0.1.2
27142026-05-26T17:34:10.366Z Checking backon v1.6.0
27152026-05-26T17:34:10.427Z Checking rustls-pemfile v2.2.0
27162026-05-26T17:34:10.483Z Checking serde_path_to_error v0.1.20
27172026-05-26T17:34:10.496Z Checking hostname v0.4.2
27182026-05-26T17:34:10.530Z Checking instant v0.1.13
27192026-05-26T17:34:10.614Z Checking backoff v0.4.0
27202026-05-26T17:34:10.753Z Checking progenitor-extras v0.2.0
27212026-05-26T17:34:10.767Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-05-26T17:34:10.780Z Checking tokio-rustls v0.25.0
27232026-05-26T17:34:10.793Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-05-26T17:34:10.980Z Checking itertools v0.14.0
27252026-05-26T17:34:10.983Z Checking progenitor-client v0.10.0
27262026-05-26T17:34:11.154Z Checking regress v0.10.5
27272026-05-26T17:34:11.196Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27282026-05-26T17:34:11.424Z Checking macaddr v1.0.1
27292026-05-26T17:34:11.615Z Compiling test-strategy v0.4.5
27302026-05-26T17:34:11.685Z Checking parse-display v0.10.0
27312026-05-26T17:34:11.747Z Checking humantime v2.3.0
27322026-05-26T17:34:12.728Z Compiling prettyplease v0.2.37
27332026-05-26T17:34:13.118Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-05-26T17:34:13.276Z Checking num-rational v0.4.2
27352026-05-26T17:34:13.489Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-05-26T17:34:13.736Z Checking num-complex v0.4.6
27372026-05-26T17:34:14.451Z Compiling num v0.4.3
27382026-05-26T17:34:14.528Z Compiling usdt-macro v0.5.0
27392026-05-26T17:34:14.542Z Compiling usdt-attr-macro v0.5.0
27402026-05-26T17:34:14.560Z Checking memmap v0.7.0
27412026-05-26T17:34:14.577Z Compiling float-ord v0.3.2
27422026-05-26T17:34:14.686Z Checking unicode-width v0.2.0
27432026-05-26T17:34:14.700Z Compiling convert_case v0.4.0
27442026-05-26T17:34:14.935Z Checking console v0.15.11
27452026-05-26T17:34:15.068Z Compiling derive_more v0.99.20
27462026-05-26T17:34:15.211Z Checking newline-converter v0.3.0
27472026-05-26T17:34:15.247Z Checking atomicwrites v0.4.4
27482026-05-26T17:34:15.297Z Checking usdt v0.5.0
27492026-05-26T17:34:15.318Z Compiling toml v0.8.23
27502026-05-26T17:34:15.373Z Checking linked-hash-map v0.5.6
27512026-05-26T17:34:15.462Z Compiling minimal-lexical v0.2.1
27522026-05-26T17:34:15.543Z Checking lru-cache v0.1.2
27532026-05-26T17:34:15.664Z Compiling nom v7.1.3
27542026-05-26T17:34:15.715Z Checking expectorate v1.2.0
27552026-05-26T17:34:16.254Z Checking camino-tempfile v1.4.1
27562026-05-26T17:34:16.369Z Checking hickory-proto v0.24.4
27572026-05-26T17:34:16.416Z Checking phf_shared v0.12.1
27582026-05-26T17:34:16.557Z Compiling slog-dtrace v0.3.0
27592026-05-26T17:34:16.662Z Checking resolv-conf v0.7.6
27602026-05-26T17:34:16.747Z Checking heck v0.5.0
27612026-05-26T17:34:16.848Z Compiling chrono-tz v0.10.4
27622026-05-26T17:34:16.872Z Compiling const_format_proc_macros v0.2.34
27632026-05-26T17:34:17.000Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-26T17:34:17.060Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27652026-05-26T17:34:17.091Z Checking phf v0.12.1
27662026-05-26T17:34:17.234Z Checking tokio-dtrace v0.1.1
27672026-05-26T17:34:17.418Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682026-05-26T17:34:17.474Z Compiling derive-where v1.6.0
27692026-05-26T17:34:17.611Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27702026-05-26T17:34:17.891Z Checking highway v1.3.0
27712026-05-26T17:34:18.177Z Checking const_format v0.2.35
27722026-05-26T17:34:18.195Z Checking hickory-resolver v0.24.4
27732026-05-26T17:34:18.356Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-05-26T17:34:18.434Z Checking oxide-tokio-rt v0.1.4
27752026-05-26T17:34:18.619Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27762026-05-26T17:34:18.827Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-05-26T17:34:18.845Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-05-26T17:34:18.875Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-05-26T17:34:18.925Z Checking qorb v0.4.1
27802026-05-26T17:34:19.054Z Checking gethostname v0.5.0
27812026-05-26T17:34:19.072Z Checking bcs v0.1.6
27822026-05-26T17:34:19.085Z Checking termtree v0.5.1
27832026-05-26T17:34:22.315Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27842026-05-26T17:34:25.053Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27852026-05-26T17:34:27.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
27862026-05-26T17:34:27.355Z
27872026-05-26T17:34:27.355Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27882026-05-26T17:34:27.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-05-26T17:34:27.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-05-26T17:34:28.034Z Compiling ar_archive_writer v0.5.1
27912026-05-26T17:34:28.149Z Compiling stacker v0.1.23
27922026-05-26T17:34:28.152Z Compiling cfg_aliases v0.1.1
27932026-05-26T17:34:28.167Z Compiling convert_case v0.10.0
27942026-05-26T17:34:28.167Z Checking unicode-width v0.1.14
27952026-05-26T17:34:28.185Z Compiling proc-macro-error v1.0.4
27962026-05-26T17:34:28.197Z Checking fd-lock v4.0.4
27972026-05-26T17:34:28.197Z Checking nibble_vec v0.1.0
27982026-05-26T17:34:28.219Z Compiling nix v0.28.0
27992026-05-26T17:34:28.306Z Checking vte v0.14.1
28002026-05-26T17:34:28.322Z Compiling recursive-proc-macro-impl v0.1.1
28012026-05-26T17:34:28.403Z Checking bytecount v0.6.9
28022026-05-26T17:34:28.415Z Checking endian-type v0.1.2
28032026-05-26T17:34:28.456Z Checking strip-ansi-escapes v0.2.1
28042026-05-26T17:34:28.470Z Compiling derive_more-impl v2.1.1
28052026-05-26T17:34:28.483Z Compiling tabled_derive v0.7.0
28062026-05-26T17:34:28.499Z Checking papergrid v0.11.0
28072026-05-26T17:34:28.539Z Checking radix_trie v0.2.1
28082026-05-26T17:34:28.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092026-05-26T17:34:28.720Z Compiling peg-macros v0.8.5
28102026-05-26T17:34:28.746Z Checking winnow v0.6.26
28112026-05-26T17:34:28.990Z Compiling psm v0.1.30
28122026-05-26T17:34:29.033Z Compiling sqlparser_derive v0.5.0
28132026-05-26T17:34:29.110Z Checking unicode_categories v0.1.1
28142026-05-26T17:34:29.263Z Checking derive_more v2.1.1
28152026-05-26T17:34:29.263Z Checking home v0.5.12
28162026-05-26T17:34:29.352Z Checking nu-ansi-term v0.50.3
28172026-05-26T17:34:29.370Z Checking crossterm v0.29.0
28182026-05-26T17:34:29.433Z Checking tabled v0.15.0
28192026-05-26T17:34:29.547Z Checking rustyline v14.0.0
28202026-05-26T17:34:29.559Z Checking reedline v0.40.0
28212026-05-26T17:34:29.746Z Checking recursive v0.1.1
28222026-05-26T17:34:29.813Z Checking display-error-chain v0.2.2
28232026-05-26T17:34:29.837Z Checking sqlparser v0.61.0
28242026-05-26T17:34:29.900Z Checking sqlformat v0.3.5
28252026-05-26T17:34:30.080Z Checking peg v0.8.5
28262026-05-26T17:34:41.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28272026-05-26T17:34:41.231Z
28282026-05-26T17:34:41.231Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28292026-05-26T17:34:41.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-05-26T17:34:41.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-05-26T17:34:41.912Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-05-26T17:34:45.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28332026-05-26T17:34:45.520Z
28342026-05-26T17:34:45.520Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28352026-05-26T17:34:46.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-26T17:34:46.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-26T17:34:46.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-26T17:34:48.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28392026-05-26T17:34:48.788Z
28402026-05-26T17:34:48.788Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28412026-05-26T17:34:49.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-26T17:34:49.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-26T17:34:49.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-26T17:34:52.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28452026-05-26T17:34:52.868Z
28462026-05-26T17:34:52.868Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28472026-05-26T17:34:53.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-26T17:34:53.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-26T17:34:53.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-26T17:34:56.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28512026-05-26T17:34:56.992Z
28522026-05-26T17:34:56.992Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28532026-05-26T17:34:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-26T17:34:57.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-26T17:34:57.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-26T17:35:00.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28572026-05-26T17:35:00.415Z
28582026-05-26T17:35:00.415Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28592026-05-26T17:35:00.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-26T17:35:00.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-26T17:35:01.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-26T17:35:03.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28632026-05-26T17:35:03.887Z
28642026-05-26T17:35:03.887Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28652026-05-26T17:35:04.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-26T17:35:04.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-26T17:35:04.573Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-26T17:35:07.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28692026-05-26T17:35:08.126Z
28702026-05-26T17:35:08.126Zinfo: running `cargo check --bins` on oximeter (93/276)
28712026-05-26T17:35:08.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-26T17:35:08.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-26T17:35:08.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-05-26T17:35:08.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28752026-05-26T17:35:08.727Z
28762026-05-26T17:35:08.727Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28772026-05-26T17:35:09.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-26T17:35:09.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-26T17:35:09.364Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28802026-05-26T17:35:09.526Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-05-26T17:35:09.543Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28822026-05-26T17:35:09.864Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28832026-05-26T17:35:12.729Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28842026-05-26T17:35:13.930Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28852026-05-26T17:35:14.091Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28862026-05-26T17:35:14.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28872026-05-26T17:35:14.941Z
28882026-05-26T17:35:14.941Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28892026-05-26T17:35:15.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-26T17:35:15.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-26T17:35:15.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-26T17:35:15.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28932026-05-26T17:35:15.541Z
28942026-05-26T17:35:15.541Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28952026-05-26T17:35:16.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-26T17:35:16.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-26T17:35:16.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-26T17:35:16.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28992026-05-26T17:35:16.180Z
29002026-05-26T17:35:16.180Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29012026-05-26T17:35:16.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-26T17:35:16.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-26T17:35:16.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-26T17:35:16.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29052026-05-26T17:35:16.791Z
29062026-05-26T17:35:16.791Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29072026-05-26T17:35:17.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-26T17:35:17.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-26T17:35:17.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-26T17:35:17.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29112026-05-26T17:35:17.398Z
29122026-05-26T17:35:17.398Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29132026-05-26T17:35:17.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-26T17:35:17.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-26T17:35:17.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-26T17:35:17.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29172026-05-26T17:35:18.008Z
29182026-05-26T17:35:18.008Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29192026-05-26T17:35:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-26T17:35:18.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-26T17:35:18.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-26T17:35:18.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-05-26T17:35:18.607Z
29242026-05-26T17:35:18.607Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29252026-05-26T17:35:19.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-26T17:35:19.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-26T17:35:19.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-26T17:35:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29292026-05-26T17:35:19.191Z
29302026-05-26T17:35:19.191Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29312026-05-26T17:35:19.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-26T17:35:19.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-26T17:35:19.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-26T17:35:19.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352026-05-26T17:35:19.788Z
29362026-05-26T17:35:19.788Zinfo: running `cargo check --bins` on update-engine (103/276)
29372026-05-26T17:35:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-26T17:35:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-26T17:35:20.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-26T17:35:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29412026-05-26T17:35:20.372Z
29422026-05-26T17:35:20.372Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29432026-05-26T17:35:20.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-26T17:35:20.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-26T17:35:21.086Z Compiling crucible-workspace-hack v0.1.0
29462026-05-26T17:35:21.205Z Checking secrecy v0.10.3
29472026-05-26T17:35:21.212Z Compiling heapless v0.8.0
29482026-05-26T17:35:21.218Z Compiling ingot-macros v0.1.1
29492026-05-26T17:35:21.225Z Compiling toml_edit v0.23.10+spec-1.0.0
29502026-05-26T17:35:21.228Z Checking hash32 v0.3.1
29512026-05-26T17:35:21.245Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29522026-05-26T17:35:21.246Z Compiling smoltcp v0.11.0
29532026-05-26T17:35:21.303Z Checking cobs v0.3.0
29542026-05-26T17:35:21.350Z Compiling thiserror-impl-no-std v2.0.2
29552026-05-26T17:35:21.440Z Checking universal-hash v0.5.1
29562026-05-26T17:35:21.465Z Checking half v2.7.1
29572026-05-26T17:35:21.488Z Checking ciborium-io v0.2.2
29582026-05-26T17:35:21.572Z Checking opaque-debug v0.3.1
29592026-05-26T17:35:21.584Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-05-26T17:35:21.613Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29612026-05-26T17:35:21.649Z Checking poly1305 v0.8.0
29622026-05-26T17:35:21.717Z Checking ciborium-ll v0.2.2
29632026-05-26T17:35:21.771Z Compiling proc-macro-crate v3.4.0
29642026-05-26T17:35:21.906Z Checking postcard v1.1.3
29652026-05-26T17:35:21.920Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-05-26T17:35:21.932Z Checking password-hash v0.5.0
29672026-05-26T17:35:22.154Z Checking chacha20 v0.9.1
29682026-05-26T17:35:22.176Z Compiling proc-macro-crate v1.3.1
29692026-05-26T17:35:22.193Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29702026-05-26T17:35:22.269Z Checking blake2 v0.10.6
29712026-05-26T17:35:22.321Z Compiling num_enum_derive v0.7.5
29722026-05-26T17:35:22.344Z Checking aead v0.5.2
29732026-05-26T17:35:22.424Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29742026-05-26T17:35:22.483Z Compiling foreign-types-macros v0.2.3
29752026-05-26T17:35:22.499Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29762026-05-26T17:35:22.521Z Checking thiserror-no-std v2.0.2
29772026-05-26T17:35:22.583Z Checking cpufeatures v0.3.0
29782026-05-26T17:35:22.608Z Checking foreign-types-shared v0.3.1
29792026-05-26T17:35:22.627Z Checking vsss-rs v3.3.4
29802026-05-26T17:35:22.655Z Checking chacha20 v0.10.0
29812026-05-26T17:35:22.696Z Compiling num_enum_derive v0.5.11
29822026-05-26T17:35:22.731Z Checking argon2 v0.5.3
29832026-05-26T17:35:22.866Z Checking chacha20poly1305 v0.10.1
29842026-05-26T17:35:22.994Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-26T17:35:23.065Z Checking foreign-types v0.5.0
29862026-05-26T17:35:23.164Z Checking ciborium v0.2.2
29872026-05-26T17:35:23.203Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-05-26T17:35:23.302Z Checking tabwriter v1.4.1
29892026-05-26T17:35:23.366Z Checking num_enum v0.7.5
29902026-05-26T17:35:23.449Z Checking byte-wrapper v0.1.0
29912026-05-26T17:35:23.481Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-05-26T17:35:23.495Z Checking cstr-argument v0.1.2
29932026-05-26T17:35:23.581Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29942026-05-26T17:35:23.615Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-05-26T17:35:23.661Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-05-26T17:35:23.724Z Checking num_enum v0.5.11
29972026-05-26T17:35:23.769Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-05-26T17:35:23.812Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-05-26T17:35:23.833Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-05-26T17:35:23.903Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-26T17:35:23.978Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-05-26T17:35:23.994Z Checking rand v0.10.0
30032026-05-26T17:35:24.009Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-05-26T17:35:24.021Z Checking indent_write v2.2.0
30052026-05-26T17:35:24.050Z Checking ingot-types v0.1.2
30062026-05-26T17:35:24.147Z Checking colored v3.1.1
30072026-05-26T17:35:24.174Z Compiling zone_cfg_derive v0.3.1
30082026-05-26T17:35:24.290Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-05-26T17:35:24.316Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-26T17:35:24.342Z Checking itertools v0.12.1
30112026-05-26T17:35:24.406Z Checking ingot v0.1.1
30122026-05-26T17:35:24.457Z Compiling num-derive v0.4.2
30132026-05-26T17:35:24.471Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-05-26T17:35:24.496Z Checking swrite v0.1.0
30152026-05-26T17:35:24.577Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-05-26T17:35:24.590Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-05-26T17:35:24.748Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-05-26T17:35:24.814Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-05-26T17:35:24.869Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-05-26T17:35:24.900Z Checking dropshot-api-manager-types v0.7.1
30212026-05-26T17:35:24.922Z Checking smf v0.2.3
30222026-05-26T17:35:24.936Z Checking nanorand v0.7.0
30232026-05-26T17:35:25.068Z Checking whoami v1.6.1
30242026-05-26T17:35:25.125Z Checking flume v0.11.1
30252026-05-26T17:35:25.156Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-05-26T17:35:25.338Z Checking zone v0.3.1
30272026-05-26T17:35:25.365Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30282026-05-26T17:35:25.953Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30292026-05-26T17:35:26.901Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30302026-05-26T17:35:27.782Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30312026-05-26T17:35:30.967Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-05-26T17:35:32.995Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-05-26T17:35:34.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
30342026-05-26T17:35:34.296Z
30352026-05-26T17:35:34.296Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30362026-05-26T17:35:34.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-05-26T17:35:34.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-05-26T17:35:34.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-05-26T17:35:34.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30402026-05-26T17:35:34.899Z
30412026-05-26T17:35:34.899Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30422026-05-26T17:35:35.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-05-26T17:35:35.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-05-26T17:35:35.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-05-26T17:35:35.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-05-26T17:35:35.503Z
30472026-05-26T17:35:35.503Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30482026-05-26T17:35:36.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-26T17:35:36.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-26T17:35:36.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-26T17:35:36.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-05-26T17:35:36.121Z
30532026-05-26T17:35:36.121Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30542026-05-26T17:35:36.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-26T17:35:36.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-26T17:35:36.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-26T17:35:36.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-05-26T17:35:36.733Z
30592026-05-26T17:35:36.733Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30602026-05-26T17:35:37.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-26T17:35:37.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-26T17:35:37.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-26T17:35:37.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-05-26T17:35:37.338Z
30652026-05-26T17:35:37.338Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30662026-05-26T17:35:37.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-26T17:35:37.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-26T17:35:37.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-26T17:35:37.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-05-26T17:35:37.946Z
30712026-05-26T17:35:37.946Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30722026-05-26T17:35:38.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-26T17:35:38.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-26T17:35:38.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-26T17:35:38.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-05-26T17:35:38.556Z
30772026-05-26T17:35:38.556Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30782026-05-26T17:35:39.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-26T17:35:39.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-26T17:35:39.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-26T17:35:39.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-05-26T17:35:39.150Z
30832026-05-26T17:35:39.150Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30842026-05-26T17:35:39.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-26T17:35:39.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-26T17:35:39.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-26T17:35:39.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-05-26T17:35:39.762Z
30892026-05-26T17:35:39.762Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30902026-05-26T17:35:40.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-26T17:35:40.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-26T17:35:40.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-26T17:35:40.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-05-26T17:35:40.371Z
30952026-05-26T17:35:40.371Zinfo: running `cargo check --bins` on installinator-client (115/276)
30962026-05-26T17:35:40.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-26T17:35:40.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-26T17:35:40.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-26T17:35:40.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-05-26T17:35:40.976Z
31012026-05-26T17:35:40.976Zinfo: running `cargo check --bins` on nexus-client (116/276)
31022026-05-26T17:35:41.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-26T17:35:41.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-26T17:35:41.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-26T17:35:41.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062026-05-26T17:35:41.615Z
31072026-05-26T17:35:41.615Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31082026-05-26T17:35:42.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-26T17:35:42.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-26T17:35:42.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-26T17:35:42.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31122026-05-26T17:35:42.255Z
31132026-05-26T17:35:42.255Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31142026-05-26T17:35:42.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-26T17:35:42.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-26T17:35:42.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-26T17:35:42.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-05-26T17:35:42.850Z
31192026-05-26T17:35:42.850Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31202026-05-26T17:35:43.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-26T17:35:43.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-26T17:35:43.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-26T17:35:43.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-05-26T17:35:43.443Z
31252026-05-26T17:35:43.443Zinfo: running `cargo check --bins` on oxide-client (120/276)
31262026-05-26T17:35:43.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-26T17:35:43.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-26T17:35:43.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-26T17:35:43.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-05-26T17:35:44.038Z
31312026-05-26T17:35:44.038Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31322026-05-26T17:35:44.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-26T17:35:44.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-26T17:35:44.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-26T17:35:44.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31362026-05-26T17:35:44.644Z
31372026-05-26T17:35:44.644Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31382026-05-26T17:35:45.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-26T17:35:45.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-26T17:35:45.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-26T17:35:45.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-05-26T17:35:45.239Z
31432026-05-26T17:35:45.239Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31442026-05-26T17:35:45.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-26T17:35:45.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-26T17:35:45.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-26T17:35:45.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-05-26T17:35:45.851Z
31492026-05-26T17:35:45.851Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31502026-05-26T17:35:46.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-26T17:35:46.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-26T17:35:46.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-26T17:35:46.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31542026-05-26T17:35:46.493Z
31552026-05-26T17:35:46.493Zinfo: running `cargo check --bins` on installinator-common (125/276)
31562026-05-26T17:35:47.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-26T17:35:47.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-26T17:35:47.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-26T17:35:47.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-05-26T17:35:47.113Z
31612026-05-26T17:35:47.113Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31622026-05-26T17:35:47.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-26T17:35:47.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-26T17:35:47.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-26T17:35:47.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31662026-05-26T17:35:47.710Z
31672026-05-26T17:35:47.710Zinfo: running `cargo check --bins` on wicket-common (127/276)
31682026-05-26T17:35:48.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-26T17:35:48.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-26T17:35:48.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-26T17:35:48.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31722026-05-26T17:35:48.320Z
31732026-05-26T17:35:48.320Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31742026-05-26T17:35:48.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-26T17:35:48.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-26T17:35:49.011Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-05-26T17:35:49.129Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-05-26T17:35:49.137Z Checking csv-core v0.1.13
31792026-05-26T17:35:49.144Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-05-26T17:35:49.152Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-05-26T17:35:49.155Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-05-26T17:35:49.172Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-05-26T17:35:49.184Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-05-26T17:35:49.292Z Checking csv v1.4.0
31852026-05-26T17:35:49.332Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-05-26T17:35:49.346Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-26T17:35:49.373Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-05-26T17:35:49.390Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-05-26T17:35:49.623Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-05-26T17:35:49.985Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-05-26T17:35:49.988Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-05-26T17:35:50.336Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-05-26T17:35:56.182Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-05-26T17:35:56.721Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-05-26T17:35:59.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.71s
31962026-05-26T17:35:59.238Z
31972026-05-26T17:35:59.238Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31982026-05-26T17:35:59.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-26T17:35:59.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-26T17:35:59.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-26T17:35:59.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32022026-05-26T17:35:59.841Z
32032026-05-26T17:35:59.841Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32042026-05-26T17:36:00.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-26T17:36:00.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-26T17:36:00.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-26T17:36:00.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-05-26T17:36:00.529Z
32092026-05-26T17:36:00.529Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32102026-05-26T17:36:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-26T17:36:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-26T17:36:01.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-26T17:36:01.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-05-26T17:36:01.211Z
32152026-05-26T17:36:01.211Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32162026-05-26T17:36:01.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-26T17:36:01.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-26T17:36:01.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-26T17:36:01.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32202026-05-26T17:36:01.861Z
32212026-05-26T17:36:01.861Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32222026-05-26T17:36:02.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-26T17:36:02.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-26T17:36:02.629Z Compiling regress v0.11.1
32252026-05-26T17:36:02.767Z Compiling unsafe-libyaml v0.2.11
32262026-05-26T17:36:02.780Z Compiling semver v0.1.20
32272026-05-26T17:36:02.780Z Compiling radium v0.7.0
32282026-05-26T17:36:02.806Z Compiling maybe-uninit v2.0.0
32292026-05-26T17:36:02.806Z Checking tap v1.0.1
32302026-05-26T17:36:02.832Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-05-26T17:36:02.921Z Checking wyz v0.5.1
32322026-05-26T17:36:03.050Z Compiling rustc_version v0.1.7
32332026-05-26T17:36:03.106Z Checking progenitor-client v0.13.0
32342026-05-26T17:36:03.127Z Compiling zerocopy-derive v0.6.6
32352026-05-26T17:36:03.238Z Compiling owo-colors v4.3.0
32362026-05-26T17:36:03.278Z Compiling newtype_derive v0.1.6
32372026-05-26T17:36:03.333Z Compiling serde_yaml v0.9.34+deprecated
32382026-05-26T17:36:03.476Z Compiling packed_struct v0.10.1
32392026-05-26T17:36:03.519Z Compiling cancel-safe-futures v0.1.5
32402026-05-26T17:36:03.569Z Checking funty v2.0.0
32412026-05-26T17:36:03.719Z Checking crc-catalog v2.4.0
32422026-05-26T17:36:03.814Z Checking crc v3.4.0
32432026-05-26T17:36:03.890Z Checking bitvec v1.0.1
32442026-05-26T17:36:03.972Z Checking zerocopy v0.6.6
32452026-05-26T17:36:03.986Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-05-26T17:36:03.989Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-05-26T17:36:04.213Z Checking typify-impl v0.6.2
32482026-05-26T17:36:04.314Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32492026-05-26T17:36:04.331Z Compiling packed_struct_codegen v0.10.1
32502026-05-26T17:36:04.517Z Checking libsw-core v0.3.2
32512026-05-26T17:36:04.563Z Compiling bitfield-macros v0.19.4
32522026-05-26T17:36:04.662Z Compiling indexmap v1.9.3
32532026-05-26T17:36:04.785Z Checking nodrop v0.1.14
32542026-05-26T17:36:04.876Z Checking array-init v0.0.4
32552026-05-26T17:36:04.892Z Checking libsw v3.5.0
32562026-05-26T17:36:05.040Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-05-26T17:36:05.172Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-05-26T17:36:05.187Z Checking smallvec v0.6.14
32592026-05-26T17:36:05.266Z Checking bitfield v0.19.4
32602026-05-26T17:36:05.351Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-05-26T17:36:05.439Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-05-26T17:36:05.534Z Checking unicode-linebreak v0.1.5
32632026-05-26T17:36:05.578Z Checking linear-map v1.2.0
32642026-05-26T17:36:05.674Z Checking smawk v0.3.2
32652026-05-26T17:36:05.745Z Checking hashbrown v0.12.3
32662026-05-26T17:36:05.745Z Checking tagptr v0.2.0
32672026-05-26T17:36:05.773Z Checking base64 v0.21.7
32682026-05-26T17:36:05.800Z Checking textwrap v0.16.2
32692026-05-26T17:36:05.882Z Checking moka v0.12.13
32702026-05-26T17:36:05.931Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-05-26T17:36:05.962Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-05-26T17:36:06.005Z Checking ron v0.8.1
32732026-05-26T17:36:06.008Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-05-26T17:36:06.125Z Checking steno v0.4.1
32752026-05-26T17:36:06.424Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-05-26T17:36:06.478Z Checking serde-hex v0.1.0
32772026-05-26T17:36:06.498Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-26T17:36:06.526Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-05-26T17:36:06.656Z Checking hashbrown v0.13.2
32802026-05-26T17:36:06.805Z Checking crc-any v2.5.0
32812026-05-26T17:36:06.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-05-26T17:36:07.074Z Checking object v0.30.4
32832026-05-26T17:36:07.089Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-05-26T17:36:07.111Z Checking hickory-resolver v0.25.2
32852026-05-26T17:36:07.189Z Checking void v1.0.2
32862026-05-26T17:36:07.206Z Checking half v1.8.3
32872026-05-26T17:36:07.245Z Checking path-slash v0.1.5
32882026-05-26T17:36:07.291Z Checking utf-8 v0.7.6
32892026-05-26T17:36:07.346Z Checking lzss v0.8.2
32902026-05-26T17:36:07.399Z Checking serde_cbor v0.11.2
32912026-05-26T17:36:07.424Z Checking tungstenite v0.23.0
32922026-05-26T17:36:07.667Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-05-26T17:36:07.768Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-05-26T17:36:07.800Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32952026-05-26T17:36:07.821Z Checking nix v0.27.1
32962026-05-26T17:36:07.835Z Checking kstat-rs v0.2.4
32972026-05-26T17:36:07.949Z Checking fxhash v0.2.1
32982026-05-26T17:36:08.002Z Checking serde_bytes v0.11.19
32992026-05-26T17:36:08.017Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33002026-05-26T17:36:08.067Z Checking tokio-tungstenite v0.23.1
33012026-05-26T17:36:08.203Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-05-26T17:36:08.244Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-05-26T17:36:08.329Z Checking signal-hook-tokio v0.3.1
33042026-05-26T17:36:08.596Z Compiling typify-macro v0.6.2
33052026-05-26T17:36:09.364Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-05-26T17:36:09.720Z Compiling typify v0.6.2
33072026-05-26T17:36:09.802Z Compiling progenitor-impl v0.13.0
33082026-05-26T17:36:09.802Z Compiling progenitor-impl v0.14.0
33092026-05-26T17:36:10.251Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-05-26T17:36:10.577Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33112026-05-26T17:36:11.375Z Compiling progenitor-macro v0.13.0
33122026-05-26T17:36:11.408Z Compiling progenitor-macro v0.14.0
33132026-05-26T17:36:13.738Z Checking progenitor v0.13.0
33142026-05-26T17:36:13.861Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33152026-05-26T17:36:14.047Z Checking progenitor v0.14.0
33162026-05-26T17:36:14.161Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-05-26T17:36:16.829Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-05-26T17:36:24.511Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-05-26T17:36:30.811Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-05-26T17:36:32.154Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-05-26T17:36:32.655Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33222026-05-26T17:36:34.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.87s
33232026-05-26T17:36:34.936Z
33242026-05-26T17:36:34.936Zinfo: running `cargo check --bins` on gateway-api (134/276)
33252026-05-26T17:36:35.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-26T17:36:35.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-26T17:36:35.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-26T17:36:35.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-26T17:36:35.534Z
33302026-05-26T17:36:35.534Zinfo: running `cargo check --bins` on ipcc (135/276)
33312026-05-26T17:36:36.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-26T17:36:36.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-26T17:36:36.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-26T17:36:36.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33352026-05-26T17:36:36.139Z
33362026-05-26T17:36:36.139Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33372026-05-26T17:36:36.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-26T17:36:36.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-26T17:36:36.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-26T17:36:36.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33412026-05-26T17:36:36.727Z
33422026-05-26T17:36:36.727Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33432026-05-26T17:36:37.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-26T17:36:37.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-26T17:36:37.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-26T17:36:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-05-26T17:36:37.332Z
33482026-05-26T17:36:37.332Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33492026-05-26T17:36:37.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-26T17:36:37.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-26T17:36:37.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-26T17:36:37.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-26T17:36:37.929Z
33542026-05-26T17:36:37.929Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33552026-05-26T17:36:38.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-26T17:36:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-26T17:36:38.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-26T17:36:38.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-26T17:36:38.529Z
33602026-05-26T17:36:38.529Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33612026-05-26T17:36:39.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-26T17:36:39.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-26T17:36:39.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-26T17:36:39.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-05-26T17:36:39.128Z
33662026-05-26T17:36:39.129Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33672026-05-26T17:36:39.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-26T17:36:39.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-26T17:36:39.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-26T17:36:39.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-26T17:36:39.735Z
33722026-05-26T17:36:39.736Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33732026-05-26T17:36:40.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-26T17:36:40.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-26T17:36:40.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-26T17:36:40.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-26T17:36:40.340Z
33782026-05-26T17:36:40.340Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33792026-05-26T17:36:40.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-26T17:36:40.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-26T17:36:40.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-26T17:36:40.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33832026-05-26T17:36:40.942Z
33842026-05-26T17:36:40.942Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33852026-05-26T17:36:41.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-26T17:36:41.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-26T17:36:41.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-26T17:36:41.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-26T17:36:41.548Z
33902026-05-26T17:36:41.548Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33912026-05-26T17:36:42.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-26T17:36:42.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-26T17:36:42.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-26T17:36:42.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-26T17:36:42.147Z
33962026-05-26T17:36:42.147Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33972026-05-26T17:36:42.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-26T17:36:42.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-26T17:36:42.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-26T17:36:42.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-26T17:36:42.747Z
34022026-05-26T17:36:42.747Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
34032026-05-26T17:36:43.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-26T17:36:43.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-26T17:36:43.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-26T17:36:43.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-26T17:36:43.347Z
34082026-05-26T17:36:43.347Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34092026-05-26T17:36:43.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-26T17:36:43.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-26T17:36:43.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-26T17:36:43.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34132026-05-26T17:36:43.936Z
34142026-05-26T17:36:43.936Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34152026-05-26T17:36:44.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-26T17:36:44.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-26T17:36:44.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-26T17:36:44.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-05-26T17:36:44.541Z
34202026-05-26T17:36:44.541Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34212026-05-26T17:36:45.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-26T17:36:45.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-26T17:36:45.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-26T17:36:45.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-05-26T17:36:45.152Z
34262026-05-26T17:36:45.152Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34272026-05-26T17:36:45.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-26T17:36:45.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-26T17:36:45.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-26T17:36:45.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-26T17:36:45.760Z
34322026-05-26T17:36:45.760Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34332026-05-26T17:36:46.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-26T17:36:46.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-26T17:36:46.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-26T17:36:46.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-26T17:36:46.368Z
34382026-05-26T17:36:46.368Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34392026-05-26T17:36:46.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-26T17:36:46.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-26T17:36:46.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-26T17:36:46.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-26T17:36:46.970Z
34442026-05-26T17:36:46.970Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34452026-05-26T17:36:47.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-26T17:36:47.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-26T17:36:47.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-26T17:36:47.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-05-26T17:36:47.580Z
34502026-05-26T17:36:47.580Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34512026-05-26T17:36:48.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-26T17:36:48.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-26T17:36:48.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-26T17:36:48.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34552026-05-26T17:36:48.228Z
34562026-05-26T17:36:48.229Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34572026-05-26T17:36:48.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-26T17:36:48.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-26T17:36:48.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-26T17:36:48.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-05-26T17:36:48.829Z
34622026-05-26T17:36:48.829Zinfo: running `cargo check --bins` on dns-server (157/276)
34632026-05-26T17:36:49.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-26T17:36:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-26T17:36:49.481Z Compiling parking_lot_core v0.8.6
34662026-05-26T17:36:49.482Z Compiling atomicwrites v0.4.4
34672026-05-26T17:36:49.485Z Compiling git-stub v1.0.0
34682026-05-26T17:36:49.485Z Checking prefix-trie v0.7.0
34692026-05-26T17:36:49.592Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34702026-05-26T17:36:49.712Z Compiling git-stub-vcs v0.1.0
34712026-05-26T17:36:49.874Z Checking hickory-server v0.25.2
34722026-05-26T17:36:49.980Z Checking parking_lot v0.11.2
34732026-05-26T17:36:49.992Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34742026-05-26T17:36:50.069Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34752026-05-26T17:36:50.069Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34762026-05-26T17:36:50.145Z Checking sled v0.34.7
34772026-05-26T17:36:52.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
34782026-05-26T17:36:52.181Z
34792026-05-26T17:36:52.181Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34802026-05-26T17:36:52.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-26T17:36:52.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-26T17:36:52.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-26T17:36:52.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34842026-05-26T17:36:52.777Z
34852026-05-26T17:36:52.778Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34862026-05-26T17:36:53.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-26T17:36:53.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-26T17:36:53.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-26T17:36:53.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-05-26T17:36:53.376Z
34912026-05-26T17:36:53.376Zinfo: running `cargo check --bins` on sp-sim (160/276)
34922026-05-26T17:36:53.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-26T17:36:53.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-26T17:36:54.097Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34952026-05-26T17:36:55.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34962026-05-26T17:36:56.044Z
34972026-05-26T17:36:56.044Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34982026-05-26T17:36:56.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-26T17:36:56.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-26T17:36:56.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-26T17:36:56.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35022026-05-26T17:36:56.702Z
35032026-05-26T17:36:56.702Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
35042026-05-26T17:36:57.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-26T17:36:57.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-26T17:36:57.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-26T17:36:57.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35082026-05-26T17:36:57.361Z
35092026-05-26T17:36:57.361Zinfo: running `cargo check --bins` on db-macros (163/276)
35102026-05-26T17:36:57.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-26T17:36:57.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-26T17:36:57.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-26T17:36:57.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35142026-05-26T17:36:57.949Z
35152026-05-26T17:36:57.949Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35162026-05-26T17:36:58.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-26T17:36:58.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-26T17:36:58.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-26T17:36:58.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35202026-05-26T17:36:58.527Z
35212026-05-26T17:36:58.527Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35222026-05-26T17:36:59.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-26T17:36:59.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-26T17:36:59.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-26T17:36:59.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35262026-05-26T17:36:59.167Z
35272026-05-26T17:36:59.167Zinfo: running `cargo check --bins` on authz-macros (166/276)
35282026-05-26T17:36:59.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-26T17:36:59.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-26T17:36:59.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-26T17:36:59.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-05-26T17:36:59.752Z
35332026-05-26T17:36:59.752Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35342026-05-26T17:37:00.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-26T17:37:00.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-26T17:37:00.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-26T17:37:00.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-05-26T17:37:00.388Z
35392026-05-26T17:37:00.388Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35402026-05-26T17:37:00.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-26T17:37:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-26T17:37:00.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-26T17:37:00.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35442026-05-26T17:37:01.028Z
35452026-05-26T17:37:01.028Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35462026-05-26T17:37:01.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-26T17:37:01.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-26T17:37:01.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-26T17:37:01.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-05-26T17:37:01.613Z
35512026-05-26T17:37:01.613Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35522026-05-26T17:37:02.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-26T17:37:02.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-26T17:37:02.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-26T17:37:02.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-05-26T17:37:02.193Z
35572026-05-26T17:37:02.193Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35582026-05-26T17:37:02.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-26T17:37:02.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-26T17:37:02.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-26T17:37:02.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-26T17:37:02.787Z
35632026-05-26T17:37:02.787Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35642026-05-26T17:37:03.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-26T17:37:03.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-26T17:37:03.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-26T17:37:03.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35682026-05-26T17:37:03.370Z
35692026-05-26T17:37:03.370Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35702026-05-26T17:37:03.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-26T17:37:03.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-26T17:37:03.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-26T17:37:03.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35742026-05-26T17:37:03.954Z
35752026-05-26T17:37:03.954Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35762026-05-26T17:37:04.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-26T17:37:04.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-26T17:37:04.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-26T17:37:04.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35802026-05-26T17:37:04.601Z
35812026-05-26T17:37:04.601Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35822026-05-26T17:37:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-26T17:37:05.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-26T17:37:05.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-26T17:37:05.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35862026-05-26T17:37:05.244Z
35872026-05-26T17:37:05.244Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35882026-05-26T17:37:05.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-26T17:37:05.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-26T17:37:05.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-26T17:37:05.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-26T17:37:05.884Z
35932026-05-26T17:37:05.884Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35942026-05-26T17:37:06.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-26T17:37:06.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-26T17:37:06.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-26T17:37:06.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-05-26T17:37:06.499Z
35992026-05-26T17:37:06.499Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
36002026-05-26T17:37:07.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-26T17:37:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-26T17:37:07.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-26T17:37:07.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-05-26T17:37:07.114Z
36052026-05-26T17:37:07.114Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36062026-05-26T17:37:07.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-26T17:37:07.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-26T17:37:07.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-26T17:37:07.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36102026-05-26T17:37:07.729Z
36112026-05-26T17:37:07.729Zinfo: running `cargo check --bins` on key-manager (180/276)
36122026-05-26T17:37:08.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-26T17:37:08.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-26T17:37:08.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-26T17:37:08.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36162026-05-26T17:37:08.328Z
36172026-05-26T17:37:08.328Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36182026-05-26T17:37:08.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-26T17:37:08.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-26T17:37:08.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-26T17:37:08.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36222026-05-26T17:37:08.943Z
36232026-05-26T17:37:08.943Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36242026-05-26T17:37:09.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-26T17:37:09.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-26T17:37:09.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-26T17:37:09.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-05-26T17:37:09.554Z
36292026-05-26T17:37:09.554Zinfo: running `cargo check --bins` on typed-rng (183/276)
36302026-05-26T17:37:10.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-26T17:37:10.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-26T17:37:10.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-26T17:37:10.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36342026-05-26T17:37:10.133Z
36352026-05-26T17:37:10.133Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36362026-05-26T17:37:10.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-26T17:37:10.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-26T17:37:10.984Z Compiling typify-impl v0.4.3
36392026-05-26T17:37:10.987Z Compiling libefi-sys v0.1.0
36402026-05-26T17:37:11.130Z Compiling bitfield-struct v0.6.2
36412026-05-26T17:37:11.138Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-26T17:37:11.148Z Compiling xshell-macros v0.2.7
36432026-05-26T17:37:11.160Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36442026-05-26T17:37:11.175Z Compiling salty v0.3.0
36452026-05-26T17:37:11.201Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36462026-05-26T17:37:11.356Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36472026-05-26T17:37:11.476Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36482026-05-26T17:37:11.492Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-26T17:37:11.506Z Checking xshell v0.2.7
36502026-05-26T17:37:11.619Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36512026-05-26T17:37:11.711Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36522026-05-26T17:37:11.736Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36532026-05-26T17:37:11.813Z Checking primeorder v0.13.6
36542026-05-26T17:37:11.877Z Compiling proc-macro-error-attr2 v2.0.0
36552026-05-26T17:37:11.971Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36562026-05-26T17:37:12.019Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-26T17:37:12.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36582026-05-26T17:37:12.202Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36592026-05-26T17:37:12.233Z Checking tungstenite v0.21.0
36602026-05-26T17:37:12.262Z Compiling proc-macro-error2 v2.0.1
36612026-05-26T17:37:12.276Z Checking p384 v0.13.1
36622026-05-26T17:37:12.392Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36632026-05-26T17:37:12.661Z Compiling num-derive v0.3.3
36642026-05-26T17:37:12.693Z Checking tokio-tungstenite v0.21.0
36652026-05-26T17:37:12.896Z Compiling tabled_derive v0.11.0
36662026-05-26T17:37:13.041Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36672026-05-26T17:37:13.058Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-26T17:37:13.118Z Checking papergrid v0.17.0
36692026-05-26T17:37:13.435Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-26T17:37:13.451Z Checking testing_table v0.3.0
36712026-05-26T17:37:13.572Z Checking libscf-sys v1.1.0
36722026-05-26T17:37:13.703Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-26T17:37:13.785Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36742026-05-26T17:37:13.900Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36752026-05-26T17:37:13.939Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36762026-05-26T17:37:14.058Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-26T17:37:14.144Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-05-26T17:37:14.221Z Compiling unicase v2.9.0
36792026-05-26T17:37:14.238Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36802026-05-26T17:37:14.251Z Checking corncobs v0.1.4
36812026-05-26T17:37:14.334Z Compiling illumos-nvpair-sys v0.2.0
36822026-05-26T17:37:14.378Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-26T17:37:14.420Z Compiling mime_guess v2.0.5
36842026-05-26T17:37:14.580Z Checking tabled v0.20.0
36852026-05-26T17:37:14.597Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36862026-05-26T17:37:14.632Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-05-26T17:37:14.660Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36882026-05-26T17:37:14.798Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36892026-05-26T17:37:14.932Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36902026-05-26T17:37:14.952Z Checking progenitor-client v0.11.2
36912026-05-26T17:37:14.969Z Checking secrecy v0.8.0
36922026-05-26T17:37:14.972Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-05-26T17:37:15.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36942026-05-26T17:37:15.425Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36952026-05-26T17:37:15.452Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36962026-05-26T17:37:15.518Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36972026-05-26T17:37:15.533Z Compiling typify-macro v0.4.3
36982026-05-26T17:37:15.640Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36992026-05-26T17:37:15.688Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37002026-05-26T17:37:15.738Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37012026-05-26T17:37:15.780Z Checking filetime v0.2.27
37022026-05-26T17:37:15.898Z Checking xattr v1.6.1
37032026-05-26T17:37:15.914Z Checking crc8 v0.1.1
37042026-05-26T17:37:16.010Z Checking http-range v0.1.5
37052026-05-26T17:37:16.133Z Checking tar v0.4.45
37062026-05-26T17:37:16.149Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072026-05-26T17:37:16.339Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37082026-05-26T17:37:16.511Z Checking illumos-nvpair v0.3.0
37092026-05-26T17:37:16.583Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-05-26T17:37:16.657Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37112026-05-26T17:37:16.671Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37122026-05-26T17:37:16.963Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37132026-05-26T17:37:16.994Z Checking atty v0.2.14
37142026-05-26T17:37:17.010Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37152026-05-26T17:37:17.096Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37162026-05-26T17:37:17.214Z Compiling typify v0.4.3
37172026-05-26T17:37:17.308Z Compiling progenitor-impl v0.11.2
37182026-05-26T17:37:17.329Z Compiling progenitor-impl v0.10.0
37192026-05-26T17:37:17.773Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37202026-05-26T17:37:17.936Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37212026-05-26T17:37:18.236Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37222026-05-26T17:37:18.368Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37232026-05-26T17:37:18.827Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37242026-05-26T17:37:19.012Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-05-26T17:37:19.134Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-05-26T17:37:19.165Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37272026-05-26T17:37:19.341Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37282026-05-26T17:37:19.357Z Checking hyper-staticfile v0.10.1
37292026-05-26T17:37:19.501Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37302026-05-26T17:37:19.566Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-05-26T17:37:19.646Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-05-26T17:37:19.764Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37332026-05-26T17:37:19.906Z Compiling progenitor-macro v0.11.2
37342026-05-26T17:37:19.929Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-05-26T17:37:19.955Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37362026-05-26T17:37:19.976Z Compiling progenitor-macro v0.10.0
37372026-05-26T17:37:20.031Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37382026-05-26T17:37:20.215Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37392026-05-26T17:37:22.607Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37402026-05-26T17:37:22.787Z Checking progenitor v0.10.0
37412026-05-26T17:37:22.912Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37422026-05-26T17:37:22.932Z Checking progenitor v0.11.2
37432026-05-26T17:37:23.056Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-05-26T17:37:27.625Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37452026-05-26T17:37:38.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.38s
37462026-05-26T17:37:38.729Z
37472026-05-26T17:37:38.729Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37482026-05-26T17:37:39.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-26T17:37:39.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-26T17:37:39.512Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-26T17:37:50.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
37522026-05-26T17:37:50.460Z
37532026-05-26T17:37:50.460Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37542026-05-26T17:37:51.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-26T17:37:51.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-26T17:37:51.242Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-26T17:38:01.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37582026-05-26T17:38:02.080Z
37592026-05-26T17:38:02.080Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37602026-05-26T17:38:02.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-26T17:38:02.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-26T17:38:02.860Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-26T17:38:13.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37642026-05-26T17:38:13.710Z
37652026-05-26T17:38:13.710Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37662026-05-26T17:38:14.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-26T17:38:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-26T17:38:14.489Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-26T17:38:25.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
37702026-05-26T17:38:25.486Z
37712026-05-26T17:38:25.486Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37722026-05-26T17:38:26.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-26T17:38:26.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-26T17:38:26.265Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-26T17:38:36.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37762026-05-26T17:38:37.094Z
37772026-05-26T17:38:37.094Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37782026-05-26T17:38:37.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-26T17:38:37.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-26T17:38:37.880Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-26T17:38:48.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37822026-05-26T17:38:48.710Z
37832026-05-26T17:38:48.710Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37842026-05-26T17:38:49.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-26T17:38:49.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-26T17:38:49.490Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-05-26T17:39:00.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37882026-05-26T17:39:00.387Z
37892026-05-26T17:39:00.387Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37902026-05-26T17:39:00.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-26T17:39:00.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-26T17:39:00.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-26T17:39:00.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-05-26T17:39:00.989Z
37952026-05-26T17:39:00.989Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37962026-05-26T17:39:01.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-26T17:39:01.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-26T17:39:01.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-26T17:39:01.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-05-26T17:39:01.590Z
38012026-05-26T17:39:01.590Zinfo: running `cargo check --bins` on range-requests (194/276)
38022026-05-26T17:39:02.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-26T17:39:02.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-26T17:39:02.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-26T17:39:02.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38062026-05-26T17:39:02.177Z
38072026-05-26T17:39:02.177Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38082026-05-26T17:39:02.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-26T17:39:02.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-26T17:39:02.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-26T17:39:02.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38122026-05-26T17:39:02.776Z
38132026-05-26T17:39:02.776Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38142026-05-26T17:39:03.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-26T17:39:03.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-26T17:39:03.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-26T17:39:03.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-26T17:39:03.401Z
38192026-05-26T17:39:03.401Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38202026-05-26T17:39:03.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-26T17:39:03.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-26T17:39:03.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-26T17:39:03.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38242026-05-26T17:39:04.015Z
38252026-05-26T17:39:04.015Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38262026-05-26T17:39:04.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-26T17:39:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-26T17:39:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-26T17:39:04.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38302026-05-26T17:39:04.632Z
38312026-05-26T17:39:04.632Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38322026-05-26T17:39:05.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-26T17:39:05.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-26T17:39:05.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-26T17:39:05.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38362026-05-26T17:39:05.258Z
38372026-05-26T17:39:05.258Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38382026-05-26T17:39:05.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-26T17:39:05.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-26T17:39:05.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-26T17:39:05.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-26T17:39:05.882Z
38432026-05-26T17:39:05.882Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38442026-05-26T17:39:06.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-26T17:39:06.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-26T17:39:06.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-26T17:39:06.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38482026-05-26T17:39:06.521Z
38492026-05-26T17:39:06.521Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38502026-05-26T17:39:07.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-26T17:39:07.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-26T17:39:07.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-26T17:39:07.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-26T17:39:07.144Z
38552026-05-26T17:39:07.144Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38562026-05-26T17:39:07.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-26T17:39:07.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-26T17:39:07.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-26T17:39:07.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-05-26T17:39:07.764Z
38612026-05-26T17:39:07.764Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38622026-05-26T17:39:08.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-26T17:39:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-26T17:39:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-26T17:39:08.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-05-26T17:39:08.386Z
38672026-05-26T17:39:08.386Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38682026-05-26T17:39:08.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-26T17:39:08.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-26T17:39:08.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-26T17:39:08.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-05-26T17:39:09.014Z
38732026-05-26T17:39:09.014Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38742026-05-26T17:39:09.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-26T17:39:09.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-26T17:39:09.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-26T17:39:09.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38782026-05-26T17:39:09.655Z
38792026-05-26T17:39:09.655Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38802026-05-26T17:39:10.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-26T17:39:10.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-26T17:39:10.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-26T17:39:10.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38842026-05-26T17:39:10.279Z
38852026-05-26T17:39:10.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38862026-05-26T17:39:10.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-26T17:39:10.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-26T17:39:10.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-26T17:39:10.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38902026-05-26T17:39:10.918Z
38912026-05-26T17:39:10.918Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38922026-05-26T17:39:11.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-26T17:39:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-26T17:39:11.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-26T17:39:11.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38962026-05-26T17:39:11.577Z
38972026-05-26T17:39:11.577Zinfo: running `cargo check --bins` on update-common (210/276)
38982026-05-26T17:39:12.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-26T17:39:12.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-26T17:39:12.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-26T17:39:12.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39022026-05-26T17:39:12.184Z
39032026-05-26T17:39:12.184Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39042026-05-26T17:39:12.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-26T17:39:12.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-26T17:39:12.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-26T17:39:12.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39082026-05-26T17:39:12.842Z
39092026-05-26T17:39:12.842Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39102026-05-26T17:39:13.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-26T17:39:13.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-26T17:39:13.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-26T17:39:13.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39142026-05-26T17:39:13.437Z
39152026-05-26T17:39:13.437Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39162026-05-26T17:39:13.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-26T17:39:13.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-26T17:39:14.214Z Compiling fs-err v2.11.0
39192026-05-26T17:39:14.217Z Checking ignore v0.4.25
39202026-05-26T17:39:14.217Z Checking arc-swap v1.8.2
39212026-05-26T17:39:14.352Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39222026-05-26T17:39:14.352Z Checking predicates-tree v1.0.13
39232026-05-26T17:39:14.359Z Checking parse-size v1.1.0
39242026-05-26T17:39:14.381Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39252026-05-26T17:39:14.393Z Checking rand_seeder v0.4.0
39262026-05-26T17:39:14.458Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39272026-05-26T17:39:14.478Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39282026-05-26T17:39:14.528Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39292026-05-26T17:39:14.546Z Checking slog-scope v4.4.1
39302026-05-26T17:39:14.581Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39312026-05-26T17:39:14.668Z Compiling petname v2.0.2
39322026-05-26T17:39:14.682Z Checking slog-stdlog v4.1.1
39332026-05-26T17:39:14.696Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39342026-05-26T17:39:14.713Z Checking globwalk v0.9.1
39352026-05-26T17:39:14.759Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39362026-05-26T17:39:14.798Z Checking slog-envlogger v2.2.0
39372026-05-26T17:39:14.884Z Checking camino-tempfile-ext v0.3.3
39382026-05-26T17:39:14.944Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39392026-05-26T17:39:14.981Z Checking sapling-renderdag v0.1.0
39402026-05-26T17:39:15.076Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39412026-05-26T17:39:15.131Z Checking subprocess v0.2.15
39422026-05-26T17:39:15.217Z Checking sync-ptr v0.1.4
39432026-05-26T17:39:15.311Z Checking colored v2.2.0
39442026-05-26T17:39:15.332Z Checking assert_matches v1.5.0
39452026-05-26T17:39:15.401Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39462026-05-26T17:39:15.558Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39472026-05-26T17:39:15.561Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39482026-05-26T17:39:16.297Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39492026-05-26T17:39:17.617Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39502026-05-26T17:39:19.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
39512026-05-26T17:39:20.034Z
39522026-05-26T17:39:20.034Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39532026-05-26T17:39:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-26T17:39:20.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-26T17:39:20.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-26T17:39:20.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39572026-05-26T17:39:20.630Z
39582026-05-26T17:39:20.630Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39592026-05-26T17:39:21.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-26T17:39:21.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-26T17:39:21.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-26T17:39:21.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-26T17:39:21.248Z
39642026-05-26T17:39:21.249Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39652026-05-26T17:39:21.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-26T17:39:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-26T17:39:21.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-26T17:39:21.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39692026-05-26T17:39:21.910Z
39702026-05-26T17:39:21.910Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39712026-05-26T17:39:22.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-26T17:39:22.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-26T17:39:22.639Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39742026-05-26T17:39:22.639Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39752026-05-26T17:39:23.285Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39762026-05-26T17:39:24.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39772026-05-26T17:39:25.087Z
39782026-05-26T17:39:25.087Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39792026-05-26T17:39:25.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-26T17:39:25.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-26T17:39:25.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-05-26T17:39:25.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39832026-05-26T17:39:25.694Z
39842026-05-26T17:39:25.695Zinfo: running `cargo check --bins` on cert-dev (219/276)
39852026-05-26T17:39:26.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-26T17:39:26.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-26T17:39:26.304Z Checking yasna v0.5.2
39882026-05-26T17:39:26.710Z Checking rcgen v0.12.1
39892026-05-26T17:39:26.956Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39902026-05-26T17:39:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39912026-05-26T17:39:27.314Z
39922026-05-26T17:39:27.314Zinfo: running `cargo check --bins` on clickana (220/276)
39932026-05-26T17:39:27.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-26T17:39:27.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-26T17:39:27.953Z Compiling darling_core v0.23.0
39962026-05-26T17:39:28.064Z Compiling instability v0.3.11
39972026-05-26T17:39:28.073Z Checking castaway v0.2.4
39982026-05-26T17:39:28.079Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39992026-05-26T17:39:28.082Z Compiling indoc v2.0.7
40002026-05-26T17:39:28.096Z Checking unicode-truncate v1.1.0
40012026-05-26T17:39:28.099Z Checking lru v0.12.5
40022026-05-26T17:39:28.099Z Checking cassowary v0.3.0
40032026-05-26T17:39:28.164Z Checking compact_str v0.8.1
40042026-05-26T17:39:29.131Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40052026-05-26T17:39:29.312Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40062026-05-26T17:39:29.460Z Compiling darling_macro v0.23.0
40072026-05-26T17:39:29.868Z Compiling darling v0.23.0
40082026-05-26T17:39:30.461Z Checking ratatui v0.29.0
40092026-05-26T17:39:31.510Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40102026-05-26T17:39:32.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
40112026-05-26T17:39:32.357Z
40122026-05-26T17:39:32.357Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40132026-05-26T17:39:32.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-26T17:39:32.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-26T17:39:33.071Z Checking headers-core v0.3.0
40162026-05-26T17:39:33.075Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40172026-05-26T17:39:33.267Z Checking headers v0.4.1
40182026-05-26T17:39:33.637Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40192026-05-26T17:39:34.478Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40202026-05-26T17:39:34.972Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40212026-05-26T17:39:35.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40222026-05-26T17:39:35.597Z
40232026-05-26T17:39:35.597Zinfo: running `cargo check --bins` on ch-dev (222/276)
40242026-05-26T17:39:36.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-26T17:39:36.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-26T17:39:36.318Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40272026-05-26T17:39:37.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40282026-05-26T17:39:37.269Z
40292026-05-26T17:39:37.269Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40302026-05-26T17:39:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-26T17:39:37.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-26T17:39:37.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-05-26T17:39:37.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40342026-05-26T17:39:37.736Z
40352026-05-26T17:39:37.736Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40362026-05-26T17:39:38.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-26T17:39:38.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-26T17:39:38.449Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40392026-05-26T17:39:39.426Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40402026-05-26T17:39:39.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40412026-05-26T17:39:39.961Z
40422026-05-26T17:39:39.961Zinfo: running `cargo check --bins` on db-dev (225/276)
40432026-05-26T17:39:40.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-26T17:39:40.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-26T17:39:40.679Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40462026-05-26T17:39:41.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40472026-05-26T17:39:41.642Z
40482026-05-26T17:39:41.642Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40492026-05-26T17:39:42.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-26T17:39:42.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-26T17:39:42.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-05-26T17:39:42.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40532026-05-26T17:39:42.286Z
40542026-05-26T17:39:42.286Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40552026-05-26T17:39:42.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-26T17:39:42.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-26T17:39:42.903Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40582026-05-26T17:39:43.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40592026-05-26T17:39:43.755Z
40602026-05-26T17:39:43.755Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40612026-05-26T17:39:44.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-26T17:39:44.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-26T17:39:44.504Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40642026-05-26T17:39:44.504Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40652026-05-26T17:39:44.507Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40662026-05-26T17:39:44.507Z Checking git-stub v1.0.0
40672026-05-26T17:39:44.644Z Compiling trait-variant v0.1.2
40682026-05-26T17:39:44.644Z Checking is_ci v1.2.0
40692026-05-26T17:39:44.647Z Checking maplit v1.0.2
40702026-05-26T17:39:44.665Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40712026-05-26T17:39:44.741Z Checking supports-color v3.0.2
40722026-05-26T17:39:44.744Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40732026-05-26T17:39:44.766Z Checking git-stub-vcs v0.1.0
40742026-05-26T17:39:44.860Z Checking drift v0.1.4
40752026-05-26T17:39:44.863Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40762026-05-26T17:39:44.946Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40772026-05-26T17:39:44.964Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40782026-05-26T17:39:45.160Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40792026-05-26T17:39:45.174Z Checking dropshot-api-manager v0.7.1
40802026-05-26T17:39:45.189Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40812026-05-26T17:39:45.192Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40822026-05-26T17:39:45.357Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40832026-05-26T17:39:45.403Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40842026-05-26T17:39:45.556Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40852026-05-26T17:39:45.884Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40862026-05-26T17:39:50.741Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40872026-05-26T17:39:51.811Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40882026-05-26T17:39:52.382Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40892026-05-26T17:39:52.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
40902026-05-26T17:39:52.999Z
40912026-05-26T17:39:52.999Zinfo: running `cargo check --bins` on installinator-api (229/276)
40922026-05-26T17:39:53.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-26T17:39:53.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-26T17:39:53.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-26T17:39:53.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40962026-05-26T17:39:53.608Z
40972026-05-26T17:39:53.608Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40982026-05-26T17:39:54.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-26T17:39:54.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-26T17:39:54.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-26T17:39:54.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41022026-05-26T17:39:54.249Z
41032026-05-26T17:39:54.249Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41042026-05-26T17:39:54.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-26T17:39:54.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-26T17:39:54.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-26T17:39:54.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41082026-05-26T17:39:54.890Z
41092026-05-26T17:39:54.890Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41102026-05-26T17:39:55.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-26T17:39:55.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-26T17:39:55.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-26T17:39:55.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41142026-05-26T17:39:55.529Z
41152026-05-26T17:39:55.530Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41162026-05-26T17:39:56.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-26T17:39:56.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-26T17:39:56.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-26T17:39:56.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-26T17:39:56.129Z
41212026-05-26T17:39:56.129Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41222026-05-26T17:39:56.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-26T17:39:56.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-26T17:39:56.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-26T17:39:56.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41262026-05-26T17:39:56.721Z
41272026-05-26T17:39:56.721Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41282026-05-26T17:39:57.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-26T17:39:57.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-26T17:39:57.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-26T17:39:57.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41322026-05-26T17:39:57.329Z
41332026-05-26T17:39:57.329Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41342026-05-26T17:39:57.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-26T17:39:57.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-26T17:39:57.943Z Checking typeid v1.0.3
41372026-05-26T17:39:58.057Z Checking ordered-float v2.10.1
41382026-05-26T17:39:58.078Z Checking unicode-xid v0.2.6
41392026-05-26T17:39:58.092Z Checking cargo-platform v0.2.0
41402026-05-26T17:39:58.101Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41412026-05-26T17:39:58.123Z Checking erased-serde v0.4.9
41422026-05-26T17:39:58.258Z Checking serde-value v0.7.0
41432026-05-26T17:39:58.429Z Checking serde-untagged v0.1.9
41442026-05-26T17:39:58.580Z Checking cargo-util-schemas v0.8.2
41452026-05-26T17:39:59.249Z Checking cargo_metadata v0.21.0
41462026-05-26T17:39:59.841Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41472026-05-26T17:40:00.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41482026-05-26T17:40:00.690Z
41492026-05-26T17:40:00.690Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41502026-05-26T17:40:01.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-05-26T17:40:01.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-05-26T17:40:01.431Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41532026-05-26T17:40:02.059Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41542026-05-26T17:40:02.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41552026-05-26T17:40:02.769Z
41562026-05-26T17:40:02.769Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41572026-05-26T17:40:03.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-05-26T17:40:03.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-05-26T17:40:03.632Z Compiling vergen-gitcl v1.0.8
41602026-05-26T17:40:03.632Z Compiling dirs-sys-next v0.1.2
41612026-05-26T17:40:03.632Z Compiling crunchy v0.2.4
41622026-05-26T17:40:03.635Z Compiling diesel_derives v2.3.7
41632026-05-26T17:40:03.635Z Compiling glob v0.3.3
41642026-05-26T17:40:03.635Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41652026-05-26T17:40:03.635Z Compiling dsl_auto_type v0.2.0
41662026-05-26T17:40:03.635Z Checking scheduled-thread-pool v0.2.7
41672026-05-26T17:40:03.898Z Compiling diesel_table_macro_syntax v0.3.0
41682026-05-26T17:40:03.957Z Compiling tiny-keccak v2.0.2
41692026-05-26T17:40:04.029Z Compiling dirs-next v2.0.0
41702026-05-26T17:40:04.106Z Checking r2d2 v0.8.10
41712026-05-26T17:40:04.120Z Compiling term v0.7.0
41722026-05-26T17:40:04.155Z Compiling bit-vec v0.6.3
41732026-05-26T17:40:04.174Z Checking downcast-rs v2.0.2
41742026-05-26T17:40:04.178Z Compiling clang-sys v1.8.1
41752026-05-26T17:40:04.319Z Compiling bit-set v0.5.3
41762026-05-26T17:40:04.367Z Compiling ascii-canvas v3.0.0
41772026-05-26T17:40:04.479Z Compiling itertools v0.10.5
41782026-05-26T17:40:04.581Z Compiling ena v0.14.4
41792026-05-26T17:40:04.607Z Compiling libloading v0.8.9
41802026-05-26T17:40:04.648Z Compiling regex-syntax v0.6.29
41812026-05-26T17:40:04.663Z Compiling diff v0.1.13
41822026-05-26T17:40:04.685Z Compiling bindgen v0.71.1
41832026-05-26T17:40:04.809Z Compiling cexpr v0.6.0
41842026-05-26T17:40:04.916Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41852026-05-26T17:40:05.116Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41862026-05-26T17:40:05.135Z Compiling rustc-hash v2.1.1
41872026-05-26T17:40:05.267Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41882026-05-26T17:40:05.302Z Compiling libxml v0.3.3
41892026-05-26T17:40:05.468Z Compiling strsim v0.10.0
41902026-05-26T17:40:05.516Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41912026-05-26T17:40:05.558Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41922026-05-26T17:40:05.793Z Compiling darling_core v0.13.4
41932026-05-26T17:40:05.833Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41942026-05-26T17:40:05.848Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41952026-05-26T17:40:06.022Z Compiling lalrpop v0.19.12
41962026-05-26T17:40:06.108Z Compiling strum_macros v0.24.3
41972026-05-26T17:40:06.830Z Compiling indoc v1.0.9
41982026-05-26T17:40:07.427Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41992026-05-26T17:40:07.619Z Checking derive_builder v0.20.2
42002026-05-26T17:40:07.674Z Compiling darling_macro v0.13.4
42012026-05-26T17:40:07.737Z Compiling oso-derive v0.27.3
42022026-05-26T17:40:07.854Z Checking quick-xml v0.37.5
42032026-05-26T17:40:08.165Z Compiling impl-trait-for-tuples v0.2.3
42042026-05-26T17:40:08.246Z Checking openssl-probe v0.1.6
42052026-05-26T17:40:08.363Z Compiling darling v0.13.4
42062026-05-26T17:40:08.409Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42072026-05-26T17:40:08.456Z Compiling serde_with_macros v1.5.2
42082026-05-26T17:40:08.767Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-05-26T17:40:08.963Z Checking bb8 v0.8.6
42102026-05-26T17:40:09.135Z Compiling base64 v0.21.7
42112026-05-26T17:40:09.275Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42122026-05-26T17:40:09.301Z Compiling serde_with v1.14.0
42132026-05-26T17:40:09.462Z Compiling ron v0.8.1
42142026-05-26T17:40:09.502Z Checking nonempty v0.12.0
42152026-05-26T17:40:09.662Z Checking diesel v2.3.7
42162026-05-26T17:40:09.679Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42172026-05-26T17:40:09.718Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42182026-05-26T17:40:09.892Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42192026-05-26T17:40:09.933Z Checking console v0.16.2
42202026-05-26T17:40:10.242Z Checking unit-prefix v0.5.2
42212026-05-26T17:40:10.379Z Checking indicatif v0.18.4
42222026-05-26T17:40:10.398Z Checking support-bundle-viewer v0.1.2
42232026-05-26T17:40:10.427Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
42242026-05-26T17:40:10.475Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42252026-05-26T17:40:10.645Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42262026-05-26T17:40:10.762Z Checking multimap v0.10.1
42272026-05-26T17:40:11.477Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42282026-05-26T17:40:11.868Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42292026-05-26T17:40:13.152Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42302026-05-26T17:40:13.671Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42312026-05-26T17:40:14.246Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42322026-05-26T17:40:14.338Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42332026-05-26T17:40:15.592Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42342026-05-26T17:40:15.829Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42352026-05-26T17:40:16.365Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42362026-05-26T17:40:23.562Z Checking diesel-dtrace v0.5.0
42372026-05-26T17:40:23.776Z Compiling samael v0.0.19
42382026-05-26T17:40:23.801Z Checking async-bb8-diesel v0.2.1
42392026-05-26T17:40:29.505Z Compiling polar-core v0.27.3
42402026-05-26T17:40:32.737Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
42412026-05-26T17:40:33.937Z Checking oso v0.27.3
42422026-05-26T17:41:07.704Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42432026-05-26T17:41:40.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42442026-05-26T17:41:41.062Z
42452026-05-26T17:41:41.063Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42462026-05-26T17:41:41.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-26T17:41:41.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-26T17:41:41.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-26T17:41:41.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42502026-05-26T17:41:41.744Z
42512026-05-26T17:41:41.744Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42522026-05-26T17:41:42.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-26T17:41:42.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-26T17:41:42.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-26T17:41:42.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42562026-05-26T17:41:42.399Z
42572026-05-26T17:41:42.399Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42582026-05-26T17:41:42.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-26T17:41:42.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-26T17:41:42.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-05-26T17:41:42.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42622026-05-26T17:41:42.991Z
42632026-05-26T17:41:42.991Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42642026-05-26T17:41:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-26T17:41:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-26T17:41:43.855Z Compiling libz-sys v1.1.24
42672026-05-26T17:41:43.990Z Compiling libgit2-sys v0.18.3+1.9.2
42682026-05-26T17:41:44.000Z Compiling vergen-git2 v1.0.7
42692026-05-26T17:41:44.025Z Compiling rustls v0.21.12
42702026-05-26T17:41:44.028Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42712026-05-26T17:41:44.028Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42722026-05-26T17:41:44.028Z Checking sct v0.7.1
42732026-05-26T17:41:44.028Z Checking rustls-webpki v0.101.7
42742026-05-26T17:41:44.199Z Compiling nix v0.29.0
42752026-05-26T17:41:44.242Z Compiling dropshot v0.16.7
42762026-05-26T17:41:44.297Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42772026-05-26T17:41:44.316Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42782026-05-26T17:41:44.355Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42792026-05-26T17:41:44.500Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42802026-05-26T17:41:44.515Z Checking toml v0.9.12+spec-1.1.0
42812026-05-26T17:41:44.530Z Compiling dropshot_endpoint v0.16.7
42822026-05-26T17:41:44.627Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42832026-05-26T17:41:44.825Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42842026-05-26T17:41:45.007Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42852026-05-26T17:41:45.084Z Checking rustls-pemfile v1.0.4
42862026-05-26T17:41:45.224Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42872026-05-26T17:41:45.415Z Checking twox-hash v2.1.2
42882026-05-26T17:41:45.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42892026-05-26T17:41:45.617Z Checking tokio-rustls v0.24.1
42902026-05-26T17:41:46.243Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42912026-05-26T17:41:46.272Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42922026-05-26T17:41:46.312Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42932026-05-26T17:41:46.842Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42942026-05-26T17:41:46.921Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42952026-05-26T17:41:46.941Z Checking fatfs v0.3.6
42962026-05-26T17:41:47.048Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42972026-05-26T17:41:47.064Z Compiling seq-macro v0.3.6
42982026-05-26T17:41:50.834Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42992026-05-26T17:41:50.955Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43002026-05-26T17:41:51.280Z Compiling git2 v0.20.4
43012026-05-26T17:41:53.455Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43022026-05-26T17:42:39.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.26s
43032026-05-26T17:42:39.483Z
43042026-05-26T17:42:39.483Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43052026-05-26T17:42:40.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-26T17:42:40.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-26T17:42:40.385Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43082026-05-26T17:43:19.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s
43092026-05-26T17:43:19.272Z
43102026-05-26T17:43:19.272Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43112026-05-26T17:43:19.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-26T17:43:19.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-26T17:43:19.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-26T17:43:19.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43152026-05-26T17:43:19.874Z
43162026-05-26T17:43:19.874Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43172026-05-26T17:43:20.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-26T17:43:20.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-26T17:43:20.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-26T17:43:20.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43212026-05-26T17:43:20.518Z
43222026-05-26T17:43:20.518Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43232026-05-26T17:43:21.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-26T17:43:21.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-26T17:43:21.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-26T17:43:21.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-05-26T17:43:21.179Z
43282026-05-26T17:43:21.179Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43292026-05-26T17:43:21.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-26T17:43:21.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-26T17:43:21.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-26T17:43:21.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43332026-05-26T17:43:21.840Z
43342026-05-26T17:43:21.840Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43352026-05-26T17:43:22.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-26T17:43:22.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-26T17:43:22.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-26T17:43:22.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43392026-05-26T17:43:22.484Z
43402026-05-26T17:43:22.484Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43412026-05-26T17:43:23.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-26T17:43:23.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-26T17:43:23.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-26T17:43:23.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43452026-05-26T17:43:23.134Z
43462026-05-26T17:43:23.134Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43472026-05-26T17:43:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-26T17:43:23.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-26T17:43:23.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-05-26T17:43:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43512026-05-26T17:43:23.793Z
43522026-05-26T17:43:23.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43532026-05-26T17:43:24.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-26T17:43:24.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-26T17:43:24.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-05-26T17:43:24.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43572026-05-26T17:43:24.442Z
43582026-05-26T17:43:24.442Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43592026-05-26T17:43:25.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-05-26T17:43:25.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-05-26T17:43:25.332Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43622026-05-26T17:43:25.332Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43632026-05-26T17:43:25.527Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43642026-05-26T17:43:25.557Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43652026-05-26T17:43:25.578Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43662026-05-26T17:43:25.581Z Checking diff v0.1.13
43672026-05-26T17:43:25.581Z Checking yansi v1.0.1
43682026-05-26T17:43:25.608Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43692026-05-26T17:43:25.664Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43702026-05-26T17:43:25.857Z Checking pretty_assertions v1.4.1
43712026-05-26T17:43:26.484Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43722026-05-26T17:43:26.646Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43732026-05-26T17:43:49.980Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43742026-05-26T17:43:49.983Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43752026-05-26T17:43:49.983Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43762026-05-26T17:43:49.983Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43772026-05-26T17:43:49.983Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43782026-05-26T17:43:49.983Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43792026-05-26T17:43:50.801Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43802026-05-26T17:43:51.892Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43812026-05-26T17:44:30.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43822026-05-26T17:44:30.331Z
43832026-05-26T17:44:30.331Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43842026-05-26T17:44:30.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-26T17:44:30.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-26T17:44:30.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43872026-05-26T17:44:30.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43882026-05-26T17:44:30.921Z
43892026-05-26T17:44:30.921Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43902026-05-26T17:44:31.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-26T17:44:31.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-26T17:44:31.700Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43932026-05-26T17:44:31.823Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43942026-05-26T17:44:31.827Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43952026-05-26T17:44:57.361Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43962026-05-26T17:44:57.749Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43972026-05-26T17:44:59.439Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43982026-05-26T17:44:59.894Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43992026-05-26T17:45:02.814Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44002026-05-26T17:45:25.313Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44012026-05-26T17:45:26.016Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44022026-05-26T17:45:27.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.73s
44032026-05-26T17:45:27.864Z
44042026-05-26T17:45:27.864Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44052026-05-26T17:45:28.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-26T17:45:28.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-26T17:45:28.586Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44082026-05-26T17:45:29.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44092026-05-26T17:45:29.480Z
44102026-05-26T17:45:29.480Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44112026-05-26T17:45:29.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-26T17:45:29.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-26T17:45:30.129Z Compiling blake3 v1.8.3
44142026-05-26T17:45:30.241Z Checking constant_time_eq v0.4.2
44152026-05-26T17:45:30.241Z Checking arrayref v0.3.9
44162026-05-26T17:45:30.246Z Checking arrayvec v0.7.6
44172026-05-26T17:45:30.259Z Checking topological-sort v0.2.2
44182026-05-26T17:45:30.262Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44192026-05-26T17:45:30.262Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44202026-05-26T17:45:30.262Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44212026-05-26T17:45:30.299Z Checking shell-words v1.1.1
44222026-05-26T17:45:31.119Z Checking omicron-zone-package v0.12.2
44232026-05-26T17:45:31.823Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44242026-05-26T17:45:32.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44252026-05-26T17:45:32.876Z
44262026-05-26T17:45:32.876Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44272026-05-26T17:45:33.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-26T17:45:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-26T17:45:33.519Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44302026-05-26T17:45:33.837Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44312026-05-26T17:45:34.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44322026-05-26T17:45:34.425Z
44332026-05-26T17:45:34.425Zinfo: running `cargo check --bins` on schema (258/276)
44342026-05-26T17:45:34.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-05-26T17:45:34.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-05-26T17:45:35.153Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44372026-05-26T17:45:35.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44382026-05-26T17:45:36.038Z
44392026-05-26T17:45:36.038Zinfo: running `cargo check --bins` on xtask (259/276)
44402026-05-26T17:45:36.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-05-26T17:45:36.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-05-26T17:45:36.498Z Checking libc v0.2.185
44432026-05-26T17:45:36.580Z Checking serde v1.0.228
44442026-05-26T17:45:36.585Z Checking zerofrom v0.1.6
44452026-05-26T17:45:36.589Z Checking bitflags v2.11.0
44462026-05-26T17:45:36.595Z Checking smallvec v1.15.1
44472026-05-26T17:45:36.601Z Checking indexmap v2.14.0
44482026-05-26T17:45:36.610Z Checking serde_json v1.0.149
44492026-05-26T17:45:36.613Z Checking scroll v0.12.0
44502026-05-26T17:45:36.681Z Checking yoke v0.8.1
44512026-05-26T17:45:36.730Z Checking num-traits v0.2.19
44522026-05-26T17:45:36.762Z Checking thiserror v1.0.69
44532026-05-26T17:45:36.841Z Checking percent-encoding v2.3.2
44542026-05-26T17:45:36.851Z Checking zerovec v0.11.5
44552026-05-26T17:45:36.860Z Checking zerotrie v0.2.3
44562026-05-26T17:45:36.863Z Checking errno v0.3.14
44572026-05-26T17:45:36.964Z Checking serde_spanned v0.6.9
44582026-05-26T17:45:36.976Z Checking toml_datetime v0.6.11
44592026-05-26T17:45:36.985Z Checking rustix v1.1.3
44602026-05-26T17:45:37.088Z Checking log v0.4.29
44612026-05-26T17:45:37.100Z Checking form_urlencoded v1.2.2
44622026-05-26T17:45:37.118Z Checking zerocopy v0.7.35
44632026-05-26T17:45:37.149Z Checking toml_edit v0.22.27
44642026-05-26T17:45:37.201Z Checking getrandom v0.4.1
44652026-05-26T17:45:37.224Z Checking thiserror v2.0.18
44662026-05-26T17:45:37.233Z Checking goblin v0.8.2
44672026-05-26T17:45:37.234Z Checking ordered-float v2.10.1
44682026-05-26T17:45:37.268Z Checking tinystr v0.8.2
44692026-05-26T17:45:37.320Z Checking potential_utf v0.1.4
44702026-05-26T17:45:37.333Z Checking syn v2.0.117
44712026-05-26T17:45:37.441Z Checking icu_locale_core v2.1.1
44722026-05-26T17:45:37.451Z Checking icu_collections v2.1.1
44732026-05-26T17:45:37.460Z Checking serde-value v0.7.0
44742026-05-26T17:45:37.594Z Checking dtrace-parser v0.2.0
44752026-05-26T17:45:37.660Z Checking thread-id v4.2.2
44762026-05-26T17:45:37.752Z Checking once_cell v1.21.3
44772026-05-26T17:45:37.765Z Checking cargo-platform v0.2.0
44782026-05-26T17:45:37.784Z Checking terminal_size v0.4.3
44792026-05-26T17:45:37.834Z Checking memmap v0.7.0
44802026-05-26T17:45:37.895Z Checking clap_builder v4.5.60
44812026-05-26T17:45:37.920Z Checking tempfile v3.25.0
44822026-05-26T17:45:37.933Z Checking textwrap v0.16.2
44832026-05-26T17:45:37.959Z Checking fs-err v3.3.0
44842026-05-26T17:45:37.998Z Checking icu_provider v2.1.1
44852026-05-26T17:45:38.110Z Checking camino-tempfile v1.4.1
44862026-05-26T17:45:38.135Z Checking anyhow v1.0.102
44872026-05-26T17:45:38.135Z Checking tabled v0.15.0
44882026-05-26T17:45:38.224Z Checking toml v0.8.23
44892026-05-26T17:45:38.235Z Checking icu_properties v2.1.2
44902026-05-26T17:45:38.260Z Checking icu_normalizer v2.1.1
44912026-05-26T17:45:38.338Z Checking macaddr v1.0.1
44922026-05-26T17:45:38.517Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44932026-05-26T17:45:38.541Z Checking cargo_toml v0.21.0
44942026-05-26T17:45:39.038Z Checking idna_adapter v1.2.1
44952026-05-26T17:45:39.078Z Checking dof v0.3.0
44962026-05-26T17:45:39.089Z Checking clap v4.5.60
44972026-05-26T17:45:39.154Z Checking idna v1.1.0
44982026-05-26T17:45:39.336Z Checking usdt-impl v0.5.0
44992026-05-26T17:45:39.371Z Checking url v2.5.8
45002026-05-26T17:45:39.577Z Checking usdt v0.5.0
45012026-05-26T17:45:39.704Z Checking cargo-util-schemas v0.8.2
45022026-05-26T17:45:40.376Z Checking cargo_metadata v0.21.0
45032026-05-26T17:45:40.971Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45042026-05-26T17:45:41.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
45052026-05-26T17:45:41.516Z
45062026-05-26T17:45:41.517Zinfo: running `cargo check --bins` on dnsadm (260/276)
45072026-05-26T17:45:42.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-26T17:45:42.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-26T17:45:42.155Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45102026-05-26T17:45:42.630Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45112026-05-26T17:45:43.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
45122026-05-26T17:45:43.206Z
45132026-05-26T17:45:43.206Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45142026-05-26T17:45:43.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-26T17:45:43.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-26T17:45:44.003Z Checking polyval v0.6.2
45172026-05-26T17:45:44.128Z Checking ctr v0.9.2
45182026-05-26T17:45:44.139Z Checking ssh-encoding v0.2.0
45192026-05-26T17:45:44.139Z Checking blowfish v0.9.1
45202026-05-26T17:45:44.160Z Checking password-hash v0.4.2
45212026-05-26T17:45:44.175Z Checking p256 v0.13.2
45222026-05-26T17:45:44.178Z Checking p521 v0.13.3
45232026-05-26T17:45:44.201Z Checking russh-cryptovec v0.7.3
45242026-05-26T17:45:44.266Z Checking ghash v0.5.1
45252026-05-26T17:45:44.279Z Checking bcrypt-pbkdf v0.10.0
45262026-05-26T17:45:44.279Z Checking md5 v0.7.0
45272026-05-26T17:45:44.311Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45282026-05-26T17:45:44.326Z Checking num-bigint v0.4.6
45292026-05-26T17:45:44.370Z Checking pbkdf2 v0.11.0
45302026-05-26T17:45:44.384Z Checking aes-gcm v0.10.3
45312026-05-26T17:45:44.427Z Checking des v0.8.1
45322026-05-26T17:45:44.441Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45332026-05-26T17:45:44.453Z Checking hex-literal v0.4.1
45342026-05-26T17:45:44.532Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45352026-05-26T17:45:44.535Z Checking ssh-cipher v0.2.0
45362026-05-26T17:45:44.562Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45372026-05-26T17:45:44.575Z Checking socket2 v0.5.10
45382026-05-26T17:45:44.587Z Checking internet-checksum v0.2.1
45392026-05-26T17:45:44.710Z Checking ssh-key v0.6.7
45402026-05-26T17:45:44.862Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45412026-05-26T17:45:45.330Z Checking russh-keys v0.45.0
45422026-05-26T17:45:45.876Z Checking russh v0.45.0
45432026-05-26T17:46:01.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
45442026-05-26T17:46:02.067Z
45452026-05-26T17:46:02.067Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45462026-05-26T17:46:02.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-05-26T17:46:02.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-05-26T17:46:02.712Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45492026-05-26T17:46:02.822Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45502026-05-26T17:46:02.831Z Checking termios v0.3.3
45512026-05-26T17:46:04.026Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45522026-05-26T17:46:04.173Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45532026-05-26T17:46:05.947Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45542026-05-26T17:46:06.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45552026-05-26T17:46:06.701Z
45562026-05-26T17:46:06.701Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45572026-05-26T17:46:07.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-26T17:46:07.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-26T17:46:07.409Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45602026-05-26T17:46:07.413Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45612026-05-26T17:46:07.535Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45622026-05-26T17:46:07.538Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45632026-05-26T17:46:07.549Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45642026-05-26T17:46:07.559Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45652026-05-26T17:46:08.265Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45662026-05-26T17:46:08.596Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45672026-05-26T17:46:08.596Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45682026-05-26T17:46:09.222Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45692026-05-26T17:46:10.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45702026-05-26T17:46:11.046Z
45712026-05-26T17:46:11.046Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45722026-05-26T17:46:11.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-26T17:46:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-26T17:46:11.689Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45752026-05-26T17:46:12.132Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45762026-05-26T17:46:12.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45772026-05-26T17:46:12.642Z
45782026-05-26T17:46:12.642Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45792026-05-26T17:46:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-26T17:46:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-26T17:46:13.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45822026-05-26T17:46:13.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45832026-05-26T17:46:13.233Z
45842026-05-26T17:46:13.233Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45852026-05-26T17:46:13.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-26T17:46:13.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-26T17:46:13.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45882026-05-26T17:46:13.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45892026-05-26T17:46:13.827Z
45902026-05-26T17:46:13.827Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45912026-05-26T17:46:14.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-26T17:46:14.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-26T17:46:14.577Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45942026-05-26T17:46:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45952026-05-26T17:46:15.391Z
45962026-05-26T17:46:15.391Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45972026-05-26T17:46:15.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-26T17:46:15.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-26T17:46:16.041Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46002026-05-26T17:46:16.044Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46012026-05-26T17:46:16.317Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46022026-05-26T17:46:16.317Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46032026-05-26T17:46:17.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
46042026-05-26T17:46:17.296Z
46052026-05-26T17:46:17.296Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46062026-05-26T17:46:17.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-26T17:46:17.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-26T17:46:17.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46092026-05-26T17:46:17.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46102026-05-26T17:46:17.883Z
46112026-05-26T17:46:17.883Zinfo: running `cargo check --bins` on omicron-package (270/276)
46122026-05-26T17:46:18.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-26T17:46:18.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-26T17:46:18.558Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46152026-05-26T17:46:19.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46162026-05-26T17:46:19.817Z
46172026-05-26T17:46:19.817Zinfo: running `cargo check --bins` on tqdb (271/276)
46182026-05-26T17:46:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-26T17:46:20.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-26T17:46:20.590Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46212026-05-26T17:46:20.942Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46222026-05-26T17:46:21.449Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46232026-05-26T17:46:21.449Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46242026-05-26T17:46:27.315Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46252026-05-26T17:46:27.315Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46262026-05-26T17:46:27.868Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46272026-05-26T17:46:27.868Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46282026-05-26T17:46:27.879Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46292026-05-26T17:46:27.880Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46302026-05-26T17:46:28.635Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46312026-05-26T17:46:29.598Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46322026-05-26T17:46:30.339Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46332026-05-26T17:46:30.939Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46342026-05-26T17:46:35.214Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46352026-05-26T17:46:41.595Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46362026-05-26T17:46:41.595Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46372026-05-26T17:46:41.604Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46382026-05-26T17:46:41.605Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46392026-05-26T17:46:43.067Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46402026-05-26T17:46:44.388Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46412026-05-26T17:46:45.060Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46422026-05-26T17:46:46.284Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46432026-05-26T17:46:46.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.00s
46442026-05-26T17:46:47.042Z
46452026-05-26T17:46:47.042Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46462026-05-26T17:46:47.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-05-26T17:46:47.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-05-26T17:46:47.758Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46492026-05-26T17:46:47.767Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46502026-05-26T17:46:47.768Z Checking rtoolbox v0.0.3
46512026-05-26T17:46:47.890Z Checking tui-tree-widget v0.23.1
46522026-05-26T17:46:47.981Z Checking rpassword v7.4.0
46532026-05-26T17:46:48.987Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46542026-05-26T17:46:54.053Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46552026-05-26T17:46:54.069Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46562026-05-26T17:46:54.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s
46572026-05-26T17:46:54.830Z
46582026-05-26T17:46:54.830Zinfo: running `cargo check --bins` on wicket (273/276)
46592026-05-26T17:46:55.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-26T17:46:55.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-26T17:46:55.528Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46622026-05-26T17:46:55.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46632026-05-26T17:46:56.087Z
46642026-05-26T17:46:56.087Zinfo: running `cargo check --bins` on wicketd (274/276)
46652026-05-26T17:46:56.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-26T17:46:56.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-26T17:46:56.807Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46682026-05-26T17:46:56.810Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46692026-05-26T17:46:56.810Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46702026-05-26T17:46:56.810Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46712026-05-26T17:46:57.788Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46722026-05-26T17:46:58.355Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46732026-05-26T17:47:01.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46742026-05-26T17:47:01.506Z
46752026-05-26T17:47:01.506Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46762026-05-26T17:47:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-26T17:47:02.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-26T17:47:02.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-05-26T17:47:02.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46802026-05-26T17:47:02.085Z
46812026-05-26T17:47:02.085Zinfo: running `cargo check --bins` on zone-setup (276/276)
46822026-05-26T17:47:02.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-26T17:47:02.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-26T17:47:02.754Z Checking uzers v0.12.2
46852026-05-26T17:47:03.025Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46862026-05-26T17:47:03.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46872026-05-26T17:47:03.981Z
46882026-05-26T17:47:03.981Zreal 14:07.818728442
46892026-05-26T17:47:03.981Zuser 20:55.546928163
46902026-05-26T17:47:03.981Zsys 4:17.517415503
46912026-05-26T17:47:03.981Ztrap 0.335429909
46922026-05-26T17:47:03.981Ztflt 0.728081997
46932026-05-26T17:47:03.981Zdflt 1.153592327
46942026-05-26T17:47:03.981Zkflt 0.005026180
46952026-05-26T17:47:03.982Zlock 1:18:05.597195675
46962026-05-26T17:47:03.985Zslp 1:39:29.019543921
46972026-05-26T17:47:03.985Zlat 58.552564394
46982026-05-26T17:47:03.985Zstop 3:31.987703792
46992026-05-26T17:47:03.985Zprocess exited: duration 985131 ms, exit code 0
 
47002026-05-26T17:47:03.993Zfound 0 output files