01KR1MGTSBWVZ39HN7DTB60ZFH: 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: 01KR1MH7E6WNRP7SCC4KMXPVN5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T16:33:19.383Zjob assigned to worker 01KR1MHDKJXED01E7YAXXJPRES [factory aws, i-09663f5ceb026cd77] (queued for 48 s)
 
22026-05-07T16:33:25.990Zstarting task 0: "setup"
32026-05-07T16:33:25.994Z++ uname -s
42026-05-07T16:33:25.997Z+ kern=SunOS
52026-05-07T16:33:25.997Z+ build_user=build
62026-05-07T16:33:25.997Z+ build_uid=12345
72026-05-07T16:33:25.997Z+ work_dir=/work
82026-05-07T16:33:25.997Z+ input_dir=/input
92026-05-07T16:33:25.997Z+ [[ 0 == 12345 ]]
102026-05-07T16:33:25.997Z+ case "$kern" in
112026-05-07T16:33:25.997Z+ groupadd -g 12345 build
122026-05-07T16:33:26.000Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T16:33:28.004Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T16:33:28.167Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T16:33:28.170Z+ home_fs=zfs
162026-05-07T16:33:28.170Z+ [[ zfs == autofs ]]
172026-05-07T16:33:28.171Z+ mkdir -p /home/build
182026-05-07T16:33:28.171Z+ chown build:build /home/build /work
192026-05-07T16:33:30.172Z+ chmod 0700 /home/build /work
202026-05-07T16:33:30.175Zprocess exited: duration 4186 ms, exit code 0
 
212026-05-07T16:33:30.182Zstarting task 1: "rust-toolchain"
222026-05-07T16:33:30.187Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T16:33:30.187Z * rust toolchain channel = "1.94.0"
242026-05-07T16:33:30.187Z * rust toolchain profile = "default"
252026-05-07T16:33:30.187Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-07T16:33:30.187Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T16:33:30.187Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T16:33:30.190Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T16:33:30.190Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T16:33:30.292Zinfo: downloading installer
312026-05-07T16:33:31.635Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T16:33:31.635Zwarn: /home/build/.rustup/settings.toml
332026-05-07T16:33:31.635Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T16:33:31.635Zwarn: instead of the one inferred from the default host triple.
352026-05-07T16:33:31.648Zinfo: profile set to default
362026-05-07T16:33:31.648Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T16:33:31.650Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T16:33:31.778Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T16:33:31.780Zinfo: downloading 6 components
402026-05-07T16:33:46.285Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T16:33:46.285Z
422026-05-07T16:33:46.314Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T16:33:46.314Z
442026-05-07T16:33:46.314Z
452026-05-07T16:33:46.314ZRust is installed now. Great!
462026-05-07T16:33:46.314Z
472026-05-07T16:33:46.314ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T16:33:46.314Zenvironment variable. This has not been done automatically.
492026-05-07T16:33:46.317Z
502026-05-07T16:33:46.317ZTo configure your current shell, you need to source
512026-05-07T16:33:46.317Zthe corresponding env file under $HOME/.cargo.
522026-05-07T16:33:46.317Z
532026-05-07T16:33:46.317ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T16:33:46.317Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T16:33:46.317Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T16:33:46.317Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T16:33:46.318Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T16:33:46.318Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T16:33:46.318Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T16:33:46.318Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T16:33:46.318Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T16:33:46.403Z+ rustup --version
632026-05-07T16:33:46.411Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T16:33:46.414Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T16:33:46.433Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T16:33:46.435Z+ cargo --version
672026-05-07T16:33:46.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T16:33:46.451Z+ rustc --version
692026-05-07T16:33:46.471Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T16:33:46.473Zprocess exited: duration 16289 ms, exit code 0
 
712026-05-07T16:33:46.479Zstarting task 2: "authentication"
722026-05-07T16:33:46.495Zprocess exited: duration 15 ms, exit code 0
 
732026-05-07T16:33:46.502Zstarting task 3: "clone repository"
742026-05-07T16:33:46.505Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T16:33:46.507Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T16:33:46.535ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T16:33:56.839Z+ cd /work/oxidecomputer/omicron
782026-05-07T16:33:56.839Z+ git fetch origin 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a
792026-05-07T16:33:57.157ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T16:33:57.157Z * branch 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a -> FETCH_HEAD
812026-05-07T16:33:57.167Z+ [[ -n zl/flake-test_join_by_ip_existing_group ]]
822026-05-07T16:33:57.170Z++ git branch --show-current
832026-05-07T16:33:57.170Z+ current=main
842026-05-07T16:33:57.170Z+ [[ main != zl/flake-test_join_by_ip_existing_group ]]
852026-05-07T16:33:57.170Z+ git branch -f zl/flake-test_join_by_ip_existing_group 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a
862026-05-07T16:33:57.173Z+ git checkout -f zl/flake-test_join_by_ip_existing_group
872026-05-07T16:33:57.402ZSwitched to branch 'zl/flake-test_join_by_ip_existing_group'
882026-05-07T16:33:57.405Z+ git reset --hard 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a
892026-05-07T16:33:57.417ZHEAD is now at 7af0a7fcf [multicast,instance,test-flake] reorder instance_stop and send stop before tearing down multicast member state
902026-05-07T16:33:57.420Zprocess exited: duration 10917 ms, exit code 0
 
912026-05-07T16:33:57.426Zstarting task 4: "build"
922026-05-07T16:33:57.430Z+ source .github/buildomat/ci-env.sh
932026-05-07T16:33:57.430Z++ export CARGO_TERM_COLOR=always
942026-05-07T16:33:57.430Z++ CARGO_TERM_COLOR=always
952026-05-07T16:33:57.430Z+ cargo --version
962026-05-07T16:33:57.440Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-07T16:33:57.443Z+ rustc --version
982026-05-07T16:33:57.463Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-07T16:33:57.465Z+ source ./env.sh
1002026-05-07T16:33:57.465Z++ OLD_SHELL_OPTS=ehxB
1012026-05-07T16:33:57.465Z++ set -o xtrace
1022026-05-07T16:33:57.468Z++++ dirname ./env.sh
1032026-05-07T16:33:57.468Z+++ readlink -f .
1042026-05-07T16:33:57.472Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ 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-07T16:33:57.472Z++ case $OLD_SHELL_OPTS in
1142026-05-07T16:33:57.472Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-07T16:33:57.472Z+ 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-07T16:33:57.472Z+ 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-07T16:33:57.472Z+ banner prerequisites
1182026-05-07T16:33:57.475Z
1192026-05-07T16:33:57.475Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-07T16:33:57.475Z # # # # # # # # # # # # # # #
1212026-05-07T16:33:57.475Z # # # # ##### # # ##### # # # # # #### #
1222026-05-07T16:33:57.475Z ##### ##### # ##### # # # # # # # # #
1232026-05-07T16:33:57.475Z # # # # # # # # # # # # # # #
1242026-05-07T16:33:57.475Z # # # ###### # # ###### ### # #### # #### #
1252026-05-07T16:33:57.475Z
1262026-05-07T16:33:57.475Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-07T16:33:58.822Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-07T16:33:58.876Z Startup: Caching catalogs ... Done
1292026-05-07T16:33:59.042ZPlanning: Solver setup ... Done (0.138s)
1302026-05-07T16:33:59.053ZPlanning: Running solver ... Done (0.011s)
1312026-05-07T16:33:59.057ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-07T16:33:59.067ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-07T16:33:59.089ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-07T16:33:59.102ZPlanning: Package planning ... Done (0.013s)
1352026-05-07T16:33:59.104ZPlanning: Merging actions ... Done (0.001s)
1362026-05-07T16:33:59.284ZPlanning: Checking for conflicting actions ... Done (0.180s)
1372026-05-07T16:33:59.287ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-07T16:34:00.103ZPlanning: Evaluating mediators ... Done (0.818s)
1392026-05-07T16:34:00.106ZPlanning: Planning completed in 1.21 seconds
1402026-05-07T16:34:00.112Z Packages to install: 2
1412026-05-07T16:34:00.112Z Estimated space available: 156.08 GB
1422026-05-07T16:34:00.115ZEstimated space to be consumed: 16.39 MB
1432026-05-07T16:34:00.115Z Create boot environment: No
1442026-05-07T16:34:00.115ZCreate backup boot environment: No
1452026-05-07T16:34:00.115Z Rebuild boot archive: No
1462026-05-07T16:34:00.115Z
1472026-05-07T16:34:00.115ZChanged packages:
1482026-05-07T16:34:00.115Zhelios
1492026-05-07T16:34:00.115Z developer/build-essential
1502026-05-07T16:34:00.115Z None -> 11-3.0
1512026-05-07T16:34:00.115Z library/libxmlsec1
1522026-05-07T16:34:00.115Z None -> 1.2.35-3.0
1532026-05-07T16:34:00.137Z
1542026-05-07T16:34:00.137ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-07T16:34:00.812ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1562026-05-07T16:34:00.887Z Actions: 1/268 actions (Installing new actions)
1572026-05-07T16:34:00.925Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-07T16:34:00.930ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-07T16:34:00.933ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-07T16:34:00.940ZFinalize: Updating image state ... Done (0.010s)
1612026-05-07T16:34:03.322ZFinalize: Creating fast lookup database ... Done (2.362s)
1622026-05-07T16:34:03.395ZFinalize: Reading search index ... Done (0.014s)
1632026-05-07T16:34:03.398ZFinalize: Updating search index ... Done (0.000s)
1642026-05-07T16:34:03.494ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-07T16:34:03.783ZPlanning: Evaluating mediator changes ... Done
1662026-05-07T16:34:03.886ZPlanning: Checking for conflicting actions ... Done
1672026-05-07T16:34:03.889ZPlanning: Consolidating action changes ... Done
1682026-05-07T16:34:04.042ZPlanning: Evaluating mediators ... Done
1692026-05-07T16:34:04.046ZPlanning: Planning completed in 0.26 seconds
1702026-05-07T16:34:04.066Z Mediators to change: 2
1712026-05-07T16:34:04.066Z Create boot environment: No
1722026-05-07T16:34:04.066ZCreate backup boot environment: No
1732026-05-07T16:34:04.118ZFinalize: Updating package state database ... Done
1742026-05-07T16:34:04.118ZFinalize: Updating package cache ... Done
1752026-05-07T16:34:04.125ZFinalize: Updating image state ... Done
1762026-05-07T16:34:06.088ZFinalize: Creating fast lookup database ... Done
1772026-05-07T16:34:06.153ZFinalize: Reading search index ... Done
1782026-05-07T16:34:06.156ZFinalize: Updating search index ... Done
1792026-05-07T16:34:06.244ZFinalize: Updating package cache ... Done
1802026-05-07T16:34:06.531ZPlanning: Evaluating mediator changes ... Done
1812026-05-07T16:34:06.637ZPlanning: Checking for conflicting actions ... Done
1822026-05-07T16:34:06.639ZPlanning: Consolidating action changes ... Done
1832026-05-07T16:34:06.793ZPlanning: Evaluating mediators ... Done
1842026-05-07T16:34:06.797ZPlanning: Planning completed in 0.26 seconds
1852026-05-07T16:34:06.815Z Mediators to change: 1
1862026-05-07T16:34:06.815Z Create boot environment: No
1872026-05-07T16:34:06.815ZCreate backup boot environment: No
1882026-05-07T16:34:06.878ZFinalize: Updating package state database ... Done
1892026-05-07T16:34:06.878ZFinalize: Updating package cache ... Done
1902026-05-07T16:34:06.885ZFinalize: Updating image state ... Done
1912026-05-07T16:34:08.824ZFinalize: Creating fast lookup database ... Done
1922026-05-07T16:34:08.892ZFinalize: Reading search index ... Done
1932026-05-07T16:34:08.895ZFinalize: Updating search index ... Done
1942026-05-07T16:34:08.960ZFinalize: Updating package cache ... Done
1952026-05-07T16:34:09.276ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-07T16:34:09.276Zapache system 2.4 system
1972026-05-07T16:34:09.276Zclang system 15 system
1982026-05-07T16:34:09.276Zcsh system system illumos
1992026-05-07T16:34:09.276Zctags system system illumos
2002026-05-07T16:34:09.276Zfile vendor vendor darwinsys
2012026-05-07T16:34:09.276Zfile system system illumos
2022026-05-07T16:34:09.276Zgcc vendor 14 vendor
2032026-05-07T16:34:09.276Zgcc system 13 system
2042026-05-07T16:34:09.276Zgcc system 10 system
2052026-05-07T16:34:09.276Zgo system 1.25 system
2062026-05-07T16:34:09.276Zllvm system 15 system
2072026-05-07T16:34:09.276Zmariadb system 11.4 system
2082026-05-07T16:34:09.276Zmta vendor vendor dma
2092026-05-07T16:34:09.276Zopenjdk system 17 system
2102026-05-07T16:34:09.276Zopenjdk system 11 system
2112026-05-07T16:34:09.276Zopenssl vendor 3 vendor
2122026-05-07T16:34:09.276Zperl system 5.40 system
2132026-05-07T16:34:09.276Zpostgresql system 18 system
2142026-05-07T16:34:09.276Zpostgresql system 17 system
2152026-05-07T16:34:09.276Zpython vendor 3 vendor
2162026-05-07T16:34:09.276Zpython system 2 system
2172026-05-07T16:34:09.276Zpython3 vendor 3.13 vendor
2182026-05-07T16:34:09.276Zruby system 3.4 system
2192026-05-07T16:34:09.276Zruby system 3.0 system
2202026-05-07T16:34:09.276Zwords vendor vendor american-english
2212026-05-07T16:34:09.276Zwords system system australian-english
2222026-05-07T16:34:09.276Zwords system system british-english
2232026-05-07T16:34:09.276Zwords system system canadian-english
2242026-05-07T16:34:09.276Zwords system system french
2252026-05-07T16:34:09.276Zwords system system italian
2262026-05-07T16:34:09.276Zwords system system ngerman
2272026-05-07T16:34:09.276Zwords system system ogerman
2282026-05-07T16:34:09.276Zwords system system spanish
2292026-05-07T16:34:09.532ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-07T16:34:09.532Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-07T16:34:09.789ZFMRI IFO
2322026-05-07T16:34:09.789Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-07T16:34:09.789Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-07T16:34:09.789Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-07T16:34:09.789Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-07T16:34:09.789Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-07T16:34:09.789Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-07T16:34:09.789Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-07T16:34:09.789Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-07T16:34:09.789Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-07T16:34:10.020Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-07T16:34:10.307Z Updating crates.io index
2432026-05-07T16:34:10.341Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-07T16:34:11.092Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-07T16:34:11.599Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-07T16:34:12.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-07T16:34:13.151Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-07T16:34:13.655Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-07T16:34:15.359Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-07T16:34:16.256Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-07T16:34:16.541Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-07T16:34:17.441Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-07T16:34:17.978Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-07T16:34:18.351Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-07T16:34:18.746Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-07T16:34:19.785Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-07T16:34:20.324Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-07T16:34:20.637Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-07T16:34:20.983Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-07T16:34:21.276Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-07T16:34:21.806Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-07T16:34:22.120Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-07T16:34:22.411Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-07T16:34:23.079Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-07T16:34:23.701Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-07T16:34:24.181Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-07T16:34:24.446Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-07T16:34:24.760Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-07T16:34:25.822Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-07T16:34:26.096Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-07T16:34:26.943Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-07T16:34:27.434Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-07T16:34:27.741Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-07T16:34:28.091Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-07T16:34:28.369Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-07T16:34:28.725Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-07T16:34:29.137Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-07T16:34:29.420Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-07T16:34:29.748Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-07T16:34:30.106Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-07T16:34:41.755Z Downloading crates ...
2822026-05-07T16:34:41.813Z Downloaded anyhow v1.0.102
2832026-05-07T16:34:41.817Z Downloaded anstream v0.6.21
2842026-05-07T16:34:41.820Z Downloaded ordered-float v2.10.1
2852026-05-07T16:34:41.823Z Downloaded anstyle v1.0.13
2862026-05-07T16:34:41.823Z Downloaded semver v1.0.28
2872026-05-07T16:34:41.825Z Downloaded serde_derive v1.0.228
2882026-05-07T16:34:41.825Z Downloaded heck v0.4.1
2892026-05-07T16:34:41.828Z Downloaded cargo-util-schemas v0.8.2
2902026-05-07T16:34:41.831Z Downloaded scroll_derive v0.12.1
2912026-05-07T16:34:41.831Z Downloaded textwrap v0.16.2
2922026-05-07T16:34:41.834Z Downloaded autocfg v1.5.0
2932026-05-07T16:34:41.834Z Downloaded zerocopy-derive v0.7.35
2942026-05-07T16:34:41.836Z Downloaded macaddr v1.0.1
2952026-05-07T16:34:41.836Z Downloaded colorchoice v1.0.4
2962026-05-07T16:34:41.839Z Downloaded toml_datetime v0.6.11
2972026-05-07T16:34:41.839Z Downloaded version_check v0.9.5
2982026-05-07T16:34:41.842Z Downloaded dtrace-parser v0.2.0
2992026-05-07T16:34:41.842Z Downloaded utf8_iter v1.0.4
3002026-05-07T16:34:41.842Z Downloaded typeid v1.0.3
3012026-05-07T16:34:41.846Z Downloaded yoke-derive v0.8.1
3022026-05-07T16:34:41.848Z Downloaded memmap v0.7.0
3032026-05-07T16:34:41.848Z Downloaded thread-id v4.2.2
3042026-05-07T16:34:41.851Z Downloaded proc-macro-error-attr v1.0.4
3052026-05-07T16:34:41.854Z Downloaded utf8parse v0.2.2
3062026-05-07T16:34:41.854Z Downloaded bytecount v0.6.9
3072026-05-07T16:34:41.854Z Downloaded toml_write v0.1.2
3082026-05-07T16:34:41.857Z Downloaded zerofrom v0.1.6
3092026-05-07T16:34:41.857Z Downloaded pest_generator v2.8.6
3102026-05-07T16:34:41.860Z Downloaded once_cell v1.21.3
3112026-05-07T16:34:41.860Z Downloaded litemap v0.8.1
3122026-05-07T16:34:41.860Z Downloaded unicode-xid v0.2.6
3132026-05-07T16:34:41.863Z Downloaded unicode-linebreak v0.1.5
3142026-05-07T16:34:41.863Z Downloaded itoa v1.0.17
3152026-05-07T16:34:41.863Z Downloaded is_terminal_polyfill v1.70.2
3162026-05-07T16:34:41.863Z Downloaded cpufeatures v0.2.17
3172026-05-07T16:34:41.866Z Downloaded usdt-macro v0.5.0
3182026-05-07T16:34:41.869Z Downloaded zerofrom-derive v0.1.6
3192026-05-07T16:34:41.872Z Downloaded usdt v0.5.0
3202026-05-07T16:34:41.872Z Downloaded plain v0.2.3
3212026-05-07T16:34:41.877Z Downloaded percent-encoding v2.3.2
3222026-05-07T16:34:41.877Z Downloaded zerovec-derive v0.11.2
3232026-05-07T16:34:41.877Z Downloaded thiserror v1.0.69
3242026-05-07T16:34:41.880Z Downloaded strsim v0.11.1
3252026-05-07T16:34:41.880Z Downloaded cfg-if v1.0.4
3262026-05-07T16:34:41.880Z Downloaded erased-serde v0.4.9
3272026-05-07T16:34:41.883Z Downloaded cargo_metadata v0.21.0
3282026-05-07T16:34:41.886Z Downloaded tinystr v0.8.2
3292026-05-07T16:34:41.886Z Downloaded usdt-impl v0.5.0
3302026-05-07T16:34:41.888Z Downloaded thiserror v2.0.18
3312026-05-07T16:34:41.891Z Downloaded zmij v1.0.21
3322026-05-07T16:34:41.891Z Downloaded equivalent v1.0.2
3332026-05-07T16:34:41.891Z Downloaded crypto-common v0.1.7
3342026-05-07T16:34:41.894Z Downloaded usdt-attr-macro v0.5.0
3352026-05-07T16:34:41.894Z Downloaded yoke v0.8.1
3362026-05-07T16:34:41.894Z Downloaded thiserror-impl v1.0.69
3372026-05-07T16:34:41.894Z Downloaded idna_adapter v1.2.1
3382026-05-07T16:34:41.897Z Downloaded heck v0.5.0
3392026-05-07T16:34:41.897Z Downloaded serde-value v0.7.0
3402026-05-07T16:34:41.897Z Downloaded unicode-ident v1.0.24
3412026-05-07T16:34:41.899Z Downloaded writeable v0.6.2
3422026-05-07T16:34:41.902Z Downloaded ucd-trie v0.1.7
3432026-05-07T16:34:41.902Z Downloaded thiserror-impl v2.0.18
3442026-05-07T16:34:41.902Z Downloaded swrite v0.1.0
3452026-05-07T16:34:41.905Z Downloaded smawk v0.3.2
3462026-05-07T16:34:41.905Z Downloaded anstyle-query v1.1.5
3472026-05-07T16:34:41.905Z Downloaded stable_deref_trait v1.2.1
3482026-05-07T16:34:41.908Z Downloaded block-buffer v0.10.4
3492026-05-07T16:34:41.908Z Downloaded errno v0.3.14
3502026-05-07T16:34:41.908Z Downloaded terminal_size v0.4.3
3512026-05-07T16:34:41.910Z Downloaded fnv v1.0.7
3522026-05-07T16:34:41.910Z Downloaded cargo-platform v0.2.0
3532026-05-07T16:34:41.913Z Downloaded cargo_toml v0.21.0
3542026-05-07T16:34:41.918Z Downloaded zerotrie v0.2.3
3552026-05-07T16:34:41.920Z Downloaded toml v0.8.23
3562026-05-07T16:34:41.923Z Downloaded typenum v1.19.0
3572026-05-07T16:34:41.923Z Downloaded toml_edit v0.22.27
3582026-05-07T16:34:41.926Z Downloaded clap_lex v1.0.0
3592026-05-07T16:34:41.928Z Downloaded form_urlencoded v1.2.2
3602026-05-07T16:34:41.929Z Downloaded url v2.5.8
3612026-05-07T16:34:41.937Z Downloaded dof v0.3.0
3622026-05-07T16:34:41.942Z Downloaded potential_utf v0.1.4
3632026-05-07T16:34:41.944Z Downloaded serde_spanned v0.6.9
3642026-05-07T16:34:41.944Z Downloaded generic-array v0.14.7
3652026-05-07T16:34:41.947Z Downloaded zerovec v0.11.5
3662026-05-07T16:34:41.951Z Downloaded zerocopy v0.7.35
3672026-05-07T16:34:41.959Z Downloaded winnow v0.7.14
3682026-05-07T16:34:41.964Z Downloaded tabled_derive v0.7.0
3692026-05-07T16:34:41.967Z Downloaded icu_locale_core v2.1.1
3702026-05-07T16:34:41.970Z Downloaded synstructure v0.13.2
3712026-05-07T16:34:41.970Z Downloaded serde_tokenstream v0.2.3
3722026-05-07T16:34:41.970Z Downloaded fastrand v2.3.0
3732026-05-07T16:34:41.973Z Downloaded unicode-width v0.2.0
3742026-05-07T16:34:41.975Z Downloaded unicode-width v0.1.14
3752026-05-07T16:34:41.978Z Downloaded sha2 v0.10.9
3762026-05-07T16:34:41.978Z Downloaded icu_normalizer_data v2.1.1
3772026-05-07T16:34:41.981Z Downloaded anstyle-parse v0.2.7
3782026-05-07T16:34:41.981Z Downloaded pretty-hex v0.4.1
3792026-05-07T16:34:41.981Z Downloaded digest v0.10.7
3802026-05-07T16:34:41.985Z Downloaded displaydoc v0.2.5
3812026-05-07T16:34:41.990Z Downloaded scroll v0.12.0
3822026-05-07T16:34:41.996Z Downloaded camino-tempfile v1.4.1
3832026-05-07T16:34:41.999Z Downloaded byteorder v1.5.0
3842026-05-07T16:34:41.999Z Downloaded quote v1.0.45
3852026-05-07T16:34:42.010Z Downloaded proc-macro-error v1.0.4
3862026-05-07T16:34:42.013Z Downloaded getrandom v0.4.1
3872026-05-07T16:34:42.022Z Downloaded clap_derive v4.5.55
3882026-05-07T16:34:42.026Z Downloaded pest_derive v2.8.6
3892026-05-07T16:34:42.028Z Downloaded bitflags v2.11.0
3902026-05-07T16:34:42.031Z Downloaded smallvec v1.15.1
3912026-05-07T16:34:42.031Z Downloaded serde-untagged v0.1.9
3922026-05-07T16:34:42.031Z Downloaded fs-err v3.3.0
3932026-05-07T16:34:42.042Z Downloaded tempfile v3.25.0
3942026-05-07T16:34:42.046Z Downloaded proc-macro2 v1.0.106
3952026-05-07T16:34:42.062Z Downloaded log v0.4.29
3962026-05-07T16:34:42.066Z Downloaded num-traits v0.2.19
3972026-05-07T16:34:42.069Z Downloaded camino v1.2.2
3982026-05-07T16:34:42.069Z Downloaded icu_provider v2.1.1
3992026-05-07T16:34:42.072Z Downloaded serde_core v1.0.228
4002026-05-07T16:34:42.076Z Downloaded pest_meta v2.8.6
4012026-05-07T16:34:42.076Z Downloaded pest v2.8.6
4022026-05-07T16:34:42.081Z Downloaded icu_properties v2.1.2
4032026-05-07T16:34:42.084Z Downloaded icu_normalizer v2.1.1
4042026-05-07T16:34:42.087Z Downloaded papergrid v0.11.0
4052026-05-07T16:34:42.089Z Downloaded clap v4.5.60
4062026-05-07T16:34:42.093Z Downloaded icu_collections v2.1.1
4072026-05-07T16:34:42.098Z Downloaded memchr v2.8.0
4082026-05-07T16:34:42.107Z Downloaded serde v1.0.228
4092026-05-07T16:34:42.117Z Downloaded indexmap v2.14.0
4102026-05-07T16:34:42.121Z Downloaded icu_properties_data v2.1.2
4112026-05-07T16:34:42.133Z Downloaded serde_json v1.0.149
4122026-05-07T16:34:42.136Z Downloaded goblin v0.8.2
4132026-05-07T16:34:42.141Z Downloaded idna v1.1.0
4142026-05-07T16:34:42.159Z Downloaded clap_builder v4.5.60
4152026-05-07T16:34:42.163Z Downloaded hashbrown v0.17.0
4162026-05-07T16:34:42.169Z Downloaded tabled v0.15.0
4172026-05-07T16:34:42.189Z Downloaded syn v1.0.109
4182026-05-07T16:34:42.200Z Downloaded syn v2.0.117
4192026-05-07T16:34:42.217Z Downloaded rustix v1.1.3
4202026-05-07T16:34:42.248Z Downloaded libc v0.2.185
4212026-05-07T16:34:42.316Z Compiling proc-macro2 v1.0.106
4222026-05-07T16:34:42.316Z Compiling unicode-ident v1.0.24
4232026-05-07T16:34:42.319Z Compiling quote v1.0.45
4242026-05-07T16:34:42.319Z Compiling serde_core v1.0.228
4252026-05-07T16:34:42.319Z Compiling libc v0.2.185
4262026-05-07T16:34:42.319Z Compiling version_check v0.9.5
4272026-05-07T16:34:42.319Z Compiling memchr v2.8.0
4282026-05-07T16:34:42.319Z Compiling serde v1.0.228
4292026-05-07T16:34:42.644Z Compiling stable_deref_trait v1.2.1
4302026-05-07T16:34:42.719Z Compiling zmij v1.0.21
4312026-05-07T16:34:42.844Z Compiling itoa v1.0.17
4322026-05-07T16:34:42.944Z Compiling ucd-trie v0.1.7
4332026-05-07T16:34:42.947Z Compiling autocfg v1.5.0
4342026-05-07T16:34:43.116Z Compiling thiserror v1.0.69
4352026-05-07T16:34:43.208Z Compiling pest v2.8.6
4362026-05-07T16:34:43.292Z Compiling litemap v0.8.1
4372026-05-07T16:34:43.321Z Compiling writeable v0.6.2
4382026-05-07T16:34:43.379Z Compiling rustix v1.1.3
4392026-05-07T16:34:43.485Z Compiling byteorder v1.5.0
4402026-05-07T16:34:43.516Z Compiling icu_normalizer_data v2.1.1
4412026-05-07T16:34:43.696Z Compiling icu_properties_data v2.1.2
4422026-05-07T16:34:43.808Z Compiling syn v2.0.117
4432026-05-07T16:34:43.865Z Compiling errno v0.3.14
4442026-05-07T16:34:43.900Z Compiling bitflags v2.11.0
4452026-05-07T16:34:43.988Z Compiling serde_json v1.0.149
4462026-05-07T16:34:44.193Z Compiling num-traits v0.2.19
4472026-05-07T16:34:44.223Z Compiling hashbrown v0.17.0
4482026-05-07T16:34:44.389Z Compiling pest_meta v2.8.6
4492026-05-07T16:34:44.426Z Compiling equivalent v1.0.2
4502026-05-07T16:34:44.502Z Compiling typeid v1.0.3
4512026-05-07T16:34:44.517Z Compiling smallvec v1.15.1
4522026-05-07T16:34:44.761Z Compiling indexmap v2.14.0
4532026-05-07T16:34:44.806Z Compiling thread-id v4.2.2
4542026-05-07T16:34:44.822Z Compiling proc-macro-error-attr v1.0.4
4552026-05-07T16:34:44.888Z Compiling usdt-impl v0.5.0
4562026-05-07T16:34:44.957Z Compiling toml_write v0.1.2
4572026-05-07T16:34:45.002Z Compiling erased-serde v0.4.9
4582026-05-07T16:34:45.158Z Compiling syn v1.0.109
4592026-05-07T16:34:45.198Z Compiling winnow v0.7.14
4602026-05-07T16:34:45.507Z Compiling proc-macro-error v1.0.4
4612026-05-07T16:34:45.523Z Compiling plain v0.2.3
4622026-05-07T16:34:45.633Z Compiling log v0.4.29
4632026-05-07T16:34:45.691Z Compiling camino v1.2.2
4642026-05-07T16:34:45.816Z Compiling percent-encoding v2.3.2
4652026-05-07T16:34:46.003Z Compiling thiserror v2.0.18
4662026-05-07T16:34:46.030Z Compiling utf8_iter v1.0.4
4672026-05-07T16:34:46.030Z Compiling utf8parse v0.2.2
4682026-05-07T16:34:46.074Z Compiling getrandom v0.4.1
4692026-05-07T16:34:46.119Z Compiling anstyle-parse v0.2.7
4702026-05-07T16:34:46.182Z Compiling form_urlencoded v1.2.2
4712026-05-07T16:34:46.217Z Compiling ordered-float v2.10.1
4722026-05-07T16:34:46.421Z Compiling terminal_size v0.4.3
4732026-05-07T16:34:46.464Z Compiling synstructure v0.13.2
4742026-05-07T16:34:46.547Z Compiling pest_generator v2.8.6
4752026-05-07T16:34:46.677Z Compiling colorchoice v1.0.4
4762026-05-07T16:34:46.784Z Compiling pretty-hex v0.4.1
4772026-05-07T16:34:46.798Z Compiling anstyle-query v1.1.5
4782026-05-07T16:34:46.798Z Compiling cfg-if v1.0.4
4792026-05-07T16:34:46.848Z Compiling anstyle v1.0.13
4802026-05-07T16:34:46.872Z Compiling is_terminal_polyfill v1.70.2
4812026-05-07T16:34:46.954Z Compiling serde-untagged v0.1.9
4822026-05-07T16:34:47.038Z Compiling anstream v0.6.21
4832026-05-07T16:34:47.070Z Compiling semver v1.0.28
4842026-05-07T16:34:47.216Z Compiling fs-err v3.3.0
4852026-05-07T16:34:47.232Z Compiling clap_lex v1.0.0
4862026-05-07T16:34:47.343Z Compiling heck v0.4.1
4872026-05-07T16:34:47.388Z Compiling unicode-width v0.1.14
4882026-05-07T16:34:47.406Z Compiling anyhow v1.0.102
4892026-05-07T16:34:47.460Z Compiling fastrand v2.3.0
4902026-05-07T16:34:47.564Z Compiling once_cell v1.21.3
4912026-05-07T16:34:47.662Z Compiling bytecount v0.6.9
4922026-05-07T16:34:47.704Z Compiling unicode-xid v0.2.6
4932026-05-07T16:34:47.723Z Compiling strsim v0.11.1
4942026-05-07T16:34:47.723Z Compiling fnv v1.0.7
4952026-05-07T16:34:47.773Z Compiling heck v0.5.0
4962026-05-07T16:34:47.791Z Compiling tempfile v3.25.0
4972026-05-07T16:34:47.826Z Compiling papergrid v0.11.0
4982026-05-07T16:34:48.006Z Compiling clap_builder v4.5.60
4992026-05-07T16:34:48.067Z Compiling memmap v0.7.0
5002026-05-07T16:34:48.115Z Compiling serde_derive v1.0.228
5012026-05-07T16:34:48.146Z Compiling zerofrom-derive v0.1.6
5022026-05-07T16:34:48.162Z Compiling yoke-derive v0.8.1
5032026-05-07T16:34:48.241Z Compiling zerovec-derive v0.11.2
5042026-05-07T16:34:48.341Z Compiling displaydoc v0.2.5
5052026-05-07T16:34:49.103Z Compiling thiserror-impl v1.0.69
5062026-05-07T16:34:49.278Z Compiling zerocopy-derive v0.7.35
5072026-05-07T16:34:49.344Z Compiling pest_derive v2.8.6
5082026-05-07T16:34:49.359Z Compiling scroll_derive v0.12.1
5092026-05-07T16:34:49.557Z Compiling zerofrom v0.1.6
5102026-05-07T16:34:49.691Z Compiling yoke v0.8.1
5112026-05-07T16:34:49.768Z Compiling thiserror-impl v2.0.18
5122026-05-07T16:34:49.889Z Compiling zerovec v0.11.5
5132026-05-07T16:34:50.017Z Compiling zerotrie v0.2.3
5142026-05-07T16:34:50.140Z Compiling zerocopy v0.7.35
5152026-05-07T16:34:50.323Z Compiling scroll v0.12.0
5162026-05-07T16:34:50.364Z Compiling tinystr v0.8.2
5172026-05-07T16:34:50.523Z Compiling potential_utf v0.1.4
5182026-05-07T16:34:50.569Z Compiling icu_locale_core v2.1.1
5192026-05-07T16:34:50.591Z Compiling dtrace-parser v0.2.0
5202026-05-07T16:34:50.687Z Compiling icu_collections v2.1.1
5212026-05-07T16:34:50.687Z Compiling goblin v0.8.2
5222026-05-07T16:34:50.965Z Compiling tabled_derive v0.7.0
5232026-05-07T16:34:51.163Z Compiling clap_derive v4.5.55
5242026-05-07T16:34:51.216Z Compiling icu_provider v2.1.1
5252026-05-07T16:34:51.325Z Compiling unicode-width v0.2.0
5262026-05-07T16:34:51.450Z Compiling icu_normalizer v2.1.1
5272026-05-07T16:34:51.512Z Compiling icu_properties v2.1.2
5282026-05-07T16:34:51.528Z Compiling toml_datetime v0.6.11
5292026-05-07T16:34:51.543Z Compiling serde_spanned v0.6.9
5302026-05-07T16:34:51.598Z Compiling dof v0.3.0
5312026-05-07T16:34:51.688Z Compiling serde_tokenstream v0.2.3
5322026-05-07T16:34:51.786Z Compiling toml_edit v0.22.27
5332026-05-07T16:34:51.982Z Compiling serde-value v0.7.0
5342026-05-07T16:34:51.998Z Compiling cargo-platform v0.2.0
5352026-05-07T16:34:52.001Z Compiling smawk v0.3.2
5362026-05-07T16:34:52.149Z Compiling unicode-linebreak v0.1.5
5372026-05-07T16:34:52.265Z Compiling tabled v0.15.0
5382026-05-07T16:34:52.335Z Compiling idna_adapter v1.2.1
5392026-05-07T16:34:52.395Z Compiling textwrap v0.16.2
5402026-05-07T16:34:52.479Z Compiling idna v1.1.0
5412026-05-07T16:34:52.495Z Compiling usdt-macro v0.5.0
5422026-05-07T16:34:52.587Z Compiling usdt-attr-macro v0.5.0
5432026-05-07T16:34:52.853Z Compiling url v2.5.8
5442026-05-07T16:34:53.106Z Compiling clap v4.5.60
5452026-05-07T16:34:53.122Z Compiling macaddr v1.0.1
5462026-05-07T16:34:53.193Z Compiling toml v0.8.23
5472026-05-07T16:34:53.583Z Compiling cargo-util-schemas v0.8.2
5482026-05-07T16:34:53.611Z Compiling usdt v0.5.0
5492026-05-07T16:34:53.628Z Compiling cargo_toml v0.21.0
5502026-05-07T16:34:53.843Z Compiling camino-tempfile v1.4.1
5512026-05-07T16:34:53.865Z Compiling swrite v0.1.0
5522026-05-07T16:34:54.049Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-07T16:34:54.530Z Compiling cargo_metadata v0.21.0
5542026-05-07T16:34:55.462Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-07T16:34:57.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.63s
5562026-05-07T16:34:57.732Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-07T16:34:58.288Z Downloading crates ...
5582026-05-07T16:34:58.382Z Downloaded base64ct v1.8.3
5592026-05-07T16:34:58.385Z Downloaded chacha20 v0.9.1
5602026-05-07T16:34:58.393Z Downloaded atomic-waker v1.1.2
5612026-05-07T16:34:58.398Z Downloaded bit-set v0.8.0
5622026-05-07T16:34:58.401Z Downloaded byte-wrapper v0.1.0
5632026-05-07T16:34:58.401Z Downloaded base16ct v0.2.0
5642026-05-07T16:34:58.404Z Downloaded crc32fast v1.5.0
5652026-05-07T16:34:58.404Z Downloaded atty v0.2.14
5662026-05-07T16:34:58.404Z Downloaded backoff v0.4.0
5672026-05-07T16:34:58.407Z Downloaded aead v0.5.2
5682026-05-07T16:34:58.407Z Downloaded display-error-chain v0.2.2
5692026-05-07T16:34:58.409Z Downloaded async-recursion v1.1.1
5702026-05-07T16:34:58.410Z Downloaded async-stream v0.3.6
5712026-05-07T16:34:58.412Z Downloaded adler2 v2.0.1
5722026-05-07T16:34:58.415Z Downloaded arc-swap v1.8.2
5732026-05-07T16:34:58.418Z Downloaded dropshot_endpoint v0.16.7
5742026-05-07T16:34:58.418Z Downloaded downcast-rs v2.0.2
5752026-05-07T16:34:58.420Z Downloaded diff v0.1.13
5762026-05-07T16:34:58.420Z Downloaded crypto-bigint v0.5.5
5772026-05-07T16:34:58.425Z Downloaded embedded-io v0.4.0
5782026-05-07T16:34:58.427Z Downloaded document-features v0.2.12
5792026-05-07T16:34:58.427Z Downloaded dropshot-api-manager-types v0.7.1
5802026-05-07T16:34:58.428Z Downloaded async-trait v0.1.89
5812026-05-07T16:34:58.430Z Downloaded dirs-next v2.0.0
5822026-05-07T16:34:58.430Z Downloaded dsl_auto_type v0.2.0
5832026-05-07T16:34:58.433Z Downloaded arrayvec v0.7.6
5842026-05-07T16:34:58.433Z Downloaded derive-ex v0.1.8
5852026-05-07T16:34:58.435Z Downloaded critical-section v1.2.0
5862026-05-07T16:34:58.436Z Downloaded darling v0.23.0
5872026-05-07T16:34:58.438Z Downloaded dtrace-parser v0.3.0
5882026-05-07T16:34:58.438Z Downloaded bitfield-struct v0.6.2
5892026-05-07T16:34:58.441Z Downloaded difflib v0.4.0
5902026-05-07T16:34:58.441Z Downloaded ciborium-io v0.2.2
5912026-05-07T16:34:58.441Z Downloaded backon v1.6.0
5922026-05-07T16:34:58.444Z Downloaded dof v0.4.0
5932026-05-07T16:34:58.444Z Downloaded bb8 v0.8.6
5942026-05-07T16:34:58.444Z Downloaded async-stream-impl v0.3.6
5952026-05-07T16:34:58.451Z Downloaded dyn-clone v1.0.20
5962026-05-07T16:34:58.451Z Downloaded crc8 v0.1.1
5972026-05-07T16:34:58.451Z Downloaded arrayref v0.3.9
5982026-05-07T16:34:58.454Z Downloaded convert_case v0.4.0
5992026-05-07T16:34:58.454Z Downloaded compression-codecs v0.4.37
6002026-05-07T16:34:58.454Z Downloaded block-padding v0.3.3
6012026-05-07T16:34:58.454Z Downloaded debug-ignore v1.0.5
6022026-05-07T16:34:58.454Z Downloaded darling_macro v0.21.3
6032026-05-07T16:34:58.454Z Downloaded assert_matches v1.5.0
6042026-05-07T16:34:58.454Z Downloaded atomicwrites v0.4.4
6052026-05-07T16:34:58.454Z Downloaded flagset v0.4.7
6062026-05-07T16:34:58.457Z Downloaded crc v3.4.0
6072026-05-07T16:34:58.457Z Downloaded ascii-canvas v3.0.0
6082026-05-07T16:34:58.460Z Downloaded either v1.15.0
6092026-05-07T16:34:58.460Z Downloaded dropshot-api-manager v0.7.1
6102026-05-07T16:34:58.463Z Downloaded daft v0.1.5
6112026-05-07T16:34:58.463Z Downloaded endian-type v0.1.2
6122026-05-07T16:34:58.465Z Downloaded cfg_aliases v0.1.1
6132026-05-07T16:34:58.465Z Downloaded fd-lock v4.0.4
6142026-05-07T16:34:58.470Z Downloaded cargo-platform v0.1.9
6152026-05-07T16:34:58.470Z Downloaded darling_macro v0.20.11
6162026-05-07T16:34:58.470Z Downloaded crucible-workspace-hack v0.1.0
6172026-05-07T16:34:58.473Z Downloaded curve25519-dalek-derive v0.1.1
6182026-05-07T16:34:58.473Z Downloaded crossbeam-utils v0.8.21
6192026-05-07T16:34:58.473Z Downloaded fallible-iterator v0.2.0
6202026-05-07T16:34:58.473Z Downloaded defmt v1.0.1
6212026-05-07T16:34:58.476Z Downloaded bcrypt-pbkdf v0.10.0
6222026-05-07T16:34:58.476Z Downloaded darling v0.21.3
6232026-05-07T16:34:58.479Z Downloaded embedded-io v0.6.1
6242026-05-07T16:34:58.482Z Downloaded cexpr v0.6.0
6252026-05-07T16:34:58.482Z Downloaded cbc v0.1.2
6262026-05-07T16:34:58.484Z Downloaded derive_builder_core v0.20.2
6272026-05-07T16:34:58.484Z Downloaded dirs-sys-next v0.1.2
6282026-05-07T16:34:58.484Z Downloaded base64 v0.22.1
6292026-05-07T16:34:58.487Z Downloaded defmt v0.3.100
6302026-05-07T16:34:58.490Z Downloaded crossbeam-epoch v0.9.18
6312026-05-07T16:34:58.493Z Downloaded derive_more v0.99.20
6322026-05-07T16:34:58.496Z Downloaded cfg_aliases v0.2.1
6332026-05-07T16:34:58.496Z Downloaded array-init v0.0.4
6342026-05-07T16:34:58.498Z Downloaded ciborium-ll v0.2.2
6352026-05-07T16:34:58.498Z Downloaded foreign-types v0.5.0
6362026-05-07T16:34:58.501Z Downloaded env_filter v1.0.0
6372026-05-07T16:34:58.501Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-05-07T16:34:58.501Z Downloaded cstr-argument v0.1.2
6392026-05-07T16:34:58.501Z Downloaded crc-catalog v2.4.0
6402026-05-07T16:34:58.504Z Downloaded cipher v0.4.4
6412026-05-07T16:34:58.504Z Downloaded foreign-types-macros v0.2.3
6422026-05-07T16:34:58.507Z Downloaded compression-core v0.4.31
6432026-05-07T16:34:58.507Z Downloaded futures-core v0.3.32
6442026-05-07T16:34:58.507Z Downloaded derive_builder_macro v0.20.2
6452026-05-07T16:34:58.507Z Downloaded funty v2.0.0
6462026-05-07T16:34:58.509Z Downloaded foreign-types-shared v0.3.1
6472026-05-07T16:34:58.510Z Downloaded foreign-types-shared v0.1.1
6482026-05-07T16:34:58.510Z Downloaded enum-as-inner v0.6.1
6492026-05-07T16:34:58.510Z Downloaded castaway v0.2.4
6502026-05-07T16:34:58.512Z Downloaded bitfield-macros v0.19.4
6512026-05-07T16:34:58.512Z Downloaded futures-task v0.3.32
6522026-05-07T16:34:58.512Z Downloaded float-ord v0.3.2
6532026-05-07T16:34:58.515Z Downloaded bit-set v0.5.3
6542026-05-07T16:34:58.515Z Downloaded daft-derive v0.1.5
6552026-05-07T16:34:58.519Z Downloaded const_format_proc_macros v0.2.34
6562026-05-07T16:34:58.519Z Downloaded dunce v1.0.5
6572026-05-07T16:34:58.521Z Downloaded erased-serde v0.3.31
6582026-05-07T16:34:58.521Z Downloaded cpufeatures v0.3.0
6592026-05-07T16:34:58.522Z Downloaded cmake v0.1.57
6602026-05-07T16:34:58.524Z Downloaded crunchy v0.2.4
6612026-05-07T16:34:58.524Z Downloaded darling_macro v0.23.0
6622026-05-07T16:34:58.524Z Downloaded futures-sink v0.3.32
6632026-05-07T16:34:58.524Z Downloaded futures-macro v0.3.32
6642026-05-07T16:34:58.527Z Downloaded foreign-types v0.3.2
6652026-05-07T16:34:58.527Z Downloaded corncobs v0.1.4
6662026-05-07T16:34:58.527Z Downloaded futures-io v0.3.32
6672026-05-07T16:34:58.527Z Downloaded cargo_metadata v0.19.2
6682026-05-07T16:34:58.530Z Downloaded bcs v0.1.6
6692026-05-07T16:34:58.530Z Downloaded bitfield v0.19.4
6702026-05-07T16:34:58.533Z Downloaded ghash v0.5.1
6712026-05-07T16:34:58.533Z Downloaded float-cmp v0.10.0
6722026-05-07T16:34:58.533Z Downloaded constant_time_eq v0.4.2
6732026-05-07T16:34:58.533Z Downloaded argon2 v0.5.3
6742026-05-07T16:34:58.538Z Downloaded cassowary v0.3.0
6752026-05-07T16:34:58.538Z Downloaded allocator-api2 v0.2.21
6762026-05-07T16:34:58.542Z Downloaded defmt-parser v1.0.0
6772026-05-07T16:34:58.542Z Downloaded fixedbitset v0.4.2
6782026-05-07T16:34:58.542Z Downloaded buf-list v1.1.2
6792026-05-07T16:34:58.544Z Downloaded git-stub v1.0.0
6802026-05-07T16:34:58.544Z Downloaded gethostname v0.5.0
6812026-05-07T16:34:58.544Z Downloaded ena v0.14.4
6822026-05-07T16:34:58.544Z Downloaded dropshot_endpoint v0.17.0
6832026-05-07T16:34:58.547Z Downloaded ed25519 v2.2.3
6842026-05-07T16:34:58.550Z Downloaded fxhash v0.2.1
6852026-05-07T16:34:58.550Z Downloaded hash32 v0.2.1
6862026-05-07T16:34:58.552Z Downloaded headers-core v0.3.0
6872026-05-07T16:34:58.552Z Downloaded hash32 v0.3.1
6882026-05-07T16:34:58.555Z Downloaded async-compression v0.4.41
6892026-05-07T16:34:58.558Z Downloaded cobs v0.3.0
6902026-05-07T16:34:58.561Z Downloaded bit-vec v0.6.3
6912026-05-07T16:34:58.561Z Downloaded home v0.5.12
6922026-05-07T16:34:58.563Z Downloaded hostname v0.4.2
6932026-05-07T16:34:58.563Z Downloaded hex-literal v0.4.1
6942026-05-07T16:34:58.567Z Downloaded deranged v0.5.8
6952026-05-07T16:34:58.569Z Downloaded fixedbitset v0.5.7
6962026-05-07T16:34:58.572Z Downloaded csv-core v0.1.13
6972026-05-07T16:34:58.572Z Downloaded blowfish v0.9.1
6982026-05-07T16:34:58.572Z Downloaded data-encoding v2.10.0
6992026-05-07T16:34:58.572Z Downloaded futures-executor v0.3.32
7002026-05-07T16:34:58.575Z Downloaded fs-err v2.11.0
7012026-05-07T16:34:58.575Z Downloaded httpdate v1.0.3
7022026-05-07T16:34:58.577Z Downloaded http-body v1.0.1
7032026-05-07T16:34:58.577Z Downloaded hostname v0.3.1
7042026-05-07T16:34:58.577Z Downloaded foldhash v0.1.5
7052026-05-07T16:34:58.581Z Downloaded hubpack_derive v0.1.1
7062026-05-07T16:34:58.581Z Downloaded hubpack v0.1.2
7072026-05-07T16:34:58.581Z Downloaded http-range v0.1.5
7082026-05-07T16:34:58.581Z Downloaded cookie_store v0.22.1
7092026-05-07T16:34:58.583Z Downloaded hyper-tls v0.6.0
7102026-05-07T16:34:58.584Z Downloaded cookie v0.18.1
7112026-05-07T16:34:58.586Z Downloaded colored v2.2.0
7122026-05-07T16:34:58.586Z Downloaded ciborium v0.2.2
7132026-05-07T16:34:58.589Z Downloaded chacha20 v0.10.0
7142026-05-07T16:34:58.589Z Downloaded inout v0.1.4
7152026-05-07T16:34:58.592Z Downloaded darling v0.20.11
7162026-05-07T16:34:58.595Z Downloaded env_logger v0.11.9
7172026-05-07T16:34:58.595Z Downloaded is_ci v1.2.0
7182026-05-07T16:34:58.595Z Downloaded globwalk v0.9.1
7192026-05-07T16:34:58.598Z Downloaded ecdsa v0.16.9
7202026-05-07T16:34:58.598Z Downloaded diesel-dtrace v0.5.0
7212026-05-07T16:34:58.601Z Downloaded glob v0.3.3
7222026-05-07T16:34:58.601Z Downloaded der_derive v0.7.3
7232026-05-07T16:34:58.601Z Downloaded base64 v0.21.7
7242026-05-07T16:34:58.604Z Downloaded hex v0.4.3
7252026-05-07T16:34:58.604Z Downloaded console v0.15.11
7262026-05-07T16:34:58.607Z Downloaded find-msvc-tools v0.1.9
7272026-05-07T16:34:58.607Z Downloaded ident_case v1.0.1
7282026-05-07T16:34:58.607Z Downloaded crossbeam-deque v0.8.6
7292026-05-07T16:34:58.609Z Downloaded is-terminal v0.4.17
7302026-05-07T16:34:58.609Z Downloaded clang-sys v1.8.1
7312026-05-07T16:34:58.612Z Downloaded blake2 v0.10.6
7322026-05-07T16:34:58.612Z Downloaded async-bb8-diesel v0.2.1
7332026-05-07T16:34:58.615Z Downloaded elliptic-curve v0.13.8
7342026-05-07T16:34:58.618Z Downloaded keccak v0.1.6
7352026-05-07T16:34:58.618Z Downloaded convert_case v0.10.0
7362026-05-07T16:34:58.618Z Downloaded internet-checksum v0.2.1
7372026-05-07T16:34:58.620Z Downloaded instant v0.1.13
7382026-05-07T16:34:58.620Z Downloaded instability v0.3.11
7392026-05-07T16:34:58.620Z Downloaded globset v0.4.18
7402026-05-07T16:34:58.623Z Downloaded group v0.13.0
7412026-05-07T16:34:58.623Z Downloaded kstat-rs v0.2.4
7422026-05-07T16:34:58.626Z Downloaded highway v1.3.0
7432026-05-07T16:34:58.626Z Downloaded git-stub-vcs v0.1.0
7442026-05-07T16:34:58.626Z Downloaded lazy_static v1.5.0
7452026-05-07T16:34:58.629Z Downloaded lalrpop-util v0.19.12
7462026-05-07T16:34:58.629Z Downloaded defmt-macros v1.0.1
7472026-05-07T16:34:58.631Z Downloaded libscf-sys v1.1.0
7482026-05-07T16:34:58.631Z Downloaded bzip2 v0.6.1
7492026-05-07T16:34:58.631Z Downloaded des v0.8.1
7502026-05-07T16:34:58.634Z Downloaded crossbeam-channel v0.5.15
7512026-05-07T16:34:58.637Z Downloaded cancel-safe-futures v0.1.5
7522026-05-07T16:34:58.637Z Downloaded fs_extra v1.3.0
7532026-05-07T16:34:58.640Z Downloaded bitflags v1.3.2
7542026-05-07T16:34:58.640Z Downloaded linked-hash-map v0.5.6
7552026-05-07T16:34:58.642Z Downloaded humantime v2.3.0
7562026-05-07T16:34:58.643Z Downloaded http-body-util v0.1.3
7572026-05-07T16:34:58.643Z Downloaded match_cfg v0.1.0
7582026-05-07T16:34:58.645Z Downloaded lru-cache v0.1.2
7592026-05-07T16:34:58.645Z Downloaded lru-slab v0.1.2
7602026-05-07T16:34:58.645Z Downloaded maplit v1.0.2
7612026-05-07T16:34:58.645Z Downloaded managed v0.8.0
7622026-05-07T16:34:58.648Z Downloaded foldhash v0.2.0
7632026-05-07T16:34:58.648Z Downloaded bzip2 v0.4.4
7642026-05-07T16:34:58.651Z Downloaded memoffset v0.9.1
7652026-05-07T16:34:58.651Z Downloaded md-5 v0.10.6
7662026-05-07T16:34:58.651Z Downloaded lzss v0.8.2
7672026-05-07T16:34:58.653Z Downloaded lru v0.12.5
7682026-05-07T16:34:58.653Z Downloaded bit-vec v0.8.0
7692026-05-07T16:34:58.653Z Downloaded const-oid v0.9.6
7702026-05-07T16:34:58.656Z Downloaded console v0.16.2
7712026-05-07T16:34:58.656Z Downloaded filetime v0.2.27
7722026-05-07T16:34:58.659Z Downloaded md5 v0.7.0
7732026-05-07T16:34:58.659Z Downloaded mime v0.3.17
7742026-05-07T16:34:58.659Z Downloaded indent_write v2.2.0
7752026-05-07T16:34:58.659Z Downloaded ctr v0.9.2
7762026-05-07T16:34:58.662Z Downloaded camino-tempfile-ext v0.3.3
7772026-05-07T16:34:58.662Z Downloaded getrandom v0.2.17
7782026-05-07T16:34:58.665Z Downloaded ff v0.13.1
7792026-05-07T16:34:58.665Z Downloaded ipnet v2.11.0
7802026-05-07T16:34:58.667Z Downloaded futures-channel v0.3.32
7812026-05-07T16:34:58.667Z Downloaded derive-where v1.6.0
7822026-05-07T16:34:58.670Z Downloaded ingot v0.1.1
7832026-05-07T16:34:58.670Z Downloaded half v1.8.3
7842026-05-07T16:34:58.673Z Downloaded indoc v2.0.7
7852026-05-07T16:34:58.676Z Downloaded newline-converter v0.3.0
7862026-05-07T16:34:58.676Z Downloaded new_debug_unreachable v1.0.6
7872026-05-07T16:34:58.676Z Downloaded crc-any v2.5.0
7882026-05-07T16:34:58.679Z Downloaded const_format v0.2.35
7892026-05-07T16:34:58.679Z Downloaded nibble_vec v0.1.0
7902026-05-07T16:34:58.682Z Downloaded newtype_derive v0.1.6
7912026-05-07T16:34:58.682Z Downloaded newtype-uuid-macros v0.1.0
7922026-05-07T16:34:58.682Z Downloaded ahash v0.8.12
7932026-05-07T16:34:58.685Z Downloaded jobserver v0.1.34
7942026-05-07T16:34:58.685Z Downloaded chacha20poly1305 v0.10.1
7952026-05-07T16:34:58.688Z Downloaded multimap v0.10.1
7962026-05-07T16:34:58.688Z Downloaded libefi-sys v0.1.0
7972026-05-07T16:34:58.688Z Downloaded ipnetwork v0.21.1
7982026-05-07T16:34:58.691Z Downloaded derive_builder v0.20.2
7992026-05-07T16:34:58.693Z Downloaded num-derive v0.3.3
8002026-05-07T16:34:58.693Z Downloaded normalize-line-endings v0.3.0
8012026-05-07T16:34:58.694Z Downloaded num-conv v0.2.0
8022026-05-07T16:34:58.697Z Downloaded nonempty v0.12.0
8032026-05-07T16:34:58.697Z Downloaded num v0.4.3
8042026-05-07T16:34:58.697Z Downloaded nodrop v0.1.14
8052026-05-07T16:34:58.700Z Downloaded num-iter v0.1.45
8062026-05-07T16:34:58.700Z Downloaded libsw-core v0.3.2
8072026-05-07T16:34:58.700Z Downloaded hmac v0.12.1
8082026-05-07T16:34:58.703Z Downloaded maybe-uninit v2.0.0
8092026-05-07T16:34:58.703Z Downloaded fatfs v0.3.6
8102026-05-07T16:34:58.703Z Downloaded hyper-rustls v0.27.7
8112026-05-07T16:34:58.706Z Downloaded linear-map v1.2.0
8122026-05-07T16:34:58.706Z Downloaded libsw v3.5.0
8132026-05-07T16:34:58.709Z Downloaded libloading v0.8.9
8142026-05-07T16:34:58.709Z Downloaded openssl-probe v0.2.1
8152026-05-07T16:34:58.709Z Downloaded opaque-debug v0.3.1
8162026-05-07T16:34:58.712Z Downloaded olpc-cjson v0.1.4
8172026-05-07T16:34:58.712Z Downloaded openssl-probe v0.1.6
8182026-05-07T16:34:58.712Z Downloaded openssl-macros v0.1.1
8192026-05-07T16:34:58.713Z Downloaded num_threads v0.1.7
8202026-05-07T16:34:58.715Z Downloaded flume v0.11.1
8212026-05-07T16:34:58.715Z Downloaded hyper-staticfile v0.10.1
8222026-05-07T16:34:58.718Z Downloaded num_enum_derive v0.5.11
8232026-05-07T16:34:58.718Z Downloaded bytes v1.11.1
8242026-05-07T16:34:58.721Z Downloaded mime_guess v2.0.5
8252026-05-07T16:34:58.721Z Downloaded iana-time-zone v0.1.65
8262026-05-07T16:34:58.724Z Downloaded futures v0.3.32
8272026-05-07T16:34:58.727Z Downloaded drift v0.1.3
8282026-05-07T16:34:58.729Z Downloaded lock_api v0.4.14
8292026-05-07T16:34:58.732Z Downloaded half v2.7.1
8302026-05-07T16:34:58.732Z Downloaded ingot-types v0.1.2
8312026-05-07T16:34:58.736Z Downloaded indoc v1.0.9
8322026-05-07T16:34:58.736Z Downloaded oso-derive v0.27.3
8332026-05-07T16:34:58.736Z Downloaded parse-size v1.1.0
8342026-05-07T16:34:58.739Z Downloaded ingot-macros v0.1.1
8352026-05-07T16:34:58.739Z Downloaded impl-trait-for-tuples v0.2.3
8362026-05-07T16:34:58.739Z Downloaded pbkdf2 v0.12.2
8372026-05-07T16:34:58.742Z Downloaded pbkdf2 v0.11.0
8382026-05-07T16:34:58.742Z Downloaded parse-display v0.10.0
8392026-05-07T16:34:58.742Z Downloaded ed25519-dalek v2.2.0
8402026-05-07T16:34:58.745Z Downloaded colored v3.1.1
8412026-05-07T16:34:58.747Z Downloaded peg-runtime v0.8.5
8422026-05-07T16:34:58.748Z Downloaded path-slash v0.1.5
8432026-05-07T16:34:58.748Z Downloaded newtype-uuid v1.3.2
8442026-05-07T16:34:58.748Z Downloaded multer v3.1.0
8452026-05-07T16:34:58.750Z Downloaded nanorand v0.7.0
8462026-05-07T16:34:58.758Z Downloaded nu-ansi-term v0.50.3
8472026-05-07T16:34:58.761Z Downloaded num-derive v0.4.2
8482026-05-07T16:34:58.764Z Downloaded num-integer v0.1.46
8492026-05-07T16:34:58.766Z Downloaded litrs v1.0.0
8502026-05-07T16:34:58.769Z Downloaded compact_str v0.8.1
8512026-05-07T16:34:58.772Z Downloaded pin-utils v0.1.0
8522026-05-07T16:34:58.772Z Downloaded crossterm v0.28.1
8532026-05-07T16:34:58.775Z Downloaded phf_shared v0.12.1
8542026-05-07T16:34:58.778Z Downloaded darling_core v0.21.3
8552026-05-07T16:34:58.781Z Downloaded num_enum v0.7.5
8562026-05-07T16:34:58.783Z Downloaded owo-colors v4.3.0
8572026-05-07T16:34:58.783Z Downloaded getrandom v0.3.4
8582026-05-07T16:34:58.786Z Downloaded indexmap v1.9.3
8592026-05-07T16:34:58.786Z Downloaded bumpalo v3.20.2
8602026-05-07T16:34:58.789Z Downloaded oxide-tokio-rt v0.1.4
8612026-05-07T16:34:58.792Z Downloaded num_enum_derive v0.7.5
8622026-05-07T16:34:58.792Z Downloaded num_enum v0.5.11
8632026-05-07T16:34:58.795Z Downloaded predicates-core v1.0.10
8642026-05-07T16:34:58.795Z Downloaded precomputed-hash v0.1.1
8652026-05-07T16:34:58.795Z Downloaded powerfmt v0.2.0
8662026-05-07T16:34:58.799Z Downloaded num-rational v0.4.2
8672026-05-07T16:34:58.799Z Downloaded num-complex v0.4.6
8682026-05-07T16:34:58.799Z Downloaded darling_core v0.20.11
8692026-05-07T16:34:58.814Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-05-07T16:34:58.816Z Downloaded der v0.7.10
8712026-05-07T16:34:58.819Z Downloaded proc-macro-crate v1.3.1
8722026-05-07T16:34:58.819Z Downloaded predicates-tree v1.0.13
8732026-05-07T16:34:58.819Z Downloaded peg v0.8.5
8742026-05-07T16:34:58.822Z Downloaded progenitor-macro v0.13.0
8752026-05-07T16:34:58.822Z Downloaded progenitor-macro v0.11.2
8762026-05-07T16:34:58.825Z Downloaded progenitor-macro v0.10.0
8772026-05-07T16:34:58.825Z Downloaded progenitor-client v0.11.2
8782026-05-07T16:34:58.825Z Downloaded progenitor-client v0.10.0
8792026-05-07T16:34:58.825Z Downloaded proc-macro-crate v3.4.0
8802026-05-07T16:34:58.827Z Downloaded paste v1.0.15
8812026-05-07T16:34:58.827Z Downloaded libbz2-rs-sys v0.2.2
8822026-05-07T16:34:58.830Z Downloaded password-hash v0.5.0
8832026-05-07T16:34:58.830Z Downloaded heapless v0.8.0
8842026-05-07T16:34:58.833Z Downloaded password-hash v0.4.2
8852026-05-07T16:34:58.836Z Downloaded parse-display-derive v0.10.0
8862026-05-07T16:34:58.836Z Downloaded heapless v0.7.17
8872026-05-07T16:34:58.838Z Downloaded psl-types v2.0.11
8882026-05-07T16:34:58.839Z Downloaded pem-rfc7468 v0.7.0
8892026-05-07T16:34:58.839Z Downloaded cc v1.2.56
8902026-05-07T16:34:58.841Z Downloaded headers v0.4.1
8912026-05-07T16:34:58.844Z Downloaded quick-error v1.2.3
8922026-05-07T16:34:58.847Z Downloaded phf_shared v0.13.1
8932026-05-07T16:34:58.847Z Downloaded phf v0.13.1
8942026-05-07T16:34:58.847Z Downloaded phf v0.12.1
8952026-05-07T16:34:58.849Z Downloaded peg-macros v0.8.5
8962026-05-07T16:34:58.849Z Downloaded rand_chacha v0.3.1
8972026-05-07T16:34:58.850Z Downloaded pin-project-internal v1.1.11
8982026-05-07T16:34:58.852Z Downloaded httparse v1.10.1
8992026-05-07T16:34:58.853Z Downloaded parking_lot_core v0.8.6
9002026-05-07T16:34:58.855Z Downloaded packed_struct_codegen v0.10.1
9012026-05-07T16:34:58.855Z Downloaded ignore v0.4.25
9022026-05-07T16:34:58.858Z Downloaded polyval v0.6.2
9032026-05-07T16:34:58.858Z Downloaded poly1305 v0.8.0
9042026-05-07T16:34:58.861Z Downloaded pkg-config v0.3.32
9052026-05-07T16:34:58.861Z Downloaded packed_struct v0.10.1
9062026-05-07T16:34:58.861Z Downloaded pkcs8 v0.10.2
9072026-05-07T16:34:58.864Z Downloaded radium v0.7.0
9082026-05-07T16:34:58.864Z Downloaded oxnet v0.1.4
9092026-05-07T16:34:58.867Z Downloaded native-tls v0.2.18
9102026-05-07T16:34:58.867Z Downloaded memmap2 v0.9.10
9112026-05-07T16:34:58.867Z Downloaded derive_more-impl v2.1.1
9122026-05-07T16:34:58.870Z Downloaded rand_xorshift v0.4.0
9132026-05-07T16:34:58.873Z Downloaded postgres-protocol v0.6.10
9142026-05-07T16:34:58.873Z Downloaded derive_more v2.1.1
9152026-05-07T16:34:58.878Z Downloaded ref-cast v1.0.25
9162026-05-07T16:34:58.881Z Downloaded parking_lot_core v0.9.12
9172026-05-07T16:34:58.883Z Downloaded parking_lot v0.11.2
9182026-05-07T16:34:58.883Z Downloaded progenitor-macro v0.14.0
9192026-05-07T16:34:58.883Z Downloaded progenitor-client v0.14.0
9202026-05-07T16:34:58.886Z Downloaded progenitor v0.13.0
9212026-05-07T16:34:58.886Z Downloaded proc-macro-error2 v2.0.1
9222026-05-07T16:34:58.889Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-05-07T16:34:58.889Z Downloaded primeorder v0.13.6
9242026-05-07T16:34:58.889Z Downloaded ppv-lite86 v0.2.21
9252026-05-07T16:34:58.892Z Downloaded rfc6979 v0.4.0
9262026-05-07T16:34:58.892Z Downloaded flate2 v1.1.9
9272026-05-07T16:34:58.894Z Downloaded progenitor v0.14.0
9282026-05-07T16:34:58.894Z Downloaded hickory-resolver v0.24.4
9292026-05-07T16:34:58.899Z Downloaded progenitor v0.11.2
9302026-05-07T16:34:58.901Z Downloaded progenitor v0.10.0
9312026-05-07T16:34:58.901Z Downloaded parking_lot v0.12.5
9322026-05-07T16:34:58.901Z Downloaded ref-cast-impl v1.0.25
9332026-05-07T16:34:58.904Z Downloaded recursive v0.1.1
9342026-05-07T16:34:58.904Z Downloaded darling_core v0.23.0
9352026-05-07T16:34:58.907Z Downloaded phf_shared v0.11.3
9362026-05-07T16:34:58.907Z Downloaded hickory-resolver v0.25.2
9372026-05-07T16:34:58.909Z Downloaded psm v0.1.30
9382026-05-07T16:34:58.912Z Downloaded ar_archive_writer v0.5.1
9392026-05-07T16:34:58.915Z Downloaded rand_chacha v0.9.0
9402026-05-07T16:34:58.915Z Downloaded pin-project-lite v0.2.17
9412026-05-07T16:34:58.918Z Downloaded rtoolbox v0.0.3
9422026-05-07T16:34:58.932Z Downloaded rand_seeder v0.4.0
9432026-05-07T16:34:58.935Z Downloaded rustc_version v0.4.1
9442026-05-07T16:34:58.935Z Downloaded rustc_version v0.1.7
9452026-05-07T16:34:58.938Z Downloaded indicatif v0.18.4
9462026-05-07T16:34:58.943Z Downloaded rand_core v0.10.0
9472026-05-07T16:34:58.943Z Downloaded rustc-hash v2.1.1
9482026-05-07T16:34:58.943Z Downloaded oso v0.27.3
9492026-05-07T16:34:58.945Z Downloaded papergrid v0.17.0
9502026-05-07T16:34:58.948Z Downloaded predicates v3.1.4
9512026-05-07T16:34:58.948Z Downloaded russh-cryptovec v0.7.3
9522026-05-07T16:34:58.949Z Downloaded postgres-types v0.2.12
9532026-05-07T16:34:58.951Z Downloaded scheduled-thread-pool v0.2.7
9542026-05-07T16:34:58.951Z Downloaded scopeguard v1.2.0
9552026-05-07T16:34:58.954Z Downloaded progenitor-client v0.13.0
9562026-05-07T16:34:58.954Z Downloaded pem v3.0.6
9572026-05-07T16:34:58.954Z Downloaded miniz_oxide v0.8.9
9582026-05-07T16:34:58.959Z Downloaded salsa20 v0.10.2
9592026-05-07T16:34:58.960Z Downloaded rand_core v0.6.4
9602026-05-07T16:34:58.960Z Downloaded r2d2 v0.8.10
9612026-05-07T16:34:58.960Z Downloaded postcard v1.1.3
9622026-05-07T16:34:58.963Z Downloaded progenitor-extras v0.2.0
9632026-05-07T16:34:58.963Z Downloaded pkcs5 v0.7.1
9642026-05-07T16:34:58.966Z Downloaded pkcs1 v0.7.5
9652026-05-07T16:34:58.966Z Downloaded secrecy v0.10.3
9662026-05-07T16:34:58.966Z Downloaded secrecy v0.8.0
9672026-05-07T16:34:58.970Z Downloaded scrypt v0.11.0
9682026-05-07T16:34:58.970Z Downloaded seq-macro v0.3.6
9692026-05-07T16:34:58.970Z Downloaded semver v0.1.20
9702026-05-07T16:34:58.970Z Downloaded http v1.4.0
9712026-05-07T16:34:58.973Z Downloaded hashbrown v0.12.3
9722026-05-07T16:34:58.977Z Downloaded omicron-zone-package v0.12.2
9732026-05-07T16:34:58.980Z Downloaded resolv-conf v0.7.6
9742026-05-07T16:34:58.985Z Downloaded serde-big-array v0.5.1
9752026-05-07T16:34:58.988Z Downloaded serde_spanned v1.0.4
9762026-05-07T16:34:58.988Z Downloaded rustls-pemfile v2.2.0
9772026-05-07T16:34:58.991Z Downloaded rustls-pemfile v1.0.4
9782026-05-07T16:34:58.991Z Downloaded pin-project v1.1.11
9792026-05-07T16:34:58.997Z Downloaded shell-words v1.1.1
9802026-05-07T16:34:59.000Z Downloaded rand_core v0.9.5
9812026-05-07T16:34:59.000Z Downloaded quinn-udp v0.5.14
9822026-05-07T16:34:59.003Z Downloaded rusty-fork v0.3.1
9832026-05-07T16:34:59.006Z Downloaded rustversion v1.0.22
9842026-05-07T16:34:59.009Z Downloaded serde_plain v1.0.2
9852026-05-07T16:34:59.009Z Downloaded serde_urlencoded v0.7.1
9862026-05-07T16:34:59.009Z Downloaded serde_repr v0.1.20
9872026-05-07T16:34:59.012Z Downloaded p256 v0.13.2
9882026-05-07T16:34:59.014Z Downloaded openssl-sys v0.9.114
9892026-05-07T16:34:59.017Z Downloaded signal-hook-tokio v0.3.1
9902026-05-07T16:34:59.017Z Downloaded signal-hook-mio v0.2.5
9912026-05-07T16:34:59.020Z Downloaded sha1 v0.10.6
9922026-05-07T16:34:59.020Z Downloaded expectorate v1.2.0
9932026-05-07T16:34:59.020Z Downloaded diesel_derives v2.3.7
9942026-05-07T16:34:59.023Z Downloaded siphasher v1.0.2
9952026-05-07T16:34:59.026Z Downloaded hashbrown v0.13.2
9962026-05-07T16:34:59.029Z Downloaded aes v0.8.4
9972026-05-07T16:34:59.029Z Downloaded schemars_derive v0.8.22
9982026-05-07T16:34:59.032Z Downloaded sapling-renderdag v0.1.0
9992026-05-07T16:34:59.032Z Downloaded progenitor-impl v0.11.2
10002026-05-07T16:34:59.035Z Downloaded hickory-server v0.25.2
10012026-05-07T16:34:59.038Z Downloaded sigpipe v0.1.3
10022026-05-07T16:34:59.038Z Downloaded sct v0.7.1
10032026-05-07T16:34:59.041Z Downloaded sec1 v0.7.3
10042026-05-07T16:34:59.041Z Downloaded scroll_derive v0.13.1
10052026-05-07T16:34:59.041Z Downloaded progenitor-impl v0.14.0
10062026-05-07T16:34:59.044Z Downloaded jiff-static v0.2.21
10072026-05-07T16:34:59.044Z Downloaded scroll v0.13.0
10082026-05-07T16:34:59.046Z Downloaded progenitor-impl v0.10.0
10092026-05-07T16:34:59.047Z Downloaded same-file v1.0.6
10102026-05-07T16:34:59.047Z Downloaded slog-bunyan v2.5.0
10112026-05-07T16:34:59.052Z Downloaded minimal-lexical v0.2.1
10122026-05-07T16:34:59.055Z Downloaded serde_path_to_error v0.1.20
10132026-05-07T16:34:59.064Z Downloaded serde_derive_internals v0.29.1
10142026-05-07T16:34:59.064Z Downloaded ssh-cipher v0.2.0
10152026-05-07T16:34:59.064Z Downloaded aes-gcm v0.10.3
10162026-05-07T16:34:59.068Z Downloaded serde_bytes v0.11.19
10172026-05-07T16:34:59.068Z Downloaded serde-hex v0.1.0
10182026-05-07T16:34:59.068Z Downloaded slog-envlogger v2.2.0
10192026-05-07T16:34:59.068Z Downloaded rustls-native-certs v0.8.3
10202026-05-07T16:34:59.072Z Downloaded sqlparser_derive v0.5.0
10212026-05-07T16:34:59.075Z Downloaded rustls-pki-types v1.14.0
10222026-05-07T16:34:59.079Z Downloaded ssh-encoding v0.2.0
10232026-05-07T16:34:59.083Z Downloaded signal-hook-registry v1.4.8
10242026-05-07T16:34:59.086Z Downloaded pretty_assertions v1.4.1
10252026-05-07T16:34:59.086Z Downloaded rcgen v0.12.1
10262026-05-07T16:34:59.089Z Downloaded prettyplease v0.2.37
10272026-05-07T16:34:59.093Z Downloaded prefix-trie v0.7.0
10282026-05-07T16:34:59.098Z Downloaded signature v2.2.0
10292026-05-07T16:34:59.098Z Downloaded hyper-util v0.1.20
10302026-05-07T16:34:59.104Z Downloaded slog-async v2.8.0
10312026-05-07T16:34:59.104Z Downloaded structmeta-derive v0.3.0
10322026-05-07T16:34:59.104Z Downloaded structmeta v0.3.0
10332026-05-07T16:34:59.104Z Downloaded smallvec v0.6.14
10342026-05-07T16:34:59.104Z Downloaded slog-dtrace v0.3.0
10352026-05-07T16:34:59.104Z Downloaded simd-adler32 v0.3.8
10362026-05-07T16:34:59.110Z Downloaded strip-ansi-escapes v0.2.1
10372026-05-07T16:34:59.110Z Downloaded itertools v0.10.5
10382026-05-07T16:34:59.113Z Downloaded progenitor-impl v0.13.0
10392026-05-07T16:34:59.116Z Downloaded serde_with_macros v3.17.0
10402026-05-07T16:34:59.116Z Downloaded crossterm v0.29.0
10412026-05-07T16:34:59.119Z Downloaded stacker v0.1.23
10422026-05-07T16:34:59.123Z Downloaded tagptr v0.2.0
10432026-05-07T16:34:59.124Z Downloaded supports-color v3.0.2
10442026-05-07T16:34:59.124Z Downloaded subtle v2.6.1
10452026-05-07T16:34:59.124Z Downloaded strum v0.27.2
10462026-05-07T16:34:59.128Z Downloaded spki v0.7.3
10472026-05-07T16:34:59.128Z Downloaded rustls-platform-verifier v0.6.2
10482026-05-07T16:34:59.132Z Downloaded snafu-derive v0.8.9
10492026-05-07T16:34:59.135Z Downloaded slog-scope v4.4.1
10502026-05-07T16:34:59.135Z Downloaded tinyvec_macros v0.1.1
10512026-05-07T16:34:59.135Z Downloaded smf v0.2.3
10522026-05-07T16:34:59.138Z Downloaded slog-term v2.9.2
10532026-05-07T16:34:59.138Z Downloaded slog-stdlog v4.1.1
10542026-05-07T16:34:59.141Z Downloaded slog-json v2.6.1
10552026-05-07T16:34:59.141Z Downloaded termtree v0.5.1
10562026-05-07T16:34:59.145Z Downloaded thread-id v5.1.0
10572026-05-07T16:34:59.145Z Downloaded thiserror-impl-no-std v2.0.2
10582026-05-07T16:34:59.145Z Downloaded publicsuffix v2.3.0
10592026-05-07T16:34:59.150Z Downloaded slab v0.4.12
10602026-05-07T16:34:59.150Z Downloaded mio v1.2.0
10612026-05-07T16:34:59.152Z Downloaded ron v0.8.1
10622026-05-07T16:34:59.152Z Downloaded russh-keys v0.45.0
10632026-05-07T16:34:59.159Z Downloaded rayon-core v1.13.0
10642026-05-07T16:34:59.162Z Downloaded qorb v0.4.1
10652026-05-07T16:34:59.165Z Downloaded static_assertions v1.1.0
10662026-05-07T16:34:59.168Z Downloaded serde_cbor v0.11.2
10672026-05-07T16:34:59.168Z Downloaded testing_table v0.3.0
10682026-05-07T16:34:59.168Z Downloaded tap v1.0.1
10692026-05-07T16:34:59.171Z Downloaded tabled_derive v0.11.0
10702026-05-07T16:34:59.171Z Downloaded sqlformat v0.3.5
10712026-05-07T16:34:59.171Z Downloaded num-bigint v0.4.6
10722026-05-07T16:34:59.174Z Downloaded take_mut v0.2.2
10732026-05-07T16:34:59.176Z Downloaded spin v0.9.8
10742026-05-07T16:34:59.176Z Downloaded schemars v0.8.22
10752026-05-07T16:34:59.183Z Downloaded tokio-macros v2.7.0
10762026-05-07T16:34:59.186Z Downloaded hashbrown v0.16.1
10772026-05-07T16:34:59.188Z Downloaded shlex v1.3.0
10782026-05-07T16:34:59.188Z Downloaded ryu v1.0.23
10792026-05-07T16:34:59.191Z Downloaded nom v7.1.3
10802026-05-07T16:34:59.194Z Downloaded support-bundle-viewer v0.1.2
10812026-05-07T16:34:59.197Z Downloaded iddqd v0.3.18
10822026-05-07T16:34:59.199Z Downloaded strum v0.26.3
10832026-05-07T16:34:59.199Z Downloaded quinn v0.11.9
10842026-05-07T16:34:59.202Z Downloaded sync_wrapper v1.0.2
10852026-05-07T16:34:59.206Z Downloaded time-core v0.1.8
10862026-05-07T16:34:59.206Z Downloaded rand v0.8.5
10872026-05-07T16:34:59.209Z Downloaded sync-ptr v0.1.4
10882026-05-07T16:34:59.209Z Downloaded aho-corasick v1.1.4
10892026-05-07T16:34:59.211Z Downloaded tabwriter v1.4.1
10902026-05-07T16:34:59.211Z Downloaded slog v2.8.2
10912026-05-07T16:34:59.214Z Downloaded tower-service v0.3.3
10922026-05-07T16:34:59.214Z Downloaded tower-layer v0.3.3
10932026-05-07T16:34:59.214Z Downloaded tiny-keccak v2.0.2
10942026-05-07T16:34:59.217Z Downloaded time-macros v0.2.27
10952026-05-07T16:34:59.217Z Downloaded thread_local v1.1.9
10962026-05-07T16:34:59.220Z Downloaded thiserror-no-std v2.0.2
10972026-05-07T16:34:59.223Z Downloaded serde_yaml v0.9.34+deprecated
10982026-05-07T16:34:59.223Z Downloaded try-lock v0.2.5
10992026-05-07T16:34:59.225Z Downloaded string_cache v0.8.9
11002026-05-07T16:34:59.225Z Downloaded itertools v0.12.1
11012026-05-07T16:34:59.230Z Downloaded tls_codec_derive v0.4.2
11022026-05-07T16:34:59.233Z Downloaded strum_macros v0.27.2
11032026-05-07T16:34:59.233Z Downloaded signal-hook v0.3.18
11042026-05-07T16:34:59.236Z Downloaded trait-variant v0.1.2
11052026-05-07T16:34:59.236Z Downloaded tokio-dtrace v0.1.1
11062026-05-07T16:34:59.238Z Downloaded termios v0.3.3
11072026-05-07T16:34:59.238Z Downloaded strum_macros v0.26.4
11082026-05-07T16:34:59.241Z Downloaded itertools v0.13.0
11092026-05-07T16:34:59.244Z Downloaded tokio-native-tls v0.3.1
11102026-05-07T16:34:59.247Z Downloaded schemars v0.9.0
11112026-05-07T16:34:59.252Z Downloaded unarray v0.1.4
11122026-05-07T16:34:59.255Z Downloaded hyper v1.8.1
11132026-05-07T16:34:59.258Z Downloaded universal-hash v0.5.1
11142026-05-07T16:34:59.258Z Downloaded rustls-webpki v0.103.9
11152026-05-07T16:34:59.261Z Downloaded tokio-tungstenite v0.23.1
11162026-05-07T16:34:59.265Z Downloaded unit-prefix v0.5.2
11172026-05-07T16:34:59.265Z Downloaded tokio-tungstenite v0.21.0
11182026-05-07T16:34:59.265Z Downloaded typify-macro v0.4.3
11192026-05-07T16:34:59.268Z Downloaded tokio-rustls v0.25.0
11202026-05-07T16:34:59.268Z Downloaded typify-macro v0.6.2
11212026-05-07T16:34:59.268Z Downloaded samael v0.0.19
11222026-05-07T16:34:59.270Z Downloaded untrusted v0.7.1
11232026-05-07T16:34:59.271Z Downloaded unicode-truncate v1.1.0
11242026-05-07T16:34:59.273Z Downloaded rsa v0.9.10
11252026-05-07T16:34:59.276Z Downloaded usdt-attr-macro v0.6.0
11262026-05-07T16:34:59.276Z Downloaded usdt v0.6.0
11272026-05-07T16:34:59.276Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-05-07T16:34:59.279Z Downloaded rand v0.9.2
11292026-05-07T16:34:59.282Z Downloaded strum_macros v0.24.3
11302026-05-07T16:34:59.282Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-07T16:34:59.286Z Downloaded topological-sort v0.2.2
11322026-05-07T16:34:59.286Z Downloaded socket2 v0.6.3
11332026-05-07T16:34:59.286Z Downloaded utf-8 v0.7.6
11342026-05-07T16:34:59.289Z Downloaded untrusted v0.9.0
11352026-05-07T16:34:59.289Z Downloaded socket2 v0.5.10
11362026-05-07T16:34:59.289Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11372026-05-07T16:34:59.289Z Downloaded void v1.0.2
11382026-05-07T16:34:59.292Z Downloaded iri-string v0.7.10
11392026-05-07T16:34:59.296Z Downloaded futures-util v0.3.32
11402026-05-07T16:34:59.300Z Downloaded h2 v0.4.13
11412026-05-07T16:34:59.304Z Downloaded usdt-macro v0.6.0
11422026-05-07T16:34:59.307Z Downloaded num-bigint-dig v0.8.6
11432026-05-07T16:34:59.309Z Downloaded wait-timeout v0.2.1
11442026-05-07T16:34:59.309Z Downloaded hashbrown v0.15.5
11452026-05-07T16:34:59.312Z Downloaded schemars v1.2.1
11462026-05-07T16:34:59.321Z Downloaded want v0.3.1
11472026-05-07T16:34:59.324Z Downloaded libxml v0.3.3
11482026-05-07T16:34:59.327Z Downloaded waitgroup v0.1.2
11492026-05-07T16:34:59.327Z Downloaded term v0.7.0
11502026-05-07T16:34:59.330Z Downloaded unicase v2.9.0
11512026-05-07T16:34:59.330Z Downloaded xshell-macros v0.2.7
11522026-05-07T16:34:59.333Z Downloaded tokio-stream v0.1.18
11532026-05-07T16:34:59.333Z Downloaded tls_codec v0.4.2
11542026-05-07T16:34:59.335Z Downloaded term v1.2.1
11552026-05-07T16:34:59.338Z Downloaded zeroize_derive v1.4.3
11562026-05-07T16:34:59.338Z Downloaded tokio-rustls v0.24.1
11572026-05-07T16:34:59.341Z Downloaded p521 v0.13.3
11582026-05-07T16:34:59.343Z Downloaded snafu v0.8.9
11592026-05-07T16:34:59.348Z Downloaded tokio-rustls v0.26.4
11602026-05-07T16:34:59.351Z Downloaded zone_cfg_derive v0.3.1
11612026-05-07T16:34:59.355Z Downloaded tracing-attributes v0.1.31
11622026-05-07T16:34:59.355Z Downloaded zone v0.3.1
11632026-05-07T16:34:59.355Z Downloaded test-strategy v0.4.5
11642026-05-07T16:34:59.358Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-07T16:34:59.358Z Downloaded aws-lc-rs v1.16.0
11662026-05-07T16:34:59.362Z Downloaded vsss-rs v3.3.4
11672026-05-07T16:34:59.365Z Downloaded usdt-impl v0.6.0
11682026-05-07T16:34:59.365Z Downloaded vergen-git2 v1.0.7
11692026-05-07T16:34:59.368Z Downloaded uzers v0.12.2
11702026-05-07T16:34:59.368Z Downloaded tui-tree-widget v0.23.1
11712026-05-07T16:34:59.371Z Downloaded vergen-lib v0.1.6
11722026-05-07T16:34:59.371Z Downloaded itertools v0.14.0
11732026-05-07T16:34:59.374Z Downloaded similar v2.7.0
11742026-05-07T16:34:59.377Z Downloaded wyz v0.5.1
11752026-05-07T16:34:59.380Z Downloaded twox-hash v2.1.2
11762026-05-07T16:34:59.380Z Downloaded hkdf v0.12.4
11772026-05-07T16:34:59.383Z Downloaded libm v0.2.16
11782026-05-07T16:34:59.386Z Downloaded whoami v1.6.1
11792026-05-07T16:34:59.389Z Downloaded walkdir v2.5.0
11802026-05-07T16:34:59.389Z Downloaded rand v0.10.0
11812026-05-07T16:34:59.392Z Downloaded unicode-properties v0.1.4
11822026-05-07T16:34:59.395Z Downloaded toml v0.7.8
11832026-05-07T16:34:59.398Z Downloaded toml v0.9.12+spec-1.1.0
11842026-05-07T16:34:59.400Z Downloaded xshell v0.2.7
11852026-05-07T16:34:59.403Z Downloaded subprocess v0.2.15
11862026-05-07T16:34:59.403Z Downloaded rustyline v14.0.0
11872026-05-07T16:34:59.407Z Downloaded xattr v1.6.1
11882026-05-07T16:34:59.410Z Downloaded bindgen v0.71.1
11892026-05-07T16:34:59.413Z Downloaded zeroize v1.8.2
11902026-05-07T16:34:59.413Z Downloaded vergen v9.0.6
11912026-05-07T16:34:59.415Z Downloaded russh v0.45.0
11922026-05-07T16:34:59.418Z Downloaded toml v1.0.6+spec-1.1.0
11932026-05-07T16:34:59.418Z Downloaded tracing-core v0.1.36
11942026-05-07T16:34:59.421Z Downloaded vergen-gitcl v1.0.8
11952026-05-07T16:34:59.421Z Downloaded tinyvec v1.10.0
11962026-05-07T16:34:59.424Z Downloaded zstd-safe v7.2.4
11972026-05-07T16:34:59.424Z Downloaded zstd v0.13.3
11982026-05-07T16:34:59.426Z Downloaded typify v0.4.3
11992026-05-07T16:34:59.429Z Downloaded stringprep v0.1.5
12002026-05-07T16:34:59.432Z Downloaded tungstenite v0.23.0
12012026-05-07T16:34:59.437Z Downloaded tungstenite v0.21.0
12022026-05-07T16:34:59.440Z Downloaded yasna v0.5.2
12032026-05-07T16:34:59.443Z Downloaded rpassword v7.4.0
12042026-05-07T16:34:59.443Z Downloaded zerocopy v0.6.6
12052026-05-07T16:34:59.446Z Downloaded bitvec v1.0.1
12062026-05-07T16:34:59.454Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-05-07T16:34:59.457Z Downloaded whoami v2.1.0
12082026-05-07T16:34:59.460Z Downloaded uuid v1.23.0
12092026-05-07T16:34:59.463Z Downloaded unsafe-libyaml v0.2.11
12102026-05-07T16:34:59.463Z Downloaded chrono v0.4.44
12112026-05-07T16:34:59.467Z Downloaded tar v0.4.45
12122026-05-07T16:34:59.471Z Downloaded vte v0.14.1
12132026-05-07T16:34:59.471Z Downloaded blake3 v1.8.3
12142026-05-07T16:34:59.475Z Downloaded typify v0.6.2
12152026-05-07T16:34:59.482Z Downloaded unicode-bidi v0.3.18
12162026-05-07T16:34:59.487Z Downloaded steno v0.4.1
12172026-05-07T16:34:59.493Z Downloaded ssh-key v0.6.7
12182026-05-07T16:34:59.500Z Downloaded toml_edit v0.19.15
12192026-05-07T16:34:59.510Z Downloaded p384 v0.13.1
12202026-05-07T16:34:59.513Z Downloaded git2 v0.20.4
12212026-05-07T16:34:59.518Z Downloaded zopfli v0.8.3
12222026-05-07T16:34:59.520Z Downloaded reqwest v0.12.28
12232026-05-07T16:34:59.524Z Downloaded reedline v0.40.0
12242026-05-07T16:34:59.527Z Downloaded reqwest v0.13.2
12252026-05-07T16:34:59.530Z Downloaded regex v1.12.3
12262026-05-07T16:34:59.533Z Downloaded portable-atomic v1.13.1
12272026-05-07T16:34:59.541Z Downloaded unicode_categories v0.1.1
12282026-05-07T16:34:59.544Z Downloaded rayon v1.11.0
12292026-05-07T16:34:59.559Z Downloaded quick-xml v0.37.5
12302026-05-07T16:34:59.566Z Downloaded yansi v1.0.1
12312026-05-07T16:34:59.572Z Downloaded zip v0.6.6
12322026-05-07T16:34:59.575Z Downloaded salty v0.3.0
12332026-05-07T16:34:59.579Z Downloaded moka v0.12.13
12342026-05-07T16:34:59.583Z Downloaded rustls-webpki v0.101.7
12352026-05-07T16:34:59.591Z Downloaded zerocopy-derive v0.8.40
12362026-05-07T16:34:59.596Z Downloaded unicode-segmentation v1.12.0
12372026-05-07T16:34:59.598Z Downloaded tower v0.5.3
12382026-05-07T16:34:59.602Z Downloaded tokio-postgres v0.7.16
12392026-05-07T16:34:59.605Z Downloaded curve25519-dalek v4.1.3
12402026-05-07T16:34:59.610Z Downloaded x509-cert v0.2.5
12412026-05-07T16:34:59.613Z Downloaded proptest v1.10.0
12422026-05-07T16:34:59.618Z Downloaded typed-path v0.9.3
12432026-05-07T16:34:59.622Z Downloaded zip v4.6.1
12442026-05-07T16:34:59.625Z Downloaded goblin v0.10.5
12452026-05-07T16:34:59.629Z Downloaded tower-http v0.6.8
12462026-05-07T16:34:59.657Z Downloaded serde_with v3.17.0
12472026-05-07T16:34:59.662Z Downloaded unicode-normalization v0.1.25
12482026-05-07T16:34:59.665Z Downloaded rustls-webpki v0.102.8
12492026-05-07T16:34:59.675Z Downloaded tokio-util v0.7.18
12502026-05-07T16:34:59.682Z Downloaded tough v0.20.0
12512026-05-07T16:34:59.685Z Downloaded bstr v1.12.1
12522026-05-07T16:34:59.690Z Downloaded lalrpop v0.19.12
12532026-05-07T16:34:59.707Z Downloaded polar-core v0.27.3
12542026-05-07T16:34:59.712Z Downloaded petname v2.0.2
12552026-05-07T16:34:59.715Z Downloaded object v0.30.4
12562026-05-07T16:34:59.721Z Downloaded quinn-proto v0.11.13
12572026-05-07T16:34:59.725Z Downloaded openssl v0.10.78
12582026-05-07T16:34:59.733Z Downloaded regex-syntax v0.6.29
12592026-05-07T16:34:59.738Z Downloaded nix v0.27.1
12602026-05-07T16:34:59.746Z Downloaded radix_trie v0.2.1
12612026-05-07T16:34:59.764Z Downloaded winnow v0.6.26
12622026-05-07T16:34:59.774Z Downloaded smoltcp v0.9.1
12632026-05-07T16:34:59.780Z Downloaded winnow v0.5.40
12642026-05-07T16:34:59.789Z Downloaded openapiv3 v2.2.0
12652026-05-07T16:34:59.798Z Downloaded zerocopy v0.8.40
12662026-05-07T16:34:59.804Z Downloaded nix v0.29.0
12672026-05-07T16:34:59.811Z Downloaded smoltcp v0.11.0
12682026-05-07T16:34:59.832Z Downloaded time v0.3.47
12692026-05-07T16:34:59.839Z Downloaded rustls v0.21.12
12702026-05-07T16:34:59.845Z Downloaded tabled v0.20.0
12712026-05-07T16:34:59.854Z Downloaded nix v0.28.0
12722026-05-07T16:34:59.862Z Downloaded dropshot v0.17.0
12732026-05-07T16:34:59.873Z Downloaded object v0.37.3
12742026-05-07T16:34:59.880Z Downloaded vcpkg v0.2.15
12752026-05-07T16:34:59.902Z Downloaded zlib-rs v0.6.2
12762026-05-07T16:34:59.905Z Downloaded regress v0.10.5
12772026-05-07T16:34:59.911Z Downloaded rustls v0.22.4
12782026-05-07T16:34:59.917Z Downloaded diesel v2.3.7
12792026-05-07T16:34:59.929Z Downloaded rustls v0.23.37
12802026-05-07T16:34:59.936Z Downloaded rustix v0.38.44
12812026-05-07T16:34:59.949Z Downloaded sqlparser v0.61.0
12822026-05-07T16:34:59.955Z Downloaded regex-syntax v0.8.10
12832026-05-07T16:34:59.959Z Downloaded regress v0.11.1
12842026-05-07T16:34:59.964Z Downloaded hickory-proto v0.25.2
12852026-05-07T16:34:59.973Z Downloaded sled v0.34.7
12862026-05-07T16:34:59.980Z Downloaded webpki-roots v1.0.6
12872026-05-07T16:34:59.984Z Downloaded dropshot v0.16.7
12882026-05-07T16:34:59.993Z Downloaded nix v0.31.2
12892026-05-07T16:35:00.000Z Downloaded tracing v0.1.44
12902026-05-07T16:35:00.012Z Downloaded typify-impl v0.6.2
12912026-05-07T16:35:00.020Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-05-07T16:35:00.028Z Downloaded ratatui v0.29.0
12932026-05-07T16:35:00.039Z Downloaded typify-impl v0.4.3
12942026-05-07T16:35:00.047Z Downloaded zerocopy-derive v0.6.6
12952026-05-07T16:35:00.053Z Downloaded regex-automata v0.4.14
12962026-05-07T16:35:00.061Z Downloaded hickory-proto v0.24.4
12972026-05-07T16:35:00.075Z Downloaded petgraph v0.6.5
12982026-05-07T16:35:00.087Z Downloaded jiff v0.2.21
12992026-05-07T16:35:00.096Z Downloaded chrono-tz v0.10.4
13002026-05-07T16:35:00.121Z Downloaded petgraph v0.8.3
13012026-05-07T16:35:00.135Z Downloaded libz-sys v1.1.24
13022026-05-07T16:35:00.147Z Downloaded csv v1.4.0
13032026-05-07T16:35:00.160Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-05-07T16:35:00.172Z Downloaded tokio v1.52.1
13052026-05-07T16:35:00.195Z Downloaded sha3 v0.10.8
13062026-05-07T16:35:00.233Z Downloaded encoding_rs v0.8.35
13072026-05-07T16:35:00.269Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-07T16:35:00.302Z Downloaded ring v0.17.14
13092026-05-07T16:35:00.822Z Downloaded aws-lc-sys v0.37.1
13102026-05-07T16:35:01.067Z Compiling libc v0.2.185
13112026-05-07T16:35:01.067Z Compiling serde v1.0.228
13122026-05-07T16:35:01.070Z Compiling find-msvc-tools v0.1.9
13132026-05-07T16:35:01.070Z Compiling shlex v1.3.0
13142026-05-07T16:35:01.070Z Compiling log v0.4.29
13152026-05-07T16:35:01.203Z Compiling smallvec v1.15.1
13162026-05-07T16:35:01.210Z Compiling syn v2.0.117
13172026-05-07T16:35:01.214Z Compiling typenum v1.19.0
13182026-05-07T16:35:01.392Z Compiling generic-array v0.14.7
13192026-05-07T16:35:01.405Z Compiling subtle v2.6.1
13202026-05-07T16:35:01.456Z Compiling scopeguard v1.2.0
13212026-05-07T16:35:01.491Z Compiling const-oid v0.9.6
13222026-05-07T16:35:01.521Z Compiling portable-atomic v1.13.1
13232026-05-07T16:35:01.561Z Compiling lock_api v0.4.14
13242026-05-07T16:35:01.585Z Compiling zerocopy v0.8.40
13252026-05-07T16:35:01.634Z Compiling critical-section v1.2.0
13262026-05-07T16:35:01.735Z Compiling serde_json v1.0.149
13272026-05-07T16:35:01.785Z Compiling pin-project-lite v0.2.17
13282026-05-07T16:35:01.876Z Compiling parking_lot_core v0.9.12
13292026-05-07T16:35:02.016Z Compiling pkg-config v0.3.32
13302026-05-07T16:35:02.087Z Compiling getrandom v0.2.17
13312026-05-07T16:35:02.100Z Compiling jobserver v0.1.34
13322026-05-07T16:35:02.160Z Compiling errno v0.3.14
13332026-05-07T16:35:02.306Z Compiling cc v1.2.56
13342026-05-07T16:35:02.306Z Compiling rand_core v0.6.4
13352026-05-07T16:35:02.462Z Compiling once_cell v1.21.3
13362026-05-07T16:35:02.482Z Compiling signal-hook-registry v1.4.8
13372026-05-07T16:35:02.496Z Compiling bitflags v2.11.0
13382026-05-07T16:35:02.550Z Compiling libm v0.2.16
13392026-05-07T16:35:02.583Z Compiling parking_lot v0.12.5
13402026-05-07T16:35:02.659Z Compiling mio v1.2.0
13412026-05-07T16:35:02.709Z Compiling num-traits v0.2.19
13422026-05-07T16:35:02.740Z Compiling futures-core v0.3.32
13432026-05-07T16:35:02.888Z Compiling percent-encoding v2.3.2
13442026-05-07T16:35:02.940Z Compiling socket2 v0.6.3
13452026-05-07T16:35:03.027Z Compiling futures-sink v0.3.32
13462026-05-07T16:35:03.046Z Compiling cpufeatures v0.2.17
13472026-05-07T16:35:03.081Z Compiling slab v0.4.12
13482026-05-07T16:35:03.106Z Compiling futures-channel v0.3.32
13492026-05-07T16:35:03.118Z Compiling futures-task v0.3.32
13502026-05-07T16:35:03.130Z Compiling getrandom v0.4.1
13512026-05-07T16:35:03.251Z Compiling futures-io v0.3.32
13522026-05-07T16:35:03.279Z Compiling getrandom v0.3.4
13532026-05-07T16:35:03.323Z Compiling rustversion v1.0.22
13542026-05-07T16:35:03.335Z Compiling rand_core v0.10.0
13552026-05-07T16:35:03.403Z Compiling indexmap v2.14.0
13562026-05-07T16:35:03.471Z Compiling form_urlencoded v1.2.2
13572026-05-07T16:35:03.726Z Compiling cmake v0.1.57
13582026-05-07T16:35:03.824Z Compiling dunce v1.0.5
13592026-05-07T16:35:03.973Z Compiling synstructure v0.13.2
13602026-05-07T16:35:03.976Z Compiling ident_case v1.0.1
13612026-05-07T16:35:04.129Z Compiling fs_extra v1.3.0
13622026-05-07T16:35:04.172Z Compiling base64ct v1.8.3
13632026-05-07T16:35:04.232Z Compiling flagset v0.4.7
13642026-05-07T16:35:04.312Z Compiling rand_core v0.9.5
13652026-05-07T16:35:04.326Z Compiling rustix v1.1.3
13662026-05-07T16:35:04.338Z Compiling iana-time-zone v0.1.65
13672026-05-07T16:35:04.365Z Compiling ring v0.17.14
13682026-05-07T16:35:04.400Z Compiling aws-lc-sys v0.37.1
13692026-05-07T16:35:04.474Z Compiling pem-rfc7468 v0.7.0
13702026-05-07T16:35:04.536Z Compiling uuid v1.23.0
13712026-05-07T16:35:04.588Z Compiling rustc_version v0.4.1
13722026-05-07T16:35:04.658Z Compiling regex-syntax v0.8.10
13732026-05-07T16:35:04.783Z Compiling aws-lc-rs v1.16.0
13742026-05-07T16:35:04.891Z Compiling vcpkg v0.2.15
13752026-05-07T16:35:05.070Z Compiling tracing-core v0.1.36
13762026-05-07T16:35:05.259Z Compiling pest_generator v2.8.6
13772026-05-07T16:35:05.634Z Compiling openssl-sys v0.9.114
13782026-05-07T16:35:05.639Z Compiling serde_derive_internals v0.29.1
13792026-05-07T16:35:05.782Z Compiling serde_derive v1.0.228
13802026-05-07T16:35:05.977Z Compiling zeroize_derive v1.4.3
13812026-05-07T16:35:06.075Z Compiling zerofrom-derive v0.1.6
13822026-05-07T16:35:06.160Z Compiling yoke-derive v0.8.1
13832026-05-07T16:35:06.557Z Compiling zerocopy-derive v0.8.40
13842026-05-07T16:35:06.619Z Compiling zeroize v1.8.2
13852026-05-07T16:35:07.030Z Compiling zerovec-derive v0.11.2
13862026-05-07T16:35:07.354Z Compiling crypto-common v0.1.7
13872026-05-07T16:35:07.382Z Compiling block-buffer v0.10.4
13882026-05-07T16:35:07.497Z Compiling displaydoc v0.2.5
13892026-05-07T16:35:07.499Z Compiling zerofrom v0.1.6
13902026-05-07T16:35:07.548Z Compiling digest v0.10.7
13912026-05-07T16:35:07.622Z Compiling yoke v0.8.1
13922026-05-07T16:35:07.794Z Compiling tokio-macros v2.7.0
13932026-05-07T16:35:07.807Z Compiling hmac v0.12.1
13942026-05-07T16:35:07.961Z Compiling futures-macro v0.3.32
13952026-05-07T16:35:08.139Z Compiling zerovec v0.11.5
13962026-05-07T16:35:08.244Z Compiling zerotrie v0.2.3
13972026-05-07T16:35:08.498Z Compiling block-padding v0.3.3
13982026-05-07T16:35:08.528Z Compiling sha2 v0.10.9
13992026-05-07T16:35:08.611Z Compiling tinystr v0.8.2
14002026-05-07T16:35:08.653Z Compiling potential_utf v0.1.4
14012026-05-07T16:35:08.741Z Compiling futures-util v0.3.32
14022026-05-07T16:35:08.806Z Compiling icu_locale_core v2.1.1
14032026-05-07T16:35:08.817Z Compiling icu_collections v2.1.1
14042026-05-07T16:35:09.080Z Compiling inout v0.1.4
14052026-05-07T16:35:09.254Z Compiling bytes v1.11.1
14062026-05-07T16:35:09.294Z Compiling cipher v0.4.4
14072026-05-07T16:35:09.340Z Compiling der_derive v0.7.3
14082026-05-07T16:35:09.558Z Compiling icu_provider v2.1.1
14092026-05-07T16:35:09.730Z Compiling tokio v1.52.1
14102026-05-07T16:35:09.866Z Compiling icu_normalizer v2.1.1
14112026-05-07T16:35:09.878Z Compiling icu_properties v2.1.2
14122026-05-07T16:35:09.976Z Compiling http v1.4.0
14132026-05-07T16:35:10.298Z Compiling der v0.7.10
14142026-05-07T16:35:10.393Z Compiling salsa20 v0.10.2
14152026-05-07T16:35:10.529Z Compiling chrono v0.4.44
14162026-05-07T16:35:10.863Z Compiling ppv-lite86 v0.2.21
14172026-05-07T16:35:10.937Z Compiling idna_adapter v1.2.1
14182026-05-07T16:35:11.009Z Compiling pbkdf2 v0.12.2
14192026-05-07T16:35:11.024Z Compiling thiserror-impl v2.0.18
14202026-05-07T16:35:11.063Z Compiling idna v1.1.0
14212026-05-07T16:35:11.120Z Compiling spki v0.7.3
14222026-05-07T16:35:11.172Z Compiling rand_chacha v0.9.0
14232026-05-07T16:35:11.320Z Compiling scrypt v0.11.0
14242026-05-07T16:35:11.467Z Compiling url v2.5.8
14252026-05-07T16:35:11.561Z Compiling aes v0.8.4
14262026-05-07T16:35:11.689Z Compiling cbc v0.1.2
14272026-05-07T16:35:11.835Z Compiling rustls-pki-types v1.14.0
14282026-05-07T16:35:11.850Z Compiling tracing-attributes v0.1.31
14292026-05-07T16:35:11.864Z Compiling rand v0.9.2
14302026-05-07T16:35:12.234Z Compiling pkcs5 v0.7.1
14312026-05-07T16:35:12.270Z Compiling http-body v1.0.1
14322026-05-07T16:35:12.308Z Compiling thiserror v2.0.18
14332026-05-07T16:35:12.425Z Compiling openssl-probe v0.2.1
14342026-05-07T16:35:12.473Z Compiling schemars v0.8.22
14352026-05-07T16:35:12.586Z Compiling httparse v1.10.1
14362026-05-07T16:35:12.598Z Compiling untrusted v0.9.0
14372026-05-07T16:35:12.638Z Compiling base64 v0.22.1
14382026-05-07T16:35:12.664Z Compiling untrusted v0.7.1
14392026-05-07T16:35:12.726Z Compiling pkcs8 v0.10.2
14402026-05-07T16:35:12.782Z Compiling schemars_derive v0.8.22
14412026-05-07T16:35:12.943Z Compiling pest_derive v2.8.6
14422026-05-07T16:35:12.956Z Compiling scroll_derive v0.13.1
14432026-05-07T16:35:13.017Z Compiling darling_core v0.20.11
14442026-05-07T16:35:13.114Z Compiling tracing v0.1.44
14452026-05-07T16:35:13.356Z Compiling tokio-util v0.7.18
14462026-05-07T16:35:13.374Z Compiling try-lock v0.2.5
14472026-05-07T16:35:13.480Z Compiling rustls v0.23.37
14482026-05-07T16:35:13.648Z Compiling tinyvec_macros v0.1.1
14492026-05-07T16:35:13.718Z Compiling atomic-waker v1.1.2
14502026-05-07T16:35:13.736Z Compiling dyn-clone v1.0.20
14512026-05-07T16:35:13.840Z Compiling tower-layer v0.3.3
14522026-05-07T16:35:13.870Z Compiling tower-service v0.3.3
14532026-05-07T16:35:14.003Z Compiling scroll v0.13.0
14542026-05-07T16:35:14.003Z Compiling tinyvec v1.10.0
14552026-05-07T16:35:14.266Z Compiling h2 v0.4.13
14562026-05-07T16:35:14.354Z Compiling want v0.3.1
14572026-05-07T16:35:14.462Z Compiling ipnet v2.11.0
14582026-05-07T16:35:14.512Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-07T16:35:14.703Z Compiling spin v0.9.8
14602026-05-07T16:35:14.891Z Compiling aho-corasick v1.1.4
14612026-05-07T16:35:14.906Z Compiling time-core v0.1.8
14622026-05-07T16:35:14.952Z Compiling foreign-types-shared v0.1.1
14632026-05-07T16:35:15.038Z Compiling powerfmt v0.2.0
14642026-05-07T16:35:15.050Z Compiling pin-utils v0.1.0
14652026-05-07T16:35:15.121Z Compiling crc32fast v1.5.0
14662026-05-07T16:35:15.239Z Compiling num-conv v0.2.0
14672026-05-07T16:35:15.289Z Compiling darling_macro v0.20.11
14682026-05-07T16:35:15.304Z Compiling httpdate v1.0.3
14692026-05-07T16:35:15.319Z Compiling openssl v0.10.78
14702026-05-07T16:35:15.366Z Compiling time-macros v0.2.27
14712026-05-07T16:35:15.426Z Compiling deranged v0.5.8
14722026-05-07T16:35:15.518Z Compiling foreign-types v0.3.2
14732026-05-07T16:35:15.557Z Compiling tempfile v3.25.0
14742026-05-07T16:35:15.741Z Compiling darling v0.20.11
14752026-05-07T16:35:15.821Z Compiling regex-automata v0.4.14
14762026-05-07T16:35:15.911Z Compiling goblin v0.10.5
14772026-05-07T16:35:16.403Z Compiling openssl-macros v0.1.1
14782026-05-07T16:35:16.560Z Compiling wait-timeout v0.2.1
14792026-05-07T16:35:16.785Z Compiling siphasher v1.0.2
14802026-05-07T16:35:16.818Z Compiling syn v1.0.109
14812026-05-07T16:35:16.891Z Compiling usdt-impl v0.6.0
14822026-05-07T16:35:16.962Z Compiling num_threads v0.1.7
14832026-05-07T16:35:17.059Z Compiling simd-adler32 v0.3.8
14842026-05-07T16:35:17.089Z Compiling bit-vec v0.8.0
14852026-05-07T16:35:17.107Z Compiling native-tls v0.2.18
14862026-05-07T16:35:17.292Z Compiling hyper v1.8.1
14872026-05-07T16:35:17.305Z Compiling quick-error v1.2.3
14882026-05-07T16:35:17.317Z Compiling crossbeam-utils v0.8.21
14892026-05-07T16:35:17.405Z Compiling rusty-fork v0.3.1
14902026-05-07T16:35:17.629Z Compiling bit-set v0.8.0
14912026-05-07T16:35:17.775Z Compiling time v0.3.47
14922026-05-07T16:35:18.169Z Compiling derive_builder_core v0.20.2
14932026-05-07T16:35:18.812Z Compiling dof v0.4.0
14942026-05-07T16:35:19.070Z Compiling hyper-util v0.1.20
14952026-05-07T16:35:19.531Z Compiling unicode-normalization v0.1.25
14962026-05-07T16:35:19.849Z Compiling dtrace-parser v0.3.0
14972026-05-07T16:35:19.981Z Compiling rustls-native-certs v0.8.3
14982026-05-07T16:35:20.017Z Compiling signature v2.2.0
14992026-05-07T16:35:20.096Z Compiling scroll_derive v0.12.1
15002026-05-07T16:35:20.189Z Compiling thiserror-impl v1.0.69
15012026-05-07T16:35:20.260Z Compiling heapless v0.7.17
15022026-05-07T16:35:20.495Z Compiling rand_xorshift v0.4.0
15032026-05-07T16:35:20.576Z Compiling slog v2.8.2
15042026-05-07T16:35:20.654Z Compiling darling_core v0.21.3
15052026-05-07T16:35:20.737Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-07T16:35:20.753Z Compiling sync_wrapper v1.0.2
15072026-05-07T16:35:20.762Z Compiling thread-id v5.1.0
15082026-05-07T16:35:20.775Z Compiling cookie v0.18.1
15092026-05-07T16:35:20.837Z Compiling paste v1.0.15
15102026-05-07T16:35:20.850Z Compiling unarray v0.1.4
15112026-05-07T16:35:20.946Z Compiling unicode-properties v0.1.4
15122026-05-07T16:35:20.962Z Compiling adler2 v2.0.1
15132026-05-07T16:35:20.994Z Compiling zstd-safe v7.2.4
15142026-05-07T16:35:21.083Z Compiling anyhow v1.0.102
15152026-05-07T16:35:21.096Z Compiling allocator-api2 v0.2.21
15162026-05-07T16:35:21.149Z Compiling unicode-bidi v0.3.18
15172026-05-07T16:35:21.188Z Compiling signal-hook v0.3.18
15182026-05-07T16:35:21.408Z Compiling miniz_oxide v0.8.9
15192026-05-07T16:35:21.433Z Compiling thiserror v1.0.69
15202026-05-07T16:35:21.531Z Compiling stringprep v0.1.5
15212026-05-07T16:35:21.626Z Compiling proptest v1.10.0
15222026-05-07T16:35:21.653Z Compiling tower v0.5.3
15232026-05-07T16:35:22.003Z Compiling scroll v0.12.0
15242026-05-07T16:35:22.180Z Compiling derive_builder_macro v0.20.2
15252026-05-07T16:35:22.465Z Compiling ipnetwork v0.21.1
15262026-05-07T16:35:22.513Z Compiling http-body-util v0.1.3
15272026-05-07T16:35:22.617Z Compiling webpki-roots v1.0.6
15282026-05-07T16:35:22.728Z Compiling rand_chacha v0.3.1
15292026-05-07T16:35:22.742Z Compiling erased-serde v0.3.31
15302026-05-07T16:35:22.755Z Compiling toml_datetime v0.6.11
15312026-05-07T16:35:22.850Z Compiling serde_tokenstream v0.2.3
15322026-05-07T16:35:23.010Z Compiling serde_spanned v0.6.9
15332026-05-07T16:35:23.102Z Compiling darling_macro v0.21.3
15342026-05-07T16:35:23.149Z Compiling md-5 v0.10.6
15352026-05-07T16:35:23.149Z Compiling zerocopy-derive v0.7.35
15362026-05-07T16:35:23.207Z Compiling curve25519-dalek v4.1.3
15372026-05-07T16:35:23.315Z Compiling vergen-lib v0.1.6
15382026-05-07T16:35:23.497Z Compiling num-integer v0.1.46
15392026-05-07T16:35:23.524Z Compiling hash32 v0.2.1
15402026-05-07T16:35:23.537Z Compiling ff v0.13.1
15412026-05-07T16:35:23.558Z Compiling memoffset v0.9.1
15422026-05-07T16:35:23.665Z Compiling psl-types v2.0.11
15432026-05-07T16:35:23.707Z Compiling fallible-iterator v0.2.0
15442026-05-07T16:35:23.744Z Compiling rustix v0.38.44
15452026-05-07T16:35:23.785Z Compiling num-bigint-dig v0.8.6
15462026-05-07T16:35:23.806Z Compiling ryu v1.0.23
15472026-05-07T16:35:24.022Z Compiling smoltcp v0.9.1
15482026-05-07T16:35:24.036Z Compiling iri-string v0.7.10
15492026-05-07T16:35:24.036Z Compiling ref-cast v1.0.25
15502026-05-07T16:35:24.060Z Compiling cfg_aliases v0.2.1
15512026-05-07T16:35:24.132Z Compiling zlib-rs v0.6.2
15522026-05-07T16:35:24.149Z Compiling litrs v1.0.0
15532026-05-07T16:35:24.337Z Compiling base16ct v0.2.0
15542026-05-07T16:35:24.506Z Compiling sec1 v0.7.3
15552026-05-07T16:35:24.520Z Compiling nix v0.31.2
15562026-05-07T16:35:24.655Z Compiling document-features v0.2.12
15572026-05-07T16:35:24.779Z Compiling zerocopy v0.7.35
15582026-05-07T16:35:24.903Z Compiling postgres-protocol v0.6.10
15592026-05-07T16:35:25.238Z Compiling tower-http v0.6.8
15602026-05-07T16:35:25.322Z Compiling serde_urlencoded v0.7.1
15612026-05-07T16:35:25.441Z Compiling newtype-uuid v1.3.2
15622026-05-07T16:35:25.545Z Compiling publicsuffix v2.3.0
15632026-05-07T16:35:25.633Z Compiling num-iter v0.1.45
15642026-05-07T16:35:25.711Z Compiling group v0.13.0
15652026-05-07T16:35:25.748Z Compiling darling v0.21.3
15662026-05-07T16:35:25.857Z Compiling rand v0.8.5
15672026-05-07T16:35:25.883Z Compiling oxnet v0.1.4
15682026-05-07T16:35:26.066Z Compiling hubpack_derive v0.1.1
15692026-05-07T16:35:26.099Z Compiling derive_builder v0.20.2
15702026-05-07T16:35:26.217Z Compiling tokio-native-tls v0.3.1
15712026-05-07T16:35:26.231Z Compiling goblin v0.8.2
15722026-05-07T16:35:26.809Z Compiling regex v1.12.3
15732026-05-07T16:35:26.956Z Compiling flate2 v1.1.9
15742026-05-07T16:35:26.974Z Compiling phf_shared v0.13.1
15752026-05-07T16:35:26.988Z Compiling lazy_static v1.5.0
15762026-05-07T16:35:27.080Z Compiling cargo-platform v0.1.9
15772026-05-07T16:35:27.213Z Compiling hkdf v0.12.4
15782026-05-07T16:35:27.239Z Compiling crypto-bigint v0.5.5
15792026-05-07T16:35:27.319Z Compiling terminal_size v0.4.3
15802026-05-07T16:35:27.334Z Compiling strum_macros v0.27.2
15812026-05-07T16:35:27.358Z Compiling async-trait v0.1.89
15822026-05-07T16:35:27.376Z Compiling daft-derive v0.1.5
15832026-05-07T16:35:27.449Z Compiling curve25519-dalek-derive v0.1.1
15842026-05-07T16:35:28.077Z Compiling ref-cast-impl v1.0.25
15852026-05-07T16:35:28.092Z Compiling vergen v9.0.6
15862026-05-07T16:35:28.267Z Compiling fs-err v3.3.0
15872026-05-07T16:35:28.363Z Compiling ahash v0.8.12
15882026-05-07T16:35:28.454Z Compiling winnow v0.5.40
15892026-05-07T16:35:28.561Z Compiling bitflags v1.3.2
15902026-05-07T16:35:28.600Z Compiling bumpalo v3.20.2
15912026-05-07T16:35:28.635Z Compiling object v0.37.3
15922026-05-07T16:35:28.848Z Compiling foldhash v0.2.0
15932026-05-07T16:35:28.905Z Compiling managed v0.8.0
15942026-05-07T16:35:29.118Z Compiling unicode-segmentation v1.12.0
15952026-05-07T16:35:29.158Z Compiling foldhash v0.1.5
15962026-05-07T16:35:29.269Z Compiling libbz2-rs-sys v0.2.2
15972026-05-07T16:35:29.328Z Compiling hashbrown v0.15.5
15982026-05-07T16:35:29.355Z Compiling strum v0.27.2
15992026-05-07T16:35:29.503Z Compiling hashbrown v0.16.1
16002026-05-07T16:35:29.697Z Compiling bzip2 v0.6.1
16012026-05-07T16:35:29.874Z Compiling toml_edit v0.19.15
16022026-05-07T16:35:29.913Z Compiling clap_builder v4.5.60
16032026-05-07T16:35:29.944Z Compiling zopfli v0.8.3
16042026-05-07T16:35:30.108Z Compiling dof v0.3.0
16052026-05-07T16:35:30.210Z Compiling elliptic-curve v0.13.8
16062026-05-07T16:35:30.286Z Compiling daft v0.1.5
16072026-05-07T16:35:30.597Z Compiling cargo_metadata v0.19.2
16082026-05-07T16:35:30.597Z Compiling phf v0.13.1
16092026-05-07T16:35:30.808Z Compiling signal-hook-mio v0.2.5
16102026-05-07T16:35:30.920Z Compiling cookie_store v0.22.1
16112026-05-07T16:35:31.910Z Compiling hubpack v0.1.2
16122026-05-07T16:35:31.931Z Compiling bzip2 v0.4.4
16132026-05-07T16:35:32.124Z Compiling zstd v0.13.3
16142026-05-07T16:35:32.138Z Compiling hyper-tls v0.6.0
16152026-05-07T16:35:32.359Z Compiling serde_with_macros v3.17.0
16162026-05-07T16:35:32.440Z Compiling postgres-types v0.2.12
16172026-05-07T16:35:32.507Z Compiling usdt-macro v0.6.0
16182026-05-07T16:35:32.852Z Compiling usdt-attr-macro v0.6.0
16192026-05-07T16:35:32.992Z Compiling dtrace-parser v0.2.0
16202026-05-07T16:35:33.233Z Compiling ed25519 v2.2.3
16212026-05-07T16:35:33.462Z Compiling bstr v1.12.1
16222026-05-07T16:35:33.485Z Compiling phf_shared v0.11.3
16232026-05-07T16:35:33.563Z Compiling pkcs1 v0.7.5
16242026-05-07T16:35:33.619Z Compiling serde-big-array v0.5.1
16252026-05-07T16:35:33.664Z Compiling hex v0.4.3
16262026-05-07T16:35:33.727Z Compiling rfc6979 v0.4.0
16272026-05-07T16:35:33.757Z Compiling strum_macros v0.26.4
16282026-05-07T16:35:33.847Z Compiling clap_derive v4.5.55
16292026-05-07T16:35:33.922Z Compiling enum-as-inner v0.6.1
16302026-05-07T16:35:33.980Z Compiling serde_repr v0.1.20
16312026-05-07T16:35:34.135Z Compiling float-cmp v0.10.0
16322026-05-07T16:35:34.162Z Compiling thread-id v4.2.2
16332026-05-07T16:35:34.247Z Compiling memmap2 v0.9.10
16342026-05-07T16:35:34.282Z Compiling env_filter v1.0.0
16352026-05-07T16:35:34.459Z Compiling encoding_rs v0.8.35
16362026-05-07T16:35:34.472Z Compiling rustc-hash v2.1.1
16372026-05-07T16:35:34.504Z Compiling fixedbitset v0.5.7
16382026-05-07T16:35:34.586Z Compiling fixedbitset v0.4.2
16392026-05-07T16:35:34.599Z Compiling new_debug_unreachable v1.0.6
16402026-05-07T16:35:34.669Z Compiling whoami v2.1.0
16412026-05-07T16:35:34.801Z Compiling difflib v0.4.0
16422026-05-07T16:35:34.805Z Compiling jiff v0.2.21
16432026-05-07T16:35:35.046Z Compiling precomputed-hash v0.1.1
16442026-05-07T16:35:35.134Z Compiling either v1.15.0
16452026-05-07T16:35:35.341Z Compiling static_assertions v1.1.0
16462026-05-07T16:35:35.358Z Compiling mime v0.3.17
16472026-05-07T16:35:35.416Z Compiling predicates-core v1.0.10
16482026-05-07T16:35:35.529Z Compiling keccak v0.1.6
16492026-05-07T16:35:35.584Z Compiling normalize-line-endings v0.3.0
16502026-05-07T16:35:35.607Z Compiling data-encoding v2.10.0
16512026-05-07T16:35:35.635Z Compiling clap v4.5.60
16522026-05-07T16:35:35.675Z Compiling sha3 v0.10.8
16532026-05-07T16:35:35.716Z Compiling predicates v3.1.4
16542026-05-07T16:35:35.942Z Compiling hickory-proto v0.25.2
16552026-05-07T16:35:36.124Z Compiling toml_edit v0.22.27
16562026-05-07T16:35:36.262Z Compiling strum v0.26.3
16572026-05-07T16:35:36.292Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16582026-05-07T16:35:36.327Z Compiling itertools v0.13.0
16592026-05-07T16:35:36.347Z Compiling string_cache v0.8.9
16602026-05-07T16:35:36.385Z Compiling tokio-postgres v0.7.16
16612026-05-07T16:35:36.563Z Compiling petgraph v0.6.5
16622026-05-07T16:35:37.531Z Compiling zip v4.6.1
16632026-05-07T16:35:37.993Z Compiling petgraph v0.8.3
16642026-05-07T16:35:38.468Z Compiling iddqd v0.3.18
16652026-05-07T16:35:38.508Z Compiling env_logger v0.11.9
16662026-05-07T16:35:38.761Z Compiling usdt v0.6.0
16672026-05-07T16:35:38.860Z Compiling usdt-impl v0.5.0
16682026-05-07T16:35:38.955Z Compiling serde_with v3.17.0
16692026-05-07T16:35:39.050Z Compiling similar v2.7.0
16702026-05-07T16:35:39.065Z Compiling ecdsa v0.16.9
16712026-05-07T16:35:39.452Z Compiling rsa v0.9.10
16722026-05-07T16:35:39.469Z Compiling ed25519-dalek v2.2.0
16732026-05-07T16:35:39.641Z Compiling crossterm v0.28.1
16742026-05-07T16:35:39.937Z Compiling zip v0.6.6
16752026-05-07T16:35:40.510Z Compiling toml v0.7.8
16762026-05-07T16:35:40.790Z Compiling heck v0.4.1
16772026-05-07T16:35:40.935Z Compiling toml_parser v1.0.9+spec-1.1.0
16782026-05-07T16:35:40.951Z Compiling crossbeam-epoch v0.9.18
16792026-05-07T16:35:41.013Z Compiling tokio-stream v0.1.18
16802026-05-07T16:35:41.097Z Compiling buf-list v1.1.2
16812026-05-07T16:35:41.270Z Compiling x509-cert v0.2.5
16822026-05-07T16:35:41.308Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-07T16:35:41.376Z Compiling openapiv3 v2.2.0
16842026-05-07T16:35:41.470Z Compiling sha1 v0.10.6
16852026-05-07T16:35:41.570Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-07T16:35:41.601Z Compiling peg-runtime v0.8.5
16872026-05-07T16:35:41.687Z Compiling lalrpop-util v0.19.12
16882026-05-07T16:35:41.853Z Compiling thread_local v1.1.9
16892026-05-07T16:35:41.875Z Compiling slog-async v2.8.0
16902026-05-07T16:35:41.878Z Compiling crossbeam-channel v0.5.15
16912026-05-07T16:35:42.099Z Compiling futures-executor v0.3.32
16922026-05-07T16:35:42.185Z Compiling filetime v0.2.27
16932026-05-07T16:35:42.334Z Compiling is-terminal v0.4.17
16942026-05-07T16:35:42.353Z Compiling take_mut v0.2.2
16952026-05-07T16:35:42.367Z Compiling xattr v1.6.1
16962026-05-07T16:35:42.425Z Compiling term v1.2.1
16972026-05-07T16:35:42.534Z Compiling tar v0.4.45
16982026-05-07T16:35:42.745Z Compiling slog-term v2.9.2
16992026-05-07T16:35:42.864Z Compiling futures v0.3.32
17002026-05-07T16:35:52.462Z Compiling rustls-webpki v0.103.9
17012026-05-07T16:35:55.241Z Compiling tokio-rustls v0.26.4
17022026-05-07T16:35:55.242Z Compiling rustls-platform-verifier v0.6.2
17032026-05-07T16:35:55.446Z Compiling hyper-rustls v0.27.7
17042026-05-07T16:35:55.637Z Compiling reqwest v0.12.28
17052026-05-07T16:35:55.637Z Compiling reqwest v0.13.2
17062026-05-07T16:35:57.703Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-07T16:35:57.915Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-07T16:36:00.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17092026-05-07T16:36:00.906Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-07T16:36:00.958ZMay 07 16:35:59.572 INFO Starting download, target: Clickhouse
17112026-05-07T16:36:00.958ZMay 07 16:35:59.573 INFO Starting download, target: Console
17122026-05-07T16:36:00.958ZMay 07 16:35:59.573 INFO Starting download, target: Cockroach
17132026-05-07T16:36:00.958ZMay 07 16:35:59.573 INFO Starting download, target: DendriteStub
17142026-05-07T16:36:00.958ZMay 07 16:35:59.573 INFO Starting download, target: MaghemiteMgd
17152026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Starting download, target: TransceiverControl
17162026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-05-07T16:36:00.961ZMay 07 16:35:59.573 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-05-07T16:36:01.242ZMay 07 16:35:59.858 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-07T16:36:01.462ZMay 07 16:36:00.062 INFO Download complete, target: TransceiverControl
17242026-05-07T16:36:01.994ZMay 07 16:36:00.606 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-07T16:36:02.217ZMay 07 16:36:00.832 INFO Download complete, target: Console
17262026-05-07T16:36:02.360ZMay 07 16:36:00.969 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-07T16:36:02.745ZMay 07 16:36:01.357 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-05-07T16:36:03.078ZMay 07 16:36:01.693 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-07T16:36:03.078ZMay 07 16:36:01.693 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-07T16:36:04.638ZMay 07 16:36:03.252 INFO Download complete, target: DendriteStub
17312026-05-07T16:36:05.057ZMay 07 16:36:03.672 INFO Download complete, target: MaghemiteMgd
17322026-05-07T16:36:06.876ZMay 07 16:36:05.488 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-05-07T16:36:07.692ZMay 07 16:36:06.307 INFO Checking that binary works, target: Cockroach
17342026-05-07T16:36:07.803ZMay 07 16:36:06.417 INFO Download complete, target: Cockroach
17352026-05-07T16:36:13.479ZMay 07 16:36:12.093 INFO Checking that binary works, target: Clickhouse
17362026-05-07T16:36:13.560ZMay 07 16:36:12.174 INFO Download complete, target: Clickhouse
17372026-05-07T16:36:13.575ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-07T16:36:13.578Z
17392026-05-07T16:36:13.578Zreal 2:16.087076193
17402026-05-07T16:36:13.578Zuser 6:41.859733408
17412026-05-07T16:36:13.578Zsys 1:19.244769503
17422026-05-07T16:36:13.578Ztrap 0.212931543
17432026-05-07T16:36:13.579Ztflt 0.662637204
17442026-05-07T16:36:13.579Zdflt 0.509453760
17452026-05-07T16:36:13.579Zkflt 0.023724867
17462026-05-07T16:36:13.579Zlock 21:38.514856628
17472026-05-07T16:36:13.579Zslp 20:56.190014740
17482026-05-07T16:36:13.579Zlat 40.881783867
17492026-05-07T16:36:13.579Zstop 1:48.067306780
17502026-05-07T16:36:13.579Z+ banner hack-check
17512026-05-07T16:36:13.579Z
17522026-05-07T16:36:13.579Z # # ## #### # # #### # # ###### #### # #
17532026-05-07T16:36:13.579Z # # # # # # # # # # # # # # # # #
17542026-05-07T16:36:13.579Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-07T16:36:13.579Z # # ###### # # # # # # # # # #
17562026-05-07T16:36:13.579Z # # # # # # # # # # # # # # # # #
17572026-05-07T16:36:13.579Z # # # # #### # # #### # # ###### #### # #
17582026-05-07T16:36:13.579Z
17592026-05-07T16:36:13.579Z+ export CARGO_INCREMENTAL=0
17602026-05-07T16:36:13.579Z+ CARGO_INCREMENTAL=0
17612026-05-07T16:36:13.579Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-07T16:36:14.098Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-07T16:36:14.318Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-07T16:36:16.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17652026-05-07T16:36:16.234Z Running `target/debug/xtask check-features --ci`
17662026-05-07T16:36:16.260Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-07T16:36:16.263Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-07T16:36:16.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17692026-05-07T16:36:16.769Z Running `target/debug/xtask download cargo-hack`
17702026-05-07T16:36:17.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-07T16:36:17.854Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-07T16:36:20.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17732026-05-07T16:36:20.459Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-07T16:36:20.500ZMay 07 16:36:19.112 INFO Starting download, target: CargoHack
17752026-05-07T16:36:20.503ZMay 07 16:36:19.113 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-07T16:36:20.917ZMay 07 16:36:19.530 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-07T16:36:20.965ZMay 07 16:36:19.578 INFO Download complete, target: CargoHack
17782026-05-07T16:36:20.968Zrunning: "/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"
17792026-05-07T16:36:20.981Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-07T16:36:21.135Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-07T16:36:21.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-07T16:36:21.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-07T16:36:21.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-07T16:36:21.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-07T16:36:21.714Z
17862026-05-07T16:36:21.714Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-07T16:36:22.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-07T16:36:22.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-07T16:36:22.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-07T16:36:22.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-07T16:36:22.289Z
17922026-05-07T16:36:22.289Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-07T16:36:22.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-07T16:36:22.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-07T16:36:22.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-07T16:36:22.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17972026-05-07T16:36:22.866Z
17982026-05-07T16:36:22.866Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-07T16:36:23.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-07T16:36:23.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-07T16:36:23.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-07T16:36:23.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-07T16:36:23.446Z
18042026-05-07T16:36:23.446Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-07T16:36:23.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-07T16:36:23.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-07T16:36:23.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-07T16:36:23.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-07T16:36:24.020Z
18102026-05-07T16:36:24.020Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-07T16:36:24.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-07T16:36:24.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-07T16:36:24.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-07T16:36:24.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18152026-05-07T16:36:24.613Z
18162026-05-07T16:36:24.613Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-07T16:36:25.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-07T16:36:25.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-07T16:36:25.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-07T16:36:25.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-07T16:36:25.207Z
18222026-05-07T16:36:25.207Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-07T16:36:25.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-07T16:36:25.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-07T16:36:25.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-07T16:36:25.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-07T16:36:25.798Z
18282026-05-07T16:36:25.799Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-07T16:36:26.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-07T16:36:26.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-07T16:36:26.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-07T16:36:26.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18332026-05-07T16:36:26.257Z
18342026-05-07T16:36:26.257Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-07T16:36:26.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-07T16:36:26.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-07T16:36:26.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-07T16:36:26.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-07T16:36:26.723Z
18402026-05-07T16:36:26.723Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-07T16:36:27.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-07T16:36:27.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-07T16:36:27.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-07T16:36:27.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-07T16:36:27.188Z
18462026-05-07T16:36:27.188Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-07T16:36:27.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-07T16:36:27.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-07T16:36:27.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-07T16:36:27.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-07T16:36:27.654Z
18522026-05-07T16:36:27.654Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-07T16:36:28.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-07T16:36:28.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-07T16:36:28.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-07T16:36:28.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-07T16:36:28.117Z
18582026-05-07T16:36:28.117Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-07T16:36:28.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-07T16:36:28.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-07T16:36:28.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-07T16:36:28.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-07T16:36:28.584Z
18642026-05-07T16:36:28.585Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-07T16:36:28.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-07T16:36:28.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-07T16:36:28.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-07T16:36:28.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-07T16:36:29.049Z
18702026-05-07T16:36:29.049Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-07T16:36:29.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-07T16:36:29.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-07T16:36:29.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-07T16:36:29.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-07T16:36:29.516Z
18762026-05-07T16:36:29.516Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-07T16:36:29.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-07T16:36:29.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-07T16:36:29.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-07T16:36:29.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-07T16:36:29.979Z
18822026-05-07T16:36:29.979Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-07T16:36:30.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-07T16:36:30.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-07T16:36:30.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-07T16:36:30.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-07T16:36:30.445Z
18882026-05-07T16:36:30.445Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-07T16:36:30.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-07T16:36:30.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-07T16:36:30.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-07T16:36:30.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-07T16:36:30.912Z
18942026-05-07T16:36:30.912Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-07T16:36:31.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-07T16:36:31.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-07T16:36:31.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-07T16:36:31.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-07T16:36:31.382Z
19002026-05-07T16:36:31.382Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-07T16:36:31.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-07T16:36:31.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-07T16:36:31.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-07T16:36:31.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-07T16:36:31.849Z
19062026-05-07T16:36:31.849Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-07T16:36:32.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-07T16:36:32.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-07T16:36:32.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-07T16:36:32.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-07T16:36:32.317Z
19122026-05-07T16:36:32.317Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-07T16:36:32.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-07T16:36:32.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-07T16:36:32.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-07T16:36:32.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-07T16:36:32.786Z
19182026-05-07T16:36:32.786Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-07T16:36:33.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-07T16:36:33.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-07T16:36:33.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-07T16:36:33.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-07T16:36:33.252Z
19242026-05-07T16:36:33.252Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-07T16:36:33.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-07T16:36:33.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-07T16:36:33.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-07T16:36:33.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-07T16:36:33.721Z
19302026-05-07T16:36:33.721Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-07T16:36:34.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-07T16:36:34.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-07T16:36:34.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-07T16:36:34.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-07T16:36:34.187Z
19362026-05-07T16:36:34.187Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-07T16:36:34.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-07T16:36:34.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-07T16:36:34.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-07T16:36:34.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-07T16:36:34.657Z
19422026-05-07T16:36:34.657Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-07T16:36:35.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-07T16:36:35.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-07T16:36:35.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-07T16:36:35.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-07T16:36:35.124Z
19482026-05-07T16:36:35.124Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-07T16:36:35.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-07T16:36:35.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-07T16:36:35.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-07T16:36:35.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-07T16:36:35.591Z
19542026-05-07T16:36:35.591Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-07T16:36:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-07T16:36:35.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-07T16:36:35.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-07T16:36:36.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-07T16:36:36.056Z
19602026-05-07T16:36:36.056Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-07T16:36:36.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-07T16:36:36.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-07T16:36:36.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-07T16:36:36.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-07T16:36:36.520Z
19662026-05-07T16:36:36.520Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-07T16:36:36.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-07T16:36:36.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-07T16:36:36.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-07T16:36:36.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-07T16:36:36.987Z
19722026-05-07T16:36:36.987Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-07T16:36:37.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-07T16:36:37.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-07T16:36:37.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-07T16:36:37.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-07T16:36:37.452Z
19782026-05-07T16:36:37.452Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-07T16:36:37.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-07T16:36:37.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-07T16:36:37.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-07T16:36:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-07T16:36:37.917Z
19842026-05-07T16:36:37.917Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-07T16:36:38.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-07T16:36:38.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-07T16:36:38.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-07T16:36:38.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-07T16:36:38.383Z
19902026-05-07T16:36:38.383Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-07T16:36:38.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-07T16:36:38.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-07T16:36:38.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-07T16:36:38.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-07T16:36:38.848Z
19962026-05-07T16:36:38.848Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-07T16:36:39.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-07T16:36:39.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-07T16:36:39.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-07T16:36:39.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-07T16:36:39.311Z
20022026-05-07T16:36:39.311Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-07T16:36:39.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-07T16:36:39.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-07T16:36:39.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-07T16:36:39.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-07T16:36:39.776Z
20082026-05-07T16:36:39.776Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-07T16:36:40.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-07T16:36:40.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-07T16:36:40.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-07T16:36:40.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-07T16:36:40.242Z
20142026-05-07T16:36:40.242Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-07T16:36:40.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-07T16:36:40.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-07T16:36:40.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-07T16:36:40.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-07T16:36:40.710Z
20202026-05-07T16:36:40.710Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-07T16:36:41.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-07T16:36:41.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-07T16:36:41.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-07T16:36:41.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-07T16:36:41.181Z
20262026-05-07T16:36:41.181Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-07T16:36:41.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-07T16:36:41.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-07T16:36:41.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-07T16:36:41.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-07T16:36:41.652Z
20322026-05-07T16:36:41.652Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-07T16:36:42.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-07T16:36:42.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-07T16:36:42.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-07T16:36:42.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-07T16:36:42.119Z
20382026-05-07T16:36:42.119Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-07T16:36:42.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-07T16:36:42.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-07T16:36:42.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-07T16:36:42.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-07T16:36:42.587Z
20442026-05-07T16:36:42.588Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-07T16:36:42.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-07T16:36:42.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-07T16:36:42.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-07T16:36:42.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-07T16:36:43.055Z
20502026-05-07T16:36:43.055Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-07T16:36:43.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-07T16:36:43.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-07T16:36:43.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-07T16:36:43.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-07T16:36:43.522Z
20562026-05-07T16:36:43.522Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-07T16:36:43.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-07T16:36:43.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-07T16:36:43.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-07T16:36:43.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-07T16:36:43.990Z
20622026-05-07T16:36:43.990Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-07T16:36:44.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-07T16:36:44.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-07T16:36:44.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-07T16:36:44.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-07T16:36:44.459Z
20682026-05-07T16:36:44.459Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-07T16:36:44.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-07T16:36:44.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-07T16:36:44.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-07T16:36:44.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-07T16:36:45.095Z
20742026-05-07T16:36:45.095Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-07T16:36:45.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-07T16:36:45.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-07T16:36:45.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-07T16:36:45.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-07T16:36:45.732Z
20802026-05-07T16:36:45.732Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-07T16:36:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-07T16:36:46.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-07T16:36:46.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-07T16:36:46.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-07T16:36:46.365Z
20862026-05-07T16:36:46.365Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-07T16:36:46.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-07T16:36:46.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-07T16:36:46.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-07T16:36:46.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20912026-05-07T16:36:47.007Z
20922026-05-07T16:36:47.007Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-07T16:36:47.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-07T16:36:47.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-07T16:36:47.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-07T16:36:47.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20972026-05-07T16:36:47.607Z
20982026-05-07T16:36:47.607Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-07T16:36:48.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-07T16:36:48.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-07T16:36:48.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-07T16:36:48.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-05-07T16:36:48.185Z
21042026-05-07T16:36:48.185Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-07T16:36:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-07T16:36:48.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-07T16:36:48.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-07T16:36:48.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-07T16:36:48.790Z
21102026-05-07T16:36:48.790Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-07T16:36:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-07T16:36:49.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-07T16:36:49.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-07T16:36:49.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-07T16:36:49.391Z
21162026-05-07T16:36:49.391Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-07T16:36:49.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-07T16:36:49.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-07T16:36:49.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-07T16:36:49.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-07T16:36:49.998Z
21222026-05-07T16:36:49.998Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-07T16:36:50.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-07T16:36:50.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-07T16:36:50.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-07T16:36:50.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-07T16:36:50.603Z
21282026-05-07T16:36:50.604Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-07T16:36:51.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-07T16:36:51.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-07T16:36:51.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-07T16:36:51.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-07T16:36:51.187Z
21342026-05-07T16:36:51.187Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-07T16:36:51.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-07T16:36:51.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-07T16:36:51.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-07T16:36:51.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-07T16:36:51.771Z
21402026-05-07T16:36:51.771Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-07T16:36:52.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-07T16:36:52.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-07T16:36:52.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-07T16:36:52.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-07T16:36:52.352Z
21462026-05-07T16:36:52.352Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-07T16:36:52.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-07T16:36:52.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-07T16:36:52.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-07T16:36:52.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-07T16:36:52.938Z
21522026-05-07T16:36:52.938Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-07T16:36:53.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-07T16:36:53.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-07T16:36:53.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-07T16:36:53.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-07T16:36:53.533Z
21582026-05-07T16:36:53.533Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-07T16:36:54.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-07T16:36:54.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-07T16:36:54.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-07T16:36:54.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-05-07T16:36:54.131Z
21642026-05-07T16:36:54.131Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-07T16:36:54.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-07T16:36:54.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-07T16:36:54.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-07T16:36:54.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-07T16:36:54.709Z
21702026-05-07T16:36:54.709Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-07T16:36:55.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-07T16:36:55.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-07T16:36:55.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-07T16:36:55.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-07T16:36:55.293Z
21762026-05-07T16:36:55.293Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-07T16:36:55.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-07T16:36:55.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-07T16:36:55.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-07T16:36:55.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-07T16:36:55.884Z
21822026-05-07T16:36:55.884Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-07T16:36:56.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-07T16:36:56.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-07T16:36:56.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-07T16:36:56.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21872026-05-07T16:36:56.480Z
21882026-05-07T16:36:56.480Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-07T16:36:56.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-07T16:36:56.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-07T16:36:56.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-07T16:36:56.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-07T16:36:57.070Z
21942026-05-07T16:36:57.070Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-07T16:36:57.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-07T16:36:57.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-07T16:36:57.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-07T16:36:57.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-07T16:36:57.655Z
22002026-05-07T16:36:57.655Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-07T16:36:58.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-07T16:36:58.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-07T16:36:58.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-07T16:36:58.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-07T16:36:58.243Z
22062026-05-07T16:36:58.243Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-07T16:36:58.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-07T16:36:58.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-07T16:36:58.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-07T16:36:58.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-07T16:36:58.835Z
22122026-05-07T16:36:58.835Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-07T16:36:59.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-07T16:36:59.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-07T16:36:59.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-07T16:36:59.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-07T16:36:59.447Z
22182026-05-07T16:36:59.447Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-07T16:36:59.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-07T16:36:59.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-07T16:36:59.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-07T16:36:59.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22232026-05-07T16:37:00.058Z
22242026-05-07T16:37:00.058Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-07T16:37:00.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-07T16:37:00.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-07T16:37:00.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-07T16:37:00.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-05-07T16:37:00.643Z
22302026-05-07T16:37:00.643Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-07T16:37:01.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-07T16:37:01.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-07T16:37:01.244Z Checking cfg-if v1.0.4
22342026-05-07T16:37:01.248Z Checking libc v0.2.185
22352026-05-07T16:37:01.248Z Checking serde_core v1.0.228
22362026-05-07T16:37:01.360Z Checking zeroize v1.8.2
22372026-05-07T16:37:01.368Z Checking memchr v2.8.0
22382026-05-07T16:37:01.377Z Checking log v0.4.29
22392026-05-07T16:37:01.380Z Checking smallvec v1.15.1
22402026-05-07T16:37:01.397Z Checking typenum v1.19.0
22412026-05-07T16:37:01.407Z Checking subtle v2.6.1
22422026-05-07T16:37:01.497Z Checking itoa v1.0.17
22432026-05-07T16:37:01.534Z Checking scopeguard v1.2.0
22442026-05-07T16:37:01.546Z Checking stable_deref_trait v1.2.1
22452026-05-07T16:37:01.557Z Checking const-oid v0.9.6
22462026-05-07T16:37:01.617Z Checking portable-atomic v1.13.1
22472026-05-07T16:37:01.636Z Checking lock_api v0.4.14
22482026-05-07T16:37:01.641Z Checking zerofrom v0.1.6
22492026-05-07T16:37:01.737Z Checking critical-section v1.2.0
22502026-05-07T16:37:01.750Z Checking getrandom v0.2.17
22512026-05-07T16:37:01.750Z Checking errno v0.3.14
22522026-05-07T16:37:01.821Z Checking yoke v0.8.1
22532026-05-07T16:37:01.834Z Checking parking_lot_core v0.9.12
22542026-05-07T16:37:01.859Z Checking signal-hook-registry v1.4.8
22552026-05-07T16:37:01.905Z Checking rand_core v0.6.4
22562026-05-07T16:37:01.915Z Checking generic-array v0.14.7
22572026-05-07T16:37:01.980Z Checking zerovec v0.11.5
22582026-05-07T16:37:02.009Z Checking zerocopy v0.8.40
22592026-05-07T16:37:02.015Z Checking pin-project-lite v0.2.17
22602026-05-07T16:37:02.015Z Checking once_cell v1.21.3
22612026-05-07T16:37:02.069Z Checking parking_lot v0.12.5
22622026-05-07T16:37:02.108Z Checking mio v1.2.0
22632026-05-07T16:37:02.200Z Checking socket2 v0.6.3
22642026-05-07T16:37:02.226Z Checking libm v0.2.16
22652026-05-07T16:37:02.249Z Checking zmij v1.0.21
22662026-05-07T16:37:02.338Z Checking crypto-common v0.1.7
22672026-05-07T16:37:02.380Z Checking block-buffer v0.10.4
22682026-05-07T16:37:02.401Z Checking tinystr v0.8.2
22692026-05-07T16:37:02.437Z Checking writeable v0.6.2
22702026-05-07T16:37:02.455Z Checking equivalent v1.0.2
22712026-05-07T16:37:02.462Z Checking percent-encoding v2.3.2
22722026-05-07T16:37:02.514Z Checking digest v0.10.7
22732026-05-07T16:37:02.529Z Checking futures-core v0.3.32
22742026-05-07T16:37:02.573Z Checking litemap v0.8.1
22752026-05-07T16:37:02.592Z Checking potential_utf v0.1.4
22762026-05-07T16:37:02.595Z Checking zerotrie v0.2.3
22772026-05-07T16:37:02.647Z Checking cpufeatures v0.2.17
22782026-05-07T16:37:02.699Z Checking hmac v0.12.1
22792026-05-07T16:37:02.715Z Checking icu_collections v2.1.1
22802026-05-07T16:37:02.730Z Checking block-padding v0.3.3
22812026-05-07T16:37:02.735Z Checking icu_locale_core v2.1.1
22822026-05-07T16:37:02.801Z Checking serde v1.0.228
22832026-05-07T16:37:02.824Z Checking bitflags v2.11.0
22842026-05-07T16:37:02.835Z Checking serde_json v1.0.149
22852026-05-07T16:37:02.885Z Checking icu_normalizer_data v2.1.1
22862026-05-07T16:37:02.905Z Checking num-traits v0.2.19
22872026-05-07T16:37:02.955Z Checking icu_properties_data v2.1.2
22882026-05-07T16:37:02.985Z Checking futures-sink v0.3.32
22892026-05-07T16:37:03.013Z Checking hashbrown v0.17.0
22902026-05-07T16:37:03.079Z Checking rand_core v0.10.0
22912026-05-07T16:37:03.092Z Checking futures-channel v0.3.32
22922026-05-07T16:37:03.206Z Checking bytes v1.11.1
22932026-05-07T16:37:03.228Z Checking getrandom v0.4.1
22942026-05-07T16:37:03.289Z Checking inout v0.1.4
22952026-05-07T16:37:03.330Z Checking icu_provider v2.1.1
22962026-05-07T16:37:03.364Z Checking slab v0.4.12
22972026-05-07T16:37:03.415Z Checking futures-task v0.3.32
22982026-05-07T16:37:03.429Z Checking futures-io v0.3.32
22992026-05-07T16:37:03.471Z Checking indexmap v2.14.0
23002026-05-07T16:37:03.491Z Checking cipher v0.4.4
23012026-05-07T16:37:03.516Z Checking sha2 v0.10.9
23022026-05-07T16:37:03.535Z Checking getrandom v0.3.4
23032026-05-07T16:37:03.547Z Checking futures-util v0.3.32
23042026-05-07T16:37:03.550Z Checking icu_normalizer v2.1.1
23052026-05-07T16:37:03.638Z Checking tokio v1.52.1
23062026-05-07T16:37:03.672Z Checking icu_properties v2.1.2
23072026-05-07T16:37:03.696Z Checking byteorder v1.5.0
23082026-05-07T16:37:03.777Z Checking base64ct v1.8.3
23092026-05-07T16:37:03.845Z Checking utf8_iter v1.0.4
23102026-05-07T16:37:03.890Z Checking form_urlencoded v1.2.2
23112026-05-07T16:37:03.963Z Checking fnv v1.0.7
23122026-05-07T16:37:04.028Z Checking pem-rfc7468 v0.7.0
23132026-05-07T16:37:04.034Z Checking flagset v0.4.7
23142026-05-07T16:37:04.044Z Checking rand_core v0.9.5
23152026-05-07T16:37:04.057Z Checking salsa20 v0.10.2
23162026-05-07T16:37:04.152Z Checking http v1.4.0
23172026-05-07T16:37:04.164Z Checking der v0.7.10
23182026-05-07T16:37:04.183Z Checking uuid v1.23.0
23192026-05-07T16:37:04.200Z Checking pbkdf2 v0.12.2
23202026-05-07T16:37:04.309Z Checking scrypt v0.11.0
23212026-05-07T16:37:04.447Z Checking aes v0.8.4
23222026-05-07T16:37:04.481Z Checking idna_adapter v1.2.1
23232026-05-07T16:37:04.490Z Checking cbc v0.1.2
23242026-05-07T16:37:04.596Z Checking idna v1.1.0
23252026-05-07T16:37:04.614Z Checking rustix v1.1.3
23262026-05-07T16:37:04.695Z Checking tracing-core v0.1.36
23272026-05-07T16:37:04.742Z Checking ppv-lite86 v0.2.21
23282026-05-07T16:37:04.838Z Checking rustls-pki-types v1.14.0
23292026-05-07T16:37:04.845Z Checking url v2.5.8
23302026-05-07T16:37:04.877Z Checking spki v0.7.3
23312026-05-07T16:37:04.997Z Checking iana-time-zone v0.1.65
23322026-05-07T16:37:05.031Z Checking rand_chacha v0.9.0
23332026-05-07T16:37:05.042Z Checking regex-syntax v0.8.10
23342026-05-07T16:37:05.101Z Checking chrono v0.4.44
23352026-05-07T16:37:05.115Z Checking pkcs5 v0.7.1
23362026-05-07T16:37:05.223Z Checking rand v0.9.2
23372026-05-07T16:37:05.275Z Checking tracing v0.1.44
23382026-05-07T16:37:05.368Z Checking http-body v1.0.1
23392026-05-07T16:37:05.430Z Checking aws-lc-sys v0.37.1
23402026-05-07T16:37:05.452Z Checking untrusted v0.9.0
23412026-05-07T16:37:05.470Z Checking openssl-probe v0.2.1
23422026-05-07T16:37:05.500Z Checking base64 v0.22.1
23432026-05-07T16:37:05.563Z Checking untrusted v0.7.1
23442026-05-07T16:37:05.574Z Checking ring v0.17.14
23452026-05-07T16:37:05.679Z Checking pkcs8 v0.10.2
23462026-05-07T16:37:05.686Z Checking tower-service v0.3.3
23472026-05-07T16:37:05.729Z Checking try-lock v0.2.5
23482026-05-07T16:37:05.776Z Checking plain v0.2.3
23492026-05-07T16:37:05.825Z Checking tower-layer v0.3.3
23502026-05-07T16:37:05.849Z Checking tinyvec_macros v0.1.1
23512026-05-07T16:37:05.878Z Checking atomic-waker v1.1.2
23522026-05-07T16:37:05.924Z Checking tinyvec v1.10.0
23532026-05-07T16:37:05.943Z Checking aws-lc-rs v1.16.0
23542026-05-07T16:37:05.955Z Checking want v0.3.1
23552026-05-07T16:37:05.975Z Checking ipnet v2.11.0
23562026-05-07T16:37:05.988Z Checking semver v1.0.28
23572026-05-07T16:37:06.075Z Checking httparse v1.10.1
23582026-05-07T16:37:06.192Z Checking spin v0.9.8
23592026-05-07T16:37:06.232Z Checking fastrand v2.3.0
23602026-05-07T16:37:06.244Z Checking pin-utils v0.1.0
23612026-05-07T16:37:06.283Z Checking foreign-types-shared v0.1.1
23622026-05-07T16:37:06.311Z Checking dyn-clone v1.0.20
23632026-05-07T16:37:06.361Z Checking httpdate v1.0.3
23642026-05-07T16:37:06.388Z Checking ucd-trie v0.1.7
23652026-05-07T16:37:06.401Z Checking unicode-ident v1.0.24
23662026-05-07T16:37:06.411Z Checking tempfile v3.25.0
23672026-05-07T16:37:06.416Z Checking schemars v0.8.22
23682026-05-07T16:37:06.485Z Checking proc-macro2 v1.0.106
23692026-05-07T16:37:06.498Z Checking pest v2.8.6
23702026-05-07T16:37:06.511Z Checking foreign-types v0.3.2
23712026-05-07T16:37:06.578Z Checking openssl-sys v0.9.114
23722026-05-07T16:37:06.593Z Checking thiserror v2.0.18
23732026-05-07T16:37:06.605Z Checking wait-timeout v0.2.1
23742026-05-07T16:37:06.692Z Checking aho-corasick v1.1.4
23752026-05-07T16:37:06.729Z Checking simd-adler32 v0.3.8
23762026-05-07T16:37:06.773Z Checking rustls-webpki v0.103.9
23772026-05-07T16:37:06.790Z Checking quick-error v1.2.3
23782026-05-07T16:37:06.870Z Checking tokio-util v0.7.18
23792026-05-07T16:37:06.888Z Checking bit-vec v0.8.0
23802026-05-07T16:37:06.900Z Checking utf8parse v0.2.2
23812026-05-07T16:37:07.003Z Checking anstyle v1.0.13
23822026-05-07T16:37:07.078Z Checking siphasher v1.0.2
23832026-05-07T16:37:07.078Z Checking pretty-hex v0.4.1
23842026-05-07T16:37:07.096Z Checking powerfmt v0.2.0
23852026-05-07T16:37:07.175Z Checking bit-set v0.8.0
23862026-05-07T16:37:07.188Z Checking openssl v0.10.78
23872026-05-07T16:37:07.200Z Checking rustls v0.23.37
23882026-05-07T16:37:07.234Z Checking deranged v0.5.8
23892026-05-07T16:37:07.246Z Checking anstyle-parse v0.2.7
23902026-05-07T16:37:07.328Z Checking rusty-fork v0.3.1
23912026-05-07T16:37:07.365Z Checking regex-automata v0.4.14
23922026-05-07T16:37:07.391Z Checking quote v1.0.45
23932026-05-07T16:37:07.473Z Checking h2 v0.4.13
23942026-05-07T16:37:07.492Z Compiling newtype-uuid v1.3.2
23952026-05-07T16:37:07.560Z Checking unicode-normalization v0.1.25
23962026-05-07T16:37:07.567Z Checking rustls-native-certs v0.8.3
23972026-05-07T16:37:07.665Z Checking crossbeam-utils v0.8.21
23982026-05-07T16:37:07.700Z Checking rand_xorshift v0.4.0
23992026-05-07T16:37:07.810Z Checking crc32fast v1.5.0
24002026-05-07T16:37:07.950Z Checking scroll v0.13.0
24012026-05-07T16:37:07.963Z Checking signature v2.2.0
24022026-05-07T16:37:07.989Z Checking sync_wrapper v1.0.2
24032026-05-07T16:37:08.089Z Checking anstyle-query v1.1.5
24042026-05-07T16:37:08.099Z Checking is_terminal_polyfill v1.70.2
24052026-05-07T16:37:08.144Z Checking colorchoice v1.0.4
24062026-05-07T16:37:08.169Z Checking num_threads v0.1.7
24072026-05-07T16:37:08.185Z Checking time-core v0.1.8
24082026-05-07T16:37:08.194Z Checking num-conv v0.2.0
24092026-05-07T16:37:08.237Z Checking adler2 v2.0.1
24102026-05-07T16:37:08.256Z Checking unicode-bidi v0.3.18
24112026-05-07T16:37:08.303Z Checking allocator-api2 v0.2.21
24122026-05-07T16:37:08.315Z Checking unicode-properties v0.1.4
24132026-05-07T16:37:08.352Z Checking unarray v0.1.4
24142026-05-07T16:37:08.442Z Checking proptest v1.10.0
24152026-05-07T16:37:08.496Z Checking miniz_oxide v0.8.9
24162026-05-07T16:37:08.535Z Checking stringprep v0.1.5
24172026-05-07T16:37:08.579Z Checking time v0.3.47
24182026-05-07T16:37:08.681Z Checking anstream v0.6.21
24192026-05-07T16:37:08.846Z Checking goblin v0.10.5
24202026-05-07T16:37:08.876Z Checking tower v0.5.3
24212026-05-07T16:37:09.135Z Checking crossbeam-epoch v0.9.18
24222026-05-07T16:37:09.162Z Checking native-tls v0.2.18
24232026-05-07T16:37:09.268Z Compiling daft v0.1.5
24242026-05-07T16:37:09.336Z Checking syn v2.0.117
24252026-05-07T16:37:09.355Z Checking ipnetwork v0.21.1
24262026-05-07T16:37:09.508Z Checking tokio-rustls v0.26.4
24272026-05-07T16:37:09.541Z Checking http-body-util v0.1.3
24282026-05-07T16:37:09.572Z Checking webpki-roots v1.0.6
24292026-05-07T16:37:09.687Z Checking rand_chacha v0.3.1
24302026-05-07T16:37:09.702Z Checking thiserror v1.0.69
24312026-05-07T16:37:09.731Z Checking scroll v0.12.0
24322026-05-07T16:37:09.749Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-07T16:37:09.795Z Checking hash32 v0.2.1
24342026-05-07T16:37:09.867Z Checking num-integer v0.1.46
24352026-05-07T16:37:09.883Z Checking serde_spanned v0.6.9
24362026-05-07T16:37:09.942Z Checking toml_datetime v0.6.11
24372026-05-07T16:37:09.958Z Checking md-5 v0.10.6
24382026-05-07T16:37:10.013Z Checking ff v0.13.1
24392026-05-07T16:37:10.079Z Checking iri-string v0.7.10
24402026-05-07T16:37:10.092Z Checking ryu v1.0.23
24412026-05-07T16:37:10.115Z Checking hyper v1.8.1
24422026-05-07T16:37:10.119Z Checking base16ct v0.2.0
24432026-05-07T16:37:10.138Z Checking fallible-iterator v0.2.0
24442026-05-07T16:37:10.183Z Checking zlib-rs v0.6.2
24452026-05-07T16:37:10.218Z Checking psl-types v2.0.11
24462026-05-07T16:37:10.245Z Checking sec1 v0.7.3
24472026-05-07T16:37:10.331Z Checking publicsuffix v2.3.0
24482026-05-07T16:37:10.399Z Checking postgres-protocol v0.6.10
24492026-05-07T16:37:10.446Z Checking serde_urlencoded v0.7.1
24502026-05-07T16:37:10.634Z Checking group v0.13.0
24512026-05-07T16:37:10.647Z Compiling iddqd v0.3.18
24522026-05-07T16:37:10.703Z Checking num-iter v0.1.45
24532026-05-07T16:37:10.778Z Checking goblin v0.8.2
24542026-05-07T16:37:10.812Z Checking heapless v0.7.17
24552026-05-07T16:37:11.008Z Checking hyper-util v0.1.20
24562026-05-07T16:37:11.063Z Checking flate2 v1.1.9
24572026-05-07T16:37:11.086Z Checking tower-http v0.6.8
24582026-05-07T16:37:11.168Z Checking dof v0.4.0
24592026-05-07T16:37:11.232Z Checking rand v0.8.5
24602026-05-07T16:37:11.361Z Checking zstd-safe v7.2.4
24612026-05-07T16:37:11.369Z Checking cookie v0.18.1
24622026-05-07T16:37:11.526Z Checking oxnet v0.1.4
24632026-05-07T16:37:11.595Z Checking tokio-native-tls v0.3.1
24642026-05-07T16:37:11.611Z Checking dtrace-parser v0.3.0
24652026-05-07T16:37:11.748Z Checking phf_shared v0.13.1
24662026-05-07T16:37:11.761Z Checking lazy_static v1.5.0
24672026-05-07T16:37:11.764Z Checking zerocopy v0.7.35
24682026-05-07T16:37:11.782Z Checking terminal_size v0.4.3
24692026-05-07T16:37:11.795Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-07T16:37:11.846Z Checking signal-hook v0.3.18
24712026-05-07T16:37:11.859Z Checking hkdf v0.12.4
24722026-05-07T16:37:11.872Z Checking crypto-bigint v0.5.5
24732026-05-07T16:37:11.887Z Checking thread-id v5.1.0
24742026-05-07T16:37:11.938Z Checking libbz2-rs-sys v0.2.2
24752026-05-07T16:37:11.964Z Checking foldhash v0.1.5
24762026-05-07T16:37:11.983Z Checking winnow v0.5.40
24772026-05-07T16:37:12.032Z Checking strsim v0.11.1
24782026-05-07T16:37:12.091Z Checking foldhash v0.2.0
24792026-05-07T16:37:12.190Z Checking bumpalo v3.20.2
24802026-05-07T16:37:12.241Z Compiling rayon-core v1.13.0
24812026-05-07T16:37:12.244Z Checking clap_lex v1.0.0
24822026-05-07T16:37:12.264Z Checking hyper-rustls v0.27.7
24832026-05-07T16:37:12.314Z Checking winnow v0.7.14
24842026-05-07T16:37:12.388Z Checking bitflags v1.3.2
24852026-05-07T16:37:12.401Z Checking either v1.15.0
24862026-05-07T16:37:12.413Z Checking managed v0.8.0
24872026-05-07T16:37:12.468Z Checking clap_builder v4.5.60
24882026-05-07T16:37:12.483Z Checking zopfli v0.8.3
24892026-05-07T16:37:12.576Z Checking bzip2 v0.6.1
24902026-05-07T16:37:12.590Z Checking smoltcp v0.9.1
24912026-05-07T16:37:12.674Z Checking dof v0.3.0
24922026-05-07T16:37:12.736Z Checking hyper-tls v0.6.0
24932026-05-07T16:37:12.756Z Checking elliptic-curve v0.13.8
24942026-05-07T16:37:12.807Z Checking hashbrown v0.16.1
24952026-05-07T16:37:12.901Z Checking hashbrown v0.15.5
24962026-05-07T16:37:12.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24972026-05-07T16:37:13.072Z Checking signal-hook-mio v0.2.5
24982026-05-07T16:37:13.109Z Checking toml_edit v0.19.15
24992026-05-07T16:37:13.128Z Checking usdt-impl v0.6.0
25002026-05-07T16:37:13.162Z Checking phf v0.13.1
25012026-05-07T16:37:13.174Z Checking bzip2 v0.4.4
25022026-05-07T16:37:13.301Z Checking num-bigint-dig v0.8.6
25032026-05-07T16:37:13.328Z Checking cookie_store v0.22.1
25042026-05-07T16:37:13.358Z Checking zstd v0.13.3
25052026-05-07T16:37:13.402Z Checking postgres-types v0.2.12
25062026-05-07T16:37:13.483Z Checking dtrace-parser v0.2.0
25072026-05-07T16:37:13.539Z Checking rustls-platform-verifier v0.6.2
25082026-05-07T16:37:13.551Z Checking crossbeam-deque v0.8.6
25092026-05-07T16:37:13.651Z Checking bstr v1.12.1
25102026-05-07T16:37:13.674Z Checking regex v1.12.3
25112026-05-07T16:37:13.687Z Checking ed25519 v2.2.3
25122026-05-07T16:37:13.707Z Checking phf_shared v0.11.3
25132026-05-07T16:37:13.718Z Checking ref-cast v1.0.25
25142026-05-07T16:37:13.722Z Checking curve25519-dalek v4.1.3
25152026-05-07T16:37:13.810Z Checking strum v0.27.2
25162026-05-07T16:37:13.842Z Checking hubpack v0.1.2
25172026-05-07T16:37:13.859Z Checking memoffset v0.9.1
25182026-05-07T16:37:13.916Z Checking rustix v0.38.44
25192026-05-07T16:37:13.935Z Checking pkcs1 v0.7.5
25202026-05-07T16:37:13.947Z Checking float-cmp v0.10.0
25212026-05-07T16:37:14.005Z Checking serde-big-array v0.5.1
25222026-05-07T16:37:14.030Z Checking hex v0.4.3
25232026-05-07T16:37:14.071Z Checking erased-serde v0.3.31
25242026-05-07T16:37:14.109Z Checking rfc6979 v0.4.0
25252026-05-07T16:37:14.121Z Checking thread-id v4.2.2
25262026-05-07T16:37:14.133Z Checking memmap2 v0.9.10
25272026-05-07T16:37:14.145Z Checking env_filter v1.0.0
25282026-05-07T16:37:14.193Z Checking encoding_rs v0.8.35
25292026-05-07T16:37:14.219Z Checking whoami v2.1.0
25302026-05-07T16:37:14.249Z Checking jiff v0.2.21
25312026-05-07T16:37:14.278Z Checking data-encoding v2.10.0
25322026-05-07T16:37:14.289Z Checking normalize-line-endings v0.3.0
25332026-05-07T16:37:14.375Z Checking static_assertions v1.1.0
25342026-05-07T16:37:14.404Z Checking difflib v0.4.0
25352026-05-07T16:37:14.443Z Checking keccak v0.1.6
25362026-05-07T16:37:14.455Z Checking predicates-core v1.0.10
25372026-05-07T16:37:14.486Z Checking unicode-segmentation v1.12.0
25382026-05-07T16:37:14.547Z Checking rustc-hash v2.1.1
25392026-05-07T16:37:14.572Z Checking toml_write v0.1.2
25402026-05-07T16:37:14.584Z Checking fixedbitset v0.5.7
25412026-05-07T16:37:14.605Z Checking fixedbitset v0.4.2
25422026-05-07T16:37:14.656Z Checking new_debug_unreachable v1.0.6
25432026-05-07T16:37:14.707Z Checking mime v0.3.17
25442026-05-07T16:37:14.722Z Checking precomputed-hash v0.1.1
25452026-05-07T16:37:14.737Z Checking toml_edit v0.22.27
25462026-05-07T16:37:14.751Z Checking petgraph v0.6.5
25472026-05-07T16:37:14.773Z Checking petgraph v0.8.3
25482026-05-07T16:37:14.800Z Checking string_cache v0.8.9
25492026-05-07T16:37:14.803Z Checking similar v2.7.0
25502026-05-07T16:37:14.876Z Checking crossterm v0.28.1
25512026-05-07T16:37:15.140Z Checking reqwest v0.12.28
25522026-05-07T16:37:15.194Z Checking sha3 v0.10.8
25532026-05-07T16:37:15.396Z Checking predicates v3.1.4
25542026-05-07T16:37:15.568Z Checking hickory-proto v0.25.2
25552026-05-07T16:37:15.686Z Checking ed25519-dalek v2.2.0
25562026-05-07T16:37:15.797Z Checking slog v2.8.2
25572026-05-07T16:37:15.811Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25582026-05-07T16:37:15.922Z Checking tokio-postgres v0.7.16
25592026-05-07T16:37:15.949Z Checking usdt v0.6.0
25602026-05-07T16:37:15.988Z Checking env_logger v0.11.9
25612026-05-07T16:37:16.075Z Checking serde_with v3.17.0
25622026-05-07T16:37:16.110Z Checking ecdsa v0.16.9
25632026-05-07T16:37:16.178Z Checking usdt-impl v0.5.0
25642026-05-07T16:37:16.352Z Checking rsa v0.9.10
25652026-05-07T16:37:16.448Z Checking toml v0.7.8
25662026-05-07T16:37:16.465Z Checking nix v0.31.2
25672026-05-07T16:37:16.481Z Checking zip v4.6.1
25682026-05-07T16:37:16.820Z Checking clap v4.5.60
25692026-05-07T16:37:16.899Z Checking reqwest v0.13.2
25702026-05-07T16:37:17.039Z Checking toml_parser v1.0.9+spec-1.1.0
25712026-05-07T16:37:17.063Z Checking zip v0.6.6
25722026-05-07T16:37:17.188Z Checking itertools v0.13.0
25732026-05-07T16:37:17.355Z Checking strum v0.26.3
25742026-05-07T16:37:17.383Z Checking fs-err v3.3.0
25752026-05-07T16:37:17.446Z Checking ahash v0.8.12
25762026-05-07T16:37:17.462Z Checking tokio-stream v0.1.18
25772026-05-07T16:37:17.474Z Checking object v0.37.3
25782026-05-07T16:37:17.628Z Checking buf-list v1.1.2
25792026-05-07T16:37:17.677Z Checking camino v1.2.2
25802026-05-07T16:37:17.735Z Checking anyhow v1.0.102
25812026-05-07T16:37:17.808Z Checking x509-cert v0.2.5
25822026-05-07T16:37:17.839Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-07T16:37:17.922Z Checking openapiv3 v2.2.0
25842026-05-07T16:37:17.934Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-07T16:37:18.055Z Checking sha1 v0.10.6
25862026-05-07T16:37:18.100Z Checking lalrpop-util v0.19.12
25872026-05-07T16:37:18.123Z Checking peg-runtime v0.8.5
25882026-05-07T16:37:18.206Z Checking rayon v1.11.0
25892026-05-07T16:37:18.219Z Checking sigpipe v0.1.3
25902026-05-07T16:37:18.254Z Checking glob v0.3.3
25912026-05-07T16:37:19.643Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-07T16:37:19.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
25932026-05-07T16:37:20.081Z
25942026-05-07T16:37:20.082Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-07T16:37:20.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-07T16:37:20.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-07T16:37:20.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-07T16:37:20.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-07T16:37:20.676Z
26002026-05-07T16:37:20.676Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-07T16:37:21.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-07T16:37:21.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-07T16:37:21.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-07T16:37:21.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26052026-05-07T16:37:21.276Z
26062026-05-07T16:37:21.276Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-07T16:37:21.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-07T16:37:21.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-07T16:37:21.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-07T16:37:21.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26112026-05-07T16:37:21.894Z
26122026-05-07T16:37:21.894Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-07T16:37:22.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-07T16:37:22.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-07T16:37:22.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-07T16:37:22.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-07T16:37:22.497Z
26182026-05-07T16:37:22.497Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-07T16:37:22.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-07T16:37:23.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-07T16:37:23.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-07T16:37:23.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-07T16:37:23.094Z
26242026-05-07T16:37:23.094Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-07T16:37:23.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-07T16:37:23.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-07T16:37:23.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-07T16:37:23.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-07T16:37:23.697Z
26302026-05-07T16:37:23.697Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-07T16:37:24.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-07T16:37:24.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-07T16:37:24.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-07T16:37:24.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26352026-05-07T16:37:24.279Z
26362026-05-07T16:37:24.279Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-07T16:37:24.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-07T16:37:24.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-07T16:37:24.974Z Compiling structmeta-derive v0.3.0
26402026-05-07T16:37:25.082Z Compiling rustls v0.22.4
26412026-05-07T16:37:25.095Z Compiling multer v3.1.0
26422026-05-07T16:37:25.103Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26432026-05-07T16:37:25.103Z Compiling async-stream-impl v0.3.6
26442026-05-07T16:37:25.123Z Compiling dropshot v0.17.0
26452026-05-07T16:37:25.138Z Compiling dropshot_endpoint v0.17.0
26462026-05-07T16:37:25.138Z Compiling newtype-uuid-macros v0.1.0
26472026-05-07T16:37:25.274Z Checking newtype-uuid v1.3.2
26482026-05-07T16:37:25.341Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-07T16:37:25.374Z Checking rustls-webpki v0.102.8
26502026-05-07T16:37:25.476Z Checking daft v0.1.5
26512026-05-07T16:37:25.489Z Checking futures-executor v0.3.32
26522026-05-07T16:37:25.634Z Checking thread_local v1.1.9
26532026-05-07T16:37:25.683Z Checking match_cfg v0.1.0
26542026-05-07T16:37:25.715Z Checking compression-core v0.4.31
26552026-05-07T16:37:25.741Z Checking iddqd v0.3.18
26562026-05-07T16:37:25.766Z Checking hostname v0.3.1
26572026-05-07T16:37:25.796Z Checking futures v0.3.32
26582026-05-07T16:37:25.841Z Checking compression-codecs v0.4.37
26592026-05-07T16:37:25.880Z Checking crossbeam-channel v0.5.15
26602026-05-07T16:37:25.895Z Checking slog-json v2.6.1
26612026-05-07T16:37:25.908Z Checking serde_spanned v1.0.4
26622026-05-07T16:37:26.007Z Checking is-terminal v0.4.17
26632026-05-07T16:37:26.040Z Checking toml_datetime v1.0.0+spec-1.1.0
26642026-05-07T16:37:26.052Z Checking debug-ignore v1.0.5
26652026-05-07T16:37:26.097Z Checking term v1.2.1
26662026-05-07T16:37:26.138Z Compiling structmeta v0.3.0
26672026-05-07T16:37:26.150Z Checking toml_writer v1.0.6+spec-1.1.0
26682026-05-07T16:37:26.215Z Checking take_mut v0.2.2
26692026-05-07T16:37:26.240Z Checking slog-bunyan v2.5.0
26702026-05-07T16:37:26.317Z Checking slog-async v2.8.0
26712026-05-07T16:37:26.317Z Checking slog-term v2.9.2
26722026-05-07T16:37:26.341Z Checking toml v1.0.6+spec-1.1.0
26732026-05-07T16:37:26.353Z Compiling derive-ex v0.1.8
26742026-05-07T16:37:26.356Z Compiling parse-display-derive v0.10.0
26752026-05-07T16:37:26.500Z Checking async-compression v0.4.41
26762026-05-07T16:37:26.572Z Checking async-stream v0.3.6
26772026-05-07T16:37:26.623Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26782026-05-07T16:37:26.696Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-07T16:37:26.710Z Checking progenitor-client v0.14.0
26802026-05-07T16:37:26.740Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-07T16:37:26.873Z Checking waitgroup v0.1.2
26822026-05-07T16:37:26.896Z Checking backon v1.6.0
26832026-05-07T16:37:26.907Z Checking rustls-pemfile v2.2.0
26842026-05-07T16:37:26.970Z Checking serde_path_to_error v0.1.20
26852026-05-07T16:37:27.023Z Checking hostname v0.4.2
26862026-05-07T16:37:27.041Z Checking instant v0.1.13
26872026-05-07T16:37:27.133Z Checking backoff v0.4.0
26882026-05-07T16:37:27.228Z Checking tokio-rustls v0.25.0
26892026-05-07T16:37:27.263Z Checking progenitor-extras v0.2.0
26902026-05-07T16:37:27.276Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-07T16:37:27.312Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-07T16:37:27.492Z Checking progenitor-client v0.10.0
26932026-05-07T16:37:27.492Z Checking itertools v0.14.0
26942026-05-07T16:37:27.663Z Checking regress v0.10.5
26952026-05-07T16:37:27.688Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-07T16:37:27.920Z Checking macaddr v1.0.1
26972026-05-07T16:37:27.997Z Compiling test-strategy v0.4.5
26982026-05-07T16:37:28.026Z Checking parse-display v0.10.0
26992026-05-07T16:37:29.204Z Compiling prettyplease v0.2.37
27002026-05-07T16:37:29.470Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-07T16:37:29.647Z Checking num-rational v0.4.2
27022026-05-07T16:37:29.839Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-07T16:37:30.138Z Checking num-complex v0.4.6
27042026-05-07T16:37:30.742Z Checking num v0.4.3
27052026-05-07T16:37:30.755Z Compiling usdt-macro v0.5.0
27062026-05-07T16:37:30.843Z Compiling usdt-attr-macro v0.5.0
27072026-05-07T16:37:30.896Z Checking memmap v0.7.0
27082026-05-07T16:37:30.923Z Compiling float-ord v0.3.2
27092026-05-07T16:37:31.031Z Checking unicode-width v0.2.0
27102026-05-07T16:37:31.042Z Compiling convert_case v0.4.0
27112026-05-07T16:37:31.280Z Checking console v0.15.11
27122026-05-07T16:37:31.418Z Compiling derive_more v0.99.20
27132026-05-07T16:37:31.519Z Checking newline-converter v0.3.0
27142026-05-07T16:37:31.559Z Checking atomicwrites v0.4.4
27152026-05-07T16:37:31.626Z Compiling toml v0.8.23
27162026-05-07T16:37:31.630Z Checking usdt v0.5.0
27172026-05-07T16:37:31.683Z Checking linked-hash-map v0.5.6
27182026-05-07T16:37:31.803Z Compiling minimal-lexical v0.2.1
27192026-05-07T16:37:31.853Z Checking lru-cache v0.1.2
27202026-05-07T16:37:31.980Z Checking expectorate v1.2.0
27212026-05-07T16:37:32.061Z Compiling nom v7.1.3
27222026-05-07T16:37:32.574Z Checking camino-tempfile v1.4.1
27232026-05-07T16:37:32.627Z Checking hickory-proto v0.24.4
27242026-05-07T16:37:32.736Z Checking phf_shared v0.12.1
27252026-05-07T16:37:32.880Z Compiling slog-dtrace v0.3.0
27262026-05-07T16:37:33.045Z Compiling chrono-tz v0.10.4
27272026-05-07T16:37:33.071Z Checking heck v0.5.0
27282026-05-07T16:37:33.197Z Checking resolv-conf v0.7.6
27292026-05-07T16:37:33.223Z Compiling const_format_proc_macros v0.2.34
27302026-05-07T16:37:33.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312026-05-07T16:37:33.448Z Checking phf v0.12.1
27322026-05-07T16:37:33.590Z Checking tokio-dtrace v0.1.1
27332026-05-07T16:37:33.635Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27342026-05-07T16:37:33.777Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-07T16:37:33.883Z Compiling derive-where v1.6.0
27362026-05-07T16:37:33.959Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-07T16:37:34.034Z Checking highway v1.3.0
27382026-05-07T16:37:34.306Z Checking const_format v0.2.35
27392026-05-07T16:37:34.414Z Checking hickory-resolver v0.24.4
27402026-05-07T16:37:34.529Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-07T16:37:34.817Z Checking oxide-tokio-rt v0.1.4
27422026-05-07T16:37:35.143Z Checking gethostname v0.5.0
27432026-05-07T16:37:35.150Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27442026-05-07T16:37:35.163Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27452026-05-07T16:37:35.184Z Checking qorb v0.4.1
27462026-05-07T16:37:35.219Z Checking bcs v0.1.6
27472026-05-07T16:37:35.232Z Compiling async-recursion v1.1.1
27482026-05-07T16:37:35.338Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27492026-05-07T16:37:35.357Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27502026-05-07T16:37:35.443Z Checking termtree v0.5.1
27512026-05-07T16:37:38.884Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-07T16:37:41.437Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-07T16:37:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
27542026-05-07T16:37:43.713Z
27552026-05-07T16:37:43.713Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-07T16:37:44.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-07T16:37:44.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-07T16:37:44.391Z Compiling ar_archive_writer v0.5.1
27592026-05-07T16:37:44.502Z Compiling stacker v0.1.23
27602026-05-07T16:37:44.508Z Compiling cfg_aliases v0.1.1
27612026-05-07T16:37:44.515Z Compiling convert_case v0.10.0
27622026-05-07T16:37:44.521Z Checking unicode-width v0.1.14
27632026-05-07T16:37:44.531Z Compiling proc-macro-error v1.0.4
27642026-05-07T16:37:44.541Z Checking fd-lock v4.0.4
27652026-05-07T16:37:44.544Z Checking nibble_vec v0.1.0
27662026-05-07T16:37:44.562Z Compiling nix v0.28.0
27672026-05-07T16:37:44.649Z Checking vte v0.14.1
27682026-05-07T16:37:44.667Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-07T16:37:44.751Z Checking endian-type v0.1.2
27702026-05-07T16:37:44.764Z Checking bytecount v0.6.9
27712026-05-07T16:37:44.813Z Compiling derive_more-impl v2.1.1
27722026-05-07T16:37:44.823Z Checking strip-ansi-escapes v0.2.1
27732026-05-07T16:37:44.837Z Compiling tabled_derive v0.7.0
27742026-05-07T16:37:44.869Z Checking radix_trie v0.2.1
27752026-05-07T16:37:44.901Z Checking papergrid v0.11.0
27762026-05-07T16:37:44.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-07T16:37:45.057Z Compiling peg-macros v0.8.5
27782026-05-07T16:37:45.068Z Checking winnow v0.6.26
27792026-05-07T16:37:45.336Z Compiling psm v0.1.30
27802026-05-07T16:37:45.388Z Compiling sqlparser_derive v0.5.0
27812026-05-07T16:37:45.512Z Checking home v0.5.12
27822026-05-07T16:37:45.599Z Checking derive_more v2.1.1
27832026-05-07T16:37:45.618Z Checking unicode_categories v0.1.1
27842026-05-07T16:37:45.675Z Checking nu-ansi-term v0.50.3
27852026-05-07T16:37:45.769Z Checking crossterm v0.29.0
27862026-05-07T16:37:45.784Z Checking tabled v0.15.0
27872026-05-07T16:37:45.833Z Checking rustyline v14.0.0
27882026-05-07T16:37:45.888Z Checking reedline v0.40.0
27892026-05-07T16:37:46.147Z Checking recursive v0.1.1
27902026-05-07T16:37:46.214Z Checking display-error-chain v0.2.2
27912026-05-07T16:37:46.237Z Checking sqlparser v0.61.0
27922026-05-07T16:37:46.251Z Checking sqlformat v0.3.5
27932026-05-07T16:37:46.435Z Checking peg v0.8.5
27942026-05-07T16:37:57.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
27952026-05-07T16:37:57.431Z
27962026-05-07T16:37:57.432Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-07T16:37:57.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-07T16:37:57.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-07T16:37:58.101Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-07T16:38:01.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28012026-05-07T16:38:01.677Z
28022026-05-07T16:38:01.677Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-07T16:38:02.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-07T16:38:02.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-07T16:38:02.349Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-07T16:38:04.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28072026-05-07T16:38:04.930Z
28082026-05-07T16:38:04.930Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-07T16:38:05.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-07T16:38:05.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-07T16:38:05.591Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-07T16:38:08.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28132026-05-07T16:38:08.987Z
28142026-05-07T16:38:08.987Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-07T16:38:09.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-07T16:38:09.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-07T16:38:09.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-07T16:38:12.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28192026-05-07T16:38:13.114Z
28202026-05-07T16:38:13.114Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-07T16:38:13.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-07T16:38:13.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-07T16:38:13.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-07T16:38:16.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28252026-05-07T16:38:16.542Z
28262026-05-07T16:38:16.542Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-07T16:38:17.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-07T16:38:17.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-07T16:38:17.207Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-07T16:38:19.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28312026-05-07T16:38:19.992Z
28322026-05-07T16:38:19.992Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-07T16:38:20.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-07T16:38:20.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-07T16:38:20.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-07T16:38:24.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28372026-05-07T16:38:24.200Z
28382026-05-07T16:38:24.200Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-07T16:38:24.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-07T16:38:24.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-07T16:38:24.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-07T16:38:24.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28432026-05-07T16:38:24.786Z
28442026-05-07T16:38:24.786Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-07T16:38:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-07T16:38:25.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-07T16:38:25.409Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-07T16:38:25.570Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492026-05-07T16:38:25.573Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-05-07T16:38:25.907Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-07T16:38:28.974Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-07T16:38:30.184Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-07T16:38:30.344Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-07T16:38:31.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28552026-05-07T16:38:31.193Z
28562026-05-07T16:38:31.193Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-07T16:38:31.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-07T16:38:31.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-07T16:38:31.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-07T16:38:31.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28612026-05-07T16:38:31.786Z
28622026-05-07T16:38:31.786Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-07T16:38:32.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-07T16:38:32.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-07T16:38:32.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-07T16:38:32.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28672026-05-07T16:38:32.415Z
28682026-05-07T16:38:32.415Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-07T16:38:32.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-07T16:38:32.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-07T16:38:32.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-07T16:38:32.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28732026-05-07T16:38:33.015Z
28742026-05-07T16:38:33.015Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-07T16:38:33.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-07T16:38:33.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-07T16:38:33.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-07T16:38:33.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-05-07T16:38:33.615Z
28802026-05-07T16:38:33.615Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-07T16:38:34.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-07T16:38:34.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-07T16:38:34.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-07T16:38:34.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-07T16:38:34.216Z
28862026-05-07T16:38:34.216Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-07T16:38:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-07T16:38:34.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-07T16:38:34.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-07T16:38:34.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-07T16:38:34.812Z
28922026-05-07T16:38:34.812Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-07T16:38:35.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-07T16:38:35.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-07T16:38:35.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-07T16:38:35.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28972026-05-07T16:38:35.389Z
28982026-05-07T16:38:35.389Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-07T16:38:35.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-07T16:38:35.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-07T16:38:35.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-07T16:38:35.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-05-07T16:38:35.985Z
29042026-05-07T16:38:35.985Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-07T16:38:36.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-07T16:38:36.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-07T16:38:36.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-07T16:38:36.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29092026-05-07T16:38:36.560Z
29102026-05-07T16:38:36.560Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-07T16:38:37.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-07T16:38:37.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-07T16:38:37.265Z Compiling crucible-workspace-hack v0.1.0
29142026-05-07T16:38:37.382Z Checking secrecy v0.10.3
29152026-05-07T16:38:37.389Z Compiling heapless v0.8.0
29162026-05-07T16:38:37.396Z Compiling ingot-macros v0.1.1
29172026-05-07T16:38:37.403Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-07T16:38:37.406Z Checking hash32 v0.3.1
29192026-05-07T16:38:37.425Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29202026-05-07T16:38:37.428Z Compiling smoltcp v0.11.0
29212026-05-07T16:38:37.483Z Checking cobs v0.3.0
29222026-05-07T16:38:37.520Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-07T16:38:37.617Z Checking half v2.7.1
29242026-05-07T16:38:37.630Z Checking universal-hash v0.5.1
29252026-05-07T16:38:37.666Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29262026-05-07T16:38:37.775Z Checking ciborium-io v0.2.2
29272026-05-07T16:38:37.791Z Checking opaque-debug v0.3.1
29282026-05-07T16:38:37.858Z Checking poly1305 v0.8.0
29292026-05-07T16:38:37.871Z Checking ciborium-ll v0.2.2
29302026-05-07T16:38:37.874Z Checking postcard v1.1.3
29312026-05-07T16:38:37.913Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29322026-05-07T16:38:38.040Z Compiling proc-macro-crate v3.4.0
29332026-05-07T16:38:38.105Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-07T16:38:38.166Z Checking password-hash v0.5.0
29352026-05-07T16:38:38.197Z Checking chacha20 v0.9.1
29362026-05-07T16:38:38.373Z Compiling proc-macro-crate v1.3.1
29372026-05-07T16:38:38.387Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-07T16:38:38.398Z Checking blake2 v0.10.6
29392026-05-07T16:38:38.460Z Checking aead v0.5.2
29402026-05-07T16:38:38.587Z Compiling num_enum_derive v0.7.5
29412026-05-07T16:38:38.602Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29422026-05-07T16:38:38.616Z Compiling foreign-types-macros v0.2.3
29432026-05-07T16:38:38.628Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29442026-05-07T16:38:38.692Z Checking thiserror-no-std v2.0.2
29452026-05-07T16:38:38.780Z Checking foreign-types-shared v0.3.1
29462026-05-07T16:38:38.793Z Checking cpufeatures v0.3.0
29472026-05-07T16:38:38.804Z Compiling num_enum_derive v0.5.11
29482026-05-07T16:38:38.861Z Checking vsss-rs v3.3.4
29492026-05-07T16:38:38.873Z Checking argon2 v0.5.3
29502026-05-07T16:38:38.877Z Checking chacha20 v0.10.0
29512026-05-07T16:38:39.095Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29522026-05-07T16:38:39.193Z Checking foreign-types v0.5.0
29532026-05-07T16:38:39.208Z Checking chacha20poly1305 v0.10.1
29542026-05-07T16:38:39.271Z Checking ciborium v0.2.2
29552026-05-07T16:38:39.434Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-07T16:38:39.459Z Checking tabwriter v1.4.1
29572026-05-07T16:38:39.604Z Checking byte-wrapper v0.1.0
29582026-05-07T16:38:39.616Z Checking num_enum v0.7.5
29592026-05-07T16:38:39.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-07T16:38:39.714Z Checking cstr-argument v0.1.2
29612026-05-07T16:38:39.729Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-07T16:38:39.805Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-07T16:38:39.819Z Checking num_enum v0.5.11
29642026-05-07T16:38:39.832Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29652026-05-07T16:38:39.928Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29662026-05-07T16:38:39.952Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29672026-05-07T16:38:39.997Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-07T16:38:40.013Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-07T16:38:40.110Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29702026-05-07T16:38:40.154Z Checking rand v0.10.0
29712026-05-07T16:38:40.168Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29722026-05-07T16:38:40.180Z Checking ingot-types v0.1.2
29732026-05-07T16:38:40.209Z Checking indent_write v2.2.0
29742026-05-07T16:38:40.223Z Checking colored v3.1.1
29752026-05-07T16:38:40.340Z Compiling zone_cfg_derive v0.3.1
29762026-05-07T16:38:40.419Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-07T16:38:40.468Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-07T16:38:40.519Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-07T16:38:40.533Z Checking ingot v0.1.1
29802026-05-07T16:38:40.546Z Checking itertools v0.12.1
29812026-05-07T16:38:40.583Z Compiling num-derive v0.4.2
29822026-05-07T16:38:40.615Z Checking swrite v0.1.0
29832026-05-07T16:38:40.641Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29842026-05-07T16:38:40.703Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-07T16:38:40.839Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29862026-05-07T16:38:41.002Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29872026-05-07T16:38:41.018Z Checking dropshot-api-manager-types v0.7.1
29882026-05-07T16:38:41.048Z Checking smf v0.2.3
29892026-05-07T16:38:41.076Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29902026-05-07T16:38:41.112Z Checking nanorand v0.7.0
29912026-05-07T16:38:41.181Z Checking whoami v1.6.1
29922026-05-07T16:38:41.282Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-05-07T16:38:41.309Z Checking flume v0.11.1
29942026-05-07T16:38:41.525Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-07T16:38:41.586Z Checking zone v0.3.1
29962026-05-07T16:38:42.136Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-07T16:38:43.106Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-07T16:38:43.974Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-07T16:38:46.980Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-07T16:38:49.000Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-07T16:38:50.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s
30022026-05-07T16:38:50.279Z
30032026-05-07T16:38:50.279Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-07T16:38:50.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-07T16:38:50.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-07T16:38:50.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-07T16:38:50.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-07T16:38:50.872Z
30092026-05-07T16:38:50.872Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-07T16:38:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-07T16:38:51.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-07T16:38:51.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-07T16:38:51.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30142026-05-07T16:38:51.466Z
30152026-05-07T16:38:51.466Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-07T16:38:51.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-07T16:38:51.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-07T16:38:51.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-07T16:38:51.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-07T16:38:52.061Z
30212026-05-07T16:38:52.061Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-07T16:38:52.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-07T16:38:52.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-07T16:38:52.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-07T16:38:52.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30262026-05-07T16:38:52.662Z
30272026-05-07T16:38:52.662Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-07T16:38:53.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-07T16:38:53.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-07T16:38:53.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-07T16:38:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-07T16:38:53.257Z
30332026-05-07T16:38:53.257Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-07T16:38:53.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-07T16:38:53.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-07T16:38:53.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-07T16:38:53.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-07T16:38:53.849Z
30392026-05-07T16:38:53.849Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-07T16:38:54.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-07T16:38:54.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-07T16:38:54.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-07T16:38:54.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30442026-05-07T16:38:54.440Z
30452026-05-07T16:38:54.440Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-07T16:38:54.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-07T16:38:54.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-07T16:38:54.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-07T16:38:54.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-07T16:38:55.019Z
30512026-05-07T16:38:55.019Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-07T16:38:55.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-07T16:38:55.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-07T16:38:55.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-07T16:38:55.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-07T16:38:55.614Z
30572026-05-07T16:38:55.614Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-07T16:38:56.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-07T16:38:56.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-07T16:38:56.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-07T16:38:56.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30622026-05-07T16:38:56.204Z
30632026-05-07T16:38:56.204Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-07T16:38:56.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-07T16:38:56.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-07T16:38:56.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-07T16:38:56.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-07T16:38:56.797Z
30692026-05-07T16:38:56.797Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-07T16:38:57.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-07T16:38:57.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-07T16:38:57.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-07T16:38:57.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-07T16:38:57.429Z
30752026-05-07T16:38:57.429Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-07T16:38:57.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-07T16:38:57.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-07T16:38:57.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-07T16:38:57.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30802026-05-07T16:38:58.059Z
30812026-05-07T16:38:58.059Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-07T16:38:58.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-07T16:38:58.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-07T16:38:58.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-07T16:38:58.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30862026-05-07T16:38:58.632Z
30872026-05-07T16:38:58.632Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-07T16:38:59.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-07T16:38:59.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-07T16:38:59.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-07T16:38:59.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30922026-05-07T16:38:59.211Z
30932026-05-07T16:38:59.211Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-07T16:38:59.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-07T16:38:59.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-07T16:38:59.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-07T16:38:59.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-05-07T16:38:59.805Z
30992026-05-07T16:38:59.805Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-07T16:39:00.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-07T16:39:00.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-07T16:39:00.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-07T16:39:00.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-07T16:39:00.383Z
31052026-05-07T16:39:00.384Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-07T16:39:00.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-07T16:39:00.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-07T16:39:00.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-07T16:39:00.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-07T16:39:00.982Z
31112026-05-07T16:39:00.982Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-07T16:39:01.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-07T16:39:01.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-07T16:39:01.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-07T16:39:01.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31162026-05-07T16:39:01.595Z
31172026-05-07T16:39:01.595Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-07T16:39:02.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-07T16:39:02.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-07T16:39:02.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-07T16:39:02.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-07T16:39:02.208Z
31232026-05-07T16:39:02.208Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-07T16:39:02.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-07T16:39:02.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-07T16:39:02.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-07T16:39:02.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-07T16:39:02.787Z
31292026-05-07T16:39:02.787Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-07T16:39:03.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-07T16:39:03.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-07T16:39:03.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-07T16:39:03.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-05-07T16:39:03.392Z
31352026-05-07T16:39:03.392Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-07T16:39:03.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-07T16:39:03.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-07T16:39:04.073Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-07T16:39:04.187Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-07T16:39:04.194Z Checking csv-core v0.1.13
31412026-05-07T16:39:04.202Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-07T16:39:04.208Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-07T16:39:04.218Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-07T16:39:04.229Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-07T16:39:04.239Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-07T16:39:04.352Z Checking csv v1.4.0
31472026-05-07T16:39:04.365Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-07T16:39:04.416Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-07T16:39:04.444Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-07T16:39:04.680Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-07T16:39:05.038Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-07T16:39:05.041Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31532026-05-07T16:39:05.366Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-07T16:39:11.087Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-07T16:39:11.614Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-07T16:39:13.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
31572026-05-07T16:39:14.142Z
31582026-05-07T16:39:14.142Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-07T16:39:14.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-07T16:39:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-07T16:39:14.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-07T16:39:14.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31632026-05-07T16:39:14.732Z
31642026-05-07T16:39:14.732Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-07T16:39:15.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-07T16:39:15.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-07T16:39:15.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-07T16:39:15.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-07T16:39:15.413Z
31702026-05-07T16:39:15.413Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-07T16:39:15.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-07T16:39:15.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-07T16:39:15.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-07T16:39:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31752026-05-07T16:39:16.098Z
31762026-05-07T16:39:16.098Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-07T16:39:16.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-07T16:39:16.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-07T16:39:16.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-07T16:39:16.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31812026-05-07T16:39:16.746Z
31822026-05-07T16:39:16.746Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-07T16:39:17.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-07T16:39:17.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-07T16:39:17.511Z Compiling regress v0.11.1
31862026-05-07T16:39:17.649Z Compiling unsafe-libyaml v0.2.11
31872026-05-07T16:39:17.663Z Compiling radium v0.7.0
31882026-05-07T16:39:17.675Z Compiling semver v0.1.20
31892026-05-07T16:39:17.690Z Compiling pin-project-internal v1.1.11
31902026-05-07T16:39:17.693Z Checking tap v1.0.1
31912026-05-07T16:39:17.713Z Compiling maybe-uninit v2.0.0
31922026-05-07T16:39:17.801Z Checking wyz v0.5.1
31932026-05-07T16:39:17.930Z Compiling rustc_version v0.1.7
31942026-05-07T16:39:17.991Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-07T16:39:18.024Z Checking progenitor-client v0.13.0
31962026-05-07T16:39:18.122Z Compiling snafu-derive v0.8.9
31972026-05-07T16:39:18.145Z Compiling serde_yaml v0.9.34+deprecated
31982026-05-07T16:39:18.257Z Compiling newtype_derive v0.1.6
31992026-05-07T16:39:18.370Z Compiling zerocopy-derive v0.6.6
32002026-05-07T16:39:18.447Z Checking funty v2.0.0
32012026-05-07T16:39:18.780Z Checking crc-catalog v2.4.0
32022026-05-07T16:39:18.798Z Checking pin-project v1.1.11
32032026-05-07T16:39:18.874Z Compiling cancel-safe-futures v0.1.5
32042026-05-07T16:39:18.894Z Compiling packed_struct v0.10.1
32052026-05-07T16:39:19.068Z Checking typify-impl v0.6.2
32062026-05-07T16:39:19.081Z Compiling owo-colors v4.3.0
32072026-05-07T16:39:19.234Z Checking same-file v1.0.6
32082026-05-07T16:39:19.356Z Checking walkdir v2.5.0
32092026-05-07T16:39:19.443Z Checking zerocopy v0.6.6
32102026-05-07T16:39:19.517Z Checking crc v3.4.0
32112026-05-07T16:39:19.531Z Checking bitvec v1.0.1
32122026-05-07T16:39:19.692Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-07T16:39:19.712Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-07T16:39:19.735Z Checking globset v0.4.18
32152026-05-07T16:39:19.996Z Checking olpc-cjson v0.1.4
32162026-05-07T16:39:20.025Z Checking snafu v0.8.9
32172026-05-07T16:39:20.053Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-07T16:39:20.135Z Checking pem v3.0.6
32192026-05-07T16:39:20.226Z Compiling packed_struct_codegen v0.10.1
32202026-05-07T16:39:20.241Z Checking libsw-core v0.3.2
32212026-05-07T16:39:20.264Z Checking serde_plain v1.0.2
32222026-05-07T16:39:20.293Z Compiling bitfield-macros v0.19.4
32232026-05-07T16:39:20.306Z Compiling indexmap v1.9.3
32242026-05-07T16:39:20.383Z Checking typed-path v0.9.3
32252026-05-07T16:39:20.413Z Checking nodrop v0.1.14
32262026-05-07T16:39:20.513Z Checking array-init v0.0.4
32272026-05-07T16:39:20.530Z Checking libsw v3.5.0
32282026-05-07T16:39:20.681Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-07T16:39:20.801Z Checking smallvec v0.6.14
32302026-05-07T16:39:20.835Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-07T16:39:21.016Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-07T16:39:21.031Z Checking bitfield v0.19.4
32332026-05-07T16:39:21.185Z Checking tough v0.20.0
32342026-05-07T16:39:21.199Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32352026-05-07T16:39:21.214Z Checking unicode-linebreak v0.1.5
32362026-05-07T16:39:21.303Z Checking hashbrown v0.12.3
32372026-05-07T16:39:21.317Z Checking smawk v0.3.2
32382026-05-07T16:39:21.345Z Checking linear-map v1.2.0
32392026-05-07T16:39:21.428Z Checking tagptr v0.2.0
32402026-05-07T16:39:21.446Z Checking base64 v0.21.7
32412026-05-07T16:39:21.514Z Checking textwrap v0.16.2
32422026-05-07T16:39:21.569Z Checking moka v0.12.13
32432026-05-07T16:39:21.685Z Checking ron v0.8.1
32442026-05-07T16:39:21.702Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32452026-05-07T16:39:21.734Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-05-07T16:39:22.035Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-05-07T16:39:22.190Z Checking serde-hex v0.1.0
32482026-05-07T16:39:22.193Z Checking steno v0.4.1
32492026-05-07T16:39:22.217Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-07T16:39:22.374Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-07T16:39:22.389Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-07T16:39:22.530Z Checking hashbrown v0.13.2
32532026-05-07T16:39:22.938Z Checking humantime v2.3.0
32542026-05-07T16:39:22.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32552026-05-07T16:39:22.956Z Checking crc-any v2.5.0
32562026-05-07T16:39:23.123Z Checking object v0.30.4
32572026-05-07T16:39:23.141Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32582026-05-07T16:39:23.166Z Checking hickory-resolver v0.25.2
32592026-05-07T16:39:23.180Z Checking half v1.8.3
32602026-05-07T16:39:23.180Z Checking path-slash v0.1.5
32612026-05-07T16:39:23.291Z Checking void v1.0.2
32622026-05-07T16:39:23.313Z Checking utf-8 v0.7.6
32632026-05-07T16:39:23.367Z Checking serde_cbor v0.11.2
32642026-05-07T16:39:23.394Z Checking lzss v0.8.2
32652026-05-07T16:39:23.446Z Checking tungstenite v0.23.0
32662026-05-07T16:39:23.664Z Compiling typify-macro v0.6.2
32672026-05-07T16:39:23.679Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32682026-05-07T16:39:23.709Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32692026-05-07T16:39:23.738Z Checking nix v0.27.1
32702026-05-07T16:39:23.834Z Checking kstat-rs v0.2.4
32712026-05-07T16:39:23.849Z Checking fxhash v0.2.1
32722026-05-07T16:39:23.852Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-07T16:39:23.940Z Checking serde_bytes v0.11.19
32742026-05-07T16:39:23.981Z Checking tokio-tungstenite v0.23.1
32752026-05-07T16:39:24.015Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-07T16:39:24.114Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-07T16:39:24.232Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-07T16:39:24.235Z Checking signal-hook-tokio v0.3.1
32792026-05-07T16:39:25.107Z Compiling typify v0.6.2
32802026-05-07T16:39:25.189Z Compiling progenitor-impl v0.13.0
32812026-05-07T16:39:25.189Z Compiling progenitor-impl v0.14.0
32822026-05-07T16:39:25.301Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-07T16:39:26.211Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-07T16:39:26.539Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-07T16:39:26.802Z Compiling progenitor-macro v0.14.0
32862026-05-07T16:39:26.817Z Compiling progenitor-macro v0.13.0
32872026-05-07T16:39:29.313Z Checking progenitor v0.14.0
32882026-05-07T16:39:29.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32892026-05-07T16:39:29.451Z Checking progenitor v0.13.0
32902026-05-07T16:39:29.560Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32912026-05-07T16:39:32.560Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-07T16:39:39.892Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-07T16:39:46.095Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-07T16:39:47.454Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-07T16:39:47.954Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-07T16:39:50.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s
32972026-05-07T16:39:50.210Z
32982026-05-07T16:39:50.210Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-07T16:39:50.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-07T16:39:50.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-07T16:39:50.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-07T16:39:50.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-07T16:39:50.807Z
33042026-05-07T16:39:50.807Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-07T16:39:51.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-07T16:39:51.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-07T16:39:51.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-07T16:39:51.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33092026-05-07T16:39:51.400Z
33102026-05-07T16:39:51.400Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-07T16:39:51.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-07T16:39:51.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-07T16:39:51.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-07T16:39:51.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-05-07T16:39:51.984Z
33162026-05-07T16:39:51.984Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-07T16:39:52.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-07T16:39:52.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-07T16:39:52.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-07T16:39:52.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-07T16:39:52.584Z
33222026-05-07T16:39:52.584Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-07T16:39:53.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-07T16:39:53.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-07T16:39:53.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-07T16:39:53.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-07T16:39:53.184Z
33282026-05-07T16:39:53.184Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-07T16:39:53.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-07T16:39:53.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-07T16:39:53.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-07T16:39:53.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-07T16:39:53.785Z
33342026-05-07T16:39:53.785Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-07T16:39:54.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-07T16:39:54.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-07T16:39:54.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-07T16:39:54.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-07T16:39:54.382Z
33402026-05-07T16:39:54.382Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-07T16:39:54.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-07T16:39:54.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-07T16:39:54.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-07T16:39:54.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-07T16:39:54.982Z
33462026-05-07T16:39:54.982Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-07T16:39:55.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-07T16:39:55.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-07T16:39:55.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-07T16:39:55.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-07T16:39:55.576Z
33522026-05-07T16:39:55.576Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-07T16:39:56.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-07T16:39:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-07T16:39:56.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-07T16:39:56.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-07T16:39:56.175Z
33582026-05-07T16:39:56.175Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-07T16:39:56.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-07T16:39:56.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-07T16:39:56.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-07T16:39:56.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-07T16:39:56.772Z
33642026-05-07T16:39:56.772Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-07T16:39:57.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-07T16:39:57.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-07T16:39:57.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-07T16:39:57.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-07T16:39:57.371Z
33702026-05-07T16:39:57.371Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-07T16:39:57.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-07T16:39:57.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-07T16:39:57.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-07T16:39:57.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-07T16:39:57.970Z
33762026-05-07T16:39:57.970Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-07T16:39:58.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-07T16:39:58.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-07T16:39:58.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-07T16:39:58.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-07T16:39:58.572Z
33822026-05-07T16:39:58.572Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-07T16:39:59.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-07T16:39:59.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-07T16:39:59.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-07T16:39:59.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-07T16:39:59.172Z
33882026-05-07T16:39:59.172Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-07T16:39:59.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-07T16:39:59.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-07T16:39:59.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-07T16:39:59.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-07T16:39:59.769Z
33942026-05-07T16:39:59.769Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-07T16:40:00.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-07T16:40:00.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-07T16:40:00.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-07T16:40:00.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-07T16:40:00.368Z
34002026-05-07T16:40:00.369Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-07T16:40:00.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-07T16:40:00.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-07T16:40:00.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-07T16:40:00.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-07T16:40:00.970Z
34062026-05-07T16:40:00.970Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-07T16:40:01.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-07T16:40:01.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-07T16:40:01.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-07T16:40:01.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-07T16:40:01.563Z
34122026-05-07T16:40:01.563Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-07T16:40:02.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-07T16:40:02.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-07T16:40:02.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-07T16:40:02.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-07T16:40:02.163Z
34182026-05-07T16:40:02.163Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-07T16:40:02.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-07T16:40:02.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-07T16:40:02.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-07T16:40:02.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-07T16:40:02.765Z
34242026-05-07T16:40:02.765Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-07T16:40:03.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-07T16:40:03.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-07T16:40:03.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-07T16:40:03.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34292026-05-07T16:40:03.405Z
34302026-05-07T16:40:03.405Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-07T16:40:03.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-07T16:40:03.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-07T16:40:03.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-07T16:40:03.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-07T16:40:04.006Z
34362026-05-07T16:40:04.006Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-07T16:40:04.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-07T16:40:04.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-07T16:40:04.659Z Compiling parking_lot_core v0.8.6
34402026-05-07T16:40:04.659Z Compiling git-stub v1.0.0
34412026-05-07T16:40:04.659Z Compiling atomicwrites v0.4.4
34422026-05-07T16:40:04.662Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-07T16:40:04.662Z Checking prefix-trie v0.7.0
34442026-05-07T16:40:04.897Z Compiling git-stub-vcs v0.1.0
34452026-05-07T16:40:05.074Z Checking hickory-server v0.25.2
34462026-05-07T16:40:05.163Z Checking parking_lot v0.11.2
34472026-05-07T16:40:05.174Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-07T16:40:05.256Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-07T16:40:05.256Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34502026-05-07T16:40:05.330Z Checking sled v0.34.7
34512026-05-07T16:40:07.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34522026-05-07T16:40:07.389Z
34532026-05-07T16:40:07.389Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-07T16:40:07.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-07T16:40:07.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-07T16:40:07.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-07T16:40:07.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-07T16:40:07.980Z
34592026-05-07T16:40:07.980Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-07T16:40:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-07T16:40:08.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-07T16:40:08.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-07T16:40:08.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-07T16:40:08.579Z
34652026-05-07T16:40:08.579Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-07T16:40:09.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-07T16:40:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-07T16:40:09.300Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-07T16:40:11.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34702026-05-07T16:40:11.247Z
34712026-05-07T16:40:11.247Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-07T16:40:11.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-07T16:40:11.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-07T16:40:11.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-07T16:40:11.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-07T16:40:11.902Z
34772026-05-07T16:40:11.902Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-07T16:40:12.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-07T16:40:12.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-07T16:40:12.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-07T16:40:12.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34822026-05-07T16:40:12.554Z
34832026-05-07T16:40:12.555Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-07T16:40:13.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-07T16:40:13.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-07T16:40:13.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-07T16:40:13.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-05-07T16:40:13.140Z
34892026-05-07T16:40:13.140Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-07T16:40:13.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-07T16:40:13.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-07T16:40:13.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-07T16:40:13.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-07T16:40:13.721Z
34952026-05-07T16:40:13.721Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-07T16:40:14.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-07T16:40:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-07T16:40:14.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-07T16:40:14.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35002026-05-07T16:40:14.370Z
35012026-05-07T16:40:14.370Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-07T16:40:14.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-07T16:40:14.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-07T16:40:14.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-07T16:40:14.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-07T16:40:14.952Z
35072026-05-07T16:40:14.952Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-07T16:40:15.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-07T16:40:15.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-07T16:40:15.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-07T16:40:15.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-07T16:40:15.598Z
35132026-05-07T16:40:15.598Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-07T16:40:16.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-07T16:40:16.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-07T16:40:16.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-07T16:40:16.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35182026-05-07T16:40:16.236Z
35192026-05-07T16:40:16.236Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-07T16:40:16.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-07T16:40:16.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-07T16:40:16.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-07T16:40:16.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-07T16:40:16.821Z
35252026-05-07T16:40:16.821Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-07T16:40:17.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-07T16:40:17.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-07T16:40:17.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-07T16:40:17.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-07T16:40:17.397Z
35312026-05-07T16:40:17.397Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-07T16:40:17.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-07T16:40:17.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-07T16:40:17.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-07T16:40:17.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-07T16:40:17.997Z
35372026-05-07T16:40:17.997Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-07T16:40:18.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-07T16:40:18.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-07T16:40:18.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-07T16:40:18.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-07T16:40:18.585Z
35432026-05-07T16:40:18.585Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-07T16:40:19.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-07T16:40:19.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-07T16:40:19.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-07T16:40:19.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-07T16:40:19.166Z
35492026-05-07T16:40:19.166Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-07T16:40:19.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-07T16:40:19.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-07T16:40:19.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-07T16:40:19.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-07T16:40:19.820Z
35552026-05-07T16:40:19.820Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-07T16:40:20.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-07T16:40:20.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-07T16:40:20.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-07T16:40:20.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-07T16:40:20.474Z
35612026-05-07T16:40:20.474Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-07T16:40:21.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-07T16:40:21.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-07T16:40:21.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-07T16:40:21.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-07T16:40:21.111Z
35672026-05-07T16:40:21.111Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-07T16:40:21.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-07T16:40:21.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-07T16:40:21.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-07T16:40:21.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-07T16:40:21.733Z
35732026-05-07T16:40:21.733Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-07T16:40:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-07T16:40:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-07T16:40:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-07T16:40:22.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-07T16:40:22.349Z
35792026-05-07T16:40:22.349Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-07T16:40:22.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-07T16:40:22.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-07T16:40:22.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-07T16:40:22.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35842026-05-07T16:40:22.965Z
35852026-05-07T16:40:22.965Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-07T16:40:23.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-07T16:40:23.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-07T16:40:23.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-07T16:40:23.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-07T16:40:23.563Z
35912026-05-07T16:40:23.563Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-07T16:40:24.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-07T16:40:24.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-07T16:40:24.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-07T16:40:24.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-05-07T16:40:24.176Z
35972026-05-07T16:40:24.176Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-07T16:40:24.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-07T16:40:24.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-07T16:40:24.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-07T16:40:24.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-07T16:40:24.793Z
36032026-05-07T16:40:24.793Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-07T16:40:25.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-07T16:40:25.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-07T16:40:25.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-07T16:40:25.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-05-07T16:40:25.376Z
36092026-05-07T16:40:25.376Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-07T16:40:25.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-07T16:40:25.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-07T16:40:26.228Z Compiling typify-impl v0.4.3
36132026-05-07T16:40:26.228Z Compiling libefi-sys v0.1.0
36142026-05-07T16:40:26.231Z Compiling bitfield-struct v0.6.2
36152026-05-07T16:40:26.381Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-07T16:40:26.388Z Compiling xshell-macros v0.2.7
36172026-05-07T16:40:26.400Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-07T16:40:26.441Z Compiling salty v0.3.0
36192026-05-07T16:40:26.444Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-07T16:40:26.598Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-07T16:40:26.724Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-07T16:40:26.738Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-07T16:40:26.750Z Checking xshell v0.2.7
36242026-05-07T16:40:26.945Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-07T16:40:26.976Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-07T16:40:27.005Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-07T16:40:27.110Z Checking primeorder v0.13.6
36282026-05-07T16:40:27.126Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-07T16:40:27.213Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-07T16:40:27.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36312026-05-07T16:40:27.349Z Checking p384 v0.13.1
36322026-05-07T16:40:27.349Z Checking tungstenite v0.21.0
36332026-05-07T16:40:27.443Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-07T16:40:27.504Z Compiling proc-macro-error2 v2.0.1
36352026-05-07T16:40:27.586Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-07T16:40:27.761Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-07T16:40:27.780Z Compiling num-derive v0.3.3
36382026-05-07T16:40:27.815Z Compiling tabled_derive v0.11.0
36392026-05-07T16:40:28.086Z Checking tokio-tungstenite v0.21.0
36402026-05-07T16:40:28.306Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-07T16:40:28.362Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-05-07T16:40:28.377Z Checking papergrid v0.17.0
36432026-05-07T16:40:28.651Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-07T16:40:28.738Z Checking libscf-sys v1.1.0
36452026-05-07T16:40:28.871Z Checking testing_table v0.3.0
36462026-05-07T16:40:28.955Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-07T16:40:28.970Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-07T16:40:28.984Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-07T16:40:29.161Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-07T16:40:29.328Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-07T16:40:29.370Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-07T16:40:29.439Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-05-07T16:40:29.470Z Checking corncobs v0.1.4
36542026-05-07T16:40:29.525Z Compiling unicase v2.9.0
36552026-05-07T16:40:29.576Z Checking tabled v0.20.0
36562026-05-07T16:40:29.594Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-05-07T16:40:29.609Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-07T16:40:29.728Z Compiling mime_guess v2.0.5
36592026-05-07T16:40:29.743Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-07T16:40:29.811Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-07T16:40:29.849Z Checking progenitor-client v0.11.2
36622026-05-07T16:40:30.068Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-07T16:40:30.084Z Checking secrecy v0.8.0
36642026-05-07T16:40:30.134Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36652026-05-07T16:40:30.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36662026-05-07T16:40:30.281Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-07T16:40:30.357Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36682026-05-07T16:40:30.600Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36692026-05-07T16:40:30.736Z Compiling typify-macro v0.4.3
36702026-05-07T16:40:30.754Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36712026-05-07T16:40:30.819Z Checking filetime v0.2.27
36722026-05-07T16:40:30.840Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-07T16:40:30.978Z Checking xattr v1.6.1
36742026-05-07T16:40:31.068Z Checking crc8 v0.1.1
36752026-05-07T16:40:31.111Z Checking http-range v0.1.5
36762026-05-07T16:40:31.169Z Checking tar v0.4.45
36772026-05-07T16:40:31.415Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-05-07T16:40:31.567Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-07T16:40:31.613Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-07T16:40:31.704Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-07T16:40:31.721Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-07T16:40:31.905Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-07T16:40:32.004Z Checking atty v0.2.14
36842026-05-07T16:40:32.106Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-07T16:40:32.238Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-07T16:40:32.324Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-07T16:40:32.474Z Compiling typify v0.4.3
36882026-05-07T16:40:32.592Z Compiling progenitor-impl v0.11.2
36892026-05-07T16:40:32.650Z Compiling progenitor-impl v0.10.0
36902026-05-07T16:40:32.900Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-07T16:40:33.016Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-07T16:40:33.138Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-07T16:40:33.543Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-07T16:40:33.922Z Checking hyper-staticfile v0.10.1
36952026-05-07T16:40:33.986Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-05-07T16:40:34.017Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36972026-05-07T16:40:34.207Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-07T16:40:34.238Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-07T16:40:34.424Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-07T16:40:34.463Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-07T16:40:34.604Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-07T16:40:34.735Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-05-07T16:40:34.878Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-07T16:40:35.023Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37052026-05-07T16:40:35.179Z Compiling progenitor-macro v0.11.2
37062026-05-07T16:40:35.205Z Compiling progenitor-macro v0.10.0
37072026-05-07T16:40:37.946Z Checking progenitor v0.11.2
37082026-05-07T16:40:38.075Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-07T16:40:38.103Z Checking progenitor v0.10.0
37102026-05-07T16:40:38.223Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37112026-05-07T16:40:42.742Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-07T16:40:43.843Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-07T16:40:54.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.76s
37142026-05-07T16:40:54.364Z
37152026-05-07T16:40:54.364Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-07T16:40:54.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-07T16:40:54.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-07T16:40:55.145Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-07T16:41:05.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37202026-05-07T16:41:05.733Z
37212026-05-07T16:41:05.733Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-07T16:41:06.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-07T16:41:06.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-07T16:41:06.507Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-07T16:41:16.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37262026-05-07T16:41:17.168Z
37272026-05-07T16:41:17.168Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-07T16:41:17.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-07T16:41:17.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-07T16:41:17.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-07T16:41:28.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37322026-05-07T16:41:28.520Z
37332026-05-07T16:41:28.520Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-07T16:41:29.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-07T16:41:29.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-07T16:41:29.296Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-07T16:41:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37382026-05-07T16:41:39.902Z
37392026-05-07T16:41:39.902Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-07T16:41:40.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-07T16:41:40.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-07T16:41:40.674Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-07T16:41:51.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37442026-05-07T16:41:51.295Z
37452026-05-07T16:41:51.295Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-07T16:41:51.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-07T16:41:51.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-07T16:41:52.062Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-07T16:42:02.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37502026-05-07T16:42:02.682Z
37512026-05-07T16:42:02.682Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-07T16:42:03.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-07T16:42:03.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-07T16:42:03.451Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-07T16:42:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37562026-05-07T16:42:14.078Z
37572026-05-07T16:42:14.078Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-07T16:42:14.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-07T16:42:14.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-07T16:42:14.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-07T16:42:14.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-05-07T16:42:14.678Z
37632026-05-07T16:42:14.678Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-07T16:42:15.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-07T16:42:15.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-07T16:42:15.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-07T16:42:15.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-05-07T16:42:15.274Z
37692026-05-07T16:42:15.274Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-07T16:42:15.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-07T16:42:15.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-07T16:42:15.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-07T16:42:15.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37742026-05-07T16:42:15.864Z
37752026-05-07T16:42:15.864Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-07T16:42:16.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-07T16:42:16.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-07T16:42:16.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-07T16:42:16.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-05-07T16:42:16.465Z
37812026-05-07T16:42:16.465Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-07T16:42:16.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-07T16:42:16.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-07T16:42:16.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-07T16:42:16.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-07T16:42:17.073Z
37872026-05-07T16:42:17.073Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-07T16:42:17.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-07T16:42:17.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-07T16:42:17.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-07T16:42:17.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-07T16:42:17.686Z
37932026-05-07T16:42:17.686Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-07T16:42:18.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-07T16:42:18.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-07T16:42:18.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-07T16:42:18.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-07T16:42:18.300Z
37992026-05-07T16:42:18.300Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-07T16:42:18.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-07T16:42:18.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-07T16:42:18.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-07T16:42:18.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-07T16:42:18.920Z
38052026-05-07T16:42:18.920Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-07T16:42:19.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-07T16:42:19.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-07T16:42:19.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-07T16:42:19.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-07T16:42:19.539Z
38112026-05-07T16:42:19.539Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-07T16:42:20.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-07T16:42:20.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-07T16:42:20.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-07T16:42:20.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-05-07T16:42:20.156Z
38172026-05-07T16:42:20.156Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-07T16:42:20.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-07T16:42:20.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-07T16:42:20.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-07T16:42:20.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-07T16:42:20.771Z
38232026-05-07T16:42:20.771Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-07T16:42:21.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-07T16:42:21.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-07T16:42:21.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-07T16:42:21.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-07T16:42:21.386Z
38292026-05-07T16:42:21.386Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-07T16:42:21.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-07T16:42:21.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-07T16:42:21.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-07T16:42:21.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-07T16:42:22.003Z
38352026-05-07T16:42:22.003Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-07T16:42:22.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-07T16:42:22.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-07T16:42:22.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-07T16:42:22.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38402026-05-07T16:42:22.653Z
38412026-05-07T16:42:22.653Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-07T16:42:23.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-07T16:42:23.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-07T16:42:23.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-07T16:42:23.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-07T16:42:23.280Z
38472026-05-07T16:42:23.280Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-07T16:42:23.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-07T16:42:23.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-07T16:42:23.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-07T16:42:23.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-07T16:42:23.909Z
38532026-05-07T16:42:23.909Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-07T16:42:24.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-07T16:42:24.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-07T16:42:24.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-07T16:42:24.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38582026-05-07T16:42:24.563Z
38592026-05-07T16:42:24.563Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-07T16:42:25.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-07T16:42:25.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-07T16:42:25.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-07T16:42:25.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38642026-05-07T16:42:25.165Z
38652026-05-07T16:42:25.165Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-07T16:42:25.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-07T16:42:25.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-07T16:42:25.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-07T16:42:25.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-07T16:42:25.816Z
38712026-05-07T16:42:25.816Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-07T16:42:26.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-07T16:42:26.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-07T16:42:26.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-07T16:42:26.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38762026-05-07T16:42:26.398Z
38772026-05-07T16:42:26.398Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-07T16:42:26.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-07T16:42:26.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-07T16:42:27.167Z Compiling fs-err v2.11.0
38812026-05-07T16:42:27.170Z Checking ignore v0.4.25
38822026-05-07T16:42:27.170Z Checking arc-swap v1.8.2
38832026-05-07T16:42:27.170Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-07T16:42:27.170Z Checking predicates-tree v1.0.13
38852026-05-07T16:42:27.300Z Checking parse-size v1.1.0
38862026-05-07T16:42:27.335Z Checking rand_seeder v0.4.0
38872026-05-07T16:42:27.338Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-07T16:42:27.412Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38892026-05-07T16:42:27.430Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38902026-05-07T16:42:27.471Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-07T16:42:27.496Z Checking slog-scope v4.4.1
38922026-05-07T16:42:27.612Z Compiling petname v2.0.2
38932026-05-07T16:42:27.628Z Checking slog-stdlog v4.1.1
38942026-05-07T16:42:27.645Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38952026-05-07T16:42:27.681Z Checking globwalk v0.9.1
38962026-05-07T16:42:27.721Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-07T16:42:27.745Z Checking slog-envlogger v2.2.0
38982026-05-07T16:42:27.856Z Checking camino-tempfile-ext v0.3.3
38992026-05-07T16:42:27.872Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-07T16:42:27.894Z Checking sapling-renderdag v0.1.0
39012026-05-07T16:42:28.037Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-07T16:42:28.051Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39032026-05-07T16:42:28.126Z Checking subprocess v0.2.15
39042026-05-07T16:42:28.227Z Checking sync-ptr v0.1.4
39052026-05-07T16:42:28.263Z Checking colored v2.2.0
39062026-05-07T16:42:28.344Z Checking assert_matches v1.5.0
39072026-05-07T16:42:28.404Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-07T16:42:28.473Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-07T16:42:28.523Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-05-07T16:42:28.534Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39112026-05-07T16:42:29.152Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-07T16:42:30.457Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-07T16:42:32.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
39142026-05-07T16:42:32.907Z
39152026-05-07T16:42:32.907Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-07T16:42:33.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-07T16:42:33.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-07T16:42:33.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-07T16:42:33.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-07T16:42:33.494Z
39212026-05-07T16:42:33.494Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-07T16:42:34.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-07T16:42:34.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-07T16:42:34.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-07T16:42:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39262026-05-07T16:42:34.105Z
39272026-05-07T16:42:34.105Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-07T16:42:34.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-07T16:42:34.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-07T16:42:34.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-07T16:42:34.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39322026-05-07T16:42:34.754Z
39332026-05-07T16:42:34.755Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-07T16:42:35.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-07T16:42:35.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-07T16:42:35.482Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-07T16:42:35.482Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-07T16:42:36.131Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-07T16:42:37.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39402026-05-07T16:42:37.937Z
39412026-05-07T16:42:37.937Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-07T16:42:38.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-07T16:42:38.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-07T16:42:38.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-07T16:42:38.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-05-07T16:42:38.538Z
39472026-05-07T16:42:38.538Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-07T16:42:39.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-07T16:42:39.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-07T16:42:39.144Z Checking yasna v0.5.2
39512026-05-07T16:42:39.549Z Checking rcgen v0.12.1
39522026-05-07T16:42:39.799Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-07T16:42:39.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39542026-05-07T16:42:40.159Z
39552026-05-07T16:42:40.159Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-07T16:42:40.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-07T16:42:40.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-07T16:42:40.805Z Compiling darling_core v0.23.0
39592026-05-07T16:42:40.811Z Compiling instability v0.3.11
39602026-05-07T16:42:40.924Z Checking castaway v0.2.4
39612026-05-07T16:42:40.929Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-05-07T16:42:40.932Z Compiling indoc v2.0.7
39632026-05-07T16:42:40.946Z Checking unicode-truncate v1.1.0
39642026-05-07T16:42:40.949Z Checking lru v0.12.5
39652026-05-07T16:42:40.949Z Checking cassowary v0.3.0
39662026-05-07T16:42:41.012Z Checking compact_str v0.8.1
39672026-05-07T16:42:41.943Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-07T16:42:42.126Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-07T16:42:42.323Z Compiling darling_macro v0.23.0
39702026-05-07T16:42:42.735Z Compiling darling v0.23.0
39712026-05-07T16:42:43.345Z Checking ratatui v0.29.0
39722026-05-07T16:42:44.398Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-07T16:42:45.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
39742026-05-07T16:42:45.261Z
39752026-05-07T16:42:45.261Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-07T16:42:45.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-07T16:42:45.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-07T16:42:45.980Z Checking headers-core v0.3.0
39792026-05-07T16:42:45.985Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-07T16:42:46.175Z Checking headers v0.4.1
39812026-05-07T16:42:46.542Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-07T16:42:47.394Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-07T16:42:47.890Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-07T16:42:48.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
39852026-05-07T16:42:48.513Z
39862026-05-07T16:42:48.513Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-07T16:42:49.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-07T16:42:49.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-07T16:42:49.225Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-07T16:42:49.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39912026-05-07T16:42:50.186Z
39922026-05-07T16:42:50.187Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-07T16:42:50.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-07T16:42:50.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-07T16:42:50.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-07T16:42:50.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39972026-05-07T16:42:50.649Z
39982026-05-07T16:42:50.649Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-07T16:42:51.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-07T16:42:51.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-07T16:42:51.369Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-07T16:42:52.357Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-07T16:42:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40042026-05-07T16:42:52.901Z
40052026-05-07T16:42:52.901Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-07T16:42:53.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-07T16:42:53.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-07T16:42:53.610Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-07T16:42:54.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40102026-05-07T16:42:54.556Z
40112026-05-07T16:42:54.556Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-07T16:42:55.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-07T16:42:55.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-07T16:42:55.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-07T16:42:55.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40162026-05-07T16:42:55.198Z
40172026-05-07T16:42:55.198Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-07T16:42:55.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-07T16:42:55.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-07T16:42:55.797Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-07T16:42:56.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40222026-05-07T16:42:56.631Z
40232026-05-07T16:42:56.631Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-07T16:42:57.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-07T16:42:57.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-07T16:42:57.374Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-07T16:42:57.374Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-07T16:42:57.374Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-07T16:42:57.379Z Checking git-stub v1.0.0
40302026-05-07T16:42:57.380Z Compiling trait-variant v0.1.2
40312026-05-07T16:42:57.380Z Checking is_ci v1.2.0
40322026-05-07T16:42:57.380Z Checking maplit v1.0.2
40332026-05-07T16:42:57.508Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-07T16:42:57.587Z Checking supports-color v3.0.2
40352026-05-07T16:42:57.592Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40362026-05-07T16:42:57.634Z Checking git-stub-vcs v0.1.0
40372026-05-07T16:42:57.721Z Checking drift v0.1.3
40382026-05-07T16:42:57.753Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40392026-05-07T16:42:57.768Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40402026-05-07T16:42:57.818Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-05-07T16:42:57.957Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40422026-05-07T16:42:58.010Z Checking dropshot-api-manager v0.7.1
40432026-05-07T16:42:58.017Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-07T16:42:58.036Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-07T16:42:58.224Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-07T16:42:58.254Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-07T16:42:58.480Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-07T16:42:58.739Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-07T16:43:03.691Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-07T16:43:04.810Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-07T16:43:05.340Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-07T16:43:05.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
40532026-05-07T16:43:05.978Z
40542026-05-07T16:43:05.978Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-07T16:43:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-07T16:43:06.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-07T16:43:06.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-07T16:43:06.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40592026-05-07T16:43:06.650Z
40602026-05-07T16:43:06.650Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-07T16:43:07.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-07T16:43:07.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-07T16:43:07.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-07T16:43:07.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40652026-05-07T16:43:07.236Z
40662026-05-07T16:43:07.236Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-07T16:43:07.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-07T16:43:07.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-07T16:43:07.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-07T16:43:07.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40712026-05-07T16:43:07.829Z
40722026-05-07T16:43:07.829Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-07T16:43:08.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-07T16:43:08.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-07T16:43:08.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-07T16:43:08.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40772026-05-07T16:43:08.559Z
40782026-05-07T16:43:08.559Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-07T16:43:08.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-07T16:43:08.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-07T16:43:08.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-07T16:43:08.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-05-07T16:43:09.087Z
40842026-05-07T16:43:09.087Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-07T16:43:09.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-07T16:43:09.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-07T16:43:09.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-07T16:43:09.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-05-07T16:43:09.658Z
40902026-05-07T16:43:09.658Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-07T16:43:10.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-07T16:43:10.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-07T16:43:10.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-07T16:43:10.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-05-07T16:43:10.266Z
40962026-05-07T16:43:10.266Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-07T16:43:10.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-07T16:43:10.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-07T16:43:10.868Z Checking typeid v1.0.3
41002026-05-07T16:43:10.981Z Checking ordered-float v2.10.1
41012026-05-07T16:43:10.999Z Checking unicode-xid v0.2.6
41022026-05-07T16:43:11.015Z Checking cargo-platform v0.2.0
41032026-05-07T16:43:11.021Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-07T16:43:11.045Z Checking erased-serde v0.4.9
41052026-05-07T16:43:11.180Z Checking serde-value v0.7.0
41062026-05-07T16:43:11.360Z Checking serde-untagged v0.1.9
41072026-05-07T16:43:11.512Z Checking cargo-util-schemas v0.8.2
41082026-05-07T16:43:12.219Z Checking cargo_metadata v0.21.0
41092026-05-07T16:43:12.789Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-07T16:43:16.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41112026-05-07T16:43:16.753Z
41122026-05-07T16:43:16.753Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-07T16:43:16.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-07T16:43:16.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-07T16:43:16.753Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-07T16:43:16.753Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-07T16:43:16.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41182026-05-07T16:43:16.753Z
41192026-05-07T16:43:16.753Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-07T16:43:16.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-07T16:43:16.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-07T16:43:16.811Z Compiling vergen-gitcl v1.0.8
41232026-05-07T16:43:16.811Z Compiling dirs-sys-next v0.1.2
41242026-05-07T16:43:16.811Z Compiling diesel_derives v2.3.7
41252026-05-07T16:43:16.811Z Compiling glob v0.3.3
41262026-05-07T16:43:16.811Z Compiling crunchy v0.2.4
41272026-05-07T16:43:16.811Z Compiling dsl_auto_type v0.2.0
41282026-05-07T16:43:16.811Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-05-07T16:43:16.811Z Checking scheduled-thread-pool v0.2.7
41302026-05-07T16:43:16.892Z Compiling dirs-next v2.0.0
41312026-05-07T16:43:16.908Z Compiling diesel_table_macro_syntax v0.3.0
41322026-05-07T16:43:16.959Z Compiling tiny-keccak v2.0.2
41332026-05-07T16:43:16.981Z Compiling term v0.7.0
41342026-05-07T16:43:17.103Z Checking r2d2 v0.8.10
41352026-05-07T16:43:17.118Z Checking downcast-rs v2.0.2
41362026-05-07T16:43:17.157Z Compiling clang-sys v1.8.1
41372026-05-07T16:43:17.174Z Compiling bit-vec v0.6.3
41382026-05-07T16:43:17.280Z Compiling ascii-canvas v3.0.0
41392026-05-07T16:43:17.388Z Compiling bit-set v0.5.3
41402026-05-07T16:43:17.526Z Compiling itertools v0.10.5
41412026-05-07T16:43:17.526Z Compiling ena v0.14.4
41422026-05-07T16:43:17.552Z Compiling libloading v0.8.9
41432026-05-07T16:43:17.555Z Compiling bindgen v0.71.1
41442026-05-07T16:43:17.579Z Compiling regex-syntax v0.6.29
41452026-05-07T16:43:17.613Z Compiling diff v0.1.13
41462026-05-07T16:43:17.754Z Compiling cexpr v0.6.0
41472026-05-07T16:43:17.884Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-07T16:43:17.995Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-07T16:43:18.081Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-07T16:43:18.146Z Compiling libxml v0.3.3
41512026-05-07T16:43:18.365Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-07T16:43:18.440Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-07T16:43:18.578Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-07T16:43:18.661Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-07T16:43:18.677Z Compiling strum_macros v0.24.3
41562026-05-07T16:43:18.764Z Compiling indoc v1.0.9
41572026-05-07T16:43:18.923Z Compiling lalrpop v0.19.12
41582026-05-07T16:43:19.708Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-07T16:43:19.898Z Checking derive_builder v0.20.2
41602026-05-07T16:43:20.017Z Compiling oso-derive v0.27.3
41612026-05-07T16:43:20.031Z Checking quick-xml v0.37.5
41622026-05-07T16:43:20.249Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-07T16:43:20.513Z Checking openssl-probe v0.1.6
41642026-05-07T16:43:20.654Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-07T16:43:20.895Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-07T16:43:21.127Z Checking bb8 v0.8.6
41672026-05-07T16:43:21.412Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-07T16:43:21.432Z Checking nonempty v0.12.0
41692026-05-07T16:43:21.450Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-07T16:43:21.598Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-07T16:43:21.636Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-07T16:43:21.670Z Checking console v0.16.2
41732026-05-07T16:43:21.810Z Checking unit-prefix v0.5.2
41742026-05-07T16:43:21.830Z Checking support-bundle-viewer v0.1.2
41752026-05-07T16:43:21.948Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-07T16:43:21.991Z Checking indicatif v0.18.4
41772026-05-07T16:43:22.076Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-07T16:43:22.221Z Checking multimap v0.10.1
41792026-05-07T16:43:22.646Z Checking diesel v2.3.7
41802026-05-07T16:43:24.371Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-07T16:43:24.664Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-07T16:43:24.743Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-07T16:43:24.991Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41842026-05-07T16:43:25.214Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-05-07T16:43:26.093Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41862026-05-07T16:43:26.438Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41872026-05-07T16:43:27.099Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-07T16:43:29.132Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-07T16:43:33.597Z Compiling samael v0.0.19
41902026-05-07T16:43:38.381Z Checking diesel-dtrace v0.5.0
41912026-05-07T16:43:38.556Z Checking async-bb8-diesel v0.2.1
41922026-05-07T16:43:39.795Z Compiling polar-core v0.27.3
41932026-05-07T16:43:44.160Z Checking oso v0.27.3
41942026-05-07T16:44:20.379Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-07T16:44:53.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41962026-05-07T16:44:53.944Z
41972026-05-07T16:44:53.944Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-07T16:44:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-07T16:44:54.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-07T16:44:54.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-07T16:44:54.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-07T16:44:54.609Z
42032026-05-07T16:44:54.610Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-07T16:44:55.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-07T16:44:55.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-07T16:44:55.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-07T16:44:55.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-05-07T16:44:55.266Z
42092026-05-07T16:44:55.266Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-07T16:44:55.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-07T16:44:55.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-07T16:44:55.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-07T16:44:55.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-07T16:44:55.848Z
42152026-05-07T16:44:55.848Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-07T16:44:56.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-07T16:44:56.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-07T16:44:56.706Z Compiling libz-sys v1.1.24
42192026-05-07T16:44:56.836Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-07T16:44:56.848Z Compiling vergen-git2 v1.0.7
42212026-05-07T16:44:56.858Z Compiling rustls v0.21.12
42222026-05-07T16:44:56.867Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-07T16:44:56.888Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-07T16:44:56.892Z Checking rustls-webpki v0.101.7
42252026-05-07T16:44:56.892Z Checking sct v0.7.1
42262026-05-07T16:44:57.047Z Compiling nix v0.29.0
42272026-05-07T16:44:57.061Z Compiling dropshot v0.16.7
42282026-05-07T16:44:57.075Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-05-07T16:44:57.146Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-05-07T16:44:57.209Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-05-07T16:44:57.309Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42322026-05-07T16:44:57.324Z Checking toml v0.9.12+spec-1.1.0
42332026-05-07T16:44:57.353Z Compiling dropshot_endpoint v0.16.7
42342026-05-07T16:44:57.509Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-07T16:44:57.670Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-07T16:44:57.801Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-07T16:44:57.890Z Checking rustls-pemfile v1.0.4
42382026-05-07T16:44:58.028Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-07T16:44:58.217Z Checking twox-hash v2.1.2
42402026-05-07T16:44:58.263Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-07T16:44:58.542Z Checking tokio-rustls v0.24.1
42422026-05-07T16:44:58.966Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-05-07T16:44:58.969Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-05-07T16:44:59.344Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-07T16:44:59.646Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-07T16:44:59.794Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-07T16:44:59.870Z Checking fatfs v0.3.6
42482026-05-07T16:44:59.888Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-07T16:44:59.931Z Compiling seq-macro v0.3.6
42502026-05-07T16:45:03.717Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-07T16:45:03.835Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-07T16:45:04.120Z Compiling git2 v0.20.4
42532026-05-07T16:45:06.299Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-07T16:45:53.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.28s
42552026-05-07T16:45:53.363Z
42562026-05-07T16:45:53.363Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-07T16:45:53.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-07T16:45:53.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-07T16:45:54.251Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-07T16:46:32.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.30s
42612026-05-07T16:46:32.895Z
42622026-05-07T16:46:32.895Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-07T16:46:33.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-07T16:46:33.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-07T16:46:33.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-07T16:46:33.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42672026-05-07T16:46:33.479Z
42682026-05-07T16:46:33.479Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-07T16:46:34.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-07T16:46:34.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-07T16:46:34.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-07T16:46:34.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42732026-05-07T16:46:34.115Z
42742026-05-07T16:46:34.115Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-07T16:46:34.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-07T16:46:34.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-07T16:46:34.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-07T16:46:34.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-07T16:46:34.782Z
42802026-05-07T16:46:34.782Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-07T16:46:35.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-07T16:46:35.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-07T16:46:35.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-07T16:46:35.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-05-07T16:46:35.432Z
42862026-05-07T16:46:35.432Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-07T16:46:35.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-07T16:46:35.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-07T16:46:35.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-07T16:46:35.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-07T16:46:36.075Z
42922026-05-07T16:46:36.075Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-07T16:46:36.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-07T16:46:36.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-07T16:46:36.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-07T16:46:36.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-07T16:46:36.727Z
42982026-05-07T16:46:36.727Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-07T16:46:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-07T16:46:37.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-07T16:46:37.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-07T16:46:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-07T16:46:37.386Z
43042026-05-07T16:46:37.386Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-07T16:46:37.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-07T16:46:37.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-07T16:46:37.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-07T16:46:37.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-07T16:46:38.038Z
43102026-05-07T16:46:38.038Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-07T16:46:38.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-07T16:46:38.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-07T16:46:38.935Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-07T16:46:38.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-07T16:46:39.123Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-07T16:46:39.154Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-07T16:46:39.173Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-07T16:46:39.189Z Checking yansi v1.0.1
43192026-05-07T16:46:39.192Z Checking diff v0.1.13
43202026-05-07T16:46:39.192Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-07T16:46:39.260Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-07T16:46:39.456Z Checking pretty_assertions v1.4.1
43232026-05-07T16:46:40.093Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-07T16:46:40.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-07T16:47:03.575Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-07T16:47:03.578Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-05-07T16:47:03.578Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43282026-05-07T16:47:03.578Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-05-07T16:47:03.578Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-05-07T16:47:03.578Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-05-07T16:47:04.370Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-07T16:47:05.463Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-07T16:47:44.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43342026-05-07T16:47:44.219Z
43352026-05-07T16:47:44.219Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-07T16:47:44.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-07T16:47:44.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-07T16:47:44.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-07T16:47:44.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43402026-05-07T16:47:44.812Z
43412026-05-07T16:47:44.812Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-07T16:47:45.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-07T16:47:45.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-07T16:47:45.590Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-07T16:47:45.713Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-07T16:47:45.717Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-07T16:48:11.338Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-07T16:48:11.726Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-07T16:48:13.418Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-07T16:48:13.872Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-07T16:48:16.790Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-07T16:48:39.358Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-07T16:48:40.060Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-07T16:48:41.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.87s
43552026-05-07T16:48:41.903Z
43562026-05-07T16:48:41.903Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-07T16:48:42.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-07T16:48:42.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-07T16:48:42.616Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-07T16:48:43.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43612026-05-07T16:48:43.504Z
43622026-05-07T16:48:43.504Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-07T16:48:44.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-07T16:48:44.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-07T16:48:44.151Z Compiling blake3 v1.8.3
43662026-05-07T16:48:44.261Z Checking constant_time_eq v0.4.2
43672026-05-07T16:48:44.264Z Checking arrayvec v0.7.6
43682026-05-07T16:48:44.264Z Checking arrayref v0.3.9
43692026-05-07T16:48:44.283Z Checking topological-sort v0.2.2
43702026-05-07T16:48:44.286Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43712026-05-07T16:48:44.286Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43722026-05-07T16:48:44.286Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-05-07T16:48:44.333Z Checking shell-words v1.1.1
43742026-05-07T16:48:45.041Z Checking omicron-zone-package v0.12.2
43752026-05-07T16:48:45.747Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-07T16:48:46.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
43772026-05-07T16:48:46.739Z
43782026-05-07T16:48:46.739Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-07T16:48:47.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-07T16:48:47.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-07T16:48:47.377Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-07T16:48:47.696Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-07T16:48:48.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43842026-05-07T16:48:48.272Z
43852026-05-07T16:48:48.272Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-07T16:48:48.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-07T16:48:48.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-07T16:48:48.990Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-07T16:48:49.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43902026-05-07T16:48:49.888Z
43912026-05-07T16:48:49.888Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-07T16:48:50.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-07T16:48:50.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-07T16:48:50.340Z Checking libc v0.2.185
43952026-05-07T16:48:50.343Z Checking serde v1.0.228
43962026-05-07T16:48:50.421Z Checking zerofrom v0.1.6
43972026-05-07T16:48:50.427Z Checking bitflags v2.11.0
43982026-05-07T16:48:50.437Z Checking smallvec v1.15.1
43992026-05-07T16:48:50.443Z Checking indexmap v2.14.0
44002026-05-07T16:48:50.452Z Checking serde_json v1.0.149
44012026-05-07T16:48:50.455Z Checking scroll v0.12.0
44022026-05-07T16:48:50.521Z Checking yoke v0.8.1
44032026-05-07T16:48:50.574Z Checking num-traits v0.2.19
44042026-05-07T16:48:50.608Z Checking thiserror v1.0.69
44052026-05-07T16:48:50.678Z Checking log v0.4.29
44062026-05-07T16:48:50.689Z Checking zerovec v0.11.5
44072026-05-07T16:48:50.699Z Checking zerotrie v0.2.3
44082026-05-07T16:48:50.715Z Checking errno v0.3.14
44092026-05-07T16:48:50.802Z Checking serde_spanned v0.6.9
44102026-05-07T16:48:50.823Z Checking toml_datetime v0.6.11
44112026-05-07T16:48:50.834Z Checking rustix v1.1.3
44122026-05-07T16:48:50.923Z Checking percent-encoding v2.3.2
44132026-05-07T16:48:50.935Z Checking goblin v0.8.2
44142026-05-07T16:48:50.966Z Checking zerocopy v0.7.35
44152026-05-07T16:48:50.998Z Checking toml_edit v0.22.27
44162026-05-07T16:48:51.047Z Checking getrandom v0.4.1
44172026-05-07T16:48:51.061Z Checking form_urlencoded v1.2.2
44182026-05-07T16:48:51.089Z Checking ordered-float v2.10.1
44192026-05-07T16:48:51.111Z Checking tinystr v0.8.2
44202026-05-07T16:48:51.173Z Checking potential_utf v0.1.4
44212026-05-07T16:48:51.183Z Checking thiserror v2.0.18
44222026-05-07T16:48:51.279Z Checking syn v2.0.117
44232026-05-07T16:48:51.289Z Checking icu_locale_core v2.1.1
44242026-05-07T16:48:51.300Z Checking icu_collections v2.1.1
44252026-05-07T16:48:51.310Z Checking serde-value v0.7.0
44262026-05-07T16:48:51.443Z Checking dtrace-parser v0.2.0
44272026-05-07T16:48:51.506Z Checking thread-id v4.2.2
44282026-05-07T16:48:51.586Z Checking once_cell v1.21.3
44292026-05-07T16:48:51.599Z Checking cargo-platform v0.2.0
44302026-05-07T16:48:51.623Z Checking terminal_size v0.4.3
44312026-05-07T16:48:51.678Z Checking memmap v0.7.0
44322026-05-07T16:48:51.753Z Checking clap_builder v4.5.60
44332026-05-07T16:48:51.757Z Checking tempfile v3.25.0
44342026-05-07T16:48:51.773Z Checking textwrap v0.16.2
44352026-05-07T16:48:51.804Z Checking fs-err v3.3.0
44362026-05-07T16:48:51.831Z Checking icu_provider v2.1.1
44372026-05-07T16:48:51.939Z Checking camino-tempfile v1.4.1
44382026-05-07T16:48:51.978Z Checking tabled v0.15.0
44392026-05-07T16:48:51.978Z Checking anyhow v1.0.102
44402026-05-07T16:48:52.064Z Checking icu_normalizer v2.1.1
44412026-05-07T16:48:52.074Z Checking icu_properties v2.1.2
44422026-05-07T16:48:52.087Z Checking toml v0.8.23
44432026-05-07T16:48:52.173Z Checking macaddr v1.0.1
44442026-05-07T16:48:52.349Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-07T16:48:52.405Z Checking cargo_toml v0.21.0
44462026-05-07T16:48:52.789Z Checking dof v0.3.0
44472026-05-07T16:48:52.876Z Checking idna_adapter v1.2.1
44482026-05-07T16:48:52.926Z Checking clap v4.5.60
44492026-05-07T16:48:52.991Z Checking idna v1.1.0
44502026-05-07T16:48:53.057Z Checking usdt-impl v0.5.0
44512026-05-07T16:48:53.214Z Checking url v2.5.8
44522026-05-07T16:48:53.303Z Checking usdt v0.5.0
44532026-05-07T16:48:53.548Z Checking cargo-util-schemas v0.8.2
44542026-05-07T16:48:54.227Z Checking cargo_metadata v0.21.0
44552026-05-07T16:48:54.832Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-07T16:48:55.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
44572026-05-07T16:48:55.363Z
44582026-05-07T16:48:55.363Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-07T16:48:55.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-07T16:48:55.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-07T16:48:55.992Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-07T16:48:56.466Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-07T16:48:56.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44642026-05-07T16:48:57.041Z
44652026-05-07T16:48:57.041Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-07T16:48:57.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-07T16:48:57.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-07T16:48:57.828Z Checking polyval v0.6.2
44692026-05-07T16:48:57.953Z Checking ctr v0.9.2
44702026-05-07T16:48:57.963Z Checking ssh-encoding v0.2.0
44712026-05-07T16:48:57.966Z Checking blowfish v0.9.1
44722026-05-07T16:48:57.984Z Checking password-hash v0.4.2
44732026-05-07T16:48:57.998Z Checking p256 v0.13.2
44742026-05-07T16:48:57.998Z Checking p521 v0.13.3
44752026-05-07T16:48:58.024Z Checking russh-cryptovec v0.7.3
44762026-05-07T16:48:58.091Z Checking ghash v0.5.1
44772026-05-07T16:48:58.104Z Checking bcrypt-pbkdf v0.10.0
44782026-05-07T16:48:58.107Z Checking md5 v0.7.0
44792026-05-07T16:48:58.134Z Checking num-bigint v0.4.6
44802026-05-07T16:48:58.148Z Checking des v0.8.1
44812026-05-07T16:48:58.190Z Checking pbkdf2 v0.11.0
44822026-05-07T16:48:58.204Z Checking aes-gcm v0.10.3
44832026-05-07T16:48:58.252Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-07T16:48:58.256Z Checking hex-literal v0.4.1
44852026-05-07T16:48:58.305Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-07T16:48:58.308Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-07T16:48:58.343Z Checking ssh-cipher v0.2.0
44882026-05-07T16:48:58.356Z Checking socket2 v0.5.10
44892026-05-07T16:48:58.376Z Checking internet-checksum v0.2.1
44902026-05-07T16:48:58.506Z Checking ssh-key v0.6.7
44912026-05-07T16:48:58.653Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-07T16:48:59.135Z Checking russh-keys v0.45.0
44932026-05-07T16:48:59.687Z Checking russh v0.45.0
44942026-05-07T16:49:14.400Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-07T16:49:15.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.56s
44962026-05-07T16:49:15.819Z
44972026-05-07T16:49:15.819Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-07T16:49:16.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-07T16:49:16.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-07T16:49:16.450Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-07T16:49:16.596Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-07T16:49:17.008Z Checking termios v0.3.3
45032026-05-07T16:49:17.752Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-07T16:49:17.899Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-07T16:49:19.679Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-07T16:49:20.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45072026-05-07T16:49:20.435Z
45082026-05-07T16:49:20.435Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-07T16:49:20.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-07T16:49:20.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-07T16:49:21.139Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-07T16:49:21.254Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-07T16:49:21.264Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-07T16:49:21.269Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-07T16:49:21.278Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-07T16:49:21.286Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-07T16:49:21.996Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-07T16:49:22.354Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-07T16:49:22.359Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-05-07T16:49:22.979Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-07T16:49:24.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45222026-05-07T16:49:24.807Z
45232026-05-07T16:49:24.807Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-07T16:49:25.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-07T16:49:25.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-07T16:49:25.436Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-07T16:49:25.885Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-07T16:49:26.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45292026-05-07T16:49:26.387Z
45302026-05-07T16:49:26.388Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-07T16:49:26.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-07T16:49:26.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-07T16:49:26.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-07T16:49:26.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-07T16:49:26.964Z
45362026-05-07T16:49:26.964Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-07T16:49:27.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-07T16:49:27.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-07T16:49:27.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-07T16:49:27.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45412026-05-07T16:49:27.550Z
45422026-05-07T16:49:27.550Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-07T16:49:28.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-07T16:49:28.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-07T16:49:28.296Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-07T16:49:28.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45472026-05-07T16:49:29.117Z
45482026-05-07T16:49:29.117Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-07T16:49:29.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-07T16:49:29.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-07T16:49:29.760Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-07T16:49:29.791Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-07T16:49:30.008Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-05-07T16:49:30.009Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-05-07T16:49:30.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45562026-05-07T16:49:31.036Z
45572026-05-07T16:49:31.036Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-07T16:49:31.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-07T16:49:31.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-07T16:49:31.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-07T16:49:31.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45622026-05-07T16:49:31.567Z
45632026-05-07T16:49:31.567Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-07T16:49:32.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-07T16:49:32.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-07T16:49:32.237Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-07T16:49:33.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45682026-05-07T16:49:33.511Z
45692026-05-07T16:49:33.511Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-07T16:49:34.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-07T16:49:34.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-07T16:49:34.291Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-07T16:49:34.641Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-07T16:49:39.195Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-07T16:49:39.234Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-07T16:49:40.828Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-07T16:49:40.831Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-07T16:49:41.395Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-07T16:49:41.395Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-07T16:49:41.398Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-07T16:49:41.398Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-07T16:49:42.135Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-07T16:49:43.163Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-07T16:49:43.923Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-07T16:49:44.525Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-07T16:49:48.465Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-07T16:49:54.782Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-05-07T16:49:54.785Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45892026-05-07T16:49:54.785Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45902026-05-07T16:49:54.785Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45912026-05-07T16:49:56.241Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-07T16:49:57.541Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-07T16:49:58.214Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-07T16:49:59.446Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-07T16:49:59.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.47s
45962026-05-07T16:50:00.202Z
45972026-05-07T16:50:00.202Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-07T16:50:00.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-07T16:50:00.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-07T16:50:00.906Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-07T16:50:00.911Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-07T16:50:00.911Z Checking rtoolbox v0.0.3
46032026-05-07T16:50:01.037Z Checking tui-tree-widget v0.23.1
46042026-05-07T16:50:01.136Z Checking rpassword v7.4.0
46052026-05-07T16:50:02.137Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-07T16:50:05.165Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-07T16:50:06.993Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-07T16:50:07.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.69s
46092026-05-07T16:50:08.105Z
46102026-05-07T16:50:08.105Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-07T16:50:08.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-07T16:50:08.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-07T16:50:08.797Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-07T16:50:09.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46152026-05-07T16:50:09.367Z
46162026-05-07T16:50:09.368Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-07T16:50:09.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-07T16:50:09.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-07T16:50:10.089Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-07T16:50:10.093Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-07T16:50:10.093Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-07T16:50:10.093Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-07T16:50:11.098Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-07T16:50:11.668Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-07T16:50:14.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46262026-05-07T16:50:14.793Z
46272026-05-07T16:50:14.793Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-07T16:50:15.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-07T16:50:15.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-07T16:50:15.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-07T16:50:15.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46322026-05-07T16:50:15.384Z
46332026-05-07T16:50:15.384Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-07T16:50:15.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-07T16:50:15.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-07T16:50:16.055Z Checking uzers v0.12.2
46372026-05-07T16:50:16.324Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-07T16:50:17.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46392026-05-07T16:50:17.273Z
46402026-05-07T16:50:17.273Zreal 14:03.604870106
46412026-05-07T16:50:17.273Zuser 20:27.453818598
46422026-05-07T16:50:17.273Zsys 4:13.528731459
46432026-05-07T16:50:17.276Ztrap 0.330416156
46442026-05-07T16:50:17.276Ztflt 0.650879912
46452026-05-07T16:50:17.276Zdflt 1.183787155
46462026-05-07T16:50:17.277Zkflt 0.004607727
46472026-05-07T16:50:17.277Zlock 1:16:34.018854210
46482026-05-07T16:50:17.277Zslp 1:38:03.852201848
46492026-05-07T16:50:17.277Zlat 49.634629169
46502026-05-07T16:50:17.277Zstop 3:19.697713568
46512026-05-07T16:50:17.277Zprocess exited: duration 979745 ms, exit code 0
 
46522026-05-07T16:50:17.283Zfound 0 output files