01KSPHQTEKMHD17DN332KZ768R: 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: 01KSPHR66JC6H1QY8BH8QMRT87

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T05:44:24.682Zjob assigned to worker 01KSPHRAKSJ1W8TRYKJR067KG0 [factory aws, i-03c21c30f07b42691] (queued for 46 s)
 
22026-05-28T05:44:31.710Zstarting task 0: "setup"
32026-05-28T05:44:31.714Z++ uname -s
42026-05-28T05:44:31.717Z+ kern=SunOS
52026-05-28T05:44:31.717Z+ build_user=build
62026-05-28T05:44:31.717Z+ build_uid=12345
72026-05-28T05:44:31.717Z+ work_dir=/work
82026-05-28T05:44:31.717Z+ input_dir=/input
92026-05-28T05:44:31.717Z+ [[ 0 == 12345 ]]
102026-05-28T05:44:31.717Z+ case "$kern" in
112026-05-28T05:44:31.717Z+ groupadd -g 12345 build
122026-05-28T05:44:31.721Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T05:44:33.723Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T05:44:33.786Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T05:44:33.789Z+ home_fs=zfs
162026-05-28T05:44:33.789Z+ [[ zfs == autofs ]]
172026-05-28T05:44:33.789Z+ mkdir -p /home/build
182026-05-28T05:44:33.789Z+ chown build:build /home/build /work
192026-05-28T05:44:35.790Z+ chmod 0700 /home/build /work
202026-05-28T05:44:35.793Zprocess exited: duration 4082 ms, exit code 0
 
212026-05-28T05:44:35.799Zstarting task 1: "rust-toolchain"
222026-05-28T05:44:35.802Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T05:44:35.802Z * rust toolchain channel = "1.94.0"
242026-05-28T05:44:35.802Z * rust toolchain profile = "default"
252026-05-28T05:44:35.802Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T05:44:35.802Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T05:44:35.802Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T05:44:35.805Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T05:44:35.805Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T05:44:35.883Zinfo: downloading installer
312026-05-28T05:44:37.160Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T05:44:37.160Zwarn: /home/build/.rustup/settings.toml
332026-05-28T05:44:37.160Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T05:44:37.160Zwarn: instead of the one inferred from the default host triple.
352026-05-28T05:44:37.174Zinfo: profile set to default
362026-05-28T05:44:37.174Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T05:44:37.177Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T05:44:37.309Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T05:44:37.312Zinfo: downloading 6 components
402026-05-28T05:44:51.164Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T05:44:51.164Z
422026-05-28T05:44:51.191Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T05:44:51.191Z
442026-05-28T05:44:51.192Z
452026-05-28T05:44:51.192ZRust is installed now. Great!
462026-05-28T05:44:51.192Z
472026-05-28T05:44:51.195ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T05:44:51.195Zenvironment variable. This has not been done automatically.
492026-05-28T05:44:51.195Z
502026-05-28T05:44:51.195ZTo configure your current shell, you need to source
512026-05-28T05:44:51.195Zthe corresponding env file under $HOME/.cargo.
522026-05-28T05:44:51.195Z
532026-05-28T05:44:51.195ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T05:44:51.195Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T05:44:51.195Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T05:44:51.195Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T05:44:51.195Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T05:44:51.195Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T05:44:51.195Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T05:44:51.195Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T05:44:51.195Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T05:44:51.280Z+ rustup --version
632026-05-28T05:44:51.288Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T05:44:51.292Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T05:44:51.311Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T05:44:51.314Z+ cargo --version
672026-05-28T05:44:51.325Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T05:44:51.328Z+ rustc --version
692026-05-28T05:44:51.348Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T05:44:51.351Zprocess exited: duration 15552 ms, exit code 0
 
712026-05-28T05:44:51.358Zstarting task 2: "authentication"
722026-05-28T05:44:51.374Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T05:44:51.380Zstarting task 3: "clone repository"
742026-05-28T05:44:51.385Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T05:44:51.388Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T05:44:51.424ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T05:45:01.645Z+ cd /work/oxidecomputer/omicron
782026-05-28T05:45:01.646Z+ git fetch origin 8df7de9ca8b31854ab4f4140ea75ceb739d63093
792026-05-28T05:45:02.216ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T05:45:02.216Z * branch 8df7de9ca8b31854ab4f4140ea75ceb739d63093 -> FETCH_HEAD
812026-05-28T05:45:02.226Z+ [[ -n '' ]]
822026-05-28T05:45:02.226Z+ git reset --hard 8df7de9ca8b31854ab4f4140ea75ceb739d63093
832026-05-28T05:45:02.468ZHEAD is now at 8df7de9ca add more comments
842026-05-28T05:45:02.471Zprocess exited: duration 11090 ms, exit code 0
 
852026-05-28T05:45:02.477Zstarting task 4: "build"
862026-05-28T05:45:02.481Z+ source .github/buildomat/ci-env.sh
872026-05-28T05:45:02.484Z++ export CARGO_TERM_COLOR=always
882026-05-28T05:45:02.484Z++ CARGO_TERM_COLOR=always
892026-05-28T05:45:02.484Z+ cargo --version
902026-05-28T05:45:02.491Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-28T05:45:02.494Z+ rustc --version
922026-05-28T05:45:02.513Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-28T05:45:02.516Z+ source ./env.sh
942026-05-28T05:45:02.516Z++ OLD_SHELL_OPTS=ehxB
952026-05-28T05:45:02.516Z++ set -o xtrace
962026-05-28T05:45:02.519Z++++ dirname ./env.sh
972026-05-28T05:45:02.519Z+++ readlink -f .
982026-05-28T05:45:02.523Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-28T05:45:02.523Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-28T05:45:02.523Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-28T05:45:02.523Z++ 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
1022026-05-28T05:45:02.523Z++ 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
1032026-05-28T05:45:02.523Z++ 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
1042026-05-28T05:45:02.523Z++ 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
1052026-05-28T05:45:02.523Z++ 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
1062026-05-28T05:45:02.523Z++ 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
1072026-05-28T05:45:02.523Z++ case $OLD_SHELL_OPTS in
1082026-05-28T05:45:02.523Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-28T05:45:02.523Z+ 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
1102026-05-28T05:45:02.523Z+ 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
1112026-05-28T05:45:02.523Z+ banner prerequisites
1122026-05-28T05:45:02.526Z
1132026-05-28T05:45:02.526Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-28T05:45:02.526Z # # # # # # # # # # # # # # #
1152026-05-28T05:45:02.526Z # # # # ##### # # ##### # # # # # #### #
1162026-05-28T05:45:02.526Z ##### ##### # ##### # # # # # # # # #
1172026-05-28T05:45:02.526Z # # # # # # # # # # # # # # #
1182026-05-28T05:45:02.526Z # # # ###### # # ###### ### # #### # #### #
1192026-05-28T05:45:02.526Z
1202026-05-28T05:45:02.527Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-28T05:45:03.944Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-28T05:45:04.013Z Startup: Caching catalogs ... Done
1232026-05-28T05:45:04.275ZPlanning: Solver setup ... Done (0.228s)
1242026-05-28T05:45:04.294ZPlanning: Running solver ... Done (0.019s)
1252026-05-28T05:45:04.300ZPlanning: Finding local manifests ... Done (0.003s)
1262026-05-28T05:45:04.310ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-28T05:45:04.329ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-28T05:45:04.342ZPlanning: Package planning ... Done (0.013s)
1292026-05-28T05:45:04.345ZPlanning: Merging actions ... Done (0.002s)
1302026-05-28T05:45:04.532ZPlanning: Checking for conflicting actions ... Done (0.188s)
1312026-05-28T05:45:04.535ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-28T05:45:05.344ZPlanning: Evaluating mediators ... Done (0.810s)
1332026-05-28T05:45:05.347ZPlanning: Planning completed in 1.31 seconds
1342026-05-28T05:45:05.353Z Packages to install: 2
1352026-05-28T05:45:05.353Z Estimated space available: 156.07 GB
1362026-05-28T05:45:05.356ZEstimated space to be consumed: 22.53 MB
1372026-05-28T05:45:05.356Z Create boot environment: No
1382026-05-28T05:45:05.356ZCreate backup boot environment: No
1392026-05-28T05:45:05.356Z Rebuild boot archive: No
1402026-05-28T05:45:05.356Z
1412026-05-28T05:45:05.356ZChanged packages:
1422026-05-28T05:45:05.356Zhelios
1432026-05-28T05:45:05.356Z developer/build-essential
1442026-05-28T05:45:05.356Z None -> 11-3.0
1452026-05-28T05:45:05.356Z library/libxmlsec1
1462026-05-28T05:45:05.356Z None -> 1.2.35-3.0
1472026-05-28T05:45:05.377Z
1482026-05-28T05:45:05.378ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-28T05:45:05.863ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1502026-05-28T05:45:05.936Z Actions: 1/268 actions (Installing new actions)
1512026-05-28T05:45:05.975Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-28T05:45:06.007ZFinalize: Updating package state database ... Done (0.032s)
1532026-05-28T05:45:06.010ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-28T05:45:06.025ZFinalize: Updating image state ... Done (0.018s)
1552026-05-28T05:45:08.389ZFinalize: Creating fast lookup database ... Done (2.342s)
1562026-05-28T05:45:08.455ZFinalize: Reading search index ... Done (0.011s)
1572026-05-28T05:45:08.458ZFinalize: Updating search index ... Done (0.000s)
1582026-05-28T05:45:08.552ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-28T05:45:08.851ZPlanning: Evaluating mediator changes ... Done
1602026-05-28T05:45:08.955ZPlanning: Checking for conflicting actions ... Done
1612026-05-28T05:45:08.959ZPlanning: Consolidating action changes ... Done
1622026-05-28T05:45:09.115ZPlanning: Evaluating mediators ... Done
1632026-05-28T05:45:09.118ZPlanning: Planning completed in 0.26 seconds
1642026-05-28T05:45:09.138Z Mediators to change: 2
1652026-05-28T05:45:09.138Z Create boot environment: No
1662026-05-28T05:45:09.141ZCreate backup boot environment: No
1672026-05-28T05:45:09.260ZFinalize: Updating package state database ... Done
1682026-05-28T05:45:09.260ZFinalize: Updating package cache ... Done
1692026-05-28T05:45:09.271ZFinalize: Updating image state ... Done
1702026-05-28T05:45:11.256ZFinalize: Creating fast lookup database ... Done
1712026-05-28T05:45:11.315ZFinalize: Reading search index ... Done
1722026-05-28T05:45:11.319ZFinalize: Updating search index ... Done
1732026-05-28T05:45:11.402ZFinalize: Updating package cache ... Done
1742026-05-28T05:45:11.686ZPlanning: Evaluating mediator changes ... Done
1752026-05-28T05:45:12.795ZPlanning: Checking for conflicting actions ... Done
1762026-05-28T05:45:12.798ZPlanning: Consolidating action changes ... Done
1772026-05-28T05:45:12.798ZPlanning: Evaluating mediators ... Done
1782026-05-28T05:45:12.798ZPlanning: Planning completed in 0.27 seconds
1792026-05-28T05:45:12.798Z Mediators to change: 1
1802026-05-28T05:45:12.798Z Create boot environment: No
1812026-05-28T05:45:12.798ZCreate backup boot environment: No
1822026-05-28T05:45:12.798ZFinalize: Updating package state database ... Done
1832026-05-28T05:45:12.798ZFinalize: Updating package cache ... Done
1842026-05-28T05:45:12.798ZFinalize: Updating image state ... Done
1852026-05-28T05:45:14.037ZFinalize: Creating fast lookup database ... Done
1862026-05-28T05:45:14.097ZFinalize: Reading search index ... Done
1872026-05-28T05:45:14.101ZFinalize: Updating search index ... Done
1882026-05-28T05:45:14.169ZFinalize: Updating package cache ... Done
1892026-05-28T05:45:14.483ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-28T05:45:14.483Zapache system 2.4 system
1912026-05-28T05:45:14.483Zclang system 15 system
1922026-05-28T05:45:14.483Zcsh system system illumos
1932026-05-28T05:45:14.483Zctags system system illumos
1942026-05-28T05:45:14.483Zfile vendor vendor darwinsys
1952026-05-28T05:45:14.483Zfile system system illumos
1962026-05-28T05:45:14.483Zgcc vendor 14 vendor
1972026-05-28T05:45:14.483Zgcc system 13 system
1982026-05-28T05:45:14.483Zgcc system 10 system
1992026-05-28T05:45:14.483Zgo system 1.25 system
2002026-05-28T05:45:14.483Zllvm system 15 system
2012026-05-28T05:45:14.483Zmariadb system 11.4 system
2022026-05-28T05:45:14.483Zmta vendor vendor dma
2032026-05-28T05:45:14.483Zopenjdk system 17 system
2042026-05-28T05:45:14.483Zopenjdk system 11 system
2052026-05-28T05:45:14.483Zopenssl vendor 3 vendor
2062026-05-28T05:45:14.484Zperl system 5.40 system
2072026-05-28T05:45:14.484Zpostgresql system 18 system
2082026-05-28T05:45:14.484Zpostgresql system 17 system
2092026-05-28T05:45:14.484Zpython vendor 3 vendor
2102026-05-28T05:45:14.484Zpython system 2 system
2112026-05-28T05:45:14.484Zpython3 vendor 3.13 vendor
2122026-05-28T05:45:14.484Zruby system 3.4 system
2132026-05-28T05:45:14.484Zruby system 3.0 system
2142026-05-28T05:45:14.484Zwords vendor vendor american-english
2152026-05-28T05:45:14.484Zwords system system australian-english
2162026-05-28T05:45:14.484Zwords system system british-english
2172026-05-28T05:45:14.484Zwords system system canadian-english
2182026-05-28T05:45:14.484Zwords system system french
2192026-05-28T05:45:14.484Zwords system system italian
2202026-05-28T05:45:14.484Zwords system system ngerman
2212026-05-28T05:45:14.484Zwords system system ogerman
2222026-05-28T05:45:14.484Zwords system system spanish
2232026-05-28T05:45:14.738ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-28T05:45:14.738Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-28T05:45:15.013ZFMRI IFO
2262026-05-28T05:45:15.013Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-28T05:45:15.013Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-28T05:45:15.013Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-28T05:45:15.013Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-28T05:45:15.013Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-28T05:45:15.013Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-28T05:45:15.013Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-28T05:45:15.013Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-28T05:45:15.013Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-28T05:45:15.263Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-28T05:45:15.545Z Updating crates.io index
2372026-05-28T05:45:15.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-28T05:45:16.056Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-28T05:45:16.420Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-28T05:45:16.906Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-28T05:45:17.741Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-28T05:45:18.240Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-28T05:45:19.567Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-28T05:45:20.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-28T05:45:20.631Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-28T05:45:21.503Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-28T05:45:21.763Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-28T05:45:22.287Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-28T05:45:22.642Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-28T05:45:23.531Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-28T05:45:24.052Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-28T05:45:24.385Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-28T05:45:24.707Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-28T05:45:24.952Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-28T05:45:25.420Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-28T05:45:25.659Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-28T05:45:25.903Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-28T05:45:26.148Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-28T05:45:26.591Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-28T05:45:27.124Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-28T05:45:27.533Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-28T05:45:27.884Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-28T05:45:28.348Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-28T05:45:28.627Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-28T05:45:29.880Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-28T05:45:30.355Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-28T05:45:30.791Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-28T05:45:31.240Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-28T05:45:31.588Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-28T05:45:31.895Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-28T05:45:32.338Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-28T05:45:32.781Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-28T05:45:33.030Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-28T05:45:33.293Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-28T05:45:33.708Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-28T05:45:45.120Z Downloading crates ...
2772026-05-28T05:45:45.189Z Downloaded cfg-if v1.0.4
2782026-05-28T05:45:45.192Z Downloaded crypto-common v0.1.7
2792026-05-28T05:45:45.196Z Downloaded anstream v0.6.21
2802026-05-28T05:45:45.199Z Downloaded clap_derive v4.5.55
2812026-05-28T05:45:45.202Z Downloaded errno v0.3.14
2822026-05-28T05:45:45.202Z Downloaded colorchoice v1.0.4
2832026-05-28T05:45:45.205Z Downloaded erased-serde v0.4.9
2842026-05-28T05:45:45.205Z Downloaded clap_lex v1.0.0
2852026-05-28T05:45:45.205Z Downloaded cpufeatures v0.2.17
2862026-05-28T05:45:45.208Z Downloaded displaydoc v0.2.5
2872026-05-28T05:45:45.208Z Downloaded clap v4.5.60
2882026-05-28T05:45:45.213Z Downloaded equivalent v1.0.2
2892026-05-28T05:45:45.216Z Downloaded digest v0.10.7
2902026-05-28T05:45:45.216Z Downloaded cargo_toml v0.21.0
2912026-05-28T05:45:45.216Z Downloaded dtrace-parser v0.2.0
2922026-05-28T05:45:45.219Z Downloaded dof v0.3.0
2932026-05-28T05:45:45.222Z Downloaded block-buffer v0.10.4
2942026-05-28T05:45:45.222Z Downloaded anyhow v1.0.102
2952026-05-28T05:45:45.225Z Downloaded zerofrom-derive v0.1.6
2962026-05-28T05:45:45.225Z Downloaded percent-encoding v2.3.2
2972026-05-28T05:45:45.225Z Downloaded macaddr v1.0.1
2982026-05-28T05:45:45.228Z Downloaded clap_builder v4.5.60
2992026-05-28T05:45:45.232Z Downloaded yoke-derive v0.8.1
3002026-05-28T05:45:45.235Z Downloaded utf8parse v0.2.2
3012026-05-28T05:45:45.235Z Downloaded typeid v1.0.3
3022026-05-28T05:45:45.238Z Downloaded usdt-attr-macro v0.5.0
3032026-05-28T05:45:45.238Z Downloaded camino-tempfile v1.4.1
3042026-05-28T05:45:45.238Z Downloaded thread-id v4.2.2
3052026-05-28T05:45:45.241Z Downloaded papergrid v0.11.0
3062026-05-28T05:45:45.244Z Downloaded usdt-impl v0.5.0
3072026-05-28T05:45:45.244Z Downloaded toml_edit v0.22.27
3082026-05-28T05:45:45.247Z Downloaded version_check v0.9.5
3092026-05-28T05:45:45.247Z Downloaded toml_write v0.1.2
3102026-05-28T05:45:45.250Z Downloaded litemap v0.8.1
3112026-05-28T05:45:45.250Z Downloaded plain v0.2.3
3122026-05-28T05:45:45.250Z Downloaded heck v0.4.1
3132026-05-28T05:45:45.250Z Downloaded zerofrom v0.1.6
3142026-05-28T05:45:45.253Z Downloaded once_cell v1.21.3
3152026-05-28T05:45:45.253Z Downloaded bytecount v0.6.9
3162026-05-28T05:45:45.256Z Downloaded idna_adapter v1.2.1
3172026-05-28T05:45:45.256Z Downloaded cargo-util-schemas v0.8.2
3182026-05-28T05:45:45.256Z Downloaded usdt v0.5.0
3192026-05-28T05:45:45.259Z Downloaded utf8_iter v1.0.4
3202026-05-28T05:45:45.259Z Downloaded is_terminal_polyfill v1.70.2
3212026-05-28T05:45:45.259Z Downloaded form_urlencoded v1.2.2
3222026-05-28T05:45:45.260Z Downloaded usdt-macro v0.5.0
3232026-05-28T05:45:45.260Z Downloaded unicode-linebreak v0.1.5
3242026-05-28T05:45:45.263Z Downloaded semver v1.0.28
3252026-05-28T05:45:45.263Z Downloaded heck v0.5.0
3262026-05-28T05:45:45.263Z Downloaded zmij v1.0.21
3272026-05-28T05:45:45.263Z Downloaded yoke v0.8.1
3282026-05-28T05:45:45.266Z Downloaded thiserror-impl v1.0.69
3292026-05-28T05:45:45.266Z Downloaded thiserror v2.0.18
3302026-05-28T05:45:45.268Z Downloaded toml_datetime v0.6.11
3312026-05-28T05:45:45.271Z Downloaded tinystr v0.8.2
3322026-05-28T05:45:45.271Z Downloaded zerovec-derive v0.11.2
3332026-05-28T05:45:45.272Z Downloaded scroll_derive v0.12.1
3342026-05-28T05:45:45.272Z Downloaded unicode-xid v0.2.6
3352026-05-28T05:45:45.275Z Downloaded writeable v0.6.2
3362026-05-28T05:45:45.275Z Downloaded serde_spanned v0.6.9
3372026-05-28T05:45:45.275Z Downloaded generic-array v0.14.7
3382026-05-28T05:45:45.278Z Downloaded terminal_size v0.4.3
3392026-05-28T05:45:45.278Z Downloaded stable_deref_trait v1.2.1
3402026-05-28T05:45:45.278Z Downloaded fs-err v3.3.0
3412026-05-28T05:45:45.278Z Downloaded thiserror v1.0.69
3422026-05-28T05:45:45.281Z Downloaded anstyle-query v1.1.5
3432026-05-28T05:45:45.284Z Downloaded autocfg v1.5.0
3442026-05-28T05:45:45.284Z Downloaded thiserror-impl v2.0.18
3452026-05-28T05:45:45.287Z Downloaded swrite v0.1.0
3462026-05-28T05:45:45.287Z Downloaded potential_utf v0.1.4
3472026-05-28T05:45:45.287Z Downloaded zerocopy-derive v0.7.35
3482026-05-28T05:45:45.290Z Downloaded serde-value v0.7.0
3492026-05-28T05:45:45.290Z Downloaded ucd-trie v0.1.7
3502026-05-28T05:45:45.290Z Downloaded toml v0.8.23
3512026-05-28T05:45:45.293Z Downloaded anstyle v1.0.13
3522026-05-28T05:45:45.293Z Downloaded cargo_metadata v0.21.0
3532026-05-28T05:45:45.293Z Downloaded cargo-platform v0.2.0
3542026-05-28T05:45:45.296Z Downloaded proc-macro-error-attr v1.0.4
3552026-05-28T05:45:45.299Z Downloaded pretty-hex v0.4.1
3562026-05-28T05:45:45.303Z Downloaded itoa v1.0.17
3572026-05-28T05:45:45.303Z Downloaded fnv v1.0.7
3582026-05-28T05:45:45.306Z Downloaded textwrap v0.16.2
3592026-05-28T05:45:45.306Z Downloaded typenum v1.19.0
3602026-05-28T05:45:45.306Z Downloaded strsim v0.11.1
3612026-05-28T05:45:45.309Z Downloaded smawk v0.3.2
3622026-05-28T05:45:45.309Z Downloaded zerotrie v0.2.3
3632026-05-28T05:45:45.312Z Downloaded unicode-ident v1.0.24
3642026-05-28T05:45:45.315Z Downloaded url v2.5.8
3652026-05-28T05:45:45.315Z Downloaded fastrand v2.3.0
3662026-05-28T05:45:45.315Z Downloaded ordered-float v2.10.1
3672026-05-28T05:45:45.322Z Downloaded sha2 v0.10.9
3682026-05-28T05:45:45.326Z Downloaded zerovec v0.11.5
3692026-05-28T05:45:45.335Z Downloaded byteorder v1.5.0
3702026-05-28T05:45:45.338Z Downloaded zerocopy v0.7.35
3712026-05-28T05:45:45.346Z Downloaded tabled_derive v0.7.0
3722026-05-28T05:45:45.349Z Downloaded winnow v0.7.14
3732026-05-28T05:45:45.352Z Downloaded synstructure v0.13.2
3742026-05-28T05:45:45.355Z Downloaded unicode-width v0.2.0
3752026-05-28T05:45:45.358Z Downloaded pest_generator v2.8.6
3762026-05-28T05:45:45.358Z Downloaded unicode-width v0.1.14
3772026-05-28T05:45:45.361Z Downloaded tempfile v3.25.0
3782026-05-28T05:45:45.364Z Downloaded serde_tokenstream v0.2.3
3792026-05-28T05:45:45.364Z Downloaded serde-untagged v0.1.9
3802026-05-28T05:45:45.364Z Downloaded proc-macro-error v1.0.4
3812026-05-28T05:45:45.367Z Downloaded memmap v0.7.0
3822026-05-28T05:45:45.367Z Downloaded anstyle-parse v0.2.7
3832026-05-28T05:45:45.367Z Downloaded scroll v0.12.0
3842026-05-28T05:45:45.370Z Downloaded pest_derive v2.8.6
3852026-05-28T05:45:45.380Z Downloaded smallvec v1.15.1
3862026-05-28T05:45:45.383Z Downloaded bitflags v2.11.0
3872026-05-28T05:45:45.387Z Downloaded getrandom v0.4.1
3882026-05-28T05:45:45.390Z Downloaded num-traits v0.2.19
3892026-05-28T05:45:45.393Z Downloaded log v0.4.29
3902026-05-28T05:45:45.393Z Downloaded camino v1.2.2
3912026-05-28T05:45:45.396Z Downloaded serde_core v1.0.228
3922026-05-28T05:45:45.399Z Downloaded icu_provider v2.1.1
3932026-05-28T05:45:45.402Z Downloaded icu_properties v2.1.2
3942026-05-28T05:45:45.407Z Downloaded icu_normalizer v2.1.1
3952026-05-28T05:45:45.411Z Downloaded icu_locale_core v2.1.1
3962026-05-28T05:45:45.415Z Downloaded proc-macro2 v1.0.106
3972026-05-28T05:45:45.418Z Downloaded serde_derive v1.0.228
3982026-05-28T05:45:45.421Z Downloaded pest_meta v2.8.6
3992026-05-28T05:45:45.421Z Downloaded icu_normalizer_data v2.1.1
4002026-05-28T05:45:45.424Z Downloaded quote v1.0.45
4012026-05-28T05:45:45.427Z Downloaded icu_collections v2.1.1
4022026-05-28T05:45:45.431Z Downloaded pest v2.8.6
4032026-05-28T05:45:45.434Z Downloaded hashbrown v0.17.0
4042026-05-28T05:45:45.442Z Downloaded serde v1.0.228
4052026-05-28T05:45:45.445Z Downloaded indexmap v2.14.0
4062026-05-28T05:45:45.448Z Downloaded memchr v2.8.0
4072026-05-28T05:45:45.474Z Downloaded idna v1.1.0
4082026-05-28T05:45:45.477Z Downloaded icu_properties_data v2.1.2
4092026-05-28T05:45:45.482Z Downloaded serde_json v1.0.149
4102026-05-28T05:45:45.491Z Downloaded goblin v0.8.2
4112026-05-28T05:45:45.496Z Downloaded tabled v0.15.0
4122026-05-28T05:45:45.511Z Downloaded syn v1.0.109
4132026-05-28T05:45:45.528Z Downloaded syn v2.0.117
4142026-05-28T05:45:45.534Z Downloaded rustix v1.1.3
4152026-05-28T05:45:45.563Z Downloaded libc v0.2.185
4162026-05-28T05:45:45.630Z Compiling proc-macro2 v1.0.106
4172026-05-28T05:45:45.630Z Compiling quote v1.0.45
4182026-05-28T05:45:45.633Z Compiling unicode-ident v1.0.24
4192026-05-28T05:45:45.633Z Compiling serde_core v1.0.228
4202026-05-28T05:45:45.633Z Compiling libc v0.2.185
4212026-05-28T05:45:45.633Z Compiling version_check v0.9.5
4222026-05-28T05:45:45.633Z Compiling serde v1.0.228
4232026-05-28T05:45:45.633Z Compiling memchr v2.8.0
4242026-05-28T05:45:45.964Z Compiling stable_deref_trait v1.2.1
4252026-05-28T05:45:46.040Z Compiling zmij v1.0.21
4262026-05-28T05:45:46.208Z Compiling thiserror v1.0.69
4272026-05-28T05:45:46.236Z Compiling autocfg v1.5.0
4282026-05-28T05:45:46.489Z Compiling itoa v1.0.17
4292026-05-28T05:45:46.504Z Compiling ucd-trie v0.1.7
4302026-05-28T05:45:46.625Z Compiling litemap v0.8.1
4312026-05-28T05:45:46.658Z Compiling pest v2.8.6
4322026-05-28T05:45:46.673Z Compiling writeable v0.6.2
4332026-05-28T05:45:46.701Z Compiling icu_properties_data v2.1.2
4342026-05-28T05:45:46.768Z Compiling icu_normalizer_data v2.1.1
4352026-05-28T05:45:46.823Z Compiling byteorder v1.5.0
4362026-05-28T05:45:46.966Z Compiling rustix v1.1.3
4372026-05-28T05:45:47.052Z Compiling syn v2.0.117
4382026-05-28T05:45:47.153Z Compiling errno v0.3.14
4392026-05-28T05:45:47.169Z Compiling serde_json v1.0.149
4402026-05-28T05:45:47.233Z Compiling bitflags v2.11.0
4412026-05-28T05:45:47.438Z Compiling num-traits v0.2.19
4422026-05-28T05:45:47.454Z Compiling equivalent v1.0.2
4432026-05-28T05:45:47.457Z Compiling hashbrown v0.17.0
4442026-05-28T05:45:47.615Z Compiling typeid v1.0.3
4452026-05-28T05:45:47.732Z Compiling pest_meta v2.8.6
4462026-05-28T05:45:47.877Z Compiling smallvec v1.15.1
4472026-05-28T05:45:47.939Z Compiling indexmap v2.14.0
4482026-05-28T05:45:48.062Z Compiling thread-id v4.2.2
4492026-05-28T05:45:48.088Z Compiling proc-macro-error-attr v1.0.4
4502026-05-28T05:45:48.141Z Compiling usdt-impl v0.5.0
4512026-05-28T05:45:48.179Z Compiling toml_write v0.1.2
4522026-05-28T05:45:48.268Z Compiling syn v1.0.109
4532026-05-28T05:45:48.372Z Compiling winnow v0.7.14
4542026-05-28T05:45:48.483Z Compiling erased-serde v0.4.9
4552026-05-28T05:45:48.770Z Compiling proc-macro-error v1.0.4
4562026-05-28T05:45:48.792Z Compiling plain v0.2.3
4572026-05-28T05:45:48.902Z Compiling utf8_iter v1.0.4
4582026-05-28T05:45:48.955Z Compiling percent-encoding v2.3.2
4592026-05-28T05:45:49.052Z Compiling thiserror v2.0.18
4602026-05-28T05:45:49.210Z Compiling camino v1.2.2
4612026-05-28T05:45:49.285Z Compiling log v0.4.29
4622026-05-28T05:45:49.364Z Compiling getrandom v0.4.1
4632026-05-28T05:45:49.415Z Compiling utf8parse v0.2.2
4642026-05-28T05:45:49.469Z Compiling ordered-float v2.10.1
4652026-05-28T05:45:49.530Z Compiling anstyle-parse v0.2.7
4662026-05-28T05:45:49.595Z Compiling form_urlencoded v1.2.2
4672026-05-28T05:45:49.651Z Compiling synstructure v0.13.2
4682026-05-28T05:45:49.701Z Compiling pest_generator v2.8.6
4692026-05-28T05:45:49.844Z Compiling terminal_size v0.4.3
4702026-05-28T05:45:49.987Z Compiling anstyle v1.0.13
4712026-05-28T05:45:50.071Z Compiling is_terminal_polyfill v1.70.2
4722026-05-28T05:45:50.174Z Compiling colorchoice v1.0.4
4732026-05-28T05:45:50.189Z Compiling cfg-if v1.0.4
4742026-05-28T05:45:50.219Z Compiling anstyle-query v1.1.5
4752026-05-28T05:45:50.239Z Compiling pretty-hex v0.4.1
4762026-05-28T05:45:50.281Z Compiling serde-untagged v0.1.9
4772026-05-28T05:45:50.297Z Compiling anstream v0.6.21
4782026-05-28T05:45:50.420Z Compiling semver v1.0.28
4792026-05-28T05:45:50.451Z Compiling fs-err v3.3.0
4802026-05-28T05:45:50.526Z Compiling unicode-width v0.1.14
4812026-05-28T05:45:50.607Z Compiling fastrand v2.3.0
4822026-05-28T05:45:50.639Z Compiling anyhow v1.0.102
4832026-05-28T05:45:50.750Z Compiling bytecount v0.6.9
4842026-05-28T05:45:50.766Z Compiling strsim v0.11.1
4852026-05-28T05:45:50.802Z Compiling heck v0.5.0
4862026-05-28T05:45:50.874Z Compiling clap_lex v1.0.0
4872026-05-28T05:45:50.889Z Compiling heck v0.4.1
4882026-05-28T05:45:51.040Z Compiling unicode-xid v0.2.6
4892026-05-28T05:45:51.101Z Compiling fnv v1.0.7
4902026-05-28T05:45:51.104Z Compiling once_cell v1.21.3
4912026-05-28T05:45:51.104Z Compiling clap_builder v4.5.60
4922026-05-28T05:45:51.203Z Compiling papergrid v0.11.0
4932026-05-28T05:45:51.328Z Compiling serde_derive v1.0.228
4942026-05-28T05:45:51.343Z Compiling zerofrom-derive v0.1.6
4952026-05-28T05:45:51.356Z Compiling yoke-derive v0.8.1
4962026-05-28T05:45:51.376Z Compiling zerovec-derive v0.11.2
4972026-05-28T05:45:51.844Z Compiling displaydoc v0.2.5
4982026-05-28T05:45:52.452Z Compiling thiserror-impl v1.0.69
4992026-05-28T05:45:52.494Z Compiling zerocopy-derive v0.7.35
5002026-05-28T05:45:52.579Z Compiling pest_derive v2.8.6
5012026-05-28T05:45:52.602Z Compiling scroll_derive v0.12.1
5022026-05-28T05:45:52.697Z Compiling zerofrom v0.1.6
5032026-05-28T05:45:52.836Z Compiling yoke v0.8.1
5042026-05-28T05:45:53.008Z Compiling zerovec v0.11.5
5052026-05-28T05:45:53.034Z Compiling zerotrie v0.2.3
5062026-05-28T05:45:53.276Z Compiling scroll v0.12.0
5072026-05-28T05:45:53.335Z Compiling thiserror-impl v2.0.18
5082026-05-28T05:45:53.349Z Compiling zerocopy v0.7.35
5092026-05-28T05:45:53.517Z Compiling tinystr v0.8.2
5102026-05-28T05:45:53.546Z Compiling potential_utf v0.1.4
5112026-05-28T05:45:53.716Z Compiling icu_locale_core v2.1.1
5122026-05-28T05:45:53.732Z Compiling icu_collections v2.1.1
5132026-05-28T05:45:53.803Z Compiling dtrace-parser v0.2.0
5142026-05-28T05:45:53.891Z Compiling goblin v0.8.2
5152026-05-28T05:45:54.103Z Compiling tabled_derive v0.7.0
5162026-05-28T05:45:54.317Z Compiling clap_derive v4.5.55
5172026-05-28T05:45:54.607Z Compiling icu_provider v2.1.1
5182026-05-28T05:45:54.659Z Compiling tempfile v3.25.0
5192026-05-28T05:45:54.720Z Compiling serde_spanned v0.6.9
5202026-05-28T05:45:54.766Z Compiling toml_datetime v0.6.11
5212026-05-28T05:45:54.794Z Compiling dof v0.3.0
5222026-05-28T05:45:54.870Z Compiling icu_normalizer v2.1.1
5232026-05-28T05:45:54.904Z Compiling icu_properties v2.1.2
5242026-05-28T05:45:55.031Z Compiling toml_edit v0.22.27
5252026-05-28T05:45:55.047Z Compiling serde_tokenstream v0.2.3
5262026-05-28T05:45:55.301Z Compiling serde-value v0.7.0
5272026-05-28T05:45:55.362Z Compiling cargo-platform v0.2.0
5282026-05-28T05:45:55.410Z Compiling memmap v0.7.0
5292026-05-28T05:45:55.600Z Compiling unicode-width v0.2.0
5302026-05-28T05:45:55.636Z Compiling smawk v0.3.2
5312026-05-28T05:45:55.667Z Compiling unicode-linebreak v0.1.5
5322026-05-28T05:45:55.687Z Compiling usdt-attr-macro v0.5.0
5332026-05-28T05:45:55.775Z Compiling idna_adapter v1.2.1
5342026-05-28T05:45:55.877Z Compiling usdt-macro v0.5.0
5352026-05-28T05:45:55.914Z Compiling idna v1.1.0
5362026-05-28T05:45:55.930Z Compiling textwrap v0.16.2
5372026-05-28T05:45:56.012Z Compiling tabled v0.15.0
5382026-05-28T05:45:56.084Z Compiling clap v4.5.60
5392026-05-28T05:45:56.360Z Compiling url v2.5.8
5402026-05-28T05:45:56.384Z Compiling camino-tempfile v1.4.1
5412026-05-28T05:45:56.498Z Compiling toml v0.8.23
5422026-05-28T05:45:56.616Z Compiling macaddr v1.0.1
5432026-05-28T05:45:56.864Z Compiling cargo-util-schemas v0.8.2
5442026-05-28T05:45:57.102Z Compiling usdt v0.5.0
5452026-05-28T05:45:57.118Z Compiling cargo_toml v0.21.0
5462026-05-28T05:45:57.197Z Compiling swrite v0.1.0
5472026-05-28T05:45:57.300Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-28T05:45:57.779Z Compiling cargo_metadata v0.21.0
5492026-05-28T05:45:58.701Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-28T05:46:00.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.68s
5512026-05-28T05:46:01.017Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-28T05:46:01.626Z Downloading crates ...
5532026-05-28T05:46:01.710Z Downloaded adler2 v2.0.1
5542026-05-28T05:46:01.790Z Downloaded assert_matches v1.5.0
5552026-05-28T05:46:01.790Z Downloaded atomic-waker v1.1.2
5562026-05-28T05:46:01.790Z Downloaded ascii-canvas v3.0.0
5572026-05-28T05:46:01.790Z Downloaded async-bb8-diesel v0.2.1
5582026-05-28T05:46:01.790Z Downloaded arrayvec v0.7.6
5592026-05-28T05:46:01.790Z Downloaded array-init v0.0.4
5602026-05-28T05:46:01.791Z Downloaded bcs v0.1.6
5612026-05-28T05:46:01.791Z Downloaded async-stream-impl v0.3.6
5622026-05-28T05:46:01.791Z Downloaded async-stream v0.3.6
5632026-05-28T05:46:01.791Z Downloaded atty v0.2.14
5642026-05-28T05:46:01.791Z Downloaded backon v1.6.0
5652026-05-28T05:46:01.791Z Downloaded async-recursion v1.1.1
5662026-05-28T05:46:01.791Z Downloaded dof v0.4.0
5672026-05-28T05:46:01.791Z Downloaded critical-section v1.2.0
5682026-05-28T05:46:01.840Z Downloaded erased-serde v0.3.31
5692026-05-28T05:46:01.840Z Downloaded cargo_metadata v0.19.2
5702026-05-28T05:46:01.840Z Downloaded diff v0.1.13
5712026-05-28T05:46:01.840Z Downloaded darling_core v0.23.0
5722026-05-28T05:46:01.840Z Downloaded base64 v0.22.1
5732026-05-28T05:46:01.840Z Downloaded elliptic-curve v0.13.8
5742026-05-28T05:46:01.840Z Downloaded bit-set v0.5.3
5752026-05-28T05:46:01.840Z Downloaded aws-lc-rs v1.16.3
5762026-05-28T05:46:01.840Z Downloaded flume v0.11.1
5772026-05-28T05:46:01.841Z Downloaded crossbeam-deque v0.8.6
5782026-05-28T05:46:01.841Z Downloaded const-oid v0.9.6
5792026-05-28T05:46:01.841Z Downloaded endian-type v0.1.2
5802026-05-28T05:46:01.841Z Downloaded ed25519 v2.2.3
5812026-05-28T05:46:01.841Z Downloaded dsl_auto_type v0.2.0
5822026-05-28T05:46:01.841Z Downloaded fatfs v0.3.6
5832026-05-28T05:46:01.841Z Downloaded daft v0.1.7
5842026-05-28T05:46:01.841Z Downloaded compression-core v0.4.31
5852026-05-28T05:46:01.841Z Downloaded castaway v0.2.4
5862026-05-28T05:46:01.841Z Downloaded base16ct v0.2.0
5872026-05-28T05:46:01.841Z Downloaded dirs-sys-next v0.1.2
5882026-05-28T05:46:01.842Z Downloaded darling_macro v0.23.0
5892026-05-28T05:46:01.842Z Downloaded cobs v0.3.0
5902026-05-28T05:46:01.842Z Downloaded env_filter v1.0.0
5912026-05-28T05:46:01.842Z Downloaded des v0.8.1
5922026-05-28T05:46:01.842Z Downloaded cfg_aliases v0.2.1
5932026-05-28T05:46:01.842Z Downloaded crc32fast v1.5.0
5942026-05-28T05:46:01.842Z Downloaded cipher v0.4.4
5952026-05-28T05:46:01.842Z Downloaded atomicwrites v0.4.4
5962026-05-28T05:46:01.842Z Downloaded bb8 v0.8.6
5972026-05-28T05:46:01.842Z Downloaded crc8 v0.1.1
5982026-05-28T05:46:01.842Z Downloaded cbc v0.1.2
5992026-05-28T05:46:01.842Z Downloaded base64 v0.21.7
6002026-05-28T05:46:01.843Z Downloaded cfg_aliases v0.1.1
6012026-05-28T05:46:01.843Z Downloaded bcrypt-pbkdf v0.10.0
6022026-05-28T05:46:01.843Z Downloaded dirs-next v2.0.0
6032026-05-28T05:46:01.843Z Downloaded darling_macro v0.21.3
6042026-05-28T05:46:01.843Z Downloaded crc v3.4.0
6052026-05-28T05:46:01.843Z Downloaded ciborium-io v0.2.2
6062026-05-28T05:46:01.843Z Downloaded cargo-platform v0.1.9
6072026-05-28T05:46:01.843Z Downloaded block-padding v0.3.3
6082026-05-28T05:46:01.843Z Downloaded curve25519-dalek-derive v0.1.1
6092026-05-28T05:46:01.843Z Downloaded crunchy v0.2.4
6102026-05-28T05:46:01.843Z Downloaded ciborium-ll v0.2.2
6112026-05-28T05:46:01.843Z Downloaded dtrace-parser v0.3.0
6122026-05-28T05:46:01.843Z Downloaded foreign-types v0.3.2
6132026-05-28T05:46:01.843Z Downloaded find-msvc-tools v0.1.9
6142026-05-28T05:46:01.843Z Downloaded diesel-dtrace v0.5.0
6152026-05-28T05:46:01.843Z Downloaded colored v2.2.0
6162026-05-28T05:46:01.844Z Downloaded cmake v0.1.57
6172026-05-28T05:46:01.844Z Downloaded blowfish v0.9.1
6182026-05-28T05:46:01.844Z Downloaded dropshot-api-manager-types v0.7.1
6192026-05-28T05:46:01.844Z Downloaded defmt v0.3.100
6202026-05-28T05:46:01.844Z Downloaded difflib v0.4.0
6212026-05-28T05:46:01.844Z Downloaded cpufeatures v0.3.0
6222026-05-28T05:46:01.844Z Downloaded bitfield-struct v0.6.2
6232026-05-28T05:46:01.844Z Downloaded bit-set v0.8.0
6242026-05-28T05:46:01.845Z Downloaded bitfield-macros v0.19.4
6252026-05-28T05:46:01.845Z Downloaded async-trait v0.1.89
6262026-05-28T05:46:01.845Z Downloaded embedded-io v0.4.0
6272026-05-28T05:46:01.845Z Downloaded foreign-types v0.5.0
6282026-05-28T05:46:01.845Z Downloaded darling_macro v0.20.11
6292026-05-28T05:46:01.845Z Downloaded crc-catalog v2.4.0
6302026-05-28T05:46:01.845Z Downloaded defmt-parser v1.0.0
6312026-05-28T05:46:01.845Z Downloaded cstr-argument v0.1.2
6322026-05-28T05:46:01.845Z Downloaded fixedbitset v0.4.2
6332026-05-28T05:46:01.845Z Downloaded convert_case v0.4.0
6342026-05-28T05:46:01.845Z Downloaded foreign-types-shared v0.3.1
6352026-05-28T05:46:01.845Z Downloaded arrayref v0.3.9
6362026-05-28T05:46:01.845Z Downloaded foreign-types-shared v0.1.1
6372026-05-28T05:46:01.845Z Downloaded foreign-types-macros v0.2.3
6382026-05-28T05:46:01.845Z Downloaded debug-ignore v1.0.5
6392026-05-28T05:46:01.845Z Downloaded ghash v0.5.1
6402026-05-28T05:46:01.845Z Downloaded ecdsa v0.16.9
6412026-05-28T05:46:01.915Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-05-28T05:46:01.915Z Downloaded futures-sink v0.3.32
6432026-05-28T05:46:01.915Z Downloaded futures-macro v0.3.32
6442026-05-28T05:46:01.915Z Downloaded gethostname v0.5.0
6452026-05-28T05:46:01.915Z Downloaded futures-io v0.3.32
6462026-05-28T05:46:01.915Z Downloaded bitfield v0.19.4
6472026-05-28T05:46:01.915Z Downloaded float-cmp v0.10.0
6482026-05-28T05:46:01.915Z Downloaded dyn-clone v1.0.20
6492026-05-28T05:46:01.915Z Downloaded dunce v1.0.5
6502026-05-28T05:46:01.915Z Downloaded bit-vec v0.8.0
6512026-05-28T05:46:01.915Z Downloaded flagset v0.4.7
6522026-05-28T05:46:01.916Z Downloaded crucible-workspace-hack v0.1.0
6532026-05-28T05:46:01.916Z Downloaded aead v0.5.2
6542026-05-28T05:46:01.916Z Downloaded constant_time_eq v0.4.2
6552026-05-28T05:46:01.916Z Downloaded backoff v0.4.0
6562026-05-28T05:46:01.916Z Downloaded base64ct v1.8.3
6572026-05-28T05:46:01.916Z Downloaded argon2 v0.5.3
6582026-05-28T05:46:01.916Z Downloaded buf-list v1.1.2
6592026-05-28T05:46:01.916Z Downloaded fd-lock v4.0.4
6602026-05-28T05:46:01.916Z Downloaded cexpr v0.6.0
6612026-05-28T05:46:01.916Z Downloaded enum-as-inner v0.6.1
6622026-05-28T05:46:01.916Z Downloaded corncobs v0.1.4
6632026-05-28T05:46:01.916Z Downloaded byte-wrapper v0.1.0
6642026-05-28T05:46:01.916Z Downloaded futures-task v0.3.32
6652026-05-28T05:46:01.916Z Downloaded compression-codecs v0.4.37
6662026-05-28T05:46:01.916Z Downloaded document-features v0.2.12
6672026-05-28T05:46:01.916Z Downloaded foldhash v0.2.0
6682026-05-28T05:46:01.917Z Downloaded derive_builder_core v0.20.2
6692026-05-28T05:46:01.917Z Downloaded cancel-safe-futures v0.1.5
6702026-05-28T05:46:01.917Z Downloaded csv-core v0.1.13
6712026-05-28T05:46:01.917Z Downloaded hex-literal v0.4.1
6722026-05-28T05:46:01.917Z Downloaded fixedbitset v0.5.7
6732026-05-28T05:46:01.917Z Downloaded hex v0.4.3
6742026-05-28T05:46:01.917Z Downloaded ena v0.14.4
6752026-05-28T05:46:01.917Z Downloaded headers-core v0.3.0
6762026-05-28T05:46:01.917Z Downloaded hostname v0.3.1
6772026-05-28T05:46:01.917Z Downloaded env_logger v0.11.9
6782026-05-28T05:46:01.917Z Downloaded fxhash v0.2.1
6792026-05-28T05:46:01.917Z Downloaded cassowary v0.3.0
6802026-05-28T05:46:01.917Z Downloaded git-stub v1.0.0
6812026-05-28T05:46:01.989Z Downloaded display-error-chain v0.2.2
6822026-05-28T05:46:01.989Z Downloaded bit-vec v0.6.3
6832026-05-28T05:46:01.989Z Downloaded embedded-io v0.6.1
6842026-05-28T05:46:01.989Z Downloaded futures-core v0.3.32
6852026-05-28T05:46:01.989Z Downloaded funty v2.0.0
6862026-05-28T05:46:01.989Z Downloaded fs_extra v1.3.0
6872026-05-28T05:46:01.989Z Downloaded crossbeam-utils v0.8.21
6882026-05-28T05:46:01.989Z Downloaded globwalk v0.9.1
6892026-05-28T05:46:01.989Z Downloaded fallible-iterator v0.2.0
6902026-05-28T05:46:01.989Z Downloaded http-body v1.0.1
6912026-05-28T05:46:01.989Z Downloaded home v0.5.12
6922026-05-28T05:46:01.989Z Downloaded defmt v1.0.1
6932026-05-28T05:46:01.989Z Downloaded httpdate v1.0.3
6942026-05-28T05:46:01.989Z Downloaded ident_case v1.0.1
6952026-05-28T05:46:01.990Z Downloaded http-range v0.1.5
6962026-05-28T05:46:01.990Z Downloaded bzip2 v0.4.4
6972026-05-28T05:46:01.990Z Downloaded git-stub-vcs v0.1.0
6982026-05-28T05:46:01.990Z Downloaded futures-executor v0.3.32
6992026-05-28T05:46:01.990Z Downloaded globset v0.4.18
7002026-05-28T05:46:01.990Z Downloaded const_format_proc_macros v0.2.34
7012026-05-28T05:46:01.990Z Downloaded convert_case v0.10.0
7022026-05-28T05:46:01.990Z Downloaded hash32 v0.3.1
7032026-05-28T05:46:01.990Z Downloaded clang-sys v1.8.1
7042026-05-28T05:46:01.990Z Downloaded chacha20 v0.9.1
7052026-05-28T05:46:01.990Z Downloaded hash32 v0.2.1
7062026-05-28T05:46:01.990Z Downloaded bitflags v1.3.2
7072026-05-28T05:46:01.990Z Downloaded hostname v0.4.2
7082026-05-28T05:46:01.990Z Downloaded console v0.16.2
7092026-05-28T05:46:01.990Z Downloaded float-ord v0.3.2
7102026-05-28T05:46:01.990Z Downloaded downcast-rs v2.0.2
7112026-05-28T05:46:01.990Z Downloaded derive-ex v0.1.8
7122026-05-28T05:46:01.990Z Downloaded illumos-nvpair v0.3.0
7132026-05-28T05:46:01.990Z Downloaded colored v3.1.1
7142026-05-28T05:46:01.991Z Downloaded group v0.13.0
7152026-05-28T05:46:01.991Z Downloaded ff v0.13.1
7162026-05-28T05:46:01.991Z Downloaded foldhash v0.1.5
7172026-05-28T05:46:01.991Z Downloaded daft-derive v0.1.7
7182026-05-28T05:46:01.991Z Downloaded hubpack v0.1.2
7192026-05-28T05:46:01.991Z Downloaded deranged v0.5.8
7202026-05-28T05:46:01.991Z Downloaded instability v0.3.11
7212026-05-28T05:46:01.991Z Downloaded is-terminal v0.4.17
7222026-05-28T05:46:01.991Z Downloaded internet-checksum v0.2.1
7232026-05-28T05:46:01.991Z Downloaded instant v0.1.13
7242026-05-28T05:46:01.991Z Downloaded indoc v1.0.9
7252026-05-28T05:46:01.991Z Downloaded inout v0.1.4
7262026-05-28T05:46:01.991Z Downloaded kstat-rs v0.2.4
7272026-05-28T05:46:01.991Z Downloaded ctr v0.9.2
7282026-05-28T05:46:01.991Z Downloaded filetime v0.2.27
7292026-05-28T05:46:01.991Z Downloaded either v1.15.0
7302026-05-28T05:46:01.991Z Downloaded darling v0.23.0
7312026-05-28T05:46:01.991Z Downloaded console v0.15.11
7322026-05-28T05:46:01.991Z Downloaded ciborium v0.2.2
7332026-05-28T05:46:01.991Z Downloaded is_ci v1.2.0
7342026-05-28T05:46:01.991Z Downloaded keccak v0.1.6
7352026-05-28T05:46:01.991Z Downloaded futures-channel v0.3.32
7362026-05-28T05:46:01.991Z Downloaded cookie v0.18.1
7372026-05-28T05:46:01.991Z Downloaded der_derive v0.7.3
7382026-05-28T05:46:02.011Z Downloaded flate2 v1.1.9
7392026-05-28T05:46:02.011Z Downloaded lazy_static v1.5.0
7402026-05-28T05:46:02.011Z Downloaded lalrpop-util v0.19.12
7412026-05-28T05:46:02.011Z Downloaded darling v0.21.3
7422026-05-28T05:46:02.011Z Downloaded linked-hash-map v0.5.6
7432026-05-28T05:46:02.011Z Downloaded libscf-sys v1.1.0
7442026-05-28T05:46:02.011Z Downloaded dropshot_endpoint v0.17.0
7452026-05-28T05:46:02.011Z Downloaded derive_builder_macro v0.20.2
7462026-05-28T05:46:02.011Z Downloaded cookie_store v0.22.1
7472026-05-28T05:46:02.012Z Downloaded chacha20 v0.10.0
7482026-05-28T05:46:02.012Z Downloaded defmt-macros v1.0.1
7492026-05-28T05:46:02.012Z Downloaded blake2 v0.10.6
7502026-05-28T05:46:02.012Z Downloaded camino-tempfile-ext v0.3.3
7512026-05-28T05:46:02.012Z Downloaded glob v0.3.3
7522026-05-28T05:46:02.012Z Downloaded crc-any v2.5.0
7532026-05-28T05:46:02.012Z Downloaded lru-slab v0.1.2
7542026-05-28T05:46:02.012Z Downloaded highway v1.3.0
7552026-05-28T05:46:02.012Z Downloaded hyper-staticfile v0.10.1
7562026-05-28T05:46:02.012Z Downloaded bzip2 v0.6.1
7572026-05-28T05:46:02.012Z Downloaded managed v0.8.0
7582026-05-28T05:46:02.012Z Downloaded lru v0.12.5
7592026-05-28T05:46:02.012Z Downloaded md-5 v0.10.6
7602026-05-28T05:46:02.012Z Downloaded maybe-uninit v2.0.0
7612026-05-28T05:46:02.012Z Downloaded match_cfg v0.1.0
7622026-05-28T05:46:02.012Z Downloaded lzss v0.8.2
7632026-05-28T05:46:02.012Z Downloaded lru-cache v0.1.2
7642026-05-28T05:46:02.012Z Downloaded http-body-util v0.1.3
7652026-05-28T05:46:02.012Z Downloaded derive_more v2.1.1
7662026-05-28T05:46:02.013Z Downloaded new_debug_unreachable v1.0.6
7672026-05-28T05:46:02.013Z Downloaded maplit v1.0.2
7682026-05-28T05:46:02.013Z Downloaded ipnet v2.11.0
7692026-05-28T05:46:02.013Z Downloaded multimap v0.10.1
7702026-05-28T05:46:02.013Z Downloaded memoffset v0.9.1
7712026-05-28T05:46:02.013Z Downloaded newline-converter v0.3.0
7722026-05-28T05:46:02.013Z Downloaded ingot-types v0.1.2
7732026-05-28T05:46:02.014Z Downloaded newtype_derive v0.1.6
7742026-05-28T05:46:02.014Z Downloaded newtype-uuid-macros v0.1.0
7752026-05-28T05:46:02.014Z Downloaded ingot v0.1.1
7762026-05-28T05:46:02.014Z Downloaded nibble_vec v0.1.0
7772026-05-28T05:46:02.014Z Downloaded indoc v2.0.7
7782026-05-28T05:46:02.014Z Downloaded hmac v0.12.1
7792026-05-28T05:46:02.018Z Downloaded impl-trait-for-tuples v0.2.3
7802026-05-28T05:46:02.018Z Downloaded md5 v0.7.0
7812026-05-28T05:46:02.018Z Downloaded normalize-line-endings v0.3.0
7822026-05-28T05:46:02.018Z Downloaded hubpack_derive v0.1.1
7832026-05-28T05:46:02.018Z Downloaded crossbeam-epoch v0.9.18
7842026-05-28T05:46:02.018Z Downloaded drift v0.1.4
7852026-05-28T05:46:02.018Z Downloaded half v1.8.3
7862026-05-28T05:46:02.018Z Downloaded getrandom v0.2.17
7872026-05-28T05:46:02.022Z Downloaded libefi-sys v0.1.0
7882026-05-28T05:46:02.022Z Downloaded ahash v0.8.12
7892026-05-28T05:46:02.022Z Downloaded num v0.4.3
7902026-05-28T05:46:02.026Z Downloaded nodrop v0.1.14
7912026-05-28T05:46:02.026Z Downloaded num-derive v0.4.2
7922026-05-28T05:46:02.026Z Downloaded indent_write v2.2.0
7932026-05-28T05:46:02.026Z Downloaded num_threads v0.1.7
7942026-05-28T05:46:02.026Z Downloaded num-iter v0.1.45
7952026-05-28T05:46:02.033Z Downloaded humantime v2.3.0
7962026-05-28T05:46:02.033Z Downloaded httparse v1.10.1
7972026-05-28T05:46:02.049Z Downloaded num-derive v0.3.3
7982026-05-28T05:46:02.049Z Downloaded num-conv v0.2.0
7992026-05-28T05:46:02.049Z Downloaded illumos-nvpair-sys v0.2.0
8002026-05-28T05:46:02.049Z Downloaded hyper-tls v0.6.0
8012026-05-28T05:46:02.049Z Downloaded jobserver v0.1.34
8022026-05-28T05:46:02.049Z Downloaded bytes v1.11.1
8032026-05-28T05:46:02.049Z Downloaded allocator-api2 v0.2.21
8042026-05-28T05:46:02.049Z Downloaded data-encoding v2.10.0
8052026-05-28T05:46:02.049Z Downloaded nonempty v0.12.0
8062026-05-28T05:46:02.049Z Downloaded mime v0.3.17
8072026-05-28T05:46:02.076Z Downloaded linear-map v1.2.0
8082026-05-28T05:46:02.076Z Downloaded iana-time-zone v0.1.65
8092026-05-28T05:46:02.076Z Downloaded oso-derive v0.27.3
8102026-05-28T05:46:02.076Z Downloaded olpc-cjson v0.1.4
8112026-05-28T05:46:02.076Z Downloaded num_enum_derive v0.5.11
8122026-05-28T05:46:02.076Z Downloaded hyper-rustls v0.27.7
8132026-05-28T05:46:02.077Z Downloaded fs-err v2.11.0
8142026-05-28T05:46:02.077Z Downloaded opaque-debug v0.3.1
8152026-05-28T05:46:02.077Z Downloaded libsw-core v0.3.2
8162026-05-28T05:46:02.077Z Downloaded lock_api v0.4.14
8172026-05-28T05:46:02.077Z Downloaded multer v3.1.0
8182026-05-28T05:46:02.077Z Downloaded mime_guess v2.0.5
8192026-05-28T05:46:02.077Z Downloaded ingot-macros v0.1.1
8202026-05-28T05:46:02.077Z Downloaded native-tls v0.2.18
8212026-05-28T05:46:02.102Z Downloaded dropshot_endpoint v0.16.7
8222026-05-28T05:46:02.102Z Downloaded parse-size v1.1.0
8232026-05-28T05:46:02.102Z Downloaded openssl-probe v0.2.1
8242026-05-28T05:46:02.102Z Downloaded openssl-probe v0.1.6
8252026-05-28T05:46:02.103Z Downloaded parse-display v0.10.0
8262026-05-28T05:46:02.103Z Downloaded pbkdf2 v0.11.0
8272026-05-28T05:46:02.103Z Downloaded openssl-macros v0.1.1
8282026-05-28T05:46:02.103Z Downloaded newtype-uuid v1.3.2
8292026-05-28T05:46:02.103Z Downloaded chacha20poly1305 v0.10.1
8302026-05-28T05:46:02.103Z Downloaded packed_struct_codegen v0.10.1
8312026-05-28T05:46:02.103Z Downloaded libsw v3.5.0
8322026-05-28T05:46:02.103Z Downloaded ipnetwork v0.21.1
8332026-05-28T05:46:02.103Z Downloaded derive_more v0.99.20
8342026-05-28T05:46:02.103Z Downloaded async-compression v0.4.41
8352026-05-28T05:46:02.117Z Downloaded phf_shared v0.13.1
8362026-05-28T05:46:02.117Z Downloaded darling v0.20.11
8372026-05-28T05:46:02.117Z Downloaded phf_shared v0.12.1
8382026-05-28T05:46:02.118Z Downloaded phf_shared v0.11.3
8392026-05-28T05:46:02.118Z Downloaded peg-runtime v0.8.5
8402026-05-28T05:46:02.118Z Downloaded pbkdf2 v0.12.2
8412026-05-28T05:46:02.118Z Downloaded ignore v0.4.25
8422026-05-28T05:46:02.118Z Downloaded cc v1.2.56
8432026-05-28T05:46:02.118Z Downloaded path-slash v0.1.5
8442026-05-28T05:46:02.141Z Downloaded nu-ansi-term v0.50.3
8452026-05-28T05:46:02.141Z Downloaded nanorand v0.7.0
8462026-05-28T05:46:02.141Z Downloaded futures v0.3.32
8472026-05-28T05:46:02.141Z Downloaded getrandom v0.3.4
8482026-05-28T05:46:02.141Z Downloaded ed25519-dalek v2.2.0
8492026-05-28T05:46:02.141Z Downloaded proc-macro-crate v1.3.1
8502026-05-28T05:46:02.141Z Downloaded num-integer v0.1.46
8512026-05-28T05:46:02.141Z Downloaded half v2.7.1
8522026-05-28T05:46:02.141Z Downloaded derive_builder v0.20.2
8532026-05-28T05:46:02.141Z Downloaded oxnet v0.1.4
8542026-05-28T05:46:02.141Z Downloaded owo-colors v4.3.0
8552026-05-28T05:46:02.142Z Downloaded num_enum v0.7.5
8562026-05-28T05:46:02.170Z Downloaded precomputed-hash v0.1.1
8572026-05-28T05:46:02.170Z Downloaded powerfmt v0.2.0
8582026-05-28T05:46:02.170Z Downloaded num_enum v0.5.11
8592026-05-28T05:46:02.170Z Downloaded password-hash v0.4.2
8602026-05-28T05:46:02.170Z Downloaded predicates-tree v1.0.13
8612026-05-28T05:46:02.170Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-28T05:46:02.170Z Downloaded indexmap v1.9.3
8632026-05-28T05:46:02.170Z Downloaded num_enum_derive v0.7.5
8642026-05-28T05:46:02.171Z Downloaded packed_struct v0.10.1
8652026-05-28T05:46:02.171Z Downloaded progenitor-client v0.10.0
8662026-05-28T05:46:02.171Z Downloaded heapless v0.7.17
8672026-05-28T05:46:02.171Z Downloaded parking_lot_core v0.8.6
8682026-05-28T05:46:02.171Z Downloaded arc-swap v1.8.2
8692026-05-28T05:46:02.171Z Downloaded proc-macro-crate v3.4.0
8702026-05-28T05:46:02.171Z Downloaded predicates-core v1.0.10
8712026-05-28T05:46:02.171Z Downloaded der v0.7.10
8722026-05-28T05:46:02.171Z Downloaded parse-display-derive v0.10.0
8732026-05-28T05:46:02.171Z Downloaded heapless v0.8.0
8742026-05-28T05:46:02.184Z Downloaded phf v0.13.1
8752026-05-28T05:46:02.184Z Downloaded progenitor-client v0.14.0
8762026-05-28T05:46:02.184Z Downloaded peg v0.8.5
8772026-05-28T05:46:02.184Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-05-28T05:46:02.184Z Downloaded litrs v1.0.0
8792026-05-28T05:46:02.184Z Downloaded progenitor-macro v0.14.0
8802026-05-28T05:46:02.184Z Downloaded progenitor-macro v0.10.0
8812026-05-28T05:46:02.184Z Downloaded password-hash v0.5.0
8822026-05-28T05:46:02.185Z Downloaded ar_archive_writer v0.5.1
8832026-05-28T05:46:02.203Z Downloaded bumpalo v3.20.2
8842026-05-28T05:46:02.203Z Downloaded diesel_derives v2.3.7
8852026-05-28T05:46:02.203Z Downloaded quick-error v1.2.3
8862026-05-28T05:46:02.203Z Downloaded psl-types v2.0.11
8872026-05-28T05:46:02.203Z Downloaded progenitor-macro v0.11.2
8882026-05-28T05:46:02.203Z Downloaded pin-utils v0.1.0
8892026-05-28T05:46:02.203Z Downloaded phf v0.12.1
8902026-05-28T05:46:02.203Z Downloaded pem-rfc7468 v0.7.0
8912026-05-28T05:46:02.203Z Downloaded num-complex v0.4.6
8922026-05-28T05:46:02.203Z Downloaded pin-project-lite v0.2.17
8932026-05-28T05:46:02.203Z Downloaded radium v0.7.0
8942026-05-28T05:46:02.240Z Downloaded predicates v3.1.4
8952026-05-28T05:46:02.240Z Downloaded progenitor-macro v0.13.0
8962026-05-28T05:46:02.241Z Downloaded ppv-lite86 v0.2.21
8972026-05-28T05:46:02.241Z Downloaded rand_chacha v0.3.1
8982026-05-28T05:46:02.241Z Downloaded libbz2-rs-sys v0.2.2
8992026-05-28T05:46:02.241Z Downloaded rand_xorshift v0.4.0
9002026-05-28T05:46:02.241Z Downloaded headers v0.4.1
9012026-05-28T05:46:02.241Z Downloaded omicron-zone-package v0.12.2
9022026-05-28T05:46:02.241Z Downloaded primeorder v0.13.6
9032026-05-28T05:46:02.241Z Downloaded parking_lot v0.11.2
9042026-05-28T05:46:02.241Z Downloaded pkg-config v0.3.32
9052026-05-28T05:46:02.241Z Downloaded polyval v0.6.2
9062026-05-28T05:46:02.241Z Downloaded pin-project-internal v1.1.11
9072026-05-28T05:46:02.241Z Downloaded pem v3.0.6
9082026-05-28T05:46:02.241Z Downloaded peg-macros v0.8.5
9092026-05-28T05:46:02.260Z Downloaded parking_lot_core v0.9.12
9102026-05-28T05:46:02.260Z Downloaded progenitor v0.14.0
9112026-05-28T05:46:02.260Z Downloaded progenitor v0.13.0
9122026-05-28T05:46:02.260Z Downloaded progenitor v0.10.0
9132026-05-28T05:46:02.260Z Downloaded indicatif v0.18.4
9142026-05-28T05:46:02.261Z Downloaded ref-cast-impl v1.0.25
9152026-05-28T05:46:02.261Z Downloaded ref-cast v1.0.25
9162026-05-28T05:46:02.261Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-28T05:46:02.261Z Downloaded recursive v0.1.1
9182026-05-28T05:46:02.261Z Downloaded hickory-resolver v0.24.4
9192026-05-28T05:46:02.261Z Downloaded compact_str v0.8.1
9202026-05-28T05:46:02.261Z Downloaded crossbeam-channel v0.5.15
9212026-05-28T05:46:02.261Z Downloaded progenitor-client v0.11.2
9222026-05-28T05:46:02.261Z Downloaded progenitor-client v0.13.0
9232026-05-28T05:46:02.261Z Downloaded crypto-bigint v0.5.5
9242026-05-28T05:46:02.261Z Downloaded progenitor v0.11.2
9252026-05-28T05:46:02.261Z Downloaded paste v1.0.15
9262026-05-28T05:46:02.261Z Downloaded psm v0.1.30
9272026-05-28T05:46:02.261Z Downloaded darling_core v0.20.11
9282026-05-28T05:46:02.262Z Downloaded parking_lot v0.12.5
9292026-05-28T05:46:02.276Z Downloaded memmap2 v0.9.10
9302026-05-28T05:46:02.277Z Downloaded rustc_version v0.4.1
9312026-05-28T05:46:02.277Z Downloaded libloading v0.8.9
9322026-05-28T05:46:02.277Z Downloaded darling_core v0.21.3
9332026-05-28T05:46:02.277Z Downloaded postgres-protocol v0.6.10
9342026-05-28T05:46:02.277Z Downloaded poly1305 v0.8.0
9352026-05-28T05:46:02.277Z Downloaded postcard v1.1.3
9362026-05-28T05:46:02.277Z Downloaded rfc6979 v0.4.0
9372026-05-28T05:46:02.277Z Downloaded num-rational v0.4.2
9382026-05-28T05:46:02.277Z Downloaded derive-where v1.6.0
9392026-05-28T05:46:02.284Z Downloaded const_format v0.2.35
9402026-05-28T05:46:02.284Z Downloaded rustc-hash v2.1.1
9412026-05-28T05:46:02.284Z Downloaded rtoolbox v0.0.3
9422026-05-28T05:46:02.284Z Downloaded rand_core v0.10.0
9432026-05-28T05:46:02.285Z Downloaded rand_core v0.9.5
9442026-05-28T05:46:02.285Z Downloaded hickory-resolver v0.25.2
9452026-05-28T05:46:02.285Z Downloaded p256 v0.13.2
9462026-05-28T05:46:02.297Z Downloaded postgres-types v0.2.12
9472026-05-28T05:46:02.297Z Downloaded scheduled-thread-pool v0.2.7
9482026-05-28T05:46:02.297Z Downloaded same-file v1.0.6
9492026-05-28T05:46:02.298Z Downloaded r2d2 v0.8.10
9502026-05-28T05:46:02.298Z Downloaded pkcs8 v0.10.2
9512026-05-28T05:46:02.302Z Downloaded rand_seeder v0.4.0
9522026-05-28T05:46:02.302Z Downloaded rustc_version v0.1.7
9532026-05-28T05:46:02.302Z Downloaded russh-cryptovec v0.7.3
9542026-05-28T05:46:02.302Z Downloaded pkcs1 v0.7.5
9552026-05-28T05:46:02.302Z Downloaded dropshot-api-manager v0.7.1
9562026-05-28T05:46:02.306Z Downloaded sapling-renderdag v0.1.0
9572026-05-28T05:46:02.306Z Downloaded pkcs5 v0.7.1
9582026-05-28T05:46:02.311Z Downloaded seq-macro v0.3.6
9592026-05-28T05:46:02.311Z Downloaded oso v0.27.3
9602026-05-28T05:46:02.311Z Downloaded papergrid v0.17.0
9612026-05-28T05:46:02.315Z Downloaded pin-project v1.1.11
9622026-05-28T05:46:02.327Z Downloaded serde_repr v0.1.20
9632026-05-28T05:46:02.343Z Downloaded scopeguard v1.2.0
9642026-05-28T05:46:02.343Z Downloaded semver v0.1.20
9652026-05-28T05:46:02.343Z Downloaded miniz_oxide v0.8.9
9662026-05-28T05:46:02.344Z Downloaded scroll_derive v0.13.1
9672026-05-28T05:46:02.344Z Downloaded progenitor-extras v0.2.0
9682026-05-28T05:46:02.344Z Downloaded scrypt v0.11.0
9692026-05-28T05:46:02.361Z Downloaded rand_core v0.6.4
9702026-05-28T05:46:02.361Z Downloaded serde_spanned v1.0.4
9712026-05-28T05:46:02.361Z Downloaded secrecy v0.10.3
9722026-05-28T05:46:02.361Z Downloaded rand_chacha v0.9.0
9732026-05-28T05:46:02.361Z Downloaded serde_bytes v0.11.19
9742026-05-28T05:46:02.361Z Downloaded signal-hook-mio v0.2.5
9752026-05-28T05:46:02.362Z Downloaded shell-words v1.1.1
9762026-05-28T05:46:02.362Z Downloaded serde-big-array v0.5.1
9772026-05-28T05:46:02.362Z Downloaded serde_urlencoded v0.7.1
9782026-05-28T05:46:02.362Z Downloaded hashbrown v0.12.3
9792026-05-28T05:46:02.362Z Downloaded secrecy v0.8.0
9802026-05-28T05:46:02.362Z Downloaded expectorate v1.2.0
9812026-05-28T05:46:02.362Z Downloaded rustversion v1.0.22
9822026-05-28T05:46:02.362Z Downloaded minimal-lexical v0.2.1
9832026-05-28T05:46:02.378Z Downloaded proc-macro-error2 v2.0.1
9842026-05-28T05:46:02.378Z Downloaded sigpipe v0.1.3
9852026-05-28T05:46:02.378Z Downloaded signature v2.2.0
9862026-05-28T05:46:02.378Z Downloaded signal-hook-tokio v0.3.1
9872026-05-28T05:46:02.378Z Downloaded sha1 v0.10.6
9882026-05-28T05:46:02.378Z Downloaded progenitor-impl v0.11.2
9892026-05-28T05:46:02.378Z Downloaded derive_more-impl v2.1.1
9902026-05-28T05:46:02.379Z Downloaded quinn-udp v0.5.14
9912026-05-28T05:46:02.387Z Downloaded aes v0.8.4
9922026-05-28T05:46:02.388Z Downloaded serde_plain v1.0.2
9932026-05-28T05:46:02.388Z Downloaded sct v0.7.1
9942026-05-28T05:46:02.388Z Downloaded salsa20 v0.10.2
9952026-05-28T05:46:02.388Z Downloaded rustls-native-certs v0.8.3
9962026-05-28T05:46:02.388Z Downloaded resolv-conf v0.7.6
9972026-05-28T05:46:02.388Z Downloaded slog-bunyan v2.5.0
9982026-05-28T05:46:02.395Z Downloaded rusty-fork v0.3.1
9992026-05-28T05:46:02.395Z Downloaded siphasher v1.0.2
10002026-05-28T05:46:02.417Z Downloaded sec1 v0.7.3
10012026-05-28T05:46:02.418Z Downloaded rustls-pemfile v2.2.0
10022026-05-28T05:46:02.418Z Downloaded serde_path_to_error v0.1.20
10032026-05-28T05:46:02.418Z Downloaded serde-hex v0.1.0
10042026-05-28T05:46:02.444Z Downloaded schemars_derive v0.8.22
10052026-05-28T05:46:02.444Z Downloaded scroll v0.13.0
10062026-05-28T05:46:02.444Z Downloaded russh-keys v0.45.0
10072026-05-28T05:46:02.444Z Downloaded shlex v1.3.0
10082026-05-28T05:46:02.459Z Downloaded ssh-encoding v0.2.0
10092026-05-28T05:46:02.459Z Downloaded ssh-cipher v0.2.0
10102026-05-28T05:46:02.459Z Downloaded jiff-static v0.2.21
10112026-05-28T05:46:02.459Z Downloaded prefix-trie v0.7.0
10122026-05-28T05:46:02.459Z Downloaded sqlparser_derive v0.5.0
10132026-05-28T05:46:02.459Z Downloaded signal-hook-registry v1.4.8
10142026-05-28T05:46:02.459Z Downloaded progenitor-impl v0.14.0
10152026-05-28T05:46:02.459Z Downloaded slab v0.4.12
10162026-05-28T05:46:02.459Z Downloaded strum v0.26.3
10172026-05-28T05:46:02.459Z Downloaded progenitor-impl v0.10.0
10182026-05-28T05:46:02.459Z Downloaded simd-adler32 v0.3.8
10192026-05-28T05:46:02.459Z Downloaded aes-gcm v0.10.3
10202026-05-28T05:46:02.459Z Downloaded itertools v0.10.5
10212026-05-28T05:46:02.462Z Downloaded rustls-pemfile v1.0.4
10222026-05-28T05:46:02.462Z Downloaded strum v0.27.2
10232026-05-28T05:46:02.462Z Downloaded rustls-pki-types v1.14.0
10242026-05-28T05:46:02.462Z Downloaded sync_wrapper v1.0.2
10252026-05-28T05:46:02.462Z Downloaded sync-ptr v0.1.4
10262026-05-28T05:46:02.463Z Downloaded supports-color v3.0.2
10272026-05-28T05:46:02.465Z Downloaded hashbrown v0.13.2
10282026-05-28T05:46:02.469Z Downloaded strip-ansi-escapes v0.2.1
10292026-05-28T05:46:02.469Z Downloaded subtle v2.6.1
10302026-05-28T05:46:02.469Z Downloaded structmeta-derive v0.3.0
10312026-05-28T05:46:02.469Z Downloaded structmeta v0.3.0
10322026-05-28T05:46:02.476Z Downloaded hickory-server v0.25.2
10332026-05-28T05:46:02.477Z Downloaded thiserror-impl-no-std v2.0.2
10342026-05-28T05:46:02.479Z Downloaded testing_table v0.3.0
10352026-05-28T05:46:02.480Z Downloaded take_mut v0.2.2
10362026-05-28T05:46:02.480Z Downloaded tagptr v0.2.0
10372026-05-28T05:46:02.482Z Downloaded tabwriter v1.4.1
10382026-05-28T05:46:02.482Z Downloaded smallvec v0.6.14
10392026-05-28T05:46:02.482Z Downloaded slog-json v2.6.1
10402026-05-28T05:46:02.487Z Downloaded ron v0.8.1
10412026-05-28T05:46:02.489Z Downloaded slog-envlogger v2.2.0
10422026-05-28T05:46:02.489Z Downloaded serde_derive_internals v0.29.1
10432026-05-28T05:46:02.490Z Downloaded hyper-util v0.1.20
10442026-05-28T05:46:02.493Z Downloaded rcgen v0.12.1
10452026-05-28T05:46:02.496Z Downloaded serde_with_macros v3.17.0
10462026-05-28T05:46:02.499Z Downloaded progenitor-impl v0.13.0
10472026-05-28T05:46:02.499Z Downloaded pretty_assertions v1.4.1
10482026-05-28T05:46:02.502Z Downloaded prettyplease v0.2.37
10492026-05-28T05:46:02.507Z Downloaded spki v0.7.3
10502026-05-28T05:46:02.507Z Downloaded smf v0.2.3
10512026-05-28T05:46:02.507Z Downloaded termtree v0.5.1
10522026-05-28T05:46:02.507Z Downloaded tap v1.0.1
10532026-05-28T05:46:02.507Z Downloaded slog-stdlog v4.1.1
10542026-05-28T05:46:02.510Z Downloaded slog-scope v4.4.1
10552026-05-28T05:46:02.510Z Downloaded thread-id v5.1.0
10562026-05-28T05:46:02.510Z Downloaded futures-util v0.3.32
10572026-05-28T05:46:02.518Z Downloaded tinyvec_macros v0.1.1
10582026-05-28T05:46:02.522Z Downloaded static_assertions v1.1.0
10592026-05-28T05:46:02.522Z Downloaded serde_cbor v0.11.2
10602026-05-28T05:46:02.522Z Downloaded mio v1.2.0
10612026-05-28T05:46:02.526Z Downloaded schemars v0.8.22
10622026-05-28T05:46:02.533Z Downloaded strum_macros v0.24.3
10632026-05-28T05:46:02.537Z Downloaded time-core v0.1.8
10642026-05-28T05:46:02.537Z Downloaded sqlformat v0.3.5
10652026-05-28T05:46:02.537Z Downloaded slog-async v2.8.0
10662026-05-28T05:46:02.540Z Downloaded publicsuffix v2.3.0
10672026-05-28T05:46:02.540Z Downloaded stacker v0.1.23
10682026-05-28T05:46:02.543Z Downloaded termios v0.3.3
10692026-05-28T05:46:02.543Z Downloaded tabled_derive v0.11.0
10702026-05-28T05:46:02.543Z Downloaded slog-dtrace v0.3.0
10712026-05-28T05:46:02.546Z Downloaded hashbrown v0.15.5
10722026-05-28T05:46:02.550Z Downloaded http v1.4.0
10732026-05-28T05:46:02.553Z Downloaded string_cache v0.8.9
10742026-05-28T05:46:02.553Z Downloaded slog-term v2.9.2
10752026-05-28T05:46:02.556Z Downloaded rand v0.8.6
10762026-05-28T05:46:02.559Z Downloaded strum_macros v0.26.4
10772026-05-28T05:46:02.559Z Downloaded ryu v1.0.23
10782026-05-28T05:46:02.562Z Downloaded strum_macros v0.27.2
10792026-05-28T05:46:02.566Z Downloaded openssl-sys v0.9.115
10802026-05-28T05:46:02.569Z Downloaded signal-hook v0.3.18
10812026-05-28T05:46:02.569Z Downloaded support-bundle-viewer v0.1.2
10822026-05-28T05:46:02.572Z Downloaded bindgen v0.71.1
10832026-05-28T05:46:02.575Z Downloaded similar v2.7.0
10842026-05-28T05:46:02.578Z Downloaded rayon-core v1.13.0
10852026-05-28T05:46:02.580Z Downloaded tiny-keccak v2.0.2
10862026-05-28T05:46:02.583Z Downloaded topological-sort v0.2.2
10872026-05-28T05:46:02.583Z Downloaded snafu-derive v0.8.9
10882026-05-28T05:46:02.586Z Downloaded hashbrown v0.16.1
10892026-05-28T05:46:02.589Z Downloaded thread_local v1.1.9
10902026-05-28T05:46:02.591Z Downloaded itertools v0.13.0
10912026-05-28T05:46:02.596Z Downloaded tower-service v0.3.3
10922026-05-28T05:46:02.596Z Downloaded tower-layer v0.3.3
10932026-05-28T05:46:02.610Z Downloaded hyper v1.8.1
10942026-05-28T05:46:02.610Z Downloaded trait-variant v0.1.2
10952026-05-28T05:46:02.611Z Downloaded tls_codec v0.4.2
10962026-05-28T05:46:02.611Z Downloaded try-lock v0.2.5
10972026-05-28T05:46:02.611Z Downloaded spin v0.9.8
10982026-05-28T05:46:02.611Z Downloaded serde_yaml v0.9.34+deprecated
10992026-05-28T05:46:02.611Z Downloaded tokio-dtrace v0.1.1
11002026-05-28T05:46:02.617Z Downloaded tls_codec_derive v0.4.2
11012026-05-28T05:46:02.617Z Downloaded thiserror-no-std v2.0.2
11022026-05-28T05:46:02.617Z Downloaded unarray v0.1.4
11032026-05-28T05:46:02.617Z Downloaded slog v2.8.2
11042026-05-28T05:46:02.617Z Downloaded quinn v0.11.9
11052026-05-28T05:46:02.620Z Downloaded libxml v0.3.3
11062026-05-28T05:46:02.623Z Downloaded tokio-tungstenite v0.23.1
11072026-05-28T05:46:02.623Z Downloaded tokio-rustls v0.25.0
11082026-05-28T05:46:02.626Z Downloaded tokio-native-tls v0.3.1
11092026-05-28T05:46:02.626Z Downloaded usdt v0.6.0
11102026-05-28T05:46:02.629Z Downloaded untrusted v0.7.1
11112026-05-28T05:46:02.629Z Downloaded tokio-macros v2.7.0
11122026-05-28T05:46:02.629Z Downloaded aho-corasick v1.1.4
11132026-05-28T05:46:02.632Z Downloaded typify-macro v0.4.3
11142026-05-28T05:46:02.635Z Downloaded unicode-truncate v1.1.0
11152026-05-28T05:46:02.635Z Downloaded typify-macro v0.6.2
11162026-05-28T05:46:02.635Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-05-28T05:46:02.637Z Downloaded socket2 v0.5.10
11182026-05-28T05:46:02.637Z Downloaded rand v0.9.2
11192026-05-28T05:46:02.640Z Downloaded unit-prefix v0.5.2
11202026-05-28T05:46:02.643Z Downloaded num-bigint v0.4.6
11212026-05-28T05:46:02.645Z Downloaded utf-8 v0.7.6
11222026-05-28T05:46:02.645Z Downloaded untrusted v0.9.0
11232026-05-28T05:46:02.648Z Downloaded rustls-platform-verifier v0.6.2
11242026-05-28T05:46:02.651Z Downloaded qorb v0.4.1
11252026-05-28T05:46:02.654Z Downloaded crossterm v0.28.1
11262026-05-28T05:46:02.657Z Downloaded usdt-attr-macro v0.6.0
11272026-05-28T05:46:02.657Z Downloaded tokio-tungstenite v0.21.0
11282026-05-28T05:46:02.660Z Downloaded term v1.2.1
11292026-05-28T05:46:02.662Z Downloaded usdt-macro v0.6.0
11302026-05-28T05:46:02.662Z Downloaded void v1.0.2
11312026-05-28T05:46:02.663Z Downloaded term v0.7.0
11322026-05-28T05:46:02.665Z Downloaded crossterm v0.29.0
11332026-05-28T05:46:02.668Z Downloaded want v0.3.1
11342026-05-28T05:46:02.668Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-05-28T05:46:02.671Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11362026-05-28T05:46:02.671Z Downloaded blake3 v1.8.3
11372026-05-28T05:46:02.676Z Downloaded wait-timeout v0.2.1
11382026-05-28T05:46:02.679Z Downloaded universal-hash v0.5.1
11392026-05-28T05:46:02.679Z Downloaded schemars v1.2.1
11402026-05-28T05:46:02.687Z Downloaded tui-tree-widget v0.23.1
11412026-05-28T05:46:02.690Z Downloaded libm v0.2.16
11422026-05-28T05:46:02.693Z Downloaded time-macros v0.2.27
11432026-05-28T05:46:02.696Z Downloaded num-bigint-dig v0.8.6
11442026-05-28T05:46:02.699Z Downloaded unicase v2.9.0
11452026-05-28T05:46:02.699Z Downloaded xshell-macros v0.2.7
11462026-05-28T05:46:02.701Z Downloaded socket2 v0.6.3
11472026-05-28T05:46:02.701Z Downloaded nom v7.1.3
11482026-05-28T05:46:02.704Z Downloaded iri-string v0.7.10
11492026-05-28T05:46:02.709Z Downloaded schemars v0.9.0
11502026-05-28T05:46:02.716Z Downloaded stringprep v0.1.5
11512026-05-28T05:46:02.719Z Downloaded snafu v0.8.9
11522026-05-28T05:46:02.733Z Downloaded usdt-impl v0.6.0
11532026-05-28T05:46:02.737Z Downloaded vergen-git2 v1.0.7
11542026-05-28T05:46:02.739Z Downloaded zone_cfg_derive v0.3.1
11552026-05-28T05:46:02.740Z Downloaded vsss-rs v3.3.4
11562026-05-28T05:46:02.740Z Downloaded vergen-gitcl v1.0.8
11572026-05-28T05:46:02.743Z Downloaded twox-hash v2.1.2
11582026-05-28T05:46:02.748Z Downloaded itertools v0.12.1
11592026-05-28T05:46:02.750Z Downloaded tokio-rustls v0.24.1
11602026-05-28T05:46:02.753Z Downloaded rustls-webpki v0.103.9
11612026-05-28T05:46:02.756Z Downloaded xattr v1.6.1
11622026-05-28T05:46:02.756Z Downloaded tracing-attributes v0.1.31
11632026-05-28T05:46:02.761Z Downloaded bitvec v1.0.1
11642026-05-28T05:46:02.766Z Downloaded zeroize_derive v1.4.3
11652026-05-28T05:46:02.768Z Downloaded xshell v0.2.7
11662026-05-28T05:46:02.768Z Downloaded wyz v0.5.1
11672026-05-28T05:46:02.771Z Downloaded toml v0.7.8
11682026-05-28T05:46:02.771Z Downloaded tokio-rustls v0.26.4
11692026-05-28T05:46:02.774Z Downloaded subprocess v0.2.15
11702026-05-28T05:46:02.776Z Downloaded hkdf v0.12.4
11712026-05-28T05:46:02.780Z Downloaded uzers v0.12.2
11722026-05-28T05:46:02.782Z Downloaded waitgroup v0.1.2
11732026-05-28T05:46:02.782Z Downloaded toml v1.0.6+spec-1.1.0
11742026-05-28T05:46:02.785Z Downloaded test-strategy v0.4.5
11752026-05-28T05:46:02.788Z Downloaded rustyline v14.0.0
11762026-05-28T05:46:02.791Z Downloaded vergen-lib v0.1.6
11772026-05-28T05:46:02.794Z Downloaded tinyvec v1.10.0
11782026-05-28T05:46:02.794Z Downloaded h2 v0.4.13
11792026-05-28T05:46:02.797Z Downloaded whoami v2.1.0
11802026-05-28T05:46:02.800Z Downloaded rsa v0.9.10
11812026-05-28T05:46:02.803Z Downloaded zone v0.3.1
11822026-05-28T05:46:02.803Z Downloaded tungstenite v0.21.0
11832026-05-28T05:46:02.805Z Downloaded whoami v1.6.1
11842026-05-28T05:46:02.808Z Downloaded itertools v0.14.0
11852026-05-28T05:46:02.811Z Downloaded tracing-core v0.1.36
11862026-05-28T05:46:02.817Z Downloaded rand v0.10.0
11872026-05-28T05:46:02.820Z Downloaded unicode-properties v0.1.4
11882026-05-28T05:46:02.820Z Downloaded typify v0.6.2
11892026-05-28T05:46:02.821Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-05-28T05:46:02.823Z Downloaded iddqd v0.4.1
11912026-05-28T05:46:02.826Z Downloaded yasna v0.5.2
11922026-05-28T05:46:02.828Z Downloaded tokio-stream v0.1.18
11932026-05-28T05:46:02.832Z Downloaded zeroize v1.8.2
11942026-05-28T05:46:02.832Z Downloaded zstd v0.13.3
11952026-05-28T05:46:02.834Z Downloaded tar v0.4.45
11962026-05-28T05:46:02.835Z Downloaded samael v0.0.19
11972026-05-28T05:46:02.838Z Downloaded toml v0.9.12+spec-1.1.0
11982026-05-28T05:46:02.840Z Downloaded rpassword v7.4.0
11992026-05-28T05:46:02.843Z Downloaded vergen v9.0.6
12002026-05-28T05:46:02.846Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-05-28T05:46:02.855Z Downloaded typify v0.4.3
12022026-05-28T05:46:02.855Z Downloaded steno v0.4.1
12032026-05-28T05:46:02.859Z Downloaded walkdir v2.5.0
12042026-05-28T05:46:02.859Z Downloaded tungstenite v0.23.0
12052026-05-28T05:46:02.865Z Downloaded tokio-postgres v0.7.16
12062026-05-28T05:46:02.870Z Downloaded zerocopy v0.6.6
12072026-05-28T05:46:02.872Z Downloaded unsafe-libyaml v0.2.11
12082026-05-28T05:46:02.882Z Downloaded zstd-safe v7.2.4
12092026-05-28T05:46:02.886Z Downloaded p384 v0.13.1
12102026-05-28T05:46:02.909Z Downloaded chrono v0.4.44
12112026-05-28T05:46:02.920Z Downloaded russh v0.45.0
12122026-05-28T05:46:02.930Z Downloaded p521 v0.13.3
12132026-05-28T05:46:02.932Z Downloaded reedline v0.40.0
12142026-05-28T05:46:02.936Z Downloaded zopfli v0.8.3
12152026-05-28T05:46:02.939Z Downloaded zip v0.6.6
12162026-05-28T05:46:02.941Z Downloaded toml_edit v0.19.15
12172026-05-28T05:46:02.949Z Downloaded uuid v1.23.0
12182026-05-28T05:46:02.955Z Downloaded vte v0.14.1
12192026-05-28T05:46:02.958Z Downloaded unicode-bidi v0.3.18
12202026-05-28T05:46:02.960Z Downloaded ssh-key v0.6.7
12212026-05-28T05:46:02.963Z Downloaded yansi v1.0.1
12222026-05-28T05:46:02.965Z Downloaded quick-xml v0.37.5
12232026-05-28T05:46:02.968Z Downloaded portable-atomic v1.13.1
12242026-05-28T05:46:02.977Z Downloaded goblin v0.10.5
12252026-05-28T05:46:02.981Z Downloaded rustls-webpki v0.101.7
12262026-05-28T05:46:02.989Z Downloaded salty v0.3.0
12272026-05-28T05:46:02.993Z Downloaded regex v1.12.3
12282026-05-28T05:46:02.996Z Downloaded moka v0.12.13
12292026-05-28T05:46:03.001Z Downloaded typed-path v0.9.3
12302026-05-28T05:46:03.008Z Downloaded reqwest v0.12.28
12312026-05-28T05:46:03.012Z Downloaded zerocopy-derive v0.8.40
12322026-05-28T05:46:03.018Z Downloaded unicode-segmentation v1.12.0
12332026-05-28T05:46:03.026Z Downloaded rayon v1.11.0
12342026-05-28T05:46:03.042Z Downloaded tokio-util v0.7.18
12352026-05-28T05:46:03.048Z Downloaded tough v0.22.0
12362026-05-28T05:46:03.053Z Downloaded zip v4.6.1
12372026-05-28T05:46:03.056Z Downloaded x509-cert v0.2.5
12382026-05-28T05:46:03.059Z Downloaded unicode_categories v0.1.1
12392026-05-28T05:46:03.062Z Downloaded lalrpop v0.19.12
12402026-05-28T05:46:03.066Z Downloaded tower v0.5.3
12412026-05-28T05:46:03.072Z Downloaded reqwest v0.13.2
12422026-05-28T05:46:03.075Z Downloaded rustls-webpki v0.102.8
12432026-05-28T05:46:03.085Z Downloaded nix v0.27.1
12442026-05-28T05:46:03.091Z Downloaded unicode-normalization v0.1.25
12452026-05-28T05:46:03.094Z Downloaded serde_with v3.17.0
12462026-05-28T05:46:03.100Z Downloaded object v0.30.4
12472026-05-28T05:46:03.105Z Downloaded tower-http v0.6.8
12482026-05-28T05:46:03.110Z Downloaded git2 v0.20.4
12492026-05-28T05:46:03.114Z Downloaded radix_trie v0.2.1
12502026-05-28T05:46:03.130Z Downloaded bstr v1.12.1
12512026-05-28T05:46:03.164Z Downloaded winnow v0.5.40
12522026-05-28T05:46:03.164Z Downloaded proptest v1.10.0
12532026-05-28T05:46:03.164Z Downloaded winnow v0.6.26
12542026-05-28T05:46:03.164Z Downloaded curve25519-dalek v4.1.3
12552026-05-28T05:46:03.164Z Downloaded openssl v0.10.79
12562026-05-28T05:46:03.164Z Downloaded nix v0.28.0
12572026-05-28T05:46:03.168Z Downloaded rustls v0.21.12
12582026-05-28T05:46:03.175Z Downloaded quinn-proto v0.11.13
12592026-05-28T05:46:03.179Z Downloaded nix v0.29.0
12602026-05-28T05:46:03.187Z Downloaded dropshot v0.16.7
12612026-05-28T05:46:03.200Z Downloaded time v0.3.47
12622026-05-28T05:46:03.207Z Downloaded petname v2.0.2
12632026-05-28T05:46:03.216Z Downloaded vcpkg v0.2.15
12642026-05-28T05:46:03.239Z Downloaded polar-core v0.27.3
12652026-05-28T05:46:03.243Z Downloaded object v0.37.3
12662026-05-28T05:46:03.251Z Downloaded tabled v0.20.0
12672026-05-28T05:46:03.261Z Downloaded zerocopy v0.8.40
12682026-05-28T05:46:03.267Z Downloaded regex-syntax v0.6.29
12692026-05-28T05:46:03.271Z Downloaded regress v0.10.5
12702026-05-28T05:46:03.277Z Downloaded smoltcp v0.11.0
12712026-05-28T05:46:03.284Z Downloaded zlib-rs v0.6.2
12722026-05-28T05:46:03.288Z Downloaded smoltcp v0.9.1
12732026-05-28T05:46:03.294Z Downloaded rustls v0.23.37
12742026-05-28T05:46:03.301Z Downloaded rustix v0.38.44
12752026-05-28T05:46:03.316Z Downloaded webpki-roots v1.0.6
12762026-05-28T05:46:03.318Z Downloaded hickory-proto v0.24.4
12772026-05-28T05:46:03.327Z Downloaded dropshot v0.17.0
12782026-05-28T05:46:03.340Z Downloaded regress v0.11.1
12792026-05-28T05:46:03.345Z Downloaded nix v0.31.2
12802026-05-28T05:46:03.356Z Downloaded hickory-proto v0.25.2
12812026-05-28T05:46:03.366Z Downloaded sqlparser v0.61.0
12822026-05-28T05:46:03.372Z Downloaded diesel v2.3.7
12832026-05-28T05:46:03.384Z Downloaded regex-syntax v0.8.10
12842026-05-28T05:46:03.389Z Downloaded rustls v0.22.4
12852026-05-28T05:46:03.397Z Downloaded sled v0.34.7
12862026-05-28T05:46:03.402Z Downloaded openapiv3 v2.2.0
12872026-05-28T05:46:03.409Z Downloaded typify-impl v0.6.2
12882026-05-28T05:46:03.419Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-05-28T05:46:03.445Z Downloaded regex-automata v0.4.14
12902026-05-28T05:46:03.477Z Downloaded ratatui v0.29.0
12912026-05-28T05:46:03.489Z Downloaded jiff v0.2.21
12922026-05-28T05:46:03.500Z Downloaded typify-impl v0.4.3
12932026-05-28T05:46:03.509Z Downloaded tracing v0.1.44
12942026-05-28T05:46:03.522Z Downloaded chrono-tz v0.10.4
12952026-05-28T05:46:03.539Z Downloaded zerocopy-derive v0.6.6
12962026-05-28T05:46:03.545Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-28T05:46:03.556Z Downloaded libz-sys v1.1.24
12982026-05-28T05:46:03.570Z Downloaded petgraph v0.6.5
12992026-05-28T05:46:03.609Z Downloaded petgraph v0.8.3
13002026-05-28T05:46:03.632Z Downloaded csv v1.4.0
13012026-05-28T05:46:03.655Z Downloaded sha3 v0.10.8
13022026-05-28T05:46:03.666Z Downloaded tokio v1.52.1
13032026-05-28T05:46:03.704Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-05-28T05:46:03.738Z Downloaded encoding_rs v0.8.35
13052026-05-28T05:46:03.758Z Downloaded ring v0.17.14
13062026-05-28T05:46:04.211Z Downloaded aws-lc-sys v0.40.0
13072026-05-28T05:46:04.463Z Compiling libc v0.2.185
13082026-05-28T05:46:04.492Z Compiling serde v1.0.228
13092026-05-28T05:46:04.492Z Compiling log v0.4.29
13102026-05-28T05:46:04.492Z Compiling shlex v1.3.0
13112026-05-28T05:46:04.492Z Compiling find-msvc-tools v0.1.9
13122026-05-28T05:46:04.587Z Compiling smallvec v1.15.1
13132026-05-28T05:46:04.597Z Compiling syn v2.0.117
13142026-05-28T05:46:04.606Z Compiling typenum v1.19.0
13152026-05-28T05:46:04.795Z Compiling generic-array v0.14.7
13162026-05-28T05:46:04.814Z Compiling subtle v2.6.1
13172026-05-28T05:46:04.816Z Compiling scopeguard v1.2.0
13182026-05-28T05:46:04.916Z Compiling const-oid v0.9.6
13192026-05-28T05:46:04.944Z Compiling lock_api v0.4.14
13202026-05-28T05:46:04.957Z Compiling serde_json v1.0.149
13212026-05-28T05:46:04.995Z Compiling zerocopy v0.8.40
13222026-05-28T05:46:05.044Z Compiling portable-atomic v1.13.1
13232026-05-28T05:46:05.184Z Compiling parking_lot_core v0.9.12
13242026-05-28T05:46:05.436Z Compiling pin-project-lite v0.2.17
13252026-05-28T05:46:05.442Z Compiling getrandom v0.2.17
13262026-05-28T05:46:05.509Z Compiling jobserver v0.1.34
13272026-05-28T05:46:05.509Z Compiling errno v0.3.14
13282026-05-28T05:46:05.585Z Compiling rand_core v0.6.4
13292026-05-28T05:46:05.624Z Compiling pkg-config v0.3.32
13302026-05-28T05:46:05.669Z Compiling signal-hook-registry v1.4.8
13312026-05-28T05:46:05.866Z Compiling cc v1.2.56
13322026-05-28T05:46:05.896Z Compiling bitflags v2.11.0
13332026-05-28T05:46:05.956Z Compiling libm v0.2.16
13342026-05-28T05:46:05.956Z Compiling critical-section v1.2.0
13352026-05-28T05:46:06.075Z Compiling futures-core v0.3.32
13362026-05-28T05:46:06.128Z Compiling once_cell v1.21.3
13372026-05-28T05:46:06.191Z Compiling parking_lot v0.12.5
13382026-05-28T05:46:06.204Z Compiling mio v1.2.0
13392026-05-28T05:46:06.226Z Compiling num-traits v0.2.19
13402026-05-28T05:46:06.321Z Compiling percent-encoding v2.3.2
13412026-05-28T05:46:06.343Z Compiling socket2 v0.6.3
13422026-05-28T05:46:06.541Z Compiling futures-sink v0.3.32
13432026-05-28T05:46:06.585Z Compiling futures-io v0.3.32
13442026-05-28T05:46:06.623Z Compiling futures-channel v0.3.32
13452026-05-28T05:46:06.644Z Compiling slab v0.4.12
13462026-05-28T05:46:06.686Z Compiling futures-task v0.3.32
13472026-05-28T05:46:06.742Z Compiling getrandom v0.4.1
13482026-05-28T05:46:06.798Z Compiling cpufeatures v0.2.17
13492026-05-28T05:46:06.820Z Compiling rand_core v0.10.0
13502026-05-28T05:46:06.848Z Compiling indexmap v2.14.0
13512026-05-28T05:46:06.862Z Compiling getrandom v0.3.4
13522026-05-28T05:46:06.874Z Compiling rustversion v1.0.22
13532026-05-28T05:46:06.987Z Compiling cmake v0.1.57
13542026-05-28T05:46:07.438Z Compiling form_urlencoded v1.2.2
13552026-05-28T05:46:07.449Z Compiling fs_extra v1.3.0
13562026-05-28T05:46:07.463Z Compiling synstructure v0.13.2
13572026-05-28T05:46:07.476Z Compiling dunce v1.0.5
13582026-05-28T05:46:07.575Z Compiling ident_case v1.0.1
13592026-05-28T05:46:07.610Z Compiling base64ct v1.8.3
13602026-05-28T05:46:07.697Z Compiling regex-syntax v0.8.10
13612026-05-28T05:46:07.713Z Compiling rustix v1.1.3
13622026-05-28T05:46:07.726Z Compiling aws-lc-sys v0.40.0
13632026-05-28T05:46:07.848Z Compiling pem-rfc7468 v0.7.0
13642026-05-28T05:46:07.910Z Compiling iana-time-zone v0.1.65
13652026-05-28T05:46:08.078Z Compiling flagset v0.4.7
13662026-05-28T05:46:08.117Z Compiling rand_core v0.9.5
13672026-05-28T05:46:08.159Z Compiling ring v0.17.14
13682026-05-28T05:46:08.174Z Compiling vcpkg v0.2.15
13692026-05-28T05:46:08.206Z Compiling aws-lc-rs v1.16.3
13702026-05-28T05:46:08.389Z Compiling uuid v1.23.0
13712026-05-28T05:46:08.489Z Compiling rustc_version v0.4.1
13722026-05-28T05:46:08.811Z Compiling tracing-core v0.1.36
13732026-05-28T05:46:08.887Z Compiling openssl-sys v0.9.115
13742026-05-28T05:46:09.080Z Compiling base64 v0.22.1
13752026-05-28T05:46:09.193Z Compiling serde_derive v1.0.228
13762026-05-28T05:46:09.408Z Compiling zeroize_derive v1.4.3
13772026-05-28T05:46:09.448Z Compiling zerofrom-derive v0.1.6
13782026-05-28T05:46:09.461Z Compiling yoke-derive v0.8.1
13792026-05-28T05:46:09.464Z Compiling zerovec-derive v0.11.2
13802026-05-28T05:46:10.051Z Compiling zeroize v1.8.2
13812026-05-28T05:46:10.072Z Compiling zerocopy-derive v0.8.40
13822026-05-28T05:46:10.595Z Compiling displaydoc v0.2.5
13832026-05-28T05:46:10.628Z Compiling tokio-macros v2.7.0
13842026-05-28T05:46:10.828Z Compiling crypto-common v0.1.7
13852026-05-28T05:46:10.865Z Compiling zerofrom v0.1.6
13862026-05-28T05:46:10.974Z Compiling yoke v0.8.1
13872026-05-28T05:46:10.988Z Compiling block-buffer v0.10.4
13882026-05-28T05:46:11.148Z Compiling zerovec v0.11.5
13892026-05-28T05:46:11.151Z Compiling digest v0.10.7
13902026-05-28T05:46:11.325Z Compiling zerotrie v0.2.3
13912026-05-28T05:46:11.348Z Compiling futures-macro v0.3.32
13922026-05-28T05:46:11.408Z Compiling hmac v0.12.1
13932026-05-28T05:46:11.571Z Compiling block-padding v0.3.3
13942026-05-28T05:46:11.614Z Compiling tinystr v0.8.2
13952026-05-28T05:46:11.639Z Compiling potential_utf v0.1.4
13962026-05-28T05:46:11.727Z Compiling inout v0.1.4
13972026-05-28T05:46:11.797Z Compiling icu_locale_core v2.1.1
13982026-05-28T05:46:11.811Z Compiling icu_collections v2.1.1
13992026-05-28T05:46:11.888Z Compiling cipher v0.4.4
14002026-05-28T05:46:12.146Z Compiling futures-util v0.3.32
14012026-05-28T05:46:12.146Z Compiling sha2 v0.10.9
14022026-05-28T05:46:12.283Z Compiling der_derive v0.7.3
14032026-05-28T05:46:12.630Z Compiling bytes v1.11.1
14042026-05-28T05:46:12.667Z Compiling icu_provider v2.1.1
14052026-05-28T05:46:12.789Z Compiling chrono v0.4.44
14062026-05-28T05:46:12.970Z Compiling icu_normalizer v2.1.1
14072026-05-28T05:46:13.232Z Compiling tokio v1.52.1
14082026-05-28T05:46:13.235Z Compiling icu_properties v2.1.2
14092026-05-28T05:46:13.501Z Compiling der v0.7.10
14102026-05-28T05:46:13.525Z Compiling http v1.4.0
14112026-05-28T05:46:14.168Z Compiling idna_adapter v1.2.1
14122026-05-28T05:46:14.313Z Compiling idna v1.1.0
14132026-05-28T05:46:14.364Z Compiling ppv-lite86 v0.2.21
14142026-05-28T05:46:14.439Z Compiling spki v0.7.3
14152026-05-28T05:46:14.456Z Compiling salsa20 v0.10.2
14162026-05-28T05:46:14.469Z Compiling pbkdf2 v0.12.2
14172026-05-28T05:46:14.583Z Compiling rustls-pki-types v1.14.0
14182026-05-28T05:46:14.597Z Compiling url v2.5.8
14192026-05-28T05:46:14.638Z Compiling tracing-attributes v0.1.31
14202026-05-28T05:46:14.680Z Compiling thiserror-impl v2.0.18
14212026-05-28T05:46:14.710Z Compiling rand_chacha v0.9.0
14222026-05-28T05:46:14.961Z Compiling scrypt v0.11.0
14232026-05-28T05:46:15.034Z Compiling http-body v1.0.1
14242026-05-28T05:46:15.189Z Compiling aes v0.8.4
14252026-05-28T05:46:15.211Z Compiling cbc v0.1.2
14262026-05-28T05:46:15.381Z Compiling untrusted v0.9.0
14272026-05-28T05:46:15.409Z Compiling tinyvec_macros v0.1.1
14282026-05-28T05:46:15.430Z Compiling httparse v1.10.1
14292026-05-28T05:46:15.479Z Compiling untrusted v0.7.1
14302026-05-28T05:46:15.502Z Compiling openssl-probe v0.2.1
14312026-05-28T05:46:15.603Z Compiling pkcs5 v0.7.1
14322026-05-28T05:46:15.807Z Compiling tinyvec v1.10.0
14332026-05-28T05:46:15.931Z Compiling tracing v0.1.44
14342026-05-28T05:46:15.993Z Compiling thiserror v2.0.18
14352026-05-28T05:46:16.071Z Compiling pest_generator v2.8.6
14362026-05-28T05:46:16.098Z Compiling rand v0.9.2
14372026-05-28T05:46:16.144Z Compiling serde_derive_internals v0.29.1
14382026-05-28T05:46:16.189Z Compiling aho-corasick v1.1.4
14392026-05-28T05:46:16.230Z Compiling rustls v0.23.37
14402026-05-28T05:46:16.399Z Compiling atomic-waker v1.1.2
14412026-05-28T05:46:16.525Z Compiling dyn-clone v1.0.20
14422026-05-28T05:46:16.663Z Compiling tower-service v0.3.3
14432026-05-28T05:46:16.748Z Compiling tower-layer v0.3.3
14442026-05-28T05:46:16.762Z Compiling schemars v0.8.22
14452026-05-28T05:46:16.879Z Compiling try-lock v0.2.5
14462026-05-28T05:46:16.905Z Compiling tokio-util v0.7.18
14472026-05-28T05:46:16.976Z Compiling regex-automata v0.4.14
14482026-05-28T05:46:16.988Z Compiling want v0.3.1
14492026-05-28T05:46:17.012Z Compiling schemars_derive v0.8.22
14502026-05-28T05:46:17.148Z Compiling pest_derive v2.8.6
14512026-05-28T05:46:17.404Z Compiling pkcs8 v0.10.2
14522026-05-28T05:46:17.573Z Compiling h2 v0.4.13
14532026-05-28T05:46:17.836Z Compiling ipnet v2.11.0
14542026-05-28T05:46:17.919Z Compiling scroll_derive v0.13.1
14552026-05-28T05:46:18.003Z Compiling darling_core v0.20.11
14562026-05-28T05:46:18.226Z Compiling foreign-types-shared v0.1.1
14572026-05-28T05:46:18.315Z Compiling openssl v0.10.79
14582026-05-28T05:46:18.329Z Compiling pin-utils v0.1.0
14592026-05-28T05:46:18.401Z Compiling httpdate v1.0.3
14602026-05-28T05:46:18.560Z Compiling tempfile v3.25.0
14612026-05-28T05:46:18.619Z Compiling foreign-types v0.3.2
14622026-05-28T05:46:18.705Z Compiling scroll v0.13.0
14632026-05-28T05:46:18.829Z Compiling unicode-normalization v0.1.25
14642026-05-28T05:46:18.959Z Compiling openssl-macros v0.1.1
14652026-05-28T05:46:19.288Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-28T05:46:19.356Z Compiling spin v0.9.8
14672026-05-28T05:46:19.400Z Compiling powerfmt v0.2.0
14682026-05-28T05:46:19.563Z Compiling crc32fast v1.5.0
14692026-05-28T05:46:19.603Z Compiling time-core v0.1.8
14702026-05-28T05:46:19.673Z Compiling native-tls v0.2.18
14712026-05-28T05:46:19.754Z Compiling num-conv v0.2.0
14722026-05-28T05:46:19.888Z Compiling time-macros v0.2.27
14732026-05-28T05:46:19.914Z Compiling deranged v0.5.8
14742026-05-28T05:46:20.266Z Compiling darling_macro v0.20.11
14752026-05-28T05:46:20.725Z Compiling hyper v1.8.1
14762026-05-28T05:46:20.868Z Compiling darling v0.20.11
14772026-05-28T05:46:20.940Z Compiling goblin v0.10.5
14782026-05-28T05:46:20.953Z Compiling rustls-native-certs v0.8.3
14792026-05-28T05:46:21.039Z Compiling sync_wrapper v1.0.2
14802026-05-28T05:46:21.151Z Compiling wait-timeout v0.2.1
14812026-05-28T05:46:21.237Z Compiling quick-error v1.2.3
14822026-05-28T05:46:21.347Z Compiling bit-vec v0.8.0
14832026-05-28T05:46:21.415Z Compiling num_threads v0.1.7
14842026-05-28T05:46:21.496Z Compiling usdt-impl v0.6.0
14852026-05-28T05:46:21.510Z Compiling crossbeam-utils v0.8.21
14862026-05-28T05:46:21.570Z Compiling syn v1.0.109
14872026-05-28T05:46:21.693Z Compiling simd-adler32 v0.3.8
14882026-05-28T05:46:21.792Z Compiling hyper-util v0.1.20
14892026-05-28T05:46:21.869Z Compiling siphasher v1.0.2
14902026-05-28T05:46:22.016Z Compiling bit-set v0.8.0
14912026-05-28T05:46:22.053Z Compiling time v0.3.47
14922026-05-28T05:46:22.282Z Compiling rusty-fork v0.3.1
14932026-05-28T05:46:22.480Z Compiling tower v0.5.3
14942026-05-28T05:46:22.591Z Compiling derive_builder_core v0.20.2
14952026-05-28T05:46:22.956Z Compiling dtrace-parser v0.3.0
14962026-05-28T05:46:23.124Z Compiling http-body-util v0.1.3
14972026-05-28T05:46:23.371Z Compiling webpki-roots v1.0.6
14982026-05-28T05:46:23.445Z Compiling signature v2.2.0
14992026-05-28T05:46:23.480Z Compiling thiserror-impl v1.0.69
15002026-05-28T05:46:23.492Z Compiling scroll_derive v0.12.1
15012026-05-28T05:46:23.590Z Compiling dof v0.4.0
15022026-05-28T05:46:23.624Z Compiling heapless v0.7.17
15032026-05-28T05:46:23.708Z Compiling rand_xorshift v0.4.0
15042026-05-28T05:46:23.860Z Compiling slog v2.8.2
15052026-05-28T05:46:23.873Z Compiling darling_core v0.21.3
15062026-05-28T05:46:24.043Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-05-28T05:46:24.169Z Compiling thread-id v5.1.0
15082026-05-28T05:46:24.261Z Compiling cookie v0.18.1
15092026-05-28T05:46:24.356Z Compiling anyhow v1.0.102
15102026-05-28T05:46:24.446Z Compiling unicode-bidi v0.3.18
15112026-05-28T05:46:24.663Z Compiling signal-hook v0.3.18
15122026-05-28T05:46:24.766Z Compiling zstd-safe v7.2.4
15132026-05-28T05:46:24.780Z Compiling ryu v1.0.23
15142026-05-28T05:46:24.838Z Compiling unicode-properties v0.1.4
15152026-05-28T05:46:24.959Z Compiling unarray v0.1.4
15162026-05-28T05:46:24.959Z Compiling paste v1.0.15
15172026-05-28T05:46:24.985Z Compiling iri-string v0.7.10
15182026-05-28T05:46:25.047Z Compiling adler2 v2.0.1
15192026-05-28T05:46:25.068Z Compiling allocator-api2 v0.2.21
15202026-05-28T05:46:25.128Z Compiling proptest v1.10.0
15212026-05-28T05:46:25.176Z Compiling miniz_oxide v0.8.9
15222026-05-28T05:46:25.275Z Compiling stringprep v0.1.5
15232026-05-28T05:46:25.387Z Compiling serde_urlencoded v0.7.1
15242026-05-28T05:46:25.648Z Compiling thiserror v1.0.69
15252026-05-28T05:46:25.928Z Compiling scroll v0.12.0
15262026-05-28T05:46:26.194Z Compiling tower-http v0.6.8
15272026-05-28T05:46:26.421Z Compiling derive_builder_macro v0.20.2
15282026-05-28T05:46:26.424Z Compiling darling_macro v0.21.3
15292026-05-28T05:46:26.450Z Compiling tokio-native-tls v0.3.1
15302026-05-28T05:46:26.580Z Compiling ipnetwork v0.21.1
15312026-05-28T05:46:26.612Z Compiling bstr v1.12.1
15322026-05-28T05:46:26.874Z Compiling rand_chacha v0.3.1
15332026-05-28T05:46:26.892Z Compiling toml_datetime v0.6.11
15342026-05-28T05:46:26.968Z Compiling serde_tokenstream v0.2.3
15352026-05-28T05:46:27.000Z Compiling serde_spanned v0.6.9
15362026-05-28T05:46:27.145Z Compiling erased-serde v0.3.31
15372026-05-28T05:46:27.145Z Compiling md-5 v0.10.6
15382026-05-28T05:46:27.246Z Compiling zerocopy-derive v0.7.35
15392026-05-28T05:46:27.275Z Compiling async-trait v0.1.89
15402026-05-28T05:46:27.322Z Compiling pin-project-internal v1.1.11
15412026-05-28T05:46:27.626Z Compiling curve25519-dalek v4.1.3
15422026-05-28T05:46:27.678Z Compiling vergen-lib v0.1.6
15432026-05-28T05:46:27.857Z Compiling num-integer v0.1.46
15442026-05-28T05:46:27.957Z Compiling hash32 v0.2.1
15452026-05-28T05:46:28.098Z Compiling ff v0.13.1
15462026-05-28T05:46:28.152Z Compiling memoffset v0.9.1
15472026-05-28T05:46:28.177Z Compiling num-bigint-dig v0.8.6
15482026-05-28T05:46:28.237Z Compiling zlib-rs v0.6.2
15492026-05-28T05:46:28.276Z Compiling cfg_aliases v0.2.1
15502026-05-28T05:46:28.343Z Compiling rustix v0.38.44
15512026-05-28T05:46:28.356Z Compiling base16ct v0.2.0
15522026-05-28T05:46:28.369Z Compiling psl-types v2.0.11
15532026-05-28T05:46:28.423Z Compiling ref-cast v1.0.25
15542026-05-28T05:46:28.490Z Compiling smoltcp v0.9.1
15552026-05-28T05:46:28.529Z Compiling fallible-iterator v0.2.0
15562026-05-28T05:46:28.687Z Compiling litrs v1.0.0
15572026-05-28T05:46:28.837Z Compiling postgres-protocol v0.6.10
15582026-05-28T05:46:28.848Z Compiling sec1 v0.7.3
15592026-05-28T05:46:28.851Z Compiling publicsuffix v2.3.0
15602026-05-28T05:46:29.026Z Compiling pin-project v1.1.11
15612026-05-28T05:46:29.177Z Compiling nix v0.31.2
15622026-05-28T05:46:29.239Z Compiling document-features v0.2.12
15632026-05-28T05:46:29.297Z Compiling group v0.13.0
15642026-05-28T05:46:29.477Z Compiling zerocopy v0.7.35
15652026-05-28T05:46:29.559Z Compiling num-iter v0.1.45
15662026-05-28T05:46:29.814Z Compiling newtype-uuid v1.3.2
15672026-05-28T05:46:29.891Z Compiling rand v0.8.6
15682026-05-28T05:46:30.023Z Compiling darling v0.21.3
15692026-05-28T05:46:30.111Z Compiling derive_builder v0.20.2
15702026-05-28T05:46:30.148Z Compiling oxnet v0.1.4
15712026-05-28T05:46:30.170Z Compiling hyper-tls v0.6.0
15722026-05-28T05:46:30.375Z Compiling hubpack_derive v0.1.1
15732026-05-28T05:46:30.392Z Compiling goblin v0.8.2
15742026-05-28T05:46:30.888Z Compiling phf_shared v0.13.1
15752026-05-28T05:46:31.035Z Compiling lazy_static v1.5.0
15762026-05-28T05:46:31.086Z Compiling flate2 v1.1.9
15772026-05-28T05:46:31.127Z Compiling regex v1.12.3
15782026-05-28T05:46:31.131Z Compiling futures-executor v0.3.32
15792026-05-28T05:46:31.315Z Compiling hex v0.4.3
15802026-05-28T05:46:31.399Z Compiling cargo-platform v0.1.9
15812026-05-28T05:46:31.450Z Compiling hkdf v0.12.4
15822026-05-28T05:46:31.487Z Compiling crypto-bigint v0.5.5
15832026-05-28T05:46:31.552Z Compiling ref-cast-impl v1.0.25
15842026-05-28T05:46:31.584Z Compiling snafu-derive v0.8.9
15852026-05-28T05:46:31.613Z Compiling curve25519-dalek-derive v0.1.1
15862026-05-28T05:46:31.650Z Compiling daft-derive v0.1.7
15872026-05-28T05:46:32.083Z Compiling strum_macros v0.27.2
15882026-05-28T05:46:32.249Z Compiling terminal_size v0.4.3
15892026-05-28T05:46:32.364Z Compiling vergen v9.0.6
15902026-05-28T05:46:32.387Z Compiling fs-err v3.3.0
15912026-05-28T05:46:32.545Z Compiling ahash v0.8.12
15922026-05-28T05:46:32.574Z Compiling encoding_rs v0.8.35
15932026-05-28T05:46:32.748Z Compiling foldhash v0.1.5
15942026-05-28T05:46:32.924Z Compiling libbz2-rs-sys v0.2.2
15952026-05-28T05:46:33.453Z Compiling mime v0.3.17
15962026-05-28T05:46:33.577Z Compiling same-file v1.0.6
15972026-05-28T05:46:33.593Z Compiling unicode-segmentation v1.12.0
15982026-05-28T05:46:33.709Z Compiling object v0.37.3
15992026-05-28T05:46:33.749Z Compiling winnow v0.5.40
16002026-05-28T05:46:33.843Z Compiling managed v0.8.0
16012026-05-28T05:46:33.977Z Compiling bumpalo v3.20.2
16022026-05-28T05:46:33.977Z Compiling bitflags v1.3.2
16032026-05-28T05:46:34.015Z Compiling foldhash v0.2.0
16042026-05-28T05:46:34.052Z Compiling clap_builder v4.5.60
16052026-05-28T05:46:34.067Z Compiling strum v0.27.2
16062026-05-28T05:46:34.237Z Compiling zopfli v0.8.3
16072026-05-28T05:46:34.271Z Compiling hashbrown v0.16.1
16082026-05-28T05:46:34.338Z Compiling walkdir v2.5.0
16092026-05-28T05:46:34.655Z Compiling snafu v0.8.9
16102026-05-28T05:46:34.855Z Compiling bzip2 v0.6.1
16112026-05-28T05:46:34.889Z Compiling hashbrown v0.15.5
16122026-05-28T05:46:34.950Z Compiling dof v0.3.0
16132026-05-28T05:46:35.063Z Compiling toml_edit v0.19.15
16142026-05-28T05:46:35.135Z Compiling elliptic-curve v0.13.8
16152026-05-28T05:46:35.189Z Compiling daft v0.1.7
16162026-05-28T05:46:35.528Z Compiling cargo_metadata v0.19.2
16172026-05-28T05:46:35.570Z Compiling futures v0.3.32
16182026-05-28T05:46:35.667Z Compiling phf v0.13.1
16192026-05-28T05:46:35.825Z Compiling signal-hook-mio v0.2.5
16202026-05-28T05:46:35.945Z Compiling hubpack v0.1.2
16212026-05-28T05:46:36.129Z Compiling cookie_store v0.22.1
16222026-05-28T05:46:36.515Z Compiling zstd v0.13.3
16232026-05-28T05:46:36.766Z Compiling bzip2 v0.4.4
16242026-05-28T05:46:36.785Z Compiling serde_with_macros v3.17.0
16252026-05-28T05:46:36.941Z Compiling postgres-types v0.2.12
16262026-05-28T05:46:37.066Z Compiling usdt-attr-macro v0.6.0
16272026-05-28T05:46:37.482Z Compiling usdt-macro v0.6.0
16282026-05-28T05:46:37.664Z Compiling globset v0.4.18
16292026-05-28T05:46:37.847Z Compiling dtrace-parser v0.2.0
16302026-05-28T05:46:37.887Z Compiling ed25519 v2.2.3
16312026-05-28T05:46:38.060Z Compiling phf_shared v0.11.3
16322026-05-28T05:46:38.197Z Compiling olpc-cjson v0.1.4
16332026-05-28T05:46:38.244Z Compiling pkcs1 v0.7.5
16342026-05-28T05:46:38.348Z Compiling serde-big-array v0.5.1
16352026-05-28T05:46:38.361Z Compiling serde_plain v1.0.2
16362026-05-28T05:46:38.407Z Compiling rfc6979 v0.4.0
16372026-05-28T05:46:38.489Z Compiling pem v3.0.6
16382026-05-28T05:46:38.535Z Compiling strum_macros v0.26.4
16392026-05-28T05:46:38.555Z Compiling clap_derive v4.5.55
16402026-05-28T05:46:38.611Z Compiling serde_repr v0.1.20
16412026-05-28T05:46:38.641Z Compiling async-recursion v1.1.1
16422026-05-28T05:46:38.783Z Compiling enum-as-inner v0.6.1
16432026-05-28T05:46:38.815Z Compiling float-cmp v0.10.0
16442026-05-28T05:46:38.964Z Compiling memmap2 v0.9.10
16452026-05-28T05:46:39.167Z Compiling thread-id v4.2.2
16462026-05-28T05:46:39.198Z Compiling env_filter v1.0.0
16472026-05-28T05:46:39.256Z Compiling jiff v0.2.21
16482026-05-28T05:46:39.301Z Compiling precomputed-hash v0.1.1
16492026-05-28T05:46:39.326Z Compiling fixedbitset v0.4.2
16502026-05-28T05:46:39.391Z Compiling fixedbitset v0.5.7
16512026-05-28T05:46:39.498Z Compiling normalize-line-endings v0.3.0
16522026-05-28T05:46:39.547Z Compiling typed-path v0.9.3
16532026-05-28T05:46:39.598Z Compiling new_debug_unreachable v1.0.6
16542026-05-28T05:46:39.674Z Compiling either v1.15.0
16552026-05-28T05:46:39.707Z Compiling difflib v0.4.0
16562026-05-28T05:46:39.886Z Compiling keccak v0.1.6
16572026-05-28T05:46:40.281Z Compiling whoami v2.1.0
16582026-05-28T05:46:40.316Z Compiling predicates-core v1.0.10
16592026-05-28T05:46:40.339Z Compiling data-encoding v2.10.0
16602026-05-28T05:46:40.494Z Compiling static_assertions v1.1.0
16612026-05-28T05:46:40.572Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16622026-05-28T05:46:40.646Z Compiling hickory-proto v0.25.2
16632026-05-28T05:46:40.703Z Compiling tokio-postgres v0.7.16
16642026-05-28T05:46:40.760Z Compiling predicates v3.1.4
16652026-05-28T05:46:41.028Z Compiling clap v4.5.60
16662026-05-28T05:46:41.113Z Compiling strum v0.26.3
16672026-05-28T05:46:41.253Z Compiling sha3 v0.10.8
16682026-05-28T05:46:41.265Z Compiling itertools v0.13.0
16692026-05-28T05:46:41.415Z Compiling string_cache v0.8.9
16702026-05-28T05:46:41.647Z Compiling toml_edit v0.22.27
16712026-05-28T05:46:41.700Z Compiling petgraph v0.8.3
16722026-05-28T05:46:42.466Z Compiling zip v4.6.1
16732026-05-28T05:46:42.864Z Compiling petgraph v0.6.5
16742026-05-28T05:46:43.384Z Compiling env_logger v0.11.9
16752026-05-28T05:46:43.403Z Compiling usdt-impl v0.5.0
16762026-05-28T05:46:43.417Z Compiling usdt v0.6.0
16772026-05-28T05:46:43.601Z Compiling ecdsa v0.16.9
16782026-05-28T05:46:43.674Z Compiling rsa v0.9.10
16792026-05-28T05:46:43.731Z Compiling ed25519-dalek v2.2.0
16802026-05-28T05:46:43.983Z Compiling serde_with v3.17.0
16812026-05-28T05:46:43.997Z Compiling crossterm v0.28.1
16822026-05-28T05:46:44.362Z Compiling zip v0.6.6
16832026-05-28T05:46:44.418Z Compiling toml v0.7.8
16842026-05-28T05:46:45.029Z Compiling iddqd v0.4.1
16852026-05-28T05:46:45.598Z Compiling heck v0.4.1
16862026-05-28T05:46:45.715Z Compiling similar v2.7.0
16872026-05-28T05:46:45.739Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-05-28T05:46:45.768Z Compiling crossbeam-epoch v0.9.18
16892026-05-28T05:46:45.824Z Compiling tokio-stream v0.1.18
16902026-05-28T05:46:46.090Z Compiling buf-list v1.1.2
16912026-05-28T05:46:46.265Z Compiling x509-cert v0.2.5
16922026-05-28T05:46:46.285Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16932026-05-28T05:46:46.371Z Compiling openapiv3 v2.2.0
16942026-05-28T05:46:46.385Z Compiling sha1 v0.10.6
16952026-05-28T05:46:46.571Z Compiling toml_datetime v0.7.5+spec-1.1.0
16962026-05-28T05:46:46.587Z Compiling lalrpop-util v0.19.12
16972026-05-28T05:46:46.604Z Compiling peg-runtime v0.8.5
16982026-05-28T05:46:46.780Z Compiling thread_local v1.1.9
16992026-05-28T05:46:46.860Z Compiling slog-async v2.8.0
17002026-05-28T05:46:46.892Z Compiling crossbeam-channel v0.5.15
17012026-05-28T05:46:47.032Z Compiling is-terminal v0.4.17
17022026-05-28T05:46:47.045Z Compiling filetime v0.2.27
17032026-05-28T05:46:47.127Z Compiling xattr v1.6.1
17042026-05-28T05:46:47.175Z Compiling term v1.2.1
17052026-05-28T05:46:47.218Z Compiling take_mut v0.2.2
17062026-05-28T05:46:47.330Z Compiling tar v0.4.45
17072026-05-28T05:46:47.760Z Compiling slog-term v2.9.2
17082026-05-28T05:46:57.388Z Compiling rustls-webpki v0.103.9
17092026-05-28T05:47:00.185Z Compiling tokio-rustls v0.26.4
17102026-05-28T05:47:00.185Z Compiling rustls-platform-verifier v0.6.2
17112026-05-28T05:47:00.382Z Compiling hyper-rustls v0.27.7
17122026-05-28T05:47:00.582Z Compiling reqwest v0.12.28
17132026-05-28T05:47:00.582Z Compiling reqwest v0.13.2
17142026-05-28T05:47:01.820Z Compiling tough v0.22.0
17152026-05-28T05:47:04.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-05-28T05:47:04.659Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-05-28T05:47:07.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-05-28T05:47:07.606Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-05-28T05:47:07.661ZMay 28 05:47:05.920 INFO Starting download, target: Clickhouse
17202026-05-28T05:47:07.661ZMay 28 05:47:05.921 INFO Starting download, target: Cockroach
17212026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Starting download, target: Console
17222026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Starting download, target: DendriteStub
17232026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Starting download, target: MaghemiteMgd
17242026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Starting download, target: TransceiverControl
17252026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-05-28T05:47:07.697ZMay 28 05:47:05.921 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-05-28T05:47:07.698ZMay 28 05:47:05.921 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-05-28T05:47:08.384ZMay 28 05:47:06.655 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-28T05:47:08.580ZMay 28 05:47:06.865 INFO Download complete, target: TransceiverControl
17332026-05-28T05:47:08.674ZMay 28 05:47:06.958 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-05-28T05:47:08.920ZMay 28 05:47:07.186 INFO Download complete, target: Console
17352026-05-28T05:47:09.464ZMay 28 05:47:07.736 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-05-28T05:47:11.579ZMay 28 05:47:09.856 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-05-28T05:47:11.907ZMay 28 05:47:10.162 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-05-28T05:47:13.321ZMay 28 05:47:11.605 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-28T05:47:13.321ZMay 28 05:47:11.605 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-28T05:47:13.891ZMay 28 05:47:12.176 INFO Download complete, target: DendriteStub
17412026-05-28T05:47:14.219ZMay 28 05:47:12.502 INFO Download complete, target: MaghemiteMgd
17422026-05-28T05:47:16.250ZMay 28 05:47:14.534 INFO Checking that binary works, target: Clickhouse
17432026-05-28T05:47:16.348ZMay 28 05:47:14.632 INFO Download complete, target: Clickhouse
17442026-05-28T05:47:17.878ZMay 28 05:47:16.162 INFO Checking that binary works, target: Cockroach
17452026-05-28T05:47:17.998ZMay 28 05:47:16.282 INFO Download complete, target: Cockroach
17462026-05-28T05:47:18.016ZAll builder prerequisites installed successfully, and PATH looks valid
17472026-05-28T05:47:18.019Z
17482026-05-28T05:47:18.019Zreal 2:15.488669606
17492026-05-28T05:47:18.019Zuser 6:54.307887831
17502026-05-28T05:47:18.019Zsys 1:22.380262339
17512026-05-28T05:47:18.019Ztrap 0.219373824
17522026-05-28T05:47:18.019Ztflt 0.629231406
17532026-05-28T05:47:18.019Zdflt 0.571849983
17542026-05-28T05:47:18.019Zkflt 0.025252065
17552026-05-28T05:47:18.019Zlock 22:02.175902062
17562026-05-28T05:47:18.019Zslp 21:13.610765409
17572026-05-28T05:47:18.019Zlat 42.869475490
17582026-05-28T05:47:18.019Zstop 1:52.554667181
17592026-05-28T05:47:18.019Z+ banner hack-check
17602026-05-28T05:47:18.019Z
17612026-05-28T05:47:18.019Z # # ## #### # # #### # # ###### #### # #
17622026-05-28T05:47:18.019Z # # # # # # # # # # # # # # # # #
17632026-05-28T05:47:18.020Z ###### # # # #### ##### # ###### ##### # ####
17642026-05-28T05:47:18.020Z # # ###### # # # # # # # # # #
17652026-05-28T05:47:18.020Z # # # # # # # # # # # # # # # # #
17662026-05-28T05:47:18.020Z # # # # #### # # #### # # ###### #### # #
17672026-05-28T05:47:18.020Z
17682026-05-28T05:47:18.020Z+ export CARGO_INCREMENTAL=0
17692026-05-28T05:47:18.020Z+ CARGO_INCREMENTAL=0
17702026-05-28T05:47:18.020Z+ ptime -m timeout 2h cargo xtask check-features --ci
17712026-05-28T05:47:18.552Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17722026-05-28T05:47:18.771Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17732026-05-28T05:47:20.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17742026-05-28T05:47:20.705Z Running `target/debug/xtask check-features --ci`
17752026-05-28T05:47:20.727Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17762026-05-28T05:47:20.730Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17772026-05-28T05:47:21.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17782026-05-28T05:47:21.239Z Running `target/debug/xtask download cargo-hack`
17792026-05-28T05:47:22.028Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17802026-05-28T05:47:22.347Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17812026-05-28T05:47:24.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17822026-05-28T05:47:24.978Z Running `target/debug/xtask-downloader cargo-hack`
17832026-05-28T05:47:25.021ZMay 28 05:47:23.305 INFO Starting download, target: CargoHack
17842026-05-28T05:47:25.024ZMay 28 05:47:23.306 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17852026-05-28T05:47:25.377ZMay 28 05:47:23.662 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17862026-05-28T05:47:25.427ZMay 28 05:47:23.711 INFO Download complete, target: CargoHack
17872026-05-28T05:47:25.431Zrunning: "/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"
17882026-05-28T05:47:25.444Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17892026-05-28T05:47:25.600Zinfo: running `cargo check --bins` on api_identity (1/276)
17902026-05-28T05:47:26.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-28T05:47:26.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-28T05:47:26.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-28T05:47:26.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17942026-05-28T05:47:26.187Z
17952026-05-28T05:47:26.187Zinfo: running `cargo check --bins` on bootstore (2/276)
17962026-05-28T05:47:26.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-28T05:47:26.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-28T05:47:26.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-28T05:47:26.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-28T05:47:26.769Z
18012026-05-28T05:47:26.769Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18022026-05-28T05:47:27.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-28T05:47:27.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-28T05:47:27.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-28T05:47:27.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-28T05:47:27.353Z
18072026-05-28T05:47:27.353Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18082026-05-28T05:47:27.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T05:47:27.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T05:47:27.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T05:47:27.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-28T05:47:27.939Z
18132026-05-28T05:47:27.939Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18142026-05-28T05:47:28.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T05:47:28.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T05:47:28.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T05:47:28.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-28T05:47:28.531Z
18192026-05-28T05:47:28.531Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18202026-05-28T05:47:29.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T05:47:29.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T05:47:29.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T05:47:29.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-05-28T05:47:29.130Z
18252026-05-28T05:47:29.130Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18262026-05-28T05:47:29.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T05:47:29.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T05:47:29.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T05:47:29.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-28T05:47:29.725Z
18312026-05-28T05:47:29.725Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18322026-05-28T05:47:30.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T05:47:30.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T05:47:30.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T05:47:30.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-28T05:47:30.329Z
18372026-05-28T05:47:30.329Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18382026-05-28T05:47:30.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T05:47:30.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T05:47:30.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T05:47:30.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18422026-05-28T05:47:30.798Z
18432026-05-28T05:47:30.798Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18442026-05-28T05:47:31.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T05:47:31.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T05:47:31.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T05:47:31.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-28T05:47:31.268Z
18492026-05-28T05:47:31.268Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18502026-05-28T05:47:31.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T05:47:31.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T05:47:31.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T05:47:31.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-28T05:47:31.739Z
18552026-05-28T05:47:31.739Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18562026-05-28T05:47:32.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T05:47:32.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T05:47:32.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T05:47:32.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-28T05:47:32.205Z
18612026-05-28T05:47:32.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18622026-05-28T05:47:32.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T05:47:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T05:47:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T05:47:32.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-28T05:47:32.676Z
18672026-05-28T05:47:32.677Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18682026-05-28T05:47:33.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T05:47:33.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T05:47:33.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T05:47:33.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-05-28T05:47:33.152Z
18732026-05-28T05:47:33.152Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18742026-05-28T05:47:33.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T05:47:33.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T05:47:33.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T05:47:33.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-28T05:47:33.628Z
18792026-05-28T05:47:33.629Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18802026-05-28T05:47:34.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T05:47:34.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T05:47:34.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T05:47:34.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-28T05:47:34.100Z
18852026-05-28T05:47:34.100Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18862026-05-28T05:47:34.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T05:47:34.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T05:47:34.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T05:47:34.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-28T05:47:34.570Z
18912026-05-28T05:47:34.570Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18922026-05-28T05:47:34.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T05:47:34.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T05:47:34.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T05:47:34.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-28T05:47:35.039Z
18972026-05-28T05:47:35.039Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
18982026-05-28T05:47:35.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T05:47:35.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T05:47:35.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T05:47:35.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-28T05:47:35.511Z
19032026-05-28T05:47:35.511Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19042026-05-28T05:47:35.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T05:47:35.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T05:47:35.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T05:47:35.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-05-28T05:47:35.991Z
19092026-05-28T05:47:35.991Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19102026-05-28T05:47:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T05:47:36.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T05:47:36.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T05:47:36.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-28T05:47:36.467Z
19152026-05-28T05:47:36.467Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19162026-05-28T05:47:36.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T05:47:36.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T05:47:36.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T05:47:36.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-28T05:47:36.941Z
19212026-05-28T05:47:36.941Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19222026-05-28T05:47:37.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T05:47:37.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T05:47:37.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T05:47:37.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-28T05:47:37.407Z
19272026-05-28T05:47:37.407Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19282026-05-28T05:47:37.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T05:47:37.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T05:47:37.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T05:47:37.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-28T05:47:37.882Z
19332026-05-28T05:47:37.882Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19342026-05-28T05:47:38.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T05:47:38.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T05:47:38.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T05:47:38.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-28T05:47:38.349Z
19392026-05-28T05:47:38.349Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19402026-05-28T05:47:38.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T05:47:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T05:47:38.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T05:47:38.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-28T05:47:38.826Z
19452026-05-28T05:47:38.826Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19462026-05-28T05:47:39.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T05:47:39.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T05:47:39.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T05:47:39.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-28T05:47:39.303Z
19512026-05-28T05:47:39.303Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19522026-05-28T05:47:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T05:47:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T05:47:39.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T05:47:39.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-28T05:47:39.778Z
19572026-05-28T05:47:39.778Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19582026-05-28T05:47:40.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T05:47:40.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T05:47:40.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T05:47:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-28T05:47:40.245Z
19632026-05-28T05:47:40.245Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19642026-05-28T05:47:40.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T05:47:40.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T05:47:40.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T05:47:40.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-28T05:47:40.713Z
19692026-05-28T05:47:40.713Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19702026-05-28T05:47:41.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T05:47:41.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T05:47:41.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T05:47:41.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-28T05:47:41.189Z
19752026-05-28T05:47:41.189Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19762026-05-28T05:47:41.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T05:47:41.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T05:47:41.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T05:47:41.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-05-28T05:47:41.664Z
19812026-05-28T05:47:41.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19822026-05-28T05:47:42.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T05:47:42.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T05:47:42.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T05:47:42.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-05-28T05:47:42.141Z
19872026-05-28T05:47:42.141Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19882026-05-28T05:47:42.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T05:47:42.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T05:47:42.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T05:47:42.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-05-28T05:47:42.621Z
19932026-05-28T05:47:42.621Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19942026-05-28T05:47:43.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T05:47:43.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T05:47:43.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T05:47:43.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-05-28T05:47:43.097Z
19992026-05-28T05:47:43.098Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20002026-05-28T05:47:43.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T05:47:43.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T05:47:43.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T05:47:43.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-05-28T05:47:43.569Z
20052026-05-28T05:47:43.569Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20062026-05-28T05:47:43.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T05:47:43.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T05:47:43.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T05:47:43.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-05-28T05:47:44.043Z
20112026-05-28T05:47:44.044Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20122026-05-28T05:47:44.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T05:47:44.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T05:47:44.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T05:47:44.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-28T05:47:44.514Z
20172026-05-28T05:47:44.514Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20182026-05-28T05:47:44.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T05:47:44.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T05:47:44.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T05:47:44.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-05-28T05:47:44.986Z
20232026-05-28T05:47:44.986Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20242026-05-28T05:47:45.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T05:47:45.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T05:47:45.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T05:47:45.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-28T05:47:45.462Z
20292026-05-28T05:47:45.462Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20302026-05-28T05:47:45.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T05:47:45.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T05:47:45.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T05:47:45.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-28T05:47:45.932Z
20352026-05-28T05:47:45.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20362026-05-28T05:47:46.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T05:47:46.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T05:47:46.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T05:47:46.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-28T05:47:46.402Z
20412026-05-28T05:47:46.402Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20422026-05-28T05:47:46.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T05:47:46.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T05:47:46.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T05:47:46.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-28T05:47:46.877Z
20472026-05-28T05:47:46.877Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20482026-05-28T05:47:47.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T05:47:47.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T05:47:47.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T05:47:47.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-28T05:47:47.356Z
20532026-05-28T05:47:47.356Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20542026-05-28T05:47:47.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T05:47:47.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T05:47:47.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T05:47:47.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-28T05:47:47.829Z
20592026-05-28T05:47:47.829Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20602026-05-28T05:47:48.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T05:47:48.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T05:47:48.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T05:47:48.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-28T05:47:48.304Z
20652026-05-28T05:47:48.304Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20662026-05-28T05:47:48.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T05:47:48.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T05:47:48.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T05:47:48.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-28T05:47:48.782Z
20712026-05-28T05:47:48.782Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20722026-05-28T05:47:49.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T05:47:49.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T05:47:49.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T05:47:49.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-28T05:47:49.256Z
20772026-05-28T05:47:49.256Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20782026-05-28T05:47:49.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T05:47:49.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T05:47:49.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T05:47:49.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20822026-05-28T05:47:49.891Z
20832026-05-28T05:47:49.891Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20842026-05-28T05:47:50.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T05:47:51.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T05:47:51.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T05:47:51.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-28T05:47:51.436Z
20892026-05-28T05:47:51.436Zinfo: running `cargo check --bins` on nexus-config (51/276)
20902026-05-28T05:47:51.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T05:47:51.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T05:47:51.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T05:47:51.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-28T05:47:51.436Z
20952026-05-28T05:47:51.436Zinfo: running `cargo check --bins` on nexus-types (52/276)
20962026-05-28T05:47:51.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T05:47:51.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T05:47:51.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T05:47:51.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-28T05:47:51.810Z
21012026-05-28T05:47:51.810Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21022026-05-28T05:47:52.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T05:47:52.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T05:47:52.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T05:47:52.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21062026-05-28T05:47:52.424Z
21072026-05-28T05:47:52.424Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21082026-05-28T05:47:52.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T05:47:52.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T05:47:52.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T05:47:52.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-28T05:47:53.011Z
21132026-05-28T05:47:53.011Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21142026-05-28T05:47:53.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T05:47:53.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T05:47:53.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T05:47:53.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-05-28T05:47:53.618Z
21192026-05-28T05:47:53.618Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21202026-05-28T05:47:54.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T05:47:54.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T05:47:54.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T05:47:54.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-28T05:47:54.225Z
21252026-05-28T05:47:54.225Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21262026-05-28T05:47:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T05:47:54.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T05:47:54.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T05:47:54.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-28T05:47:54.837Z
21312026-05-28T05:47:54.837Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21322026-05-28T05:47:55.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T05:47:55.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T05:47:55.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T05:47:55.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-28T05:47:55.451Z
21372026-05-28T05:47:55.451Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21382026-05-28T05:47:55.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T05:47:55.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T05:47:55.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T05:47:55.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-28T05:47:56.044Z
21432026-05-28T05:47:56.044Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21442026-05-28T05:47:56.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T05:47:56.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T05:47:56.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T05:47:56.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-28T05:47:56.633Z
21492026-05-28T05:47:56.633Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21502026-05-28T05:47:57.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T05:47:57.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T05:47:57.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T05:47:57.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-28T05:47:57.224Z
21552026-05-28T05:47:57.225Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21562026-05-28T05:47:57.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T05:47:57.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T05:47:57.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T05:47:57.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-28T05:47:57.811Z
21612026-05-28T05:47:57.811Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21622026-05-28T05:47:58.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T05:47:58.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T05:47:58.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T05:47:58.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-28T05:47:58.415Z
21672026-05-28T05:47:58.415Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21682026-05-28T05:47:58.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T05:47:58.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T05:47:58.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T05:47:58.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-28T05:47:59.028Z
21732026-05-28T05:47:59.028Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21742026-05-28T05:47:59.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T05:47:59.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T05:47:59.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T05:47:59.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-05-28T05:47:59.614Z
21792026-05-28T05:47:59.614Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21802026-05-28T05:48:00.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T05:48:00.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T05:48:00.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T05:48:00.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-28T05:48:00.204Z
21852026-05-28T05:48:00.204Zinfo: running `cargo check --bins` on ereport-types (67/276)
21862026-05-28T05:48:00.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T05:48:00.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T05:48:00.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T05:48:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-28T05:48:00.800Z
21912026-05-28T05:48:00.800Zinfo: running `cargo check --bins` on gateway-client (68/276)
21922026-05-28T05:48:01.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T05:48:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T05:48:01.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T05:48:01.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-28T05:48:01.403Z
21972026-05-28T05:48:01.403Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
21982026-05-28T05:48:01.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T05:48:01.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T05:48:01.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T05:48:01.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-28T05:48:01.994Z
22032026-05-28T05:48:01.995Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22042026-05-28T05:48:02.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T05:48:02.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T05:48:02.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T05:48:02.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-28T05:48:02.591Z
22092026-05-28T05:48:02.591Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22102026-05-28T05:48:03.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T05:48:03.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T05:48:03.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T05:48:03.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-28T05:48:03.187Z
22152026-05-28T05:48:03.188Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22162026-05-28T05:48:03.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T05:48:03.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T05:48:03.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T05:48:03.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-28T05:48:03.779Z
22212026-05-28T05:48:03.780Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22222026-05-28T05:48:04.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T05:48:04.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T05:48:04.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T05:48:04.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-28T05:48:04.399Z
22272026-05-28T05:48:04.399Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22282026-05-28T05:48:04.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T05:48:04.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T05:48:04.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T05:48:04.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-28T05:48:05.012Z
22332026-05-28T05:48:05.012Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22342026-05-28T05:48:05.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T05:48:05.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T05:48:05.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T05:48:05.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22382026-05-28T05:48:05.598Z
22392026-05-28T05:48:05.598Zinfo: running `cargo check --bins` on oxlog (76/276)
22402026-05-28T05:48:06.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T05:48:06.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T05:48:06.212Z Checking cfg-if v1.0.4
22432026-05-28T05:48:06.215Z Checking libc v0.2.185
22442026-05-28T05:48:06.215Z Checking serde_core v1.0.228
22452026-05-28T05:48:06.332Z Checking zeroize v1.8.2
22462026-05-28T05:48:06.340Z Checking memchr v2.8.0
22472026-05-28T05:48:06.349Z Checking log v0.4.29
22482026-05-28T05:48:06.357Z Checking smallvec v1.15.1
22492026-05-28T05:48:06.368Z Checking typenum v1.19.0
22502026-05-28T05:48:06.371Z Checking subtle v2.6.1
22512026-05-28T05:48:06.468Z Checking itoa v1.0.17
22522026-05-28T05:48:06.503Z Checking scopeguard v1.2.0
22532026-05-28T05:48:06.522Z Checking stable_deref_trait v1.2.1
22542026-05-28T05:48:06.535Z Checking const-oid v0.9.6
22552026-05-28T05:48:06.595Z Checking zerofrom v0.1.6
22562026-05-28T05:48:06.607Z Checking lock_api v0.4.14
22572026-05-28T05:48:06.620Z Checking pin-project-lite v0.2.17
22582026-05-28T05:48:06.706Z Checking yoke v0.8.1
22592026-05-28T05:48:06.718Z Checking portable-atomic v1.13.1
22602026-05-28T05:48:06.722Z Checking getrandom v0.2.17
22612026-05-28T05:48:06.722Z Checking errno v0.3.14
22622026-05-28T05:48:06.802Z Checking parking_lot_core v0.9.12
22632026-05-28T05:48:06.871Z Checking generic-array v0.14.7
22642026-05-28T05:48:06.874Z Checking zerovec v0.11.5
22652026-05-28T05:48:06.883Z Checking signal-hook-registry v1.4.8
22662026-05-28T05:48:06.907Z Checking rand_core v0.6.4
22672026-05-28T05:48:06.986Z Checking critical-section v1.2.0
22682026-05-28T05:48:07.050Z Checking futures-core v0.3.32
22692026-05-28T05:48:07.076Z Checking parking_lot v0.12.5
22702026-05-28T05:48:07.088Z Checking mio v1.2.0
22712026-05-28T05:48:07.142Z Checking once_cell v1.21.3
22722026-05-28T05:48:07.168Z Checking zerocopy v0.8.40
22732026-05-28T05:48:07.206Z Checking zmij v1.0.21
22742026-05-28T05:48:07.260Z Checking socket2 v0.6.3
22752026-05-28T05:48:07.290Z Checking tinystr v0.8.2
22762026-05-28T05:48:07.308Z Checking libm v0.2.16
22772026-05-28T05:48:07.320Z Checking crypto-common v0.1.7
22782026-05-28T05:48:07.358Z Checking block-buffer v0.10.4
22792026-05-28T05:48:07.411Z Checking equivalent v1.0.2
22802026-05-28T05:48:07.439Z Checking litemap v0.8.1
22812026-05-28T05:48:07.460Z Checking percent-encoding v2.3.2
22822026-05-28T05:48:07.491Z Checking digest v0.10.7
22832026-05-28T05:48:07.491Z Checking writeable v0.6.2
22842026-05-28T05:48:07.514Z Checking potential_utf v0.1.4
22852026-05-28T05:48:07.595Z Checking zerotrie v0.2.3
22862026-05-28T05:48:07.608Z Checking futures-sink v0.3.32
22872026-05-28T05:48:07.635Z Checking icu_collections v2.1.1
22882026-05-28T05:48:07.647Z Checking icu_locale_core v2.1.1
22892026-05-28T05:48:07.693Z Checking cpufeatures v0.2.17
22902026-05-28T05:48:07.705Z Checking futures-channel v0.3.32
22912026-05-28T05:48:07.760Z Checking futures-task v0.3.32
22922026-05-28T05:48:07.777Z Checking serde v1.0.228
22932026-05-28T05:48:07.834Z Checking bitflags v2.11.0
22942026-05-28T05:48:07.892Z Checking serde_json v1.0.149
22952026-05-28T05:48:07.895Z Checking slab v0.4.12
22962026-05-28T05:48:07.934Z Checking futures-io v0.3.32
22972026-05-28T05:48:07.990Z Checking num-traits v0.2.19
22982026-05-28T05:48:08.003Z Checking hmac v0.12.1
22992026-05-28T05:48:08.044Z Checking icu_properties_data v2.1.2
23002026-05-28T05:48:08.056Z Checking futures-util v0.3.32
23012026-05-28T05:48:08.130Z Checking icu_normalizer_data v2.1.1
23022026-05-28T05:48:08.169Z Checking hashbrown v0.17.0
23032026-05-28T05:48:08.183Z Checking bytes v1.11.1
23042026-05-28T05:48:08.186Z Checking icu_provider v2.1.1
23052026-05-28T05:48:08.205Z Checking rand_core v0.10.0
23062026-05-28T05:48:08.342Z Checking getrandom v0.4.1
23072026-05-28T05:48:08.419Z Checking icu_normalizer v2.1.1
23082026-05-28T05:48:08.486Z Checking icu_properties v2.1.2
23092026-05-28T05:48:08.504Z Checking block-padding v0.3.3
23102026-05-28T05:48:08.539Z Checking utf8_iter v1.0.4
23112026-05-28T05:48:08.613Z Checking tokio v1.52.1
23122026-05-28T05:48:08.624Z Checking indexmap v2.14.0
23132026-05-28T05:48:08.635Z Checking inout v0.1.4
23142026-05-28T05:48:08.660Z Checking sha2 v0.10.9
23152026-05-28T05:48:08.720Z Checking form_urlencoded v1.2.2
23162026-05-28T05:48:08.768Z Checking cipher v0.4.4
23172026-05-28T05:48:08.844Z Checking getrandom v0.3.4
23182026-05-28T05:48:08.926Z Checking byteorder v1.5.0
23192026-05-28T05:48:08.972Z Checking base64ct v1.8.3
23202026-05-28T05:48:08.984Z Checking fnv v1.0.7
23212026-05-28T05:48:09.076Z Checking flagset v0.4.7
23222026-05-28T05:48:09.121Z Checking rand_core v0.9.5
23232026-05-28T05:48:09.164Z Checking http v1.4.0
23242026-05-28T05:48:09.198Z Checking pem-rfc7468 v0.7.0
23252026-05-28T05:48:09.210Z Checking regex-syntax v0.8.10
23262026-05-28T05:48:09.295Z Checking idna_adapter v1.2.1
23272026-05-28T05:48:09.308Z Checking salsa20 v0.10.2
23282026-05-28T05:48:09.352Z Checking der v0.7.10
23292026-05-28T05:48:09.414Z Checking idna v1.1.0
23302026-05-28T05:48:09.435Z Checking uuid v1.23.0
23312026-05-28T05:48:09.651Z Checking url v2.5.8
23322026-05-28T05:48:09.717Z Checking pbkdf2 v0.12.2
23332026-05-28T05:48:09.739Z Checking rustix v1.1.3
23342026-05-28T05:48:09.826Z Checking tracing-core v0.1.36
23352026-05-28T05:48:09.888Z Checking ppv-lite86 v0.2.21
23362026-05-28T05:48:09.922Z Checking rustls-pki-types v1.14.0
23372026-05-28T05:48:10.066Z Checking spki v0.7.3
23382026-05-28T05:48:10.087Z Checking base64 v0.22.1
23392026-05-28T05:48:10.133Z Checking iana-time-zone v0.1.65
23402026-05-28T05:48:10.180Z Checking rand_chacha v0.9.0
23412026-05-28T05:48:10.211Z Checking tracing v0.1.44
23422026-05-28T05:48:10.226Z Checking scrypt v0.11.0
23432026-05-28T05:48:10.237Z Checking chrono v0.4.44
23442026-05-28T05:48:10.368Z Checking http-body v1.0.1
23452026-05-28T05:48:10.371Z Checking cbc v0.1.2
23462026-05-28T05:48:10.374Z Checking aes v0.8.4
23472026-05-28T05:48:10.412Z Checking aws-lc-sys v0.40.0
23482026-05-28T05:48:10.463Z Checking untrusted v0.9.0
23492026-05-28T05:48:10.494Z Checking openssl-probe v0.2.1
23502026-05-28T05:48:10.522Z Checking untrusted v0.7.1
23512026-05-28T05:48:10.571Z Checking tinyvec_macros v0.1.1
23522026-05-28T05:48:10.586Z Checking ring v0.17.14
23532026-05-28T05:48:10.600Z Checking rand v0.9.2
23542026-05-28T05:48:10.632Z Checking tower-service v0.3.3
23552026-05-28T05:48:10.643Z Checking tinyvec v1.10.0
23562026-05-28T05:48:10.721Z Checking tower-layer v0.3.3
23572026-05-28T05:48:10.767Z Checking pkcs5 v0.7.1
23582026-05-28T05:48:10.871Z Checking try-lock v0.2.5
23592026-05-28T05:48:10.931Z Checking aws-lc-rs v1.16.3
23602026-05-28T05:48:10.951Z Checking atomic-waker v1.1.2
23612026-05-28T05:48:10.969Z Checking want v0.3.1
23622026-05-28T05:48:11.019Z Checking pkcs8 v0.10.2
23632026-05-28T05:48:11.050Z Checking ipnet v2.11.0
23642026-05-28T05:48:11.077Z Checking httparse v1.10.1
23652026-05-28T05:48:11.089Z Checking aho-corasick v1.1.4
23662026-05-28T05:48:11.100Z Checking httpdate v1.0.3
23672026-05-28T05:48:11.197Z Checking dyn-clone v1.0.20
23682026-05-28T05:48:11.243Z Checking fastrand v2.3.0
23692026-05-28T05:48:11.281Z Checking pin-utils v0.1.0
23702026-05-28T05:48:11.296Z Checking foreign-types-shared v0.1.1
23712026-05-28T05:48:11.308Z Checking plain v0.2.3
23722026-05-28T05:48:11.350Z Checking unicode-normalization v0.1.25
23732026-05-28T05:48:11.376Z Checking foreign-types v0.3.2
23742026-05-28T05:48:11.407Z Checking semver v1.0.28
23752026-05-28T05:48:11.418Z Checking tempfile v3.25.0
23762026-05-28T05:48:11.441Z Checking openssl-sys v0.9.115
23772026-05-28T05:48:11.577Z Checking spin v0.9.8
23782026-05-28T05:48:11.609Z Checking unicode-ident v1.0.24
23792026-05-28T05:48:11.623Z Checking ucd-trie v0.1.7
23802026-05-28T05:48:11.719Z Checking proc-macro2 v1.0.106
23812026-05-28T05:48:11.748Z Checking regex-automata v0.4.14
23822026-05-28T05:48:11.759Z Checking rustls-webpki v0.103.9
23832026-05-28T05:48:11.762Z Checking pest v2.8.6
23842026-05-28T05:48:11.781Z Checking schemars v0.8.22
23852026-05-28T05:48:11.793Z Checking rustls-native-certs v0.8.3
23862026-05-28T05:48:11.806Z Checking tokio-util v0.7.18
23872026-05-28T05:48:11.819Z Checking openssl v0.10.79
23882026-05-28T05:48:11.915Z Checking thiserror v2.0.18
23892026-05-28T05:48:12.015Z Checking sync_wrapper v1.0.2
23902026-05-28T05:48:12.027Z Checking wait-timeout v0.2.1
23912026-05-28T05:48:12.117Z Checking bit-vec v0.8.0
23922026-05-28T05:48:12.147Z Checking utf8parse v0.2.2
23932026-05-28T05:48:12.182Z Checking rustls v0.23.37
23942026-05-28T05:48:12.246Z Checking simd-adler32 v0.3.8
23952026-05-28T05:48:12.307Z Checking siphasher v1.0.2
23962026-05-28T05:48:12.404Z Checking h2 v0.4.13
23972026-05-28T05:48:12.418Z Checking quick-error v1.2.3
23982026-05-28T05:48:12.418Z Checking pretty-hex v0.4.1
23992026-05-28T05:48:12.461Z Checking powerfmt v0.2.0
24002026-05-28T05:48:12.524Z Checking anstyle v1.0.13
24012026-05-28T05:48:12.537Z Checking rusty-fork v0.3.1
24022026-05-28T05:48:12.609Z Checking deranged v0.5.8
24032026-05-28T05:48:12.699Z Checking bit-set v0.8.0
24042026-05-28T05:48:12.711Z Checking anstyle-parse v0.2.7
24052026-05-28T05:48:12.820Z Checking tower v0.5.3
24062026-05-28T05:48:12.843Z Checking quote v1.0.45
24072026-05-28T05:48:12.860Z Compiling newtype-uuid v1.3.2
24082026-05-28T05:48:13.012Z Checking http-body-util v0.1.3
24092026-05-28T05:48:13.036Z Checking crossbeam-utils v0.8.21
24102026-05-28T05:48:13.197Z Checking webpki-roots v1.0.6
24112026-05-28T05:48:13.229Z Checking rand_xorshift v0.4.0
24122026-05-28T05:48:13.312Z Checking crc32fast v1.5.0
24132026-05-28T05:48:13.345Z Checking scroll v0.13.0
24142026-05-28T05:48:13.364Z Checking signature v2.2.0
24152026-05-28T05:48:13.452Z Checking unicode-bidi v0.3.18
24162026-05-28T05:48:13.492Z Checking colorchoice v1.0.4
24172026-05-28T05:48:13.522Z Checking anstyle-query v1.1.5
24182026-05-28T05:48:13.539Z Checking num-conv v0.2.0
24192026-05-28T05:48:13.568Z Checking allocator-api2 v0.2.21
24202026-05-28T05:48:13.586Z Checking iri-string v0.7.10
24212026-05-28T05:48:13.609Z Checking ryu v1.0.23
24222026-05-28T05:48:13.651Z Checking unicode-properties v0.1.4
24232026-05-28T05:48:13.742Z Checking num_threads v0.1.7
24242026-05-28T05:48:13.742Z Checking is_terminal_polyfill v1.70.2
24252026-05-28T05:48:13.810Z Checking native-tls v0.2.18
24262026-05-28T05:48:13.829Z Checking time-core v0.1.8
24272026-05-28T05:48:13.841Z Checking adler2 v2.0.1
24282026-05-28T05:48:13.841Z Checking unarray v0.1.4
24292026-05-28T05:48:13.867Z Checking anstream v0.6.21
24302026-05-28T05:48:13.943Z Checking proptest v1.10.0
24312026-05-28T05:48:13.956Z Checking miniz_oxide v0.8.9
24322026-05-28T05:48:13.966Z Checking time v0.3.47
24332026-05-28T05:48:13.983Z Checking tokio-native-tls v0.3.1
24342026-05-28T05:48:14.061Z Checking stringprep v0.1.5
24352026-05-28T05:48:14.137Z Checking serde_urlencoded v0.7.1
24362026-05-28T05:48:14.216Z Checking goblin v0.10.5
24372026-05-28T05:48:14.299Z Checking bstr v1.12.1
24382026-05-28T05:48:14.341Z Checking crossbeam-epoch v0.9.18
24392026-05-28T05:48:14.523Z Checking tokio-rustls v0.26.4
24402026-05-28T05:48:14.578Z Checking syn v2.0.117
24412026-05-28T05:48:14.597Z Checking tower-http v0.6.8
24422026-05-28T05:48:14.687Z Compiling daft v0.1.7
24432026-05-28T05:48:14.750Z Checking ipnetwork v0.21.1
24442026-05-28T05:48:14.873Z Checking rand_chacha v0.3.1
24452026-05-28T05:48:14.961Z Checking scroll v0.12.0
24462026-05-28T05:48:14.974Z Checking thiserror v1.0.69
24472026-05-28T05:48:15.071Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-05-28T05:48:15.083Z Checking hyper v1.8.1
24492026-05-28T05:48:15.083Z Checking hash32 v0.2.1
24502026-05-28T05:48:15.086Z Checking num-integer v0.1.46
24512026-05-28T05:48:15.178Z Checking toml_datetime v0.6.11
24522026-05-28T05:48:15.190Z Checking serde_spanned v0.6.9
24532026-05-28T05:48:15.238Z Checking md-5 v0.10.6
24542026-05-28T05:48:15.311Z Checking ff v0.13.1
24552026-05-28T05:48:15.328Z Checking psl-types v2.0.11
24562026-05-28T05:48:15.360Z Checking base16ct v0.2.0
24572026-05-28T05:48:15.373Z Checking fallible-iterator v0.2.0
24582026-05-28T05:48:15.439Z Checking zlib-rs v0.6.2
24592026-05-28T05:48:15.457Z Checking publicsuffix v2.3.0
24602026-05-28T05:48:15.502Z Checking sec1 v0.7.3
24612026-05-28T05:48:15.621Z Checking group v0.13.0
24622026-05-28T05:48:15.645Z Checking postgres-protocol v0.6.10
24632026-05-28T05:48:15.710Z Checking num-iter v0.1.45
24642026-05-28T05:48:15.770Z Checking heapless v0.7.17
24652026-05-28T05:48:15.820Z Checking goblin v0.8.2
24662026-05-28T05:48:15.901Z Checking zstd-safe v7.2.4
24672026-05-28T05:48:15.954Z Checking cookie v0.18.1
24682026-05-28T05:48:16.007Z Checking hyper-util v0.1.20
24692026-05-28T05:48:16.063Z Checking rand v0.8.6
24702026-05-28T05:48:16.174Z Checking oxnet v0.1.4
24712026-05-28T05:48:16.187Z Compiling iddqd v0.4.1
24722026-05-28T05:48:16.324Z Checking flate2 v1.1.9
24732026-05-28T05:48:16.420Z Checking dtrace-parser v0.3.0
24742026-05-28T05:48:16.564Z Checking dof v0.4.0
24752026-05-28T05:48:16.577Z Checking phf_shared v0.13.1
24762026-05-28T05:48:16.618Z Checking lazy_static v1.5.0
24772026-05-28T05:48:16.655Z Checking pin-project v1.1.11
24782026-05-28T05:48:16.707Z Checking zerocopy v0.7.35
24792026-05-28T05:48:16.749Z Checking bzip2-sys v0.1.13+1.0.8
24802026-05-28T05:48:16.769Z Checking signal-hook v0.3.18
24812026-05-28T05:48:16.831Z Checking terminal_size v0.4.3
24822026-05-28T05:48:16.851Z Checking futures-executor v0.3.32
24832026-05-28T05:48:16.953Z Checking hex v0.4.3
24842026-05-28T05:48:16.953Z Checking hkdf v0.12.4
24852026-05-28T05:48:16.995Z Checking crypto-bigint v0.5.5
24862026-05-28T05:48:17.089Z Checking thread-id v5.1.0
24872026-05-28T05:48:17.168Z Checking encoding_rs v0.8.35
24882026-05-28T05:48:17.181Z Checking foldhash v0.1.5
24892026-05-28T05:48:17.191Z Checking managed v0.8.0
24902026-05-28T05:48:17.203Z Checking bitflags v1.3.2
24912026-05-28T05:48:17.251Z Checking hyper-rustls v0.27.7
24922026-05-28T05:48:17.270Z Checking hyper-tls v0.6.0
24932026-05-28T05:48:17.309Z Checking winnow v0.5.40
24942026-05-28T05:48:17.372Z Checking libbz2-rs-sys v0.2.2
24952026-05-28T05:48:17.375Z Checking foldhash v0.2.0
24962026-05-28T05:48:17.438Z Checking winnow v0.7.14
24972026-05-28T05:48:17.455Z Checking clap_lex v1.0.0
24982026-05-28T05:48:17.535Z Checking same-file v1.0.6
24992026-05-28T05:48:17.607Z Compiling rayon-core v1.13.0
25002026-05-28T05:48:17.650Z Checking mime v0.3.17
25012026-05-28T05:48:17.710Z Checking bumpalo v3.20.2
25022026-05-28T05:48:17.762Z Checking either v1.15.0
25032026-05-28T05:48:17.787Z Checking strsim v0.11.1
25042026-05-28T05:48:17.839Z Checking bzip2 v0.6.1
25052026-05-28T05:48:17.884Z Checking elliptic-curve v0.13.8
25062026-05-28T05:48:17.906Z Checking zopfli v0.8.3
25072026-05-28T05:48:17.942Z Checking dof v0.3.0
25082026-05-28T05:48:17.945Z Checking clap_builder v4.5.60
25092026-05-28T05:48:17.998Z Checking walkdir v2.5.0
25102026-05-28T05:48:18.104Z Checking reqwest v0.12.28
25112026-05-28T05:48:18.154Z Checking hashbrown v0.16.1
25122026-05-28T05:48:18.185Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-05-28T05:48:18.228Z Checking smoltcp v0.9.1
25142026-05-28T05:48:18.228Z Checking hashbrown v0.15.5
25152026-05-28T05:48:18.366Z Checking usdt-impl v0.6.0
25162026-05-28T05:48:18.439Z Checking toml_edit v0.19.15
25172026-05-28T05:48:18.612Z Checking futures v0.3.32
25182026-05-28T05:48:18.639Z Checking signal-hook-mio v0.2.5
25192026-05-28T05:48:18.652Z Checking bzip2 v0.4.4
25202026-05-28T05:48:18.688Z Checking phf v0.13.1
25212026-05-28T05:48:18.700Z Checking snafu v0.8.9
25222026-05-28T05:48:18.740Z Checking num-bigint-dig v0.8.6
25232026-05-28T05:48:18.806Z Checking cookie_store v0.22.1
25242026-05-28T05:48:18.834Z Checking zstd v0.13.3
25252026-05-28T05:48:18.932Z Checking postgres-types v0.2.12
25262026-05-28T05:48:18.945Z Checking dtrace-parser v0.2.0
25272026-05-28T05:48:19.020Z Checking globset v0.4.18
25282026-05-28T05:48:19.042Z Checking crossbeam-deque v0.8.6
25292026-05-28T05:48:19.140Z Checking rustls-platform-verifier v0.6.2
25302026-05-28T05:48:19.153Z Checking regex v1.12.3
25312026-05-28T05:48:19.170Z Checking ed25519 v2.2.3
25322026-05-28T05:48:19.217Z Checking phf_shared v0.11.3
25332026-05-28T05:48:19.239Z Checking olpc-cjson v0.1.4
25342026-05-28T05:48:19.269Z Checking curve25519-dalek v4.1.3
25352026-05-28T05:48:19.283Z Checking ref-cast v1.0.25
25362026-05-28T05:48:19.346Z Checking strum v0.27.2
25372026-05-28T05:48:19.359Z Checking hubpack v0.1.2
25382026-05-28T05:48:19.369Z Checking memoffset v0.9.1
25392026-05-28T05:48:19.380Z Checking rustix v0.38.44
25402026-05-28T05:48:19.421Z Checking pkcs1 v0.7.5
25412026-05-28T05:48:19.442Z Checking pem v3.0.6
25422026-05-28T05:48:19.445Z Checking float-cmp v0.10.0
25432026-05-28T05:48:19.466Z Checking erased-serde v0.3.31
25442026-05-28T05:48:19.517Z Checking serde_plain v1.0.2
25452026-05-28T05:48:19.545Z Checking serde-big-array v0.5.1
25462026-05-28T05:48:19.574Z Checking rfc6979 v0.4.0
25472026-05-28T05:48:19.592Z Checking memmap2 v0.9.10
25482026-05-28T05:48:19.623Z Checking thread-id v4.2.2
25492026-05-28T05:48:19.656Z Checking env_filter v1.0.0
25502026-05-28T05:48:19.674Z Checking static_assertions v1.1.0
25512026-05-28T05:48:19.686Z Checking data-encoding v2.10.0
25522026-05-28T05:48:19.700Z Checking whoami v2.1.0
25532026-05-28T05:48:19.741Z Checking typed-path v0.9.3
25542026-05-28T05:48:19.754Z Checking unicode-segmentation v1.12.0
25552026-05-28T05:48:19.794Z Checking toml_write v0.1.2
25562026-05-28T05:48:19.839Z Checking normalize-line-endings v0.3.0
25572026-05-28T05:48:19.886Z Checking new_debug_unreachable v1.0.6
25582026-05-28T05:48:19.928Z Checking fixedbitset v0.4.2
25592026-05-28T05:48:19.952Z Checking jiff v0.2.21
25602026-05-28T05:48:19.964Z Checking precomputed-hash v0.1.1
25612026-05-28T05:48:19.967Z Checking keccak v0.1.6
25622026-05-28T05:48:20.033Z Checking fixedbitset v0.5.7
25632026-05-28T05:48:20.045Z Checking predicates-core v1.0.10
25642026-05-28T05:48:20.059Z Checking difflib v0.4.0
25652026-05-28T05:48:20.073Z Checking petgraph v0.6.5
25662026-05-28T05:48:20.134Z Checking sha3 v0.10.8
25672026-05-28T05:48:20.161Z Checking similar v2.7.0
25682026-05-28T05:48:20.173Z Checking crossterm v0.28.1
25692026-05-28T05:48:20.224Z Checking petgraph v0.8.3
25702026-05-28T05:48:20.236Z Checking predicates v3.1.4
25712026-05-28T05:48:20.335Z Checking string_cache v0.8.9
25722026-05-28T05:48:20.516Z Checking ed25519-dalek v2.2.0
25732026-05-28T05:48:20.519Z Checking tough v0.22.0
25742026-05-28T05:48:20.542Z Checking toml_edit v0.22.27
25752026-05-28T05:48:20.559Z Checking hickory-proto v0.25.2
25762026-05-28T05:48:20.744Z Checking tokio-postgres v0.7.16
25772026-05-28T05:48:20.909Z Checking slog v2.8.2
25782026-05-28T05:48:21.171Z Checking env_logger v0.11.9
25792026-05-28T05:48:21.336Z Checking usdt v0.6.0
25802026-05-28T05:48:21.364Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25812026-05-28T05:48:21.502Z Checking usdt-impl v0.5.0
25822026-05-28T05:48:21.616Z Checking ecdsa v0.16.9
25832026-05-28T05:48:21.777Z Checking rsa v0.9.10
25842026-05-28T05:48:21.780Z Checking toml v0.7.8
25852026-05-28T05:48:21.955Z Checking nix v0.31.2
25862026-05-28T05:48:22.090Z Checking reqwest v0.13.2
25872026-05-28T05:48:22.205Z Checking zip v4.6.1
25882026-05-28T05:48:22.561Z Checking clap v4.5.60
25892026-05-28T05:48:22.578Z Checking zip v0.6.6
25902026-05-28T05:48:22.642Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-28T05:48:22.801Z Checking itertools v0.13.0
25922026-05-28T05:48:22.867Z Checking serde_with v3.17.0
25932026-05-28T05:48:22.895Z Checking strum v0.26.3
25942026-05-28T05:48:22.916Z Checking fs-err v3.3.0
25952026-05-28T05:48:22.941Z Checking ahash v0.8.12
25962026-05-28T05:48:22.965Z Checking object v0.37.3
25972026-05-28T05:48:23.004Z Checking tokio-stream v0.1.18
25982026-05-28T05:48:23.133Z Checking buf-list v1.1.2
25992026-05-28T05:48:23.214Z Checking anyhow v1.0.102
26002026-05-28T05:48:23.315Z Checking camino v1.2.2
26012026-05-28T05:48:23.329Z Checking x509-cert v0.2.5
26022026-05-28T05:48:23.386Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26032026-05-28T05:48:23.410Z Checking openapiv3 v2.2.0
26042026-05-28T05:48:23.562Z Checking toml_datetime v0.7.5+spec-1.1.0
26052026-05-28T05:48:23.600Z Checking sha1 v0.10.6
26062026-05-28T05:48:23.648Z Checking peg-runtime v0.8.5
26072026-05-28T05:48:23.757Z Checking lalrpop-util v0.19.12
26082026-05-28T05:48:23.769Z Checking rayon v1.11.0
26092026-05-28T05:48:23.790Z Checking sigpipe v0.1.3
26102026-05-28T05:48:23.827Z Checking glob v0.3.3
26112026-05-28T05:48:25.174Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-05-28T05:48:25.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
26132026-05-28T05:48:25.624Z
26142026-05-28T05:48:25.624Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26152026-05-28T05:48:26.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-05-28T05:48:26.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-05-28T05:48:26.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-05-28T05:48:26.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26192026-05-28T05:48:26.230Z
26202026-05-28T05:48:26.230Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26212026-05-28T05:48:26.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-28T05:48:26.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-28T05:48:26.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-28T05:48:26.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-05-28T05:48:26.829Z
26262026-05-28T05:48:26.829Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26272026-05-28T05:48:27.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-28T05:48:27.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-28T05:48:27.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-28T05:48:27.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26312026-05-28T05:48:27.445Z
26322026-05-28T05:48:27.445Zinfo: running `cargo check --bins` on oxql-types (80/276)
26332026-05-28T05:48:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-28T05:48:27.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-28T05:48:27.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-28T05:48:27.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-28T05:48:28.051Z
26382026-05-28T05:48:28.051Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26392026-05-28T05:48:28.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-28T05:48:28.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-28T05:48:28.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-28T05:48:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-28T05:48:28.648Z
26442026-05-28T05:48:28.649Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26452026-05-28T05:48:29.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-28T05:48:29.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-28T05:48:29.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-28T05:48:29.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26492026-05-28T05:48:29.252Z
26502026-05-28T05:48:29.252Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26512026-05-28T05:48:29.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-28T05:48:29.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-28T05:48:29.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-28T05:48:29.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-28T05:48:29.841Z
26562026-05-28T05:48:29.841Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26572026-05-28T05:48:30.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-28T05:48:30.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-28T05:48:30.532Z Compiling structmeta-derive v0.3.0
26602026-05-28T05:48:30.651Z Compiling rustls v0.22.4
26612026-05-28T05:48:30.662Z Compiling multer v3.1.0
26622026-05-28T05:48:30.673Z Compiling async-stream-impl v0.3.6
26632026-05-28T05:48:30.676Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26642026-05-28T05:48:30.696Z Compiling dropshot v0.17.0
26652026-05-28T05:48:30.711Z Compiling newtype-uuid-macros v0.1.0
26662026-05-28T05:48:30.711Z Compiling dropshot_endpoint v0.17.0
26672026-05-28T05:48:30.830Z Checking newtype-uuid v1.3.2
26682026-05-28T05:48:30.892Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692026-05-28T05:48:30.958Z Checking rustls-webpki v0.102.8
26702026-05-28T05:48:31.046Z Checking daft v0.1.7
26712026-05-28T05:48:31.064Z Checking thread_local v1.1.9
26722026-05-28T05:48:31.231Z Checking compression-core v0.4.31
26732026-05-28T05:48:31.252Z Checking match_cfg v0.1.0
26742026-05-28T05:48:31.294Z Checking iddqd v0.4.1
26752026-05-28T05:48:31.311Z Checking crossbeam-channel v0.5.15
26762026-05-28T05:48:31.323Z Checking hostname v0.3.1
26772026-05-28T05:48:31.354Z Checking compression-codecs v0.4.37
26782026-05-28T05:48:31.417Z Checking slog-json v2.6.1
26792026-05-28T05:48:31.453Z Checking toml_datetime v1.0.0+spec-1.1.0
26802026-05-28T05:48:31.518Z Checking is-terminal v0.4.17
26812026-05-28T05:48:31.571Z Checking serde_spanned v1.0.4
26822026-05-28T05:48:31.609Z Checking take_mut v0.2.2
26832026-05-28T05:48:31.641Z Checking toml_writer v1.0.6+spec-1.1.0
26842026-05-28T05:48:31.653Z Checking term v1.2.1
26852026-05-28T05:48:31.694Z Compiling structmeta v0.3.0
26862026-05-28T05:48:31.708Z Checking debug-ignore v1.0.5
26872026-05-28T05:48:31.719Z Checking slog-async v2.8.0
26882026-05-28T05:48:31.804Z Checking slog-bunyan v2.5.0
26892026-05-28T05:48:31.817Z Checking toml v1.0.6+spec-1.1.0
26902026-05-28T05:48:31.867Z Checking slog-term v2.9.2
26912026-05-28T05:48:31.888Z Checking async-compression v0.4.41
26922026-05-28T05:48:31.904Z Compiling derive-ex v0.1.8
26932026-05-28T05:48:31.917Z Compiling parse-display-derive v0.10.0
26942026-05-28T05:48:32.121Z Checking async-stream v0.3.6
26952026-05-28T05:48:32.134Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26962026-05-28T05:48:32.210Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26972026-05-28T05:48:32.238Z Checking progenitor-client v0.14.0
26982026-05-28T05:48:32.250Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26992026-05-28T05:48:32.387Z Checking waitgroup v0.1.2
27002026-05-28T05:48:32.400Z Checking backon v1.6.0
27012026-05-28T05:48:32.457Z Checking rustls-pemfile v2.2.0
27022026-05-28T05:48:32.486Z Checking serde_path_to_error v0.1.20
27032026-05-28T05:48:32.509Z Checking hostname v0.4.2
27042026-05-28T05:48:32.557Z Checking instant v0.1.13
27052026-05-28T05:48:32.641Z Checking backoff v0.4.0
27062026-05-28T05:48:32.751Z Checking progenitor-extras v0.2.0
27072026-05-28T05:48:32.779Z Checking tokio-rustls v0.25.0
27082026-05-28T05:48:32.810Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27092026-05-28T05:48:32.823Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-05-28T05:48:32.998Z Checking itertools v0.14.0
27112026-05-28T05:48:33.021Z Checking progenitor-client v0.10.0
27122026-05-28T05:48:33.185Z Checking regress v0.10.5
27132026-05-28T05:48:33.227Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27142026-05-28T05:48:33.453Z Checking macaddr v1.0.1
27152026-05-28T05:48:33.570Z Compiling test-strategy v0.4.5
27162026-05-28T05:48:33.573Z Checking parse-display v0.10.0
27172026-05-28T05:48:33.722Z Checking humantime v2.3.0
27182026-05-28T05:48:34.781Z Compiling prettyplease v0.2.37
27192026-05-28T05:48:35.024Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27202026-05-28T05:48:35.239Z Checking num-rational v0.4.2
27212026-05-28T05:48:35.389Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27222026-05-28T05:48:35.741Z Checking num-complex v0.4.6
27232026-05-28T05:48:36.452Z Compiling num v0.4.3
27242026-05-28T05:48:36.531Z Compiling usdt-macro v0.5.0
27252026-05-28T05:48:36.543Z Compiling usdt-attr-macro v0.5.0
27262026-05-28T05:48:36.559Z Checking memmap v0.7.0
27272026-05-28T05:48:36.575Z Checking float-ord v0.3.2
27282026-05-28T05:48:36.684Z Compiling convert_case v0.4.0
27292026-05-28T05:48:36.697Z Checking unicode-width v0.2.0
27302026-05-28T05:48:36.947Z Checking console v0.15.11
27312026-05-28T05:48:37.066Z Compiling derive_more v0.99.20
27322026-05-28T05:48:37.232Z Checking newline-converter v0.3.0
27332026-05-28T05:48:37.257Z Checking atomicwrites v0.4.4
27342026-05-28T05:48:37.308Z Checking usdt v0.5.0
27352026-05-28T05:48:37.343Z Compiling toml v0.8.23
27362026-05-28T05:48:37.385Z Compiling minimal-lexical v0.2.1
27372026-05-28T05:48:37.473Z Checking linked-hash-map v0.5.6
27382026-05-28T05:48:37.639Z Compiling nom v7.1.3
27392026-05-28T05:48:37.652Z Checking lru-cache v0.1.2
27402026-05-28T05:48:37.776Z Checking expectorate v1.2.0
27412026-05-28T05:48:38.286Z Checking camino-tempfile v1.4.1
27422026-05-28T05:48:38.422Z Checking hickory-proto v0.24.4
27432026-05-28T05:48:38.454Z Checking phf_shared v0.12.1
27442026-05-28T05:48:38.599Z Compiling slog-dtrace v0.3.0
27452026-05-28T05:48:38.697Z Checking heck v0.5.0
27462026-05-28T05:48:38.792Z Compiling chrono-tz v0.10.4
27472026-05-28T05:48:38.826Z Checking resolv-conf v0.7.6
27482026-05-28T05:48:38.954Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27492026-05-28T05:48:38.969Z Compiling const_format_proc_macros v0.2.34
27502026-05-28T05:48:39.000Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512026-05-28T05:48:39.061Z Checking phf v0.12.1
27522026-05-28T05:48:39.206Z Checking tokio-dtrace v0.1.1
27532026-05-28T05:48:39.394Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27542026-05-28T05:48:39.474Z Compiling derive-where v1.6.0
27552026-05-28T05:48:39.603Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27562026-05-28T05:48:39.772Z Checking highway v1.3.0
27572026-05-28T05:48:40.005Z Checking const_format v0.2.35
27582026-05-28T05:48:40.191Z Checking hickory-resolver v0.24.4
27592026-05-28T05:48:40.241Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27602026-05-28T05:48:40.463Z Checking oxide-tokio-rt v0.1.4
27612026-05-28T05:48:40.478Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27622026-05-28T05:48:40.680Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27632026-05-28T05:48:40.753Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642026-05-28T05:48:40.852Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27652026-05-28T05:48:40.972Z Checking qorb v0.4.1
27662026-05-28T05:48:41.056Z Checking gethostname v0.5.0
27672026-05-28T05:48:41.074Z Checking bcs v0.1.6
27682026-05-28T05:48:41.151Z Checking termtree v0.5.1
27692026-05-28T05:48:44.334Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27702026-05-28T05:48:47.057Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27712026-05-28T05:48:49.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.32s
27722026-05-28T05:48:49.354Z
27732026-05-28T05:48:49.354Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27742026-05-28T05:48:49.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-05-28T05:48:49.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-05-28T05:48:50.042Z Compiling ar_archive_writer v0.5.1
27772026-05-28T05:48:50.157Z Compiling stacker v0.1.23
27782026-05-28T05:48:50.163Z Compiling cfg_aliases v0.1.1
27792026-05-28T05:48:50.170Z Compiling convert_case v0.10.0
27802026-05-28T05:48:50.176Z Checking unicode-width v0.1.14
27812026-05-28T05:48:50.184Z Compiling proc-macro-error v1.0.4
27822026-05-28T05:48:50.195Z Checking fd-lock v4.0.4
27832026-05-28T05:48:50.195Z Checking nibble_vec v0.1.0
27842026-05-28T05:48:50.220Z Compiling nix v0.28.0
27852026-05-28T05:48:50.305Z Checking vte v0.14.1
27862026-05-28T05:48:50.322Z Compiling recursive-proc-macro-impl v0.1.1
27872026-05-28T05:48:50.418Z Checking bytecount v0.6.9
27882026-05-28T05:48:50.422Z Checking endian-type v0.1.2
27892026-05-28T05:48:50.481Z Checking strip-ansi-escapes v0.2.1
27902026-05-28T05:48:50.497Z Compiling derive_more-impl v2.1.1
27912026-05-28T05:48:50.507Z Compiling tabled_derive v0.7.0
27922026-05-28T05:48:50.558Z Checking papergrid v0.11.0
27932026-05-28T05:48:50.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-28T05:48:50.598Z Checking radix_trie v0.2.1
27952026-05-28T05:48:50.755Z Compiling peg-macros v0.8.5
27962026-05-28T05:48:50.807Z Checking winnow v0.6.26
27972026-05-28T05:48:51.022Z Compiling psm v0.1.30
27982026-05-28T05:48:51.056Z Compiling sqlparser_derive v0.5.0
27992026-05-28T05:48:51.171Z Checking unicode_categories v0.1.1
28002026-05-28T05:48:51.305Z Checking derive_more v2.1.1
28012026-05-28T05:48:51.329Z Checking nu-ansi-term v0.50.3
28022026-05-28T05:48:51.383Z Checking home v0.5.12
28032026-05-28T05:48:51.474Z Checking tabled v0.15.0
28042026-05-28T05:48:51.491Z Checking crossterm v0.29.0
28052026-05-28T05:48:51.543Z Checking reedline v0.40.0
28062026-05-28T05:48:51.555Z Checking rustyline v14.0.0
28072026-05-28T05:48:51.793Z Checking recursive v0.1.1
28082026-05-28T05:48:51.877Z Checking display-error-chain v0.2.2
28092026-05-28T05:48:51.890Z Checking sqlparser v0.61.0
28102026-05-28T05:48:51.959Z Checking sqlformat v0.3.5
28112026-05-28T05:48:52.114Z Checking peg v0.8.5
28122026-05-28T05:49:03.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28132026-05-28T05:49:03.302Z
28142026-05-28T05:49:03.302Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28152026-05-28T05:49:03.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-28T05:49:03.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-28T05:49:03.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-28T05:49:07.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28192026-05-28T05:49:07.615Z
28202026-05-28T05:49:07.615Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28212026-05-28T05:49:08.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-28T05:49:08.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-28T05:49:08.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-28T05:49:10.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
28252026-05-28T05:49:10.924Z
28262026-05-28T05:49:10.924Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28272026-05-28T05:49:11.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-28T05:49:11.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-28T05:49:11.607Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-28T05:49:14.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28312026-05-28T05:49:15.053Z
28322026-05-28T05:49:15.053Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28332026-05-28T05:49:15.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-28T05:49:15.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-28T05:49:15.745Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-28T05:49:19.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28372026-05-28T05:49:19.219Z
28382026-05-28T05:49:19.219Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28392026-05-28T05:49:19.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-28T05:49:19.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-28T05:49:19.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-28T05:49:22.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28432026-05-28T05:49:22.691Z
28442026-05-28T05:49:22.691Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28452026-05-28T05:49:23.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-28T05:49:23.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-28T05:49:23.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-28T05:49:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
28492026-05-28T05:49:26.221Z
28502026-05-28T05:49:26.221Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28512026-05-28T05:49:26.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-28T05:49:26.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-28T05:49:26.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-28T05:49:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28552026-05-28T05:49:30.525Z
28562026-05-28T05:49:30.525Zinfo: running `cargo check --bins` on oximeter (93/276)
28572026-05-28T05:49:31.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-28T05:49:31.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-28T05:49:31.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-28T05:49:31.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28612026-05-28T05:49:31.135Z
28622026-05-28T05:49:31.135Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28632026-05-28T05:49:31.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-28T05:49:31.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-28T05:49:31.791Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28662026-05-28T05:49:31.958Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-05-28T05:49:31.960Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28682026-05-28T05:49:32.298Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28692026-05-28T05:49:35.178Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28702026-05-28T05:49:36.394Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28712026-05-28T05:49:36.558Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-05-28T05:49:37.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28732026-05-28T05:49:37.421Z
28742026-05-28T05:49:37.421Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28752026-05-28T05:49:37.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-28T05:49:37.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-28T05:49:37.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-28T05:49:37.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28792026-05-28T05:49:38.040Z
28802026-05-28T05:49:38.040Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28812026-05-28T05:49:38.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-28T05:49:38.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-28T05:49:38.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-28T05:49:38.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28852026-05-28T05:49:38.698Z
28862026-05-28T05:49:38.698Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28872026-05-28T05:49:39.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-28T05:49:39.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-28T05:49:39.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-28T05:49:39.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28912026-05-28T05:49:39.323Z
28922026-05-28T05:49:39.323Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28932026-05-28T05:49:39.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-28T05:49:39.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-28T05:49:39.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-28T05:49:39.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28972026-05-28T05:49:39.952Z
28982026-05-28T05:49:39.952Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
28992026-05-28T05:49:40.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-28T05:49:40.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-28T05:49:40.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-28T05:49:40.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29032026-05-28T05:49:40.579Z
29042026-05-28T05:49:40.579Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29052026-05-28T05:49:41.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-28T05:49:41.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-28T05:49:41.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-28T05:49:41.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29092026-05-28T05:49:41.202Z
29102026-05-28T05:49:41.202Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29112026-05-28T05:49:41.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-28T05:49:41.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-28T05:49:41.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-28T05:49:41.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-05-28T05:49:41.801Z
29162026-05-28T05:49:41.801Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29172026-05-28T05:49:42.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-28T05:49:42.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-28T05:49:42.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-28T05:49:42.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29212026-05-28T05:49:42.425Z
29222026-05-28T05:49:42.425Zinfo: running `cargo check --bins` on update-engine (103/276)
29232026-05-28T05:49:42.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-28T05:49:42.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-28T05:49:42.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-28T05:49:42.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-05-28T05:49:43.032Z
29282026-05-28T05:49:43.032Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29292026-05-28T05:49:43.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-28T05:49:43.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-28T05:49:43.766Z Compiling crucible-workspace-hack v0.1.0
29322026-05-28T05:49:43.886Z Checking secrecy v0.10.3
29332026-05-28T05:49:43.893Z Compiling heapless v0.8.0
29342026-05-28T05:49:43.900Z Compiling ingot-macros v0.1.1
29352026-05-28T05:49:43.906Z Compiling toml_edit v0.23.10+spec-1.0.0
29362026-05-28T05:49:43.909Z Checking hash32 v0.3.1
29372026-05-28T05:49:43.927Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29382026-05-28T05:49:43.927Z Compiling smoltcp v0.11.0
29392026-05-28T05:49:43.987Z Checking cobs v0.3.0
29402026-05-28T05:49:44.024Z Compiling thiserror-impl-no-std v2.0.2
29412026-05-28T05:49:44.125Z Checking universal-hash v0.5.1
29422026-05-28T05:49:44.138Z Checking half v2.7.1
29432026-05-28T05:49:44.179Z Checking opaque-debug v0.3.1
29442026-05-28T05:49:44.246Z Checking ciborium-io v0.2.2
29452026-05-28T05:49:44.260Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29462026-05-28T05:49:44.292Z Checking poly1305 v0.8.0
29472026-05-28T05:49:44.343Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29482026-05-28T05:49:44.397Z Checking ciborium-ll v0.2.2
29492026-05-28T05:49:44.457Z Compiling proc-macro-crate v3.4.0
29502026-05-28T05:49:44.572Z Checking postcard v1.1.3
29512026-05-28T05:49:44.595Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29522026-05-28T05:49:44.637Z Checking password-hash v0.5.0
29532026-05-28T05:49:44.857Z Checking chacha20 v0.9.1
29542026-05-28T05:49:44.872Z Compiling proc-macro-crate v1.3.1
29552026-05-28T05:49:44.875Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29562026-05-28T05:49:44.958Z Checking blake2 v0.10.6
29572026-05-28T05:49:45.010Z Compiling num_enum_derive v0.7.5
29582026-05-28T05:49:45.053Z Checking aead v0.5.2
29592026-05-28T05:49:45.105Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-05-28T05:49:45.175Z Checking thiserror-no-std v2.0.2
29612026-05-28T05:49:45.194Z Compiling foreign-types-macros v0.2.3
29622026-05-28T05:49:45.208Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-28T05:49:45.262Z Checking cpufeatures v0.3.0
29642026-05-28T05:49:45.297Z Checking foreign-types-shared v0.3.1
29652026-05-28T05:49:45.310Z Compiling num_enum_derive v0.5.11
29662026-05-28T05:49:45.334Z Checking chacha20 v0.10.0
29672026-05-28T05:49:45.388Z Checking vsss-rs v3.3.4
29682026-05-28T05:49:45.452Z Checking argon2 v0.5.3
29692026-05-28T05:49:45.560Z Checking chacha20poly1305 v0.10.1
29702026-05-28T05:49:45.690Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29712026-05-28T05:49:45.797Z Checking ciborium v0.2.2
29722026-05-28T05:49:45.810Z Checking foreign-types v0.5.0
29732026-05-28T05:49:45.992Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29742026-05-28T05:49:46.026Z Checking tabwriter v1.4.1
29752026-05-28T05:49:46.062Z Checking num_enum v0.7.5
29762026-05-28T05:49:46.168Z Checking byte-wrapper v0.1.0
29772026-05-28T05:49:46.181Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29782026-05-28T05:49:46.209Z Checking cstr-argument v0.1.2
29792026-05-28T05:49:46.271Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-28T05:49:46.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29812026-05-28T05:49:46.356Z Checking num_enum v0.5.11
29822026-05-28T05:49:46.372Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29832026-05-28T05:49:46.470Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29842026-05-28T05:49:46.528Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29852026-05-28T05:49:46.541Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29862026-05-28T05:49:46.600Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-05-28T05:49:46.641Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29882026-05-28T05:49:46.699Z Checking rand v0.10.0
29892026-05-28T05:49:46.702Z Checking ingot-types v0.1.2
29902026-05-28T05:49:46.726Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29912026-05-28T05:49:46.738Z Checking colored v3.1.1
29922026-05-28T05:49:46.838Z Checking indent_write v2.2.0
29932026-05-28T05:49:46.938Z Compiling zone_cfg_derive v0.3.1
29942026-05-28T05:49:46.984Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29952026-05-28T05:49:46.999Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29962026-05-28T05:49:47.038Z Checking itertools v0.12.1
29972026-05-28T05:49:47.065Z Checking ingot v0.1.1
29982026-05-28T05:49:47.137Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-28T05:49:47.154Z Compiling num-derive v0.4.2
30002026-05-28T05:49:47.168Z Checking swrite v0.1.0
30012026-05-28T05:49:47.231Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30022026-05-28T05:49:47.269Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30032026-05-28T05:49:47.430Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-28T05:49:47.575Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30052026-05-28T05:49:47.589Z Checking dropshot-api-manager-types v0.7.1
30062026-05-28T05:49:47.600Z Checking smf v0.2.3
30072026-05-28T05:49:47.616Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30082026-05-28T05:49:47.685Z Checking nanorand v0.7.0
30092026-05-28T05:49:47.751Z Checking whoami v1.6.1
30102026-05-28T05:49:47.826Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30112026-05-28T05:49:47.878Z Checking flume v0.11.1
30122026-05-28T05:49:48.049Z Checking zone v0.3.1
30132026-05-28T05:49:48.062Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30142026-05-28T05:49:48.628Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-28T05:49:49.602Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-28T05:49:50.484Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-28T05:49:53.700Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-05-28T05:49:55.758Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30192026-05-28T05:49:56.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
30202026-05-28T05:49:57.053Z
30212026-05-28T05:49:57.053Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30222026-05-28T05:49:57.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-28T05:49:57.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-28T05:49:57.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-28T05:49:57.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30262026-05-28T05:49:57.673Z
30272026-05-28T05:49:57.673Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30282026-05-28T05:49:58.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-28T05:49:58.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-28T05:49:58.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-28T05:49:58.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30322026-05-28T05:49:58.292Z
30332026-05-28T05:49:58.292Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30342026-05-28T05:49:58.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-28T05:49:58.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-28T05:49:58.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-28T05:49:58.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30382026-05-28T05:49:58.916Z
30392026-05-28T05:49:58.916Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30402026-05-28T05:49:59.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-28T05:49:59.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-28T05:49:59.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-28T05:49:59.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30442026-05-28T05:49:59.541Z
30452026-05-28T05:49:59.541Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30462026-05-28T05:50:00.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-28T05:50:00.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-28T05:50:00.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-28T05:50:00.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-28T05:50:00.160Z
30512026-05-28T05:50:00.160Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30522026-05-28T05:50:00.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-28T05:50:00.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-28T05:50:00.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-28T05:50:00.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-28T05:50:00.772Z
30572026-05-28T05:50:00.772Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30582026-05-28T05:50:01.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-28T05:50:01.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-28T05:50:01.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-28T05:50:01.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-28T05:50:01.384Z
30632026-05-28T05:50:01.384Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30642026-05-28T05:50:01.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-28T05:50:01.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-28T05:50:01.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-28T05:50:01.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-28T05:50:01.984Z
30692026-05-28T05:50:01.984Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30702026-05-28T05:50:02.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-28T05:50:02.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-28T05:50:02.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-28T05:50:02.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-28T05:50:02.590Z
30752026-05-28T05:50:02.590Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30762026-05-28T05:50:03.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-28T05:50:03.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-28T05:50:03.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-28T05:50:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-05-28T05:50:03.200Z
30812026-05-28T05:50:03.200Zinfo: running `cargo check --bins` on installinator-client (115/276)
30822026-05-28T05:50:03.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-28T05:50:03.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-28T05:50:03.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-28T05:50:03.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30862026-05-28T05:50:03.817Z
30872026-05-28T05:50:03.817Zinfo: running `cargo check --bins` on nexus-client (116/276)
30882026-05-28T05:50:04.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-28T05:50:04.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-28T05:50:04.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-28T05:50:04.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30922026-05-28T05:50:04.466Z
30932026-05-28T05:50:04.467Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30942026-05-28T05:50:05.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-28T05:50:05.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-28T05:50:05.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-28T05:50:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30982026-05-28T05:50:05.118Z
30992026-05-28T05:50:05.118Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31002026-05-28T05:50:05.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-28T05:50:05.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-28T05:50:05.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-28T05:50:05.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-28T05:50:05.717Z
31052026-05-28T05:50:05.718Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31062026-05-28T05:50:06.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-28T05:50:06.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-28T05:50:06.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-28T05:50:06.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-28T05:50:06.316Z
31112026-05-28T05:50:06.316Zinfo: running `cargo check --bins` on oxide-client (120/276)
31122026-05-28T05:50:06.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-28T05:50:06.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-28T05:50:06.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-28T05:50:06.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-28T05:50:06.912Z
31172026-05-28T05:50:06.912Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31182026-05-28T05:50:07.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-28T05:50:07.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-28T05:50:07.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-28T05:50:07.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-28T05:50:07.518Z
31232026-05-28T05:50:07.518Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31242026-05-28T05:50:08.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-28T05:50:08.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-28T05:50:08.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-28T05:50:08.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-28T05:50:08.116Z
31292026-05-28T05:50:08.116Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31302026-05-28T05:50:08.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-28T05:50:08.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-28T05:50:08.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-28T05:50:08.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-28T05:50:08.738Z
31352026-05-28T05:50:08.738Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31362026-05-28T05:50:09.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-28T05:50:09.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-28T05:50:09.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-28T05:50:09.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31402026-05-28T05:50:09.370Z
31412026-05-28T05:50:09.370Zinfo: running `cargo check --bins` on installinator-common (125/276)
31422026-05-28T05:50:09.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-28T05:50:09.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-28T05:50:09.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-28T05:50:09.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-28T05:50:10.002Z
31472026-05-28T05:50:10.002Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31482026-05-28T05:50:10.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-28T05:50:10.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-28T05:50:10.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-28T05:50:10.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31522026-05-28T05:50:10.602Z
31532026-05-28T05:50:10.602Zinfo: running `cargo check --bins` on wicket-common (127/276)
31542026-05-28T05:50:11.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-28T05:50:11.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-28T05:50:11.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-28T05:50:11.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-28T05:50:11.221Z
31592026-05-28T05:50:11.221Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31602026-05-28T05:50:11.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-28T05:50:11.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-28T05:50:11.921Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-05-28T05:50:12.038Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-05-28T05:50:12.046Z Checking csv-core v0.1.13
31652026-05-28T05:50:12.053Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-05-28T05:50:12.060Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31672026-05-28T05:50:12.063Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-05-28T05:50:12.080Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31692026-05-28T05:50:12.092Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-05-28T05:50:12.202Z Checking csv v1.4.0
31712026-05-28T05:50:12.243Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-05-28T05:50:12.258Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-05-28T05:50:12.283Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-05-28T05:50:12.302Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-05-28T05:50:12.539Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-05-28T05:50:12.906Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-05-28T05:50:12.906Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-28T05:50:13.238Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-05-28T05:50:19.102Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-05-28T05:50:19.629Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-05-28T05:50:21.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
31822026-05-28T05:50:22.180Z
31832026-05-28T05:50:22.180Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31842026-05-28T05:50:22.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-28T05:50:22.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-28T05:50:22.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-05-28T05:50:22.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882026-05-28T05:50:22.789Z
31892026-05-28T05:50:22.789Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31902026-05-28T05:50:23.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-28T05:50:23.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-28T05:50:23.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-28T05:50:23.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31942026-05-28T05:50:23.477Z
31952026-05-28T05:50:23.477Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
31962026-05-28T05:50:24.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-28T05:50:24.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-28T05:50:24.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-28T05:50:24.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32002026-05-28T05:50:24.168Z
32012026-05-28T05:50:24.168Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32022026-05-28T05:50:24.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-28T05:50:24.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-28T05:50:24.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-28T05:50:24.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32062026-05-28T05:50:24.827Z
32072026-05-28T05:50:24.828Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32082026-05-28T05:50:25.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-28T05:50:25.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-28T05:50:25.594Z Compiling regress v0.11.1
32112026-05-28T05:50:25.738Z Compiling unsafe-libyaml v0.2.11
32122026-05-28T05:50:25.753Z Compiling radium v0.7.0
32132026-05-28T05:50:25.753Z Compiling semver v0.1.20
32142026-05-28T05:50:25.780Z Compiling maybe-uninit v2.0.0
32152026-05-28T05:50:25.793Z Checking tap v1.0.1
32162026-05-28T05:50:25.807Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-05-28T05:50:25.896Z Checking wyz v0.5.1
32182026-05-28T05:50:26.028Z Compiling rustc_version v0.1.7
32192026-05-28T05:50:26.069Z Checking progenitor-client v0.13.0
32202026-05-28T05:50:26.102Z Compiling zerocopy-derive v0.6.6
32212026-05-28T05:50:26.216Z Compiling owo-colors v4.3.0
32222026-05-28T05:50:26.249Z Compiling serde_yaml v0.9.34+deprecated
32232026-05-28T05:50:26.300Z Compiling newtype_derive v0.1.6
32242026-05-28T05:50:26.475Z Checking crc-catalog v2.4.0
32252026-05-28T05:50:26.529Z Checking funty v2.0.0
32262026-05-28T05:50:26.533Z Compiling packed_struct v0.10.1
32272026-05-28T05:50:26.570Z Compiling cancel-safe-futures v0.1.5
32282026-05-28T05:50:26.820Z Checking crc v3.4.0
32292026-05-28T05:50:26.852Z Checking bitvec v1.0.1
32302026-05-28T05:50:26.944Z Checking zerocopy v0.6.6
32312026-05-28T05:50:26.992Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32322026-05-28T05:50:27.007Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-05-28T05:50:27.154Z Checking typify-impl v0.6.2
32342026-05-28T05:50:27.282Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32352026-05-28T05:50:27.342Z Compiling packed_struct_codegen v0.10.1
32362026-05-28T05:50:27.533Z Checking libsw-core v0.3.2
32372026-05-28T05:50:27.549Z Compiling bitfield-macros v0.19.4
32382026-05-28T05:50:27.685Z Compiling indexmap v1.9.3
32392026-05-28T05:50:27.704Z Checking nodrop v0.1.14
32402026-05-28T05:50:27.798Z Checking array-init v0.0.4
32412026-05-28T05:50:27.904Z Checking libsw v3.5.0
32422026-05-28T05:50:28.059Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-05-28T05:50:28.097Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-05-28T05:50:28.152Z Checking smallvec v0.6.14
32452026-05-28T05:50:28.263Z Checking bitfield v0.19.4
32462026-05-28T05:50:28.279Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-05-28T05:50:28.461Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32482026-05-28T05:50:28.534Z Checking linear-map v1.2.0
32492026-05-28T05:50:28.588Z Checking smawk v0.3.2
32502026-05-28T05:50:28.667Z Checking hashbrown v0.12.3
32512026-05-28T05:50:28.699Z Checking unicode-linebreak v0.1.5
32522026-05-28T05:50:28.712Z Checking tagptr v0.2.0
32532026-05-28T05:50:28.726Z Checking base64 v0.21.7
32542026-05-28T05:50:28.854Z Checking moka v0.12.13
32552026-05-28T05:50:28.868Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-28T05:50:28.913Z Checking textwrap v0.16.2
32572026-05-28T05:50:28.944Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-28T05:50:28.960Z Checking ron v0.8.1
32592026-05-28T05:50:29.112Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-05-28T05:50:29.127Z Checking steno v0.4.1
32612026-05-28T05:50:29.397Z Checking serde-hex v0.1.0
32622026-05-28T05:50:29.459Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32632026-05-28T05:50:29.476Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32642026-05-28T05:50:29.492Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-05-28T05:50:29.634Z Checking hashbrown v0.13.2
32662026-05-28T05:50:29.903Z Checking crc-any v2.5.0
32672026-05-28T05:50:30.061Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-28T05:50:30.077Z Checking object v0.30.4
32692026-05-28T05:50:30.090Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-28T05:50:30.107Z Checking hickory-resolver v0.25.2
32712026-05-28T05:50:30.153Z Checking half v1.8.3
32722026-05-28T05:50:30.250Z Checking void v1.0.2
32732026-05-28T05:50:30.285Z Checking path-slash v0.1.5
32742026-05-28T05:50:30.353Z Checking utf-8 v0.7.6
32752026-05-28T05:50:30.367Z Checking lzss v0.8.2
32762026-05-28T05:50:30.388Z Checking serde_cbor v0.11.2
32772026-05-28T05:50:30.502Z Checking tungstenite v0.23.0
32782026-05-28T05:50:30.718Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32792026-05-28T05:50:30.800Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32802026-05-28T05:50:30.866Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-05-28T05:50:30.881Z Checking nix v0.27.1
32822026-05-28T05:50:30.915Z Checking kstat-rs v0.2.4
32832026-05-28T05:50:30.929Z Checking fxhash v0.2.1
32842026-05-28T05:50:31.043Z Checking serde_bytes v0.11.19
32852026-05-28T05:50:31.057Z Checking tokio-tungstenite v0.23.1
32862026-05-28T05:50:31.102Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-05-28T05:50:31.224Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-05-28T05:50:31.297Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-05-28T05:50:31.320Z Checking signal-hook-tokio v0.3.1
32902026-05-28T05:50:31.632Z Compiling typify-macro v0.6.2
32912026-05-28T05:50:32.440Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-28T05:50:32.761Z Compiling typify v0.6.2
32932026-05-28T05:50:32.840Z Compiling progenitor-impl v0.13.0
32942026-05-28T05:50:32.840Z Compiling progenitor-impl v0.14.0
32952026-05-28T05:50:33.338Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32962026-05-28T05:50:33.661Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32972026-05-28T05:50:34.420Z Compiling progenitor-macro v0.13.0
32982026-05-28T05:50:34.460Z Compiling progenitor-macro v0.14.0
32992026-05-28T05:50:36.838Z Checking progenitor v0.13.0
33002026-05-28T05:50:36.968Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33012026-05-28T05:50:37.132Z Checking progenitor v0.14.0
33022026-05-28T05:50:37.247Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-28T05:50:39.985Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-05-28T05:50:47.624Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-05-28T05:50:54.041Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-05-28T05:50:55.410Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-05-28T05:50:55.921Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-05-28T05:50:58.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.19s
33092026-05-28T05:50:58.227Z
33102026-05-28T05:50:58.227Zinfo: running `cargo check --bins` on gateway-api (134/276)
33112026-05-28T05:50:58.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-28T05:50:58.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-28T05:50:58.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-28T05:50:58.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-05-28T05:50:58.835Z
33162026-05-28T05:50:58.835Zinfo: running `cargo check --bins` on ipcc (135/276)
33172026-05-28T05:50:59.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-28T05:50:59.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-28T05:50:59.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-28T05:50:59.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-28T05:50:59.441Z
33222026-05-28T05:50:59.441Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33232026-05-28T05:50:59.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-28T05:50:59.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-28T05:50:59.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-28T05:50:59.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-28T05:51:00.034Z
33282026-05-28T05:51:00.034Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33292026-05-28T05:51:00.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-28T05:51:00.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-28T05:51:00.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-28T05:51:00.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-28T05:51:00.645Z
33342026-05-28T05:51:00.645Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33352026-05-28T05:51:01.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-28T05:51:01.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-28T05:51:01.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-28T05:51:01.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-28T05:51:01.253Z
33402026-05-28T05:51:01.253Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33412026-05-28T05:51:01.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-28T05:51:01.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-28T05:51:01.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-28T05:51:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-28T05:51:01.866Z
33462026-05-28T05:51:01.866Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33472026-05-28T05:51:02.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-28T05:51:02.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-28T05:51:02.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-28T05:51:02.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-28T05:51:02.476Z
33522026-05-28T05:51:02.476Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33532026-05-28T05:51:02.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-28T05:51:02.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-28T05:51:02.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-28T05:51:02.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-28T05:51:03.091Z
33582026-05-28T05:51:03.091Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33592026-05-28T05:51:03.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-28T05:51:03.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-28T05:51:03.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-28T05:51:03.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-28T05:51:03.704Z
33642026-05-28T05:51:03.704Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33652026-05-28T05:51:04.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-28T05:51:04.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-28T05:51:04.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-28T05:51:04.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-28T05:51:04.318Z
33702026-05-28T05:51:04.318Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33712026-05-28T05:51:04.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-28T05:51:04.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-28T05:51:04.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-28T05:51:04.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-28T05:51:04.934Z
33762026-05-28T05:51:04.934Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33772026-05-28T05:51:05.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-28T05:51:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-28T05:51:05.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-28T05:51:05.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-28T05:51:05.545Z
33822026-05-28T05:51:05.545Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33832026-05-28T05:51:06.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-28T05:51:06.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-28T05:51:06.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-28T05:51:06.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-28T05:51:06.161Z
33882026-05-28T05:51:06.161Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33892026-05-28T05:51:06.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-28T05:51:06.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-28T05:51:06.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-28T05:51:06.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-28T05:51:06.774Z
33942026-05-28T05:51:06.777Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
33952026-05-28T05:51:07.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-28T05:51:07.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-28T05:51:07.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-28T05:51:07.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-28T05:51:07.383Z
34002026-05-28T05:51:07.383Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34012026-05-28T05:51:07.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-28T05:51:07.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-28T05:51:07.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-28T05:51:07.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-28T05:51:07.995Z
34062026-05-28T05:51:07.995Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34072026-05-28T05:51:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-28T05:51:08.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-28T05:51:08.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-28T05:51:08.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-28T05:51:08.603Z
34122026-05-28T05:51:08.603Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34132026-05-28T05:51:09.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-28T05:51:09.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-28T05:51:09.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-28T05:51:09.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-28T05:51:09.209Z
34182026-05-28T05:51:09.209Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34192026-05-28T05:51:09.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-28T05:51:09.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-28T05:51:09.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-28T05:51:09.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-28T05:51:09.820Z
34242026-05-28T05:51:09.820Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34252026-05-28T05:51:10.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-28T05:51:10.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-28T05:51:10.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-28T05:51:10.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-28T05:51:10.434Z
34302026-05-28T05:51:10.434Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34312026-05-28T05:51:10.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-28T05:51:10.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-28T05:51:10.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-28T05:51:10.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-28T05:51:11.048Z
34362026-05-28T05:51:11.048Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34372026-05-28T05:51:11.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-28T05:51:11.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-28T05:51:11.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-28T05:51:11.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34412026-05-28T05:51:11.701Z
34422026-05-28T05:51:11.701Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34432026-05-28T05:51:12.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-28T05:51:12.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-28T05:51:12.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-28T05:51:12.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-28T05:51:12.318Z
34482026-05-28T05:51:12.318Zinfo: running `cargo check --bins` on dns-server (157/276)
34492026-05-28T05:51:12.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-28T05:51:12.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-28T05:51:12.986Z Compiling parking_lot_core v0.8.6
34522026-05-28T05:51:12.986Z Compiling atomicwrites v0.4.4
34532026-05-28T05:51:12.989Z Compiling git-stub v1.0.0
34542026-05-28T05:51:12.989Z Checking prefix-trie v0.7.0
34552026-05-28T05:51:13.097Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34562026-05-28T05:51:13.245Z Compiling git-stub-vcs v0.1.0
34572026-05-28T05:51:13.386Z Checking hickory-server v0.25.2
34582026-05-28T05:51:13.501Z Checking parking_lot v0.11.2
34592026-05-28T05:51:13.520Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34602026-05-28T05:51:13.586Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34612026-05-28T05:51:13.586Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34622026-05-28T05:51:13.672Z Checking sled v0.34.7
34632026-05-28T05:51:15.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34642026-05-28T05:51:15.762Z
34652026-05-28T05:51:15.762Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34662026-05-28T05:51:16.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-28T05:51:16.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-28T05:51:16.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-28T05:51:16.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34702026-05-28T05:51:16.369Z
34712026-05-28T05:51:16.369Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34722026-05-28T05:51:16.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-28T05:51:16.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-28T05:51:16.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-28T05:51:16.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-28T05:51:16.976Z
34772026-05-28T05:51:16.976Zinfo: running `cargo check --bins` on sp-sim (160/276)
34782026-05-28T05:51:17.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-28T05:51:17.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-28T05:51:17.714Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-05-28T05:51:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34822026-05-28T05:51:19.693Z
34832026-05-28T05:51:19.693Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34842026-05-28T05:51:20.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-28T05:51:20.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-28T05:51:20.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-28T05:51:20.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34882026-05-28T05:51:20.365Z
34892026-05-28T05:51:20.365Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34902026-05-28T05:51:20.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-28T05:51:20.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-28T05:51:20.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-28T05:51:20.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-28T05:51:21.020Z
34952026-05-28T05:51:21.020Zinfo: running `cargo check --bins` on db-macros (163/276)
34962026-05-28T05:51:21.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-28T05:51:21.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-28T05:51:21.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-28T05:51:21.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-28T05:51:21.613Z
35012026-05-28T05:51:21.613Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35022026-05-28T05:51:22.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-28T05:51:22.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-28T05:51:22.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-28T05:51:22.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-28T05:51:22.211Z
35072026-05-28T05:51:22.211Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35082026-05-28T05:51:22.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-28T05:51:22.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-28T05:51:22.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-28T05:51:22.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35122026-05-28T05:51:22.878Z
35132026-05-28T05:51:22.878Zinfo: running `cargo check --bins` on authz-macros (166/276)
35142026-05-28T05:51:23.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-28T05:51:23.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-28T05:51:23.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-28T05:51:23.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-05-28T05:51:23.469Z
35192026-05-28T05:51:23.470Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35202026-05-28T05:51:24.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-28T05:51:24.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-28T05:51:24.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-28T05:51:24.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35242026-05-28T05:51:24.116Z
35252026-05-28T05:51:24.116Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35262026-05-28T05:51:24.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-28T05:51:24.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-28T05:51:24.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-28T05:51:24.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-28T05:51:24.767Z
35312026-05-28T05:51:24.767Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35322026-05-28T05:51:25.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-28T05:51:25.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-28T05:51:25.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-28T05:51:25.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-28T05:51:25.369Z
35372026-05-28T05:51:25.369Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35382026-05-28T05:51:25.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-28T05:51:25.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-28T05:51:25.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-28T05:51:25.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-28T05:51:25.958Z
35432026-05-28T05:51:25.958Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35442026-05-28T05:51:26.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-28T05:51:26.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-28T05:51:26.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-28T05:51:26.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35482026-05-28T05:51:26.566Z
35492026-05-28T05:51:26.567Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35502026-05-28T05:51:27.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-28T05:51:27.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-28T05:51:27.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-28T05:51:27.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-05-28T05:51:27.162Z
35552026-05-28T05:51:27.162Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35562026-05-28T05:51:27.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-28T05:51:27.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-28T05:51:27.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-28T05:51:27.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-05-28T05:51:27.753Z
35612026-05-28T05:51:27.753Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35622026-05-28T05:51:28.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-28T05:51:28.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-28T05:51:28.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-28T05:51:28.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35662026-05-28T05:51:28.414Z
35672026-05-28T05:51:28.414Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35682026-05-28T05:51:28.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-28T05:51:28.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-28T05:51:28.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-28T05:51:28.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35722026-05-28T05:51:29.072Z
35732026-05-28T05:51:29.072Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35742026-05-28T05:51:29.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-28T05:51:29.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-28T05:51:29.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-28T05:51:29.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35782026-05-28T05:51:29.729Z
35792026-05-28T05:51:29.729Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35802026-05-28T05:51:30.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-28T05:51:30.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-28T05:51:30.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-28T05:51:30.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35842026-05-28T05:51:30.360Z
35852026-05-28T05:51:30.360Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35862026-05-28T05:51:30.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-28T05:51:30.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-28T05:51:30.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-28T05:51:30.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-28T05:51:30.986Z
35912026-05-28T05:51:30.986Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35922026-05-28T05:51:31.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-28T05:51:31.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-28T05:51:31.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-28T05:51:31.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-28T05:51:31.608Z
35972026-05-28T05:51:31.608Zinfo: running `cargo check --bins` on key-manager (180/276)
35982026-05-28T05:51:32.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-28T05:51:32.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-28T05:51:32.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-28T05:51:32.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36022026-05-28T05:51:32.211Z
36032026-05-28T05:51:32.211Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36042026-05-28T05:51:32.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-28T05:51:32.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-28T05:51:32.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-28T05:51:32.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36082026-05-28T05:51:32.834Z
36092026-05-28T05:51:32.834Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36102026-05-28T05:51:33.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-28T05:51:33.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-28T05:51:33.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-28T05:51:33.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-28T05:51:33.455Z
36152026-05-28T05:51:33.455Zinfo: running `cargo check --bins` on typed-rng (183/276)
36162026-05-28T05:51:33.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-28T05:51:33.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-28T05:51:33.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-28T05:51:33.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-05-28T05:51:34.045Z
36212026-05-28T05:51:34.045Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36222026-05-28T05:51:34.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-28T05:51:34.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-28T05:51:34.914Z Compiling typify-impl v0.4.3
36252026-05-28T05:51:34.917Z Compiling libefi-sys v0.1.0
36262026-05-28T05:51:35.064Z Compiling bitfield-struct v0.6.2
36272026-05-28T05:51:35.072Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-05-28T05:51:35.082Z Compiling xshell-macros v0.2.7
36292026-05-28T05:51:35.094Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36302026-05-28T05:51:35.122Z Compiling salty v0.3.0
36312026-05-28T05:51:35.167Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36322026-05-28T05:51:35.307Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36332026-05-28T05:51:35.416Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36342026-05-28T05:51:35.448Z Checking xshell v0.2.7
36352026-05-28T05:51:35.468Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36362026-05-28T05:51:35.568Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36372026-05-28T05:51:35.685Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-05-28T05:51:35.699Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36392026-05-28T05:51:35.770Z Checking primeorder v0.13.6
36402026-05-28T05:51:35.867Z Compiling proc-macro-error-attr2 v2.0.0
36412026-05-28T05:51:35.922Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-28T05:51:36.000Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-28T05:51:36.015Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36442026-05-28T05:51:36.154Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36452026-05-28T05:51:36.190Z Checking tungstenite v0.21.0
36462026-05-28T05:51:36.226Z Checking p384 v0.13.1
36472026-05-28T05:51:36.253Z Compiling proc-macro-error2 v2.0.1
36482026-05-28T05:51:36.297Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492026-05-28T05:51:36.609Z Compiling num-derive v0.3.3
36502026-05-28T05:51:36.638Z Checking tokio-tungstenite v0.21.0
36512026-05-28T05:51:36.899Z Compiling tabled_derive v0.11.0
36522026-05-28T05:51:36.955Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-05-28T05:51:36.994Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36542026-05-28T05:51:37.049Z Checking papergrid v0.17.0
36552026-05-28T05:51:37.338Z Checking testing_table v0.3.0
36562026-05-28T05:51:37.373Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-28T05:51:37.438Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-05-28T05:51:37.487Z Checking libscf-sys v1.1.0
36592026-05-28T05:51:37.680Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36602026-05-28T05:51:37.829Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36612026-05-28T05:51:37.879Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36622026-05-28T05:51:37.958Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36632026-05-28T05:51:38.044Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-05-28T05:51:38.092Z Checking corncobs v0.1.4
36652026-05-28T05:51:38.133Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662026-05-28T05:51:38.157Z Compiling illumos-nvpair-sys v0.2.0
36672026-05-28T05:51:38.221Z Compiling unicase v2.9.0
36682026-05-28T05:51:38.294Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-28T05:51:38.391Z Checking tabled v0.20.0
36702026-05-28T05:51:38.429Z Compiling mime_guess v2.0.5
36712026-05-28T05:51:38.550Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36722026-05-28T05:51:38.567Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36732026-05-28T05:51:38.602Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36742026-05-28T05:51:38.761Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36752026-05-28T05:51:38.841Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-28T05:51:38.905Z Checking progenitor-client v0.11.2
36772026-05-28T05:51:38.966Z Checking secrecy v0.8.0
36782026-05-28T05:51:39.038Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36792026-05-28T05:51:39.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36802026-05-28T05:51:39.378Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36812026-05-28T05:51:39.462Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36822026-05-28T05:51:39.476Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36832026-05-28T05:51:39.494Z Compiling typify-macro v0.4.3
36842026-05-28T05:51:39.561Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36852026-05-28T05:51:39.651Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36862026-05-28T05:51:39.702Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36872026-05-28T05:51:39.741Z Checking filetime v0.2.27
36882026-05-28T05:51:39.884Z Checking xattr v1.6.1
36892026-05-28T05:51:40.018Z Checking http-range v0.1.5
36902026-05-28T05:51:40.035Z Checking crc8 v0.1.1
36912026-05-28T05:51:40.136Z Checking tar v0.4.45
36922026-05-28T05:51:40.153Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-05-28T05:51:40.357Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36942026-05-28T05:51:40.456Z Checking illumos-nvpair v0.3.0
36952026-05-28T05:51:40.560Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36962026-05-28T05:51:40.617Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36972026-05-28T05:51:40.620Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36982026-05-28T05:51:40.956Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36992026-05-28T05:51:40.989Z Checking atty v0.2.14
37002026-05-28T05:51:41.032Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37012026-05-28T05:51:41.091Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37022026-05-28T05:51:41.107Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37032026-05-28T05:51:41.248Z Compiling typify v0.4.3
37042026-05-28T05:51:41.385Z Compiling progenitor-impl v0.11.2
37052026-05-28T05:51:41.558Z Compiling progenitor-impl v0.10.0
37062026-05-28T05:51:41.746Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37072026-05-28T05:51:42.067Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-28T05:51:42.280Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37092026-05-28T05:51:42.319Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-28T05:51:42.729Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37112026-05-28T05:51:42.917Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37122026-05-28T05:51:43.209Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37132026-05-28T05:51:43.249Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37142026-05-28T05:51:43.268Z Checking hyper-staticfile v0.10.1
37152026-05-28T05:51:43.410Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37162026-05-28T05:51:43.475Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37172026-05-28T05:51:43.558Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37182026-05-28T05:51:43.674Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37192026-05-28T05:51:43.842Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37202026-05-28T05:51:43.859Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37212026-05-28T05:51:43.948Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37222026-05-28T05:51:43.988Z Compiling progenitor-macro v0.11.2
37232026-05-28T05:51:44.113Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-05-28T05:51:44.134Z Compiling progenitor-macro v0.10.0
37252026-05-28T05:51:46.717Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37262026-05-28T05:51:46.892Z Checking progenitor v0.11.2
37272026-05-28T05:51:47.015Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37282026-05-28T05:51:47.030Z Checking progenitor v0.10.0
37292026-05-28T05:51:47.151Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-05-28T05:51:51.617Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37312026-05-28T05:52:02.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.57s
37322026-05-28T05:52:02.833Z
37332026-05-28T05:52:02.833Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37342026-05-28T05:52:03.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-28T05:52:03.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-28T05:52:03.632Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-28T05:52:14.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37382026-05-28T05:52:14.462Z
37392026-05-28T05:52:14.462Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37402026-05-28T05:52:15.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-28T05:52:15.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-28T05:52:15.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-28T05:52:25.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37442026-05-28T05:52:26.097Z
37452026-05-28T05:52:26.097Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37462026-05-28T05:52:26.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-28T05:52:26.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-28T05:52:26.900Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-28T05:52:37.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37502026-05-28T05:52:37.756Z
37512026-05-28T05:52:37.756Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37522026-05-28T05:52:38.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-28T05:52:38.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-28T05:52:38.536Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-28T05:52:49.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37562026-05-28T05:52:49.337Z
37572026-05-28T05:52:49.337Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37582026-05-28T05:52:49.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-28T05:52:49.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-28T05:52:50.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-28T05:53:00.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37622026-05-28T05:53:01.014Z
37632026-05-28T05:53:01.014Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37642026-05-28T05:53:01.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-28T05:53:01.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-28T05:53:01.807Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-28T05:53:12.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37682026-05-28T05:53:12.714Z
37692026-05-28T05:53:12.714Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37702026-05-28T05:53:13.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-28T05:53:13.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-28T05:53:13.502Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-28T05:53:24.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37742026-05-28T05:53:24.442Z
37752026-05-28T05:53:24.442Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37762026-05-28T05:53:24.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-28T05:53:24.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-28T05:53:24.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-28T05:53:24.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37802026-05-28T05:53:25.065Z
37812026-05-28T05:53:25.065Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37822026-05-28T05:53:25.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-28T05:53:25.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-28T05:53:25.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-28T05:53:25.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-28T05:53:25.672Z
37872026-05-28T05:53:25.672Zinfo: running `cargo check --bins` on range-requests (194/276)
37882026-05-28T05:53:26.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-28T05:53:26.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-28T05:53:26.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-28T05:53:26.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37922026-05-28T05:53:26.266Z
37932026-05-28T05:53:26.266Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
37942026-05-28T05:53:26.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-28T05:53:26.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-28T05:53:26.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-28T05:53:26.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-28T05:53:26.883Z
37992026-05-28T05:53:26.883Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38002026-05-28T05:53:27.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-28T05:53:27.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-28T05:53:27.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-28T05:53:27.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-05-28T05:53:27.521Z
38052026-05-28T05:53:27.521Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38062026-05-28T05:53:28.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-28T05:53:28.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-28T05:53:28.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-28T05:53:28.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38102026-05-28T05:53:28.157Z
38112026-05-28T05:53:28.157Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38122026-05-28T05:53:28.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-28T05:53:28.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-28T05:53:28.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-28T05:53:28.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38162026-05-28T05:53:28.795Z
38172026-05-28T05:53:28.795Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38182026-05-28T05:53:29.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-28T05:53:29.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-28T05:53:29.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-28T05:53:29.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-05-28T05:53:29.436Z
38232026-05-28T05:53:29.436Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38242026-05-28T05:53:29.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-28T05:53:29.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-28T05:53:29.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-28T05:53:29.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-28T05:53:30.081Z
38292026-05-28T05:53:30.082Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38302026-05-28T05:53:30.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-28T05:53:30.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-28T05:53:30.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-28T05:53:30.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-28T05:53:30.718Z
38352026-05-28T05:53:30.718Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38362026-05-28T05:53:31.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-28T05:53:31.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-28T05:53:31.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-28T05:53:31.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-28T05:53:31.349Z
38412026-05-28T05:53:31.349Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38422026-05-28T05:53:31.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-28T05:53:31.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-28T05:53:31.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-28T05:53:31.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-28T05:53:31.988Z
38472026-05-28T05:53:31.988Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38482026-05-28T05:53:32.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-28T05:53:32.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-28T05:53:32.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-28T05:53:32.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-28T05:53:32.627Z
38532026-05-28T05:53:32.627Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38542026-05-28T05:53:33.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-28T05:53:33.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-28T05:53:33.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-28T05:53:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-28T05:53:33.261Z
38592026-05-28T05:53:33.261Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38602026-05-28T05:53:33.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-28T05:53:33.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-28T05:53:33.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-28T05:53:33.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38642026-05-28T05:53:33.920Z
38652026-05-28T05:53:33.920Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38662026-05-28T05:53:34.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-28T05:53:34.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-28T05:53:34.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-28T05:53:34.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-05-28T05:53:34.560Z
38712026-05-28T05:53:34.560Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38722026-05-28T05:53:35.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-28T05:53:35.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-28T05:53:35.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-28T05:53:35.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38762026-05-28T05:53:35.213Z
38772026-05-28T05:53:35.213Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38782026-05-28T05:53:35.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-28T05:53:35.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-28T05:53:35.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-28T05:53:35.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38822026-05-28T05:53:35.881Z
38832026-05-28T05:53:35.881Zinfo: running `cargo check --bins` on update-common (210/276)
38842026-05-28T05:53:36.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-28T05:53:36.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-28T05:53:36.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-28T05:53:36.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-05-28T05:53:36.501Z
38892026-05-28T05:53:36.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38902026-05-28T05:53:37.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-28T05:53:37.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-28T05:53:37.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-28T05:53:37.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38942026-05-28T05:53:37.170Z
38952026-05-28T05:53:37.170Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
38962026-05-28T05:53:37.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-28T05:53:37.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-28T05:53:37.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-28T05:53:37.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-05-28T05:53:37.775Z
39012026-05-28T05:53:37.775Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39022026-05-28T05:53:38.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-28T05:53:38.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-28T05:53:38.566Z Compiling fs-err v2.11.0
39052026-05-28T05:53:38.569Z Checking ignore v0.4.25
39062026-05-28T05:53:38.569Z Checking arc-swap v1.8.2
39072026-05-28T05:53:38.705Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39082026-05-28T05:53:38.705Z Checking predicates-tree v1.0.13
39092026-05-28T05:53:38.712Z Checking parse-size v1.1.0
39102026-05-28T05:53:38.736Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39112026-05-28T05:53:38.748Z Checking rand_seeder v0.4.0
39122026-05-28T05:53:38.813Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39132026-05-28T05:53:38.852Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39142026-05-28T05:53:38.899Z Checking slog-scope v4.4.1
39152026-05-28T05:53:38.913Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39162026-05-28T05:53:38.957Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39172026-05-28T05:53:39.025Z Compiling petname v2.0.2
39182026-05-28T05:53:39.039Z Checking slog-stdlog v4.1.1
39192026-05-28T05:53:39.059Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39202026-05-28T05:53:39.073Z Checking globwalk v0.9.1
39212026-05-28T05:53:39.146Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39222026-05-28T05:53:39.160Z Checking slog-envlogger v2.2.0
39232026-05-28T05:53:39.248Z Checking camino-tempfile-ext v0.3.3
39242026-05-28T05:53:39.307Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39252026-05-28T05:53:39.344Z Checking sapling-renderdag v0.1.0
39262026-05-28T05:53:39.440Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39272026-05-28T05:53:39.498Z Checking subprocess v0.2.15
39282026-05-28T05:53:39.583Z Checking sync-ptr v0.1.4
39292026-05-28T05:53:39.682Z Checking colored v2.2.0
39302026-05-28T05:53:39.700Z Checking assert_matches v1.5.0
39312026-05-28T05:53:39.776Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39322026-05-28T05:53:39.948Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39332026-05-28T05:53:39.951Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39342026-05-28T05:53:40.651Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39352026-05-28T05:53:41.982Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39362026-05-28T05:53:44.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
39372026-05-28T05:53:44.386Z
39382026-05-28T05:53:44.386Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39392026-05-28T05:53:44.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-28T05:53:44.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-28T05:53:44.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-28T05:53:44.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39432026-05-28T05:53:44.987Z
39442026-05-28T05:53:44.988Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39452026-05-28T05:53:45.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-28T05:53:45.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-28T05:53:45.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-28T05:53:45.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39492026-05-28T05:53:45.612Z
39502026-05-28T05:53:45.612Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39512026-05-28T05:53:46.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-28T05:53:46.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-28T05:53:46.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-28T05:53:46.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39552026-05-28T05:53:46.282Z
39562026-05-28T05:53:46.282Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39572026-05-28T05:53:46.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-28T05:53:46.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-28T05:53:47.018Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39602026-05-28T05:53:47.021Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39612026-05-28T05:53:47.665Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39622026-05-28T05:53:49.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39632026-05-28T05:53:49.457Z
39642026-05-28T05:53:49.457Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39652026-05-28T05:53:49.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-28T05:53:49.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-28T05:53:49.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-28T05:53:49.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-05-28T05:53:50.077Z
39702026-05-28T05:53:50.077Zinfo: running `cargo check --bins` on cert-dev (219/276)
39712026-05-28T05:53:50.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-28T05:53:50.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-28T05:53:50.698Z Checking yasna v0.5.2
39742026-05-28T05:53:51.106Z Checking rcgen v0.12.1
39752026-05-28T05:53:51.382Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39762026-05-28T05:53:51.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
39772026-05-28T05:53:51.728Z
39782026-05-28T05:53:51.728Zinfo: running `cargo check --bins` on clickana (220/276)
39792026-05-28T05:53:52.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-28T05:53:52.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-28T05:53:52.384Z Compiling darling_core v0.23.0
39822026-05-28T05:53:52.493Z Compiling instability v0.3.11
39832026-05-28T05:53:52.500Z Checking castaway v0.2.4
39842026-05-28T05:53:52.503Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39852026-05-28T05:53:52.507Z Compiling indoc v2.0.7
39862026-05-28T05:53:52.521Z Checking unicode-truncate v1.1.0
39872026-05-28T05:53:52.524Z Checking lru v0.12.5
39882026-05-28T05:53:52.524Z Checking cassowary v0.3.0
39892026-05-28T05:53:52.588Z Checking compact_str v0.8.1
39902026-05-28T05:53:53.559Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39912026-05-28T05:53:53.744Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39922026-05-28T05:53:53.932Z Compiling darling_macro v0.23.0
39932026-05-28T05:53:54.351Z Compiling darling v0.23.0
39942026-05-28T05:53:54.969Z Checking ratatui v0.29.0
39952026-05-28T05:53:56.039Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39962026-05-28T05:53:56.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
39972026-05-28T05:53:56.906Z
39982026-05-28T05:53:56.907Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
39992026-05-28T05:53:57.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-28T05:53:57.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-28T05:53:57.647Z Checking headers-core v0.3.0
40022026-05-28T05:53:57.650Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40032026-05-28T05:53:57.845Z Checking headers v0.4.1
40042026-05-28T05:53:58.209Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40052026-05-28T05:53:59.057Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40062026-05-28T05:53:59.554Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40072026-05-28T05:53:59.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
40082026-05-28T05:54:00.180Z
40092026-05-28T05:54:00.180Zinfo: running `cargo check --bins` on ch-dev (222/276)
40102026-05-28T05:54:00.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-28T05:54:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-28T05:54:00.913Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40132026-05-28T05:54:01.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40142026-05-28T05:54:01.864Z
40152026-05-28T05:54:01.865Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40162026-05-28T05:54:02.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-28T05:54:02.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-28T05:54:02.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-05-28T05:54:02.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40202026-05-28T05:54:02.347Z
40212026-05-28T05:54:02.347Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40222026-05-28T05:54:02.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-28T05:54:02.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-28T05:54:03.076Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-28T05:54:04.063Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40262026-05-28T05:54:04.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40272026-05-28T05:54:04.605Z
40282026-05-28T05:54:04.605Zinfo: running `cargo check --bins` on db-dev (225/276)
40292026-05-28T05:54:05.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-28T05:54:05.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-28T05:54:05.332Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40322026-05-28T05:54:06.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40332026-05-28T05:54:06.290Z
40342026-05-28T05:54:06.290Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40352026-05-28T05:54:06.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-28T05:54:06.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-28T05:54:06.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-05-28T05:54:06.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40392026-05-28T05:54:06.947Z
40402026-05-28T05:54:06.947Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40412026-05-28T05:54:07.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-28T05:54:07.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-28T05:54:07.569Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40442026-05-28T05:54:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40452026-05-28T05:54:08.418Z
40462026-05-28T05:54:08.418Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40472026-05-28T05:54:08.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-28T05:54:08.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-28T05:54:09.186Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40502026-05-28T05:54:09.186Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-05-28T05:54:09.186Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40522026-05-28T05:54:09.190Z Checking git-stub v1.0.0
40532026-05-28T05:54:09.190Z Compiling trait-variant v0.1.2
40542026-05-28T05:54:09.190Z Checking is_ci v1.2.0
40552026-05-28T05:54:09.308Z Checking maplit v1.0.2
40562026-05-28T05:54:09.322Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40572026-05-28T05:54:09.389Z Checking supports-color v3.0.2
40582026-05-28T05:54:09.392Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40592026-05-28T05:54:09.449Z Checking git-stub-vcs v0.1.0
40602026-05-28T05:54:09.508Z Checking drift v0.1.4
40612026-05-28T05:54:09.524Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40622026-05-28T05:54:09.604Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40632026-05-28T05:54:09.646Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40642026-05-28T05:54:09.804Z Checking dropshot-api-manager v0.7.1
40652026-05-28T05:54:09.821Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40662026-05-28T05:54:09.821Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40672026-05-28T05:54:09.858Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40682026-05-28T05:54:10.049Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40692026-05-28T05:54:10.097Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-28T05:54:10.283Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40712026-05-28T05:54:10.588Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40722026-05-28T05:54:15.553Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40732026-05-28T05:54:16.642Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40742026-05-28T05:54:17.210Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40752026-05-28T05:54:17.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
40762026-05-28T05:54:17.854Z
40772026-05-28T05:54:17.854Zinfo: running `cargo check --bins` on installinator-api (229/276)
40782026-05-28T05:54:18.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-28T05:54:18.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-28T05:54:18.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-28T05:54:18.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40822026-05-28T05:54:18.469Z
40832026-05-28T05:54:18.469Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40842026-05-28T05:54:19.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-28T05:54:19.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-28T05:54:19.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-28T05:54:19.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40882026-05-28T05:54:19.127Z
40892026-05-28T05:54:19.127Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40902026-05-28T05:54:19.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-28T05:54:19.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-28T05:54:19.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-28T05:54:19.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40942026-05-28T05:54:19.784Z
40952026-05-28T05:54:19.784Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
40962026-05-28T05:54:20.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-28T05:54:20.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-28T05:54:20.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-28T05:54:20.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41002026-05-28T05:54:20.443Z
41012026-05-28T05:54:20.443Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41022026-05-28T05:54:20.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-28T05:54:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-28T05:54:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-28T05:54:20.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41062026-05-28T05:54:21.059Z
41072026-05-28T05:54:21.059Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41082026-05-28T05:54:21.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-28T05:54:21.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-28T05:54:21.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-28T05:54:21.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-05-28T05:54:21.665Z
41132026-05-28T05:54:21.665Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41142026-05-28T05:54:22.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-28T05:54:22.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-28T05:54:22.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-28T05:54:22.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41182026-05-28T05:54:22.292Z
41192026-05-28T05:54:22.292Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41202026-05-28T05:54:22.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-28T05:54:22.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-28T05:54:22.914Z Checking typeid v1.0.3
41232026-05-28T05:54:23.031Z Checking ordered-float v2.10.1
41242026-05-28T05:54:23.051Z Checking unicode-xid v0.2.6
41252026-05-28T05:54:23.065Z Checking cargo-platform v0.2.0
41262026-05-28T05:54:23.073Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41272026-05-28T05:54:23.097Z Checking erased-serde v0.4.9
41282026-05-28T05:54:23.235Z Checking serde-value v0.7.0
41292026-05-28T05:54:23.409Z Checking serde-untagged v0.1.9
41302026-05-28T05:54:23.563Z Checking cargo-util-schemas v0.8.2
41312026-05-28T05:54:24.242Z Checking cargo_metadata v0.21.0
41322026-05-28T05:54:24.847Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41332026-05-28T05:54:25.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41342026-05-28T05:54:25.714Z
41352026-05-28T05:54:25.714Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41362026-05-28T05:54:26.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-28T05:54:26.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-28T05:54:26.468Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41392026-05-28T05:54:27.100Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41402026-05-28T05:54:27.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41412026-05-28T05:54:27.834Z
41422026-05-28T05:54:27.834Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41432026-05-28T05:54:28.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-28T05:54:28.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-28T05:54:28.705Z Compiling vergen-gitcl v1.0.8
41462026-05-28T05:54:28.705Z Compiling dirs-sys-next v0.1.2
41472026-05-28T05:54:28.705Z Compiling crunchy v0.2.4
41482026-05-28T05:54:28.708Z Compiling glob v0.3.3
41492026-05-28T05:54:28.708Z Compiling diesel_derives v2.3.7
41502026-05-28T05:54:28.708Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41512026-05-28T05:54:28.708Z Compiling dsl_auto_type v0.2.0
41522026-05-28T05:54:28.708Z Checking scheduled-thread-pool v0.2.7
41532026-05-28T05:54:28.989Z Compiling diesel_table_macro_syntax v0.3.0
41542026-05-28T05:54:29.035Z Compiling tiny-keccak v2.0.2
41552026-05-28T05:54:29.051Z Compiling dirs-next v2.0.0
41562026-05-28T05:54:29.170Z Compiling term v0.7.0
41572026-05-28T05:54:29.198Z Checking r2d2 v0.8.10
41582026-05-28T05:54:29.202Z Compiling bit-vec v0.6.3
41592026-05-28T05:54:29.245Z Checking downcast-rs v2.0.2
41602026-05-28T05:54:29.274Z Compiling clang-sys v1.8.1
41612026-05-28T05:54:29.372Z Compiling itertools v0.10.5
41622026-05-28T05:54:29.426Z Compiling ascii-canvas v3.0.0
41632026-05-28T05:54:29.679Z Compiling bit-set v0.5.3
41642026-05-28T05:54:29.698Z Compiling ena v0.14.4
41652026-05-28T05:54:29.717Z Compiling libloading v0.8.9
41662026-05-28T05:54:29.736Z Compiling diff v0.1.13
41672026-05-28T05:54:29.757Z Compiling regex-syntax v0.6.29
41682026-05-28T05:54:29.831Z Compiling bindgen v0.71.1
41692026-05-28T05:54:29.924Z Compiling cexpr v0.6.0
41702026-05-28T05:54:29.995Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41712026-05-28T05:54:30.186Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41722026-05-28T05:54:30.273Z Compiling rustc-hash v2.1.1
41732026-05-28T05:54:30.366Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41742026-05-28T05:54:30.408Z Compiling libxml v0.3.3
41752026-05-28T05:54:30.433Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41762026-05-28T05:54:30.620Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41772026-05-28T05:54:30.674Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41782026-05-28T05:54:30.755Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41792026-05-28T05:54:30.872Z Compiling strum_macros v0.24.3
41802026-05-28T05:54:30.979Z Compiling indoc v1.0.9
41812026-05-28T05:54:31.417Z Compiling lalrpop v0.19.12
41822026-05-28T05:54:31.859Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41832026-05-28T05:54:31.896Z Checking derive_builder v0.20.2
41842026-05-28T05:54:32.014Z Compiling oso-derive v0.27.3
41852026-05-28T05:54:32.049Z Checking quick-xml v0.37.5
41862026-05-28T05:54:32.216Z Compiling impl-trait-for-tuples v0.2.3
41872026-05-28T05:54:32.513Z Checking openssl-probe v0.1.6
41882026-05-28T05:54:32.655Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41892026-05-28T05:54:32.938Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41902026-05-28T05:54:33.136Z Checking bb8 v0.8.6
41912026-05-28T05:54:33.409Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41922026-05-28T05:54:33.428Z Checking nonempty v0.12.0
41932026-05-28T05:54:33.597Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41942026-05-28T05:54:33.614Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41952026-05-28T05:54:33.652Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41962026-05-28T05:54:33.753Z Checking console v0.16.2
41972026-05-28T05:54:33.824Z Checking unit-prefix v0.5.2
41982026-05-28T05:54:33.843Z Checking support-bundle-viewer v0.1.2
41992026-05-28T05:54:33.959Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-05-28T05:54:34.060Z Checking indicatif v0.18.4
42012026-05-28T05:54:34.089Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42022026-05-28T05:54:34.232Z Checking multimap v0.10.1
42032026-05-28T05:54:34.782Z Checking diesel v2.3.7
42042026-05-28T05:54:36.673Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42052026-05-28T05:54:37.152Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42062026-05-28T05:54:37.381Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42072026-05-28T05:54:37.708Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42082026-05-28T05:54:38.372Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42092026-05-28T05:54:38.900Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42102026-05-28T05:54:38.977Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42112026-05-28T05:54:39.567Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42122026-05-28T05:54:41.621Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42132026-05-28T05:54:46.413Z Compiling samael v0.0.19
42142026-05-28T05:54:50.450Z Checking diesel-dtrace v0.5.0
42152026-05-28T05:54:50.702Z Checking async-bb8-diesel v0.2.1
42162026-05-28T05:54:51.916Z Compiling polar-core v0.27.3
42172026-05-28T05:54:56.342Z Checking oso v0.27.3
42182026-05-28T05:55:33.139Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42192026-05-28T05:56:06.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42202026-05-28T05:56:06.980Z
42212026-05-28T05:56:06.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42222026-05-28T05:56:07.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-05-28T05:56:07.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-05-28T05:56:07.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-05-28T05:56:07.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42262026-05-28T05:56:07.653Z
42272026-05-28T05:56:07.653Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42282026-05-28T05:56:08.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-28T05:56:08.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-28T05:56:08.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-28T05:56:08.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42322026-05-28T05:56:08.330Z
42332026-05-28T05:56:08.330Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42342026-05-28T05:56:08.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-28T05:56:08.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-28T05:56:08.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-28T05:56:08.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42382026-05-28T05:56:08.936Z
42392026-05-28T05:56:08.936Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42402026-05-28T05:56:09.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-28T05:56:09.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-28T05:56:09.832Z Compiling libz-sys v1.1.24
42432026-05-28T05:56:09.968Z Compiling libgit2-sys v0.18.3+1.9.2
42442026-05-28T05:56:09.995Z Compiling vergen-git2 v1.0.7
42452026-05-28T05:56:10.004Z Compiling rustls v0.21.12
42462026-05-28T05:56:10.007Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-28T05:56:10.007Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42482026-05-28T05:56:10.007Z Checking sct v0.7.1
42492026-05-28T05:56:10.007Z Checking rustls-webpki v0.101.7
42502026-05-28T05:56:10.179Z Compiling nix v0.29.0
42512026-05-28T05:56:10.228Z Compiling dropshot v0.16.7
42522026-05-28T05:56:10.268Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42532026-05-28T05:56:10.305Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42542026-05-28T05:56:10.340Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42552026-05-28T05:56:10.497Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42562026-05-28T05:56:10.512Z Checking toml v0.9.12+spec-1.1.0
42572026-05-28T05:56:10.527Z Compiling dropshot_endpoint v0.16.7
42582026-05-28T05:56:10.631Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42592026-05-28T05:56:10.814Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42602026-05-28T05:56:11.020Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42612026-05-28T05:56:11.087Z Checking rustls-pemfile v1.0.4
42622026-05-28T05:56:11.230Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-05-28T05:56:11.422Z Checking twox-hash v2.1.2
42642026-05-28T05:56:11.460Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42652026-05-28T05:56:11.667Z Checking tokio-rustls v0.24.1
42662026-05-28T05:56:12.173Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42672026-05-28T05:56:12.218Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42682026-05-28T05:56:12.477Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42692026-05-28T05:56:12.906Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42702026-05-28T05:56:12.978Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42712026-05-28T05:56:13.035Z Checking fatfs v0.3.6
42722026-05-28T05:56:13.097Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42732026-05-28T05:56:13.118Z Compiling seq-macro v0.3.6
42742026-05-28T05:56:16.900Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42752026-05-28T05:56:17.025Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-05-28T05:56:17.280Z Compiling git2 v0.20.4
42772026-05-28T05:56:19.485Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42782026-05-28T05:57:05.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.05s
42792026-05-28T05:57:06.217Z
42802026-05-28T05:57:06.217Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42812026-05-28T05:57:06.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-28T05:57:06.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-28T05:57:07.135Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-05-28T05:57:45.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.69s
42852026-05-28T05:57:46.130Z
42862026-05-28T05:57:46.131Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42872026-05-28T05:57:46.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-28T05:57:46.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-28T05:57:46.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-28T05:57:46.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42912026-05-28T05:57:46.742Z
42922026-05-28T05:57:46.743Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42932026-05-28T05:57:47.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-28T05:57:47.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-28T05:57:47.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-28T05:57:47.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-28T05:57:47.403Z
42982026-05-28T05:57:47.403Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
42992026-05-28T05:57:47.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-28T05:57:47.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-28T05:57:47.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-28T05:57:47.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43032026-05-28T05:57:48.067Z
43042026-05-28T05:57:48.067Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43052026-05-28T05:57:48.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-28T05:57:48.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-28T05:57:48.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-28T05:57:48.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-28T05:57:48.734Z
43102026-05-28T05:57:48.734Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43112026-05-28T05:57:49.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-28T05:57:49.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-28T05:57:49.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-28T05:57:49.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-05-28T05:57:49.394Z
43162026-05-28T05:57:49.395Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43172026-05-28T05:57:49.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-28T05:57:49.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-28T05:57:49.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-28T05:57:49.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-05-28T05:57:50.068Z
43222026-05-28T05:57:50.068Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43232026-05-28T05:57:50.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-28T05:57:50.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-28T05:57:50.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-28T05:57:50.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-28T05:57:50.747Z
43282026-05-28T05:57:50.747Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43292026-05-28T05:57:51.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-28T05:57:51.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-28T05:57:51.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-28T05:57:51.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-28T05:57:51.418Z
43342026-05-28T05:57:51.418Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43352026-05-28T05:57:52.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-28T05:57:52.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-28T05:57:52.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-05-28T05:57:52.337Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43392026-05-28T05:57:52.533Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43402026-05-28T05:57:52.563Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43412026-05-28T05:57:52.577Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43422026-05-28T05:57:52.580Z Checking yansi v1.0.1
43432026-05-28T05:57:52.580Z Checking diff v0.1.13
43442026-05-28T05:57:52.590Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-05-28T05:57:52.659Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43462026-05-28T05:57:52.844Z Checking pretty_assertions v1.4.1
43472026-05-28T05:57:53.504Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43482026-05-28T05:57:53.668Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43492026-05-28T05:58:17.284Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43502026-05-28T05:58:17.288Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43512026-05-28T05:58:17.288Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43522026-05-28T05:58:17.288Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43532026-05-28T05:58:17.288Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43542026-05-28T05:58:17.288Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43552026-05-28T05:58:18.126Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-05-28T05:58:19.231Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43572026-05-28T05:58:57.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43582026-05-28T05:58:58.022Z
43592026-05-28T05:58:58.022Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43602026-05-28T05:58:58.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-05-28T05:58:58.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-05-28T05:58:58.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43632026-05-28T05:58:58.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43642026-05-28T05:58:58.629Z
43652026-05-28T05:58:58.629Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43662026-05-28T05:58:59.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-28T05:58:59.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-28T05:58:59.408Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43692026-05-28T05:58:59.530Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43702026-05-28T05:58:59.534Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43712026-05-28T05:59:25.356Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43722026-05-28T05:59:25.748Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43732026-05-28T05:59:27.455Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-28T05:59:27.915Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43752026-05-28T05:59:30.847Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43762026-05-28T05:59:53.581Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43772026-05-28T05:59:54.287Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43782026-05-28T05:59:55.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.30s
43792026-05-28T05:59:56.159Z
43802026-05-28T05:59:56.159Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43812026-05-28T05:59:56.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-28T05:59:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-28T05:59:56.890Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43842026-05-28T05:59:57.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43852026-05-28T05:59:57.781Z
43862026-05-28T05:59:57.781Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43872026-05-28T05:59:58.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-28T05:59:58.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-28T05:59:58.447Z Compiling blake3 v1.8.3
43902026-05-28T05:59:58.558Z Checking arrayref v0.3.9
43912026-05-28T05:59:58.562Z Checking arrayvec v0.7.6
43922026-05-28T05:59:58.562Z Checking constant_time_eq v0.4.2
43932026-05-28T05:59:58.579Z Checking topological-sort v0.2.2
43942026-05-28T05:59:58.583Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43952026-05-28T05:59:58.583Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43962026-05-28T05:59:58.583Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43972026-05-28T05:59:58.621Z Checking shell-words v1.1.1
43982026-05-28T05:59:59.348Z Checking omicron-zone-package v0.12.2
43992026-05-28T06:00:00.058Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44002026-05-28T06:00:00.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
44012026-05-28T06:00:01.101Z
44022026-05-28T06:00:01.102Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44032026-05-28T06:00:01.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-05-28T06:00:01.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-05-28T06:00:01.763Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44062026-05-28T06:00:02.087Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44072026-05-28T06:00:02.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44082026-05-28T06:00:02.678Z
44092026-05-28T06:00:02.678Zinfo: running `cargo check --bins` on schema (258/276)
44102026-05-28T06:00:03.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-28T06:00:03.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-28T06:00:03.415Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44132026-05-28T06:00:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44142026-05-28T06:00:04.317Z
44152026-05-28T06:00:04.317Zinfo: running `cargo check --bins` on xtask (259/276)
44162026-05-28T06:00:04.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-28T06:00:04.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-28T06:00:04.778Z Checking libc v0.2.185
44192026-05-28T06:00:04.862Z Checking serde v1.0.228
44202026-05-28T06:00:04.867Z Checking zerofrom v0.1.6
44212026-05-28T06:00:04.871Z Checking bitflags v2.11.0
44222026-05-28T06:00:04.876Z Checking smallvec v1.15.1
44232026-05-28T06:00:04.883Z Checking indexmap v2.14.0
44242026-05-28T06:00:04.893Z Checking serde_json v1.0.149
44252026-05-28T06:00:04.896Z Checking scroll v0.12.0
44262026-05-28T06:00:04.963Z Checking yoke v0.8.1
44272026-05-28T06:00:05.018Z Checking num-traits v0.2.19
44282026-05-28T06:00:05.046Z Checking thiserror v1.0.69
44292026-05-28T06:00:05.125Z Checking log v0.4.29
44302026-05-28T06:00:05.136Z Checking zerovec v0.11.5
44312026-05-28T06:00:05.145Z Checking zerotrie v0.2.3
44322026-05-28T06:00:05.155Z Checking errno v0.3.14
44332026-05-28T06:00:05.249Z Checking toml_datetime v0.6.11
44342026-05-28T06:00:05.271Z Checking serde_spanned v0.6.9
44352026-05-28T06:00:05.271Z Checking rustix v1.1.3
44362026-05-28T06:00:05.382Z Checking percent-encoding v2.3.2
44372026-05-28T06:00:05.397Z Checking goblin v0.8.2
44382026-05-28T06:00:05.400Z Checking zerocopy v0.7.35
44392026-05-28T06:00:05.427Z Checking toml_edit v0.22.27
44402026-05-28T06:00:05.486Z Checking getrandom v0.4.1
44412026-05-28T06:00:05.520Z Checking form_urlencoded v1.2.2
44422026-05-28T06:00:05.532Z Checking ordered-float v2.10.1
44432026-05-28T06:00:05.560Z Checking tinystr v0.8.2
44442026-05-28T06:00:05.614Z Checking potential_utf v0.1.4
44452026-05-28T06:00:05.644Z Checking thiserror v2.0.18
44462026-05-28T06:00:05.737Z Checking icu_locale_core v2.1.1
44472026-05-28T06:00:05.747Z Checking icu_collections v2.1.1
44482026-05-28T06:00:05.750Z Checking syn v2.0.117
44492026-05-28T06:00:05.766Z Checking serde-value v0.7.0
44502026-05-28T06:00:05.888Z Checking dtrace-parser v0.2.0
44512026-05-28T06:00:05.960Z Checking thread-id v4.2.2
44522026-05-28T06:00:06.044Z Checking once_cell v1.21.3
44532026-05-28T06:00:06.060Z Checking cargo-platform v0.2.0
44542026-05-28T06:00:06.078Z Checking terminal_size v0.4.3
44552026-05-28T06:00:06.121Z Checking memmap v0.7.0
44562026-05-28T06:00:06.210Z Checking clap_builder v4.5.60
44572026-05-28T06:00:06.213Z Checking tempfile v3.25.0
44582026-05-28T06:00:06.232Z Checking textwrap v0.16.2
44592026-05-28T06:00:06.251Z Checking fs-err v3.3.0
44602026-05-28T06:00:06.289Z Checking icu_provider v2.1.1
44612026-05-28T06:00:06.406Z Checking camino-tempfile v1.4.1
44622026-05-28T06:00:06.423Z Checking anyhow v1.0.102
44632026-05-28T06:00:06.435Z Checking tabled v0.15.0
44642026-05-28T06:00:06.494Z Checking toml v0.8.23
44652026-05-28T06:00:06.524Z Checking icu_normalizer v2.1.1
44662026-05-28T06:00:06.557Z Checking icu_properties v2.1.2
44672026-05-28T06:00:06.616Z Checking macaddr v1.0.1
44682026-05-28T06:00:06.794Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44692026-05-28T06:00:06.808Z Checking cargo_toml v0.21.0
44702026-05-28T06:00:07.262Z Checking dof v0.3.0
44712026-05-28T06:00:07.363Z Checking idna_adapter v1.2.1
44722026-05-28T06:00:07.410Z Checking clap v4.5.60
44732026-05-28T06:00:07.480Z Checking idna v1.1.0
44742026-05-28T06:00:07.535Z Checking usdt-impl v0.5.0
44752026-05-28T06:00:07.697Z Checking url v2.5.8
44762026-05-28T06:00:07.782Z Checking usdt v0.5.0
44772026-05-28T06:00:08.037Z Checking cargo-util-schemas v0.8.2
44782026-05-28T06:00:08.720Z Checking cargo_metadata v0.21.0
44792026-05-28T06:00:09.317Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44802026-05-28T06:00:09.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44812026-05-28T06:00:09.852Z
44822026-05-28T06:00:09.852Zinfo: running `cargo check --bins` on dnsadm (260/276)
44832026-05-28T06:00:10.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-28T06:00:10.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-28T06:00:10.502Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44862026-05-28T06:00:10.981Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44872026-05-28T06:00:11.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44882026-05-28T06:00:11.559Z
44892026-05-28T06:00:11.559Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44902026-05-28T06:00:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-28T06:00:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-28T06:00:12.366Z Checking polyval v0.6.2
44932026-05-28T06:00:12.492Z Checking ctr v0.9.2
44942026-05-28T06:00:12.503Z Checking ssh-encoding v0.2.0
44952026-05-28T06:00:12.503Z Checking blowfish v0.9.1
44962026-05-28T06:00:12.523Z Checking password-hash v0.4.2
44972026-05-28T06:00:12.538Z Checking p521 v0.13.3
44982026-05-28T06:00:12.538Z Checking p256 v0.13.2
44992026-05-28T06:00:12.565Z Checking russh-cryptovec v0.7.3
45002026-05-28T06:00:12.629Z Checking ghash v0.5.1
45012026-05-28T06:00:12.643Z Checking md5 v0.7.0
45022026-05-28T06:00:12.656Z Checking bcrypt-pbkdf v0.10.0
45032026-05-28T06:00:12.675Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45042026-05-28T06:00:12.692Z Checking num-bigint v0.4.6
45052026-05-28T06:00:12.742Z Checking pbkdf2 v0.11.0
45062026-05-28T06:00:12.756Z Checking aes-gcm v0.10.3
45072026-05-28T06:00:12.792Z Checking des v0.8.1
45082026-05-28T06:00:12.805Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45092026-05-28T06:00:12.808Z Checking hex-literal v0.4.1
45102026-05-28T06:00:12.913Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45112026-05-28T06:00:12.916Z Checking ssh-cipher v0.2.0
45122026-05-28T06:00:12.940Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45132026-05-28T06:00:12.943Z Checking socket2 v0.5.10
45142026-05-28T06:00:12.966Z Checking internet-checksum v0.2.1
45152026-05-28T06:00:13.081Z Checking ssh-key v0.6.7
45162026-05-28T06:00:13.196Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45172026-05-28T06:00:13.698Z Checking russh-keys v0.45.0
45182026-05-28T06:00:14.241Z Checking russh v0.45.0
45192026-05-28T06:00:30.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
45202026-05-28T06:00:30.807Z
45212026-05-28T06:00:30.807Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45222026-05-28T06:00:31.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-05-28T06:00:31.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-05-28T06:00:31.455Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45252026-05-28T06:00:31.567Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45262026-05-28T06:00:31.574Z Checking termios v0.3.3
45272026-05-28T06:00:32.764Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45282026-05-28T06:00:32.914Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45292026-05-28T06:00:34.747Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45302026-05-28T06:00:35.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
45312026-05-28T06:00:35.495Z
45322026-05-28T06:00:35.495Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45332026-05-28T06:00:36.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-05-28T06:00:36.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-05-28T06:00:36.216Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45362026-05-28T06:00:36.333Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45372026-05-28T06:00:36.341Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45382026-05-28T06:00:36.341Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45392026-05-28T06:00:36.357Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45402026-05-28T06:00:36.357Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45412026-05-28T06:00:37.073Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45422026-05-28T06:00:37.417Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45432026-05-28T06:00:37.417Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45442026-05-28T06:00:38.054Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45452026-05-28T06:00:39.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45462026-05-28T06:00:39.902Z
45472026-05-28T06:00:39.902Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45482026-05-28T06:00:40.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-28T06:00:40.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-28T06:00:40.548Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45512026-05-28T06:00:41.004Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45522026-05-28T06:00:41.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45532026-05-28T06:00:41.519Z
45542026-05-28T06:00:41.519Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45552026-05-28T06:00:42.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-28T06:00:42.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-28T06:00:42.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45582026-05-28T06:00:42.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45592026-05-28T06:00:42.118Z
45602026-05-28T06:00:42.118Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45612026-05-28T06:00:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-28T06:00:42.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-28T06:00:42.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-28T06:00:42.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45652026-05-28T06:00:42.724Z
45662026-05-28T06:00:42.724Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45672026-05-28T06:00:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-28T06:00:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-28T06:00:43.480Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45702026-05-28T06:00:44.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45712026-05-28T06:00:44.287Z
45722026-05-28T06:00:44.287Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45732026-05-28T06:00:44.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-28T06:00:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-28T06:00:44.946Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45762026-05-28T06:00:44.950Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45772026-05-28T06:00:45.227Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45782026-05-28T06:00:45.227Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45792026-05-28T06:00:46.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45802026-05-28T06:00:46.213Z
45812026-05-28T06:00:46.213Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45822026-05-28T06:00:46.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-05-28T06:00:46.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-05-28T06:00:46.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-05-28T06:00:46.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45862026-05-28T06:00:46.811Z
45872026-05-28T06:00:46.811Zinfo: running `cargo check --bins` on omicron-package (270/276)
45882026-05-28T06:00:47.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-28T06:00:47.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-28T06:00:47.503Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45912026-05-28T06:00:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
45922026-05-28T06:00:48.780Z
45932026-05-28T06:00:48.780Zinfo: running `cargo check --bins` on tqdb (271/276)
45942026-05-28T06:00:49.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-28T06:00:49.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-28T06:00:49.565Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45972026-05-28T06:00:49.923Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45982026-05-28T06:00:50.433Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45992026-05-28T06:00:50.433Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46002026-05-28T06:00:56.327Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46012026-05-28T06:00:56.327Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46022026-05-28T06:00:56.898Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46032026-05-28T06:00:56.902Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46042026-05-28T06:00:56.902Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46052026-05-28T06:00:56.902Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46062026-05-28T06:00:57.685Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46072026-05-28T06:00:58.624Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46082026-05-28T06:00:59.391Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46092026-05-28T06:00:59.999Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46102026-05-28T06:01:04.296Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46112026-05-28T06:01:10.676Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46122026-05-28T06:01:10.680Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46132026-05-28T06:01:10.680Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46142026-05-28T06:01:10.680Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46152026-05-28T06:01:12.151Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46162026-05-28T06:01:13.494Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46172026-05-28T06:01:14.172Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46182026-05-28T06:01:15.410Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46192026-05-28T06:01:15.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
46202026-05-28T06:01:16.171Z
46212026-05-28T06:01:16.171Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46222026-05-28T06:01:16.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-28T06:01:16.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-28T06:01:16.889Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46252026-05-28T06:01:16.898Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46262026-05-28T06:01:16.898Z Checking rtoolbox v0.0.3
46272026-05-28T06:01:17.020Z Checking tui-tree-widget v0.23.1
46282026-05-28T06:01:17.113Z Checking rpassword v7.4.0
46292026-05-28T06:01:22.200Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46302026-05-28T06:01:22.224Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-05-28T06:01:22.910Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46322026-05-28T06:01:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
46332026-05-28T06:01:24.016Z
46342026-05-28T06:01:24.016Zinfo: running `cargo check --bins` on wicket (273/276)
46352026-05-28T06:01:24.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-05-28T06:01:24.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-05-28T06:01:24.716Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-28T06:01:25.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46392026-05-28T06:01:25.275Z
46402026-05-28T06:01:25.276Zinfo: running `cargo check --bins` on wicketd (274/276)
46412026-05-28T06:01:25.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-28T06:01:25.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-28T06:01:26.002Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46442026-05-28T06:01:26.004Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46452026-05-28T06:01:26.004Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46462026-05-28T06:01:26.004Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46472026-05-28T06:01:26.987Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46482026-05-28T06:01:27.558Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46492026-05-28T06:01:30.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
46502026-05-28T06:01:30.748Z
46512026-05-28T06:01:30.748Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46522026-05-28T06:01:31.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-28T06:01:31.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-28T06:01:31.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46552026-05-28T06:01:31.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46562026-05-28T06:01:31.341Z
46572026-05-28T06:01:31.341Zinfo: running `cargo check --bins` on zone-setup (276/276)
46582026-05-28T06:01:31.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-28T06:01:31.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-28T06:01:32.026Z Checking uzers v0.12.2
46612026-05-28T06:01:32.301Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46622026-05-28T06:01:33.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46632026-05-28T06:01:33.252Z
46642026-05-28T06:01:33.255Zreal 14:15.226666407
46652026-05-28T06:01:33.255Zuser 20:38.115030933
46662026-05-28T06:01:33.255Zsys 4:18.871962590
46672026-05-28T06:01:33.255Ztrap 0.321003476
46682026-05-28T06:01:33.255Ztflt 0.683292002
46692026-05-28T06:01:33.256Zdflt 1.290204324
46702026-05-28T06:01:33.256Zkflt 0.005036426
46712026-05-28T06:01:33.256Zlock 1:17:48.071007052
46722026-05-28T06:01:33.256Zslp 1:38:48.033865067
46732026-05-28T06:01:33.256Zlat 1:02.689684842
46742026-05-28T06:01:33.256Zstop 3:39.466801744
46752026-05-28T06:01:33.256Zprocess exited: duration 990769 ms, exit code 0
 
46762026-05-28T06:01:33.275Zfound 0 output files