01KR1CY38F400XKJ1NRTJE72X8: 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: 01KR1CYFAJAKZQ7C17CEMTTQZM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T14:20:51.984Zjob assigned to worker 01KR1CYQS386C6QJZH1W3NS1Y0 [factory aws, i-08c46afb03d050242] (queued for 55 s)
 
22026-05-07T14:20:58.108Zstarting task 0: "setup"
32026-05-07T14:20:58.114Z++ uname -s
42026-05-07T14:20:58.117Z+ kern=SunOS
52026-05-07T14:20:58.117Z+ build_user=build
62026-05-07T14:20:58.117Z+ build_uid=12345
72026-05-07T14:20:58.117Z+ work_dir=/work
82026-05-07T14:20:58.117Z+ input_dir=/input
92026-05-07T14:20:58.117Z+ [[ 0 == 12345 ]]
102026-05-07T14:20:58.117Z+ case "$kern" in
112026-05-07T14:20:58.117Z+ groupadd -g 12345 build
122026-05-07T14:20:58.121Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T14:21:00.124Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T14:21:00.217Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T14:21:00.220Z+ home_fs=zfs
162026-05-07T14:21:00.220Z+ [[ zfs == autofs ]]
172026-05-07T14:21:00.220Z+ mkdir -p /home/build
182026-05-07T14:21:00.220Z+ chown build:build /home/build /work
192026-05-07T14:21:02.222Z+ chmod 0700 /home/build /work
202026-05-07T14:21:02.224Zprocess exited: duration 4115 ms, exit code 0
 
212026-05-07T14:21:02.230Zstarting task 1: "rust-toolchain"
222026-05-07T14:21:02.234Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T14:21:02.234Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T14:21:02.234Z * rust toolchain channel = "1.94.0"
252026-05-07T14:21:02.234Z * rust toolchain profile = "default"
262026-05-07T14:21:02.234Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T14:21:02.234Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T14:21:02.237Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T14:21:02.237Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T14:21:02.336Zinfo: downloading installer
312026-05-07T14:21:03.705Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T14:21:03.705Zwarn: /home/build/.rustup/settings.toml
332026-05-07T14:21:03.705Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T14:21:03.705Zwarn: instead of the one inferred from the default host triple.
352026-05-07T14:21:03.717Zinfo: profile set to default
362026-05-07T14:21:03.717Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T14:21:03.720Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T14:21:03.861Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T14:21:03.864Zinfo: downloading 6 components
402026-05-07T14:21:17.848Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T14:21:17.848Z
422026-05-07T14:21:17.884Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T14:21:17.884Z
442026-05-07T14:21:17.884Z
452026-05-07T14:21:17.884ZRust is installed now. Great!
462026-05-07T14:21:17.884Z
472026-05-07T14:21:17.884ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T14:21:17.884Zenvironment variable. This has not been done automatically.
492026-05-07T14:21:17.884Z
502026-05-07T14:21:17.884ZTo configure your current shell, you need to source
512026-05-07T14:21:17.884Zthe corresponding env file under $HOME/.cargo.
522026-05-07T14:21:17.884Z
532026-05-07T14:21:17.884ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T14:21:17.887Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T14:21:17.887Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T14:21:17.887Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T14:21:17.887Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T14:21:17.887Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T14:21:17.887Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T14:21:17.887Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T14:21:17.887Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T14:21:17.985Z+ rustup --version
632026-05-07T14:21:17.993Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T14:21:17.996Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T14:21:18.014Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T14:21:18.017Z+ cargo --version
672026-05-07T14:21:18.030Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T14:21:18.033Z+ rustc --version
692026-05-07T14:21:18.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T14:21:18.056Zprocess exited: duration 15822 ms, exit code 0
 
712026-05-07T14:21:18.063Zstarting task 2: "authentication"
722026-05-07T14:21:18.079Zprocess exited: duration 15 ms, exit code 0
 
732026-05-07T14:21:18.085Zstarting task 3: "clone repository"
742026-05-07T14:21:18.088Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T14:21:18.090Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T14:21:18.122ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T14:21:27.840Z+ cd /work/oxidecomputer/omicron
782026-05-07T14:21:27.840Z+ git fetch origin b7f5c5d339c36b8a20add0531aec1a0c35c08807
792026-05-07T14:21:28.336ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T14:21:28.336Z * branch b7f5c5d339c36b8a20add0531aec1a0c35c08807 -> FETCH_HEAD
812026-05-07T14:21:28.347Z+ [[ -n '' ]]
822026-05-07T14:21:28.347Z+ git reset --hard b7f5c5d339c36b8a20add0531aec1a0c35c08807
832026-05-07T14:21:28.579ZHEAD is now at b7f5c5d33 Relax an eager sled agent assert
842026-05-07T14:21:28.582Zprocess exited: duration 10494 ms, exit code 0
 
852026-05-07T14:21:28.588Zstarting task 4: "build"
862026-05-07T14:21:28.592Z+ source .github/buildomat/ci-env.sh
872026-05-07T14:21:28.592Z++ export CARGO_TERM_COLOR=always
882026-05-07T14:21:28.596Z++ CARGO_TERM_COLOR=always
892026-05-07T14:21:28.596Z+ cargo --version
902026-05-07T14:21:28.603Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-07T14:21:28.606Z+ rustc --version
922026-05-07T14:21:28.626Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-07T14:21:28.629Z+ source ./env.sh
942026-05-07T14:21:28.632Z++ OLD_SHELL_OPTS=ehxB
952026-05-07T14:21:28.632Z++ set -o xtrace
962026-05-07T14:21:28.632Z++++ dirname ./env.sh
972026-05-07T14:21:28.635Z+++ readlink -f .
982026-05-07T14:21:28.635Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ 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-07T14:21:28.635Z++ case $OLD_SHELL_OPTS in
1082026-05-07T14:21:28.635Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-07T14:21:28.635Z+ 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-07T14:21:28.635Z+ 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-07T14:21:28.635Z+ banner prerequisites
1122026-05-07T14:21:28.638Z
1132026-05-07T14:21:28.638Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-07T14:21:28.638Z # # # # # # # # # # # # # # #
1152026-05-07T14:21:28.638Z # # # # ##### # # ##### # # # # # #### #
1162026-05-07T14:21:28.638Z ##### ##### # ##### # # # # # # # # #
1172026-05-07T14:21:28.638Z # # # # # # # # # # # # # # #
1182026-05-07T14:21:28.638Z # # # ###### # # ###### ### # #### # #### #
1192026-05-07T14:21:28.638Z
1202026-05-07T14:21:28.638Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-07T14:21:30.009Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-07T14:21:30.063Z Startup: Caching catalogs ... Done
1232026-05-07T14:21:30.231ZPlanning: Solver setup ... Done (0.141s)
1242026-05-07T14:21:30.243ZPlanning: Running solver ... Done (0.011s)
1252026-05-07T14:21:30.247ZPlanning: Finding local manifests ... Done (0.003s)
1262026-05-07T14:21:30.257ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-07T14:21:30.272ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-07T14:21:30.286ZPlanning: Package planning ... Done (0.013s)
1292026-05-07T14:21:30.290ZPlanning: Merging actions ... Done (0.001s)
1302026-05-07T14:21:30.473ZPlanning: Checking for conflicting actions ... Done (0.186s)
1312026-05-07T14:21:30.476ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-07T14:21:31.236ZPlanning: Evaluating mediators ... Done (0.761s)
1332026-05-07T14:21:31.240ZPlanning: Planning completed in 1.16 seconds
1342026-05-07T14:21:31.245Z Packages to install: 2
1352026-05-07T14:21:31.245Z Estimated space available: 156.11 GB
1362026-05-07T14:21:31.248ZEstimated space to be consumed: 16.39 MB
1372026-05-07T14:21:31.248Z Create boot environment: No
1382026-05-07T14:21:31.248ZCreate backup boot environment: No
1392026-05-07T14:21:31.248Z Rebuild boot archive: No
1402026-05-07T14:21:31.248Z
1412026-05-07T14:21:31.248ZChanged packages:
1422026-05-07T14:21:31.249Zhelios
1432026-05-07T14:21:31.249Z developer/build-essential
1442026-05-07T14:21:31.249Z None -> 11-3.0
1452026-05-07T14:21:31.249Z library/libxmlsec1
1462026-05-07T14:21:31.249Z None -> 1.2.35-3.0
1472026-05-07T14:21:31.271Z
1482026-05-07T14:21:31.271ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-07T14:21:31.759ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1502026-05-07T14:21:31.818Z Actions: 1/268 actions (Installing new actions)
1512026-05-07T14:21:31.857Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-07T14:21:31.861ZFinalize: Updating package state database ... Done (0.004s)
1532026-05-07T14:21:31.861ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-07T14:21:31.872ZFinalize: Updating image state ... Done (0.011s)
1552026-05-07T14:21:34.276ZFinalize: Creating fast lookup database ... Done (2.384s)
1562026-05-07T14:21:34.345ZFinalize: Reading search index ... Done (0.014s)
1572026-05-07T14:21:34.347ZFinalize: Updating search index ... Done (0.000s)
1582026-05-07T14:21:34.444ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-07T14:21:34.732ZPlanning: Evaluating mediator changes ... Done
1602026-05-07T14:21:34.837ZPlanning: Checking for conflicting actions ... Done
1612026-05-07T14:21:34.840ZPlanning: Consolidating action changes ... Done
1622026-05-07T14:21:34.997ZPlanning: Evaluating mediators ... Done
1632026-05-07T14:21:35.000ZPlanning: Planning completed in 0.27 seconds
1642026-05-07T14:21:35.020Z Mediators to change: 2
1652026-05-07T14:21:35.020Z Create boot environment: No
1662026-05-07T14:21:35.020ZCreate backup boot environment: No
1672026-05-07T14:21:35.086ZFinalize: Updating package state database ... Done
1682026-05-07T14:21:35.086ZFinalize: Updating package cache ... Done
1692026-05-07T14:21:35.092ZFinalize: Updating image state ... Done
1702026-05-07T14:21:37.048ZFinalize: Creating fast lookup database ... Done
1712026-05-07T14:21:37.111ZFinalize: Reading search index ... Done
1722026-05-07T14:21:37.111ZFinalize: Updating search index ... Done
1732026-05-07T14:21:37.203ZFinalize: Updating package cache ... Done
1742026-05-07T14:21:37.490ZPlanning: Evaluating mediator changes ... Done
1752026-05-07T14:21:37.597ZPlanning: Checking for conflicting actions ... Done
1762026-05-07T14:21:37.599ZPlanning: Consolidating action changes ... Done
1772026-05-07T14:21:37.755ZPlanning: Evaluating mediators ... Done
1782026-05-07T14:21:37.758ZPlanning: Planning completed in 0.27 seconds
1792026-05-07T14:21:37.778Z Mediators to change: 1
1802026-05-07T14:21:37.778Z Create boot environment: No
1812026-05-07T14:21:37.778ZCreate backup boot environment: No
1822026-05-07T14:21:37.847ZFinalize: Updating package state database ... Done
1832026-05-07T14:21:37.848ZFinalize: Updating package cache ... Done
1842026-05-07T14:21:37.854ZFinalize: Updating image state ... Done
1852026-05-07T14:21:39.807ZFinalize: Creating fast lookup database ... Done
1862026-05-07T14:21:39.874ZFinalize: Reading search index ... Done
1872026-05-07T14:21:39.876ZFinalize: Updating search index ... Done
1882026-05-07T14:21:39.950ZFinalize: Updating package cache ... Done
1892026-05-07T14:21:40.262ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-07T14:21:40.262Zapache system 2.4 system
1912026-05-07T14:21:40.262Zclang system 15 system
1922026-05-07T14:21:40.262Zcsh system system illumos
1932026-05-07T14:21:40.262Zctags system system illumos
1942026-05-07T14:21:40.262Zfile vendor vendor darwinsys
1952026-05-07T14:21:40.262Zfile system system illumos
1962026-05-07T14:21:40.262Zgcc vendor 14 vendor
1972026-05-07T14:21:40.263Zgcc system 13 system
1982026-05-07T14:21:40.263Zgcc system 10 system
1992026-05-07T14:21:40.263Zgo system 1.25 system
2002026-05-07T14:21:40.263Zllvm system 15 system
2012026-05-07T14:21:40.263Zmariadb system 11.4 system
2022026-05-07T14:21:40.263Zmta vendor vendor dma
2032026-05-07T14:21:40.263Zopenjdk system 17 system
2042026-05-07T14:21:40.263Zopenjdk system 11 system
2052026-05-07T14:21:40.263Zopenssl vendor 3 vendor
2062026-05-07T14:21:40.263Zperl system 5.40 system
2072026-05-07T14:21:40.263Zpostgresql system 18 system
2082026-05-07T14:21:40.263Zpostgresql system 17 system
2092026-05-07T14:21:40.263Zpython vendor 3 vendor
2102026-05-07T14:21:40.263Zpython system 2 system
2112026-05-07T14:21:40.263Zpython3 vendor 3.13 vendor
2122026-05-07T14:21:40.263Zruby system 3.4 system
2132026-05-07T14:21:40.263Zruby system 3.0 system
2142026-05-07T14:21:40.263Zwords vendor vendor american-english
2152026-05-07T14:21:40.263Zwords system system australian-english
2162026-05-07T14:21:40.263Zwords system system british-english
2172026-05-07T14:21:40.263Zwords system system canadian-english
2182026-05-07T14:21:40.263Zwords system system french
2192026-05-07T14:21:40.263Zwords system system italian
2202026-05-07T14:21:40.263Zwords system system ngerman
2212026-05-07T14:21:40.263Zwords system system ogerman
2222026-05-07T14:21:40.263Zwords system system spanish
2232026-05-07T14:21:40.514ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-07T14:21:40.514Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-07T14:21:40.769ZFMRI IFO
2262026-05-07T14:21:40.769Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-07T14:21:40.770Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-07T14:21:40.770Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-07T14:21:40.770Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-07T14:21:40.770Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-07T14:21:40.770Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-07T14:21:40.770Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-07T14:21:40.770Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-07T14:21:40.770Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-07T14:21:41.003Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-07T14:21:41.331Z Updating crates.io index
2372026-05-07T14:21:41.334Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-07T14:21:41.900Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-07T14:21:42.331Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-07T14:21:42.853Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-07T14:21:43.665Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-07T14:21:44.194Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-07T14:21:45.523Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-07T14:21:46.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-07T14:21:46.614Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-07T14:21:47.464Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-07T14:21:47.807Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-07T14:21:48.159Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-07T14:21:48.553Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-07T14:21:49.758Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-07T14:21:50.363Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-07T14:21:50.661Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532026-05-07T14:21:51.134Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2542026-05-07T14:21:51.575Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-05-07T14:21:51.828Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-05-07T14:21:52.069Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-05-07T14:21:52.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-05-07T14:21:52.785Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-05-07T14:21:53.335Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2602026-05-07T14:21:53.776Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2612026-05-07T14:21:54.117Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2622026-05-07T14:21:54.455Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632026-05-07T14:21:54.800Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-05-07T14:21:56.238Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-05-07T14:21:56.813Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662026-05-07T14:21:57.299Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672026-05-07T14:21:57.571Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682026-05-07T14:21:57.956Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2692026-05-07T14:21:58.284Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2702026-05-07T14:21:58.665Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712026-05-07T14:21:59.175Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722026-05-07T14:21:59.479Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732026-05-07T14:21:59.806Z Updating git repository `https://github.com/illumos/smf-rs`
2742026-05-07T14:22:00.238Z Updating git repository `https://github.com/oxidecomputer/omicron`
2752026-05-07T14:22:11.884Z Downloading crates ...
2762026-05-07T14:22:11.933Z Downloaded anstyle-parse v0.2.7
2772026-05-07T14:22:11.939Z Downloaded bitflags v2.11.0
2782026-05-07T14:22:11.946Z Downloaded cargo-platform v0.2.0
2792026-05-07T14:22:11.949Z Downloaded camino v1.2.2
2802026-05-07T14:22:11.955Z Downloaded camino-tempfile v1.4.1
2812026-05-07T14:22:11.958Z Downloaded autocfg v1.5.0
2822026-05-07T14:22:11.958Z Downloaded anstream v0.6.21
2832026-05-07T14:22:11.961Z Downloaded cargo_toml v0.21.0
2842026-05-07T14:22:11.963Z Downloaded plain v0.2.3
2852026-05-07T14:22:11.963Z Downloaded block-buffer v0.10.4
2862026-05-07T14:22:11.963Z Downloaded swrite v0.1.0
2872026-05-07T14:22:11.967Z Downloaded thread-id v4.2.2
2882026-05-07T14:22:11.970Z Downloaded toml_datetime v0.6.11
2892026-05-07T14:22:11.970Z Downloaded cargo-util-schemas v0.8.2
2902026-05-07T14:22:11.972Z Downloaded toml_write v0.1.2
2912026-05-07T14:22:11.975Z Downloaded zerofrom v0.1.6
2922026-05-07T14:22:11.975Z Downloaded usdt-macro v0.5.0
2932026-05-07T14:22:11.978Z Downloaded unicode-xid v0.2.6
2942026-05-07T14:22:11.978Z Downloaded cargo_metadata v0.21.0
2952026-05-07T14:22:11.981Z Downloaded yoke-derive v0.8.1
2962026-05-07T14:22:11.981Z Downloaded zerofrom-derive v0.1.6
2972026-05-07T14:22:11.981Z Downloaded cfg-if v1.0.4
2982026-05-07T14:22:11.981Z Downloaded anstyle v1.0.13
2992026-05-07T14:22:11.983Z Downloaded utf8parse v0.2.2
3002026-05-07T14:22:11.983Z Downloaded usdt v0.5.0
3012026-05-07T14:22:11.987Z Downloaded terminal_size v0.4.3
3022026-05-07T14:22:11.987Z Downloaded potential_utf v0.1.4
3032026-05-07T14:22:11.990Z Downloaded macaddr v1.0.1
3042026-05-07T14:22:11.990Z Downloaded clap_lex v1.0.0
3052026-05-07T14:22:11.990Z Downloaded version_check v0.9.5
3062026-05-07T14:22:11.993Z Downloaded unicode-linebreak v0.1.5
3072026-05-07T14:22:11.993Z Downloaded icu_locale_core v2.1.1
3082026-05-07T14:22:12.000Z Downloaded crypto-common v0.1.7
3092026-05-07T14:22:12.003Z Downloaded equivalent v1.0.2
3102026-05-07T14:22:12.006Z Downloaded stable_deref_trait v1.2.1
3112026-05-07T14:22:12.006Z Downloaded erased-serde v0.4.9
3122026-05-07T14:22:12.008Z Downloaded ordered-float v2.10.1
3132026-05-07T14:22:12.009Z Downloaded tabled_derive v0.7.0
3142026-05-07T14:22:12.011Z Downloaded usdt-attr-macro v0.5.0
3152026-05-07T14:22:12.011Z Downloaded typeid v1.0.3
3162026-05-07T14:22:12.011Z Downloaded fnv v1.0.7
3172026-05-07T14:22:12.011Z Downloaded errno v0.3.14
3182026-05-07T14:22:12.011Z Downloaded zerovec-derive v0.11.2
3192026-05-07T14:22:12.014Z Downloaded toml_edit v0.22.27
3202026-05-07T14:22:12.017Z Downloaded zmij v1.0.21
3212026-05-07T14:22:12.017Z Downloaded serde_spanned v0.6.9
3222026-05-07T14:22:12.017Z Downloaded thiserror v2.0.18
3232026-05-07T14:22:12.020Z Downloaded scroll_derive v0.12.1
3242026-05-07T14:22:12.022Z Downloaded dof v0.3.0
3252026-05-07T14:22:12.023Z Downloaded utf8_iter v1.0.4
3262026-05-07T14:22:12.023Z Downloaded usdt-impl v0.5.0
3272026-05-07T14:22:12.025Z Downloaded thiserror-impl v2.0.18
3282026-05-07T14:22:12.025Z Downloaded pretty-hex v0.4.1
3292026-05-07T14:22:12.025Z Downloaded memmap v0.7.0
3302026-05-07T14:22:12.025Z Downloaded percent-encoding v2.3.2
3312026-05-07T14:22:12.028Z Downloaded heck v0.5.0
3322026-05-07T14:22:12.028Z Downloaded dtrace-parser v0.2.0
3332026-05-07T14:22:12.028Z Downloaded toml v0.8.23
3342026-05-07T14:22:12.031Z Downloaded thiserror-impl v1.0.69
3352026-05-07T14:22:12.031Z Downloaded proc-macro-error-attr v1.0.4
3362026-05-07T14:22:12.031Z Downloaded yoke v0.8.1
3372026-05-07T14:22:12.034Z Downloaded writeable v0.6.2
3382026-05-07T14:22:12.034Z Downloaded clap_derive v4.5.55
3392026-05-07T14:22:12.034Z Downloaded tinystr v0.8.2
3402026-05-07T14:22:12.037Z Downloaded sha2 v0.10.9
3412026-05-07T14:22:12.037Z Downloaded proc-macro-error v1.0.4
3422026-05-07T14:22:12.040Z Downloaded serde_core v1.0.228
3432026-05-07T14:22:12.043Z Downloaded zerocopy-derive v0.7.35
3442026-05-07T14:22:12.043Z Downloaded ucd-trie v0.1.7
3452026-05-07T14:22:12.046Z Downloaded itoa v1.0.17
3462026-05-07T14:22:12.046Z Downloaded pest_generator v2.8.6
3472026-05-07T14:22:12.046Z Downloaded fastrand v2.3.0
3482026-05-07T14:22:12.049Z Downloaded displaydoc v0.2.5
3492026-05-07T14:22:12.049Z Downloaded cpufeatures v0.2.17
3502026-05-07T14:22:12.049Z Downloaded generic-array v0.14.7
3512026-05-07T14:22:12.052Z Downloaded textwrap v0.16.2
3522026-05-07T14:22:12.052Z Downloaded serde-value v0.7.0
3532026-05-07T14:22:12.052Z Downloaded form_urlencoded v1.2.2
3542026-05-07T14:22:12.054Z Downloaded smawk v0.3.2
3552026-05-07T14:22:12.055Z Downloaded colorchoice v1.0.4
3562026-05-07T14:22:12.055Z Downloaded thiserror v1.0.69
3572026-05-07T14:22:12.057Z Downloaded unicode-ident v1.0.24
3582026-05-07T14:22:12.060Z Downloaded is_terminal_polyfill v1.70.2
3592026-05-07T14:22:12.060Z Downloaded heck v0.4.1
3602026-05-07T14:22:12.062Z Downloaded zerotrie v0.2.3
3612026-05-07T14:22:12.065Z Downloaded typenum v1.19.0
3622026-05-07T14:22:12.068Z Downloaded url v2.5.8
3632026-05-07T14:22:12.068Z Downloaded strsim v0.11.1
3642026-05-07T14:22:12.070Z Downloaded anstyle-query v1.1.5
3652026-05-07T14:22:12.070Z Downloaded byteorder v1.5.0
3662026-05-07T14:22:12.078Z Downloaded synstructure v0.13.2
3672026-05-07T14:22:12.080Z Downloaded digest v0.10.7
3682026-05-07T14:22:12.080Z Downloaded serde-untagged v0.1.9
3692026-05-07T14:22:12.080Z Downloaded num-traits v0.2.19
3702026-05-07T14:22:12.083Z Downloaded fs-err v3.3.0
3712026-05-07T14:22:12.086Z Downloaded once_cell v1.21.3
3722026-05-07T14:22:12.086Z Downloaded zerovec v0.11.5
3732026-05-07T14:22:12.094Z Downloaded zerocopy v0.7.35
3742026-05-07T14:22:12.103Z Downloaded idna_adapter v1.2.1
3752026-05-07T14:22:12.106Z Downloaded bytecount v0.6.9
3762026-05-07T14:22:12.106Z Downloaded winnow v0.7.14
3772026-05-07T14:22:12.110Z Downloaded serde_tokenstream v0.2.3
3782026-05-07T14:22:12.114Z Downloaded scroll v0.12.0
3792026-05-07T14:22:12.117Z Downloaded unicode-width v0.2.0
3802026-05-07T14:22:12.119Z Downloaded semver v1.0.28
3812026-05-07T14:22:12.122Z Downloaded anyhow v1.0.102
3822026-05-07T14:22:12.125Z Downloaded quote v1.0.45
3832026-05-07T14:22:12.125Z Downloaded litemap v0.8.1
3842026-05-07T14:22:12.127Z Downloaded icu_normalizer v2.1.1
3852026-05-07T14:22:12.127Z Downloaded unicode-width v0.1.14
3862026-05-07T14:22:12.130Z Downloaded tempfile v3.25.0
3872026-05-07T14:22:12.133Z Downloaded serde_derive v1.0.228
3882026-05-07T14:22:12.136Z Downloaded icu_provider v2.1.1
3892026-05-07T14:22:12.136Z Downloaded getrandom v0.4.1
3902026-05-07T14:22:12.138Z Downloaded pest_derive v2.8.6
3912026-05-07T14:22:12.138Z Downloaded pest v2.8.6
3922026-05-07T14:22:12.141Z Downloaded proc-macro2 v1.0.106
3932026-05-07T14:22:12.144Z Downloaded papergrid v0.11.0
3942026-05-07T14:22:12.148Z Downloaded log v0.4.29
3952026-05-07T14:22:12.150Z Downloaded clap v4.5.60
3962026-05-07T14:22:12.154Z Downloaded smallvec v1.15.1
3972026-05-07T14:22:12.156Z Downloaded icu_properties v2.1.2
3982026-05-07T14:22:12.159Z Downloaded pest_meta v2.8.6
3992026-05-07T14:22:12.162Z Downloaded icu_normalizer_data v2.1.1
4002026-05-07T14:22:12.190Z Downloaded serde v1.0.228
4012026-05-07T14:22:12.193Z Downloaded memchr v2.8.0
4022026-05-07T14:22:12.196Z Downloaded icu_collections v2.1.1
4032026-05-07T14:22:12.207Z Downloaded indexmap v2.14.0
4042026-05-07T14:22:12.219Z Downloaded hashbrown v0.17.0
4052026-05-07T14:22:12.225Z Downloaded idna v1.1.0
4062026-05-07T14:22:12.228Z Downloaded serde_json v1.0.149
4072026-05-07T14:22:12.239Z Downloaded icu_properties_data v2.1.2
4082026-05-07T14:22:12.244Z Downloaded goblin v0.8.2
4092026-05-07T14:22:12.254Z Downloaded clap_builder v4.5.60
4102026-05-07T14:22:12.258Z Downloaded tabled v0.15.0
4112026-05-07T14:22:12.267Z Downloaded syn v1.0.109
4122026-05-07T14:22:12.283Z Downloaded syn v2.0.117
4132026-05-07T14:22:12.298Z Downloaded rustix v1.1.3
4142026-05-07T14:22:12.329Z Downloaded libc v0.2.185
4152026-05-07T14:22:12.397Z Compiling proc-macro2 v1.0.106
4162026-05-07T14:22:12.397Z Compiling unicode-ident v1.0.24
4172026-05-07T14:22:12.400Z Compiling quote v1.0.45
4182026-05-07T14:22:12.400Z Compiling serde_core v1.0.228
4192026-05-07T14:22:12.400Z Compiling libc v0.2.185
4202026-05-07T14:22:12.400Z Compiling version_check v0.9.5
4212026-05-07T14:22:12.400Z Compiling serde v1.0.228
4222026-05-07T14:22:12.400Z Compiling memchr v2.8.0
4232026-05-07T14:22:12.733Z Compiling stable_deref_trait v1.2.1
4242026-05-07T14:22:12.808Z Compiling zmij v1.0.21
4252026-05-07T14:22:12.905Z Compiling ucd-trie v0.1.7
4262026-05-07T14:22:12.990Z Compiling thiserror v1.0.69
4272026-05-07T14:22:13.020Z Compiling autocfg v1.5.0
4282026-05-07T14:22:13.163Z Compiling itoa v1.0.17
4292026-05-07T14:22:13.347Z Compiling pest v2.8.6
4302026-05-07T14:22:13.377Z Compiling writeable v0.6.2
4312026-05-07T14:22:13.394Z Compiling litemap v0.8.1
4322026-05-07T14:22:13.439Z Compiling byteorder v1.5.0
4332026-05-07T14:22:13.593Z Compiling icu_normalizer_data v2.1.1
4342026-05-07T14:22:13.610Z Compiling rustix v1.1.3
4352026-05-07T14:22:13.772Z Compiling icu_properties_data v2.1.2
4362026-05-07T14:22:13.857Z Compiling syn v2.0.117
4372026-05-07T14:22:13.924Z Compiling errno v0.3.14
4382026-05-07T14:22:13.940Z Compiling serde_json v1.0.149
4392026-05-07T14:22:13.992Z Compiling bitflags v2.11.0
4402026-05-07T14:22:14.214Z Compiling num-traits v0.2.19
4412026-05-07T14:22:14.248Z Compiling typeid v1.0.3
4422026-05-07T14:22:14.396Z Compiling pest_meta v2.8.6
4432026-05-07T14:22:14.420Z Compiling hashbrown v0.17.0
4442026-05-07T14:22:14.499Z Compiling equivalent v1.0.2
4452026-05-07T14:22:14.572Z Compiling smallvec v1.15.1
4462026-05-07T14:22:14.786Z Compiling thread-id v4.2.2
4472026-05-07T14:22:14.829Z Compiling usdt-impl v0.5.0
4482026-05-07T14:22:14.846Z Compiling proc-macro-error-attr v1.0.4
4492026-05-07T14:22:14.869Z Compiling toml_write v0.1.2
4502026-05-07T14:22:14.997Z Compiling indexmap v2.14.0
4512026-05-07T14:22:15.079Z Compiling syn v1.0.109
4522026-05-07T14:22:15.095Z Compiling erased-serde v0.4.9
4532026-05-07T14:22:15.111Z Compiling winnow v0.7.14
4542026-05-07T14:22:15.594Z Compiling proc-macro-error v1.0.4
4552026-05-07T14:22:15.637Z Compiling plain v0.2.3
4562026-05-07T14:22:15.756Z Compiling getrandom v0.4.1
4572026-05-07T14:22:15.781Z Compiling utf8_iter v1.0.4
4582026-05-07T14:22:15.939Z Compiling log v0.4.29
4592026-05-07T14:22:16.078Z Compiling percent-encoding v2.3.2
4602026-05-07T14:22:16.095Z Compiling utf8parse v0.2.2
4612026-05-07T14:22:16.110Z Compiling thiserror v2.0.18
4622026-05-07T14:22:16.125Z Compiling camino v1.2.2
4632026-05-07T14:22:16.210Z Compiling form_urlencoded v1.2.2
4642026-05-07T14:22:16.276Z Compiling anstyle-parse v0.2.7
4652026-05-07T14:22:16.415Z Compiling ordered-float v2.10.1
4662026-05-07T14:22:16.526Z Compiling synstructure v0.13.2
4672026-05-07T14:22:16.634Z Compiling pest_generator v2.8.6
4682026-05-07T14:22:16.661Z Compiling terminal_size v0.4.3
4692026-05-07T14:22:16.806Z Compiling pretty-hex v0.4.1
4702026-05-07T14:22:16.897Z Compiling anstyle-query v1.1.5
4712026-05-07T14:22:16.912Z Compiling is_terminal_polyfill v1.70.2
4722026-05-07T14:22:16.950Z Compiling anstyle v1.0.13
4732026-05-07T14:22:16.969Z Compiling cfg-if v1.0.4
4742026-05-07T14:22:17.006Z Compiling colorchoice v1.0.4
4752026-05-07T14:22:17.123Z Compiling anstream v0.6.21
4762026-05-07T14:22:17.141Z Compiling serde-untagged v0.1.9
4772026-05-07T14:22:17.172Z Compiling semver v1.0.28
4782026-05-07T14:22:17.344Z Compiling fs-err v3.3.0
4792026-05-07T14:22:17.379Z Compiling unicode-xid v0.2.6
4802026-05-07T14:22:17.425Z Compiling once_cell v1.21.3
4812026-05-07T14:22:17.489Z Compiling fnv v1.0.7
4822026-05-07T14:22:17.507Z Compiling heck v0.4.1
4832026-05-07T14:22:17.525Z Compiling heck v0.5.0
4842026-05-07T14:22:17.542Z Compiling bytecount v0.6.9
4852026-05-07T14:22:17.590Z Compiling strsim v0.11.1
4862026-05-07T14:22:17.674Z Compiling fastrand v2.3.0
4872026-05-07T14:22:17.726Z Compiling clap_lex v1.0.0
4882026-05-07T14:22:17.761Z Compiling anyhow v1.0.102
4892026-05-07T14:22:17.929Z Compiling unicode-width v0.1.14
4902026-05-07T14:22:17.932Z Compiling clap_builder v4.5.60
4912026-05-07T14:22:17.961Z Compiling tempfile v3.25.0
4922026-05-07T14:22:18.077Z Compiling memmap v0.7.0
4932026-05-07T14:22:18.201Z Compiling papergrid v0.11.0
4942026-05-07T14:22:18.251Z Compiling serde_derive v1.0.228
4952026-05-07T14:22:18.267Z Compiling zerofrom-derive v0.1.6
4962026-05-07T14:22:18.282Z Compiling yoke-derive v0.8.1
4972026-05-07T14:22:18.322Z Compiling zerovec-derive v0.11.2
4982026-05-07T14:22:18.535Z Compiling displaydoc v0.2.5
4992026-05-07T14:22:19.258Z Compiling thiserror-impl v1.0.69
5002026-05-07T14:22:19.402Z Compiling zerocopy-derive v0.7.35
5012026-05-07T14:22:19.419Z Compiling pest_derive v2.8.6
5022026-05-07T14:22:19.593Z Compiling scroll_derive v0.12.1
5032026-05-07T14:22:19.648Z Compiling zerofrom v0.1.6
5042026-05-07T14:22:19.782Z Compiling yoke v0.8.1
5052026-05-07T14:22:19.848Z Compiling thiserror-impl v2.0.18
5062026-05-07T14:22:20.005Z Compiling zerovec v0.11.5
5072026-05-07T14:22:20.306Z Compiling zerotrie v0.2.3
5082026-05-07T14:22:20.336Z Compiling zerocopy v0.7.35
5092026-05-07T14:22:20.519Z Compiling tinystr v0.8.2
5102026-05-07T14:22:20.609Z Compiling potential_utf v0.1.4
5112026-05-07T14:22:20.662Z Compiling dtrace-parser v0.2.0
5122026-05-07T14:22:20.727Z Compiling icu_locale_core v2.1.1
5132026-05-07T14:22:20.782Z Compiling icu_collections v2.1.1
5142026-05-07T14:22:20.886Z Compiling scroll v0.12.0
5152026-05-07T14:22:20.931Z Compiling tabled_derive v0.7.0
5162026-05-07T14:22:21.103Z Compiling clap_derive v4.5.55
5172026-05-07T14:22:21.254Z Compiling goblin v0.8.2
5182026-05-07T14:22:21.385Z Compiling icu_provider v2.1.1
5192026-05-07T14:22:21.417Z Compiling unicode-linebreak v0.1.5
5202026-05-07T14:22:21.603Z Compiling toml_datetime v0.6.11
5212026-05-07T14:22:21.656Z Compiling icu_properties v2.1.2
5222026-05-07T14:22:21.672Z Compiling icu_normalizer v2.1.1
5232026-05-07T14:22:21.672Z Compiling serde_spanned v0.6.9
5242026-05-07T14:22:21.705Z Compiling dof v0.3.0
5252026-05-07T14:22:21.837Z Compiling toml_edit v0.22.27
5262026-05-07T14:22:21.840Z Compiling serde_tokenstream v0.2.3
5272026-05-07T14:22:21.871Z Compiling serde-value v0.7.0
5282026-05-07T14:22:22.164Z Compiling cargo-platform v0.2.0
5292026-05-07T14:22:22.202Z Compiling smawk v0.3.2
5302026-05-07T14:22:22.221Z Compiling unicode-width v0.2.0
5312026-05-07T14:22:22.342Z Compiling tabled v0.15.0
5322026-05-07T14:22:22.434Z Compiling macaddr v1.0.1
5332026-05-07T14:22:22.492Z Compiling idna_adapter v1.2.1
5342026-05-07T14:22:22.635Z Compiling idna v1.1.0
5352026-05-07T14:22:22.660Z Compiling textwrap v0.16.2
5362026-05-07T14:22:22.712Z Compiling usdt-attr-macro v0.5.0
5372026-05-07T14:22:22.737Z Compiling usdt-macro v0.5.0
5382026-05-07T14:22:22.855Z Compiling clap v4.5.60
5392026-05-07T14:22:22.943Z Compiling url v2.5.8
5402026-05-07T14:22:23.310Z Compiling toml v0.8.23
5412026-05-07T14:22:23.355Z Compiling camino-tempfile v1.4.1
5422026-05-07T14:22:23.587Z Compiling swrite v0.1.0
5432026-05-07T14:22:23.652Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-05-07T14:22:23.675Z Compiling cargo-util-schemas v0.8.2
5452026-05-07T14:22:23.691Z Compiling cargo_toml v0.21.0
5462026-05-07T14:22:24.233Z Compiling usdt v0.5.0
5472026-05-07T14:22:24.574Z Compiling cargo_metadata v0.21.0
5482026-05-07T14:22:25.527Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5492026-05-07T14:22:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.82s
5502026-05-07T14:22:27.913Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5512026-05-07T14:22:28.472Z Downloading crates ...
5522026-05-07T14:22:28.562Z Downloaded adler2 v2.0.1
5532026-05-07T14:22:28.578Z Downloaded bitfield-struct v0.6.2
5542026-05-07T14:22:28.584Z Downloaded chacha20 v0.10.0
5552026-05-07T14:22:28.593Z Downloaded cbc v0.1.2
5562026-05-07T14:22:28.593Z Downloaded ciborium-io v0.2.2
5572026-05-07T14:22:28.593Z Downloaded cstr-argument v0.1.2
5582026-05-07T14:22:28.599Z Downloaded crucible-workspace-hack v0.1.0
5592026-05-07T14:22:28.599Z Downloaded crunchy v0.2.4
5602026-05-07T14:22:28.599Z Downloaded ctr v0.9.2
5612026-05-07T14:22:28.600Z Downloaded bitfield-macros v0.19.4
5622026-05-07T14:22:28.600Z Downloaded ed25519-dalek v2.2.0
5632026-05-07T14:22:28.605Z Downloaded darling_macro v0.23.0
5642026-05-07T14:22:28.606Z Downloaded bit-set v0.5.3
5652026-05-07T14:22:28.606Z Downloaded atty v0.2.14
5662026-05-07T14:22:28.606Z Downloaded derive_builder v0.20.2
5672026-05-07T14:22:28.616Z Downloaded derive_builder_macro v0.20.2
5682026-05-07T14:22:28.616Z Downloaded atomic-waker v1.1.2
5692026-05-07T14:22:28.616Z Downloaded ascii-canvas v3.0.0
5702026-05-07T14:22:28.616Z Downloaded crc8 v0.1.1
5712026-05-07T14:22:28.616Z Downloaded derive-ex v0.1.8
5722026-05-07T14:22:28.625Z Downloaded darling_macro v0.21.3
5732026-05-07T14:22:28.625Z Downloaded castaway v0.2.4
5742026-05-07T14:22:28.625Z Downloaded defmt v0.3.100
5752026-05-07T14:22:28.625Z Downloaded der_derive v0.7.3
5762026-05-07T14:22:28.625Z Downloaded atomicwrites v0.4.4
5772026-05-07T14:22:28.625Z Downloaded embedded-io v0.4.0
5782026-05-07T14:22:28.625Z Downloaded derive_builder_core v0.20.2
5792026-05-07T14:22:28.625Z Downloaded async-recursion v1.1.1
5802026-05-07T14:22:28.628Z Downloaded cfg_aliases v0.2.1
5812026-05-07T14:22:28.629Z Downloaded bb8 v0.8.6
5822026-05-07T14:22:28.629Z Downloaded endian-type v0.1.2
5832026-05-07T14:22:28.629Z Downloaded dtrace-parser v0.3.0
5842026-05-07T14:22:28.633Z Downloaded defmt-parser v1.0.0
5852026-05-07T14:22:28.633Z Downloaded darling_macro v0.20.11
5862026-05-07T14:22:28.633Z Downloaded dsl_auto_type v0.2.0
5872026-05-07T14:22:28.636Z Downloaded cexpr v0.6.0
5882026-05-07T14:22:28.636Z Downloaded cassowary v0.3.0
5892026-05-07T14:22:28.636Z Downloaded defmt v1.0.1
5902026-05-07T14:22:28.639Z Downloaded base16ct v0.2.0
5912026-05-07T14:22:28.639Z Downloaded critical-section v1.2.0
5922026-05-07T14:22:28.639Z Downloaded deranged v0.5.8
5932026-05-07T14:22:28.642Z Downloaded crc32fast v1.5.0
5942026-05-07T14:22:28.642Z Downloaded cobs v0.3.0
5952026-05-07T14:22:28.646Z Downloaded async-stream-impl v0.3.6
5962026-05-07T14:22:28.646Z Downloaded difflib v0.4.0
5972026-05-07T14:22:28.646Z Downloaded debug-ignore v1.0.5
5982026-05-07T14:22:28.649Z Downloaded env_filter v1.0.0
5992026-05-07T14:22:28.649Z Downloaded dirs-sys-next v0.1.2
6002026-05-07T14:22:28.649Z Downloaded ciborium-ll v0.2.2
6012026-05-07T14:22:28.649Z Downloaded convert_case v0.4.0
6022026-05-07T14:22:28.652Z Downloaded cargo-platform v0.1.9
6032026-05-07T14:22:28.652Z Downloaded assert_matches v1.5.0
6042026-05-07T14:22:28.652Z Downloaded aead v0.5.2
6052026-05-07T14:22:28.655Z Downloaded curve25519-dalek-derive v0.1.1
6062026-05-07T14:22:28.658Z Downloaded fd-lock v4.0.4
6072026-05-07T14:22:28.661Z Downloaded async-stream v0.3.6
6082026-05-07T14:22:28.661Z Downloaded arrayref v0.3.9
6092026-05-07T14:22:28.661Z Downloaded dropshot-api-manager-types v0.7.1
6102026-05-07T14:22:28.664Z Downloaded display-error-chain v0.2.2
6112026-05-07T14:22:28.664Z Downloaded data-encoding v2.10.0
6122026-05-07T14:22:28.667Z Downloaded bcrypt-pbkdf v0.10.0
6132026-05-07T14:22:28.669Z Downloaded funty v2.0.0
6142026-05-07T14:22:28.673Z Downloaded compression-core v0.4.31
6152026-05-07T14:22:28.676Z Downloaded cfg_aliases v0.1.1
6162026-05-07T14:22:28.680Z Downloaded dunce v1.0.5
6172026-05-07T14:22:28.680Z Downloaded defmt-macros v1.0.1
6182026-05-07T14:22:28.683Z Downloaded block-padding v0.3.3
6192026-05-07T14:22:28.683Z Downloaded csv-core v0.1.13
6202026-05-07T14:22:28.683Z Downloaded crc v3.4.0
6212026-05-07T14:22:28.686Z Downloaded embedded-io v0.6.1
6222026-05-07T14:22:28.686Z Downloaded array-init v0.0.4
6232026-05-07T14:22:28.689Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-05-07T14:22:28.689Z Downloaded foreign-types v0.5.0
6252026-05-07T14:22:28.692Z Downloaded float-ord v0.3.2
6262026-05-07T14:22:28.695Z Downloaded downcast-rs v2.0.2
6272026-05-07T14:22:28.695Z Downloaded document-features v0.2.12
6282026-05-07T14:22:28.695Z Downloaded cmake v0.1.57
6292026-05-07T14:22:28.695Z Downloaded buf-list v1.1.2
6302026-05-07T14:22:28.698Z Downloaded dyn-clone v1.0.20
6312026-05-07T14:22:28.698Z Downloaded crc-catalog v2.4.0
6322026-05-07T14:22:28.702Z Downloaded cipher v0.4.4
6332026-05-07T14:22:28.702Z Downloaded backoff v0.4.0
6342026-05-07T14:22:28.705Z Downloaded convert_case v0.10.0
6352026-05-07T14:22:28.705Z Downloaded dof v0.4.0
6362026-05-07T14:22:28.705Z Downloaded bit-vec v0.8.0
6372026-05-07T14:22:28.705Z Downloaded bitfield v0.19.4
6382026-05-07T14:22:28.708Z Downloaded dirs-next v2.0.0
6392026-05-07T14:22:28.708Z Downloaded foreign-types v0.3.2
6402026-05-07T14:22:28.711Z Downloaded foreign-types-macros v0.2.3
6412026-05-07T14:22:28.711Z Downloaded ciborium v0.2.2
6422026-05-07T14:22:28.714Z Downloaded enum-as-inner v0.6.1
6432026-05-07T14:22:28.714Z Downloaded arrayvec v0.7.6
6442026-05-07T14:22:28.716Z Downloaded daft v0.1.5
6452026-05-07T14:22:28.716Z Downloaded filetime v0.2.27
6462026-05-07T14:22:28.719Z Downloaded bzip2 v0.4.4
6472026-05-07T14:22:28.723Z Downloaded futures-io v0.3.32
6482026-05-07T14:22:28.723Z Downloaded foreign-types-shared v0.3.1
6492026-05-07T14:22:28.723Z Downloaded foreign-types-shared v0.1.1
6502026-05-07T14:22:28.726Z Downloaded float-cmp v0.10.0
6512026-05-07T14:22:28.726Z Downloaded futures-task v0.3.32
6522026-05-07T14:22:28.729Z Downloaded gethostname v0.5.0
6532026-05-07T14:22:28.729Z Downloaded fxhash v0.2.1
6542026-05-07T14:22:28.729Z Downloaded ghash v0.5.1
6552026-05-07T14:22:28.732Z Downloaded futures-sink v0.3.32
6562026-05-07T14:22:28.737Z Downloaded async-trait v0.1.89
6572026-05-07T14:22:28.737Z Downloaded git-stub v1.0.0
6582026-05-07T14:22:28.740Z Downloaded chacha20 v0.9.1
6592026-05-07T14:22:28.741Z Downloaded diesel-dtrace v0.5.0
6602026-05-07T14:22:28.741Z Downloaded crossbeam-deque v0.8.6
6612026-05-07T14:22:28.741Z Downloaded camino-tempfile-ext v0.3.3
6622026-05-07T14:22:28.744Z Downloaded bcs v0.1.6
6632026-05-07T14:22:28.744Z Downloaded base64ct v1.8.3
6642026-05-07T14:22:28.744Z Downloaded flagset v0.4.7
6652026-05-07T14:22:28.748Z Downloaded erased-serde v0.3.31
6662026-05-07T14:22:28.748Z Downloaded bitflags v1.3.2
6672026-05-07T14:22:28.752Z Downloaded hash32 v0.3.1
6682026-05-07T14:22:28.752Z Downloaded darling v0.20.11
6692026-05-07T14:22:28.752Z Downloaded ff v0.13.1
6702026-05-07T14:22:28.755Z Downloaded env_logger v0.11.9
6712026-05-07T14:22:28.755Z Downloaded hash32 v0.2.1
6722026-05-07T14:22:28.755Z Downloaded argon2 v0.5.3
6732026-05-07T14:22:28.758Z Downloaded elliptic-curve v0.13.8
6742026-05-07T14:22:28.761Z Downloaded cargo_metadata v0.19.2
6752026-05-07T14:22:28.761Z Downloaded ed25519 v2.2.3
6762026-05-07T14:22:28.761Z Downloaded headers-core v0.3.0
6772026-05-07T14:22:28.764Z Downloaded globwalk v0.9.1
6782026-05-07T14:22:28.764Z Downloaded derive_more v0.99.20
6792026-05-07T14:22:28.767Z Downloaded corncobs v0.1.4
6802026-05-07T14:22:28.767Z Downloaded bit-vec v0.6.3
6812026-05-07T14:22:28.770Z Downloaded hex-literal v0.4.1
6822026-05-07T14:22:28.770Z Downloaded colored v2.2.0
6832026-05-07T14:22:28.772Z Downloaded fixedbitset v0.5.7
6842026-05-07T14:22:28.772Z Downloaded foldhash v0.2.0
6852026-05-07T14:22:28.772Z Downloaded constant_time_eq v0.4.2
6862026-05-07T14:22:28.775Z Downloaded find-msvc-tools v0.1.9
6872026-05-07T14:22:28.775Z Downloaded cancel-safe-futures v0.1.5
6882026-05-07T14:22:28.783Z Downloaded fixedbitset v0.4.2
6892026-05-07T14:22:28.783Z Downloaded bzip2 v0.6.1
6902026-05-07T14:22:28.791Z Downloaded cpufeatures v0.3.0
6912026-05-07T14:22:28.792Z Downloaded ecdsa v0.16.9
6922026-05-07T14:22:28.792Z Downloaded hex v0.4.3
6932026-05-07T14:22:28.792Z Downloaded backon v1.6.0
6942026-05-07T14:22:28.792Z Downloaded http-range v0.1.5
6952026-05-07T14:22:28.792Z Downloaded http-body v1.0.1
6962026-05-07T14:22:28.792Z Downloaded hostname v0.3.1
6972026-05-07T14:22:28.792Z Downloaded httpdate v1.0.3
6982026-05-07T14:22:28.792Z Downloaded byte-wrapper v0.1.0
6992026-05-07T14:22:28.792Z Downloaded crossbeam-utils v0.8.21
7002026-05-07T14:22:28.795Z Downloaded async-bb8-diesel v0.2.1
7012026-05-07T14:22:28.795Z Downloaded blowfish v0.9.1
7022026-05-07T14:22:28.796Z Downloaded either v1.15.0
7032026-05-07T14:22:28.796Z Downloaded fallible-iterator v0.2.0
7042026-05-07T14:22:28.796Z Downloaded daft-derive v0.1.5
7052026-05-07T14:22:28.800Z Downloaded hostname v0.4.2
7062026-05-07T14:22:28.800Z Downloaded futures-macro v0.3.32
7072026-05-07T14:22:28.806Z Downloaded futures-executor v0.3.32
7082026-05-07T14:22:28.806Z Downloaded fs-err v2.11.0
7092026-05-07T14:22:28.807Z Downloaded futures-core v0.3.32
7102026-05-07T14:22:28.807Z Downloaded const_format_proc_macros v0.2.34
7112026-05-07T14:22:28.807Z Downloaded hyper-tls v0.6.0
7122026-05-07T14:22:28.807Z Downloaded ident_case v1.0.1
7132026-05-07T14:22:28.807Z Downloaded indoc v1.0.9
7142026-05-07T14:22:28.810Z Downloaded drift v0.1.3
7152026-05-07T14:22:28.814Z Downloaded glob v0.3.3
7162026-05-07T14:22:28.814Z Downloaded git-stub-vcs v0.1.0
7172026-05-07T14:22:28.814Z Downloaded instant v0.1.13
7182026-05-07T14:22:28.817Z Downloaded clang-sys v1.8.1
7192026-05-07T14:22:28.817Z Downloaded ahash v0.8.12
7202026-05-07T14:22:28.819Z Downloaded indent_write v2.2.0
7212026-05-07T14:22:28.819Z Downloaded globset v0.4.18
7222026-05-07T14:22:28.819Z Downloaded ena v0.14.4
7232026-05-07T14:22:28.822Z Downloaded inout v0.1.4
7242026-05-07T14:22:28.822Z Downloaded cookie_store v0.22.1
7252026-05-07T14:22:28.822Z Downloaded console v0.16.2
7262026-05-07T14:22:28.825Z Downloaded internet-checksum v0.2.1
7272026-05-07T14:22:28.825Z Downloaded compression-codecs v0.4.37
7282026-05-07T14:22:28.828Z Downloaded derive-where v1.6.0
7292026-05-07T14:22:28.828Z Downloaded diff v0.1.13
7302026-05-07T14:22:28.831Z Downloaded fs_extra v1.3.0
7312026-05-07T14:22:28.833Z Downloaded blake2 v0.10.6
7322026-05-07T14:22:28.833Z Downloaded group v0.13.0
7332026-05-07T14:22:28.833Z Downloaded is-terminal v0.4.17
7342026-05-07T14:22:28.836Z Downloaded bit-set v0.8.0
7352026-05-07T14:22:28.836Z Downloaded hubpack_derive v0.1.1
7362026-05-07T14:22:28.839Z Downloaded instability v0.3.11
7372026-05-07T14:22:28.842Z Downloaded is_ci v1.2.0
7382026-05-07T14:22:28.845Z Downloaded console v0.15.11
7392026-05-07T14:22:28.848Z Downloaded foldhash v0.1.5
7402026-05-07T14:22:28.851Z Downloaded http-body-util v0.1.3
7412026-05-07T14:22:28.851Z Downloaded home v0.5.12
7422026-05-07T14:22:28.855Z Downloaded lazy_static v1.5.0
7432026-05-07T14:22:28.859Z Downloaded kstat-rs v0.2.4
7442026-05-07T14:22:28.859Z Downloaded highway v1.3.0
7452026-05-07T14:22:28.862Z Downloaded const-oid v0.9.6
7462026-05-07T14:22:28.862Z Downloaded chacha20poly1305 v0.10.1
7472026-05-07T14:22:28.862Z Downloaded lalrpop-util v0.19.12
7482026-05-07T14:22:28.862Z Downloaded keccak v0.1.6
7492026-05-07T14:22:28.865Z Downloaded futures-channel v0.3.32
7502026-05-07T14:22:28.865Z Downloaded darling v0.21.3
7512026-05-07T14:22:28.868Z Downloaded libscf-sys v1.1.0
7522026-05-07T14:22:28.872Z Downloaded linked-hash-map v0.5.6
7532026-05-07T14:22:28.875Z Downloaded getrandom v0.2.17
7542026-05-07T14:22:28.875Z Downloaded lzss v0.8.2
7552026-05-07T14:22:28.878Z Downloaded cookie v0.18.1
7562026-05-07T14:22:28.878Z Downloaded maplit v1.0.2
7572026-05-07T14:22:28.881Z Downloaded match_cfg v0.1.0
7582026-05-07T14:22:28.881Z Downloaded lru-slab v0.1.2
7592026-05-07T14:22:28.881Z Downloaded hyper-staticfile v0.10.1
7602026-05-07T14:22:28.884Z Downloaded mime v0.3.17
7612026-05-07T14:22:28.884Z Downloaded dropshot_endpoint v0.16.7
7622026-05-07T14:22:28.886Z Downloaded memoffset v0.9.1
7632026-05-07T14:22:28.886Z Downloaded md5 v0.7.0
7642026-05-07T14:22:28.889Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-07T14:22:28.889Z Downloaded md-5 v0.10.6
7662026-05-07T14:22:28.892Z Downloaded lru v0.12.5
7672026-05-07T14:22:28.892Z Downloaded multimap v0.10.1
7682026-05-07T14:22:28.892Z Downloaded newline-converter v0.3.0
7692026-05-07T14:22:28.892Z Downloaded allocator-api2 v0.2.21
7702026-05-07T14:22:28.895Z Downloaded ingot-types v0.1.2
7712026-05-07T14:22:28.895Z Downloaded ingot v0.1.1
7722026-05-07T14:22:28.895Z Downloaded indoc v2.0.7
7732026-05-07T14:22:28.898Z Downloaded half v1.8.3
7742026-05-07T14:22:28.900Z Downloaded colored v3.1.1
7752026-05-07T14:22:28.901Z Downloaded hubpack v0.1.2
7762026-05-07T14:22:28.907Z Downloaded managed v0.8.0
7772026-05-07T14:22:28.910Z Downloaded nodrop v0.1.14
7782026-05-07T14:22:28.910Z Downloaded new_debug_unreachable v1.0.6
7792026-05-07T14:22:28.910Z Downloaded lru-cache v0.1.2
7802026-05-07T14:22:28.914Z Downloaded normalize-line-endings v0.3.0
7812026-05-07T14:22:28.918Z Downloaded nonempty v0.12.0
7822026-05-07T14:22:28.918Z Downloaded newtype-uuid-macros v0.1.0
7832026-05-07T14:22:28.918Z Downloaded nibble_vec v0.1.0
7842026-05-07T14:22:28.921Z Downloaded ipnetwork v0.21.1
7852026-05-07T14:22:28.921Z Downloaded dropshot_endpoint v0.17.0
7862026-05-07T14:22:28.923Z Downloaded num-derive v0.4.2
7872026-05-07T14:22:28.923Z Downloaded num v0.4.3
7882026-05-07T14:22:28.923Z Downloaded des v0.8.1
7892026-05-07T14:22:28.926Z Downloaded fatfs v0.3.6
7902026-05-07T14:22:28.926Z Downloaded compact_str v0.8.1
7912026-05-07T14:22:28.929Z Downloaded arc-swap v1.8.2
7922026-05-07T14:22:28.931Z Downloaded libloading v0.8.9
7932026-05-07T14:22:28.934Z Downloaded darling v0.23.0
7942026-05-07T14:22:28.937Z Downloaded num-iter v0.1.45
7952026-05-07T14:22:28.937Z Downloaded num-derive v0.3.3
7962026-05-07T14:22:28.937Z Downloaded crossbeam-epoch v0.9.18
7972026-05-07T14:22:28.940Z Downloaded darling_core v0.20.11
7982026-05-07T14:22:28.942Z Downloaded hyper-rustls v0.27.7
7992026-05-07T14:22:28.945Z Downloaded linear-map v1.2.0
8002026-05-07T14:22:28.945Z Downloaded libsw-core v0.3.2
8012026-05-07T14:22:28.945Z Downloaded lock_api v0.4.14
8022026-05-07T14:22:28.948Z Downloaded humantime v2.3.0
8032026-05-07T14:22:28.948Z Downloaded aes v0.8.4
8042026-05-07T14:22:28.951Z Downloaded hmac v0.12.1
8052026-05-07T14:22:28.951Z Downloaded openssl-probe v0.2.1
8062026-05-07T14:22:28.954Z Downloaded openssl-macros v0.1.1
8072026-05-07T14:22:28.954Z Downloaded openssl-probe v0.1.6
8082026-05-07T14:22:28.954Z Downloaded flate2 v1.1.9
8092026-05-07T14:22:28.957Z Downloaded olpc-cjson v0.1.4
8102026-05-07T14:22:28.957Z Downloaded crypto-bigint v0.5.5
8112026-05-07T14:22:28.960Z Downloaded maybe-uninit v2.0.0
8122026-05-07T14:22:28.964Z Downloaded ingot-macros v0.1.1
8132026-05-07T14:22:28.964Z Downloaded nanorand v0.7.0
8142026-05-07T14:22:28.971Z Downloaded multer v3.1.0
8152026-05-07T14:22:28.972Z Downloaded oso-derive v0.27.3
8162026-05-07T14:22:28.972Z Downloaded opaque-debug v0.3.1
8172026-05-07T14:22:28.972Z Downloaded num_threads v0.1.7
8182026-05-07T14:22:28.972Z Downloaded iana-time-zone v0.1.65
8192026-05-07T14:22:28.983Z Downloaded httparse v1.10.1
8202026-05-07T14:22:28.983Z Downloaded half v2.7.1
8212026-05-07T14:22:28.983Z Downloaded der v0.7.10
8222026-05-07T14:22:28.990Z Downloaded path-slash v0.1.5
8232026-05-07T14:22:28.993Z Downloaded parse-size v1.1.0
8242026-05-07T14:22:28.993Z Downloaded packed_struct_codegen v0.10.1
8252026-05-07T14:22:28.993Z Downloaded native-tls v0.2.18
8262026-05-07T14:22:28.993Z Downloaded crc-any v2.5.0
8272026-05-07T14:22:28.996Z Downloaded const_format v0.2.35
8282026-05-07T14:22:28.996Z Downloaded getrandom v0.3.4
8292026-05-07T14:22:28.999Z Downloaded pbkdf2 v0.11.0
8302026-05-07T14:22:29.002Z Downloaded peg-runtime v0.8.5
8312026-05-07T14:22:29.002Z Downloaded jobserver v0.1.34
8322026-05-07T14:22:29.005Z Downloaded flume v0.11.1
8332026-05-07T14:22:29.005Z Downloaded parse-display v0.10.0
8342026-05-07T14:22:29.010Z Downloaded pbkdf2 v0.12.2
8352026-05-07T14:22:29.010Z Downloaded phf_shared v0.13.1
8362026-05-07T14:22:29.010Z Downloaded cc v1.2.56
8372026-05-07T14:22:29.013Z Downloaded base64 v0.22.1
8382026-05-07T14:22:29.013Z Downloaded darling_core v0.21.3
8392026-05-07T14:22:29.017Z Downloaded num_enum v0.5.11
8402026-05-07T14:22:29.017Z Downloaded phf_shared v0.11.3
8412026-05-07T14:22:29.020Z Downloaded nu-ansi-term v0.50.3
8422026-05-07T14:22:29.020Z Downloaded libsw v3.5.0
8432026-05-07T14:22:29.020Z Downloaded num-rational v0.4.2
8442026-05-07T14:22:29.023Z Downloaded derive_more v2.1.1
8452026-05-07T14:22:29.027Z Downloaded pin-utils v0.1.0
8462026-05-07T14:22:29.030Z Downloaded crossbeam-channel v0.5.15
8472026-05-07T14:22:29.033Z Downloaded phf_shared v0.12.1
8482026-05-07T14:22:29.033Z Downloaded memmap2 v0.9.10
8492026-05-07T14:22:29.033Z Downloaded indexmap v1.9.3
8502026-05-07T14:22:29.036Z Downloaded num_enum_derive v0.5.11
8512026-05-07T14:22:29.036Z Downloaded precomputed-hash v0.1.1
8522026-05-07T14:22:29.036Z Downloaded mime_guess v2.0.5
8532026-05-07T14:22:29.038Z Downloaded libefi-sys v0.1.0
8542026-05-07T14:22:29.038Z Downloaded futures v0.3.32
8552026-05-07T14:22:29.041Z Downloaded bytes v1.11.1
8562026-05-07T14:22:29.044Z Downloaded packed_struct v0.10.1
8572026-05-07T14:22:29.044Z Downloaded num_enum_derive v0.7.5
8582026-05-07T14:22:29.047Z Downloaded num-conv v0.2.0
8592026-05-07T14:22:29.047Z Downloaded darling_core v0.23.0
8602026-05-07T14:22:29.050Z Downloaded oxnet v0.1.4
8612026-05-07T14:22:29.051Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-07T14:22:29.057Z Downloaded newtype-uuid v1.3.2
8632026-05-07T14:22:29.057Z Downloaded predicates-tree v1.0.13
8642026-05-07T14:22:29.057Z Downloaded powerfmt v0.2.0
8652026-05-07T14:22:29.064Z Downloaded parse-display-derive v0.10.0
8662026-05-07T14:22:29.064Z Downloaded heapless v0.7.17
8672026-05-07T14:22:29.064Z Downloaded predicates-core v1.0.10
8682026-05-07T14:22:29.064Z Downloaded proc-macro-crate v1.3.1
8692026-05-07T14:22:29.064Z Downloaded ipnet v2.11.0
8702026-05-07T14:22:29.064Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-05-07T14:22:29.065Z Downloaded newtype_derive v0.1.6
8722026-05-07T14:22:29.084Z Downloaded num-complex v0.4.6
8732026-05-07T14:22:29.084Z Downloaded bumpalo v3.20.2
8742026-05-07T14:22:29.084Z Downloaded ar_archive_writer v0.5.1
8752026-05-07T14:22:29.099Z Downloaded progenitor-client v0.11.2
8762026-05-07T14:22:29.100Z Downloaded peg-macros v0.8.5
8772026-05-07T14:22:29.100Z Downloaded peg v0.8.5
8782026-05-07T14:22:29.100Z Downloaded progenitor-macro v0.11.2
8792026-05-07T14:22:29.100Z Downloaded progenitor-macro v0.10.0
8802026-05-07T14:22:29.100Z Downloaded headers v0.4.1
8812026-05-07T14:22:29.100Z Downloaded progenitor-macro v0.13.0
8822026-05-07T14:22:29.100Z Downloaded radium v0.7.0
8832026-05-07T14:22:29.100Z Downloaded progenitor-macro v0.14.0
8842026-05-07T14:22:29.100Z Downloaded progenitor-client v0.10.0
8852026-05-07T14:22:29.100Z Downloaded dropshot-api-manager v0.7.1
8862026-05-07T14:22:29.100Z Downloaded proc-macro-crate v3.4.0
8872026-05-07T14:22:29.100Z Downloaded progenitor-client v0.14.0
8882026-05-07T14:22:29.105Z Downloaded password-hash v0.5.0
8892026-05-07T14:22:29.105Z Downloaded password-hash v0.4.2
8902026-05-07T14:22:29.105Z Downloaded psl-types v2.0.11
8912026-05-07T14:22:29.105Z Downloaded num_enum v0.7.5
8922026-05-07T14:22:29.105Z Downloaded omicron-zone-package v0.12.2
8932026-05-07T14:22:29.106Z Downloaded indicatif v0.18.4
8942026-05-07T14:22:29.106Z Downloaded poly1305 v0.8.0
8952026-05-07T14:22:29.109Z Downloaded pkg-config v0.3.32
8962026-05-07T14:22:29.109Z Downloaded base64 v0.21.7
8972026-05-07T14:22:29.109Z Downloaded pkcs8 v0.10.2
8982026-05-07T14:22:29.111Z Downloaded paste v1.0.15
8992026-05-07T14:22:29.114Z Downloaded rand_chacha v0.3.1
9002026-05-07T14:22:29.114Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-05-07T14:22:29.114Z Downloaded polyval v0.6.2
9022026-05-07T14:22:29.117Z Downloaded pem v3.0.6
9032026-05-07T14:22:29.117Z Downloaded owo-colors v4.3.0
9042026-05-07T14:22:29.117Z Downloaded ignore v0.4.25
9052026-05-07T14:22:29.120Z Downloaded pem-rfc7468 v0.7.0
9062026-05-07T14:22:29.120Z Downloaded pin-project-internal v1.1.11
9072026-05-07T14:22:29.123Z Downloaded phf v0.13.1
9082026-05-07T14:22:29.123Z Downloaded phf v0.12.1
9092026-05-07T14:22:29.123Z Downloaded litrs v1.0.0
9102026-05-07T14:22:29.126Z Downloaded libbz2-rs-sys v0.2.2
9112026-05-07T14:22:29.134Z Downloaded progenitor v0.11.2
9122026-05-07T14:22:29.137Z Downloaded ref-cast-impl v1.0.25
9132026-05-07T14:22:29.137Z Downloaded ref-cast v1.0.25
9142026-05-07T14:22:29.140Z Downloaded progenitor v0.13.0
9152026-05-07T14:22:29.140Z Downloaded progenitor v0.10.0
9162026-05-07T14:22:29.143Z Downloaded parking_lot v0.11.2
9172026-05-07T14:22:29.145Z Downloaded expectorate v1.2.0
9182026-05-07T14:22:29.148Z Downloaded ppv-lite86 v0.2.21
9192026-05-07T14:22:29.148Z Downloaded parking_lot v0.12.5
9202026-05-07T14:22:29.151Z Downloaded recursive v0.1.1
9212026-05-07T14:22:29.151Z Downloaded progenitor-client v0.13.0
9222026-05-07T14:22:29.151Z Downloaded primeorder v0.13.6
9232026-05-07T14:22:29.154Z Downloaded postgres-protocol v0.6.10
9242026-05-07T14:22:29.154Z Downloaded derive_more-impl v2.1.1
9252026-05-07T14:22:29.156Z Downloaded rfc6979 v0.4.0
9262026-05-07T14:22:29.159Z Downloaded parking_lot_core v0.9.12
9272026-05-07T14:22:29.162Z Downloaded r2d2 v0.8.10
9282026-05-07T14:22:29.162Z Downloaded num-integer v0.1.46
9292026-05-07T14:22:29.165Z Downloaded parking_lot_core v0.8.6
9302026-05-07T14:22:29.170Z Downloaded rustc_version v0.4.1
9312026-05-07T14:22:29.173Z Downloaded rustc_version v0.1.7
9322026-05-07T14:22:29.173Z Downloaded pkcs1 v0.7.5
9332026-05-07T14:22:29.176Z Downloaded rand_chacha v0.9.0
9342026-05-07T14:22:29.179Z Downloaded progenitor v0.14.0
9352026-05-07T14:22:29.181Z Downloaded rand_xorshift v0.4.0
9362026-05-07T14:22:29.182Z Downloaded rand_seeder v0.4.0
9372026-05-07T14:22:29.182Z Downloaded quick-error v1.2.3
9382026-05-07T14:22:29.185Z Downloaded psm v0.1.30
9392026-05-07T14:22:29.185Z Downloaded progenitor-extras v0.2.0
9402026-05-07T14:22:29.187Z Downloaded rand_core v0.10.0
9412026-05-07T14:22:29.187Z Downloaded rand_core v0.9.5
9422026-05-07T14:22:29.187Z Downloaded heapless v0.8.0
9432026-05-07T14:22:29.191Z Downloaded russh-cryptovec v0.7.3
9442026-05-07T14:22:29.191Z Downloaded rtoolbox v0.0.3
9452026-05-07T14:22:29.194Z Downloaded rand_core v0.6.4
9462026-05-07T14:22:29.194Z Downloaded rustc-hash v2.1.1
9472026-05-07T14:22:29.194Z Downloaded postcard v1.1.3
9482026-05-07T14:22:29.197Z Downloaded hickory-resolver v0.25.2
9492026-05-07T14:22:29.199Z Downloaded miniz_oxide v0.8.9
9502026-05-07T14:22:29.205Z Downloaded pin-project-lite v0.2.17
9512026-05-07T14:22:29.215Z Downloaded same-file v1.0.6
9522026-05-07T14:22:29.219Z Downloaded hickory-resolver v0.24.4
9532026-05-07T14:22:29.221Z Downloaded oso v0.27.3
9542026-05-07T14:22:29.224Z Downloaded jiff-static v0.2.21
9552026-05-07T14:22:29.227Z Downloaded scheduled-thread-pool v0.2.7
9562026-05-07T14:22:29.227Z Downloaded pin-project v1.1.11
9572026-05-07T14:22:29.232Z Downloaded resolv-conf v0.7.6
9582026-05-07T14:22:29.237Z Downloaded scopeguard v1.2.0
9592026-05-07T14:22:29.240Z Downloaded scrypt v0.11.0
9602026-05-07T14:22:29.240Z Downloaded semver v0.1.20
9612026-05-07T14:22:29.240Z Downloaded predicates v3.1.4
9622026-05-07T14:22:29.243Z Downloaded diesel_derives v2.3.7
9632026-05-07T14:22:29.245Z Downloaded postgres-types v0.2.12
9642026-05-07T14:22:29.248Z Downloaded quinn-udp v0.5.14
9652026-05-07T14:22:29.248Z Downloaded hyper-util v0.1.20
9662026-05-07T14:22:29.253Z Downloaded sapling-renderdag v0.1.0
9672026-05-07T14:22:29.256Z Downloaded serde-big-array v0.5.1
9682026-05-07T14:22:29.256Z Downloaded seq-macro v0.3.6
9692026-05-07T14:22:29.256Z Downloaded crossterm v0.28.1
9702026-05-07T14:22:29.259Z Downloaded serde_bytes v0.11.19
9712026-05-07T14:22:29.259Z Downloaded secrecy v0.10.3
9722026-05-07T14:22:29.263Z Downloaded scroll_derive v0.13.1
9732026-05-07T14:22:29.263Z Downloaded async-compression v0.4.41
9742026-05-07T14:22:29.265Z Downloaded serde_urlencoded v0.7.1
9752026-05-07T14:22:29.265Z Downloaded serde_spanned v1.0.4
9762026-05-07T14:22:29.268Z Downloaded serde_repr v0.1.20
9772026-05-07T14:22:29.268Z Downloaded sha1 v0.10.6
9782026-05-07T14:22:29.268Z Downloaded serde_plain v1.0.2
9792026-05-07T14:22:29.271Z Downloaded p256 v0.13.2
9802026-05-07T14:22:29.271Z Downloaded proc-macro-error2 v2.0.1
9812026-05-07T14:22:29.274Z Downloaded crossterm v0.29.0
9822026-05-07T14:22:29.277Z Downloaded papergrid v0.17.0
9832026-05-07T14:22:29.284Z Downloaded prefix-trie v0.7.0
9842026-05-07T14:22:29.287Z Downloaded salsa20 v0.10.2
9852026-05-07T14:22:29.290Z Downloaded rustversion v1.0.22
9862026-05-07T14:22:29.294Z Downloaded shell-words v1.1.1
9872026-05-07T14:22:29.300Z Downloaded scroll v0.13.0
9882026-05-07T14:22:29.304Z Downloaded signature v2.2.0
9892026-05-07T14:22:29.304Z Downloaded progenitor-impl v0.14.0
9902026-05-07T14:22:29.304Z Downloaded progenitor-impl v0.11.2
9912026-05-07T14:22:29.308Z Downloaded signal-hook-mio v0.2.5
9922026-05-07T14:22:29.313Z Downloaded siphasher v1.0.2
9932026-05-07T14:22:29.313Z Downloaded slog-envlogger v2.2.0
9942026-05-07T14:22:29.314Z Downloaded pkcs5 v0.7.1
9952026-05-07T14:22:29.318Z Downloaded sigpipe v0.1.3
9962026-05-07T14:22:29.318Z Downloaded signal-hook-tokio v0.3.1
9972026-05-07T14:22:29.318Z Downloaded slog-bunyan v2.5.0
9982026-05-07T14:22:29.318Z Downloaded openssl-sys v0.9.114
9992026-05-07T14:22:29.321Z Downloaded schemars_derive v0.8.22
10002026-05-07T14:22:29.324Z Downloaded rusty-fork v0.3.1
10012026-05-07T14:22:29.324Z Downloaded russh-keys v0.45.0
10022026-05-07T14:22:29.331Z Downloaded minimal-lexical v0.2.1
10032026-05-07T14:22:29.341Z Downloaded ssh-encoding v0.2.0
10042026-05-07T14:22:29.346Z Downloaded sqlparser_derive v0.5.0
10052026-05-07T14:22:29.346Z Downloaded serde-hex v0.1.0
10062026-05-07T14:22:29.346Z Downloaded secrecy v0.8.0
10072026-05-07T14:22:29.346Z Downloaded sec1 v0.7.3
10082026-05-07T14:22:29.354Z Downloaded rustls-pki-types v1.14.0
10092026-05-07T14:22:29.358Z Downloaded serde_derive_internals v0.29.1
10102026-05-07T14:22:29.358Z Downloaded pretty_assertions v1.4.1
10112026-05-07T14:22:29.366Z Downloaded simd-adler32 v0.3.8
10122026-05-07T14:22:29.366Z Downloaded strum v0.26.3
10132026-05-07T14:22:29.370Z Downloaded structmeta v0.3.0
10142026-05-07T14:22:29.370Z Downloaded strip-ansi-escapes v0.2.1
10152026-05-07T14:22:29.370Z Downloaded hashbrown v0.13.2
10162026-05-07T14:22:29.370Z Downloaded structmeta-derive v0.3.0
10172026-05-07T14:22:29.370Z Downloaded hashbrown v0.12.3
10182026-05-07T14:22:29.370Z Downloaded subtle v2.6.1
10192026-05-07T14:22:29.374Z Downloaded serde_path_to_error v0.1.20
10202026-05-07T14:22:29.374Z Downloaded slab v0.4.12
10212026-05-07T14:22:29.377Z Downloaded progenitor-impl v0.13.0
10222026-05-07T14:22:29.384Z Downloaded slog-scope v4.4.1
10232026-05-07T14:22:29.387Z Downloaded tabwriter v1.4.1
10242026-05-07T14:22:29.387Z Downloaded tabled_derive v0.11.0
10252026-05-07T14:22:29.387Z Downloaded sync-ptr v0.1.4
10262026-05-07T14:22:29.389Z Downloaded slog-dtrace v0.3.0
10272026-05-07T14:22:29.392Z Downloaded slog-stdlog v4.1.1
10282026-05-07T14:22:29.395Z Downloaded strum v0.27.2
10292026-05-07T14:22:29.395Z Downloaded shlex v1.3.0
10302026-05-07T14:22:29.395Z Downloaded http v1.4.0
10312026-05-07T14:22:29.398Z Downloaded rustls-pemfile v1.0.4
10322026-05-07T14:22:29.400Z Downloaded rustls-native-certs v0.8.3
10332026-05-07T14:22:29.401Z Downloaded tap v1.0.1
10342026-05-07T14:22:29.403Z Downloaded take_mut v0.2.2
10352026-05-07T14:22:29.403Z Downloaded smf v0.2.3
10362026-05-07T14:22:29.403Z Downloaded slog-term v2.9.2
10372026-05-07T14:22:29.406Z Downloaded tagptr v0.2.0
10382026-05-07T14:22:29.406Z Downloaded supports-color v3.0.2
10392026-05-07T14:22:29.406Z Downloaded smallvec v0.6.14
10402026-05-07T14:22:29.409Z Downloaded spki v0.7.3
10412026-05-07T14:22:29.409Z Downloaded signal-hook-registry v1.4.8
10422026-05-07T14:22:29.409Z Downloaded serde_with_macros v3.17.0
10432026-05-07T14:22:29.412Z Downloaded thiserror-impl-no-std v2.0.2
10442026-05-07T14:22:29.412Z Downloaded termtree v0.5.1
10452026-05-07T14:22:29.415Z Downloaded rustls-pemfile v2.2.0
10462026-05-07T14:22:29.415Z Downloaded rustls-platform-verifier v0.6.2
10472026-05-07T14:22:29.418Z Downloaded thread-id v5.1.0
10482026-05-07T14:22:29.418Z Downloaded stacker v0.1.23
10492026-05-07T14:22:29.420Z Downloaded sqlformat v0.3.5
10502026-05-07T14:22:29.420Z Downloaded slog-async v2.8.0
10512026-05-07T14:22:29.420Z Downloaded sct v0.7.1
10522026-05-07T14:22:29.424Z Downloaded hashbrown v0.16.1
10532026-05-07T14:22:29.427Z Downloaded rayon-core v1.13.0
10542026-05-07T14:22:29.432Z Downloaded mio v1.2.0
10552026-05-07T14:22:29.435Z Downloaded hickory-server v0.25.2
10562026-05-07T14:22:29.435Z Downloaded testing_table v0.3.0
10572026-05-07T14:22:29.435Z Downloaded snafu-derive v0.8.9
10582026-05-07T14:22:29.439Z Downloaded stringprep v0.1.5
10592026-05-07T14:22:29.439Z Downloaded prettyplease v0.2.37
10602026-05-07T14:22:29.441Z Downloaded tinyvec_macros v0.1.1
10612026-05-07T14:22:29.441Z Downloaded itertools v0.10.5
10622026-05-07T14:22:29.444Z Downloaded strum_macros v0.27.2
10632026-05-07T14:22:29.447Z Downloaded aes-gcm v0.10.3
10642026-05-07T14:22:29.447Z Downloaded schemars v0.8.22
10652026-05-07T14:22:29.453Z Downloaded ron v0.8.1
10662026-05-07T14:22:29.456Z Downloaded sync_wrapper v1.0.2
10672026-05-07T14:22:29.459Z Downloaded slog-json v2.6.1
10682026-05-07T14:22:29.459Z Downloaded tokio-macros v2.7.0
10692026-05-07T14:22:29.460Z Downloaded progenitor-impl v0.10.0
10702026-05-07T14:22:29.466Z Downloaded ssh-cipher v0.2.0
10712026-05-07T14:22:29.466Z Downloaded time-core v0.1.8
10722026-05-07T14:22:29.484Z Downloaded string_cache v0.8.9
10732026-05-07T14:22:29.503Z Downloaded iddqd v0.3.18
10742026-05-07T14:22:29.503Z Downloaded static_assertions v1.1.0
10752026-05-07T14:22:29.503Z Downloaded thiserror-no-std v2.0.2
10762026-05-07T14:22:29.503Z Downloaded support-bundle-viewer v0.1.2
10772026-05-07T14:22:29.503Z Downloaded strum_macros v0.24.3
10782026-05-07T14:22:29.504Z Downloaded topological-sort v0.2.2
10792026-05-07T14:22:29.509Z Downloaded tower-layer v0.3.3
10802026-05-07T14:22:29.509Z Downloaded hashbrown v0.15.5
10812026-05-07T14:22:29.509Z Downloaded itertools v0.12.1
10822026-05-07T14:22:29.509Z Downloaded rcgen v0.12.1
10832026-05-07T14:22:29.509Z Downloaded similar v2.7.0
10842026-05-07T14:22:29.509Z Downloaded strum_macros v0.26.4
10852026-05-07T14:22:29.513Z Downloaded ryu v1.0.23
10862026-05-07T14:22:29.513Z Downloaded tls_codec_derive v0.4.2
10872026-05-07T14:22:29.517Z Downloaded serde_cbor v0.11.2
10882026-05-07T14:22:29.519Z Downloaded typify-macro v0.4.3
10892026-05-07T14:22:29.522Z Downloaded thread_local v1.1.9
10902026-05-07T14:22:29.526Z Downloaded spin v0.9.8
10912026-05-07T14:22:29.529Z Downloaded tiny-keccak v2.0.2
10922026-05-07T14:22:29.535Z Downloaded qorb v0.4.1
10932026-05-07T14:22:29.539Z Downloaded unarray v0.1.4
10942026-05-07T14:22:29.543Z Downloaded typify-macro v0.6.2
10952026-05-07T14:22:29.543Z Downloaded publicsuffix v2.3.0
10962026-05-07T14:22:29.543Z Downloaded quinn v0.11.9
10972026-05-07T14:22:29.546Z Downloaded time-macros v0.2.27
10982026-05-07T14:22:29.546Z Downloaded trait-variant v0.1.2
10992026-05-07T14:22:29.546Z Downloaded hyper v1.8.1
11002026-05-07T14:22:29.549Z Downloaded try-lock v0.2.5
11012026-05-07T14:22:29.552Z Downloaded libxml v0.3.3
11022026-05-07T14:22:29.555Z Downloaded unit-prefix v0.5.2
11032026-05-07T14:22:29.555Z Downloaded universal-hash v0.5.1
11042026-05-07T14:22:29.558Z Downloaded tokio-rustls v0.25.0
11052026-05-07T14:22:29.558Z Downloaded term v1.2.1
11062026-05-07T14:22:29.561Z Downloaded tokio-dtrace v0.1.1
11072026-05-07T14:22:29.561Z Downloaded rsa v0.9.10
11082026-05-07T14:22:29.564Z Downloaded term v0.7.0
11092026-05-07T14:22:29.567Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-07T14:22:29.567Z Downloaded nom v7.1.3
11112026-05-07T14:22:29.569Z Downloaded untrusted v0.9.0
11122026-05-07T14:22:29.572Z Downloaded usdt-attr-macro v0.6.0
11132026-05-07T14:22:29.572Z Downloaded utf-8 v0.7.6
11142026-05-07T14:22:29.572Z Downloaded usdt-macro v0.6.0
11152026-05-07T14:22:29.572Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-07T14:22:29.575Z Downloaded tls_codec v0.4.2
11172026-05-07T14:22:29.575Z Downloaded aho-corasick v1.1.4
11182026-05-07T14:22:29.578Z Downloaded signal-hook v0.3.18
11192026-05-07T14:22:29.581Z Downloaded h2 v0.4.13
11202026-05-07T14:22:29.583Z Downloaded untrusted v0.7.1
11212026-05-07T14:22:29.586Z Downloaded usdt v0.6.0
11222026-05-07T14:22:29.586Z Downloaded tokio-tungstenite v0.23.1
11232026-05-07T14:22:29.586Z Downloaded void v1.0.2
11242026-05-07T14:22:29.589Z Downloaded rustls-webpki v0.103.9
11252026-05-07T14:22:29.589Z Downloaded tokio-tungstenite v0.21.0
11262026-05-07T14:22:29.592Z Downloaded rand v0.8.5
11272026-05-07T14:22:29.594Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-07T14:22:29.597Z Downloaded wait-timeout v0.2.1
11292026-05-07T14:22:29.600Z Downloaded schemars v0.9.0
11302026-05-07T14:22:29.606Z Downloaded slog v2.8.2
11312026-05-07T14:22:29.608Z Downloaded subprocess v0.2.15
11322026-05-07T14:22:29.611Z Downloaded tower-service v0.3.3
11332026-05-07T14:22:29.611Z Downloaded termios v0.3.3
11342026-05-07T14:22:29.611Z Downloaded socket2 v0.5.10
11352026-05-07T14:22:29.614Z Downloaded unicode-truncate v1.1.0
11362026-05-07T14:22:29.614Z Downloaded want v0.3.1
11372026-05-07T14:22:29.617Z Downloaded waitgroup v0.1.2
11382026-05-07T14:22:29.617Z Downloaded unicase v2.9.0
11392026-05-07T14:22:29.617Z Downloaded schemars v1.2.1
11402026-05-07T14:22:29.626Z Downloaded socket2 v0.6.3
11412026-05-07T14:22:29.630Z Downloaded num-bigint-dig v0.8.6
11422026-05-07T14:22:29.633Z Downloaded xshell-macros v0.2.7
11432026-05-07T14:22:29.636Z Downloaded iri-string v0.7.10
11442026-05-07T14:22:29.642Z Downloaded p521 v0.13.3
11452026-05-07T14:22:29.642Z Downloaded tui-tree-widget v0.23.1
11462026-05-07T14:22:29.651Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-05-07T14:22:29.651Z Downloaded usdt-impl v0.6.0
11482026-05-07T14:22:29.651Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11492026-05-07T14:22:29.654Z Downloaded vergen-git2 v1.0.7
11502026-05-07T14:22:29.654Z Downloaded num-bigint v0.4.6
11512026-05-07T14:22:29.668Z Downloaded tinyvec v1.10.0
11522026-05-07T14:22:29.670Z Downloaded tokio-rustls v0.24.1
11532026-05-07T14:22:29.674Z Downloaded tokio-native-tls v0.3.1
11542026-05-07T14:22:29.674Z Downloaded zeroize_derive v1.4.3
11552026-05-07T14:22:29.674Z Downloaded walkdir v2.5.0
11562026-05-07T14:22:29.679Z Downloaded uzers v0.12.2
11572026-05-07T14:22:29.679Z Downloaded zone_cfg_derive v0.3.1
11582026-05-07T14:22:29.680Z Downloaded vergen-lib v0.1.6
11592026-05-07T14:22:29.680Z Downloaded vergen-gitcl v1.0.8
11602026-05-07T14:22:29.683Z Downloaded twox-hash v2.1.2
11612026-05-07T14:22:29.687Z Downloaded zone v0.3.1
11622026-05-07T14:22:29.690Z Downloaded rand v0.9.2
11632026-05-07T14:22:29.693Z Downloaded futures-util v0.3.32
11642026-05-07T14:22:29.698Z Downloaded whoami v2.1.0
11652026-05-07T14:22:29.700Z Downloaded snafu v0.8.9
11662026-05-07T14:22:29.703Z Downloaded test-strategy v0.4.5
11672026-05-07T14:22:29.706Z Downloaded samael v0.0.19
11682026-05-07T14:22:29.708Z Downloaded whoami v1.6.1
11692026-05-07T14:22:29.711Z Downloaded xattr v1.6.1
11702026-05-07T14:22:29.714Z Downloaded tokio-stream v0.1.18
11712026-05-07T14:22:29.716Z Downloaded toml v0.9.12+spec-1.1.0
11722026-05-07T14:22:29.719Z Downloaded tracing-attributes v0.1.31
11732026-05-07T14:22:29.719Z Downloaded toml v1.0.6+spec-1.1.0
11742026-05-07T14:22:29.722Z Downloaded vergen v9.0.6
11752026-05-07T14:22:29.722Z Downloaded toml v0.7.8
11762026-05-07T14:22:29.725Z Downloaded tar v0.4.45
11772026-05-07T14:22:29.732Z Downloaded wyz v0.5.1
11782026-05-07T14:22:29.735Z Downloaded itertools v0.13.0
11792026-05-07T14:22:29.738Z Downloaded itertools v0.14.0
11802026-05-07T14:22:29.742Z Downloaded zstd-safe v7.2.4
11812026-05-07T14:22:29.751Z Downloaded libm v0.2.16
11822026-05-07T14:22:29.758Z Downloaded unicode-properties v0.1.4
11832026-05-07T14:22:29.760Z Downloaded unicode-bidi v0.3.18
11842026-05-07T14:22:29.760Z Downloaded typify v0.4.3
11852026-05-07T14:22:29.763Z Downloaded unsafe-libyaml v0.2.11
11862026-05-07T14:22:29.769Z Downloaded zeroize v1.8.2
11872026-05-07T14:22:29.772Z Downloaded rand v0.10.0
11882026-05-07T14:22:29.777Z Downloaded uuid v1.23.0
11892026-05-07T14:22:29.777Z Downloaded yasna v0.5.2
11902026-05-07T14:22:29.786Z Downloaded vsss-rs v3.3.4
11912026-05-07T14:22:29.789Z Downloaded curve25519-dalek v4.1.3
11922026-05-07T14:22:29.804Z Downloaded russh v0.45.0
11932026-05-07T14:22:29.807Z Downloaded tracing-core v0.1.36
11942026-05-07T14:22:29.810Z Downloaded tungstenite v0.21.0
11952026-05-07T14:22:29.813Z Downloaded typify v0.6.2
11962026-05-07T14:22:29.820Z Downloaded xshell v0.2.7
11972026-05-07T14:22:29.822Z Downloaded p384 v0.13.1
11982026-05-07T14:22:29.825Z Downloaded toml_edit v0.19.15
11992026-05-07T14:22:29.833Z Downloaded tokio-rustls v0.26.4
12002026-05-07T14:22:29.836Z Downloaded hkdf v0.12.4
12012026-05-07T14:22:29.836Z Downloaded zerocopy v0.6.6
12022026-05-07T14:22:29.848Z Downloaded ssh-key v0.6.7
12032026-05-07T14:22:29.851Z Downloaded zstd v0.13.3
12042026-05-07T14:22:29.854Z Downloaded reqwest v0.13.2
12052026-05-07T14:22:29.857Z Downloaded reqwest v0.12.28
12062026-05-07T14:22:29.860Z Downloaded vte v0.14.1
12072026-05-07T14:22:29.863Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-05-07T14:22:29.865Z Downloaded unicode_categories v0.1.1
12092026-05-07T14:22:29.872Z Downloaded tungstenite v0.23.0
12102026-05-07T14:22:29.876Z Downloaded aws-lc-rs v1.16.0
12112026-05-07T14:22:29.882Z Downloaded regex v1.12.3
12122026-05-07T14:22:29.887Z Downloaded zip v0.6.6
12132026-05-07T14:22:29.891Z Downloaded steno v0.4.1
12142026-05-07T14:22:29.899Z Downloaded unicode-segmentation v1.12.0
12152026-05-07T14:22:29.909Z Downloaded zopfli v0.8.3
12162026-05-07T14:22:29.913Z Downloaded rustyline v14.0.0
12172026-05-07T14:22:29.918Z Downloaded reedline v0.40.0
12182026-05-07T14:22:29.924Z Downloaded rayon v1.11.0
12192026-05-07T14:22:29.928Z Downloaded tower v0.5.3
12202026-05-07T14:22:29.933Z Downloaded blake3 v1.8.3
12212026-05-07T14:22:29.939Z Downloaded typed-path v0.9.3
12222026-05-07T14:22:29.943Z Downloaded rpassword v7.4.0
12232026-05-07T14:22:29.948Z Downloaded lalrpop v0.19.12
12242026-05-07T14:22:29.951Z Downloaded yansi v1.0.1
12252026-05-07T14:22:29.954Z Downloaded x509-cert v0.2.5
12262026-05-07T14:22:29.956Z Downloaded tokio-postgres v0.7.16
12272026-05-07T14:22:29.963Z Downloaded rustls-webpki v0.101.7
12282026-05-07T14:22:29.972Z Downloaded portable-atomic v1.13.1
12292026-05-07T14:22:29.977Z Downloaded bindgen v0.71.1
12302026-05-07T14:22:29.983Z Downloaded serde_with v3.17.0
12312026-05-07T14:22:29.989Z Downloaded chrono v0.4.44
12322026-05-07T14:22:29.993Z Downloaded tough v0.20.0
12332026-05-07T14:22:29.998Z Downloaded tokio-util v0.7.18
12342026-05-07T14:22:30.007Z Downloaded unicode-normalization v0.1.25
12352026-05-07T14:22:30.022Z Downloaded git2 v0.20.4
12362026-05-07T14:22:30.027Z Downloaded tower-http v0.6.8
12372026-05-07T14:22:30.032Z Downloaded proptest v1.10.0
12382026-05-07T14:22:30.037Z Downloaded radix_trie v0.2.1
12392026-05-07T14:22:30.040Z Downloaded bitvec v1.0.1
12402026-05-07T14:22:30.050Z Downloaded zerocopy-derive v0.8.40
12412026-05-07T14:22:30.055Z Downloaded moka v0.12.13
12422026-05-07T14:22:30.061Z Downloaded goblin v0.10.5
12432026-05-07T14:22:30.066Z Downloaded winnow v0.5.40
12442026-05-07T14:22:30.077Z Downloaded nix v0.27.1
12452026-05-07T14:22:30.094Z Downloaded winnow v0.6.26
12462026-05-07T14:22:30.099Z Downloaded zip v4.6.1
12472026-05-07T14:22:30.104Z Downloaded polar-core v0.27.3
12482026-05-07T14:22:30.110Z Downloaded quick-xml v0.37.5
12492026-05-07T14:22:30.124Z Downloaded nix v0.29.0
12502026-05-07T14:22:30.129Z Downloaded time v0.3.47
12512026-05-07T14:22:30.137Z Downloaded tabled v0.20.0
12522026-05-07T14:22:30.146Z Downloaded dropshot v0.16.7
12532026-05-07T14:22:30.159Z Downloaded nix v0.31.2
12542026-05-07T14:22:30.164Z Downloaded regex-syntax v0.6.29
12552026-05-07T14:22:30.167Z Downloaded rustls-webpki v0.102.8
12562026-05-07T14:22:30.177Z Downloaded petname v2.0.2
12572026-05-07T14:22:30.180Z Downloaded diesel v2.3.7
12582026-05-07T14:22:30.191Z Downloaded regex-syntax v0.8.10
12592026-05-07T14:22:30.196Z Downloaded quinn-proto v0.11.13
12602026-05-07T14:22:30.200Z Downloaded object v0.30.4
12612026-05-07T14:22:30.204Z Downloaded hickory-proto v0.24.4
12622026-05-07T14:22:30.212Z Downloaded rustls v0.23.37
12632026-05-07T14:22:30.218Z Downloaded hickory-proto v0.25.2
12642026-05-07T14:22:30.228Z Downloaded dropshot v0.17.0
12652026-05-07T14:22:30.240Z Downloaded smoltcp v0.9.1
12662026-05-07T14:22:30.245Z Downloaded openssl v0.10.78
12672026-05-07T14:22:30.251Z Downloaded salty v0.3.0
12682026-05-07T14:22:30.255Z Downloaded rustls v0.21.12
12692026-05-07T14:22:30.260Z Downloaded sled v0.34.7
12702026-05-07T14:22:30.267Z Downloaded nix v0.28.0
12712026-05-07T14:22:30.322Z Downloaded bstr v1.12.1
12722026-05-07T14:22:30.351Z Downloaded vcpkg v0.2.15
12732026-05-07T14:22:30.385Z Downloaded object v0.37.3
12742026-05-07T14:22:30.389Z Downloaded webpki-roots v1.0.6
12752026-05-07T14:22:30.389Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-05-07T14:22:30.398Z Downloaded zlib-rs v0.6.2
12772026-05-07T14:22:30.402Z Downloaded libz-sys v1.1.24
12782026-05-07T14:22:30.412Z Downloaded csv v1.4.0
12792026-05-07T14:22:30.422Z Downloaded zerocopy v0.8.40
12802026-05-07T14:22:30.451Z Downloaded smoltcp v0.11.0
12812026-05-07T14:22:30.458Z Downloaded regress v0.11.1
12822026-05-07T14:22:30.464Z Downloaded rustls v0.22.4
12832026-05-07T14:22:30.472Z Downloaded rustix v0.38.44
12842026-05-07T14:22:30.485Z Downloaded openapiv3 v2.2.0
12852026-05-07T14:22:30.497Z Downloaded regress v0.10.5
12862026-05-07T14:22:30.503Z Downloaded encoding_rs v0.8.35
12872026-05-07T14:22:30.506Z Downloaded ring v0.17.14
12882026-05-07T14:22:30.610Z Downloaded sqlparser v0.61.0
12892026-05-07T14:22:30.663Z Downloaded typify-impl v0.6.2
12902026-05-07T14:22:30.669Z Downloaded tracing v0.1.44
12912026-05-07T14:22:30.679Z Downloaded ratatui v0.29.0
12922026-05-07T14:22:30.692Z Downloaded typify-impl v0.4.3
12932026-05-07T14:22:30.717Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-07T14:22:30.740Z Downloaded zerocopy-derive v0.6.6
12952026-05-07T14:22:30.778Z Downloaded regex-automata v0.4.14
12962026-05-07T14:22:30.784Z Downloaded petgraph v0.6.5
12972026-05-07T14:22:30.809Z Downloaded jiff v0.2.21
12982026-05-07T14:22:30.818Z Downloaded chrono-tz v0.10.4
12992026-05-07T14:22:30.839Z Downloaded petgraph v0.8.3
13002026-05-07T14:22:30.879Z Downloaded sha3 v0.10.8
13012026-05-07T14:22:30.887Z Downloaded tokio v1.52.1
13022026-05-07T14:22:31.013Z Downloaded libgit2-sys v0.18.3+1.9.2
13032026-05-07T14:22:31.649Z Downloaded aws-lc-sys v0.37.1
13042026-05-07T14:22:31.919Z Compiling libc v0.2.185
13052026-05-07T14:22:31.922Z Compiling serde v1.0.228
13062026-05-07T14:22:31.922Z Compiling log v0.4.29
13072026-05-07T14:22:31.922Z Compiling find-msvc-tools v0.1.9
13082026-05-07T14:22:32.066Z Compiling shlex v1.3.0
13092026-05-07T14:22:32.071Z Compiling smallvec v1.15.1
13102026-05-07T14:22:32.079Z Compiling syn v2.0.117
13112026-05-07T14:22:32.099Z Compiling typenum v1.19.0
13122026-05-07T14:22:32.249Z Compiling generic-array v0.14.7
13132026-05-07T14:22:32.267Z Compiling subtle v2.6.1
13142026-05-07T14:22:32.289Z Compiling scopeguard v1.2.0
13152026-05-07T14:22:32.304Z Compiling const-oid v0.9.6
13162026-05-07T14:22:32.373Z Compiling lock_api v0.4.14
13172026-05-07T14:22:32.393Z Compiling portable-atomic v1.13.1
13182026-05-07T14:22:32.424Z Compiling zerocopy v0.8.40
13192026-05-07T14:22:32.493Z Compiling critical-section v1.2.0
13202026-05-07T14:22:32.599Z Compiling serde_json v1.0.149
13212026-05-07T14:22:32.613Z Compiling parking_lot_core v0.9.12
13222026-05-07T14:22:32.800Z Compiling pin-project-lite v0.2.17
13232026-05-07T14:22:32.859Z Compiling getrandom v0.2.17
13242026-05-07T14:22:32.873Z Compiling jobserver v0.1.34
13252026-05-07T14:22:32.888Z Compiling errno v0.3.14
13262026-05-07T14:22:33.014Z Compiling rand_core v0.6.4
13272026-05-07T14:22:33.028Z Compiling pkg-config v0.3.32
13282026-05-07T14:22:33.041Z Compiling signal-hook-registry v1.4.8
13292026-05-07T14:22:33.076Z Compiling cc v1.2.56
13302026-05-07T14:22:33.278Z Compiling bitflags v2.11.0
13312026-05-07T14:22:33.298Z Compiling once_cell v1.21.3
13322026-05-07T14:22:33.387Z Compiling libm v0.2.16
13332026-05-07T14:22:33.497Z Compiling parking_lot v0.12.5
13342026-05-07T14:22:33.512Z Compiling mio v1.2.0
13352026-05-07T14:22:33.512Z Compiling num-traits v0.2.19
13362026-05-07T14:22:33.560Z Compiling futures-core v0.3.32
13372026-05-07T14:22:33.711Z Compiling percent-encoding v2.3.2
13382026-05-07T14:22:33.857Z Compiling socket2 v0.6.3
13392026-05-07T14:22:33.868Z Compiling futures-sink v0.3.32
13402026-05-07T14:22:33.897Z Compiling cpufeatures v0.2.17
13412026-05-07T14:22:33.969Z Compiling futures-channel v0.3.32
13422026-05-07T14:22:33.981Z Compiling getrandom v0.4.1
13432026-05-07T14:22:33.981Z Compiling futures-task v0.3.32
13442026-05-07T14:22:34.010Z Compiling slab v0.4.12
13452026-05-07T14:22:34.146Z Compiling futures-io v0.3.32
13462026-05-07T14:22:34.181Z Compiling rand_core v0.10.0
13472026-05-07T14:22:34.195Z Compiling getrandom v0.3.4
13482026-05-07T14:22:34.249Z Compiling rustversion v1.0.22
13492026-05-07T14:22:34.300Z Compiling indexmap v2.14.0
13502026-05-07T14:22:34.342Z Compiling form_urlencoded v1.2.2
13512026-05-07T14:22:34.540Z Compiling cmake v0.1.57
13522026-05-07T14:22:34.570Z Compiling fs_extra v1.3.0
13532026-05-07T14:22:34.795Z Compiling synstructure v0.13.2
13542026-05-07T14:22:34.832Z Compiling base64ct v1.8.3
13552026-05-07T14:22:34.938Z Compiling dunce v1.0.5
13562026-05-07T14:22:35.018Z Compiling ident_case v1.0.1
13572026-05-07T14:22:35.101Z Compiling aws-lc-sys v0.37.1
13582026-05-07T14:22:35.145Z Compiling pem-rfc7468 v0.7.0
13592026-05-07T14:22:35.158Z Compiling flagset v0.4.7
13602026-05-07T14:22:35.191Z Compiling rand_core v0.9.5
13612026-05-07T14:22:35.251Z Compiling iana-time-zone v0.1.65
13622026-05-07T14:22:35.273Z Compiling rustix v1.1.3
13632026-05-07T14:22:35.288Z Compiling ring v0.17.14
13642026-05-07T14:22:35.448Z Compiling uuid v1.23.0
13652026-05-07T14:22:35.462Z Compiling rustc_version v0.4.1
13662026-05-07T14:22:35.472Z Compiling aws-lc-rs v1.16.0
13672026-05-07T14:22:35.485Z Compiling vcpkg v0.2.15
13682026-05-07T14:22:35.761Z Compiling regex-syntax v0.8.10
13692026-05-07T14:22:35.792Z Compiling tracing-core v0.1.36
13702026-05-07T14:22:36.161Z Compiling pest_generator v2.8.6
13712026-05-07T14:22:36.222Z Compiling openssl-sys v0.9.114
13722026-05-07T14:22:36.341Z Compiling serde_derive_internals v0.29.1
13732026-05-07T14:22:36.551Z Compiling serde_derive v1.0.228
13742026-05-07T14:22:36.756Z Compiling zeroize_derive v1.4.3
13752026-05-07T14:22:36.878Z Compiling zerofrom-derive v0.1.6
13762026-05-07T14:22:37.012Z Compiling yoke-derive v0.8.1
13772026-05-07T14:22:37.258Z Compiling zerocopy-derive v0.8.40
13782026-05-07T14:22:37.403Z Compiling zeroize v1.8.2
13792026-05-07T14:22:38.092Z Compiling zerovec-derive v0.11.2
13802026-05-07T14:22:38.163Z Compiling crypto-common v0.1.7
13812026-05-07T14:22:38.177Z Compiling block-buffer v0.10.4
13822026-05-07T14:22:38.275Z Compiling zerofrom v0.1.6
13832026-05-07T14:22:38.306Z Compiling digest v0.10.7
13842026-05-07T14:22:38.339Z Compiling displaydoc v0.2.5
13852026-05-07T14:22:38.398Z Compiling yoke v0.8.1
13862026-05-07T14:22:38.549Z Compiling tokio-macros v2.7.0
13872026-05-07T14:22:38.581Z Compiling hmac v0.12.1
13882026-05-07T14:22:38.735Z Compiling futures-macro v0.3.32
13892026-05-07T14:22:39.057Z Compiling zerotrie v0.2.3
13902026-05-07T14:22:39.173Z Compiling zerovec v0.11.5
13912026-05-07T14:22:39.248Z Compiling block-padding v0.3.3
13922026-05-07T14:22:39.348Z Compiling sha2 v0.10.9
13932026-05-07T14:22:39.403Z Compiling inout v0.1.4
13942026-05-07T14:22:39.514Z Compiling futures-util v0.3.32
13952026-05-07T14:22:39.566Z Compiling cipher v0.4.4
13962026-05-07T14:22:39.656Z Compiling tinystr v0.8.2
13972026-05-07T14:22:39.820Z Compiling icu_locale_core v2.1.1
13982026-05-07T14:22:39.851Z Compiling potential_utf v0.1.4
13992026-05-07T14:22:39.958Z Compiling bytes v1.11.1
14002026-05-07T14:22:40.005Z Compiling icu_collections v2.1.1
14012026-05-07T14:22:40.026Z Compiling der_derive v0.7.3
14022026-05-07T14:22:40.485Z Compiling icu_provider v2.1.1
14032026-05-07T14:22:40.574Z Compiling tokio v1.52.1
14042026-05-07T14:22:40.740Z Compiling icu_properties v2.1.2
14052026-05-07T14:22:40.760Z Compiling icu_normalizer v2.1.1
14062026-05-07T14:22:40.777Z Compiling http v1.4.0
14072026-05-07T14:22:40.961Z Compiling der v0.7.10
14082026-05-07T14:22:41.281Z Compiling chrono v0.4.44
14092026-05-07T14:22:41.648Z Compiling idna_adapter v1.2.1
14102026-05-07T14:22:41.662Z Compiling ppv-lite86 v0.2.21
14112026-05-07T14:22:41.787Z Compiling idna v1.1.0
14122026-05-07T14:22:41.802Z Compiling spki v0.7.3
14132026-05-07T14:22:41.802Z Compiling salsa20 v0.10.2
14142026-05-07T14:22:41.948Z Compiling pbkdf2 v0.12.2
14152026-05-07T14:22:41.973Z Compiling thiserror-impl v2.0.18
14162026-05-07T14:22:41.995Z Compiling rand_chacha v0.9.0
14172026-05-07T14:22:42.061Z Compiling url v2.5.8
14182026-05-07T14:22:42.135Z Compiling scrypt v0.11.0
14192026-05-07T14:22:42.384Z Compiling cbc v0.1.2
14202026-05-07T14:22:42.417Z Compiling aes v0.8.4
14212026-05-07T14:22:42.531Z Compiling rustls-pki-types v1.14.0
14222026-05-07T14:22:42.608Z Compiling tracing-attributes v0.1.31
14232026-05-07T14:22:42.675Z Compiling rand v0.9.2
14242026-05-07T14:22:42.838Z Compiling pkcs5 v0.7.1
14252026-05-07T14:22:42.963Z Compiling http-body v1.0.1
14262026-05-07T14:22:43.181Z Compiling untrusted v0.9.0
14272026-05-07T14:22:43.271Z Compiling thiserror v2.0.18
14282026-05-07T14:22:43.300Z Compiling base64 v0.22.1
14292026-05-07T14:22:43.304Z Compiling untrusted v0.7.1
14302026-05-07T14:22:43.382Z Compiling schemars v0.8.22
14312026-05-07T14:22:43.441Z Compiling openssl-probe v0.2.1
14322026-05-07T14:22:43.445Z Compiling httparse v1.10.1
14332026-05-07T14:22:43.591Z Compiling pkcs8 v0.10.2
14342026-05-07T14:22:43.605Z Compiling schemars_derive v0.8.22
14352026-05-07T14:22:43.617Z Compiling pest_derive v2.8.6
14362026-05-07T14:22:43.831Z Compiling scroll_derive v0.13.1
14372026-05-07T14:22:43.881Z Compiling tracing v0.1.44
14382026-05-07T14:22:43.894Z Compiling darling_core v0.20.11
14392026-05-07T14:22:44.034Z Compiling tower-layer v0.3.3
14402026-05-07T14:22:44.142Z Compiling tinyvec_macros v0.1.1
14412026-05-07T14:22:44.191Z Compiling tokio-util v0.7.18
14422026-05-07T14:22:44.212Z Compiling try-lock v0.2.5
14432026-05-07T14:22:44.320Z Compiling tower-service v0.3.3
14442026-05-07T14:22:44.417Z Compiling dyn-clone v1.0.20
14452026-05-07T14:22:44.556Z Compiling rustls v0.23.37
14462026-05-07T14:22:44.610Z Compiling atomic-waker v1.1.2
14472026-05-07T14:22:44.726Z Compiling scroll v0.13.0
14482026-05-07T14:22:44.740Z Compiling want v0.3.1
14492026-05-07T14:22:44.898Z Compiling h2 v0.4.13
14502026-05-07T14:22:45.015Z Compiling tinyvec v1.10.0
14512026-05-07T14:22:45.268Z Compiling ipnet v2.11.0
14522026-05-07T14:22:45.356Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14532026-05-07T14:22:45.534Z Compiling spin v0.9.8
14542026-05-07T14:22:45.736Z Compiling aho-corasick v1.1.4
14552026-05-07T14:22:45.750Z Compiling foreign-types-shared v0.1.1
14562026-05-07T14:22:45.768Z Compiling time-core v0.1.8
14572026-05-07T14:22:45.837Z Compiling pin-utils v0.1.0
14582026-05-07T14:22:45.912Z Compiling httpdate v1.0.3
14592026-05-07T14:22:45.925Z Compiling powerfmt v0.2.0
14602026-05-07T14:22:46.114Z Compiling num-conv v0.2.0
14612026-05-07T14:22:46.129Z Compiling openssl v0.10.78
14622026-05-07T14:22:46.131Z Compiling crc32fast v1.5.0
14632026-05-07T14:22:46.153Z Compiling tempfile v3.25.0
14642026-05-07T14:22:46.172Z Compiling darling_macro v0.20.11
14652026-05-07T14:22:46.242Z Compiling time-macros v0.2.27
14662026-05-07T14:22:46.369Z Compiling deranged v0.5.8
14672026-05-07T14:22:46.447Z Compiling foreign-types v0.3.2
14682026-05-07T14:22:46.517Z Compiling regex-automata v0.4.14
14692026-05-07T14:22:46.629Z Compiling darling v0.20.11
14702026-05-07T14:22:46.710Z Compiling goblin v0.10.5
14712026-05-07T14:22:47.308Z Compiling openssl-macros v0.1.1
14722026-05-07T14:22:47.387Z Compiling wait-timeout v0.2.1
14732026-05-07T14:22:47.655Z Compiling siphasher v1.0.2
14742026-05-07T14:22:47.686Z Compiling native-tls v0.2.18
14752026-05-07T14:22:47.814Z Compiling hyper v1.8.1
14762026-05-07T14:22:47.837Z Compiling bit-vec v0.8.0
14772026-05-07T14:22:47.884Z Compiling quick-error v1.2.3
14782026-05-07T14:22:47.992Z Compiling num_threads v0.1.7
14792026-05-07T14:22:48.065Z Compiling crossbeam-utils v0.8.21
14802026-05-07T14:22:48.091Z Compiling simd-adler32 v0.3.8
14812026-05-07T14:22:48.332Z Compiling usdt-impl v0.6.0
14822026-05-07T14:22:48.345Z Compiling syn v1.0.109
14832026-05-07T14:22:48.573Z Compiling time v0.3.47
14842026-05-07T14:22:48.689Z Compiling bit-set v0.8.0
14852026-05-07T14:22:48.814Z Compiling rusty-fork v0.3.1
14862026-05-07T14:22:48.851Z Compiling hyper-util v0.1.20
14872026-05-07T14:22:49.339Z Compiling dof v0.4.0
14882026-05-07T14:22:50.170Z Compiling derive_builder_core v0.20.2
14892026-05-07T14:22:50.561Z Compiling unicode-normalization v0.1.25
14902026-05-07T14:22:50.575Z Compiling dtrace-parser v0.3.0
14912026-05-07T14:22:50.701Z Compiling rustls-native-certs v0.8.3
14922026-05-07T14:22:50.908Z Compiling signature v2.2.0
14932026-05-07T14:22:50.989Z Compiling thiserror-impl v1.0.69
14942026-05-07T14:22:51.008Z Compiling scroll_derive v0.12.1
14952026-05-07T14:22:51.034Z Compiling heapless v0.7.17
14962026-05-07T14:22:51.066Z Compiling rand_xorshift v0.4.0
14972026-05-07T14:22:51.231Z Compiling slog v2.8.2
14982026-05-07T14:22:51.270Z Compiling darling_core v0.21.3
14992026-05-07T14:22:51.316Z Compiling bzip2-sys v0.1.13+1.0.8
15002026-05-07T14:22:51.414Z Compiling sync_wrapper v1.0.2
15012026-05-07T14:22:51.523Z Compiling thread-id v5.1.0
15022026-05-07T14:22:51.580Z Compiling cookie v0.18.1
15032026-05-07T14:22:51.606Z Compiling unicode-properties v0.1.4
15042026-05-07T14:22:51.654Z Compiling allocator-api2 v0.2.21
15052026-05-07T14:22:51.755Z Compiling adler2 v2.0.1
15062026-05-07T14:22:51.809Z Compiling zstd-safe v7.2.4
15072026-05-07T14:22:51.886Z Compiling unicode-bidi v0.3.18
15082026-05-07T14:22:51.971Z Compiling paste v1.0.15
15092026-05-07T14:22:51.999Z Compiling signal-hook v0.3.18
15102026-05-07T14:22:52.103Z Compiling unarray v0.1.4
15112026-05-07T14:22:52.167Z Compiling anyhow v1.0.102
15122026-05-07T14:22:52.204Z Compiling thiserror v1.0.69
15132026-05-07T14:22:52.216Z Compiling proptest v1.10.0
15142026-05-07T14:22:52.274Z Compiling stringprep v0.1.5
15152026-05-07T14:22:52.324Z Compiling miniz_oxide v0.8.9
15162026-05-07T14:22:52.457Z Compiling scroll v0.12.0
15172026-05-07T14:22:52.719Z Compiling tower v0.5.3
15182026-05-07T14:22:53.176Z Compiling derive_builder_macro v0.20.2
15192026-05-07T14:22:53.227Z Compiling ipnetwork v0.21.1
15202026-05-07T14:22:53.451Z Compiling http-body-util v0.1.3
15212026-05-07T14:22:53.620Z Compiling webpki-roots v1.0.6
15222026-05-07T14:22:53.623Z Compiling rand_chacha v0.3.1
15232026-05-07T14:22:53.690Z Compiling serde_tokenstream v0.2.3
15242026-05-07T14:22:53.693Z Compiling toml_datetime v0.6.11
15252026-05-07T14:22:53.716Z Compiling darling_macro v0.21.3
15262026-05-07T14:22:53.740Z Compiling serde_spanned v0.6.9
15272026-05-07T14:22:53.883Z Compiling erased-serde v0.3.31
15282026-05-07T14:22:53.948Z Compiling md-5 v0.10.6
15292026-05-07T14:22:53.990Z Compiling zerocopy-derive v0.7.35
15302026-05-07T14:22:54.113Z Compiling curve25519-dalek v4.1.3
15312026-05-07T14:22:54.177Z Compiling vergen-lib v0.1.6
15322026-05-07T14:22:54.358Z Compiling num-integer v0.1.46
15332026-05-07T14:22:54.361Z Compiling hash32 v0.2.1
15342026-05-07T14:22:54.412Z Compiling ff v0.13.1
15352026-05-07T14:22:54.445Z Compiling memoffset v0.9.1
15362026-05-07T14:22:54.550Z Compiling smoltcp v0.9.1
15372026-05-07T14:22:54.564Z Compiling psl-types v2.0.11
15382026-05-07T14:22:54.638Z Compiling num-bigint-dig v0.8.6
15392026-05-07T14:22:54.673Z Compiling zlib-rs v0.6.2
15402026-05-07T14:22:54.686Z Compiling base16ct v0.2.0
15412026-05-07T14:22:54.824Z Compiling cfg_aliases v0.2.1
15422026-05-07T14:22:54.843Z Compiling iri-string v0.7.10
15432026-05-07T14:22:54.858Z Compiling ryu v1.0.23
15442026-05-07T14:22:54.876Z Compiling fallible-iterator v0.2.0
15452026-05-07T14:22:54.896Z Compiling litrs v1.0.0
15462026-05-07T14:22:55.065Z Compiling rustix v0.38.44
15472026-05-07T14:22:55.249Z Compiling ref-cast v1.0.25
15482026-05-07T14:22:55.450Z Compiling document-features v0.2.12
15492026-05-07T14:22:55.506Z Compiling postgres-protocol v0.6.10
15502026-05-07T14:22:55.601Z Compiling serde_urlencoded v0.7.1
15512026-05-07T14:22:55.851Z Compiling nix v0.31.2
15522026-05-07T14:22:56.028Z Compiling tower-http v0.6.8
15532026-05-07T14:22:56.072Z Compiling zerocopy v0.7.35
15542026-05-07T14:22:56.231Z Compiling sec1 v0.7.3
15552026-05-07T14:22:56.374Z Compiling publicsuffix v2.3.0
15562026-05-07T14:22:56.504Z Compiling num-iter v0.1.45
15572026-05-07T14:22:56.531Z Compiling group v0.13.0
15582026-05-07T14:22:56.615Z Compiling newtype-uuid v1.3.2
15592026-05-07T14:22:56.728Z Compiling darling v0.21.3
15602026-05-07T14:22:56.812Z Compiling rand v0.8.5
15612026-05-07T14:22:56.939Z Compiling derive_builder v0.20.2
15622026-05-07T14:22:57.032Z Compiling hubpack_derive v0.1.1
15632026-05-07T14:22:57.064Z Compiling oxnet v0.1.4
15642026-05-07T14:22:57.085Z Compiling tokio-native-tls v0.3.1
15652026-05-07T14:22:57.293Z Compiling goblin v0.8.2
15662026-05-07T14:22:57.607Z Compiling flate2 v1.1.9
15672026-05-07T14:22:57.764Z Compiling regex v1.12.3
15682026-05-07T14:22:57.916Z Compiling phf_shared v0.13.1
15692026-05-07T14:22:57.971Z Compiling lazy_static v1.5.0
15702026-05-07T14:22:58.011Z Compiling cargo-platform v0.1.9
15712026-05-07T14:22:58.063Z Compiling hkdf v0.12.4
15722026-05-07T14:22:58.133Z Compiling crypto-bigint v0.5.5
15732026-05-07T14:22:58.151Z Compiling terminal_size v0.4.3
15742026-05-07T14:22:58.187Z Compiling daft-derive v0.1.5
15752026-05-07T14:22:58.223Z Compiling curve25519-dalek-derive v0.1.1
15762026-05-07T14:22:58.265Z Compiling strum_macros v0.27.2
15772026-05-07T14:22:58.284Z Compiling async-trait v0.1.89
15782026-05-07T14:22:58.850Z Compiling ref-cast-impl v1.0.25
15792026-05-07T14:22:58.896Z Compiling vergen v9.0.6
15802026-05-07T14:22:59.074Z Compiling fs-err v3.3.0
15812026-05-07T14:22:59.273Z Compiling ahash v0.8.12
15822026-05-07T14:22:59.295Z Compiling bumpalo v3.20.2
15832026-05-07T14:22:59.384Z Compiling unicode-segmentation v1.12.0
15842026-05-07T14:22:59.472Z Compiling managed v0.8.0
15852026-05-07T14:22:59.541Z Compiling foldhash v0.1.5
15862026-05-07T14:22:59.688Z Compiling bitflags v1.3.2
15872026-05-07T14:22:59.719Z Compiling foldhash v0.2.0
15882026-05-07T14:22:59.766Z Compiling libbz2-rs-sys v0.2.2
15892026-05-07T14:22:59.779Z Compiling winnow v0.5.40
15902026-05-07T14:22:59.973Z Compiling object v0.37.3
15912026-05-07T14:23:00.219Z Compiling strum v0.27.2
15922026-05-07T14:23:00.234Z Compiling bzip2 v0.6.1
15932026-05-07T14:23:00.297Z Compiling hashbrown v0.16.1
15942026-05-07T14:23:00.446Z Compiling hashbrown v0.15.5
15952026-05-07T14:23:00.483Z Compiling zopfli v0.8.3
15962026-05-07T14:23:00.826Z Compiling dof v0.3.0
15972026-05-07T14:23:00.883Z Compiling clap_builder v4.5.60
15982026-05-07T14:23:01.093Z Compiling toml_edit v0.19.15
15992026-05-07T14:23:01.177Z Compiling elliptic-curve v0.13.8
16002026-05-07T14:23:01.234Z Compiling daft v0.1.5
16012026-05-07T14:23:01.508Z Compiling cargo_metadata v0.19.2
16022026-05-07T14:23:01.533Z Compiling phf v0.13.1
16032026-05-07T14:23:01.693Z Compiling cookie_store v0.22.1
16042026-05-07T14:23:02.338Z Compiling signal-hook-mio v0.2.5
16052026-05-07T14:23:02.798Z Compiling hubpack v0.1.2
16062026-05-07T14:23:02.816Z Compiling zstd v0.13.3
16072026-05-07T14:23:03.017Z Compiling hyper-tls v0.6.0
16082026-05-07T14:23:03.082Z Compiling bzip2 v0.4.4
16092026-05-07T14:23:03.101Z Compiling serde_with_macros v3.17.0
16102026-05-07T14:23:03.310Z Compiling postgres-types v0.2.12
16112026-05-07T14:23:03.674Z Compiling usdt-attr-macro v0.6.0
16122026-05-07T14:23:03.822Z Compiling usdt-macro v0.6.0
16132026-05-07T14:23:03.849Z Compiling dtrace-parser v0.2.0
16142026-05-07T14:23:04.167Z Compiling ed25519 v2.2.3
16152026-05-07T14:23:04.216Z Compiling bstr v1.12.1
16162026-05-07T14:23:04.407Z Compiling phf_shared v0.11.3
16172026-05-07T14:23:04.457Z Compiling pkcs1 v0.7.5
16182026-05-07T14:23:04.563Z Compiling hex v0.4.3
16192026-05-07T14:23:04.584Z Compiling serde-big-array v0.5.1
16202026-05-07T14:23:04.598Z Compiling rfc6979 v0.4.0
16212026-05-07T14:23:04.722Z Compiling clap_derive v4.5.55
16222026-05-07T14:23:04.736Z Compiling enum-as-inner v0.6.1
16232026-05-07T14:23:04.831Z Compiling serde_repr v0.1.20
16242026-05-07T14:23:04.855Z Compiling strum_macros v0.26.4
16252026-05-07T14:23:04.855Z Compiling float-cmp v0.10.0
16262026-05-07T14:23:05.018Z Compiling memmap2 v0.9.10
16272026-05-07T14:23:05.065Z Compiling thread-id v4.2.2
16282026-05-07T14:23:05.153Z Compiling env_filter v1.0.0
16292026-05-07T14:23:05.236Z Compiling encoding_rs v0.8.35
16302026-05-07T14:23:05.269Z Compiling whoami v2.1.0
16312026-05-07T14:23:05.386Z Compiling fixedbitset v0.4.2
16322026-05-07T14:23:05.466Z Compiling normalize-line-endings v0.3.0
16332026-05-07T14:23:05.563Z Compiling rustc-hash v2.1.1
16342026-05-07T14:23:05.603Z Compiling fixedbitset v0.5.7
16352026-05-07T14:23:05.655Z Compiling precomputed-hash v0.1.1
16362026-05-07T14:23:05.689Z Compiling new_debug_unreachable v1.0.6
16372026-05-07T14:23:05.746Z Compiling data-encoding v2.10.0
16382026-05-07T14:23:05.766Z Compiling difflib v0.4.0
16392026-05-07T14:23:05.904Z Compiling static_assertions v1.1.0
16402026-05-07T14:23:05.982Z Compiling predicates-core v1.0.10
16412026-05-07T14:23:06.163Z Compiling keccak v0.1.6
16422026-05-07T14:23:06.318Z Compiling jiff v0.2.21
16432026-05-07T14:23:06.433Z Compiling either v1.15.0
16442026-05-07T14:23:06.530Z Compiling mime v0.3.17
16452026-05-07T14:23:06.631Z Compiling strum v0.26.3
16462026-05-07T14:23:06.645Z Compiling itertools v0.13.0
16472026-05-07T14:23:06.724Z Compiling clap v4.5.60
16482026-05-07T14:23:06.764Z Compiling toml_edit v0.22.27
16492026-05-07T14:23:06.783Z Compiling sha3 v0.10.8
16502026-05-07T14:23:06.807Z Compiling predicates v3.1.4
16512026-05-07T14:23:06.981Z Compiling hickory-proto v0.25.2
16522026-05-07T14:23:07.071Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16532026-05-07T14:23:07.236Z Compiling petgraph v0.8.3
16542026-05-07T14:23:07.449Z Compiling string_cache v0.8.9
16552026-05-07T14:23:07.666Z Compiling iddqd v0.3.18
16562026-05-07T14:23:07.848Z Compiling petgraph v0.6.5
16572026-05-07T14:23:08.781Z Compiling tokio-postgres v0.7.16
16582026-05-07T14:23:09.127Z Compiling zip v4.6.1
16592026-05-07T14:23:09.284Z Compiling env_logger v0.11.9
16602026-05-07T14:23:09.456Z Compiling usdt v0.6.0
16612026-05-07T14:23:09.633Z Compiling usdt-impl v0.5.0
16622026-05-07T14:23:09.720Z Compiling serde_with v3.17.0
16632026-05-07T14:23:09.805Z Compiling ecdsa v0.16.9
16642026-05-07T14:23:10.121Z Compiling rsa v0.9.10
16652026-05-07T14:23:10.234Z Compiling similar v2.7.0
16662026-05-07T14:23:10.254Z Compiling ed25519-dalek v2.2.0
16672026-05-07T14:23:10.425Z Compiling crossterm v0.28.1
16682026-05-07T14:23:11.006Z Compiling zip v0.6.6
16692026-05-07T14:23:11.437Z Compiling toml v0.7.8
16702026-05-07T14:23:11.731Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-07T14:23:11.800Z Compiling heck v0.4.1
16722026-05-07T14:23:11.922Z Compiling crossbeam-epoch v0.9.18
16732026-05-07T14:23:12.030Z Compiling tokio-stream v0.1.18
16742026-05-07T14:23:12.079Z Compiling buf-list v1.1.2
16752026-05-07T14:23:12.264Z Compiling x509-cert v0.2.5
16762026-05-07T14:23:12.320Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16772026-05-07T14:23:12.340Z Compiling openapiv3 v2.2.0
16782026-05-07T14:23:12.349Z Compiling sha1 v0.10.6
16792026-05-07T14:23:12.501Z Compiling toml_datetime v0.7.5+spec-1.1.0
16802026-05-07T14:23:12.563Z Compiling peg-runtime v0.8.5
16812026-05-07T14:23:12.617Z Compiling lalrpop-util v0.19.12
16822026-05-07T14:23:12.783Z Compiling thread_local v1.1.9
16832026-05-07T14:23:12.809Z Compiling slog-async v2.8.0
16842026-05-07T14:23:12.856Z Compiling crossbeam-channel v0.5.15
16852026-05-07T14:23:13.034Z Compiling futures-executor v0.3.32
16862026-05-07T14:23:13.126Z Compiling filetime v0.2.27
16872026-05-07T14:23:13.292Z Compiling is-terminal v0.4.17
16882026-05-07T14:23:13.310Z Compiling xattr v1.6.1
16892026-05-07T14:23:13.310Z Compiling take_mut v0.2.2
16902026-05-07T14:23:13.396Z Compiling term v1.2.1
16912026-05-07T14:23:13.430Z Compiling tar v0.4.45
16922026-05-07T14:23:13.474Z Compiling futures v0.3.32
16932026-05-07T14:23:13.857Z Compiling slog-term v2.9.2
16942026-05-07T14:23:23.314Z Compiling rustls-webpki v0.103.9
16952026-05-07T14:23:26.095Z Compiling tokio-rustls v0.26.4
16962026-05-07T14:23:26.095Z Compiling rustls-platform-verifier v0.6.2
16972026-05-07T14:23:26.329Z Compiling hyper-rustls v0.27.7
16982026-05-07T14:23:26.498Z Compiling reqwest v0.12.28
16992026-05-07T14:23:26.498Z Compiling reqwest v0.13.2
17002026-05-07T14:23:28.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-05-07T14:23:28.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-05-07T14:23:31.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17032026-05-07T14:23:31.788Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17042026-05-07T14:23:31.845ZMay 07 14:23:30.548 INFO Starting download, target: Cockroach
17052026-05-07T14:23:31.845ZMay 07 14:23:30.549 INFO Starting download, target: Clickhouse
17062026-05-07T14:23:31.845ZMay 07 14:23:30.549 INFO Starting download, target: Console
17072026-05-07T14:23:31.845ZMay 07 14:23:30.549 INFO Starting download, target: DendriteStub
17082026-05-07T14:23:31.845ZMay 07 14:23:30.549 INFO Starting download, target: MaghemiteMgd
17092026-05-07T14:23:31.845ZMay 07 14:23:30.549 INFO Starting download, target: TransceiverControl
17102026-05-07T14:23:31.855ZMay 07 14:23:30.549 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17112026-05-07T14:23:31.855ZMay 07 14:23:30.549 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17122026-05-07T14:23:31.855ZMay 07 14:23:30.549 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-07T14:23:31.855ZMay 07 14:23:30.549 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-07T14:23:31.855ZMay 07 14:23:30.549 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17152026-05-07T14:23:31.855ZMay 07 14:23:30.549 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-05-07T14:23:32.483ZMay 07 14:23:31.167 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-07T14:23:32.666ZMay 07 14:23:31.370 INFO Download complete, target: TransceiverControl
17182026-05-07T14:23:32.891ZMay 07 14:23:31.590 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17192026-05-07T14:23:33.283ZMay 07 14:23:31.814 INFO Download complete, target: Console
17202026-05-07T14:23:34.251ZMay 07 14:23:32.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-07T14:23:35.023ZMay 07 14:23:33.677 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-05-07T14:23:37.908ZMay 07 14:23:35.847 INFO Download complete, target: MaghemiteMgd
17232026-05-07T14:23:38.066ZMay 07 14:23:36.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-05-07T14:23:39.079ZMay 07 14:23:37.782 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17252026-05-07T14:23:39.079ZMay 07 14:23:37.782 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17262026-05-07T14:23:40.376ZMay 07 14:23:39.064 INFO Download complete, target: DendriteStub
17272026-05-07T14:23:40.956ZMay 07 14:23:39.654 INFO Checking that binary works, target: Clickhouse
17282026-05-07T14:23:41.074ZMay 07 14:23:39.776 INFO Download complete, target: Clickhouse
17292026-05-07T14:23:43.585ZMay 07 14:23:42.287 INFO Checking that binary works, target: Cockroach
17302026-05-07T14:23:43.697ZMay 07 14:23:42.400 INFO Download complete, target: Cockroach
17312026-05-07T14:23:43.711ZAll builder prerequisites installed successfully, and PATH looks valid
17322026-05-07T14:23:43.715Z
17332026-05-07T14:23:43.715Zreal 2:15.052406295
17342026-05-07T14:23:43.715Zuser 6:41.296594121
17352026-05-07T14:23:43.715Zsys 1:20.323885414
17362026-05-07T14:23:43.715Ztrap 0.206941743
17372026-05-07T14:23:43.715Ztflt 0.686033711
17382026-05-07T14:23:43.715Zdflt 0.586744423
17392026-05-07T14:23:43.715Zkflt 0.026013812
17402026-05-07T14:23:43.715Zlock 21:42.075956103
17412026-05-07T14:23:43.715Zslp 20:43.983357257
17422026-05-07T14:23:43.715Zlat 40.405960486
17432026-05-07T14:23:43.715Zstop 1:48.664642896
17442026-05-07T14:23:43.715Z+ banner hack-check
17452026-05-07T14:23:43.715Z
17462026-05-07T14:23:43.715Z # # ## #### # # #### # # ###### #### # #
17472026-05-07T14:23:43.715Z # # # # # # # # # # # # # # # # #
17482026-05-07T14:23:43.715Z ###### # # # #### ##### # ###### ##### # ####
17492026-05-07T14:23:43.715Z # # ###### # # # # # # # # # #
17502026-05-07T14:23:43.715Z # # # # # # # # # # # # # # # # #
17512026-05-07T14:23:43.715Z # # # # #### # # #### # # ###### #### # #
17522026-05-07T14:23:43.715Z
17532026-05-07T14:23:43.715Z+ export CARGO_INCREMENTAL=0
17542026-05-07T14:23:43.715Z+ CARGO_INCREMENTAL=0
17552026-05-07T14:23:43.715Z+ ptime -m timeout 2h cargo xtask check-features --ci
17562026-05-07T14:23:44.236Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17572026-05-07T14:23:44.464Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17582026-05-07T14:23:46.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17592026-05-07T14:23:46.395Z Running `target/debug/xtask check-features --ci`
17602026-05-07T14:23:46.423Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17612026-05-07T14:23:46.426Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17622026-05-07T14:23:46.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17632026-05-07T14:23:46.924Z Running `target/debug/xtask download cargo-hack`
17642026-05-07T14:23:47.691Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17652026-05-07T14:23:48.002Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17662026-05-07T14:23:50.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17672026-05-07T14:23:50.666Z Running `target/debug/xtask-downloader cargo-hack`
17682026-05-07T14:23:50.705ZMay 07 14:23:49.406 INFO Starting download, target: CargoHack
17692026-05-07T14:23:50.708ZMay 07 14:23:49.406 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17702026-05-07T14:23:51.155ZMay 07 14:23:49.856 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17712026-05-07T14:23:51.203ZMay 07 14:23:49.905 INFO Download complete, target: CargoHack
17722026-05-07T14:23:51.206Zrunning: "/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"
17732026-05-07T14:23:51.221Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17742026-05-07T14:23:51.376Zinfo: running `cargo check --bins` on api_identity (1/274)
17752026-05-07T14:23:51.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762026-05-07T14:23:51.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772026-05-07T14:23:51.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782026-05-07T14:23:51.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17792026-05-07T14:23:51.947Z
17802026-05-07T14:23:51.947Zinfo: running `cargo check --bins` on bootstore (2/274)
17812026-05-07T14:23:52.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-07T14:23:52.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-07T14:23:52.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-07T14:23:52.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-07T14:23:52.527Z
17862026-05-07T14:23:52.527Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17872026-05-07T14:23:53.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-07T14:23:53.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-07T14:23:53.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-07T14:23:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-07T14:23:53.104Z
17922026-05-07T14:23:53.104Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17932026-05-07T14:23:53.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-07T14:23:53.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-07T14:23:53.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-07T14:23:53.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-07T14:23:53.677Z
17982026-05-07T14:23:53.677Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
17992026-05-07T14:23:54.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-07T14:23:54.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-07T14:23:54.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-07T14:23:54.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18032026-05-07T14:23:54.241Z
18042026-05-07T14:23:54.241Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18052026-05-07T14:23:54.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-07T14:23:54.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-07T14:23:54.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-07T14:23:54.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-07T14:23:54.818Z
18102026-05-07T14:23:54.819Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18112026-05-07T14:23:55.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-07T14:23:55.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-07T14:23:55.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-07T14:23:55.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-07T14:23:55.401Z
18162026-05-07T14:23:55.401Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18172026-05-07T14:23:55.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-07T14:23:55.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-07T14:23:55.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-07T14:23:55.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-07T14:23:55.983Z
18222026-05-07T14:23:55.983Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18232026-05-07T14:23:56.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-07T14:23:56.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-07T14:23:56.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-07T14:23:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18272026-05-07T14:23:56.443Z
18282026-05-07T14:23:56.443Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18292026-05-07T14:23:56.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-07T14:23:56.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-07T14:23:56.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-07T14:23:56.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18332026-05-07T14:23:56.903Z
18342026-05-07T14:23:56.903Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18352026-05-07T14:23:57.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-07T14:23:57.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-07T14:23:57.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-07T14:23:57.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-07T14:23:57.367Z
18402026-05-07T14:23:57.367Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18412026-05-07T14:23:57.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-07T14:23:57.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-07T14:23:57.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-07T14:23:57.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-07T14:23:57.831Z
18462026-05-07T14:23:57.831Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18472026-05-07T14:23:58.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-07T14:23:58.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-07T14:23:58.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-07T14:23:58.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-07T14:23:58.293Z
18522026-05-07T14:23:58.293Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18532026-05-07T14:23:58.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-07T14:23:58.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-07T14:23:58.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-07T14:23:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18572026-05-07T14:23:58.750Z
18582026-05-07T14:23:58.750Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18592026-05-07T14:23:59.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-07T14:23:59.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-07T14:23:59.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-07T14:23:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-07T14:23:59.212Z
18642026-05-07T14:23:59.212Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18652026-05-07T14:23:59.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-07T14:23:59.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-07T14:23:59.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-07T14:23:59.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-07T14:23:59.674Z
18702026-05-07T14:23:59.674Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18712026-05-07T14:24:00.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-07T14:24:00.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-07T14:24:00.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-07T14:24:00.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-07T14:24:00.137Z
18762026-05-07T14:24:00.137Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18772026-05-07T14:24:00.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-07T14:24:00.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-07T14:24:00.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-07T14:24:00.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-07T14:24:00.597Z
18822026-05-07T14:24:00.598Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18832026-05-07T14:24:00.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-07T14:24:00.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-07T14:24:00.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-07T14:24:01.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18872026-05-07T14:24:01.054Z
18882026-05-07T14:24:01.054Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18892026-05-07T14:24:01.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-07T14:24:01.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-07T14:24:01.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-07T14:24:01.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-07T14:24:01.516Z
18942026-05-07T14:24:01.517Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
18952026-05-07T14:24:01.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-07T14:24:01.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-07T14:24:01.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-07T14:24:01.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-07T14:24:01.981Z
19002026-05-07T14:24:01.981Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19012026-05-07T14:24:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-07T14:24:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-07T14:24:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-07T14:24:02.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-07T14:24:02.440Z
19062026-05-07T14:24:02.440Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19072026-05-07T14:24:02.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-07T14:24:02.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-07T14:24:02.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-07T14:24:02.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-07T14:24:02.902Z
19122026-05-07T14:24:02.902Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19132026-05-07T14:24:03.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-07T14:24:03.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-07T14:24:03.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-07T14:24:03.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-07T14:24:03.369Z
19182026-05-07T14:24:03.369Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19192026-05-07T14:24:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-07T14:24:03.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-07T14:24:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-07T14:24:03.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-07T14:24:03.835Z
19242026-05-07T14:24:03.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19252026-05-07T14:24:04.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-07T14:24:04.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-07T14:24:04.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-07T14:24:04.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-07T14:24:04.299Z
19302026-05-07T14:24:04.300Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19312026-05-07T14:24:04.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-07T14:24:04.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-07T14:24:04.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-07T14:24:04.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-07T14:24:04.762Z
19362026-05-07T14:24:04.762Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19372026-05-07T14:24:05.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-07T14:24:05.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-07T14:24:05.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-07T14:24:05.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-07T14:24:05.228Z
19422026-05-07T14:24:05.228Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19432026-05-07T14:24:05.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-07T14:24:05.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-07T14:24:05.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-07T14:24:05.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-07T14:24:05.688Z
19482026-05-07T14:24:05.688Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19492026-05-07T14:24:06.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-07T14:24:06.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-07T14:24:06.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-07T14:24:06.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-07T14:24:06.151Z
19542026-05-07T14:24:06.151Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19552026-05-07T14:24:06.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-07T14:24:06.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-07T14:24:06.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-07T14:24:06.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-07T14:24:06.613Z
19602026-05-07T14:24:06.613Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19612026-05-07T14:24:07.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-07T14:24:07.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-07T14:24:07.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-07T14:24:07.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-07T14:24:07.080Z
19662026-05-07T14:24:07.080Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19672026-05-07T14:24:07.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-07T14:24:07.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-07T14:24:07.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-07T14:24:07.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-07T14:24:07.543Z
19722026-05-07T14:24:07.543Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19732026-05-07T14:24:07.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-07T14:24:07.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-07T14:24:07.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-07T14:24:07.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-07T14:24:08.010Z
19782026-05-07T14:24:08.010Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19792026-05-07T14:24:08.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-07T14:24:08.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-07T14:24:08.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-07T14:24:08.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-07T14:24:08.474Z
19842026-05-07T14:24:08.474Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19852026-05-07T14:24:08.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-07T14:24:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-07T14:24:08.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-07T14:24:08.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-07T14:24:08.944Z
19902026-05-07T14:24:08.944Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19912026-05-07T14:24:09.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-07T14:24:09.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-07T14:24:09.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-07T14:24:09.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-07T14:24:09.412Z
19962026-05-07T14:24:09.412Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
19972026-05-07T14:24:09.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-07T14:24:09.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-07T14:24:09.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-07T14:24:09.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-07T14:24:09.881Z
20022026-05-07T14:24:09.881Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20032026-05-07T14:24:10.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-07T14:24:10.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-07T14:24:10.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-07T14:24:10.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-07T14:24:10.346Z
20082026-05-07T14:24:10.347Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20092026-05-07T14:24:10.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-07T14:24:10.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-07T14:24:10.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-07T14:24:10.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-07T14:24:10.816Z
20142026-05-07T14:24:10.816Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20152026-05-07T14:24:11.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-07T14:24:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-07T14:24:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-07T14:24:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-07T14:24:11.282Z
20202026-05-07T14:24:11.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20212026-05-07T14:24:11.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-07T14:24:11.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-07T14:24:11.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-07T14:24:11.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-07T14:24:11.751Z
20262026-05-07T14:24:11.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20272026-05-07T14:24:12.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-07T14:24:12.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-07T14:24:12.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-07T14:24:12.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-07T14:24:12.214Z
20322026-05-07T14:24:12.214Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20332026-05-07T14:24:12.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-07T14:24:12.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-07T14:24:12.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-07T14:24:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-07T14:24:12.678Z
20382026-05-07T14:24:12.678Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20392026-05-07T14:24:13.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-07T14:24:13.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-07T14:24:13.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-07T14:24:13.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-07T14:24:13.147Z
20442026-05-07T14:24:13.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20452026-05-07T14:24:13.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-07T14:24:13.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-07T14:24:13.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-07T14:24:13.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-07T14:24:13.619Z
20502026-05-07T14:24:13.619Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20512026-05-07T14:24:14.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-07T14:24:14.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-07T14:24:14.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-07T14:24:14.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-07T14:24:14.087Z
20562026-05-07T14:24:14.087Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20572026-05-07T14:24:14.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-07T14:24:14.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-07T14:24:14.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-07T14:24:14.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-07T14:24:14.550Z
20622026-05-07T14:24:14.550Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20632026-05-07T14:24:15.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-07T14:24:15.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-07T14:24:15.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-07T14:24:15.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-05-07T14:24:15.183Z
20682026-05-07T14:24:15.183Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20692026-05-07T14:24:15.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-07T14:24:15.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-07T14:24:15.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-07T14:24:15.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-07T14:24:15.822Z
20742026-05-07T14:24:15.822Zinfo: running `cargo check --bins` on nexus-config (51/274)
20752026-05-07T14:24:16.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-07T14:24:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-07T14:24:16.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-07T14:24:16.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-07T14:24:16.456Z
20802026-05-07T14:24:16.456Zinfo: running `cargo check --bins` on nexus-types (52/274)
20812026-05-07T14:24:16.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-07T14:24:16.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-07T14:24:16.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-07T14:24:16.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-07T14:24:17.090Z
20862026-05-07T14:24:17.090Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20872026-05-07T14:24:17.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-07T14:24:17.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-07T14:24:17.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-07T14:24:17.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20912026-05-07T14:24:17.687Z
20922026-05-07T14:24:17.687Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20932026-05-07T14:24:18.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-07T14:24:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-07T14:24:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-07T14:24:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20972026-05-07T14:24:18.265Z
20982026-05-07T14:24:18.265Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
20992026-05-07T14:24:18.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-07T14:24:18.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-07T14:24:18.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-07T14:24:18.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21032026-05-07T14:24:18.866Z
21042026-05-07T14:24:18.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21052026-05-07T14:24:19.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-07T14:24:19.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-07T14:24:19.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-07T14:24:19.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-07T14:24:19.464Z
21102026-05-07T14:24:19.464Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21112026-05-07T14:24:19.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-07T14:24:19.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-07T14:24:19.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-07T14:24:19.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-07T14:24:20.059Z
21162026-05-07T14:24:20.059Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21172026-05-07T14:24:20.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-07T14:24:20.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-07T14:24:20.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-07T14:24:20.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-07T14:24:20.658Z
21222026-05-07T14:24:20.658Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21232026-05-07T14:24:21.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-07T14:24:21.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-07T14:24:21.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-07T14:24:21.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21272026-05-07T14:24:21.239Z
21282026-05-07T14:24:21.239Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21292026-05-07T14:24:21.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-07T14:24:21.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-07T14:24:21.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-07T14:24:21.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-07T14:24:21.819Z
21342026-05-07T14:24:21.819Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21352026-05-07T14:24:22.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-07T14:24:22.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-07T14:24:22.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-07T14:24:22.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-07T14:24:22.401Z
21402026-05-07T14:24:22.401Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21412026-05-07T14:24:22.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-07T14:24:22.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-07T14:24:22.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-07T14:24:22.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-07T14:24:22.984Z
21462026-05-07T14:24:22.984Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21472026-05-07T14:24:23.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-07T14:24:23.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-07T14:24:23.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-07T14:24:23.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-07T14:24:23.579Z
21522026-05-07T14:24:23.579Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21532026-05-07T14:24:24.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-07T14:24:24.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-07T14:24:24.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-07T14:24:24.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-07T14:24:24.171Z
21582026-05-07T14:24:24.171Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21592026-05-07T14:24:24.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-07T14:24:24.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-07T14:24:24.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-07T14:24:24.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-07T14:24:24.747Z
21642026-05-07T14:24:24.747Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21652026-05-07T14:24:25.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-07T14:24:25.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-07T14:24:25.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-07T14:24:25.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21692026-05-07T14:24:25.326Z
21702026-05-07T14:24:25.326Zinfo: running `cargo check --bins` on ereport-types (67/274)
21712026-05-07T14:24:25.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-07T14:24:25.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-07T14:24:25.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-07T14:24:25.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-07T14:24:25.911Z
21762026-05-07T14:24:25.911Zinfo: running `cargo check --bins` on gateway-client (68/274)
21772026-05-07T14:24:26.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-07T14:24:26.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-07T14:24:26.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-07T14:24:26.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812026-05-07T14:24:26.503Z
21822026-05-07T14:24:26.503Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21832026-05-07T14:24:26.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-07T14:24:27.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-07T14:24:27.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-07T14:24:27.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-07T14:24:27.091Z
21882026-05-07T14:24:27.091Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21892026-05-07T14:24:27.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-07T14:24:27.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-07T14:24:27.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-07T14:24:27.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-07T14:24:27.679Z
21942026-05-07T14:24:27.679Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
21952026-05-07T14:24:28.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-07T14:24:28.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-07T14:24:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-07T14:24:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-07T14:24:28.269Z
22002026-05-07T14:24:28.269Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22012026-05-07T14:24:28.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-07T14:24:28.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-07T14:24:28.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-07T14:24:28.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-07T14:24:28.858Z
22062026-05-07T14:24:28.858Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22072026-05-07T14:24:29.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-07T14:24:29.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-07T14:24:29.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-07T14:24:29.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22112026-05-07T14:24:29.466Z
22122026-05-07T14:24:29.466Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22132026-05-07T14:24:29.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-07T14:24:29.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-07T14:24:29.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-07T14:24:29.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-07T14:24:30.073Z
22182026-05-07T14:24:30.073Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22192026-05-07T14:24:30.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-07T14:24:30.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-07T14:24:30.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-07T14:24:30.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22232026-05-07T14:24:30.652Z
22242026-05-07T14:24:30.652Zinfo: running `cargo check --bins` on oxlog (76/274)
22252026-05-07T14:24:31.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-07T14:24:31.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-07T14:24:31.251Z Checking cfg-if v1.0.4
22282026-05-07T14:24:31.254Z Checking libc v0.2.185
22292026-05-07T14:24:31.254Z Checking serde_core v1.0.228
22302026-05-07T14:24:31.369Z Checking zeroize v1.8.2
22312026-05-07T14:24:31.376Z Checking memchr v2.8.0
22322026-05-07T14:24:31.384Z Checking log v0.4.29
22332026-05-07T14:24:31.394Z Checking smallvec v1.15.1
22342026-05-07T14:24:31.404Z Checking typenum v1.19.0
22352026-05-07T14:24:31.404Z Checking subtle v2.6.1
22362026-05-07T14:24:31.508Z Checking itoa v1.0.17
22372026-05-07T14:24:31.544Z Checking scopeguard v1.2.0
22382026-05-07T14:24:31.557Z Checking const-oid v0.9.6
22392026-05-07T14:24:31.566Z Checking stable_deref_trait v1.2.1
22402026-05-07T14:24:31.639Z Checking portable-atomic v1.13.1
22412026-05-07T14:24:31.652Z Checking lock_api v0.4.14
22422026-05-07T14:24:31.652Z Checking zerofrom v0.1.6
22432026-05-07T14:24:31.746Z Checking getrandom v0.2.17
22442026-05-07T14:24:31.758Z Checking errno v0.3.14
22452026-05-07T14:24:31.762Z Checking critical-section v1.2.0
22462026-05-07T14:24:31.849Z Checking yoke v0.8.1
22472026-05-07T14:24:31.895Z Checking signal-hook-registry v1.4.8
22482026-05-07T14:24:31.895Z Checking parking_lot_core v0.9.12
22492026-05-07T14:24:31.917Z Checking generic-array v0.14.7
22502026-05-07T14:24:31.917Z Checking rand_core v0.6.4
22512026-05-07T14:24:32.011Z Checking zerovec v0.11.5
22522026-05-07T14:24:32.024Z Checking once_cell v1.21.3
22532026-05-07T14:24:32.051Z Checking zerocopy v0.8.40
22542026-05-07T14:24:32.086Z Checking pin-project-lite v0.2.17
22552026-05-07T14:24:32.096Z Checking parking_lot v0.12.5
22562026-05-07T14:24:32.174Z Checking mio v1.2.0
22572026-05-07T14:24:32.189Z Checking socket2 v0.6.3
22582026-05-07T14:24:32.207Z Checking libm v0.2.16
22592026-05-07T14:24:32.275Z Checking zmij v1.0.21
22602026-05-07T14:24:32.336Z Checking crypto-common v0.1.7
22612026-05-07T14:24:32.421Z Checking block-buffer v0.10.4
22622026-05-07T14:24:32.438Z Checking tinystr v0.8.2
22632026-05-07T14:24:32.450Z Checking futures-core v0.3.32
22642026-05-07T14:24:32.461Z Checking writeable v0.6.2
22652026-05-07T14:24:32.479Z Checking equivalent v1.0.2
22662026-05-07T14:24:33.555Z Checking digest v0.10.7
22672026-05-07T14:24:33.559Z Checking percent-encoding v2.3.2
22682026-05-07T14:24:33.559Z Checking litemap v0.8.1
22692026-05-07T14:24:33.559Z Checking potential_utf v0.1.4
22702026-05-07T14:24:33.559Z Checking zerotrie v0.2.3
22712026-05-07T14:24:33.559Z Checking cpufeatures v0.2.17
22722026-05-07T14:24:33.559Z Checking icu_collections v2.1.1
22732026-05-07T14:24:33.559Z Checking icu_locale_core v2.1.1
22742026-05-07T14:24:33.559Z Checking hmac v0.12.1
22752026-05-07T14:24:33.559Z Checking block-padding v0.3.3
22762026-05-07T14:24:33.559Z Checking serde v1.0.228
22772026-05-07T14:24:33.559Z Checking bitflags v2.11.0
22782026-05-07T14:24:33.559Z Checking serde_json v1.0.149
22792026-05-07T14:24:33.560Z Checking num-traits v0.2.19
22802026-05-07T14:24:33.560Z Checking icu_normalizer_data v2.1.1
22812026-05-07T14:24:33.560Z Checking icu_properties_data v2.1.2
22822026-05-07T14:24:33.560Z Checking hashbrown v0.17.0
22832026-05-07T14:24:33.560Z Checking futures-sink v0.3.32
22842026-05-07T14:24:33.560Z Checking rand_core v0.10.0
22852026-05-07T14:24:33.560Z Checking futures-channel v0.3.32
22862026-05-07T14:24:33.560Z Checking bytes v1.11.1
22872026-05-07T14:24:33.560Z Checking getrandom v0.4.1
22882026-05-07T14:24:33.560Z Checking icu_provider v2.1.1
22892026-05-07T14:24:33.560Z Checking inout v0.1.4
22902026-05-07T14:24:33.560Z Checking futures-task v0.3.32
22912026-05-07T14:24:33.560Z Checking futures-io v0.3.32
22922026-05-07T14:24:33.560Z Checking slab v0.4.12
22932026-05-07T14:24:33.561Z Checking indexmap v2.14.0
22942026-05-07T14:24:33.561Z Checking cipher v0.4.4
22952026-05-07T14:24:33.561Z Checking icu_properties v2.1.2
22962026-05-07T14:24:33.561Z Checking icu_normalizer v2.1.1
22972026-05-07T14:24:33.561Z Checking sha2 v0.10.9
22982026-05-07T14:24:33.611Z Checking futures-util v0.3.32
22992026-05-07T14:24:33.640Z Checking tokio v1.52.1
23002026-05-07T14:24:33.709Z Checking getrandom v0.3.4
23012026-05-07T14:24:33.819Z Checking base64ct v1.8.3
23022026-05-07T14:24:33.838Z Checking utf8_iter v1.0.4
23032026-05-07T14:24:33.851Z Checking byteorder v1.5.0
23042026-05-07T14:24:33.958Z Checking form_urlencoded v1.2.2
23052026-05-07T14:24:34.021Z Checking fnv v1.0.7
23062026-05-07T14:24:34.042Z Checking pem-rfc7468 v0.7.0
23072026-05-07T14:24:34.046Z Checking flagset v0.4.7
23082026-05-07T14:24:34.083Z Checking rand_core v0.9.5
23092026-05-07T14:24:34.113Z Checking salsa20 v0.10.2
23102026-05-07T14:24:34.169Z Checking http v1.4.0
23112026-05-07T14:24:34.193Z Checking der v0.7.10
23122026-05-07T14:24:34.241Z Checking uuid v1.23.0
23132026-05-07T14:24:34.254Z Checking pbkdf2 v0.12.2
23142026-05-07T14:24:34.317Z Checking idna_adapter v1.2.1
23152026-05-07T14:24:34.360Z Checking scrypt v0.11.0
23162026-05-07T14:24:34.440Z Checking idna v1.1.0
23172026-05-07T14:24:34.504Z Checking cbc v0.1.2
23182026-05-07T14:24:34.562Z Checking aes v0.8.4
23192026-05-07T14:24:34.630Z Checking rustix v1.1.3
23202026-05-07T14:24:34.678Z Checking url v2.5.8
23212026-05-07T14:24:34.723Z Checking tracing-core v0.1.36
23222026-05-07T14:24:34.763Z Checking ppv-lite86 v0.2.21
23232026-05-07T14:24:34.914Z Checking spki v0.7.3
23242026-05-07T14:24:34.947Z Checking rustls-pki-types v1.14.0
23252026-05-07T14:24:35.020Z Checking regex-syntax v0.8.10
23262026-05-07T14:24:35.049Z Checking rand_chacha v0.9.0
23272026-05-07T14:24:35.080Z Checking iana-time-zone v0.1.65
23282026-05-07T14:24:35.107Z Checking pkcs5 v0.7.1
23292026-05-07T14:24:35.178Z Checking chrono v0.4.44
23302026-05-07T14:24:35.225Z Checking tracing v0.1.44
23312026-05-07T14:24:35.244Z Checking rand v0.9.2
23322026-05-07T14:24:35.360Z Checking http-body v1.0.1
23332026-05-07T14:24:35.429Z Checking aws-lc-sys v0.37.1
23342026-05-07T14:24:35.458Z Checking untrusted v0.7.1
23352026-05-07T14:24:35.477Z Checking openssl-probe v0.2.1
23362026-05-07T14:24:35.489Z Checking untrusted v0.9.0
23372026-05-07T14:24:35.566Z Checking base64 v0.22.1
23382026-05-07T14:24:35.584Z Checking pkcs8 v0.10.2
23392026-05-07T14:24:35.596Z Checking ring v0.17.14
23402026-05-07T14:24:35.711Z Checking try-lock v0.2.5
23412026-05-07T14:24:35.757Z Checking tinyvec_macros v0.1.1
23422026-05-07T14:24:35.798Z Checking plain v0.2.3
23432026-05-07T14:24:35.811Z Checking tower-layer v0.3.3
23442026-05-07T14:24:35.824Z Checking tower-service v0.3.3
23452026-05-07T14:24:35.900Z Checking atomic-waker v1.1.2
23462026-05-07T14:24:35.913Z Checking tinyvec v1.10.0
23472026-05-07T14:24:35.925Z Checking aws-lc-rs v1.16.0
23482026-05-07T14:24:35.952Z Checking want v0.3.1
23492026-05-07T14:24:35.996Z Checking ipnet v2.11.0
23502026-05-07T14:24:36.019Z Checking semver v1.0.28
23512026-05-07T14:24:36.071Z Checking httparse v1.10.1
23522026-05-07T14:24:36.214Z Checking spin v0.9.8
23532026-05-07T14:24:36.227Z Checking httpdate v1.0.3
23542026-05-07T14:24:36.245Z Checking unicode-ident v1.0.24
23552026-05-07T14:24:36.273Z Checking fastrand v2.3.0
23562026-05-07T14:24:36.308Z Checking dyn-clone v1.0.20
23572026-05-07T14:24:36.350Z Checking pin-utils v0.1.0
23582026-05-07T14:24:36.365Z Checking ucd-trie v0.1.7
23592026-05-07T14:24:36.389Z Checking foreign-types-shared v0.1.1
23602026-05-07T14:24:36.407Z Checking schemars v0.8.22
23612026-05-07T14:24:36.419Z Checking proc-macro2 v1.0.106
23622026-05-07T14:24:36.448Z Checking tempfile v3.25.0
23632026-05-07T14:24:36.467Z Checking foreign-types v0.3.2
23642026-05-07T14:24:36.493Z Checking pest v2.8.6
23652026-05-07T14:24:36.536Z Checking openssl-sys v0.9.114
23662026-05-07T14:24:36.568Z Checking thiserror v2.0.18
23672026-05-07T14:24:36.634Z Checking aho-corasick v1.1.4
23682026-05-07T14:24:36.669Z Checking wait-timeout v0.2.1
23692026-05-07T14:24:36.730Z Checking quick-error v1.2.3
23702026-05-07T14:24:36.742Z Checking rustls-webpki v0.103.9
23712026-05-07T14:24:36.790Z Checking siphasher v1.0.2
23722026-05-07T14:24:36.804Z Checking tokio-util v0.7.18
23732026-05-07T14:24:36.830Z Checking powerfmt v0.2.0
23742026-05-07T14:24:36.948Z Checking bit-vec v0.8.0
23752026-05-07T14:24:36.983Z Checking simd-adler32 v0.3.8
23762026-05-07T14:24:37.033Z Checking pretty-hex v0.4.1
23772026-05-07T14:24:37.046Z Checking utf8parse v0.2.2
23782026-05-07T14:24:37.139Z Checking anstyle v1.0.13
23792026-05-07T14:24:37.151Z Checking bit-set v0.8.0
23802026-05-07T14:24:37.154Z Checking anstyle-parse v0.2.7
23812026-05-07T14:24:37.155Z Checking rustls v0.23.37
23822026-05-07T14:24:37.155Z Checking openssl v0.10.78
23832026-05-07T14:24:37.289Z Checking deranged v0.5.8
23842026-05-07T14:24:37.301Z Checking regex-automata v0.4.14
23852026-05-07T14:24:37.312Z Checking rusty-fork v0.3.1
23862026-05-07T14:24:37.325Z Checking quote v1.0.45
23872026-05-07T14:24:37.387Z Checking h2 v0.4.13
23882026-05-07T14:24:37.481Z Compiling newtype-uuid v1.3.2
23892026-05-07T14:24:37.493Z Checking unicode-normalization v0.1.25
23902026-05-07T14:24:37.529Z Checking rustls-native-certs v0.8.3
23912026-05-07T14:24:37.661Z Checking crossbeam-utils v0.8.21
23922026-05-07T14:24:37.662Z Checking rand_xorshift v0.4.0
23932026-05-07T14:24:37.804Z Checking crc32fast v1.5.0
23942026-05-07T14:24:37.895Z Checking scroll v0.13.0
23952026-05-07T14:24:37.931Z Checking signature v2.2.0
23962026-05-07T14:24:37.990Z Checking sync_wrapper v1.0.2
23972026-05-07T14:24:38.065Z Checking unarray v0.1.4
23982026-05-07T14:24:38.086Z Checking adler2 v2.0.1
23992026-05-07T14:24:38.119Z Checking anstyle-query v1.1.5
24002026-05-07T14:24:38.167Z Checking time-core v0.1.8
24012026-05-07T14:24:38.190Z Checking allocator-api2 v0.2.21
24022026-05-07T14:24:38.209Z Checking unicode-properties v0.1.4
24032026-05-07T14:24:38.221Z Checking unicode-bidi v0.3.18
24042026-05-07T14:24:38.305Z Checking colorchoice v1.0.4
24052026-05-07T14:24:38.395Z Checking num_threads v0.1.7
24062026-05-07T14:24:38.410Z Checking is_terminal_polyfill v1.70.2
24072026-05-07T14:24:38.473Z Checking num-conv v0.2.0
24082026-05-07T14:24:38.486Z Checking miniz_oxide v0.8.9
24092026-05-07T14:24:38.499Z Checking anstream v0.6.21
24102026-05-07T14:24:38.512Z Checking stringprep v0.1.5
24112026-05-07T14:24:38.597Z Checking time v0.3.47
24122026-05-07T14:24:38.660Z Checking proptest v1.10.0
24132026-05-07T14:24:38.691Z Checking goblin v0.10.5
24142026-05-07T14:24:38.834Z Checking tower v0.5.3
24152026-05-07T14:24:39.142Z Checking crossbeam-epoch v0.9.18
24162026-05-07T14:24:39.149Z Checking native-tls v0.2.18
24172026-05-07T14:24:39.214Z Compiling daft v0.1.5
24182026-05-07T14:24:39.331Z Checking syn v2.0.117
24192026-05-07T14:24:39.340Z Checking ipnetwork v0.21.1
24202026-05-07T14:24:39.494Z Checking http-body-util v0.1.3
24212026-05-07T14:24:39.515Z Checking tokio-rustls v0.26.4
24222026-05-07T14:24:39.550Z Checking webpki-roots v1.0.6
24232026-05-07T14:24:39.667Z Checking rand_chacha v0.3.1
24242026-05-07T14:24:39.695Z Checking thiserror v1.0.69
24252026-05-07T14:24:39.710Z Checking scroll v0.12.0
24262026-05-07T14:24:39.736Z Checking zstd-sys v2.0.16+zstd.1.5.7
24272026-05-07T14:24:39.789Z Checking hash32 v0.2.1
24282026-05-07T14:24:39.844Z Checking num-integer v0.1.46
24292026-05-07T14:24:39.869Z Checking serde_spanned v0.6.9
24302026-05-07T14:24:39.931Z Checking toml_datetime v0.6.11
24312026-05-07T14:24:39.943Z Checking md-5 v0.10.6
24322026-05-07T14:24:39.988Z Checking ff v0.13.1
24332026-05-07T14:24:40.046Z Checking hyper v1.8.1
24342026-05-07T14:24:40.063Z Checking ryu v1.0.23
24352026-05-07T14:24:40.075Z Checking iri-string v0.7.10
24362026-05-07T14:24:40.109Z Checking base16ct v0.2.0
24372026-05-07T14:24:40.121Z Checking fallible-iterator v0.2.0
24382026-05-07T14:24:40.192Z Checking psl-types v2.0.11
24392026-05-07T14:24:40.232Z Checking zlib-rs v0.6.2
24402026-05-07T14:24:40.308Z Checking publicsuffix v2.3.0
24412026-05-07T14:24:40.385Z Checking postgres-protocol v0.6.10
24422026-05-07T14:24:40.469Z Checking sec1 v0.7.3
24432026-05-07T14:24:40.575Z Checking serde_urlencoded v0.7.1
24442026-05-07T14:24:40.672Z Checking group v0.13.0
24452026-05-07T14:24:40.687Z Compiling iddqd v0.3.18
24462026-05-07T14:24:40.778Z Checking num-iter v0.1.45
24472026-05-07T14:24:40.816Z Checking heapless v0.7.17
24482026-05-07T14:24:40.888Z Checking goblin v0.8.2
24492026-05-07T14:24:40.924Z Checking hyper-util v0.1.20
24502026-05-07T14:24:40.979Z Checking dof v0.4.0
24512026-05-07T14:24:41.049Z Checking tower-http v0.6.8
24522026-05-07T14:24:41.099Z Checking flate2 v1.1.9
24532026-05-07T14:24:41.217Z Checking rand v0.8.5
24542026-05-07T14:24:41.320Z Checking zstd-safe v7.2.4
24552026-05-07T14:24:41.386Z Checking cookie v0.18.1
24562026-05-07T14:24:41.484Z Checking oxnet v0.1.4
24572026-05-07T14:24:41.566Z Checking tokio-native-tls v0.3.1
24582026-05-07T14:24:41.593Z Checking dtrace-parser v0.3.0
24592026-05-07T14:24:41.616Z Checking phf_shared v0.13.1
24602026-05-07T14:24:41.717Z Checking lazy_static v1.5.0
24612026-05-07T14:24:41.720Z Checking zerocopy v0.7.35
24622026-05-07T14:24:41.721Z Checking terminal_size v0.4.3
24632026-05-07T14:24:41.800Z Checking bzip2-sys v0.1.13+1.0.8
24642026-05-07T14:24:41.813Z Checking signal-hook v0.3.18
24652026-05-07T14:24:41.824Z Checking hkdf v0.12.4
24662026-05-07T14:24:41.828Z Checking crypto-bigint v0.5.5
24672026-05-07T14:24:41.861Z Checking thread-id v5.1.0
24682026-05-07T14:24:41.893Z Checking managed v0.8.0
24692026-05-07T14:24:41.944Z Checking bitflags v1.3.2
24702026-05-07T14:24:41.964Z Checking clap_lex v1.0.0
24712026-05-07T14:24:41.999Z Checking libbz2-rs-sys v0.2.2
24722026-05-07T14:24:42.014Z Checking foldhash v0.2.0
24732026-05-07T14:24:42.064Z Checking strsim v0.11.1
24742026-05-07T14:24:42.111Z Compiling rayon-core v1.13.0
24752026-05-07T14:24:42.151Z Checking hyper-rustls v0.27.7
24762026-05-07T14:24:42.165Z Checking winnow v0.5.40
24772026-05-07T14:24:42.222Z Checking foldhash v0.1.5
24782026-05-07T14:24:42.227Z Checking bumpalo v3.20.2
24792026-05-07T14:24:42.284Z Checking winnow v0.7.14
24802026-05-07T14:24:42.353Z Checking either v1.15.0
24812026-05-07T14:24:42.368Z Checking hashbrown v0.15.5
24822026-05-07T14:24:42.377Z Checking bzip2 v0.6.1
24832026-05-07T14:24:42.427Z Checking zopfli v0.8.3
24842026-05-07T14:24:42.535Z Checking clap_builder v4.5.60
24852026-05-07T14:24:42.561Z Checking hashbrown v0.16.1
24862026-05-07T14:24:42.707Z Checking elliptic-curve v0.13.8
24872026-05-07T14:24:42.754Z Checking hyper-tls v0.6.0
24882026-05-07T14:24:42.765Z Checking dof v0.3.0
24892026-05-07T14:24:42.819Z Checking smoltcp v0.9.1
24902026-05-07T14:24:42.914Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24912026-05-07T14:24:43.001Z Checking signal-hook-mio v0.2.5
24922026-05-07T14:24:43.040Z Checking usdt-impl v0.6.0
24932026-05-07T14:24:43.055Z Checking bzip2 v0.4.4
24942026-05-07T14:24:43.102Z Checking num-bigint-dig v0.8.6
24952026-05-07T14:24:43.118Z Checking phf v0.13.1
24962026-05-07T14:24:43.266Z Checking cookie_store v0.22.1
24972026-05-07T14:24:43.290Z Checking toml_edit v0.19.15
24982026-05-07T14:24:43.320Z Checking zstd v0.13.3
24992026-05-07T14:24:43.419Z Checking postgres-types v0.2.12
25002026-05-07T14:24:43.454Z Checking dtrace-parser v0.2.0
25012026-05-07T14:24:43.467Z Checking rustls-platform-verifier v0.6.2
25022026-05-07T14:24:43.525Z Checking crossbeam-deque v0.8.6
25032026-05-07T14:24:43.600Z Checking bstr v1.12.1
25042026-05-07T14:24:43.613Z Checking regex v1.12.3
25052026-05-07T14:24:43.679Z Checking ed25519 v2.2.3
25062026-05-07T14:24:43.692Z Checking phf_shared v0.11.3
25072026-05-07T14:24:43.724Z Checking ref-cast v1.0.25
25082026-05-07T14:24:43.783Z Checking curve25519-dalek v4.1.3
25092026-05-07T14:24:43.821Z Checking strum v0.27.2
25102026-05-07T14:24:43.833Z Checking hubpack v0.1.2
25112026-05-07T14:24:43.860Z Checking memoffset v0.9.1
25122026-05-07T14:24:43.888Z Checking rustix v0.38.44
25132026-05-07T14:24:43.927Z Checking pkcs1 v0.7.5
25142026-05-07T14:24:43.931Z Checking float-cmp v0.10.0
25152026-05-07T14:24:43.939Z Checking serde-big-array v0.5.1
25162026-05-07T14:24:43.987Z Checking hex v0.4.3
25172026-05-07T14:24:43.998Z Checking erased-serde v0.3.31
25182026-05-07T14:24:44.049Z Checking rfc6979 v0.4.0
25192026-05-07T14:24:44.067Z Checking memmap2 v0.9.10
25202026-05-07T14:24:44.115Z Checking thread-id v4.2.2
25212026-05-07T14:24:44.162Z Checking env_filter v1.0.0
25222026-05-07T14:24:44.192Z Checking encoding_rs v0.8.35
25232026-05-07T14:24:44.207Z Checking fixedbitset v0.5.7
25242026-05-07T14:24:44.225Z Checking fixedbitset v0.4.2
25252026-05-07T14:24:44.304Z Checking unicode-segmentation v1.12.0
25262026-05-07T14:24:44.316Z Checking keccak v0.1.6
25272026-05-07T14:24:44.369Z Checking toml_write v0.1.2
25282026-05-07T14:24:44.369Z Checking rustc-hash v2.1.1
25292026-05-07T14:24:44.395Z Checking new_debug_unreachable v1.0.6
25302026-05-07T14:24:44.461Z Checking whoami v2.1.0
25312026-05-07T14:24:44.474Z Checking mime v0.3.17
25322026-05-07T14:24:44.486Z Checking normalize-line-endings v0.3.0
25332026-05-07T14:24:44.542Z Checking precomputed-hash v0.1.1
25342026-05-07T14:24:44.555Z Checking static_assertions v1.1.0
25352026-05-07T14:24:44.572Z Checking data-encoding v2.10.0
25362026-05-07T14:24:44.613Z Checking difflib v0.4.0
25372026-05-07T14:24:44.625Z Checking predicates-core v1.0.10
25382026-05-07T14:24:44.626Z Checking jiff v0.2.21
25392026-05-07T14:24:44.649Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25402026-05-07T14:24:44.659Z Checking tokio-postgres v0.7.16
25412026-05-07T14:24:44.679Z Checking crossterm v0.28.1
25422026-05-07T14:24:44.742Z Checking string_cache v0.8.9
25432026-05-07T14:24:44.783Z Checking predicates v3.1.4
25442026-05-07T14:24:44.837Z Checking hickory-proto v0.25.2
25452026-05-07T14:24:44.907Z Checking similar v2.7.0
25462026-05-07T14:24:45.074Z Checking ed25519-dalek v2.2.0
25472026-05-07T14:24:45.135Z Checking reqwest v0.12.28
25482026-05-07T14:24:45.286Z Checking toml_edit v0.22.27
25492026-05-07T14:24:45.396Z Checking sha3 v0.10.8
25502026-05-07T14:24:45.605Z Checking petgraph v0.8.3
25512026-05-07T14:24:45.905Z Checking slog v2.8.2
25522026-05-07T14:24:45.975Z Checking petgraph v0.6.5
25532026-05-07T14:24:46.132Z Checking toml v0.7.8
25542026-05-07T14:24:46.169Z Checking env_logger v0.11.9
25552026-05-07T14:24:46.343Z Checking usdt v0.6.0
25562026-05-07T14:24:46.358Z Checking serde_with v3.17.0
25572026-05-07T14:24:46.442Z Checking usdt-impl v0.5.0
25582026-05-07T14:24:46.509Z Checking ecdsa v0.16.9
25592026-05-07T14:24:46.717Z Checking rsa v0.9.10
25602026-05-07T14:24:46.829Z Checking zip v4.6.1
25612026-05-07T14:24:46.841Z Checking nix v0.31.2
25622026-05-07T14:24:46.853Z Checking clap v4.5.60
25632026-05-07T14:24:47.134Z Checking reqwest v0.13.2
25642026-05-07T14:24:47.177Z Checking toml_parser v1.0.9+spec-1.1.0
25652026-05-07T14:24:47.206Z Checking zip v0.6.6
25662026-05-07T14:24:47.262Z Checking itertools v0.13.0
25672026-05-07T14:24:47.389Z Checking strum v0.26.3
25682026-05-07T14:24:47.494Z Checking tokio-stream v0.1.18
25692026-05-07T14:24:47.506Z Checking fs-err v3.3.0
25702026-05-07T14:24:47.518Z Checking ahash v0.8.12
25712026-05-07T14:24:47.567Z Checking object v0.37.3
25722026-05-07T14:24:47.705Z Checking buf-list v1.1.2
25732026-05-07T14:24:47.739Z Checking anyhow v1.0.102
25742026-05-07T14:24:47.793Z Checking camino v1.2.2
25752026-05-07T14:24:47.818Z Checking x509-cert v0.2.5
25762026-05-07T14:24:47.877Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25772026-05-07T14:24:47.887Z Checking openapiv3 v2.2.0
25782026-05-07T14:24:47.936Z Checking toml_datetime v0.7.5+spec-1.1.0
25792026-05-07T14:24:47.963Z Checking sha1 v0.10.6
25802026-05-07T14:24:48.052Z Checking lalrpop-util v0.19.12
25812026-05-07T14:24:48.135Z Checking peg-runtime v0.8.5
25822026-05-07T14:24:48.148Z Checking rayon v1.11.0
25832026-05-07T14:24:48.148Z Checking sigpipe v0.1.3
25842026-05-07T14:24:48.214Z Checking glob v0.3.3
25852026-05-07T14:24:49.738Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25862026-05-07T14:24:50.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
25872026-05-07T14:24:50.183Z
25882026-05-07T14:24:50.183Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25892026-05-07T14:24:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902026-05-07T14:24:50.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912026-05-07T14:24:50.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922026-05-07T14:24:50.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25932026-05-07T14:24:50.782Z
25942026-05-07T14:24:50.782Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
25952026-05-07T14:24:51.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-07T14:24:51.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-07T14:24:51.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-07T14:24:51.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-07T14:24:51.376Z
26002026-05-07T14:24:51.376Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26012026-05-07T14:24:51.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-07T14:24:51.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-07T14:24:51.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-07T14:24:51.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26052026-05-07T14:24:51.986Z
26062026-05-07T14:24:51.986Zinfo: running `cargo check --bins` on oxql-types (80/274)
26072026-05-07T14:24:52.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-07T14:24:52.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-07T14:24:52.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-07T14:24:52.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26112026-05-07T14:24:52.584Z
26122026-05-07T14:24:52.585Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26132026-05-07T14:24:53.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-07T14:24:53.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-07T14:24:53.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-07T14:24:53.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-07T14:24:53.309Z
26182026-05-07T14:24:53.309Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26192026-05-07T14:24:53.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-07T14:24:53.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-07T14:24:53.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-07T14:24:53.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-07T14:24:53.780Z
26242026-05-07T14:24:53.780Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26252026-05-07T14:24:54.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-07T14:24:54.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-07T14:24:54.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-07T14:24:54.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26292026-05-07T14:24:54.361Z
26302026-05-07T14:24:54.361Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26312026-05-07T14:24:54.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-07T14:24:54.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-07T14:24:55.042Z Compiling structmeta-derive v0.3.0
26342026-05-07T14:24:55.157Z Compiling rustls v0.22.4
26352026-05-07T14:24:55.167Z Compiling multer v3.1.0
26362026-05-07T14:24:55.176Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26372026-05-07T14:24:55.176Z Compiling async-stream-impl v0.3.6
26382026-05-07T14:24:55.196Z Compiling dropshot v0.17.0
26392026-05-07T14:24:55.212Z Compiling newtype-uuid-macros v0.1.0
26402026-05-07T14:24:55.212Z Compiling dropshot_endpoint v0.17.0
26412026-05-07T14:24:55.333Z Checking newtype-uuid v1.3.2
26422026-05-07T14:24:55.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26432026-05-07T14:24:55.451Z Checking rustls-webpki v0.102.8
26442026-05-07T14:24:55.531Z Checking daft v0.1.5
26452026-05-07T14:24:55.551Z Checking futures-executor v0.3.32
26462026-05-07T14:24:55.698Z Checking thread_local v1.1.9
26472026-05-07T14:24:55.754Z Checking match_cfg v0.1.0
26482026-05-07T14:24:55.768Z Checking compression-core v0.4.31
26492026-05-07T14:24:55.822Z Checking hostname v0.3.1
26502026-05-07T14:24:55.834Z Checking iddqd v0.3.18
26512026-05-07T14:24:55.859Z Checking futures v0.3.32
26522026-05-07T14:24:55.889Z Checking compression-codecs v0.4.37
26532026-05-07T14:24:55.915Z Checking crossbeam-channel v0.5.15
26542026-05-07T14:24:55.936Z Checking slog-json v2.6.1
26552026-05-07T14:24:55.958Z Checking serde_spanned v1.0.4
26562026-05-07T14:24:56.053Z Checking toml_datetime v1.0.0+spec-1.1.0
26572026-05-07T14:24:56.085Z Checking is-terminal v0.4.17
26582026-05-07T14:24:56.088Z Checking toml_writer v1.0.6+spec-1.1.0
26592026-05-07T14:24:56.178Z Checking term v1.2.1
26602026-05-07T14:24:56.203Z Compiling structmeta v0.3.0
26612026-05-07T14:24:56.242Z Checking debug-ignore v1.0.5
26622026-05-07T14:24:56.253Z Checking take_mut v0.2.2
26632026-05-07T14:24:56.273Z Checking toml v1.0.6+spec-1.1.0
26642026-05-07T14:24:56.339Z Checking slog-bunyan v2.5.0
26652026-05-07T14:24:56.353Z Checking slog-async v2.8.0
26662026-05-07T14:24:56.396Z Checking slog-term v2.9.2
26672026-05-07T14:24:56.411Z Compiling derive-ex v0.1.8
26682026-05-07T14:24:56.451Z Compiling parse-display-derive v0.10.0
26692026-05-07T14:24:56.522Z Checking async-compression v0.4.41
26702026-05-07T14:24:56.647Z Checking async-stream v0.3.6
26712026-05-07T14:24:56.676Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26722026-05-07T14:24:56.751Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26732026-05-07T14:24:56.764Z Checking progenitor-client v0.14.0
26742026-05-07T14:24:56.776Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26752026-05-07T14:24:56.859Z Checking waitgroup v0.1.2
26762026-05-07T14:24:56.911Z Checking backon v1.6.0
26772026-05-07T14:24:56.945Z Checking rustls-pemfile v2.2.0
26782026-05-07T14:24:56.986Z Checking serde_path_to_error v0.1.20
26792026-05-07T14:24:57.052Z Checking hostname v0.4.2
26802026-05-07T14:24:57.070Z Checking instant v0.1.13
26812026-05-07T14:24:57.163Z Checking backoff v0.4.0
26822026-05-07T14:24:57.226Z Checking tokio-rustls v0.25.0
26832026-05-07T14:24:57.250Z Checking progenitor-extras v0.2.0
26842026-05-07T14:24:57.304Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26852026-05-07T14:24:57.468Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26862026-05-07T14:24:57.514Z Checking progenitor-client v0.10.0
26872026-05-07T14:24:57.533Z Checking itertools v0.14.0
26882026-05-07T14:24:57.702Z Checking regress v0.10.5
26892026-05-07T14:24:57.735Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26902026-05-07T14:24:58.021Z Checking macaddr v1.0.1
26912026-05-07T14:24:58.103Z Compiling test-strategy v0.4.5
26922026-05-07T14:24:58.134Z Checking parse-display v0.10.0
26932026-05-07T14:24:59.335Z Compiling prettyplease v0.2.37
26942026-05-07T14:24:59.577Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-05-07T14:24:59.757Z Checking num-rational v0.4.2
26962026-05-07T14:24:59.944Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26972026-05-07T14:25:00.266Z Checking num-complex v0.4.6
26982026-05-07T14:25:00.649Z Checking num v0.4.3
26992026-05-07T14:25:00.734Z Compiling usdt-attr-macro v0.5.0
27002026-05-07T14:25:00.874Z Compiling usdt-macro v0.5.0
27012026-05-07T14:25:01.009Z Checking memmap v0.7.0
27022026-05-07T14:25:01.058Z Compiling float-ord v0.3.2
27032026-05-07T14:25:01.142Z Checking unicode-width v0.2.0
27042026-05-07T14:25:01.177Z Compiling convert_case v0.4.0
27052026-05-07T14:25:01.390Z Checking console v0.15.11
27062026-05-07T14:25:01.505Z Checking newline-converter v0.3.0
27072026-05-07T14:25:01.555Z Compiling derive_more v0.99.20
27082026-05-07T14:25:01.593Z Checking usdt v0.5.0
27092026-05-07T14:25:01.615Z Checking atomicwrites v0.4.4
27102026-05-07T14:25:01.669Z Compiling toml v0.8.23
27112026-05-07T14:25:01.744Z Compiling minimal-lexical v0.2.1
27122026-05-07T14:25:01.757Z Checking linked-hash-map v0.5.6
27132026-05-07T14:25:01.926Z Checking lru-cache v0.1.2
27142026-05-07T14:25:01.998Z Compiling nom v7.1.3
27152026-05-07T14:25:02.048Z Checking expectorate v1.2.0
27162026-05-07T14:25:02.664Z Checking camino-tempfile v1.4.1
27172026-05-07T14:25:02.806Z Checking hickory-proto v0.24.4
27182026-05-07T14:25:02.830Z Checking phf_shared v0.12.1
27192026-05-07T14:25:02.977Z Compiling slog-dtrace v0.3.0
27202026-05-07T14:25:03.139Z Compiling chrono-tz v0.10.4
27212026-05-07T14:25:03.175Z Checking resolv-conf v0.7.6
27222026-05-07T14:25:03.322Z Checking heck v0.5.0
27232026-05-07T14:25:03.361Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242026-05-07T14:25:03.392Z Compiling const_format_proc_macros v0.2.34
27252026-05-07T14:25:03.502Z Checking phf v0.12.1
27262026-05-07T14:25:03.646Z Checking tokio-dtrace v0.1.1
27272026-05-07T14:25:03.710Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27282026-05-07T14:25:03.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27292026-05-07T14:25:03.854Z Compiling derive-where v1.6.0
27302026-05-07T14:25:04.134Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27312026-05-07T14:25:04.361Z Checking highway v1.3.0
27322026-05-07T14:25:04.592Z Checking const_format v0.2.35
27332026-05-07T14:25:04.641Z Checking hickory-resolver v0.24.4
27342026-05-07T14:25:04.820Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27352026-05-07T14:25:04.854Z Checking oxide-tokio-rt v0.1.4
27362026-05-07T14:25:05.234Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27372026-05-07T14:25:05.297Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27382026-05-07T14:25:05.310Z Checking gethostname v0.5.0
27392026-05-07T14:25:05.366Z Checking qorb v0.4.1
27402026-05-07T14:25:05.379Z Checking bcs v0.1.6
27412026-05-07T14:25:05.393Z Compiling async-recursion v1.1.1
27422026-05-07T14:25:05.429Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27432026-05-07T14:25:05.467Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27442026-05-07T14:25:05.490Z Checking termtree v0.5.1
27452026-05-07T14:25:08.929Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27462026-05-07T14:25:11.476Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27472026-05-07T14:25:13.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s
27482026-05-07T14:25:13.765Z
27492026-05-07T14:25:13.765Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27502026-05-07T14:25:14.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-05-07T14:25:14.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-05-07T14:25:14.433Z Compiling ar_archive_writer v0.5.1
27532026-05-07T14:25:14.436Z Compiling stacker v0.1.23
27542026-05-07T14:25:14.551Z Compiling cfg_aliases v0.1.1
27552026-05-07T14:25:14.558Z Compiling convert_case v0.10.0
27562026-05-07T14:25:14.561Z Checking unicode-width v0.1.14
27572026-05-07T14:25:14.574Z Compiling proc-macro-error v1.0.4
27582026-05-07T14:25:14.585Z Checking fd-lock v4.0.4
27592026-05-07T14:25:14.585Z Checking nibble_vec v0.1.0
27602026-05-07T14:25:14.607Z Compiling nix v0.28.0
27612026-05-07T14:25:14.701Z Checking vte v0.14.1
27622026-05-07T14:25:14.714Z Compiling recursive-proc-macro-impl v0.1.1
27632026-05-07T14:25:14.796Z Checking bytecount v0.6.9
27642026-05-07T14:25:14.814Z Checking endian-type v0.1.2
27652026-05-07T14:25:14.848Z Compiling derive_more-impl v2.1.1
27662026-05-07T14:25:14.860Z Checking strip-ansi-escapes v0.2.1
27672026-05-07T14:25:14.871Z Compiling tabled_derive v0.7.0
27682026-05-07T14:25:14.892Z Checking papergrid v0.11.0
27692026-05-07T14:25:14.927Z Checking radix_trie v0.2.1
27702026-05-07T14:25:14.969Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-07T14:25:15.104Z Compiling peg-macros v0.8.5
27722026-05-07T14:25:15.133Z Checking winnow v0.6.26
27732026-05-07T14:25:15.359Z Compiling psm v0.1.30
27742026-05-07T14:25:15.424Z Compiling sqlparser_derive v0.5.0
27752026-05-07T14:25:15.493Z Checking nu-ansi-term v0.50.3
27762026-05-07T14:25:15.640Z Checking derive_more v2.1.1
27772026-05-07T14:25:15.704Z Checking unicode_categories v0.1.1
27782026-05-07T14:25:15.718Z Checking home v0.5.12
27792026-05-07T14:25:15.824Z Checking tabled v0.15.0
27802026-05-07T14:25:15.827Z Checking crossterm v0.29.0
27812026-05-07T14:25:15.863Z Checking reedline v0.40.0
27822026-05-07T14:25:15.874Z Checking rustyline v14.0.0
27832026-05-07T14:25:16.120Z Checking recursive v0.1.1
27842026-05-07T14:25:16.222Z Checking sqlparser v0.61.0
27852026-05-07T14:25:16.234Z Checking display-error-chain v0.2.2
27862026-05-07T14:25:16.252Z Checking sqlformat v0.3.5
27872026-05-07T14:25:16.447Z Checking peg v0.8.5
27882026-05-07T14:25:27.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
27892026-05-07T14:25:27.589Z
27902026-05-07T14:25:27.589Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27912026-05-07T14:25:28.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-07T14:25:28.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-07T14:25:28.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-07T14:25:31.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
27952026-05-07T14:25:31.851Z
27962026-05-07T14:25:31.851Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
27972026-05-07T14:25:32.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-07T14:25:32.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-07T14:25:32.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-07T14:25:34.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28012026-05-07T14:25:35.130Z
28022026-05-07T14:25:35.130Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28032026-05-07T14:25:35.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-07T14:25:35.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-07T14:25:35.804Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-07T14:25:38.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28072026-05-07T14:25:39.181Z
28082026-05-07T14:25:39.181Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28092026-05-07T14:25:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-07T14:25:39.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-07T14:25:39.858Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-07T14:25:43.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28132026-05-07T14:25:43.296Z
28142026-05-07T14:25:43.296Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28152026-05-07T14:25:43.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-07T14:25:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-07T14:25:43.968Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-07T14:25:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28192026-05-07T14:25:46.709Z
28202026-05-07T14:25:46.709Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28212026-05-07T14:25:47.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-07T14:25:47.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-07T14:25:47.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-07T14:25:49.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28252026-05-07T14:25:50.148Z
28262026-05-07T14:25:50.148Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28272026-05-07T14:25:50.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-07T14:25:50.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-07T14:25:50.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-07T14:25:54.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28312026-05-07T14:25:54.412Z
28322026-05-07T14:25:54.413Zinfo: running `cargo check --bins` on oximeter (93/274)
28332026-05-07T14:25:54.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-07T14:25:54.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-07T14:25:54.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-05-07T14:25:54.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28372026-05-07T14:25:55.018Z
28382026-05-07T14:25:55.018Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28392026-05-07T14:25:55.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-07T14:25:55.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-07T14:25:55.657Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28422026-05-07T14:25:55.823Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28432026-05-07T14:25:55.823Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28442026-05-07T14:25:56.161Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28452026-05-07T14:25:59.242Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28462026-05-07T14:26:00.442Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28472026-05-07T14:26:00.608Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28482026-05-07T14:26:01.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
28492026-05-07T14:26:01.473Z
28502026-05-07T14:26:01.473Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28512026-05-07T14:26:01.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-07T14:26:01.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-07T14:26:01.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542026-05-07T14:26:01.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28552026-05-07T14:26:02.062Z
28562026-05-07T14:26:02.062Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28572026-05-07T14:26:02.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-07T14:26:02.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-07T14:26:02.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-07T14:26:02.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28612026-05-07T14:26:02.705Z
28622026-05-07T14:26:02.705Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28632026-05-07T14:26:03.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-07T14:26:03.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-07T14:26:03.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-07T14:26:03.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28672026-05-07T14:26:03.309Z
28682026-05-07T14:26:03.309Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28692026-05-07T14:26:03.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-07T14:26:03.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-07T14:26:03.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-07T14:26:03.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-07T14:26:03.916Z
28742026-05-07T14:26:03.916Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28752026-05-07T14:26:04.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-07T14:26:04.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-07T14:26:04.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-07T14:26:04.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-07T14:26:04.528Z
28802026-05-07T14:26:04.528Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28812026-05-07T14:26:05.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-07T14:26:05.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-07T14:26:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-07T14:26:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-05-07T14:26:05.144Z
28862026-05-07T14:26:05.144Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28872026-05-07T14:26:05.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-07T14:26:05.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-07T14:26:05.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-07T14:26:05.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28912026-05-07T14:26:05.731Z
28922026-05-07T14:26:05.731Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28932026-05-07T14:26:06.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-07T14:26:06.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-07T14:26:06.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-07T14:26:06.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-05-07T14:26:06.342Z
28982026-05-07T14:26:06.342Zinfo: running `cargo check --bins` on update-engine (103/274)
28992026-05-07T14:26:06.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-07T14:26:06.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-07T14:26:06.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-07T14:26:06.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29032026-05-07T14:26:06.933Z
29042026-05-07T14:26:06.933Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29052026-05-07T14:26:07.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-07T14:26:07.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-07T14:26:07.660Z Compiling crucible-workspace-hack v0.1.0
29082026-05-07T14:26:07.770Z Checking secrecy v0.10.3
29092026-05-07T14:26:07.776Z Compiling heapless v0.8.0
29102026-05-07T14:26:07.783Z Compiling ingot-macros v0.1.1
29112026-05-07T14:26:07.791Z Compiling toml_edit v0.23.10+spec-1.0.0
29122026-05-07T14:26:07.794Z Checking hash32 v0.3.1
29132026-05-07T14:26:07.811Z Compiling smoltcp v0.11.0
29142026-05-07T14:26:07.814Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29152026-05-07T14:26:07.871Z Checking cobs v0.3.0
29162026-05-07T14:26:07.921Z Compiling thiserror-impl-no-std v2.0.2
29172026-05-07T14:26:08.018Z Checking universal-hash v0.5.1
29182026-05-07T14:26:08.021Z Checking half v2.7.1
29192026-05-07T14:26:08.054Z Checking opaque-debug v0.3.1
29202026-05-07T14:26:08.159Z Checking ciborium-io v0.2.2
29212026-05-07T14:26:08.159Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29222026-05-07T14:26:08.182Z Checking poly1305 v0.8.0
29232026-05-07T14:26:08.250Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29242026-05-07T14:26:08.293Z Checking ciborium-ll v0.2.2
29252026-05-07T14:26:08.345Z Compiling proc-macro-crate v3.4.0
29262026-05-07T14:26:08.458Z Checking postcard v1.1.3
29272026-05-07T14:26:08.471Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29282026-05-07T14:26:08.535Z Checking password-hash v0.5.0
29292026-05-07T14:26:08.735Z Checking chacha20 v0.9.1
29302026-05-07T14:26:08.747Z Compiling proc-macro-crate v1.3.1
29312026-05-07T14:26:08.761Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29322026-05-07T14:26:08.837Z Checking blake2 v0.10.6
29332026-05-07T14:26:08.893Z Compiling num_enum_derive v0.7.5
29342026-05-07T14:26:08.930Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29352026-05-07T14:26:08.995Z Checking aead v0.5.2
29362026-05-07T14:26:09.069Z Compiling foreign-types-macros v0.2.3
29372026-05-07T14:26:09.091Z Checking thiserror-no-std v2.0.2
29382026-05-07T14:26:09.137Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29392026-05-07T14:26:09.137Z Checking cpufeatures v0.3.0
29402026-05-07T14:26:09.162Z Checking foreign-types-shared v0.3.1
29412026-05-07T14:26:09.177Z Checking vsss-rs v3.3.4
29422026-05-07T14:26:09.211Z Checking chacha20 v0.10.0
29432026-05-07T14:26:09.249Z Compiling num_enum_derive v0.5.11
29442026-05-07T14:26:09.390Z Checking chacha20poly1305 v0.10.1
29452026-05-07T14:26:09.424Z Checking argon2 v0.5.3
29462026-05-07T14:26:09.514Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29472026-05-07T14:26:09.648Z Checking foreign-types v0.5.0
29482026-05-07T14:26:09.729Z Checking ciborium v0.2.2
29492026-05-07T14:26:09.862Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29502026-05-07T14:26:09.911Z Checking tabwriter v1.4.1
29512026-05-07T14:26:09.922Z Checking num_enum v0.7.5
29522026-05-07T14:26:10.035Z Checking byte-wrapper v0.1.0
29532026-05-07T14:26:10.050Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29542026-05-07T14:26:10.148Z Checking cstr-argument v0.1.2
29552026-05-07T14:26:10.155Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29562026-05-07T14:26:10.242Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29572026-05-07T14:26:10.264Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29582026-05-07T14:26:10.278Z Checking num_enum v0.5.11
29592026-05-07T14:26:10.282Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29602026-05-07T14:26:10.391Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29612026-05-07T14:26:10.437Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29622026-05-07T14:26:10.451Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29632026-05-07T14:26:10.470Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29642026-05-07T14:26:10.561Z Checking ingot-types v0.1.2
29652026-05-07T14:26:10.576Z Checking rand v0.10.0
29662026-05-07T14:26:10.589Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29672026-05-07T14:26:10.603Z Checking indent_write v2.2.0
29682026-05-07T14:26:10.646Z Checking colored v3.1.1
29692026-05-07T14:26:10.731Z Compiling zone_cfg_derive v0.3.1
29702026-05-07T14:26:10.846Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29712026-05-07T14:26:10.900Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29722026-05-07T14:26:10.918Z Checking ingot v0.1.1
29732026-05-07T14:26:10.970Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-07T14:26:10.997Z Checking itertools v0.12.1
29752026-05-07T14:26:11.015Z Compiling num-derive v0.4.2
29762026-05-07T14:26:11.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29772026-05-07T14:26:11.079Z Checking swrite v0.1.0
29782026-05-07T14:26:11.168Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29792026-05-07T14:26:11.268Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-07T14:26:11.372Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29812026-05-07T14:26:11.386Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29822026-05-07T14:26:11.424Z Checking dropshot-api-manager-types v0.7.1
29832026-05-07T14:26:11.477Z Checking smf v0.2.3
29842026-05-07T14:26:11.492Z Checking nanorand v0.7.0
29852026-05-07T14:26:11.585Z Checking whoami v1.6.1
29862026-05-07T14:26:11.686Z Checking flume v0.11.1
29872026-05-07T14:26:11.706Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29882026-05-07T14:26:11.918Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29892026-05-07T14:26:11.989Z Checking zone v0.3.1
29902026-05-07T14:26:12.456Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29912026-05-07T14:26:13.420Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29922026-05-07T14:26:14.318Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29932026-05-07T14:26:17.321Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29942026-05-07T14:26:19.362Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29952026-05-07T14:26:20.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
29962026-05-07T14:26:20.655Z
29972026-05-07T14:26:20.655Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
29982026-05-07T14:26:21.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-05-07T14:26:21.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-05-07T14:26:21.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012026-05-07T14:26:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30022026-05-07T14:26:21.259Z
30032026-05-07T14:26:21.259Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30042026-05-07T14:26:21.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-07T14:26:21.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-07T14:26:21.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-07T14:26:21.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30082026-05-07T14:26:21.866Z
30092026-05-07T14:26:21.866Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30102026-05-07T14:26:22.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-07T14:26:22.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-07T14:26:22.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-07T14:26:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-07T14:26:22.481Z
30152026-05-07T14:26:22.481Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30162026-05-07T14:26:22.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-07T14:26:22.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-07T14:26:22.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-07T14:26:23.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30202026-05-07T14:26:23.090Z
30212026-05-07T14:26:23.090Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30222026-05-07T14:26:23.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-07T14:26:23.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-07T14:26:23.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-07T14:26:23.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-07T14:26:23.695Z
30272026-05-07T14:26:23.695Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30282026-05-07T14:26:24.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-07T14:26:24.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-07T14:26:24.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-07T14:26:24.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-07T14:26:24.302Z
30332026-05-07T14:26:24.302Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30342026-05-07T14:26:24.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-07T14:26:24.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-07T14:26:24.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-07T14:26:24.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-07T14:26:24.912Z
30392026-05-07T14:26:24.912Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30402026-05-07T14:26:25.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-07T14:26:25.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-07T14:26:25.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-07T14:26:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-07T14:26:25.507Z
30452026-05-07T14:26:25.507Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30462026-05-07T14:26:26.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-07T14:26:26.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-07T14:26:26.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-07T14:26:26.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-07T14:26:26.113Z
30512026-05-07T14:26:26.113Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30522026-05-07T14:26:26.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-07T14:26:26.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-07T14:26:26.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-07T14:26:26.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-07T14:26:26.722Z
30572026-05-07T14:26:26.722Zinfo: running `cargo check --bins` on installinator-client (115/274)
30582026-05-07T14:26:27.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-07T14:26:27.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-07T14:26:27.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-07T14:26:27.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-07T14:26:27.319Z
30632026-05-07T14:26:27.319Zinfo: running `cargo check --bins` on nexus-client (116/274)
30642026-05-07T14:26:27.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-07T14:26:27.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-07T14:26:27.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-07T14:26:27.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30682026-05-07T14:26:27.956Z
30692026-05-07T14:26:27.956Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30702026-05-07T14:26:28.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-07T14:26:28.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-07T14:26:28.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-07T14:26:28.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-07T14:26:28.597Z
30752026-05-07T14:26:28.597Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30762026-05-07T14:26:29.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-07T14:26:29.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-07T14:26:29.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-07T14:26:29.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30802026-05-07T14:26:29.190Z
30812026-05-07T14:26:29.190Zinfo: running `cargo check --bins` on oxide-client (119/274)
30822026-05-07T14:26:29.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-07T14:26:29.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-07T14:26:29.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-07T14:26:29.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-07T14:26:29.787Z
30872026-05-07T14:26:29.787Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30882026-05-07T14:26:30.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-07T14:26:30.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-07T14:26:30.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-07T14:26:30.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-05-07T14:26:30.393Z
30932026-05-07T14:26:30.393Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30942026-05-07T14:26:30.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-07T14:26:30.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-07T14:26:30.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-07T14:26:30.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30982026-05-07T14:26:30.982Z
30992026-05-07T14:26:30.982Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31002026-05-07T14:26:31.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-07T14:26:31.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-07T14:26:31.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-07T14:26:31.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-05-07T14:26:31.597Z
31052026-05-07T14:26:31.598Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31062026-05-07T14:26:32.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-07T14:26:32.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-07T14:26:32.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-07T14:26:32.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31102026-05-07T14:26:32.229Z
31112026-05-07T14:26:32.229Zinfo: running `cargo check --bins` on installinator-common (124/274)
31122026-05-07T14:26:32.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-07T14:26:32.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-07T14:26:32.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-07T14:26:32.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162026-05-07T14:26:32.852Z
31172026-05-07T14:26:32.852Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31182026-05-07T14:26:33.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-07T14:26:33.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-07T14:26:33.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-07T14:26:33.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-05-07T14:26:33.443Z
31232026-05-07T14:26:33.443Zinfo: running `cargo check --bins` on wicket-common (126/274)
31242026-05-07T14:26:33.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-07T14:26:33.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-07T14:26:33.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-07T14:26:33.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-05-07T14:26:34.059Z
31292026-05-07T14:26:34.059Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31302026-05-07T14:26:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-07T14:26:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-07T14:26:34.752Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31332026-05-07T14:26:34.867Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31342026-05-07T14:26:34.875Z Checking csv-core v0.1.13
31352026-05-07T14:26:34.882Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31362026-05-07T14:26:34.885Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31372026-05-07T14:26:34.900Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31382026-05-07T14:26:34.911Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-05-07T14:26:34.921Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-05-07T14:26:35.026Z Checking csv v1.4.0
31412026-05-07T14:26:35.050Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-05-07T14:26:35.097Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31432026-05-07T14:26:35.122Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31442026-05-07T14:26:35.350Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31452026-05-07T14:26:35.716Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-05-07T14:26:35.719Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31472026-05-07T14:26:36.067Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31482026-05-07T14:26:41.716Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-05-07T14:26:42.251Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31502026-05-07T14:26:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s
31512026-05-07T14:26:44.779Z
31522026-05-07T14:26:44.779Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31532026-05-07T14:26:45.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-07T14:26:45.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-07T14:26:45.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-07T14:26:45.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-07T14:26:45.379Z
31582026-05-07T14:26:45.379Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31592026-05-07T14:26:45.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-07T14:26:45.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-07T14:26:45.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-07T14:26:45.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31632026-05-07T14:26:46.068Z
31642026-05-07T14:26:46.068Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31652026-05-07T14:26:46.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-07T14:26:46.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-07T14:26:46.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-07T14:26:46.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-07T14:26:46.757Z
31702026-05-07T14:26:46.757Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31712026-05-07T14:26:47.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-07T14:26:47.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-07T14:26:47.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-07T14:26:47.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31752026-05-07T14:26:47.415Z
31762026-05-07T14:26:47.416Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31772026-05-07T14:26:47.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-07T14:26:47.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-07T14:26:48.180Z Compiling regress v0.11.1
31802026-05-07T14:26:48.317Z Compiling unsafe-libyaml v0.2.11
31812026-05-07T14:26:48.331Z Compiling radium v0.7.0
31822026-05-07T14:26:48.331Z Compiling semver v0.1.20
31832026-05-07T14:26:48.359Z Compiling pin-project-internal v1.1.11
31842026-05-07T14:26:48.370Z Checking tap v1.0.1
31852026-05-07T14:26:48.373Z Compiling maybe-uninit v2.0.0
31862026-05-07T14:26:48.472Z Checking wyz v0.5.1
31872026-05-07T14:26:48.597Z Compiling rustc_version v0.1.7
31882026-05-07T14:26:48.650Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31892026-05-07T14:26:48.712Z Checking progenitor-client v0.13.0
31902026-05-07T14:26:48.790Z Compiling snafu-derive v0.8.9
31912026-05-07T14:26:48.818Z Compiling newtype_derive v0.1.6
31922026-05-07T14:26:48.944Z Compiling serde_yaml v0.9.34+deprecated
31932026-05-07T14:26:49.007Z Compiling zerocopy-derive v0.6.6
31942026-05-07T14:26:49.059Z Compiling packed_struct v0.10.1
31952026-05-07T14:26:49.316Z Checking crc-catalog v2.4.0
31962026-05-07T14:26:49.415Z Checking same-file v1.0.6
31972026-05-07T14:26:49.461Z Checking pin-project v1.1.11
31982026-05-07T14:26:49.537Z Checking funty v2.0.0
31992026-05-07T14:26:49.560Z Compiling cancel-safe-futures v0.1.5
32002026-05-07T14:26:49.730Z Checking typify-impl v0.6.2
32012026-05-07T14:26:49.770Z Compiling owo-colors v4.3.0
32022026-05-07T14:26:49.886Z Checking zerocopy v0.6.6
32032026-05-07T14:26:50.116Z Checking bitvec v1.0.1
32042026-05-07T14:26:50.161Z Checking walkdir v2.5.0
32052026-05-07T14:26:50.185Z Checking crc v3.4.0
32062026-05-07T14:26:50.384Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32072026-05-07T14:26:50.397Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32082026-05-07T14:26:50.438Z Checking globset v0.4.18
32092026-05-07T14:26:50.703Z Checking olpc-cjson v0.1.4
32102026-05-07T14:26:50.719Z Checking snafu v0.8.9
32112026-05-07T14:26:50.735Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32122026-05-07T14:26:50.846Z Checking pem v3.0.6
32132026-05-07T14:26:50.868Z Compiling packed_struct_codegen v0.10.1
32142026-05-07T14:26:50.922Z Checking libsw-core v0.3.2
32152026-05-07T14:26:50.956Z Checking serde_plain v1.0.2
32162026-05-07T14:26:50.986Z Compiling bitfield-macros v0.19.4
32172026-05-07T14:26:51.007Z Compiling indexmap v1.9.3
32182026-05-07T14:26:51.067Z Checking nodrop v0.1.14
32192026-05-07T14:26:51.103Z Checking typed-path v0.9.3
32202026-05-07T14:26:51.159Z Checking array-init v0.0.4
32212026-05-07T14:26:51.222Z Checking libsw v3.5.0
32222026-05-07T14:26:51.375Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32232026-05-07T14:26:51.412Z Checking smallvec v0.6.14
32242026-05-07T14:26:51.475Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-05-07T14:26:51.688Z Checking bitfield v0.19.4
32262026-05-07T14:26:51.769Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32272026-05-07T14:26:51.784Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32282026-05-07T14:26:51.874Z Checking tough v0.20.0
32292026-05-07T14:26:51.894Z Checking hashbrown v0.12.3
32302026-05-07T14:26:51.908Z Checking base64 v0.21.7
32312026-05-07T14:26:51.938Z Checking unicode-linebreak v0.1.5
32322026-05-07T14:26:51.966Z Checking smawk v0.3.2
32332026-05-07T14:26:52.095Z Checking linear-map v1.2.0
32342026-05-07T14:26:52.146Z Checking tagptr v0.2.0
32352026-05-07T14:26:52.159Z Checking textwrap v0.16.2
32362026-05-07T14:26:52.174Z Checking ron v0.8.1
32372026-05-07T14:26:52.267Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32382026-05-07T14:26:52.286Z Checking moka v0.12.13
32392026-05-07T14:26:52.375Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32402026-05-07T14:26:52.613Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32412026-05-07T14:26:52.689Z Checking serde-hex v0.1.0
32422026-05-07T14:26:52.790Z Checking steno v0.4.1
32432026-05-07T14:26:52.903Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32442026-05-07T14:26:53.000Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32452026-05-07T14:26:53.110Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32462026-05-07T14:26:53.212Z Checking hashbrown v0.13.2
32472026-05-07T14:26:53.561Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32482026-05-07T14:26:53.640Z Checking humantime v2.3.0
32492026-05-07T14:26:53.691Z Checking crc-any v2.5.0
32502026-05-07T14:26:53.780Z Checking object v0.30.4
32512026-05-07T14:26:53.828Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32522026-05-07T14:26:53.841Z Checking hickory-resolver v0.25.2
32532026-05-07T14:26:53.871Z Checking path-slash v0.1.5
32542026-05-07T14:26:53.885Z Checking half v1.8.3
32552026-05-07T14:26:53.977Z Checking void v1.0.2
32562026-05-07T14:26:53.993Z Checking utf-8 v0.7.6
32572026-05-07T14:26:54.085Z Checking lzss v0.8.2
32582026-05-07T14:26:54.085Z Checking serde_cbor v0.11.2
32592026-05-07T14:26:54.128Z Checking tungstenite v0.23.0
32602026-05-07T14:26:54.273Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32612026-05-07T14:26:54.359Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32622026-05-07T14:26:54.373Z Compiling typify-macro v0.6.2
32632026-05-07T14:26:54.432Z Checking nix v0.27.1
32642026-05-07T14:26:54.467Z Checking kstat-rs v0.2.4
32652026-05-07T14:26:54.540Z Checking fxhash v0.2.1
32662026-05-07T14:26:54.544Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32672026-05-07T14:26:54.590Z Checking serde_bytes v0.11.19
32682026-05-07T14:26:54.657Z Checking tokio-tungstenite v0.23.1
32692026-05-07T14:26:54.660Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-05-07T14:26:54.765Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32712026-05-07T14:26:54.913Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32722026-05-07T14:26:54.927Z Checking signal-hook-tokio v0.3.1
32732026-05-07T14:26:55.792Z Compiling typify v0.6.2
32742026-05-07T14:26:55.880Z Compiling progenitor-impl v0.13.0
32752026-05-07T14:26:55.880Z Compiling progenitor-impl v0.14.0
32762026-05-07T14:26:55.929Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32772026-05-07T14:26:56.833Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32782026-05-07T14:26:57.149Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32792026-05-07T14:26:57.483Z Compiling progenitor-macro v0.14.0
32802026-05-07T14:26:57.486Z Compiling progenitor-macro v0.13.0
32812026-05-07T14:27:00.022Z Checking progenitor v0.13.0
32822026-05-07T14:27:00.127Z Checking progenitor v0.14.0
32832026-05-07T14:27:00.155Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32842026-05-07T14:27:00.244Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32852026-05-07T14:27:03.127Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32862026-05-07T14:27:10.448Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32872026-05-07T14:27:16.685Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32882026-05-07T14:27:18.061Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32892026-05-07T14:27:18.567Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32902026-05-07T14:27:20.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.22s
32912026-05-07T14:27:20.852Z
32922026-05-07T14:27:20.852Zinfo: running `cargo check --bins` on gateway-api (133/274)
32932026-05-07T14:27:21.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-05-07T14:27:21.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-05-07T14:27:21.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-05-07T14:27:21.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32972026-05-07T14:27:21.458Z
32982026-05-07T14:27:21.459Zinfo: running `cargo check --bins` on ipcc (134/274)
32992026-05-07T14:27:21.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-07T14:27:21.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-07T14:27:21.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-07T14:27:21.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33032026-05-07T14:27:22.068Z
33042026-05-07T14:27:22.068Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33052026-05-07T14:27:22.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-07T14:27:22.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-07T14:27:22.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-07T14:27:22.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33092026-05-07T14:27:22.658Z
33102026-05-07T14:27:22.658Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33112026-05-07T14:27:23.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-07T14:27:23.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-07T14:27:23.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-07T14:27:23.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-05-07T14:27:23.258Z
33162026-05-07T14:27:23.258Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33172026-05-07T14:27:23.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-07T14:27:23.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-07T14:27:23.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-07T14:27:23.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-07T14:27:23.870Z
33222026-05-07T14:27:23.870Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33232026-05-07T14:27:24.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-07T14:27:24.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-07T14:27:24.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-07T14:27:24.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-07T14:27:24.467Z
33282026-05-07T14:27:24.467Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33292026-05-07T14:27:24.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-07T14:27:24.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-07T14:27:24.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-07T14:27:24.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-07T14:27:25.065Z
33342026-05-07T14:27:25.065Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33352026-05-07T14:27:25.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-07T14:27:25.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-07T14:27:25.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-07T14:27:25.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-05-07T14:27:25.670Z
33402026-05-07T14:27:25.670Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33412026-05-07T14:27:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-07T14:27:26.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-07T14:27:26.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-07T14:27:26.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-07T14:27:26.277Z
33462026-05-07T14:27:26.277Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33472026-05-07T14:27:26.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-07T14:27:26.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-07T14:27:26.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-07T14:27:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-07T14:27:26.884Z
33522026-05-07T14:27:26.884Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33532026-05-07T14:27:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-07T14:27:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-07T14:27:27.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-07T14:27:27.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-07T14:27:27.491Z
33582026-05-07T14:27:27.491Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33592026-05-07T14:27:28.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-07T14:27:28.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-07T14:27:28.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-07T14:27:28.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-07T14:27:28.097Z
33642026-05-07T14:27:28.097Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33652026-05-07T14:27:28.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-07T14:27:28.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-07T14:27:28.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-07T14:27:28.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-07T14:27:28.704Z
33702026-05-07T14:27:28.704Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33712026-05-07T14:27:29.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-07T14:27:29.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-07T14:27:29.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-07T14:27:29.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-07T14:27:29.314Z
33762026-05-07T14:27:29.314Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33772026-05-07T14:27:29.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-07T14:27:29.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-07T14:27:29.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-07T14:27:29.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-07T14:27:29.925Z
33822026-05-07T14:27:29.925Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33832026-05-07T14:27:30.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-07T14:27:30.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-07T14:27:30.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-07T14:27:30.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-07T14:27:30.536Z
33882026-05-07T14:27:30.536Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33892026-05-07T14:27:31.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-07T14:27:31.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-07T14:27:31.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-07T14:27:31.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-07T14:27:31.146Z
33942026-05-07T14:27:31.146Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
33952026-05-07T14:27:31.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-07T14:27:31.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-07T14:27:31.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-07T14:27:31.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-07T14:27:31.754Z
34002026-05-07T14:27:31.754Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34012026-05-07T14:27:32.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-07T14:27:32.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-07T14:27:32.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-07T14:27:32.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-07T14:27:32.361Z
34062026-05-07T14:27:32.361Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34072026-05-07T14:27:32.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-07T14:27:32.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-07T14:27:32.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-07T14:27:32.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-07T14:27:32.966Z
34122026-05-07T14:27:32.967Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34132026-05-07T14:27:33.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-07T14:27:33.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-07T14:27:33.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-07T14:27:33.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-07T14:27:33.574Z
34182026-05-07T14:27:33.574Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34192026-05-07T14:27:34.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-07T14:27:34.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-07T14:27:34.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-07T14:27:34.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34232026-05-07T14:27:34.223Z
34242026-05-07T14:27:34.223Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34252026-05-07T14:27:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-07T14:27:34.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-07T14:27:34.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-07T14:27:34.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-07T14:27:34.834Z
34302026-05-07T14:27:34.834Zinfo: running `cargo check --bins` on dns-server (156/274)
34312026-05-07T14:27:35.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-07T14:27:35.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-07T14:27:35.492Z Compiling parking_lot_core v0.8.6
34342026-05-07T14:27:35.492Z Compiling git-stub v1.0.0
34352026-05-07T14:27:35.492Z Compiling atomicwrites v0.4.4
34362026-05-07T14:27:35.495Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34372026-05-07T14:27:35.495Z Checking prefix-trie v0.7.0
34382026-05-07T14:27:35.728Z Compiling git-stub-vcs v0.1.0
34392026-05-07T14:27:35.901Z Checking hickory-server v0.25.2
34402026-05-07T14:27:36.002Z Checking parking_lot v0.11.2
34412026-05-07T14:27:36.005Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34422026-05-07T14:27:36.092Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34432026-05-07T14:27:36.092Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34442026-05-07T14:27:36.173Z Checking sled v0.34.7
34452026-05-07T14:27:38.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34462026-05-07T14:27:38.238Z
34472026-05-07T14:27:38.238Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34482026-05-07T14:27:38.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-07T14:27:38.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-07T14:27:38.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-07T14:27:38.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-07T14:27:38.842Z
34532026-05-07T14:27:38.842Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34542026-05-07T14:27:39.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-07T14:27:39.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-07T14:27:39.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-07T14:27:39.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34582026-05-07T14:27:39.451Z
34592026-05-07T14:27:39.451Zinfo: running `cargo check --bins` on sp-sim (159/274)
34602026-05-07T14:27:39.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-07T14:27:40.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-07T14:27:40.183Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-05-07T14:27:41.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34642026-05-07T14:27:42.156Z
34652026-05-07T14:27:42.156Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34662026-05-07T14:27:42.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-07T14:27:42.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-07T14:27:42.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-07T14:27:42.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34702026-05-07T14:27:42.817Z
34712026-05-07T14:27:42.817Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34722026-05-07T14:27:43.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-07T14:27:43.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-07T14:27:43.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-07T14:27:43.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34762026-05-07T14:27:43.485Z
34772026-05-07T14:27:43.485Zinfo: running `cargo check --bins` on db-macros (162/274)
34782026-05-07T14:27:43.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-07T14:27:43.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-07T14:27:43.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-07T14:27:43.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34822026-05-07T14:27:44.073Z
34832026-05-07T14:27:44.073Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34842026-05-07T14:27:44.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-07T14:27:44.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-07T14:27:44.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-07T14:27:44.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-05-07T14:27:44.665Z
34892026-05-07T14:27:44.665Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34902026-05-07T14:27:45.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-07T14:27:45.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-07T14:27:45.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-07T14:27:45.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-07T14:27:45.329Z
34952026-05-07T14:27:45.329Zinfo: running `cargo check --bins` on authz-macros (165/274)
34962026-05-07T14:27:45.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-07T14:27:45.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-07T14:27:45.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-07T14:27:45.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-05-07T14:27:45.919Z
35012026-05-07T14:27:45.919Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35022026-05-07T14:27:46.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-07T14:27:46.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-07T14:27:46.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-07T14:27:46.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35062026-05-07T14:27:46.571Z
35072026-05-07T14:27:46.571Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35082026-05-07T14:27:47.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-07T14:27:47.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-07T14:27:47.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-07T14:27:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-07T14:27:47.225Z
35132026-05-07T14:27:47.225Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35142026-05-07T14:27:47.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-07T14:27:47.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-07T14:27:47.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-07T14:27:47.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35182026-05-07T14:27:47.819Z
35192026-05-07T14:27:47.819Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35202026-05-07T14:27:48.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-07T14:27:48.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-07T14:27:48.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-07T14:27:48.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-07T14:27:48.400Z
35252026-05-07T14:27:48.400Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35262026-05-07T14:27:48.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-07T14:27:48.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-07T14:27:48.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-07T14:27:48.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35302026-05-07T14:27:48.997Z
35312026-05-07T14:27:48.997Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35322026-05-07T14:27:49.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-07T14:27:49.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-07T14:27:49.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-07T14:27:49.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-07T14:27:49.592Z
35372026-05-07T14:27:49.592Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35382026-05-07T14:27:50.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-07T14:27:50.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-07T14:27:50.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-07T14:27:50.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-07T14:27:50.183Z
35432026-05-07T14:27:50.183Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35442026-05-07T14:27:50.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-07T14:27:50.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-07T14:27:50.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-07T14:27:50.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35482026-05-07T14:27:50.846Z
35492026-05-07T14:27:50.846Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35502026-05-07T14:27:51.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-07T14:27:51.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-07T14:27:51.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-07T14:27:51.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542026-05-07T14:27:51.506Z
35552026-05-07T14:27:51.506Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35562026-05-07T14:27:52.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-07T14:27:52.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-07T14:27:52.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-07T14:27:52.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-07T14:27:52.158Z
35612026-05-07T14:27:52.158Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35622026-05-07T14:27:52.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-07T14:27:52.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-07T14:27:52.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-07T14:27:52.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35662026-05-07T14:27:52.788Z
35672026-05-07T14:27:52.789Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35682026-05-07T14:27:53.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-07T14:27:53.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-07T14:27:53.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-07T14:27:53.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-07T14:27:53.405Z
35732026-05-07T14:27:53.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35742026-05-07T14:27:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-07T14:27:53.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-07T14:27:53.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-07T14:27:53.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35782026-05-07T14:27:54.026Z
35792026-05-07T14:27:54.027Zinfo: running `cargo check --bins` on key-manager (179/274)
35802026-05-07T14:27:54.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-07T14:27:54.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-07T14:27:54.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-07T14:27:54.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-07T14:27:54.631Z
35852026-05-07T14:27:54.631Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35862026-05-07T14:27:55.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-07T14:27:55.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-07T14:27:55.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-07T14:27:55.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-07T14:27:55.255Z
35912026-05-07T14:27:55.255Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35922026-05-07T14:27:55.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-07T14:27:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-07T14:27:55.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-07T14:27:55.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-07T14:27:55.874Z
35972026-05-07T14:27:55.874Zinfo: running `cargo check --bins` on typed-rng (182/274)
35982026-05-07T14:27:56.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-07T14:27:56.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-07T14:27:56.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-07T14:27:56.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-05-07T14:27:56.463Z
36032026-05-07T14:27:56.463Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36042026-05-07T14:27:57.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-07T14:27:57.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-07T14:27:57.314Z Compiling typify-impl v0.4.3
36072026-05-07T14:27:57.317Z Compiling libefi-sys v0.1.0
36082026-05-07T14:27:57.317Z Compiling bitfield-struct v0.6.2
36092026-05-07T14:27:57.467Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-05-07T14:27:57.478Z Compiling xshell-macros v0.2.7
36112026-05-07T14:27:57.491Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36122026-05-07T14:27:57.530Z Compiling salty v0.3.0
36132026-05-07T14:27:57.535Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36142026-05-07T14:27:57.689Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-05-07T14:27:57.814Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-05-07T14:27:57.829Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-05-07T14:27:57.842Z Checking xshell v0.2.7
36182026-05-07T14:27:58.034Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36192026-05-07T14:27:58.065Z Checking primeorder v0.13.6
36202026-05-07T14:27:58.079Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212026-05-07T14:27:58.208Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-05-07T14:27:58.211Z Compiling proc-macro-error-attr2 v2.0.0
36232026-05-07T14:27:58.303Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-05-07T14:27:58.320Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-07T14:27:58.359Z Checking tungstenite v0.21.0
36262026-05-07T14:27:58.515Z Checking p384 v0.13.1
36272026-05-07T14:27:58.555Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36282026-05-07T14:27:58.616Z Compiling proc-macro-error2 v2.0.1
36292026-05-07T14:27:58.702Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36302026-05-07T14:27:58.784Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36312026-05-07T14:27:58.931Z Compiling num-derive v0.3.3
36322026-05-07T14:27:58.947Z Compiling tabled_derive v0.11.0
36332026-05-07T14:27:59.108Z Checking tokio-tungstenite v0.21.0
36342026-05-07T14:27:59.388Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36352026-05-07T14:27:59.406Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36362026-05-07T14:27:59.496Z Checking papergrid v0.17.0
36372026-05-07T14:27:59.765Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-07T14:27:59.812Z Checking libscf-sys v1.1.0
36392026-05-07T14:27:59.945Z Checking testing_table v0.3.0
36402026-05-07T14:28:00.046Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-07T14:28:00.089Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36422026-05-07T14:28:00.106Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36432026-05-07T14:28:00.272Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-05-07T14:28:00.296Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-05-07T14:28:00.485Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-05-07T14:28:00.500Z Checking corncobs v0.1.4
36472026-05-07T14:28:00.561Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36482026-05-07T14:28:00.578Z Compiling unicase v2.9.0
36492026-05-07T14:28:00.631Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-07T14:28:00.753Z Checking tabled v0.20.0
36512026-05-07T14:28:00.778Z Compiling mime_guess v2.0.5
36522026-05-07T14:28:00.781Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-05-07T14:28:00.855Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-05-07T14:28:00.886Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-05-07T14:28:01.000Z Checking progenitor-client v0.11.2
36562026-05-07T14:28:01.188Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-07T14:28:01.219Z Checking secrecy v0.8.0
36582026-05-07T14:28:01.240Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36592026-05-07T14:28:01.266Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-05-07T14:28:01.335Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36612026-05-07T14:28:01.449Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36622026-05-07T14:28:01.713Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36632026-05-07T14:28:01.728Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36642026-05-07T14:28:01.829Z Compiling typify-macro v0.4.3
36652026-05-07T14:28:01.908Z Checking filetime v0.2.27
36662026-05-07T14:28:01.971Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36672026-05-07T14:28:02.047Z Checking xattr v1.6.1
36682026-05-07T14:28:02.183Z Checking crc8 v0.1.1
36692026-05-07T14:28:02.285Z Checking http-range v0.1.5
36702026-05-07T14:28:02.348Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-05-07T14:28:02.417Z Checking tar v0.4.45
36722026-05-07T14:28:02.626Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36732026-05-07T14:28:02.768Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-05-07T14:28:02.786Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36752026-05-07T14:28:02.801Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36762026-05-07T14:28:02.861Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36772026-05-07T14:28:03.177Z Checking atty v0.2.14
36782026-05-07T14:28:03.282Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36792026-05-07T14:28:03.299Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36802026-05-07T14:28:03.444Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36812026-05-07T14:28:03.554Z Compiling typify v0.4.3
36822026-05-07T14:28:03.676Z Compiling progenitor-impl v0.11.2
36832026-05-07T14:28:03.789Z Compiling progenitor-impl v0.10.0
36842026-05-07T14:28:04.003Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-07T14:28:04.158Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36862026-05-07T14:28:04.247Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-05-07T14:28:04.689Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-05-07T14:28:05.135Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-05-07T14:28:05.138Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36902026-05-07T14:28:05.166Z Checking hyper-staticfile v0.10.1
36912026-05-07T14:28:05.374Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36922026-05-07T14:28:05.452Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36932026-05-07T14:28:05.548Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36942026-05-07T14:28:05.631Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36952026-05-07T14:28:05.821Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36962026-05-07T14:28:05.904Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36972026-05-07T14:28:06.106Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36982026-05-07T14:28:06.197Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36992026-05-07T14:28:06.257Z Compiling progenitor-macro v0.11.2
37002026-05-07T14:28:06.339Z Compiling progenitor-macro v0.10.0
37012026-05-07T14:28:09.001Z Checking progenitor v0.11.2
37022026-05-07T14:28:09.138Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-07T14:28:09.235Z Checking progenitor v0.10.0
37042026-05-07T14:28:09.361Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37052026-05-07T14:28:13.752Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37062026-05-07T14:28:14.852Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072026-05-07T14:28:25.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.78s
37082026-05-07T14:28:25.472Z
37092026-05-07T14:28:25.473Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37102026-05-07T14:28:26.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-07T14:28:26.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-07T14:28:26.258Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-07T14:28:36.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37142026-05-07T14:28:36.946Z
37152026-05-07T14:28:36.946Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37162026-05-07T14:28:37.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-07T14:28:37.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-07T14:28:37.722Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-07T14:28:48.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s
37202026-05-07T14:28:48.291Z
37212026-05-07T14:28:48.291Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37222026-05-07T14:28:48.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-07T14:28:48.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-07T14:28:49.071Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-07T14:28:59.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37262026-05-07T14:28:59.714Z
37272026-05-07T14:28:59.714Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37282026-05-07T14:29:00.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-07T14:29:00.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-07T14:29:00.491Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-07T14:29:10.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s
37322026-05-07T14:29:11.024Z
37332026-05-07T14:29:11.024Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37342026-05-07T14:29:11.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-07T14:29:11.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-07T14:29:11.806Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-07T14:29:22.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37382026-05-07T14:29:22.356Z
37392026-05-07T14:29:22.357Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37402026-05-07T14:29:22.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-07T14:29:22.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-07T14:29:23.141Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-07T14:29:33.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37442026-05-07T14:29:33.691Z
37452026-05-07T14:29:33.691Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37462026-05-07T14:29:34.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-07T14:29:34.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-07T14:29:34.471Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-07T14:29:44.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37502026-05-07T14:29:45.088Z
37512026-05-07T14:29:45.088Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37522026-05-07T14:29:45.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-07T14:29:45.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-07T14:29:45.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-07T14:29:45.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37562026-05-07T14:29:45.700Z
37572026-05-07T14:29:45.700Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37582026-05-07T14:29:46.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-07T14:29:46.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-07T14:29:46.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-07T14:29:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37622026-05-07T14:29:46.310Z
37632026-05-07T14:29:46.310Zinfo: running `cargo check --bins` on range-requests (193/274)
37642026-05-07T14:29:46.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-07T14:29:46.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-07T14:29:46.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-07T14:29:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-05-07T14:29:46.910Z
37692026-05-07T14:29:46.910Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37702026-05-07T14:29:47.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-07T14:29:47.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-07T14:29:47.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-07T14:29:47.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37742026-05-07T14:29:47.516Z
37752026-05-07T14:29:47.516Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37762026-05-07T14:29:48.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-07T14:29:48.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-07T14:29:48.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-07T14:29:48.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37802026-05-07T14:29:48.136Z
37812026-05-07T14:29:48.136Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37822026-05-07T14:29:48.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-07T14:29:48.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-07T14:29:48.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-07T14:29:48.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-07T14:29:48.763Z
37872026-05-07T14:29:48.763Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37882026-05-07T14:29:49.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-07T14:29:49.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-07T14:29:49.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-07T14:29:49.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-07T14:29:49.385Z
37932026-05-07T14:29:49.385Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37942026-05-07T14:29:49.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-07T14:29:49.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-07T14:29:49.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-07T14:29:49.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37982026-05-07T14:29:50.018Z
37992026-05-07T14:29:50.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38002026-05-07T14:29:50.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-07T14:29:50.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-07T14:29:50.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-07T14:29:50.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-07T14:29:50.646Z
38052026-05-07T14:29:50.646Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38062026-05-07T14:29:51.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-07T14:29:51.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-07T14:29:51.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-07T14:29:51.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-07T14:29:51.265Z
38112026-05-07T14:29:51.265Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38122026-05-07T14:29:51.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-07T14:29:51.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-07T14:29:51.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-07T14:29:51.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-07T14:29:51.894Z
38172026-05-07T14:29:51.894Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38182026-05-07T14:29:52.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-07T14:29:52.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-07T14:29:52.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-07T14:29:52.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-07T14:29:52.523Z
38232026-05-07T14:29:52.523Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38242026-05-07T14:29:53.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-07T14:29:53.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-07T14:29:53.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-07T14:29:53.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-07T14:29:53.151Z
38292026-05-07T14:29:53.151Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38302026-05-07T14:29:53.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-07T14:29:53.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-07T14:29:53.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-07T14:29:53.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38342026-05-07T14:29:53.826Z
38352026-05-07T14:29:53.826Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38362026-05-07T14:29:54.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-07T14:29:54.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-07T14:29:54.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-07T14:29:54.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-07T14:29:54.440Z
38412026-05-07T14:29:54.440Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38422026-05-07T14:29:54.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-07T14:29:54.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-07T14:29:54.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-07T14:29:54.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-07T14:29:55.081Z
38472026-05-07T14:29:55.081Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38482026-05-07T14:29:55.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-07T14:29:55.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-07T14:29:55.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-07T14:29:55.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38522026-05-07T14:29:55.743Z
38532026-05-07T14:29:55.744Zinfo: running `cargo check --bins` on update-common (208/274)
38542026-05-07T14:29:56.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-07T14:29:56.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-07T14:29:56.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-07T14:29:56.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38582026-05-07T14:29:56.361Z
38592026-05-07T14:29:56.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38602026-05-07T14:29:56.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-07T14:29:56.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-07T14:29:56.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-07T14:29:56.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38642026-05-07T14:29:57.021Z
38652026-05-07T14:29:57.021Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38662026-05-07T14:29:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-07T14:29:57.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-07T14:29:57.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-07T14:29:57.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38702026-05-07T14:29:57.609Z
38712026-05-07T14:29:57.609Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38722026-05-07T14:29:58.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-07T14:29:58.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-07T14:29:58.385Z Compiling fs-err v2.11.0
38752026-05-07T14:29:58.388Z Checking ignore v0.4.25
38762026-05-07T14:29:58.388Z Checking arc-swap v1.8.2
38772026-05-07T14:29:58.388Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38782026-05-07T14:29:58.514Z Checking predicates-tree v1.0.13
38792026-05-07T14:29:58.528Z Checking parse-size v1.1.0
38802026-05-07T14:29:58.551Z Checking rand_seeder v0.4.0
38812026-05-07T14:29:58.562Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38822026-05-07T14:29:58.652Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38832026-05-07T14:29:58.652Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38842026-05-07T14:29:58.705Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38852026-05-07T14:29:58.720Z Checking slog-scope v4.4.1
38862026-05-07T14:29:58.839Z Compiling petname v2.0.2
38872026-05-07T14:29:58.853Z Checking slog-stdlog v4.1.1
38882026-05-07T14:29:58.868Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38892026-05-07T14:29:58.880Z Checking globwalk v0.9.1
38902026-05-07T14:29:58.947Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38912026-05-07T14:29:58.968Z Checking slog-envlogger v2.2.0
38922026-05-07T14:29:59.054Z Checking camino-tempfile-ext v0.3.3
38932026-05-07T14:29:59.088Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38942026-05-07T14:29:59.116Z Checking sapling-renderdag v0.1.0
38952026-05-07T14:29:59.244Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38962026-05-07T14:29:59.258Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38972026-05-07T14:29:59.354Z Checking subprocess v0.2.15
38982026-05-07T14:29:59.446Z Checking sync-ptr v0.1.4
38992026-05-07T14:29:59.481Z Checking colored v2.2.0
39002026-05-07T14:29:59.562Z Checking assert_matches v1.5.0
39012026-05-07T14:29:59.633Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39022026-05-07T14:29:59.724Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39032026-05-07T14:29:59.744Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39042026-05-07T14:29:59.749Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39052026-05-07T14:30:00.400Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39062026-05-07T14:30:01.721Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39072026-05-07T14:30:03.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
39082026-05-07T14:30:04.141Z
39092026-05-07T14:30:04.141Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39102026-05-07T14:30:04.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-07T14:30:04.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-07T14:30:04.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-07T14:30:04.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39142026-05-07T14:30:04.727Z
39152026-05-07T14:30:04.727Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39162026-05-07T14:30:05.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-07T14:30:05.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-07T14:30:05.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-07T14:30:05.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39202026-05-07T14:30:05.338Z
39212026-05-07T14:30:05.338Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39222026-05-07T14:30:05.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-07T14:30:05.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-07T14:30:05.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-07T14:30:05.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39262026-05-07T14:30:05.987Z
39272026-05-07T14:30:05.988Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39282026-05-07T14:30:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-07T14:30:06.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-07T14:30:06.722Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39312026-05-07T14:30:06.896Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39322026-05-07T14:30:07.374Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39332026-05-07T14:30:08.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39342026-05-07T14:30:09.163Z
39352026-05-07T14:30:09.163Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39362026-05-07T14:30:09.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-07T14:30:09.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-07T14:30:09.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-07T14:30:09.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39402026-05-07T14:30:09.774Z
39412026-05-07T14:30:09.774Zinfo: running `cargo check --bins` on cert-dev (217/274)
39422026-05-07T14:30:10.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-07T14:30:10.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-07T14:30:10.380Z Checking yasna v0.5.2
39452026-05-07T14:30:10.785Z Checking rcgen v0.12.1
39462026-05-07T14:30:11.036Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39472026-05-07T14:30:11.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39482026-05-07T14:30:11.405Z
39492026-05-07T14:30:11.405Zinfo: running `cargo check --bins` on clickana (218/274)
39502026-05-07T14:30:11.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-07T14:30:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-07T14:30:12.054Z Compiling darling_core v0.23.0
39532026-05-07T14:30:12.061Z Compiling instability v0.3.11
39542026-05-07T14:30:12.163Z Checking castaway v0.2.4
39552026-05-07T14:30:12.171Z Compiling indoc v2.0.7
39562026-05-07T14:30:12.174Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39572026-05-07T14:30:12.192Z Checking unicode-truncate v1.1.0
39582026-05-07T14:30:12.195Z Checking lru v0.12.5
39592026-05-07T14:30:12.195Z Checking cassowary v0.3.0
39602026-05-07T14:30:12.271Z Checking compact_str v0.8.1
39612026-05-07T14:30:13.204Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39622026-05-07T14:30:13.389Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39632026-05-07T14:30:13.581Z Compiling darling_macro v0.23.0
39642026-05-07T14:30:13.998Z Compiling darling v0.23.0
39652026-05-07T14:30:14.611Z Checking ratatui v0.29.0
39662026-05-07T14:30:15.683Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39672026-05-07T14:30:16.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
39682026-05-07T14:30:16.551Z
39692026-05-07T14:30:16.551Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39702026-05-07T14:30:17.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-07T14:30:17.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-07T14:30:17.271Z Checking headers-core v0.3.0
39732026-05-07T14:30:17.271Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39742026-05-07T14:30:17.468Z Checking headers v0.4.1
39752026-05-07T14:30:17.839Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39762026-05-07T14:30:18.698Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39772026-05-07T14:30:19.193Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39782026-05-07T14:30:19.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
39792026-05-07T14:30:19.808Z
39802026-05-07T14:30:19.808Zinfo: running `cargo check --bins` on ch-dev (220/274)
39812026-05-07T14:30:20.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-07T14:30:20.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-07T14:30:20.526Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39842026-05-07T14:30:21.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39852026-05-07T14:30:21.485Z
39862026-05-07T14:30:21.485Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39872026-05-07T14:30:21.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-07T14:30:21.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-07T14:30:21.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-07T14:30:21.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39912026-05-07T14:30:21.953Z
39922026-05-07T14:30:21.953Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39932026-05-07T14:30:22.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-07T14:30:22.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-07T14:30:22.666Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39962026-05-07T14:30:23.650Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39972026-05-07T14:30:23.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
39982026-05-07T14:30:24.202Z
39992026-05-07T14:30:24.202Zinfo: running `cargo check --bins` on db-dev (223/274)
40002026-05-07T14:30:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-05-07T14:30:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-05-07T14:30:24.919Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40032026-05-07T14:30:25.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40042026-05-07T14:30:25.886Z
40052026-05-07T14:30:25.887Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40062026-05-07T14:30:26.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-07T14:30:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-07T14:30:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-05-07T14:30:26.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40102026-05-07T14:30:26.528Z
40112026-05-07T14:30:26.528Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40122026-05-07T14:30:27.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-07T14:30:27.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-07T14:30:27.131Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40152026-05-07T14:30:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40162026-05-07T14:30:27.989Z
40172026-05-07T14:30:27.989Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40182026-05-07T14:30:28.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-07T14:30:28.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-07T14:30:28.758Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40212026-05-07T14:30:28.758Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40222026-05-07T14:30:28.758Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40232026-05-07T14:30:28.763Z Checking git-stub v1.0.0
40242026-05-07T14:30:28.763Z Compiling trait-variant v0.1.2
40252026-05-07T14:30:28.763Z Checking is_ci v1.2.0
40262026-05-07T14:30:28.764Z Checking maplit v1.0.2
40272026-05-07T14:30:28.764Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40282026-05-07T14:30:28.949Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40292026-05-07T14:30:28.984Z Checking supports-color v3.0.2
40302026-05-07T14:30:29.076Z Checking git-stub-vcs v0.1.0
40312026-05-07T14:30:29.112Z Checking drift v0.1.3
40322026-05-07T14:30:29.131Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40332026-05-07T14:30:29.134Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40342026-05-07T14:30:29.286Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40352026-05-07T14:30:29.330Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40362026-05-07T14:30:29.400Z Checking dropshot-api-manager v0.7.1
40372026-05-07T14:30:29.427Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40382026-05-07T14:30:29.442Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40392026-05-07T14:30:29.622Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40402026-05-07T14:30:29.652Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40412026-05-07T14:30:29.799Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40422026-05-07T14:30:30.154Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40432026-05-07T14:30:35.039Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40442026-05-07T14:30:36.120Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40452026-05-07T14:30:36.681Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40462026-05-07T14:30:37.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40472026-05-07T14:30:37.308Z
40482026-05-07T14:30:37.308Zinfo: running `cargo check --bins` on installinator-api (227/274)
40492026-05-07T14:30:37.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-07T14:30:37.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-07T14:30:37.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-05-07T14:30:37.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-05-07T14:30:37.901Z
40542026-05-07T14:30:37.901Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40552026-05-07T14:30:38.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-07T14:30:38.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-07T14:30:38.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-07T14:30:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40592026-05-07T14:30:38.540Z
40602026-05-07T14:30:38.540Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40612026-05-07T14:30:39.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-07T14:30:39.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-07T14:30:39.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-07T14:30:39.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40652026-05-07T14:30:39.180Z
40662026-05-07T14:30:39.180Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40672026-05-07T14:30:39.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-07T14:30:39.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-07T14:30:39.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-07T14:30:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40712026-05-07T14:30:39.817Z
40722026-05-07T14:30:39.817Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40732026-05-07T14:30:40.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-07T14:30:40.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-07T14:30:40.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-07T14:30:40.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40772026-05-07T14:30:40.425Z
40782026-05-07T14:30:40.425Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40792026-05-07T14:30:40.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-07T14:30:40.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-07T14:30:40.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-07T14:30:40.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40832026-05-07T14:30:41.013Z
40842026-05-07T14:30:41.013Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40852026-05-07T14:30:41.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-07T14:30:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-07T14:30:41.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-07T14:30:41.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40892026-05-07T14:30:41.634Z
40902026-05-07T14:30:41.634Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40912026-05-07T14:30:42.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-07T14:30:42.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-07T14:30:42.244Z Checking typeid v1.0.3
40942026-05-07T14:30:42.355Z Checking ordered-float v2.10.1
40952026-05-07T14:30:42.373Z Checking unicode-xid v0.2.6
40962026-05-07T14:30:42.386Z Checking cargo-platform v0.2.0
40972026-05-07T14:30:42.395Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
40982026-05-07T14:30:42.424Z Checking erased-serde v0.4.9
40992026-05-07T14:30:42.558Z Checking serde-value v0.7.0
41002026-05-07T14:30:42.737Z Checking serde-untagged v0.1.9
41012026-05-07T14:30:42.893Z Checking cargo-util-schemas v0.8.2
41022026-05-07T14:30:43.580Z Checking cargo_metadata v0.21.0
41032026-05-07T14:30:44.178Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41042026-05-07T14:30:44.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41052026-05-07T14:30:45.049Z
41062026-05-07T14:30:45.050Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41072026-05-07T14:30:45.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-07T14:30:45.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-07T14:30:45.781Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41102026-05-07T14:30:46.403Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41112026-05-07T14:30:46.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41122026-05-07T14:30:47.114Z
41132026-05-07T14:30:47.114Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41142026-05-07T14:30:47.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-07T14:30:47.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-07T14:30:47.969Z Compiling vergen-gitcl v1.0.8
41172026-05-07T14:30:47.969Z Compiling dirs-sys-next v0.1.2
41182026-05-07T14:30:47.969Z Compiling glob v0.3.3
41192026-05-07T14:30:47.969Z Compiling crunchy v0.2.4
41202026-05-07T14:30:47.969Z Compiling diesel_derives v2.3.7
41212026-05-07T14:30:47.973Z Compiling dsl_auto_type v0.2.0
41222026-05-07T14:30:47.973Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-05-07T14:30:48.101Z Checking scheduled-thread-pool v0.2.7
41242026-05-07T14:30:48.269Z Compiling diesel_table_macro_syntax v0.3.0
41252026-05-07T14:30:48.314Z Compiling dirs-next v2.0.0
41262026-05-07T14:30:48.374Z Compiling tiny-keccak v2.0.2
41272026-05-07T14:30:48.430Z Compiling term v0.7.0
41282026-05-07T14:30:48.479Z Compiling clang-sys v1.8.1
41292026-05-07T14:30:48.492Z Checking r2d2 v0.8.10
41302026-05-07T14:30:48.546Z Checking downcast-rs v2.0.2
41312026-05-07T14:30:48.627Z Compiling bit-vec v0.6.3
41322026-05-07T14:30:48.675Z Compiling itertools v0.10.5
41332026-05-07T14:30:48.844Z Compiling bit-set v0.5.3
41342026-05-07T14:30:48.860Z Compiling ascii-canvas v3.0.0
41352026-05-07T14:30:48.987Z Compiling ena v0.14.4
41362026-05-07T14:30:49.001Z Compiling libloading v0.8.9
41372026-05-07T14:30:49.014Z Compiling diff v0.1.13
41382026-05-07T14:30:49.045Z Compiling regex-syntax v0.6.29
41392026-05-07T14:30:49.096Z Compiling bindgen v0.71.1
41402026-05-07T14:30:49.212Z Compiling cexpr v0.6.0
41412026-05-07T14:30:49.270Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41422026-05-07T14:30:49.462Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41432026-05-07T14:30:49.556Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41442026-05-07T14:30:49.618Z Compiling libxml v0.3.3
41452026-05-07T14:30:49.715Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41462026-05-07T14:30:49.870Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41472026-05-07T14:30:49.885Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41482026-05-07T14:30:50.028Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41492026-05-07T14:30:50.079Z Compiling strum_macros v0.24.3
41502026-05-07T14:30:50.127Z Compiling indoc v1.0.9
41512026-05-07T14:30:50.570Z Compiling lalrpop v0.19.12
41522026-05-07T14:30:51.122Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41532026-05-07T14:30:51.150Z Checking derive_builder v0.20.2
41542026-05-07T14:30:51.268Z Compiling oso-derive v0.27.3
41552026-05-07T14:30:51.311Z Checking quick-xml v0.37.5
41562026-05-07T14:30:51.419Z Compiling impl-trait-for-tuples v0.2.3
41572026-05-07T14:30:51.758Z Checking openssl-probe v0.1.6
41582026-05-07T14:30:51.902Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41592026-05-07T14:30:52.196Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41602026-05-07T14:30:52.397Z Checking bb8 v0.8.6
41612026-05-07T14:30:52.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41622026-05-07T14:30:52.680Z Checking nonempty v0.12.0
41632026-05-07T14:30:52.822Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41642026-05-07T14:30:52.860Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41652026-05-07T14:30:52.880Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41662026-05-07T14:30:52.960Z Checking console v0.16.2
41672026-05-07T14:30:53.031Z Checking unit-prefix v0.5.2
41682026-05-07T14:30:53.126Z Checking support-bundle-viewer v0.1.2
41692026-05-07T14:30:53.211Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41702026-05-07T14:30:53.334Z Checking indicatif v0.18.4
41712026-05-07T14:30:53.379Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41722026-05-07T14:30:53.462Z Checking multimap v0.10.1
41732026-05-07T14:30:53.979Z Checking diesel v2.3.7
41742026-05-07T14:30:55.755Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41752026-05-07T14:30:56.338Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41762026-05-07T14:30:56.605Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41772026-05-07T14:30:56.856Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41782026-05-07T14:30:57.391Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41792026-05-07T14:30:58.082Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41802026-05-07T14:30:58.176Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41812026-05-07T14:30:58.740Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41822026-05-07T14:31:00.792Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41832026-05-07T14:31:05.746Z Compiling samael v0.0.19
41842026-05-07T14:31:09.518Z Checking diesel-dtrace v0.5.0
41852026-05-07T14:31:09.760Z Checking async-bb8-diesel v0.2.1
41862026-05-07T14:31:10.639Z Compiling polar-core v0.27.3
41872026-05-07T14:31:15.035Z Checking oso v0.27.3
41882026-05-07T14:31:51.405Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41892026-05-07T14:32:24.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41902026-05-07T14:32:24.514Z
41912026-05-07T14:32:24.514Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41922026-05-07T14:32:25.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-05-07T14:32:25.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-05-07T14:32:25.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-05-07T14:32:25.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41962026-05-07T14:32:25.180Z
41972026-05-07T14:32:25.180Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
41982026-05-07T14:32:25.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-07T14:32:25.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-07T14:32:25.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-07T14:32:25.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42022026-05-07T14:32:25.847Z
42032026-05-07T14:32:25.847Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42042026-05-07T14:32:26.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-07T14:32:26.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-07T14:32:26.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-07T14:32:26.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42082026-05-07T14:32:26.444Z
42092026-05-07T14:32:26.444Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42102026-05-07T14:32:27.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-07T14:32:27.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-07T14:32:27.319Z Compiling libz-sys v1.1.24
42132026-05-07T14:32:27.451Z Compiling libgit2-sys v0.18.3+1.9.2
42142026-05-07T14:32:27.480Z Compiling vergen-git2 v1.0.7
42152026-05-07T14:32:27.488Z Compiling rustls v0.21.12
42162026-05-07T14:32:27.491Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42172026-05-07T14:32:27.491Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42182026-05-07T14:32:27.491Z Checking rustls-webpki v0.101.7
42192026-05-07T14:32:27.494Z Checking sct v0.7.1
42202026-05-07T14:32:27.649Z Compiling nix v0.29.0
42212026-05-07T14:32:27.709Z Compiling dropshot v0.16.7
42222026-05-07T14:32:27.748Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42232026-05-07T14:32:27.784Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42242026-05-07T14:32:27.831Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42252026-05-07T14:32:27.949Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42262026-05-07T14:32:27.966Z Checking toml v0.9.12+spec-1.1.0
42272026-05-07T14:32:27.981Z Compiling dropshot_endpoint v0.16.7
42282026-05-07T14:32:28.115Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42292026-05-07T14:32:28.276Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42302026-05-07T14:32:28.484Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-07T14:32:28.556Z Checking rustls-pemfile v1.0.4
42322026-05-07T14:32:28.696Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42332026-05-07T14:32:28.882Z Checking twox-hash v2.1.2
42342026-05-07T14:32:28.919Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42352026-05-07T14:32:29.211Z Checking tokio-rustls v0.24.1
42362026-05-07T14:32:29.639Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42372026-05-07T14:32:29.669Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42382026-05-07T14:32:30.014Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42392026-05-07T14:32:30.332Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42402026-05-07T14:32:30.414Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42412026-05-07T14:32:30.539Z Checking fatfs v0.3.6
42422026-05-07T14:32:30.558Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42432026-05-07T14:32:30.574Z Compiling seq-macro v0.3.6
42442026-05-07T14:32:34.339Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42452026-05-07T14:32:34.469Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42462026-05-07T14:32:34.842Z Compiling git2 v0.20.4
42472026-05-07T14:32:37.058Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42482026-05-07T14:33:24.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.10s
42492026-05-07T14:33:24.775Z
42502026-05-07T14:33:24.775Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42512026-05-07T14:33:25.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-07T14:33:25.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-07T14:33:25.668Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42542026-05-07T14:34:03.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.18s
42552026-05-07T14:34:04.168Z
42562026-05-07T14:34:04.168Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42572026-05-07T14:34:04.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-07T14:34:04.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-07T14:34:04.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-05-07T14:34:04.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42612026-05-07T14:34:04.754Z
42622026-05-07T14:34:04.754Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42632026-05-07T14:34:05.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-07T14:34:05.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-07T14:34:05.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-07T14:34:05.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42672026-05-07T14:34:05.389Z
42682026-05-07T14:34:05.389Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42692026-05-07T14:34:05.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-07T14:34:05.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-07T14:34:05.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-07T14:34:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42732026-05-07T14:34:06.039Z
42742026-05-07T14:34:06.039Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42752026-05-07T14:34:06.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-07T14:34:06.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-07T14:34:06.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-07T14:34:06.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-07T14:34:06.700Z
42802026-05-07T14:34:06.700Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42812026-05-07T14:34:07.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-07T14:34:07.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-07T14:34:07.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-07T14:34:07.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-05-07T14:34:07.350Z
42862026-05-07T14:34:07.350Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42872026-05-07T14:34:07.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-07T14:34:07.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-07T14:34:07.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-07T14:34:07.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-07T14:34:07.993Z
42922026-05-07T14:34:07.993Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42932026-05-07T14:34:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-07T14:34:08.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-07T14:34:08.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-07T14:34:08.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42972026-05-07T14:34:09.599Z
42982026-05-07T14:34:09.599Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
42992026-05-07T14:34:09.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-07T14:34:09.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-07T14:34:09.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-07T14:34:09.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-07T14:34:09.626Z
43042026-05-07T14:34:09.626Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43052026-05-07T14:34:09.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-07T14:34:09.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-07T14:34:10.211Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43082026-05-07T14:34:10.211Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43092026-05-07T14:34:10.401Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43102026-05-07T14:34:10.431Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43112026-05-07T14:34:10.449Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43122026-05-07T14:34:10.467Z Checking diff v0.1.13
43132026-05-07T14:34:10.469Z Checking yansi v1.0.1
43142026-05-07T14:34:10.497Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43152026-05-07T14:34:10.535Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43162026-05-07T14:34:10.718Z Checking pretty_assertions v1.4.1
43172026-05-07T14:34:11.357Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43182026-05-07T14:34:11.693Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43192026-05-07T14:34:35.030Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43202026-05-07T14:34:35.034Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-05-07T14:34:35.034Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43222026-05-07T14:34:35.034Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43232026-05-07T14:34:35.034Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43242026-05-07T14:34:35.034Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43252026-05-07T14:34:35.856Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43262026-05-07T14:34:36.940Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43272026-05-07T14:35:15.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43282026-05-07T14:35:15.533Z
43292026-05-07T14:35:15.533Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43302026-05-07T14:35:16.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-07T14:35:16.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-07T14:35:16.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-07T14:35:16.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43342026-05-07T14:35:16.119Z
43352026-05-07T14:35:16.119Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43362026-05-07T14:35:16.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-07T14:35:16.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-07T14:35:16.893Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43392026-05-07T14:35:17.016Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43402026-05-07T14:35:17.019Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43412026-05-07T14:35:42.540Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43422026-05-07T14:35:42.933Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43432026-05-07T14:35:44.616Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43442026-05-07T14:35:45.074Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43452026-05-07T14:35:47.985Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-07T14:36:10.340Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43472026-05-07T14:36:11.047Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43482026-05-07T14:36:12.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.55s
43492026-05-07T14:36:12.896Z
43502026-05-07T14:36:12.896Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43512026-05-07T14:36:13.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43522026-05-07T14:36:13.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43532026-05-07T14:36:13.608Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43542026-05-07T14:36:14.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43552026-05-07T14:36:14.505Z
43562026-05-07T14:36:14.505Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43572026-05-07T14:36:15.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-07T14:36:15.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-07T14:36:15.159Z Compiling blake3 v1.8.3
43602026-05-07T14:36:15.269Z Checking constant_time_eq v0.4.2
43612026-05-07T14:36:15.272Z Checking arrayref v0.3.9
43622026-05-07T14:36:15.275Z Checking arrayvec v0.7.6
43632026-05-07T14:36:15.291Z Checking topological-sort v0.2.2
43642026-05-07T14:36:15.294Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43652026-05-07T14:36:15.294Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43662026-05-07T14:36:15.294Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43672026-05-07T14:36:15.335Z Checking shell-words v1.1.1
43682026-05-07T14:36:16.065Z Checking omicron-zone-package v0.12.2
43692026-05-07T14:36:16.783Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43702026-05-07T14:36:17.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43712026-05-07T14:36:17.783Z
43722026-05-07T14:36:17.783Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43732026-05-07T14:36:18.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-07T14:36:18.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-07T14:36:18.424Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43762026-05-07T14:36:18.746Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43772026-05-07T14:36:19.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43782026-05-07T14:36:19.337Z
43792026-05-07T14:36:19.337Zinfo: running `cargo check --bins` on schema (256/274)
43802026-05-07T14:36:19.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-05-07T14:36:19.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-05-07T14:36:20.065Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43832026-05-07T14:36:20.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43842026-05-07T14:36:20.959Z
43852026-05-07T14:36:20.960Zinfo: running `cargo check --bins` on xtask (257/274)
43862026-05-07T14:36:21.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-07T14:36:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-07T14:36:21.411Z Checking libc v0.2.185
43892026-05-07T14:36:21.414Z Checking serde v1.0.228
43902026-05-07T14:36:21.498Z Checking zerofrom v0.1.6
43912026-05-07T14:36:21.502Z Checking bitflags v2.11.0
43922026-05-07T14:36:21.508Z Checking smallvec v1.15.1
43932026-05-07T14:36:21.515Z Checking indexmap v2.14.0
43942026-05-07T14:36:21.526Z Checking serde_json v1.0.149
43952026-05-07T14:36:21.529Z Checking scroll v0.12.0
43962026-05-07T14:36:21.599Z Checking yoke v0.8.1
43972026-05-07T14:36:21.647Z Checking num-traits v0.2.19
43982026-05-07T14:36:21.683Z Checking thiserror v1.0.69
43992026-05-07T14:36:21.760Z Checking log v0.4.29
44002026-05-07T14:36:21.770Z Checking zerovec v0.11.5
44012026-05-07T14:36:21.779Z Checking zerotrie v0.2.3
44022026-05-07T14:36:21.790Z Checking errno v0.3.14
44032026-05-07T14:36:21.876Z Checking serde_spanned v0.6.9
44042026-05-07T14:36:21.904Z Checking toml_datetime v0.6.11
44052026-05-07T14:36:21.907Z Checking rustix v1.1.3
44062026-05-07T14:36:22.000Z Checking percent-encoding v2.3.2
44072026-05-07T14:36:22.016Z Checking zerocopy v0.7.35
44082026-05-07T14:36:22.034Z Checking goblin v0.8.2
44092026-05-07T14:36:22.088Z Checking toml_edit v0.22.27
44102026-05-07T14:36:22.118Z Checking getrandom v0.4.1
44112026-05-07T14:36:22.140Z Checking form_urlencoded v1.2.2
44122026-05-07T14:36:22.154Z Checking ordered-float v2.10.1
44132026-05-07T14:36:22.190Z Checking tinystr v0.8.2
44142026-05-07T14:36:22.245Z Checking potential_utf v0.1.4
44152026-05-07T14:36:22.261Z Checking thiserror v2.0.18
44162026-05-07T14:36:22.359Z Checking syn v2.0.117
44172026-05-07T14:36:22.369Z Checking serde-value v0.7.0
44182026-05-07T14:36:22.372Z Checking icu_locale_core v2.1.1
44192026-05-07T14:36:22.388Z Checking icu_collections v2.1.1
44202026-05-07T14:36:22.522Z Checking dtrace-parser v0.2.0
44212026-05-07T14:36:22.567Z Checking thread-id v4.2.2
44222026-05-07T14:36:22.647Z Checking once_cell v1.21.3
44232026-05-07T14:36:22.685Z Checking cargo-platform v0.2.0
44242026-05-07T14:36:22.697Z Checking terminal_size v0.4.3
44252026-05-07T14:36:22.754Z Checking memmap v0.7.0
44262026-05-07T14:36:22.804Z Checking clap_builder v4.5.60
44272026-05-07T14:36:22.816Z Checking tempfile v3.25.0
44282026-05-07T14:36:22.858Z Checking textwrap v0.16.2
44292026-05-07T14:36:22.882Z Checking fs-err v3.3.0
44302026-05-07T14:36:22.917Z Checking icu_provider v2.1.1
44312026-05-07T14:36:23.002Z Checking camino-tempfile v1.4.1
44322026-05-07T14:36:23.055Z Checking tabled v0.15.0
44332026-05-07T14:36:23.066Z Checking anyhow v1.0.102
44342026-05-07T14:36:23.153Z Checking icu_properties v2.1.2
44352026-05-07T14:36:23.157Z Checking icu_normalizer v2.1.1
44362026-05-07T14:36:23.157Z Checking toml v0.8.23
44372026-05-07T14:36:23.257Z Checking macaddr v1.0.1
44382026-05-07T14:36:23.432Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44392026-05-07T14:36:23.481Z Checking cargo_toml v0.21.0
44402026-05-07T14:36:23.901Z Checking dof v0.3.0
44412026-05-07T14:36:23.942Z Checking idna_adapter v1.2.1
44422026-05-07T14:36:23.984Z Checking clap v4.5.60
44432026-05-07T14:36:24.058Z Checking idna v1.1.0
44442026-05-07T14:36:24.167Z Checking usdt-impl v0.5.0
44452026-05-07T14:36:24.282Z Checking url v2.5.8
44462026-05-07T14:36:24.414Z Checking usdt v0.5.0
44472026-05-07T14:36:24.619Z Checking cargo-util-schemas v0.8.2
44482026-05-07T14:36:25.296Z Checking cargo_metadata v0.21.0
44492026-05-07T14:36:25.896Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44502026-05-07T14:36:26.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
44512026-05-07T14:36:26.428Z
44522026-05-07T14:36:26.428Zinfo: running `cargo check --bins` on dnsadm (258/274)
44532026-05-07T14:36:26.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-07T14:36:26.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-07T14:36:27.071Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44562026-05-07T14:36:27.546Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44572026-05-07T14:36:27.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44582026-05-07T14:36:28.123Z
44592026-05-07T14:36:28.123Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44602026-05-07T14:36:28.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-05-07T14:36:28.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-05-07T14:36:28.917Z Checking polyval v0.6.2
44632026-05-07T14:36:29.042Z Checking ctr v0.9.2
44642026-05-07T14:36:29.052Z Checking ssh-encoding v0.2.0
44652026-05-07T14:36:29.055Z Checking blowfish v0.9.1
44662026-05-07T14:36:29.073Z Checking password-hash v0.4.2
44672026-05-07T14:36:29.087Z Checking p521 v0.13.3
44682026-05-07T14:36:29.090Z Checking p256 v0.13.2
44692026-05-07T14:36:29.113Z Checking russh-cryptovec v0.7.3
44702026-05-07T14:36:29.183Z Checking ghash v0.5.1
44712026-05-07T14:36:29.195Z Checking bcrypt-pbkdf v0.10.0
44722026-05-07T14:36:29.198Z Checking md5 v0.7.0
44732026-05-07T14:36:29.225Z Checking num-bigint v0.4.6
44742026-05-07T14:36:29.238Z Checking des v0.8.1
44752026-05-07T14:36:29.291Z Checking pbkdf2 v0.11.0
44762026-05-07T14:36:29.304Z Checking aes-gcm v0.10.3
44772026-05-07T14:36:29.335Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44782026-05-07T14:36:29.370Z Checking hex-literal v0.4.1
44792026-05-07T14:36:29.384Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44802026-05-07T14:36:29.387Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44812026-05-07T14:36:29.456Z Checking socket2 v0.5.10
44822026-05-07T14:36:29.473Z Checking internet-checksum v0.2.1
44832026-05-07T14:36:29.491Z Checking ssh-cipher v0.2.0
44842026-05-07T14:36:29.654Z Checking ssh-key v0.6.7
44852026-05-07T14:36:29.744Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44862026-05-07T14:36:30.269Z Checking russh-keys v0.45.0
44872026-05-07T14:36:30.823Z Checking russh v0.45.0
44882026-05-07T14:36:45.523Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44892026-05-07T14:36:46.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s
44902026-05-07T14:36:46.955Z
44912026-05-07T14:36:46.955Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44922026-05-07T14:36:47.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-05-07T14:36:47.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-05-07T14:36:47.597Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44952026-05-07T14:36:47.705Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44962026-05-07T14:36:47.712Z Checking termios v0.3.3
44972026-05-07T14:36:48.906Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44982026-05-07T14:36:49.055Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44992026-05-07T14:36:50.829Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45002026-05-07T14:36:51.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45012026-05-07T14:36:51.580Z
45022026-05-07T14:36:51.580Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45032026-05-07T14:36:52.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-07T14:36:52.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-07T14:36:52.297Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45062026-05-07T14:36:52.411Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45072026-05-07T14:36:52.420Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45082026-05-07T14:36:52.420Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45092026-05-07T14:36:52.440Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45102026-05-07T14:36:52.449Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45112026-05-07T14:36:53.161Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45122026-05-07T14:36:53.490Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45132026-05-07T14:36:53.493Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45142026-05-07T14:36:54.116Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45152026-05-07T14:36:55.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45162026-05-07T14:36:55.942Z
45172026-05-07T14:36:55.942Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45182026-05-07T14:36:56.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-05-07T14:36:56.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-05-07T14:36:56.579Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45212026-05-07T14:36:57.027Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45222026-05-07T14:36:57.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45232026-05-07T14:36:57.539Z
45242026-05-07T14:36:57.539Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45252026-05-07T14:36:58.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-07T14:36:58.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-07T14:36:58.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45282026-05-07T14:36:58.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45292026-05-07T14:36:58.132Z
45302026-05-07T14:36:58.132Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45312026-05-07T14:36:58.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-07T14:36:58.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-07T14:36:58.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-07T14:36:58.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45352026-05-07T14:36:58.781Z
45362026-05-07T14:36:58.781Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45372026-05-07T14:36:59.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-07T14:36:59.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-07T14:36:59.494Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45402026-05-07T14:37:00.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45412026-05-07T14:37:00.319Z
45422026-05-07T14:37:00.320Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45432026-05-07T14:37:00.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-07T14:37:00.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-07T14:37:00.981Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45462026-05-07T14:37:00.989Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45472026-05-07T14:37:01.235Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45482026-05-07T14:37:01.239Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45492026-05-07T14:37:02.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45502026-05-07T14:37:02.218Z
45512026-05-07T14:37:02.218Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45522026-05-07T14:37:02.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-07T14:37:02.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-07T14:37:02.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45552026-05-07T14:37:02.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45562026-05-07T14:37:02.834Z
45572026-05-07T14:37:02.835Zinfo: running `cargo check --bins` on omicron-package (268/274)
45582026-05-07T14:37:03.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-07T14:37:03.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-07T14:37:03.499Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45612026-05-07T14:37:04.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45622026-05-07T14:37:04.758Z
45632026-05-07T14:37:04.758Zinfo: running `cargo check --bins` on tqdb (269/274)
45642026-05-07T14:37:05.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-07T14:37:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-07T14:37:05.554Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45672026-05-07T14:37:05.908Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45682026-05-07T14:37:06.420Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45692026-05-07T14:37:06.420Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45702026-05-07T14:37:12.155Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45712026-05-07T14:37:12.161Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45722026-05-07T14:37:12.733Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45732026-05-07T14:37:12.739Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45742026-05-07T14:37:12.740Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45752026-05-07T14:37:12.740Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45762026-05-07T14:37:13.487Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45772026-05-07T14:37:14.461Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45782026-05-07T14:37:15.207Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45792026-05-07T14:37:15.814Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45802026-05-07T14:37:19.827Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45812026-05-07T14:37:29.904Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45822026-05-07T14:37:29.947Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45832026-05-07T14:37:29.947Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45842026-05-07T14:37:29.947Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45852026-05-07T14:37:29.947Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45862026-05-07T14:37:29.947Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45872026-05-07T14:37:29.947Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45882026-05-07T14:37:30.765Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45892026-05-07T14:37:31.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.54s
45902026-05-07T14:37:31.522Z
45912026-05-07T14:37:31.522Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45922026-05-07T14:37:32.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-07T14:37:32.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-07T14:37:32.244Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45952026-05-07T14:37:32.244Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45962026-05-07T14:37:32.246Z Checking rtoolbox v0.0.3
45972026-05-07T14:37:32.246Z Checking tui-tree-widget v0.23.1
45982026-05-07T14:37:32.474Z Checking rpassword v7.4.0
45992026-05-07T14:37:33.477Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46002026-05-07T14:37:36.414Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46012026-05-07T14:37:38.243Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46022026-05-07T14:37:39.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s
46032026-05-07T14:37:39.340Z
46042026-05-07T14:37:39.340Zinfo: running `cargo check --bins` on wicket (271/274)
46052026-05-07T14:37:39.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-07T14:37:39.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-07T14:37:40.038Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46082026-05-07T14:37:40.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46092026-05-07T14:37:40.605Z
46102026-05-07T14:37:40.605Zinfo: running `cargo check --bins` on wicketd (272/274)
46112026-05-07T14:37:41.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-07T14:37:41.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-07T14:37:41.328Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46142026-05-07T14:37:41.332Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46152026-05-07T14:37:41.332Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46162026-05-07T14:37:41.332Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46172026-05-07T14:37:42.316Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46182026-05-07T14:37:42.891Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46192026-05-07T14:37:45.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
46202026-05-07T14:37:46.019Z
46212026-05-07T14:37:46.019Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46222026-05-07T14:37:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-07T14:37:46.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-07T14:37:46.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46252026-05-07T14:37:46.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46262026-05-07T14:37:46.613Z
46272026-05-07T14:37:46.613Zinfo: running `cargo check --bins` on zone-setup (274/274)
46282026-05-07T14:37:47.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-07T14:37:47.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-07T14:37:47.286Z Checking uzers v0.12.2
46312026-05-07T14:37:47.557Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46322026-05-07T14:37:48.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46332026-05-07T14:37:48.507Z
46342026-05-07T14:37:48.507Zreal 14:04.659954098
46352026-05-07T14:37:48.507Zuser 20:26.234014016
46362026-05-07T14:37:48.507Zsys 4:14.917585164
46372026-05-07T14:37:48.507Ztrap 0.321949270
46382026-05-07T14:37:48.507Ztflt 0.718076400
46392026-05-07T14:37:48.507Zdflt 1.188867295
46402026-05-07T14:37:48.508Zkflt 0.004822941
46412026-05-07T14:37:48.508Zlock 1:17:11.733906544
46422026-05-07T14:37:48.508Zslp 1:38:03.910857218
46432026-05-07T14:37:48.508Zlat 55.022938937
46442026-05-07T14:37:48.508Zstop 3:25.040349927
46452026-05-07T14:37:48.511Zprocess exited: duration 979768 ms, exit code 0
 
46462026-05-07T14:37:48.518Zfound 0 output files