01KSK99NN85PK9BAKTMSBW3E6V: 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: 01KSK9A2K1KZ9VZBG33GE46RTE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T23:19:14.372Zjob assigned to worker 01KSK9AB64YVCFRH4ZD4ZHXFXP [factory aws, i-05b6eb0b2dad0e8a9] (queued for 50 s)
 
22026-05-26T23:19:20.845Zstarting task 0: "setup"
32026-05-26T23:19:20.849Z++ uname -s
42026-05-26T23:19:20.852Z+ kern=SunOS
52026-05-26T23:19:20.852Z+ build_user=build
62026-05-26T23:19:20.852Z+ build_uid=12345
72026-05-26T23:19:20.852Z+ work_dir=/work
82026-05-26T23:19:20.852Z+ input_dir=/input
92026-05-26T23:19:20.852Z+ [[ 0 == 12345 ]]
102026-05-26T23:19:20.852Z+ case "$kern" in
112026-05-26T23:19:20.852Z+ groupadd -g 12345 build
122026-05-26T23:19:20.855Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T23:19:22.860Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T23:19:22.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T23:19:22.959Z+ home_fs=zfs
162026-05-26T23:19:22.959Z+ [[ zfs == autofs ]]
172026-05-26T23:19:22.959Z+ mkdir -p /home/build
182026-05-26T23:19:22.960Z+ chown build:build /home/build /work
192026-05-26T23:19:24.961Z+ chmod 0700 /home/build /work
202026-05-26T23:19:24.964Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-26T23:19:24.969Zstarting task 1: "rust-toolchain"
222026-05-26T23:19:24.973Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T23:19:24.973Z * rust toolchain channel = "1.94.0"
242026-05-26T23:19:24.973Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-26T23:19:24.973Z * rust toolchain profile = "default"
262026-05-26T23:19:24.973Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T23:19:24.973Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T23:19:24.976Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T23:19:24.976Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T23:19:25.032Zinfo: downloading installer
312026-05-26T23:19:26.579Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T23:19:26.579Zwarn: /home/build/.rustup/settings.toml
332026-05-26T23:19:26.579Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T23:19:26.579Zwarn: instead of the one inferred from the default host triple.
352026-05-26T23:19:26.591Zinfo: profile set to default
362026-05-26T23:19:26.591Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T23:19:26.594Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T23:19:26.720Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T23:19:26.723Zinfo: downloading 6 components
402026-05-26T23:19:40.526Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T23:19:40.526Z
422026-05-26T23:19:40.554Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T23:19:40.554Z
442026-05-26T23:19:40.554Z
452026-05-26T23:19:40.554ZRust is installed now. Great!
462026-05-26T23:19:40.554Z
472026-05-26T23:19:40.557ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T23:19:40.557Zenvironment variable. This has not been done automatically.
492026-05-26T23:19:40.557Z
502026-05-26T23:19:40.557ZTo configure your current shell, you need to source
512026-05-26T23:19:40.557Zthe corresponding env file under $HOME/.cargo.
522026-05-26T23:19:40.557Z
532026-05-26T23:19:40.558ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T23:19:40.558Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T23:19:40.558Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T23:19:40.558Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T23:19:40.558Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T23:19:40.558Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T23:19:40.558Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T23:19:40.558Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T23:19:40.558Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T23:19:40.644Z+ rustup --version
632026-05-26T23:19:40.652Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T23:19:40.655Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T23:19:40.674Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T23:19:40.677Z+ cargo --version
672026-05-26T23:19:40.690Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T23:19:40.692Z+ rustc --version
692026-05-26T23:19:40.712Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T23:19:40.715Zprocess exited: duration 15745 ms, exit code 0
 
712026-05-26T23:19:40.720Zstarting task 2: "authentication"
722026-05-26T23:19:40.737Zprocess exited: duration 15 ms, exit code 0
 
732026-05-26T23:19:40.744Zstarting task 3: "clone repository"
742026-05-26T23:19:40.747Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T23:19:40.749Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T23:19:40.789ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T23:19:50.900Z+ cd /work/oxidecomputer/omicron
782026-05-26T23:19:50.902Z+ git fetch origin af6067b5dff5ed6fe6873fa669ef5187b35808e5
792026-05-26T23:19:51.174ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T23:19:51.174Z * branch af6067b5dff5ed6fe6873fa669ef5187b35808e5 -> FETCH_HEAD
812026-05-26T23:19:51.184Z+ [[ -n nexus-gzip ]]
822026-05-26T23:19:51.187Z++ git branch --show-current
832026-05-26T23:19:51.187Z+ current=main
842026-05-26T23:19:51.187Z+ [[ main != nexus-gzip ]]
852026-05-26T23:19:51.188Z+ git branch -f nexus-gzip af6067b5dff5ed6fe6873fa669ef5187b35808e5
862026-05-26T23:19:51.192Z+ git checkout -f nexus-gzip
872026-05-26T23:19:51.365ZSwitched to branch 'nexus-gzip'
882026-05-26T23:19:51.368Z+ git reset --hard af6067b5dff5ed6fe6873fa669ef5187b35808e5
892026-05-26T23:19:51.539ZHEAD is now at af6067b5d merge main and resolve conflict
902026-05-26T23:19:51.542Zprocess exited: duration 10796 ms, exit code 0
 
912026-05-26T23:19:51.548Zstarting task 4: "build"
922026-05-26T23:19:51.553Z+ source .github/buildomat/ci-env.sh
932026-05-26T23:19:51.555Z++ export CARGO_TERM_COLOR=always
942026-05-26T23:19:51.555Z++ CARGO_TERM_COLOR=always
952026-05-26T23:19:51.555Z+ cargo --version
962026-05-26T23:19:51.563Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T23:19:51.566Z+ rustc --version
982026-05-26T23:19:51.587Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T23:19:51.589Z+ source ./env.sh
1002026-05-26T23:19:51.589Z++ OLD_SHELL_OPTS=ehxB
1012026-05-26T23:19:51.589Z++ set -o xtrace
1022026-05-26T23:19:51.592Z++++ dirname ./env.sh
1032026-05-26T23:19:51.592Z+++ readlink -f .
1042026-05-26T23:19:51.595Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ 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-26T23:19:51.595Z++ case $OLD_SHELL_OPTS in
1142026-05-26T23:19:51.595Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-26T23:19:51.595Z+ 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-26T23:19:51.595Z+ 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-26T23:19:51.597Z+ banner prerequisites
1182026-05-26T23:19:51.600Z
1192026-05-26T23:19:51.600Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-26T23:19:51.600Z # # # # # # # # # # # # # # #
1212026-05-26T23:19:51.600Z # # # # ##### # # ##### # # # # # #### #
1222026-05-26T23:19:51.600Z ##### ##### # ##### # # # # # # # # #
1232026-05-26T23:19:51.600Z # # # # # # # # # # # # # # #
1242026-05-26T23:19:51.600Z # # # ###### # # ###### ### # #### # #### #
1252026-05-26T23:19:51.600Z
1262026-05-26T23:19:51.600Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-26T23:19:53.057Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-26T23:19:53.126Z Startup: Caching catalogs ... Done
1292026-05-26T23:19:53.389ZPlanning: Solver setup ... Done (0.226s)
1302026-05-26T23:19:53.407ZPlanning: Running solver ... Done (0.019s)
1312026-05-26T23:19:53.414ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-26T23:19:53.425ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-26T23:19:53.440ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-26T23:19:53.453ZPlanning: Package planning ... Done (0.014s)
1352026-05-26T23:19:53.456ZPlanning: Merging actions ... Done (0.001s)
1362026-05-26T23:19:53.647ZPlanning: Checking for conflicting actions ... Done (0.192s)
1372026-05-26T23:19:53.650ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-26T23:19:54.415ZPlanning: Evaluating mediators ... Done (0.766s)
1392026-05-26T23:19:54.418ZPlanning: Planning completed in 1.27 seconds
1402026-05-26T23:19:54.423Z Packages to install: 2
1412026-05-26T23:19:54.426Z Estimated space available: 156.07 GB
1422026-05-26T23:19:54.426ZEstimated space to be consumed: 22.53 MB
1432026-05-26T23:19:54.426Z Create boot environment: No
1442026-05-26T23:19:54.427ZCreate backup boot environment: No
1452026-05-26T23:19:54.427Z Rebuild boot archive: No
1462026-05-26T23:19:54.427Z
1472026-05-26T23:19:54.427ZChanged packages:
1482026-05-26T23:19:54.427Zhelios
1492026-05-26T23:19:54.427Z developer/build-essential
1502026-05-26T23:19:54.427Z None -> 11-3.0
1512026-05-26T23:19:54.427Z library/libxmlsec1
1522026-05-26T23:19:54.427Z None -> 1.2.35-3.0
1532026-05-26T23:19:54.449Z
1542026-05-26T23:19:54.449ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-26T23:19:54.961ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1562026-05-26T23:19:55.021Z Actions: 1/268 actions (Installing new actions)
1572026-05-26T23:19:55.060Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-26T23:19:55.092ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-26T23:19:55.093ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-26T23:19:55.112ZFinalize: Updating image state ... Done (0.019s)
1612026-05-26T23:19:57.504ZFinalize: Creating fast lookup database ... Done (2.370s)
1622026-05-26T23:19:57.571ZFinalize: Reading search index ... Done (0.013s)
1632026-05-26T23:19:57.574ZFinalize: Updating search index ... Done (0.000s)
1642026-05-26T23:19:57.670ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-26T23:19:57.982ZPlanning: Evaluating mediator changes ... Done
1662026-05-26T23:19:58.090ZPlanning: Checking for conflicting actions ... Done
1672026-05-26T23:19:58.093ZPlanning: Consolidating action changes ... Done
1682026-05-26T23:19:58.249ZPlanning: Evaluating mediators ... Done
1692026-05-26T23:19:58.252ZPlanning: Planning completed in 0.27 seconds
1702026-05-26T23:19:58.273Z Mediators to change: 2
1712026-05-26T23:19:58.273Z Create boot environment: No
1722026-05-26T23:19:58.273ZCreate backup boot environment: No
1732026-05-26T23:19:58.328ZFinalize: Updating package state database ... Done
1742026-05-26T23:19:58.328ZFinalize: Updating package cache ... Done
1752026-05-26T23:19:58.338ZFinalize: Updating image state ... Done
1762026-05-26T23:20:00.320ZFinalize: Creating fast lookup database ... Done
1772026-05-26T23:20:00.383ZFinalize: Reading search index ... Done
1782026-05-26T23:20:00.386ZFinalize: Updating search index ... Done
1792026-05-26T23:20:00.480ZFinalize: Updating package cache ... Done
1802026-05-26T23:20:00.769ZPlanning: Evaluating mediator changes ... Done
1812026-05-26T23:20:00.878ZPlanning: Checking for conflicting actions ... Done
1822026-05-26T23:20:00.881ZPlanning: Consolidating action changes ... Done
1832026-05-26T23:20:01.037ZPlanning: Evaluating mediators ... Done
1842026-05-26T23:20:01.041ZPlanning: Planning completed in 0.27 seconds
1852026-05-26T23:20:01.061Z Mediators to change: 1
1862026-05-26T23:20:01.061Z Create boot environment: No
1872026-05-26T23:20:01.061ZCreate backup boot environment: No
1882026-05-26T23:20:01.116ZFinalize: Updating package state database ... Done
1892026-05-26T23:20:01.117ZFinalize: Updating package cache ... Done
1902026-05-26T23:20:01.126ZFinalize: Updating image state ... Done
1912026-05-26T23:20:03.074ZFinalize: Creating fast lookup database ... Done
1922026-05-26T23:20:03.135ZFinalize: Reading search index ... Done
1932026-05-26T23:20:03.138ZFinalize: Updating search index ... Done
1942026-05-26T23:20:03.210ZFinalize: Updating package cache ... Done
1952026-05-26T23:20:03.524ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-26T23:20:03.524Zapache system 2.4 system
1972026-05-26T23:20:03.524Zclang system 15 system
1982026-05-26T23:20:03.525Zcsh system system illumos
1992026-05-26T23:20:03.525Zctags system system illumos
2002026-05-26T23:20:03.525Zfile vendor vendor darwinsys
2012026-05-26T23:20:03.525Zfile system system illumos
2022026-05-26T23:20:03.525Zgcc vendor 14 vendor
2032026-05-26T23:20:03.525Zgcc system 13 system
2042026-05-26T23:20:03.525Zgcc system 10 system
2052026-05-26T23:20:03.526Zgo system 1.25 system
2062026-05-26T23:20:03.526Zllvm system 15 system
2072026-05-26T23:20:03.526Zmariadb system 11.4 system
2082026-05-26T23:20:03.526Zmta vendor vendor dma
2092026-05-26T23:20:03.526Zopenjdk system 17 system
2102026-05-26T23:20:03.526Zopenjdk system 11 system
2112026-05-26T23:20:03.526Zopenssl vendor 3 vendor
2122026-05-26T23:20:03.526Zperl system 5.40 system
2132026-05-26T23:20:03.526Zpostgresql system 18 system
2142026-05-26T23:20:03.526Zpostgresql system 17 system
2152026-05-26T23:20:03.526Zpython vendor 3 vendor
2162026-05-26T23:20:03.526Zpython system 2 system
2172026-05-26T23:20:03.526Zpython3 vendor 3.13 vendor
2182026-05-26T23:20:03.526Zruby system 3.4 system
2192026-05-26T23:20:03.526Zruby system 3.0 system
2202026-05-26T23:20:03.526Zwords vendor vendor american-english
2212026-05-26T23:20:03.526Zwords system system australian-english
2222026-05-26T23:20:03.526Zwords system system british-english
2232026-05-26T23:20:03.526Zwords system system canadian-english
2242026-05-26T23:20:03.527Zwords system system french
2252026-05-26T23:20:03.527Zwords system system italian
2262026-05-26T23:20:03.527Zwords system system ngerman
2272026-05-26T23:20:03.527Zwords system system ogerman
2282026-05-26T23:20:03.527Zwords system system spanish
2292026-05-26T23:20:03.781ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-26T23:20:03.781Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-26T23:20:04.057ZFMRI IFO
2322026-05-26T23:20:04.058Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-26T23:20:04.058Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-26T23:20:04.059Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-26T23:20:04.059Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-26T23:20:04.059Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-26T23:20:04.059Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-26T23:20:04.059Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-26T23:20:04.059Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-26T23:20:04.059Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-26T23:20:04.311Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-26T23:20:04.652Z Updating crates.io index
2432026-05-26T23:20:04.655Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-26T23:20:05.157Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-26T23:20:05.609Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-26T23:20:06.104Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-26T23:20:06.952Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-26T23:20:07.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T23:20:09.194Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-26T23:20:09.925Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-26T23:20:10.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-26T23:20:11.108Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-26T23:20:11.712Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-26T23:20:12.036Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-26T23:20:12.313Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-26T23:20:13.353Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-26T23:20:13.840Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-26T23:20:14.064Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-26T23:20:14.357Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-26T23:20:14.677Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-26T23:20:15.128Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-26T23:20:15.409Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-26T23:20:15.651Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-26T23:20:15.892Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-26T23:20:16.286Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-26T23:20:16.747Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-26T23:20:17.153Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-26T23:20:17.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-26T23:20:17.915Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-26T23:20:18.229Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-26T23:20:19.204Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-26T23:20:19.475Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-26T23:20:20.233Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-26T23:20:20.505Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-26T23:20:20.892Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-26T23:20:21.202Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-26T23:20:21.514Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-26T23:20:21.978Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-26T23:20:22.202Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-26T23:20:22.473Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-26T23:20:22.740Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-26T23:20:23.107Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-26T23:20:34.789Z Downloading crates ...
2842026-05-26T23:20:34.856Z Downloaded block-buffer v0.10.4
2852026-05-26T23:20:34.859Z Downloaded textwrap v0.16.2
2862026-05-26T23:20:34.862Z Downloaded utf8_iter v1.0.4
2872026-05-26T23:20:34.862Z Downloaded cfg-if v1.0.4
2882026-05-26T23:20:34.865Z Downloaded autocfg v1.5.0
2892026-05-26T23:20:34.865Z Downloaded anstyle-parse v0.2.7
2902026-05-26T23:20:34.868Z Downloaded anstyle v1.0.13
2912026-05-26T23:20:34.868Z Downloaded usdt v0.5.0
2922026-05-26T23:20:34.871Z Downloaded camino-tempfile v1.4.1
2932026-05-26T23:20:34.871Z Downloaded cargo-util-schemas v0.8.2
2942026-05-26T23:20:34.871Z Downloaded cargo_metadata v0.21.0
2952026-05-26T23:20:34.873Z Downloaded byteorder v1.5.0
2962026-05-26T23:20:34.873Z Downloaded bytecount v0.6.9
2972026-05-26T23:20:34.877Z Downloaded usdt-macro v0.5.0
2982026-05-26T23:20:34.877Z Downloaded ucd-trie v0.1.7
2992026-05-26T23:20:34.877Z Downloaded clap v4.5.60
3002026-05-26T23:20:34.880Z Downloaded ordered-float v2.10.1
3012026-05-26T23:20:34.882Z Downloaded toml_write v0.1.2
3022026-05-26T23:20:34.882Z Downloaded generic-array v0.14.7
3032026-05-26T23:20:34.882Z Downloaded utf8parse v0.2.2
3042026-05-26T23:20:34.885Z Downloaded unicode-linebreak v0.1.5
3052026-05-26T23:20:34.885Z Downloaded getrandom v0.4.1
3062026-05-26T23:20:34.888Z Downloaded dtrace-parser v0.2.0
3072026-05-26T23:20:34.888Z Downloaded cargo-platform v0.2.0
3082026-05-26T23:20:34.888Z Downloaded unicode-xid v0.2.6
3092026-05-26T23:20:34.888Z Downloaded toml_datetime v0.6.11
3102026-05-26T23:20:34.888Z Downloaded errno v0.3.14
3112026-05-26T23:20:34.891Z Downloaded usdt-attr-macro v0.5.0
3122026-05-26T23:20:34.891Z Downloaded erased-serde v0.4.9
3132026-05-26T23:20:34.891Z Downloaded once_cell v1.21.3
3142026-05-26T23:20:34.894Z Downloaded anstyle-query v1.1.5
3152026-05-26T23:20:34.894Z Downloaded version_check v0.9.5
3162026-05-26T23:20:34.894Z Downloaded cargo_toml v0.21.0
3172026-05-26T23:20:34.897Z Downloaded bitflags v2.11.0
3182026-05-26T23:20:34.897Z Downloaded zerofrom-derive v0.1.6
3192026-05-26T23:20:34.901Z Downloaded plain v0.2.3
3202026-05-26T23:20:34.901Z Downloaded cpufeatures v0.2.17
3212026-05-26T23:20:34.901Z Downloaded colorchoice v1.0.4
3222026-05-26T23:20:34.902Z Downloaded zerofrom v0.1.6
3232026-05-26T23:20:34.902Z Downloaded fnv v1.0.7
3242026-05-26T23:20:34.905Z Downloaded digest v0.10.7
3252026-05-26T23:20:34.905Z Downloaded yoke-derive v0.8.1
3262026-05-26T23:20:34.905Z Downloaded thread-id v4.2.2
3272026-05-26T23:20:34.905Z Downloaded thiserror-impl v2.0.18
3282026-05-26T23:20:34.905Z Downloaded thiserror v1.0.69
3292026-05-26T23:20:34.908Z Downloaded clap_derive v4.5.55
3302026-05-26T23:20:34.908Z Downloaded camino v1.2.2
3312026-05-26T23:20:34.911Z Downloaded dof v0.3.0
3322026-05-26T23:20:34.911Z Downloaded zmij v1.0.21
3332026-05-26T23:20:34.911Z Downloaded fastrand v2.3.0
3342026-05-26T23:20:34.914Z Downloaded stable_deref_trait v1.2.1
3352026-05-26T23:20:34.914Z Downloaded writeable v0.6.2
3362026-05-26T23:20:34.914Z Downloaded usdt-impl v0.5.0
3372026-05-26T23:20:34.914Z Downloaded proc-macro-error-attr v1.0.4
3382026-05-26T23:20:34.917Z Downloaded potential_utf v0.1.4
3392026-05-26T23:20:34.917Z Downloaded heck v0.4.1
3402026-05-26T23:20:34.917Z Downloaded yoke v0.8.1
3412026-05-26T23:20:34.917Z Downloaded zerocopy-derive v0.7.35
3422026-05-26T23:20:34.920Z Downloaded fs-err v3.3.0
3432026-05-26T23:20:34.923Z Downloaded typenum v1.19.0
3442026-05-26T23:20:34.923Z Downloaded toml v0.8.23
3452026-05-26T23:20:34.926Z Downloaded zerovec-derive v0.11.2
3462026-05-26T23:20:34.927Z Downloaded url v2.5.8
3472026-05-26T23:20:34.927Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-26T23:20:34.931Z Downloaded thiserror v2.0.18
3492026-05-26T23:20:34.931Z Downloaded unicode-ident v1.0.24
3502026-05-26T23:20:34.931Z Downloaded thiserror-impl v1.0.69
3512026-05-26T23:20:34.935Z Downloaded tinystr v0.8.2
3522026-05-26T23:20:34.935Z Downloaded swrite v0.1.0
3532026-05-26T23:20:34.935Z Downloaded serde_spanned v0.6.9
3542026-05-26T23:20:34.935Z Downloaded clap_lex v1.0.0
3552026-05-26T23:20:34.938Z Downloaded macaddr v1.0.1
3562026-05-26T23:20:34.938Z Downloaded typeid v1.0.3
3572026-05-26T23:20:34.938Z Downloaded toml_edit v0.22.27
3582026-05-26T23:20:34.941Z Downloaded crypto-common v0.1.7
3592026-05-26T23:20:34.941Z Downloaded form_urlencoded v1.2.2
3602026-05-26T23:20:34.944Z Downloaded anyhow v1.0.102
3612026-05-26T23:20:34.947Z Downloaded heck v0.5.0
3622026-05-26T23:20:34.949Z Downloaded percent-encoding v2.3.2
3632026-05-26T23:20:34.952Z Downloaded zerotrie v0.2.3
3642026-05-26T23:20:34.952Z Downloaded equivalent v1.0.2
3652026-05-26T23:20:34.956Z Downloaded smawk v0.3.2
3662026-05-26T23:20:34.959Z Downloaded zerovec v0.11.5
3672026-05-26T23:20:34.962Z Downloaded pretty-hex v0.4.1
3682026-05-26T23:20:34.962Z Downloaded zerocopy v0.7.35
3692026-05-26T23:20:34.970Z Downloaded strsim v0.11.1
3702026-05-26T23:20:34.973Z Downloaded displaydoc v0.2.5
3712026-05-26T23:20:34.973Z Downloaded winnow v0.7.14
3722026-05-26T23:20:34.978Z Downloaded scroll_derive v0.12.1
3732026-05-26T23:20:34.981Z Downloaded scroll v0.12.0
3742026-05-26T23:20:34.981Z Downloaded unicode-width v0.2.0
3752026-05-26T23:20:35.015Z Downloaded smallvec v1.15.1
3762026-05-26T23:20:35.015Z Downloaded unicode-width v0.1.14
3772026-05-26T23:20:35.015Z Downloaded terminal_size v0.4.3
3782026-05-26T23:20:35.015Z Downloaded tabled_derive v0.7.0
3792026-05-26T23:20:35.015Z Downloaded serde-value v0.7.0
3802026-05-26T23:20:35.015Z Downloaded idna_adapter v1.2.1
3812026-05-26T23:20:35.015Z Downloaded memmap v0.7.0
3822026-05-26T23:20:35.015Z Downloaded proc-macro-error v1.0.4
3832026-05-26T23:20:35.015Z Downloaded sha2 v0.10.9
3842026-05-26T23:20:35.015Z Downloaded serde-untagged v0.1.9
3852026-05-26T23:20:35.015Z Downloaded serde_tokenstream v0.2.3
3862026-05-26T23:20:35.015Z Downloaded quote v1.0.45
3872026-05-26T23:20:35.015Z Downloaded tempfile v3.25.0
3882026-05-26T23:20:35.016Z Downloaded itoa v1.0.17
3892026-05-26T23:20:35.020Z Downloaded semver v1.0.28
3902026-05-26T23:20:35.024Z Downloaded log v0.4.29
3912026-05-26T23:20:35.027Z Downloaded litemap v0.8.1
3922026-05-26T23:20:35.032Z Downloaded synstructure v0.13.2
3932026-05-26T23:20:35.035Z Downloaded anstream v0.6.21
3942026-05-26T23:20:35.038Z Downloaded serde_derive v1.0.228
3952026-05-26T23:20:35.041Z Downloaded icu_properties_data v2.1.2
3962026-05-26T23:20:35.044Z Downloaded icu_properties v2.1.2
3972026-05-26T23:20:35.047Z Downloaded num-traits v0.2.19
3982026-05-26T23:20:35.050Z Downloaded icu_normalizer v2.1.1
3992026-05-26T23:20:35.056Z Downloaded pest_generator v2.8.6
4002026-05-26T23:20:35.058Z Downloaded serde_core v1.0.228
4012026-05-26T23:20:35.062Z Downloaded papergrid v0.11.0
4022026-05-26T23:20:35.065Z Downloaded icu_provider v2.1.1
4032026-05-26T23:20:35.069Z Downloaded icu_normalizer_data v2.1.1
4042026-05-26T23:20:35.072Z Downloaded icu_locale_core v2.1.1
4052026-05-26T23:20:35.075Z Downloaded proc-macro2 v1.0.106
4062026-05-26T23:20:35.078Z Downloaded pest_meta v2.8.6
4072026-05-26T23:20:35.078Z Downloaded pest_derive v2.8.6
4082026-05-26T23:20:35.084Z Downloaded icu_collections v2.1.1
4092026-05-26T23:20:35.086Z Downloaded serde v1.0.228
4102026-05-26T23:20:35.094Z Downloaded indexmap v2.14.0
4112026-05-26T23:20:35.100Z Downloaded memchr v2.8.0
4122026-05-26T23:20:35.109Z Downloaded clap_builder v4.5.60
4132026-05-26T23:20:35.115Z Downloaded idna v1.1.0
4142026-05-26T23:20:35.122Z Downloaded hashbrown v0.17.0
4152026-05-26T23:20:35.127Z Downloaded goblin v0.8.2
4162026-05-26T23:20:35.131Z Downloaded serde_json v1.0.149
4172026-05-26T23:20:35.135Z Downloaded pest v2.8.6
4182026-05-26T23:20:35.147Z Downloaded tabled v0.15.0
4192026-05-26T23:20:35.156Z Downloaded syn v1.0.109
4202026-05-26T23:20:35.169Z Downloaded syn v2.0.117
4212026-05-26T23:20:35.186Z Downloaded rustix v1.1.3
4222026-05-26T23:20:35.216Z Downloaded libc v0.2.185
4232026-05-26T23:20:35.282Z Compiling proc-macro2 v1.0.106
4242026-05-26T23:20:35.282Z Compiling quote v1.0.45
4252026-05-26T23:20:35.282Z Compiling unicode-ident v1.0.24
4262026-05-26T23:20:35.282Z Compiling serde_core v1.0.228
4272026-05-26T23:20:35.282Z Compiling libc v0.2.185
4282026-05-26T23:20:35.285Z Compiling version_check v0.9.5
4292026-05-26T23:20:35.286Z Compiling serde v1.0.228
4302026-05-26T23:20:35.286Z Compiling memchr v2.8.0
4312026-05-26T23:20:35.640Z Compiling stable_deref_trait v1.2.1
4322026-05-26T23:20:35.717Z Compiling zmij v1.0.21
4332026-05-26T23:20:35.879Z Compiling itoa v1.0.17
4342026-05-26T23:20:35.921Z Compiling ucd-trie v0.1.7
4352026-05-26T23:20:36.072Z Compiling thiserror v1.0.69
4362026-05-26T23:20:36.147Z Compiling autocfg v1.5.0
4372026-05-26T23:20:36.194Z Compiling pest v2.8.6
4382026-05-26T23:20:36.223Z Compiling litemap v0.8.1
4392026-05-26T23:20:36.285Z Compiling writeable v0.6.2
4402026-05-26T23:20:36.417Z Compiling icu_properties_data v2.1.2
4412026-05-26T23:20:36.483Z Compiling icu_normalizer_data v2.1.1
4422026-05-26T23:20:36.575Z Compiling byteorder v1.5.0
4432026-05-26T23:20:36.597Z Compiling rustix v1.1.3
4442026-05-26T23:20:36.801Z Compiling syn v2.0.117
4452026-05-26T23:20:36.851Z Compiling errno v0.3.14
4462026-05-26T23:20:36.867Z Compiling bitflags v2.11.0
4472026-05-26T23:20:37.002Z Compiling serde_json v1.0.149
4482026-05-26T23:20:37.151Z Compiling num-traits v0.2.19
4492026-05-26T23:20:37.221Z Compiling pest_meta v2.8.6
4502026-05-26T23:20:37.330Z Compiling hashbrown v0.17.0
4512026-05-26T23:20:37.372Z Compiling equivalent v1.0.2
4522026-05-26T23:20:37.433Z Compiling typeid v1.0.3
4532026-05-26T23:20:37.462Z Compiling smallvec v1.15.1
4542026-05-26T23:20:37.738Z Compiling thread-id v4.2.2
4552026-05-26T23:20:37.754Z Compiling usdt-impl v0.5.0
4562026-05-26T23:20:37.822Z Compiling indexmap v2.14.0
4572026-05-26T23:20:37.870Z Compiling proc-macro-error-attr v1.0.4
4582026-05-26T23:20:37.886Z Compiling winnow v0.7.14
4592026-05-26T23:20:38.058Z Compiling erased-serde v0.4.9
4602026-05-26T23:20:38.107Z Compiling syn v1.0.109
4612026-05-26T23:20:38.317Z Compiling toml_write v0.1.2
4622026-05-26T23:20:38.562Z Compiling proc-macro-error v1.0.4
4632026-05-26T23:20:38.637Z Compiling camino v1.2.2
4642026-05-26T23:20:38.756Z Compiling getrandom v0.4.1
4652026-05-26T23:20:38.930Z Compiling percent-encoding v2.3.2
4662026-05-26T23:20:38.964Z Compiling plain v0.2.3
4672026-05-26T23:20:39.086Z Compiling utf8parse v0.2.2
4682026-05-26T23:20:39.103Z Compiling thiserror v2.0.18
4692026-05-26T23:20:39.118Z Compiling log v0.4.29
4702026-05-26T23:20:39.136Z Compiling utf8_iter v1.0.4
4712026-05-26T23:20:39.172Z Compiling form_urlencoded v1.2.2
4722026-05-26T23:20:39.201Z Compiling anstyle-parse v0.2.7
4732026-05-26T23:20:39.285Z Compiling ordered-float v2.10.1
4742026-05-26T23:20:39.431Z Compiling synstructure v0.13.2
4752026-05-26T23:20:39.447Z Compiling pest_generator v2.8.6
4762026-05-26T23:20:39.596Z Compiling terminal_size v0.4.3
4772026-05-26T23:20:39.744Z Compiling anstyle-query v1.1.5
4782026-05-26T23:20:39.839Z Compiling is_terminal_polyfill v1.70.2
4792026-05-26T23:20:39.872Z Compiling pretty-hex v0.4.1
4802026-05-26T23:20:39.893Z Compiling anstyle v1.0.13
4812026-05-26T23:20:39.938Z Compiling colorchoice v1.0.4
4822026-05-26T23:20:39.977Z Compiling cfg-if v1.0.4
4832026-05-26T23:20:40.052Z Compiling serde-untagged v0.1.9
4842026-05-26T23:20:40.085Z Compiling anstream v0.6.21
4852026-05-26T23:20:40.137Z Compiling semver v1.0.28
4862026-05-26T23:20:40.228Z Compiling fs-err v3.3.0
4872026-05-26T23:20:40.310Z Compiling heck v0.4.1
4882026-05-26T23:20:40.392Z Compiling fastrand v2.3.0
4892026-05-26T23:20:40.417Z Compiling once_cell v1.21.3
4902026-05-26T23:20:40.458Z Compiling heck v0.5.0
4912026-05-26T23:20:40.536Z Compiling unicode-width v0.1.14
4922026-05-26T23:20:40.627Z Compiling fnv v1.0.7
4932026-05-26T23:20:40.656Z Compiling bytecount v0.6.9
4942026-05-26T23:20:40.691Z Compiling unicode-xid v0.2.6
4952026-05-26T23:20:40.732Z Compiling strsim v0.11.1
4962026-05-26T23:20:40.792Z Compiling anyhow v1.0.102
4972026-05-26T23:20:40.812Z Compiling clap_lex v1.0.0
4982026-05-26T23:20:40.814Z Compiling papergrid v0.11.0
4992026-05-26T23:20:40.814Z Compiling tempfile v3.25.0
5002026-05-26T23:20:41.076Z Compiling clap_builder v4.5.60
5012026-05-26T23:20:41.149Z Compiling serde_derive v1.0.228
5022026-05-26T23:20:41.187Z Compiling zerofrom-derive v0.1.6
5032026-05-26T23:20:41.203Z Compiling yoke-derive v0.8.1
5042026-05-26T23:20:41.320Z Compiling zerovec-derive v0.11.2
5052026-05-26T23:20:41.436Z Compiling displaydoc v0.2.5
5062026-05-26T23:20:42.170Z Compiling thiserror-impl v1.0.69
5072026-05-26T23:20:42.225Z Compiling zerocopy-derive v0.7.35
5082026-05-26T23:20:42.338Z Compiling pest_derive v2.8.6
5092026-05-26T23:20:42.409Z Compiling scroll_derive v0.12.1
5102026-05-26T23:20:42.558Z Compiling zerofrom v0.1.6
5112026-05-26T23:20:42.695Z Compiling yoke v0.8.1
5122026-05-26T23:20:42.758Z Compiling thiserror-impl v2.0.18
5132026-05-26T23:20:42.893Z Compiling zerovec v0.11.5
5142026-05-26T23:20:43.065Z Compiling zerotrie v0.2.3
5152026-05-26T23:20:43.081Z Compiling zerocopy v0.7.35
5162026-05-26T23:20:43.448Z Compiling tinystr v0.8.2
5172026-05-26T23:20:43.490Z Compiling potential_utf v0.1.4
5182026-05-26T23:20:43.584Z Compiling dtrace-parser v0.2.0
5192026-05-26T23:20:43.648Z Compiling icu_locale_core v2.1.1
5202026-05-26T23:20:43.665Z Compiling icu_collections v2.1.1
5212026-05-26T23:20:43.703Z Compiling scroll v0.12.0
5222026-05-26T23:20:43.954Z Compiling goblin v0.8.2
5232026-05-26T23:20:44.128Z Compiling tabled_derive v0.7.0
5242026-05-26T23:20:44.178Z Compiling clap_derive v4.5.55
5252026-05-26T23:20:44.241Z Compiling memmap v0.7.0
5262026-05-26T23:20:44.361Z Compiling icu_provider v2.1.1
5272026-05-26T23:20:44.457Z Compiling smawk v0.3.2
5282026-05-26T23:20:44.562Z Compiling serde_spanned v0.6.9
5292026-05-26T23:20:44.598Z Compiling icu_properties v2.1.2
5302026-05-26T23:20:44.629Z Compiling icu_normalizer v2.1.1
5312026-05-26T23:20:44.647Z Compiling toml_datetime v0.6.11
5322026-05-26T23:20:44.667Z Compiling dof v0.3.0
5332026-05-26T23:20:44.709Z Compiling serde_tokenstream v0.2.3
5342026-05-26T23:20:44.931Z Compiling toml_edit v0.22.27
5352026-05-26T23:20:45.062Z Compiling serde-value v0.7.0
5362026-05-26T23:20:45.090Z Compiling cargo-platform v0.2.0
5372026-05-26T23:20:45.197Z Compiling unicode-width v0.2.0
5382026-05-26T23:20:45.395Z Compiling unicode-linebreak v0.1.5
5392026-05-26T23:20:45.460Z Compiling tabled v0.15.0
5402026-05-26T23:20:45.550Z Compiling idna_adapter v1.2.1
5412026-05-26T23:20:45.636Z Compiling idna v1.1.0
5422026-05-26T23:20:45.690Z Compiling textwrap v0.16.2
5432026-05-26T23:20:45.690Z Compiling usdt-macro v0.5.0
5442026-05-26T23:20:45.749Z Compiling usdt-attr-macro v0.5.0
5452026-05-26T23:20:45.949Z Compiling url v2.5.8
5462026-05-26T23:20:46.063Z Compiling clap v4.5.60
5472026-05-26T23:20:46.167Z Compiling macaddr v1.0.1
5482026-05-26T23:20:46.371Z Compiling toml v0.8.23
5492026-05-26T23:20:46.674Z Compiling camino-tempfile v1.4.1
5502026-05-26T23:20:46.677Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-26T23:20:46.909Z Compiling cargo-util-schemas v0.8.2
5522026-05-26T23:20:46.941Z Compiling usdt v0.5.0
5532026-05-26T23:20:46.944Z Compiling cargo_toml v0.21.0
5542026-05-26T23:20:46.994Z Compiling swrite v0.1.0
5552026-05-26T23:20:47.778Z Compiling cargo_metadata v0.21.0
5562026-05-26T23:20:48.758Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-26T23:20:50.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.70s
5582026-05-26T23:20:51.092Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-26T23:20:51.655Z Downloading crates ...
5602026-05-26T23:20:51.796Z Downloaded bitfield-macros v0.19.4
5612026-05-26T23:20:51.799Z Downloaded block-padding v0.3.3
5622026-05-26T23:20:51.808Z Downloaded crucible-workspace-hack v0.1.0
5632026-05-26T23:20:51.811Z Downloaded bit-set v0.5.3
5642026-05-26T23:20:51.814Z Downloaded crc v3.4.0
5652026-05-26T23:20:51.817Z Downloaded atty v0.2.14
5662026-05-26T23:20:51.819Z Downloaded crunchy v0.2.4
5672026-05-26T23:20:51.819Z Downloaded const_format v0.2.35
5682026-05-26T23:20:51.823Z Downloaded endian-type v0.1.2
5692026-05-26T23:20:51.825Z Downloaded darling_macro v0.21.3
5702026-05-26T23:20:51.825Z Downloaded derive_builder_macro v0.20.2
5712026-05-26T23:20:51.825Z Downloaded async-stream v0.3.6
5722026-05-26T23:20:51.828Z Downloaded dsl_auto_type v0.2.0
5732026-05-26T23:20:51.831Z Downloaded dyn-clone v1.0.20
5742026-05-26T23:20:51.834Z Downloaded bcrypt-pbkdf v0.10.0
5752026-05-26T23:20:51.834Z Downloaded atomic-waker v1.1.2
5762026-05-26T23:20:51.836Z Downloaded defmt v0.3.100
5772026-05-26T23:20:51.836Z Downloaded downcast-rs v2.0.2
5782026-05-26T23:20:51.839Z Downloaded dof v0.4.0
5792026-05-26T23:20:51.839Z Downloaded chacha20 v0.9.1
5802026-05-26T23:20:51.839Z Downloaded convert_case v0.4.0
5812026-05-26T23:20:51.842Z Downloaded byte-wrapper v0.1.0
5822026-05-26T23:20:51.845Z Downloaded document-features v0.2.12
5832026-05-26T23:20:51.845Z Downloaded display-error-chain v0.2.2
5842026-05-26T23:20:51.845Z Downloaded darling_macro v0.13.4
5852026-05-26T23:20:51.847Z Downloaded dirs-sys-next v0.1.2
5862026-05-26T23:20:51.848Z Downloaded bb8 v0.8.6
5872026-05-26T23:20:51.848Z Downloaded compression-core v0.4.31
5882026-05-26T23:20:51.848Z Downloaded cargo-platform v0.3.2
5892026-05-26T23:20:51.850Z Downloaded bcs v0.1.6
5902026-05-26T23:20:51.850Z Downloaded embedded-io v0.4.0
5912026-05-26T23:20:51.853Z Downloaded base16ct v0.2.0
5922026-05-26T23:20:51.853Z Downloaded bit-set v0.8.0
5932026-05-26T23:20:51.856Z Downloaded adler2 v2.0.1
5942026-05-26T23:20:51.856Z Downloaded enum-as-inner v0.6.1
5952026-05-26T23:20:51.859Z Downloaded embedded-io v0.6.1
5962026-05-26T23:20:51.859Z Downloaded dtrace-parser v0.3.0
5972026-05-26T23:20:51.859Z Downloaded crc-catalog v2.4.0
5982026-05-26T23:20:51.861Z Downloaded ascii-canvas v3.0.0
5992026-05-26T23:20:51.861Z Downloaded cfg_aliases v0.2.1
6002026-05-26T23:20:51.861Z Downloaded castaway v0.2.4
6012026-05-26T23:20:51.865Z Downloaded assert_matches v1.5.0
6022026-05-26T23:20:51.865Z Downloaded cstr-argument v0.1.2
6032026-05-26T23:20:51.865Z Downloaded darling_macro v0.23.0
6042026-05-26T23:20:51.868Z Downloaded darling_macro v0.20.11
6052026-05-26T23:20:51.868Z Downloaded bitfield-struct v0.6.2
6062026-05-26T23:20:51.868Z Downloaded array-init v0.0.4
6072026-05-26T23:20:51.870Z Downloaded ciborium-ll v0.2.2
6082026-05-26T23:20:51.870Z Downloaded float-ord v0.3.2
6092026-05-26T23:20:51.873Z Downloaded dunce v1.0.5
6102026-05-26T23:20:51.873Z Downloaded diesel_table_macro_syntax v0.3.0
6112026-05-26T23:20:51.873Z Downloaded defmt-parser v1.0.0
6122026-05-26T23:20:51.876Z Downloaded crc8 v0.1.1
6132026-05-26T23:20:51.876Z Downloaded dropshot-api-manager-types v0.7.2
6142026-05-26T23:20:51.879Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-26T23:20:51.879Z Downloaded difflib v0.4.0
6162026-05-26T23:20:51.881Z Downloaded cpufeatures v0.3.0
6172026-05-26T23:20:51.882Z Downloaded aead v0.5.2
6182026-05-26T23:20:51.882Z Downloaded async-stream-impl v0.3.6
6192026-05-26T23:20:51.885Z Downloaded cexpr v0.6.0
6202026-05-26T23:20:51.886Z Downloaded float-cmp v0.10.0
6212026-05-26T23:20:51.888Z Downloaded critical-section v1.2.0
6222026-05-26T23:20:51.889Z Downloaded constant_time_eq v0.4.2
6232026-05-26T23:20:51.889Z Downloaded bit-vec v0.8.0
6242026-05-26T23:20:51.893Z Downloaded crossbeam-deque v0.8.6
6252026-05-26T23:20:51.893Z Downloaded foreign-types v0.5.0
6262026-05-26T23:20:51.893Z Downloaded flagset v0.4.7
6272026-05-26T23:20:51.896Z Downloaded foreign-types v0.3.2
6282026-05-26T23:20:51.896Z Downloaded cfg_aliases v0.1.1
6292026-05-26T23:20:51.896Z Downloaded atomicwrites v0.4.4
6302026-05-26T23:20:51.896Z Downloaded arrayref v0.3.9
6312026-05-26T23:20:51.899Z Downloaded futures-core v0.3.32
6322026-05-26T23:20:51.899Z Downloaded futures-macro v0.3.32
6332026-05-26T23:20:51.901Z Downloaded futures-io v0.3.32
6342026-05-26T23:20:51.901Z Downloaded fallible-iterator v0.2.0
6352026-05-26T23:20:51.901Z Downloaded derive-ex v0.1.8
6362026-05-26T23:20:51.904Z Downloaded ena v0.14.4
6372026-05-26T23:20:51.904Z Downloaded diesel-dtrace v0.5.0
6382026-05-26T23:20:51.906Z Downloaded console v0.15.11
6392026-05-26T23:20:51.909Z Downloaded darling v0.13.4
6402026-05-26T23:20:51.909Z Downloaded bitflags v1.3.2
6412026-05-26T23:20:51.912Z Downloaded either v1.15.0
6422026-05-26T23:20:51.914Z Downloaded futures-sink v0.3.32
6432026-05-26T23:20:51.915Z Downloaded debug-ignore v1.0.5
6442026-05-26T23:20:51.915Z Downloaded cbc v0.1.2
6452026-05-26T23:20:51.918Z Downloaded funty v2.0.0
6462026-05-26T23:20:51.918Z Downloaded foreign-types-shared v0.3.1
6472026-05-26T23:20:51.918Z Downloaded foreign-types-shared v0.1.1
6482026-05-26T23:20:51.918Z Downloaded ciborium-io v0.2.2
6492026-05-26T23:20:51.921Z Downloaded cmake v0.1.57
6502026-05-26T23:20:51.921Z Downloaded cipher v0.4.4
6512026-05-26T23:20:51.921Z Downloaded camino-tempfile-ext v0.3.3
6522026-05-26T23:20:51.924Z Downloaded corncobs v0.1.4
6532026-05-26T23:20:51.924Z Downloaded find-msvc-tools v0.1.9
6542026-05-26T23:20:51.927Z Downloaded ed25519 v2.2.3
6552026-05-26T23:20:51.930Z Downloaded dirs-next v2.0.0
6562026-05-26T23:20:51.930Z Downloaded daft-derive v0.1.7
6572026-05-26T23:20:51.932Z Downloaded defmt v1.0.1
6582026-05-26T23:20:51.935Z Downloaded compression-codecs v0.4.37
6592026-05-26T23:20:51.938Z Downloaded globwalk v0.9.1
6602026-05-26T23:20:51.938Z Downloaded filetime v0.2.27
6612026-05-26T23:20:51.940Z Downloaded ghash v0.5.1
6622026-05-26T23:20:51.941Z Downloaded gethostname v0.5.0
6632026-05-26T23:20:51.941Z Downloaded futures-task v0.3.32
6642026-05-26T23:20:51.943Z Downloaded erased-serde v0.3.31
6652026-05-26T23:20:51.943Z Downloaded daft v0.1.7
6662026-05-26T23:20:51.946Z Downloaded env_logger v0.11.9
6672026-05-26T23:20:51.952Z Downloaded fxhash v0.2.1
6682026-05-26T23:20:51.952Z Downloaded crossbeam-utils v0.8.21
6692026-05-26T23:20:51.952Z Downloaded crossbeam-epoch v0.9.18
6702026-05-26T23:20:51.955Z Downloaded cookie_store v0.22.1
6712026-05-26T23:20:51.955Z Downloaded hash32 v0.3.1
6722026-05-26T23:20:51.955Z Downloaded hash32 v0.2.1
6732026-05-26T23:20:51.955Z Downloaded fs-err v2.11.0
6742026-05-26T23:20:51.959Z Downloaded fixedbitset v0.5.7
6752026-05-26T23:20:51.959Z Downloaded convert_case v0.10.0
6762026-05-26T23:20:51.962Z Downloaded home v0.5.12
6772026-05-26T23:20:51.962Z Downloaded foreign-types-macros v0.2.3
6782026-05-26T23:20:51.962Z Downloaded env_filter v1.0.0
6792026-05-26T23:20:51.964Z Downloaded crc32fast v1.5.0
6802026-05-26T23:20:51.964Z Downloaded foldhash v0.2.0
6812026-05-26T23:20:51.964Z Downloaded base64ct v1.8.3
6822026-05-26T23:20:51.967Z Downloaded headers-core v0.3.0
6832026-05-26T23:20:51.967Z Downloaded darling v0.23.0
6842026-05-26T23:20:51.970Z Downloaded hex-literal v0.4.1
6852026-05-26T23:20:51.973Z Downloaded derive_builder v0.20.2
6862026-05-26T23:20:51.976Z Downloaded hostname v0.3.1
6872026-05-26T23:20:51.976Z Downloaded http-range v0.1.5
6882026-05-26T23:20:51.980Z Downloaded http-body v1.0.1
6892026-05-26T23:20:51.980Z Downloaded hubpack v0.1.2
6902026-05-26T23:20:51.984Z Downloaded darling v0.21.3
6912026-05-26T23:20:51.984Z Downloaded fs_extra v1.3.0
6922026-05-26T23:20:51.987Z Downloaded der_derive v0.7.3
6932026-05-26T23:20:51.987Z Downloaded diff v0.1.13
6942026-05-26T23:20:51.987Z Downloaded ff v0.13.1
6952026-05-26T23:20:51.990Z Downloaded colored v2.2.0
6962026-05-26T23:20:51.990Z Downloaded derive_builder_core v0.20.2
6972026-05-26T23:20:51.993Z Downloaded httpdate v1.0.3
6982026-05-26T23:20:51.993Z Downloaded bzip2 v0.4.4
6992026-05-26T23:20:51.995Z Downloaded hostname v0.4.2
7002026-05-26T23:20:51.995Z Downloaded blake2 v0.10.6
7012026-05-26T23:20:51.998Z Downloaded bit-vec v0.6.3
7022026-05-26T23:20:51.998Z Downloaded des v0.8.1
7032026-05-26T23:20:52.001Z Downloaded ident_case v1.0.1
7042026-05-26T23:20:52.001Z Downloaded glob v0.3.3
7052026-05-26T23:20:52.004Z Downloaded git-stub-vcs v0.1.0
7062026-05-26T23:20:52.004Z Downloaded bzip2 v0.6.1
7072026-05-26T23:20:52.004Z Downloaded futures-executor v0.3.32
7082026-05-26T23:20:52.007Z Downloaded crc-any v2.5.0
7092026-05-26T23:20:52.007Z Downloaded indoc v1.0.9
7102026-05-26T23:20:52.011Z Downloaded indent_write v2.2.0
7112026-05-26T23:20:52.011Z Downloaded instability v0.3.11
7122026-05-26T23:20:52.011Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-26T23:20:52.014Z Downloaded async-bb8-diesel v0.2.1
7142026-05-26T23:20:52.014Z Downloaded instant v0.1.13
7152026-05-26T23:20:52.016Z Downloaded arrayvec v0.7.6
7162026-05-26T23:20:52.016Z Downloaded is-terminal v0.4.17
7172026-05-26T23:20:52.019Z Downloaded inout v0.1.4
7182026-05-26T23:20:52.019Z Downloaded is_ci v1.2.0
7192026-05-26T23:20:52.019Z Downloaded group v0.13.0
7202026-05-26T23:20:52.022Z Downloaded hex v0.4.3
7212026-05-26T23:20:52.022Z Downloaded internet-checksum v0.2.1
7222026-05-26T23:20:52.022Z Downloaded globset v0.4.18
7232026-05-26T23:20:52.025Z Downloaded highway v1.3.0
7242026-05-26T23:20:52.025Z Downloaded lalrpop-util v0.19.12
7252026-05-26T23:20:52.027Z Downloaded base64 v0.22.1
7262026-05-26T23:20:52.030Z Downloaded lazy_static v1.5.0
7272026-05-26T23:20:52.030Z Downloaded illumos-nvpair v0.3.0
7282026-05-26T23:20:52.030Z Downloaded cookie v0.18.1
7292026-05-26T23:20:52.033Z Downloaded libscf-sys v1.1.0
7302026-05-26T23:20:52.033Z Downloaded keccak v0.1.6
7312026-05-26T23:20:52.035Z Downloaded cancel-safe-futures v0.1.5
7322026-05-26T23:20:52.035Z Downloaded lru-cache v0.1.2
7332026-05-26T23:20:52.038Z Downloaded lru v0.12.5
7342026-05-26T23:20:52.038Z Downloaded kstat-rs v0.2.4
7352026-05-26T23:20:52.043Z Downloaded linked-hash-map v0.5.6
7362026-05-26T23:20:52.043Z Downloaded backon v1.6.0
7372026-05-26T23:20:52.045Z Downloaded dropshot_endpoint v0.17.0
7382026-05-26T23:20:52.046Z Downloaded http-body-util v0.1.3
7392026-05-26T23:20:52.046Z Downloaded ciborium v0.2.2
7402026-05-26T23:20:52.048Z Downloaded darling_core v0.13.4
7412026-05-26T23:20:52.052Z Downloaded fatfs v0.3.6
7422026-05-26T23:20:52.055Z Downloaded console v0.16.2
7432026-05-26T23:20:52.055Z Downloaded clang-sys v1.8.1
7442026-05-26T23:20:52.055Z Downloaded derive_more v0.99.20
7452026-05-26T23:20:52.058Z Downloaded maplit v1.0.2
7462026-05-26T23:20:52.062Z Downloaded lzss v0.8.2
7472026-05-26T23:20:52.062Z Downloaded managed v0.8.0
7482026-05-26T23:20:52.066Z Downloaded mime v0.3.17
7492026-05-26T23:20:52.066Z Downloaded hyper-tls v0.6.0
7502026-05-26T23:20:52.066Z Downloaded drift v0.2.0
7512026-05-26T23:20:52.071Z Downloaded hyper-staticfile v0.10.1
7522026-05-26T23:20:52.075Z Downloaded md5 v0.7.0
7532026-05-26T23:20:52.075Z Downloaded maybe-uninit v2.0.0
7542026-05-26T23:20:52.075Z Downloaded match_cfg v0.1.0
7552026-05-26T23:20:52.075Z Downloaded new_debug_unreachable v1.0.6
7562026-05-26T23:20:52.077Z Downloaded multimap v0.10.1
7572026-05-26T23:20:52.077Z Downloaded md-5 v0.10.6
7582026-05-26T23:20:52.077Z Downloaded memoffset v0.9.1
7592026-05-26T23:20:52.080Z Downloaded newtype-uuid-macros v0.1.0
7602026-05-26T23:20:52.082Z Downloaded foldhash v0.1.5
7612026-05-26T23:20:52.082Z Downloaded ingot-types v0.1.2
7622026-05-26T23:20:52.085Z Downloaded ingot v0.1.1
7632026-05-26T23:20:52.085Z Downloaded futures-channel v0.3.32
7642026-05-26T23:20:52.085Z Downloaded newtype_derive v0.1.6
7652026-05-26T23:20:52.088Z Downloaded jobserver v0.1.34
7662026-05-26T23:20:52.088Z Downloaded ipnetwork v0.21.1
7672026-05-26T23:20:52.088Z Downloaded ipnet v2.11.0
7682026-05-26T23:20:52.090Z Downloaded hmac v0.12.1
7692026-05-26T23:20:52.093Z Downloaded newline-converter v0.3.0
7702026-05-26T23:20:52.093Z Downloaded num-conv v0.2.0
7712026-05-26T23:20:52.093Z Downloaded num-derive v0.4.2
7722026-05-26T23:20:52.096Z Downloaded num v0.4.3
7732026-05-26T23:20:52.096Z Downloaded nodrop v0.1.14
7742026-05-26T23:20:52.096Z Downloaded futures v0.3.32
7752026-05-26T23:20:52.099Z Downloaded openssl-probe v0.2.1
7762026-05-26T23:20:52.102Z Downloaded impl-trait-for-tuples v0.2.3
7772026-05-26T23:20:52.102Z Downloaded humantime v2.3.0
7782026-05-26T23:20:52.105Z Downloaded getrandom v0.2.17
7792026-05-26T23:20:52.105Z Downloaded normalize-line-endings v0.3.0
7802026-05-26T23:20:52.107Z Downloaded num-derive v0.3.3
7812026-05-26T23:20:52.107Z Downloaded num_enum_derive v0.5.11
7822026-05-26T23:20:52.110Z Downloaded darling_core v0.20.11
7832026-05-26T23:20:52.113Z Downloaded num-iter v0.1.45
7842026-05-26T23:20:52.113Z Downloaded elliptic-curve v0.13.8
7852026-05-26T23:20:52.115Z Downloaded lock_api v0.4.14
7862026-05-26T23:20:52.118Z Downloaded linear-map v1.2.0
7872026-05-26T23:20:52.118Z Downloaded chacha20poly1305 v0.10.1
7882026-05-26T23:20:52.121Z Downloaded arc-swap v1.8.2
7892026-05-26T23:20:52.124Z Downloaded libsw-core v0.3.2
7902026-05-26T23:20:52.124Z Downloaded getrandom v0.3.4
7912026-05-26T23:20:52.126Z Downloaded lru-slab v0.1.2
7922026-05-26T23:20:52.129Z Downloaded openssl-probe v0.1.6
7932026-05-26T23:20:52.129Z Downloaded openssl-macros v0.1.1
7942026-05-26T23:20:52.129Z Downloaded half v1.8.3
7952026-05-26T23:20:52.132Z Downloaded packed_struct_codegen v0.10.1
7962026-05-26T23:20:52.132Z Downloaded mime_guess v2.0.5
7972026-05-26T23:20:52.135Z Downloaded multer v3.1.0
7982026-05-26T23:20:52.135Z Downloaded indoc v2.0.7
7992026-05-26T23:20:52.137Z Downloaded num_threads v0.1.7
8002026-05-26T23:20:52.137Z Downloaded pbkdf2 v0.11.0
8012026-05-26T23:20:52.140Z Downloaded parse-size v1.1.0
8022026-05-26T23:20:52.140Z Downloaded iana-time-zone v0.1.65
8032026-05-26T23:20:52.142Z Downloaded parse-display v0.10.0
8042026-05-26T23:20:52.142Z Downloaded olpc-cjson v0.1.4
8052026-05-26T23:20:52.145Z Downloaded ingot-macros v0.1.1
8062026-05-26T23:20:52.145Z Downloaded oso-derive v0.27.3
8072026-05-26T23:20:52.145Z Downloaded nibble_vec v0.1.0
8082026-05-26T23:20:52.149Z Downloaded native-tls v0.2.18
8092026-05-26T23:20:52.149Z Downloaded nanorand v0.7.0
8102026-05-26T23:20:52.152Z Downloaded libsw v3.5.0
8112026-05-26T23:20:52.153Z Downloaded flume v0.11.1
8122026-05-26T23:20:52.156Z Downloaded opaque-debug v0.3.1
8132026-05-26T23:20:52.156Z Downloaded nonempty v0.12.0
8142026-05-26T23:20:52.156Z Downloaded num-complex v0.4.6
8152026-05-26T23:20:52.156Z Downloaded libefi-sys v0.1.0
8162026-05-26T23:20:52.159Z Downloaded owo-colors v4.3.0
8172026-05-26T23:20:52.159Z Downloaded num-integer v0.1.46
8182026-05-26T23:20:52.175Z Downloaded num-rational v0.4.2
8192026-05-26T23:20:52.178Z Downloaded der v0.7.10
8202026-05-26T23:20:52.181Z Downloaded darling_core v0.23.0
8212026-05-26T23:20:52.184Z Downloaded pin-utils v0.1.0
8222026-05-26T23:20:52.187Z Downloaded crossbeam-channel v0.5.15
8232026-05-26T23:20:52.187Z Downloaded phf_shared v0.13.1
8242026-05-26T23:20:52.190Z Downloaded phf_shared v0.11.3
8252026-05-26T23:20:52.190Z Downloaded pbkdf2 v0.12.2
8262026-05-26T23:20:52.192Z Downloaded num_enum v0.7.5
8272026-05-26T23:20:52.195Z Downloaded bytes v1.11.1
8282026-05-26T23:20:52.195Z Downloaded num_enum_derive v0.7.5
8292026-05-26T23:20:52.198Z Downloaded predicates-core v1.0.10
8302026-05-26T23:20:52.198Z Downloaded powerfmt v0.2.0
8312026-05-26T23:20:52.201Z Downloaded phf_shared v0.12.1
8322026-05-26T23:20:52.201Z Downloaded paste v1.0.15
8332026-05-26T23:20:52.205Z Downloaded parse-display-derive v0.10.0
8342026-05-26T23:20:52.205Z Downloaded predicates-tree v1.0.13
8352026-05-26T23:20:52.205Z Downloaded precomputed-hash v0.1.1
8362026-05-26T23:20:52.205Z Downloaded memmap2 v0.9.10
8372026-05-26T23:20:52.207Z Downloaded indexmap v1.9.3
8382026-05-26T23:20:52.210Z Downloaded ar_archive_writer v0.5.1
8392026-05-26T23:20:52.213Z Downloaded pem v3.0.6
8402026-05-26T23:20:52.213Z Downloaded phf v0.12.1
8412026-05-26T23:20:52.213Z Downloaded oxide-tokio-rt v0.1.4
8422026-05-26T23:20:52.216Z Downloaded libbz2-rs-sys v0.2.2
8432026-05-26T23:20:52.216Z Downloaded proc-macro-crate v3.4.0
8442026-05-26T23:20:52.218Z Downloaded peg v0.8.5
8452026-05-26T23:20:52.221Z Downloaded progenitor-macro v0.13.0
8462026-05-26T23:20:52.221Z Downloaded darling_core v0.21.3
8472026-05-26T23:20:52.224Z Downloaded progenitor-macro v0.11.2
8482026-05-26T23:20:52.227Z Downloaded pem-rfc7468 v0.7.0
8492026-05-26T23:20:52.227Z Downloaded packed_struct v0.10.1
8502026-05-26T23:20:52.229Z Downloaded oxnet v0.1.4
8512026-05-26T23:20:52.229Z Downloaded expectorate v1.2.0
8522026-05-26T23:20:52.232Z Downloaded heapless v0.8.0
8532026-05-26T23:20:52.235Z Downloaded progenitor-client v0.10.0
8542026-05-26T23:20:52.235Z Downloaded heapless v0.7.17
8552026-05-26T23:20:52.238Z Downloaded derive_more-impl v2.1.1
8562026-05-26T23:20:52.241Z Downloaded progenitor-macro v0.14.0
8572026-05-26T23:20:52.243Z Downloaded progenitor-client v0.11.2
8582026-05-26T23:20:52.243Z Downloaded peg-macros v0.8.5
8592026-05-26T23:20:52.243Z Downloaded password-hash v0.4.2
8602026-05-26T23:20:52.246Z Downloaded pkg-config v0.3.32
8612026-05-26T23:20:52.249Z Downloaded pkcs8 v0.10.2
8622026-05-26T23:20:52.249Z Downloaded pin-project-lite v0.2.17
8632026-05-26T23:20:52.252Z Downloaded radium v0.7.0
8642026-05-26T23:20:52.254Z Downloaded quick-error v1.2.3
8652026-05-26T23:20:52.255Z Downloaded predicates v3.1.4
8662026-05-26T23:20:52.257Z Downloaded password-hash v0.5.0
8672026-05-26T23:20:52.257Z Downloaded parking_lot_core v0.9.12
8682026-05-26T23:20:52.260Z Downloaded rand_chacha v0.3.1
8692026-05-26T23:20:52.260Z Downloaded base64 v0.21.7
8702026-05-26T23:20:52.263Z Downloaded ppv-lite86 v0.2.21
8712026-05-26T23:20:52.266Z Downloaded polyval v0.6.2
8722026-05-26T23:20:52.266Z Downloaded pin-project-internal v1.1.11
8732026-05-26T23:20:52.268Z Downloaded rand_xorshift v0.4.0
8742026-05-26T23:20:52.268Z Downloaded proc-macro-error2 v2.0.1
8752026-05-26T23:20:52.271Z Downloaded poly1305 v0.8.0
8762026-05-26T23:20:52.271Z Downloaded primeorder v0.13.6
8772026-05-26T23:20:52.274Z Downloaded recursive v0.1.1
8782026-05-26T23:20:52.274Z Downloaded hickory-resolver v0.24.4
8792026-05-26T23:20:52.277Z Downloaded ignore v0.4.25
8802026-05-26T23:20:52.281Z Downloaded parking_lot v0.12.5
8812026-05-26T23:20:52.281Z Downloaded diesel_derives v2.3.7
8822026-05-26T23:20:52.284Z Downloaded progenitor v0.14.0
8832026-05-26T23:20:52.287Z Downloaded ref-cast v1.0.25
8842026-05-26T23:20:52.289Z Downloaded ref-cast-impl v1.0.25
8852026-05-26T23:20:52.289Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-05-26T23:20:52.289Z Downloaded progenitor-client v0.13.0
8872026-05-26T23:20:52.292Z Downloaded crossterm v0.28.1
8882026-05-26T23:20:52.295Z Downloaded rfc6979 v0.4.0
8892026-05-26T23:20:52.295Z Downloaded psm v0.1.30
8902026-05-26T23:20:52.298Z Downloaded rustc-hash v2.1.1
8912026-05-26T23:20:52.301Z Downloaded russh-cryptovec v0.7.3
8922026-05-26T23:20:52.301Z Downloaded rtoolbox v0.0.3
8932026-05-26T23:20:52.301Z Downloaded progenitor-extras v0.2.0
8942026-05-26T23:20:52.304Z Downloaded postgres-protocol v0.6.10
8952026-05-26T23:20:52.304Z Downloaded r2d2 v0.8.10
8962026-05-26T23:20:52.306Z Downloaded headers v0.4.1
8972026-05-26T23:20:52.309Z Downloaded rustc_version v0.4.1
8982026-05-26T23:20:52.309Z Downloaded rustc_version v0.1.7
8992026-05-26T23:20:52.312Z Downloaded pkcs1 v0.7.5
9002026-05-26T23:20:52.312Z Downloaded cc v1.2.56
9012026-05-26T23:20:52.315Z Downloaded psl-types v2.0.11
9022026-05-26T23:20:52.315Z Downloaded postcard v1.1.3
9032026-05-26T23:20:52.319Z Downloaded pkcs5 v0.7.1
9042026-05-26T23:20:52.320Z Downloaded phf v0.13.1
9052026-05-26T23:20:52.323Z Downloaded openssl-sys v0.9.115
9062026-05-26T23:20:52.325Z Downloaded same-file v1.0.6
9072026-05-26T23:20:52.325Z Downloaded progenitor v0.13.0
9082026-05-26T23:20:52.325Z Downloaded parking_lot v0.11.2
9092026-05-26T23:20:52.328Z Downloaded indicatif v0.18.4
9102026-05-26T23:20:52.331Z Downloaded rand_core v0.9.5
9112026-05-26T23:20:52.331Z Downloaded rand_chacha v0.9.0
9122026-05-26T23:20:52.334Z Downloaded async-compression v0.4.41
9132026-05-26T23:20:52.336Z Downloaded rand_core v0.6.4
9142026-05-26T23:20:52.339Z Downloaded progenitor v0.11.2
9152026-05-26T23:20:52.339Z Downloaded progenitor-client v0.14.0
9162026-05-26T23:20:52.342Z Downloaded proc-macro-error-attr2 v2.0.0
9172026-05-26T23:20:52.342Z Downloaded scheduled-thread-pool v0.2.7
9182026-05-26T23:20:52.342Z Downloaded proc-macro-crate v1.3.1
9192026-05-26T23:20:52.345Z Downloaded peg-runtime v0.8.5
9202026-05-26T23:20:52.345Z Downloaded salsa20 v0.10.2
9212026-05-26T23:20:52.345Z Downloaded rand_seeder v0.4.0
9222026-05-26T23:20:52.347Z Downloaded omicron-zone-package v0.12.2
9232026-05-26T23:20:52.347Z Downloaded resolv-conf v0.7.6
9242026-05-26T23:20:52.350Z Downloaded miniz_oxide v0.8.9
9252026-05-26T23:20:52.353Z Downloaded sapling-renderdag v0.1.0
9262026-05-26T23:20:52.353Z Downloaded serde-big-array v0.5.1
9272026-05-26T23:20:52.353Z Downloaded scrypt v0.11.0
9282026-05-26T23:20:52.356Z Downloaded scroll_derive v0.13.1
9292026-05-26T23:20:52.356Z Downloaded scopeguard v1.2.0
9302026-05-26T23:20:52.360Z Downloaded path-slash v0.1.5
9312026-05-26T23:20:52.360Z Downloaded parking_lot_core v0.8.6
9322026-05-26T23:20:52.360Z Downloaded newtype-uuid v1.3.2
9332026-05-26T23:20:52.360Z Downloaded bumpalo v3.20.2
9342026-05-26T23:20:52.362Z Downloaded num_enum v0.5.11
9352026-05-26T23:20:52.367Z Downloaded secrecy v0.10.3
9362026-05-26T23:20:52.370Z Downloaded rustls-native-certs v0.8.3
9372026-05-26T23:20:52.370Z Downloaded libloading v0.8.9
9382026-05-26T23:20:52.370Z Downloaded semver v0.1.20
9392026-05-26T23:20:52.372Z Downloaded sha1 v0.10.6
9402026-05-26T23:20:52.372Z Downloaded rustls-pemfile v1.0.4
9412026-05-26T23:20:52.375Z Downloaded serde_plain v1.0.2
9422026-05-26T23:20:52.375Z Downloaded serde_bytes v0.11.19
9432026-05-26T23:20:52.375Z Downloaded hashbrown v0.13.2
9442026-05-26T23:20:52.378Z Downloaded hashbrown v0.12.3
9452026-05-26T23:20:52.381Z Downloaded jiff-static v0.2.21
9462026-05-26T23:20:52.383Z Downloaded oso v0.27.3
9472026-05-26T23:20:52.386Z Downloaded serde_repr v0.1.20
9482026-05-26T23:20:52.389Z Downloaded secrecy v0.8.0
9492026-05-26T23:20:52.389Z Downloaded serde_spanned v1.0.4
9502026-05-26T23:20:52.389Z Downloaded prefix-trie v0.7.0
9512026-05-26T23:20:52.392Z Downloaded rustls-pemfile v2.2.0
9522026-05-26T23:20:52.395Z Downloaded quinn-udp v0.5.14
9532026-05-26T23:20:52.395Z Downloaded hickory-resolver v0.25.2
9542026-05-26T23:20:52.397Z Downloaded signature v2.2.0
9552026-05-26T23:20:52.400Z Downloaded dropshot-api-manager v0.7.2
9562026-05-26T23:20:52.403Z Downloaded crossterm v0.29.0
9572026-05-26T23:20:52.406Z Downloaded rand_core v0.10.0
9582026-05-26T23:20:52.409Z Downloaded signal-hook-tokio v0.3.1
9592026-05-26T23:20:52.409Z Downloaded signal-hook-mio v0.2.5
9602026-05-26T23:20:52.412Z Downloaded slog-envlogger v2.2.0
9612026-05-26T23:20:52.412Z Downloaded siphasher v1.0.2
9622026-05-26T23:20:52.415Z Downloaded serde_urlencoded v0.7.1
9632026-05-26T23:20:52.415Z Downloaded rusty-fork v0.3.1
9642026-05-26T23:20:52.415Z Downloaded postgres-types v0.2.12
9652026-05-26T23:20:52.417Z Downloaded progenitor-impl v0.13.0
9662026-05-26T23:20:52.420Z Downloaded progenitor-impl v0.14.0
9672026-05-26T23:20:52.423Z Downloaded sigpipe v0.1.3
9682026-05-26T23:20:52.423Z Downloaded aes v0.8.4
9692026-05-26T23:20:52.425Z Downloaded slog-bunyan v2.5.0
9702026-05-26T23:20:52.426Z Downloaded pin-project v1.1.11
9712026-05-26T23:20:52.432Z Downloaded serde-hex v0.1.0
9722026-05-26T23:20:52.435Z Downloaded sec1 v0.7.3
9732026-05-26T23:20:52.435Z Downloaded schemars_derive v0.8.22
9742026-05-26T23:20:52.438Z Downloaded sct v0.7.1
9752026-05-26T23:20:52.441Z Downloaded p256 v0.13.2
9762026-05-26T23:20:52.441Z Downloaded sqlparser_derive v0.5.0
9772026-05-26T23:20:52.444Z Downloaded minimal-lexical v0.2.1
9782026-05-26T23:20:52.446Z Downloaded ssh-cipher v0.2.0
9792026-05-26T23:20:52.446Z Downloaded serde_with_macros v1.5.2
9802026-05-26T23:20:52.449Z Downloaded prettyplease v0.2.37
9812026-05-26T23:20:52.452Z Downloaded serde_derive_internals v0.29.1
9822026-05-26T23:20:52.452Z Downloaded itertools v0.10.5
9832026-05-26T23:20:52.455Z Downloaded ssh-encoding v0.2.0
9842026-05-26T23:20:52.457Z Downloaded rustls-pki-types v1.14.0
9852026-05-26T23:20:52.460Z Downloaded http v1.4.0
9862026-05-26T23:20:52.463Z Downloaded rustversion v1.0.22
9872026-05-26T23:20:52.463Z Downloaded seq-macro v0.3.6
9882026-05-26T23:20:52.467Z Downloaded papergrid v0.17.0
9892026-05-26T23:20:52.469Z Downloaded shlex v1.3.0
9902026-05-26T23:20:52.469Z Downloaded litrs v1.0.0
9912026-05-26T23:20:52.472Z Downloaded strsim v0.10.0
9922026-05-26T23:20:52.472Z Downloaded rcgen v0.12.1
9932026-05-26T23:20:52.475Z Downloaded strip-ansi-escapes v0.2.1
9942026-05-26T23:20:52.475Z Downloaded aes-gcm v0.10.3
9952026-05-26T23:20:52.478Z Downloaded simd-adler32 v0.3.8
9962026-05-26T23:20:52.483Z Downloaded signal-hook-registry v1.4.8
9972026-05-26T23:20:52.483Z Downloaded strum v0.27.2
9982026-05-26T23:20:52.483Z Downloaded shell-words v1.1.1
9992026-05-26T23:20:52.483Z Downloaded nu-ansi-term v0.50.3
10002026-05-26T23:20:52.483Z Downloaded half v2.7.1
10012026-05-26T23:20:52.486Z Downloaded flate2 v1.1.9
10022026-05-26T23:20:52.489Z Downloaded strum v0.26.3
10032026-05-26T23:20:52.491Z Downloaded structmeta-derive v0.3.0
10042026-05-26T23:20:52.492Z Downloaded slog-term v2.9.2
10052026-05-26T23:20:52.494Z Downloaded structmeta v0.3.0
10062026-05-26T23:20:52.494Z Downloaded sync-ptr v0.1.4
10072026-05-26T23:20:52.494Z Downloaded slog-scope v4.4.1
10082026-05-26T23:20:52.497Z Downloaded aho-corasick v1.1.4
10092026-05-26T23:20:52.500Z Downloaded pretty_assertions v1.4.1
10102026-05-26T23:20:52.503Z Downloaded smf v0.2.3
10112026-05-26T23:20:52.503Z Downloaded smallvec v0.6.14
10122026-05-26T23:20:52.503Z Downloaded serde_path_to_error v0.1.20
10132026-05-26T23:20:52.505Z Downloaded take_mut v0.2.2
10142026-05-26T23:20:52.505Z Downloaded serde_cbor v0.11.2
10152026-05-26T23:20:52.508Z Downloaded thread-id v5.1.0
10162026-05-26T23:20:52.508Z Downloaded testing_table v0.3.0
10172026-05-26T23:20:52.511Z Downloaded termtree v0.5.1
10182026-05-26T23:20:52.511Z Downloaded tabled_derive v0.11.0
10192026-05-26T23:20:52.511Z Downloaded time-core v0.1.8
10202026-05-26T23:20:52.515Z Downloaded num-bigint v0.4.6
10212026-05-26T23:20:52.518Z Downloaded hyper-util v0.1.20
10222026-05-26T23:20:52.520Z Downloaded tap v1.0.1
10232026-05-26T23:20:52.520Z Downloaded tagptr v0.2.0
10242026-05-26T23:20:52.523Z Downloaded tabwriter v1.4.1
10252026-05-26T23:20:52.523Z Downloaded hashbrown v0.15.5
10262026-05-26T23:20:52.526Z Downloaded thiserror-impl-no-std v2.0.2
10272026-05-26T23:20:52.529Z Downloaded static_assertions v1.1.0
10282026-05-26T23:20:52.529Z Downloaded progenitor-impl v0.11.2
10292026-05-26T23:20:52.532Z Downloaded russh-keys v0.45.0
10302026-05-26T23:20:52.534Z Downloaded slog-json v2.6.1
10312026-05-26T23:20:52.534Z Downloaded slog-dtrace v0.3.0
10322026-05-26T23:20:52.537Z Downloaded stacker v0.1.23
10332026-05-26T23:20:52.537Z Downloaded sqlformat v0.3.5
10342026-05-26T23:20:52.540Z Downloaded spki v0.7.3
10352026-05-26T23:20:52.540Z Downloaded slog-async v2.8.0
10362026-05-26T23:20:52.542Z Downloaded slab v0.4.12
10372026-05-26T23:20:52.542Z Downloaded scroll v0.13.0
10382026-05-26T23:20:52.542Z Downloaded ed25519-dalek v2.2.0
10392026-05-26T23:20:52.545Z Downloaded rustls-platform-verifier v0.6.2
10402026-05-26T23:20:52.548Z Downloaded tokio-macros v2.7.0
10412026-05-26T23:20:52.551Z Downloaded stringprep v0.1.5
10422026-05-26T23:20:52.551Z Downloaded ryu v1.0.23
10432026-05-26T23:20:52.555Z Downloaded strum_macros v0.24.3
10442026-05-26T23:20:52.555Z Downloaded quinn v0.11.9
10452026-05-26T23:20:52.558Z Downloaded subtle v2.6.1
10462026-05-26T23:20:52.558Z Downloaded sync_wrapper v1.0.2
10472026-05-26T23:20:52.558Z Downloaded schemars v0.8.22
10482026-05-26T23:20:52.565Z Downloaded support-bundle-viewer v0.1.2
10492026-05-26T23:20:52.600Z Downloaded mio v1.2.0
10502026-05-26T23:20:52.600Z Downloaded supports-color v3.0.2
10512026-05-26T23:20:52.600Z Downloaded strum_macros v0.26.4
10522026-05-26T23:20:52.600Z Downloaded snafu-derive v0.8.9
10532026-05-26T23:20:52.600Z Downloaded thiserror-no-std v2.0.2
10542026-05-26T23:20:52.600Z Downloaded ron v0.8.1
10552026-05-26T23:20:52.600Z Downloaded topological-sort v0.2.2
10562026-05-26T23:20:52.600Z Downloaded rayon-core v1.13.0
10572026-05-26T23:20:52.600Z Downloaded spin v0.9.8
10582026-05-26T23:20:52.600Z Downloaded hickory-server v0.25.2
10592026-05-26T23:20:52.600Z Downloaded slog-stdlog v4.1.1
10602026-05-26T23:20:52.600Z Downloaded string_cache v0.8.9
10612026-05-26T23:20:52.600Z Downloaded thread_local v1.1.9
10622026-05-26T23:20:52.600Z Downloaded termios v0.3.3
10632026-05-26T23:20:52.600Z Downloaded serde_with_macros v3.17.0
10642026-05-26T23:20:52.600Z Downloaded schemars v0.9.0
10652026-05-26T23:20:52.604Z Downloaded hyper v1.8.1
10662026-05-26T23:20:52.606Z Downloaded try-lock v0.2.5
10672026-05-26T23:20:52.609Z Downloaded tiny-keccak v2.0.2
10682026-05-26T23:20:52.609Z Downloaded tls_codec v0.4.2
10692026-05-26T23:20:52.612Z Downloaded time-macros v0.2.27
10702026-05-26T23:20:52.615Z Downloaded tower-service v0.3.3
10712026-05-26T23:20:52.615Z Downloaded rand v0.8.6
10722026-05-26T23:20:52.617Z Downloaded tower-layer v0.3.3
10732026-05-26T23:20:52.617Z Downloaded trait-variant v0.1.2
10742026-05-26T23:20:52.617Z Downloaded typify-macro v0.4.3
10752026-05-26T23:20:52.620Z Downloaded similar v2.7.0
10762026-05-26T23:20:52.626Z Downloaded tls_codec_derive v0.4.2
10772026-05-26T23:20:52.626Z Downloaded rand v0.9.2
10782026-05-26T23:20:52.629Z Downloaded publicsuffix v2.3.0
10792026-05-26T23:20:52.629Z Downloaded libxml v0.3.3
10802026-05-26T23:20:52.632Z Downloaded signal-hook v0.3.18
10812026-05-26T23:20:52.635Z Downloaded untrusted v0.7.1
10822026-05-26T23:20:52.635Z Downloaded tokio-dtrace v0.1.1
10832026-05-26T23:20:52.638Z Downloaded slog v2.8.2
10842026-05-26T23:20:52.638Z Downloaded typify-macro v0.6.2
10852026-05-26T23:20:52.641Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10862026-05-26T23:20:52.641Z Downloaded unicode-truncate v1.1.0
10872026-05-26T23:20:52.641Z Downloaded unarray v0.1.4
10882026-05-26T23:20:52.644Z Downloaded tokio-tungstenite v0.21.0
10892026-05-26T23:20:52.644Z Downloaded socket2 v0.5.10
10902026-05-26T23:20:52.647Z Downloaded usdt v0.6.0
10912026-05-26T23:20:52.647Z Downloaded tokio-tungstenite v0.23.1
10922026-05-26T23:20:52.647Z Downloaded term v1.2.1
10932026-05-26T23:20:52.651Z Downloaded strum_macros v0.27.2
10942026-05-26T23:20:52.651Z Downloaded usdt-attr-macro v0.6.0
10952026-05-26T23:20:52.654Z Downloaded untrusted v0.9.0
10962026-05-26T23:20:52.654Z Downloaded universal-hash v0.5.1
10972026-05-26T23:20:52.654Z Downloaded tokio-rustls v0.25.0
10982026-05-26T23:20:52.656Z Downloaded tokio-native-tls v0.3.1
10992026-05-26T23:20:52.656Z Downloaded serde_yaml v0.9.34+deprecated
11002026-05-26T23:20:52.659Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11012026-05-26T23:20:52.659Z Downloaded term v0.7.0
11022026-05-26T23:20:52.662Z Downloaded utf-8 v0.7.6
11032026-05-26T23:20:52.665Z Downloaded usdt-macro v0.6.0
11042026-05-26T23:20:52.665Z Downloaded hkdf v0.12.4
11052026-05-26T23:20:52.668Z Downloaded unit-prefix v0.5.2
11062026-05-26T23:20:52.668Z Downloaded tui-tree-widget v0.23.1
11072026-05-26T23:20:52.668Z Downloaded socket2 v0.6.3
11082026-05-26T23:20:52.668Z Downloaded nom v7.1.3
11092026-05-26T23:20:52.672Z Downloaded samael v0.0.19
11102026-05-26T23:20:52.676Z Downloaded hashbrown v0.16.1
11112026-05-26T23:20:52.679Z Downloaded void v1.0.2
11122026-05-26T23:20:52.682Z Downloaded tokio-rustls v0.24.1
11132026-05-26T23:20:52.682Z Downloaded rsa v0.9.10
11142026-05-26T23:20:52.685Z Downloaded itertools v0.13.0
11152026-05-26T23:20:52.689Z Downloaded itertools v0.12.1
11162026-05-26T23:20:52.693Z Downloaded want v0.3.1
11172026-05-26T23:20:52.698Z Downloaded waitgroup v0.1.2
11182026-05-26T23:20:52.698Z Downloaded tokio-stream v0.1.18
11192026-05-26T23:20:52.701Z Downloaded wait-timeout v0.2.1
11202026-05-26T23:20:52.701Z Downloaded iri-string v0.7.10
11212026-05-26T23:20:52.704Z Downloaded rustls-webpki v0.103.9
11222026-05-26T23:20:52.707Z Downloaded qorb v0.4.1
11232026-05-26T23:20:52.709Z Downloaded futures-util v0.3.32
11242026-05-26T23:20:52.717Z Downloaded xshell-macros v0.2.7
11252026-05-26T23:20:52.720Z Downloaded unicase v2.9.0
11262026-05-26T23:20:52.720Z Downloaded rand v0.10.0
11272026-05-26T23:20:52.722Z Downloaded tinyvec_macros v0.1.1
11282026-05-26T23:20:52.722Z Downloaded derive_more v2.1.1
11292026-05-26T23:20:52.729Z Downloaded vergen-lib v9.1.0
11302026-05-26T23:20:52.732Z Downloaded toml_writer v1.0.6+spec-1.1.0
11312026-05-26T23:20:52.732Z Downloaded tracing-attributes v0.1.31
11322026-05-26T23:20:52.734Z Downloaded usdt-impl v0.6.0
11332026-05-26T23:20:52.734Z Downloaded vergen-git2 v9.1.0
11342026-05-26T23:20:52.737Z Downloaded zone_cfg_derive v0.3.1
11352026-05-26T23:20:52.737Z Downloaded p521 v0.13.3
11362026-05-26T23:20:52.740Z Downloaded toml_parser v1.0.9+spec-1.1.0
11372026-05-26T23:20:52.740Z Downloaded zone v0.3.1
11382026-05-26T23:20:52.743Z Downloaded tokio-rustls v0.26.4
11392026-05-26T23:20:52.743Z Downloaded vergen-lib v0.1.6
11402026-05-26T23:20:52.743Z Downloaded h2 v0.4.13
11412026-05-26T23:20:52.747Z Downloaded walkdir v2.5.0
11422026-05-26T23:20:52.751Z Downloaded subprocess v0.2.15
11432026-05-26T23:20:52.753Z Downloaded num-bigint-dig v0.8.6
11442026-05-26T23:20:52.756Z Downloaded test-strategy v0.4.5
11452026-05-26T23:20:52.756Z Downloaded vergen-gitcl v1.0.8
11462026-05-26T23:20:52.759Z Downloaded whoami v2.1.0
11472026-05-26T23:20:52.759Z Downloaded zeroize_derive v1.4.3
11482026-05-26T23:20:52.762Z Downloaded uzers v0.12.2
11492026-05-26T23:20:52.762Z Downloaded twox-hash v2.1.2
11502026-05-26T23:20:52.765Z Downloaded tinyvec v1.10.0
11512026-05-26T23:20:52.765Z Downloaded unicode-properties v0.1.4
11522026-05-26T23:20:52.768Z Downloaded schemars v1.2.1
11532026-05-26T23:20:52.774Z Downloaded xshell v0.2.7
11542026-05-26T23:20:52.777Z Downloaded xattr v1.6.1
11552026-05-26T23:20:52.777Z Downloaded wyz v0.5.1
11562026-05-26T23:20:52.780Z Downloaded toml v1.0.6+spec-1.1.0
11572026-05-26T23:20:52.782Z Downloaded iddqd v0.4.1
11582026-05-26T23:20:52.785Z Downloaded toml v0.7.8
11592026-05-26T23:20:52.788Z Downloaded serde_with v1.14.0
11602026-05-26T23:20:52.793Z Downloaded itertools v0.14.0
11612026-05-26T23:20:52.796Z Downloaded zstd v0.13.3
11622026-05-26T23:20:52.798Z Downloaded vsss-rs v3.3.4
11632026-05-26T23:20:52.798Z Downloaded zeroize v1.8.2
11642026-05-26T23:20:52.801Z Downloaded vergen v9.1.0
11652026-05-26T23:20:52.801Z Downloaded zstd-safe v7.2.4
11662026-05-26T23:20:52.804Z Downloaded libm v0.2.16
11672026-05-26T23:20:52.808Z Downloaded tracing-core v0.1.36
11682026-05-26T23:20:52.811Z Downloaded typify v0.4.3
11692026-05-26T23:20:52.813Z Downloaded russh v0.45.0
11702026-05-26T23:20:52.816Z Downloaded whoami v1.6.1
11712026-05-26T23:20:52.819Z Downloaded snafu v0.8.9
11722026-05-26T23:20:52.821Z Downloaded tar v0.4.45
11732026-05-26T23:20:52.824Z Downloaded crypto-bigint v0.5.5
11742026-05-26T23:20:52.827Z Downloaded rustyline v14.0.0
11752026-05-26T23:20:52.830Z Downloaded compact_str v0.8.1
11762026-05-26T23:20:52.834Z Downloaded yasna v0.5.2
11772026-05-26T23:20:52.837Z Downloaded unsafe-libyaml v0.2.11
11782026-05-26T23:20:52.837Z Downloaded unicode-bidi v0.3.18
11792026-05-26T23:20:52.840Z Downloaded typify v0.6.2
11802026-05-26T23:20:52.840Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-05-26T23:20:52.843Z Downloaded rpassword v7.4.0
11822026-05-26T23:20:52.849Z Downloaded tungstenite v0.21.0
11832026-05-26T23:20:52.849Z Downloaded blake3 v1.8.3
11842026-05-26T23:20:52.852Z Downloaded hyper-rustls v0.27.7
11852026-05-26T23:20:52.854Z Downloaded uuid v1.23.0
11862026-05-26T23:20:52.857Z Downloaded httparse v1.10.1
11872026-05-26T23:20:52.857Z Downloaded allocator-api2 v0.2.21
11882026-05-26T23:20:52.861Z Downloaded derive-where v1.6.0
11892026-05-26T23:20:52.864Z Downloaded hubpack_derive v0.1.1
11902026-05-26T23:20:52.864Z Downloaded colored v3.1.1
11912026-05-26T23:20:52.864Z Downloaded const-oid v0.9.6
11922026-05-26T23:20:52.867Z Downloaded vte v0.14.1
11932026-05-26T23:20:52.869Z Downloaded ahash v0.8.12
11942026-05-26T23:20:52.869Z Downloaded darling v0.20.11
11952026-05-26T23:20:52.873Z Downloaded tungstenite v0.23.0
11962026-05-26T23:20:52.876Z Downloaded p384 v0.13.1
11972026-05-26T23:20:52.878Z Downloaded bitvec v1.0.1
11982026-05-26T23:20:52.887Z Downloaded zerocopy v0.6.6
11992026-05-26T23:20:52.889Z Downloaded tokio-postgres v0.7.16
12002026-05-26T23:20:52.892Z Downloaded git2 v0.20.4
12012026-05-26T23:20:52.895Z Downloaded zopfli v0.8.3
12022026-05-26T23:20:52.898Z Downloaded ssh-key v0.6.7
12032026-05-26T23:20:52.901Z Downloaded reqwest v0.12.28
12042026-05-26T23:20:52.905Z Downloaded unicode_categories v0.1.1
12052026-05-26T23:20:52.909Z Downloaded toml_edit v0.19.15
12062026-05-26T23:20:52.917Z Downloaded yansi v1.0.1
12072026-05-26T23:20:52.919Z Downloaded zip v0.6.6
12082026-05-26T23:20:52.923Z Downloaded reqwest v0.13.2
12092026-05-26T23:20:52.927Z Downloaded aws-lc-rs v1.16.3
12102026-05-26T23:20:52.932Z Downloaded quick-xml v0.37.5
12112026-05-26T23:20:52.934Z Downloaded steno v0.4.1
12122026-05-26T23:20:52.938Z Downloaded regex v1.12.3
12132026-05-26T23:20:52.942Z Downloaded rustls-webpki v0.101.7
12142026-05-26T23:20:52.949Z Downloaded rayon v1.11.0
12152026-05-26T23:20:52.955Z Downloaded chrono v0.4.44
12162026-05-26T23:20:52.959Z Downloaded x509-cert v0.2.5
12172026-05-26T23:20:52.963Z Downloaded unicode-segmentation v1.12.0
12182026-05-26T23:20:52.969Z Downloaded bindgen v0.71.1
12192026-05-26T23:20:52.972Z Downloaded tower v0.5.3
12202026-05-26T23:20:52.976Z Downloaded zerocopy-derive v0.8.40
12212026-05-26T23:20:52.980Z Downloaded salty v0.3.0
12222026-05-26T23:20:52.985Z Downloaded curve25519-dalek v4.1.3
12232026-05-26T23:20:52.990Z Downloaded lalrpop v0.19.12
12242026-05-26T23:20:52.997Z Downloaded rustls-webpki v0.102.8
12252026-05-26T23:20:53.009Z Downloaded moka v0.12.13
12262026-05-26T23:20:53.015Z Downloaded tough v0.22.0
12272026-05-26T23:20:53.022Z Downloaded typed-path v0.9.3
12282026-05-26T23:20:53.025Z Downloaded tokio-util v0.7.18
12292026-05-26T23:20:53.028Z Downloaded object v0.30.4
12302026-05-26T23:20:53.034Z Downloaded zip v4.6.1
12312026-05-26T23:20:53.037Z Downloaded proptest v1.10.0
12322026-05-26T23:20:53.043Z Downloaded tower-http v0.6.8
12332026-05-26T23:20:53.048Z Downloaded goblin v0.10.5
12342026-05-26T23:20:53.053Z Downloaded unicode-normalization v0.1.25
12352026-05-26T23:20:53.056Z Downloaded serde_with v3.17.0
12362026-05-26T23:20:53.063Z Downloaded petname v2.0.2
12372026-05-26T23:20:53.067Z Downloaded radix_trie v0.2.1
12382026-05-26T23:20:53.070Z Downloaded portable-atomic v1.13.1
12392026-05-26T23:20:53.076Z Downloaded reedline v0.40.0
12402026-05-26T23:20:53.080Z Downloaded defmt-macros v1.0.1
12412026-05-26T23:20:53.083Z Downloaded buf-list v1.1.2
12422026-05-26T23:20:53.088Z Downloaded git-stub v1.0.0
12432026-05-26T23:20:53.088Z Downloaded cassowary v0.3.0
12442026-05-26T23:20:53.088Z Downloaded cargo_metadata v0.23.1
12452026-05-26T23:20:53.091Z Downloaded cobs v0.3.0
12462026-05-26T23:20:53.091Z Downloaded chacha20 v0.10.0
12472026-05-26T23:20:53.091Z Downloaded blowfish v0.9.1
12482026-05-26T23:20:53.091Z Downloaded async-trait v0.1.89
12492026-05-26T23:20:53.094Z Downloaded ctr v0.9.2
12502026-05-26T23:20:53.094Z Downloaded winnow v0.5.40
12512026-05-26T23:20:53.098Z Downloaded csv-core v0.1.13
12522026-05-26T23:20:53.101Z Downloaded argon2 v0.5.3
12532026-05-26T23:20:53.101Z Downloaded ecdsa v0.16.9
12542026-05-26T23:20:53.104Z Downloaded bitfield v0.19.4
12552026-05-26T23:20:53.104Z Downloaded quinn-proto v0.11.13
12562026-05-26T23:20:53.110Z Downloaded deranged v0.5.8
12572026-05-26T23:20:53.114Z Downloaded nix v0.27.1
12582026-05-26T23:20:53.118Z Downloaded tabled v0.20.0
12592026-05-26T23:20:53.126Z Downloaded winnow v0.6.26
12602026-05-26T23:20:53.132Z Downloaded openssl v0.10.79
12612026-05-26T23:20:53.139Z Downloaded nix v0.31.2
12622026-05-26T23:20:53.145Z Downloaded regex-syntax v0.6.29
12632026-05-26T23:20:53.151Z Downloaded vcpkg v0.2.15
12642026-05-26T23:20:53.175Z Downloaded zlib-rs v0.6.2
12652026-05-26T23:20:53.180Z Downloaded dropshot v0.17.0
12662026-05-26T23:20:53.203Z Downloaded webpki-roots v1.0.6
12672026-05-26T23:20:53.206Z Downloaded smoltcp v0.11.0
12682026-05-26T23:20:53.213Z Downloaded object v0.37.3
12692026-05-26T23:20:53.221Z Downloaded zerocopy v0.8.40
12702026-05-26T23:20:53.225Z Downloaded rustix v0.38.44
12712026-05-26T23:20:53.239Z Downloaded rustls v0.22.4
12722026-05-26T23:20:53.246Z Downloaded regress v0.10.5
12732026-05-26T23:20:53.251Z Downloaded openapiv3 v2.2.0
12742026-05-26T23:20:53.257Z Downloaded regex-syntax v0.8.10
12752026-05-26T23:20:53.262Z Downloaded hickory-proto v0.25.2
12762026-05-26T23:20:53.271Z Downloaded rustls v0.23.37
12772026-05-26T23:20:53.278Z Downloaded hickory-proto v0.24.4
12782026-05-26T23:20:53.288Z Downloaded regress v0.11.1
12792026-05-26T23:20:53.292Z Downloaded nix v0.28.0
12802026-05-26T23:20:53.298Z Downloaded bstr v1.12.1
12812026-05-26T23:20:53.304Z Downloaded sqlparser v0.61.0
12822026-05-26T23:20:53.308Z Downloaded diesel v2.3.7
12832026-05-26T23:20:53.320Z Downloaded time v0.3.47
12842026-05-26T23:20:53.327Z Downloaded smoltcp v0.9.1
12852026-05-26T23:20:53.333Z Downloaded ratatui v0.29.0
12862026-05-26T23:20:53.344Z Downloaded sled v0.34.7
12872026-05-26T23:20:53.353Z Downloaded typify-impl v0.6.2
12882026-05-26T23:20:53.360Z Downloaded typify-impl v0.4.3
12892026-05-26T23:20:53.370Z Downloaded tracing v0.1.44
12902026-05-26T23:20:53.415Z Downloaded rustls v0.21.12
12912026-05-26T23:20:53.415Z Downloaded regex-automata v0.4.14
12922026-05-26T23:20:53.415Z Downloaded polar-core v0.27.3
12932026-05-26T23:20:53.415Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-05-26T23:20:53.415Z Downloaded zerocopy-derive v0.6.6
12952026-05-26T23:20:53.418Z Downloaded data-encoding v2.10.0
12962026-05-26T23:20:53.418Z Downloaded async-recursion v1.1.1
12972026-05-26T23:20:53.418Z Downloaded fixedbitset v0.4.2
12982026-05-26T23:20:53.418Z Downloaded backoff v0.4.0
12992026-05-26T23:20:53.418Z Downloaded fd-lock v4.0.4
13002026-05-26T23:20:53.418Z Downloaded const_format_proc_macros v0.2.34
13012026-05-26T23:20:53.432Z Downloaded csv v1.4.0
13022026-05-26T23:20:53.447Z Downloaded petgraph v0.6.5
13032026-05-26T23:20:53.454Z Downloaded chrono-tz v0.10.4
13042026-05-26T23:20:53.463Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-26T23:20:53.475Z Downloaded jiff v0.2.21
13062026-05-26T23:20:53.484Z Downloaded sha3 v0.10.8
13072026-05-26T23:20:53.489Z Downloaded petgraph v0.8.3
13082026-05-26T23:20:53.499Z Downloaded libz-sys v1.1.24
13092026-05-26T23:20:53.516Z Downloaded tokio v1.52.1
13102026-05-26T23:20:53.543Z Downloaded encoding_rs v0.8.35
13112026-05-26T23:20:53.577Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-26T23:20:53.613Z Downloaded ring v0.17.14
13132026-05-26T23:20:54.106Z Downloaded aws-lc-sys v0.40.0
13142026-05-26T23:20:54.349Z Compiling libc v0.2.185
13152026-05-26T23:20:54.350Z Compiling serde v1.0.228
13162026-05-26T23:20:54.352Z Compiling log v0.4.29
13172026-05-26T23:20:54.352Z Compiling find-msvc-tools v0.1.9
13182026-05-26T23:20:54.502Z Compiling shlex v1.3.0
13192026-05-26T23:20:54.519Z Compiling syn v2.0.117
13202026-05-26T23:20:54.529Z Compiling smallvec v1.15.1
13212026-05-26T23:20:54.532Z Compiling typenum v1.19.0
13222026-05-26T23:20:54.701Z Compiling generic-array v0.14.7
13232026-05-26T23:20:54.715Z Compiling subtle v2.6.1
13242026-05-26T23:20:54.760Z Compiling scopeguard v1.2.0
13252026-05-26T23:20:54.775Z Compiling const-oid v0.9.6
13262026-05-26T23:20:54.834Z Compiling serde_json v1.0.149
13272026-05-26T23:20:54.870Z Compiling lock_api v0.4.14
13282026-05-26T23:20:54.901Z Compiling zerocopy v0.8.40
13292026-05-26T23:20:54.954Z Compiling parking_lot_core v0.9.12
13302026-05-26T23:20:55.099Z Compiling pin-project-lite v0.2.17
13312026-05-26T23:20:55.189Z Compiling portable-atomic v1.13.1
13322026-05-26T23:20:55.223Z Compiling pkg-config v0.3.32
13332026-05-26T23:20:55.358Z Compiling getrandom v0.2.17
13342026-05-26T23:20:55.422Z Compiling jobserver v0.1.34
13352026-05-26T23:20:55.521Z Compiling rand_core v0.6.4
13362026-05-26T23:20:55.538Z Compiling errno v0.3.14
13372026-05-26T23:20:55.653Z Compiling cc v1.2.56
13382026-05-26T23:20:55.784Z Compiling signal-hook-registry v1.4.8
13392026-05-26T23:20:55.798Z Compiling bitflags v2.11.0
13402026-05-26T23:20:55.801Z Compiling libm v0.2.16
13412026-05-26T23:20:55.872Z Compiling critical-section v1.2.0
13422026-05-26T23:20:55.981Z Compiling futures-core v0.3.32
13432026-05-26T23:20:56.020Z Compiling parking_lot v0.12.5
13442026-05-26T23:20:56.046Z Compiling mio v1.2.0
13452026-05-26T23:20:56.123Z Compiling num-traits v0.2.19
13462026-05-26T23:20:56.138Z Compiling once_cell v1.21.3
13472026-05-26T23:20:56.225Z Compiling percent-encoding v2.3.2
13482026-05-26T23:20:56.345Z Compiling socket2 v0.6.3
13492026-05-26T23:20:56.384Z Compiling futures-sink v0.3.32
13502026-05-26T23:20:56.412Z Compiling getrandom v0.4.1
13512026-05-26T23:20:56.463Z Compiling futures-channel v0.3.32
13522026-05-26T23:20:56.483Z Compiling slab v0.4.12
13532026-05-26T23:20:56.503Z Compiling futures-task v0.3.32
13542026-05-26T23:20:56.658Z Compiling futures-io v0.3.32
13552026-05-26T23:20:56.673Z Compiling cpufeatures v0.2.17
13562026-05-26T23:20:56.690Z Compiling rand_core v0.10.0
13572026-05-26T23:20:56.734Z Compiling indexmap v2.14.0
13582026-05-26T23:20:56.763Z Compiling rustversion v1.0.22
13592026-05-26T23:20:56.779Z Compiling getrandom v0.3.4
13602026-05-26T23:20:56.807Z Compiling form_urlencoded v1.2.2
13612026-05-26T23:20:57.068Z Compiling cmake v0.1.57
13622026-05-26T23:20:57.142Z Compiling dunce v1.0.5
13632026-05-26T23:20:57.178Z Compiling fs_extra v1.3.0
13642026-05-26T23:20:57.276Z Compiling ident_case v1.0.1
13652026-05-26T23:20:57.378Z Compiling synstructure v0.13.2
13662026-05-26T23:20:57.400Z Compiling base64ct v1.8.3
13672026-05-26T23:20:57.444Z Compiling iana-time-zone v0.1.65
13682026-05-26T23:20:57.458Z Compiling aws-lc-sys v0.40.0
13692026-05-26T23:20:57.604Z Compiling regex-syntax v0.8.10
13702026-05-26T23:20:57.642Z Compiling pem-rfc7468 v0.7.0
13712026-05-26T23:20:57.688Z Compiling flagset v0.4.7
13722026-05-26T23:20:57.716Z Compiling rustix v1.1.3
13732026-05-26T23:20:57.807Z Compiling rand_core v0.9.5
13742026-05-26T23:20:57.822Z Compiling ring v0.17.14
13752026-05-26T23:20:57.943Z Compiling aws-lc-rs v1.16.3
13762026-05-26T23:20:57.976Z Compiling vcpkg v0.2.15
13772026-05-26T23:20:58.077Z Compiling uuid v1.23.0
13782026-05-26T23:20:58.314Z Compiling rustc_version v0.4.1
13792026-05-26T23:20:58.649Z Compiling tracing-core v0.1.36
13802026-05-26T23:20:58.744Z Compiling openssl-sys v0.9.115
13812026-05-26T23:20:58.840Z Compiling base64 v0.22.1
13822026-05-26T23:20:59.056Z Compiling serde_derive v1.0.228
13832026-05-26T23:20:59.169Z Compiling zeroize_derive v1.4.3
13842026-05-26T23:20:59.201Z Compiling zerofrom-derive v0.1.6
13852026-05-26T23:20:59.270Z Compiling yoke-derive v0.8.1
13862026-05-26T23:20:59.538Z Compiling zerovec-derive v0.11.2
13872026-05-26T23:20:59.819Z Compiling zeroize v1.8.2
13882026-05-26T23:21:00.023Z Compiling zerocopy-derive v0.8.40
13892026-05-26T23:21:00.452Z Compiling displaydoc v0.2.5
13902026-05-26T23:21:00.599Z Compiling crypto-common v0.1.7
13912026-05-26T23:21:00.625Z Compiling zerofrom v0.1.6
13922026-05-26T23:21:00.680Z Compiling block-buffer v0.10.4
13932026-05-26T23:21:00.742Z Compiling yoke v0.8.1
13942026-05-26T23:21:00.756Z Compiling tokio-macros v2.7.0
13952026-05-26T23:21:00.843Z Compiling digest v0.10.7
13962026-05-26T23:21:00.926Z Compiling zerovec v0.11.5
13972026-05-26T23:21:01.090Z Compiling futures-macro v0.3.32
13982026-05-26T23:21:01.193Z Compiling zerotrie v0.2.3
13992026-05-26T23:21:01.425Z Compiling tinystr v0.8.2
14002026-05-26T23:21:01.463Z Compiling potential_utf v0.1.4
14012026-05-26T23:21:01.485Z Compiling hmac v0.12.1
14022026-05-26T23:21:01.619Z Compiling icu_locale_core v2.1.1
14032026-05-26T23:21:01.619Z Compiling icu_collections v2.1.1
14042026-05-26T23:21:01.645Z Compiling block-padding v0.3.3
14052026-05-26T23:21:01.797Z Compiling inout v0.1.4
14062026-05-26T23:21:01.869Z Compiling futures-util v0.3.32
14072026-05-26T23:21:01.963Z Compiling cipher v0.4.4
14082026-05-26T23:21:02.097Z Compiling sha2 v0.10.9
14092026-05-26T23:21:02.218Z Compiling der_derive v0.7.3
14102026-05-26T23:21:02.496Z Compiling bytes v1.11.1
14112026-05-26T23:21:02.519Z Compiling icu_provider v2.1.1
14122026-05-26T23:21:02.554Z Compiling chrono v0.4.44
14132026-05-26T23:21:02.815Z Compiling icu_properties v2.1.2
14142026-05-26T23:21:03.112Z Compiling tokio v1.52.1
14152026-05-26T23:21:03.160Z Compiling icu_normalizer v2.1.1
14162026-05-26T23:21:03.488Z Compiling der v0.7.10
14172026-05-26T23:21:03.760Z Compiling idna_adapter v1.2.1
14182026-05-26T23:21:03.900Z Compiling idna v1.1.0
14192026-05-26T23:21:03.965Z Compiling http v1.4.0
14202026-05-26T23:21:04.008Z Compiling salsa20 v0.10.2
14212026-05-26T23:21:04.150Z Compiling pbkdf2 v0.12.2
14222026-05-26T23:21:04.166Z Compiling rustls-pki-types v1.14.0
14232026-05-26T23:21:04.267Z Compiling url v2.5.8
14242026-05-26T23:21:04.505Z Compiling ppv-lite86 v0.2.21
14252026-05-26T23:21:04.558Z Compiling spki v0.7.3
14262026-05-26T23:21:04.609Z Compiling thiserror-impl v2.0.18
14272026-05-26T23:21:04.704Z Compiling tracing-attributes v0.1.31
14282026-05-26T23:21:04.761Z Compiling http-body v1.0.1
14292026-05-26T23:21:04.823Z Compiling rand_chacha v0.9.0
14302026-05-26T23:21:04.862Z Compiling scrypt v0.11.0
14312026-05-26T23:21:04.908Z Compiling cbc v0.1.2
14322026-05-26T23:21:05.056Z Compiling aes v0.8.4
14332026-05-26T23:21:05.110Z Compiling untrusted v0.9.0
14342026-05-26T23:21:05.135Z Compiling untrusted v0.7.1
14352026-05-26T23:21:05.233Z Compiling httparse v1.10.1
14362026-05-26T23:21:05.260Z Compiling openssl-probe v0.2.1
14372026-05-26T23:21:05.434Z Compiling tinyvec_macros v0.1.1
14382026-05-26T23:21:05.508Z Compiling tinyvec v1.10.0
14392026-05-26T23:21:05.521Z Compiling pkcs5 v0.7.1
14402026-05-26T23:21:05.853Z Compiling pest_generator v2.8.6
14412026-05-26T23:21:05.915Z Compiling thiserror v2.0.18
14422026-05-26T23:21:05.987Z Compiling rand v0.9.2
14432026-05-26T23:21:05.991Z Compiling tracing v0.1.44
14442026-05-26T23:21:06.020Z Compiling serde_derive_internals v0.29.1
14452026-05-26T23:21:06.093Z Compiling aho-corasick v1.1.4
14462026-05-26T23:21:06.264Z Compiling atomic-waker v1.1.2
14472026-05-26T23:21:06.389Z Compiling tower-service v0.3.3
14482026-05-26T23:21:06.488Z Compiling schemars v0.8.22
14492026-05-26T23:21:06.540Z Compiling dyn-clone v1.0.20
14502026-05-26T23:21:06.679Z Compiling rustls v0.23.37
14512026-05-26T23:21:06.694Z Compiling tower-layer v0.3.3
14522026-05-26T23:21:06.760Z Compiling try-lock v0.2.5
14532026-05-26T23:21:06.848Z Compiling tokio-util v0.7.18
14542026-05-26T23:21:06.851Z Compiling want v0.3.1
14552026-05-26T23:21:06.876Z Compiling regex-automata v0.4.14
14562026-05-26T23:21:06.917Z Compiling schemars_derive v0.8.22
14572026-05-26T23:21:07.052Z Compiling pest_derive v2.8.6
14582026-05-26T23:21:07.360Z Compiling pkcs8 v0.10.2
14592026-05-26T23:21:07.664Z Compiling h2 v0.4.13
14602026-05-26T23:21:07.768Z Compiling ipnet v2.11.0
14612026-05-26T23:21:07.774Z Compiling scroll_derive v0.13.1
14622026-05-26T23:21:07.890Z Compiling darling_core v0.20.11
14632026-05-26T23:21:08.141Z Compiling httpdate v1.0.3
14642026-05-26T23:21:08.310Z Compiling openssl v0.10.79
14652026-05-26T23:21:08.380Z Compiling foreign-types-shared v0.1.1
14662026-05-26T23:21:08.469Z Compiling pin-utils v0.1.0
14672026-05-26T23:21:08.557Z Compiling foreign-types v0.3.2
14682026-05-26T23:21:08.573Z Compiling tempfile v3.25.0
14692026-05-26T23:21:08.616Z Compiling scroll v0.13.0
14702026-05-26T23:21:08.809Z Compiling unicode-normalization v0.1.25
14712026-05-26T23:21:08.942Z Compiling openssl-macros v0.1.1
14722026-05-26T23:21:09.270Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-26T23:21:09.303Z Compiling spin v0.9.8
14742026-05-26T23:21:09.335Z Compiling time-core v0.1.8
14752026-05-26T23:21:09.483Z Compiling num-conv v0.2.0
14762026-05-26T23:21:09.509Z Compiling powerfmt v0.2.0
14772026-05-26T23:21:09.615Z Compiling native-tls v0.2.18
14782026-05-26T23:21:09.651Z Compiling crc32fast v1.5.0
14792026-05-26T23:21:09.834Z Compiling deranged v0.5.8
14802026-05-26T23:21:09.927Z Compiling time-macros v0.2.27
14812026-05-26T23:21:10.199Z Compiling darling_macro v0.20.11
14822026-05-26T23:21:10.659Z Compiling hyper v1.8.1
14832026-05-26T23:21:10.797Z Compiling darling v0.20.11
14842026-05-26T23:21:10.882Z Compiling goblin v0.10.5
14852026-05-26T23:21:10.960Z Compiling rustls-native-certs v0.8.3
14862026-05-26T23:21:10.975Z Compiling sync_wrapper v1.0.2
14872026-05-26T23:21:11.081Z Compiling wait-timeout v0.2.1
14882026-05-26T23:21:11.242Z Compiling siphasher v1.0.2
14892026-05-26T23:21:11.347Z Compiling quick-error v1.2.3
14902026-05-26T23:21:11.432Z Compiling bit-vec v0.8.0
14912026-05-26T23:21:11.453Z Compiling num_threads v0.1.7
14922026-05-26T23:21:11.550Z Compiling syn v1.0.109
14932026-05-26T23:21:11.620Z Compiling crossbeam-utils v0.8.21
14942026-05-26T23:21:11.653Z Compiling simd-adler32 v0.3.8
14952026-05-26T23:21:11.845Z Compiling hyper-util v0.1.20
14962026-05-26T23:21:11.895Z Compiling usdt-impl v0.6.0
14972026-05-26T23:21:11.975Z Compiling bit-set v0.8.0
14982026-05-26T23:21:12.120Z Compiling time v0.3.47
14992026-05-26T23:21:12.205Z Compiling rusty-fork v0.3.1
15002026-05-26T23:21:12.442Z Compiling tower v0.5.3
15012026-05-26T23:21:12.519Z Compiling derive_builder_core v0.20.2
15022026-05-26T23:21:12.910Z Compiling dtrace-parser v0.3.0
15032026-05-26T23:21:13.108Z Compiling http-body-util v0.1.3
15042026-05-26T23:21:13.388Z Compiling webpki-roots v1.0.6
15052026-05-26T23:21:13.404Z Compiling signature v2.2.0
15062026-05-26T23:21:13.510Z Compiling scroll_derive v0.12.1
15072026-05-26T23:21:13.586Z Compiling thiserror-impl v1.0.69
15082026-05-26T23:21:13.589Z Compiling heapless v0.7.17
15092026-05-26T23:21:13.666Z Compiling dof v0.4.0
15102026-05-26T23:21:13.668Z Compiling rand_xorshift v0.4.0
15112026-05-26T23:21:13.834Z Compiling slog v2.8.2
15122026-05-26T23:21:13.848Z Compiling darling_core v0.21.3
15132026-05-26T23:21:14.017Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-26T23:21:14.171Z Compiling thread-id v5.1.0
15152026-05-26T23:21:14.258Z Compiling cookie v0.18.1
15162026-05-26T23:21:14.292Z Compiling signal-hook v0.3.18
15172026-05-26T23:21:14.437Z Compiling unicode-properties v0.1.4
15182026-05-26T23:21:14.461Z Compiling iri-string v0.7.10
15192026-05-26T23:21:14.648Z Compiling unarray v0.1.4
15202026-05-26T23:21:14.762Z Compiling unicode-bidi v0.3.18
15212026-05-26T23:21:14.830Z Compiling ryu v1.0.23
15222026-05-26T23:21:14.833Z Compiling allocator-api2 v0.2.21
15232026-05-26T23:21:15.010Z Compiling paste v1.0.15
15242026-05-26T23:21:15.164Z Compiling adler2 v2.0.1
15252026-05-26T23:21:15.167Z Compiling anyhow v1.0.102
15262026-05-26T23:21:15.272Z Compiling zstd-safe v7.2.4
15272026-05-26T23:21:15.307Z Compiling miniz_oxide v0.8.9
15282026-05-26T23:21:15.338Z Compiling stringprep v0.1.5
15292026-05-26T23:21:15.465Z Compiling serde_urlencoded v0.7.1
15302026-05-26T23:21:15.686Z Compiling tower-http v0.6.8
15312026-05-26T23:21:15.703Z Compiling thiserror v1.0.69
15322026-05-26T23:21:15.771Z Compiling proptest v1.10.0
15332026-05-26T23:21:15.951Z Compiling scroll v0.12.0
15342026-05-26T23:21:16.142Z Compiling derive_builder_macro v0.20.2
15352026-05-26T23:21:16.209Z Compiling tokio-native-tls v0.3.1
15362026-05-26T23:21:16.330Z Compiling darling_macro v0.21.3
15372026-05-26T23:21:16.429Z Compiling ipnetwork v0.21.1
15382026-05-26T23:21:16.586Z Compiling bstr v1.12.1
15392026-05-26T23:21:16.646Z Compiling rand_chacha v0.3.1
15402026-05-26T23:21:16.809Z Compiling toml_datetime v0.6.11
15412026-05-26T23:21:16.826Z Compiling serde_tokenstream v0.2.3
15422026-05-26T23:21:16.861Z Compiling erased-serde v0.3.31
15432026-05-26T23:21:17.066Z Compiling serde_spanned v0.6.9
15442026-05-26T23:21:17.127Z Compiling md-5 v0.10.6
15452026-05-26T23:21:17.212Z Compiling async-trait v0.1.89
15462026-05-26T23:21:17.228Z Compiling pin-project-internal v1.1.11
15472026-05-26T23:21:17.286Z Compiling zerocopy-derive v0.7.35
15482026-05-26T23:21:17.340Z Compiling curve25519-dalek v4.1.3
15492026-05-26T23:21:17.453Z Compiling vergen-lib v9.1.0
15502026-05-26T23:21:17.633Z Compiling num-integer v0.1.46
15512026-05-26T23:21:17.669Z Compiling hash32 v0.2.1
15522026-05-26T23:21:17.862Z Compiling ff v0.13.1
15532026-05-26T23:21:17.968Z Compiling memoffset v0.9.1
15542026-05-26T23:21:17.999Z Compiling encoding_rs v0.8.35
15552026-05-26T23:21:18.141Z Compiling fallible-iterator v0.2.0
15562026-05-26T23:21:18.153Z Compiling num-bigint-dig v0.8.6
15572026-05-26T23:21:18.263Z Compiling mime v0.3.17
15582026-05-26T23:21:18.368Z Compiling zlib-rs v0.6.2
15592026-05-26T23:21:18.401Z Compiling psl-types v2.0.11
15602026-05-26T23:21:18.487Z Compiling rustix v0.38.44
15612026-05-26T23:21:18.529Z Compiling cfg_aliases v0.2.1
15622026-05-26T23:21:18.529Z Compiling ref-cast v1.0.25
15632026-05-26T23:21:18.608Z Compiling smoltcp v0.9.1
15642026-05-26T23:21:18.835Z Compiling base16ct v0.2.0
15652026-05-26T23:21:18.849Z Compiling litrs v1.0.0
15662026-05-26T23:21:18.965Z Compiling sec1 v0.7.3
15672026-05-26T23:21:19.164Z Compiling nix v0.31.2
15682026-05-26T23:21:19.253Z Compiling publicsuffix v2.3.0
15692026-05-26T23:21:19.371Z Compiling document-features v0.2.12
15702026-05-26T23:21:19.427Z Compiling postgres-protocol v0.6.10
15712026-05-26T23:21:19.551Z Compiling pin-project v1.1.11
15722026-05-26T23:21:19.650Z Compiling zerocopy v0.7.35
15732026-05-26T23:21:19.683Z Compiling newtype-uuid v1.3.2
15742026-05-26T23:21:19.951Z Compiling group v0.13.0
15752026-05-26T23:21:19.972Z Compiling num-iter v0.1.45
15762026-05-26T23:21:20.165Z Compiling rand v0.8.6
15772026-05-26T23:21:20.188Z Compiling darling v0.21.3
15782026-05-26T23:21:20.260Z Compiling hubpack_derive v0.1.1
15792026-05-26T23:21:20.371Z Compiling oxnet v0.1.4
15802026-05-26T23:21:20.464Z Compiling derive_builder v0.20.2
15812026-05-26T23:21:20.589Z Compiling hyper-tls v0.6.0
15822026-05-26T23:21:20.691Z Compiling goblin v0.8.2
15832026-05-26T23:21:21.044Z Compiling phf_shared v0.13.1
15842026-05-26T23:21:21.152Z Compiling lazy_static v1.5.0
15852026-05-26T23:21:21.248Z Compiling flate2 v1.1.9
15862026-05-26T23:21:21.262Z Compiling regex v1.12.3
15872026-05-26T23:21:21.281Z Compiling futures-executor v0.3.32
15882026-05-26T23:21:21.500Z Compiling hex v0.4.3
15892026-05-26T23:21:21.545Z Compiling hkdf v0.12.4
15902026-05-26T23:21:21.573Z Compiling crypto-bigint v0.5.5
15912026-05-26T23:21:21.657Z Compiling terminal_size v0.4.3
15922026-05-26T23:21:21.686Z Compiling daft-derive v0.1.7
15932026-05-26T23:21:21.711Z Compiling strum_macros v0.27.2
15942026-05-26T23:21:21.771Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-26T23:21:21.807Z Compiling snafu-derive v0.8.9
15962026-05-26T23:21:22.401Z Compiling ref-cast-impl v1.0.25
15972026-05-26T23:21:22.405Z Compiling vergen v9.1.0
15982026-05-26T23:21:22.581Z Compiling fs-err v3.3.0
15992026-05-26T23:21:22.773Z Compiling cargo-platform v0.3.2
16002026-05-26T23:21:22.955Z Compiling ahash v0.8.12
16012026-05-26T23:21:23.052Z Compiling bitflags v1.3.2
16022026-05-26T23:21:23.144Z Compiling managed v0.8.0
16032026-05-26T23:21:23.162Z Compiling bumpalo v3.20.2
16042026-05-26T23:21:23.400Z Compiling winnow v0.5.40
16052026-05-26T23:21:23.440Z Compiling foldhash v0.1.5
16062026-05-26T23:21:23.616Z Compiling foldhash v0.2.0
16072026-05-26T23:21:23.654Z Compiling libbz2-rs-sys v0.2.2
16082026-05-26T23:21:23.723Z Compiling same-file v1.0.6
16092026-05-26T23:21:23.726Z Compiling object v0.37.3
16102026-05-26T23:21:23.843Z Compiling unicode-segmentation v1.12.0
16112026-05-26T23:21:23.892Z Compiling walkdir v2.5.0
16122026-05-26T23:21:24.059Z Compiling hashbrown v0.16.1
16132026-05-26T23:21:24.195Z Compiling bzip2 v0.6.1
16142026-05-26T23:21:24.208Z Compiling snafu v0.8.9
16152026-05-26T23:21:24.238Z Compiling strum v0.27.2
16162026-05-26T23:21:24.344Z Compiling hashbrown v0.15.5
16172026-05-26T23:21:24.370Z Compiling zopfli v0.8.3
16182026-05-26T23:21:24.562Z Compiling clap_builder v4.5.60
16192026-05-26T23:21:24.703Z Compiling toml_edit v0.19.15
16202026-05-26T23:21:24.889Z Compiling cargo_metadata v0.23.1
16212026-05-26T23:21:24.939Z Compiling dof v0.3.0
16222026-05-26T23:21:25.146Z Compiling elliptic-curve v0.13.8
16232026-05-26T23:21:25.192Z Compiling daft v0.1.7
16242026-05-26T23:21:25.545Z Compiling futures v0.3.32
16252026-05-26T23:21:25.629Z Compiling phf v0.13.1
16262026-05-26T23:21:26.154Z Compiling cookie_store v0.22.1
16272026-05-26T23:21:26.233Z Compiling signal-hook-mio v0.2.5
16282026-05-26T23:21:26.353Z Compiling hubpack v0.1.2
16292026-05-26T23:21:26.574Z Compiling zstd v0.13.3
16302026-05-26T23:21:26.757Z Compiling bzip2 v0.4.4
16312026-05-26T23:21:26.787Z Compiling serde_with_macros v3.17.0
16322026-05-26T23:21:26.840Z Compiling postgres-types v0.2.12
16332026-05-26T23:21:27.312Z Compiling usdt-attr-macro v0.6.0
16342026-05-26T23:21:27.387Z Compiling usdt-macro v0.6.0
16352026-05-26T23:21:27.509Z Compiling globset v0.4.18
16362026-05-26T23:21:27.905Z Compiling dtrace-parser v0.2.0
16372026-05-26T23:21:28.099Z Compiling ed25519 v2.2.3
16382026-05-26T23:21:28.120Z Compiling phf_shared v0.11.3
16392026-05-26T23:21:28.165Z Compiling olpc-cjson v0.1.4
16402026-05-26T23:21:28.202Z Compiling pkcs1 v0.7.5
16412026-05-26T23:21:28.345Z Compiling serde_plain v1.0.2
16422026-05-26T23:21:28.362Z Compiling serde-big-array v0.5.1
16432026-05-26T23:21:28.440Z Compiling rfc6979 v0.4.0
16442026-05-26T23:21:28.506Z Compiling pem v3.0.6
16452026-05-26T23:21:28.542Z Compiling serde_repr v0.1.20
16462026-05-26T23:21:28.566Z Compiling enum-as-inner v0.6.1
16472026-05-26T23:21:28.639Z Compiling strum_macros v0.26.4
16482026-05-26T23:21:28.689Z Compiling clap_derive v4.5.55
16492026-05-26T23:21:28.833Z Compiling async-recursion v1.1.1
16502026-05-26T23:21:29.061Z Compiling float-cmp v0.10.0
16512026-05-26T23:21:29.076Z Compiling memmap2 v0.9.10
16522026-05-26T23:21:29.079Z Compiling thread-id v4.2.2
16532026-05-26T23:21:29.176Z Compiling env_filter v1.0.0
16542026-05-26T23:21:29.211Z Compiling jiff v0.2.21
16552026-05-26T23:21:29.295Z Compiling precomputed-hash v0.1.1
16562026-05-26T23:21:29.392Z Compiling keccak v0.1.6
16572026-05-26T23:21:29.540Z Compiling fixedbitset v0.5.7
16582026-05-26T23:21:29.543Z Compiling whoami v2.1.0
16592026-05-26T23:21:29.783Z Compiling new_debug_unreachable v1.0.6
16602026-05-26T23:21:29.857Z Compiling fixedbitset v0.4.2
16612026-05-26T23:21:29.872Z Compiling either v1.15.0
16622026-05-26T23:21:30.071Z Compiling predicates-core v1.0.10
16632026-05-26T23:21:30.071Z Compiling static_assertions v1.1.0
16642026-05-26T23:21:30.153Z Compiling data-encoding v2.10.0
16652026-05-26T23:21:30.200Z Compiling normalize-line-endings v0.3.0
16662026-05-26T23:21:30.259Z Compiling typed-path v0.9.3
16672026-05-26T23:21:30.290Z Compiling difflib v0.4.0
16682026-05-26T23:21:30.385Z Compiling strum v0.26.3
16692026-05-26T23:21:30.444Z Compiling clap v4.5.60
16702026-05-26T23:21:30.515Z Compiling predicates v3.1.4
16712026-05-26T23:21:30.531Z Compiling hickory-proto v0.25.2
16722026-05-26T23:21:30.845Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-05-26T23:21:30.859Z Compiling itertools v0.13.0
16742026-05-26T23:21:31.169Z Compiling petgraph v0.6.5
16752026-05-26T23:21:31.203Z Compiling toml_edit v0.22.27
16762026-05-26T23:21:31.474Z Compiling string_cache v0.8.9
16772026-05-26T23:21:31.701Z Compiling tokio-postgres v0.7.16
16782026-05-26T23:21:32.083Z Compiling zip v4.6.1
16792026-05-26T23:21:32.623Z Compiling petgraph v0.8.3
16802026-05-26T23:21:33.039Z Compiling sha3 v0.10.8
16812026-05-26T23:21:33.397Z Compiling env_logger v0.11.9
16822026-05-26T23:21:33.499Z Compiling usdt v0.6.0
16832026-05-26T23:21:33.635Z Compiling usdt-impl v0.5.0
16842026-05-26T23:21:33.764Z Compiling ecdsa v0.16.9
16852026-05-26T23:21:33.778Z Compiling rsa v0.9.10
16862026-05-26T23:21:33.903Z Compiling ed25519-dalek v2.2.0
16872026-05-26T23:21:33.932Z Compiling crossterm v0.28.1
16882026-05-26T23:21:34.157Z Compiling serde_with v3.17.0
16892026-05-26T23:21:34.576Z Compiling zip v0.6.6
16902026-05-26T23:21:34.615Z Compiling toml v0.7.8
16912026-05-26T23:21:35.211Z Compiling iddqd v0.4.1
16922026-05-26T23:21:35.474Z Compiling similar v2.7.0
16932026-05-26T23:21:35.550Z Compiling heck v0.4.1
16942026-05-26T23:21:35.720Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-26T23:21:35.777Z Compiling crossbeam-epoch v0.9.18
16962026-05-26T23:21:35.869Z Compiling tokio-stream v0.1.18
16972026-05-26T23:21:36.108Z Compiling buf-list v1.1.2
16982026-05-26T23:21:36.336Z Compiling x509-cert v0.2.5
16992026-05-26T23:21:36.339Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-05-26T23:21:36.340Z Compiling openapiv3 v2.2.0
17012026-05-26T23:21:36.383Z Compiling sha1 v0.10.6
17022026-05-26T23:21:36.423Z Compiling lalrpop-util v0.19.12
17032026-05-26T23:21:36.603Z Compiling peg-runtime v0.8.5
17042026-05-26T23:21:36.616Z Compiling thread_local v1.1.9
17052026-05-26T23:21:36.636Z Compiling slog-async v2.8.0
17062026-05-26T23:21:36.869Z Compiling crossbeam-channel v0.5.15
17072026-05-26T23:21:36.887Z Compiling filetime v0.2.27
17082026-05-26T23:21:36.950Z Compiling is-terminal v0.4.17
17092026-05-26T23:21:37.046Z Compiling take_mut v0.2.2
17102026-05-26T23:21:37.062Z Compiling xattr v1.6.1
17112026-05-26T23:21:37.094Z Compiling term v1.2.1
17122026-05-26T23:21:37.313Z Compiling tar v0.4.45
17132026-05-26T23:21:37.667Z Compiling slog-term v2.9.2
17142026-05-26T23:21:47.451Z Compiling rustls-webpki v0.103.9
17152026-05-26T23:21:50.261Z Compiling tokio-rustls v0.26.4
17162026-05-26T23:21:50.261Z Compiling rustls-platform-verifier v0.6.2
17172026-05-26T23:21:50.463Z Compiling hyper-rustls v0.27.7
17182026-05-26T23:21:50.672Z Compiling reqwest v0.12.28
17192026-05-26T23:21:50.672Z Compiling reqwest v0.13.2
17202026-05-26T23:21:51.973Z Compiling tough v0.22.0
17212026-05-26T23:21:54.526Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-26T23:21:54.763Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-26T23:21:57.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-26T23:21:57.764Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-26T23:21:57.821ZMay 26 23:21:56.119 INFO Starting download, target: Console
17262026-05-26T23:21:57.821ZMay 26 23:21:56.119 INFO Starting download, target: Cockroach
17272026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Starting download, target: Clickhouse
17282026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Starting download, target: DendriteStub
17292026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Starting download, target: MaghemiteMgd
17302026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Starting download, target: TransceiverControl
17312026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-26T23:21:57.831ZMay 26 23:21:56.119 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-26T23:21:58.346ZMay 26 23:21:56.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-26T23:21:58.556ZMay 26 23:21:56.848 INFO Download complete, target: TransceiverControl
17392026-05-26T23:21:58.861ZMay 26 23:21:57.144 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-26T23:21:59.110ZMay 26 23:21:57.382 INFO Download complete, target: Console
17412026-05-26T23:22:00.203ZMay 26 23:21:58.463 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-26T23:22:00.252ZMay 26 23:21:58.530 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-26T23:22:00.934ZMay 26 23:21:59.208 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-26T23:22:01.732ZMay 26 23:22:00.016 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-26T23:22:01.732ZMay 26 23:22:00.016 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-26T23:22:02.699ZMay 26 23:22:00.993 INFO Download complete, target: DendriteStub
17472026-05-26T23:22:03.354ZMay 26 23:22:01.653 INFO Download complete, target: MaghemiteMgd
17482026-05-26T23:22:06.485ZMay 26 23:22:04.784 INFO Checking that binary works, target: Cockroach
17492026-05-26T23:22:06.604ZMay 26 23:22:04.903 INFO Download complete, target: Cockroach
17502026-05-26T23:22:07.028ZMay 26 23:22:05.327 INFO Checking that binary works, target: Clickhouse
17512026-05-26T23:22:07.136ZMay 26 23:22:05.435 INFO Download complete, target: Clickhouse
17522026-05-26T23:22:07.155ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-26T23:22:07.158Z
17542026-05-26T23:22:07.158Zreal 2:15.554695560
17552026-05-26T23:22:07.158Zuser 6:56.419388467
17562026-05-26T23:22:07.158Zsys 1:22.867302512
17572026-05-26T23:22:07.158Ztrap 0.211530929
17582026-05-26T23:22:07.158Ztflt 0.685340710
17592026-05-26T23:22:07.158Zdflt 0.600159558
17602026-05-26T23:22:07.158Zkflt 0.032041092
17612026-05-26T23:22:07.158Zlock 22:27.582619998
17622026-05-26T23:22:07.158Zslp 21:19.750198361
17632026-05-26T23:22:07.159Zlat 43.146428125
17642026-05-26T23:22:07.159Zstop 2:01.078174633
17652026-05-26T23:22:07.159Z+ banner hack-check
17662026-05-26T23:22:07.159Z
17672026-05-26T23:22:07.159Z # # ## #### # # #### # # ###### #### # #
17682026-05-26T23:22:07.159Z # # # # # # # # # # # # # # # # #
17692026-05-26T23:22:07.159Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-26T23:22:07.159Z # # ###### # # # # # # # # # #
17712026-05-26T23:22:07.159Z # # # # # # # # # # # # # # # # #
17722026-05-26T23:22:07.159Z # # # # #### # # #### # # ###### #### # #
17732026-05-26T23:22:07.159Z
17742026-05-26T23:22:07.159Z+ export CARGO_INCREMENTAL=0
17752026-05-26T23:22:07.159Z+ CARGO_INCREMENTAL=0
17762026-05-26T23:22:07.159Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-26T23:22:07.683Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-26T23:22:07.907Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-26T23:22:09.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17802026-05-26T23:22:09.869Z Running `target/debug/xtask check-features --ci`
17812026-05-26T23:22:09.898Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-26T23:22:09.901Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-26T23:22:10.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-05-26T23:22:10.414Z Running `target/debug/xtask download cargo-hack`
17852026-05-26T23:22:11.205Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-26T23:22:11.521Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-26T23:22:14.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
17882026-05-26T23:22:14.185Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-26T23:22:14.223ZMay 26 23:22:12.522 INFO Starting download, target: CargoHack
17902026-05-26T23:22:14.226ZMay 26 23:22:12.523 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-26T23:22:14.572ZMay 26 23:22:12.871 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-26T23:22:14.622ZMay 26 23:22:12.922 INFO Download complete, target: CargoHack
17932026-05-26T23:22:14.626Zrunning: "/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-26T23:22:14.639Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-26T23:22:14.793Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-26T23:22:15.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-26T23:22:15.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-26T23:22:15.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-26T23:22:15.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-26T23:22:15.381Z
18012026-05-26T23:22:15.381Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-26T23:22:15.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-26T23:22:15.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-26T23:22:15.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-26T23:22:15.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-05-26T23:22:15.963Z
18072026-05-26T23:22:15.963Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-26T23:22:16.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-26T23:22:16.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-26T23:22:16.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-26T23:22:16.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-26T23:22:16.540Z
18132026-05-26T23:22:16.540Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-26T23:22:17.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-26T23:22:17.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-26T23:22:17.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-26T23:22:17.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-26T23:22:17.124Z
18192026-05-26T23:22:17.124Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-26T23:22:17.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-26T23:22:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-26T23:22:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-26T23:22:17.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-26T23:22:17.705Z
18252026-05-26T23:22:17.705Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-26T23:22:18.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-26T23:22:18.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-26T23:22:18.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-26T23:22:18.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-26T23:22:18.303Z
18312026-05-26T23:22:18.303Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-26T23:22:18.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-26T23:22:18.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-26T23:22:18.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-26T23:22:18.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-26T23:22:18.903Z
18372026-05-26T23:22:18.903Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-26T23:22:19.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-26T23:22:19.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-26T23:22:19.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-26T23:22:19.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-26T23:22:19.531Z
18432026-05-26T23:22:19.531Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-26T23:22:19.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-26T23:22:19.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-26T23:22:19.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-26T23:22:19.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-26T23:22:19.963Z
18492026-05-26T23:22:19.963Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-26T23:22:20.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-26T23:22:20.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-26T23:22:20.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-26T23:22:20.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-26T23:22:20.430Z
18552026-05-26T23:22:20.430Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-26T23:22:20.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-26T23:22:20.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-26T23:22:20.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-26T23:22:20.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-26T23:22:20.905Z
18612026-05-26T23:22:20.905Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-26T23:22:21.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-26T23:22:21.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-26T23:22:21.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-26T23:22:21.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-26T23:22:21.366Z
18672026-05-26T23:22:21.366Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-26T23:22:21.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-26T23:22:21.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-26T23:22:21.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-26T23:22:21.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-26T23:22:21.838Z
18732026-05-26T23:22:21.838Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-26T23:22:22.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-26T23:22:22.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-26T23:22:22.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-26T23:22:22.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-26T23:22:22.309Z
18792026-05-26T23:22:22.309Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-26T23:22:22.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-26T23:22:22.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-26T23:22:22.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-26T23:22:22.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-26T23:22:22.776Z
18852026-05-26T23:22:22.776Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-26T23:22:23.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-26T23:22:23.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-26T23:22:23.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-26T23:22:23.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-26T23:22:23.234Z
18912026-05-26T23:22:23.234Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-26T23:22:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-26T23:22:23.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-26T23:22:23.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-26T23:22:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-26T23:22:23.697Z
18972026-05-26T23:22:23.697Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-26T23:22:24.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-26T23:22:24.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-26T23:22:24.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-26T23:22:24.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-26T23:22:24.203Z
19032026-05-26T23:22:24.203Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-26T23:22:24.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-26T23:22:24.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-26T23:22:24.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-26T23:22:24.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-26T23:22:24.636Z
19092026-05-26T23:22:24.636Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-26T23:22:25.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-26T23:22:25.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-26T23:22:25.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-26T23:22:25.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-26T23:22:25.105Z
19152026-05-26T23:22:25.106Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-26T23:22:25.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-26T23:22:25.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-26T23:22:25.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-26T23:22:25.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-26T23:22:25.573Z
19212026-05-26T23:22:25.573Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-26T23:22:25.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-26T23:22:25.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-26T23:22:25.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-26T23:22:25.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-26T23:22:26.044Z
19272026-05-26T23:22:26.044Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-26T23:22:26.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-26T23:22:26.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-26T23:22:26.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-26T23:22:26.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-26T23:22:26.513Z
19332026-05-26T23:22:26.513Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-26T23:22:26.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-26T23:22:26.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-26T23:22:26.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-26T23:22:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-26T23:22:26.990Z
19392026-05-26T23:22:26.990Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-26T23:22:27.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-26T23:22:27.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-26T23:22:27.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-26T23:22:27.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-26T23:22:27.465Z
19452026-05-26T23:22:27.465Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-26T23:22:27.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-26T23:22:27.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-26T23:22:27.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-26T23:22:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-26T23:22:27.939Z
19512026-05-26T23:22:27.939Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-26T23:22:28.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-26T23:22:28.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-26T23:22:28.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-26T23:22:28.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-26T23:22:28.438Z
19572026-05-26T23:22:28.438Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-26T23:22:28.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-26T23:22:28.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-26T23:22:28.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-26T23:22:28.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-26T23:22:28.889Z
19632026-05-26T23:22:28.889Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-26T23:22:29.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-26T23:22:29.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-26T23:22:29.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-26T23:22:29.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-26T23:22:29.359Z
19692026-05-26T23:22:29.360Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-26T23:22:29.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-26T23:22:29.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-26T23:22:29.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-26T23:22:29.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-26T23:22:29.821Z
19752026-05-26T23:22:29.821Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-26T23:22:30.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-26T23:22:30.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-26T23:22:30.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-26T23:22:30.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-26T23:22:30.288Z
19812026-05-26T23:22:30.288Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-26T23:22:30.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-26T23:22:30.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-26T23:22:30.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-26T23:22:30.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-05-26T23:22:30.762Z
19872026-05-26T23:22:30.762Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-26T23:22:31.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-26T23:22:31.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-26T23:22:31.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-26T23:22:31.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-26T23:22:31.231Z
19932026-05-26T23:22:31.231Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-26T23:22:31.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-26T23:22:31.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-26T23:22:31.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-26T23:22:31.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-26T23:22:31.704Z
19992026-05-26T23:22:31.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-26T23:22:32.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-26T23:22:32.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-26T23:22:32.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-26T23:22:32.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-26T23:22:32.176Z
20052026-05-26T23:22:32.176Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-26T23:22:32.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-26T23:22:32.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-26T23:22:32.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-26T23:22:32.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-26T23:22:32.651Z
20112026-05-26T23:22:32.651Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-26T23:22:33.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-26T23:22:33.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-26T23:22:33.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-26T23:22:33.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-26T23:22:33.126Z
20172026-05-26T23:22:33.126Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-26T23:22:33.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-26T23:22:33.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-26T23:22:33.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-26T23:22:33.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-05-26T23:22:33.603Z
20232026-05-26T23:22:33.603Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-26T23:22:34.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-26T23:22:34.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-26T23:22:34.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-26T23:22:34.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-26T23:22:34.078Z
20292026-05-26T23:22:34.078Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-26T23:22:34.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-26T23:22:34.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-26T23:22:34.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-26T23:22:34.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-26T23:22:34.548Z
20352026-05-26T23:22:34.548Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-26T23:22:34.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-26T23:22:34.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-26T23:22:34.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-26T23:22:34.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-26T23:22:35.026Z
20412026-05-26T23:22:35.026Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-26T23:22:35.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-26T23:22:35.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-26T23:22:35.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-26T23:22:35.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-26T23:22:35.487Z
20472026-05-26T23:22:35.487Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-26T23:22:35.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-26T23:22:35.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-26T23:22:35.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-26T23:22:35.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-26T23:22:35.964Z
20532026-05-26T23:22:35.964Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-26T23:22:36.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-26T23:22:36.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-26T23:22:36.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-26T23:22:36.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-26T23:22:36.439Z
20592026-05-26T23:22:36.439Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-26T23:22:36.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-26T23:22:36.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-26T23:22:36.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-26T23:22:36.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-26T23:22:36.910Z
20652026-05-26T23:22:36.910Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-26T23:22:37.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-26T23:22:37.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-26T23:22:37.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-26T23:22:37.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-26T23:22:37.378Z
20712026-05-26T23:22:37.379Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-26T23:22:37.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-26T23:22:37.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-26T23:22:37.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-26T23:22:37.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-26T23:22:37.847Z
20772026-05-26T23:22:37.847Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-26T23:22:38.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-26T23:22:38.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-26T23:22:38.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-26T23:22:38.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-26T23:22:38.316Z
20832026-05-26T23:22:38.316Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-26T23:22:38.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-26T23:22:38.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-26T23:22:38.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-26T23:22:38.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-26T23:22:38.952Z
20892026-05-26T23:22:38.953Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-26T23:22:39.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-26T23:22:39.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-26T23:22:39.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-26T23:22:39.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-26T23:22:39.595Z
20952026-05-26T23:22:39.595Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-26T23:22:40.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-26T23:22:40.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-26T23:22:40.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-26T23:22:40.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-26T23:22:40.226Z
21012026-05-26T23:22:40.226Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-26T23:22:40.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-26T23:22:40.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-26T23:22:40.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-26T23:22:40.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-05-26T23:22:40.868Z
21072026-05-26T23:22:40.868Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-26T23:22:41.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-26T23:22:41.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-26T23:22:41.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-26T23:22:41.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-26T23:22:41.477Z
21132026-05-26T23:22:41.477Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-26T23:22:41.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-26T23:22:41.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-26T23:22:41.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-26T23:22:41.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-26T23:22:42.063Z
21192026-05-26T23:22:42.063Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-26T23:22:42.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-26T23:22:42.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-26T23:22:42.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-26T23:22:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-26T23:22:42.671Z
21252026-05-26T23:22:42.671Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-26T23:22:43.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-26T23:22:43.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-26T23:22:43.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-26T23:22:43.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-26T23:22:43.274Z
21312026-05-26T23:22:43.274Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-26T23:22:43.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-26T23:22:43.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-26T23:22:43.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-26T23:22:43.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-26T23:22:43.876Z
21372026-05-26T23:22:43.876Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-26T23:22:44.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-26T23:22:44.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-26T23:22:44.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-26T23:22:44.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-26T23:22:44.483Z
21432026-05-26T23:22:44.483Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-26T23:22:44.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-26T23:22:44.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-26T23:22:44.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-26T23:22:44.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-26T23:22:45.073Z
21492026-05-26T23:22:45.073Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-26T23:22:45.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-26T23:22:45.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-26T23:22:45.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-26T23:22:45.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-26T23:22:45.667Z
21552026-05-26T23:22:45.667Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-26T23:22:46.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-26T23:22:46.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-26T23:22:46.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-26T23:22:46.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-26T23:22:46.249Z
21612026-05-26T23:22:46.249Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-26T23:22:46.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-26T23:22:46.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-26T23:22:46.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-26T23:22:46.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-26T23:22:46.828Z
21672026-05-26T23:22:46.829Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-26T23:22:47.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-26T23:22:47.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-26T23:22:47.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-26T23:22:47.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-26T23:22:47.428Z
21732026-05-26T23:22:47.428Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-26T23:22:47.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-26T23:22:47.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-26T23:22:47.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-26T23:22:47.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-26T23:22:48.034Z
21792026-05-26T23:22:48.034Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-26T23:22:48.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-26T23:22:48.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-26T23:22:48.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-26T23:22:48.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-26T23:22:48.623Z
21852026-05-26T23:22:48.623Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-26T23:22:49.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-26T23:22:49.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-26T23:22:49.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-26T23:22:49.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-26T23:22:49.241Z
21912026-05-26T23:22:49.241Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-26T23:22:49.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-26T23:22:49.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-26T23:22:49.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-26T23:22:49.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-26T23:22:49.798Z
21972026-05-26T23:22:49.798Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-26T23:22:50.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-26T23:22:50.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-26T23:22:50.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-26T23:22:50.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-26T23:22:50.396Z
22032026-05-26T23:22:50.396Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-26T23:22:50.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-26T23:22:50.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-26T23:22:50.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-26T23:22:50.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-26T23:22:50.992Z
22092026-05-26T23:22:50.992Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-26T23:22:51.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-26T23:22:51.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-26T23:22:51.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-26T23:22:51.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-26T23:22:51.586Z
22152026-05-26T23:22:51.586Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-26T23:22:52.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-26T23:22:52.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-26T23:22:52.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-26T23:22:52.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-26T23:22:52.181Z
22212026-05-26T23:22:52.181Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-26T23:22:52.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-26T23:22:52.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-26T23:22:52.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-26T23:22:52.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-26T23:22:52.779Z
22272026-05-26T23:22:52.779Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-26T23:22:53.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-26T23:22:53.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-26T23:22:53.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-26T23:22:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-26T23:22:53.399Z
22332026-05-26T23:22:53.399Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-26T23:22:53.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-26T23:22:53.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-26T23:22:53.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-26T23:22:53.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-26T23:22:54.016Z
22392026-05-26T23:22:54.016Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-26T23:22:54.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-26T23:22:54.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-26T23:22:54.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-26T23:22:54.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-26T23:22:54.604Z
22452026-05-26T23:22:54.604Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-26T23:22:55.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-26T23:22:55.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-26T23:22:55.221Z Checking cfg-if v1.0.4
22492026-05-26T23:22:55.224Z Checking libc v0.2.185
22502026-05-26T23:22:55.224Z Checking serde_core v1.0.228
22512026-05-26T23:22:55.340Z Checking zeroize v1.8.2
22522026-05-26T23:22:55.347Z Checking memchr v2.8.0
22532026-05-26T23:22:55.355Z Checking log v0.4.29
22542026-05-26T23:22:55.364Z Checking smallvec v1.15.1
22552026-05-26T23:22:55.375Z Checking typenum v1.19.0
22562026-05-26T23:22:55.386Z Checking subtle v2.6.1
22572026-05-26T23:22:55.479Z Checking itoa v1.0.17
22582026-05-26T23:22:55.508Z Checking scopeguard v1.2.0
22592026-05-26T23:22:55.534Z Checking stable_deref_trait v1.2.1
22602026-05-26T23:22:55.547Z Checking const-oid v0.9.6
22612026-05-26T23:22:55.607Z Checking lock_api v0.4.14
22622026-05-26T23:22:55.621Z Checking zerofrom v0.1.6
22632026-05-26T23:22:55.634Z Checking pin-project-lite v0.2.17
22642026-05-26T23:22:55.715Z Checking portable-atomic v1.13.1
22652026-05-26T23:22:55.724Z Checking critical-section v1.2.0
22662026-05-26T23:22:55.729Z Checking yoke v0.8.1
22672026-05-26T23:22:55.732Z Checking getrandom v0.2.17
22682026-05-26T23:22:55.801Z Checking errno v0.3.14
22692026-05-26T23:22:55.848Z Checking parking_lot_core v0.9.12
22702026-05-26T23:22:55.897Z Checking generic-array v0.14.7
22712026-05-26T23:22:55.909Z Checking rand_core v0.6.4
22722026-05-26T23:22:55.920Z Checking signal-hook-registry v1.4.8
22732026-05-26T23:22:55.938Z Checking zerovec v0.11.5
22742026-05-26T23:22:56.031Z Checking futures-core v0.3.32
22752026-05-26T23:22:56.076Z Checking parking_lot v0.12.5
22762026-05-26T23:22:56.080Z Checking mio v1.2.0
22772026-05-26T23:22:56.152Z Checking once_cell v1.21.3
22782026-05-26T23:22:56.164Z Checking zerocopy v0.8.40
22792026-05-26T23:22:56.223Z Checking zmij v1.0.21
22802026-05-26T23:22:56.263Z Checking socket2 v0.6.3
22812026-05-26T23:22:56.324Z Checking libm v0.2.16
22822026-05-26T23:22:56.337Z Checking crypto-common v0.1.7
22832026-05-26T23:22:56.359Z Checking block-buffer v0.10.4
22842026-05-26T23:22:56.362Z Checking tinystr v0.8.2
22852026-05-26T23:22:56.434Z Checking writeable v0.6.2
22862026-05-26T23:22:56.456Z Checking litemap v0.8.1
22872026-05-26T23:22:56.498Z Checking digest v0.10.7
22882026-05-26T23:22:56.510Z Checking percent-encoding v2.3.2
22892026-05-26T23:22:56.547Z Checking equivalent v1.0.2
22902026-05-26T23:22:56.594Z Checking potential_utf v0.1.4
22912026-05-26T23:22:56.626Z Checking icu_locale_core v2.1.1
22922026-05-26T23:22:56.637Z Checking zerotrie v0.2.3
22932026-05-26T23:22:56.747Z Checking futures-sink v0.3.32
22942026-05-26T23:22:56.751Z Checking cpufeatures v0.2.17
22952026-05-26T23:22:56.751Z Checking icu_collections v2.1.1
22962026-05-26T23:22:56.751Z Checking futures-channel v0.3.32
22972026-05-26T23:22:56.765Z Checking futures-io v0.3.32
22982026-05-26T23:22:56.807Z Checking serde v1.0.228
22992026-05-26T23:22:56.875Z Checking bitflags v2.11.0
23002026-05-26T23:22:56.878Z Checking serde_json v1.0.149
23012026-05-26T23:22:56.938Z Checking slab v0.4.12
23022026-05-26T23:22:57.018Z Checking num-traits v0.2.19
23032026-05-26T23:22:57.029Z Checking futures-task v0.3.32
23042026-05-26T23:22:57.044Z Checking hmac v0.12.1
23052026-05-26T23:22:57.093Z Checking icu_properties_data v2.1.2
23062026-05-26T23:22:57.162Z Checking futures-util v0.3.32
23072026-05-26T23:22:57.175Z Checking icu_normalizer_data v2.1.1
23082026-05-26T23:22:57.186Z Checking icu_provider v2.1.1
23092026-05-26T23:22:57.205Z Checking bytes v1.11.1
23102026-05-26T23:22:57.220Z Checking rand_core v0.10.0
23112026-05-26T23:22:57.242Z Checking hashbrown v0.17.0
23122026-05-26T23:22:57.359Z Checking getrandom v0.4.1
23132026-05-26T23:22:57.414Z Checking icu_properties v2.1.2
23142026-05-26T23:22:57.506Z Checking icu_normalizer v2.1.1
23152026-05-26T23:22:57.538Z Checking block-padding v0.3.3
23162026-05-26T23:22:57.554Z Checking utf8_iter v1.0.4
23172026-05-26T23:22:57.641Z Checking tokio v1.52.1
23182026-05-26T23:22:57.667Z Checking inout v0.1.4
23192026-05-26T23:22:57.679Z Checking sha2 v0.10.9
23202026-05-26T23:22:57.696Z Checking indexmap v2.14.0
23212026-05-26T23:22:57.803Z Checking cipher v0.4.4
23222026-05-26T23:22:57.815Z Checking form_urlencoded v1.2.2
23232026-05-26T23:22:57.939Z Checking getrandom v0.3.4
23242026-05-26T23:22:57.952Z Checking base64ct v1.8.3
23252026-05-26T23:22:58.005Z Checking fnv v1.0.7
23262026-05-26T23:22:58.081Z Checking byteorder v1.5.0
23272026-05-26T23:22:58.100Z Checking flagset v0.4.7
23282026-05-26T23:22:58.181Z Checking pem-rfc7468 v0.7.0
23292026-05-26T23:22:58.222Z Checking rand_core v0.9.5
23302026-05-26T23:22:58.235Z Checking idna_adapter v1.2.1
23312026-05-26T23:22:58.256Z Checking http v1.4.0
23322026-05-26T23:22:58.284Z Checking regex-syntax v0.8.10
23332026-05-26T23:22:58.332Z Checking der v0.7.10
23342026-05-26T23:22:58.352Z Checking idna v1.1.0
23352026-05-26T23:22:58.404Z Checking salsa20 v0.10.2
23362026-05-26T23:22:58.538Z Checking uuid v1.23.0
23372026-05-26T23:22:58.605Z Checking url v2.5.8
23382026-05-26T23:22:58.844Z Checking pbkdf2 v0.12.2
23392026-05-26T23:22:58.856Z Checking rustix v1.1.3
23402026-05-26T23:22:58.941Z Checking ppv-lite86 v0.2.21
23412026-05-26T23:22:58.954Z Checking tracing-core v0.1.36
23422026-05-26T23:22:59.045Z Checking rustls-pki-types v1.14.0
23432026-05-26T23:22:59.083Z Checking spki v0.7.3
23442026-05-26T23:22:59.098Z Checking base64 v0.22.1
23452026-05-26T23:22:59.231Z Checking iana-time-zone v0.1.65
23462026-05-26T23:22:59.249Z Checking rand_chacha v0.9.0
23472026-05-26T23:22:59.262Z Checking tracing v0.1.44
23482026-05-26T23:22:59.323Z Checking scrypt v0.11.0
23492026-05-26T23:22:59.336Z Checking http-body v1.0.1
23502026-05-26T23:22:59.339Z Checking chrono v0.4.44
23512026-05-26T23:22:59.443Z Checking cbc v0.1.2
23522026-05-26T23:22:59.457Z Checking aes v0.8.4
23532026-05-26T23:22:59.471Z Checking aws-lc-sys v0.40.0
23542026-05-26T23:22:59.484Z Checking untrusted v0.7.1
23552026-05-26T23:22:59.570Z Checking untrusted v0.9.0
23562026-05-26T23:22:59.596Z Checking tinyvec_macros v0.1.1
23572026-05-26T23:22:59.609Z Checking openssl-probe v0.2.1
23582026-05-26T23:22:59.664Z Checking tinyvec v1.10.0
23592026-05-26T23:22:59.679Z Checking ring v0.17.14
23602026-05-26T23:22:59.694Z Checking rand v0.9.2
23612026-05-26T23:22:59.713Z Checking atomic-waker v1.1.2
23622026-05-26T23:22:59.813Z Checking tower-layer v0.3.3
23632026-05-26T23:22:59.847Z Checking pkcs5 v0.7.1
23642026-05-26T23:22:59.960Z Checking try-lock v0.2.5
23652026-05-26T23:22:59.973Z Checking aws-lc-rs v1.16.3
23662026-05-26T23:22:59.985Z Checking tower-service v0.3.3
23672026-05-26T23:23:00.059Z Checking want v0.3.1
23682026-05-26T23:23:00.075Z Checking ipnet v2.11.0
23692026-05-26T23:23:00.095Z Checking pkcs8 v0.10.2
23702026-05-26T23:23:00.161Z Checking httparse v1.10.1
23712026-05-26T23:23:00.179Z Checking aho-corasick v1.1.4
23722026-05-26T23:23:00.193Z Checking httpdate v1.0.3
23732026-05-26T23:23:00.270Z Checking fastrand v2.3.0
23742026-05-26T23:23:00.328Z Checking foreign-types-shared v0.1.1
23752026-05-26T23:23:00.342Z Checking pin-utils v0.1.0
23762026-05-26T23:23:00.365Z Checking dyn-clone v1.0.20
23772026-05-26T23:23:00.408Z Checking plain v0.2.3
23782026-05-26T23:23:00.420Z Checking foreign-types v0.3.2
23792026-05-26T23:23:00.449Z Checking tempfile v3.25.0
23802026-05-26T23:23:00.467Z Checking unicode-normalization v0.1.25
23812026-05-26T23:23:00.484Z Checking semver v1.0.28
23822026-05-26T23:23:00.507Z Checking openssl-sys v0.9.115
23832026-05-26T23:23:00.641Z Checking spin v0.9.8
23842026-05-26T23:23:00.676Z Checking ucd-trie v0.1.7
23852026-05-26T23:23:00.694Z Checking unicode-ident v1.0.24
23862026-05-26T23:23:00.804Z Checking rustls-webpki v0.103.9
23872026-05-26T23:23:00.818Z Checking pest v2.8.6
23882026-05-26T23:23:00.820Z Checking proc-macro2 v1.0.106
23892026-05-26T23:23:00.840Z Checking schemars v0.8.22
23902026-05-26T23:23:00.858Z Checking regex-automata v0.4.14
23912026-05-26T23:23:00.870Z Checking rustls-native-certs v0.8.3
23922026-05-26T23:23:00.885Z Checking openssl v0.10.79
23932026-05-26T23:23:00.890Z Checking tokio-util v0.7.18
23942026-05-26T23:23:00.994Z Checking thiserror v2.0.18
23952026-05-26T23:23:01.094Z Checking sync_wrapper v1.0.2
23962026-05-26T23:23:01.134Z Checking wait-timeout v0.2.1
23972026-05-26T23:23:01.198Z Checking siphasher v1.0.2
23982026-05-26T23:23:01.225Z Checking rustls v0.23.37
23992026-05-26T23:23:01.255Z Checking bit-vec v0.8.0
24002026-05-26T23:23:01.353Z Checking anstyle v1.0.13
24012026-05-26T23:23:01.444Z Checking powerfmt v0.2.0
24022026-05-26T23:23:01.471Z Checking quick-error v1.2.3
24032026-05-26T23:23:01.498Z Checking h2 v0.4.13
24042026-05-26T23:23:01.534Z Checking utf8parse v0.2.2
24052026-05-26T23:23:01.568Z Checking pretty-hex v0.4.1
24062026-05-26T23:23:01.592Z Checking simd-adler32 v0.3.8
24072026-05-26T23:23:01.632Z Checking anstyle-parse v0.2.7
24082026-05-26T23:23:01.684Z Checking deranged v0.5.8
24092026-05-26T23:23:01.758Z Checking rusty-fork v0.3.1
24102026-05-26T23:23:01.782Z Checking bit-set v0.8.0
24112026-05-26T23:23:01.870Z Checking tower v0.5.3
24122026-05-26T23:23:01.923Z Checking quote v1.0.45
24132026-05-26T23:23:01.939Z Compiling newtype-uuid v1.3.2
24142026-05-26T23:23:02.091Z Checking http-body-util v0.1.3
24152026-05-26T23:23:02.119Z Checking webpki-roots v1.0.6
24162026-05-26T23:23:02.237Z Checking crossbeam-utils v0.8.21
24172026-05-26T23:23:02.254Z Checking rand_xorshift v0.4.0
24182026-05-26T23:23:02.305Z Checking crc32fast v1.5.0
24192026-05-26T23:23:02.370Z Checking scroll v0.13.0
24202026-05-26T23:23:02.443Z Checking signature v2.2.0
24212026-05-26T23:23:02.572Z Checking time-core v0.1.8
24222026-05-26T23:23:02.572Z Checking allocator-api2 v0.2.21
24232026-05-26T23:23:02.599Z Checking unicode-properties v0.1.4
24242026-05-26T23:23:02.602Z Checking num-conv v0.2.0
24252026-05-26T23:23:02.671Z Checking ryu v1.0.23
24262026-05-26T23:23:02.724Z Checking unicode-bidi v0.3.18
24272026-05-26T23:23:02.724Z Checking colorchoice v1.0.4
24282026-05-26T23:23:02.783Z Checking iri-string v0.7.10
24292026-05-26T23:23:02.808Z Checking is_terminal_polyfill v1.70.2
24302026-05-26T23:23:02.833Z Checking adler2 v2.0.1
24312026-05-26T23:23:02.850Z Checking anstyle-query v1.1.5
24322026-05-26T23:23:02.879Z Checking native-tls v0.2.18
24332026-05-26T23:23:02.894Z Checking num_threads v0.1.7
24342026-05-26T23:23:02.938Z Checking unarray v0.1.4
24352026-05-26T23:23:02.942Z Checking anstream v0.6.21
24362026-05-26T23:23:02.977Z Checking time v0.3.47
24372026-05-26T23:23:03.014Z Checking stringprep v0.1.5
24382026-05-26T23:23:03.041Z Checking proptest v1.10.0
24392026-05-26T23:23:03.055Z Checking tokio-native-tls v0.3.1
24402026-05-26T23:23:03.146Z Checking miniz_oxide v0.8.9
24412026-05-26T23:23:03.166Z Checking serde_urlencoded v0.7.1
24422026-05-26T23:23:03.211Z Checking bstr v1.12.1
24432026-05-26T23:23:03.382Z Checking goblin v0.10.5
24442026-05-26T23:23:03.500Z Checking crossbeam-epoch v0.9.18
24452026-05-26T23:23:03.577Z Checking tokio-rustls v0.26.4
24462026-05-26T23:23:03.628Z Checking syn v2.0.117
24472026-05-26T23:23:03.724Z Compiling daft v0.1.7
24482026-05-26T23:23:03.809Z Checking ipnetwork v0.21.1
24492026-05-26T23:23:03.822Z Checking tower-http v0.6.8
24502026-05-26T23:23:04.009Z Checking rand_chacha v0.3.1
24512026-05-26T23:23:04.032Z Checking scroll v0.12.0
24522026-05-26T23:23:04.102Z Checking thiserror v1.0.69
24532026-05-26T23:23:04.132Z Checking hash32 v0.2.1
24542026-05-26T23:23:04.199Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-26T23:23:04.212Z Checking hyper v1.8.1
24562026-05-26T23:23:04.223Z Checking num-integer v0.1.46
24572026-05-26T23:23:04.258Z Checking serde_spanned v0.6.9
24582026-05-26T23:23:04.290Z Checking toml_datetime v0.6.11
24592026-05-26T23:23:04.308Z Checking md-5 v0.10.6
24602026-05-26T23:23:04.382Z Checking ff v0.13.1
24612026-05-26T23:23:04.442Z Checking encoding_rs v0.8.35
24622026-05-26T23:23:04.457Z Checking fallible-iterator v0.2.0
24632026-05-26T23:23:04.470Z Checking base16ct v0.2.0
24642026-05-26T23:23:04.509Z Checking psl-types v2.0.11
24652026-05-26T23:23:04.591Z Checking zlib-rs v0.6.2
24662026-05-26T23:23:04.625Z Checking mime v0.3.17
24672026-05-26T23:23:04.727Z Checking postgres-protocol v0.6.10
24682026-05-26T23:23:04.806Z Checking publicsuffix v2.3.0
24692026-05-26T23:23:04.962Z Checking sec1 v0.7.3
24702026-05-26T23:23:05.006Z Checking group v0.13.0
24712026-05-26T23:23:05.035Z Checking num-iter v0.1.45
24722026-05-26T23:23:05.112Z Checking hyper-util v0.1.20
24732026-05-26T23:23:05.146Z Checking zstd-safe v7.2.4
24742026-05-26T23:23:05.159Z Checking heapless v0.7.17
24752026-05-26T23:23:05.170Z Checking goblin v0.8.2
24762026-05-26T23:23:05.312Z Checking rand v0.8.6
24772026-05-26T23:23:05.370Z Checking cookie v0.18.1
24782026-05-26T23:23:05.464Z Checking flate2 v1.1.9
24792026-05-26T23:23:05.566Z Checking oxnet v0.1.4
24802026-05-26T23:23:05.601Z Compiling iddqd v0.4.1
24812026-05-26T23:23:05.695Z Checking dof v0.4.0
24822026-05-26T23:23:05.762Z Checking dtrace-parser v0.3.0
24832026-05-26T23:23:05.801Z Checking phf_shared v0.13.1
24842026-05-26T23:23:05.824Z Checking lazy_static v1.5.0
24852026-05-26T23:23:05.912Z Checking pin-project v1.1.11
24862026-05-26T23:23:05.925Z Checking zerocopy v0.7.35
24872026-05-26T23:23:05.995Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-26T23:23:05.998Z Checking terminal_size v0.4.3
24892026-05-26T23:23:06.019Z Checking signal-hook v0.3.18
24902026-05-26T23:23:06.088Z Checking futures-executor v0.3.32
24912026-05-26T23:23:06.111Z Checking hex v0.4.3
24922026-05-26T23:23:06.203Z Checking hkdf v0.12.4
24932026-05-26T23:23:06.233Z Checking crypto-bigint v0.5.5
24942026-05-26T23:23:06.317Z Checking thread-id v5.1.0
24952026-05-26T23:23:06.331Z Checking bumpalo v3.20.2
24962026-05-26T23:23:06.332Z Checking clap_lex v1.0.0
24972026-05-26T23:23:06.376Z Checking hyper-rustls v0.27.7
24982026-05-26T23:23:06.393Z Checking hyper-tls v0.6.0
24992026-05-26T23:23:06.406Z Checking foldhash v0.1.5
25002026-05-26T23:23:06.487Z Compiling rayon-core v1.13.0
25012026-05-26T23:23:06.527Z Checking libbz2-rs-sys v0.2.2
25022026-05-26T23:23:06.539Z Checking foldhash v0.2.0
25032026-05-26T23:23:06.560Z Checking either v1.15.0
25042026-05-26T23:23:06.582Z Checking same-file v1.0.6
25052026-05-26T23:23:06.665Z Checking bitflags v1.3.2
25062026-05-26T23:23:06.692Z Checking strsim v0.11.1
25072026-05-26T23:23:06.705Z Checking winnow v0.5.40
25082026-05-26T23:23:06.737Z Checking managed v0.8.0
25092026-05-26T23:23:06.750Z Checking winnow v0.7.14
25102026-05-26T23:23:06.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-05-26T23:23:06.854Z Checking clap_builder v4.5.60
25122026-05-26T23:23:06.916Z Checking bzip2 v0.6.1
25132026-05-26T23:23:06.919Z Checking smoltcp v0.9.1
25142026-05-26T23:23:06.998Z Checking walkdir v2.5.0
25152026-05-26T23:23:07.058Z Checking dof v0.3.0
25162026-05-26T23:23:07.082Z Checking hashbrown v0.16.1
25172026-05-26T23:23:07.137Z Checking elliptic-curve v0.13.8
25182026-05-26T23:23:07.180Z Checking reqwest v0.12.28
25192026-05-26T23:23:07.337Z Checking hashbrown v0.15.5
25202026-05-26T23:23:07.440Z Checking zopfli v0.8.3
25212026-05-26T23:23:07.512Z Checking usdt-impl v0.6.0
25222026-05-26T23:23:07.577Z Checking futures v0.3.32
25232026-05-26T23:23:07.656Z Checking signal-hook-mio v0.2.5
25242026-05-26T23:23:07.761Z Checking bzip2 v0.4.4
25252026-05-26T23:23:07.761Z Checking snafu v0.8.9
25262026-05-26T23:23:07.792Z Checking phf v0.13.1
25272026-05-26T23:23:07.795Z Checking num-bigint-dig v0.8.6
25282026-05-26T23:23:07.840Z Checking toml_edit v0.19.15
25292026-05-26T23:23:07.931Z Checking cookie_store v0.22.1
25302026-05-26T23:23:07.943Z Checking zstd v0.13.3
25312026-05-26T23:23:07.995Z Checking postgres-types v0.2.12
25322026-05-26T23:23:08.024Z Checking dtrace-parser v0.2.0
25332026-05-26T23:23:08.068Z Checking crossbeam-deque v0.8.6
25342026-05-26T23:23:08.125Z Checking globset v0.4.18
25352026-05-26T23:23:08.138Z Checking rustls-platform-verifier v0.6.2
25362026-05-26T23:23:08.240Z Checking regex v1.12.3
25372026-05-26T23:23:08.253Z Checking ed25519 v2.2.3
25382026-05-26T23:23:08.255Z Checking phf_shared v0.11.3
25392026-05-26T23:23:08.275Z Checking olpc-cjson v0.1.4
25402026-05-26T23:23:08.304Z Checking ref-cast v1.0.25
25412026-05-26T23:23:08.376Z Checking curve25519-dalek v4.1.3
25422026-05-26T23:23:08.404Z Checking strum v0.27.2
25432026-05-26T23:23:08.417Z Checking hubpack v0.1.2
25442026-05-26T23:23:08.420Z Checking memoffset v0.9.1
25452026-05-26T23:23:08.440Z Checking rustix v0.38.44
25462026-05-26T23:23:08.507Z Checking pkcs1 v0.7.5
25472026-05-26T23:23:08.520Z Checking pem v3.0.6
25482026-05-26T23:23:08.535Z Checking float-cmp v0.10.0
25492026-05-26T23:23:08.583Z Checking erased-serde v0.3.31
25502026-05-26T23:23:08.637Z Checking serde-big-array v0.5.1
25512026-05-26T23:23:08.662Z Checking serde_plain v1.0.2
25522026-05-26T23:23:08.674Z Checking rfc6979 v0.4.0
25532026-05-26T23:23:08.719Z Checking memmap2 v0.9.10
25542026-05-26T23:23:08.770Z Checking thread-id v4.2.2
25552026-05-26T23:23:08.786Z Checking env_filter v1.0.0
25562026-05-26T23:23:08.802Z Checking unicode-segmentation v1.12.0
25572026-05-26T23:23:08.850Z Checking new_debug_unreachable v1.0.6
25582026-05-26T23:23:08.884Z Checking difflib v0.4.0
25592026-05-26T23:23:08.901Z Checking fixedbitset v0.5.7
25602026-05-26T23:23:08.916Z Checking normalize-line-endings v0.3.0
25612026-05-26T23:23:08.928Z Checking data-encoding v2.10.0
25622026-05-26T23:23:08.974Z Checking precomputed-hash v0.1.1
25632026-05-26T23:23:09.004Z Checking toml_write v0.1.2
25642026-05-26T23:23:09.058Z Checking jiff v0.2.21
25652026-05-26T23:23:09.061Z Checking fixedbitset v0.4.2
25662026-05-26T23:23:09.092Z Checking static_assertions v1.1.0
25672026-05-26T23:23:09.116Z Checking keccak v0.1.6
25682026-05-26T23:23:09.166Z Checking predicates-core v1.0.10
25692026-05-26T23:23:09.173Z Checking whoami v2.1.0
25702026-05-26T23:23:09.176Z Checking typed-path v0.9.3
25712026-05-26T23:23:09.198Z Checking hickory-proto v0.25.2
25722026-05-26T23:23:09.207Z Checking petgraph v0.6.5
25732026-05-26T23:23:09.248Z Checking crossterm v0.28.1
25742026-05-26T23:23:09.280Z Checking sha3 v0.10.8
25752026-05-26T23:23:09.284Z Checking predicates v3.1.4
25762026-05-26T23:23:09.363Z Checking tokio-postgres v0.7.16
25772026-05-26T23:23:09.485Z Checking ed25519-dalek v2.2.0
25782026-05-26T23:23:09.590Z Checking toml_edit v0.22.27
25792026-05-26T23:23:09.716Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25802026-05-26T23:23:09.944Z Checking tough v0.22.0
25812026-05-26T23:23:09.947Z Checking similar v2.7.0
25822026-05-26T23:23:10.335Z Checking petgraph v0.8.3
25832026-05-26T23:23:10.443Z Checking string_cache v0.8.9
25842026-05-26T23:23:10.596Z Checking slog v2.8.2
25852026-05-26T23:23:10.615Z Checking env_logger v0.11.9
25862026-05-26T23:23:10.662Z Checking toml v0.7.8
25872026-05-26T23:23:10.805Z Checking usdt v0.6.0
25882026-05-26T23:23:10.856Z Checking usdt-impl v0.5.0
25892026-05-26T23:23:10.973Z Checking ecdsa v0.16.9
25902026-05-26T23:23:10.976Z Checking rsa v0.9.10
25912026-05-26T23:23:11.135Z Checking nix v0.31.2
25922026-05-26T23:23:11.279Z Checking zip v4.6.1
25932026-05-26T23:23:11.451Z Checking reqwest v0.13.2
25942026-05-26T23:23:11.909Z Checking clap v4.5.60
25952026-05-26T23:23:11.959Z Checking zip v0.6.6
25962026-05-26T23:23:11.972Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-26T23:23:11.998Z Checking itertools v0.13.0
25982026-05-26T23:23:12.013Z Checking serde_with v3.17.0
25992026-05-26T23:23:12.183Z Checking strum v0.26.3
26002026-05-26T23:23:12.213Z Checking fs-err v3.3.0
26012026-05-26T23:23:12.214Z Checking ahash v0.8.12
26022026-05-26T23:23:12.282Z Checking object v0.37.3
26032026-05-26T23:23:12.295Z Checking tokio-stream v0.1.18
26042026-05-26T23:23:12.295Z Checking buf-list v1.1.2
26052026-05-26T23:23:12.319Z Checking camino v1.2.2
26062026-05-26T23:23:12.405Z Checking anyhow v1.0.102
26072026-05-26T23:23:12.471Z Checking x509-cert v0.2.5
26082026-05-26T23:23:12.522Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-05-26T23:23:12.568Z Checking openapiv3 v2.2.0
26102026-05-26T23:23:12.605Z Checking sha1 v0.10.6
26112026-05-26T23:23:12.691Z Checking lalrpop-util v0.19.12
26122026-05-26T23:23:12.763Z Checking peg-runtime v0.8.5
26132026-05-26T23:23:12.781Z Checking rayon v1.11.0
26142026-05-26T23:23:12.854Z Checking sigpipe v0.1.3
26152026-05-26T23:23:12.905Z Checking glob v0.3.3
26162026-05-26T23:23:14.482Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-26T23:23:14.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.16s
26182026-05-26T23:23:14.937Z
26192026-05-26T23:23:14.937Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-26T23:23:15.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-26T23:23:15.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-26T23:23:15.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-26T23:23:15.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-26T23:23:15.536Z
26252026-05-26T23:23:15.536Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-26T23:23:16.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-26T23:23:16.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-26T23:23:16.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-26T23:23:16.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-26T23:23:16.134Z
26312026-05-26T23:23:16.134Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-26T23:23:16.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-26T23:23:16.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-26T23:23:16.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-26T23:23:16.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-05-26T23:23:16.748Z
26372026-05-26T23:23:16.748Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-26T23:23:17.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-26T23:23:17.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-26T23:23:17.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-26T23:23:17.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-26T23:23:17.349Z
26432026-05-26T23:23:17.350Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-26T23:23:17.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-26T23:23:17.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-26T23:23:17.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-26T23:23:17.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-26T23:23:17.946Z
26492026-05-26T23:23:17.946Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-26T23:23:18.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-26T23:23:18.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-26T23:23:18.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-26T23:23:18.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-26T23:23:18.542Z
26552026-05-26T23:23:18.542Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-26T23:23:19.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-26T23:23:19.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-26T23:23:19.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-26T23:23:19.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-05-26T23:23:19.131Z
26612026-05-26T23:23:19.131Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-26T23:23:19.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-26T23:23:19.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-26T23:23:19.826Z Compiling structmeta-derive v0.3.0
26652026-05-26T23:23:19.943Z Compiling rustls v0.22.4
26662026-05-26T23:23:19.953Z Compiling multer v3.1.0
26672026-05-26T23:23:19.962Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-05-26T23:23:19.962Z Compiling async-stream-impl v0.3.6
26692026-05-26T23:23:19.983Z Compiling dropshot v0.17.0
26702026-05-26T23:23:19.998Z Compiling dropshot_endpoint v0.17.0
26712026-05-26T23:23:19.998Z Compiling newtype-uuid-macros v0.1.0
26722026-05-26T23:23:20.138Z Checking newtype-uuid v1.3.2
26732026-05-26T23:23:20.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-26T23:23:20.243Z Checking rustls-webpki v0.102.8
26752026-05-26T23:23:20.333Z Checking daft v0.1.7
26762026-05-26T23:23:20.348Z Checking thread_local v1.1.9
26772026-05-26T23:23:20.515Z Checking match_cfg v0.1.0
26782026-05-26T23:23:20.551Z Checking compression-core v0.4.31
26792026-05-26T23:23:20.572Z Checking iddqd v0.4.1
26802026-05-26T23:23:20.586Z Checking hostname v0.3.1
26812026-05-26T23:23:20.620Z Checking crossbeam-channel v0.5.15
26822026-05-26T23:23:20.675Z Checking compression-codecs v0.4.37
26832026-05-26T23:23:20.688Z Checking slog-json v2.6.1
26842026-05-26T23:23:20.755Z Checking is-terminal v0.4.17
26852026-05-26T23:23:20.839Z Checking serde_spanned v1.0.4
26862026-05-26T23:23:20.840Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-26T23:23:20.866Z Checking take_mut v0.2.2
26882026-05-26T23:23:20.951Z Checking term v1.2.1
26892026-05-26T23:23:20.967Z Checking debug-ignore v1.0.5
26902026-05-26T23:23:20.980Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-05-26T23:23:20.994Z Compiling structmeta v0.3.0
26922026-05-26T23:23:21.040Z Checking slog-async v2.8.0
26932026-05-26T23:23:21.064Z Checking slog-bunyan v2.5.0
26942026-05-26T23:23:21.155Z Checking toml v1.0.6+spec-1.1.0
26952026-05-26T23:23:21.168Z Checking slog-term v2.9.2
26962026-05-26T23:23:21.180Z Checking async-compression v0.4.41
26972026-05-26T23:23:21.203Z Compiling derive-ex v0.1.8
26982026-05-26T23:23:21.217Z Compiling parse-display-derive v0.10.0
26992026-05-26T23:23:21.419Z Checking async-stream v0.3.6
27002026-05-26T23:23:21.433Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-26T23:23:21.491Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-26T23:23:21.539Z Checking progenitor-client v0.14.0
27032026-05-26T23:23:21.552Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-26T23:23:21.694Z Checking waitgroup v0.1.2
27052026-05-26T23:23:21.724Z Checking backon v1.6.0
27062026-05-26T23:23:21.740Z Checking rustls-pemfile v2.2.0
27072026-05-26T23:23:21.790Z Checking serde_path_to_error v0.1.20
27082026-05-26T23:23:21.804Z Checking hostname v0.4.2
27092026-05-26T23:23:21.882Z Checking instant v0.1.13
27102026-05-26T23:23:21.967Z Checking backoff v0.4.0
27112026-05-26T23:23:22.060Z Checking progenitor-extras v0.2.0
27122026-05-26T23:23:22.073Z Checking tokio-rustls v0.25.0
27132026-05-26T23:23:22.103Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-26T23:23:22.154Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-26T23:23:22.309Z Checking itertools v0.14.0
27162026-05-26T23:23:22.323Z Checking progenitor-client v0.10.0
27172026-05-26T23:23:22.520Z Checking regress v0.10.5
27182026-05-26T23:23:22.533Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-26T23:23:22.753Z Checking macaddr v1.0.1
27202026-05-26T23:23:22.882Z Compiling test-strategy v0.4.5
27212026-05-26T23:23:22.884Z Checking parse-display v0.10.0
27222026-05-26T23:23:23.035Z Checking humantime v2.3.0
27232026-05-26T23:23:24.151Z Compiling prettyplease v0.2.37
27242026-05-26T23:23:24.401Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-26T23:23:24.596Z Checking num-rational v0.4.2
27262026-05-26T23:23:24.782Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-26T23:23:25.023Z Checking num-complex v0.4.6
27282026-05-26T23:23:25.759Z Compiling num v0.4.3
27292026-05-26T23:23:25.841Z Compiling usdt-attr-macro v0.5.0
27302026-05-26T23:23:25.868Z Compiling usdt-macro v0.5.0
27312026-05-26T23:23:25.901Z Checking memmap v0.7.0
27322026-05-26T23:23:25.915Z Checking float-ord v0.3.2
27332026-05-26T23:23:26.018Z Compiling convert_case v0.4.0
27342026-05-26T23:23:26.033Z Checking unicode-width v0.2.0
27352026-05-26T23:23:26.283Z Checking console v0.15.11
27362026-05-26T23:23:26.396Z Compiling derive_more v0.99.20
27372026-05-26T23:23:26.562Z Checking newline-converter v0.3.0
27382026-05-26T23:23:26.588Z Checking atomicwrites v0.4.4
27392026-05-26T23:23:26.602Z Checking usdt v0.5.0
27402026-05-26T23:23:26.675Z Compiling toml v0.8.23
27412026-05-26T23:23:26.720Z Compiling minimal-lexical v0.2.1
27422026-05-26T23:23:26.770Z Checking linked-hash-map v0.5.6
27432026-05-26T23:23:26.942Z Checking lru-cache v0.1.2
27442026-05-26T23:23:26.974Z Compiling nom v7.1.3
27452026-05-26T23:23:27.065Z Checking expectorate v1.2.0
27462026-05-26T23:23:27.620Z Checking camino-tempfile v1.4.1
27472026-05-26T23:23:27.727Z Checking hickory-proto v0.24.4
27482026-05-26T23:23:27.787Z Checking phf_shared v0.12.1
27492026-05-26T23:23:27.933Z Compiling slog-dtrace v0.3.0
27502026-05-26T23:23:27.970Z Compiling chrono-tz v0.10.4
27512026-05-26T23:23:28.127Z Checking heck v0.5.0
27522026-05-26T23:23:28.152Z Checking resolv-conf v0.7.6
27532026-05-26T23:23:28.256Z Compiling const_format_proc_macros v0.2.34
27542026-05-26T23:23:28.315Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-26T23:23:28.331Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-26T23:23:28.449Z Checking phf v0.12.1
27572026-05-26T23:23:28.598Z Checking tokio-dtrace v0.1.1
27582026-05-26T23:23:28.791Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-26T23:23:28.835Z Compiling derive-where v1.6.0
27602026-05-26T23:23:28.979Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-26T23:23:29.325Z Checking highway v1.3.0
27622026-05-26T23:23:29.560Z Checking const_format v0.2.35
27632026-05-26T23:23:29.575Z Checking hickory-resolver v0.24.4
27642026-05-26T23:23:29.767Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-26T23:23:29.817Z Checking oxide-tokio-rt v0.1.4
27662026-05-26T23:23:29.911Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-26T23:23:30.174Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-26T23:23:30.205Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-26T23:23:30.257Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-26T23:23:30.297Z Checking qorb v0.4.1
27712026-05-26T23:23:30.378Z Checking gethostname v0.5.0
27722026-05-26T23:23:30.401Z Checking bcs v0.1.6
27732026-05-26T23:23:30.420Z Checking termtree v0.5.1
27742026-05-26T23:23:33.751Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-26T23:23:36.613Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-26T23:23:38.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.62s
27772026-05-26T23:23:38.941Z
27782026-05-26T23:23:38.941Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-26T23:23:39.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-26T23:23:39.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-26T23:23:39.630Z Compiling ar_archive_writer v0.5.1
27822026-05-26T23:23:39.742Z Compiling stacker v0.1.23
27832026-05-26T23:23:39.750Z Compiling cfg_aliases v0.1.1
27842026-05-26T23:23:39.757Z Compiling convert_case v0.10.0
27852026-05-26T23:23:39.760Z Checking unicode-width v0.1.14
27862026-05-26T23:23:39.770Z Compiling proc-macro-error v1.0.4
27872026-05-26T23:23:39.780Z Checking fd-lock v4.0.4
27882026-05-26T23:23:39.783Z Checking nibble_vec v0.1.0
27892026-05-26T23:23:39.808Z Compiling nix v0.28.0
27902026-05-26T23:23:39.900Z Checking vte v0.14.1
27912026-05-26T23:23:39.912Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-26T23:23:39.998Z Checking bytecount v0.6.9
27932026-05-26T23:23:40.011Z Checking endian-type v0.1.2
27942026-05-26T23:23:40.044Z Compiling derive_more-impl v2.1.1
27952026-05-26T23:23:40.057Z Checking strip-ansi-escapes v0.2.1
27962026-05-26T23:23:41.075Z Compiling tabled_derive v0.7.0
27972026-05-26T23:23:41.081Z Checking papergrid v0.11.0
27982026-05-26T23:23:41.081Z Checking radix_trie v0.2.1
27992026-05-26T23:23:41.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-26T23:23:41.081Z Compiling peg-macros v0.8.5
28012026-05-26T23:23:41.081Z Checking winnow v0.6.26
28022026-05-26T23:23:41.081Z Compiling psm v0.1.30
28032026-05-26T23:23:41.081Z Compiling sqlparser_derive v0.5.0
28042026-05-26T23:23:41.081Z Checking unicode_categories v0.1.1
28052026-05-26T23:23:41.081Z Checking derive_more v2.1.1
28062026-05-26T23:23:41.081Z Checking nu-ansi-term v0.50.3
28072026-05-26T23:23:41.081Z Checking home v0.5.12
28082026-05-26T23:23:41.081Z Checking crossterm v0.29.0
28092026-05-26T23:23:41.081Z Checking tabled v0.15.0
28102026-05-26T23:23:41.083Z Checking reedline v0.40.0
28112026-05-26T23:23:41.127Z Checking rustyline v14.0.0
28122026-05-26T23:23:41.345Z Checking recursive v0.1.1
28132026-05-26T23:23:41.447Z Checking sqlparser v0.61.0
28142026-05-26T23:23:41.462Z Checking display-error-chain v0.2.2
28152026-05-26T23:23:41.475Z Checking sqlformat v0.3.5
28162026-05-26T23:23:41.661Z Checking peg v0.8.5
28172026-05-26T23:23:52.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
28182026-05-26T23:23:52.825Z
28192026-05-26T23:23:52.825Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-26T23:23:53.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-26T23:23:53.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-26T23:23:53.512Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-26T23:23:56.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28242026-05-26T23:23:57.146Z
28252026-05-26T23:23:57.146Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-26T23:23:57.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-26T23:23:57.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-26T23:23:57.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-26T23:24:00.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28302026-05-26T23:24:00.490Z
28312026-05-26T23:24:00.490Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-26T23:24:01.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-26T23:24:01.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-26T23:24:01.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-26T23:24:04.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28362026-05-26T23:24:04.602Z
28372026-05-26T23:24:04.602Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-26T23:24:05.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-26T23:24:05.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-26T23:24:05.280Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-26T23:24:08.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28422026-05-26T23:24:08.749Z
28432026-05-26T23:24:08.749Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-26T23:24:09.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-26T23:24:09.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-26T23:24:09.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-26T23:24:12.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28482026-05-26T23:24:12.198Z
28492026-05-26T23:24:12.198Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-26T23:24:12.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-26T23:24:12.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-26T23:24:12.871Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-26T23:24:15.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28542026-05-26T23:24:15.700Z
28552026-05-26T23:24:15.700Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-26T23:24:16.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-26T23:24:16.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-26T23:24:16.376Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-26T23:24:19.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28602026-05-26T23:24:19.994Z
28612026-05-26T23:24:19.994Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-26T23:24:20.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-26T23:24:20.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-26T23:24:20.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-26T23:24:20.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-26T23:24:20.590Z
28672026-05-26T23:24:20.590Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-26T23:24:21.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-26T23:24:21.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-26T23:24:21.227Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-26T23:24:21.393Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-26T23:24:21.396Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-26T23:24:21.737Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-26T23:24:24.656Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-26T23:24:25.898Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-26T23:24:26.117Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-26T23:24:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28782026-05-26T23:24:26.986Z
28792026-05-26T23:24:26.986Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-26T23:24:27.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-26T23:24:27.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-26T23:24:27.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-26T23:24:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-26T23:24:27.587Z
28852026-05-26T23:24:27.587Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-26T23:24:28.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-26T23:24:28.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-26T23:24:28.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-26T23:24:28.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-05-26T23:24:28.212Z
28912026-05-26T23:24:28.212Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-26T23:24:28.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-26T23:24:28.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-26T23:24:28.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-26T23:24:28.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-05-26T23:24:28.820Z
28972026-05-26T23:24:28.821Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-26T23:24:29.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-26T23:24:29.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-26T23:24:29.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-26T23:24:29.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-26T23:24:29.423Z
29032026-05-26T23:24:29.423Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-26T23:24:29.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-26T23:24:29.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-26T23:24:29.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-26T23:24:29.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-26T23:24:30.026Z
29092026-05-26T23:24:30.026Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-26T23:24:30.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-26T23:24:30.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-26T23:24:30.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-26T23:24:30.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-26T23:24:30.638Z
29152026-05-26T23:24:30.638Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-26T23:24:31.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-26T23:24:31.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-26T23:24:31.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-26T23:24:31.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-05-26T23:24:31.211Z
29212026-05-26T23:24:31.211Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-26T23:24:31.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-26T23:24:31.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-26T23:24:31.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-26T23:24:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-26T23:24:31.808Z
29272026-05-26T23:24:31.808Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-26T23:24:32.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-26T23:24:32.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-26T23:24:32.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-26T23:24:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-26T23:24:32.389Z
29332026-05-26T23:24:32.389Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-26T23:24:32.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-26T23:24:32.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-26T23:24:33.106Z Compiling crucible-workspace-hack v0.1.0
29372026-05-26T23:24:33.224Z Checking secrecy v0.10.3
29382026-05-26T23:24:33.232Z Compiling heapless v0.8.0
29392026-05-26T23:24:33.237Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-05-26T23:24:33.244Z Compiling ingot-macros v0.1.1
29412026-05-26T23:24:33.254Z Checking hash32 v0.3.1
29422026-05-26T23:24:33.265Z Compiling smoltcp v0.11.0
29432026-05-26T23:24:33.268Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-26T23:24:33.328Z Checking cobs v0.3.0
29452026-05-26T23:24:33.374Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-26T23:24:33.470Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-05-26T23:24:33.482Z Checking universal-hash v0.5.1
29482026-05-26T23:24:33.485Z Checking half v2.7.1
29492026-05-26T23:24:33.532Z Checking ciborium-io v0.2.2
29502026-05-26T23:24:33.610Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-26T23:24:33.622Z Checking opaque-debug v0.3.1
29522026-05-26T23:24:33.636Z Checking postcard v1.1.3
29532026-05-26T23:24:33.700Z Checking poly1305 v0.8.0
29542026-05-26T23:24:33.765Z Checking ciborium-ll v0.2.2
29552026-05-26T23:24:33.809Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-05-26T23:24:33.927Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-26T23:24:33.943Z Checking password-hash v0.5.0
29582026-05-26T23:24:33.990Z Checking chacha20 v0.9.1
29592026-05-26T23:24:34.071Z Compiling proc-macro-crate v3.4.0
29602026-05-26T23:24:34.203Z Compiling proc-macro-crate v1.3.1
29612026-05-26T23:24:34.216Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-26T23:24:34.231Z Checking blake2 v0.10.6
29632026-05-26T23:24:34.450Z Checking aead v0.5.2
29642026-05-26T23:24:34.468Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-26T23:24:34.536Z Compiling foreign-types-macros v0.2.3
29662026-05-26T23:24:34.554Z Checking thiserror-no-std v2.0.2
29672026-05-26T23:24:34.593Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-26T23:24:34.612Z Checking cpufeatures v0.3.0
29692026-05-26T23:24:34.626Z Compiling num_enum_derive v0.7.5
29702026-05-26T23:24:34.644Z Checking foreign-types-shared v0.3.1
29712026-05-26T23:24:34.677Z Checking vsss-rs v3.3.4
29722026-05-26T23:24:34.691Z Checking chacha20 v0.10.0
29732026-05-26T23:24:34.736Z Compiling num_enum_derive v0.5.11
29742026-05-26T23:24:34.832Z Checking chacha20poly1305 v0.10.1
29752026-05-26T23:24:34.904Z Checking argon2 v0.5.3
29762026-05-26T23:24:34.961Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-26T23:24:35.121Z Checking foreign-types v0.5.0
29782026-05-26T23:24:35.204Z Checking ciborium v0.2.2
29792026-05-26T23:24:35.355Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-26T23:24:35.468Z Checking tabwriter v1.4.1
29812026-05-26T23:24:35.618Z Checking byte-wrapper v0.1.0
29822026-05-26T23:24:35.632Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-26T23:24:35.656Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-26T23:24:35.671Z Checking num_enum v0.7.5
29852026-05-26T23:24:35.764Z Checking cstr-argument v0.1.2
29862026-05-26T23:24:35.778Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-26T23:24:35.791Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29882026-05-26T23:24:35.826Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-26T23:24:35.888Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-26T23:24:35.954Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-26T23:24:35.987Z Checking num_enum v0.5.11
29922026-05-26T23:24:36.045Z Checking ingot-types v0.1.2
29932026-05-26T23:24:36.059Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-26T23:24:36.061Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-26T23:24:36.099Z Checking rand v0.10.0
29962026-05-26T23:24:36.114Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-26T23:24:36.163Z Checking indent_write v2.2.0
29982026-05-26T23:24:36.271Z Checking colored v3.1.1
29992026-05-26T23:24:36.296Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-26T23:24:36.404Z Checking ingot v0.1.1
30012026-05-26T23:24:36.420Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30022026-05-26T23:24:36.432Z Compiling zone_cfg_derive v0.3.1
30032026-05-26T23:24:36.448Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-05-26T23:24:36.469Z Checking itertools v0.12.1
30052026-05-26T23:24:36.482Z Compiling num-derive v0.4.2
30062026-05-26T23:24:36.514Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-26T23:24:36.620Z Checking swrite v0.1.0
30082026-05-26T23:24:36.712Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-26T23:24:36.728Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-26T23:24:36.892Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-26T23:24:37.009Z Checking dropshot-api-manager-types v0.7.2
30122026-05-26T23:24:37.026Z Checking smf v0.2.3
30132026-05-26T23:24:37.053Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-05-26T23:24:37.070Z Checking nanorand v0.7.0
30152026-05-26T23:24:37.175Z Checking whoami v1.6.1
30162026-05-26T23:24:37.258Z Checking flume v0.11.1
30172026-05-26T23:24:37.261Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-26T23:24:37.393Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-26T23:24:37.471Z Checking zone v0.3.1
30202026-05-26T23:24:37.966Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-26T23:24:38.947Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-26T23:24:39.842Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-26T23:24:43.129Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-26T23:24:45.186Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-26T23:24:46.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
30262026-05-26T23:24:46.500Z
30272026-05-26T23:24:46.500Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-26T23:24:47.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-26T23:24:47.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-26T23:24:47.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-26T23:24:47.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-26T23:24:47.106Z
30332026-05-26T23:24:47.107Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-26T23:24:47.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-26T23:24:47.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-26T23:24:47.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-26T23:24:47.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-26T23:24:47.704Z
30392026-05-26T23:24:47.705Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-26T23:24:48.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-26T23:24:48.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-26T23:24:48.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-26T23:24:48.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-26T23:24:48.307Z
30452026-05-26T23:24:48.307Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-26T23:24:48.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-26T23:24:48.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-26T23:24:48.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-26T23:24:48.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-26T23:24:48.915Z
30512026-05-26T23:24:48.916Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-26T23:24:49.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-26T23:24:49.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-26T23:24:49.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-26T23:24:49.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-26T23:24:49.516Z
30572026-05-26T23:24:49.516Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-26T23:24:50.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-26T23:24:50.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-26T23:24:50.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-26T23:24:50.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-26T23:24:50.118Z
30632026-05-26T23:24:50.118Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-26T23:24:50.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-26T23:24:50.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-26T23:24:50.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-26T23:24:50.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-26T23:24:50.720Z
30692026-05-26T23:24:50.720Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-26T23:24:51.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-26T23:24:51.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-26T23:24:51.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-26T23:24:51.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-05-26T23:24:51.310Z
30752026-05-26T23:24:51.310Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-26T23:24:51.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-26T23:24:51.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-26T23:24:51.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-26T23:24:51.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-05-26T23:24:51.919Z
30812026-05-26T23:24:51.919Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-26T23:24:52.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-26T23:24:52.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-26T23:24:52.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-26T23:24:52.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-26T23:24:52.523Z
30872026-05-26T23:24:52.524Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-26T23:24:53.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-26T23:24:53.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-26T23:24:53.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-26T23:24:53.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-05-26T23:24:53.133Z
30932026-05-26T23:24:53.133Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-26T23:24:53.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-26T23:24:53.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-26T23:24:53.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-26T23:24:53.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-26T23:24:53.775Z
30992026-05-26T23:24:53.775Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-26T23:24:54.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-26T23:24:54.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-26T23:24:54.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-26T23:24:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-26T23:24:54.416Z
31052026-05-26T23:24:54.416Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-26T23:24:54.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-26T23:24:54.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-26T23:24:54.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-26T23:24:54.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-26T23:24:55.087Z
31112026-05-26T23:24:55.087Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-26T23:24:55.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-26T23:24:55.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-26T23:24:55.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-26T23:24:55.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-26T23:24:55.602Z
31172026-05-26T23:24:55.602Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-26T23:24:56.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-26T23:24:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-26T23:24:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-26T23:24:56.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-26T23:24:56.194Z
31232026-05-26T23:24:56.194Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-26T23:24:56.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-26T23:24:56.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-26T23:24:56.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-26T23:24:56.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-26T23:24:56.796Z
31292026-05-26T23:24:56.796Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-26T23:24:57.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-26T23:24:57.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-26T23:24:57.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-26T23:24:57.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-26T23:24:57.381Z
31352026-05-26T23:24:57.382Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-26T23:24:57.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-26T23:24:57.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-26T23:24:57.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-26T23:24:57.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31402026-05-26T23:24:57.986Z
31412026-05-26T23:24:57.986Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-26T23:24:58.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-26T23:24:58.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-26T23:24:58.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-26T23:24:58.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-26T23:24:58.606Z
31472026-05-26T23:24:58.606Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-26T23:24:59.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-26T23:24:59.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-26T23:24:59.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-26T23:24:59.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-05-26T23:24:59.223Z
31532026-05-26T23:24:59.223Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-26T23:24:59.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-26T23:24:59.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-26T23:24:59.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-26T23:24:59.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-26T23:24:59.808Z
31592026-05-26T23:24:59.808Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-26T23:25:00.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-26T23:25:00.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-26T23:25:00.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-26T23:25:00.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-05-26T23:25:00.423Z
31652026-05-26T23:25:00.423Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-26T23:25:00.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-26T23:25:00.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-26T23:25:01.115Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-26T23:25:01.232Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-26T23:25:01.240Z Checking csv-core v0.1.13
31712026-05-26T23:25:01.246Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-26T23:25:01.249Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-26T23:25:01.256Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-05-26T23:25:01.275Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-26T23:25:01.289Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-26T23:25:01.396Z Checking csv v1.4.0
31772026-05-26T23:25:01.429Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-26T23:25:01.443Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-26T23:25:01.469Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-26T23:25:01.499Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-26T23:25:01.736Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-26T23:25:02.111Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-26T23:25:02.111Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-05-26T23:25:02.429Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-26T23:25:08.277Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-26T23:25:08.819Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-26T23:25:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
31882026-05-26T23:25:11.368Z
31892026-05-26T23:25:11.368Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-26T23:25:11.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-26T23:25:11.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-26T23:25:11.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-26T23:25:11.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-26T23:25:11.966Z
31952026-05-26T23:25:11.966Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-26T23:25:12.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-26T23:25:12.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-26T23:25:12.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-26T23:25:12.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-26T23:25:12.650Z
32012026-05-26T23:25:12.650Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-26T23:25:13.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-26T23:25:13.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-26T23:25:13.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-26T23:25:13.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-26T23:25:13.335Z
32072026-05-26T23:25:13.335Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-26T23:25:13.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-26T23:25:13.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-26T23:25:13.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-26T23:25:13.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-05-26T23:25:13.984Z
32132026-05-26T23:25:13.984Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-26T23:25:14.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-26T23:25:14.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-26T23:25:14.746Z Compiling regress v0.11.1
32172026-05-26T23:25:14.887Z Compiling unsafe-libyaml v0.2.11
32182026-05-26T23:25:14.900Z Compiling radium v0.7.0
32192026-05-26T23:25:14.901Z Compiling semver v0.1.20
32202026-05-26T23:25:14.925Z Compiling maybe-uninit v2.0.0
32212026-05-26T23:25:14.928Z Checking tap v1.0.1
32222026-05-26T23:25:14.952Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-26T23:25:15.042Z Checking wyz v0.5.1
32242026-05-26T23:25:15.171Z Compiling rustc_version v0.1.7
32252026-05-26T23:25:15.219Z Checking progenitor-client v0.13.0
32262026-05-26T23:25:15.250Z Compiling zerocopy-derive v0.6.6
32272026-05-26T23:25:15.361Z Checking funty v2.0.0
32282026-05-26T23:25:15.389Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-26T23:25:15.453Z Compiling newtype_derive v0.1.6
32302026-05-26T23:25:15.625Z Compiling packed_struct v0.10.1
32312026-05-26T23:25:15.652Z Compiling owo-colors v4.3.0
32322026-05-26T23:25:15.684Z Checking crc-catalog v2.4.0
32332026-05-26T23:25:15.781Z Compiling cancel-safe-futures v0.1.5
32342026-05-26T23:25:15.900Z Checking crc v3.4.0
32352026-05-26T23:25:16.013Z Checking bitvec v1.0.1
32362026-05-26T23:25:16.092Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-26T23:25:16.132Z Checking zerocopy v0.6.6
32382026-05-26T23:25:16.147Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-26T23:25:16.317Z Checking typify-impl v0.6.2
32402026-05-26T23:25:16.458Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-26T23:25:16.484Z Compiling packed_struct_codegen v0.10.1
32422026-05-26T23:25:16.624Z Checking libsw-core v0.3.2
32432026-05-26T23:25:16.715Z Compiling bitfield-macros v0.19.4
32442026-05-26T23:25:16.775Z Compiling indexmap v1.9.3
32452026-05-26T23:25:16.863Z Checking nodrop v0.1.14
32462026-05-26T23:25:16.960Z Checking array-init v0.0.4
32472026-05-26T23:25:16.996Z Checking libsw v3.5.0
32482026-05-26T23:25:17.153Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-26T23:25:17.264Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-26T23:25:17.308Z Checking smallvec v0.6.14
32512026-05-26T23:25:17.422Z Checking bitfield v0.19.4
32522026-05-26T23:25:17.448Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-26T23:25:17.573Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-26T23:25:17.698Z Checking base64 v0.21.7
32552026-05-26T23:25:17.712Z Checking unicode-linebreak v0.1.5
32562026-05-26T23:25:17.780Z Checking linear-map v1.2.0
32572026-05-26T23:25:17.874Z Checking smawk v0.3.2
32582026-05-26T23:25:17.927Z Checking hashbrown v0.12.3
32592026-05-26T23:25:17.941Z Checking tagptr v0.2.0
32602026-05-26T23:25:17.955Z Checking ron v0.8.1
32612026-05-26T23:25:18.008Z Checking textwrap v0.16.2
32622026-05-26T23:25:18.070Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-05-26T23:25:18.084Z Checking moka v0.12.13
32642026-05-26T23:25:18.088Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-26T23:25:18.219Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-26T23:25:18.268Z Checking steno v0.4.1
32672026-05-26T23:25:18.509Z Checking serde-hex v0.1.0
32682026-05-26T23:25:19.624Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-05-26T23:25:19.627Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-26T23:25:19.627Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-26T23:25:19.627Z Checking hashbrown v0.13.2
32722026-05-26T23:25:19.627Z Checking crc-any v2.5.0
32732026-05-26T23:25:19.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-26T23:25:19.627Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-05-26T23:25:19.627Z Checking object v0.30.4
32762026-05-26T23:25:19.627Z Checking hickory-resolver v0.25.2
32772026-05-26T23:25:19.627Z Checking half v1.8.3
32782026-05-26T23:25:19.627Z Checking path-slash v0.1.5
32792026-05-26T23:25:19.627Z Checking utf-8 v0.7.6
32802026-05-26T23:25:19.627Z Checking void v1.0.2
32812026-05-26T23:25:19.627Z Checking serde_cbor v0.11.2
32822026-05-26T23:25:19.627Z Checking tungstenite v0.23.0
32832026-05-26T23:25:19.654Z Checking lzss v0.8.2
32842026-05-26T23:25:19.966Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-26T23:25:19.984Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-26T23:25:20.003Z Checking nix v0.27.1
32872026-05-26T23:25:20.017Z Checking kstat-rs v0.2.4
32882026-05-26T23:25:20.030Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-05-26T23:25:20.128Z Checking fxhash v0.2.1
32902026-05-26T23:25:20.202Z Checking serde_bytes v0.11.19
32912026-05-26T23:25:20.220Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-26T23:25:20.254Z Checking tokio-tungstenite v0.23.1
32932026-05-26T23:25:20.381Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-26T23:25:20.456Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-26T23:25:20.504Z Checking signal-hook-tokio v0.3.1
32962026-05-26T23:25:20.811Z Compiling typify-macro v0.6.2
32972026-05-26T23:25:21.577Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-26T23:25:21.954Z Compiling typify v0.6.2
32992026-05-26T23:25:22.040Z Compiling progenitor-impl v0.13.0
33002026-05-26T23:25:22.044Z Compiling progenitor-impl v0.14.0
33012026-05-26T23:25:22.485Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-26T23:25:22.814Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-05-26T23:25:23.651Z Compiling progenitor-macro v0.13.0
33042026-05-26T23:25:23.691Z Compiling progenitor-macro v0.14.0
33052026-05-26T23:25:26.065Z Checking progenitor v0.13.0
33062026-05-26T23:25:26.195Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-26T23:25:26.374Z Checking progenitor v0.14.0
33082026-05-26T23:25:26.492Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-26T23:25:29.230Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-26T23:25:36.892Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-26T23:25:43.247Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-26T23:25:44.626Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-26T23:25:45.138Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-26T23:25:47.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.25s
33152026-05-26T23:25:47.444Z
33162026-05-26T23:25:47.444Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-26T23:25:47.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-26T23:25:47.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-26T23:25:47.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-26T23:25:47.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-26T23:25:48.052Z
33222026-05-26T23:25:48.052Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-26T23:25:48.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-26T23:25:48.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-26T23:25:48.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-26T23:25:48.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-26T23:25:48.657Z
33282026-05-26T23:25:48.657Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-26T23:25:49.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-26T23:25:49.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-26T23:25:49.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-26T23:25:49.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-26T23:25:49.241Z
33342026-05-26T23:25:49.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-26T23:25:49.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-26T23:25:49.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-26T23:25:49.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-26T23:25:49.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-26T23:25:49.858Z
33402026-05-26T23:25:49.858Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-26T23:25:50.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-26T23:25:50.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-26T23:25:50.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-26T23:25:50.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-26T23:25:50.458Z
33462026-05-26T23:25:50.458Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-26T23:25:50.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-26T23:25:50.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-26T23:25:50.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-26T23:25:50.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-26T23:25:51.058Z
33522026-05-26T23:25:51.058Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-26T23:25:51.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-26T23:25:51.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-26T23:25:51.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-26T23:25:51.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-26T23:25:51.658Z
33582026-05-26T23:25:51.658Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-26T23:25:52.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-26T23:25:52.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-26T23:25:52.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-26T23:25:52.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-26T23:25:52.275Z
33642026-05-26T23:25:52.275Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-26T23:25:52.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-26T23:25:52.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-26T23:25:52.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-26T23:25:52.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-26T23:25:52.876Z
33702026-05-26T23:25:52.876Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-26T23:25:53.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-26T23:25:53.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-26T23:25:53.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-26T23:25:53.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-26T23:25:53.477Z
33762026-05-26T23:25:53.478Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-26T23:25:53.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-26T23:25:53.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-26T23:25:53.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-26T23:25:53.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-26T23:25:54.079Z
33822026-05-26T23:25:54.079Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-26T23:25:54.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-26T23:25:54.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-26T23:25:54.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-26T23:25:54.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-26T23:25:54.677Z
33882026-05-26T23:25:54.677Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-26T23:25:55.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-26T23:25:55.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-26T23:25:55.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-26T23:25:55.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-26T23:25:55.280Z
33942026-05-26T23:25:55.280Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-26T23:25:55.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-26T23:25:55.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-26T23:25:55.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-26T23:25:55.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-26T23:25:55.881Z
34002026-05-26T23:25:55.881Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-26T23:25:56.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-26T23:25:56.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-26T23:25:56.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-26T23:25:56.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-26T23:25:56.498Z
34062026-05-26T23:25:56.498Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-26T23:25:57.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-26T23:25:57.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-26T23:25:57.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-26T23:25:57.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-26T23:25:57.114Z
34122026-05-26T23:25:57.114Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-26T23:25:57.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-26T23:25:57.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-26T23:25:57.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-26T23:25:57.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-26T23:25:57.732Z
34182026-05-26T23:25:57.732Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-26T23:25:58.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-26T23:25:58.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-26T23:25:58.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-26T23:25:58.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-26T23:25:58.352Z
34242026-05-26T23:25:58.352Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-26T23:25:58.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-26T23:25:58.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-26T23:25:58.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-26T23:25:58.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-26T23:25:58.973Z
34302026-05-26T23:25:58.973Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-26T23:25:59.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-26T23:25:59.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-26T23:25:59.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-26T23:25:59.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-26T23:25:59.591Z
34362026-05-26T23:25:59.592Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-26T23:26:00.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-26T23:26:00.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-26T23:26:00.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-26T23:26:00.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-26T23:26:00.207Z
34422026-05-26T23:26:00.207Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-26T23:26:00.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-26T23:26:00.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-26T23:26:00.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-26T23:26:00.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-26T23:26:00.820Z
34482026-05-26T23:26:00.820Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-26T23:26:01.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-26T23:26:01.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-26T23:26:01.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-26T23:26:01.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-26T23:26:01.437Z
34542026-05-26T23:26:01.437Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-26T23:26:01.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-26T23:26:01.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-26T23:26:01.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-26T23:26:01.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-05-26T23:26:02.056Z
34602026-05-26T23:26:02.056Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-26T23:26:02.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-26T23:26:02.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-26T23:26:02.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-26T23:26:02.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-26T23:26:02.659Z
34662026-05-26T23:26:02.659Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-26T23:26:03.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-26T23:26:03.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-26T23:26:03.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-26T23:26:03.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-05-26T23:26:03.262Z
34722026-05-26T23:26:03.262Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-26T23:26:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-26T23:26:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-26T23:26:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-26T23:26:03.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-26T23:26:03.866Z
34782026-05-26T23:26:03.866Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-26T23:26:04.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-26T23:26:04.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-26T23:26:04.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-26T23:26:04.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-26T23:26:04.466Z
34842026-05-26T23:26:04.466Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-26T23:26:04.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-26T23:26:04.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-26T23:26:04.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-26T23:26:04.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-05-26T23:26:05.068Z
34902026-05-26T23:26:05.068Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-26T23:26:05.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-26T23:26:05.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-26T23:26:05.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-26T23:26:05.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-05-26T23:26:05.672Z
34962026-05-26T23:26:05.672Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-26T23:26:06.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-26T23:26:06.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-26T23:26:06.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-26T23:26:06.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-26T23:26:06.276Z
35022026-05-26T23:26:06.276Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-26T23:26:06.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-26T23:26:06.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-26T23:26:06.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-26T23:26:06.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-05-26T23:26:06.882Z
35082026-05-26T23:26:06.882Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-26T23:26:07.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-26T23:26:07.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-26T23:26:07.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-26T23:26:07.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-26T23:26:07.507Z
35142026-05-26T23:26:07.507Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-26T23:26:08.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-26T23:26:08.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-26T23:26:08.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-26T23:26:08.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-26T23:26:08.122Z
35202026-05-26T23:26:08.122Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-26T23:26:08.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-26T23:26:08.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-26T23:26:08.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-26T23:26:08.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-05-26T23:26:08.743Z
35262026-05-26T23:26:08.743Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-26T23:26:09.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-26T23:26:09.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-26T23:26:09.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-26T23:26:09.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-26T23:26:09.357Z
35322026-05-26T23:26:09.357Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-26T23:26:09.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-26T23:26:09.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-26T23:26:09.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-26T23:26:09.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-26T23:26:09.971Z
35382026-05-26T23:26:09.971Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-26T23:26:10.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-26T23:26:10.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-26T23:26:10.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-26T23:26:10.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-05-26T23:26:10.583Z
35442026-05-26T23:26:10.583Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-26T23:26:11.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-26T23:26:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-26T23:26:11.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-26T23:26:11.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-05-26T23:26:11.204Z
35502026-05-26T23:26:11.204Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-26T23:26:11.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-26T23:26:11.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-26T23:26:11.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-26T23:26:11.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-05-26T23:26:11.845Z
35562026-05-26T23:26:11.845Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-26T23:26:12.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-26T23:26:12.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-26T23:26:12.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-26T23:26:12.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-05-26T23:26:12.452Z
35622026-05-26T23:26:12.452Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-26T23:26:12.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-26T23:26:12.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-26T23:26:13.106Z Compiling parking_lot_core v0.8.6
35662026-05-26T23:26:13.106Z Compiling atomicwrites v0.4.4
35672026-05-26T23:26:13.106Z Compiling git-stub v1.0.0
35682026-05-26T23:26:13.109Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-26T23:26:13.109Z Checking prefix-trie v0.7.0
35702026-05-26T23:26:13.345Z Compiling git-stub-vcs v0.1.0
35712026-05-26T23:26:13.512Z Checking hickory-server v0.25.2
35722026-05-26T23:26:13.629Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-05-26T23:26:13.641Z Checking parking_lot v0.11.2
35742026-05-26T23:26:13.699Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-26T23:26:13.702Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-05-26T23:26:13.811Z Checking sled v0.34.7
35772026-05-26T23:26:15.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
35782026-05-26T23:26:15.909Z
35792026-05-26T23:26:15.909Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-26T23:26:16.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-26T23:26:16.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-26T23:26:16.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-26T23:26:16.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-26T23:26:16.509Z
35852026-05-26T23:26:16.509Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-26T23:26:17.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-26T23:26:17.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-26T23:26:17.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-26T23:26:17.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-26T23:26:17.111Z
35912026-05-26T23:26:17.111Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-26T23:26:17.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-26T23:26:17.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-26T23:26:17.835Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-26T23:26:19.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35962026-05-26T23:26:19.815Z
35972026-05-26T23:26:19.815Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-26T23:26:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-26T23:26:20.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-26T23:26:20.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-26T23:26:20.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-26T23:26:20.470Z
36032026-05-26T23:26:20.470Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-26T23:26:21.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-26T23:26:21.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-26T23:26:21.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-26T23:26:21.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-05-26T23:26:21.133Z
36092026-05-26T23:26:21.133Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-26T23:26:21.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-26T23:26:21.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-26T23:26:21.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-26T23:26:21.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-26T23:26:21.721Z
36152026-05-26T23:26:21.721Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-26T23:26:22.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-26T23:26:22.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-26T23:26:22.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-26T23:26:22.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-05-26T23:26:22.318Z
36212026-05-26T23:26:22.318Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-26T23:26:22.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-26T23:26:22.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-26T23:26:22.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-26T23:26:22.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262026-05-26T23:26:22.983Z
36272026-05-26T23:26:22.983Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-26T23:26:23.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-26T23:26:23.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-26T23:26:23.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-26T23:26:23.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-05-26T23:26:23.576Z
36332026-05-26T23:26:23.577Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-26T23:26:24.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-26T23:26:24.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-26T23:26:24.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-26T23:26:24.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-05-26T23:26:24.234Z
36392026-05-26T23:26:24.234Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-26T23:26:24.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-26T23:26:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-26T23:26:24.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-26T23:26:24.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36442026-05-26T23:26:24.892Z
36452026-05-26T23:26:24.892Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-26T23:26:25.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-26T23:26:25.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-26T23:26:25.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-26T23:26:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-26T23:26:25.498Z
36512026-05-26T23:26:25.498Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-26T23:26:26.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-26T23:26:26.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-26T23:26:26.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-26T23:26:26.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-05-26T23:26:26.098Z
36572026-05-26T23:26:26.098Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-26T23:26:26.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-26T23:26:26.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-26T23:26:26.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-26T23:26:26.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36622026-05-26T23:26:26.708Z
36632026-05-26T23:26:26.708Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-26T23:26:27.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-26T23:26:27.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-26T23:26:27.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-26T23:26:27.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-05-26T23:26:27.311Z
36692026-05-26T23:26:27.311Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-26T23:26:27.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-26T23:26:27.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-26T23:26:27.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-26T23:26:27.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36742026-05-26T23:26:27.908Z
36752026-05-26T23:26:27.908Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-26T23:26:28.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-26T23:26:28.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-26T23:26:28.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-26T23:26:28.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-05-26T23:26:28.611Z
36812026-05-26T23:26:28.611Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-26T23:26:29.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-26T23:26:29.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-26T23:26:29.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-26T23:26:29.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-05-26T23:26:29.231Z
36872026-05-26T23:26:29.231Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-26T23:26:29.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-26T23:26:29.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-26T23:26:29.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-26T23:26:29.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-05-26T23:26:29.882Z
36932026-05-26T23:26:29.882Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-26T23:26:30.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-26T23:26:30.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-26T23:26:30.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-26T23:26:30.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-05-26T23:26:30.510Z
36992026-05-26T23:26:30.510Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-26T23:26:31.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-26T23:26:31.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-26T23:26:31.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-26T23:26:31.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-05-26T23:26:31.141Z
37052026-05-26T23:26:31.141Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-26T23:26:31.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-26T23:26:31.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-26T23:26:31.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-26T23:26:31.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-05-26T23:26:31.768Z
37112026-05-26T23:26:31.768Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-26T23:26:32.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-26T23:26:32.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-26T23:26:32.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-26T23:26:32.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-05-26T23:26:32.382Z
37172026-05-26T23:26:32.382Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-26T23:26:32.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-26T23:26:32.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-26T23:26:32.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-26T23:26:32.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-05-26T23:26:33.009Z
37232026-05-26T23:26:33.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-26T23:26:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-26T23:26:33.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-26T23:26:33.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-26T23:26:33.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-05-26T23:26:33.634Z
37292026-05-26T23:26:33.634Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-26T23:26:34.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-26T23:26:34.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-26T23:26:34.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-26T23:26:34.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37342026-05-26T23:26:34.231Z
37352026-05-26T23:26:34.231Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-26T23:26:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-26T23:26:34.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-26T23:26:35.106Z Compiling libefi-sys v0.1.0
37392026-05-26T23:26:35.110Z Compiling bitfield-struct v0.6.2
37402026-05-26T23:26:35.253Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-26T23:26:35.271Z Compiling xshell-macros v0.2.7
37422026-05-26T23:26:35.279Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-26T23:26:35.282Z Compiling typify-impl v0.4.3
37442026-05-26T23:26:35.282Z Compiling salty v0.3.0
37452026-05-26T23:26:35.285Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-26T23:26:35.389Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-26T23:26:35.444Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-26T23:26:35.607Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-26T23:26:35.688Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-05-26T23:26:35.736Z Checking xshell v0.2.7
37512026-05-26T23:26:35.849Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-26T23:26:35.862Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-05-26T23:26:35.865Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-05-26T23:26:35.927Z Checking primeorder v0.13.6
37552026-05-26T23:26:35.981Z Compiling proc-macro-error-attr2 v2.0.0
37562026-05-26T23:26:36.014Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-26T23:26:36.104Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-05-26T23:26:36.167Z Checking p384 v0.13.1
37592026-05-26T23:26:36.226Z Checking tungstenite v0.21.0
37602026-05-26T23:26:36.322Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-05-26T23:26:36.342Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-05-26T23:26:36.370Z Compiling proc-macro-error2 v2.0.1
37632026-05-26T23:26:36.704Z Compiling num-derive v0.3.3
37642026-05-26T23:26:36.927Z Compiling tabled_derive v0.11.0
37652026-05-26T23:26:36.973Z Checking tokio-tungstenite v0.21.0
37662026-05-26T23:26:37.206Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-05-26T23:26:37.256Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-05-26T23:26:37.506Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-26T23:26:37.579Z Checking libscf-sys v1.1.0
37702026-05-26T23:26:37.810Z Checking papergrid v0.17.0
37712026-05-26T23:26:37.857Z Checking testing_table v0.3.0
37722026-05-26T23:26:37.901Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-26T23:26:37.958Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-05-26T23:26:38.081Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-26T23:26:38.153Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-26T23:26:38.358Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37772026-05-26T23:26:38.390Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-05-26T23:26:38.441Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-05-26T23:26:38.501Z Compiling illumos-nvpair-sys v0.2.0
37802026-05-26T23:26:38.613Z Compiling unicase v2.9.0
37812026-05-26T23:26:38.629Z Checking corncobs v0.1.4
37822026-05-26T23:26:38.712Z Checking tabled v0.20.0
37832026-05-26T23:26:38.753Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-05-26T23:26:38.770Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-05-26T23:26:38.825Z Compiling mime_guess v2.0.5
37862026-05-26T23:26:38.888Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37872026-05-26T23:26:38.953Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-05-26T23:26:39.033Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-05-26T23:26:39.090Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-05-26T23:26:39.107Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37912026-05-26T23:26:39.247Z Checking progenitor-client v0.11.2
37922026-05-26T23:26:39.371Z Checking secrecy v0.8.0
37932026-05-26T23:26:39.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-26T23:26:39.724Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-05-26T23:26:39.762Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37962026-05-26T23:26:39.811Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37972026-05-26T23:26:39.828Z Compiling typify-macro v0.4.3
37982026-05-26T23:26:39.866Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37992026-05-26T23:26:39.991Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-26T23:26:40.071Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-26T23:26:40.140Z Checking filetime v0.2.27
38022026-05-26T23:26:40.244Z Checking crc8 v0.1.1
38032026-05-26T23:26:40.350Z Checking http-range v0.1.5
38042026-05-26T23:26:40.454Z Checking xattr v1.6.1
38052026-05-26T23:26:40.484Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-05-26T23:26:40.592Z Checking tar v0.4.45
38072026-05-26T23:26:40.674Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-26T23:26:40.751Z Checking illumos-nvpair v0.3.0
38092026-05-26T23:26:40.918Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-26T23:26:40.945Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-26T23:26:40.981Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-05-26T23:26:41.316Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-05-26T23:26:41.334Z Checking atty v0.2.14
38142026-05-26T23:26:41.358Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-26T23:26:41.440Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38162026-05-26T23:26:41.487Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-05-26T23:26:41.538Z Compiling typify v0.4.3
38182026-05-26T23:26:41.658Z Compiling progenitor-impl v0.11.2
38192026-05-26T23:26:41.898Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-26T23:26:41.946Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-05-26T23:26:41.974Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-05-26T23:26:42.222Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-05-26T23:26:42.239Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38242026-05-26T23:26:42.460Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38252026-05-26T23:26:42.476Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-26T23:26:42.633Z Checking hyper-staticfile v0.10.1
38272026-05-26T23:26:42.726Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-26T23:26:42.924Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-26T23:26:42.940Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-05-26T23:26:42.991Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-05-26T23:26:43.108Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-26T23:26:43.290Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-05-26T23:26:43.387Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-26T23:26:43.468Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-05-26T23:26:43.624Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-05-26T23:26:43.748Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38372026-05-26T23:26:44.131Z Compiling progenitor-macro v0.11.2
38382026-05-26T23:26:46.568Z Checking progenitor v0.11.2
38392026-05-26T23:26:46.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-26T23:26:46.892Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-26T23:26:51.434Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-26T23:27:02.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.17s
38432026-05-26T23:27:02.623Z
38442026-05-26T23:27:02.623Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-26T23:27:03.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-26T23:27:03.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-26T23:27:03.426Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-26T23:27:14.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38492026-05-26T23:27:14.351Z
38502026-05-26T23:27:14.351Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-26T23:27:14.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-26T23:27:14.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-26T23:27:15.151Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-26T23:27:25.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38552026-05-26T23:27:26.103Z
38562026-05-26T23:27:26.103Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-26T23:27:26.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-26T23:27:26.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-26T23:27:26.906Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-26T23:27:37.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38612026-05-26T23:27:37.854Z
38622026-05-26T23:27:37.854Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-26T23:27:38.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-26T23:27:38.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-26T23:27:38.651Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-26T23:27:49.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38672026-05-26T23:27:49.551Z
38682026-05-26T23:27:49.551Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-26T23:27:50.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-26T23:27:50.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-26T23:27:50.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-26T23:28:01.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38732026-05-26T23:28:01.304Z
38742026-05-26T23:28:01.304Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-26T23:28:01.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-26T23:28:01.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-26T23:28:02.101Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-26T23:28:12.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38792026-05-26T23:28:13.052Z
38802026-05-26T23:28:13.052Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-26T23:28:13.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-26T23:28:13.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-26T23:28:13.851Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-26T23:28:24.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38852026-05-26T23:28:24.780Z
38862026-05-26T23:28:24.780Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-26T23:28:25.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-26T23:28:25.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-26T23:28:25.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-26T23:28:25.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38912026-05-26T23:28:25.404Z
38922026-05-26T23:28:25.404Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-26T23:28:25.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-26T23:28:25.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-26T23:28:25.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-26T23:28:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38972026-05-26T23:28:26.028Z
38982026-05-26T23:28:26.028Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-26T23:28:26.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-26T23:28:26.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-26T23:28:26.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-26T23:28:26.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39032026-05-26T23:28:26.637Z
39042026-05-26T23:28:26.638Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-26T23:28:31.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-26T23:28:31.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-26T23:28:31.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-26T23:28:31.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-05-26T23:28:31.206Z
39102026-05-26T23:28:31.207Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-26T23:28:31.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-26T23:28:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-26T23:28:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-26T23:28:31.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-26T23:28:31.207Z
39162026-05-26T23:28:31.207Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-26T23:28:31.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-26T23:28:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-26T23:28:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-26T23:28:31.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39212026-05-26T23:28:31.207Z
39222026-05-26T23:28:31.207Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-26T23:28:31.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-26T23:28:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-26T23:28:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-26T23:28:31.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39272026-05-26T23:28:31.209Z
39282026-05-26T23:28:31.209Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-26T23:28:31.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-26T23:28:31.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-26T23:28:31.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-26T23:28:31.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-05-26T23:28:31.210Z
39342026-05-26T23:28:31.210Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-26T23:28:31.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-26T23:28:31.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-26T23:28:31.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-26T23:28:31.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-05-26T23:28:31.210Z
39402026-05-26T23:28:31.210Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-26T23:28:31.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-26T23:28:31.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-26T23:28:31.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-26T23:28:31.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39452026-05-26T23:28:31.218Z
39462026-05-26T23:28:31.218Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-26T23:28:31.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-26T23:28:31.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-26T23:28:31.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-26T23:28:31.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-26T23:28:31.669Z
39522026-05-26T23:28:31.669Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-26T23:28:32.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-26T23:28:32.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-26T23:28:32.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-26T23:28:32.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-05-26T23:28:32.302Z
39582026-05-26T23:28:32.302Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-26T23:28:32.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-26T23:28:32.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-26T23:28:32.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-26T23:28:32.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39632026-05-26T23:28:32.933Z
39642026-05-26T23:28:32.933Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-26T23:28:33.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-26T23:28:33.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-26T23:28:33.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-26T23:28:33.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-05-26T23:28:33.567Z
39702026-05-26T23:28:33.567Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-26T23:28:34.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-26T23:28:34.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-26T23:28:34.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-26T23:28:34.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-26T23:28:34.218Z
39762026-05-26T23:28:34.218Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-26T23:28:34.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-26T23:28:34.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-26T23:28:34.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-26T23:28:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-05-26T23:28:34.846Z
39822026-05-26T23:28:34.846Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-26T23:28:35.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-26T23:28:35.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-26T23:28:35.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-26T23:28:35.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39872026-05-26T23:28:35.491Z
39882026-05-26T23:28:35.491Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-26T23:28:36.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-26T23:28:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-26T23:28:36.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-26T23:28:36.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-05-26T23:28:36.155Z
39942026-05-26T23:28:36.155Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-26T23:28:36.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-26T23:28:36.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-26T23:28:36.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-26T23:28:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-05-26T23:28:36.771Z
40002026-05-26T23:28:36.771Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-26T23:28:37.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-26T23:28:37.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-26T23:28:37.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-26T23:28:37.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-05-26T23:28:37.435Z
40062026-05-26T23:28:37.435Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-26T23:28:37.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-26T23:28:37.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-26T23:28:37.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-26T23:28:37.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-05-26T23:28:38.030Z
40122026-05-26T23:28:38.030Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-26T23:28:38.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-26T23:28:38.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-26T23:28:38.818Z Compiling fs-err v2.11.0
40162026-05-26T23:28:38.818Z Checking ignore v0.4.25
40172026-05-26T23:28:38.818Z Checking arc-swap v1.8.2
40182026-05-26T23:28:38.953Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-26T23:28:38.956Z Checking predicates-tree v1.0.13
40202026-05-26T23:28:38.969Z Checking parse-size v1.1.0
40212026-05-26T23:28:38.983Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-26T23:28:38.986Z Checking rand_seeder v0.4.0
40232026-05-26T23:28:39.050Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-26T23:28:39.082Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-05-26T23:28:39.137Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-26T23:28:39.151Z Checking slog-scope v4.4.1
40272026-05-26T23:28:39.186Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-05-26T23:28:39.280Z Checking slog-stdlog v4.1.1
40292026-05-26T23:28:39.294Z Compiling petname v2.0.2
40302026-05-26T23:28:39.309Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-26T23:28:39.323Z Checking globwalk v0.9.1
40322026-05-26T23:28:39.378Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-26T23:28:39.401Z Checking slog-envlogger v2.2.0
40342026-05-26T23:28:39.497Z Checking camino-tempfile-ext v0.3.3
40352026-05-26T23:28:39.551Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-26T23:28:39.582Z Checking sapling-renderdag v0.1.0
40372026-05-26T23:28:39.691Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-26T23:28:39.741Z Checking subprocess v0.2.15
40392026-05-26T23:28:39.826Z Checking sync-ptr v0.1.4
40402026-05-26T23:28:39.938Z Checking colored v2.2.0
40412026-05-26T23:28:39.951Z Checking assert_matches v1.5.0
40422026-05-26T23:28:40.022Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-26T23:28:40.185Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40442026-05-26T23:28:40.189Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-05-26T23:28:40.933Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-26T23:28:42.263Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-26T23:28:44.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s
40482026-05-26T23:28:44.715Z
40492026-05-26T23:28:44.715Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-26T23:28:45.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-26T23:28:45.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-26T23:28:45.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-26T23:28:45.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40542026-05-26T23:28:45.307Z
40552026-05-26T23:28:45.307Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-26T23:28:45.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-26T23:28:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-26T23:28:45.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-26T23:28:45.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40602026-05-26T23:28:45.926Z
40612026-05-26T23:28:45.926Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-26T23:28:46.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-26T23:28:46.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-26T23:28:46.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-26T23:28:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40662026-05-26T23:28:46.596Z
40672026-05-26T23:28:46.596Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-26T23:28:47.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-26T23:28:47.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-26T23:28:47.331Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-26T23:28:47.331Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-26T23:28:47.983Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-26T23:28:49.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
40742026-05-26T23:28:49.787Z
40752026-05-26T23:28:49.787Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-26T23:28:50.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-26T23:28:50.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-26T23:28:50.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-26T23:28:50.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-05-26T23:28:50.400Z
40812026-05-26T23:28:50.400Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-26T23:28:50.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-26T23:28:50.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-26T23:28:51.015Z Checking yasna v0.5.2
40852026-05-26T23:28:51.421Z Checking rcgen v0.12.1
40862026-05-26T23:28:51.672Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-26T23:28:51.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40882026-05-26T23:28:52.027Z
40892026-05-26T23:28:52.027Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-26T23:28:52.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-26T23:28:52.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-26T23:28:52.683Z Compiling darling_core v0.23.0
40932026-05-26T23:28:52.792Z Compiling instability v0.3.11
40942026-05-26T23:28:52.801Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-26T23:28:52.806Z Checking castaway v0.2.4
40962026-05-26T23:28:52.814Z Compiling indoc v2.0.7
40972026-05-26T23:28:52.823Z Checking unicode-truncate v1.1.0
40982026-05-26T23:28:52.828Z Checking lru v0.12.5
40992026-05-26T23:28:52.828Z Checking cassowary v0.3.0
41002026-05-26T23:28:52.904Z Checking compact_str v0.8.1
41012026-05-26T23:28:53.866Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-26T23:28:54.056Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41032026-05-26T23:28:54.212Z Compiling darling_macro v0.23.0
41042026-05-26T23:28:54.627Z Compiling darling v0.23.0
41052026-05-26T23:28:55.243Z Checking ratatui v0.29.0
41062026-05-26T23:28:56.290Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-26T23:28:56.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41082026-05-26T23:28:57.154Z
41092026-05-26T23:28:57.154Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-26T23:28:57.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-26T23:28:57.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-26T23:28:57.886Z Checking headers-core v0.3.0
41132026-05-26T23:28:57.886Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-26T23:28:58.087Z Checking headers v0.4.1
41152026-05-26T23:28:58.467Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-26T23:28:59.355Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-26T23:28:59.830Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-26T23:29:00.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
41192026-05-26T23:29:00.452Z
41202026-05-26T23:29:00.452Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-26T23:29:01.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-26T23:29:01.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-26T23:29:01.182Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-26T23:29:01.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41252026-05-26T23:29:02.137Z
41262026-05-26T23:29:02.137Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-26T23:29:02.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-26T23:29:02.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-26T23:29:02.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-26T23:29:02.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-05-26T23:29:02.608Z
41322026-05-26T23:29:02.608Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-26T23:29:03.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-26T23:29:03.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-26T23:29:03.332Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-26T23:29:04.319Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-26T23:29:04.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41382026-05-26T23:29:04.863Z
41392026-05-26T23:29:04.863Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-26T23:29:05.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-26T23:29:05.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-26T23:29:05.593Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-26T23:29:06.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41442026-05-26T23:29:06.557Z
41452026-05-26T23:29:06.557Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-26T23:29:07.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-26T23:29:07.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-26T23:29:07.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-26T23:29:07.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41502026-05-26T23:29:07.214Z
41512026-05-26T23:29:07.214Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-26T23:29:07.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-26T23:29:07.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-26T23:29:07.830Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-26T23:29:08.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41562026-05-26T23:29:08.689Z
41572026-05-26T23:29:08.689Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-26T23:29:09.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-26T23:29:09.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-26T23:29:09.451Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-26T23:29:09.451Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-26T23:29:09.451Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41632026-05-26T23:29:09.454Z Checking git-stub v1.0.0
41642026-05-26T23:29:09.454Z Compiling trait-variant v0.1.2
41652026-05-26T23:29:09.454Z Checking maplit v1.0.2
41662026-05-26T23:29:09.454Z Checking is_ci v1.2.0
41672026-05-26T23:29:09.579Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-26T23:29:09.667Z Checking supports-color v3.0.2
41692026-05-26T23:29:09.667Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-05-26T23:29:09.710Z Checking git-stub-vcs v0.1.0
41712026-05-26T23:29:09.811Z Checking drift v0.2.0
41722026-05-26T23:29:09.848Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-05-26T23:29:09.874Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-05-26T23:29:09.908Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41752026-05-26T23:29:10.087Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-05-26T23:29:10.102Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41772026-05-26T23:29:10.130Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-05-26T23:29:10.158Z Checking dropshot-api-manager v0.7.2
41792026-05-26T23:29:10.314Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-05-26T23:29:10.348Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-05-26T23:29:10.579Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41822026-05-26T23:29:10.824Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-26T23:29:15.839Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-26T23:29:16.945Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-26T23:29:17.513Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-26T23:29:17.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
41872026-05-26T23:29:18.160Z
41882026-05-26T23:29:18.160Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-26T23:29:18.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-26T23:29:18.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-26T23:29:18.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-26T23:29:18.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-05-26T23:29:18.768Z
41942026-05-26T23:29:18.768Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-26T23:29:19.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-26T23:29:19.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-26T23:29:19.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-26T23:29:19.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-05-26T23:29:19.421Z
42002026-05-26T23:29:19.421Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-26T23:29:19.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-26T23:29:19.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-26T23:29:19.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-26T23:29:19.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-05-26T23:29:20.066Z
42062026-05-26T23:29:20.066Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-26T23:29:20.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-26T23:29:20.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-26T23:29:20.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-26T23:29:20.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-05-26T23:29:20.719Z
42122026-05-26T23:29:20.719Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-26T23:29:21.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-26T23:29:21.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-26T23:29:21.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-26T23:29:21.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-05-26T23:29:21.328Z
42182026-05-26T23:29:21.328Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-26T23:29:21.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-26T23:29:21.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-26T23:29:21.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-26T23:29:21.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-05-26T23:29:21.929Z
42242026-05-26T23:29:21.929Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-26T23:29:22.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-26T23:29:22.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-26T23:29:22.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-26T23:29:22.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-05-26T23:29:22.551Z
42302026-05-26T23:29:22.551Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-26T23:29:23.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-26T23:29:23.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-26T23:29:23.175Z Checking typeid v1.0.3
42342026-05-26T23:29:23.287Z Checking ordered-float v2.10.1
42352026-05-26T23:29:23.306Z Checking unicode-xid v0.2.6
42362026-05-26T23:29:23.317Z Checking cargo-platform v0.2.0
42372026-05-26T23:29:23.328Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-26T23:29:23.357Z Checking erased-serde v0.4.9
42392026-05-26T23:29:23.494Z Checking serde-value v0.7.0
42402026-05-26T23:29:23.672Z Checking serde-untagged v0.1.9
42412026-05-26T23:29:23.832Z Checking cargo-util-schemas v0.8.2
42422026-05-26T23:29:24.514Z Checking cargo_metadata v0.21.0
42432026-05-26T23:29:25.123Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-26T23:29:25.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
42452026-05-26T23:29:25.996Z
42462026-05-26T23:29:25.996Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-26T23:29:26.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-26T23:29:26.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-26T23:29:26.743Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-26T23:29:27.374Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-26T23:29:27.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
42522026-05-26T23:29:28.100Z
42532026-05-26T23:29:28.100Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-26T23:29:28.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-26T23:29:28.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-26T23:29:29.061Z Compiling vergen-lib v0.1.6
42572026-05-26T23:29:29.061Z Compiling vergen-gitcl v1.0.8
42582026-05-26T23:29:29.061Z Compiling dirs-sys-next v0.1.2
42592026-05-26T23:29:29.061Z Compiling diesel_derives v2.3.7
42602026-05-26T23:29:29.064Z Compiling glob v0.3.3
42612026-05-26T23:29:29.064Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-05-26T23:29:29.064Z Compiling crunchy v0.2.4
42632026-05-26T23:29:29.264Z Compiling dsl_auto_type v0.2.0
42642026-05-26T23:29:29.396Z Compiling dirs-next v2.0.0
42652026-05-26T23:29:29.436Z Checking scheduled-thread-pool v0.2.7
42662026-05-26T23:29:29.483Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-26T23:29:29.489Z Compiling tiny-keccak v2.0.2
42682026-05-26T23:29:29.577Z Checking r2d2 v0.8.10
42692026-05-26T23:29:29.614Z Compiling clang-sys v1.8.1
42702026-05-26T23:29:29.630Z Compiling term v0.7.0
42712026-05-26T23:29:29.738Z Checking downcast-rs v2.0.2
42722026-05-26T23:29:29.796Z Compiling bit-vec v0.6.3
42732026-05-26T23:29:29.948Z Compiling ascii-canvas v3.0.0
42742026-05-26T23:29:29.991Z Compiling bit-set v0.5.3
42752026-05-26T23:29:30.016Z Compiling itertools v0.10.5
42762026-05-26T23:29:30.155Z Compiling ena v0.14.4
42772026-05-26T23:29:30.196Z Compiling libloading v0.8.9
42782026-05-26T23:29:30.213Z Compiling regex-syntax v0.6.29
42792026-05-26T23:29:30.246Z Compiling diff v0.1.13
42802026-05-26T23:29:30.355Z Compiling bindgen v0.71.1
42812026-05-26T23:29:30.405Z Compiling cexpr v0.6.0
42822026-05-26T23:29:30.517Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-26T23:29:30.714Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-26T23:29:30.809Z Compiling rustc-hash v2.1.1
42852026-05-26T23:29:30.900Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-26T23:29:30.948Z Compiling libxml v0.3.3
42872026-05-26T23:29:31.073Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-26T23:29:31.100Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-26T23:29:31.204Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-05-26T23:29:31.449Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-05-26T23:29:31.476Z Compiling strum_macros v0.24.3
42922026-05-26T23:29:31.607Z Compiling lalrpop v0.19.12
42932026-05-26T23:29:31.644Z Compiling indoc v1.0.9
42942026-05-26T23:29:32.361Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-26T23:29:32.555Z Checking derive_builder v0.20.2
42962026-05-26T23:29:32.682Z Compiling oso-derive v0.27.3
42972026-05-26T23:29:32.829Z Checking quick-xml v0.37.5
42982026-05-26T23:29:32.926Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-26T23:29:33.181Z Checking openssl-probe v0.1.6
43002026-05-26T23:29:33.329Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-26T23:29:33.789Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-26T23:29:33.991Z Checking bb8 v0.8.6
43032026-05-26T23:29:34.116Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-26T23:29:34.134Z Compiling libz-sys v1.1.24
43052026-05-26T23:29:34.279Z Checking nonempty v0.12.0
43062026-05-26T23:29:34.337Z Compiling strsim v0.10.0
43072026-05-26T23:29:34.452Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-26T23:29:34.529Z Compiling darling_core v0.13.4
43092026-05-26T23:29:34.680Z Compiling vergen-git2 v9.1.0
43102026-05-26T23:29:34.710Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-26T23:29:34.904Z Compiling base64 v0.21.7
43122026-05-26T23:29:34.907Z Compiling rustls v0.21.12
43132026-05-26T23:29:35.167Z Compiling ron v0.8.1
43142026-05-26T23:29:35.207Z Checking diesel v2.3.7
43152026-05-26T23:29:35.238Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43162026-05-26T23:29:36.142Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-26T23:29:36.172Z Checking rustls-webpki v0.101.7
43182026-05-26T23:29:36.335Z Checking sct v0.7.1
43192026-05-26T23:29:36.410Z Compiling darling_macro v0.13.4
43202026-05-26T23:29:36.504Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43212026-05-26T23:29:36.891Z Compiling darling v0.13.4
43222026-05-26T23:29:36.988Z Compiling serde_with_macros v1.5.2
43232026-05-26T23:29:37.153Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-26T23:29:37.830Z Compiling serde_with v1.14.0
43252026-05-26T23:29:37.834Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-05-26T23:29:38.880Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-26T23:29:39.010Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-26T23:29:39.640Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-26T23:29:40.320Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43302026-05-26T23:29:40.476Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-05-26T23:29:40.519Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-05-26T23:29:40.562Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43332026-05-26T23:29:40.666Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43342026-05-26T23:29:40.709Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43352026-05-26T23:29:40.899Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-05-26T23:29:40.931Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-05-26T23:29:40.952Z Checking tokio-rustls v0.24.1
43382026-05-26T23:29:41.160Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-26T23:29:41.740Z Checking rustls-pemfile v1.0.4
43402026-05-26T23:29:41.793Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-26T23:29:41.885Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-26T23:29:41.971Z Checking twox-hash v2.1.2
43432026-05-26T23:29:42.077Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-26T23:29:42.304Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-26T23:29:42.378Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-26T23:29:42.724Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-26T23:29:42.885Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-26T23:29:44.074Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43492026-05-26T23:29:44.465Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-05-26T23:29:44.469Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-05-26T23:29:44.627Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-05-26T23:29:45.074Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-26T23:29:45.314Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-26T23:29:45.584Z Checking console v0.16.2
43552026-05-26T23:29:45.908Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-26T23:29:46.055Z Checking fatfs v0.3.6
43572026-05-26T23:29:46.305Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-26T23:29:46.511Z Checking unit-prefix v0.5.2
43592026-05-26T23:29:46.653Z Compiling seq-macro v0.3.6
43602026-05-26T23:29:46.999Z Checking indicatif v0.18.4
43612026-05-26T23:29:47.325Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-26T23:29:47.386Z Checking support-bundle-viewer v0.1.2
43632026-05-26T23:29:47.636Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-26T23:29:47.664Z Checking multimap v0.10.1
43652026-05-26T23:29:53.730Z Checking async-bb8-diesel v0.2.1
43662026-05-26T23:29:54.094Z Checking diesel-dtrace v0.5.0
43672026-05-26T23:29:57.065Z Compiling samael v0.0.19
43682026-05-26T23:30:02.532Z Compiling git2 v0.20.4
43692026-05-26T23:30:02.969Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-26T23:30:03.525Z Compiling polar-core v0.27.3
43712026-05-26T23:30:04.952Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-26T23:30:08.036Z Checking oso v0.27.3
43732026-05-26T23:30:36.104Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-26T23:31:47.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43752026-05-26T23:31:47.588Z
43762026-05-26T23:31:47.588Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295)
43772026-05-26T23:31:48.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-26T23:31:48.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-26T23:31:48.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-26T23:31:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
43812026-05-26T23:31:48.305Z
43822026-05-26T23:31:48.305Zinfo: running `cargo check --bins` on nexus-saga-recovery (258/295)
43832026-05-26T23:31:48.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-26T23:31:48.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-26T23:31:48.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-26T23:31:48.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43872026-05-26T23:31:48.980Z
43882026-05-26T23:31:48.981Zinfo: running `cargo check --bins` on nexus-test-utils-macros (259/295)
43892026-05-26T23:31:49.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-26T23:31:49.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-26T23:31:49.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-26T23:31:49.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43932026-05-26T23:31:49.582Z
43942026-05-26T23:31:49.582Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (260/295)
43952026-05-26T23:31:50.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-26T23:31:50.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-26T23:31:50.427Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-05-26T23:31:51.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
43992026-05-26T23:31:51.433Z
44002026-05-26T23:31:51.433Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295)
44012026-05-26T23:31:52.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-26T23:31:52.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-26T23:31:52.276Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-26T23:32:28.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.29s
44052026-05-26T23:32:28.955Z
44062026-05-26T23:32:28.956Zinfo: running `cargo check --bins` on nexus-background-task-interface (262/295)
44072026-05-26T23:32:29.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-26T23:32:29.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-26T23:32:29.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-05-26T23:32:29.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44112026-05-26T23:32:29.548Z
44122026-05-26T23:32:29.548Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (263/295)
44132026-05-26T23:32:30.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-26T23:32:30.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-26T23:32:30.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-26T23:32:30.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44172026-05-26T23:32:30.193Z
44182026-05-26T23:32:30.193Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295)
44192026-05-26T23:32:30.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-26T23:32:30.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-26T23:32:30.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-26T23:32:30.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44232026-05-26T23:32:30.852Z
44242026-05-26T23:32:30.852Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (265/295)
44252026-05-26T23:32:31.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-26T23:32:31.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-26T23:32:31.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-26T23:32:31.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44292026-05-26T23:32:31.518Z
44302026-05-26T23:32:31.518Zinfo: running `cargo check --bins` on nexus-mgs-updates (266/295)
44312026-05-26T23:32:32.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-26T23:32:32.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-26T23:32:32.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-26T23:32:32.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44352026-05-26T23:32:32.163Z
44362026-05-26T23:32:32.163Zinfo: running `cargo check --bins` on nexus-networking (267/295)
44372026-05-26T23:32:32.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-26T23:32:32.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-26T23:32:32.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-26T23:32:32.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44412026-05-26T23:32:32.823Z
44422026-05-26T23:32:32.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-26T23:32:33.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-26T23:32:33.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-26T23:32:33.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-26T23:32:33.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-05-26T23:32:33.474Z
44482026-05-26T23:32:33.474Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-26T23:32:34.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-26T23:32:34.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-26T23:32:34.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-26T23:32:34.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-05-26T23:32:34.135Z
44542026-05-26T23:32:34.135Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-26T23:32:34.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-26T23:32:34.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-26T23:32:34.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-26T23:32:34.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-05-26T23:32:34.791Z
44602026-05-26T23:32:34.791Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-26T23:32:35.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-26T23:32:35.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-26T23:32:35.691Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-26T23:32:35.694Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-26T23:32:35.880Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-26T23:32:35.909Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-26T23:32:35.928Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-26T23:32:35.945Z Checking yansi v1.0.1
44692026-05-26T23:32:35.948Z Checking diff v0.1.13
44702026-05-26T23:32:35.948Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-26T23:32:36.019Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-26T23:32:36.203Z Checking pretty_assertions v1.4.1
44732026-05-26T23:32:36.847Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-26T23:32:37.033Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-26T23:33:00.640Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-26T23:33:00.643Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-05-26T23:33:00.643Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-05-26T23:33:00.643Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792026-05-26T23:33:00.643Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-05-26T23:33:00.643Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-05-26T23:33:01.503Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-05-26T23:33:01.506Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-05-26T23:33:02.732Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-26T23:33:39.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-05-26T23:33:39.682Z
44862026-05-26T23:33:39.682Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-26T23:33:40.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-26T23:33:40.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-26T23:33:40.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-26T23:33:40.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44912026-05-26T23:33:40.276Z
44922026-05-26T23:33:40.276Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-26T23:33:40.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-26T23:33:40.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-26T23:33:41.058Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-26T23:33:41.183Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-26T23:33:41.186Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-26T23:34:07.096Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-26T23:34:07.488Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-26T23:34:09.210Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-26T23:34:09.672Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-26T23:34:12.646Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-26T23:34:35.586Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-26T23:34:36.312Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-26T23:34:37.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.68s
45062026-05-26T23:34:38.174Z
45072026-05-26T23:34:38.174Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-26T23:34:38.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-26T23:34:38.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-26T23:34:38.911Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-26T23:34:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45122026-05-26T23:34:39.815Z
45132026-05-26T23:34:39.815Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-26T23:34:40.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-26T23:34:40.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-26T23:34:40.475Z Compiling blake3 v1.8.3
45172026-05-26T23:34:40.585Z Checking constant_time_eq v0.4.2
45182026-05-26T23:34:40.588Z Checking arrayvec v0.7.6
45192026-05-26T23:34:40.588Z Checking arrayref v0.3.9
45202026-05-26T23:34:40.605Z Checking topological-sort v0.2.2
45212026-05-26T23:34:40.605Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-26T23:34:40.608Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-05-26T23:34:40.608Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-05-26T23:34:40.649Z Checking shell-words v1.1.1
45252026-05-26T23:34:41.395Z Checking omicron-zone-package v0.12.2
45262026-05-26T23:34:42.123Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-26T23:34:42.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45282026-05-26T23:34:43.190Z
45292026-05-26T23:34:43.190Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-26T23:34:43.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-26T23:34:43.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-26T23:34:43.843Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-26T23:34:44.171Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-26T23:34:44.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45352026-05-26T23:34:44.773Z
45362026-05-26T23:34:44.774Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-26T23:34:45.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-26T23:34:45.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-26T23:34:45.511Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-26T23:34:46.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
45412026-05-26T23:34:46.422Z
45422026-05-26T23:34:46.422Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-26T23:34:46.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-26T23:34:46.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-26T23:34:46.881Z Checking libc v0.2.185
45462026-05-26T23:34:46.884Z Checking serde v1.0.228
45472026-05-26T23:34:46.968Z Checking zerofrom v0.1.6
45482026-05-26T23:34:46.972Z Checking bitflags v2.11.0
45492026-05-26T23:34:46.978Z Checking smallvec v1.15.1
45502026-05-26T23:34:46.984Z Checking indexmap v2.14.0
45512026-05-26T23:34:46.994Z Checking serde_json v1.0.149
45522026-05-26T23:34:46.997Z Checking scroll v0.12.0
45532026-05-26T23:34:47.066Z Checking yoke v0.8.1
45542026-05-26T23:34:47.123Z Checking num-traits v0.2.19
45552026-05-26T23:34:47.148Z Checking thiserror v1.0.69
45562026-05-26T23:34:47.225Z Checking percent-encoding v2.3.2
45572026-05-26T23:34:47.236Z Checking zerovec v0.11.5
45582026-05-26T23:34:47.253Z Checking zerotrie v0.2.3
45592026-05-26T23:34:47.256Z Checking errno v0.3.14
45602026-05-26T23:34:47.351Z Checking serde_spanned v0.6.9
45612026-05-26T23:34:47.365Z Checking toml_datetime v0.6.11
45622026-05-26T23:34:47.375Z Checking rustix v1.1.3
45632026-05-26T23:34:47.479Z Checking log v0.4.29
45642026-05-26T23:34:47.492Z Checking zerocopy v0.7.35
45652026-05-26T23:34:47.505Z Checking form_urlencoded v1.2.2
45662026-05-26T23:34:47.545Z Checking toml_edit v0.22.27
45672026-05-26T23:34:47.588Z Checking getrandom v0.4.1
45682026-05-26T23:34:47.629Z Checking goblin v0.8.2
45692026-05-26T23:34:47.639Z Checking thiserror v2.0.18
45702026-05-26T23:34:47.649Z Checking ordered-float v2.10.1
45712026-05-26T23:34:47.661Z Checking tinystr v0.8.2
45722026-05-26T23:34:47.721Z Checking potential_utf v0.1.4
45732026-05-26T23:34:47.736Z Checking syn v2.0.117
45742026-05-26T23:34:47.837Z Checking icu_locale_core v2.1.1
45752026-05-26T23:34:47.856Z Checking icu_collections v2.1.1
45762026-05-26T23:34:47.870Z Checking serde-value v0.7.0
45772026-05-26T23:34:47.988Z Checking dtrace-parser v0.2.0
45782026-05-26T23:34:48.075Z Checking thread-id v4.2.2
45792026-05-26T23:34:48.159Z Checking once_cell v1.21.3
45802026-05-26T23:34:48.171Z Checking cargo-platform v0.2.0
45812026-05-26T23:34:48.194Z Checking terminal_size v0.4.3
45822026-05-26T23:34:48.228Z Checking memmap v0.7.0
45832026-05-26T23:34:48.319Z Checking clap_builder v4.5.60
45842026-05-26T23:34:48.332Z Checking tempfile v3.25.0
45852026-05-26T23:34:48.346Z Checking textwrap v0.16.2
45862026-05-26T23:34:48.359Z Checking fs-err v3.3.0
45872026-05-26T23:34:48.389Z Checking icu_provider v2.1.1
45882026-05-26T23:34:48.520Z Checking camino-tempfile v1.4.1
45892026-05-26T23:34:48.536Z Checking tabled v0.15.0
45902026-05-26T23:34:48.558Z Checking anyhow v1.0.102
45912026-05-26T23:34:48.631Z Checking icu_normalizer v2.1.1
45922026-05-26T23:34:48.642Z Checking icu_properties v2.1.2
45932026-05-26T23:34:48.674Z Checking toml v0.8.23
45942026-05-26T23:34:48.761Z Checking macaddr v1.0.1
45952026-05-26T23:34:48.938Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-05-26T23:34:48.994Z Checking cargo_toml v0.21.0
45972026-05-26T23:34:49.451Z Checking idna_adapter v1.2.1
45982026-05-26T23:34:49.512Z Checking dof v0.3.0
45992026-05-26T23:34:49.515Z Checking clap v4.5.60
46002026-05-26T23:34:49.567Z Checking idna v1.1.0
46012026-05-26T23:34:49.780Z Checking usdt-impl v0.5.0
46022026-05-26T23:34:49.791Z Checking url v2.5.8
46032026-05-26T23:34:50.028Z Checking usdt v0.5.0
46042026-05-26T23:34:50.127Z Checking cargo-util-schemas v0.8.2
46052026-05-26T23:34:50.816Z Checking cargo_metadata v0.21.0
46062026-05-26T23:34:51.435Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-26T23:34:51.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
46082026-05-26T23:34:51.979Z
46092026-05-26T23:34:51.979Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-26T23:34:52.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-26T23:34:52.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-26T23:34:52.628Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-26T23:34:53.107Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-26T23:34:53.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46152026-05-26T23:34:53.705Z
46162026-05-26T23:34:53.705Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-26T23:34:54.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-26T23:34:54.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-26T23:34:54.512Z Checking polyval v0.6.2
46202026-05-26T23:34:54.637Z Checking ctr v0.9.2
46212026-05-26T23:34:54.648Z Checking ssh-encoding v0.2.0
46222026-05-26T23:34:54.648Z Checking blowfish v0.9.1
46232026-05-26T23:34:54.669Z Checking password-hash v0.4.2
46242026-05-26T23:34:54.684Z Checking p521 v0.13.3
46252026-05-26T23:34:54.684Z Checking p256 v0.13.2
46262026-05-26T23:34:54.711Z Checking russh-cryptovec v0.7.3
46272026-05-26T23:34:54.789Z Checking ghash v0.5.1
46282026-05-26T23:34:54.798Z Checking md5 v0.7.0
46292026-05-26T23:34:54.803Z Checking bcrypt-pbkdf v0.10.0
46302026-05-26T23:34:54.865Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-26T23:34:54.882Z Checking pbkdf2 v0.11.0
46322026-05-26T23:34:54.927Z Checking num-bigint v0.4.6
46332026-05-26T23:34:54.930Z Checking des v0.8.1
46342026-05-26T23:34:54.941Z Checking aes-gcm v0.10.3
46352026-05-26T23:34:54.990Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-26T23:34:55.014Z Checking hex-literal v0.4.1
46372026-05-26T23:34:55.050Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-05-26T23:34:55.079Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46392026-05-26T23:34:55.092Z Checking socket2 v0.5.10
46402026-05-26T23:34:55.095Z Checking ssh-cipher v0.2.0
46412026-05-26T23:34:55.120Z Checking internet-checksum v0.2.1
46422026-05-26T23:34:55.268Z Checking ssh-key v0.6.7
46432026-05-26T23:34:55.387Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-26T23:34:55.898Z Checking russh-keys v0.45.0
46452026-05-26T23:34:56.459Z Checking russh v0.45.0
46462026-05-26T23:35:12.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.05s
46472026-05-26T23:35:12.972Z
46482026-05-26T23:35:12.972Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-26T23:35:13.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-26T23:35:13.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-26T23:35:13.621Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-26T23:35:13.730Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-26T23:35:13.740Z Checking termios v0.3.3
46542026-05-26T23:35:14.943Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-26T23:35:15.095Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-26T23:35:16.900Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-26T23:35:17.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
46582026-05-26T23:35:17.641Z
46592026-05-26T23:35:17.641Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-26T23:35:18.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-26T23:35:18.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-26T23:35:18.357Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-26T23:35:18.360Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-26T23:35:18.472Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-26T23:35:18.475Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-26T23:35:18.494Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-05-26T23:35:18.505Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-05-26T23:35:19.225Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-26T23:35:19.594Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-05-26T23:35:19.594Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-05-26T23:35:20.225Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-26T23:35:21.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46732026-05-26T23:35:22.078Z
46742026-05-26T23:35:22.078Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-26T23:35:22.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-26T23:35:22.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-26T23:35:22.724Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-26T23:35:23.195Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-26T23:35:23.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46802026-05-26T23:35:23.688Z
46812026-05-26T23:35:23.689Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-26T23:35:24.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-26T23:35:24.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-26T23:35:24.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-26T23:35:24.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-26T23:35:24.297Z
46872026-05-26T23:35:24.297Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-26T23:35:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-26T23:35:24.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-26T23:35:24.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-26T23:35:24.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-05-26T23:35:24.889Z
46932026-05-26T23:35:24.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-26T23:35:25.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-26T23:35:25.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-26T23:35:25.657Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-26T23:35:26.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46982026-05-26T23:35:26.480Z
46992026-05-26T23:35:26.480Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-26T23:35:26.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-26T23:35:26.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-26T23:35:27.139Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-26T23:35:27.142Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-26T23:35:27.420Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-05-26T23:35:27.421Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-05-26T23:35:28.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47072026-05-26T23:35:28.424Z
47082026-05-26T23:35:28.424Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-26T23:35:28.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-26T23:35:28.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-26T23:35:28.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-26T23:35:28.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47132026-05-26T23:35:29.020Z
47142026-05-26T23:35:29.020Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-26T23:35:29.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-26T23:35:29.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-26T23:35:29.710Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-26T23:35:30.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47192026-05-26T23:35:30.993Z
47202026-05-26T23:35:30.993Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-26T23:35:31.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-26T23:35:31.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-26T23:35:31.785Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-26T23:35:32.143Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-26T23:35:32.656Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-26T23:35:32.660Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-26T23:35:38.588Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-26T23:35:38.591Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-26T23:35:39.170Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-26T23:35:39.170Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-26T23:35:39.175Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-26T23:35:39.175Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-26T23:35:39.945Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-26T23:35:40.943Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-26T23:35:41.714Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-26T23:35:42.346Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-26T23:35:46.620Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-26T23:35:53.046Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47392026-05-26T23:35:53.049Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47402026-05-26T23:35:53.049Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-05-26T23:35:53.049Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47422026-05-26T23:35:54.551Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-26T23:35:55.913Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-26T23:35:56.592Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-26T23:35:57.859Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-26T23:35:58.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s
47472026-05-26T23:35:58.620Z
47482026-05-26T23:35:58.620Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-26T23:35:59.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-26T23:35:59.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-26T23:35:59.344Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-26T23:35:59.347Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-26T23:35:59.347Z Checking rtoolbox v0.0.3
47542026-05-26T23:35:59.477Z Checking tui-tree-widget v0.23.1
47552026-05-26T23:35:59.573Z Checking rpassword v7.4.0
47562026-05-26T23:36:00.588Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-26T23:36:03.609Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-26T23:36:05.473Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-26T23:36:06.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
47602026-05-26T23:36:06.586Z
47612026-05-26T23:36:06.586Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-26T23:36:07.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-26T23:36:07.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-26T23:36:07.291Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-26T23:36:07.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47662026-05-26T23:36:07.872Z
47672026-05-26T23:36:07.872Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-26T23:36:08.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-26T23:36:08.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-26T23:36:08.601Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-26T23:36:08.604Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-05-26T23:36:08.604Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-05-26T23:36:08.604Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-26T23:36:09.592Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-26T23:36:10.164Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-26T23:36:13.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47772026-05-26T23:36:13.332Z
47782026-05-26T23:36:13.332Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-26T23:36:13.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-26T23:36:13.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-26T23:36:13.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-26T23:36:13.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47832026-05-26T23:36:13.926Z
47842026-05-26T23:36:13.926Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-26T23:36:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-26T23:36:14.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-26T23:36:14.609Z Checking uzers v0.12.2
47882026-05-26T23:36:14.885Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-26T23:36:15.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47902026-05-26T23:36:15.855Z
47912026-05-26T23:36:15.860Zreal 14:08.691003352
47922026-05-26T23:36:15.860Zuser 21:07.028157472
47932026-05-26T23:36:15.860Zsys 4:24.739371363
47942026-05-26T23:36:15.860Ztrap 0.322359673
47952026-05-26T23:36:15.860Ztflt 0.837241171
47962026-05-26T23:36:15.860Zdflt 1.362900910
47972026-05-26T23:36:15.860Zkflt 0.005510691
47982026-05-26T23:36:15.860Zlock 1:18:34.501816837
47992026-05-26T23:36:15.860Zslp 1:41:27.566099218
48002026-05-26T23:36:15.860Zlat 1:01.002701506
48012026-05-26T23:36:15.860Zstop 3:50.184248511
48022026-05-26T23:36:15.860Zprocess exited: duration 984302 ms, exit code 0
 
48032026-05-26T23:36:15.866Zfound 0 output files