01KM36PKXMC42GB9FA2MJ76ZAC: 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: 01KM36Q5X8QX1CJHM9GVWYPBCV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T14:08:08.520Zjob assigned to worker 01KM36Q7B4KR05T8VW1J7R5DH9 [factory aws, i-0053f374e019f1100] (queued for 1 m 20 s)
 
22026-03-19T14:08:16.095Zstarting task 0: "setup"
32026-03-19T14:08:16.100Z++ uname -s
42026-03-19T14:08:16.104Z+ kern=SunOS
52026-03-19T14:08:16.104Z+ build_user=build
62026-03-19T14:08:16.104Z+ build_uid=12345
72026-03-19T14:08:16.104Z+ work_dir=/work
82026-03-19T14:08:16.104Z+ input_dir=/input
92026-03-19T14:08:16.104Z+ [[ 0 == 12345 ]]
102026-03-19T14:08:16.104Z+ case "$kern" in
112026-03-19T14:08:16.105Z+ groupadd -g 12345 build
122026-03-19T14:08:16.105Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T14:08:18.109Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T14:08:18.227Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T14:08:18.230Z+ home_fs=zfs
162026-03-19T14:08:18.230Z+ [[ zfs == autofs ]]
172026-03-19T14:08:18.230Z+ mkdir -p /home/build
182026-03-19T14:08:18.230Z+ chown build:build /home/build /work
192026-03-19T14:08:20.232Z+ chmod 0700 /home/build /work
202026-03-19T14:08:20.236Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-19T14:08:20.243Zstarting task 1: "rust-toolchain"
222026-03-19T14:08:20.248Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T14:08:20.248Z * rust toolchain channel = "1.94.0"
242026-03-19T14:08:20.248Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T14:08:20.248Z * rust toolchain profile = "default"
262026-03-19T14:08:20.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T14:08:20.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T14:08:20.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T14:08:20.252Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T14:08:20.411Zinfo: downloading installer
312026-03-19T14:08:22.163Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T14:08:22.163Zwarn: /opt/ooce/bin
332026-03-19T14:08:22.163Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T14:08:22.163Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T14:08:22.164Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T14:08:22.164Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T14:08:22.164Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T14:08:22.164Zerror: cannot install while Rust is installed
392026-03-19T14:08:22.164Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T14:08:22.164Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T14:08:22.164Zwarn: /home/build/.rustup/settings.toml
422026-03-19T14:08:22.164Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T14:08:22.164Zwarn: instead of the one inferred from the default host triple.
442026-03-19T14:08:22.175Zinfo: profile set to default
452026-03-19T14:08:22.175Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T14:08:22.178Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T14:08:22.321Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T14:08:22.325Zinfo: downloading 6 components
492026-03-19T14:08:37.758Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T14:08:37.758Z
512026-03-19T14:08:37.798Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T14:08:37.798Z
532026-03-19T14:08:37.802Z
542026-03-19T14:08:37.802ZRust is installed now. Great!
552026-03-19T14:08:37.802Z
562026-03-19T14:08:37.802ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T14:08:37.802Zenvironment variable. This has not been done automatically.
582026-03-19T14:08:37.802Z
592026-03-19T14:08:37.802ZTo configure your current shell, you need to source
602026-03-19T14:08:37.802Zthe corresponding env file under $HOME/.cargo.
612026-03-19T14:08:37.802Z
622026-03-19T14:08:37.802ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T14:08:37.802Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T14:08:37.802Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T14:08:37.802Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T14:08:37.802Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T14:08:37.803Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T14:08:37.803Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T14:08:37.803Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T14:08:37.803Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T14:08:37.898Z+ rustup --version
722026-03-19T14:08:37.909Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T14:08:37.913Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T14:08:37.935Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T14:08:37.938Z+ cargo --version
762026-03-19T14:08:37.954Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T14:08:37.958Z+ rustc --version
782026-03-19T14:08:37.982Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T14:08:37.985Zprocess exited: duration 17747 ms, exit code 0
 
802026-03-19T14:08:37.992Zstarting task 2: "authentication"
812026-03-19T14:08:38.012Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T14:08:38.019Zstarting task 3: "clone repository"
832026-03-19T14:08:38.023Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T14:08:38.026Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T14:08:38.056ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T14:08:48.435Z+ cd /work/oxidecomputer/omicron
872026-03-19T14:08:48.435Z+ git fetch origin 8097eec323482ecd52143ab847c79d05b48b8972
882026-03-19T14:08:48.821ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T14:08:48.821Z * branch 8097eec323482ecd52143ab847c79d05b48b8972 -> FETCH_HEAD
902026-03-19T14:08:48.831Z+ [[ -n '' ]]
912026-03-19T14:08:48.831Z+ git reset --hard 8097eec323482ecd52143ab847c79d05b48b8972
922026-03-19T14:08:49.156ZHEAD is now at 8097eec32 Merge branch 'main' into john/stronger-unnumbered-types-1
932026-03-19T14:08:49.159Zprocess exited: duration 11142 ms, exit code 0
 
942026-03-19T14:08:49.165Zstarting task 4: "build"
952026-03-19T14:08:49.170Z+ source .github/buildomat/ci-env.sh
962026-03-19T14:08:49.173Z++ export CARGO_TERM_COLOR=always
972026-03-19T14:08:49.173Z++ CARGO_TERM_COLOR=always
982026-03-19T14:08:49.173Z+ cargo --version
992026-03-19T14:08:49.183Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-03-19T14:08:49.187Z+ rustc --version
1012026-03-19T14:08:49.210Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-03-19T14:08:49.213Z+ source ./env.sh
1032026-03-19T14:08:49.213Z++ OLD_SHELL_OPTS=ehxB
1042026-03-19T14:08:49.213Z++ set -o xtrace
1052026-03-19T14:08:49.217Z++++ dirname ./env.sh
1062026-03-19T14:08:49.217Z+++ readlink -f .
1072026-03-19T14:08:49.220Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-03-19T14:08:49.220Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T14:08:49.220Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-19T14:08:49.220Z++ 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
1112026-03-19T14:08:49.220Z++ 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
1122026-03-19T14:08:49.220Z++ 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
1132026-03-19T14:08:49.220Z++ 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
1142026-03-19T14:08:49.220Z++ 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
1152026-03-19T14:08:49.220Z++ 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
1162026-03-19T14:08:49.220Z++ case $OLD_SHELL_OPTS in
1172026-03-19T14:08:49.220Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-03-19T14:08:49.221Z+ 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
1192026-03-19T14:08:49.221Z+ 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
1202026-03-19T14:08:49.221Z+ banner prerequisites
1212026-03-19T14:08:49.224Z
1222026-03-19T14:08:49.224Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-03-19T14:08:49.224Z # # # # # # # # # # # # # # #
1242026-03-19T14:08:49.224Z # # # # ##### # # ##### # # # # # #### #
1252026-03-19T14:08:49.224Z ##### ##### # ##### # # # # # # # # #
1262026-03-19T14:08:49.224Z # # # # # # # # # # # # # # #
1272026-03-19T14:08:49.224Z # # # ###### # # ###### ### # #### # #### #
1282026-03-19T14:08:49.224Z
1292026-03-19T14:08:49.224Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-03-19T14:08:59.097Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-03-19T14:09:08.970Z Startup: Caching catalogs ... Done
1322026-03-19T14:09:32.347ZPlanning: Solver setup ... Done (21.911s)
1332026-03-19T14:09:32.502ZPlanning: Running solver ... Done (0.156s)
1342026-03-19T14:09:32.693ZPlanning: Finding local manifests ... Done (0.003s)
1352026-03-19T14:09:32.705ZPlanning: Fetching manifests: 0/4 0% complete
1362026-03-19T14:09:32.858ZPlanning: Fetching manifests: 4/4 100% complete
1372026-03-19T14:09:32.901ZPlanning: Package planning ... Done (0.043s)
1382026-03-19T14:09:32.940ZPlanning: Merging actions ... Done (0.039s)
1392026-03-19T14:09:33.186ZPlanning: Checking for conflicting actions ... Done (0.247s)
1402026-03-19T14:09:33.197ZPlanning: Consolidating action changes ... Done (0.010s)
1412026-03-19T14:09:34.068ZPlanning: Evaluating mediators ... Done (0.871s)
1422026-03-19T14:09:34.076ZPlanning: Planning completed in 24.97 seconds
1432026-03-19T14:09:34.090Z Packages to install: 4
1442026-03-19T14:09:34.093Z Mediators to change: 2
1452026-03-19T14:09:34.093Z Services to change: 1
1462026-03-19T14:09:34.093Z Estimated space available: 155.43 GB
1472026-03-19T14:09:34.093ZEstimated space to be consumed: 1.83 GB
1482026-03-19T14:09:34.093Z Create boot environment: No
1492026-03-19T14:09:34.093ZCreate backup boot environment: No
1502026-03-19T14:09:34.093Z Rebuild boot archive: No
1512026-03-19T14:09:34.093Z
1522026-03-19T14:09:34.093ZChanged mediators:
1532026-03-19T14:09:34.093Z mediator clang:
1542026-03-19T14:09:34.093Z version: None -> 15 (system default)
1552026-03-19T14:09:34.093Z
1562026-03-19T14:09:34.093Z mediator llvm:
1572026-03-19T14:09:34.093Z version: 14 (system default) -> 15 (system default)
1582026-03-19T14:09:34.093Z
1592026-03-19T14:09:34.093ZChanged packages:
1602026-03-19T14:09:34.093Zhelios-dev
1612026-03-19T14:09:34.093Z developer/build-essential
1622026-03-19T14:09:34.093Z None -> 11-2.0
1632026-03-19T14:09:34.093Z library/libxmlsec1
1642026-03-19T14:09:34.093Z None -> 1.2.35-2.0
1652026-03-19T14:09:34.093Z ooce/developer/clang-15
1662026-03-19T14:09:34.093Z None -> 15.0.7-2.0
1672026-03-19T14:09:34.094Z ooce/developer/llvm-15
1682026-03-19T14:09:34.094Z None -> 15.0.7-2.0
1692026-03-19T14:09:34.094Z
1702026-03-19T14:09:34.094ZServices:
1712026-03-19T14:09:34.094Z restart_fmri:
1722026-03-19T14:09:34.094Z svc:/system/update-man-index:default
1732026-03-19T14:09:34.147Z
1742026-03-19T14:09:34.147ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1752026-03-19T14:09:39.149ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1762026-03-19T14:09:43.324ZDownload: Completed 212.60 MB in 9.18 seconds (23.2M/s)
1772026-03-19T14:09:43.618Z Actions: 1/3689 actions (Installing new actions)
1782026-03-19T14:09:47.740Z Actions: Completed 3689 actions in 4.12 seconds.
1792026-03-19T14:09:48.119Z Done (0.374s)
1802026-03-19T14:09:48.119Z Done (0.000s)
1812026-03-19T14:09:49.098Z Done (0.979s)
1822026-03-19T14:09:53.223Z Done (3.776s)
1832026-03-19T14:09:53.307Z Done (0.018s)
1842026-03-19T14:09:53.311Z Done (0.000s)
1852026-03-19T14:09:53.489Z Done (0.000s)
1862026-03-19T14:09:54.465ZPlanning: Evaluating mediator changes ... Done
1872026-03-19T14:09:54.609ZPlanning: Checking for conflicting actions ... Done
1882026-03-19T14:09:54.612ZPlanning: Consolidating action changes ... Done
1892026-03-19T14:09:54.834ZPlanning: Evaluating mediators ... Done
1902026-03-19T14:09:54.838ZPlanning: Planning completed in 0.37 seconds
1912026-03-19T14:09:54.865Z Mediators to change: 2
1922026-03-19T14:09:54.865Z Create boot environment: No
1932026-03-19T14:09:54.868ZCreate backup boot environment: No
1942026-03-19T14:09:54.938Z Done
1952026-03-19T14:09:54.938Z Done
1962026-03-19T14:09:55.693Z Done
1972026-03-19T14:09:59.029Z Done
1982026-03-19T14:09:59.117Z Done
1992026-03-19T14:09:59.121Z Done
2002026-03-19T14:09:59.262Z Done
2012026-03-19T14:09:59.804ZPlanning: Evaluating mediator changes ... Done
2022026-03-19T14:09:59.808ZPlanning: Merging actions ... Done
2032026-03-19T14:09:59.976ZPlanning: Checking for conflicting actions ... Done
2042026-03-19T14:09:59.980ZPlanning: Consolidating action changes ... Done
2052026-03-19T14:10:00.197ZPlanning: Evaluating mediators ... Done
2062026-03-19T14:10:00.239ZPlanning: Planning completed in 0.64 seconds
2072026-03-19T14:10:00.270Z Packages to change: 1
2082026-03-19T14:10:00.270Z Mediators to change: 1
2092026-03-19T14:10:00.274Z Services to change: 1
2102026-03-19T14:10:00.274Z Create boot environment: No
2112026-03-19T14:10:00.274ZCreate backup boot environment: Yes
2122026-03-19T14:10:02.854Z Actions: 1/6 actions (Updating modified actions)
2132026-03-19T14:10:02.857Z Actions: Completed 6 actions in 0.00 seconds.
2142026-03-19T14:10:02.857Z Done
2152026-03-19T14:10:02.857Z Done
2162026-03-19T14:10:03.048Z Done
2172026-03-19T14:10:06.357Z Done
2182026-03-19T14:10:06.443Z Done
2192026-03-19T14:10:06.449Z Done
2202026-03-19T14:10:06.617Z Done
2212026-03-19T14:10:07.004ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222026-03-19T14:10:07.004Zclang system 15 system
2232026-03-19T14:10:07.004Zcsh system system illumos
2242026-03-19T14:10:07.005Zctags system system illumos
2252026-03-19T14:10:07.005Zfile system system illumos
2262026-03-19T14:10:07.005Zgcc vendor 12 vendor
2272026-03-19T14:10:07.005Zgcc system 10 system
2282026-03-19T14:10:07.005Zgcc system 7 system
2292026-03-19T14:10:07.005Zgo system 1.20 system
2302026-03-19T14:10:07.005Zgo system 1.19 system
2312026-03-19T14:10:07.005Zllvm system 15 system
2322026-03-19T14:10:07.005Zllvm system 14 system
2332026-03-19T14:10:07.005Zmariadb system 10.6 system
2342026-03-19T14:10:07.005Zmta vendor vendor dma
2352026-03-19T14:10:07.005Zopenjdk system 17 system
2362026-03-19T14:10:07.005Zopenjdk system 11 system
2372026-03-19T14:10:07.005Zopenjdk system 1.8 system
2382026-03-19T14:10:07.005Zopenssl vendor 3 vendor
2392026-03-19T14:10:07.005Zperl system 5.36 system
2402026-03-19T14:10:07.005Zpostgresql system 15 system
2412026-03-19T14:10:07.005Zpostgresql system 13 system
2422026-03-19T14:10:07.006Zpython vendor 3 vendor
2432026-03-19T14:10:07.006Zpython system 2 system
2442026-03-19T14:10:07.006Zpython3 system 3.11 system
2452026-03-19T14:10:07.006Zruby system 3.0 system
2462026-03-19T14:10:07.006Zwords vendor vendor american-english
2472026-03-19T14:10:07.006Zwords system system australian-english
2482026-03-19T14:10:07.006Zwords system system british-english
2492026-03-19T14:10:07.006Zwords system system canadian-english
2502026-03-19T14:10:07.006Zwords system system french
2512026-03-19T14:10:07.006Zwords system system italian
2522026-03-19T14:10:07.006Zwords system system ngerman
2532026-03-19T14:10:07.007Zwords system system ogerman
2542026-03-19T14:10:07.007Zwords system system spanish
2552026-03-19T14:10:07.312ZPUBLISHER TYPE STATUS P LOCATION
2562026-03-19T14:10:07.312Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572026-03-19T14:10:13.316ZFMRI IFO
2582026-03-19T14:10:13.316Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592026-03-19T14:10:13.316Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602026-03-19T14:10:13.316Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612026-03-19T14:10:13.316Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622026-03-19T14:10:13.316Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632026-03-19T14:10:13.316Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2642026-03-19T14:10:13.316Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652026-03-19T14:10:13.316Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2662026-03-19T14:10:13.316Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672026-03-19T14:10:13.316Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682026-03-19T14:10:13.316Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2692026-03-19T14:10:13.316Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2702026-03-19T14:10:13.316Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712026-03-19T14:10:13.316Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2722026-03-19T14:10:13.316Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2732026-03-19T14:10:13.316Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742026-03-19T14:10:14.573Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752026-03-19T14:10:14.861Z Updating crates.io index
2762026-03-19T14:10:14.868Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772026-03-19T14:10:15.148Z Updating git repository `https://github.com/oxidecomputer/lldp`
2782026-03-19T14:10:15.954Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-03-19T14:10:16.335Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2802026-03-19T14:10:16.752Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812026-03-19T14:10:17.766Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822026-03-19T14:10:18.359Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832026-03-19T14:10:19.713Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842026-03-19T14:10:21.311Z Updating git repository `https://github.com/oxidecomputer/opte`
2852026-03-19T14:10:22.963Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862026-03-19T14:10:23.364Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872026-03-19T14:10:25.449Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882026-03-19T14:10:26.095Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892026-03-19T14:10:26.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902026-03-19T14:10:26.779Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2912026-03-19T14:10:27.781Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-03-19T14:10:28.344Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-03-19T14:10:28.713Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942026-03-19T14:10:29.132Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2952026-03-19T14:10:29.503Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962026-03-19T14:10:29.867Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972026-03-19T14:10:30.140Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982026-03-19T14:10:30.418Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-03-19T14:10:30.853Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002026-03-19T14:10:31.357Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3012026-03-19T14:10:31.925Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3022026-03-19T14:10:32.310Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3032026-03-19T14:10:32.641Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042026-03-19T14:10:32.954Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3052026-03-19T14:10:34.306Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3062026-03-19T14:10:34.584Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3072026-03-19T14:10:35.088Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3082026-03-19T14:10:35.497Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3092026-03-19T14:10:35.870Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3102026-03-19T14:10:36.576Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3112026-03-19T14:10:36.883Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3122026-03-19T14:10:37.176Z Updating git repository `https://github.com/illumos/smf-rs`
3132026-03-19T14:10:37.596Z Updating git repository `https://github.com/oxidecomputer/omicron`
3142026-03-19T14:10:51.512Z Downloading crates ...
3152026-03-19T14:10:51.571Z Downloaded anstyle-query v1.1.5
3162026-03-19T14:10:51.581Z Downloaded idna_adapter v1.2.1
3172026-03-19T14:10:51.584Z Downloaded version_check v0.9.5
3182026-03-19T14:10:51.585Z Downloaded anstyle v1.0.13
3192026-03-19T14:10:51.589Z Downloaded smawk v0.3.2
3202026-03-19T14:10:51.589Z Downloaded erased-serde v0.4.9
3212026-03-19T14:10:51.592Z Downloaded toml v0.8.23
3222026-03-19T14:10:51.592Z Downloaded autocfg v1.5.0
3232026-03-19T14:10:51.592Z Downloaded camino v1.2.2
3242026-03-19T14:10:51.596Z Downloaded anyhow v1.0.102
3252026-03-19T14:10:51.599Z Downloaded anstream v0.6.21
3262026-03-19T14:10:51.599Z Downloaded textwrap v0.16.2
3272026-03-19T14:10:51.603Z Downloaded clap v4.5.60
3282026-03-19T14:10:51.606Z Downloaded typeid v1.0.3
3292026-03-19T14:10:51.609Z Downloaded toml_write v0.1.2
3302026-03-19T14:10:51.609Z Downloaded heck v0.5.0
3312026-03-19T14:10:51.612Z Downloaded utf8parse v0.2.2
3322026-03-19T14:10:51.612Z Downloaded toml_datetime v0.6.11
3332026-03-19T14:10:51.612Z Downloaded form_urlencoded v1.2.2
3342026-03-19T14:10:51.613Z Downloaded clap_lex v1.0.0
3352026-03-19T14:10:51.616Z Downloaded block-buffer v0.10.4
3362026-03-19T14:10:51.616Z Downloaded digest v0.10.7
3372026-03-19T14:10:51.616Z Downloaded zerofrom v0.1.6
3382026-03-19T14:10:51.616Z Downloaded utf8_iter v1.0.4
3392026-03-19T14:10:51.619Z Downloaded plain v0.2.3
3402026-03-19T14:10:51.619Z Downloaded zerofrom-derive v0.1.6
3412026-03-19T14:10:51.619Z Downloaded usdt-macro v0.5.0
3422026-03-19T14:10:51.622Z Downloaded unicode-xid v0.2.6
3432026-03-19T14:10:51.622Z Downloaded unicode-linebreak v0.1.5
3442026-03-19T14:10:51.622Z Downloaded thiserror v1.0.69
3452026-03-19T14:10:51.625Z Downloaded papergrid v0.11.0
3462026-03-19T14:10:51.629Z Downloaded usdt-attr-macro v0.5.0
3472026-03-19T14:10:51.632Z Downloaded usdt v0.5.0
3482026-03-19T14:10:51.632Z Downloaded cargo-platform v0.2.0
3492026-03-19T14:10:51.632Z Downloaded camino-tempfile v1.4.1
3502026-03-19T14:10:51.632Z Downloaded bytecount v0.6.9
3512026-03-19T14:10:51.636Z Downloaded zmij v1.0.21
3522026-03-19T14:10:51.636Z Downloaded tinystr v0.8.2
3532026-03-19T14:10:51.639Z Downloaded thiserror-impl v2.0.18
3542026-03-19T14:10:51.639Z Downloaded zerovec-derive v0.11.2
3552026-03-19T14:10:51.642Z Downloaded heck v0.4.1
3562026-03-19T14:10:51.642Z Downloaded fastrand v2.3.0
3572026-03-19T14:10:51.642Z Downloaded yoke-derive v0.8.1
3582026-03-19T14:10:51.642Z Downloaded potential_utf v0.1.4
3592026-03-19T14:10:51.645Z Downloaded yoke v0.8.1
3602026-03-19T14:10:51.645Z Downloaded writeable v0.6.2
3612026-03-19T14:10:51.648Z Downloaded usdt-impl v0.5.0
3622026-03-19T14:10:51.648Z Downloaded ucd-trie v0.1.7
3632026-03-19T14:10:51.648Z Downloaded cfg-if v1.0.4
3642026-03-19T14:10:51.652Z Downloaded displaydoc v0.2.5
3652026-03-19T14:10:51.652Z Downloaded proc-macro-error v1.0.4
3662026-03-19T14:10:51.655Z Downloaded zerocopy-derive v0.7.35
3672026-03-19T14:10:51.658Z Downloaded bitflags v2.11.0
3682026-03-19T14:10:51.661Z Downloaded crypto-common v0.1.7
3692026-03-19T14:10:51.661Z Downloaded colorchoice v1.0.4
3702026-03-19T14:10:51.665Z Downloaded tabled_derive v0.7.0
3712026-03-19T14:10:51.665Z Downloaded dof v0.3.0
3722026-03-19T14:10:51.665Z Downloaded macaddr v1.0.1
3732026-03-19T14:10:51.665Z Downloaded proc-macro-error-attr v1.0.4
3742026-03-19T14:10:51.668Z Downloaded unicode-ident v1.0.24
3752026-03-19T14:10:51.668Z Downloaded toml_edit v0.22.27
3762026-03-19T14:10:51.672Z Downloaded zerotrie v0.2.3
3772026-03-19T14:10:51.675Z Downloaded strsim v0.11.1
3782026-03-19T14:10:51.675Z Downloaded serde-value v0.7.0
3792026-03-19T14:10:51.675Z Downloaded memmap v0.7.0
3802026-03-19T14:10:51.678Z Downloaded zerovec v0.11.5
3812026-03-19T14:10:51.682Z Downloaded swrite v0.1.0
3822026-03-19T14:10:51.682Z Downloaded generic-array v0.14.7
3832026-03-19T14:10:51.682Z Downloaded ordered-float v2.10.1
3842026-03-19T14:10:51.685Z Downloaded dtrace-parser v0.2.0
3852026-03-19T14:10:51.685Z Downloaded terminal_size v0.4.3
3862026-03-19T14:10:51.686Z Downloaded url v2.5.8
3872026-03-19T14:10:51.689Z Downloaded cpufeatures v0.2.17
3882026-03-19T14:10:51.689Z Downloaded pretty-hex v0.4.1
3892026-03-19T14:10:51.693Z Downloaded stable_deref_trait v1.2.1
3902026-03-19T14:10:51.693Z Downloaded serde_spanned v0.6.9
3912026-03-19T14:10:51.693Z Downloaded synstructure v0.13.2
3922026-03-19T14:10:51.693Z Downloaded zerocopy v0.7.35
3932026-03-19T14:10:51.704Z Downloaded cargo_toml v0.21.0
3942026-03-19T14:10:51.711Z Downloaded scroll_derive v0.12.1
3952026-03-19T14:10:51.711Z Downloaded winnow v0.7.14
3962026-03-19T14:10:51.714Z Downloaded icu_normalizer_data v2.1.1
3972026-03-19T14:10:51.714Z Downloaded itoa v1.0.17
3982026-03-19T14:10:51.718Z Downloaded is_terminal_polyfill v1.70.2
3992026-03-19T14:10:51.718Z Downloaded unicode-width v0.2.0
4002026-03-19T14:10:51.721Z Downloaded errno v0.3.14
4012026-03-19T14:10:51.721Z Downloaded byteorder v1.5.0
4022026-03-19T14:10:51.724Z Downloaded unicode-width v0.1.14
4032026-03-19T14:10:51.728Z Downloaded typenum v1.19.0
4042026-03-19T14:10:51.731Z Downloaded semver v1.0.27
4052026-03-19T14:10:51.731Z Downloaded fs-err v3.3.0
4062026-03-19T14:10:51.731Z Downloaded thread-id v4.2.2
4072026-03-19T14:10:51.734Z Downloaded thiserror-impl v1.0.69
4082026-03-19T14:10:51.734Z Downloaded thiserror v2.0.18
4092026-03-19T14:10:51.737Z Downloaded percent-encoding v2.3.2
4102026-03-19T14:10:51.738Z Downloaded cargo_metadata v0.21.0
4112026-03-19T14:10:51.741Z Downloaded anstyle-parse v0.2.7
4122026-03-19T14:10:51.741Z Downloaded fnv v1.0.7
4132026-03-19T14:10:51.741Z Downloaded equivalent v1.0.2
4142026-03-19T14:10:51.744Z Downloaded serde-untagged v0.1.9
4152026-03-19T14:10:51.747Z Downloaded num-traits v0.2.19
4162026-03-19T14:10:51.751Z Downloaded log v0.4.29
4172026-03-19T14:10:51.751Z Downloaded getrandom v0.4.1
4182026-03-19T14:10:51.754Z Downloaded pest_derive v2.8.6
4192026-03-19T14:10:51.758Z Downloaded clap_derive v4.5.55
4202026-03-19T14:10:51.763Z Downloaded pest_generator v2.8.6
4212026-03-19T14:10:51.766Z Downloaded litemap v0.8.1
4222026-03-19T14:10:51.766Z Downloaded quote v1.0.44
4232026-03-19T14:10:51.766Z Downloaded cargo-util-schemas v0.8.2
4242026-03-19T14:10:51.770Z Downloaded tempfile v3.25.0
4252026-03-19T14:10:51.770Z Downloaded smallvec v1.15.1
4262026-03-19T14:10:51.773Z Downloaded serde_tokenstream v0.2.3
4272026-03-19T14:10:51.773Z Downloaded scroll v0.12.0
4282026-03-19T14:10:51.773Z Downloaded icu_provider v2.1.1
4292026-03-19T14:10:51.777Z Downloaded once_cell v1.21.3
4302026-03-19T14:10:51.780Z Downloaded serde_derive v1.0.228
4312026-03-19T14:10:51.783Z Downloaded icu_properties v2.1.2
4322026-03-19T14:10:51.794Z Downloaded serde_core v1.0.228
4332026-03-19T14:10:51.797Z Downloaded proc-macro2 v1.0.106
4342026-03-19T14:10:51.801Z Downloaded icu_locale_core v2.1.1
4352026-03-19T14:10:51.804Z Downloaded sha2 v0.10.9
4362026-03-19T14:10:51.807Z Downloaded icu_collections v2.1.1
4372026-03-19T14:10:51.815Z Downloaded memchr v2.8.0
4382026-03-19T14:10:51.826Z Downloaded icu_normalizer v2.1.1
4392026-03-19T14:10:51.837Z Downloaded serde v1.0.228
4402026-03-19T14:10:51.840Z Downloaded hashbrown v0.16.1
4412026-03-19T14:10:51.844Z Downloaded pest_meta v2.8.6
4422026-03-19T14:10:51.847Z Downloaded indexmap v2.13.0
4432026-03-19T14:10:51.873Z Downloaded idna v1.1.0
4442026-03-19T14:10:51.879Z Downloaded pest v2.8.6
4452026-03-19T14:10:51.882Z Downloaded icu_properties_data v2.1.2
4462026-03-19T14:10:51.890Z Downloaded serde_json v1.0.149
4472026-03-19T14:10:51.894Z Downloaded clap_builder v4.5.60
4482026-03-19T14:10:51.910Z Downloaded goblin v0.8.2
4492026-03-19T14:10:51.914Z Downloaded syn v1.0.109
4502026-03-19T14:10:51.922Z Downloaded tabled v0.15.0
4512026-03-19T14:10:51.933Z Downloaded syn v2.0.117
4522026-03-19T14:10:51.942Z Downloaded rustix v1.1.3
4532026-03-19T14:10:51.974Z Downloaded libc v0.2.180
4542026-03-19T14:10:52.061Z Compiling proc-macro2 v1.0.106
4552026-03-19T14:10:52.065Z Compiling unicode-ident v1.0.24
4562026-03-19T14:10:52.065Z Compiling quote v1.0.44
4572026-03-19T14:10:52.065Z Compiling serde_core v1.0.228
4582026-03-19T14:10:52.065Z Compiling libc v0.2.180
4592026-03-19T14:10:52.065Z Compiling version_check v0.9.5
4602026-03-19T14:10:52.065Z Compiling memchr v2.8.0
4612026-03-19T14:10:52.274Z Compiling serde v1.0.228
4622026-03-19T14:10:52.472Z Compiling stable_deref_trait v1.2.1
4632026-03-19T14:10:52.568Z Compiling zmij v1.0.21
4642026-03-19T14:10:52.770Z Compiling thiserror v1.0.69
4652026-03-19T14:10:52.817Z Compiling autocfg v1.5.0
4662026-03-19T14:10:53.152Z Compiling itoa v1.0.17
4672026-03-19T14:10:53.176Z Compiling ucd-trie v0.1.7
4682026-03-19T14:10:53.353Z Compiling pest v2.8.6
4692026-03-19T14:10:53.383Z Compiling writeable v0.6.2
4702026-03-19T14:10:53.414Z Compiling litemap v0.8.1
4712026-03-19T14:10:53.563Z Compiling icu_properties_data v2.1.2
4722026-03-19T14:10:53.664Z Compiling rustix v1.1.3
4732026-03-19T14:10:53.789Z Compiling icu_normalizer_data v2.1.1
4742026-03-19T14:10:53.902Z Compiling syn v2.0.117
4752026-03-19T14:10:54.015Z Compiling byteorder v1.5.0
4762026-03-19T14:10:54.140Z Compiling errno v0.3.14
4772026-03-19T14:10:54.163Z Compiling bitflags v2.11.0
4782026-03-19T14:10:54.316Z Compiling serde_json v1.0.149
4792026-03-19T14:10:54.514Z Compiling num-traits v0.2.19
4802026-03-19T14:10:54.552Z Compiling typeid v1.0.3
4812026-03-19T14:10:54.602Z Compiling smallvec v1.15.1
4822026-03-19T14:10:54.743Z Compiling hashbrown v0.16.1
4832026-03-19T14:10:54.879Z Compiling pest_meta v2.8.6
4842026-03-19T14:10:55.070Z Compiling equivalent v1.0.2
4852026-03-19T14:10:55.245Z Compiling thread-id v4.2.2
4862026-03-19T14:10:55.350Z Compiling usdt-impl v0.5.0
4872026-03-19T14:10:55.413Z Compiling indexmap v2.13.0
4882026-03-19T14:10:55.477Z Compiling proc-macro-error-attr v1.0.4
4892026-03-19T14:10:55.568Z Compiling toml_write v0.1.2
4902026-03-19T14:10:55.610Z Compiling winnow v0.7.14
4912026-03-19T14:10:55.705Z Compiling syn v1.0.109
4922026-03-19T14:10:55.974Z Compiling erased-serde v0.4.9
4932026-03-19T14:10:56.381Z Compiling proc-macro-error v1.0.4
4942026-03-19T14:10:56.406Z Compiling thiserror v2.0.18
4952026-03-19T14:10:56.674Z Compiling getrandom v0.4.1
4962026-03-19T14:10:56.899Z Compiling plain v0.2.3
4972026-03-19T14:10:57.048Z Compiling utf8_iter v1.0.4
4982026-03-19T14:10:57.123Z Compiling utf8parse v0.2.2
4992026-03-19T14:10:57.158Z Compiling camino v1.2.2
5002026-03-19T14:10:57.247Z Compiling log v0.4.29
5012026-03-19T14:10:57.273Z Compiling percent-encoding v2.3.2
5022026-03-19T14:10:57.277Z Compiling anstyle-parse v0.2.7
5032026-03-19T14:10:57.436Z Compiling ordered-float v2.10.1
5042026-03-19T14:10:57.499Z Compiling form_urlencoded v1.2.2
5052026-03-19T14:10:57.575Z Compiling synstructure v0.13.2
5062026-03-19T14:10:57.679Z Compiling pest_generator v2.8.6
5072026-03-19T14:10:57.805Z Compiling terminal_size v0.4.3
5082026-03-19T14:10:58.013Z Compiling colorchoice v1.0.4
5092026-03-19T14:10:58.126Z Compiling anstyle v1.0.13
5102026-03-19T14:10:58.164Z Compiling anstyle-query v1.1.5
5112026-03-19T14:10:58.306Z Compiling cfg-if v1.0.4
5122026-03-19T14:10:58.329Z Compiling pretty-hex v0.4.1
5132026-03-19T14:10:58.401Z Compiling is_terminal_polyfill v1.70.2
5142026-03-19T14:10:58.449Z Compiling serde-untagged v0.1.9
5152026-03-19T14:10:58.504Z Compiling anstream v0.6.21
5162026-03-19T14:10:58.598Z Compiling semver v1.0.27
5172026-03-19T14:10:58.666Z Compiling fs-err v3.3.0
5182026-03-19T14:10:58.771Z Compiling fastrand v2.3.0
5192026-03-19T14:10:58.902Z Compiling once_cell v1.21.3
5202026-03-19T14:10:58.926Z Compiling strsim v0.11.1
5212026-03-19T14:10:59.031Z Compiling unicode-width v0.1.14
5222026-03-19T14:10:59.055Z Compiling fnv v1.0.7
5232026-03-19T14:10:59.118Z Compiling heck v0.5.0
5242026-03-19T14:10:59.180Z Compiling heck v0.4.1
5252026-03-19T14:10:59.205Z Compiling unicode-xid v0.2.6
5262026-03-19T14:10:59.385Z Compiling bytecount v0.6.9
5272026-03-19T14:10:59.389Z Compiling anyhow v1.0.102
5282026-03-19T14:10:59.438Z Compiling clap_lex v1.0.0
5292026-03-19T14:10:59.472Z Compiling tempfile v3.25.0
5302026-03-19T14:10:59.556Z Compiling papergrid v0.11.0
5312026-03-19T14:10:59.742Z Compiling clap_builder v4.5.60
5322026-03-19T14:10:59.906Z Compiling memmap v0.7.0
5332026-03-19T14:10:59.973Z Compiling smawk v0.3.2
5342026-03-19T14:11:00.102Z Compiling unicode-linebreak v0.1.5
5352026-03-19T14:11:00.173Z Compiling unicode-width v0.2.0
5362026-03-19T14:11:00.195Z Compiling serde_derive v1.0.228
5372026-03-19T14:11:00.410Z Compiling zerofrom-derive v0.1.6
5382026-03-19T14:11:00.500Z Compiling yoke-derive v0.8.1
5392026-03-19T14:11:00.644Z Compiling zerovec-derive v0.11.2
5402026-03-19T14:11:00.732Z Compiling displaydoc v0.2.5
5412026-03-19T14:11:01.577Z Compiling thiserror-impl v1.0.69
5422026-03-19T14:11:01.720Z Compiling zerocopy-derive v0.7.35
5432026-03-19T14:11:02.131Z Compiling pest_derive v2.8.6
5442026-03-19T14:11:02.156Z Compiling scroll_derive v0.12.1
5452026-03-19T14:11:02.374Z Compiling zerofrom v0.1.6
5462026-03-19T14:11:02.546Z Compiling yoke v0.8.1
5472026-03-19T14:11:02.668Z Compiling thiserror-impl v2.0.18
5482026-03-19T14:11:02.801Z Compiling zerovec v0.11.5
5492026-03-19T14:11:02.902Z Compiling zerotrie v0.2.3
5502026-03-19T14:11:03.039Z Compiling zerocopy v0.7.35
5512026-03-19T14:11:03.298Z Compiling scroll v0.12.0
5522026-03-19T14:11:03.459Z Compiling tinystr v0.8.2
5532026-03-19T14:11:03.502Z Compiling potential_utf v0.1.4
5542026-03-19T14:11:03.653Z Compiling dtrace-parser v0.2.0
5552026-03-19T14:11:03.716Z Compiling icu_locale_core v2.1.1
5562026-03-19T14:11:03.741Z Compiling icu_collections v2.1.1
5572026-03-19T14:11:03.828Z Compiling goblin v0.8.2
5582026-03-19T14:11:04.046Z Compiling tabled_derive v0.7.0
5592026-03-19T14:11:04.418Z Compiling clap_derive v4.5.55
5602026-03-19T14:11:04.648Z Compiling icu_provider v2.1.1
5612026-03-19T14:11:04.712Z Compiling textwrap v0.16.2
5622026-03-19T14:11:04.961Z Compiling icu_properties v2.1.2
5632026-03-19T14:11:04.987Z Compiling icu_normalizer v2.1.1
5642026-03-19T14:11:05.052Z Compiling toml_datetime v0.6.11
5652026-03-19T14:11:06.699Z Compiling serde_spanned v0.6.9
5662026-03-19T14:11:06.730Z Compiling dof v0.3.0
5672026-03-19T14:11:06.730Z Compiling toml_edit v0.22.27
5682026-03-19T14:11:06.730Z Compiling serde_tokenstream v0.2.3
5692026-03-19T14:11:06.730Z Compiling serde-value v0.7.0
5702026-03-19T14:11:06.730Z Compiling cargo-platform v0.2.0
5712026-03-19T14:11:06.730Z Compiling tabled v0.15.0
5722026-03-19T14:11:06.730Z Compiling macaddr v1.0.1
5732026-03-19T14:11:06.749Z Compiling idna_adapter v1.2.1
5742026-03-19T14:11:06.749Z Compiling idna v1.1.0
5752026-03-19T14:11:06.749Z Compiling camino-tempfile v1.4.1
5762026-03-19T14:11:06.749Z Compiling swrite v0.1.0
5772026-03-19T14:11:06.749Z Compiling usdt-macro v0.5.0
5782026-03-19T14:11:06.749Z Compiling usdt-attr-macro v0.5.0
5792026-03-19T14:11:07.031Z Compiling clap v4.5.60
5802026-03-19T14:11:07.038Z Compiling url v2.5.8
5812026-03-19T14:11:07.364Z Compiling toml v0.8.23
5822026-03-19T14:11:07.699Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5832026-03-19T14:11:07.928Z Compiling cargo-util-schemas v0.8.2
5842026-03-19T14:11:08.092Z Compiling cargo_toml v0.21.0
5852026-03-19T14:11:08.092Z Compiling usdt v0.5.0
5862026-03-19T14:11:09.149Z Compiling cargo_metadata v0.21.0
5872026-03-19T14:11:10.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5882026-03-19T14:11:13.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.96s
5892026-03-19T14:11:13.568Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5902026-03-19T14:11:14.305Z Downloading crates ...
5912026-03-19T14:11:14.418Z Downloaded assert_matches v1.5.0
5922026-03-19T14:11:14.421Z Downloaded argon2 v0.5.3
5932026-03-19T14:11:14.425Z Downloaded block-padding v0.3.3
5942026-03-19T14:11:14.428Z Downloaded bitfield-struct v0.6.2
5952026-03-19T14:11:14.428Z Downloaded aead v0.5.2
5962026-03-19T14:11:14.432Z Downloaded cancel-safe-futures v0.1.5
5972026-03-19T14:11:14.435Z Downloaded cstr-argument v0.1.2
5982026-03-19T14:11:14.439Z Downloaded adler2 v2.0.1
5992026-03-19T14:11:14.439Z Downloaded crunchy v0.2.4
6002026-03-19T14:11:14.442Z Downloaded arrayref v0.3.9
6012026-03-19T14:11:14.442Z Downloaded crc8 v0.1.1
6022026-03-19T14:11:14.445Z Downloaded crucible-workspace-hack v0.1.0
6032026-03-19T14:11:14.445Z Downloaded cpufeatures v0.3.0
6042026-03-19T14:11:14.449Z Downloaded cipher v0.4.4
6052026-03-19T14:11:14.449Z Downloaded array-init v0.0.4
6062026-03-19T14:11:14.452Z Downloaded critical-section v1.2.0
6072026-03-19T14:11:14.452Z Downloaded cfg_aliases v0.2.1
6082026-03-19T14:11:14.455Z Downloaded cassowary v0.3.0
6092026-03-19T14:11:14.455Z Downloaded ascii-canvas v3.0.0
6102026-03-19T14:11:14.455Z Downloaded async-stream v0.3.6
6112026-03-19T14:11:14.458Z Downloaded arrayvec v0.7.6
6122026-03-19T14:11:14.461Z Downloaded crypto-bigint v0.5.5
6132026-03-19T14:11:14.465Z Downloaded ff v0.13.1
6142026-03-19T14:11:14.468Z Downloaded derive-ex v0.1.8
6152026-03-19T14:11:14.468Z Downloaded crossbeam-channel v0.5.15
6162026-03-19T14:11:14.471Z Downloaded dirs-next v2.0.0
6172026-03-19T14:11:14.471Z Downloaded base16ct v1.0.0
6182026-03-19T14:11:14.474Z Downloaded dirs-sys-next v0.1.2
6192026-03-19T14:11:14.474Z Downloaded csv-core v0.1.13
6202026-03-19T14:11:14.478Z Downloaded darling_macro v0.23.0
6212026-03-19T14:11:14.478Z Downloaded darling_macro v0.20.11
6222026-03-19T14:11:14.478Z Downloaded crc v3.4.0
6232026-03-19T14:11:14.481Z Downloaded difflib v0.4.0
6242026-03-19T14:11:14.481Z Downloaded cobs v0.3.0
6252026-03-19T14:11:14.481Z Downloaded colored v3.1.1
6262026-03-19T14:11:14.484Z Downloaded ed25519 v2.2.3
6272026-03-19T14:11:14.487Z Downloaded derive_builder_macro v0.20.2
6282026-03-19T14:11:14.487Z Downloaded darling v0.23.0
6292026-03-19T14:11:14.491Z Downloaded derive_more v0.99.20
6302026-03-19T14:11:14.494Z Downloaded foreign-types-shared v0.1.1
6312026-03-19T14:11:14.497Z Downloaded base16ct v0.2.0
6322026-03-19T14:11:14.497Z Downloaded darling_macro v0.21.3
6332026-03-19T14:11:14.497Z Downloaded darling v0.21.3
6342026-03-19T14:11:14.502Z Downloaded dyn-clone v1.0.20
6352026-03-19T14:11:14.505Z Downloaded bb8 v0.8.6
6362026-03-19T14:11:14.505Z Downloaded downcast-rs v2.0.2
6372026-03-19T14:11:14.508Z Downloaded flagset v0.4.7
6382026-03-19T14:11:14.508Z Downloaded env_filter v1.0.0
6392026-03-19T14:11:14.512Z Downloaded enum-as-inner v0.6.1
6402026-03-19T14:11:14.512Z Downloaded atty v0.2.14
6412026-03-19T14:11:14.512Z Downloaded atomicwrites v0.4.4
6422026-03-19T14:11:14.515Z Downloaded document-features v0.2.12
6432026-03-19T14:11:14.515Z Downloaded fd-lock v4.0.4
6442026-03-19T14:11:14.518Z Downloaded convert_case v0.4.0
6452026-03-19T14:11:14.518Z Downloaded daft-derive v0.1.5
6462026-03-19T14:11:14.521Z Downloaded foreign-types v0.3.2
6472026-03-19T14:11:14.521Z Downloaded dtrace-parser v0.3.0
6482026-03-19T14:11:14.525Z Downloaded diesel_table_macro_syntax v0.3.0
6492026-03-19T14:11:14.525Z Downloaded ciborium-ll v0.2.2
6502026-03-19T14:11:14.525Z Downloaded debug-ignore v1.0.5
6512026-03-19T14:11:14.528Z Downloaded crc-catalog v2.4.0
6522026-03-19T14:11:14.528Z Downloaded foreign-types v0.5.0
6532026-03-19T14:11:14.531Z Downloaded cmake v0.1.57
6542026-03-19T14:11:14.531Z Downloaded ciborium-io v0.2.2
6552026-03-19T14:11:14.531Z Downloaded bcrypt-pbkdf v0.10.0
6562026-03-19T14:11:14.531Z Downloaded endian-type v0.1.2
6572026-03-19T14:11:14.535Z Downloaded cfg_aliases v0.1.1
6582026-03-19T14:11:14.535Z Downloaded dsl_auto_type v0.2.0
6592026-03-19T14:11:14.535Z Downloaded cargo-platform v0.1.9
6602026-03-19T14:11:14.538Z Downloaded dropshot-api-manager-types v0.6.0
6612026-03-19T14:11:14.538Z Downloaded convert_case v0.10.0
6622026-03-19T14:11:14.538Z Downloaded bit-vec v0.8.0
6632026-03-19T14:11:14.541Z Downloaded defmt-parser v1.0.0
6642026-03-19T14:11:14.541Z Downloaded bit-vec v0.6.3
6652026-03-19T14:11:14.544Z Downloaded foreign-types-macros v0.2.3
6662026-03-19T14:11:14.545Z Downloaded funty v2.0.0
6672026-03-19T14:11:14.545Z Downloaded bcs v0.1.6
6682026-03-19T14:11:14.548Z Downloaded castaway v0.2.4
6692026-03-19T14:11:14.548Z Downloaded bit-set v0.5.3
6702026-03-19T14:11:14.548Z Downloaded embedded-io v0.4.0
6712026-03-19T14:11:14.551Z Downloaded float-ord v0.3.2
6722026-03-19T14:11:14.551Z Downloaded float-cmp v0.10.0
6732026-03-19T14:11:14.574Z Downloaded defmt v0.3.100
6742026-03-19T14:11:14.574Z Downloaded foreign-types-shared v0.3.1
6752026-03-19T14:11:14.574Z Downloaded dof v0.4.0
6762026-03-19T14:11:14.574Z Downloaded bitfield-macros v0.19.4
6772026-03-19T14:11:14.574Z Downloaded futures-task v0.3.32
6782026-03-19T14:11:14.574Z Downloaded curve25519-dalek-derive v0.1.1
6792026-03-19T14:11:14.574Z Downloaded ctr v0.9.2
6802026-03-19T14:11:14.574Z Downloaded fixedbitset v0.4.2
6812026-03-19T14:11:14.574Z Downloaded embedded-io v0.6.1
6822026-03-19T14:11:14.574Z Downloaded display-error-chain v0.2.2
6832026-03-19T14:11:14.574Z Downloaded deranged v0.5.8
6842026-03-19T14:11:14.574Z Downloaded diesel-dtrace v0.5.0
6852026-03-19T14:11:14.574Z Downloaded data-encoding v2.10.0
6862026-03-19T14:11:14.574Z Downloaded futures-io v0.3.32
6872026-03-19T14:11:14.574Z Downloaded darling_core v0.23.0
6882026-03-19T14:11:14.574Z Downloaded hash32 v0.3.1
6892026-03-19T14:11:14.579Z Downloaded futures-sink v0.3.32
6902026-03-19T14:11:14.579Z Downloaded futures-macro v0.3.32
6912026-03-19T14:11:14.579Z Downloaded gethostname v0.5.0
6922026-03-19T14:11:14.579Z Downloaded crossbeam-deque v0.8.6
6932026-03-19T14:11:14.579Z Downloaded ghash v0.5.1
6942026-03-19T14:11:14.583Z Downloaded headers-core v0.3.0
6952026-03-19T14:11:14.583Z Downloaded hash32 v0.2.1
6962026-03-19T14:11:14.583Z Downloaded hex-literal v0.4.1
6972026-03-19T14:11:14.586Z Downloaded git-stub v1.0.0
6982026-03-19T14:11:14.586Z Downloaded fxhash v0.2.1
6992026-03-19T14:11:14.586Z Downloaded fixedbitset v0.5.7
7002026-03-19T14:11:14.590Z Downloaded darling v0.20.11
7012026-03-19T14:11:14.593Z Downloaded bit-set v0.8.0
7022026-03-19T14:11:14.593Z Downloaded fs_extra v1.3.0
7032026-03-19T14:11:14.598Z Downloaded hostname v0.3.1
7042026-03-19T14:11:14.598Z Downloaded hostname v0.4.2
7052026-03-19T14:11:14.602Z Downloaded cargo_metadata v0.19.2
7062026-03-19T14:11:14.602Z Downloaded http-range v0.1.5
7072026-03-19T14:11:14.602Z Downloaded http-body v1.0.1
7082026-03-19T14:11:14.602Z Downloaded base64ct v1.8.3
7092026-03-19T14:11:14.605Z Downloaded env_logger v0.11.9
7102026-03-19T14:11:14.605Z Downloaded bitflags v1.3.2
7112026-03-19T14:11:14.609Z Downloaded dunce v1.0.5
7122026-03-19T14:11:14.609Z Downloaded der_derive v0.7.3
7132026-03-19T14:11:14.612Z Downloaded erased-serde v0.3.31
7142026-03-19T14:11:14.612Z Downloaded globwalk v0.9.1
7152026-03-19T14:11:14.615Z Downloaded find-msvc-tools v0.1.9
7162026-03-19T14:11:14.615Z Downloaded const_format_proc_macros v0.2.34
7172026-03-19T14:11:14.618Z Downloaded console v0.15.11
7182026-03-19T14:11:14.622Z Downloaded derive_builder_core v0.20.2
7192026-03-19T14:11:14.622Z Downloaded hex v0.4.3
7202026-03-19T14:11:14.625Z Downloaded foldhash v0.1.5
7212026-03-19T14:11:14.625Z Downloaded foldhash v0.2.0
7222026-03-19T14:11:14.625Z Downloaded filetime v0.2.27
7232026-03-19T14:11:14.631Z Downloaded defmt v1.0.1
7242026-03-19T14:11:14.635Z Downloaded hubpack_derive v0.1.1
7252026-03-19T14:11:14.635Z Downloaded crossbeam-epoch v0.9.18
7262026-03-19T14:11:14.635Z Downloaded bitfield v0.19.4
7272026-03-19T14:11:14.635Z Downloaded diff v0.1.13
7282026-03-19T14:11:14.639Z Downloaded indoc v1.0.9
7292026-03-19T14:11:14.639Z Downloaded defmt-macros v1.0.1
7302026-03-19T14:11:14.643Z Downloaded glob v0.3.3
7312026-03-19T14:11:14.658Z Downloaded is_ci v1.2.0
7322026-03-19T14:11:14.661Z Downloaded instability v0.3.11
7332026-03-19T14:11:14.661Z Downloaded highway v1.3.0
7342026-03-19T14:11:14.662Z Downloaded indent_write v2.2.0
7352026-03-19T14:11:14.665Z Downloaded inout v0.1.4
7362026-03-19T14:11:14.666Z Downloaded ident_case v1.0.1
7372026-03-19T14:11:14.666Z Downloaded is-terminal v0.4.17
7382026-03-19T14:11:14.669Z Downloaded keccak v0.1.6
7392026-03-19T14:11:14.669Z Downloaded kstat-rs v0.2.4
7402026-03-19T14:11:14.669Z Downloaded git-stub-vcs v0.1.0
7412026-03-19T14:11:14.673Z Downloaded backoff v0.4.0
7422026-03-19T14:11:14.673Z Downloaded lalrpop-util v0.19.12
7432026-03-19T14:11:14.676Z Downloaded internet-checksum v0.2.1
7442026-03-19T14:11:14.676Z Downloaded des v0.8.1
7452026-03-19T14:11:14.676Z Downloaded clang-sys v1.8.1
7462026-03-19T14:11:14.679Z Downloaded backon v1.6.0
7472026-03-19T14:11:14.682Z Downloaded http-body-util v0.1.3
7482026-03-19T14:11:14.683Z Downloaded futures-core v0.3.32
7492026-03-19T14:11:14.686Z Downloaded derive_builder v0.20.2
7502026-03-19T14:11:14.689Z Downloaded group v0.13.0
7512026-03-19T14:11:14.689Z Downloaded crossbeam-utils v0.8.21
7522026-03-19T14:11:14.692Z Downloaded cookie_store v0.22.1
7532026-03-19T14:11:14.695Z Downloaded futures-executor v0.3.32
7542026-03-19T14:11:14.696Z Downloaded ciborium v0.2.2
7552026-03-19T14:11:14.699Z Downloaded lru v0.12.5
7562026-03-19T14:11:14.699Z Downloaded cargo_toml v0.22.3
7572026-03-19T14:11:14.699Z Downloaded ahash v0.8.12
7582026-03-19T14:11:14.702Z Downloaded const-oid v0.9.6
7592026-03-19T14:11:14.705Z Downloaded fallible-iterator v0.2.0
7602026-03-19T14:11:14.706Z Downloaded cexpr v0.6.0
7612026-03-19T14:11:14.709Z Downloaded managed v0.8.0
7622026-03-19T14:11:14.709Z Downloaded libscf-sys v1.1.0
7632026-03-19T14:11:14.709Z Downloaded half v1.8.3
7642026-03-19T14:11:14.712Z Downloaded lru-slab v0.1.2
7652026-03-19T14:11:14.712Z Downloaded lru-cache v0.1.2
7662026-03-19T14:11:14.712Z Downloaded match_cfg v0.1.0
7672026-03-19T14:11:14.716Z Downloaded memoffset v0.9.1
7682026-03-19T14:11:14.716Z Downloaded md5 v0.7.0
7692026-03-19T14:11:14.716Z Downloaded mime v0.3.17
7702026-03-19T14:11:14.719Z Downloaded bzip2 v0.6.1
7712026-03-19T14:11:14.719Z Downloaded buf-list v1.1.2
7722026-03-19T14:11:14.722Z Downloaded nibble_vec v0.1.0
7732026-03-19T14:11:14.722Z Downloaded multimap v0.10.1
7742026-03-19T14:11:14.725Z Downloaded md-5 v0.10.6
7752026-03-19T14:11:14.726Z Downloaded crc32fast v1.5.0
7762026-03-19T14:11:14.729Z Downloaded console v0.16.2
7772026-03-19T14:11:14.729Z Downloaded ipnet v2.11.0
7782026-03-19T14:11:14.733Z Downloaded colored v2.2.0
7792026-03-19T14:11:14.733Z Downloaded hickory-client v0.25.2
7802026-03-19T14:11:14.736Z Downloaded hubpack v0.1.2
7812026-03-19T14:11:14.737Z Downloaded futures-channel v0.3.32
7822026-03-19T14:11:14.737Z Downloaded bzip2 v0.4.4
7832026-03-19T14:11:14.740Z Downloaded impl-trait-for-tuples v0.2.3
7842026-03-19T14:11:14.745Z Downloaded newtype_derive v0.1.6
7852026-03-19T14:11:14.745Z Downloaded newline-converter v0.3.0
7862026-03-19T14:11:14.745Z Downloaded nodrop v0.1.14
7872026-03-19T14:11:14.748Z Downloaded new_debug_unreachable v1.0.6
7882026-03-19T14:11:14.748Z Downloaded libefi-sys v0.1.0
7892026-03-19T14:11:14.748Z Downloaded normalize-line-endings v0.3.0
7902026-03-19T14:11:14.748Z Downloaded nonempty v0.12.0
7912026-03-19T14:11:14.748Z Downloaded jobserver v0.1.34
7922026-03-19T14:11:14.752Z Downloaded blake2 v0.10.6
7932026-03-19T14:11:14.755Z Downloaded num-derive v0.3.3
7942026-03-19T14:11:14.755Z Downloaded libloading v0.8.9
7952026-03-19T14:11:14.758Z Downloaded libsw v3.5.0
7962026-03-19T14:11:14.758Z Downloaded hmac v0.12.1
7972026-03-19T14:11:14.762Z Downloaded derive-where v1.6.0
7982026-03-19T14:11:14.765Z Downloaded newtype-uuid-macros v0.1.0
7992026-03-19T14:11:14.765Z Downloaded indoc v2.0.7
8002026-03-19T14:11:14.768Z Downloaded getrandom v0.2.17
8012026-03-19T14:11:14.771Z Downloaded fatfs v0.3.6
8022026-03-19T14:11:14.774Z Downloaded num v0.4.3
8032026-03-19T14:11:14.774Z Downloaded linked-hash-map v0.5.6
8042026-03-19T14:11:14.774Z Downloaded num-iter v0.1.45
8052026-03-19T14:11:14.777Z Downloaded num-derive v0.4.2
8062026-03-19T14:11:14.777Z Downloaded humantime v2.3.0
8072026-03-19T14:11:14.781Z Downloaded flume v0.11.1
8082026-03-19T14:11:14.784Z Downloaded openssl-probe v0.1.6
8092026-03-19T14:11:14.784Z Downloaded maplit v1.0.2
8102026-03-19T14:11:14.784Z Downloaded lock_api v0.4.14
8112026-03-19T14:11:14.787Z Downloaded linear-map v1.2.0
8122026-03-19T14:11:14.787Z Downloaded openssl-probe v0.2.1
8132026-03-19T14:11:14.787Z Downloaded openssl-macros v0.1.1
8142026-03-19T14:11:14.790Z Downloaded maybe-uninit v2.0.0
8152026-03-19T14:11:14.790Z Downloaded darling_core v0.21.3
8162026-03-19T14:11:14.793Z Downloaded oso-derive v0.27.3
8172026-03-19T14:11:14.797Z Downloaded opaque-debug v0.3.1
8182026-03-19T14:11:14.797Z Downloaded packed_struct_codegen v0.10.1
8192026-03-19T14:11:14.797Z Downloaded nanorand v0.7.0
8202026-03-19T14:11:14.800Z Downloaded multer v3.1.0
8212026-03-19T14:11:14.804Z Downloaded darling_core v0.20.11
8222026-03-19T14:11:14.807Z Downloaded libsw-core v0.3.2
8232026-03-19T14:11:14.807Z Downloaded half v2.7.1
8242026-03-19T14:11:14.811Z Downloaded crc-any v2.5.0
8252026-03-19T14:11:14.814Z Downloaded futures v0.3.32
8262026-03-19T14:11:14.817Z Downloaded getrandom v0.3.4
8272026-03-19T14:11:14.820Z Downloaded ingot v0.1.1
8282026-03-19T14:11:14.820Z Downloaded newtype-uuid v1.3.2
8292026-03-19T14:11:14.824Z Downloaded hyper-rustls v0.27.7
8302026-03-19T14:11:14.824Z Downloaded parse-size v1.1.0
8312026-03-19T14:11:14.827Z Downloaded parse-display v0.10.0
8322026-03-19T14:11:14.827Z Downloaded olpc-cjson v0.1.4
8332026-03-19T14:11:14.827Z Downloaded num_threads v0.1.7
8342026-03-19T14:11:14.827Z Downloaded num_enum_derive v0.5.11
8352026-03-19T14:11:14.831Z Downloaded compact_str v0.8.1
8362026-03-19T14:11:14.836Z Downloaded phf_shared v0.11.3
8372026-03-19T14:11:14.836Z Downloaded chacha20poly1305 v0.10.1
8382026-03-19T14:11:14.839Z Downloaded ingot-types v0.1.2
8392026-03-19T14:11:14.839Z Downloaded ingot-macros v0.1.1
8402026-03-19T14:11:14.839Z Downloaded path-slash v0.1.5
8412026-03-19T14:11:14.839Z Downloaded chacha20 v0.10.0
8422026-03-19T14:11:14.843Z Downloaded pbkdf2 v0.12.2
8432026-03-19T14:11:14.843Z Downloaded arc-swap v1.8.2
8442026-03-19T14:11:14.847Z Downloaded num_enum_derive v0.7.5
8452026-03-19T14:11:14.847Z Downloaded num_enum v0.7.5
8462026-03-19T14:11:14.850Z Downloaded peg-runtime v0.8.5
8472026-03-19T14:11:14.854Z Downloaded num-complex v0.4.6
8482026-03-19T14:11:14.854Z Downloaded iana-time-zone v0.1.65
8492026-03-19T14:11:14.857Z Downloaded derive_more v2.1.1
8502026-03-19T14:11:14.864Z Downloaded powerfmt v0.2.0
8512026-03-19T14:11:14.867Z Downloaded oxnet v0.1.4
8522026-03-19T14:11:14.868Z Downloaded oxide-tokio-rt v0.1.3
8532026-03-19T14:11:14.871Z Downloaded pin-utils v0.1.0
8542026-03-19T14:11:14.871Z Downloaded predicates-core v1.0.10
8552026-03-19T14:11:14.874Z Downloaded predicates-tree v1.0.13
8562026-03-19T14:11:14.874Z Downloaded precomputed-hash v0.1.1
8572026-03-19T14:11:14.874Z Downloaded proc-macro-crate v1.3.1
8582026-03-19T14:11:14.874Z Downloaded num-rational v0.4.2
8592026-03-19T14:11:14.878Z Downloaded proc-macro-error-attr2 v2.0.0
8602026-03-19T14:11:14.878Z Downloaded num-integer v0.1.46
8612026-03-19T14:11:14.881Z Downloaded phf_shared v0.12.1
8622026-03-19T14:11:14.881Z Downloaded mime_guess v2.0.5
8632026-03-19T14:11:14.881Z Downloaded headers v0.4.1
8642026-03-19T14:11:14.888Z Downloaded memmap2 v0.9.10
8652026-03-19T14:11:14.888Z Downloaded ignore v0.4.25
8662026-03-19T14:11:14.891Z Downloaded litrs v1.0.0
8672026-03-19T14:11:14.891Z Downloaded base64 v0.22.1
8682026-03-19T14:11:14.895Z Downloaded httparse v1.10.1
8692026-03-19T14:11:14.898Z Downloaded drift v0.1.3
8702026-03-19T14:11:14.902Z Downloaded pbkdf2 v0.11.0
8712026-03-19T14:11:14.905Z Downloaded quick-error v1.2.3
8722026-03-19T14:11:14.905Z Downloaded psl-types v2.0.11
8732026-03-19T14:11:14.908Z Downloaded password-hash v0.4.2
8742026-03-19T14:11:14.908Z Downloaded parse-display-derive v0.10.0
8752026-03-19T14:11:14.911Z Downloaded packed_struct v0.10.1
8762026-03-19T14:11:14.911Z Downloaded indexmap v1.9.3
8772026-03-19T14:11:14.915Z Downloaded native-tls v0.2.18
8782026-03-19T14:11:14.915Z Downloaded peg-macros v0.8.5
8792026-03-19T14:11:14.919Z Downloaded lzss v0.8.2
8802026-03-19T14:11:14.919Z Downloaded lazy_static v1.5.0
8812026-03-19T14:11:14.922Z Downloaded proc-macro-crate v3.4.0
8822026-03-19T14:11:14.922Z Downloaded parking_lot_core v0.8.6
8832026-03-19T14:11:14.925Z Downloaded cc v1.2.56
8842026-03-19T14:11:14.928Z Downloaded dropshot_endpoint v0.16.7
8852026-03-19T14:11:14.928Z Downloaded base64 v0.21.7
8862026-03-19T14:11:14.931Z Downloaded radium v0.7.0
8872026-03-19T14:11:14.939Z Downloaded poly1305 v0.8.0
8882026-03-19T14:11:14.939Z Downloaded progenitor-macro v0.10.0
8892026-03-19T14:11:14.939Z Downloaded progenitor-macro v0.11.2
8902026-03-19T14:11:14.939Z Downloaded progenitor-client v0.11.2
8912026-03-19T14:11:14.939Z Downloaded progenitor-macro v0.13.0
8922026-03-19T14:11:14.943Z Downloaded polyval v0.6.2
8932026-03-19T14:11:14.943Z Downloaded ed25519-dalek v2.2.0
8942026-03-19T14:11:14.946Z Downloaded pkg-config v0.3.32
8952026-03-19T14:11:14.946Z Downloaded peg v0.8.5
8962026-03-19T14:11:14.950Z Downloaded predicates v3.1.4
8972026-03-19T14:11:14.954Z Downloaded progenitor-client v0.10.0
8982026-03-19T14:11:14.954Z Downloaded rand_xorshift v0.4.0
8992026-03-19T14:11:14.954Z Downloaded proc-macro-error2 v2.0.1
9002026-03-19T14:11:14.957Z Downloaded recursive-proc-macro-impl v0.1.1
9012026-03-19T14:11:14.957Z Downloaded rand_chacha v0.3.1
9022026-03-19T14:11:14.961Z Downloaded primeorder v0.13.6
9032026-03-19T14:11:14.961Z Downloaded libbz2-rs-sys v0.2.2
9042026-03-19T14:11:14.961Z Downloaded progenitor v0.13.0
9052026-03-19T14:11:14.964Z Downloaded parking_lot_core v0.9.12
9062026-03-19T14:11:14.964Z Downloaded aes v0.8.4
9072026-03-19T14:11:14.968Z Downloaded owo-colors v4.3.0
9082026-03-19T14:11:14.972Z Downloaded omicron-zone-package v0.12.2
9092026-03-19T14:11:14.972Z Downloaded pin-project-lite v0.2.17
9102026-03-19T14:11:14.976Z Downloaded psm v0.1.30
9112026-03-19T14:11:14.979Z Downloaded progenitor-extras v0.1.1
9122026-03-19T14:11:14.982Z Downloaded progenitor-client v0.13.0
9132026-03-19T14:11:14.983Z Downloaded postgres-protocol v0.6.10
9142026-03-19T14:11:14.983Z Downloaded rtoolbox v0.0.3
9152026-03-19T14:11:14.986Z Downloaded rustc_version v0.1.7
9162026-03-19T14:11:14.986Z Downloaded rfc6979 v0.4.0
9172026-03-19T14:11:14.989Z Downloaded r2d2 v0.8.10
9182026-03-19T14:11:14.989Z Downloaded ref-cast-impl v1.0.25
9192026-03-19T14:11:14.989Z Downloaded ref-cast v1.0.25
9202026-03-19T14:11:14.992Z Downloaded flate2 v1.1.9
9212026-03-19T14:11:14.995Z Downloaded rustc-hash v2.1.1
9222026-03-19T14:11:14.998Z Downloaded rustc_version v0.4.1
9232026-03-19T14:11:14.998Z Downloaded expectorate v1.2.0
9242026-03-19T14:11:15.002Z Downloaded dropshot-api-manager v0.6.0
9252026-03-19T14:11:15.005Z Downloaded rand_chacha v0.9.0
9262026-03-19T14:11:15.005Z Downloaded indicatif v0.18.4
9272026-03-19T14:11:15.009Z Downloaded rand_core v0.6.4
9282026-03-19T14:11:15.009Z Downloaded parking_lot v0.11.2
9292026-03-19T14:11:15.012Z Downloaded derive_more-impl v2.1.1
9302026-03-19T14:11:15.015Z Downloaded rand_seeder v0.4.0
9312026-03-19T14:11:15.018Z Downloaded ar_archive_writer v0.5.1
9322026-03-19T14:11:15.022Z Downloaded rand_core v0.9.5
9332026-03-19T14:11:15.022Z Downloaded der v0.7.10
9342026-03-19T14:11:15.025Z Downloaded russh-cryptovec v0.7.3
9352026-03-19T14:11:15.025Z Downloaded sapling-renderdag v0.1.0
9362026-03-19T14:11:15.028Z Downloaded recursive v0.1.1
9372026-03-19T14:11:15.029Z Downloaded scheduled-thread-pool v0.2.7
9382026-03-19T14:11:15.032Z Downloaded salsa20 v0.10.2
9392026-03-19T14:11:15.032Z Downloaded hickory-resolver v0.25.2
9402026-03-19T14:11:15.035Z Downloaded hickory-resolver v0.24.4
9412026-03-19T14:11:15.039Z Downloaded jiff-static v0.2.21
9422026-03-19T14:11:15.043Z Downloaded heapless v0.8.0
9432026-03-19T14:11:15.043Z Downloaded ppv-lite86 v0.2.21
9442026-03-19T14:11:15.046Z Downloaded phf v0.13.1
9452026-03-19T14:11:15.046Z Downloaded heapless v0.7.17
9462026-03-19T14:11:15.049Z Downloaded phf v0.12.1
9472026-03-19T14:11:15.052Z Downloaded pem-rfc7468 v0.7.0
9482026-03-19T14:11:15.052Z Downloaded pem v3.0.6
9492026-03-19T14:11:15.055Z Downloaded pkcs5 v0.7.1
9502026-03-19T14:11:15.058Z Downloaded same-file v1.0.6
9512026-03-19T14:11:15.058Z Downloaded serde-big-array v0.5.1
9522026-03-19T14:11:15.061Z Downloaded serde_bytes v0.11.19
9532026-03-19T14:11:15.061Z Downloaded scopeguard v1.2.0
9542026-03-19T14:11:15.064Z Downloaded rand_core v0.10.0
9552026-03-19T14:11:15.064Z Downloaded postcard v1.1.3
9562026-03-19T14:11:15.068Z Downloaded diesel_derives v2.3.7
9572026-03-19T14:11:15.071Z Downloaded pkcs1 v0.7.5
9582026-03-19T14:11:15.074Z Downloaded pin-project-internal v1.1.11
9592026-03-19T14:11:15.074Z Downloaded oso v0.27.3
9602026-03-19T14:11:15.077Z Downloaded secrecy v0.10.3
9612026-03-19T14:11:15.081Z Downloaded secrecy v0.8.0
9622026-03-19T14:11:15.081Z Downloaded seq-macro v0.3.6
9632026-03-19T14:11:15.081Z Downloaded scrypt v0.11.0
9642026-03-19T14:11:15.084Z Downloaded scroll_derive v0.13.1
9652026-03-19T14:11:15.084Z Downloaded paste v1.0.15
9662026-03-19T14:11:15.087Z Downloaded serde_repr v0.1.20
9672026-03-19T14:11:15.087Z Downloaded rustls-native-certs v0.8.3
9682026-03-19T14:11:15.090Z Downloaded postgres-types v0.2.12
9692026-03-19T14:11:15.093Z Downloaded openssl-sys v0.9.111
9702026-03-19T14:11:15.097Z Downloaded p256 v0.13.2
9712026-03-19T14:11:15.100Z Downloaded rustls-pemfile v2.2.0
9722026-03-19T14:11:15.104Z Downloaded signal-hook-tokio v0.3.1
9732026-03-19T14:11:15.104Z Downloaded siphasher v1.0.2
9742026-03-19T14:11:15.104Z Downloaded slog-envlogger v2.2.0
9752026-03-19T14:11:15.107Z Downloaded signature v2.2.0
9762026-03-19T14:11:15.107Z Downloaded serde_urlencoded v0.7.1
9772026-03-19T14:11:15.110Z Downloaded slog-bunyan v2.5.0
9782026-03-19T14:11:15.110Z Downloaded serde_spanned v1.0.4
9792026-03-19T14:11:15.113Z Downloaded resolv-conf v0.7.6
9802026-03-19T14:11:15.113Z Downloaded progenitor v0.11.2
9812026-03-19T14:11:15.116Z Downloaded progenitor v0.10.0
9822026-03-19T14:11:15.116Z Downloaded sha1 v0.10.6
9832026-03-19T14:11:15.119Z Downloaded shell-words v1.1.1
9842026-03-19T14:11:15.119Z Downloaded hashbrown v0.13.2
9852026-03-19T14:11:15.122Z Downloaded sigpipe v0.1.3
9862026-03-19T14:11:15.122Z Downloaded parking_lot v0.12.5
9872026-03-19T14:11:15.125Z Downloaded signal-hook-mio v0.2.5
9882026-03-19T14:11:15.126Z Downloaded progenitor-impl v0.10.0
9892026-03-19T14:11:15.129Z Downloaded quinn-udp v0.5.14
9902026-03-19T14:11:15.129Z Downloaded serde_plain v1.0.2
9912026-03-19T14:11:15.131Z Downloaded miniz_oxide v0.8.9
9922026-03-19T14:11:15.134Z Downloaded minimal-lexical v0.2.1
9932026-03-19T14:11:15.137Z Downloaded nu-ansi-term v0.50.3
9942026-03-19T14:11:15.141Z Downloaded bumpalo v3.20.2
9952026-03-19T14:11:15.141Z Downloaded pkcs8 v0.10.2
9962026-03-19T14:11:15.144Z Downloaded scroll v0.13.0
9972026-03-19T14:11:15.146Z Downloaded crossterm v0.28.1
9982026-03-19T14:11:15.150Z Downloaded rustversion v1.0.22
9992026-03-19T14:11:15.152Z Downloaded serde_path_to_error v0.1.20
10002026-03-19T14:11:15.155Z Downloaded serde-hex v0.1.0
10012026-03-19T14:11:15.155Z Downloaded russh-keys v0.45.0
10022026-03-19T14:11:15.158Z Downloaded phf_shared v0.13.1
10032026-03-19T14:11:15.158Z Downloaded password-hash v0.5.0
10042026-03-19T14:11:15.161Z Downloaded serde_derive_internals v0.29.1
10052026-03-19T14:11:15.163Z Downloaded num_enum v0.5.11
10062026-03-19T14:11:15.167Z Downloaded rusty-fork v0.3.1
10072026-03-19T14:11:15.167Z Downloaded rustls-pemfile v1.0.4
10082026-03-19T14:11:15.173Z Downloaded mio v1.1.1
10092026-03-19T14:11:15.177Z Downloaded semver v0.1.20
10102026-03-19T14:11:15.177Z Downloaded sec1 v0.7.3
10112026-03-19T14:11:15.177Z Downloaded rustls-pki-types v1.14.0
10122026-03-19T14:11:15.182Z Downloaded slog-scope v4.4.1
10132026-03-19T14:11:15.183Z Downloaded slog-json v2.6.1
10142026-03-19T14:11:15.190Z Downloaded structmeta v0.3.0
10152026-03-19T14:11:15.190Z Downloaded strip-ansi-escapes v0.2.1
10162026-03-19T14:11:15.190Z Downloaded signal-hook-registry v1.4.8
10172026-03-19T14:11:15.190Z Downloaded slog-dtrace v0.3.0
10182026-03-19T14:11:15.190Z Downloaded slog-async v2.8.0
10192026-03-19T14:11:15.190Z Downloaded sct v0.7.1
10202026-03-19T14:11:15.190Z Downloaded hickory-server v0.25.2
10212026-03-19T14:11:15.193Z Downloaded progenitor-impl v0.13.0
10222026-03-19T14:11:15.197Z Downloaded progenitor-impl v0.11.2
10232026-03-19T14:11:15.200Z Downloaded shlex v1.3.0
10242026-03-19T14:11:15.201Z Downloaded itertools v0.10.5
10252026-03-19T14:11:15.206Z Downloaded sync-ptr v0.1.4
10262026-03-19T14:11:15.208Z Downloaded strum v0.26.3
10272026-03-19T14:11:15.208Z Downloaded supports-color v3.0.2
10282026-03-19T14:11:15.208Z Downloaded tagptr v0.2.0
10292026-03-19T14:11:15.208Z Downloaded tap v1.0.1
10302026-03-19T14:11:15.211Z Downloaded structmeta-derive v0.3.0
10312026-03-19T14:11:15.211Z Downloaded sync_wrapper v1.0.2
10322026-03-19T14:11:15.212Z Downloaded tabwriter v1.4.1
10332026-03-19T14:11:15.214Z Downloaded strum v0.27.2
10342026-03-19T14:11:15.214Z Downloaded slab v0.4.12
10352026-03-19T14:11:15.218Z Downloaded subtle v2.6.1
10362026-03-19T14:11:15.218Z Downloaded ssh-encoding v0.2.0
10372026-03-19T14:11:15.218Z Downloaded ssh-cipher v0.2.0
10382026-03-19T14:11:15.221Z Downloaded sqlparser_derive v0.5.0
10392026-03-19T14:11:15.221Z Downloaded smf v0.2.3
10402026-03-19T14:11:15.221Z Downloaded tabled_derive v0.11.0
10412026-03-19T14:11:15.225Z Downloaded take_mut v0.2.2
10422026-03-19T14:11:15.225Z Downloaded slog-stdlog v4.1.1
10432026-03-19T14:11:15.225Z Downloaded schemars_derive v0.8.22
10442026-03-19T14:11:15.228Z Downloaded spki v0.7.3
10452026-03-19T14:11:15.228Z Downloaded simd-adler32 v0.3.8
10462026-03-19T14:11:15.231Z Downloaded prettyplease v0.2.37
10472026-03-19T14:11:15.235Z Downloaded smallvec v0.6.14
10482026-03-19T14:11:15.235Z Downloaded sqlformat v0.3.5
10492026-03-19T14:11:15.239Z Downloaded time-core v0.1.8
10502026-03-19T14:11:15.239Z Downloaded termtree v0.5.1
10512026-03-19T14:11:15.239Z Downloaded string_cache v0.8.9
10522026-03-19T14:11:15.242Z Downloaded slog-term v2.9.2
10532026-03-19T14:11:15.242Z Downloaded serde_with_macros v3.17.0
10542026-03-19T14:11:15.245Z Downloaded pin-project v1.1.11
10552026-03-19T14:11:15.251Z Downloaded rcgen v0.12.1
10562026-03-19T14:11:15.254Z Downloaded hashbrown v0.12.3
10572026-03-19T14:11:15.258Z Downloaded hashbrown v0.15.5
10582026-03-19T14:11:15.261Z Downloaded thread-id v5.1.0
10592026-03-19T14:11:15.265Z Downloaded thiserror-impl-no-std v2.0.2
10602026-03-19T14:11:15.265Z Downloaded http v1.4.0
10612026-03-19T14:11:15.268Z Downloaded pretty_assertions v1.4.1
10622026-03-19T14:11:15.271Z Downloaded snafu-derive v0.8.9
10632026-03-19T14:11:15.271Z Downloaded ron v0.8.1
10642026-03-19T14:11:15.275Z Downloaded support-bundle-viewer v0.1.2
10652026-03-19T14:11:15.278Z Downloaded nom v7.1.3
10662026-03-19T14:11:15.281Z Downloaded testing_table v0.3.0
10672026-03-19T14:11:15.281Z Downloaded prefix-trie v0.7.0
10682026-03-19T14:11:15.284Z Downloaded serde_cbor v0.11.2
10692026-03-19T14:11:15.288Z Downloaded papergrid v0.17.0
10702026-03-19T14:11:15.292Z Downloaded stacker v0.1.23
10712026-03-19T14:11:15.292Z Downloaded hyper-util v0.1.20
10722026-03-19T14:11:15.297Z Downloaded tinyvec_macros v0.1.1
10732026-03-19T14:11:15.300Z Downloaded thiserror-no-std v2.0.2
10742026-03-19T14:11:15.303Z Downloaded strum_macros v0.24.3
10752026-03-19T14:11:15.303Z Downloaded strum_macros v0.26.4
10762026-03-19T14:11:15.306Z Downloaded topological-sort v0.2.2
10772026-03-19T14:11:15.307Z Downloaded strum_macros v0.27.2
10782026-03-19T14:11:15.310Z Downloaded serde_yaml v0.9.34+deprecated
10792026-03-19T14:11:15.310Z Downloaded static_assertions v1.1.0
10802026-03-19T14:11:15.315Z Downloaded iddqd v0.3.17
10812026-03-19T14:11:15.318Z Downloaded rustls-platform-verifier v0.6.2
10822026-03-19T14:11:15.321Z Downloaded stringprep v0.1.5
10832026-03-19T14:11:15.324Z Downloaded tiny-keccak v2.0.2
10842026-03-19T14:11:15.324Z Downloaded try-lock v0.2.5
10852026-03-19T14:11:15.328Z Downloaded tls_codec v0.4.2
10862026-03-19T14:11:15.328Z Downloaded slog v2.8.2
10872026-03-19T14:11:15.331Z Downloaded spin v0.9.8
10882026-03-19T14:11:15.334Z Downloaded unarray v0.1.4
10892026-03-19T14:11:15.334Z Downloaded tower-service v0.3.3
10902026-03-19T14:11:15.334Z Downloaded elliptic-curve v0.13.8
10912026-03-19T14:11:15.338Z Downloaded tls_codec_derive v0.4.2
10922026-03-19T14:11:15.339Z Downloaded itertools v0.12.1
10932026-03-19T14:11:15.344Z Downloaded termios v0.3.3
10942026-03-19T14:11:15.347Z Downloaded rsa v0.9.10
10952026-03-19T14:11:15.350Z Downloaded tokio-native-tls v0.3.1
10962026-03-19T14:11:15.353Z Downloaded typify-macro v0.4.3
10972026-03-19T14:11:15.353Z Downloaded untrusted v0.7.1
10982026-03-19T14:11:15.353Z Downloaded unit-prefix v0.5.2
10992026-03-19T14:11:15.357Z Downloaded unicode-truncate v1.1.0
11002026-03-19T14:11:15.357Z Downloaded tokio-dtrace v0.1.1
11012026-03-19T14:11:15.360Z Downloaded num-bigint-dig v0.8.6
11022026-03-19T14:11:15.364Z Downloaded tokio-tungstenite v0.21.0
11032026-03-19T14:11:15.367Z Downloaded libxml v0.3.3
11042026-03-19T14:11:15.370Z Downloaded thread_local v1.1.9
11052026-03-19T14:11:15.371Z Downloaded socket2 v0.5.10
11062026-03-19T14:11:15.374Z Downloaded ryu v1.0.23
11072026-03-19T14:11:15.374Z Downloaded tokio-tungstenite v0.23.1
11082026-03-19T14:11:15.377Z Downloaded time-macros v0.2.27
11092026-03-19T14:11:15.380Z Downloaded typify-macro v0.6.1
11102026-03-19T14:11:15.380Z Downloaded publicsuffix v2.3.0
11112026-03-19T14:11:15.383Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-03-19T14:11:15.383Z Downloaded num-conv v0.2.0
11132026-03-19T14:11:15.383Z Downloaded untrusted v0.9.0
11142026-03-19T14:11:15.385Z Downloaded tower-layer v0.3.3
11152026-03-19T14:11:15.385Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-03-19T14:11:15.388Z Downloaded ipnetwork v0.21.1
11172026-03-19T14:11:15.388Z Downloaded cookie v0.18.1
11182026-03-19T14:11:15.391Z Downloaded allocator-api2 v0.2.21
11192026-03-19T14:11:15.394Z Downloaded tokio-macros v2.6.0
11202026-03-19T14:11:15.394Z Downloaded universal-hash v0.5.1
11212026-03-19T14:11:15.397Z Downloaded usdt-macro v0.6.0
11222026-03-19T14:11:15.397Z Downloaded utf-8 v0.7.6
11232026-03-19T14:11:15.398Z Downloaded usdt-attr-macro v0.6.0
11242026-03-19T14:11:15.398Z Downloaded usdt v0.6.0
11252026-03-19T14:11:15.401Z Downloaded signal-hook v0.3.18
11262026-03-19T14:11:15.401Z Downloaded hyper-staticfile v0.10.1
11272026-03-19T14:11:15.405Z Downloaded tui-tree-widget v0.23.1
11282026-03-19T14:11:15.405Z Downloaded quinn v0.11.9
11292026-03-19T14:11:15.408Z Downloaded trait-variant v0.1.2
11302026-03-19T14:11:15.408Z Downloaded instant v0.1.13
11312026-03-19T14:11:15.412Z Downloaded want v0.3.1
11322026-03-19T14:11:15.412Z Downloaded h2 v0.4.13
11332026-03-19T14:11:15.416Z Downloaded hyper-tls v0.6.0
11342026-03-19T14:11:15.418Z Downloaded similar v2.7.0
11352026-03-19T14:11:15.423Z Downloaded num-bigint v0.4.6
11362026-03-19T14:11:15.425Z Downloaded void v1.0.2
11372026-03-19T14:11:15.425Z Downloaded httpdate v1.0.3
11382026-03-19T14:11:15.425Z Downloaded fs-err v2.11.0
11392026-03-19T14:11:15.429Z Downloaded corncobs v0.1.4
11402026-03-19T14:11:15.429Z Downloaded cbc v0.1.2
11412026-03-19T14:11:15.432Z Downloaded chacha20 v0.9.1
11422026-03-19T14:11:15.432Z Downloaded xattr v1.6.1
11432026-03-19T14:11:15.435Z Downloaded globset v0.4.18
11442026-03-19T14:11:15.435Z Downloaded async-recursion v1.1.1
11452026-03-19T14:11:15.438Z Downloaded schemars v0.8.22
11462026-03-19T14:11:15.445Z Downloaded test-strategy v0.4.5
11472026-03-19T14:11:15.448Z Downloaded xshell-macros v0.2.7
11482026-03-19T14:11:15.448Z Downloaded wait-timeout v0.2.1
11492026-03-19T14:11:15.452Z Downloaded waitgroup v0.1.2
11502026-03-19T14:11:15.452Z Downloaded term v1.2.1
11512026-03-19T14:11:15.455Z Downloaded socket2 v0.6.2
11522026-03-19T14:11:15.458Z Downloaded toml_parser v1.0.9+spec-1.1.0
11532026-03-19T14:11:15.458Z Downloaded schemars v0.9.0
11542026-03-19T14:11:15.466Z Downloaded vergen-git2 v1.0.7
11552026-03-19T14:11:15.470Z Downloaded uzers v0.12.2
11562026-03-19T14:11:15.470Z Downloaded aes-gcm v0.10.3
11572026-03-19T14:11:15.474Z Downloaded camino-tempfile-ext v0.3.3
11582026-03-19T14:11:15.474Z Downloaded async-trait v0.1.89
11592026-03-19T14:11:15.477Z Downloaded const_format v0.2.35
11602026-03-19T14:11:15.481Z Downloaded tinyvec v1.10.0
11612026-03-19T14:11:15.484Z Downloaded aho-corasick v1.1.4
11622026-03-19T14:11:15.487Z Downloaded vergen-gitcl v1.0.8
11632026-03-19T14:11:15.489Z Downloaded zone_cfg_derive v0.3.1
11642026-03-19T14:11:15.489Z Downloaded tokio-rustls v0.26.4
11652026-03-19T14:11:15.492Z Downloaded iri-string v0.7.10
11662026-03-19T14:11:15.495Z Downloaded zone v0.3.1
11672026-03-19T14:11:15.498Z Downloaded itertools v0.13.0
11682026-03-19T14:11:15.501Z Downloaded samael v0.0.19
11692026-03-19T14:11:15.506Z Downloaded unicase v2.9.0
11702026-03-19T14:11:15.509Z Downloaded vergen-lib v0.1.6
11712026-03-19T14:11:15.509Z Downloaded whoami v1.6.1
11722026-03-19T14:11:15.512Z Downloaded walkdir v2.5.0
11732026-03-19T14:11:15.512Z Downloaded tokio-stream v0.1.18
11742026-03-19T14:11:15.515Z Downloaded rustls-webpki v0.103.9
11752026-03-19T14:11:15.518Z Downloaded rayon-core v1.13.0
11762026-03-19T14:11:15.522Z Downloaded schemars v1.2.1
11772026-03-19T14:11:15.531Z Downloaded xz2 v0.1.7
11782026-03-19T14:11:15.534Z Downloaded zeroize_derive v1.4.3
11792026-03-19T14:11:15.534Z Downloaded wyz v0.5.1
11802026-03-19T14:11:15.534Z Downloaded usdt-impl v0.6.0
11812026-03-19T14:11:15.538Z Downloaded zeroize v1.8.2
11822026-03-19T14:11:15.538Z Downloaded toml v0.9.12+spec-1.1.0
11832026-03-19T14:11:15.542Z Downloaded hyper v1.8.1
11842026-03-19T14:11:15.545Z Downloaded tar v0.4.44
11852026-03-19T14:11:15.548Z Downloaded steno v0.4.1
11862026-03-19T14:11:15.552Z Downloaded futures-util v0.3.32
11872026-03-19T14:11:15.559Z Downloaded zstd v0.13.3
11882026-03-19T14:11:15.562Z Downloaded vergen v9.0.6
11892026-03-19T14:11:15.565Z Downloaded typify v0.6.1
11902026-03-19T14:11:15.568Z Downloaded zstd-safe v7.2.4
11912026-03-19T14:11:15.568Z Downloaded typify v0.4.3
11922026-03-19T14:11:15.571Z Downloaded ron v0.12.0
11932026-03-19T14:11:15.576Z Downloaded unsafe-libyaml v0.2.11
11942026-03-19T14:11:15.579Z Downloaded subprocess v0.2.15
11952026-03-19T14:11:15.583Z Downloaded rand v0.10.0
11962026-03-19T14:11:15.586Z Downloaded itertools v0.14.0
11972026-03-19T14:11:15.590Z Downloaded hkdf v0.12.4
11982026-03-19T14:11:15.593Z Downloaded chrono v0.4.44
11992026-03-19T14:11:15.598Z Downloaded zerocopy v0.6.6
12002026-03-19T14:11:15.601Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-03-19T14:11:15.614Z Downloaded tungstenite v0.23.0
12022026-03-19T14:11:15.614Z Downloaded unicode-bidi v0.3.18
12032026-03-19T14:11:15.614Z Downloaded yasna v0.5.2
12042026-03-19T14:11:15.614Z Downloaded unicode-properties v0.1.4
12052026-03-19T14:11:15.614Z Downloaded tungstenite v0.21.0
12062026-03-19T14:11:15.614Z Downloaded qorb v0.4.1
12072026-03-19T14:11:15.617Z Downloaded xshell v0.2.7
12082026-03-19T14:11:15.620Z Downloaded whoami v2.1.0
12092026-03-19T14:11:15.621Z Downloaded vsss-rs v3.3.4
12102026-03-19T14:11:15.624Z Downloaded russh v0.45.0
12112026-03-19T14:11:15.627Z Downloaded twox-hash v2.1.2
12122026-03-19T14:11:15.627Z Downloaded tokio-postgres v0.7.16
12132026-03-19T14:11:15.631Z Downloaded rpassword v7.4.0
12142026-03-19T14:11:15.636Z Downloaded tracing-attributes v0.1.31
12152026-03-19T14:11:15.639Z Downloaded toml v0.7.8
12162026-03-19T14:11:15.639Z Downloaded tracing-core v0.1.36
12172026-03-19T14:11:15.646Z Downloaded rustyline v14.0.0
12182026-03-19T14:11:15.656Z Downloaded rand v0.9.2
12192026-03-19T14:11:15.656Z Downloaded tokio-rustls v0.25.0
12202026-03-19T14:11:15.656Z Downloaded tokio-rustls v0.24.1
12212026-03-19T14:11:15.656Z Downloaded term v0.7.0
12222026-03-19T14:11:15.656Z Downloaded snafu v0.8.9
12232026-03-19T14:11:15.660Z Downloaded p521 v0.13.3
12242026-03-19T14:11:15.660Z Downloaded rand v0.8.5
12252026-03-19T14:11:15.666Z Downloaded async-bb8-diesel v0.2.1
12262026-03-19T14:11:15.671Z Downloaded uuid v1.21.0
12272026-03-19T14:11:15.671Z Downloaded reqwest v0.12.28
12282026-03-19T14:11:15.679Z Downloaded zopfli v0.8.3
12292026-03-19T14:11:15.679Z Downloaded either v1.15.0
12302026-03-19T14:11:15.679Z Downloaded daft v0.1.5
12312026-03-19T14:11:15.683Z Downloaded libm v0.2.16
12322026-03-19T14:11:15.683Z Downloaded unicode_categories v0.1.1
12332026-03-19T14:11:15.687Z Downloaded reqwest v0.13.2
12342026-03-19T14:11:15.690Z Downloaded reedline v0.40.0
12352026-03-19T14:11:15.694Z Downloaded blake3 v1.8.3
12362026-03-19T14:11:15.701Z Downloaded yansi v1.0.1
12372026-03-19T14:11:15.705Z Downloaded toml_edit v0.19.15
12382026-03-19T14:11:15.715Z Downloaded zip v0.6.6
12392026-03-19T14:11:15.718Z Downloaded aws-lc-rs v1.16.0
12402026-03-19T14:11:15.725Z Downloaded tower v0.5.3
12412026-03-19T14:11:15.731Z Downloaded lalrpop v0.19.12
12422026-03-19T14:11:15.741Z Downloaded p384 v0.13.1
12432026-03-19T14:11:15.744Z Downloaded zerocopy-derive v0.8.40
12442026-03-19T14:11:15.751Z Downloaded ssh-key v0.6.7
12452026-03-19T14:11:15.755Z Downloaded bitvec v1.0.1
12462026-03-19T14:11:15.767Z Downloaded vte v0.14.1
12472026-03-19T14:11:15.770Z Downloaded salty v0.3.0
12482026-03-19T14:11:15.774Z Downloaded unicode-segmentation v1.12.0
12492026-03-19T14:11:15.778Z Downloaded typed-path v0.9.3
12502026-03-19T14:11:15.781Z Downloaded git2 v0.20.4
12512026-03-19T14:11:15.785Z Downloaded x509-cert v0.2.5
12522026-03-19T14:11:15.791Z Downloaded rustls-webpki v0.101.7
12532026-03-19T14:11:15.802Z Downloaded quick-xml v0.37.5
12542026-03-19T14:11:15.805Z Downloaded moka v0.12.13
12552026-03-19T14:11:15.811Z Downloaded unicode-normalization v0.1.25
12562026-03-19T14:11:15.815Z Downloaded goblin v0.10.5
12572026-03-19T14:11:15.820Z Downloaded rayon v1.11.0
12582026-03-19T14:11:15.828Z Downloaded tokio-util v0.7.18
12592026-03-19T14:11:15.833Z Downloaded zip v4.6.1
12602026-03-19T14:11:15.836Z Downloaded rustls-webpki v0.102.8
12612026-03-19T14:11:15.851Z Downloaded tough v0.20.0
12622026-03-19T14:11:15.858Z Downloaded curve25519-dalek v4.1.3
12632026-03-19T14:11:15.864Z Downloaded serde_with v3.17.0
12642026-03-19T14:11:15.874Z Downloaded tower-http v0.6.8
12652026-03-19T14:11:15.880Z Downloaded portable-atomic v1.13.1
12662026-03-19T14:11:15.885Z Downloaded proptest v1.10.0
12672026-03-19T14:11:15.892Z Downloaded object v0.30.4
12682026-03-19T14:11:15.899Z Downloaded petname v2.0.2
12692026-03-19T14:11:15.903Z Downloaded polar-core v0.27.3
12702026-03-19T14:11:15.909Z Downloaded openssl v0.10.75
12712026-03-19T14:11:15.917Z Downloaded winnow v0.6.26
12722026-03-19T14:11:15.923Z Downloaded radix_trie v0.2.1
12732026-03-19T14:11:15.927Z Downloaded winnow v0.5.40
12742026-03-19T14:11:15.934Z Downloaded bstr v1.12.1
12752026-03-19T14:11:15.940Z Downloaded nix v0.27.1
12762026-03-19T14:11:15.949Z Downloaded time v0.3.47
12772026-03-19T14:11:15.957Z Downloaded vcpkg v0.2.15
12782026-03-19T14:11:15.989Z Downloaded quinn-proto v0.11.13
12792026-03-19T14:11:15.993Z Downloaded nix v0.31.1
12802026-03-19T14:11:16.003Z Downloaded webpki-roots v1.0.6
12812026-03-19T14:11:16.008Z Downloaded rustls v0.21.12
12822026-03-19T14:11:16.013Z Downloaded object v0.37.3
12832026-03-19T14:11:16.023Z Downloaded rustls v0.22.4
12842026-03-19T14:11:16.032Z Downloaded regex-syntax v0.8.10
12852026-03-19T14:11:16.037Z Downloaded regress v0.10.5
12862026-03-19T14:11:16.046Z Downloaded smoltcp v0.9.1
12872026-03-19T14:11:16.052Z Downloaded dropshot v0.16.7
12882026-03-19T14:11:16.068Z Downloaded diesel v2.3.7
12892026-03-19T14:11:16.084Z Downloaded zlib-rs v0.6.2
12902026-03-19T14:11:16.088Z Downloaded smoltcp v0.11.0
12912026-03-19T14:11:16.098Z Downloaded openapiv3 v2.2.0
12922026-03-19T14:11:16.107Z Downloaded sqlparser v0.61.0
12932026-03-19T14:11:16.113Z Downloaded hickory-proto v0.25.2
12942026-03-19T14:11:16.125Z Downloaded zerocopy v0.8.40
12952026-03-19T14:11:16.132Z Downloaded tracing v0.1.44
12962026-03-19T14:11:16.149Z Downloaded rustix v0.38.44
12972026-03-19T14:11:16.165Z Downloaded rustls v0.23.37
12982026-03-19T14:11:16.174Z Downloaded typify-impl v0.4.3
12992026-03-19T14:11:16.186Z Downloaded hickory-proto v0.24.4
13002026-03-19T14:11:16.198Z Downloaded tabled v0.20.0
13012026-03-19T14:11:16.209Z Downloaded regex-syntax v0.6.29
13022026-03-19T14:11:16.215Z Downloaded nix v0.28.0
13032026-03-19T14:11:16.223Z Downloaded zerocopy-derive v0.6.6
13042026-03-19T14:11:16.231Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-03-19T14:11:16.240Z Downloaded nix v0.29.0
13062026-03-19T14:11:16.248Z Downloaded bindgen v0.71.1
13072026-03-19T14:11:16.254Z Downloaded regex v1.12.3
13082026-03-19T14:11:16.257Z Downloaded chrono-tz v0.10.4
13092026-03-19T14:11:16.272Z Downloaded ecdsa v0.16.9
13102026-03-19T14:11:16.275Z Downloaded ena v0.14.4
13112026-03-19T14:11:16.275Z Downloaded constant_time_eq v0.4.2
13122026-03-19T14:11:16.275Z Downloaded libz-sys v1.1.24
13132026-03-19T14:11:16.291Z Downloaded sled v0.34.7
13142026-03-19T14:11:16.298Z Downloaded home v0.5.12
13152026-03-19T14:11:16.302Z Downloaded blowfish v0.9.1
13162026-03-19T14:11:16.302Z Downloaded sha3 v0.10.8
13172026-03-19T14:11:16.305Z Downloaded bytes v1.11.1
13182026-03-19T14:11:16.308Z Downloaded atomic-waker v1.1.2
13192026-03-19T14:11:16.308Z Downloaded typify-impl v0.6.1
13202026-03-19T14:11:16.319Z Downloaded ratatui v0.29.0
13212026-03-19T14:11:16.333Z Downloaded async-stream-impl v0.3.6
13222026-03-19T14:11:16.337Z Downloaded crossterm v0.29.0
13232026-03-19T14:11:16.391Z Downloaded regex-automata v0.4.14
13242026-03-19T14:11:16.417Z Downloaded petgraph v0.6.5
13252026-03-19T14:11:16.430Z Downloaded jiff v0.2.21
13262026-03-19T14:11:16.445Z Downloaded lzma-sys v0.1.20
13272026-03-19T14:11:16.477Z Downloaded csv v1.4.0
13282026-03-19T14:11:16.499Z Downloaded petgraph v0.8.3
13292026-03-19T14:11:16.522Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-03-19T14:11:16.541Z Downloaded tokio v1.49.0
13312026-03-19T14:11:16.618Z Downloaded encoding_rs v0.8.35
13322026-03-19T14:11:16.643Z Downloaded ring v0.17.14
13332026-03-19T14:11:16.681Z Downloaded libgit2-sys v0.18.3+1.9.2
13342026-03-19T14:11:17.113Z Downloaded aws-lc-sys v0.37.1
13352026-03-19T14:11:17.427Z Compiling libc v0.2.180
13362026-03-19T14:11:17.427Z Compiling serde v1.0.228
13372026-03-19T14:11:17.430Z Compiling log v0.4.29
13382026-03-19T14:11:17.430Z Compiling find-msvc-tools v0.1.9
13392026-03-19T14:11:17.601Z Compiling shlex v1.3.0
13402026-03-19T14:11:17.605Z Compiling smallvec v1.15.1
13412026-03-19T14:11:17.651Z Compiling syn v2.0.117
13422026-03-19T14:11:17.669Z Compiling typenum v1.19.0
13432026-03-19T14:11:17.886Z Compiling generic-array v0.14.7
13442026-03-19T14:11:17.907Z Compiling subtle v2.6.1
13452026-03-19T14:11:17.942Z Compiling scopeguard v1.2.0
13462026-03-19T14:11:17.973Z Compiling portable-atomic v1.13.1
13472026-03-19T14:11:18.051Z Compiling lock_api v0.4.14
13482026-03-19T14:11:18.091Z Compiling const-oid v0.9.6
13492026-03-19T14:11:18.160Z Compiling critical-section v1.2.0
13502026-03-19T14:11:18.213Z Compiling zerocopy v0.8.40
13512026-03-19T14:11:18.292Z Compiling parking_lot_core v0.9.12
13522026-03-19T14:11:18.362Z Compiling serde_json v1.0.149
13532026-03-19T14:11:18.596Z Compiling pin-project-lite v0.2.17
13542026-03-19T14:11:18.727Z Compiling pkg-config v0.3.32
13552026-03-19T14:11:18.803Z Compiling getrandom v0.2.17
13562026-03-19T14:11:18.890Z Compiling jobserver v0.1.34
13572026-03-19T14:11:18.996Z Compiling rand_core v0.6.4
13582026-03-19T14:11:19.089Z Compiling errno v0.3.14
13592026-03-19T14:11:19.215Z Compiling cc v1.2.56
13602026-03-19T14:11:19.274Z Compiling once_cell v1.21.3
13612026-03-19T14:11:19.335Z Compiling signal-hook-registry v1.4.8
13622026-03-19T14:11:19.396Z Compiling mio v1.1.1
13632026-03-19T14:11:19.493Z Compiling bitflags v2.11.0
13642026-03-19T14:11:19.541Z Compiling libm v0.2.16
13652026-03-19T14:11:19.692Z Compiling parking_lot v0.12.5
13662026-03-19T14:11:19.745Z Compiling num-traits v0.2.19
13672026-03-19T14:11:19.786Z Compiling futures-core v0.3.32
13682026-03-19T14:11:19.981Z Compiling socket2 v0.6.2
13692026-03-19T14:11:20.055Z Compiling percent-encoding v2.3.2
13702026-03-19T14:11:20.177Z Compiling allocator-api2 v0.2.21
13712026-03-19T14:11:20.205Z Compiling foldhash v0.2.0
13722026-03-19T14:11:20.300Z Compiling cpufeatures v0.2.17
13732026-03-19T14:11:20.318Z Compiling futures-sink v0.3.32
13742026-03-19T14:11:20.392Z Compiling futures-task v0.3.32
13752026-03-19T14:11:20.445Z Compiling futures-channel v0.3.32
13762026-03-19T14:11:20.477Z Compiling futures-io v0.3.32
13772026-03-19T14:11:20.553Z Compiling getrandom v0.4.1
13782026-03-19T14:11:20.603Z Compiling hashbrown v0.16.1
13792026-03-19T14:11:20.622Z Compiling slab v0.4.12
13802026-03-19T14:11:20.667Z Compiling getrandom v0.3.4
13812026-03-19T14:11:20.737Z Compiling rand_core v0.10.0
13822026-03-19T14:11:20.846Z Compiling rustversion v1.0.22
13832026-03-19T14:11:20.945Z Compiling form_urlencoded v1.2.2
13842026-03-19T14:11:21.267Z Compiling cmake v0.1.57
13852026-03-19T14:11:21.344Z Compiling indexmap v2.13.0
13862026-03-19T14:11:21.394Z Compiling dunce v1.0.5
13872026-03-19T14:11:21.568Z Compiling base64ct v1.8.3
13882026-03-19T14:11:21.593Z Compiling ident_case v1.0.1
13892026-03-19T14:11:21.739Z Compiling synstructure v0.13.2
13902026-03-19T14:11:21.840Z Compiling fs_extra v1.3.0
13912026-03-19T14:11:21.933Z Compiling pem-rfc7468 v0.7.0
13922026-03-19T14:11:21.955Z Compiling flagset v0.4.7
13932026-03-19T14:11:22.126Z Compiling rand_core v0.9.5
13942026-03-19T14:11:22.165Z Compiling iana-time-zone v0.1.65
13952026-03-19T14:11:22.184Z Compiling rustix v1.1.3
13962026-03-19T14:11:22.203Z Compiling aws-lc-sys v0.37.1
13972026-03-19T14:11:22.299Z Compiling ring v0.17.14
13982026-03-19T14:11:22.357Z Compiling uuid v1.21.0
13992026-03-19T14:11:22.430Z Compiling rustc_version v0.4.1
14002026-03-19T14:11:22.476Z Compiling regex-syntax v0.8.10
14012026-03-19T14:11:22.607Z Compiling aws-lc-rs v1.16.0
14022026-03-19T14:11:22.858Z Compiling vcpkg v0.2.15
14032026-03-19T14:11:22.985Z Compiling tracing-core v0.1.36
14042026-03-19T14:11:23.287Z Compiling crossbeam-utils v0.8.21
14052026-03-19T14:11:23.678Z Compiling pest_generator v2.8.6
14062026-03-19T14:11:23.748Z Compiling serde_derive_internals v0.29.1
14072026-03-19T14:11:23.857Z Compiling openssl-sys v0.9.111
14082026-03-19T14:11:24.320Z Compiling serde_derive v1.0.228
14092026-03-19T14:11:24.525Z Compiling zeroize_derive v1.4.3
14102026-03-19T14:11:24.564Z Compiling zerofrom-derive v0.1.6
14112026-03-19T14:11:24.606Z Compiling yoke-derive v0.8.1
14122026-03-19T14:11:24.992Z Compiling zerocopy-derive v0.8.40
14132026-03-19T14:11:25.379Z Compiling zeroize v1.8.2
14142026-03-19T14:11:25.738Z Compiling zerovec-derive v0.11.2
14152026-03-19T14:11:26.190Z Compiling displaydoc v0.2.5
14162026-03-19T14:11:26.425Z Compiling crypto-common v0.1.7
14172026-03-19T14:11:26.506Z Compiling zerofrom v0.1.6
14182026-03-19T14:11:26.644Z Compiling yoke v0.8.1
14192026-03-19T14:11:26.666Z Compiling block-buffer v0.10.4
14202026-03-19T14:11:26.875Z Compiling digest v0.10.7
14212026-03-19T14:11:26.893Z Compiling tokio-macros v2.6.0
14222026-03-19T14:11:27.170Z Compiling hmac v0.12.1
14232026-03-19T14:11:27.190Z Compiling zerotrie v0.2.3
14242026-03-19T14:11:27.207Z Compiling futures-macro v0.3.32
14252026-03-19T14:11:27.259Z Compiling zerovec v0.11.5
14262026-03-19T14:11:27.365Z Compiling block-padding v0.3.3
14272026-03-19T14:11:27.565Z Compiling inout v0.1.4
14282026-03-19T14:11:27.591Z Compiling sha2 v0.10.9
14292026-03-19T14:11:27.779Z Compiling cipher v0.4.4
14302026-03-19T14:11:27.860Z Compiling der_derive v0.7.3
14312026-03-19T14:11:27.978Z Compiling tinystr v0.8.2
14322026-03-19T14:11:28.119Z Compiling potential_utf v0.1.4
14332026-03-19T14:11:28.239Z Compiling icu_locale_core v2.1.1
14342026-03-19T14:11:28.280Z Compiling icu_collections v2.1.1
14352026-03-19T14:11:28.331Z Compiling futures-util v0.3.32
14362026-03-19T14:11:28.916Z Compiling salsa20 v0.10.2
14372026-03-19T14:11:29.089Z Compiling bytes v1.11.1
14382026-03-19T14:11:29.117Z Compiling icu_provider v2.1.1
14392026-03-19T14:11:29.151Z Compiling der v0.7.10
14402026-03-19T14:11:29.450Z Compiling icu_normalizer v2.1.1
14412026-03-19T14:11:29.469Z Compiling icu_properties v2.1.2
14422026-03-19T14:11:29.498Z Compiling chrono v0.4.44
14432026-03-19T14:11:29.904Z Compiling tokio v1.49.0
14442026-03-19T14:11:30.156Z Compiling http v1.4.0
14452026-03-19T14:11:30.802Z Compiling idna_adapter v1.2.1
14462026-03-19T14:11:30.972Z Compiling idna v1.1.0
14472026-03-19T14:11:31.026Z Compiling spki v0.7.3
14482026-03-19T14:11:31.280Z Compiling ppv-lite86 v0.2.21
14492026-03-19T14:11:31.356Z Compiling url v2.5.8
14502026-03-19T14:11:31.360Z Compiling pbkdf2 v0.12.2
14512026-03-19T14:11:31.393Z Compiling thiserror-impl v2.0.18
14522026-03-19T14:11:31.413Z Compiling cbc v0.1.2
14532026-03-19T14:11:31.541Z Compiling scrypt v0.11.0
14542026-03-19T14:11:31.643Z Compiling aes v0.8.4
14552026-03-19T14:11:31.718Z Compiling rand_chacha v0.9.0
14562026-03-19T14:11:31.869Z Compiling rustls-pki-types v1.14.0
14572026-03-19T14:11:31.907Z Compiling tracing-attributes v0.1.31
14582026-03-19T14:11:32.483Z Compiling pkcs5 v0.7.1
14592026-03-19T14:11:32.488Z Compiling rand v0.9.2
14602026-03-19T14:11:32.611Z Compiling http-body v1.0.1
14612026-03-19T14:11:32.875Z Compiling httparse v1.10.1
14622026-03-19T14:11:33.041Z Compiling base64 v0.22.1
14632026-03-19T14:11:33.127Z Compiling syn v1.0.109
14642026-03-19T14:11:33.228Z Compiling thiserror v2.0.18
14652026-03-19T14:11:33.312Z Compiling openssl-probe v0.2.1
14662026-03-19T14:11:33.358Z Compiling schemars v0.8.22
14672026-03-19T14:11:33.456Z Compiling untrusted v0.9.0
14682026-03-19T14:11:33.511Z Compiling untrusted v0.7.1
14692026-03-19T14:11:33.608Z Compiling pkcs8 v0.10.2
14702026-03-19T14:11:33.613Z Compiling schemars_derive v0.8.22
14712026-03-19T14:11:33.665Z Compiling pest_derive v2.8.6
14722026-03-19T14:11:33.689Z Compiling scroll_derive v0.13.1
14732026-03-19T14:11:33.721Z Compiling tracing v0.1.44
14742026-03-19T14:11:34.055Z Compiling darling_core v0.20.11
14752026-03-19T14:11:34.191Z Compiling try-lock v0.2.5
14762026-03-19T14:11:34.325Z Compiling tower-layer v0.3.3
14772026-03-19T14:11:34.530Z Compiling dyn-clone v1.0.20
14782026-03-19T14:11:34.672Z Compiling rustls v0.23.37
14792026-03-19T14:11:34.700Z Compiling atomic-waker v1.1.2
14802026-03-19T14:11:34.738Z Compiling tinyvec_macros v0.1.1
14812026-03-19T14:11:34.824Z Compiling tower-service v0.3.3
14822026-03-19T14:11:34.858Z Compiling tinyvec v1.10.0
14832026-03-19T14:11:34.883Z Compiling scroll v0.13.0
14842026-03-19T14:11:34.939Z Compiling tokio-util v0.7.18
14852026-03-19T14:11:35.225Z Compiling want v0.3.1
14862026-03-19T14:11:35.694Z Compiling ipnet v2.11.0
14872026-03-19T14:11:36.084Z Compiling h2 v0.4.13
14882026-03-19T14:11:36.359Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14892026-03-19T14:11:36.378Z Compiling spin v0.9.8
14902026-03-19T14:11:36.680Z Compiling aho-corasick v1.1.4
14912026-03-19T14:11:36.874Z Compiling powerfmt v0.2.0
14922026-03-19T14:11:37.116Z Compiling foreign-types-shared v0.1.1
14932026-03-19T14:11:37.153Z Compiling openssl v0.10.75
14942026-03-19T14:11:37.228Z Compiling time-core v0.1.8
14952026-03-19T14:11:37.371Z Compiling darling_macro v0.20.11
14962026-03-19T14:11:37.414Z Compiling pin-utils v0.1.0
14972026-03-19T14:11:37.448Z Compiling crc32fast v1.5.0
14982026-03-19T14:11:37.504Z Compiling num-conv v0.2.0
14992026-03-19T14:11:37.675Z Compiling httpdate v1.0.3
15002026-03-19T14:11:37.843Z Compiling regex-automata v0.4.14
15012026-03-19T14:11:37.865Z Compiling time-macros v0.2.27
15022026-03-19T14:11:37.976Z Compiling darling v0.20.11
15032026-03-19T14:11:37.998Z Compiling tempfile v3.25.0
15042026-03-19T14:11:38.077Z Compiling foreign-types v0.3.2
15052026-03-19T14:11:38.167Z Compiling deranged v0.5.8
15062026-03-19T14:11:39.091Z Compiling goblin v0.10.5
15072026-03-19T14:11:39.509Z Compiling openssl-macros v0.1.1
15082026-03-19T14:11:40.009Z Compiling thiserror-impl v1.0.69
15092026-03-19T14:11:40.028Z Compiling wait-timeout v0.2.1
15102026-03-19T14:11:40.370Z Compiling hyper v1.8.1
15112026-03-19T14:11:41.158Z Compiling simd-adler32 v0.3.8
15122026-03-19T14:11:41.511Z Compiling num_threads v0.1.7
15132026-03-19T14:11:41.530Z Compiling bit-vec v0.8.0
15142026-03-19T14:11:41.634Z Compiling quick-error v1.2.3
15152026-03-19T14:11:41.725Z Compiling either v1.15.0
15162026-03-19T14:11:41.767Z Compiling siphasher v1.0.2
15172026-03-19T14:11:41.838Z Compiling usdt-impl v0.6.0
15182026-03-19T14:11:41.995Z Compiling native-tls v0.2.18
15192026-03-19T14:11:42.016Z Compiling hyper-util v0.1.20
15202026-03-19T14:11:42.115Z Compiling bit-set v0.8.0
15212026-03-19T14:11:42.282Z Compiling rusty-fork v0.3.1
15222026-03-19T14:11:42.325Z Compiling thiserror v1.0.69
15232026-03-19T14:11:42.454Z Compiling time v0.3.47
15242026-03-19T14:11:42.698Z Compiling derive_builder_core v0.20.2
15252026-03-19T14:11:43.611Z Compiling dof v0.4.0
15262026-03-19T14:11:44.116Z Compiling unicode-normalization v0.1.25
15272026-03-19T14:11:44.345Z Compiling crossbeam-epoch v0.9.18
15282026-03-19T14:11:44.620Z Compiling dtrace-parser v0.3.0
15292026-03-19T14:11:44.717Z Compiling rustls-native-certs v0.8.3
15302026-03-19T14:11:44.779Z Compiling signature v2.2.0
15312026-03-19T14:11:45.003Z Compiling scroll_derive v0.12.1
15322026-03-19T14:11:45.032Z Compiling heapless v0.7.17
15332026-03-19T14:11:45.095Z Compiling rand_xorshift v0.4.0
15342026-03-19T14:11:45.246Z Compiling slog v2.8.2
15352026-03-19T14:11:45.294Z Compiling darling_core v0.21.3
15362026-03-19T14:11:45.325Z Compiling bzip2-sys v0.1.13+1.0.8
15372026-03-19T14:11:45.471Z Compiling sync_wrapper v1.0.2
15382026-03-19T14:11:45.606Z Compiling thread-id v5.1.0
15392026-03-19T14:11:45.666Z Compiling cookie v0.18.1
15402026-03-19T14:11:45.685Z Compiling unicode-segmentation v1.12.0
15412026-03-19T14:11:45.706Z Compiling unarray v0.1.4
15422026-03-19T14:11:45.840Z Compiling unicode-bidi v0.3.18
15432026-03-19T14:11:45.860Z Compiling unicode-properties v0.1.4
15442026-03-19T14:11:45.888Z Compiling paste v1.0.15
15452026-03-19T14:11:46.125Z Compiling adler2 v2.0.1
15462026-03-19T14:11:46.200Z Compiling zstd-safe v7.2.4
15472026-03-19T14:11:46.234Z Compiling signal-hook v0.3.18
15482026-03-19T14:11:46.285Z Compiling anyhow v1.0.102
15492026-03-19T14:11:46.437Z Compiling rayon-core v1.13.0
15502026-03-19T14:11:46.516Z Compiling stringprep v0.1.5
15512026-03-19T14:11:46.584Z Compiling miniz_oxide v0.8.9
15522026-03-19T14:11:46.796Z Compiling scroll v0.12.0
15532026-03-19T14:11:46.816Z Compiling proptest v1.10.0
15542026-03-19T14:11:47.151Z Compiling tower v0.5.3
15552026-03-19T14:11:47.514Z Compiling crossbeam-deque v0.8.6
15562026-03-19T14:11:47.544Z Compiling derive_builder_macro v0.20.2
15572026-03-19T14:11:47.595Z Compiling ipnetwork v0.21.1
15582026-03-19T14:11:47.749Z Compiling http-body-util v0.1.3
15592026-03-19T14:11:47.773Z Compiling webpki-roots v1.0.6
15602026-03-19T14:11:47.791Z Compiling rand_chacha v0.3.1
15612026-03-19T14:11:47.926Z Compiling toml_datetime v0.6.11
15622026-03-19T14:11:48.066Z Compiling serde_spanned v0.6.9
15632026-03-19T14:11:48.112Z Compiling serde_tokenstream v0.2.3
15642026-03-19T14:11:48.133Z Compiling erased-serde v0.3.31
15652026-03-19T14:11:48.244Z Compiling md-5 v0.10.6
15662026-03-19T14:11:48.268Z Compiling zerocopy-derive v0.7.35
15672026-03-19T14:11:48.448Z Compiling curve25519-dalek v4.1.3
15682026-03-19T14:11:48.524Z Compiling vergen-lib v0.1.6
15692026-03-19T14:11:48.746Z Compiling num-integer v0.1.46
15702026-03-19T14:11:48.813Z Compiling hash32 v0.2.1
15712026-03-19T14:11:48.854Z Compiling ff v0.13.1
15722026-03-19T14:11:48.874Z Compiling memoffset v0.9.1
15732026-03-19T14:11:48.931Z Compiling darling_macro v0.21.3
15742026-03-19T14:11:49.020Z Compiling cfg_aliases v0.2.1
15752026-03-19T14:11:49.058Z Compiling fallible-iterator v0.2.0
15762026-03-19T14:11:49.104Z Compiling psl-types v2.0.11
15772026-03-19T14:11:49.121Z Compiling rustix v0.38.44
15782026-03-19T14:11:49.177Z Compiling ref-cast v1.0.25
15792026-03-19T14:11:49.258Z Compiling zlib-rs v0.6.2
15802026-03-19T14:11:49.422Z Compiling smoltcp v0.9.1
15812026-03-19T14:11:49.463Z Compiling ryu v1.0.23
15822026-03-19T14:11:49.539Z Compiling base16ct v0.2.0
15832026-03-19T14:11:49.561Z Compiling litrs v1.0.0
15842026-03-19T14:11:49.564Z Compiling num-bigint-dig v0.8.6
15852026-03-19T14:11:49.686Z Compiling iri-string v0.7.10
15862026-03-19T14:11:49.761Z Compiling sec1 v0.7.3
15872026-03-19T14:11:49.831Z Compiling serde_urlencoded v0.7.1
15882026-03-19T14:11:50.046Z Compiling darling v0.21.3
15892026-03-19T14:11:50.118Z Compiling newtype-uuid v1.3.2
15902026-03-19T14:11:50.145Z Compiling zerocopy v0.7.35
15912026-03-19T14:11:50.163Z Compiling postgres-protocol v0.6.10
15922026-03-19T14:11:50.240Z Compiling document-features v0.2.12
15932026-03-19T14:11:50.546Z Compiling publicsuffix v2.3.0
15942026-03-19T14:11:50.769Z Compiling nix v0.31.1
15952026-03-19T14:11:50.912Z Compiling num-iter v0.1.45
15962026-03-19T14:11:51.014Z Compiling group v0.13.0
15972026-03-19T14:11:51.235Z Compiling derive_builder v0.20.2
15982026-03-19T14:11:51.253Z Compiling rand v0.8.5
15992026-03-19T14:11:51.390Z Compiling tower-http v0.6.8
16002026-03-19T14:11:51.674Z Compiling oxnet v0.1.4
16012026-03-19T14:11:51.859Z Compiling proc-macro-error v1.0.4
16022026-03-19T14:11:52.080Z Compiling tokio-native-tls v0.3.1
16032026-03-19T14:11:52.197Z Compiling goblin v0.8.2
16042026-03-19T14:11:52.931Z Compiling heck v0.4.1
16052026-03-19T14:11:53.014Z Compiling phf_shared v0.13.1
16062026-03-19T14:11:53.051Z Compiling hubpack_derive v0.1.1
16072026-03-19T14:11:53.127Z Compiling regex v1.12.3
16082026-03-19T14:11:53.219Z Compiling lazy_static v1.5.0
16092026-03-19T14:11:53.333Z Compiling cargo-platform v0.1.9
16102026-03-19T14:11:53.333Z Compiling hkdf v0.12.4
16112026-03-19T14:11:53.562Z Compiling flate2 v1.1.9
16122026-03-19T14:11:53.607Z Compiling crypto-bigint v0.5.5
16132026-03-19T14:11:53.664Z Compiling ref-cast-impl v1.0.25
16142026-03-19T14:11:53.717Z Compiling curve25519-dalek-derive v0.1.1
16152026-03-19T14:11:53.931Z Compiling async-trait v0.1.89
16162026-03-19T14:11:54.130Z Compiling strum_macros v0.27.2
16172026-03-19T14:11:54.375Z Compiling daft-derive v0.1.5
16182026-03-19T14:11:54.574Z Compiling terminal_size v0.4.3
16192026-03-19T14:11:54.746Z Compiling vergen v9.0.6
16202026-03-19T14:11:54.973Z Compiling fs-err v3.3.0
16212026-03-19T14:11:55.207Z Compiling ahash v0.8.12
16222026-03-19T14:11:55.307Z Compiling bitflags v1.3.2
16232026-03-19T14:11:55.369Z Compiling winnow v0.5.40
16242026-03-19T14:11:55.402Z Compiling foldhash v0.1.5
16252026-03-19T14:11:55.457Z Compiling object v0.37.3
16262026-03-19T14:11:55.619Z Compiling bumpalo v3.20.2
16272026-03-19T14:11:55.800Z Compiling managed v0.8.0
16282026-03-19T14:11:55.947Z Compiling libbz2-rs-sys v0.2.2
16292026-03-19T14:11:56.480Z Compiling zopfli v0.8.3
16302026-03-19T14:11:56.904Z Compiling bzip2 v0.6.1
16312026-03-19T14:11:56.931Z Compiling strum v0.27.2
16322026-03-19T14:11:57.123Z Compiling hashbrown v0.15.5
16332026-03-19T14:11:57.151Z Compiling toml_edit v0.19.15
16342026-03-19T14:11:57.172Z Compiling console v0.16.2
16352026-03-19T14:11:57.312Z Compiling clap_builder v4.5.60
16362026-03-19T14:11:57.335Z Compiling daft v0.1.5
16372026-03-19T14:11:57.402Z Compiling dof v0.3.0
16382026-03-19T14:11:57.812Z Compiling elliptic-curve v0.13.8
16392026-03-19T14:11:58.036Z Compiling hubpack v0.1.2
16402026-03-19T14:11:58.318Z Compiling cargo_metadata v0.19.2
16412026-03-19T14:11:58.371Z Compiling phf v0.13.1
16422026-03-19T14:11:58.585Z Compiling zone_cfg_derive v0.3.1
16432026-03-19T14:11:59.405Z Compiling signal-hook-mio v0.2.5
16442026-03-19T14:11:59.549Z Compiling zstd v0.13.3
16452026-03-19T14:11:59.901Z Compiling cookie_store v0.22.1
16462026-03-19T14:12:00.665Z Compiling rayon v1.11.0
16472026-03-19T14:12:00.795Z Compiling hyper-tls v0.6.0
16482026-03-19T14:12:00.905Z Compiling bzip2 v0.4.4
16492026-03-19T14:12:01.130Z Compiling postgres-types v0.2.12
16502026-03-19T14:12:01.185Z Compiling serde_with_macros v3.17.0
16512026-03-19T14:12:01.574Z Compiling usdt-macro v0.6.0
16522026-03-19T14:12:01.805Z Compiling usdt-attr-macro v0.6.0
16532026-03-19T14:12:01.904Z Compiling ed25519 v2.2.3
16542026-03-19T14:12:02.568Z Compiling dtrace-parser v0.2.0
16552026-03-19T14:12:02.791Z Compiling phf_shared v0.11.3
16562026-03-19T14:12:02.848Z Compiling itertools v0.12.1
16572026-03-19T14:12:02.869Z Compiling bstr v1.12.1
16582026-03-19T14:12:03.036Z Compiling pkcs1 v0.7.5
16592026-03-19T14:12:03.092Z Compiling serde-big-array v0.5.1
16602026-03-19T14:12:03.172Z Compiling hex v0.4.3
16612026-03-19T14:12:03.270Z Compiling rfc6979 v0.4.0
16622026-03-19T14:12:03.422Z Compiling enum-as-inner v0.6.1
16632026-03-19T14:12:03.523Z Compiling serde_repr v0.1.20
16642026-03-19T14:12:03.579Z Compiling clap_derive v4.5.55
16652026-03-19T14:12:03.647Z Compiling strum_macros v0.26.4
16662026-03-19T14:12:03.770Z Compiling float-cmp v0.10.0
16672026-03-19T14:12:03.960Z Compiling thread-id v4.2.2
16682026-03-19T14:12:04.064Z Compiling memmap2 v0.9.10
16692026-03-19T14:12:04.083Z Compiling env_filter v1.0.0
16702026-03-19T14:12:04.219Z Compiling encoding_rs v0.8.35
16712026-03-19T14:12:04.351Z Compiling predicates-core v1.0.10
16722026-03-19T14:12:04.485Z Compiling fixedbitset v0.4.2
16732026-03-19T14:12:04.504Z Compiling static_assertions v1.1.0
16742026-03-19T14:12:04.578Z Compiling difflib v0.4.0
16752026-03-19T14:12:04.597Z Compiling jiff v0.2.21
16762026-03-19T14:12:04.770Z Compiling normalize-line-endings v0.3.0
16772026-03-19T14:12:04.894Z Compiling mime v0.3.17
16782026-03-19T14:12:05.240Z Compiling rustc-hash v2.1.1
16792026-03-19T14:12:05.373Z Compiling data-encoding v2.10.0
16802026-03-19T14:12:05.401Z Compiling precomputed-hash v0.1.1
16812026-03-19T14:12:05.514Z Compiling unit-prefix v0.5.2
16822026-03-19T14:12:05.703Z Compiling fixedbitset v0.5.7
16832026-03-19T14:12:05.727Z Compiling new_debug_unreachable v1.0.6
16842026-03-19T14:12:05.811Z Compiling whoami v2.1.0
16852026-03-19T14:12:06.027Z Compiling keccak v0.1.6
16862026-03-19T14:12:06.082Z Compiling strum v0.26.3
16872026-03-19T14:12:06.116Z Compiling tokio-postgres v0.7.16
16882026-03-19T14:12:06.244Z Compiling sha3 v0.10.8
16892026-03-19T14:12:06.275Z Compiling clap v4.5.60
16902026-03-19T14:12:06.319Z Compiling petgraph v0.8.3
16912026-03-19T14:12:06.350Z Compiling string_cache v0.8.9
16922026-03-19T14:12:06.374Z Compiling hickory-proto v0.25.2
16932026-03-19T14:12:06.694Z Compiling indicatif v0.18.4
16942026-03-19T14:12:06.851Z Compiling iddqd v0.3.17
16952026-03-19T14:12:07.188Z Compiling toml_edit v0.22.27
16962026-03-19T14:12:07.887Z Compiling predicates v3.1.4
16972026-03-19T14:12:08.375Z Compiling zip v4.6.1
16982026-03-19T14:12:08.756Z Compiling petgraph v0.6.5
16992026-03-19T14:12:09.059Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-19T14:12:09.173Z Compiling zone v0.3.1
17012026-03-19T14:12:09.693Z Compiling env_logger v0.11.9
17022026-03-19T14:12:10.091Z Compiling usdt v0.6.0
17032026-03-19T14:12:10.170Z Compiling usdt-impl v0.5.0
17042026-03-19T14:12:10.429Z Compiling serde_with v3.17.0
17052026-03-19T14:12:10.622Z Compiling similar v2.7.0
17062026-03-19T14:12:10.801Z Compiling ecdsa v0.16.9
17072026-03-19T14:12:10.942Z Compiling rsa v0.9.10
17082026-03-19T14:12:11.037Z Compiling crossterm v0.28.1
17092026-03-19T14:12:11.306Z Compiling ed25519-dalek v2.2.0
17102026-03-19T14:12:12.180Z Compiling zip v0.6.6
17112026-03-19T14:12:12.886Z Compiling toml v0.7.8
17122026-03-19T14:12:13.271Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-03-19T14:12:13.404Z Compiling itertools v0.13.0
17142026-03-19T14:12:13.443Z Compiling tokio-stream v0.1.18
17152026-03-19T14:12:13.725Z Compiling buf-list v1.1.2
17162026-03-19T14:12:13.883Z Compiling x509-cert v0.2.5
17172026-03-19T14:12:14.052Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-03-19T14:12:14.078Z Compiling openapiv3 v2.2.0
17192026-03-19T14:12:14.141Z Compiling sha1 v0.10.6
17202026-03-19T14:12:14.425Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-03-19T14:12:14.454Z Compiling lalrpop-util v0.19.12
17222026-03-19T14:12:14.703Z Compiling peg-runtime v0.8.5
17232026-03-19T14:12:14.803Z Compiling thread_local v1.1.9
17242026-03-19T14:12:15.074Z Compiling slog-async v2.8.0
17252026-03-19T14:12:15.099Z Compiling crossbeam-channel v0.5.15
17262026-03-19T14:12:15.132Z Compiling futures-executor v0.3.32
17272026-03-19T14:12:15.214Z Compiling filetime v0.2.27
17282026-03-19T14:12:15.440Z Compiling is-terminal v0.4.17
17292026-03-19T14:12:15.471Z Compiling take_mut v0.2.2
17302026-03-19T14:12:15.490Z Compiling term v1.2.1
17312026-03-19T14:12:15.559Z Compiling xattr v1.6.1
17322026-03-19T14:12:15.714Z Compiling tar v0.4.44
17332026-03-19T14:12:15.779Z Compiling futures v0.3.32
17342026-03-19T14:12:15.885Z Compiling slog-term v2.9.2
17352026-03-19T14:12:23.098Z Compiling rustls-webpki v0.103.9
17362026-03-19T14:12:27.166Z Compiling tokio-rustls v0.26.4
17372026-03-19T14:12:27.166Z Compiling rustls-platform-verifier v0.6.2
17382026-03-19T14:12:27.438Z Compiling hyper-rustls v0.27.7
17392026-03-19T14:12:27.701Z Compiling reqwest v0.13.2
17402026-03-19T14:12:27.701Z Compiling reqwest v0.12.28
17412026-03-19T14:12:30.671Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-03-19T14:12:30.942Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-03-19T14:12:34.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17442026-03-19T14:12:34.951Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-03-19T14:12:35.012ZMar 19 14:12:34.218 INFO Starting download, target: Clickhouse
17462026-03-19T14:12:35.012ZMar 19 14:12:34.219 INFO Starting download, target: TransceiverControl
17472026-03-19T14:12:35.012ZMar 19 14:12:34.219 INFO Starting download, target: Console
17482026-03-19T14:12:35.012ZMar 19 14:12:34.219 INFO Starting download, target: Cockroach
17492026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Starting download, target: DendriteStub
17502026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Starting download, target: MaghemiteMgd
17512026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-03-19T14:12:35.016ZMar 19 14:12:34.219 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-03-19T14:12:35.637ZMar 19 14:12:34.835 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-03-19T14:12:35.981ZMar 19 14:12:35.175 INFO Download complete, target: TransceiverControl
17592026-03-19T14:12:35.993ZMar 19 14:12:35.197 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-03-19T14:12:36.368ZMar 19 14:12:35.574 INFO Download complete, target: Console
17612026-03-19T14:12:36.711ZMar 19 14:12:35.917 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-03-19T14:12:37.095ZMar 19 14:12:36.298 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-03-19T14:12:37.211ZMar 19 14:12:36.415 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-03-19T14:12:37.654ZMar 19 14:12:36.861 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-03-19T14:12:37.654ZMar 19 14:12:36.861 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-03-19T14:12:40.400ZMar 19 14:12:39.608 INFO Download complete, target: DendriteStub
17672026-03-19T14:12:40.712ZMar 19 14:12:39.921 INFO Download complete, target: MaghemiteMgd
17682026-03-19T14:12:45.471ZMar 19 14:12:44.681 INFO Checking that binary works, target: Cockroach
17692026-03-19T14:12:45.588ZMar 19 14:12:44.798 INFO Download complete, target: Cockroach
17702026-03-19T14:12:48.637ZMar 19 14:12:47.847 INFO Checking that binary works, target: Clickhouse
17712026-03-19T14:12:48.795ZMar 19 14:12:48.006 INFO Download complete, target: Clickhouse
17722026-03-19T14:12:48.814ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-03-19T14:12:48.817Z
17742026-03-19T14:12:48.817Zreal 3:59.659038338
17752026-03-19T14:12:48.817Zuser 10:27.408156611
17762026-03-19T14:12:48.817Zsys 1:48.052686105
17772026-03-19T14:12:48.818Ztrap 0.317221070
17782026-03-19T14:12:48.818Ztflt 0.675242236
17792026-03-19T14:12:48.818Zdflt 0.561491277
17802026-03-19T14:12:48.818Zkflt 0.019951281
17812026-03-19T14:12:48.818Zlock 33:36.753153889
17822026-03-19T14:12:48.818Zslp 29:20.232271607
17832026-03-19T14:12:48.818Zlat 55.544095763
17842026-03-19T14:12:48.818Zstop 2:43.527174031
17852026-03-19T14:12:48.818Z+ banner hack-check
17862026-03-19T14:12:48.818Z
17872026-03-19T14:12:48.818Z # # ## #### # # #### # # ###### #### # #
17882026-03-19T14:12:48.818Z # # # # # # # # # # # # # # # # #
17892026-03-19T14:12:48.818Z ###### # # # #### ##### # ###### ##### # ####
17902026-03-19T14:12:48.818Z # # ###### # # # # # # # # # #
17912026-03-19T14:12:48.818Z # # # # # # # # # # # # # # # # #
17922026-03-19T14:12:48.818Z # # # # #### # # #### # # ###### #### # #
17932026-03-19T14:12:48.818Z
17942026-03-19T14:12:48.818Z+ export CARGO_INCREMENTAL=0
17952026-03-19T14:12:48.818Z+ CARGO_INCREMENTAL=0
17962026-03-19T14:12:48.818Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-03-19T14:12:49.511Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-03-19T14:12:49.782Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-03-19T14:12:52.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18002026-03-19T14:12:52.403Z Running `target/debug/xtask check-features --ci`
18012026-03-19T14:12:52.430Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-03-19T14:12:52.435Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-03-19T14:12:53.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18042026-03-19T14:12:53.101Z Running `target/debug/xtask download cargo-hack`
18052026-03-19T14:12:54.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-03-19T14:12:54.506Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-03-19T14:12:57.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
18082026-03-19T14:12:57.999Z Running `target/debug/xtask-downloader cargo-hack`
18092026-03-19T14:12:58.046ZMar 19 14:12:57.259 INFO Starting download, target: CargoHack
18102026-03-19T14:12:58.049ZMar 19 14:12:57.260 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-03-19T14:12:58.727ZMar 19 14:12:57.940 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-03-19T14:12:58.807ZMar 19 14:12:58.021 INFO Download complete, target: CargoHack
18132026-03-19T14:12:58.812Zrunning: "/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"
18142026-03-19T14:12:58.828Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-03-19T14:12:59.031Zinfo: running `cargo check --bins` on api_identity (1/259)
18162026-03-19T14:12:59.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-03-19T14:12:59.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-03-19T14:12:59.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-03-19T14:12:59.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18202026-03-19T14:12:59.791Z
18212026-03-19T14:12:59.791Zinfo: running `cargo check --bins` on bootstore (2/259)
18222026-03-19T14:13:00.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-19T14:13:00.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-19T14:13:00.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-19T14:13:00.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18262026-03-19T14:13:00.550Z
18272026-03-19T14:13:00.550Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18282026-03-19T14:13:01.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-19T14:13:01.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-19T14:13:01.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-19T14:13:01.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-19T14:13:01.304Z
18332026-03-19T14:13:01.304Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18342026-03-19T14:13:01.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-19T14:13:01.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-19T14:13:01.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-19T14:13:01.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18382026-03-19T14:13:02.064Z
18392026-03-19T14:13:02.064Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18402026-03-19T14:13:02.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-19T14:13:02.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-19T14:13:02.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-19T14:13:02.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18442026-03-19T14:13:02.821Z
18452026-03-19T14:13:02.821Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18462026-03-19T14:13:03.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-19T14:13:03.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-19T14:13:03.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-19T14:13:03.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18502026-03-19T14:13:03.591Z
18512026-03-19T14:13:03.591Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18522026-03-19T14:13:04.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-19T14:13:04.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-19T14:13:04.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-19T14:13:04.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18562026-03-19T14:13:04.361Z
18572026-03-19T14:13:04.361Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18582026-03-19T14:13:05.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-19T14:13:05.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-19T14:13:05.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-19T14:13:05.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18622026-03-19T14:13:05.135Z
18632026-03-19T14:13:05.135Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18642026-03-19T14:13:05.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-19T14:13:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-19T14:13:05.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-19T14:13:05.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18682026-03-19T14:13:05.740Z
18692026-03-19T14:13:05.741Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18702026-03-19T14:13:06.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-19T14:13:06.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-19T14:13:06.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-19T14:13:06.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-19T14:13:06.344Z
18752026-03-19T14:13:06.344Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18762026-03-19T14:13:06.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-19T14:13:06.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-19T14:13:06.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-19T14:13:06.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-19T14:13:06.944Z
18812026-03-19T14:13:06.944Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18822026-03-19T14:13:07.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-19T14:13:07.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-19T14:13:07.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-19T14:13:07.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-19T14:13:07.549Z
18872026-03-19T14:13:07.549Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18882026-03-19T14:13:08.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-19T14:13:08.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-19T14:13:08.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-19T14:13:08.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-19T14:13:08.151Z
18932026-03-19T14:13:08.151Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
18942026-03-19T14:13:08.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-19T14:13:08.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-19T14:13:08.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-19T14:13:08.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-19T14:13:08.748Z
18992026-03-19T14:13:08.748Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19002026-03-19T14:13:09.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-19T14:13:09.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-19T14:13:09.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-19T14:13:09.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-19T14:13:09.345Z
19052026-03-19T14:13:09.345Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19062026-03-19T14:13:09.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-19T14:13:09.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-19T14:13:09.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-19T14:13:09.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-19T14:13:09.946Z
19112026-03-19T14:13:09.946Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19122026-03-19T14:13:10.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-19T14:13:10.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-19T14:13:10.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-19T14:13:10.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-19T14:13:10.548Z
19172026-03-19T14:13:10.548Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19182026-03-19T14:13:11.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-19T14:13:11.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-19T14:13:11.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-19T14:13:11.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-19T14:13:11.148Z
19232026-03-19T14:13:11.148Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19242026-03-19T14:13:11.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-19T14:13:11.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-19T14:13:11.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-19T14:13:11.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-19T14:13:11.757Z
19292026-03-19T14:13:11.757Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19302026-03-19T14:13:12.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-19T14:13:12.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-19T14:13:12.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-19T14:13:12.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19342026-03-19T14:13:12.363Z
19352026-03-19T14:13:12.363Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19362026-03-19T14:13:12.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-19T14:13:12.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-19T14:13:12.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-19T14:13:12.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19402026-03-19T14:13:12.972Z
19412026-03-19T14:13:12.972Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19422026-03-19T14:13:13.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-19T14:13:13.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-19T14:13:13.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-19T14:13:13.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19462026-03-19T14:13:13.584Z
19472026-03-19T14:13:13.584Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19482026-03-19T14:13:14.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-19T14:13:14.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-19T14:13:14.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-19T14:13:14.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-19T14:13:14.192Z
19532026-03-19T14:13:14.193Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19542026-03-19T14:13:14.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-19T14:13:14.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-19T14:13:14.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-19T14:13:14.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-19T14:13:14.801Z
19592026-03-19T14:13:14.801Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19602026-03-19T14:13:15.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-19T14:13:15.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-19T14:13:15.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-19T14:13:15.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19642026-03-19T14:13:15.416Z
19652026-03-19T14:13:15.416Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19662026-03-19T14:13:15.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-19T14:13:15.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-19T14:13:15.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-19T14:13:15.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-19T14:13:16.021Z
19712026-03-19T14:13:16.021Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19722026-03-19T14:13:16.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-19T14:13:16.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-19T14:13:16.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-19T14:13:16.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-19T14:13:16.624Z
19772026-03-19T14:13:16.624Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19782026-03-19T14:13:17.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-19T14:13:17.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-19T14:13:17.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-19T14:13:17.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-19T14:13:17.227Z
19832026-03-19T14:13:17.227Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19842026-03-19T14:13:17.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-19T14:13:17.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-19T14:13:17.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-19T14:13:17.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-19T14:13:17.831Z
19892026-03-19T14:13:17.831Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
19902026-03-19T14:13:18.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-19T14:13:18.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-19T14:13:18.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-19T14:13:18.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-19T14:13:18.442Z
19952026-03-19T14:13:18.442Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
19962026-03-19T14:13:18.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-19T14:13:18.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-19T14:13:18.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-19T14:13:18.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-19T14:13:19.035Z
20012026-03-19T14:13:19.035Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20022026-03-19T14:13:19.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-19T14:13:19.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-19T14:13:19.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-19T14:13:19.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-19T14:13:19.633Z
20072026-03-19T14:13:19.633Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20082026-03-19T14:13:20.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-19T14:13:20.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-19T14:13:20.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-19T14:13:20.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122026-03-19T14:13:20.234Z
20132026-03-19T14:13:20.234Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20142026-03-19T14:13:20.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-19T14:13:20.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-19T14:13:20.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-19T14:13:20.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-19T14:13:20.835Z
20192026-03-19T14:13:20.835Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20202026-03-19T14:13:21.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-19T14:13:21.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-19T14:13:21.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-19T14:13:21.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20242026-03-19T14:13:21.435Z
20252026-03-19T14:13:21.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20262026-03-19T14:13:21.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-19T14:13:21.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-19T14:13:21.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-19T14:13:21.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20302026-03-19T14:13:22.042Z
20312026-03-19T14:13:22.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20322026-03-19T14:13:22.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-19T14:13:22.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-19T14:13:22.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-19T14:13:22.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20362026-03-19T14:13:22.646Z
20372026-03-19T14:13:22.646Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20382026-03-19T14:13:23.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-19T14:13:23.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-19T14:13:23.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-19T14:13:23.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20422026-03-19T14:13:23.254Z
20432026-03-19T14:13:23.254Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20442026-03-19T14:13:23.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-19T14:13:23.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-19T14:13:23.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-19T14:13:23.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-19T14:13:23.858Z
20492026-03-19T14:13:23.858Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20502026-03-19T14:13:24.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-19T14:13:24.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-19T14:13:24.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-19T14:13:24.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-19T14:13:24.464Z
20552026-03-19T14:13:24.464Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20562026-03-19T14:13:25.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-19T14:13:25.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-19T14:13:25.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-19T14:13:25.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-19T14:13:25.075Z
20612026-03-19T14:13:25.075Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20622026-03-19T14:13:25.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-19T14:13:25.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-19T14:13:25.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-19T14:13:25.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20662026-03-19T14:13:25.688Z
20672026-03-19T14:13:25.688Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20682026-03-19T14:13:26.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-19T14:13:26.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-19T14:13:26.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-19T14:13:26.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20722026-03-19T14:13:26.297Z
20732026-03-19T14:13:26.297Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20742026-03-19T14:13:26.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-19T14:13:26.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-19T14:13:26.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-19T14:13:26.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-19T14:13:26.901Z
20792026-03-19T14:13:26.901Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20802026-03-19T14:13:27.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-19T14:13:27.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-19T14:13:27.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-19T14:13:27.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-19T14:13:27.506Z
20852026-03-19T14:13:27.506Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20862026-03-19T14:13:28.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-19T14:13:28.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-19T14:13:28.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-19T14:13:28.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-19T14:13:28.109Z
20912026-03-19T14:13:28.109Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
20922026-03-19T14:13:28.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-19T14:13:28.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-19T14:13:28.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-19T14:13:28.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20962026-03-19T14:13:28.720Z
20972026-03-19T14:13:28.721Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
20982026-03-19T14:13:29.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-19T14:13:29.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-19T14:13:29.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-19T14:13:29.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-19T14:13:29.323Z
21032026-03-19T14:13:29.324Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21042026-03-19T14:13:30.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-19T14:13:30.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-19T14:13:30.407Z Checking cfg-if v1.0.4
21072026-03-19T14:13:30.563Z Checking libc v0.2.180
21082026-03-19T14:13:30.566Z Checking serde_core v1.0.228
21092026-03-19T14:13:30.598Z Checking memchr v2.8.0
21102026-03-19T14:13:30.618Z Checking itoa v1.0.17
21112026-03-19T14:13:30.618Z Checking smallvec v1.15.1
21122026-03-19T14:13:30.654Z Checking log v0.4.29
21132026-03-19T14:13:30.658Z Checking zeroize v1.8.2
21142026-03-19T14:13:30.694Z Checking stable_deref_trait v1.2.1
21152026-03-19T14:13:30.790Z Checking zerofrom v0.1.6
21162026-03-19T14:13:30.817Z Checking zmij v1.0.21
21172026-03-19T14:13:30.848Z Checking scopeguard v1.2.0
21182026-03-19T14:13:30.869Z Checking subtle v2.6.1
21192026-03-19T14:13:30.890Z Checking litemap v0.8.1
21202026-03-19T14:13:30.934Z Checking yoke v0.8.1
21212026-03-19T14:13:30.973Z Checking lock_api v0.4.14
21222026-03-19T14:13:31.071Z Checking writeable v0.6.2
21232026-03-19T14:13:31.091Z Checking percent-encoding v2.3.2
21242026-03-19T14:13:31.110Z Checking libm v0.2.16
21252026-03-19T14:13:31.132Z Checking icu_normalizer_data v2.1.1
21262026-03-19T14:13:31.153Z Checking zerovec v0.11.5
21272026-03-19T14:13:31.171Z Checking getrandom v0.2.17
21282026-03-19T14:13:31.223Z Checking errno v0.3.14
21292026-03-19T14:13:31.243Z Checking zerotrie v0.2.3
21302026-03-19T14:13:31.268Z Checking icu_properties_data v2.1.2
21312026-03-19T14:13:31.288Z Checking pin-project-lite v0.2.17
21322026-03-19T14:13:31.356Z Checking rand_core v0.6.4
21332026-03-19T14:13:31.378Z Checking utf8_iter v1.0.4
21342026-03-19T14:13:31.402Z Checking form_urlencoded v1.2.2
21352026-03-19T14:13:31.435Z Checking typenum v1.19.0
21362026-03-19T14:13:31.534Z Checking portable-atomic v1.13.1
21372026-03-19T14:13:31.565Z Checking critical-section v1.2.0
21382026-03-19T14:13:31.585Z Checking rand_core v0.10.0
21392026-03-19T14:13:31.618Z Checking signal-hook-registry v1.4.8
21402026-03-19T14:13:31.690Z Checking parking_lot_core v0.9.12
21412026-03-19T14:13:31.758Z Checking tinystr v0.8.2
21422026-03-19T14:13:31.771Z Checking potential_utf v0.1.4
21432026-03-19T14:13:31.814Z Checking getrandom v0.4.1
21442026-03-19T14:13:31.931Z Checking icu_collections v2.1.1
21452026-03-19T14:13:31.951Z Checking parking_lot v0.12.5
21462026-03-19T14:13:31.982Z Checking icu_locale_core v2.1.1
21472026-03-19T14:13:32.002Z Checking mio v1.1.1
21482026-03-19T14:13:32.088Z Checking num-traits v0.2.19
21492026-03-19T14:13:32.124Z Checking once_cell v1.21.3
21502026-03-19T14:13:32.154Z Checking generic-array v0.14.7
21512026-03-19T14:13:32.196Z Checking socket2 v0.6.2
21522026-03-19T14:13:32.332Z Checking zerocopy v0.8.40
21532026-03-19T14:13:32.354Z Checking iana-time-zone v0.1.65
21542026-03-19T14:13:32.391Z Checking futures-core v0.3.32
21552026-03-19T14:13:32.487Z Checking allocator-api2 v0.2.21
21562026-03-19T14:13:32.525Z Checking equivalent v1.0.2
21572026-03-19T14:13:32.548Z Checking const-oid v0.9.6
21582026-03-19T14:13:32.630Z Checking foldhash v0.2.0
21592026-03-19T14:13:32.746Z Checking serde v1.0.228
21602026-03-19T14:13:32.750Z Checking serde_json v1.0.149
21612026-03-19T14:13:32.798Z Checking icu_provider v2.1.1
21622026-03-19T14:13:32.828Z Checking bitflags v2.11.0
21632026-03-19T14:13:32.886Z Checking crypto-common v0.1.7
21642026-03-19T14:13:32.907Z Checking uuid v1.21.0
21652026-03-19T14:13:33.046Z Checking hashbrown v0.16.1
21662026-03-19T14:13:33.070Z Checking futures-sink v0.3.32
21672026-03-19T14:13:33.117Z Checking icu_properties v2.1.2
21682026-03-19T14:13:33.197Z Checking icu_normalizer v2.1.1
21692026-03-19T14:13:33.329Z Checking bytes v1.11.1
21702026-03-19T14:13:33.333Z Checking chrono v0.4.44
21712026-03-19T14:13:33.578Z Checking dyn-clone v1.0.20
21722026-03-19T14:13:33.600Z Checking futures-channel v0.3.32
21732026-03-19T14:13:33.702Z Checking block-buffer v0.10.4
21742026-03-19T14:13:33.720Z Checking semver v1.0.27
21752026-03-19T14:13:33.741Z Checking slab v0.4.12
21762026-03-19T14:13:33.851Z Checking futures-task v0.3.32
21772026-03-19T14:13:33.879Z Checking futures-io v0.3.32
21782026-03-19T14:13:33.942Z Checking digest v0.10.7
21792026-03-19T14:13:33.964Z Checking tokio v1.49.0
21802026-03-19T14:13:33.991Z Checking thiserror v2.0.18
21812026-03-19T14:13:34.029Z Checking byteorder v1.5.0
21822026-03-19T14:13:34.033Z Checking futures-util v0.3.32
21832026-03-19T14:13:34.118Z Checking indexmap v2.13.0
21842026-03-19T14:13:34.199Z Checking cpufeatures v0.2.17
21852026-03-19T14:13:34.266Z Checking idna_adapter v1.2.1
21862026-03-19T14:13:34.289Z Checking http v1.4.0
21872026-03-19T14:13:34.319Z Checking fnv v1.0.7
21882026-03-19T14:13:34.417Z Checking idna v1.1.0
21892026-03-19T14:13:34.439Z Checking base64 v0.22.1
21902026-03-19T14:13:34.501Z Checking unicode-ident v1.0.24
21912026-03-19T14:13:34.639Z Checking tracing-core v0.1.36
21922026-03-19T14:13:34.741Z Checking url v2.5.8
21932026-03-19T14:13:34.762Z Checking proc-macro2 v1.0.106
21942026-03-19T14:13:34.893Z Checking rustls-pki-types v1.14.0
21952026-03-19T14:13:35.053Z Checking regex-syntax v0.8.10
21962026-03-19T14:13:35.072Z Checking tracing v0.1.44
21972026-03-19T14:13:35.177Z Checking quote v1.0.44
21982026-03-19T14:13:35.281Z Checking untrusted v0.9.0
21992026-03-19T14:13:35.313Z Checking schemars v0.8.22
22002026-03-19T14:13:35.341Z Checking thiserror v1.0.69
22012026-03-19T14:13:35.401Z Checking syn v2.0.117
22022026-03-19T14:13:35.421Z Checking ring v0.17.14
22032026-03-19T14:13:35.470Z Checking ipnet v2.11.0
22042026-03-19T14:13:35.822Z Checking httparse v1.10.1
22052026-03-19T14:13:36.103Z Checking http-body v1.0.1
22062026-03-19T14:13:36.222Z Checking rustix v1.1.3
22072026-03-19T14:13:36.272Z Checking block-padding v0.3.3
22082026-03-19T14:13:36.363Z Checking ppv-lite86 v0.2.21
22092026-03-19T14:13:36.440Z Checking getrandom v0.3.4
22102026-03-19T14:13:36.626Z Checking atomic-waker v1.1.2
22112026-03-19T14:13:36.677Z Checking inout v0.1.4
22122026-03-19T14:13:36.753Z Checking hmac v0.12.1
22132026-03-19T14:13:36.757Z Checking aws-lc-sys v0.37.1
22142026-03-19T14:13:36.793Z Checking aho-corasick v1.1.4
22152026-03-19T14:13:36.853Z Checking untrusted v0.7.1
22162026-03-19T14:13:36.875Z Checking try-lock v0.2.5
22172026-03-19T14:13:36.920Z Checking httpdate v1.0.3
22182026-03-19T14:13:36.995Z Checking tower-layer v0.3.3
22192026-03-19T14:13:36.998Z Checking powerfmt v0.2.0
22202026-03-19T14:13:37.107Z Checking openssl-probe v0.2.1
22212026-03-19T14:13:37.190Z Checking tower-service v0.3.3
22222026-03-19T14:13:37.211Z Checking deranged v0.5.8
22232026-03-19T14:13:37.237Z Checking want v0.3.1
22242026-03-19T14:13:37.302Z Checking cipher v0.4.4
22252026-03-19T14:13:37.395Z Checking rand_core v0.9.5
22262026-03-19T14:13:37.420Z Checking base64ct v1.8.3
22272026-03-19T14:13:37.484Z Checking aws-lc-rs v1.16.0
22282026-03-19T14:13:37.581Z Checking time-core v0.1.8
22292026-03-19T14:13:37.634Z Checking pin-utils v0.1.0
22302026-03-19T14:13:37.726Z Checking num-conv v0.2.0
22312026-03-19T14:13:37.746Z Checking regex-automata v0.4.14
22322026-03-19T14:13:37.767Z Checking num_threads v0.1.7
22332026-03-19T14:13:37.801Z Checking sha2 v0.10.9
22342026-03-19T14:13:37.877Z Checking erased-serde v0.3.31
22352026-03-19T14:13:37.897Z Checking pretty-hex v0.4.1
22362026-03-19T14:13:38.055Z Checking rand_chacha v0.9.0
22372026-03-19T14:13:38.158Z Checking fastrand v2.3.0
22382026-03-19T14:13:38.319Z Checking ryu v1.0.23
22392026-03-19T14:13:38.385Z Checking tokio-util v0.7.18
22402026-03-19T14:13:38.407Z Checking rand v0.9.2
22412026-03-19T14:13:38.460Z Checking slog v2.8.2
22422026-03-19T14:13:38.497Z Checking pem-rfc7468 v0.7.0
22432026-03-19T14:13:38.517Z Checking time v0.3.47
22442026-03-19T14:13:38.678Z Checking rustls-webpki v0.103.9
22452026-03-19T14:13:38.698Z Checking rustls-native-certs v0.8.3
22462026-03-19T14:13:38.718Z Checking http-body-util v0.1.3
22472026-03-19T14:13:38.816Z Checking ipnetwork v0.21.1
22482026-03-19T14:13:38.861Z Checking sync_wrapper v1.0.2
22492026-03-19T14:13:38.991Z Checking spin v0.9.8
22502026-03-19T14:13:39.014Z Checking plain v0.2.3
22512026-03-19T14:13:39.047Z Checking flagset v0.4.7
22522026-03-19T14:13:39.091Z Checking tower v0.5.3
22532026-03-19T14:13:39.149Z Checking serde_urlencoded v0.7.1
22542026-03-19T14:13:39.207Z Checking der v0.7.10
22552026-03-19T14:13:39.209Z Checking h2 v0.4.13
22562026-03-19T14:13:39.229Z Checking rustls v0.23.37
22572026-03-19T14:13:39.267Z Checking rand_chacha v0.3.1
22582026-03-19T14:13:39.418Z Checking webpki-roots v1.0.6
22592026-03-19T14:13:39.540Z Checking ucd-trie v0.1.7
22602026-03-19T14:13:39.571Z Checking tinyvec_macros v0.1.1
22612026-03-19T14:13:39.614Z Checking iri-string v0.7.10
22622026-03-19T14:13:39.657Z Checking tinyvec v1.10.0
22632026-03-19T14:13:39.710Z Checking pest v2.8.6
22642026-03-19T14:13:40.077Z Checking rand v0.8.5
22652026-03-19T14:13:40.102Z Checking tempfile v3.25.0
22662026-03-19T14:13:40.225Z Checking spki v0.7.3
22672026-03-19T14:13:40.258Z Checking salsa20 v0.10.2
22682026-03-19T14:13:40.354Z Checking pbkdf2 v0.12.2
22692026-03-19T14:13:40.427Z Checking foreign-types-shared v0.1.1
22702026-03-19T14:13:40.446Z Checking unicode-width v0.2.0
22712026-03-19T14:13:40.492Z Checking scrypt v0.11.0
22722026-03-19T14:13:40.531Z Checking foreign-types v0.3.2
22732026-03-19T14:13:40.633Z Checking regex v1.12.3
22742026-03-19T14:13:40.671Z Checking aes v0.8.4
22752026-03-19T14:13:40.765Z Checking cbc v0.1.2
22762026-03-19T14:13:40.786Z Checking anyhow v1.0.102
22772026-03-19T14:13:40.929Z Checking openssl-sys v0.9.111
22782026-03-19T14:13:41.026Z Checking crossbeam-utils v0.8.21
22792026-03-19T14:13:41.047Z Checking oxnet v0.1.4
22802026-03-19T14:13:41.079Z Checking tower-http v0.6.8
22812026-03-19T14:13:41.189Z Checking mime v0.3.17
22822026-03-19T14:13:41.209Z Checking pkcs5 v0.7.1
22832026-03-19T14:13:41.356Z Checking openapiv3 v2.2.0
22842026-03-19T14:13:41.421Z Checking scroll v0.12.0
22852026-03-19T14:13:41.458Z Checking encoding_rs v0.8.35
22862026-03-19T14:13:41.480Z Checking siphasher v1.0.2
22872026-03-19T14:13:41.554Z Checking pkcs8 v0.10.2
22882026-03-19T14:13:41.576Z Checking openssl v0.10.75
22892026-03-19T14:13:41.690Z Checking winnow v0.7.14
22902026-03-19T14:13:41.728Z Checking data-encoding v2.10.0
22912026-03-19T14:13:41.788Z Checking goblin v0.8.2
22922026-03-19T14:13:42.086Z Checking lazy_static v1.5.0
22932026-03-19T14:13:42.201Z Checking zerocopy v0.7.35
22942026-03-19T14:13:42.441Z Checking tokio-rustls v0.26.4
22952026-03-19T14:13:42.755Z Checking wait-timeout v0.2.1
22962026-03-19T14:13:42.775Z Checking managed v0.8.0
22972026-03-19T14:13:42.833Z Checking hyper v1.8.1
22982026-03-19T14:13:42.912Z Checking bitflags v1.3.2
22992026-03-19T14:13:42.931Z Checking quick-error v1.2.3
23002026-03-19T14:13:43.007Z Checking psl-types v2.0.11
23012026-03-19T14:13:43.026Z Checking either v1.15.0
23022026-03-19T14:13:43.061Z Checking utf8parse v0.2.2
23032026-03-19T14:13:43.160Z Checking bit-vec v0.8.0
23042026-03-19T14:13:43.178Z Checking anstyle v1.0.13
23052026-03-19T14:13:43.198Z Checking anstyle-parse v0.2.7
23062026-03-19T14:13:43.276Z Checking publicsuffix v2.3.0
23072026-03-19T14:13:43.348Z Checking rusty-fork v0.3.1
23082026-03-19T14:13:43.389Z Checking dtrace-parser v0.2.0
23092026-03-19T14:13:43.412Z Checking bit-set v0.8.0
23102026-03-19T14:13:43.415Z Checking cookie v0.18.1
23112026-03-19T14:13:43.477Z Checking unicode-normalization v0.1.25
23122026-03-19T14:13:43.562Z Checking rand_xorshift v0.4.0
23132026-03-19T14:13:43.602Z Checking sha1 v0.10.6
23142026-03-19T14:13:43.697Z Checking thread-id v4.2.2
23152026-03-19T14:13:43.717Z Checking colorchoice v1.0.4
23162026-03-19T14:13:43.736Z Checking unarray v0.1.4
23172026-03-19T14:13:43.797Z Checking is_terminal_polyfill v1.70.2
23182026-03-19T14:13:43.817Z Checking anstyle-query v1.1.5
23192026-03-19T14:13:43.843Z Checking cookie_store v0.22.1
23202026-03-19T14:13:43.864Z Checking proptest v1.10.0
23212026-03-19T14:13:43.908Z Checking rustls-platform-verifier v0.6.2
23222026-03-19T14:13:43.936Z Checking anstream v0.6.21
23232026-03-19T14:13:44.005Z Checking crossbeam-epoch v0.9.18
23242026-03-19T14:13:44.054Z Checking hyper-util v0.1.20
23252026-03-19T14:13:44.082Z Checking terminal_size v0.4.3
23262026-03-19T14:13:44.199Z Checking scroll v0.13.0
23272026-03-19T14:13:44.227Z Checking hex v0.4.3
23282026-03-19T14:13:44.286Z Checking num-integer v0.1.46
23292026-03-19T14:13:44.299Z Checking simd-adler32 v0.3.8
23302026-03-19T14:13:44.458Z Checking dof v0.3.0
23312026-03-19T14:13:44.461Z Checking native-tls v0.2.18
23322026-03-19T14:13:44.513Z Checking goblin v0.10.5
23332026-03-19T14:13:44.534Z Checking crossbeam-deque v0.8.6
23342026-03-19T14:13:44.537Z Checking bstr v1.12.1
23352026-03-19T14:13:44.579Z Checking ref-cast v1.0.25
23362026-03-19T14:13:44.701Z Checking rustix v0.38.44
23372026-03-19T14:13:44.704Z Checking tokio-native-tls v0.3.1
23382026-03-19T14:13:44.759Z Checking camino v1.2.2
23392026-03-19T14:13:44.821Z Checking usdt-impl v0.5.0
23402026-03-19T14:13:44.922Z Checking crc32fast v1.5.0
23412026-03-19T14:13:45.091Z Checking signature v2.2.0
23422026-03-19T14:13:45.112Z Checking toml_datetime v0.6.11
23432026-03-19T14:13:45.131Z Checking serde_spanned v0.6.9
23442026-03-19T14:13:45.185Z Checking ff v0.13.1
23452026-03-19T14:13:45.256Z Checking clap_lex v1.0.0
23462026-03-19T14:13:45.291Z Checking unicode-properties v0.1.4
23472026-03-19T14:13:45.344Z Checking adler2 v2.0.1
23482026-03-19T14:13:45.364Z Checking strsim v0.11.1
23492026-03-19T14:13:45.448Z Checking base16ct v0.2.0
23502026-03-19T14:13:45.483Z Checking unicode-bidi v0.3.18
23512026-03-19T14:13:45.538Z Checking miniz_oxide v0.8.9
23522026-03-19T14:13:45.576Z Checking clap_builder v4.5.60
23532026-03-19T14:13:45.610Z Checking sec1 v0.7.3
23542026-03-19T14:13:45.760Z Checking hyper-rustls v0.27.7
23552026-03-19T14:13:45.849Z Checking hyper-tls v0.6.0
23562026-03-19T14:13:45.868Z Checking stringprep v0.1.5
23572026-03-19T14:13:45.890Z Checking group v0.13.0
23582026-03-19T14:13:46.023Z Checking rayon-core v1.13.0
23592026-03-19T14:13:46.044Z Checking reqwest v0.13.2
23602026-03-19T14:13:46.063Z Checking num-iter v0.1.45
23612026-03-19T14:13:46.082Z Checking reqwest v0.12.28
23622026-03-19T14:13:46.085Z Checking toml_parser v1.0.9+spec-1.1.0
23632026-03-19T14:13:46.206Z Checking dtrace-parser v0.3.0
23642026-03-19T14:13:46.357Z Checking newtype-uuid v1.3.2
23652026-03-19T14:13:46.457Z Checking hkdf v0.12.4
23662026-03-19T14:13:46.516Z Checking strum v0.26.3
23672026-03-19T14:13:46.544Z Checking zstd-sys v2.0.16+zstd.1.5.7
23682026-03-19T14:13:46.614Z Checking daft v0.1.5
23692026-03-19T14:13:46.634Z Checking hash32 v0.2.1
23702026-03-19T14:13:46.659Z Checking md-5 v0.10.6
23712026-03-19T14:13:46.691Z Checking crypto-bigint v0.5.5
23722026-03-19T14:13:46.836Z Checking toml_datetime v0.7.5+spec-1.1.0
23732026-03-19T14:13:46.854Z Checking thread-id v5.1.0
23742026-03-19T14:13:46.925Z Checking zlib-rs v0.6.2
23752026-03-19T14:13:46.955Z Checking unicode-segmentation v1.12.0
23762026-03-19T14:13:47.097Z Checking fallible-iterator v0.2.0
23772026-03-19T14:13:47.175Z Checking heapless v0.7.17
23782026-03-19T14:13:47.240Z Checking zstd-safe v7.2.4
23792026-03-19T14:13:47.280Z Checking clap v4.5.60
23802026-03-19T14:13:47.374Z Checking rayon v1.11.0
23812026-03-19T14:13:47.394Z Checking itertools v0.12.1
23822026-03-19T14:13:47.454Z Checking phf_shared v0.13.1
23832026-03-19T14:13:47.473Z Checking postgres-protocol v0.6.10
23842026-03-19T14:13:47.734Z Checking console v0.16.2
23852026-03-19T14:13:47.757Z Checking curve25519-dalek v4.1.3
23862026-03-19T14:13:47.780Z Checking dof v0.4.0
23872026-03-19T14:13:47.896Z Checking memoffset v0.9.1
23882026-03-19T14:13:48.000Z Checking bzip2-sys v0.1.13+1.0.8
23892026-03-19T14:13:48.047Z Checking elliptic-curve v0.13.8
23902026-03-19T14:13:48.108Z Checking signal-hook v0.3.18
23912026-03-19T14:13:48.135Z Checking memmap2 v0.9.10
23922026-03-19T14:13:48.154Z Checking flate2 v1.1.9
23932026-03-19T14:13:48.343Z Checking libbz2-rs-sys v0.2.2
23942026-03-19T14:13:48.362Z Checking bumpalo v3.20.2
23952026-03-19T14:13:48.460Z Checking winnow v0.5.40
23962026-03-19T14:13:48.553Z Checking toml_write v0.1.2
23972026-03-19T14:13:48.621Z Checking foldhash v0.1.5
23982026-03-19T14:13:48.642Z Checking usdt-impl v0.6.0
23992026-03-19T14:13:48.771Z Checking fixedbitset v0.4.2
24002026-03-19T14:13:48.794Z Checking unit-prefix v0.5.2
24012026-03-19T14:13:48.798Z Checking zone v0.3.1
24022026-03-19T14:13:48.834Z Checking hashbrown v0.15.5
24032026-03-19T14:13:48.859Z Checking bzip2 v0.6.1
24042026-03-19T14:13:48.949Z Checking toml_edit v0.22.27
24052026-03-19T14:13:48.969Z Checking petgraph v0.6.5
24062026-03-19T14:13:49.005Z Checking usdt v0.6.0
24072026-03-19T14:13:49.073Z Checking zopfli v0.8.3
24082026-03-19T14:13:49.216Z Checking signal-hook-mio v0.2.5
24092026-03-19T14:13:49.279Z Checking bzip2 v0.4.4
24102026-03-19T14:13:49.348Z Checking nix v0.31.1
24112026-03-19T14:13:49.434Z Checking indicatif v0.18.4
24122026-03-19T14:13:49.479Z Checking postgres-types v0.2.12
24132026-03-19T14:13:49.499Z Checking smoltcp v0.9.1
24142026-03-19T14:13:49.503Z Checking phf v0.13.1
24152026-03-19T14:13:49.713Z Checking zstd v0.13.3
24162026-03-19T14:13:49.913Z Checking similar v2.7.0
24172026-03-19T14:13:49.933Z Checking num-bigint-dig v0.8.6
24182026-03-19T14:13:49.960Z Checking ed25519 v2.2.3
24192026-03-19T14:13:50.052Z Checking toml_edit v0.19.15
24202026-03-19T14:13:50.194Z Checking pkcs1 v0.7.5
24212026-03-19T14:13:50.313Z Checking phf_shared v0.11.3
24222026-03-19T14:13:50.427Z Checking tokio-stream v0.1.18
24232026-03-19T14:13:50.446Z Checking strum v0.27.2
24242026-03-19T14:13:50.467Z Checking hubpack v0.1.2
24252026-03-19T14:13:50.534Z Checking rfc6979 v0.4.0
24262026-03-19T14:13:50.585Z Checking serde-big-array v0.5.1
24272026-03-19T14:13:50.659Z Checking float-cmp v0.10.0
24282026-03-19T14:13:50.682Z Checking env_filter v1.0.0
24292026-03-19T14:13:50.704Z Checking new_debug_unreachable v1.0.6
24302026-03-19T14:13:50.752Z Checking predicates-core v1.0.10
24312026-03-19T14:13:50.778Z Checking rustc-hash v2.1.1
24322026-03-19T14:13:50.798Z Checking jiff v0.2.21
24332026-03-19T14:13:50.826Z Checking keccak v0.1.6
24342026-03-19T14:13:50.867Z Checking fixedbitset v0.5.7
24352026-03-19T14:13:50.912Z Checking static_assertions v1.1.0
24362026-03-19T14:13:50.931Z Checking whoami v2.1.0
24372026-03-19T14:13:50.951Z Checking precomputed-hash v0.1.1
24382026-03-19T14:13:51.006Z Checking normalize-line-endings v0.3.0
24392026-03-19T14:13:51.040Z Checking difflib v0.4.0
24402026-03-19T14:13:51.058Z Checking string_cache v0.8.9
24412026-03-19T14:13:51.086Z Checking rsa v0.9.10
24422026-03-19T14:13:51.115Z Checking sha3 v0.10.8
24432026-03-19T14:13:51.134Z Checking petgraph v0.8.3
24442026-03-19T14:13:51.181Z Checking tokio-postgres v0.7.16
24452026-03-19T14:13:51.268Z Checking predicates v3.1.4
24462026-03-19T14:13:51.271Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24472026-03-19T14:13:51.386Z Checking iddqd v0.3.17
24482026-03-19T14:13:51.474Z Checking toml v0.7.8
24492026-03-19T14:13:51.675Z Checking env_logger v0.11.9
24502026-03-19T14:13:51.712Z Checking ecdsa v0.16.9
24512026-03-19T14:13:51.905Z Checking ed25519-dalek v2.2.0
24522026-03-19T14:13:51.925Z Checking zip v0.6.6
24532026-03-19T14:13:52.165Z Checking crossterm v0.28.1
24542026-03-19T14:13:52.203Z Checking serde_with v3.17.0
24552026-03-19T14:13:52.356Z Checking itertools v0.13.0
24562026-03-19T14:13:52.553Z Checking hickory-proto v0.25.2
24572026-03-19T14:13:52.837Z Checking x509-cert v0.2.5
24582026-03-19T14:13:53.153Z Checking fs-err v3.3.0
24592026-03-19T14:13:53.330Z Checking ahash v0.8.12
24602026-03-19T14:13:53.547Z Checking object v0.37.3
24612026-03-19T14:13:53.588Z Checking buf-list v1.1.2
24622026-03-19T14:13:53.728Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24632026-03-19T14:13:53.786Z Checking peg-runtime v0.8.5
24642026-03-19T14:13:53.825Z Checking lalrpop-util v0.19.12
24652026-03-19T14:13:53.945Z Checking zip v4.6.1
24662026-03-19T14:13:53.970Z Compiling structmeta-derive v0.3.0
24672026-03-19T14:13:54.034Z Compiling rustls v0.22.4
24682026-03-19T14:13:54.079Z Compiling newtype-uuid-macros v0.1.0
24692026-03-19T14:13:54.230Z Compiling multer v3.1.0
24702026-03-19T14:13:54.282Z Compiling async-stream-impl v0.3.6
24712026-03-19T14:13:54.345Z Checking futures-executor v0.3.32
24722026-03-19T14:13:54.525Z Checking regress v0.10.5
24732026-03-19T14:13:54.712Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-03-19T14:13:55.068Z Compiling dropshot v0.16.7
24752026-03-19T14:13:55.104Z Checking futures v0.3.32
24762026-03-19T14:13:55.206Z Compiling dropshot_endpoint v0.16.7
24772026-03-19T14:13:55.225Z Checking thread_local v1.1.9
24782026-03-19T14:13:55.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24792026-03-19T14:13:55.414Z Compiling structmeta v0.3.0
24802026-03-19T14:13:55.439Z Checking crossbeam-channel v0.5.15
24812026-03-19T14:13:55.689Z Compiling derive-ex v0.1.8
24822026-03-19T14:13:55.832Z Checking is-terminal v0.4.17
24832026-03-19T14:13:55.895Z Checking take_mut v0.2.2
24842026-03-19T14:13:55.951Z Checking term v1.2.1
24852026-03-19T14:13:56.032Z Checking slog-async v2.8.0
24862026-03-19T14:13:56.250Z Checking slog-term v2.9.2
24872026-03-19T14:13:56.268Z Compiling parse-display-derive v0.10.0
24882026-03-19T14:13:56.415Z Checking rustls-webpki v0.102.8
24892026-03-19T14:13:56.466Z Checking serde_spanned v1.0.4
24902026-03-19T14:13:56.597Z Checking match_cfg v0.1.0
24912026-03-19T14:13:56.635Z Checking toml_writer v1.0.6+spec-1.1.0
24922026-03-19T14:13:56.686Z Checking debug-ignore v1.0.5
24932026-03-19T14:13:56.816Z Checking hostname v0.3.1
24942026-03-19T14:13:56.835Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24952026-03-19T14:13:56.883Z Checking toml v0.9.12+spec-1.1.0
24962026-03-19T14:13:56.930Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24972026-03-19T14:13:56.953Z Checking slog-json v2.6.1
24982026-03-19T14:13:57.121Z Checking macaddr v1.0.1
24992026-03-19T14:13:57.158Z Checking slog-bunyan v2.5.0
25002026-03-19T14:13:57.316Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25012026-03-19T14:13:57.356Z Checking async-stream v0.3.6
25022026-03-19T14:13:57.632Z Checking waitgroup v0.1.2
25032026-03-19T14:13:57.740Z Checking rustls-pemfile v2.2.0
25042026-03-19T14:13:57.787Z Checking serde_path_to_error v0.1.20
25052026-03-19T14:13:57.843Z Checking hostname v0.4.2
25062026-03-19T14:13:57.863Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25072026-03-19T14:13:57.926Z Checking progenitor-client v0.13.0
25082026-03-19T14:13:57.973Z Checking progenitor-client v0.10.0
25092026-03-19T14:13:58.004Z Compiling itertools v0.14.0
25102026-03-19T14:13:58.054Z Compiling test-strategy v0.4.5
25112026-03-19T14:13:58.180Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25122026-03-19T14:13:58.233Z Checking backon v1.6.0
25132026-03-19T14:13:58.280Z Checking instant v0.1.13
25142026-03-19T14:13:58.396Z Checking backoff v0.4.0
25152026-03-19T14:13:58.457Z Checking progenitor-extras v0.1.1
25162026-03-19T14:13:58.598Z Checking parse-display v0.10.0
25172026-03-19T14:13:58.629Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25182026-03-19T14:13:58.739Z Checking heck v0.5.0
25192026-03-19T14:13:58.929Z Compiling toml_edit v0.23.10+spec-1.0.0
25202026-03-19T14:13:58.950Z Checking tokio-rustls v0.25.0
25212026-03-19T14:13:58.976Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25222026-03-19T14:13:59.232Z Compiling heapless v0.8.0
25232026-03-19T14:13:59.252Z Compiling convert_case v0.4.0
25242026-03-19T14:13:59.604Z Compiling crucible-workspace-hack v0.1.0
25252026-03-19T14:13:59.720Z Compiling ingot-macros v0.1.1
25262026-03-19T14:13:59.761Z Compiling derive_more v0.99.20
25272026-03-19T14:13:59.853Z Compiling proc-macro-crate v3.4.0
25282026-03-19T14:14:00.115Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25292026-03-19T14:14:00.194Z Checking hash32 v0.3.1
25302026-03-19T14:14:00.358Z Checking secrecy v0.10.3
25312026-03-19T14:14:00.404Z Compiling prettyplease v0.2.37
25322026-03-19T14:14:00.512Z Compiling smoltcp v0.11.0
25332026-03-19T14:14:00.603Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25342026-03-19T14:14:00.606Z Compiling num_enum_derive v0.7.5
25352026-03-19T14:14:00.976Z Compiling typify-impl v0.6.1
25362026-03-19T14:14:00.995Z Checking tabwriter v1.4.1
25372026-03-19T14:14:01.184Z Checking cobs v0.3.0
25382026-03-19T14:14:01.209Z Compiling foreign-types-macros v0.2.3
25392026-03-19T14:14:01.375Z Checking foreign-types-shared v0.3.1
25402026-03-19T14:14:01.493Z Compiling unsafe-libyaml v0.2.11
25412026-03-19T14:14:01.716Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25422026-03-19T14:14:02.050Z Checking cpufeatures v0.3.0
25432026-03-19T14:14:02.070Z Checking num_enum v0.7.5
25442026-03-19T14:14:02.145Z Checking chacha20 v0.10.0
25452026-03-19T14:14:02.219Z Compiling serde_yaml v0.9.34+deprecated
25462026-03-19T14:14:02.271Z Checking foreign-types v0.5.0
25472026-03-19T14:14:02.428Z Checking postcard v1.1.3
25482026-03-19T14:14:03.434Z Compiling proc-macro-crate v1.3.1
25492026-03-19T14:14:03.452Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25502026-03-19T14:14:03.602Z Checking ingot-types v0.1.2
25512026-03-19T14:14:03.996Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25522026-03-19T14:14:04.015Z Checking cstr-argument v0.1.2
25532026-03-19T14:14:04.097Z Checking ingot v0.1.1
25542026-03-19T14:14:04.171Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25552026-03-19T14:14:04.254Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25562026-03-19T14:14:04.279Z Checking colored v3.1.1
25572026-03-19T14:14:04.316Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25582026-03-19T14:14:04.475Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-19T14:14:04.523Z Compiling num_enum_derive v0.5.11
25602026-03-19T14:14:04.562Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25612026-03-19T14:14:04.608Z Checking rand v0.10.0
25622026-03-19T14:14:05.752Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-19T14:14:06.192Z Checking num_enum v0.5.11
25642026-03-19T14:14:06.382Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-03-19T14:14:06.957Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25662026-03-19T14:14:07.341Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25672026-03-19T14:14:07.446Z Compiling typify-impl v0.4.3
25682026-03-19T14:14:07.497Z Compiling typify-macro v0.6.1
25692026-03-19T14:14:07.614Z Checking camino-tempfile v1.4.1
25702026-03-19T14:14:07.730Z Checking num-rational v0.4.2
25712026-03-19T14:14:08.123Z Checking half v2.7.1
25722026-03-19T14:14:08.253Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25732026-03-19T14:14:08.407Z Compiling thiserror-impl-no-std v2.0.2
25742026-03-19T14:14:08.476Z Checking universal-hash v0.5.1
25752026-03-19T14:14:08.579Z Checking num-complex v0.4.6
25762026-03-19T14:14:08.640Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25772026-03-19T14:14:08.961Z Checking opaque-debug v0.3.1
25782026-03-19T14:14:09.025Z Checking ciborium-io v0.2.2
25792026-03-19T14:14:09.048Z Checking poly1305 v0.8.0
25802026-03-19T14:14:09.070Z Checking num v0.4.3
25812026-03-19T14:14:09.141Z Checking ciborium-ll v0.2.2
25822026-03-19T14:14:09.164Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25832026-03-19T14:14:09.189Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25842026-03-19T14:14:09.374Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25852026-03-19T14:14:09.393Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25862026-03-19T14:14:09.625Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25872026-03-19T14:14:09.874Z Compiling typify v0.6.1
25882026-03-19T14:14:10.015Z Checking thiserror-no-std v2.0.2
25892026-03-19T14:14:10.034Z Checking toml v0.8.23
25902026-03-19T14:14:10.128Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-19T14:14:10.368Z Checking password-hash v0.5.0
25922026-03-19T14:14:10.487Z Checking chacha20 v0.9.1
25932026-03-19T14:14:10.674Z Compiling usdt-attr-macro v0.5.0
25942026-03-19T14:14:10.744Z Compiling usdt-macro v0.5.0
25952026-03-19T14:14:10.907Z Checking smf v0.2.3
25962026-03-19T14:14:11.221Z Checking blake2 v0.10.6
25972026-03-19T14:14:11.347Z Checking aead v0.5.2
25982026-03-19T14:14:11.455Z Checking memmap v0.7.0
25992026-03-19T14:14:11.534Z Checking sigpipe v0.1.3
26002026-03-19T14:14:11.636Z Compiling num-derive v0.4.2
26012026-03-19T14:14:11.655Z Checking glob v0.3.3
26022026-03-19T14:14:11.701Z Checking float-ord v0.3.2
26032026-03-19T14:14:11.704Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26042026-03-19T14:14:11.854Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26052026-03-19T14:14:11.896Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26062026-03-19T14:14:11.961Z Checking usdt v0.5.0
26072026-03-19T14:14:12.126Z Checking chacha20poly1305 v0.10.1
26082026-03-19T14:14:12.174Z Checking argon2 v0.5.3
26092026-03-19T14:14:12.288Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26102026-03-19T14:14:13.348Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26112026-03-19T14:14:13.352Z Checking vsss-rs v3.3.4
26122026-03-19T14:14:13.352Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26132026-03-19T14:14:13.352Z Compiling progenitor-impl v0.13.0
26142026-03-19T14:14:13.352Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26152026-03-19T14:14:13.411Z Checking ciborium v0.2.2
26162026-03-19T14:14:13.432Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26172026-03-19T14:14:13.574Z Compiling semver v0.1.20
26182026-03-19T14:14:13.817Z Checking whoami v1.6.1
26192026-03-19T14:14:13.914Z Checking indent_write v2.2.0
26202026-03-19T14:14:13.950Z Compiling rustc_version v0.1.7
26212026-03-19T14:14:13.970Z Compiling typify-macro v0.4.3
26222026-03-19T14:14:13.990Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26232026-03-19T14:14:14.261Z Compiling pin-project-internal v1.1.11
26242026-03-19T14:14:14.279Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26252026-03-19T14:14:15.120Z Checking swrite v0.1.0
26262026-03-19T14:14:15.246Z Checking linked-hash-map v0.5.6
26272026-03-19T14:14:15.266Z Compiling minimal-lexical v0.2.1
26282026-03-19T14:14:15.473Z Checking lru-cache v0.1.2
26292026-03-19T14:14:15.607Z Compiling nom v7.1.3
26302026-03-19T14:14:15.633Z Compiling newtype_derive v0.1.6
26312026-03-19T14:14:15.810Z Checking pin-project v1.1.11
26322026-03-19T14:14:15.935Z Checking newline-converter v0.3.0
26332026-03-19T14:14:16.082Z Checking atomicwrites v0.4.4
26342026-03-19T14:14:16.253Z Checking hickory-proto v0.24.4
26352026-03-19T14:14:16.278Z Compiling typify v0.4.3
26362026-03-19T14:14:16.337Z Compiling progenitor-macro v0.13.0
26372026-03-19T14:14:16.441Z Checking phf_shared v0.12.1
26382026-03-19T14:14:16.505Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26392026-03-19T14:14:16.625Z Checking console v0.15.11
26402026-03-19T14:14:17.130Z Checking pem v3.0.6
26412026-03-19T14:14:17.343Z Checking csv-core v0.1.13
26422026-03-19T14:14:17.414Z Compiling snafu-derive v0.8.9
26432026-03-19T14:14:17.471Z Compiling derive-where v1.6.0
26442026-03-19T14:14:17.589Z Compiling async-recursion v1.1.1
26452026-03-19T14:14:18.515Z Compiling slog-dtrace v0.3.0
26462026-03-19T14:14:18.721Z Compiling owo-colors v4.3.0
26472026-03-19T14:14:18.762Z Checking unicode-width v0.1.14
26482026-03-19T14:14:19.103Z Checking resolv-conf v0.7.6
26492026-03-19T14:14:19.142Z Compiling chrono-tz v0.10.4
26502026-03-19T14:14:19.318Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26512026-03-19T14:14:19.346Z Compiling cancel-safe-futures v0.1.5
26522026-03-19T14:14:19.365Z Checking highway v1.3.0
26532026-03-19T14:14:19.427Z Checking same-file v1.0.6
26542026-03-19T14:14:19.584Z Checking walkdir v2.5.0
26552026-03-19T14:14:19.663Z Checking hickory-resolver v0.24.4
26562026-03-19T14:14:19.682Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26572026-03-19T14:14:19.800Z Compiling const_format_proc_macros v0.2.34
26582026-03-19T14:14:20.149Z Checking snafu v0.8.9
26592026-03-19T14:14:20.600Z Checking csv v1.4.0
26602026-03-19T14:14:20.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26612026-03-19T14:14:20.659Z Checking expectorate v1.2.0
26622026-03-19T14:14:20.797Z Checking phf v0.12.1
26632026-03-19T14:14:20.916Z Compiling progenitor-impl v0.10.0
26642026-03-19T14:14:21.052Z Checking tokio-dtrace v0.1.1
26652026-03-19T14:14:21.102Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26662026-03-19T14:14:21.272Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26672026-03-19T14:14:21.295Z Checking globset v0.4.18
26682026-03-19T14:14:21.298Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26692026-03-19T14:14:21.506Z Checking olpc-cjson v0.1.4
26702026-03-19T14:14:21.644Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-19T14:14:21.687Z Checking libsw-core v0.3.2
26722026-03-19T14:14:21.883Z Checking serde_plain v1.0.2
26732026-03-19T14:14:21.958Z Checking arc-swap v1.8.2
26742026-03-19T14:14:21.982Z Compiling lzma-sys v0.1.20
26752026-03-19T14:14:22.252Z Checking bytecount v0.6.9
26762026-03-19T14:14:22.353Z Checking utf-8 v0.7.6
26772026-03-19T14:14:22.390Z Checking typed-path v0.9.3
26782026-03-19T14:14:22.520Z Checking papergrid v0.11.0
26792026-03-19T14:14:22.539Z Checking tungstenite v0.21.0
26802026-03-19T14:14:23.134Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26812026-03-19T14:14:23.361Z Checking slog-scope v4.4.1
26822026-03-19T14:14:23.406Z Checking libsw v3.5.0
26832026-03-19T14:14:23.540Z Checking oxide-tokio-rt v0.1.3
26842026-03-19T14:14:23.543Z Checking tough v0.20.0
26852026-03-19T14:14:23.543Z Checking progenitor v0.13.0
26862026-03-19T14:14:23.632Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26872026-03-19T14:14:23.746Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26882026-03-19T14:14:24.194Z Checking const_format v0.2.35
26892026-03-19T14:14:24.515Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26902026-03-19T14:14:24.691Z Compiling progenitor-macro v0.10.0
26912026-03-19T14:14:24.780Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26922026-03-19T14:14:25.237Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26932026-03-19T14:14:25.543Z Checking qorb v0.4.1
26942026-03-19T14:14:26.094Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
26952026-03-19T14:14:26.252Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26962026-03-19T14:14:26.272Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26972026-03-19T14:14:26.291Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26982026-03-19T14:14:26.711Z Compiling cargo_toml v0.22.3
26992026-03-19T14:14:26.732Z Checking gethostname v0.5.0
27002026-03-19T14:14:26.846Z Compiling tabled_derive v0.7.0
27012026-03-19T14:14:26.919Z Checking bcs v0.1.6
27022026-03-19T14:14:26.950Z Checking smawk v0.3.2
27032026-03-19T14:14:27.114Z Checking termtree v0.5.1
27042026-03-19T14:14:27.117Z Checking linear-map v1.2.0
27052026-03-19T14:14:27.229Z Checking unicode-linebreak v0.1.5
27062026-03-19T14:14:27.285Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27072026-03-19T14:14:27.357Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27082026-03-19T14:14:27.508Z Checking textwrap v0.16.2
27092026-03-19T14:14:27.860Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27102026-03-19T14:14:27.881Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27112026-03-19T14:14:28.210Z Checking tabled v0.15.0
27122026-03-19T14:14:28.709Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27132026-03-19T14:14:29.013Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27142026-03-19T14:14:29.137Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27152026-03-19T14:14:29.287Z Checking steno v0.4.1
27162026-03-19T14:14:29.361Z Checking slog-stdlog v4.1.1
27172026-03-19T14:14:29.528Z Checking tokio-tungstenite v0.21.0
27182026-03-19T14:14:29.889Z Checking typeid v1.0.3
27192026-03-19T14:14:30.002Z Checking base64 v0.21.7
27202026-03-19T14:14:30.041Z Checking humantime v2.3.0
27212026-03-19T14:14:30.285Z Checking ron v0.12.0
27222026-03-19T14:14:30.346Z Checking xz2 v0.1.7
27232026-03-19T14:14:30.593Z Checking slog-envlogger v2.2.0
27242026-03-19T14:14:30.630Z Checking yasna v0.5.2
27252026-03-19T14:14:30.783Z Checking headers-core v0.3.0
27262026-03-19T14:14:30.812Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27272026-03-19T14:14:30.921Z Checking filetime v0.2.27
27282026-03-19T14:14:31.100Z Checking base16ct v1.0.0
27292026-03-19T14:14:31.122Z Checking xattr v1.6.1
27302026-03-19T14:14:31.161Z Checking rcgen v0.12.1
27312026-03-19T14:14:31.273Z Checking headers v0.4.1
27322026-03-19T14:14:31.293Z Checking tar v0.4.44
27332026-03-19T14:14:31.315Z Checking subprocess v0.2.15
27342026-03-19T14:14:31.825Z Checking progenitor v0.10.0
27352026-03-19T14:14:31.988Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27362026-03-19T14:14:39.515Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27372026-03-19T14:14:47.699Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27382026-03-19T14:14:49.474Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27392026-03-19T14:14:51.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27402026-03-19T14:14:51.277Z
27412026-03-19T14:14:51.277Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27422026-03-19T14:14:52.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432026-03-19T14:14:52.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442026-03-19T14:14:52.300Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-19T14:14:54.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
27462026-03-19T14:14:54.260Z
27472026-03-19T14:14:54.260Zinfo: running `cargo check --bins` on nexus-config (51/259)
27482026-03-19T14:14:54.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-19T14:14:54.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-19T14:14:54.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512026-03-19T14:14:54.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27522026-03-19T14:14:55.098Z
27532026-03-19T14:14:55.099Zinfo: running `cargo check --bins` on nexus-types (52/259)
27542026-03-19T14:14:55.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-19T14:14:55.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-19T14:14:55.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-19T14:14:55.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27582026-03-19T14:14:55.935Z
27592026-03-19T14:14:55.935Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27602026-03-19T14:14:56.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-19T14:14:56.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-19T14:14:56.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-19T14:14:56.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27642026-03-19T14:14:56.717Z
27652026-03-19T14:14:56.717Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27662026-03-19T14:14:57.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-19T14:14:57.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-19T14:14:57.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-19T14:14:57.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27702026-03-19T14:14:57.504Z
27712026-03-19T14:14:57.504Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27722026-03-19T14:14:58.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-19T14:14:58.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-19T14:14:58.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-19T14:14:58.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27762026-03-19T14:14:58.269Z
27772026-03-19T14:14:58.270Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27782026-03-19T14:14:58.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-19T14:14:58.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-19T14:14:58.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-19T14:14:58.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27822026-03-19T14:14:59.034Z
27832026-03-19T14:14:59.034Zinfo: running `cargo check --bins` on ereport-types (57/259)
27842026-03-19T14:14:59.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-19T14:14:59.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-19T14:14:59.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-19T14:14:59.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27882026-03-19T14:14:59.814Z
27892026-03-19T14:14:59.814Zinfo: running `cargo check --bins` on gateway-client (58/259)
27902026-03-19T14:15:00.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-19T14:15:00.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-19T14:15:00.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-19T14:15:00.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27942026-03-19T14:15:00.592Z
27952026-03-19T14:15:00.592Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
27962026-03-19T14:15:01.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-19T14:15:01.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-19T14:15:01.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-19T14:15:01.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28002026-03-19T14:15:01.377Z
28012026-03-19T14:15:01.377Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28022026-03-19T14:15:02.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-19T14:15:02.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-19T14:15:02.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-19T14:15:02.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28062026-03-19T14:15:02.157Z
28072026-03-19T14:15:02.157Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28082026-03-19T14:15:02.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-19T14:15:02.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-19T14:15:02.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-19T14:15:02.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28122026-03-19T14:15:02.934Z
28132026-03-19T14:15:02.934Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28142026-03-19T14:15:03.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-19T14:15:03.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-19T14:15:03.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-19T14:15:03.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28182026-03-19T14:15:03.713Z
28192026-03-19T14:15:03.713Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28202026-03-19T14:15:04.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-19T14:15:04.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-19T14:15:04.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-19T14:15:04.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28242026-03-19T14:15:04.508Z
28252026-03-19T14:15:04.508Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28262026-03-19T14:15:05.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-19T14:15:05.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-19T14:15:05.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-19T14:15:05.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28302026-03-19T14:15:05.305Z
28312026-03-19T14:15:05.305Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28322026-03-19T14:15:05.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-19T14:15:05.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-19T14:15:05.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-19T14:15:05.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28362026-03-19T14:15:06.070Z
28372026-03-19T14:15:06.070Zinfo: running `cargo check --bins` on oxlog (66/259)
28382026-03-19T14:15:06.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-19T14:15:06.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-19T14:15:06.886Z Compiling newtype-uuid v1.3.2
28412026-03-19T14:15:07.144Z Compiling daft v0.1.5
28422026-03-19T14:15:07.403Z Compiling iddqd v0.3.17
28432026-03-19T14:15:08.665Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28442026-03-19T14:15:08.952Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28452026-03-19T14:15:09.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28462026-03-19T14:15:09.511Z
28472026-03-19T14:15:09.511Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28482026-03-19T14:15:10.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-19T14:15:10.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-19T14:15:10.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-19T14:15:10.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28522026-03-19T14:15:10.295Z
28532026-03-19T14:15:10.295Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28542026-03-19T14:15:10.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-19T14:15:10.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-19T14:15:10.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-19T14:15:10.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28582026-03-19T14:15:11.091Z
28592026-03-19T14:15:11.092Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28602026-03-19T14:15:11.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-19T14:15:11.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-19T14:15:11.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-19T14:15:11.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28642026-03-19T14:15:11.911Z
28652026-03-19T14:15:11.911Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28662026-03-19T14:15:12.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-19T14:15:12.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-19T14:15:12.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-19T14:15:12.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28702026-03-19T14:15:12.685Z
28712026-03-19T14:15:12.686Zinfo: running `cargo check --bins` on oxql-types (71/259)
28722026-03-19T14:15:13.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-19T14:15:13.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-19T14:15:13.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-19T14:15:13.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28762026-03-19T14:15:13.472Z
28772026-03-19T14:15:13.472Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28782026-03-19T14:15:14.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-19T14:15:14.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-19T14:15:14.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-19T14:15:14.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28822026-03-19T14:15:14.264Z
28832026-03-19T14:15:14.264Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28842026-03-19T14:15:14.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-19T14:15:14.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-19T14:15:14.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-19T14:15:14.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28882026-03-19T14:15:15.051Z
28892026-03-19T14:15:15.052Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
28902026-03-19T14:15:15.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-19T14:15:15.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-19T14:15:15.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-19T14:15:15.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28942026-03-19T14:15:15.818Z
28952026-03-19T14:15:15.819Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
28962026-03-19T14:15:16.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-19T14:15:16.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-19T14:15:16.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-19T14:15:16.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29002026-03-19T14:15:16.623Z
29012026-03-19T14:15:16.623Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29022026-03-19T14:15:17.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-19T14:15:17.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-19T14:15:17.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-19T14:15:17.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29062026-03-19T14:15:17.432Z
29072026-03-19T14:15:17.432Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29082026-03-19T14:15:18.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-19T14:15:18.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-19T14:15:18.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-19T14:15:18.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29122026-03-19T14:15:18.275Z
29132026-03-19T14:15:18.275Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29142026-03-19T14:15:18.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-19T14:15:18.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-19T14:15:18.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-19T14:15:18.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29182026-03-19T14:15:19.059Z
29192026-03-19T14:15:19.059Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29202026-03-19T14:15:19.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-19T14:15:19.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-19T14:15:19.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-19T14:15:19.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29242026-03-19T14:15:19.830Z
29252026-03-19T14:15:19.830Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29262026-03-19T14:15:20.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-19T14:15:20.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-19T14:15:20.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-19T14:15:20.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29302026-03-19T14:15:20.600Z
29312026-03-19T14:15:20.600Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29322026-03-19T14:15:21.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-19T14:15:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-19T14:15:21.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-19T14:15:21.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29362026-03-19T14:15:21.372Z
29372026-03-19T14:15:21.372Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29382026-03-19T14:15:22.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-19T14:15:22.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-19T14:15:22.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-19T14:15:22.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-19T14:15:22.139Z
29432026-03-19T14:15:22.139Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29442026-03-19T14:15:22.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-19T14:15:22.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-19T14:15:23.029Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29472026-03-19T14:15:23.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29482026-03-19T14:15:23.918Z
29492026-03-19T14:15:23.918Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29502026-03-19T14:15:24.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-19T14:15:24.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-19T14:15:24.825Z Compiling ar_archive_writer v0.5.1
29532026-03-19T14:15:24.955Z Compiling stacker v0.1.23
29542026-03-19T14:15:24.973Z Compiling cfg_aliases v0.1.1
29552026-03-19T14:15:25.039Z Compiling convert_case v0.10.0
29562026-03-19T14:15:25.039Z Checking fd-lock v4.0.4
29572026-03-19T14:15:25.039Z Checking nibble_vec v0.1.0
29582026-03-19T14:15:25.039Z Checking vte v0.14.1
29592026-03-19T14:15:25.039Z Compiling recursive-proc-macro-impl v0.1.1
29602026-03-19T14:15:25.057Z Compiling nix v0.28.0
29612026-03-19T14:15:25.138Z Checking endian-type v0.1.2
29622026-03-19T14:15:25.161Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29632026-03-19T14:15:25.227Z Checking strip-ansi-escapes v0.2.1
29642026-03-19T14:15:25.288Z Compiling peg-macros v0.8.5
29652026-03-19T14:15:25.304Z Checking radix_trie v0.2.1
29662026-03-19T14:15:25.351Z Checking winnow v0.6.26
29672026-03-19T14:15:25.383Z Compiling derive_more-impl v2.1.1
29682026-03-19T14:15:25.537Z Compiling sqlparser_derive v0.5.0
29692026-03-19T14:15:25.575Z Checking nu-ansi-term v0.50.3
29702026-03-19T14:15:25.823Z Checking unicode_categories v0.1.1
29712026-03-19T14:15:25.851Z Checking home v0.5.12
29722026-03-19T14:15:25.983Z Checking reedline v0.40.0
29732026-03-19T14:15:26.057Z Checking display-error-chain v0.2.2
29742026-03-19T14:15:26.149Z Compiling psm v0.1.30
29752026-03-19T14:15:26.474Z Checking derive_more v2.1.1
29762026-03-19T14:15:26.568Z Checking crossterm v0.29.0
29772026-03-19T14:15:26.813Z Checking peg v0.8.5
29782026-03-19T14:15:26.876Z Checking rustyline v14.0.0
29792026-03-19T14:15:26.909Z Checking sqlformat v0.3.5
29802026-03-19T14:15:27.111Z Checking recursive v0.1.1
29812026-03-19T14:15:27.218Z Checking sqlparser v0.61.0
29822026-03-19T14:15:43.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
29832026-03-19T14:15:43.327Z
29842026-03-19T14:15:43.327Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29852026-03-19T14:15:44.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862026-03-19T14:15:44.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872026-03-19T14:15:44.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29882026-03-19T14:15:48.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
29892026-03-19T14:15:49.130Z
29902026-03-19T14:15:49.130Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
29912026-03-19T14:15:49.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-19T14:15:49.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-19T14:15:50.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-19T14:15:53.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29952026-03-19T14:15:53.543Z
29962026-03-19T14:15:53.543Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
29972026-03-19T14:15:54.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-19T14:15:54.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-19T14:15:54.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-19T14:15:58.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
30012026-03-19T14:15:59.090Z
30022026-03-19T14:15:59.090Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30032026-03-19T14:15:59.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-19T14:15:59.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-19T14:15:59.996Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-19T14:16:04.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30072026-03-19T14:16:04.645Z
30082026-03-19T14:16:04.645Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30092026-03-19T14:16:05.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-19T14:16:05.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-19T14:16:05.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-19T14:16:09.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30132026-03-19T14:16:09.269Z
30142026-03-19T14:16:09.269Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30152026-03-19T14:16:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-19T14:16:09.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-19T14:16:10.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-19T14:16:13.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
30192026-03-19T14:16:13.950Z
30202026-03-19T14:16:13.950Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30212026-03-19T14:16:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-19T14:16:14.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-19T14:16:14.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-19T14:16:19.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
30252026-03-19T14:16:19.726Z
30262026-03-19T14:16:19.726Zinfo: running `cargo check --bins` on oximeter (92/259)
30272026-03-19T14:16:20.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-19T14:16:20.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-19T14:16:20.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-03-19T14:16:20.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30312026-03-19T14:16:20.520Z
30322026-03-19T14:16:20.520Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30332026-03-19T14:16:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-19T14:16:21.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-19T14:16:21.379Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-19T14:16:21.571Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30372026-03-19T14:16:21.591Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-03-19T14:16:22.015Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30392026-03-19T14:16:26.870Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30402026-03-19T14:16:27.288Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30412026-03-19T14:16:28.848Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30422026-03-19T14:16:29.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
30432026-03-19T14:16:29.951Z
30442026-03-19T14:16:29.951Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30452026-03-19T14:16:30.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-03-19T14:16:30.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-03-19T14:16:30.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-03-19T14:16:30.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30492026-03-19T14:16:30.749Z
30502026-03-19T14:16:30.749Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30512026-03-19T14:16:31.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-19T14:16:31.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-19T14:16:31.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-19T14:16:31.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30552026-03-19T14:16:31.598Z
30562026-03-19T14:16:31.599Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30572026-03-19T14:16:32.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-19T14:16:32.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-19T14:16:32.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-19T14:16:32.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30612026-03-19T14:16:32.406Z
30622026-03-19T14:16:32.406Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30632026-03-19T14:16:33.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-19T14:16:33.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-19T14:16:33.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-19T14:16:33.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30672026-03-19T14:16:33.212Z
30682026-03-19T14:16:33.212Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30692026-03-19T14:16:33.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-19T14:16:33.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-19T14:16:33.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-19T14:16:33.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30732026-03-19T14:16:34.033Z
30742026-03-19T14:16:34.033Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30752026-03-19T14:16:34.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-19T14:16:34.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-19T14:16:34.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-19T14:16:34.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30792026-03-19T14:16:34.848Z
30802026-03-19T14:16:34.848Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30812026-03-19T14:16:35.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-19T14:16:35.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-19T14:16:35.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-19T14:16:35.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30852026-03-19T14:16:35.615Z
30862026-03-19T14:16:35.615Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30872026-03-19T14:16:36.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-19T14:16:36.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-19T14:16:36.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-19T14:16:36.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30912026-03-19T14:16:36.428Z
30922026-03-19T14:16:36.428Zinfo: running `cargo check --bins` on update-engine (102/259)
30932026-03-19T14:16:37.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-19T14:16:37.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-19T14:16:37.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-19T14:16:37.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30972026-03-19T14:16:37.207Z
30982026-03-19T14:16:37.207Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
30992026-03-19T14:16:37.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-19T14:16:37.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-19T14:16:38.143Z Checking dropshot-api-manager-types v0.6.0
31022026-03-19T14:16:38.146Z Checking nanorand v0.7.0
31032026-03-19T14:16:38.445Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31042026-03-19T14:16:38.486Z Checking flume v0.11.1
31052026-03-19T14:16:38.765Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31062026-03-19T14:16:40.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
31072026-03-19T14:16:40.263Z
31082026-03-19T14:16:40.263Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31092026-03-19T14:16:40.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-19T14:16:40.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-19T14:16:40.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-19T14:16:40.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31132026-03-19T14:16:41.070Z
31142026-03-19T14:16:41.070Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31152026-03-19T14:16:41.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-19T14:16:41.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-19T14:16:41.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-19T14:16:41.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31192026-03-19T14:16:41.869Z
31202026-03-19T14:16:41.869Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31212026-03-19T14:16:42.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-19T14:16:42.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-19T14:16:42.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-19T14:16:42.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31252026-03-19T14:16:42.680Z
31262026-03-19T14:16:42.680Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31272026-03-19T14:16:43.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-19T14:16:43.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-19T14:16:43.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-19T14:16:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31312026-03-19T14:16:43.493Z
31322026-03-19T14:16:43.493Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31332026-03-19T14:16:44.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-19T14:16:44.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-19T14:16:44.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-19T14:16:44.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31372026-03-19T14:16:44.288Z
31382026-03-19T14:16:44.288Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31392026-03-19T14:16:44.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-19T14:16:44.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-19T14:16:44.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-19T14:16:44.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31432026-03-19T14:16:45.079Z
31442026-03-19T14:16:45.079Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31452026-03-19T14:16:45.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-19T14:16:45.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-19T14:16:45.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-19T14:16:45.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31492026-03-19T14:16:45.874Z
31502026-03-19T14:16:45.874Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31512026-03-19T14:16:46.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-19T14:16:46.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-19T14:16:46.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-19T14:16:46.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31552026-03-19T14:16:46.641Z
31562026-03-19T14:16:46.641Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31572026-03-19T14:16:47.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-19T14:16:47.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-19T14:16:47.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-19T14:16:47.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31612026-03-19T14:16:47.436Z
31622026-03-19T14:16:47.436Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31632026-03-19T14:16:48.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-19T14:16:48.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-19T14:16:48.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-19T14:16:48.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31672026-03-19T14:16:48.228Z
31682026-03-19T14:16:48.228Zinfo: running `cargo check --bins` on installinator-client (114/259)
31692026-03-19T14:16:48.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-19T14:16:48.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-19T14:16:48.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-19T14:16:48.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-19T14:16:49.018Z
31742026-03-19T14:16:49.018Zinfo: running `cargo check --bins` on nexus-client (115/259)
31752026-03-19T14:16:49.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-19T14:16:49.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-19T14:16:49.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-19T14:16:49.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31792026-03-19T14:16:49.851Z
31802026-03-19T14:16:49.851Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31812026-03-19T14:16:50.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-19T14:16:50.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-19T14:16:50.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-19T14:16:50.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31852026-03-19T14:16:50.693Z
31862026-03-19T14:16:50.693Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31872026-03-19T14:16:51.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-19T14:16:51.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-19T14:16:51.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-19T14:16:51.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31912026-03-19T14:16:51.468Z
31922026-03-19T14:16:51.468Zinfo: running `cargo check --bins` on oxide-client (118/259)
31932026-03-19T14:16:52.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-19T14:16:52.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-19T14:16:52.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-19T14:16:52.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31972026-03-19T14:16:52.242Z
31982026-03-19T14:16:52.242Zinfo: running `cargo check --bins` on oximeter-client (119/259)
31992026-03-19T14:16:52.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-19T14:16:52.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-19T14:16:52.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-19T14:16:52.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32032026-03-19T14:16:53.028Z
32042026-03-19T14:16:53.028Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32052026-03-19T14:16:53.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-19T14:16:53.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-19T14:16:53.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-19T14:16:53.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32092026-03-19T14:16:53.800Z
32102026-03-19T14:16:53.800Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32112026-03-19T14:16:54.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-19T14:16:54.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-19T14:16:54.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-19T14:16:54.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32152026-03-19T14:16:54.610Z
32162026-03-19T14:16:54.610Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32172026-03-19T14:16:55.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-19T14:16:55.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-19T14:16:55.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-19T14:16:55.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32212026-03-19T14:16:55.425Z
32222026-03-19T14:16:55.425Zinfo: running `cargo check --bins` on installinator-common (123/259)
32232026-03-19T14:16:56.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-19T14:16:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-19T14:16:56.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-19T14:16:56.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32272026-03-19T14:16:56.228Z
32282026-03-19T14:16:56.228Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32292026-03-19T14:16:56.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-19T14:16:56.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-19T14:16:56.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-19T14:16:56.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32332026-03-19T14:16:56.998Z
32342026-03-19T14:16:56.998Zinfo: running `cargo check --bins` on wicket-common (125/259)
32352026-03-19T14:16:57.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-19T14:16:57.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-19T14:16:57.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-19T14:16:57.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32392026-03-19T14:16:57.815Z
32402026-03-19T14:16:57.815Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32412026-03-19T14:16:58.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-19T14:16:58.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-19T14:16:58.712Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32442026-03-19T14:16:58.715Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-03-19T14:16:58.715Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32462026-03-19T14:16:58.866Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32472026-03-19T14:16:58.866Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32482026-03-19T14:16:59.030Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32492026-03-19T14:16:59.063Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32502026-03-19T14:16:59.335Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-03-19T14:16:59.338Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32522026-03-19T14:17:02.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32532026-03-19T14:17:02.417Z
32542026-03-19T14:17:02.417Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32552026-03-19T14:17:03.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-19T14:17:03.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-19T14:17:03.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-03-19T14:17:03.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32592026-03-19T14:17:03.204Z
32602026-03-19T14:17:03.204Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32612026-03-19T14:17:03.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-19T14:17:03.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-19T14:17:03.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-19T14:17:03.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32652026-03-19T14:17:04.114Z
32662026-03-19T14:17:04.115Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32672026-03-19T14:17:04.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-19T14:17:04.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-19T14:17:04.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-19T14:17:04.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32712026-03-19T14:17:05.026Z
32722026-03-19T14:17:05.026Zinfo: running `cargo check --bins` on dns-server (130/259)
32732026-03-19T14:17:05.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-19T14:17:05.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-19T14:17:05.925Z Compiling parking_lot_core v0.8.6
32762026-03-19T14:17:05.925Z Compiling git-stub v1.0.0
32772026-03-19T14:17:05.928Z Compiling atomicwrites v0.4.4
32782026-03-19T14:17:05.928Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32792026-03-19T14:17:06.089Z Checking tagptr v0.2.0
32802026-03-19T14:17:06.104Z Checking prefix-trie v0.7.0
32812026-03-19T14:17:06.107Z Checking fxhash v0.2.1
32822026-03-19T14:17:06.107Z Checking hickory-client v0.25.2
32832026-03-19T14:17:06.262Z Compiling git-stub-vcs v0.1.0
32842026-03-19T14:17:06.279Z Checking moka v0.12.13
32852026-03-19T14:17:06.558Z Checking hickory-server v0.25.2
32862026-03-19T14:17:06.597Z Checking parking_lot v0.11.2
32872026-03-19T14:17:06.643Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32882026-03-19T14:17:06.742Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32892026-03-19T14:17:06.745Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32902026-03-19T14:17:06.745Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32912026-03-19T14:17:06.835Z Checking sled v0.34.7
32922026-03-19T14:17:07.101Z Checking hickory-resolver v0.25.2
32932026-03-19T14:17:09.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
32942026-03-19T14:17:09.856Z
32952026-03-19T14:17:09.856Zinfo: running `cargo check --bins` on dns-server-api (131/259)
32962026-03-19T14:17:10.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972026-03-19T14:17:10.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982026-03-19T14:17:10.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992026-03-19T14:17:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33002026-03-19T14:17:10.642Z
33012026-03-19T14:17:10.642Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33022026-03-19T14:17:11.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-19T14:17:11.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-19T14:17:11.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-19T14:17:11.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33062026-03-19T14:17:11.509Z
33072026-03-19T14:17:11.509Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33082026-03-19T14:17:12.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-19T14:17:12.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-19T14:17:12.528Z Compiling radium v0.7.0
33112026-03-19T14:17:12.531Z Checking tap v1.0.1
33122026-03-19T14:17:12.532Z Compiling maybe-uninit v2.0.0
33132026-03-19T14:17:12.697Z Compiling zerocopy-derive v0.6.6
33142026-03-19T14:17:12.714Z Checking crc-catalog v2.4.0
33152026-03-19T14:17:12.733Z Checking funty v2.0.0
33162026-03-19T14:17:12.736Z Compiling packed_struct v0.10.1
33172026-03-19T14:17:12.774Z Compiling packed_struct_codegen v0.10.1
33182026-03-19T14:17:12.801Z Checking wyz v0.5.1
33192026-03-19T14:17:12.835Z Checking crc v3.4.0
33202026-03-19T14:17:13.043Z Compiling bitfield-macros v0.19.4
33212026-03-19T14:17:13.078Z Compiling indexmap v1.9.3
33222026-03-19T14:17:13.113Z Checking nodrop v0.1.14
33232026-03-19T14:17:13.163Z Checking smallvec v0.6.14
33242026-03-19T14:17:13.207Z Checking hashbrown v0.12.3
33252026-03-19T14:17:13.226Z Checking array-init v0.0.4
33262026-03-19T14:17:13.247Z Checking bitvec v1.0.1
33272026-03-19T14:17:13.361Z Checking ron v0.8.1
33282026-03-19T14:17:13.416Z Checking hashbrown v0.13.2
33292026-03-19T14:17:13.705Z Checking serde-hex v0.1.0
33302026-03-19T14:17:13.830Z Checking zerocopy v0.6.6
33312026-03-19T14:17:13.986Z Checking crc-any v2.5.0
33322026-03-19T14:17:14.011Z Checking bitfield v0.19.4
33332026-03-19T14:17:14.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33342026-03-19T14:17:14.200Z Checking object v0.30.4
33352026-03-19T14:17:14.226Z Checking path-slash v0.1.5
33362026-03-19T14:17:14.244Z Checking half v1.8.3
33372026-03-19T14:17:14.247Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-03-19T14:17:14.329Z Checking void v1.0.2
33392026-03-19T14:17:14.385Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33402026-03-19T14:17:14.455Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-03-19T14:17:14.472Z Checking lzss v0.8.2
33422026-03-19T14:17:14.504Z Checking tungstenite v0.23.0
33432026-03-19T14:17:14.507Z Checking serde_cbor v0.11.2
33442026-03-19T14:17:14.582Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-03-19T14:17:14.654Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33462026-03-19T14:17:14.709Z Checking nix v0.27.1
33472026-03-19T14:17:15.037Z Checking kstat-rs v0.2.4
33482026-03-19T14:17:15.056Z Checking serde_bytes v0.11.19
33492026-03-19T14:17:15.102Z Checking tokio-tungstenite v0.23.1
33502026-03-19T14:17:15.271Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33512026-03-19T14:17:15.289Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33522026-03-19T14:17:15.408Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33532026-03-19T14:17:15.427Z Checking signal-hook-tokio v0.3.1
33542026-03-19T14:17:16.524Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-03-19T14:17:16.775Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33562026-03-19T14:17:20.085Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33572026-03-19T14:17:21.281Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33582026-03-19T14:17:21.651Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33592026-03-19T14:17:23.140Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33602026-03-19T14:17:25.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
33612026-03-19T14:17:26.142Z
33622026-03-19T14:17:26.142Zinfo: running `cargo check --bins` on gateway-api (134/259)
33632026-03-19T14:17:26.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-03-19T14:17:26.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-03-19T14:17:26.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-03-19T14:17:26.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33672026-03-19T14:17:26.927Z
33682026-03-19T14:17:26.927Zinfo: running `cargo check --bins` on ipcc (135/259)
33692026-03-19T14:17:27.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-19T14:17:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-19T14:17:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-19T14:17:27.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33732026-03-19T14:17:27.711Z
33742026-03-19T14:17:27.711Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33752026-03-19T14:17:28.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-19T14:17:28.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-19T14:17:28.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-19T14:17:28.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33792026-03-19T14:17:28.475Z
33802026-03-19T14:17:28.475Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33812026-03-19T14:17:29.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-19T14:17:29.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-19T14:17:29.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-19T14:17:29.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33852026-03-19T14:17:29.264Z
33862026-03-19T14:17:29.264Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33872026-03-19T14:17:29.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-19T14:17:29.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-19T14:17:29.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-19T14:17:29.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33912026-03-19T14:17:30.052Z
33922026-03-19T14:17:30.052Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
33932026-03-19T14:17:30.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-19T14:17:30.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-19T14:17:30.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-19T14:17:30.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33972026-03-19T14:17:30.848Z
33982026-03-19T14:17:30.848Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
33992026-03-19T14:17:31.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-19T14:17:31.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-19T14:17:31.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-19T14:17:31.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34032026-03-19T14:17:31.645Z
34042026-03-19T14:17:31.645Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34052026-03-19T14:17:32.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-19T14:17:32.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-19T14:17:32.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-19T14:17:32.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34092026-03-19T14:17:32.443Z
34102026-03-19T14:17:32.443Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34112026-03-19T14:17:33.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-19T14:17:33.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-19T14:17:33.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-19T14:17:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-19T14:17:33.240Z
34162026-03-19T14:17:33.240Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34172026-03-19T14:17:33.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-19T14:17:33.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-19T14:17:33.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-19T14:17:33.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-19T14:17:34.031Z
34222026-03-19T14:17:34.031Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34232026-03-19T14:17:34.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-19T14:17:34.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-19T14:17:34.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-19T14:17:34.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-19T14:17:34.818Z
34282026-03-19T14:17:34.818Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34292026-03-19T14:17:35.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-19T14:17:35.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-19T14:17:35.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-19T14:17:35.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34332026-03-19T14:17:35.610Z
34342026-03-19T14:17:35.610Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34352026-03-19T14:17:36.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-19T14:17:36.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-19T14:17:36.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-19T14:17:36.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34392026-03-19T14:17:36.398Z
34402026-03-19T14:17:36.398Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34412026-03-19T14:17:37.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-19T14:17:37.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-19T14:17:37.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-19T14:17:37.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34452026-03-19T14:17:37.241Z
34462026-03-19T14:17:37.241Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34472026-03-19T14:17:37.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-19T14:17:37.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-19T14:17:37.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-19T14:17:37.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34512026-03-19T14:17:38.039Z
34522026-03-19T14:17:38.039Zinfo: running `cargo check --bins` on sp-sim (149/259)
34532026-03-19T14:17:38.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-19T14:17:38.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-19T14:17:39.020Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-03-19T14:17:41.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34572026-03-19T14:17:41.588Z
34582026-03-19T14:17:41.588Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34592026-03-19T14:17:42.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-19T14:17:42.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-19T14:17:42.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-19T14:17:42.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34632026-03-19T14:17:42.449Z
34642026-03-19T14:17:42.450Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34652026-03-19T14:17:43.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-19T14:17:43.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-19T14:17:43.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-19T14:17:43.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34692026-03-19T14:17:43.318Z
34702026-03-19T14:17:43.318Zinfo: running `cargo check --bins` on db-macros (152/259)
34712026-03-19T14:17:43.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-19T14:17:43.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-19T14:17:43.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-19T14:17:43.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34752026-03-19T14:17:44.093Z
34762026-03-19T14:17:44.093Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34772026-03-19T14:17:44.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-19T14:17:44.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-19T14:17:44.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-19T14:17:44.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34812026-03-19T14:17:44.870Z
34822026-03-19T14:17:44.870Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34832026-03-19T14:17:45.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-19T14:17:45.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-19T14:17:45.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-19T14:17:45.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34872026-03-19T14:17:45.733Z
34882026-03-19T14:17:45.733Zinfo: running `cargo check --bins` on authz-macros (155/259)
34892026-03-19T14:17:46.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-19T14:17:46.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-19T14:17:46.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-19T14:17:46.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34932026-03-19T14:17:46.507Z
34942026-03-19T14:17:46.508Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
34952026-03-19T14:17:47.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-19T14:17:47.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-19T14:17:47.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-19T14:17:47.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34992026-03-19T14:17:47.352Z
35002026-03-19T14:17:47.352Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35012026-03-19T14:17:48.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-19T14:17:48.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-19T14:17:48.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-19T14:17:48.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35052026-03-19T14:17:48.205Z
35062026-03-19T14:17:48.205Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35072026-03-19T14:17:48.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-19T14:17:48.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-19T14:17:48.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-19T14:17:48.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35112026-03-19T14:17:48.993Z
35122026-03-19T14:17:48.993Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35132026-03-19T14:17:49.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-19T14:17:49.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-19T14:17:49.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-19T14:17:49.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35172026-03-19T14:17:49.771Z
35182026-03-19T14:17:49.771Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35192026-03-19T14:17:50.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-19T14:17:50.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-19T14:17:50.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-19T14:17:50.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35232026-03-19T14:17:50.570Z
35242026-03-19T14:17:50.570Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35252026-03-19T14:17:51.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-19T14:17:51.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-19T14:17:51.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-19T14:17:51.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35292026-03-19T14:17:51.355Z
35302026-03-19T14:17:51.355Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35312026-03-19T14:17:52.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-19T14:17:52.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-19T14:17:52.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-19T14:17:52.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35352026-03-19T14:17:52.135Z
35362026-03-19T14:17:52.135Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35372026-03-19T14:17:52.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-19T14:17:52.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-19T14:17:52.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-19T14:17:52.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35412026-03-19T14:17:53.002Z
35422026-03-19T14:17:53.002Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35432026-03-19T14:17:53.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-19T14:17:53.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-19T14:17:53.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-19T14:17:53.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35472026-03-19T14:17:53.875Z
35482026-03-19T14:17:53.875Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35492026-03-19T14:17:54.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-19T14:17:54.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-19T14:17:54.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-19T14:17:54.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35532026-03-19T14:17:54.738Z
35542026-03-19T14:17:54.738Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35552026-03-19T14:17:55.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-19T14:17:55.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-19T14:17:55.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-19T14:17:55.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35592026-03-19T14:17:55.558Z
35602026-03-19T14:17:55.558Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35612026-03-19T14:17:56.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-19T14:17:56.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-19T14:17:56.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-19T14:17:56.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35652026-03-19T14:17:56.369Z
35662026-03-19T14:17:56.369Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35672026-03-19T14:17:57.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-19T14:17:57.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-19T14:17:57.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-19T14:17:57.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35712026-03-19T14:17:57.174Z
35722026-03-19T14:17:57.174Zinfo: running `cargo check --bins` on key-manager (169/259)
35732026-03-19T14:17:57.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-19T14:17:57.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-19T14:17:57.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-19T14:17:57.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35772026-03-19T14:17:57.977Z
35782026-03-19T14:17:57.977Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35792026-03-19T14:17:58.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-19T14:17:58.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-19T14:17:58.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-19T14:17:58.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35832026-03-19T14:17:58.788Z
35842026-03-19T14:17:58.788Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35852026-03-19T14:17:59.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-19T14:17:59.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-19T14:17:59.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-19T14:17:59.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35892026-03-19T14:17:59.594Z
35902026-03-19T14:17:59.594Zinfo: running `cargo check --bins` on typed-rng (172/259)
35912026-03-19T14:18:00.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-19T14:18:00.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-19T14:18:00.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-19T14:18:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35952026-03-19T14:18:00.369Z
35962026-03-19T14:18:00.369Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
35972026-03-19T14:18:01.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-19T14:18:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-19T14:18:01.545Z Compiling libefi-sys v0.1.0
36002026-03-19T14:18:01.548Z Compiling bitfield-struct v0.6.2
36012026-03-19T14:18:01.719Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36022026-03-19T14:18:01.735Z Compiling xshell-macros v0.2.7
36032026-03-19T14:18:01.752Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36042026-03-19T14:18:01.773Z Compiling salty v0.3.0
36052026-03-19T14:18:01.794Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36062026-03-19T14:18:01.817Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36072026-03-19T14:18:01.817Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36082026-03-19T14:18:02.183Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36092026-03-19T14:18:02.205Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36102026-03-19T14:18:02.224Z Checking xshell v0.2.7
36112026-03-19T14:18:02.374Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36122026-03-19T14:18:02.412Z Checking primeorder v0.13.6
36132026-03-19T14:18:02.441Z Compiling proc-macro-error-attr2 v2.0.0
36142026-03-19T14:18:02.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36152026-03-19T14:18:02.509Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36162026-03-19T14:18:02.514Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-03-19T14:18:02.702Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36182026-03-19T14:18:02.742Z Checking p384 v0.13.1
36192026-03-19T14:18:02.768Z Compiling num-derive v0.3.3
36202026-03-19T14:18:02.871Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212026-03-19T14:18:02.966Z Compiling proc-macro-error2 v2.0.1
36222026-03-19T14:18:03.121Z Compiling unicase v2.9.0
36232026-03-19T14:18:03.177Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36242026-03-19T14:18:03.327Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36252026-03-19T14:18:03.375Z Compiling tabled_derive v0.11.0
36262026-03-19T14:18:03.396Z Compiling mime_guess v2.0.5
36272026-03-19T14:18:03.476Z Compiling progenitor-impl v0.11.2
36282026-03-19T14:18:03.807Z Checking papergrid v0.17.0
36292026-03-19T14:18:03.940Z Checking libscf-sys v1.1.0
36302026-03-19T14:18:04.110Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-03-19T14:18:04.113Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36322026-03-19T14:18:04.253Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36332026-03-19T14:18:04.309Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36342026-03-19T14:18:04.901Z Checking testing_table v0.3.0
36352026-03-19T14:18:04.969Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36362026-03-19T14:18:04.990Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-03-19T14:18:05.019Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-19T14:18:05.122Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36392026-03-19T14:18:05.174Z Checking corncobs v0.1.4
36402026-03-19T14:18:05.227Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36412026-03-19T14:18:05.294Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36422026-03-19T14:18:05.334Z Checking tabled v0.20.0
36432026-03-19T14:18:05.354Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-03-19T14:18:05.498Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36452026-03-19T14:18:05.671Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36462026-03-19T14:18:05.728Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36472026-03-19T14:18:05.951Z Checking progenitor-client v0.11.2
36482026-03-19T14:18:06.159Z Checking secrecy v0.8.0
36492026-03-19T14:18:06.257Z Checking http-range v0.1.5
36502026-03-19T14:18:06.522Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36512026-03-19T14:18:06.665Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36522026-03-19T14:18:06.815Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-03-19T14:18:06.959Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36542026-03-19T14:18:06.984Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36552026-03-19T14:18:07.170Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36562026-03-19T14:18:07.191Z Compiling progenitor-macro v0.11.2
36572026-03-19T14:18:07.210Z Checking atty v0.2.14
36582026-03-19T14:18:07.294Z Checking crc8 v0.1.1
36592026-03-19T14:18:07.333Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36602026-03-19T14:18:07.419Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36612026-03-19T14:18:07.444Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36622026-03-19T14:18:07.544Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36632026-03-19T14:18:07.880Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36642026-03-19T14:18:08.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36652026-03-19T14:18:08.140Z Checking hyper-staticfile v0.10.1
36662026-03-19T14:18:08.343Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36672026-03-19T14:18:08.422Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36682026-03-19T14:18:08.525Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36692026-03-19T14:18:08.548Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36702026-03-19T14:18:08.678Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36712026-03-19T14:18:08.847Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36722026-03-19T14:18:09.183Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36732026-03-19T14:18:09.214Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36742026-03-19T14:18:09.588Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36752026-03-19T14:18:09.717Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36762026-03-19T14:18:09.827Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36772026-03-19T14:18:10.348Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36782026-03-19T14:18:10.868Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36792026-03-19T14:18:11.005Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36802026-03-19T14:18:11.156Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36812026-03-19T14:18:11.529Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36822026-03-19T14:18:12.554Z Checking progenitor v0.11.2
36832026-03-19T14:18:12.762Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36842026-03-19T14:18:19.549Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852026-03-19T14:18:35.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s
36862026-03-19T14:18:35.860Z
36872026-03-19T14:18:35.860Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36882026-03-19T14:18:36.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-03-19T14:18:36.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-03-19T14:18:36.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-19T14:18:53.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.35s
36922026-03-19T14:18:53.455Z
36932026-03-19T14:18:53.455Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
36942026-03-19T14:18:54.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-19T14:18:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-19T14:18:54.543Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-19T14:19:10.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.41s
36982026-03-19T14:19:11.114Z
36992026-03-19T14:19:11.114Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37002026-03-19T14:19:11.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-19T14:19:11.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-19T14:19:12.203Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-19T14:19:28.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37042026-03-19T14:19:28.582Z
37052026-03-19T14:19:28.582Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37062026-03-19T14:19:29.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-19T14:19:29.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-19T14:19:29.667Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-19T14:19:45.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.24s
37102026-03-19T14:19:46.069Z
37112026-03-19T14:19:46.069Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37122026-03-19T14:19:46.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-19T14:19:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-19T14:19:47.162Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-19T14:20:03.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.31s
37162026-03-19T14:20:03.626Z
37172026-03-19T14:20:03.626Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37182026-03-19T14:20:04.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-19T14:20:04.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-19T14:20:04.693Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-19T14:20:20.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s
37222026-03-19T14:20:21.172Z
37232026-03-19T14:20:21.172Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37242026-03-19T14:20:21.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-19T14:20:21.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-19T14:20:22.254Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-19T14:20:38.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.37s
37282026-03-19T14:20:38.787Z
37292026-03-19T14:20:38.787Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37302026-03-19T14:20:39.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-19T14:20:39.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-19T14:20:39.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-03-19T14:20:39.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37342026-03-19T14:20:39.599Z
37352026-03-19T14:20:39.599Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37362026-03-19T14:20:40.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-19T14:20:40.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-19T14:20:40.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-19T14:20:40.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37402026-03-19T14:20:40.410Z
37412026-03-19T14:20:40.410Zinfo: running `cargo check --bins` on range-requests (183/259)
37422026-03-19T14:20:41.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-19T14:20:41.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-19T14:20:41.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-19T14:20:41.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37462026-03-19T14:20:41.201Z
37472026-03-19T14:20:41.201Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37482026-03-19T14:20:41.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-19T14:20:41.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-19T14:20:41.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-19T14:20:41.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37522026-03-19T14:20:41.991Z
37532026-03-19T14:20:41.991Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37542026-03-19T14:20:42.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-19T14:20:42.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-19T14:20:42.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-19T14:20:42.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37582026-03-19T14:20:42.820Z
37592026-03-19T14:20:42.820Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37602026-03-19T14:20:43.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-19T14:20:43.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-19T14:20:43.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-19T14:20:43.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37642026-03-19T14:20:43.639Z
37652026-03-19T14:20:43.639Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37662026-03-19T14:20:44.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-19T14:20:44.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-19T14:20:44.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-19T14:20:44.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37702026-03-19T14:20:44.452Z
37712026-03-19T14:20:44.453Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37722026-03-19T14:20:45.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-19T14:20:45.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-19T14:20:45.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-19T14:20:45.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37762026-03-19T14:20:45.291Z
37772026-03-19T14:20:45.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37782026-03-19T14:20:46.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-19T14:20:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-19T14:20:46.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-19T14:20:46.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37822026-03-19T14:20:46.125Z
37832026-03-19T14:20:46.125Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37842026-03-19T14:20:46.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-19T14:20:46.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-19T14:20:46.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-19T14:20:46.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37882026-03-19T14:20:46.950Z
37892026-03-19T14:20:46.950Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
37902026-03-19T14:20:47.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-19T14:20:47.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-19T14:20:47.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-19T14:20:47.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37942026-03-19T14:20:47.794Z
37952026-03-19T14:20:47.794Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
37962026-03-19T14:20:48.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-19T14:20:48.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-19T14:20:48.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-19T14:20:48.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38002026-03-19T14:20:48.598Z
38012026-03-19T14:20:48.598Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38022026-03-19T14:20:49.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-19T14:20:49.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-19T14:20:49.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-19T14:20:49.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38062026-03-19T14:20:49.426Z
38072026-03-19T14:20:49.426Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38082026-03-19T14:20:50.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-19T14:20:50.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-19T14:20:50.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-19T14:20:50.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38122026-03-19T14:20:50.247Z
38132026-03-19T14:20:50.247Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38142026-03-19T14:20:50.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-19T14:20:50.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-19T14:20:50.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-19T14:20:50.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38182026-03-19T14:20:51.100Z
38192026-03-19T14:20:51.100Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38202026-03-19T14:20:51.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-19T14:20:51.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-19T14:20:51.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-19T14:20:51.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38242026-03-19T14:20:51.970Z
38252026-03-19T14:20:51.970Zinfo: running `cargo check --bins` on update-common (197/259)
38262026-03-19T14:20:52.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-19T14:20:52.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-19T14:20:52.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-19T14:20:52.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38302026-03-19T14:20:52.779Z
38312026-03-19T14:20:52.779Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38322026-03-19T14:20:53.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-19T14:20:53.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-19T14:20:53.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-19T14:20:53.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38362026-03-19T14:20:53.651Z
38372026-03-19T14:20:53.651Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38382026-03-19T14:20:54.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-19T14:20:54.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-19T14:20:54.734Z Compiling fs-err v2.11.0
38412026-03-19T14:20:54.875Z Checking ignore v0.4.25
38422026-03-19T14:20:54.892Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38432026-03-19T14:20:54.898Z Checking predicates-tree v1.0.13
38442026-03-19T14:20:54.898Z Checking parse-size v1.1.0
38452026-03-19T14:20:54.941Z Checking rand_seeder v0.4.0
38462026-03-19T14:20:54.944Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38472026-03-19T14:20:54.977Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38482026-03-19T14:20:55.035Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38492026-03-19T14:20:55.068Z Compiling petname v2.0.2
38502026-03-19T14:20:55.118Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38512026-03-19T14:20:55.306Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38522026-03-19T14:20:55.331Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38532026-03-19T14:20:55.403Z Checking globwalk v0.9.1
38542026-03-19T14:20:55.444Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38552026-03-19T14:20:55.543Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38562026-03-19T14:20:55.636Z Checking camino-tempfile-ext v0.3.3
38572026-03-19T14:20:55.657Z Checking sapling-renderdag v0.1.0
38582026-03-19T14:20:55.776Z Checking sync-ptr v0.1.4
38592026-03-19T14:20:55.910Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38602026-03-19T14:20:55.928Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38612026-03-19T14:20:55.997Z Checking colored v2.2.0
38622026-03-19T14:20:56.039Z Checking assert_matches v1.5.0
38632026-03-19T14:20:56.378Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38642026-03-19T14:20:56.488Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38652026-03-19T14:20:56.492Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38662026-03-19T14:20:57.262Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38672026-03-19T14:20:59.081Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38682026-03-19T14:21:02.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s
38692026-03-19T14:21:02.350Z
38702026-03-19T14:21:02.350Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38712026-03-19T14:21:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-19T14:21:03.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-19T14:21:03.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-19T14:21:03.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38752026-03-19T14:21:03.131Z
38762026-03-19T14:21:03.131Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38772026-03-19T14:21:03.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-19T14:21:03.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-19T14:21:03.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-19T14:21:03.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38812026-03-19T14:21:04.015Z
38822026-03-19T14:21:04.015Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38832026-03-19T14:21:04.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-19T14:21:04.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-19T14:21:04.986Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38862026-03-19T14:21:04.990Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38872026-03-19T14:21:05.837Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38882026-03-19T14:21:07.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
38892026-03-19T14:21:08.120Z
38902026-03-19T14:21:08.120Zinfo: running `cargo check --bins` on oximeter-api (203/259)
38912026-03-19T14:21:08.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-19T14:21:08.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-19T14:21:08.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-03-19T14:21:08.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38952026-03-19T14:21:08.915Z
38962026-03-19T14:21:08.915Zinfo: running `cargo check --bins` on cert-dev (204/259)
38972026-03-19T14:21:09.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-19T14:21:09.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-19T14:21:09.736Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39002026-03-19T14:21:10.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39012026-03-19T14:21:10.293Z
39022026-03-19T14:21:10.293Zinfo: running `cargo check --bins` on clickana (205/259)
39032026-03-19T14:21:10.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-19T14:21:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-19T14:21:11.170Z Compiling darling_core v0.23.0
39062026-03-19T14:21:11.297Z Compiling instability v0.3.11
39072026-03-19T14:21:11.310Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39082026-03-19T14:21:11.313Z Checking castaway v0.2.4
39092026-03-19T14:21:11.321Z Compiling indoc v2.0.7
39102026-03-19T14:21:11.350Z Checking unicode-truncate v1.1.0
39112026-03-19T14:21:11.365Z Checking lru v0.12.5
39122026-03-19T14:21:11.369Z Checking cassowary v0.3.0
39132026-03-19T14:21:11.447Z Checking compact_str v0.8.1
39142026-03-19T14:21:12.611Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39152026-03-19T14:21:12.842Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39162026-03-19T14:21:13.312Z Compiling darling_macro v0.23.0
39172026-03-19T14:21:13.845Z Compiling darling v0.23.0
39182026-03-19T14:21:14.627Z Checking ratatui v0.29.0
39192026-03-19T14:21:16.169Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39202026-03-19T14:21:17.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
39212026-03-19T14:21:17.239Z
39222026-03-19T14:21:17.239Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39232026-03-19T14:21:17.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-03-19T14:21:17.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-03-19T14:21:18.229Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39262026-03-19T14:21:18.232Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39272026-03-19T14:21:18.974Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39282026-03-19T14:21:19.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39292026-03-19T14:21:19.731Z
39302026-03-19T14:21:19.731Zinfo: running `cargo check --bins` on ch-dev (207/259)
39312026-03-19T14:21:20.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-03-19T14:21:20.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-03-19T14:21:20.704Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39342026-03-19T14:21:21.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39352026-03-19T14:21:21.884Z
39362026-03-19T14:21:21.884Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39372026-03-19T14:21:22.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-19T14:21:22.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-19T14:21:22.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-03-19T14:21:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39412026-03-19T14:21:22.496Z
39422026-03-19T14:21:22.496Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39432026-03-19T14:21:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-19T14:21:23.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-19T14:21:23.476Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39462026-03-19T14:21:24.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39472026-03-19T14:21:24.267Z
39482026-03-19T14:21:24.267Zinfo: running `cargo check --bins` on db-dev (210/259)
39492026-03-19T14:21:25.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-19T14:21:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-19T14:21:25.255Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39522026-03-19T14:21:26.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39532026-03-19T14:21:26.459Z
39542026-03-19T14:21:26.459Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39552026-03-19T14:21:27.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-19T14:21:27.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-19T14:21:27.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-03-19T14:21:27.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
39592026-03-19T14:21:27.331Z
39602026-03-19T14:21:27.331Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39612026-03-19T14:21:28.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-19T14:21:28.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-19T14:21:28.166Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39642026-03-19T14:21:29.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39652026-03-19T14:21:29.273Z
39662026-03-19T14:21:29.273Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39672026-03-19T14:21:30.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-19T14:21:30.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-19T14:21:30.304Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39702026-03-19T14:21:30.304Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39712026-03-19T14:21:30.307Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39722026-03-19T14:21:30.307Z Checking git-stub v1.0.0
39732026-03-19T14:21:30.470Z Compiling trait-variant v0.1.2
39742026-03-19T14:21:30.486Z Checking is_ci v1.2.0
39752026-03-19T14:21:30.504Z Checking maplit v1.0.2
39762026-03-19T14:21:30.520Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39772026-03-19T14:21:30.618Z Checking supports-color v3.0.2
39782026-03-19T14:21:30.618Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39792026-03-19T14:21:30.655Z Checking git-stub-vcs v0.1.0
39802026-03-19T14:21:30.715Z Checking drift v0.1.3
39812026-03-19T14:21:30.772Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39822026-03-19T14:21:30.859Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39832026-03-19T14:21:30.923Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39842026-03-19T14:21:31.097Z Checking dropshot-api-manager v0.6.0
39852026-03-19T14:21:31.118Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39862026-03-19T14:21:31.140Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39872026-03-19T14:21:31.180Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39882026-03-19T14:21:31.406Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39892026-03-19T14:21:31.478Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39902026-03-19T14:21:31.674Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39912026-03-19T14:21:32.152Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39922026-03-19T14:21:39.072Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39932026-03-19T14:21:40.507Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39942026-03-19T14:21:41.282Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39952026-03-19T14:21:41.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.53s
39962026-03-19T14:21:42.042Z
39972026-03-19T14:21:42.043Zinfo: running `cargo check --bins` on installinator-api (214/259)
39982026-03-19T14:21:42.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-03-19T14:21:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-03-19T14:21:42.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-03-19T14:21:42.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40022026-03-19T14:21:42.848Z
40032026-03-19T14:21:42.848Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40042026-03-19T14:21:43.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-19T14:21:43.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-19T14:21:43.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-19T14:21:43.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40082026-03-19T14:21:43.704Z
40092026-03-19T14:21:43.704Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40102026-03-19T14:21:44.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-19T14:21:44.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-19T14:21:44.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-19T14:21:44.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40142026-03-19T14:21:44.558Z
40152026-03-19T14:21:44.558Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40162026-03-19T14:21:45.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-19T14:21:45.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-19T14:21:45.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-19T14:21:45.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40202026-03-19T14:21:45.406Z
40212026-03-19T14:21:45.406Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40222026-03-19T14:21:46.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-19T14:21:46.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-19T14:21:46.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-19T14:21:46.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40262026-03-19T14:21:46.202Z
40272026-03-19T14:21:46.202Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40282026-03-19T14:21:46.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-19T14:21:46.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-19T14:21:46.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-19T14:21:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40322026-03-19T14:21:46.984Z
40332026-03-19T14:21:46.984Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40342026-03-19T14:21:47.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-19T14:21:47.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-19T14:21:47.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-19T14:21:47.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40382026-03-19T14:21:47.819Z
40392026-03-19T14:21:47.819Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40402026-03-19T14:21:48.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-19T14:21:48.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-19T14:21:48.649Z Checking erased-serde v0.4.9
40432026-03-19T14:21:48.774Z Checking ordered-float v2.10.1
40442026-03-19T14:21:48.796Z Checking unicode-xid v0.2.6
40452026-03-19T14:21:48.820Z Checking cargo-platform v0.2.0
40462026-03-19T14:21:49.058Z Checking serde-value v0.7.0
40472026-03-19T14:21:49.228Z Checking serde-untagged v0.1.9
40482026-03-19T14:21:49.437Z Checking cargo-util-schemas v0.8.2
40492026-03-19T14:21:50.440Z Checking cargo_metadata v0.21.0
40502026-03-19T14:21:51.304Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40512026-03-19T14:21:52.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
40522026-03-19T14:21:52.428Z
40532026-03-19T14:21:52.428Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40542026-03-19T14:21:53.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-03-19T14:21:53.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-03-19T14:21:53.461Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40572026-03-19T14:21:54.241Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40582026-03-19T14:21:54.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
40592026-03-19T14:21:55.105Z
40602026-03-19T14:21:55.105Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40612026-03-19T14:21:55.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-19T14:21:55.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-19T14:21:56.303Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40642026-03-19T14:21:56.306Z Compiling vergen-gitcl v1.0.8
40652026-03-19T14:21:56.306Z Compiling dirs-sys-next v0.1.2
40662026-03-19T14:21:56.306Z Compiling diesel_derives v2.3.7
40672026-03-19T14:21:56.306Z Compiling crunchy v0.2.4
40682026-03-19T14:21:56.306Z Compiling glob v0.3.3
40692026-03-19T14:21:56.475Z Compiling dsl_auto_type v0.2.0
40702026-03-19T14:21:56.492Z Checking scheduled-thread-pool v0.2.7
40712026-03-19T14:21:56.701Z Compiling dirs-next v2.0.0
40722026-03-19T14:21:56.729Z Compiling diesel_table_macro_syntax v0.3.0
40732026-03-19T14:21:56.780Z Compiling tiny-keccak v2.0.2
40742026-03-19T14:21:56.869Z Compiling term v0.7.0
40752026-03-19T14:21:56.952Z Checking r2d2 v0.8.10
40762026-03-19T14:21:56.998Z Compiling bit-vec v0.6.3
40772026-03-19T14:21:57.049Z Checking downcast-rs v2.0.2
40782026-03-19T14:21:57.053Z Compiling clang-sys v1.8.1
40792026-03-19T14:21:57.193Z Compiling itertools v0.10.5
40802026-03-19T14:21:57.285Z Compiling ascii-canvas v3.0.0
40812026-03-19T14:21:57.578Z Compiling bit-set v0.5.3
40822026-03-19T14:21:57.611Z Compiling ena v0.14.4
40832026-03-19T14:21:57.630Z Compiling libloading v0.8.9
40842026-03-19T14:21:57.630Z Compiling regex-syntax v0.6.29
40852026-03-19T14:21:57.752Z Compiling bindgen v0.71.1
40862026-03-19T14:21:57.784Z Compiling diff v0.1.13
40872026-03-19T14:21:57.931Z Compiling cexpr v0.6.0
40882026-03-19T14:21:58.135Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40892026-03-19T14:21:58.308Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40902026-03-19T14:21:58.404Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40912026-03-19T14:21:58.500Z Compiling libxml v0.3.3
40922026-03-19T14:21:58.661Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40932026-03-19T14:21:58.819Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40942026-03-19T14:21:58.869Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40952026-03-19T14:21:59.072Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40962026-03-19T14:21:59.100Z Compiling strum_macros v0.24.3
40972026-03-19T14:21:59.164Z Compiling indoc v1.0.9
40982026-03-19T14:21:59.734Z Compiling lalrpop v0.19.12
40992026-03-19T14:22:00.563Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41002026-03-19T14:22:00.622Z Checking derive_builder v0.20.2
41012026-03-19T14:22:00.754Z Compiling oso-derive v0.27.3
41022026-03-19T14:22:00.801Z Checking quick-xml v0.37.5
41032026-03-19T14:22:00.951Z Compiling impl-trait-for-tuples v0.2.3
41042026-03-19T14:22:01.388Z Checking openssl-probe v0.1.6
41052026-03-19T14:22:01.563Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41062026-03-19T14:22:02.018Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41072026-03-19T14:22:02.264Z Checking bb8 v0.8.6
41082026-03-19T14:22:02.559Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41092026-03-19T14:22:02.667Z Checking nonempty v0.12.0
41102026-03-19T14:22:02.831Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41112026-03-19T14:22:02.882Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41122026-03-19T14:22:03.109Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41132026-03-19T14:22:03.162Z Checking support-bundle-viewer v0.1.2
41142026-03-19T14:22:03.182Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41152026-03-19T14:22:03.457Z Checking multimap v0.10.1
41162026-03-19T14:22:04.567Z Checking diesel v2.3.7
41172026-03-19T14:22:06.383Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41182026-03-19T14:22:07.600Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41192026-03-19T14:22:08.077Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41202026-03-19T14:22:08.578Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212026-03-19T14:22:09.921Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41222026-03-19T14:22:09.968Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41232026-03-19T14:22:10.131Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41242026-03-19T14:22:10.881Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41252026-03-19T14:22:13.574Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-03-19T14:22:19.917Z Compiling samael v0.0.19
41272026-03-19T14:22:24.660Z Checking diesel-dtrace v0.5.0
41282026-03-19T14:22:24.967Z Checking async-bb8-diesel v0.2.1
41292026-03-19T14:22:26.442Z Compiling polar-core v0.27.3
41302026-03-19T14:22:32.328Z Checking oso v0.27.3
41312026-03-19T14:23:27.671Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41322026-03-19T14:24:14.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41332026-03-19T14:24:14.915Z
41342026-03-19T14:24:14.915Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41352026-03-19T14:24:15.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-03-19T14:24:15.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-03-19T14:24:15.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-03-19T14:24:15.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41392026-03-19T14:24:15.795Z
41402026-03-19T14:24:15.795Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41412026-03-19T14:24:16.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-19T14:24:16.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-19T14:24:16.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-19T14:24:16.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41452026-03-19T14:24:16.667Z
41462026-03-19T14:24:16.667Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41472026-03-19T14:24:17.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-19T14:24:17.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-19T14:24:17.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-19T14:24:17.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41512026-03-19T14:24:17.449Z
41522026-03-19T14:24:17.449Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41532026-03-19T14:24:18.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-19T14:24:18.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-19T14:24:18.662Z Compiling libz-sys v1.1.24
41562026-03-19T14:24:18.816Z Compiling libgit2-sys v0.18.3+1.9.2
41572026-03-19T14:24:18.835Z Compiling vergen-git2 v1.0.7
41582026-03-19T14:24:18.851Z Compiling rustls v0.21.12
41592026-03-19T14:24:18.869Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41602026-03-19T14:24:18.888Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41612026-03-19T14:24:18.891Z Checking rustls-webpki v0.101.7
41622026-03-19T14:24:18.891Z Checking sct v0.7.1
41632026-03-19T14:24:19.095Z Compiling nix v0.29.0
41642026-03-19T14:24:19.116Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41652026-03-19T14:24:19.136Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41662026-03-19T14:24:19.188Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41672026-03-19T14:24:19.330Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41682026-03-19T14:24:19.503Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41692026-03-19T14:24:19.524Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41702026-03-19T14:24:19.583Z Checking rustls-pemfile v1.0.4
41712026-03-19T14:24:19.750Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41722026-03-19T14:24:19.926Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41732026-03-19T14:24:20.133Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41742026-03-19T14:24:20.160Z Checking twox-hash v2.1.2
41752026-03-19T14:24:20.265Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41762026-03-19T14:24:20.979Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41772026-03-19T14:24:21.106Z Checking tokio-rustls v0.24.1
41782026-03-19T14:24:21.127Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41792026-03-19T14:24:21.301Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41802026-03-19T14:24:21.358Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41812026-03-19T14:24:21.536Z Checking fatfs v0.3.6
41822026-03-19T14:24:21.817Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41832026-03-19T14:24:22.127Z Compiling seq-macro v0.3.6
41842026-03-19T14:24:27.019Z Compiling git2 v0.20.4
41852026-03-19T14:24:27.987Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41862026-03-19T14:24:28.145Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41872026-03-19T14:24:30.283Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41882026-03-19T14:25:39.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
41892026-03-19T14:25:39.407Z
41902026-03-19T14:25:39.407Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
41912026-03-19T14:25:40.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-03-19T14:25:40.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-03-19T14:25:40.641Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41942026-03-19T14:26:39.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
41952026-03-19T14:26:39.943Z
41962026-03-19T14:26:39.943Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
41972026-03-19T14:26:40.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-19T14:26:40.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-19T14:26:40.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-19T14:26:40.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42012026-03-19T14:26:40.740Z
42022026-03-19T14:26:40.740Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42032026-03-19T14:26:41.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-19T14:26:41.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-19T14:26:41.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-19T14:26:41.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42072026-03-19T14:26:41.609Z
42082026-03-19T14:26:41.609Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42092026-03-19T14:26:42.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-19T14:26:42.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-19T14:26:42.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-19T14:26:42.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42132026-03-19T14:26:42.460Z
42142026-03-19T14:26:42.460Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42152026-03-19T14:26:43.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-19T14:26:43.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-19T14:26:43.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-19T14:26:43.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42192026-03-19T14:26:43.321Z
42202026-03-19T14:26:43.321Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42212026-03-19T14:26:44.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-19T14:26:44.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-19T14:26:44.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-19T14:26:44.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42252026-03-19T14:26:44.184Z
42262026-03-19T14:26:44.184Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42272026-03-19T14:26:44.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-19T14:26:44.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-19T14:26:44.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-19T14:26:44.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42312026-03-19T14:26:45.051Z
42322026-03-19T14:26:45.051Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42332026-03-19T14:26:45.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-19T14:26:45.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-19T14:26:45.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-19T14:26:45.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42372026-03-19T14:26:45.887Z
42382026-03-19T14:26:45.887Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42392026-03-19T14:26:46.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-19T14:26:46.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-19T14:26:46.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-03-19T14:26:46.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42432026-03-19T14:26:46.758Z
42442026-03-19T14:26:46.758Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42452026-03-19T14:26:47.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-03-19T14:26:47.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-03-19T14:26:47.993Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42482026-03-19T14:26:47.996Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42492026-03-19T14:26:48.184Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42502026-03-19T14:26:48.210Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42512026-03-19T14:26:48.213Z Checking diff v0.1.13
42522026-03-19T14:26:48.213Z Checking yansi v1.0.1
42532026-03-19T14:26:48.269Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42542026-03-19T14:26:48.269Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42552026-03-19T14:26:48.385Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42562026-03-19T14:26:48.593Z Checking pretty_assertions v1.4.1
42572026-03-19T14:26:49.450Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42582026-03-19T14:27:22.088Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42592026-03-19T14:27:22.091Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-03-19T14:27:22.091Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42612026-03-19T14:27:22.091Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42622026-03-19T14:27:22.091Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42632026-03-19T14:27:22.091Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42642026-03-19T14:27:23.009Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42652026-03-19T14:27:24.444Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42662026-03-19T14:28:24.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42672026-03-19T14:28:24.645Z
42682026-03-19T14:28:24.645Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42692026-03-19T14:28:25.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-03-19T14:28:25.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-03-19T14:28:25.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-03-19T14:28:25.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42732026-03-19T14:28:25.437Z
42742026-03-19T14:28:25.437Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42752026-03-19T14:28:26.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-03-19T14:28:26.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-03-19T14:28:26.527Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42782026-03-19T14:28:26.672Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42792026-03-19T14:28:26.686Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42802026-03-19T14:29:03.699Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42812026-03-19T14:29:04.190Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42822026-03-19T14:29:06.578Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42832026-03-19T14:29:07.163Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42842026-03-19T14:29:11.239Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42852026-03-19T14:29:43.559Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42862026-03-19T14:29:44.388Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42872026-03-19T14:29:46.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42882026-03-19T14:29:46.801Z
42892026-03-19T14:29:46.801Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
42902026-03-19T14:29:47.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-19T14:29:47.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-19T14:29:47.781Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42932026-03-19T14:29:48.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42942026-03-19T14:29:48.913Z
42952026-03-19T14:29:48.913Zinfo: running `cargo check --bins` on omicron-releng (241/259)
42962026-03-19T14:29:49.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-19T14:29:49.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-19T14:29:49.808Z Compiling blake3 v1.8.3
42992026-03-19T14:29:49.939Z Checking arrayvec v0.7.6
43002026-03-19T14:29:49.941Z Checking constant_time_eq v0.4.2
43012026-03-19T14:29:49.941Z Checking arrayref v0.3.9
43022026-03-19T14:29:49.978Z Checking topological-sort v0.2.2
43032026-03-19T14:29:49.982Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43042026-03-19T14:29:49.982Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43052026-03-19T14:29:49.982Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43062026-03-19T14:29:50.046Z Checking shell-words v1.1.1
43072026-03-19T14:29:50.955Z Checking omicron-zone-package v0.12.2
43082026-03-19T14:29:51.948Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43092026-03-19T14:29:53.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43102026-03-19T14:29:53.288Z
43112026-03-19T14:29:53.288Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43122026-03-19T14:29:53.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-03-19T14:29:53.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-03-19T14:29:54.175Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43152026-03-19T14:29:54.567Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43162026-03-19T14:29:55.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43172026-03-19T14:29:55.298Z
43182026-03-19T14:29:55.298Zinfo: running `cargo check --bins` on xtask (243/259)
43192026-03-19T14:29:55.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-03-19T14:29:55.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-03-19T14:29:55.908Z Checking libc v0.2.180
43222026-03-19T14:29:56.005Z Checking serde v1.0.228
43232026-03-19T14:29:56.014Z Checking zerofrom v0.1.6
43242026-03-19T14:29:56.022Z Checking bitflags v2.11.0
43252026-03-19T14:29:56.032Z Checking hashbrown v0.16.1
43262026-03-19T14:29:56.043Z Checking smallvec v1.15.1
43272026-03-19T14:29:56.059Z Checking serde_json v1.0.149
43282026-03-19T14:29:56.061Z Checking scroll v0.12.0
43292026-03-19T14:29:56.146Z Checking yoke v0.8.1
43302026-03-19T14:29:56.220Z Checking num-traits v0.2.19
43312026-03-19T14:29:56.278Z Checking thiserror v1.0.69
43322026-03-19T14:29:56.369Z Checking zerovec v0.11.5
43332026-03-19T14:29:56.369Z Checking zerotrie v0.2.3
43342026-03-19T14:29:56.396Z Checking log v0.4.29
43352026-03-19T14:29:56.421Z Checking errno v0.3.14
43362026-03-19T14:29:56.568Z Checking rustix v1.1.3
43372026-03-19T14:29:56.582Z Checking toml_datetime v0.6.11
43382026-03-19T14:29:56.595Z Checking serde_spanned v0.6.9
43392026-03-19T14:29:56.645Z Checking indexmap v2.13.0
43402026-03-19T14:29:56.705Z Checking percent-encoding v2.3.2
43412026-03-19T14:29:56.747Z Checking goblin v0.8.2
43422026-03-19T14:29:56.813Z Checking zerocopy v0.7.35
43432026-03-19T14:29:56.888Z Checking form_urlencoded v1.2.2
43442026-03-19T14:29:56.925Z Checking getrandom v0.4.1
43452026-03-19T14:29:56.972Z Checking tinystr v0.8.2
43462026-03-19T14:29:57.011Z Checking potential_utf v0.1.4
43472026-03-19T14:29:57.047Z Checking ordered-float v2.10.1
43482026-03-19T14:29:57.091Z Checking thiserror v2.0.18
43492026-03-19T14:29:57.177Z Checking icu_collections v2.1.1
43502026-03-19T14:29:57.202Z Checking icu_locale_core v2.1.1
43512026-03-19T14:29:57.236Z Checking syn v2.0.117
43522026-03-19T14:29:57.361Z Checking serde-value v0.7.0
43532026-03-19T14:29:57.389Z Checking toml_edit v0.22.27
43542026-03-19T14:29:57.519Z Checking dtrace-parser v0.2.0
43552026-03-19T14:29:57.577Z Checking thread-id v4.2.2
43562026-03-19T14:29:57.632Z Checking once_cell v1.21.3
43572026-03-19T14:29:57.675Z Checking cargo-platform v0.2.0
43582026-03-19T14:29:57.730Z Checking terminal_size v0.4.3
43592026-03-19T14:29:57.832Z Checking memmap v0.7.0
43602026-03-19T14:29:57.855Z Checking tempfile v3.25.0
43612026-03-19T14:29:57.869Z Checking clap_builder v4.5.60
43622026-03-19T14:29:57.900Z Checking textwrap v0.16.2
43632026-03-19T14:29:57.972Z Checking icu_provider v2.1.1
43642026-03-19T14:29:57.991Z Checking fs-err v3.3.0
43652026-03-19T14:29:58.109Z Checking camino-tempfile v1.4.1
43662026-03-19T14:29:58.173Z Checking tabled v0.15.0
43672026-03-19T14:29:58.225Z Checking anyhow v1.0.102
43682026-03-19T14:29:58.277Z Checking icu_properties v2.1.2
43692026-03-19T14:29:58.308Z Checking icu_normalizer v2.1.1
43702026-03-19T14:29:58.484Z Checking macaddr v1.0.1
43712026-03-19T14:29:58.713Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43722026-03-19T14:29:58.920Z Checking toml v0.8.23
43732026-03-19T14:29:59.345Z Checking cargo_toml v0.21.0
43742026-03-19T14:29:59.371Z Checking dof v0.3.0
43752026-03-19T14:29:59.431Z Checking idna_adapter v1.2.1
43762026-03-19T14:29:59.511Z Checking clap v4.5.60
43772026-03-19T14:29:59.576Z Checking idna v1.1.0
43782026-03-19T14:29:59.865Z Checking usdt-impl v0.5.0
43792026-03-19T14:29:59.886Z Checking url v2.5.8
43802026-03-19T14:30:00.200Z Checking usdt v0.5.0
43812026-03-19T14:30:00.363Z Checking cargo-util-schemas v0.8.2
43822026-03-19T14:30:01.358Z Checking cargo_metadata v0.21.0
43832026-03-19T14:30:02.226Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43842026-03-19T14:30:02.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
43852026-03-19T14:30:02.936Z
43862026-03-19T14:30:02.936Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43872026-03-19T14:30:03.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-03-19T14:30:03.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-03-19T14:30:04.046Z Checking polyval v0.6.2
43902026-03-19T14:30:04.195Z Checking ctr v0.9.2
43912026-03-19T14:30:04.212Z Checking ssh-encoding v0.2.0
43922026-03-19T14:30:04.219Z Checking blowfish v0.9.1
43932026-03-19T14:30:04.252Z Checking password-hash v0.4.2
43942026-03-19T14:30:04.273Z Checking p521 v0.13.3
43952026-03-19T14:30:04.277Z Checking p256 v0.13.2
43962026-03-19T14:30:04.307Z Checking russh-cryptovec v0.7.3
43972026-03-19T14:30:04.375Z Checking ghash v0.5.1
43982026-03-19T14:30:04.395Z Checking bcrypt-pbkdf v0.10.0
43992026-03-19T14:30:04.420Z Checking md5 v0.7.0
44002026-03-19T14:30:04.478Z Checking num-bigint v0.4.6
44012026-03-19T14:30:04.478Z Checking des v0.8.1
44022026-03-19T14:30:04.531Z Checking aes-gcm v0.10.3
44032026-03-19T14:30:04.542Z Checking pbkdf2 v0.11.0
44042026-03-19T14:30:04.590Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44052026-03-19T14:30:04.616Z Checking hex-literal v0.4.1
44062026-03-19T14:30:04.634Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44072026-03-19T14:30:04.668Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44082026-03-19T14:30:04.719Z Checking ssh-cipher v0.2.0
44092026-03-19T14:30:04.740Z Checking socket2 v0.5.10
44102026-03-19T14:30:04.767Z Checking internet-checksum v0.2.1
44112026-03-19T14:30:04.929Z Checking ssh-key v0.6.7
44122026-03-19T14:30:05.130Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44132026-03-19T14:30:05.842Z Checking russh-keys v0.45.0
44142026-03-19T14:30:06.570Z Checking russh v0.45.0
44152026-03-19T14:30:31.260Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44162026-03-19T14:30:31.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.71s
44172026-03-19T14:30:31.287Z
44182026-03-19T14:30:31.287Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44192026-03-19T14:30:31.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-03-19T14:30:31.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-03-19T14:30:31.288Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44222026-03-19T14:30:31.288Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44232026-03-19T14:30:31.288Z Checking termios v0.3.3
44242026-03-19T14:30:32.614Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44252026-03-19T14:30:32.798Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44262026-03-19T14:30:35.436Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44272026-03-19T14:30:36.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
44282026-03-19T14:30:36.406Z
44292026-03-19T14:30:36.406Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44302026-03-19T14:30:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-03-19T14:30:37.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-03-19T14:30:37.363Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44332026-03-19T14:30:37.497Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44342026-03-19T14:30:37.515Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44352026-03-19T14:30:37.519Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44362026-03-19T14:30:37.519Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44372026-03-19T14:30:37.796Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44382026-03-19T14:30:37.799Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44392026-03-19T14:30:38.740Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44402026-03-19T14:30:39.037Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44412026-03-19T14:30:39.040Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44422026-03-19T14:30:39.898Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44432026-03-19T14:30:42.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
44442026-03-19T14:30:42.258Z
44452026-03-19T14:30:42.258Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44462026-03-19T14:30:42.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-03-19T14:30:42.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-03-19T14:30:43.126Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44492026-03-19T14:30:43.697Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44502026-03-19T14:30:44.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44512026-03-19T14:30:44.335Z
44522026-03-19T14:30:44.335Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44532026-03-19T14:30:45.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-03-19T14:30:45.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-03-19T14:30:45.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-03-19T14:30:45.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44572026-03-19T14:30:45.201Z
44582026-03-19T14:30:45.202Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44592026-03-19T14:30:45.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-19T14:30:45.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-19T14:30:45.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-03-19T14:30:45.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44632026-03-19T14:30:45.911Z
44642026-03-19T14:30:45.911Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44652026-03-19T14:30:46.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-19T14:30:46.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-19T14:30:46.950Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44682026-03-19T14:30:47.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44692026-03-19T14:30:47.934Z
44702026-03-19T14:30:47.934Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44712026-03-19T14:30:48.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-19T14:30:48.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-19T14:30:48.831Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44742026-03-19T14:30:48.837Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44752026-03-19T14:30:49.120Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44762026-03-19T14:30:49.141Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44772026-03-19T14:30:50.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44782026-03-19T14:30:50.339Z
44792026-03-19T14:30:50.339Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44802026-03-19T14:30:51.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-03-19T14:30:51.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-03-19T14:30:51.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-03-19T14:30:51.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44842026-03-19T14:30:51.121Z
44852026-03-19T14:30:51.121Zinfo: running `cargo check --bins` on omicron-package (253/259)
44862026-03-19T14:30:51.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-19T14:30:51.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-19T14:30:52.022Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44892026-03-19T14:30:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44902026-03-19T14:30:53.637Z
44912026-03-19T14:30:53.638Zinfo: running `cargo check --bins` on tqdb (254/259)
44922026-03-19T14:30:54.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-19T14:30:54.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-19T14:30:54.724Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44952026-03-19T14:30:55.167Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44962026-03-19T14:30:55.879Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44972026-03-19T14:30:55.883Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44982026-03-19T14:31:02.959Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44992026-03-19T14:31:03.888Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45002026-03-19T14:31:03.898Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45012026-03-19T14:31:03.899Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45022026-03-19T14:31:03.899Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45032026-03-19T14:31:04.884Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45042026-03-19T14:31:14.516Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45052026-03-19T14:31:22.726Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45062026-03-19T14:31:22.729Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45072026-03-19T14:31:22.729Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45082026-03-19T14:31:22.730Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45092026-03-19T14:31:24.611Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45102026-03-19T14:31:26.430Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45112026-03-19T14:31:27.339Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45122026-03-19T14:31:29.078Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45132026-03-19T14:31:29.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.15s
45142026-03-19T14:31:30.030Z
45152026-03-19T14:31:30.030Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45162026-03-19T14:31:30.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-03-19T14:31:30.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-03-19T14:31:30.998Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45192026-03-19T14:31:31.002Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45202026-03-19T14:31:31.151Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45212026-03-19T14:31:31.167Z Checking rtoolbox v0.0.3
45222026-03-19T14:31:31.224Z Checking tui-tree-widget v0.23.1
45232026-03-19T14:31:31.340Z Checking rpassword v7.4.0
45242026-03-19T14:31:31.456Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45252026-03-19T14:31:32.474Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45262026-03-19T14:31:39.524Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45272026-03-19T14:31:40.455Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45282026-03-19T14:31:41.909Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45292026-03-19T14:31:46.107Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45302026-03-19T14:31:48.650Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45312026-03-19T14:31:49.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.79s
45322026-03-19T14:31:50.050Z
45332026-03-19T14:31:50.050Zinfo: running `cargo check --bins` on wicket (256/259)
45342026-03-19T14:31:50.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-19T14:31:50.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-19T14:31:50.986Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45372026-03-19T14:31:51.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45382026-03-19T14:31:51.675Z
45392026-03-19T14:31:51.675Zinfo: running `cargo check --bins` on wicketd (257/259)
45402026-03-19T14:31:52.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-19T14:31:52.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-19T14:31:52.653Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45432026-03-19T14:31:52.787Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45442026-03-19T14:31:52.790Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45452026-03-19T14:31:52.790Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45462026-03-19T14:31:53.966Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45472026-03-19T14:31:54.755Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45482026-03-19T14:31:58.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.14s
45492026-03-19T14:31:59.068Z
45502026-03-19T14:31:59.068Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45512026-03-19T14:31:59.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-19T14:31:59.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-19T14:31:59.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-03-19T14:31:59.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45552026-03-19T14:31:59.844Z
45562026-03-19T14:31:59.844Zinfo: running `cargo check --bins` on zone-setup (259/259)
45572026-03-19T14:32:00.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-03-19T14:32:00.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-03-19T14:32:00.742Z Checking uzers v0.12.2
45602026-03-19T14:32:01.090Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45612026-03-19T14:32:02.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45622026-03-19T14:32:02.309Z
45632026-03-19T14:32:02.312Zreal 19:13.819310857
45642026-03-19T14:32:02.312Zuser 28:41.477826725
45652026-03-19T14:32:02.312Zsys 5:16.225230758
45662026-03-19T14:32:02.312Ztrap 0.486669234
45672026-03-19T14:32:02.312Ztflt 0.312000881
45682026-03-19T14:32:02.312Zdflt 0.621515373
45692026-03-19T14:32:02.312Zkflt 0.001134989
45702026-03-19T14:32:02.312Zlock 1:45:30.660982538
45712026-03-19T14:32:02.312Zslp 2:14:49.621598277
45722026-03-19T14:32:02.312Zlat 1:24.013270250
45732026-03-19T14:32:02.312Zstop 5:23.527480005
45742026-03-19T14:32:02.312Zprocess exited: duration 1393543 ms, exit code 0
 
45752026-03-19T14:32:02.318Zfound 0 output files