01KR4T09GMF03KGBTRC8C7HBDM: 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: 01KR4T0P3GK2HCCFW2G6J9AYCZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T22:07:04.288Zjob assigned to worker 01KR4T0T8J0E3H3ZEF92J5YH36 [factory aws, i-07b2323f204f81584] (queued for 1 m 0 s)
 
22026-05-08T22:07:10.852Zstarting task 0: "setup"
32026-05-08T22:07:10.856Z++ uname -s
42026-05-08T22:07:10.861Z+ kern=SunOS
52026-05-08T22:07:10.861Z+ build_user=build
62026-05-08T22:07:10.861Z+ build_uid=12345
72026-05-08T22:07:10.861Z+ work_dir=/work
82026-05-08T22:07:10.861Z+ input_dir=/input
92026-05-08T22:07:10.861Z+ [[ 0 == 12345 ]]
102026-05-08T22:07:10.861Z+ case "$kern" in
112026-05-08T22:07:10.861Z+ groupadd -g 12345 build
122026-05-08T22:07:10.861Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T22:07:12.866Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T22:07:12.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T22:07:12.991Z+ home_fs=zfs
162026-05-08T22:07:12.991Z+ [[ zfs == autofs ]]
172026-05-08T22:07:12.992Z+ mkdir -p /home/build
182026-05-08T22:07:12.992Z+ chown build:build /home/build /work
192026-05-08T22:07:13.992Z+ chmod 0700 /home/build /work
202026-05-08T22:07:13.996Zprocess exited: duration 3144 ms, exit code 0
 
212026-05-08T22:07:14.002Zstarting task 1: "rust-toolchain"
222026-05-08T22:07:14.006Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T22:07:14.006Z * rust toolchain channel = "1.94.0"
242026-05-08T22:07:14.006Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T22:07:14.006Z * rust toolchain profile = "default"
262026-05-08T22:07:14.006Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T22:07:14.010Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T22:07:14.010Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T22:07:14.010Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T22:07:14.126Zinfo: downloading installer
312026-05-08T22:07:15.832Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T22:07:15.832Zwarn: /home/build/.rustup/settings.toml
332026-05-08T22:07:15.832Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T22:07:15.832Zwarn: instead of the one inferred from the default host triple.
352026-05-08T22:07:15.840Zinfo: profile set to default
362026-05-08T22:07:15.840Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T22:07:15.843Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T22:07:16.005Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T22:07:16.008Zinfo: downloading 6 components
402026-05-08T22:07:33.972Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T22:07:33.972Z
422026-05-08T22:07:33.990Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T22:07:33.990Z
442026-05-08T22:07:33.990Z
452026-05-08T22:07:33.990ZRust is installed now. Great!
462026-05-08T22:07:33.990Z
472026-05-08T22:07:33.990ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T22:07:33.993Zenvironment variable. This has not been done automatically.
492026-05-08T22:07:33.993Z
502026-05-08T22:07:33.993ZTo configure your current shell, you need to source
512026-05-08T22:07:33.993Zthe corresponding env file under $HOME/.cargo.
522026-05-08T22:07:33.993Z
532026-05-08T22:07:33.993ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T22:07:33.993Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T22:07:33.993Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T22:07:33.993Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T22:07:33.994Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T22:07:33.994Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T22:07:33.994Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T22:07:33.994Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T22:07:33.994Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T22:07:34.094Z+ rustup --version
632026-05-08T22:07:34.102Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T22:07:34.106Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T22:07:34.124Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T22:07:34.127Z+ cargo --version
672026-05-08T22:07:34.139Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T22:07:34.142Z+ rustc --version
692026-05-08T22:07:34.161Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T22:07:34.164Zprocess exited: duration 20160 ms, exit code 0
 
712026-05-08T22:07:34.171Zstarting task 2: "authentication"
722026-05-08T22:07:34.188Zprocess exited: duration 16 ms, exit code 0
 
732026-05-08T22:07:34.197Zstarting task 3: "clone repository"
742026-05-08T22:07:34.200Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T22:07:34.200Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T22:07:34.231ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T22:07:45.343Z+ cd /work/oxidecomputer/omicron
782026-05-08T22:07:45.343Z+ git fetch origin 156f06e961a1303a023d07d565773436aa5add46
792026-05-08T22:07:45.651ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T22:07:45.651Z * branch 156f06e961a1303a023d07d565773436aa5add46 -> FETCH_HEAD
812026-05-08T22:07:45.661Z+ [[ -n manual-disk-adoption ]]
822026-05-08T22:07:45.665Z++ git branch --show-current
832026-05-08T22:07:45.665Z+ current=main
842026-05-08T22:07:45.665Z+ [[ main != manual-disk-adoption ]]
852026-05-08T22:07:45.665Z+ git branch -f manual-disk-adoption 156f06e961a1303a023d07d565773436aa5add46
862026-05-08T22:07:45.669Z+ git checkout -f manual-disk-adoption
872026-05-08T22:07:45.893ZSwitched to branch 'manual-disk-adoption'
882026-05-08T22:07:45.896Z+ git reset --hard 156f06e961a1303a023d07d565773436aa5add46
892026-05-08T22:07:46.127ZHEAD is now at 156f06e96 NAMESPACE!!!!!!!!!!!!!
902026-05-08T22:07:46.130Zprocess exited: duration 11933 ms, exit code 0
 
912026-05-08T22:07:46.137Zstarting task 4: "build"
922026-05-08T22:07:46.141Z+ source .github/buildomat/ci-env.sh
932026-05-08T22:07:46.141Z++ export CARGO_TERM_COLOR=always
942026-05-08T22:07:46.141Z++ CARGO_TERM_COLOR=always
952026-05-08T22:07:46.141Z+ cargo --version
962026-05-08T22:07:46.150Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T22:07:46.155Z+ rustc --version
982026-05-08T22:07:46.173Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T22:07:46.178Z+ source ./env.sh
1002026-05-08T22:07:46.178Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T22:07:46.178Z++ set -o xtrace
1022026-05-08T22:07:46.181Z++++ dirname ./env.sh
1032026-05-08T22:07:46.181Z+++ readlink -f .
1042026-05-08T22:07:46.181Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T22:07:46.181Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-08T22:07:46.181Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-08T22:07:46.181Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-08T22:07:46.181Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-08T22:07:46.181Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-08T22:07:46.181Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-08T22:07:46.185Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-08T22:07:46.185Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-08T22:07:46.185Z++ case $OLD_SHELL_OPTS in
1142026-05-08T22:07:46.185Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T22:07:46.185Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-08T22:07:46.185Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-08T22:07:46.185Z+ banner prerequisites
1182026-05-08T22:07:46.185Z
1192026-05-08T22:07:46.185Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T22:07:46.185Z # # # # # # # # # # # # # # #
1212026-05-08T22:07:46.185Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T22:07:46.185Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T22:07:46.185Z # # # # # # # # # # # # # # #
1242026-05-08T22:07:46.185Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T22:07:46.185Z
1262026-05-08T22:07:46.185Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T22:07:47.569Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T22:07:47.614Z Startup: Caching catalogs ... Done
1292026-05-08T22:07:47.762ZPlanning: Solver setup ... Done (0.118s)
1302026-05-08T22:07:47.769ZPlanning: Running solver ... Done (0.009s)
1312026-05-08T22:07:47.774ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-08T22:07:47.787ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-08T22:07:47.809ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-08T22:07:47.822ZPlanning: Package planning ... Done (0.013s)
1352026-05-08T22:07:47.826ZPlanning: Merging actions ... Done (0.001s)
1362026-05-08T22:07:48.010ZPlanning: Checking for conflicting actions ... Done (0.185s)
1372026-05-08T22:07:48.013ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-08T22:07:48.818ZPlanning: Evaluating mediators ... Done (0.808s)
1392026-05-08T22:07:48.822ZPlanning: Planning completed in 1.19 seconds
1402026-05-08T22:07:48.827Z Packages to install: 2
1412026-05-08T22:07:48.830Z Estimated space available: 156.08 GB
1422026-05-08T22:07:48.830ZEstimated space to be consumed: 16.95 MB
1432026-05-08T22:07:48.830Z Create boot environment: No
1442026-05-08T22:07:48.830ZCreate backup boot environment: No
1452026-05-08T22:07:48.831Z Rebuild boot archive: No
1462026-05-08T22:07:48.831Z
1472026-05-08T22:07:48.831ZChanged packages:
1482026-05-08T22:07:48.831Zhelios
1492026-05-08T22:07:48.831Z developer/build-essential
1502026-05-08T22:07:48.831Z None -> 11-3.0
1512026-05-08T22:07:48.831Z library/libxmlsec1
1522026-05-08T22:07:48.831Z None -> 1.2.35-3.0
1532026-05-08T22:07:48.853Z
1542026-05-08T22:07:48.853ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-08T22:07:49.429ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1562026-05-08T22:07:49.492Z Actions: 1/268 actions (Installing new actions)
1572026-05-08T22:07:49.529Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-08T22:07:49.534ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-08T22:07:49.534ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-08T22:07:49.546ZFinalize: Updating image state ... Done (0.011s)
1612026-05-08T22:07:51.885ZFinalize: Creating fast lookup database ... Done (2.318s)
1622026-05-08T22:07:51.952ZFinalize: Reading search index ... Done (0.012s)
1632026-05-08T22:07:51.955ZFinalize: Updating search index ... Done (0.000s)
1642026-05-08T22:07:52.056ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-08T22:07:52.348ZPlanning: Evaluating mediator changes ... Done
1662026-05-08T22:07:52.452ZPlanning: Checking for conflicting actions ... Done
1672026-05-08T22:07:52.455ZPlanning: Consolidating action changes ... Done
1682026-05-08T22:07:52.611ZPlanning: Evaluating mediators ... Done
1692026-05-08T22:07:52.614ZPlanning: Planning completed in 0.26 seconds
1702026-05-08T22:07:52.636Z Mediators to change: 2
1712026-05-08T22:07:52.639Z Create boot environment: No
1722026-05-08T22:07:52.639ZCreate backup boot environment: No
1732026-05-08T22:07:52.709ZFinalize: Updating package state database ... Done
1742026-05-08T22:07:52.713ZFinalize: Updating package cache ... Done
1752026-05-08T22:07:52.713ZFinalize: Updating image state ... Done
1762026-05-08T22:07:54.651ZFinalize: Creating fast lookup database ... Done
1772026-05-08T22:07:54.715ZFinalize: Reading search index ... Done
1782026-05-08T22:07:54.719ZFinalize: Updating search index ... Done
1792026-05-08T22:07:54.853ZFinalize: Updating package cache ... Done
1802026-05-08T22:07:55.139ZPlanning: Evaluating mediator changes ... Done
1812026-05-08T22:07:55.245ZPlanning: Checking for conflicting actions ... Done
1822026-05-08T22:07:55.249ZPlanning: Consolidating action changes ... Done
1832026-05-08T22:07:55.405ZPlanning: Evaluating mediators ... Done
1842026-05-08T22:07:55.408ZPlanning: Planning completed in 0.27 seconds
1852026-05-08T22:07:55.427Z Mediators to change: 1
1862026-05-08T22:07:55.427Z Create boot environment: No
1872026-05-08T22:07:55.427ZCreate backup boot environment: No
1882026-05-08T22:07:55.478ZFinalize: Updating package state database ... Done
1892026-05-08T22:07:55.479ZFinalize: Updating package cache ... Done
1902026-05-08T22:07:55.486ZFinalize: Updating image state ... Done
1912026-05-08T22:07:57.417ZFinalize: Creating fast lookup database ... Done
1922026-05-08T22:07:57.478ZFinalize: Reading search index ... Done
1932026-05-08T22:07:57.482ZFinalize: Updating search index ... Done
1942026-05-08T22:07:57.553ZFinalize: Updating package cache ... Done
1952026-05-08T22:07:57.860ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-08T22:07:57.860Zapache system 2.4 system
1972026-05-08T22:07:57.860Zclang system 15 system
1982026-05-08T22:07:57.860Zcsh system system illumos
1992026-05-08T22:07:57.860Zctags system system illumos
2002026-05-08T22:07:57.860Zfile vendor vendor darwinsys
2012026-05-08T22:07:57.860Zfile system system illumos
2022026-05-08T22:07:57.860Zgcc vendor 14 vendor
2032026-05-08T22:07:57.860Zgcc system 13 system
2042026-05-08T22:07:57.860Zgcc system 10 system
2052026-05-08T22:07:57.860Zgo system 1.25 system
2062026-05-08T22:07:57.860Zllvm system 15 system
2072026-05-08T22:07:57.860Zmariadb system 11.4 system
2082026-05-08T22:07:57.860Zmta vendor vendor dma
2092026-05-08T22:07:57.860Zopenjdk system 17 system
2102026-05-08T22:07:57.860Zopenjdk system 11 system
2112026-05-08T22:07:57.860Zopenssl vendor 3 vendor
2122026-05-08T22:07:57.860Zperl system 5.40 system
2132026-05-08T22:07:57.860Zpostgresql system 18 system
2142026-05-08T22:07:57.860Zpostgresql system 17 system
2152026-05-08T22:07:57.860Zpython vendor 3 vendor
2162026-05-08T22:07:57.860Zpython system 2 system
2172026-05-08T22:07:57.860Zpython3 vendor 3.13 vendor
2182026-05-08T22:07:57.861Zruby system 3.4 system
2192026-05-08T22:07:57.861Zruby system 3.0 system
2202026-05-08T22:07:57.861Zwords vendor vendor american-english
2212026-05-08T22:07:57.861Zwords system system australian-english
2222026-05-08T22:07:57.861Zwords system system british-english
2232026-05-08T22:07:57.861Zwords system system canadian-english
2242026-05-08T22:07:57.861Zwords system system french
2252026-05-08T22:07:57.861Zwords system system italian
2262026-05-08T22:07:57.861Zwords system system ngerman
2272026-05-08T22:07:57.861Zwords system system ogerman
2282026-05-08T22:07:57.861Zwords system system spanish
2292026-05-08T22:07:58.116ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-08T22:07:58.116Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-08T22:07:58.373ZFMRI IFO
2322026-05-08T22:07:58.373Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-08T22:07:58.373Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-08T22:07:58.373Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-08T22:07:58.373Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-08T22:07:58.373Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-08T22:07:58.373Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-08T22:07:58.373Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-08T22:07:58.373Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-08T22:07:58.373Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-08T22:07:58.606Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-08T22:07:58.910Z Updating crates.io index
2432026-05-08T22:07:58.915Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-08T22:07:59.180Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-08T22:08:00.197Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-08T22:08:00.719Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-08T22:08:02.019Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-08T22:08:02.576Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-08T22:08:04.102Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-08T22:08:04.798Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-08T22:08:05.370Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-08T22:08:06.180Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-08T22:08:06.847Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-08T22:08:07.374Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-08T22:08:07.923Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-08T22:08:08.831Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-08T22:08:09.371Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-08T22:08:09.777Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-08T22:08:10.254Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-08T22:08:10.724Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-08T22:08:11.180Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-08T22:08:11.452Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-08T22:08:11.739Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-08T22:08:12.207Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-08T22:08:12.536Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-08T22:08:13.254Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-08T22:08:13.678Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-08T22:08:13.971Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-08T22:08:14.282Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-08T22:08:15.839Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-08T22:08:16.358Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-08T22:08:16.854Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-08T22:08:17.419Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-08T22:08:17.722Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-08T22:08:18.051Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-08T22:08:18.447Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-08T22:08:19.047Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-08T22:08:19.325Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-08T22:08:19.570Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-08T22:08:20.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-08T22:08:31.924Z Downloading crates ...
2822026-05-08T22:08:31.978Z Downloaded anstyle v1.0.13
2832026-05-08T22:08:31.981Z Downloaded generic-array v0.14.7
2842026-05-08T22:08:31.986Z Downloaded crypto-common v0.1.7
2852026-05-08T22:08:31.989Z Downloaded memmap v0.7.0
2862026-05-08T22:08:31.992Z Downloaded block-buffer v0.10.4
2872026-05-08T22:08:31.995Z Downloaded thread-id v4.2.2
2882026-05-08T22:08:31.998Z Downloaded stable_deref_trait v1.2.1
2892026-05-08T22:08:31.998Z Downloaded cargo-platform v0.2.0
2902026-05-08T22:08:31.998Z Downloaded autocfg v1.5.0
2912026-05-08T22:08:31.998Z Downloaded anstyle-query v1.1.5
2922026-05-08T22:08:32.002Z Downloaded anstyle-parse v0.2.7
2932026-05-08T22:08:32.002Z Downloaded anstream v0.6.21
2942026-05-08T22:08:32.005Z Downloaded unicode-ident v1.0.24
2952026-05-08T22:08:32.005Z Downloaded bitflags v2.11.0
2962026-05-08T22:08:32.008Z Downloaded litemap v0.8.1
2972026-05-08T22:08:32.011Z Downloaded anyhow v1.0.102
2982026-05-08T22:08:32.011Z Downloaded textwrap v0.16.2
2992026-05-08T22:08:32.014Z Downloaded toml_datetime v0.6.11
3002026-05-08T22:08:32.014Z Downloaded form_urlencoded v1.2.2
3012026-05-08T22:08:32.017Z Downloaded fs-err v3.3.0
3022026-05-08T22:08:32.021Z Downloaded utf8parse v0.2.2
3032026-05-08T22:08:32.021Z Downloaded papergrid v0.11.0
3042026-05-08T22:08:32.025Z Downloaded zerofrom-derive v0.1.6
3052026-05-08T22:08:32.025Z Downloaded usdt-attr-macro v0.5.0
3062026-05-08T22:08:32.025Z Downloaded toml_write v0.1.2
3072026-05-08T22:08:32.028Z Downloaded quote v1.0.45
3082026-05-08T22:08:32.031Z Downloaded typeid v1.0.3
3092026-05-08T22:08:32.034Z Downloaded proc-macro-error-attr v1.0.4
3102026-05-08T22:08:32.034Z Downloaded equivalent v1.0.2
3112026-05-08T22:08:32.034Z Downloaded itoa v1.0.17
3122026-05-08T22:08:32.037Z Downloaded fnv v1.0.7
3132026-05-08T22:08:32.038Z Downloaded cpufeatures v0.2.17
3142026-05-08T22:08:32.041Z Downloaded utf8_iter v1.0.4
3152026-05-08T22:08:32.041Z Downloaded unicode-xid v0.2.6
3162026-05-08T22:08:32.041Z Downloaded thiserror v2.0.18
3172026-05-08T22:08:32.044Z Downloaded macaddr v1.0.1
3182026-05-08T22:08:32.048Z Downloaded thiserror v1.0.69
3192026-05-08T22:08:32.048Z Downloaded usdt v0.5.0
3202026-05-08T22:08:32.048Z Downloaded byteorder v1.5.0
3212026-05-08T22:08:32.051Z Downloaded yoke-derive v0.8.1
3222026-05-08T22:08:32.051Z Downloaded thiserror-impl v1.0.69
3232026-05-08T22:08:32.051Z Downloaded usdt-macro v0.5.0
3242026-05-08T22:08:32.051Z Downloaded pest_generator v2.8.6
3252026-05-08T22:08:32.051Z Downloaded unicode-linebreak v0.1.5
3262026-05-08T22:08:32.055Z Downloaded thiserror-impl v2.0.18
3272026-05-08T22:08:32.055Z Downloaded zmij v1.0.21
3282026-05-08T22:08:32.058Z Downloaded zerofrom v0.1.6
3292026-05-08T22:08:32.063Z Downloaded potential_utf v0.1.4
3302026-05-08T22:08:32.066Z Downloaded ordered-float v2.10.1
3312026-05-08T22:08:32.066Z Downloaded version_check v0.9.5
3322026-05-08T22:08:32.066Z Downloaded percent-encoding v2.3.2
3332026-05-08T22:08:32.070Z Downloaded fastrand v2.3.0
3342026-05-08T22:08:32.070Z Downloaded num-traits v0.2.19
3352026-05-08T22:08:32.073Z Downloaded ucd-trie v0.1.7
3362026-05-08T22:08:32.073Z Downloaded scroll_derive v0.12.1
3372026-05-08T22:08:32.073Z Downloaded toml_edit v0.22.27
3382026-05-08T22:08:32.075Z Downloaded pretty-hex v0.4.1
3392026-05-08T22:08:32.078Z Downloaded colorchoice v1.0.4
3402026-05-08T22:08:32.078Z Downloaded clap_lex v1.0.0
3412026-05-08T22:08:32.082Z Downloaded yoke v0.8.1
3422026-05-08T22:08:32.084Z Downloaded zerocopy-derive v0.7.35
3432026-05-08T22:08:32.087Z Downloaded strsim v0.11.1
3442026-05-08T22:08:32.087Z Downloaded idna_adapter v1.2.1
3452026-05-08T22:08:32.087Z Downloaded zerovec-derive v0.11.2
3462026-05-08T22:08:32.090Z Downloaded heck v0.4.1
3472026-05-08T22:08:32.090Z Downloaded errno v0.3.14
3482026-05-08T22:08:32.090Z Downloaded writeable v0.6.2
3492026-05-08T22:08:32.093Z Downloaded tinystr v0.8.2
3502026-05-08T22:08:32.093Z Downloaded usdt-impl v0.5.0
3512026-05-08T22:08:32.093Z Downloaded smawk v0.3.2
3522026-05-08T22:08:32.097Z Downloaded heck v0.5.0
3532026-05-08T22:08:32.100Z Downloaded toml v0.8.23
3542026-05-08T22:08:32.103Z Downloaded zerotrie v0.2.3
3552026-05-08T22:08:32.106Z Downloaded plain v0.2.3
3562026-05-08T22:08:32.106Z Downloaded dtrace-parser v0.2.0
3572026-05-08T22:08:32.109Z Downloaded url v2.5.8
3582026-05-08T22:08:32.109Z Downloaded typenum v1.19.0
3592026-05-08T22:08:32.113Z Downloaded cfg-if v1.0.4
3602026-05-08T22:08:32.116Z Downloaded serde_spanned v0.6.9
3612026-05-08T22:08:32.116Z Downloaded tabled_derive v0.7.0
3622026-05-08T22:08:32.116Z Downloaded serde-value v0.7.0
3632026-05-08T22:08:32.120Z Downloaded terminal_size v0.4.3
3642026-05-08T22:08:32.127Z Downloaded erased-serde v0.4.9
3652026-05-08T22:08:32.136Z Downloaded dof v0.3.0
3662026-05-08T22:08:32.139Z Downloaded zerocopy v0.7.35
3672026-05-08T22:08:32.150Z Downloaded zerovec v0.11.5
3682026-05-08T22:08:32.154Z Downloaded bytecount v0.6.9
3692026-05-08T22:08:32.154Z Downloaded unicode-width v0.2.0
3702026-05-08T22:08:32.157Z Downloaded swrite v0.1.0
3712026-05-08T22:08:32.157Z Downloaded icu_normalizer v2.1.1
3722026-05-08T22:08:32.161Z Downloaded winnow v0.7.14
3732026-05-08T22:08:32.192Z Downloaded proc-macro-error v1.0.4
3742026-05-08T22:08:32.192Z Downloaded cargo_toml v0.21.0
3752026-05-08T22:08:32.195Z Downloaded serde-untagged v0.1.9
3762026-05-08T22:08:32.195Z Downloaded is_terminal_polyfill v1.70.2
3772026-05-08T22:08:32.195Z Downloaded digest v0.10.7
3782026-05-08T22:08:32.195Z Downloaded unicode-width v0.1.14
3792026-05-08T22:08:32.195Z Downloaded synstructure v0.13.2
3802026-05-08T22:08:32.195Z Downloaded sha2 v0.10.9
3812026-05-08T22:08:32.195Z Downloaded camino-tempfile v1.4.1
3822026-05-08T22:08:32.195Z Downloaded camino v1.2.2
3832026-05-08T22:08:32.195Z Downloaded memchr v2.8.0
3842026-05-08T22:08:32.195Z Downloaded scroll v0.12.0
3852026-05-08T22:08:32.199Z Downloaded serde_tokenstream v0.2.3
3862026-05-08T22:08:32.199Z Downloaded once_cell v1.21.3
3872026-05-08T22:08:32.202Z Downloaded clap_derive v4.5.55
3882026-05-08T22:08:32.206Z Downloaded tempfile v3.25.0
3892026-05-08T22:08:32.210Z Downloaded smallvec v1.15.1
3902026-05-08T22:08:32.210Z Downloaded semver v1.0.28
3912026-05-08T22:08:32.213Z Downloaded cargo_metadata v0.21.0
3922026-05-08T22:08:32.216Z Downloaded displaydoc v0.2.5
3932026-05-08T22:08:32.216Z Downloaded cargo-util-schemas v0.8.2
3942026-05-08T22:08:32.223Z Downloaded pest_derive v2.8.6
3952026-05-08T22:08:32.226Z Downloaded icu_collections v2.1.1
3962026-05-08T22:08:32.233Z Downloaded icu_provider v2.1.1
3972026-05-08T22:08:32.237Z Downloaded clap v4.5.60
3982026-05-08T22:08:32.240Z Downloaded serde_derive v1.0.228
3992026-05-08T22:08:32.243Z Downloaded icu_properties v2.1.2
4002026-05-08T22:08:32.250Z Downloaded proc-macro2 v1.0.106
4012026-05-08T22:08:32.254Z Downloaded getrandom v0.4.1
4022026-05-08T22:08:32.259Z Downloaded icu_normalizer_data v2.1.1
4032026-05-08T22:08:32.265Z Downloaded pest_meta v2.8.6
4042026-05-08T22:08:32.268Z Downloaded log v0.4.29
4052026-05-08T22:08:32.268Z Downloaded serde_core v1.0.228
4062026-05-08T22:08:32.271Z Downloaded icu_locale_core v2.1.1
4072026-05-08T22:08:32.286Z Downloaded serde v1.0.228
4082026-05-08T22:08:32.294Z Downloaded indexmap v2.14.0
4092026-05-08T22:08:32.301Z Downloaded idna v1.1.0
4102026-05-08T22:08:32.320Z Downloaded pest v2.8.6
4112026-05-08T22:08:32.346Z Downloaded icu_properties_data v2.1.2
4122026-05-08T22:08:32.354Z Downloaded hashbrown v0.17.0
4132026-05-08T22:08:32.360Z Downloaded serde_json v1.0.149
4142026-05-08T22:08:32.365Z Downloaded goblin v0.8.2
4152026-05-08T22:08:32.369Z Downloaded clap_builder v4.5.60
4162026-05-08T22:08:32.381Z Downloaded tabled v0.15.0
4172026-05-08T22:08:32.407Z Downloaded syn v2.0.117
4182026-05-08T22:08:32.412Z Downloaded syn v1.0.109
4192026-05-08T22:08:32.431Z Downloaded rustix v1.1.3
4202026-05-08T22:08:32.464Z Downloaded libc v0.2.185
4212026-05-08T22:08:32.539Z Compiling proc-macro2 v1.0.106
4222026-05-08T22:08:32.539Z Compiling quote v1.0.45
4232026-05-08T22:08:32.542Z Compiling unicode-ident v1.0.24
4242026-05-08T22:08:32.542Z Compiling serde_core v1.0.228
4252026-05-08T22:08:32.542Z Compiling libc v0.2.185
4262026-05-08T22:08:32.542Z Compiling version_check v0.9.5
4272026-05-08T22:08:32.542Z Compiling memchr v2.8.0
4282026-05-08T22:08:32.542Z Compiling serde v1.0.228
4292026-05-08T22:08:32.869Z Compiling stable_deref_trait v1.2.1
4302026-05-08T22:08:32.949Z Compiling zmij v1.0.21
4312026-05-08T22:08:33.117Z Compiling ucd-trie v0.1.7
4322026-05-08T22:08:33.164Z Compiling itoa v1.0.17
4332026-05-08T22:08:33.365Z Compiling autocfg v1.5.0
4342026-05-08T22:08:33.384Z Compiling thiserror v1.0.69
4352026-05-08T22:08:33.476Z Compiling pest v2.8.6
4362026-05-08T22:08:33.509Z Compiling writeable v0.6.2
4372026-05-08T22:08:33.537Z Compiling litemap v0.8.1
4382026-05-08T22:08:33.727Z Compiling rustix v1.1.3
4392026-05-08T22:08:33.746Z Compiling icu_normalizer_data v2.1.1
4402026-05-08T22:08:33.892Z Compiling byteorder v1.5.0
4412026-05-08T22:08:33.927Z Compiling icu_properties_data v2.1.2
4422026-05-08T22:08:34.063Z Compiling syn v2.0.117
4432026-05-08T22:08:34.143Z Compiling errno v0.3.14
4442026-05-08T22:08:34.159Z Compiling bitflags v2.11.0
4452026-05-08T22:08:34.294Z Compiling serde_json v1.0.149
4462026-05-08T22:08:34.461Z Compiling num-traits v0.2.19
4472026-05-08T22:08:34.505Z Compiling pest_meta v2.8.6
4482026-05-08T22:08:34.548Z Compiling equivalent v1.0.2
4492026-05-08T22:08:34.640Z Compiling smallvec v1.15.1
4502026-05-08T22:08:34.715Z Compiling typeid v1.0.3
4512026-05-08T22:08:34.830Z Compiling hashbrown v0.17.0
4522026-05-08T22:08:34.995Z Compiling thread-id v4.2.2
4532026-05-08T22:08:35.027Z Compiling proc-macro-error-attr v1.0.4
4542026-05-08T22:08:35.050Z Compiling usdt-impl v0.5.0
4552026-05-08T22:08:35.079Z Compiling toml_write v0.1.2
4562026-05-08T22:08:35.213Z Compiling winnow v0.7.14
4572026-05-08T22:08:35.279Z Compiling syn v1.0.109
4582026-05-08T22:08:35.375Z Compiling indexmap v2.14.0
4592026-05-08T22:08:35.390Z Compiling erased-serde v0.4.9
4602026-05-08T22:08:35.739Z Compiling proc-macro-error v1.0.4
4612026-05-08T22:08:35.937Z Compiling percent-encoding v2.3.2
4622026-05-08T22:08:35.974Z Compiling thiserror v2.0.18
4632026-05-08T22:08:36.120Z Compiling utf8_iter v1.0.4
4642026-05-08T22:08:36.124Z Compiling camino v1.2.2
4652026-05-08T22:08:36.168Z Compiling getrandom v0.4.1
4662026-05-08T22:08:36.266Z Compiling log v0.4.29
4672026-05-08T22:08:36.284Z Compiling plain v0.2.3
4682026-05-08T22:08:36.304Z Compiling utf8parse v0.2.2
4692026-05-08T22:08:36.421Z Compiling anstyle-parse v0.2.7
4702026-05-08T22:08:36.448Z Compiling ordered-float v2.10.1
4712026-05-08T22:08:36.514Z Compiling form_urlencoded v1.2.2
4722026-05-08T22:08:36.618Z Compiling synstructure v0.13.2
4732026-05-08T22:08:36.635Z Compiling pest_generator v2.8.6
4742026-05-08T22:08:36.717Z Compiling terminal_size v0.4.3
4752026-05-08T22:08:36.854Z Compiling anstyle-query v1.1.5
4762026-05-08T22:08:36.948Z Compiling pretty-hex v0.4.1
4772026-05-08T22:08:36.973Z Compiling colorchoice v1.0.4
4782026-05-08T22:08:37.075Z Compiling anstyle v1.0.13
4792026-05-08T22:08:37.092Z Compiling is_terminal_polyfill v1.70.2
4802026-05-08T22:08:37.096Z Compiling cfg-if v1.0.4
4812026-05-08T22:08:37.124Z Compiling serde-untagged v0.1.9
4822026-05-08T22:08:37.300Z Compiling anstream v0.6.21
4832026-05-08T22:08:37.317Z Compiling semver v1.0.28
4842026-05-08T22:08:37.351Z Compiling fs-err v3.3.0
4852026-05-08T22:08:37.368Z Compiling unicode-xid v0.2.6
4862026-05-08T22:08:37.494Z Compiling clap_lex v1.0.0
4872026-05-08T22:08:37.598Z Compiling heck v0.5.0
4882026-05-08T22:08:37.639Z Compiling fastrand v2.3.0
4892026-05-08T22:08:37.655Z Compiling fnv v1.0.7
4902026-05-08T22:08:37.672Z Compiling strsim v0.11.1
4912026-05-08T22:08:37.751Z Compiling anyhow v1.0.102
4922026-05-08T22:08:37.767Z Compiling once_cell v1.21.3
4932026-05-08T22:08:37.906Z Compiling unicode-width v0.1.14
4942026-05-08T22:08:37.984Z Compiling heck v0.4.1
4952026-05-08T22:08:38.028Z Compiling bytecount v0.6.9
4962026-05-08T22:08:38.144Z Compiling papergrid v0.11.0
4972026-05-08T22:08:38.167Z Compiling tempfile v3.25.0
4982026-05-08T22:08:38.184Z Compiling clap_builder v4.5.60
4992026-05-08T22:08:38.279Z Compiling memmap v0.7.0
5002026-05-08T22:08:38.310Z Compiling smawk v0.3.2
5012026-05-08T22:08:38.313Z Compiling serde_derive v1.0.228
5022026-05-08T22:08:38.453Z Compiling zerofrom-derive v0.1.6
5032026-05-08T22:08:38.469Z Compiling yoke-derive v0.8.1
5042026-05-08T22:08:38.547Z Compiling zerovec-derive v0.11.2
5052026-05-08T22:08:38.719Z Compiling displaydoc v0.2.5
5062026-05-08T22:08:39.462Z Compiling thiserror-impl v1.0.69
5072026-05-08T22:08:39.575Z Compiling zerocopy-derive v0.7.35
5082026-05-08T22:08:39.633Z Compiling pest_derive v2.8.6
5092026-05-08T22:08:39.653Z Compiling scroll_derive v0.12.1
5102026-05-08T22:08:39.828Z Compiling zerofrom v0.1.6
5112026-05-08T22:08:39.964Z Compiling yoke v0.8.1
5122026-05-08T22:08:40.051Z Compiling thiserror-impl v2.0.18
5132026-05-08T22:08:40.156Z Compiling zerovec v0.11.5
5142026-05-08T22:08:40.308Z Compiling zerotrie v0.2.3
5152026-05-08T22:08:40.424Z Compiling zerocopy v0.7.35
5162026-05-08T22:08:40.609Z Compiling tinystr v0.8.2
5172026-05-08T22:08:40.662Z Compiling potential_utf v0.1.4
5182026-05-08T22:08:40.816Z Compiling icu_locale_core v2.1.1
5192026-05-08T22:08:40.833Z Compiling icu_collections v2.1.1
5202026-05-08T22:08:40.836Z Compiling dtrace-parser v0.2.0
5212026-05-08T22:08:40.977Z Compiling scroll v0.12.0
5222026-05-08T22:08:41.186Z Compiling tabled_derive v0.7.0
5232026-05-08T22:08:41.271Z Compiling goblin v0.8.2
5242026-05-08T22:08:41.315Z Compiling clap_derive v4.5.55
5252026-05-08T22:08:41.478Z Compiling icu_provider v2.1.1
5262026-05-08T22:08:41.586Z Compiling unicode-linebreak v0.1.5
5272026-05-08T22:08:41.694Z Compiling toml_datetime v0.6.11
5282026-05-08T22:08:41.735Z Compiling serde_spanned v0.6.9
5292026-05-08T22:08:41.770Z Compiling icu_properties v2.1.2
5302026-05-08T22:08:41.788Z Compiling icu_normalizer v2.1.1
5312026-05-08T22:08:41.832Z Compiling dof v0.3.0
5322026-05-08T22:08:41.885Z Compiling toml_edit v0.22.27
5332026-05-08T22:08:41.955Z Compiling serde_tokenstream v0.2.3
5342026-05-08T22:08:42.222Z Compiling serde-value v0.7.0
5352026-05-08T22:08:42.266Z Compiling cargo-platform v0.2.0
5362026-05-08T22:08:42.324Z Compiling unicode-width v0.2.0
5372026-05-08T22:08:42.549Z Compiling tabled v0.15.0
5382026-05-08T22:08:42.633Z Compiling textwrap v0.16.2
5392026-05-08T22:08:42.665Z Compiling idna_adapter v1.2.1
5402026-05-08T22:08:42.739Z Compiling usdt-macro v0.5.0
5412026-05-08T22:08:42.811Z Compiling idna v1.1.0
5422026-05-08T22:08:42.886Z Compiling usdt-attr-macro v0.5.0
5432026-05-08T22:08:43.103Z Compiling url v2.5.8
5442026-05-08T22:08:43.121Z Compiling clap v4.5.60
5452026-05-08T22:08:43.208Z Compiling macaddr v1.0.1
5462026-05-08T22:08:43.358Z Compiling toml v0.8.23
5472026-05-08T22:08:43.437Z Compiling camino-tempfile v1.4.1
5482026-05-08T22:08:43.762Z Compiling cargo-util-schemas v0.8.2
5492026-05-08T22:08:43.859Z Compiling cargo_toml v0.21.0
5502026-05-08T22:08:44.032Z Compiling swrite v0.1.0
5512026-05-08T22:08:44.134Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-08T22:08:44.387Z Compiling usdt v0.5.0
5532026-05-08T22:08:44.698Z Compiling cargo_metadata v0.21.0
5542026-05-08T22:08:45.614Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-08T22:08:47.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.24s
5562026-05-08T22:08:47.933Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-08T22:08:48.508Z Downloading crates ...
5582026-05-08T22:08:48.603Z Downloaded array-init v0.0.4
5592026-05-08T22:08:48.606Z Downloaded adler2 v2.0.1
5602026-05-08T22:08:48.609Z Downloaded atomic-waker v1.1.2
5612026-05-08T22:08:48.613Z Downloaded ahash v0.8.12
5622026-05-08T22:08:48.617Z Downloaded aead v0.5.2
5632026-05-08T22:08:48.617Z Downloaded arrayref v0.3.9
5642026-05-08T22:08:48.620Z Downloaded debug-ignore v1.0.5
5652026-05-08T22:08:48.620Z Downloaded cancel-safe-futures v0.1.5
5662026-05-08T22:08:48.624Z Downloaded corncobs v0.1.4
5672026-05-08T22:08:48.624Z Downloaded chacha20poly1305 v0.10.1
5682026-05-08T22:08:48.624Z Downloaded foreign-types-macros v0.2.3
5692026-05-08T22:08:48.628Z Downloaded darling_macro v0.21.3
5702026-05-08T22:08:48.628Z Downloaded async-recursion v1.1.1
5712026-05-08T22:08:48.631Z Downloaded darling_macro v0.20.11
5722026-05-08T22:08:48.631Z Downloaded cfg_aliases v0.1.1
5732026-05-08T22:08:48.631Z Downloaded blowfish v0.9.1
5742026-05-08T22:08:48.631Z Downloaded atomicwrites v0.4.4
5752026-05-08T22:08:48.632Z Downloaded allocator-api2 v0.2.21
5762026-05-08T22:08:48.635Z Downloaded endian-type v0.1.2
5772026-05-08T22:08:48.635Z Downloaded dirs-next v2.0.0
5782026-05-08T22:08:48.638Z Downloaded compression-core v0.4.31
5792026-05-08T22:08:48.638Z Downloaded bit-set v0.8.0
5802026-05-08T22:08:48.638Z Downloaded darling v0.23.0
5812026-05-08T22:08:48.641Z Downloaded embedded-io v0.6.1
5822026-05-08T22:08:48.641Z Downloaded darling_macro v0.23.0
5832026-05-08T22:08:48.644Z Downloaded bitfield v0.19.4
5842026-05-08T22:08:48.644Z Downloaded argon2 v0.5.3
5852026-05-08T22:08:48.644Z Downloaded curve25519-dalek-derive v0.1.1
5862026-05-08T22:08:48.647Z Downloaded cexpr v0.6.0
5872026-05-08T22:08:48.647Z Downloaded bitflags v1.3.2
5882026-05-08T22:08:48.652Z Downloaded assert_matches v1.5.0
5892026-05-08T22:08:48.652Z Downloaded crc8 v0.1.1
5902026-05-08T22:08:48.652Z Downloaded clang-sys v1.8.1
5912026-05-08T22:08:48.655Z Downloaded chacha20 v0.9.1
5922026-05-08T22:08:48.655Z Downloaded cfg_aliases v0.2.1
5932026-05-08T22:08:48.655Z Downloaded dunce v1.0.5
5942026-05-08T22:08:48.690Z Downloaded bzip2 v0.6.1
5952026-05-08T22:08:48.690Z Downloaded derive_builder_macro v0.20.2
5962026-05-08T22:08:48.690Z Downloaded document-features v0.2.12
5972026-05-08T22:08:48.690Z Downloaded bit-set v0.5.3
5982026-05-08T22:08:48.690Z Downloaded async-stream-impl v0.3.6
5992026-05-08T22:08:48.690Z Downloaded const_format_proc_macros v0.2.34
6002026-05-08T22:08:48.690Z Downloaded console v0.15.11
6012026-05-08T22:08:48.690Z Downloaded daft-derive v0.1.5
6022026-05-08T22:08:48.690Z Downloaded defmt v1.0.1
6032026-05-08T22:08:48.690Z Downloaded cargo_metadata v0.19.2
6042026-05-08T22:08:48.690Z Downloaded cstr-argument v0.1.2
6052026-05-08T22:08:48.690Z Downloaded cobs v0.3.0
6062026-05-08T22:08:48.690Z Downloaded fallible-iterator v0.2.0
6072026-05-08T22:08:48.690Z Downloaded compression-codecs v0.4.37
6082026-05-08T22:08:48.690Z Downloaded fixedbitset v0.5.7
6092026-05-08T22:08:48.690Z Downloaded crc-catalog v2.4.0
6102026-05-08T22:08:48.690Z Downloaded crc v3.4.0
6112026-05-08T22:08:48.690Z Downloaded env_logger v0.11.9
6122026-05-08T22:08:48.694Z Downloaded either v1.15.0
6132026-05-08T22:08:48.694Z Downloaded darling v0.21.3
6142026-05-08T22:08:48.694Z Downloaded crossbeam-utils v0.8.21
6152026-05-08T22:08:48.694Z Downloaded erased-serde v0.3.31
6162026-05-08T22:08:48.694Z Downloaded difflib v0.4.0
6172026-05-08T22:08:48.694Z Downloaded data-encoding v2.10.0
6182026-05-08T22:08:48.694Z Downloaded fd-lock v4.0.4
6192026-05-08T22:08:48.699Z Downloaded dsl_auto_type v0.2.0
6202026-05-08T22:08:48.699Z Downloaded castaway v0.2.4
6212026-05-08T22:08:48.702Z Downloaded dof v0.4.0
6222026-05-08T22:08:48.702Z Downloaded dirs-sys-next v0.1.2
6232026-05-08T22:08:48.702Z Downloaded atty v0.2.14
6242026-05-08T22:08:48.702Z Downloaded foreign-types v0.5.0
6252026-05-08T22:08:48.702Z Downloaded ciborium-io v0.2.2
6262026-05-08T22:08:48.705Z Downloaded bcrypt-pbkdf v0.10.0
6272026-05-08T22:08:48.705Z Downloaded float-ord v0.3.2
6282026-05-08T22:08:48.705Z Downloaded embedded-io v0.4.0
6292026-05-08T22:08:48.705Z Downloaded env_filter v1.0.0
6302026-05-08T22:08:48.708Z Downloaded downcast-rs v2.0.2
6312026-05-08T22:08:48.709Z Downloaded convert_case v0.10.0
6322026-05-08T22:08:48.712Z Downloaded constant_time_eq v0.4.2
6332026-05-08T22:08:48.712Z Downloaded byte-wrapper v0.1.0
6342026-05-08T22:08:48.716Z Downloaded dyn-clone v1.0.20
6352026-05-08T22:08:48.716Z Downloaded dtrace-parser v0.3.0
6362026-05-08T22:08:48.716Z Downloaded defmt-parser v1.0.0
6372026-05-08T22:08:48.716Z Downloaded ghash v0.5.1
6382026-05-08T22:08:48.716Z Downloaded foreign-types v0.3.2
6392026-05-08T22:08:48.720Z Downloaded bit-vec v0.8.0
6402026-05-08T22:08:48.720Z Downloaded funty v2.0.0
6412026-05-08T22:08:48.720Z Downloaded fixedbitset v0.4.2
6422026-05-08T22:08:48.724Z Downloaded foreign-types-shared v0.1.1
6432026-05-08T22:08:48.724Z Downloaded gethostname v0.5.0
6442026-05-08T22:08:48.724Z Downloaded futures-core v0.3.32
6452026-05-08T22:08:48.724Z Downloaded drift v0.1.4
6462026-05-08T22:08:48.729Z Downloaded fs_extra v1.3.0
6472026-05-08T22:08:48.732Z Downloaded crc32fast v1.5.0
6482026-05-08T22:08:48.735Z Downloaded diff v0.1.13
6492026-05-08T22:08:48.735Z Downloaded convert_case v0.4.0
6502026-05-08T22:08:48.735Z Downloaded cargo-platform v0.1.9
6512026-05-08T22:08:48.739Z Downloaded bb8 v0.8.6
6522026-05-08T22:08:48.739Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-05-08T22:08:48.739Z Downloaded flagset v0.4.7
6542026-05-08T22:08:48.742Z Downloaded git-stub v1.0.0
6552026-05-08T22:08:48.742Z Downloaded bitfield-struct v0.6.2
6562026-05-08T22:08:48.742Z Downloaded crunchy v0.2.4
6572026-05-08T22:08:48.742Z Downloaded hash32 v0.2.1
6582026-05-08T22:08:48.745Z Downloaded globwalk v0.9.1
6592026-05-08T22:08:48.745Z Downloaded ascii-canvas v3.0.0
6602026-05-08T22:08:48.745Z Downloaded daft v0.1.5
6612026-05-08T22:08:48.748Z Downloaded float-cmp v0.10.0
6622026-05-08T22:08:48.748Z Downloaded dropshot-api-manager-types v0.7.1
6632026-05-08T22:08:48.748Z Downloaded base16ct v0.2.0
6642026-05-08T22:08:48.752Z Downloaded futures-macro v0.3.32
6652026-05-08T22:08:48.752Z Downloaded futures-io v0.3.32
6662026-05-08T22:08:48.752Z Downloaded cpufeatures v0.3.0
6672026-05-08T22:08:48.755Z Downloaded bitfield-macros v0.19.4
6682026-05-08T22:08:48.755Z Downloaded backoff v0.4.0
6692026-05-08T22:08:48.755Z Downloaded async-stream v0.3.6
6702026-05-08T22:08:48.758Z Downloaded bytes v1.11.1
6712026-05-08T22:08:48.761Z Downloaded cipher v0.4.4
6722026-05-08T22:08:48.761Z Downloaded buf-list v1.1.2
6732026-05-08T22:08:48.761Z Downloaded ed25519 v2.2.3
6742026-05-08T22:08:48.766Z Downloaded hex-literal v0.4.1
6752026-05-08T22:08:48.766Z Downloaded ena v0.14.4
6762026-05-08T22:08:48.766Z Downloaded enum-as-inner v0.6.1
6772026-05-08T22:08:48.770Z Downloaded display-error-chain v0.2.2
6782026-05-08T22:08:48.770Z Downloaded critical-section v1.2.0
6792026-05-08T22:08:48.770Z Downloaded defmt-macros v1.0.1
6802026-05-08T22:08:48.774Z Downloaded headers-core v0.3.0
6812026-05-08T22:08:48.774Z Downloaded derive_builder_core v0.20.2
6822026-05-08T22:08:48.774Z Downloaded hash32 v0.3.1
6832026-05-08T22:08:48.777Z Downloaded fxhash v0.2.1
6842026-05-08T22:08:48.777Z Downloaded foreign-types-shared v0.3.1
6852026-05-08T22:08:48.777Z Downloaded foldhash v0.2.0
6862026-05-08T22:08:48.777Z Downloaded home v0.5.12
6872026-05-08T22:08:48.777Z Downloaded hex v0.4.3
6882026-05-08T22:08:48.780Z Downloaded http-body v1.0.1
6892026-05-08T22:08:48.780Z Downloaded hyper-tls v0.6.0
6902026-05-08T22:08:48.784Z Downloaded hubpack v0.1.2
6912026-05-08T22:08:48.784Z Downloaded hostname v0.4.2
6922026-05-08T22:08:48.784Z Downloaded hostname v0.3.1
6932026-05-08T22:08:48.784Z Downloaded cmake v0.1.57
6942026-05-08T22:08:48.787Z Downloaded futures-task v0.3.32
6952026-05-08T22:08:48.787Z Downloaded find-msvc-tools v0.1.9
6962026-05-08T22:08:48.790Z Downloaded crossbeam-deque v0.8.6
6972026-05-08T22:08:48.790Z Downloaded defmt v0.3.100
6982026-05-08T22:08:48.790Z Downloaded darling v0.20.11
6992026-05-08T22:08:48.794Z Downloaded futures-sink v0.3.32
7002026-05-08T22:08:48.794Z Downloaded hubpack_derive v0.1.1
7012026-05-08T22:08:48.796Z Downloaded fs-err v2.11.0
7022026-05-08T22:08:48.797Z Downloaded group v0.13.0
7032026-05-08T22:08:48.797Z Downloaded ident_case v1.0.1
7042026-05-08T22:08:48.800Z Downloaded cbc v0.1.2
7052026-05-08T22:08:48.800Z Downloaded bit-vec v0.6.3
7062026-05-08T22:08:48.800Z Downloaded indoc v1.0.9
7072026-05-08T22:08:48.803Z Downloaded indent_write v2.2.0
7082026-05-08T22:08:48.803Z Downloaded http-range v0.1.5
7092026-05-08T22:08:48.806Z Downloaded bcs v0.1.6
7102026-05-08T22:08:48.806Z Downloaded instability v0.3.11
7112026-05-08T22:08:48.806Z Downloaded internet-checksum v0.2.1
7122026-05-08T22:08:48.809Z Downloaded instant v0.1.13
7132026-05-08T22:08:48.809Z Downloaded is-terminal v0.4.17
7142026-05-08T22:08:48.809Z Downloaded base64ct v1.8.3
7152026-05-08T22:08:48.812Z Downloaded camino-tempfile-ext v0.3.3
7162026-05-08T22:08:48.812Z Downloaded async-trait v0.1.89
7172026-05-08T22:08:48.817Z Downloaded async-compression v0.4.41
7182026-05-08T22:08:48.820Z Downloaded chacha20 v0.10.0
7192026-05-08T22:08:48.820Z Downloaded filetime v0.2.27
7202026-05-08T22:08:48.823Z Downloaded inout v0.1.4
7212026-05-08T22:08:48.823Z Downloaded globset v0.4.18
7222026-05-08T22:08:48.826Z Downloaded glob v0.3.3
7232026-05-08T22:08:48.826Z Downloaded keccak v0.1.6
7242026-05-08T22:08:48.826Z Downloaded git-stub-vcs v0.1.0
7252026-05-08T22:08:48.830Z Downloaded kstat-rs v0.2.4
7262026-05-08T22:08:48.830Z Downloaded libscf-sys v1.1.0
7272026-05-08T22:08:48.830Z Downloaded lazy_static v1.5.0
7282026-05-08T22:08:48.833Z Downloaded futures-executor v0.3.32
7292026-05-08T22:08:48.833Z Downloaded ecdsa v0.16.9
7302026-05-08T22:08:48.833Z Downloaded der_derive v0.7.3
7312026-05-08T22:08:48.836Z Downloaded const-oid v0.9.6
7322026-05-08T22:08:48.836Z Downloaded crossbeam-epoch v0.9.18
7332026-05-08T22:08:48.839Z Downloaded des v0.8.1
7342026-05-08T22:08:48.839Z Downloaded async-bb8-diesel v0.2.1
7352026-05-08T22:08:48.842Z Downloaded diesel-dtrace v0.5.0
7362026-05-08T22:08:48.842Z Downloaded deranged v0.5.8
7372026-05-08T22:08:48.845Z Downloaded ff v0.13.1
7382026-05-08T22:08:48.845Z Downloaded csv-core v0.1.13
7392026-05-08T22:08:48.845Z Downloaded derive-ex v0.1.8
7402026-05-08T22:08:48.848Z Downloaded highway v1.3.0
7412026-05-08T22:08:48.848Z Downloaded lalrpop-util v0.19.12
7422026-05-08T22:08:48.848Z Downloaded ciborium-ll v0.2.2
7432026-05-08T22:08:48.851Z Downloaded httpdate v1.0.3
7442026-05-08T22:08:48.851Z Downloaded arrayvec v0.7.6
7452026-05-08T22:08:48.854Z Downloaded linked-hash-map v0.5.6
7462026-05-08T22:08:48.855Z Downloaded lru-cache v0.1.2
7472026-05-08T22:08:48.855Z Downloaded ctr v0.9.2
7482026-05-08T22:08:48.858Z Downloaded managed v0.8.0
7492026-05-08T22:08:48.858Z Downloaded match_cfg v0.1.0
7502026-05-08T22:08:48.858Z Downloaded colored v2.2.0
7512026-05-08T22:08:48.861Z Downloaded flume v0.11.1
7522026-05-08T22:08:48.864Z Downloaded derive_builder v0.20.2
7532026-05-08T22:08:48.867Z Downloaded futures-channel v0.3.32
7542026-05-08T22:08:48.867Z Downloaded md5 v0.7.0
7552026-05-08T22:08:48.867Z Downloaded lru v0.12.5
7562026-05-08T22:08:48.872Z Downloaded ciborium v0.2.2
7572026-05-08T22:08:48.872Z Downloaded hyper-staticfile v0.10.1
7582026-05-08T22:08:48.875Z Downloaded humantime v2.3.0
7592026-05-08T22:08:48.875Z Downloaded cookie_store v0.22.1
7602026-05-08T22:08:48.875Z Downloaded md-5 v0.10.6
7612026-05-08T22:08:48.878Z Downloaded mime v0.3.17
7622026-05-08T22:08:48.878Z Downloaded memoffset v0.9.1
7632026-05-08T22:08:48.878Z Downloaded ingot-types v0.1.2
7642026-05-08T22:08:48.878Z Downloaded is_ci v1.2.0
7652026-05-08T22:08:48.881Z Downloaded ipnetwork v0.21.1
7662026-05-08T22:08:48.881Z Downloaded multimap v0.10.1
7672026-05-08T22:08:48.881Z Downloaded ingot v0.1.1
7682026-05-08T22:08:48.884Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-08T22:08:48.884Z Downloaded indoc v2.0.7
7702026-05-08T22:08:48.887Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-08T22:08:48.887Z Downloaded crc-any v2.5.0
7722026-05-08T22:08:48.890Z Downloaded cookie v0.18.1
7732026-05-08T22:08:48.890Z Downloaded new_debug_unreachable v1.0.6
7742026-05-08T22:08:48.894Z Downloaded colored v3.1.1
7752026-05-08T22:08:48.894Z Downloaded cassowary v0.3.0
7762026-05-08T22:08:48.898Z Downloaded foldhash v0.1.5
7772026-05-08T22:08:48.898Z Downloaded backon v1.6.0
7782026-05-08T22:08:48.898Z Downloaded darling_core v0.23.0
7792026-05-08T22:08:48.901Z Downloaded nonempty v0.12.0
7802026-05-08T22:08:48.901Z Downloaded normalize-line-endings v0.3.0
7812026-05-08T22:08:48.904Z Downloaded libloading v0.8.9
7822026-05-08T22:08:48.904Z Downloaded nibble_vec v0.1.0
7832026-05-08T22:08:48.907Z Downloaded blake2 v0.10.6
7842026-05-08T22:08:48.907Z Downloaded newtype_derive v0.1.6
7852026-05-08T22:08:48.907Z Downloaded ipnet v2.11.0
7862026-05-08T22:08:48.911Z Downloaded num-derive v0.4.2
7872026-05-08T22:08:48.911Z Downloaded num-derive v0.3.3
7882026-05-08T22:08:48.914Z Downloaded derive_more v0.99.20
7892026-05-08T22:08:48.918Z Downloaded dropshot_endpoint v0.16.7
7902026-05-08T22:08:48.918Z Downloaded jobserver v0.1.34
7912026-05-08T22:08:48.922Z Downloaded num v0.4.3
7922026-05-08T22:08:48.922Z Downloaded libsw-core v0.3.2
7932026-05-08T22:08:48.922Z Downloaded http-body-util v0.1.3
7942026-05-08T22:08:48.922Z Downloaded libsw v3.5.0
7952026-05-08T22:08:48.925Z Downloaded iana-time-zone v0.1.65
7962026-05-08T22:08:48.925Z Downloaded maplit v1.0.2
7972026-05-08T22:08:48.928Z Downloaded lock_api v0.4.14
7982026-05-08T22:08:48.928Z Downloaded num_enum_derive v0.5.11
7992026-05-08T22:08:48.928Z Downloaded num-iter v0.1.45
8002026-05-08T22:08:48.933Z Downloaded num-conv v0.2.0
8012026-05-08T22:08:48.933Z Downloaded linear-map v1.2.0
8022026-05-08T22:08:48.933Z Downloaded flate2 v1.1.9
8032026-05-08T22:08:48.936Z Downloaded openssl-probe v0.1.6
8042026-05-08T22:08:48.936Z Downloaded openssl-macros v0.1.1
8052026-05-08T22:08:48.936Z Downloaded olpc-cjson v0.1.4
8062026-05-08T22:08:48.936Z Downloaded derive-where v1.6.0
8072026-05-08T22:08:48.939Z Downloaded hyper-rustls v0.27.7
8082026-05-08T22:08:48.942Z Downloaded mime_guess v2.0.5
8092026-05-08T22:08:48.942Z Downloaded ingot-macros v0.1.1
8102026-05-08T22:08:48.942Z Downloaded hmac v0.12.1
8112026-05-08T22:08:48.946Z Downloaded native-tls v0.2.18
8122026-05-08T22:08:48.946Z Downloaded newline-converter v0.3.0
8132026-05-08T22:08:48.946Z Downloaded nanorand v0.7.0
8142026-05-08T22:08:48.949Z Downloaded oso-derive v0.27.3
8152026-05-08T22:08:48.949Z Downloaded opaque-debug v0.3.1
8162026-05-08T22:08:48.949Z Downloaded num_threads v0.1.7
8172026-05-08T22:08:48.949Z Downloaded maybe-uninit v2.0.0
8182026-05-08T22:08:48.949Z Downloaded bzip2 v0.4.4
8192026-05-08T22:08:48.952Z Downloaded lru-slab v0.1.2
8202026-05-08T22:08:48.952Z Downloaded getrandom v0.2.17
8212026-05-08T22:08:48.952Z Downloaded darling_core v0.21.3
8222026-05-08T22:08:48.956Z Downloaded dropshot_endpoint v0.17.0
8232026-05-08T22:08:48.959Z Downloaded darling_core v0.20.11
8242026-05-08T22:08:48.962Z Downloaded getrandom v0.3.4
8252026-05-08T22:08:48.965Z Downloaded multer v3.1.0
8262026-05-08T22:08:48.965Z Downloaded fatfs v0.3.6
8272026-05-08T22:08:48.968Z Downloaded openssl-probe v0.2.1
8282026-05-08T22:08:48.968Z Downloaded nodrop v0.1.14
8292026-05-08T22:08:48.968Z Downloaded base64 v0.22.1
8302026-05-08T22:08:48.971Z Downloaded crucible-workspace-hack v0.1.0
8312026-05-08T22:08:48.971Z Downloaded block-padding v0.3.3
8322026-05-08T22:08:48.975Z Downloaded libefi-sys v0.1.0
8332026-05-08T22:08:48.975Z Downloaded pin-utils v0.1.0
8342026-05-08T22:08:48.975Z Downloaded phf_shared v0.13.1
8352026-05-08T22:08:48.980Z Downloaded packed_struct_codegen v0.10.1
8362026-05-08T22:08:48.980Z Downloaded parse-display v0.10.0
8372026-05-08T22:08:48.980Z Downloaded parse-size v1.1.0
8382026-05-08T22:08:48.984Z Downloaded pbkdf2 v0.11.0
8392026-05-08T22:08:48.984Z Downloaded half v2.7.1
8402026-05-08T22:08:48.988Z Downloaded half v1.8.3
8412026-05-08T22:08:48.991Z Downloaded num-complex v0.4.6
8422026-05-08T22:08:48.991Z Downloaded phf_shared v0.12.1
8432026-05-08T22:08:48.991Z Downloaded phf_shared v0.11.3
8442026-05-08T22:08:48.991Z Downloaded console v0.16.2
8452026-05-08T22:08:48.995Z Downloaded crossbeam-channel v0.5.15
8462026-05-08T22:08:48.998Z Downloaded num-rational v0.4.2
8472026-05-08T22:08:49.001Z Downloaded lzss v0.8.2
8482026-05-08T22:08:49.001Z Downloaded litrs v1.0.0
8492026-05-08T22:08:49.018Z Downloaded peg-runtime v0.8.5
8502026-05-08T22:08:49.021Z Downloaded crossterm v0.29.0
8512026-05-08T22:08:49.021Z Downloaded pbkdf2 v0.12.2
8522026-05-08T22:08:49.024Z Downloaded path-slash v0.1.5
8532026-05-08T22:08:49.024Z Downloaded oxide-tokio-rt v0.1.4
8542026-05-08T22:08:49.024Z Downloaded predicates-tree v1.0.13
8552026-05-08T22:08:49.028Z Downloaded packed_struct v0.10.1
8562026-05-08T22:08:49.028Z Downloaded futures v0.3.32
8572026-05-08T22:08:49.031Z Downloaded predicates-core v1.0.10
8582026-05-08T22:08:49.031Z Downloaded powerfmt v0.2.0
8592026-05-08T22:08:49.032Z Downloaded num_enum_derive v0.7.5
8602026-05-08T22:08:49.032Z Downloaded precomputed-hash v0.1.1
8612026-05-08T22:08:49.035Z Downloaded password-hash v0.4.2
8622026-05-08T22:08:49.035Z Downloaded parking_lot_core v0.8.6
8632026-05-08T22:08:49.035Z Downloaded num-integer v0.1.46
8642026-05-08T22:08:49.038Z Downloaded num_enum v0.7.5
8652026-05-08T22:08:49.038Z Downloaded newtype-uuid v1.3.2
8662026-05-08T22:08:49.042Z Downloaded ignore v0.4.25
8672026-05-08T22:08:49.042Z Downloaded compact_str v0.8.1
8682026-05-08T22:08:49.047Z Downloaded derive_more-impl v2.1.1
8692026-05-08T22:08:49.050Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-05-08T22:08:49.050Z Downloaded proc-macro-crate v3.4.0
8712026-05-08T22:08:49.050Z Downloaded proc-macro-crate v1.3.1
8722026-05-08T22:08:49.050Z Downloaded peg-macros v0.8.5
8732026-05-08T22:08:49.050Z Downloaded paste v1.0.15
8742026-05-08T22:08:49.054Z Downloaded password-hash v0.5.0
8752026-05-08T22:08:49.054Z Downloaded peg v0.8.5
8762026-05-08T22:08:49.058Z Downloaded nu-ansi-term v0.50.3
8772026-05-08T22:08:49.058Z Downloaded derive_more v2.1.1
8782026-05-08T22:08:49.063Z Downloaded progenitor-macro v0.14.0
8792026-05-08T22:08:49.066Z Downloaded progenitor-macro v0.13.0
8802026-05-08T22:08:49.066Z Downloaded progenitor-client v0.14.0
8812026-05-08T22:08:49.066Z Downloaded progenitor-client v0.11.2
8822026-05-08T22:08:49.066Z Downloaded psl-types v2.0.11
8832026-05-08T22:08:49.070Z Downloaded progenitor-macro v0.11.2
8842026-05-08T22:08:49.070Z Downloaded progenitor-macro v0.10.0
8852026-05-08T22:08:49.070Z Downloaded num_enum v0.5.11
8862026-05-08T22:08:49.073Z Downloaded progenitor-client v0.10.0
8872026-05-08T22:08:49.073Z Downloaded elliptic-curve v0.13.8
8882026-05-08T22:08:49.078Z Downloaded pkcs8 v0.10.2
8892026-05-08T22:08:49.078Z Downloaded parse-display-derive v0.10.0
8902026-05-08T22:08:49.081Z Downloaded libbz2-rs-sys v0.2.2
8912026-05-08T22:08:49.081Z Downloaded quick-error v1.2.3
8922026-05-08T22:08:49.081Z Downloaded heapless v0.8.0
8932026-05-08T22:08:49.085Z Downloaded radium v0.7.0
8942026-05-08T22:08:49.085Z Downloaded oxnet v0.1.4
8952026-05-08T22:08:49.085Z Downloaded phf v0.13.1
8962026-05-08T22:08:49.085Z Downloaded pem-rfc7468 v0.7.0
8972026-05-08T22:08:49.090Z Downloaded pem v3.0.6
8982026-05-08T22:08:49.090Z Downloaded primeorder v0.13.6
8992026-05-08T22:08:49.090Z Downloaded postgres-protocol v0.6.10
9002026-05-08T22:08:49.094Z Downloaded rand_xorshift v0.4.0
9012026-05-08T22:08:49.094Z Downloaded der v0.7.10
9022026-05-08T22:08:49.094Z Downloaded ar_archive_writer v0.5.1
9032026-05-08T22:08:49.097Z Downloaded pkg-config v0.3.32
9042026-05-08T22:08:49.097Z Downloaded ppv-lite86 v0.2.21
9052026-05-08T22:08:49.097Z Downloaded const_format v0.2.35
9062026-05-08T22:08:49.103Z Downloaded polyval v0.6.2
9072026-05-08T22:08:49.103Z Downloaded indexmap v1.9.3
9082026-05-08T22:08:49.106Z Downloaded memmap2 v0.9.10
9092026-05-08T22:08:49.107Z Downloaded indicatif v0.18.4
9102026-05-08T22:08:49.107Z Downloaded rand_chacha v0.3.1
9112026-05-08T22:08:49.107Z Downloaded httparse v1.10.1
9122026-05-08T22:08:49.110Z Downloaded owo-colors v4.3.0
9132026-05-08T22:08:49.110Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-08T22:08:49.115Z Downloaded parking_lot_core v0.9.12
9152026-05-08T22:08:49.115Z Downloaded omicron-zone-package v0.12.2
9162026-05-08T22:08:49.115Z Downloaded headers v0.4.1
9172026-05-08T22:08:49.118Z Downloaded recursive v0.1.1
9182026-05-08T22:08:49.118Z Downloaded crypto-bigint v0.5.5
9192026-05-08T22:08:49.124Z Downloaded progenitor-extras v0.2.0
9202026-05-08T22:08:49.127Z Downloaded progenitor v0.14.0
9212026-05-08T22:08:49.127Z Downloaded ref-cast v1.0.25
9222026-05-08T22:08:49.127Z Downloaded progenitor v0.13.0
9232026-05-08T22:08:49.127Z Downloaded diesel_derives v2.3.7
9242026-05-08T22:08:49.132Z Downloaded pin-project-internal v1.1.11
9252026-05-08T22:08:49.135Z Downloaded progenitor-client v0.13.0
9262026-05-08T22:08:49.135Z Downloaded progenitor v0.11.2
9272026-05-08T22:08:49.139Z Downloaded ref-cast-impl v1.0.25
9282026-05-08T22:08:49.140Z Downloaded rfc6979 v0.4.0
9292026-05-08T22:08:49.140Z Downloaded proc-macro-error2 v2.0.1
9302026-05-08T22:08:49.143Z Downloaded pkcs5 v0.7.1
9312026-05-08T22:08:49.146Z Downloaded psm v0.1.30
9322026-05-08T22:08:49.146Z Downloaded base64 v0.21.7
9332026-05-08T22:08:49.151Z Downloaded rtoolbox v0.0.3
9342026-05-08T22:08:49.151Z Downloaded hickory-resolver v0.24.4
9352026-05-08T22:08:49.154Z Downloaded heapless v0.7.17
9362026-05-08T22:08:49.154Z Downloaded postgres-types v0.2.12
9372026-05-08T22:08:49.157Z Downloaded rustc-hash v2.1.1
9382026-05-08T22:08:49.158Z Downloaded pkcs1 v0.7.5
9392026-05-08T22:08:49.162Z Downloaded rustc_version v0.4.1
9402026-05-08T22:08:49.162Z Downloaded rustc_version v0.1.7
9412026-05-08T22:08:49.162Z Downloaded phf v0.12.1
9422026-05-08T22:08:49.162Z Downloaded postcard v1.1.3
9432026-05-08T22:08:49.166Z Downloaded parking_lot v0.11.2
9442026-05-08T22:08:49.166Z Downloaded dropshot-api-manager v0.7.1
9452026-05-08T22:08:49.166Z Downloaded rand_seeder v0.4.0
9462026-05-08T22:08:49.169Z Downloaded papergrid v0.17.0
9472026-05-08T22:08:49.173Z Downloaded bumpalo v3.20.2
9482026-05-08T22:08:49.173Z Downloaded poly1305 v0.8.0
9492026-05-08T22:08:49.178Z Downloaded rand_core v0.9.5
9502026-05-08T22:08:49.178Z Downloaded jiff-static v0.2.21
9512026-05-08T22:08:49.178Z Downloaded rand_core v0.6.4
9522026-05-08T22:08:49.178Z Downloaded rand_chacha v0.9.0
9532026-05-08T22:08:49.182Z Downloaded expectorate v1.2.0
9542026-05-08T22:08:49.182Z Downloaded p256 v0.13.2
9552026-05-08T22:08:49.182Z Downloaded rand_core v0.10.0
9562026-05-08T22:08:49.185Z Downloaded cc v1.2.56
9572026-05-08T22:08:49.185Z Downloaded r2d2 v0.8.10
9582026-05-08T22:08:49.185Z Downloaded predicates v3.1.4
9592026-05-08T22:08:49.189Z Downloaded scopeguard v1.2.0
9602026-05-08T22:08:49.189Z Downloaded salsa20 v0.10.2
9612026-05-08T22:08:49.189Z Downloaded oso v0.27.3
9622026-05-08T22:08:49.194Z Downloaded pin-project-lite v0.2.17
9632026-05-08T22:08:49.199Z Downloaded sapling-renderdag v0.1.0
9642026-05-08T22:08:49.199Z Downloaded same-file v1.0.6
9652026-05-08T22:08:49.199Z Downloaded pin-project v1.1.11
9662026-05-08T22:08:49.203Z Downloaded progenitor v0.10.0
9672026-05-08T22:08:49.207Z Downloaded miniz_oxide v0.8.9
9682026-05-08T22:08:49.207Z Downloaded secrecy v0.10.3
9692026-05-08T22:08:49.207Z Downloaded arc-swap v1.8.2
9702026-05-08T22:08:49.213Z Downloaded scrypt v0.11.0
9712026-05-08T22:08:49.213Z Downloaded scroll_derive v0.13.1
9722026-05-08T22:08:49.213Z Downloaded seq-macro v0.3.6
9732026-05-08T22:08:49.213Z Downloaded semver v0.1.20
9742026-05-08T22:08:49.216Z Downloaded openssl-sys v0.9.114
9752026-05-08T22:08:49.216Z Downloaded serde_bytes v0.11.19
9762026-05-08T22:08:49.216Z Downloaded resolv-conf v0.7.6
9772026-05-08T22:08:49.216Z Downloaded parking_lot v0.12.5
9782026-05-08T22:08:49.221Z Downloaded ed25519-dalek v2.2.0
9792026-05-08T22:08:49.221Z Downloaded secrecy v0.8.0
9802026-05-08T22:08:49.224Z Downloaded serde_plain v1.0.2
9812026-05-08T22:08:49.224Z Downloaded minimal-lexical v0.2.1
9822026-05-08T22:08:49.227Z Downloaded hickory-resolver v0.25.2
9832026-05-08T22:08:49.227Z Downloaded quinn-udp v0.5.14
9842026-05-08T22:08:49.231Z Downloaded hashbrown v0.13.2
9852026-05-08T22:08:49.235Z Downloaded russh-cryptovec v0.7.3
9862026-05-08T22:08:49.240Z Downloaded serde_urlencoded v0.7.1
9872026-05-08T22:08:49.240Z Downloaded serde_spanned v1.0.4
9882026-05-08T22:08:49.241Z Downloaded serde_repr v0.1.20
9892026-05-08T22:08:49.241Z Downloaded sha1 v0.10.6
9902026-05-08T22:08:49.245Z Downloaded signal-hook-mio v0.2.5
9912026-05-08T22:08:49.249Z Downloaded hashbrown v0.12.3
9922026-05-08T22:08:49.252Z Downloaded aes v0.8.4
9932026-05-08T22:08:49.256Z Downloaded scheduled-thread-pool v0.2.7
9942026-05-08T22:08:49.256Z Downloaded rusty-fork v0.3.1
9952026-05-08T22:08:49.259Z Downloaded sigpipe v0.1.3
9962026-05-08T22:08:49.259Z Downloaded shell-words v1.1.1
9972026-05-08T22:08:49.259Z Downloaded rustls-pemfile v2.2.0
9982026-05-08T22:08:49.262Z Downloaded rustversion v1.0.22
9992026-05-08T22:08:49.265Z Downloaded signal-hook-tokio v0.3.1
10002026-05-08T22:08:49.265Z Downloaded crossterm v0.28.1
10012026-05-08T22:08:49.268Z Downloaded slog-bunyan v2.5.0
10022026-05-08T22:08:49.268Z Downloaded siphasher v1.0.2
10032026-05-08T22:08:49.273Z Downloaded progenitor-impl v0.13.0
10042026-05-08T22:08:49.273Z Downloaded schemars_derive v0.8.22
10052026-05-08T22:08:49.276Z Downloaded progenitor-impl v0.14.0
10062026-05-08T22:08:49.276Z Downloaded http v1.4.0
10072026-05-08T22:08:49.276Z Downloaded hickory-server v0.25.2
10082026-05-08T22:08:49.281Z Downloaded slog-envlogger v2.2.0
10092026-05-08T22:08:49.281Z Downloaded signature v2.2.0
10102026-05-08T22:08:49.281Z Downloaded progenitor-impl v0.10.0
10112026-05-08T22:08:49.284Z Downloaded serde-big-array v0.5.1
10122026-05-08T22:08:49.284Z Downloaded scroll v0.13.0
10132026-05-08T22:08:49.289Z Downloaded serde_derive_internals v0.29.1
10142026-05-08T22:08:49.292Z Downloaded sec1 v0.7.3
10152026-05-08T22:08:49.293Z Downloaded sct v0.7.1
10162026-05-08T22:08:49.300Z Downloaded serde-hex v0.1.0
10172026-05-08T22:08:49.303Z Downloaded hyper-util v0.1.20
10182026-05-08T22:08:49.305Z Downloaded serde_path_to_error v0.1.20
10192026-05-08T22:08:49.305Z Downloaded rustls-native-certs v0.8.3
10202026-05-08T22:08:49.308Z Downloaded ssh-encoding v0.2.0
10212026-05-08T22:08:49.311Z Downloaded sqlparser_derive v0.5.0
10222026-05-08T22:08:49.319Z Downloaded rcgen v0.12.1
10232026-05-08T22:08:49.325Z Downloaded ssh-cipher v0.2.0
10242026-05-08T22:08:49.328Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-08T22:08:49.328Z Downloaded supports-color v3.0.2
10262026-05-08T22:08:49.331Z Downloaded tagptr v0.2.0
10272026-05-08T22:08:49.331Z Downloaded sync-ptr v0.1.4
10282026-05-08T22:08:49.331Z Downloaded structmeta-derive v0.3.0
10292026-05-08T22:08:49.334Z Downloaded tap v1.0.1
10302026-05-08T22:08:49.334Z Downloaded take_mut v0.2.2
10312026-05-08T22:08:49.334Z Downloaded signal-hook-registry v1.4.8
10322026-05-08T22:08:49.337Z Downloaded prettyplease v0.2.37
10332026-05-08T22:08:49.337Z Downloaded prefix-trie v0.7.0
10342026-05-08T22:08:49.340Z Downloaded simd-adler32 v0.3.8
10352026-05-08T22:08:49.344Z Downloaded shlex v1.3.0
10362026-05-08T22:08:49.344Z Downloaded strum v0.27.2
10372026-05-08T22:08:49.348Z Downloaded sync_wrapper v1.0.2
10382026-05-08T22:08:49.348Z Downloaded subtle v2.6.1
10392026-05-08T22:08:49.348Z Downloaded slog-json v2.6.1
10402026-05-08T22:08:49.352Z Downloaded tabwriter v1.4.1
10412026-05-08T22:08:49.352Z Downloaded tabled_derive v0.11.0
10422026-05-08T22:08:49.352Z Downloaded slab v0.4.12
10432026-05-08T22:08:49.352Z Downloaded itertools v0.10.5
10442026-05-08T22:08:49.355Z Downloaded pretty_assertions v1.4.1
10452026-05-08T22:08:49.358Z Downloaded slog-stdlog v4.1.1
10462026-05-08T22:08:49.362Z Downloaded smf v0.2.3
10472026-05-08T22:08:49.362Z Downloaded smallvec v0.6.14
10482026-05-08T22:08:49.365Z Downloaded slog-dtrace v0.3.0
10492026-05-08T22:08:49.365Z Downloaded slog-scope v4.4.1
10502026-05-08T22:08:49.365Z Downloaded serde_cbor v0.11.2
10512026-05-08T22:08:49.369Z Downloaded testing_table v0.3.0
10522026-05-08T22:08:49.369Z Downloaded termtree v0.5.1
10532026-05-08T22:08:49.369Z Downloaded thiserror-impl-no-std v2.0.2
10542026-05-08T22:08:49.372Z Downloaded ron v0.8.1
10552026-05-08T22:08:49.377Z Downloaded stacker v0.1.23
10562026-05-08T22:08:49.377Z Downloaded structmeta v0.3.0
10572026-05-08T22:08:49.381Z Downloaded serde_with_macros v3.17.0
10582026-05-08T22:08:49.381Z Downloaded stringprep v0.1.5
10592026-05-08T22:08:49.381Z Downloaded static_assertions v1.1.0
10602026-05-08T22:08:49.381Z Downloaded tinyvec_macros v0.1.1
10612026-05-08T22:08:49.381Z Downloaded russh-keys v0.45.0
10622026-05-08T22:08:49.385Z Downloaded thread-id v5.1.0
10632026-05-08T22:08:49.388Z Downloaded snafu-derive v0.8.9
10642026-05-08T22:08:49.391Z Downloaded time-core v0.1.8
10652026-05-08T22:08:49.394Z Downloaded spki v0.7.3
10662026-05-08T22:08:49.394Z Downloaded rayon-core v1.13.0
10672026-05-08T22:08:49.399Z Downloaded hashbrown v0.15.5
10682026-05-08T22:08:49.402Z Downloaded ryu v1.0.23
10692026-05-08T22:08:49.403Z Downloaded support-bundle-viewer v0.1.2
10702026-05-08T22:08:49.403Z Downloaded strum_macros v0.26.4
10712026-05-08T22:08:49.406Z Downloaded rustls-pemfile v1.0.4
10722026-05-08T22:08:49.406Z Downloaded slog-async v2.8.0
10732026-05-08T22:08:49.406Z Downloaded rustls-platform-verifier v0.6.2
10742026-05-08T22:08:49.410Z Downloaded strum_macros v0.24.3
10752026-05-08T22:08:49.414Z Downloaded strum v0.26.3
10762026-05-08T22:08:49.414Z Downloaded string_cache v0.8.9
10772026-05-08T22:08:49.414Z Downloaded aes-gcm v0.10.3
10782026-05-08T22:08:49.414Z Downloaded libxml v0.3.3
10792026-05-08T22:08:49.417Z Downloaded hashbrown v0.16.1
10802026-05-08T22:08:49.422Z Downloaded rustls-pki-types v1.14.0
10812026-05-08T22:08:49.426Z Downloaded strum_macros v0.27.2
10822026-05-08T22:08:49.426Z Downloaded slog-term v2.9.2
10832026-05-08T22:08:49.429Z Downloaded nom v7.1.3
10842026-05-08T22:08:49.432Z Downloaded progenitor-impl v0.11.2
10852026-05-08T22:08:49.436Z Downloaded publicsuffix v2.3.0
10862026-05-08T22:08:49.436Z Downloaded schemars v0.8.22
10872026-05-08T22:08:49.441Z Downloaded topological-sort v0.2.2
10882026-05-08T22:08:49.444Z Downloaded sqlformat v0.3.5
10892026-05-08T22:08:49.444Z Downloaded termios v0.3.3
10902026-05-08T22:08:49.447Z Downloaded rand v0.8.5
10912026-05-08T22:08:49.454Z Downloaded quinn v0.11.9
10922026-05-08T22:08:49.457Z Downloaded tokio-macros v2.7.0
10932026-05-08T22:08:49.460Z Downloaded tokio-dtrace v0.1.1
10942026-05-08T22:08:49.460Z Downloaded time-macros v0.2.27
10952026-05-08T22:08:49.460Z Downloaded tower-service v0.3.3
10962026-05-08T22:08:49.463Z Downloaded tls_codec_derive v0.4.2
10972026-05-08T22:08:49.463Z Downloaded try-lock v0.2.5
10982026-05-08T22:08:49.463Z Downloaded trait-variant v0.1.2
10992026-05-08T22:08:49.463Z Downloaded tower-layer v0.3.3
11002026-05-08T22:08:49.466Z Downloaded tls_codec v0.4.2
11012026-05-08T22:08:49.469Z Downloaded tiny-keccak v2.0.2
11022026-05-08T22:08:49.469Z Downloaded bitvec v1.0.1
11032026-05-08T22:08:49.476Z Downloaded schemars v0.9.0
11042026-05-08T22:08:49.482Z Downloaded iri-string v0.7.10
11052026-05-08T22:08:49.486Z Downloaded typify-macro v0.6.2
11062026-05-08T22:08:49.489Z Downloaded typify-macro v0.4.3
11072026-05-08T22:08:49.489Z Downloaded tokio-native-tls v0.3.1
11082026-05-08T22:08:49.489Z Downloaded itertools v0.12.1
11092026-05-08T22:08:49.492Z Downloaded tokio-tungstenite v0.21.0
11102026-05-08T22:08:49.517Z Downloaded tokio-tungstenite v0.23.1
11112026-05-08T22:08:49.517Z Downloaded tokio-rustls v0.25.0
11122026-05-08T22:08:49.520Z Downloaded untrusted v0.9.0
11132026-05-08T22:08:49.520Z Downloaded unit-prefix v0.5.2
11142026-05-08T22:08:49.520Z Downloaded unicode-truncate v1.1.0
11152026-05-08T22:08:49.520Z Downloaded unarray v0.1.4
11162026-05-08T22:08:49.520Z Downloaded aho-corasick v1.1.4
11172026-05-08T22:08:49.520Z Downloaded signal-hook v0.3.18
11182026-05-08T22:08:49.520Z Downloaded usdt-macro v0.6.0
11192026-05-08T22:08:49.520Z Downloaded term v0.7.0
11202026-05-08T22:08:49.520Z Downloaded mio v1.2.0
11212026-05-08T22:08:49.520Z Downloaded slog v2.8.2
11222026-05-08T22:08:49.520Z Downloaded iddqd v0.3.18
11232026-05-08T22:08:49.520Z Downloaded untrusted v0.7.1
11242026-05-08T22:08:49.520Z Downloaded usdt v0.6.0
11252026-05-08T22:08:49.520Z Downloaded toml_writer v1.0.6+spec-1.1.0
11262026-05-08T22:08:49.520Z Downloaded utf-8 v0.7.6
11272026-05-08T22:08:49.520Z Downloaded term v1.2.1
11282026-05-08T22:08:49.524Z Downloaded void v1.0.2
11292026-05-08T22:08:49.524Z Downloaded waitgroup v0.1.2
11302026-05-08T22:08:49.524Z Downloaded wait-timeout v0.2.1
11312026-05-08T22:08:49.524Z Downloaded socket2 v0.5.10
11322026-05-08T22:08:49.527Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-05-08T22:08:49.527Z Downloaded spin v0.9.8
11342026-05-08T22:08:49.527Z Downloaded thread_local v1.1.9
11352026-05-08T22:08:49.527Z Downloaded thiserror-no-std v2.0.2
11362026-05-08T22:08:49.530Z Downloaded num-bigint v0.4.6
11372026-05-08T22:08:49.535Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-05-08T22:08:49.538Z Downloaded rsa v0.9.10
11392026-05-08T22:08:49.541Z Downloaded usdt-attr-macro v0.6.0
11402026-05-08T22:08:49.541Z Downloaded want v0.3.1
11412026-05-08T22:08:49.545Z Downloaded rand v0.9.2
11422026-05-08T22:08:49.545Z Downloaded tui-tree-widget v0.23.1
11432026-05-08T22:08:49.545Z Downloaded socket2 v0.6.3
11442026-05-08T22:08:49.549Z Downloaded num-bigint-dig v0.8.6
11452026-05-08T22:08:49.552Z Downloaded libm v0.2.16
11462026-05-08T22:08:49.555Z Downloaded rustls-webpki v0.103.9
11472026-05-08T22:08:49.558Z Downloaded subprocess v0.2.15
11482026-05-08T22:08:49.558Z Downloaded futures-util v0.3.32
11492026-05-08T22:08:49.564Z Downloaded xattr v1.6.1
11502026-05-08T22:08:49.568Z Downloaded serde_yaml v0.9.34+deprecated
11512026-05-08T22:08:49.572Z Downloaded unicase v2.9.0
11522026-05-08T22:08:49.575Z Downloaded schemars v1.2.1
11532026-05-08T22:08:49.579Z Downloaded universal-hash v0.5.1
11542026-05-08T22:08:49.584Z Downloaded tokio-stream v0.1.18
11552026-05-08T22:08:49.584Z Downloaded xshell-macros v0.2.7
11562026-05-08T22:08:49.587Z Downloaded tokio-rustls v0.24.1
11572026-05-08T22:08:49.587Z Downloaded itertools v0.13.0
11582026-05-08T22:08:49.590Z Downloaded zeroize_derive v1.4.3
11592026-05-08T22:08:49.590Z Downloaded qorb v0.4.1
11602026-05-08T22:08:49.595Z Downloaded usdt-impl v0.6.0
11612026-05-08T22:08:49.595Z Downloaded snafu v0.8.9
11622026-05-08T22:08:49.598Z Downloaded zone_cfg_derive v0.3.1
11632026-05-08T22:08:49.598Z Downloaded zone v0.3.1
11642026-05-08T22:08:49.598Z Downloaded vsss-rs v3.3.4
11652026-05-08T22:08:49.603Z Downloaded test-strategy v0.4.5
11662026-05-08T22:08:49.603Z Downloaded vergen-lib v0.1.6
11672026-05-08T22:08:49.603Z Downloaded hkdf v0.12.4
11682026-05-08T22:08:49.606Z Downloaded vergen-git2 v1.0.7
11692026-05-08T22:08:49.606Z Downloaded uzers v0.12.2
11702026-05-08T22:08:49.606Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-05-08T22:08:49.609Z Downloaded samael v0.0.19
11722026-05-08T22:08:49.612Z Downloaded vergen-gitcl v1.0.8
11732026-05-08T22:08:49.615Z Downloaded tinyvec v1.10.0
11742026-05-08T22:08:49.627Z Downloaded similar v2.7.0
11752026-05-08T22:08:49.632Z Downloaded twox-hash v2.1.2
11762026-05-08T22:08:49.632Z Downloaded walkdir v2.5.0
11772026-05-08T22:08:49.636Z Downloaded wyz v0.5.1
11782026-05-08T22:08:49.637Z Downloaded whoami v2.1.0
11792026-05-08T22:08:49.637Z Downloaded rand v0.10.0
11802026-05-08T22:08:49.641Z Downloaded whoami v1.6.1
11812026-05-08T22:08:49.644Z Downloaded tokio-rustls v0.26.4
11822026-05-08T22:08:49.644Z Downloaded tar v0.4.45
11832026-05-08T22:08:49.644Z Downloaded xshell v0.2.7
11842026-05-08T22:08:49.650Z Downloaded unicode-properties v0.1.4
11852026-05-08T22:08:49.653Z Downloaded itertools v0.14.0
11862026-05-08T22:08:49.657Z Downloaded zeroize v1.8.2
11872026-05-08T22:08:49.661Z Downloaded vergen v9.0.6
11882026-05-08T22:08:49.662Z Downloaded toml v0.7.8
11892026-05-08T22:08:49.665Z Downloaded p521 v0.13.3
11902026-05-08T22:08:49.665Z Downloaded zstd v0.13.3
11912026-05-08T22:08:49.665Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-08T22:08:49.669Z Downloaded russh v0.45.0
11932026-05-08T22:08:49.672Z Downloaded h2 v0.4.13
11942026-05-08T22:08:49.676Z Downloaded hyper v1.8.1
11952026-05-08T22:08:49.679Z Downloaded tracing-attributes v0.1.31
11962026-05-08T22:08:49.679Z Downloaded tungstenite v0.23.0
11972026-05-08T22:08:49.682Z Downloaded blake3 v1.8.3
11982026-05-08T22:08:49.688Z Downloaded steno v0.4.1
11992026-05-08T22:08:49.691Z Downloaded typify v0.4.3
12002026-05-08T22:08:49.701Z Downloaded unicode-bidi v0.3.18
12012026-05-08T22:08:49.704Z Downloaded typify v0.6.2
12022026-05-08T22:08:49.709Z Downloaded unsafe-libyaml v0.2.11
12032026-05-08T22:08:49.712Z Downloaded toml v0.9.12+spec-1.1.0
12042026-05-08T22:08:49.715Z Downloaded rustyline v14.0.0
12052026-05-08T22:08:49.729Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-08T22:08:49.732Z Downloaded tungstenite v0.21.0
12072026-05-08T22:08:49.735Z Downloaded zstd-safe v7.2.4
12082026-05-08T22:08:49.744Z Downloaded tracing-core v0.1.36
12092026-05-08T22:08:49.750Z Downloaded aws-lc-rs v1.16.0
12102026-05-08T22:08:49.756Z Downloaded zerocopy v0.6.6
12112026-05-08T22:08:49.758Z Downloaded tokio-postgres v0.7.16
12122026-05-08T22:08:49.761Z Downloaded toml_edit v0.19.15
12132026-05-08T22:08:49.769Z Downloaded zopfli v0.8.3
12142026-05-08T22:08:49.772Z Downloaded vte v0.14.1
12152026-05-08T22:08:49.772Z Downloaded uuid v1.23.0
12162026-05-08T22:08:49.775Z Downloaded rpassword v7.4.0
12172026-05-08T22:08:49.797Z Downloaded yasna v0.5.2
12182026-05-08T22:08:49.801Z Downloaded yansi v1.0.1
12192026-05-08T22:08:49.803Z Downloaded unicode_categories v0.1.1
12202026-05-08T22:08:49.806Z Downloaded zip v0.6.6
12212026-05-08T22:08:49.810Z Downloaded reedline v0.40.0
12222026-05-08T22:08:49.813Z Downloaded reqwest v0.13.2
12232026-05-08T22:08:49.816Z Downloaded reqwest v0.12.28
12242026-05-08T22:08:49.820Z Downloaded p384 v0.13.1
12252026-05-08T22:08:49.822Z Downloaded ssh-key v0.6.7
12262026-05-08T22:08:49.826Z Downloaded regex v1.12.3
12272026-05-08T22:08:49.832Z Downloaded rayon v1.11.0
12282026-05-08T22:08:49.839Z Downloaded zerocopy-derive v0.8.40
12292026-05-08T22:08:49.845Z Downloaded unicode-segmentation v1.12.0
12302026-05-08T22:08:49.849Z Downloaded git2 v0.20.4
12312026-05-08T22:08:49.854Z Downloaded quick-xml v0.37.5
12322026-05-08T22:08:49.861Z Downloaded tower v0.5.3
12332026-05-08T22:08:49.866Z Downloaded x509-cert v0.2.5
12342026-05-08T22:08:49.869Z Downloaded typed-path v0.9.3
12352026-05-08T22:08:49.873Z Downloaded salty v0.3.0
12362026-05-08T22:08:49.876Z Downloaded lalrpop v0.19.12
12372026-05-08T22:08:49.883Z Downloaded portable-atomic v1.13.1
12382026-05-08T22:08:49.887Z Downloaded bindgen v0.71.1
12392026-05-08T22:08:49.891Z Downloaded chrono v0.4.44
12402026-05-08T22:08:49.895Z Downloaded unicode-normalization v0.1.25
12412026-05-08T22:08:49.898Z Downloaded zip v4.6.1
12422026-05-08T22:08:49.906Z Downloaded goblin v0.10.5
12432026-05-08T22:08:49.911Z Downloaded proptest v1.10.0
12442026-05-08T22:08:49.915Z Downloaded rustls-webpki v0.101.7
12452026-05-08T22:08:49.923Z Downloaded rustls-webpki v0.102.8
12462026-05-08T22:08:49.933Z Downloaded tough v0.20.0
12472026-05-08T22:08:49.938Z Downloaded object v0.30.4
12482026-05-08T22:08:49.943Z Downloaded nix v0.27.1
12492026-05-08T22:08:49.949Z Downloaded tokio-util v0.7.18
12502026-05-08T22:08:49.953Z Downloaded curve25519-dalek v4.1.3
12512026-05-08T22:08:49.957Z Downloaded radix_trie v0.2.1
12522026-05-08T22:08:49.960Z Downloaded quinn-proto v0.11.13
12532026-05-08T22:08:49.967Z Downloaded petname v2.0.2
12542026-05-08T22:08:49.970Z Downloaded moka v0.12.13
12552026-05-08T22:08:49.974Z Downloaded tower-http v0.6.8
12562026-05-08T22:08:49.991Z Downloaded serde_with v3.17.0
12572026-05-08T22:08:50.000Z Downloaded winnow v0.6.26
12582026-05-08T22:08:50.005Z Downloaded winnow v0.5.40
12592026-05-08T22:08:50.010Z Downloaded bstr v1.12.1
12602026-05-08T22:08:50.015Z Downloaded openssl v0.10.78
12612026-05-08T22:08:50.021Z Downloaded tabled v0.20.0
12622026-05-08T22:08:50.030Z Downloaded nix v0.28.0
12632026-05-08T22:08:50.036Z Downloaded polar-core v0.27.3
12642026-05-08T22:08:50.048Z Downloaded object v0.37.3
12652026-05-08T22:08:50.054Z Downloaded zlib-rs v0.6.2
12662026-05-08T22:08:50.080Z Downloaded dropshot v0.17.0
12672026-05-08T22:08:50.093Z Downloaded zerocopy v0.8.40
12682026-05-08T22:08:50.098Z Downloaded webpki-roots v1.0.6
12692026-05-08T22:08:50.101Z Downloaded smoltcp v0.9.1
12702026-05-08T22:08:50.106Z Downloaded time v0.3.47
12712026-05-08T22:08:50.113Z Downloaded nix v0.29.0
12722026-05-08T22:08:50.122Z Downloaded nix v0.31.2
12732026-05-08T22:08:50.129Z Downloaded dropshot v0.16.7
12742026-05-08T22:08:50.141Z Downloaded vcpkg v0.2.15
12752026-05-08T22:08:50.163Z Downloaded rustls v0.23.37
12762026-05-08T22:08:50.169Z Downloaded hickory-proto v0.24.4
12772026-05-08T22:08:50.178Z Downloaded rustls v0.22.4
12782026-05-08T22:08:50.185Z Downloaded openapiv3 v2.2.0
12792026-05-08T22:08:50.191Z Downloaded regex-syntax v0.8.10
12802026-05-08T22:08:50.196Z Downloaded regress v0.11.1
12812026-05-08T22:08:50.201Z Downloaded smoltcp v0.11.0
12822026-05-08T22:08:50.208Z Downloaded diesel v2.3.7
12832026-05-08T22:08:50.219Z Downloaded sqlparser v0.61.0
12842026-05-08T22:08:50.225Z Downloaded rustix v0.38.44
12852026-05-08T22:08:50.237Z Downloaded hickory-proto v0.25.2
12862026-05-08T22:08:50.247Z Downloaded regress v0.10.5
12872026-05-08T22:08:50.251Z Downloaded rustls v0.21.12
12882026-05-08T22:08:50.257Z Downloaded regex-syntax v0.6.29
12892026-05-08T22:08:50.261Z Downloaded tracing v0.1.44
12902026-05-08T22:08:50.274Z Downloaded typify-impl v0.6.2
12912026-05-08T22:08:50.282Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-05-08T22:08:50.297Z Downloaded typify-impl v0.4.3
12932026-05-08T22:08:50.305Z Downloaded zerocopy-derive v0.6.6
12942026-05-08T22:08:50.311Z Downloaded sled v0.34.7
12952026-05-08T22:08:50.316Z Downloaded ratatui v0.29.0
12962026-05-08T22:08:50.327Z Downloaded regex-automata v0.4.14
12972026-05-08T22:08:50.339Z Downloaded petgraph v0.6.5
12982026-05-08T22:08:50.350Z Downloaded chrono-tz v0.10.4
12992026-05-08T22:08:50.361Z Downloaded jiff v0.2.21
13002026-05-08T22:08:50.371Z Downloaded petgraph v0.8.3
13012026-05-08T22:08:50.399Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-08T22:08:50.409Z Downloaded sha3 v0.10.8
13032026-05-08T22:08:50.412Z Downloaded libz-sys v1.1.24
13042026-05-08T22:08:50.425Z Downloaded csv v1.4.0
13052026-05-08T22:08:50.436Z Downloaded tokio v1.52.1
13062026-05-08T22:08:50.494Z Downloaded encoding_rs v0.8.35
13072026-05-08T22:08:50.507Z Downloaded ring v0.17.14
13082026-05-08T22:08:50.568Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-08T22:08:51.090Z Downloaded aws-lc-sys v0.37.1
13102026-05-08T22:08:51.336Z Compiling libc v0.2.185
13112026-05-08T22:08:51.336Z Compiling serde v1.0.228
13122026-05-08T22:08:51.339Z Compiling find-msvc-tools v0.1.9
13132026-05-08T22:08:51.339Z Compiling shlex v1.3.0
13142026-05-08T22:08:51.339Z Compiling log v0.4.29
13152026-05-08T22:08:51.475Z Compiling smallvec v1.15.1
13162026-05-08T22:08:51.484Z Compiling syn v2.0.117
13172026-05-08T22:08:51.502Z Compiling typenum v1.19.0
13182026-05-08T22:08:51.668Z Compiling generic-array v0.14.7
13192026-05-08T22:08:51.718Z Compiling subtle v2.6.1
13202026-05-08T22:08:51.724Z Compiling scopeguard v1.2.0
13212026-05-08T22:08:51.755Z Compiling const-oid v0.9.6
13222026-05-08T22:08:51.787Z Compiling portable-atomic v1.13.1
13232026-05-08T22:08:51.820Z Compiling lock_api v0.4.14
13242026-05-08T22:08:51.859Z Compiling zerocopy v0.8.40
13252026-05-08T22:08:51.909Z Compiling critical-section v1.2.0
13262026-05-08T22:08:52.012Z Compiling serde_json v1.0.149
13272026-05-08T22:08:52.037Z Compiling parking_lot_core v0.9.12
13282026-05-08T22:08:52.215Z Compiling pin-project-lite v0.2.17
13292026-05-08T22:08:52.290Z Compiling pkg-config v0.3.32
13302026-05-08T22:08:52.315Z Compiling getrandom v0.2.17
13312026-05-08T22:08:52.369Z Compiling jobserver v0.1.34
13322026-05-08T22:08:52.433Z Compiling errno v0.3.14
13332026-05-08T22:08:52.457Z Compiling rand_core v0.6.4
13342026-05-08T22:08:52.662Z Compiling signal-hook-registry v1.4.8
13352026-05-08T22:08:52.760Z Compiling cc v1.2.56
13362026-05-08T22:08:52.849Z Compiling once_cell v1.21.3
13372026-05-08T22:08:52.868Z Compiling bitflags v2.11.0
13382026-05-08T22:08:52.939Z Compiling libm v0.2.16
13392026-05-08T22:08:52.952Z Compiling parking_lot v0.12.5
13402026-05-08T22:08:52.971Z Compiling mio v1.2.0
13412026-05-08T22:08:53.088Z Compiling num-traits v0.2.19
13422026-05-08T22:08:53.116Z Compiling futures-core v0.3.32
13432026-05-08T22:08:53.271Z Compiling percent-encoding v2.3.2
13442026-05-08T22:08:53.359Z Compiling socket2 v0.6.3
13452026-05-08T22:08:53.437Z Compiling cpufeatures v0.2.17
13462026-05-08T22:08:53.487Z Compiling futures-sink v0.3.32
13472026-05-08T22:08:53.512Z Compiling slab v0.4.12
13482026-05-08T22:08:53.526Z Compiling getrandom v0.4.1
13492026-05-08T22:08:53.564Z Compiling futures-task v0.3.32
13502026-05-08T22:08:53.589Z Compiling futures-channel v0.3.32
13512026-05-08T22:08:53.686Z Compiling futures-io v0.3.32
13522026-05-08T22:08:53.734Z Compiling rustversion v1.0.22
13532026-05-08T22:08:53.767Z Compiling getrandom v0.3.4
13542026-05-08T22:08:53.816Z Compiling rand_core v0.10.0
13552026-05-08T22:08:53.842Z Compiling indexmap v2.14.0
13562026-05-08T22:08:53.875Z Compiling cmake v0.1.57
13572026-05-08T22:08:54.290Z Compiling form_urlencoded v1.2.2
13582026-05-08T22:08:54.377Z Compiling fs_extra v1.3.0
13592026-05-08T22:08:54.465Z Compiling synstructure v0.13.2
13602026-05-08T22:08:54.469Z Compiling base64ct v1.8.3
13612026-05-08T22:08:54.520Z Compiling ident_case v1.0.1
13622026-05-08T22:08:54.646Z Compiling dunce v1.0.5
13632026-05-08T22:08:54.661Z Compiling flagset v0.4.7
13642026-05-08T22:08:54.720Z Compiling rand_core v0.9.5
13652026-05-08T22:08:54.744Z Compiling aws-lc-sys v0.37.1
13662026-05-08T22:08:54.758Z Compiling pem-rfc7468 v0.7.0
13672026-05-08T22:08:54.772Z Compiling rustix v1.1.3
13682026-05-08T22:08:54.791Z Compiling iana-time-zone v0.1.65
13692026-05-08T22:08:54.845Z Compiling ring v0.17.14
13702026-05-08T22:08:54.994Z Compiling uuid v1.23.0
13712026-05-08T22:08:55.008Z Compiling rustc_version v0.4.1
13722026-05-08T22:08:55.061Z Compiling vcpkg v0.2.15
13732026-05-08T22:08:55.087Z Compiling aws-lc-rs v1.16.0
13742026-05-08T22:08:55.331Z Compiling regex-syntax v0.8.10
13752026-05-08T22:08:55.378Z Compiling tracing-core v0.1.36
13762026-05-08T22:08:55.695Z Compiling pest_generator v2.8.6
13772026-05-08T22:08:55.798Z Compiling openssl-sys v0.9.114
13782026-05-08T22:08:55.934Z Compiling serde_derive_internals v0.29.1
13792026-05-08T22:08:56.196Z Compiling serde_derive v1.0.228
13802026-05-08T22:08:56.324Z Compiling zeroize_derive v1.4.3
13812026-05-08T22:08:56.410Z Compiling zerofrom-derive v0.1.6
13822026-05-08T22:08:56.510Z Compiling yoke-derive v0.8.1
13832026-05-08T22:08:56.868Z Compiling zerocopy-derive v0.8.40
13842026-05-08T22:08:56.974Z Compiling zeroize v1.8.2
13852026-05-08T22:08:57.666Z Compiling zerovec-derive v0.11.2
13862026-05-08T22:08:57.688Z Compiling displaydoc v0.2.5
13872026-05-08T22:08:57.773Z Compiling crypto-common v0.1.7
13882026-05-08T22:08:57.808Z Compiling zerofrom v0.1.6
13892026-05-08T22:08:57.917Z Compiling yoke v0.8.1
13902026-05-08T22:08:57.933Z Compiling block-buffer v0.10.4
13912026-05-08T22:08:58.101Z Compiling digest v0.10.7
13922026-05-08T22:08:58.101Z Compiling tokio-macros v2.7.0
13932026-05-08T22:08:58.352Z Compiling hmac v0.12.1
13942026-05-08T22:08:58.424Z Compiling zerotrie v0.2.3
13952026-05-08T22:08:58.507Z Compiling futures-macro v0.3.32
13962026-05-08T22:08:58.718Z Compiling block-padding v0.3.3
13972026-05-08T22:08:58.772Z Compiling zerovec v0.11.5
13982026-05-08T22:08:58.825Z Compiling sha2 v0.10.9
13992026-05-08T22:08:58.869Z Compiling inout v0.1.4
14002026-05-08T22:08:59.036Z Compiling cipher v0.4.4
14012026-05-08T22:08:59.266Z Compiling tinystr v0.8.2
14022026-05-08T22:08:59.286Z Compiling potential_utf v0.1.4
14032026-05-08T22:08:59.301Z Compiling futures-util v0.3.32
14042026-05-08T22:08:59.445Z Compiling icu_locale_core v2.1.1
14052026-05-08T22:08:59.460Z Compiling icu_collections v2.1.1
14062026-05-08T22:08:59.509Z Compiling der_derive v0.7.3
14072026-05-08T22:08:59.633Z Compiling bytes v1.11.1
14082026-05-08T22:08:59.933Z Compiling chrono v0.4.44
14092026-05-08T22:09:00.187Z Compiling tokio v1.52.1
14102026-05-08T22:09:00.231Z Compiling icu_provider v2.1.1
14112026-05-08T22:09:00.303Z Compiling http v1.4.0
14122026-05-08T22:09:00.440Z Compiling der v0.7.10
14132026-05-08T22:09:00.512Z Compiling icu_normalizer v2.1.1
14142026-05-08T22:09:01.027Z Compiling icu_properties v2.1.2
14152026-05-08T22:09:01.182Z Compiling ppv-lite86 v0.2.21
14162026-05-08T22:09:01.258Z Compiling spki v0.7.3
14172026-05-08T22:09:01.270Z Compiling salsa20 v0.10.2
14182026-05-08T22:09:01.404Z Compiling pbkdf2 v0.12.2
14192026-05-08T22:09:01.461Z Compiling thiserror-impl v2.0.18
14202026-05-08T22:09:01.493Z Compiling scrypt v0.11.0
14212026-05-08T22:09:01.520Z Compiling rand_chacha v0.9.0
14222026-05-08T22:09:01.531Z Compiling aes v0.8.4
14232026-05-08T22:09:01.593Z Compiling cbc v0.1.2
14242026-05-08T22:09:01.735Z Compiling rustls-pki-types v1.14.0
14252026-05-08T22:09:01.735Z Compiling tracing-attributes v0.1.31
14262026-05-08T22:09:02.088Z Compiling idna_adapter v1.2.1
14272026-05-08T22:09:02.185Z Compiling pkcs5 v0.7.1
14282026-05-08T22:09:02.199Z Compiling idna v1.1.0
14292026-05-08T22:09:02.220Z Compiling rand v0.9.2
14302026-05-08T22:09:02.602Z Compiling url v2.5.8
14312026-05-08T22:09:02.696Z Compiling http-body v1.0.1
14322026-05-08T22:09:02.736Z Compiling thiserror v2.0.18
14332026-05-08T22:09:02.854Z Compiling base64 v0.22.1
14342026-05-08T22:09:02.876Z Compiling openssl-probe v0.2.1
14352026-05-08T22:09:02.903Z Compiling schemars v0.8.22
14362026-05-08T22:09:03.019Z Compiling httparse v1.10.1
14372026-05-08T22:09:03.048Z Compiling untrusted v0.7.1
14382026-05-08T22:09:03.062Z Compiling tracing v0.1.44
14392026-05-08T22:09:03.100Z Compiling untrusted v0.9.0
14402026-05-08T22:09:03.168Z Compiling pkcs8 v0.10.2
14412026-05-08T22:09:03.216Z Compiling schemars_derive v0.8.22
14422026-05-08T22:09:03.319Z Compiling pest_derive v2.8.6
14432026-05-08T22:09:03.390Z Compiling scroll_derive v0.13.1
14442026-05-08T22:09:03.403Z Compiling darling_core v0.20.11
14452026-05-08T22:09:03.484Z Compiling try-lock v0.2.5
14462026-05-08T22:09:03.593Z Compiling tower-service v0.3.3
14472026-05-08T22:09:03.691Z Compiling atomic-waker v1.1.2
14482026-05-08T22:09:03.740Z Compiling rustls v0.23.37
14492026-05-08T22:09:03.813Z Compiling dyn-clone v1.0.20
14502026-05-08T22:09:03.907Z Compiling tokio-util v0.7.18
14512026-05-08T22:09:03.950Z Compiling tower-layer v0.3.3
14522026-05-08T22:09:04.108Z Compiling tinyvec_macros v0.1.1
14532026-05-08T22:09:04.174Z Compiling scroll v0.13.0
14542026-05-08T22:09:04.188Z Compiling tinyvec v1.10.0
14552026-05-08T22:09:04.437Z Compiling want v0.3.1
14562026-05-08T22:09:04.595Z Compiling h2 v0.4.13
14572026-05-08T22:09:04.807Z Compiling ipnet v2.11.0
14582026-05-08T22:09:04.907Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-08T22:09:04.939Z Compiling spin v0.9.8
14602026-05-08T22:09:05.140Z Compiling aho-corasick v1.1.4
14612026-05-08T22:09:05.284Z Compiling pin-utils v0.1.0
14622026-05-08T22:09:05.298Z Compiling httpdate v1.0.3
14632026-05-08T22:09:05.358Z Compiling foreign-types-shared v0.1.1
14642026-05-08T22:09:05.446Z Compiling num-conv v0.2.0
14652026-05-08T22:09:05.512Z Compiling crc32fast v1.5.0
14662026-05-08T22:09:05.576Z Compiling openssl v0.10.78
14672026-05-08T22:09:05.624Z Compiling darling_macro v0.20.11
14682026-05-08T22:09:05.704Z Compiling powerfmt v0.2.0
14692026-05-08T22:09:05.772Z Compiling time-core v0.1.8
14702026-05-08T22:09:05.798Z Compiling tempfile v3.25.0
14712026-05-08T22:09:05.880Z Compiling deranged v0.5.8
14722026-05-08T22:09:05.898Z Compiling foreign-types v0.3.2
14732026-05-08T22:09:05.917Z Compiling time-macros v0.2.27
14742026-05-08T22:09:05.969Z Compiling regex-automata v0.4.14
14752026-05-08T22:09:06.084Z Compiling darling v0.20.11
14762026-05-08T22:09:06.178Z Compiling goblin v0.10.5
14772026-05-08T22:09:06.828Z Compiling openssl-macros v0.1.1
14782026-05-08T22:09:06.947Z Compiling wait-timeout v0.2.1
14792026-05-08T22:09:07.208Z Compiling syn v1.0.109
14802026-05-08T22:09:07.213Z Compiling quick-error v1.2.3
14812026-05-08T22:09:07.325Z Compiling bit-vec v0.8.0
14822026-05-08T22:09:07.340Z Compiling usdt-impl v0.6.0
14832026-05-08T22:09:07.504Z Compiling hyper v1.8.1
14842026-05-08T22:09:07.590Z Compiling crossbeam-utils v0.8.21
14852026-05-08T22:09:07.605Z Compiling native-tls v0.2.18
14862026-05-08T22:09:07.801Z Compiling num_threads v0.1.7
14872026-05-08T22:09:07.873Z Compiling siphasher v1.0.2
14882026-05-08T22:09:07.899Z Compiling simd-adler32 v0.3.8
14892026-05-08T22:09:08.081Z Compiling time v0.3.47
14902026-05-08T22:09:08.178Z Compiling bit-set v0.8.0
14912026-05-08T22:09:08.386Z Compiling rusty-fork v0.3.1
14922026-05-08T22:09:08.708Z Compiling hyper-util v0.1.20
14932026-05-08T22:09:09.169Z Compiling dof v0.4.0
14942026-05-08T22:09:09.673Z Compiling derive_builder_core v0.20.2
14952026-05-08T22:09:10.227Z Compiling unicode-normalization v0.1.25
14962026-05-08T22:09:10.324Z Compiling dtrace-parser v0.3.0
14972026-05-08T22:09:10.443Z Compiling rustls-native-certs v0.8.3
14982026-05-08T22:09:10.475Z Compiling signature v2.2.0
14992026-05-08T22:09:10.517Z Compiling thiserror-impl v1.0.69
15002026-05-08T22:09:10.651Z Compiling scroll_derive v0.12.1
15012026-05-08T22:09:10.673Z Compiling heapless v0.7.17
15022026-05-08T22:09:10.724Z Compiling rand_xorshift v0.4.0
15032026-05-08T22:09:10.885Z Compiling slog v2.8.2
15042026-05-08T22:09:10.907Z Compiling darling_core v0.21.3
15052026-05-08T22:09:11.051Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-08T22:09:11.066Z Compiling sync_wrapper v1.0.2
15072026-05-08T22:09:11.171Z Compiling thread-id v5.1.0
15082026-05-08T22:09:11.256Z Compiling cookie v0.18.1
15092026-05-08T22:09:11.296Z Compiling allocator-api2 v0.2.21
15102026-05-08T22:09:11.321Z Compiling unarray v0.1.4
15112026-05-08T22:09:11.428Z Compiling adler2 v2.0.1
15122026-05-08T22:09:11.428Z Compiling signal-hook v0.3.18
15132026-05-08T22:09:11.433Z Compiling paste v1.0.15
15142026-05-08T22:09:11.569Z Compiling zstd-safe v7.2.4
15152026-05-08T22:09:11.594Z Compiling unicode-properties v0.1.4
15162026-05-08T22:09:11.607Z Compiling anyhow v1.0.102
15172026-05-08T22:09:11.711Z Compiling unicode-bidi v0.3.18
15182026-05-08T22:09:11.768Z Compiling thiserror v1.0.69
15192026-05-08T22:09:11.810Z Compiling miniz_oxide v0.8.9
15202026-05-08T22:09:11.843Z Compiling proptest v1.10.0
15212026-05-08T22:09:12.108Z Compiling stringprep v0.1.5
15222026-05-08T22:09:12.228Z Compiling scroll v0.12.0
15232026-05-08T22:09:12.481Z Compiling tower v0.5.3
15242026-05-08T22:09:12.661Z Compiling derive_builder_macro v0.20.2
15252026-05-08T22:09:13.011Z Compiling ipnetwork v0.21.1
15262026-05-08T22:09:13.079Z Compiling http-body-util v0.1.3
15272026-05-08T22:09:13.109Z Compiling webpki-roots v1.0.6
15282026-05-08T22:09:13.228Z Compiling rand_chacha v0.3.1
15292026-05-08T22:09:13.326Z Compiling toml_datetime v0.6.11
15302026-05-08T22:09:13.406Z Compiling darling_macro v0.21.3
15312026-05-08T22:09:13.466Z Compiling serde_tokenstream v0.2.3
15322026-05-08T22:09:13.479Z Compiling erased-serde v0.3.31
15332026-05-08T22:09:13.583Z Compiling serde_spanned v0.6.9
15342026-05-08T22:09:13.732Z Compiling md-5 v0.10.6
15352026-05-08T22:09:13.747Z Compiling zerocopy-derive v0.7.35
15362026-05-08T22:09:13.883Z Compiling curve25519-dalek v4.1.3
15372026-05-08T22:09:13.899Z Compiling vergen-lib v0.1.6
15382026-05-08T22:09:13.968Z Compiling num-integer v0.1.46
15392026-05-08T22:09:14.047Z Compiling hash32 v0.2.1
15402026-05-08T22:09:14.076Z Compiling ff v0.13.1
15412026-05-08T22:09:14.209Z Compiling memoffset v0.9.1
15422026-05-08T22:09:14.212Z Compiling cfg_aliases v0.2.1
15432026-05-08T22:09:14.236Z Compiling zlib-rs v0.6.2
15442026-05-08T22:09:14.282Z Compiling iri-string v0.7.10
15452026-05-08T22:09:14.297Z Compiling psl-types v2.0.11
15462026-05-08T22:09:14.408Z Compiling litrs v1.0.0
15472026-05-08T22:09:14.422Z Compiling ryu v1.0.23
15482026-05-08T22:09:14.599Z Compiling base16ct v0.2.0
15492026-05-08T22:09:14.602Z Compiling rustix v0.38.44
15502026-05-08T22:09:14.772Z Compiling smoltcp v0.9.1
15512026-05-08T22:09:14.907Z Compiling ref-cast v1.0.25
15522026-05-08T22:09:14.946Z Compiling fallible-iterator v0.2.0
15532026-05-08T22:09:15.113Z Compiling num-bigint-dig v0.8.6
15542026-05-08T22:09:15.254Z Compiling postgres-protocol v0.6.10
15552026-05-08T22:09:15.328Z Compiling document-features v0.2.12
15562026-05-08T22:09:15.394Z Compiling sec1 v0.7.3
15572026-05-08T22:09:15.641Z Compiling tower-http v0.6.8
15582026-05-08T22:09:15.771Z Compiling zerocopy v0.7.35
15592026-05-08T22:09:15.799Z Compiling serde_urlencoded v0.7.1
15602026-05-08T22:09:15.977Z Compiling publicsuffix v2.3.0
15612026-05-08T22:09:16.029Z Compiling nix v0.31.2
15622026-05-08T22:09:16.116Z Compiling newtype-uuid v1.3.2
15632026-05-08T22:09:16.148Z Compiling num-iter v0.1.45
15642026-05-08T22:09:16.328Z Compiling group v0.13.0
15652026-05-08T22:09:16.437Z Compiling darling v0.21.3
15662026-05-08T22:09:16.464Z Compiling rand v0.8.5
15672026-05-08T22:09:16.512Z Compiling oxnet v0.1.4
15682026-05-08T22:09:16.707Z Compiling derive_builder v0.20.2
15692026-05-08T22:09:16.736Z Compiling hubpack_derive v0.1.1
15702026-05-08T22:09:16.832Z Compiling tokio-native-tls v0.3.1
15712026-05-08T22:09:16.988Z Compiling goblin v0.8.2
15722026-05-08T22:09:17.014Z Compiling flate2 v1.1.9
15732026-05-08T22:09:17.381Z Compiling regex v1.12.3
15742026-05-08T22:09:17.426Z Compiling phf_shared v0.13.1
15752026-05-08T22:09:17.621Z Compiling lazy_static v1.5.0
15762026-05-08T22:09:17.693Z Compiling cargo-platform v0.1.9
15772026-05-08T22:09:17.717Z Compiling hkdf v0.12.4
15782026-05-08T22:09:17.758Z Compiling crypto-bigint v0.5.5
15792026-05-08T22:09:17.853Z Compiling terminal_size v0.4.3
15802026-05-08T22:09:17.882Z Compiling strum_macros v0.27.2
15812026-05-08T22:09:17.925Z Compiling daft-derive v0.1.5
15822026-05-08T22:09:17.943Z Compiling ref-cast-impl v1.0.25
15832026-05-08T22:09:17.987Z Compiling curve25519-dalek-derive v0.1.1
15842026-05-08T22:09:18.483Z Compiling async-trait v0.1.89
15852026-05-08T22:09:18.637Z Compiling vergen v9.0.6
15862026-05-08T22:09:18.652Z Compiling fs-err v3.3.0
15872026-05-08T22:09:18.821Z Compiling ahash v0.8.12
15882026-05-08T22:09:18.842Z Compiling bumpalo v3.20.2
15892026-05-08T22:09:19.026Z Compiling winnow v0.5.40
15902026-05-08T22:09:19.095Z Compiling foldhash v0.2.0
15912026-05-08T22:09:19.320Z Compiling bitflags v1.3.2
15922026-05-08T22:09:19.397Z Compiling managed v0.8.0
15932026-05-08T22:09:19.507Z Compiling libbz2-rs-sys v0.2.2
15942026-05-08T22:09:19.615Z Compiling object v0.37.3
15952026-05-08T22:09:19.835Z Compiling unicode-segmentation v1.12.0
15962026-05-08T22:09:19.878Z Compiling foldhash v0.1.5
15972026-05-08T22:09:19.894Z Compiling clap_builder v4.5.60
15982026-05-08T22:09:20.048Z Compiling hashbrown v0.15.5
15992026-05-08T22:09:20.185Z Compiling bzip2 v0.6.1
16002026-05-08T22:09:20.264Z Compiling strum v0.27.2
16012026-05-08T22:09:20.388Z Compiling toml_edit v0.19.15
16022026-05-08T22:09:20.442Z Compiling hashbrown v0.16.1
16032026-05-08T22:09:20.503Z Compiling dof v0.3.0
16042026-05-08T22:09:20.586Z Compiling zopfli v0.8.3
16052026-05-08T22:09:21.185Z Compiling elliptic-curve v0.13.8
16062026-05-08T22:09:21.198Z Compiling daft v0.1.5
16072026-05-08T22:09:21.332Z Compiling cargo_metadata v0.19.2
16082026-05-08T22:09:21.578Z Compiling phf v0.13.1
16092026-05-08T22:09:21.741Z Compiling signal-hook-mio v0.2.5
16102026-05-08T22:09:21.859Z Compiling cookie_store v0.22.1
16112026-05-08T22:09:22.681Z Compiling hubpack v0.1.2
16122026-05-08T22:09:22.811Z Compiling bzip2 v0.4.4
16132026-05-08T22:09:22.872Z Compiling hyper-tls v0.6.0
16142026-05-08T22:09:22.893Z Compiling zstd v0.13.3
16152026-05-08T22:09:22.896Z Compiling serde_with_macros v3.17.0
16162026-05-08T22:09:23.036Z Compiling postgres-types v0.2.12
16172026-05-08T22:09:23.112Z Compiling usdt-attr-macro v0.6.0
16182026-05-08T22:09:23.158Z Compiling usdt-macro v0.6.0
16192026-05-08T22:09:23.592Z Compiling dtrace-parser v0.2.0
16202026-05-08T22:09:23.895Z Compiling ed25519 v2.2.3
16212026-05-08T22:09:23.895Z Compiling bstr v1.12.1
16222026-05-08T22:09:24.033Z Compiling phf_shared v0.11.3
16232026-05-08T22:09:24.205Z Compiling pkcs1 v0.7.5
16242026-05-08T22:09:24.231Z Compiling hex v0.4.3
16252026-05-08T22:09:24.247Z Compiling serde-big-array v0.5.1
16262026-05-08T22:09:24.332Z Compiling rfc6979 v0.4.0
16272026-05-08T22:09:24.381Z Compiling enum-as-inner v0.6.1
16282026-05-08T22:09:24.454Z Compiling serde_repr v0.1.20
16292026-05-08T22:09:24.486Z Compiling clap_derive v4.5.55
16302026-05-08T22:09:24.558Z Compiling strum_macros v0.26.4
16312026-05-08T22:09:24.588Z Compiling float-cmp v0.10.0
16322026-05-08T22:09:24.740Z Compiling thread-id v4.2.2
16332026-05-08T22:09:24.789Z Compiling memmap2 v0.9.10
16342026-05-08T22:09:24.819Z Compiling env_filter v1.0.0
16352026-05-08T22:09:24.866Z Compiling encoding_rs v0.8.35
16362026-05-08T22:09:24.969Z Compiling rustc-hash v2.1.1
16372026-05-08T22:09:25.014Z Compiling fixedbitset v0.4.2
16382026-05-08T22:09:25.092Z Compiling precomputed-hash v0.1.1
16392026-05-08T22:09:25.122Z Compiling predicates-core v1.0.10
16402026-05-08T22:09:25.222Z Compiling whoami v2.1.0
16412026-05-08T22:09:25.229Z Compiling mime v0.3.17
16422026-05-08T22:09:25.293Z Compiling static_assertions v1.1.0
16432026-05-08T22:09:25.370Z Compiling jiff v0.2.21
16442026-05-08T22:09:25.465Z Compiling difflib v0.4.0
16452026-05-08T22:09:25.551Z Compiling fixedbitset v0.5.7
16462026-05-08T22:09:25.859Z Compiling new_debug_unreachable v1.0.6
16472026-05-08T22:09:25.933Z Compiling either v1.15.0
16482026-05-08T22:09:26.011Z Compiling data-encoding v2.10.0
16492026-05-08T22:09:26.134Z Compiling normalize-line-endings v0.3.0
16502026-05-08T22:09:26.220Z Compiling keccak v0.1.6
16512026-05-08T22:09:26.239Z Compiling clap v4.5.60
16522026-05-08T22:09:26.269Z Compiling strum v0.26.3
16532026-05-08T22:09:26.315Z Compiling hickory-proto v0.25.2
16542026-05-08T22:09:26.355Z Compiling predicates v3.1.4
16552026-05-08T22:09:26.397Z Compiling sha3 v0.10.8
16562026-05-08T22:09:26.705Z Compiling toml_edit v0.22.27
16572026-05-08T22:09:26.845Z Compiling itertools v0.13.0
16582026-05-08T22:09:26.996Z Compiling string_cache v0.8.9
16592026-05-08T22:09:27.031Z Compiling petgraph v0.8.3
16602026-05-08T22:09:27.084Z Compiling tokio-postgres v0.7.16
16612026-05-08T22:09:27.211Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16622026-05-08T22:09:28.148Z Compiling zip v4.6.1
16632026-05-08T22:09:28.987Z Compiling petgraph v0.6.5
16642026-05-08T22:09:29.094Z Compiling iddqd v0.3.18
16652026-05-08T22:09:29.289Z Compiling env_logger v0.11.9
16662026-05-08T22:09:29.408Z Compiling usdt v0.6.0
16672026-05-08T22:09:29.551Z Compiling usdt-impl v0.5.0
16682026-05-08T22:09:29.629Z Compiling serde_with v3.17.0
16692026-05-08T22:09:29.665Z Compiling ecdsa v0.16.9
16702026-05-08T22:09:30.056Z Compiling rsa v0.9.10
16712026-05-08T22:09:30.084Z Compiling similar v2.7.0
16722026-05-08T22:09:30.133Z Compiling ed25519-dalek v2.2.0
16732026-05-08T22:09:30.237Z Compiling crossterm v0.28.1
16742026-05-08T22:09:30.783Z Compiling zip v0.6.6
16752026-05-08T22:09:30.979Z Compiling toml v0.7.8
16762026-05-08T22:09:31.546Z Compiling heck v0.4.1
16772026-05-08T22:09:31.571Z Compiling toml_parser v1.0.9+spec-1.1.0
16782026-05-08T22:09:31.578Z Compiling crossbeam-epoch v0.9.18
16792026-05-08T22:09:31.701Z Compiling tokio-stream v0.1.18
16802026-05-08T22:09:31.754Z Compiling buf-list v1.1.2
16812026-05-08T22:09:31.888Z Compiling x509-cert v0.2.5
16822026-05-08T22:09:31.915Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-08T22:09:32.051Z Compiling openapiv3 v2.2.0
16842026-05-08T22:09:32.166Z Compiling sha1 v0.10.6
16852026-05-08T22:09:32.191Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-08T22:09:32.265Z Compiling peg-runtime v0.8.5
16872026-05-08T22:09:32.389Z Compiling lalrpop-util v0.19.12
16882026-05-08T22:09:32.481Z Compiling thread_local v1.1.9
16892026-05-08T22:09:32.494Z Compiling slog-async v2.8.0
16902026-05-08T22:09:32.612Z Compiling crossbeam-channel v0.5.15
16912026-05-08T22:09:32.775Z Compiling futures-executor v0.3.32
16922026-05-08T22:09:32.806Z Compiling filetime v0.2.27
16932026-05-08T22:09:32.982Z Compiling is-terminal v0.4.17
16942026-05-08T22:09:33.055Z Compiling take_mut v0.2.2
16952026-05-08T22:09:33.071Z Compiling xattr v1.6.1
16962026-05-08T22:09:33.084Z Compiling term v1.2.1
16972026-05-08T22:09:33.241Z Compiling tar v0.4.45
16982026-05-08T22:09:33.350Z Compiling futures v0.3.32
16992026-05-08T22:09:33.480Z Compiling slog-term v2.9.2
17002026-05-08T22:09:42.757Z Compiling rustls-webpki v0.103.9
17012026-05-08T22:09:45.590Z Compiling tokio-rustls v0.26.4
17022026-05-08T22:09:45.590Z Compiling rustls-platform-verifier v0.6.2
17032026-05-08T22:09:45.794Z Compiling hyper-rustls v0.27.7
17042026-05-08T22:09:45.994Z Compiling reqwest v0.12.28
17052026-05-08T22:09:45.994Z Compiling reqwest v0.13.2
17062026-05-08T22:09:48.091Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-08T22:09:48.304Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-08T22:09:51.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17092026-05-08T22:09:51.272Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-08T22:09:51.327ZMay 08 22:09:50.393 INFO Starting download, target: Console
17112026-05-08T22:09:51.327ZMay 08 22:09:50.394 INFO Starting download, target: Cockroach
17122026-05-08T22:09:51.327ZMay 08 22:09:50.394 INFO Starting download, target: DendriteStub
17132026-05-08T22:09:51.327ZMay 08 22:09:50.394 INFO Starting download, target: Clickhouse
17142026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Starting download, target: MaghemiteMgd
17152026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Starting download, target: TransceiverControl
17162026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-08T22:09:51.331ZMay 08 22:09:50.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-05-08T22:09:51.615ZMay 08 22:09:50.681 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-08T22:09:51.854ZMay 08 22:09:50.885 INFO Download complete, target: TransceiverControl
17242026-05-08T22:09:52.287ZMay 08 22:09:51.344 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-08T22:09:52.472ZMay 08 22:09:51.519 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-05-08T22:09:52.556ZMay 08 22:09:51.593 INFO Download complete, target: Console
17272026-05-08T22:09:52.639ZMay 08 22:09:51.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-05-08T22:09:53.272ZMay 08 22:09:52.340 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-08T22:09:53.272ZMay 08 22:09:52.340 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-08T22:09:53.769ZMay 08 22:09:52.833 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-05-08T22:09:54.811ZMay 08 22:09:53.878 INFO Download complete, target: MaghemiteMgd
17322026-05-08T22:09:54.969ZMay 08 22:09:54.036 INFO Download complete, target: DendriteStub
17332026-05-08T22:09:57.789ZMay 08 22:09:56.857 INFO Checking that binary works, target: Cockroach
17342026-05-08T22:09:57.902ZMay 08 22:09:56.969 INFO Download complete, target: Cockroach
17352026-05-08T22:10:00.414ZMay 08 22:09:59.480 INFO Checking that binary works, target: Clickhouse
17362026-05-08T22:10:00.546ZMay 08 22:09:59.594 INFO Download complete, target: Clickhouse
17372026-05-08T22:10:00.551ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-08T22:10:00.551Z
17392026-05-08T22:10:00.551Zreal 2:14.357918040
17402026-05-08T22:10:00.551Zuser 6:43.226195815
17412026-05-08T22:10:00.551Zsys 1:20.740125270
17422026-05-08T22:10:00.551Ztrap 0.228780983
17432026-05-08T22:10:00.551Ztflt 0.676621664
17442026-05-08T22:10:00.551Zdflt 0.487538261
17452026-05-08T22:10:00.551Zkflt 0.023058095
17462026-05-08T22:10:00.551Zlock 21:53.188621999
17472026-05-08T22:10:00.551Zslp 20:45.963144398
17482026-05-08T22:10:00.551Zlat 43.064268167
17492026-05-08T22:10:00.551Zstop 1:54.280535017
17502026-05-08T22:10:00.551Z+ banner hack-check
17512026-05-08T22:10:00.551Z
17522026-05-08T22:10:00.551Z # # ## #### # # #### # # ###### #### # #
17532026-05-08T22:10:00.551Z # # # # # # # # # # # # # # # # #
17542026-05-08T22:10:00.551Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-08T22:10:00.551Z # # ###### # # # # # # # # # #
17562026-05-08T22:10:00.552Z # # # # # # # # # # # # # # # # #
17572026-05-08T22:10:00.552Z # # # # #### # # #### # # ###### #### # #
17582026-05-08T22:10:00.552Z
17592026-05-08T22:10:00.552Z+ export CARGO_INCREMENTAL=0
17602026-05-08T22:10:00.552Z+ CARGO_INCREMENTAL=0
17612026-05-08T22:10:00.552Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-08T22:10:01.068Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-08T22:10:01.289Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-08T22:10:03.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17652026-05-08T22:10:03.200Z Running `target/debug/xtask check-features --ci`
17662026-05-08T22:10:03.227Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-08T22:10:03.232Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-08T22:10:03.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17692026-05-08T22:10:03.729Z Running `target/debug/xtask download cargo-hack`
17702026-05-08T22:10:04.511Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-08T22:10:04.825Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-08T22:10:07.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17732026-05-08T22:10:07.437Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-08T22:10:07.476ZMay 08 22:10:06.543 INFO Starting download, target: CargoHack
17752026-05-08T22:10:07.480ZMay 08 22:10:06.544 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-08T22:10:08.250ZMay 08 22:10:07.317 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-08T22:10:08.298ZMay 08 22:10:07.365 INFO Download complete, target: CargoHack
17782026-05-08T22:10:08.301Zrunning: "/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"
17792026-05-08T22:10:08.312Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-08T22:10:08.459Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-08T22:10:08.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-08T22:10:08.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-08T22:10:08.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-08T22:10:08.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-08T22:10:09.032Z
17862026-05-08T22:10:09.032Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-08T22:10:09.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-08T22:10:09.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-08T22:10:09.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-08T22:10:09.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-08T22:10:09.605Z
17922026-05-08T22:10:09.605Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-08T22:10:10.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-08T22:10:10.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-08T22:10:10.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-08T22:10:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17972026-05-08T22:10:10.177Z
17982026-05-08T22:10:10.177Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-08T22:10:10.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-08T22:10:10.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-08T22:10:10.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-08T22:10:10.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18032026-05-08T22:10:10.734Z
18042026-05-08T22:10:10.734Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-08T22:10:11.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-08T22:10:11.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-08T22:10:11.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-08T22:10:11.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18092026-05-08T22:10:11.297Z
18102026-05-08T22:10:11.297Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-08T22:10:11.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-08T22:10:11.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-08T22:10:11.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-08T22:10:11.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-08T22:10:11.883Z
18162026-05-08T22:10:11.883Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-08T22:10:12.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-08T22:10:12.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-08T22:10:12.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-08T22:10:12.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-08T22:10:12.469Z
18222026-05-08T22:10:12.469Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-08T22:10:12.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-08T22:10:12.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-08T22:10:12.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-08T22:10:12.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-05-08T22:10:13.046Z
18282026-05-08T22:10:13.046Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-08T22:10:13.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-08T22:10:13.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-08T22:10:13.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-08T22:10:13.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18332026-05-08T22:10:13.504Z
18342026-05-08T22:10:13.504Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-08T22:10:13.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-08T22:10:13.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-08T22:10:13.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-08T22:10:13.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-08T22:10:13.966Z
18402026-05-08T22:10:13.966Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-08T22:10:14.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-08T22:10:14.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-08T22:10:14.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-08T22:10:14.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18452026-05-08T22:10:14.417Z
18462026-05-08T22:10:14.417Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-08T22:10:14.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-08T22:10:14.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-08T22:10:14.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-08T22:10:14.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18512026-05-08T22:10:14.874Z
18522026-05-08T22:10:14.874Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-08T22:10:15.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-08T22:10:15.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-08T22:10:15.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-08T22:10:15.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18572026-05-08T22:10:15.328Z
18582026-05-08T22:10:15.328Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-08T22:10:15.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-08T22:10:15.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-08T22:10:15.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-08T22:10:15.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18632026-05-08T22:10:15.782Z
18642026-05-08T22:10:15.782Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-08T22:10:16.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-08T22:10:16.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-08T22:10:16.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-08T22:10:16.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-08T22:10:16.238Z
18702026-05-08T22:10:16.238Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-08T22:10:16.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-08T22:10:16.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-08T22:10:16.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-08T22:10:16.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18752026-05-08T22:10:16.698Z
18762026-05-08T22:10:16.698Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-08T22:10:17.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-08T22:10:17.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-08T22:10:17.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-08T22:10:17.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-08T22:10:17.163Z
18822026-05-08T22:10:17.163Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-08T22:10:17.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-08T22:10:17.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-08T22:10:17.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-08T22:10:17.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18872026-05-08T22:10:17.617Z
18882026-05-08T22:10:17.617Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-08T22:10:18.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-08T22:10:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-08T22:10:18.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-08T22:10:18.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18932026-05-08T22:10:18.074Z
18942026-05-08T22:10:18.074Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-08T22:10:18.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-08T22:10:18.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-08T22:10:18.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-08T22:10:18.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18992026-05-08T22:10:18.531Z
19002026-05-08T22:10:18.531Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-08T22:10:18.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-08T22:10:18.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-08T22:10:18.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-08T22:10:18.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19052026-05-08T22:10:18.989Z
19062026-05-08T22:10:18.989Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-08T22:10:19.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-08T22:10:19.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-08T22:10:19.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-08T22:10:19.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-08T22:10:19.449Z
19122026-05-08T22:10:19.449Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-08T22:10:19.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-08T22:10:19.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-08T22:10:19.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-08T22:10:19.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19172026-05-08T22:10:19.907Z
19182026-05-08T22:10:19.907Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-08T22:10:20.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-08T22:10:20.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-08T22:10:20.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-08T22:10:20.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-08T22:10:20.366Z
19242026-05-08T22:10:20.366Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-08T22:10:20.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-08T22:10:20.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-08T22:10:20.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-08T22:10:20.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19292026-05-08T22:10:20.823Z
19302026-05-08T22:10:20.823Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-08T22:10:21.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-08T22:10:21.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-08T22:10:21.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-08T22:10:21.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-08T22:10:21.281Z
19362026-05-08T22:10:21.281Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-08T22:10:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-08T22:10:21.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-08T22:10:21.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-08T22:10:21.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-08T22:10:21.740Z
19422026-05-08T22:10:21.740Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-08T22:10:22.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-08T22:10:22.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-08T22:10:22.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-08T22:10:22.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-08T22:10:22.206Z
19482026-05-08T22:10:22.206Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-08T22:10:22.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-08T22:10:22.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-08T22:10:22.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-08T22:10:22.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19532026-05-08T22:10:22.663Z
19542026-05-08T22:10:22.663Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-08T22:10:23.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-08T22:10:23.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-08T22:10:23.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-08T22:10:23.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19592026-05-08T22:10:23.119Z
19602026-05-08T22:10:23.119Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-08T22:10:23.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-08T22:10:23.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-08T22:10:23.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-08T22:10:23.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19652026-05-08T22:10:23.572Z
19662026-05-08T22:10:23.572Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-08T22:10:23.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-08T22:10:23.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-08T22:10:23.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-08T22:10:23.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-08T22:10:24.033Z
19722026-05-08T22:10:24.033Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-08T22:10:24.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-08T22:10:24.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-08T22:10:24.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-08T22:10:24.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-08T22:10:24.491Z
19782026-05-08T22:10:24.491Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-08T22:10:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-08T22:10:24.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-08T22:10:24.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-08T22:10:24.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19832026-05-08T22:10:24.947Z
19842026-05-08T22:10:24.947Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-08T22:10:25.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-08T22:10:25.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-08T22:10:25.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-08T22:10:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-08T22:10:25.407Z
19902026-05-08T22:10:25.407Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-08T22:10:25.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-08T22:10:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-08T22:10:25.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-08T22:10:25.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-08T22:10:25.871Z
19962026-05-08T22:10:25.871Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-08T22:10:26.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-08T22:10:26.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-08T22:10:26.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-08T22:10:26.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-08T22:10:26.335Z
20022026-05-08T22:10:26.335Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-08T22:10:26.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-08T22:10:26.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-08T22:10:26.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-08T22:10:26.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-08T22:10:26.798Z
20082026-05-08T22:10:26.798Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-08T22:10:27.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-08T22:10:27.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-08T22:10:27.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-08T22:10:27.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-08T22:10:27.258Z
20142026-05-08T22:10:27.258Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-08T22:10:27.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-08T22:10:27.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-08T22:10:27.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-08T22:10:27.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20192026-05-08T22:10:27.715Z
20202026-05-08T22:10:27.715Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-08T22:10:28.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-08T22:10:28.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-08T22:10:28.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-08T22:10:28.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-08T22:10:28.173Z
20262026-05-08T22:10:28.173Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-08T22:10:28.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-08T22:10:28.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-08T22:10:28.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-08T22:10:28.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20312026-05-08T22:10:28.630Z
20322026-05-08T22:10:28.630Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-08T22:10:29.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-08T22:10:29.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-08T22:10:29.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-08T22:10:29.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-08T22:10:29.090Z
20382026-05-08T22:10:29.090Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-08T22:10:29.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-08T22:10:29.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-08T22:10:29.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-08T22:10:29.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-08T22:10:29.549Z
20442026-05-08T22:10:29.549Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-08T22:10:29.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-08T22:10:29.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-08T22:10:29.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-08T22:10:29.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-08T22:10:30.009Z
20502026-05-08T22:10:30.009Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-08T22:10:30.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-08T22:10:30.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-08T22:10:30.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-08T22:10:30.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20552026-05-08T22:10:30.468Z
20562026-05-08T22:10:30.468Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-08T22:10:30.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-08T22:10:30.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-08T22:10:30.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-08T22:10:30.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20612026-05-08T22:10:30.934Z
20622026-05-08T22:10:30.934Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-08T22:10:31.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-08T22:10:31.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-08T22:10:31.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-08T22:10:31.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-08T22:10:31.387Z
20682026-05-08T22:10:31.387Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-08T22:10:31.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-08T22:10:31.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-08T22:10:31.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-08T22:10:31.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-08T22:10:32.018Z
20742026-05-08T22:10:32.018Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-08T22:10:32.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-08T22:10:32.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-08T22:10:32.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-08T22:10:32.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-08T22:10:32.647Z
20802026-05-08T22:10:32.647Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-08T22:10:33.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-08T22:10:33.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-08T22:10:33.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-08T22:10:33.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20852026-05-08T22:10:33.275Z
20862026-05-08T22:10:33.275Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-08T22:10:33.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-08T22:10:33.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-08T22:10:33.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-08T22:10:33.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-08T22:10:33.900Z
20922026-05-08T22:10:33.900Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-08T22:10:34.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-08T22:10:34.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-08T22:10:34.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-08T22:10:34.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20972026-05-08T22:10:34.492Z
20982026-05-08T22:10:34.492Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-08T22:10:34.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-08T22:10:34.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-08T22:10:34.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-08T22:10:34.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21032026-05-08T22:10:35.066Z
21042026-05-08T22:10:35.066Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-08T22:10:35.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-08T22:10:35.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-08T22:10:35.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-08T22:10:35.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-08T22:10:35.655Z
21102026-05-08T22:10:35.655Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-08T22:10:36.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-08T22:10:36.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-08T22:10:36.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-08T22:10:36.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-08T22:10:36.242Z
21162026-05-08T22:10:36.242Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-08T22:10:36.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-08T22:10:36.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-08T22:10:36.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-08T22:10:36.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-08T22:10:36.831Z
21222026-05-08T22:10:36.831Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-08T22:10:37.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-08T22:10:37.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-08T22:10:37.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-08T22:10:37.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272026-05-08T22:10:37.420Z
21282026-05-08T22:10:37.420Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-08T22:10:37.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-08T22:10:37.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-08T22:10:37.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-08T22:10:37.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21332026-05-08T22:10:37.994Z
21342026-05-08T22:10:37.994Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-08T22:10:38.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-08T22:10:38.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-08T22:10:38.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-08T22:10:38.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21392026-05-08T22:10:38.564Z
21402026-05-08T22:10:38.564Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-08T22:10:39.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-08T22:10:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-08T22:10:39.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-08T22:10:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21452026-05-08T22:10:39.136Z
21462026-05-08T22:10:39.136Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-08T22:10:39.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-08T22:10:39.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-08T22:10:39.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-08T22:10:39.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21512026-05-08T22:10:39.708Z
21522026-05-08T22:10:39.708Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-08T22:10:40.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-08T22:10:40.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-08T22:10:40.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-08T22:10:40.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-08T22:10:40.294Z
21582026-05-08T22:10:40.294Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-08T22:10:40.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-08T22:10:40.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-08T22:10:40.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-08T22:10:40.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-05-08T22:10:40.890Z
21642026-05-08T22:10:40.890Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-08T22:10:41.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-08T22:10:41.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-08T22:10:41.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-08T22:10:41.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-08T22:10:41.467Z
21702026-05-08T22:10:41.467Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-08T22:10:41.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-08T22:10:41.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-08T22:10:41.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-08T22:10:41.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21752026-05-08T22:10:42.038Z
21762026-05-08T22:10:42.038Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-08T22:10:42.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-08T22:10:42.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-08T22:10:42.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-08T22:10:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-08T22:10:42.615Z
21822026-05-08T22:10:42.615Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-08T22:10:43.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-08T22:10:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-08T22:10:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-08T22:10:43.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-08T22:10:43.200Z
21882026-05-08T22:10:43.200Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-08T22:10:43.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-08T22:10:43.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-08T22:10:43.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-08T22:10:43.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-08T22:10:43.790Z
21942026-05-08T22:10:43.790Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-08T22:10:44.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-08T22:10:44.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-08T22:10:44.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-08T22:10:44.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-08T22:10:44.372Z
22002026-05-08T22:10:44.372Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-08T22:10:44.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-08T22:10:44.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-08T22:10:44.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-08T22:10:44.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-08T22:10:44.955Z
22062026-05-08T22:10:44.955Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-08T22:10:45.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-08T22:10:45.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-08T22:10:45.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-08T22:10:45.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-05-08T22:10:45.543Z
22122026-05-08T22:10:45.543Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-08T22:10:46.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-08T22:10:46.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-08T22:10:46.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-08T22:10:46.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-08T22:10:46.150Z
22182026-05-08T22:10:46.150Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-08T22:10:46.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-08T22:10:46.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-08T22:10:46.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-08T22:10:46.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22232026-05-08T22:10:46.757Z
22242026-05-08T22:10:46.757Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-08T22:10:47.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-08T22:10:47.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-08T22:10:47.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-08T22:10:47.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-05-08T22:10:47.335Z
22302026-05-08T22:10:47.335Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-08T22:10:47.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-08T22:10:47.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-08T22:10:47.940Z Checking cfg-if v1.0.4
22342026-05-08T22:10:47.943Z Checking libc v0.2.185
22352026-05-08T22:10:47.943Z Checking serde_core v1.0.228
22362026-05-08T22:10:48.054Z Checking zeroize v1.8.2
22372026-05-08T22:10:48.062Z Checking memchr v2.8.0
22382026-05-08T22:10:48.070Z Checking log v0.4.29
22392026-05-08T22:10:48.074Z Checking smallvec v1.15.1
22402026-05-08T22:10:48.090Z Checking typenum v1.19.0
22412026-05-08T22:10:48.099Z Checking subtle v2.6.1
22422026-05-08T22:10:48.192Z Checking itoa v1.0.17
22432026-05-08T22:10:48.226Z Checking scopeguard v1.2.0
22442026-05-08T22:10:48.248Z Checking stable_deref_trait v1.2.1
22452026-05-08T22:10:48.256Z Checking const-oid v0.9.6
22462026-05-08T22:10:48.318Z Checking portable-atomic v1.13.1
22472026-05-08T22:10:48.330Z Checking lock_api v0.4.14
22482026-05-08T22:10:48.330Z Checking zerofrom v0.1.6
22492026-05-08T22:10:48.433Z Checking critical-section v1.2.0
22502026-05-08T22:10:48.444Z Checking getrandom v0.2.17
22512026-05-08T22:10:48.455Z Checking errno v0.3.14
22522026-05-08T22:10:48.520Z Checking yoke v0.8.1
22532026-05-08T22:10:48.532Z Checking parking_lot_core v0.9.12
22542026-05-08T22:10:48.561Z Checking signal-hook-registry v1.4.8
22552026-05-08T22:10:48.581Z Checking rand_core v0.6.4
22562026-05-08T22:10:48.603Z Checking generic-array v0.14.7
22572026-05-08T22:10:48.684Z Checking zerovec v0.11.5
22582026-05-08T22:10:48.723Z Checking zerocopy v0.8.40
22592026-05-08T22:10:48.726Z Checking pin-project-lite v0.2.17
22602026-05-08T22:10:48.727Z Checking once_cell v1.21.3
22612026-05-08T22:10:48.758Z Checking parking_lot v0.12.5
22622026-05-08T22:10:48.834Z Checking mio v1.2.0
22632026-05-08T22:10:48.899Z Checking socket2 v0.6.3
22642026-05-08T22:10:48.916Z Checking libm v0.2.16
22652026-05-08T22:10:48.935Z Checking zmij v1.0.21
22662026-05-08T22:10:49.031Z Checking crypto-common v0.1.7
22672026-05-08T22:10:49.106Z Checking block-buffer v0.10.4
22682026-05-08T22:10:49.131Z Checking tinystr v0.8.2
22692026-05-08T22:10:49.131Z Checking percent-encoding v2.3.2
22702026-05-08T22:10:49.152Z Checking writeable v0.6.2
22712026-05-08T22:10:49.162Z Checking litemap v0.8.1
22722026-05-08T22:10:49.240Z Checking digest v0.10.7
22732026-05-08T22:10:49.270Z Checking equivalent v1.0.2
22742026-05-08T22:10:49.308Z Checking futures-core v0.3.32
22752026-05-08T22:10:49.320Z Checking potential_utf v0.1.4
22762026-05-08T22:10:49.335Z Checking icu_locale_core v2.1.1
22772026-05-08T22:10:49.350Z Checking zerotrie v0.2.3
22782026-05-08T22:10:49.429Z Checking cpufeatures v0.2.17
22792026-05-08T22:10:49.442Z Checking hmac v0.12.1
22802026-05-08T22:10:49.453Z Checking icu_collections v2.1.1
22812026-05-08T22:10:49.496Z Checking block-padding v0.3.3
22822026-05-08T22:10:49.509Z Checking serde v1.0.228
22832026-05-08T22:10:49.569Z Checking bitflags v2.11.0
22842026-05-08T22:10:49.588Z Checking serde_json v1.0.149
22852026-05-08T22:10:49.603Z Checking num-traits v0.2.19
22862026-05-08T22:10:49.621Z Checking icu_properties_data v2.1.2
22872026-05-08T22:10:49.732Z Checking icu_normalizer_data v2.1.1
22882026-05-08T22:10:49.747Z Checking futures-sink v0.3.32
22892026-05-08T22:10:49.750Z Checking rand_core v0.10.0
22902026-05-08T22:10:49.803Z Checking hashbrown v0.17.0
22912026-05-08T22:10:49.842Z Checking futures-channel v0.3.32
22922026-05-08T22:10:49.874Z Checking icu_provider v2.1.1
22932026-05-08T22:10:49.891Z Checking getrandom v0.4.1
22942026-05-08T22:10:49.904Z Checking bytes v1.11.1
22952026-05-08T22:10:50.028Z Checking inout v0.1.4
22962026-05-08T22:10:50.040Z Checking futures-io v0.3.32
22972026-05-08T22:10:50.103Z Checking icu_normalizer v2.1.1
22982026-05-08T22:10:50.115Z Checking icu_properties v2.1.2
22992026-05-08T22:10:50.148Z Checking futures-task v0.3.32
23002026-05-08T22:10:50.163Z Checking slab v0.4.12
23012026-05-08T22:10:50.243Z Checking cipher v0.4.4
23022026-05-08T22:10:50.263Z Checking indexmap v2.14.0
23032026-05-08T22:10:50.282Z Checking sha2 v0.10.9
23042026-05-08T22:10:50.315Z Checking futures-util v0.3.32
23052026-05-08T22:10:50.335Z Checking tokio v1.52.1
23062026-05-08T22:10:50.401Z Checking getrandom v0.3.4
23072026-05-08T22:10:50.447Z Checking base64ct v1.8.3
23082026-05-08T22:10:50.542Z Checking byteorder v1.5.0
23092026-05-08T22:10:50.554Z Checking utf8_iter v1.0.4
23102026-05-08T22:10:50.672Z Checking pem-rfc7468 v0.7.0
23112026-05-08T22:10:50.684Z Checking form_urlencoded v1.2.2
23122026-05-08T22:10:50.742Z Checking flagset v0.4.7
23132026-05-08T22:10:50.811Z Checking fnv v1.0.7
23142026-05-08T22:10:50.823Z Checking rand_core v0.9.5
23152026-05-08T22:10:50.837Z Checking salsa20 v0.10.2
23162026-05-08T22:10:50.861Z Checking der v0.7.10
23172026-05-08T22:10:50.902Z Checking http v1.4.0
23182026-05-08T22:10:50.926Z Checking idna_adapter v1.2.1
23192026-05-08T22:10:50.965Z Checking uuid v1.23.0
23202026-05-08T22:10:50.993Z Checking pbkdf2 v0.12.2
23212026-05-08T22:10:51.039Z Checking idna v1.1.0
23222026-05-08T22:10:51.100Z Checking scrypt v0.11.0
23232026-05-08T22:10:51.237Z Checking cbc v0.1.2
23242026-05-08T22:10:51.267Z Checking aes v0.8.4
23252026-05-08T22:10:51.278Z Checking url v2.5.8
23262026-05-08T22:10:51.362Z Checking rustix v1.1.3
23272026-05-08T22:10:51.454Z Checking tracing-core v0.1.36
23282026-05-08T22:10:51.468Z Checking ppv-lite86 v0.2.21
23292026-05-08T22:10:51.588Z Checking spki v0.7.3
23302026-05-08T22:10:51.651Z Checking rustls-pki-types v1.14.0
23312026-05-08T22:10:51.710Z Checking regex-syntax v0.8.10
23322026-05-08T22:10:51.748Z Checking iana-time-zone v0.1.65
23332026-05-08T22:10:51.760Z Checking rand_chacha v0.9.0
23342026-05-08T22:10:51.772Z Checking tracing v0.1.44
23352026-05-08T22:10:51.852Z Checking chrono v0.4.44
23362026-05-08T22:10:51.935Z Checking pkcs5 v0.7.1
23372026-05-08T22:10:51.955Z Checking rand v0.9.2
23382026-05-08T22:10:51.972Z Checking http-body v1.0.1
23392026-05-08T22:10:52.104Z Checking aws-lc-sys v0.37.1
23402026-05-08T22:10:52.184Z Checking openssl-probe v0.2.1
23412026-05-08T22:10:52.197Z Checking untrusted v0.9.0
23422026-05-08T22:10:52.210Z Checking untrusted v0.7.1
23432026-05-08T22:10:52.290Z Checking base64 v0.22.1
23442026-05-08T22:10:52.304Z Checking ring v0.17.14
23452026-05-08T22:10:52.323Z Checking pkcs8 v0.10.2
23462026-05-08T22:10:52.427Z Checking tinyvec_macros v0.1.1
23472026-05-08T22:10:52.494Z Checking try-lock v0.2.5
23482026-05-08T22:10:52.507Z Checking plain v0.2.3
23492026-05-08T22:10:52.527Z Checking atomic-waker v1.1.2
23502026-05-08T22:10:52.591Z Checking tower-service v0.3.3
23512026-05-08T22:10:52.605Z Checking tower-layer v0.3.3
23522026-05-08T22:10:52.615Z Checking aws-lc-rs v1.16.0
23532026-05-08T22:10:52.627Z Checking want v0.3.1
23542026-05-08T22:10:52.679Z Checking tinyvec v1.10.0
23552026-05-08T22:10:52.716Z Checking ipnet v2.11.0
23562026-05-08T22:10:52.744Z Checking semver v1.0.28
23572026-05-08T22:10:52.748Z Checking httparse v1.10.1
23582026-05-08T22:10:52.956Z Checking spin v0.9.8
23592026-05-08T22:10:52.969Z Checking pin-utils v0.1.0
23602026-05-08T22:10:52.974Z Checking foreign-types-shared v0.1.1
23612026-05-08T22:10:52.990Z Checking httpdate v1.0.3
23622026-05-08T22:10:53.009Z Checking ucd-trie v0.1.7
23632026-05-08T22:10:53.033Z Checking unicode-ident v1.0.24
23642026-05-08T22:10:53.057Z Checking dyn-clone v1.0.20
23652026-05-08T22:10:53.128Z Checking fastrand v2.3.0
23662026-05-08T22:10:53.141Z Checking proc-macro2 v1.0.106
23672026-05-08T22:10:53.144Z Checking pest v2.8.6
23682026-05-08T22:10:53.144Z Checking foreign-types v0.3.2
23692026-05-08T22:10:53.172Z Checking schemars v0.8.22
23702026-05-08T22:10:53.230Z Checking openssl-sys v0.9.114
23712026-05-08T22:10:53.285Z Checking thiserror v2.0.18
23722026-05-08T22:10:53.303Z Checking tempfile v3.25.0
23732026-05-08T22:10:53.390Z Checking wait-timeout v0.2.1
23742026-05-08T22:10:53.443Z Checking aho-corasick v1.1.4
23752026-05-08T22:10:53.446Z Checking rustls-webpki v0.103.9
23762026-05-08T22:10:53.498Z Checking utf8parse v0.2.2
23772026-05-08T22:10:53.510Z Checking simd-adler32 v0.3.8
23782026-05-08T22:10:53.542Z Checking tokio-util v0.7.18
23792026-05-08T22:10:53.598Z Checking anstyle v1.0.13
23802026-05-08T22:10:53.679Z Checking pretty-hex v0.4.1
23812026-05-08T22:10:53.741Z Checking bit-vec v0.8.0
23822026-05-08T22:10:53.781Z Checking powerfmt v0.2.0
23832026-05-08T22:10:53.797Z Checking siphasher v1.0.2
23842026-05-08T22:10:53.818Z Checking quick-error v1.2.3
23852026-05-08T22:10:53.902Z Checking rustls v0.23.37
23862026-05-08T22:10:53.918Z Checking rusty-fork v0.3.1
23872026-05-08T22:10:53.928Z Checking bit-set v0.8.0
23882026-05-08T22:10:53.931Z Checking deranged v0.5.8
23892026-05-08T22:10:53.950Z Checking openssl v0.10.78
23902026-05-08T22:10:54.069Z Checking anstyle-parse v0.2.7
23912026-05-08T22:10:54.085Z Checking quote v1.0.45
23922026-05-08T22:10:54.119Z Checking regex-automata v0.4.14
23932026-05-08T22:10:54.141Z Checking h2 v0.4.13
23942026-05-08T22:10:54.213Z Compiling newtype-uuid v1.3.2
23952026-05-08T22:10:54.229Z Checking unicode-normalization v0.1.25
23962026-05-08T22:10:54.268Z Checking rustls-native-certs v0.8.3
23972026-05-08T22:10:54.394Z Checking crossbeam-utils v0.8.21
23982026-05-08T22:10:54.406Z Checking rand_xorshift v0.4.0
23992026-05-08T22:10:54.525Z Checking crc32fast v1.5.0
24002026-05-08T22:10:54.640Z Checking scroll v0.13.0
24012026-05-08T22:10:54.667Z Checking signature v2.2.0
24022026-05-08T22:10:54.741Z Checking sync_wrapper v1.0.2
24032026-05-08T22:10:54.795Z Checking unarray v0.1.4
24042026-05-08T22:10:54.842Z Checking unicode-properties v0.1.4
24052026-05-08T22:10:54.866Z Checking is_terminal_polyfill v1.70.2
24062026-05-08T22:10:54.878Z Checking time-core v0.1.8
24072026-05-08T22:10:54.898Z Checking allocator-api2 v0.2.21
24082026-05-08T22:10:54.950Z Checking anstyle-query v1.1.5
24092026-05-08T22:10:55.017Z Checking adler2 v2.0.1
24102026-05-08T22:10:55.029Z Checking num_threads v0.1.7
24112026-05-08T22:10:55.042Z Checking unicode-bidi v0.3.18
24122026-05-08T22:10:55.111Z Checking colorchoice v1.0.4
24132026-05-08T22:10:55.125Z Checking num-conv v0.2.0
24142026-05-08T22:10:55.179Z Checking miniz_oxide v0.8.9
24152026-05-08T22:10:55.208Z Checking anstream v0.6.21
24162026-05-08T22:10:55.239Z Checking time v0.3.47
24172026-05-08T22:10:55.330Z Checking stringprep v0.1.5
24182026-05-08T22:10:55.404Z Checking proptest v1.10.0
24192026-05-08T22:10:55.480Z Checking goblin v0.10.5
24202026-05-08T22:10:55.521Z Checking tower v0.5.3
24212026-05-08T22:10:55.905Z Checking crossbeam-epoch v0.9.18
24222026-05-08T22:10:55.963Z Compiling daft v0.1.5
24232026-05-08T22:10:55.980Z Checking native-tls v0.2.18
24242026-05-08T22:10:56.129Z Checking syn v2.0.117
24252026-05-08T22:10:56.161Z Checking ipnetwork v0.21.1
24262026-05-08T22:10:56.238Z Checking http-body-util v0.1.3
24272026-05-08T22:10:56.251Z Checking tokio-rustls v0.26.4
24282026-05-08T22:10:56.361Z Checking webpki-roots v1.0.6
24292026-05-08T22:10:56.373Z Checking rand_chacha v0.3.1
24302026-05-08T22:10:56.456Z Checking scroll v0.12.0
24312026-05-08T22:10:56.473Z Checking thiserror v1.0.69
24322026-05-08T22:10:56.477Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-08T22:10:56.574Z Checking hash32 v0.2.1
24342026-05-08T22:10:56.583Z Checking num-integer v0.1.46
24352026-05-08T22:10:56.594Z Checking serde_spanned v0.6.9
24362026-05-08T22:10:56.685Z Checking toml_datetime v0.6.11
24372026-05-08T22:10:56.717Z Checking md-5 v0.10.6
24382026-05-08T22:10:56.728Z Checking ff v0.13.1
24392026-05-08T22:10:56.805Z Checking base16ct v0.2.0
24402026-05-08T22:10:56.819Z Checking hyper v1.8.1
24412026-05-08T22:10:56.846Z Checking ryu v1.0.23
24422026-05-08T22:10:56.859Z Checking fallible-iterator v0.2.0
24432026-05-08T22:10:56.862Z Checking iri-string v0.7.10
24442026-05-08T22:10:56.929Z Checking zlib-rs v0.6.2
24452026-05-08T22:10:56.981Z Checking psl-types v2.0.11
24462026-05-08T22:10:57.099Z Compiling iddqd v0.3.18
24472026-05-08T22:10:57.130Z Checking postgres-protocol v0.6.10
24482026-05-08T22:10:57.329Z Checking publicsuffix v2.3.0
24492026-05-08T22:10:57.434Z Checking serde_urlencoded v0.7.1
24502026-05-08T22:10:57.499Z Checking sec1 v0.7.3
24512026-05-08T22:10:57.640Z Checking group v0.13.0
24522026-05-08T22:10:57.697Z Checking num-iter v0.1.45
24532026-05-08T22:10:57.710Z Checking hyper-util v0.1.20
24542026-05-08T22:10:57.779Z Checking dof v0.4.0
24552026-05-08T22:10:57.792Z Checking heapless v0.7.17
24562026-05-08T22:10:57.803Z Checking flate2 v1.1.9
24572026-05-08T22:10:57.813Z Checking goblin v0.8.2
24582026-05-08T22:10:57.867Z Checking tower-http v0.6.8
24592026-05-08T22:10:58.089Z Checking zstd-safe v7.2.4
24602026-05-08T22:10:58.138Z Checking rand v0.8.5
24612026-05-08T22:10:58.203Z Checking oxnet v0.1.4
24622026-05-08T22:10:58.216Z Checking cookie v0.18.1
24632026-05-08T22:10:58.255Z Checking tokio-native-tls v0.3.1
24642026-05-08T22:10:58.391Z Checking dtrace-parser v0.3.0
24652026-05-08T22:10:58.405Z Checking phf_shared v0.13.1
24662026-05-08T22:10:58.415Z Checking lazy_static v1.5.0
24672026-05-08T22:10:58.432Z Checking terminal_size v0.4.3
24682026-05-08T22:10:58.432Z Checking zerocopy v0.7.35
24692026-05-08T22:10:58.498Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-08T22:10:58.543Z Checking signal-hook v0.3.18
24712026-05-08T22:10:58.580Z Checking hkdf v0.12.4
24722026-05-08T22:10:58.593Z Checking crypto-bigint v0.5.5
24732026-05-08T22:10:58.624Z Checking thread-id v5.1.0
24742026-05-08T22:10:58.661Z Compiling rayon-core v1.13.0
24752026-05-08T22:10:58.702Z Checking clap_lex v1.0.0
24762026-05-08T22:10:58.714Z Checking winnow v0.7.14
24772026-05-08T22:10:58.730Z Checking foldhash v0.2.0
24782026-05-08T22:10:58.833Z Checking libbz2-rs-sys v0.2.2
24792026-05-08T22:10:58.851Z Checking foldhash v0.1.5
24802026-05-08T22:10:58.880Z Checking bumpalo v3.20.2
24812026-05-08T22:10:58.931Z Checking managed v0.8.0
24822026-05-08T22:10:58.956Z Checking hyper-rustls v0.27.7
24832026-05-08T22:10:58.981Z Checking strsim v0.11.1
24842026-05-08T22:10:59.076Z Checking bitflags v1.3.2
24852026-05-08T22:10:59.112Z Checking winnow v0.5.40
24862026-05-08T22:10:59.137Z Checking either v1.15.0
24872026-05-08T22:10:59.149Z Checking smoltcp v0.9.1
24882026-05-08T22:10:59.159Z Checking clap_builder v4.5.60
24892026-05-08T22:10:59.233Z Checking bzip2 v0.6.1
24902026-05-08T22:10:59.335Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24912026-05-08T22:10:59.396Z Checking zopfli v0.8.3
24922026-05-08T22:10:59.504Z Checking elliptic-curve v0.13.8
24932026-05-08T22:10:59.520Z Checking hashbrown v0.15.5
24942026-05-08T22:10:59.724Z Checking dof v0.3.0
24952026-05-08T22:10:59.736Z Checking hyper-tls v0.6.0
24962026-05-08T22:10:59.747Z Checking hashbrown v0.16.1
24972026-05-08T22:10:59.845Z Checking signal-hook-mio v0.2.5
24982026-05-08T22:10:59.896Z Checking usdt-impl v0.6.0
24992026-05-08T22:10:59.908Z Checking num-bigint-dig v0.8.6
25002026-05-08T22:10:59.944Z Checking phf v0.13.1
25012026-05-08T22:10:59.992Z Checking bzip2 v0.4.4
25022026-05-08T22:11:00.089Z Checking cookie_store v0.22.1
25032026-05-08T22:11:00.152Z Checking zstd v0.13.3
25042026-05-08T22:11:00.174Z Checking postgres-types v0.2.12
25052026-05-08T22:11:00.238Z Checking dtrace-parser v0.2.0
25062026-05-08T22:11:00.242Z Checking rustls-platform-verifier v0.6.2
25072026-05-08T22:11:00.261Z Checking toml_edit v0.19.15
25082026-05-08T22:11:00.335Z Checking crossbeam-deque v0.8.6
25092026-05-08T22:11:00.383Z Checking bstr v1.12.1
25102026-05-08T22:11:00.409Z Checking regex v1.12.3
25112026-05-08T22:11:00.420Z Checking ed25519 v2.2.3
25122026-05-08T22:11:00.469Z Checking phf_shared v0.11.3
25132026-05-08T22:11:00.483Z Checking curve25519-dalek v4.1.3
25142026-05-08T22:11:00.507Z Checking ref-cast v1.0.25
25152026-05-08T22:11:00.595Z Checking strum v0.27.2
25162026-05-08T22:11:00.607Z Checking hubpack v0.1.2
25172026-05-08T22:11:00.610Z Checking memoffset v0.9.1
25182026-05-08T22:11:00.681Z Checking rustix v0.38.44
25192026-05-08T22:11:00.693Z Checking pkcs1 v0.7.5
25202026-05-08T22:11:00.704Z Checking float-cmp v0.10.0
25212026-05-08T22:11:00.707Z Checking hex v0.4.3
25222026-05-08T22:11:00.769Z Checking serde-big-array v0.5.1
25232026-05-08T22:11:00.773Z Checking erased-serde v0.3.31
25242026-05-08T22:11:00.825Z Checking rfc6979 v0.4.0
25252026-05-08T22:11:00.891Z Checking thread-id v4.2.2
25262026-05-08T22:11:00.903Z Checking memmap2 v0.9.10
25272026-05-08T22:11:00.929Z Checking env_filter v1.0.0
25282026-05-08T22:11:00.970Z Checking encoding_rs v0.8.35
25292026-05-08T22:11:00.973Z Checking precomputed-hash v0.1.1
25302026-05-08T22:11:01.051Z Checking new_debug_unreachable v1.0.6
25312026-05-08T22:11:01.054Z Checking whoami v2.1.0
25322026-05-08T22:11:01.075Z Checking static_assertions v1.1.0
25332026-05-08T22:11:01.118Z Checking data-encoding v2.10.0
25342026-05-08T22:11:01.140Z Checking keccak v0.1.6
25352026-05-08T22:11:01.152Z Checking fixedbitset v0.5.7
25362026-05-08T22:11:01.244Z Checking normalize-line-endings v0.3.0
25372026-05-08T22:11:01.255Z Checking mime v0.3.17
25382026-05-08T22:11:01.281Z Checking predicates-core v1.0.10
25392026-05-08T22:11:01.301Z Checking rustc-hash v2.1.1
25402026-05-08T22:11:01.331Z Checking unicode-segmentation v1.12.0
25412026-05-08T22:11:01.342Z Checking jiff v0.2.21
25422026-05-08T22:11:01.386Z Checking difflib v0.4.0
25432026-05-08T22:11:01.400Z Checking fixedbitset v0.4.2
25442026-05-08T22:11:01.410Z Checking toml_write v0.1.2
25452026-05-08T22:11:01.477Z Checking crossterm v0.28.1
25462026-05-08T22:11:01.544Z Checking petgraph v0.6.5
25472026-05-08T22:11:01.558Z Checking predicates v3.1.4
25482026-05-08T22:11:01.571Z Checking toml_edit v0.22.27
25492026-05-08T22:11:01.641Z Checking similar v2.7.0
25502026-05-08T22:11:01.847Z Checking hickory-proto v0.25.2
25512026-05-08T22:11:01.873Z Checking reqwest v0.12.28
25522026-05-08T22:11:02.021Z Checking petgraph v0.8.3
25532026-05-08T22:11:02.188Z Checking sha3 v0.10.8
25542026-05-08T22:11:02.253Z Checking toml v0.7.8
25552026-05-08T22:11:02.393Z Checking tokio-postgres v0.7.16
25562026-05-08T22:11:02.563Z Checking ed25519-dalek v2.2.0
25572026-05-08T22:11:02.646Z Checking slog v2.8.2
25582026-05-08T22:11:02.708Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25592026-05-08T22:11:02.765Z Checking string_cache v0.8.9
25602026-05-08T22:11:02.787Z Checking env_logger v0.11.9
25612026-05-08T22:11:02.906Z Checking usdt v0.6.0
25622026-05-08T22:11:02.933Z Checking usdt-impl v0.5.0
25632026-05-08T22:11:02.974Z Checking ecdsa v0.16.9
25642026-05-08T22:11:03.072Z Checking serde_with v3.17.0
25652026-05-08T22:11:03.206Z Checking rsa v0.9.10
25662026-05-08T22:11:03.303Z Checking nix v0.31.2
25672026-05-08T22:11:03.551Z Checking zip v4.6.1
25682026-05-08T22:11:03.634Z Checking reqwest v0.13.2
25692026-05-08T22:11:03.676Z Checking clap v4.5.60
25702026-05-08T22:11:03.754Z Checking zip v0.6.6
25712026-05-08T22:11:03.900Z Checking toml_parser v1.0.9+spec-1.1.0
25722026-05-08T22:11:04.091Z Checking itertools v0.13.0
25732026-05-08T22:11:04.113Z Checking strum v0.26.3
25742026-05-08T22:11:04.231Z Checking tokio-stream v0.1.18
25752026-05-08T22:11:04.231Z Checking fs-err v3.3.0
25762026-05-08T22:11:04.284Z Checking ahash v0.8.12
25772026-05-08T22:11:04.460Z Checking object v0.37.3
25782026-05-08T22:11:04.478Z Checking buf-list v1.1.2
25792026-05-08T22:11:04.492Z Checking camino v1.2.2
25802026-05-08T22:11:04.540Z Checking anyhow v1.0.102
25812026-05-08T22:11:04.619Z Checking x509-cert v0.2.5
25822026-05-08T22:11:04.623Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-08T22:11:04.659Z Checking openapiv3 v2.2.0
25842026-05-08T22:11:04.733Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-08T22:11:04.745Z Checking sha1 v0.10.6
25862026-05-08T22:11:04.889Z Checking peg-runtime v0.8.5
25872026-05-08T22:11:04.902Z Checking lalrpop-util v0.19.12
25882026-05-08T22:11:04.926Z Checking rayon v1.11.0
25892026-05-08T22:11:04.987Z Checking sigpipe v0.1.3
25902026-05-08T22:11:05.027Z Checking glob v0.3.3
25912026-05-08T22:11:06.611Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-08T22:11:06.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
25932026-05-08T22:11:07.052Z
25942026-05-08T22:11:07.053Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-08T22:11:07.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-08T22:11:07.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-08T22:11:07.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-08T22:11:07.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-08T22:11:07.648Z
26002026-05-08T22:11:07.648Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-08T22:11:08.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-08T22:11:08.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-08T22:11:08.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-08T22:11:08.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26052026-05-08T22:11:08.244Z
26062026-05-08T22:11:08.244Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-08T22:11:08.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-08T22:11:08.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-08T22:11:08.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-08T22:11:08.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26112026-05-08T22:11:08.858Z
26122026-05-08T22:11:08.858Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-08T22:11:09.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-08T22:11:09.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-08T22:11:09.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-08T22:11:09.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26172026-05-08T22:11:09.458Z
26182026-05-08T22:11:09.458Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-08T22:11:09.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-08T22:11:09.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-08T22:11:09.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-08T22:11:09.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-08T22:11:10.099Z
26242026-05-08T22:11:10.099Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-08T22:11:10.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-08T22:11:10.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-08T22:11:10.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-08T22:11:10.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-08T22:11:10.647Z
26302026-05-08T22:11:10.647Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-08T22:11:11.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-08T22:11:11.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-08T22:11:11.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-08T22:11:11.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26352026-05-08T22:11:11.217Z
26362026-05-08T22:11:11.217Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-08T22:11:11.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-08T22:11:11.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-08T22:11:11.890Z Compiling structmeta-derive v0.3.0
26402026-05-08T22:11:12.007Z Compiling rustls v0.22.4
26412026-05-08T22:11:12.016Z Compiling multer v3.1.0
26422026-05-08T22:11:12.028Z Compiling async-stream-impl v0.3.6
26432026-05-08T22:11:12.032Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-05-08T22:11:12.047Z Compiling dropshot v0.17.0
26452026-05-08T22:11:12.063Z Compiling newtype-uuid-macros v0.1.0
26462026-05-08T22:11:12.063Z Compiling dropshot_endpoint v0.17.0
26472026-05-08T22:11:12.183Z Checking newtype-uuid v1.3.2
26482026-05-08T22:11:12.244Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-08T22:11:12.280Z Checking rustls-webpki v0.102.8
26502026-05-08T22:11:12.383Z Checking daft v0.1.5
26512026-05-08T22:11:12.402Z Checking futures-executor v0.3.32
26522026-05-08T22:11:12.550Z Checking thread_local v1.1.9
26532026-05-08T22:11:12.596Z Checking compression-core v0.4.31
26542026-05-08T22:11:12.622Z Checking match_cfg v0.1.0
26552026-05-08T22:11:12.638Z Checking iddqd v0.3.18
26562026-05-08T22:11:12.691Z Checking hostname v0.3.1
26572026-05-08T22:11:12.714Z Checking futures v0.3.32
26582026-05-08T22:11:12.728Z Checking compression-codecs v0.4.37
26592026-05-08T22:11:12.788Z Checking crossbeam-channel v0.5.15
26602026-05-08T22:11:12.792Z Checking slog-json v2.6.1
26612026-05-08T22:11:12.815Z Checking toml_datetime v1.0.0+spec-1.1.0
26622026-05-08T22:11:12.899Z Checking serde_spanned v1.0.4
26632026-05-08T22:11:12.955Z Checking is-terminal v0.4.17
26642026-05-08T22:11:13.017Z Checking take_mut v0.2.2
26652026-05-08T22:11:13.030Z Checking toml_writer v1.0.6+spec-1.1.0
26662026-05-08T22:11:13.044Z Compiling structmeta v0.3.0
26672026-05-08T22:11:13.054Z Checking debug-ignore v1.0.5
26682026-05-08T22:11:13.116Z Checking term v1.2.1
26692026-05-08T22:11:13.130Z Checking slog-async v2.8.0
26702026-05-08T22:11:13.148Z Checking slog-bunyan v2.5.0
26712026-05-08T22:11:13.207Z Checking toml v1.0.6+spec-1.1.0
26722026-05-08T22:11:13.250Z Compiling derive-ex v0.1.8
26732026-05-08T22:11:13.265Z Compiling parse-display-derive v0.10.0
26742026-05-08T22:11:13.296Z Checking async-compression v0.4.41
26752026-05-08T22:11:13.334Z Checking slog-term v2.9.2
26762026-05-08T22:11:13.488Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-08T22:11:13.536Z Checking async-stream v0.3.6
26782026-05-08T22:11:13.564Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-08T22:11:13.589Z Checking progenitor-client v0.14.0
26802026-05-08T22:11:13.665Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-08T22:11:13.771Z Checking waitgroup v0.1.2
26822026-05-08T22:11:13.792Z Checking backon v1.6.0
26832026-05-08T22:11:13.805Z Checking rustls-pemfile v2.2.0
26842026-05-08T22:11:13.869Z Checking serde_path_to_error v0.1.20
26852026-05-08T22:11:13.891Z Checking hostname v0.4.2
26862026-05-08T22:11:13.943Z Checking instant v0.1.13
26872026-05-08T22:11:14.027Z Checking backoff v0.4.0
26882026-05-08T22:11:14.101Z Checking tokio-rustls v0.25.0
26892026-05-08T22:11:14.148Z Checking progenitor-extras v0.2.0
26902026-05-08T22:11:14.161Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-08T22:11:14.214Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-08T22:11:14.396Z Checking progenitor-client v0.10.0
26932026-05-08T22:11:14.421Z Checking itertools v0.14.0
26942026-05-08T22:11:14.582Z Checking regress v0.10.5
26952026-05-08T22:11:14.613Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-08T22:11:14.842Z Checking macaddr v1.0.1
26972026-05-08T22:11:14.929Z Checking parse-display v0.10.0
26982026-05-08T22:11:14.947Z Compiling test-strategy v0.4.5
26992026-05-08T22:11:16.133Z Compiling prettyplease v0.2.37
27002026-05-08T22:11:16.404Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-08T22:11:16.588Z Checking num-rational v0.4.2
27022026-05-08T22:11:16.770Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-08T22:11:16.980Z Checking num-complex v0.4.6
27042026-05-08T22:11:17.701Z Compiling num v0.4.3
27052026-05-08T22:11:17.761Z Compiling usdt-macro v0.5.0
27062026-05-08T22:11:17.778Z Compiling usdt-attr-macro v0.5.0
27072026-05-08T22:11:17.791Z Checking memmap v0.7.0
27082026-05-08T22:11:17.795Z Compiling float-ord v0.3.2
27092026-05-08T22:11:17.908Z Checking unicode-width v0.2.0
27102026-05-08T22:11:17.931Z Compiling convert_case v0.4.0
27112026-05-08T22:11:18.156Z Checking console v0.15.11
27122026-05-08T22:11:18.300Z Compiling derive_more v0.99.20
27132026-05-08T22:11:18.440Z Checking newline-converter v0.3.0
27142026-05-08T22:11:18.488Z Checking atomicwrites v0.4.4
27152026-05-08T22:11:18.547Z Checking usdt v0.5.0
27162026-05-08T22:11:18.560Z Compiling toml v0.8.23
27172026-05-08T22:11:18.613Z Checking linked-hash-map v0.5.6
27182026-05-08T22:11:18.712Z Compiling minimal-lexical v0.2.1
27192026-05-08T22:11:18.782Z Checking lru-cache v0.1.2
27202026-05-08T22:11:18.906Z Compiling nom v7.1.3
27212026-05-08T22:11:18.967Z Checking expectorate v1.2.0
27222026-05-08T22:11:19.175Z Checking camino-tempfile v1.4.1
27232026-05-08T22:11:19.587Z Checking hickory-proto v0.24.4
27242026-05-08T22:11:19.663Z Checking phf_shared v0.12.1
27252026-05-08T22:11:19.812Z Compiling slog-dtrace v0.3.0
27262026-05-08T22:11:19.999Z Compiling chrono-tz v0.10.4
27272026-05-08T22:11:20.012Z Checking heck v0.5.0
27282026-05-08T22:11:20.157Z Checking resolv-conf v0.7.6
27292026-05-08T22:11:20.252Z Compiling const_format_proc_macros v0.2.34
27302026-05-08T22:11:20.328Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312026-05-08T22:11:20.347Z Checking phf v0.12.1
27322026-05-08T22:11:20.366Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27332026-05-08T22:11:20.490Z Checking tokio-dtrace v0.1.1
27342026-05-08T22:11:20.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-08T22:11:20.805Z Compiling derive-where v1.6.0
27362026-05-08T22:11:20.915Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-08T22:11:21.056Z Checking highway v1.3.0
27382026-05-08T22:11:21.267Z Checking hickory-resolver v0.24.4
27392026-05-08T22:11:21.284Z Checking const_format v0.2.35
27402026-05-08T22:11:21.514Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-08T22:11:21.913Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27422026-05-08T22:11:21.928Z Checking oxide-tokio-rt v0.1.4
27432026-05-08T22:11:22.081Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27442026-05-08T22:11:22.094Z Checking gethostname v0.5.0
27452026-05-08T22:11:22.107Z Checking qorb v0.4.1
27462026-05-08T22:11:22.120Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27472026-05-08T22:11:22.179Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27482026-05-08T22:11:22.228Z Checking bcs v0.1.6
27492026-05-08T22:11:22.271Z Compiling async-recursion v1.1.1
27502026-05-08T22:11:22.457Z Checking termtree v0.5.1
27512026-05-08T22:11:25.784Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-08T22:11:28.321Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-08T22:11:30.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.21s
27542026-05-08T22:11:30.611Z
27552026-05-08T22:11:30.611Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-08T22:11:31.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-08T22:11:31.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-08T22:11:31.278Z Compiling ar_archive_writer v0.5.1
27592026-05-08T22:11:31.387Z Compiling stacker v0.1.23
27602026-05-08T22:11:31.391Z Compiling cfg_aliases v0.1.1
27612026-05-08T22:11:31.400Z Compiling convert_case v0.10.0
27622026-05-08T22:11:31.405Z Checking unicode-width v0.1.14
27632026-05-08T22:11:31.415Z Compiling proc-macro-error v1.0.4
27642026-05-08T22:11:31.425Z Checking fd-lock v4.0.4
27652026-05-08T22:11:31.425Z Checking nibble_vec v0.1.0
27662026-05-08T22:11:31.449Z Compiling nix v0.28.0
27672026-05-08T22:11:31.535Z Checking vte v0.14.1
27682026-05-08T22:11:31.553Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-08T22:11:31.638Z Checking endian-type v0.1.2
27702026-05-08T22:11:31.651Z Checking bytecount v0.6.9
27712026-05-08T22:11:31.682Z Checking strip-ansi-escapes v0.2.1
27722026-05-08T22:11:31.694Z Compiling derive_more-impl v2.1.1
27732026-05-08T22:11:31.708Z Compiling tabled_derive v0.7.0
27742026-05-08T22:11:31.753Z Checking papergrid v0.11.0
27752026-05-08T22:11:31.757Z Checking radix_trie v0.2.1
27762026-05-08T22:11:31.803Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-08T22:11:31.941Z Compiling peg-macros v0.8.5
27782026-05-08T22:11:31.993Z Checking winnow v0.6.26
27792026-05-08T22:11:32.199Z Compiling psm v0.1.30
27802026-05-08T22:11:32.267Z Compiling sqlparser_derive v0.5.0
27812026-05-08T22:11:32.384Z Checking nu-ansi-term v0.50.3
27822026-05-08T22:11:32.483Z Checking derive_more v2.1.1
27832026-05-08T22:11:32.560Z Checking home v0.5.12
27842026-05-08T22:11:32.586Z Checking unicode_categories v0.1.1
27852026-05-08T22:11:32.650Z Checking tabled v0.15.0
27862026-05-08T22:11:32.665Z Checking reedline v0.40.0
27872026-05-08T22:11:32.753Z Checking crossterm v0.29.0
27882026-05-08T22:11:32.771Z Checking rustyline v14.0.0
27892026-05-08T22:11:32.953Z Checking recursive v0.1.1
27902026-05-08T22:11:33.030Z Checking display-error-chain v0.2.2
27912026-05-08T22:11:33.045Z Checking sqlparser v0.61.0
27922026-05-08T22:11:33.119Z Checking sqlformat v0.3.5
27932026-05-08T22:11:33.288Z Checking peg v0.8.5
27942026-05-08T22:11:44.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
27952026-05-08T22:11:44.276Z
27962026-05-08T22:11:44.276Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-08T22:11:44.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-08T22:11:44.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-08T22:11:44.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-08T22:11:48.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28012026-05-08T22:11:48.541Z
28022026-05-08T22:11:48.542Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-08T22:11:49.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-08T22:11:49.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-08T22:11:49.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-08T22:11:51.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28072026-05-08T22:11:51.799Z
28082026-05-08T22:11:51.799Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-08T22:11:52.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-08T22:11:52.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-08T22:11:52.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-08T22:11:55.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28132026-05-08T22:11:55.870Z
28142026-05-08T22:11:55.871Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-08T22:11:56.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-08T22:11:56.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-08T22:11:56.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-08T22:11:59.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28192026-05-08T22:11:59.960Z
28202026-05-08T22:11:59.960Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-08T22:12:00.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-08T22:12:00.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-08T22:12:00.623Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-08T22:12:06.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28252026-05-08T22:12:06.326Z
28262026-05-08T22:12:06.326Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-08T22:12:06.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-08T22:12:06.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-08T22:12:06.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-08T22:12:06.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28312026-05-08T22:12:06.823Z
28322026-05-08T22:12:06.823Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-08T22:12:07.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-08T22:12:07.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-08T22:12:07.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-08T22:12:10.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28372026-05-08T22:12:11.044Z
28382026-05-08T22:12:11.044Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-08T22:12:11.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-08T22:12:11.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-08T22:12:11.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-08T22:12:11.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28432026-05-08T22:12:11.631Z
28442026-05-08T22:12:11.631Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-08T22:12:12.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-08T22:12:12.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-08T22:12:12.254Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-08T22:12:12.418Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492026-05-08T22:12:12.418Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-05-08T22:12:12.754Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-08T22:12:15.620Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-08T22:12:16.824Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-08T22:12:16.989Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-08T22:12:17.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
28552026-05-08T22:12:17.841Z
28562026-05-08T22:12:17.841Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-08T22:12:18.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-08T22:12:18.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-08T22:12:18.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-08T22:12:18.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28612026-05-08T22:12:18.434Z
28622026-05-08T22:12:18.434Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-08T22:12:18.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-08T22:12:18.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-08T22:12:18.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-08T22:12:18.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28672026-05-08T22:12:19.078Z
28682026-05-08T22:12:19.078Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-08T22:12:19.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-08T22:12:19.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-08T22:12:19.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-08T22:12:19.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-08T22:12:19.685Z
28742026-05-08T22:12:19.685Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-08T22:12:20.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-08T22:12:20.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-08T22:12:20.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-08T22:12:20.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-05-08T22:12:20.289Z
28802026-05-08T22:12:20.289Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-08T22:12:20.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-08T22:12:20.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-08T22:12:20.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-08T22:12:20.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-05-08T22:12:20.892Z
28862026-05-08T22:12:20.892Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-08T22:12:21.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-08T22:12:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-08T22:12:21.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-08T22:12:21.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-08T22:12:21.493Z
28922026-05-08T22:12:21.493Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-08T22:12:21.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-08T22:12:21.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-08T22:12:21.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-08T22:12:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-05-08T22:12:22.072Z
28982026-05-08T22:12:22.072Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-08T22:12:22.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-08T22:12:22.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-08T22:12:22.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-08T22:12:22.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-05-08T22:12:22.673Z
29042026-05-08T22:12:22.673Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-08T22:12:23.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-08T22:12:23.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-08T22:12:23.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-08T22:12:23.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29092026-05-08T22:12:23.257Z
29102026-05-08T22:12:23.257Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-08T22:12:23.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-08T22:12:23.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-08T22:12:23.972Z Compiling crucible-workspace-hack v0.1.0
29142026-05-08T22:12:24.089Z Checking secrecy v0.10.3
29152026-05-08T22:12:24.095Z Compiling heapless v0.8.0
29162026-05-08T22:12:24.102Z Compiling ingot-macros v0.1.1
29172026-05-08T22:12:24.109Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-08T22:12:24.113Z Checking hash32 v0.3.1
29192026-05-08T22:12:24.131Z Compiling smoltcp v0.11.0
29202026-05-08T22:12:24.136Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29212026-05-08T22:12:24.198Z Checking cobs v0.3.0
29222026-05-08T22:12:24.237Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-08T22:12:24.334Z Checking universal-hash v0.5.1
29242026-05-08T22:12:24.338Z Checking half v2.7.1
29252026-05-08T22:12:24.386Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29262026-05-08T22:12:24.467Z Checking ciborium-io v0.2.2
29272026-05-08T22:12:24.499Z Checking opaque-debug v0.3.1
29282026-05-08T22:12:24.563Z Checking poly1305 v0.8.0
29292026-05-08T22:12:24.589Z Checking ciborium-ll v0.2.2
29302026-05-08T22:12:24.589Z Checking postcard v1.1.3
29312026-05-08T22:12:24.613Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29322026-05-08T22:12:24.762Z Compiling proc-macro-crate v3.4.0
29332026-05-08T22:12:24.819Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-08T22:12:24.886Z Checking password-hash v0.5.0
29352026-05-08T22:12:24.903Z Checking chacha20 v0.9.1
29362026-05-08T22:12:25.086Z Compiling proc-macro-crate v1.3.1
29372026-05-08T22:12:25.115Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-08T22:12:25.132Z Checking blake2 v0.10.6
29392026-05-08T22:12:25.147Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29402026-05-08T22:12:25.316Z Compiling num_enum_derive v0.7.5
29412026-05-08T22:12:25.345Z Checking aead v0.5.2
29422026-05-08T22:12:25.349Z Compiling foreign-types-macros v0.2.3
29432026-05-08T22:12:25.371Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29442026-05-08T22:12:25.403Z Checking thiserror-no-std v2.0.2
29452026-05-08T22:12:25.483Z Checking cpufeatures v0.3.0
29462026-05-08T22:12:25.496Z Checking foreign-types-shared v0.3.1
29472026-05-08T22:12:25.509Z Compiling num_enum_derive v0.5.11
29482026-05-08T22:12:25.567Z Checking chacha20 v0.10.0
29492026-05-08T22:12:25.585Z Checking vsss-rs v3.3.4
29502026-05-08T22:12:25.601Z Checking chacha20poly1305 v0.10.1
29512026-05-08T22:12:25.728Z Checking argon2 v0.5.3
29522026-05-08T22:12:25.778Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29532026-05-08T22:12:25.945Z Checking foreign-types v0.5.0
29542026-05-08T22:12:26.019Z Checking ciborium v0.2.2
29552026-05-08T22:12:26.177Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-08T22:12:26.246Z Checking tabwriter v1.4.1
29572026-05-08T22:12:26.338Z Checking num_enum v0.7.5
29582026-05-08T22:12:26.388Z Checking byte-wrapper v0.1.0
29592026-05-08T22:12:26.435Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-08T22:12:26.453Z Checking cstr-argument v0.1.2
29612026-05-08T22:12:26.469Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-08T22:12:26.521Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-08T22:12:26.575Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-05-08T22:12:26.596Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29652026-05-08T22:12:26.689Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29662026-05-08T22:12:26.725Z Checking num_enum v0.5.11
29672026-05-08T22:12:26.742Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-08T22:12:26.838Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-08T22:12:26.854Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29702026-05-08T22:12:26.904Z Checking ingot-types v0.1.2
29712026-05-08T22:12:26.904Z Checking rand v0.10.0
29722026-05-08T22:12:26.931Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-08T22:12:26.957Z Checking colored v3.1.1
29742026-05-08T22:12:27.039Z Checking indent_write v2.2.0
29752026-05-08T22:12:27.153Z Compiling zone_cfg_derive v0.3.1
29762026-05-08T22:12:27.170Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-08T22:12:27.214Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-08T22:12:27.231Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-08T22:12:27.244Z Checking itertools v0.12.1
29802026-05-08T22:12:27.261Z Checking ingot v0.1.1
29812026-05-08T22:12:27.328Z Compiling num-derive v0.4.2
29822026-05-08T22:12:27.349Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-08T22:12:27.383Z Checking swrite v0.1.0
29842026-05-08T22:12:27.471Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-08T22:12:27.548Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-05-08T22:12:27.706Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29872026-05-08T22:12:27.785Z Checking dropshot-api-manager-types v0.7.1
29882026-05-08T22:12:27.799Z Checking smf v0.2.3
29892026-05-08T22:12:27.813Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29902026-05-08T22:12:27.827Z Checking nanorand v0.7.0
29912026-05-08T22:12:27.953Z Checking whoami v1.6.1
29922026-05-08T22:12:28.018Z Checking flume v0.11.1
29932026-05-08T22:12:28.031Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-05-08T22:12:28.237Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-08T22:12:28.250Z Checking zone v0.3.1
29962026-05-08T22:12:28.810Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T22:12:29.786Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T22:12:30.684Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-08T22:12:33.708Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-08T22:12:35.739Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-08T22:12:36.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
30022026-05-08T22:12:37.028Z
30032026-05-08T22:12:37.029Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-08T22:12:37.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-08T22:12:37.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-08T22:12:37.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-08T22:12:37.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30082026-05-08T22:12:37.633Z
30092026-05-08T22:12:37.633Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-08T22:12:38.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-08T22:12:38.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-08T22:12:38.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-08T22:12:38.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-08T22:12:38.242Z
30152026-05-08T22:12:38.242Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-08T22:12:38.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-08T22:12:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-08T22:12:38.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-08T22:12:38.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30202026-05-08T22:12:38.854Z
30212026-05-08T22:12:38.854Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-08T22:12:39.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-08T22:12:39.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-08T22:12:39.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-08T22:12:39.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-08T22:12:39.459Z
30272026-05-08T22:12:39.459Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-08T22:12:39.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-08T22:12:39.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-08T22:12:39.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-08T22:12:39.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-08T22:12:40.066Z
30332026-05-08T22:12:40.066Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-08T22:12:40.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-08T22:12:40.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-08T22:12:40.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-08T22:12:40.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-08T22:12:40.667Z
30392026-05-08T22:12:40.667Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-08T22:12:41.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-08T22:12:41.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-08T22:12:41.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-08T22:12:41.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-08T22:12:41.267Z
30452026-05-08T22:12:41.267Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-08T22:12:41.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-08T22:12:41.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-08T22:12:41.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-08T22:12:41.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-08T22:12:41.850Z
30512026-05-08T22:12:41.850Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-08T22:12:42.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-08T22:12:42.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-08T22:12:42.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-08T22:12:42.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-08T22:12:42.450Z
30572026-05-08T22:12:42.450Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-08T22:12:42.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-08T22:12:42.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-08T22:12:42.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-08T22:12:42.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-08T22:12:43.056Z
30632026-05-08T22:12:43.057Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-08T22:12:43.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-08T22:12:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-08T22:12:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-08T22:12:43.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-08T22:12:43.657Z
30692026-05-08T22:12:43.657Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-08T22:12:44.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-08T22:12:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-08T22:12:44.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-08T22:12:44.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-08T22:12:44.298Z
30752026-05-08T22:12:44.298Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-08T22:12:44.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-08T22:12:44.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-08T22:12:44.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-08T22:12:44.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30802026-05-08T22:12:44.944Z
30812026-05-08T22:12:44.944Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-08T22:12:45.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-08T22:12:45.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-08T22:12:45.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-08T22:12:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-08T22:12:45.528Z
30872026-05-08T22:12:45.528Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-08T22:12:46.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-08T22:12:46.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-08T22:12:46.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-08T22:12:46.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-08T22:12:46.123Z
30932026-05-08T22:12:46.123Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-08T22:12:46.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-08T22:12:46.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-08T22:12:46.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-08T22:12:46.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-05-08T22:12:46.731Z
30992026-05-08T22:12:46.731Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-08T22:12:47.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-08T22:12:47.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-08T22:12:47.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-08T22:12:47.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-08T22:12:47.318Z
31052026-05-08T22:12:47.318Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-08T22:12:47.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-08T22:12:47.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-08T22:12:47.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-08T22:12:47.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31102026-05-08T22:12:47.927Z
31112026-05-08T22:12:47.927Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-08T22:12:48.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-08T22:12:48.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-08T22:12:48.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-08T22:12:48.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31162026-05-08T22:12:48.557Z
31172026-05-08T22:12:48.557Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-08T22:12:49.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-08T22:12:49.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-08T22:12:49.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-08T22:12:49.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31222026-05-08T22:12:49.184Z
31232026-05-08T22:12:49.184Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-08T22:12:49.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-08T22:12:49.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-08T22:12:49.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-08T22:12:49.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-08T22:12:49.766Z
31292026-05-08T22:12:49.766Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-08T22:12:50.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-08T22:12:50.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-08T22:12:50.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-08T22:12:50.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-05-08T22:12:50.371Z
31352026-05-08T22:12:50.371Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-08T22:12:50.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-08T22:12:50.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-08T22:12:51.062Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-08T22:12:51.175Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-08T22:12:51.183Z Checking csv-core v0.1.13
31412026-05-08T22:12:51.190Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-08T22:12:51.193Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-08T22:12:51.207Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-08T22:12:51.218Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-08T22:12:51.229Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-08T22:12:51.336Z Checking csv v1.4.0
31472026-05-08T22:12:51.354Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-08T22:12:51.405Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-08T22:12:51.432Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-08T22:12:51.668Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-08T22:12:52.031Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31522026-05-08T22:12:52.035Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-05-08T22:12:52.359Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-08T22:12:58.128Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-08T22:12:58.656Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-08T22:13:01.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
31572026-05-08T22:13:01.202Z
31582026-05-08T22:13:01.202Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-08T22:13:01.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-08T22:13:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-08T22:13:01.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-08T22:13:01.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-08T22:13:01.801Z
31642026-05-08T22:13:01.802Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-08T22:13:02.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-08T22:13:02.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-08T22:13:02.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-08T22:13:02.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-08T22:13:02.491Z
31702026-05-08T22:13:02.492Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-08T22:13:03.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-08T22:13:03.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-08T22:13:03.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-08T22:13:03.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31752026-05-08T22:13:03.187Z
31762026-05-08T22:13:03.188Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-08T22:13:03.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-08T22:13:03.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-08T22:13:03.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-08T22:13:03.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31812026-05-08T22:13:03.846Z
31822026-05-08T22:13:03.846Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-08T22:13:04.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-08T22:13:04.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-08T22:13:04.614Z Compiling regress v0.11.1
31862026-05-08T22:13:04.753Z Compiling unsafe-libyaml v0.2.11
31872026-05-08T22:13:04.765Z Compiling semver v0.1.20
31882026-05-08T22:13:04.778Z Compiling radium v0.7.0
31892026-05-08T22:13:04.792Z Compiling pin-project-internal v1.1.11
31902026-05-08T22:13:04.798Z Checking tap v1.0.1
31912026-05-08T22:13:04.817Z Compiling maybe-uninit v2.0.0
31922026-05-08T22:13:04.906Z Checking wyz v0.5.1
31932026-05-08T22:13:05.039Z Compiling rustc_version v0.1.7
31942026-05-08T22:13:05.096Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-08T22:13:05.129Z Checking progenitor-client v0.13.0
31962026-05-08T22:13:05.224Z Compiling snafu-derive v0.8.9
31972026-05-08T22:13:05.259Z Compiling serde_yaml v0.9.34+deprecated
31982026-05-08T22:13:05.362Z Compiling newtype_derive v0.1.6
31992026-05-08T22:13:05.490Z Compiling zerocopy-derive v0.6.6
32002026-05-08T22:13:05.551Z Compiling owo-colors v4.3.0
32012026-05-08T22:13:05.892Z Checking funty v2.0.0
32022026-05-08T22:13:05.908Z Checking pin-project v1.1.11
32032026-05-08T22:13:06.005Z Compiling packed_struct v0.10.1
32042026-05-08T22:13:06.187Z Checking typify-impl v0.6.2
32052026-05-08T22:13:06.216Z Checking crc-catalog v2.4.0
32062026-05-08T22:13:06.312Z Checking same-file v1.0.6
32072026-05-08T22:13:06.371Z Compiling cancel-safe-futures v0.1.5
32082026-05-08T22:13:06.431Z Checking walkdir v2.5.0
32092026-05-08T22:13:06.598Z Checking zerocopy v0.6.6
32102026-05-08T22:13:06.612Z Checking crc v3.4.0
32112026-05-08T22:13:06.647Z Checking bitvec v1.0.1
32122026-05-08T22:13:06.825Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-08T22:13:06.863Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-08T22:13:06.898Z Checking globset v0.4.18
32152026-05-08T22:13:07.154Z Checking snafu v0.8.9
32162026-05-08T22:13:07.175Z Checking olpc-cjson v0.1.4
32172026-05-08T22:13:07.208Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-08T22:13:07.307Z Checking pem v3.0.6
32192026-05-08T22:13:07.337Z Compiling packed_struct_codegen v0.10.1
32202026-05-08T22:13:07.358Z Checking libsw-core v0.3.2
32212026-05-08T22:13:07.396Z Checking serde_plain v1.0.2
32222026-05-08T22:13:07.459Z Compiling bitfield-macros v0.19.4
32232026-05-08T22:13:07.475Z Compiling indexmap v1.9.3
32242026-05-08T22:13:07.503Z Checking nodrop v0.1.14
32252026-05-08T22:13:07.542Z Checking typed-path v0.9.3
32262026-05-08T22:13:07.596Z Checking array-init v0.0.4
32272026-05-08T22:13:07.692Z Checking libsw v3.5.0
32282026-05-08T22:13:07.845Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-08T22:13:07.900Z Checking smallvec v0.6.14
32302026-05-08T22:13:07.949Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-08T22:13:08.161Z Checking bitfield v0.19.4
32322026-05-08T22:13:08.246Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-08T22:13:08.317Z Checking tough v0.20.0
32342026-05-08T22:13:08.331Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32352026-05-08T22:13:08.380Z Checking unicode-linebreak v0.1.5
32362026-05-08T22:13:08.417Z Checking linear-map v1.2.0
32372026-05-08T22:13:08.430Z Checking hashbrown v0.12.3
32382026-05-08T22:13:08.451Z Checking tagptr v0.2.0
32392026-05-08T22:13:08.587Z Checking smawk v0.3.2
32402026-05-08T22:13:08.590Z Checking base64 v0.21.7
32412026-05-08T22:13:08.614Z Checking moka v0.12.13
32422026-05-08T22:13:08.617Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32432026-05-08T22:13:08.718Z Checking textwrap v0.16.2
32442026-05-08T22:13:08.840Z Checking ron v0.8.1
32452026-05-08T22:13:08.935Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-05-08T22:13:09.169Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-05-08T22:13:09.245Z Checking serde-hex v0.1.0
32482026-05-08T22:13:09.362Z Checking steno v0.4.1
32492026-05-08T22:13:09.405Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-08T22:13:09.494Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32512026-05-08T22:13:09.570Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32522026-05-08T22:13:09.783Z Checking hashbrown v0.13.2
32532026-05-08T22:13:09.921Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32542026-05-08T22:13:10.118Z Checking crc-any v2.5.0
32552026-05-08T22:13:10.155Z Checking humantime v2.3.0
32562026-05-08T22:13:10.217Z Checking object v0.30.4
32572026-05-08T22:13:10.321Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32582026-05-08T22:13:10.335Z Checking hickory-resolver v0.25.2
32592026-05-08T22:13:10.353Z Checking half v1.8.3
32602026-05-08T22:13:10.390Z Checking utf-8 v0.7.6
32612026-05-08T22:13:10.483Z Checking path-slash v0.1.5
32622026-05-08T22:13:10.527Z Checking void v1.0.2
32632026-05-08T22:13:10.544Z Checking serde_cbor v0.11.2
32642026-05-08T22:13:10.588Z Checking tungstenite v0.23.0
32652026-05-08T22:13:10.635Z Checking lzss v0.8.2
32662026-05-08T22:13:10.822Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-08T22:13:10.845Z Compiling typify-macro v0.6.2
32682026-05-08T22:13:10.908Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32692026-05-08T22:13:10.925Z Checking nix v0.27.1
32702026-05-08T22:13:10.976Z Checking kstat-rs v0.2.4
32712026-05-08T22:13:11.005Z Checking fxhash v0.2.1
32722026-05-08T22:13:11.034Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-08T22:13:11.124Z Checking serde_bytes v0.11.19
32742026-05-08T22:13:11.139Z Checking tokio-tungstenite v0.23.1
32752026-05-08T22:13:11.159Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-08T22:13:11.297Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-08T22:13:11.398Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-08T22:13:11.428Z Checking signal-hook-tokio v0.3.1
32792026-05-08T22:13:12.291Z Compiling typify v0.6.2
32802026-05-08T22:13:12.374Z Compiling progenitor-impl v0.13.0
32812026-05-08T22:13:12.374Z Compiling progenitor-impl v0.14.0
32822026-05-08T22:13:12.457Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-08T22:13:13.379Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-08T22:13:13.699Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-08T22:13:13.974Z Compiling progenitor-macro v0.14.0
32862026-05-08T22:13:13.988Z Compiling progenitor-macro v0.13.0
32872026-05-08T22:13:16.574Z Checking progenitor v0.14.0
32882026-05-08T22:13:16.650Z Checking progenitor v0.13.0
32892026-05-08T22:13:16.700Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32902026-05-08T22:13:16.766Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32912026-05-08T22:13:19.778Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-08T22:13:27.482Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-08T22:13:33.733Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-08T22:13:35.105Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-08T22:13:35.605Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-08T22:13:37.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.82s
32972026-05-08T22:13:37.875Z
32982026-05-08T22:13:37.875Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-08T22:13:38.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-08T22:13:38.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-08T22:13:38.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-08T22:13:38.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-08T22:13:38.479Z
33042026-05-08T22:13:38.480Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-08T22:13:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-08T22:13:39.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-08T22:13:39.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-08T22:13:39.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33092026-05-08T22:13:39.117Z
33102026-05-08T22:13:39.117Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-08T22:13:39.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-08T22:13:39.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-08T22:13:39.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-08T22:13:39.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-05-08T22:13:39.664Z
33162026-05-08T22:13:39.664Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-08T22:13:40.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-08T22:13:40.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-08T22:13:40.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-08T22:13:40.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-08T22:13:40.263Z
33222026-05-08T22:13:40.263Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-08T22:13:40.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-08T22:13:40.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-08T22:13:40.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-08T22:13:40.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-08T22:13:40.861Z
33282026-05-08T22:13:40.861Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-08T22:13:41.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-08T22:13:41.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-08T22:13:41.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-08T22:13:41.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33332026-05-08T22:13:41.475Z
33342026-05-08T22:13:41.475Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-08T22:13:41.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-08T22:13:41.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-08T22:13:41.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-08T22:13:41.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-08T22:13:42.063Z
33402026-05-08T22:13:42.063Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-08T22:13:42.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-08T22:13:42.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-08T22:13:42.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-08T22:13:42.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-08T22:13:42.667Z
33462026-05-08T22:13:42.667Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-08T22:13:43.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-08T22:13:43.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-08T22:13:43.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-08T22:13:43.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-08T22:13:43.276Z
33522026-05-08T22:13:43.276Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-08T22:13:43.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-08T22:13:43.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-08T22:13:43.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-08T22:13:43.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-08T22:13:43.882Z
33582026-05-08T22:13:43.882Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-08T22:13:44.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-08T22:13:44.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-08T22:13:44.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-08T22:13:44.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-08T22:13:44.488Z
33642026-05-08T22:13:44.488Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-08T22:13:44.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-08T22:13:44.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-08T22:13:44.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-08T22:13:45.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-08T22:13:45.094Z
33702026-05-08T22:13:45.094Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-08T22:13:45.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-08T22:13:45.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-08T22:13:45.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-08T22:13:45.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-08T22:13:45.699Z
33762026-05-08T22:13:45.699Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-08T22:13:46.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-08T22:13:46.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-08T22:13:46.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-08T22:13:46.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-08T22:13:46.307Z
33822026-05-08T22:13:46.307Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-08T22:13:46.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-08T22:13:46.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-08T22:13:46.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-08T22:13:46.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-08T22:13:46.914Z
33882026-05-08T22:13:46.914Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-08T22:13:47.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-08T22:13:47.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-08T22:13:47.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-08T22:13:47.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-08T22:13:47.515Z
33942026-05-08T22:13:47.515Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-08T22:13:48.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-08T22:13:48.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-08T22:13:48.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-08T22:13:48.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-08T22:13:48.122Z
34002026-05-08T22:13:48.122Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-08T22:13:48.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-08T22:13:48.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-08T22:13:48.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-08T22:13:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-08T22:13:48.728Z
34062026-05-08T22:13:48.728Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-08T22:13:49.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-08T22:13:49.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-08T22:13:49.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-08T22:13:49.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-08T22:13:49.334Z
34122026-05-08T22:13:49.334Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-08T22:13:49.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-08T22:13:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-08T22:13:49.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-08T22:13:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-08T22:13:49.938Z
34182026-05-08T22:13:49.938Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-08T22:13:50.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-08T22:13:50.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-08T22:13:50.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-08T22:13:50.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-08T22:13:50.545Z
34242026-05-08T22:13:50.545Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-08T22:13:51.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-08T22:13:51.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-08T22:13:51.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-08T22:13:51.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34292026-05-08T22:13:51.194Z
34302026-05-08T22:13:51.194Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-08T22:13:51.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-08T22:13:51.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-08T22:13:51.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-08T22:13:51.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-08T22:13:51.799Z
34362026-05-08T22:13:51.799Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-08T22:13:52.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-08T22:13:52.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-08T22:13:52.450Z Compiling parking_lot_core v0.8.6
34402026-05-08T22:13:52.450Z Compiling git-stub v1.0.0
34412026-05-08T22:13:52.450Z Compiling atomicwrites v0.4.4
34422026-05-08T22:13:52.454Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-08T22:13:52.563Z Checking prefix-trie v0.7.0
34442026-05-08T22:13:52.686Z Compiling git-stub-vcs v0.1.0
34452026-05-08T22:13:52.862Z Checking hickory-server v0.25.2
34462026-05-08T22:13:52.955Z Checking parking_lot v0.11.2
34472026-05-08T22:13:52.967Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-08T22:13:53.033Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-08T22:13:53.033Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34502026-05-08T22:13:53.127Z Checking sled v0.34.7
34512026-05-08T22:13:55.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34522026-05-08T22:13:55.212Z
34532026-05-08T22:13:55.212Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-08T22:13:55.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-08T22:13:55.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-08T22:13:55.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-08T22:13:55.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-08T22:13:55.807Z
34592026-05-08T22:13:55.807Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-08T22:13:56.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-08T22:13:56.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-08T22:13:56.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-08T22:13:56.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-08T22:13:56.405Z
34652026-05-08T22:13:56.405Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-08T22:13:56.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-08T22:13:56.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-08T22:13:57.127Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-08T22:13:58.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34702026-05-08T22:13:59.088Z
34712026-05-08T22:13:59.088Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-08T22:13:59.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-08T22:13:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-08T22:13:59.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-08T22:13:59.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34762026-05-08T22:13:59.743Z
34772026-05-08T22:13:59.743Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-08T22:14:00.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-08T22:14:00.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-08T22:14:00.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-08T22:14:00.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34822026-05-08T22:14:00.399Z
34832026-05-08T22:14:00.399Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-08T22:14:00.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-08T22:14:00.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-08T22:14:00.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-08T22:14:00.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-05-08T22:14:00.990Z
34892026-05-08T22:14:00.990Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-08T22:14:01.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-08T22:14:01.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-08T22:14:01.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-08T22:14:01.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-08T22:14:01.574Z
34952026-05-08T22:14:01.575Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-08T22:14:02.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-08T22:14:02.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-08T22:14:02.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-08T22:14:02.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-08T22:14:02.235Z
35012026-05-08T22:14:02.235Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-08T22:14:02.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-08T22:14:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-08T22:14:02.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-08T22:14:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-08T22:14:02.812Z
35072026-05-08T22:14:02.812Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-08T22:14:03.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-08T22:14:03.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-08T22:14:03.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-08T22:14:03.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-08T22:14:03.452Z
35132026-05-08T22:14:03.452Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-08T22:14:03.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-08T22:14:03.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-08T22:14:03.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-08T22:14:04.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-08T22:14:04.094Z
35192026-05-08T22:14:04.094Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-08T22:14:04.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-08T22:14:04.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-08T22:14:04.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-08T22:14:04.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-08T22:14:04.685Z
35252026-05-08T22:14:04.685Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-08T22:14:05.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-08T22:14:05.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-08T22:14:05.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-08T22:14:05.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-08T22:14:05.275Z
35312026-05-08T22:14:05.276Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-08T22:14:05.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-08T22:14:05.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-08T22:14:05.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-08T22:14:05.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-08T22:14:05.873Z
35372026-05-08T22:14:05.873Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-08T22:14:06.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-08T22:14:06.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-08T22:14:06.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-08T22:14:06.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-08T22:14:06.466Z
35432026-05-08T22:14:06.466Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-08T22:14:06.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-08T22:14:06.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-08T22:14:06.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-08T22:14:06.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-08T22:14:07.048Z
35492026-05-08T22:14:07.048Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-08T22:14:07.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-08T22:14:07.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-08T22:14:07.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-08T22:14:07.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-08T22:14:07.703Z
35552026-05-08T22:14:07.703Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-08T22:14:08.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-08T22:14:08.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-08T22:14:08.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-08T22:14:08.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35602026-05-08T22:14:08.362Z
35612026-05-08T22:14:08.363Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-08T22:14:08.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-08T22:14:08.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-08T22:14:08.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-08T22:14:08.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-08T22:14:09.008Z
35672026-05-08T22:14:09.008Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-08T22:14:09.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-08T22:14:09.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-08T22:14:09.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-08T22:14:09.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-08T22:14:09.636Z
35732026-05-08T22:14:09.636Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-08T22:14:10.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-08T22:14:10.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-08T22:14:10.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-08T22:14:10.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35782026-05-08T22:14:10.255Z
35792026-05-08T22:14:10.255Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-08T22:14:10.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-08T22:14:10.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-08T22:14:10.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-08T22:14:10.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35842026-05-08T22:14:10.877Z
35852026-05-08T22:14:10.877Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-08T22:14:11.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-08T22:14:11.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-08T22:14:11.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-08T22:14:11.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-08T22:14:11.485Z
35912026-05-08T22:14:11.485Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-08T22:14:12.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-08T22:14:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-08T22:14:12.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-08T22:14:12.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-08T22:14:12.112Z
35972026-05-08T22:14:12.112Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-08T22:14:12.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-08T22:14:12.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-08T22:14:12.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-08T22:14:12.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-08T22:14:12.740Z
36032026-05-08T22:14:12.740Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-08T22:14:13.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-08T22:14:13.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-08T22:14:13.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-08T22:14:13.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-08T22:14:13.332Z
36092026-05-08T22:14:13.332Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-08T22:14:13.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-08T22:14:13.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-08T22:14:14.186Z Compiling typify-impl v0.4.3
36132026-05-08T22:14:14.186Z Compiling libefi-sys v0.1.0
36142026-05-08T22:14:14.331Z Compiling bitfield-struct v0.6.2
36152026-05-08T22:14:14.340Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-08T22:14:14.351Z Compiling xshell-macros v0.2.7
36172026-05-08T22:14:14.363Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-08T22:14:14.404Z Compiling salty v0.3.0
36192026-05-08T22:14:14.408Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-08T22:14:14.564Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-08T22:14:14.687Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-08T22:14:14.703Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-08T22:14:14.716Z Checking xshell v0.2.7
36242026-05-08T22:14:14.902Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-08T22:14:14.925Z Checking primeorder v0.13.6
36262026-05-08T22:14:14.948Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-05-08T22:14:15.073Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-08T22:14:15.090Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-08T22:14:15.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-08T22:14:15.189Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-08T22:14:15.324Z Checking tungstenite v0.21.0
36322026-05-08T22:14:15.376Z Checking p384 v0.13.1
36332026-05-08T22:14:15.427Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-08T22:14:15.475Z Compiling proc-macro-error2 v2.0.1
36352026-05-08T22:14:15.571Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-08T22:14:15.751Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-08T22:14:15.785Z Compiling num-derive v0.3.3
36382026-05-08T22:14:15.801Z Compiling tabled_derive v0.11.0
36392026-05-08T22:14:16.079Z Checking tokio-tungstenite v0.21.0
36402026-05-08T22:14:16.278Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-08T22:14:16.355Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-05-08T22:14:16.370Z Checking papergrid v0.17.0
36432026-05-08T22:14:16.575Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-08T22:14:16.733Z Checking libscf-sys v1.1.0
36452026-05-08T22:14:16.872Z Checking testing_table v0.3.0
36462026-05-08T22:14:16.955Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-08T22:14:16.971Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T22:14:16.975Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-08T22:14:17.086Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-08T22:14:17.144Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-08T22:14:17.296Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-08T22:14:17.342Z Compiling unicase v2.9.0
36532026-05-08T22:14:17.440Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-05-08T22:14:17.482Z Checking corncobs v0.1.4
36552026-05-08T22:14:17.560Z Compiling mime_guess v2.0.5
36562026-05-08T22:14:17.580Z Checking tabled v0.20.0
36572026-05-08T22:14:17.612Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36582026-05-08T22:14:17.631Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36592026-05-08T22:14:17.735Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-08T22:14:17.839Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-08T22:14:17.870Z Checking progenitor-client v0.11.2
36622026-05-08T22:14:18.086Z Checking secrecy v0.8.0
36632026-05-08T22:14:18.102Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-05-08T22:14:18.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-08T22:14:18.152Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-05-08T22:14:18.192Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-08T22:14:18.322Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36682026-05-08T22:14:18.602Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36692026-05-08T22:14:18.724Z Compiling typify-macro v0.4.3
36702026-05-08T22:14:18.768Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36712026-05-08T22:14:18.783Z Checking filetime v0.2.27
36722026-05-08T22:14:18.865Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-08T22:14:18.882Z Checking xattr v1.6.1
36742026-05-08T22:14:18.915Z Checking crc8 v0.1.1
36752026-05-08T22:14:19.013Z Checking http-range v0.1.5
36762026-05-08T22:14:19.143Z Checking tar v0.4.45
36772026-05-08T22:14:19.445Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-05-08T22:14:19.569Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-08T22:14:19.641Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-08T22:14:19.728Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-08T22:14:19.744Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-08T22:14:19.785Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-08T22:14:20.031Z Checking atty v0.2.14
36842026-05-08T22:14:20.138Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-08T22:14:20.244Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-08T22:14:20.350Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-08T22:14:20.448Z Compiling typify v0.4.3
36882026-05-08T22:14:20.589Z Compiling progenitor-impl v0.11.2
36892026-05-08T22:14:20.705Z Compiling progenitor-impl v0.10.0
36902026-05-08T22:14:20.928Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-08T22:14:21.067Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-08T22:14:21.169Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-08T22:14:21.600Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-08T22:14:21.980Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36952026-05-08T22:14:22.044Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-05-08T22:14:22.064Z Checking hyper-staticfile v0.10.1
36972026-05-08T22:14:22.206Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-08T22:14:22.352Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-08T22:14:22.431Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-08T22:14:22.467Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-08T22:14:22.719Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-08T22:14:22.741Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-05-08T22:14:23.000Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-08T22:14:23.036Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37052026-05-08T22:14:23.167Z Compiling progenitor-macro v0.11.2
37062026-05-08T22:14:23.252Z Compiling progenitor-macro v0.10.0
37072026-05-08T22:14:25.949Z Checking progenitor v0.11.2
37082026-05-08T22:14:26.084Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-08T22:14:26.178Z Checking progenitor v0.10.0
37102026-05-08T22:14:26.301Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37112026-05-08T22:14:30.720Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-08T22:14:31.833Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-08T22:14:42.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.87s
37142026-05-08T22:14:42.423Z
37152026-05-08T22:14:42.423Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-08T22:14:42.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-08T22:14:42.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-08T22:14:43.212Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-08T22:14:53.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37202026-05-08T22:14:53.931Z
37212026-05-08T22:14:53.931Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-08T22:14:54.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-08T22:14:54.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-08T22:14:54.721Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-08T22:15:05.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37262026-05-08T22:15:05.385Z
37272026-05-08T22:15:05.385Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-08T22:15:05.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-08T22:15:05.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-08T22:15:06.158Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-08T22:15:16.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37322026-05-08T22:15:16.832Z
37332026-05-08T22:15:16.832Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-08T22:15:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-08T22:15:17.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-08T22:15:17.607Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-08T22:15:27.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37382026-05-08T22:15:28.186Z
37392026-05-08T22:15:28.186Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-08T22:15:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-08T22:15:28.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-08T22:15:28.956Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-08T22:15:39.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37442026-05-08T22:15:39.590Z
37452026-05-08T22:15:39.590Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-08T22:15:40.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-08T22:15:40.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-08T22:15:40.361Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-08T22:15:50.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37502026-05-08T22:15:51.081Z
37512026-05-08T22:15:51.082Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-08T22:15:51.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-08T22:15:51.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-08T22:15:51.858Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-08T22:16:02.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37562026-05-08T22:16:02.515Z
37572026-05-08T22:16:02.515Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-08T22:16:03.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-08T22:16:03.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-08T22:16:03.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-08T22:16:03.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37622026-05-08T22:16:03.119Z
37632026-05-08T22:16:03.119Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-08T22:16:03.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-08T22:16:03.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-08T22:16:03.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-08T22:16:03.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-05-08T22:16:03.721Z
37692026-05-08T22:16:03.721Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-08T22:16:04.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-08T22:16:04.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-08T22:16:04.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-08T22:16:04.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37742026-05-08T22:16:04.310Z
37752026-05-08T22:16:04.310Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-08T22:16:04.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-08T22:16:04.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-08T22:16:04.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-08T22:16:04.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37802026-05-08T22:16:04.902Z
37812026-05-08T22:16:04.902Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-08T22:16:05.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-08T22:16:05.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-08T22:16:05.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-08T22:16:05.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-08T22:16:05.523Z
37872026-05-08T22:16:05.524Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-08T22:16:06.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-08T22:16:06.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-08T22:16:06.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-08T22:16:06.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-08T22:16:06.134Z
37932026-05-08T22:16:06.134Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-08T22:16:06.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-08T22:16:06.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-08T22:16:06.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-08T22:16:06.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-08T22:16:06.751Z
37992026-05-08T22:16:06.751Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-08T22:16:07.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-08T22:16:07.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-08T22:16:07.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-08T22:16:07.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-08T22:16:07.367Z
38052026-05-08T22:16:07.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-08T22:16:07.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-08T22:16:07.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-08T22:16:07.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-08T22:16:07.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-08T22:16:07.988Z
38112026-05-08T22:16:07.988Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-08T22:16:08.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-08T22:16:08.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-08T22:16:08.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-08T22:16:08.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-08T22:16:08.605Z
38172026-05-08T22:16:08.605Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-08T22:16:09.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-08T22:16:09.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-08T22:16:09.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-08T22:16:09.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-08T22:16:09.226Z
38232026-05-08T22:16:09.226Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-08T22:16:09.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-08T22:16:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-08T22:16:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-08T22:16:09.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-08T22:16:09.847Z
38292026-05-08T22:16:09.847Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-08T22:16:10.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-08T22:16:10.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-08T22:16:10.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-08T22:16:10.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38342026-05-08T22:16:10.458Z
38352026-05-08T22:16:10.458Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-08T22:16:11.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-08T22:16:11.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-08T22:16:11.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-08T22:16:11.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38402026-05-08T22:16:11.099Z
38412026-05-08T22:16:11.099Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-08T22:16:11.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-08T22:16:11.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-08T22:16:11.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-08T22:16:11.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38462026-05-08T22:16:11.721Z
38472026-05-08T22:16:11.721Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-08T22:16:12.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-08T22:16:12.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-08T22:16:12.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-08T22:16:12.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-08T22:16:12.342Z
38532026-05-08T22:16:12.342Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-08T22:16:12.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-08T22:16:12.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-08T22:16:12.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-08T22:16:12.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38582026-05-08T22:16:12.989Z
38592026-05-08T22:16:12.989Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-08T22:16:13.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-08T22:16:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-08T22:16:13.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-08T22:16:13.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-05-08T22:16:13.588Z
38652026-05-08T22:16:13.588Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-08T22:16:14.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-08T22:16:14.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-08T22:16:14.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-08T22:16:14.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-08T22:16:14.231Z
38712026-05-08T22:16:14.231Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-08T22:16:14.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-08T22:16:14.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-08T22:16:14.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-08T22:16:14.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38762026-05-08T22:16:14.808Z
38772026-05-08T22:16:14.808Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-08T22:16:15.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-08T22:16:15.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-08T22:16:15.577Z Compiling fs-err v2.11.0
38812026-05-08T22:16:15.581Z Checking ignore v0.4.25
38822026-05-08T22:16:15.581Z Checking arc-swap v1.8.2
38832026-05-08T22:16:15.581Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-08T22:16:15.719Z Checking predicates-tree v1.0.13
38852026-05-08T22:16:15.730Z Checking parse-size v1.1.0
38862026-05-08T22:16:15.741Z Checking rand_seeder v0.4.0
38872026-05-08T22:16:15.745Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-08T22:16:15.819Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-08T22:16:15.841Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38902026-05-08T22:16:15.881Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-08T22:16:15.933Z Checking slog-scope v4.4.1
38922026-05-08T22:16:16.020Z Compiling petname v2.0.2
38932026-05-08T22:16:16.065Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942026-05-08T22:16:16.080Z Checking slog-stdlog v4.1.1
38952026-05-08T22:16:16.080Z Checking globwalk v0.9.1
38962026-05-08T22:16:16.131Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-08T22:16:16.197Z Checking slog-envlogger v2.2.0
38982026-05-08T22:16:16.265Z Checking camino-tempfile-ext v0.3.3
38992026-05-08T22:16:16.281Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-08T22:16:16.345Z Checking sapling-renderdag v0.1.0
39012026-05-08T22:16:16.475Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-08T22:16:16.480Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39032026-05-08T22:16:16.604Z Checking subprocess v0.2.15
39042026-05-08T22:16:16.633Z Checking sync-ptr v0.1.4
39052026-05-08T22:16:16.685Z Checking colored v2.2.0
39062026-05-08T22:16:16.749Z Checking assert_matches v1.5.0
39072026-05-08T22:16:16.851Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39082026-05-08T22:16:16.866Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39092026-05-08T22:16:16.930Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39102026-05-08T22:16:16.934Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39112026-05-08T22:16:17.528Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-08T22:16:18.841Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-08T22:16:21.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39142026-05-08T22:16:21.267Z
39152026-05-08T22:16:21.267Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-08T22:16:21.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-08T22:16:21.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-08T22:16:21.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-08T22:16:21.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-08T22:16:21.843Z
39212026-05-08T22:16:21.843Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-08T22:16:22.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-08T22:16:22.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-08T22:16:22.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-08T22:16:22.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39262026-05-08T22:16:22.447Z
39272026-05-08T22:16:22.447Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-08T22:16:22.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-08T22:16:22.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-08T22:16:22.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-08T22:16:22.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39322026-05-08T22:16:23.101Z
39332026-05-08T22:16:23.101Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-08T22:16:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-08T22:16:23.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-08T22:16:23.821Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-08T22:16:23.825Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-08T22:16:24.469Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-08T22:16:26.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39402026-05-08T22:16:26.243Z
39412026-05-08T22:16:26.243Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-08T22:16:26.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-08T22:16:26.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-08T22:16:26.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-08T22:16:26.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-05-08T22:16:26.843Z
39472026-05-08T22:16:26.843Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-08T22:16:27.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-08T22:16:27.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-08T22:16:27.445Z Checking yasna v0.5.2
39512026-05-08T22:16:27.846Z Checking rcgen v0.12.1
39522026-05-08T22:16:28.098Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-08T22:16:28.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39542026-05-08T22:16:28.462Z
39552026-05-08T22:16:28.462Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-08T22:16:28.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-08T22:16:28.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-08T22:16:29.105Z Compiling darling_core v0.23.0
39592026-05-08T22:16:29.212Z Compiling instability v0.3.11
39602026-05-08T22:16:29.219Z Checking castaway v0.2.4
39612026-05-08T22:16:29.225Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-05-08T22:16:29.229Z Compiling indoc v2.0.7
39632026-05-08T22:16:29.242Z Checking unicode-truncate v1.1.0
39642026-05-08T22:16:29.245Z Checking lru v0.12.5
39652026-05-08T22:16:29.245Z Checking cassowary v0.3.0
39662026-05-08T22:16:29.310Z Checking compact_str v0.8.1
39672026-05-08T22:16:30.242Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-08T22:16:30.422Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-08T22:16:30.627Z Compiling darling_macro v0.23.0
39702026-05-08T22:16:31.034Z Compiling darling v0.23.0
39712026-05-08T22:16:31.638Z Checking ratatui v0.29.0
39722026-05-08T22:16:32.700Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-08T22:16:33.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
39742026-05-08T22:16:33.544Z
39752026-05-08T22:16:33.544Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-08T22:16:34.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-08T22:16:34.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-08T22:16:34.265Z Checking headers-core v0.3.0
39792026-05-08T22:16:34.268Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-08T22:16:34.461Z Checking headers v0.4.1
39812026-05-08T22:16:34.827Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-08T22:16:35.672Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-08T22:16:36.158Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-08T22:16:36.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
39852026-05-08T22:16:36.777Z
39862026-05-08T22:16:36.777Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-08T22:16:37.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-08T22:16:37.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-08T22:16:37.498Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-08T22:16:38.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39912026-05-08T22:16:38.460Z
39922026-05-08T22:16:38.460Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-08T22:16:38.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-08T22:16:38.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-08T22:16:38.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-08T22:16:38.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39972026-05-08T22:16:38.932Z
39982026-05-08T22:16:38.932Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-08T22:16:39.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-08T22:16:39.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-08T22:16:39.641Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-08T22:16:40.619Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-08T22:16:40.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40042026-05-08T22:16:41.158Z
40052026-05-08T22:16:41.158Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-08T22:16:41.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-08T22:16:41.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-08T22:16:41.873Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-08T22:16:42.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40102026-05-08T22:16:42.824Z
40112026-05-08T22:16:42.824Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-08T22:16:43.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-08T22:16:43.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-08T22:16:43.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-08T22:16:43.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40162026-05-08T22:16:43.466Z
40172026-05-08T22:16:43.466Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-08T22:16:43.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-08T22:16:43.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-08T22:16:44.072Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-08T22:16:44.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40222026-05-08T22:16:44.916Z
40232026-05-08T22:16:44.916Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-08T22:16:45.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-08T22:16:45.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-08T22:16:45.665Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-08T22:16:45.665Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-08T22:16:45.668Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-08T22:16:45.668Z Checking git-stub v1.0.0
40302026-05-08T22:16:45.669Z Compiling trait-variant v0.1.2
40312026-05-08T22:16:45.783Z Checking is_ci v1.2.0
40322026-05-08T22:16:45.792Z Checking maplit v1.0.2
40332026-05-08T22:16:45.804Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-08T22:16:45.866Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-08T22:16:45.893Z Checking supports-color v3.0.2
40362026-05-08T22:16:45.965Z Checking git-stub-vcs v0.1.0
40372026-05-08T22:16:46.061Z Checking drift v0.1.4
40382026-05-08T22:16:46.065Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40392026-05-08T22:16:46.065Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40402026-05-08T22:16:46.192Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-05-08T22:16:46.238Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40422026-05-08T22:16:46.296Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40432026-05-08T22:16:46.310Z Checking dropshot-api-manager v0.7.1
40442026-05-08T22:16:46.323Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-08T22:16:46.526Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-08T22:16:46.541Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-08T22:16:46.755Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-08T22:16:47.024Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-08T22:16:51.986Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-08T22:16:53.060Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-08T22:16:53.617Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-08T22:16:54.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40532026-05-08T22:16:54.232Z
40542026-05-08T22:16:54.232Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-08T22:16:54.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-08T22:16:54.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-08T22:16:54.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-08T22:16:54.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40592026-05-08T22:16:54.837Z
40602026-05-08T22:16:54.837Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-08T22:16:55.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-08T22:16:55.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-08T22:16:55.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-08T22:16:55.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40652026-05-08T22:16:55.480Z
40662026-05-08T22:16:55.480Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-08T22:16:56.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-08T22:16:56.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-08T22:16:56.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-08T22:16:56.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-05-08T22:16:56.118Z
40722026-05-08T22:16:56.119Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-08T22:16:56.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-08T22:16:56.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-08T22:16:56.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-08T22:16:56.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40772026-05-08T22:16:56.760Z
40782026-05-08T22:16:56.760Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-08T22:16:57.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-08T22:16:57.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-08T22:16:57.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-08T22:16:57.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-05-08T22:16:57.350Z
40842026-05-08T22:16:57.350Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-08T22:16:57.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-08T22:16:57.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-08T22:16:57.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-08T22:16:57.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-05-08T22:16:57.932Z
40902026-05-08T22:16:57.932Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-08T22:16:58.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-08T22:16:58.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-08T22:16:58.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-08T22:16:58.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-05-08T22:16:58.541Z
40962026-05-08T22:16:58.541Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-08T22:16:59.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-08T22:16:59.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-08T22:16:59.145Z Checking typeid v1.0.3
41002026-05-08T22:16:59.255Z Checking ordered-float v2.10.1
41012026-05-08T22:16:59.274Z Checking unicode-xid v0.2.6
41022026-05-08T22:16:59.287Z Checking cargo-platform v0.2.0
41032026-05-08T22:16:59.296Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-08T22:16:59.322Z Checking erased-serde v0.4.9
41052026-05-08T22:16:59.457Z Checking serde-value v0.7.0
41062026-05-08T22:16:59.631Z Checking serde-untagged v0.1.9
41072026-05-08T22:16:59.784Z Checking cargo-util-schemas v0.8.2
41082026-05-08T22:17:00.462Z Checking cargo_metadata v0.21.0
41092026-05-08T22:17:01.057Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-08T22:17:01.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41112026-05-08T22:17:01.905Z
41122026-05-08T22:17:01.905Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-08T22:17:02.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T22:17:02.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T22:17:02.636Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-08T22:17:03.253Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-08T22:17:03.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41182026-05-08T22:17:03.956Z
41192026-05-08T22:17:03.956Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-08T22:17:04.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-08T22:17:04.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-08T22:17:04.807Z Compiling vergen-gitcl v1.0.8
41232026-05-08T22:17:04.807Z Compiling dirs-sys-next v0.1.2
41242026-05-08T22:17:04.807Z Compiling crunchy v0.2.4
41252026-05-08T22:17:04.810Z Compiling glob v0.3.3
41262026-05-08T22:17:04.810Z Compiling diesel_derives v2.3.7
41272026-05-08T22:17:04.810Z Compiling dsl_auto_type v0.2.0
41282026-05-08T22:17:04.810Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-05-08T22:17:04.810Z Checking scheduled-thread-pool v0.2.7
41302026-05-08T22:17:05.098Z Compiling diesel_table_macro_syntax v0.3.0
41312026-05-08T22:17:05.132Z Compiling dirs-next v2.0.0
41322026-05-08T22:17:05.244Z Compiling tiny-keccak v2.0.2
41332026-05-08T22:17:05.261Z Compiling term v0.7.0
41342026-05-08T22:17:05.301Z Checking r2d2 v0.8.10
41352026-05-08T22:17:05.367Z Compiling bit-vec v0.6.3
41362026-05-08T22:17:05.383Z Compiling clang-sys v1.8.1
41372026-05-08T22:17:05.456Z Checking downcast-rs v2.0.2
41382026-05-08T22:17:05.551Z Compiling ascii-canvas v3.0.0
41392026-05-08T22:17:05.583Z Compiling bit-set v0.5.3
41402026-05-08T22:17:05.743Z Compiling itertools v0.10.5
41412026-05-08T22:17:05.759Z Compiling ena v0.14.4
41422026-05-08T22:17:05.791Z Compiling libloading v0.8.9
41432026-05-08T22:17:05.812Z Compiling diff v0.1.13
41442026-05-08T22:17:05.826Z Compiling bindgen v0.71.1
41452026-05-08T22:17:05.879Z Compiling regex-syntax v0.6.29
41462026-05-08T22:17:05.998Z Compiling cexpr v0.6.0
41472026-05-08T22:17:06.067Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-08T22:17:06.257Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-08T22:17:06.295Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-08T22:17:06.408Z Compiling libxml v0.3.3
41512026-05-08T22:17:06.630Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-08T22:17:06.703Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-08T22:17:06.812Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-08T22:17:06.868Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-08T22:17:06.937Z Compiling strum_macros v0.24.3
41562026-05-08T22:17:06.998Z Compiling indoc v1.0.9
41572026-05-08T22:17:07.154Z Compiling lalrpop v0.19.12
41582026-05-08T22:17:07.978Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-08T22:17:08.169Z Checking derive_builder v0.20.2
41602026-05-08T22:17:08.269Z Compiling oso-derive v0.27.3
41612026-05-08T22:17:08.289Z Checking quick-xml v0.37.5
41622026-05-08T22:17:08.499Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-08T22:17:08.760Z Checking openssl-probe v0.1.6
41642026-05-08T22:17:08.902Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-08T22:17:09.153Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-08T22:17:09.387Z Checking bb8 v0.8.6
41672026-05-08T22:17:09.633Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-08T22:17:09.667Z Checking nonempty v0.12.0
41692026-05-08T22:17:09.685Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-08T22:17:09.837Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-08T22:17:09.856Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-08T22:17:09.896Z Checking console v0.16.2
41732026-05-08T22:17:10.050Z Checking unit-prefix v0.5.2
41742026-05-08T22:17:10.075Z Checking support-bundle-viewer v0.1.2
41752026-05-08T22:17:10.188Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-08T22:17:10.208Z Checking indicatif v0.18.4
41772026-05-08T22:17:10.326Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-08T22:17:10.424Z Checking multimap v0.10.1
41792026-05-08T22:17:10.837Z Checking diesel v2.3.7
41802026-05-08T22:17:12.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-08T22:17:12.969Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-08T22:17:13.428Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-08T22:17:14.286Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-08T22:17:14.740Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-05-08T22:17:15.061Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-05-08T22:17:15.396Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41872026-05-08T22:17:15.415Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-08T22:17:17.451Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-08T22:17:22.619Z Compiling samael v0.0.19
41902026-05-08T22:17:26.303Z Checking diesel-dtrace v0.5.0
41912026-05-08T22:17:26.538Z Checking async-bb8-diesel v0.2.1
41922026-05-08T22:17:27.178Z Compiling polar-core v0.27.3
41932026-05-08T22:17:31.615Z Checking oso v0.27.3
41942026-05-08T22:18:08.842Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-08T22:18:42.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41962026-05-08T22:18:42.582Z
41972026-05-08T22:18:42.582Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-08T22:18:43.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-08T22:18:43.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-08T22:18:43.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-08T22:18:43.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-08T22:18:43.245Z
42032026-05-08T22:18:43.245Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-08T22:18:43.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-08T22:18:43.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-08T22:18:43.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-08T22:18:43.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42082026-05-08T22:18:43.901Z
42092026-05-08T22:18:43.901Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-08T22:18:44.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-08T22:18:44.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-08T22:18:44.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-08T22:18:44.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-08T22:18:44.488Z
42152026-05-08T22:18:44.488Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-08T22:18:45.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-08T22:18:45.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-08T22:18:45.350Z Compiling libz-sys v1.1.24
42192026-05-08T22:18:45.481Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-08T22:18:45.491Z Compiling vergen-git2 v1.0.7
42212026-05-08T22:18:45.500Z Compiling rustls v0.21.12
42222026-05-08T22:18:45.527Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-08T22:18:45.535Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-08T22:18:45.539Z Checking rustls-webpki v0.101.7
42252026-05-08T22:18:45.539Z Checking sct v0.7.1
42262026-05-08T22:18:45.691Z Compiling nix v0.29.0
42272026-05-08T22:18:45.705Z Compiling dropshot v0.16.7
42282026-05-08T22:18:45.719Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42292026-05-08T22:18:45.794Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-05-08T22:18:45.861Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-05-08T22:18:45.957Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42322026-05-08T22:18:45.979Z Checking toml v0.9.12+spec-1.1.0
42332026-05-08T22:18:46.031Z Compiling dropshot_endpoint v0.16.7
42342026-05-08T22:18:46.168Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-08T22:18:46.313Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-08T22:18:46.455Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-08T22:18:46.553Z Checking rustls-pemfile v1.0.4
42382026-05-08T22:18:46.693Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-08T22:18:46.883Z Checking twox-hash v2.1.2
42402026-05-08T22:18:46.918Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-08T22:18:47.219Z Checking tokio-rustls v0.24.1
42422026-05-08T22:18:47.634Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-05-08T22:18:47.809Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-05-08T22:18:47.867Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-08T22:18:48.417Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-08T22:18:48.473Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-08T22:18:48.488Z Checking fatfs v0.3.6
42482026-05-08T22:18:48.532Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-08T22:18:48.610Z Compiling seq-macro v0.3.6
42502026-05-08T22:18:52.355Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T22:18:52.479Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-08T22:18:52.770Z Compiling git2 v0.20.4
42532026-05-08T22:18:54.974Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-08T22:19:41.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.97s
42552026-05-08T22:19:41.691Z
42562026-05-08T22:19:41.691Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-08T22:19:42.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-08T22:19:42.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-08T22:19:42.588Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-08T22:20:21.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.89s
42612026-05-08T22:20:21.800Z
42622026-05-08T22:20:21.800Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-08T22:20:22.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-08T22:20:22.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-08T22:20:22.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-08T22:20:22.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42672026-05-08T22:20:22.389Z
42682026-05-08T22:20:22.389Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-08T22:20:22.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-08T22:20:22.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-08T22:20:22.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-08T22:20:22.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42732026-05-08T22:20:23.033Z
42742026-05-08T22:20:23.033Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-08T22:20:23.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-08T22:20:23.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-08T22:20:23.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-08T22:20:23.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-08T22:20:23.687Z
42802026-05-08T22:20:23.687Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-08T22:20:24.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-08T22:20:24.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-08T22:20:24.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-08T22:20:24.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42852026-05-08T22:20:24.340Z
42862026-05-08T22:20:24.340Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-08T22:20:24.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-08T22:20:24.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-08T22:20:24.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-08T22:20:24.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-08T22:20:24.977Z
42922026-05-08T22:20:24.977Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-08T22:20:25.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-08T22:20:25.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-08T22:20:25.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-08T22:20:25.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-08T22:20:25.632Z
42982026-05-08T22:20:25.633Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-08T22:20:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-08T22:20:26.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-08T22:20:26.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-08T22:20:26.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-08T22:20:26.294Z
43042026-05-08T22:20:26.294Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-08T22:20:26.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-08T22:20:26.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-08T22:20:26.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-08T22:20:26.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-08T22:20:26.953Z
43102026-05-08T22:20:26.953Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-08T22:20:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-08T22:20:27.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-08T22:20:27.842Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-08T22:20:27.842Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-08T22:20:28.035Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-08T22:20:28.068Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-08T22:20:28.087Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-08T22:20:28.090Z Checking yansi v1.0.1
43192026-05-08T22:20:28.103Z Checking diff v0.1.13
43202026-05-08T22:20:28.106Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-08T22:20:28.168Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-08T22:20:28.345Z Checking pretty_assertions v1.4.1
43232026-05-08T22:20:29.004Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-08T22:20:29.346Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-08T22:20:52.674Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-08T22:20:52.674Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-05-08T22:20:52.678Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43282026-05-08T22:20:52.678Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292026-05-08T22:20:52.678Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-05-08T22:20:52.678Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43312026-05-08T22:20:53.470Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-08T22:20:54.566Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-08T22:21:33.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43342026-05-08T22:21:33.265Z
43352026-05-08T22:21:33.265Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-08T22:21:33.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-08T22:21:33.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-08T22:21:33.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-08T22:21:33.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43402026-05-08T22:21:33.850Z
43412026-05-08T22:21:33.850Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-08T22:21:34.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-08T22:21:34.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-08T22:21:34.620Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-08T22:21:34.743Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-08T22:21:34.746Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-08T22:22:00.384Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-08T22:22:00.769Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-08T22:22:02.459Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-08T22:22:02.909Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-08T22:22:05.822Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-08T22:22:28.777Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-08T22:22:29.473Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-08T22:22:31.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.26s
43552026-05-08T22:22:31.326Z
43562026-05-08T22:22:31.326Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-08T22:22:31.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-08T22:22:31.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-08T22:22:32.057Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-08T22:22:32.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43612026-05-08T22:22:32.946Z
43622026-05-08T22:22:32.946Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-08T22:22:33.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-08T22:22:33.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-08T22:22:33.604Z Compiling blake3 v1.8.3
43662026-05-08T22:22:33.718Z Checking constant_time_eq v0.4.2
43672026-05-08T22:22:33.722Z Checking arrayref v0.3.9
43682026-05-08T22:22:33.722Z Checking arrayvec v0.7.6
43692026-05-08T22:22:33.736Z Checking topological-sort v0.2.2
43702026-05-08T22:22:33.741Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43712026-05-08T22:22:33.741Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43722026-05-08T22:22:33.741Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-05-08T22:22:33.779Z Checking shell-words v1.1.1
43742026-05-08T22:22:34.504Z Checking omicron-zone-package v0.12.2
43752026-05-08T22:22:35.233Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-08T22:22:36.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43772026-05-08T22:22:36.248Z
43782026-05-08T22:22:36.248Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-08T22:22:36.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-08T22:22:36.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-08T22:22:36.903Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-08T22:22:37.221Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-08T22:22:37.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43842026-05-08T22:22:37.799Z
43852026-05-08T22:22:37.799Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-08T22:22:38.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-08T22:22:38.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-08T22:22:38.545Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-08T22:22:39.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43902026-05-08T22:22:39.421Z
43912026-05-08T22:22:39.421Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-08T22:22:39.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-08T22:22:39.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-08T22:22:39.872Z Checking libc v0.2.185
43952026-05-08T22:22:39.952Z Checking serde v1.0.228
43962026-05-08T22:22:39.960Z Checking zerofrom v0.1.6
43972026-05-08T22:22:39.964Z Checking bitflags v2.11.0
43982026-05-08T22:22:39.969Z Checking smallvec v1.15.1
43992026-05-08T22:22:39.976Z Checking indexmap v2.14.0
44002026-05-08T22:22:39.985Z Checking serde_json v1.0.149
44012026-05-08T22:22:39.988Z Checking scroll v0.12.0
44022026-05-08T22:22:40.058Z Checking yoke v0.8.1
44032026-05-08T22:22:40.108Z Checking num-traits v0.2.19
44042026-05-08T22:22:40.140Z Checking thiserror v1.0.69
44052026-05-08T22:22:40.215Z Checking percent-encoding v2.3.2
44062026-05-08T22:22:40.224Z Checking zerovec v0.11.5
44072026-05-08T22:22:40.235Z Checking zerotrie v0.2.3
44082026-05-08T22:22:40.248Z Checking errno v0.3.14
44092026-05-08T22:22:40.336Z Checking serde_spanned v0.6.9
44102026-05-08T22:22:40.352Z Checking toml_datetime v0.6.11
44112026-05-08T22:22:40.361Z Checking rustix v1.1.3
44122026-05-08T22:22:40.457Z Checking log v0.4.29
44132026-05-08T22:22:40.469Z Checking zerocopy v0.7.35
44142026-05-08T22:22:40.488Z Checking form_urlencoded v1.2.2
44152026-05-08T22:22:40.529Z Checking toml_edit v0.22.27
44162026-05-08T22:22:40.588Z Checking getrandom v0.4.1
44172026-05-08T22:22:40.603Z Checking goblin v0.8.2
44182026-05-08T22:22:40.614Z Checking thiserror v2.0.18
44192026-05-08T22:22:40.626Z Checking ordered-float v2.10.1
44202026-05-08T22:22:40.649Z Checking tinystr v0.8.2
44212026-05-08T22:22:40.709Z Checking potential_utf v0.1.4
44222026-05-08T22:22:40.713Z Checking syn v2.0.117
44232026-05-08T22:22:40.824Z Checking icu_locale_core v2.1.1
44242026-05-08T22:22:40.842Z Checking serde-value v0.7.0
44252026-05-08T22:22:40.863Z Checking icu_collections v2.1.1
44262026-05-08T22:22:40.947Z Checking dtrace-parser v0.2.0
44272026-05-08T22:22:41.041Z Checking thread-id v4.2.2
44282026-05-08T22:22:41.123Z Checking once_cell v1.21.3
44292026-05-08T22:22:41.172Z Checking terminal_size v0.4.3
44302026-05-08T22:22:41.184Z Checking cargo-platform v0.2.0
44312026-05-08T22:22:41.184Z Checking memmap v0.7.0
44322026-05-08T22:22:41.284Z Checking clap_builder v4.5.60
44332026-05-08T22:22:41.297Z Checking tempfile v3.25.0
44342026-05-08T22:22:41.312Z Checking textwrap v0.16.2
44352026-05-08T22:22:41.380Z Checking fs-err v3.3.0
44362026-05-08T22:22:41.385Z Checking icu_provider v2.1.1
44372026-05-08T22:22:41.483Z Checking camino-tempfile v1.4.1
44382026-05-08T22:22:41.521Z Checking anyhow v1.0.102
44392026-05-08T22:22:41.545Z Checking tabled v0.15.0
44402026-05-08T22:22:41.614Z Checking toml v0.8.23
44412026-05-08T22:22:41.614Z Checking icu_normalizer v2.1.1
44422026-05-08T22:22:41.638Z Checking icu_properties v2.1.2
44432026-05-08T22:22:41.714Z Checking macaddr v1.0.1
44442026-05-08T22:22:41.899Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-08T22:22:41.940Z Checking cargo_toml v0.21.0
44462026-05-08T22:22:42.435Z Checking idna_adapter v1.2.1
44472026-05-08T22:22:42.453Z Checking dof v0.3.0
44482026-05-08T22:22:42.488Z Checking clap v4.5.60
44492026-05-08T22:22:42.551Z Checking idna v1.1.0
44502026-05-08T22:22:42.718Z Checking usdt-impl v0.5.0
44512026-05-08T22:22:42.775Z Checking url v2.5.8
44522026-05-08T22:22:42.964Z Checking usdt v0.5.0
44532026-05-08T22:22:43.119Z Checking cargo-util-schemas v0.8.2
44542026-05-08T22:22:43.804Z Checking cargo_metadata v0.21.0
44552026-05-08T22:22:44.415Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-08T22:22:44.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44572026-05-08T22:22:44.952Z
44582026-05-08T22:22:44.952Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-08T22:22:45.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-08T22:22:45.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-08T22:22:45.584Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-08T22:22:46.056Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-08T22:22:46.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44642026-05-08T22:22:46.626Z
44652026-05-08T22:22:46.626Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-08T22:22:47.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-08T22:22:47.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-08T22:22:47.428Z Checking polyval v0.6.2
44692026-05-08T22:22:47.553Z Checking ctr v0.9.2
44702026-05-08T22:22:47.563Z Checking ssh-encoding v0.2.0
44712026-05-08T22:22:47.567Z Checking blowfish v0.9.1
44722026-05-08T22:22:47.585Z Checking password-hash v0.4.2
44732026-05-08T22:22:47.600Z Checking p521 v0.13.3
44742026-05-08T22:22:47.600Z Checking p256 v0.13.2
44752026-05-08T22:22:47.626Z Checking russh-cryptovec v0.7.3
44762026-05-08T22:22:47.691Z Checking ghash v0.5.1
44772026-05-08T22:22:47.704Z Checking md5 v0.7.0
44782026-05-08T22:22:47.717Z Checking bcrypt-pbkdf v0.10.0
44792026-05-08T22:22:47.737Z Checking num-bigint v0.4.6
44802026-05-08T22:22:47.751Z Checking des v0.8.1
44812026-05-08T22:22:47.804Z Checking pbkdf2 v0.11.0
44822026-05-08T22:22:47.804Z Checking aes-gcm v0.10.3
44832026-05-08T22:22:47.840Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-08T22:22:47.865Z Checking hex-literal v0.4.1
44852026-05-08T22:22:47.879Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-08T22:22:47.936Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-08T22:22:47.954Z Checking ssh-cipher v0.2.0
44882026-05-08T22:22:47.968Z Checking socket2 v0.5.10
44892026-05-08T22:22:47.993Z Checking internet-checksum v0.2.1
44902026-05-08T22:22:48.120Z Checking ssh-key v0.6.7
44912026-05-08T22:22:48.233Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-08T22:22:48.743Z Checking russh-keys v0.45.0
44932026-05-08T22:22:49.292Z Checking russh v0.45.0
44942026-05-08T22:23:04.244Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-08T22:23:05.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s
44962026-05-08T22:23:05.675Z
44972026-05-08T22:23:05.675Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-08T22:23:06.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-08T22:23:06.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-08T22:23:06.320Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-08T22:23:06.429Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-08T22:23:06.480Z Checking termios v0.3.3
45032026-05-08T22:23:07.628Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-08T22:23:07.775Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-08T22:23:09.572Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-08T22:23:10.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
45072026-05-08T22:23:10.344Z
45082026-05-08T22:23:10.344Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-08T22:23:10.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-08T22:23:10.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-08T22:23:11.094Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-08T22:23:11.213Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-08T22:23:11.222Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-08T22:23:11.225Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-08T22:23:11.237Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45162026-05-08T22:23:11.237Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45172026-05-08T22:23:11.986Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-08T22:23:12.334Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-08T22:23:12.338Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-05-08T22:23:12.987Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-08T22:23:14.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
45222026-05-08T22:23:14.807Z
45232026-05-08T22:23:14.807Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-08T22:23:15.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-08T22:23:15.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-08T22:23:15.447Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-08T22:23:15.891Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-08T22:23:16.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45292026-05-08T22:23:16.389Z
45302026-05-08T22:23:16.389Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-08T22:23:16.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-08T22:23:16.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-08T22:23:16.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-08T22:23:16.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-08T22:23:16.972Z
45362026-05-08T22:23:16.972Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-08T22:23:17.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-08T22:23:17.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-08T22:23:17.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-08T22:23:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45412026-05-08T22:23:17.552Z
45422026-05-08T22:23:17.552Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-08T22:23:18.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-08T22:23:18.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-08T22:23:18.298Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-08T22:23:18.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45472026-05-08T22:23:19.109Z
45482026-05-08T22:23:19.109Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-08T22:23:19.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-08T22:23:19.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-08T22:23:19.750Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-08T22:23:19.753Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-08T22:23:20.001Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-05-08T22:23:20.001Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-05-08T22:23:20.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45562026-05-08T22:23:20.967Z
45572026-05-08T22:23:20.967Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-08T22:23:21.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-08T22:23:21.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-08T22:23:21.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-08T22:23:21.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45622026-05-08T22:23:21.554Z
45632026-05-08T22:23:21.554Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-08T22:23:22.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-08T22:23:22.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-08T22:23:22.244Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-08T22:23:23.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45682026-05-08T22:23:23.491Z
45692026-05-08T22:23:23.491Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-08T22:23:24.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-08T22:23:24.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-08T22:23:24.269Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-08T22:23:24.618Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-08T22:23:25.119Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-08T22:23:25.119Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-08T22:23:30.835Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-08T22:23:30.835Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-08T22:23:31.396Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-08T22:23:31.396Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-08T22:23:31.400Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-08T22:23:31.400Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-08T22:23:32.164Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-08T22:23:33.176Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-08T22:23:33.919Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-08T22:23:34.511Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-08T22:23:38.753Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-08T22:23:45.056Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-05-08T22:23:45.059Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45892026-05-08T22:23:45.059Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45902026-05-08T22:23:45.059Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45912026-05-08T22:23:46.535Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-08T22:23:47.873Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-08T22:23:48.551Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-08T22:23:49.796Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-08T22:23:50.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.85s
45962026-05-08T22:23:50.558Z
45972026-05-08T22:23:50.558Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-08T22:23:51.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-08T22:23:51.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-08T22:23:51.275Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-08T22:23:51.278Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-08T22:23:51.278Z Checking rtoolbox v0.0.3
46032026-05-08T22:23:51.405Z Checking tui-tree-widget v0.23.1
46042026-05-08T22:23:51.500Z Checking rpassword v7.4.0
46052026-05-08T22:23:52.512Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-08T22:23:55.560Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-08T22:23:57.378Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-08T22:23:58.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
46092026-05-08T22:23:58.486Z
46102026-05-08T22:23:58.486Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-08T22:23:59.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-08T22:23:59.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-08T22:23:59.181Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-08T22:23:59.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46152026-05-08T22:23:59.750Z
46162026-05-08T22:23:59.750Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-08T22:24:00.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-08T22:24:00.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-08T22:24:00.468Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-08T22:24:00.471Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-08T22:24:00.471Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-08T22:24:00.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-08T22:24:01.458Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-08T22:24:02.039Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-08T22:24:04.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46262026-05-08T22:24:05.180Z
46272026-05-08T22:24:05.180Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-08T22:24:05.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-08T22:24:05.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-08T22:24:05.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-08T22:24:05.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46322026-05-08T22:24:05.772Z
46332026-05-08T22:24:05.772Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-08T22:24:06.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-08T22:24:06.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-08T22:24:06.436Z Checking uzers v0.12.2
46372026-05-08T22:24:06.714Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-08T22:24:07.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46392026-05-08T22:24:07.648Z
46402026-05-08T22:24:07.648Zreal 14:07.103310694
46412026-05-08T22:24:07.648Zuser 20:31.395974878
46422026-05-08T22:24:07.648Zsys 4:14.534752367
46432026-05-08T22:24:07.648Ztrap 0.322185745
46442026-05-08T22:24:07.648Ztflt 0.679758971
46452026-05-08T22:24:07.649Zdflt 1.088241019
46462026-05-08T22:24:07.649Zkflt 0.004572242
46472026-05-08T22:24:07.649Zlock 1:17:39.583619595
46482026-05-08T22:24:07.649Zslp 1:38:22.037474609
46492026-05-08T22:24:07.649Zlat 55.632259073
46502026-05-08T22:24:07.653Zstop 3:26.443565642
46512026-05-08T22:24:07.653Zprocess exited: duration 981514 ms, exit code 0
 
46522026-05-08T22:24:07.660Zfound 0 output files