01KSRGMFT0NQ8HJWNRW9E5CDRW: 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: 01KSRGN3CJBQ4J7RA9J76EJGKE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T00:03:41.860Zjob assigned to worker 01KSRGN6G867Q5P3R78KC14RKE [factory aws, i-0e5f7b6457a320018] (queued for 44 s)
 
22026-05-29T00:03:48.484Zstarting task 0: "setup"
32026-05-29T00:03:48.489Z++ uname -s
42026-05-29T00:03:48.492Z+ kern=SunOS
52026-05-29T00:03:48.492Z+ build_user=build
62026-05-29T00:03:48.492Z+ build_uid=12345
72026-05-29T00:03:48.492Z+ work_dir=/work
82026-05-29T00:03:48.492Z+ input_dir=/input
92026-05-29T00:03:48.492Z+ [[ 0 == 12345 ]]
102026-05-29T00:03:48.492Z+ case "$kern" in
112026-05-29T00:03:48.492Z+ groupadd -g 12345 build
122026-05-29T00:03:48.500Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T00:03:50.505Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T00:03:50.542Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T00:03:50.544Z+ home_fs=zfs
162026-05-29T00:03:50.544Z+ [[ zfs == autofs ]]
172026-05-29T00:03:50.544Z+ mkdir -p /home/build
182026-05-29T00:03:50.544Z+ chown build:build /home/build /work
192026-05-29T00:03:52.545Z+ chmod 0700 /home/build /work
202026-05-29T00:03:52.548Zprocess exited: duration 4063 ms, exit code 0
 
212026-05-29T00:03:52.554Zstarting task 1: "rust-toolchain"
222026-05-29T00:03:52.557Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T00:03:52.557Z * rust toolchain channel = "1.94.0"
242026-05-29T00:03:52.557Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-29T00:03:52.557Z * rust toolchain profile = "default"
262026-05-29T00:03:52.557Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T00:03:52.557Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T00:03:52.561Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T00:03:52.561Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T00:03:52.663Zinfo: downloading installer
312026-05-29T00:03:53.984Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T00:03:53.984Zwarn: /home/build/.rustup/settings.toml
332026-05-29T00:03:53.984Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T00:03:53.984Zwarn: instead of the one inferred from the default host triple.
352026-05-29T00:03:53.996Zinfo: profile set to default
362026-05-29T00:03:53.996Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T00:03:53.999Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T00:03:54.125Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T00:03:54.128Zinfo: downloading 6 components
402026-05-29T00:04:08.283Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T00:04:08.283Z
422026-05-29T00:04:08.320Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T00:04:08.320Z
442026-05-29T00:04:08.320Z
452026-05-29T00:04:08.320ZRust is installed now. Great!
462026-05-29T00:04:08.321Z
472026-05-29T00:04:08.325ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T00:04:08.325Zenvironment variable. This has not been done automatically.
492026-05-29T00:04:08.325Z
502026-05-29T00:04:08.325ZTo configure your current shell, you need to source
512026-05-29T00:04:08.325Zthe corresponding env file under $HOME/.cargo.
522026-05-29T00:04:08.325Z
532026-05-29T00:04:08.325ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T00:04:08.325Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T00:04:08.325Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T00:04:08.325Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T00:04:08.325Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T00:04:08.326Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T00:04:08.326Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T00:04:08.326Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T00:04:08.326Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T00:04:08.396Z+ rustup --version
632026-05-29T00:04:08.405Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T00:04:08.408Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T00:04:08.426Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T00:04:08.429Z+ cargo --version
672026-05-29T00:04:08.442Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T00:04:08.445Z+ rustc --version
692026-05-29T00:04:08.465Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T00:04:08.468Zprocess exited: duration 15912 ms, exit code 0
 
712026-05-29T00:04:08.474Zstarting task 2: "authentication"
722026-05-29T00:04:08.495Zprocess exited: duration 20 ms, exit code 0
 
732026-05-29T00:04:08.502Zstarting task 3: "clone repository"
742026-05-29T00:04:08.505Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T00:04:08.508Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T00:04:08.550ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T00:04:20.224Z+ cd /work/oxidecomputer/omicron
782026-05-29T00:04:20.224Z+ git fetch origin a840e09fbdb1afb9be2362b3d80a144e16779e99
792026-05-29T00:04:20.501ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T00:04:20.501Z * branch a840e09fbdb1afb9be2362b3d80a144e16779e99 -> FETCH_HEAD
812026-05-29T00:04:20.510Z+ [[ -n '' ]]
822026-05-29T00:04:20.510Z+ git reset --hard a840e09fbdb1afb9be2362b3d80a144e16779e99
832026-05-29T00:04:20.749ZHEAD is now at a840e09fb [spr] initial version
842026-05-29T00:04:20.752Zprocess exited: duration 12249 ms, exit code 0
 
852026-05-29T00:04:20.759Zstarting task 4: "build"
862026-05-29T00:04:20.763Z+ source .github/buildomat/ci-env.sh
872026-05-29T00:04:20.766Z++ export CARGO_TERM_COLOR=always
882026-05-29T00:04:20.766Z++ CARGO_TERM_COLOR=always
892026-05-29T00:04:20.766Z+ cargo --version
902026-05-29T00:04:20.774Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-29T00:04:20.777Z+ rustc --version
922026-05-29T00:04:20.795Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-29T00:04:20.798Z+ source ./env.sh
942026-05-29T00:04:20.799Z++ OLD_SHELL_OPTS=ehxB
952026-05-29T00:04:20.799Z++ set -o xtrace
962026-05-29T00:04:20.802Z++++ dirname ./env.sh
972026-05-29T00:04:20.807Z+++ readlink -f .
982026-05-29T00:04:20.811Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-29T00:04:20.811Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-29T00:04:20.811Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-29T00:04:20.815Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-29T00:04:20.815Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-29T00:04:20.815Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-05-29T00:04:20.815Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-29T00:04:20.815Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-29T00:04:20.815Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-29T00:04:20.816Z++ case $OLD_SHELL_OPTS in
1082026-05-29T00:04:20.816Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-29T00:04:20.816Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1102026-05-29T00:04:20.816Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1112026-05-29T00:04:20.817Z+ banner prerequisites
1122026-05-29T00:04:20.817Z
1132026-05-29T00:04:20.817Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-29T00:04:20.817Z # # # # # # # # # # # # # # #
1152026-05-29T00:04:20.817Z # # # # ##### # # ##### # # # # # #### #
1162026-05-29T00:04:20.817Z ##### ##### # ##### # # # # # # # # #
1172026-05-29T00:04:20.817Z # # # # # # # # # # # # # # #
1182026-05-29T00:04:20.817Z # # # ###### # # ###### ### # #### # #### #
1192026-05-29T00:04:20.817Z
1202026-05-29T00:04:20.817Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-29T00:04:22.474Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-29T00:04:22.550Z Startup: Caching catalogs ... Done
1232026-05-29T00:04:22.816ZPlanning: Solver setup ... Done (0.231s)
1242026-05-29T00:04:22.834ZPlanning: Running solver ... Done (0.019s)
1252026-05-29T00:04:22.849ZPlanning: Finding local manifests ... Done (0.011s)
1262026-05-29T00:04:22.859ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-29T00:04:22.872ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-29T00:04:22.885ZPlanning: Package planning ... Done (0.013s)
1292026-05-29T00:04:22.888ZPlanning: Merging actions ... Done (0.001s)
1302026-05-29T00:04:23.073ZPlanning: Checking for conflicting actions ... Done (0.185s)
1312026-05-29T00:04:23.078ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-29T00:04:24.214ZPlanning: Evaluating mediators ... Done (1.140s)
1332026-05-29T00:04:24.217ZPlanning: Planning completed in 1.65 seconds
1342026-05-29T00:04:24.223Z Packages to install: 2
1352026-05-29T00:04:24.223Z Estimated space available: 156.07 GB
1362026-05-29T00:04:24.223ZEstimated space to be consumed: 22.53 MB
1372026-05-29T00:04:24.223Z Create boot environment: No
1382026-05-29T00:04:24.226ZCreate backup boot environment: No
1392026-05-29T00:04:24.226Z Rebuild boot archive: No
1402026-05-29T00:04:24.226Z
1412026-05-29T00:04:24.226ZChanged packages:
1422026-05-29T00:04:24.226Zhelios
1432026-05-29T00:04:24.226Z developer/build-essential
1442026-05-29T00:04:24.226Z None -> 11-3.0
1452026-05-29T00:04:24.226Z library/libxmlsec1
1462026-05-29T00:04:24.227Z None -> 1.2.35-3.0
1472026-05-29T00:04:24.275Z
1482026-05-29T00:04:24.277ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-29T00:04:25.545ZDownload: Completed 1.28 MB in 1.27 seconds (1.0M/s)
1502026-05-29T00:04:25.586Z Actions: 1/268 actions (Installing new actions)
1512026-05-29T00:04:25.622Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-29T00:04:25.660ZFinalize: Updating package state database ... Done (0.037s)
1532026-05-29T00:04:25.660ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-29T00:04:25.678ZFinalize: Updating image state ... Done (0.019s)
1552026-05-29T00:04:28.116ZFinalize: Creating fast lookup database ... Done (2.415s)
1562026-05-29T00:04:28.189ZFinalize: Reading search index ... Done (0.016s)
1572026-05-29T00:04:28.192ZFinalize: Updating search index ... Done (0.000s)
1582026-05-29T00:04:28.250ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-29T00:04:28.555ZPlanning: Evaluating mediator changes ... Done
1602026-05-29T00:04:28.660ZPlanning: Checking for conflicting actions ... Done
1612026-05-29T00:04:28.664ZPlanning: Consolidating action changes ... Done
1622026-05-29T00:04:28.818ZPlanning: Evaluating mediators ... Done
1632026-05-29T00:04:28.820ZPlanning: Planning completed in 0.26 seconds
1642026-05-29T00:04:28.841Z Mediators to change: 2
1652026-05-29T00:04:28.841Z Create boot environment: No
1662026-05-29T00:04:28.843ZCreate backup boot environment: No
1672026-05-29T00:04:28.875ZFinalize: Updating package state database ... Done
1682026-05-29T00:04:28.875ZFinalize: Updating package cache ... Done
1692026-05-29T00:04:28.886ZFinalize: Updating image state ... Done
1702026-05-29T00:04:30.821ZFinalize: Creating fast lookup database ... Done
1712026-05-29T00:04:30.882ZFinalize: Reading search index ... Done
1722026-05-29T00:04:30.885ZFinalize: Updating search index ... Done
1732026-05-29T00:04:30.926ZFinalize: Updating package cache ... Done
1742026-05-29T00:04:31.215ZPlanning: Evaluating mediator changes ... Done
1752026-05-29T00:04:31.321ZPlanning: Checking for conflicting actions ... Done
1762026-05-29T00:04:31.323ZPlanning: Consolidating action changes ... Done
1772026-05-29T00:04:31.480ZPlanning: Evaluating mediators ... Done
1782026-05-29T00:04:31.482ZPlanning: Planning completed in 0.27 seconds
1792026-05-29T00:04:31.502Z Mediators to change: 1
1802026-05-29T00:04:31.502Z Create boot environment: No
1812026-05-29T00:04:31.505ZCreate backup boot environment: No
1822026-05-29T00:04:31.533ZFinalize: Updating package state database ... Done
1832026-05-29T00:04:31.533ZFinalize: Updating package cache ... Done
1842026-05-29T00:04:31.544ZFinalize: Updating image state ... Done
1852026-05-29T00:04:33.490ZFinalize: Creating fast lookup database ... Done
1862026-05-29T00:04:33.552ZFinalize: Reading search index ... Done
1872026-05-29T00:04:33.555ZFinalize: Updating search index ... Done
1882026-05-29T00:04:33.603ZFinalize: Updating package cache ... Done
1892026-05-29T00:04:33.920ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-29T00:04:33.920Zapache system 2.4 system
1912026-05-29T00:04:33.921Zclang system 15 system
1922026-05-29T00:04:33.921Zcsh system system illumos
1932026-05-29T00:04:33.921Zctags system system illumos
1942026-05-29T00:04:33.921Zfile vendor vendor darwinsys
1952026-05-29T00:04:33.921Zfile system system illumos
1962026-05-29T00:04:33.922Zgcc vendor 14 vendor
1972026-05-29T00:04:33.922Zgcc system 13 system
1982026-05-29T00:04:33.922Zgcc system 10 system
1992026-05-29T00:04:33.922Zgo system 1.25 system
2002026-05-29T00:04:33.922Zllvm system 15 system
2012026-05-29T00:04:33.922Zmariadb system 11.4 system
2022026-05-29T00:04:33.922Zmta vendor vendor dma
2032026-05-29T00:04:33.922Zopenjdk system 17 system
2042026-05-29T00:04:33.922Zopenjdk system 11 system
2052026-05-29T00:04:33.922Zopenssl vendor 3 vendor
2062026-05-29T00:04:33.922Zperl system 5.40 system
2072026-05-29T00:04:33.922Zpostgresql system 18 system
2082026-05-29T00:04:33.922Zpostgresql system 17 system
2092026-05-29T00:04:33.922Zpython vendor 3 vendor
2102026-05-29T00:04:33.922Zpython system 2 system
2112026-05-29T00:04:33.922Zpython3 vendor 3.13 vendor
2122026-05-29T00:04:33.922Zruby system 3.4 system
2132026-05-29T00:04:33.922Zruby system 3.0 system
2142026-05-29T00:04:33.922Zwords vendor vendor american-english
2152026-05-29T00:04:33.922Zwords system system australian-english
2162026-05-29T00:04:33.922Zwords system system british-english
2172026-05-29T00:04:33.922Zwords system system canadian-english
2182026-05-29T00:04:33.922Zwords system system french
2192026-05-29T00:04:33.922Zwords system system italian
2202026-05-29T00:04:33.922Zwords system system ngerman
2212026-05-29T00:04:33.922Zwords system system ogerman
2222026-05-29T00:04:33.922Zwords system system spanish
2232026-05-29T00:04:34.175ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-29T00:04:34.176Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-29T00:04:34.457ZFMRI IFO
2262026-05-29T00:04:34.458Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-29T00:04:34.458Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-29T00:04:34.458Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-29T00:04:34.458Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-29T00:04:34.458Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-29T00:04:34.458Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-29T00:04:34.458Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-29T00:04:34.458Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-29T00:04:34.458Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-29T00:04:34.704Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-29T00:04:34.977Z Updating crates.io index
2372026-05-29T00:04:35.015Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-29T00:04:35.742Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-29T00:04:36.238Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-29T00:04:36.907Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-29T00:04:37.726Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-29T00:04:38.243Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-29T00:04:39.738Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-29T00:04:40.642Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-29T00:04:40.934Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-29T00:04:41.701Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-29T00:04:42.142Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-29T00:04:42.482Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-29T00:04:42.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-29T00:04:43.791Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-29T00:04:44.252Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-29T00:04:44.572Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-29T00:04:44.900Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-29T00:04:45.256Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-29T00:04:45.651Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-29T00:04:45.916Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-29T00:04:46.193Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-29T00:04:46.509Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-29T00:04:46.908Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-29T00:04:47.420Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-05-29T00:04:47.672Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-05-29T00:04:48.139Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-05-29T00:04:48.585Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-05-29T00:04:48.890Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-05-29T00:04:50.087Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-05-29T00:04:50.764Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-29T00:04:51.193Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-29T00:04:51.457Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-29T00:04:51.884Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-29T00:04:52.248Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-29T00:04:52.589Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2722026-05-29T00:04:53.132Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-05-29T00:04:53.389Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-05-29T00:04:53.656Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-05-29T00:04:53.924Z Updating git repository `https://github.com/illumos/smf-rs`
2762026-05-29T00:04:54.275Z Updating git repository `https://github.com/oxidecomputer/omicron`
2772026-05-29T00:05:06.189Z Downloading crates ...
2782026-05-29T00:05:06.243Z Downloaded fastrand v2.3.0
2792026-05-29T00:05:06.249Z Downloaded is_terminal_polyfill v1.70.2
2802026-05-29T00:05:06.254Z Downloaded camino-tempfile v1.4.1
2812026-05-29T00:05:06.254Z Downloaded typeid v1.0.3
2822026-05-29T00:05:06.258Z Downloaded thread-id v4.2.2
2832026-05-29T00:05:06.258Z Downloaded displaydoc v0.2.5
2842026-05-29T00:05:06.261Z Downloaded plain v0.2.3
2852026-05-29T00:05:06.261Z Downloaded toml_write v0.1.2
2862026-05-29T00:05:06.261Z Downloaded thiserror v2.0.18
2872026-05-29T00:05:06.263Z Downloaded autocfg v1.5.0
2882026-05-29T00:05:06.268Z Downloaded cargo-platform v0.2.0
2892026-05-29T00:05:06.271Z Downloaded block-buffer v0.10.4
2902026-05-29T00:05:06.271Z Downloaded crypto-common v0.1.7
2912026-05-29T00:05:06.271Z Downloaded cfg-if v1.0.4
2922026-05-29T00:05:06.273Z Downloaded unicode-xid v0.2.6
2932026-05-29T00:05:06.273Z Downloaded utf8_iter v1.0.4
2942026-05-29T00:05:06.276Z Downloaded serde_spanned v0.6.9
2952026-05-29T00:05:06.276Z Downloaded form_urlencoded v1.2.2
2962026-05-29T00:05:06.276Z Downloaded digest v0.10.7
2972026-05-29T00:05:06.279Z Downloaded yoke-derive v0.8.1
2982026-05-29T00:05:06.279Z Downloaded usdt-macro v0.5.0
2992026-05-29T00:05:06.281Z Downloaded toml_datetime v0.6.11
3002026-05-29T00:05:06.281Z Downloaded toml_edit v0.22.27
3012026-05-29T00:05:06.286Z Downloaded cargo_toml v0.21.0
3022026-05-29T00:05:06.289Z Downloaded utf8parse v0.2.2
3032026-05-29T00:05:06.289Z Downloaded zerofrom v0.1.6
3042026-05-29T00:05:06.289Z Downloaded version_check v0.9.5
3052026-05-29T00:05:06.289Z Downloaded usdt-attr-macro v0.5.0
3062026-05-29T00:05:06.289Z Downloaded unicode-linebreak v0.1.5
3072026-05-29T00:05:06.289Z Downloaded thiserror-impl v1.0.69
3082026-05-29T00:05:06.292Z Downloaded equivalent v1.0.2
3092026-05-29T00:05:06.292Z Downloaded cpufeatures v0.2.17
3102026-05-29T00:05:06.292Z Downloaded thiserror v1.0.69
3112026-05-29T00:05:06.295Z Downloaded zerovec-derive v0.11.2
3122026-05-29T00:05:06.298Z Downloaded zerofrom-derive v0.1.6
3132026-05-29T00:05:06.298Z Downloaded usdt v0.5.0
3142026-05-29T00:05:06.298Z Downloaded generic-array v0.14.7
3152026-05-29T00:05:06.298Z Downloaded thiserror-impl v2.0.18
3162026-05-29T00:05:06.300Z Downloaded fnv v1.0.7
3172026-05-29T00:05:06.300Z Downloaded proc-macro-error v1.0.4
3182026-05-29T00:05:06.306Z Downloaded usdt-impl v0.5.0
3192026-05-29T00:05:06.306Z Downloaded cargo-util-schemas v0.8.2
3202026-05-29T00:05:06.308Z Downloaded dof v0.3.0
3212026-05-29T00:05:06.308Z Downloaded camino v1.2.2
3222026-05-29T00:05:06.308Z Downloaded pretty-hex v0.4.1
3232026-05-29T00:05:06.308Z Downloaded yoke v0.8.1
3242026-05-29T00:05:06.308Z Downloaded writeable v0.6.2
3252026-05-29T00:05:06.312Z Downloaded errno v0.3.14
3262026-05-29T00:05:06.312Z Downloaded serde v1.0.228
3272026-05-29T00:05:06.315Z Downloaded serde_core v1.0.228
3282026-05-29T00:05:06.315Z Downloaded zmij v1.0.21
3292026-05-29T00:05:06.315Z Downloaded tinystr v0.8.2
3302026-05-29T00:05:06.318Z Downloaded scroll_derive v0.12.1
3312026-05-29T00:05:06.318Z Downloaded ordered-float v2.10.1
3322026-05-29T00:05:06.318Z Downloaded anstyle-query v1.1.5
3332026-05-29T00:05:06.321Z Downloaded strsim v0.11.1
3342026-05-29T00:05:06.321Z Downloaded smawk v0.3.2
3352026-05-29T00:05:06.321Z Downloaded ucd-trie v0.1.7
3362026-05-29T00:05:06.321Z Downloaded textwrap v0.16.2
3372026-05-29T00:05:06.323Z Downloaded quote v1.0.45
3382026-05-29T00:05:06.325Z Downloaded heck v0.5.0
3392026-05-29T00:05:06.325Z Downloaded byteorder v1.5.0
3402026-05-29T00:05:06.326Z Downloaded anstyle v1.0.13
3412026-05-29T00:05:06.328Z Downloaded zerocopy-derive v0.7.35
3422026-05-29T00:05:06.331Z Downloaded typenum v1.19.0
3432026-05-29T00:05:06.331Z Downloaded goblin v0.8.2
3442026-05-29T00:05:06.338Z Downloaded url v2.5.8
3452026-05-29T00:05:06.341Z Downloaded unicode-ident v1.0.24
3462026-05-29T00:05:06.341Z Downloaded memmap v0.7.0
3472026-05-29T00:05:06.341Z Downloaded stable_deref_trait v1.2.1
3482026-05-29T00:05:06.341Z Downloaded zerovec v0.11.5
3492026-05-29T00:05:06.343Z Downloaded potential_utf v0.1.4
3502026-05-29T00:05:06.346Z Downloaded percent-encoding v2.3.2
3512026-05-29T00:05:06.346Z Downloaded zerotrie v0.2.3
3522026-05-29T00:05:06.348Z Downloaded tabled_derive v0.7.0
3532026-05-29T00:05:06.348Z Downloaded proc-macro-error-attr v1.0.4
3542026-05-29T00:05:06.348Z Downloaded getrandom v0.4.1
3552026-05-29T00:05:06.350Z Downloaded fs-err v3.3.0
3562026-05-29T00:05:06.353Z Downloaded colorchoice v1.0.4
3572026-05-29T00:05:06.353Z Downloaded anyhow v1.0.102
3582026-05-29T00:05:06.355Z Downloaded zerocopy v0.7.35
3592026-05-29T00:05:06.364Z Downloaded terminal_size v0.4.3
3602026-05-29T00:05:06.367Z Downloaded winnow v0.7.14
3612026-05-29T00:05:06.370Z Downloaded cargo_metadata v0.21.0
3622026-05-29T00:05:06.372Z Downloaded anstyle-parse v0.2.7
3632026-05-29T00:05:06.372Z Downloaded clap_derive v4.5.55
3642026-05-29T00:05:06.375Z Downloaded erased-serde v0.4.9
3652026-05-29T00:05:06.377Z Downloaded unicode-width v0.2.0
3662026-05-29T00:05:06.379Z Downloaded unicode-width v0.1.14
3672026-05-29T00:05:06.383Z Downloaded synstructure v0.13.2
3682026-05-29T00:05:06.385Z Downloaded sha2 v0.10.9
3692026-05-29T00:05:06.386Z Downloaded itoa v1.0.17
3702026-05-29T00:05:06.386Z Downloaded scroll v0.12.0
3712026-05-29T00:05:06.388Z Downloaded anstream v0.6.21
3722026-05-29T00:05:06.388Z Downloaded clap v4.5.60
3732026-05-29T00:05:06.392Z Downloaded serde_tokenstream v0.2.3
3742026-05-29T00:05:06.394Z Downloaded serde-value v0.7.0
3752026-05-29T00:05:06.394Z Downloaded pest_generator v2.8.6
3762026-05-29T00:05:06.396Z Downloaded bytecount v0.6.9
3772026-05-29T00:05:06.396Z Downloaded swrite v0.1.0
3782026-05-29T00:05:06.396Z Downloaded macaddr v1.0.1
3792026-05-29T00:05:06.396Z Downloaded idna_adapter v1.2.1
3802026-05-29T00:05:06.399Z Downloaded toml v0.8.23
3812026-05-29T00:05:06.399Z Downloaded serde-untagged v0.1.9
3822026-05-29T00:05:06.402Z Downloaded semver v1.0.28
3832026-05-29T00:05:06.402Z Downloaded once_cell v1.21.3
3842026-05-29T00:05:06.402Z Downloaded bitflags v2.11.0
3852026-05-29T00:05:06.406Z Downloaded smallvec v1.15.1
3862026-05-29T00:05:06.406Z Downloaded dtrace-parser v0.2.0
3872026-05-29T00:05:06.406Z Downloaded tempfile v3.25.0
3882026-05-29T00:05:06.409Z Downloaded clap_lex v1.0.0
3892026-05-29T00:05:06.409Z Downloaded pest_derive v2.8.6
3902026-05-29T00:05:06.423Z Downloaded litemap v0.8.1
3912026-05-29T00:05:06.427Z Downloaded num-traits v0.2.19
3922026-05-29T00:05:06.429Z Downloaded proc-macro2 v1.0.106
3932026-05-29T00:05:06.429Z Downloaded icu_provider v2.1.1
3942026-05-29T00:05:06.432Z Downloaded serde_derive v1.0.228
3952026-05-29T00:05:06.434Z Downloaded papergrid v0.11.0
3962026-05-29T00:05:06.444Z Downloaded pest_meta v2.8.6
3972026-05-29T00:05:06.449Z Downloaded log v0.4.29
3982026-05-29T00:05:06.453Z Downloaded icu_normalizer v2.1.1
3992026-05-29T00:05:06.456Z Downloaded icu_normalizer_data v2.1.1
4002026-05-29T00:05:06.466Z Downloaded icu_locale_core v2.1.1
4012026-05-29T00:05:06.469Z Downloaded icu_collections v2.1.1
4022026-05-29T00:05:06.474Z Downloaded memchr v2.8.0
4032026-05-29T00:05:06.476Z Downloaded heck v0.4.1
4042026-05-29T00:05:06.479Z Downloaded icu_properties v2.1.2
4052026-05-29T00:05:06.497Z Downloaded pest v2.8.6
4062026-05-29T00:05:06.510Z Downloaded indexmap v2.14.0
4072026-05-29T00:05:06.512Z Downloaded idna v1.1.0
4082026-05-29T00:05:06.515Z Downloaded hashbrown v0.17.0
4092026-05-29T00:05:06.518Z Downloaded icu_properties_data v2.1.2
4102026-05-29T00:05:06.523Z Downloaded serde_json v1.0.149
4112026-05-29T00:05:06.528Z Downloaded clap_builder v4.5.60
4122026-05-29T00:05:06.533Z Downloaded tabled v0.15.0
4132026-05-29T00:05:06.545Z Downloaded syn v1.0.109
4142026-05-29T00:05:06.551Z Downloaded syn v2.0.117
4152026-05-29T00:05:06.566Z Downloaded rustix v1.1.3
4162026-05-29T00:05:06.593Z Downloaded libc v0.2.185
4172026-05-29T00:05:06.661Z Compiling proc-macro2 v1.0.106
4182026-05-29T00:05:06.661Z Compiling unicode-ident v1.0.24
4192026-05-29T00:05:06.661Z Compiling quote v1.0.45
4202026-05-29T00:05:06.661Z Compiling serde_core v1.0.228
4212026-05-29T00:05:06.661Z Compiling libc v0.2.185
4222026-05-29T00:05:06.664Z Compiling version_check v0.9.5
4232026-05-29T00:05:06.664Z Compiling serde v1.0.228
4242026-05-29T00:05:06.664Z Compiling memchr v2.8.0
4252026-05-29T00:05:06.984Z Compiling stable_deref_trait v1.2.1
4262026-05-29T00:05:07.059Z Compiling zmij v1.0.21
4272026-05-29T00:05:07.212Z Compiling thiserror v1.0.69
4282026-05-29T00:05:07.405Z Compiling itoa v1.0.17
4292026-05-29T00:05:07.434Z Compiling ucd-trie v0.1.7
4302026-05-29T00:05:07.527Z Compiling autocfg v1.5.0
4312026-05-29T00:05:07.593Z Compiling pest v2.8.6
4322026-05-29T00:05:07.713Z Compiling litemap v0.8.1
4332026-05-29T00:05:07.773Z Compiling writeable v0.6.2
4342026-05-29T00:05:07.874Z Compiling byteorder v1.5.0
4352026-05-29T00:05:07.915Z Compiling icu_normalizer_data v2.1.1
4362026-05-29T00:05:07.965Z Compiling icu_properties_data v2.1.2
4372026-05-29T00:05:07.981Z Compiling rustix v1.1.3
4382026-05-29T00:05:08.188Z Compiling errno v0.3.14
4392026-05-29T00:05:08.334Z Compiling syn v2.0.117
4402026-05-29T00:05:08.366Z Compiling serde_json v1.0.149
4412026-05-29T00:05:08.380Z Compiling bitflags v2.11.0
4422026-05-29T00:05:08.613Z Compiling num-traits v0.2.19
4432026-05-29T00:05:08.653Z Compiling pest_meta v2.8.6
4442026-05-29T00:05:08.693Z Compiling hashbrown v0.17.0
4452026-05-29T00:05:08.825Z Compiling equivalent v1.0.2
4462026-05-29T00:05:08.875Z Compiling typeid v1.0.3
4472026-05-29T00:05:08.919Z Compiling smallvec v1.15.1
4482026-05-29T00:05:09.267Z Compiling indexmap v2.14.0
4492026-05-29T00:05:09.357Z Compiling thread-id v4.2.2
4502026-05-29T00:05:09.372Z Compiling usdt-impl v0.5.0
4512026-05-29T00:05:09.375Z Compiling proc-macro-error-attr v1.0.4
4522026-05-29T00:05:09.445Z Compiling syn v1.0.109
4532026-05-29T00:05:09.580Z Compiling erased-serde v0.4.9
4542026-05-29T00:05:09.751Z Compiling winnow v0.7.14
4552026-05-29T00:05:09.765Z Compiling toml_write v0.1.2
4562026-05-29T00:05:09.968Z Compiling proc-macro-error v1.0.4
4572026-05-29T00:05:10.068Z Compiling camino v1.2.2
4582026-05-29T00:05:10.156Z Compiling thiserror v2.0.18
4592026-05-29T00:05:10.335Z Compiling log v0.4.29
4602026-05-29T00:05:10.385Z Compiling utf8parse v0.2.2
4612026-05-29T00:05:10.489Z Compiling getrandom v0.4.1
4622026-05-29T00:05:10.504Z Compiling percent-encoding v2.3.2
4632026-05-29T00:05:10.519Z Compiling plain v0.2.3
4642026-05-29T00:05:10.532Z Compiling utf8_iter v1.0.4
4652026-05-29T00:05:10.646Z Compiling anstyle-parse v0.2.7
4662026-05-29T00:05:10.682Z Compiling form_urlencoded v1.2.2
4672026-05-29T00:05:10.698Z Compiling ordered-float v2.10.1
4682026-05-29T00:05:10.964Z Compiling terminal_size v0.4.3
4692026-05-29T00:05:10.983Z Compiling anstyle v1.0.13
4702026-05-29T00:05:11.107Z Compiling synstructure v0.13.2
4712026-05-29T00:05:11.193Z Compiling pest_generator v2.8.6
4722026-05-29T00:05:11.223Z Compiling anstyle-query v1.1.5
4732026-05-29T00:05:11.253Z Compiling pretty-hex v0.4.1
4742026-05-29T00:05:11.296Z Compiling is_terminal_polyfill v1.70.2
4752026-05-29T00:05:11.334Z Compiling cfg-if v1.0.4
4762026-05-29T00:05:11.350Z Compiling colorchoice v1.0.4
4772026-05-29T00:05:11.391Z Compiling serde-untagged v0.1.9
4782026-05-29T00:05:11.466Z Compiling anstream v0.6.21
4792026-05-29T00:05:11.581Z Compiling semver v1.0.28
4802026-05-29T00:05:11.702Z Compiling fs-err v3.3.0
4812026-05-29T00:05:11.777Z Compiling heck v0.5.0
4822026-05-29T00:05:11.893Z Compiling bytecount v0.6.9
4832026-05-29T00:05:11.896Z Compiling once_cell v1.21.3
4842026-05-29T00:05:11.925Z Compiling unicode-xid v0.2.6
4852026-05-29T00:05:11.925Z Compiling heck v0.4.1
4862026-05-29T00:05:12.042Z Compiling fnv v1.0.7
4872026-05-29T00:05:12.056Z Compiling anyhow v1.0.102
4882026-05-29T00:05:12.110Z Compiling fastrand v2.3.0
4892026-05-29T00:05:12.145Z Compiling strsim v0.11.1
4902026-05-29T00:05:12.165Z Compiling clap_lex v1.0.0
4912026-05-29T00:05:12.327Z Compiling unicode-width v0.1.14
4922026-05-29T00:05:12.372Z Compiling clap_builder v4.5.60
4932026-05-29T00:05:12.398Z Compiling tempfile v3.25.0
4942026-05-29T00:05:12.571Z Compiling papergrid v0.11.0
4952026-05-29T00:05:12.593Z Compiling memmap v0.7.0
4962026-05-29T00:05:12.609Z Compiling unicode-width v0.2.0
4972026-05-29T00:05:12.733Z Compiling serde_derive v1.0.228
4982026-05-29T00:05:12.772Z Compiling zerofrom-derive v0.1.6
4992026-05-29T00:05:12.775Z Compiling yoke-derive v0.8.1
5002026-05-29T00:05:12.880Z Compiling zerovec-derive v0.11.2
5012026-05-29T00:05:12.961Z Compiling displaydoc v0.2.5
5022026-05-29T00:05:13.722Z Compiling thiserror-impl v1.0.69
5032026-05-29T00:05:13.966Z Compiling zerocopy-derive v0.7.35
5042026-05-29T00:05:13.989Z Compiling pest_derive v2.8.6
5052026-05-29T00:05:14.004Z Compiling scroll_derive v0.12.1
5062026-05-29T00:05:14.173Z Compiling zerofrom v0.1.6
5072026-05-29T00:05:14.307Z Compiling yoke v0.8.1
5082026-05-29T00:05:14.427Z Compiling thiserror-impl v2.0.18
5092026-05-29T00:05:14.504Z Compiling zerovec v0.11.5
5102026-05-29T00:05:14.668Z Compiling zerotrie v0.2.3
5112026-05-29T00:05:14.849Z Compiling zerocopy v0.7.35
5122026-05-29T00:05:14.978Z Compiling tinystr v0.8.2
5132026-05-29T00:05:15.031Z Compiling potential_utf v0.1.4
5142026-05-29T00:05:15.111Z Compiling dtrace-parser v0.2.0
5152026-05-29T00:05:15.185Z Compiling icu_locale_core v2.1.1
5162026-05-29T00:05:15.202Z Compiling icu_collections v2.1.1
5172026-05-29T00:05:15.400Z Compiling scroll v0.12.0
5182026-05-29T00:05:15.513Z Compiling tabled_derive v0.7.0
5192026-05-29T00:05:15.664Z Compiling goblin v0.8.2
5202026-05-29T00:05:15.671Z Compiling clap_derive v4.5.55
5212026-05-29T00:05:15.718Z Compiling unicode-linebreak v0.1.5
5222026-05-29T00:05:15.875Z Compiling icu_provider v2.1.1
5232026-05-29T00:05:16.136Z Compiling smawk v0.3.2
5242026-05-29T00:05:16.174Z Compiling camino-tempfile v1.4.1
5252026-05-29T00:05:16.184Z Compiling icu_properties v2.1.2
5262026-05-29T00:05:16.211Z Compiling toml_datetime v0.6.11
5272026-05-29T00:05:16.269Z Compiling serde_spanned v0.6.9
5282026-05-29T00:05:16.339Z Compiling icu_normalizer v2.1.1
5292026-05-29T00:05:16.376Z Compiling dof v0.3.0
5302026-05-29T00:05:16.403Z Compiling serde_tokenstream v0.2.3
5312026-05-29T00:05:16.508Z Compiling toml_edit v0.22.27
5322026-05-29T00:05:16.514Z Compiling serde-value v0.7.0
5332026-05-29T00:05:16.819Z Compiling cargo-platform v0.2.0
5342026-05-29T00:05:16.835Z Compiling tabled v0.15.0
5352026-05-29T00:05:16.848Z Compiling macaddr v1.0.1
5362026-05-29T00:05:17.051Z Compiling textwrap v0.16.2
5372026-05-29T00:05:17.110Z Compiling idna_adapter v1.2.1
5382026-05-29T00:05:17.260Z Compiling idna v1.1.0
5392026-05-29T00:05:17.296Z Compiling usdt-macro v0.5.0
5402026-05-29T00:05:17.444Z Compiling usdt-attr-macro v0.5.0
5412026-05-29T00:05:17.471Z Compiling clap v4.5.60
5422026-05-29T00:05:17.546Z Compiling url v2.5.8
5432026-05-29T00:05:17.886Z Compiling toml v0.8.23
5442026-05-29T00:05:17.932Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-05-29T00:05:18.074Z Compiling swrite v0.1.0
5462026-05-29T00:05:18.262Z Compiling cargo-util-schemas v0.8.2
5472026-05-29T00:05:18.456Z Compiling cargo_toml v0.21.0
5482026-05-29T00:05:18.635Z Compiling usdt v0.5.0
5492026-05-29T00:05:19.240Z Compiling cargo_metadata v0.21.0
5502026-05-29T00:05:20.189Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5512026-05-29T00:05:22.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.72s
5522026-05-29T00:05:22.501Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5532026-05-29T00:05:23.063Z Downloading crates ...
5542026-05-29T00:05:23.162Z Downloaded aead v0.5.2
5552026-05-29T00:05:23.168Z Downloaded adler2 v2.0.1
5562026-05-29T00:05:23.173Z Downloaded allocator-api2 v0.2.21
5572026-05-29T00:05:23.173Z Downloaded array-init v0.0.4
5582026-05-29T00:05:23.173Z Downloaded crc v3.4.0
5592026-05-29T00:05:23.176Z Downloaded cobs v0.3.0
5602026-05-29T00:05:23.178Z Downloaded crc32fast v1.5.0
5612026-05-29T00:05:23.183Z Downloaded ar_archive_writer v0.5.1
5622026-05-29T00:05:23.187Z Downloaded bitflags v1.3.2
5632026-05-29T00:05:23.187Z Downloaded crossbeam-deque v0.8.6
5642026-05-29T00:05:23.192Z Downloaded bzip2 v0.6.1
5652026-05-29T00:05:23.192Z Downloaded arc-swap v1.8.2
5662026-05-29T00:05:23.196Z Downloaded cbc v0.1.2
5672026-05-29T00:05:23.196Z Downloaded darling_macro v0.20.11
5682026-05-29T00:05:23.196Z Downloaded cstr-argument v0.1.2
5692026-05-29T00:05:23.196Z Downloaded critical-section v1.2.0
5702026-05-29T00:05:23.199Z Downloaded bit-set v0.8.0
5712026-05-29T00:05:23.199Z Downloaded darling_core v0.13.4
5722026-05-29T00:05:23.201Z Downloaded colored v2.2.0
5732026-05-29T00:05:23.202Z Downloaded crc8 v0.1.1
5742026-05-29T00:05:23.202Z Downloaded base64 v0.21.7
5752026-05-29T00:05:23.204Z Downloaded foldhash v0.1.5
5762026-05-29T00:05:23.207Z Downloaded filetime v0.2.27
5772026-05-29T00:05:23.207Z Downloaded aes-gcm v0.10.3
5782026-05-29T00:05:23.210Z Downloaded cmake v0.1.57
5792026-05-29T00:05:23.210Z Downloaded derive_builder_macro v0.20.2
5802026-05-29T00:05:23.210Z Downloaded embedded-io v0.6.1
5812026-05-29T00:05:23.213Z Downloaded downcast-rs v2.0.2
5822026-05-29T00:05:23.213Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-05-29T00:05:23.213Z Downloaded ctr v0.9.2
5842026-05-29T00:05:23.215Z Downloaded ciborium-io v0.2.2
5852026-05-29T00:05:23.215Z Downloaded async-stream-impl v0.3.6
5862026-05-29T00:05:23.216Z Downloaded crunchy v0.2.4
5872026-05-29T00:05:23.216Z Downloaded float-cmp v0.10.0
5882026-05-29T00:05:23.220Z Downloaded atomicwrites v0.4.4
5892026-05-29T00:05:23.220Z Downloaded cfg_aliases v0.2.1
5902026-05-29T00:05:23.223Z Downloaded base16ct v0.2.0
5912026-05-29T00:05:23.223Z Downloaded async-stream v0.3.6
5922026-05-29T00:05:23.226Z Downloaded fd-lock v4.0.4
5932026-05-29T00:05:23.226Z Downloaded embedded-io v0.4.0
5942026-05-29T00:05:23.228Z Downloaded data-encoding v2.10.0
5952026-05-29T00:05:23.228Z Downloaded castaway v0.2.4
5962026-05-29T00:05:23.231Z Downloaded block-padding v0.3.3
5972026-05-29T00:05:23.231Z Downloaded bitfield-struct v0.6.2
5982026-05-29T00:05:23.231Z Downloaded crossbeam-utils v0.8.21
5992026-05-29T00:05:23.236Z Downloaded darling_macro v0.13.4
6002026-05-29T00:05:23.236Z Downloaded bit-vec v0.8.0
6012026-05-29T00:05:23.236Z Downloaded ascii-canvas v3.0.0
6022026-05-29T00:05:23.236Z Downloaded atty v0.2.14
6032026-05-29T00:05:23.236Z Downloaded debug-ignore v1.0.5
6042026-05-29T00:05:23.241Z Downloaded difflib v0.4.0
6052026-05-29T00:05:23.241Z Downloaded cfg_aliases v0.1.1
6062026-05-29T00:05:23.244Z Downloaded env_filter v1.0.0
6072026-05-29T00:05:23.244Z Downloaded derive-ex v0.1.8
6082026-05-29T00:05:23.249Z Downloaded flume v0.11.1
6092026-05-29T00:05:23.253Z Downloaded flagset v0.4.7
6102026-05-29T00:05:23.253Z Downloaded cargo-platform v0.3.2
6112026-05-29T00:05:23.256Z Downloaded crucible-workspace-hack v0.1.0
6122026-05-29T00:05:23.259Z Downloaded dyn-clone v1.0.20
6132026-05-29T00:05:23.259Z Downloaded dof v0.4.0
6142026-05-29T00:05:23.259Z Downloaded convert_case v0.4.0
6152026-05-29T00:05:23.263Z Downloaded darling_macro v0.23.0
6162026-05-29T00:05:23.266Z Downloaded dsl_auto_type v0.2.0
6172026-05-29T00:05:23.266Z Downloaded darling_macro v0.21.3
6182026-05-29T00:05:23.269Z Downloaded chacha20 v0.9.1
6192026-05-29T00:05:23.275Z Downloaded curve25519-dalek-derive v0.1.1
6202026-05-29T00:05:23.277Z Downloaded document-features v0.2.12
6212026-05-29T00:05:23.280Z Downloaded bit-set v0.5.3
6222026-05-29T00:05:23.283Z Downloaded assert_matches v1.5.0
6232026-05-29T00:05:23.283Z Downloaded dirs-next v2.0.0
6242026-05-29T00:05:23.288Z Downloaded fixedbitset v0.4.2
6252026-05-29T00:05:23.288Z Downloaded async-recursion v1.1.1
6262026-05-29T00:05:23.288Z Downloaded foreign-types v0.3.2
6272026-05-29T00:05:23.291Z Downloaded display-error-chain v0.2.2
6282026-05-29T00:05:23.291Z Downloaded compression-core v0.4.31
6292026-05-29T00:05:23.291Z Downloaded endian-type v0.1.2
6302026-05-29T00:05:23.294Z Downloaded futures-sink v0.3.32
6312026-05-29T00:05:23.294Z Downloaded dirs-sys-next v0.1.2
6322026-05-29T00:05:23.294Z Downloaded defmt-parser v1.0.0
6332026-05-29T00:05:23.294Z Downloaded ciborium-ll v0.2.2
6342026-05-29T00:05:23.297Z Downloaded bitfield-macros v0.19.4
6352026-05-29T00:05:23.297Z Downloaded bcrypt-pbkdf v0.10.0
6362026-05-29T00:05:23.297Z Downloaded bb8 v0.8.6
6372026-05-29T00:05:23.297Z Downloaded defmt v0.3.100
6382026-05-29T00:05:23.300Z Downloaded enum-as-inner v0.6.1
6392026-05-29T00:05:23.304Z Downloaded foreign-types-macros v0.2.3
6402026-05-29T00:05:23.304Z Downloaded foreign-types-shared v0.3.1
6412026-05-29T00:05:23.304Z Downloaded crc-catalog v2.4.0
6422026-05-29T00:05:23.307Z Downloaded foreign-types v0.5.0
6432026-05-29T00:05:23.307Z Downloaded dunce v1.0.5
6442026-05-29T00:05:23.307Z Downloaded arrayref v0.3.9
6452026-05-29T00:05:23.310Z Downloaded fxhash v0.2.1
6462026-05-29T00:05:23.310Z Downloaded dtrace-parser v0.3.0
6472026-05-29T00:05:23.310Z Downloaded float-ord v0.3.2
6482026-05-29T00:05:23.310Z Downloaded gethostname v0.5.0
6492026-05-29T00:05:23.312Z Downloaded futures-core v0.3.32
6502026-05-29T00:05:23.313Z Downloaded darling_core v0.20.11
6512026-05-29T00:05:23.315Z Downloaded ghash v0.5.1
6522026-05-29T00:05:23.315Z Downloaded futures-io v0.3.32
6532026-05-29T00:05:23.319Z Downloaded funty v2.0.0
6542026-05-29T00:05:23.319Z Downloaded foreign-types-shared v0.1.1
6552026-05-29T00:05:23.319Z Downloaded fallible-iterator v0.2.0
6562026-05-29T00:05:23.319Z Downloaded cpufeatures v0.3.0
6572026-05-29T00:05:23.322Z Downloaded compression-codecs v0.4.37
6582026-05-29T00:05:23.323Z Downloaded futures-macro v0.3.32
6592026-05-29T00:05:23.323Z Downloaded darling v0.13.4
6602026-05-29T00:05:23.325Z Downloaded futures-task v0.3.32
6612026-05-29T00:05:23.325Z Downloaded either v1.15.0
6622026-05-29T00:05:23.328Z Downloaded defmt-macros v1.0.1
6632026-05-29T00:05:23.328Z Downloaded blowfish v0.9.1
6642026-05-29T00:05:23.331Z Downloaded convert_case v0.10.0
6652026-05-29T00:05:23.331Z Downloaded ena v0.14.4
6662026-05-29T00:05:23.331Z Downloaded byte-wrapper v0.1.0
6672026-05-29T00:05:23.335Z Downloaded git-stub v1.0.0
6682026-05-29T00:05:23.335Z Downloaded arrayvec v0.7.6
6692026-05-29T00:05:23.338Z Downloaded camino-tempfile-ext v0.3.3
6702026-05-29T00:05:23.338Z Downloaded corncobs v0.1.4
6712026-05-29T00:05:23.338Z Downloaded atomic-waker v1.1.2
6722026-05-29T00:05:23.341Z Downloaded hash32 v0.3.1
6732026-05-29T00:05:23.344Z Downloaded hash32 v0.2.1
6742026-05-29T00:05:23.344Z Downloaded constant_time_eq v0.4.2
6752026-05-29T00:05:23.347Z Downloaded home v0.5.12
6762026-05-29T00:05:23.347Z Downloaded globwalk v0.9.1
6772026-05-29T00:05:23.347Z Downloaded cookie_store v0.22.1
6782026-05-29T00:05:23.350Z Downloaded clang-sys v1.8.1
6792026-05-29T00:05:23.350Z Downloaded http-body v1.0.1
6802026-05-29T00:05:23.353Z Downloaded hostname v0.3.1
6812026-05-29T00:05:23.353Z Downloaded fixedbitset v0.5.7
6822026-05-29T00:05:23.353Z Downloaded hostname v0.4.2
6832026-05-29T00:05:23.357Z Downloaded hex-literal v0.4.1
6842026-05-29T00:05:23.357Z Downloaded hex v0.4.3
6852026-05-29T00:05:23.357Z Downloaded headers-core v0.3.0
6862026-05-29T00:05:23.359Z Downloaded dropshot-api-manager-types v0.7.2
6872026-05-29T00:05:23.360Z Downloaded diesel-dtrace v0.5.0
6882026-05-29T00:05:23.360Z Downloaded ff v0.13.1
6892026-05-29T00:05:23.363Z Downloaded backoff v0.4.0
6902026-05-29T00:05:23.363Z Downloaded const_format_proc_macros v0.2.34
6912026-05-29T00:05:23.367Z Downloaded cassowary v0.3.0
6922026-05-29T00:05:23.367Z Downloaded ed25519 v2.2.3
6932026-05-29T00:05:23.367Z Downloaded ecdsa v0.16.9
6942026-05-29T00:05:23.372Z Downloaded defmt v1.0.1
6952026-05-29T00:05:23.372Z Downloaded cipher v0.4.4
6962026-05-29T00:05:23.372Z Downloaded httpdate v1.0.3
6972026-05-29T00:05:23.375Z Downloaded http-range v0.1.5
6982026-05-29T00:05:23.375Z Downloaded flate2 v1.1.9
6992026-05-29T00:05:23.375Z Downloaded der_derive v0.7.3
7002026-05-29T00:05:23.378Z Downloaded daft-derive v0.1.7
7012026-05-29T00:05:23.381Z Downloaded foldhash v0.2.0
7022026-05-29T00:05:23.381Z Downloaded hubpack v0.1.2
7032026-05-29T00:05:23.381Z Downloaded glob v0.3.3
7042026-05-29T00:05:23.385Z Downloaded hubpack_derive v0.1.1
7052026-05-29T00:05:23.385Z Downloaded darling v0.23.0
7062026-05-29T00:05:23.388Z Downloaded fs-err v2.11.0
7072026-05-29T00:05:23.388Z Downloaded indent_write v2.2.0
7082026-05-29T00:05:23.388Z Downloaded ahash v0.8.12
7092026-05-29T00:05:23.390Z Downloaded illumos-nvpair-sys v0.2.0
7102026-05-29T00:05:23.390Z Downloaded hyper-tls v0.6.0
7112026-05-29T00:05:23.390Z Downloaded illumos-nvpair v0.3.0
7122026-05-29T00:05:23.390Z Downloaded const-oid v0.9.6
7132026-05-29T00:05:23.393Z Downloaded group v0.13.0
7142026-05-29T00:05:23.393Z Downloaded globset v0.4.18
7152026-05-29T00:05:23.396Z Downloaded ciborium v0.2.2
7162026-05-29T00:05:23.396Z Downloaded async-bb8-diesel v0.2.1
7172026-05-29T00:05:23.398Z Downloaded blake2 v0.10.6
7182026-05-29T00:05:23.398Z Downloaded console v0.16.2
7192026-05-29T00:05:23.401Z Downloaded env_logger v0.11.9
7202026-05-29T00:05:23.401Z Downloaded bitfield v0.19.4
7212026-05-29T00:05:23.405Z Downloaded daft v0.1.7
7222026-05-29T00:05:23.405Z Downloaded git-stub-vcs v0.1.0
7232026-05-29T00:05:23.405Z Downloaded cookie v0.18.1
7242026-05-29T00:05:23.408Z Downloaded is-terminal v0.4.17
7252026-05-29T00:05:23.408Z Downloaded backon v1.6.0
7262026-05-29T00:05:23.410Z Downloaded ident_case v1.0.1
7272026-05-29T00:05:23.410Z Downloaded diff v0.1.13
7282026-05-29T00:05:23.413Z Downloaded lalrpop-util v0.19.12
7292026-05-29T00:05:23.413Z Downloaded keccak v0.1.6
7302026-05-29T00:05:23.413Z Downloaded indoc v1.0.9
7312026-05-29T00:05:23.417Z Downloaded http-body-util v0.1.3
7322026-05-29T00:05:23.417Z Downloaded find-msvc-tools v0.1.9
7332026-05-29T00:05:23.423Z Downloaded inout v0.1.4
7342026-05-29T00:05:23.423Z Downloaded darling v0.21.3
7352026-05-29T00:05:23.426Z Downloaded instant v0.1.13
7362026-05-29T00:05:23.426Z Downloaded is_ci v1.2.0
7372026-05-29T00:05:23.426Z Downloaded des v0.8.1
7382026-05-29T00:05:23.426Z Downloaded internet-checksum v0.2.1
7392026-05-29T00:05:23.426Z Downloaded argon2 v0.5.3
7402026-05-29T00:05:23.426Z Downloaded instability v0.3.11
7412026-05-29T00:05:23.431Z Downloaded derive_builder v0.20.2
7422026-05-29T00:05:23.434Z Downloaded expectorate v1.2.0
7432026-05-29T00:05:23.434Z Downloaded csv-core v0.1.13
7442026-05-29T00:05:23.434Z Downloaded highway v1.3.0
7452026-05-29T00:05:23.434Z Downloaded base64ct v1.8.3
7462026-05-29T00:05:23.438Z Downloaded lazy_static v1.5.0
7472026-05-29T00:05:23.438Z Downloaded humantime v2.3.0
7482026-05-29T00:05:23.438Z Downloaded bcs v0.1.6
7492026-05-29T00:05:23.441Z Downloaded maybe-uninit v2.0.0
7502026-05-29T00:05:23.441Z Downloaded async-trait v0.1.89
7512026-05-29T00:05:23.442Z Downloaded erased-serde v0.3.31
7522026-05-29T00:05:23.444Z Downloaded derive-where v1.6.0
7532026-05-29T00:05:23.451Z Downloaded futures-executor v0.3.32
7542026-05-29T00:05:23.451Z Downloaded buf-list v1.1.2
7552026-05-29T00:05:23.451Z Downloaded kstat-rs v0.2.4
7562026-05-29T00:05:23.451Z Downloaded futures-channel v0.3.32
7572026-05-29T00:05:23.456Z Downloaded crossbeam-epoch v0.9.18
7582026-05-29T00:05:23.456Z Downloaded memoffset v0.9.1
7592026-05-29T00:05:23.456Z Downloaded md5 v0.7.0
7602026-05-29T00:05:23.456Z Downloaded half v1.8.3
7612026-05-29T00:05:23.461Z Downloaded deranged v0.5.8
7622026-05-29T00:05:23.461Z Downloaded crossterm v0.28.1
7632026-05-29T00:05:23.461Z Downloaded cargo_metadata v0.23.1
7642026-05-29T00:05:23.466Z Downloaded bit-vec v0.6.3
7652026-05-29T00:05:23.466Z Downloaded cexpr v0.6.0
7662026-05-29T00:05:23.466Z Downloaded bzip2 v0.4.4
7672026-05-29T00:05:23.472Z Downloaded libscf-sys v1.1.0
7682026-05-29T00:05:23.472Z Downloaded ipnetwork v0.21.1
7692026-05-29T00:05:23.472Z Downloaded ipnet v2.11.0
7702026-05-29T00:05:23.472Z Downloaded fs_extra v1.3.0
7712026-05-29T00:05:23.475Z Downloaded nodrop v0.1.14
7722026-05-29T00:05:23.475Z Downloaded mime v0.3.17
7732026-05-29T00:05:23.475Z Downloaded num-derive v0.4.2
7742026-05-29T00:05:23.475Z Downloaded getrandom v0.2.17
7752026-05-29T00:05:23.479Z Downloaded num v0.4.3
7762026-05-29T00:05:23.479Z Downloaded nibble_vec v0.1.0
7772026-05-29T00:05:23.479Z Downloaded linked-hash-map v0.5.6
7782026-05-29T00:05:23.479Z Downloaded md-5 v0.10.6
7792026-05-29T00:05:23.479Z Downloaded jobserver v0.1.34
7802026-05-29T00:05:23.482Z Downloaded lru-cache v0.1.2
7812026-05-29T00:05:23.482Z Downloaded match_cfg v0.1.0
7822026-05-29T00:05:23.482Z Downloaded elliptic-curve v0.13.8
7832026-05-29T00:05:23.495Z Downloaded dropshot_endpoint v0.17.0
7842026-05-29T00:05:23.498Z Downloaded derive_builder_core v0.20.2
7852026-05-29T00:05:23.498Z Downloaded maplit v1.0.2
7862026-05-29T00:05:23.498Z Downloaded managed v0.8.0
7872026-05-29T00:05:23.498Z Downloaded lzss v0.8.2
7882026-05-29T00:05:23.498Z Downloaded darling v0.20.11
7892026-05-29T00:05:23.498Z Downloaded lru-slab v0.1.2
7902026-05-29T00:05:23.498Z Downloaded new_debug_unreachable v1.0.6
7912026-05-29T00:05:23.498Z Downloaded normalize-line-endings v0.3.0
7922026-05-29T00:05:23.498Z Downloaded ingot v0.1.1
7932026-05-29T00:05:23.498Z Downloaded newline-converter v0.3.0
7942026-05-29T00:05:23.498Z Downloaded num-derive v0.3.3
7952026-05-29T00:05:23.502Z Downloaded newtype_derive v0.1.6
7962026-05-29T00:05:23.502Z Downloaded drift v0.2.0
7972026-05-29T00:05:23.508Z Downloaded num-iter v0.1.45
7982026-05-29T00:05:23.508Z Downloaded num-conv v0.2.0
7992026-05-29T00:05:23.511Z Downloaded console v0.15.11
8002026-05-29T00:05:23.511Z Downloaded opaque-debug v0.3.1
8012026-05-29T00:05:23.511Z Downloaded fatfs v0.3.6
8022026-05-29T00:05:23.511Z Downloaded crypto-bigint v0.5.5
8032026-05-29T00:05:23.515Z Downloaded libsw-core v0.3.2
8042026-05-29T00:05:23.518Z Downloaded httparse v1.10.1
8052026-05-29T00:05:23.518Z Downloaded colored v3.1.1
8062026-05-29T00:05:23.523Z Downloaded chacha20 v0.10.0
8072026-05-29T00:05:23.523Z Downloaded cancel-safe-futures v0.1.5
8082026-05-29T00:05:23.527Z Downloaded num_threads v0.1.7
8092026-05-29T00:05:23.527Z Downloaded num_enum_derive v0.5.11
8102026-05-29T00:05:23.527Z Downloaded indoc v2.0.7
8112026-05-29T00:05:23.527Z Downloaded futures v0.3.32
8122026-05-29T00:05:23.531Z Downloaded oso-derive v0.27.3
8132026-05-29T00:05:23.531Z Downloaded impl-trait-for-tuples v0.2.3
8142026-05-29T00:05:23.535Z Downloaded hyper-staticfile v0.10.1
8152026-05-29T00:05:23.535Z Downloaded bytes v1.11.1
8162026-05-29T00:05:23.538Z Downloaded hyper-rustls v0.27.7
8172026-05-29T00:05:23.538Z Downloaded const_format v0.2.35
8182026-05-29T00:05:23.559Z Downloaded hmac v0.12.1
8192026-05-29T00:05:23.559Z Downloaded openssl-macros v0.1.1
8202026-05-29T00:05:23.559Z Downloaded openssl-probe v0.1.6
8212026-05-29T00:05:23.564Z Downloaded multer v3.1.0
8222026-05-29T00:05:23.564Z Downloaded parse-display v0.10.0
8232026-05-29T00:05:23.564Z Downloaded linear-map v1.2.0
8242026-05-29T00:05:23.564Z Downloaded iana-time-zone v0.1.65
8252026-05-29T00:05:23.564Z Downloaded parse-size v1.1.0
8262026-05-29T00:05:23.564Z Downloaded half v2.7.1
8272026-05-29T00:05:23.564Z Downloaded aes v0.8.4
8282026-05-29T00:05:23.564Z Downloaded packed_struct_codegen v0.10.1
8292026-05-29T00:05:23.564Z Downloaded newtype-uuid-macros v0.1.0
8302026-05-29T00:05:23.564Z Downloaded darling_core v0.23.0
8312026-05-29T00:05:23.564Z Downloaded num-complex v0.4.6
8322026-05-29T00:05:23.565Z Downloaded derive_more v0.99.20
8332026-05-29T00:05:23.565Z Downloaded nu-ansi-term v0.50.3
8342026-05-29T00:05:23.565Z Downloaded peg-runtime v0.8.5
8352026-05-29T00:05:23.569Z Downloaded path-slash v0.1.5
8362026-05-29T00:05:23.569Z Downloaded derive_more v2.1.1
8372026-05-29T00:05:23.592Z Downloaded phf_shared v0.11.3
8382026-05-29T00:05:23.595Z Downloaded derive_more-impl v2.1.1
8392026-05-29T00:05:23.599Z Downloaded crossbeam-channel v0.5.15
8402026-05-29T00:05:23.599Z Downloaded openssl-probe v0.2.1
8412026-05-29T00:05:23.603Z Downloaded phf_shared v0.12.1
8422026-05-29T00:05:23.603Z Downloaded getrandom v0.3.4
8432026-05-29T00:05:23.606Z Downloaded crc-any v2.5.0
8442026-05-29T00:05:23.606Z Downloaded num_enum v0.7.5
8452026-05-29T00:05:23.618Z Downloaded predicates-core v1.0.10
8462026-05-29T00:05:23.618Z Downloaded pbkdf2 v0.11.0
8472026-05-29T00:05:23.622Z Downloaded num_enum v0.5.11
8482026-05-29T00:05:23.622Z Downloaded oxnet v0.1.4
8492026-05-29T00:05:23.622Z Downloaded heapless v0.7.17
8502026-05-29T00:05:23.622Z Downloaded libloading v0.8.9
8512026-05-29T00:05:23.622Z Downloaded ingot-macros v0.1.1
8522026-05-29T00:05:23.622Z Downloaded proc-macro-crate v1.3.1
8532026-05-29T00:05:23.622Z Downloaded password-hash v0.4.2
8542026-05-29T00:05:23.622Z Downloaded parse-display-derive v0.10.0
8552026-05-29T00:05:23.625Z Downloaded chacha20poly1305 v0.10.1
8562026-05-29T00:05:23.625Z Downloaded bumpalo v3.20.2
8572026-05-29T00:05:23.628Z Downloaded oxide-tokio-rt v0.1.4
8582026-05-29T00:05:23.628Z Downloaded darling_core v0.21.3
8592026-05-29T00:05:23.631Z Downloaded compact_str v0.8.1
8602026-05-29T00:05:23.634Z Downloaded headers v0.4.1
8612026-05-29T00:05:23.637Z Downloaded progenitor-client v0.10.0
8622026-05-29T00:05:23.637Z Downloaded powerfmt v0.2.0
8632026-05-29T00:05:23.637Z Downloaded paste v1.0.15
8642026-05-29T00:05:23.640Z Downloaded progenitor-client v0.11.2
8652026-05-29T00:05:23.640Z Downloaded num-integer v0.1.46
8662026-05-29T00:05:23.644Z Downloaded phf v0.13.1
8672026-05-29T00:05:23.644Z Downloaded pem v3.0.6
8682026-05-29T00:05:23.644Z Downloaded parking_lot_core v0.8.6
8692026-05-29T00:05:23.644Z Downloaded libbz2-rs-sys v0.2.2
8702026-05-29T00:05:23.647Z Downloaded precomputed-hash v0.1.1
8712026-05-29T00:05:23.647Z Downloaded phf_shared v0.13.1
8722026-05-29T00:05:23.647Z Downloaded memmap2 v0.9.10
8732026-05-29T00:05:23.650Z Downloaded progenitor-macro v0.11.2
8742026-05-29T00:05:23.650Z Downloaded packed_struct v0.10.1
8752026-05-29T00:05:23.650Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-05-29T00:05:23.654Z Downloaded proc-macro-crate v3.4.0
8772026-05-29T00:05:23.654Z Downloaded predicates-tree v1.0.13
8782026-05-29T00:05:23.654Z Downloaded mime_guess v2.0.5
8792026-05-29T00:05:23.654Z Downloaded pin-project-lite v0.2.17
8802026-05-29T00:05:23.657Z Downloaded progenitor-client v0.14.0
8812026-05-29T00:05:23.657Z Downloaded polyval v0.6.2
8822026-05-29T00:05:23.661Z Downloaded cc v1.2.56
8832026-05-29T00:05:23.664Z Downloaded rand_xorshift v0.4.0
8842026-05-29T00:05:23.664Z Downloaded rand_chacha v0.3.1
8852026-05-29T00:05:23.664Z Downloaded pin-utils v0.1.0
8862026-05-29T00:05:23.664Z Downloaded pin-project-internal v1.1.11
8872026-05-29T00:05:23.669Z Downloaded phf v0.12.1
8882026-05-29T00:05:23.669Z Downloaded omicron-zone-package v0.12.2
8892026-05-29T00:05:23.670Z Downloaded litrs v1.0.0
8902026-05-29T00:05:23.674Z Downloaded base64 v0.22.1
8912026-05-29T00:05:23.674Z Downloaded pbkdf2 v0.12.2
8922026-05-29T00:05:23.674Z Downloaded num_enum_derive v0.7.5
8932026-05-29T00:05:23.674Z Downloaded newtype-uuid v1.3.2
8942026-05-29T00:05:23.679Z Downloaded primeorder v0.13.6
8952026-05-29T00:05:23.679Z Downloaded psl-types v2.0.11
8962026-05-29T00:05:23.679Z Downloaded num-rational v0.4.2
8972026-05-29T00:05:23.679Z Downloaded progenitor v0.14.0
8982026-05-29T00:05:23.682Z Downloaded peg-macros v0.8.5
8992026-05-29T00:05:23.682Z Downloaded password-hash v0.5.0
9002026-05-29T00:05:23.682Z Downloaded parking_lot_core v0.9.12
9012026-05-29T00:05:23.682Z Downloaded parking_lot v0.12.5
9022026-05-29T00:05:23.686Z Downloaded hickory-resolver v0.25.2
9032026-05-29T00:05:23.689Z Downloaded hickory-resolver v0.24.4
9042026-05-29T00:05:23.689Z Downloaded native-tls v0.2.18
9052026-05-29T00:05:23.692Z Downloaded nanorand v0.7.0
9062026-05-29T00:05:23.692Z Downloaded progenitor-macro v0.14.0
9072026-05-29T00:05:23.692Z Downloaded progenitor-extras v0.2.0
9082026-05-29T00:05:23.697Z Downloaded progenitor-client v0.13.0
9092026-05-29T00:05:23.697Z Downloaded pem-rfc7468 v0.7.0
9102026-05-29T00:05:23.697Z Downloaded multimap v0.10.1
9112026-05-29T00:05:23.700Z Downloaded indexmap v1.9.3
9122026-05-29T00:05:23.700Z Downloaded radium v0.7.0
9132026-05-29T00:05:23.700Z Downloaded pkg-config v0.3.32
9142026-05-29T00:05:23.700Z Downloaded owo-colors v4.3.0
9152026-05-29T00:05:23.706Z Downloaded ignore v0.4.25
9162026-05-29T00:05:23.706Z Downloaded nonempty v0.12.0
9172026-05-29T00:05:23.706Z Downloaded lock_api v0.4.14
9182026-05-29T00:05:23.706Z Downloaded libefi-sys v0.1.0
9192026-05-29T00:05:23.706Z Downloaded pkcs8 v0.10.2
9202026-05-29T00:05:23.711Z Downloaded progenitor-macro v0.13.0
9212026-05-29T00:05:23.711Z Downloaded predicates v3.1.4
9222026-05-29T00:05:23.716Z Downloaded postgres-protocol v0.6.10
9232026-05-29T00:05:23.716Z Downloaded poly1305 v0.8.0
9242026-05-29T00:05:23.716Z Downloaded ed25519-dalek v2.2.0
9252026-05-29T00:05:23.720Z Downloaded rustc_version v0.4.1
9262026-05-29T00:05:23.720Z Downloaded rtoolbox v0.0.3
9272026-05-29T00:05:23.720Z Downloaded ingot-types v0.1.2
9282026-05-29T00:05:23.721Z Downloaded libsw v3.5.0
9292026-05-29T00:05:23.721Z Downloaded olpc-cjson v0.1.4
9302026-05-29T00:05:23.721Z Downloaded lru v0.12.5
9312026-05-29T00:05:23.727Z Downloaded oso v0.27.3
9322026-05-29T00:05:23.727Z Downloaded heapless v0.8.0
9332026-05-29T00:05:23.730Z Downloaded peg v0.8.5
9342026-05-29T00:05:23.730Z Downloaded rustc_version v0.1.7
9352026-05-29T00:05:23.730Z Downloaded rfc6979 v0.4.0
9362026-05-29T00:05:23.731Z Downloaded ref-cast v1.0.25
9372026-05-29T00:05:23.734Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-05-29T00:05:23.734Z Downloaded rustc-hash v2.1.1
9392026-05-29T00:05:23.734Z Downloaded rand_chacha v0.9.0
9402026-05-29T00:05:23.734Z Downloaded r2d2 v0.8.10
9412026-05-29T00:05:23.734Z Downloaded rand_core v0.6.4
9422026-05-29T00:05:23.739Z Downloaded postcard v1.1.3
9432026-05-29T00:05:23.739Z Downloaded p256 v0.13.2
9442026-05-29T00:05:23.745Z Downloaded progenitor v0.11.2
9452026-05-29T00:05:23.745Z Downloaded async-compression v0.4.41
9462026-05-29T00:05:23.748Z Downloaded ref-cast-impl v1.0.25
9472026-05-29T00:05:23.748Z Downloaded rand_seeder v0.4.0
9482026-05-29T00:05:23.748Z Downloaded salsa20 v0.10.2
9492026-05-29T00:05:23.748Z Downloaded progenitor v0.13.0
9502026-05-29T00:05:23.748Z Downloaded proc-macro-error2 v2.0.1
9512026-05-29T00:05:23.753Z Downloaded sapling-renderdag v0.1.0
9522026-05-29T00:05:23.753Z Downloaded pkcs5 v0.7.1
9532026-05-29T00:05:23.756Z Downloaded russh-cryptovec v0.7.3
9542026-05-29T00:05:23.756Z Downloaded der v0.7.10
9552026-05-29T00:05:23.759Z Downloaded pkcs1 v0.7.5
9562026-05-29T00:05:23.759Z Downloaded diesel_derives v2.3.7
9572026-05-29T00:05:23.762Z Downloaded seq-macro v0.3.6
9582026-05-29T00:05:23.764Z Downloaded semver v0.1.20
9592026-05-29T00:05:23.764Z Downloaded scheduled-thread-pool v0.2.7
9602026-05-29T00:05:23.767Z Downloaded same-file v1.0.6
9612026-05-29T00:05:23.769Z Downloaded psm v0.1.30
9622026-05-29T00:05:23.772Z Downloaded quick-error v1.2.3
9632026-05-29T00:05:23.772Z Downloaded resolv-conf v0.7.6
9642026-05-29T00:05:23.775Z Downloaded secrecy v0.8.0
9652026-05-29T00:05:23.775Z Downloaded serde_urlencoded v0.7.1
9662026-05-29T00:05:23.780Z Downloaded indicatif v0.18.4
9672026-05-29T00:05:23.780Z Downloaded serde_plain v1.0.2
9682026-05-29T00:05:23.783Z Downloaded serde_bytes v0.11.19
9692026-05-29T00:05:23.783Z Downloaded rand_core v0.9.5
9702026-05-29T00:05:23.783Z Downloaded ppv-lite86 v0.2.21
9712026-05-29T00:05:23.783Z Downloaded postgres-types v0.2.12
9722026-05-29T00:05:23.787Z Downloaded scrypt v0.11.0
9732026-05-29T00:05:23.790Z Downloaded secrecy v0.10.3
9742026-05-29T00:05:23.790Z Downloaded scopeguard v1.2.0
9752026-05-29T00:05:23.790Z Downloaded hashbrown v0.12.3
9762026-05-29T00:05:23.793Z Downloaded rustls-pemfile v2.2.0
9772026-05-29T00:05:23.796Z Downloaded rustls-pemfile v1.0.4
9782026-05-29T00:05:23.796Z Downloaded rand_core v0.10.0
9792026-05-29T00:05:23.796Z Downloaded parking_lot v0.11.2
9802026-05-29T00:05:23.799Z Downloaded miniz_oxide v0.8.9
9812026-05-29T00:05:23.799Z Downloaded rustls-native-certs v0.8.3
9822026-05-29T00:05:23.803Z Downloaded recursive v0.1.1
9832026-05-29T00:05:23.807Z Downloaded serde_spanned v1.0.4
9842026-05-29T00:05:23.807Z Downloaded prefix-trie v0.7.0
9852026-05-29T00:05:23.811Z Downloaded rusty-fork v0.3.1
9862026-05-29T00:05:23.811Z Downloaded serde_repr v0.1.20
9872026-05-29T00:05:23.811Z Downloaded serde-big-array v0.5.1
9882026-05-29T00:05:23.811Z Downloaded scroll_derive v0.13.1
9892026-05-29T00:05:23.813Z Downloaded sigpipe v0.1.3
9902026-05-29T00:05:23.813Z Downloaded jiff-static v0.2.21
9912026-05-29T00:05:23.816Z Downloaded http v1.4.0
9922026-05-29T00:05:23.816Z Downloaded signal-hook-tokio v0.3.1
9932026-05-29T00:05:23.828Z Downloaded sha1 v0.10.6
9942026-05-29T00:05:23.831Z Downloaded signature v2.2.0
9952026-05-29T00:05:23.831Z Downloaded slog-bunyan v2.5.0
9962026-05-29T00:05:23.834Z Downloaded sec1 v0.7.3
9972026-05-29T00:05:23.837Z Downloaded progenitor-impl v0.13.0
9982026-05-29T00:05:23.841Z Downloaded sct v0.7.1
9992026-05-29T00:05:23.841Z Downloaded serde_path_to_error v0.1.20
10002026-05-29T00:05:23.843Z Downloaded serde-hex v0.1.0
10012026-05-29T00:05:23.846Z Downloaded pin-project v1.1.11
10022026-05-29T00:05:23.854Z Downloaded signal-hook-mio v0.2.5
10032026-05-29T00:05:23.858Z Downloaded shell-words v1.1.1
10042026-05-29T00:05:23.861Z Downloaded quinn-udp v0.5.14
10052026-05-29T00:05:23.861Z Downloaded openssl-sys v0.9.115
10062026-05-29T00:05:23.864Z Downloaded rustls-pki-types v1.14.0
10072026-05-29T00:05:23.864Z Downloaded serde_with_macros v1.5.2
10082026-05-29T00:05:23.867Z Downloaded schemars_derive v0.8.22
10092026-05-29T00:05:23.867Z Downloaded slog-envlogger v2.2.0
10102026-05-29T00:05:23.867Z Downloaded ssh-encoding v0.2.0
10112026-05-29T00:05:23.870Z Downloaded siphasher v1.0.2
10122026-05-29T00:05:23.870Z Downloaded scroll v0.13.0
10132026-05-29T00:05:23.873Z Downloaded hashbrown v0.13.2
10142026-05-29T00:05:23.875Z Downloaded papergrid v0.17.0
10152026-05-29T00:05:23.878Z Downloaded minimal-lexical v0.2.1
10162026-05-29T00:05:23.883Z Downloaded hickory-server v0.25.2
10172026-05-29T00:05:23.886Z Downloaded ssh-cipher v0.2.0
10182026-05-29T00:05:23.889Z Downloaded shlex v1.3.0
10192026-05-29T00:05:23.889Z Downloaded rustversion v1.0.22
10202026-05-29T00:05:23.889Z Downloaded sqlparser_derive v0.5.0
10212026-05-29T00:05:23.896Z Downloaded dropshot-api-manager v0.7.2
10222026-05-29T00:05:23.900Z Downloaded crossterm v0.29.0
10232026-05-29T00:05:23.904Z Downloaded supports-color v3.0.2
10242026-05-29T00:05:23.904Z Downloaded subtle v2.6.1
10252026-05-29T00:05:23.904Z Downloaded strip-ansi-escapes v0.2.1
10262026-05-29T00:05:23.905Z Downloaded simd-adler32 v0.3.8
10272026-05-29T00:05:23.907Z Downloaded russh-keys v0.45.0
10282026-05-29T00:05:23.910Z Downloaded ron v0.8.1
10292026-05-29T00:05:23.913Z Downloaded slog-scope v4.4.1
10302026-05-29T00:05:23.914Z Downloaded slog-term v2.9.2
10312026-05-29T00:05:23.916Z Downloaded structmeta v0.3.0
10322026-05-29T00:05:23.916Z Downloaded snafu-derive v0.8.9
10332026-05-29T00:05:23.922Z Downloaded strum v0.27.2
10342026-05-29T00:05:23.922Z Downloaded strum v0.26.3
10352026-05-29T00:05:23.922Z Downloaded slog-stdlog v4.1.1
10362026-05-29T00:05:23.922Z Downloaded spki v0.7.3
10372026-05-29T00:05:23.924Z Downloaded progenitor-impl v0.14.0
10382026-05-29T00:05:23.925Z Downloaded serde_cbor v0.11.2
10392026-05-29T00:05:23.925Z Downloaded slog-json v2.6.1
10402026-05-29T00:05:23.927Z Downloaded slog-dtrace v0.3.0
10412026-05-29T00:05:23.927Z Downloaded serde_with_macros v3.17.0
10422026-05-29T00:05:23.930Z Downloaded slog-async v2.8.0
10432026-05-29T00:05:23.930Z Downloaded serde_derive_internals v0.29.1
10442026-05-29T00:05:23.934Z Downloaded thread-id v5.1.0
10452026-05-29T00:05:23.938Z Downloaded rayon-core v1.13.0
10462026-05-29T00:05:23.941Z Downloaded signal-hook-registry v1.4.8
10472026-05-29T00:05:23.944Z Downloaded hashbrown v0.15.5
10482026-05-29T00:05:23.948Z Downloaded rcgen v0.12.1
10492026-05-29T00:05:23.948Z Downloaded tagptr v0.2.0
10502026-05-29T00:05:23.954Z Downloaded sync_wrapper v1.0.2
10512026-05-29T00:05:23.954Z Downloaded sync-ptr v0.1.4
10522026-05-29T00:05:23.955Z Downloaded tabwriter v1.4.1
10532026-05-29T00:05:23.955Z Downloaded tap v1.0.1
10542026-05-29T00:05:23.955Z Downloaded take_mut v0.2.2
10552026-05-29T00:05:23.955Z Downloaded tabled_derive v0.11.0
10562026-05-29T00:05:23.960Z Downloaded stacker v0.1.23
10572026-05-29T00:05:23.960Z Downloaded time-core v0.1.8
10582026-05-29T00:05:23.960Z Downloaded schemars v0.8.22
10592026-05-29T00:05:23.966Z Downloaded termtree v0.5.1
10602026-05-29T00:05:23.966Z Downloaded strsim v0.10.0
10612026-05-29T00:05:23.973Z Downloaded pretty_assertions v1.4.1
10622026-05-29T00:05:23.973Z Downloaded string_cache v0.8.9
10632026-05-29T00:05:23.973Z Downloaded stringprep v0.1.5
10642026-05-29T00:05:23.973Z Downloaded slab v0.4.12
10652026-05-29T00:05:23.973Z Downloaded tokio-macros v2.7.0
10662026-05-29T00:05:23.976Z Downloaded prettyplease v0.2.37
10672026-05-29T00:05:23.976Z Downloaded nom v7.1.3
10682026-05-29T00:05:23.976Z Downloaded support-bundle-viewer v0.1.2
10692026-05-29T00:05:23.976Z Downloaded smf v0.2.3
10702026-05-29T00:05:23.976Z Downloaded smallvec v0.6.14
10712026-05-29T00:05:23.987Z Downloaded hyper-util v0.1.20
10722026-05-29T00:05:23.993Z Downloaded progenitor-impl v0.11.2
10732026-05-29T00:05:23.996Z Downloaded publicsuffix v2.3.0
10742026-05-29T00:05:23.999Z Downloaded sqlformat v0.3.5
10752026-05-29T00:05:24.002Z Downloaded tinyvec_macros v0.1.1
10762026-05-29T00:05:24.009Z Downloaded time-macros v0.2.27
10772026-05-29T00:05:24.009Z Downloaded thiserror-no-std v2.0.2
10782026-05-29T00:05:24.012Z Downloaded thiserror-impl-no-std v2.0.2
10792026-05-29T00:05:24.012Z Downloaded termios v0.3.3
10802026-05-29T00:05:24.012Z Downloaded structmeta-derive v0.3.0
10812026-05-29T00:05:24.012Z Downloaded static_assertions v1.1.0
10822026-05-29T00:05:24.015Z Downloaded thread_local v1.1.9
10832026-05-29T00:05:24.018Z Downloaded strum_macros v0.24.3
10842026-05-29T00:05:24.022Z Downloaded topological-sort v0.2.2
10852026-05-29T00:05:24.025Z Downloaded schemars v0.9.0
10862026-05-29T00:05:24.031Z Downloaded iri-string v0.7.10
10872026-05-29T00:05:24.037Z Downloaded tower-service v0.3.3
10882026-05-29T00:05:24.040Z Downloaded tower-layer v0.3.3
10892026-05-29T00:05:24.040Z Downloaded tokio-rustls v0.25.0
10902026-05-29T00:05:24.040Z Downloaded trait-variant v0.1.2
10912026-05-29T00:05:24.040Z Downloaded strum_macros v0.26.4
10922026-05-29T00:05:24.040Z Downloaded futures-util v0.3.32
10932026-05-29T00:05:24.046Z Downloaded ryu v1.0.23
10942026-05-29T00:05:24.049Z Downloaded mio v1.2.0
10952026-05-29T00:05:24.053Z Downloaded tokio-tungstenite v0.23.1
10962026-05-29T00:05:24.057Z Downloaded rsa v0.9.10
10972026-05-29T00:05:24.057Z Downloaded testing_table v0.3.0
10982026-05-29T00:05:24.059Z Downloaded term v1.2.1
10992026-05-29T00:05:24.059Z Downloaded try-lock v0.2.5
11002026-05-29T00:05:24.059Z Downloaded term v0.7.0
11012026-05-29T00:05:24.064Z Downloaded libxml v0.3.3
11022026-05-29T00:05:24.067Z Downloaded socket2 v0.5.10
11032026-05-29T00:05:24.067Z Downloaded rand v0.9.2
11042026-05-29T00:05:24.070Z Downloaded tiny-keccak v2.0.2
11052026-05-29T00:05:24.070Z Downloaded socket2 v0.6.3
11062026-05-29T00:05:24.074Z Downloaded unarray v0.1.4
11072026-05-29T00:05:24.074Z Downloaded typify-macro v0.6.2
11082026-05-29T00:05:24.074Z Downloaded num-bigint v0.4.6
11092026-05-29T00:05:24.078Z Downloaded hyper v1.8.1
11102026-05-29T00:05:24.081Z Downloaded samael v0.0.19
11112026-05-29T00:05:24.084Z Downloaded itertools v0.10.5
11122026-05-29T00:05:24.087Z Downloaded usdt-macro v0.6.0
11132026-05-29T00:05:24.087Z Downloaded usdt-attr-macro v0.6.0
11142026-05-29T00:05:24.089Z Downloaded universal-hash v0.5.1
11152026-05-29T00:05:24.090Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11162026-05-29T00:05:24.090Z Downloaded tls_codec_derive v0.4.2
11172026-05-29T00:05:24.092Z Downloaded hashbrown v0.16.1
11182026-05-29T00:05:24.095Z Downloaded typify-macro v0.4.3
11192026-05-29T00:05:24.095Z Downloaded toml_writer v1.0.6+spec-1.1.0
11202026-05-29T00:05:24.095Z Downloaded itertools v0.13.0
11212026-05-29T00:05:24.098Z Downloaded unicode-truncate v1.1.0
11222026-05-29T00:05:24.101Z Downloaded tui-tree-widget v0.23.1
11232026-05-29T00:05:24.101Z Downloaded untrusted v0.9.0
11242026-05-29T00:05:24.104Z Downloaded untrusted v0.7.1
11252026-05-29T00:05:24.104Z Downloaded tokio-native-tls v0.3.1
11262026-05-29T00:05:24.109Z Downloaded blake3 v1.8.3
11272026-05-29T00:05:24.112Z Downloaded want v0.3.1
11282026-05-29T00:05:24.115Z Downloaded aho-corasick v1.1.4
11292026-05-29T00:05:24.119Z Downloaded rand v0.8.6
11302026-05-29T00:05:24.119Z Downloaded rustls-platform-verifier v0.6.2
11312026-05-29T00:05:24.122Z Downloaded signal-hook v0.3.18
11322026-05-29T00:05:24.122Z Downloaded quinn v0.11.9
11332026-05-29T00:05:24.125Z Downloaded unit-prefix v0.5.2
11342026-05-29T00:05:24.125Z Downloaded utf-8 v0.7.6
11352026-05-29T00:05:24.129Z Downloaded strum_macros v0.27.2
11362026-05-29T00:05:24.129Z Downloaded test-strategy v0.4.5
11372026-05-29T00:05:24.132Z Downloaded similar v2.7.0
11382026-05-29T00:05:24.132Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-05-29T00:05:24.135Z Downloaded tokio-tungstenite v0.21.0
11402026-05-29T00:05:24.135Z Downloaded tokio-dtrace v0.1.1
11412026-05-29T00:05:24.138Z Downloaded hkdf v0.12.4
11422026-05-29T00:05:24.138Z Downloaded waitgroup v0.1.2
11432026-05-29T00:05:24.141Z Downloaded usdt-impl v0.6.0
11442026-05-29T00:05:24.144Z Downloaded spin v0.9.8
11452026-05-29T00:05:24.144Z Downloaded usdt v0.6.0
11462026-05-29T00:05:24.147Z Downloaded xshell-macros v0.2.7
11472026-05-29T00:05:24.147Z Downloaded xattr v1.6.1
11482026-05-29T00:05:24.149Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-05-29T00:05:24.149Z Downloaded void v1.0.2
11502026-05-29T00:05:24.152Z Downloaded wait-timeout v0.2.1
11512026-05-29T00:05:24.156Z Downloaded tracing-attributes v0.1.31
11522026-05-29T00:05:24.159Z Downloaded vergen-git2 v9.1.0
11532026-05-29T00:05:24.162Z Downloaded uzers v0.12.2
11542026-05-29T00:05:24.167Z Downloaded tar v0.4.45
11552026-05-29T00:05:24.169Z Downloaded snafu v0.8.9
11562026-05-29T00:05:24.172Z Downloaded twox-hash v2.1.2
11572026-05-29T00:05:24.175Z Downloaded num-bigint-dig v0.8.6
11582026-05-29T00:05:24.175Z Downloaded zeroize_derive v1.4.3
11592026-05-29T00:05:24.178Z Downloaded walkdir v2.5.0
11602026-05-29T00:05:24.178Z Downloaded toml v1.0.6+spec-1.1.0
11612026-05-29T00:05:24.183Z Downloaded vergen-lib v9.1.0
11622026-05-29T00:05:24.183Z Downloaded tokio-rustls v0.24.1
11632026-05-29T00:05:24.186Z Downloaded tls_codec v0.4.2
11642026-05-29T00:05:24.186Z Downloaded unicase v2.9.0
11652026-05-29T00:05:24.191Z Downloaded serde_yaml v0.9.34+deprecated
11662026-05-29T00:05:24.195Z Downloaded tokio-stream v0.1.18
11672026-05-29T00:05:24.199Z Downloaded tokio-rustls v0.26.4
11682026-05-29T00:05:24.202Z Downloaded whoami v1.6.1
11692026-05-29T00:05:24.202Z Downloaded h2 v0.4.13
11702026-05-29T00:05:24.214Z Downloaded steno v0.4.1
11712026-05-29T00:05:24.214Z Downloaded rustyline v14.0.0
11722026-05-29T00:05:24.214Z Downloaded rustls-webpki v0.103.9
11732026-05-29T00:05:24.214Z Downloaded xshell v0.2.7
11742026-05-29T00:05:24.214Z Downloaded zone v0.3.1
11752026-05-29T00:05:24.214Z Downloaded wyz v0.5.1
11762026-05-29T00:05:24.217Z Downloaded slog v2.8.2
11772026-05-29T00:05:24.217Z Downloaded qorb v0.4.1
11782026-05-29T00:05:24.220Z Downloaded tracing-core v0.1.36
11792026-05-29T00:05:24.226Z Downloaded vergen-gitcl v1.0.8
11802026-05-29T00:05:24.230Z Downloaded toml v0.7.8
11812026-05-29T00:05:24.233Z Downloaded rpassword v7.4.0
11822026-05-29T00:05:24.233Z Downloaded vergen-lib v0.1.6
11832026-05-29T00:05:24.238Z Downloaded zone_cfg_derive v0.3.1
11842026-05-29T00:05:24.238Z Downloaded vsss-rs v3.3.4
11852026-05-29T00:05:24.238Z Downloaded typify v0.6.2
11862026-05-29T00:05:24.241Z Downloaded curve25519-dalek v4.1.3
11872026-05-29T00:05:24.244Z Downloaded itertools v0.14.0
11882026-05-29T00:05:24.248Z Downloaded itertools v0.12.1
11892026-05-29T00:05:24.252Z Downloaded zstd v0.13.3
11902026-05-29T00:05:24.255Z Downloaded russh v0.45.0
11912026-05-29T00:05:24.258Z Downloaded unsafe-libyaml v0.2.11
11922026-05-29T00:05:24.262Z Downloaded tinyvec v1.10.0
11932026-05-29T00:05:24.275Z Downloaded zeroize v1.8.2
11942026-05-29T00:05:24.279Z Downloaded subprocess v0.2.15
11952026-05-29T00:05:24.287Z Downloaded schemars v1.2.1
11962026-05-29T00:05:24.294Z Downloaded p521 v0.13.3
11972026-05-29T00:05:24.299Z Downloaded typify v0.4.3
11982026-05-29T00:05:24.302Z Downloaded vergen v9.1.0
11992026-05-29T00:05:24.305Z Downloaded zstd-safe v7.2.4
12002026-05-29T00:05:24.308Z Downloaded tungstenite v0.23.0
12012026-05-29T00:05:24.311Z Downloaded git2 v0.20.4
12022026-05-29T00:05:24.314Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-29T00:05:24.317Z Downloaded regex v1.12.3
12042026-05-29T00:05:24.322Z Downloaded unicode-bidi v0.3.18
12052026-05-29T00:05:24.325Z Downloaded reqwest v0.12.28
12062026-05-29T00:05:24.329Z Downloaded reqwest v0.13.2
12072026-05-29T00:05:24.333Z Downloaded zerocopy v0.6.6
12082026-05-29T00:05:24.336Z Downloaded whoami v2.1.0
12092026-05-29T00:05:24.336Z Downloaded unicode-properties v0.1.4
12102026-05-29T00:05:24.348Z Downloaded uuid v1.23.0
12112026-05-29T00:05:24.351Z Downloaded rand v0.10.0
12122026-05-29T00:05:24.356Z Downloaded zopfli v0.8.3
12132026-05-29T00:05:24.356Z Downloaded rayon v1.11.0
12142026-05-29T00:05:24.359Z Downloaded toml_edit v0.19.15
12152026-05-29T00:05:24.368Z Downloaded yasna v0.5.2
12162026-05-29T00:05:24.370Z Downloaded yansi v1.0.1
12172026-05-29T00:05:24.373Z Downloaded tokio-postgres v0.7.16
12182026-05-29T00:05:24.376Z Downloaded vte v0.14.1
12192026-05-29T00:05:24.376Z Downloaded serde_with v1.14.0
12202026-05-29T00:05:24.379Z Downloaded quick-xml v0.37.5
12212026-05-29T00:05:24.385Z Downloaded p384 v0.13.1
12222026-05-29T00:05:24.390Z Downloaded libm v0.2.16
12232026-05-29T00:05:24.400Z Downloaded tungstenite v0.21.0
12242026-05-29T00:05:24.404Z Downloaded bitvec v1.0.1
12252026-05-29T00:05:24.418Z Downloaded unicode_categories v0.1.1
12262026-05-29T00:05:24.422Z Downloaded chrono v0.4.44
12272026-05-29T00:05:24.424Z Downloaded typed-path v0.9.3
12282026-05-29T00:05:24.428Z Downloaded reedline v0.40.0
12292026-05-29T00:05:24.431Z Downloaded moka v0.12.13
12302026-05-29T00:05:24.434Z Downloaded zip v0.6.6
12312026-05-29T00:05:24.438Z Downloaded salty v0.3.0
12322026-05-29T00:05:24.441Z Downloaded zerocopy-derive v0.8.40
12332026-05-29T00:05:24.446Z Downloaded tokio-util v0.7.18
12342026-05-29T00:05:24.449Z Downloaded aws-lc-rs v1.16.3
12352026-05-29T00:05:24.454Z Downloaded portable-atomic v1.13.1
12362026-05-29T00:05:24.458Z Downloaded unicode-segmentation v1.12.0
12372026-05-29T00:05:24.463Z Downloaded tower v0.5.3
12382026-05-29T00:05:24.465Z Downloaded tower-http v0.6.8
12392026-05-29T00:05:24.469Z Downloaded ssh-key v0.6.7
12402026-05-29T00:05:24.473Z Downloaded object v0.30.4
12412026-05-29T00:05:24.477Z Downloaded iddqd v0.4.2
12422026-05-29T00:05:24.482Z Downloaded zip v4.6.1
12432026-05-29T00:05:24.485Z Downloaded bindgen v0.71.1
12442026-05-29T00:05:24.493Z Downloaded x509-cert v0.2.5
12452026-05-29T00:05:24.496Z Downloaded goblin v0.10.5
12462026-05-29T00:05:24.501Z Downloaded quinn-proto v0.11.13
12472026-05-29T00:05:24.504Z Downloaded serde_with v3.17.0
12482026-05-29T00:05:24.510Z Downloaded rustls-webpki v0.102.8
12492026-05-29T00:05:24.520Z Downloaded lalrpop v0.19.12
12502026-05-29T00:05:24.527Z Downloaded unicode-normalization v0.1.25
12512026-05-29T00:05:24.530Z Downloaded rustls-webpki v0.101.7
12522026-05-29T00:05:24.537Z Downloaded winnow v0.6.26
12532026-05-29T00:05:24.551Z Downloaded openssl v0.10.79
12542026-05-29T00:05:24.554Z Downloaded tough v0.22.0
12552026-05-29T00:05:24.560Z Downloaded winnow v0.5.40
12562026-05-29T00:05:24.565Z Downloaded petname v2.0.2
12572026-05-29T00:05:24.568Z Downloaded dropshot v0.17.0
12582026-05-29T00:05:24.589Z Downloaded nix v0.27.1
12592026-05-29T00:05:24.596Z Downloaded proptest v1.10.0
12602026-05-29T00:05:24.602Z Downloaded regex-syntax v0.6.29
12612026-05-29T00:05:24.606Z Downloaded time v0.3.47
12622026-05-29T00:05:24.614Z Downloaded nix v0.31.2
12632026-05-29T00:05:24.620Z Downloaded zlib-rs v0.6.2
12642026-05-29T00:05:24.645Z Downloaded polar-core v0.27.3
12652026-05-29T00:05:24.656Z Downloaded smoltcp v0.11.0
12662026-05-29T00:05:24.663Z Downloaded webpki-roots v1.0.6
12672026-05-29T00:05:24.672Z Downloaded radix_trie v0.2.1
12682026-05-29T00:05:24.675Z Downloaded zerocopy v0.8.40
12692026-05-29T00:05:24.680Z Downloaded tabled v0.20.0
12702026-05-29T00:05:24.691Z Downloaded diesel v2.3.7
12712026-05-29T00:05:24.705Z Downloaded smoltcp v0.9.1
12722026-05-29T00:05:24.711Z Downloaded rustix v0.38.44
12732026-05-29T00:05:24.725Z Downloaded vcpkg v0.2.15
12742026-05-29T00:05:24.750Z Downloaded regex-syntax v0.8.10
12752026-05-29T00:05:24.753Z Downloaded bstr v1.12.1
12762026-05-29T00:05:24.759Z Downloaded hickory-proto v0.24.4
12772026-05-29T00:05:24.769Z Downloaded rustls v0.21.12
12782026-05-29T00:05:24.773Z Downloaded object v0.37.3
12792026-05-29T00:05:24.780Z Downloaded regress v0.11.1
12802026-05-29T00:05:24.786Z Downloaded sqlparser v0.61.0
12812026-05-29T00:05:24.790Z Downloaded rustls v0.22.4
12822026-05-29T00:05:24.798Z Downloaded openapiv3 v2.2.0
12832026-05-29T00:05:24.805Z Downloaded hickory-proto v0.25.2
12842026-05-29T00:05:24.814Z Downloaded tracing v0.1.44
12852026-05-29T00:05:24.826Z Downloaded typify-impl v0.6.2
12862026-05-29T00:05:24.836Z Downloaded typify-impl v0.4.3
12872026-05-29T00:05:24.845Z Downloaded rustls v0.23.37
12882026-05-29T00:05:24.851Z Downloaded ratatui v0.29.0
12892026-05-29T00:05:24.862Z Downloaded regex-automata v0.4.14
12902026-05-29T00:05:24.871Z Downloaded regress v0.10.5
12912026-05-29T00:05:24.875Z Downloaded petgraph v0.6.5
12922026-05-29T00:05:24.886Z Downloaded zerocopy-derive v0.6.6
12932026-05-29T00:05:24.892Z Downloaded nix v0.28.0
12942026-05-29T00:05:24.904Z Downloaded sled v0.34.7
12952026-05-29T00:05:24.913Z Downloaded csv v1.4.0
12962026-05-29T00:05:24.925Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-29T00:05:24.942Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-05-29T00:05:24.952Z Downloaded tokio v1.52.1
12992026-05-29T00:05:24.975Z Downloaded encoding_rs v0.8.35
13002026-05-29T00:05:25.029Z Downloaded chrono-tz v0.10.4
13012026-05-29T00:05:25.039Z Downloaded jiff v0.2.21
13022026-05-29T00:05:25.060Z Downloaded petgraph v0.8.3
13032026-05-29T00:05:25.076Z Downloaded libz-sys v1.1.24
13042026-05-29T00:05:25.092Z Downloaded sha3 v0.10.8
13052026-05-29T00:05:25.231Z Downloaded ring v0.17.14
13062026-05-29T00:05:25.271Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-05-29T00:05:25.895Z Downloaded aws-lc-sys v0.40.0
13082026-05-29T00:05:26.139Z Compiling libc v0.2.185
13092026-05-29T00:05:26.220Z Compiling serde v1.0.228
13102026-05-29T00:05:26.220Z Compiling log v0.4.29
13112026-05-29T00:05:26.220Z Compiling shlex v1.3.0
13122026-05-29T00:05:26.324Z Compiling find-msvc-tools v0.1.9
13132026-05-29T00:05:26.354Z Compiling syn v2.0.117
13142026-05-29T00:05:26.354Z Compiling smallvec v1.15.1
13152026-05-29T00:05:26.354Z Compiling typenum v1.19.0
13162026-05-29T00:05:26.461Z Compiling generic-array v0.14.7
13172026-05-29T00:05:26.537Z Compiling subtle v2.6.1
13182026-05-29T00:05:26.607Z Compiling scopeguard v1.2.0
13192026-05-29T00:05:26.607Z Compiling const-oid v0.9.6
13202026-05-29T00:05:26.627Z Compiling lock_api v0.4.14
13212026-05-29T00:05:26.627Z Compiling serde_json v1.0.149
13222026-05-29T00:05:26.657Z Compiling zerocopy v0.8.40
13232026-05-29T00:05:26.694Z Compiling parking_lot_core v0.9.12
13242026-05-29T00:05:26.808Z Compiling pin-project-lite v0.2.17
13252026-05-29T00:05:26.886Z Compiling portable-atomic v1.13.1
13262026-05-29T00:05:26.928Z Compiling pkg-config v0.3.32
13272026-05-29T00:05:27.062Z Compiling getrandom v0.2.17
13282026-05-29T00:05:27.125Z Compiling jobserver v0.1.34
13292026-05-29T00:05:27.200Z Compiling rand_core v0.6.4
13302026-05-29T00:05:27.223Z Compiling errno v0.3.14
13312026-05-29T00:05:27.327Z Compiling cc v1.2.56
13322026-05-29T00:05:27.469Z Compiling signal-hook-registry v1.4.8
13332026-05-29T00:05:27.482Z Compiling bitflags v2.11.0
13342026-05-29T00:05:27.513Z Compiling libm v0.2.16
13352026-05-29T00:05:27.575Z Compiling critical-section v1.2.0
13362026-05-29T00:05:27.683Z Compiling futures-core v0.3.32
13372026-05-29T00:05:27.700Z Compiling parking_lot v0.12.5
13382026-05-29T00:05:27.736Z Compiling mio v1.2.0
13392026-05-29T00:05:27.827Z Compiling once_cell v1.21.3
13402026-05-29T00:05:27.841Z Compiling num-traits v0.2.19
13412026-05-29T00:05:27.937Z Compiling percent-encoding v2.3.2
13422026-05-29T00:05:28.036Z Compiling socket2 v0.6.3
13432026-05-29T00:05:28.064Z Compiling futures-sink v0.3.32
13442026-05-29T00:05:28.124Z Compiling futures-task v0.3.32
13452026-05-29T00:05:28.166Z Compiling futures-channel v0.3.32
13462026-05-29T00:05:28.178Z Compiling slab v0.4.12
13472026-05-29T00:05:28.190Z Compiling getrandom v0.4.1
13482026-05-29T00:05:28.291Z Compiling futures-io v0.3.32
13492026-05-29T00:05:28.346Z Compiling cpufeatures v0.2.17
13502026-05-29T00:05:28.385Z Compiling rand_core v0.10.0
13512026-05-29T00:05:28.420Z Compiling indexmap v2.14.0
13522026-05-29T00:05:28.433Z Compiling getrandom v0.3.4
13532026-05-29T00:05:28.445Z Compiling rustversion v1.0.22
13542026-05-29T00:05:28.547Z Compiling form_urlencoded v1.2.2
13552026-05-29T00:05:28.841Z Compiling cmake v0.1.57
13562026-05-29T00:05:28.924Z Compiling fs_extra v1.3.0
13572026-05-29T00:05:28.986Z Compiling dunce v1.0.5
13582026-05-29T00:05:29.134Z Compiling synstructure v0.13.2
13592026-05-29T00:05:29.155Z Compiling ident_case v1.0.1
13602026-05-29T00:05:29.214Z Compiling base64ct v1.8.3
13612026-05-29T00:05:29.259Z Compiling aws-lc-sys v0.40.0
13622026-05-29T00:05:29.280Z Compiling flagset v0.4.7
13632026-05-29T00:05:29.437Z Compiling rustix v1.1.3
13642026-05-29T00:05:29.506Z Compiling pem-rfc7468 v0.7.0
13652026-05-29T00:05:29.550Z Compiling iana-time-zone v0.1.65
13662026-05-29T00:05:29.551Z Compiling regex-syntax v0.8.10
13672026-05-29T00:05:29.687Z Compiling rand_core v0.9.5
13682026-05-29T00:05:29.713Z Compiling ring v0.17.14
13692026-05-29T00:05:29.758Z Compiling vcpkg v0.2.15
13702026-05-29T00:05:29.798Z Compiling aws-lc-rs v1.16.3
13712026-05-29T00:05:29.971Z Compiling uuid v1.23.0
13722026-05-29T00:05:30.088Z Compiling rustc_version v0.4.1
13732026-05-29T00:05:30.420Z Compiling tracing-core v0.1.36
13742026-05-29T00:05:30.538Z Compiling openssl-sys v0.9.115
13752026-05-29T00:05:30.733Z Compiling base64 v0.22.1
13762026-05-29T00:05:30.931Z Compiling serde_derive v1.0.228
13772026-05-29T00:05:31.012Z Compiling zeroize_derive v1.4.3
13782026-05-29T00:05:31.052Z Compiling zerofrom-derive v0.1.6
13792026-05-29T00:05:31.086Z Compiling yoke-derive v0.8.1
13802026-05-29T00:05:31.227Z Compiling zerovec-derive v0.11.2
13812026-05-29T00:05:31.664Z Compiling zeroize v1.8.2
13822026-05-29T00:05:31.969Z Compiling zerocopy-derive v0.8.40
13832026-05-29T00:05:32.245Z Compiling displaydoc v0.2.5
13842026-05-29T00:05:32.345Z Compiling tokio-macros v2.7.0
13852026-05-29T00:05:32.412Z Compiling crypto-common v0.1.7
13862026-05-29T00:05:32.453Z Compiling zerofrom v0.1.6
13872026-05-29T00:05:32.556Z Compiling yoke v0.8.1
13882026-05-29T00:05:32.579Z Compiling block-buffer v0.10.4
13892026-05-29T00:05:32.742Z Compiling zerovec v0.11.5
13902026-05-29T00:05:32.742Z Compiling digest v0.10.7
13912026-05-29T00:05:32.970Z Compiling zerotrie v0.2.3
13922026-05-29T00:05:32.987Z Compiling futures-macro v0.3.32
13932026-05-29T00:05:33.059Z Compiling hmac v0.12.1
13942026-05-29T00:05:33.211Z Compiling tinystr v0.8.2
13952026-05-29T00:05:33.253Z Compiling potential_utf v0.1.4
13962026-05-29T00:05:33.264Z Compiling block-padding v0.3.3
13972026-05-29T00:05:33.407Z Compiling icu_locale_core v2.1.1
13982026-05-29T00:05:33.407Z Compiling icu_collections v2.1.1
13992026-05-29T00:05:33.432Z Compiling inout v0.1.4
14002026-05-29T00:05:33.617Z Compiling cipher v0.4.4
14012026-05-29T00:05:33.836Z Compiling futures-util v0.3.32
14022026-05-29T00:05:33.884Z Compiling sha2 v0.10.9
14032026-05-29T00:05:33.922Z Compiling der_derive v0.7.3
14042026-05-29T00:05:34.354Z Compiling icu_provider v2.1.1
14052026-05-29T00:05:34.449Z Compiling bytes v1.11.1
14062026-05-29T00:05:34.654Z Compiling icu_normalizer v2.1.1
14072026-05-29T00:05:34.883Z Compiling icu_properties v2.1.2
14082026-05-29T00:05:35.003Z Compiling tokio v1.52.1
14092026-05-29T00:05:35.071Z Compiling http v1.4.0
14102026-05-29T00:05:35.203Z Compiling der v0.7.10
14112026-05-29T00:05:35.285Z Compiling chrono v0.4.44
14122026-05-29T00:05:35.954Z Compiling idna_adapter v1.2.1
14132026-05-29T00:05:35.954Z Compiling salsa20 v0.10.2
14142026-05-29T00:05:36.091Z Compiling idna v1.1.0
14152026-05-29T00:05:36.103Z Compiling spki v0.7.3
14162026-05-29T00:05:36.121Z Compiling pbkdf2 v0.12.2
14172026-05-29T00:05:36.236Z Compiling ppv-lite86 v0.2.21
14182026-05-29T00:05:36.307Z Compiling rustls-pki-types v1.14.0
14192026-05-29T00:05:36.369Z Compiling url v2.5.8
14202026-05-29T00:05:36.382Z Compiling thiserror-impl v2.0.18
14212026-05-29T00:05:36.555Z Compiling tracing-attributes v0.1.31
14222026-05-29T00:05:36.629Z Compiling rand_chacha v0.9.0
14232026-05-29T00:05:36.727Z Compiling scrypt v0.11.0
14242026-05-29T00:05:36.751Z Compiling http-body v1.0.1
14252026-05-29T00:05:36.904Z Compiling cbc v0.1.2
14262026-05-29T00:05:36.976Z Compiling aes v0.8.4
14272026-05-29T00:05:37.122Z Compiling httparse v1.10.1
14282026-05-29T00:05:37.150Z Compiling openssl-probe v0.2.1
14292026-05-29T00:05:37.313Z Compiling untrusted v0.9.0
14302026-05-29T00:05:37.325Z Compiling tinyvec_macros v0.1.1
14312026-05-29T00:05:37.393Z Compiling untrusted v0.7.1
14322026-05-29T00:05:37.498Z Compiling tinyvec v1.10.0
14332026-05-29T00:05:37.513Z Compiling pkcs5 v0.7.1
14342026-05-29T00:05:37.686Z Compiling thiserror v2.0.18
14352026-05-29T00:05:37.792Z Compiling pest_generator v2.8.6
14362026-05-29T00:05:37.833Z Compiling tracing v0.1.44
14372026-05-29T00:05:37.845Z Compiling rand v0.9.2
14382026-05-29T00:05:37.991Z Compiling serde_derive_internals v0.29.1
14392026-05-29T00:05:38.014Z Compiling aho-corasick v1.1.4
14402026-05-29T00:05:38.095Z Compiling try-lock v0.2.5
14412026-05-29T00:05:38.199Z Compiling schemars v0.8.22
14422026-05-29T00:05:38.399Z Compiling rustls v0.23.37
14432026-05-29T00:05:38.481Z Compiling tower-layer v0.3.3
14442026-05-29T00:05:38.569Z Compiling dyn-clone v1.0.20
14452026-05-29T00:05:38.655Z Compiling tower-service v0.3.3
14462026-05-29T00:05:38.668Z Compiling atomic-waker v1.1.2
14472026-05-29T00:05:38.746Z Compiling tokio-util v0.7.18
14482026-05-29T00:05:38.760Z Compiling pest_derive v2.8.6
14492026-05-29T00:05:38.808Z Compiling want v0.3.1
14502026-05-29T00:05:38.910Z Compiling schemars_derive v0.8.22
14512026-05-29T00:05:38.972Z Compiling regex-automata v0.4.14
14522026-05-29T00:05:39.176Z Compiling pkcs8 v0.10.2
14532026-05-29T00:05:39.487Z Compiling h2 v0.4.13
14542026-05-29T00:05:39.542Z Compiling ipnet v2.11.0
14552026-05-29T00:05:39.735Z Compiling scroll_derive v0.13.1
14562026-05-29T00:05:39.789Z Compiling darling_core v0.20.11
14572026-05-29T00:05:40.042Z Compiling httpdate v1.0.3
14582026-05-29T00:05:40.163Z Compiling pin-utils v0.1.0
14592026-05-29T00:05:40.246Z Compiling foreign-types-shared v0.1.1
14602026-05-29T00:05:40.262Z Compiling openssl v0.10.79
14612026-05-29T00:05:40.332Z Compiling foreign-types v0.3.2
14622026-05-29T00:05:40.510Z Compiling tempfile v3.25.0
14632026-05-29T00:05:40.524Z Compiling scroll v0.13.0
14642026-05-29T00:05:40.728Z Compiling unicode-normalization v0.1.25
14652026-05-29T00:05:40.872Z Compiling openssl-macros v0.1.1
14662026-05-29T00:05:41.180Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-05-29T00:05:41.197Z Compiling spin v0.9.8
14682026-05-29T00:05:41.263Z Compiling time-core v0.1.8
14692026-05-29T00:05:41.400Z Compiling num-conv v0.2.0
14702026-05-29T00:05:41.414Z Compiling powerfmt v0.2.0
14712026-05-29T00:05:41.531Z Compiling native-tls v0.2.18
14722026-05-29T00:05:41.558Z Compiling crc32fast v1.5.0
14732026-05-29T00:05:41.690Z Compiling deranged v0.5.8
14742026-05-29T00:05:41.746Z Compiling time-macros v0.2.27
14752026-05-29T00:05:42.057Z Compiling darling_macro v0.20.11
14762026-05-29T00:05:42.522Z Compiling hyper v1.8.1
14772026-05-29T00:05:42.644Z Compiling darling v0.20.11
14782026-05-29T00:05:42.728Z Compiling goblin v0.10.5
14792026-05-29T00:05:42.801Z Compiling rustls-native-certs v0.8.3
14802026-05-29T00:05:43.060Z Compiling sync_wrapper v1.0.2
14812026-05-29T00:05:43.091Z Compiling wait-timeout v0.2.1
14822026-05-29T00:05:43.165Z Compiling bit-vec v0.8.0
14832026-05-29T00:05:43.355Z Compiling num_threads v0.1.7
14842026-05-29T00:05:43.367Z Compiling syn v1.0.109
14852026-05-29T00:05:43.393Z Compiling simd-adler32 v0.3.8
14862026-05-29T00:05:43.444Z Compiling quick-error v1.2.3
14872026-05-29T00:05:43.552Z Compiling hyper-util v0.1.20
14882026-05-29T00:05:43.686Z Compiling crossbeam-utils v0.8.21
14892026-05-29T00:05:43.689Z Compiling usdt-impl v0.6.0
14902026-05-29T00:05:43.906Z Compiling siphasher v1.0.2
14912026-05-29T00:05:44.063Z Compiling rusty-fork v0.3.1
14922026-05-29T00:05:44.096Z Compiling time v0.3.47
14932026-05-29T00:05:44.383Z Compiling bit-set v0.8.0
14942026-05-29T00:05:44.460Z Compiling tower v0.5.3
14952026-05-29T00:05:44.546Z Compiling derive_builder_core v0.20.2
14962026-05-29T00:05:44.944Z Compiling dtrace-parser v0.3.0
14972026-05-29T00:05:45.099Z Compiling http-body-util v0.1.3
14982026-05-29T00:05:45.317Z Compiling webpki-roots v1.0.6
14992026-05-29T00:05:45.344Z Compiling signature v2.2.0
15002026-05-29T00:05:45.411Z Compiling scroll_derive v0.12.1
15012026-05-29T00:05:45.437Z Compiling thiserror-impl v1.0.69
15022026-05-29T00:05:45.519Z Compiling dof v0.4.0
15032026-05-29T00:05:45.663Z Compiling heapless v0.7.17
15042026-05-29T00:05:45.691Z Compiling rand_xorshift v0.4.0
15052026-05-29T00:05:45.857Z Compiling slog v2.8.2
15062026-05-29T00:05:45.900Z Compiling darling_core v0.21.3
15072026-05-29T00:05:46.040Z Compiling bzip2-sys v0.1.13+1.0.8
15082026-05-29T00:05:46.071Z Compiling thread-id v5.1.0
15092026-05-29T00:05:46.154Z Compiling cookie v0.18.1
15102026-05-29T00:05:46.312Z Compiling ryu v1.0.23
15112026-05-29T00:05:46.333Z Compiling unicode-bidi v0.3.18
15122026-05-29T00:05:46.492Z Compiling signal-hook v0.3.18
15132026-05-29T00:05:46.665Z Compiling zstd-safe v7.2.4
15142026-05-29T00:05:46.681Z Compiling unarray v0.1.4
15152026-05-29T00:05:46.694Z Compiling iri-string v0.7.10
15162026-05-29T00:05:46.790Z Compiling anyhow v1.0.102
15172026-05-29T00:05:46.865Z Compiling adler2 v2.0.1
15182026-05-29T00:05:46.877Z Compiling allocator-api2 v0.2.21
15192026-05-29T00:05:46.998Z Compiling paste v1.0.15
15202026-05-29T00:05:47.048Z Compiling unicode-properties v0.1.4
15212026-05-29T00:05:47.195Z Compiling miniz_oxide v0.8.9
15222026-05-29T00:05:47.254Z Compiling stringprep v0.1.5
15232026-05-29T00:05:47.297Z Compiling proptest v1.10.0
15242026-05-29T00:05:47.297Z Compiling thiserror v1.0.69
15252026-05-29T00:05:47.431Z Compiling serde_urlencoded v0.7.1
15262026-05-29T00:05:47.784Z Compiling scroll v0.12.0
15272026-05-29T00:05:48.041Z Compiling tower-http v0.6.8
15282026-05-29T00:05:48.233Z Compiling derive_builder_macro v0.20.2
15292026-05-29T00:05:48.281Z Compiling tokio-native-tls v0.3.1
15302026-05-29T00:05:48.387Z Compiling darling_macro v0.21.3
15312026-05-29T00:05:48.446Z Compiling bstr v1.12.1
15322026-05-29T00:05:48.686Z Compiling ipnetwork v0.21.1
15332026-05-29T00:05:48.699Z Compiling rand_chacha v0.3.1
15342026-05-29T00:05:48.876Z Compiling serde_spanned v0.6.9
15352026-05-29T00:05:48.953Z Compiling serde_tokenstream v0.2.3
15362026-05-29T00:05:49.019Z Compiling erased-serde v0.3.31
15372026-05-29T00:05:49.082Z Compiling toml_datetime v0.6.11
15382026-05-29T00:05:49.142Z Compiling md-5 v0.10.6
15392026-05-29T00:05:49.267Z Compiling pin-project-internal v1.1.11
15402026-05-29T00:05:49.312Z Compiling zerocopy-derive v0.7.35
15412026-05-29T00:05:49.350Z Compiling async-trait v0.1.89
15422026-05-29T00:05:49.514Z Compiling curve25519-dalek v4.1.3
15432026-05-29T00:05:49.516Z Compiling vergen-lib v9.1.0
15442026-05-29T00:05:49.706Z Compiling num-integer v0.1.46
15452026-05-29T00:05:49.854Z Compiling hash32 v0.2.1
15462026-05-29T00:05:50.030Z Compiling ff v0.13.1
15472026-05-29T00:05:50.045Z Compiling memoffset v0.9.1
15482026-05-29T00:05:50.168Z Compiling encoding_rs v0.8.35
15492026-05-29T00:05:50.168Z Compiling cfg_aliases v0.2.1
15502026-05-29T00:05:50.235Z Compiling ref-cast v1.0.25
15512026-05-29T00:05:50.257Z Compiling smoltcp v0.9.1
15522026-05-29T00:05:50.373Z Compiling litrs v1.0.0
15532026-05-29T00:05:50.382Z Compiling rustix v0.38.44
15542026-05-29T00:05:50.542Z Compiling zlib-rs v0.6.2
15552026-05-29T00:05:50.594Z Compiling psl-types v2.0.11
15562026-05-29T00:05:50.740Z Compiling base16ct v0.2.0
15572026-05-29T00:05:50.751Z Compiling num-bigint-dig v0.8.6
15582026-05-29T00:05:50.880Z Compiling fallible-iterator v0.2.0
15592026-05-29T00:05:50.897Z Compiling mime v0.3.17
15602026-05-29T00:05:50.937Z Compiling document-features v0.2.12
15612026-05-29T00:05:51.150Z Compiling postgres-protocol v0.6.10
15622026-05-29T00:05:51.184Z Compiling sec1 v0.7.3
15632026-05-29T00:05:51.514Z Compiling publicsuffix v2.3.0
15642026-05-29T00:05:51.614Z Compiling pin-project v1.1.11
15652026-05-29T00:05:51.674Z Compiling nix v0.31.2
15662026-05-29T00:05:51.700Z Compiling zerocopy v0.7.35
15672026-05-29T00:05:51.715Z Compiling group v0.13.0
15682026-05-29T00:05:51.888Z Compiling num-iter v0.1.45
15692026-05-29T00:05:52.053Z Compiling newtype-uuid v1.3.2
15702026-05-29T00:05:52.232Z Compiling oxnet v0.1.4
15712026-05-29T00:05:52.246Z Compiling rand v0.8.6
15722026-05-29T00:05:52.327Z Compiling hubpack_derive v0.1.1
15732026-05-29T00:05:52.382Z Compiling darling v0.21.3
15742026-05-29T00:05:52.465Z Compiling derive_builder v0.20.2
15752026-05-29T00:05:52.620Z Compiling hyper-tls v0.6.0
15762026-05-29T00:05:52.686Z Compiling goblin v0.8.2
15772026-05-29T00:05:53.100Z Compiling phf_shared v0.13.1
15782026-05-29T00:05:53.207Z Compiling lazy_static v1.5.0
15792026-05-29T00:05:53.220Z Compiling regex v1.12.3
15802026-05-29T00:05:53.301Z Compiling futures-executor v0.3.32
15812026-05-29T00:05:53.339Z Compiling hex v0.4.3
15822026-05-29T00:05:53.563Z Compiling flate2 v1.1.9
15832026-05-29T00:05:53.578Z Compiling hkdf v0.12.4
15842026-05-29T00:05:53.621Z Compiling crypto-bigint v0.5.5
15852026-05-29T00:05:53.671Z Compiling terminal_size v0.4.3
15862026-05-29T00:05:53.751Z Compiling daft-derive v0.1.7
15872026-05-29T00:05:53.791Z Compiling strum_macros v0.27.2
15882026-05-29T00:05:53.812Z Compiling curve25519-dalek-derive v0.1.1
15892026-05-29T00:05:53.996Z Compiling snafu-derive v0.8.9
15902026-05-29T00:05:54.471Z Compiling ref-cast-impl v1.0.25
15912026-05-29T00:05:54.497Z Compiling vergen v9.1.0
15922026-05-29T00:05:54.682Z Compiling fs-err v3.3.0
15932026-05-29T00:05:54.870Z Compiling cargo-platform v0.3.2
15942026-05-29T00:05:55.014Z Compiling ahash v0.8.12
15952026-05-29T00:05:55.148Z Compiling winnow v0.5.40
15962026-05-29T00:05:55.214Z Compiling foldhash v0.2.0
15972026-05-29T00:05:55.438Z Compiling managed v0.8.0
15982026-05-29T00:05:55.656Z Compiling unicode-segmentation v1.12.0
15992026-05-29T00:05:55.760Z Compiling libbz2-rs-sys v0.2.2
16002026-05-29T00:05:55.774Z Compiling bitflags v1.3.2
16012026-05-29T00:05:55.853Z Compiling bumpalo v3.20.2
16022026-05-29T00:05:55.933Z Compiling same-file v1.0.6
16032026-05-29T00:05:56.044Z Compiling object v0.37.3
16042026-05-29T00:05:56.092Z Compiling foldhash v0.1.5
16052026-05-29T00:05:56.097Z Compiling zopfli v0.8.3
16062026-05-29T00:05:56.226Z Compiling hashbrown v0.15.5
16072026-05-29T00:05:56.279Z Compiling bzip2 v0.6.1
16082026-05-29T00:05:56.361Z Compiling walkdir v2.5.0
16092026-05-29T00:05:56.434Z Compiling toml_edit v0.19.15
16102026-05-29T00:05:56.486Z Compiling snafu v0.8.9
16112026-05-29T00:05:56.673Z Compiling strum v0.27.2
16122026-05-29T00:05:56.746Z Compiling hashbrown v0.16.1
16132026-05-29T00:05:56.768Z Compiling clap_builder v4.5.60
16142026-05-29T00:05:56.837Z Compiling cargo_metadata v0.23.1
16152026-05-29T00:05:56.953Z Compiling dof v0.3.0
16162026-05-29T00:05:57.385Z Compiling elliptic-curve v0.13.8
16172026-05-29T00:05:57.428Z Compiling daft v0.1.7
16182026-05-29T00:05:57.700Z Compiling futures v0.3.32
16192026-05-29T00:05:57.779Z Compiling phf v0.13.1
16202026-05-29T00:05:58.182Z Compiling cookie_store v0.22.1
16212026-05-29T00:05:58.298Z Compiling signal-hook-mio v0.2.5
16222026-05-29T00:05:58.404Z Compiling hubpack v0.1.2
16232026-05-29T00:05:58.418Z Compiling bzip2 v0.4.4
16242026-05-29T00:05:58.665Z Compiling zstd v0.13.3
16252026-05-29T00:05:58.681Z Compiling serde_with_macros v3.17.0
16262026-05-29T00:05:58.986Z Compiling postgres-types v0.2.12
16272026-05-29T00:05:59.077Z Compiling usdt-macro v0.6.0
16282026-05-29T00:05:59.545Z Compiling usdt-attr-macro v0.6.0
16292026-05-29T00:05:59.802Z Compiling globset v0.4.18
16302026-05-29T00:05:59.818Z Compiling dtrace-parser v0.2.0
16312026-05-29T00:05:59.831Z Compiling ed25519 v2.2.3
16322026-05-29T00:06:00.050Z Compiling phf_shared v0.11.3
16332026-05-29T00:06:00.241Z Compiling olpc-cjson v0.1.4
16342026-05-29T00:06:00.327Z Compiling pkcs1 v0.7.5
16352026-05-29T00:06:00.401Z Compiling serde-big-array v0.5.1
16362026-05-29T00:06:00.486Z Compiling serde_plain v1.0.2
16372026-05-29T00:06:00.544Z Compiling rfc6979 v0.4.0
16382026-05-29T00:06:00.558Z Compiling pem v3.0.6
16392026-05-29T00:06:00.669Z Compiling clap_derive v4.5.55
16402026-05-29T00:06:00.708Z Compiling enum-as-inner v0.6.1
16412026-05-29T00:06:00.721Z Compiling serde_repr v0.1.20
16422026-05-29T00:06:00.733Z Compiling async-recursion v1.1.1
16432026-05-29T00:06:00.736Z Compiling strum_macros v0.26.4
16442026-05-29T00:06:00.880Z Compiling float-cmp v0.10.0
16452026-05-29T00:06:01.024Z Compiling thread-id v4.2.2
16462026-05-29T00:06:01.109Z Compiling memmap2 v0.9.10
16472026-05-29T00:06:01.200Z Compiling env_filter v1.0.0
16482026-05-29T00:06:01.240Z Compiling new_debug_unreachable v1.0.6
16492026-05-29T00:06:01.315Z Compiling keccak v0.1.6
16502026-05-29T00:06:01.330Z Compiling difflib v0.4.0
16512026-05-29T00:06:01.374Z Compiling jiff v0.2.21
16522026-05-29T00:06:01.502Z Compiling static_assertions v1.1.0
16532026-05-29T00:06:01.578Z Compiling typed-path v0.9.3
16542026-05-29T00:06:01.876Z Compiling predicates-core v1.0.10
16552026-05-29T00:06:02.050Z Compiling precomputed-hash v0.1.1
16562026-05-29T00:06:02.125Z Compiling whoami v2.1.0
16572026-05-29T00:06:02.140Z Compiling fixedbitset v0.5.7
16582026-05-29T00:06:02.406Z Compiling data-encoding v2.10.0
16592026-05-29T00:06:02.461Z Compiling fixedbitset v0.4.2
16602026-05-29T00:06:02.467Z Compiling normalize-line-endings v0.3.0
16612026-05-29T00:06:02.497Z Compiling either v1.15.0
16622026-05-29T00:06:02.557Z Compiling predicates v3.1.4
16632026-05-29T00:06:02.657Z Compiling petgraph v0.6.5
16642026-05-29T00:06:02.709Z Compiling hickory-proto v0.25.2
16652026-05-29T00:06:02.786Z Compiling itertools v0.13.0
16662026-05-29T00:06:03.117Z Compiling strum v0.26.3
16672026-05-29T00:06:03.205Z Compiling clap v4.5.60
16682026-05-29T00:06:03.247Z Compiling petgraph v0.8.3
16692026-05-29T00:06:03.290Z Compiling tokio-postgres v0.7.16
16702026-05-29T00:06:03.398Z Compiling string_cache v0.8.9
16712026-05-29T00:06:03.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-05-29T00:06:04.054Z Compiling zip v4.6.1
16732026-05-29T00:06:04.189Z Compiling sha3 v0.10.8
16742026-05-29T00:06:04.655Z Compiling toml_edit v0.22.27
16752026-05-29T00:06:05.028Z Compiling env_logger v0.11.9
16762026-05-29T00:06:05.255Z Compiling usdt v0.6.0
16772026-05-29T00:06:05.376Z Compiling usdt-impl v0.5.0
16782026-05-29T00:06:05.514Z Compiling ecdsa v0.16.9
16792026-05-29T00:06:05.548Z Compiling rsa v0.9.10
16802026-05-29T00:06:05.602Z Compiling ed25519-dalek v2.2.0
16812026-05-29T00:06:05.901Z Compiling serde_with v3.17.0
16822026-05-29T00:06:05.955Z Compiling crossterm v0.28.1
16832026-05-29T00:06:06.465Z Compiling zip v0.6.6
16842026-05-29T00:06:07.255Z Compiling toml v0.7.8
16852026-05-29T00:06:07.368Z Compiling iddqd v0.4.2
16862026-05-29T00:06:07.685Z Compiling heck v0.4.1
16872026-05-29T00:06:07.759Z Compiling similar v2.7.0
16882026-05-29T00:06:07.841Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-05-29T00:06:07.872Z Compiling crossbeam-epoch v0.9.18
16902026-05-29T00:06:07.908Z Compiling tokio-stream v0.1.18
16912026-05-29T00:06:08.265Z Compiling buf-list v1.1.2
16922026-05-29T00:06:08.367Z Compiling x509-cert v0.2.5
16932026-05-29T00:06:08.476Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-05-29T00:06:08.493Z Compiling openapiv3 v2.2.0
16952026-05-29T00:06:08.626Z Compiling sha1 v0.10.6
16962026-05-29T00:06:08.662Z Compiling peg-runtime v0.8.5
16972026-05-29T00:06:08.831Z Compiling lalrpop-util v0.19.12
16982026-05-29T00:06:08.843Z Compiling thread_local v1.1.9
16992026-05-29T00:06:08.875Z Compiling slog-async v2.8.0
17002026-05-29T00:06:08.954Z Compiling crossbeam-channel v0.5.15
17012026-05-29T00:06:09.019Z Compiling is-terminal v0.4.17
17022026-05-29T00:06:09.096Z Compiling filetime v0.2.27
17032026-05-29T00:06:09.116Z Compiling take_mut v0.2.2
17042026-05-29T00:06:09.205Z Compiling term v1.2.1
17052026-05-29T00:06:09.230Z Compiling xattr v1.6.1
17062026-05-29T00:06:09.404Z Compiling tar v0.4.45
17072026-05-29T00:06:09.768Z Compiling slog-term v2.9.2
17082026-05-29T00:06:19.527Z Compiling rustls-webpki v0.103.9
17092026-05-29T00:06:22.334Z Compiling tokio-rustls v0.26.4
17102026-05-29T00:06:22.334Z Compiling rustls-platform-verifier v0.6.2
17112026-05-29T00:06:22.528Z Compiling hyper-rustls v0.27.7
17122026-05-29T00:06:22.737Z Compiling reqwest v0.12.28
17132026-05-29T00:06:22.737Z Compiling reqwest v0.13.2
17142026-05-29T00:06:24.026Z Compiling tough v0.22.0
17152026-05-29T00:06:26.577Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-05-29T00:06:26.767Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-05-29T00:06:29.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17182026-05-29T00:06:29.780Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-05-29T00:06:29.847ZMay 29 00:06:28.166 INFO Starting download, target: Clickhouse
17202026-05-29T00:06:29.847ZMay 29 00:06:28.166 INFO Starting download, target: Console
17212026-05-29T00:06:29.902ZMay 29 00:06:28.166 INFO Starting download, target: Cockroach
17222026-05-29T00:06:29.902ZMay 29 00:06:28.166 INFO Starting download, target: DendriteStub
17232026-05-29T00:06:29.902ZMay 29 00:06:28.166 INFO Starting download, target: TransceiverControl
17242026-05-29T00:06:29.902ZMay 29 00:06:28.166 INFO Starting download, target: MaghemiteMgd
17252026-05-29T00:06:29.902ZMay 29 00:06:28.166 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-05-29T00:06:29.903ZMay 29 00:06:28.166 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-05-29T00:06:29.903ZMay 29 00:06:28.166 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-05-29T00:06:29.905ZMay 29 00:06:28.166 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-05-29T00:06:29.905ZMay 29 00:06:28.166 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-05-29T00:06:29.905ZMay 29 00:06:28.166 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-05-29T00:06:30.670ZMay 29 00:06:29.001 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-29T00:06:30.868ZMay 29 00:06:29.185 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17332026-05-29T00:06:30.964ZMay 29 00:06:29.275 INFO Download complete, target: TransceiverControl
17342026-05-29T00:06:31.075ZMay 29 00:06:29.421 INFO Download complete, target: Console
17352026-05-29T00:06:31.667ZMay 29 00:06:29.915 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-05-29T00:06:33.496ZMay 29 00:06:31.825 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-05-29T00:06:33.551ZMay 29 00:06:31.861 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-05-29T00:06:34.471ZMay 29 00:06:32.810 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-29T00:06:34.471ZMay 29 00:06:32.810 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-29T00:06:35.959ZMay 29 00:06:34.308 INFO Download complete, target: MaghemiteMgd
17412026-05-29T00:06:36.642ZMay 29 00:06:34.342 INFO Download complete, target: DendriteStub
17422026-05-29T00:06:40.135ZMay 29 00:06:36.801 INFO Checking that binary works, target: Clickhouse
17432026-05-29T00:06:42.030ZMay 29 00:06:36.917 INFO Download complete, target: Clickhouse
17442026-05-29T00:06:42.030ZMay 29 00:06:37.491 INFO Checking that binary works, target: Cockroach
17452026-05-29T00:06:42.030ZMay 29 00:06:37.657 INFO Download complete, target: Cockroach
17462026-05-29T00:06:42.030ZAll builder prerequisites installed successfully, and PATH looks valid
17472026-05-29T00:06:42.030Z
17482026-05-29T00:06:42.030Zreal 2:18.604829449
17492026-05-29T00:06:42.030Zuser 6:58.342195416
17502026-05-29T00:06:42.031Zsys 1:22.578837591
17512026-05-29T00:06:42.031Ztrap 0.223127451
17522026-05-29T00:06:42.031Ztflt 1.076333816
17532026-05-29T00:06:42.031Zdflt 1.113095332
17542026-05-29T00:06:42.031Zkflt 0.027632997
17552026-05-29T00:06:42.031Zlock 22:01.948479021
17562026-05-29T00:06:42.031Zslp 21:46.031508773
17572026-05-29T00:06:42.031Zlat 42.755482283
17582026-05-29T00:06:42.031Zstop 1:49.565345578
17592026-05-29T00:06:42.031Z+ banner hack-check
17602026-05-29T00:06:42.031Z
17612026-05-29T00:06:42.031Z # # ## #### # # #### # # ###### #### # #
17622026-05-29T00:06:42.031Z # # # # # # # # # # # # # # # # #
17632026-05-29T00:06:42.031Z ###### # # # #### ##### # ###### ##### # ####
17642026-05-29T00:06:42.031Z # # ###### # # # # # # # # # #
17652026-05-29T00:06:42.031Z # # # # # # # # # # # # # # # # #
17662026-05-29T00:06:42.031Z # # # # #### # # #### # # ###### #### # #
17672026-05-29T00:06:42.031Z
17682026-05-29T00:06:42.031Z+ export CARGO_INCREMENTAL=0
17692026-05-29T00:06:42.031Z+ CARGO_INCREMENTAL=0
17702026-05-29T00:06:42.031Z+ ptime -m timeout 2h cargo xtask check-features --ci
17712026-05-29T00:06:42.031Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17722026-05-29T00:06:42.042Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17732026-05-29T00:06:42.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17742026-05-29T00:06:42.565Z Running `target/debug/xtask check-features --ci`
17752026-05-29T00:06:42.592Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17762026-05-29T00:06:42.592Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17772026-05-29T00:06:42.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17782026-05-29T00:06:42.780Z Running `target/debug/xtask download cargo-hack`
17792026-05-29T00:06:43.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17802026-05-29T00:06:44.014Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17812026-05-29T00:06:46.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
17822026-05-29T00:06:46.503Z Running `target/debug/xtask-downloader cargo-hack`
17832026-05-29T00:06:46.544ZMay 29 00:06:44.893 INFO Starting download, target: CargoHack
17842026-05-29T00:06:46.547ZMay 29 00:06:44.893 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17852026-05-29T00:06:46.873ZMay 29 00:06:45.221 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17862026-05-29T00:06:46.922ZMay 29 00:06:45.271 INFO Download complete, target: CargoHack
17872026-05-29T00:06:46.925Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17882026-05-29T00:06:46.944Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17892026-05-29T00:06:47.093Zinfo: running `cargo check --bins` on api_identity (1/295)
17902026-05-29T00:06:47.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-29T00:06:47.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-29T00:06:47.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-29T00:06:47.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17942026-05-29T00:06:47.678Z
17952026-05-29T00:06:47.678Zinfo: running `cargo check --bins` on bootstore (2/295)
17962026-05-29T00:06:48.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-29T00:06:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-29T00:06:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-29T00:06:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-29T00:06:48.267Z
18012026-05-29T00:06:48.267Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18022026-05-29T00:06:48.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-29T00:06:48.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-29T00:06:48.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-29T00:06:48.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-29T00:06:48.838Z
18072026-05-29T00:06:48.838Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18082026-05-29T00:06:49.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-29T00:06:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-29T00:06:49.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-29T00:06:49.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-29T00:06:49.425Z
18132026-05-29T00:06:49.425Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18142026-05-29T00:06:49.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-29T00:06:49.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-29T00:06:49.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-29T00:06:49.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-29T00:06:50.014Z
18192026-05-29T00:06:50.014Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18202026-05-29T00:06:50.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-29T00:06:50.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-29T00:06:50.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-29T00:06:50.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18242026-05-29T00:06:50.615Z
18252026-05-29T00:06:50.615Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18262026-05-29T00:06:51.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-29T00:06:51.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-29T00:06:51.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-29T00:06:51.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-29T00:06:51.215Z
18312026-05-29T00:06:51.215Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18322026-05-29T00:06:51.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-29T00:06:51.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-29T00:06:51.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-29T00:06:51.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-29T00:06:51.810Z
18372026-05-29T00:06:51.810Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18382026-05-29T00:06:52.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-29T00:06:52.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-29T00:06:52.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-29T00:06:52.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18422026-05-29T00:06:52.283Z
18432026-05-29T00:06:52.283Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18442026-05-29T00:06:52.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-29T00:06:52.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-29T00:06:52.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-29T00:06:52.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-29T00:06:52.764Z
18492026-05-29T00:06:52.765Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18502026-05-29T00:06:53.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-29T00:06:53.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-29T00:06:53.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-29T00:06:53.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-05-29T00:06:53.223Z
18552026-05-29T00:06:53.223Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18562026-05-29T00:06:53.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-29T00:06:53.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-29T00:06:53.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-29T00:06:53.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-29T00:06:53.687Z
18612026-05-29T00:06:53.687Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18622026-05-29T00:06:54.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-29T00:06:54.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-29T00:06:54.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-29T00:06:54.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-05-29T00:06:54.147Z
18672026-05-29T00:06:54.147Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18682026-05-29T00:06:54.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-29T00:06:54.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-29T00:06:54.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-29T00:06:54.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-29T00:06:54.613Z
18732026-05-29T00:06:54.613Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18742026-05-29T00:06:55.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-29T00:06:55.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-29T00:06:55.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-29T00:06:55.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-05-29T00:06:55.081Z
18792026-05-29T00:06:55.081Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18802026-05-29T00:06:55.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-29T00:06:55.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-29T00:06:55.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-29T00:06:55.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-29T00:06:55.550Z
18852026-05-29T00:06:55.550Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18862026-05-29T00:06:55.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-29T00:06:55.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-29T00:06:55.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-29T00:06:55.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-29T00:06:56.017Z
18912026-05-29T00:06:56.017Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18922026-05-29T00:06:56.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-29T00:06:56.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-29T00:06:56.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-29T00:06:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-29T00:06:56.483Z
18972026-05-29T00:06:56.483Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
18982026-05-29T00:06:56.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-29T00:06:56.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-29T00:06:56.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-29T00:06:56.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-29T00:06:56.948Z
19032026-05-29T00:06:56.948Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19042026-05-29T00:06:57.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-29T00:06:57.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-29T00:06:57.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-29T00:06:57.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-29T00:06:57.417Z
19092026-05-29T00:06:57.417Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19102026-05-29T00:06:57.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-29T00:06:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-29T00:06:57.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-29T00:06:57.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-29T00:06:57.883Z
19152026-05-29T00:06:57.883Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19162026-05-29T00:06:58.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-29T00:06:58.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-29T00:06:58.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-29T00:06:58.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-29T00:06:58.351Z
19212026-05-29T00:06:58.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19222026-05-29T00:06:58.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-29T00:06:58.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-29T00:06:58.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-29T00:06:58.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-29T00:06:58.828Z
19272026-05-29T00:06:58.828Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19282026-05-29T00:06:59.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-29T00:06:59.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-29T00:06:59.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-29T00:06:59.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-29T00:06:59.281Z
19332026-05-29T00:06:59.281Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19342026-05-29T00:06:59.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-29T00:06:59.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-29T00:06:59.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-29T00:06:59.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-29T00:06:59.764Z
19392026-05-29T00:06:59.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19402026-05-29T00:07:00.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-29T00:07:00.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-29T00:07:00.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-29T00:07:00.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-29T00:07:00.217Z
19452026-05-29T00:07:00.218Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19462026-05-29T00:07:00.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-29T00:07:00.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-29T00:07:00.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-29T00:07:00.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-29T00:07:00.687Z
19512026-05-29T00:07:00.687Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19522026-05-29T00:07:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-29T00:07:01.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-29T00:07:01.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-29T00:07:01.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-29T00:07:01.158Z
19572026-05-29T00:07:01.158Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19582026-05-29T00:07:01.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-29T00:07:01.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-29T00:07:01.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-29T00:07:01.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-29T00:07:01.625Z
19632026-05-29T00:07:01.625Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19642026-05-29T00:07:02.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-29T00:07:02.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-29T00:07:02.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-29T00:07:02.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-29T00:07:02.089Z
19692026-05-29T00:07:02.089Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19702026-05-29T00:07:02.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-29T00:07:02.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-29T00:07:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-29T00:07:02.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-29T00:07:02.558Z
19752026-05-29T00:07:02.558Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19762026-05-29T00:07:02.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-29T00:07:02.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-29T00:07:02.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-29T00:07:02.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-29T00:07:03.023Z
19812026-05-29T00:07:03.023Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19822026-05-29T00:07:03.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-29T00:07:03.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-29T00:07:03.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-29T00:07:03.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-29T00:07:03.488Z
19872026-05-29T00:07:03.489Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19882026-05-29T00:07:03.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-29T00:07:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-29T00:07:03.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-29T00:07:03.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-29T00:07:03.950Z
19932026-05-29T00:07:03.950Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
19942026-05-29T00:07:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-29T00:07:04.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-29T00:07:04.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-29T00:07:04.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-29T00:07:04.414Z
19992026-05-29T00:07:04.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20002026-05-29T00:07:04.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-29T00:07:04.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-29T00:07:04.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-29T00:07:04.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-29T00:07:04.881Z
20052026-05-29T00:07:04.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20062026-05-29T00:07:05.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-29T00:07:05.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-29T00:07:05.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-29T00:07:05.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-29T00:07:05.348Z
20112026-05-29T00:07:05.348Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20122026-05-29T00:07:05.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-29T00:07:05.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-29T00:07:05.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-29T00:07:05.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-05-29T00:07:05.816Z
20172026-05-29T00:07:05.816Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20182026-05-29T00:07:06.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-29T00:07:06.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-29T00:07:06.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-29T00:07:06.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-29T00:07:06.283Z
20232026-05-29T00:07:06.283Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20242026-05-29T00:07:06.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-29T00:07:06.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-29T00:07:06.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-29T00:07:06.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-29T00:07:06.754Z
20292026-05-29T00:07:06.754Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20302026-05-29T00:07:07.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-29T00:07:07.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-29T00:07:07.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-29T00:07:07.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-29T00:07:07.220Z
20352026-05-29T00:07:07.221Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20362026-05-29T00:07:07.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-29T00:07:07.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-29T00:07:07.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-29T00:07:07.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-29T00:07:07.685Z
20412026-05-29T00:07:07.685Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20422026-05-29T00:07:08.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-29T00:07:08.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-29T00:07:08.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-29T00:07:08.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-29T00:07:08.156Z
20472026-05-29T00:07:08.156Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20482026-05-29T00:07:08.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-29T00:07:08.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-29T00:07:08.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-29T00:07:08.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-29T00:07:08.628Z
20532026-05-29T00:07:08.628Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20542026-05-29T00:07:09.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-29T00:07:09.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-29T00:07:09.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-29T00:07:09.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-29T00:07:09.096Z
20592026-05-29T00:07:09.096Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20602026-05-29T00:07:09.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-29T00:07:09.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-29T00:07:09.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-29T00:07:09.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-29T00:07:09.563Z
20652026-05-29T00:07:09.563Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20662026-05-29T00:07:09.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-29T00:07:09.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-29T00:07:09.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-29T00:07:09.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-29T00:07:10.043Z
20712026-05-29T00:07:10.043Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20722026-05-29T00:07:10.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-29T00:07:10.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-29T00:07:10.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-29T00:07:10.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-29T00:07:10.501Z
20772026-05-29T00:07:10.501Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20782026-05-29T00:07:11.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-29T00:07:11.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-29T00:07:11.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-29T00:07:11.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20822026-05-29T00:07:11.139Z
20832026-05-29T00:07:11.139Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20842026-05-29T00:07:11.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-29T00:07:11.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-29T00:07:11.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-29T00:07:11.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-05-29T00:07:11.769Z
20892026-05-29T00:07:11.769Zinfo: running `cargo check --bins` on nexus-config (51/295)
20902026-05-29T00:07:12.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-29T00:07:12.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-29T00:07:12.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-29T00:07:12.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-29T00:07:12.397Z
20952026-05-29T00:07:12.397Zinfo: running `cargo check --bins` on nexus-types (52/295)
20962026-05-29T00:07:12.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-29T00:07:12.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-29T00:07:12.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-29T00:07:12.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-29T00:07:13.029Z
21012026-05-29T00:07:13.029Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21022026-05-29T00:07:13.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-29T00:07:13.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-29T00:07:13.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-29T00:07:13.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21062026-05-29T00:07:13.630Z
21072026-05-29T00:07:13.630Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21082026-05-29T00:07:14.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-29T00:07:14.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-29T00:07:14.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-29T00:07:14.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21122026-05-29T00:07:14.215Z
21132026-05-29T00:07:14.215Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21142026-05-29T00:07:14.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-29T00:07:14.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-29T00:07:14.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-29T00:07:14.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-05-29T00:07:14.820Z
21192026-05-29T00:07:14.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21202026-05-29T00:07:15.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-29T00:07:15.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-29T00:07:15.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-29T00:07:15.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-29T00:07:15.417Z
21252026-05-29T00:07:15.417Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21262026-05-29T00:07:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-29T00:07:15.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-29T00:07:15.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-29T00:07:15.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-29T00:07:16.025Z
21312026-05-29T00:07:16.025Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21322026-05-29T00:07:16.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-29T00:07:16.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-29T00:07:16.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-29T00:07:16.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-29T00:07:16.637Z
21372026-05-29T00:07:16.637Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21382026-05-29T00:07:17.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-29T00:07:17.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-29T00:07:17.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-29T00:07:17.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-29T00:07:17.230Z
21432026-05-29T00:07:17.230Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21442026-05-29T00:07:17.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-29T00:07:17.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-29T00:07:17.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-29T00:07:17.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-29T00:07:17.817Z
21492026-05-29T00:07:17.817Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21502026-05-29T00:07:18.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-29T00:07:18.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-29T00:07:18.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-29T00:07:18.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-29T00:07:18.396Z
21552026-05-29T00:07:18.396Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21562026-05-29T00:07:18.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-29T00:07:18.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-29T00:07:18.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-29T00:07:18.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-05-29T00:07:18.976Z
21612026-05-29T00:07:18.976Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21622026-05-29T00:07:19.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-29T00:07:19.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-29T00:07:19.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-29T00:07:19.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-29T00:07:19.577Z
21672026-05-29T00:07:19.577Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21682026-05-29T00:07:20.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-29T00:07:20.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-29T00:07:20.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-29T00:07:20.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-29T00:07:20.177Z
21732026-05-29T00:07:20.177Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21742026-05-29T00:07:20.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-29T00:07:20.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-29T00:07:20.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-29T00:07:20.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-05-29T00:07:20.765Z
21792026-05-29T00:07:20.765Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21802026-05-29T00:07:21.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-29T00:07:21.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-29T00:07:21.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-29T00:07:21.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-29T00:07:21.344Z
21852026-05-29T00:07:21.344Zinfo: running `cargo check --bins` on ereport-types (67/295)
21862026-05-29T00:07:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-29T00:07:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-29T00:07:21.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-29T00:07:21.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-29T00:07:21.942Z
21912026-05-29T00:07:21.942Zinfo: running `cargo check --bins` on gateway-client (68/295)
21922026-05-29T00:07:22.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-29T00:07:22.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-29T00:07:22.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-29T00:07:22.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-29T00:07:22.538Z
21972026-05-29T00:07:22.539Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
21982026-05-29T00:07:23.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-29T00:07:23.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-29T00:07:23.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-29T00:07:23.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-29T00:07:23.121Z
22032026-05-29T00:07:23.122Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22042026-05-29T00:07:23.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-29T00:07:23.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-29T00:07:23.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-29T00:07:23.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-29T00:07:23.711Z
22092026-05-29T00:07:23.712Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22102026-05-29T00:07:24.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-29T00:07:24.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-29T00:07:24.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-29T00:07:24.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-29T00:07:24.302Z
22152026-05-29T00:07:24.302Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22162026-05-29T00:07:24.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-29T00:07:24.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-29T00:07:24.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-29T00:07:24.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-29T00:07:24.896Z
22212026-05-29T00:07:24.896Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22222026-05-29T00:07:25.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-29T00:07:25.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-29T00:07:25.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-29T00:07:25.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-29T00:07:25.514Z
22272026-05-29T00:07:25.514Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22282026-05-29T00:07:26.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-29T00:07:26.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-29T00:07:26.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-29T00:07:26.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-29T00:07:26.133Z
22332026-05-29T00:07:26.133Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22342026-05-29T00:07:26.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-29T00:07:26.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-29T00:07:26.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-29T00:07:26.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-05-29T00:07:26.724Z
22392026-05-29T00:07:26.724Zinfo: running `cargo check --bins` on oxlog (76/295)
22402026-05-29T00:07:27.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-29T00:07:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-29T00:07:27.344Z Checking cfg-if v1.0.4
22432026-05-29T00:07:27.346Z Checking libc v0.2.185
22442026-05-29T00:07:27.347Z Checking serde_core v1.0.228
22452026-05-29T00:07:27.460Z Checking zeroize v1.8.2
22462026-05-29T00:07:27.468Z Checking memchr v2.8.0
22472026-05-29T00:07:27.476Z Checking log v0.4.29
22482026-05-29T00:07:27.485Z Checking smallvec v1.15.1
22492026-05-29T00:07:27.496Z Checking typenum v1.19.0
22502026-05-29T00:07:27.499Z Checking subtle v2.6.1
22512026-05-29T00:07:27.600Z Checking itoa v1.0.17
22522026-05-29T00:07:27.631Z Checking scopeguard v1.2.0
22532026-05-29T00:07:27.655Z Checking stable_deref_trait v1.2.1
22542026-05-29T00:07:27.666Z Checking const-oid v0.9.6
22552026-05-29T00:07:27.729Z Checking lock_api v0.4.14
22562026-05-29T00:07:27.743Z Checking zerofrom v0.1.6
22572026-05-29T00:07:27.756Z Checking pin-project-lite v0.2.17
22582026-05-29T00:07:27.845Z Checking portable-atomic v1.13.1
22592026-05-29T00:07:27.848Z Checking critical-section v1.2.0
22602026-05-29T00:07:27.850Z Checking yoke v0.8.1
22612026-05-29T00:07:27.855Z Checking getrandom v0.2.17
22622026-05-29T00:07:27.923Z Checking errno v0.3.14
22632026-05-29T00:07:27.981Z Checking parking_lot_core v0.9.12
22642026-05-29T00:07:28.020Z Checking generic-array v0.14.7
22652026-05-29T00:07:28.037Z Checking rand_core v0.6.4
22662026-05-29T00:07:28.050Z Checking signal-hook-registry v1.4.8
22672026-05-29T00:07:28.070Z Checking zerovec v0.11.5
22682026-05-29T00:07:28.165Z Checking futures-core v0.3.32
22692026-05-29T00:07:28.206Z Checking parking_lot v0.12.5
22702026-05-29T00:07:28.206Z Checking mio v1.2.0
22712026-05-29T00:07:28.276Z Checking once_cell v1.21.3
22722026-05-29T00:07:28.290Z Checking zerocopy v0.8.40
22732026-05-29T00:07:28.346Z Checking zmij v1.0.21
22742026-05-29T00:07:28.400Z Checking socket2 v0.6.3
22752026-05-29T00:07:28.452Z Checking libm v0.2.16
22762026-05-29T00:07:28.462Z Checking crypto-common v0.1.7
22772026-05-29T00:07:28.492Z Checking block-buffer v0.10.4
22782026-05-29T00:07:28.495Z Checking tinystr v0.8.2
22792026-05-29T00:07:28.556Z Checking litemap v0.8.1
22802026-05-29T00:07:28.578Z Checking writeable v0.6.2
22812026-05-29T00:07:28.626Z Checking digest v0.10.7
22822026-05-29T00:07:28.629Z Checking equivalent v1.0.2
22832026-05-29T00:07:28.682Z Checking percent-encoding v2.3.2
22842026-05-29T00:07:28.719Z Checking potential_utf v0.1.4
22852026-05-29T00:07:28.732Z Checking icu_locale_core v2.1.1
22862026-05-29T00:07:28.732Z Checking zerotrie v0.2.3
22872026-05-29T00:07:28.820Z Checking futures-sink v0.3.32
22882026-05-29T00:07:28.835Z Checking slab v0.4.12
22892026-05-29T00:07:28.850Z Checking icu_collections v2.1.1
22902026-05-29T00:07:28.919Z Checking futures-channel v0.3.32
22912026-05-29T00:07:28.939Z Checking serde v1.0.228
22922026-05-29T00:07:28.986Z Checking bitflags v2.11.0
22932026-05-29T00:07:28.989Z Checking serde_json v1.0.149
22942026-05-29T00:07:29.106Z Checking futures-io v0.3.32
22952026-05-29T00:07:29.152Z Checking cpufeatures v0.2.17
22962026-05-29T00:07:29.165Z Checking num-traits v0.2.19
22972026-05-29T00:07:29.165Z Checking futures-task v0.3.32
22982026-05-29T00:07:29.218Z Checking hmac v0.12.1
22992026-05-29T00:07:29.230Z Checking icu_properties_data v2.1.2
23002026-05-29T00:07:29.287Z Checking icu_provider v2.1.1
23012026-05-29T00:07:29.299Z Checking futures-util v0.3.32
23022026-05-29T00:07:29.339Z Checking bytes v1.11.1
23032026-05-29T00:07:29.351Z Checking icu_normalizer_data v2.1.1
23042026-05-29T00:07:29.365Z Checking hashbrown v0.17.0
23052026-05-29T00:07:29.421Z Checking rand_core v0.10.0
23062026-05-29T00:07:29.513Z Checking icu_normalizer v2.1.1
23072026-05-29T00:07:29.560Z Checking getrandom v0.4.1
23082026-05-29T00:07:29.659Z Checking icu_properties v2.1.2
23092026-05-29T00:07:29.705Z Checking block-padding v0.3.3
23102026-05-29T00:07:29.722Z Checking utf8_iter v1.0.4
23112026-05-29T00:07:29.774Z Checking tokio v1.52.1
23122026-05-29T00:07:29.812Z Checking sha2 v0.10.9
23132026-05-29T00:07:29.826Z Checking indexmap v2.14.0
23142026-05-29T00:07:29.838Z Checking inout v0.1.4
23152026-05-29T00:07:29.842Z Checking form_urlencoded v1.2.2
23162026-05-29T00:07:29.962Z Checking getrandom v0.3.4
23172026-05-29T00:07:29.984Z Checking cipher v0.4.4
23182026-05-29T00:07:30.077Z Checking byteorder v1.5.0
23192026-05-29T00:07:30.103Z Checking fnv v1.0.7
23202026-05-29T00:07:30.189Z Checking base64ct v1.8.3
23212026-05-29T00:07:30.206Z Checking flagset v0.4.7
23222026-05-29T00:07:30.277Z Checking rand_core v0.9.5
23232026-05-29T00:07:30.326Z Checking http v1.4.0
23242026-05-29T00:07:30.382Z Checking regex-syntax v0.8.10
23252026-05-29T00:07:30.425Z Checking pem-rfc7468 v0.7.0
23262026-05-29T00:07:30.455Z Checking salsa20 v0.10.2
23272026-05-29T00:07:30.483Z Checking idna_adapter v1.2.1
23282026-05-29T00:07:30.581Z Checking der v0.7.10
23292026-05-29T00:07:30.581Z Checking uuid v1.23.0
23302026-05-29T00:07:30.603Z Checking idna v1.1.0
23312026-05-29T00:07:30.843Z Checking url v2.5.8
23322026-05-29T00:07:30.883Z Checking pbkdf2 v0.12.2
23332026-05-29T00:07:30.900Z Checking rustix v1.1.3
23342026-05-29T00:07:30.995Z Checking tracing-core v0.1.36
23352026-05-29T00:07:31.052Z Checking ppv-lite86 v0.2.21
23362026-05-29T00:07:31.202Z Checking rustls-pki-types v1.14.0
23372026-05-29T00:07:31.282Z Checking base64 v0.22.1
23382026-05-29T00:07:31.302Z Checking iana-time-zone v0.1.65
23392026-05-29T00:07:31.315Z Checking spki v0.7.3
23402026-05-29T00:07:31.340Z Checking rand_chacha v0.9.0
23412026-05-29T00:07:31.410Z Checking chrono v0.4.44
23422026-05-29T00:07:31.475Z Checking tracing v0.1.44
23432026-05-29T00:07:31.487Z Checking scrypt v0.11.0
23442026-05-29T00:07:31.516Z Checking http-body v1.0.1
23452026-05-29T00:07:31.541Z Checking aes v0.8.4
23462026-05-29T00:07:31.625Z Checking cbc v0.1.2
23472026-05-29T00:07:31.649Z Checking aws-lc-sys v0.40.0
23482026-05-29T00:07:31.671Z Checking untrusted v0.7.1
23492026-05-29T00:07:31.684Z Checking tinyvec_macros v0.1.1
23502026-05-29T00:07:31.729Z Checking openssl-probe v0.2.1
23512026-05-29T00:07:31.746Z Checking untrusted v0.9.0
23522026-05-29T00:07:31.758Z Checking tinyvec v1.10.0
23532026-05-29T00:07:31.782Z Checking rand v0.9.2
23542026-05-29T00:07:31.835Z Checking tower-service v0.3.3
23552026-05-29T00:07:31.854Z Checking ring v0.17.14
23562026-05-29T00:07:31.923Z Checking try-lock v0.2.5
23572026-05-29T00:07:31.933Z Checking pkcs5 v0.7.1
23582026-05-29T00:07:32.020Z Checking atomic-waker v1.1.2
23592026-05-29T00:07:32.062Z Checking tower-layer v0.3.3
23602026-05-29T00:07:32.120Z Checking want v0.3.1
23612026-05-29T00:07:32.150Z Checking aws-lc-rs v1.16.3
23622026-05-29T00:07:32.191Z Checking pkcs8 v0.10.2
23632026-05-29T00:07:32.210Z Checking ipnet v2.11.0
23642026-05-29T00:07:32.245Z Checking httparse v1.10.1
23652026-05-29T00:07:32.255Z Checking aho-corasick v1.1.4
23662026-05-29T00:07:32.276Z Checking foreign-types-shared v0.1.1
23672026-05-29T00:07:32.364Z Checking pin-utils v0.1.0
23682026-05-29T00:07:32.387Z Checking httpdate v1.0.3
23692026-05-29T00:07:32.434Z Checking dyn-clone v1.0.20
23702026-05-29T00:07:32.450Z Checking plain v0.2.3
23712026-05-29T00:07:32.464Z Checking fastrand v2.3.0
23722026-05-29T00:07:32.526Z Checking foreign-types v0.3.2
23732026-05-29T00:07:32.534Z Checking unicode-normalization v0.1.25
23742026-05-29T00:07:32.547Z Checking semver v1.0.28
23752026-05-29T00:07:32.582Z Checking openssl-sys v0.9.115
23762026-05-29T00:07:32.637Z Checking tempfile v3.25.0
23772026-05-29T00:07:32.761Z Checking spin v0.9.8
23782026-05-29T00:07:32.851Z Checking unicode-ident v1.0.24
23792026-05-29T00:07:32.876Z Checking ucd-trie v0.1.7
23802026-05-29T00:07:32.945Z Checking schemars v0.8.22
23812026-05-29T00:07:32.958Z Checking regex-automata v0.4.14
23822026-05-29T00:07:32.964Z Checking proc-macro2 v1.0.106
23832026-05-29T00:07:32.982Z Checking rustls-native-certs v0.8.3
23842026-05-29T00:07:32.993Z Checking openssl v0.10.79
23852026-05-29T00:07:33.006Z Checking rustls-webpki v0.103.9
23862026-05-29T00:07:33.017Z Checking pest v2.8.6
23872026-05-29T00:07:33.030Z Checking tokio-util v0.7.18
23882026-05-29T00:07:33.103Z Checking thiserror v2.0.18
23892026-05-29T00:07:33.206Z Checking sync_wrapper v1.0.2
23902026-05-29T00:07:33.284Z Checking wait-timeout v0.2.1
23912026-05-29T00:07:33.309Z Checking powerfmt v0.2.0
23922026-05-29T00:07:33.404Z Checking utf8parse v0.2.2
23932026-05-29T00:07:33.437Z Checking rustls v0.23.37
23942026-05-29T00:07:33.467Z Checking quick-error v1.2.3
23952026-05-29T00:07:33.502Z Checking pretty-hex v0.4.1
23962026-05-29T00:07:33.560Z Checking siphasher v1.0.2
23972026-05-29T00:07:33.598Z Checking bit-vec v0.8.0
23982026-05-29T00:07:33.618Z Checking anstyle v1.0.13
23992026-05-29T00:07:33.635Z Checking h2 v0.4.13
24002026-05-29T00:07:33.709Z Checking simd-adler32 v0.3.8
24012026-05-29T00:07:33.787Z Checking bit-set v0.8.0
24022026-05-29T00:07:33.801Z Checking rusty-fork v0.3.1
24032026-05-29T00:07:33.874Z Checking anstyle-parse v0.2.7
24042026-05-29T00:07:33.928Z Checking deranged v0.5.8
24052026-05-29T00:07:33.971Z Checking tower v0.5.3
24062026-05-29T00:07:34.027Z Checking quote v1.0.45
24072026-05-29T00:07:34.077Z Compiling newtype-uuid v1.3.2
24082026-05-29T00:07:34.198Z Checking http-body-util v0.1.3
24092026-05-29T00:07:34.260Z Checking webpki-roots v1.0.6
24102026-05-29T00:07:34.355Z Checking crossbeam-utils v0.8.21
24112026-05-29T00:07:34.377Z Checking rand_xorshift v0.4.0
24122026-05-29T00:07:34.420Z Checking crc32fast v1.5.0
24132026-05-29T00:07:34.495Z Checking scroll v0.13.0
24142026-05-29T00:07:34.570Z Checking signature v2.2.0
24152026-05-29T00:07:34.684Z Checking colorchoice v1.0.4
24162026-05-29T00:07:34.696Z Checking anstyle-query v1.1.5
24172026-05-29T00:07:34.733Z Checking unicode-bidi v0.3.18
24182026-05-29T00:07:34.782Z Checking adler2 v2.0.1
24192026-05-29T00:07:34.798Z Checking is_terminal_polyfill v1.70.2
24202026-05-29T00:07:34.798Z Checking ryu v1.0.23
24212026-05-29T00:07:34.850Z Checking time-core v0.1.8
24222026-05-29T00:07:34.885Z Checking allocator-api2 v0.2.21
24232026-05-29T00:07:34.898Z Checking num_threads v0.1.7
24242026-05-29T00:07:34.934Z Checking iri-string v0.7.10
24252026-05-29T00:07:34.982Z Checking unicode-properties v0.1.4
24262026-05-29T00:07:34.995Z Checking num-conv v0.2.0
24272026-05-29T00:07:35.018Z Checking native-tls v0.2.18
24282026-05-29T00:07:35.024Z Checking unarray v0.1.4
24292026-05-29T00:07:35.108Z Checking time v0.3.47
24302026-05-29T00:07:35.122Z Checking proptest v1.10.0
24312026-05-29T00:07:35.163Z Checking stringprep v0.1.5
24322026-05-29T00:07:35.178Z Checking serde_urlencoded v0.7.1
24332026-05-29T00:07:35.188Z Checking tokio-native-tls v0.3.1
24342026-05-29T00:07:35.313Z Checking anstream v0.6.21
24352026-05-29T00:07:35.339Z Checking miniz_oxide v0.8.9
24362026-05-29T00:07:35.374Z Checking bstr v1.12.1
24372026-05-29T00:07:35.513Z Checking goblin v0.10.5
24382026-05-29T00:07:35.696Z Checking crossbeam-epoch v0.9.18
24392026-05-29T00:07:35.766Z Compiling daft v0.1.7
24402026-05-29T00:07:35.784Z Checking tokio-rustls v0.26.4
24412026-05-29T00:07:35.917Z Checking syn v2.0.117
24422026-05-29T00:07:35.947Z Checking tower-http v0.6.8
24432026-05-29T00:07:36.011Z Checking ipnetwork v0.21.1
24442026-05-29T00:07:36.043Z Checking rand_chacha v0.3.1
24452026-05-29T00:07:36.219Z Checking scroll v0.12.0
24462026-05-29T00:07:36.231Z Checking thiserror v1.0.69
24472026-05-29T00:07:36.234Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-05-29T00:07:36.253Z Checking hash32 v0.2.1
24492026-05-29T00:07:36.323Z Checking num-integer v0.1.46
24502026-05-29T00:07:36.325Z Checking hyper v1.8.1
24512026-05-29T00:07:36.352Z Checking serde_spanned v0.6.9
24522026-05-29T00:07:36.410Z Checking toml_datetime v0.6.11
24532026-05-29T00:07:36.447Z Checking md-5 v0.10.6
24542026-05-29T00:07:36.477Z Checking ff v0.13.1
24552026-05-29T00:07:36.550Z Checking encoding_rs v0.8.35
24562026-05-29T00:07:36.578Z Checking psl-types v2.0.11
24572026-05-29T00:07:36.592Z Checking base16ct v0.2.0
24582026-05-29T00:07:36.604Z Checking mime v0.3.17
24592026-05-29T00:07:36.694Z Checking fallible-iterator v0.2.0
24602026-05-29T00:07:36.714Z Checking zlib-rs v0.6.2
24612026-05-29T00:07:36.773Z Checking sec1 v0.7.3
24622026-05-29T00:07:36.975Z Checking postgres-protocol v0.6.10
24632026-05-29T00:07:36.984Z Checking publicsuffix v2.3.0
24642026-05-29T00:07:37.080Z Checking group v0.13.0
24652026-05-29T00:07:37.143Z Checking num-iter v0.1.45
24662026-05-29T00:07:37.224Z Checking goblin v0.8.2
24672026-05-29T00:07:37.237Z Checking hyper-util v0.1.20
24682026-05-29T00:07:37.253Z Checking heapless v0.7.17
24692026-05-29T00:07:37.269Z Checking zstd-safe v7.2.4
24702026-05-29T00:07:37.433Z Checking rand v0.8.6
24712026-05-29T00:07:37.482Z Checking cookie v0.18.1
24722026-05-29T00:07:37.592Z Checking flate2 v1.1.9
24732026-05-29T00:07:37.654Z Checking oxnet v0.1.4
24742026-05-29T00:07:37.714Z Compiling iddqd v0.4.2
24752026-05-29T00:07:37.875Z Checking dof v0.4.0
24762026-05-29T00:07:37.896Z Checking dtrace-parser v0.3.0
24772026-05-29T00:07:37.910Z Checking phf_shared v0.13.1
24782026-05-29T00:07:37.963Z Checking lazy_static v1.5.0
24792026-05-29T00:07:38.061Z Checking pin-project v1.1.11
24802026-05-29T00:07:38.106Z Checking zerocopy v0.7.35
24812026-05-29T00:07:38.138Z Checking bzip2-sys v0.1.13+1.0.8
24822026-05-29T00:07:38.156Z Checking signal-hook v0.3.18
24832026-05-29T00:07:38.220Z Checking terminal_size v0.4.3
24842026-05-29T00:07:38.225Z Checking futures-executor v0.3.32
24852026-05-29T00:07:38.339Z Checking hkdf v0.12.4
24862026-05-29T00:07:38.349Z Checking hex v0.4.3
24872026-05-29T00:07:38.378Z Checking crypto-bigint v0.5.5
24882026-05-29T00:07:38.472Z Checking thread-id v5.1.0
24892026-05-29T00:07:38.502Z Checking either v1.15.0
24902026-05-29T00:07:38.521Z Checking hyper-rustls v0.27.7
24912026-05-29T00:07:38.549Z Checking hyper-tls v0.6.0
24922026-05-29T00:07:38.568Z Checking same-file v1.0.6
24932026-05-29T00:07:38.588Z Checking libbz2-rs-sys v0.2.2
24942026-05-29T00:07:38.678Z Checking foldhash v0.1.5
24952026-05-29T00:07:38.692Z Checking winnow v0.7.14
24962026-05-29T00:07:38.716Z Compiling rayon-core v1.13.0
24972026-05-29T00:07:38.728Z Checking clap_lex v1.0.0
24982026-05-29T00:07:38.808Z Checking foldhash v0.2.0
24992026-05-29T00:07:38.879Z Checking bitflags v1.3.2
25002026-05-29T00:07:38.897Z Checking winnow v0.5.40
25012026-05-29T00:07:38.954Z Checking strsim v0.11.1
25022026-05-29T00:07:38.968Z Checking managed v0.8.0
25032026-05-29T00:07:38.980Z Checking bumpalo v3.20.2
25042026-05-29T00:07:38.996Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25052026-05-29T00:07:39.115Z Checking clap_builder v4.5.60
25062026-05-29T00:07:39.149Z Checking smoltcp v0.9.1
25072026-05-29T00:07:39.163Z Checking dof v0.3.0
25082026-05-29T00:07:39.177Z Checking zopfli v0.8.3
25092026-05-29T00:07:39.193Z Checking bzip2 v0.6.1
25102026-05-29T00:07:39.282Z Checking elliptic-curve v0.13.8
25112026-05-29T00:07:39.352Z Checking hashbrown v0.16.1
25122026-05-29T00:07:39.459Z Checking hashbrown v0.15.5
25132026-05-29T00:07:39.499Z Checking reqwest v0.12.28
25142026-05-29T00:07:39.594Z Checking walkdir v2.5.0
25152026-05-29T00:07:39.732Z Checking usdt-impl v0.6.0
25162026-05-29T00:07:39.759Z Checking futures v0.3.32
25172026-05-29T00:07:39.838Z Checking signal-hook-mio v0.2.5
25182026-05-29T00:07:39.856Z Checking bzip2 v0.4.4
25192026-05-29T00:07:39.870Z Checking snafu v0.8.9
25202026-05-29T00:07:39.918Z Checking phf v0.13.1
25212026-05-29T00:07:39.936Z Checking num-bigint-dig v0.8.6
25222026-05-29T00:07:40.025Z Checking cookie_store v0.22.1
25232026-05-29T00:07:40.046Z Checking toml_edit v0.19.15
25242026-05-29T00:07:40.064Z Checking zstd v0.13.3
25252026-05-29T00:07:40.102Z Checking postgres-types v0.2.12
25262026-05-29T00:07:40.248Z Checking dtrace-parser v0.2.0
25272026-05-29T00:07:40.262Z Checking crossbeam-deque v0.8.6
25282026-05-29T00:07:40.347Z Checking rustls-platform-verifier v0.6.2
25292026-05-29T00:07:40.361Z Checking globset v0.4.18
25302026-05-29T00:07:40.364Z Checking regex v1.12.3
25312026-05-29T00:07:40.418Z Checking ed25519 v2.2.3
25322026-05-29T00:07:40.435Z Checking phf_shared v0.11.3
25332026-05-29T00:07:40.481Z Checking olpc-cjson v0.1.4
25342026-05-29T00:07:40.484Z Checking curve25519-dalek v4.1.3
25352026-05-29T00:07:40.583Z Checking ref-cast v1.0.25
25362026-05-29T00:07:40.599Z Checking strum v0.27.2
25372026-05-29T00:07:40.611Z Checking hubpack v0.1.2
25382026-05-29T00:07:40.635Z Checking memoffset v0.9.1
25392026-05-29T00:07:40.649Z Checking rustix v0.38.44
25402026-05-29T00:07:40.677Z Checking pkcs1 v0.7.5
25412026-05-29T00:07:40.696Z Checking pem v3.0.6
25422026-05-29T00:07:40.709Z Checking float-cmp v0.10.0
25432026-05-29T00:07:40.753Z Checking rfc6979 v0.4.0
25442026-05-29T00:07:40.774Z Checking serde_plain v1.0.2
25452026-05-29T00:07:40.829Z Checking erased-serde v0.3.31
25462026-05-29T00:07:40.850Z Checking serde-big-array v0.5.1
25472026-05-29T00:07:40.866Z Checking memmap2 v0.9.10
25482026-05-29T00:07:40.883Z Checking thread-id v4.2.2
25492026-05-29T00:07:40.916Z Checking env_filter v1.0.0
25502026-05-29T00:07:40.961Z Checking typed-path v0.9.3
25512026-05-29T00:07:40.983Z Checking precomputed-hash v0.1.1
25522026-05-29T00:07:41.023Z Checking difflib v0.4.0
25532026-05-29T00:07:41.054Z Checking normalize-line-endings v0.3.0
25542026-05-29T00:07:41.066Z Checking keccak v0.1.6
25552026-05-29T00:07:41.091Z Checking toml_write v0.1.2
25562026-05-29T00:07:41.143Z Checking jiff v0.2.21
25572026-05-29T00:07:41.200Z Checking unicode-segmentation v1.12.0
25582026-05-29T00:07:41.210Z Checking predicates-core v1.0.10
25592026-05-29T00:07:41.226Z Checking data-encoding v2.10.0
25602026-05-29T00:07:41.256Z Checking whoami v2.1.0
25612026-05-29T00:07:41.276Z Checking static_assertions v1.1.0
25622026-05-29T00:07:41.327Z Checking fixedbitset v0.5.7
25632026-05-29T00:07:41.344Z Checking fixedbitset v0.4.2
25642026-05-29T00:07:41.452Z Checking new_debug_unreachable v1.0.6
25652026-05-29T00:07:41.465Z Checking crossterm v0.28.1
25662026-05-29T00:07:41.491Z Checking petgraph v0.6.5
25672026-05-29T00:07:41.494Z Checking hickory-proto v0.25.2
25682026-05-29T00:07:41.515Z Checking similar v2.7.0
25692026-05-29T00:07:41.526Z Checking string_cache v0.8.9
25702026-05-29T00:07:41.529Z Checking petgraph v0.8.3
25712026-05-29T00:07:41.709Z Checking tokio-postgres v0.7.16
25722026-05-29T00:07:41.746Z Checking tough v0.22.0
25732026-05-29T00:07:41.897Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25742026-05-29T00:07:42.176Z Checking predicates v3.1.4
25752026-05-29T00:07:42.475Z Checking ed25519-dalek v2.2.0
25762026-05-29T00:07:42.734Z Checking toml_edit v0.22.27
25772026-05-29T00:07:42.750Z Checking sha3 v0.10.8
25782026-05-29T00:07:42.958Z Checking slog v2.8.2
25792026-05-29T00:07:42.981Z Checking toml v0.7.8
25802026-05-29T00:07:43.105Z Checking env_logger v0.11.9
25812026-05-29T00:07:43.235Z Checking usdt v0.6.0
25822026-05-29T00:07:43.298Z Checking usdt-impl v0.5.0
25832026-05-29T00:07:43.310Z Checking rsa v0.9.10
25842026-05-29T00:07:43.392Z Checking zip v4.6.1
25852026-05-29T00:07:43.406Z Checking ecdsa v0.16.9
25862026-05-29T00:07:43.574Z Checking nix v0.31.2
25872026-05-29T00:07:43.769Z Checking reqwest v0.13.2
25882026-05-29T00:07:43.853Z Checking clap v4.5.60
25892026-05-29T00:07:43.934Z Checking zip v0.6.6
25902026-05-29T00:07:43.978Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-29T00:07:44.120Z Checking itertools v0.13.0
25922026-05-29T00:07:44.183Z Checking serde_with v3.17.0
25932026-05-29T00:07:44.257Z Checking strum v0.26.3
25942026-05-29T00:07:44.308Z Checking fs-err v3.3.0
25952026-05-29T00:07:44.311Z Checking ahash v0.8.12
25962026-05-29T00:07:44.367Z Checking object v0.37.3
25972026-05-29T00:07:44.514Z Checking tokio-stream v0.1.18
25982026-05-29T00:07:44.609Z Checking buf-list v1.1.2
25992026-05-29T00:07:44.623Z Checking anyhow v1.0.102
26002026-05-29T00:07:44.636Z Checking camino v1.2.2
26012026-05-29T00:07:44.649Z Checking x509-cert v0.2.5
26022026-05-29T00:07:44.788Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26032026-05-29T00:07:44.819Z Checking openapiv3 v2.2.0
26042026-05-29T00:07:44.884Z Checking sha1 v0.10.6
26052026-05-29T00:07:44.903Z Checking peg-runtime v0.8.5
26062026-05-29T00:07:45.044Z Checking lalrpop-util v0.19.12
26072026-05-29T00:07:45.046Z Checking rayon v1.11.0
26082026-05-29T00:07:45.047Z Checking sigpipe v0.1.3
26092026-05-29T00:07:45.123Z Checking glob v0.3.3
26102026-05-29T00:07:46.566Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112026-05-29T00:07:46.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s
26122026-05-29T00:07:47.012Z
26132026-05-29T00:07:47.013Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26142026-05-29T00:07:47.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-05-29T00:07:47.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-05-29T00:07:47.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-05-29T00:07:47.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26182026-05-29T00:07:47.613Z
26192026-05-29T00:07:47.613Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26202026-05-29T00:07:48.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-29T00:07:48.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-29T00:07:48.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-29T00:07:48.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-05-29T00:07:48.212Z
26252026-05-29T00:07:48.212Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26262026-05-29T00:07:48.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-29T00:07:48.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-29T00:07:48.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-29T00:07:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-05-29T00:07:48.823Z
26312026-05-29T00:07:48.823Zinfo: running `cargo check --bins` on oxql-types (80/295)
26322026-05-29T00:07:49.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-29T00:07:49.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-29T00:07:49.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-29T00:07:49.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-05-29T00:07:49.423Z
26372026-05-29T00:07:49.423Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26382026-05-29T00:07:49.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-29T00:07:49.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-29T00:07:49.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-29T00:07:49.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-29T00:07:50.024Z
26432026-05-29T00:07:50.024Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26442026-05-29T00:07:50.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-29T00:07:50.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-29T00:07:50.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-29T00:07:50.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-29T00:07:50.628Z
26492026-05-29T00:07:50.628Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26502026-05-29T00:07:51.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-29T00:07:51.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-29T00:07:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-29T00:07:51.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-29T00:07:51.219Z
26552026-05-29T00:07:51.219Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26562026-05-29T00:07:51.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-29T00:07:51.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-29T00:07:51.910Z Compiling structmeta-derive v0.3.0
26592026-05-29T00:07:52.028Z Compiling rustls v0.22.4
26602026-05-29T00:07:52.037Z Compiling multer v3.1.0
26612026-05-29T00:07:52.047Z Compiling async-stream-impl v0.3.6
26622026-05-29T00:07:52.047Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26632026-05-29T00:07:52.068Z Compiling dropshot v0.17.0
26642026-05-29T00:07:52.084Z Compiling newtype-uuid-macros v0.1.0
26652026-05-29T00:07:52.084Z Compiling dropshot_endpoint v0.17.0
26662026-05-29T00:07:52.222Z Checking newtype-uuid v1.3.2
26672026-05-29T00:07:52.277Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26682026-05-29T00:07:52.345Z Checking rustls-webpki v0.102.8
26692026-05-29T00:07:52.420Z Checking daft v0.1.7
26702026-05-29T00:07:52.433Z Checking thread_local v1.1.9
26712026-05-29T00:07:52.599Z Checking match_cfg v0.1.0
26722026-05-29T00:07:52.630Z Checking compression-core v0.4.31
26732026-05-29T00:07:52.661Z Checking iddqd v0.4.2
26742026-05-29T00:07:52.673Z Checking hostname v0.3.1
26752026-05-29T00:07:52.703Z Checking crossbeam-channel v0.5.15
26762026-05-29T00:07:52.770Z Checking compression-codecs v0.4.37
26772026-05-29T00:07:52.773Z Checking slog-json v2.6.1
26782026-05-29T00:07:52.857Z Checking toml_datetime v1.0.0+spec-1.1.0
26792026-05-29T00:07:52.929Z Checking serde_spanned v1.0.4
26802026-05-29T00:07:52.950Z Checking is-terminal v0.4.17
26812026-05-29T00:07:53.045Z Checking take_mut v0.2.2
26822026-05-29T00:07:53.062Z Checking debug-ignore v1.0.5
26832026-05-29T00:07:53.062Z Checking term v1.2.1
26842026-05-29T00:07:53.067Z Checking toml_writer v1.0.6+spec-1.1.0
26852026-05-29T00:07:53.095Z Compiling structmeta v0.3.0
26862026-05-29T00:07:53.146Z Checking slog-async v2.8.0
26872026-05-29T00:07:53.164Z Checking async-compression v0.4.41
26882026-05-29T00:07:53.258Z Checking toml v1.0.6+spec-1.1.0
26892026-05-29T00:07:53.292Z Checking slog-term v2.9.2
26902026-05-29T00:07:53.305Z Compiling derive-ex v0.1.8
26912026-05-29T00:07:53.321Z Compiling parse-display-derive v0.10.0
26922026-05-29T00:07:53.407Z Checking slog-bunyan v2.5.0
26932026-05-29T00:07:53.525Z Checking async-stream v0.3.6
26942026-05-29T00:07:53.549Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952026-05-29T00:07:53.594Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26962026-05-29T00:07:53.651Z Checking progenitor-client v0.14.0
26972026-05-29T00:07:53.664Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26982026-05-29T00:07:53.808Z Checking waitgroup v0.1.2
26992026-05-29T00:07:53.832Z Checking backon v1.6.0
27002026-05-29T00:07:53.873Z Checking rustls-pemfile v2.2.0
27012026-05-29T00:07:53.903Z Checking serde_path_to_error v0.1.20
27022026-05-29T00:07:53.913Z Checking hostname v0.4.2
27032026-05-29T00:07:53.998Z Checking instant v0.1.13
27042026-05-29T00:07:54.084Z Checking backoff v0.4.0
27052026-05-29T00:07:54.183Z Checking progenitor-extras v0.2.0
27062026-05-29T00:07:54.196Z Checking tokio-rustls v0.25.0
27072026-05-29T00:07:54.219Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27082026-05-29T00:07:54.273Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27092026-05-29T00:07:54.412Z Checking itertools v0.14.0
27102026-05-29T00:07:54.428Z Checking progenitor-client v0.10.0
27112026-05-29T00:07:54.638Z Checking regress v0.10.5
27122026-05-29T00:07:54.651Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27132026-05-29T00:07:54.869Z Checking macaddr v1.0.1
27142026-05-29T00:07:55.000Z Checking parse-display v0.10.0
27152026-05-29T00:07:55.004Z Compiling test-strategy v0.4.5
27162026-05-29T00:07:55.147Z Checking humantime v2.3.0
27172026-05-29T00:07:56.229Z Compiling prettyplease v0.2.37
27182026-05-29T00:07:56.486Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27192026-05-29T00:07:56.673Z Checking num-rational v0.4.2
27202026-05-29T00:07:56.873Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27212026-05-29T00:07:57.120Z Checking num-complex v0.4.6
27222026-05-29T00:07:57.876Z Compiling num v0.4.3
27232026-05-29T00:07:57.955Z Compiling usdt-attr-macro v0.5.0
27242026-05-29T00:07:57.969Z Compiling usdt-macro v0.5.0
27252026-05-29T00:07:58.018Z Checking memmap v0.7.0
27262026-05-29T00:07:58.039Z Checking float-ord v0.3.2
27272026-05-29T00:07:58.145Z Compiling convert_case v0.4.0
27282026-05-29T00:07:58.159Z Checking unicode-width v0.2.0
27292026-05-29T00:07:58.411Z Checking console v0.15.11
27302026-05-29T00:07:58.533Z Compiling derive_more v0.99.20
27312026-05-29T00:07:58.699Z Checking newline-converter v0.3.0
27322026-05-29T00:07:58.710Z Checking atomicwrites v0.4.4
27332026-05-29T00:07:58.743Z Checking usdt v0.5.0
27342026-05-29T00:07:58.808Z Compiling toml v0.8.23
27352026-05-29T00:07:58.839Z Compiling minimal-lexical v0.2.1
27362026-05-29T00:07:58.913Z Checking linked-hash-map v0.5.6
27372026-05-29T00:07:59.094Z Checking lru-cache v0.1.2
27382026-05-29T00:07:59.099Z Compiling nom v7.1.3
27392026-05-29T00:07:59.210Z Checking expectorate v1.2.0
27402026-05-29T00:07:59.765Z Checking camino-tempfile v1.4.1
27412026-05-29T00:07:59.874Z Checking hickory-proto v0.24.4
27422026-05-29T00:07:59.928Z Checking phf_shared v0.12.1
27432026-05-29T00:08:00.071Z Compiling slog-dtrace v0.3.0
27442026-05-29T00:08:00.104Z Compiling chrono-tz v0.10.4
27452026-05-29T00:08:00.264Z Checking resolv-conf v0.7.6
27462026-05-29T00:08:00.287Z Checking heck v0.5.0
27472026-05-29T00:08:00.436Z Compiling const_format_proc_macros v0.2.34
27482026-05-29T00:08:00.462Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492026-05-29T00:08:00.496Z Checking phf v0.12.1
27502026-05-29T00:08:00.548Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27512026-05-29T00:08:00.640Z Checking tokio-dtrace v0.1.1
27522026-05-29T00:08:00.827Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27532026-05-29T00:08:00.937Z Compiling derive-where v1.6.0
27542026-05-29T00:08:01.120Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27552026-05-29T00:08:01.245Z Checking highway v1.3.0
27562026-05-29T00:08:01.482Z Checking const_format v0.2.35
27572026-05-29T00:08:01.701Z Checking hickory-resolver v0.24.4
27582026-05-29T00:08:01.721Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-05-29T00:08:01.878Z Checking oxide-tokio-rt v0.1.4
27602026-05-29T00:08:02.093Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27612026-05-29T00:08:02.268Z Checking gethostname v0.5.0
27622026-05-29T00:08:02.349Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27632026-05-29T00:08:02.365Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27642026-05-29T00:08:02.427Z Checking qorb v0.4.1
27652026-05-29T00:08:02.447Z Checking bcs v0.1.6
27662026-05-29T00:08:02.627Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27672026-05-29T00:08:02.641Z Checking termtree v0.5.1
27682026-05-29T00:08:05.910Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27692026-05-29T00:08:08.704Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27702026-05-29T00:08:10.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.60s
27712026-05-29T00:08:11.006Z
27722026-05-29T00:08:11.006Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27732026-05-29T00:08:11.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-05-29T00:08:11.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-05-29T00:08:11.738Z Compiling ar_archive_writer v0.5.1
27762026-05-29T00:08:11.805Z Compiling stacker v0.1.23
27772026-05-29T00:08:11.809Z Compiling cfg_aliases v0.1.1
27782026-05-29T00:08:11.818Z Compiling convert_case v0.10.0
27792026-05-29T00:08:11.822Z Checking unicode-width v0.1.14
27802026-05-29T00:08:11.834Z Compiling proc-macro-error v1.0.4
27812026-05-29T00:08:11.846Z Checking fd-lock v4.0.4
27822026-05-29T00:08:11.847Z Checking nibble_vec v0.1.0
27832026-05-29T00:08:11.867Z Compiling nix v0.28.0
27842026-05-29T00:08:11.958Z Checking vte v0.14.1
27852026-05-29T00:08:11.974Z Compiling recursive-proc-macro-impl v0.1.1
27862026-05-29T00:08:12.057Z Checking endian-type v0.1.2
27872026-05-29T00:08:12.069Z Checking bytecount v0.6.9
27882026-05-29T00:08:12.109Z Checking strip-ansi-escapes v0.2.1
27892026-05-29T00:08:12.112Z Compiling derive_more-impl v2.1.1
27902026-05-29T00:08:12.132Z Compiling tabled_derive v0.7.0
27912026-05-29T00:08:12.166Z Checking papergrid v0.11.0
27922026-05-29T00:08:12.180Z Checking radix_trie v0.2.1
27932026-05-29T00:08:12.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-29T00:08:12.367Z Compiling peg-macros v0.8.5
27952026-05-29T00:08:12.383Z Checking winnow v0.6.26
27962026-05-29T00:08:12.634Z Compiling psm v0.1.30
27972026-05-29T00:08:12.738Z Compiling sqlparser_derive v0.5.0
27982026-05-29T00:08:12.828Z Checking unicode_categories v0.1.1
27992026-05-29T00:08:12.939Z Checking derive_more v2.1.1
28002026-05-29T00:08:12.987Z Checking home v0.5.12
28012026-05-29T00:08:13.020Z Checking nu-ansi-term v0.50.3
28022026-05-29T00:08:13.095Z Checking crossterm v0.29.0
28032026-05-29T00:08:13.109Z Checking tabled v0.15.0
28042026-05-29T00:08:13.233Z Checking reedline v0.40.0
28052026-05-29T00:08:13.257Z Checking rustyline v14.0.0
28062026-05-29T00:08:13.464Z Checking recursive v0.1.1
28072026-05-29T00:08:13.543Z Checking display-error-chain v0.2.2
28082026-05-29T00:08:13.559Z Checking sqlparser v0.61.0
28092026-05-29T00:08:13.611Z Checking sqlformat v0.3.5
28102026-05-29T00:08:13.805Z Checking peg v0.8.5
28112026-05-29T00:08:24.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
28122026-05-29T00:08:24.960Z
28132026-05-29T00:08:24.960Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28142026-05-29T00:08:25.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-29T00:08:25.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-29T00:08:25.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-29T00:08:29.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28182026-05-29T00:08:29.308Z
28192026-05-29T00:08:29.309Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28202026-05-29T00:08:29.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-29T00:08:29.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-29T00:08:29.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-29T00:08:32.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28242026-05-29T00:08:32.622Z
28252026-05-29T00:08:32.622Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28262026-05-29T00:08:33.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-29T00:08:33.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-29T00:08:33.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-29T00:08:36.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28302026-05-29T00:08:36.733Z
28312026-05-29T00:08:36.733Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28322026-05-29T00:08:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-29T00:08:37.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-29T00:08:37.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-29T00:08:40.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28362026-05-29T00:08:40.860Z
28372026-05-29T00:08:40.860Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28382026-05-29T00:08:41.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-29T00:08:41.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-29T00:08:41.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-29T00:08:44.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28422026-05-29T00:08:44.329Z
28432026-05-29T00:08:44.329Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28442026-05-29T00:08:44.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-29T00:08:44.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-29T00:08:45.010Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-29T00:08:47.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28482026-05-29T00:08:47.839Z
28492026-05-29T00:08:47.839Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28502026-05-29T00:08:48.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-29T00:08:48.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-29T00:08:48.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-29T00:08:51.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28542026-05-29T00:08:52.139Z
28552026-05-29T00:08:52.139Zinfo: running `cargo check --bins` on oximeter (93/295)
28562026-05-29T00:08:52.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-29T00:08:52.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-29T00:08:52.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-29T00:08:52.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28602026-05-29T00:08:52.745Z
28612026-05-29T00:08:52.745Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28622026-05-29T00:08:53.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-29T00:08:53.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-29T00:08:53.390Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28652026-05-29T00:08:53.554Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28662026-05-29T00:08:53.569Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-05-29T00:08:53.900Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-05-29T00:08:56.809Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28692026-05-29T00:08:58.046Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28702026-05-29T00:08:58.257Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-05-29T00:08:58.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
28722026-05-29T00:08:59.139Z
28732026-05-29T00:08:59.139Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28742026-05-29T00:08:59.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-29T00:08:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-29T00:08:59.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-29T00:08:59.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-29T00:08:59.732Z
28792026-05-29T00:08:59.732Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28802026-05-29T00:09:00.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-29T00:09:00.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-29T00:09:00.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-29T00:09:00.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28842026-05-29T00:09:00.360Z
28852026-05-29T00:09:00.360Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28862026-05-29T00:09:00.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-29T00:09:00.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-29T00:09:00.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-29T00:09:00.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-05-29T00:09:00.960Z
28912026-05-29T00:09:00.960Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28922026-05-29T00:09:01.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-29T00:09:01.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-29T00:09:01.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-29T00:09:01.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-29T00:09:01.564Z
28972026-05-29T00:09:01.564Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
28982026-05-29T00:09:02.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-29T00:09:02.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-29T00:09:02.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-29T00:09:02.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-29T00:09:02.162Z
29032026-05-29T00:09:02.162Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29042026-05-29T00:09:02.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-29T00:09:02.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-29T00:09:02.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-29T00:09:02.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-29T00:09:02.765Z
29092026-05-29T00:09:02.765Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29102026-05-29T00:09:03.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-29T00:09:03.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-29T00:09:03.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-29T00:09:03.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29142026-05-29T00:09:03.354Z
29152026-05-29T00:09:03.355Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29162026-05-29T00:09:03.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-29T00:09:03.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-29T00:09:03.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-29T00:09:03.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-29T00:09:03.959Z
29212026-05-29T00:09:03.959Zinfo: running `cargo check --bins` on update-engine (103/295)
29222026-05-29T00:09:04.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-29T00:09:04.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-29T00:09:04.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-29T00:09:04.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-05-29T00:09:04.544Z
29272026-05-29T00:09:04.544Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29282026-05-29T00:09:05.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-29T00:09:05.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-29T00:09:05.261Z Compiling crucible-workspace-hack v0.1.0
29312026-05-29T00:09:05.378Z Checking secrecy v0.10.3
29322026-05-29T00:09:05.385Z Compiling heapless v0.8.0
29332026-05-29T00:09:05.389Z Compiling toml_datetime v0.7.5+spec-1.1.0
29342026-05-29T00:09:05.398Z Compiling ingot-macros v0.1.1
29352026-05-29T00:09:05.406Z Checking hash32 v0.3.1
29362026-05-29T00:09:05.417Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29372026-05-29T00:09:05.417Z Compiling smoltcp v0.11.0
29382026-05-29T00:09:05.480Z Checking cobs v0.3.0
29392026-05-29T00:09:05.525Z Compiling thiserror-impl-no-std v2.0.2
29402026-05-29T00:09:05.616Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-05-29T00:09:05.653Z Checking universal-hash v0.5.1
29422026-05-29T00:09:05.657Z Checking half v2.7.1
29432026-05-29T00:09:05.676Z Checking opaque-debug v0.3.1
29442026-05-29T00:09:05.743Z Checking ciborium-io v0.2.2
29452026-05-29T00:09:05.771Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29462026-05-29T00:09:05.786Z Checking poly1305 v0.8.0
29472026-05-29T00:09:05.842Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29482026-05-29T00:09:05.906Z Checking ciborium-ll v0.2.2
29492026-05-29T00:09:05.965Z Checking postcard v1.1.3
29502026-05-29T00:09:06.048Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29512026-05-29T00:09:06.080Z Checking password-hash v0.5.0
29522026-05-29T00:09:06.215Z Compiling proc-macro-crate v3.4.0
29532026-05-29T00:09:06.259Z Checking chacha20 v0.9.1
29542026-05-29T00:09:06.320Z Compiling proc-macro-crate v1.3.1
29552026-05-29T00:09:06.344Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29562026-05-29T00:09:06.450Z Checking blake2 v0.10.6
29572026-05-29T00:09:06.582Z Checking aead v0.5.2
29582026-05-29T00:09:06.680Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-05-29T00:09:06.695Z Compiling foreign-types-macros v0.2.3
29602026-05-29T00:09:06.719Z Checking thiserror-no-std v2.0.2
29612026-05-29T00:09:06.732Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29622026-05-29T00:09:06.746Z Checking foreign-types-shared v0.3.1
29632026-05-29T00:09:06.775Z Compiling num_enum_derive v0.7.5
29642026-05-29T00:09:06.804Z Checking cpufeatures v0.3.0
29652026-05-29T00:09:06.830Z Checking vsss-rs v3.3.4
29662026-05-29T00:09:06.877Z Checking chacha20 v0.10.0
29672026-05-29T00:09:06.890Z Compiling num_enum_derive v0.5.11
29682026-05-29T00:09:06.966Z Checking chacha20poly1305 v0.10.1
29692026-05-29T00:09:07.093Z Checking argon2 v0.5.3
29702026-05-29T00:09:07.097Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29712026-05-29T00:09:07.281Z Checking foreign-types v0.5.0
29722026-05-29T00:09:07.364Z Checking ciborium v0.2.2
29732026-05-29T00:09:07.544Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29742026-05-29T00:09:07.563Z Checking tabwriter v1.4.1
29752026-05-29T00:09:07.742Z Checking byte-wrapper v0.1.0
29762026-05-29T00:09:07.816Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29772026-05-29T00:09:07.835Z Checking num_enum v0.7.5
29782026-05-29T00:09:07.849Z Checking cstr-argument v0.1.2
29792026-05-29T00:09:07.929Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-29T00:09:07.953Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29812026-05-29T00:09:07.957Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29822026-05-29T00:09:07.980Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29832026-05-29T00:09:07.983Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29842026-05-29T00:09:08.156Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29852026-05-29T00:09:08.173Z Checking num_enum v0.5.11
29862026-05-29T00:09:08.243Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29872026-05-29T00:09:08.247Z Checking ingot-types v0.1.2
29882026-05-29T00:09:08.286Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29892026-05-29T00:09:08.325Z Checking rand v0.10.0
29902026-05-29T00:09:08.354Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29912026-05-29T00:09:08.377Z Checking indent_write v2.2.0
29922026-05-29T00:09:08.494Z Checking colored v3.1.1
29932026-05-29T00:09:08.512Z Compiling zone_cfg_derive v0.3.1
29942026-05-29T00:09:08.611Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29952026-05-29T00:09:08.616Z Checking ingot v0.1.1
29962026-05-29T00:09:08.637Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29972026-05-29T00:09:08.666Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29982026-05-29T00:09:08.686Z Checking itertools v0.12.1
29992026-05-29T00:09:08.705Z Compiling num-derive v0.4.2
30002026-05-29T00:09:08.809Z Checking swrite v0.1.0
30012026-05-29T00:09:08.839Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30022026-05-29T00:09:08.911Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30032026-05-29T00:09:09.047Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-05-29T00:09:09.113Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30052026-05-29T00:09:09.162Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-29T00:09:09.202Z Checking dropshot-api-manager-types v0.7.2
30072026-05-29T00:09:09.230Z Checking smf v0.2.3
30082026-05-29T00:09:09.272Z Checking nanorand v0.7.0
30092026-05-29T00:09:09.370Z Checking whoami v1.6.1
30102026-05-29T00:09:09.461Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30112026-05-29T00:09:09.475Z Checking flume v0.11.1
30122026-05-29T00:09:09.641Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30132026-05-29T00:09:09.709Z Checking zone v0.3.1
30142026-05-29T00:09:10.192Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-29T00:09:11.164Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-29T00:09:12.067Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-29T00:09:15.300Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-05-29T00:09:17.358Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30192026-05-29T00:09:18.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s
30202026-05-29T00:09:18.672Z
30212026-05-29T00:09:18.672Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30222026-05-29T00:09:19.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-29T00:09:19.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-29T00:09:19.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-29T00:09:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-29T00:09:19.279Z
30272026-05-29T00:09:19.279Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30282026-05-29T00:09:19.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-29T00:09:19.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-29T00:09:19.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-29T00:09:19.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-29T00:09:19.889Z
30332026-05-29T00:09:19.889Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30342026-05-29T00:09:20.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-29T00:09:20.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-29T00:09:20.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-29T00:09:20.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-29T00:09:20.497Z
30392026-05-29T00:09:20.497Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30402026-05-29T00:09:21.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-29T00:09:21.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-29T00:09:21.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-29T00:09:21.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-29T00:09:21.112Z
30452026-05-29T00:09:21.112Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30462026-05-29T00:09:21.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-29T00:09:21.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-29T00:09:21.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-29T00:09:21.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-05-29T00:09:21.722Z
30512026-05-29T00:09:21.722Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30522026-05-29T00:09:22.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-29T00:09:22.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-29T00:09:22.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-29T00:09:22.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-29T00:09:22.335Z
30572026-05-29T00:09:22.335Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30582026-05-29T00:09:22.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-29T00:09:22.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-29T00:09:22.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-29T00:09:22.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-29T00:09:22.942Z
30632026-05-29T00:09:22.942Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30642026-05-29T00:09:23.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-29T00:09:23.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-29T00:09:23.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-29T00:09:23.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30682026-05-29T00:09:23.532Z
30692026-05-29T00:09:23.532Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30702026-05-29T00:09:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-29T00:09:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-29T00:09:24.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-29T00:09:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-05-29T00:09:24.140Z
30752026-05-29T00:09:24.140Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30762026-05-29T00:09:24.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-29T00:09:24.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-29T00:09:24.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-29T00:09:24.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-05-29T00:09:24.751Z
30812026-05-29T00:09:24.751Zinfo: running `cargo check --bins` on installinator-client (115/295)
30822026-05-29T00:09:25.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-29T00:09:25.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-29T00:09:25.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-29T00:09:25.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-29T00:09:25.358Z
30872026-05-29T00:09:25.358Zinfo: running `cargo check --bins` on nexus-client (116/295)
30882026-05-29T00:09:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-29T00:09:25.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-29T00:09:25.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-29T00:09:25.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30922026-05-29T00:09:26.005Z
30932026-05-29T00:09:26.005Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
30942026-05-29T00:09:26.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-29T00:09:26.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-29T00:09:26.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-29T00:09:26.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-29T00:09:26.641Z
30992026-05-29T00:09:26.641Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31002026-05-29T00:09:27.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-29T00:09:27.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-29T00:09:27.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-29T00:09:27.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-29T00:09:27.227Z
31052026-05-29T00:09:27.227Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31062026-05-29T00:09:27.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-29T00:09:27.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-29T00:09:27.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-29T00:09:27.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-29T00:09:27.812Z
31112026-05-29T00:09:27.812Zinfo: running `cargo check --bins` on oxide-client (120/295)
31122026-05-29T00:09:28.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-29T00:09:28.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-29T00:09:28.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-29T00:09:28.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-29T00:09:28.401Z
31172026-05-29T00:09:28.401Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31182026-05-29T00:09:28.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-29T00:09:28.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-29T00:09:28.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-29T00:09:28.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-05-29T00:09:29.002Z
31232026-05-29T00:09:29.002Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31242026-05-29T00:09:29.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-29T00:09:29.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-29T00:09:29.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-29T00:09:29.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-29T00:09:29.591Z
31292026-05-29T00:09:29.591Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31302026-05-29T00:09:30.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-29T00:09:30.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-29T00:09:30.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-29T00:09:30.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-05-29T00:09:30.203Z
31352026-05-29T00:09:30.203Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31362026-05-29T00:09:30.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-29T00:09:30.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-29T00:09:30.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-29T00:09:30.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31402026-05-29T00:09:30.835Z
31412026-05-29T00:09:30.835Zinfo: running `cargo check --bins` on installinator-common (125/295)
31422026-05-29T00:09:31.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-29T00:09:31.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-29T00:09:31.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-29T00:09:31.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-29T00:09:31.455Z
31472026-05-29T00:09:31.455Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31482026-05-29T00:09:31.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-29T00:09:31.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-29T00:09:31.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-29T00:09:31.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31522026-05-29T00:09:32.042Z
31532026-05-29T00:09:32.043Zinfo: running `cargo check --bins` on wicket-common (127/295)
31542026-05-29T00:09:32.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-29T00:09:32.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-29T00:09:32.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-29T00:09:32.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31582026-05-29T00:09:32.653Z
31592026-05-29T00:09:32.653Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31602026-05-29T00:09:33.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-29T00:09:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-29T00:09:33.346Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-05-29T00:09:33.464Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-05-29T00:09:33.472Z Checking csv-core v0.1.13
31652026-05-29T00:09:33.479Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-05-29T00:09:33.482Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31672026-05-29T00:09:33.495Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31682026-05-29T00:09:33.507Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31692026-05-29T00:09:33.519Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-05-29T00:09:33.631Z Checking csv v1.4.0
31712026-05-29T00:09:33.664Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-05-29T00:09:33.693Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-05-29T00:09:33.707Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-05-29T00:09:33.735Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-05-29T00:09:33.968Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-05-29T00:09:34.335Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-05-29T00:09:34.339Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-29T00:09:34.673Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-05-29T00:09:40.668Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-05-29T00:09:41.205Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-05-29T00:09:43.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
31822026-05-29T00:09:43.774Z
31832026-05-29T00:09:43.774Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31842026-05-29T00:09:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-29T00:09:44.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-29T00:09:44.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-05-29T00:09:44.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882026-05-29T00:09:44.382Z
31892026-05-29T00:09:44.382Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31902026-05-29T00:09:44.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-29T00:09:44.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-29T00:09:44.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-29T00:09:44.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31942026-05-29T00:09:45.083Z
31952026-05-29T00:09:45.083Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
31962026-05-29T00:09:45.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-29T00:09:45.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-29T00:09:45.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-29T00:09:45.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32002026-05-29T00:09:45.774Z
32012026-05-29T00:09:45.775Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32022026-05-29T00:09:46.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-29T00:09:46.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-29T00:09:46.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-29T00:09:46.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32062026-05-29T00:09:46.430Z
32072026-05-29T00:09:46.430Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32082026-05-29T00:09:46.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-29T00:09:46.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-29T00:09:47.200Z Compiling regress v0.11.1
32112026-05-29T00:09:47.340Z Compiling unsafe-libyaml v0.2.11
32122026-05-29T00:09:47.354Z Compiling radium v0.7.0
32132026-05-29T00:09:47.357Z Compiling semver v0.1.20
32142026-05-29T00:09:47.380Z Checking tap v1.0.1
32152026-05-29T00:09:47.383Z Compiling maybe-uninit v2.0.0
32162026-05-29T00:09:47.406Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-05-29T00:09:47.483Z Checking wyz v0.5.1
32182026-05-29T00:09:47.621Z Compiling rustc_version v0.1.7
32192026-05-29T00:09:47.661Z Checking progenitor-client v0.13.0
32202026-05-29T00:09:47.723Z Compiling zerocopy-derive v0.6.6
32212026-05-29T00:09:47.830Z Checking crc-catalog v2.4.0
32222026-05-29T00:09:47.851Z Compiling newtype_derive v0.1.6
32232026-05-29T00:09:47.906Z Compiling serde_yaml v0.9.34+deprecated
32242026-05-29T00:09:47.924Z Compiling packed_struct v0.10.1
32252026-05-29T00:09:48.043Z Compiling cancel-safe-futures v0.1.5
32262026-05-29T00:09:48.104Z Checking funty v2.0.0
32272026-05-29T00:09:48.173Z Compiling owo-colors v4.3.0
32282026-05-29T00:09:48.388Z Checking crc v3.4.0
32292026-05-29T00:09:48.430Z Checking bitvec v1.0.1
32302026-05-29T00:09:48.568Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32312026-05-29T00:09:48.582Z Checking zerocopy v0.6.6
32322026-05-29T00:09:48.620Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-05-29T00:09:48.796Z Checking typify-impl v0.6.2
32342026-05-29T00:09:48.903Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32352026-05-29T00:09:48.969Z Compiling packed_struct_codegen v0.10.1
32362026-05-29T00:09:49.111Z Checking libsw-core v0.3.2
32372026-05-29T00:09:49.154Z Compiling bitfield-macros v0.19.4
32382026-05-29T00:09:49.263Z Compiling indexmap v1.9.3
32392026-05-29T00:09:49.379Z Checking nodrop v0.1.14
32402026-05-29T00:09:49.481Z Checking array-init v0.0.4
32412026-05-29T00:09:49.499Z Checking libsw v3.5.0
32422026-05-29T00:09:49.654Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-05-29T00:09:49.723Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-05-29T00:09:49.787Z Checking smallvec v0.6.14
32452026-05-29T00:09:49.871Z Checking bitfield v0.19.4
32462026-05-29T00:09:49.904Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-05-29T00:09:50.080Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32482026-05-29T00:09:50.145Z Checking smawk v0.3.2
32492026-05-29T00:09:50.205Z Checking linear-map v1.2.0
32502026-05-29T00:09:50.279Z Checking unicode-linebreak v0.1.5
32512026-05-29T00:09:50.307Z Checking hashbrown v0.12.3
32522026-05-29T00:09:50.332Z Checking tagptr v0.2.0
32532026-05-29T00:09:50.378Z Checking base64 v0.21.7
32542026-05-29T00:09:50.476Z Checking moka v0.12.13
32552026-05-29T00:09:50.494Z Checking textwrap v0.16.2
32562026-05-29T00:09:50.522Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32572026-05-29T00:09:50.589Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-29T00:09:50.619Z Checking ron v0.8.1
32592026-05-29T00:09:50.708Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-05-29T00:09:50.761Z Checking steno v0.4.1
32612026-05-29T00:09:51.046Z Checking serde-hex v0.1.0
32622026-05-29T00:09:51.109Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-05-29T00:09:51.124Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32642026-05-29T00:09:51.146Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-05-29T00:09:51.272Z Checking hashbrown v0.13.2
32662026-05-29T00:09:51.518Z Checking crc-any v2.5.0
32672026-05-29T00:09:51.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-29T00:09:51.712Z Checking object v0.30.4
32692026-05-29T00:09:51.726Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-29T00:09:51.769Z Checking hickory-resolver v0.25.2
32712026-05-29T00:09:51.786Z Checking path-slash v0.1.5
32722026-05-29T00:09:51.886Z Checking void v1.0.2
32732026-05-29T00:09:51.886Z Checking utf-8 v0.7.6
32742026-05-29T00:09:51.932Z Checking half v1.8.3
32752026-05-29T00:09:51.996Z Checking lzss v0.8.2
32762026-05-29T00:09:52.049Z Checking tungstenite v0.23.0
32772026-05-29T00:09:52.134Z Checking serde_cbor v0.11.2
32782026-05-29T00:09:52.324Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32792026-05-29T00:09:52.471Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32802026-05-29T00:09:52.474Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-05-29T00:09:52.498Z Checking nix v0.27.1
32822026-05-29T00:09:52.516Z Checking kstat-rs v0.2.4
32832026-05-29T00:09:52.547Z Checking fxhash v0.2.1
32842026-05-29T00:09:52.669Z Checking serde_bytes v0.11.19
32852026-05-29T00:09:52.708Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32862026-05-29T00:09:52.734Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32872026-05-29T00:09:52.884Z Checking tokio-tungstenite v0.23.1
32882026-05-29T00:09:52.939Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-05-29T00:09:53.042Z Checking signal-hook-tokio v0.3.1
32902026-05-29T00:09:53.310Z Compiling typify-macro v0.6.2
32912026-05-29T00:09:54.109Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-29T00:09:54.465Z Compiling typify v0.6.2
32932026-05-29T00:09:54.550Z Compiling progenitor-impl v0.13.0
32942026-05-29T00:09:54.550Z Compiling progenitor-impl v0.14.0
32952026-05-29T00:09:55.008Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32962026-05-29T00:09:55.347Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32972026-05-29T00:09:56.139Z Compiling progenitor-macro v0.13.0
32982026-05-29T00:09:56.179Z Compiling progenitor-macro v0.14.0
32992026-05-29T00:09:58.756Z Checking progenitor v0.13.0
33002026-05-29T00:09:58.760Z Checking progenitor v0.14.0
33012026-05-29T00:09:58.892Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33022026-05-29T00:09:58.896Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-29T00:10:01.949Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-05-29T00:10:09.664Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-05-29T00:10:16.019Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-05-29T00:10:17.394Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-05-29T00:10:17.905Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-05-29T00:10:20.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.56s
33092026-05-29T00:10:20.200Z
33102026-05-29T00:10:20.200Zinfo: running `cargo check --bins` on gateway-api (134/295)
33112026-05-29T00:10:20.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-29T00:10:20.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-29T00:10:20.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-29T00:10:20.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33152026-05-29T00:10:20.797Z
33162026-05-29T00:10:20.797Zinfo: running `cargo check --bins` on ipcc (135/295)
33172026-05-29T00:10:21.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-29T00:10:21.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-29T00:10:21.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-29T00:10:21.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-29T00:10:21.393Z
33222026-05-29T00:10:21.393Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33232026-05-29T00:10:21.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-29T00:10:21.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-29T00:10:21.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-29T00:10:21.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33272026-05-29T00:10:21.977Z
33282026-05-29T00:10:21.977Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33292026-05-29T00:10:22.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-29T00:10:22.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-29T00:10:22.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-29T00:10:22.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33332026-05-29T00:10:22.596Z
33342026-05-29T00:10:22.596Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33352026-05-29T00:10:23.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-29T00:10:23.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-29T00:10:23.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-29T00:10:23.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-29T00:10:23.208Z
33402026-05-29T00:10:23.208Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33412026-05-29T00:10:23.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-29T00:10:23.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-29T00:10:23.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-29T00:10:23.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-29T00:10:23.815Z
33462026-05-29T00:10:23.816Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33472026-05-29T00:10:24.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-29T00:10:24.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-29T00:10:24.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-29T00:10:24.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-29T00:10:24.426Z
33522026-05-29T00:10:24.426Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33532026-05-29T00:10:24.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-29T00:10:24.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-29T00:10:24.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-29T00:10:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33572026-05-29T00:10:25.055Z
33582026-05-29T00:10:25.055Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33592026-05-29T00:10:25.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-29T00:10:25.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-29T00:10:25.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-29T00:10:25.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-29T00:10:25.661Z
33642026-05-29T00:10:25.661Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33652026-05-29T00:10:26.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-29T00:10:26.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-29T00:10:26.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-29T00:10:26.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-29T00:10:26.271Z
33702026-05-29T00:10:26.271Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33712026-05-29T00:10:26.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-29T00:10:26.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-29T00:10:26.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-29T00:10:26.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-29T00:10:26.880Z
33762026-05-29T00:10:26.880Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33772026-05-29T00:10:27.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-29T00:10:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-29T00:10:27.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-29T00:10:27.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-29T00:10:27.485Z
33822026-05-29T00:10:27.485Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33832026-05-29T00:10:27.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-29T00:10:27.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-29T00:10:27.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-29T00:10:28.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-29T00:10:28.085Z
33882026-05-29T00:10:28.085Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33892026-05-29T00:10:28.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-29T00:10:28.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-29T00:10:28.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-29T00:10:28.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-29T00:10:28.695Z
33942026-05-29T00:10:28.695Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
33952026-05-29T00:10:29.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-29T00:10:29.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-29T00:10:29.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-29T00:10:29.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33992026-05-29T00:10:29.326Z
34002026-05-29T00:10:29.326Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34012026-05-29T00:10:29.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-29T00:10:29.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-29T00:10:29.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-29T00:10:29.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-29T00:10:29.946Z
34062026-05-29T00:10:29.946Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34072026-05-29T00:10:30.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-29T00:10:30.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-29T00:10:30.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-29T00:10:30.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34112026-05-29T00:10:30.569Z
34122026-05-29T00:10:30.569Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34132026-05-29T00:10:31.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-29T00:10:31.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-29T00:10:31.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-29T00:10:31.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-29T00:10:31.194Z
34182026-05-29T00:10:31.194Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34192026-05-29T00:10:31.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-29T00:10:31.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-29T00:10:31.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-29T00:10:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-05-29T00:10:31.825Z
34242026-05-29T00:10:31.826Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34252026-05-29T00:10:32.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-29T00:10:32.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-29T00:10:32.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-29T00:10:32.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-29T00:10:32.453Z
34302026-05-29T00:10:32.453Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34312026-05-29T00:10:32.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-29T00:10:32.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-29T00:10:32.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-29T00:10:32.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34352026-05-29T00:10:33.084Z
34362026-05-29T00:10:33.084Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34372026-05-29T00:10:33.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-29T00:10:33.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-29T00:10:33.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-29T00:10:33.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-29T00:10:33.708Z
34422026-05-29T00:10:33.708Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34432026-05-29T00:10:34.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-29T00:10:34.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-29T00:10:34.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-29T00:10:34.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-29T00:10:34.332Z
34482026-05-29T00:10:34.332Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34492026-05-29T00:10:34.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-29T00:10:34.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-29T00:10:34.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-29T00:10:34.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-29T00:10:34.958Z
34542026-05-29T00:10:34.958Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34552026-05-29T00:10:35.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-29T00:10:35.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-29T00:10:35.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-29T00:10:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-05-29T00:10:35.561Z
34602026-05-29T00:10:35.561Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34612026-05-29T00:10:36.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-29T00:10:36.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-29T00:10:36.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-29T00:10:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-29T00:10:36.172Z
34662026-05-29T00:10:36.172Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34672026-05-29T00:10:36.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-29T00:10:36.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-29T00:10:36.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-29T00:10:36.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-05-29T00:10:36.778Z
34722026-05-29T00:10:36.779Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34732026-05-29T00:10:37.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-29T00:10:37.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-29T00:10:37.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-29T00:10:37.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-29T00:10:37.382Z
34782026-05-29T00:10:37.382Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34792026-05-29T00:10:37.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-29T00:10:37.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-29T00:10:37.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-29T00:10:37.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-05-29T00:10:37.989Z
34842026-05-29T00:10:37.989Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34852026-05-29T00:10:38.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-29T00:10:38.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-29T00:10:38.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-29T00:10:38.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-29T00:10:38.591Z
34902026-05-29T00:10:38.591Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34912026-05-29T00:10:39.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-29T00:10:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-29T00:10:39.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-29T00:10:39.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-05-29T00:10:39.198Z
34962026-05-29T00:10:39.198Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
34972026-05-29T00:10:39.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-29T00:10:39.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-29T00:10:39.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-29T00:10:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-29T00:10:39.809Z
35022026-05-29T00:10:39.809Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35032026-05-29T00:10:40.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-29T00:10:40.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-29T00:10:40.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-29T00:10:40.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35072026-05-29T00:10:40.436Z
35082026-05-29T00:10:40.436Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35092026-05-29T00:10:40.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-29T00:10:40.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-29T00:10:40.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-29T00:10:40.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35132026-05-29T00:10:41.069Z
35142026-05-29T00:10:41.069Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35152026-05-29T00:10:41.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-29T00:10:41.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-29T00:10:41.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-29T00:10:41.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-29T00:10:41.693Z
35202026-05-29T00:10:41.693Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35212026-05-29T00:10:42.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-29T00:10:42.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-29T00:10:42.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-29T00:10:42.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-05-29T00:10:42.319Z
35262026-05-29T00:10:42.319Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35272026-05-29T00:10:42.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-29T00:10:42.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-29T00:10:42.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-29T00:10:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-05-29T00:10:42.948Z
35322026-05-29T00:10:42.948Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35332026-05-29T00:10:43.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-29T00:10:43.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-29T00:10:43.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-29T00:10:43.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-29T00:10:43.573Z
35382026-05-29T00:10:43.574Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35392026-05-29T00:10:44.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-29T00:10:44.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-29T00:10:44.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-29T00:10:44.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-05-29T00:10:44.203Z
35442026-05-29T00:10:44.203Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35452026-05-29T00:10:44.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-29T00:10:44.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-29T00:10:44.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-29T00:10:44.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35492026-05-29T00:10:44.845Z
35502026-05-29T00:10:44.845Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35512026-05-29T00:10:45.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-29T00:10:45.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-29T00:10:45.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-29T00:10:45.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35552026-05-29T00:10:45.459Z
35562026-05-29T00:10:45.459Zinfo: running `cargo check --bins` on dns-server (175/295)
35572026-05-29T00:10:45.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-29T00:10:45.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-29T00:10:46.117Z Compiling parking_lot_core v0.8.6
35602026-05-29T00:10:46.117Z Compiling atomicwrites v0.4.4
35612026-05-29T00:10:46.120Z Compiling git-stub v1.0.0
35622026-05-29T00:10:46.120Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35632026-05-29T00:10:46.243Z Checking prefix-trie v0.7.0
35642026-05-29T00:10:46.354Z Compiling git-stub-vcs v0.1.0
35652026-05-29T00:10:46.531Z Checking hickory-server v0.25.2
35662026-05-29T00:10:46.628Z Checking parking_lot v0.11.2
35672026-05-29T00:10:46.632Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35682026-05-29T00:10:46.709Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35692026-05-29T00:10:46.712Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35702026-05-29T00:10:46.833Z Checking sled v0.34.7
35712026-05-29T00:10:48.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
35722026-05-29T00:10:48.914Z
35732026-05-29T00:10:48.914Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35742026-05-29T00:10:49.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-29T00:10:49.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-29T00:10:49.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-29T00:10:49.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-29T00:10:49.520Z
35792026-05-29T00:10:49.520Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35802026-05-29T00:10:50.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-29T00:10:50.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-29T00:10:50.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-29T00:10:50.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-05-29T00:10:50.135Z
35852026-05-29T00:10:50.135Zinfo: running `cargo check --bins` on sp-sim (178/295)
35862026-05-29T00:10:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-29T00:10:50.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-29T00:10:50.870Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35892026-05-29T00:10:52.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
35902026-05-29T00:10:52.859Z
35912026-05-29T00:10:52.859Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35922026-05-29T00:10:53.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-29T00:10:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-29T00:10:53.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-29T00:10:53.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35962026-05-29T00:10:53.518Z
35972026-05-29T00:10:53.519Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
35982026-05-29T00:10:54.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-29T00:10:54.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-29T00:10:54.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-29T00:10:54.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-29T00:10:54.182Z
36032026-05-29T00:10:54.182Zinfo: running `cargo check --bins` on db-macros (181/295)
36042026-05-29T00:10:54.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-29T00:10:54.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-29T00:10:54.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-29T00:10:54.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-29T00:10:54.775Z
36092026-05-29T00:10:54.775Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36102026-05-29T00:10:55.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-29T00:10:55.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-29T00:10:55.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-29T00:10:55.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-29T00:10:55.362Z
36152026-05-29T00:10:55.362Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36162026-05-29T00:10:55.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-29T00:10:55.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-29T00:10:55.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-29T00:10:55.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36202026-05-29T00:10:56.020Z
36212026-05-29T00:10:56.020Zinfo: running `cargo check --bins` on authz-macros (184/295)
36222026-05-29T00:10:56.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-29T00:10:56.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-29T00:10:56.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-29T00:10:56.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-05-29T00:10:56.611Z
36272026-05-29T00:10:56.611Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36282026-05-29T00:10:57.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-29T00:10:57.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-29T00:10:57.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-29T00:10:57.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36322026-05-29T00:10:57.262Z
36332026-05-29T00:10:57.262Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36342026-05-29T00:10:57.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-29T00:10:57.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-29T00:10:57.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-29T00:10:57.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-05-29T00:10:57.915Z
36392026-05-29T00:10:57.915Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36402026-05-29T00:10:58.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-29T00:10:58.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-29T00:10:58.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-29T00:10:58.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36442026-05-29T00:10:58.510Z
36452026-05-29T00:10:58.510Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36462026-05-29T00:10:59.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-29T00:10:59.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-29T00:10:59.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-29T00:10:59.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-29T00:10:59.102Z
36512026-05-29T00:10:59.102Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36522026-05-29T00:10:59.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-29T00:10:59.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-29T00:10:59.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-29T00:10:59.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-05-29T00:10:59.706Z
36572026-05-29T00:10:59.706Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36582026-05-29T00:11:00.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-29T00:11:00.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-29T00:11:00.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-29T00:11:00.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-29T00:11:00.296Z
36632026-05-29T00:11:00.296Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36642026-05-29T00:11:00.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-29T00:11:00.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-29T00:11:00.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-29T00:11:00.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-05-29T00:11:00.893Z
36692026-05-29T00:11:00.893Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36702026-05-29T00:11:01.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-29T00:11:01.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-29T00:11:01.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-29T00:11:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36742026-05-29T00:11:01.559Z
36752026-05-29T00:11:01.559Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36762026-05-29T00:11:02.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-29T00:11:02.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-29T00:11:02.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-29T00:11:02.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-05-29T00:11:02.224Z
36812026-05-29T00:11:02.225Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36822026-05-29T00:11:02.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-29T00:11:02.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-29T00:11:02.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-29T00:11:02.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-29T00:11:02.876Z
36872026-05-29T00:11:02.876Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36882026-05-29T00:11:03.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-29T00:11:03.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-29T00:11:03.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-29T00:11:03.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36922026-05-29T00:11:03.501Z
36932026-05-29T00:11:03.501Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
36942026-05-29T00:11:04.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-29T00:11:04.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-29T00:11:04.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-29T00:11:04.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-05-29T00:11:04.129Z
36992026-05-29T00:11:04.130Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37002026-05-29T00:11:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-29T00:11:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-29T00:11:04.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-29T00:11:04.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-05-29T00:11:04.758Z
37052026-05-29T00:11:04.758Zinfo: running `cargo check --bins` on key-manager (198/295)
37062026-05-29T00:11:05.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-29T00:11:05.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-29T00:11:05.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-29T00:11:05.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37102026-05-29T00:11:05.361Z
37112026-05-29T00:11:05.362Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37122026-05-29T00:11:05.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-29T00:11:05.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-29T00:11:05.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-29T00:11:05.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-05-29T00:11:05.988Z
37172026-05-29T00:11:05.988Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37182026-05-29T00:11:06.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-29T00:11:06.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-29T00:11:06.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-29T00:11:06.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37222026-05-29T00:11:06.617Z
37232026-05-29T00:11:06.617Zinfo: running `cargo check --bins` on typed-rng (201/295)
37242026-05-29T00:11:07.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-29T00:11:07.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-29T00:11:07.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-29T00:11:07.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-05-29T00:11:07.215Z
37292026-05-29T00:11:07.215Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37302026-05-29T00:11:07.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-29T00:11:07.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-29T00:11:08.087Z Compiling libefi-sys v0.1.0
37332026-05-29T00:11:08.223Z Compiling bitfield-struct v0.6.2
37342026-05-29T00:11:08.234Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37352026-05-29T00:11:08.242Z Compiling xshell-macros v0.2.7
37362026-05-29T00:11:08.271Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37372026-05-29T00:11:08.280Z Compiling typify-impl v0.4.3
37382026-05-29T00:11:08.285Z Compiling salty v0.3.0
37392026-05-29T00:11:08.285Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37402026-05-29T00:11:08.352Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37412026-05-29T00:11:08.435Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-05-29T00:11:08.588Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37432026-05-29T00:11:08.602Z Checking xshell v0.2.7
37442026-05-29T00:11:08.629Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37452026-05-29T00:11:08.797Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37462026-05-29T00:11:08.815Z Checking primeorder v0.13.6
37472026-05-29T00:11:08.833Z Compiling proc-macro-error-attr2 v2.0.0
37482026-05-29T00:11:08.848Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37492026-05-29T00:11:08.962Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37502026-05-29T00:11:08.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37512026-05-29T00:11:09.048Z Checking tungstenite v0.21.0
37522026-05-29T00:11:09.086Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-05-29T00:11:09.188Z Checking p384 v0.13.1
37542026-05-29T00:11:09.218Z Compiling proc-macro-error2 v2.0.1
37552026-05-29T00:11:09.260Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37562026-05-29T00:11:09.322Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37572026-05-29T00:11:09.604Z Compiling num-derive v0.3.3
37582026-05-29T00:11:09.811Z Compiling tabled_derive v0.11.0
37592026-05-29T00:11:09.916Z Checking tokio-tungstenite v0.21.0
37602026-05-29T00:11:10.202Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37612026-05-29T00:11:10.206Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37622026-05-29T00:11:10.487Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37632026-05-29T00:11:10.503Z Checking libscf-sys v1.1.0
37642026-05-29T00:11:10.674Z Checking papergrid v0.17.0
37652026-05-29T00:11:10.774Z Checking testing_table v0.3.0
37662026-05-29T00:11:10.875Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37672026-05-29T00:11:10.916Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37682026-05-29T00:11:10.974Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37692026-05-29T00:11:11.006Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37702026-05-29T00:11:11.221Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37712026-05-29T00:11:11.371Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37722026-05-29T00:11:11.405Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37732026-05-29T00:11:11.424Z Checking corncobs v0.1.4
37742026-05-29T00:11:11.463Z Compiling unicase v2.9.0
37752026-05-29T00:11:11.549Z Compiling illumos-nvpair-sys v0.2.0
37762026-05-29T00:11:11.566Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-29T00:11:11.653Z Checking tabled v0.20.0
37782026-05-29T00:11:11.672Z Compiling mime_guess v2.0.5
37792026-05-29T00:11:11.758Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37802026-05-29T00:11:11.801Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-05-29T00:11:11.831Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-05-29T00:11:12.025Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37832026-05-29T00:11:12.044Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37842026-05-29T00:11:12.097Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37852026-05-29T00:11:12.141Z Checking progenitor-client v0.11.2
37862026-05-29T00:11:12.211Z Checking secrecy v0.8.0
37872026-05-29T00:11:12.338Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37882026-05-29T00:11:12.625Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37892026-05-29T00:11:12.659Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37902026-05-29T00:11:12.765Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37912026-05-29T00:11:12.819Z Compiling typify-macro v0.4.3
37922026-05-29T00:11:12.867Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37932026-05-29T00:11:12.966Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37942026-05-29T00:11:12.982Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37952026-05-29T00:11:13.035Z Checking filetime v0.2.27
37962026-05-29T00:11:13.155Z Checking http-range v0.1.5
37972026-05-29T00:11:13.179Z Checking xattr v1.6.1
37982026-05-29T00:11:13.293Z Checking crc8 v0.1.1
37992026-05-29T00:11:13.398Z Checking tar v0.4.45
38002026-05-29T00:11:13.428Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-29T00:11:13.626Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38022026-05-29T00:11:13.766Z Checking illumos-nvpair v0.3.0
38032026-05-29T00:11:13.838Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38042026-05-29T00:11:13.926Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38052026-05-29T00:11:13.946Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38062026-05-29T00:11:14.241Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38072026-05-29T00:11:14.307Z Checking atty v0.2.14
38082026-05-29T00:11:14.310Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38092026-05-29T00:11:14.411Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38102026-05-29T00:11:14.427Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38112026-05-29T00:11:14.542Z Compiling typify v0.4.3
38122026-05-29T00:11:14.662Z Compiling progenitor-impl v0.11.2
38132026-05-29T00:11:14.828Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38142026-05-29T00:11:15.074Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38152026-05-29T00:11:15.127Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38162026-05-29T00:11:15.169Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38172026-05-29T00:11:15.340Z Checking hyper-staticfile v0.10.1
38182026-05-29T00:11:15.376Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38192026-05-29T00:11:15.607Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38202026-05-29T00:11:15.635Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38212026-05-29T00:11:15.709Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38222026-05-29T00:11:15.856Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38232026-05-29T00:11:15.967Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38242026-05-29T00:11:16.047Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38252026-05-29T00:11:16.224Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38262026-05-29T00:11:16.260Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38272026-05-29T00:11:16.423Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-05-29T00:11:16.500Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38292026-05-29T00:11:16.535Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38302026-05-29T00:11:16.714Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38312026-05-29T00:11:17.140Z Compiling progenitor-macro v0.11.2
38322026-05-29T00:11:19.567Z Checking progenitor v0.11.2
38332026-05-29T00:11:19.701Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38342026-05-29T00:11:19.895Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38352026-05-29T00:11:24.442Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38362026-05-29T00:11:35.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.15s
38372026-05-29T00:11:35.583Z
38382026-05-29T00:11:35.583Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38392026-05-29T00:11:36.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-05-29T00:11:36.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-05-29T00:11:36.374Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38422026-05-29T00:11:47.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38432026-05-29T00:11:47.279Z
38442026-05-29T00:11:47.279Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38452026-05-29T00:11:47.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-29T00:11:47.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-29T00:11:48.074Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-29T00:11:58.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38492026-05-29T00:11:59.040Z
38502026-05-29T00:11:59.040Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38512026-05-29T00:11:59.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-29T00:11:59.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-29T00:11:59.836Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-29T00:12:10.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38552026-05-29T00:12:10.794Z
38562026-05-29T00:12:10.794Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38572026-05-29T00:12:11.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-29T00:12:11.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-29T00:12:11.583Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-29T00:12:22.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38612026-05-29T00:12:22.473Z
38622026-05-29T00:12:22.473Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38632026-05-29T00:12:23.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-29T00:12:23.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-29T00:12:23.268Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-29T00:12:33.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38672026-05-29T00:12:34.203Z
38682026-05-29T00:12:34.203Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38692026-05-29T00:12:34.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-29T00:12:34.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-29T00:12:34.989Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-29T00:12:45.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38732026-05-29T00:12:45.884Z
38742026-05-29T00:12:45.884Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38752026-05-29T00:12:46.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-29T00:12:46.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-29T00:12:46.671Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-29T00:12:57.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38792026-05-29T00:12:57.613Z
38802026-05-29T00:12:57.613Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38812026-05-29T00:12:58.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-29T00:12:58.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-29T00:12:58.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-05-29T00:12:58.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38852026-05-29T00:12:58.220Z
38862026-05-29T00:12:58.220Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38872026-05-29T00:12:58.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-29T00:12:58.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-29T00:12:58.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-29T00:12:58.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-05-29T00:12:58.827Z
38922026-05-29T00:12:58.827Zinfo: running `cargo check --bins` on range-requests (212/295)
38932026-05-29T00:12:59.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-29T00:12:59.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-29T00:12:59.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-29T00:12:59.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38972026-05-29T00:12:59.428Z
38982026-05-29T00:12:59.428Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
38992026-05-29T00:12:59.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-29T00:12:59.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-29T00:12:59.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-29T00:12:59.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-05-29T00:13:00.026Z
39042026-05-29T00:13:00.026Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39052026-05-29T00:13:00.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-29T00:13:00.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-29T00:13:00.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-29T00:13:00.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39092026-05-29T00:13:00.647Z
39102026-05-29T00:13:00.647Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39112026-05-29T00:13:01.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-29T00:13:01.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-29T00:13:01.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-29T00:13:01.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-29T00:13:01.271Z
39162026-05-29T00:13:01.271Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39172026-05-29T00:13:01.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-29T00:13:01.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-29T00:13:01.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-29T00:13:01.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-29T00:13:01.892Z
39222026-05-29T00:13:01.892Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39232026-05-29T00:13:02.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-29T00:13:02.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-29T00:13:02.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-29T00:13:02.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-05-29T00:13:02.516Z
39282026-05-29T00:13:02.516Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39292026-05-29T00:13:03.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-29T00:13:03.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-29T00:13:03.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-29T00:13:03.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-05-29T00:13:03.141Z
39342026-05-29T00:13:03.141Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39352026-05-29T00:13:03.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-29T00:13:03.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-29T00:13:03.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-29T00:13:03.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-05-29T00:13:03.765Z
39402026-05-29T00:13:03.765Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39412026-05-29T00:13:04.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-29T00:13:04.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-29T00:13:04.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-29T00:13:04.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-05-29T00:13:04.390Z
39462026-05-29T00:13:04.390Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39472026-05-29T00:13:04.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-29T00:13:04.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-29T00:13:04.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-29T00:13:04.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39512026-05-29T00:13:05.013Z
39522026-05-29T00:13:05.013Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39532026-05-29T00:13:05.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-29T00:13:05.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-29T00:13:05.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-29T00:13:05.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-05-29T00:13:05.635Z
39582026-05-29T00:13:05.635Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39592026-05-29T00:13:06.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-29T00:13:06.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-29T00:13:06.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-29T00:13:06.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-29T00:13:06.256Z
39642026-05-29T00:13:06.256Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39652026-05-29T00:13:06.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-29T00:13:06.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-29T00:13:06.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-29T00:13:06.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39692026-05-29T00:13:06.912Z
39702026-05-29T00:13:06.912Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39712026-05-29T00:13:07.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-29T00:13:07.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-29T00:13:07.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-29T00:13:07.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39752026-05-29T00:13:07.539Z
39762026-05-29T00:13:07.539Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39772026-05-29T00:13:08.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-29T00:13:08.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-29T00:13:08.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-29T00:13:08.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-05-29T00:13:08.177Z
39822026-05-29T00:13:08.177Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39832026-05-29T00:13:08.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-29T00:13:08.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-29T00:13:08.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-29T00:13:08.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39872026-05-29T00:13:08.833Z
39882026-05-29T00:13:08.833Zinfo: running `cargo check --bins` on update-common (228/295)
39892026-05-29T00:13:09.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-29T00:13:09.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-29T00:13:09.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-29T00:13:09.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39932026-05-29T00:13:09.440Z
39942026-05-29T00:13:09.440Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
39952026-05-29T00:13:09.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-29T00:13:09.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-29T00:13:09.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-29T00:13:09.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39992026-05-29T00:13:10.092Z
40002026-05-29T00:13:10.092Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40012026-05-29T00:13:10.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-29T00:13:10.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-29T00:13:10.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-29T00:13:10.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40052026-05-29T00:13:10.674Z
40062026-05-29T00:13:10.674Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40072026-05-29T00:13:11.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-29T00:13:11.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-29T00:13:11.447Z Compiling fs-err v2.11.0
40102026-05-29T00:13:11.450Z Checking ignore v0.4.25
40112026-05-29T00:13:11.450Z Checking arc-swap v1.8.2
40122026-05-29T00:13:11.583Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40132026-05-29T00:13:11.583Z Checking predicates-tree v1.0.13
40142026-05-29T00:13:11.590Z Checking parse-size v1.1.0
40152026-05-29T00:13:11.614Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40162026-05-29T00:13:11.625Z Checking rand_seeder v0.4.0
40172026-05-29T00:13:11.680Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40182026-05-29T00:13:11.714Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40192026-05-29T00:13:11.782Z Checking slog-scope v4.4.1
40202026-05-29T00:13:11.797Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40212026-05-29T00:13:11.840Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-05-29T00:13:11.915Z Checking slog-stdlog v4.1.1
40232026-05-29T00:13:11.929Z Compiling petname v2.0.2
40242026-05-29T00:13:11.945Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40252026-05-29T00:13:11.964Z Checking globwalk v0.9.1
40262026-05-29T00:13:12.032Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40272026-05-29T00:13:12.032Z Checking slog-envlogger v2.2.0
40282026-05-29T00:13:12.139Z Checking camino-tempfile-ext v0.3.3
40292026-05-29T00:13:12.195Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40302026-05-29T00:13:12.229Z Checking sapling-renderdag v0.1.0
40312026-05-29T00:13:12.336Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40322026-05-29T00:13:12.386Z Checking subprocess v0.2.15
40332026-05-29T00:13:12.467Z Checking sync-ptr v0.1.4
40342026-05-29T00:13:12.572Z Checking colored v2.2.0
40352026-05-29T00:13:12.585Z Checking assert_matches v1.5.0
40362026-05-29T00:13:12.668Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40372026-05-29T00:13:12.852Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40382026-05-29T00:13:12.856Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40392026-05-29T00:13:13.566Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40402026-05-29T00:13:14.884Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40412026-05-29T00:13:17.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
40422026-05-29T00:13:17.276Z
40432026-05-29T00:13:17.277Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40442026-05-29T00:13:17.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-29T00:13:17.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-29T00:13:17.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-05-29T00:13:17.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40482026-05-29T00:13:17.872Z
40492026-05-29T00:13:17.872Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40502026-05-29T00:13:18.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-29T00:13:18.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-29T00:13:18.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-29T00:13:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40542026-05-29T00:13:18.485Z
40552026-05-29T00:13:18.485Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40562026-05-29T00:13:19.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-29T00:13:19.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-29T00:13:19.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-29T00:13:19.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40602026-05-29T00:13:19.147Z
40612026-05-29T00:13:19.147Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40622026-05-29T00:13:19.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-29T00:13:19.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-29T00:13:19.875Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40652026-05-29T00:13:19.878Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40662026-05-29T00:13:20.525Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40672026-05-29T00:13:22.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40682026-05-29T00:13:22.324Z
40692026-05-29T00:13:22.324Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40702026-05-29T00:13:22.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-29T00:13:22.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-29T00:13:22.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-05-29T00:13:22.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40742026-05-29T00:13:22.931Z
40752026-05-29T00:13:22.931Zinfo: running `cargo check --bins` on cert-dev (237/295)
40762026-05-29T00:13:23.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-29T00:13:23.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-29T00:13:23.540Z Checking yasna v0.5.2
40792026-05-29T00:13:23.944Z Checking rcgen v0.12.1
40802026-05-29T00:13:24.196Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40812026-05-29T00:13:24.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40822026-05-29T00:13:24.561Z
40832026-05-29T00:13:24.561Zinfo: running `cargo check --bins` on clickana (238/295)
40842026-05-29T00:13:25.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-29T00:13:25.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-29T00:13:25.213Z Compiling darling_core v0.23.0
40872026-05-29T00:13:25.323Z Compiling instability v0.3.11
40882026-05-29T00:13:25.326Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40892026-05-29T00:13:25.335Z Checking castaway v0.2.4
40902026-05-29T00:13:25.338Z Compiling indoc v2.0.7
40912026-05-29T00:13:25.350Z Checking unicode-truncate v1.1.0
40922026-05-29T00:13:25.353Z Checking lru v0.12.5
40932026-05-29T00:13:25.353Z Checking cassowary v0.3.0
40942026-05-29T00:13:25.429Z Checking compact_str v0.8.1
40952026-05-29T00:13:26.665Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40962026-05-29T00:13:26.754Z Compiling darling_macro v0.23.0
40972026-05-29T00:13:26.844Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40982026-05-29T00:13:27.161Z Compiling darling v0.23.0
40992026-05-29T00:13:27.790Z Checking ratatui v0.29.0
41002026-05-29T00:13:28.855Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41012026-05-29T00:13:29.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
41022026-05-29T00:13:29.723Z
41032026-05-29T00:13:29.723Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41042026-05-29T00:13:30.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-29T00:13:30.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-29T00:13:30.447Z Checking headers-core v0.3.0
41072026-05-29T00:13:30.450Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41082026-05-29T00:13:30.645Z Checking headers v0.4.1
41092026-05-29T00:13:31.011Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41102026-05-29T00:13:31.868Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41112026-05-29T00:13:32.368Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41122026-05-29T00:13:32.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41132026-05-29T00:13:32.994Z
41142026-05-29T00:13:32.994Zinfo: running `cargo check --bins` on ch-dev (240/295)
41152026-05-29T00:13:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-29T00:13:33.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-29T00:13:33.721Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41182026-05-29T00:13:34.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41192026-05-29T00:13:34.674Z
41202026-05-29T00:13:34.674Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41212026-05-29T00:13:35.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-29T00:13:35.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-29T00:13:35.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-29T00:13:35.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41252026-05-29T00:13:35.141Z
41262026-05-29T00:13:35.141Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41272026-05-29T00:13:35.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-29T00:13:35.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-29T00:13:35.864Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41302026-05-29T00:13:36.854Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41312026-05-29T00:13:37.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41322026-05-29T00:13:37.401Z
41332026-05-29T00:13:37.401Zinfo: running `cargo check --bins` on db-dev (243/295)
41342026-05-29T00:13:37.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-29T00:13:37.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-29T00:13:38.131Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41372026-05-29T00:13:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41382026-05-29T00:13:39.098Z
41392026-05-29T00:13:39.098Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41402026-05-29T00:13:39.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-29T00:13:39.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-29T00:13:39.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41432026-05-29T00:13:39.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41442026-05-29T00:13:39.741Z
41452026-05-29T00:13:39.741Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41462026-05-29T00:13:40.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-29T00:13:40.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-29T00:13:40.361Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41492026-05-29T00:13:41.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41502026-05-29T00:13:41.209Z
41512026-05-29T00:13:41.209Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41522026-05-29T00:13:41.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-29T00:13:41.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-29T00:13:41.968Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41552026-05-29T00:13:41.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41562026-05-29T00:13:41.968Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41572026-05-29T00:13:41.971Z Checking git-stub v1.0.0
41582026-05-29T00:13:41.971Z Compiling trait-variant v0.1.2
41592026-05-29T00:13:41.971Z Checking maplit v1.0.2
41602026-05-29T00:13:42.095Z Checking is_ci v1.2.0
41612026-05-29T00:13:42.107Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41622026-05-29T00:13:42.181Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41632026-05-29T00:13:42.222Z Checking supports-color v3.0.2
41642026-05-29T00:13:42.235Z Checking git-stub-vcs v0.1.0
41652026-05-29T00:13:42.304Z Checking drift v0.2.0
41662026-05-29T00:13:42.345Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41672026-05-29T00:13:42.388Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41682026-05-29T00:13:42.429Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41692026-05-29T00:13:42.602Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41702026-05-29T00:13:42.625Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41712026-05-29T00:13:42.640Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41722026-05-29T00:13:42.656Z Checking dropshot-api-manager v0.7.2
41732026-05-29T00:13:42.868Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41742026-05-29T00:13:42.900Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-05-29T00:13:43.048Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41762026-05-29T00:13:43.386Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41772026-05-29T00:13:48.306Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41782026-05-29T00:13:49.390Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792026-05-29T00:13:49.954Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41802026-05-29T00:13:50.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
41812026-05-29T00:13:50.595Z
41822026-05-29T00:13:50.595Zinfo: running `cargo check --bins` on installinator-api (247/295)
41832026-05-29T00:13:51.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-05-29T00:13:51.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-05-29T00:13:51.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-05-29T00:13:51.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41872026-05-29T00:13:51.194Z
41882026-05-29T00:13:51.194Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41892026-05-29T00:13:51.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-29T00:13:51.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-29T00:13:51.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-29T00:13:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41932026-05-29T00:13:51.832Z
41942026-05-29T00:13:51.832Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
41952026-05-29T00:13:52.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-29T00:13:52.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-29T00:13:52.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-29T00:13:52.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-05-29T00:13:52.478Z
42002026-05-29T00:13:52.478Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42012026-05-29T00:13:53.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-29T00:13:53.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-29T00:13:53.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-29T00:13:53.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-05-29T00:13:53.129Z
42062026-05-29T00:13:53.130Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42072026-05-29T00:13:53.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-29T00:13:53.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-29T00:13:53.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-29T00:13:53.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42112026-05-29T00:13:53.731Z
42122026-05-29T00:13:53.731Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42132026-05-29T00:13:54.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-29T00:13:54.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-29T00:13:54.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-29T00:13:54.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42172026-05-29T00:13:54.318Z
42182026-05-29T00:13:54.318Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42192026-05-29T00:13:54.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-29T00:13:54.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-29T00:13:54.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-29T00:13:54.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42232026-05-29T00:13:54.932Z
42242026-05-29T00:13:54.932Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42252026-05-29T00:13:55.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-29T00:13:55.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-29T00:13:55.542Z Checking typeid v1.0.3
42282026-05-29T00:13:55.655Z Checking ordered-float v2.10.1
42292026-05-29T00:13:55.675Z Checking unicode-xid v0.2.6
42302026-05-29T00:13:55.687Z Checking cargo-platform v0.2.0
42312026-05-29T00:13:55.698Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42322026-05-29T00:13:55.724Z Checking erased-serde v0.4.9
42332026-05-29T00:13:55.866Z Checking serde-value v0.7.0
42342026-05-29T00:13:56.031Z Checking serde-untagged v0.1.9
42352026-05-29T00:13:56.188Z Checking cargo-util-schemas v0.8.2
42362026-05-29T00:13:56.876Z Checking cargo_metadata v0.21.0
42372026-05-29T00:13:57.483Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42382026-05-29T00:13:58.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
42392026-05-29T00:13:58.394Z
42402026-05-29T00:13:58.394Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42412026-05-29T00:13:58.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-29T00:13:58.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-29T00:13:59.127Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42442026-05-29T00:13:59.764Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42452026-05-29T00:14:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42462026-05-29T00:14:00.485Z
42472026-05-29T00:14:00.485Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42482026-05-29T00:14:01.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-29T00:14:01.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-29T00:14:01.442Z Compiling vergen-lib v0.1.6
42512026-05-29T00:14:01.442Z Compiling vergen-gitcl v1.0.8
42522026-05-29T00:14:01.442Z Compiling dirs-sys-next v0.1.2
42532026-05-29T00:14:01.442Z Compiling crunchy v0.2.4
42542026-05-29T00:14:01.445Z Compiling diesel_derives v2.3.7
42552026-05-29T00:14:01.445Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42562026-05-29T00:14:01.445Z Compiling glob v0.3.3
42572026-05-29T00:14:01.618Z Compiling dsl_auto_type v0.2.0
42582026-05-29T00:14:01.798Z Compiling dirs-next v2.0.0
42592026-05-29T00:14:01.832Z Checking scheduled-thread-pool v0.2.7
42602026-05-29T00:14:01.882Z Compiling diesel_table_macro_syntax v0.3.0
42612026-05-29T00:14:01.897Z Compiling tiny-keccak v2.0.2
42622026-05-29T00:14:01.971Z Compiling clang-sys v1.8.1
42632026-05-29T00:14:01.986Z Checking r2d2 v0.8.10
42642026-05-29T00:14:02.001Z Compiling term v0.7.0
42652026-05-29T00:14:02.125Z Checking downcast-rs v2.0.2
42662026-05-29T00:14:02.166Z Compiling bit-vec v0.6.3
42672026-05-29T00:14:02.239Z Compiling itertools v0.10.5
42682026-05-29T00:14:02.346Z Compiling bit-set v0.5.3
42692026-05-29T00:14:02.391Z Compiling ascii-canvas v3.0.0
42702026-05-29T00:14:02.507Z Compiling ena v0.14.4
42712026-05-29T00:14:02.568Z Compiling libloading v0.8.9
42722026-05-29T00:14:02.637Z Compiling regex-syntax v0.6.29
42732026-05-29T00:14:02.654Z Compiling bindgen v0.71.1
42742026-05-29T00:14:02.680Z Compiling diff v0.1.13
42752026-05-29T00:14:02.780Z Compiling cexpr v0.6.0
42762026-05-29T00:14:02.959Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-05-29T00:14:03.123Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-05-29T00:14:03.154Z Compiling rustc-hash v2.1.1
42792026-05-29T00:14:03.295Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42802026-05-29T00:14:03.314Z Compiling libxml v0.3.3
42812026-05-29T00:14:03.335Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42822026-05-29T00:14:03.483Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42832026-05-29T00:14:03.577Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42842026-05-29T00:14:03.806Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42852026-05-29T00:14:03.846Z Compiling strum_macros v0.24.3
42862026-05-29T00:14:03.903Z Compiling indoc v1.0.9
42872026-05-29T00:14:04.003Z Compiling lalrpop v0.19.12
42882026-05-29T00:14:04.778Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-05-29T00:14:04.973Z Checking derive_builder v0.20.2
42902026-05-29T00:14:05.097Z Compiling oso-derive v0.27.3
42912026-05-29T00:14:05.204Z Checking quick-xml v0.37.5
42922026-05-29T00:14:05.232Z Compiling impl-trait-for-tuples v0.2.3
42932026-05-29T00:14:05.600Z Checking openssl-probe v0.1.6
42942026-05-29T00:14:05.746Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42952026-05-29T00:14:06.076Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-05-29T00:14:06.275Z Checking bb8 v0.8.6
42972026-05-29T00:14:06.469Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-05-29T00:14:06.487Z Compiling libz-sys v1.1.24
42992026-05-29T00:14:06.563Z Checking nonempty v0.12.0
43002026-05-29T00:14:06.685Z Compiling strsim v0.10.0
43012026-05-29T00:14:06.736Z Compiling libgit2-sys v0.18.3+1.9.2
43022026-05-29T00:14:06.802Z Compiling vergen-git2 v9.1.0
43032026-05-29T00:14:06.933Z Compiling darling_core v0.13.4
43042026-05-29T00:14:07.046Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43052026-05-29T00:14:07.123Z Compiling base64 v0.21.7
43062026-05-29T00:14:07.243Z Compiling rustls v0.21.12
43072026-05-29T00:14:07.456Z Compiling ron v0.8.1
43082026-05-29T00:14:07.502Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43092026-05-29T00:14:07.591Z Checking diesel v2.3.7
43102026-05-29T00:14:08.470Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43112026-05-29T00:14:08.473Z Checking sct v0.7.1
43122026-05-29T00:14:08.631Z Checking rustls-webpki v0.101.7
43132026-05-29T00:14:08.694Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43142026-05-29T00:14:08.855Z Compiling darling_macro v0.13.4
43152026-05-29T00:14:09.336Z Compiling darling v0.13.4
43162026-05-29T00:14:09.434Z Compiling serde_with_macros v1.5.2
43172026-05-29T00:14:09.592Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43182026-05-29T00:14:10.279Z Compiling serde_with v1.14.0
43192026-05-29T00:14:10.303Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43202026-05-29T00:14:11.291Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43212026-05-29T00:14:11.408Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43222026-05-29T00:14:12.054Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43232026-05-29T00:14:12.726Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43242026-05-29T00:14:12.921Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-05-29T00:14:12.939Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43262026-05-29T00:14:12.979Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-05-29T00:14:13.112Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43282026-05-29T00:14:13.132Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43292026-05-29T00:14:13.353Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43302026-05-29T00:14:13.370Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43312026-05-29T00:14:13.387Z Checking tokio-rustls v0.24.1
43322026-05-29T00:14:13.595Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43332026-05-29T00:14:14.176Z Checking rustls-pemfile v1.0.4
43342026-05-29T00:14:14.225Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43352026-05-29T00:14:14.324Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43362026-05-29T00:14:14.434Z Checking twox-hash v2.1.2
43372026-05-29T00:14:14.517Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-05-29T00:14:14.767Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43392026-05-29T00:14:14.796Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43402026-05-29T00:14:14.901Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43412026-05-29T00:14:15.057Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43422026-05-29T00:14:16.359Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43432026-05-29T00:14:16.457Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43442026-05-29T00:14:16.798Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43452026-05-29T00:14:17.016Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43462026-05-29T00:14:17.055Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43472026-05-29T00:14:17.477Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43482026-05-29T00:14:17.568Z Checking console v0.16.2
43492026-05-29T00:14:17.917Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43502026-05-29T00:14:18.071Z Checking fatfs v0.3.6
43512026-05-29T00:14:18.505Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43522026-05-29T00:14:18.554Z Compiling seq-macro v0.3.6
43532026-05-29T00:14:19.066Z Checking unit-prefix v0.5.2
43542026-05-29T00:14:19.208Z Checking indicatif v0.18.4
43552026-05-29T00:14:19.667Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43562026-05-29T00:14:19.844Z Checking support-bundle-viewer v0.1.2
43572026-05-29T00:14:19.861Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43582026-05-29T00:14:20.090Z Checking multimap v0.10.1
43592026-05-29T00:14:25.923Z Checking async-bb8-diesel v0.2.1
43602026-05-29T00:14:26.292Z Checking diesel-dtrace v0.5.0
43612026-05-29T00:14:28.780Z Compiling samael v0.0.19
43622026-05-29T00:14:34.074Z Compiling git2 v0.20.4
43632026-05-29T00:14:35.502Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43642026-05-29T00:14:36.297Z Compiling polar-core v0.27.3
43652026-05-29T00:14:36.581Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43662026-05-29T00:14:40.844Z Checking oso v0.27.3
43672026-05-29T00:15:08.477Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43682026-05-29T00:16:19.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43692026-05-29T00:16:19.416Z
43702026-05-29T00:16:19.416Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43712026-05-29T00:16:20.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-29T00:16:20.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-29T00:16:20.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-05-29T00:16:20.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43752026-05-29T00:16:20.123Z
43762026-05-29T00:16:20.123Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43772026-05-29T00:16:20.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-29T00:16:20.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-29T00:16:20.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-29T00:16:20.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43812026-05-29T00:16:20.785Z
43822026-05-29T00:16:20.785Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43832026-05-29T00:16:21.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-29T00:16:21.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-29T00:16:21.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-29T00:16:21.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43872026-05-29T00:16:21.452Z
43882026-05-29T00:16:21.453Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43892026-05-29T00:16:21.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-29T00:16:21.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-29T00:16:21.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-29T00:16:21.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43932026-05-29T00:16:22.048Z
43942026-05-29T00:16:22.049Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
43952026-05-29T00:16:22.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-29T00:16:22.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-29T00:16:22.892Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-05-29T00:16:23.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
43992026-05-29T00:16:23.889Z
44002026-05-29T00:16:23.889Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44012026-05-29T00:16:24.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-29T00:16:24.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-29T00:16:24.723Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-29T00:17:01.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.44s
44052026-05-29T00:17:01.575Z
44062026-05-29T00:17:01.575Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44072026-05-29T00:17:02.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-29T00:17:02.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-29T00:17:02.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-05-29T00:17:02.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44112026-05-29T00:17:02.147Z
44122026-05-29T00:17:02.147Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44132026-05-29T00:17:02.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-29T00:17:02.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-29T00:17:02.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-29T00:17:02.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44172026-05-29T00:17:02.786Z
44182026-05-29T00:17:02.786Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44192026-05-29T00:17:03.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-29T00:17:03.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-29T00:17:03.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-29T00:17:03.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44232026-05-29T00:17:03.455Z
44242026-05-29T00:17:03.455Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44252026-05-29T00:17:04.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-29T00:17:04.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-29T00:17:04.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-29T00:17:04.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44292026-05-29T00:17:04.122Z
44302026-05-29T00:17:04.122Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44312026-05-29T00:17:04.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-29T00:17:04.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-29T00:17:04.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-29T00:17:04.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44352026-05-29T00:17:04.780Z
44362026-05-29T00:17:04.780Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44372026-05-29T00:17:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-29T00:17:05.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-29T00:17:05.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-29T00:17:05.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44412026-05-29T00:17:05.444Z
44422026-05-29T00:17:05.444Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44432026-05-29T00:17:06.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-29T00:17:06.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-29T00:17:06.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-29T00:17:06.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44472026-05-29T00:17:06.115Z
44482026-05-29T00:17:06.116Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44492026-05-29T00:17:06.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-29T00:17:06.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-29T00:17:06.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-29T00:17:06.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44532026-05-29T00:17:06.792Z
44542026-05-29T00:17:06.792Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44552026-05-29T00:17:07.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-29T00:17:07.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-29T00:17:07.709Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44582026-05-29T00:17:07.712Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44592026-05-29T00:17:07.901Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44602026-05-29T00:17:07.929Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44612026-05-29T00:17:07.947Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44622026-05-29T00:17:07.951Z Checking diff v0.1.13
44632026-05-29T00:17:07.951Z Checking yansi v1.0.1
44642026-05-29T00:17:07.991Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44652026-05-29T00:17:08.036Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44662026-05-29T00:17:08.233Z Checking pretty_assertions v1.4.1
44672026-05-29T00:17:08.864Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44682026-05-29T00:17:09.020Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44692026-05-29T00:17:33.009Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44702026-05-29T00:17:33.012Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44712026-05-29T00:17:33.013Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44722026-05-29T00:17:33.013Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44732026-05-29T00:17:33.013Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44742026-05-29T00:17:33.013Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44752026-05-29T00:17:33.816Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44762026-05-29T00:17:33.819Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44772026-05-29T00:17:35.039Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44782026-05-29T00:18:11.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44792026-05-29T00:18:11.534Z
44802026-05-29T00:18:11.534Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44812026-05-29T00:18:12.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-05-29T00:18:12.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-05-29T00:18:12.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-05-29T00:18:12.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44852026-05-29T00:18:12.138Z
44862026-05-29T00:18:12.138Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44872026-05-29T00:18:12.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-29T00:18:12.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-29T00:18:12.918Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44902026-05-29T00:18:13.044Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44912026-05-29T00:18:13.047Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44922026-05-29T00:18:39.069Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44932026-05-29T00:18:39.453Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44942026-05-29T00:18:41.161Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44952026-05-29T00:18:41.613Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44962026-05-29T00:18:44.545Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44972026-05-29T00:19:07.396Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44982026-05-29T00:19:08.106Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44992026-05-29T00:19:09.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.60s
45002026-05-29T00:19:09.966Z
45012026-05-29T00:19:09.966Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45022026-05-29T00:19:10.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-05-29T00:19:10.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-05-29T00:19:10.707Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45052026-05-29T00:19:11.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45062026-05-29T00:19:11.607Z
45072026-05-29T00:19:11.607Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45082026-05-29T00:19:12.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-29T00:19:12.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-29T00:19:12.274Z Compiling blake3 v1.8.3
45112026-05-29T00:19:12.384Z Checking arrayref v0.3.9
45122026-05-29T00:19:12.384Z Checking arrayvec v0.7.6
45132026-05-29T00:19:12.387Z Checking constant_time_eq v0.4.2
45142026-05-29T00:19:12.404Z Checking topological-sort v0.2.2
45152026-05-29T00:19:12.406Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45162026-05-29T00:19:12.406Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45172026-05-29T00:19:12.406Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45182026-05-29T00:19:12.447Z Checking shell-words v1.1.1
45192026-05-29T00:19:13.180Z Checking omicron-zone-package v0.12.2
45202026-05-29T00:19:13.906Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45212026-05-29T00:19:14.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45222026-05-29T00:19:14.958Z
45232026-05-29T00:19:14.958Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45242026-05-29T00:19:15.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-29T00:19:15.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-29T00:19:15.616Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45272026-05-29T00:19:15.938Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45282026-05-29T00:19:16.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45292026-05-29T00:19:16.518Z
45302026-05-29T00:19:16.518Zinfo: running `cargo check --bins` on schema (277/295)
45312026-05-29T00:19:17.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-29T00:19:17.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-29T00:19:17.266Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45342026-05-29T00:19:17.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45352026-05-29T00:19:18.154Z
45362026-05-29T00:19:18.154Zinfo: running `cargo check --bins` on xtask (278/295)
45372026-05-29T00:19:18.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-29T00:19:18.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-29T00:19:18.614Z Checking libc v0.2.185
45402026-05-29T00:19:18.695Z Checking serde v1.0.228
45412026-05-29T00:19:18.702Z Checking zerofrom v0.1.6
45422026-05-29T00:19:18.707Z Checking bitflags v2.11.0
45432026-05-29T00:19:18.712Z Checking smallvec v1.15.1
45442026-05-29T00:19:18.719Z Checking indexmap v2.14.0
45452026-05-29T00:19:18.728Z Checking serde_json v1.0.149
45462026-05-29T00:19:18.732Z Checking num-traits v0.2.19
45472026-05-29T00:19:18.802Z Checking yoke v0.8.1
45482026-05-29T00:19:18.853Z Checking scroll v0.12.0
45492026-05-29T00:19:18.882Z Checking thiserror v1.0.69
45502026-05-29T00:19:18.971Z Checking zerovec v0.11.5
45512026-05-29T00:19:18.980Z Checking zerotrie v0.2.3
45522026-05-29T00:19:18.991Z Checking errno v0.3.14
45532026-05-29T00:19:19.077Z Checking percent-encoding v2.3.2
45542026-05-29T00:19:19.087Z Checking toml_datetime v0.6.11
45552026-05-29T00:19:19.105Z Checking rustix v1.1.3
45562026-05-29T00:19:19.212Z Checking serde_spanned v0.6.9
45572026-05-29T00:19:19.223Z Checking log v0.4.29
45582026-05-29T00:19:19.247Z Checking form_urlencoded v1.2.2
45592026-05-29T00:19:19.262Z Checking ordered-float v2.10.1
45602026-05-29T00:19:19.262Z Checking zerocopy v0.7.35
45612026-05-29T00:19:19.326Z Checking getrandom v0.4.1
45622026-05-29T00:19:19.338Z Checking toml_edit v0.22.27
45632026-05-29T00:19:19.369Z Checking goblin v0.8.2
45642026-05-29T00:19:19.378Z Checking thiserror v2.0.18
45652026-05-29T00:19:19.403Z Checking tinystr v0.8.2
45662026-05-29T00:19:19.472Z Checking potential_utf v0.1.4
45672026-05-29T00:19:19.488Z Checking syn v2.0.117
45682026-05-29T00:19:19.498Z Checking serde-value v0.7.0
45692026-05-29T00:19:19.579Z Checking icu_locale_core v2.1.1
45702026-05-29T00:19:19.606Z Checking icu_collections v2.1.1
45712026-05-29T00:19:19.700Z Checking dtrace-parser v0.2.0
45722026-05-29T00:19:19.760Z Checking thread-id v4.2.2
45732026-05-29T00:19:19.842Z Checking once_cell v1.21.3
45742026-05-29T00:19:19.900Z Checking terminal_size v0.4.3
45752026-05-29T00:19:19.923Z Checking cargo-platform v0.2.0
45762026-05-29T00:19:19.934Z Checking memmap v0.7.0
45772026-05-29T00:19:20.013Z Checking clap_builder v4.5.60
45782026-05-29T00:19:20.016Z Checking tempfile v3.25.0
45792026-05-29T00:19:20.061Z Checking textwrap v0.16.2
45802026-05-29T00:19:20.098Z Checking fs-err v3.3.0
45812026-05-29T00:19:20.131Z Checking icu_provider v2.1.1
45822026-05-29T00:19:20.216Z Checking camino-tempfile v1.4.1
45832026-05-29T00:19:20.271Z Checking tabled v0.15.0
45842026-05-29T00:19:20.281Z Checking anyhow v1.0.102
45852026-05-29T00:19:20.367Z Checking icu_normalizer v2.1.1
45862026-05-29T00:19:20.378Z Checking icu_properties v2.1.2
45872026-05-29T00:19:20.432Z Checking toml v0.8.23
45882026-05-29T00:19:20.476Z Checking macaddr v1.0.1
45892026-05-29T00:19:20.657Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45902026-05-29T00:19:20.749Z Checking cargo_toml v0.21.0
45912026-05-29T00:19:21.190Z Checking idna_adapter v1.2.1
45922026-05-29T00:19:21.218Z Checking clap v4.5.60
45932026-05-29T00:19:21.260Z Checking dof v0.3.0
45942026-05-29T00:19:21.304Z Checking idna v1.1.0
45952026-05-29T00:19:21.524Z Checking usdt-impl v0.5.0
45962026-05-29T00:19:21.535Z Checking url v2.5.8
45972026-05-29T00:19:21.770Z Checking usdt v0.5.0
45982026-05-29T00:19:21.868Z Checking cargo-util-schemas v0.8.2
45992026-05-29T00:19:22.568Z Checking cargo_metadata v0.21.0
46002026-05-29T00:19:23.184Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46012026-05-29T00:19:23.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
46022026-05-29T00:19:23.722Z
46032026-05-29T00:19:23.722Zinfo: running `cargo check --bins` on dnsadm (279/295)
46042026-05-29T00:19:24.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-05-29T00:19:24.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-05-29T00:19:24.361Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46072026-05-29T00:19:24.837Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46082026-05-29T00:19:25.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46092026-05-29T00:19:25.431Z
46102026-05-29T00:19:25.431Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46112026-05-29T00:19:26.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-29T00:19:26.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-29T00:19:26.236Z Checking polyval v0.6.2
46142026-05-29T00:19:26.363Z Checking ctr v0.9.2
46152026-05-29T00:19:26.374Z Checking ssh-encoding v0.2.0
46162026-05-29T00:19:26.374Z Checking blowfish v0.9.1
46172026-05-29T00:19:26.399Z Checking password-hash v0.4.2
46182026-05-29T00:19:26.409Z Checking p256 v0.13.2
46192026-05-29T00:19:26.409Z Checking p521 v0.13.3
46202026-05-29T00:19:26.435Z Checking russh-cryptovec v0.7.3
46212026-05-29T00:19:26.502Z Checking ghash v0.5.1
46222026-05-29T00:19:26.524Z Checking md5 v0.7.0
46232026-05-29T00:19:26.542Z Checking bcrypt-pbkdf v0.10.0
46242026-05-29T00:19:26.556Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46252026-05-29T00:19:26.561Z Checking num-bigint v0.4.6
46262026-05-29T00:19:26.609Z Checking pbkdf2 v0.11.0
46272026-05-29T00:19:26.625Z Checking aes-gcm v0.10.3
46282026-05-29T00:19:26.652Z Checking des v0.8.1
46292026-05-29T00:19:26.693Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46302026-05-29T00:19:26.729Z Checking hex-literal v0.4.1
46312026-05-29T00:19:26.785Z Checking ssh-cipher v0.2.0
46322026-05-29T00:19:26.788Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46332026-05-29T00:19:26.811Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46342026-05-29T00:19:26.811Z Checking socket2 v0.5.10
46352026-05-29T00:19:26.838Z Checking internet-checksum v0.2.1
46362026-05-29T00:19:26.956Z Checking ssh-key v0.6.7
46372026-05-29T00:19:27.077Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46382026-05-29T00:19:27.593Z Checking russh-keys v0.45.0
46392026-05-29T00:19:28.153Z Checking russh v0.45.0
46402026-05-29T00:19:44.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s
46412026-05-29T00:19:44.650Z
46422026-05-29T00:19:44.650Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46432026-05-29T00:19:45.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-05-29T00:19:45.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-05-29T00:19:45.290Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46462026-05-29T00:19:45.400Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46472026-05-29T00:19:45.407Z Checking termios v0.3.3
46482026-05-29T00:19:46.618Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46492026-05-29T00:19:46.765Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46502026-05-29T00:19:48.550Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46512026-05-29T00:19:49.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
46522026-05-29T00:19:49.297Z
46532026-05-29T00:19:49.297Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46542026-05-29T00:19:49.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-29T00:19:49.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-29T00:19:50.017Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46572026-05-29T00:19:50.020Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46582026-05-29T00:19:50.143Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46592026-05-29T00:19:50.146Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46602026-05-29T00:19:50.158Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46612026-05-29T00:19:50.168Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46622026-05-29T00:19:50.878Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46632026-05-29T00:19:51.219Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46642026-05-29T00:19:51.219Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46652026-05-29T00:19:51.857Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46662026-05-29T00:19:53.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
46672026-05-29T00:19:53.699Z
46682026-05-29T00:19:53.699Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46692026-05-29T00:19:54.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-29T00:19:54.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-29T00:19:54.336Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46722026-05-29T00:19:54.790Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46732026-05-29T00:19:55.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46742026-05-29T00:19:55.305Z
46752026-05-29T00:19:55.305Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46762026-05-29T00:19:55.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-29T00:19:55.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-29T00:19:55.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-05-29T00:19:55.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46802026-05-29T00:19:55.904Z
46812026-05-29T00:19:55.904Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46822026-05-29T00:19:56.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-29T00:19:56.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-29T00:19:56.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-29T00:19:56.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-29T00:19:56.497Z
46872026-05-29T00:19:56.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46882026-05-29T00:19:57.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-29T00:19:57.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-29T00:19:57.260Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46912026-05-29T00:19:57.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
46922026-05-29T00:19:58.084Z
46932026-05-29T00:19:58.084Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
46942026-05-29T00:19:58.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-29T00:19:58.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-29T00:19:58.738Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46972026-05-29T00:19:58.742Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46982026-05-29T00:19:59.015Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46992026-05-29T00:19:59.016Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47002026-05-29T00:19:59.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47012026-05-29T00:20:00.013Z
47022026-05-29T00:20:00.013Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47032026-05-29T00:20:00.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-05-29T00:20:00.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-05-29T00:20:00.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47062026-05-29T00:20:00.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47072026-05-29T00:20:00.605Z
47082026-05-29T00:20:00.605Zinfo: running `cargo check --bins` on omicron-package (289/295)
47092026-05-29T00:20:01.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-29T00:20:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-29T00:20:01.290Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47122026-05-29T00:20:02.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47132026-05-29T00:20:02.573Z
47142026-05-29T00:20:02.573Zinfo: running `cargo check --bins` on tqdb (290/295)
47152026-05-29T00:20:03.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-29T00:20:03.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-29T00:20:03.363Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47182026-05-29T00:20:03.720Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47192026-05-29T00:20:04.232Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47202026-05-29T00:20:04.232Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47212026-05-29T00:20:10.223Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47222026-05-29T00:20:10.226Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47232026-05-29T00:20:10.797Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47242026-05-29T00:20:10.797Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47252026-05-29T00:20:10.800Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47262026-05-29T00:20:10.801Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47272026-05-29T00:20:11.548Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47282026-05-29T00:20:12.539Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47292026-05-29T00:20:13.307Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47302026-05-29T00:20:13.922Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47312026-05-29T00:20:18.307Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47322026-05-29T00:20:24.704Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47332026-05-29T00:20:24.707Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47342026-05-29T00:20:24.707Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47352026-05-29T00:20:24.707Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47362026-05-29T00:20:26.171Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47372026-05-29T00:20:27.509Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47382026-05-29T00:20:28.184Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47392026-05-29T00:20:29.431Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47402026-05-29T00:20:29.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s
47412026-05-29T00:20:30.188Z
47422026-05-29T00:20:30.188Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47432026-05-29T00:20:30.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47442026-05-29T00:20:30.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47452026-05-29T00:20:30.905Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47462026-05-29T00:20:30.908Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47472026-05-29T00:20:30.908Z Checking rtoolbox v0.0.3
47482026-05-29T00:20:31.038Z Checking tui-tree-widget v0.23.1
47492026-05-29T00:20:31.131Z Checking rpassword v7.4.0
47502026-05-29T00:20:32.164Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47512026-05-29T00:20:35.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47522026-05-29T00:20:36.976Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47532026-05-29T00:20:37.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
47542026-05-29T00:20:38.112Z
47552026-05-29T00:20:38.112Zinfo: running `cargo check --bins` on wicket (292/295)
47562026-05-29T00:20:38.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47572026-05-29T00:20:38.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47582026-05-29T00:20:38.778Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47592026-05-29T00:20:39.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47602026-05-29T00:20:39.357Z
47612026-05-29T00:20:39.357Zinfo: running `cargo check --bins` on wicketd (293/295)
47622026-05-29T00:20:39.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-29T00:20:39.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-29T00:20:40.070Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47652026-05-29T00:20:40.070Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47662026-05-29T00:20:40.099Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47672026-05-29T00:20:40.201Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47682026-05-29T00:20:41.116Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47692026-05-29T00:20:41.648Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47702026-05-29T00:20:44.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
47712026-05-29T00:20:44.807Z
47722026-05-29T00:20:44.807Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47732026-05-29T00:20:45.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-05-29T00:20:45.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-05-29T00:20:45.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47762026-05-29T00:20:45.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47772026-05-29T00:20:45.418Z
47782026-05-29T00:20:45.418Zinfo: running `cargo check --bins` on zone-setup (295/295)
47792026-05-29T00:20:45.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-29T00:20:46.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-29T00:20:46.111Z Checking uzers v0.12.2
47822026-05-29T00:20:46.374Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47832026-05-29T00:20:47.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47842026-05-29T00:20:47.310Z
47852026-05-29T00:20:47.310Zreal 14:07.866840646
47862026-05-29T00:20:47.310Zuser 21:09.942389027
47872026-05-29T00:20:47.310Zsys 4:24.440884564
47882026-05-29T00:20:47.310Ztrap 0.341515166
47892026-05-29T00:20:47.310Ztflt 1.400808677
47902026-05-29T00:20:47.310Zdflt 1.487486371
47912026-05-29T00:20:47.314Zkflt 0.023772075
47922026-05-29T00:20:47.314Zlock 1:18:49.020608920
47932026-05-29T00:20:47.314Zslp 1:41:41.877510657
47942026-05-29T00:20:47.314Zlat 56.909493593
47952026-05-29T00:20:47.314Zstop 3:38.316315868
47962026-05-29T00:20:47.314Zprocess exited: duration 986539 ms, exit code 0
 
47972026-05-29T00:20:47.333Zfound 0 output files