01KSTHD923E3BJNHW30864BBN8: 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: 01KSTHDRJHPN7R7229RXNR89HV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T18:55:41.213Zjob assigned to worker 01KSTHDWZHEXEAGJMTF1B4VG47 [factory aws, i-072d5e78b7d28ef3c] (queued for 46 s)
 
22026-05-29T18:55:47.872Zstarting task 0: "setup"
32026-05-29T18:55:47.876Z++ uname -s
42026-05-29T18:55:47.879Z+ kern=SunOS
52026-05-29T18:55:47.879Z+ build_user=build
62026-05-29T18:55:47.879Z+ build_uid=12345
72026-05-29T18:55:47.879Z+ work_dir=/work
82026-05-29T18:55:47.879Z+ input_dir=/input
92026-05-29T18:55:47.880Z+ [[ 0 == 12345 ]]
102026-05-29T18:55:47.880Z+ case "$kern" in
112026-05-29T18:55:47.880Z+ groupadd -g 12345 build
122026-05-29T18:55:47.884Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T18:55:49.885Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T18:55:49.980Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T18:55:49.983Z+ home_fs=zfs
162026-05-29T18:55:49.983Z+ [[ zfs == autofs ]]
172026-05-29T18:55:49.983Z+ mkdir -p /home/build
182026-05-29T18:55:49.983Z+ chown build:build /home/build /work
192026-05-29T18:55:51.984Z+ chmod 0700 /home/build /work
202026-05-29T18:55:51.986Zprocess exited: duration 4114 ms, exit code 0
 
212026-05-29T18:55:51.993Zstarting task 1: "rust-toolchain"
222026-05-29T18:55:51.996Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T18:55:51.996Z * rust toolchain channel = "1.94.0"
242026-05-29T18:55:51.997Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-29T18:55:51.997Z * rust toolchain profile = "default"
262026-05-29T18:55:51.997Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T18:55:51.997Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T18:55:52.005Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T18:55:52.006Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T18:55:52.100Zinfo: downloading installer
312026-05-29T18:55:53.501Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T18:55:53.501Zwarn: /home/build/.rustup/settings.toml
332026-05-29T18:55:53.501Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T18:55:53.501Zwarn: instead of the one inferred from the default host triple.
352026-05-29T18:55:53.514Zinfo: profile set to default
362026-05-29T18:55:53.514Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T18:55:53.516Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T18:55:53.651Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T18:55:53.655Zinfo: downloading 6 components
402026-05-29T18:56:07.888Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T18:56:07.888Z
422026-05-29T18:56:07.913Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T18:56:07.913Z
442026-05-29T18:56:07.913Z
452026-05-29T18:56:07.914ZRust is installed now. Great!
462026-05-29T18:56:07.914Z
472026-05-29T18:56:07.914ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T18:56:07.914Zenvironment variable. This has not been done automatically.
492026-05-29T18:56:07.914Z
502026-05-29T18:56:07.914ZTo configure your current shell, you need to source
512026-05-29T18:56:07.914Zthe corresponding env file under $HOME/.cargo.
522026-05-29T18:56:07.914Z
532026-05-29T18:56:07.914ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T18:56:07.918Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T18:56:07.918Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T18:56:07.918Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T18:56:07.918Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T18:56:07.918Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T18:56:07.918Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T18:56:07.918Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T18:56:07.918Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T18:56:08.000Z+ rustup --version
632026-05-29T18:56:08.009Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T18:56:08.011Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T18:56:08.030Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T18:56:08.034Z+ cargo --version
672026-05-29T18:56:08.046Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T18:56:08.049Z+ rustc --version
692026-05-29T18:56:08.068Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T18:56:08.071Zprocess exited: duration 16077 ms, exit code 0
 
712026-05-29T18:56:08.076Zstarting task 2: "authentication"
722026-05-29T18:56:08.092Zprocess exited: duration 15 ms, exit code 0
 
732026-05-29T18:56:08.099Zstarting task 3: "clone repository"
742026-05-29T18:56:08.101Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T18:56:08.104Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T18:56:08.142ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T18:56:18.652Z+ cd /work/oxidecomputer/omicron
782026-05-29T18:56:18.652Z+ git fetch origin 97ba425a4b558759027b09ceb62a9884f8d17b58
792026-05-29T18:56:18.977ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T18:56:18.977Z * branch 97ba425a4b558759027b09ceb62a9884f8d17b58 -> FETCH_HEAD
812026-05-29T18:56:18.987Z+ [[ -n sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator ]]
822026-05-29T18:56:18.990Z++ git branch --show-current
832026-05-29T18:56:18.990Z+ current=main
842026-05-29T18:56:18.990Z+ [[ main != sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator ]]
852026-05-29T18:56:18.990Z+ git branch -f sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator 97ba425a4b558759027b09ceb62a9884f8d17b58
862026-05-29T18:56:18.992Z+ git checkout -f sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator
872026-05-29T18:56:19.225ZSwitched to branch 'sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator'
882026-05-29T18:56:19.228Z+ git reset --hard 97ba425a4b558759027b09ceb62a9884f8d17b58
892026-05-29T18:56:19.243ZHEAD is now at 97ba425a4 rustdoc
902026-05-29T18:56:19.245Zprocess exited: duration 11145 ms, exit code 0
 
912026-05-29T18:56:19.251Zstarting task 4: "build"
922026-05-29T18:56:19.254Z+ source .github/buildomat/ci-env.sh
932026-05-29T18:56:19.254Z++ export CARGO_TERM_COLOR=always
942026-05-29T18:56:19.254Z++ CARGO_TERM_COLOR=always
952026-05-29T18:56:19.254Z+ cargo --version
962026-05-29T18:56:19.264Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T18:56:19.267Z+ rustc --version
982026-05-29T18:56:19.287Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T18:56:19.289Z+ source ./env.sh
1002026-05-29T18:56:19.289Z++ OLD_SHELL_OPTS=ehxB
1012026-05-29T18:56:19.289Z++ set -o xtrace
1022026-05-29T18:56:19.292Z++++ dirname ./env.sh
1032026-05-29T18:56:19.295Z+++ readlink -f .
1042026-05-29T18:56:19.297Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-29T18:56:19.297Z++ 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-29T18:56:19.297Z++ 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-29T18:56:19.297Z++ 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-29T18:56:19.298Z++ 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-29T18:56:19.298Z++ 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-29T18:56:19.298Z++ 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-29T18:56:19.298Z++ 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-29T18:56:19.298Z++ 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-29T18:56:19.298Z++ case $OLD_SHELL_OPTS in
1142026-05-29T18:56:19.298Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-29T18:56:19.298Z+ 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-29T18:56:19.298Z+ 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-29T18:56:19.298Z+ banner prerequisites
1182026-05-29T18:56:19.302Z
1192026-05-29T18:56:19.302Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-29T18:56:19.302Z # # # # # # # # # # # # # # #
1212026-05-29T18:56:19.302Z # # # # ##### # # ##### # # # # # #### #
1222026-05-29T18:56:19.302Z ##### ##### # ##### # # # # # # # # #
1232026-05-29T18:56:19.302Z # # # # # # # # # # # # # # #
1242026-05-29T18:56:19.303Z # # # ###### # # ###### ### # #### # #### #
1252026-05-29T18:56:19.303Z
1262026-05-29T18:56:19.303Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-29T18:56:20.727Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-29T18:56:20.802Z Startup: Caching catalogs ... Done
1292026-05-29T18:56:21.090ZPlanning: Solver setup ... Done (0.249s)
1302026-05-29T18:56:21.138ZPlanning: Running solver ... Done (0.019s)
1312026-05-29T18:56:21.138ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-29T18:56:21.138ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-29T18:56:21.142ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-29T18:56:21.155ZPlanning: Package planning ... Done (0.013s)
1352026-05-29T18:56:21.158ZPlanning: Merging actions ... Done (0.001s)
1362026-05-29T18:56:21.347ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-05-29T18:56:21.350ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-29T18:56:22.192ZPlanning: Evaluating mediators ... Done (0.844s)
1392026-05-29T18:56:22.194ZPlanning: Planning completed in 1.37 seconds
1402026-05-29T18:56:22.202Z Packages to install: 2
1412026-05-29T18:56:22.202Z Estimated space available: 156.07 GB
1422026-05-29T18:56:22.204ZEstimated space to be consumed: 23.93 MB
1432026-05-29T18:56:22.204Z Create boot environment: No
1442026-05-29T18:56:22.204ZCreate backup boot environment: No
1452026-05-29T18:56:22.204Z Rebuild boot archive: No
1462026-05-29T18:56:22.204Z
1472026-05-29T18:56:22.204ZChanged packages:
1482026-05-29T18:56:22.204Zhelios
1492026-05-29T18:56:22.204Z developer/build-essential
1502026-05-29T18:56:22.204Z None -> 11-3.0
1512026-05-29T18:56:22.204Z library/libxmlsec1
1522026-05-29T18:56:22.204Z None -> 1.2.35-3.0
1532026-05-29T18:56:22.226Z
1542026-05-29T18:56:22.226ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-29T18:56:24.078ZDownload: Completed 1.28 MB in 1.85 seconds (709k/s)
1562026-05-29T18:56:24.150Z Actions: 1/268 actions (Installing new actions)
1572026-05-29T18:56:24.188Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-29T18:56:24.195ZFinalize: Updating package state database ... Done (0.007s)
1592026-05-29T18:56:24.195ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-29T18:56:24.215ZFinalize: Updating image state ... Done (0.020s)
1612026-05-29T18:56:26.557ZFinalize: Creating fast lookup database ... Done (2.321s)
1622026-05-29T18:56:26.643ZFinalize: Reading search index ... Done (0.030s)
1632026-05-29T18:56:26.646ZFinalize: Updating search index ... Done (0.000s)
1642026-05-29T18:56:26.725ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-29T18:56:27.021ZPlanning: Evaluating mediator changes ... Done
1662026-05-29T18:56:27.125ZPlanning: Checking for conflicting actions ... Done
1672026-05-29T18:56:27.128ZPlanning: Consolidating action changes ... Done
1682026-05-29T18:56:27.285ZPlanning: Evaluating mediators ... Done
1692026-05-29T18:56:27.290ZPlanning: Planning completed in 0.26 seconds
1702026-05-29T18:56:27.308Z Mediators to change: 2
1712026-05-29T18:56:27.308Z Create boot environment: No
1722026-05-29T18:56:27.308ZCreate backup boot environment: No
1732026-05-29T18:56:27.360ZFinalize: Updating package state database ... Done
1742026-05-29T18:56:27.360ZFinalize: Updating package cache ... Done
1752026-05-29T18:56:27.371ZFinalize: Updating image state ... Done
1762026-05-29T18:56:29.830ZFinalize: Creating fast lookup database ... Done
1772026-05-29T18:56:29.850ZFinalize: Reading search index ... Done
1782026-05-29T18:56:29.850ZFinalize: Updating search index ... Done
1792026-05-29T18:56:29.850ZFinalize: Updating package cache ... Done
1802026-05-29T18:56:29.850ZPlanning: Evaluating mediator changes ... Done
1812026-05-29T18:56:29.857ZPlanning: Checking for conflicting actions ... Done
1822026-05-29T18:56:29.857ZPlanning: Consolidating action changes ... Done
1832026-05-29T18:56:30.121ZPlanning: Evaluating mediators ... Done
1842026-05-29T18:56:30.125ZPlanning: Planning completed in 0.26 seconds
1852026-05-29T18:56:30.125Z Mediators to change: 1
1862026-05-29T18:56:30.125Z Create boot environment: No
1872026-05-29T18:56:30.125ZCreate backup boot environment: No
1882026-05-29T18:56:30.125ZFinalize: Updating package state database ... Done
1892026-05-29T18:56:30.125ZFinalize: Updating package cache ... Done
1902026-05-29T18:56:30.125ZFinalize: Updating image state ... Done
1912026-05-29T18:56:32.071ZFinalize: Creating fast lookup database ... Done
1922026-05-29T18:56:32.092ZFinalize: Reading search index ... Done
1932026-05-29T18:56:32.095ZFinalize: Updating search index ... Done
1942026-05-29T18:56:32.229ZFinalize: Updating package cache ... Done
1952026-05-29T18:56:32.485ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-29T18:56:32.485Zapache system 2.4 system
1972026-05-29T18:56:32.485Zclang system 15 system
1982026-05-29T18:56:32.485Zcsh system system illumos
1992026-05-29T18:56:32.485Zctags system system illumos
2002026-05-29T18:56:32.485Zfile vendor vendor darwinsys
2012026-05-29T18:56:32.485Zfile system system illumos
2022026-05-29T18:56:32.485Zgcc vendor 14 vendor
2032026-05-29T18:56:32.486Zgcc system 13 system
2042026-05-29T18:56:32.486Zgcc system 10 system
2052026-05-29T18:56:32.486Zgo system 1.25 system
2062026-05-29T18:56:32.486Zllvm system 15 system
2072026-05-29T18:56:32.486Zmariadb system 11.4 system
2082026-05-29T18:56:32.486Zmta vendor vendor dma
2092026-05-29T18:56:32.486Zopenjdk system 17 system
2102026-05-29T18:56:32.486Zopenjdk system 11 system
2112026-05-29T18:56:32.486Zopenssl vendor 3 vendor
2122026-05-29T18:56:32.486Zperl system 5.40 system
2132026-05-29T18:56:32.486Zpostgresql system 18 system
2142026-05-29T18:56:32.486Zpostgresql system 17 system
2152026-05-29T18:56:32.486Zpython vendor 3 vendor
2162026-05-29T18:56:32.486Zpython system 2 system
2172026-05-29T18:56:32.486Zpython3 vendor 3.13 vendor
2182026-05-29T18:56:32.486Zruby system 3.4 system
2192026-05-29T18:56:32.486Zruby system 3.0 system
2202026-05-29T18:56:32.486Zwords vendor vendor american-english
2212026-05-29T18:56:32.486Zwords system system australian-english
2222026-05-29T18:56:32.486Zwords system system british-english
2232026-05-29T18:56:32.486Zwords system system canadian-english
2242026-05-29T18:56:32.486Zwords system system french
2252026-05-29T18:56:32.486Zwords system system italian
2262026-05-29T18:56:32.486Zwords system system ngerman
2272026-05-29T18:56:32.486Zwords system system ogerman
2282026-05-29T18:56:32.486Zwords system system spanish
2292026-05-29T18:56:32.755ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-29T18:56:32.755Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-29T18:56:33.021ZFMRI IFO
2322026-05-29T18:56:33.021Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-29T18:56:33.021Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-29T18:56:33.021Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-29T18:56:33.021Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-29T18:56:33.021Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-29T18:56:33.021Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-29T18:56:33.021Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-29T18:56:33.021Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-29T18:56:33.021Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-29T18:56:33.306Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-29T18:56:33.565Z Updating crates.io index
2432026-05-29T18:56:33.602Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-29T18:56:33.867Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-29T18:56:34.771Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-29T18:56:35.091Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-29T18:56:36.256Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-29T18:56:36.777Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-29T18:56:38.309Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-29T18:56:39.169Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-29T18:56:39.413Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-29T18:56:40.379Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-29T18:56:40.906Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-29T18:56:41.289Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-29T18:56:41.580Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-29T18:56:42.633Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-29T18:56:43.224Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-29T18:56:43.532Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-29T18:56:43.796Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-29T18:56:44.174Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-29T18:56:44.604Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-29T18:56:44.852Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-29T18:56:45.104Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-29T18:56:45.413Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-29T18:56:45.801Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-29T18:56:46.277Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-29T18:56:46.739Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-29T18:56:47.187Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-29T18:56:47.471Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-29T18:56:47.977Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-29T18:56:48.353Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-29T18:56:49.670Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-29T18:56:50.076Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-29T18:56:50.425Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-29T18:56:50.728Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-29T18:56:51.077Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-29T18:56:51.426Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-29T18:56:51.928Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-29T18:56:52.177Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-29T18:56:52.495Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-29T18:56:52.791Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-29T18:56:53.181Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-29T18:57:05.874Z Downloading crates ...
2842026-05-29T18:57:05.924Z Downloaded anstyle-query v1.1.5
2852026-05-29T18:57:05.927Z Downloaded bytecount v0.6.9
2862026-05-29T18:57:05.927Z Downloaded anstream v0.6.21
2872026-05-29T18:57:05.932Z Downloaded thread-id v4.2.2
2882026-05-29T18:57:05.935Z Downloaded clap_lex v1.0.0
2892026-05-29T18:57:05.935Z Downloaded byteorder v1.5.0
2902026-05-29T18:57:05.939Z Downloaded proc-macro-error v1.0.4
2912026-05-29T18:57:05.942Z Downloaded displaydoc v0.2.5
2922026-05-29T18:57:05.942Z Downloaded camino v1.2.2
2932026-05-29T18:57:05.946Z Downloaded idna v1.1.0
2942026-05-29T18:57:05.949Z Downloaded cpufeatures v0.2.17
2952026-05-29T18:57:05.949Z Downloaded zerofrom v0.1.6
2962026-05-29T18:57:05.949Z Downloaded thiserror-impl v2.0.18
2972026-05-29T18:57:05.949Z Downloaded yoke-derive v0.8.1
2982026-05-29T18:57:05.952Z Downloaded toml_write v0.1.2
2992026-05-29T18:57:05.952Z Downloaded cfg-if v1.0.4
3002026-05-29T18:57:05.952Z Downloaded heck v0.4.1
3012026-05-29T18:57:05.952Z Downloaded getrandom v0.4.1
3022026-05-29T18:57:05.957Z Downloaded zerofrom-derive v0.1.6
3032026-05-29T18:57:05.957Z Downloaded thiserror v1.0.69
3042026-05-29T18:57:05.960Z Downloaded tinystr v0.8.2
3052026-05-29T18:57:05.960Z Downloaded thiserror v2.0.18
3062026-05-29T18:57:05.963Z Downloaded toml_datetime v0.6.11
3072026-05-29T18:57:05.966Z Downloaded errno v0.3.14
3082026-05-29T18:57:05.966Z Downloaded stable_deref_trait v1.2.1
3092026-05-29T18:57:05.966Z Downloaded litemap v0.8.1
3102026-05-29T18:57:05.969Z Downloaded unicode-linebreak v0.1.5
3112026-05-29T18:57:05.969Z Downloaded usdt v0.5.0
3122026-05-29T18:57:05.969Z Downloaded unicode-xid v0.2.6
3132026-05-29T18:57:05.972Z Downloaded semver v1.0.28
3142026-05-29T18:57:05.972Z Downloaded fnv v1.0.7
3152026-05-29T18:57:05.972Z Downloaded thiserror-impl v1.0.69
3162026-05-29T18:57:05.972Z Downloaded anstyle-parse v0.2.7
3172026-05-29T18:57:05.975Z Downloaded percent-encoding v2.3.2
3182026-05-29T18:57:05.975Z Downloaded clap v4.5.60
3192026-05-29T18:57:05.979Z Downloaded version_check v0.9.5
3202026-05-29T18:57:05.981Z Downloaded typeid v1.0.3
3212026-05-29T18:57:05.982Z Downloaded itoa v1.0.17
3222026-05-29T18:57:05.982Z Downloaded toml v0.8.23
3232026-05-29T18:57:05.985Z Downloaded crypto-common v0.1.7
3242026-05-29T18:57:05.985Z Downloaded cargo-platform v0.2.0
3252026-05-29T18:57:05.985Z Downloaded usdt-macro v0.5.0
3262026-05-29T18:57:05.988Z Downloaded serde_derive v1.0.228
3272026-05-29T18:57:05.988Z Downloaded potential_utf v0.1.4
3282026-05-29T18:57:05.991Z Downloaded yoke v0.8.1
3292026-05-29T18:57:05.991Z Downloaded heck v0.5.0
3302026-05-29T18:57:05.991Z Downloaded utf8_iter v1.0.4
3312026-05-29T18:57:05.991Z Downloaded usdt-attr-macro v0.5.0
3322026-05-29T18:57:05.991Z Downloaded zmij v1.0.21
3332026-05-29T18:57:05.994Z Downloaded generic-array v0.14.7
3342026-05-29T18:57:05.994Z Downloaded serde-value v0.7.0
3352026-05-29T18:57:05.997Z Downloaded writeable v0.6.2
3362026-05-29T18:57:05.997Z Downloaded tabled_derive v0.7.0
3372026-05-29T18:57:05.997Z Downloaded ordered-float v2.10.1
3382026-05-29T18:57:05.997Z Downloaded zerovec-derive v0.11.2
3392026-05-29T18:57:06.001Z Downloaded utf8parse v0.2.2
3402026-05-29T18:57:06.001Z Downloaded usdt-impl v0.5.0
3412026-05-29T18:57:06.001Z Downloaded proc-macro-error-attr v1.0.4
3422026-05-29T18:57:06.005Z Downloaded fastrand v2.3.0
3432026-05-29T18:57:06.005Z Downloaded anstyle v1.0.13
3442026-05-29T18:57:06.005Z Downloaded zerocopy-derive v0.7.35
3452026-05-29T18:57:06.008Z Downloaded textwrap v0.16.2
3462026-05-29T18:57:06.008Z Downloaded plain v0.2.3
3472026-05-29T18:57:06.011Z Downloaded equivalent v1.0.2
3482026-05-29T18:57:06.057Z Downloaded colorchoice v1.0.4
3492026-05-29T18:57:06.057Z Downloaded unicode-ident v1.0.24
3502026-05-29T18:57:06.057Z Downloaded macaddr v1.0.1
3512026-05-29T18:57:06.057Z Downloaded ucd-trie v0.1.7
3522026-05-29T18:57:06.057Z Downloaded zerotrie v0.2.3
3532026-05-29T18:57:06.057Z Downloaded dof v0.3.0
3542026-05-29T18:57:06.057Z Downloaded toml_edit v0.22.27
3552026-05-29T18:57:06.057Z Downloaded url v2.5.8
3562026-05-29T18:57:06.057Z Downloaded typenum v1.19.0
3572026-05-29T18:57:06.057Z Downloaded strsim v0.11.1
3582026-05-29T18:57:06.057Z Downloaded scroll_derive v0.12.1
3592026-05-29T18:57:06.057Z Downloaded terminal_size v0.4.3
3602026-05-29T18:57:06.057Z Downloaded swrite v0.1.0
3612026-05-29T18:57:06.057Z Downloaded pretty-hex v0.4.1
3622026-05-29T18:57:06.057Z Downloaded is_terminal_polyfill v1.70.2
3632026-05-29T18:57:06.057Z Downloaded idna_adapter v1.2.1
3642026-05-29T18:57:06.057Z Downloaded winnow v0.7.14
3652026-05-29T18:57:06.057Z Downloaded zerovec v0.11.5
3662026-05-29T18:57:06.057Z Downloaded zerocopy v0.7.35
3672026-05-29T18:57:06.057Z Downloaded icu_normalizer v2.1.1
3682026-05-29T18:57:06.061Z Downloaded memmap v0.7.0
3692026-05-29T18:57:06.061Z Downloaded form_urlencoded v1.2.2
3702026-05-29T18:57:06.061Z Downloaded camino-tempfile v1.4.1
3712026-05-29T18:57:06.061Z Downloaded sha2 v0.10.9
3722026-05-29T18:57:06.061Z Downloaded unicode-width v0.2.0
3732026-05-29T18:57:06.064Z Downloaded unicode-width v0.1.14
3742026-05-29T18:57:06.067Z Downloaded synstructure v0.13.2
3752026-05-29T18:57:06.070Z Downloaded serde_spanned v0.6.9
3762026-05-29T18:57:06.070Z Downloaded smawk v0.3.2
3772026-05-29T18:57:06.070Z Downloaded serde_tokenstream v0.2.3
3782026-05-29T18:57:06.073Z Downloaded cargo_toml v0.21.0
3792026-05-29T18:57:06.073Z Downloaded dtrace-parser v0.2.0
3802026-05-29T18:57:06.073Z Downloaded block-buffer v0.10.4
3812026-05-29T18:57:06.073Z Downloaded digest v0.10.7
3822026-05-29T18:57:06.077Z Downloaded scroll v0.12.0
3832026-05-29T18:57:06.077Z Downloaded erased-serde v0.4.9
3842026-05-29T18:57:06.082Z Downloaded tempfile v3.25.0
3852026-05-29T18:57:06.086Z Downloaded serde-untagged v0.1.9
3862026-05-29T18:57:06.089Z Downloaded pest_generator v2.8.6
3872026-05-29T18:57:06.093Z Downloaded quote v1.0.45
3882026-05-29T18:57:06.096Z Downloaded bitflags v2.11.0
3892026-05-29T18:57:06.103Z Downloaded autocfg v1.5.0
3902026-05-29T18:57:06.110Z Downloaded smallvec v1.15.1
3912026-05-29T18:57:06.112Z Downloaded cargo-util-schemas v0.8.2
3922026-05-29T18:57:06.113Z Downloaded clap_derive v4.5.55
3932026-05-29T18:57:06.117Z Downloaded pest_derive v2.8.6
3942026-05-29T18:57:06.117Z Downloaded once_cell v1.21.3
3952026-05-29T18:57:06.117Z Downloaded papergrid v0.11.0
3962026-05-29T18:57:06.120Z Downloaded proc-macro2 v1.0.106
3972026-05-29T18:57:06.123Z Downloaded log v0.4.29
3982026-05-29T18:57:06.123Z Downloaded fs-err v3.3.0
3992026-05-29T18:57:06.127Z Downloaded icu_properties v2.1.2
4002026-05-29T18:57:06.131Z Downloaded anyhow v1.0.102
4012026-05-29T18:57:06.135Z Downloaded serde_core v1.0.228
4022026-05-29T18:57:06.137Z Downloaded num-traits v0.2.19
4032026-05-29T18:57:06.137Z Downloaded cargo_metadata v0.21.0
4042026-05-29T18:57:06.143Z Downloaded icu_normalizer_data v2.1.1
4052026-05-29T18:57:06.146Z Downloaded icu_provider v2.1.1
4062026-05-29T18:57:06.150Z Downloaded pest_meta v2.8.6
4072026-05-29T18:57:06.154Z Downloaded memchr v2.8.0
4082026-05-29T18:57:06.157Z Downloaded icu_properties_data v2.1.2
4092026-05-29T18:57:06.162Z Downloaded serde v1.0.228
4102026-05-29T18:57:06.165Z Downloaded icu_locale_core v2.1.1
4112026-05-29T18:57:06.168Z Downloaded icu_collections v2.1.1
4122026-05-29T18:57:06.176Z Downloaded hashbrown v0.17.0
4132026-05-29T18:57:06.183Z Downloaded pest v2.8.6
4142026-05-29T18:57:06.201Z Downloaded indexmap v2.14.0
4152026-05-29T18:57:06.211Z Downloaded serde_json v1.0.149
4162026-05-29T18:57:06.221Z Downloaded clap_builder v4.5.60
4172026-05-29T18:57:06.230Z Downloaded goblin v0.8.2
4182026-05-29T18:57:06.233Z Downloaded tabled v0.15.0
4192026-05-29T18:57:06.241Z Downloaded syn v1.0.109
4202026-05-29T18:57:06.247Z Downloaded syn v2.0.117
4212026-05-29T18:57:06.268Z Downloaded rustix v1.1.3
4222026-05-29T18:57:06.291Z Downloaded libc v0.2.185
4232026-05-29T18:57:06.360Z Compiling proc-macro2 v1.0.106
4242026-05-29T18:57:06.360Z Compiling unicode-ident v1.0.24
4252026-05-29T18:57:06.363Z Compiling quote v1.0.45
4262026-05-29T18:57:06.364Z Compiling serde_core v1.0.228
4272026-05-29T18:57:06.364Z Compiling libc v0.2.185
4282026-05-29T18:57:06.364Z Compiling version_check v0.9.5
4292026-05-29T18:57:06.364Z Compiling serde v1.0.228
4302026-05-29T18:57:06.364Z Compiling memchr v2.8.0
4312026-05-29T18:57:06.694Z Compiling stable_deref_trait v1.2.1
4322026-05-29T18:57:06.772Z Compiling zmij v1.0.21
4332026-05-29T18:57:06.986Z Compiling autocfg v1.5.0
4342026-05-29T18:57:07.000Z Compiling ucd-trie v0.1.7
4352026-05-29T18:57:07.205Z Compiling itoa v1.0.17
4362026-05-29T18:57:07.223Z Compiling thiserror v1.0.69
4372026-05-29T18:57:07.348Z Compiling pest v2.8.6
4382026-05-29T18:57:07.380Z Compiling writeable v0.6.2
4392026-05-29T18:57:07.394Z Compiling litemap v0.8.1
4402026-05-29T18:57:07.598Z Compiling rustix v1.1.3
4412026-05-29T18:57:07.613Z Compiling byteorder v1.5.0
4422026-05-29T18:57:07.778Z Compiling icu_normalizer_data v2.1.1
4432026-05-29T18:57:07.851Z Compiling icu_properties_data v2.1.2
4442026-05-29T18:57:07.956Z Compiling syn v2.0.117
4452026-05-29T18:57:08.019Z Compiling errno v0.3.14
4462026-05-29T18:57:08.057Z Compiling serde_json v1.0.149
4472026-05-29T18:57:08.073Z Compiling bitflags v2.11.0
4482026-05-29T18:57:08.289Z Compiling num-traits v0.2.19
4492026-05-29T18:57:08.304Z Compiling smallvec v1.15.1
4502026-05-29T18:57:08.474Z Compiling pest_meta v2.8.6
4512026-05-29T18:57:08.513Z Compiling typeid v1.0.3
4522026-05-29T18:57:08.530Z Compiling equivalent v1.0.2
4532026-05-29T18:57:08.620Z Compiling hashbrown v0.17.0
4542026-05-29T18:57:08.826Z Compiling thread-id v4.2.2
4552026-05-29T18:57:08.840Z Compiling proc-macro-error-attr v1.0.4
4562026-05-29T18:57:08.856Z Compiling usdt-impl v0.5.0
4572026-05-29T18:57:08.910Z Compiling erased-serde v0.4.9
4582026-05-29T18:57:09.023Z Compiling winnow v0.7.14
4592026-05-29T18:57:09.067Z Compiling syn v1.0.109
4602026-05-29T18:57:09.181Z Compiling indexmap v2.14.0
4612026-05-29T18:57:09.276Z Compiling toml_write v0.1.2
4622026-05-29T18:57:09.588Z Compiling proc-macro-error v1.0.4
4632026-05-29T18:57:09.778Z Compiling percent-encoding v2.3.2
4642026-05-29T18:57:09.793Z Compiling log v0.4.29
4652026-05-29T18:57:09.973Z Compiling plain v0.2.3
4662026-05-29T18:57:09.973Z Compiling utf8_iter v1.0.4
4672026-05-29T18:57:10.087Z Compiling thiserror v2.0.18
4682026-05-29T18:57:10.090Z Compiling utf8parse v0.2.2
4692026-05-29T18:57:10.117Z Compiling camino v1.2.2
4702026-05-29T18:57:10.138Z Compiling getrandom v0.4.1
4712026-05-29T18:57:10.167Z Compiling ordered-float v2.10.1
4722026-05-29T18:57:10.202Z Compiling anstyle-parse v0.2.7
4732026-05-29T18:57:10.394Z Compiling form_urlencoded v1.2.2
4742026-05-29T18:57:10.529Z Compiling synstructure v0.13.2
4752026-05-29T18:57:10.544Z Compiling pest_generator v2.8.6
4762026-05-29T18:57:10.600Z Compiling terminal_size v0.4.3
4772026-05-29T18:57:10.743Z Compiling cfg-if v1.0.4
4782026-05-29T18:57:10.820Z Compiling is_terminal_polyfill v1.70.2
4792026-05-29T18:57:10.863Z Compiling pretty-hex v0.4.1
4802026-05-29T18:57:10.893Z Compiling anstyle v1.0.13
4812026-05-29T18:57:10.926Z Compiling colorchoice v1.0.4
4822026-05-29T18:57:10.939Z Compiling anstyle-query v1.1.5
4832026-05-29T18:57:11.038Z Compiling serde-untagged v0.1.9
4842026-05-29T18:57:11.054Z Compiling anstream v0.6.21
4852026-05-29T18:57:11.132Z Compiling semver v1.0.28
4862026-05-29T18:57:11.277Z Compiling fs-err v3.3.0
4872026-05-29T18:57:11.280Z Compiling strsim v0.11.1
4882026-05-29T18:57:11.356Z Compiling unicode-width v0.1.14
4892026-05-29T18:57:11.457Z Compiling unicode-xid v0.2.6
4902026-05-29T18:57:11.471Z Compiling anyhow v1.0.102
4912026-05-29T18:57:11.489Z Compiling heck v0.5.0
4922026-05-29T18:57:11.581Z Compiling fnv v1.0.7
4932026-05-29T18:57:11.634Z Compiling clap_lex v1.0.0
4942026-05-29T18:57:11.685Z Compiling bytecount v0.6.9
4952026-05-29T18:57:11.725Z Compiling fastrand v2.3.0
4962026-05-29T18:57:11.776Z Compiling heck v0.4.1
4972026-05-29T18:57:11.817Z Compiling once_cell v1.21.3
4982026-05-29T18:57:11.869Z Compiling clap_builder v4.5.60
4992026-05-29T18:57:11.990Z Compiling tempfile v3.25.0
5002026-05-29T18:57:12.005Z Compiling papergrid v0.11.0
5012026-05-29T18:57:12.183Z Compiling memmap v0.7.0
5022026-05-29T18:57:12.199Z Compiling smawk v0.3.2
5032026-05-29T18:57:12.256Z Compiling serde_derive v1.0.228
5042026-05-29T18:57:12.339Z Compiling zerofrom-derive v0.1.6
5052026-05-29T18:57:12.368Z Compiling yoke-derive v0.8.1
5062026-05-29T18:57:12.409Z Compiling zerovec-derive v0.11.2
5072026-05-29T18:57:12.602Z Compiling displaydoc v0.2.5
5082026-05-29T18:57:13.343Z Compiling thiserror-impl v1.0.69
5092026-05-29T18:57:13.496Z Compiling zerocopy-derive v0.7.35
5102026-05-29T18:57:13.530Z Compiling pest_derive v2.8.6
5112026-05-29T18:57:13.545Z Compiling scroll_derive v0.12.1
5122026-05-29T18:57:13.742Z Compiling zerofrom v0.1.6
5132026-05-29T18:57:13.879Z Compiling yoke v0.8.1
5142026-05-29T18:57:13.956Z Compiling thiserror-impl v2.0.18
5152026-05-29T18:57:14.071Z Compiling zerovec v0.11.5
5162026-05-29T18:57:14.202Z Compiling zerotrie v0.2.3
5172026-05-29T18:57:14.354Z Compiling zerocopy v0.7.35
5182026-05-29T18:57:14.508Z Compiling scroll v0.12.0
5192026-05-29T18:57:14.576Z Compiling tinystr v0.8.2
5202026-05-29T18:57:14.730Z Compiling potential_utf v0.1.4
5212026-05-29T18:57:14.779Z Compiling icu_locale_core v2.1.1
5222026-05-29T18:57:14.782Z Compiling dtrace-parser v0.2.0
5232026-05-29T18:57:14.901Z Compiling icu_collections v2.1.1
5242026-05-29T18:57:14.917Z Compiling goblin v0.8.2
5252026-05-29T18:57:14.932Z Compiling tabled_derive v0.7.0
5262026-05-29T18:57:15.176Z Compiling clap_derive v4.5.55
5272026-05-29T18:57:15.498Z Compiling icu_provider v2.1.1
5282026-05-29T18:57:15.524Z Compiling unicode-width v0.2.0
5292026-05-29T18:57:15.738Z Compiling serde_spanned v0.6.9
5302026-05-29T18:57:15.826Z Compiling toml_datetime v0.6.11
5312026-05-29T18:57:15.925Z Compiling icu_properties v2.1.2
5322026-05-29T18:57:15.926Z Compiling icu_normalizer v2.1.1
5332026-05-29T18:57:15.926Z Compiling dof v0.3.0
5342026-05-29T18:57:15.926Z Compiling serde_tokenstream v0.2.3
5352026-05-29T18:57:15.926Z Compiling serde-value v0.7.0
5362026-05-29T18:57:16.032Z Compiling toml_edit v0.22.27
5372026-05-29T18:57:16.236Z Compiling cargo-platform v0.2.0
5382026-05-29T18:57:16.307Z Compiling unicode-linebreak v0.1.5
5392026-05-29T18:57:16.351Z Compiling tabled v0.15.0
5402026-05-29T18:57:16.475Z Compiling textwrap v0.16.2
5412026-05-29T18:57:16.522Z Compiling macaddr v1.0.1
5422026-05-29T18:57:16.705Z Compiling idna_adapter v1.2.1
5432026-05-29T18:57:16.760Z Compiling usdt-attr-macro v0.5.0
5442026-05-29T18:57:16.854Z Compiling idna v1.1.0
5452026-05-29T18:57:16.886Z Compiling usdt-macro v0.5.0
5462026-05-29T18:57:16.915Z Compiling clap v4.5.60
5472026-05-29T18:57:16.937Z Compiling camino-tempfile v1.4.1
5482026-05-29T18:57:17.244Z Compiling url v2.5.8
5492026-05-29T18:57:17.417Z Compiling toml v0.8.23
5502026-05-29T18:57:17.536Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-29T18:57:17.808Z Compiling cargo-util-schemas v0.8.2
5522026-05-29T18:57:18.010Z Compiling cargo_toml v0.21.0
5532026-05-29T18:57:18.057Z Compiling swrite v0.1.0
5542026-05-29T18:57:18.162Z Compiling usdt v0.5.0
5552026-05-29T18:57:18.726Z Compiling cargo_metadata v0.21.0
5562026-05-29T18:57:19.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-29T18:57:21.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.59s
5582026-05-29T18:57:21.937Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-29T18:57:22.509Z Downloading crates ...
5602026-05-29T18:57:22.599Z Downloaded atomicwrites v0.4.4
5612026-05-29T18:57:22.604Z Downloaded atty v0.2.14
5622026-05-29T18:57:22.606Z Downloaded adler2 v2.0.1
5632026-05-29T18:57:22.606Z Downloaded async-stream-impl v0.3.6
5642026-05-29T18:57:22.609Z Downloaded array-init v0.0.4
5652026-05-29T18:57:22.609Z Downloaded async-stream v0.3.6
5662026-05-29T18:57:22.612Z Downloaded atomic-waker v1.1.2
5672026-05-29T18:57:22.612Z Downloaded arrayref v0.3.9
5682026-05-29T18:57:22.615Z Downloaded async-recursion v1.1.1
5692026-05-29T18:57:22.615Z Downloaded assert_matches v1.5.0
5702026-05-29T18:57:22.618Z Downloaded argon2 v0.5.3
5712026-05-29T18:57:22.620Z Downloaded crc v3.4.0
5722026-05-29T18:57:22.620Z Downloaded castaway v0.2.4
5732026-05-29T18:57:22.623Z Downloaded crunchy v0.2.4
5742026-05-29T18:57:22.626Z Downloaded convert_case v0.4.0
5752026-05-29T18:57:22.626Z Downloaded cobs v0.3.0
5762026-05-29T18:57:22.629Z Downloaded cargo-platform v0.3.2
5772026-05-29T18:57:22.629Z Downloaded async-trait v0.1.89
5782026-05-29T18:57:22.632Z Downloaded derive_builder_macro v0.20.2
5792026-05-29T18:57:22.632Z Downloaded bitfield-struct v0.6.2
5802026-05-29T18:57:22.632Z Downloaded downcast-rs v2.0.2
5812026-05-29T18:57:22.635Z Downloaded ciborium-io v0.2.2
5822026-05-29T18:57:22.635Z Downloaded base64ct v1.8.3
5832026-05-29T18:57:22.637Z Downloaded float-cmp v0.10.0
5842026-05-29T18:57:22.637Z Downloaded display-error-chain v0.2.2
5852026-05-29T18:57:22.637Z Downloaded difflib v0.4.0
5862026-05-29T18:57:22.640Z Downloaded bit-vec v0.8.0
5872026-05-29T18:57:22.640Z Downloaded env_filter v1.0.0
5882026-05-29T18:57:22.640Z Downloaded cfg_aliases v0.1.1
5892026-05-29T18:57:22.643Z Downloaded dunce v1.0.5
5902026-05-29T18:57:22.643Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-05-29T18:57:22.643Z Downloaded dsl_auto_type v0.2.0
5922026-05-29T18:57:22.646Z Downloaded bcs v0.1.6
5932026-05-29T18:57:22.646Z Downloaded debug-ignore v1.0.5
5942026-05-29T18:57:22.646Z Downloaded bitfield-macros v0.19.4
5952026-05-29T18:57:22.648Z Downloaded crc-catalog v2.4.0
5962026-05-29T18:57:22.648Z Downloaded bit-set v0.5.3
5972026-05-29T18:57:22.648Z Downloaded bcrypt-pbkdf v0.10.0
5982026-05-29T18:57:22.651Z Downloaded daft-derive v0.1.7
5992026-05-29T18:57:22.654Z Downloaded block-padding v0.3.3
6002026-05-29T18:57:22.654Z Downloaded crucible-workspace-hack v0.1.0
6012026-05-29T18:57:22.654Z Downloaded backoff v0.4.0
6022026-05-29T18:57:22.656Z Downloaded csv-core v0.1.13
6032026-05-29T18:57:22.656Z Downloaded critical-section v1.2.0
6042026-05-29T18:57:22.657Z Downloaded darling_macro v0.21.3
6052026-05-29T18:57:22.659Z Downloaded base16ct v0.2.0
6062026-05-29T18:57:22.659Z Downloaded darling v0.20.11
6072026-05-29T18:57:22.662Z Downloaded fd-lock v4.0.4
6082026-05-29T18:57:22.665Z Downloaded defmt-parser v1.0.0
6092026-05-29T18:57:22.665Z Downloaded embedded-io v0.4.0
6102026-05-29T18:57:22.665Z Downloaded console v0.15.11
6112026-05-29T18:57:22.667Z Downloaded filetime v0.2.27
6122026-05-29T18:57:22.670Z Downloaded darling v0.23.0
6132026-05-29T18:57:22.673Z Downloaded defmt v1.0.1
6142026-05-29T18:57:22.676Z Downloaded cfg_aliases v0.2.1
6152026-05-29T18:57:22.676Z Downloaded daft v0.1.7
6162026-05-29T18:57:22.678Z Downloaded ctr v0.9.2
6172026-05-29T18:57:22.678Z Downloaded dyn-clone v1.0.20
6182026-05-29T18:57:22.681Z Downloaded embedded-io v0.6.1
6192026-05-29T18:57:22.681Z Downloaded compression-core v0.4.31
6202026-05-29T18:57:22.684Z Downloaded dof v0.4.0
6212026-05-29T18:57:22.684Z Downloaded ciborium-ll v0.2.2
6222026-05-29T18:57:22.684Z Downloaded camino-tempfile-ext v0.3.3
6232026-05-29T18:57:22.687Z Downloaded bit-set v0.8.0
6242026-05-29T18:57:22.687Z Downloaded erased-serde v0.3.31
6252026-05-29T18:57:22.689Z Downloaded chacha20 v0.9.1
6262026-05-29T18:57:22.689Z Downloaded darling v0.13.4
6272026-05-29T18:57:22.692Z Downloaded constant_time_eq v0.4.2
6282026-05-29T18:57:22.695Z Downloaded darling_macro v0.23.0
6292026-05-29T18:57:22.695Z Downloaded cpufeatures v0.3.0
6302026-05-29T18:57:22.695Z Downloaded bit-vec v0.6.3
6312026-05-29T18:57:22.697Z Downloaded crc8 v0.1.1
6322026-05-29T18:57:22.697Z Downloaded aead v0.5.2
6332026-05-29T18:57:22.697Z Downloaded crypto-bigint v0.5.5
6342026-05-29T18:57:22.701Z Downloaded crossbeam-utils v0.8.21
6352026-05-29T18:57:22.704Z Downloaded foreign-types-shared v0.3.1
6362026-05-29T18:57:22.704Z Downloaded dropshot-api-manager-types v0.7.2
6372026-05-29T18:57:22.707Z Downloaded foreign-types v0.3.2
6382026-05-29T18:57:22.707Z Downloaded dirs-sys-next v0.1.2
6392026-05-29T18:57:22.707Z Downloaded bitflags v1.3.2
6402026-05-29T18:57:22.710Z Downloaded async-bb8-diesel v0.2.1
6412026-05-29T18:57:22.710Z Downloaded compression-codecs v0.4.37
6422026-05-29T18:57:22.712Z Downloaded darling_macro v0.20.11
6432026-05-29T18:57:22.713Z Downloaded allocator-api2 v0.2.21
6442026-05-29T18:57:22.715Z Downloaded cmake v0.1.57
6452026-05-29T18:57:22.715Z Downloaded cexpr v0.6.0
6462026-05-29T18:57:22.718Z Downloaded foreign-types v0.5.0
6472026-05-29T18:57:22.718Z Downloaded ascii-canvas v3.0.0
6482026-05-29T18:57:22.718Z Downloaded arrayvec v0.7.6
6492026-05-29T18:57:22.722Z Downloaded ghash v0.5.1
6502026-05-29T18:57:22.722Z Downloaded futures-core v0.3.32
6512026-05-29T18:57:22.724Z Downloaded foreign-types-shared v0.1.1
6522026-05-29T18:57:22.724Z Downloaded foreign-types-macros v0.2.3
6532026-05-29T18:57:22.724Z Downloaded funty v2.0.0
6542026-05-29T18:57:22.724Z Downloaded der_derive v0.7.3
6552026-05-29T18:57:22.724Z Downloaded fxhash v0.2.1
6562026-05-29T18:57:22.727Z Downloaded hash32 v0.3.1
6572026-05-29T18:57:22.727Z Downloaded gethostname v0.5.0
6582026-05-29T18:57:22.727Z Downloaded enum-as-inner v0.6.1
6592026-05-29T18:57:22.730Z Downloaded endian-type v0.1.2
6602026-05-29T18:57:22.730Z Downloaded dtrace-parser v0.3.0
6612026-05-29T18:57:22.730Z Downloaded git-stub v1.0.0
6622026-05-29T18:57:22.730Z Downloaded darling_macro v0.13.4
6632026-05-29T18:57:22.733Z Downloaded futures-task v0.3.32
6642026-05-29T18:57:22.733Z Downloaded futures-sink v0.3.32
6652026-05-29T18:57:22.733Z Downloaded futures-macro v0.3.32
6662026-05-29T18:57:22.733Z Downloaded cstr-argument v0.1.2
6672026-05-29T18:57:22.736Z Downloaded arc-swap v1.8.2
6682026-05-29T18:57:22.738Z Downloaded globwalk v0.9.1
6692026-05-29T18:57:22.741Z Downloaded ff v0.13.1
6702026-05-29T18:57:22.742Z Downloaded bb8 v0.8.6
6712026-05-29T18:57:22.744Z Downloaded hex-literal v0.4.1
6722026-05-29T18:57:22.747Z Downloaded float-ord v0.3.2
6732026-05-29T18:57:22.747Z Downloaded cipher v0.4.4
6742026-05-29T18:57:22.747Z Downloaded foldhash v0.1.5
6752026-05-29T18:57:22.750Z Downloaded ena v0.14.4
6762026-05-29T18:57:22.750Z Downloaded defmt v0.3.100
6772026-05-29T18:57:22.750Z Downloaded darling_core v0.21.3
6782026-05-29T18:57:22.753Z Downloaded hex v0.4.3
6792026-05-29T18:57:22.756Z Downloaded hash32 v0.2.1
6802026-05-29T18:57:22.756Z Downloaded fixedbitset v0.4.2
6812026-05-29T18:57:22.756Z Downloaded headers-core v0.3.0
6822026-05-29T18:57:22.758Z Downloaded flagset v0.4.7
6832026-05-29T18:57:22.759Z Downloaded curve25519-dalek-derive v0.1.1
6842026-05-29T18:57:22.759Z Downloaded crossbeam-epoch v0.9.18
6852026-05-29T18:57:22.761Z Downloaded clang-sys v1.8.1
6862026-05-29T18:57:22.761Z Downloaded fixedbitset v0.5.7
6872026-05-29T18:57:22.764Z Downloaded convert_case v0.10.0
6882026-05-29T18:57:22.764Z Downloaded ed25519 v2.2.3
6892026-05-29T18:57:22.767Z Downloaded futures-io v0.3.32
6902026-05-29T18:57:22.767Z Downloaded deranged v0.5.8
6912026-05-29T18:57:22.769Z Downloaded hostname v0.3.1
6922026-05-29T18:57:22.769Z Downloaded cargo_metadata v0.23.1
6932026-05-29T18:57:22.769Z Downloaded byte-wrapper v0.1.0
6942026-05-29T18:57:22.772Z Downloaded http-range v0.1.5
6952026-05-29T18:57:22.772Z Downloaded http-body v1.0.1
6962026-05-29T18:57:22.775Z Downloaded document-features v0.2.12
6972026-05-29T18:57:22.775Z Downloaded httpdate v1.0.3
6982026-05-29T18:57:22.775Z Downloaded dirs-next v2.0.0
6992026-05-29T18:57:22.777Z Downloaded cbc v0.1.2
7002026-05-29T18:57:22.777Z Downloaded diesel-dtrace v0.5.0
7012026-05-29T18:57:22.777Z Downloaded buf-list v1.1.2
7022026-05-29T18:57:22.780Z Downloaded blake2 v0.10.6
7032026-05-29T18:57:22.783Z Downloaded git-stub-vcs v0.1.0
7042026-05-29T18:57:22.783Z Downloaded find-msvc-tools v0.1.9
7052026-05-29T18:57:22.783Z Downloaded backon v1.6.0
7062026-05-29T18:57:22.785Z Downloaded defmt-macros v1.0.1
7072026-05-29T18:57:22.788Z Downloaded blowfish v0.9.1
7082026-05-29T18:57:22.788Z Downloaded darling_core v0.23.0
7092026-05-29T18:57:22.791Z Downloaded foldhash v0.2.0
7102026-05-29T18:57:22.791Z Downloaded darling_core v0.20.11
7112026-05-29T18:57:22.794Z Downloaded hubpack_derive v0.1.1
7122026-05-29T18:57:22.796Z Downloaded illumos-nvpair v0.3.0
7132026-05-29T18:57:22.796Z Downloaded env_logger v0.11.9
7142026-05-29T18:57:22.799Z Downloaded indent_write v2.2.0
7152026-05-29T18:57:22.799Z Downloaded illumos-nvpair-sys v0.2.0
7162026-05-29T18:57:22.799Z Downloaded derive-ex v0.1.8
7172026-05-29T18:57:22.802Z Downloaded ident_case v1.0.1
7182026-05-29T18:57:22.802Z Downloaded globset v0.4.18
7192026-05-29T18:57:22.802Z Downloaded hostname v0.4.2
7202026-05-29T18:57:22.805Z Downloaded darling_core v0.13.4
7212026-05-29T18:57:22.807Z Downloaded ecdsa v0.16.9
7222026-05-29T18:57:22.810Z Downloaded console v0.16.2
7232026-05-29T18:57:22.810Z Downloaded data-encoding v2.10.0
7242026-05-29T18:57:22.810Z Downloaded const-oid v0.9.6
7252026-05-29T18:57:22.812Z Downloaded cookie_store v0.22.1
7262026-05-29T18:57:22.815Z Downloaded crossbeam-deque v0.8.6
7272026-05-29T18:57:22.815Z Downloaded colored v2.2.0
7282026-05-29T18:57:22.818Z Downloaded internet-checksum v0.2.1
7292026-05-29T18:57:22.818Z Downloaded indoc v1.0.9
7302026-05-29T18:57:22.818Z Downloaded hyper-tls v0.6.0
7312026-05-29T18:57:22.821Z Downloaded glob v0.3.3
7322026-05-29T18:57:22.821Z Downloaded bzip2 v0.6.1
7332026-05-29T18:57:22.823Z Downloaded diff v0.1.13
7342026-05-29T18:57:22.823Z Downloaded hubpack v0.1.2
7352026-05-29T18:57:22.826Z Downloaded http-body-util v0.1.3
7362026-05-29T18:57:22.826Z Downloaded inout v0.1.4
7372026-05-29T18:57:22.826Z Downloaded instability v0.3.11
7382026-05-29T18:57:22.829Z Downloaded is_ci v1.2.0
7392026-05-29T18:57:22.829Z Downloaded cassowary v0.3.0
7402026-05-29T18:57:22.829Z Downloaded is-terminal v0.4.17
7412026-05-29T18:57:22.832Z Downloaded lalrpop-util v0.19.12
7422026-05-29T18:57:22.832Z Downloaded fallible-iterator v0.2.0
7432026-05-29T18:57:22.832Z Downloaded kstat-rs v0.2.4
7442026-05-29T18:57:22.834Z Downloaded ciborium v0.2.2
7452026-05-29T18:57:22.834Z Downloaded cookie v0.18.1
7462026-05-29T18:57:22.837Z Downloaded bzip2 v0.4.4
7472026-05-29T18:57:22.837Z Downloaded derive_builder v0.20.2
7482026-05-29T18:57:22.840Z Downloaded darling v0.21.3
7492026-05-29T18:57:22.842Z Downloaded lazy_static v1.5.0
7502026-05-29T18:57:22.845Z Downloaded humantime v2.3.0
7512026-05-29T18:57:22.845Z Downloaded home v0.5.12
7522026-05-29T18:57:22.848Z Downloaded fs-err v2.11.0
7532026-05-29T18:57:22.848Z Downloaded corncobs v0.1.4
7542026-05-29T18:57:22.848Z Downloaded ahash v0.8.12
7552026-05-29T18:57:22.851Z Downloaded keccak v0.1.6
7562026-05-29T18:57:22.851Z Downloaded either v1.15.0
7572026-05-29T18:57:22.853Z Downloaded futures-channel v0.3.32
7582026-05-29T18:57:22.853Z Downloaded bitfield v0.19.4
7592026-05-29T18:57:22.857Z Downloaded fs_extra v1.3.0
7602026-05-29T18:57:22.860Z Downloaded linked-hash-map v0.5.6
7612026-05-29T18:57:22.860Z Downloaded lru-slab v0.1.2
7622026-05-29T18:57:22.860Z Downloaded libscf-sys v1.1.0
7632026-05-29T18:57:22.860Z Downloaded hyper-staticfile v0.10.1
7642026-05-29T18:57:22.863Z Downloaded derive_builder_core v0.20.2
7652026-05-29T18:57:22.863Z Downloaded md5 v0.7.0
7662026-05-29T18:57:22.866Z Downloaded lzss v0.8.2
7672026-05-29T18:57:22.866Z Downloaded lru v0.12.5
7682026-05-29T18:57:22.866Z Downloaded hmac v0.12.1
7692026-05-29T18:57:22.869Z Downloaded multimap v0.10.1
7702026-05-29T18:57:22.869Z Downloaded group v0.13.0
7712026-05-29T18:57:22.878Z Downloaded nibble_vec v0.1.0
7722026-05-29T18:57:22.878Z Downloaded memoffset v0.9.1
7732026-05-29T18:57:22.878Z Downloaded getrandom v0.2.17
7742026-05-29T18:57:22.881Z Downloaded maybe-uninit v2.0.0
7752026-05-29T18:57:22.881Z Downloaded newtype-uuid-macros v0.1.0
7762026-05-29T18:57:22.881Z Downloaded dropshot_endpoint v0.17.0
7772026-05-29T18:57:22.881Z Downloaded drift v0.2.0
7782026-05-29T18:57:22.884Z Downloaded new_debug_unreachable v1.0.6
7792026-05-29T18:57:22.887Z Downloaded newline-converter v0.3.0
7802026-05-29T18:57:22.887Z Downloaded jobserver v0.1.34
7812026-05-29T18:57:22.889Z Downloaded lru-cache v0.1.2
7822026-05-29T18:57:22.889Z Downloaded ipnet v2.11.0
7832026-05-29T18:57:22.892Z Downloaded nodrop v0.1.14
7842026-05-29T18:57:22.892Z Downloaded base64 v0.22.1
7852026-05-29T18:57:22.895Z Downloaded derive_more v2.1.1
7862026-05-29T18:57:22.900Z Downloaded mime v0.3.17
7872026-05-29T18:57:22.903Z Downloaded iana-time-zone v0.1.65
7882026-05-29T18:57:22.906Z Downloaded normalize-line-endings v0.3.0
7892026-05-29T18:57:22.906Z Downloaded num v0.4.3
7902026-05-29T18:57:22.906Z Downloaded md-5 v0.10.6
7912026-05-29T18:57:22.908Z Downloaded futures v0.3.32
7922026-05-29T18:57:22.911Z Downloaded num-conv v0.2.0
7932026-05-29T18:57:22.911Z Downloaded libefi-sys v0.1.0
7942026-05-29T18:57:22.914Z Downloaded nonempty v0.12.0
7952026-05-29T18:57:22.914Z Downloaded getrandom v0.3.4
7962026-05-29T18:57:22.917Z Downloaded num_enum_derive v0.5.11
7972026-05-29T18:57:22.917Z Downloaded num-iter v0.1.45
7982026-05-29T18:57:22.919Z Downloaded num-derive v0.4.2
7992026-05-29T18:57:22.919Z Downloaded num-derive v0.3.3
8002026-05-29T18:57:22.922Z Downloaded libsw-core v0.3.2
8012026-05-29T18:57:22.922Z Downloaded hyper-rustls v0.27.7
8022026-05-29T18:57:22.925Z Downloaded httparse v1.10.1
8032026-05-29T18:57:22.925Z Downloaded maplit v1.0.2
8042026-05-29T18:57:22.928Z Downloaded highway v1.3.0
8052026-05-29T18:57:22.928Z Downloaded fatfs v0.3.6
8062026-05-29T18:57:22.930Z Downloaded derive_more v0.99.20
8072026-05-29T18:57:22.933Z Downloaded openssl-probe v0.1.6
8082026-05-29T18:57:22.933Z Downloaded elliptic-curve v0.13.8
8092026-05-29T18:57:22.936Z Downloaded opaque-debug v0.3.1
8102026-05-29T18:57:22.936Z Downloaded olpc-cjson v0.1.4
8112026-05-29T18:57:22.939Z Downloaded num_threads v0.1.7
8122026-05-29T18:57:22.939Z Downloaded mime_guess v2.0.5
8132026-05-29T18:57:22.941Z Downloaded newtype-uuid v1.3.2
8142026-05-29T18:57:22.941Z Downloaded ar_archive_writer v0.5.1
8152026-05-29T18:57:22.944Z Downloaded oso-derive v0.27.3
8162026-05-29T18:57:22.944Z Downloaded chacha20poly1305 v0.10.1
8172026-05-29T18:57:22.947Z Downloaded openssl-probe v0.2.1
8182026-05-29T18:57:22.947Z Downloaded openssl-macros v0.1.1
8192026-05-29T18:57:22.947Z Downloaded compact_str v0.8.1
8202026-05-29T18:57:22.949Z Downloaded lock_api v0.4.14
8212026-05-29T18:57:22.952Z Downloaded nanorand v0.7.0
8222026-05-29T18:57:22.952Z Downloaded packed_struct_codegen v0.10.1
8232026-05-29T18:57:22.955Z Downloaded der v0.7.10
8242026-05-29T18:57:22.958Z Downloaded parse-display v0.10.0
8252026-05-29T18:57:22.958Z Downloaded nu-ansi-term v0.50.3
8262026-05-29T18:57:22.960Z Downloaded const_format v0.2.35
8272026-05-29T18:57:22.967Z Downloaded multer v3.1.0
8282026-05-29T18:57:22.967Z Downloaded flume v0.11.1
8292026-05-29T18:57:22.967Z Downloaded bytes v1.11.1
8302026-05-29T18:57:22.970Z Downloaded pbkdf2 v0.11.0
8312026-05-29T18:57:22.970Z Downloaded num-complex v0.4.6
8322026-05-29T18:57:22.973Z Downloaded pbkdf2 v0.12.2
8332026-05-29T18:57:22.973Z Downloaded parse-size v1.1.0
8342026-05-29T18:57:22.973Z Downloaded libloading v0.8.9
8352026-05-29T18:57:22.976Z Downloaded ipnetwork v0.21.1
8362026-05-29T18:57:22.976Z Downloaded half v1.8.3
8372026-05-29T18:57:22.979Z Downloaded num_enum v0.5.11
8382026-05-29T18:57:22.981Z Downloaded peg-runtime v0.8.5
8392026-05-29T18:57:22.981Z Downloaded num_enum_derive v0.7.5
8402026-05-29T18:57:22.984Z Downloaded num_enum v0.7.5
8412026-05-29T18:57:22.987Z Downloaded pin-utils v0.1.0
8422026-05-29T18:57:22.987Z Downloaded phf_shared v0.12.1
8432026-05-29T18:57:22.991Z Downloaded path-slash v0.1.5
8442026-05-29T18:57:22.991Z Downloaded num-rational v0.4.2
8452026-05-29T18:57:22.993Z Downloaded litrs v1.0.0
8462026-05-29T18:57:22.993Z Downloaded ignore v0.4.25
8472026-05-29T18:57:22.993Z Downloaded half v2.7.1
8482026-05-29T18:57:22.996Z Downloaded packed_struct v0.10.1
8492026-05-29T18:57:22.999Z Downloaded parking_lot_core v0.8.6
8502026-05-29T18:57:22.999Z Downloaded oxnet v0.1.4
8512026-05-29T18:57:23.002Z Downloaded oxide-tokio-rt v0.1.4
8522026-05-29T18:57:23.002Z Downloaded powerfmt v0.2.0
8532026-05-29T18:57:23.002Z Downloaded memmap2 v0.9.10
8542026-05-29T18:57:23.005Z Downloaded owo-colors v4.3.0
8552026-05-29T18:57:23.005Z Downloaded proc-macro-crate v1.3.1
8562026-05-29T18:57:23.023Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-05-29T18:57:23.026Z Downloaded proc-macro-crate v3.4.0
8582026-05-29T18:57:23.026Z Downloaded predicates-core v1.0.10
8592026-05-29T18:57:23.026Z Downloaded phf_shared v0.13.1
8602026-05-29T18:57:23.029Z Downloaded phf_shared v0.11.3
8612026-05-29T18:57:23.029Z Downloaded ingot-macros v0.1.1
8622026-05-29T18:57:23.029Z Downloaded indexmap v1.9.3
8632026-05-29T18:57:23.032Z Downloaded num-integer v0.1.46
8642026-05-29T18:57:23.032Z Downloaded heapless v0.8.0
8652026-05-29T18:57:23.034Z Downloaded headers v0.4.1
8662026-05-29T18:57:23.038Z Downloaded progenitor-macro v0.11.2
8672026-05-29T18:57:23.041Z Downloaded ed25519-dalek v2.2.0
8682026-05-29T18:57:23.041Z Downloaded linear-map v1.2.0
8692026-05-29T18:57:23.041Z Downloaded cc v1.2.56
8702026-05-29T18:57:23.044Z Downloaded base64 v0.21.7
8712026-05-29T18:57:23.047Z Downloaded psl-types v2.0.11
8722026-05-29T18:57:23.047Z Downloaded progenitor-macro v0.14.0
8732026-05-29T18:57:23.047Z Downloaded progenitor-macro v0.13.0
8742026-05-29T18:57:23.068Z Downloaded progenitor-client v0.14.0
8752026-05-29T18:57:23.068Z Downloaded progenitor-client v0.10.0
8762026-05-29T18:57:23.068Z Downloaded pem-rfc7468 v0.7.0
8772026-05-29T18:57:23.068Z Downloaded quick-error v1.2.3
8782026-05-29T18:57:23.068Z Downloaded radium v0.7.0
8792026-05-29T18:57:23.068Z Downloaded peg-macros v0.8.5
8802026-05-29T18:57:23.068Z Downloaded peg v0.8.5
8812026-05-29T18:57:23.068Z Downloaded omicron-zone-package v0.12.2
8822026-05-29T18:57:23.068Z Downloaded pin-project-internal v1.1.11
8832026-05-29T18:57:23.068Z Downloaded phf v0.13.1
8842026-05-29T18:57:23.068Z Downloaded password-hash v0.4.2
8852026-05-29T18:57:23.068Z Downloaded derive_more-impl v2.1.1
8862026-05-29T18:57:23.068Z Downloaded postgres-protocol v0.6.10
8872026-05-29T18:57:23.068Z Downloaded rand_xorshift v0.4.0
8882026-05-29T18:57:23.068Z Downloaded progenitor-client v0.11.2
8892026-05-29T18:57:23.072Z Downloaded ppv-lite86 v0.2.21
8902026-05-29T18:57:23.072Z Downloaded pkg-config v0.3.32
8912026-05-29T18:57:23.072Z Downloaded polyval v0.6.2
8922026-05-29T18:57:23.072Z Downloaded paste v1.0.15
8932026-05-29T18:57:23.072Z Downloaded libbz2-rs-sys v0.2.2
8942026-05-29T18:57:23.074Z Downloaded flate2 v1.1.9
8952026-05-29T18:57:23.077Z Downloaded expectorate v1.2.0
8962026-05-29T18:57:23.077Z Downloaded password-hash v0.5.0
8972026-05-29T18:57:23.080Z Downloaded pkcs8 v0.10.2
8982026-05-29T18:57:23.083Z Downloaded parking_lot v0.12.5
8992026-05-29T18:57:23.083Z Downloaded crossbeam-channel v0.5.15
9002026-05-29T18:57:23.087Z Downloaded recursive v0.1.1
9012026-05-29T18:57:23.087Z Downloaded proc-macro-error2 v2.0.1
9022026-05-29T18:57:23.090Z Downloaded bumpalo v3.20.2
9032026-05-29T18:57:23.090Z Downloaded predicates v3.1.4
9042026-05-29T18:57:23.092Z Downloaded ref-cast v1.0.25
9052026-05-29T18:57:23.092Z Downloaded rfc6979 v0.4.0
9062026-05-29T18:57:23.095Z Downloaded parking_lot v0.11.2
9072026-05-29T18:57:23.095Z Downloaded heapless v0.7.17
9082026-05-29T18:57:23.098Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-05-29T18:57:23.098Z Downloaded pem v3.0.6
9102026-05-29T18:57:23.100Z Downloaded progenitor-client v0.13.0
9112026-05-29T18:57:23.100Z Downloaded progenitor v0.11.2
9122026-05-29T18:57:23.103Z Downloaded parking_lot_core v0.9.12
9132026-05-29T18:57:23.103Z Downloaded hickory-resolver v0.25.2
9142026-05-29T18:57:23.106Z Downloaded parse-display-derive v0.10.0
9152026-05-29T18:57:23.106Z Downloaded predicates-tree v1.0.13
9162026-05-29T18:57:23.109Z Downloaded progenitor-extras v0.2.0
9172026-05-29T18:57:23.109Z Downloaded progenitor v0.14.0
9182026-05-29T18:57:23.109Z Downloaded progenitor v0.13.0
9192026-05-29T18:57:23.112Z Downloaded precomputed-hash v0.1.1
9202026-05-29T18:57:23.112Z Downloaded rustc-hash v2.1.1
9212026-05-29T18:57:23.112Z Downloaded primeorder v0.13.6
9222026-05-29T18:57:23.114Z Downloaded rustc_version v0.4.1
9232026-05-29T18:57:23.114Z Downloaded rustc_version v0.1.7
9242026-05-29T18:57:23.117Z Downloaded russh-cryptovec v0.7.3
9252026-05-29T18:57:23.117Z Downloaded rtoolbox v0.0.3
9262026-05-29T18:57:23.117Z Downloaded hickory-resolver v0.24.4
9272026-05-29T18:57:23.120Z Downloaded postcard v1.1.3
9282026-05-29T18:57:23.123Z Downloaded psm v0.1.30
9292026-05-29T18:57:23.123Z Downloaded pkcs1 v0.7.5
9302026-05-29T18:57:23.125Z Downloaded rand_chacha v0.3.1
9312026-05-29T18:57:23.125Z Downloaded rand_seeder v0.4.0
9322026-05-29T18:57:23.128Z Downloaded rand_core v0.10.0
9332026-05-29T18:57:23.128Z Downloaded rand_core v0.9.5
9342026-05-29T18:57:23.128Z Downloaded rand_core v0.6.4
9352026-05-29T18:57:23.131Z Downloaded rand_chacha v0.9.0
9362026-05-29T18:57:23.131Z Downloaded r2d2 v0.8.10
9372026-05-29T18:57:23.131Z Downloaded poly1305 v0.8.0
9382026-05-29T18:57:23.134Z Downloaded jiff-static v0.2.21
9392026-05-29T18:57:23.134Z Downloaded postgres-types v0.2.12
9402026-05-29T18:57:23.137Z Downloaded pkcs5 v0.7.1
9412026-05-29T18:57:23.139Z Downloaded hashbrown v0.13.2
9422026-05-29T18:57:23.142Z Downloaded dropshot-api-manager v0.7.2
9432026-05-29T18:57:23.144Z Downloaded p256 v0.13.2
9442026-05-29T18:57:23.148Z Downloaded salsa20 v0.10.2
9452026-05-29T18:57:23.148Z Downloaded oso v0.27.3
9462026-05-29T18:57:23.150Z Downloaded crossterm v0.28.1
9472026-05-29T18:57:23.153Z Downloaded sapling-renderdag v0.1.0
9482026-05-29T18:57:23.153Z Downloaded async-compression v0.4.41
9492026-05-29T18:57:23.156Z Downloaded scrypt v0.11.0
9502026-05-29T18:57:23.159Z Downloaded ref-cast-impl v1.0.25
9512026-05-29T18:57:23.159Z Downloaded papergrid v0.17.0
9522026-05-29T18:57:23.162Z Downloaded same-file v1.0.6
9532026-05-29T18:57:23.162Z Downloaded native-tls v0.2.18
9542026-05-29T18:57:23.164Z Downloaded libsw v3.5.0
9552026-05-29T18:57:23.165Z Downloaded scheduled-thread-pool v0.2.7
9562026-05-29T18:57:23.167Z Downloaded serde_bytes v0.11.19
9572026-05-29T18:57:23.167Z Downloaded secrecy v0.8.0
9582026-05-29T18:57:23.170Z Downloaded pin-project v1.1.11
9592026-05-29T18:57:23.175Z Downloaded semver v0.1.20
9602026-05-29T18:57:23.178Z Downloaded secrecy v0.10.3
9612026-05-29T18:57:23.178Z Downloaded scroll_derive v0.13.1
9622026-05-29T18:57:23.178Z Downloaded indicatif v0.18.4
9632026-05-29T18:57:23.181Z Downloaded serde_repr v0.1.20
9642026-05-29T18:57:23.184Z Downloaded pin-project-lite v0.2.17
9652026-05-29T18:57:23.187Z Downloaded hickory-server v0.25.2
9662026-05-29T18:57:23.189Z Downloaded serde_urlencoded v0.7.1
9672026-05-29T18:57:23.189Z Downloaded seq-macro v0.3.6
9682026-05-29T18:57:23.192Z Downloaded quinn-udp v0.5.14
9692026-05-29T18:57:23.192Z Downloaded phf v0.12.1
9702026-05-29T18:57:23.196Z Downloaded rustls-pemfile v1.0.4
9712026-05-29T18:57:23.196Z Downloaded rustls-pemfile v2.2.0
9722026-05-29T18:57:23.199Z Downloaded prefix-trie v0.7.0
9732026-05-29T18:57:23.199Z Downloaded shell-words v1.1.1
9742026-05-29T18:57:23.202Z Downloaded chacha20 v0.10.0
9752026-05-29T18:57:23.202Z Downloaded minimal-lexical v0.2.1
9762026-05-29T18:57:23.204Z Downloaded signal-hook-mio v0.2.5
9772026-05-29T18:57:23.207Z Downloaded newtype_derive v0.1.6
9782026-05-29T18:57:23.207Z Downloaded rustversion v1.0.22
9792026-05-29T18:57:23.210Z Downloaded openssl-sys v0.9.115
9802026-05-29T18:57:23.213Z Downloaded signature v2.2.0
9812026-05-29T18:57:23.213Z Downloaded instant v0.1.13
9822026-05-29T18:57:23.215Z Downloaded ingot-types v0.1.2
9832026-05-29T18:57:23.215Z Downloaded slog-bunyan v2.5.0
9842026-05-29T18:57:23.216Z Downloaded sigpipe v0.1.3
9852026-05-29T18:57:23.218Z Downloaded rusty-fork v0.3.1
9862026-05-29T18:57:23.218Z Downloaded resolv-conf v0.7.6
9872026-05-29T18:57:23.221Z Downloaded signal-hook-tokio v0.3.1
9882026-05-29T18:57:23.221Z Downloaded serde-big-array v0.5.1
9892026-05-29T18:57:23.221Z Downloaded ingot v0.1.1
9902026-05-29T18:57:23.225Z Downloaded indoc v2.0.7
9912026-05-29T18:57:23.228Z Downloaded siphasher v1.0.2
9922026-05-29T18:57:23.228Z Downloaded sha1 v0.10.6
9932026-05-29T18:57:23.228Z Downloaded hashbrown v0.12.3
9942026-05-29T18:57:23.230Z Downloaded sct v0.7.1
9952026-05-29T18:57:23.233Z Downloaded slog-envlogger v2.2.0
9962026-05-29T18:57:23.233Z Downloaded scroll v0.13.0
9972026-05-29T18:57:23.236Z Downloaded diesel_derives v2.3.7
9982026-05-29T18:57:23.239Z Downloaded miniz_oxide v0.8.9
9992026-05-29T18:57:23.242Z Downloaded sec1 v0.7.3
10002026-05-29T18:57:23.242Z Downloaded aes v0.8.4
10012026-05-29T18:57:23.245Z Downloaded scopeguard v1.2.0
10022026-05-29T18:57:23.245Z Downloaded progenitor-impl v0.14.0
10032026-05-29T18:57:23.247Z Downloaded schemars_derive v0.8.22
10042026-05-29T18:57:23.247Z Downloaded serde_spanned v1.0.4
10052026-05-29T18:57:23.250Z Downloaded serde_plain v1.0.2
10062026-05-29T18:57:23.250Z Downloaded http v1.4.0
10072026-05-29T18:57:23.253Z Downloaded ssh-encoding v0.2.0
10082026-05-29T18:57:23.256Z Downloaded ssh-cipher v0.2.0
10092026-05-29T18:57:23.256Z Downloaded serde-hex v0.1.0
10102026-05-29T18:57:23.256Z Downloaded progenitor-impl v0.13.0
10112026-05-29T18:57:23.259Z Downloaded hyper-util v0.1.20
10122026-05-29T18:57:23.262Z Downloaded impl-trait-for-tuples v0.2.3
10132026-05-29T18:57:23.264Z Downloaded crc-any v2.5.0
10142026-05-29T18:57:23.265Z Downloaded colored v3.1.1
10152026-05-29T18:57:23.268Z Downloaded const_format_proc_macros v0.2.34
10162026-05-29T18:57:23.271Z Downloaded rustls-pki-types v1.14.0
10172026-05-29T18:57:23.272Z Downloaded rustls-native-certs v0.8.3
10182026-05-29T18:57:23.272Z Downloaded crossterm v0.29.0
10192026-05-29T18:57:23.275Z Downloaded strum v0.26.3
10202026-05-29T18:57:23.278Z Downloaded structmeta-derive v0.3.0
10212026-05-29T18:57:23.278Z Downloaded structmeta v0.3.0
10222026-05-29T18:57:23.278Z Downloaded strsim v0.10.0
10232026-05-29T18:57:23.281Z Downloaded strip-ansi-escapes v0.2.1
10242026-05-29T18:57:23.281Z Downloaded shlex v1.3.0
10252026-05-29T18:57:23.284Z Downloaded hashbrown v0.15.5
10262026-05-29T18:57:23.286Z Downloaded signal-hook-registry v1.4.8
10272026-05-29T18:57:23.286Z Downloaded sqlparser_derive v0.5.0
10282026-05-29T18:57:23.289Z Downloaded slog-dtrace v0.3.0
10292026-05-29T18:57:23.289Z Downloaded slog-async v2.8.0
10302026-05-29T18:57:23.289Z Downloaded simd-adler32 v0.3.8
10312026-05-29T18:57:23.292Z Downloaded sync-ptr v0.1.4
10322026-05-29T18:57:23.292Z Downloaded serde_derive_internals v0.29.1
10332026-05-29T18:57:23.295Z Downloaded aes-gcm v0.10.3
10342026-05-29T18:57:23.295Z Downloaded serde_with_macros v1.5.2
10352026-05-29T18:57:23.297Z Downloaded des v0.8.1
10362026-05-29T18:57:23.297Z Downloaded match_cfg v0.1.0
10372026-05-29T18:57:23.297Z Downloaded rcgen v0.12.1
10382026-05-29T18:57:23.300Z Downloaded progenitor-impl v0.11.2
10392026-05-29T18:57:23.303Z Downloaded pretty_assertions v1.4.1
10402026-05-29T18:57:23.303Z Downloaded managed v0.8.0
10412026-05-29T18:57:23.303Z Downloaded futures-executor v0.3.32
10422026-05-29T18:57:23.306Z Downloaded smallvec v0.6.14
10432026-05-29T18:57:23.309Z Downloaded tagptr v0.2.0
10442026-05-29T18:57:23.309Z Downloaded tabled_derive v0.11.0
10452026-05-29T18:57:23.309Z Downloaded subtle v2.6.1
10462026-05-29T18:57:23.309Z Downloaded sync_wrapper v1.0.2
10472026-05-29T18:57:23.312Z Downloaded take_mut v0.2.2
10482026-05-29T18:57:23.312Z Downloaded itertools v0.10.5
10492026-05-29T18:57:23.315Z Downloaded snafu-derive v0.8.9
10502026-05-29T18:57:23.317Z Downloaded slog-stdlog v4.1.1
10512026-05-29T18:57:23.317Z Downloaded smf v0.2.3
10522026-05-29T18:57:23.320Z Downloaded serde_path_to_error v0.1.20
10532026-05-29T18:57:23.320Z Downloaded tabwriter v1.4.1
10542026-05-29T18:57:23.320Z Downloaded serde_cbor v0.11.2
10552026-05-29T18:57:23.323Z Downloaded tap v1.0.1
10562026-05-29T18:57:23.323Z Downloaded strum v0.27.2
10572026-05-29T18:57:23.328Z Downloaded rayon-core v1.13.0
10582026-05-29T18:57:23.328Z Downloaded stacker v0.1.23
10592026-05-29T18:57:23.333Z Downloaded ron v0.8.1
10602026-05-29T18:57:23.333Z Downloaded nom v7.1.3
10612026-05-29T18:57:23.337Z Downloaded serde_with_macros v3.17.0
10622026-05-29T18:57:23.341Z Downloaded stringprep v0.1.5
10632026-05-29T18:57:23.342Z Downloaded spki v0.7.3
10642026-05-29T18:57:23.342Z Downloaded thiserror-impl-no-std v2.0.2
10652026-05-29T18:57:23.342Z Downloaded termtree v0.5.1
10662026-05-29T18:57:23.346Z Downloaded thread-id v5.1.0
10672026-05-29T18:57:23.346Z Downloaded testing_table v0.3.0
10682026-05-29T18:57:23.346Z Downloaded static_assertions v1.1.0
10692026-05-29T18:57:23.346Z Downloaded rustls-platform-verifier v0.6.2
10702026-05-29T18:57:23.348Z Downloaded string_cache v0.8.9
10712026-05-29T18:57:23.348Z Downloaded slog-scope v4.4.1
10722026-05-29T18:57:23.348Z Downloaded ryu v1.0.23
10732026-05-29T18:57:23.351Z Downloaded libxml v0.3.3
10742026-05-29T18:57:23.354Z Downloaded schemars v0.8.22
10752026-05-29T18:57:23.361Z Downloaded tokio-macros v2.7.0
10762026-05-29T18:57:23.364Z Downloaded strum_macros v0.24.3
10772026-05-29T18:57:23.364Z Downloaded tinyvec_macros v0.1.1
10782026-05-29T18:57:23.367Z Downloaded time-core v0.1.8
10792026-05-29T18:57:23.367Z Downloaded hashbrown v0.16.1
10802026-05-29T18:57:23.369Z Downloaded publicsuffix v2.3.0
10812026-05-29T18:57:23.372Z Downloaded sqlformat v0.3.5
10822026-05-29T18:57:23.375Z Downloaded strum_macros v0.27.2
10832026-05-29T18:57:23.375Z Downloaded supports-color v3.0.2
10842026-05-29T18:57:23.377Z Downloaded support-bundle-viewer v0.1.2
10852026-05-29T18:57:23.377Z Downloaded strum_macros v0.26.4
10862026-05-29T18:57:23.380Z Downloaded slab v0.4.12
10872026-05-29T18:57:23.380Z Downloaded slog-json v2.6.1
10882026-05-29T18:57:23.383Z Downloaded prettyplease v0.2.37
10892026-05-29T18:57:23.386Z Downloaded num-bigint v0.4.6
10902026-05-29T18:57:23.389Z Downloaded mio v1.2.0
10912026-05-29T18:57:23.391Z Downloaded termios v0.3.3
10922026-05-29T18:57:23.391Z Downloaded spin v0.9.8
10932026-05-29T18:57:23.394Z Downloaded qorb v0.4.1
10942026-05-29T18:57:23.397Z Downloaded slog-term v2.9.2
10952026-05-29T18:57:23.399Z Downloaded crc32fast v1.5.0
10962026-05-29T18:57:23.400Z Downloaded try-lock v0.2.5
10972026-05-29T18:57:23.400Z Downloaded tower-service v0.3.3
10982026-05-29T18:57:23.402Z Downloaded tower-layer v0.3.3
10992026-05-29T18:57:23.402Z Downloaded topological-sort v0.2.2
11002026-05-29T18:57:23.402Z Downloaded derive-where v1.6.0
11012026-05-29T18:57:23.405Z Downloaded tiny-keccak v2.0.2
11022026-05-29T18:57:23.408Z Downloaded h2 v0.4.13
11032026-05-29T18:57:23.411Z Downloaded thread_local v1.1.9
11042026-05-29T18:57:23.414Z Downloaded thiserror-no-std v2.0.2
11052026-05-29T18:57:23.416Z Downloaded typify-macro v0.6.2
11062026-05-29T18:57:23.416Z Downloaded typify-macro v0.4.3
11072026-05-29T18:57:23.416Z Downloaded tls_codec v0.4.2
11082026-05-29T18:57:23.420Z Downloaded trait-variant v0.1.2
11092026-05-29T18:57:23.420Z Downloaded tokio-dtrace v0.1.1
11102026-05-29T18:57:23.423Z Downloaded schemars v0.9.0
11112026-05-29T18:57:23.429Z Downloaded tokio-tungstenite v0.23.1
11122026-05-29T18:57:23.429Z Downloaded tls_codec_derive v0.4.2
11132026-05-29T18:57:23.432Z Downloaded time-macros v0.2.27
11142026-05-29T18:57:23.432Z Downloaded tokio-native-tls v0.3.1
11152026-05-29T18:57:23.436Z Downloaded quinn v0.11.9
11162026-05-29T18:57:23.438Z Downloaded signal-hook v0.3.18
11172026-05-29T18:57:23.439Z Downloaded russh-keys v0.45.0
11182026-05-29T18:57:23.442Z Downloaded tokio-tungstenite v0.21.0
11192026-05-29T18:57:23.442Z Downloaded tokio-rustls v0.25.0
11202026-05-29T18:57:23.442Z Downloaded socket2 v0.6.3
11212026-05-29T18:57:23.445Z Downloaded rand v0.8.6
11222026-05-29T18:57:23.447Z Downloaded utf-8 v0.7.6
11232026-05-29T18:57:23.448Z Downloaded usdt-macro v0.6.0
11242026-05-29T18:57:23.448Z Downloaded untrusted v0.9.0
11252026-05-29T18:57:23.450Z Downloaded untrusted v0.7.1
11262026-05-29T18:57:23.450Z Downloaded universal-hash v0.5.1
11272026-05-29T18:57:23.450Z Downloaded unicode-truncate v1.1.0
11282026-05-29T18:57:23.450Z Downloaded cancel-safe-futures v0.1.5
11292026-05-29T18:57:23.453Z Downloaded iri-string v0.7.10
11302026-05-29T18:57:23.457Z Downloaded hyper v1.8.1
11312026-05-29T18:57:23.461Z Downloaded usdt-attr-macro v0.6.0
11322026-05-29T18:57:23.464Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-05-29T18:57:23.464Z Downloaded serde_yaml v0.9.34+deprecated
11342026-05-29T18:57:23.467Z Downloaded num-bigint-dig v0.8.6
11352026-05-29T18:57:23.472Z Downloaded itertools v0.13.0
11362026-05-29T18:57:23.474Z Downloaded want v0.3.1
11372026-05-29T18:57:23.475Z Downloaded waitgroup v0.1.2
11382026-05-29T18:57:23.475Z Downloaded wait-timeout v0.2.1
11392026-05-29T18:57:23.477Z Downloaded void v1.0.2
11402026-05-29T18:57:23.477Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-05-29T18:57:23.477Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-05-29T18:57:23.477Z Downloaded term v1.2.1
11432026-05-29T18:57:23.480Z Downloaded tokio-rustls v0.26.4
11442026-05-29T18:57:23.483Z Downloaded schemars v1.2.1
11452026-05-29T18:57:23.490Z Downloaded unit-prefix v0.5.2
11462026-05-29T18:57:23.493Z Downloaded rand v0.9.2
11472026-05-29T18:57:23.496Z Downloaded xshell-macros v0.2.7
11482026-05-29T18:57:23.496Z Downloaded socket2 v0.5.10
11492026-05-29T18:57:23.496Z Downloaded rsa v0.9.10
11502026-05-29T18:57:23.499Z Downloaded usdt-impl v0.6.0
11512026-05-29T18:57:23.502Z Downloaded rand v0.10.0
11522026-05-29T18:57:23.504Z Downloaded term v0.7.0
11532026-05-29T18:57:23.507Z Downloaded slog v2.8.2
11542026-05-29T18:57:23.510Z Downloaded tokio-stream v0.1.18
11552026-05-29T18:57:23.513Z Downloaded tokio-rustls v0.24.1
11562026-05-29T18:57:23.513Z Downloaded unicase v2.9.0
11572026-05-29T18:57:23.515Z Downloaded aho-corasick v1.1.4
11582026-05-29T18:57:23.518Z Downloaded unarray v0.1.4
11592026-05-29T18:57:23.518Z Downloaded p521 v0.13.3
11602026-05-29T18:57:23.521Z Downloaded zeroize_derive v1.4.3
11612026-05-29T18:57:23.524Z Downloaded xattr v1.6.1
11622026-05-29T18:57:23.524Z Downloaded vergen-lib v0.1.6
11632026-05-29T18:57:23.524Z Downloaded uzers v0.12.2
11642026-05-29T18:57:23.527Z Downloaded usdt v0.6.0
11652026-05-29T18:57:23.527Z Downloaded zone_cfg_derive v0.3.1
11662026-05-29T18:57:23.527Z Downloaded itertools v0.14.0
11672026-05-29T18:57:23.530Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-29T18:57:23.533Z Downloaded zone v0.3.1
11692026-05-29T18:57:23.533Z Downloaded whoami v1.6.1
11702026-05-29T18:57:23.536Z Downloaded vsss-rs v3.3.4
11712026-05-29T18:57:23.538Z Downloaded vergen-lib v9.1.0
11722026-05-29T18:57:23.538Z Downloaded snafu v0.8.9
11732026-05-29T18:57:23.541Z Downloaded walkdir v2.5.0
11742026-05-29T18:57:23.544Z Downloaded vergen-git2 v9.1.0
11752026-05-29T18:57:23.544Z Downloaded unicode-properties v0.1.4
11762026-05-29T18:57:23.548Z Downloaded tui-tree-widget v0.23.1
11772026-05-29T18:57:23.548Z Downloaded wyz v0.5.1
11782026-05-29T18:57:23.548Z Downloaded whoami v2.1.0
11792026-05-29T18:57:23.551Z Downloaded itertools v0.12.1
11802026-05-29T18:57:23.553Z Downloaded toml v1.0.6+spec-1.1.0
11812026-05-29T18:57:23.556Z Downloaded tinyvec v1.10.0
11822026-05-29T18:57:23.559Z Downloaded xshell v0.2.7
11832026-05-29T18:57:23.559Z Downloaded libm v0.2.16
11842026-05-29T18:57:23.564Z Downloaded rustls-webpki v0.103.9
11852026-05-29T18:57:23.567Z Downloaded vergen v9.1.0
11862026-05-29T18:57:23.569Z Downloaded test-strategy v0.4.5
11872026-05-29T18:57:23.572Z Downloaded tar v0.4.45
11882026-05-29T18:57:23.575Z Downloaded vergen-gitcl v1.0.8
11892026-05-29T18:57:23.575Z Downloaded twox-hash v2.1.2
11902026-05-29T18:57:23.575Z Downloaded rustyline v14.0.0
11912026-05-29T18:57:23.578Z Downloaded samael v0.0.19
11922026-05-29T18:57:23.583Z Downloaded futures-util v0.3.32
11932026-05-29T18:57:23.590Z Downloaded zstd-safe v7.2.4
11942026-05-29T18:57:23.593Z Downloaded unicode-bidi v0.3.18
11952026-05-29T18:57:23.596Z Downloaded hkdf v0.12.4
11962026-05-29T18:57:23.596Z Downloaded tungstenite v0.21.0
11972026-05-29T18:57:23.599Z Downloaded tracing-core v0.1.36
11982026-05-29T18:57:23.599Z Downloaded toml v0.7.8
11992026-05-29T18:57:23.601Z Downloaded rpassword v7.4.0
12002026-05-29T18:57:23.604Z Downloaded tracing-attributes v0.1.31
12012026-05-29T18:57:23.604Z Downloaded subprocess v0.2.15
12022026-05-29T18:57:23.607Z Downloaded zeroize v1.8.2
12032026-05-29T18:57:23.607Z Downloaded similar v2.7.0
12042026-05-29T18:57:23.617Z Downloaded reedline v0.40.0
12052026-05-29T18:57:23.622Z Downloaded steno v0.4.1
12062026-05-29T18:57:23.625Z Downloaded iddqd v0.4.2
12072026-05-29T18:57:23.630Z Downloaded zstd v0.13.3
12082026-05-29T18:57:23.633Z Downloaded yasna v0.5.2
12092026-05-29T18:57:23.633Z Downloaded vte v0.14.1
12102026-05-29T18:57:23.636Z Downloaded typify v0.6.2
12112026-05-29T18:57:23.638Z Downloaded uuid v1.23.0
12122026-05-29T18:57:23.645Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-05-29T18:57:23.650Z Downloaded russh v0.45.0
12142026-05-29T18:57:23.653Z Downloaded serde_with v1.14.0
12152026-05-29T18:57:23.660Z Downloaded regex v1.12.3
12162026-05-29T18:57:23.663Z Downloaded zopfli v0.8.3
12172026-05-29T18:57:23.666Z Downloaded blake3 v1.8.3
12182026-05-29T18:57:23.672Z Downloaded tokio-postgres v0.7.16
12192026-05-29T18:57:23.675Z Downloaded unicode_categories v0.1.1
12202026-05-29T18:57:23.675Z Downloaded reqwest v0.13.2
12212026-05-29T18:57:23.679Z Downloaded zerocopy v0.6.6
12222026-05-29T18:57:23.682Z Downloaded curve25519-dalek v4.1.3
12232026-05-29T18:57:23.685Z Downloaded unsafe-libyaml v0.2.11
12242026-05-29T18:57:23.689Z Downloaded yansi v1.0.1
12252026-05-29T18:57:23.689Z Downloaded portable-atomic v1.13.1
12262026-05-29T18:57:23.692Z Downloaded lalrpop v0.19.12
12272026-05-29T18:57:23.698Z Downloaded tungstenite v0.23.0
12282026-05-29T18:57:23.711Z Downloaded ssh-key v0.6.7
12292026-05-29T18:57:23.715Z Downloaded typify v0.4.3
12302026-05-29T18:57:23.718Z Downloaded p384 v0.13.1
12312026-05-29T18:57:23.722Z Downloaded bitvec v1.0.1
12322026-05-29T18:57:23.729Z Downloaded zip v0.6.6
12332026-05-29T18:57:23.733Z Downloaded aws-lc-rs v1.16.3
12342026-05-29T18:57:23.738Z Downloaded toml_edit v0.19.15
12352026-05-29T18:57:23.746Z Downloaded unicode-segmentation v1.12.0
12362026-05-29T18:57:23.749Z Downloaded tower v0.5.3
12372026-05-29T18:57:23.752Z Downloaded rayon v1.11.0
12382026-05-29T18:57:23.758Z Downloaded chrono v0.4.44
12392026-05-29T18:57:23.761Z Downloaded zerocopy-derive v0.8.40
12402026-05-29T18:57:23.766Z Downloaded quick-xml v0.37.5
12412026-05-29T18:57:23.769Z Downloaded bindgen v0.71.1
12422026-05-29T18:57:23.773Z Downloaded x509-cert v0.2.5
12432026-05-29T18:57:23.777Z Downloaded tough v0.22.0
12442026-05-29T18:57:23.783Z Downloaded zip v4.6.1
12452026-05-29T18:57:23.786Z Downloaded unicode-normalization v0.1.25
12462026-05-29T18:57:23.790Z Downloaded rustls-webpki v0.101.7
12472026-05-29T18:57:23.795Z Downloaded typed-path v0.9.3
12482026-05-29T18:57:23.798Z Downloaded reqwest v0.12.28
12492026-05-29T18:57:23.801Z Downloaded nix v0.27.1
12502026-05-29T18:57:23.807Z Downloaded goblin v0.10.5
12512026-05-29T18:57:23.811Z Downloaded quinn-proto v0.11.13
12522026-05-29T18:57:23.815Z Downloaded git2 v0.20.4
12532026-05-29T18:57:23.821Z Downloaded moka v0.12.13
12542026-05-29T18:57:23.824Z Downloaded salty v0.3.0
12552026-05-29T18:57:23.828Z Downloaded rustls-webpki v0.102.8
12562026-05-29T18:57:23.838Z Downloaded tower-http v0.6.8
12572026-05-29T18:57:23.844Z Downloaded winnow v0.6.26
12582026-05-29T18:57:23.848Z Downloaded petname v2.0.2
12592026-05-29T18:57:23.851Z Downloaded polar-core v0.27.3
12602026-05-29T18:57:23.857Z Downloaded tokio-util v0.7.18
12612026-05-29T18:57:23.860Z Downloaded proptest v1.10.0
12622026-05-29T18:57:23.866Z Downloaded nix v0.28.0
12632026-05-29T18:57:23.872Z Downloaded serde_with v3.17.0
12642026-05-29T18:57:23.878Z Downloaded winnow v0.5.40
12652026-05-29T18:57:23.884Z Downloaded openssl v0.10.79
12662026-05-29T18:57:23.888Z Downloaded time v0.3.47
12672026-05-29T18:57:23.911Z Downloaded regex-syntax v0.6.29
12682026-05-29T18:57:23.917Z Downloaded radix_trie v0.2.1
12692026-05-29T18:57:23.917Z Downloaded smoltcp v0.9.1
12702026-05-29T18:57:23.917Z Downloaded dropshot v0.17.0
12712026-05-29T18:57:23.924Z Downloaded hickory-proto v0.25.2
12722026-05-29T18:57:23.933Z Downloaded zlib-rs v0.6.2
12732026-05-29T18:57:23.936Z Downloaded diesel v2.3.7
12742026-05-29T18:57:23.948Z Downloaded webpki-roots v1.0.6
12752026-05-29T18:57:23.952Z Downloaded openapiv3 v2.2.0
12762026-05-29T18:57:23.956Z Downloaded object v0.30.4
12772026-05-29T18:57:23.962Z Downloaded bstr v1.12.1
12782026-05-29T18:57:23.982Z Downloaded tabled v0.20.0
12792026-05-29T18:57:23.991Z Downloaded rustls v0.21.12
12802026-05-29T18:57:24.007Z Downloaded nix v0.31.2
12812026-05-29T18:57:24.023Z Downloaded vcpkg v0.2.15
12822026-05-29T18:57:24.044Z Downloaded object v0.37.3
12832026-05-29T18:57:24.053Z Downloaded hickory-proto v0.24.4
12842026-05-29T18:57:24.061Z Downloaded typify-impl v0.6.2
12852026-05-29T18:57:24.069Z Downloaded typify-impl v0.4.3
12862026-05-29T18:57:24.078Z Downloaded sled v0.34.7
12872026-05-29T18:57:24.083Z Downloaded zerocopy v0.8.40
12882026-05-29T18:57:24.089Z Downloaded zerocopy-derive v0.6.6
12892026-05-29T18:57:24.095Z Downloaded regress v0.10.5
12902026-05-29T18:57:24.099Z Downloaded smoltcp v0.11.0
12912026-05-29T18:57:24.106Z Downloaded rustls v0.23.37
12922026-05-29T18:57:24.112Z Downloaded regress v0.11.1
12932026-05-29T18:57:24.118Z Downloaded rustix v0.38.44
12942026-05-29T18:57:24.130Z Downloaded petgraph v0.6.5
12952026-05-29T18:57:24.143Z Downloaded regex-automata v0.4.14
12962026-05-29T18:57:24.149Z Downloaded regex-syntax v0.8.10
12972026-05-29T18:57:24.154Z Downloaded csv v1.4.0
12982026-05-29T18:57:24.166Z Downloaded rustls v0.22.4
12992026-05-29T18:57:24.195Z Downloaded sqlparser v0.61.0
13002026-05-29T18:57:24.234Z Downloaded encoding_rs v0.8.35
13012026-05-29T18:57:24.249Z Downloaded tracing v0.1.44
13022026-05-29T18:57:24.260Z Downloaded ratatui v0.29.0
13032026-05-29T18:57:24.270Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-29T18:57:24.293Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-05-29T18:57:24.352Z Downloaded chrono-tz v0.10.4
13062026-05-29T18:57:24.363Z Downloaded jiff v0.2.21
13072026-05-29T18:57:24.398Z Downloaded petgraph v0.8.3
13082026-05-29T18:57:24.410Z Downloaded libz-sys v1.1.24
13092026-05-29T18:57:24.423Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-05-29T18:57:24.433Z Downloaded sha3 v0.10.8
13112026-05-29T18:57:24.445Z Downloaded tokio v1.52.1
13122026-05-29T18:57:24.509Z Downloaded ring v0.17.14
13132026-05-29T18:57:25.006Z Downloaded aws-lc-sys v0.40.0
13142026-05-29T18:57:25.255Z Compiling libc v0.2.185
13152026-05-29T18:57:25.255Z Compiling serde v1.0.228
13162026-05-29T18:57:25.260Z Compiling log v0.4.29
13172026-05-29T18:57:25.260Z Compiling find-msvc-tools v0.1.9
13182026-05-29T18:57:25.400Z Compiling shlex v1.3.0
13192026-05-29T18:57:25.403Z Compiling smallvec v1.15.1
13202026-05-29T18:57:25.412Z Compiling syn v2.0.117
13212026-05-29T18:57:25.432Z Compiling typenum v1.19.0
13222026-05-29T18:57:25.579Z Compiling generic-array v0.14.7
13232026-05-29T18:57:25.594Z Compiling subtle v2.6.1
13242026-05-29T18:57:25.620Z Compiling scopeguard v1.2.0
13252026-05-29T18:57:25.651Z Compiling const-oid v0.9.6
13262026-05-29T18:57:25.708Z Compiling lock_api v0.4.14
13272026-05-29T18:57:25.723Z Compiling serde_json v1.0.149
13282026-05-29T18:57:25.760Z Compiling zerocopy v0.8.40
13292026-05-29T18:57:25.825Z Compiling portable-atomic v1.13.1
13302026-05-29T18:57:25.935Z Compiling pin-project-lite v0.2.17
13312026-05-29T18:57:26.030Z Compiling parking_lot_core v0.9.12
13322026-05-29T18:57:26.185Z Compiling pkg-config v0.3.32
13332026-05-29T18:57:26.260Z Compiling getrandom v0.2.17
13342026-05-29T18:57:26.273Z Compiling jobserver v0.1.34
13352026-05-29T18:57:26.286Z Compiling errno v0.3.14
13362026-05-29T18:57:26.395Z Compiling rand_core v0.6.4
13372026-05-29T18:57:26.431Z Compiling signal-hook-registry v1.4.8
13382026-05-29T18:57:26.485Z Compiling cc v1.2.56
13392026-05-29T18:57:26.670Z Compiling bitflags v2.11.0
13402026-05-29T18:57:26.699Z Compiling libm v0.2.16
13412026-05-29T18:57:26.724Z Compiling critical-section v1.2.0
13422026-05-29T18:57:26.835Z Compiling futures-core v0.3.32
13432026-05-29T18:57:26.893Z Compiling parking_lot v0.12.5
13442026-05-29T18:57:26.893Z Compiling once_cell v1.21.3
13452026-05-29T18:57:26.918Z Compiling mio v1.2.0
13462026-05-29T18:57:26.984Z Compiling num-traits v0.2.19
13472026-05-29T18:57:27.041Z Compiling percent-encoding v2.3.2
13482026-05-29T18:57:27.125Z Compiling socket2 v0.6.3
13492026-05-29T18:57:27.324Z Compiling futures-sink v0.3.32
13502026-05-29T18:57:27.415Z Compiling futures-channel v0.3.32
13512026-05-29T18:57:27.430Z Compiling getrandom v0.4.1
13522026-05-29T18:57:27.444Z Compiling futures-io v0.3.32
13532026-05-29T18:57:27.535Z Compiling cpufeatures v0.2.17
13542026-05-29T18:57:27.594Z Compiling slab v0.4.12
13552026-05-29T18:57:27.607Z Compiling futures-task v0.3.32
13562026-05-29T18:57:27.620Z Compiling rand_core v0.10.0
13572026-05-29T18:57:27.647Z Compiling indexmap v2.14.0
13582026-05-29T18:57:27.771Z Compiling getrandom v0.3.4
13592026-05-29T18:57:27.785Z Compiling rustversion v1.0.22
13602026-05-29T18:57:27.812Z Compiling cmake v0.1.57
13612026-05-29T18:57:28.195Z Compiling form_urlencoded v1.2.2
13622026-05-29T18:57:28.213Z Compiling synstructure v0.13.2
13632026-05-29T18:57:28.227Z Compiling fs_extra v1.3.0
13642026-05-29T18:57:28.247Z Compiling dunce v1.0.5
13652026-05-29T18:57:28.346Z Compiling ident_case v1.0.1
13662026-05-29T18:57:28.375Z Compiling base64ct v1.8.3
13672026-05-29T18:57:28.473Z Compiling flagset v0.4.7
13682026-05-29T18:57:28.498Z Compiling aws-lc-sys v0.40.0
13692026-05-29T18:57:28.627Z Compiling iana-time-zone v0.1.65
13702026-05-29T18:57:28.679Z Compiling pem-rfc7468 v0.7.0
13712026-05-29T18:57:28.701Z Compiling rustix v1.1.3
13722026-05-29T18:57:28.781Z Compiling regex-syntax v0.8.10
13732026-05-29T18:57:28.834Z Compiling rand_core v0.9.5
13742026-05-29T18:57:28.851Z Compiling ring v0.17.14
13752026-05-29T18:57:28.966Z Compiling vcpkg v0.2.15
13762026-05-29T18:57:28.991Z Compiling aws-lc-rs v1.16.3
13772026-05-29T18:57:29.112Z Compiling uuid v1.23.0
13782026-05-29T18:57:29.285Z Compiling rustc_version v0.4.1
13792026-05-29T18:57:29.628Z Compiling tracing-core v0.1.36
13802026-05-29T18:57:29.722Z Compiling openssl-sys v0.9.115
13812026-05-29T18:57:29.829Z Compiling base64 v0.22.1
13822026-05-29T18:57:30.003Z Compiling serde_derive v1.0.228
13832026-05-29T18:57:30.161Z Compiling zeroize_derive v1.4.3
13842026-05-29T18:57:30.193Z Compiling zerofrom-derive v0.1.6
13852026-05-29T18:57:30.261Z Compiling yoke-derive v0.8.1
13862026-05-29T18:57:30.482Z Compiling zerovec-derive v0.11.2
13872026-05-29T18:57:30.818Z Compiling zeroize v1.8.2
13882026-05-29T18:57:31.167Z Compiling zerocopy-derive v0.8.40
13892026-05-29T18:57:31.441Z Compiling displaydoc v0.2.5
13902026-05-29T18:57:31.598Z Compiling crypto-common v0.1.7
13912026-05-29T18:57:31.612Z Compiling zerofrom v0.1.6
13922026-05-29T18:57:31.623Z Compiling block-buffer v0.10.4
13932026-05-29T18:57:31.732Z Compiling yoke v0.8.1
13942026-05-29T18:57:31.745Z Compiling digest v0.10.7
13952026-05-29T18:57:31.787Z Compiling tokio-macros v2.7.0
13962026-05-29T18:57:31.915Z Compiling zerovec v0.11.5
13972026-05-29T18:57:31.988Z Compiling futures-macro v0.3.32
13982026-05-29T18:57:32.196Z Compiling zerotrie v0.2.3
13992026-05-29T18:57:32.456Z Compiling tinystr v0.8.2
14002026-05-29T18:57:32.495Z Compiling potential_utf v0.1.4
14012026-05-29T18:57:32.520Z Compiling hmac v0.12.1
14022026-05-29T18:57:32.651Z Compiling icu_locale_core v2.1.1
14032026-05-29T18:57:32.651Z Compiling icu_collections v2.1.1
14042026-05-29T18:57:32.687Z Compiling block-padding v0.3.3
14052026-05-29T18:57:32.820Z Compiling futures-util v0.3.32
14062026-05-29T18:57:32.844Z Compiling inout v0.1.4
14072026-05-29T18:57:33.011Z Compiling cipher v0.4.4
14082026-05-29T18:57:33.139Z Compiling sha2 v0.10.9
14092026-05-29T18:57:33.274Z Compiling icu_provider v2.1.1
14102026-05-29T18:57:33.499Z Compiling bytes v1.11.1
14112026-05-29T18:57:33.536Z Compiling icu_normalizer v2.1.1
14122026-05-29T18:57:33.550Z Compiling icu_properties v2.1.2
14132026-05-29T18:57:33.568Z Compiling der_derive v0.7.3
14142026-05-29T18:57:34.075Z Compiling tokio v1.52.1
14152026-05-29T18:57:34.096Z Compiling http v1.4.0
14162026-05-29T18:57:34.434Z Compiling idna_adapter v1.2.1
14172026-05-29T18:57:34.516Z Compiling der v0.7.10
14182026-05-29T18:57:34.574Z Compiling idna v1.1.0
14192026-05-29T18:57:34.623Z Compiling chrono v0.4.44
14202026-05-29T18:57:34.989Z Compiling url v2.5.8
14212026-05-29T18:57:35.060Z Compiling salsa20 v0.10.2
14222026-05-29T18:57:35.201Z Compiling pbkdf2 v0.12.2
14232026-05-29T18:57:35.214Z Compiling rustls-pki-types v1.14.0
14242026-05-29T18:57:35.317Z Compiling spki v0.7.3
14252026-05-29T18:57:35.523Z Compiling ppv-lite86 v0.2.21
14262026-05-29T18:57:35.573Z Compiling tracing-attributes v0.1.31
14272026-05-29T18:57:35.648Z Compiling thiserror-impl v2.0.18
14282026-05-29T18:57:35.692Z Compiling scrypt v0.11.0
14292026-05-29T18:57:35.775Z Compiling http-body v1.0.1
14302026-05-29T18:57:35.838Z Compiling rand_chacha v0.9.0
14312026-05-29T18:57:35.926Z Compiling aes v0.8.4
14322026-05-29T18:57:35.941Z Compiling cbc v0.1.2
14332026-05-29T18:57:36.024Z Compiling openssl-probe v0.2.1
14342026-05-29T18:57:36.086Z Compiling untrusted v0.7.1
14352026-05-29T18:57:36.200Z Compiling untrusted v0.9.0
14362026-05-29T18:57:36.211Z Compiling httparse v1.10.1
14372026-05-29T18:57:36.320Z Compiling tinyvec_macros v0.1.1
14382026-05-29T18:57:36.393Z Compiling tinyvec v1.10.0
14392026-05-29T18:57:36.519Z Compiling pkcs5 v0.7.1
14402026-05-29T18:57:36.731Z Compiling rand v0.9.2
14412026-05-29T18:57:36.848Z Compiling tracing v0.1.44
14422026-05-29T18:57:36.952Z Compiling thiserror v2.0.18
14432026-05-29T18:57:36.965Z Compiling pest_generator v2.8.6
14442026-05-29T18:57:36.989Z Compiling serde_derive_internals v0.29.1
14452026-05-29T18:57:37.055Z Compiling aho-corasick v1.1.4
14462026-05-29T18:57:37.104Z Compiling tower-service v0.3.3
14472026-05-29T18:57:37.208Z Compiling try-lock v0.2.5
14482026-05-29T18:57:37.320Z Compiling schemars v0.8.22
14492026-05-29T18:57:37.523Z Compiling dyn-clone v1.0.20
14502026-05-29T18:57:37.555Z Compiling tower-layer v0.3.3
14512026-05-29T18:57:37.662Z Compiling atomic-waker v1.1.2
14522026-05-29T18:57:37.697Z Compiling rustls v0.23.37
14532026-05-29T18:57:37.716Z Compiling pest_derive v2.8.6
14542026-05-29T18:57:37.784Z Compiling tokio-util v0.7.18
14552026-05-29T18:57:37.883Z Compiling want v0.3.1
14562026-05-29T18:57:37.899Z Compiling schemars_derive v0.8.22
14572026-05-29T18:57:38.052Z Compiling regex-automata v0.4.14
14582026-05-29T18:57:38.134Z Compiling pkcs8 v0.10.2
14592026-05-29T18:57:38.445Z Compiling ipnet v2.11.0
14602026-05-29T18:57:38.651Z Compiling h2 v0.4.13
14612026-05-29T18:57:38.778Z Compiling scroll_derive v0.13.1
14622026-05-29T18:57:38.815Z Compiling darling_core v0.20.11
14632026-05-29T18:57:38.930Z Compiling openssl v0.10.79
14642026-05-29T18:57:39.120Z Compiling foreign-types-shared v0.1.1
14652026-05-29T18:57:39.176Z Compiling pin-utils v0.1.0
14662026-05-29T18:57:39.208Z Compiling httpdate v1.0.3
14672026-05-29T18:57:39.237Z Compiling foreign-types v0.3.2
14682026-05-29T18:57:39.426Z Compiling tempfile v3.25.0
14692026-05-29T18:57:39.569Z Compiling scroll v0.13.0
14702026-05-29T18:57:39.726Z Compiling unicode-normalization v0.1.25
14712026-05-29T18:57:39.836Z Compiling openssl-macros v0.1.1
14722026-05-29T18:57:40.195Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-29T18:57:40.218Z Compiling spin v0.9.8
14742026-05-29T18:57:40.226Z Compiling num-conv v0.2.0
14752026-05-29T18:57:40.346Z Compiling powerfmt v0.2.0
14762026-05-29T18:57:40.408Z Compiling native-tls v0.2.18
14772026-05-29T18:57:40.546Z Compiling crc32fast v1.5.0
14782026-05-29T18:57:40.592Z Compiling time-core v0.1.8
14792026-05-29T18:57:40.638Z Compiling deranged v0.5.8
14802026-05-29T18:57:40.722Z Compiling time-macros v0.2.27
14812026-05-29T18:57:41.053Z Compiling darling_macro v0.20.11
14822026-05-29T18:57:41.514Z Compiling hyper v1.8.1
14832026-05-29T18:57:41.599Z Compiling darling v0.20.11
14842026-05-29T18:57:41.662Z Compiling goblin v0.10.5
14852026-05-29T18:57:41.766Z Compiling rustls-native-certs v0.8.3
14862026-05-29T18:57:42.037Z Compiling sync_wrapper v1.0.2
14872026-05-29T18:57:42.119Z Compiling wait-timeout v0.2.1
14882026-05-29T18:57:42.229Z Compiling simd-adler32 v0.3.8
14892026-05-29T18:57:42.399Z Compiling siphasher v1.0.2
14902026-05-29T18:57:42.448Z Compiling num_threads v0.1.7
14912026-05-29T18:57:42.535Z Compiling quick-error v1.2.3
14922026-05-29T18:57:42.564Z Compiling usdt-impl v0.6.0
14932026-05-29T18:57:42.611Z Compiling crossbeam-utils v0.8.21
14942026-05-29T18:57:42.646Z Compiling hyper-util v0.1.20
14952026-05-29T18:57:42.761Z Compiling bit-vec v0.8.0
14962026-05-29T18:57:42.878Z Compiling syn v1.0.109
14972026-05-29T18:57:42.997Z Compiling bit-set v0.8.0
14982026-05-29T18:57:43.229Z Compiling rusty-fork v0.3.1
14992026-05-29T18:57:43.243Z Compiling time v0.3.47
15002026-05-29T18:57:43.489Z Compiling tower v0.5.3
15012026-05-29T18:57:43.549Z Compiling derive_builder_core v0.20.2
15022026-05-29T18:57:43.959Z Compiling dtrace-parser v0.3.0
15032026-05-29T18:57:44.062Z Compiling http-body-util v0.1.3
15042026-05-29T18:57:44.315Z Compiling webpki-roots v1.0.6
15052026-05-29T18:57:44.392Z Compiling signature v2.2.0
15062026-05-29T18:57:44.417Z Compiling dof v0.4.0
15072026-05-29T18:57:44.437Z Compiling thiserror-impl v1.0.69
15082026-05-29T18:57:44.567Z Compiling scroll_derive v0.12.1
15092026-05-29T18:57:44.684Z Compiling heapless v0.7.17
15102026-05-29T18:57:44.793Z Compiling rand_xorshift v0.4.0
15112026-05-29T18:57:44.941Z Compiling slog v2.8.2
15122026-05-29T18:57:44.997Z Compiling darling_core v0.21.3
15132026-05-29T18:57:45.105Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-29T18:57:45.223Z Compiling thread-id v5.1.0
15152026-05-29T18:57:45.308Z Compiling cookie v0.18.1
15162026-05-29T18:57:45.403Z Compiling ryu v1.0.23
15172026-05-29T18:57:45.510Z Compiling iri-string v0.7.10
15182026-05-29T18:57:45.544Z Compiling paste v1.0.15
15192026-05-29T18:57:45.571Z Compiling unarray v0.1.4
15202026-05-29T18:57:45.657Z Compiling unicode-bidi v0.3.18
15212026-05-29T18:57:45.681Z Compiling signal-hook v0.3.18
15222026-05-29T18:57:45.811Z Compiling adler2 v2.0.1
15232026-05-29T18:57:45.835Z Compiling allocator-api2 v0.2.21
15242026-05-29T18:57:45.908Z Compiling unicode-properties v0.1.4
15252026-05-29T18:57:45.929Z Compiling zstd-safe v7.2.4
15262026-05-29T18:57:46.225Z Compiling anyhow v1.0.102
15272026-05-29T18:57:46.225Z Compiling stringprep v0.1.5
15282026-05-29T18:57:46.243Z Compiling miniz_oxide v0.8.9
15292026-05-29T18:57:46.288Z Compiling thiserror v1.0.69
15302026-05-29T18:57:46.368Z Compiling proptest v1.10.0
15312026-05-29T18:57:46.549Z Compiling tower-http v0.6.8
15322026-05-29T18:57:46.642Z Compiling serde_urlencoded v0.7.1
15332026-05-29T18:57:46.939Z Compiling scroll v0.12.0
15342026-05-29T18:57:47.022Z Compiling derive_builder_macro v0.20.2
15352026-05-29T18:57:47.240Z Compiling tokio-native-tls v0.3.1
15362026-05-29T18:57:47.411Z Compiling darling_macro v0.21.3
15372026-05-29T18:57:47.519Z Compiling bstr v1.12.1
15382026-05-29T18:57:47.546Z Compiling ipnetwork v0.21.1
15392026-05-29T18:57:47.763Z Compiling rand_chacha v0.3.1
15402026-05-29T18:57:47.895Z Compiling toml_datetime v0.6.11
15412026-05-29T18:57:47.950Z Compiling serde_spanned v0.6.9
15422026-05-29T18:57:47.951Z Compiling serde_tokenstream v0.2.3
15432026-05-29T18:57:48.064Z Compiling erased-serde v0.3.31
15442026-05-29T18:57:48.161Z Compiling md-5 v0.10.6
15452026-05-29T18:57:48.209Z Compiling pin-project-internal v1.1.11
15462026-05-29T18:57:48.226Z Compiling async-trait v0.1.89
15472026-05-29T18:57:48.302Z Compiling zerocopy-derive v0.7.35
15482026-05-29T18:57:48.436Z Compiling curve25519-dalek v4.1.3
15492026-05-29T18:57:48.513Z Compiling vergen-lib v9.1.0
15502026-05-29T18:57:48.723Z Compiling num-integer v0.1.46
15512026-05-29T18:57:48.745Z Compiling hash32 v0.2.1
15522026-05-29T18:57:49.052Z Compiling ff v0.13.1
15532026-05-29T18:57:49.071Z Compiling memoffset v0.9.1
15542026-05-29T18:57:49.126Z Compiling encoding_rs v0.8.35
15552026-05-29T18:57:49.150Z Compiling zlib-rs v0.6.2
15562026-05-29T18:57:49.215Z Compiling num-bigint-dig v0.8.6
15572026-05-29T18:57:49.234Z Compiling fallible-iterator v0.2.0
15582026-05-29T18:57:49.234Z Compiling smoltcp v0.9.1
15592026-05-29T18:57:49.481Z Compiling mime v0.3.17
15602026-05-29T18:57:49.560Z Compiling ref-cast v1.0.25
15612026-05-29T18:57:49.616Z Compiling cfg_aliases v0.2.1
15622026-05-29T18:57:49.654Z Compiling psl-types v2.0.11
15632026-05-29T18:57:49.699Z Compiling litrs v1.0.0
15642026-05-29T18:57:50.621Z Compiling rustix v0.38.44
15652026-05-29T18:57:50.672Z Compiling base16ct v0.2.0
15662026-05-29T18:57:50.672Z Compiling sec1 v0.7.3
15672026-05-29T18:57:50.672Z Compiling document-features v0.2.12
15682026-05-29T18:57:50.672Z Compiling publicsuffix v2.3.0
15692026-05-29T18:57:50.672Z Compiling nix v0.31.2
15702026-05-29T18:57:50.673Z Compiling postgres-protocol v0.6.10
15712026-05-29T18:57:50.673Z Compiling pin-project v1.1.11
15722026-05-29T18:57:50.697Z Compiling zerocopy v0.7.35
15732026-05-29T18:57:50.757Z Compiling group v0.13.0
15742026-05-29T18:57:50.793Z Compiling num-iter v0.1.45
15752026-05-29T18:57:51.007Z Compiling newtype-uuid v1.3.2
15762026-05-29T18:57:51.102Z Compiling hubpack_derive v0.1.1
15772026-05-29T18:57:51.232Z Compiling darling v0.21.3
15782026-05-29T18:57:51.312Z Compiling rand v0.8.6
15792026-05-29T18:57:51.318Z Compiling oxnet v0.1.4
15802026-05-29T18:57:51.382Z Compiling derive_builder v0.20.2
15812026-05-29T18:57:51.437Z Compiling hyper-tls v0.6.0
15822026-05-29T18:57:51.613Z Compiling goblin v0.8.2
15832026-05-29T18:57:52.040Z Compiling flate2 v1.1.9
15842026-05-29T18:57:52.252Z Compiling phf_shared v0.13.1
15852026-05-29T18:57:52.289Z Compiling lazy_static v1.5.0
15862026-05-29T18:57:52.338Z Compiling regex v1.12.3
15872026-05-29T18:57:52.377Z Compiling futures-executor v0.3.32
15882026-05-29T18:57:52.473Z Compiling hex v0.4.3
15892026-05-29T18:57:52.492Z Compiling hkdf v0.12.4
15902026-05-29T18:57:52.503Z Compiling crypto-bigint v0.5.5
15912026-05-29T18:57:52.632Z Compiling terminal_size v0.4.3
15922026-05-29T18:57:52.650Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-29T18:57:52.737Z Compiling snafu-derive v0.8.9
15942026-05-29T18:57:52.764Z Compiling strum_macros v0.27.2
15952026-05-29T18:57:52.777Z Compiling ref-cast-impl v1.0.25
15962026-05-29T18:57:53.322Z Compiling daft-derive v0.1.7
15972026-05-29T18:57:53.332Z Compiling vergen v9.1.0
15982026-05-29T18:57:53.520Z Compiling fs-err v3.3.0
15992026-05-29T18:57:53.697Z Compiling cargo-platform v0.3.2
16002026-05-29T18:57:53.982Z Compiling ahash v0.8.12
16012026-05-29T18:57:54.018Z Compiling foldhash v0.1.5
16022026-05-29T18:57:54.184Z Compiling winnow v0.5.40
16032026-05-29T18:57:54.201Z Compiling foldhash v0.2.0
16042026-05-29T18:57:54.418Z Compiling same-file v1.0.6
16052026-05-29T18:57:54.585Z Compiling unicode-segmentation v1.12.0
16062026-05-29T18:57:54.605Z Compiling bitflags v1.3.2
16072026-05-29T18:57:54.629Z Compiling libbz2-rs-sys v0.2.2
16082026-05-29T18:57:54.689Z Compiling managed v0.8.0
16092026-05-29T18:57:54.718Z Compiling bumpalo v3.20.2
16102026-05-29T18:57:54.905Z Compiling object v0.37.3
16112026-05-29T18:57:54.961Z Compiling zopfli v0.8.3
16122026-05-29T18:57:55.068Z Compiling bzip2 v0.6.1
16132026-05-29T18:57:55.230Z Compiling strum v0.27.2
16142026-05-29T18:57:55.284Z Compiling snafu v0.8.9
16152026-05-29T18:57:55.301Z Compiling walkdir v2.5.0
16162026-05-29T18:57:55.352Z Compiling hashbrown v0.16.1
16172026-05-29T18:57:55.585Z Compiling toml_edit v0.19.15
16182026-05-29T18:57:55.610Z Compiling clap_builder v4.5.60
16192026-05-29T18:57:55.629Z Compiling hashbrown v0.15.5
16202026-05-29T18:57:55.672Z Compiling daft v0.1.7
16212026-05-29T18:57:55.780Z Compiling cargo_metadata v0.23.1
16222026-05-29T18:57:55.930Z Compiling dof v0.3.0
16232026-05-29T18:57:56.076Z Compiling elliptic-curve v0.13.8
16242026-05-29T18:57:56.448Z Compiling futures v0.3.32
16252026-05-29T18:57:56.554Z Compiling phf v0.13.1
16262026-05-29T18:57:56.706Z Compiling signal-hook-mio v0.2.5
16272026-05-29T18:57:56.854Z Compiling cookie_store v0.22.1
16282026-05-29T18:57:57.353Z Compiling zstd v0.13.3
16292026-05-29T18:57:57.499Z Compiling hubpack v0.1.2
16302026-05-29T18:57:57.544Z Compiling bzip2 v0.4.4
16312026-05-29T18:57:57.644Z Compiling serde_with_macros v3.17.0
16322026-05-29T18:57:57.742Z Compiling postgres-types v0.2.12
16332026-05-29T18:57:58.228Z Compiling usdt-attr-macro v0.6.0
16342026-05-29T18:57:58.298Z Compiling usdt-macro v0.6.0
16352026-05-29T18:57:58.598Z Compiling globset v0.4.18
16362026-05-29T18:57:58.752Z Compiling dtrace-parser v0.2.0
16372026-05-29T18:57:58.962Z Compiling ed25519 v2.2.3
16382026-05-29T18:57:59.022Z Compiling phf_shared v0.11.3
16392026-05-29T18:57:59.035Z Compiling olpc-cjson v0.1.4
16402026-05-29T18:57:59.185Z Compiling pkcs1 v0.7.5
16412026-05-29T18:57:59.185Z Compiling serde_plain v1.0.2
16422026-05-29T18:57:59.307Z Compiling serde-big-array v0.5.1
16432026-05-29T18:57:59.335Z Compiling rfc6979 v0.4.0
16442026-05-29T18:57:59.405Z Compiling pem v3.0.6
16452026-05-29T18:57:59.415Z Compiling strum_macros v0.26.4
16462026-05-29T18:57:59.458Z Compiling serde_repr v0.1.20
16472026-05-29T18:57:59.495Z Compiling enum-as-inner v0.6.1
16482026-05-29T18:57:59.595Z Compiling clap_derive v4.5.55
16492026-05-29T18:57:59.733Z Compiling async-recursion v1.1.1
16502026-05-29T18:57:59.885Z Compiling float-cmp v0.10.0
16512026-05-29T18:57:59.955Z Compiling thread-id v4.2.2
16522026-05-29T18:57:59.988Z Compiling memmap2 v0.9.10
16532026-05-29T18:58:00.016Z Compiling env_filter v1.0.0
16542026-05-29T18:58:00.030Z Compiling fixedbitset v0.5.7
16552026-05-29T18:58:00.189Z Compiling either v1.15.0
16562026-05-29T18:58:00.317Z Compiling predicates-core v1.0.10
16572026-05-29T18:58:00.353Z Compiling new_debug_unreachable v1.0.6
16582026-05-29T18:58:00.394Z Compiling static_assertions v1.1.0
16592026-05-29T18:58:00.431Z Compiling difflib v0.4.0
16602026-05-29T18:58:00.441Z Compiling precomputed-hash v0.1.1
16612026-05-29T18:58:00.467Z Compiling jiff v0.2.21
16622026-05-29T18:58:00.482Z Compiling normalize-line-endings v0.3.0
16632026-05-29T18:58:00.518Z Compiling whoami v2.1.0
16642026-05-29T18:58:00.589Z Compiling fixedbitset v0.4.2
16652026-05-29T18:58:00.806Z Compiling data-encoding v2.10.0
16662026-05-29T18:58:00.879Z Compiling keccak v0.1.6
16672026-05-29T18:58:00.974Z Compiling typed-path v0.9.3
16682026-05-29T18:58:01.134Z Compiling strum v0.26.3
16692026-05-29T18:58:01.266Z Compiling hickory-proto v0.25.2
16702026-05-29T18:58:01.355Z Compiling clap v4.5.60
16712026-05-29T18:58:01.438Z Compiling sha3 v0.10.8
16722026-05-29T18:58:01.485Z Compiling toml_edit v0.22.27
16732026-05-29T18:58:01.692Z Compiling petgraph v0.6.5
16742026-05-29T18:58:01.883Z Compiling tokio-postgres v0.7.16
16752026-05-29T18:58:02.217Z Compiling predicates v3.1.4
16762026-05-29T18:58:02.258Z Compiling string_cache v0.8.9
16772026-05-29T18:58:02.485Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-29T18:58:02.915Z Compiling itertools v0.13.0
16792026-05-29T18:58:03.229Z Compiling zip v4.6.1
16802026-05-29T18:58:04.103Z Compiling petgraph v0.8.3
16812026-05-29T18:58:04.120Z Compiling env_logger v0.11.9
16822026-05-29T18:58:04.191Z Compiling usdt v0.6.0
16832026-05-29T18:58:04.270Z Compiling usdt-impl v0.5.0
16842026-05-29T18:58:04.454Z Compiling rsa v0.9.10
16852026-05-29T18:58:04.483Z Compiling ecdsa v0.16.9
16862026-05-29T18:58:04.731Z Compiling ed25519-dalek v2.2.0
16872026-05-29T18:58:04.854Z Compiling serde_with v3.17.0
16882026-05-29T18:58:04.866Z Compiling crossterm v0.28.1
16892026-05-29T18:58:05.334Z Compiling zip v0.6.6
16902026-05-29T18:58:05.932Z Compiling toml v0.7.8
16912026-05-29T18:58:06.029Z Compiling iddqd v0.4.2
16922026-05-29T18:58:06.540Z Compiling heck v0.4.1
16932026-05-29T18:58:06.584Z Compiling similar v2.7.0
16942026-05-29T18:58:06.584Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-29T18:58:06.786Z Compiling crossbeam-epoch v0.9.18
16962026-05-29T18:58:06.829Z Compiling tokio-stream v0.1.18
16972026-05-29T18:58:07.098Z Compiling buf-list v1.1.2
16982026-05-29T18:58:07.271Z Compiling x509-cert v0.2.5
16992026-05-29T18:58:07.295Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-05-29T18:58:07.317Z Compiling openapiv3 v2.2.0
17012026-05-29T18:58:07.420Z Compiling sha1 v0.10.6
17022026-05-29T18:58:07.448Z Compiling lalrpop-util v0.19.12
17032026-05-29T18:58:07.597Z Compiling peg-runtime v0.8.5
17042026-05-29T18:58:07.677Z Compiling thread_local v1.1.9
17052026-05-29T18:58:07.677Z Compiling slog-async v2.8.0
17062026-05-29T18:58:07.785Z Compiling crossbeam-channel v0.5.15
17072026-05-29T18:58:07.923Z Compiling filetime v0.2.27
17082026-05-29T18:58:07.923Z Compiling is-terminal v0.4.17
17092026-05-29T18:58:07.980Z Compiling term v1.2.1
17102026-05-29T18:58:08.021Z Compiling xattr v1.6.1
17112026-05-29T18:58:08.066Z Compiling take_mut v0.2.2
17122026-05-29T18:58:08.245Z Compiling tar v0.4.45
17132026-05-29T18:58:08.579Z Compiling slog-term v2.9.2
17142026-05-29T18:58:18.772Z Compiling rustls-webpki v0.103.9
17152026-05-29T18:58:21.203Z Compiling tokio-rustls v0.26.4
17162026-05-29T18:58:21.203Z Compiling rustls-platform-verifier v0.6.2
17172026-05-29T18:58:21.390Z Compiling hyper-rustls v0.27.7
17182026-05-29T18:58:21.609Z Compiling reqwest v0.12.28
17192026-05-29T18:58:21.657Z Compiling reqwest v0.13.2
17202026-05-29T18:58:23.125Z Compiling tough v0.22.0
17212026-05-29T18:58:25.407Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-29T18:58:25.578Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-29T18:58:28.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-29T18:58:28.588Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-29T18:58:28.646ZMay 29 18:58:27.826 INFO Starting download, target: Console
17262026-05-29T18:58:28.646ZMay 29 18:58:27.827 INFO Starting download, target: Cockroach
17272026-05-29T18:58:28.646ZMay 29 18:58:27.827 INFO Starting download, target: Clickhouse
17282026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Starting download, target: DendriteStub
17292026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Starting download, target: MaghemiteMgd
17302026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Starting download, target: TransceiverControl
17312026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-29T18:58:28.667ZMay 29 18:58:27.827 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-29T18:58:29.638ZMay 29 18:58:28.823 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-05-29T18:58:29.869ZMay 29 18:58:29.055 INFO Download complete, target: Console
17392026-05-29T18:58:30.468ZMay 29 18:58:29.654 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-05-29T18:58:37.120ZMay 29 18:58:36.305 INFO Checking that binary works, target: Clickhouse
17412026-05-29T18:58:37.221ZMay 29 18:58:36.407 INFO Download complete, target: Clickhouse
17422026-05-29T18:59:24.881ZMay 29 18:59:23.983 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-29T18:59:25.071ZMay 29 18:59:24.186 INFO Download complete, target: TransceiverControl
17442026-05-29T18:59:28.361ZMay 29 18:59:27.494 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-29T18:59:29.205ZMay 29 18:59:28.381 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-29T18:59:29.682ZMay 29 18:59:28.866 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-29T18:59:29.682ZMay 29 18:59:28.866 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-29T18:59:30.616ZMay 29 18:59:29.801 INFO Download complete, target: DendriteStub
17492026-05-29T18:59:31.566ZMay 29 18:59:30.749 INFO Download complete, target: MaghemiteMgd
17502026-05-29T18:59:34.347ZMay 29 18:59:33.532 INFO Checking that binary works, target: Cockroach
17512026-05-29T18:59:34.476ZMay 29 18:59:33.659 INFO Download complete, target: Cockroach
17522026-05-29T18:59:34.495ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-29T18:59:34.498Z
17542026-05-29T18:59:34.499Zreal 3:15.191041160
17552026-05-29T18:59:34.499Zuser 6:54.133998204
17562026-05-29T18:59:34.499Zsys 1:22.689243467
17572026-05-29T18:59:34.499Ztrap 0.218441893
17582026-05-29T18:59:34.499Ztflt 0.691876492
17592026-05-29T18:59:34.499Zdflt 0.555953485
17602026-05-29T18:59:34.499Zkflt 0.027204306
17612026-05-29T18:59:34.499Zlock 32:17.234811364
17622026-05-29T18:59:34.499Zslp 23:18.061918735
17632026-05-29T18:59:34.499Zlat 41.838887258
17642026-05-29T18:59:34.499Zstop 1:53.380372298
17652026-05-29T18:59:34.499Z+ banner hack-check
17662026-05-29T18:59:34.499Z
17672026-05-29T18:59:34.499Z # # ## #### # # #### # # ###### #### # #
17682026-05-29T18:59:34.499Z # # # # # # # # # # # # # # # # #
17692026-05-29T18:59:34.499Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-29T18:59:34.499Z # # ###### # # # # # # # # # #
17712026-05-29T18:59:34.499Z # # # # # # # # # # # # # # # # #
17722026-05-29T18:59:34.499Z # # # # #### # # #### # # ###### #### # #
17732026-05-29T18:59:34.499Z
17742026-05-29T18:59:34.499Z+ export CARGO_INCREMENTAL=0
17752026-05-29T18:59:34.499Z+ CARGO_INCREMENTAL=0
17762026-05-29T18:59:34.499Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-29T18:59:35.023Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-29T18:59:35.243Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-29T18:59:37.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17802026-05-29T18:59:37.231Z Running `target/debug/xtask check-features --ci`
17812026-05-29T18:59:37.235Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-29T18:59:37.236Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-29T18:59:37.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-29T18:59:37.702Z Running `target/debug/xtask download cargo-hack`
17852026-05-29T18:59:38.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-29T18:59:38.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-29T18:59:41.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17882026-05-29T18:59:41.472Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-29T18:59:41.513ZMay 29 18:59:40.697 INFO Starting download, target: CargoHack
17902026-05-29T18:59:41.519ZMay 29 18:59:40.698 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-29T18:59:41.943ZMay 29 18:59:41.128 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-29T18:59:41.995ZMay 29 18:59:41.180 INFO Download complete, target: CargoHack
17932026-05-29T18:59:41.998Zrunning: "/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"
17942026-05-29T18:59:42.012Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-29T18:59:42.167Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-29T18:59:42.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-29T18:59:42.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-29T18:59:42.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-29T18:59:42.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-29T18:59:42.748Z
18012026-05-29T18:59:42.748Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-29T18:59:43.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-29T18:59:43.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-29T18:59:43.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-29T18:59:43.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-29T18:59:43.329Z
18072026-05-29T18:59:43.329Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-29T18:59:43.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-29T18:59:43.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-29T18:59:43.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-29T18:59:43.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-29T18:59:43.914Z
18132026-05-29T18:59:43.914Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-29T18:59:44.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-29T18:59:44.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-29T18:59:44.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-29T18:59:44.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-29T18:59:44.504Z
18192026-05-29T18:59:44.504Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-29T18:59:44.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-29T18:59:45.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-29T18:59:45.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-29T18:59:45.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-29T18:59:45.090Z
18252026-05-29T18:59:45.090Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-29T18:59:45.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-29T18:59:45.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-29T18:59:45.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-29T18:59:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-29T18:59:45.688Z
18312026-05-29T18:59:45.688Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-29T18:59:46.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-29T18:59:46.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-29T18:59:46.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-29T18:59:46.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-29T18:59:46.290Z
18372026-05-29T18:59:46.290Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-29T18:59:46.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-29T18:59:46.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-29T18:59:46.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-29T18:59:46.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-29T18:59:46.895Z
18432026-05-29T18:59:46.895Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-29T18:59:47.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-29T18:59:47.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-29T18:59:47.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-29T18:59:47.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18482026-05-29T18:59:47.348Z
18492026-05-29T18:59:47.348Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-29T18:59:47.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-29T18:59:47.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-29T18:59:47.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-29T18:59:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-29T18:59:47.813Z
18552026-05-29T18:59:47.813Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-29T18:59:48.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-29T18:59:48.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-29T18:59:48.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-29T18:59:48.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18602026-05-29T18:59:48.270Z
18612026-05-29T18:59:48.270Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-29T18:59:48.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-29T18:59:48.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-29T18:59:48.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-29T18:59:48.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-29T18:59:48.735Z
18672026-05-29T18:59:48.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-29T18:59:49.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-29T18:59:49.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-29T18:59:49.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-29T18:59:49.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-29T18:59:49.199Z
18732026-05-29T18:59:49.199Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-29T18:59:49.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-29T18:59:49.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-29T18:59:49.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-29T18:59:49.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-29T18:59:49.668Z
18792026-05-29T18:59:49.668Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-29T18:59:50.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-29T18:59:50.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-29T18:59:50.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-29T18:59:50.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-29T18:59:50.129Z
18852026-05-29T18:59:50.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-29T18:59:50.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-29T18:59:50.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-29T18:59:50.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-29T18:59:50.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-29T18:59:50.590Z
18912026-05-29T18:59:50.590Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-29T18:59:50.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-29T18:59:50.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-29T18:59:50.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-29T18:59:51.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-29T18:59:51.052Z
18972026-05-29T18:59:51.052Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-29T18:59:51.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-29T18:59:51.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-29T18:59:51.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-29T18:59:51.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-29T18:59:51.519Z
19032026-05-29T18:59:51.519Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-29T18:59:51.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-29T18:59:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-29T18:59:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-29T18:59:51.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-29T18:59:51.981Z
19092026-05-29T18:59:51.981Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-29T18:59:52.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-29T18:59:52.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-29T18:59:52.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-29T18:59:52.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-29T18:59:52.446Z
19152026-05-29T18:59:52.446Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-29T18:59:52.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-29T18:59:52.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-29T18:59:52.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-29T18:59:52.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-29T18:59:52.911Z
19212026-05-29T18:59:52.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-29T18:59:53.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-29T18:59:53.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-29T18:59:53.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-29T18:59:53.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-29T18:59:53.381Z
19272026-05-29T18:59:53.381Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-29T18:59:53.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-29T18:59:53.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-29T18:59:53.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-29T18:59:53.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-29T18:59:53.848Z
19332026-05-29T18:59:53.848Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-29T18:59:54.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-29T18:59:54.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-29T18:59:54.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-29T18:59:54.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-29T18:59:54.318Z
19392026-05-29T18:59:54.319Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-29T18:59:54.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-29T18:59:54.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-29T18:59:54.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-29T18:59:54.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-29T18:59:54.789Z
19452026-05-29T18:59:54.789Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-29T18:59:55.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-29T18:59:55.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-29T18:59:55.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-29T18:59:55.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-29T18:59:55.263Z
19512026-05-29T18:59:55.263Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-29T18:59:55.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-29T18:59:55.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-29T18:59:55.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-29T18:59:55.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-29T18:59:55.723Z
19572026-05-29T18:59:55.724Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-29T18:59:56.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-29T18:59:56.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-29T18:59:56.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-29T18:59:56.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-29T18:59:56.188Z
19632026-05-29T18:59:56.188Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-29T18:59:56.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-29T18:59:56.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-29T18:59:56.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-29T18:59:56.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-29T18:59:56.653Z
19692026-05-29T18:59:56.653Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-29T18:59:57.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-29T18:59:57.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-29T18:59:57.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-29T18:59:57.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-29T18:59:57.123Z
19752026-05-29T18:59:57.123Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-29T18:59:57.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-29T18:59:57.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-29T18:59:57.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-29T18:59:57.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-29T18:59:57.589Z
19812026-05-29T18:59:57.590Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-29T18:59:57.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-29T18:59:57.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-29T18:59:57.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-29T18:59:58.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-29T18:59:58.056Z
19872026-05-29T18:59:58.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-29T18:59:58.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-29T18:59:58.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-29T18:59:58.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-29T18:59:58.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-29T18:59:58.522Z
19932026-05-29T18:59:58.522Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-29T18:59:58.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-29T18:59:58.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-29T18:59:58.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-29T18:59:58.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-29T18:59:58.985Z
19992026-05-29T18:59:58.985Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-29T18:59:59.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-29T18:59:59.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-29T18:59:59.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-29T18:59:59.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-29T18:59:59.449Z
20052026-05-29T18:59:59.449Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-29T18:59:59.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-29T18:59:59.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-29T18:59:59.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-29T18:59:59.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-29T18:59:59.909Z
20112026-05-29T18:59:59.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-29T19:00:00.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-29T19:00:00.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-29T19:00:00.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-29T19:00:00.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-29T19:00:00.373Z
20172026-05-29T19:00:00.373Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-29T19:00:00.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-29T19:00:00.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-29T19:00:00.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-29T19:00:00.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-29T19:00:00.841Z
20232026-05-29T19:00:00.841Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-29T19:00:01.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-29T19:00:01.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-29T19:00:01.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-29T19:00:01.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-29T19:00:01.306Z
20292026-05-29T19:00:01.307Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-29T19:00:01.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-29T19:00:01.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-29T19:00:01.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-29T19:00:01.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-29T19:00:01.771Z
20352026-05-29T19:00:01.771Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-29T19:00:02.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-29T19:00:02.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-29T19:00:02.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-29T19:00:02.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-29T19:00:02.234Z
20412026-05-29T19:00:02.234Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-29T19:00:02.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-29T19:00:02.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-29T19:00:02.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-29T19:00:02.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-29T19:00:02.701Z
20472026-05-29T19:00:02.701Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-29T19:00:03.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-29T19:00:03.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-29T19:00:03.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-29T19:00:03.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-29T19:00:03.164Z
20532026-05-29T19:00:03.164Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-29T19:00:03.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-29T19:00:03.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-29T19:00:03.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-29T19:00:03.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-29T19:00:03.626Z
20592026-05-29T19:00:03.626Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-29T19:00:04.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-29T19:00:04.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-29T19:00:04.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-29T19:00:04.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-29T19:00:04.092Z
20652026-05-29T19:00:04.092Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-29T19:00:04.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-29T19:00:04.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-29T19:00:04.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-29T19:00:04.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-29T19:00:04.555Z
20712026-05-29T19:00:04.555Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-29T19:00:04.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-29T19:00:04.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-29T19:00:04.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-29T19:00:04.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-29T19:00:05.021Z
20772026-05-29T19:00:05.021Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-29T19:00:05.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-29T19:00:05.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-29T19:00:05.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-29T19:00:05.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-29T19:00:05.482Z
20832026-05-29T19:00:05.482Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-29T19:00:06.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-29T19:00:06.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-29T19:00:06.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-29T19:00:06.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-29T19:00:06.109Z
20892026-05-29T19:00:06.110Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-29T19:00:06.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-29T19:00:06.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-29T19:00:06.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-29T19:00:06.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-29T19:00:06.744Z
20952026-05-29T19:00:06.744Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-29T19:00:07.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-29T19:00:07.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-29T19:00:07.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-29T19:00:07.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-29T19:00:07.379Z
21012026-05-29T19:00:07.379Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-29T19:00:07.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-29T19:00:07.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-29T19:00:07.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-29T19:00:07.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-29T19:00:08.007Z
21072026-05-29T19:00:08.007Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-29T19:00:08.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-29T19:00:08.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-29T19:00:08.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-29T19:00:08.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-29T19:00:08.607Z
21132026-05-29T19:00:08.608Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-29T19:00:09.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-29T19:00:09.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-29T19:00:09.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-29T19:00:09.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-29T19:00:09.186Z
21192026-05-29T19:00:09.187Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-29T19:00:09.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-29T19:00:09.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-29T19:00:09.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-29T19:00:09.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-29T19:00:09.787Z
21252026-05-29T19:00:09.787Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-29T19:00:10.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-29T19:00:10.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-29T19:00:10.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-29T19:00:10.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-29T19:00:10.389Z
21312026-05-29T19:00:10.389Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-29T19:00:10.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-29T19:00:10.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-29T19:00:10.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-29T19:00:10.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21362026-05-29T19:00:11.045Z
21372026-05-29T19:00:11.045Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-29T19:00:11.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-29T19:00:11.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-29T19:00:11.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-29T19:00:11.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-29T19:00:11.577Z
21432026-05-29T19:00:11.577Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-29T19:00:12.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-29T19:00:12.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-29T19:00:12.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-29T19:00:12.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-29T19:00:12.154Z
21492026-05-29T19:00:12.154Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-29T19:00:12.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-29T19:00:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-29T19:00:12.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-29T19:00:12.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-29T19:00:12.740Z
21552026-05-29T19:00:12.740Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-29T19:00:13.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-29T19:00:13.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-29T19:00:13.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-29T19:00:13.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-05-29T19:00:13.316Z
21612026-05-29T19:00:13.316Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-29T19:00:13.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-29T19:00:13.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-29T19:00:13.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-29T19:00:13.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21662026-05-29T19:00:13.888Z
21672026-05-29T19:00:13.889Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-29T19:00:14.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-29T19:00:14.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-29T19:00:14.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-29T19:00:14.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-29T19:00:14.477Z
21732026-05-29T19:00:14.477Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-29T19:00:14.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-29T19:00:14.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-29T19:00:14.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-29T19:00:14.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-29T19:00:15.074Z
21792026-05-29T19:00:15.074Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-29T19:00:15.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-29T19:00:15.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-29T19:00:15.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-29T19:00:15.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-29T19:00:15.655Z
21852026-05-29T19:00:15.656Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-29T19:00:16.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-29T19:00:16.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-29T19:00:16.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-29T19:00:16.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-29T19:00:16.236Z
21912026-05-29T19:00:16.236Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-29T19:00:16.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-29T19:00:16.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-29T19:00:16.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-29T19:00:16.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-29T19:00:16.823Z
21972026-05-29T19:00:16.823Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-29T19:00:17.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-29T19:00:17.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-29T19:00:17.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-29T19:00:17.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-29T19:00:17.415Z
22032026-05-29T19:00:17.415Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-29T19:00:17.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-29T19:00:17.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-29T19:00:17.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-29T19:00:17.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-29T19:00:18.005Z
22092026-05-29T19:00:18.005Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-29T19:00:18.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-29T19:00:18.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-29T19:00:18.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-29T19:00:18.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-29T19:00:18.598Z
22152026-05-29T19:00:18.598Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-29T19:00:19.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-29T19:00:19.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-29T19:00:19.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-29T19:00:19.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-29T19:00:19.196Z
22212026-05-29T19:00:19.196Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-29T19:00:19.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-29T19:00:19.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-29T19:00:19.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-29T19:00:19.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-29T19:00:19.792Z
22272026-05-29T19:00:19.792Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-29T19:00:20.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-29T19:00:20.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-29T19:00:20.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-29T19:00:20.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-29T19:00:20.412Z
22332026-05-29T19:00:20.412Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-29T19:00:20.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-29T19:00:20.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-29T19:00:20.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-29T19:00:21.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-29T19:00:21.946Z
22392026-05-29T19:00:21.946Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-29T19:00:21.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-29T19:00:21.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-29T19:00:21.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-29T19:00:21.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-29T19:00:21.946Z
22452026-05-29T19:00:21.946Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-29T19:00:22.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-29T19:00:22.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-29T19:00:22.229Z Checking cfg-if v1.0.4
22492026-05-29T19:00:22.234Z Checking libc v0.2.185
22502026-05-29T19:00:22.331Z Checking serde_core v1.0.228
22512026-05-29T19:00:22.345Z Checking zeroize v1.8.2
22522026-05-29T19:00:22.353Z Checking memchr v2.8.0
22532026-05-29T19:00:22.361Z Checking log v0.4.29
22542026-05-29T19:00:22.371Z Checking smallvec v1.15.1
22552026-05-29T19:00:22.382Z Checking typenum v1.19.0
22562026-05-29T19:00:22.382Z Checking subtle v2.6.1
22572026-05-29T19:00:22.483Z Checking itoa v1.0.17
22582026-05-29T19:00:22.517Z Checking scopeguard v1.2.0
22592026-05-29T19:00:22.540Z Checking stable_deref_trait v1.2.1
22602026-05-29T19:00:22.553Z Checking const-oid v0.9.6
22612026-05-29T19:00:22.613Z Checking lock_api v0.4.14
22622026-05-29T19:00:22.626Z Checking zerofrom v0.1.6
22632026-05-29T19:00:22.640Z Checking pin-project-lite v0.2.17
22642026-05-29T19:00:22.722Z Checking getrandom v0.2.17
22652026-05-29T19:00:22.722Z Checking errno v0.3.14
22662026-05-29T19:00:22.744Z Checking yoke v0.8.1
22672026-05-29T19:00:22.752Z Checking parking_lot_core v0.9.12
22682026-05-29T19:00:22.811Z Checking portable-atomic v1.13.1
22692026-05-29T19:00:22.837Z Checking signal-hook-registry v1.4.8
22702026-05-29T19:00:22.871Z Checking rand_core v0.6.4
22712026-05-29T19:00:22.892Z Checking generic-array v0.14.7
22722026-05-29T19:00:22.905Z Checking zerovec v0.11.5
22732026-05-29T19:00:22.929Z Checking critical-section v1.2.0
22742026-05-29T19:00:22.995Z Checking futures-core v0.3.32
22752026-05-29T19:00:23.044Z Checking parking_lot v0.12.5
22762026-05-29T19:00:23.059Z Checking mio v1.2.0
22772026-05-29T19:00:23.116Z Checking zerocopy v0.8.40
22782026-05-29T19:00:23.209Z Checking once_cell v1.21.3
22792026-05-29T19:00:23.230Z Checking zmij v1.0.21
22802026-05-29T19:00:23.244Z Checking socket2 v0.6.3
22812026-05-29T19:00:23.330Z Checking crypto-common v0.1.7
22822026-05-29T19:00:23.334Z Checking block-buffer v0.10.4
22832026-05-29T19:00:23.353Z Checking tinystr v0.8.2
22842026-05-29T19:00:23.378Z Checking libm v0.2.16
22852026-05-29T19:00:23.438Z Checking litemap v0.8.1
22862026-05-29T19:00:23.451Z Checking percent-encoding v2.3.2
22872026-05-29T19:00:23.473Z Checking digest v0.10.7
22882026-05-29T19:00:23.498Z Checking equivalent v1.0.2
22892026-05-29T19:00:23.543Z Checking writeable v0.6.2
22902026-05-29T19:00:23.578Z Checking potential_utf v0.1.4
22912026-05-29T19:00:23.610Z Checking zerotrie v0.2.3
22922026-05-29T19:00:23.627Z Checking futures-sink v0.3.32
22932026-05-29T19:00:23.685Z Checking futures-task v0.3.32
22942026-05-29T19:00:23.693Z Checking icu_locale_core v2.1.1
22952026-05-29T19:00:23.731Z Checking icu_collections v2.1.1
22962026-05-29T19:00:23.731Z Checking futures-channel v0.3.32
22972026-05-29T19:00:23.812Z Checking serde v1.0.228
22982026-05-29T19:00:23.812Z Checking bitflags v2.11.0
22992026-05-29T19:00:23.836Z Checking serde_json v1.0.149
23002026-05-29T19:00:23.903Z Checking futures-io v0.3.32
23012026-05-29T19:00:23.983Z Checking cpufeatures v0.2.17
23022026-05-29T19:00:23.997Z Checking slab v0.4.12
23032026-05-29T19:00:24.017Z Checking hmac v0.12.1
23042026-05-29T19:00:24.051Z Checking icu_normalizer_data v2.1.1
23052026-05-29T19:00:24.077Z Checking num-traits v0.2.19
23062026-05-29T19:00:24.121Z Checking icu_properties_data v2.1.2
23072026-05-29T19:00:24.145Z Checking futures-util v0.3.32
23082026-05-29T19:00:24.150Z Checking hashbrown v0.17.0
23092026-05-29T19:00:24.201Z Checking bytes v1.11.1
23102026-05-29T19:00:24.232Z Checking icu_provider v2.1.1
23112026-05-29T19:00:24.246Z Checking rand_core v0.10.0
23122026-05-29T19:00:24.393Z Checking getrandom v0.4.1
23132026-05-29T19:00:24.466Z Checking icu_normalizer v2.1.1
23142026-05-29T19:00:24.499Z Checking icu_properties v2.1.2
23152026-05-29T19:00:24.543Z Checking block-padding v0.3.3
23162026-05-29T19:00:24.609Z Checking utf8_iter v1.0.4
23172026-05-29T19:00:24.638Z Checking indexmap v2.14.0
23182026-05-29T19:00:24.650Z Checking tokio v1.52.1
23192026-05-29T19:00:24.672Z Checking inout v0.1.4
23202026-05-29T19:00:24.731Z Checking sha2 v0.10.9
23212026-05-29T19:00:24.777Z Checking form_urlencoded v1.2.2
23222026-05-29T19:00:24.813Z Checking cipher v0.4.4
23232026-05-29T19:00:24.904Z Checking getrandom v0.3.4
23242026-05-29T19:00:25.005Z Checking fnv v1.0.7
23252026-05-29T19:00:25.018Z Checking base64ct v1.8.3
23262026-05-29T19:00:25.045Z Checking byteorder v1.5.0
23272026-05-29T19:00:25.100Z Checking flagset v0.4.7
23282026-05-29T19:00:25.189Z Checking rand_core v0.9.5
23292026-05-29T19:00:25.221Z Checking http v1.4.0
23302026-05-29T19:00:25.247Z Checking pem-rfc7468 v0.7.0
23312026-05-29T19:00:25.257Z Checking regex-syntax v0.8.10
23322026-05-29T19:00:25.308Z Checking idna_adapter v1.2.1
23332026-05-29T19:00:25.364Z Checking salsa20 v0.10.2
23342026-05-29T19:00:25.402Z Checking der v0.7.10
23352026-05-29T19:00:25.424Z Checking idna v1.1.0
23362026-05-29T19:00:25.497Z Checking uuid v1.23.0
23372026-05-29T19:00:25.667Z Checking url v2.5.8
23382026-05-29T19:00:25.782Z Checking pbkdf2 v0.12.2
23392026-05-29T19:00:25.808Z Checking rustix v1.1.3
23402026-05-29T19:00:25.870Z Checking ppv-lite86 v0.2.21
23412026-05-29T19:00:25.890Z Checking tracing-core v0.1.36
23422026-05-29T19:00:26.064Z Checking rustls-pki-types v1.14.0
23432026-05-29T19:00:26.110Z Checking iana-time-zone v0.1.65
23442026-05-29T19:00:26.128Z Checking spki v0.7.3
23452026-05-29T19:00:26.161Z Checking base64 v0.22.1
23462026-05-29T19:00:26.199Z Checking tracing v0.1.44
23472026-05-29T19:00:26.212Z Checking chrono v0.4.44
23482026-05-29T19:00:26.291Z Checking rand_chacha v0.9.0
23492026-05-29T19:00:26.347Z Checking scrypt v0.11.0
23502026-05-29T19:00:26.397Z Checking http-body v1.0.1
23512026-05-29T19:00:26.411Z Checking cbc v0.1.2
23522026-05-29T19:00:26.485Z Checking aes v0.8.4
23532026-05-29T19:00:26.498Z Checking aws-lc-sys v0.40.0
23542026-05-29T19:00:26.530Z Checking untrusted v0.9.0
23552026-05-29T19:00:26.542Z Checking openssl-probe v0.2.1
23562026-05-29T19:00:26.569Z Checking tinyvec_macros v0.1.1
23572026-05-29T19:00:26.635Z Checking untrusted v0.7.1
23582026-05-29T19:00:26.648Z Checking ring v0.17.14
23592026-05-29T19:00:26.653Z Checking tinyvec v1.10.0
23602026-05-29T19:00:26.671Z Checking rand v0.9.2
23612026-05-29T19:00:26.747Z Checking try-lock v0.2.5
23622026-05-29T19:00:26.847Z Checking tower-service v0.3.3
23632026-05-29T19:00:26.869Z Checking pkcs5 v0.7.1
23642026-05-29T19:00:26.935Z Checking atomic-waker v1.1.2
23652026-05-29T19:00:26.971Z Checking tower-layer v0.3.3
23662026-05-29T19:00:26.993Z Checking aws-lc-rs v1.16.3
23672026-05-29T19:00:27.034Z Checking want v0.3.1
23682026-05-29T19:00:27.063Z Checking ipnet v2.11.0
23692026-05-29T19:00:27.118Z Checking httparse v1.10.1
23702026-05-29T19:00:27.131Z Checking pkcs8 v0.10.2
23712026-05-29T19:00:27.143Z Checking aho-corasick v1.1.4
23722026-05-29T19:00:27.156Z Checking pin-utils v0.1.0
23732026-05-29T19:00:27.223Z Checking fastrand v2.3.0
23742026-05-29T19:00:27.302Z Checking httpdate v1.0.3
23752026-05-29T19:00:27.318Z Checking plain v0.2.3
23762026-05-29T19:00:27.331Z Checking foreign-types-shared v0.1.1
23772026-05-29T19:00:27.403Z Checking dyn-clone v1.0.20
23782026-05-29T19:00:27.417Z Checking foreign-types v0.3.2
23792026-05-29T19:00:27.427Z Checking tempfile v3.25.0
23802026-05-29T19:00:27.448Z Checking unicode-normalization v0.1.25
23812026-05-29T19:00:27.481Z Checking semver v1.0.28
23822026-05-29T19:00:27.503Z Checking openssl-sys v0.9.115
23832026-05-29T19:00:27.620Z Checking spin v0.9.8
23842026-05-29T19:00:27.640Z Checking unicode-ident v1.0.24
23852026-05-29T19:00:27.690Z Checking ucd-trie v0.1.7
23862026-05-29T19:00:27.753Z Checking proc-macro2 v1.0.106
23872026-05-29T19:00:27.807Z Checking schemars v0.8.22
23882026-05-29T19:00:27.825Z Checking regex-automata v0.4.14
23892026-05-29T19:00:27.829Z Checking rustls-webpki v0.103.9
23902026-05-29T19:00:27.848Z Checking pest v2.8.6
23912026-05-29T19:00:27.862Z Checking rustls-native-certs v0.8.3
23922026-05-29T19:00:27.881Z Checking tokio-util v0.7.18
23932026-05-29T19:00:27.888Z Checking openssl v0.10.79
23942026-05-29T19:00:27.993Z Checking thiserror v2.0.18
23952026-05-29T19:00:28.069Z Checking sync_wrapper v1.0.2
23962026-05-29T19:00:28.092Z Checking wait-timeout v0.2.1
23972026-05-29T19:00:28.175Z Checking simd-adler32 v0.3.8
23982026-05-29T19:00:28.213Z Checking powerfmt v0.2.0
23992026-05-29T19:00:28.260Z Checking rustls v0.23.37
24002026-05-29T19:00:28.344Z Checking utf8parse v0.2.2
24012026-05-29T19:00:28.365Z Checking anstyle v1.0.13
24022026-05-29T19:00:28.439Z Checking bit-vec v0.8.0
24032026-05-29T19:00:28.451Z Checking siphasher v1.0.2
24042026-05-29T19:00:28.478Z Checking h2 v0.4.13
24052026-05-29T19:00:28.544Z Checking pretty-hex v0.4.1
24062026-05-29T19:00:28.606Z Checking quick-error v1.2.3
24072026-05-29T19:00:28.631Z Checking bit-set v0.8.0
24082026-05-29T19:00:28.660Z Checking anstyle-parse v0.2.7
24092026-05-29T19:00:28.705Z Checking rusty-fork v0.3.1
24102026-05-29T19:00:28.775Z Checking deranged v0.5.8
24112026-05-29T19:00:28.808Z Checking tower v0.5.3
24122026-05-29T19:00:28.873Z Checking quote v1.0.45
24132026-05-29T19:00:28.898Z Compiling newtype-uuid v1.3.2
24142026-05-29T19:00:29.043Z Checking http-body-util v0.1.3
24152026-05-29T19:00:29.084Z Checking webpki-roots v1.0.6
24162026-05-29T19:00:29.193Z Checking crossbeam-utils v0.8.21
24172026-05-29T19:00:29.206Z Checking rand_xorshift v0.4.0
24182026-05-29T19:00:29.263Z Checking crc32fast v1.5.0
24192026-05-29T19:00:29.321Z Checking scroll v0.13.0
24202026-05-29T19:00:29.421Z Checking signature v2.2.0
24212026-05-29T19:00:29.540Z Checking iri-string v0.7.10
24222026-05-29T19:00:29.557Z Checking unarray v0.1.4
24232026-05-29T19:00:29.561Z Checking time-core v0.1.8
24242026-05-29T19:00:29.660Z Checking colorchoice v1.0.4
24252026-05-29T19:00:29.663Z Checking num_threads v0.1.7
24262026-05-29T19:00:29.689Z Checking ryu v1.0.23
24272026-05-29T19:00:29.710Z Checking adler2 v2.0.1
24282026-05-29T19:00:29.760Z Checking num-conv v0.2.0
24292026-05-29T19:00:29.764Z Checking unicode-bidi v0.3.18
24302026-05-29T19:00:29.822Z Checking allocator-api2 v0.2.21
24312026-05-29T19:00:29.826Z Checking is_terminal_polyfill v1.70.2
24322026-05-29T19:00:29.945Z Checking unicode-properties v0.1.4
24332026-05-29T19:00:29.951Z Checking native-tls v0.2.18
24342026-05-29T19:00:29.951Z Checking anstyle-query v1.1.5
24352026-05-29T19:00:30.017Z Checking anstream v0.6.21
24362026-05-29T19:00:30.063Z Checking stringprep v0.1.5
24372026-05-29T19:00:30.063Z Checking tokio-native-tls v0.3.1
24382026-05-29T19:00:30.063Z Checking time v0.3.47
24392026-05-29T19:00:30.103Z Checking serde_urlencoded v0.7.1
24402026-05-29T19:00:30.210Z Checking miniz_oxide v0.8.9
24412026-05-29T19:00:30.224Z Checking bstr v1.12.1
24422026-05-29T19:00:30.236Z Checking proptest v1.10.0
24432026-05-29T19:00:30.304Z Checking goblin v0.10.5
24442026-05-29T19:00:30.563Z Checking crossbeam-epoch v0.9.18
24452026-05-29T19:00:30.576Z Checking tower-http v0.6.8
24462026-05-29T19:00:30.611Z Checking syn v2.0.117
24472026-05-29T19:00:30.645Z Checking tokio-rustls v0.26.4
24482026-05-29T19:00:30.786Z Compiling daft v0.1.7
24492026-05-29T19:00:30.848Z Checking ipnetwork v0.21.1
24502026-05-29T19:00:30.874Z Checking rand_chacha v0.3.1
24512026-05-29T19:00:31.059Z Checking thiserror v1.0.69
24522026-05-29T19:00:31.073Z Checking scroll v0.12.0
24532026-05-29T19:00:31.085Z Checking hash32 v0.2.1
24542026-05-29T19:00:31.159Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-29T19:00:31.212Z Checking hyper v1.8.1
24562026-05-29T19:00:31.216Z Checking num-integer v0.1.46
24572026-05-29T19:00:31.242Z Checking toml_datetime v0.6.11
24582026-05-29T19:00:31.267Z Checking serde_spanned v0.6.9
24592026-05-29T19:00:31.296Z Checking md-5 v0.10.6
24602026-05-29T19:00:31.393Z Checking ff v0.13.1
24612026-05-29T19:00:31.422Z Checking encoding_rs v0.8.35
24622026-05-29T19:00:31.434Z Checking base16ct v0.2.0
24632026-05-29T19:00:31.448Z Checking fallible-iterator v0.2.0
24642026-05-29T19:00:31.520Z Checking psl-types v2.0.11
24652026-05-29T19:00:31.557Z Checking mime v0.3.17
24662026-05-29T19:00:31.636Z Checking zlib-rs v0.6.2
24672026-05-29T19:00:31.717Z Checking postgres-protocol v0.6.10
24682026-05-29T19:00:31.734Z Checking publicsuffix v2.3.0
24692026-05-29T19:00:31.892Z Checking sec1 v0.7.3
24702026-05-29T19:00:32.028Z Checking group v0.13.0
24712026-05-29T19:00:32.097Z Checking num-iter v0.1.45
24722026-05-29T19:00:32.110Z Checking hyper-util v0.1.20
24732026-05-29T19:00:32.176Z Checking goblin v0.8.2
24742026-05-29T19:00:32.176Z Checking zstd-safe v7.2.4
24752026-05-29T19:00:32.207Z Checking heapless v0.7.17
24762026-05-29T19:00:32.343Z Checking cookie v0.18.1
24772026-05-29T19:00:32.355Z Checking rand v0.8.6
24782026-05-29T19:00:32.505Z Checking flate2 v1.1.9
24792026-05-29T19:00:32.568Z Checking oxnet v0.1.4
24802026-05-29T19:00:32.612Z Checking dof v0.4.0
24812026-05-29T19:00:32.625Z Compiling iddqd v0.4.2
24822026-05-29T19:00:32.798Z Checking dtrace-parser v0.3.0
24832026-05-29T19:00:32.812Z Checking phf_shared v0.13.1
24842026-05-29T19:00:32.866Z Checking lazy_static v1.5.0
24852026-05-29T19:00:32.878Z Checking pin-project v1.1.11
24862026-05-29T19:00:32.952Z Checking zerocopy v0.7.35
24872026-05-29T19:00:32.967Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-29T19:00:33.005Z Checking terminal_size v0.4.3
24892026-05-29T19:00:33.034Z Checking signal-hook v0.3.18
24902026-05-29T19:00:33.051Z Checking futures-executor v0.3.32
24912026-05-29T19:00:33.128Z Checking hex v0.4.3
24922026-05-29T19:00:33.198Z Checking hkdf v0.12.4
24932026-05-29T19:00:33.224Z Checking crypto-bigint v0.5.5
24942026-05-29T19:00:33.244Z Checking thread-id v5.1.0
24952026-05-29T19:00:33.323Z Checking clap_lex v1.0.0
24962026-05-29T19:00:33.335Z Checking bumpalo v3.20.2
24972026-05-29T19:00:33.353Z Checking strsim v0.11.1
24982026-05-29T19:00:33.356Z Checking hyper-rustls v0.27.7
24992026-05-29T19:00:33.442Z Checking hyper-tls v0.6.0
25002026-05-29T19:00:33.472Z Compiling rayon-core v1.13.0
25012026-05-29T19:00:33.513Z Checking bitflags v1.3.2
25022026-05-29T19:00:33.526Z Checking libbz2-rs-sys v0.2.2
25032026-05-29T19:00:33.571Z Checking winnow v0.7.14
25042026-05-29T19:00:33.584Z Checking either v1.15.0
25052026-05-29T19:00:33.613Z Checking winnow v0.5.40
25062026-05-29T19:00:33.648Z Checking foldhash v0.2.0
25072026-05-29T19:00:33.767Z Checking foldhash v0.1.5
25082026-05-29T19:00:33.807Z Checking same-file v1.0.6
25092026-05-29T19:00:33.897Z Checking managed v0.8.0
25102026-05-29T19:00:33.910Z Checking hashbrown v0.15.5
25112026-05-29T19:00:33.920Z Checking bzip2 v0.6.1
25122026-05-29T19:00:33.932Z Checking walkdir v2.5.0
25132026-05-29T19:00:34.078Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-05-29T19:00:34.082Z Checking smoltcp v0.9.1
25152026-05-29T19:00:34.101Z Checking dof v0.3.0
25162026-05-29T19:00:34.105Z Checking hashbrown v0.16.1
25172026-05-29T19:00:34.125Z Checking elliptic-curve v0.13.8
25182026-05-29T19:00:34.303Z Checking reqwest v0.12.28
25192026-05-29T19:00:34.396Z Checking zopfli v0.8.3
25202026-05-29T19:00:34.400Z Checking clap_builder v4.5.60
25212026-05-29T19:00:34.543Z Checking usdt-impl v0.6.0
25222026-05-29T19:00:34.636Z Checking signal-hook-mio v0.2.5
25232026-05-29T19:00:34.680Z Checking futures v0.3.32
25242026-05-29T19:00:34.740Z Checking bzip2 v0.4.4
25252026-05-29T19:00:34.748Z Checking phf v0.13.1
25262026-05-29T19:00:34.748Z Checking snafu v0.8.9
25272026-05-29T19:00:34.760Z Checking num-bigint-dig v0.8.6
25282026-05-29T19:00:34.772Z Checking toml_edit v0.19.15
25292026-05-29T19:00:34.876Z Checking cookie_store v0.22.1
25302026-05-29T19:00:34.880Z Checking zstd v0.13.3
25312026-05-29T19:00:34.978Z Checking postgres-types v0.2.12
25322026-05-29T19:00:35.011Z Checking dtrace-parser v0.2.0
25332026-05-29T19:00:35.074Z Checking crossbeam-deque v0.8.6
25342026-05-29T19:00:35.194Z Checking rustls-platform-verifier v0.6.2
25352026-05-29T19:00:35.214Z Checking globset v0.4.18
25362026-05-29T19:00:35.243Z Checking regex v1.12.3
25372026-05-29T19:00:35.256Z Checking ed25519 v2.2.3
25382026-05-29T19:00:35.289Z Checking phf_shared v0.11.3
25392026-05-29T19:00:35.331Z Checking olpc-cjson v0.1.4
25402026-05-29T19:00:35.433Z Checking ref-cast v1.0.25
25412026-05-29T19:00:35.446Z Checking curve25519-dalek v4.1.3
25422026-05-29T19:00:35.465Z Checking strum v0.27.2
25432026-05-29T19:00:35.465Z Checking hubpack v0.1.2
25442026-05-29T19:00:35.517Z Checking memoffset v0.9.1
25452026-05-29T19:00:35.528Z Checking rustix v0.38.44
25462026-05-29T19:00:35.565Z Checking pkcs1 v0.7.5
25472026-05-29T19:00:35.577Z Checking pem v3.0.6
25482026-05-29T19:00:35.592Z Checking float-cmp v0.10.0
25492026-05-29T19:00:35.636Z Checking serde_plain v1.0.2
25502026-05-29T19:00:35.648Z Checking serde-big-array v0.5.1
25512026-05-29T19:00:35.715Z Checking erased-serde v0.3.31
25522026-05-29T19:00:35.727Z Checking rfc6979 v0.4.0
25532026-05-29T19:00:35.767Z Checking memmap2 v0.9.10
25542026-05-29T19:00:35.780Z Checking thread-id v4.2.2
25552026-05-29T19:00:35.784Z Checking env_filter v1.0.0
25562026-05-29T19:00:35.807Z Checking fixedbitset v0.5.7
25572026-05-29T19:00:35.838Z Checking difflib v0.4.0
25582026-05-29T19:00:35.854Z Checking keccak v0.1.6
25592026-05-29T19:00:35.923Z Checking unicode-segmentation v1.12.0
25602026-05-29T19:00:35.936Z Checking fixedbitset v0.4.2
25612026-05-29T19:00:35.996Z Checking normalize-line-endings v0.3.0
25622026-05-29T19:00:36.012Z Checking predicates-core v1.0.10
25632026-05-29T19:00:36.015Z Checking toml_write v0.1.2
25642026-05-29T19:00:36.083Z Checking precomputed-hash v0.1.1
25652026-05-29T19:00:36.086Z Checking typed-path v0.9.3
25662026-05-29T19:00:36.095Z Checking data-encoding v2.10.0
25672026-05-29T19:00:36.133Z Checking new_debug_unreachable v1.0.6
25682026-05-29T19:00:36.166Z Checking jiff v0.2.21
25692026-05-29T19:00:36.188Z Checking static_assertions v1.1.0
25702026-05-29T19:00:36.200Z Checking whoami v2.1.0
25712026-05-29T19:00:36.213Z Checking ed25519-dalek v2.2.0
25722026-05-29T19:00:36.241Z Checking similar v2.7.0
25732026-05-29T19:00:36.257Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25742026-05-29T19:00:36.325Z Checking crossterm v0.28.1
25752026-05-29T19:00:36.378Z Checking hickory-proto v0.25.2
25762026-05-29T19:00:36.392Z Checking tokio-postgres v0.7.16
25772026-05-29T19:00:36.439Z Checking string_cache v0.8.9
25782026-05-29T19:00:36.612Z Checking toml_edit v0.22.27
25792026-05-29T19:00:36.622Z Checking predicates v3.1.4
25802026-05-29T19:00:36.879Z Checking tough v0.22.0
25812026-05-29T19:00:36.922Z Checking slog v2.8.2
25822026-05-29T19:00:37.041Z Checking petgraph v0.6.5
25832026-05-29T19:00:37.193Z Checking sha3 v0.10.8
25842026-05-29T19:00:37.391Z Checking petgraph v0.8.3
25852026-05-29T19:00:37.632Z Checking env_logger v0.11.9
25862026-05-29T19:00:37.678Z Checking usdt v0.6.0
25872026-05-29T19:00:37.825Z Checking usdt-impl v0.5.0
25882026-05-29T19:00:37.845Z Checking ecdsa v0.16.9
25892026-05-29T19:00:38.147Z Checking toml v0.7.8
25902026-05-29T19:00:38.178Z Checking rsa v0.9.10
25912026-05-29T19:00:38.271Z Checking clap v4.5.60
25922026-05-29T19:00:38.354Z Checking nix v0.31.2
25932026-05-29T19:00:38.367Z Checking zip v4.6.1
25942026-05-29T19:00:38.496Z Checking reqwest v0.13.2
25952026-05-29T19:00:38.854Z Checking zip v0.6.6
25962026-05-29T19:00:38.928Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-29T19:00:38.957Z Checking itertools v0.13.0
25982026-05-29T19:00:38.971Z Checking serde_with v3.17.0
25992026-05-29T19:00:39.107Z Checking strum v0.26.3
26002026-05-29T19:00:39.174Z Checking fs-err v3.3.0
26012026-05-29T19:00:39.223Z Checking ahash v0.8.12
26022026-05-29T19:00:39.252Z Checking object v0.37.3
26032026-05-29T19:00:39.326Z Checking tokio-stream v0.1.18
26042026-05-29T19:00:39.345Z Checking buf-list v1.1.2
26052026-05-29T19:00:39.424Z Checking camino v1.2.2
26062026-05-29T19:00:39.437Z Checking anyhow v1.0.102
26072026-05-29T19:00:39.488Z Checking x509-cert v0.2.5
26082026-05-29T19:00:39.528Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-05-29T19:00:39.637Z Checking openapiv3 v2.2.0
26102026-05-29T19:00:39.679Z Checking sha1 v0.10.6
26112026-05-29T19:00:39.715Z Checking peg-runtime v0.8.5
26122026-05-29T19:00:39.801Z Checking lalrpop-util v0.19.12
26132026-05-29T19:00:39.840Z Checking rayon v1.11.0
26142026-05-29T19:00:39.857Z Checking sigpipe v0.1.3
26152026-05-29T19:00:39.937Z Checking glob v0.3.3
26162026-05-29T19:00:41.495Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-29T19:00:41.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s
26182026-05-29T19:00:41.949Z
26192026-05-29T19:00:41.949Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-29T19:00:42.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-29T19:00:42.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-29T19:00:42.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-29T19:00:42.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-29T19:00:42.542Z
26252026-05-29T19:00:42.542Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-29T19:00:43.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-29T19:00:43.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-29T19:00:43.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-29T19:00:43.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-05-29T19:00:43.131Z
26312026-05-29T19:00:43.132Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-29T19:00:43.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-29T19:00:43.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-29T19:00:43.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-29T19:00:43.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-05-29T19:00:43.736Z
26372026-05-29T19:00:43.736Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-29T19:00:44.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-29T19:00:44.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-29T19:00:44.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-29T19:00:44.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-29T19:00:44.399Z
26432026-05-29T19:00:44.399Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-29T19:00:44.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-29T19:00:44.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-29T19:00:44.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-29T19:00:44.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-05-29T19:00:44.921Z
26492026-05-29T19:00:44.921Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-29T19:00:50.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-29T19:00:50.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-29T19:00:50.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-29T19:00:50.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-05-29T19:00:50.840Z
26552026-05-29T19:00:50.840Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-29T19:00:50.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-29T19:00:50.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-29T19:00:50.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-29T19:00:50.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-29T19:00:50.840Z
26612026-05-29T19:00:50.840Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-29T19:00:50.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-29T19:00:50.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-29T19:00:50.841Z Compiling structmeta-derive v0.3.0
26652026-05-29T19:00:50.841Z Compiling rustls v0.22.4
26662026-05-29T19:00:50.841Z Compiling multer v3.1.0
26672026-05-29T19:00:50.841Z Compiling async-stream-impl v0.3.6
26682026-05-29T19:00:50.841Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-29T19:00:50.841Z Compiling dropshot v0.17.0
26702026-05-29T19:00:50.841Z Compiling dropshot_endpoint v0.17.0
26712026-05-29T19:00:50.841Z Compiling newtype-uuid-macros v0.1.0
26722026-05-29T19:00:50.841Z Checking newtype-uuid v1.3.2
26732026-05-29T19:00:50.841Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-29T19:00:50.841Z Checking rustls-webpki v0.102.8
26752026-05-29T19:00:50.841Z Checking daft v0.1.7
26762026-05-29T19:00:50.841Z Checking thread_local v1.1.9
26772026-05-29T19:00:50.841Z Checking compression-core v0.4.31
26782026-05-29T19:00:50.841Z Checking match_cfg v0.1.0
26792026-05-29T19:00:50.841Z Checking iddqd v0.4.2
26802026-05-29T19:00:50.841Z Checking crossbeam-channel v0.5.15
26812026-05-29T19:00:50.842Z Checking hostname v0.3.1
26822026-05-29T19:00:50.842Z Checking compression-codecs v0.4.37
26832026-05-29T19:00:50.842Z Checking slog-json v2.6.1
26842026-05-29T19:00:50.842Z Checking serde_spanned v1.0.4
26852026-05-29T19:00:50.842Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-29T19:00:50.842Z Checking is-terminal v0.4.17
26872026-05-29T19:00:50.842Z Checking take_mut v0.2.2
26882026-05-29T19:00:50.842Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-29T19:00:50.842Z Checking term v1.2.1
26902026-05-29T19:00:50.842Z Checking debug-ignore v1.0.5
26912026-05-29T19:00:50.842Z Compiling structmeta v0.3.0
26922026-05-29T19:00:50.842Z Checking slog-async v2.8.0
26932026-05-29T19:00:50.842Z Checking slog-bunyan v2.5.0
26942026-05-29T19:00:50.842Z Checking toml v1.0.6+spec-1.1.0
26952026-05-29T19:00:50.842Z Checking slog-term v2.9.2
26962026-05-29T19:00:50.842Z Checking async-compression v0.4.41
26972026-05-29T19:00:50.842Z Checking async-stream v0.3.6
26982026-05-29T19:00:50.842Z Compiling derive-ex v0.1.8
26992026-05-29T19:00:50.842Z Compiling parse-display-derive v0.10.0
27002026-05-29T19:00:50.842Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-29T19:00:50.842Z Checking progenitor-client v0.14.0
27022026-05-29T19:00:50.843Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-29T19:00:50.843Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-29T19:00:50.843Z Checking waitgroup v0.1.2
27052026-05-29T19:00:50.843Z Checking backon v1.6.0
27062026-05-29T19:00:50.843Z Checking rustls-pemfile v2.2.0
27072026-05-29T19:00:50.843Z Checking serde_path_to_error v0.1.20
27082026-05-29T19:00:50.843Z Checking hostname v0.4.2
27092026-05-29T19:00:50.843Z Checking instant v0.1.13
27102026-05-29T19:00:50.843Z Checking backoff v0.4.0
27112026-05-29T19:00:50.843Z Checking progenitor-extras v0.2.0
27122026-05-29T19:00:50.843Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-29T19:00:50.843Z Checking tokio-rustls v0.25.0
27142026-05-29T19:00:50.843Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-29T19:00:50.843Z Checking itertools v0.14.0
27162026-05-29T19:00:50.843Z Checking progenitor-client v0.10.0
27172026-05-29T19:00:50.843Z Checking regress v0.10.5
27182026-05-29T19:00:50.843Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-29T19:00:50.844Z Checking macaddr v1.0.1
27202026-05-29T19:00:50.844Z Compiling test-strategy v0.4.5
27212026-05-29T19:00:50.844Z Checking parse-display v0.10.0
27222026-05-29T19:00:50.844Z Checking humantime v2.3.0
27232026-05-29T19:00:53.698Z Compiling prettyplease v0.2.37
27242026-05-29T19:00:53.719Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-29T19:00:53.719Z Checking num-rational v0.4.2
27262026-05-29T19:00:53.719Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-29T19:00:53.719Z Checking num-complex v0.4.6
27282026-05-29T19:00:53.719Z Checking num v0.4.3
27292026-05-29T19:00:53.719Z Compiling usdt-attr-macro v0.5.0
27302026-05-29T19:00:53.719Z Compiling usdt-macro v0.5.0
27312026-05-29T19:00:53.719Z Checking memmap v0.7.0
27322026-05-29T19:00:53.747Z Compiling float-ord v0.3.2
27332026-05-29T19:00:53.747Z Checking unicode-width v0.2.0
27342026-05-29T19:00:53.747Z Compiling convert_case v0.4.0
27352026-05-29T19:00:53.747Z Checking console v0.15.11
27362026-05-29T19:00:53.747Z Compiling derive_more v0.99.20
27372026-05-29T19:00:53.747Z Checking newline-converter v0.3.0
27382026-05-29T19:00:53.747Z Checking atomicwrites v0.4.4
27392026-05-29T19:00:53.747Z Checking usdt v0.5.0
27402026-05-29T19:00:53.747Z Compiling toml v0.8.23
27412026-05-29T19:00:53.747Z Compiling minimal-lexical v0.2.1
27422026-05-29T19:00:53.747Z Checking linked-hash-map v0.5.6
27432026-05-29T19:00:54.452Z Checking lru-cache v0.1.2
27442026-05-29T19:00:54.467Z Compiling nom v7.1.3
27452026-05-29T19:00:54.467Z Checking expectorate v1.2.0
27462026-05-29T19:00:54.948Z Checking camino-tempfile v1.4.1
27472026-05-29T19:00:54.957Z Checking hickory-proto v0.24.4
27482026-05-29T19:00:54.957Z Checking phf_shared v0.12.1
27492026-05-29T19:00:54.957Z Compiling slog-dtrace v0.3.0
27502026-05-29T19:00:54.983Z Checking heck v0.5.0
27512026-05-29T19:00:55.938Z Compiling chrono-tz v0.10.4
27522026-05-29T19:00:55.948Z Checking resolv-conf v0.7.6
27532026-05-29T19:00:55.948Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-29T19:00:55.948Z Compiling const_format_proc_macros v0.2.34
27552026-05-29T19:00:55.948Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-29T19:00:55.948Z Checking phf v0.12.1
27572026-05-29T19:00:55.948Z Checking tokio-dtrace v0.1.1
27582026-05-29T19:00:55.948Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-29T19:00:55.948Z Compiling derive-where v1.6.0
27602026-05-29T19:00:55.981Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-29T19:00:56.232Z Checking highway v1.3.0
27622026-05-29T19:00:56.484Z Checking const_format v0.2.35
27632026-05-29T19:00:56.520Z Checking hickory-resolver v0.24.4
27642026-05-29T19:00:56.693Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-29T19:00:56.728Z Checking oxide-tokio-rt v0.1.4
27662026-05-29T19:00:56.878Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-29T19:00:57.136Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-29T19:00:57.175Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-05-29T19:00:57.234Z Checking qorb v0.4.1
27702026-05-29T19:00:57.335Z Checking gethostname v0.5.0
27712026-05-29T19:00:57.422Z Checking bcs v0.1.6
27722026-05-29T19:00:57.438Z Checking termtree v0.5.1
27732026-05-29T19:00:57.483Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-05-29T19:01:00.658Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-29T19:01:03.438Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-29T19:01:05.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
27772026-05-29T19:01:05.771Z
27782026-05-29T19:01:05.771Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-29T19:01:06.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-29T19:01:06.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-29T19:01:06.440Z Compiling ar_archive_writer v0.5.1
27822026-05-29T19:01:06.552Z Compiling stacker v0.1.23
27832026-05-29T19:01:06.557Z Compiling cfg_aliases v0.1.1
27842026-05-29T19:01:06.563Z Compiling convert_case v0.10.0
27852026-05-29T19:01:06.567Z Checking unicode-width v0.1.14
27862026-05-29T19:01:06.579Z Compiling proc-macro-error v1.0.4
27872026-05-29T19:01:06.590Z Checking fd-lock v4.0.4
27882026-05-29T19:01:06.590Z Checking nibble_vec v0.1.0
27892026-05-29T19:01:06.614Z Compiling nix v0.28.0
27902026-05-29T19:01:06.702Z Checking vte v0.14.1
27912026-05-29T19:01:06.718Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-29T19:01:06.804Z Checking bytecount v0.6.9
27932026-05-29T19:01:06.817Z Checking endian-type v0.1.2
27942026-05-29T19:01:06.854Z Compiling derive_more-impl v2.1.1
27952026-05-29T19:01:06.868Z Checking strip-ansi-escapes v0.2.1
27962026-05-29T19:01:06.881Z Compiling tabled_derive v0.7.0
27972026-05-29T19:01:06.904Z Checking papergrid v0.11.0
27982026-05-29T19:01:06.951Z Checking radix_trie v0.2.1
27992026-05-29T19:01:06.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-29T19:01:07.112Z Compiling peg-macros v0.8.5
28012026-05-29T19:01:07.143Z Checking winnow v0.6.26
28022026-05-29T19:01:07.383Z Compiling psm v0.1.30
28032026-05-29T19:01:07.421Z Compiling sqlparser_derive v0.5.0
28042026-05-29T19:01:07.514Z Checking unicode_categories v0.1.1
28052026-05-29T19:01:07.649Z Checking derive_more v2.1.1
28062026-05-29T19:01:07.671Z Checking nu-ansi-term v0.50.3
28072026-05-29T19:01:07.728Z Checking home v0.5.12
28082026-05-29T19:01:07.836Z Checking crossterm v0.29.0
28092026-05-29T19:01:07.849Z Checking tabled v0.15.0
28102026-05-29T19:01:07.880Z Checking reedline v0.40.0
28112026-05-29T19:01:07.908Z Checking rustyline v14.0.0
28122026-05-29T19:01:08.168Z Checking recursive v0.1.1
28132026-05-29T19:01:08.228Z Checking display-error-chain v0.2.2
28142026-05-29T19:01:08.261Z Checking sqlparser v0.61.0
28152026-05-29T19:01:08.276Z Checking sqlformat v0.3.5
28162026-05-29T19:01:08.476Z Checking peg v0.8.5
28172026-05-29T19:01:19.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28182026-05-29T19:01:19.703Z
28192026-05-29T19:01:19.703Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-29T19:01:20.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-29T19:01:20.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-29T19:01:20.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-29T19:01:23.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28242026-05-29T19:01:24.023Z
28252026-05-29T19:01:24.023Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-29T19:01:24.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-29T19:01:24.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-29T19:01:24.697Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-29T19:01:27.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28302026-05-29T19:01:27.341Z
28312026-05-29T19:01:27.341Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-29T19:01:27.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-29T19:01:27.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-29T19:01:28.000Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-29T19:01:31.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28362026-05-29T19:01:31.420Z
28372026-05-29T19:01:31.420Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-29T19:01:31.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-29T19:01:31.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-29T19:01:32.087Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-29T19:01:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28422026-05-29T19:01:35.523Z
28432026-05-29T19:01:35.523Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-29T19:01:36.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-29T19:01:36.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-29T19:01:36.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-29T19:01:38.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28482026-05-29T19:01:38.953Z
28492026-05-29T19:01:38.953Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-29T19:01:39.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-29T19:01:39.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-29T19:01:39.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-29T19:01:42.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28542026-05-29T19:01:42.422Z
28552026-05-29T19:01:42.423Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-29T19:01:42.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-29T19:01:42.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-29T19:01:43.091Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-29T19:01:46.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28602026-05-29T19:01:46.685Z
28612026-05-29T19:01:46.685Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-29T19:01:47.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-29T19:01:47.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-29T19:01:47.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-29T19:01:47.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-29T19:01:47.282Z
28672026-05-29T19:01:47.282Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-29T19:01:47.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-29T19:01:47.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-29T19:01:47.911Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-29T19:01:48.076Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-29T19:01:48.076Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-29T19:01:48.415Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-29T19:01:51.303Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-29T19:01:52.514Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-29T19:01:52.725Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-29T19:01:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
28782026-05-29T19:01:53.580Z
28792026-05-29T19:01:53.580Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-29T19:01:54.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-29T19:01:54.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-29T19:01:54.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-29T19:01:54.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-29T19:01:54.178Z
28852026-05-29T19:01:54.178Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-29T19:01:54.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-29T19:01:54.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-29T19:01:54.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-29T19:01:54.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-05-29T19:01:54.814Z
28912026-05-29T19:01:54.814Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-29T19:01:55.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-29T19:01:55.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-29T19:01:55.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-29T19:01:55.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-29T19:01:55.418Z
28972026-05-29T19:01:55.418Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-29T19:01:55.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-29T19:01:55.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-29T19:01:55.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-29T19:01:55.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-29T19:01:56.028Z
29032026-05-29T19:01:56.028Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-29T19:01:56.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-29T19:01:56.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-29T19:01:56.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-29T19:01:56.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-29T19:01:56.635Z
29092026-05-29T19:01:56.635Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-29T19:01:57.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-29T19:01:57.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-29T19:01:57.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-29T19:01:57.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-29T19:01:57.244Z
29152026-05-29T19:01:57.244Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-29T19:01:57.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-29T19:01:57.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-29T19:01:57.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-29T19:01:57.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-05-29T19:01:57.828Z
29212026-05-29T19:01:57.828Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-29T19:01:58.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-29T19:01:58.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-29T19:01:58.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-29T19:01:58.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-29T19:01:58.432Z
29272026-05-29T19:01:58.432Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-29T19:01:58.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-29T19:01:58.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-29T19:01:58.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-29T19:01:58.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-29T19:01:59.019Z
29332026-05-29T19:01:59.019Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-29T19:01:59.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-29T19:01:59.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-29T19:01:59.736Z Compiling crucible-workspace-hack v0.1.0
29372026-05-29T19:01:59.854Z Checking secrecy v0.10.3
29382026-05-29T19:01:59.863Z Compiling heapless v0.8.0
29392026-05-29T19:01:59.866Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-05-29T19:01:59.887Z Compiling ingot-macros v0.1.1
29412026-05-29T19:01:59.891Z Checking hash32 v0.3.1
29422026-05-29T19:01:59.899Z Compiling smoltcp v0.11.0
29432026-05-29T19:01:59.902Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-29T19:01:59.959Z Checking cobs v0.3.0
29452026-05-29T19:02:00.006Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-29T19:02:00.096Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-05-29T19:02:00.099Z Checking universal-hash v0.5.1
29482026-05-29T19:02:00.133Z Checking half v2.7.1
29492026-05-29T19:02:00.157Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-29T19:02:00.232Z Checking ciborium-io v0.2.2
29512026-05-29T19:02:00.305Z Checking opaque-debug v0.3.1
29522026-05-29T19:02:00.330Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29532026-05-29T19:02:00.359Z Checking postcard v1.1.3
29542026-05-29T19:02:00.374Z Checking poly1305 v0.8.0
29552026-05-29T19:02:00.387Z Checking ciborium-ll v0.2.2
29562026-05-29T19:02:00.560Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-29T19:02:00.631Z Compiling proc-macro-crate v3.4.0
29582026-05-29T19:02:00.644Z Checking password-hash v0.5.0
29592026-05-29T19:02:00.723Z Checking chacha20 v0.9.1
29602026-05-29T19:02:00.832Z Compiling proc-macro-crate v1.3.1
29612026-05-29T19:02:00.871Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-29T19:02:00.922Z Checking blake2 v0.10.6
29632026-05-29T19:02:01.106Z Checking aead v0.5.2
29642026-05-29T19:02:01.139Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-29T19:02:01.157Z Compiling foreign-types-macros v0.2.3
29662026-05-29T19:02:01.169Z Checking thiserror-no-std v2.0.2
29672026-05-29T19:02:01.183Z Compiling num_enum_derive v0.7.5
29682026-05-29T19:02:01.244Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-05-29T19:02:01.258Z Checking cpufeatures v0.3.0
29702026-05-29T19:02:01.261Z Checking foreign-types-shared v0.3.1
29712026-05-29T19:02:01.333Z Checking chacha20 v0.10.0
29722026-05-29T19:02:01.346Z Checking vsss-rs v3.3.4
29732026-05-29T19:02:01.359Z Checking chacha20poly1305 v0.10.1
29742026-05-29T19:02:01.482Z Compiling num_enum_derive v0.5.11
29752026-05-29T19:02:01.496Z Checking argon2 v0.5.3
29762026-05-29T19:02:01.548Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-29T19:02:01.738Z Checking foreign-types v0.5.0
29782026-05-29T19:02:01.819Z Checking ciborium v0.2.2
29792026-05-29T19:02:01.935Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-29T19:02:01.956Z Checking tabwriter v1.4.1
29812026-05-29T19:02:02.104Z Checking byte-wrapper v0.1.0
29822026-05-29T19:02:02.214Z Checking num_enum v0.7.5
29832026-05-29T19:02:02.228Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-29T19:02:02.242Z Checking cstr-argument v0.1.2
29852026-05-29T19:02:02.311Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-29T19:02:02.329Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-29T19:02:02.362Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-29T19:02:02.441Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-29T19:02:02.514Z Checking num_enum v0.5.11
29902026-05-29T19:02:02.538Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-29T19:02:02.554Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-05-29T19:02:02.626Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-29T19:02:02.651Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-29T19:02:02.664Z Checking ingot-types v0.1.2
29952026-05-29T19:02:02.701Z Checking rand v0.10.0
29962026-05-29T19:02:02.754Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-29T19:02:02.767Z Checking indent_write v2.2.0
29982026-05-29T19:02:02.827Z Checking colored v3.1.1
29992026-05-29T19:02:02.899Z Compiling zone_cfg_derive v0.3.1
30002026-05-29T19:02:03.013Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30012026-05-29T19:02:03.027Z Checking ingot v0.1.1
30022026-05-29T19:02:03.039Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-05-29T19:02:03.063Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-05-29T19:02:03.113Z Checking itertools v0.12.1
30052026-05-29T19:02:03.166Z Compiling num-derive v0.4.2
30062026-05-29T19:02:03.210Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-29T19:02:03.233Z Checking swrite v0.1.0
30082026-05-29T19:02:03.325Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-29T19:02:03.413Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30102026-05-29T19:02:03.542Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-29T19:02:03.559Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-05-29T19:02:03.570Z Checking dropshot-api-manager-types v0.7.2
30132026-05-29T19:02:03.644Z Checking smf v0.2.3
30142026-05-29T19:02:03.659Z Checking nanorand v0.7.0
30152026-05-29T19:02:03.734Z Checking whoami v1.6.1
30162026-05-29T19:02:03.855Z Checking flume v0.11.1
30172026-05-29T19:02:03.876Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-29T19:02:04.080Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-29T19:02:04.106Z Checking zone v0.3.1
30202026-05-29T19:02:04.585Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-29T19:02:05.568Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-29T19:02:06.469Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-29T19:02:09.670Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-29T19:02:11.737Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-29T19:02:12.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
30262026-05-29T19:02:13.038Z
30272026-05-29T19:02:13.038Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-29T19:02:13.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-29T19:02:13.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-29T19:02:13.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-29T19:02:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-29T19:02:13.634Z
30332026-05-29T19:02:13.634Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-29T19:02:14.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-29T19:02:14.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-29T19:02:14.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-29T19:02:14.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-29T19:02:14.232Z
30392026-05-29T19:02:14.232Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-29T19:02:14.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-29T19:02:14.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-29T19:02:14.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-29T19:02:14.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-29T19:02:14.838Z
30452026-05-29T19:02:14.838Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-29T19:02:15.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-29T19:02:15.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-29T19:02:15.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-29T19:02:15.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-29T19:02:15.438Z
30512026-05-29T19:02:15.438Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-29T19:02:15.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-29T19:02:15.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-29T19:02:15.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-29T19:02:15.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-29T19:02:16.043Z
30572026-05-29T19:02:16.043Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-29T19:02:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-29T19:02:16.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-29T19:02:16.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-29T19:02:16.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-29T19:02:16.646Z
30632026-05-29T19:02:16.646Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-29T19:02:17.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-29T19:02:17.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-29T19:02:17.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-29T19:02:17.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-29T19:02:17.245Z
30692026-05-29T19:02:17.245Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-29T19:02:17.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-29T19:02:17.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-29T19:02:17.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-29T19:02:17.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-05-29T19:02:17.832Z
30752026-05-29T19:02:17.832Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-29T19:02:18.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-29T19:02:18.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-29T19:02:18.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-29T19:02:18.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-29T19:02:18.434Z
30812026-05-29T19:02:18.434Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-29T19:02:18.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-29T19:02:18.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-29T19:02:18.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-29T19:02:18.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-29T19:02:19.039Z
30872026-05-29T19:02:19.039Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-29T19:02:19.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-29T19:02:19.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-29T19:02:19.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-29T19:02:19.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-29T19:02:19.644Z
30932026-05-29T19:02:19.644Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-29T19:02:20.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-29T19:02:20.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-29T19:02:20.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-29T19:02:20.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-29T19:02:20.279Z
30992026-05-29T19:02:20.279Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-29T19:02:20.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-29T19:02:20.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-29T19:02:20.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-29T19:02:20.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-29T19:02:20.916Z
31052026-05-29T19:02:20.916Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-29T19:02:21.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-29T19:02:21.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-29T19:02:21.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-29T19:02:21.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-29T19:02:21.499Z
31112026-05-29T19:02:21.499Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-29T19:02:21.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-29T19:02:21.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-29T19:02:21.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-29T19:02:22.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-29T19:02:22.088Z
31172026-05-29T19:02:22.088Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-29T19:02:22.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-29T19:02:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-29T19:02:22.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-29T19:02:22.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-05-29T19:02:22.675Z
31232026-05-29T19:02:22.675Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-29T19:02:23.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-29T19:02:23.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-29T19:02:23.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-29T19:02:23.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-29T19:02:23.280Z
31292026-05-29T19:02:23.281Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-29T19:02:23.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-29T19:02:23.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-29T19:02:23.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-29T19:02:23.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-29T19:02:23.870Z
31352026-05-29T19:02:23.870Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-29T19:02:24.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-29T19:02:24.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-29T19:02:24.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-29T19:02:24.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-29T19:02:24.476Z
31412026-05-29T19:02:24.476Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-29T19:02:25.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-29T19:02:25.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-29T19:02:25.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-29T19:02:25.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-29T19:02:25.104Z
31472026-05-29T19:02:25.104Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-29T19:02:25.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-29T19:02:25.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-29T19:02:25.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-29T19:02:25.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-29T19:02:25.725Z
31532026-05-29T19:02:25.725Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-29T19:02:26.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-29T19:02:26.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-29T19:02:26.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-29T19:02:26.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31582026-05-29T19:02:26.317Z
31592026-05-29T19:02:26.317Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-29T19:02:26.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-29T19:02:26.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-29T19:02:26.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-29T19:02:26.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-29T19:02:26.934Z
31652026-05-29T19:02:26.934Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-29T19:02:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-29T19:02:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-29T19:02:27.629Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-29T19:02:27.747Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-29T19:02:27.754Z Checking csv-core v0.1.13
31712026-05-29T19:02:27.761Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-29T19:02:27.765Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-29T19:02:27.768Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-29T19:02:27.791Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-29T19:02:27.802Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-29T19:02:27.913Z Checking csv v1.4.0
31772026-05-29T19:02:27.962Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-29T19:02:27.967Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-29T19:02:28.029Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-29T19:02:28.046Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-29T19:02:28.250Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-29T19:02:28.617Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-29T19:02:28.617Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-29T19:02:28.997Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-29T19:02:34.866Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-29T19:02:35.398Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-29T19:02:37.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
31882026-05-29T19:02:37.940Z
31892026-05-29T19:02:37.940Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-29T19:02:38.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-29T19:02:38.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-29T19:02:38.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-29T19:02:38.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-29T19:02:38.535Z
31952026-05-29T19:02:38.535Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-29T19:02:39.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-29T19:02:39.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-29T19:02:39.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-29T19:02:39.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-29T19:02:39.211Z
32012026-05-29T19:02:39.211Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-29T19:02:39.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-29T19:02:39.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-29T19:02:39.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-29T19:02:39.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062026-05-29T19:02:39.888Z
32072026-05-29T19:02:39.888Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-29T19:02:40.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-29T19:02:40.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-29T19:02:40.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-29T19:02:40.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32122026-05-29T19:02:40.530Z
32132026-05-29T19:02:40.530Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-29T19:02:41.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-29T19:02:41.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-29T19:02:41.293Z Compiling regress v0.11.1
32172026-05-29T19:02:41.435Z Compiling unsafe-libyaml v0.2.11
32182026-05-29T19:02:41.448Z Compiling semver v0.1.20
32192026-05-29T19:02:41.452Z Compiling radium v0.7.0
32202026-05-29T19:02:41.474Z Checking tap v1.0.1
32212026-05-29T19:02:41.474Z Compiling maybe-uninit v2.0.0
32222026-05-29T19:02:41.500Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-29T19:02:41.575Z Checking wyz v0.5.1
32242026-05-29T19:02:41.727Z Compiling rustc_version v0.1.7
32252026-05-29T19:02:41.765Z Checking progenitor-client v0.13.0
32262026-05-29T19:02:41.800Z Compiling zerocopy-derive v0.6.6
32272026-05-29T19:02:41.908Z Checking crc-catalog v2.4.0
32282026-05-29T19:02:41.946Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-29T19:02:42.000Z Compiling newtype_derive v0.1.6
32302026-05-29T19:02:42.014Z Compiling cancel-safe-futures v0.1.5
32312026-05-29T19:02:42.164Z Compiling owo-colors v4.3.0
32322026-05-29T19:02:42.190Z Checking funty v2.0.0
32332026-05-29T19:02:42.219Z Compiling packed_struct v0.10.1
32342026-05-29T19:02:42.537Z Checking bitvec v1.0.1
32352026-05-29T19:02:42.590Z Checking crc v3.4.0
32362026-05-29T19:02:42.635Z Checking zerocopy v0.6.6
32372026-05-29T19:02:42.695Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-29T19:02:42.768Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-29T19:02:42.849Z Checking typify-impl v0.6.2
32402026-05-29T19:02:42.969Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-29T19:02:43.103Z Compiling packed_struct_codegen v0.10.1
32422026-05-29T19:02:43.222Z Checking libsw-core v0.3.2
32432026-05-29T19:02:43.237Z Compiling bitfield-macros v0.19.4
32442026-05-29T19:02:43.370Z Compiling indexmap v1.9.3
32452026-05-29T19:02:43.386Z Checking nodrop v0.1.14
32462026-05-29T19:02:43.480Z Checking array-init v0.0.4
32472026-05-29T19:02:43.587Z Checking libsw v3.5.0
32482026-05-29T19:02:43.745Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-29T19:02:43.780Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-29T19:02:43.829Z Checking smallvec v0.6.14
32512026-05-29T19:02:43.939Z Checking bitfield v0.19.4
32522026-05-29T19:02:43.961Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-29T19:02:44.152Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-29T19:02:44.214Z Checking base64 v0.21.7
32552026-05-29T19:02:44.262Z Checking linear-map v1.2.0
32562026-05-29T19:02:44.278Z Checking smawk v0.3.2
32572026-05-29T19:02:44.406Z Checking unicode-linebreak v0.1.5
32582026-05-29T19:02:44.420Z Checking tagptr v0.2.0
32592026-05-29T19:02:44.461Z Checking hashbrown v0.12.3
32602026-05-29T19:02:44.485Z Checking ron v0.8.1
32612026-05-29T19:02:44.564Z Checking moka v0.12.13
32622026-05-29T19:02:44.617Z Checking textwrap v0.16.2
32632026-05-29T19:02:44.635Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-29T19:02:44.675Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-05-29T19:02:44.806Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-29T19:02:44.840Z Checking steno v0.4.1
32672026-05-29T19:02:45.012Z Checking serde-hex v0.1.0
32682026-05-29T19:02:45.205Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-29T19:02:45.220Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-29T19:02:45.275Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-05-29T19:02:45.367Z Checking hashbrown v0.13.2
32722026-05-29T19:02:45.612Z Checking crc-any v2.5.0
32732026-05-29T19:02:45.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-29T19:02:45.801Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-05-29T19:02:45.805Z Checking object v0.30.4
32762026-05-29T19:02:45.842Z Checking hickory-resolver v0.25.2
32772026-05-29T19:02:45.932Z Checking path-slash v0.1.5
32782026-05-29T19:02:45.962Z Checking half v1.8.3
32792026-05-29T19:02:45.997Z Checking utf-8 v0.7.6
32802026-05-29T19:02:46.038Z Checking void v1.0.2
32812026-05-29T19:02:46.134Z Checking tungstenite v0.23.0
32822026-05-29T19:02:46.148Z Checking lzss v0.8.2
32832026-05-29T19:02:46.161Z Checking serde_cbor v0.11.2
32842026-05-29T19:02:46.475Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-29T19:02:46.499Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-29T19:02:46.537Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-29T19:02:46.551Z Checking nix v0.27.1
32882026-05-29T19:02:46.554Z Checking kstat-rs v0.2.4
32892026-05-29T19:02:46.636Z Checking fxhash v0.2.1
32902026-05-29T19:02:46.734Z Checking serde_bytes v0.11.19
32912026-05-29T19:02:46.752Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-29T19:02:46.766Z Checking tokio-tungstenite v0.23.1
32932026-05-29T19:02:46.911Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-29T19:02:46.966Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-29T19:02:47.028Z Checking signal-hook-tokio v0.3.1
32962026-05-29T19:02:47.297Z Compiling typify-macro v0.6.2
32972026-05-29T19:02:48.171Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-29T19:02:48.451Z Compiling typify v0.6.2
32992026-05-29T19:02:48.531Z Compiling progenitor-impl v0.13.0
33002026-05-29T19:02:48.531Z Compiling progenitor-impl v0.14.0
33012026-05-29T19:02:49.065Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-29T19:02:49.402Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-05-29T19:02:50.126Z Compiling progenitor-macro v0.14.0
33042026-05-29T19:02:50.157Z Compiling progenitor-macro v0.13.0
33052026-05-29T19:02:52.510Z Checking progenitor v0.14.0
33062026-05-29T19:02:52.633Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33072026-05-29T19:02:52.815Z Checking progenitor v0.13.0
33082026-05-29T19:02:52.933Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-29T19:02:55.933Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-29T19:03:03.563Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-29T19:03:09.858Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-29T19:03:11.217Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-29T19:03:11.730Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-29T19:03:13.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33152026-05-29T19:03:14.020Z
33162026-05-29T19:03:14.020Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-29T19:03:14.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-29T19:03:14.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-29T19:03:14.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-29T19:03:14.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-29T19:03:14.622Z
33222026-05-29T19:03:14.622Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-29T19:03:15.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-29T19:03:15.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-29T19:03:15.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-29T19:03:15.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-29T19:03:15.214Z
33282026-05-29T19:03:15.214Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-29T19:03:15.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-29T19:03:15.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-29T19:03:15.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-29T19:03:15.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-29T19:03:15.793Z
33342026-05-29T19:03:15.794Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-29T19:03:16.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-29T19:03:16.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-29T19:03:16.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-29T19:03:16.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-29T19:03:16.404Z
33402026-05-29T19:03:16.404Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-29T19:03:16.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-29T19:03:16.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-29T19:03:16.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-29T19:03:16.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-29T19:03:17.002Z
33462026-05-29T19:03:17.002Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-29T19:03:17.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-29T19:03:17.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-29T19:03:17.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-29T19:03:17.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-29T19:03:17.600Z
33522026-05-29T19:03:17.600Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-29T19:03:18.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-29T19:03:18.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-29T19:03:18.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-29T19:03:18.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-29T19:03:18.200Z
33582026-05-29T19:03:18.200Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-29T19:03:18.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-29T19:03:18.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-29T19:03:18.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-29T19:03:18.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-29T19:03:18.815Z
33642026-05-29T19:03:18.815Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-29T19:03:19.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-29T19:03:19.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-29T19:03:19.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-29T19:03:19.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-29T19:03:19.414Z
33702026-05-29T19:03:19.415Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-29T19:03:19.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-29T19:03:19.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-29T19:03:19.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-29T19:03:19.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-29T19:03:20.011Z
33762026-05-29T19:03:20.011Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-29T19:03:20.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-29T19:03:20.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-29T19:03:20.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-29T19:03:20.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-29T19:03:20.607Z
33822026-05-29T19:03:20.607Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-29T19:03:21.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-29T19:03:21.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-29T19:03:21.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-29T19:03:21.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-29T19:03:21.210Z
33882026-05-29T19:03:21.210Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-29T19:03:21.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-29T19:03:21.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-29T19:03:21.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-29T19:03:21.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33932026-05-29T19:03:21.798Z
33942026-05-29T19:03:21.798Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-29T19:03:22.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-29T19:03:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-29T19:03:22.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-29T19:03:22.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-29T19:03:22.391Z
34002026-05-29T19:03:22.391Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-29T19:03:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-29T19:03:22.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-29T19:03:22.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-29T19:03:22.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-29T19:03:23.007Z
34062026-05-29T19:03:23.007Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-29T19:03:23.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-29T19:03:23.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-29T19:03:23.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-29T19:03:23.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-29T19:03:23.623Z
34122026-05-29T19:03:23.623Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-29T19:03:24.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-29T19:03:24.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-29T19:03:24.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-29T19:03:24.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-29T19:03:24.241Z
34182026-05-29T19:03:24.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-29T19:03:24.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-29T19:03:24.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-29T19:03:24.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-29T19:03:24.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-29T19:03:24.861Z
34242026-05-29T19:03:24.861Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-29T19:03:25.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-29T19:03:25.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-29T19:03:25.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-29T19:03:25.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-29T19:03:25.476Z
34302026-05-29T19:03:25.476Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-29T19:03:25.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-29T19:03:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-29T19:03:25.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-29T19:03:25.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-29T19:03:26.091Z
34362026-05-29T19:03:26.091Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-29T19:03:26.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-29T19:03:26.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-29T19:03:26.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-29T19:03:26.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-29T19:03:26.701Z
34422026-05-29T19:03:26.701Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-29T19:03:27.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-29T19:03:27.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-29T19:03:27.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-29T19:03:27.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-05-29T19:03:27.309Z
34482026-05-29T19:03:27.309Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-29T19:03:27.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-29T19:03:27.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-29T19:03:27.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-29T19:03:27.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-29T19:03:27.916Z
34542026-05-29T19:03:27.916Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-29T19:03:28.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-29T19:03:28.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-29T19:03:28.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-29T19:03:28.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-29T19:03:28.533Z
34602026-05-29T19:03:28.534Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-29T19:03:29.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-29T19:03:29.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-29T19:03:29.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-29T19:03:29.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-29T19:03:29.125Z
34662026-05-29T19:03:29.125Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-29T19:03:29.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-29T19:03:29.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-29T19:03:29.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-29T19:03:29.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-05-29T19:03:29.721Z
34722026-05-29T19:03:29.721Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-29T19:03:30.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-29T19:03:30.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-29T19:03:30.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-29T19:03:30.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-05-29T19:03:30.314Z
34782026-05-29T19:03:30.314Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-29T19:03:30.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-29T19:03:30.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-29T19:03:30.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-29T19:03:30.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-29T19:03:30.916Z
34842026-05-29T19:03:30.916Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-29T19:03:31.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-29T19:03:31.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-29T19:03:31.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-29T19:03:31.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-05-29T19:03:31.505Z
34902026-05-29T19:03:31.505Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-29T19:03:32.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-29T19:03:32.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-29T19:03:32.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-29T19:03:32.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-05-29T19:03:32.103Z
34962026-05-29T19:03:32.103Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-29T19:03:32.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-29T19:03:32.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-29T19:03:32.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-29T19:03:32.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-05-29T19:03:32.700Z
35022026-05-29T19:03:32.700Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-29T19:03:33.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-29T19:03:33.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-29T19:03:33.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-29T19:03:33.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-05-29T19:03:33.299Z
35082026-05-29T19:03:33.299Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-29T19:03:33.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-29T19:03:33.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-29T19:03:33.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-29T19:03:33.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35132026-05-29T19:03:33.916Z
35142026-05-29T19:03:33.916Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-29T19:03:34.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-29T19:03:34.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-29T19:03:34.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-29T19:03:34.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35192026-05-29T19:03:34.529Z
35202026-05-29T19:03:34.529Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-29T19:03:35.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-29T19:03:35.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-29T19:03:35.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-29T19:03:35.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252026-05-29T19:03:35.146Z
35262026-05-29T19:03:35.146Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-29T19:03:35.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-29T19:03:35.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-29T19:03:35.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-29T19:03:35.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-29T19:03:35.765Z
35322026-05-29T19:03:35.765Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-29T19:03:36.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-29T19:03:36.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-29T19:03:36.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-29T19:03:36.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35372026-05-29T19:03:36.375Z
35382026-05-29T19:03:36.375Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-29T19:03:36.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-29T19:03:36.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-29T19:03:36.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-29T19:03:36.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35432026-05-29T19:03:36.991Z
35442026-05-29T19:03:36.991Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-29T19:03:37.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-29T19:03:37.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-29T19:03:37.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-29T19:03:37.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35492026-05-29T19:03:37.606Z
35502026-05-29T19:03:37.606Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-29T19:03:38.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-29T19:03:38.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-29T19:03:38.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-29T19:03:38.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-05-29T19:03:38.235Z
35562026-05-29T19:03:38.235Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-29T19:03:38.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-29T19:03:38.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-29T19:03:38.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-29T19:03:38.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-05-29T19:03:38.833Z
35622026-05-29T19:03:38.833Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-29T19:03:39.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-29T19:03:39.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-29T19:03:39.482Z Compiling parking_lot_core v0.8.6
35662026-05-29T19:03:39.482Z Compiling atomicwrites v0.4.4
35672026-05-29T19:03:39.485Z Compiling git-stub v1.0.0
35682026-05-29T19:03:39.485Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-29T19:03:39.608Z Checking prefix-trie v0.7.0
35702026-05-29T19:03:39.718Z Compiling git-stub-vcs v0.1.0
35712026-05-29T19:03:39.897Z Checking hickory-server v0.25.2
35722026-05-29T19:03:39.992Z Checking parking_lot v0.11.2
35732026-05-29T19:03:39.996Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-29T19:03:40.081Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-29T19:03:40.081Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-05-29T19:03:40.165Z Checking sled v0.34.7
35772026-05-29T19:03:42.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
35782026-05-29T19:03:42.262Z
35792026-05-29T19:03:42.262Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-29T19:03:42.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-29T19:03:42.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-29T19:03:42.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-29T19:03:42.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-29T19:03:42.849Z
35852026-05-29T19:03:42.849Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-29T19:03:43.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-29T19:03:43.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-29T19:03:43.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-29T19:03:43.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-29T19:03:43.446Z
35912026-05-29T19:03:43.446Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-29T19:03:43.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-29T19:03:43.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-29T19:03:44.162Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-29T19:03:45.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-05-29T19:03:46.128Z
35972026-05-29T19:03:46.128Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-29T19:03:46.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-29T19:03:46.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-29T19:03:46.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-29T19:03:46.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36022026-05-29T19:03:46.772Z
36032026-05-29T19:03:46.772Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-29T19:03:47.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-29T19:03:47.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-29T19:03:47.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-29T19:03:47.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-29T19:03:47.422Z
36092026-05-29T19:03:47.422Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-29T19:03:47.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-29T19:03:47.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-29T19:03:47.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-29T19:03:47.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-29T19:03:48.005Z
36152026-05-29T19:03:48.005Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-29T19:03:48.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-29T19:03:48.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-29T19:03:48.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-29T19:03:48.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-05-29T19:03:48.583Z
36212026-05-29T19:03:48.583Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-29T19:03:49.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-29T19:03:49.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-29T19:03:49.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-29T19:03:49.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-05-29T19:03:49.231Z
36272026-05-29T19:03:49.231Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-29T19:03:49.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-29T19:03:49.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-29T19:03:49.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-29T19:03:49.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-29T19:03:49.813Z
36332026-05-29T19:03:49.813Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-29T19:03:50.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-29T19:03:50.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-29T19:03:50.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-29T19:03:50.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36382026-05-29T19:03:50.457Z
36392026-05-29T19:03:50.457Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-29T19:03:50.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-29T19:03:50.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-29T19:03:50.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-29T19:03:50.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36442026-05-29T19:03:51.091Z
36452026-05-29T19:03:51.091Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-29T19:03:51.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-29T19:03:51.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-29T19:03:51.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-29T19:03:51.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-29T19:03:51.674Z
36512026-05-29T19:03:51.674Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-29T19:03:52.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-29T19:03:52.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-29T19:03:52.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-29T19:03:52.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-05-29T19:03:52.252Z
36572026-05-29T19:03:52.252Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-29T19:03:52.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-29T19:03:52.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-29T19:03:52.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-29T19:03:52.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-29T19:03:52.845Z
36632026-05-29T19:03:52.845Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-29T19:03:53.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-29T19:03:53.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-29T19:03:53.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-29T19:03:53.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-05-29T19:03:53.436Z
36692026-05-29T19:03:53.437Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-29T19:03:53.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-29T19:03:53.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-29T19:03:53.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-29T19:03:53.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-05-29T19:03:54.006Z
36752026-05-29T19:03:54.006Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-29T19:03:54.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-29T19:03:54.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-29T19:03:54.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-29T19:03:54.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-05-29T19:03:54.644Z
36812026-05-29T19:03:54.644Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-29T19:03:55.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-29T19:03:55.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-29T19:03:55.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-29T19:03:55.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-29T19:03:55.287Z
36872026-05-29T19:03:55.287Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-29T19:03:55.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-29T19:03:55.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-29T19:03:55.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-29T19:03:55.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36922026-05-29T19:03:55.924Z
36932026-05-29T19:03:55.924Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-29T19:03:56.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-29T19:03:56.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-29T19:03:56.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-29T19:03:56.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36982026-05-29T19:03:56.534Z
36992026-05-29T19:03:56.534Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-29T19:03:57.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-29T19:03:57.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-29T19:03:57.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-29T19:03:57.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37042026-05-29T19:03:57.144Z
37052026-05-29T19:03:57.144Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-29T19:03:57.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-29T19:03:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-29T19:03:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-29T19:03:57.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37102026-05-29T19:03:57.757Z
37112026-05-29T19:03:57.757Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-29T19:03:58.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-29T19:03:58.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-29T19:03:58.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-29T19:03:58.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-05-29T19:03:58.347Z
37172026-05-29T19:03:58.347Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-29T19:03:58.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-29T19:03:58.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-29T19:03:58.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-29T19:03:58.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-05-29T19:03:58.956Z
37232026-05-29T19:03:58.956Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-29T19:03:59.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-29T19:03:59.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-29T19:03:59.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-29T19:03:59.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-05-29T19:03:59.564Z
37292026-05-29T19:03:59.564Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-29T19:04:00.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-29T19:04:00.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-29T19:04:00.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-29T19:04:00.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-05-29T19:04:00.144Z
37352026-05-29T19:04:00.144Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-29T19:04:00.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-29T19:04:00.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-29T19:04:00.996Z Compiling libefi-sys v0.1.0
37392026-05-29T19:04:01.132Z Compiling bitfield-struct v0.6.2
37402026-05-29T19:04:01.142Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-29T19:04:01.151Z Compiling xshell-macros v0.2.7
37422026-05-29T19:04:01.160Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-29T19:04:01.187Z Compiling typify-impl v0.4.3
37442026-05-29T19:04:01.190Z Compiling salty v0.3.0
37452026-05-29T19:04:01.190Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-29T19:04:01.265Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-29T19:04:01.345Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-29T19:04:01.496Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-29T19:04:01.510Z Checking xshell v0.2.7
37502026-05-29T19:04:01.532Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-05-29T19:04:01.704Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-29T19:04:01.722Z Checking primeorder v0.13.6
37532026-05-29T19:04:01.742Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-05-29T19:04:01.757Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-05-29T19:04:01.871Z Compiling proc-macro-error-attr2 v2.0.0
37562026-05-29T19:04:01.887Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-29T19:04:01.959Z Checking p384 v0.13.1
37582026-05-29T19:04:01.981Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-05-29T19:04:02.095Z Checking tungstenite v0.21.0
37602026-05-29T19:04:02.156Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-05-29T19:04:02.222Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-05-29T19:04:02.258Z Compiling proc-macro-error2 v2.0.1
37632026-05-29T19:04:02.575Z Compiling num-derive v0.3.3
37642026-05-29T19:04:02.714Z Compiling tabled_derive v0.11.0
37652026-05-29T19:04:02.804Z Checking tokio-tungstenite v0.21.0
37662026-05-29T19:04:03.072Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-05-29T19:04:03.089Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-05-29T19:04:03.366Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-29T19:04:03.467Z Checking libscf-sys v1.1.0
37702026-05-29T19:04:03.666Z Checking papergrid v0.17.0
37712026-05-29T19:04:03.746Z Checking testing_table v0.3.0
37722026-05-29T19:04:03.761Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-29T19:04:03.844Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-05-29T19:04:03.864Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-29T19:04:03.995Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-29T19:04:04.210Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-29T19:04:04.225Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-05-29T19:04:04.319Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-05-29T19:04:04.407Z Checking corncobs v0.1.4
37802026-05-29T19:04:04.442Z Compiling illumos-nvpair-sys v0.2.0
37812026-05-29T19:04:04.461Z Compiling unicase v2.9.0
37822026-05-29T19:04:04.539Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-29T19:04:04.608Z Checking tabled v0.20.0
37842026-05-29T19:04:04.672Z Compiling mime_guess v2.0.5
37852026-05-29T19:04:04.676Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-05-29T19:04:04.704Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-05-29T19:04:04.805Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37882026-05-29T19:04:04.821Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-05-29T19:04:04.938Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-05-29T19:04:05.015Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-05-29T19:04:05.043Z Checking progenitor-client v0.11.2
37922026-05-29T19:04:05.219Z Checking secrecy v0.8.0
37932026-05-29T19:04:05.288Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-29T19:04:05.566Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37952026-05-29T19:04:05.641Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-05-29T19:04:05.660Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-05-29T19:04:05.676Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37982026-05-29T19:04:05.689Z Compiling typify-macro v0.4.3
37992026-05-29T19:04:05.909Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-29T19:04:05.926Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-29T19:04:05.929Z Checking filetime v0.2.27
38022026-05-29T19:04:06.082Z Checking xattr v1.6.1
38032026-05-29T19:04:06.098Z Checking crc8 v0.1.1
38042026-05-29T19:04:06.199Z Checking http-range v0.1.5
38052026-05-29T19:04:06.334Z Checking tar v0.4.45
38062026-05-29T19:04:06.367Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-05-29T19:04:06.557Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-29T19:04:06.632Z Checking illumos-nvpair v0.3.0
38092026-05-29T19:04:06.720Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-29T19:04:06.794Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-29T19:04:06.884Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-05-29T19:04:07.122Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-05-29T19:04:07.238Z Checking atty v0.2.14
38142026-05-29T19:04:07.255Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-29T19:04:07.276Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38162026-05-29T19:04:07.339Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38172026-05-29T19:04:07.385Z Compiling typify v0.4.3
38182026-05-29T19:04:07.503Z Compiling progenitor-impl v0.11.2
38192026-05-29T19:04:07.715Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-29T19:04:07.796Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-05-29T19:04:07.814Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-05-29T19:04:08.047Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-05-29T19:04:08.064Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-05-29T19:04:08.221Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-05-29T19:04:08.304Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-29T19:04:08.444Z Checking hyper-staticfile v0.10.1
38272026-05-29T19:04:08.616Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-29T19:04:08.733Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-29T19:04:08.749Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-05-29T19:04:08.870Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-05-29T19:04:08.939Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-29T19:04:09.088Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-05-29T19:04:09.215Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-29T19:04:09.320Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-05-29T19:04:09.360Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-05-29T19:04:09.539Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38372026-05-29T19:04:10.002Z Compiling progenitor-macro v0.11.2
38382026-05-29T19:04:12.400Z Checking progenitor v0.11.2
38392026-05-29T19:04:12.534Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-29T19:04:12.645Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-29T19:04:17.199Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-29T19:04:28.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.93s
38432026-05-29T19:04:28.291Z
38442026-05-29T19:04:28.291Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-29T19:04:28.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-29T19:04:28.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-29T19:04:29.069Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-29T19:04:39.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38492026-05-29T19:04:39.934Z
38502026-05-29T19:04:39.934Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-29T19:04:40.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-29T19:04:40.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-29T19:04:40.711Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-29T19:04:51.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38552026-05-29T19:04:51.563Z
38562026-05-29T19:04:51.563Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-29T19:04:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-29T19:04:52.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-29T19:04:52.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-29T19:05:03.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38612026-05-29T19:05:03.214Z
38622026-05-29T19:05:03.214Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-29T19:05:03.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-29T19:05:03.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-29T19:05:03.990Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-29T19:05:14.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38672026-05-29T19:05:14.858Z
38682026-05-29T19:05:14.858Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-29T19:05:15.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-29T19:05:15.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-29T19:05:15.635Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-29T19:05:26.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38732026-05-29T19:05:26.552Z
38742026-05-29T19:05:26.552Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-29T19:05:27.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-29T19:05:27.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-29T19:05:27.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-29T19:05:37.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38792026-05-29T19:05:38.178Z
38802026-05-29T19:05:38.178Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-29T19:05:38.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-29T19:05:38.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-29T19:05:38.950Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-29T19:05:49.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38852026-05-29T19:05:49.791Z
38862026-05-29T19:05:49.791Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-29T19:05:50.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-29T19:05:50.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-29T19:05:50.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-29T19:05:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-05-29T19:05:50.401Z
38922026-05-29T19:05:50.401Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-29T19:05:50.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-29T19:05:50.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-29T19:05:50.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-29T19:05:50.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-05-29T19:05:51.003Z
38982026-05-29T19:05:51.003Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-29T19:05:51.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-29T19:05:51.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-29T19:05:51.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-29T19:05:51.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39032026-05-29T19:05:51.597Z
39042026-05-29T19:05:51.597Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-29T19:05:52.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-29T19:05:52.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-29T19:05:52.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-29T19:05:52.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-05-29T19:05:52.194Z
39102026-05-29T19:05:52.194Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-29T19:05:52.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-29T19:05:52.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-29T19:05:52.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-29T19:05:52.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-29T19:05:52.810Z
39162026-05-29T19:05:52.810Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-29T19:05:53.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-29T19:05:53.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-29T19:05:53.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-29T19:05:53.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-29T19:05:53.424Z
39222026-05-29T19:05:53.424Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-29T19:05:53.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-29T19:05:53.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-29T19:05:53.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-29T19:05:53.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-05-29T19:05:54.046Z
39282026-05-29T19:05:54.046Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-29T19:05:54.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-29T19:05:54.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-29T19:05:54.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-29T19:05:54.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-05-29T19:05:54.670Z
39342026-05-29T19:05:54.670Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-29T19:05:55.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-29T19:05:55.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-29T19:05:55.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-29T19:05:55.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-05-29T19:05:55.298Z
39402026-05-29T19:05:55.298Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-29T19:05:55.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-29T19:05:55.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-29T19:05:55.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-29T19:05:55.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-05-29T19:05:55.924Z
39462026-05-29T19:05:55.924Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-29T19:05:56.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-29T19:05:56.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-29T19:05:56.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-29T19:05:56.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-29T19:05:56.547Z
39522026-05-29T19:05:56.547Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-29T19:05:57.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-29T19:05:57.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-29T19:05:57.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-29T19:05:57.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-29T19:05:57.171Z
39582026-05-29T19:05:57.172Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-29T19:05:57.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-29T19:05:57.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-29T19:05:57.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-29T19:05:57.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-29T19:05:57.795Z
39642026-05-29T19:05:57.795Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-29T19:05:58.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-29T19:05:58.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-29T19:05:58.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-29T19:05:58.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-05-29T19:05:58.421Z
39702026-05-29T19:05:58.421Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-29T19:05:58.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-29T19:05:58.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-29T19:05:58.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-29T19:05:58.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-05-29T19:05:59.061Z
39762026-05-29T19:05:59.061Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-29T19:05:59.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-29T19:05:59.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-29T19:05:59.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-29T19:05:59.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-05-29T19:05:59.689Z
39822026-05-29T19:05:59.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-29T19:06:00.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-29T19:06:00.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-29T19:06:00.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-29T19:06:00.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-05-29T19:06:00.329Z
39882026-05-29T19:06:00.329Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-29T19:06:00.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-29T19:06:00.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-29T19:06:00.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-29T19:06:00.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-05-29T19:06:00.979Z
39942026-05-29T19:06:00.979Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-29T19:06:01.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-29T19:06:01.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-29T19:06:01.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-29T19:06:01.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-05-29T19:06:01.587Z
40002026-05-29T19:06:01.587Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-29T19:06:02.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-29T19:06:02.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-29T19:06:02.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-29T19:06:02.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-05-29T19:06:02.244Z
40062026-05-29T19:06:02.244Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-29T19:06:02.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-29T19:06:02.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-29T19:06:02.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-29T19:06:02.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-05-29T19:06:02.829Z
40122026-05-29T19:06:02.829Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-29T19:06:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-29T19:06:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-29T19:06:03.598Z Compiling fs-err v2.11.0
40162026-05-29T19:06:03.602Z Checking ignore v0.4.25
40172026-05-29T19:06:03.602Z Checking arc-swap v1.8.2
40182026-05-29T19:06:03.734Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-29T19:06:03.734Z Checking predicates-tree v1.0.13
40202026-05-29T19:06:03.741Z Checking parse-size v1.1.0
40212026-05-29T19:06:03.763Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-29T19:06:03.776Z Checking rand_seeder v0.4.0
40232026-05-29T19:06:03.843Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-29T19:06:03.865Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-05-29T19:06:03.916Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-29T19:06:03.929Z Checking slog-scope v4.4.1
40272026-05-29T19:06:03.963Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-05-29T19:06:04.050Z Compiling petname v2.0.2
40292026-05-29T19:06:04.063Z Checking slog-stdlog v4.1.1
40302026-05-29T19:06:04.078Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-29T19:06:04.099Z Checking globwalk v0.9.1
40322026-05-29T19:06:04.160Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-29T19:06:04.179Z Checking slog-envlogger v2.2.0
40342026-05-29T19:06:04.281Z Checking camino-tempfile-ext v0.3.3
40352026-05-29T19:06:04.328Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-29T19:06:04.380Z Checking sapling-renderdag v0.1.0
40372026-05-29T19:06:04.473Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-29T19:06:04.518Z Checking subprocess v0.2.15
40392026-05-29T19:06:04.622Z Checking sync-ptr v0.1.4
40402026-05-29T19:06:04.709Z Checking colored v2.2.0
40412026-05-29T19:06:04.739Z Checking assert_matches v1.5.0
40422026-05-29T19:06:04.796Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-29T19:06:04.971Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40442026-05-29T19:06:04.975Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40452026-05-29T19:06:05.694Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-29T19:06:07.009Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-29T19:06:09.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
40482026-05-29T19:06:09.409Z
40492026-05-29T19:06:09.409Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-29T19:06:09.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-29T19:06:09.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-29T19:06:09.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-29T19:06:09.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-05-29T19:06:10.001Z
40552026-05-29T19:06:10.001Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-29T19:06:10.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-29T19:06:10.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-29T19:06:10.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-29T19:06:10.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-05-29T19:06:10.606Z
40612026-05-29T19:06:10.606Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-29T19:06:11.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-29T19:06:11.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-29T19:06:11.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-29T19:06:11.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40662026-05-29T19:06:11.258Z
40672026-05-29T19:06:11.258Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-29T19:06:11.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-29T19:06:11.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-29T19:06:11.979Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-29T19:06:11.979Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-29T19:06:12.620Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-29T19:06:14.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
40742026-05-29T19:06:14.418Z
40752026-05-29T19:06:14.418Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-29T19:06:14.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-29T19:06:14.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-29T19:06:14.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-29T19:06:14.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-05-29T19:06:15.021Z
40812026-05-29T19:06:15.021Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-29T19:06:15.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-29T19:06:15.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-29T19:06:15.628Z Checking yasna v0.5.2
40852026-05-29T19:06:16.033Z Checking rcgen v0.12.1
40862026-05-29T19:06:16.280Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-29T19:06:16.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40882026-05-29T19:06:16.645Z
40892026-05-29T19:06:16.645Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-29T19:06:17.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-29T19:06:17.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-29T19:06:17.290Z Compiling darling_core v0.23.0
40932026-05-29T19:06:17.398Z Compiling instability v0.3.11
40942026-05-29T19:06:17.401Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-29T19:06:17.409Z Checking castaway v0.2.4
40962026-05-29T19:06:17.413Z Compiling indoc v2.0.7
40972026-05-29T19:06:17.423Z Checking unicode-truncate v1.1.0
40982026-05-29T19:06:17.426Z Checking lru v0.12.5
40992026-05-29T19:06:17.427Z Checking cassowary v0.3.0
41002026-05-29T19:06:17.502Z Checking compact_str v0.8.1
41012026-05-29T19:06:18.710Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-29T19:06:18.814Z Compiling darling_macro v0.23.0
41032026-05-29T19:06:18.892Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-05-29T19:06:19.227Z Compiling darling v0.23.0
41052026-05-29T19:06:19.857Z Checking ratatui v0.29.0
41062026-05-29T19:06:20.926Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-29T19:06:21.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
41082026-05-29T19:06:21.804Z
41092026-05-29T19:06:21.804Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-29T19:06:22.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-29T19:06:22.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-29T19:06:22.542Z Checking headers-core v0.3.0
41132026-05-29T19:06:22.545Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-29T19:06:22.745Z Checking headers v0.4.1
41152026-05-29T19:06:23.122Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-29T19:06:23.992Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-29T19:06:24.511Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-29T19:06:24.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41192026-05-29T19:06:25.157Z
41202026-05-29T19:06:25.157Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-29T19:06:25.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-29T19:06:25.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-29T19:06:25.887Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-29T19:06:26.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
41252026-05-29T19:06:26.855Z
41262026-05-29T19:06:26.855Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-29T19:06:27.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-29T19:06:27.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-29T19:06:27.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-29T19:06:27.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-05-29T19:06:27.328Z
41322026-05-29T19:06:27.328Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-29T19:06:27.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-29T19:06:27.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-29T19:06:28.057Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-29T19:06:29.054Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-29T19:06:29.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
41382026-05-29T19:06:29.609Z
41392026-05-29T19:06:29.609Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-29T19:06:30.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-29T19:06:30.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-29T19:06:30.340Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-29T19:06:31.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
41442026-05-29T19:06:31.327Z
41452026-05-29T19:06:31.327Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-29T19:06:31.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-29T19:06:31.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-29T19:06:31.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-29T19:06:31.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-05-29T19:06:31.974Z
41512026-05-29T19:06:31.974Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-29T19:06:32.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-29T19:06:32.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-29T19:06:32.593Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-29T19:06:33.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41562026-05-29T19:06:33.448Z
41572026-05-29T19:06:33.448Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-29T19:06:33.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-29T19:06:33.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-29T19:06:34.200Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-29T19:06:34.201Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-29T19:06:34.201Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-05-29T19:06:34.219Z Checking git-stub v1.0.0
41642026-05-29T19:06:34.219Z Compiling trait-variant v0.1.2
41652026-05-29T19:06:34.219Z Checking maplit v1.0.2
41662026-05-29T19:06:34.219Z Checking is_ci v1.2.0
41672026-05-29T19:06:34.336Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-29T19:06:34.393Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-05-29T19:06:34.435Z Checking supports-color v3.0.2
41702026-05-29T19:06:34.506Z Checking git-stub-vcs v0.1.0
41712026-05-29T19:06:34.541Z Checking drift v0.2.0
41722026-05-29T19:06:34.559Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-05-29T19:06:34.592Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-05-29T19:06:34.700Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-05-29T19:06:34.802Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-05-29T19:06:34.848Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41772026-05-29T19:06:34.861Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41782026-05-29T19:06:34.883Z Checking dropshot-api-manager v0.7.2
41792026-05-29T19:06:35.065Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41802026-05-29T19:06:35.121Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-05-29T19:06:35.313Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-05-29T19:06:35.596Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-29T19:06:40.544Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-29T19:06:41.636Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-29T19:06:42.198Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-29T19:06:42.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
41872026-05-29T19:06:42.836Z
41882026-05-29T19:06:42.836Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-29T19:06:43.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-29T19:06:43.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-29T19:06:43.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-29T19:06:43.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41932026-05-29T19:06:43.431Z
41942026-05-29T19:06:43.431Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-29T19:06:43.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-29T19:06:43.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-29T19:06:43.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-29T19:06:43.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-05-29T19:06:44.067Z
42002026-05-29T19:06:44.068Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-29T19:06:44.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-29T19:06:44.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-29T19:06:44.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-29T19:06:44.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-05-29T19:06:44.707Z
42062026-05-29T19:06:44.707Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-29T19:06:45.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-29T19:06:45.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-29T19:06:45.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-29T19:06:45.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-05-29T19:06:45.344Z
42122026-05-29T19:06:45.344Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-29T19:06:45.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-29T19:06:45.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-29T19:06:45.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-29T19:06:45.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-05-29T19:06:45.947Z
42182026-05-29T19:06:45.947Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-29T19:06:46.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-29T19:06:46.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-29T19:06:46.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-29T19:06:46.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42232026-05-29T19:06:46.531Z
42242026-05-29T19:06:46.531Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-29T19:06:47.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-29T19:06:47.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-29T19:06:47.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-29T19:06:47.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42292026-05-29T19:06:47.138Z
42302026-05-29T19:06:47.138Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-29T19:06:47.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-29T19:06:47.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-29T19:06:47.744Z Checking typeid v1.0.3
42342026-05-29T19:06:47.858Z Checking ordered-float v2.10.1
42352026-05-29T19:06:47.879Z Checking unicode-xid v0.2.6
42362026-05-29T19:06:47.887Z Checking cargo-platform v0.2.0
42372026-05-29T19:06:47.898Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-29T19:06:47.926Z Checking erased-serde v0.4.9
42392026-05-29T19:06:48.058Z Checking serde-value v0.7.0
42402026-05-29T19:06:48.238Z Checking serde-untagged v0.1.9
42412026-05-29T19:06:48.395Z Checking cargo-util-schemas v0.8.2
42422026-05-29T19:06:49.095Z Checking cargo_metadata v0.21.0
42432026-05-29T19:06:49.698Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-29T19:06:50.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
42452026-05-29T19:06:50.631Z
42462026-05-29T19:06:50.631Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-29T19:06:51.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-29T19:06:51.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-29T19:06:51.359Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-29T19:06:51.990Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-29T19:06:52.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42522026-05-29T19:06:52.725Z
42532026-05-29T19:06:52.725Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-29T19:06:53.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-29T19:06:53.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-29T19:06:53.673Z Compiling vergen-lib v0.1.6
42572026-05-29T19:06:53.673Z Compiling vergen-gitcl v1.0.8
42582026-05-29T19:06:53.673Z Compiling dirs-sys-next v0.1.2
42592026-05-29T19:06:53.676Z Compiling glob v0.3.3
42602026-05-29T19:06:53.676Z Compiling diesel_derives v2.3.7
42612026-05-29T19:06:53.676Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-05-29T19:06:53.676Z Compiling crunchy v0.2.4
42632026-05-29T19:06:53.849Z Compiling dsl_auto_type v0.2.0
42642026-05-29T19:06:54.020Z Compiling dirs-next v2.0.0
42652026-05-29T19:06:54.131Z Checking scheduled-thread-pool v0.2.7
42662026-05-29T19:06:54.150Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-29T19:06:54.150Z Compiling tiny-keccak v2.0.2
42682026-05-29T19:06:54.214Z Compiling term v0.7.0
42692026-05-29T19:06:54.267Z Compiling clang-sys v1.8.1
42702026-05-29T19:06:54.282Z Checking r2d2 v0.8.10
42712026-05-29T19:06:54.439Z Compiling bit-vec v0.6.3
42722026-05-29T19:06:54.472Z Checking downcast-rs v2.0.2
42732026-05-29T19:06:54.488Z Compiling ascii-canvas v3.0.0
42742026-05-29T19:06:54.644Z Compiling bit-set v0.5.3
42752026-05-29T19:06:54.660Z Compiling itertools v0.10.5
42762026-05-29T19:06:54.743Z Compiling ena v0.14.4
42772026-05-29T19:06:54.781Z Compiling libloading v0.8.9
42782026-05-29T19:06:54.807Z Compiling diff v0.1.13
42792026-05-29T19:06:54.951Z Compiling regex-syntax v0.6.29
42802026-05-29T19:06:54.967Z Compiling bindgen v0.71.1
42812026-05-29T19:06:54.998Z Compiling cexpr v0.6.0
42822026-05-29T19:06:55.069Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-29T19:06:55.264Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-29T19:06:55.407Z Compiling rustc-hash v2.1.1
42852026-05-29T19:06:55.446Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-29T19:06:55.543Z Compiling libxml v0.3.3
42872026-05-29T19:06:55.666Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-29T19:06:55.716Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-29T19:06:55.799Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-05-29T19:06:56.039Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-05-29T19:06:56.056Z Compiling strum_macros v0.24.3
42922026-05-29T19:06:56.074Z Compiling indoc v1.0.9
42932026-05-29T19:06:56.519Z Compiling lalrpop v0.19.12
42942026-05-29T19:06:56.953Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-29T19:06:57.054Z Checking derive_builder v0.20.2
42962026-05-29T19:06:57.146Z Compiling oso-derive v0.27.3
42972026-05-29T19:06:57.173Z Checking quick-xml v0.37.5
42982026-05-29T19:06:57.398Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-29T19:06:57.642Z Checking openssl-probe v0.1.6
43002026-05-29T19:06:57.787Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-29T19:06:58.061Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-29T19:06:58.258Z Checking bb8 v0.8.6
43032026-05-29T19:06:58.540Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-29T19:06:58.556Z Compiling libz-sys v1.1.24
43052026-05-29T19:06:58.607Z Checking nonempty v0.12.0
43062026-05-29T19:06:58.755Z Compiling strsim v0.10.0
43072026-05-29T19:06:58.777Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-29T19:06:58.961Z Compiling darling_core v0.13.4
43092026-05-29T19:06:59.092Z Compiling vergen-git2 v9.1.0
43102026-05-29T19:06:59.123Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-29T19:06:59.310Z Compiling base64 v0.21.7
43122026-05-29T19:06:59.327Z Compiling rustls v0.21.12
43132026-05-29T19:06:59.565Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-05-29T19:06:59.683Z Compiling ron v0.8.1
43152026-05-29T19:06:59.756Z Checking diesel v2.3.7
43162026-05-29T19:07:00.496Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-29T19:07:00.647Z Checking rustls-webpki v0.101.7
43182026-05-29T19:07:00.692Z Checking sct v0.7.1
43192026-05-29T19:07:00.866Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-05-29T19:07:00.895Z Compiling darling_macro v0.13.4
43212026-05-29T19:07:01.366Z Compiling darling v0.13.4
43222026-05-29T19:07:01.462Z Compiling serde_with_macros v1.5.2
43232026-05-29T19:07:01.689Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-29T19:07:02.287Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-05-29T19:07:02.314Z Compiling serde_with v1.14.0
43262026-05-29T19:07:03.368Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-29T19:07:03.456Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-29T19:07:04.039Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-29T19:07:04.748Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-05-29T19:07:04.946Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-05-29T19:07:04.965Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43322026-05-29T19:07:05.007Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-05-29T19:07:05.141Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-05-29T19:07:05.157Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-05-29T19:07:05.376Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-05-29T19:07:05.392Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-05-29T19:07:05.408Z Checking tokio-rustls v0.24.1
43382026-05-29T19:07:05.612Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-29T19:07:06.180Z Checking rustls-pemfile v1.0.4
43402026-05-29T19:07:06.239Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-29T19:07:06.325Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-29T19:07:06.456Z Checking twox-hash v2.1.2
43432026-05-29T19:07:06.517Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-29T19:07:06.791Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-29T19:07:06.816Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-29T19:07:07.054Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-29T19:07:07.211Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-29T19:07:08.494Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-05-29T19:07:08.512Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-05-29T19:07:08.816Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-05-29T19:07:09.175Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43522026-05-29T19:07:09.514Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-29T19:07:09.768Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-29T19:07:10.032Z Checking console v0.16.2
43552026-05-29T19:07:10.346Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-29T19:07:10.498Z Checking fatfs v0.3.6
43572026-05-29T19:07:10.745Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-29T19:07:10.960Z Compiling seq-macro v0.3.6
43592026-05-29T19:07:11.293Z Checking unit-prefix v0.5.2
43602026-05-29T19:07:11.431Z Checking indicatif v0.18.4
43612026-05-29T19:07:11.537Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-29T19:07:11.811Z Checking support-bundle-viewer v0.1.2
43632026-05-29T19:07:12.047Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-29T19:07:12.064Z Checking multimap v0.10.1
43652026-05-29T19:07:18.061Z Checking diesel-dtrace v0.5.0
43662026-05-29T19:07:18.312Z Checking async-bb8-diesel v0.2.1
43672026-05-29T19:07:21.099Z Compiling samael v0.0.19
43682026-05-29T19:07:26.445Z Compiling git2 v0.20.4
43692026-05-29T19:07:27.314Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-29T19:07:28.136Z Compiling polar-core v0.27.3
43712026-05-29T19:07:28.848Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-29T19:07:32.662Z Checking oso v0.27.3
43732026-05-29T19:07:59.950Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-29T19:09:10.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43752026-05-29T19:09:11.679Z
43762026-05-29T19:09:11.679Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-05-29T19:09:11.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-29T19:09:11.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-29T19:09:11.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-29T19:09:11.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43812026-05-29T19:09:11.689Z
43822026-05-29T19:09:11.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-05-29T19:09:12.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-29T19:09:12.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-29T19:09:12.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-29T19:09:12.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-05-29T19:09:12.195Z
43882026-05-29T19:09:12.195Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-05-29T19:09:12.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-29T19:09:12.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-29T19:09:12.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-29T19:09:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-05-29T19:09:12.855Z
43942026-05-29T19:09:12.855Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-05-29T19:09:13.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-29T19:09:13.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-29T19:09:13.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-05-29T19:09:13.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-05-29T19:09:13.441Z
44002026-05-29T19:09:13.441Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-05-29T19:09:14.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-29T19:09:14.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-29T19:09:14.272Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-29T19:09:15.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44052026-05-29T19:09:15.268Z
44062026-05-29T19:09:15.269Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-05-29T19:09:15.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-29T19:09:15.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-29T19:09:16.093Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-05-29T19:09:52.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.98s
44112026-05-29T19:09:52.482Z
44122026-05-29T19:09:52.482Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-05-29T19:09:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-29T19:09:52.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-29T19:09:52.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-29T19:09:52.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-05-29T19:09:53.087Z
44182026-05-29T19:09:53.087Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-05-29T19:09:53.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-29T19:09:53.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-29T19:09:53.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-29T19:09:53.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44232026-05-29T19:09:53.718Z
44242026-05-29T19:09:53.718Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-05-29T19:09:54.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-29T19:09:54.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-29T19:09:54.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-29T19:09:54.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-05-29T19:09:54.379Z
44302026-05-29T19:09:54.380Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-05-29T19:09:54.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-29T19:09:54.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-29T19:09:54.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-29T19:09:54.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-05-29T19:09:55.042Z
44362026-05-29T19:09:55.042Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-05-29T19:09:55.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-29T19:09:55.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-29T19:09:55.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-29T19:09:55.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-05-29T19:09:55.691Z
44422026-05-29T19:09:55.691Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-29T19:09:56.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-29T19:09:56.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-29T19:09:56.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-29T19:09:56.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44472026-05-29T19:09:56.363Z
44482026-05-29T19:09:56.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-29T19:09:56.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-29T19:09:56.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-29T19:09:56.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-29T19:09:56.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-05-29T19:09:57.029Z
44542026-05-29T19:09:57.029Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-29T19:09:57.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-29T19:09:57.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-29T19:09:57.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-29T19:09:57.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-05-29T19:09:57.687Z
44602026-05-29T19:09:57.687Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-29T19:09:58.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-29T19:09:58.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-29T19:09:58.580Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-29T19:09:58.584Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-29T19:09:58.772Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-29T19:09:58.801Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-29T19:09:58.820Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-29T19:09:58.824Z Checking diff v0.1.13
44692026-05-29T19:09:58.824Z Checking yansi v1.0.1
44702026-05-29T19:09:58.865Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-29T19:09:58.908Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-29T19:09:59.089Z Checking pretty_assertions v1.4.1
44732026-05-29T19:09:59.745Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-29T19:09:59.904Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-29T19:10:23.298Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-29T19:10:23.301Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-05-29T19:10:23.301Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-05-29T19:10:23.302Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-05-29T19:10:23.302Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44802026-05-29T19:10:23.302Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44812026-05-29T19:10:24.167Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44822026-05-29T19:10:24.172Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44832026-05-29T19:10:25.379Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-29T19:11:01.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44852026-05-29T19:11:01.611Z
44862026-05-29T19:11:01.611Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-29T19:11:02.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-29T19:11:02.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-29T19:11:02.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-29T19:11:02.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44912026-05-29T19:11:02.206Z
44922026-05-29T19:11:02.207Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-29T19:11:02.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-29T19:11:02.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-29T19:11:02.972Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-29T19:11:03.096Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-29T19:11:03.102Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-29T19:11:28.688Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-29T19:11:29.082Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-29T19:11:30.782Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-29T19:11:31.244Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-29T19:11:34.197Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-29T19:11:56.865Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-29T19:11:57.587Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-29T19:11:59.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.03s
45062026-05-29T19:11:59.443Z
45072026-05-29T19:11:59.444Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-29T19:11:59.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-29T19:11:59.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-29T19:12:00.162Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-29T19:12:00.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-05-29T19:12:01.073Z
45132026-05-29T19:12:01.073Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-29T19:12:01.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-29T19:12:01.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-29T19:12:01.719Z Compiling blake3 v1.8.3
45172026-05-29T19:12:01.829Z Checking constant_time_eq v0.4.2
45182026-05-29T19:12:01.833Z Checking arrayvec v0.7.6
45192026-05-29T19:12:01.837Z Checking arrayref v0.3.9
45202026-05-29T19:12:01.851Z Checking topological-sort v0.2.2
45212026-05-29T19:12:01.854Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-29T19:12:01.854Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-05-29T19:12:01.854Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-05-29T19:12:01.905Z Checking shell-words v1.1.1
45252026-05-29T19:12:02.634Z Checking omicron-zone-package v0.12.2
45262026-05-29T19:12:03.356Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-29T19:12:04.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
45282026-05-29T19:12:04.428Z
45292026-05-29T19:12:04.428Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-29T19:12:04.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-29T19:12:04.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-29T19:12:05.070Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-29T19:12:05.405Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-29T19:12:05.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45352026-05-29T19:12:05.985Z
45362026-05-29T19:12:05.985Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-29T19:12:06.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-29T19:12:06.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-29T19:12:06.710Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-29T19:12:07.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45412026-05-29T19:12:07.618Z
45422026-05-29T19:12:07.618Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-29T19:12:08.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-29T19:12:08.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-29T19:12:08.069Z Checking libc v0.2.185
45462026-05-29T19:12:08.151Z Checking serde v1.0.228
45472026-05-29T19:12:08.157Z Checking zerofrom v0.1.6
45482026-05-29T19:12:08.160Z Checking bitflags v2.11.0
45492026-05-29T19:12:08.166Z Checking smallvec v1.15.1
45502026-05-29T19:12:08.172Z Checking indexmap v2.14.0
45512026-05-29T19:12:08.181Z Checking serde_json v1.0.149
45522026-05-29T19:12:08.184Z Checking scroll v0.12.0
45532026-05-29T19:12:08.256Z Checking yoke v0.8.1
45542026-05-29T19:12:08.308Z Checking num-traits v0.2.19
45552026-05-29T19:12:08.340Z Checking thiserror v1.0.69
45562026-05-29T19:12:08.419Z Checking percent-encoding v2.3.2
45572026-05-29T19:12:08.429Z Checking zerovec v0.11.5
45582026-05-29T19:12:08.438Z Checking zerotrie v0.2.3
45592026-05-29T19:12:08.448Z Checking errno v0.3.14
45602026-05-29T19:12:08.539Z Checking toml_datetime v0.6.11
45612026-05-29T19:12:08.565Z Checking serde_spanned v0.6.9
45622026-05-29T19:12:08.568Z Checking rustix v1.1.3
45632026-05-29T19:12:08.680Z Checking log v0.4.29
45642026-05-29T19:12:08.691Z Checking zerocopy v0.7.35
45652026-05-29T19:12:08.700Z Checking form_urlencoded v1.2.2
45662026-05-29T19:12:08.719Z Checking toml_edit v0.22.27
45672026-05-29T19:12:08.780Z Checking getrandom v0.4.1
45682026-05-29T19:12:08.829Z Checking thiserror v2.0.18
45692026-05-29T19:12:08.840Z Checking goblin v0.8.2
45702026-05-29T19:12:08.843Z Checking ordered-float v2.10.1
45712026-05-29T19:12:08.864Z Checking tinystr v0.8.2
45722026-05-29T19:12:08.916Z Checking potential_utf v0.1.4
45732026-05-29T19:12:08.929Z Checking syn v2.0.117
45742026-05-29T19:12:09.040Z Checking icu_locale_core v2.1.1
45752026-05-29T19:12:09.050Z Checking icu_collections v2.1.1
45762026-05-29T19:12:09.070Z Checking serde-value v0.7.0
45772026-05-29T19:12:09.174Z Checking dtrace-parser v0.2.0
45782026-05-29T19:12:09.276Z Checking thread-id v4.2.2
45792026-05-29T19:12:09.357Z Checking once_cell v1.21.3
45802026-05-29T19:12:09.371Z Checking cargo-platform v0.2.0
45812026-05-29T19:12:09.381Z Checking terminal_size v0.4.3
45822026-05-29T19:12:09.412Z Checking memmap v0.7.0
45832026-05-29T19:12:09.514Z Checking clap_builder v4.5.60
45842026-05-29T19:12:09.532Z Checking tempfile v3.25.0
45852026-05-29T19:12:09.545Z Checking textwrap v0.16.2
45862026-05-29T19:12:09.573Z Checking fs-err v3.3.0
45872026-05-29T19:12:09.584Z Checking icu_provider v2.1.1
45882026-05-29T19:12:09.726Z Checking camino-tempfile v1.4.1
45892026-05-29T19:12:09.754Z Checking anyhow v1.0.102
45902026-05-29T19:12:09.758Z Checking tabled v0.15.0
45912026-05-29T19:12:09.814Z Checking toml v0.8.23
45922026-05-29T19:12:09.825Z Checking icu_properties v2.1.2
45932026-05-29T19:12:09.882Z Checking icu_normalizer v2.1.1
45942026-05-29T19:12:09.960Z Checking macaddr v1.0.1
45952026-05-29T19:12:10.130Z Checking cargo_toml v0.21.0
45962026-05-29T19:12:10.144Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45972026-05-29T19:12:10.640Z Checking idna_adapter v1.2.1
45982026-05-29T19:12:10.715Z Checking dof v0.3.0
45992026-05-29T19:12:10.726Z Checking clap v4.5.60
46002026-05-29T19:12:10.759Z Checking idna v1.1.0
46012026-05-29T19:12:10.979Z Checking url v2.5.8
46022026-05-29T19:12:10.982Z Checking usdt-impl v0.5.0
46032026-05-29T19:12:11.230Z Checking usdt v0.5.0
46042026-05-29T19:12:11.321Z Checking cargo-util-schemas v0.8.2
46052026-05-29T19:12:12.027Z Checking cargo_metadata v0.21.0
46062026-05-29T19:12:12.640Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-29T19:12:13.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
46082026-05-29T19:12:13.189Z
46092026-05-29T19:12:13.189Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-29T19:12:13.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-29T19:12:13.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-29T19:12:13.832Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-29T19:12:14.316Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-29T19:12:14.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46152026-05-29T19:12:14.905Z
46162026-05-29T19:12:14.905Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-29T19:12:15.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-29T19:12:15.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-29T19:12:15.703Z Checking polyval v0.6.2
46202026-05-29T19:12:15.830Z Checking ctr v0.9.2
46212026-05-29T19:12:15.843Z Checking ssh-encoding v0.2.0
46222026-05-29T19:12:15.843Z Checking blowfish v0.9.1
46232026-05-29T19:12:15.867Z Checking password-hash v0.4.2
46242026-05-29T19:12:15.882Z Checking p521 v0.13.3
46252026-05-29T19:12:15.885Z Checking p256 v0.13.2
46262026-05-29T19:12:15.908Z Checking russh-cryptovec v0.7.3
46272026-05-29T19:12:15.975Z Checking ghash v0.5.1
46282026-05-29T19:12:16.007Z Checking md5 v0.7.0
46292026-05-29T19:12:16.010Z Checking bcrypt-pbkdf v0.10.0
46302026-05-29T19:12:16.058Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-29T19:12:16.074Z Checking num-bigint v0.4.6
46322026-05-29T19:12:16.077Z Checking pbkdf2 v0.11.0
46332026-05-29T19:12:16.103Z Checking aes-gcm v0.10.3
46342026-05-29T19:12:16.124Z Checking des v0.8.1
46352026-05-29T19:12:16.196Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-29T19:12:16.196Z Checking hex-literal v0.4.1
46372026-05-29T19:12:16.260Z Checking ssh-cipher v0.2.0
46382026-05-29T19:12:16.260Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-05-29T19:12:16.287Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-05-29T19:12:16.287Z Checking socket2 v0.5.10
46412026-05-29T19:12:16.313Z Checking internet-checksum v0.2.1
46422026-05-29T19:12:16.442Z Checking ssh-key v0.6.7
46432026-05-29T19:12:16.601Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-29T19:12:17.072Z Checking russh-keys v0.45.0
46452026-05-29T19:12:17.635Z Checking russh v0.45.0
46462026-05-29T19:12:33.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s
46472026-05-29T19:12:33.990Z
46482026-05-29T19:12:33.990Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-29T19:12:34.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-29T19:12:34.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-29T19:12:34.633Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-29T19:12:34.743Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-29T19:12:34.750Z Checking termios v0.3.3
46542026-05-29T19:12:35.952Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-29T19:12:36.103Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-29T19:12:37.880Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-29T19:12:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
46582026-05-29T19:12:38.629Z
46592026-05-29T19:12:38.629Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-29T19:12:39.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-29T19:12:39.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-29T19:12:39.340Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-29T19:12:39.457Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-29T19:12:39.465Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-29T19:12:39.468Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-29T19:12:39.478Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-05-29T19:12:39.488Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-05-29T19:12:40.197Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-29T19:12:40.550Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-05-29T19:12:40.554Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-05-29T19:12:41.185Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-29T19:12:42.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
46732026-05-29T19:12:43.042Z
46742026-05-29T19:12:43.042Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-29T19:12:43.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-29T19:12:43.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-29T19:12:43.683Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-29T19:12:44.148Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-29T19:12:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46802026-05-29T19:12:44.657Z
46812026-05-29T19:12:44.657Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-29T19:12:45.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-29T19:12:45.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-29T19:12:45.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-29T19:12:45.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-29T19:12:45.254Z
46872026-05-29T19:12:45.254Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-29T19:12:45.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-29T19:12:45.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-29T19:12:45.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-29T19:12:45.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-05-29T19:12:45.855Z
46932026-05-29T19:12:45.855Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-29T19:12:46.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-29T19:12:46.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-29T19:12:46.616Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-29T19:12:47.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46982026-05-29T19:12:47.446Z
46992026-05-29T19:12:47.446Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-29T19:12:47.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-29T19:12:47.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-29T19:12:48.108Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-29T19:12:48.111Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-29T19:12:48.392Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-05-29T19:12:48.392Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-05-29T19:12:49.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47072026-05-29T19:12:49.396Z
47082026-05-29T19:12:49.396Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-29T19:12:49.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-29T19:12:49.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-29T19:12:49.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-29T19:12:49.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47132026-05-29T19:12:49.985Z
47142026-05-29T19:12:49.985Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-29T19:12:50.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-29T19:12:50.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-29T19:12:50.662Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-29T19:12:51.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47192026-05-29T19:12:51.944Z
47202026-05-29T19:12:51.945Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-29T19:12:52.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-29T19:12:52.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-29T19:12:52.723Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-29T19:12:53.083Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-29T19:12:53.601Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-29T19:12:53.604Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-29T19:12:59.472Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-29T19:12:59.472Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-29T19:13:00.056Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-29T19:13:00.060Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-29T19:13:00.060Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-29T19:13:00.060Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-29T19:13:00.804Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-29T19:13:01.857Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-29T19:13:02.619Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-29T19:13:03.230Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-29T19:13:07.441Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-29T19:13:13.808Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47392026-05-29T19:13:13.811Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47402026-05-29T19:13:13.812Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47412026-05-29T19:13:13.812Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47422026-05-29T19:13:15.304Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-29T19:13:16.645Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-29T19:13:17.319Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-29T19:13:18.554Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-29T19:13:19.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.15s
47472026-05-29T19:13:19.316Z
47482026-05-29T19:13:19.316Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-29T19:13:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-29T19:13:19.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-29T19:13:20.028Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-29T19:13:20.031Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-29T19:13:20.031Z Checking rtoolbox v0.0.3
47542026-05-29T19:13:20.158Z Checking tui-tree-widget v0.23.1
47552026-05-29T19:13:20.257Z Checking rpassword v7.4.0
47562026-05-29T19:13:21.273Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-29T19:13:24.233Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-29T19:13:26.065Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-29T19:13:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
47602026-05-29T19:13:27.160Z
47612026-05-29T19:13:27.160Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-29T19:13:27.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-29T19:13:27.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-29T19:13:27.855Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-29T19:13:28.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47662026-05-29T19:13:28.427Z
47672026-05-29T19:13:28.427Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-29T19:13:28.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-29T19:13:28.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-29T19:13:29.141Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-29T19:13:29.144Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-05-29T19:13:29.144Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-05-29T19:13:29.257Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-29T19:13:30.142Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-29T19:13:30.714Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-29T19:13:33.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47772026-05-29T19:13:33.869Z
47782026-05-29T19:13:33.869Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-29T19:13:34.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-29T19:13:34.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-29T19:13:34.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-29T19:13:34.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-05-29T19:13:34.453Z
47842026-05-29T19:13:34.453Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-29T19:13:34.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-29T19:13:34.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-29T19:13:35.127Z Checking uzers v0.12.2
47882026-05-29T19:13:35.411Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-29T19:13:36.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-05-29T19:13:36.369Z
47912026-05-29T19:13:36.369Zreal 14:01.866859233
47922026-05-29T19:13:36.369Zuser 20:57.436500778
47932026-05-29T19:13:36.370Zsys 4:23.741240730
47942026-05-29T19:13:36.370Ztrap 0.328697060
47952026-05-29T19:13:36.370Ztflt 0.701429845
47962026-05-29T19:13:36.370Zdflt 1.252497607
47972026-05-29T19:13:36.370Zkflt 0.005058050
47982026-05-29T19:13:36.370Zlock 1:18:13.102567449
47992026-05-29T19:13:36.370Zslp 1:40:52.857850799
48002026-05-29T19:13:36.370Zlat 58.274094247
48012026-05-29T19:13:36.370Zstop 3:41.955540897
48022026-05-29T19:13:36.374Zprocess exited: duration 1037113 ms, exit code 0
 
48032026-05-29T19:13:36.390Zfound 0 output files