01KS85AB7ETZBSA93ZE4D4BPAA: 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: 01KS85AQK3MTYWWXG182VGS1CX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T15:38:00.782Zjob assigned to worker 01KS85AY2QFRYF2AW9F6AEMADC [factory aws, i-057ae41837d8da80a] (queued for 48 s)
 
22026-05-22T15:38:07.314Zstarting task 0: "setup"
32026-05-22T15:38:07.319Z++ uname -s
42026-05-22T15:38:07.322Z+ kern=SunOS
52026-05-22T15:38:07.322Z+ build_user=build
62026-05-22T15:38:07.322Z+ build_uid=12345
72026-05-22T15:38:07.322Z+ work_dir=/work
82026-05-22T15:38:07.322Z+ input_dir=/input
92026-05-22T15:38:07.322Z+ [[ 0 == 12345 ]]
102026-05-22T15:38:07.322Z+ case "$kern" in
112026-05-22T15:38:07.322Z+ groupadd -g 12345 build
122026-05-22T15:38:07.333Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T15:38:09.340Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T15:38:09.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T15:38:09.399Z+ home_fs=zfs
162026-05-22T15:38:09.399Z+ [[ zfs == autofs ]]
172026-05-22T15:38:09.399Z+ mkdir -p /home/build
182026-05-22T15:38:09.399Z+ chown build:build /home/build /work
192026-05-22T15:38:11.400Z+ chmod 0700 /home/build /work
202026-05-22T15:38:11.403Zprocess exited: duration 4087 ms, exit code 0
 
212026-05-22T15:38:11.408Zstarting task 1: "rust-toolchain"
222026-05-22T15:38:11.412Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-22T15:38:11.412Z * rust toolchain channel = "1.94.0"
242026-05-22T15:38:11.412Z * rust toolchain profile = "default"
252026-05-22T15:38:11.415Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-22T15:38:11.415Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T15:38:11.415Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T15:38:11.415Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T15:38:11.415Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-22T15:38:11.519Zinfo: downloading installer
312026-05-22T15:38:13.116Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T15:38:13.117Zwarn: /home/build/.rustup/settings.toml
332026-05-22T15:38:13.117Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T15:38:13.117Zwarn: instead of the one inferred from the default host triple.
352026-05-22T15:38:13.129Zinfo: profile set to default
362026-05-22T15:38:13.129Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T15:38:13.132Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-22T15:38:13.269Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-22T15:38:13.272Zinfo: downloading 6 components
402026-05-22T15:38:27.809Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-22T15:38:27.809Z
422026-05-22T15:38:27.840Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-22T15:38:27.840Z
442026-05-22T15:38:27.840Z
452026-05-22T15:38:27.840ZRust is installed now. Great!
462026-05-22T15:38:27.840Z
472026-05-22T15:38:27.843ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T15:38:27.843Zenvironment variable. This has not been done automatically.
492026-05-22T15:38:27.843Z
502026-05-22T15:38:27.843ZTo configure your current shell, you need to source
512026-05-22T15:38:27.843Zthe corresponding env file under $HOME/.cargo.
522026-05-22T15:38:27.843Z
532026-05-22T15:38:27.843ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T15:38:27.843Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T15:38:27.843Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T15:38:27.843Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T15:38:27.843Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T15:38:27.843Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T15:38:27.843Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T15:38:27.843Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T15:38:27.843Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T15:38:27.928Z+ rustup --version
632026-05-22T15:38:27.937Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T15:38:27.940Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T15:38:27.960Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-22T15:38:27.963Z+ cargo --version
672026-05-22T15:38:27.977Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-22T15:38:27.979Z+ rustc --version
692026-05-22T15:38:27.999Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-22T15:38:28.003Zprocess exited: duration 16593 ms, exit code 0
 
712026-05-22T15:38:28.008Zstarting task 2: "authentication"
722026-05-22T15:38:28.025Zprocess exited: duration 16 ms, exit code 0
 
732026-05-22T15:38:28.030Zstarting task 3: "clone repository"
742026-05-22T15:38:28.034Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-22T15:38:28.037Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-22T15:38:28.075ZCloning into '/work/oxidecomputer/omicron'...
772026-05-22T15:38:38.564Z+ cd /work/oxidecomputer/omicron
782026-05-22T15:38:38.564Z+ git fetch origin 8ca839ac1900af54c53d970939d11dee36717552
792026-05-22T15:38:38.859ZFrom https://github.com/oxidecomputer/omicron
802026-05-22T15:38:38.859Z * branch 8ca839ac1900af54c53d970939d11dee36717552 -> FETCH_HEAD
812026-05-22T15:38:38.869Z+ [[ -n jmcarp/block-size-docs ]]
822026-05-22T15:38:38.871Z++ git branch --show-current
832026-05-22T15:38:38.871Z+ current=main
842026-05-22T15:38:38.871Z+ [[ main != jmcarp/block-size-docs ]]
852026-05-22T15:38:38.871Z+ git branch -f jmcarp/block-size-docs 8ca839ac1900af54c53d970939d11dee36717552
862026-05-22T15:38:38.874Z+ git checkout -f jmcarp/block-size-docs
872026-05-22T15:38:39.110ZSwitched to branch 'jmcarp/block-size-docs'
882026-05-22T15:38:39.113Z+ git reset --hard 8ca839ac1900af54c53d970939d11dee36717552
892026-05-22T15:38:39.126ZHEAD is now at 8ca839ac1 Fix generated block size docs.
902026-05-22T15:38:39.129Zprocess exited: duration 11096 ms, exit code 0
 
912026-05-22T15:38:39.135Zstarting task 4: "build"
922026-05-22T15:38:39.139Z+ source .github/buildomat/ci-env.sh
932026-05-22T15:38:39.141Z++ export CARGO_TERM_COLOR=always
942026-05-22T15:38:39.141Z++ CARGO_TERM_COLOR=always
952026-05-22T15:38:39.141Z+ cargo --version
962026-05-22T15:38:39.148Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-22T15:38:39.151Z+ rustc --version
982026-05-22T15:38:39.172Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-22T15:38:39.174Z+ source ./env.sh
1002026-05-22T15:38:39.174Z++ OLD_SHELL_OPTS=ehxB
1012026-05-22T15:38:39.174Z++ set -o xtrace
1022026-05-22T15:38:39.177Z++++ dirname ./env.sh
1032026-05-22T15:38:39.188Z+++ readlink -f .
1042026-05-22T15:38:39.192Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-22T15:38:39.195Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-22T15:38:39.195Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-22T15:38:39.195Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-22T15:38:39.195Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-22T15:38:39.195Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-22T15:38:39.195Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-22T15:38:39.195Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-22T15:38:39.195Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-22T15:38:39.195Z++ case $OLD_SHELL_OPTS in
1142026-05-22T15:38:39.195Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-22T15:38:39.195Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-22T15:38:39.195Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-22T15:38:39.195Z+ banner prerequisites
1182026-05-22T15:38:39.195Z
1192026-05-22T15:38:39.195Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-22T15:38:39.195Z # # # # # # # # # # # # # # #
1212026-05-22T15:38:39.195Z # # # # ##### # # ##### # # # # # #### #
1222026-05-22T15:38:39.195Z ##### ##### # ##### # # # # # # # # #
1232026-05-22T15:38:39.195Z # # # # # # # # # # # # # # #
1242026-05-22T15:38:39.195Z # # # ###### # # ###### ### # #### # #### #
1252026-05-22T15:38:39.196Z
1262026-05-22T15:38:39.196Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-22T15:38:40.787Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-22T15:38:40.849Z Startup: Caching catalogs ... Done
1292026-05-22T15:38:41.082ZPlanning: Solver setup ... Done (0.199s)
1302026-05-22T15:38:41.100ZPlanning: Running solver ... Done (0.018s)
1312026-05-22T15:38:41.107ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-22T15:38:41.119ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-22T15:38:41.135ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-22T15:38:41.148ZPlanning: Package planning ... Done (0.013s)
1352026-05-22T15:38:41.151ZPlanning: Merging actions ... Done (0.002s)
1362026-05-22T15:38:41.349ZPlanning: Checking for conflicting actions ... Done (0.199s)
1372026-05-22T15:38:41.352ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-22T15:38:41.972ZPlanning: Evaluating mediators ... Done (0.623s)
1392026-05-22T15:38:41.975ZPlanning: Planning completed in 1.11 seconds
1402026-05-22T15:38:41.982Z Packages to install: 2
1412026-05-22T15:38:41.984Z Estimated space available: 156.07 GB
1422026-05-22T15:38:41.984ZEstimated space to be consumed: 21.14 MB
1432026-05-22T15:38:41.984Z Create boot environment: No
1442026-05-22T15:38:41.984ZCreate backup boot environment: No
1452026-05-22T15:38:41.984Z Rebuild boot archive: No
1462026-05-22T15:38:41.984Z
1472026-05-22T15:38:41.984ZChanged packages:
1482026-05-22T15:38:41.984Zhelios
1492026-05-22T15:38:41.985Z developer/build-essential
1502026-05-22T15:38:41.985Z None -> 11-3.0
1512026-05-22T15:38:41.985Z library/libxmlsec1
1522026-05-22T15:38:41.985Z None -> 1.2.35-3.0
1532026-05-22T15:38:42.006Z
1542026-05-22T15:38:42.006ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-22T15:38:42.544ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1562026-05-22T15:38:42.588Z Actions: 1/268 actions (Installing new actions)
1572026-05-22T15:38:42.639Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-22T15:38:42.645ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-22T15:38:42.648ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-22T15:38:42.663ZFinalize: Updating image state ... Done (0.017s)
1612026-05-22T15:38:45.026ZFinalize: Creating fast lookup database ... Done (2.341s)
1622026-05-22T15:38:45.099ZFinalize: Reading search index ... Done (0.012s)
1632026-05-22T15:38:45.102ZFinalize: Updating search index ... Done (0.000s)
1642026-05-22T15:38:45.161ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-22T15:38:45.460ZPlanning: Evaluating mediator changes ... Done
1662026-05-22T15:38:45.567ZPlanning: Checking for conflicting actions ... Done
1672026-05-22T15:38:45.570ZPlanning: Consolidating action changes ... Done
1682026-05-22T15:38:45.728ZPlanning: Evaluating mediators ... Done
1692026-05-22T15:38:45.731ZPlanning: Planning completed in 0.27 seconds
1702026-05-22T15:38:45.750Z Mediators to change: 2
1712026-05-22T15:38:45.751Z Create boot environment: No
1722026-05-22T15:38:45.754ZCreate backup boot environment: No
1732026-05-22T15:38:45.786ZFinalize: Updating package state database ... Done
1742026-05-22T15:38:45.786ZFinalize: Updating package cache ... Done
1752026-05-22T15:38:45.796ZFinalize: Updating image state ... Done
1762026-05-22T15:38:47.788ZFinalize: Creating fast lookup database ... Done
1772026-05-22T15:38:47.851ZFinalize: Reading search index ... Done
1782026-05-22T15:38:47.854ZFinalize: Updating search index ... Done
1792026-05-22T15:38:47.932ZFinalize: Updating package cache ... Done
1802026-05-22T15:38:48.221ZPlanning: Evaluating mediator changes ... Done
1812026-05-22T15:38:48.327ZPlanning: Checking for conflicting actions ... Done
1822026-05-22T15:38:48.330ZPlanning: Consolidating action changes ... Done
1832026-05-22T15:38:48.485ZPlanning: Evaluating mediators ... Done
1842026-05-22T15:38:48.488ZPlanning: Planning completed in 0.26 seconds
1852026-05-22T15:38:48.508Z Mediators to change: 1
1862026-05-22T15:38:48.511Z Create boot environment: No
1872026-05-22T15:38:48.511ZCreate backup boot environment: No
1882026-05-22T15:38:48.557ZFinalize: Updating package state database ... Done
1892026-05-22T15:38:48.557ZFinalize: Updating package cache ... Done
1902026-05-22T15:38:48.567ZFinalize: Updating image state ... Done
1912026-05-22T15:38:50.549ZFinalize: Creating fast lookup database ... Done
1922026-05-22T15:38:50.610ZFinalize: Reading search index ... Done
1932026-05-22T15:38:50.613ZFinalize: Updating search index ... Done
1942026-05-22T15:38:50.750ZFinalize: Updating package cache ... Done
1952026-05-22T15:38:51.068ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-22T15:38:51.068Zapache system 2.4 system
1972026-05-22T15:38:51.068Zclang system 15 system
1982026-05-22T15:38:51.068Zcsh system system illumos
1992026-05-22T15:38:51.068Zctags system system illumos
2002026-05-22T15:38:51.069Zfile vendor vendor darwinsys
2012026-05-22T15:38:51.069Zfile system system illumos
2022026-05-22T15:38:51.069Zgcc vendor 14 vendor
2032026-05-22T15:38:51.069Zgcc system 13 system
2042026-05-22T15:38:51.069Zgcc system 10 system
2052026-05-22T15:38:51.069Zgo system 1.25 system
2062026-05-22T15:38:51.069Zllvm system 15 system
2072026-05-22T15:38:51.069Zmariadb system 11.4 system
2082026-05-22T15:38:51.069Zmta vendor vendor dma
2092026-05-22T15:38:51.069Zopenjdk system 17 system
2102026-05-22T15:38:51.069Zopenjdk system 11 system
2112026-05-22T15:38:51.069Zopenssl vendor 3 vendor
2122026-05-22T15:38:51.069Zperl system 5.40 system
2132026-05-22T15:38:51.069Zpostgresql system 18 system
2142026-05-22T15:38:51.069Zpostgresql system 17 system
2152026-05-22T15:38:51.070Zpython vendor 3 vendor
2162026-05-22T15:38:51.070Zpython system 2 system
2172026-05-22T15:38:51.070Zpython3 vendor 3.13 vendor
2182026-05-22T15:38:51.070Zruby system 3.4 system
2192026-05-22T15:38:51.070Zruby system 3.0 system
2202026-05-22T15:38:51.070Zwords vendor vendor american-english
2212026-05-22T15:38:51.070Zwords system system australian-english
2222026-05-22T15:38:51.070Zwords system system british-english
2232026-05-22T15:38:51.070Zwords system system canadian-english
2242026-05-22T15:38:51.070Zwords system system french
2252026-05-22T15:38:51.070Zwords system system italian
2262026-05-22T15:38:51.070Zwords system system ngerman
2272026-05-22T15:38:51.070Zwords system system ogerman
2282026-05-22T15:38:51.070Zwords system system spanish
2292026-05-22T15:38:51.330ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-22T15:38:51.330Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-22T15:38:51.608ZFMRI IFO
2322026-05-22T15:38:51.608Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-22T15:38:51.608Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-22T15:38:51.608Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-22T15:38:51.608Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-22T15:38:51.608Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-22T15:38:51.608Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-22T15:38:51.608Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-22T15:38:51.608Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-22T15:38:51.608Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-22T15:38:51.865Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-22T15:38:52.131Z Updating crates.io index
2432026-05-22T15:38:52.134Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-22T15:38:52.410Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-22T15:38:53.325Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-22T15:38:53.654Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-22T15:38:54.758Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-22T15:38:55.246Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-22T15:38:57.077Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-22T15:38:57.911Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-22T15:38:58.183Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-22T15:38:59.136Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-22T15:38:59.534Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-22T15:38:59.841Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-22T15:39:00.226Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-22T15:39:01.143Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-22T15:39:01.629Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-22T15:39:01.883Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-22T15:39:02.211Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-22T15:39:02.664Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-22T15:39:03.070Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-22T15:39:03.314Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-22T15:39:03.563Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-22T15:39:03.825Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-22T15:39:04.172Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-22T15:39:04.575Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-22T15:39:05.178Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-22T15:39:05.664Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-22T15:39:06.187Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-22T15:39:07.115Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-22T15:39:07.659Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-22T15:39:08.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-22T15:39:08.583Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-22T15:39:08.910Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-22T15:39:09.257Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-22T15:39:09.566Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-22T15:39:10.163Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-22T15:39:10.441Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-22T15:39:10.711Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-22T15:39:10.964Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-22T15:39:11.338Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-22T15:39:22.897Z Downloading crates ...
2832026-05-22T15:39:22.942Z Downloaded cargo-platform v0.2.0
2842026-05-22T15:39:22.950Z Downloaded anstyle-parse v0.2.7
2852026-05-22T15:39:22.952Z Downloaded bitflags v2.11.0
2862026-05-22T15:39:22.955Z Downloaded scroll v0.12.0
2872026-05-22T15:39:22.955Z Downloaded dtrace-parser v0.2.0
2882026-05-22T15:39:22.958Z Downloaded errno v0.3.14
2892026-05-22T15:39:22.961Z Downloaded terminal_size v0.4.3
2902026-05-22T15:39:22.961Z Downloaded stable_deref_trait v1.2.1
2912026-05-22T15:39:22.961Z Downloaded cpufeatures v0.2.17
2922026-05-22T15:39:22.964Z Downloaded clap_lex v1.0.0
2932026-05-22T15:39:22.966Z Downloaded pretty-hex v0.4.1
2942026-05-22T15:39:22.970Z Downloaded idna_adapter v1.2.1
2952026-05-22T15:39:22.973Z Downloaded crypto-common v0.1.7
2962026-05-22T15:39:22.973Z Downloaded zerofrom v0.1.6
2972026-05-22T15:39:22.976Z Downloaded dof v0.3.0
2982026-05-22T15:39:22.976Z Downloaded colorchoice v1.0.4
2992026-05-22T15:39:22.980Z Downloaded yoke-derive v0.8.1
3002026-05-22T15:39:22.983Z Downloaded serde_tokenstream v0.2.3
3012026-05-22T15:39:22.986Z Downloaded semver v1.0.28
3022026-05-22T15:39:22.988Z Downloaded unicode-linebreak v0.1.5
3032026-05-22T15:39:22.988Z Downloaded toml_write v0.1.2
3042026-05-22T15:39:22.991Z Downloaded anstream v0.6.21
3052026-05-22T15:39:22.991Z Downloaded utf8_iter v1.0.4
3062026-05-22T15:39:22.991Z Downloaded icu_normalizer_data v2.1.1
3072026-05-22T15:39:22.994Z Downloaded clap_derive v4.5.55
3082026-05-22T15:39:22.994Z Downloaded cargo-util-schemas v0.8.2
3092026-05-22T15:39:22.997Z Downloaded usdt v0.5.0
3102026-05-22T15:39:22.997Z Downloaded proc-macro2 v1.0.106
3112026-05-22T15:39:22.999Z Downloaded version_check v0.9.5
3122026-05-22T15:39:22.999Z Downloaded displaydoc v0.2.5
3132026-05-22T15:39:22.999Z Downloaded zerotrie v0.2.3
3142026-05-22T15:39:23.002Z Downloaded utf8parse v0.2.2
3152026-05-22T15:39:23.002Z Downloaded thiserror v1.0.69
3162026-05-22T15:39:23.005Z Downloaded zerofrom-derive v0.1.6
3172026-05-22T15:39:23.005Z Downloaded typenum v1.19.0
3182026-05-22T15:39:23.008Z Downloaded plain v0.2.3
3192026-05-22T15:39:23.008Z Downloaded serde-value v0.7.0
3202026-05-22T15:39:23.008Z Downloaded fnv v1.0.7
3212026-05-22T15:39:23.011Z Downloaded usdt-attr-macro v0.5.0
3222026-05-22T15:39:23.011Z Downloaded thread-id v4.2.2
3232026-05-22T15:39:23.011Z Downloaded usdt-macro v0.5.0
3242026-05-22T15:39:23.011Z Downloaded cargo_metadata v0.21.0
3252026-05-22T15:39:23.014Z Downloaded typeid v1.0.3
3262026-05-22T15:39:23.014Z Downloaded toml_datetime v0.6.11
3272026-05-22T15:39:23.014Z Downloaded tabled_derive v0.7.0
3282026-05-22T15:39:23.014Z Downloaded proc-macro-error-attr v1.0.4
3292026-05-22T15:39:23.017Z Downloaded usdt-impl v0.5.0
3302026-05-22T15:39:23.017Z Downloaded unicode-xid v0.2.6
3312026-05-22T15:39:23.017Z Downloaded zmij v1.0.21
3322026-05-22T15:39:23.017Z Downloaded writeable v0.6.2
3332026-05-22T15:39:23.020Z Downloaded zerovec-derive v0.11.2
3342026-05-22T15:39:23.020Z Downloaded smawk v0.3.2
3352026-05-22T15:39:23.020Z Downloaded potential_utf v0.1.4
3362026-05-22T15:39:23.022Z Downloaded scroll_derive v0.12.1
3372026-05-22T15:39:23.022Z Downloaded thiserror-impl v2.0.18
3382026-05-22T15:39:23.022Z Downloaded getrandom v0.4.1
3392026-05-22T15:39:23.027Z Downloaded yoke v0.8.1
3402026-05-22T15:39:23.027Z Downloaded thiserror-impl v1.0.69
3412026-05-22T15:39:23.029Z Downloaded ordered-float v2.10.1
3422026-05-22T15:39:23.029Z Downloaded serde_spanned v0.6.9
3432026-05-22T15:39:23.029Z Downloaded percent-encoding v2.3.2
3442026-05-22T15:39:23.029Z Downloaded block-buffer v0.10.4
3452026-05-22T15:39:23.030Z Downloaded cfg-if v1.0.4
3462026-05-22T15:39:23.030Z Downloaded tinystr v0.8.2
3472026-05-22T15:39:23.032Z Downloaded zerocopy-derive v0.7.35
3482026-05-22T15:39:23.035Z Downloaded thiserror v2.0.18
3492026-05-22T15:39:23.037Z Downloaded toml v0.8.23
3502026-05-22T15:39:23.040Z Downloaded heck v0.4.1
3512026-05-22T15:39:23.043Z Downloaded unicode-ident v1.0.24
3522026-05-22T15:39:23.043Z Downloaded textwrap v0.16.2
3532026-05-22T15:39:23.046Z Downloaded strsim v0.11.1
3542026-05-22T15:39:23.049Z Downloaded ucd-trie v0.1.7
3552026-05-22T15:39:23.049Z Downloaded heck v0.5.0
3562026-05-22T15:39:23.052Z Downloaded swrite v0.1.0
3572026-05-22T15:39:23.052Z Downloaded form_urlencoded v1.2.2
3582026-05-22T15:39:23.052Z Downloaded icu_collections v2.1.1
3592026-05-22T15:39:23.055Z Downloaded toml_edit v0.22.27
3602026-05-22T15:39:23.058Z Downloaded itoa v1.0.17
3612026-05-22T15:39:23.060Z Downloaded anstyle v1.0.13
3622026-05-22T15:39:23.060Z Downloaded clap v4.5.60
3632026-05-22T15:39:23.064Z Downloaded macaddr v1.0.1
3642026-05-22T15:39:23.066Z Downloaded equivalent v1.0.2
3652026-05-22T15:39:23.069Z Downloaded url v2.5.8
3662026-05-22T15:39:23.069Z Downloaded fastrand v2.3.0
3672026-05-22T15:39:23.072Z Downloaded bytecount v0.6.9
3682026-05-22T15:39:23.072Z Downloaded is_terminal_polyfill v1.70.2
3692026-05-22T15:39:23.072Z Downloaded autocfg v1.5.0
3702026-05-22T15:39:23.075Z Downloaded memmap v0.7.0
3712026-05-22T15:39:23.075Z Downloaded zerovec v0.11.5
3722026-05-22T15:39:23.077Z Downloaded generic-array v0.14.7
3732026-05-22T15:39:23.080Z Downloaded camino-tempfile v1.4.1
3742026-05-22T15:39:23.083Z Downloaded synstructure v0.13.2
3752026-05-22T15:39:23.086Z Downloaded zerocopy v0.7.35
3762026-05-22T15:39:23.093Z Downloaded winnow v0.7.14
3772026-05-22T15:39:23.099Z Downloaded sha2 v0.10.9
3782026-05-22T15:39:23.101Z Downloaded serde-untagged v0.1.9
3792026-05-22T15:39:23.101Z Downloaded anstyle-query v1.1.5
3802026-05-22T15:39:23.104Z Downloaded unicode-width v0.2.0
3812026-05-22T15:39:23.107Z Downloaded proc-macro-error v1.0.4
3822026-05-22T15:39:23.109Z Downloaded serde_derive v1.0.228
3832026-05-22T15:39:23.110Z Downloaded cargo_toml v0.21.0
3842026-05-22T15:39:23.112Z Downloaded unicode-width v0.1.14
3852026-05-22T15:39:23.115Z Downloaded digest v0.10.7
3862026-05-22T15:39:23.115Z Downloaded quote v1.0.45
3872026-05-22T15:39:23.118Z Downloaded fs-err v3.3.0
3882026-05-22T15:39:23.118Z Downloaded erased-serde v0.4.9
3892026-05-22T15:39:23.121Z Downloaded byteorder v1.5.0
3902026-05-22T15:39:23.121Z Downloaded camino v1.2.2
3912026-05-22T15:39:23.128Z Downloaded tempfile v3.25.0
3922026-05-22T15:39:23.130Z Downloaded litemap v0.8.1
3932026-05-22T15:39:23.133Z Downloaded memchr v2.8.0
3942026-05-22T15:39:23.136Z Downloaded once_cell v1.21.3
3952026-05-22T15:39:23.141Z Downloaded pest_derive v2.8.6
3962026-05-22T15:39:23.144Z Downloaded smallvec v1.15.1
3972026-05-22T15:39:23.147Z Downloaded pest_generator v2.8.6
3982026-05-22T15:39:23.157Z Downloaded icu_properties v2.1.2
3992026-05-22T15:39:23.160Z Downloaded icu_provider v2.1.1
4002026-05-22T15:39:23.162Z Downloaded log v0.4.29
4012026-05-22T15:39:23.162Z Downloaded num-traits v0.2.19
4022026-05-22T15:39:23.169Z Downloaded serde_core v1.0.228
4032026-05-22T15:39:23.171Z Downloaded papergrid v0.11.0
4042026-05-22T15:39:23.174Z Downloaded anyhow v1.0.102
4052026-05-22T15:39:23.177Z Downloaded icu_normalizer v2.1.1
4062026-05-22T15:39:23.179Z Downloaded serde v1.0.228
4072026-05-22T15:39:23.183Z Downloaded pest_meta v2.8.6
4082026-05-22T15:39:23.207Z Downloaded icu_locale_core v2.1.1
4092026-05-22T15:39:23.216Z Downloaded indexmap v2.14.0
4102026-05-22T15:39:23.227Z Downloaded pest v2.8.6
4112026-05-22T15:39:23.240Z Downloaded idna v1.1.0
4122026-05-22T15:39:23.243Z Downloaded clap_builder v4.5.60
4132026-05-22T15:39:23.246Z Downloaded hashbrown v0.17.0
4142026-05-22T15:39:23.250Z Downloaded serde_json v1.0.149
4152026-05-22T15:39:23.254Z Downloaded syn v1.0.109
4162026-05-22T15:39:23.259Z Downloaded icu_properties_data v2.1.2
4172026-05-22T15:39:23.266Z Downloaded goblin v0.8.2
4182026-05-22T15:39:23.269Z Downloaded tabled v0.15.0
4192026-05-22T15:39:23.286Z Downloaded syn v2.0.117
4202026-05-22T15:39:23.304Z Downloaded rustix v1.1.3
4212026-05-22T15:39:23.327Z Downloaded libc v0.2.185
4222026-05-22T15:39:23.398Z Compiling proc-macro2 v1.0.106
4232026-05-22T15:39:23.400Z Compiling unicode-ident v1.0.24
4242026-05-22T15:39:23.400Z Compiling quote v1.0.45
4252026-05-22T15:39:23.400Z Compiling serde_core v1.0.228
4262026-05-22T15:39:23.400Z Compiling libc v0.2.185
4272026-05-22T15:39:23.400Z Compiling version_check v0.9.5
4282026-05-22T15:39:23.400Z Compiling memchr v2.8.0
4292026-05-22T15:39:23.400Z Compiling stable_deref_trait v1.2.1
4302026-05-22T15:39:23.726Z Compiling serde v1.0.228
4312026-05-22T15:39:23.741Z Compiling zmij v1.0.21
4322026-05-22T15:39:23.974Z Compiling autocfg v1.5.0
4332026-05-22T15:39:23.989Z Compiling thiserror v1.0.69
4342026-05-22T15:39:24.291Z Compiling itoa v1.0.17
4352026-05-22T15:39:24.291Z Compiling ucd-trie v0.1.7
4362026-05-22T15:39:24.395Z Compiling writeable v0.6.2
4372026-05-22T15:39:24.427Z Compiling litemap v0.8.1
4382026-05-22T15:39:24.471Z Compiling pest v2.8.6
4392026-05-22T15:39:24.567Z Compiling icu_properties_data v2.1.2
4402026-05-22T15:39:24.627Z Compiling rustix v1.1.3
4412026-05-22T15:39:24.646Z Compiling icu_normalizer_data v2.1.1
4422026-05-22T15:39:24.837Z Compiling byteorder v1.5.0
4432026-05-22T15:39:24.949Z Compiling errno v0.3.14
4442026-05-22T15:39:24.966Z Compiling syn v2.0.117
4452026-05-22T15:39:25.058Z Compiling serde_json v1.0.149
4462026-05-22T15:39:25.078Z Compiling bitflags v2.11.0
4472026-05-22T15:39:25.303Z Compiling num-traits v0.2.19
4482026-05-22T15:39:25.321Z Compiling equivalent v1.0.2
4492026-05-22T15:39:25.337Z Compiling typeid v1.0.3
4502026-05-22T15:39:25.501Z Compiling smallvec v1.15.1
4512026-05-22T15:39:25.621Z Compiling pest_meta v2.8.6
4522026-05-22T15:39:25.697Z Compiling hashbrown v0.17.0
4532026-05-22T15:39:25.836Z Compiling thread-id v4.2.2
4542026-05-22T15:39:25.929Z Compiling proc-macro-error-attr v1.0.4
4552026-05-22T15:39:26.003Z Compiling usdt-impl v0.5.0
4562026-05-22T15:39:26.022Z Compiling winnow v0.7.14
4572026-05-22T15:39:26.132Z Compiling erased-serde v0.4.9
4582026-05-22T15:39:26.238Z Compiling indexmap v2.14.0
4592026-05-22T15:39:26.428Z Compiling syn v1.0.109
4602026-05-22T15:39:26.446Z Compiling toml_write v0.1.2
4612026-05-22T15:39:26.919Z Compiling proc-macro-error v1.0.4
4622026-05-22T15:39:26.937Z Compiling utf8parse v0.2.2
4632026-05-22T15:39:27.061Z Compiling plain v0.2.3
4642026-05-22T15:39:27.116Z Compiling camino v1.2.2
4652026-05-22T15:39:27.182Z Compiling log v0.4.29
4662026-05-22T15:39:27.368Z Compiling getrandom v0.4.1
4672026-05-22T15:39:27.386Z Compiling thiserror v2.0.18
4682026-05-22T15:39:27.414Z Compiling utf8_iter v1.0.4
4692026-05-22T15:39:27.430Z Compiling percent-encoding v2.3.2
4702026-05-22T15:39:27.504Z Compiling ordered-float v2.10.1
4712026-05-22T15:39:27.580Z Compiling form_urlencoded v1.2.2
4722026-05-22T15:39:27.660Z Compiling anstyle-parse v0.2.7
4732026-05-22T15:39:27.819Z Compiling terminal_size v0.4.3
4742026-05-22T15:39:27.836Z Compiling synstructure v0.13.2
4752026-05-22T15:39:27.855Z Compiling pest_generator v2.8.6
4762026-05-22T15:39:27.982Z Compiling anstyle v1.0.13
4772026-05-22T15:39:28.192Z Compiling pretty-hex v0.4.1
4782026-05-22T15:39:28.210Z Compiling colorchoice v1.0.4
4792026-05-22T15:39:28.211Z Compiling is_terminal_polyfill v1.70.2
4802026-05-22T15:39:28.245Z Compiling cfg-if v1.0.4
4812026-05-22T15:39:28.324Z Compiling anstyle-query v1.1.5
4822026-05-22T15:39:28.343Z Compiling serde-untagged v0.1.9
4832026-05-22T15:39:28.441Z Compiling anstream v0.6.21
4842026-05-22T15:39:28.488Z Compiling semver v1.0.28
4852026-05-22T15:39:28.593Z Compiling fs-err v3.3.0
4862026-05-22T15:39:28.613Z Compiling anyhow v1.0.102
4872026-05-22T15:39:28.770Z Compiling once_cell v1.21.3
4882026-05-22T15:39:28.794Z Compiling unicode-width v0.1.14
4892026-05-22T15:39:28.830Z Compiling clap_lex v1.0.0
4902026-05-22T15:39:28.854Z Compiling unicode-xid v0.2.6
4912026-05-22T15:39:28.992Z Compiling heck v0.5.0
4922026-05-22T15:39:29.010Z Compiling fastrand v2.3.0
4932026-05-22T15:39:29.081Z Compiling bytecount v0.6.9
4942026-05-22T15:39:29.100Z Compiling strsim v0.11.1
4952026-05-22T15:39:29.235Z Compiling heck v0.4.1
4962026-05-22T15:39:29.253Z Compiling fnv v1.0.7
4972026-05-22T15:39:29.273Z Compiling tempfile v3.25.0
4982026-05-22T15:39:29.292Z Compiling clap_builder v4.5.60
4992026-05-22T15:39:29.366Z Compiling papergrid v0.11.0
5002026-05-22T15:39:29.615Z Compiling memmap v0.7.0
5012026-05-22T15:39:29.634Z Compiling serde_derive v1.0.228
5022026-05-22T15:39:29.678Z Compiling zerofrom-derive v0.1.6
5032026-05-22T15:39:29.719Z Compiling yoke-derive v0.8.1
5042026-05-22T15:39:29.811Z Compiling zerovec-derive v0.11.2
5052026-05-22T15:39:29.913Z Compiling displaydoc v0.2.5
5062026-05-22T15:39:30.745Z Compiling thiserror-impl v1.0.69
5072026-05-22T15:39:30.945Z Compiling zerocopy-derive v0.7.35
5082026-05-22T15:39:30.979Z Compiling pest_derive v2.8.6
5092026-05-22T15:39:31.015Z Compiling scroll_derive v0.12.1
5102026-05-22T15:39:31.145Z Compiling zerofrom v0.1.6
5112026-05-22T15:39:31.284Z Compiling yoke v0.8.1
5122026-05-22T15:39:31.402Z Compiling thiserror-impl v2.0.18
5132026-05-22T15:39:31.492Z Compiling zerovec v0.11.5
5142026-05-22T15:39:31.710Z Compiling zerotrie v0.2.3
5152026-05-22T15:39:31.824Z Compiling zerocopy v0.7.35
5162026-05-22T15:39:32.014Z Compiling tinystr v0.8.2
5172026-05-22T15:39:32.032Z Compiling potential_utf v0.1.4
5182026-05-22T15:39:32.163Z Compiling icu_collections v2.1.1
5192026-05-22T15:39:32.202Z Compiling icu_locale_core v2.1.1
5202026-05-22T15:39:32.227Z Compiling dtrace-parser v0.2.0
5212026-05-22T15:39:32.390Z Compiling scroll v0.12.0
5222026-05-22T15:39:32.481Z Compiling tabled_derive v0.7.0
5232026-05-22T15:39:32.652Z Compiling goblin v0.8.2
5242026-05-22T15:39:32.669Z Compiling clap_derive v4.5.55
5252026-05-22T15:39:32.684Z Compiling unicode-linebreak v0.1.5
5262026-05-22T15:39:32.934Z Compiling icu_provider v2.1.1
5272026-05-22T15:39:33.089Z Compiling smawk v0.3.2
5282026-05-22T15:39:33.106Z Compiling unicode-width v0.2.0
5292026-05-22T15:39:33.230Z Compiling icu_normalizer v2.1.1
5302026-05-22T15:39:33.233Z Compiling icu_properties v2.1.2
5312026-05-22T15:39:33.264Z Compiling serde_spanned v0.6.9
5322026-05-22T15:39:33.299Z Compiling toml_datetime v0.6.11
5332026-05-22T15:39:33.389Z Compiling dof v0.3.0
5342026-05-22T15:39:33.406Z Compiling serde_tokenstream v0.2.3
5352026-05-22T15:39:33.423Z Compiling serde-value v0.7.0
5362026-05-22T15:39:33.574Z Compiling toml_edit v0.22.27
5372026-05-22T15:39:33.794Z Compiling cargo-platform v0.2.0
5382026-05-22T15:39:33.809Z Compiling tabled v0.15.0
5392026-05-22T15:39:33.814Z Compiling textwrap v0.16.2
5402026-05-22T15:39:34.062Z Compiling macaddr v1.0.1
5412026-05-22T15:39:34.283Z Compiling idna_adapter v1.2.1
5422026-05-22T15:39:34.367Z Compiling usdt-macro v0.5.0
5432026-05-22T15:39:34.370Z Compiling usdt-attr-macro v0.5.0
5442026-05-22T15:39:34.428Z Compiling idna v1.1.0
5452026-05-22T15:39:34.445Z Compiling clap v4.5.60
5462026-05-22T15:39:34.656Z Compiling camino-tempfile v1.4.1
5472026-05-22T15:39:34.827Z Compiling url v2.5.8
5482026-05-22T15:39:34.997Z Compiling toml v0.8.23
5492026-05-22T15:39:35.076Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-22T15:39:35.095Z Compiling swrite v0.1.0
5512026-05-22T15:39:35.434Z Compiling cargo-util-schemas v0.8.2
5522026-05-22T15:39:35.596Z Compiling cargo_toml v0.21.0
5532026-05-22T15:39:35.616Z Compiling usdt v0.5.0
5542026-05-22T15:39:36.394Z Compiling cargo_metadata v0.21.0
5552026-05-22T15:39:37.348Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-22T15:39:39.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.76s
5572026-05-22T15:39:39.694Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-22T15:39:40.270Z Downloading crates ...
5592026-05-22T15:39:40.373Z Downloaded async-stream-impl v0.3.6
5602026-05-22T15:39:40.376Z Downloaded aead v0.5.2
5612026-05-22T15:39:40.376Z Downloaded ascii-canvas v3.0.0
5622026-05-22T15:39:40.376Z Downloaded adler2 v2.0.1
5632026-05-22T15:39:40.380Z Downloaded atomic-waker v1.1.2
5642026-05-22T15:39:40.384Z Downloaded base16ct v0.2.0
5652026-05-22T15:39:40.384Z Downloaded ahash v0.8.12
5662026-05-22T15:39:40.388Z Downloaded cargo-platform v0.1.9
5672026-05-22T15:39:40.391Z Downloaded castaway v0.2.4
5682026-05-22T15:39:40.391Z Downloaded arrayref v0.3.9
5692026-05-22T15:39:40.394Z Downloaded dirs-next v2.0.0
5702026-05-22T15:39:40.398Z Downloaded async-stream v0.3.6
5712026-05-22T15:39:40.398Z Downloaded crucible-workspace-hack v0.1.0
5722026-05-22T15:39:40.398Z Downloaded async-recursion v1.1.1
5732026-05-22T15:39:40.400Z Downloaded embedded-io v0.6.1
5742026-05-22T15:39:40.401Z Downloaded crc32fast v1.5.0
5752026-05-22T15:39:40.404Z Downloaded assert_matches v1.5.0
5762026-05-22T15:39:40.404Z Downloaded document-features v0.2.12
5772026-05-22T15:39:40.404Z Downloaded crossbeam-deque v0.8.6
5782026-05-22T15:39:40.406Z Downloaded compression-core v0.4.31
5792026-05-22T15:39:40.406Z Downloaded bb8 v0.8.6
5802026-05-22T15:39:40.407Z Downloaded atty v0.2.14
5812026-05-22T15:39:40.407Z Downloaded data-encoding v2.10.0
5822026-05-22T15:39:40.409Z Downloaded daft v0.1.7
5832026-05-22T15:39:40.409Z Downloaded defmt v1.0.1
5842026-05-22T15:39:40.412Z Downloaded crc v3.4.0
5852026-05-22T15:39:40.412Z Downloaded atomicwrites v0.4.4
5862026-05-22T15:39:40.415Z Downloaded array-init v0.0.4
5872026-05-22T15:39:40.418Z Downloaded bcrypt-pbkdf v0.10.0
5882026-05-22T15:39:40.421Z Downloaded either v1.15.0
5892026-05-22T15:39:40.421Z Downloaded crc8 v0.1.1
5902026-05-22T15:39:40.421Z Downloaded dunce v1.0.5
5912026-05-22T15:39:40.421Z Downloaded block-padding v0.3.3
5922026-05-22T15:39:40.423Z Downloaded derive-ex v0.1.8
5932026-05-22T15:39:40.423Z Downloaded ciborium-ll v0.2.2
5942026-05-22T15:39:40.430Z Downloaded cfg_aliases v0.2.1
5952026-05-22T15:39:40.432Z Downloaded ciborium-io v0.2.2
5962026-05-22T15:39:40.432Z Downloaded chacha20 v0.9.1
5972026-05-22T15:39:40.435Z Downloaded foldhash v0.2.0
5982026-05-22T15:39:40.435Z Downloaded ed25519 v2.2.3
5992026-05-22T15:39:40.435Z Downloaded critical-section v1.2.0
6002026-05-22T15:39:40.438Z Downloaded cexpr v0.6.0
6012026-05-22T15:39:40.438Z Downloaded bitfield v0.19.4
6022026-05-22T15:39:40.438Z Downloaded argon2 v0.5.3
6032026-05-22T15:39:40.442Z Downloaded async-trait v0.1.89
6042026-05-22T15:39:40.445Z Downloaded diesel_table_macro_syntax v0.3.0
6052026-05-22T15:39:40.445Z Downloaded display-error-chain v0.2.2
6062026-05-22T15:39:40.445Z Downloaded embedded-io v0.4.0
6072026-05-22T15:39:40.445Z Downloaded darling_macro v0.23.0
6082026-05-22T15:39:40.448Z Downloaded arrayvec v0.7.6
6092026-05-22T15:39:40.450Z Downloaded float-cmp v0.10.0
6102026-05-22T15:39:40.450Z Downloaded crunchy v0.2.4
6112026-05-22T15:39:40.453Z Downloaded dsl_auto_type v0.2.0
6122026-05-22T15:39:40.453Z Downloaded defmt-parser v1.0.0
6132026-05-22T15:39:40.453Z Downloaded bitfield-struct v0.6.2
6142026-05-22T15:39:40.456Z Downloaded dof v0.4.0
6152026-05-22T15:39:40.456Z Downloaded foreign-types-macros v0.2.3
6162026-05-22T15:39:40.456Z Downloaded derive_builder_macro v0.20.2
6172026-05-22T15:39:40.456Z Downloaded cobs v0.3.0
6182026-05-22T15:39:40.459Z Downloaded bit-set v0.5.3
6192026-05-22T15:39:40.459Z Downloaded bitfield-macros v0.19.4
6202026-05-22T15:39:40.459Z Downloaded cpufeatures v0.3.0
6212026-05-22T15:39:40.462Z Downloaded base64ct v1.8.3
6222026-05-22T15:39:40.462Z Downloaded crossbeam-epoch v0.9.18
6232026-05-22T15:39:40.464Z Downloaded enum-as-inner v0.6.1
6242026-05-22T15:39:40.467Z Downloaded convert_case v0.10.0
6252026-05-22T15:39:40.467Z Downloaded convert_case v0.4.0
6262026-05-22T15:39:40.470Z Downloaded cfg_aliases v0.1.1
6272026-05-22T15:39:40.473Z Downloaded env_filter v1.0.0
6282026-05-22T15:39:40.473Z Downloaded endian-type v0.1.2
6292026-05-22T15:39:40.477Z Downloaded dyn-clone v1.0.20
6302026-05-22T15:39:40.477Z Downloaded bit-vec v0.8.0
6312026-05-22T15:39:40.480Z Downloaded byte-wrapper v0.1.0
6322026-05-22T15:39:40.483Z Downloaded fd-lock v4.0.4
6332026-05-22T15:39:40.486Z Downloaded dropshot-api-manager-types v0.7.2
6342026-05-22T15:39:40.486Z Downloaded float-ord v0.3.2
6352026-05-22T15:39:40.486Z Downloaded difflib v0.4.0
6362026-05-22T15:39:40.486Z Downloaded darling_macro v0.21.3
6372026-05-22T15:39:40.489Z Downloaded dtrace-parser v0.3.0
6382026-05-22T15:39:40.489Z Downloaded crc-catalog v2.4.0
6392026-05-22T15:39:40.492Z Downloaded foreign-types-shared v0.1.1
6402026-05-22T15:39:40.495Z Downloaded foreign-types-shared v0.3.1
6412026-05-22T15:39:40.495Z Downloaded foreign-types v0.5.0
6422026-05-22T15:39:40.495Z Downloaded foreign-types v0.3.2
6432026-05-22T15:39:40.500Z Downloaded ghash v0.5.1
6442026-05-22T15:39:40.503Z Downloaded fxhash v0.2.1
6452026-05-22T15:39:40.503Z Downloaded fixedbitset v0.4.2
6462026-05-22T15:39:40.503Z Downloaded defmt v0.3.100
6472026-05-22T15:39:40.506Z Downloaded futures-macro v0.3.32
6482026-05-22T15:39:40.506Z Downloaded async-bb8-diesel v0.2.1
6492026-05-22T15:39:40.508Z Downloaded darling_macro v0.20.11
6502026-05-22T15:39:40.508Z Downloaded bit-vec v0.6.3
6512026-05-22T15:39:40.508Z Downloaded bzip2 v0.4.4
6522026-05-22T15:39:40.511Z Downloaded bitflags v1.3.2
6532026-05-22T15:39:40.511Z Downloaded curve25519-dalek-derive v0.1.1
6542026-05-22T15:39:40.514Z Downloaded futures-io v0.3.32
6552026-05-22T15:39:40.514Z Downloaded erased-serde v0.3.31
6562026-05-22T15:39:40.517Z Downloaded derive_builder_core v0.20.2
6572026-05-22T15:39:40.517Z Downloaded const-oid v0.9.6
6582026-05-22T15:39:40.519Z Downloaded debug-ignore v1.0.5
6592026-05-22T15:39:40.519Z Downloaded bit-set v0.8.0
6602026-05-22T15:39:40.519Z Downloaded camino-tempfile-ext v0.3.3
6612026-05-22T15:39:40.523Z Downloaded dirs-sys-next v0.1.2
6622026-05-22T15:39:40.523Z Downloaded async-compression v0.4.41
6632026-05-22T15:39:40.526Z Downloaded flagset v0.4.7
6642026-05-22T15:39:40.529Z Downloaded backon v1.6.0
6652026-05-22T15:39:40.529Z Downloaded globwalk v0.9.1
6662026-05-22T15:39:40.531Z Downloaded cipher v0.4.4
6672026-05-22T15:39:40.531Z Downloaded const_format_proc_macros v0.2.34
6682026-05-22T15:39:40.531Z Downloaded headers-core v0.3.0
6692026-05-22T15:39:40.534Z Downloaded hash32 v0.3.1
6702026-05-22T15:39:40.534Z Downloaded futures-task v0.3.32
6712026-05-22T15:39:40.537Z Downloaded futures-sink v0.3.32
6722026-05-22T15:39:40.540Z Downloaded fatfs v0.3.6
6732026-05-22T15:39:40.540Z Downloaded hex-literal v0.4.1
6742026-05-22T15:39:40.544Z Downloaded drift v0.2.0
6752026-05-22T15:39:40.547Z Downloaded git-stub v1.0.0
6762026-05-22T15:39:40.550Z Downloaded colored v3.1.1
6772026-05-22T15:39:40.550Z Downloaded blake2 v0.10.6
6782026-05-22T15:39:40.553Z Downloaded colored v2.2.0
6792026-05-22T15:39:40.553Z Downloaded chacha20 v0.10.0
6802026-05-22T15:39:40.556Z Downloaded hash32 v0.2.1
6812026-05-22T15:39:40.556Z Downloaded cbc v0.1.2
6822026-05-22T15:39:40.559Z Downloaded hex v0.4.3
6832026-05-22T15:39:40.559Z Downloaded constant_time_eq v0.4.2
6842026-05-22T15:39:40.562Z Downloaded fs_extra v1.3.0
6852026-05-22T15:39:40.562Z Downloaded cmake v0.1.57
6862026-05-22T15:39:40.562Z Downloaded funty v2.0.0
6872026-05-22T15:39:40.565Z Downloaded fs-err v2.11.0
6882026-05-22T15:39:40.565Z Downloaded corncobs v0.1.4
6892026-05-22T15:39:40.565Z Downloaded http-body v1.0.1
6902026-05-22T15:39:40.568Z Downloaded hostname v0.4.2
6912026-05-22T15:39:40.568Z Downloaded http-range v0.1.5
6922026-05-22T15:39:40.568Z Downloaded hubpack v0.1.2
6932026-05-22T15:39:40.571Z Downloaded downcast-rs v2.0.2
6942026-05-22T15:39:40.571Z Downloaded httpdate v1.0.3
6952026-05-22T15:39:40.571Z Downloaded env_logger v0.11.9
6962026-05-22T15:39:40.574Z Downloaded ctr v0.9.2
6972026-05-22T15:39:40.574Z Downloaded ident_case v1.0.1
6982026-05-22T15:39:40.574Z Downloaded backoff v0.4.0
6992026-05-22T15:39:40.576Z Downloaded ff v0.13.1
7002026-05-22T15:39:40.577Z Downloaded ena v0.14.4
7012026-05-22T15:39:40.579Z Downloaded der_derive v0.7.3
7022026-05-22T15:39:40.579Z Downloaded defmt-macros v1.0.1
7032026-05-22T15:39:40.582Z Downloaded fixedbitset v0.5.7
7042026-05-22T15:39:40.582Z Downloaded csv-core v0.1.13
7052026-05-22T15:39:40.582Z Downloaded ecdsa v0.16.9
7062026-05-22T15:39:40.585Z Downloaded fallible-iterator v0.2.0
7072026-05-22T15:39:40.585Z Downloaded hubpack_derive v0.1.1
7082026-05-22T15:39:40.587Z Downloaded bzip2 v0.6.1
7092026-05-22T15:39:40.587Z Downloaded hostname v0.3.1
7102026-05-22T15:39:40.587Z Downloaded home v0.5.12
7112026-05-22T15:39:40.590Z Downloaded glob v0.3.3
7122026-05-22T15:39:40.590Z Downloaded cookie v0.18.1
7132026-05-22T15:39:40.593Z Downloaded cassowary v0.3.0
7142026-05-22T15:39:40.593Z Downloaded bcs v0.1.6
7152026-05-22T15:39:40.593Z Downloaded indoc v1.0.9
7162026-05-22T15:39:40.595Z Downloaded cargo_metadata v0.19.2
7172026-05-22T15:39:40.598Z Downloaded illumos-nvpair-sys v0.2.0
7182026-05-22T15:39:40.598Z Downloaded globset v0.4.18
7192026-05-22T15:39:40.598Z Downloaded find-msvc-tools v0.1.9
7202026-05-22T15:39:40.601Z Downloaded derive_builder v0.20.2
7212026-05-22T15:39:40.604Z Downloaded futures-executor v0.3.32
7222026-05-22T15:39:40.604Z Downloaded crossbeam-utils v0.8.21
7232026-05-22T15:39:40.607Z Downloaded inout v0.1.4
7242026-05-22T15:39:40.607Z Downloaded hyper-tls v0.6.0
7252026-05-22T15:39:40.607Z Downloaded is_ci v1.2.0
7262026-05-22T15:39:40.611Z Downloaded internet-checksum v0.2.1
7272026-05-22T15:39:40.611Z Downloaded instant v0.1.13
7282026-05-22T15:39:40.611Z Downloaded cstr-argument v0.1.2
7292026-05-22T15:39:40.611Z Downloaded daft-derive v0.1.7
7302026-05-22T15:39:40.614Z Downloaded instability v0.3.11
7312026-05-22T15:39:40.614Z Downloaded foldhash v0.1.5
7322026-05-22T15:39:40.616Z Downloaded deranged v0.5.8
7332026-05-22T15:39:40.616Z Downloaded indent_write v2.2.0
7342026-05-22T15:39:40.616Z Downloaded illumos-nvpair v0.3.0
7352026-05-22T15:39:40.619Z Downloaded cancel-safe-futures v0.1.5
7362026-05-22T15:39:40.619Z Downloaded console v0.16.2
7372026-05-22T15:39:40.622Z Downloaded ciborium v0.2.2
7382026-05-22T15:39:40.622Z Downloaded blowfish v0.9.1
7392026-05-22T15:39:40.625Z Downloaded gethostname v0.5.0
7402026-05-22T15:39:40.625Z Downloaded futures-core v0.3.32
7412026-05-22T15:39:40.625Z Downloaded der v0.7.10
7422026-05-22T15:39:40.627Z Downloaded group v0.13.0
7432026-05-22T15:39:40.630Z Downloaded cookie_store v0.22.1
7442026-05-22T15:39:40.630Z Downloaded console v0.15.11
7452026-05-22T15:39:40.634Z Downloaded http-body-util v0.1.3
7462026-05-22T15:39:40.634Z Downloaded compression-codecs v0.4.37
7472026-05-22T15:39:40.638Z Downloaded is-terminal v0.4.17
7482026-05-22T15:39:40.638Z Downloaded humantime v2.3.0
7492026-05-22T15:39:40.640Z Downloaded lalrpop-util v0.19.12
7502026-05-22T15:39:40.640Z Downloaded darling_core v0.21.3
7512026-05-22T15:39:40.644Z Downloaded libscf-sys v1.1.0
7522026-05-22T15:39:40.647Z Downloaded darling v0.20.11
7532026-05-22T15:39:40.649Z Downloaded base64 v0.22.1
7542026-05-22T15:39:40.652Z Downloaded filetime v0.2.27
7552026-05-22T15:39:40.652Z Downloaded des v0.8.1
7562026-05-22T15:39:40.655Z Downloaded arc-swap v1.8.2
7572026-05-22T15:39:40.658Z Downloaded clang-sys v1.8.1
7582026-05-22T15:39:40.658Z Downloaded managed v0.8.0
7592026-05-22T15:39:40.658Z Downloaded allocator-api2 v0.2.21
7602026-05-22T15:39:40.660Z Downloaded highway v1.3.0
7612026-05-22T15:39:40.665Z Downloaded match_cfg v0.1.0
7622026-05-22T15:39:40.665Z Downloaded linked-hash-map v0.5.6
7632026-05-22T15:39:40.665Z Downloaded md5 v0.7.0
7642026-05-22T15:39:40.665Z Downloaded md-5 v0.10.6
7652026-05-22T15:39:40.665Z Downloaded maplit v1.0.2
7662026-05-22T15:39:40.668Z Downloaded lzss v0.8.2
7672026-05-22T15:39:40.668Z Downloaded darling v0.21.3
7682026-05-22T15:39:40.671Z Downloaded lru-cache v0.1.2
7692026-05-22T15:39:40.671Z Downloaded lru v0.12.5
7702026-05-22T15:39:40.673Z Downloaded lazy_static v1.5.0
7712026-05-22T15:39:40.673Z Downloaded getrandom v0.2.17
7722026-05-22T15:39:40.676Z Downloaded ingot-types v0.1.2
7732026-05-22T15:39:40.676Z Downloaded indoc v2.0.7
7742026-05-22T15:39:40.679Z Downloaded kstat-rs v0.2.4
7752026-05-22T15:39:40.679Z Downloaded futures-channel v0.3.32
7762026-05-22T15:39:40.682Z Downloaded buf-list v1.1.2
7772026-05-22T15:39:40.682Z Downloaded diesel-dtrace v0.5.0
7782026-05-22T15:39:40.685Z Downloaded newtype_derive v0.1.6
7792026-05-22T15:39:40.685Z Downloaded new_debug_unreachable v1.0.6
7802026-05-22T15:39:40.685Z Downloaded newtype-uuid-macros v0.1.0
7812026-05-22T15:39:40.687Z Downloaded nibble_vec v0.1.0
7822026-05-22T15:39:40.688Z Downloaded memoffset v0.9.1
7832026-05-22T15:39:40.688Z Downloaded num-conv v0.2.0
7842026-05-22T15:39:40.690Z Downloaded num v0.4.3
7852026-05-22T15:39:40.690Z Downloaded num-derive v0.3.3
7862026-05-22T15:39:40.690Z Downloaded crc-any v2.5.0
7872026-05-22T15:39:40.693Z Downloaded hmac v0.12.1
7882026-05-22T15:39:40.693Z Downloaded maybe-uninit v2.0.0
7892026-05-22T15:39:40.696Z Downloaded const_format v0.2.35
7902026-05-22T15:39:40.699Z Downloaded crossbeam-channel v0.5.15
7912026-05-22T15:39:40.702Z Downloaded getrandom v0.3.4
7922026-05-22T15:39:40.702Z Downloaded futures v0.3.32
7932026-05-22T15:39:40.704Z Downloaded libefi-sys v0.1.0
7942026-05-22T15:39:40.707Z Downloaded hyper-staticfile v0.10.1
7952026-05-22T15:39:40.707Z Downloaded num-derive v0.4.2
7962026-05-22T15:39:40.710Z Downloaded newline-converter v0.3.0
7972026-05-22T15:39:40.710Z Downloaded libloading v0.8.9
7982026-05-22T15:39:40.712Z Downloaded hyper-rustls v0.27.7
7992026-05-22T15:39:40.712Z Downloaded httparse v1.10.1
8002026-05-22T15:39:40.715Z Downloaded bumpalo v3.20.2
8012026-05-22T15:39:40.715Z Downloaded impl-trait-for-tuples v0.2.3
8022026-05-22T15:39:40.718Z Downloaded ipnetwork v0.21.1
8032026-05-22T15:39:40.721Z Downloaded num-iter v0.1.45
8042026-05-22T15:39:40.721Z Downloaded git-stub-vcs v0.1.0
8052026-05-22T15:39:40.721Z Downloaded half v1.8.3
8062026-05-22T15:39:40.724Z Downloaded ar_archive_writer v0.5.1
8072026-05-22T15:39:40.724Z Downloaded opaque-debug v0.3.1
8082026-05-22T15:39:40.727Z Downloaded keccak v0.1.6
8092026-05-22T15:39:40.727Z Downloaded normalize-line-endings v0.3.0
8102026-05-22T15:39:40.727Z Downloaded nodrop v0.1.14
8112026-05-22T15:39:40.729Z Downloaded jobserver v0.1.34
8122026-05-22T15:39:40.729Z Downloaded olpc-cjson v0.1.4
8132026-05-22T15:39:40.732Z Downloaded linear-map v1.2.0
8142026-05-22T15:39:40.732Z Downloaded openssl-probe v0.2.1
8152026-05-22T15:39:40.732Z Downloaded ipnet v2.11.0
8162026-05-22T15:39:40.735Z Downloaded ingot-macros v0.1.1
8172026-05-22T15:39:40.735Z Downloaded openssl-probe v0.1.6
8182026-05-22T15:39:40.737Z Downloaded num_threads v0.1.7
8192026-05-22T15:39:40.737Z Downloaded num_enum_derive v0.5.11
8202026-05-22T15:39:40.738Z Downloaded half v2.7.1
8212026-05-22T15:39:40.743Z Downloaded elliptic-curve v0.13.8
8222026-05-22T15:39:40.745Z Downloaded darling v0.23.0
8232026-05-22T15:39:40.748Z Downloaded mime v0.3.17
8242026-05-22T15:39:40.751Z Downloaded diff v0.1.13
8252026-05-22T15:39:40.754Z Downloaded ingot v0.1.1
8262026-05-22T15:39:40.754Z Downloaded dropshot_endpoint v0.17.0
8272026-05-22T15:39:40.757Z Downloaded parse-display v0.10.0
8282026-05-22T15:39:40.757Z Downloaded lru-slab v0.1.2
8292026-05-22T15:39:40.757Z Downloaded parse-size v1.1.0
8302026-05-22T15:39:40.757Z Downloaded libsw v3.5.0
8312026-05-22T15:39:40.774Z Downloaded openssl-macros v0.1.1
8322026-05-22T15:39:40.777Z Downloaded peg-runtime v0.8.5
8332026-05-22T15:39:40.777Z Downloaded packed_struct_codegen v0.10.1
8342026-05-22T15:39:40.779Z Downloaded lock_api v0.4.14
8352026-05-22T15:39:40.779Z Downloaded libsw-core v0.3.2
8362026-05-22T15:39:40.779Z Downloaded iana-time-zone v0.1.65
8372026-05-22T15:39:40.782Z Downloaded pbkdf2 v0.11.0
8382026-05-22T15:39:40.782Z Downloaded path-slash v0.1.5
8392026-05-22T15:39:40.785Z Downloaded num_enum_derive v0.7.5
8402026-05-22T15:39:40.785Z Downloaded num-rational v0.4.2
8412026-05-22T15:39:40.788Z Downloaded base64 v0.21.7
8422026-05-22T15:39:40.788Z Downloaded dropshot_endpoint v0.16.7
8432026-05-22T15:39:40.791Z Downloaded phf_shared v0.12.1
8442026-05-22T15:39:40.791Z Downloaded phf_shared v0.11.3
8452026-05-22T15:39:40.793Z Downloaded oso-derive v0.27.3
8462026-05-22T15:39:40.793Z Downloaded derive_more v2.1.1
8472026-05-22T15:39:40.798Z Downloaded phf_shared v0.13.1
8482026-05-22T15:39:40.801Z Downloaded oxnet v0.1.4
8492026-05-22T15:39:40.801Z Downloaded owo-colors v4.3.0
8502026-05-22T15:39:40.804Z Downloaded pbkdf2 v0.12.2
8512026-05-22T15:39:40.804Z Downloaded newtype-uuid v1.3.2
8522026-05-22T15:39:40.804Z Downloaded powerfmt v0.2.0
8532026-05-22T15:39:40.807Z Downloaded native-tls v0.2.18
8542026-05-22T15:39:40.807Z Downloaded nanorand v0.7.0
8552026-05-22T15:39:40.809Z Downloaded multimap v0.10.1
8562026-05-22T15:39:40.809Z Downloaded multer v3.1.0
8572026-05-22T15:39:40.812Z Downloaded predicates-core v1.0.10
8582026-05-22T15:39:40.812Z Downloaded precomputed-hash v0.1.1
8592026-05-22T15:39:40.812Z Downloaded mime_guess v2.0.5
8602026-05-22T15:39:40.815Z Downloaded memmap2 v0.9.10
8612026-05-22T15:39:40.815Z Downloaded num-integer v0.1.46
8622026-05-22T15:39:40.815Z Downloaded num-complex v0.4.6
8632026-05-22T15:39:40.818Z Downloaded headers v0.4.1
8642026-05-22T15:39:40.821Z Downloaded pin-utils v0.1.0
8652026-05-22T15:39:40.821Z Downloaded num_enum v0.5.11
8662026-05-22T15:39:40.824Z Downloaded nu-ansi-term v0.50.3
8672026-05-22T15:39:40.827Z Downloaded packed_struct v0.10.1
8682026-05-22T15:39:40.827Z Downloaded predicates-tree v1.0.13
8692026-05-22T15:39:40.827Z Downloaded darling_core v0.23.0
8702026-05-22T15:39:40.830Z Downloaded num_enum v0.7.5
8712026-05-22T15:39:40.833Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-22T15:39:40.836Z Downloaded password-hash v0.4.2
8732026-05-22T15:39:40.836Z Downloaded chacha20poly1305 v0.10.1
8742026-05-22T15:39:40.838Z Downloaded cc v1.2.56
8752026-05-22T15:39:40.838Z Downloaded flume v0.11.1
8762026-05-22T15:39:40.841Z Downloaded litrs v1.0.0
8772026-05-22T15:39:40.844Z Downloaded libbz2-rs-sys v0.2.2
8782026-05-22T15:39:40.844Z Downloaded proc-macro-crate v3.4.0
8792026-05-22T15:39:40.847Z Downloaded proc-macro-crate v1.3.1
8802026-05-22T15:39:40.847Z Downloaded peg-macros v0.8.5
8812026-05-22T15:39:40.847Z Downloaded nonempty v0.12.0
8822026-05-22T15:39:40.850Z Downloaded derive_more v0.99.20
8832026-05-22T15:39:40.853Z Downloaded progenitor-client v0.14.0
8842026-05-22T15:39:40.853Z Downloaded pem v3.0.6
8852026-05-22T15:39:40.853Z Downloaded derive-where v1.6.0
8862026-05-22T15:39:40.856Z Downloaded omicron-zone-package v0.12.2
8872026-05-22T15:39:40.859Z Downloaded darling_core v0.20.11
8882026-05-22T15:39:40.862Z Downloaded quick-error v1.2.3
8892026-05-22T15:39:40.862Z Downloaded progenitor-client v0.11.2
8902026-05-22T15:39:40.864Z Downloaded progenitor-macro v0.14.0
8912026-05-22T15:39:40.864Z Downloaded pin-project-internal v1.1.11
8922026-05-22T15:39:40.864Z Downloaded pkg-config v0.3.32
8932026-05-22T15:39:40.867Z Downloaded progenitor-client v0.10.0
8942026-05-22T15:39:40.867Z Downloaded password-hash v0.5.0
8952026-05-22T15:39:40.867Z Downloaded oxide-tokio-rt v0.1.4
8962026-05-22T15:39:40.870Z Downloaded polyval v0.6.2
8972026-05-22T15:39:40.870Z Downloaded progenitor-macro v0.10.0
8982026-05-22T15:39:40.870Z Downloaded postgres-protocol v0.6.10
8992026-05-22T15:39:40.873Z Downloaded poly1305 v0.8.0
9002026-05-22T15:39:40.873Z Downloaded ppv-lite86 v0.2.21
9012026-05-22T15:39:40.876Z Downloaded indexmap v1.9.3
9022026-05-22T15:39:40.878Z Downloaded peg v0.8.5
9032026-05-22T15:39:40.881Z Downloaded radium v0.7.0
9042026-05-22T15:39:40.881Z Downloaded paste v1.0.15
9052026-05-22T15:39:40.884Z Downloaded parking_lot_core v0.8.6
9062026-05-22T15:39:40.884Z Downloaded crypto-bigint v0.5.5
9072026-05-22T15:39:40.888Z Downloaded psl-types v2.0.11
9082026-05-22T15:39:40.890Z Downloaded progenitor-macro v0.13.0
9092026-05-22T15:39:40.890Z Downloaded progenitor-macro v0.11.2
9102026-05-22T15:39:40.890Z Downloaded compact_str v0.8.1
9112026-05-22T15:39:40.893Z Downloaded heapless v0.7.17
9122026-05-22T15:39:40.896Z Downloaded heapless v0.8.0
9132026-05-22T15:39:40.901Z Downloaded predicates v3.1.4
9142026-05-22T15:39:40.904Z Downloaded parking_lot v0.12.5
9152026-05-22T15:39:40.907Z Downloaded parking_lot v0.11.2
9162026-05-22T15:39:40.910Z Downloaded rand_chacha v0.3.1
9172026-05-22T15:39:40.910Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-05-22T15:39:40.913Z Downloaded bytes v1.11.1
9192026-05-22T15:39:40.915Z Downloaded proc-macro-error2 v2.0.1
9202026-05-22T15:39:40.915Z Downloaded ed25519-dalek v2.2.0
9212026-05-22T15:39:40.918Z Downloaded recursive v0.1.1
9222026-05-22T15:39:40.921Z Downloaded progenitor v0.10.0
9232026-05-22T15:39:40.924Z Downloaded progenitor-client v0.13.0
9242026-05-22T15:39:40.924Z Downloaded pem-rfc7468 v0.7.0
9252026-05-22T15:39:40.927Z Downloaded rand_xorshift v0.4.0
9262026-05-22T15:39:40.930Z Downloaded ref-cast-impl v1.0.25
9272026-05-22T15:39:40.930Z Downloaded phf v0.13.1
9282026-05-22T15:39:40.933Z Downloaded psm v0.1.30
9292026-05-22T15:39:40.939Z Downloaded rustc_version v0.4.1
9302026-05-22T15:39:40.942Z Downloaded progenitor v0.11.2
9312026-05-22T15:39:40.945Z Downloaded parse-display-derive v0.10.0
9322026-05-22T15:39:40.948Z Downloaded pkcs8 v0.10.2
9332026-05-22T15:39:40.948Z Downloaded pkcs5 v0.7.1
9342026-05-22T15:39:40.951Z Downloaded rand_core v0.10.0
9352026-05-22T15:39:40.963Z Downloaded r2d2 v0.8.10
9362026-05-22T15:39:40.963Z Downloaded rfc6979 v0.4.0
9372026-05-22T15:39:40.963Z Downloaded progenitor v0.14.0
9382026-05-22T15:39:40.963Z Downloaded progenitor v0.13.0
9392026-05-22T15:39:40.963Z Downloaded rustc_version v0.1.7
9402026-05-22T15:39:40.963Z Downloaded postgres-types v0.2.12
9412026-05-22T15:39:40.963Z Downloaded rustc-hash v2.1.1
9422026-05-22T15:39:40.963Z Downloaded ignore v0.4.25
9432026-05-22T15:39:40.963Z Downloaded postcard v1.1.3
9442026-05-22T15:39:40.963Z Downloaded parking_lot_core v0.9.12
9452026-05-22T15:39:40.967Z Downloaded phf v0.12.1
9462026-05-22T15:39:40.967Z Downloaded jiff-static v0.2.21
9472026-05-22T15:39:40.969Z Downloaded rtoolbox v0.0.3
9482026-05-22T15:39:40.972Z Downloaded miniz_oxide v0.8.9
9492026-05-22T15:39:40.976Z Downloaded papergrid v0.17.0
9502026-05-22T15:39:40.980Z Downloaded rand_core v0.6.4
9512026-05-22T15:39:40.985Z Downloaded sapling-renderdag v0.1.0
9522026-05-22T15:39:40.988Z Downloaded scheduled-thread-pool v0.2.7
9532026-05-22T15:39:40.995Z Downloaded pkcs1 v0.7.5
9542026-05-22T15:39:40.997Z Downloaded pin-project-lite v0.2.17
9552026-05-22T15:39:41.002Z Downloaded rand_chacha v0.9.0
9562026-05-22T15:39:41.005Z Downloaded scroll_derive v0.13.1
9572026-05-22T15:39:41.005Z Downloaded scopeguard v1.2.0
9582026-05-22T15:39:41.008Z Downloaded salsa20 v0.10.2
9592026-05-22T15:39:41.008Z Downloaded progenitor-extras v0.2.0
9602026-05-22T15:39:41.008Z Downloaded same-file v1.0.6
9612026-05-22T15:39:41.011Z Downloaded ref-cast v1.0.25
9622026-05-22T15:39:41.011Z Downloaded resolv-conf v0.7.6
9632026-05-22T15:39:41.014Z Downloaded flate2 v1.1.9
9642026-05-22T15:39:41.016Z Downloaded serde-big-array v0.5.1
9652026-05-22T15:39:41.016Z Downloaded seq-macro v0.3.6
9662026-05-22T15:39:41.019Z Downloaded diesel_derives v2.3.7
9672026-05-22T15:39:41.022Z Downloaded serde_plain v1.0.2
9682026-05-22T15:39:41.022Z Downloaded rand_seeder v0.4.0
9692026-05-22T15:39:41.025Z Downloaded pin-project v1.1.11
9702026-05-22T15:39:41.029Z Downloaded semver v0.1.20
9712026-05-22T15:39:41.032Z Downloaded secrecy v0.8.0
9722026-05-22T15:39:41.032Z Downloaded rustls-pemfile v2.2.0
9732026-05-22T15:39:41.035Z Downloaded derive_more-impl v2.1.1
9742026-05-22T15:39:41.037Z Downloaded serde_urlencoded v0.7.1
9752026-05-22T15:39:41.038Z Downloaded sha1 v0.10.6
9762026-05-22T15:39:41.040Z Downloaded primeorder v0.13.6
9772026-05-22T15:39:41.041Z Downloaded p256 v0.13.2
9782026-05-22T15:39:41.041Z Downloaded serde_spanned v1.0.4
9792026-05-22T15:39:41.043Z Downloaded rustls-pemfile v1.0.4
9802026-05-22T15:39:41.043Z Downloaded rusty-fork v0.3.1
9812026-05-22T15:39:41.046Z Downloaded hashbrown v0.13.2
9822026-05-22T15:39:41.048Z Downloaded serde_bytes v0.11.19
9832026-05-22T15:39:41.048Z Downloaded secrecy v0.10.3
9842026-05-22T15:39:41.048Z Downloaded indicatif v0.18.4
9852026-05-22T15:39:41.051Z Downloaded minimal-lexical v0.2.1
9862026-05-22T15:39:41.054Z Downloaded prefix-trie v0.7.0
9872026-05-22T15:39:41.056Z Downloaded hashbrown v0.12.3
9882026-05-22T15:39:41.059Z Downloaded shell-words v1.1.1
9892026-05-22T15:39:41.059Z Downloaded rustversion v1.0.22
9902026-05-22T15:39:41.062Z Downloaded signal-hook-tokio v0.3.1
9912026-05-22T15:39:41.062Z Downloaded rand_core v0.9.5
9922026-05-22T15:39:41.064Z Downloaded russh-cryptovec v0.7.3
9932026-05-22T15:39:41.064Z Downloaded scrypt v0.11.0
9942026-05-22T15:39:41.064Z Downloaded quinn-udp v0.5.14
9952026-05-22T15:39:41.067Z Downloaded oso v0.27.3
9962026-05-22T15:39:41.073Z Downloaded schemars_derive v0.8.22
9972026-05-22T15:39:41.080Z Downloaded siphasher v1.0.2
9982026-05-22T15:39:41.082Z Downloaded sigpipe v0.1.3
9992026-05-22T15:39:41.082Z Downloaded signature v2.2.0
10002026-05-22T15:39:41.085Z Downloaded aes v0.8.4
10012026-05-22T15:39:41.088Z Downloaded progenitor-impl v0.10.0
10022026-05-22T15:39:41.090Z Downloaded hickory-resolver v0.25.2
10032026-05-22T15:39:41.093Z Downloaded serde-hex v0.1.0
10042026-05-22T15:39:41.096Z Downloaded serde_path_to_error v0.1.20
10052026-05-22T15:39:41.096Z Downloaded aes-gcm v0.10.3
10062026-05-22T15:39:41.099Z Downloaded serde_derive_internals v0.29.1
10072026-05-22T15:39:41.101Z Downloaded slog-bunyan v2.5.0
10082026-05-22T15:39:41.105Z Downloaded hickory-resolver v0.24.4
10092026-05-22T15:39:41.116Z Downloaded scroll v0.13.0
10102026-05-22T15:39:41.119Z Downloaded itertools v0.10.5
10112026-05-22T15:39:41.123Z Downloaded pretty_assertions v1.4.1
10122026-05-22T15:39:41.125Z Downloaded crossterm v0.28.1
10132026-05-22T15:39:41.128Z Downloaded progenitor-impl v0.13.0
10142026-05-22T15:39:41.131Z Downloaded progenitor-impl v0.11.2
10152026-05-22T15:39:41.133Z Downloaded ssh-encoding v0.2.0
10162026-05-22T15:39:41.133Z Downloaded sct v0.7.1
10172026-05-22T15:39:41.136Z Downloaded serde_repr v0.1.20
10182026-05-22T15:39:41.139Z Downloaded strum v0.26.3
10192026-05-22T15:39:41.141Z Downloaded strum v0.27.2
10202026-05-22T15:39:41.142Z Downloaded signal-hook-registry v1.4.8
10212026-05-22T15:39:41.147Z Downloaded crossterm v0.29.0
10222026-05-22T15:39:41.151Z Downloaded rcgen v0.12.1
10232026-05-22T15:39:41.155Z Downloaded slog-envlogger v2.2.0
10242026-05-22T15:39:41.158Z Downloaded russh-keys v0.45.0
10252026-05-22T15:39:41.160Z Downloaded sync_wrapper v1.0.2
10262026-05-22T15:39:41.160Z Downloaded aho-corasick v1.1.4
10272026-05-22T15:39:41.163Z Downloaded rustls-pki-types v1.14.0
10282026-05-22T15:39:41.166Z Downloaded rustls-native-certs v0.8.3
10292026-05-22T15:39:41.166Z Downloaded subtle v2.6.1
10302026-05-22T15:39:41.169Z Downloaded structmeta-derive v0.3.0
10312026-05-22T15:39:41.169Z Downloaded structmeta v0.3.0
10322026-05-22T15:39:41.169Z Downloaded ssh-cipher v0.2.0
10332026-05-22T15:39:41.172Z Downloaded sync-ptr v0.1.4
10342026-05-22T15:39:41.172Z Downloaded sqlparser_derive v0.5.0
10352026-05-22T15:39:41.172Z Downloaded slog-scope v4.4.1
10362026-05-22T15:39:41.172Z Downloaded slog-async v2.8.0
10372026-05-22T15:39:41.175Z Downloaded tap v1.0.1
10382026-05-22T15:39:41.175Z Downloaded supports-color v3.0.2
10392026-05-22T15:39:41.175Z Downloaded shlex v1.3.0
10402026-05-22T15:39:41.178Z Downloaded tabled_derive v0.11.0
10412026-05-22T15:39:41.178Z Downloaded smallvec v0.6.14
10422026-05-22T15:39:41.178Z Downloaded slog-stdlog v4.1.1
10432026-05-22T15:39:41.180Z Downloaded simd-adler32 v0.3.8
10442026-05-22T15:39:41.180Z Downloaded rustls-platform-verifier v0.6.2
10452026-05-22T15:39:41.183Z Downloaded slog-term v2.9.2
10462026-05-22T15:39:41.186Z Downloaded serde_cbor v0.11.2
10472026-05-22T15:39:41.186Z Downloaded thiserror-impl-no-std v2.0.2
10482026-05-22T15:39:41.189Z Downloaded spki v0.7.3
10492026-05-22T15:39:41.189Z Downloaded smf v0.2.3
10502026-05-22T15:39:41.189Z Downloaded termtree v0.5.1
10512026-05-22T15:39:41.191Z Downloaded slab v0.4.12
10522026-05-22T15:39:41.191Z Downloaded take_mut v0.2.2
10532026-05-22T15:39:41.194Z Downloaded tagptr v0.2.0
10542026-05-22T15:39:41.194Z Downloaded signal-hook-mio v0.2.5
10552026-05-22T15:39:41.194Z Downloaded hashbrown v0.15.5
10562026-05-22T15:39:41.198Z Downloaded slog-json v2.6.1
10572026-05-22T15:39:41.201Z Downloaded slog-dtrace v0.3.0
10582026-05-22T15:39:41.204Z Downloaded hickory-server v0.25.2
10592026-05-22T15:39:41.207Z Downloaded thread-id v5.1.0
10602026-05-22T15:39:41.207Z Downloaded time-core v0.1.8
10612026-05-22T15:39:41.209Z Downloaded testing_table v0.3.0
10622026-05-22T15:39:41.209Z Downloaded stacker v0.1.23
10632026-05-22T15:39:41.212Z Downloaded static_assertions v1.1.0
10642026-05-22T15:39:41.212Z Downloaded strum_macros v0.24.3
10652026-05-22T15:39:41.216Z Downloaded stringprep v0.1.5
10662026-05-22T15:39:41.216Z Downloaded sec1 v0.7.3
10672026-05-22T15:39:41.216Z Downloaded hyper-util v0.1.20
10682026-05-22T15:39:41.219Z Downloaded progenitor-impl v0.14.0
10692026-05-22T15:39:41.222Z Downloaded expectorate v1.2.0
10702026-05-22T15:39:41.224Z Downloaded tinyvec_macros v0.1.1
10712026-05-22T15:39:41.230Z Downloaded ron v0.8.1
10722026-05-22T15:39:41.234Z Downloaded strum_macros v0.27.2
10732026-05-22T15:39:41.236Z Downloaded sqlformat v0.3.5
10742026-05-22T15:39:41.241Z Downloaded quinn v0.11.9
10752026-05-22T15:39:41.248Z Downloaded serde_with_macros v3.17.0
10762026-05-22T15:39:41.252Z Downloaded strum_macros v0.26.4
10772026-05-22T15:39:41.255Z Downloaded strip-ansi-escapes v0.2.1
10782026-05-22T15:39:41.255Z Downloaded string_cache v0.8.9
10792026-05-22T15:39:41.259Z Downloaded tokio-macros v2.7.0
10802026-05-22T15:39:41.259Z Downloaded thiserror-no-std v2.0.2
10812026-05-22T15:39:41.261Z Downloaded hashbrown v0.16.1
10822026-05-22T15:39:41.264Z Downloaded snafu-derive v0.8.9
10832026-05-22T15:39:41.268Z Downloaded mio v1.2.0
10842026-05-22T15:39:41.271Z Downloaded schemars v0.8.22
10852026-05-22T15:39:41.278Z Downloaded num-bigint v0.4.6
10862026-05-22T15:39:41.281Z Downloaded tower-service v0.3.3
10872026-05-22T15:39:41.283Z Downloaded tabwriter v1.4.1
10882026-05-22T15:39:41.283Z Downloaded support-bundle-viewer v0.1.2
10892026-05-22T15:39:41.286Z Downloaded topological-sort v0.2.2
10902026-05-22T15:39:41.286Z Downloaded trait-variant v0.1.2
10912026-05-22T15:39:41.289Z Downloaded dropshot-api-manager v0.7.2
10922026-05-22T15:39:41.292Z Downloaded termios v0.3.3
10932026-05-22T15:39:41.295Z Downloaded libxml v0.3.3
10942026-05-22T15:39:41.298Z Downloaded tiny-keccak v2.0.2
10952026-05-22T15:39:41.301Z Downloaded http v1.4.0
10962026-05-22T15:39:41.304Z Downloaded slog v2.8.2
10972026-05-22T15:39:41.304Z Downloaded similar v2.7.0
10982026-05-22T15:39:41.309Z Downloaded tower-layer v0.3.3
10992026-05-22T15:39:41.313Z Downloaded try-lock v0.2.5
11002026-05-22T15:39:41.316Z Downloaded unarray v0.1.4
11012026-05-22T15:39:41.316Z Downloaded tls_codec_derive v0.4.2
11022026-05-22T15:39:41.319Z Downloaded thread_local v1.1.9
11032026-05-22T15:39:41.319Z Downloaded rsa v0.9.10
11042026-05-22T15:39:41.322Z Downloaded term v1.2.1
11052026-05-22T15:39:41.325Z Downloaded publicsuffix v2.3.0
11062026-05-22T15:39:41.327Z Downloaded qorb v0.4.1
11072026-05-22T15:39:41.330Z Downloaded nom v7.1.3
11082026-05-22T15:39:41.333Z Downloaded term v0.7.0
11092026-05-22T15:39:41.336Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-22T15:39:41.336Z Downloaded untrusted v0.7.1
11112026-05-22T15:39:41.339Z Downloaded universal-hash v0.5.1
11122026-05-22T15:39:41.339Z Downloaded unit-prefix v0.5.2
11132026-05-22T15:39:41.339Z Downloaded unicode-truncate v1.1.0
11142026-05-22T15:39:41.342Z Downloaded tokio-dtrace v0.1.1
11152026-05-22T15:39:41.342Z Downloaded typify-macro v0.4.3
11162026-05-22T15:39:41.342Z Downloaded typify-macro v0.6.2
11172026-05-22T15:39:41.345Z Downloaded tokio-tungstenite v0.21.0
11182026-05-22T15:39:41.345Z Downloaded usdt-attr-macro v0.6.0
11192026-05-22T15:39:41.345Z Downloaded usdt v0.6.0
11202026-05-22T15:39:41.348Z Downloaded rustls-webpki v0.103.9
11212026-05-22T15:39:41.348Z Downloaded tokio-rustls v0.25.0
11222026-05-22T15:39:41.351Z Downloaded tokio-native-tls v0.3.1
11232026-05-22T15:39:41.354Z Downloaded samael v0.0.19
11242026-05-22T15:39:41.359Z Downloaded ryu v1.0.23
11252026-05-22T15:39:41.359Z Downloaded time-macros v0.2.27
11262026-05-22T15:39:41.363Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-22T15:39:41.363Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-05-22T15:39:41.363Z Downloaded rand v0.8.6
11292026-05-22T15:39:41.366Z Downloaded rayon-core v1.13.0
11302026-05-22T15:39:41.366Z Downloaded untrusted v0.9.0
11312026-05-22T15:39:41.370Z Downloaded usdt-macro v0.6.0
11322026-05-22T15:39:41.370Z Downloaded schemars v0.9.0
11332026-05-22T15:39:41.377Z Downloaded wait-timeout v0.2.1
11342026-05-22T15:39:41.380Z Downloaded utf-8 v0.7.6
11352026-05-22T15:39:41.380Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-05-22T15:39:41.380Z Downloaded tokio-tungstenite v0.23.1
11372026-05-22T15:39:41.384Z Downloaded openssl-sys v0.9.115
11382026-05-22T15:39:41.387Z Downloaded libm v0.2.16
11392026-05-22T15:39:41.391Z Downloaded hkdf v0.12.4
11402026-05-22T15:39:41.395Z Downloaded itertools v0.12.1
11412026-05-22T15:39:41.398Z Downloaded waitgroup v0.1.2
11422026-05-22T15:39:41.398Z Downloaded void v1.0.2
11432026-05-22T15:39:41.398Z Downloaded signal-hook v0.3.18
11442026-05-22T15:39:41.402Z Downloaded want v0.3.1
11452026-05-22T15:39:41.402Z Downloaded iddqd v0.4.1
11462026-05-22T15:39:41.404Z Downloaded unicase v2.9.0
11472026-05-22T15:39:41.407Z Downloaded tui-tree-widget v0.23.1
11482026-05-22T15:39:41.407Z Downloaded tls_codec v0.4.2
11492026-05-22T15:39:41.408Z Downloaded spin v0.9.8
11502026-05-22T15:39:41.411Z Downloaded socket2 v0.6.3
11512026-05-22T15:39:41.414Z Downloaded xshell-macros v0.2.7
11522026-05-22T15:39:41.418Z Downloaded tokio-rustls v0.24.1
11532026-05-22T15:39:41.422Z Downloaded tokio-stream v0.1.18
11542026-05-22T15:39:41.422Z Downloaded tokio-rustls v0.26.4
11552026-05-22T15:39:41.427Z Downloaded xattr v1.6.1
11562026-05-22T15:39:41.430Z Downloaded iri-string v0.7.10
11572026-05-22T15:39:41.434Z Downloaded socket2 v0.5.10
11582026-05-22T15:39:41.434Z Downloaded p521 v0.13.3
11592026-05-22T15:39:41.437Z Downloaded rand v0.9.2
11602026-05-22T15:39:41.447Z Downloaded zeroize_derive v1.4.3
11612026-05-22T15:39:41.450Z Downloaded schemars v1.2.1
11622026-05-22T15:39:41.457Z Downloaded vsss-rs v3.3.4
11632026-05-22T15:39:41.461Z Downloaded uzers v0.12.2
11642026-05-22T15:39:41.461Z Downloaded subprocess v0.2.15
11652026-05-22T15:39:41.464Z Downloaded zone v0.3.1
11662026-05-22T15:39:41.464Z Downloaded prettyplease v0.2.37
11672026-05-22T15:39:41.468Z Downloaded vergen-lib v0.1.6
11682026-05-22T15:39:41.468Z Downloaded twox-hash v2.1.2
11692026-05-22T15:39:41.468Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-05-22T15:39:41.471Z Downloaded tar v0.4.45
11712026-05-22T15:39:41.471Z Downloaded tinyvec v1.10.0
11722026-05-22T15:39:41.474Z Downloaded walkdir v2.5.0
11732026-05-22T15:39:41.474Z Downloaded vergen-git2 v1.0.7
11742026-05-22T15:39:41.474Z Downloaded vergen-gitcl v1.0.8
11752026-05-22T15:39:41.478Z Downloaded test-strategy v0.4.5
11762026-05-22T15:39:41.478Z Downloaded whoami v2.1.0
11772026-05-22T15:39:41.481Z Downloaded whoami v1.6.1
11782026-05-22T15:39:41.481Z Downloaded snafu v0.8.9
11792026-05-22T15:39:41.485Z Downloaded blake3 v1.8.3
11802026-05-22T15:39:41.488Z Downloaded toml v1.0.6+spec-1.1.0
11812026-05-22T15:39:41.492Z Downloaded toml v0.7.8
11822026-05-22T15:39:41.495Z Downloaded xshell v0.2.7
11832026-05-22T15:39:41.495Z Downloaded unicode-properties v0.1.4
11842026-05-22T15:39:41.499Z Downloaded num-bigint-dig v0.8.6
11852026-05-22T15:39:41.501Z Downloaded itertools v0.13.0
11862026-05-22T15:39:41.504Z Downloaded zeroize v1.8.2
11872026-05-22T15:39:41.504Z Downloaded rand v0.10.0
11882026-05-22T15:39:41.507Z Downloaded usdt-impl v0.6.0
11892026-05-22T15:39:41.510Z Downloaded itertools v0.14.0
11902026-05-22T15:39:41.514Z Downloaded h2 v0.4.13
11912026-05-22T15:39:41.518Z Downloaded hyper v1.8.1
11922026-05-22T15:39:41.521Z Downloaded zstd-safe v7.2.4
11932026-05-22T15:39:41.525Z Downloaded zstd v0.13.3
11942026-05-22T15:39:41.525Z Downloaded tungstenite v0.21.0
11952026-05-22T15:39:41.527Z Downloaded vergen v9.0.6
11962026-05-22T15:39:41.527Z Downloaded tungstenite v0.23.0
11972026-05-22T15:39:41.530Z Downloaded aws-lc-rs v1.16.3
11982026-05-22T15:39:41.534Z Downloaded typify v0.4.3
11992026-05-22T15:39:41.537Z Downloaded typify v0.6.2
12002026-05-22T15:39:41.540Z Downloaded zone_cfg_derive v0.3.1
12012026-05-22T15:39:41.541Z Downloaded wyz v0.5.1
12022026-05-22T15:39:41.544Z Downloaded steno v0.4.1
12032026-05-22T15:39:41.547Z Downloaded unicode-bidi v0.3.18
12042026-05-22T15:39:41.551Z Downloaded russh v0.45.0
12052026-05-22T15:39:41.555Z Downloaded futures-util v0.3.32
12062026-05-22T15:39:41.557Z Downloaded yasna v0.5.2
12072026-05-22T15:39:41.565Z Downloaded toml v0.9.12+spec-1.1.0
12082026-05-22T15:39:41.569Z Downloaded uuid v1.23.0
12092026-05-22T15:39:41.572Z Downloaded tracing-attributes v0.1.31
12102026-05-22T15:39:41.572Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-05-22T15:39:41.576Z Downloaded ssh-key v0.6.7
12122026-05-22T15:39:41.579Z Downloaded bitvec v1.0.1
12132026-05-22T15:39:41.587Z Downloaded vte v0.14.1
12142026-05-22T15:39:41.591Z Downloaded bindgen v0.71.1
12152026-05-22T15:39:41.594Z Downloaded tracing-core v0.1.36
12162026-05-22T15:39:41.594Z Downloaded reedline v0.40.0
12172026-05-22T15:39:41.599Z Downloaded rpassword v7.4.0
12182026-05-22T15:39:41.602Z Downloaded unsafe-libyaml v0.2.11
12192026-05-22T15:39:41.609Z Downloaded zerocopy v0.6.6
12202026-05-22T15:39:41.612Z Downloaded rustyline v14.0.0
12212026-05-22T15:39:41.619Z Downloaded chrono v0.4.44
12222026-05-22T15:39:41.624Z Downloaded toml_edit v0.19.15
12232026-05-22T15:39:41.633Z Downloaded zopfli v0.8.3
12242026-05-22T15:39:41.636Z Downloaded reqwest v0.13.2
12252026-05-22T15:39:41.645Z Downloaded unicode_categories v0.1.1
12262026-05-22T15:39:41.648Z Downloaded tokio-postgres v0.7.16
12272026-05-22T15:39:41.652Z Downloaded yansi v1.0.1
12282026-05-22T15:39:41.655Z Downloaded rayon v1.11.0
12292026-05-22T15:39:41.662Z Downloaded zip v0.6.6
12302026-05-22T15:39:41.674Z Downloaded typed-path v0.9.3
12312026-05-22T15:39:41.678Z Downloaded reqwest v0.12.28
12322026-05-22T15:39:41.682Z Downloaded regex v1.12.3
12332026-05-22T15:39:41.685Z Downloaded unicode-segmentation v1.12.0
12342026-05-22T15:39:41.691Z Downloaded goblin v0.10.5
12352026-05-22T15:39:41.706Z Downloaded portable-atomic v1.13.1
12362026-05-22T15:39:41.712Z Downloaded git2 v0.20.4
12372026-05-22T15:39:41.732Z Downloaded p384 v0.13.1
12382026-05-22T15:39:41.735Z Downloaded zerocopy-derive v0.8.40
12392026-05-22T15:39:41.741Z Downloaded tower v0.5.3
12402026-05-22T15:39:41.745Z Downloaded x509-cert v0.2.5
12412026-05-22T15:39:41.748Z Downloaded lalrpop v0.19.12
12422026-05-22T15:39:41.755Z Downloaded salty v0.3.0
12432026-05-22T15:39:41.763Z Downloaded tokio-util v0.7.18
12442026-05-22T15:39:41.773Z Downloaded moka v0.12.13
12452026-05-22T15:39:41.788Z Downloaded nix v0.27.1
12462026-05-22T15:39:41.794Z Downloaded quick-xml v0.37.5
12472026-05-22T15:39:41.802Z Downloaded zip v4.6.1
12482026-05-22T15:39:41.805Z Downloaded tower-http v0.6.8
12492026-05-22T15:39:41.810Z Downloaded proptest v1.10.0
12502026-05-22T15:39:41.815Z Downloaded unicode-normalization v0.1.25
12512026-05-22T15:39:41.817Z Downloaded rustls-webpki v0.101.7
12522026-05-22T15:39:41.825Z Downloaded serde_with v3.17.0
12532026-05-22T15:39:41.832Z Downloaded object v0.30.4
12542026-05-22T15:39:41.837Z Downloaded rustls-webpki v0.102.8
12552026-05-22T15:39:41.847Z Downloaded radix_trie v0.2.1
12562026-05-22T15:39:41.850Z Downloaded quinn-proto v0.11.13
12572026-05-22T15:39:41.854Z Downloaded winnow v0.6.26
12582026-05-22T15:39:41.859Z Downloaded curve25519-dalek v4.1.3
12592026-05-22T15:39:41.864Z Downloaded polar-core v0.27.3
12602026-05-22T15:39:41.869Z Downloaded openssl v0.10.79
12612026-05-22T15:39:41.874Z Downloaded winnow v0.5.40
12622026-05-22T15:39:41.879Z Downloaded petname v2.0.2
12632026-05-22T15:39:41.883Z Downloaded bstr v1.12.1
12642026-05-22T15:39:41.888Z Downloaded tough v0.22.0
12652026-05-22T15:39:41.899Z Downloaded tabled v0.20.0
12662026-05-22T15:39:41.909Z Downloaded time v0.3.47
12672026-05-22T15:39:41.915Z Downloaded nix v0.28.0
12682026-05-22T15:39:41.922Z Downloaded hickory-proto v0.24.4
12692026-05-22T15:39:41.931Z Downloaded rustls v0.21.12
12702026-05-22T15:39:41.947Z Downloaded dropshot v0.16.7
12712026-05-22T15:39:41.959Z Downloaded vcpkg v0.2.15
12722026-05-22T15:39:41.982Z Downloaded webpki-roots v1.0.6
12732026-05-22T15:39:41.985Z Downloaded regex-syntax v0.6.29
12742026-05-22T15:39:41.990Z Downloaded nix v0.29.0
12752026-05-22T15:39:42.004Z Downloaded regress v0.11.1
12762026-05-22T15:39:42.009Z Downloaded smoltcp v0.9.1
12772026-05-22T15:39:42.015Z Downloaded rustix v0.38.44
12782026-05-22T15:39:42.028Z Downloaded zlib-rs v0.6.2
12792026-05-22T15:39:42.031Z Downloaded diesel v2.3.7
12802026-05-22T15:39:42.043Z Downloaded dropshot v0.17.0
12812026-05-22T15:39:42.055Z Downloaded object v0.37.3
12822026-05-22T15:39:42.062Z Downloaded zerocopy v0.8.40
12832026-05-22T15:39:42.067Z Downloaded smoltcp v0.11.0
12842026-05-22T15:39:42.074Z Downloaded openapiv3 v2.2.0
12852026-05-22T15:39:42.082Z Downloaded rustls v0.22.4
12862026-05-22T15:39:42.089Z Downloaded rustls v0.23.37
12872026-05-22T15:39:42.095Z Downloaded regex-syntax v0.8.10
12882026-05-22T15:39:42.100Z Downloaded hickory-proto v0.25.2
12892026-05-22T15:39:42.109Z Downloaded regress v0.10.5
12902026-05-22T15:39:42.114Z Downloaded nix v0.31.2
12912026-05-22T15:39:42.126Z Downloaded sqlparser v0.61.0
12922026-05-22T15:39:42.150Z Downloaded ratatui v0.29.0
12932026-05-22T15:39:42.161Z Downloaded sled v0.34.7
12942026-05-22T15:39:42.167Z Downloaded tracing v0.1.44
12952026-05-22T15:39:42.179Z Downloaded typify-impl v0.6.2
12962026-05-22T15:39:42.187Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-05-22T15:39:42.195Z Downloaded typify-impl v0.4.3
12982026-05-22T15:39:42.219Z Downloaded zerocopy-derive v0.6.6
12992026-05-22T15:39:42.233Z Downloaded regex-automata v0.4.14
13002026-05-22T15:39:42.247Z Downloaded jiff v0.2.21
13012026-05-22T15:39:42.258Z Downloaded petgraph v0.6.5
13022026-05-22T15:39:42.269Z Downloaded chrono-tz v0.10.4
13032026-05-22T15:39:42.286Z Downloaded libz-sys v1.1.24
13042026-05-22T15:39:42.298Z Downloaded petgraph v0.8.3
13052026-05-22T15:39:42.311Z Downloaded csv v1.4.0
13062026-05-22T15:39:42.337Z Downloaded sha3 v0.10.8
13072026-05-22T15:39:42.345Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-22T15:39:42.355Z Downloaded tokio v1.52.1
13092026-05-22T15:39:42.387Z Downloaded encoding_rs v0.8.35
13102026-05-22T15:39:42.400Z Downloaded ring v0.17.14
13112026-05-22T15:39:42.474Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-22T15:39:42.990Z Downloaded aws-lc-sys v0.40.0
13132026-05-22T15:39:43.243Z Compiling libc v0.2.185
13142026-05-22T15:39:43.243Z Compiling serde v1.0.228
13152026-05-22T15:39:43.246Z Compiling log v0.4.29
13162026-05-22T15:39:43.246Z Compiling find-msvc-tools v0.1.9
13172026-05-22T15:39:43.390Z Compiling shlex v1.3.0
13182026-05-22T15:39:43.411Z Compiling syn v2.0.117
13192026-05-22T15:39:43.411Z Compiling smallvec v1.15.1
13202026-05-22T15:39:43.414Z Compiling typenum v1.19.0
13212026-05-22T15:39:43.576Z Compiling generic-array v0.14.7
13222026-05-22T15:39:43.590Z Compiling subtle v2.6.1
13232026-05-22T15:39:43.636Z Compiling scopeguard v1.2.0
13242026-05-22T15:39:43.655Z Compiling const-oid v0.9.6
13252026-05-22T15:39:43.718Z Compiling lock_api v0.4.14
13262026-05-22T15:39:43.739Z Compiling serde_json v1.0.149
13272026-05-22T15:39:43.781Z Compiling zerocopy v0.8.40
13282026-05-22T15:39:43.837Z Compiling pin-project-lite v0.2.17
13292026-05-22T15:39:43.936Z Compiling portable-atomic v1.13.1
13302026-05-22T15:39:43.951Z Compiling parking_lot_core v0.9.12
13312026-05-22T15:39:44.223Z Compiling pkg-config v0.3.32
13322026-05-22T15:39:44.238Z Compiling getrandom v0.2.17
13332026-05-22T15:39:44.316Z Compiling jobserver v0.1.34
13342026-05-22T15:39:44.381Z Compiling rand_core v0.6.4
13352026-05-22T15:39:44.408Z Compiling errno v0.3.14
13362026-05-22T15:39:44.561Z Compiling cc v1.2.56
13372026-05-22T15:39:44.657Z Compiling signal-hook-registry v1.4.8
13382026-05-22T15:39:44.700Z Compiling bitflags v2.11.0
13392026-05-22T15:39:44.758Z Compiling libm v0.2.16
13402026-05-22T15:39:44.792Z Compiling futures-core v0.3.32
13412026-05-22T15:39:44.935Z Compiling critical-section v1.2.0
13422026-05-22T15:39:44.951Z Compiling parking_lot v0.12.5
13432026-05-22T15:39:44.967Z Compiling mio v1.2.0
13442026-05-22T15:39:44.995Z Compiling num-traits v0.2.19
13452026-05-22T15:39:45.054Z Compiling once_cell v1.21.3
13462026-05-22T15:39:45.122Z Compiling percent-encoding v2.3.2
13472026-05-22T15:39:45.278Z Compiling socket2 v0.6.3
13482026-05-22T15:39:45.324Z Compiling futures-sink v0.3.32
13492026-05-22T15:39:45.340Z Compiling slab v0.4.12
13502026-05-22T15:39:45.367Z Compiling cpufeatures v0.2.17
13512026-05-22T15:39:45.433Z Compiling futures-channel v0.3.32
13522026-05-22T15:39:45.448Z Compiling futures-task v0.3.32
13532026-05-22T15:39:45.451Z Compiling getrandom v0.4.1
13542026-05-22T15:39:45.524Z Compiling futures-io v0.3.32
13552026-05-22T15:39:45.627Z Compiling rand_core v0.10.0
13562026-05-22T15:39:45.767Z Compiling indexmap v2.14.0
13572026-05-22T15:39:45.794Z Compiling rustversion v1.0.22
13582026-05-22T15:39:45.820Z Compiling getrandom v0.3.4
13592026-05-22T15:39:46.181Z Compiling cmake v0.1.57
13602026-05-22T15:39:46.207Z Compiling form_urlencoded v1.2.2
13612026-05-22T15:39:46.286Z Compiling fs_extra v1.3.0
13622026-05-22T15:39:46.301Z Compiling dunce v1.0.5
13632026-05-22T15:39:46.408Z Compiling base64ct v1.8.3
13642026-05-22T15:39:46.472Z Compiling synstructure v0.13.2
13652026-05-22T15:39:46.574Z Compiling ident_case v1.0.1
13662026-05-22T15:39:46.589Z Compiling flagset v0.4.7
13672026-05-22T15:39:46.619Z Compiling aws-lc-sys v0.40.0
13682026-05-22T15:39:46.705Z Compiling pem-rfc7468 v0.7.0
13692026-05-22T15:39:46.720Z Compiling rustix v1.1.3
13702026-05-22T15:39:46.735Z Compiling regex-syntax v0.8.10
13712026-05-22T15:39:46.864Z Compiling iana-time-zone v0.1.65
13722026-05-22T15:39:47.005Z Compiling rand_core v0.9.5
13732026-05-22T15:39:47.032Z Compiling ring v0.17.14
13742026-05-22T15:39:47.085Z Compiling aws-lc-rs v1.16.3
13752026-05-22T15:39:47.115Z Compiling vcpkg v0.2.15
13762026-05-22T15:39:47.320Z Compiling uuid v1.23.0
13772026-05-22T15:39:47.408Z Compiling rustc_version v0.4.1
13782026-05-22T15:39:47.761Z Compiling tracing-core v0.1.36
13792026-05-22T15:39:47.929Z Compiling openssl-sys v0.9.115
13802026-05-22T15:39:48.068Z Compiling base64 v0.22.1
13812026-05-22T15:39:48.309Z Compiling serde_derive v1.0.228
13822026-05-22T15:39:48.356Z Compiling zeroize_derive v1.4.3
13832026-05-22T15:39:48.422Z Compiling zerofrom-derive v0.1.6
13842026-05-22T15:39:48.490Z Compiling yoke-derive v0.8.1
13852026-05-22T15:39:48.602Z Compiling zerocopy-derive v0.8.40
13862026-05-22T15:39:49.030Z Compiling zeroize v1.8.2
13872026-05-22T15:39:49.304Z Compiling zerovec-derive v0.11.2
13882026-05-22T15:39:49.706Z Compiling displaydoc v0.2.5
13892026-05-22T15:39:49.819Z Compiling crypto-common v0.1.7
13902026-05-22T15:39:49.871Z Compiling zerofrom v0.1.6
13912026-05-22T15:39:49.965Z Compiling block-buffer v0.10.4
13922026-05-22T15:39:49.996Z Compiling yoke v0.8.1
13932026-05-22T15:39:50.136Z Compiling digest v0.10.7
13942026-05-22T15:39:50.182Z Compiling tokio-macros v2.7.0
13952026-05-22T15:39:50.383Z Compiling futures-macro v0.3.32
13962026-05-22T15:39:50.431Z Compiling zerovec v0.11.5
13972026-05-22T15:39:50.445Z Compiling zerotrie v0.2.3
13982026-05-22T15:39:50.796Z Compiling hmac v0.12.1
13992026-05-22T15:39:50.947Z Compiling tinystr v0.8.2
14002026-05-22T15:39:50.962Z Compiling potential_utf v0.1.4
14012026-05-22T15:39:50.990Z Compiling block-padding v0.3.3
14022026-05-22T15:39:51.124Z Compiling icu_locale_core v2.1.1
14032026-05-22T15:39:51.152Z Compiling icu_collections v2.1.1
14042026-05-22T15:39:51.155Z Compiling inout v0.1.4
14052026-05-22T15:39:51.239Z Compiling futures-util v0.3.32
14062026-05-22T15:39:51.335Z Compiling cipher v0.4.4
14072026-05-22T15:39:51.604Z Compiling sha2 v0.10.9
14082026-05-22T15:39:51.640Z Compiling der_derive v0.7.3
14092026-05-22T15:39:51.732Z Compiling salsa20 v0.10.2
14102026-05-22T15:39:51.881Z Compiling bytes v1.11.1
14112026-05-22T15:39:51.902Z Compiling icu_provider v2.1.1
14122026-05-22T15:39:52.052Z Compiling chrono v0.4.44
14132026-05-22T15:39:52.205Z Compiling icu_normalizer v2.1.1
14142026-05-22T15:39:52.501Z Compiling tokio v1.52.1
14152026-05-22T15:39:52.630Z Compiling icu_properties v2.1.2
14162026-05-22T15:39:52.748Z Compiling der v0.7.10
14172026-05-22T15:39:53.018Z Compiling http v1.4.0
14182026-05-22T15:39:53.223Z Compiling ppv-lite86 v0.2.21
14192026-05-22T15:39:53.464Z Compiling pbkdf2 v0.12.2
14202026-05-22T15:39:53.556Z Compiling idna_adapter v1.2.1
14212026-05-22T15:39:53.573Z Compiling spki v0.7.3
14222026-05-22T15:39:53.591Z Compiling rustls-pki-types v1.14.0
14232026-05-22T15:39:53.700Z Compiling idna v1.1.0
14242026-05-22T15:39:53.746Z Compiling tracing-attributes v0.1.31
14252026-05-22T15:39:53.780Z Compiling thiserror-impl v2.0.18
14262026-05-22T15:39:53.956Z Compiling http-body v1.0.1
14272026-05-22T15:39:53.974Z Compiling scrypt v0.11.0
14282026-05-22T15:39:54.049Z Compiling url v2.5.8
14292026-05-22T15:39:54.116Z Compiling rand_chacha v0.9.0
14302026-05-22T15:39:54.237Z Compiling cbc v0.1.2
14312026-05-22T15:39:54.377Z Compiling aes v0.8.4
14322026-05-22T15:39:54.492Z Compiling httparse v1.10.1
14332026-05-22T15:39:54.840Z Compiling untrusted v0.7.1
14342026-05-22T15:39:54.843Z Compiling openssl-probe v0.2.1
14352026-05-22T15:39:54.874Z Compiling untrusted v0.9.0
14362026-05-22T15:39:54.967Z Compiling tinyvec_macros v0.1.1
14372026-05-22T15:39:55.032Z Compiling tinyvec v1.10.0
14382026-05-22T15:39:55.095Z Compiling pkcs5 v0.7.1
14392026-05-22T15:39:55.110Z Compiling tracing v0.1.44
14402026-05-22T15:39:55.180Z Compiling thiserror v2.0.18
14412026-05-22T15:39:55.283Z Compiling pest_generator v2.8.6
14422026-05-22T15:39:55.382Z Compiling rand v0.9.2
14432026-05-22T15:39:55.382Z Compiling serde_derive_internals v0.29.1
14442026-05-22T15:39:55.463Z Compiling aho-corasick v1.1.4
14452026-05-22T15:39:55.580Z Compiling tower-layer v0.3.3
14462026-05-22T15:39:55.755Z Compiling atomic-waker v1.1.2
14472026-05-22T15:39:55.887Z Compiling rustls v0.23.37
14482026-05-22T15:39:56.037Z Compiling dyn-clone v1.0.20
14492026-05-22T15:39:56.066Z Compiling schemars v0.8.22
14502026-05-22T15:39:56.182Z Compiling tower-service v0.3.3
14512026-05-22T15:39:56.221Z Compiling try-lock v0.2.5
14522026-05-22T15:39:56.288Z Compiling pest_derive v2.8.6
14532026-05-22T15:39:56.305Z Compiling want v0.3.1
14542026-05-22T15:39:56.333Z Compiling regex-automata v0.4.14
14552026-05-22T15:39:56.360Z Compiling schemars_derive v0.8.22
14562026-05-22T15:39:56.472Z Compiling tokio-util v0.7.18
14572026-05-22T15:39:56.718Z Compiling pkcs8 v0.10.2
14582026-05-22T15:39:57.029Z Compiling ipnet v2.11.0
14592026-05-22T15:39:57.191Z Compiling h2 v0.4.13
14602026-05-22T15:39:57.239Z Compiling scroll_derive v0.13.1
14612026-05-22T15:39:57.534Z Compiling darling_core v0.20.11
14622026-05-22T15:39:57.546Z Compiling httpdate v1.0.3
14632026-05-22T15:39:57.625Z Compiling foreign-types-shared v0.1.1
14642026-05-22T15:39:57.718Z Compiling pin-utils v0.1.0
14652026-05-22T15:39:57.770Z Compiling openssl v0.10.79
14662026-05-22T15:39:57.796Z Compiling tempfile v3.25.0
14672026-05-22T15:39:58.033Z Compiling foreign-types v0.3.2
14682026-05-22T15:39:58.053Z Compiling scroll v0.13.0
14692026-05-22T15:39:58.177Z Compiling unicode-normalization v0.1.25
14702026-05-22T15:39:58.393Z Compiling openssl-macros v0.1.1
14712026-05-22T15:39:58.654Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-22T15:39:58.754Z Compiling spin v0.9.8
14732026-05-22T15:39:58.796Z Compiling num-conv v0.2.0
14742026-05-22T15:39:58.932Z Compiling time-core v0.1.8
14752026-05-22T15:39:58.966Z Compiling powerfmt v0.2.0
14762026-05-22T15:39:59.057Z Compiling native-tls v0.2.18
14772026-05-22T15:39:59.089Z Compiling crc32fast v1.5.0
14782026-05-22T15:39:59.175Z Compiling deranged v0.5.8
14792026-05-22T15:39:59.283Z Compiling time-macros v0.2.27
14802026-05-22T15:39:59.837Z Compiling darling_macro v0.20.11
14812026-05-22T15:40:00.180Z Compiling goblin v0.10.5
14822026-05-22T15:40:00.318Z Compiling hyper v1.8.1
14832026-05-22T15:40:00.352Z Compiling darling v0.20.11
14842026-05-22T15:40:00.439Z Compiling rustls-native-certs v0.8.3
14852026-05-22T15:40:00.518Z Compiling sync_wrapper v1.0.2
14862026-05-22T15:40:00.641Z Compiling wait-timeout v0.2.1
14872026-05-22T15:40:00.781Z Compiling siphasher v1.0.2
14882026-05-22T15:40:00.965Z Compiling syn v1.0.109
14892026-05-22T15:40:00.981Z Compiling quick-error v1.2.3
14902026-05-22T15:40:01.091Z Compiling num_threads v0.1.7
14912026-05-22T15:40:01.196Z Compiling simd-adler32 v0.3.8
14922026-05-22T15:40:01.279Z Compiling bit-vec v0.8.0
14932026-05-22T15:40:01.310Z Compiling usdt-impl v0.6.0
14942026-05-22T15:40:01.445Z Compiling hyper-util v0.1.20
14952026-05-22T15:40:01.517Z Compiling crossbeam-utils v0.8.21
14962026-05-22T15:40:01.551Z Compiling bit-set v0.8.0
14972026-05-22T15:40:01.775Z Compiling time v0.3.47
14982026-05-22T15:40:01.974Z Compiling rusty-fork v0.3.1
14992026-05-22T15:40:02.171Z Compiling tower v0.5.3
15002026-05-22T15:40:02.305Z Compiling derive_builder_core v0.20.2
15012026-05-22T15:40:02.666Z Compiling dtrace-parser v0.3.0
15022026-05-22T15:40:02.801Z Compiling http-body-util v0.1.3
15032026-05-22T15:40:03.062Z Compiling dof v0.4.0
15042026-05-22T15:40:03.205Z Compiling webpki-roots v1.0.6
15052026-05-22T15:40:03.248Z Compiling signature v2.2.0
15062026-05-22T15:40:03.334Z Compiling thiserror-impl v1.0.69
15072026-05-22T15:40:03.421Z Compiling scroll_derive v0.12.1
15082026-05-22T15:40:03.439Z Compiling heapless v0.7.17
15092026-05-22T15:40:03.442Z Compiling rand_xorshift v0.4.0
15102026-05-22T15:40:03.623Z Compiling slog v2.8.2
15112026-05-22T15:40:03.688Z Compiling darling_core v0.21.3
15122026-05-22T15:40:03.817Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-22T15:40:04.106Z Compiling thread-id v5.1.0
15142026-05-22T15:40:04.122Z Compiling cookie v0.18.1
15152026-05-22T15:40:04.197Z Compiling allocator-api2 v0.2.21
15162026-05-22T15:40:04.271Z Compiling iri-string v0.7.10
15172026-05-22T15:40:04.310Z Compiling ryu v1.0.23
15182026-05-22T15:40:04.505Z Compiling unicode-bidi v0.3.18
15192026-05-22T15:40:04.527Z Compiling unicode-properties v0.1.4
15202026-05-22T15:40:04.609Z Compiling anyhow v1.0.102
15212026-05-22T15:40:04.625Z Compiling zstd-safe v7.2.4
15222026-05-22T15:40:04.736Z Compiling unarray v0.1.4
15232026-05-22T15:40:04.827Z Compiling paste v1.0.15
15242026-05-22T15:40:04.851Z Compiling adler2 v2.0.1
15252026-05-22T15:40:04.920Z Compiling signal-hook v0.3.18
15262026-05-22T15:40:04.991Z Compiling miniz_oxide v0.8.9
15272026-05-22T15:40:05.133Z Compiling stringprep v0.1.5
15282026-05-22T15:40:05.163Z Compiling proptest v1.10.0
15292026-05-22T15:40:05.278Z Compiling thiserror v1.0.69
15302026-05-22T15:40:05.388Z Compiling serde_urlencoded v0.7.1
15312026-05-22T15:40:05.580Z Compiling tower-http v0.6.8
15322026-05-22T15:40:05.876Z Compiling scroll v0.12.0
15332026-05-22T15:40:06.106Z Compiling derive_builder_macro v0.20.2
15342026-05-22T15:40:06.142Z Compiling tokio-native-tls v0.3.1
15352026-05-22T15:40:06.312Z Compiling darling_macro v0.21.3
15362026-05-22T15:40:06.325Z Compiling ipnetwork v0.21.1
15372026-05-22T15:40:06.451Z Compiling bstr v1.12.1
15382026-05-22T15:40:06.576Z Compiling rand_chacha v0.3.1
15392026-05-22T15:40:06.761Z Compiling serde_spanned v0.6.9
15402026-05-22T15:40:06.794Z Compiling erased-serde v0.3.31
15412026-05-22T15:40:06.810Z Compiling serde_tokenstream v0.2.3
15422026-05-22T15:40:06.911Z Compiling toml_datetime v0.6.11
15432026-05-22T15:40:07.130Z Compiling md-5 v0.10.6
15442026-05-22T15:40:07.145Z Compiling async-trait v0.1.89
15452026-05-22T15:40:07.189Z Compiling zerocopy-derive v0.7.35
15462026-05-22T15:40:07.300Z Compiling pin-project-internal v1.1.11
15472026-05-22T15:40:07.303Z Compiling curve25519-dalek v4.1.3
15482026-05-22T15:40:07.406Z Compiling vergen-lib v0.1.6
15492026-05-22T15:40:07.591Z Compiling num-integer v0.1.46
15502026-05-22T15:40:07.642Z Compiling hash32 v0.2.1
15512026-05-22T15:40:07.848Z Compiling ff v0.13.1
15522026-05-22T15:40:07.928Z Compiling memoffset v0.9.1
15532026-05-22T15:40:07.992Z Compiling cfg_aliases v0.2.1
15542026-05-22T15:40:08.074Z Compiling ref-cast v1.0.25
15552026-05-22T15:40:08.093Z Compiling rustix v0.38.44
15562026-05-22T15:40:08.136Z Compiling base16ct v0.2.0
15572026-05-22T15:40:08.193Z Compiling litrs v1.0.0
15582026-05-22T15:40:08.323Z Compiling smoltcp v0.9.1
15592026-05-22T15:40:08.391Z Compiling psl-types v2.0.11
15602026-05-22T15:40:08.443Z Compiling fallible-iterator v0.2.0
15612026-05-22T15:40:08.459Z Compiling num-bigint-dig v0.8.6
15622026-05-22T15:40:08.521Z Compiling zlib-rs v0.6.2
15632026-05-22T15:40:08.691Z Compiling publicsuffix v2.3.0
15642026-05-22T15:40:08.707Z Compiling pin-project v1.1.11
15652026-05-22T15:40:08.721Z Compiling document-features v0.2.12
15662026-05-22T15:40:08.766Z Compiling postgres-protocol v0.6.10
15672026-05-22T15:40:08.899Z Compiling sec1 v0.7.3
15682026-05-22T15:40:09.018Z Compiling zerocopy v0.7.35
15692026-05-22T15:40:09.186Z Compiling nix v0.31.2
15702026-05-22T15:40:09.309Z Compiling group v0.13.0
15712026-05-22T15:40:09.331Z Compiling num-iter v0.1.45
15722026-05-22T15:40:09.570Z Compiling newtype-uuid v1.3.2
15732026-05-22T15:40:09.598Z Compiling darling v0.21.3
15742026-05-22T15:40:09.681Z Compiling rand v0.8.6
15752026-05-22T15:40:09.898Z Compiling oxnet v0.1.4
15762026-05-22T15:40:09.923Z Compiling derive_builder v0.20.2
15772026-05-22T15:40:10.072Z Compiling hyper-tls v0.6.0
15782026-05-22T15:40:10.264Z Compiling goblin v0.8.2
15792026-05-22T15:40:10.279Z Compiling hubpack_derive v0.1.1
15802026-05-22T15:40:10.774Z Compiling phf_shared v0.13.1
15812026-05-22T15:40:10.856Z Compiling lazy_static v1.5.0
15822026-05-22T15:40:10.955Z Compiling regex v1.12.3
15832026-05-22T15:40:10.996Z Compiling futures-executor v0.3.32
15842026-05-22T15:40:11.019Z Compiling hex v0.4.3
15852026-05-22T15:40:11.117Z Compiling cargo-platform v0.1.9
15862026-05-22T15:40:11.267Z Compiling hkdf v0.12.4
15872026-05-22T15:40:11.295Z Compiling crypto-bigint v0.5.5
15882026-05-22T15:40:11.380Z Compiling terminal_size v0.4.3
15892026-05-22T15:40:11.398Z Compiling flate2 v1.1.9
15902026-05-22T15:40:11.437Z Compiling daft-derive v0.1.7
15912026-05-22T15:40:11.525Z Compiling snafu-derive v0.8.9
15922026-05-22T15:40:11.796Z Compiling strum_macros v0.27.2
15932026-05-22T15:40:11.828Z Compiling ref-cast-impl v1.0.25
15942026-05-22T15:40:12.196Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-22T15:40:12.384Z Compiling vergen v9.0.6
15962026-05-22T15:40:12.570Z Compiling fs-err v3.3.0
15972026-05-22T15:40:12.764Z Compiling ahash v0.8.12
15982026-05-22T15:40:12.847Z Compiling encoding_rs v0.8.35
15992026-05-22T15:40:12.974Z Compiling foldhash v0.2.0
16002026-05-22T15:40:13.204Z Compiling bumpalo v3.20.2
16012026-05-22T15:40:13.455Z Compiling managed v0.8.0
16022026-05-22T15:40:13.470Z Compiling libbz2-rs-sys v0.2.2
16032026-05-22T15:40:13.473Z Compiling foldhash v0.1.5
16042026-05-22T15:40:13.646Z Compiling winnow v0.5.40
16052026-05-22T15:40:13.671Z Compiling mime v0.3.17
16062026-05-22T15:40:13.788Z Compiling same-file v1.0.6
16072026-05-22T15:40:13.838Z Compiling bitflags v1.3.2
16082026-05-22T15:40:13.919Z Compiling unicode-segmentation v1.12.0
16092026-05-22T15:40:13.937Z Compiling object v0.37.3
16102026-05-22T15:40:14.172Z Compiling bzip2 v0.6.1
16112026-05-22T15:40:14.262Z Compiling walkdir v2.5.0
16122026-05-22T15:40:14.313Z Compiling strum v0.27.2
16132026-05-22T15:40:14.385Z Compiling clap_builder v4.5.60
16142026-05-22T15:40:14.399Z Compiling hashbrown v0.15.5
16152026-05-22T15:40:14.445Z Compiling snafu v0.8.9
16162026-05-22T15:40:14.578Z Compiling zopfli v0.8.3
16172026-05-22T15:40:14.749Z Compiling hashbrown v0.16.1
16182026-05-22T15:40:14.949Z Compiling toml_edit v0.19.15
16192026-05-22T15:40:15.207Z Compiling dof v0.3.0
16202026-05-22T15:40:15.346Z Compiling elliptic-curve v0.13.8
16212026-05-22T15:40:15.361Z Compiling daft v0.1.7
16222026-05-22T15:40:15.659Z Compiling cargo_metadata v0.19.2
16232026-05-22T15:40:15.805Z Compiling futures v0.3.32
16242026-05-22T15:40:15.897Z Compiling phf v0.13.1
16252026-05-22T15:40:16.066Z Compiling signal-hook-mio v0.2.5
16262026-05-22T15:40:16.192Z Compiling hubpack v0.1.2
16272026-05-22T15:40:16.331Z Compiling cookie_store v0.22.1
16282026-05-22T15:40:16.797Z Compiling zstd v0.13.3
16292026-05-22T15:40:17.011Z Compiling bzip2 v0.4.4
16302026-05-22T15:40:17.067Z Compiling serde_with_macros v3.17.0
16312026-05-22T15:40:17.113Z Compiling postgres-types v0.2.12
16322026-05-22T15:40:17.442Z Compiling usdt-macro v0.6.0
16332026-05-22T15:40:17.674Z Compiling usdt-attr-macro v0.6.0
16342026-05-22T15:40:17.699Z Compiling globset v0.4.18
16352026-05-22T15:40:17.929Z Compiling dtrace-parser v0.2.0
16362026-05-22T15:40:18.215Z Compiling ed25519 v2.2.3
16372026-05-22T15:40:18.231Z Compiling phf_shared v0.11.3
16382026-05-22T15:40:18.407Z Compiling olpc-cjson v0.1.4
16392026-05-22T15:40:18.429Z Compiling pkcs1 v0.7.5
16402026-05-22T15:40:18.476Z Compiling serde-big-array v0.5.1
16412026-05-22T15:40:18.502Z Compiling serde_plain v1.0.2
16422026-05-22T15:40:18.570Z Compiling rfc6979 v0.4.0
16432026-05-22T15:40:18.625Z Compiling pem v3.0.6
16442026-05-22T15:40:18.698Z Compiling clap_derive v4.5.55
16452026-05-22T15:40:18.698Z Compiling enum-as-inner v0.6.1
16462026-05-22T15:40:18.730Z Compiling strum_macros v0.26.4
16472026-05-22T15:40:18.841Z Compiling async-recursion v1.1.1
16482026-05-22T15:40:18.958Z Compiling serde_repr v0.1.20
16492026-05-22T15:40:19.148Z Compiling float-cmp v0.10.0
16502026-05-22T15:40:19.233Z Compiling memmap2 v0.9.10
16512026-05-22T15:40:19.303Z Compiling thread-id v4.2.2
16522026-05-22T15:40:19.397Z Compiling env_filter v1.0.0
16532026-05-22T15:40:19.457Z Compiling precomputed-hash v0.1.1
16542026-05-22T15:40:19.510Z Compiling normalize-line-endings v0.3.0
16552026-05-22T15:40:19.525Z Compiling difflib v0.4.0
16562026-05-22T15:40:19.550Z Compiling whoami v2.1.0
16572026-05-22T15:40:19.612Z Compiling predicates-core v1.0.10
16582026-05-22T15:40:19.713Z Compiling data-encoding v2.10.0
16592026-05-22T15:40:19.797Z Compiling fixedbitset v0.4.2
16602026-05-22T15:40:19.938Z Compiling keccak v0.1.6
16612026-05-22T15:40:20.023Z Compiling typed-path v0.9.3
16622026-05-22T15:40:20.089Z Compiling either v1.15.0
16632026-05-22T15:40:20.300Z Compiling static_assertions v1.1.0
16642026-05-22T15:40:20.385Z Compiling jiff v0.2.21
16652026-05-22T15:40:20.421Z Compiling new_debug_unreachable v1.0.6
16662026-05-22T15:40:20.500Z Compiling fixedbitset v0.5.7
16672026-05-22T15:40:20.517Z Compiling clap v4.5.60
16682026-05-22T15:40:20.533Z Compiling strum v0.26.3
16692026-05-22T15:40:20.602Z Compiling string_cache v0.8.9
16702026-05-22T15:40:20.722Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16712026-05-22T15:40:20.788Z Compiling petgraph v0.8.3
16722026-05-22T15:40:20.847Z Compiling itertools v0.13.0
16732026-05-22T15:40:20.862Z Compiling sha3 v0.10.8
16742026-05-22T15:40:21.328Z Compiling hickory-proto v0.25.2
16752026-05-22T15:40:21.348Z Compiling petgraph v0.6.5
16762026-05-22T15:40:21.785Z Compiling tokio-postgres v0.7.16
16772026-05-22T15:40:22.148Z Compiling predicates v3.1.4
16782026-05-22T15:40:22.802Z Compiling toml_edit v0.22.27
16792026-05-22T15:40:22.816Z Compiling env_logger v0.11.9
16802026-05-22T15:40:22.880Z Compiling usdt v0.6.0
16812026-05-22T15:40:23.159Z Compiling zip v4.6.1
16822026-05-22T15:40:23.179Z Compiling usdt-impl v0.5.0
16832026-05-22T15:40:23.663Z Compiling ecdsa v0.16.9
16842026-05-22T15:40:23.782Z Compiling rsa v0.9.10
16852026-05-22T15:40:24.021Z Compiling ed25519-dalek v2.2.0
16862026-05-22T15:40:24.080Z Compiling serde_with v3.17.0
16872026-05-22T15:40:24.160Z Compiling crossterm v0.28.1
16882026-05-22T15:40:24.830Z Compiling zip v0.6.6
16892026-05-22T15:40:25.535Z Compiling toml v0.7.8
16902026-05-22T15:40:25.614Z Compiling iddqd v0.4.1
16912026-05-22T15:40:26.195Z Compiling similar v2.7.0
16922026-05-22T15:40:26.211Z Compiling heck v0.4.1
16932026-05-22T15:40:26.226Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-22T15:40:26.313Z Compiling crossbeam-epoch v0.9.18
16952026-05-22T15:40:26.452Z Compiling tokio-stream v0.1.18
16962026-05-22T15:40:26.650Z Compiling buf-list v1.1.2
16972026-05-22T15:40:26.870Z Compiling x509-cert v0.2.5
16982026-05-22T15:40:26.931Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-22T15:40:26.934Z Compiling openapiv3 v2.2.0
17002026-05-22T15:40:26.949Z Compiling sha1 v0.10.6
17012026-05-22T15:40:27.087Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-22T15:40:27.199Z Compiling lalrpop-util v0.19.12
17032026-05-22T15:40:27.254Z Compiling peg-runtime v0.8.5
17042026-05-22T15:40:27.271Z Compiling thread_local v1.1.9
17052026-05-22T15:40:27.389Z Compiling slog-async v2.8.0
17062026-05-22T15:40:27.404Z Compiling crossbeam-channel v0.5.15
17072026-05-22T15:40:27.534Z Compiling filetime v0.2.27
17082026-05-22T15:40:27.550Z Compiling is-terminal v0.4.17
17092026-05-22T15:40:27.649Z Compiling xattr v1.6.1
17102026-05-22T15:40:27.716Z Compiling term v1.2.1
17112026-05-22T15:40:27.732Z Compiling take_mut v0.2.2
17122026-05-22T15:40:27.848Z Compiling tar v0.4.45
17132026-05-22T15:40:28.311Z Compiling slog-term v2.9.2
17142026-05-22T15:40:38.116Z Compiling rustls-webpki v0.103.9
17152026-05-22T15:40:40.973Z Compiling tokio-rustls v0.26.4
17162026-05-22T15:40:40.973Z Compiling rustls-platform-verifier v0.6.2
17172026-05-22T15:40:41.181Z Compiling hyper-rustls v0.27.7
17182026-05-22T15:40:41.387Z Compiling reqwest v0.12.28
17192026-05-22T15:40:41.387Z Compiling reqwest v0.13.2
17202026-05-22T15:40:42.665Z Compiling tough v0.22.0
17212026-05-22T15:40:45.253Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-22T15:40:45.474Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-22T15:40:48.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17242026-05-22T15:40:48.594Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-22T15:40:48.740ZMay 22 15:40:47.522 INFO Starting download, target: Clickhouse
17262026-05-22T15:40:48.740ZMay 22 15:40:47.522 INFO Starting download, target: Cockroach
17272026-05-22T15:40:48.740ZMay 22 15:40:47.522 INFO Starting download, target: Console
17282026-05-22T15:40:48.740ZMay 22 15:40:47.522 INFO Starting download, target: DendriteStub
17292026-05-22T15:40:48.740ZMay 22 15:40:47.522 INFO Starting download, target: MaghemiteMgd
17302026-05-22T15:40:48.740ZMay 22 15:40:47.522 INFO Starting download, target: TransceiverControl
17312026-05-22T15:40:48.741ZMay 22 15:40:47.522 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-22T15:40:48.741ZMay 22 15:40:47.522 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-22T15:40:48.741ZMay 22 15:40:47.522 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-22T15:40:48.741ZMay 22 15:40:47.522 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-22T15:40:48.741ZMay 22 15:40:47.522 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-22T15:40:48.742ZMay 22 15:40:47.522 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-22T15:40:49.723ZMay 22 15:40:48.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-05-22T15:40:49.969ZMay 22 15:40:48.841 INFO Download complete, target: Console
17392026-05-22T15:40:50.106ZMay 22 15:40:48.874 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-22T15:40:50.212ZMay 22 15:40:49.081 INFO Download complete, target: TransceiverControl
17412026-05-22T15:40:51.075ZMay 22 15:40:49.958 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-22T15:40:52.349ZMay 22 15:40:51.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-22T15:40:53.861ZMay 22 15:40:52.752 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-22T15:40:54.575ZMay 22 15:40:53.487 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-22T15:40:54.575ZMay 22 15:40:53.487 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-22T15:40:54.607ZMay 22 15:40:53.506 INFO Download complete, target: DendriteStub
17472026-05-22T15:40:56.204ZMay 22 15:40:55.132 INFO Download complete, target: MaghemiteMgd
17482026-05-22T15:40:57.799ZMay 22 15:40:56.727 INFO Checking that binary works, target: Clickhouse
17492026-05-22T15:40:57.938ZMay 22 15:40:56.866 INFO Download complete, target: Clickhouse
17502026-05-22T15:40:59.088ZMay 22 15:40:58.016 INFO Checking that binary works, target: Cockroach
17512026-05-22T15:40:59.243ZMay 22 15:40:58.169 INFO Download complete, target: Cockroach
17522026-05-22T15:40:59.257ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-22T15:40:59.261Z
17542026-05-22T15:40:59.261Zreal 2:20.047050048
17552026-05-22T15:40:59.261Zuser 7:09.184118222
17562026-05-22T15:40:59.261Zsys 1:25.504333014
17572026-05-22T15:40:59.261Ztrap 0.223411235
17582026-05-22T15:40:59.261Ztflt 0.723813092
17592026-05-22T15:40:59.261Zdflt 0.677431363
17602026-05-22T15:40:59.261Zkflt 0.037437850
17612026-05-22T15:40:59.261Zlock 22:37.890996259
17622026-05-22T15:40:59.261Zslp 21:56.003826077
17632026-05-22T15:40:59.261Zlat 46.969587724
17642026-05-22T15:40:59.261Zstop 2:05.185631321
17652026-05-22T15:40:59.261Z+ banner hack-check
17662026-05-22T15:40:59.261Z
17672026-05-22T15:40:59.261Z # # ## #### # # #### # # ###### #### # #
17682026-05-22T15:40:59.261Z # # # # # # # # # # # # # # # # #
17692026-05-22T15:40:59.261Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-22T15:40:59.261Z # # ###### # # # # # # # # # #
17712026-05-22T15:40:59.261Z # # # # # # # # # # # # # # # # #
17722026-05-22T15:40:59.261Z # # # # #### # # #### # # ###### #### # #
17732026-05-22T15:40:59.261Z
17742026-05-22T15:40:59.261Z+ export CARGO_INCREMENTAL=0
17752026-05-22T15:40:59.261Z+ CARGO_INCREMENTAL=0
17762026-05-22T15:40:59.261Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-22T15:40:59.810Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-22T15:41:00.021Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-22T15:41:01.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
17802026-05-22T15:41:01.993Z Running `target/debug/xtask check-features --ci`
17812026-05-22T15:41:02.022Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-22T15:41:02.026Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-22T15:41:02.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17842026-05-22T15:41:02.570Z Running `target/debug/xtask download cargo-hack`
17852026-05-22T15:41:03.399Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-22T15:41:03.719Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-22T15:41:06.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
17882026-05-22T15:41:06.424Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-22T15:41:06.469ZMay 22 15:41:05.396 INFO Starting download, target: CargoHack
17902026-05-22T15:41:06.472ZMay 22 15:41:05.397 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-22T15:41:06.915ZMay 22 15:41:05.843 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-22T15:41:06.964ZMay 22 15:41:05.892 INFO Download complete, target: CargoHack
17932026-05-22T15:41:06.967Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-05-22T15:41:06.981Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-22T15:41:07.145Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-22T15:41:07.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-22T15:41:07.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-22T15:41:07.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-22T15:41:07.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18002026-05-22T15:41:07.785Z
18012026-05-22T15:41:07.785Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-22T15:41:08.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-22T15:41:08.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-22T15:41:08.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-22T15:41:08.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18062026-05-22T15:41:08.396Z
18072026-05-22T15:41:08.396Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-22T15:41:08.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-22T15:41:08.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-22T15:41:08.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-22T15:41:08.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18122026-05-22T15:41:09.007Z
18132026-05-22T15:41:09.008Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-22T15:41:09.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-22T15:41:09.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-22T15:41:09.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-22T15:41:09.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18182026-05-22T15:41:09.622Z
18192026-05-22T15:41:09.622Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-22T15:41:10.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-22T15:41:10.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-22T15:41:10.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-22T15:41:10.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18242026-05-22T15:41:10.241Z
18252026-05-22T15:41:10.241Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-22T15:41:10.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-22T15:41:10.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-22T15:41:10.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-22T15:41:10.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18302026-05-22T15:41:10.861Z
18312026-05-22T15:41:10.861Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-22T15:41:11.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-22T15:41:11.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-22T15:41:11.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-22T15:41:11.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18362026-05-22T15:41:11.489Z
18372026-05-22T15:41:11.489Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-22T15:41:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-22T15:41:12.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-22T15:41:12.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-22T15:41:12.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18422026-05-22T15:41:12.110Z
18432026-05-22T15:41:12.110Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-22T15:41:12.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-22T15:41:12.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-22T15:41:12.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-22T15:41:12.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18482026-05-22T15:41:12.596Z
18492026-05-22T15:41:12.597Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-22T15:41:13.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-22T15:41:13.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-22T15:41:13.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-22T15:41:13.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18542026-05-22T15:41:13.079Z
18552026-05-22T15:41:13.079Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-22T15:41:13.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-22T15:41:13.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-22T15:41:13.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-22T15:41:13.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-05-22T15:41:13.556Z
18612026-05-22T15:41:13.556Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-22T15:41:13.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-22T15:41:13.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-22T15:41:13.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-22T15:41:13.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18662026-05-22T15:41:14.040Z
18672026-05-22T15:41:14.040Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-22T15:41:14.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-22T15:41:14.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-22T15:41:14.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-22T15:41:14.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18722026-05-22T15:41:14.522Z
18732026-05-22T15:41:14.522Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-22T15:41:14.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-22T15:41:14.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-22T15:41:14.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-22T15:41:14.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-22T15:41:15.005Z
18792026-05-22T15:41:15.005Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-22T15:41:15.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-22T15:41:15.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-22T15:41:15.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-22T15:41:15.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18842026-05-22T15:41:15.489Z
18852026-05-22T15:41:15.489Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-22T15:41:15.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-22T15:41:15.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-22T15:41:15.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-22T15:41:15.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18902026-05-22T15:41:15.976Z
18912026-05-22T15:41:15.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-22T15:41:16.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-22T15:41:16.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-22T15:41:16.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-22T15:41:16.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18962026-05-22T15:41:16.467Z
18972026-05-22T15:41:16.467Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-22T15:41:16.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-22T15:41:16.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-22T15:41:16.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-22T15:41:16.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19022026-05-22T15:41:16.957Z
19032026-05-22T15:41:16.957Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-22T15:41:17.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-22T15:41:17.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-22T15:41:17.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-22T15:41:17.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19082026-05-22T15:41:17.446Z
19092026-05-22T15:41:17.446Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-22T15:41:17.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-22T15:41:17.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-22T15:41:17.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-22T15:41:17.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19142026-05-22T15:41:17.937Z
19152026-05-22T15:41:17.937Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-22T15:41:18.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-22T15:41:18.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-22T15:41:18.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-22T15:41:18.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19202026-05-22T15:41:18.426Z
19212026-05-22T15:41:18.426Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-22T15:41:18.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-22T15:41:18.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-22T15:41:18.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-22T15:41:18.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19262026-05-22T15:41:18.915Z
19272026-05-22T15:41:18.915Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-22T15:41:19.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-22T15:41:19.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-22T15:41:19.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-22T15:41:19.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19322026-05-22T15:41:19.397Z
19332026-05-22T15:41:19.397Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-22T15:41:19.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-22T15:41:19.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-22T15:41:19.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-22T15:41:19.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19382026-05-22T15:41:19.879Z
19392026-05-22T15:41:19.879Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-22T15:41:20.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-22T15:41:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-22T15:41:20.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-22T15:41:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19442026-05-22T15:41:20.365Z
19452026-05-22T15:41:20.365Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-22T15:41:20.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-22T15:41:20.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-22T15:41:20.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-22T15:41:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-22T15:41:20.846Z
19512026-05-22T15:41:20.846Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-22T15:41:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-22T15:41:21.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-22T15:41:21.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-22T15:41:21.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-22T15:41:21.323Z
19572026-05-22T15:41:21.323Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-22T15:41:21.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-22T15:41:21.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-22T15:41:21.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-22T15:41:21.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-22T15:41:21.806Z
19632026-05-22T15:41:21.806Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-22T15:41:22.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-22T15:41:22.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-22T15:41:22.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-22T15:41:22.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19682026-05-22T15:41:22.289Z
19692026-05-22T15:41:22.289Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-22T15:41:22.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-22T15:41:22.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-22T15:41:22.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-22T15:41:22.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-22T15:41:22.772Z
19752026-05-22T15:41:22.772Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-22T15:41:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-22T15:41:23.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-22T15:41:23.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-22T15:41:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19802026-05-22T15:41:23.259Z
19812026-05-22T15:41:23.259Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-22T15:41:23.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-22T15:41:23.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-22T15:41:23.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-22T15:41:23.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19862026-05-22T15:41:23.746Z
19872026-05-22T15:41:23.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-22T15:41:24.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-22T15:41:24.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-22T15:41:24.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-22T15:41:24.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19922026-05-22T15:41:24.232Z
19932026-05-22T15:41:24.232Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-22T15:41:24.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-22T15:41:24.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-22T15:41:24.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-22T15:41:24.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-05-22T15:41:24.709Z
19992026-05-22T15:41:24.709Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-22T15:41:25.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-22T15:41:25.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-22T15:41:25.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-22T15:41:25.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20042026-05-22T15:41:25.200Z
20052026-05-22T15:41:25.200Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-22T15:41:25.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-22T15:41:25.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-22T15:41:25.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-22T15:41:25.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20102026-05-22T15:41:25.694Z
20112026-05-22T15:41:25.694Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-22T15:41:26.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-22T15:41:26.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-22T15:41:26.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-22T15:41:26.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20162026-05-22T15:41:26.186Z
20172026-05-22T15:41:26.186Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-22T15:41:26.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-22T15:41:26.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-22T15:41:26.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-22T15:41:26.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20222026-05-22T15:41:26.671Z
20232026-05-22T15:41:26.671Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-22T15:41:27.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-22T15:41:27.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-22T15:41:27.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-22T15:41:27.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20282026-05-22T15:41:27.162Z
20292026-05-22T15:41:27.162Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-22T15:41:27.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-22T15:41:27.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-22T15:41:27.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-22T15:41:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20342026-05-22T15:41:27.652Z
20352026-05-22T15:41:27.652Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-22T15:41:28.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-22T15:41:28.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-22T15:41:28.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-22T15:41:28.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20402026-05-22T15:41:28.145Z
20412026-05-22T15:41:28.145Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-22T15:41:28.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-22T15:41:28.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-22T15:41:28.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-22T15:41:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20462026-05-22T15:41:28.631Z
20472026-05-22T15:41:28.631Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-22T15:41:29.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-22T15:41:29.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-22T15:41:29.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-22T15:41:29.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20522026-05-22T15:41:29.119Z
20532026-05-22T15:41:29.119Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-22T15:41:29.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-22T15:41:29.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-22T15:41:29.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-22T15:41:29.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20582026-05-22T15:41:29.607Z
20592026-05-22T15:41:29.607Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-22T15:41:30.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-22T15:41:30.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-22T15:41:30.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-22T15:41:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20642026-05-22T15:41:30.095Z
20652026-05-22T15:41:30.095Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-22T15:41:30.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-22T15:41:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-22T15:41:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-22T15:41:30.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20702026-05-22T15:41:30.581Z
20712026-05-22T15:41:30.581Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-22T15:41:31.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-22T15:41:31.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-22T15:41:31.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-22T15:41:31.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20762026-05-22T15:41:31.066Z
20772026-05-22T15:41:31.066Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-22T15:41:31.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-22T15:41:31.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-22T15:41:31.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-22T15:41:31.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20822026-05-22T15:41:31.558Z
20832026-05-22T15:41:31.558Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-22T15:41:32.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-22T15:41:32.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-22T15:41:32.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-22T15:41:32.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20882026-05-22T15:41:32.223Z
20892026-05-22T15:41:32.223Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-22T15:41:32.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-22T15:41:32.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-22T15:41:32.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-22T15:41:32.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20942026-05-22T15:41:32.884Z
20952026-05-22T15:41:32.884Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-22T15:41:33.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-22T15:41:33.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-22T15:41:33.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-22T15:41:33.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21002026-05-22T15:41:33.544Z
21012026-05-22T15:41:33.544Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-22T15:41:34.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-22T15:41:34.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-22T15:41:34.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-22T15:41:34.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21062026-05-22T15:41:34.204Z
21072026-05-22T15:41:34.204Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-22T15:41:34.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-22T15:41:34.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-22T15:41:34.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-22T15:41:34.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-05-22T15:41:34.836Z
21132026-05-22T15:41:34.836Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-22T15:41:35.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-22T15:41:35.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-22T15:41:35.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-22T15:41:35.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21182026-05-22T15:41:35.455Z
21192026-05-22T15:41:35.455Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-22T15:41:35.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-22T15:41:35.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-22T15:41:35.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-22T15:41:35.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21242026-05-22T15:41:36.076Z
21252026-05-22T15:41:36.077Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-22T15:41:36.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-22T15:41:36.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-22T15:41:36.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-22T15:41:36.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302026-05-22T15:41:36.698Z
21312026-05-22T15:41:36.698Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-22T15:41:37.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-22T15:41:37.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-22T15:41:37.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-22T15:41:37.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21362026-05-22T15:41:37.329Z
21372026-05-22T15:41:37.329Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-22T15:41:37.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-22T15:41:37.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-22T15:41:37.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-22T15:41:37.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21422026-05-22T15:41:37.953Z
21432026-05-22T15:41:37.953Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-22T15:41:38.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-22T15:41:38.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-22T15:41:38.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-22T15:41:38.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21482026-05-22T15:41:38.567Z
21492026-05-22T15:41:38.568Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-22T15:41:39.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-22T15:41:39.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-22T15:41:39.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-22T15:41:39.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21542026-05-22T15:41:39.171Z
21552026-05-22T15:41:39.171Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-22T15:41:39.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-22T15:41:39.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-22T15:41:39.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-22T15:41:39.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-22T15:41:39.764Z
21612026-05-22T15:41:39.764Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-22T15:41:40.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-22T15:41:40.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-22T15:41:40.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-22T15:41:40.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-22T15:41:40.363Z
21672026-05-22T15:41:40.363Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-22T15:41:40.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-22T15:41:40.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-22T15:41:40.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-22T15:41:40.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21722026-05-22T15:41:40.981Z
21732026-05-22T15:41:40.981Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-22T15:41:41.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-22T15:41:41.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-22T15:41:41.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-22T15:41:41.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21782026-05-22T15:41:41.610Z
21792026-05-22T15:41:41.610Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-22T15:41:42.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-22T15:41:42.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-22T15:41:42.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-22T15:41:42.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21842026-05-22T15:41:42.220Z
21852026-05-22T15:41:42.221Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-22T15:41:42.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-22T15:41:42.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-22T15:41:42.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-22T15:41:42.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21902026-05-22T15:41:42.834Z
21912026-05-22T15:41:42.834Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-22T15:41:43.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-22T15:41:43.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-22T15:41:43.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-22T15:41:43.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21962026-05-22T15:41:43.451Z
21972026-05-22T15:41:43.451Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-22T15:41:43.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-22T15:41:43.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-22T15:41:43.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-22T15:41:43.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22022026-05-22T15:41:44.087Z
22032026-05-22T15:41:44.087Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-22T15:41:44.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-22T15:41:44.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-22T15:41:44.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-22T15:41:44.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22082026-05-22T15:41:44.709Z
22092026-05-22T15:41:44.709Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-22T15:41:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-22T15:41:45.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-22T15:41:45.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-22T15:41:45.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22142026-05-22T15:41:45.329Z
22152026-05-22T15:41:45.329Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-22T15:41:45.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-22T15:41:45.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-22T15:41:45.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-22T15:41:45.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22202026-05-22T15:41:45.943Z
22212026-05-22T15:41:45.943Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-22T15:41:46.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-22T15:41:46.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-22T15:41:46.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-22T15:41:46.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-22T15:41:46.558Z
22272026-05-22T15:41:46.558Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-22T15:41:47.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-22T15:41:47.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-22T15:41:47.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-22T15:41:47.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22322026-05-22T15:41:47.190Z
22332026-05-22T15:41:47.190Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-22T15:41:47.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-22T15:41:47.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-22T15:41:47.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-22T15:41:47.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22382026-05-22T15:41:47.821Z
22392026-05-22T15:41:47.821Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-22T15:41:48.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-22T15:41:48.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-22T15:41:48.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-22T15:41:48.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22442026-05-22T15:41:48.427Z
22452026-05-22T15:41:48.427Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-22T15:41:48.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-22T15:41:48.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-22T15:41:49.057Z Checking cfg-if v1.0.4
22492026-05-22T15:41:49.061Z Checking libc v0.2.185
22502026-05-22T15:41:49.062Z Checking serde_core v1.0.228
22512026-05-22T15:41:49.175Z Checking zeroize v1.8.2
22522026-05-22T15:41:49.183Z Checking memchr v2.8.0
22532026-05-22T15:41:49.190Z Checking log v0.4.29
22542026-05-22T15:41:49.200Z Checking smallvec v1.15.1
22552026-05-22T15:41:49.212Z Checking typenum v1.19.0
22562026-05-22T15:41:49.215Z Checking subtle v2.6.1
22572026-05-22T15:41:49.311Z Checking itoa v1.0.17
22582026-05-22T15:41:49.347Z Checking scopeguard v1.2.0
22592026-05-22T15:41:49.366Z Checking stable_deref_trait v1.2.1
22602026-05-22T15:41:49.379Z Checking const-oid v0.9.6
22612026-05-22T15:41:49.439Z Checking zerofrom v0.1.6
22622026-05-22T15:41:49.453Z Checking lock_api v0.4.14
22632026-05-22T15:41:49.457Z Checking pin-project-lite v0.2.17
22642026-05-22T15:41:49.552Z Checking yoke v0.8.1
22652026-05-22T15:41:49.566Z Checking getrandom v0.2.17
22662026-05-22T15:41:49.566Z Checking errno v0.3.14
22672026-05-22T15:41:49.590Z Checking parking_lot_core v0.9.12
22682026-05-22T15:41:49.678Z Checking portable-atomic v1.13.1
22692026-05-22T15:41:49.690Z Checking signal-hook-registry v1.4.8
22702026-05-22T15:41:49.708Z Checking rand_core v0.6.4
22712026-05-22T15:41:49.719Z Checking zerovec v0.11.5
22722026-05-22T15:41:49.742Z Checking generic-array v0.14.7
22732026-05-22T15:41:49.776Z Checking critical-section v1.2.0
22742026-05-22T15:41:49.844Z Checking futures-core v0.3.32
22752026-05-22T15:41:49.876Z Checking parking_lot v0.12.5
22762026-05-22T15:41:49.880Z Checking mio v1.2.0
22772026-05-22T15:41:49.964Z Checking zerocopy v0.8.40
22782026-05-22T15:41:50.048Z Checking zmij v1.0.21
22792026-05-22T15:41:50.066Z Checking socket2 v0.6.3
22802026-05-22T15:41:50.076Z Checking once_cell v1.21.3
22812026-05-22T15:41:50.145Z Checking tinystr v0.8.2
22822026-05-22T15:41:50.169Z Checking libm v0.2.16
22832026-05-22T15:41:50.184Z Checking crypto-common v0.1.7
22842026-05-22T15:41:50.244Z Checking block-buffer v0.10.4
22852026-05-22T15:41:50.258Z Checking writeable v0.6.2
22862026-05-22T15:41:50.303Z Checking percent-encoding v2.3.2
22872026-05-22T15:41:50.316Z Checking equivalent v1.0.2
22882026-05-22T15:41:50.328Z Checking litemap v0.8.1
22892026-05-22T15:41:50.378Z Checking digest v0.10.7
22902026-05-22T15:41:50.395Z Checking potential_utf v0.1.4
22912026-05-22T15:41:50.414Z Checking zerotrie v0.2.3
22922026-05-22T15:41:50.442Z Checking futures-sink v0.3.32
22932026-05-22T15:41:50.500Z Checking icu_locale_core v2.1.1
22942026-05-22T15:41:50.524Z Checking icu_collections v2.1.1
22952026-05-22T15:41:50.543Z Checking futures-channel v0.3.32
22962026-05-22T15:41:50.577Z Checking futures-io v0.3.32
22972026-05-22T15:41:50.661Z Checking cpufeatures v0.2.17
22982026-05-22T15:41:50.664Z Checking serde v1.0.228
22992026-05-22T15:41:50.689Z Checking bitflags v2.11.0
23002026-05-22T15:41:50.730Z Checking serde_json v1.0.149
23012026-05-22T15:41:50.744Z Checking slab v0.4.12
23022026-05-22T15:41:50.836Z Checking futures-task v0.3.32
23032026-05-22T15:41:50.852Z Checking hmac v0.12.1
23042026-05-22T15:41:50.878Z Checking num-traits v0.2.19
23052026-05-22T15:41:50.900Z Checking icu_properties_data v2.1.2
23062026-05-22T15:41:50.976Z Checking futures-util v0.3.32
23072026-05-22T15:41:50.989Z Checking icu_normalizer_data v2.1.1
23082026-05-22T15:41:51.029Z Checking rand_core v0.10.0
23092026-05-22T15:41:51.056Z Checking icu_provider v2.1.1
23102026-05-22T15:41:51.069Z Checking hashbrown v0.17.0
23112026-05-22T15:41:51.081Z Checking bytes v1.11.1
23122026-05-22T15:41:51.168Z Checking getrandom v0.4.1
23132026-05-22T15:41:51.287Z Checking icu_properties v2.1.2
23142026-05-22T15:41:51.318Z Checking icu_normalizer v2.1.1
23152026-05-22T15:41:51.417Z Checking block-padding v0.3.3
23162026-05-22T15:41:51.432Z Checking utf8_iter v1.0.4
23172026-05-22T15:41:51.525Z Checking tokio v1.52.1
23182026-05-22T15:41:51.535Z Checking indexmap v2.14.0
23192026-05-22T15:41:51.551Z Checking inout v0.1.4
23202026-05-22T15:41:51.566Z Checking sha2 v0.10.9
23212026-05-22T15:41:51.632Z Checking form_urlencoded v1.2.2
23222026-05-22T15:41:51.693Z Checking cipher v0.4.4
23232026-05-22T15:41:51.764Z Checking getrandom v0.3.4
23242026-05-22T15:41:51.846Z Checking byteorder v1.5.0
23252026-05-22T15:41:51.911Z Checking fnv v1.0.7
23262026-05-22T15:41:51.915Z Checking base64ct v1.8.3
23272026-05-22T15:41:52.013Z Checking flagset v0.4.7
23282026-05-22T15:41:52.057Z Checking rand_core v0.9.5
23292026-05-22T15:41:52.108Z Checking http v1.4.0
23302026-05-22T15:41:52.144Z Checking regex-syntax v0.8.10
23312026-05-22T15:41:52.158Z Checking idna_adapter v1.2.1
23322026-05-22T15:41:52.171Z Checking pem-rfc7468 v0.7.0
23332026-05-22T15:41:52.250Z Checking salsa20 v0.10.2
23342026-05-22T15:41:52.286Z Checking idna v1.1.0
23352026-05-22T15:41:52.341Z Checking der v0.7.10
23362026-05-22T15:41:52.396Z Checking uuid v1.23.0
23372026-05-22T15:41:52.553Z Checking url v2.5.8
23382026-05-22T15:41:52.726Z Checking pbkdf2 v0.12.2
23392026-05-22T15:41:52.741Z Checking rustix v1.1.3
23402026-05-22T15:41:52.844Z Checking tracing-core v0.1.36
23412026-05-22T15:41:52.887Z Checking ppv-lite86 v0.2.21
23422026-05-22T15:41:53.014Z Checking rustls-pki-types v1.14.0
23432026-05-22T15:41:53.038Z Checking base64 v0.22.1
23442026-05-22T15:41:53.148Z Checking spki v0.7.3
23452026-05-22T15:41:53.173Z Checking iana-time-zone v0.1.65
23462026-05-22T15:41:53.192Z Checking rand_chacha v0.9.0
23472026-05-22T15:41:53.283Z Checking chrono v0.4.44
23482026-05-22T15:41:53.298Z Checking tracing v0.1.44
23492026-05-22T15:41:53.313Z Checking scrypt v0.11.0
23502026-05-22T15:41:53.327Z Checking http-body v1.0.1
23512026-05-22T15:41:53.399Z Checking cbc v0.1.2
23522026-05-22T15:41:53.457Z Checking aes v0.8.4
23532026-05-22T15:41:53.472Z Checking aws-lc-sys v0.40.0
23542026-05-22T15:41:53.504Z Checking untrusted v0.9.0
23552026-05-22T15:41:53.533Z Checking tinyvec_macros v0.1.1
23562026-05-22T15:41:53.582Z Checking openssl-probe v0.2.1
23572026-05-22T15:41:53.600Z Checking untrusted v0.7.1
23582026-05-22T15:41:53.616Z Checking ring v0.17.14
23592026-05-22T15:41:53.632Z Checking tinyvec v1.10.0
23602026-05-22T15:41:53.688Z Checking rand v0.9.2
23612026-05-22T15:41:53.714Z Checking tower-service v0.3.3
23622026-05-22T15:41:53.808Z Checking try-lock v0.2.5
23632026-05-22T15:41:53.860Z Checking pkcs5 v0.7.1
23642026-05-22T15:41:53.908Z Checking atomic-waker v1.1.2
23652026-05-22T15:41:53.944Z Checking tower-layer v0.3.3
23662026-05-22T15:41:54.007Z Checking aws-lc-rs v1.16.3
23672026-05-22T15:41:54.010Z Checking want v0.3.1
23682026-05-22T15:41:54.097Z Checking ipnet v2.11.0
23692026-05-22T15:41:54.116Z Checking pkcs8 v0.10.2
23702026-05-22T15:41:54.141Z Checking httparse v1.10.1
23712026-05-22T15:41:54.170Z Checking aho-corasick v1.1.4
23722026-05-22T15:41:54.185Z Checking plain v0.2.3
23732026-05-22T15:41:54.291Z Checking fastrand v2.3.0
23742026-05-22T15:41:54.305Z Checking httpdate v1.0.3
23752026-05-22T15:41:54.347Z Checking foreign-types-shared v0.1.1
23762026-05-22T15:41:54.360Z Checking dyn-clone v1.0.20
23772026-05-22T15:41:54.432Z Checking pin-utils v0.1.0
23782026-05-22T15:41:54.449Z Checking foreign-types v0.3.2
23792026-05-22T15:41:54.465Z Checking unicode-normalization v0.1.25
23802026-05-22T15:41:54.478Z Checking tempfile v3.25.0
23812026-05-22T15:41:54.503Z Checking semver v1.0.28
23822026-05-22T15:41:54.516Z Checking openssl-sys v0.9.115
23832026-05-22T15:41:54.642Z Checking spin v0.9.8
23842026-05-22T15:41:54.673Z Checking ucd-trie v0.1.7
23852026-05-22T15:41:54.714Z Checking unicode-ident v1.0.24
23862026-05-22T15:41:54.815Z Checking pest v2.8.6
23872026-05-22T15:41:54.829Z Checking proc-macro2 v1.0.106
23882026-05-22T15:41:54.841Z Checking schemars v0.8.22
23892026-05-22T15:41:54.862Z Checking regex-automata v0.4.14
23902026-05-22T15:41:54.880Z Checking rustls-webpki v0.103.9
23912026-05-22T15:41:54.893Z Checking rustls-native-certs v0.8.3
23922026-05-22T15:41:54.910Z Checking openssl v0.10.79
23932026-05-22T15:41:54.946Z Checking tokio-util v0.7.18
23942026-05-22T15:41:55.017Z Checking thiserror v2.0.18
23952026-05-22T15:41:55.121Z Checking sync_wrapper v1.0.2
23962026-05-22T15:41:55.139Z Checking wait-timeout v0.2.1
23972026-05-22T15:41:55.226Z Checking pretty-hex v0.4.1
23982026-05-22T15:41:55.261Z Checking powerfmt v0.2.0
23992026-05-22T15:41:55.310Z Checking rustls v0.23.37
24002026-05-22T15:41:55.343Z Checking siphasher v1.0.2
24012026-05-22T15:41:55.415Z Checking anstyle v1.0.13
24022026-05-22T15:41:55.494Z Checking quick-error v1.2.3
24032026-05-22T15:41:55.507Z Checking utf8parse v0.2.2
24042026-05-22T15:41:55.569Z Checking h2 v0.4.13
24052026-05-22T15:41:55.597Z Checking bit-vec v0.8.0
24062026-05-22T15:41:55.601Z Checking simd-adler32 v0.3.8
24072026-05-22T15:41:55.624Z Checking anstyle-parse v0.2.7
24082026-05-22T15:41:55.777Z Checking rusty-fork v0.3.1
24092026-05-22T15:41:55.781Z Checking deranged v0.5.8
24102026-05-22T15:41:55.802Z Checking bit-set v0.8.0
24112026-05-22T15:41:55.923Z Checking tower v0.5.3
24122026-05-22T15:41:55.945Z Checking quote v1.0.45
24132026-05-22T15:41:55.961Z Compiling newtype-uuid v1.3.2
24142026-05-22T15:41:56.120Z Checking http-body-util v0.1.3
24152026-05-22T15:41:56.141Z Checking webpki-roots v1.0.6
24162026-05-22T15:41:56.261Z Checking crossbeam-utils v0.8.21
24172026-05-22T15:41:56.308Z Checking rand_xorshift v0.4.0
24182026-05-22T15:41:56.341Z Checking crc32fast v1.5.0
24192026-05-22T15:41:56.429Z Checking scroll v0.13.0
24202026-05-22T15:41:56.482Z Checking signature v2.2.0
24212026-05-22T15:41:56.603Z Checking iri-string v0.7.10
24222026-05-22T15:41:56.618Z Checking ryu v1.0.23
24232026-05-22T15:41:56.658Z Checking allocator-api2 v0.2.21
24242026-05-22T15:41:56.735Z Checking time-core v0.1.8
24252026-05-22T15:41:56.752Z Checking unarray v0.1.4
24262026-05-22T15:41:56.756Z Checking anstyle-query v1.1.5
24272026-05-22T15:41:56.860Z Checking colorchoice v1.0.4
24282026-05-22T15:41:56.875Z Checking adler2 v2.0.1
24292026-05-22T15:41:56.897Z Checking unicode-properties v0.1.4
24302026-05-22T15:41:56.947Z Checking unicode-bidi v0.3.18
24312026-05-22T15:41:56.962Z Checking num_threads v0.1.7
24322026-05-22T15:41:56.979Z Checking num-conv v0.2.0
24332026-05-22T15:41:57.023Z Checking native-tls v0.2.18
24342026-05-22T15:41:57.051Z Checking is_terminal_polyfill v1.70.2
24352026-05-22T15:41:57.075Z Checking miniz_oxide v0.8.9
24362026-05-22T15:41:57.095Z Checking time v0.3.47
24372026-05-22T15:41:57.134Z Checking anstream v0.6.21
24382026-05-22T15:41:57.199Z Checking tokio-native-tls v0.3.1
24392026-05-22T15:41:57.250Z Checking stringprep v0.1.5
24402026-05-22T15:41:57.361Z Checking proptest v1.10.0
24412026-05-22T15:41:57.375Z Checking bstr v1.12.1
24422026-05-22T15:41:57.410Z Checking serde_urlencoded v0.7.1
24432026-05-22T15:41:57.461Z Checking goblin v0.10.5
24442026-05-22T15:41:57.621Z Checking crossbeam-epoch v0.9.18
24452026-05-22T15:41:57.690Z Checking tower-http v0.6.8
24462026-05-22T15:41:57.778Z Checking tokio-rustls v0.26.4
24472026-05-22T15:41:57.793Z Checking syn v2.0.117
24482026-05-22T15:41:57.847Z Compiling daft v0.1.7
24492026-05-22T15:41:57.975Z Checking ipnetwork v0.21.1
24502026-05-22T15:41:58.010Z Checking rand_chacha v0.3.1
24512026-05-22T15:41:58.125Z Checking scroll v0.12.0
24522026-05-22T15:41:58.192Z Checking thiserror v1.0.69
24532026-05-22T15:41:58.225Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-22T15:41:58.280Z Checking hash32 v0.2.1
24552026-05-22T15:41:58.292Z Checking num-integer v0.1.46
24562026-05-22T15:41:58.333Z Checking serde_spanned v0.6.9
24572026-05-22T15:41:58.346Z Checking hyper v1.8.1
24582026-05-22T15:41:58.359Z Checking toml_datetime v0.6.11
24592026-05-22T15:41:58.438Z Checking md-5 v0.10.6
24602026-05-22T15:41:58.457Z Checking ff v0.13.1
24612026-05-22T15:41:58.514Z Checking fallible-iterator v0.2.0
24622026-05-22T15:41:58.539Z Checking psl-types v2.0.11
24632026-05-22T15:41:58.575Z Checking zlib-rs v0.6.2
24642026-05-22T15:41:58.588Z Checking base16ct v0.2.0
24652026-05-22T15:41:58.656Z Checking publicsuffix v2.3.0
24662026-05-22T15:41:58.710Z Checking sec1 v0.7.3
24672026-05-22T15:41:58.787Z Checking postgres-protocol v0.6.10
24682026-05-22T15:41:58.817Z Checking group v0.13.0
24692026-05-22T15:41:58.922Z Checking num-iter v0.1.45
24702026-05-22T15:41:58.968Z Checking heapless v0.7.17
24712026-05-22T15:41:59.038Z Checking goblin v0.8.2
24722026-05-22T15:41:59.103Z Checking zstd-safe v7.2.4
24732026-05-22T15:41:59.268Z Checking hyper-util v0.1.20
24742026-05-22T15:41:59.282Z Checking cookie v0.18.1
24752026-05-22T15:41:59.352Z Checking rand v0.8.6
24762026-05-22T15:41:59.383Z Checking oxnet v0.1.4
24772026-05-22T15:41:59.475Z Checking flate2 v1.1.9
24782026-05-22T15:41:59.515Z Compiling iddqd v0.4.1
24792026-05-22T15:41:59.629Z Checking dtrace-parser v0.3.0
24802026-05-22T15:41:59.784Z Checking phf_shared v0.13.1
24812026-05-22T15:41:59.861Z Checking dof v0.4.0
24822026-05-22T15:41:59.879Z Checking lazy_static v1.5.0
24832026-05-22T15:41:59.892Z Checking pin-project v1.1.11
24842026-05-22T15:41:59.972Z Checking zerocopy v0.7.35
24852026-05-22T15:41:59.989Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-22T15:41:59.993Z Checking signal-hook v0.3.18
24872026-05-22T15:42:00.075Z Checking terminal_size v0.4.3
24882026-05-22T15:42:00.145Z Checking futures-executor v0.3.32
24892026-05-22T15:42:00.193Z Checking hex v0.4.3
24902026-05-22T15:42:00.193Z Checking hkdf v0.12.4
24912026-05-22T15:42:00.301Z Checking crypto-bigint v0.5.5
24922026-05-22T15:42:00.345Z Checking thread-id v5.1.0
24932026-05-22T15:42:00.428Z Checking encoding_rs v0.8.35
24942026-05-22T15:42:00.431Z Checking bitflags v1.3.2
24952026-05-22T15:42:00.489Z Checking managed v0.8.0
24962026-05-22T15:42:00.517Z Checking winnow v0.7.14
24972026-05-22T15:42:00.531Z Compiling rayon-core v1.13.0
24982026-05-22T15:42:00.602Z Checking hyper-rustls v0.27.7
24992026-05-22T15:42:00.686Z Checking hyper-tls v0.6.0
25002026-05-22T15:42:00.720Z Checking foldhash v0.1.5
25012026-05-22T15:42:00.791Z Checking mime v0.3.17
25022026-05-22T15:42:00.828Z Checking winnow v0.5.40
25032026-05-22T15:42:00.859Z Checking strsim v0.11.1
25042026-05-22T15:42:00.873Z Checking clap_lex v1.0.0
25052026-05-22T15:42:00.980Z Checking foldhash v0.2.0
25062026-05-22T15:42:01.031Z Checking same-file v1.0.6
25072026-05-22T15:42:01.034Z Checking either v1.15.0
25082026-05-22T15:42:01.064Z Checking libbz2-rs-sys v0.2.2
25092026-05-22T15:42:01.139Z Checking bumpalo v3.20.2
25102026-05-22T15:42:01.164Z Checking walkdir v2.5.0
25112026-05-22T15:42:01.226Z Checking hashbrown v0.16.1
25122026-05-22T15:42:01.270Z Checking elliptic-curve v0.13.8
25132026-05-22T15:42:01.332Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25142026-05-22T15:42:01.370Z Checking zopfli v0.8.3
25152026-05-22T15:42:01.458Z Checking reqwest v0.12.28
25162026-05-22T15:42:01.476Z Checking bzip2 v0.6.1
25172026-05-22T15:42:01.540Z Checking dof v0.3.0
25182026-05-22T15:42:01.598Z Checking clap_builder v4.5.60
25192026-05-22T15:42:01.646Z Checking hashbrown v0.15.5
25202026-05-22T15:42:01.742Z Checking smoltcp v0.9.1
25212026-05-22T15:42:01.757Z Checking usdt-impl v0.6.0
25222026-05-22T15:42:01.789Z Checking futures v0.3.32
25232026-05-22T15:42:01.844Z Checking signal-hook-mio v0.2.5
25242026-05-22T15:42:01.877Z Checking bzip2 v0.4.4
25252026-05-22T15:42:01.952Z Checking snafu v0.8.9
25262026-05-22T15:42:02.048Z Checking phf v0.13.1
25272026-05-22T15:42:02.051Z Checking toml_edit v0.19.15
25282026-05-22T15:42:02.051Z Checking num-bigint-dig v0.8.6
25292026-05-22T15:42:02.201Z Checking cookie_store v0.22.1
25302026-05-22T15:42:02.201Z Checking zstd v0.13.3
25312026-05-22T15:42:02.359Z Checking postgres-types v0.2.12
25322026-05-22T15:42:02.386Z Checking dtrace-parser v0.2.0
25332026-05-22T15:42:02.402Z Checking crossbeam-deque v0.8.6
25342026-05-22T15:42:02.428Z Checking globset v0.4.18
25352026-05-22T15:42:02.560Z Checking rustls-platform-verifier v0.6.2
25362026-05-22T15:42:02.589Z Checking regex v1.12.3
25372026-05-22T15:42:02.631Z Checking ed25519 v2.2.3
25382026-05-22T15:42:02.686Z Checking phf_shared v0.11.3
25392026-05-22T15:42:02.699Z Checking olpc-cjson v0.1.4
25402026-05-22T15:42:02.712Z Checking ref-cast v1.0.25
25412026-05-22T15:42:02.816Z Checking curve25519-dalek v4.1.3
25422026-05-22T15:42:02.829Z Checking strum v0.27.2
25432026-05-22T15:42:02.842Z Checking hubpack v0.1.2
25442026-05-22T15:42:02.854Z Checking memoffset v0.9.1
25452026-05-22T15:42:02.886Z Checking rustix v0.38.44
25462026-05-22T15:42:02.933Z Checking pkcs1 v0.7.5
25472026-05-22T15:42:02.949Z Checking pem v3.0.6
25482026-05-22T15:42:02.952Z Checking float-cmp v0.10.0
25492026-05-22T15:42:02.952Z Checking serde_plain v1.0.2
25502026-05-22T15:42:03.010Z Checking erased-serde v0.3.31
25512026-05-22T15:42:03.081Z Checking serde-big-array v0.5.1
25522026-05-22T15:42:03.122Z Checking rfc6979 v0.4.0
25532026-05-22T15:42:03.122Z Checking memmap2 v0.9.10
25542026-05-22T15:42:03.153Z Checking thread-id v4.2.2
25552026-05-22T15:42:03.167Z Checking env_filter v1.0.0
25562026-05-22T15:42:03.219Z Checking fixedbitset v0.4.2
25572026-05-22T15:42:03.234Z Checking data-encoding v2.10.0
25582026-05-22T15:42:03.246Z Checking unicode-segmentation v1.12.0
25592026-05-22T15:42:03.296Z Checking predicates-core v1.0.10
25602026-05-22T15:42:03.315Z Checking whoami v2.1.0
25612026-05-22T15:42:03.373Z Checking fixedbitset v0.5.7
25622026-05-22T15:42:03.409Z Checking precomputed-hash v0.1.1
25632026-05-22T15:42:03.422Z Checking typed-path v0.9.3
25642026-05-22T15:42:03.496Z Checking jiff v0.2.21
25652026-05-22T15:42:03.510Z Checking toml_write v0.1.2
25662026-05-22T15:42:03.523Z Checking static_assertions v1.1.0
25672026-05-22T15:42:03.569Z Checking normalize-line-endings v0.3.0
25682026-05-22T15:42:03.582Z Checking difflib v0.4.0
25692026-05-22T15:42:03.595Z Checking new_debug_unreachable v1.0.6
25702026-05-22T15:42:03.617Z Checking keccak v0.1.6
25712026-05-22T15:42:03.659Z Checking ed25519-dalek v2.2.0
25722026-05-22T15:42:03.672Z Checking string_cache v0.8.9
25732026-05-22T15:42:03.686Z Checking toml_edit v0.22.27
25742026-05-22T15:42:03.730Z Checking crossterm v0.28.1
25752026-05-22T15:42:03.766Z Checking predicates v3.1.4
25762026-05-22T15:42:03.785Z Checking sha3 v0.10.8
25772026-05-22T15:42:03.839Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25782026-05-22T15:42:03.892Z Checking petgraph v0.8.3
25792026-05-22T15:42:03.996Z Checking similar v2.7.0
25802026-05-22T15:42:04.068Z Checking tokio-postgres v0.7.16
25812026-05-22T15:42:04.226Z Checking tough v0.22.0
25822026-05-22T15:42:04.391Z Checking hickory-proto v0.25.2
25832026-05-22T15:42:04.463Z Checking slog v2.8.2
25842026-05-22T15:42:04.747Z Checking petgraph v0.6.5
25852026-05-22T15:42:04.806Z Checking env_logger v0.11.9
25862026-05-22T15:42:05.006Z Checking usdt v0.6.0
25872026-05-22T15:42:05.182Z Checking ecdsa v0.16.9
25882026-05-22T15:42:05.370Z Checking usdt-impl v0.5.0
25892026-05-22T15:42:05.531Z Checking toml v0.7.8
25902026-05-22T15:42:05.531Z Checking rsa v0.9.10
25912026-05-22T15:42:05.664Z Checking clap v4.5.60
25922026-05-22T15:42:05.751Z Checking nix v0.31.2
25932026-05-22T15:42:05.842Z Checking zip v4.6.1
25942026-05-22T15:42:06.036Z Checking reqwest v0.13.2
25952026-05-22T15:42:06.230Z Checking zip v0.6.6
25962026-05-22T15:42:06.330Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-22T15:42:06.415Z Checking itertools v0.13.0
25982026-05-22T15:42:06.437Z Checking serde_with v3.17.0
25992026-05-22T15:42:06.557Z Checking strum v0.26.3
26002026-05-22T15:42:06.659Z Checking fs-err v3.3.0
26012026-05-22T15:42:06.677Z Checking ahash v0.8.12
26022026-05-22T15:42:06.781Z Checking object v0.37.3
26032026-05-22T15:42:06.807Z Checking tokio-stream v0.1.18
26042026-05-22T15:42:06.876Z Checking buf-list v1.1.2
26052026-05-22T15:42:06.902Z Checking anyhow v1.0.102
26062026-05-22T15:42:06.960Z Checking camino v1.2.2
26072026-05-22T15:42:07.059Z Checking x509-cert v0.2.5
26082026-05-22T15:42:07.105Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-22T15:42:07.202Z Checking openapiv3 v2.2.0
26102026-05-22T15:42:07.215Z Checking sha1 v0.10.6
26112026-05-22T15:42:07.341Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-22T15:42:07.383Z Checking lalrpop-util v0.19.12
26132026-05-22T15:42:07.386Z Checking peg-runtime v0.8.5
26142026-05-22T15:42:07.489Z Checking rayon v1.11.0
26152026-05-22T15:42:07.537Z Checking sigpipe v0.1.3
26162026-05-22T15:42:07.540Z Checking glob v0.3.3
26172026-05-22T15:42:09.061Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-22T15:42:09.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.91s
26192026-05-22T15:42:09.518Z
26202026-05-22T15:42:09.518Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26212026-05-22T15:42:10.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-22T15:42:10.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-22T15:42:10.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-22T15:42:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26252026-05-22T15:42:10.139Z
26262026-05-22T15:42:10.139Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26272026-05-22T15:42:10.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-22T15:42:10.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-22T15:42:10.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-22T15:42:10.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26312026-05-22T15:42:10.763Z
26322026-05-22T15:42:10.763Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26332026-05-22T15:42:11.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-22T15:42:11.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-22T15:42:11.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-22T15:42:11.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26372026-05-22T15:42:11.402Z
26382026-05-22T15:42:11.402Zinfo: running `cargo check --bins` on oxql-types (80/295)
26392026-05-22T15:42:11.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-22T15:42:11.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-22T15:42:11.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-22T15:42:11.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26432026-05-22T15:42:12.032Z
26442026-05-22T15:42:12.032Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26452026-05-22T15:42:12.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-22T15:42:12.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-22T15:42:12.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-22T15:42:12.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26492026-05-22T15:42:12.648Z
26502026-05-22T15:42:12.648Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26512026-05-22T15:42:13.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-22T15:42:13.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-22T15:42:13.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-22T15:42:13.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26552026-05-22T15:42:13.273Z
26562026-05-22T15:42:13.273Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26572026-05-22T15:42:13.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-22T15:42:13.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-22T15:42:13.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-22T15:42:13.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26612026-05-22T15:42:13.878Z
26622026-05-22T15:42:13.878Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26632026-05-22T15:42:14.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-22T15:42:14.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-22T15:42:14.593Z Compiling structmeta-derive v0.3.0
26662026-05-22T15:42:14.716Z Compiling rustls v0.22.4
26672026-05-22T15:42:14.723Z Compiling multer v3.1.0
26682026-05-22T15:42:14.735Z Compiling async-stream-impl v0.3.6
26692026-05-22T15:42:14.736Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-05-22T15:42:14.753Z Compiling dropshot v0.17.0
26712026-05-22T15:42:14.769Z Compiling newtype-uuid-macros v0.1.0
26722026-05-22T15:42:14.769Z Compiling dropshot_endpoint v0.17.0
26732026-05-22T15:42:14.893Z Checking newtype-uuid v1.3.2
26742026-05-22T15:42:14.980Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-22T15:42:15.020Z Checking rustls-webpki v0.102.8
26762026-05-22T15:42:15.096Z Checking daft v0.1.7
26772026-05-22T15:42:15.123Z Checking thread_local v1.1.9
26782026-05-22T15:42:15.298Z Checking compression-core v0.4.31
26792026-05-22T15:42:15.324Z Checking match_cfg v0.1.0
26802026-05-22T15:42:15.345Z Checking iddqd v0.4.1
26812026-05-22T15:42:15.394Z Checking hostname v0.3.1
26822026-05-22T15:42:15.427Z Checking compression-codecs v0.4.37
26832026-05-22T15:42:15.443Z Checking crossbeam-channel v0.5.15
26842026-05-22T15:42:15.492Z Checking slog-json v2.6.1
26852026-05-22T15:42:15.536Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-22T15:42:15.593Z Checking serde_spanned v1.0.4
26872026-05-22T15:42:15.648Z Checking is-terminal v0.4.17
26882026-05-22T15:42:15.728Z Checking debug-ignore v1.0.5
26892026-05-22T15:42:15.744Z Checking term v1.2.1
26902026-05-22T15:42:15.745Z Checking take_mut v0.2.2
26912026-05-22T15:42:15.786Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-22T15:42:15.800Z Compiling structmeta v0.3.0
26932026-05-22T15:42:15.828Z Checking slog-bunyan v2.5.0
26942026-05-22T15:42:15.858Z Checking slog-async v2.8.0
26952026-05-22T15:42:15.941Z Checking async-compression v0.4.41
26962026-05-22T15:42:15.961Z Checking slog-term v2.9.2
26972026-05-22T15:42:15.976Z Checking toml v1.0.6+spec-1.1.0
26982026-05-22T15:42:16.013Z Compiling derive-ex v0.1.8
26992026-05-22T15:42:16.035Z Compiling parse-display-derive v0.10.0
27002026-05-22T15:42:16.193Z Checking async-stream v0.3.6
27012026-05-22T15:42:16.224Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-22T15:42:16.292Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-22T15:42:16.325Z Checking progenitor-client v0.14.0
27042026-05-22T15:42:16.339Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-05-22T15:42:16.482Z Checking waitgroup v0.1.2
27062026-05-22T15:42:16.566Z Checking backon v1.6.0
27072026-05-22T15:42:16.581Z Checking rustls-pemfile v2.2.0
27082026-05-22T15:42:16.595Z Checking serde_path_to_error v0.1.20
27092026-05-22T15:42:16.621Z Checking hostname v0.4.2
27102026-05-22T15:42:16.720Z Checking instant v0.1.13
27112026-05-22T15:42:16.820Z Checking backoff v0.4.0
27122026-05-22T15:42:16.906Z Checking progenitor-extras v0.2.0
27132026-05-22T15:42:16.922Z Checking tokio-rustls v0.25.0
27142026-05-22T15:42:16.939Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-05-22T15:42:17.144Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-05-22T15:42:17.144Z Checking itertools v0.14.0
27172026-05-22T15:42:17.170Z Checking progenitor-client v0.10.0
27182026-05-22T15:42:17.414Z Checking regress v0.10.5
27192026-05-22T15:42:17.429Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-22T15:42:17.771Z Compiling test-strategy v0.4.5
27212026-05-22T15:42:17.786Z Checking macaddr v1.0.1
27222026-05-22T15:42:17.803Z Checking parse-display v0.10.0
27232026-05-22T15:42:17.975Z Checking humantime v2.3.0
27242026-05-22T15:42:19.179Z Compiling prettyplease v0.2.37
27252026-05-22T15:42:19.288Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-05-22T15:42:19.528Z Checking num-rational v0.4.2
27272026-05-22T15:42:19.671Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-05-22T15:42:20.112Z Checking num-complex v0.4.6
27292026-05-22T15:42:20.716Z Checking num v0.4.3
27302026-05-22T15:42:20.765Z Compiling usdt-attr-macro v0.5.0
27312026-05-22T15:42:20.855Z Compiling usdt-macro v0.5.0
27322026-05-22T15:42:20.877Z Checking memmap v0.7.0
27332026-05-22T15:42:20.890Z Checking float-ord v0.3.2
27342026-05-22T15:42:20.991Z Checking unicode-width v0.2.0
27352026-05-22T15:42:21.006Z Compiling convert_case v0.4.0
27362026-05-22T15:42:21.259Z Checking console v0.15.11
27372026-05-22T15:42:21.400Z Compiling derive_more v0.99.20
27382026-05-22T15:42:21.552Z Checking newline-converter v0.3.0
27392026-05-22T15:42:21.592Z Checking atomicwrites v0.4.4
27402026-05-22T15:42:21.626Z Checking usdt v0.5.0
27412026-05-22T15:42:21.669Z Compiling toml v0.8.23
27422026-05-22T15:42:21.728Z Compiling minimal-lexical v0.2.1
27432026-05-22T15:42:21.789Z Checking linked-hash-map v0.5.6
27442026-05-22T15:42:21.971Z Checking lru-cache v0.1.2
27452026-05-22T15:42:21.997Z Compiling nom v7.1.3
27462026-05-22T15:42:22.106Z Checking expectorate v1.2.0
27472026-05-22T15:42:22.725Z Checking camino-tempfile v1.4.1
27482026-05-22T15:42:22.843Z Checking hickory-proto v0.24.4
27492026-05-22T15:42:22.905Z Checking phf_shared v0.12.1
27502026-05-22T15:42:23.060Z Compiling slog-dtrace v0.3.0
27512026-05-22T15:42:23.157Z Checking heck v0.5.0
27522026-05-22T15:42:23.264Z Compiling chrono-tz v0.10.4
27532026-05-22T15:42:23.295Z Checking resolv-conf v0.7.6
27542026-05-22T15:42:23.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-22T15:42:23.487Z Compiling const_format_proc_macros v0.2.34
27562026-05-22T15:42:23.523Z Checking phf v0.12.1
27572026-05-22T15:42:23.540Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-05-22T15:42:23.671Z Checking tokio-dtrace v0.1.1
27592026-05-22T15:42:23.866Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-05-22T15:42:23.928Z Compiling derive-where v1.6.0
27612026-05-22T15:42:24.121Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-05-22T15:42:24.410Z Checking highway v1.3.0
27632026-05-22T15:42:24.643Z Checking const_format v0.2.35
27642026-05-22T15:42:24.729Z Checking hickory-resolver v0.24.4
27652026-05-22T15:42:24.877Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-05-22T15:42:25.035Z Checking oxide-tokio-rt v0.1.4
27672026-05-22T15:42:25.104Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-05-22T15:42:25.369Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-05-22T15:42:25.372Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27702026-05-22T15:42:25.399Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-22T15:42:25.470Z Checking qorb v0.4.1
27722026-05-22T15:42:25.482Z Checking gethostname v0.5.0
27732026-05-22T15:42:25.568Z Checking bcs v0.1.6
27742026-05-22T15:42:25.583Z Checking termtree v0.5.1
27752026-05-22T15:42:28.959Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-05-22T15:42:31.800Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-05-22T15:42:34.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s
27782026-05-22T15:42:34.205Z
27792026-05-22T15:42:34.205Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27802026-05-22T15:42:34.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-05-22T15:42:34.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-05-22T15:42:34.945Z Compiling ar_archive_writer v0.5.1
27832026-05-22T15:42:35.064Z Compiling stacker v0.1.23
27842026-05-22T15:42:35.068Z Compiling cfg_aliases v0.1.1
27852026-05-22T15:42:35.075Z Compiling convert_case v0.10.0
27862026-05-22T15:42:35.078Z Checking unicode-width v0.1.14
27872026-05-22T15:42:35.087Z Compiling proc-macro-error v1.0.4
27882026-05-22T15:42:35.097Z Checking fd-lock v4.0.4
27892026-05-22T15:42:35.097Z Checking nibble_vec v0.1.0
27902026-05-22T15:42:35.129Z Compiling nix v0.28.0
27912026-05-22T15:42:35.219Z Checking vte v0.14.1
27922026-05-22T15:42:35.238Z Compiling recursive-proc-macro-impl v0.1.1
27932026-05-22T15:42:35.339Z Checking endian-type v0.1.2
27942026-05-22T15:42:35.357Z Checking bytecount v0.6.9
27952026-05-22T15:42:35.391Z Compiling derive_more-impl v2.1.1
27962026-05-22T15:42:35.406Z Compiling tabled_derive v0.7.0
27972026-05-22T15:42:35.418Z Checking strip-ansi-escapes v0.2.1
27982026-05-22T15:42:35.462Z Checking papergrid v0.11.0
27992026-05-22T15:42:35.476Z Checking radix_trie v0.2.1
28002026-05-22T15:42:35.526Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-05-22T15:42:35.692Z Compiling peg-macros v0.8.5
28022026-05-22T15:42:35.692Z Checking winnow v0.6.26
28032026-05-22T15:42:35.947Z Compiling psm v0.1.30
28042026-05-22T15:42:36.014Z Compiling sqlparser_derive v0.5.0
28052026-05-22T15:42:36.119Z Checking unicode_categories v0.1.1
28062026-05-22T15:42:36.235Z Checking derive_more v2.1.1
28072026-05-22T15:42:36.281Z Checking home v0.5.12
28082026-05-22T15:42:36.321Z Checking nu-ansi-term v0.50.3
28092026-05-22T15:42:36.391Z Checking crossterm v0.29.0
28102026-05-22T15:42:36.404Z Checking tabled v0.15.0
28112026-05-22T15:42:36.492Z Checking rustyline v14.0.0
28122026-05-22T15:42:36.538Z Checking reedline v0.40.0
28132026-05-22T15:42:36.753Z Checking recursive v0.1.1
28142026-05-22T15:42:36.818Z Checking display-error-chain v0.2.2
28152026-05-22T15:42:36.851Z Checking sqlparser v0.61.0
28162026-05-22T15:42:36.879Z Checking sqlformat v0.3.5
28172026-05-22T15:42:37.097Z Checking peg v0.8.5
28182026-05-22T15:42:48.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
28192026-05-22T15:42:48.597Z
28202026-05-22T15:42:48.597Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28212026-05-22T15:42:49.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-22T15:42:49.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-22T15:42:49.300Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-22T15:42:52.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
28252026-05-22T15:42:53.032Z
28262026-05-22T15:42:53.032Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28272026-05-22T15:42:53.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-22T15:42:53.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-22T15:42:53.737Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-22T15:42:56.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28312026-05-22T15:42:56.430Z
28322026-05-22T15:42:56.430Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28332026-05-22T15:42:56.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-22T15:42:56.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-22T15:42:57.120Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-22T15:43:00.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28372026-05-22T15:43:00.616Z
28382026-05-22T15:43:00.616Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28392026-05-22T15:43:01.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-22T15:43:01.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-22T15:43:01.318Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-22T15:43:04.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28432026-05-22T15:43:04.840Z
28442026-05-22T15:43:04.840Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28452026-05-22T15:43:05.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-22T15:43:05.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-22T15:43:05.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-22T15:43:08.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28492026-05-22T15:43:08.390Z
28502026-05-22T15:43:08.390Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28512026-05-22T15:43:08.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-22T15:43:08.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-22T15:43:09.094Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-22T15:43:11.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
28552026-05-22T15:43:11.974Z
28562026-05-22T15:43:11.974Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28572026-05-22T15:43:12.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-22T15:43:12.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-22T15:43:12.690Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-22T15:43:16.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
28612026-05-22T15:43:16.430Z
28622026-05-22T15:43:16.430Zinfo: running `cargo check --bins` on oximeter (93/295)
28632026-05-22T15:43:16.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-22T15:43:16.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-22T15:43:16.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-22T15:43:16.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28672026-05-22T15:43:17.066Z
28682026-05-22T15:43:17.066Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28692026-05-22T15:43:17.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-22T15:43:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-22T15:43:17.734Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-05-22T15:43:17.903Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-05-22T15:43:17.906Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-05-22T15:43:18.253Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-05-22T15:43:21.255Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-05-22T15:43:22.536Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-05-22T15:43:22.753Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-05-22T15:43:23.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
28792026-05-22T15:43:23.640Z
28802026-05-22T15:43:23.640Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28812026-05-22T15:43:24.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-22T15:43:24.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-22T15:43:24.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-22T15:43:24.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28852026-05-22T15:43:24.262Z
28862026-05-22T15:43:24.262Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28872026-05-22T15:43:24.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-22T15:43:24.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-22T15:43:24.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-22T15:43:24.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28912026-05-22T15:43:24.930Z
28922026-05-22T15:43:24.930Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28932026-05-22T15:43:25.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-22T15:43:25.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-22T15:43:25.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-22T15:43:25.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28972026-05-22T15:43:25.567Z
28982026-05-22T15:43:25.567Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28992026-05-22T15:43:26.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-22T15:43:26.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-22T15:43:26.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-22T15:43:26.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29032026-05-22T15:43:26.197Z
29042026-05-22T15:43:26.197Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29052026-05-22T15:43:26.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-22T15:43:26.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-22T15:43:26.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-22T15:43:26.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29092026-05-22T15:43:26.836Z
29102026-05-22T15:43:26.836Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29112026-05-22T15:43:27.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-22T15:43:27.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-22T15:43:27.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-22T15:43:27.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29152026-05-22T15:43:27.459Z
29162026-05-22T15:43:27.459Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29172026-05-22T15:43:27.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-22T15:43:27.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-22T15:43:27.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-22T15:43:27.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-22T15:43:28.065Z
29222026-05-22T15:43:28.065Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29232026-05-22T15:43:28.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-22T15:43:28.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-22T15:43:28.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-22T15:43:28.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29272026-05-22T15:43:28.694Z
29282026-05-22T15:43:28.694Zinfo: running `cargo check --bins` on update-engine (103/295)
29292026-05-22T15:43:29.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-22T15:43:29.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-22T15:43:29.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-22T15:43:29.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29332026-05-22T15:43:29.307Z
29342026-05-22T15:43:29.307Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29352026-05-22T15:43:29.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-22T15:43:29.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-22T15:43:30.055Z Compiling crucible-workspace-hack v0.1.0
29382026-05-22T15:43:30.175Z Checking secrecy v0.10.3
29392026-05-22T15:43:30.182Z Compiling heapless v0.8.0
29402026-05-22T15:43:30.189Z Compiling ingot-macros v0.1.1
29412026-05-22T15:43:30.195Z Compiling toml_edit v0.23.10+spec-1.0.0
29422026-05-22T15:43:30.198Z Checking hash32 v0.3.1
29432026-05-22T15:43:30.213Z Compiling smoltcp v0.11.0
29442026-05-22T15:43:30.213Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29452026-05-22T15:43:30.282Z Checking cobs v0.3.0
29462026-05-22T15:43:30.327Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-22T15:43:30.439Z Checking universal-hash v0.5.1
29482026-05-22T15:43:30.442Z Checking half v2.7.1
29492026-05-22T15:43:30.467Z Checking ciborium-io v0.2.2
29502026-05-22T15:43:30.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-22T15:43:30.600Z Checking opaque-debug v0.3.1
29522026-05-22T15:43:30.619Z Checking postcard v1.1.3
29532026-05-22T15:43:30.674Z Checking poly1305 v0.8.0
29542026-05-22T15:43:30.724Z Checking ciborium-ll v0.2.2
29552026-05-22T15:43:30.763Z Compiling proc-macro-crate v3.4.0
29562026-05-22T15:43:30.927Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29572026-05-22T15:43:30.947Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-05-22T15:43:30.962Z Checking password-hash v0.5.0
29592026-05-22T15:43:31.213Z Checking chacha20 v0.9.1
29602026-05-22T15:43:31.240Z Compiling proc-macro-crate v1.3.1
29612026-05-22T15:43:31.256Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29622026-05-22T15:43:31.318Z Checking blake2 v0.10.6
29632026-05-22T15:43:31.357Z Compiling num_enum_derive v0.7.5
29642026-05-22T15:43:31.419Z Checking aead v0.5.2
29652026-05-22T15:43:31.507Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-22T15:43:31.574Z Compiling foreign-types-macros v0.2.3
29672026-05-22T15:43:31.577Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-22T15:43:31.602Z Checking thiserror-no-std v2.0.2
29692026-05-22T15:43:31.679Z Checking foreign-types-shared v0.3.1
29702026-05-22T15:43:31.697Z Checking cpufeatures v0.3.0
29712026-05-22T15:43:31.727Z Checking vsss-rs v3.3.4
29722026-05-22T15:43:31.775Z Compiling num_enum_derive v0.5.11
29732026-05-22T15:43:31.780Z Checking chacha20 v0.10.0
29742026-05-22T15:43:31.857Z Checking argon2 v0.5.3
29752026-05-22T15:43:32.018Z Checking chacha20poly1305 v0.10.1
29762026-05-22T15:43:32.156Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-22T15:43:32.191Z Checking foreign-types v0.5.0
29782026-05-22T15:43:32.269Z Checking ciborium v0.2.2
29792026-05-22T15:43:32.410Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-22T15:43:32.451Z Checking tabwriter v1.4.1
29812026-05-22T15:43:32.467Z Checking num_enum v0.7.5
29822026-05-22T15:43:32.584Z Checking byte-wrapper v0.1.0
29832026-05-22T15:43:32.606Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-22T15:43:32.703Z Checking cstr-argument v0.1.2
29852026-05-22T15:43:32.717Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-22T15:43:32.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-22T15:43:32.838Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-22T15:43:32.878Z Checking num_enum v0.5.11
29892026-05-22T15:43:32.893Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-22T15:43:32.995Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-22T15:43:33.024Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-22T15:43:33.039Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-22T15:43:33.053Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-22T15:43:33.157Z Checking rand v0.10.0
29952026-05-22T15:43:33.181Z Checking ingot-types v0.1.2
29962026-05-22T15:43:33.194Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-22T15:43:33.205Z Checking indent_write v2.2.0
29982026-05-22T15:43:33.241Z Checking colored v3.1.1
29992026-05-22T15:43:33.339Z Compiling zone_cfg_derive v0.3.1
30002026-05-22T15:43:33.454Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-22T15:43:33.511Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-22T15:43:33.553Z Checking ingot v0.1.1
30032026-05-22T15:43:33.633Z Checking itertools v0.12.1
30042026-05-22T15:43:33.649Z Compiling num-derive v0.4.2
30052026-05-22T15:43:33.690Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-22T15:43:33.704Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-22T15:43:33.802Z Checking swrite v0.1.0
30082026-05-22T15:43:33.880Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-22T15:43:33.919Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-22T15:43:34.024Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-22T15:43:34.047Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-22T15:43:34.077Z Checking dropshot-api-manager-types v0.7.2
30132026-05-22T15:43:34.149Z Checking smf v0.2.3
30142026-05-22T15:43:34.164Z Checking nanorand v0.7.0
30152026-05-22T15:43:34.246Z Checking whoami v1.6.1
30162026-05-22T15:43:34.356Z Checking flume v0.11.1
30172026-05-22T15:43:34.380Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-22T15:43:34.583Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30192026-05-22T15:43:34.697Z Checking zone v0.3.1
30202026-05-22T15:43:35.151Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-22T15:43:36.150Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-22T15:43:37.055Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-22T15:43:40.354Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-22T15:43:42.462Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-22T15:43:43.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
30262026-05-22T15:43:43.805Z
30272026-05-22T15:43:43.805Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-22T15:43:44.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-22T15:43:44.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-22T15:43:44.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-22T15:43:44.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30322026-05-22T15:43:44.439Z
30332026-05-22T15:43:44.439Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-22T15:43:44.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-22T15:43:44.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-22T15:43:44.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-22T15:43:44.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30382026-05-22T15:43:45.073Z
30392026-05-22T15:43:45.074Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-22T15:43:45.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-22T15:43:45.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-22T15:43:45.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-22T15:43:45.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30442026-05-22T15:43:45.705Z
30452026-05-22T15:43:45.705Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-22T15:43:46.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-22T15:43:46.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-22T15:43:46.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-22T15:43:46.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30502026-05-22T15:43:46.335Z
30512026-05-22T15:43:46.335Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-22T15:43:46.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-22T15:43:46.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-22T15:43:46.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-22T15:43:46.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30562026-05-22T15:43:46.954Z
30572026-05-22T15:43:46.954Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-22T15:43:47.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-22T15:43:47.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-22T15:43:47.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-22T15:43:47.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30622026-05-22T15:43:47.579Z
30632026-05-22T15:43:47.579Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-22T15:43:48.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-22T15:43:48.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-22T15:43:48.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-22T15:43:48.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30682026-05-22T15:43:48.209Z
30692026-05-22T15:43:48.209Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-22T15:43:48.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-22T15:43:48.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-22T15:43:48.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-22T15:43:48.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30742026-05-22T15:43:48.834Z
30752026-05-22T15:43:48.834Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-22T15:43:49.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-22T15:43:49.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-22T15:43:49.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-22T15:43:49.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30802026-05-22T15:43:49.469Z
30812026-05-22T15:43:49.469Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-22T15:43:49.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-22T15:43:50.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-22T15:43:50.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-22T15:43:50.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30862026-05-22T15:43:50.105Z
30872026-05-22T15:43:50.106Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-22T15:43:50.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-22T15:43:50.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-22T15:43:50.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-22T15:43:50.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30922026-05-22T15:43:50.742Z
30932026-05-22T15:43:50.742Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-22T15:43:51.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-22T15:43:51.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-22T15:43:51.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-22T15:43:51.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30982026-05-22T15:43:51.417Z
30992026-05-22T15:43:51.417Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-22T15:43:51.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-22T15:43:51.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-22T15:43:51.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-22T15:43:51.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31042026-05-22T15:43:52.092Z
31052026-05-22T15:43:52.092Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-22T15:43:52.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-22T15:43:52.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-22T15:43:52.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-22T15:43:52.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31102026-05-22T15:43:52.720Z
31112026-05-22T15:43:52.720Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-22T15:43:53.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-22T15:43:53.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-22T15:43:53.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-22T15:43:53.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162026-05-22T15:43:53.343Z
31172026-05-22T15:43:53.343Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-22T15:43:53.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-22T15:43:53.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-22T15:43:53.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-22T15:43:53.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-22T15:43:53.958Z
31232026-05-22T15:43:53.958Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-22T15:43:54.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-22T15:43:54.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-22T15:43:54.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-22T15:43:54.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31282026-05-22T15:43:54.592Z
31292026-05-22T15:43:54.592Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-22T15:43:55.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-22T15:43:55.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-22T15:43:55.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-22T15:43:55.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-22T15:43:55.211Z
31352026-05-22T15:43:55.211Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-22T15:43:55.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-22T15:43:55.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-22T15:43:55.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-22T15:43:55.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31402026-05-22T15:43:55.856Z
31412026-05-22T15:43:55.856Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-22T15:43:56.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-22T15:43:56.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-22T15:43:56.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-22T15:43:56.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31462026-05-22T15:43:56.521Z
31472026-05-22T15:43:56.521Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-22T15:43:57.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-22T15:43:57.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-22T15:43:57.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-22T15:43:57.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31522026-05-22T15:43:57.177Z
31532026-05-22T15:43:57.177Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-22T15:43:57.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-22T15:43:57.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-22T15:43:57.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-22T15:43:57.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-22T15:43:57.794Z
31592026-05-22T15:43:57.794Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-22T15:43:58.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-22T15:43:58.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-22T15:43:58.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-22T15:43:58.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31642026-05-22T15:43:58.441Z
31652026-05-22T15:43:58.441Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-22T15:43:58.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-22T15:43:58.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-22T15:43:59.171Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-22T15:43:59.288Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-22T15:43:59.296Z Checking csv-core v0.1.13
31712026-05-22T15:43:59.303Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-22T15:43:59.309Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-22T15:43:59.312Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-22T15:43:59.327Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-22T15:43:59.339Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-22T15:43:59.457Z Checking csv v1.4.0
31772026-05-22T15:43:59.491Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-22T15:43:59.518Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-22T15:43:59.543Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-22T15:43:59.558Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-22T15:43:59.807Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-22T15:44:00.178Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-22T15:44:00.178Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-22T15:44:00.526Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-22T15:44:06.547Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-22T15:44:07.098Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-22T15:44:09.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
31882026-05-22T15:44:09.777Z
31892026-05-22T15:44:09.777Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-22T15:44:10.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-22T15:44:10.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-22T15:44:10.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-22T15:44:10.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31942026-05-22T15:44:10.433Z
31952026-05-22T15:44:10.433Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-22T15:44:11.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-22T15:44:11.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-22T15:44:11.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-22T15:44:11.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32002026-05-22T15:44:11.149Z
32012026-05-22T15:44:11.150Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-22T15:44:11.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-22T15:44:11.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-22T15:44:11.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-22T15:44:11.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32062026-05-22T15:44:11.877Z
32072026-05-22T15:44:11.877Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-22T15:44:12.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-22T15:44:12.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-22T15:44:12.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-22T15:44:12.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32122026-05-22T15:44:12.573Z
32132026-05-22T15:44:12.573Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-22T15:44:13.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-22T15:44:13.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-22T15:44:13.407Z Compiling regress v0.11.1
32172026-05-22T15:44:13.551Z Compiling unsafe-libyaml v0.2.11
32182026-05-22T15:44:13.565Z Compiling radium v0.7.0
32192026-05-22T15:44:13.568Z Compiling semver v0.1.20
32202026-05-22T15:44:13.592Z Compiling maybe-uninit v2.0.0
32212026-05-22T15:44:13.595Z Checking tap v1.0.1
32222026-05-22T15:44:13.617Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-22T15:44:13.778Z Compiling rustc_version v0.1.7
32242026-05-22T15:44:13.870Z Checking wyz v0.5.1
32252026-05-22T15:44:13.977Z Checking progenitor-client v0.13.0
32262026-05-22T15:44:14.019Z Compiling newtype_derive v0.1.6
32272026-05-22T15:44:14.036Z Compiling zerocopy-derive v0.6.6
32282026-05-22T15:44:14.064Z Compiling cancel-safe-futures v0.1.5
32292026-05-22T15:44:14.220Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-22T15:44:14.237Z Compiling packed_struct v0.10.1
32312026-05-22T15:44:14.284Z Checking crc-catalog v2.4.0
32322026-05-22T15:44:14.362Z Compiling owo-colors v4.3.0
32332026-05-22T15:44:14.388Z Checking funty v2.0.0
32342026-05-22T15:44:14.527Z Checking crc v3.4.0
32352026-05-22T15:44:14.739Z Checking bitvec v1.0.1
32362026-05-22T15:44:14.812Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-22T15:44:14.850Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-22T15:44:14.930Z Checking zerocopy v0.6.6
32392026-05-22T15:44:15.139Z Checking typify-impl v0.6.2
32402026-05-22T15:44:15.260Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-22T15:44:15.310Z Compiling packed_struct_codegen v0.10.1
32422026-05-22T15:44:15.400Z Checking libsw-core v0.3.2
32432026-05-22T15:44:15.544Z Compiling bitfield-macros v0.19.4
32442026-05-22T15:44:15.569Z Compiling indexmap v1.9.3
32452026-05-22T15:44:15.791Z Checking nodrop v0.1.14
32462026-05-22T15:44:15.850Z Checking libsw v3.5.0
32472026-05-22T15:44:15.893Z Checking array-init v0.0.4
32482026-05-22T15:44:16.022Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-22T15:44:16.170Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-22T15:44:16.232Z Checking smallvec v0.6.14
32512026-05-22T15:44:16.332Z Checking bitfield v0.19.4
32522026-05-22T15:44:16.424Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-22T15:44:16.476Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-22T15:44:16.610Z Checking smawk v0.3.2
32552026-05-22T15:44:16.627Z Checking base64 v0.21.7
32562026-05-22T15:44:16.714Z Checking unicode-linebreak v0.1.5
32572026-05-22T15:44:16.750Z Checking hashbrown v0.12.3
32582026-05-22T15:44:16.866Z Checking tagptr v0.2.0
32592026-05-22T15:44:16.882Z Checking linear-map v1.2.0
32602026-05-22T15:44:16.935Z Checking textwrap v0.16.2
32612026-05-22T15:44:17.014Z Checking moka v0.12.13
32622026-05-22T15:44:17.047Z Checking ron v0.8.1
32632026-05-22T15:44:17.061Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-22T15:44:17.099Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-22T15:44:17.167Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-22T15:44:17.290Z Checking steno v0.4.1
32672026-05-22T15:44:17.533Z Checking serde-hex v0.1.0
32682026-05-22T15:44:17.622Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-22T15:44:17.636Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-22T15:44:17.708Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-22T15:44:17.788Z Checking hashbrown v0.13.2
32722026-05-22T15:44:18.027Z Checking crc-any v2.5.0
32732026-05-22T15:44:18.215Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-22T15:44:18.232Z Checking object v0.30.4
32752026-05-22T15:44:18.313Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-22T15:44:18.341Z Checking hickory-resolver v0.25.2
32772026-05-22T15:44:18.431Z Checking path-slash v0.1.5
32782026-05-22T15:44:18.450Z Checking half v1.8.3
32792026-05-22T15:44:18.487Z Checking void v1.0.2
32802026-05-22T15:44:18.540Z Checking utf-8 v0.7.6
32812026-05-22T15:44:18.596Z Checking lzss v0.8.2
32822026-05-22T15:44:18.655Z Checking serde_cbor v0.11.2
32832026-05-22T15:44:18.679Z Checking tungstenite v0.23.0
32842026-05-22T15:44:18.932Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-22T15:44:19.041Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-22T15:44:19.059Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-22T15:44:19.083Z Checking nix v0.27.1
32882026-05-22T15:44:19.098Z Checking kstat-rs v0.2.4
32892026-05-22T15:44:19.101Z Checking fxhash v0.2.1
32902026-05-22T15:44:19.232Z Checking serde_bytes v0.11.19
32912026-05-22T15:44:19.278Z Checking tokio-tungstenite v0.23.1
32922026-05-22T15:44:19.292Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-05-22T15:44:19.407Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-22T15:44:19.489Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-22T15:44:19.546Z Checking signal-hook-tokio v0.3.1
32962026-05-22T15:44:19.852Z Compiling typify-macro v0.6.2
32972026-05-22T15:44:20.665Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-22T15:44:21.033Z Compiling typify v0.6.2
32992026-05-22T15:44:21.126Z Compiling progenitor-impl v0.13.0
33002026-05-22T15:44:21.126Z Compiling progenitor-impl v0.14.0
33012026-05-22T15:44:21.583Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-22T15:44:21.924Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-22T15:44:22.778Z Compiling progenitor-macro v0.14.0
33042026-05-22T15:44:22.807Z Compiling progenitor-macro v0.13.0
33052026-05-22T15:44:25.458Z Checking progenitor v0.13.0
33062026-05-22T15:44:25.458Z Checking progenitor v0.14.0
33072026-05-22T15:44:25.604Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-05-22T15:44:25.607Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-22T15:44:28.711Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-22T15:44:36.533Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-22T15:44:43.132Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-22T15:44:44.521Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-22T15:44:45.042Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-22T15:44:47.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.61s
33152026-05-22T15:44:47.402Z
33162026-05-22T15:44:47.402Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-22T15:44:47.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-22T15:44:47.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-22T15:44:47.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-22T15:44:47.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33212026-05-22T15:44:48.042Z
33222026-05-22T15:44:48.042Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-22T15:44:48.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-22T15:44:48.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-22T15:44:48.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-22T15:44:48.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33272026-05-22T15:44:48.696Z
33282026-05-22T15:44:48.696Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-22T15:44:49.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-22T15:44:49.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-22T15:44:49.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-22T15:44:49.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33332026-05-22T15:44:49.320Z
33342026-05-22T15:44:49.321Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-22T15:44:49.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-22T15:44:49.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-22T15:44:49.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-22T15:44:49.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33392026-05-22T15:44:49.965Z
33402026-05-22T15:44:49.965Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-22T15:44:50.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-22T15:44:50.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-22T15:44:50.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-22T15:44:50.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33452026-05-22T15:44:50.594Z
33462026-05-22T15:44:50.595Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-22T15:44:51.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-22T15:44:51.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-22T15:44:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-22T15:44:51.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33512026-05-22T15:44:51.232Z
33522026-05-22T15:44:51.232Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-22T15:44:51.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-22T15:44:51.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-22T15:44:51.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-22T15:44:51.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33572026-05-22T15:44:51.862Z
33582026-05-22T15:44:51.862Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-22T15:44:52.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-22T15:44:52.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-22T15:44:52.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-22T15:44:52.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33632026-05-22T15:44:52.522Z
33642026-05-22T15:44:52.522Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-22T15:44:53.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-22T15:44:53.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-22T15:44:53.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-22T15:44:53.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33692026-05-22T15:44:53.157Z
33702026-05-22T15:44:53.158Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-22T15:44:53.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-22T15:44:53.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-22T15:44:53.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-22T15:44:53.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33752026-05-22T15:44:53.790Z
33762026-05-22T15:44:53.790Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-22T15:44:54.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-22T15:44:54.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-22T15:44:54.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-22T15:44:54.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33812026-05-22T15:44:54.427Z
33822026-05-22T15:44:54.427Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-22T15:44:54.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-22T15:44:54.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-22T15:44:54.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-22T15:44:54.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33872026-05-22T15:44:55.058Z
33882026-05-22T15:44:55.058Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-22T15:44:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-22T15:44:55.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-22T15:44:55.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-22T15:44:55.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33932026-05-22T15:44:55.693Z
33942026-05-22T15:44:55.693Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-22T15:44:56.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-22T15:44:56.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-22T15:44:56.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-22T15:44:56.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33992026-05-22T15:44:56.330Z
34002026-05-22T15:44:56.330Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-22T15:44:56.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-22T15:44:56.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-22T15:44:56.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-22T15:44:56.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34052026-05-22T15:44:56.978Z
34062026-05-22T15:44:56.978Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-22T15:44:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-22T15:44:57.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-22T15:44:57.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-22T15:44:57.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34112026-05-22T15:44:57.622Z
34122026-05-22T15:44:57.622Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-22T15:44:58.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-22T15:44:58.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-22T15:44:58.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-22T15:44:58.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34172026-05-22T15:44:58.257Z
34182026-05-22T15:44:58.257Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-22T15:44:58.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-22T15:44:58.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-22T15:44:58.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-22T15:44:58.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-05-22T15:44:58.897Z
34242026-05-22T15:44:58.897Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-22T15:44:59.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-22T15:44:59.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-22T15:44:59.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-22T15:44:59.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34292026-05-22T15:44:59.532Z
34302026-05-22T15:44:59.532Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-22T15:45:00.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-22T15:45:00.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-22T15:45:00.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-22T15:45:00.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34352026-05-22T15:45:00.179Z
34362026-05-22T15:45:00.179Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-22T15:45:00.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-22T15:45:00.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-22T15:45:00.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-22T15:45:00.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34412026-05-22T15:45:00.831Z
34422026-05-22T15:45:00.831Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-22T15:45:01.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-22T15:45:01.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-22T15:45:01.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-22T15:45:01.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-22T15:45:01.475Z
34482026-05-22T15:45:01.475Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-22T15:45:02.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-22T15:45:02.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-22T15:45:02.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-22T15:45:02.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34532026-05-22T15:45:02.122Z
34542026-05-22T15:45:02.122Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-22T15:45:02.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-22T15:45:02.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-22T15:45:02.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-22T15:45:02.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34592026-05-22T15:45:02.766Z
34602026-05-22T15:45:02.766Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-22T15:45:03.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-22T15:45:03.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-22T15:45:03.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-22T15:45:03.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34652026-05-22T15:45:03.392Z
34662026-05-22T15:45:03.392Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-22T15:45:03.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-22T15:45:03.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-22T15:45:03.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-22T15:45:03.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34712026-05-22T15:45:04.018Z
34722026-05-22T15:45:04.018Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-22T15:45:04.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-22T15:45:04.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-22T15:45:04.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-22T15:45:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34772026-05-22T15:45:04.652Z
34782026-05-22T15:45:04.652Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-22T15:45:05.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-22T15:45:05.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-22T15:45:05.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-22T15:45:05.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34832026-05-22T15:45:05.295Z
34842026-05-22T15:45:05.295Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-22T15:45:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-22T15:45:05.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-22T15:45:05.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-22T15:45:05.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34892026-05-22T15:45:05.925Z
34902026-05-22T15:45:05.925Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-22T15:45:06.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-22T15:45:06.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-22T15:45:06.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-22T15:45:06.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34952026-05-22T15:45:06.556Z
34962026-05-22T15:45:06.556Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-22T15:45:07.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-22T15:45:07.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-22T15:45:07.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-22T15:45:07.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35012026-05-22T15:45:07.181Z
35022026-05-22T15:45:07.181Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-22T15:45:07.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-22T15:45:07.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-22T15:45:07.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-22T15:45:07.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35072026-05-22T15:45:07.806Z
35082026-05-22T15:45:07.806Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-22T15:45:08.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-22T15:45:08.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-22T15:45:08.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-22T15:45:08.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35132026-05-22T15:45:08.456Z
35142026-05-22T15:45:08.456Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-22T15:45:09.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-22T15:45:09.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-22T15:45:09.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-22T15:45:09.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35192026-05-22T15:45:09.107Z
35202026-05-22T15:45:09.107Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-22T15:45:09.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-22T15:45:09.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-22T15:45:09.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-22T15:45:09.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35252026-05-22T15:45:09.748Z
35262026-05-22T15:45:09.748Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-22T15:45:10.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-22T15:45:10.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-22T15:45:10.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-22T15:45:10.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35312026-05-22T15:45:10.401Z
35322026-05-22T15:45:10.401Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-22T15:45:10.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-22T15:45:10.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-22T15:45:10.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-22T15:45:10.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35372026-05-22T15:45:11.050Z
35382026-05-22T15:45:11.050Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-22T15:45:11.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-22T15:45:11.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-22T15:45:11.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-22T15:45:11.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432026-05-22T15:45:11.699Z
35442026-05-22T15:45:11.699Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-22T15:45:12.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-22T15:45:12.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-22T15:45:12.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-22T15:45:12.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35492026-05-22T15:45:12.344Z
35502026-05-22T15:45:12.344Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-22T15:45:12.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-22T15:45:12.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-22T15:45:12.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-22T15:45:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35552026-05-22T15:45:13.011Z
35562026-05-22T15:45:13.011Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-22T15:45:13.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-22T15:45:13.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-22T15:45:13.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-22T15:45:13.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35612026-05-22T15:45:13.640Z
35622026-05-22T15:45:13.640Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-22T15:45:14.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-22T15:45:14.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-22T15:45:14.332Z Compiling parking_lot_core v0.8.6
35662026-05-22T15:45:14.332Z Compiling atomicwrites v0.4.4
35672026-05-22T15:45:14.335Z Compiling git-stub v1.0.0
35682026-05-22T15:45:14.335Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-22T15:45:14.450Z Checking prefix-trie v0.7.0
35702026-05-22T15:45:14.579Z Compiling git-stub-vcs v0.1.0
35712026-05-22T15:45:14.747Z Checking hickory-server v0.25.2
35722026-05-22T15:45:14.863Z Checking parking_lot v0.11.2
35732026-05-22T15:45:14.866Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-22T15:45:14.951Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35752026-05-22T15:45:14.951Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35762026-05-22T15:45:15.046Z Checking sled v0.34.7
35772026-05-22T15:45:17.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
35782026-05-22T15:45:17.197Z
35792026-05-22T15:45:17.197Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-22T15:45:17.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-22T15:45:17.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-22T15:45:17.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-22T15:45:17.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35842026-05-22T15:45:17.824Z
35852026-05-22T15:45:17.825Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-22T15:45:18.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-22T15:45:18.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-22T15:45:18.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-22T15:45:18.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-05-22T15:45:18.446Z
35912026-05-22T15:45:18.446Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-22T15:45:19.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-22T15:45:19.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-22T15:45:19.200Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-22T15:45:21.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
35962026-05-22T15:45:21.236Z
35972026-05-22T15:45:21.236Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-22T15:45:21.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-22T15:45:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-22T15:45:21.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-22T15:45:21.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36022026-05-22T15:45:21.918Z
36032026-05-22T15:45:21.918Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-22T15:45:22.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-22T15:45:22.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-22T15:45:22.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-22T15:45:22.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36082026-05-22T15:45:22.597Z
36092026-05-22T15:45:22.597Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-22T15:45:23.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-22T15:45:23.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-22T15:45:23.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-22T15:45:23.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36142026-05-22T15:45:23.202Z
36152026-05-22T15:45:23.202Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-22T15:45:23.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-22T15:45:23.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-22T15:45:23.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-22T15:45:23.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-05-22T15:45:23.806Z
36212026-05-22T15:45:23.806Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-22T15:45:24.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-22T15:45:24.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-22T15:45:24.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-22T15:45:24.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36262026-05-22T15:45:24.476Z
36272026-05-22T15:45:24.476Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-22T15:45:24.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-22T15:45:24.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-22T15:45:24.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-22T15:45:24.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36322026-05-22T15:45:25.084Z
36332026-05-22T15:45:25.084Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-22T15:45:25.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-22T15:45:25.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-22T15:45:25.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-22T15:45:25.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36382026-05-22T15:45:25.760Z
36392026-05-22T15:45:25.760Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-22T15:45:26.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-22T15:45:26.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-22T15:45:26.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-22T15:45:26.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36442026-05-22T15:45:26.433Z
36452026-05-22T15:45:26.433Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-22T15:45:26.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-22T15:45:26.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-22T15:45:26.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-22T15:45:26.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36502026-05-22T15:45:27.056Z
36512026-05-22T15:45:27.057Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-22T15:45:27.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-22T15:45:27.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-22T15:45:27.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-22T15:45:27.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36562026-05-22T15:45:27.671Z
36572026-05-22T15:45:27.671Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-22T15:45:28.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-22T15:45:28.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-22T15:45:28.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-22T15:45:28.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36622026-05-22T15:45:28.300Z
36632026-05-22T15:45:28.300Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-22T15:45:28.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-22T15:45:28.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-22T15:45:28.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-22T15:45:28.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36682026-05-22T15:45:28.911Z
36692026-05-22T15:45:28.911Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-22T15:45:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-22T15:45:29.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-22T15:45:29.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-22T15:45:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36742026-05-22T15:45:29.517Z
36752026-05-22T15:45:29.518Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-22T15:45:30.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-22T15:45:30.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-22T15:45:30.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-22T15:45:30.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36802026-05-22T15:45:30.190Z
36812026-05-22T15:45:30.190Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-22T15:45:30.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-22T15:45:30.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-22T15:45:30.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-22T15:45:30.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36862026-05-22T15:45:30.867Z
36872026-05-22T15:45:30.867Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-22T15:45:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-22T15:45:31.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-22T15:45:31.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-22T15:45:31.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-05-22T15:45:31.532Z
36932026-05-22T15:45:31.532Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-22T15:45:32.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-22T15:45:32.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-22T15:45:32.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-22T15:45:32.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36982026-05-22T15:45:32.179Z
36992026-05-22T15:45:32.179Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-22T15:45:32.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-22T15:45:32.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-22T15:45:32.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-22T15:45:32.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37042026-05-22T15:45:32.813Z
37052026-05-22T15:45:32.814Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-22T15:45:33.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-22T15:45:33.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-22T15:45:33.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-22T15:45:33.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37102026-05-22T15:45:33.450Z
37112026-05-22T15:45:33.450Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-22T15:45:33.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-22T15:45:33.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-22T15:45:33.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-22T15:45:33.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-05-22T15:45:34.068Z
37172026-05-22T15:45:34.068Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-22T15:45:34.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-22T15:45:34.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-22T15:45:34.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-22T15:45:34.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37222026-05-22T15:45:34.700Z
37232026-05-22T15:45:34.700Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-22T15:45:35.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-22T15:45:35.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-22T15:45:35.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-22T15:45:35.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37282026-05-22T15:45:35.338Z
37292026-05-22T15:45:35.338Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-22T15:45:35.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-22T15:45:35.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-22T15:45:35.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-22T15:45:35.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-05-22T15:45:35.942Z
37352026-05-22T15:45:35.942Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-22T15:45:36.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-22T15:45:36.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-22T15:45:36.828Z Compiling typify-impl v0.4.3
37392026-05-22T15:45:36.831Z Compiling libefi-sys v0.1.0
37402026-05-22T15:45:36.977Z Compiling bitfield-struct v0.6.2
37412026-05-22T15:45:36.985Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37422026-05-22T15:45:36.995Z Compiling xshell-macros v0.2.7
37432026-05-22T15:45:37.008Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37442026-05-22T15:45:37.037Z Compiling salty v0.3.0
37452026-05-22T15:45:37.100Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-22T15:45:37.239Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-22T15:45:37.367Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37482026-05-22T15:45:37.383Z Checking xshell v0.2.7
37492026-05-22T15:45:37.408Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37502026-05-22T15:45:37.520Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-05-22T15:45:37.618Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-22T15:45:37.634Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-05-22T15:45:37.719Z Checking primeorder v0.13.6
37542026-05-22T15:45:37.792Z Compiling proc-macro-error-attr2 v2.0.0
37552026-05-22T15:45:37.879Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37562026-05-22T15:45:37.956Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37572026-05-22T15:45:37.974Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-05-22T15:45:38.122Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37592026-05-22T15:45:38.162Z Checking tungstenite v0.21.0
37602026-05-22T15:45:38.193Z Compiling proc-macro-error2 v2.0.1
37612026-05-22T15:45:38.212Z Checking p384 v0.13.1
37622026-05-22T15:45:38.254Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37632026-05-22T15:45:38.605Z Compiling num-derive v0.3.3
37642026-05-22T15:45:38.644Z Checking tokio-tungstenite v0.21.0
37652026-05-22T15:45:38.862Z Compiling tabled_derive v0.11.0
37662026-05-22T15:45:38.954Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-05-22T15:45:38.999Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-05-22T15:45:39.080Z Checking papergrid v0.17.0
37692026-05-22T15:45:39.358Z Checking testing_table v0.3.0
37702026-05-22T15:45:39.394Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37712026-05-22T15:45:39.461Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37722026-05-22T15:45:39.526Z Checking libscf-sys v1.1.0
37732026-05-22T15:45:39.715Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-05-22T15:45:39.893Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-22T15:45:39.917Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-22T15:45:40.003Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-22T15:45:40.061Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37782026-05-22T15:45:40.137Z Checking corncobs v0.1.4
37792026-05-22T15:45:40.182Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37802026-05-22T15:45:40.207Z Compiling unicase v2.9.0
37812026-05-22T15:45:40.265Z Compiling illumos-nvpair-sys v0.2.0
37822026-05-22T15:45:40.282Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-22T15:45:40.423Z Compiling mime_guess v2.0.5
37842026-05-22T15:45:40.558Z Checking tabled v0.20.0
37852026-05-22T15:45:40.578Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37862026-05-22T15:45:40.599Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-05-22T15:45:40.696Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37882026-05-22T15:45:40.794Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37892026-05-22T15:45:40.915Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-05-22T15:45:40.954Z Checking progenitor-client v0.11.2
37912026-05-22T15:45:40.971Z Checking secrecy v0.8.0
37922026-05-22T15:45:41.107Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37932026-05-22T15:45:41.142Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37942026-05-22T15:45:41.464Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-05-22T15:45:41.499Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37962026-05-22T15:45:41.529Z Compiling typify-macro v0.4.3
37972026-05-22T15:45:41.604Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-05-22T15:45:41.687Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-05-22T15:45:41.749Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-22T15:45:41.795Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-22T15:45:41.898Z Checking filetime v0.2.27
38022026-05-22T15:45:41.971Z Checking http-range v0.1.5
38032026-05-22T15:45:42.045Z Checking crc8 v0.1.1
38042026-05-22T15:45:42.155Z Checking xattr v1.6.1
38052026-05-22T15:45:42.281Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-05-22T15:45:42.304Z Checking tar v0.4.45
38072026-05-22T15:45:42.489Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-22T15:45:42.684Z Checking illumos-nvpair v0.3.0
38092026-05-22T15:45:42.777Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-22T15:45:42.854Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-22T15:45:42.876Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-05-22T15:45:43.209Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-05-22T15:45:43.228Z Checking atty v0.2.14
38142026-05-22T15:45:43.246Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38152026-05-22T15:45:43.263Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-05-22T15:45:43.338Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38172026-05-22T15:45:43.389Z Compiling typify v0.4.3
38182026-05-22T15:45:43.623Z Compiling progenitor-impl v0.11.2
38192026-05-22T15:45:43.882Z Compiling progenitor-impl v0.10.0
38202026-05-22T15:45:44.024Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-05-22T15:45:44.410Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-05-22T15:45:44.576Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38232026-05-22T15:45:44.678Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-05-22T15:45:45.068Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38252026-05-22T15:45:45.282Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38262026-05-22T15:45:45.550Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38272026-05-22T15:45:45.646Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38282026-05-22T15:45:45.664Z Checking hyper-staticfile v0.10.1
38292026-05-22T15:45:45.763Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38302026-05-22T15:45:45.889Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38312026-05-22T15:45:45.973Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-05-22T15:45:46.045Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-05-22T15:45:46.277Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-22T15:45:46.296Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-05-22T15:45:46.334Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-05-22T15:45:46.392Z Compiling progenitor-macro v0.11.2
38372026-05-22T15:45:46.586Z Compiling progenitor-macro v0.10.0
38382026-05-22T15:45:46.589Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38392026-05-22T15:45:49.291Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38402026-05-22T15:45:49.332Z Checking progenitor v0.11.2
38412026-05-22T15:45:49.469Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38422026-05-22T15:45:49.620Z Checking progenitor v0.10.0
38432026-05-22T15:45:49.759Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38442026-05-22T15:45:54.230Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-05-22T15:46:05.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.37s
38462026-05-22T15:46:05.544Z
38472026-05-22T15:46:05.544Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38482026-05-22T15:46:06.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-22T15:46:06.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-22T15:46:06.358Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-05-22T15:46:17.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
38522026-05-22T15:46:17.590Z
38532026-05-22T15:46:17.590Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38542026-05-22T15:46:18.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-22T15:46:18.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-22T15:46:18.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-05-22T15:46:32.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38582026-05-22T15:46:32.496Z
38592026-05-22T15:46:32.496Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38602026-05-22T15:46:32.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-22T15:46:32.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-22T15:46:32.496Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-05-22T15:46:41.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
38642026-05-22T15:46:41.574Z
38652026-05-22T15:46:41.574Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38662026-05-22T15:46:42.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-22T15:46:42.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-22T15:46:42.394Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-05-22T15:46:53.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
38702026-05-22T15:46:53.548Z
38712026-05-22T15:46:53.548Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38722026-05-22T15:46:54.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-22T15:46:54.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-22T15:46:54.373Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-05-22T15:47:05.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
38762026-05-22T15:47:05.576Z
38772026-05-22T15:47:05.576Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38782026-05-22T15:47:06.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-22T15:47:06.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-22T15:47:06.383Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-05-22T15:47:17.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
38822026-05-22T15:47:17.523Z
38832026-05-22T15:47:17.523Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38842026-05-22T15:47:18.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-22T15:47:18.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-22T15:47:18.346Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-05-22T15:47:29.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38882026-05-22T15:47:29.492Z
38892026-05-22T15:47:29.492Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38902026-05-22T15:47:30.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-22T15:47:30.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-22T15:47:30.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-22T15:47:30.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38942026-05-22T15:47:30.126Z
38952026-05-22T15:47:30.126Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38962026-05-22T15:47:30.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-22T15:47:30.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-22T15:47:30.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-22T15:47:30.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39002026-05-22T15:47:30.771Z
39012026-05-22T15:47:30.771Zinfo: running `cargo check --bins` on range-requests (212/295)
39022026-05-22T15:47:31.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-22T15:47:31.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-22T15:47:31.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-22T15:47:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39062026-05-22T15:47:31.411Z
39072026-05-22T15:47:31.411Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39082026-05-22T15:47:31.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-22T15:47:31.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-22T15:47:31.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-22T15:47:31.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39122026-05-22T15:47:32.041Z
39132026-05-22T15:47:32.041Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39142026-05-22T15:47:32.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-22T15:47:32.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-22T15:47:32.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-22T15:47:32.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39182026-05-22T15:47:32.706Z
39192026-05-22T15:47:32.706Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39202026-05-22T15:47:33.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-22T15:47:33.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-22T15:47:33.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-05-22T15:47:33.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39242026-05-22T15:47:33.367Z
39252026-05-22T15:47:33.367Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39262026-05-22T15:47:33.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-22T15:47:33.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-22T15:47:33.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-22T15:47:33.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39302026-05-22T15:47:34.024Z
39312026-05-22T15:47:34.025Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39322026-05-22T15:47:34.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-22T15:47:34.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-22T15:47:34.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-22T15:47:34.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39362026-05-22T15:47:34.682Z
39372026-05-22T15:47:34.682Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39382026-05-22T15:47:35.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-22T15:47:35.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-22T15:47:35.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-22T15:47:35.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39422026-05-22T15:47:35.340Z
39432026-05-22T15:47:35.340Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39442026-05-22T15:47:35.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-22T15:47:35.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-22T15:47:35.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-05-22T15:47:35.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39482026-05-22T15:47:36.001Z
39492026-05-22T15:47:36.001Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39502026-05-22T15:47:36.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-22T15:47:36.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-22T15:47:36.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-22T15:47:36.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39542026-05-22T15:47:36.646Z
39552026-05-22T15:47:36.647Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39562026-05-22T15:47:37.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-22T15:47:37.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-22T15:47:37.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-22T15:47:37.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39602026-05-22T15:47:37.298Z
39612026-05-22T15:47:37.298Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39622026-05-22T15:47:37.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-22T15:47:37.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-22T15:47:37.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-22T15:47:37.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39662026-05-22T15:47:37.959Z
39672026-05-22T15:47:37.959Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39682026-05-22T15:47:38.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-22T15:47:38.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-22T15:47:38.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-22T15:47:38.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39722026-05-22T15:47:38.616Z
39732026-05-22T15:47:38.616Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39742026-05-22T15:47:39.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-22T15:47:39.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-22T15:47:39.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-22T15:47:39.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39782026-05-22T15:47:39.290Z
39792026-05-22T15:47:39.290Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39802026-05-22T15:47:39.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-22T15:47:39.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-22T15:47:39.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-05-22T15:47:39.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39842026-05-22T15:47:39.950Z
39852026-05-22T15:47:39.950Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39862026-05-22T15:47:40.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-22T15:47:40.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-22T15:47:40.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-22T15:47:40.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39902026-05-22T15:47:40.621Z
39912026-05-22T15:47:40.621Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39922026-05-22T15:47:41.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-22T15:47:41.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-22T15:47:41.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-22T15:47:41.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39962026-05-22T15:47:41.312Z
39972026-05-22T15:47:41.312Zinfo: running `cargo check --bins` on update-common (228/295)
39982026-05-22T15:47:41.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-22T15:47:41.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-22T15:47:41.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-22T15:47:41.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40022026-05-22T15:47:41.946Z
40032026-05-22T15:47:41.946Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40042026-05-22T15:47:42.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-22T15:47:42.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-22T15:47:42.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-22T15:47:42.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40082026-05-22T15:47:42.623Z
40092026-05-22T15:47:42.623Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40102026-05-22T15:47:43.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-22T15:47:43.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-22T15:47:43.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-22T15:47:43.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40142026-05-22T15:47:43.231Z
40152026-05-22T15:47:43.231Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40162026-05-22T15:47:43.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-22T15:47:43.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-22T15:47:44.036Z Compiling fs-err v2.11.0
40192026-05-22T15:47:44.043Z Checking ignore v0.4.25
40202026-05-22T15:47:44.043Z Checking arc-swap v1.8.2
40212026-05-22T15:47:44.175Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-05-22T15:47:44.175Z Checking predicates-tree v1.0.13
40232026-05-22T15:47:44.181Z Checking parse-size v1.1.0
40242026-05-22T15:47:44.207Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-05-22T15:47:44.207Z Checking rand_seeder v0.4.0
40262026-05-22T15:47:44.288Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-05-22T15:47:44.308Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-05-22T15:47:44.363Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-05-22T15:47:44.378Z Checking slog-scope v4.4.1
40302026-05-22T15:47:44.416Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40312026-05-22T15:47:44.512Z Checking slog-stdlog v4.1.1
40322026-05-22T15:47:44.528Z Compiling petname v2.0.2
40332026-05-22T15:47:44.544Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-05-22T15:47:44.558Z Checking globwalk v0.9.1
40352026-05-22T15:47:44.606Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-05-22T15:47:44.636Z Checking slog-envlogger v2.2.0
40372026-05-22T15:47:44.743Z Checking camino-tempfile-ext v0.3.3
40382026-05-22T15:47:44.796Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-05-22T15:47:44.859Z Checking sapling-renderdag v0.1.0
40402026-05-22T15:47:44.957Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-05-22T15:47:45.003Z Checking subprocess v0.2.15
40422026-05-22T15:47:45.116Z Checking sync-ptr v0.1.4
40432026-05-22T15:47:45.228Z Checking colored v2.2.0
40442026-05-22T15:47:45.246Z Checking assert_matches v1.5.0
40452026-05-22T15:47:45.315Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-05-22T15:47:45.493Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-05-22T15:47:45.497Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-05-22T15:47:46.191Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-05-22T15:47:47.559Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-05-22T15:47:49.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
40512026-05-22T15:47:50.086Z
40522026-05-22T15:47:50.086Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40532026-05-22T15:47:50.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-22T15:47:50.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-22T15:47:50.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-22T15:47:50.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40572026-05-22T15:47:50.710Z
40582026-05-22T15:47:50.710Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40592026-05-22T15:47:51.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-22T15:47:51.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-22T15:47:51.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-05-22T15:47:51.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40632026-05-22T15:47:51.359Z
40642026-05-22T15:47:51.359Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40652026-05-22T15:47:51.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-22T15:47:51.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-22T15:47:51.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-22T15:47:51.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40692026-05-22T15:47:52.057Z
40702026-05-22T15:47:52.057Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40712026-05-22T15:47:52.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-22T15:47:52.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-22T15:47:52.813Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40742026-05-22T15:47:52.813Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40752026-05-22T15:47:53.471Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-05-22T15:47:55.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40772026-05-22T15:47:55.327Z
40782026-05-22T15:47:55.327Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40792026-05-22T15:47:55.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-22T15:47:55.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-22T15:47:55.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-22T15:47:55.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40832026-05-22T15:47:55.950Z
40842026-05-22T15:47:55.951Zinfo: running `cargo check --bins` on cert-dev (237/295)
40852026-05-22T15:47:56.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-22T15:47:56.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-22T15:47:56.579Z Checking yasna v0.5.2
40882026-05-22T15:47:56.986Z Checking rcgen v0.12.1
40892026-05-22T15:47:57.239Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-05-22T15:47:57.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40912026-05-22T15:47:57.604Z
40922026-05-22T15:47:57.604Zinfo: running `cargo check --bins` on clickana (238/295)
40932026-05-22T15:47:58.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-22T15:47:58.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-22T15:47:58.275Z Compiling darling_core v0.23.0
40962026-05-22T15:47:58.388Z Compiling instability v0.3.11
40972026-05-22T15:47:58.395Z Checking castaway v0.2.4
40982026-05-22T15:47:58.401Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40992026-05-22T15:47:58.404Z Compiling indoc v2.0.7
41002026-05-22T15:47:58.415Z Checking unicode-truncate v1.1.0
41012026-05-22T15:47:58.418Z Checking lru v0.12.5
41022026-05-22T15:47:58.418Z Checking cassowary v0.3.0
41032026-05-22T15:47:58.486Z Checking compact_str v0.8.1
41042026-05-22T15:47:59.489Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-05-22T15:47:59.681Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41062026-05-22T15:47:59.833Z Compiling darling_macro v0.23.0
41072026-05-22T15:48:00.254Z Compiling darling v0.23.0
41082026-05-22T15:48:00.881Z Checking ratatui v0.29.0
41092026-05-22T15:48:01.948Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-05-22T15:48:02.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
41112026-05-22T15:48:02.838Z
41122026-05-22T15:48:02.839Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41132026-05-22T15:48:03.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-22T15:48:03.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-22T15:48:03.585Z Checking headers-core v0.3.0
41162026-05-22T15:48:03.588Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-05-22T15:48:03.789Z Checking headers v0.4.1
41182026-05-22T15:48:04.172Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-05-22T15:48:05.079Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-05-22T15:48:05.597Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-05-22T15:48:06.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41222026-05-22T15:48:06.256Z
41232026-05-22T15:48:06.256Zinfo: running `cargo check --bins` on ch-dev (240/295)
41242026-05-22T15:48:06.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-22T15:48:06.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-22T15:48:06.999Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-05-22T15:48:07.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
41282026-05-22T15:48:07.982Z
41292026-05-22T15:48:07.982Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41302026-05-22T15:48:08.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-22T15:48:08.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-22T15:48:08.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-05-22T15:48:08.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
41342026-05-22T15:48:08.473Z
41352026-05-22T15:48:08.473Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41362026-05-22T15:48:09.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-22T15:48:09.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-22T15:48:09.224Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-05-22T15:48:10.244Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-05-22T15:48:10.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
41412026-05-22T15:48:10.812Z
41422026-05-22T15:48:10.812Zinfo: running `cargo check --bins` on db-dev (243/295)
41432026-05-22T15:48:11.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-22T15:48:11.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-22T15:48:11.554Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-05-22T15:48:12.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
41472026-05-22T15:48:12.554Z
41482026-05-22T15:48:12.554Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41492026-05-22T15:48:13.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-22T15:48:13.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-22T15:48:13.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-05-22T15:48:13.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
41532026-05-22T15:48:13.241Z
41542026-05-22T15:48:13.241Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41552026-05-22T15:48:13.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-22T15:48:13.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-22T15:48:13.880Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-05-22T15:48:14.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41592026-05-22T15:48:14.769Z
41602026-05-22T15:48:14.769Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41612026-05-22T15:48:15.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-05-22T15:48:15.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-05-22T15:48:15.550Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-05-22T15:48:15.550Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-05-22T15:48:15.554Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41662026-05-22T15:48:15.554Z Checking git-stub v1.0.0
41672026-05-22T15:48:15.554Z Compiling trait-variant v0.1.2
41682026-05-22T15:48:15.554Z Checking maplit v1.0.2
41692026-05-22T15:48:15.554Z Checking is_ci v1.2.0
41702026-05-22T15:48:15.671Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41712026-05-22T15:48:15.752Z Checking supports-color v3.0.2
41722026-05-22T15:48:15.752Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41732026-05-22T15:48:15.856Z Checking git-stub-vcs v0.1.0
41742026-05-22T15:48:15.876Z Checking drift v0.2.0
41752026-05-22T15:48:15.889Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41762026-05-22T15:48:15.972Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-05-22T15:48:16.048Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41782026-05-22T15:48:16.179Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41792026-05-22T15:48:16.195Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-05-22T15:48:16.209Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41812026-05-22T15:48:16.228Z Checking dropshot-api-manager v0.7.2
41822026-05-22T15:48:16.412Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41832026-05-22T15:48:16.484Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41842026-05-22T15:48:16.663Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41852026-05-22T15:48:16.969Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-05-22T15:48:18.401Zerror[E0277]: the trait bound `BlockSize: std::convert::From<ByteCount>` is not satisfied
41872026-05-22T15:48:18.401Z --> nexus/external-api/src/v2025_11_20_00_local.rs:54:40
41882026-05-22T15:48:18.401Z |
41892026-05-22T15:48:18.401Z 54 | block_size: old.block_size.into(),
41902026-05-22T15:48:18.401Z | ^^^^ the trait `std::convert::From<ByteCount>` is not implemented for `BlockSize`
41912026-05-22T15:48:18.401Z |
41922026-05-22T15:48:18.401Zhelp: the trait `From<ByteCount>` is not implemented for `BlockSize`
41932026-05-22T15:48:18.401Z but trait `From<u64>` is implemented for it
41942026-05-22T15:48:18.401Z --> common/src/api/external/mod.rs:690:1
41952026-05-22T15:48:18.401Z |
41962026-05-22T15:48:18.401Z690 | impl From<u64> for BlockSize {
41972026-05-22T15:48:18.401Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41982026-05-22T15:48:18.401Z = help: for that trait implementation, expected `u64`, found `ByteCount`
41992026-05-22T15:48:18.401Z = note: required for `ByteCount` to implement `Into<BlockSize>`
42002026-05-22T15:48:18.401Z
42012026-05-22T15:48:19.438ZFor more information about this error, try `rustc --explain E0277`.
42022026-05-22T15:48:19.528Zerror: could not compile `nexus-external-api` (lib) due to 1 previous error
42032026-05-22T15:48:19.528Zwarning: build failed, waiting for other jobs to finish...
42042026-05-22T15:48:22.250Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/dropshot-apis/Cargo.toml` (exit status: 101)
42052026-05-22T15:48:22.253ZError: cargo-hack install failed: exit status: 1
42062026-05-22T15:48:22.256Z
42072026-05-22T15:48:22.256Zreal 7:22.986080933
42082026-05-22T15:48:22.256Zuser 11:12.669079694
42092026-05-22T15:48:22.256Zsys 3:04.175670443
42102026-05-22T15:48:22.256Ztrap 0.202353360
42112026-05-22T15:48:22.256Ztflt 0.308504193
42122026-05-22T15:48:22.256Zdflt 0.794211547
42132026-05-22T15:48:22.256Zkflt 0.001566090
42142026-05-22T15:48:22.256Zlock 35:52.075050053
42152026-05-22T15:48:22.256Zslp 51:36.312503910
42162026-05-22T15:48:22.256Zlat 54.618656095
42172026-05-22T15:48:22.256Zstop 3:09.948185765
42182026-05-22T15:48:22.256Zprocess exited: duration 583111 ms, exit code 1
 
42192026-05-22T15:48:22.263Zfound 0 output files