01KMGCGBAJKMFY6PF405DVSSEN: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMGCJ1YDEEM3H64BARGVEQBV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T17:00:23.028Zjob assigned to worker 01KMGCJ393KMWKM9RZGP6K93CA [factory aws, i-0f90aabb6e21bbb60] (queued for 1 m 24 s)
 
22026-03-24T17:00:30.620Zstarting task 0: "setup"
32026-03-24T17:00:30.626Z++ uname -s
42026-03-24T17:00:30.631Z+ kern=SunOS
52026-03-24T17:00:30.631Z+ build_user=build
62026-03-24T17:00:30.631Z+ build_uid=12345
72026-03-24T17:00:30.631Z+ work_dir=/work
82026-03-24T17:00:30.631Z+ input_dir=/input
92026-03-24T17:00:30.631Z+ [[ 0 == 12345 ]]
102026-03-24T17:00:30.631Z+ case "$kern" in
112026-03-24T17:00:30.631Z+ groupadd -g 12345 build
122026-03-24T17:00:30.631Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T17:00:32.635Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T17:00:32.785Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T17:00:32.790Z+ home_fs=zfs
162026-03-24T17:00:32.790Z+ [[ zfs == autofs ]]
172026-03-24T17:00:32.790Z+ mkdir -p /home/build
182026-03-24T17:00:32.791Z+ chown build:build /home/build /work
192026-03-24T17:00:34.789Z+ chmod 0700 /home/build /work
202026-03-24T17:00:34.794Zprocess exited: duration 4173 ms, exit code 0
 
212026-03-24T17:00:34.803Zstarting task 1: "rust-toolchain"
222026-03-24T17:00:34.807Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T17:00:34.807Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-24T17:00:34.807Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-24T17:00:34.807Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-24T17:00:34.807Z * rust toolchain channel = "1.94.0"
272026-03-24T17:00:34.807Z * rust toolchain profile = "default"
282026-03-24T17:00:34.816Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T17:00:34.816Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T17:00:34.962Zinfo: downloading installer
312026-03-24T17:00:36.825Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T17:00:36.825Zwarn: /opt/ooce/bin
332026-03-24T17:00:36.825Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T17:00:36.825Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T17:00:36.825Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T17:00:36.825Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T17:00:36.825Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T17:00:36.825Zerror: cannot install while Rust is installed
392026-03-24T17:00:36.825Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T17:00:36.825Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T17:00:36.825Zwarn: /home/build/.rustup/settings.toml
422026-03-24T17:00:36.825Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T17:00:36.825Zwarn: instead of the one inferred from the default host triple.
442026-03-24T17:00:36.842Zinfo: profile set to default
452026-03-24T17:00:36.843Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T17:00:36.846Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T17:00:36.983Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T17:00:36.987Zinfo: downloading 6 components
492026-03-24T17:00:53.604Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T17:00:53.604Z
512026-03-24T17:00:53.645Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T17:00:53.645Z
532026-03-24T17:00:53.648Z
542026-03-24T17:00:53.648ZRust is installed now. Great!
552026-03-24T17:00:53.648Z
562026-03-24T17:00:53.648ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T17:00:53.648Zenvironment variable. This has not been done automatically.
582026-03-24T17:00:53.648Z
592026-03-24T17:00:53.648ZTo configure your current shell, you need to source
602026-03-24T17:00:53.648Zthe corresponding env file under $HOME/.cargo.
612026-03-24T17:00:53.648Z
622026-03-24T17:00:53.648ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T17:00:53.648Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T17:00:53.648Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T17:00:53.648Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T17:00:53.648Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T17:00:53.648Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T17:00:53.648Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T17:00:53.648Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T17:00:53.648Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T17:00:53.750Z+ rustup --version
722026-03-24T17:00:53.759Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T17:00:53.763Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T17:00:53.786Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T17:00:53.793Z+ cargo --version
762026-03-24T17:00:53.806Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T17:00:53.810Z+ rustc --version
782026-03-24T17:00:53.832Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T17:00:53.835Zprocess exited: duration 19040 ms, exit code 0
 
802026-03-24T17:00:53.844Zstarting task 2: "authentication"
812026-03-24T17:00:53.864Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T17:00:53.871Zstarting task 3: "clone repository"
832026-03-24T17:00:53.875Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T17:00:53.880Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T17:00:53.909ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T17:01:05.371Z+ cd /work/oxidecomputer/omicron
872026-03-24T17:01:05.374Z+ git fetch origin c7b1ad95429789b480f9e55349bd2e4fb7f30379
882026-03-24T17:01:05.665ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T17:01:05.665Z * branch c7b1ad95429789b480f9e55349bd2e4fb7f30379 -> FETCH_HEAD
902026-03-24T17:01:05.676Z+ [[ -n dap/type-safety-review ]]
912026-03-24T17:01:05.679Z++ git branch --show-current
922026-03-24T17:01:05.681Z+ current=main
932026-03-24T17:01:05.682Z+ [[ main != dap/type-safety-review ]]
942026-03-24T17:01:05.682Z+ git branch -f dap/type-safety-review c7b1ad95429789b480f9e55349bd2e4fb7f30379
952026-03-24T17:01:05.684Z+ git checkout -f dap/type-safety-review
962026-03-24T17:01:05.771ZSwitched to branch 'dap/type-safety-review'
972026-03-24T17:01:05.773Z+ git reset --hard c7b1ad95429789b480f9e55349bd2e4fb7f30379
982026-03-24T17:01:05.869ZHEAD is now at c7b1ad954 update Set skill
992026-03-24T17:01:05.872Zprocess exited: duration 12004 ms, exit code 0
 
1002026-03-24T17:01:05.877Zstarting task 4: "build"
1012026-03-24T17:01:05.883Z+ source .github/buildomat/ci-env.sh
1022026-03-24T17:01:05.887Z++ export CARGO_TERM_COLOR=always
1032026-03-24T17:01:05.887Z++ CARGO_TERM_COLOR=always
1042026-03-24T17:01:05.887Z+ cargo --version
1052026-03-24T17:01:05.896Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T17:01:05.899Z+ rustc --version
1072026-03-24T17:01:05.924Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T17:01:05.927Z+ source ./env.sh
1092026-03-24T17:01:05.930Z++ OLD_SHELL_OPTS=ehxB
1102026-03-24T17:01:05.930Z++ set -o xtrace
1112026-03-24T17:01:05.930Z++++ dirname ./env.sh
1122026-03-24T17:01:05.933Z+++ readlink -f .
1132026-03-24T17:01:05.935Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-24T17:01:05.935Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-24T17:01:05.935Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-24T17:01:05.935Z++ 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
1172026-03-24T17:01:05.936Z++ 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
1182026-03-24T17:01:05.936Z++ 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
1192026-03-24T17:01:05.936Z++ 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
1202026-03-24T17:01:05.936Z++ 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
1212026-03-24T17:01:05.936Z++ 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
1222026-03-24T17:01:05.936Z++ case $OLD_SHELL_OPTS in
1232026-03-24T17:01:05.936Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-24T17:01:05.936Z+ 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
1252026-03-24T17:01:05.936Z+ 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
1262026-03-24T17:01:05.936Z+ banner prerequisites
1272026-03-24T17:01:05.936Z
1282026-03-24T17:01:05.936Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-24T17:01:05.936Z # # # # # # # # # # # # # # #
1302026-03-24T17:01:05.936Z # # # # ##### # # ##### # # # # # #### #
1312026-03-24T17:01:05.936Z ##### ##### # ##### # # # # # # # # #
1322026-03-24T17:01:05.936Z # # # # # # # # # # # # # # #
1332026-03-24T17:01:05.936Z # # # ###### # # ###### ### # #### # #### #
1342026-03-24T17:01:05.936Z
1352026-03-24T17:01:05.936Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-24T17:01:15.731Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-24T17:01:25.517Z Startup: Caching catalogs ... Done
1382026-03-24T17:01:47.995ZPlanning: Solver setup ... Done (21.076s)
1392026-03-24T17:01:48.154ZPlanning: Running solver ... Done (0.159s)
1402026-03-24T17:01:48.336ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-24T17:01:48.350ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-24T17:01:48.477ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-24T17:01:48.522ZPlanning: Package planning ... Done (0.043s)
1442026-03-24T17:01:48.559ZPlanning: Merging actions ... Done (0.040s)
1452026-03-24T17:01:48.794ZPlanning: Checking for conflicting actions ... Done (0.235s)
1462026-03-24T17:01:48.804ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-24T17:01:49.658ZPlanning: Evaluating mediators ... Done (0.854s)
1482026-03-24T17:01:49.666ZPlanning: Planning completed in 24.01 seconds
1492026-03-24T17:01:49.680Z Packages to install: 4
1502026-03-24T17:01:49.683Z Mediators to change: 2
1512026-03-24T17:01:49.683Z Services to change: 1
1522026-03-24T17:01:49.683Z Estimated space available: 155.43 GB
1532026-03-24T17:01:49.683ZEstimated space to be consumed: 1.83 GB
1542026-03-24T17:01:49.683Z Create boot environment: No
1552026-03-24T17:01:49.683ZCreate backup boot environment: No
1562026-03-24T17:01:49.683Z Rebuild boot archive: No
1572026-03-24T17:01:49.683Z
1582026-03-24T17:01:49.683ZChanged mediators:
1592026-03-24T17:01:49.683Z mediator clang:
1602026-03-24T17:01:49.683Z version: None -> 15 (system default)
1612026-03-24T17:01:49.683Z
1622026-03-24T17:01:49.683Z mediator llvm:
1632026-03-24T17:01:49.683Z version: 14 (system default) -> 15 (system default)
1642026-03-24T17:01:49.683Z
1652026-03-24T17:01:49.683ZChanged packages:
1662026-03-24T17:01:49.683Zhelios-dev
1672026-03-24T17:01:49.683Z developer/build-essential
1682026-03-24T17:01:49.683Z None -> 11-2.0
1692026-03-24T17:01:49.684Z library/libxmlsec1
1702026-03-24T17:01:49.684Z None -> 1.2.35-2.0
1712026-03-24T17:01:49.684Z ooce/developer/clang-15
1722026-03-24T17:01:49.684Z None -> 15.0.7-2.0
1732026-03-24T17:01:49.684Z ooce/developer/llvm-15
1742026-03-24T17:01:49.684Z None -> 15.0.7-2.0
1752026-03-24T17:01:49.684Z
1762026-03-24T17:01:49.684ZServices:
1772026-03-24T17:01:49.684Z restart_fmri:
1782026-03-24T17:01:49.684Z svc:/system/update-man-index:default
1792026-03-24T17:01:49.728Z
1802026-03-24T17:01:49.728ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-24T17:01:54.727ZDownload: 2305/3290 items 119.6/212.6MB 56% complete (24.1M/s)
1822026-03-24T17:01:57.819ZDownload: Completed 212.60 MB in 8.09 seconds (26.3M/s)
1832026-03-24T17:01:58.074Z Actions: 1/3689 actions (Installing new actions)
1842026-03-24T17:02:02.183Z Actions: Completed 3689 actions in 4.11 seconds.
1852026-03-24T17:02:02.926Z Done (0.740s)
1862026-03-24T17:02:02.926Z Done (0.000s)
1872026-03-24T17:02:03.943Z Done (1.014s)
1882026-03-24T17:02:07.646Z Done (3.345s)
1892026-03-24T17:02:07.728Z Done (0.017s)
1902026-03-24T17:02:07.731Z Done (0.000s)
1912026-03-24T17:02:07.864Z Done (0.000s)
1922026-03-24T17:02:08.844ZPlanning: Evaluating mediator changes ... Done
1932026-03-24T17:02:08.971ZPlanning: Checking for conflicting actions ... Done
1942026-03-24T17:02:08.973ZPlanning: Consolidating action changes ... Done
1952026-03-24T17:02:09.193ZPlanning: Evaluating mediators ... Done
1962026-03-24T17:02:09.196ZPlanning: Planning completed in 0.37 seconds
1972026-03-24T17:02:09.224Z Mediators to change: 2
1982026-03-24T17:02:09.224Z Create boot environment: No
1992026-03-24T17:02:09.227ZCreate backup boot environment: No
2002026-03-24T17:02:09.286Z Done
2012026-03-24T17:02:09.287Z Done
2022026-03-24T17:02:10.007Z Done
2032026-03-24T17:02:13.340Z Done
2042026-03-24T17:02:13.435Z Done
2052026-03-24T17:02:13.439Z Done
2062026-03-24T17:02:13.644Z Done
2072026-03-24T17:02:14.175ZPlanning: Evaluating mediator changes ... Done
2082026-03-24T17:02:14.180ZPlanning: Merging actions ... Done
2092026-03-24T17:02:14.341ZPlanning: Checking for conflicting actions ... Done
2102026-03-24T17:02:14.344ZPlanning: Consolidating action changes ... Done
2112026-03-24T17:02:14.560ZPlanning: Evaluating mediators ... Done
2122026-03-24T17:02:14.604ZPlanning: Planning completed in 0.63 seconds
2132026-03-24T17:02:14.633Z Packages to change: 1
2142026-03-24T17:02:14.633Z Mediators to change: 1
2152026-03-24T17:02:14.637Z Services to change: 1
2162026-03-24T17:02:14.637Z Create boot environment: No
2172026-03-24T17:02:14.637ZCreate backup boot environment: Yes
2182026-03-24T17:02:17.094Z Actions: 1/6 actions (Updating modified actions)
2192026-03-24T17:02:17.100Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-24T17:02:17.100Z Done
2212026-03-24T17:02:17.100Z Done
2222026-03-24T17:02:17.285Z Done
2232026-03-24T17:02:20.538Z Done
2242026-03-24T17:02:20.621Z Done
2252026-03-24T17:02:20.624Z Done
2262026-03-24T17:02:20.782Z Done
2272026-03-24T17:02:21.156ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-24T17:02:21.156Zclang system 15 system
2292026-03-24T17:02:21.156Zcsh system system illumos
2302026-03-24T17:02:21.156Zctags system system illumos
2312026-03-24T17:02:21.156Zfile system system illumos
2322026-03-24T17:02:21.156Zgcc vendor 12 vendor
2332026-03-24T17:02:21.156Zgcc system 10 system
2342026-03-24T17:02:21.156Zgcc system 7 system
2352026-03-24T17:02:21.156Zgo system 1.20 system
2362026-03-24T17:02:21.156Zgo system 1.19 system
2372026-03-24T17:02:21.157Zllvm system 15 system
2382026-03-24T17:02:21.157Zllvm system 14 system
2392026-03-24T17:02:21.157Zmariadb system 10.6 system
2402026-03-24T17:02:21.157Zmta vendor vendor dma
2412026-03-24T17:02:21.157Zopenjdk system 17 system
2422026-03-24T17:02:21.157Zopenjdk system 11 system
2432026-03-24T17:02:21.157Zopenjdk system 1.8 system
2442026-03-24T17:02:21.157Zopenssl vendor 3 vendor
2452026-03-24T17:02:21.157Zperl system 5.36 system
2462026-03-24T17:02:21.157Zpostgresql system 15 system
2472026-03-24T17:02:21.157Zpostgresql system 13 system
2482026-03-24T17:02:21.157Zpython vendor 3 vendor
2492026-03-24T17:02:21.157Zpython system 2 system
2502026-03-24T17:02:21.157Zpython3 system 3.11 system
2512026-03-24T17:02:21.157Zruby system 3.0 system
2522026-03-24T17:02:21.157Zwords vendor vendor american-english
2532026-03-24T17:02:21.157Zwords system system australian-english
2542026-03-24T17:02:21.157Zwords system system british-english
2552026-03-24T17:02:21.157Zwords system system canadian-english
2562026-03-24T17:02:21.157Zwords system system french
2572026-03-24T17:02:21.157Zwords system system italian
2582026-03-24T17:02:21.157Zwords system system ngerman
2592026-03-24T17:02:21.157Zwords system system ogerman
2602026-03-24T17:02:21.157Zwords system system spanish
2612026-03-24T17:02:21.454ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-24T17:02:21.455Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-24T17:02:27.404ZFMRI IFO
2642026-03-24T17:02:27.404Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-24T17:02:27.404Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-24T17:02:27.404Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-24T17:02:27.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-24T17:02:27.404Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-24T17:02:27.404Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-24T17:02:27.404Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-24T17:02:27.404Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-24T17:02:27.404Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-24T17:02:27.404Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-24T17:02:27.404Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-24T17:02:27.404Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-24T17:02:27.404Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-24T17:02:27.404Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-24T17:02:27.405Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-24T17:02:27.405Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-24T17:02:28.630Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-24T17:02:28.934Z Updating crates.io index
2822026-03-24T17:02:28.937Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-24T17:02:29.241Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-24T17:02:30.130Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-24T17:02:30.612Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-24T17:02:31.591Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-24T17:02:32.955Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-24T17:02:34.458Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T17:02:36.044Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-24T17:02:36.913Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-24T17:02:37.539Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-24T17:02:38.347Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-24T17:02:39.213Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-24T17:02:39.538Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-24T17:02:39.871Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-24T17:02:40.947Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-24T17:02:41.478Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-24T17:02:41.889Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-24T17:02:42.293Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-24T17:02:42.764Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-24T17:02:43.216Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-24T17:02:43.482Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-24T17:02:43.802Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-24T17:02:44.227Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-24T17:02:44.635Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-24T17:02:45.267Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-24T17:02:45.657Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-24T17:02:46.003Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-24T17:02:46.443Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-24T17:02:47.434Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-24T17:02:48.167Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-24T17:02:48.925Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-24T17:02:49.221Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-24T17:02:50.247Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-24T17:02:50.661Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-24T17:02:51.021Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-24T17:02:51.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-24T17:02:52.147Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-24T17:02:52.479Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-24T17:02:52.905Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-24T17:03:06.898Z Downloading crates ...
3222026-03-24T17:03:06.961Z Downloaded cargo_toml v0.21.0
3232026-03-24T17:03:06.966Z Downloaded clap_lex v1.0.0
3242026-03-24T17:03:06.968Z Downloaded cfg-if v1.0.4
3252026-03-24T17:03:06.972Z Downloaded anstyle v1.0.13
3262026-03-24T17:03:06.972Z Downloaded cpufeatures v0.2.17
3272026-03-24T17:03:06.975Z Downloaded anstyle-parse v0.2.7
3282026-03-24T17:03:06.977Z Downloaded colorchoice v1.0.4
3292026-03-24T17:03:06.977Z Downloaded clap_derive v4.5.55
3302026-03-24T17:03:06.980Z Downloaded cargo_metadata v0.21.0
3312026-03-24T17:03:06.983Z Downloaded textwrap v0.16.2
3322026-03-24T17:03:06.983Z Downloaded unicode-linebreak v0.1.5
3332026-03-24T17:03:06.986Z Downloaded cargo-platform v0.2.0
3342026-03-24T17:03:06.986Z Downloaded usdt v0.5.0
3352026-03-24T17:03:06.986Z Downloaded thread-id v4.2.2
3362026-03-24T17:03:06.989Z Downloaded unicode-ident v1.0.24
3372026-03-24T17:03:06.995Z Downloaded anstyle-query v1.1.5
3382026-03-24T17:03:06.998Z Downloaded scroll_derive v0.12.1
3392026-03-24T17:03:06.998Z Downloaded proc-macro2 v1.0.106
3402026-03-24T17:03:07.001Z Downloaded usdt-macro v0.5.0
3412026-03-24T17:03:07.002Z Downloaded toml_datetime v0.6.11
3422026-03-24T17:03:07.004Z Downloaded digest v0.10.7
3432026-03-24T17:03:07.007Z Downloaded yoke-derive v0.8.1
3442026-03-24T17:03:07.007Z Downloaded heck v0.5.0
3452026-03-24T17:03:07.007Z Downloaded plain v0.2.3
3462026-03-24T17:03:07.010Z Downloaded anstream v0.6.21
3472026-03-24T17:03:07.010Z Downloaded typeid v1.0.3
3482026-03-24T17:03:07.013Z Downloaded zerofrom v0.1.6
3492026-03-24T17:03:07.013Z Downloaded utf8parse v0.2.2
3502026-03-24T17:03:07.013Z Downloaded idna_adapter v1.2.1
3512026-03-24T17:03:07.015Z Downloaded usdt-attr-macro v0.5.0
3522026-03-24T17:03:07.015Z Downloaded serde_spanned v0.6.9
3532026-03-24T17:03:07.016Z Downloaded heck v0.4.1
3542026-03-24T17:03:07.018Z Downloaded form_urlencoded v1.2.2
3552026-03-24T17:03:07.018Z Downloaded pretty-hex v0.4.1
3562026-03-24T17:03:07.019Z Downloaded version_check v0.9.5
3572026-03-24T17:03:07.021Z Downloaded unicode-xid v0.2.6
3582026-03-24T17:03:07.021Z Downloaded smawk v0.3.2
3592026-03-24T17:03:07.024Z Downloaded toml_write v0.1.2
3602026-03-24T17:03:07.027Z Downloaded utf8_iter v1.0.4
3612026-03-24T17:03:07.027Z Downloaded cargo-util-schemas v0.8.2
3622026-03-24T17:03:07.029Z Downloaded zerofrom-derive v0.1.6
3632026-03-24T17:03:07.029Z Downloaded thiserror v1.0.69
3642026-03-24T17:03:07.033Z Downloaded strsim v0.11.1
3652026-03-24T17:03:07.036Z Downloaded zerovec-derive v0.11.2
3662026-03-24T17:03:07.036Z Downloaded yoke v0.8.1
3672026-03-24T17:03:07.039Z Downloaded is_terminal_polyfill v1.70.2
3682026-03-24T17:03:07.039Z Downloaded generic-array v0.14.7
3692026-03-24T17:03:07.041Z Downloaded fastrand v2.3.0
3702026-03-24T17:03:07.041Z Downloaded tinystr v0.8.2
3712026-03-24T17:03:07.044Z Downloaded thiserror-impl v1.0.69
3722026-03-24T17:03:07.044Z Downloaded usdt-impl v0.5.0
3732026-03-24T17:03:07.044Z Downloaded thiserror v2.0.18
3742026-03-24T17:03:07.050Z Downloaded writeable v0.6.2
3752026-03-24T17:03:07.055Z Downloaded camino-tempfile v1.4.1
3762026-03-24T17:03:07.055Z Downloaded ucd-trie v0.1.7
3772026-03-24T17:03:07.055Z Downloaded zmij v1.0.21
3782026-03-24T17:03:07.059Z Downloaded zerocopy-derive v0.7.35
3792026-03-24T17:03:07.059Z Downloaded quote v1.0.44
3802026-03-24T17:03:07.062Z Downloaded smallvec v1.15.1
3812026-03-24T17:03:07.062Z Downloaded thiserror-impl v2.0.18
3822026-03-24T17:03:07.068Z Downloaded dtrace-parser v0.2.0
3832026-03-24T17:03:07.071Z Downloaded toml v0.8.23
3842026-03-24T17:03:07.071Z Downloaded typenum v1.19.0
3852026-03-24T17:03:07.074Z Downloaded swrite v0.1.0
3862026-03-24T17:03:07.076Z Downloaded block-buffer v0.10.4
3872026-03-24T17:03:07.079Z Downloaded url v2.5.8
3882026-03-24T17:03:07.081Z Downloaded zerotrie v0.2.3
3892026-03-24T17:03:07.084Z Downloaded toml_edit v0.22.27
3902026-03-24T17:03:07.087Z Downloaded terminal_size v0.4.3
3912026-03-24T17:03:07.089Z Downloaded errno v0.3.14
3922026-03-24T17:03:07.090Z Downloaded dof v0.3.0
3932026-03-24T17:03:07.090Z Downloaded serde-value v0.7.0
3942026-03-24T17:03:07.092Z Downloaded potential_utf v0.1.4
3952026-03-24T17:03:07.092Z Downloaded percent-encoding v2.3.2
3962026-03-24T17:03:07.092Z Downloaded fnv v1.0.7
3972026-03-24T17:03:07.092Z Downloaded macaddr v1.0.1
3982026-03-24T17:03:07.095Z Downloaded crypto-common v0.1.7
3992026-03-24T17:03:07.098Z Downloaded zerocopy v0.7.35
4002026-03-24T17:03:07.107Z Downloaded tabled_derive v0.7.0
4012026-03-24T17:03:07.110Z Downloaded zerovec v0.11.5
4022026-03-24T17:03:07.113Z Downloaded memmap v0.7.0
4032026-03-24T17:03:07.116Z Downloaded stable_deref_trait v1.2.1
4042026-03-24T17:03:07.116Z Downloaded proc-macro-error-attr v1.0.4
4052026-03-24T17:03:07.116Z Downloaded itoa v1.0.17
4062026-03-24T17:03:07.119Z Downloaded equivalent v1.0.2
4072026-03-24T17:03:07.119Z Downloaded scroll v0.12.0
4082026-03-24T17:03:07.121Z Downloaded winnow v0.7.14
4092026-03-24T17:03:07.126Z Downloaded unicode-width v0.2.0
4102026-03-24T17:03:07.130Z Downloaded clap v4.5.60
4112026-03-24T17:03:07.137Z Downloaded sha2 v0.10.9
4122026-03-24T17:03:07.140Z Downloaded unicode-width v0.1.14
4132026-03-24T17:03:07.142Z Downloaded proc-macro-error v1.0.4
4142026-03-24T17:03:07.145Z Downloaded autocfg v1.5.0
4152026-03-24T17:03:07.149Z Downloaded ordered-float v2.10.1
4162026-03-24T17:03:07.149Z Downloaded serde_tokenstream v0.2.3
4172026-03-24T17:03:07.149Z Downloaded serde-untagged v0.1.9
4182026-03-24T17:03:07.153Z Downloaded semver v1.0.27
4192026-03-24T17:03:07.153Z Downloaded icu_properties v2.1.2
4202026-03-24T17:03:07.155Z Downloaded erased-serde v0.4.9
4212026-03-24T17:03:07.156Z Downloaded fs-err v3.3.0
4222026-03-24T17:03:07.159Z Downloaded byteorder v1.5.0
4232026-03-24T17:03:07.164Z Downloaded memchr v2.8.0
4242026-03-24T17:03:07.171Z Downloaded displaydoc v0.2.5
4252026-03-24T17:03:07.173Z Downloaded once_cell v1.21.3
4262026-03-24T17:03:07.177Z Downloaded camino v1.2.2
4272026-03-24T17:03:07.177Z Downloaded pest_derive v2.8.6
4282026-03-24T17:03:07.180Z Downloaded icu_provider v2.1.1
4292026-03-24T17:03:07.184Z Downloaded tempfile v3.25.0
4302026-03-24T17:03:07.187Z Downloaded anyhow v1.0.102
4312026-03-24T17:03:07.189Z Downloaded litemap v0.8.1
4322026-03-24T17:03:07.192Z Downloaded bytecount v0.6.9
4332026-03-24T17:03:07.192Z Downloaded bitflags v2.11.0
4342026-03-24T17:03:07.196Z Downloaded synstructure v0.13.2
4352026-03-24T17:03:07.203Z Downloaded serde_derive v1.0.228
4362026-03-24T17:03:07.206Z Downloaded getrandom v0.4.1
4372026-03-24T17:03:07.209Z Downloaded pest_generator v2.8.6
4382026-03-24T17:03:07.209Z Downloaded icu_collections v2.1.1
4392026-03-24T17:03:07.212Z Downloaded papergrid v0.11.0
4402026-03-24T17:03:07.216Z Downloaded icu_normalizer v2.1.1
4412026-03-24T17:03:07.224Z Downloaded num-traits v0.2.19
4422026-03-24T17:03:07.227Z Downloaded log v0.4.29
4432026-03-24T17:03:07.229Z Downloaded icu_normalizer_data v2.1.1
4442026-03-24T17:03:07.238Z Downloaded icu_locale_core v2.1.1
4452026-03-24T17:03:07.242Z Downloaded serde_core v1.0.228
4462026-03-24T17:03:07.246Z Downloaded pest_meta v2.8.6
4472026-03-24T17:03:07.260Z Downloaded serde v1.0.228
4482026-03-24T17:03:07.289Z Downloaded pest v2.8.6
4492026-03-24T17:03:07.295Z Downloaded indexmap v2.13.0
4502026-03-24T17:03:07.306Z Downloaded icu_properties_data v2.1.2
4512026-03-24T17:03:07.313Z Downloaded clap_builder v4.5.60
4522026-03-24T17:03:07.318Z Downloaded idna v1.1.0
4532026-03-24T17:03:07.323Z Downloaded hashbrown v0.16.1
4542026-03-24T17:03:07.329Z Downloaded serde_json v1.0.149
4552026-03-24T17:03:07.351Z Downloaded goblin v0.8.2
4562026-03-24T17:03:07.356Z Downloaded syn v1.0.109
4572026-03-24T17:03:07.363Z Downloaded tabled v0.15.0
4582026-03-24T17:03:07.380Z Downloaded syn v2.0.117
4592026-03-24T17:03:07.398Z Downloaded rustix v1.1.3
4602026-03-24T17:03:07.432Z Downloaded libc v0.2.180
4612026-03-24T17:03:07.519Z Compiling proc-macro2 v1.0.106
4622026-03-24T17:03:07.522Z Compiling unicode-ident v1.0.24
4632026-03-24T17:03:07.522Z Compiling quote v1.0.44
4642026-03-24T17:03:07.522Z Compiling serde_core v1.0.228
4652026-03-24T17:03:07.522Z Compiling libc v0.2.180
4662026-03-24T17:03:07.522Z Compiling version_check v0.9.5
4672026-03-24T17:03:07.522Z Compiling serde v1.0.228
4682026-03-24T17:03:07.522Z Compiling memchr v2.8.0
4692026-03-24T17:03:07.927Z Compiling stable_deref_trait v1.2.1
4702026-03-24T17:03:08.024Z Compiling zmij v1.0.21
4712026-03-24T17:03:08.270Z Compiling thiserror v1.0.69
4722026-03-24T17:03:08.362Z Compiling itoa v1.0.17
4732026-03-24T17:03:08.597Z Compiling autocfg v1.5.0
4742026-03-24T17:03:08.621Z Compiling ucd-trie v0.1.7
4752026-03-24T17:03:08.731Z Compiling litemap v0.8.1
4762026-03-24T17:03:08.795Z Compiling pest v2.8.6
4772026-03-24T17:03:08.823Z Compiling writeable v0.6.2
4782026-03-24T17:03:08.988Z Compiling rustix v1.1.3
4792026-03-24T17:03:09.075Z Compiling icu_properties_data v2.1.2
4802026-03-24T17:03:09.298Z Compiling icu_normalizer_data v2.1.1
4812026-03-24T17:03:09.363Z Compiling byteorder v1.5.0
4822026-03-24T17:03:09.448Z Compiling syn v2.0.117
4832026-03-24T17:03:09.621Z Compiling errno v0.3.14
4842026-03-24T17:03:09.643Z Compiling bitflags v2.11.0
4852026-03-24T17:03:09.666Z Compiling serde_json v1.0.149
4862026-03-24T17:03:09.961Z Compiling num-traits v0.2.19
4872026-03-24T17:03:09.971Z Compiling hashbrown v0.16.1
4882026-03-24T17:03:10.173Z Compiling smallvec v1.15.1
4892026-03-24T17:03:10.264Z Compiling equivalent v1.0.2
4902026-03-24T17:03:10.339Z Compiling pest_meta v2.8.6
4912026-03-24T17:03:10.447Z Compiling typeid v1.0.3
4922026-03-24T17:03:10.734Z Compiling indexmap v2.13.0
4932026-03-24T17:03:10.789Z Compiling thread-id v4.2.2
4942026-03-24T17:03:10.894Z Compiling usdt-impl v0.5.0
4952026-03-24T17:03:10.916Z Compiling proc-macro-error-attr v1.0.4
4962026-03-24T17:03:10.990Z Compiling toml_write v0.1.2
4972026-03-24T17:03:11.149Z Compiling erased-serde v0.4.9
4982026-03-24T17:03:11.172Z Compiling syn v1.0.109
4992026-03-24T17:03:11.255Z Compiling winnow v0.7.14
5002026-03-24T17:03:11.729Z Compiling proc-macro-error v1.0.4
5012026-03-24T17:03:11.794Z Compiling utf8_iter v1.0.4
5022026-03-24T17:03:11.976Z Compiling camino v1.2.2
5032026-03-24T17:03:11.994Z Compiling log v0.4.29
5042026-03-24T17:03:12.236Z Compiling plain v0.2.3
5052026-03-24T17:03:12.371Z Compiling percent-encoding v2.3.2
5062026-03-24T17:03:12.376Z Compiling getrandom v0.4.1
5072026-03-24T17:03:12.617Z Compiling utf8parse v0.2.2
5082026-03-24T17:03:12.668Z Compiling thiserror v2.0.18
5092026-03-24T17:03:12.735Z Compiling anstyle-parse v0.2.7
5102026-03-24T17:03:12.760Z Compiling ordered-float v2.10.1
5112026-03-24T17:03:12.852Z Compiling form_urlencoded v1.2.2
5122026-03-24T17:03:13.149Z Compiling terminal_size v0.4.3
5132026-03-24T17:03:13.286Z Compiling synstructure v0.13.2
5142026-03-24T17:03:13.325Z Compiling pest_generator v2.8.6
5152026-03-24T17:03:13.410Z Compiling cfg-if v1.0.4
5162026-03-24T17:03:13.434Z Compiling colorchoice v1.0.4
5172026-03-24T17:03:13.504Z Compiling is_terminal_polyfill v1.70.2
5182026-03-24T17:03:13.564Z Compiling anstyle v1.0.13
5192026-03-24T17:03:13.588Z Compiling pretty-hex v0.4.1
5202026-03-24T17:03:13.623Z Compiling anstyle-query v1.1.5
5212026-03-24T17:03:13.653Z Compiling serde-untagged v0.1.9
5222026-03-24T17:03:13.856Z Compiling anstream v0.6.21
5232026-03-24T17:03:13.968Z Compiling semver v1.0.27
5242026-03-24T17:03:14.102Z Compiling fs-err v3.3.0
5252026-03-24T17:03:14.262Z Compiling clap_lex v1.0.0
5262026-03-24T17:03:14.285Z Compiling fnv v1.0.7
5272026-03-24T17:03:14.341Z Compiling once_cell v1.21.3
5282026-03-24T17:03:14.393Z Compiling unicode-xid v0.2.6
5292026-03-24T17:03:14.417Z Compiling anyhow v1.0.102
5302026-03-24T17:03:14.442Z Compiling unicode-width v0.1.14
5312026-03-24T17:03:14.551Z Compiling bytecount v0.6.9
5322026-03-24T17:03:14.575Z Compiling heck v0.4.1
5332026-03-24T17:03:14.613Z Compiling strsim v0.11.1
5342026-03-24T17:03:14.791Z Compiling fastrand v2.3.0
5352026-03-24T17:03:14.819Z Compiling heck v0.5.0
5362026-03-24T17:03:14.865Z Compiling clap_builder v4.5.60
5372026-03-24T17:03:15.073Z Compiling tempfile v3.25.0
5382026-03-24T17:03:15.144Z Compiling papergrid v0.11.0
5392026-03-24T17:03:15.296Z Compiling memmap v0.7.0
5402026-03-24T17:03:15.420Z Compiling unicode-width v0.2.0
5412026-03-24T17:03:15.529Z Compiling smawk v0.3.2
5422026-03-24T17:03:15.563Z Compiling unicode-linebreak v0.1.5
5432026-03-24T17:03:15.723Z Compiling serde_derive v1.0.228
5442026-03-24T17:03:15.750Z Compiling zerofrom-derive v0.1.6
5452026-03-24T17:03:15.782Z Compiling yoke-derive v0.8.1
5462026-03-24T17:03:15.918Z Compiling zerovec-derive v0.11.2
5472026-03-24T17:03:16.066Z Compiling displaydoc v0.2.5
5482026-03-24T17:03:17.032Z Compiling thiserror-impl v1.0.69
5492026-03-24T17:03:17.153Z Compiling zerocopy-derive v0.7.35
5502026-03-24T17:03:17.368Z Compiling pest_derive v2.8.6
5512026-03-24T17:03:17.407Z Compiling scroll_derive v0.12.1
5522026-03-24T17:03:17.644Z Compiling zerofrom v0.1.6
5532026-03-24T17:03:17.815Z Compiling yoke v0.8.1
5542026-03-24T17:03:17.889Z Compiling thiserror-impl v2.0.18
5552026-03-24T17:03:18.064Z Compiling zerovec v0.11.5
5562026-03-24T17:03:18.266Z Compiling zerotrie v0.2.3
5572026-03-24T17:03:18.290Z Compiling zerocopy v0.7.35
5582026-03-24T17:03:18.667Z Compiling scroll v0.12.0
5592026-03-24T17:03:18.702Z Compiling tinystr v0.8.2
5602026-03-24T17:03:18.934Z Compiling potential_utf v0.1.4
5612026-03-24T17:03:18.998Z Compiling icu_locale_core v2.1.1
5622026-03-24T17:03:19.047Z Compiling dtrace-parser v0.2.0
5632026-03-24T17:03:19.102Z Compiling icu_collections v2.1.1
5642026-03-24T17:03:19.143Z Compiling goblin v0.8.2
5652026-03-24T17:03:19.167Z Compiling tabled_derive v0.7.0
5662026-03-24T17:03:19.743Z Compiling clap_derive v4.5.55
5672026-03-24T17:03:19.768Z Compiling textwrap v0.16.2
5682026-03-24T17:03:19.845Z Compiling icu_provider v2.1.1
5692026-03-24T17:03:20.223Z Compiling icu_properties v2.1.2
5702026-03-24T17:03:20.247Z Compiling icu_normalizer v2.1.1
5712026-03-24T17:03:20.387Z Compiling tabled v0.15.0
5722026-03-24T17:03:20.436Z Compiling serde_spanned v0.6.9
5732026-03-24T17:03:20.501Z Compiling toml_datetime v0.6.11
5742026-03-24T17:03:20.591Z Compiling serde-value v0.7.0
5752026-03-24T17:03:20.850Z Compiling toml_edit v0.22.27
5762026-03-24T17:03:20.905Z Compiling dof v0.3.0
5772026-03-24T17:03:20.998Z Compiling serde_tokenstream v0.2.3
5782026-03-24T17:03:21.145Z Compiling cargo-platform v0.2.0
5792026-03-24T17:03:21.438Z Compiling macaddr v1.0.1
5802026-03-24T17:03:21.516Z Compiling idna_adapter v1.2.1
5812026-03-24T17:03:21.699Z Compiling idna v1.1.0
5822026-03-24T17:03:21.810Z Compiling camino-tempfile v1.4.1
5832026-03-24T17:03:22.114Z Compiling url v2.5.8
5842026-03-24T17:03:22.172Z Compiling clap v4.5.60
5852026-03-24T17:03:22.257Z Compiling usdt-macro v0.5.0
5862026-03-24T17:03:22.285Z Compiling usdt-attr-macro v0.5.0
5872026-03-24T17:03:22.614Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-24T17:03:22.922Z Compiling toml v0.8.23
5892026-03-24T17:03:23.145Z Compiling swrite v0.1.0
5902026-03-24T17:03:23.465Z Compiling cargo-util-schemas v0.8.2
5912026-03-24T17:03:23.495Z Compiling usdt v0.5.0
5922026-03-24T17:03:23.526Z Compiling cargo_toml v0.21.0
5932026-03-24T17:03:24.645Z Compiling cargo_metadata v0.21.0
5942026-03-24T17:03:25.942Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-24T17:03:28.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5962026-03-24T17:03:29.036Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-24T17:03:29.784Z Downloading crates ...
5982026-03-24T17:03:29.896Z Downloaded ascii-canvas v3.0.0
5992026-03-24T17:03:29.898Z Downloaded assert_matches v1.5.0
6002026-03-24T17:03:29.899Z Downloaded arrayref v0.3.9
6012026-03-24T17:03:29.901Z Downloaded aead v0.5.2
6022026-03-24T17:03:29.904Z Downloaded adler2 v2.0.1
6032026-03-24T17:03:29.911Z Downloaded ctr v0.9.2
6042026-03-24T17:03:29.914Z Downloaded cobs v0.3.0
6052026-03-24T17:03:29.917Z Downloaded bitfield-macros v0.19.4
6062026-03-24T17:03:29.917Z Downloaded atomicwrites v0.4.4
6072026-03-24T17:03:29.917Z Downloaded console v0.16.2
6082026-03-24T17:03:29.919Z Downloaded des v0.8.1
6092026-03-24T17:03:29.922Z Downloaded crossbeam-deque v0.8.6
6102026-03-24T17:03:29.922Z Downloaded critical-section v1.2.0
6112026-03-24T17:03:29.925Z Downloaded backon v1.6.0
6122026-03-24T17:03:29.925Z Downloaded cfg_aliases v0.2.1
6132026-03-24T17:03:29.928Z Downloaded ff v0.13.1
6142026-03-24T17:03:29.928Z Downloaded aes v0.8.4
6152026-03-24T17:03:29.931Z Downloaded atomic-waker v1.1.2
6162026-03-24T17:03:29.934Z Downloaded bb8 v0.8.6
6172026-03-24T17:03:29.937Z Downloaded erased-serde v0.3.31
6182026-03-24T17:03:29.937Z Downloaded bitfield-struct v0.6.2
6192026-03-24T17:03:29.939Z Downloaded bcrypt-pbkdf v0.10.0
6202026-03-24T17:03:29.939Z Downloaded base16ct v0.2.0
6212026-03-24T17:03:29.943Z Downloaded atty v0.2.14
6222026-03-24T17:03:29.943Z Downloaded async-stream-impl v0.3.6
6232026-03-24T17:03:29.947Z Downloaded enum-as-inner v0.6.1
6242026-03-24T17:03:29.950Z Downloaded display-error-chain v0.2.2
6252026-03-24T17:03:29.950Z Downloaded bit-set v0.5.3
6262026-03-24T17:03:29.953Z Downloaded futures-task v0.3.32
6272026-03-24T17:03:29.953Z Downloaded derive-where v1.6.0
6282026-03-24T17:03:29.957Z Downloaded ciborium-io v0.2.2
6292026-03-24T17:03:29.959Z Downloaded blake2 v0.10.6
6302026-03-24T17:03:29.959Z Downloaded ena v0.14.4
6312026-03-24T17:03:29.962Z Downloaded convert_case v0.4.0
6322026-03-24T17:03:29.962Z Downloaded base64ct v1.8.3
6332026-03-24T17:03:29.965Z Downloaded float-cmp v0.10.0
6342026-03-24T17:03:29.968Z Downloaded endian-type v0.1.2
6352026-03-24T17:03:29.968Z Downloaded darling_macro v0.20.11
6362026-03-24T17:03:29.968Z Downloaded dtrace-parser v0.3.0
6372026-03-24T17:03:29.971Z Downloaded derive_builder_core v0.20.2
6382026-03-24T17:03:29.971Z Downloaded find-msvc-tools v0.1.9
6392026-03-24T17:03:29.975Z Downloaded cpufeatures v0.3.0
6402026-03-24T17:03:29.975Z Downloaded float-ord v0.3.2
6412026-03-24T17:03:29.985Z Downloaded fixedbitset v0.4.2
6422026-03-24T17:03:29.985Z Downloaded flume v0.11.1
6432026-03-24T17:03:29.985Z Downloaded darling_core v0.21.3
6442026-03-24T17:03:29.985Z Downloaded dsl_auto_type v0.2.0
6452026-03-24T17:03:29.989Z Downloaded derive_builder_macro v0.20.2
6462026-03-24T17:03:29.989Z Downloaded fd-lock v4.0.4
6472026-03-24T17:03:29.991Z Downloaded foreign-types v0.3.2
6482026-03-24T17:03:29.991Z Downloaded document-features v0.2.12
6492026-03-24T17:03:29.994Z Downloaded curve25519-dalek-derive v0.1.1
6502026-03-24T17:03:29.994Z Downloaded dropshot-api-manager-types v0.6.0
6512026-03-24T17:03:29.994Z Downloaded fxhash v0.2.1
6522026-03-24T17:03:29.999Z Downloaded async-recursion v1.1.1
6532026-03-24T17:03:30.006Z Downloaded crc-catalog v2.4.0
6542026-03-24T17:03:30.006Z Downloaded cfg_aliases v0.1.1
6552026-03-24T17:03:30.006Z Downloaded dirs-next v2.0.0
6562026-03-24T17:03:30.010Z Downloaded difflib v0.4.0
6572026-03-24T17:03:30.010Z Downloaded debug-ignore v1.0.5
6582026-03-24T17:03:30.010Z Downloaded crc8 v0.1.1
6592026-03-24T17:03:30.010Z Downloaded blowfish v0.9.1
6602026-03-24T17:03:30.010Z Downloaded dyn-clone v1.0.20
6612026-03-24T17:03:30.010Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-03-24T17:03:30.014Z Downloaded crunchy v0.2.4
6632026-03-24T17:03:30.014Z Downloaded corncobs v0.1.4
6642026-03-24T17:03:30.017Z Downloaded array-init v0.0.4
6652026-03-24T17:03:30.017Z Downloaded argon2 v0.5.3
6662026-03-24T17:03:30.017Z Downloaded dirs-sys-next v0.1.2
6672026-03-24T17:03:30.017Z Downloaded downcast-rs v2.0.2
6682026-03-24T17:03:30.020Z Downloaded embedded-io v0.4.0
6692026-03-24T17:03:30.020Z Downloaded foreign-types-shared v0.1.1
6702026-03-24T17:03:30.023Z Downloaded crc v3.4.0
6712026-03-24T17:03:30.023Z Downloaded ghash v0.5.1
6722026-03-24T17:03:30.026Z Downloaded foreign-types-shared v0.3.1
6732026-03-24T17:03:30.026Z Downloaded block-padding v0.3.3
6742026-03-24T17:03:30.026Z Downloaded const_format_proc_macros v0.2.34
6752026-03-24T17:03:30.029Z Downloaded funty v2.0.0
6762026-03-24T17:03:30.032Z Downloaded futures-core v0.3.32
6772026-03-24T17:03:30.032Z Downloaded flagset v0.4.7
6782026-03-24T17:03:30.032Z Downloaded futures-macro v0.3.32
6792026-03-24T17:03:30.036Z Downloaded fallible-iterator v0.2.0
6802026-03-24T17:03:30.036Z Downloaded ed25519 v2.2.3
6812026-03-24T17:03:30.039Z Downloaded gethostname v0.5.0
6822026-03-24T17:03:30.039Z Downloaded git-stub v1.0.0
6832026-03-24T17:03:30.041Z Downloaded dof v0.4.0
6842026-03-24T17:03:30.041Z Downloaded futures-sink v0.3.32
6852026-03-24T17:03:30.041Z Downloaded defmt-parser v1.0.0
6862026-03-24T17:03:30.044Z Downloaded futures-io v0.3.32
6872026-03-24T17:03:30.044Z Downloaded foreign-types-macros v0.2.3
6882026-03-24T17:03:30.047Z Downloaded darling_macro v0.21.3
6892026-03-24T17:03:30.047Z Downloaded fs_extra v1.3.0
6902026-03-24T17:03:30.049Z Downloaded darling_core v0.23.0
6912026-03-24T17:03:30.052Z Downloaded crossbeam-epoch v0.9.18
6922026-03-24T17:03:30.055Z Downloaded cexpr v0.6.0
6932026-03-24T17:03:30.058Z Downloaded hash32 v0.3.1
6942026-03-24T17:03:30.060Z Downloaded cmake v0.1.57
6952026-03-24T17:03:30.061Z Downloaded buf-list v1.1.2
6962026-03-24T17:03:30.064Z Downloaded hex-literal v0.4.1
6972026-03-24T17:03:30.064Z Downloaded hex v0.4.3
6982026-03-24T17:03:30.067Z Downloaded home v0.5.12
6992026-03-24T17:03:30.067Z Downloaded hash32 v0.2.1
7002026-03-24T17:03:30.070Z Downloaded hostname v0.4.2
7012026-03-24T17:03:30.070Z Downloaded headers-core v0.3.0
7022026-03-24T17:03:30.073Z Downloaded diesel-dtrace v0.5.0
7032026-03-24T17:03:30.073Z Downloaded console v0.15.11
7042026-03-24T17:03:30.077Z Downloaded foldhash v0.2.0
7052026-03-24T17:03:30.080Z Downloaded fixedbitset v0.5.7
7062026-03-24T17:03:30.080Z Downloaded hostname v0.3.1
7072026-03-24T17:03:30.080Z Downloaded globwalk v0.9.1
7082026-03-24T17:03:30.083Z Downloaded ecdsa v0.16.9
7092026-03-24T17:03:30.086Z Downloaded either v1.15.0
7102026-03-24T17:03:30.087Z Downloaded http-body v1.0.1
7112026-03-24T17:03:30.091Z Downloaded constant_time_eq v0.4.2
7122026-03-24T17:03:30.091Z Downloaded fs-err v2.11.0
7132026-03-24T17:03:30.095Z Downloaded defmt v1.0.1
7142026-03-24T17:03:30.095Z Downloaded bitflags v1.3.2
7152026-03-24T17:03:30.102Z Downloaded httpdate v1.0.3
7162026-03-24T17:03:30.102Z Downloaded http-range v0.1.5
7172026-03-24T17:03:30.105Z Downloaded ident_case v1.0.1
7182026-03-24T17:03:30.105Z Downloaded indoc v1.0.9
7192026-03-24T17:03:30.105Z Downloaded instant v0.1.13
7202026-03-24T17:03:30.105Z Downloaded indent_write v2.2.0
7212026-03-24T17:03:30.109Z Downloaded inout v0.1.4
7222026-03-24T17:03:30.109Z Downloaded darling_core v0.20.11
7232026-03-24T17:03:30.127Z Downloaded instability v0.3.11
7242026-03-24T17:03:30.130Z Downloaded chacha20 v0.9.1
7252026-03-24T17:03:30.130Z Downloaded bzip2 v0.6.1
7262026-03-24T17:03:30.133Z Downloaded arrayvec v0.7.6
7272026-03-24T17:03:30.136Z Downloaded keccak v0.1.6
7282026-03-24T17:03:30.136Z Downloaded is_ci v1.2.0
7292026-03-24T17:03:30.136Z Downloaded is-terminal v0.4.17
7302026-03-24T17:03:30.139Z Downloaded internet-checksum v0.2.1
7312026-03-24T17:03:30.139Z Downloaded hyper-tls v0.6.0
7322026-03-24T17:03:30.139Z Downloaded hubpack_derive v0.1.1
7332026-03-24T17:03:30.144Z Downloaded derive_builder v0.20.2
7342026-03-24T17:03:30.146Z Downloaded lalrpop-util v0.19.12
7352026-03-24T17:03:30.147Z Downloaded group v0.13.0
7362026-03-24T17:03:30.147Z Downloaded foldhash v0.1.5
7372026-03-24T17:03:30.150Z Downloaded libscf-sys v1.1.0
7382026-03-24T17:03:30.150Z Downloaded lazy_static v1.5.0
7392026-03-24T17:03:30.152Z Downloaded highway v1.3.0
7402026-03-24T17:03:30.155Z Downloaded kstat-rs v0.2.4
7412026-03-24T17:03:30.155Z Downloaded lru v0.12.5
7422026-03-24T17:03:30.158Z Downloaded cookie v0.18.1
7432026-03-24T17:03:30.162Z Downloaded linked-hash-map v0.5.6
7442026-03-24T17:03:30.162Z Downloaded glob v0.3.3
7452026-03-24T17:03:30.168Z Downloaded match_cfg v0.1.0
7462026-03-24T17:03:30.168Z Downloaded maplit v1.0.2
7472026-03-24T17:03:30.168Z Downloaded getrandom v0.2.17
7482026-03-24T17:03:30.172Z Downloaded globset v0.4.18
7492026-03-24T17:03:30.172Z Downloaded mime v0.3.17
7502026-03-24T17:03:30.172Z Downloaded md-5 v0.10.6
7512026-03-24T17:03:30.172Z Downloaded lzss v0.8.2
7522026-03-24T17:03:30.175Z Downloaded humantime v2.3.0
7532026-03-24T17:03:30.175Z Downloaded managed v0.8.0
7542026-03-24T17:03:30.178Z Downloaded multimap v0.10.1
7552026-03-24T17:03:30.178Z Downloaded memoffset v0.9.1
7562026-03-24T17:03:30.182Z Downloaded new_debug_unreachable v1.0.6
7572026-03-24T17:03:30.182Z Downloaded ingot-types v0.1.2
7582026-03-24T17:03:30.182Z Downloaded impl-trait-for-tuples v0.2.3
7592026-03-24T17:03:30.186Z Downloaded diff v0.1.13
7602026-03-24T17:03:30.189Z Downloaded crossterm v0.28.1
7612026-03-24T17:03:30.265Z Downloaded newline-converter v0.3.0
7622026-03-24T17:03:30.271Z Downloaded ahash v0.8.12
7632026-03-24T17:03:30.271Z Downloaded nodrop v0.1.14
7642026-03-24T17:03:30.271Z Downloaded nibble_vec v0.1.0
7652026-03-24T17:03:30.271Z Downloaded normalize-line-endings v0.3.0
7662026-03-24T17:03:30.271Z Downloaded newtype_derive v0.1.6
7672026-03-24T17:03:30.271Z Downloaded num v0.4.3
7682026-03-24T17:03:30.271Z Downloaded ipnet v2.11.0
7692026-03-24T17:03:30.271Z Downloaded nonempty v0.12.0
7702026-03-24T17:03:30.271Z Downloaded derive_more v0.99.20
7712026-03-24T17:03:30.271Z Downloaded half v1.8.3
7722026-03-24T17:03:30.271Z Downloaded fatfs v0.3.6
7732026-03-24T17:03:30.271Z Downloaded jobserver v0.1.34
7742026-03-24T17:03:30.271Z Downloaded libefi-sys v0.1.0
7752026-03-24T17:03:30.271Z Downloaded num_enum_derive v0.5.11
7762026-03-24T17:03:30.271Z Downloaded num-iter v0.1.45
7772026-03-24T17:03:30.271Z Downloaded num-conv v0.2.0
7782026-03-24T17:03:30.271Z Downloaded linear-map v1.2.0
7792026-03-24T17:03:30.272Z Downloaded num-derive v0.3.3
7802026-03-24T17:03:30.272Z Downloaded openssl-macros v0.1.1
7812026-03-24T17:03:30.272Z Downloaded openssl-probe v0.2.1
7822026-03-24T17:03:30.272Z Downloaded opaque-debug v0.3.1
7832026-03-24T17:03:30.272Z Downloaded num_threads v0.1.7
7842026-03-24T17:03:30.272Z Downloaded libsw v3.5.0
7852026-03-24T17:03:30.272Z Downloaded openssl-probe v0.1.6
7862026-03-24T17:03:30.272Z Downloaded hyper-rustls v0.27.7
7872026-03-24T17:03:30.272Z Downloaded futures-channel v0.3.32
7882026-03-24T17:03:30.272Z Downloaded getrandom v0.3.4
7892026-03-24T17:03:30.272Z Downloaded oso-derive v0.27.3
7902026-03-24T17:03:30.272Z Downloaded indoc v2.0.7
7912026-03-24T17:03:30.272Z Downloaded olpc-cjson v0.1.4
7922026-03-24T17:03:30.272Z Downloaded packed_struct_codegen v0.10.1
7932026-03-24T17:03:30.272Z Downloaded maybe-uninit v2.0.0
7942026-03-24T17:03:30.272Z Downloaded iana-time-zone v0.1.65
7952026-03-24T17:03:30.272Z Downloaded ingot-macros v0.1.1
7962026-03-24T17:03:30.272Z Downloaded native-tls v0.2.18
7972026-03-24T17:03:30.272Z Downloaded newtype-uuid v1.3.2
7982026-03-24T17:03:30.272Z Downloaded nanorand v0.7.0
7992026-03-24T17:03:30.272Z Downloaded base64 v0.22.1
8002026-03-24T17:03:30.272Z Downloaded compact_str v0.8.1
8012026-03-24T17:03:30.272Z Downloaded parse-display v0.10.0
8022026-03-24T17:03:30.272Z Downloaded nu-ansi-term v0.50.3
8032026-03-24T17:03:30.272Z Downloaded chacha20poly1305 v0.10.1
8042026-03-24T17:03:30.279Z Downloaded allocator-api2 v0.2.21
8052026-03-24T17:03:30.279Z Downloaded multer v3.1.0
8062026-03-24T17:03:30.279Z Downloaded num-complex v0.4.6
8072026-03-24T17:03:30.283Z Downloaded pbkdf2 v0.11.0
8082026-03-24T17:03:30.283Z Downloaded peg-runtime v0.8.5
8092026-03-24T17:03:30.283Z Downloaded num_enum_derive v0.7.5
8102026-03-24T17:03:30.284Z Downloaded half v2.7.1
8112026-03-24T17:03:30.287Z Downloaded libloading v0.8.9
8122026-03-24T17:03:30.287Z Downloaded num_enum v0.5.11
8132026-03-24T17:03:30.291Z Downloaded pbkdf2 v0.12.2
8142026-03-24T17:03:30.295Z Downloaded path-slash v0.1.5
8152026-03-24T17:03:30.296Z Downloaded parse-size v1.1.0
8162026-03-24T17:03:30.296Z Downloaded phf_shared v0.11.3
8172026-03-24T17:03:30.300Z Downloaded phf_shared v0.12.1
8182026-03-24T17:03:30.300Z Downloaded httparse v1.10.1
8192026-03-24T17:03:30.304Z Downloaded pin-utils v0.1.0
8202026-03-24T17:03:30.304Z Downloaded phf_shared v0.13.1
8212026-03-24T17:03:30.304Z Downloaded oxnet v0.1.4
8222026-03-24T17:03:30.312Z Downloaded num_enum v0.7.5
8232026-03-24T17:03:30.312Z Downloaded derive_more v2.1.1
8242026-03-24T17:03:30.317Z Downloaded precomputed-hash v0.1.1
8252026-03-24T17:03:30.320Z Downloaded powerfmt v0.2.0
8262026-03-24T17:03:30.320Z Downloaded base64 v0.21.7
8272026-03-24T17:03:30.323Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-03-24T17:03:30.326Z Downloaded predicates-tree v1.0.13
8292026-03-24T17:03:30.326Z Downloaded const_format v0.2.35
8302026-03-24T17:03:30.329Z Downloaded parking_lot_core v0.8.6
8312026-03-24T17:03:30.332Z Downloaded proc-macro-crate v1.3.1
8322026-03-24T17:03:30.335Z Downloaded predicates-core v1.0.10
8332026-03-24T17:03:30.335Z Downloaded heapless v0.7.17
8342026-03-24T17:03:30.338Z Downloaded hickory-client v0.25.2
8352026-03-24T17:03:30.340Z Downloaded newtype-uuid-macros v0.1.0
8362026-03-24T17:03:30.344Z Downloaded password-hash v0.4.2
8372026-03-24T17:03:30.344Z Downloaded paste v1.0.15
8382026-03-24T17:03:30.347Z Downloaded proc-macro-crate v3.4.0
8392026-03-24T17:03:30.347Z Downloaded psl-types v2.0.11
8402026-03-24T17:03:30.349Z Downloaded quick-error v1.2.3
8412026-03-24T17:03:30.352Z Downloaded der v0.7.10
8422026-03-24T17:03:30.355Z Downloaded pem-rfc7468 v0.7.0
8432026-03-24T17:03:30.358Z Downloaded libbz2-rs-sys v0.2.2
8442026-03-24T17:03:30.360Z Downloaded headers v0.4.1
8452026-03-24T17:03:30.363Z Downloaded pkcs8 v0.10.2
8462026-03-24T17:03:30.366Z Downloaded pin-project-internal v1.1.11
8472026-03-24T17:03:30.369Z Downloaded pin-project-lite v0.2.17
8482026-03-24T17:03:30.372Z Downloaded phf v0.13.1
8492026-03-24T17:03:30.375Z Downloaded peg-macros v0.8.5
8502026-03-24T17:03:30.377Z Downloaded rand_chacha v0.3.1
8512026-03-24T17:03:30.377Z Downloaded polyval v0.6.2
8522026-03-24T17:03:30.380Z Downloaded ar_archive_writer v0.5.1
8532026-03-24T17:03:30.383Z Downloaded indicatif v0.18.4
8542026-03-24T17:03:30.386Z Downloaded ignore v0.4.25
8552026-03-24T17:03:30.388Z Downloaded predicates v3.1.4
8562026-03-24T17:03:30.391Z Downloaded pkg-config v0.3.32
8572026-03-24T17:03:30.394Z Downloaded rand_xorshift v0.4.0
8582026-03-24T17:03:30.394Z Downloaded progenitor v0.13.0
8592026-03-24T17:03:30.396Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-03-24T17:03:30.396Z Downloaded postgres-protocol v0.6.10
8612026-03-24T17:03:30.399Z Downloaded ref-cast-impl v1.0.25
8622026-03-24T17:03:30.399Z Downloaded progenitor v0.10.0
8632026-03-24T17:03:30.402Z Downloaded parking_lot v0.11.2
8642026-03-24T17:03:30.405Z Downloaded recursive v0.1.1
8652026-03-24T17:03:30.405Z Downloaded progenitor-extras v0.1.1
8662026-03-24T17:03:30.409Z Downloaded ppv-lite86 v0.2.21
8672026-03-24T17:03:30.409Z Downloaded omicron-zone-package v0.12.2
8682026-03-24T17:03:30.412Z Downloaded progenitor v0.11.2
8692026-03-24T17:03:30.412Z Downloaded primeorder v0.13.6
8702026-03-24T17:03:30.415Z Downloaded bumpalo v3.20.2
8712026-03-24T17:03:30.419Z Downloaded ref-cast v1.0.25
8722026-03-24T17:03:30.422Z Downloaded phf v0.12.1
8732026-03-24T17:03:30.422Z Downloaded ed25519-dalek v2.2.0
8742026-03-24T17:03:30.424Z Downloaded rfc6979 v0.4.0
8752026-03-24T17:03:30.426Z Downloaded rtoolbox v0.0.3
8762026-03-24T17:03:30.426Z Downloaded progenitor-macro v0.10.0
8772026-03-24T17:03:30.429Z Downloaded progenitor-client v0.13.0
8782026-03-24T17:03:30.429Z Downloaded hickory-resolver v0.24.4
8792026-03-24T17:03:30.432Z Downloaded rustc_version v0.1.7
8802026-03-24T17:03:30.435Z Downloaded psm v0.1.30
8812026-03-24T17:03:30.437Z Downloaded crossbeam-channel v0.5.15
8822026-03-24T17:03:30.441Z Downloaded poly1305 v0.8.0
8832026-03-24T17:03:30.445Z Downloaded pkcs5 v0.7.1
8842026-03-24T17:03:30.448Z Downloaded rustc_version v0.4.1
8852026-03-24T17:03:30.448Z Downloaded radium v0.7.0
8862026-03-24T17:03:30.448Z Downloaded r2d2 v0.8.10
8872026-03-24T17:03:30.450Z Downloaded postgres-types v0.2.12
8882026-03-24T17:03:30.453Z Downloaded oso v0.27.3
8892026-03-24T17:03:30.456Z Downloaded p256 v0.13.2
8902026-03-24T17:03:30.458Z Downloaded postcard v1.1.3
8912026-03-24T17:03:30.461Z Downloaded rand_seeder v0.4.0
8922026-03-24T17:03:30.464Z Downloaded proc-macro-error2 v2.0.1
8932026-03-24T17:03:30.467Z Downloaded derive_more-impl v2.1.1
8942026-03-24T17:03:30.469Z Downloaded sapling-renderdag v0.1.0
8952026-03-24T17:03:30.472Z Downloaded papergrid v0.17.0
8962026-03-24T17:03:30.476Z Downloaded rand_core v0.9.5
8972026-03-24T17:03:30.478Z Downloaded salsa20 v0.10.2
8982026-03-24T17:03:30.482Z Downloaded bytes v1.11.1
8992026-03-24T17:03:30.485Z Downloaded scopeguard v1.2.0
9002026-03-24T17:03:30.485Z Downloaded same-file v1.0.6
9012026-03-24T17:03:30.485Z Downloaded scrypt v0.11.0
9022026-03-24T17:03:30.487Z Downloaded scheduled-thread-pool v0.2.7
9032026-03-24T17:03:30.490Z Downloaded secrecy v0.10.3
9042026-03-24T17:03:30.490Z Downloaded resolv-conf v0.7.6
9052026-03-24T17:03:30.493Z Downloaded secrecy v0.8.0
9062026-03-24T17:03:30.493Z Downloaded miniz_oxide v0.8.9
9072026-03-24T17:03:30.496Z Downloaded scroll_derive v0.13.1
9082026-03-24T17:03:30.496Z Downloaded parking_lot v0.12.5
9092026-03-24T17:03:30.499Z Downloaded rand_core v0.6.4
9102026-03-24T17:03:30.502Z Downloaded rand_chacha v0.9.0
9112026-03-24T17:03:30.502Z Downloaded pkcs1 v0.7.5
9122026-03-24T17:03:30.505Z Downloaded serde_bytes v0.11.19
9132026-03-24T17:03:30.505Z Downloaded serde-big-array v0.5.1
9142026-03-24T17:03:30.508Z Downloaded serde_plain v1.0.2
9152026-03-24T17:03:30.511Z Downloaded semver v0.1.20
9162026-03-24T17:03:30.512Z Downloaded rustc-hash v2.1.1
9172026-03-24T17:03:30.512Z Downloaded russh-cryptovec v0.7.3
9182026-03-24T17:03:30.512Z Downloaded hickory-resolver v0.25.2
9192026-03-24T17:03:30.514Z Downloaded quinn-udp v0.5.14
9202026-03-24T17:03:30.518Z Downloaded serde_spanned v1.0.4
9212026-03-24T17:03:30.521Z Downloaded serde_urlencoded v0.7.1
9222026-03-24T17:03:30.521Z Downloaded seq-macro v0.3.6
9232026-03-24T17:03:30.524Z Downloaded sha1 v0.10.6
9242026-03-24T17:03:30.524Z Downloaded shell-words v1.1.1
9252026-03-24T17:03:30.524Z Downloaded rustls-pemfile v2.2.0
9262026-03-24T17:03:30.528Z Downloaded pin-project v1.1.11
9272026-03-24T17:03:30.536Z Downloaded rustls-pemfile v1.0.4
9282026-03-24T17:03:30.541Z Downloaded rustls-native-certs v0.8.3
9292026-03-24T17:03:30.544Z Downloaded sigpipe v0.1.3
9302026-03-24T17:03:30.544Z Downloaded signal-hook-mio v0.2.5
9312026-03-24T17:03:30.544Z Downloaded signature v2.2.0
9322026-03-24T17:03:30.547Z Downloaded signal-hook-tokio v0.3.1
9332026-03-24T17:03:30.547Z Downloaded slog-bunyan v2.5.0
9342026-03-24T17:03:30.547Z Downloaded siphasher v1.0.2
9352026-03-24T17:03:30.549Z Downloaded rustversion v1.0.22
9362026-03-24T17:03:30.553Z Downloaded slog-envlogger v2.2.0
9372026-03-24T17:03:30.553Z Downloaded dropshot-api-manager v0.6.0
9382026-03-24T17:03:30.556Z Downloaded rusty-fork v0.3.1
9392026-03-24T17:03:30.560Z Downloaded hashbrown v0.13.2
9402026-03-24T17:03:30.563Z Downloaded hashbrown v0.12.3
9412026-03-24T17:03:30.566Z Downloaded scroll v0.13.0
9422026-03-24T17:03:30.568Z Downloaded sec1 v0.7.3
9432026-03-24T17:03:30.568Z Downloaded schemars_derive v0.8.22
9442026-03-24T17:03:30.572Z Downloaded rand_core v0.10.0
9452026-03-24T17:03:30.572Z Downloaded minimal-lexical v0.2.1
9462026-03-24T17:03:30.575Z Downloaded progenitor-impl v0.13.0
9472026-03-24T17:03:30.584Z Downloaded prefix-trie v0.7.0
9482026-03-24T17:03:30.586Z Downloaded serde-hex v0.1.0
9492026-03-24T17:03:30.586Z Downloaded progenitor-impl v0.11.2
9502026-03-24T17:03:30.586Z Downloaded sqlparser_derive v0.5.0
9512026-03-24T17:03:30.586Z Downloaded serde_derive_internals v0.29.1
9522026-03-24T17:03:30.588Z Downloaded openssl-sys v0.9.111
9532026-03-24T17:03:30.591Z Downloaded http v1.4.0
9542026-03-24T17:03:30.594Z Downloaded jiff-static v0.2.21
9552026-03-24T17:03:30.597Z Downloaded serde_repr v0.1.20
9562026-03-24T17:03:30.599Z Downloaded russh-keys v0.45.0
9572026-03-24T17:03:30.602Z Downloaded structmeta-derive v0.3.0
9582026-03-24T17:03:30.605Z Downloaded ssh-encoding v0.2.0
9592026-03-24T17:03:30.605Z Downloaded ssh-cipher v0.2.0
9602026-03-24T17:03:30.605Z Downloaded strip-ansi-escapes v0.2.1
9612026-03-24T17:03:30.608Z Downloaded rustls-pki-types v1.14.0
9622026-03-24T17:03:30.611Z Downloaded structmeta v0.3.0
9632026-03-24T17:03:30.611Z Downloaded strum v0.27.2
9642026-03-24T17:03:30.613Z Downloaded shlex v1.3.0
9652026-03-24T17:03:30.613Z Downloaded prettyplease v0.2.37
9662026-03-24T17:03:30.616Z Downloaded simd-adler32 v0.3.8
9672026-03-24T17:03:30.619Z Downloaded subtle v2.6.1
9682026-03-24T17:03:30.622Z Downloaded slog-stdlog v4.1.1
9692026-03-24T17:03:30.622Z Downloaded slog-scope v4.4.1
9702026-03-24T17:03:30.622Z Downloaded slog-json v2.6.1
9712026-03-24T17:03:30.625Z Downloaded hyper-util v0.1.20
9722026-03-24T17:03:30.634Z Downloaded sync_wrapper v1.0.2
9732026-03-24T17:03:30.636Z Downloaded tabwriter v1.4.1
9742026-03-24T17:03:30.639Z Downloaded tap v1.0.1
9752026-03-24T17:03:30.639Z Downloaded take_mut v0.2.2
9762026-03-24T17:03:30.639Z Downloaded tagptr v0.2.0
9772026-03-24T17:03:30.644Z Downloaded tabled_derive v0.11.0
9782026-03-24T17:03:30.647Z Downloaded rcgen v0.12.1
9792026-03-24T17:03:30.649Z Downloaded spki v0.7.3
9802026-03-24T17:03:30.649Z Downloaded snafu-derive v0.8.9
9812026-03-24T17:03:30.652Z Downloaded smf v0.2.3
9822026-03-24T17:03:30.655Z Downloaded blake3 v1.8.3
9832026-03-24T17:03:30.661Z Downloaded thiserror-impl-no-std v2.0.2
9842026-03-24T17:03:30.664Z Downloaded time-core v0.1.8
9852026-03-24T17:03:30.667Z Downloaded termtree v0.5.1
9862026-03-24T17:03:30.667Z Downloaded thread-id v5.1.0
9872026-03-24T17:03:30.670Z Downloaded testing_table v0.3.0
9882026-03-24T17:03:30.670Z Downloaded strum_macros v0.24.3
9892026-03-24T17:03:30.673Z Downloaded static_assertions v1.1.0
9902026-03-24T17:03:30.673Z Downloaded tinyvec_macros v0.1.1
9912026-03-24T17:03:30.676Z Downloaded stacker v0.1.23
9922026-03-24T17:03:30.676Z Downloaded mio v1.1.1
9932026-03-24T17:03:30.679Z Downloaded strum_macros v0.26.4
9942026-03-24T17:03:30.682Z Downloaded strum v0.26.3
9952026-03-24T17:03:30.682Z Downloaded stringprep v0.1.5
9962026-03-24T17:03:30.685Z Downloaded string_cache v0.8.9
9972026-03-24T17:03:30.685Z Downloaded pretty_assertions v1.4.1
9982026-03-24T17:03:30.688Z Downloaded schemars v0.8.22
9992026-03-24T17:03:30.696Z Downloaded support-bundle-viewer v0.1.2
10002026-03-24T17:03:30.699Z Downloaded strum_macros v0.27.2
10012026-03-24T17:03:30.702Z Downloaded crossterm v0.29.0
10022026-03-24T17:03:30.705Z Downloaded rustls-platform-verifier v0.6.2
10032026-03-24T17:03:30.708Z Downloaded sqlformat v0.3.5
10042026-03-24T17:03:30.710Z Downloaded termios v0.3.3
10052026-03-24T17:03:30.710Z Downloaded ryu v1.0.23
10062026-03-24T17:03:30.716Z Downloaded serde_path_to_error v0.1.20
10072026-03-24T17:03:30.719Z Downloaded serde_cbor v0.11.2
10082026-03-24T17:03:30.719Z Downloaded ron v0.8.1
10092026-03-24T17:03:30.722Z Downloaded spin v0.9.8
10102026-03-24T17:03:30.725Z Downloaded itertools v0.10.5
10112026-03-24T17:03:30.728Z Downloaded topological-sort v0.2.2
10122026-03-24T17:03:30.730Z Downloaded sct v0.7.1
10132026-03-24T17:03:30.733Z Downloaded libxml v0.3.3
10142026-03-24T17:03:30.736Z Downloaded thiserror-no-std v2.0.2
10152026-03-24T17:03:30.740Z Downloaded time-macros v0.2.27
10162026-03-24T17:03:30.743Z Downloaded try-lock v0.2.5
10172026-03-24T17:03:30.746Z Downloaded trait-variant v0.1.2
10182026-03-24T17:03:30.746Z Downloaded tls_codec_derive v0.4.2
10192026-03-24T17:03:30.748Z Downloaded thread_local v1.1.9
10202026-03-24T17:03:30.749Z Downloaded qorb v0.4.1
10212026-03-24T17:03:30.751Z Downloaded slog v2.8.2
10222026-03-24T17:03:30.755Z Downloaded typify-macro v0.4.3
10232026-03-24T17:03:30.758Z Downloaded serde_yaml v0.9.34+deprecated
10242026-03-24T17:03:30.763Z Downloaded tls_codec v0.4.2
10252026-03-24T17:03:30.763Z Downloaded rayon-core v1.13.0
10262026-03-24T17:03:30.766Z Downloaded typify-macro v0.6.1
10272026-03-24T17:03:30.766Z Downloaded tiny-keccak v2.0.2
10282026-03-24T17:03:30.768Z Downloaded tokio-macros v2.6.0
10292026-03-24T17:03:30.771Z Downloaded aes-gcm v0.10.3
10302026-03-24T17:03:30.776Z Downloaded rand v0.8.5
10312026-03-24T17:03:30.776Z Downloaded tokio-native-tls v0.3.1
10322026-03-24T17:03:30.780Z Downloaded tokio-dtrace v0.1.1
10332026-03-24T17:03:30.780Z Downloaded signal-hook v0.3.18
10342026-03-24T17:03:30.782Z Downloaded unicode-truncate v1.1.0
10352026-03-24T17:03:30.782Z Downloaded usdt-macro v0.6.0
10362026-03-24T17:03:30.782Z Downloaded untrusted v0.9.0
10372026-03-24T17:03:30.785Z Downloaded usdt v0.6.0
10382026-03-24T17:03:30.785Z Downloaded untrusted v0.7.1
10392026-03-24T17:03:30.785Z Downloaded unit-prefix v0.5.2
10402026-03-24T17:03:30.788Z Downloaded tokio-rustls v0.25.0
10412026-03-24T17:03:30.788Z Downloaded tokio-tungstenite v0.21.0
10422026-03-24T17:03:30.791Z Downloaded futures-util v0.3.32
10432026-03-24T17:03:30.799Z Downloaded usdt-attr-macro v0.6.0
10442026-03-24T17:03:30.802Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10452026-03-24T17:03:30.802Z Downloaded void v1.0.2
10462026-03-24T17:03:30.802Z Downloaded utf-8 v0.7.6
10472026-03-24T17:03:30.804Z Downloaded tokio-tungstenite v0.23.1
10482026-03-24T17:03:30.807Z Downloaded term v0.7.0
10492026-03-24T17:03:30.809Z Downloaded publicsuffix v2.3.0
10502026-03-24T17:03:30.809Z Downloaded socket2 v0.6.2
10512026-03-24T17:03:30.812Z Downloaded unarray v0.1.4
10522026-03-24T17:03:30.812Z Downloaded slog-term v2.9.2
10532026-03-24T17:03:30.815Z Downloaded toml_writer v1.0.6+spec-1.1.0
10542026-03-24T17:03:30.818Z Downloaded want v0.3.1
10552026-03-24T17:03:30.818Z Downloaded waitgroup v0.1.2
10562026-03-24T17:03:30.818Z Downloaded term v1.2.1
10572026-03-24T17:03:30.823Z Downloaded hashbrown v0.15.5
10582026-03-24T17:03:30.827Z Downloaded schemars v1.2.1
10592026-03-24T17:03:30.836Z Downloaded tokio-rustls v0.24.1
10602026-03-24T17:03:30.839Z Downloaded nom v7.1.3
10612026-03-24T17:03:30.844Z Downloaded unicase v2.9.0
10622026-03-24T17:03:30.846Z Downloaded h2 v0.4.13
10632026-03-24T17:03:30.852Z Downloaded tokio-rustls v0.26.4
10642026-03-24T17:03:30.857Z Downloaded xshell-macros v0.2.7
10652026-03-24T17:03:30.857Z Downloaded tar v0.4.44
10662026-03-24T17:03:30.857Z Downloaded universal-hash v0.5.1
10672026-03-24T17:03:30.857Z Downloaded xattr v1.6.1
10682026-03-24T17:03:30.861Z Downloaded tokio-stream v0.1.18
10692026-03-24T17:03:30.864Z Downloaded similar v2.7.0
10702026-03-24T17:03:30.864Z Downloaded vergen-lib v0.1.6
10712026-03-24T17:03:30.867Z Downloaded usdt-impl v0.6.0
10722026-03-24T17:03:30.867Z Downloaded test-strategy v0.4.5
10732026-03-24T17:03:30.871Z Downloaded vergen-gitcl v1.0.8
10742026-03-24T17:03:30.874Z Downloaded vergen-git2 v1.0.7
10752026-03-24T17:03:30.874Z Downloaded zone_cfg_derive v0.3.1
10762026-03-24T17:03:30.874Z Downloaded zeroize_derive v1.4.3
10772026-03-24T17:03:30.874Z Downloaded russh v0.45.0
10782026-03-24T17:03:30.878Z Downloaded toml_parser v1.0.9+spec-1.1.0
10792026-03-24T17:03:30.880Z Downloaded rsa v0.9.10
10802026-03-24T17:03:30.884Z Downloaded vsss-rs v3.3.4
10812026-03-24T17:03:30.887Z Downloaded zone v0.3.1
10822026-03-24T17:03:30.889Z Downloaded tracing-attributes v0.1.31
10832026-03-24T17:03:30.889Z Downloaded tinyvec v1.10.0
10842026-03-24T17:03:30.893Z Downloaded itertools v0.14.0
10852026-03-24T17:03:30.897Z Downloaded twox-hash v2.1.2
10862026-03-24T17:03:30.900Z Downloaded whoami v1.6.1
10872026-03-24T17:03:30.902Z Downloaded tui-tree-widget v0.23.1
10882026-03-24T17:03:30.902Z Downloaded walkdir v2.5.0
10892026-03-24T17:03:30.905Z Downloaded rand v0.10.0
10902026-03-24T17:03:30.908Z Downloaded unicode-properties v0.1.4
10912026-03-24T17:03:30.915Z Downloaded rand v0.9.2
10922026-03-24T17:03:30.919Z Downloaded iddqd v0.3.17
10932026-03-24T17:03:30.919Z Downloaded wyz v0.5.1
10942026-03-24T17:03:30.919Z Downloaded whoami v2.1.0
10952026-03-24T17:03:30.927Z Downloaded uzers v0.12.2
10962026-03-24T17:03:30.927Z Downloaded socket2 v0.5.10
10972026-03-24T17:03:30.930Z Downloaded schemars v0.9.0
10982026-03-24T17:03:30.933Z Downloaded vergen v9.0.6
10992026-03-24T17:03:30.935Z Downloaded zeroize v1.8.2
11002026-03-24T17:03:30.935Z Downloaded toml v0.9.12+spec-1.1.0
11012026-03-24T17:03:30.940Z Downloaded toml v0.7.8
11022026-03-24T17:03:30.944Z Downloaded bitvec v1.0.1
11032026-03-24T17:03:30.952Z Downloaded zstd v0.13.3
11042026-03-24T17:03:30.955Z Downloaded tracing-core v0.1.36
11052026-03-24T17:03:30.958Z Downloaded steno v0.4.1
11062026-03-24T17:03:30.963Z Downloaded typify v0.6.1
11072026-03-24T17:03:30.966Z Downloaded tungstenite v0.21.0
11082026-03-24T17:03:30.966Z Downloaded p521 v0.13.3
11092026-03-24T17:03:30.970Z Downloaded libm v0.2.16
11102026-03-24T17:03:30.977Z Downloaded xz2 v0.1.7
11112026-03-24T17:03:30.980Z Downloaded xshell v0.2.7
11122026-03-24T17:03:30.980Z Downloaded unsafe-libyaml v0.2.11
11132026-03-24T17:03:30.985Z Downloaded rustyline v14.0.0
11142026-03-24T17:03:30.988Z Downloaded unicode-bidi v0.3.18
11152026-03-24T17:03:30.991Z Downloaded zerocopy v0.6.6
11162026-03-24T17:03:30.992Z Downloaded yasna v0.5.2
11172026-03-24T17:03:31.014Z Downloaded uuid v1.21.0
11182026-03-24T17:03:31.014Z Downloaded tungstenite v0.23.0
11192026-03-24T17:03:31.014Z Downloaded zstd-safe v7.2.4
11202026-03-24T17:03:31.014Z Downloaded vte v0.14.1
11212026-03-24T17:03:31.014Z Downloaded aws-lc-rs v1.16.0
11222026-03-24T17:03:31.014Z Downloaded typify v0.4.3
11232026-03-24T17:03:31.014Z Downloaded toml_edit v0.23.10+spec-1.0.0
11242026-03-24T17:03:31.018Z Downloaded iri-string v0.7.10
11252026-03-24T17:03:31.023Z Downloaded tokio-postgres v0.7.16
11262026-03-24T17:03:31.030Z Downloaded reedline v0.40.0
11272026-03-24T17:03:31.033Z Downloaded snafu v0.8.9
11282026-03-24T17:03:31.033Z Downloaded samael v0.0.19
11292026-03-24T17:03:31.038Z Downloaded aho-corasick v1.1.4
11302026-03-24T17:03:31.042Z Downloaded rpassword v7.4.0
11312026-03-24T17:03:31.045Z Downloaded ron v0.12.0
11322026-03-24T17:03:31.050Z Downloaded zopfli v0.8.3
11332026-03-24T17:03:31.052Z Downloaded num-bigint-dig v0.8.6
11342026-03-24T17:03:31.055Z Downloaded git2 v0.20.4
11352026-03-24T17:03:31.061Z Downloaded unicode_categories v0.1.1
11362026-03-24T17:03:31.065Z Downloaded hkdf v0.12.4
11372026-03-24T17:03:31.068Z Downloaded subprocess v0.2.15
11382026-03-24T17:03:31.068Z Downloaded itertools v0.13.0
11392026-03-24T17:03:31.073Z Downloaded regex v1.12.3
11402026-03-24T17:03:31.076Z Downloaded zip v0.6.6
11412026-03-24T17:03:31.079Z Downloaded toml_edit v0.19.15
11422026-03-24T17:03:31.092Z Downloaded ssh-key v0.6.7
11432026-03-24T17:03:31.097Z Downloaded typed-path v0.9.3
11442026-03-24T17:03:31.102Z Downloaded portable-atomic v1.13.1
11452026-03-24T17:03:31.107Z Downloaded rayon v1.11.0
11462026-03-24T17:03:31.113Z Downloaded yansi v1.0.1
11472026-03-24T17:03:31.116Z Downloaded chrono v0.4.44
11482026-03-24T17:03:31.121Z Downloaded tower v0.5.3
11492026-03-24T17:03:31.132Z Downloaded x509-cert v0.2.5
11502026-03-24T17:03:31.135Z Downloaded unicode-segmentation v1.12.0
11512026-03-24T17:03:31.138Z Downloaded salty v0.3.0
11522026-03-24T17:03:31.141Z Downloaded reqwest v0.13.2
11532026-03-24T17:03:31.144Z Downloaded goblin v0.10.5
11542026-03-24T17:03:31.150Z Downloaded lalrpop v0.19.12
11552026-03-24T17:03:31.158Z Downloaded bindgen v0.71.1
11562026-03-24T17:03:31.163Z Downloaded rustls-webpki v0.101.7
11572026-03-24T17:03:31.174Z Downloaded quick-xml v0.37.5
11582026-03-24T17:03:31.178Z Downloaded p384 v0.13.1
11592026-03-24T17:03:31.181Z Downloaded proptest v1.10.0
11602026-03-24T17:03:31.188Z Downloaded unicode-normalization v0.1.25
11612026-03-24T17:03:31.191Z Downloaded moka v0.12.13
11622026-03-24T17:03:31.197Z Downloaded zip v4.6.1
11632026-03-24T17:03:31.200Z Downloaded tokio-util v0.7.18
11642026-03-24T17:03:31.206Z Downloaded serde_with v3.17.0
11652026-03-24T17:03:31.215Z Downloaded tough v0.20.0
11662026-03-24T17:03:31.221Z Downloaded petname v2.0.2
11672026-03-24T17:03:31.225Z Downloaded object v0.30.4
11682026-03-24T17:03:31.232Z Downloaded zerocopy-derive v0.8.40
11692026-03-24T17:03:31.238Z Downloaded quinn-proto v0.11.13
11702026-03-24T17:03:31.243Z Downloaded reqwest v0.12.28
11712026-03-24T17:03:31.247Z Downloaded tower-http v0.6.8
11722026-03-24T17:03:31.254Z Downloaded radix_trie v0.2.1
11732026-03-24T17:03:31.258Z Downloaded rustls-webpki v0.102.8
11742026-03-24T17:03:31.272Z Downloaded polar-core v0.27.3
11752026-03-24T17:03:31.278Z Downloaded openssl v0.10.75
11762026-03-24T17:03:31.286Z Downloaded winnow v0.5.40
11772026-03-24T17:03:31.292Z Downloaded bstr v1.12.1
11782026-03-24T17:03:31.299Z Downloaded tabled v0.20.0
11792026-03-24T17:03:31.313Z Downloaded rustls v0.21.12
11802026-03-24T17:03:31.321Z Downloaded smoltcp v0.9.1
11812026-03-24T17:03:31.331Z Downloaded vcpkg v0.2.15
11822026-03-24T17:03:31.360Z Downloaded winnow v0.6.26
11832026-03-24T17:03:31.366Z Downloaded dropshot v0.16.7
11842026-03-24T17:03:31.383Z Downloaded object v0.37.3
11852026-03-24T17:03:31.392Z Downloaded zlib-rs v0.6.2
11862026-03-24T17:03:31.396Z Downloaded time v0.3.47
11872026-03-24T17:03:31.406Z Downloaded diesel v2.3.7
11882026-03-24T17:03:31.423Z Downloaded rustls v0.22.4
11892026-03-24T17:03:31.432Z Downloaded openapiv3 v2.2.0
11902026-03-24T17:03:31.442Z Downloaded nix v0.31.1
11912026-03-24T17:03:31.451Z Downloaded webpki-roots v1.0.6
11922026-03-24T17:03:31.454Z Downloaded rustls v0.23.37
11932026-03-24T17:03:31.463Z Downloaded zerocopy v0.8.40
11942026-03-24T17:03:31.471Z Downloaded regress v0.10.5
11952026-03-24T17:03:31.478Z Downloaded smoltcp v0.11.0
11962026-03-24T17:03:31.489Z Downloaded hickory-proto v0.25.2
11972026-03-24T17:03:31.502Z Downloaded rustix v0.38.44
11982026-03-24T17:03:31.520Z Downloaded regex-syntax v0.8.10
11992026-03-24T17:03:31.526Z Downloaded hickory-proto v0.24.4
12002026-03-24T17:03:31.537Z Downloaded regex-syntax v0.6.29
12012026-03-24T17:03:31.543Z Downloaded nix v0.29.0
12022026-03-24T17:03:31.552Z Downloaded typify-impl v0.6.1
12032026-03-24T17:03:31.563Z Downloaded nix v0.28.0
12042026-03-24T17:03:31.572Z Downloaded curve25519-dalek v4.1.3
12052026-03-24T17:03:31.578Z Downloaded nix v0.27.1
12062026-03-24T17:03:31.588Z Downloaded sqlparser v0.61.0
12072026-03-24T17:03:31.594Z Downloaded itertools v0.12.1
12082026-03-24T17:03:31.600Z Downloaded bzip2-sys v0.1.13+1.0.8
12092026-03-24T17:03:31.610Z Downloaded sled v0.34.7
12102026-03-24T17:03:31.619Z Downloaded rustls-webpki v0.103.9
12112026-03-24T17:03:31.622Z Downloaded ratatui v0.29.0
12122026-03-24T17:03:31.638Z Downloaded petgraph v0.6.5
12132026-03-24T17:03:31.652Z Downloaded quinn v0.11.9
12142026-03-24T17:03:31.655Z Downloaded jiff v0.2.21
12152026-03-24T17:03:31.671Z Downloaded hyper v1.8.1
12162026-03-24T17:03:31.675Z Downloaded typify-impl v0.4.3
12172026-03-24T17:03:31.688Z Downloaded chrono-tz v0.10.4
12182026-03-24T17:03:31.701Z Downloaded lzma-sys v0.1.20
12192026-03-24T17:03:31.724Z Downloaded regex-automata v0.4.14
12202026-03-24T17:03:31.736Z Downloaded zerocopy-derive v0.6.6
12212026-03-24T17:03:31.743Z Downloaded tracing v0.1.44
12222026-03-24T17:03:31.760Z Downloaded libz-sys v1.1.24
12232026-03-24T17:03:31.776Z Downloaded wait-timeout v0.2.1
12242026-03-24T17:03:31.779Z Downloaded serde_with_macros v3.17.0
12252026-03-24T17:03:31.779Z Downloaded tower-service v0.3.3
12262026-03-24T17:03:31.781Z Downloaded tower-layer v0.3.3
12272026-03-24T17:03:31.781Z Downloaded num-bigint v0.4.6
12282026-03-24T17:03:31.784Z Downloaded smallvec v0.6.14
12292026-03-24T17:03:31.787Z Downloaded slog-dtrace v0.3.0
12302026-03-24T17:03:31.787Z Downloaded hickory-server v0.25.2
12312026-03-24T17:03:31.789Z Downloaded progenitor-impl v0.10.0
12322026-03-24T17:03:31.792Z Downloaded sync-ptr v0.1.4
12332026-03-24T17:03:31.792Z Downloaded supports-color v3.0.2
12342026-03-24T17:03:31.792Z Downloaded slog-async v2.8.0
12352026-03-24T17:03:31.796Z Downloaded slab v0.4.12
12362026-03-24T17:03:31.796Z Downloaded signal-hook-registry v1.4.8
12372026-03-24T17:03:31.796Z Downloaded heapless v0.8.0
12382026-03-24T17:03:31.799Z Downloaded diesel_derives v2.3.7
12392026-03-24T17:03:31.802Z Downloaded tokio v1.49.0
12402026-03-24T17:03:31.833Z Downloaded petgraph v0.8.3
12412026-03-24T17:03:31.849Z Downloaded parking_lot_core v0.9.12
12422026-03-24T17:03:31.853Z Downloaded expectorate v1.2.0
12432026-03-24T17:03:31.857Z Downloaded lock_api v0.4.14
12442026-03-24T17:03:31.857Z Downloaded progenitor-macro v0.11.2
12452026-03-24T17:03:31.857Z Downloaded pem v3.0.6
12462026-03-24T17:03:31.857Z Downloaded peg v0.8.5
12472026-03-24T17:03:31.860Z Downloaded parse-display-derive v0.10.0
12482026-03-24T17:03:31.860Z Downloaded flate2 v1.1.9
12492026-03-24T17:03:31.863Z Downloaded progenitor-macro v0.13.0
12502026-03-24T17:03:31.863Z Downloaded csv v1.4.0
12512026-03-24T17:03:31.878Z Downloaded progenitor-client v0.11.2
12522026-03-24T17:03:31.881Z Downloaded progenitor-client v0.10.0
12532026-03-24T17:03:31.881Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12542026-03-24T17:03:31.893Z Downloaded sha3 v0.10.8
12552026-03-24T17:03:31.897Z Downloaded password-hash v0.5.0
12562026-03-24T17:03:31.899Z Downloaded packed_struct v0.10.1
12572026-03-24T17:03:31.899Z Downloaded oxide-tokio-rt v0.1.3
12582026-03-24T17:03:31.902Z Downloaded cc v1.2.56
12592026-03-24T17:03:31.905Z Downloaded owo-colors v4.3.0
12602026-03-24T17:03:31.905Z Downloaded mime_guess v2.0.5
12612026-03-24T17:03:31.907Z Downloaded memmap2 v0.9.10
12622026-03-24T17:03:31.907Z Downloaded litrs v1.0.0
12632026-03-24T17:03:31.910Z Downloaded indexmap v1.9.3
12642026-03-24T17:03:31.913Z Downloaded arc-swap v1.8.2
12652026-03-24T17:03:31.916Z Downloaded num-rational v0.4.2
12662026-03-24T17:03:31.916Z Downloaded crc-any v2.5.0
12672026-03-24T17:03:31.919Z Downloaded num-integer v0.1.46
12682026-03-24T17:03:31.919Z Downloaded num-derive v0.4.2
12692026-03-24T17:03:31.919Z Downloaded libsw-core v0.3.2
12702026-03-24T17:03:31.922Z Downloaded hmac v0.12.1
12712026-03-24T17:03:31.922Z Downloaded futures v0.3.32
12722026-03-24T17:03:31.926Z Downloaded crc32fast v1.5.0
12732026-03-24T17:03:31.928Z Downloaded dropshot_endpoint v0.16.7
12742026-03-24T17:03:31.928Z Downloaded elliptic-curve v0.13.8
12752026-03-24T17:03:31.932Z Downloaded colored v2.2.0
12762026-03-24T17:03:31.934Z Downloaded ciborium v0.2.2
12772026-03-24T17:03:31.934Z Downloaded md5 v0.7.0
12782026-03-24T17:03:31.940Z Downloaded ring v0.17.14
12792026-03-24T17:03:31.966Z Downloaded lru-slab v0.1.2
12802026-03-24T17:03:31.969Z Downloaded lru-cache v0.1.2
12812026-03-24T17:03:31.969Z Downloaded ingot v0.1.1
12822026-03-24T17:03:31.969Z Downloaded hyper-staticfile v0.10.1
12832026-03-24T17:03:31.972Z Downloaded encoding_rs v0.8.35
12842026-03-24T17:03:31.986Z Downloaded defmt-macros v1.0.1
12852026-03-24T17:03:31.990Z Downloaded darling v0.23.0
12862026-03-24T17:03:31.994Z Downloaded ipnetwork v0.21.1
12872026-03-24T17:03:31.997Z Downloaded futures-executor v0.3.32
12882026-03-24T17:03:31.997Z Downloaded http-body-util v0.1.3
12892026-03-24T17:03:31.997Z Downloaded darling v0.20.11
12902026-03-24T17:03:32.000Z Downloaded git-stub-vcs v0.1.0
12912026-03-24T17:03:32.000Z Downloaded drift v0.1.3
12922026-03-24T17:03:32.003Z Downloaded const-oid v0.9.6
12932026-03-24T17:03:32.006Z Downloaded colored v3.1.1
12942026-03-24T17:03:32.009Z Downloaded clang-sys v1.8.1
12952026-03-24T17:03:32.009Z Downloaded chacha20 v0.10.0
12962026-03-24T17:03:32.011Z Downloaded cargo_toml v0.22.3
12972026-03-24T17:03:32.012Z Downloaded cargo_metadata v0.19.2
12982026-03-24T17:03:32.014Z Downloaded cancel-safe-futures v0.1.5
12992026-03-24T17:03:32.017Z Downloaded crossbeam-utils v0.8.21
13002026-03-24T17:03:32.017Z Downloaded hubpack v0.1.2
13012026-03-24T17:03:32.020Z Downloaded convert_case v0.10.0
13022026-03-24T17:03:32.020Z Downloaded camino-tempfile-ext v0.3.3
13032026-03-24T17:03:32.020Z Downloaded der_derive v0.7.3
13042026-03-24T17:03:32.023Z Downloaded data-encoding v2.10.0
13052026-03-24T17:03:32.023Z Downloaded filetime v0.2.27
13062026-03-24T17:03:32.023Z Downloaded daft v0.1.5
13072026-03-24T17:03:32.026Z Downloaded csv-core v0.1.13
13082026-03-24T17:03:32.026Z Downloaded bcs v0.1.6
13092026-03-24T17:03:32.026Z Downloaded daft-derive v0.1.5
13102026-03-24T17:03:32.029Z Downloaded derive-ex v0.1.8
13112026-03-24T17:03:32.031Z Downloaded bzip2 v0.4.4
13122026-03-24T17:03:32.031Z Downloaded cipher v0.4.4
13132026-03-24T17:03:32.034Z Downloaded cbc v0.1.2
13142026-03-24T17:03:32.034Z Downloaded cassowary v0.3.0
13152026-03-24T17:03:32.034Z Downloaded byte-wrapper v0.1.0
13162026-03-24T17:03:32.037Z Downloaded bitfield v0.19.4
13172026-03-24T17:03:32.037Z Downloaded bit-vec v0.8.0
13182026-03-24T17:03:32.039Z Downloaded backoff v0.4.0
13192026-03-24T17:03:32.039Z Downloaded dunce v1.0.5
13202026-03-24T17:03:32.042Z Downloaded embedded-io v0.6.1
13212026-03-24T17:03:32.042Z Downloaded libgit2-sys v0.18.3+1.9.2
13222026-03-24T17:03:32.082Z Downloaded ciborium-ll v0.2.2
13232026-03-24T17:03:32.085Z Downloaded bit-vec v0.6.3
13242026-03-24T17:03:32.085Z Downloaded async-trait v0.1.89
13252026-03-24T17:03:32.088Z Downloaded cookie_store v0.22.1
13262026-03-24T17:03:32.088Z Downloaded castaway v0.2.4
13272026-03-24T17:03:32.091Z Downloaded async-bb8-diesel v0.2.1
13282026-03-24T17:03:32.091Z Downloaded base16ct v1.0.0
13292026-03-24T17:03:32.094Z Downloaded foreign-types v0.5.0
13302026-03-24T17:03:32.094Z Downloaded cstr-argument v0.1.2
13312026-03-24T17:03:32.094Z Downloaded env_filter v1.0.0
13322026-03-24T17:03:32.094Z Downloaded defmt v0.3.100
13332026-03-24T17:03:32.097Z Downloaded deranged v0.5.8
13342026-03-24T17:03:32.097Z Downloaded bit-set v0.8.0
13352026-03-24T17:03:32.097Z Downloaded env_logger v0.11.9
13362026-03-24T17:03:32.100Z Downloaded async-stream v0.3.6
13372026-03-24T17:03:32.100Z Downloaded crucible-workspace-hack v0.1.0
13382026-03-24T17:03:32.100Z Downloaded darling_macro v0.23.0
13392026-03-24T17:03:32.103Z Downloaded darling v0.21.3
13402026-03-24T17:03:32.106Z Downloaded cargo-platform v0.1.9
13412026-03-24T17:03:32.106Z Downloaded crypto-bigint v0.5.5
13422026-03-24T17:03:32.717Z Downloaded aws-lc-sys v0.37.1
13432026-03-24T17:03:33.039Z Compiling libc v0.2.180
13442026-03-24T17:03:33.043Z Compiling serde v1.0.228
13452026-03-24T17:03:33.043Z Compiling log v0.4.29
13462026-03-24T17:03:33.043Z Compiling shlex v1.3.0
13472026-03-24T17:03:33.242Z Compiling find-msvc-tools v0.1.9
13482026-03-24T17:03:33.245Z Compiling smallvec v1.15.1
13492026-03-24T17:03:33.260Z Compiling syn v2.0.117
13502026-03-24T17:03:33.278Z Compiling typenum v1.19.0
13512026-03-24T17:03:33.447Z Compiling generic-array v0.14.7
13522026-03-24T17:03:33.480Z Compiling subtle v2.6.1
13532026-03-24T17:03:33.501Z Compiling scopeguard v1.2.0
13542026-03-24T17:03:33.599Z Compiling lock_api v0.4.14
13552026-03-24T17:03:33.618Z Compiling portable-atomic v1.13.1
13562026-03-24T17:03:33.635Z Compiling const-oid v0.9.6
13572026-03-24T17:03:33.694Z Compiling critical-section v1.2.0
13582026-03-24T17:03:33.748Z Compiling zerocopy v0.8.40
13592026-03-24T17:03:33.818Z Compiling pin-project-lite v0.2.17
13602026-03-24T17:03:33.890Z Compiling parking_lot_core v0.9.12
13612026-03-24T17:03:33.931Z Compiling serde_json v1.0.149
13622026-03-24T17:03:34.239Z Compiling pkg-config v0.3.32
13632026-03-24T17:03:34.310Z Compiling getrandom v0.2.17
13642026-03-24T17:03:34.394Z Compiling jobserver v0.1.34
13652026-03-24T17:03:34.520Z Compiling rand_core v0.6.4
13662026-03-24T17:03:34.588Z Compiling errno v0.3.14
13672026-03-24T17:03:34.718Z Compiling cc v1.2.56
13682026-03-24T17:03:34.767Z Compiling signal-hook-registry v1.4.8
13692026-03-24T17:03:34.882Z Compiling once_cell v1.21.3
13702026-03-24T17:03:34.959Z Compiling mio v1.1.1
13712026-03-24T17:03:34.981Z Compiling bitflags v2.11.0
13722026-03-24T17:03:35.109Z Compiling parking_lot v0.12.5
13732026-03-24T17:03:35.140Z Compiling libm v0.2.16
13742026-03-24T17:03:35.208Z Compiling num-traits v0.2.19
13752026-03-24T17:03:35.266Z Compiling futures-core v0.3.32
13762026-03-24T17:03:35.454Z Compiling socket2 v0.6.2
13772026-03-24T17:03:35.594Z Compiling percent-encoding v2.3.2
13782026-03-24T17:03:35.614Z Compiling allocator-api2 v0.2.21
13792026-03-24T17:03:35.723Z Compiling foldhash v0.2.0
13802026-03-24T17:03:35.875Z Compiling cpufeatures v0.2.17
13812026-03-24T17:03:35.905Z Compiling futures-sink v0.3.32
13822026-03-24T17:03:35.997Z Compiling futures-task v0.3.32
13832026-03-24T17:03:36.052Z Compiling futures-channel v0.3.32
13842026-03-24T17:03:36.070Z Compiling hashbrown v0.16.1
13852026-03-24T17:03:36.073Z Compiling slab v0.4.12
13862026-03-24T17:03:36.121Z Compiling futures-io v0.3.32
13872026-03-24T17:03:36.185Z Compiling getrandom v0.4.1
13882026-03-24T17:03:36.311Z Compiling rustversion v1.0.22
13892026-03-24T17:03:36.331Z Compiling rand_core v0.10.0
13902026-03-24T17:03:36.350Z Compiling getrandom v0.3.4
13912026-03-24T17:03:36.542Z Compiling form_urlencoded v1.2.2
13922026-03-24T17:03:36.820Z Compiling indexmap v2.13.0
13932026-03-24T17:03:36.907Z Compiling cmake v0.1.57
13942026-03-24T17:03:36.989Z Compiling fs_extra v1.3.0
13952026-03-24T17:03:37.328Z Compiling synstructure v0.13.2
13962026-03-24T17:03:37.349Z Compiling base64ct v1.8.3
13972026-03-24T17:03:37.446Z Compiling dunce v1.0.5
13982026-03-24T17:03:37.560Z Compiling ident_case v1.0.1
13992026-03-24T17:03:37.585Z Compiling aws-lc-sys v0.37.1
14002026-03-24T17:03:37.657Z Compiling flagset v0.4.7
14012026-03-24T17:03:37.714Z Compiling pem-rfc7468 v0.7.0
14022026-03-24T17:03:37.733Z Compiling rand_core v0.9.5
14032026-03-24T17:03:37.738Z Compiling iana-time-zone v0.1.65
14042026-03-24T17:03:37.770Z Compiling rustix v1.1.3
14052026-03-24T17:03:37.817Z Compiling ring v0.17.14
14062026-03-24T17:03:37.988Z Compiling uuid v1.21.0
14072026-03-24T17:03:38.101Z Compiling rustc_version v0.4.1
14082026-03-24T17:03:38.130Z Compiling regex-syntax v0.8.10
14092026-03-24T17:03:38.172Z Compiling aws-lc-rs v1.16.0
14102026-03-24T17:03:38.497Z Compiling vcpkg v0.2.15
14112026-03-24T17:03:38.558Z Compiling tracing-core v0.1.36
14122026-03-24T17:03:38.912Z Compiling crossbeam-utils v0.8.21
14132026-03-24T17:03:39.311Z Compiling pest_generator v2.8.6
14142026-03-24T17:03:39.330Z Compiling serde_derive_internals v0.29.1
14152026-03-24T17:03:39.513Z Compiling openssl-sys v0.9.111
14162026-03-24T17:03:40.002Z Compiling serde_derive v1.0.228
14172026-03-24T17:03:40.178Z Compiling zeroize_derive v1.4.3
14182026-03-24T17:03:40.206Z Compiling zerofrom-derive v0.1.6
14192026-03-24T17:03:40.267Z Compiling yoke-derive v0.8.1
14202026-03-24T17:03:40.566Z Compiling zerocopy-derive v0.8.40
14212026-03-24T17:03:41.035Z Compiling zeroize v1.8.2
14222026-03-24T17:03:41.431Z Compiling zerovec-derive v0.11.2
14232026-03-24T17:03:41.865Z Compiling displaydoc v0.2.5
14242026-03-24T17:03:42.077Z Compiling crypto-common v0.1.7
14252026-03-24T17:03:42.147Z Compiling zerofrom v0.1.6
14262026-03-24T17:03:42.251Z Compiling block-buffer v0.10.4
14272026-03-24T17:03:42.302Z Compiling yoke v0.8.1
14282026-03-24T17:03:42.457Z Compiling digest v0.10.7
14292026-03-24T17:03:42.537Z Compiling tokio-macros v2.6.0
14302026-03-24T17:03:42.690Z Compiling futures-macro v0.3.32
14312026-03-24T17:03:42.776Z Compiling hmac v0.12.1
14322026-03-24T17:03:42.818Z Compiling zerotrie v0.2.3
14332026-03-24T17:03:42.868Z Compiling zerovec v0.11.5
14342026-03-24T17:03:42.972Z Compiling block-padding v0.3.3
14352026-03-24T17:03:43.171Z Compiling inout v0.1.4
14362026-03-24T17:03:43.209Z Compiling sha2 v0.10.9
14372026-03-24T17:03:43.388Z Compiling cipher v0.4.4
14382026-03-24T17:03:43.492Z Compiling tinystr v0.8.2
14392026-03-24T17:03:43.571Z Compiling potential_utf v0.1.4
14402026-03-24T17:03:43.731Z Compiling icu_locale_core v2.1.1
14412026-03-24T17:03:43.750Z Compiling icu_collections v2.1.1
14422026-03-24T17:03:43.753Z Compiling futures-util v0.3.32
14432026-03-24T17:03:43.787Z Compiling der_derive v0.7.3
14442026-03-24T17:03:44.393Z Compiling salsa20 v0.10.2
14452026-03-24T17:03:44.566Z Compiling icu_provider v2.1.1
14462026-03-24T17:03:44.731Z Compiling bytes v1.11.1
14472026-03-24T17:03:44.943Z Compiling icu_normalizer v2.1.1
14482026-03-24T17:03:44.946Z Compiling icu_properties v2.1.2
14492026-03-24T17:03:45.037Z Compiling der v0.7.10
14502026-03-24T17:03:45.074Z Compiling chrono v0.4.44
14512026-03-24T17:03:45.552Z Compiling tokio v1.49.0
14522026-03-24T17:03:45.648Z Compiling http v1.4.0
14532026-03-24T17:03:46.535Z Compiling idna_adapter v1.2.1
14542026-03-24T17:03:46.700Z Compiling ppv-lite86 v0.2.21
14552026-03-24T17:03:46.752Z Compiling idna v1.1.0
14562026-03-24T17:03:46.853Z Compiling spki v0.7.3
14572026-03-24T17:03:46.874Z Compiling pbkdf2 v0.12.2
14582026-03-24T17:03:46.924Z Compiling thiserror-impl v2.0.18
14592026-03-24T17:03:47.011Z Compiling scrypt v0.11.0
14602026-03-24T17:03:47.027Z Compiling cbc v0.1.2
14612026-03-24T17:03:47.099Z Compiling rand_chacha v0.9.0
14622026-03-24T17:03:47.136Z Compiling url v2.5.8
14632026-03-24T17:03:47.202Z Compiling aes v0.8.4
14642026-03-24T17:03:47.326Z Compiling rustls-pki-types v1.14.0
14652026-03-24T17:03:47.609Z Compiling tracing-attributes v0.1.31
14662026-03-24T17:03:47.923Z Compiling pkcs5 v0.7.1
14672026-03-24T17:03:47.966Z Compiling rand v0.9.2
14682026-03-24T17:03:48.182Z Compiling http-body v1.0.1
14692026-03-24T17:03:48.440Z Compiling base64 v0.22.1
14702026-03-24T17:03:48.555Z Compiling openssl-probe v0.2.1
14712026-03-24T17:03:48.575Z Compiling schemars v0.8.22
14722026-03-24T17:03:48.663Z Compiling thiserror v2.0.18
14732026-03-24T17:03:48.773Z Compiling syn v1.0.109
14742026-03-24T17:03:48.792Z Compiling httparse v1.10.1
14752026-03-24T17:03:48.811Z Compiling untrusted v0.9.0
14762026-03-24T17:03:48.843Z Compiling untrusted v0.7.1
14772026-03-24T17:03:49.001Z Compiling pkcs8 v0.10.2
14782026-03-24T17:03:49.023Z Compiling schemars_derive v0.8.22
14792026-03-24T17:03:49.208Z Compiling pest_derive v2.8.6
14802026-03-24T17:03:49.285Z Compiling scroll_derive v0.13.1
14812026-03-24T17:03:49.384Z Compiling tracing v0.1.44
14822026-03-24T17:03:49.726Z Compiling darling_core v0.20.11
14832026-03-24T17:03:49.728Z Compiling dyn-clone v1.0.20
14842026-03-24T17:03:49.910Z Compiling tower-service v0.3.3
14852026-03-24T17:03:50.027Z Compiling tinyvec_macros v0.1.1
14862026-03-24T17:03:50.047Z Compiling atomic-waker v1.1.2
14872026-03-24T17:03:50.113Z Compiling tower-layer v0.3.3
14882026-03-24T17:03:50.197Z Compiling rustls v0.23.37
14892026-03-24T17:03:50.314Z Compiling try-lock v0.2.5
14902026-03-24T17:03:50.333Z Compiling scroll v0.13.0
14912026-03-24T17:03:50.406Z Compiling tinyvec v1.10.0
14922026-03-24T17:03:50.444Z Compiling want v0.3.1
14932026-03-24T17:03:50.671Z Compiling tokio-util v0.7.18
14942026-03-24T17:03:51.109Z Compiling ipnet v2.11.0
14952026-03-24T17:03:51.431Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-24T17:03:51.798Z Compiling h2 v0.4.13
14972026-03-24T17:03:51.924Z Compiling spin v0.9.8
14982026-03-24T17:03:52.096Z Compiling aho-corasick v1.1.4
14992026-03-24T17:03:52.184Z Compiling num-conv v0.2.0
15002026-03-24T17:03:52.354Z Compiling time-core v0.1.8
15012026-03-24T17:03:52.505Z Compiling pin-utils v0.1.0
15022026-03-24T17:03:52.542Z Compiling httpdate v1.0.3
15032026-03-24T17:03:52.596Z Compiling crc32fast v1.5.0
15042026-03-24T17:03:52.822Z Compiling foreign-types-shared v0.1.1
15052026-03-24T17:03:52.930Z Compiling openssl v0.10.75
15062026-03-24T17:03:52.941Z Compiling powerfmt v0.2.0
15072026-03-24T17:03:53.008Z Compiling darling_macro v0.20.11
15082026-03-24T17:03:53.203Z Compiling regex-automata v0.4.14
15092026-03-24T17:03:53.247Z Compiling deranged v0.5.8
15102026-03-24T17:03:53.524Z Compiling foreign-types v0.3.2
15112026-03-24T17:03:53.579Z Compiling darling v0.20.11
15122026-03-24T17:03:53.621Z Compiling tempfile v3.25.0
15132026-03-24T17:03:53.984Z Compiling time-macros v0.2.27
15142026-03-24T17:03:54.422Z Compiling goblin v0.10.5
15152026-03-24T17:03:55.104Z Compiling thiserror-impl v1.0.69
15162026-03-24T17:03:55.263Z Compiling openssl-macros v0.1.1
15172026-03-24T17:03:55.771Z Compiling wait-timeout v0.2.1
15182026-03-24T17:03:56.114Z Compiling hyper v1.8.1
15192026-03-24T17:03:56.551Z Compiling simd-adler32 v0.3.8
15202026-03-24T17:03:56.793Z Compiling bit-vec v0.8.0
15212026-03-24T17:03:56.867Z Compiling usdt-impl v0.6.0
15222026-03-24T17:03:57.086Z Compiling native-tls v0.2.18
15232026-03-24T17:03:57.120Z Compiling either v1.15.0
15242026-03-24T17:03:57.167Z Compiling siphasher v1.0.2
15252026-03-24T17:03:57.329Z Compiling quick-error v1.2.3
15262026-03-24T17:03:57.388Z Compiling num_threads v0.1.7
15272026-03-24T17:03:57.442Z Compiling rusty-fork v0.3.1
15282026-03-24T17:03:57.488Z Compiling time v0.3.47
15292026-03-24T17:03:57.505Z Compiling bit-set v0.8.0
15302026-03-24T17:03:57.715Z Compiling hyper-util v0.1.20
15312026-03-24T17:03:57.851Z Compiling thiserror v1.0.69
15322026-03-24T17:03:58.237Z Compiling dof v0.4.0
15332026-03-24T17:03:58.922Z Compiling derive_builder_core v0.20.2
15342026-03-24T17:03:59.842Z Compiling unicode-normalization v0.1.25
15352026-03-24T17:03:59.846Z Compiling crossbeam-epoch v0.9.18
15362026-03-24T17:03:59.961Z Compiling dtrace-parser v0.3.0
15372026-03-24T17:04:00.071Z Compiling rustls-native-certs v0.8.3
15382026-03-24T17:04:00.302Z Compiling signature v2.2.0
15392026-03-24T17:04:00.407Z Compiling scroll_derive v0.12.1
15402026-03-24T17:04:00.436Z Compiling heapless v0.7.17
15412026-03-24T17:04:00.443Z Compiling rand_xorshift v0.4.0
15422026-03-24T17:04:00.508Z Compiling darling_core v0.21.3
15432026-03-24T17:04:00.628Z Compiling slog v2.8.2
15442026-03-24T17:04:00.767Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-24T17:04:00.894Z Compiling sync_wrapper v1.0.2
15462026-03-24T17:04:01.025Z Compiling thread-id v5.1.0
15472026-03-24T17:04:01.029Z Compiling cookie v0.18.1
15482026-03-24T17:04:01.127Z Compiling rayon-core v1.13.0
15492026-03-24T17:04:01.133Z Compiling zstd-safe v7.2.4
15502026-03-24T17:04:01.262Z Compiling unarray v0.1.4
15512026-03-24T17:04:01.296Z Compiling unicode-properties v0.1.4
15522026-03-24T17:04:01.327Z Compiling unicode-segmentation v1.12.0
15532026-03-24T17:04:01.363Z Compiling paste v1.0.15
15542026-03-24T17:04:01.394Z Compiling signal-hook v0.3.18
15552026-03-24T17:04:01.567Z Compiling adler2 v2.0.1
15562026-03-24T17:04:01.620Z Compiling unicode-bidi v0.3.18
15572026-03-24T17:04:01.697Z Compiling anyhow v1.0.102
15582026-03-24T17:04:01.781Z Compiling miniz_oxide v0.8.9
15592026-03-24T17:04:01.859Z Compiling proptest v1.10.0
15602026-03-24T17:04:02.143Z Compiling stringprep v0.1.5
15612026-03-24T17:04:02.349Z Compiling scroll v0.12.0
15622026-03-24T17:04:02.687Z Compiling tower v0.5.3
15632026-03-24T17:04:02.806Z Compiling crossbeam-deque v0.8.6
15642026-03-24T17:04:02.980Z Compiling derive_builder_macro v0.20.2
15652026-03-24T17:04:03.043Z Compiling ipnetwork v0.21.1
15662026-03-24T17:04:03.161Z Compiling http-body-util v0.1.3
15672026-03-24T17:04:03.190Z Compiling webpki-roots v1.0.6
15682026-03-24T17:04:03.315Z Compiling rand_chacha v0.3.1
15692026-03-24T17:04:03.367Z Compiling erased-serde v0.3.31
15702026-03-24T17:04:03.474Z Compiling toml_datetime v0.6.11
15712026-03-24T17:04:03.549Z Compiling serde_spanned v0.6.9
15722026-03-24T17:04:03.619Z Compiling serde_tokenstream v0.2.3
15732026-03-24T17:04:03.730Z Compiling md-5 v0.10.6
15742026-03-24T17:04:03.803Z Compiling zerocopy-derive v0.7.35
15752026-03-24T17:04:03.931Z Compiling curve25519-dalek v4.1.3
15762026-03-24T17:04:03.969Z Compiling vergen-lib v0.1.6
15772026-03-24T17:04:04.053Z Compiling num-integer v0.1.46
15782026-03-24T17:04:04.076Z Compiling darling_macro v0.21.3
15792026-03-24T17:04:04.195Z Compiling hash32 v0.2.1
15802026-03-24T17:04:04.337Z Compiling ff v0.13.1
15812026-03-24T17:04:04.352Z Compiling memoffset v0.9.1
15822026-03-24T17:04:04.436Z Compiling ryu v1.0.23
15832026-03-24T17:04:04.483Z Compiling rustix v0.38.44
15842026-03-24T17:04:04.500Z Compiling cfg_aliases v0.2.1
15852026-03-24T17:04:04.584Z Compiling ref-cast v1.0.25
15862026-03-24T17:04:04.606Z Compiling psl-types v2.0.11
15872026-03-24T17:04:04.663Z Compiling num-bigint-dig v0.8.6
15882026-03-24T17:04:04.687Z Compiling fallible-iterator v0.2.0
15892026-03-24T17:04:04.758Z Compiling base16ct v0.2.0
15902026-03-24T17:04:04.896Z Compiling smoltcp v0.9.1
15912026-03-24T17:04:04.922Z Compiling iri-string v0.7.10
15922026-03-24T17:04:04.967Z Compiling litrs v1.0.0
15932026-03-24T17:04:04.979Z Compiling zlib-rs v0.6.2
15942026-03-24T17:04:05.050Z Compiling zerocopy v0.7.35
15952026-03-24T17:04:05.088Z Compiling newtype-uuid v1.3.2
15962026-03-24T17:04:05.351Z Compiling postgres-protocol v0.6.10
15972026-03-24T17:04:05.550Z Compiling sec1 v0.7.3
15982026-03-24T17:04:05.637Z Compiling document-features v0.2.12
15992026-03-24T17:04:05.959Z Compiling publicsuffix v2.3.0
16002026-03-24T17:04:05.979Z Compiling darling v0.21.3
16012026-03-24T17:04:06.088Z Compiling nix v0.31.1
16022026-03-24T17:04:06.130Z Compiling serde_urlencoded v0.7.1
16032026-03-24T17:04:06.301Z Compiling group v0.13.0
16042026-03-24T17:04:06.518Z Compiling num-iter v0.1.45
16052026-03-24T17:04:06.586Z Compiling tower-http v0.6.8
16062026-03-24T17:04:06.717Z Compiling rand v0.8.5
16072026-03-24T17:04:07.093Z Compiling derive_builder v0.20.2
16082026-03-24T17:04:07.100Z Compiling oxnet v0.1.4
16092026-03-24T17:04:07.148Z Compiling proc-macro-error v1.0.4
16102026-03-24T17:04:07.236Z Compiling tokio-native-tls v0.3.1
16112026-03-24T17:04:07.444Z Compiling goblin v0.8.2
16122026-03-24T17:04:08.218Z Compiling heck v0.4.1
16132026-03-24T17:04:08.250Z Compiling phf_shared v0.13.1
16142026-03-24T17:04:08.258Z Compiling hubpack_derive v0.1.1
16152026-03-24T17:04:08.523Z Compiling regex v1.12.3
16162026-03-24T17:04:08.578Z Compiling lazy_static v1.5.0
16172026-03-24T17:04:08.690Z Compiling cargo-platform v0.1.9
16182026-03-24T17:04:08.734Z Compiling hkdf v0.12.4
16192026-03-24T17:04:08.900Z Compiling crypto-bigint v0.5.5
16202026-03-24T17:04:08.954Z Compiling daft-derive v0.1.5
16212026-03-24T17:04:09.015Z Compiling async-trait v0.1.89
16222026-03-24T17:04:09.090Z Compiling ref-cast-impl v1.0.25
16232026-03-24T17:04:09.678Z Compiling flate2 v1.1.9
16242026-03-24T17:04:09.777Z Compiling strum_macros v0.27.2
16252026-03-24T17:04:09.898Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-24T17:04:10.235Z Compiling terminal_size v0.4.3
16272026-03-24T17:04:10.476Z Compiling vergen v9.0.6
16282026-03-24T17:04:10.547Z Compiling fs-err v3.3.0
16292026-03-24T17:04:10.632Z Compiling ahash v0.8.12
16302026-03-24T17:04:10.700Z Compiling bitflags v1.3.2
16312026-03-24T17:04:10.740Z Compiling libbz2-rs-sys v0.2.2
16322026-03-24T17:04:10.785Z Compiling foldhash v0.1.5
16332026-03-24T17:04:10.889Z Compiling winnow v0.5.40
16342026-03-24T17:04:11.009Z Compiling object v0.37.3
16352026-03-24T17:04:11.344Z Compiling managed v0.8.0
16362026-03-24T17:04:11.632Z Compiling bumpalo v3.20.2
16372026-03-24T17:04:11.764Z Compiling clap_builder v4.5.60
16382026-03-24T17:04:11.978Z Compiling zopfli v0.8.3
16392026-03-24T17:04:12.363Z Compiling console v0.16.2
16402026-03-24T17:04:12.542Z Compiling strum v0.27.2
16412026-03-24T17:04:12.739Z Compiling toml_edit v0.19.15
16422026-03-24T17:04:12.816Z Compiling bzip2 v0.6.1
16432026-03-24T17:04:12.842Z Compiling hashbrown v0.15.5
16442026-03-24T17:04:13.135Z Compiling dof v0.3.0
16452026-03-24T17:04:13.213Z Compiling elliptic-curve v0.13.8
16462026-03-24T17:04:13.573Z Compiling daft v0.1.5
16472026-03-24T17:04:13.837Z Compiling cargo_metadata v0.19.2
16482026-03-24T17:04:13.905Z Compiling hubpack v0.1.2
16492026-03-24T17:04:14.203Z Compiling zone_cfg_derive v0.3.1
16502026-03-24T17:04:15.024Z Compiling phf v0.13.1
16512026-03-24T17:04:15.238Z Compiling signal-hook-mio v0.2.5
16522026-03-24T17:04:15.740Z Compiling cookie_store v0.22.1
16532026-03-24T17:04:15.888Z Compiling zstd v0.13.3
16542026-03-24T17:04:16.185Z Compiling rayon v1.11.0
16552026-03-24T17:04:16.226Z Compiling hyper-tls v0.6.0
16562026-03-24T17:04:16.246Z Compiling bzip2 v0.4.4
16572026-03-24T17:04:16.476Z Compiling serde_with_macros v3.17.0
16582026-03-24T17:04:16.552Z Compiling postgres-types v0.2.12
16592026-03-24T17:04:16.633Z Compiling usdt-attr-macro v0.6.0
16602026-03-24T17:04:16.862Z Compiling usdt-macro v0.6.0
16612026-03-24T17:04:17.298Z Compiling ed25519 v2.2.3
16622026-03-24T17:04:17.674Z Compiling dtrace-parser v0.2.0
16632026-03-24T17:04:17.821Z Compiling phf_shared v0.11.3
16642026-03-24T17:04:17.977Z Compiling itertools v0.12.1
16652026-03-24T17:04:18.032Z Compiling bstr v1.12.1
16662026-03-24T17:04:18.062Z Compiling pkcs1 v0.7.5
16672026-03-24T17:04:18.544Z Compiling hex v0.4.3
16682026-03-24T17:04:18.633Z Compiling serde-big-array v0.5.1
16692026-03-24T17:04:18.732Z Compiling rfc6979 v0.4.0
16702026-03-24T17:04:18.732Z Compiling clap_derive v4.5.55
16712026-03-24T17:04:18.811Z Compiling enum-as-inner v0.6.1
16722026-03-24T17:04:18.905Z Compiling serde_repr v0.1.20
16732026-03-24T17:04:18.905Z Compiling strum_macros v0.26.4
16742026-03-24T17:04:18.944Z Compiling float-cmp v0.10.0
16752026-03-24T17:04:19.129Z Compiling thread-id v4.2.2
16762026-03-24T17:04:19.224Z Compiling memmap2 v0.9.10
16772026-03-24T17:04:19.399Z Compiling env_filter v1.0.0
16782026-03-24T17:04:19.459Z Compiling encoding_rs v0.8.35
16792026-03-24T17:04:19.528Z Compiling precomputed-hash v0.1.1
16802026-03-24T17:04:19.631Z Compiling new_debug_unreachable v1.0.6
16812026-03-24T17:04:19.675Z Compiling normalize-line-endings v0.3.0
16822026-03-24T17:04:19.715Z Compiling jiff v0.2.21
16832026-03-24T17:04:19.781Z Compiling whoami v2.1.0
16842026-03-24T17:04:19.833Z Compiling predicates-core v1.0.10
16852026-03-24T17:04:20.068Z Compiling rustc-hash v2.1.1
16862026-03-24T17:04:20.242Z Compiling keccak v0.1.6
16872026-03-24T17:04:20.328Z Compiling fixedbitset v0.4.2
16882026-03-24T17:04:20.595Z Compiling mime v0.3.17
16892026-03-24T17:04:21.050Z Compiling static_assertions v1.1.0
16902026-03-24T17:04:21.121Z Compiling fixedbitset v0.5.7
16912026-03-24T17:04:21.121Z Compiling unit-prefix v0.5.2
16922026-03-24T17:04:21.268Z Compiling data-encoding v2.10.0
16932026-03-24T17:04:21.269Z Compiling difflib v0.4.0
16942026-03-24T17:04:21.306Z Compiling petgraph v0.8.3
16952026-03-24T17:04:21.440Z Compiling strum v0.26.3
16962026-03-24T17:04:21.535Z Compiling toml_edit v0.22.27
16972026-03-24T17:04:21.574Z Compiling predicates v3.1.4
16982026-03-24T17:04:21.616Z Compiling indicatif v0.18.4
16992026-03-24T17:04:22.070Z Compiling hickory-proto v0.25.2
17002026-03-24T17:04:22.237Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T17:04:22.524Z Compiling clap v4.5.60
17022026-03-24T17:04:22.622Z Compiling petgraph v0.6.5
17032026-03-24T17:04:22.814Z Compiling sha3 v0.10.8
17042026-03-24T17:04:23.346Z Compiling iddqd v0.3.17
17052026-03-24T17:04:24.175Z Compiling zip v4.6.1
17062026-03-24T17:04:24.603Z Compiling tokio-postgres v0.7.16
17072026-03-24T17:04:24.872Z Compiling string_cache v0.8.9
17082026-03-24T17:04:25.148Z Compiling env_logger v0.11.9
17092026-03-24T17:04:25.295Z Compiling zone v0.3.1
17102026-03-24T17:04:25.367Z Compiling usdt v0.6.0
17112026-03-24T17:04:28.675Z Compiling usdt-impl v0.5.0
17122026-03-24T17:04:28.675Z Compiling ecdsa v0.16.9
17132026-03-24T17:04:28.676Z Compiling serde_with v3.17.0
17142026-03-24T17:04:28.676Z Compiling similar v2.7.0
17152026-03-24T17:04:28.676Z Compiling rsa v0.9.10
17162026-03-24T17:04:28.676Z Compiling crossterm v0.28.1
17172026-03-24T17:04:28.676Z Compiling ed25519-dalek v2.2.0
17182026-03-24T17:04:28.676Z Compiling zip v0.6.6
17192026-03-24T17:04:28.676Z Compiling toml v0.7.8
17202026-03-24T17:04:28.676Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-24T17:04:28.676Z Compiling itertools v0.13.0
17222026-03-24T17:04:28.744Z Compiling tokio-stream v0.1.18
17232026-03-24T17:04:28.815Z Compiling buf-list v1.1.2
17242026-03-24T17:04:29.135Z Compiling x509-cert v0.2.5
17252026-03-24T17:04:29.156Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-24T17:04:29.177Z Compiling openapiv3 v2.2.0
17272026-03-24T17:04:29.378Z Compiling sha1 v0.10.6
17282026-03-24T17:04:29.534Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-24T17:04:29.587Z Compiling peg-runtime v0.8.5
17302026-03-24T17:04:29.939Z Compiling lalrpop-util v0.19.12
17312026-03-24T17:04:29.964Z Compiling thread_local v1.1.9
17322026-03-24T17:04:30.132Z Compiling slog-async v2.8.0
17332026-03-24T17:04:30.151Z Compiling crossbeam-channel v0.5.15
17342026-03-24T17:04:30.239Z Compiling futures-executor v0.3.32
17352026-03-24T17:04:30.425Z Compiling is-terminal v0.4.17
17362026-03-24T17:04:30.573Z Compiling filetime v0.2.27
17372026-03-24T17:04:30.592Z Compiling term v1.2.1
17382026-03-24T17:04:30.592Z Compiling xattr v1.6.1
17392026-03-24T17:04:30.764Z Compiling take_mut v0.2.2
17402026-03-24T17:04:30.797Z Compiling tar v0.4.44
17412026-03-24T17:04:30.811Z Compiling futures v0.3.32
17422026-03-24T17:04:31.362Z Compiling slog-term v2.9.2
17432026-03-24T17:04:37.714Z Compiling rustls-webpki v0.103.9
17442026-03-24T17:04:41.714Z Compiling tokio-rustls v0.26.4
17452026-03-24T17:04:41.714Z Compiling rustls-platform-verifier v0.6.2
17462026-03-24T17:04:42.010Z Compiling hyper-rustls v0.27.7
17472026-03-24T17:04:42.255Z Compiling reqwest v0.12.28
17482026-03-24T17:04:42.303Z Compiling reqwest v0.13.2
17492026-03-24T17:04:45.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-24T17:04:45.452Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-24T17:04:49.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17522026-03-24T17:04:49.525Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Starting download, target: MaghemiteMgd
17542026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Starting download, target: Cockroach
17552026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Starting download, target: Clickhouse
17562026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Starting download, target: Console
17572026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Starting download, target: TransceiverControl
17582026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Starting download, target: DendriteStub
17592026-03-24T17:04:49.574ZMar 24 17:04:48.253 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-24T17:04:49.574ZMar 24 17:04:48.254 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-24T17:04:49.574ZMar 24 17:04:48.254 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-24T17:04:49.574ZMar 24 17:04:48.254 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-24T17:04:49.574ZMar 24 17:04:48.254 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-24T17:04:49.574ZMar 24 17:04:48.254 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-24T17:04:50.664ZMar 24 17:04:49.428 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-24T17:04:51.065ZMar 24 17:04:49.809 INFO Download complete, target: Console
17672026-03-24T17:04:51.661ZMar 24 17:04:50.419 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-24T17:04:51.738ZMar 24 17:04:50.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-03-24T17:04:52.084ZMar 24 17:04:50.823 INFO Download complete, target: TransceiverControl
17702026-03-24T17:04:55.513ZMar 24 17:04:54.273 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-24T17:04:56.025ZMar 24 17:04:54.791 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-24T17:04:59.094ZMar 24 17:04:57.868 INFO Download complete, target: DendriteStub
17732026-03-24T17:04:59.664ZMar 24 17:04:58.367 INFO Download complete, target: MaghemiteMgd
17742026-03-24T17:04:59.710ZMar 24 17:04:58.452 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-24T17:04:59.710ZMar 24 17:04:58.452 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-24T17:05:03.031ZMar 24 17:05:01.678 INFO Checking that binary works, target: Clickhouse
17772026-03-24T17:05:03.113ZMar 24 17:05:01.779 INFO Download complete, target: Clickhouse
17782026-03-24T17:05:07.283ZMar 24 17:05:06.019 INFO Checking that binary works, target: Cockroach
17792026-03-24T17:05:07.411ZMar 24 17:05:06.128 INFO Download complete, target: Cockroach
17802026-03-24T17:05:07.522ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-24T17:05:07.522Z
17822026-03-24T17:05:07.522Zreal 4:01.506505060
17832026-03-24T17:05:07.522Zuser 10:21.375260703
17842026-03-24T17:05:07.522Zsys 1:46.664967088
17852026-03-24T17:05:07.522Ztrap 0.327791126
17862026-03-24T17:05:07.522Ztflt 0.683751672
17872026-03-24T17:05:07.522Zdflt 0.510093419
17882026-03-24T17:05:07.522Zkflt 0.021881262
17892026-03-24T17:05:07.522Zlock 32:23.816814587
17902026-03-24T17:05:07.522Zslp 29:09.649494684
17912026-03-24T17:05:07.522Zlat 55.982607645
17922026-03-24T17:05:07.523Zstop 2:41.171690699
17932026-03-24T17:05:07.523Z+ banner hack-check
17942026-03-24T17:05:07.523Z
17952026-03-24T17:05:07.523Z # # ## #### # # #### # # ###### #### # #
17962026-03-24T17:05:07.523Z # # # # # # # # # # # # # # # # #
17972026-03-24T17:05:07.523Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-24T17:05:07.523Z # # ###### # # # # # # # # # #
17992026-03-24T17:05:07.523Z # # # # # # # # # # # # # # # # #
18002026-03-24T17:05:07.523Z # # # # #### # # #### # # ###### #### # #
18012026-03-24T17:05:07.524Z
18022026-03-24T17:05:07.524Z+ export CARGO_INCREMENTAL=0
18032026-03-24T17:05:07.524Z+ CARGO_INCREMENTAL=0
18042026-03-24T17:05:07.524Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-24T17:05:08.380Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-24T17:05:08.639Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-24T17:05:10.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18082026-03-24T17:05:12.733Z Running `target/debug/xtask check-features --ci`
18092026-03-24T17:05:12.868Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-24T17:05:12.868Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-24T17:05:12.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18122026-03-24T17:05:12.868Z Running `target/debug/xtask download cargo-hack`
18132026-03-24T17:05:12.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-24T17:05:13.146Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-24T17:05:16.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18162026-03-24T17:05:16.546Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-24T17:05:16.589ZMar 24 17:05:15.335 INFO Starting download, target: CargoHack
18182026-03-24T17:05:16.589ZMar 24 17:05:15.335 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-24T17:05:17.485ZMar 24 17:05:16.033 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-24T17:05:17.578ZMar 24 17:05:16.113 INFO Download complete, target: CargoHack
18212026-03-24T17:05:17.579Zrunning: "/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"
18222026-03-24T17:05:17.579Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-24T17:05:17.648Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-24T17:05:18.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-24T17:05:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-24T17:05:18.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-24T17:05:18.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18282026-03-24T17:05:18.388Z
18292026-03-24T17:05:18.389Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-24T17:05:19.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-24T17:05:19.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-24T17:05:19.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-24T17:05:19.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18342026-03-24T17:05:19.215Z
18352026-03-24T17:05:19.215Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-24T17:05:19.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-24T17:05:19.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-24T17:05:19.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-24T17:05:19.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18402026-03-24T17:05:19.958Z
18412026-03-24T17:05:19.958Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-24T17:05:20.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-24T17:05:20.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-24T17:05:20.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-24T17:05:20.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18462026-03-24T17:05:20.829Z
18472026-03-24T17:05:20.829Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-24T17:05:21.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-24T17:05:21.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-24T17:05:21.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-24T17:05:21.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18522026-03-24T17:05:21.530Z
18532026-03-24T17:05:21.530Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-24T17:05:22.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-24T17:05:22.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-24T17:05:22.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-24T17:05:22.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18582026-03-24T17:05:22.519Z
18592026-03-24T17:05:22.519Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-24T17:05:25.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-24T17:05:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-24T17:05:25.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-24T17:05:25.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18642026-03-24T17:05:25.911Z
18652026-03-24T17:05:25.911Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-24T17:05:25.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-24T17:05:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-24T17:05:25.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-24T17:05:25.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18702026-03-24T17:05:25.911Z
18712026-03-24T17:05:25.911Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-24T17:05:25.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-24T17:05:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-24T17:05:25.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-24T17:05:25.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18762026-03-24T17:05:25.911Z
18772026-03-24T17:05:25.911Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-24T17:05:25.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-24T17:05:25.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-24T17:05:25.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-24T17:05:25.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18822026-03-24T17:05:25.911Z
18832026-03-24T17:05:25.911Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-24T17:05:26.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-24T17:05:26.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-24T17:05:26.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-24T17:05:26.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18882026-03-24T17:05:26.231Z
18892026-03-24T17:05:26.231Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-24T17:05:26.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-24T17:05:26.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-24T17:05:26.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-24T17:05:26.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18942026-03-24T17:05:26.517Z
18952026-03-24T17:05:26.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-24T17:05:26.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-24T17:05:26.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-24T17:05:26.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-24T17:05:26.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19002026-03-24T17:05:27.067Z
19012026-03-24T17:05:27.067Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-24T17:05:27.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-24T17:05:27.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-24T17:05:27.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-24T17:05:27.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19062026-03-24T17:05:27.636Z
19072026-03-24T17:05:27.636Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-24T17:05:28.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-24T17:05:28.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-24T17:05:28.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-24T17:05:28.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19122026-03-24T17:05:28.487Z
19132026-03-24T17:05:28.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-24T17:05:29.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-24T17:05:29.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-24T17:05:29.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-24T17:05:29.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19182026-03-24T17:05:29.620Z
19192026-03-24T17:05:29.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-24T17:05:29.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-24T17:05:29.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-24T17:05:29.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-24T17:05:29.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19242026-03-24T17:05:29.621Z
19252026-03-24T17:05:29.621Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-24T17:05:30.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-24T17:05:30.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-24T17:05:30.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-24T17:05:30.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19302026-03-24T17:05:30.157Z
19312026-03-24T17:05:30.157Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-24T17:05:30.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-24T17:05:30.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-24T17:05:30.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-24T17:05:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19362026-03-24T17:05:30.917Z
19372026-03-24T17:05:30.917Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-24T17:05:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-24T17:05:31.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-24T17:05:31.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-24T17:05:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19422026-03-24T17:05:31.398Z
19432026-03-24T17:05:31.398Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-24T17:05:32.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-24T17:05:32.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-24T17:05:32.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-24T17:05:32.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19482026-03-24T17:05:32.979Z
19492026-03-24T17:05:32.979Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-24T17:05:32.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-24T17:05:32.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-24T17:05:32.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-24T17:05:32.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19542026-03-24T17:05:32.979Z
19552026-03-24T17:05:32.979Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-24T17:05:33.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-24T17:05:33.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-24T17:05:33.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-24T17:05:33.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19602026-03-24T17:05:33.231Z
19612026-03-24T17:05:33.232Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-24T17:05:34.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-24T17:05:34.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-24T17:05:34.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-24T17:05:34.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19662026-03-24T17:05:34.201Z
19672026-03-24T17:05:34.201Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-24T17:05:34.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-24T17:05:34.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-24T17:05:34.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-24T17:05:34.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19722026-03-24T17:05:34.487Z
19732026-03-24T17:05:34.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-24T17:05:35.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-24T17:05:35.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-24T17:05:35.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-24T17:05:35.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19782026-03-24T17:05:35.105Z
19792026-03-24T17:05:35.105Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-24T17:05:35.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-24T17:05:35.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-24T17:05:35.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-24T17:05:35.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19842026-03-24T17:05:35.756Z
19852026-03-24T17:05:35.758Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-24T17:05:36.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-24T17:05:36.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-24T17:05:36.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-24T17:05:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19902026-03-24T17:05:36.768Z
19912026-03-24T17:05:36.768Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-24T17:05:36.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-24T17:05:36.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-24T17:05:36.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-24T17:05:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19962026-03-24T17:05:37.012Z
19972026-03-24T17:05:37.012Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-24T17:05:37.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-24T17:05:37.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-24T17:05:37.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-24T17:05:37.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20022026-03-24T17:05:37.689Z
20032026-03-24T17:05:37.689Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-24T17:05:38.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-24T17:05:38.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-24T17:05:38.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-24T17:05:38.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20082026-03-24T17:05:38.248Z
20092026-03-24T17:05:38.248Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-24T17:05:38.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-24T17:05:38.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-24T17:05:38.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-24T17:05:38.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20142026-03-24T17:05:38.982Z
20152026-03-24T17:05:38.982Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-24T17:05:39.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-24T17:05:39.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-24T17:05:39.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-24T17:05:39.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20202026-03-24T17:05:39.493Z
20212026-03-24T17:05:39.493Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-24T17:05:41.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-24T17:05:41.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-24T17:05:41.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-24T17:05:41.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20262026-03-24T17:05:41.720Z
20272026-03-24T17:05:41.720Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-24T17:05:41.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-24T17:05:41.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-24T17:05:41.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-24T17:05:41.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20322026-03-24T17:05:41.824Z
20332026-03-24T17:05:41.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-24T17:05:41.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-24T17:05:41.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-24T17:05:41.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-24T17:05:41.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20382026-03-24T17:05:41.824Z
20392026-03-24T17:05:41.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-24T17:05:41.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-24T17:05:41.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-24T17:05:41.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-24T17:05:41.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20442026-03-24T17:05:42.003Z
20452026-03-24T17:05:42.003Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-24T17:05:42.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-24T17:05:42.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-24T17:05:42.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-24T17:05:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20502026-03-24T17:05:42.642Z
20512026-03-24T17:05:42.642Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-24T17:05:43.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-24T17:05:43.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-24T17:05:43.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-24T17:05:43.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20562026-03-24T17:05:43.268Z
20572026-03-24T17:05:43.268Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-24T17:05:43.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-24T17:05:44.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-24T17:05:44.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-24T17:05:44.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20622026-03-24T17:05:44.067Z
20632026-03-24T17:05:44.067Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-24T17:05:44.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-24T17:05:44.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-24T17:05:44.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-24T17:05:44.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20682026-03-24T17:05:44.591Z
20692026-03-24T17:05:44.591Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-24T17:05:45.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-24T17:05:45.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-24T17:05:45.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-24T17:05:45.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20742026-03-24T17:05:45.170Z
20752026-03-24T17:05:45.170Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-24T17:05:46.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-24T17:05:46.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-24T17:05:46.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-24T17:05:46.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20802026-03-24T17:05:46.814Z
20812026-03-24T17:05:46.815Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-24T17:05:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-24T17:05:46.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-24T17:05:46.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-24T17:05:46.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20862026-03-24T17:05:46.815Z
20872026-03-24T17:05:46.815Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-24T17:05:46.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-24T17:05:46.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-24T17:05:46.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-24T17:05:46.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20922026-03-24T17:05:47.056Z
20932026-03-24T17:05:47.056Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-24T17:05:47.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-24T17:05:47.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-24T17:05:47.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-24T17:05:47.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20982026-03-24T17:05:47.680Z
20992026-03-24T17:05:47.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-24T17:05:48.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-24T17:05:48.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-24T17:05:48.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-24T17:05:48.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21042026-03-24T17:05:48.329Z
21052026-03-24T17:05:48.329Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-24T17:05:48.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-24T17:05:48.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-24T17:05:48.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-24T17:05:48.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21102026-03-24T17:05:48.959Z
21112026-03-24T17:05:48.959Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-24T17:05:49.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-24T17:05:49.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-24T17:05:50.047Z Checking cfg-if v1.0.4
21152026-03-24T17:05:50.201Z Checking libc v0.2.180
21162026-03-24T17:05:50.237Z Checking serde_core v1.0.228
21172026-03-24T17:05:50.345Z Checking memchr v2.8.0
21182026-03-24T17:05:50.374Z Checking smallvec v1.15.1
21192026-03-24T17:05:50.374Z Checking itoa v1.0.17
21202026-03-24T17:05:50.374Z Checking log v0.4.29
21212026-03-24T17:05:50.374Z Checking zeroize v1.8.2
21222026-03-24T17:05:50.374Z Checking stable_deref_trait v1.2.1
21232026-03-24T17:05:50.436Z Checking zerofrom v0.1.6
21242026-03-24T17:05:50.446Z Checking zmij v1.0.21
21252026-03-24T17:05:50.489Z Checking writeable v0.6.2
21262026-03-24T17:05:50.545Z Checking percent-encoding v2.3.2
21272026-03-24T17:05:50.582Z Checking litemap v0.8.1
21282026-03-24T17:05:50.588Z Checking yoke v0.8.1
21292026-03-24T17:05:50.700Z Checking libm v0.2.16
21302026-03-24T17:05:50.828Z Checking scopeguard v1.2.0
21312026-03-24T17:05:50.828Z Checking icu_properties_data v2.1.2
21322026-03-24T17:05:50.853Z Checking icu_normalizer_data v2.1.1
21332026-03-24T17:05:50.853Z Checking subtle v2.6.1
21342026-03-24T17:05:50.853Z Checking zerovec v0.11.5
21352026-03-24T17:05:50.853Z Checking getrandom v0.2.17
21362026-03-24T17:05:50.854Z Checking errno v0.3.14
21372026-03-24T17:05:50.890Z Checking zerotrie v0.2.3
21382026-03-24T17:05:50.913Z Checking lock_api v0.4.14
21392026-03-24T17:05:50.963Z Checking utf8_iter v1.0.4
21402026-03-24T17:05:50.983Z Checking form_urlencoded v1.2.2
21412026-03-24T17:05:51.008Z Checking rand_core v0.6.4
21422026-03-24T17:05:51.120Z Checking rand_core v0.10.0
21432026-03-24T17:05:51.140Z Checking pin-project-lite v0.2.17
21442026-03-24T17:05:51.162Z Checking portable-atomic v1.13.1
21452026-03-24T17:05:51.162Z Checking typenum v1.19.0
21462026-03-24T17:05:51.229Z Checking critical-section v1.2.0
21472026-03-24T17:05:51.257Z Checking iana-time-zone v0.1.65
21482026-03-24T17:05:51.301Z Checking getrandom v0.4.1
21492026-03-24T17:05:51.352Z Checking signal-hook-registry v1.4.8
21502026-03-24T17:05:51.385Z Checking tinystr v0.8.2
21512026-03-24T17:05:51.405Z Checking potential_utf v0.1.4
21522026-03-24T17:05:51.484Z Checking parking_lot_core v0.9.12
21532026-03-24T17:05:51.568Z Checking mio v1.1.1
21542026-03-24T17:05:51.582Z Checking icu_collections v2.1.1
21552026-03-24T17:05:51.613Z Checking icu_locale_core v2.1.1
21562026-03-24T17:05:51.660Z Checking num-traits v0.2.19
21572026-03-24T17:05:51.734Z Checking parking_lot v0.12.5
21582026-03-24T17:05:51.769Z Checking once_cell v1.21.3
21592026-03-24T17:05:51.887Z Checking generic-array v0.14.7
21602026-03-24T17:05:51.942Z Checking socket2 v0.6.2
21612026-03-24T17:05:51.972Z Checking zerocopy v0.8.40
21622026-03-24T17:05:52.016Z Checking futures-core v0.3.32
21632026-03-24T17:05:52.029Z Checking dyn-clone v1.0.20
21642026-03-24T17:05:52.148Z Checking equivalent v1.0.2
21652026-03-24T17:05:52.181Z Checking allocator-api2 v0.2.21
21662026-03-24T17:05:52.469Z Checking foldhash v0.2.0
21672026-03-24T17:05:52.489Z Checking const-oid v0.9.6
21682026-03-24T17:05:52.489Z Checking serde v1.0.228
21692026-03-24T17:05:52.489Z Checking serde_json v1.0.149
21702026-03-24T17:05:52.489Z Checking icu_provider v2.1.1
21712026-03-24T17:05:52.489Z Checking bitflags v2.11.0
21722026-03-24T17:05:52.548Z Checking crypto-common v0.1.7
21732026-03-24T17:05:52.579Z Checking uuid v1.21.0
21742026-03-24T17:05:52.669Z Checking semver v1.0.27
21752026-03-24T17:05:52.691Z Checking hashbrown v0.16.1
21762026-03-24T17:05:52.752Z Checking icu_normalizer v2.1.1
21772026-03-24T17:05:53.098Z Checking bytes v1.11.1
21782026-03-24T17:05:53.215Z Checking icu_properties v2.1.2
21792026-03-24T17:05:53.216Z Checking chrono v0.4.44
21802026-03-24T17:05:53.241Z Checking futures-sink v0.3.32
21812026-03-24T17:05:53.347Z Checking futures-channel v0.3.32
21822026-03-24T17:05:53.360Z Checking block-buffer v0.10.4
21832026-03-24T17:05:53.360Z Checking futures-io v0.3.32
21842026-03-24T17:05:53.434Z Checking slab v0.4.12
21852026-03-24T17:05:53.472Z Checking futures-task v0.3.32
21862026-03-24T17:05:53.530Z Checking digest v0.10.7
21872026-03-24T17:05:53.551Z Checking tokio v1.49.0
21882026-03-24T17:05:53.551Z Checking thiserror v2.0.18
21892026-03-24T17:05:53.637Z Checking byteorder v1.5.0
21902026-03-24T17:05:53.826Z Checking futures-util v0.3.32
21912026-03-24T17:05:54.036Z Checking base64 v0.22.1
21922026-03-24T17:05:54.036Z Checking indexmap v2.13.0
21932026-03-24T17:05:54.036Z Checking cpufeatures v0.2.17
21942026-03-24T17:05:54.154Z Checking http v1.4.0
21952026-03-24T17:05:54.154Z Checking fnv v1.0.7
21962026-03-24T17:05:54.205Z Checking unicode-ident v1.0.24
21972026-03-24T17:05:54.205Z Checking idna_adapter v1.2.1
21982026-03-24T17:05:54.205Z Checking tracing-core v0.1.36
21992026-03-24T17:05:54.270Z Checking proc-macro2 v1.0.106
22002026-03-24T17:05:54.295Z Checking idna v1.1.0
22012026-03-24T17:05:54.561Z Checking thiserror v1.0.69
22022026-03-24T17:05:54.587Z Checking tracing v0.1.44
22032026-03-24T17:05:54.613Z Checking url v2.5.8
22042026-03-24T17:05:54.662Z Checking rustls-pki-types v1.14.0
22052026-03-24T17:05:54.676Z Checking regex-syntax v0.8.10
22062026-03-24T17:05:54.692Z Checking quote v1.0.44
22072026-03-24T17:05:55.322Z Checking untrusted v0.9.0
22082026-03-24T17:05:55.337Z Checking syn v2.0.117
22092026-03-24T17:05:55.337Z Checking ring v0.17.14
22102026-03-24T17:05:55.337Z Checking ipnet v2.11.0
22112026-03-24T17:05:55.337Z Checking schemars v0.8.22
22122026-03-24T17:05:55.428Z Checking httparse v1.10.1
22132026-03-24T17:05:57.046Z Checking http-body v1.0.1
22142026-03-24T17:05:57.051Z Checking rustix v1.1.3
22152026-03-24T17:05:57.051Z Checking ppv-lite86 v0.2.21
22162026-03-24T17:05:57.051Z Checking block-padding v0.3.3
22172026-03-24T17:05:57.051Z Checking getrandom v0.3.4
22182026-03-24T17:05:57.051Z Checking atomic-waker v1.1.2
22192026-03-24T17:05:57.052Z Checking inout v0.1.4
22202026-03-24T17:05:57.052Z Checking hmac v0.12.1
22212026-03-24T17:05:57.052Z Checking aws-lc-sys v0.37.1
22222026-03-24T17:05:57.052Z Checking aho-corasick v1.1.4
22232026-03-24T17:05:57.052Z Checking httpdate v1.0.3
22242026-03-24T17:05:57.052Z Checking openssl-probe v0.2.1
22252026-03-24T17:05:57.052Z Checking tower-service v0.3.3
22262026-03-24T17:05:57.052Z Checking powerfmt v0.2.0
22272026-03-24T17:05:57.052Z Checking tower-layer v0.3.3
22282026-03-24T17:05:57.052Z Checking try-lock v0.2.5
22292026-03-24T17:05:57.052Z Checking untrusted v0.7.1
22302026-03-24T17:05:57.052Z Checking deranged v0.5.8
22312026-03-24T17:05:57.052Z Checking want v0.3.1
22322026-03-24T17:05:57.052Z Checking cipher v0.4.4
22332026-03-24T17:05:57.052Z Checking rand_core v0.9.5
22342026-03-24T17:05:57.053Z Checking pin-utils v0.1.0
22352026-03-24T17:05:57.213Z Checking num-conv v0.2.0
22362026-03-24T17:05:57.243Z Checking aws-lc-rs v1.16.0
22372026-03-24T17:05:57.259Z Checking num_threads v0.1.7
22382026-03-24T17:05:57.259Z Checking time-core v0.1.8
22392026-03-24T17:05:57.267Z Checking base64ct v1.8.3
22402026-03-24T17:05:57.331Z Checking sha2 v0.10.9
22412026-03-24T17:05:57.355Z Checking regex-automata v0.4.14
22422026-03-24T17:05:57.423Z Checking erased-serde v0.3.31
22432026-03-24T17:05:57.563Z Checking pretty-hex v0.4.1
22442026-03-24T17:05:57.692Z Checking rand_chacha v0.9.0
22452026-03-24T17:05:57.716Z Checking fastrand v2.3.0
22462026-03-24T17:05:57.801Z Checking tokio-util v0.7.18
22472026-03-24T17:05:57.946Z Checking ryu v1.0.23
22482026-03-24T17:05:57.965Z Checking rand v0.9.2
22492026-03-24T17:05:57.999Z Checking slog v2.8.2
22502026-03-24T17:05:58.109Z Checking time v0.3.47
22512026-03-24T17:05:58.132Z Checking pem-rfc7468 v0.7.0
22522026-03-24T17:05:58.153Z Checking rustls-native-certs v0.8.3
22532026-03-24T17:05:58.267Z Checking rustls-webpki v0.103.9
22542026-03-24T17:05:58.312Z Checking ipnetwork v0.21.1
22552026-03-24T17:05:58.340Z Checking http-body-util v0.1.3
22562026-03-24T17:05:58.360Z Checking sync_wrapper v1.0.2
22572026-03-24T17:05:58.486Z Checking spin v0.9.8
22582026-03-24T17:05:58.585Z Checking flagset v0.4.7
22592026-03-24T17:05:58.607Z Checking plain v0.2.3
22602026-03-24T17:05:58.627Z Checking h2 v0.4.13
22612026-03-24T17:05:58.649Z Checking tower v0.5.3
22622026-03-24T17:05:58.737Z Checking serde_urlencoded v0.7.1
22632026-03-24T17:05:58.756Z Checking der v0.7.10
22642026-03-24T17:05:58.777Z Checking rand_chacha v0.3.1
22652026-03-24T17:05:58.838Z Checking rustls v0.23.37
22662026-03-24T17:05:59.012Z Checking webpki-roots v1.0.6
22672026-03-24T17:05:59.055Z Checking tinyvec_macros v0.1.1
22682026-03-24T17:05:59.141Z Checking iri-string v0.7.10
22692026-03-24T17:05:59.170Z Checking ucd-trie v0.1.7
22702026-03-24T17:05:59.192Z Checking tinyvec v1.10.0
22712026-03-24T17:05:59.338Z Checking pest v2.8.6
22722026-03-24T17:05:59.612Z Checking rand v0.8.5
22732026-03-24T17:05:59.677Z Checking tempfile v3.25.0
22742026-03-24T17:05:59.808Z Checking spki v0.7.3
22752026-03-24T17:05:59.916Z Checking salsa20 v0.10.2
22762026-03-24T17:05:59.950Z Checking pbkdf2 v0.12.2
22772026-03-24T17:06:00.050Z Checking foreign-types-shared v0.1.1
22782026-03-24T17:06:00.082Z Checking unicode-width v0.2.0
22792026-03-24T17:06:00.098Z Checking foreign-types v0.3.2
22802026-03-24T17:06:00.098Z Checking scrypt v0.11.0
22812026-03-24T17:06:00.185Z Checking regex v1.12.3
22822026-03-24T17:06:00.294Z Checking aes v0.8.4
22832026-03-24T17:06:00.313Z Checking cbc v0.1.2
22842026-03-24T17:06:00.394Z Checking anyhow v1.0.102
22852026-03-24T17:06:00.471Z Checking openssl-sys v0.9.111
22862026-03-24T17:06:00.568Z Checking crossbeam-utils v0.8.21
22872026-03-24T17:06:00.598Z Checking tower-http v0.6.8
22882026-03-24T17:06:00.649Z Checking oxnet v0.1.4
22892026-03-24T17:06:00.808Z Checking mime v0.3.17
22902026-03-24T17:06:00.828Z Checking pkcs5 v0.7.1
22912026-03-24T17:06:01.137Z Checking openapiv3 v2.2.0
22922026-03-24T17:06:01.165Z Checking scroll v0.12.0
22932026-03-24T17:06:01.165Z Checking encoding_rs v0.8.35
22942026-03-24T17:06:01.165Z Checking winnow v0.7.14
22952026-03-24T17:06:01.165Z Checking openssl v0.10.75
22962026-03-24T17:06:01.184Z Checking pkcs8 v0.10.2
22972026-03-24T17:06:01.275Z Checking siphasher v1.0.2
22982026-03-24T17:06:01.407Z Checking data-encoding v2.10.0
22992026-03-24T17:06:01.484Z Checking goblin v0.8.2
23002026-03-24T17:06:01.749Z Checking lazy_static v1.5.0
23012026-03-24T17:06:01.864Z Checking zerocopy v0.7.35
23022026-03-24T17:06:02.085Z Checking tokio-rustls v0.26.4
23032026-03-24T17:06:02.214Z Checking hyper v1.8.1
23042026-03-24T17:06:02.297Z Checking wait-timeout v0.2.1
23052026-03-24T17:06:02.378Z Checking anstyle v1.0.13
23062026-03-24T17:06:02.451Z Checking managed v0.8.0
23072026-03-24T17:06:02.595Z Checking utf8parse v0.2.2
23082026-03-24T17:06:02.617Z Checking bit-vec v0.8.0
23092026-03-24T17:06:02.663Z Checking psl-types v2.0.11
23102026-03-24T17:06:02.687Z Checking either v1.15.0
23112026-03-24T17:06:02.715Z Checking bitflags v1.3.2
23122026-03-24T17:06:02.750Z Checking quick-error v1.2.3
23132026-03-24T17:06:02.799Z Checking anstyle-parse v0.2.7
23142026-03-24T17:06:02.823Z Checking publicsuffix v2.3.0
23152026-03-24T17:06:02.875Z Checking rusty-fork v0.3.1
23162026-03-24T17:06:02.923Z Checking bit-set v0.8.0
23172026-03-24T17:06:02.988Z Checking dtrace-parser v0.2.0
23182026-03-24T17:06:03.016Z Checking cookie v0.18.1
23192026-03-24T17:06:03.053Z Checking unicode-normalization v0.1.25
23202026-03-24T17:06:03.090Z Checking rand_xorshift v0.4.0
23212026-03-24T17:06:03.090Z Checking sha1 v0.10.6
23222026-03-24T17:06:03.220Z Checking hex v0.4.3
23232026-03-24T17:06:03.242Z Checking thread-id v4.2.2
23242026-03-24T17:06:03.333Z Checking anstyle-query v1.1.5
23252026-03-24T17:06:03.379Z Checking unarray v0.1.4
23262026-03-24T17:06:03.380Z Checking is_terminal_polyfill v1.70.2
23272026-03-24T17:06:03.458Z Checking colorchoice v1.0.4
23282026-03-24T17:06:03.458Z Checking hyper-util v0.1.20
23292026-03-24T17:06:03.464Z Checking proptest v1.10.0
23302026-03-24T17:06:03.464Z Checking cookie_store v0.22.1
23312026-03-24T17:06:03.516Z Checking rustls-platform-verifier v0.6.2
23322026-03-24T17:06:03.535Z Checking anstream v0.6.21
23332026-03-24T17:06:03.562Z Checking crossbeam-epoch v0.9.18
23342026-03-24T17:06:03.710Z Checking terminal_size v0.4.3
23352026-03-24T17:06:03.814Z Checking scroll v0.13.0
23362026-03-24T17:06:03.856Z Checking num-integer v0.1.46
23372026-03-24T17:06:03.859Z Checking simd-adler32 v0.3.8
23382026-03-24T17:06:03.904Z Checking crossbeam-deque v0.8.6
23392026-03-24T17:06:03.931Z Checking native-tls v0.2.18
23402026-03-24T17:06:04.084Z Checking bstr v1.12.1
23412026-03-24T17:06:04.105Z Checking goblin v0.10.5
23422026-03-24T17:06:04.136Z Checking ref-cast v1.0.25
23432026-03-24T17:06:04.161Z Checking dof v0.3.0
23442026-03-24T17:06:04.178Z Checking tokio-native-tls v0.3.1
23452026-03-24T17:06:04.197Z Checking rustix v0.38.44
23462026-03-24T17:06:04.262Z Checking camino v1.2.2
23472026-03-24T17:06:04.373Z Checking crc32fast v1.5.0
23482026-03-24T17:06:04.542Z Checking usdt-impl v0.5.0
23492026-03-24T17:06:04.556Z Checking signature v2.2.0
23502026-03-24T17:06:04.618Z Checking serde_spanned v0.6.9
23512026-03-24T17:06:04.764Z Checking toml_datetime v0.6.11
23522026-03-24T17:06:04.797Z Checking ff v0.13.1
23532026-03-24T17:06:04.816Z Checking unicode-bidi v0.3.18
23542026-03-24T17:06:04.878Z Checking clap_lex v1.0.0
23552026-03-24T17:06:04.888Z Checking base16ct v0.2.0
23562026-03-24T17:06:04.888Z Checking strsim v0.11.1
23572026-03-24T17:06:05.052Z Checking unicode-properties v0.1.4
23582026-03-24T17:06:05.065Z Checking adler2 v2.0.1
23592026-03-24T17:06:05.133Z Checking clap_builder v4.5.60
23602026-03-24T17:06:05.146Z Checking hyper-rustls v0.27.7
23612026-03-24T17:06:05.167Z Checking hyper-tls v0.6.0
23622026-03-24T17:06:05.310Z Checking miniz_oxide v0.8.9
23632026-03-24T17:06:05.323Z Checking stringprep v0.1.5
23642026-03-24T17:06:05.338Z Checking sec1 v0.7.3
23652026-03-24T17:06:05.380Z Checking group v0.13.0
23662026-03-24T17:06:05.410Z Checking reqwest v0.12.28
23672026-03-24T17:06:05.479Z Checking reqwest v0.13.2
23682026-03-24T17:06:05.566Z Checking num-iter v0.1.45
23692026-03-24T17:06:05.599Z Checking rayon-core v1.13.0
23702026-03-24T17:06:05.673Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-24T17:06:05.714Z Checking dtrace-parser v0.3.0
23722026-03-24T17:06:05.934Z Checking newtype-uuid v1.3.2
23732026-03-24T17:06:06.025Z Checking hkdf v0.12.4
23742026-03-24T17:06:06.028Z Checking strum v0.26.3
23752026-03-24T17:06:06.110Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-24T17:06:06.194Z Checking hash32 v0.2.1
23772026-03-24T17:06:06.203Z Checking md-5 v0.10.6
23782026-03-24T17:06:06.207Z Checking daft v0.1.5
23792026-03-24T17:06:06.250Z Checking crypto-bigint v0.5.5
23802026-03-24T17:06:06.377Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-24T17:06:06.394Z Checking thread-id v5.1.0
23822026-03-24T17:06:06.495Z Checking unicode-segmentation v1.12.0
23832026-03-24T17:06:06.531Z Checking zlib-rs v0.6.2
23842026-03-24T17:06:06.550Z Checking fallible-iterator v0.2.0
23852026-03-24T17:06:06.587Z Checking heapless v0.7.17
23862026-03-24T17:06:06.633Z Checking zstd-safe v7.2.4
23872026-03-24T17:06:06.835Z Checking clap v4.5.60
23882026-03-24T17:06:06.848Z Checking rayon v1.11.0
23892026-03-24T17:06:06.891Z Checking itertools v0.12.1
23902026-03-24T17:06:06.915Z Checking phf_shared v0.13.1
23912026-03-24T17:06:06.929Z Checking postgres-protocol v0.6.10
23922026-03-24T17:06:07.145Z Checking console v0.16.2
23932026-03-24T17:06:07.194Z Checking curve25519-dalek v4.1.3
23942026-03-24T17:06:07.311Z Checking dof v0.4.0
23952026-03-24T17:06:07.347Z Checking memoffset v0.9.1
23962026-03-24T17:06:07.446Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-24T17:06:07.540Z Checking signal-hook v0.3.18
23982026-03-24T17:06:07.560Z Checking memmap2 v0.9.10
23992026-03-24T17:06:07.583Z Checking elliptic-curve v0.13.8
24002026-03-24T17:06:07.732Z Checking flate2 v1.1.9
24012026-03-24T17:06:07.766Z Checking unit-prefix v0.5.2
24022026-03-24T17:06:07.786Z Checking foldhash v0.1.5
24032026-03-24T17:06:07.920Z Checking toml_write v0.1.2
24042026-03-24T17:06:07.957Z Checking winnow v0.5.40
24052026-03-24T17:06:07.982Z Checking bumpalo v3.20.2
24062026-03-24T17:06:08.127Z Checking libbz2-rs-sys v0.2.2
24072026-03-24T17:06:08.147Z Checking fixedbitset v0.4.2
24082026-03-24T17:06:08.167Z Checking usdt-impl v0.6.0
24092026-03-24T17:06:08.238Z Checking toml_edit v0.22.27
24102026-03-24T17:06:08.262Z Checking zopfli v0.8.3
24112026-03-24T17:06:08.282Z Checking zone v0.3.1
24122026-03-24T17:06:08.338Z Checking petgraph v0.6.5
24132026-03-24T17:06:08.525Z Checking usdt v0.6.0
24142026-03-24T17:06:08.640Z Checking bzip2 v0.6.1
24152026-03-24T17:06:08.687Z Checking hashbrown v0.15.5
24162026-03-24T17:06:08.738Z Checking signal-hook-mio v0.2.5
24172026-03-24T17:06:08.758Z Checking bzip2 v0.4.4
24182026-03-24T17:06:08.867Z Checking nix v0.31.1
24192026-03-24T17:06:08.886Z Checking postgres-types v0.2.12
24202026-03-24T17:06:08.904Z Checking indicatif v0.18.4
24212026-03-24T17:06:08.974Z Checking phf v0.13.1
24222026-03-24T17:06:09.171Z Checking smoltcp v0.9.1
24232026-03-24T17:06:09.309Z Checking similar v2.7.0
24242026-03-24T17:06:09.335Z Checking zstd v0.13.3
24252026-03-24T17:06:09.404Z Checking num-bigint-dig v0.8.6
24262026-03-24T17:06:09.545Z Checking toml_edit v0.19.15
24272026-03-24T17:06:09.583Z Checking ed25519 v2.2.3
24282026-03-24T17:06:09.743Z Checking phf_shared v0.11.3
24292026-03-24T17:06:09.811Z Checking pkcs1 v0.7.5
24302026-03-24T17:06:09.832Z Checking tokio-stream v0.1.18
24312026-03-24T17:06:09.934Z Checking strum v0.27.2
24322026-03-24T17:06:09.988Z Checking hubpack v0.1.2
24332026-03-24T17:06:10.071Z Checking rfc6979 v0.4.0
24342026-03-24T17:06:10.092Z Checking serde-big-array v0.5.1
24352026-03-24T17:06:10.111Z Checking float-cmp v0.10.0
24362026-03-24T17:06:10.205Z Checking env_filter v1.0.0
24372026-03-24T17:06:10.225Z Checking keccak v0.1.6
24382026-03-24T17:06:10.266Z Checking static_assertions v1.1.0
24392026-03-24T17:06:10.286Z Checking rustc-hash v2.1.1
24402026-03-24T17:06:10.291Z Checking difflib v0.4.0
24412026-03-24T17:06:10.340Z Checking new_debug_unreachable v1.0.6
24422026-03-24T17:06:10.360Z Checking jiff v0.2.21
24432026-03-24T17:06:10.384Z Checking precomputed-hash v0.1.1
24442026-03-24T17:06:10.426Z Checking whoami v2.1.0
24452026-03-24T17:06:10.445Z Checking predicates-core v1.0.10
24462026-03-24T17:06:10.449Z Checking normalize-line-endings v0.3.0
24472026-03-24T17:06:10.487Z Checking fixedbitset v0.5.7
24482026-03-24T17:06:10.534Z Checking rsa v0.9.10
24492026-03-24T17:06:10.554Z Checking string_cache v0.8.9
24502026-03-24T17:06:10.573Z Checking iddqd v0.3.17
24512026-03-24T17:06:10.596Z Checking predicates v3.1.4
24522026-03-24T17:06:10.677Z Checking tokio-postgres v0.7.16
24532026-03-24T17:06:10.740Z Checking petgraph v0.8.3
24542026-03-24T17:06:10.765Z Checking sha3 v0.10.8
24552026-03-24T17:06:10.959Z Checking toml v0.7.8
24562026-03-24T17:06:10.998Z Checking env_logger v0.11.9
24572026-03-24T17:06:11.034Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24582026-03-24T17:06:11.153Z Checking ecdsa v0.16.9
24592026-03-24T17:06:11.244Z Checking ed25519-dalek v2.2.0
24602026-03-24T17:06:11.389Z Checking zip v0.6.6
24612026-03-24T17:06:11.544Z Checking crossterm v0.28.1
24622026-03-24T17:06:11.600Z Checking serde_with v3.17.0
24632026-03-24T17:06:11.728Z Checking itertools v0.13.0
24642026-03-24T17:06:11.808Z Checking hickory-proto v0.25.2
24652026-03-24T17:06:12.356Z Checking x509-cert v0.2.5
24662026-03-24T17:06:12.541Z Checking fs-err v3.3.0
24672026-03-24T17:06:12.909Z Checking ahash v0.8.12
24682026-03-24T17:06:12.929Z Checking object v0.37.3
24692026-03-24T17:06:13.124Z Checking buf-list v1.1.2
24702026-03-24T17:06:13.177Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-24T17:06:13.239Z Checking lalrpop-util v0.19.12
24722026-03-24T17:06:13.362Z Checking peg-runtime v0.8.5
24732026-03-24T17:06:13.444Z Compiling structmeta-derive v0.3.0
24742026-03-24T17:06:13.471Z Checking zip v4.6.1
24752026-03-24T17:06:13.519Z Compiling rustls v0.22.4
24762026-03-24T17:06:13.607Z Compiling newtype-uuid-macros v0.1.0
24772026-03-24T17:06:13.617Z Compiling multer v3.1.0
24782026-03-24T17:06:13.805Z Compiling async-stream-impl v0.3.6
24792026-03-24T17:06:13.922Z Checking futures-executor v0.3.32
24802026-03-24T17:06:14.098Z Checking regress v0.10.5
24812026-03-24T17:06:14.308Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-24T17:06:14.567Z Compiling dropshot v0.16.7
24832026-03-24T17:06:14.587Z Checking futures v0.3.32
24842026-03-24T17:06:14.687Z Compiling dropshot_endpoint v0.16.7
24852026-03-24T17:06:14.804Z Checking thread_local v1.1.9
24862026-03-24T17:06:14.888Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-24T17:06:14.907Z Compiling structmeta v0.3.0
24882026-03-24T17:06:15.017Z Checking crossbeam-channel v0.5.15
24892026-03-24T17:06:15.179Z Compiling derive-ex v0.1.8
24902026-03-24T17:06:15.358Z Checking is-terminal v0.4.17
24912026-03-24T17:06:15.466Z Checking term v1.2.1
24922026-03-24T17:06:15.470Z Checking take_mut v0.2.2
24932026-03-24T17:06:15.618Z Checking slog-async v2.8.0
24942026-03-24T17:06:15.637Z Compiling parse-display-derive v0.10.0
24952026-03-24T17:06:15.753Z Checking slog-term v2.9.2
24962026-03-24T17:06:15.841Z Checking rustls-webpki v0.102.8
24972026-03-24T17:06:16.021Z Checking serde_spanned v1.0.4
24982026-03-24T17:06:16.096Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-24T17:06:16.228Z Checking match_cfg v0.1.0
25002026-03-24T17:06:16.239Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-03-24T17:06:16.299Z Checking debug-ignore v1.0.5
25022026-03-24T17:06:16.311Z Checking hostname v0.3.1
25032026-03-24T17:06:16.355Z Checking toml v0.9.12+spec-1.1.0
25042026-03-24T17:06:16.409Z Checking slog-json v2.6.1
25052026-03-24T17:06:16.439Z Checking macaddr v1.0.1
25062026-03-24T17:06:16.614Z Checking slog-bunyan v2.5.0
25072026-03-24T17:06:16.672Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-24T17:06:16.752Z Checking async-stream v0.3.6
25092026-03-24T17:06:17.063Z Checking waitgroup v0.1.2
25102026-03-24T17:06:17.162Z Checking rustls-pemfile v2.2.0
25112026-03-24T17:06:17.188Z Checking serde_path_to_error v0.1.20
25122026-03-24T17:06:17.195Z Checking hostname v0.4.2
25132026-03-24T17:06:17.238Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-24T17:06:17.328Z Checking progenitor-client v0.13.0
25152026-03-24T17:06:17.359Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-03-24T17:06:17.378Z Checking progenitor-client v0.10.0
25172026-03-24T17:06:17.454Z Compiling test-strategy v0.4.5
25182026-03-24T17:06:17.530Z Compiling itertools v0.14.0
25192026-03-24T17:06:17.565Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-24T17:06:17.619Z Checking backon v1.6.0
25212026-03-24T17:06:17.654Z Checking instant v0.1.13
25222026-03-24T17:06:17.769Z Checking backoff v0.4.0
25232026-03-24T17:06:17.836Z Checking progenitor-extras v0.1.1
25242026-03-24T17:06:17.891Z Checking parse-display v0.10.0
25252026-03-24T17:06:17.988Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-24T17:06:18.075Z Checking heck v0.5.0
25272026-03-24T17:06:18.138Z Compiling crucible-workspace-hack v0.1.0
25282026-03-24T17:06:18.304Z Checking tokio-rustls v0.25.0
25292026-03-24T17:06:18.438Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-24T17:06:18.474Z Compiling heapless v0.8.0
25312026-03-24T17:06:18.612Z Compiling convert_case v0.4.0
25322026-03-24T17:06:18.846Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25332026-03-24T17:06:19.174Z Compiling derive_more v0.99.20
25342026-03-24T17:06:19.296Z Compiling ingot-macros v0.1.1
25352026-03-24T17:06:19.315Z Compiling proc-macro-crate v3.4.0
25362026-03-24T17:06:19.361Z Checking hash32 v0.3.1
25372026-03-24T17:06:19.528Z Checking secrecy v0.10.3
25382026-03-24T17:06:19.534Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-24T17:06:19.683Z Compiling smoltcp v0.11.0
25402026-03-24T17:06:19.975Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-24T17:06:20.057Z Compiling prettyplease v0.2.37
25422026-03-24T17:06:20.061Z Compiling num_enum_derive v0.7.5
25432026-03-24T17:06:20.226Z Compiling typify-impl v0.6.1
25442026-03-24T17:06:20.345Z Checking tabwriter v1.4.1
25452026-03-24T17:06:20.577Z Checking cobs v0.3.0
25462026-03-24T17:06:20.683Z Compiling foreign-types-macros v0.2.3
25472026-03-24T17:06:20.763Z Checking foreign-types-shared v0.3.1
25482026-03-24T17:06:20.969Z Compiling unsafe-libyaml v0.2.11
25492026-03-24T17:06:21.130Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502026-03-24T17:06:21.443Z Checking cpufeatures v0.3.0
25512026-03-24T17:06:21.465Z Checking num_enum v0.7.5
25522026-03-24T17:06:21.534Z Checking chacha20 v0.10.0
25532026-03-24T17:06:21.559Z Checking foreign-types v0.5.0
25542026-03-24T17:06:21.815Z Compiling serde_yaml v0.9.34+deprecated
25552026-03-24T17:06:21.835Z Checking postcard v1.1.3
25562026-03-24T17:06:22.732Z Compiling proc-macro-crate v1.3.1
25572026-03-24T17:06:22.779Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-24T17:06:23.097Z Checking ingot-types v0.1.2
25592026-03-24T17:06:23.255Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-24T17:06:23.295Z Checking cstr-argument v0.1.2
25612026-03-24T17:06:23.461Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-24T17:06:23.534Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-24T17:06:23.591Z Checking ingot v0.1.1
25642026-03-24T17:06:23.612Z Checking colored v3.1.1
25652026-03-24T17:06:23.817Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-24T17:06:23.866Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-24T17:06:23.888Z Compiling num_enum_derive v0.5.11
25682026-03-24T17:06:24.002Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-24T17:06:24.038Z Checking rand v0.10.0
25702026-03-24T17:06:25.207Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-24T17:06:25.610Z Checking num_enum v0.5.11
25722026-03-24T17:06:25.969Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-24T17:06:26.426Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-24T17:06:26.641Z Compiling typify-macro v0.6.1
25752026-03-24T17:06:26.717Z Compiling typify-impl v0.4.3
25762026-03-24T17:06:26.828Z Checking camino-tempfile v1.4.1
25772026-03-24T17:06:26.847Z Checking num-rational v0.4.2
25782026-03-24T17:06:27.413Z Checking half v2.7.1
25792026-03-24T17:06:27.429Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-24T17:06:27.576Z Checking universal-hash v0.5.1
25812026-03-24T17:06:27.768Z Checking num-complex v0.4.6
25822026-03-24T17:06:27.830Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-24T17:06:28.076Z Checking opaque-debug v0.3.1
25842026-03-24T17:06:28.167Z Checking ciborium-io v0.2.2
25852026-03-24T17:06:28.204Z Checking poly1305 v0.8.0
25862026-03-24T17:06:28.224Z Checking num v0.4.3
25872026-03-24T17:06:28.302Z Checking ciborium-ll v0.2.2
25882026-03-24T17:06:28.409Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25892026-03-24T17:06:28.415Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25902026-03-24T17:06:28.510Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-03-24T17:06:28.538Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25922026-03-24T17:06:28.769Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25932026-03-24T17:06:28.950Z Checking toml v0.8.23
25942026-03-24T17:06:28.969Z Compiling typify v0.6.1
25952026-03-24T17:06:28.993Z Checking thiserror-no-std v2.0.2
25962026-03-24T17:06:29.106Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-24T17:06:29.109Z Checking byte-wrapper v0.1.0
25982026-03-24T17:06:29.158Z Checking password-hash v0.5.0
25992026-03-24T17:06:29.387Z Checking chacha20 v0.9.1
26002026-03-24T17:06:29.466Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-24T17:06:29.638Z Compiling usdt-macro v0.5.0
26022026-03-24T17:06:29.779Z Compiling usdt-attr-macro v0.5.0
26032026-03-24T17:06:29.791Z Checking smf v0.2.3
26042026-03-24T17:06:30.126Z Checking blake2 v0.10.6
26052026-03-24T17:06:30.245Z Checking aead v0.5.2
26062026-03-24T17:06:30.421Z Checking sigpipe v0.1.3
26072026-03-24T17:06:30.422Z Checking memmap v0.7.0
26082026-03-24T17:06:30.524Z Compiling num-derive v0.4.2
26092026-03-24T17:06:30.578Z Checking glob v0.3.3
26102026-03-24T17:06:30.610Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-24T17:06:30.778Z Checking float-ord v0.3.2
26122026-03-24T17:06:30.816Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-24T17:06:30.942Z Checking usdt v0.5.0
26142026-03-24T17:06:30.955Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-03-24T17:06:31.080Z Checking chacha20poly1305 v0.10.1
26162026-03-24T17:06:31.125Z Checking argon2 v0.5.3
26172026-03-24T17:06:31.182Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-24T17:06:31.250Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26192026-03-24T17:06:31.449Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-24T17:06:31.577Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-24T17:06:31.728Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-24T17:06:31.778Z Checking vsss-rs v3.3.4
26232026-03-24T17:06:32.023Z Compiling progenitor-impl v0.13.0
26242026-03-24T17:06:32.461Z Checking ciborium v0.2.2
26252026-03-24T17:06:32.718Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-24T17:06:32.858Z Checking indent_write v2.2.0
26272026-03-24T17:06:33.015Z Compiling typify-macro v0.4.3
26282026-03-24T17:06:33.052Z Compiling semver v0.1.20
26292026-03-24T17:06:33.056Z Checking whoami v1.6.1
26302026-03-24T17:06:33.182Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-03-24T17:06:33.201Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26322026-03-24T17:06:33.318Z Compiling rustc_version v0.1.7
26332026-03-24T17:06:33.393Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-24T17:06:33.611Z Compiling pin-project-internal v1.1.11
26352026-03-24T17:06:34.364Z Compiling minimal-lexical v0.2.1
26362026-03-24T17:06:34.664Z Checking linked-hash-map v0.5.6
26372026-03-24T17:06:34.699Z Checking swrite v0.1.0
26382026-03-24T17:06:34.818Z Compiling nom v7.1.3
26392026-03-24T17:06:34.855Z Compiling newtype_derive v0.1.6
26402026-03-24T17:06:34.888Z Checking lru-cache v0.1.2
26412026-03-24T17:06:35.178Z Checking pin-project v1.1.11
26422026-03-24T17:06:35.288Z Checking newline-converter v0.3.0
26432026-03-24T17:06:35.387Z Compiling typify v0.4.3
26442026-03-24T17:06:35.463Z Checking atomicwrites v0.4.4
26452026-03-24T17:06:35.472Z Checking hickory-proto v0.24.4
26462026-03-24T17:06:35.595Z Checking phf_shared v0.12.1
26472026-03-24T17:06:35.732Z Compiling progenitor-macro v0.13.0
26482026-03-24T17:06:35.739Z Checking console v0.15.11
26492026-03-24T17:06:35.782Z Checking pem v3.0.6
26502026-03-24T17:06:36.004Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26512026-03-24T17:06:36.118Z Checking csv-core v0.1.13
26522026-03-24T17:06:36.498Z Compiling snafu-derive v0.8.9
26532026-03-24T17:06:36.692Z Compiling derive-where v1.6.0
26542026-03-24T17:06:36.806Z Compiling async-recursion v1.1.1
26552026-03-24T17:06:37.661Z Compiling slog-dtrace v0.3.0
26562026-03-24T17:06:37.796Z Checking unicode-width v0.1.14
26572026-03-24T17:06:37.902Z Checking highway v1.3.0
26582026-03-24T17:06:38.108Z Checking same-file v1.0.6
26592026-03-24T17:06:38.210Z Compiling owo-colors v4.3.0
26602026-03-24T17:06:38.293Z Compiling chrono-tz v0.10.4
26612026-03-24T17:06:38.422Z Compiling cancel-safe-futures v0.1.5
26622026-03-24T17:06:38.507Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632026-03-24T17:06:38.605Z Checking resolv-conf v0.7.6
26642026-03-24T17:06:38.795Z Checking walkdir v2.5.0
26652026-03-24T17:06:38.839Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26662026-03-24T17:06:38.861Z Checking hickory-resolver v0.24.4
26672026-03-24T17:06:39.010Z Compiling const_format_proc_macros v0.2.34
26682026-03-24T17:06:39.173Z Checking snafu v0.8.9
26692026-03-24T17:06:39.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-24T17:06:39.868Z Checking csv v1.4.0
26712026-03-24T17:06:39.952Z Checking expectorate v1.2.0
26722026-03-24T17:06:40.017Z Checking phf v0.12.1
26732026-03-24T17:06:40.143Z Compiling progenitor-impl v0.10.0
26742026-03-24T17:06:40.201Z Checking tokio-dtrace v0.1.1
26752026-03-24T17:06:40.230Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-24T17:06:40.348Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-24T17:06:40.414Z Checking globset v0.4.18
26782026-03-24T17:06:40.951Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-03-24T17:06:40.951Z Checking olpc-cjson v0.1.4
26802026-03-24T17:06:40.951Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-24T17:06:40.978Z Checking libsw-core v0.3.2
26822026-03-24T17:06:41.053Z Checking serde_plain v1.0.2
26832026-03-24T17:06:41.130Z Checking arc-swap v1.8.2
26842026-03-24T17:06:41.158Z Compiling lzma-sys v0.1.20
26852026-03-24T17:06:41.220Z Checking bytecount v0.6.9
26862026-03-24T17:06:41.374Z Checking utf-8 v0.7.6
26872026-03-24T17:06:41.528Z Checking typed-path v0.9.3
26882026-03-24T17:06:41.722Z Checking tungstenite v0.21.0
26892026-03-24T17:06:42.258Z Checking slog-scope v4.4.1
26902026-03-24T17:06:42.391Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-24T17:06:42.403Z Checking papergrid v0.11.0
26922026-03-24T17:06:42.473Z Checking libsw v3.5.0
26932026-03-24T17:06:42.806Z Checking tough v0.20.0
26942026-03-24T17:06:42.897Z Checking oxide-tokio-rt v0.1.3
26952026-03-24T17:06:42.897Z Checking progenitor v0.13.0
26962026-03-24T17:06:42.956Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26972026-03-24T17:06:46.591Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26982026-03-24T17:06:46.591Z Checking const_format v0.2.35
26992026-03-24T17:06:46.659Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-24T17:06:46.659Z Compiling progenitor-macro v0.10.0
27012026-03-24T17:06:46.659Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-03-24T17:06:46.659Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-24T17:06:46.659Z Checking qorb v0.4.1
27042026-03-24T17:06:46.660Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-24T17:06:46.660Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-24T17:06:46.660Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-24T17:06:46.660Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-24T17:06:46.711Z Compiling cargo_toml v0.22.3
27092026-03-24T17:06:46.711Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-24T17:06:46.711Z Checking gethostname v0.5.0
27112026-03-24T17:06:46.711Z Compiling tabled_derive v0.7.0
27122026-03-24T17:06:46.711Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-24T17:06:46.711Z Checking bcs v0.1.6
27142026-03-24T17:06:46.711Z Checking unicode-linebreak v0.1.5
27152026-03-24T17:06:46.711Z Checking smawk v0.3.2
27162026-03-24T17:06:46.712Z Checking linear-map v1.2.0
27172026-03-24T17:06:46.712Z Checking termtree v0.5.1
27182026-03-24T17:06:46.712Z Checking textwrap v0.16.2
27192026-03-24T17:06:46.762Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27202026-03-24T17:06:46.762Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27212026-03-24T17:06:46.823Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27222026-03-24T17:06:47.372Z Checking tabled v0.15.0
27232026-03-24T17:06:47.408Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27242026-03-24T17:06:47.969Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-24T17:06:48.426Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-24T17:06:48.434Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-24T17:06:48.957Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-24T17:06:49.022Z Checking steno v0.4.1
27292026-03-24T17:06:49.022Z Checking slog-stdlog v4.1.1
27302026-03-24T17:06:49.128Z Checking tokio-tungstenite v0.21.0
27312026-03-24T17:06:49.541Z Checking typeid v1.0.3
27322026-03-24T17:06:49.641Z Checking base64 v0.21.7
27332026-03-24T17:06:49.676Z Checking humantime v2.3.0
27342026-03-24T17:06:49.703Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-24T17:06:49.928Z Checking ron v0.12.0
27362026-03-24T17:06:49.951Z Checking xz2 v0.1.7
27372026-03-24T17:06:51.474Z Checking slog-envlogger v2.2.0
27382026-03-24T17:06:51.569Z Checking yasna v0.5.2
27392026-03-24T17:06:51.569Z Checking headers-core v0.3.0
27402026-03-24T17:06:51.569Z Checking filetime v0.2.27
27412026-03-24T17:06:51.569Z Checking xattr v1.6.1
27422026-03-24T17:06:51.569Z Checking base16ct v1.0.0
27432026-03-24T17:06:51.569Z Checking progenitor v0.10.0
27442026-03-24T17:06:51.569Z Checking tar v0.4.44
27452026-03-24T17:06:51.569Z Checking rcgen v0.12.1
27462026-03-24T17:06:51.569Z Checking headers v0.4.1
27472026-03-24T17:06:51.569Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27482026-03-24T17:06:51.569Z Checking subprocess v0.2.15
27492026-03-24T17:06:58.751Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-24T17:07:07.108Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-24T17:07:08.925Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-24T17:07:10.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27532026-03-24T17:07:10.730Z
27542026-03-24T17:07:10.730Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27552026-03-24T17:07:11.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-24T17:07:11.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-24T17:07:11.767Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-24T17:07:13.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
27592026-03-24T17:07:13.719Z
27602026-03-24T17:07:13.719Zinfo: running `cargo check --bins` on nexus-config (51/267)
27612026-03-24T17:07:14.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-24T17:07:14.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-24T17:07:14.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-24T17:07:14.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27652026-03-24T17:07:14.567Z
27662026-03-24T17:07:14.567Zinfo: running `cargo check --bins` on nexus-types (52/267)
27672026-03-24T17:07:15.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-24T17:07:15.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-24T17:07:15.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-24T17:07:15.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27712026-03-24T17:07:15.422Z
27722026-03-24T17:07:15.422Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27732026-03-24T17:07:16.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-24T17:07:16.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-24T17:07:16.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-24T17:07:16.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27772026-03-24T17:07:16.230Z
27782026-03-24T17:07:16.230Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27792026-03-24T17:07:16.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-24T17:07:16.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-24T17:07:16.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-24T17:07:16.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27832026-03-24T17:07:17.058Z
27842026-03-24T17:07:17.058Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27852026-03-24T17:07:17.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-24T17:07:17.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-24T17:07:17.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-24T17:07:17.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27892026-03-24T17:07:17.923Z
27902026-03-24T17:07:17.923Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27912026-03-24T17:07:18.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-24T17:07:18.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-24T17:07:18.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-24T17:07:18.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27952026-03-24T17:07:18.718Z
27962026-03-24T17:07:18.718Zinfo: running `cargo check --bins` on ereport-types (57/267)
27972026-03-24T17:07:19.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-24T17:07:19.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-24T17:07:19.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-24T17:07:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28012026-03-24T17:07:19.386Z
28022026-03-24T17:07:19.386Zinfo: running `cargo check --bins` on gateway-client (58/267)
28032026-03-24T17:07:20.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-24T17:07:20.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-24T17:07:20.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-24T17:07:20.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28072026-03-24T17:07:20.192Z
28082026-03-24T17:07:20.192Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28092026-03-24T17:07:20.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-24T17:07:20.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-24T17:07:20.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-24T17:07:20.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28132026-03-24T17:07:20.984Z
28142026-03-24T17:07:20.984Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28152026-03-24T17:07:21.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-24T17:07:21.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-24T17:07:21.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-24T17:07:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28192026-03-24T17:07:21.793Z
28202026-03-24T17:07:21.793Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28212026-03-24T17:07:22.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-24T17:07:22.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-24T17:07:22.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-24T17:07:22.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28252026-03-24T17:07:22.570Z
28262026-03-24T17:07:22.570Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28272026-03-24T17:07:26.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-24T17:07:28.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-24T17:07:28.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-24T17:07:28.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-24T17:07:28.630Z
28322026-03-24T17:07:28.631Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28332026-03-24T17:07:28.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-24T17:07:28.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-24T17:07:28.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-24T17:07:28.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28372026-03-24T17:07:28.631Z
28382026-03-24T17:07:28.631Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28392026-03-24T17:07:28.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-24T17:07:28.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-24T17:07:28.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-24T17:07:28.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28432026-03-24T17:07:28.631Z
28442026-03-24T17:07:28.631Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28452026-03-24T17:07:28.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-24T17:07:28.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-24T17:07:28.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-24T17:07:28.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28492026-03-24T17:07:28.632Z
28502026-03-24T17:07:28.632Zinfo: running `cargo check --bins` on oxlog (66/267)
28512026-03-24T17:07:28.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-24T17:07:28.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-24T17:07:28.696Z Compiling newtype-uuid v1.3.2
28542026-03-24T17:07:28.696Z Compiling daft v0.1.5
28552026-03-24T17:07:28.696Z Compiling iddqd v0.3.17
28562026-03-24T17:07:28.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-24T17:07:28.819Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-24T17:07:29.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28592026-03-24T17:07:29.229Z
28602026-03-24T17:07:29.229Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28612026-03-24T17:07:29.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-24T17:07:29.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-24T17:07:29.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-24T17:07:29.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28652026-03-24T17:07:30.023Z
28662026-03-24T17:07:30.023Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28672026-03-24T17:07:30.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-24T17:07:30.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-24T17:07:30.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-24T17:07:30.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28712026-03-24T17:07:30.837Z
28722026-03-24T17:07:30.837Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28732026-03-24T17:07:31.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-24T17:07:31.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-24T17:07:31.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-24T17:07:31.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28772026-03-24T17:07:31.666Z
28782026-03-24T17:07:31.666Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28792026-03-24T17:07:32.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-24T17:07:32.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-24T17:07:32.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-24T17:07:32.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28832026-03-24T17:07:32.444Z
28842026-03-24T17:07:32.444Zinfo: running `cargo check --bins` on oxql-types (71/267)
28852026-03-24T17:07:33.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-24T17:07:33.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-24T17:07:33.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-24T17:07:33.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28892026-03-24T17:07:33.238Z
28902026-03-24T17:07:33.238Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28912026-03-24T17:07:33.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-24T17:07:33.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-24T17:07:33.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-24T17:07:33.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28952026-03-24T17:07:34.037Z
28962026-03-24T17:07:34.037Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28972026-03-24T17:07:34.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-24T17:07:34.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-24T17:07:34.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-24T17:07:34.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29012026-03-24T17:07:34.849Z
29022026-03-24T17:07:34.849Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29032026-03-24T17:07:35.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-24T17:07:35.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-24T17:07:35.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-24T17:07:35.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29072026-03-24T17:07:35.716Z
29082026-03-24T17:07:35.717Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29092026-03-24T17:07:36.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-24T17:07:36.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-24T17:07:36.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-24T17:07:36.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29132026-03-24T17:07:36.449Z
29142026-03-24T17:07:36.449Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29152026-03-24T17:07:37.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-24T17:07:37.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-24T17:07:37.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-24T17:07:37.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29192026-03-24T17:07:37.303Z
29202026-03-24T17:07:37.303Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29212026-03-24T17:07:38.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-24T17:07:38.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-24T17:07:38.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-24T17:07:38.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29252026-03-24T17:07:38.119Z
29262026-03-24T17:07:38.119Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29272026-03-24T17:07:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-24T17:07:38.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-24T17:07:38.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-24T17:07:38.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29312026-03-24T17:07:38.919Z
29322026-03-24T17:07:38.919Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29332026-03-24T17:07:40.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-24T17:07:40.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-24T17:07:40.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-24T17:07:40.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29372026-03-24T17:07:40.163Z
29382026-03-24T17:07:40.163Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29392026-03-24T17:07:40.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-24T17:07:40.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-24T17:07:40.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-24T17:07:40.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29432026-03-24T17:07:40.503Z
29442026-03-24T17:07:40.504Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29452026-03-24T17:07:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-24T17:07:41.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-24T17:07:41.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-24T17:07:41.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29492026-03-24T17:07:41.284Z
29502026-03-24T17:07:41.284Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29512026-03-24T17:07:41.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-24T17:07:41.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-24T17:07:41.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-24T17:07:41.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29552026-03-24T17:07:42.069Z
29562026-03-24T17:07:42.069Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29572026-03-24T17:07:42.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-24T17:07:42.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-24T17:07:42.967Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-24T17:07:43.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
29612026-03-24T17:07:43.884Z
29622026-03-24T17:07:43.884Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29632026-03-24T17:07:44.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-24T17:07:44.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-24T17:07:44.804Z Compiling ar_archive_writer v0.5.1
29662026-03-24T17:07:44.930Z Compiling stacker v0.1.23
29672026-03-24T17:07:44.935Z Compiling cfg_aliases v0.1.1
29682026-03-24T17:07:44.957Z Compiling convert_case v0.10.0
29692026-03-24T17:07:44.994Z Checking fd-lock v4.0.4
29702026-03-24T17:07:45.005Z Checking nibble_vec v0.1.0
29712026-03-24T17:07:45.005Z Checking vte v0.14.1
29722026-03-24T17:07:45.005Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-24T17:07:45.057Z Compiling nix v0.28.0
29742026-03-24T17:07:45.186Z Checking endian-type v0.1.2
29752026-03-24T17:07:45.212Z Checking strip-ansi-escapes v0.2.1
29762026-03-24T17:07:45.221Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-24T17:07:45.264Z Compiling peg-macros v0.8.5
29782026-03-24T17:07:45.330Z Checking winnow v0.6.26
29792026-03-24T17:07:45.340Z Checking radix_trie v0.2.1
29802026-03-24T17:07:45.402Z Compiling derive_more-impl v2.1.1
29812026-03-24T17:07:45.546Z Compiling sqlparser_derive v0.5.0
29822026-03-24T17:07:45.607Z Checking home v0.5.12
29832026-03-24T17:07:45.745Z Checking unicode_categories v0.1.1
29842026-03-24T17:07:45.838Z Checking nu-ansi-term v0.50.3
29852026-03-24T17:07:45.992Z Checking display-error-chain v0.2.2
29862026-03-24T17:07:46.091Z Compiling psm v0.1.30
29872026-03-24T17:07:46.111Z Checking reedline v0.40.0
29882026-03-24T17:07:46.478Z Checking derive_more v2.1.1
29892026-03-24T17:07:46.567Z Checking crossterm v0.29.0
29902026-03-24T17:07:46.790Z Checking peg v0.8.5
29912026-03-24T17:07:46.846Z Checking rustyline v14.0.0
29922026-03-24T17:07:46.883Z Checking sqlformat v0.3.5
29932026-03-24T17:07:47.025Z Checking recursive v0.1.1
29942026-03-24T17:07:47.131Z Checking sqlparser v0.61.0
29952026-03-24T17:08:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
29962026-03-24T17:08:03.260Z
29972026-03-24T17:08:03.260Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29982026-03-24T17:08:03.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-24T17:08:03.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-24T17:08:04.120Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-24T17:08:10.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30022026-03-24T17:08:10.896Z
30032026-03-24T17:08:10.896Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30042026-03-24T17:08:10.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-24T17:08:10.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-24T17:08:10.896Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-24T17:08:13.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
30082026-03-24T17:08:13.421Z
30092026-03-24T17:08:13.421Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30102026-03-24T17:08:14.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-24T17:08:14.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-24T17:08:14.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-24T17:08:18.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30142026-03-24T17:08:18.961Z
30152026-03-24T17:08:18.961Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30162026-03-24T17:08:19.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-24T17:08:19.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-24T17:08:19.858Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-24T17:08:24.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
30202026-03-24T17:08:24.522Z
30212026-03-24T17:08:24.522Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30222026-03-24T17:08:25.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-24T17:08:25.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-24T17:08:25.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-24T17:08:29.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30262026-03-24T17:08:30.038Z
30272026-03-24T17:08:30.039Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30282026-03-24T17:08:30.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-24T17:08:30.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-24T17:08:30.067Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-24T17:08:33.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30322026-03-24T17:08:33.825Z
30332026-03-24T17:08:33.825Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30342026-03-24T17:08:34.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-24T17:08:34.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-24T17:08:34.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-24T17:08:39.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
30382026-03-24T17:08:39.581Z
30392026-03-24T17:08:39.581Zinfo: running `cargo check --bins` on oximeter (92/267)
30402026-03-24T17:08:40.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-24T17:08:40.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-24T17:08:40.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-24T17:08:40.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30442026-03-24T17:08:40.420Z
30452026-03-24T17:08:40.420Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30462026-03-24T17:08:41.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-24T17:08:41.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-24T17:08:41.253Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-24T17:08:41.449Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-24T17:08:41.484Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-24T17:08:42.097Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-24T17:08:46.743Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-24T17:08:47.171Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-24T17:08:48.784Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-24T17:08:49.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
30562026-03-24T17:08:49.807Z
30572026-03-24T17:08:49.807Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30582026-03-24T17:08:50.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-24T17:08:50.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-24T17:08:50.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-24T17:08:50.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30622026-03-24T17:08:50.602Z
30632026-03-24T17:08:50.602Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30642026-03-24T17:08:51.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-24T17:08:51.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-24T17:08:51.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-24T17:08:51.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30682026-03-24T17:08:51.483Z
30692026-03-24T17:08:51.483Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30702026-03-24T17:08:52.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-24T17:08:52.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-24T17:08:52.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-24T17:08:52.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30742026-03-24T17:08:52.329Z
30752026-03-24T17:08:52.330Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30762026-03-24T17:08:53.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-24T17:08:53.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-24T17:08:53.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-24T17:08:53.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30802026-03-24T17:08:53.169Z
30812026-03-24T17:08:53.169Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30822026-03-24T17:08:53.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-24T17:08:53.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-24T17:08:53.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-24T17:08:53.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30862026-03-24T17:08:53.941Z
30872026-03-24T17:08:53.941Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30882026-03-24T17:08:54.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-24T17:08:54.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-24T17:08:54.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-24T17:08:54.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30922026-03-24T17:08:54.776Z
30932026-03-24T17:08:54.776Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30942026-03-24T17:08:55.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-24T17:08:55.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-24T17:08:55.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-24T17:08:55.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30982026-03-24T17:08:55.566Z
30992026-03-24T17:08:55.566Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31002026-03-24T17:08:56.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-24T17:08:56.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-24T17:08:56.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-24T17:08:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31042026-03-24T17:08:56.378Z
31052026-03-24T17:08:56.378Zinfo: running `cargo check --bins` on update-engine (102/267)
31062026-03-24T17:08:57.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-24T17:08:57.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-24T17:08:57.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-24T17:08:57.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31102026-03-24T17:08:57.162Z
31112026-03-24T17:08:57.163Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31122026-03-24T17:08:58.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-24T17:08:58.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-24T17:08:58.574Z Checking dropshot-api-manager-types v0.6.0
31152026-03-24T17:08:58.574Z Checking nanorand v0.7.0
31162026-03-24T17:08:58.574Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-24T17:08:58.574Z Checking flume v0.11.1
31182026-03-24T17:08:58.721Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-24T17:08:59.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
31202026-03-24T17:09:00.213Z
31212026-03-24T17:09:00.213Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31222026-03-24T17:09:00.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-24T17:09:00.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-24T17:09:00.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-24T17:09:00.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31262026-03-24T17:09:01.013Z
31272026-03-24T17:09:01.013Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31282026-03-24T17:09:01.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-24T17:09:01.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-24T17:09:01.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-24T17:09:01.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31322026-03-24T17:09:01.817Z
31332026-03-24T17:09:01.817Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31342026-03-24T17:09:02.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-24T17:09:02.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-24T17:09:02.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-24T17:09:02.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31382026-03-24T17:09:02.621Z
31392026-03-24T17:09:02.621Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31402026-03-24T17:09:03.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-24T17:09:03.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-24T17:09:03.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-24T17:09:03.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31442026-03-24T17:09:03.452Z
31452026-03-24T17:09:03.452Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31462026-03-24T17:09:04.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-24T17:09:04.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-24T17:09:04.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-24T17:09:04.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31502026-03-24T17:09:04.259Z
31512026-03-24T17:09:04.260Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31522026-03-24T17:09:04.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-24T17:09:04.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-24T17:09:04.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-24T17:09:04.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31562026-03-24T17:09:05.059Z
31572026-03-24T17:09:05.059Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31582026-03-24T17:09:05.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-24T17:09:05.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-24T17:09:05.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-24T17:09:05.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31622026-03-24T17:09:05.865Z
31632026-03-24T17:09:05.865Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31642026-03-24T17:09:06.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-24T17:09:06.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-24T17:09:06.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-24T17:09:06.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31682026-03-24T17:09:06.644Z
31692026-03-24T17:09:06.644Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31702026-03-24T17:09:07.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-24T17:09:07.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-24T17:09:07.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-24T17:09:07.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31742026-03-24T17:09:07.450Z
31752026-03-24T17:09:07.450Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31762026-03-24T17:09:08.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-24T17:09:08.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-24T17:09:08.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-24T17:09:08.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31802026-03-24T17:09:08.263Z
31812026-03-24T17:09:08.263Zinfo: running `cargo check --bins` on installinator-client (114/267)
31822026-03-24T17:09:08.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-24T17:09:08.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-24T17:09:08.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-24T17:09:08.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31862026-03-24T17:09:09.095Z
31872026-03-24T17:09:09.095Zinfo: running `cargo check --bins` on nexus-client (115/267)
31882026-03-24T17:09:09.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-24T17:09:09.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-24T17:09:09.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-24T17:09:09.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31922026-03-24T17:09:09.904Z
31932026-03-24T17:09:09.904Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31942026-03-24T17:09:10.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-24T17:09:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-24T17:09:10.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-24T17:09:10.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31982026-03-24T17:09:10.788Z
31992026-03-24T17:09:10.788Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32002026-03-24T17:09:11.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-24T17:09:11.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-24T17:09:11.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-24T17:09:11.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32042026-03-24T17:09:11.557Z
32052026-03-24T17:09:11.557Zinfo: running `cargo check --bins` on oxide-client (118/267)
32062026-03-24T17:09:12.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-24T17:09:12.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-24T17:09:12.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-24T17:09:12.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32102026-03-24T17:09:12.497Z
32112026-03-24T17:09:12.497Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32122026-03-24T17:09:13.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-24T17:09:13.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-24T17:09:13.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-24T17:09:13.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32162026-03-24T17:09:13.162Z
32172026-03-24T17:09:13.162Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32182026-03-24T17:09:13.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-24T17:09:13.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-24T17:09:13.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-24T17:09:13.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32222026-03-24T17:09:13.946Z
32232026-03-24T17:09:13.946Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32242026-03-24T17:09:14.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-24T17:09:14.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-24T17:09:14.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-24T17:09:14.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32282026-03-24T17:09:14.752Z
32292026-03-24T17:09:14.752Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32302026-03-24T17:09:15.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-24T17:09:15.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-24T17:09:15.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-24T17:09:15.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32342026-03-24T17:09:15.656Z
32352026-03-24T17:09:15.656Zinfo: running `cargo check --bins` on installinator-common (123/267)
32362026-03-24T17:09:16.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-24T17:09:16.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-24T17:09:16.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-24T17:09:16.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32402026-03-24T17:09:16.410Z
32412026-03-24T17:09:16.410Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32422026-03-24T17:09:17.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-24T17:09:17.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-24T17:09:17.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-24T17:09:17.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32462026-03-24T17:09:17.504Z
32472026-03-24T17:09:17.504Zinfo: running `cargo check --bins` on wicket-common (125/267)
32482026-03-24T17:09:17.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-24T17:09:17.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-24T17:09:17.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-24T17:09:17.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32522026-03-24T17:09:17.999Z
32532026-03-24T17:09:17.999Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32542026-03-24T17:09:18.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-24T17:09:18.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-24T17:09:18.906Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-24T17:09:18.918Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-24T17:09:18.919Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-24T17:09:19.062Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32602026-03-24T17:09:19.072Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-03-24T17:09:19.658Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-24T17:09:19.821Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-24T17:09:19.821Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-24T17:09:19.821Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652026-03-24T17:09:22.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
32662026-03-24T17:09:22.633Z
32672026-03-24T17:09:22.633Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32682026-03-24T17:09:27.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-24T17:09:27.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-24T17:09:27.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-24T17:09:27.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32722026-03-24T17:09:27.913Z
32732026-03-24T17:09:27.913Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32742026-03-24T17:09:27.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-24T17:09:27.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-24T17:09:27.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-24T17:09:27.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32782026-03-24T17:09:27.913Z
32792026-03-24T17:09:27.913Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32802026-03-24T17:09:27.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-24T17:09:27.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-24T17:09:27.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-24T17:09:27.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32842026-03-24T17:09:27.913Z
32852026-03-24T17:09:27.913Zinfo: running `cargo check --bins` on dns-server (130/267)
32862026-03-24T17:09:28.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-24T17:09:28.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-24T17:09:28.178Z Compiling parking_lot_core v0.8.6
32892026-03-24T17:09:28.178Z Compiling git-stub v1.0.0
32902026-03-24T17:09:28.178Z Compiling atomicwrites v0.4.4
32912026-03-24T17:09:28.178Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-24T17:09:28.178Z Checking tagptr v0.2.0
32932026-03-24T17:09:28.178Z Checking prefix-trie v0.7.0
32942026-03-24T17:09:28.178Z Checking fxhash v0.2.1
32952026-03-24T17:09:28.178Z Checking hickory-client v0.25.2
32962026-03-24T17:09:28.178Z Compiling git-stub-vcs v0.1.0
32972026-03-24T17:09:28.178Z Checking moka v0.12.13
32982026-03-24T17:09:28.179Z Checking hickory-server v0.25.2
32992026-03-24T17:09:28.179Z Checking parking_lot v0.11.2
33002026-03-24T17:09:28.179Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-24T17:09:28.179Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-03-24T17:09:28.179Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T17:09:28.179Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-24T17:09:28.179Z Checking sled v0.34.7
33052026-03-24T17:09:28.179Z Checking hickory-resolver v0.25.2
33062026-03-24T17:09:29.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
33072026-03-24T17:09:30.079Z
33082026-03-24T17:09:30.079Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33092026-03-24T17:09:30.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-24T17:09:30.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-24T17:09:30.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-24T17:09:30.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33132026-03-24T17:09:30.885Z
33142026-03-24T17:09:30.885Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33152026-03-24T17:09:31.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-24T17:09:31.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-24T17:09:31.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-24T17:09:31.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33192026-03-24T17:09:31.763Z
33202026-03-24T17:09:31.764Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33212026-03-24T17:09:32.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-24T17:09:32.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-24T17:09:32.792Z Compiling radium v0.7.0
33242026-03-24T17:09:32.811Z Compiling maybe-uninit v2.0.0
33252026-03-24T17:09:32.811Z Checking tap v1.0.1
33262026-03-24T17:09:32.811Z Compiling zerocopy-derive v0.6.6
33272026-03-24T17:09:32.811Z Compiling packed_struct v0.10.1
33282026-03-24T17:09:32.811Z Checking funty v2.0.0
33292026-03-24T17:09:32.811Z Checking crc-catalog v2.4.0
33302026-03-24T17:09:33.029Z Compiling packed_struct_codegen v0.10.1
33312026-03-24T17:09:33.039Z Checking crc v3.4.0
33322026-03-24T17:09:34.112Z Checking wyz v0.5.1
33332026-03-24T17:09:34.118Z Compiling bitfield-macros v0.19.4
33342026-03-24T17:09:34.118Z Compiling indexmap v1.9.3
33352026-03-24T17:09:34.118Z Checking nodrop v0.1.14
33362026-03-24T17:09:34.118Z Checking hashbrown v0.12.3
33372026-03-24T17:09:34.118Z Checking array-init v0.0.4
33382026-03-24T17:09:34.119Z Checking smallvec v0.6.14
33392026-03-24T17:09:34.119Z Checking bitvec v1.0.1
33402026-03-24T17:09:34.119Z Checking ron v0.8.1
33412026-03-24T17:09:34.119Z Checking hashbrown v0.13.2
33422026-03-24T17:09:34.119Z Checking serde-hex v0.1.0
33432026-03-24T17:09:34.119Z Checking zerocopy v0.6.6
33442026-03-24T17:09:34.225Z Checking bitfield v0.19.4
33452026-03-24T17:09:34.311Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-24T17:09:34.333Z Checking crc-any v2.5.0
33472026-03-24T17:09:34.451Z Checking object v0.30.4
33482026-03-24T17:09:34.460Z Checking path-slash v0.1.5
33492026-03-24T17:09:34.516Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-24T17:09:34.585Z Checking void v1.0.2
33512026-03-24T17:09:34.597Z Checking half v1.8.3
33522026-03-24T17:09:34.650Z Checking tungstenite v0.23.0
33532026-03-24T17:09:34.698Z Checking lzss v0.8.2
33542026-03-24T17:09:34.715Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-24T17:09:34.768Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33562026-03-24T17:09:34.851Z Checking serde_cbor v0.11.2
33572026-03-24T17:09:34.916Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-24T17:09:34.949Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-24T17:09:34.957Z Checking nix v0.27.1
33602026-03-24T17:09:35.170Z Checking kstat-rs v0.2.4
33612026-03-24T17:09:35.360Z Checking serde_bytes v0.11.19
33622026-03-24T17:09:35.402Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-03-24T17:09:35.424Z Checking tokio-tungstenite v0.23.1
33642026-03-24T17:09:35.598Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-03-24T17:09:35.644Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-24T17:09:35.746Z Checking signal-hook-tokio v0.3.1
33672026-03-24T17:09:36.794Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-24T17:09:37.067Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-24T17:09:40.335Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-24T17:09:41.527Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-24T17:09:41.894Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-24T17:09:43.369Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-24T17:09:46.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
33742026-03-24T17:09:46.347Z
33752026-03-24T17:09:46.347Zinfo: running `cargo check --bins` on gateway-api (134/267)
33762026-03-24T17:09:47.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-24T17:09:47.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-24T17:09:47.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-24T17:09:47.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33802026-03-24T17:09:47.157Z
33812026-03-24T17:09:47.157Zinfo: running `cargo check --bins` on ipcc (135/267)
33822026-03-24T17:09:47.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-24T17:09:47.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-24T17:09:47.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-24T17:09:47.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33862026-03-24T17:09:47.967Z
33872026-03-24T17:09:47.967Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33882026-03-24T17:09:48.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-24T17:09:48.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-24T17:09:48.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-24T17:09:48.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922026-03-24T17:09:48.746Z
33932026-03-24T17:09:48.746Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33942026-03-24T17:09:49.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-24T17:09:49.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-24T17:09:49.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-24T17:09:49.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33982026-03-24T17:09:49.557Z
33992026-03-24T17:09:49.557Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34002026-03-24T17:09:50.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-24T17:09:50.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-24T17:09:50.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-24T17:09:50.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34042026-03-24T17:09:50.357Z
34052026-03-24T17:09:50.357Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34062026-03-24T17:09:51.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-24T17:09:51.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-24T17:09:51.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-24T17:09:51.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34102026-03-24T17:09:51.158Z
34112026-03-24T17:09:51.158Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34122026-03-24T17:09:51.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-24T17:09:51.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-24T17:09:51.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-24T17:09:51.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34162026-03-24T17:09:51.963Z
34172026-03-24T17:09:51.963Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34182026-03-24T17:09:52.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-24T17:09:52.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-24T17:09:52.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-24T17:09:52.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34222026-03-24T17:09:52.765Z
34232026-03-24T17:09:52.765Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34242026-03-24T17:09:53.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-24T17:09:53.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-24T17:09:53.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-24T17:09:53.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34282026-03-24T17:09:53.577Z
34292026-03-24T17:09:53.577Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34302026-03-24T17:09:54.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-24T17:09:54.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-24T17:09:54.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-24T17:09:54.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34342026-03-24T17:09:54.386Z
34352026-03-24T17:09:54.386Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34362026-03-24T17:09:55.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-24T17:09:55.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-24T17:09:55.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-24T17:09:55.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34402026-03-24T17:09:55.190Z
34412026-03-24T17:09:55.190Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34422026-03-24T17:09:55.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-24T17:09:55.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-24T17:09:55.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-24T17:09:55.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34462026-03-24T17:09:56.005Z
34472026-03-24T17:09:56.005Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34482026-03-24T17:09:56.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-24T17:09:56.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-24T17:09:56.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-24T17:09:56.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34522026-03-24T17:09:56.800Z
34532026-03-24T17:09:56.800Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34542026-03-24T17:09:57.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-24T17:09:57.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-24T17:09:57.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-24T17:09:57.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34582026-03-24T17:09:57.606Z
34592026-03-24T17:09:57.607Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34602026-03-24T17:09:58.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-24T17:09:58.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-24T17:09:58.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-24T17:09:58.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34642026-03-24T17:09:58.477Z
34652026-03-24T17:09:58.477Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34662026-03-24T17:09:59.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-24T17:09:59.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-24T17:09:59.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-24T17:09:59.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34702026-03-24T17:09:59.240Z
34712026-03-24T17:09:59.240Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34722026-03-24T17:09:59.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-24T17:09:59.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-24T17:09:59.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-24T17:09:59.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34762026-03-24T17:10:00.045Z
34772026-03-24T17:10:00.045Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34782026-03-24T17:10:00.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-24T17:10:00.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-24T17:10:00.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-24T17:10:00.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34822026-03-24T17:10:00.862Z
34832026-03-24T17:10:00.862Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34842026-03-24T17:10:01.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-24T17:10:01.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-24T17:10:01.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-24T17:10:01.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34882026-03-24T17:10:01.663Z
34892026-03-24T17:10:01.663Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34902026-03-24T17:10:02.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-24T17:10:02.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-24T17:10:02.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-24T17:10:02.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34942026-03-24T17:10:02.479Z
34952026-03-24T17:10:02.479Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34962026-03-24T17:10:03.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-24T17:10:03.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-24T17:10:03.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-24T17:10:03.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35002026-03-24T17:10:03.492Z
35012026-03-24T17:10:03.492Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35022026-03-24T17:10:04.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-24T17:10:04.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-24T17:10:04.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-24T17:10:04.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35062026-03-24T17:10:04.153Z
35072026-03-24T17:10:04.153Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35082026-03-24T17:10:04.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-24T17:10:04.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-24T17:10:04.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-24T17:10:04.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35122026-03-24T17:10:04.968Z
35132026-03-24T17:10:04.968Zinfo: running `cargo check --bins` on sp-sim (157/267)
35142026-03-24T17:10:05.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-24T17:10:05.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-24T17:10:05.933Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-03-24T17:10:08.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
35182026-03-24T17:10:08.515Z
35192026-03-24T17:10:08.515Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35202026-03-24T17:10:11.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-24T17:10:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-24T17:10:11.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-24T17:10:11.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35242026-03-24T17:10:11.713Z
35252026-03-24T17:10:11.713Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35262026-03-24T17:10:11.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-24T17:10:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-24T17:10:11.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-24T17:10:11.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35302026-03-24T17:10:11.714Z
35312026-03-24T17:10:11.714Zinfo: running `cargo check --bins` on db-macros (160/267)
35322026-03-24T17:10:11.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-24T17:10:11.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-24T17:10:11.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-24T17:10:11.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35362026-03-24T17:10:11.714Z
35372026-03-24T17:10:11.715Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35382026-03-24T17:10:11.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-24T17:10:11.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-24T17:10:11.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-24T17:10:11.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35422026-03-24T17:10:12.065Z
35432026-03-24T17:10:12.065Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35442026-03-24T17:10:16.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-24T17:10:16.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-24T17:10:16.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-24T17:10:16.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35482026-03-24T17:10:16.581Z
35492026-03-24T17:10:16.581Zinfo: running `cargo check --bins` on authz-macros (163/267)
35502026-03-24T17:10:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-24T17:10:16.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-24T17:10:16.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-24T17:10:16.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35542026-03-24T17:10:16.581Z
35552026-03-24T17:10:16.581Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35562026-03-24T17:10:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-24T17:10:16.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-24T17:10:16.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-24T17:10:16.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35602026-03-24T17:10:16.581Z
35612026-03-24T17:10:16.581Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35622026-03-24T17:10:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-24T17:10:16.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-24T17:10:16.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-24T17:10:16.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35662026-03-24T17:10:16.581Z
35672026-03-24T17:10:16.581Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35682026-03-24T17:10:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-24T17:10:16.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-24T17:10:16.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-24T17:10:16.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35722026-03-24T17:10:16.582Z
35732026-03-24T17:10:16.582Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35742026-03-24T17:10:16.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-24T17:10:16.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-24T17:10:16.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-24T17:10:16.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35782026-03-24T17:10:16.773Z
35792026-03-24T17:10:16.773Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35802026-03-24T17:10:17.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-24T17:10:17.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-24T17:10:17.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-24T17:10:17.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35842026-03-24T17:10:17.572Z
35852026-03-24T17:10:17.573Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35862026-03-24T17:10:18.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-24T17:10:18.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-24T17:10:18.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-24T17:10:18.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35902026-03-24T17:10:18.357Z
35912026-03-24T17:10:18.357Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35922026-03-24T17:10:19.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-24T17:10:19.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-24T17:10:19.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-24T17:10:19.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35962026-03-24T17:10:19.132Z
35972026-03-24T17:10:19.132Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35982026-03-24T17:10:19.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-24T17:10:19.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-24T17:10:19.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-24T17:10:19.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36022026-03-24T17:10:20.007Z
36032026-03-24T17:10:20.007Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36042026-03-24T17:10:20.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-24T17:10:20.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-24T17:10:20.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-24T17:10:20.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36082026-03-24T17:10:20.878Z
36092026-03-24T17:10:20.878Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36102026-03-24T17:10:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-24T17:10:21.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-24T17:10:21.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-03-24T17:10:21.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36142026-03-24T17:10:21.740Z
36152026-03-24T17:10:21.740Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36162026-03-24T17:10:22.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-03-24T17:10:22.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-03-24T17:10:22.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-03-24T17:10:22.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36202026-03-24T17:10:22.562Z
36212026-03-24T17:10:22.562Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36222026-03-24T17:10:23.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-03-24T17:10:23.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-03-24T17:10:23.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-03-24T17:10:23.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36262026-03-24T17:10:23.378Z
36272026-03-24T17:10:23.378Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36282026-03-24T17:10:24.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-03-24T17:10:24.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-03-24T17:10:24.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-03-24T17:10:24.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36322026-03-24T17:10:24.195Z
36332026-03-24T17:10:24.195Zinfo: running `cargo check --bins` on key-manager (177/267)
36342026-03-24T17:10:24.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-03-24T17:10:24.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-03-24T17:10:24.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-03-24T17:10:24.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36382026-03-24T17:10:24.990Z
36392026-03-24T17:10:24.990Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36402026-03-24T17:10:25.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-03-24T17:10:25.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-03-24T17:10:25.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-03-24T17:10:25.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36442026-03-24T17:10:25.805Z
36452026-03-24T17:10:25.805Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36462026-03-24T17:10:26.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-03-24T17:10:26.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-03-24T17:10:26.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-03-24T17:10:26.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36502026-03-24T17:10:26.618Z
36512026-03-24T17:10:26.618Zinfo: running `cargo check --bins` on typed-rng (180/267)
36522026-03-24T17:10:27.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-03-24T17:10:27.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-03-24T17:10:27.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-03-24T17:10:27.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36562026-03-24T17:10:27.406Z
36572026-03-24T17:10:27.406Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36582026-03-24T17:10:28.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-03-24T17:10:28.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-03-24T17:10:28.563Z Compiling libefi-sys v0.1.0
36612026-03-24T17:10:28.567Z Compiling bitfield-struct v0.6.2
36622026-03-24T17:10:28.743Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-03-24T17:10:28.756Z Compiling xshell-macros v0.2.7
36642026-03-24T17:10:28.774Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-03-24T17:10:28.797Z Compiling salty v0.3.0
36662026-03-24T17:10:28.819Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-03-24T17:10:28.842Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-24T17:10:28.842Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-03-24T17:10:29.180Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36702026-03-24T17:10:29.201Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-03-24T17:10:29.230Z Checking xshell v0.2.7
36722026-03-24T17:10:29.365Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-03-24T17:10:29.407Z Checking primeorder v0.13.6
36742026-03-24T17:10:29.460Z Compiling proc-macro-error-attr2 v2.0.0
36752026-03-24T17:10:29.483Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-03-24T17:10:29.526Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-03-24T17:10:29.545Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-24T17:10:29.700Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-03-24T17:10:29.738Z Checking p384 v0.13.1
36802026-03-24T17:10:29.764Z Compiling num-derive v0.3.3
36812026-03-24T17:10:29.874Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-03-24T17:10:29.956Z Compiling proc-macro-error2 v2.0.1
36832026-03-24T17:10:30.111Z Compiling unicase v2.9.0
36842026-03-24T17:10:30.176Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36852026-03-24T17:10:30.317Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-03-24T17:10:30.374Z Compiling tabled_derive v0.11.0
36872026-03-24T17:10:30.385Z Compiling mime_guess v2.0.5
36882026-03-24T17:10:30.459Z Compiling progenitor-impl v0.11.2
36892026-03-24T17:10:30.795Z Checking papergrid v0.17.0
36902026-03-24T17:10:30.927Z Checking libscf-sys v1.1.0
36912026-03-24T17:10:31.086Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-03-24T17:10:31.105Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-03-24T17:10:31.229Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36942026-03-24T17:10:31.309Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-24T17:10:31.901Z Checking testing_table v0.3.0
36962026-03-24T17:10:31.939Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36972026-03-24T17:10:31.961Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-24T17:10:32.020Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-03-24T17:10:32.066Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37002026-03-24T17:10:32.157Z Checking corncobs v0.1.4
37012026-03-24T17:10:32.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37022026-03-24T17:10:32.244Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-03-24T17:10:32.320Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-03-24T17:10:32.339Z Checking tabled v0.20.0
37052026-03-24T17:10:32.461Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37062026-03-24T17:10:32.610Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37072026-03-24T17:10:32.689Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-24T17:10:32.914Z Checking progenitor-client v0.11.2
37092026-03-24T17:10:33.115Z Checking secrecy v0.8.0
37102026-03-24T17:10:33.220Z Checking http-range v0.1.5
37112026-03-24T17:10:33.454Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-03-24T17:10:33.577Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37132026-03-24T17:10:33.759Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-24T17:10:33.942Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37152026-03-24T17:10:33.960Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37162026-03-24T17:10:34.151Z Compiling progenitor-macro v0.11.2
37172026-03-24T17:10:34.157Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37182026-03-24T17:10:34.308Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37192026-03-24T17:10:34.406Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37202026-03-24T17:10:34.449Z Checking atty v0.2.14
37212026-03-24T17:10:34.573Z Checking crc8 v0.1.1
37222026-03-24T17:10:34.696Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37232026-03-24T17:10:34.759Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-03-24T17:10:35.136Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37252026-03-24T17:10:35.176Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-03-24T17:10:35.482Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37272026-03-24T17:10:35.608Z Checking hyper-staticfile v0.10.1
37282026-03-24T17:10:35.698Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37292026-03-24T17:10:35.743Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37302026-03-24T17:10:35.927Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37312026-03-24T17:10:35.995Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-03-24T17:10:36.222Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-03-24T17:10:36.293Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37342026-03-24T17:10:36.384Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-03-24T17:10:36.628Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-03-24T17:10:36.900Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37372026-03-24T17:10:36.998Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37382026-03-24T17:10:37.208Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37392026-03-24T17:10:37.235Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-03-24T17:10:37.547Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37412026-03-24T17:10:37.846Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37422026-03-24T17:10:37.878Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37432026-03-24T17:10:38.424Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37442026-03-24T17:10:39.672Z Checking progenitor v0.11.2
37452026-03-24T17:10:39.835Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37462026-03-24T17:10:46.618Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-03-24T17:11:02.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.94s
37482026-03-24T17:11:02.596Z
37492026-03-24T17:11:02.596Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37502026-03-24T17:11:03.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-24T17:11:03.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-24T17:11:03.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-03-24T17:11:19.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.90s
37542026-03-24T17:11:19.740Z
37552026-03-24T17:11:19.740Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37562026-03-24T17:11:20.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-24T17:11:20.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-24T17:11:20.829Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-03-24T17:11:36.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37602026-03-24T17:11:37.028Z
37612026-03-24T17:11:37.028Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37622026-03-24T17:11:37.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-24T17:11:37.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-24T17:11:37.996Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-03-24T17:11:53.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.89s
37662026-03-24T17:11:54.057Z
37672026-03-24T17:11:54.057Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37682026-03-24T17:11:54.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-24T17:11:54.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-24T17:11:55.136Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-03-24T17:12:10.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s
37722026-03-24T17:12:11.195Z
37732026-03-24T17:12:11.195Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37742026-03-24T17:12:11.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-24T17:12:11.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-24T17:12:12.285Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-03-24T17:12:28.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37782026-03-24T17:12:28.362Z
37792026-03-24T17:12:28.362Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37802026-03-24T17:12:29.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-24T17:12:29.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-24T17:12:29.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-03-24T17:12:45.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s
37842026-03-24T17:12:45.518Z
37852026-03-24T17:12:45.518Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37862026-03-24T17:12:46.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-24T17:12:46.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-24T17:12:46.613Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-03-24T17:13:02.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.86s
37902026-03-24T17:13:02.628Z
37912026-03-24T17:13:02.628Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37922026-03-24T17:13:03.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-24T17:13:03.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-24T17:13:03.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-24T17:13:03.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37962026-03-24T17:13:03.468Z
37972026-03-24T17:13:03.468Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37982026-03-24T17:13:04.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-24T17:13:04.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-24T17:13:04.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-24T17:13:04.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38022026-03-24T17:13:04.304Z
38032026-03-24T17:13:04.304Zinfo: running `cargo check --bins` on range-requests (191/267)
38042026-03-24T17:13:04.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-24T17:13:05.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-24T17:13:05.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-24T17:13:05.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38082026-03-24T17:13:05.104Z
38092026-03-24T17:13:05.104Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38102026-03-24T17:13:05.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-24T17:13:05.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-24T17:13:05.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-24T17:13:05.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38142026-03-24T17:13:05.914Z
38152026-03-24T17:13:05.914Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38162026-03-24T17:13:06.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-24T17:13:06.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-24T17:13:06.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-24T17:13:06.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38202026-03-24T17:13:06.764Z
38212026-03-24T17:13:06.764Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38222026-03-24T17:13:07.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-24T17:13:07.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-24T17:13:07.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-24T17:13:07.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38262026-03-24T17:13:07.575Z
38272026-03-24T17:13:07.575Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38282026-03-24T17:13:08.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-24T17:13:08.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-24T17:13:08.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-24T17:13:08.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38322026-03-24T17:13:08.404Z
38332026-03-24T17:13:08.404Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38342026-03-24T17:13:09.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-24T17:13:09.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-24T17:13:09.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-24T17:13:09.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38382026-03-24T17:13:09.240Z
38392026-03-24T17:13:09.240Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38402026-03-24T17:13:10.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-24T17:13:10.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-24T17:13:10.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-24T17:13:10.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38442026-03-24T17:13:10.383Z
38452026-03-24T17:13:10.383Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38462026-03-24T17:13:11.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-24T17:13:11.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-24T17:13:11.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-24T17:13:11.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38502026-03-24T17:13:11.626Z
38512026-03-24T17:13:11.626Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38522026-03-24T17:13:11.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-24T17:13:11.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-24T17:13:11.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-03-24T17:13:11.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38562026-03-24T17:13:11.731Z
38572026-03-24T17:13:11.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38582026-03-24T17:13:12.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-03-24T17:13:12.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-03-24T17:13:12.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-03-24T17:13:12.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38622026-03-24T17:13:12.570Z
38632026-03-24T17:13:12.570Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38642026-03-24T17:13:13.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-03-24T17:13:13.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-03-24T17:13:13.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-03-24T17:13:13.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38682026-03-24T17:13:13.404Z
38692026-03-24T17:13:13.405Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38702026-03-24T17:13:14.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-03-24T17:13:14.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-03-24T17:13:14.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-03-24T17:13:14.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38742026-03-24T17:13:14.228Z
38752026-03-24T17:13:14.229Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38762026-03-24T17:13:14.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-03-24T17:13:14.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-03-24T17:13:14.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-03-24T17:13:14.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38802026-03-24T17:13:15.094Z
38812026-03-24T17:13:15.094Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38822026-03-24T17:13:15.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-24T17:13:15.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-24T17:13:15.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-24T17:13:15.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38862026-03-24T17:13:15.958Z
38872026-03-24T17:13:15.958Zinfo: running `cargo check --bins` on update-common (205/267)
38882026-03-24T17:13:16.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-24T17:13:16.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-24T17:13:16.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-24T17:13:16.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38922026-03-24T17:13:16.770Z
38932026-03-24T17:13:16.770Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38942026-03-24T17:13:18.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-24T17:13:18.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-24T17:13:18.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-03-24T17:13:18.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38982026-03-24T17:13:18.328Z
38992026-03-24T17:13:18.328Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39002026-03-24T17:13:18.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-24T17:13:18.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-24T17:13:18.713Z Compiling fs-err v2.11.0
39032026-03-24T17:13:18.720Z Checking ignore v0.4.25
39042026-03-24T17:13:18.859Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39052026-03-24T17:13:18.881Z Checking predicates-tree v1.0.13
39062026-03-24T17:13:18.889Z Checking parse-size v1.1.0
39072026-03-24T17:13:18.909Z Checking rand_seeder v0.4.0
39082026-03-24T17:13:18.913Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39092026-03-24T17:13:18.940Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39102026-03-24T17:13:18.996Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-24T17:13:19.029Z Compiling petname v2.0.2
39122026-03-24T17:13:19.084Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-03-24T17:13:19.272Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-03-24T17:13:19.292Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39152026-03-24T17:13:19.378Z Checking globwalk v0.9.1
39162026-03-24T17:13:19.399Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-03-24T17:13:19.500Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39182026-03-24T17:13:19.597Z Checking camino-tempfile-ext v0.3.3
39192026-03-24T17:13:19.619Z Checking sapling-renderdag v0.1.0
39202026-03-24T17:13:19.723Z Checking sync-ptr v0.1.4
39212026-03-24T17:13:19.853Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-03-24T17:13:19.873Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39232026-03-24T17:13:19.962Z Checking colored v2.2.0
39242026-03-24T17:13:19.988Z Checking assert_matches v1.5.0
39252026-03-24T17:13:20.321Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39262026-03-24T17:13:20.426Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-03-24T17:13:20.429Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39282026-03-24T17:13:21.186Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-03-24T17:13:22.951Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-03-24T17:13:25.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
39312026-03-24T17:13:26.106Z
39322026-03-24T17:13:26.106Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39332026-03-24T17:13:26.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-24T17:13:26.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-24T17:13:26.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-03-24T17:13:26.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39372026-03-24T17:13:26.899Z
39382026-03-24T17:13:26.899Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39392026-03-24T17:13:27.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-24T17:13:27.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-24T17:13:27.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-03-24T17:13:27.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39432026-03-24T17:13:27.780Z
39442026-03-24T17:13:27.780Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39452026-03-24T17:13:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-24T17:13:28.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-24T17:13:28.764Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-03-24T17:13:28.770Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39492026-03-24T17:13:29.605Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39502026-03-24T17:13:31.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
39512026-03-24T17:13:31.853Z
39522026-03-24T17:13:31.853Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39532026-03-24T17:13:32.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-24T17:13:32.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-24T17:13:32.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-03-24T17:13:32.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
39572026-03-24T17:13:32.669Z
39582026-03-24T17:13:32.669Zinfo: running `cargo check --bins` on cert-dev (212/267)
39592026-03-24T17:13:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-24T17:13:33.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-24T17:13:33.487Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39622026-03-24T17:13:33.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39632026-03-24T17:13:34.048Z
39642026-03-24T17:13:34.048Zinfo: running `cargo check --bins` on clickana (213/267)
39652026-03-24T17:13:34.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-03-24T17:13:34.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-03-24T17:13:34.935Z Compiling darling_core v0.23.0
39682026-03-24T17:13:35.063Z Compiling instability v0.3.11
39692026-03-24T17:13:35.077Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-03-24T17:13:35.080Z Checking castaway v0.2.4
39712026-03-24T17:13:35.088Z Compiling indoc v2.0.7
39722026-03-24T17:13:35.118Z Checking unicode-truncate v1.1.0
39732026-03-24T17:13:35.133Z Checking lru v0.12.5
39742026-03-24T17:13:35.137Z Checking cassowary v0.3.0
39752026-03-24T17:13:35.210Z Checking compact_str v0.8.1
39762026-03-24T17:13:36.358Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39772026-03-24T17:13:36.577Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39782026-03-24T17:13:37.068Z Compiling darling_macro v0.23.0
39792026-03-24T17:13:37.587Z Compiling darling v0.23.0
39802026-03-24T17:13:38.371Z Checking ratatui v0.29.0
39812026-03-24T17:13:39.895Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39822026-03-24T17:13:40.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
39832026-03-24T17:13:40.946Z
39842026-03-24T17:13:40.946Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39852026-03-24T17:13:41.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-24T17:13:41.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-24T17:13:41.965Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-03-24T17:13:41.972Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39892026-03-24T17:13:42.714Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902026-03-24T17:13:43.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
39912026-03-24T17:13:43.457Z
39922026-03-24T17:13:43.457Zinfo: running `cargo check --bins` on ch-dev (215/267)
39932026-03-24T17:13:44.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-24T17:13:44.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-24T17:13:44.457Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39962026-03-24T17:13:45.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39972026-03-24T17:13:45.620Z
39982026-03-24T17:13:45.621Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39992026-03-24T17:13:46.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-03-24T17:13:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-03-24T17:13:46.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-03-24T17:13:46.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40032026-03-24T17:13:46.249Z
40042026-03-24T17:13:46.249Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40052026-03-24T17:13:46.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-24T17:13:47.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-24T17:13:47.243Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-03-24T17:13:47.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
40092026-03-24T17:13:48.020Z
40102026-03-24T17:13:48.020Zinfo: running `cargo check --bins` on db-dev (218/267)
40112026-03-24T17:13:48.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-24T17:13:48.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-24T17:13:49.019Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-03-24T17:13:49.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
40152026-03-24T17:13:50.215Z
40162026-03-24T17:13:50.215Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40172026-03-24T17:13:50.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-24T17:13:50.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-24T17:13:50.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-24T17:13:50.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
40212026-03-24T17:13:51.097Z
40222026-03-24T17:13:51.097Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40232026-03-24T17:13:51.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-24T17:13:51.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-24T17:13:51.940Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-03-24T17:13:52.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
40272026-03-24T17:13:53.039Z
40282026-03-24T17:13:53.039Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40292026-03-24T17:13:53.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-24T17:13:53.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-24T17:13:54.086Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-03-24T17:13:54.088Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-24T17:13:54.092Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40342026-03-24T17:13:54.092Z Checking git-stub v1.0.0
40352026-03-24T17:13:54.092Z Compiling trait-variant v0.1.2
40362026-03-24T17:13:54.230Z Checking maplit v1.0.2
40372026-03-24T17:13:54.247Z Checking is_ci v1.2.0
40382026-03-24T17:13:54.273Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-03-24T17:13:54.369Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40402026-03-24T17:13:54.423Z Checking supports-color v3.0.2
40412026-03-24T17:13:54.442Z Checking git-stub-vcs v0.1.0
40422026-03-24T17:13:54.500Z Checking drift v0.1.3
40432026-03-24T17:13:54.576Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-03-24T17:13:54.596Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-24T17:13:54.703Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-03-24T17:13:54.832Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-24T17:13:54.870Z Checking dropshot-api-manager v0.6.0
40482026-03-24T17:13:54.915Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40492026-03-24T17:13:54.936Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40502026-03-24T17:13:55.202Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40512026-03-24T17:13:55.272Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-24T17:13:55.535Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40532026-03-24T17:13:55.887Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-03-24T17:14:02.843Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-03-24T17:14:04.233Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-03-24T17:14:05.001Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-03-24T17:14:05.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s
40582026-03-24T17:14:05.758Z
40592026-03-24T17:14:05.759Zinfo: running `cargo check --bins` on installinator-api (222/267)
40602026-03-24T17:14:06.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-24T17:14:06.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-24T17:14:06.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-03-24T17:14:06.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40642026-03-24T17:14:06.576Z
40652026-03-24T17:14:06.577Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40662026-03-24T17:14:07.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-24T17:14:07.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-24T17:14:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-03-24T17:14:07.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40702026-03-24T17:14:07.433Z
40712026-03-24T17:14:07.433Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40722026-03-24T17:14:08.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-24T17:14:08.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-24T17:14:08.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-03-24T17:14:08.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40762026-03-24T17:14:08.294Z
40772026-03-24T17:14:08.294Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40782026-03-24T17:14:09.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-03-24T17:14:09.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-03-24T17:14:09.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-03-24T17:14:09.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40822026-03-24T17:14:09.153Z
40832026-03-24T17:14:09.153Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40842026-03-24T17:14:09.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-24T17:14:09.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-24T17:14:09.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-03-24T17:14:09.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40882026-03-24T17:14:09.960Z
40892026-03-24T17:14:09.961Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40902026-03-24T17:14:10.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-03-24T17:14:10.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-03-24T17:14:10.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-03-24T17:14:10.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40942026-03-24T17:14:10.754Z
40952026-03-24T17:14:10.754Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40962026-03-24T17:14:11.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-03-24T17:14:11.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-03-24T17:14:11.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-03-24T17:14:11.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
41002026-03-24T17:14:11.585Z
41012026-03-24T17:14:11.585Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41022026-03-24T17:14:12.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-03-24T17:14:12.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-03-24T17:14:12.418Z Checking erased-serde v0.4.9
41052026-03-24T17:14:12.545Z Checking ordered-float v2.10.1
41062026-03-24T17:14:12.567Z Checking unicode-xid v0.2.6
41072026-03-24T17:14:12.592Z Checking cargo-platform v0.2.0
41082026-03-24T17:14:12.830Z Checking serde-value v0.7.0
41092026-03-24T17:14:12.995Z Checking serde-untagged v0.1.9
41102026-03-24T17:14:13.205Z Checking cargo-util-schemas v0.8.2
41112026-03-24T17:14:14.199Z Checking cargo_metadata v0.21.0
41122026-03-24T17:14:15.060Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41132026-03-24T17:14:15.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
41142026-03-24T17:14:16.188Z
41152026-03-24T17:14:16.188Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41162026-03-24T17:14:16.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-03-24T17:14:16.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-03-24T17:14:17.214Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41192026-03-24T17:14:17.981Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41202026-03-24T17:14:18.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
41212026-03-24T17:14:18.818Z
41222026-03-24T17:14:18.818Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41232026-03-24T17:14:19.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-24T17:14:19.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-24T17:14:20.010Z Compiling vergen-gitcl v1.0.8
41262026-03-24T17:14:20.011Z Compiling dirs-sys-next v0.1.2
41272026-03-24T17:14:20.011Z Compiling glob v0.3.3
41282026-03-24T17:14:20.019Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-03-24T17:14:20.019Z Compiling crunchy v0.2.4
41302026-03-24T17:14:20.019Z Compiling diesel_derives v2.3.7
41312026-03-24T17:14:20.020Z Compiling dsl_auto_type v0.2.0
41322026-03-24T17:14:20.166Z Checking scheduled-thread-pool v0.2.7
41332026-03-24T17:14:20.349Z Compiling diesel_table_macro_syntax v0.3.0
41342026-03-24T17:14:20.397Z Compiling tiny-keccak v2.0.2
41352026-03-24T17:14:20.584Z Compiling dirs-next v2.0.0
41362026-03-24T17:14:20.657Z Checking r2d2 v0.8.10
41372026-03-24T17:14:20.695Z Compiling bit-vec v0.6.3
41382026-03-24T17:14:20.734Z Compiling term v0.7.0
41392026-03-24T17:14:20.747Z Checking downcast-rs v2.0.2
41402026-03-24T17:14:20.773Z Compiling clang-sys v1.8.1
41412026-03-24T17:14:20.888Z Compiling itertools v0.10.5
41422026-03-24T17:14:20.967Z Compiling bit-set v0.5.3
41432026-03-24T17:14:21.166Z Compiling ascii-canvas v3.0.0
41442026-03-24T17:14:21.210Z Compiling ena v0.14.4
41452026-03-24T17:14:21.265Z Compiling libloading v0.8.9
41462026-03-24T17:14:21.404Z Compiling diff v0.1.13
41472026-03-24T17:14:21.469Z Compiling regex-syntax v0.6.29
41482026-03-24T17:14:21.493Z Compiling bindgen v0.71.1
41492026-03-24T17:14:21.528Z Compiling cexpr v0.6.0
41502026-03-24T17:14:21.742Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41512026-03-24T17:14:21.976Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41522026-03-24T17:14:22.075Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41532026-03-24T17:14:22.187Z Compiling libxml v0.3.3
41542026-03-24T17:14:22.377Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41552026-03-24T17:14:22.463Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41562026-03-24T17:14:22.489Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41572026-03-24T17:14:22.733Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41582026-03-24T17:14:22.757Z Compiling strum_macros v0.24.3
41592026-03-24T17:14:22.856Z Compiling indoc v1.0.9
41602026-03-24T17:14:23.421Z Compiling lalrpop v0.19.12
41612026-03-24T17:14:24.180Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41622026-03-24T17:14:24.404Z Checking derive_builder v0.20.2
41632026-03-24T17:14:24.423Z Compiling oso-derive v0.27.3
41642026-03-24T17:14:24.548Z Checking quick-xml v0.37.5
41652026-03-24T17:14:24.595Z Compiling impl-trait-for-tuples v0.2.3
41662026-03-24T17:14:25.040Z Checking openssl-probe v0.1.6
41672026-03-24T17:14:25.213Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41682026-03-24T17:14:25.737Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41692026-03-24T17:14:25.972Z Checking bb8 v0.8.6
41702026-03-24T17:14:26.188Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41712026-03-24T17:14:26.330Z Checking nonempty v0.12.0
41722026-03-24T17:14:26.452Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41732026-03-24T17:14:26.540Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41742026-03-24T17:14:26.714Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41752026-03-24T17:14:26.735Z Checking support-bundle-viewer v0.1.2
41762026-03-24T17:14:26.806Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41772026-03-24T17:14:26.965Z Checking multimap v0.10.1
41782026-03-24T17:14:28.060Z Checking diesel v2.3.7
41792026-03-24T17:14:29.939Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-03-24T17:14:31.043Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-03-24T17:14:31.508Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-03-24T17:14:32.107Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41832026-03-24T17:14:33.342Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41842026-03-24T17:14:33.442Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-03-24T17:14:33.502Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-24T17:14:34.223Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-03-24T17:14:36.930Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-03-24T17:14:43.194Z Compiling samael v0.0.19
41892026-03-24T17:14:48.105Z Checking diesel-dtrace v0.5.0
41902026-03-24T17:14:48.404Z Checking async-bb8-diesel v0.2.1
41912026-03-24T17:14:49.778Z Compiling polar-core v0.27.3
41922026-03-24T17:14:55.596Z Checking oso v0.27.3
41932026-03-24T17:15:49.697Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-03-24T17:16:36.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
41952026-03-24T17:16:36.926Z
41962026-03-24T17:16:36.926Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41972026-03-24T17:16:37.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-24T17:16:37.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-24T17:16:37.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-24T17:16:37.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42012026-03-24T17:16:37.353Z
42022026-03-24T17:16:37.354Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42032026-03-24T17:16:38.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-24T17:16:38.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-24T17:16:38.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-24T17:16:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42072026-03-24T17:16:38.324Z
42082026-03-24T17:16:38.325Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42092026-03-24T17:16:38.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-24T17:16:38.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-24T17:16:38.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-24T17:16:38.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42132026-03-24T17:16:39.006Z
42142026-03-24T17:16:39.006Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42152026-03-24T17:16:39.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-24T17:16:39.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-24T17:16:40.196Z Compiling libz-sys v1.1.24
42182026-03-24T17:16:40.360Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-03-24T17:16:40.372Z Compiling vergen-git2 v1.0.7
42202026-03-24T17:16:40.387Z Compiling rustls v0.21.12
42212026-03-24T17:16:40.406Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-03-24T17:16:40.427Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-03-24T17:16:40.433Z Checking sct v0.7.1
42242026-03-24T17:16:40.433Z Checking rustls-webpki v0.101.7
42252026-03-24T17:16:40.610Z Compiling nix v0.29.0
42262026-03-24T17:16:40.652Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42272026-03-24T17:16:40.690Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42282026-03-24T17:16:40.714Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-03-24T17:16:40.867Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-03-24T17:16:41.040Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42312026-03-24T17:16:41.063Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42322026-03-24T17:16:41.133Z Checking rustls-pemfile v1.0.4
42332026-03-24T17:16:41.299Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42342026-03-24T17:16:41.438Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-03-24T17:16:41.653Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-03-24T17:16:41.674Z Checking twox-hash v2.1.2
42372026-03-24T17:16:41.775Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42382026-03-24T17:16:42.437Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42392026-03-24T17:16:42.608Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42402026-03-24T17:16:42.668Z Checking tokio-rustls v0.24.1
42412026-03-24T17:16:42.777Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42422026-03-24T17:16:42.920Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42432026-03-24T17:16:43.103Z Checking fatfs v0.3.6
42442026-03-24T17:16:43.453Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42452026-03-24T17:16:43.682Z Compiling seq-macro v0.3.6
42462026-03-24T17:16:48.527Z Compiling git2 v0.20.4
42472026-03-24T17:16:49.445Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42482026-03-24T17:16:49.603Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-24T17:16:51.747Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42502026-03-24T17:18:00.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42512026-03-24T17:18:01.072Z
42522026-03-24T17:18:01.072Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42532026-03-24T17:18:01.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-24T17:18:01.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-24T17:18:02.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-03-24T17:19:01.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42572026-03-24T17:19:01.712Z
42582026-03-24T17:19:01.712Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42592026-03-24T17:19:02.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-24T17:19:02.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-24T17:19:02.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-24T17:19:02.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42632026-03-24T17:19:02.514Z
42642026-03-24T17:19:02.514Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42652026-03-24T17:19:03.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-24T17:19:03.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-24T17:19:03.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-24T17:19:03.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42692026-03-24T17:19:03.394Z
42702026-03-24T17:19:03.394Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42712026-03-24T17:19:04.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-24T17:19:04.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-24T17:19:04.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-24T17:19:04.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42752026-03-24T17:19:04.253Z
42762026-03-24T17:19:04.253Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42772026-03-24T17:19:05.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-24T17:19:05.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-24T17:19:05.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-24T17:19:05.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42812026-03-24T17:19:05.123Z
42822026-03-24T17:19:05.123Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42832026-03-24T17:19:05.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-24T17:19:05.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-24T17:19:05.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-24T17:19:05.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42872026-03-24T17:19:06.015Z
42882026-03-24T17:19:06.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42892026-03-24T17:19:06.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-24T17:19:06.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-24T17:19:06.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-03-24T17:19:06.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42932026-03-24T17:19:06.886Z
42942026-03-24T17:19:06.886Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42952026-03-24T17:19:07.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-24T17:19:07.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-24T17:19:07.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-03-24T17:19:07.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42992026-03-24T17:19:07.738Z
43002026-03-24T17:19:07.738Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43012026-03-24T17:19:08.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-24T17:19:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-24T17:19:08.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-03-24T17:19:08.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
43052026-03-24T17:19:08.615Z
43062026-03-24T17:19:08.615Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43072026-03-24T17:19:09.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-24T17:19:09.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-24T17:19:09.853Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-03-24T17:19:09.856Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-03-24T17:19:10.044Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43122026-03-24T17:19:10.071Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43132026-03-24T17:19:10.074Z Checking diff v0.1.13
43142026-03-24T17:19:10.074Z Checking yansi v1.0.1
43152026-03-24T17:19:10.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43162026-03-24T17:19:10.129Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43172026-03-24T17:19:10.247Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43182026-03-24T17:19:10.447Z Checking pretty_assertions v1.4.1
43192026-03-24T17:19:11.303Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43202026-03-24T17:19:43.804Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-03-24T17:19:43.807Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-03-24T17:19:43.807Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43232026-03-24T17:19:43.807Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43242026-03-24T17:19:43.807Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-03-24T17:19:43.807Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-03-24T17:19:44.721Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-03-24T17:19:46.117Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43282026-03-24T17:20:45.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43292026-03-24T17:20:45.946Z
43302026-03-24T17:20:45.946Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43312026-03-24T17:20:46.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-24T17:20:46.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-24T17:20:46.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-03-24T17:20:46.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
43352026-03-24T17:20:46.736Z
43362026-03-24T17:20:46.736Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43372026-03-24T17:20:47.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-03-24T17:20:47.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-03-24T17:20:47.798Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43402026-03-24T17:20:47.946Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-03-24T17:20:47.949Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43422026-03-24T17:21:28.389Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43432026-03-24T17:21:28.424Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43442026-03-24T17:21:28.424Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43452026-03-24T17:21:28.424Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43462026-03-24T17:21:32.098Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43472026-03-24T17:22:03.955Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43482026-03-24T17:22:04.750Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-03-24T17:22:06.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43502026-03-24T17:22:07.089Z
43512026-03-24T17:22:07.089Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43522026-03-24T17:22:07.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-03-24T17:22:07.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-03-24T17:22:08.156Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43552026-03-24T17:22:08.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
43562026-03-24T17:22:09.167Z
43572026-03-24T17:22:09.167Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43582026-03-24T17:22:09.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-03-24T17:22:09.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-03-24T17:22:10.057Z Compiling blake3 v1.8.3
43612026-03-24T17:22:10.224Z Checking arrayref v0.3.9
43622026-03-24T17:22:10.229Z Checking arrayvec v0.7.6
43632026-03-24T17:22:10.230Z Checking constant_time_eq v0.4.2
43642026-03-24T17:22:10.230Z Checking topological-sort v0.2.2
43652026-03-24T17:22:10.230Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43662026-03-24T17:22:10.230Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43672026-03-24T17:22:10.230Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43682026-03-24T17:22:10.316Z Checking shell-words v1.1.1
43692026-03-24T17:22:11.207Z Checking omicron-zone-package v0.12.2
43702026-03-24T17:22:12.189Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43712026-03-24T17:22:13.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
43722026-03-24T17:22:13.509Z
43732026-03-24T17:22:13.509Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43742026-03-24T17:22:14.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-03-24T17:22:14.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-03-24T17:22:14.387Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43772026-03-24T17:22:15.825Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43782026-03-24T17:22:15.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43792026-03-24T17:22:15.842Z
43802026-03-24T17:22:15.842Zinfo: running `cargo check --bins` on xtask (251/267)
43812026-03-24T17:22:16.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-24T17:22:16.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-24T17:22:16.156Z Checking libc v0.2.180
43842026-03-24T17:22:16.248Z Checking serde v1.0.228
43852026-03-24T17:22:16.262Z Checking zerofrom v0.1.6
43862026-03-24T17:22:16.267Z Checking bitflags v2.11.0
43872026-03-24T17:22:16.281Z Checking smallvec v1.15.1
43882026-03-24T17:22:16.299Z Checking hashbrown v0.16.1
43892026-03-24T17:22:16.306Z Checking serde_json v1.0.149
43902026-03-24T17:22:16.311Z Checking scroll v0.12.0
43912026-03-24T17:22:16.394Z Checking yoke v0.8.1
43922026-03-24T17:22:16.461Z Checking num-traits v0.2.19
43932026-03-24T17:22:16.517Z Checking thiserror v1.0.69
43942026-03-24T17:22:16.611Z Checking zerovec v0.11.5
43952026-03-24T17:22:16.611Z Checking zerotrie v0.2.3
43962026-03-24T17:22:16.637Z Checking log v0.4.29
43972026-03-24T17:22:16.664Z Checking errno v0.3.14
43982026-03-24T17:22:16.816Z Checking toml_datetime v0.6.11
43992026-03-24T17:22:16.830Z Checking serde_spanned v0.6.9
44002026-03-24T17:22:16.834Z Checking rustix v1.1.3
44012026-03-24T17:22:16.934Z Checking indexmap v2.13.0
44022026-03-24T17:22:16.957Z Checking percent-encoding v2.3.2
44032026-03-24T17:22:16.986Z Checking goblin v0.8.2
44042026-03-24T17:22:17.051Z Checking zerocopy v0.7.35
44052026-03-24T17:22:17.131Z Checking form_urlencoded v1.2.2
44062026-03-24T17:22:17.196Z Checking getrandom v0.4.1
44072026-03-24T17:22:17.227Z Checking tinystr v0.8.2
44082026-03-24T17:22:17.261Z Checking potential_utf v0.1.4
44092026-03-24T17:22:17.300Z Checking ordered-float v2.10.1
44102026-03-24T17:22:17.362Z Checking thiserror v2.0.18
44112026-03-24T17:22:17.415Z Checking icu_collections v2.1.1
44122026-03-24T17:22:17.465Z Checking icu_locale_core v2.1.1
44132026-03-24T17:22:17.508Z Checking syn v2.0.117
44142026-03-24T17:22:17.614Z Checking serde-value v0.7.0
44152026-03-24T17:22:17.670Z Checking toml_edit v0.22.27
44162026-03-24T17:22:17.756Z Checking dtrace-parser v0.2.0
44172026-03-24T17:22:17.823Z Checking thread-id v4.2.2
44182026-03-24T17:22:17.872Z Checking once_cell v1.21.3
44192026-03-24T17:22:17.907Z Checking cargo-platform v0.2.0
44202026-03-24T17:22:17.992Z Checking terminal_size v0.4.3
44212026-03-24T17:22:18.073Z Checking memmap v0.7.0
44222026-03-24T17:22:18.089Z Checking tempfile v3.25.0
44232026-03-24T17:22:18.128Z Checking clap_builder v4.5.60
44242026-03-24T17:22:18.149Z Checking textwrap v0.16.2
44252026-03-24T17:22:18.233Z Checking icu_provider v2.1.1
44262026-03-24T17:22:18.238Z Checking fs-err v3.3.0
44272026-03-24T17:22:18.357Z Checking camino-tempfile v1.4.1
44282026-03-24T17:22:18.429Z Checking tabled v0.15.0
44292026-03-24T17:22:18.465Z Checking anyhow v1.0.102
44302026-03-24T17:22:18.519Z Checking icu_normalizer v2.1.1
44312026-03-24T17:22:18.538Z Checking icu_properties v2.1.2
44322026-03-24T17:22:18.729Z Checking macaddr v1.0.1
44332026-03-24T17:22:18.928Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44342026-03-24T17:22:19.190Z Checking toml v0.8.23
44352026-03-24T17:22:19.608Z Checking cargo_toml v0.21.0
44362026-03-24T17:22:19.633Z Checking dof v0.3.0
44372026-03-24T17:22:19.668Z Checking idna_adapter v1.2.1
44382026-03-24T17:22:19.763Z Checking clap v4.5.60
44392026-03-24T17:22:19.820Z Checking idna v1.1.0
44402026-03-24T17:22:20.032Z Checking usdt-impl v0.5.0
44412026-03-24T17:22:20.107Z Checking url v2.5.8
44422026-03-24T17:22:20.356Z Checking usdt v0.5.0
44432026-03-24T17:22:20.589Z Checking cargo-util-schemas v0.8.2
44442026-03-24T17:22:21.596Z Checking cargo_metadata v0.21.0
44452026-03-24T17:22:22.475Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44462026-03-24T17:22:23.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
44472026-03-24T17:22:23.175Z
44482026-03-24T17:22:23.175Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44492026-03-24T17:22:23.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-24T17:22:24.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-24T17:22:24.279Z Checking polyval v0.6.2
44522026-03-24T17:22:24.477Z Checking ctr v0.9.2
44532026-03-24T17:22:24.528Z Checking ssh-encoding v0.2.0
44542026-03-24T17:22:24.528Z Checking blowfish v0.9.1
44552026-03-24T17:22:24.541Z Checking password-hash v0.4.2
44562026-03-24T17:22:24.541Z Checking p256 v0.13.2
44572026-03-24T17:22:24.541Z Checking p521 v0.13.3
44582026-03-24T17:22:24.664Z Checking russh-cryptovec v0.7.3
44592026-03-24T17:22:24.664Z Checking ghash v0.5.1
44602026-03-24T17:22:24.701Z Checking md5 v0.7.0
44612026-03-24T17:22:24.701Z Checking bcrypt-pbkdf v0.10.0
44622026-03-24T17:22:24.729Z Checking num-bigint v0.4.6
44632026-03-24T17:22:24.729Z Checking des v0.8.1
44642026-03-24T17:22:24.758Z Checking aes-gcm v0.10.3
44652026-03-24T17:22:24.792Z Checking pbkdf2 v0.11.0
44662026-03-24T17:22:24.839Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-03-24T17:22:24.859Z Checking hex-literal v0.4.1
44682026-03-24T17:22:24.864Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44692026-03-24T17:22:24.902Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44702026-03-24T17:22:24.939Z Checking ssh-cipher v0.2.0
44712026-03-24T17:22:24.970Z Checking socket2 v0.5.10
44722026-03-24T17:22:25.010Z Checking internet-checksum v0.2.1
44732026-03-24T17:22:26.695Z Checking ssh-key v0.6.7
44742026-03-24T17:22:26.736Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44752026-03-24T17:22:26.736Z Checking russh-keys v0.45.0
44762026-03-24T17:22:26.771Z Checking russh v0.45.0
44772026-03-24T17:22:48.260Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44782026-03-24T17:22:49.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.61s
44792026-03-24T17:22:50.043Z
44802026-03-24T17:22:50.043Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44812026-03-24T17:22:50.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-24T17:22:50.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-24T17:22:50.922Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44842026-03-24T17:22:51.055Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44852026-03-24T17:22:51.148Z Checking termios v0.3.3
44862026-03-24T17:22:53.026Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44872026-03-24T17:22:53.617Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44882026-03-24T17:22:55.615Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44892026-03-24T17:22:56.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
44902026-03-24T17:22:56.609Z
44912026-03-24T17:22:56.609Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44922026-03-24T17:23:00.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-24T17:23:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-24T17:23:00.088Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44952026-03-24T17:23:00.088Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44962026-03-24T17:23:00.089Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44972026-03-24T17:23:00.089Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44982026-03-24T17:23:00.089Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44992026-03-24T17:23:00.089Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45002026-03-24T17:23:00.089Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45012026-03-24T17:23:00.089Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45022026-03-24T17:23:00.089Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45032026-03-24T17:23:00.089Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-24T17:23:00.130Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45052026-03-24T17:23:02.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
45062026-03-24T17:23:02.434Z
45072026-03-24T17:23:02.434Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45082026-03-24T17:23:03.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-03-24T17:23:03.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-03-24T17:23:03.301Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45112026-03-24T17:23:03.871Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45122026-03-24T17:23:04.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45132026-03-24T17:23:04.494Z
45142026-03-24T17:23:04.494Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45152026-03-24T17:23:05.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-24T17:23:05.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-24T17:23:05.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-24T17:23:05.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45192026-03-24T17:23:05.283Z
45202026-03-24T17:23:05.283Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45212026-03-24T17:23:05.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-24T17:23:05.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-24T17:23:05.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-03-24T17:23:05.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45252026-03-24T17:23:06.085Z
45262026-03-24T17:23:06.086Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45272026-03-24T17:23:06.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-24T17:23:06.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-24T17:23:07.125Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45302026-03-24T17:23:07.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45312026-03-24T17:23:08.085Z
45322026-03-24T17:23:08.085Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45332026-03-24T17:23:08.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-24T17:23:08.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-24T17:23:08.972Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45362026-03-24T17:23:08.975Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45372026-03-24T17:23:09.283Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45382026-03-24T17:23:09.286Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45392026-03-24T17:23:10.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45402026-03-24T17:23:10.493Z
45412026-03-24T17:23:10.493Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45422026-03-24T17:23:11.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-24T17:23:11.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-24T17:23:11.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-24T17:23:11.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45462026-03-24T17:23:11.293Z
45472026-03-24T17:23:11.293Zinfo: running `cargo check --bins` on omicron-package (261/267)
45482026-03-24T17:23:12.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-24T17:23:12.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-24T17:23:12.205Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45512026-03-24T17:23:13.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
45522026-03-24T17:23:13.818Z
45532026-03-24T17:23:13.818Zinfo: running `cargo check --bins` on tqdb (262/267)
45542026-03-24T17:23:14.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-24T17:23:14.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-24T17:23:14.897Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45572026-03-24T17:23:15.346Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45582026-03-24T17:23:16.056Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45592026-03-24T17:23:16.061Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45602026-03-24T17:23:22.718Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45612026-03-24T17:23:23.633Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45622026-03-24T17:23:23.636Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45632026-03-24T17:23:23.637Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45642026-03-24T17:23:23.637Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45652026-03-24T17:23:24.618Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45662026-03-24T17:23:34.515Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45672026-03-24T17:23:42.441Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45682026-03-24T17:23:42.445Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45692026-03-24T17:23:42.445Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45702026-03-24T17:23:42.446Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45712026-03-24T17:23:44.390Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45722026-03-24T17:23:46.193Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45732026-03-24T17:23:47.075Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45742026-03-24T17:23:48.792Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45752026-03-24T17:23:49.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.67s
45762026-03-24T17:23:49.724Z
45772026-03-24T17:23:49.724Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45782026-03-24T17:23:50.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-03-24T17:23:50.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-03-24T17:23:50.699Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-03-24T17:23:50.836Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45822026-03-24T17:23:50.852Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45832026-03-24T17:23:50.871Z Checking rtoolbox v0.0.3
45842026-03-24T17:23:50.890Z Checking tui-tree-widget v0.23.1
45852026-03-24T17:23:51.022Z Checking rpassword v7.4.0
45862026-03-24T17:23:51.156Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45872026-03-24T17:23:52.124Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45882026-03-24T17:23:58.752Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-03-24T17:23:59.675Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45902026-03-24T17:24:01.069Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45912026-03-24T17:24:05.243Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45922026-03-24T17:24:07.779Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45932026-03-24T17:24:08.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
45942026-03-24T17:24:09.190Z
45952026-03-24T17:24:09.191Zinfo: running `cargo check --bins` on wicket (264/267)
45962026-03-24T17:24:09.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-03-24T17:24:09.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-03-24T17:24:10.139Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45992026-03-24T17:24:10.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46002026-03-24T17:24:10.819Z
46012026-03-24T17:24:10.819Zinfo: running `cargo check --bins` on wicketd (265/267)
46022026-03-24T17:24:11.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-24T17:24:11.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-24T17:24:11.801Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46052026-03-24T17:24:11.942Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46062026-03-24T17:24:11.949Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46072026-03-24T17:24:11.949Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46082026-03-24T17:24:13.359Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46092026-03-24T17:24:14.139Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46102026-03-24T17:24:18.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
46112026-03-24T17:24:18.406Z
46122026-03-24T17:24:18.406Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46132026-03-24T17:24:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-24T17:24:19.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-24T17:24:19.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-03-24T17:24:19.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
46172026-03-24T17:24:19.206Z
46182026-03-24T17:24:19.206Zinfo: running `cargo check --bins` on zone-setup (267/267)
46192026-03-24T17:24:19.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-03-24T17:24:19.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-03-24T17:24:20.125Z Checking uzers v0.12.2
46222026-03-24T17:24:20.470Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46232026-03-24T17:24:21.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
46242026-03-24T17:24:21.688Z
46252026-03-24T17:24:21.753Zreal 19:14.709459376
46262026-03-24T17:24:21.753Zuser 28:34.326297395
46272026-03-24T17:24:21.753Zsys 5:16.715324311
46282026-03-24T17:24:21.753Ztrap 0.481152951
46292026-03-24T17:24:21.753Ztflt 0.318928084
46302026-03-24T17:24:21.753Zdflt 0.626260851
46312026-03-24T17:24:21.753Zkflt 0.000810612
46322026-03-24T17:24:21.753Zlock 1:45:11.820505562
46332026-03-24T17:24:21.753Zslp 2:14:18.374473339
46342026-03-24T17:24:21.753Zlat 1:22.662844825
46352026-03-24T17:24:21.753Zstop 5:21.202350308
46362026-03-24T17:24:21.753Zprocess exited: duration 1396282 ms, exit code 0
 
46372026-03-24T17:24:21.776Zfound 0 output files