01KM10J8Z9H1MRFHF3P9KQZDPZ: 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: 01KM10JNE40KMW4VP70VEVEGP4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T17:40:59.998Zjob assigned to worker 01KM0ZG0WGHHXYFRX2BGH5GT14 [factory aws, i-05c1ab40be185ee2f] (queued for 0 s)
 
22026-03-18T17:41:00.591Zstarting task 0: "setup"
32026-03-18T17:41:00.600Z++ uname -s
42026-03-18T17:41:00.603Z+ kern=SunOS
52026-03-18T17:41:00.603Z+ build_user=build
62026-03-18T17:41:00.603Z+ build_uid=12345
72026-03-18T17:41:00.603Z+ work_dir=/work
82026-03-18T17:41:00.603Z+ input_dir=/input
92026-03-18T17:41:00.603Z+ [[ 0 == 12345 ]]
102026-03-18T17:41:00.603Z+ case "$kern" in
112026-03-18T17:41:00.603Z+ groupadd -g 12345 build
122026-03-18T17:41:00.604Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T17:41:02.611Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T17:41:02.726Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T17:41:02.729Z+ home_fs=zfs
162026-03-18T17:41:02.729Z+ [[ zfs == autofs ]]
172026-03-18T17:41:02.729Z+ mkdir -p /home/build
182026-03-18T17:41:02.729Z+ chown build:build /home/build /work
192026-03-18T17:41:04.733Z+ chmod 0700 /home/build /work
202026-03-18T17:41:04.736Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-18T17:41:04.743Zstarting task 1: "rust-toolchain"
222026-03-18T17:41:04.747Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T17:41:04.747Z * rust toolchain channel = "1.94.0"
242026-03-18T17:41:04.747Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T17:41:04.747Z * rust toolchain profile = "default"
262026-03-18T17:41:04.747Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T17:41:04.747Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T17:41:04.750Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T17:41:04.751Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T17:41:04.884Zinfo: downloading installer
312026-03-18T17:41:06.472Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T17:41:06.472Zwarn: /opt/ooce/bin
332026-03-18T17:41:06.472Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T17:41:06.472Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T17:41:06.472Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T17:41:06.472Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T17:41:06.472Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T17:41:06.472Zerror: cannot install while Rust is installed
392026-03-18T17:41:06.472Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T17:41:06.472Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T17:41:06.472Zwarn: /home/build/.rustup/settings.toml
422026-03-18T17:41:06.472Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T17:41:06.472Zwarn: instead of the one inferred from the default host triple.
442026-03-18T17:41:06.488Zinfo: profile set to default
452026-03-18T17:41:06.488Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T17:41:06.491Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T17:41:06.623Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T17:41:06.626Zinfo: downloading 6 components
492026-03-18T17:41:21.529Z
502026-03-18T17:41:21.529Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-18T17:41:21.566Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T17:41:21.566Z
532026-03-18T17:41:21.569Z
542026-03-18T17:41:21.569ZRust is installed now. Great!
552026-03-18T17:41:21.569Z
562026-03-18T17:41:21.569ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T17:41:21.569Zenvironment variable. This has not been done automatically.
582026-03-18T17:41:21.569Z
592026-03-18T17:41:21.569ZTo configure your current shell, you need to source
602026-03-18T17:41:21.569Zthe corresponding env file under $HOME/.cargo.
612026-03-18T17:41:21.569Z
622026-03-18T17:41:21.569ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T17:41:21.569Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T17:41:21.569Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T17:41:21.569Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T17:41:21.569Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T17:41:21.569Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T17:41:21.570Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T17:41:21.570Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T17:41:21.570Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T17:41:21.679Z+ rustup --version
722026-03-18T17:41:21.690Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T17:41:21.695Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T17:41:21.717Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T17:41:21.721Z+ cargo --version
762026-03-18T17:41:21.737Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T17:41:21.741Z+ rustc --version
782026-03-18T17:41:21.766Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T17:41:21.769Zprocess exited: duration 17013 ms, exit code 0
 
802026-03-18T17:41:21.776Zstarting task 2: "authentication"
812026-03-18T17:41:21.796Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T17:41:21.802Zstarting task 3: "clone repository"
832026-03-18T17:41:21.806Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T17:41:21.809Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T17:41:21.840ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T17:44:23.840Z+ cd /work/oxidecomputer/omicron
872026-03-18T17:44:23.840Z+ git fetch origin d8b388c28b73a719b38ce019594eacea1c945e8e
882026-03-18T17:44:24.169ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T17:44:24.169Z * branch d8b388c28b73a719b38ce019594eacea1c945e8e -> FETCH_HEAD
902026-03-18T17:44:24.180Z+ [[ -n iliana/bump-cockroach ]]
912026-03-18T17:44:24.183Z++ git branch --show-current
922026-03-18T17:44:24.183Z+ current=main
932026-03-18T17:44:24.183Z+ [[ main != iliana/bump-cockroach ]]
942026-03-18T17:44:24.183Z+ git branch -f iliana/bump-cockroach d8b388c28b73a719b38ce019594eacea1c945e8e
952026-03-18T17:44:24.186Z+ git checkout -f iliana/bump-cockroach
962026-03-18T17:44:24.509ZSwitched to branch 'iliana/bump-cockroach'
972026-03-18T17:44:24.516Z+ git reset --hard d8b388c28b73a719b38ce019594eacea1c945e8e
982026-03-18T17:44:24.530ZHEAD is now at d8b388c28 update cockroach to v22.1.22-64-g86fdbfca06
992026-03-18T17:44:24.534Zprocess exited: duration 182593 ms, exit code 0
 
1002026-03-18T17:44:24.542Zstarting task 4: "build"
1012026-03-18T17:44:24.548Z+ source .github/buildomat/ci-env.sh
1022026-03-18T17:44:24.554Z++ export CARGO_TERM_COLOR=always
1032026-03-18T17:44:24.554Z++ CARGO_TERM_COLOR=always
1042026-03-18T17:44:24.554Z+ cargo --version
1052026-03-18T17:44:24.558Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T17:44:24.562Z+ rustc --version
1072026-03-18T17:44:24.586Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T17:44:24.590Z+ source ./env.sh
1092026-03-18T17:44:24.590Z++ OLD_SHELL_OPTS=ehxB
1102026-03-18T17:44:24.590Z++ set -o xtrace
1112026-03-18T17:44:24.593Z++++ dirname ./env.sh
1122026-03-18T17:44:24.596Z+++ readlink -f .
1132026-03-18T17:44:24.596Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-18T17:44:24.596Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-18T17:44:24.596Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-18T17:44:24.596Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-18T17:44:24.596Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-18T17:44:24.596Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-18T17:44:24.596Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-18T17:44:24.596Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-18T17:44:24.596Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-18T17:44:24.596Z++ case $OLD_SHELL_OPTS in
1232026-03-18T17:44:24.596Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-18T17:44:24.596Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-18T17:44:24.596Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-18T17:44:24.596Z+ banner prerequisites
1272026-03-18T17:44:24.600Z
1282026-03-18T17:44:24.600Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-18T17:44:24.600Z # # # # # # # # # # # # # # #
1302026-03-18T17:44:24.600Z # # # # ##### # # ##### # # # # # #### #
1312026-03-18T17:44:24.600Z ##### ##### # ##### # # # # # # # # #
1322026-03-18T17:44:24.600Z # # # # # # # # # # # # # # #
1332026-03-18T17:44:24.600Z # # # ###### # # ###### ### # #### # #### #
1342026-03-18T17:44:24.600Z
1352026-03-18T17:44:24.600Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-18T17:44:34.477Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-18T17:44:44.272Z Startup: Caching catalogs ... Done
1382026-03-18T17:45:06.802ZPlanning: Solver setup ... Done (20.914s)
1392026-03-18T17:45:06.952ZPlanning: Running solver ... Done (0.150s)
1402026-03-18T17:45:07.139ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-18T17:45:07.152ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-18T17:45:07.284ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-18T17:45:07.327ZPlanning: Package planning ... Done (0.043s)
1442026-03-18T17:45:07.370ZPlanning: Merging actions ... Done (0.043s)
1452026-03-18T17:45:07.609ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-18T17:45:07.619ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-18T17:45:08.472ZPlanning: Evaluating mediators ... Done (0.852s)
1482026-03-18T17:45:08.480ZPlanning: Planning completed in 24.06 seconds
1492026-03-18T17:45:08.494Z Packages to install: 4
1502026-03-18T17:45:08.498Z Mediators to change: 2
1512026-03-18T17:45:08.498Z Services to change: 1
1522026-03-18T17:45:08.498Z Estimated space available: 155.43 GB
1532026-03-18T17:45:08.498ZEstimated space to be consumed: 1.83 GB
1542026-03-18T17:45:08.498Z Create boot environment: No
1552026-03-18T17:45:08.498ZCreate backup boot environment: No
1562026-03-18T17:45:08.498Z Rebuild boot archive: No
1572026-03-18T17:45:08.498Z
1582026-03-18T17:45:08.498ZChanged mediators:
1592026-03-18T17:45:08.498Z mediator clang:
1602026-03-18T17:45:08.498Z version: None -> 15 (system default)
1612026-03-18T17:45:08.498Z
1622026-03-18T17:45:08.498Z mediator llvm:
1632026-03-18T17:45:08.498Z version: 14 (system default) -> 15 (system default)
1642026-03-18T17:45:08.498Z
1652026-03-18T17:45:08.498ZChanged packages:
1662026-03-18T17:45:08.498Zhelios-dev
1672026-03-18T17:45:08.498Z developer/build-essential
1682026-03-18T17:45:08.498Z None -> 11-2.0
1692026-03-18T17:45:08.498Z library/libxmlsec1
1702026-03-18T17:45:08.498Z None -> 1.2.35-2.0
1712026-03-18T17:45:08.498Z ooce/developer/clang-15
1722026-03-18T17:45:08.498Z None -> 15.0.7-2.0
1732026-03-18T17:45:08.498Z ooce/developer/llvm-15
1742026-03-18T17:45:08.498Z None -> 15.0.7-2.0
1752026-03-18T17:45:08.498Z
1762026-03-18T17:45:08.498ZServices:
1772026-03-18T17:45:08.498Z restart_fmri:
1782026-03-18T17:45:08.498Z svc:/system/update-man-index:default
1792026-03-18T17:45:08.542Z
1802026-03-18T17:45:08.542ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-18T17:45:13.651ZDownload: 1194/3290 items 83.5/212.6MB 39% complete (25.0M/s)
1822026-03-18T17:45:18.659ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.3M/s)
1832026-03-18T17:45:27.780ZDownload: 2222/3290 items 119.1/212.6MB 56% complete (8.1M/s)
1842026-03-18T17:45:33.006ZDownload: 3278/3290 items 209.6/212.6MB 98% complete (18.9M/s)
1852026-03-18T17:45:34.265ZDownload: Completed 212.60 MB in 25.70 seconds (8.3M/s)
1862026-03-18T17:45:34.525Z Actions: 1/3689 actions (Installing new actions)
1872026-03-18T17:45:38.620Z Actions: Completed 3689 actions in 4.09 seconds.
1882026-03-18T17:45:38.991Z Done (0.366s)
1892026-03-18T17:45:38.991Z Done (0.000s)
1902026-03-18T17:45:39.999Z Done (1.007s)
1912026-03-18T17:45:43.955Z Done (3.612s)
1922026-03-18T17:45:44.036Z Done (0.017s)
1932026-03-18T17:45:44.040Z Done (0.000s)
1942026-03-18T17:45:44.224Z Done (0.000s)
1952026-03-18T17:45:45.183ZPlanning: Evaluating mediator changes ... Done
1962026-03-18T17:45:45.328ZPlanning: Checking for conflicting actions ... Done
1972026-03-18T17:45:45.332ZPlanning: Consolidating action changes ... Done
1982026-03-18T17:45:45.550ZPlanning: Evaluating mediators ... Done
1992026-03-18T17:45:45.556ZPlanning: Planning completed in 0.37 seconds
2002026-03-18T17:45:45.580Z Mediators to change: 2
2012026-03-18T17:45:45.580Z Create boot environment: No
2022026-03-18T17:45:45.583ZCreate backup boot environment: No
2032026-03-18T17:45:45.648Z Done
2042026-03-18T17:45:45.648Z Done
2052026-03-18T17:45:46.369Z Done
2062026-03-18T17:45:49.677Z Done
2072026-03-18T17:45:49.764Z Done
2082026-03-18T17:45:49.767Z Done
2092026-03-18T17:45:49.977Z Done
2102026-03-18T17:45:50.507ZPlanning: Evaluating mediator changes ... Done
2112026-03-18T17:45:50.511ZPlanning: Merging actions ... Done
2122026-03-18T17:45:50.673ZPlanning: Checking for conflicting actions ... Done
2132026-03-18T17:45:50.677ZPlanning: Consolidating action changes ... Done
2142026-03-18T17:45:50.892ZPlanning: Evaluating mediators ... Done
2152026-03-18T17:45:50.935ZPlanning: Planning completed in 0.63 seconds
2162026-03-18T17:45:50.965Z Packages to change: 1
2172026-03-18T17:45:50.965Z Mediators to change: 1
2182026-03-18T17:45:50.968Z Services to change: 1
2192026-03-18T17:45:50.968Z Create boot environment: No
2202026-03-18T17:45:50.968ZCreate backup boot environment: Yes
2212026-03-18T17:45:53.543Z Actions: 1/6 actions (Updating modified actions)
2222026-03-18T17:45:53.551Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-18T17:45:53.551Z Done
2242026-03-18T17:45:53.551Z Done
2252026-03-18T17:45:53.728Z Done
2262026-03-18T17:45:56.993Z Done
2272026-03-18T17:45:57.077Z Done
2282026-03-18T17:45:57.080Z Done
2292026-03-18T17:45:57.233Z Done
2302026-03-18T17:45:57.607ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-18T17:45:57.607Zclang system 15 system
2322026-03-18T17:45:57.607Zcsh system system illumos
2332026-03-18T17:45:57.607Zctags system system illumos
2342026-03-18T17:45:57.607Zfile system system illumos
2352026-03-18T17:45:57.607Zgcc vendor 12 vendor
2362026-03-18T17:45:57.607Zgcc system 10 system
2372026-03-18T17:45:57.607Zgcc system 7 system
2382026-03-18T17:45:57.607Zgo system 1.20 system
2392026-03-18T17:45:57.607Zgo system 1.19 system
2402026-03-18T17:45:57.607Zllvm system 15 system
2412026-03-18T17:45:57.607Zllvm system 14 system
2422026-03-18T17:45:57.607Zmariadb system 10.6 system
2432026-03-18T17:45:57.607Zmta vendor vendor dma
2442026-03-18T17:45:57.607Zopenjdk system 17 system
2452026-03-18T17:45:57.607Zopenjdk system 11 system
2462026-03-18T17:45:57.607Zopenjdk system 1.8 system
2472026-03-18T17:45:57.607Zopenssl vendor 3 vendor
2482026-03-18T17:45:57.607Zperl system 5.36 system
2492026-03-18T17:45:57.608Zpostgresql system 15 system
2502026-03-18T17:45:57.608Zpostgresql system 13 system
2512026-03-18T17:45:57.608Zpython vendor 3 vendor
2522026-03-18T17:45:57.608Zpython system 2 system
2532026-03-18T17:45:57.608Zpython3 system 3.11 system
2542026-03-18T17:45:57.608Zruby system 3.0 system
2552026-03-18T17:45:57.608Zwords vendor vendor american-english
2562026-03-18T17:45:57.608Zwords system system australian-english
2572026-03-18T17:45:57.608Zwords system system british-english
2582026-03-18T17:45:57.608Zwords system system canadian-english
2592026-03-18T17:45:57.608Zwords system system french
2602026-03-18T17:45:57.608Zwords system system italian
2612026-03-18T17:45:57.608Zwords system system ngerman
2622026-03-18T17:45:57.608Zwords system system ogerman
2632026-03-18T17:45:57.608Zwords system system spanish
2642026-03-18T17:45:57.905ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-18T17:45:57.905Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-18T17:46:03.828ZFMRI IFO
2672026-03-18T17:46:03.828Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-18T17:46:03.828Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-18T17:46:03.828Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-18T17:46:03.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-18T17:46:03.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-18T17:46:03.828Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-18T17:46:03.828Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-18T17:46:03.828Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-18T17:46:03.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-18T17:46:03.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-18T17:46:03.828Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-18T17:46:03.828Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-18T17:46:03.828Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-18T17:46:03.828Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-18T17:46:03.828Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-18T17:46:03.828Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-18T17:46:05.053Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-18T17:46:05.338Z Updating crates.io index
2852026-03-18T17:46:05.342Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-18T17:46:05.621Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-18T17:46:06.746Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-18T17:46:07.187Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-18T17:46:07.520Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902026-03-18T17:46:09.443Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-03-18T17:46:10.474Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-03-18T17:46:12.022Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-03-18T17:46:13.744Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-03-18T17:46:14.523Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-03-18T17:46:15.027Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-18T17:46:16.863Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-18T17:46:17.176Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-18T17:46:17.731Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-18T17:46:18.122Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-18T17:46:21.705Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-18T17:46:22.361Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-18T17:46:22.773Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-18T17:46:23.090Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-18T17:46:23.592Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-18T17:46:23.934Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-18T17:46:24.144Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-18T17:46:24.395Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-18T17:46:24.963Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-18T17:46:25.329Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-18T17:46:26.084Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-18T17:46:26.425Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-18T17:46:27.037Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-18T17:46:27.344Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-18T17:46:28.666Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-18T17:46:28.984Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-18T17:46:29.529Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-18T17:46:29.900Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-18T17:46:30.824Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-18T17:46:31.335Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-18T17:46:31.926Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-18T17:46:32.207Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-18T17:46:32.634Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-18T17:46:53.399Z Downloading crates ...
3242026-03-18T17:46:53.454Z Downloaded anstyle-parse v0.2.7
3252026-03-18T17:46:53.457Z Downloaded byteorder v1.5.0
3262026-03-18T17:46:53.460Z Downloaded anstream v0.6.21
3272026-03-18T17:46:53.461Z Downloaded plain v0.2.3
3282026-03-18T17:46:53.461Z Downloaded clap_lex v1.0.0
3292026-03-18T17:46:53.464Z Downloaded heck v0.4.1
3302026-03-18T17:46:53.464Z Downloaded block-buffer v0.10.4
3312026-03-18T17:46:53.464Z Downloaded idna_adapter v1.2.1
3322026-03-18T17:46:53.467Z Downloaded anstyle v1.0.13
3332026-03-18T17:46:53.467Z Downloaded cfg-if v1.0.4
3342026-03-18T17:46:53.467Z Downloaded strsim v0.11.1
3352026-03-18T17:46:53.472Z Downloaded zerovec-derive v0.11.2
3362026-03-18T17:46:53.475Z Downloaded erased-serde v0.4.9
3372026-03-18T17:46:53.475Z Downloaded semver v1.0.27
3382026-03-18T17:46:53.478Z Downloaded smallvec v1.15.1
3392026-03-18T17:46:53.481Z Downloaded num-traits v0.2.19
3402026-03-18T17:46:53.481Z Downloaded displaydoc v0.2.5
3412026-03-18T17:46:53.484Z Downloaded ucd-trie v0.1.7
3422026-03-18T17:46:53.485Z Downloaded serde_spanned v0.6.9
3432026-03-18T17:46:53.485Z Downloaded camino-tempfile v1.4.1
3442026-03-18T17:46:53.488Z Downloaded usdt-attr-macro v0.5.0
3452026-03-18T17:46:53.488Z Downloaded usdt v0.5.0
3462026-03-18T17:46:53.488Z Downloaded yoke-derive v0.8.1
3472026-03-18T17:46:53.491Z Downloaded unicode-linebreak v0.1.5
3482026-03-18T17:46:53.491Z Downloaded litemap v0.8.1
3492026-03-18T17:46:53.491Z Downloaded version_check v0.9.5
3502026-03-18T17:46:53.494Z Downloaded zerofrom-derive v0.1.6
3512026-03-18T17:46:53.494Z Downloaded thread-id v4.2.2
3522026-03-18T17:46:53.494Z Downloaded thiserror v1.0.69
3532026-03-18T17:46:53.498Z Downloaded zerofrom v0.1.6
3542026-03-18T17:46:53.501Z Downloaded utf8parse v0.2.2
3552026-03-18T17:46:53.501Z Downloaded utf8_iter v1.0.4
3562026-03-18T17:46:53.501Z Downloaded unicode-xid v0.2.6
3572026-03-18T17:46:53.501Z Downloaded cpufeatures v0.2.17
3582026-03-18T17:46:53.504Z Downloaded usdt-macro v0.5.0
3592026-03-18T17:46:53.504Z Downloaded icu_normalizer_data v2.1.1
3602026-03-18T17:46:53.507Z Downloaded bytecount v0.6.9
3612026-03-18T17:46:53.511Z Downloaded toml_datetime v0.6.11
3622026-03-18T17:46:53.511Z Downloaded serde_tokenstream v0.2.3
3632026-03-18T17:46:53.514Z Downloaded cargo-platform v0.2.0
3642026-03-18T17:46:53.514Z Downloaded toml_write v0.1.2
3652026-03-18T17:46:53.518Z Downloaded typeid v1.0.3
3662026-03-18T17:46:53.518Z Downloaded thiserror-impl v2.0.18
3672026-03-18T17:46:53.521Z Downloaded dtrace-parser v0.2.0
3682026-03-18T17:46:53.521Z Downloaded thiserror v2.0.18
3692026-03-18T17:46:53.525Z Downloaded tinystr v0.8.2
3702026-03-18T17:46:53.525Z Downloaded zmij v1.0.21
3712026-03-18T17:46:53.531Z Downloaded ordered-float v2.10.1
3722026-03-18T17:46:53.531Z Downloaded fnv v1.0.7
3732026-03-18T17:46:53.531Z Downloaded yoke v0.8.1
3742026-03-18T17:46:53.531Z Downloaded proc-macro-error-attr v1.0.4
3752026-03-18T17:46:53.531Z Downloaded potential_utf v0.1.4
3762026-03-18T17:46:53.534Z Downloaded form_urlencoded v1.2.2
3772026-03-18T17:46:53.534Z Downloaded memmap v0.7.0
3782026-03-18T17:46:53.534Z Downloaded usdt-impl v0.5.0
3792026-03-18T17:46:53.534Z Downloaded percent-encoding v2.3.2
3802026-03-18T17:46:53.534Z Downloaded dof v0.3.0
3812026-03-18T17:46:53.534Z Downloaded textwrap v0.16.2
3822026-03-18T17:46:53.538Z Downloaded pretty-hex v0.4.1
3832026-03-18T17:46:53.538Z Downloaded macaddr v1.0.1
3842026-03-18T17:46:53.538Z Downloaded sha2 v0.10.9
3852026-03-18T17:46:53.541Z Downloaded pest_derive v2.8.6
3862026-03-18T17:46:53.541Z Downloaded writeable v0.6.2
3872026-03-18T17:46:53.544Z Downloaded zerocopy-derive v0.7.35
3882026-03-18T17:46:53.549Z Downloaded unicode-ident v1.0.24
3892026-03-18T17:46:53.549Z Downloaded smawk v0.3.2
3902026-03-18T17:46:53.552Z Downloaded serde-value v0.7.0
3912026-03-18T17:46:53.552Z Downloaded colorchoice v1.0.4
3922026-03-18T17:46:53.552Z Downloaded clap_derive v4.5.55
3932026-03-18T17:46:53.552Z Downloaded is_terminal_polyfill v1.70.2
3942026-03-18T17:46:53.552Z Downloaded stable_deref_trait v1.2.1
3952026-03-18T17:46:53.555Z Downloaded anstyle-query v1.1.5
3962026-03-18T17:46:53.555Z Downloaded scroll_derive v0.12.1
3972026-03-18T17:46:53.555Z Downloaded equivalent v1.0.2
3982026-03-18T17:46:53.555Z Downloaded typenum v1.19.0
3992026-03-18T17:46:53.559Z Downloaded tabled_derive v0.7.0
4002026-03-18T17:46:53.559Z Downloaded toml v0.8.23
4012026-03-18T17:46:53.562Z Downloaded serde_derive v1.0.228
4022026-03-18T17:46:53.565Z Downloaded zerotrie v0.2.3
4032026-03-18T17:46:53.565Z Downloaded url v2.5.8
4042026-03-18T17:46:53.568Z Downloaded toml_edit v0.22.27
4052026-03-18T17:46:53.571Z Downloaded serde_core v1.0.228
4062026-03-18T17:46:53.574Z Downloaded fastrand v2.3.0
4072026-03-18T17:46:53.574Z Downloaded heck v0.5.0
4082026-03-18T17:46:53.575Z Downloaded terminal_size v0.4.3
4092026-03-18T17:46:53.575Z Downloaded zerovec v0.11.5
4102026-03-18T17:46:53.578Z Downloaded swrite v0.1.0
4112026-03-18T17:46:53.581Z Downloaded camino v1.2.2
4122026-03-18T17:46:53.581Z Downloaded serde-untagged v0.1.9
4132026-03-18T17:46:53.586Z Downloaded tempfile v3.25.0
4142026-03-18T17:46:53.586Z Downloaded anyhow v1.0.102
4152026-03-18T17:46:53.590Z Downloaded cargo_metadata v0.21.0
4162026-03-18T17:46:53.590Z Downloaded fs-err v3.3.0
4172026-03-18T17:46:53.590Z Downloaded zerocopy v0.7.35
4182026-03-18T17:46:53.599Z Downloaded winnow v0.7.14
4192026-03-18T17:46:53.606Z Downloaded quote v1.0.44
4202026-03-18T17:46:53.609Z Downloaded cargo_toml v0.21.0
4212026-03-18T17:46:53.609Z Downloaded digest v0.10.7
4222026-03-18T17:46:53.612Z Downloaded unicode-width v0.2.0
4232026-03-18T17:46:53.615Z Downloaded unicode-width v0.1.14
4242026-03-18T17:46:53.618Z Downloaded scroll v0.12.0
4252026-03-18T17:46:53.621Z Downloaded proc-macro2 v1.0.106
4262026-03-18T17:46:53.621Z Downloaded synstructure v0.13.2
4272026-03-18T17:46:53.622Z Downloaded crypto-common v0.1.7
4282026-03-18T17:46:53.625Z Downloaded cargo-util-schemas v0.8.2
4292026-03-18T17:46:53.625Z Downloaded proc-macro-error v1.0.4
4302026-03-18T17:46:53.628Z Downloaded autocfg v1.5.0
4312026-03-18T17:46:53.628Z Downloaded bitflags v2.11.0
4322026-03-18T17:46:53.631Z Downloaded itoa v1.0.17
4332026-03-18T17:46:53.631Z Downloaded generic-array v0.14.7
4342026-03-18T17:46:53.634Z Downloaded errno v0.3.14
4352026-03-18T17:46:53.634Z Downloaded thiserror-impl v1.0.69
4362026-03-18T17:46:53.634Z Downloaded clap v4.5.60
4372026-03-18T17:46:53.639Z Downloaded pest_generator v2.8.6
4382026-03-18T17:46:53.642Z Downloaded once_cell v1.21.3
4392026-03-18T17:46:53.642Z Downloaded icu_provider v2.1.1
4402026-03-18T17:46:53.647Z Downloaded getrandom v0.4.1
4412026-03-18T17:46:53.651Z Downloaded papergrid v0.11.0
4422026-03-18T17:46:53.665Z Downloaded log v0.4.29
4432026-03-18T17:46:53.668Z Downloaded pest_meta v2.8.6
4442026-03-18T17:46:53.671Z Downloaded icu_properties v2.1.2
4452026-03-18T17:46:53.671Z Downloaded icu_normalizer v2.1.1
4462026-03-18T17:46:53.678Z Downloaded serde v1.0.228
4472026-03-18T17:46:53.688Z Downloaded icu_collections v2.1.1
4482026-03-18T17:46:53.695Z Downloaded icu_locale_core v2.1.1
4492026-03-18T17:46:53.701Z Downloaded indexmap v2.13.0
4502026-03-18T17:46:53.710Z Downloaded memchr v2.8.0
4512026-03-18T17:46:53.735Z Downloaded hashbrown v0.16.1
4522026-03-18T17:46:53.741Z Downloaded pest v2.8.6
4532026-03-18T17:46:53.749Z Downloaded idna v1.1.0
4542026-03-18T17:46:53.753Z Downloaded serde_json v1.0.149
4552026-03-18T17:46:53.758Z Downloaded tabled v0.15.0
4562026-03-18T17:46:53.767Z Downloaded clap_builder v4.5.60
4572026-03-18T17:46:53.772Z Downloaded icu_properties_data v2.1.2
4582026-03-18T17:46:53.778Z Downloaded syn v1.0.109
4592026-03-18T17:46:53.784Z Downloaded goblin v0.8.2
4602026-03-18T17:46:53.792Z Downloaded syn v2.0.117
4612026-03-18T17:46:53.804Z Downloaded rustix v1.1.3
4622026-03-18T17:46:53.836Z Downloaded libc v0.2.180
4632026-03-18T17:46:53.923Z Compiling proc-macro2 v1.0.106
4642026-03-18T17:46:53.927Z Compiling unicode-ident v1.0.24
4652026-03-18T17:46:53.927Z Compiling quote v1.0.44
4662026-03-18T17:46:53.927Z Compiling serde_core v1.0.228
4672026-03-18T17:46:53.927Z Compiling libc v0.2.180
4682026-03-18T17:46:53.927Z Compiling version_check v0.9.5
4692026-03-18T17:46:53.927Z Compiling memchr v2.8.0
4702026-03-18T17:46:53.927Z Compiling serde v1.0.228
4712026-03-18T17:46:54.328Z Compiling stable_deref_trait v1.2.1
4722026-03-18T17:46:54.421Z Compiling zmij v1.0.21
4732026-03-18T17:46:54.703Z Compiling thiserror v1.0.69
4742026-03-18T17:46:54.749Z Compiling autocfg v1.5.0
4752026-03-18T17:46:55.008Z Compiling itoa v1.0.17
4762026-03-18T17:46:55.055Z Compiling ucd-trie v0.1.7
4772026-03-18T17:46:55.238Z Compiling pest v2.8.6
4782026-03-18T17:46:55.261Z Compiling writeable v0.6.2
4792026-03-18T17:46:55.285Z Compiling litemap v0.8.1
4802026-03-18T17:46:55.334Z Compiling byteorder v1.5.0
4812026-03-18T17:46:55.395Z Compiling icu_properties_data v2.1.2
4822026-03-18T17:46:55.535Z Compiling rustix v1.1.3
4832026-03-18T17:46:55.645Z Compiling icu_normalizer_data v2.1.1
4842026-03-18T17:46:55.866Z Compiling syn v2.0.117
4852026-03-18T17:46:55.940Z Compiling errno v0.3.14
4862026-03-18T17:46:55.963Z Compiling serde_json v1.0.149
4872026-03-18T17:46:56.071Z Compiling bitflags v2.11.0
4882026-03-18T17:46:56.265Z Compiling num-traits v0.2.19
4892026-03-18T17:46:56.341Z Compiling hashbrown v0.16.1
4902026-03-18T17:46:56.365Z Compiling typeid v1.0.3
4912026-03-18T17:46:56.490Z Compiling smallvec v1.15.1
4922026-03-18T17:46:56.689Z Compiling pest_meta v2.8.6
4932026-03-18T17:46:56.944Z Compiling equivalent v1.0.2
4942026-03-18T17:46:57.052Z Compiling indexmap v2.13.0
4952026-03-18T17:46:57.099Z Compiling thread-id v4.2.2
4962026-03-18T17:46:57.242Z Compiling proc-macro-error-attr v1.0.4
4972026-03-18T17:46:57.285Z Compiling usdt-impl v0.5.0
4982026-03-18T17:46:57.334Z Compiling erased-serde v0.4.9
4992026-03-18T17:46:57.465Z Compiling syn v1.0.109
5002026-03-18T17:46:57.540Z Compiling winnow v0.7.14
5012026-03-18T17:46:57.684Z Compiling toml_write v0.1.2
5022026-03-18T17:46:58.125Z Compiling proc-macro-error v1.0.4
5032026-03-18T17:46:58.211Z Compiling plain v0.2.3
5042026-03-18T17:46:58.355Z Compiling utf8parse v0.2.2
5052026-03-18T17:46:58.359Z Compiling thiserror v2.0.18
5062026-03-18T17:46:58.502Z Compiling percent-encoding v2.3.2
5072026-03-18T17:46:58.744Z Compiling getrandom v0.4.1
5082026-03-18T17:46:58.805Z Compiling camino v1.2.2
5092026-03-18T17:46:59.004Z Compiling utf8_iter v1.0.4
5102026-03-18T17:46:59.096Z Compiling log v0.4.29
5112026-03-18T17:46:59.199Z Compiling ordered-float v2.10.1
5122026-03-18T17:46:59.309Z Compiling form_urlencoded v1.2.2
5132026-03-18T17:46:59.313Z Compiling anstyle-parse v0.2.7
5142026-03-18T17:46:59.539Z Compiling terminal_size v0.4.3
5152026-03-18T17:46:59.612Z Compiling synstructure v0.13.2
5162026-03-18T17:46:59.616Z Compiling pest_generator v2.8.6
5172026-03-18T17:46:59.733Z Compiling anstyle-query v1.1.5
5182026-03-18T17:46:59.850Z Compiling colorchoice v1.0.4
5192026-03-18T17:46:59.875Z Compiling is_terminal_polyfill v1.70.2
5202026-03-18T17:46:59.991Z Compiling anstyle v1.0.13
5212026-03-18T17:47:00.016Z Compiling cfg-if v1.0.4
5222026-03-18T17:47:00.016Z Compiling pretty-hex v0.4.1
5232026-03-18T17:47:00.144Z Compiling serde-untagged v0.1.9
5242026-03-18T17:47:00.287Z Compiling anstream v0.6.21
5252026-03-18T17:47:00.349Z Compiling semver v1.0.27
5262026-03-18T17:47:00.465Z Compiling fs-err v3.3.0
5272026-03-18T17:47:00.572Z Compiling bytecount v0.6.9
5282026-03-18T17:47:00.706Z Compiling fnv v1.0.7
5292026-03-18T17:47:00.730Z Compiling once_cell v1.21.3
5302026-03-18T17:47:00.754Z Compiling heck v0.5.0
5312026-03-18T17:47:00.789Z Compiling unicode-width v0.1.14
5322026-03-18T17:47:00.832Z Compiling strsim v0.11.1
5332026-03-18T17:47:00.856Z Compiling anyhow v1.0.102
5342026-03-18T17:47:01.007Z Compiling fastrand v2.3.0
5352026-03-18T17:47:01.070Z Compiling clap_lex v1.0.0
5362026-03-18T17:47:01.245Z Compiling heck v0.4.1
5372026-03-18T17:47:01.286Z Compiling unicode-xid v0.2.6
5382026-03-18T17:47:01.343Z Compiling clap_builder v4.5.60
5392026-03-18T17:47:01.440Z Compiling tempfile v3.25.0
5402026-03-18T17:47:01.538Z Compiling papergrid v0.11.0
5412026-03-18T17:47:01.641Z Compiling memmap v0.7.0
5422026-03-18T17:47:01.687Z Compiling unicode-width v0.2.0
5432026-03-18T17:47:01.871Z Compiling unicode-linebreak v0.1.5
5442026-03-18T17:47:01.935Z Compiling smawk v0.3.2
5452026-03-18T17:47:02.038Z Compiling camino-tempfile v1.4.1
5462026-03-18T17:47:02.181Z Compiling serde_derive v1.0.228
5472026-03-18T17:47:02.237Z Compiling zerofrom-derive v0.1.6
5482026-03-18T17:47:02.381Z Compiling yoke-derive v0.8.1
5492026-03-18T17:47:02.479Z Compiling zerovec-derive v0.11.2
5502026-03-18T17:47:02.540Z Compiling displaydoc v0.2.5
5512026-03-18T17:47:03.511Z Compiling thiserror-impl v1.0.69
5522026-03-18T17:47:03.535Z Compiling zerocopy-derive v0.7.35
5532026-03-18T17:47:03.945Z Compiling pest_derive v2.8.6
5542026-03-18T17:47:03.968Z Compiling scroll_derive v0.12.1
5552026-03-18T17:47:04.140Z Compiling zerofrom v0.1.6
5562026-03-18T17:47:04.310Z Compiling yoke v0.8.1
5572026-03-18T17:47:04.471Z Compiling thiserror-impl v2.0.18
5582026-03-18T17:47:04.561Z Compiling zerovec v0.11.5
5592026-03-18T17:47:04.661Z Compiling zerotrie v0.2.3
5602026-03-18T17:47:04.831Z Compiling zerocopy v0.7.35
5612026-03-18T17:47:05.057Z Compiling scroll v0.12.0
5622026-03-18T17:47:05.259Z Compiling tinystr v0.8.2
5632026-03-18T17:47:05.313Z Compiling potential_utf v0.1.4
5642026-03-18T17:47:05.406Z Compiling dtrace-parser v0.2.0
5652026-03-18T17:47:05.526Z Compiling icu_locale_core v2.1.1
5662026-03-18T17:47:05.549Z Compiling icu_collections v2.1.1
5672026-03-18T17:47:05.616Z Compiling goblin v0.8.2
5682026-03-18T17:47:05.640Z Compiling tabled_derive v0.7.0
5692026-03-18T17:47:06.169Z Compiling clap_derive v4.5.55
5702026-03-18T17:47:06.389Z Compiling icu_provider v2.1.1
5712026-03-18T17:47:06.443Z Compiling textwrap v0.16.2
5722026-03-18T17:47:06.768Z Compiling icu_properties v2.1.2
5732026-03-18T17:47:06.799Z Compiling icu_normalizer v2.1.1
5742026-03-18T17:47:06.847Z Compiling toml_datetime v0.6.11
5752026-03-18T17:47:06.912Z Compiling serde_spanned v0.6.9
5762026-03-18T17:47:06.947Z Compiling dof v0.3.0
5772026-03-18T17:47:07.052Z Compiling serde_tokenstream v0.2.3
5782026-03-18T17:47:07.100Z Compiling serde-value v0.7.0
5792026-03-18T17:47:07.226Z Compiling toml_edit v0.22.27
5802026-03-18T17:47:07.533Z Compiling cargo-platform v0.2.0
5812026-03-18T17:47:07.537Z Compiling tabled v0.15.0
5822026-03-18T17:47:07.615Z Compiling macaddr v1.0.1
5832026-03-18T17:47:07.918Z Compiling swrite v0.1.0
5842026-03-18T17:47:08.041Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5852026-03-18T17:47:08.327Z Compiling idna_adapter v1.2.1
5862026-03-18T17:47:08.360Z Compiling usdt-attr-macro v0.5.0
5872026-03-18T17:47:08.388Z Compiling usdt-macro v0.5.0
5882026-03-18T17:47:08.462Z Compiling idna v1.1.0
5892026-03-18T17:47:08.598Z Compiling clap v4.5.60
5902026-03-18T17:47:08.893Z Compiling url v2.5.8
5912026-03-18T17:47:09.170Z Compiling toml v0.8.23
5922026-03-18T17:47:09.731Z Compiling cargo-util-schemas v0.8.2
5932026-03-18T17:47:09.895Z Compiling cargo_toml v0.21.0
5942026-03-18T17:47:10.015Z Compiling usdt v0.5.0
5952026-03-18T17:47:10.936Z Compiling cargo_metadata v0.21.0
5962026-03-18T17:47:12.225Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-18T17:47:15.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
5982026-03-18T17:47:15.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-18T17:47:16.077Z Downloading crates ...
6002026-03-18T17:47:16.194Z Downloaded allocator-api2 v0.2.21
6012026-03-18T17:47:16.200Z Downloaded async-trait v0.1.89
6022026-03-18T17:47:16.206Z Downloaded bcrypt-pbkdf v0.10.0
6032026-03-18T17:47:16.209Z Downloaded bitfield v0.19.4
6042026-03-18T17:47:16.209Z Downloaded assert_matches v1.5.0
6052026-03-18T17:47:16.210Z Downloaded bit-set v0.8.0
6062026-03-18T17:47:16.210Z Downloaded adler2 v2.0.1
6072026-03-18T17:47:16.212Z Downloaded cmake v0.1.57
6082026-03-18T17:47:16.213Z Downloaded atty v0.2.14
6092026-03-18T17:47:16.216Z Downloaded critical-section v1.2.0
6102026-03-18T17:47:16.216Z Downloaded bcs v0.1.6
6112026-03-18T17:47:16.219Z Downloaded bitflags v1.3.2
6122026-03-18T17:47:16.224Z Downloaded atomic-waker v1.1.2
6132026-03-18T17:47:16.224Z Downloaded crossbeam-channel v0.5.15
6142026-03-18T17:47:16.227Z Downloaded bit-vec v0.6.3
6152026-03-18T17:47:16.227Z Downloaded crypto-bigint v0.5.5
6162026-03-18T17:47:16.233Z Downloaded const_format_proc_macros v0.2.34
6172026-03-18T17:47:16.236Z Downloaded cfg_aliases v0.2.1
6182026-03-18T17:47:16.236Z Downloaded async-recursion v1.1.1
6192026-03-18T17:47:16.241Z Downloaded cexpr v0.6.0
6202026-03-18T17:47:16.244Z Downloaded aead v0.5.2
6212026-03-18T17:47:16.244Z Downloaded argon2 v0.5.3
6222026-03-18T17:47:16.244Z Downloaded bitfield-struct v0.6.2
6232026-03-18T17:47:16.248Z Downloaded bit-vec v0.8.0
6242026-03-18T17:47:16.248Z Downloaded ciborium-io v0.2.2
6252026-03-18T17:47:16.251Z Downloaded cargo-platform v0.1.9
6262026-03-18T17:47:16.251Z Downloaded base16ct v1.0.0
6272026-03-18T17:47:16.251Z Downloaded bitfield-macros v0.19.4
6282026-03-18T17:47:16.251Z Downloaded bit-set v0.5.3
6292026-03-18T17:47:16.254Z Downloaded backon v1.6.0
6302026-03-18T17:47:16.257Z Downloaded dyn-clone v1.0.20
6312026-03-18T17:47:16.257Z Downloaded cassowary v0.3.0
6322026-03-18T17:47:16.260Z Downloaded camino-tempfile-ext v0.3.3
6332026-03-18T17:47:16.260Z Downloaded async-stream v0.3.6
6342026-03-18T17:47:16.265Z Downloaded async-stream-impl v0.3.6
6352026-03-18T17:47:16.268Z Downloaded dunce v1.0.5
6362026-03-18T17:47:16.268Z Downloaded dtrace-parser v0.3.0
6372026-03-18T17:47:16.268Z Downloaded bb8 v0.8.6
6382026-03-18T17:47:16.268Z Downloaded arrayref v0.3.9
6392026-03-18T17:47:16.271Z Downloaded fd-lock v4.0.4
6402026-03-18T17:47:16.274Z Downloaded dirs-sys-next v0.1.2
6412026-03-18T17:47:16.274Z Downloaded cstr-argument v0.1.2
6422026-03-18T17:47:16.278Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-03-18T17:47:16.278Z Downloaded ciborium-ll v0.2.2
6442026-03-18T17:47:16.283Z Downloaded downcast-rs v2.0.2
6452026-03-18T17:47:16.283Z Downloaded dof v0.4.0
6462026-03-18T17:47:16.283Z Downloaded cfg_aliases v0.1.1
6472026-03-18T17:47:16.283Z Downloaded block-padding v0.3.3
6482026-03-18T17:47:16.286Z Downloaded document-features v0.2.12
6492026-03-18T17:47:16.286Z Downloaded dirs-next v2.0.0
6502026-03-18T17:47:16.286Z Downloaded defmt-parser v1.0.0
6512026-03-18T17:47:16.289Z Downloaded crc-catalog v2.4.0
6522026-03-18T17:47:16.289Z Downloaded ascii-canvas v3.0.0
6532026-03-18T17:47:16.289Z Downloaded darling_macro v0.23.0
6542026-03-18T17:47:16.294Z Downloaded crc v3.4.0
6552026-03-18T17:47:16.294Z Downloaded flagset v0.4.7
6562026-03-18T17:47:16.297Z Downloaded cipher v0.4.4
6572026-03-18T17:47:16.297Z Downloaded convert_case v0.4.0
6582026-03-18T17:47:16.297Z Downloaded base16ct v0.2.0
6592026-03-18T17:47:16.300Z Downloaded dsl_auto_type v0.2.0
6602026-03-18T17:47:16.300Z Downloaded foreign-types-shared v0.1.1
6612026-03-18T17:47:16.300Z Downloaded atomicwrites v0.4.4
6622026-03-18T17:47:16.304Z Downloaded endian-type v0.1.2
6632026-03-18T17:47:16.304Z Downloaded cpufeatures v0.3.0
6642026-03-18T17:47:16.304Z Downloaded array-init v0.0.4
6652026-03-18T17:47:16.308Z Downloaded embedded-io v0.6.1
6662026-03-18T17:47:16.308Z Downloaded env_filter v1.0.0
6672026-03-18T17:47:16.311Z Downloaded difflib v0.4.0
6682026-03-18T17:47:16.311Z Downloaded async-bb8-diesel v0.2.1
6692026-03-18T17:47:16.311Z Downloaded display-error-chain v0.2.2
6702026-03-18T17:47:16.314Z Downloaded crunchy v0.2.4
6712026-03-18T17:47:16.314Z Downloaded curve25519-dalek-derive v0.1.1
6722026-03-18T17:47:16.314Z Downloaded ena v0.14.4
6732026-03-18T17:47:16.318Z Downloaded crc8 v0.1.1
6742026-03-18T17:47:16.320Z Downloaded fallible-iterator v0.2.0
6752026-03-18T17:47:16.321Z Downloaded derive_builder_core v0.20.2
6762026-03-18T17:47:16.326Z Downloaded funty v2.0.0
6772026-03-18T17:47:16.326Z Downloaded fxhash v0.2.1
6782026-03-18T17:47:16.326Z Downloaded futures-macro v0.3.32
6792026-03-18T17:47:16.330Z Downloaded defmt v0.3.100
6802026-03-18T17:47:16.331Z Downloaded futures-task v0.3.32
6812026-03-18T17:47:16.333Z Downloaded ghash v0.5.1
6822026-03-18T17:47:16.334Z Downloaded gethostname v0.5.0
6832026-03-18T17:47:16.334Z Downloaded darling_macro v0.21.3
6842026-03-18T17:47:16.334Z Downloaded futures-core v0.3.32
6852026-03-18T17:47:16.337Z Downloaded foreign-types-macros v0.2.3
6862026-03-18T17:47:16.337Z Downloaded git-stub v1.0.0
6872026-03-18T17:47:16.341Z Downloaded foreign-types v0.3.2
6882026-03-18T17:47:16.341Z Downloaded float-ord v0.3.2
6892026-03-18T17:47:16.341Z Downloaded fixedbitset v0.4.2
6902026-03-18T17:47:16.344Z Downloaded castaway v0.2.4
6912026-03-18T17:47:16.344Z Downloaded debug-ignore v1.0.5
6922026-03-18T17:47:16.344Z Downloaded arrayvec v0.7.6
6932026-03-18T17:47:16.347Z Downloaded foreign-types v0.5.0
6942026-03-18T17:47:16.347Z Downloaded derive_builder_macro v0.20.2
6952026-03-18T17:47:16.352Z Downloaded darling_macro v0.20.11
6962026-03-18T17:47:16.352Z Downloaded blowfish v0.9.1
6972026-03-18T17:47:16.352Z Downloaded float-cmp v0.10.0
6982026-03-18T17:47:16.352Z Downloaded globwalk v0.9.1
6992026-03-18T17:47:16.361Z Downloaded enum-as-inner v0.6.1
7002026-03-18T17:47:16.361Z Downloaded chacha20 v0.9.1
7012026-03-18T17:47:16.366Z Downloaded cbc v0.1.2
7022026-03-18T17:47:16.366Z Downloaded cargo_toml v0.22.3
7032026-03-18T17:47:16.366Z Downloaded ff v0.13.1
7042026-03-18T17:47:16.366Z Downloaded hash32 v0.2.1
7052026-03-18T17:47:16.366Z Downloaded ecdsa v0.16.9
7062026-03-18T17:47:16.370Z Downloaded defmt-macros v1.0.1
7072026-03-18T17:47:16.370Z Downloaded find-msvc-tools v0.1.9
7082026-03-18T17:47:16.370Z Downloaded either v1.15.0
7092026-03-18T17:47:16.373Z Downloaded convert_case v0.10.0
7102026-03-18T17:47:16.374Z Downloaded data-encoding v2.10.0
7112026-03-18T17:47:16.377Z Downloaded hash32 v0.3.1
7122026-03-18T17:47:16.377Z Downloaded dropshot-api-manager-types v0.6.0
7132026-03-18T17:47:16.377Z Downloaded defmt v1.0.1
7142026-03-18T17:47:16.380Z Downloaded hex v0.4.3
7152026-03-18T17:47:16.385Z Downloaded hex-literal v0.4.1
7162026-03-18T17:47:16.385Z Downloaded fs-err v2.11.0
7172026-03-18T17:47:16.388Z Downloaded hostname v0.4.2
7182026-03-18T17:47:16.388Z Downloaded foreign-types-shared v0.3.1
7192026-03-18T17:47:16.388Z Downloaded hostname v0.3.1
7202026-03-18T17:47:16.391Z Downloaded constant_time_eq v0.4.2
7212026-03-18T17:47:16.391Z Downloaded hubpack_derive v0.1.1
7222026-03-18T17:47:16.394Z Downloaded fs_extra v1.3.0
7232026-03-18T17:47:16.394Z Downloaded home v0.5.12
7242026-03-18T17:47:16.399Z Downloaded http-body v1.0.1
7252026-03-18T17:47:16.399Z Downloaded daft-derive v0.1.5
7262026-03-18T17:47:16.402Z Downloaded hubpack v0.1.2
7272026-03-18T17:47:16.402Z Downloaded httpdate v1.0.3
7282026-03-18T17:47:16.405Z Downloaded filetime v0.2.27
7292026-03-18T17:47:16.405Z Downloaded deranged v0.5.8
7302026-03-18T17:47:16.408Z Downloaded crc32fast v1.5.0
7312026-03-18T17:47:16.408Z Downloaded console v0.15.11
7322026-03-18T17:47:16.413Z Downloaded foldhash v0.1.5
7332026-03-18T17:47:16.416Z Downloaded ident_case v1.0.1
7342026-03-18T17:47:16.416Z Downloaded bzip2 v0.4.4
7352026-03-18T17:47:16.416Z Downloaded glob v0.3.3
7362026-03-18T17:47:16.419Z Downloaded git-stub-vcs v0.1.0
7372026-03-18T17:47:16.419Z Downloaded indent_write v2.2.0
7382026-03-18T17:47:16.424Z Downloaded globset v0.4.18
7392026-03-18T17:47:16.424Z Downloaded fixedbitset v0.5.7
7402026-03-18T17:47:16.428Z Downloaded erased-serde v0.3.31
7412026-03-18T17:47:16.441Z Downloaded inout v0.1.4
7422026-03-18T17:47:16.447Z Downloaded crossbeam-epoch v0.9.18
7432026-03-18T17:47:16.447Z Downloaded indoc v1.0.9
7442026-03-18T17:47:16.451Z Downloaded ed25519 v2.2.3
7452026-03-18T17:47:16.451Z Downloaded is_ci v1.2.0
7462026-03-18T17:47:16.451Z Downloaded is-terminal v0.4.17
7472026-03-18T17:47:16.454Z Downloaded internet-checksum v0.2.1
7482026-03-18T17:47:16.454Z Downloaded instant v0.1.13
7492026-03-18T17:47:16.454Z Downloaded instability v0.3.11
7502026-03-18T17:47:16.458Z Downloaded lazy_static v1.5.0
7512026-03-18T17:47:16.458Z Downloaded highway v1.3.0
7522026-03-18T17:47:16.462Z Downloaded futures-channel v0.3.32
7532026-03-18T17:47:16.462Z Downloaded cookie_store v0.22.1
7542026-03-18T17:47:16.465Z Downloaded libscf-sys v1.1.0
7552026-03-18T17:47:16.465Z Downloaded lalrpop-util v0.19.12
7562026-03-18T17:47:16.465Z Downloaded keccak v0.1.6
7572026-03-18T17:47:16.469Z Downloaded cookie v0.18.1
7582026-03-18T17:47:16.469Z Downloaded linked-hash-map v0.5.6
7592026-03-18T17:47:16.472Z Downloaded maplit v1.0.2
7602026-03-18T17:47:16.472Z Downloaded ciborium v0.2.2
7612026-03-18T17:47:16.475Z Downloaded cancel-safe-futures v0.1.5
7622026-03-18T17:47:16.478Z Downloaded chacha20 v0.10.0
7632026-03-18T17:47:16.481Z Downloaded match_cfg v0.1.0
7642026-03-18T17:47:16.481Z Downloaded crossbeam-deque v0.8.6
7652026-03-18T17:47:16.484Z Downloaded hyper-tls v0.6.0
7662026-03-18T17:47:16.484Z Downloaded foldhash v0.2.0
7672026-03-18T17:47:16.487Z Downloaded hyper-staticfile v0.10.1
7682026-03-18T17:47:16.490Z Downloaded lru-slab v0.1.2
7692026-03-18T17:47:16.490Z Downloaded impl-trait-for-tuples v0.2.3
7702026-03-18T17:47:16.493Z Downloaded managed v0.8.0
7712026-03-18T17:47:16.493Z Downloaded memoffset v0.9.1
7722026-03-18T17:47:16.496Z Downloaded md5 v0.7.0
7732026-03-18T17:47:16.496Z Downloaded derive-where v1.6.0
7742026-03-18T17:47:16.501Z Downloaded group v0.13.0
7752026-03-18T17:47:16.504Z Downloaded lzss v0.8.2
7762026-03-18T17:47:16.504Z Downloaded mime v0.3.17
7772026-03-18T17:47:16.504Z Downloaded half v1.8.3
7782026-03-18T17:47:16.508Z Downloaded ipnetwork v0.21.1
7792026-03-18T17:47:16.511Z Downloaded new_debug_unreachable v1.0.6
7802026-03-18T17:47:16.511Z Downloaded multimap v0.10.1
7812026-03-18T17:47:16.511Z Downloaded indoc v2.0.7
7822026-03-18T17:47:16.515Z Downloaded newline-converter v0.3.0
7832026-03-18T17:47:16.515Z Downloaded normalize-line-endings v0.3.0
7842026-03-18T17:47:16.515Z Downloaded num v0.4.3
7852026-03-18T17:47:16.525Z Downloaded nibble_vec v0.1.0
7862026-03-18T17:47:16.525Z Downloaded newtype-uuid-macros v0.1.0
7872026-03-18T17:47:16.528Z Downloaded crc-any v2.5.0
7882026-03-18T17:47:16.528Z Downloaded num_threads v0.1.7
7892026-03-18T17:47:16.528Z Downloaded hmac v0.12.1
7902026-03-18T17:47:16.528Z Downloaded num_enum_derive v0.5.11
7912026-03-18T17:47:16.529Z Downloaded futures v0.3.32
7922026-03-18T17:47:16.533Z Downloaded num-derive v0.3.3
7932026-03-18T17:47:16.533Z Downloaded num-iter v0.1.45
7942026-03-18T17:47:16.536Z Downloaded httparse v1.10.1
7952026-03-18T17:47:16.536Z Downloaded kstat-rs v0.2.4
7962026-03-18T17:47:16.539Z Downloaded jobserver v0.1.34
7972026-03-18T17:47:16.539Z Downloaded libloading v0.8.9
7982026-03-18T17:47:16.542Z Downloaded openssl-probe v0.1.6
7992026-03-18T17:47:16.545Z Downloaded libsw v3.5.0
8002026-03-18T17:47:16.545Z Downloaded num-derive v0.4.2
8012026-03-18T17:47:16.548Z Downloaded cc v1.2.56
8022026-03-18T17:47:16.551Z Downloaded hyper-rustls v0.27.7
8032026-03-18T17:47:16.555Z Downloaded getrandom v0.3.4
8042026-03-18T17:47:16.559Z Downloaded md-5 v0.10.6
8052026-03-18T17:47:16.559Z Downloaded iana-time-zone v0.1.65
8062026-03-18T17:47:16.566Z Downloaded oso-derive v0.27.3
8072026-03-18T17:47:16.566Z Downloaded olpc-cjson v0.1.4
8082026-03-18T17:47:16.566Z Downloaded fatfs v0.3.6
8092026-03-18T17:47:16.570Z Downloaded openssl-probe v0.2.1
8102026-03-18T17:47:16.570Z Downloaded openssl-macros v0.1.1
8112026-03-18T17:47:16.570Z Downloaded dropshot_endpoint v0.16.7
8122026-03-18T17:47:16.570Z Downloaded base64 v0.21.7
8132026-03-18T17:47:16.576Z Downloaded multer v3.1.0
8142026-03-18T17:47:16.580Z Downloaded parse-size v1.1.0
8152026-03-18T17:47:16.580Z Downloaded ingot-macros v0.1.1
8162026-03-18T17:47:16.580Z Downloaded darling_core v0.21.3
8172026-03-18T17:47:16.583Z Downloaded packed_struct_codegen v0.10.1
8182026-03-18T17:47:16.586Z Downloaded newtype-uuid v1.3.2
8192026-03-18T17:47:16.586Z Downloaded parse-display v0.10.0
8202026-03-18T17:47:16.589Z Downloaded chacha20poly1305 v0.10.1
8212026-03-18T17:47:16.589Z Downloaded nu-ansi-term v0.50.3
8222026-03-18T17:47:16.594Z Downloaded pbkdf2 v0.12.2
8232026-03-18T17:47:16.597Z Downloaded pbkdf2 v0.11.0
8242026-03-18T17:47:16.597Z Downloaded num-conv v0.2.0
8252026-03-18T17:47:16.597Z Downloaded lock_api v0.4.14
8262026-03-18T17:47:16.600Z Downloaded num_enum_derive v0.7.5
8272026-03-18T17:47:16.600Z Downloaded lru v0.12.5
8282026-03-18T17:47:16.603Z Downloaded litrs v1.0.0
8292026-03-18T17:47:16.606Z Downloaded num-complex v0.4.6
8302026-03-18T17:47:16.606Z Downloaded peg-runtime v0.8.5
8312026-03-18T17:47:16.606Z Downloaded phf_shared v0.11.3
8322026-03-18T17:47:16.610Z Downloaded path-slash v0.1.5
8332026-03-18T17:47:16.610Z Downloaded num_enum v0.7.5
8342026-03-18T17:47:16.614Z Downloaded phf_shared v0.13.1
8352026-03-18T17:47:16.617Z Downloaded phf_shared v0.12.1
8362026-03-18T17:47:16.617Z Downloaded num_enum v0.5.11
8372026-03-18T17:47:16.620Z Downloaded oxnet v0.1.4
8382026-03-18T17:47:16.623Z Downloaded oxide-tokio-rt v0.1.3
8392026-03-18T17:47:16.623Z Downloaded owo-colors v4.3.0
8402026-03-18T17:47:16.626Z Downloaded memmap2 v0.9.10
8412026-03-18T17:47:16.629Z Downloaded indexmap v1.9.3
8422026-03-18T17:47:16.632Z Downloaded powerfmt v0.2.0
8432026-03-18T17:47:16.632Z Downloaded pin-utils v0.1.0
8442026-03-18T17:47:16.635Z Downloaded ignore v0.4.25
8452026-03-18T17:47:16.635Z Downloaded predicates-core v1.0.10
8462026-03-18T17:47:16.638Z Downloaded precomputed-hash v0.1.1
8472026-03-18T17:47:16.638Z Downloaded darling_core v0.23.0
8482026-03-18T17:47:16.641Z Downloaded proc-macro-crate v3.4.0
8492026-03-18T17:47:16.645Z Downloaded predicates-tree v1.0.13
8502026-03-18T17:47:16.645Z Downloaded packed_struct v0.10.1
8512026-03-18T17:47:16.649Z Downloaded native-tls v0.2.18
8522026-03-18T17:47:16.649Z Downloaded progenitor-client v0.10.0
8532026-03-18T17:47:16.649Z Downloaded mime_guess v2.0.5
8542026-03-18T17:47:16.652Z Downloaded parse-display-derive v0.10.0
8552026-03-18T17:47:16.652Z Downloaded proc-macro-crate v1.3.1
8562026-03-18T17:47:16.652Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-03-18T17:47:16.655Z Downloaded dropshot-api-manager v0.6.0
8582026-03-18T17:47:16.660Z Downloaded psl-types v2.0.11
8592026-03-18T17:47:16.660Z Downloaded peg v0.8.5
8602026-03-18T17:47:16.664Z Downloaded progenitor-client v0.11.2
8612026-03-18T17:47:16.664Z Downloaded password-hash v0.4.2
8622026-03-18T17:47:16.664Z Downloaded headers v0.4.1
8632026-03-18T17:47:16.667Z Downloaded progenitor-macro v0.11.2
8642026-03-18T17:47:16.672Z Downloaded quick-error v1.2.3
8652026-03-18T17:47:16.672Z Downloaded paste v1.0.15
8662026-03-18T17:47:16.675Z Downloaded libbz2-rs-sys v0.2.2
8672026-03-18T17:47:16.675Z Downloaded password-hash v0.5.0
8682026-03-18T17:47:16.678Z Downloaded phf v0.13.1
8692026-03-18T17:47:16.678Z Downloaded pin-project-internal v1.1.11
8702026-03-18T17:47:16.683Z Downloaded rand_chacha v0.3.1
8712026-03-18T17:47:16.683Z Downloaded pkcs8 v0.10.2
8722026-03-18T17:47:16.686Z Downloaded radium v0.7.0
8732026-03-18T17:47:16.686Z Downloaded const_format v0.2.35
8742026-03-18T17:47:16.689Z Downloaded bumpalo v3.20.2
8752026-03-18T17:47:16.692Z Downloaded phf v0.12.1
8762026-03-18T17:47:16.692Z Downloaded num-rational v0.4.2
8772026-03-18T17:47:16.692Z Downloaded parking_lot v0.11.2
8782026-03-18T17:47:16.696Z Downloaded flume v0.11.1
8792026-03-18T17:47:16.699Z Downloaded ppv-lite86 v0.2.21
8802026-03-18T17:47:16.699Z Downloaded pkg-config v0.3.32
8812026-03-18T17:47:16.703Z Downloaded polyval v0.6.2
8822026-03-18T17:47:16.703Z Downloaded pin-project-lite v0.2.17
8832026-03-18T17:47:16.706Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-03-18T17:47:16.710Z Downloaded predicates v3.1.4
8852026-03-18T17:47:16.713Z Downloaded half v2.7.1
8862026-03-18T17:47:16.714Z Downloaded parking_lot_core v0.8.6
8872026-03-18T17:47:16.714Z Downloaded expectorate v1.2.0
8882026-03-18T17:47:16.717Z Downloaded recursive v0.1.1
8892026-03-18T17:47:16.717Z Downloaded ref-cast-impl v1.0.25
8902026-03-18T17:47:16.720Z Downloaded rand_xorshift v0.4.0
8912026-03-18T17:47:16.720Z Downloaded poly1305 v0.8.0
8922026-03-18T17:47:16.723Z Downloaded ref-cast v1.0.25
8932026-03-18T17:47:16.726Z Downloaded rfc6979 v0.4.0
8942026-03-18T17:47:16.726Z Downloaded progenitor-extras v0.1.1
8952026-03-18T17:47:16.726Z Downloaded ed25519-dalek v2.2.0
8962026-03-18T17:47:16.729Z Downloaded progenitor v0.13.0
8972026-03-18T17:47:16.732Z Downloaded psm v0.1.30
8982026-03-18T17:47:16.733Z Downloaded progenitor-client v0.13.0
8992026-03-18T17:47:16.736Z Downloaded progenitor v0.11.2
9002026-03-18T17:47:16.736Z Downloaded primeorder v0.13.6
9012026-03-18T17:47:16.740Z Downloaded progenitor-macro v0.13.0
9022026-03-18T17:47:16.740Z Downloaded progenitor v0.10.0
9032026-03-18T17:47:16.743Z Downloaded peg-macros v0.8.5
9042026-03-18T17:47:16.743Z Downloaded parking_lot_core v0.9.12
9052026-03-18T17:47:16.743Z Downloaded omicron-zone-package v0.12.2
9062026-03-18T17:47:16.746Z Downloaded parking_lot v0.12.5
9072026-03-18T17:47:16.749Z Downloaded rtoolbox v0.0.3
9082026-03-18T17:47:16.749Z Downloaded darling_core v0.20.11
9092026-03-18T17:47:16.752Z Downloaded rustc_version v0.4.1
9102026-03-18T17:47:16.755Z Downloaded pem v3.0.6
9112026-03-18T17:47:16.755Z Downloaded pem-rfc7468 v0.7.0
9122026-03-18T17:47:16.759Z Downloaded russh-cryptovec v0.7.3
9132026-03-18T17:47:16.759Z Downloaded progenitor-macro v0.10.0
9142026-03-18T17:47:16.762Z Downloaded heapless v0.8.0
9152026-03-18T17:47:16.765Z Downloaded rustc_version v0.1.7
9162026-03-18T17:47:16.765Z Downloaded pkcs5 v0.7.1
9172026-03-18T17:47:16.768Z Downloaded postgres-protocol v0.6.10
9182026-03-18T17:47:16.768Z Downloaded pkcs1 v0.7.5
9192026-03-18T17:47:16.771Z Downloaded rand_chacha v0.9.0
9202026-03-18T17:47:16.771Z Downloaded heapless v0.7.17
9212026-03-18T17:47:16.774Z Downloaded rand_core v0.10.0
9222026-03-18T17:47:16.777Z Downloaded postcard v1.1.3
9232026-03-18T17:47:16.780Z Downloaded aes-gcm v0.10.3
9242026-03-18T17:47:16.784Z Downloaded miniz_oxide v0.8.9
9252026-03-18T17:47:16.786Z Downloaded postgres-types v0.2.12
9262026-03-18T17:47:16.786Z Downloaded scheduled-thread-pool v0.2.7
9272026-03-18T17:47:16.789Z Downloaded rand_seeder v0.4.0
9282026-03-18T17:47:16.789Z Downloaded same-file v1.0.6
9292026-03-18T17:47:16.793Z Downloaded secrecy v0.8.0
9302026-03-18T17:47:16.793Z Downloaded scroll_derive v0.13.1
9312026-03-18T17:47:16.793Z Downloaded resolv-conf v0.7.6
9322026-03-18T17:47:16.796Z Downloaded proc-macro-error2 v2.0.1
9332026-03-18T17:47:16.798Z Downloaded p256 v0.13.2
9342026-03-18T17:47:16.801Z Downloaded hickory-resolver v0.24.4
9352026-03-18T17:47:16.806Z Downloaded salsa20 v0.10.2
9362026-03-18T17:47:16.806Z Downloaded indicatif v0.18.4
9372026-03-18T17:47:16.808Z Downloaded sapling-renderdag v0.1.0
9382026-03-18T17:47:16.809Z Downloaded scrypt v0.11.0
9392026-03-18T17:47:16.812Z Downloaded scopeguard v1.2.0
9402026-03-18T17:47:16.812Z Downloaded seq-macro v0.3.6
9412026-03-18T17:47:16.815Z Downloaded aes v0.8.4
9422026-03-18T17:47:16.818Z Downloaded serde_bytes v0.11.19
9432026-03-18T17:47:16.818Z Downloaded serde-big-array v0.5.1
9442026-03-18T17:47:16.818Z Downloaded rustc-hash v2.1.1
9452026-03-18T17:47:16.821Z Downloaded papergrid v0.17.0
9462026-03-18T17:47:16.826Z Downloaded serde_spanned v1.0.4
9472026-03-18T17:47:16.829Z Downloaded serde_repr v0.1.20
9482026-03-18T17:47:16.829Z Downloaded serde_plain v1.0.2
9492026-03-18T17:47:16.829Z Downloaded quinn-udp v0.5.14
9502026-03-18T17:47:16.833Z Downloaded semver v0.1.20
9512026-03-18T17:47:16.833Z Downloaded shell-words v1.1.1
9522026-03-18T17:47:16.836Z Downloaded serde_urlencoded v0.7.1
9532026-03-18T17:47:16.836Z Downloaded rustls-pemfile v1.0.4
9542026-03-18T17:47:16.836Z Downloaded oso v0.27.3
9552026-03-18T17:47:16.839Z Downloaded rand_core v0.9.5
9562026-03-18T17:47:16.842Z Downloaded pin-project v1.1.11
9572026-03-18T17:47:16.848Z Downloaded signal-hook-tokio v0.3.1
9582026-03-18T17:47:16.853Z Downloaded rustversion v1.0.22
9592026-03-18T17:47:16.858Z Downloaded rustls-pemfile v2.2.0
9602026-03-18T17:47:16.858Z Downloaded sigpipe v0.1.3
9612026-03-18T17:47:16.858Z Downloaded hashbrown v0.13.2
9622026-03-18T17:47:16.861Z Downloaded signature v2.2.0
9632026-03-18T17:47:16.861Z Downloaded siphasher v1.0.2
9642026-03-18T17:47:16.861Z Downloaded openssl-sys v0.9.111
9652026-03-18T17:47:16.865Z Downloaded sec1 v0.7.3
9662026-03-18T17:47:16.868Z Downloaded hickory-resolver v0.25.2
9672026-03-18T17:47:16.872Z Downloaded slog-envlogger v2.2.0
9682026-03-18T17:47:16.872Z Downloaded secrecy v0.10.3
9692026-03-18T17:47:16.875Z Downloaded slog-bunyan v2.5.0
9702026-03-18T17:47:16.875Z Downloaded rusty-fork v0.3.1
9712026-03-18T17:47:16.883Z Downloaded hashbrown v0.12.3
9722026-03-18T17:47:16.883Z Downloaded diesel_derives v2.3.7
9732026-03-18T17:47:16.887Z Downloaded rustls-native-certs v0.8.3
9742026-03-18T17:47:16.887Z Downloaded hyper-util v0.1.20
9752026-03-18T17:47:16.891Z Downloaded serde_derive_internals v0.29.1
9762026-03-18T17:47:16.895Z Downloaded serde-hex v0.1.0
9772026-03-18T17:47:16.898Z Downloaded sct v0.7.1
9782026-03-18T17:47:16.898Z Downloaded progenitor-impl v0.10.0
9792026-03-18T17:47:16.902Z Downloaded schemars_derive v0.8.22
9802026-03-18T17:47:16.902Z Downloaded progenitor-impl v0.13.0
9812026-03-18T17:47:16.905Z Downloaded minimal-lexical v0.2.1
9822026-03-18T17:47:16.912Z Downloaded sha1 v0.10.6
9832026-03-18T17:47:16.912Z Downloaded ssh-encoding v0.2.0
9842026-03-18T17:47:16.916Z Downloaded serde_path_to_error v0.1.20
9852026-03-18T17:47:16.916Z Downloaded russh-keys v0.45.0
9862026-03-18T17:47:16.916Z Downloaded structmeta-derive v0.3.0
9872026-03-18T17:47:16.916Z Downloaded jiff-static v0.2.21
9882026-03-18T17:47:16.919Z Downloaded strip-ansi-escapes v0.2.1
9892026-03-18T17:47:16.919Z Downloaded ssh-cipher v0.2.0
9902026-03-18T17:47:16.919Z Downloaded sqlparser_derive v0.5.0
9912026-03-18T17:47:16.923Z Downloaded signal-hook-registry v1.4.8
9922026-03-18T17:47:16.923Z Downloaded signal-hook-mio v0.2.5
9932026-03-18T17:47:16.923Z Downloaded simd-adler32 v0.3.8
9942026-03-18T17:47:16.926Z Downloaded prefix-trie v0.7.0
9952026-03-18T17:47:16.929Z Downloaded shlex v1.3.0
9962026-03-18T17:47:16.929Z Downloaded structmeta v0.3.0
9972026-03-18T17:47:16.929Z Downloaded http v1.4.0
9982026-03-18T17:47:16.932Z Downloaded strum v0.27.2
9992026-03-18T17:47:16.937Z Downloaded subtle v2.6.1
10002026-03-18T17:47:16.937Z Downloaded strum v0.26.3
10012026-03-18T17:47:16.937Z Downloaded slab v0.4.12
10022026-03-18T17:47:16.940Z Downloaded hickory-server v0.25.2
10032026-03-18T17:47:16.944Z Downloaded rustls-pki-types v1.14.0
10042026-03-18T17:47:16.944Z Downloaded sync-ptr v0.1.4
10052026-03-18T17:47:16.944Z Downloaded take_mut v0.2.2
10062026-03-18T17:47:16.949Z Downloaded supports-color v3.0.2
10072026-03-18T17:47:16.949Z Downloaded slog-async v2.8.0
10082026-03-18T17:47:16.949Z Downloaded derive_more-impl v2.1.1
10092026-03-18T17:47:16.953Z Downloaded tagptr v0.2.0
10102026-03-18T17:47:16.956Z Downloaded tabwriter v1.4.1
10112026-03-18T17:47:16.957Z Downloaded tabled_derive v0.11.0
10122026-03-18T17:47:16.957Z Downloaded ron v0.8.1
10132026-03-18T17:47:16.960Z Downloaded spki v0.7.3
10142026-03-18T17:47:16.964Z Downloaded smallvec v0.6.14
10152026-03-18T17:47:16.964Z Downloaded snafu-derive v0.8.9
10162026-03-18T17:47:16.967Z Downloaded slog-scope v4.4.1
10172026-03-18T17:47:16.967Z Downloaded tap v1.0.1
10182026-03-18T17:47:16.967Z Downloaded slog-json v2.6.1
10192026-03-18T17:47:16.978Z Downloaded smf v0.2.3
10202026-03-18T17:47:16.978Z Downloaded scroll v0.13.0
10212026-03-18T17:47:16.982Z Downloaded slog-term v2.9.2
10222026-03-18T17:47:16.983Z Downloaded mio v1.1.1
10232026-03-18T17:47:16.983Z Downloaded stringprep v0.1.5
10242026-03-18T17:47:16.983Z Downloaded string_cache v0.8.9
10252026-03-18T17:47:16.983Z Downloaded progenitor-impl v0.11.2
10262026-03-18T17:47:16.987Z Downloaded itertools v0.10.5
10272026-03-18T17:47:16.995Z Downloaded time-core v0.1.8
10282026-03-18T17:47:16.995Z Downloaded tinyvec_macros v0.1.1
10292026-03-18T17:47:16.995Z Downloaded testing_table v0.3.0
10302026-03-18T17:47:16.995Z Downloaded termtree v0.5.1
10312026-03-18T17:47:17.001Z Downloaded thread-id v5.1.0
10322026-03-18T17:47:17.001Z Downloaded prettyplease v0.2.37
10332026-03-18T17:47:17.001Z Downloaded hashbrown v0.15.5
10342026-03-18T17:47:17.006Z Downloaded thiserror-impl-no-std v2.0.2
10352026-03-18T17:47:17.006Z Downloaded static_assertions v1.1.0
10362026-03-18T17:47:17.006Z Downloaded stacker v0.1.23
10372026-03-18T17:47:17.006Z Downloaded serde_with_macros v3.17.0
10382026-03-18T17:47:17.012Z Downloaded serde_cbor v0.11.2
10392026-03-18T17:47:17.012Z Downloaded strum_macros v0.26.4
10402026-03-18T17:47:17.017Z Downloaded rcgen v0.12.1
10412026-03-18T17:47:17.017Z Downloaded strum_macros v0.27.2
10422026-03-18T17:47:17.022Z Downloaded crossterm v0.28.1
10432026-03-18T17:47:17.022Z Downloaded support-bundle-viewer v0.1.2
10442026-03-18T17:47:17.026Z Downloaded crossterm v0.29.0
10452026-03-18T17:47:17.029Z Downloaded slog-stdlog v4.1.1
10462026-03-18T17:47:17.029Z Downloaded pretty_assertions v1.4.1
10472026-03-18T17:47:17.029Z Downloaded sync_wrapper v1.0.2
10482026-03-18T17:47:17.033Z Downloaded slog-dtrace v0.3.0
10492026-03-18T17:47:17.033Z Downloaded rayon-core v1.13.0
10502026-03-18T17:47:17.036Z Downloaded der v0.7.10
10512026-03-18T17:47:17.039Z Downloaded topological-sort v0.2.2
10522026-03-18T17:47:17.042Z Downloaded rand_core v0.6.4
10532026-03-18T17:47:17.042Z Downloaded thread_local v1.1.9
10542026-03-18T17:47:17.046Z Downloaded r2d2 v0.8.10
10552026-03-18T17:47:17.047Z Downloaded tower-service v0.3.3
10562026-03-18T17:47:17.047Z Downloaded flate2 v1.1.9
10572026-03-18T17:47:17.051Z Downloaded rand v0.8.5
10582026-03-18T17:47:17.054Z Downloaded derive_more v2.1.1
10592026-03-18T17:47:17.062Z Downloaded tower-layer v0.3.3
10602026-03-18T17:47:17.067Z Downloaded spin v0.9.8
10612026-03-18T17:47:17.067Z Downloaded try-lock v0.2.5
10622026-03-18T17:47:17.067Z Downloaded thiserror-no-std v2.0.2
10632026-03-18T17:47:17.074Z Downloaded qorb v0.4.1
10642026-03-18T17:47:17.079Z Downloaded similar v2.7.0
10652026-03-18T17:47:17.079Z Downloaded trait-variant v0.1.2
10662026-03-18T17:47:17.079Z Downloaded tls_codec v0.4.2
10672026-03-18T17:47:17.092Z Downloaded libxml v0.3.3
10682026-03-18T17:47:17.092Z Downloaded unarray v0.1.4
10692026-03-18T17:47:17.092Z Downloaded unicode-truncate v1.1.0
10702026-03-18T17:47:17.092Z Downloaded typify-macro v0.4.3
10712026-03-18T17:47:17.092Z Downloaded typify-macro v0.6.1
10722026-03-18T17:47:17.092Z Downloaded universal-hash v0.5.1
10732026-03-18T17:47:17.092Z Downloaded unit-prefix v0.5.2
10742026-03-18T17:47:17.095Z Downloaded tokio-native-tls v0.3.1
10752026-03-18T17:47:17.096Z Downloaded tokio-dtrace v0.1.1
10762026-03-18T17:47:17.096Z Downloaded tls_codec_derive v0.4.2
10772026-03-18T17:47:17.096Z Downloaded slog v2.8.2
10782026-03-18T17:47:17.099Z Downloaded ryu v1.0.23
10792026-03-18T17:47:17.105Z Downloaded tokio-macros v2.6.0
10802026-03-18T17:47:17.105Z Downloaded rsa v0.9.10
10812026-03-18T17:47:17.109Z Downloaded tokio-tungstenite v0.21.0
10822026-03-18T17:47:17.109Z Downloaded utf-8 v0.7.6
10832026-03-18T17:47:17.109Z Downloaded usdt-macro v0.6.0
10842026-03-18T17:47:17.109Z Downloaded usdt v0.6.0
10852026-03-18T17:47:17.112Z Downloaded untrusted v0.9.0
10862026-03-18T17:47:17.112Z Downloaded usdt-attr-macro v0.6.0
10872026-03-18T17:47:17.112Z Downloaded tokio-tungstenite v0.23.1
10882026-03-18T17:47:17.117Z Downloaded term v1.2.1
10892026-03-18T17:47:17.120Z Downloaded toml_writer v1.0.6+spec-1.1.0
10902026-03-18T17:47:17.120Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-03-18T17:47:17.121Z Downloaded term v0.7.0
10922026-03-18T17:47:17.124Z Downloaded rand v0.9.2
10932026-03-18T17:47:17.127Z Downloaded schemars v0.9.0
10942026-03-18T17:47:17.134Z Downloaded wait-timeout v0.2.1
10952026-03-18T17:47:17.137Z Downloaded void v1.0.2
10962026-03-18T17:47:17.137Z Downloaded publicsuffix v2.3.0
10972026-03-18T17:47:17.141Z Downloaded termios v0.3.3
10982026-03-18T17:47:17.141Z Downloaded socket2 v0.6.2
10992026-03-18T17:47:17.145Z Downloaded h2 v0.4.13
11002026-03-18T17:47:17.148Z Downloaded want v0.3.1
11012026-03-18T17:47:17.148Z Downloaded tui-tree-widget v0.23.1
11022026-03-18T17:47:17.148Z Downloaded iri-string v0.7.10
11032026-03-18T17:47:17.159Z Downloaded waitgroup v0.1.2
11042026-03-18T17:47:17.162Z Downloaded unicase v2.9.0
11052026-03-18T17:47:17.162Z Downloaded libm v0.2.16
11062026-03-18T17:47:17.165Z Downloaded xshell-macros v0.2.7
11072026-03-18T17:47:17.165Z Downloaded untrusted v0.7.1
11082026-03-18T17:47:17.165Z Downloaded schemars v1.2.1
11092026-03-18T17:47:17.176Z Downloaded xattr v1.6.1
11102026-03-18T17:47:17.184Z Downloaded vergen-lib v0.1.6
11112026-03-18T17:47:17.188Z Downloaded vergen-git2 v1.0.7
11122026-03-18T17:47:17.188Z Downloaded tokio-stream v0.1.18
11132026-03-18T17:47:17.191Z Downloaded iddqd v0.3.17
11142026-03-18T17:47:17.197Z Downloaded toml_parser v1.0.9+spec-1.1.0
11152026-03-18T17:47:17.200Z Downloaded vsss-rs v3.3.4
11162026-03-18T17:47:17.204Z Downloaded zone_cfg_derive v0.3.1
11172026-03-18T17:47:17.204Z Downloaded zeroize_derive v1.4.3
11182026-03-18T17:47:17.204Z Downloaded tar v0.4.44
11192026-03-18T17:47:17.208Z Downloaded samael v0.0.19
11202026-03-18T17:47:17.211Z Downloaded tracing-attributes v0.1.31
11212026-03-18T17:47:17.215Z Downloaded tinyvec v1.10.0
11222026-03-18T17:47:17.218Z Downloaded unicode-properties v0.1.4
11232026-03-18T17:47:17.218Z Downloaded walkdir v2.5.0
11242026-03-18T17:47:17.218Z Downloaded subprocess v0.2.15
11252026-03-18T17:47:17.222Z Downloaded itertools v0.14.0
11262026-03-18T17:47:17.226Z Downloaded twox-hash v2.1.2
11272026-03-18T17:47:17.229Z Downloaded tokio-rustls v0.26.4
11282026-03-18T17:47:17.232Z Downloaded whoami v1.6.1
11292026-03-18T17:47:17.232Z Downloaded blake3 v1.8.3
11302026-03-18T17:47:17.237Z Downloaded xshell v0.2.7
11312026-03-18T17:47:17.241Z Downloaded usdt-impl v0.6.0
11322026-03-18T17:47:17.241Z Downloaded wyz v0.5.1
11332026-03-18T17:47:17.244Z Downloaded whoami v2.1.0
11342026-03-18T17:47:17.244Z Downloaded rand v0.10.0
11352026-03-18T17:47:17.247Z Downloaded xz2 v0.1.7
11362026-03-18T17:47:17.247Z Downloaded uzers v0.12.2
11372026-03-18T17:47:17.251Z Downloaded hkdf v0.12.4
11382026-03-18T17:47:17.251Z Downloaded bitvec v1.0.1
11392026-03-18T17:47:17.261Z Downloaded zstd v0.13.3
11402026-03-18T17:47:17.264Z Downloaded zone v0.3.1
11412026-03-18T17:47:17.264Z Downloaded zeroize v1.8.2
11422026-03-18T17:47:17.268Z Downloaded vergen v9.0.6
11432026-03-18T17:47:17.268Z Downloaded tracing-core v0.1.36
11442026-03-18T17:47:17.272Z Downloaded tungstenite v0.21.0
11452026-03-18T17:47:17.272Z Downloaded toml v0.9.12+spec-1.1.0
11462026-03-18T17:47:17.277Z Downloaded russh v0.45.0
11472026-03-18T17:47:17.281Z Downloaded toml v0.7.8
11482026-03-18T17:47:17.284Z Downloaded num-bigint-dig v0.8.6
11492026-03-18T17:47:17.284Z Downloaded typify v0.6.1
11502026-03-18T17:47:17.287Z Downloaded unsafe-libyaml v0.2.11
11512026-03-18T17:47:17.290Z Downloaded toml_edit v0.23.10+spec-1.0.0
11522026-03-18T17:47:17.293Z Downloaded rpassword v7.4.0
11532026-03-18T17:47:17.296Z Downloaded aws-lc-rs v1.16.0
11542026-03-18T17:47:17.300Z Downloaded zerocopy v0.6.6
11552026-03-18T17:47:17.302Z Downloaded yasna v0.5.2
11562026-03-18T17:47:17.306Z Downloaded steno v0.4.1
11572026-03-18T17:47:17.309Z Downloaded uuid v1.21.0
11582026-03-18T17:47:17.309Z Downloaded typify v0.4.3
11592026-03-18T17:47:17.313Z Downloaded itertools v0.13.0
11602026-03-18T17:47:17.316Z Downloaded tungstenite v0.23.0
11612026-03-18T17:47:17.319Z Downloaded unicode-bidi v0.3.18
11622026-03-18T17:47:17.322Z Downloaded vte v0.14.1
11632026-03-18T17:47:17.325Z Downloaded p521 v0.13.3
11642026-03-18T17:47:17.325Z Downloaded zstd-safe v7.2.4
11652026-03-18T17:47:17.330Z Downloaded aho-corasick v1.1.4
11662026-03-18T17:47:17.334Z Downloaded ron v0.12.0
11672026-03-18T17:47:17.337Z Downloaded test-strategy v0.4.5
11682026-03-18T17:47:17.340Z Downloaded rustyline v14.0.0
11692026-03-18T17:47:17.343Z Downloaded vergen-gitcl v1.0.8
11702026-03-18T17:47:17.346Z Downloaded tokio-rustls v0.24.1
11712026-03-18T17:47:17.346Z Downloaded hyper v1.8.1
11722026-03-18T17:47:17.351Z Downloaded futures-util v0.3.32
11732026-03-18T17:47:17.360Z Downloaded snafu v0.8.9
11742026-03-18T17:47:17.365Z Downloaded bindgen v0.71.1
11752026-03-18T17:47:17.370Z Downloaded git2 v0.20.4
11762026-03-18T17:47:17.377Z Downloaded zopfli v0.8.3
11772026-03-18T17:47:17.380Z Downloaded ssh-key v0.6.7
11782026-03-18T17:47:17.384Z Downloaded unicode_categories v0.1.1
11792026-03-18T17:47:17.387Z Downloaded toml_edit v0.19.15
11802026-03-18T17:47:17.398Z Downloaded zip v0.6.6
11812026-03-18T17:47:17.403Z Downloaded yansi v1.0.1
11822026-03-18T17:47:17.405Z Downloaded tokio-postgres v0.7.16
11832026-03-18T17:47:17.409Z Downloaded reqwest v0.12.28
11842026-03-18T17:47:17.413Z Downloaded lalrpop v0.19.12
11852026-03-18T17:47:17.420Z Downloaded goblin v0.10.5
11862026-03-18T17:47:17.425Z Downloaded unicode-segmentation v1.12.0
11872026-03-18T17:47:17.428Z Downloaded regex v1.12.3
11882026-03-18T17:47:17.432Z Downloaded reedline v0.40.0
11892026-03-18T17:47:17.438Z Downloaded portable-atomic v1.13.1
11902026-03-18T17:47:17.444Z Downloaded p384 v0.13.1
11912026-03-18T17:47:17.450Z Downloaded csv v1.4.0
11922026-03-18T17:47:17.463Z Downloaded zerocopy-derive v0.8.40
11932026-03-18T17:47:17.469Z Downloaded rayon v1.11.0
11942026-03-18T17:47:17.476Z Downloaded salty v0.3.0
11952026-03-18T17:47:17.481Z Downloaded moka v0.12.13
11962026-03-18T17:47:17.487Z Downloaded zip v4.6.1
11972026-03-18T17:47:17.490Z Downloaded tower-http v0.6.8
11982026-03-18T17:47:17.496Z Downloaded typed-path v0.9.3
11992026-03-18T17:47:17.501Z Downloaded unicode-normalization v0.1.25
12002026-03-18T17:47:17.504Z Downloaded tokio-util v0.7.18
12012026-03-18T17:47:17.509Z Downloaded serde_with v3.17.0
12022026-03-18T17:47:17.518Z Downloaded petname v2.0.2
12032026-03-18T17:47:17.523Z Downloaded proptest v1.10.0
12042026-03-18T17:47:17.529Z Downloaded nix v0.27.1
12052026-03-18T17:47:17.537Z Downloaded curve25519-dalek v4.1.3
12062026-03-18T17:47:17.545Z Downloaded object v0.30.4
12072026-03-18T17:47:17.551Z Downloaded rustls-webpki v0.102.8
12082026-03-18T17:47:17.566Z Downloaded winnow v0.6.26
12092026-03-18T17:47:17.571Z Downloaded winnow v0.5.40
12102026-03-18T17:47:17.577Z Downloaded polar-core v0.27.3
12112026-03-18T17:47:17.583Z Downloaded quinn-proto v0.11.13
12122026-03-18T17:47:17.588Z Downloaded radix_trie v0.2.1
12132026-03-18T17:47:17.592Z Downloaded openssl v0.10.75
12142026-03-18T17:47:17.598Z Downloaded nix v0.29.0
12152026-03-18T17:47:17.607Z Downloaded regex-syntax v0.6.29
12162026-03-18T17:47:17.612Z Downloaded time v0.3.47
12172026-03-18T17:47:17.621Z Downloaded tabled v0.20.0
12182026-03-18T17:47:17.634Z Downloaded vcpkg v0.2.15
12192026-03-18T17:47:17.665Z Downloaded smoltcp v0.9.1
12202026-03-18T17:47:17.673Z Downloaded rustls v0.21.12
12212026-03-18T17:47:17.683Z Downloaded object v0.37.3
12222026-03-18T17:47:17.689Z Downloaded zerocopy v0.8.40
12232026-03-18T17:47:17.696Z Downloaded zlib-rs v0.6.2
12242026-03-18T17:47:17.701Z Downloaded nix v0.31.1
12252026-03-18T17:47:17.709Z Downloaded webpki-roots v1.0.6
12262026-03-18T17:47:17.712Z Downloaded smoltcp v0.11.0
12272026-03-18T17:47:17.721Z Downloaded rustls v0.22.4
12282026-03-18T17:47:17.730Z Downloaded openapiv3 v2.2.0
12292026-03-18T17:47:17.739Z Downloaded hickory-proto v0.24.4
12302026-03-18T17:47:17.751Z Downloaded rustls v0.23.37
12312026-03-18T17:47:17.760Z Downloaded regex-syntax v0.8.10
12322026-03-18T17:47:17.766Z Downloaded rustix v0.38.44
12332026-03-18T17:47:17.783Z Downloaded regress v0.10.5
12342026-03-18T17:47:17.790Z Downloaded hickory-proto v0.25.2
12352026-03-18T17:47:17.801Z Downloaded diesel v2.3.7
12362026-03-18T17:47:17.816Z Downloaded dropshot v0.16.7
12372026-03-18T17:47:17.834Z Downloaded sqlparser v0.61.0
12382026-03-18T17:47:17.842Z Downloaded nix v0.28.0
12392026-03-18T17:47:17.851Z Downloaded rustls-webpki v0.101.7
12402026-03-18T17:47:17.862Z Downloaded typify-impl v0.6.1
12412026-03-18T17:47:17.874Z Downloaded typify-impl v0.4.3
12422026-03-18T17:47:17.887Z Downloaded tracing v0.1.44
12432026-03-18T17:47:17.904Z Downloaded ratatui v0.29.0
12442026-03-18T17:47:17.920Z Downloaded zerocopy-derive v0.6.6
12452026-03-18T17:47:17.928Z Downloaded bzip2-sys v0.1.13+1.0.8
12462026-03-18T17:47:17.937Z Downloaded sled v0.34.7
12472026-03-18T17:47:17.945Z Downloaded regex-automata v0.4.14
12482026-03-18T17:47:17.958Z Downloaded tough v0.20.0
12492026-03-18T17:47:17.964Z Downloaded reqwest v0.13.2
12502026-03-18T17:47:17.968Z Downloaded x509-cert v0.2.5
12512026-03-18T17:47:17.974Z Downloaded tower v0.5.3
12522026-03-18T17:47:17.979Z Downloaded petgraph v0.6.5
12532026-03-18T17:47:17.993Z Downloaded jiff v0.2.21
12542026-03-18T17:47:18.008Z Downloaded lzma-sys v0.1.20
12552026-03-18T17:47:18.031Z Downloaded chrono-tz v0.10.4
12562026-03-18T17:47:18.044Z Downloaded quick-xml v0.37.5
12572026-03-18T17:47:18.049Z Downloaded bstr v1.12.1
12582026-03-18T17:47:18.056Z Downloaded chrono v0.4.44
12592026-03-18T17:47:18.061Z Downloaded quinn v0.11.9
12602026-03-18T17:47:18.064Z Downloaded petgraph v0.8.3
12612026-03-18T17:47:18.081Z Downloaded libz-sys v1.1.24
12622026-03-18T17:47:18.098Z Downloaded nom v7.1.3
12632026-03-18T17:47:18.102Z Downloaded rustls-webpki v0.103.9
12642026-03-18T17:47:18.105Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12652026-03-18T17:47:18.119Z Downloaded tokio v1.49.0
12662026-03-18T17:47:18.149Z Downloaded sha3 v0.10.8
12672026-03-18T17:47:18.153Z Downloaded itertools v0.12.1
12682026-03-18T17:47:18.158Z Downloaded socket2 v0.5.10
12692026-03-18T17:47:18.161Z Downloaded num-bigint v0.4.6
12702026-03-18T17:47:18.165Z Downloaded tokio-rustls v0.25.0
12712026-03-18T17:47:18.167Z Downloaded strum_macros v0.24.3
12722026-03-18T17:47:18.168Z Downloaded rustls-platform-verifier v0.6.2
12732026-03-18T17:47:18.170Z Downloaded schemars v0.8.22
12742026-03-18T17:47:18.178Z Downloaded tiny-keccak v2.0.2
12752026-03-18T17:47:18.183Z Downloaded time-macros v0.2.27
12762026-03-18T17:47:18.183Z Downloaded sqlformat v0.3.5
12772026-03-18T17:47:18.187Z Downloaded signal-hook v0.3.18
12782026-03-18T17:47:18.187Z Downloaded serde_yaml v0.9.34+deprecated
12792026-03-18T17:47:18.191Z Downloaded num-integer v0.1.46
12802026-03-18T17:47:18.191Z Downloaded nanorand v0.7.0
12812026-03-18T17:47:18.191Z Downloaded derive_more v0.99.20
12822026-03-18T17:47:18.195Z Downloaded base64 v0.22.1
12832026-03-18T17:47:18.198Z Downloaded opaque-debug v0.3.1
12842026-03-18T17:47:18.198Z Downloaded linear-map v1.2.0
12852026-03-18T17:47:18.201Z Downloaded libefi-sys v0.1.0
12862026-03-18T17:47:18.201Z Downloaded getrandom v0.2.17
12872026-03-18T17:47:18.204Z Downloaded compact_str v0.8.1
12882026-03-18T17:47:18.207Z Downloaded humantime v2.3.0
12892026-03-18T17:47:18.207Z Downloaded bytes v1.11.1
12902026-03-18T17:47:18.211Z Downloaded arc-swap v1.8.2
12912026-03-18T17:47:18.215Z Downloaded libsw-core v0.3.2
12922026-03-18T17:47:18.215Z Downloaded encoding_rs v0.8.35
12932026-03-18T17:47:18.231Z Downloaded http-body-util v0.1.3
12942026-03-18T17:47:18.235Z Downloaded hickory-client v0.25.2
12952026-03-18T17:47:18.235Z Downloaded nonempty v0.12.0
12962026-03-18T17:47:18.235Z Downloaded nodrop v0.1.14
12972026-03-18T17:47:18.239Z Downloaded newtype_derive v0.1.6
12982026-03-18T17:47:18.239Z Downloaded ipnet v2.11.0
12992026-03-18T17:47:18.239Z Downloaded ingot-types v0.1.2
13002026-03-18T17:47:18.239Z Downloaded ingot v0.1.1
13012026-03-18T17:47:18.244Z Downloaded darling v0.21.3
13022026-03-18T17:47:18.244Z Downloaded maybe-uninit v2.0.0
13032026-03-18T17:47:18.247Z Downloaded lru-cache v0.1.2
13042026-03-18T17:47:18.247Z Downloaded elliptic-curve v0.13.8
13052026-03-18T17:47:18.247Z Downloaded des v0.8.1
13062026-03-18T17:47:18.250Z Downloaded ring v0.17.14
13072026-03-18T17:47:18.280Z Downloaded darling v0.23.0
13082026-03-18T17:47:18.284Z Downloaded drift v0.1.3
13092026-03-18T17:47:18.288Z Downloaded diff v0.1.13
13102026-03-18T17:47:18.291Z Downloaded derive_builder v0.20.2
13112026-03-18T17:47:18.294Z Downloaded der_derive v0.7.3
13122026-03-18T17:47:18.297Z Downloaded darling v0.20.11
13132026-03-18T17:47:18.299Z Downloaded corncobs v0.1.4
13142026-03-18T17:47:18.300Z Downloaded console v0.16.2
13152026-03-18T17:47:18.303Z Downloaded colored v2.2.0
13162026-03-18T17:47:18.303Z Downloaded derive-ex v0.1.8
13172026-03-18T17:47:18.306Z Downloaded daft v0.1.5
13182026-03-18T17:47:18.306Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-18T17:47:18.350Z Downloaded crossbeam-utils v0.8.21
13202026-03-18T17:47:18.352Z Downloaded backoff v0.4.0
13212026-03-18T17:47:18.352Z Downloaded colored v3.1.1
13222026-03-18T17:47:18.356Z Downloaded cargo_metadata v0.19.2
13232026-03-18T17:47:18.356Z Downloaded blake2 v0.10.6
13242026-03-18T17:47:18.359Z Downloaded ar_archive_writer v0.5.1
13252026-03-18T17:47:18.359Z Downloaded ahash v0.8.12
13262026-03-18T17:47:18.361Z Downloaded const-oid v0.9.6
13272026-03-18T17:47:18.364Z Downloaded cobs v0.3.0
13282026-03-18T17:47:18.364Z Downloaded clang-sys v1.8.1
13292026-03-18T17:47:18.364Z Downloaded env_logger v0.11.9
13302026-03-18T17:47:18.367Z Downloaded diesel-dtrace v0.5.0
13312026-03-18T17:47:18.367Z Downloaded ctr v0.9.2
13322026-03-18T17:47:18.374Z Downloaded http-range v0.1.5
13332026-03-18T17:47:18.374Z Downloaded futures-executor v0.3.32
13342026-03-18T17:47:18.374Z Downloaded headers-core v0.3.0
13352026-03-18T17:47:18.374Z Downloaded csv-core v0.1.13
13362026-03-18T17:47:18.374Z Downloaded bzip2 v0.6.1
13372026-03-18T17:47:18.374Z Downloaded base64ct v1.8.3
13382026-03-18T17:47:18.378Z Downloaded embedded-io v0.4.0
13392026-03-18T17:47:18.378Z Downloaded crucible-workspace-hack v0.1.0
13402026-03-18T17:47:18.378Z Downloaded buf-list v1.1.2
13412026-03-18T17:47:18.378Z Downloaded futures-sink v0.3.32
13422026-03-18T17:47:18.381Z Downloaded futures-io v0.3.32
13432026-03-18T17:47:18.835Z Downloaded aws-lc-sys v0.37.1
13442026-03-18T17:47:19.160Z Compiling libc v0.2.180
13452026-03-18T17:47:19.163Z Compiling serde v1.0.228
13462026-03-18T17:47:19.163Z Compiling log v0.4.29
13472026-03-18T17:47:19.163Z Compiling shlex v1.3.0
13482026-03-18T17:47:19.331Z Compiling find-msvc-tools v0.1.9
13492026-03-18T17:47:19.335Z Compiling smallvec v1.15.1
13502026-03-18T17:47:19.354Z Compiling syn v2.0.117
13512026-03-18T17:47:19.358Z Compiling typenum v1.19.0
13522026-03-18T17:47:19.563Z Compiling generic-array v0.14.7
13532026-03-18T17:47:19.588Z Compiling subtle v2.6.1
13542026-03-18T17:47:19.638Z Compiling scopeguard v1.2.0
13552026-03-18T17:47:19.696Z Compiling portable-atomic v1.13.1
13562026-03-18T17:47:19.734Z Compiling const-oid v0.9.6
13572026-03-18T17:47:19.776Z Compiling lock_api v0.4.14
13582026-03-18T17:47:19.813Z Compiling critical-section v1.2.0
13592026-03-18T17:47:19.866Z Compiling zerocopy v0.8.40
13602026-03-18T17:47:19.940Z Compiling serde_json v1.0.149
13612026-03-18T17:47:20.068Z Compiling pin-project-lite v0.2.17
13622026-03-18T17:47:20.169Z Compiling parking_lot_core v0.9.12
13632026-03-18T17:47:20.407Z Compiling pkg-config v0.3.32
13642026-03-18T17:47:20.453Z Compiling getrandom v0.2.17
13652026-03-18T17:47:20.511Z Compiling jobserver v0.1.34
13662026-03-18T17:47:20.644Z Compiling rand_core v0.6.4
13672026-03-18T17:47:20.724Z Compiling errno v0.3.14
13682026-03-18T17:47:20.793Z Compiling cc v1.2.56
13692026-03-18T17:47:20.905Z Compiling once_cell v1.21.3
13702026-03-18T17:47:21.017Z Compiling signal-hook-registry v1.4.8
13712026-03-18T17:47:21.034Z Compiling mio v1.1.1
13722026-03-18T17:47:21.132Z Compiling bitflags v2.11.0
13732026-03-18T17:47:21.164Z Compiling libm v0.2.16
13742026-03-18T17:47:21.357Z Compiling parking_lot v0.12.5
13752026-03-18T17:47:21.358Z Compiling num-traits v0.2.19
13762026-03-18T17:47:21.416Z Compiling futures-core v0.3.32
13772026-03-18T17:47:21.616Z Compiling socket2 v0.6.2
13782026-03-18T17:47:21.676Z Compiling percent-encoding v2.3.2
13792026-03-18T17:47:21.766Z Compiling allocator-api2 v0.2.21
13802026-03-18T17:47:21.788Z Compiling futures-sink v0.3.32
13812026-03-18T17:47:21.844Z Compiling foldhash v0.2.0
13822026-03-18T17:47:21.912Z Compiling cpufeatures v0.2.17
13832026-03-18T17:47:21.931Z Compiling futures-channel v0.3.32
13842026-03-18T17:47:22.002Z Compiling getrandom v0.4.1
13852026-03-18T17:47:22.118Z Compiling futures-task v0.3.32
13862026-03-18T17:47:22.165Z Compiling hashbrown v0.16.1
13872026-03-18T17:47:22.193Z Compiling slab v0.4.12
13882026-03-18T17:47:22.347Z Compiling futures-io v0.3.32
13892026-03-18T17:47:22.425Z Compiling rustversion v1.0.22
13902026-03-18T17:47:22.497Z Compiling getrandom v0.3.4
13912026-03-18T17:47:22.546Z Compiling rand_core v0.10.0
13922026-03-18T17:47:22.568Z Compiling form_urlencoded v1.2.2
13932026-03-18T17:47:23.019Z Compiling indexmap v2.13.0
13942026-03-18T17:47:23.070Z Compiling cmake v0.1.57
13952026-03-18T17:47:23.088Z Compiling base64ct v1.8.3
13962026-03-18T17:47:23.308Z Compiling ident_case v1.0.1
13972026-03-18T17:47:23.461Z Compiling dunce v1.0.5
13982026-03-18T17:47:23.507Z Compiling synstructure v0.13.2
13992026-03-18T17:47:23.579Z Compiling fs_extra v1.3.0
14002026-03-18T17:47:23.629Z Compiling pem-rfc7468 v0.7.0
14012026-03-18T17:47:23.728Z Compiling flagset v0.4.7
14022026-03-18T17:47:23.771Z Compiling rand_core v0.9.5
14032026-03-18T17:47:23.803Z Compiling iana-time-zone v0.1.65
14042026-03-18T17:47:23.899Z Compiling rustix v1.1.3
14052026-03-18T17:47:23.930Z Compiling aws-lc-sys v0.37.1
14062026-03-18T17:47:23.955Z Compiling ring v0.17.14
14072026-03-18T17:47:24.039Z Compiling uuid v1.21.0
14082026-03-18T17:47:24.066Z Compiling rustc_version v0.4.1
14092026-03-18T17:47:24.122Z Compiling vcpkg v0.2.15
14102026-03-18T17:47:24.345Z Compiling regex-syntax v0.8.10
14112026-03-18T17:47:24.508Z Compiling aws-lc-rs v1.16.0
14122026-03-18T17:47:24.904Z Compiling tracing-core v0.1.36
14132026-03-18T17:47:24.948Z Compiling crossbeam-utils v0.8.21
14142026-03-18T17:47:25.140Z Compiling openssl-sys v0.9.111
14152026-03-18T17:47:25.346Z Compiling pest_generator v2.8.6
14162026-03-18T17:47:25.637Z Compiling serde_derive_internals v0.29.1
14172026-03-18T17:47:25.892Z Compiling untrusted v0.9.0
14182026-03-18T17:47:26.042Z Compiling syn v1.0.109
14192026-03-18T17:47:26.155Z Compiling serde_derive v1.0.228
14202026-03-18T17:47:26.301Z Compiling zeroize_derive v1.4.3
14212026-03-18T17:47:26.320Z Compiling zerofrom-derive v0.1.6
14222026-03-18T17:47:26.421Z Compiling yoke-derive v0.8.1
14232026-03-18T17:47:26.877Z Compiling zerocopy-derive v0.8.40
14242026-03-18T17:47:27.130Z Compiling zeroize v1.8.2
14252026-03-18T17:47:27.687Z Compiling zerovec-derive v0.11.2
14262026-03-18T17:47:28.047Z Compiling displaydoc v0.2.5
14272026-03-18T17:47:28.234Z Compiling crypto-common v0.1.7
14282026-03-18T17:47:28.234Z Compiling zerofrom v0.1.6
14292026-03-18T17:47:28.391Z Compiling yoke v0.8.1
14302026-03-18T17:47:28.427Z Compiling block-buffer v0.10.4
14312026-03-18T17:47:28.626Z Compiling digest v0.10.7
14322026-03-18T17:47:28.629Z Compiling tokio-macros v2.6.0
14332026-03-18T17:47:28.813Z Compiling futures-macro v0.3.32
14342026-03-18T17:47:28.959Z Compiling hmac v0.12.1
14352026-03-18T17:47:29.002Z Compiling zerotrie v0.2.3
14362026-03-18T17:47:29.155Z Compiling block-padding v0.3.3
14372026-03-18T17:47:29.158Z Compiling zerovec v0.11.5
14382026-03-18T17:47:29.357Z Compiling inout v0.1.4
14392026-03-18T17:47:29.393Z Compiling sha2 v0.10.9
14402026-03-18T17:47:29.576Z Compiling cipher v0.4.4
14412026-03-18T17:47:29.597Z Compiling der_derive v0.7.3
14422026-03-18T17:47:29.856Z Compiling tinystr v0.8.2
14432026-03-18T17:47:29.875Z Compiling potential_utf v0.1.4
14442026-03-18T17:47:29.918Z Compiling futures-util v0.3.32
14452026-03-18T17:47:30.082Z Compiling icu_locale_core v2.1.1
14462026-03-18T17:47:30.116Z Compiling icu_collections v2.1.1
14472026-03-18T17:47:30.749Z Compiling salsa20 v0.10.2
14482026-03-18T17:47:30.886Z Compiling bytes v1.11.1
14492026-03-18T17:47:30.904Z Compiling der v0.7.10
14502026-03-18T17:47:30.923Z Compiling icu_provider v2.1.1
14512026-03-18T17:47:31.246Z Compiling icu_properties v2.1.2
14522026-03-18T17:47:31.293Z Compiling icu_normalizer v2.1.1
14532026-03-18T17:47:31.311Z Compiling chrono v0.4.44
14542026-03-18T17:47:31.706Z Compiling tokio v1.49.0
14552026-03-18T17:47:31.982Z Compiling http v1.4.0
14562026-03-18T17:47:32.567Z Compiling idna_adapter v1.2.1
14572026-03-18T17:47:32.738Z Compiling idna v1.1.0
14582026-03-18T17:47:32.821Z Compiling spki v0.7.3
14592026-03-18T17:47:33.043Z Compiling ppv-lite86 v0.2.21
14602026-03-18T17:47:33.076Z Compiling pbkdf2 v0.12.2
14612026-03-18T17:47:33.170Z Compiling url v2.5.8
14622026-03-18T17:47:33.214Z Compiling thiserror-impl v2.0.18
14632026-03-18T17:47:33.232Z Compiling scrypt v0.11.0
14642026-03-18T17:47:33.274Z Compiling cbc v0.1.2
14652026-03-18T17:47:33.451Z Compiling rand_chacha v0.9.0
14662026-03-18T17:47:33.479Z Compiling aes v0.8.4
14672026-03-18T17:47:33.551Z Compiling rustls-pki-types v1.14.0
14682026-03-18T17:47:33.608Z Compiling tracing-attributes v0.1.31
14692026-03-18T17:47:34.145Z Compiling pkcs5 v0.7.1
14702026-03-18T17:47:34.209Z Compiling rand v0.9.2
14712026-03-18T17:47:34.321Z Compiling http-body v1.0.1
14722026-03-18T17:47:34.508Z Compiling openssl-probe v0.2.1
14732026-03-18T17:47:34.724Z Compiling untrusted v0.7.1
14742026-03-18T17:47:34.778Z Compiling schemars v0.8.22
14752026-03-18T17:47:34.848Z Compiling base64 v0.22.1
14762026-03-18T17:47:34.875Z Compiling httparse v1.10.1
14772026-03-18T17:47:34.961Z Compiling thiserror v2.0.18
14782026-03-18T17:47:35.047Z Compiling pkcs8 v0.10.2
14792026-03-18T17:47:35.250Z Compiling schemars_derive v0.8.22
14802026-03-18T17:47:35.331Z Compiling pest_derive v2.8.6
14812026-03-18T17:47:35.369Z Compiling scroll_derive v0.13.1
14822026-03-18T17:47:35.388Z Compiling tracing v0.1.44
14832026-03-18T17:47:35.720Z Compiling darling_core v0.20.11
14842026-03-18T17:47:35.848Z Compiling try-lock v0.2.5
14852026-03-18T17:47:35.980Z Compiling tinyvec_macros v0.1.1
14862026-03-18T17:47:36.066Z Compiling tower-layer v0.3.3
14872026-03-18T17:47:36.084Z Compiling tower-service v0.3.3
14882026-03-18T17:47:36.199Z Compiling dyn-clone v1.0.20
14892026-03-18T17:47:36.269Z Compiling atomic-waker v1.1.2
14902026-03-18T17:47:36.371Z Compiling rustls v0.23.37
14912026-03-18T17:47:36.421Z Compiling tinyvec v1.10.0
14922026-03-18T17:47:36.424Z Compiling scroll v0.13.0
14932026-03-18T17:47:36.579Z Compiling want v0.3.1
14942026-03-18T17:47:36.764Z Compiling tokio-util v0.7.18
14952026-03-18T17:47:37.167Z Compiling ipnet v2.11.0
14962026-03-18T17:47:37.617Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-18T17:47:37.871Z Compiling h2 v0.4.13
14982026-03-18T17:47:38.103Z Compiling spin v0.9.8
14992026-03-18T17:47:38.225Z Compiling aho-corasick v1.1.4
15002026-03-18T17:47:38.366Z Compiling crc32fast v1.5.0
15012026-03-18T17:47:38.701Z Compiling time-core v0.1.8
15022026-03-18T17:47:38.771Z Compiling httpdate v1.0.3
15032026-03-18T17:47:38.890Z Compiling num-conv v0.2.0
15042026-03-18T17:47:38.998Z Compiling darling_macro v0.20.11
15052026-03-18T17:47:39.052Z Compiling openssl v0.10.75
15062026-03-18T17:47:39.070Z Compiling foreign-types-shared v0.1.1
15072026-03-18T17:47:39.172Z Compiling pin-utils v0.1.0
15082026-03-18T17:47:39.263Z Compiling powerfmt v0.2.0
15092026-03-18T17:47:39.361Z Compiling regex-automata v0.4.14
15102026-03-18T17:47:39.525Z Compiling deranged v0.5.8
15112026-03-18T17:47:39.593Z Compiling darling v0.20.11
15122026-03-18T17:47:39.628Z Compiling foreign-types v0.3.2
15132026-03-18T17:47:39.694Z Compiling tempfile v3.25.0
15142026-03-18T17:47:39.718Z Compiling time-macros v0.2.27
15152026-03-18T17:47:40.592Z Compiling goblin v0.10.5
15162026-03-18T17:47:40.863Z Compiling openssl-macros v0.1.1
15172026-03-18T17:47:41.151Z Compiling thiserror-impl v1.0.69
15182026-03-18T17:47:42.030Z Compiling hyper v1.8.1
15192026-03-18T17:47:42.638Z Compiling wait-timeout v0.2.1
15202026-03-18T17:47:42.818Z Compiling siphasher v1.0.2
15212026-03-18T17:47:42.978Z Compiling num_threads v0.1.7
15222026-03-18T17:47:43.065Z Compiling bit-vec v0.8.0
15232026-03-18T17:47:43.096Z Compiling native-tls v0.2.18
15242026-03-18T17:47:43.225Z Compiling quick-error v1.2.3
15252026-03-18T17:47:43.340Z Compiling usdt-impl v0.6.0
15262026-03-18T17:47:43.358Z Compiling simd-adler32 v0.3.8
15272026-03-18T17:47:43.361Z Compiling either v1.15.0
15282026-03-18T17:47:43.613Z Compiling hyper-util v0.1.20
15292026-03-18T17:47:43.662Z Compiling rusty-fork v0.3.1
15302026-03-18T17:47:43.680Z Compiling bit-set v0.8.0
15312026-03-18T17:47:43.883Z Compiling time v0.3.47
15322026-03-18T17:47:44.079Z Compiling thiserror v1.0.69
15332026-03-18T17:47:44.430Z Compiling dof v0.4.0
15342026-03-18T17:47:45.194Z Compiling derive_builder_core v0.20.2
15352026-03-18T17:47:45.890Z Compiling unicode-normalization v0.1.25
15362026-03-18T17:47:46.015Z Compiling crossbeam-epoch v0.9.18
15372026-03-18T17:47:46.058Z Compiling dtrace-parser v0.3.0
15382026-03-18T17:47:46.374Z Compiling rustls-native-certs v0.8.3
15392026-03-18T17:47:46.446Z Compiling signature v2.2.0
15402026-03-18T17:47:46.487Z Compiling scroll_derive v0.12.1
15412026-03-18T17:47:46.553Z Compiling heapless v0.7.17
15422026-03-18T17:47:46.661Z Compiling rand_xorshift v0.4.0
15432026-03-18T17:47:46.740Z Compiling slog v2.8.2
15442026-03-18T17:47:46.849Z Compiling darling_core v0.21.3
15452026-03-18T17:47:46.866Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-18T17:47:46.964Z Compiling sync_wrapper v1.0.2
15472026-03-18T17:47:47.083Z Compiling thread-id v5.1.0
15482026-03-18T17:47:47.102Z Compiling cookie v0.18.1
15492026-03-18T17:47:47.185Z Compiling zstd-safe v7.2.4
15502026-03-18T17:47:47.207Z Compiling paste v1.0.15
15512026-03-18T17:47:47.367Z Compiling signal-hook v0.3.18
15522026-03-18T17:47:47.386Z Compiling unarray v0.1.4
15532026-03-18T17:47:47.432Z Compiling adler2 v2.0.1
15542026-03-18T17:47:47.520Z Compiling anyhow v1.0.102
15552026-03-18T17:47:47.566Z Compiling rayon-core v1.13.0
15562026-03-18T17:47:47.584Z Compiling unicode-segmentation v1.12.0
15572026-03-18T17:47:47.602Z Compiling unicode-bidi v0.3.18
15582026-03-18T17:47:47.780Z Compiling unicode-properties v0.1.4
15592026-03-18T17:47:48.058Z Compiling stringprep v0.1.5
15602026-03-18T17:47:48.174Z Compiling miniz_oxide v0.8.9
15612026-03-18T17:47:48.197Z Compiling proptest v1.10.0
15622026-03-18T17:47:48.322Z Compiling scroll v0.12.0
15632026-03-18T17:47:48.665Z Compiling tower v0.5.3
15642026-03-18T17:47:48.972Z Compiling derive_builder_macro v0.20.2
15652026-03-18T17:47:48.990Z Compiling crossbeam-deque v0.8.6
15662026-03-18T17:47:49.234Z Compiling ipnetwork v0.21.1
15672026-03-18T17:47:49.286Z Compiling http-body-util v0.1.3
15682026-03-18T17:47:49.289Z Compiling webpki-roots v1.0.6
15692026-03-18T17:47:49.394Z Compiling rand_chacha v0.3.1
15702026-03-18T17:47:49.451Z Compiling serde_spanned v0.6.9
15712026-03-18T17:47:49.541Z Compiling erased-serde v0.3.31
15722026-03-18T17:47:49.603Z Compiling toml_datetime v0.6.11
15732026-03-18T17:47:49.630Z Compiling serde_tokenstream v0.2.3
15742026-03-18T17:47:49.744Z Compiling md-5 v0.10.6
15752026-03-18T17:47:49.935Z Compiling zerocopy-derive v0.7.35
15762026-03-18T17:47:49.954Z Compiling curve25519-dalek v4.1.3
15772026-03-18T17:47:50.039Z Compiling vergen-lib v0.1.6
15782026-03-18T17:47:50.258Z Compiling num-integer v0.1.46
15792026-03-18T17:47:50.277Z Compiling hash32 v0.2.1
15802026-03-18T17:47:50.371Z Compiling ff v0.13.1
15812026-03-18T17:47:50.419Z Compiling memoffset v0.9.1
15822026-03-18T17:47:50.438Z Compiling darling_macro v0.21.3
15832026-03-18T17:47:50.518Z Compiling iri-string v0.7.10
15842026-03-18T17:47:50.540Z Compiling ref-cast v1.0.25
15852026-03-18T17:47:50.653Z Compiling smoltcp v0.9.1
15862026-03-18T17:47:50.684Z Compiling ryu v1.0.23
15872026-03-18T17:47:50.912Z Compiling base16ct v0.2.0
15882026-03-18T17:47:50.930Z Compiling rustix v0.38.44
15892026-03-18T17:47:51.035Z Compiling zlib-rs v0.6.2
15902026-03-18T17:47:51.073Z Compiling psl-types v2.0.11
15912026-03-18T17:47:51.091Z Compiling num-bigint-dig v0.8.6
15922026-03-18T17:47:51.132Z Compiling litrs v1.0.0
15932026-03-18T17:47:51.227Z Compiling fallible-iterator v0.2.0
15942026-03-18T17:47:51.319Z Compiling cfg_aliases v0.2.1
15952026-03-18T17:47:51.409Z Compiling nix v0.31.1
15962026-03-18T17:47:51.476Z Compiling newtype-uuid v1.3.2
15972026-03-18T17:47:51.635Z Compiling postgres-protocol v0.6.10
15982026-03-18T17:47:51.810Z Compiling document-features v0.2.12
15992026-03-18T17:47:51.902Z Compiling publicsuffix v2.3.0
16002026-03-18T17:47:51.946Z Compiling zerocopy v0.7.35
16012026-03-18T17:47:52.146Z Compiling tower-http v0.6.8
16022026-03-18T17:47:52.429Z Compiling sec1 v0.7.3
16032026-03-18T17:47:52.632Z Compiling darling v0.21.3
16042026-03-18T17:47:52.730Z Compiling serde_urlencoded v0.7.1
16052026-03-18T17:47:52.768Z Compiling num-iter v0.1.45
16062026-03-18T17:47:52.771Z Compiling group v0.13.0
16072026-03-18T17:47:52.960Z Compiling rand v0.8.5
16082026-03-18T17:47:53.002Z Compiling derive_builder v0.20.2
16092026-03-18T17:47:53.050Z Compiling oxnet v0.1.4
16102026-03-18T17:47:53.276Z Compiling proc-macro-error v1.0.4
16112026-03-18T17:47:53.463Z Compiling tokio-native-tls v0.3.1
16122026-03-18T17:47:53.564Z Compiling goblin v0.8.2
16132026-03-18T17:47:54.385Z Compiling heck v0.4.1
16142026-03-18T17:47:54.536Z Compiling phf_shared v0.13.1
16152026-03-18T17:47:54.583Z Compiling hubpack_derive v0.1.1
16162026-03-18T17:47:54.669Z Compiling regex v1.12.3
16172026-03-18T17:47:54.687Z Compiling lazy_static v1.5.0
16182026-03-18T17:47:54.802Z Compiling cargo-platform v0.1.9
16192026-03-18T17:47:54.861Z Compiling hkdf v0.12.4
16202026-03-18T17:47:55.063Z Compiling crypto-bigint v0.5.5
16212026-03-18T17:47:55.123Z Compiling flate2 v1.1.9
16222026-03-18T17:47:55.142Z Compiling daft-derive v0.1.5
16232026-03-18T17:47:55.256Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-18T17:47:55.620Z Compiling ref-cast-impl v1.0.25
16252026-03-18T17:47:55.675Z Compiling async-trait v0.1.89
16262026-03-18T17:47:56.098Z Compiling strum_macros v0.27.2
16272026-03-18T17:47:56.102Z Compiling terminal_size v0.4.3
16282026-03-18T17:47:56.293Z Compiling vergen v9.0.6
16292026-03-18T17:47:56.323Z Compiling fs-err v3.3.0
16302026-03-18T17:47:56.513Z Compiling ahash v0.8.12
16312026-03-18T17:47:56.555Z Compiling foldhash v0.1.5
16322026-03-18T17:47:56.757Z Compiling bumpalo v3.20.2
16332026-03-18T17:47:56.776Z Compiling object v0.37.3
16342026-03-18T17:47:57.084Z Compiling managed v0.8.0
16352026-03-18T17:47:57.102Z Compiling bitflags v1.3.2
16362026-03-18T17:47:57.120Z Compiling winnow v0.5.40
16372026-03-18T17:47:57.205Z Compiling libbz2-rs-sys v0.2.2
16382026-03-18T17:47:57.409Z Compiling clap_builder v4.5.60
16392026-03-18T17:47:57.999Z Compiling bzip2 v0.6.1
16402026-03-18T17:47:58.328Z Compiling console v0.16.2
16412026-03-18T17:47:58.491Z Compiling zopfli v0.8.3
16422026-03-18T17:47:58.853Z Compiling strum v0.27.2
16432026-03-18T17:47:59.012Z Compiling toml_edit v0.19.15
16442026-03-18T17:47:59.116Z Compiling hashbrown v0.15.5
16452026-03-18T17:47:59.135Z Compiling dof v0.3.0
16462026-03-18T17:47:59.371Z Compiling elliptic-curve v0.13.8
16472026-03-18T17:47:59.539Z Compiling daft v0.1.5
16482026-03-18T17:47:59.892Z Compiling hubpack v0.1.2
16492026-03-18T17:47:59.912Z Compiling cargo_metadata v0.19.2
16502026-03-18T17:48:00.101Z Compiling phf v0.13.1
16512026-03-18T17:48:00.305Z Compiling zone_cfg_derive v0.3.1
16522026-03-18T17:48:01.135Z Compiling signal-hook-mio v0.2.5
16532026-03-18T17:48:01.679Z Compiling cookie_store v0.22.1
16542026-03-18T17:48:01.753Z Compiling rayon v1.11.0
16552026-03-18T17:48:01.773Z Compiling zstd v0.13.3
16562026-03-18T17:48:02.134Z Compiling hyper-tls v0.6.0
16572026-03-18T17:48:02.275Z Compiling bzip2 v0.4.4
16582026-03-18T17:48:02.551Z Compiling serde_with_macros v3.17.0
16592026-03-18T17:48:02.570Z Compiling postgres-types v0.2.12
16602026-03-18T17:48:02.825Z Compiling usdt-attr-macro v0.6.0
16612026-03-18T17:48:03.336Z Compiling usdt-macro v0.6.0
16622026-03-18T17:48:03.846Z Compiling ed25519 v2.2.3
16632026-03-18T17:48:03.851Z Compiling dtrace-parser v0.2.0
16642026-03-18T17:48:04.081Z Compiling itertools v0.12.1
16652026-03-18T17:48:04.235Z Compiling phf_shared v0.11.3
16662026-03-18T17:48:04.269Z Compiling bstr v1.12.1
16672026-03-18T17:48:04.289Z Compiling pkcs1 v0.7.5
16682026-03-18T17:48:04.483Z Compiling hex v0.4.3
16692026-03-18T17:48:04.831Z Compiling serde-big-array v0.5.1
16702026-03-18T17:48:04.834Z Compiling rfc6979 v0.4.0
16712026-03-18T17:48:04.918Z Compiling serde_repr v0.1.20
16722026-03-18T17:48:04.988Z Compiling clap_derive v4.5.55
16732026-03-18T17:48:05.008Z Compiling enum-as-inner v0.6.1
16742026-03-18T17:48:05.012Z Compiling strum_macros v0.26.4
16752026-03-18T17:48:05.149Z Compiling float-cmp v0.10.0
16762026-03-18T17:48:05.338Z Compiling thread-id v4.2.2
16772026-03-18T17:48:05.445Z Compiling memmap2 v0.9.10
16782026-03-18T17:48:05.605Z Compiling env_filter v1.0.0
16792026-03-18T17:48:05.654Z Compiling encoding_rs v0.8.35
16802026-03-18T17:48:05.724Z Compiling jiff v0.2.21
16812026-03-18T17:48:05.748Z Compiling predicates-core v1.0.10
16822026-03-18T17:48:06.007Z Compiling keccak v0.1.6
16832026-03-18T17:48:06.026Z Compiling fixedbitset v0.5.7
16842026-03-18T17:48:06.417Z Compiling unit-prefix v0.5.2
16852026-03-18T17:48:06.605Z Compiling difflib v0.4.0
16862026-03-18T17:48:07.095Z Compiling static_assertions v1.1.0
16872026-03-18T17:48:07.189Z Compiling data-encoding v2.10.0
16882026-03-18T17:48:07.406Z Compiling precomputed-hash v0.1.1
16892026-03-18T17:48:07.425Z Compiling new_debug_unreachable v1.0.6
16902026-03-18T17:48:07.466Z Compiling mime v0.3.17
16912026-03-18T17:48:07.518Z Compiling whoami v2.1.0
16922026-03-18T17:48:07.533Z Compiling rustc-hash v2.1.1
16932026-03-18T17:48:07.591Z Compiling normalize-line-endings v0.3.0
16942026-03-18T17:48:07.691Z Compiling fixedbitset v0.4.2
16952026-03-18T17:48:07.710Z Compiling predicates v3.1.4
16962026-03-18T17:48:07.774Z Compiling iddqd v0.3.17
16972026-03-18T17:48:07.809Z Compiling tokio-postgres v0.7.16
16982026-03-18T17:48:07.976Z Compiling petgraph v0.6.5
16992026-03-18T17:48:08.022Z Compiling hickory-proto v0.25.2
17002026-03-18T17:48:08.190Z Compiling string_cache v0.8.9
17012026-03-18T17:48:08.484Z Compiling toml_edit v0.22.27
17022026-03-18T17:48:08.602Z Compiling strum v0.26.3
17032026-03-18T17:48:08.764Z Compiling clap v4.5.60
17042026-03-18T17:48:08.867Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-03-18T17:48:09.343Z Compiling indicatif v0.18.4
17062026-03-18T17:48:10.036Z Compiling zip v4.6.1
17072026-03-18T17:48:10.476Z Compiling petgraph v0.8.3
17082026-03-18T17:48:10.771Z Compiling sha3 v0.10.8
17092026-03-18T17:48:11.327Z Compiling env_logger v0.11.9
17102026-03-18T17:48:11.367Z Compiling usdt v0.6.0
17112026-03-18T17:48:11.693Z Compiling zone v0.3.1
17122026-03-18T17:48:11.711Z Compiling usdt-impl v0.5.0
17132026-03-18T17:48:11.802Z Compiling ecdsa v0.16.9
17142026-03-18T17:48:12.348Z Compiling similar v2.7.0
17152026-03-18T17:48:12.352Z Compiling serde_with v3.17.0
17162026-03-18T17:48:12.501Z Compiling rsa v0.9.10
17172026-03-18T17:48:12.624Z Compiling ed25519-dalek v2.2.0
17182026-03-18T17:48:12.687Z Compiling crossterm v0.28.1
17192026-03-18T17:48:13.463Z Compiling zip v0.6.6
17202026-03-18T17:48:14.074Z Compiling toml v0.7.8
17212026-03-18T17:48:14.748Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-18T17:48:14.770Z Compiling itertools v0.13.0
17232026-03-18T17:48:14.818Z Compiling tokio-stream v0.1.18
17242026-03-18T17:48:14.920Z Compiling buf-list v1.1.2
17252026-03-18T17:48:15.239Z Compiling x509-cert v0.2.5
17262026-03-18T17:48:15.275Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-18T17:48:15.442Z Compiling openapiv3 v2.2.0
17282026-03-18T17:48:15.608Z Compiling sha1 v0.10.6
17292026-03-18T17:48:15.681Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-18T17:48:15.893Z Compiling lalrpop-util v0.19.12
17312026-03-18T17:48:16.066Z Compiling peg-runtime v0.8.5
17322026-03-18T17:48:16.144Z Compiling thread_local v1.1.9
17332026-03-18T17:48:16.435Z Compiling slog-async v2.8.0
17342026-03-18T17:48:16.454Z Compiling crossbeam-channel v0.5.15
17352026-03-18T17:48:16.474Z Compiling futures-executor v0.3.32
17362026-03-18T17:48:16.691Z Compiling is-terminal v0.4.17
17372026-03-18T17:48:16.809Z Compiling filetime v0.2.27
17382026-03-18T17:48:16.812Z Compiling xattr v1.6.1
17392026-03-18T17:48:16.846Z Compiling term v1.2.1
17402026-03-18T17:48:17.022Z Compiling take_mut v0.2.2
17412026-03-18T17:48:17.049Z Compiling tar v0.4.44
17422026-03-18T17:48:17.067Z Compiling futures v0.3.32
17432026-03-18T17:48:17.560Z Compiling slog-term v2.9.2
17442026-03-18T17:48:24.105Z Compiling rustls-webpki v0.103.9
17452026-03-18T17:48:28.152Z Compiling tokio-rustls v0.26.4
17462026-03-18T17:48:28.156Z Compiling rustls-platform-verifier v0.6.2
17472026-03-18T17:48:28.426Z Compiling hyper-rustls v0.27.7
17482026-03-18T17:48:28.685Z Compiling reqwest v0.12.28
17492026-03-18T17:48:28.686Z Compiling reqwest v0.13.2
17502026-03-18T17:48:31.638Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-18T17:48:31.912Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-18T17:48:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17532026-03-18T17:48:35.901Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-18T17:48:35.961ZMar 18 17:48:33.566 INFO Starting download, target: DendriteStub
17552026-03-18T17:48:35.961ZMar 18 17:48:33.567 INFO Starting download, target: Cockroach
17562026-03-18T17:48:35.961ZMar 18 17:48:33.567 INFO Starting download, target: Console
17572026-03-18T17:48:35.961ZMar 18 17:48:33.567 INFO Starting download, target: MaghemiteMgd
17582026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Starting download, target: TransceiverControl
17592026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Starting download, target: Clickhouse
17602026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-18T17:48:35.964ZMar 18 17:48:33.567 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-18T17:48:36.473ZMar 18 17:48:34.070 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-18T17:48:36.802ZMar 18 17:48:34.404 INFO Download complete, target: TransceiverControl
17682026-03-18T17:48:37.136ZMar 18 17:48:34.737 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-18T17:48:37.507ZMar 18 17:48:35.108 INFO Download complete, target: Console
17702026-03-18T17:48:37.752ZMar 18 17:48:35.356 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-18T17:48:37.757ZMar 18 17:48:35.358 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-18T17:48:38.325ZMar 18 17:48:35.929 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-18T17:48:38.325ZMar 18 17:48:35.929 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-18T17:48:38.437ZMar 18 17:48:36.041 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-03-18T17:48:41.409ZMar 18 17:48:39.011 INFO Download complete, target: MaghemiteMgd
17762026-03-18T17:48:41.409ZMar 18 17:48:39.011 INFO Download complete, target: DendriteStub
17772026-03-18T17:48:45.960ZMar 18 17:48:43.559 INFO Checking that binary works, target: Cockroach
17782026-03-18T17:48:46.075ZMar 18 17:48:43.674 INFO Download complete, target: Cockroach
17792026-03-18T17:48:49.614ZMar 18 17:48:47.210 INFO Checking that binary works, target: Clickhouse
17802026-03-18T17:48:49.784ZMar 18 17:48:47.380 INFO Download complete, target: Clickhouse
17812026-03-18T17:48:49.803ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-18T17:48:49.807Z
17832026-03-18T17:48:49.807Zreal 4:25.008864114
17842026-03-18T17:48:49.807Zuser 10:21.977354568
17852026-03-18T17:48:49.807Zsys 1:47.108051196
17862026-03-18T17:48:49.807Ztrap 0.311250887
17872026-03-18T17:48:49.807Ztflt 0.672023176
17882026-03-18T17:48:49.807Zdflt 0.468223730
17892026-03-18T17:48:49.807Zkflt 0.020513349
17902026-03-18T17:48:49.807Zlock 32:09.043328379
17912026-03-18T17:48:49.807Zslp 29:56.380397355
17922026-03-18T17:48:49.807Zlat 56.021418292
17932026-03-18T17:48:49.807Zstop 2:40.682451280
17942026-03-18T17:48:49.807Z+ banner hack-check
17952026-03-18T17:48:49.807Z
17962026-03-18T17:48:49.807Z # # ## #### # # #### # # ###### #### # #
17972026-03-18T17:48:49.807Z # # # # # # # # # # # # # # # # #
17982026-03-18T17:48:49.807Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-18T17:48:49.807Z # # ###### # # # # # # # # # #
18002026-03-18T17:48:49.807Z # # # # # # # # # # # # # # # # #
18012026-03-18T17:48:49.808Z # # # # #### # # #### # # ###### #### # #
18022026-03-18T17:48:49.808Z
18032026-03-18T17:48:49.808Z+ export CARGO_INCREMENTAL=0
18042026-03-18T17:48:49.808Z+ CARGO_INCREMENTAL=0
18052026-03-18T17:48:49.808Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-18T17:48:50.495Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-18T17:48:50.771Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-18T17:48:53.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18092026-03-18T17:48:53.366Z Running `target/debug/xtask check-features --ci`
18102026-03-18T17:48:53.396Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-18T17:48:53.401Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-18T17:48:54.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18132026-03-18T17:48:54.056Z Running `target/debug/xtask download cargo-hack`
18142026-03-18T17:48:55.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-18T17:48:55.454Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-18T17:48:58.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
18172026-03-18T17:48:58.912Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-18T17:48:58.959ZMar 18 17:48:56.545 INFO Starting download, target: CargoHack
18192026-03-18T17:48:58.963ZMar 18 17:48:56.546 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-18T17:48:59.381ZMar 18 17:48:56.970 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-18T17:48:59.462ZMar 18 17:48:57.051 INFO Download complete, target: CargoHack
18222026-03-18T17:48:59.467Zrunning: "/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"
18232026-03-18T17:48:59.484Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-18T17:48:59.682Zinfo: running `cargo check --bins` on api_identity (1/257)
18252026-03-18T17:49:00.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-18T17:49:00.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-18T17:49:00.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-18T17:49:00.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18292026-03-18T17:49:00.433Z
18302026-03-18T17:49:00.433Zinfo: running `cargo check --bins` on bootstore (2/257)
18312026-03-18T17:49:01.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-18T17:49:01.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-18T17:49:01.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-18T17:49:01.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18352026-03-18T17:49:01.181Z
18362026-03-18T17:49:01.181Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18372026-03-18T17:49:01.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-18T17:49:01.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-18T17:49:01.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-18T17:49:01.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18412026-03-18T17:49:01.932Z
18422026-03-18T17:49:01.932Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18432026-03-18T17:49:02.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-18T17:49:02.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-18T17:49:02.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-18T17:49:02.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18472026-03-18T17:49:02.684Z
18482026-03-18T17:49:02.684Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18492026-03-18T17:49:03.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-18T17:49:03.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-18T17:49:03.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-18T17:49:03.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18532026-03-18T17:49:03.437Z
18542026-03-18T17:49:03.437Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18552026-03-18T17:49:04.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-18T17:49:04.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-18T17:49:04.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-18T17:49:04.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18592026-03-18T17:49:04.201Z
18602026-03-18T17:49:04.201Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18612026-03-18T17:49:04.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-18T17:49:04.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-18T17:49:04.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-18T17:49:04.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18652026-03-18T17:49:04.965Z
18662026-03-18T17:49:04.965Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18672026-03-18T17:49:05.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-18T17:49:05.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-18T17:49:05.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-18T17:49:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18712026-03-18T17:49:05.729Z
18722026-03-18T17:49:05.729Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18732026-03-18T17:49:06.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-18T17:49:06.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-18T17:49:06.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-18T17:49:06.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18772026-03-18T17:49:06.330Z
18782026-03-18T17:49:06.330Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18792026-03-18T17:49:06.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-18T17:49:06.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-18T17:49:06.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-18T17:49:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18832026-03-18T17:49:06.931Z
18842026-03-18T17:49:06.931Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18852026-03-18T17:49:07.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-18T17:49:07.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-18T17:49:07.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-18T17:49:07.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18892026-03-18T17:49:07.523Z
18902026-03-18T17:49:07.523Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18912026-03-18T17:49:08.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-18T17:49:08.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-18T17:49:08.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-18T17:49:08.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18952026-03-18T17:49:08.121Z
18962026-03-18T17:49:08.121Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18972026-03-18T17:49:08.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-18T17:49:08.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-18T17:49:08.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-18T17:49:08.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19012026-03-18T17:49:08.716Z
19022026-03-18T17:49:08.716Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19032026-03-18T17:49:09.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-18T17:49:09.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-18T17:49:09.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-18T17:49:09.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19072026-03-18T17:49:09.314Z
19082026-03-18T17:49:09.314Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19092026-03-18T17:49:09.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-18T17:49:09.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-18T17:49:09.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-18T17:49:09.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19132026-03-18T17:49:09.918Z
19142026-03-18T17:49:09.918Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19152026-03-18T17:49:10.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-18T17:49:10.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-18T17:49:10.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-18T17:49:10.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19192026-03-18T17:49:10.518Z
19202026-03-18T17:49:10.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19212026-03-18T17:49:11.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-18T17:49:11.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-18T17:49:11.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-18T17:49:11.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19252026-03-18T17:49:11.116Z
19262026-03-18T17:49:11.116Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19272026-03-18T17:49:11.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-18T17:49:11.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-18T17:49:11.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-18T17:49:11.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19312026-03-18T17:49:11.714Z
19322026-03-18T17:49:11.714Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19332026-03-18T17:49:12.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-18T17:49:12.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-18T17:49:12.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-18T17:49:12.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19372026-03-18T17:49:12.309Z
19382026-03-18T17:49:12.309Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19392026-03-18T17:49:12.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-18T17:49:12.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-18T17:49:12.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-18T17:49:12.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19432026-03-18T17:49:12.911Z
19442026-03-18T17:49:12.911Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19452026-03-18T17:49:13.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-18T17:49:13.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-18T17:49:13.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-18T17:49:13.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19492026-03-18T17:49:13.511Z
19502026-03-18T17:49:13.511Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19512026-03-18T17:49:14.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-18T17:49:14.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-18T17:49:14.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-18T17:49:14.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19552026-03-18T17:49:14.110Z
19562026-03-18T17:49:14.110Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19572026-03-18T17:49:14.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-18T17:49:14.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-18T17:49:14.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-18T17:49:14.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19612026-03-18T17:49:14.710Z
19622026-03-18T17:49:14.710Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19632026-03-18T17:49:15.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-18T17:49:15.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-18T17:49:15.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-18T17:49:15.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19672026-03-18T17:49:15.315Z
19682026-03-18T17:49:15.315Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19692026-03-18T17:49:15.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-18T17:49:15.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-18T17:49:15.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-18T17:49:15.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19732026-03-18T17:49:15.919Z
19742026-03-18T17:49:15.919Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19752026-03-18T17:49:16.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-18T17:49:16.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-18T17:49:16.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-18T17:49:16.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19792026-03-18T17:49:16.521Z
19802026-03-18T17:49:16.521Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19812026-03-18T17:49:17.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-18T17:49:17.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-18T17:49:17.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-18T17:49:17.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19852026-03-18T17:49:17.121Z
19862026-03-18T17:49:17.121Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19872026-03-18T17:49:17.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-18T17:49:17.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-18T17:49:17.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-18T17:49:17.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19912026-03-18T17:49:17.723Z
19922026-03-18T17:49:17.723Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19932026-03-18T17:49:18.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-18T17:49:18.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-18T17:49:18.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-18T17:49:18.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972026-03-18T17:49:18.320Z
19982026-03-18T17:49:18.321Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19992026-03-18T17:49:18.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-18T17:49:18.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-18T17:49:18.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-18T17:49:18.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20032026-03-18T17:49:18.921Z
20042026-03-18T17:49:18.921Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20052026-03-18T17:49:19.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-18T17:49:19.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-18T17:49:19.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-18T17:49:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20092026-03-18T17:49:19.518Z
20102026-03-18T17:49:19.519Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20112026-03-18T17:49:20.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-18T17:49:20.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-18T17:49:20.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-18T17:49:20.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20152026-03-18T17:49:20.121Z
20162026-03-18T17:49:20.121Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20172026-03-18T17:49:20.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-18T17:49:20.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-18T17:49:20.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-18T17:49:20.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20212026-03-18T17:49:20.722Z
20222026-03-18T17:49:20.722Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20232026-03-18T17:49:21.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-18T17:49:21.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-18T17:49:21.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-18T17:49:21.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20272026-03-18T17:49:21.326Z
20282026-03-18T17:49:21.326Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20292026-03-18T17:49:21.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-18T17:49:21.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-18T17:49:21.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-18T17:49:21.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20332026-03-18T17:49:21.926Z
20342026-03-18T17:49:21.926Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20352026-03-18T17:49:22.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-18T17:49:22.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-18T17:49:22.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-18T17:49:22.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20392026-03-18T17:49:22.526Z
20402026-03-18T17:49:22.526Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20412026-03-18T17:49:23.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-18T17:49:23.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-18T17:49:23.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-18T17:49:23.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20452026-03-18T17:49:23.127Z
20462026-03-18T17:49:23.127Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20472026-03-18T17:49:23.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-18T17:49:23.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-18T17:49:23.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-18T17:49:23.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20512026-03-18T17:49:23.724Z
20522026-03-18T17:49:23.724Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20532026-03-18T17:49:24.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-18T17:49:24.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-18T17:49:24.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-18T17:49:24.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20572026-03-18T17:49:24.325Z
20582026-03-18T17:49:24.325Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20592026-03-18T17:49:24.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-18T17:49:24.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-18T17:49:24.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-18T17:49:24.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20632026-03-18T17:49:24.927Z
20642026-03-18T17:49:24.927Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20652026-03-18T17:49:25.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-18T17:49:25.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-18T17:49:25.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-18T17:49:25.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20692026-03-18T17:49:25.531Z
20702026-03-18T17:49:25.531Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20712026-03-18T17:49:26.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-18T17:49:26.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-18T17:49:26.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-18T17:49:26.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20752026-03-18T17:49:26.137Z
20762026-03-18T17:49:26.137Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20772026-03-18T17:49:26.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-18T17:49:26.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-18T17:49:26.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-18T17:49:26.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20812026-03-18T17:49:26.739Z
20822026-03-18T17:49:26.739Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20832026-03-18T17:49:27.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-18T17:49:27.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-18T17:49:27.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-18T17:49:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-03-18T17:49:27.342Z
20882026-03-18T17:49:27.342Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20892026-03-18T17:49:27.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-18T17:49:27.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-18T17:49:27.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-18T17:49:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-03-18T17:49:27.943Z
20942026-03-18T17:49:27.943Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20952026-03-18T17:49:28.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-18T17:49:28.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-18T17:49:28.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-18T17:49:28.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-03-18T17:49:28.545Z
21002026-03-18T17:49:28.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21012026-03-18T17:49:29.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-18T17:49:30.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-18T17:49:30.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-18T17:49:30.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-03-18T17:49:30.090Z
21062026-03-18T17:49:30.090Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21072026-03-18T17:49:30.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-18T17:49:30.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-18T17:49:30.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-18T17:49:30.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-03-18T17:49:30.090Z
21122026-03-18T17:49:30.090Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21132026-03-18T17:49:30.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-18T17:49:30.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-18T17:49:30.831Z Checking cfg-if v1.0.4
21162026-03-18T17:49:30.987Z Checking libc v0.2.180
21172026-03-18T17:49:30.991Z Checking serde_core v1.0.228
21182026-03-18T17:49:31.022Z Checking memchr v2.8.0
21192026-03-18T17:49:31.040Z Checking itoa v1.0.17
21202026-03-18T17:49:31.044Z Checking smallvec v1.15.1
21212026-03-18T17:49:31.076Z Checking log v0.4.29
21222026-03-18T17:49:31.080Z Checking zeroize v1.8.2
21232026-03-18T17:49:31.116Z Checking stable_deref_trait v1.2.1
21242026-03-18T17:49:31.212Z Checking zerofrom v0.1.6
21252026-03-18T17:49:31.243Z Checking zmij v1.0.21
21262026-03-18T17:49:31.278Z Checking scopeguard v1.2.0
21272026-03-18T17:49:31.301Z Checking subtle v2.6.1
21282026-03-18T17:49:31.320Z Checking writeable v0.6.2
21292026-03-18T17:49:31.359Z Checking yoke v0.8.1
21302026-03-18T17:49:31.407Z Checking lock_api v0.4.14
21312026-03-18T17:49:31.502Z Checking litemap v0.8.1
21322026-03-18T17:49:31.521Z Checking percent-encoding v2.3.2
21332026-03-18T17:49:31.541Z Checking libm v0.2.16
21342026-03-18T17:49:31.561Z Checking icu_properties_data v2.1.2
21352026-03-18T17:49:31.581Z Checking getrandom v0.2.17
21362026-03-18T17:49:31.599Z Checking errno v0.3.14
21372026-03-18T17:49:31.684Z Checking zerovec v0.11.5
21382026-03-18T17:49:31.703Z Checking zerotrie v0.2.3
21392026-03-18T17:49:31.722Z Checking icu_normalizer_data v2.1.1
21402026-03-18T17:49:31.743Z Checking pin-project-lite v0.2.17
21412026-03-18T17:49:31.764Z Checking rand_core v0.6.4
21422026-03-18T17:49:31.764Z Checking utf8_iter v1.0.4
21432026-03-18T17:49:31.815Z Checking form_urlencoded v1.2.2
21442026-03-18T17:49:31.857Z Checking typenum v1.19.0
21452026-03-18T17:49:31.936Z Checking portable-atomic v1.13.1
21462026-03-18T17:49:31.976Z Checking critical-section v1.2.0
21472026-03-18T17:49:31.996Z Checking rand_core v0.10.0
21482026-03-18T17:49:32.016Z Checking signal-hook-registry v1.4.8
21492026-03-18T17:49:32.105Z Checking parking_lot_core v0.9.12
21502026-03-18T17:49:32.175Z Checking getrandom v0.4.1
21512026-03-18T17:49:32.224Z Checking mio v1.1.1
21522026-03-18T17:49:32.278Z Checking tinystr v0.8.2
21532026-03-18T17:49:32.343Z Checking potential_utf v0.1.4
21542026-03-18T17:49:32.362Z Checking parking_lot v0.12.5
21552026-03-18T17:49:32.507Z Checking icu_collections v2.1.1
21562026-03-18T17:49:32.510Z Checking icu_locale_core v2.1.1
21572026-03-18T17:49:32.545Z Checking once_cell v1.21.3
21582026-03-18T17:49:32.549Z Checking num-traits v0.2.19
21592026-03-18T17:49:32.583Z Checking generic-array v0.14.7
21602026-03-18T17:49:32.605Z Checking socket2 v0.6.2
21612026-03-18T17:49:32.627Z Checking zerocopy v0.8.40
21622026-03-18T17:49:32.770Z Checking iana-time-zone v0.1.65
21632026-03-18T17:49:32.906Z Checking futures-core v0.3.32
21642026-03-18T17:49:32.929Z Checking equivalent v1.0.2
21652026-03-18T17:49:32.932Z Checking allocator-api2 v0.2.21
21662026-03-18T17:49:33.034Z Checking const-oid v0.9.6
21672026-03-18T17:49:33.067Z Checking foldhash v0.2.0
21682026-03-18T17:49:33.179Z Checking serde v1.0.228
21692026-03-18T17:49:33.210Z Checking serde_json v1.0.149
21702026-03-18T17:49:33.264Z Checking bitflags v2.11.0
21712026-03-18T17:49:33.268Z Checking icu_provider v2.1.1
21722026-03-18T17:49:33.334Z Checking crypto-common v0.1.7
21732026-03-18T17:49:33.355Z Checking uuid v1.21.0
21742026-03-18T17:49:33.488Z Checking hashbrown v0.16.1
21752026-03-18T17:49:33.510Z Checking futures-sink v0.3.32
21762026-03-18T17:49:33.595Z Checking icu_normalizer v2.1.1
21772026-03-18T17:49:33.633Z Checking icu_properties v2.1.2
21782026-03-18T17:49:33.760Z Checking bytes v1.11.1
21792026-03-18T17:49:33.781Z Checking chrono v0.4.44
21802026-03-18T17:49:34.005Z Checking dyn-clone v1.0.20
21812026-03-18T17:49:34.058Z Checking futures-channel v0.3.32
21822026-03-18T17:49:34.135Z Checking block-buffer v0.10.4
21832026-03-18T17:49:34.175Z Checking semver v1.0.27
21842026-03-18T17:49:34.195Z Checking futures-io v0.3.32
21852026-03-18T17:49:34.308Z Checking futures-task v0.3.32
21862026-03-18T17:49:34.308Z Checking slab v0.4.12
21872026-03-18T17:49:34.347Z Checking digest v0.10.7
21882026-03-18T17:49:34.371Z Checking tokio v1.49.0
21892026-03-18T17:49:34.445Z Checking thiserror v2.0.18
21902026-03-18T17:49:34.488Z Checking byteorder v1.5.0
21912026-03-18T17:49:34.527Z Checking futures-util v0.3.32
21922026-03-18T17:49:34.572Z Checking indexmap v2.13.0
21932026-03-18T17:49:34.601Z Checking cpufeatures v0.2.17
21942026-03-18T17:49:34.689Z Checking http v1.4.0
21952026-03-18T17:49:34.766Z Checking fnv v1.0.7
21962026-03-18T17:49:34.811Z Checking idna_adapter v1.2.1
21972026-03-18T17:49:34.888Z Checking unicode-ident v1.0.24
21982026-03-18T17:49:34.957Z Checking base64 v0.22.1
21992026-03-18T17:49:34.976Z Checking idna v1.1.0
22002026-03-18T17:49:35.032Z Checking tracing-core v0.1.36
22012026-03-18T17:49:35.261Z Checking proc-macro2 v1.0.106
22022026-03-18T17:49:35.290Z Checking url v2.5.8
22032026-03-18T17:49:35.357Z Checking rustls-pki-types v1.14.0
22042026-03-18T17:49:35.443Z Checking tracing v0.1.44
22052026-03-18T17:49:35.474Z Checking regex-syntax v0.8.10
22062026-03-18T17:49:35.690Z Checking quote v1.0.44
22072026-03-18T17:49:35.713Z Checking untrusted v0.9.0
22082026-03-18T17:49:35.738Z Checking thiserror v1.0.69
22092026-03-18T17:49:35.851Z Checking ring v0.17.14
22102026-03-18T17:49:35.870Z Checking schemars v0.8.22
22112026-03-18T17:49:35.894Z Checking ipnet v2.11.0
22122026-03-18T17:49:35.915Z Checking syn v2.0.117
22132026-03-18T17:49:36.241Z Checking httparse v1.10.1
22142026-03-18T17:49:36.520Z Checking http-body v1.0.1
22152026-03-18T17:49:36.687Z Checking ppv-lite86 v0.2.21
22162026-03-18T17:49:36.706Z Checking rustix v1.1.3
22172026-03-18T17:49:36.764Z Checking block-padding v0.3.3
22182026-03-18T17:49:36.935Z Checking getrandom v0.3.4
22192026-03-18T17:49:37.097Z Checking atomic-waker v1.1.2
22202026-03-18T17:49:37.128Z Checking inout v0.1.4
22212026-03-18T17:49:37.191Z Checking hmac v0.12.1
22222026-03-18T17:49:37.195Z Checking aws-lc-sys v0.37.1
22232026-03-18T17:49:37.230Z Checking aho-corasick v1.1.4
22242026-03-18T17:49:37.268Z Checking httpdate v1.0.3
22252026-03-18T17:49:37.303Z Checking try-lock v0.2.5
22262026-03-18T17:49:37.360Z Checking openssl-probe v0.2.1
22272026-03-18T17:49:37.429Z Checking untrusted v0.7.1
22282026-03-18T17:49:37.455Z Checking powerfmt v0.2.0
22292026-03-18T17:49:37.492Z Checking tower-service v0.3.3
22302026-03-18T17:49:37.572Z Checking tower-layer v0.3.3
22312026-03-18T17:49:37.606Z Checking want v0.3.1
22322026-03-18T17:49:37.655Z Checking deranged v0.5.8
22332026-03-18T17:49:37.763Z Checking cipher v0.4.4
22342026-03-18T17:49:37.782Z Checking rand_core v0.9.5
22352026-03-18T17:49:37.905Z Checking num_threads v0.1.7
22362026-03-18T17:49:37.925Z Checking aws-lc-rs v1.16.0
22372026-03-18T17:49:38.041Z Checking time-core v0.1.8
22382026-03-18T17:49:38.043Z Checking base64ct v1.8.3
22392026-03-18T17:49:38.049Z Checking num-conv v0.2.0
22402026-03-18T17:49:38.147Z Checking regex-automata v0.4.14
22412026-03-18T17:49:38.191Z Checking pin-utils v0.1.0
22422026-03-18T17:49:38.213Z Checking sha2 v0.10.9
22432026-03-18T17:49:38.281Z Checking erased-serde v0.3.31
22442026-03-18T17:49:38.336Z Checking pretty-hex v0.4.1
22452026-03-18T17:49:38.492Z Checking rand_chacha v0.9.0
22462026-03-18T17:49:38.573Z Checking ryu v1.0.23
22472026-03-18T17:49:38.754Z Checking fastrand v2.3.0
22482026-03-18T17:49:38.774Z Checking rand v0.9.2
22492026-03-18T17:49:38.795Z Checking tokio-util v0.7.18
22502026-03-18T17:49:38.856Z Checking slog v2.8.2
22512026-03-18T17:49:38.981Z Checking time v0.3.47
22522026-03-18T17:49:39.009Z Checking pem-rfc7468 v0.7.0
22532026-03-18T17:49:39.093Z Checking rustls-webpki v0.103.9
22542026-03-18T17:49:39.212Z Checking rustls-native-certs v0.8.3
22552026-03-18T17:49:39.232Z Checking ipnetwork v0.21.1
22562026-03-18T17:49:39.235Z Checking http-body-util v0.1.3
22572026-03-18T17:49:39.374Z Checking sync_wrapper v1.0.2
22582026-03-18T17:49:39.423Z Checking spin v0.9.8
22592026-03-18T17:49:39.507Z Checking plain v0.2.3
22602026-03-18T17:49:39.527Z Checking flagset v0.4.7
22612026-03-18T17:49:39.550Z Checking tower v0.5.3
22622026-03-18T17:49:39.616Z Checking h2 v0.4.13
22632026-03-18T17:49:39.641Z Checking serde_urlencoded v0.7.1
22642026-03-18T17:49:39.663Z Checking rustls v0.23.37
22652026-03-18T17:49:39.684Z Checking der v0.7.10
22662026-03-18T17:49:39.687Z Checking rand_chacha v0.3.1
22672026-03-18T17:49:39.917Z Checking webpki-roots v1.0.6
22682026-03-18T17:49:39.978Z Checking ucd-trie v0.1.7
22692026-03-18T17:49:40.068Z Checking tinyvec_macros v0.1.1
22702026-03-18T17:49:40.069Z Checking iri-string v0.7.10
22712026-03-18T17:49:40.148Z Checking pest v2.8.6
22722026-03-18T17:49:40.173Z Checking tinyvec v1.10.0
22732026-03-18T17:49:40.553Z Checking rand v0.8.5
22742026-03-18T17:49:40.597Z Checking tempfile v3.25.0
22752026-03-18T17:49:40.668Z Checking salsa20 v0.10.2
22762026-03-18T17:49:40.689Z Checking spki v0.7.3
22772026-03-18T17:49:40.837Z Checking pbkdf2 v0.12.2
22782026-03-18T17:49:40.857Z Checking unicode-width v0.2.0
22792026-03-18T17:49:40.900Z Checking foreign-types-shared v0.1.1
22802026-03-18T17:49:40.978Z Checking scrypt v0.11.0
22812026-03-18T17:49:41.006Z Checking foreign-types v0.3.2
22822026-03-18T17:49:41.094Z Checking regex v1.12.3
22832026-03-18T17:49:41.150Z Checking cbc v0.1.2
22842026-03-18T17:49:41.176Z Checking aes v0.8.4
22852026-03-18T17:49:41.265Z Checking anyhow v1.0.102
22862026-03-18T17:49:41.314Z Checking openssl-sys v0.9.111
22872026-03-18T17:49:41.475Z Checking crossbeam-utils v0.8.21
22882026-03-18T17:49:41.527Z Checking oxnet v0.1.4
22892026-03-18T17:49:41.547Z Checking tower-http v0.6.8
22902026-03-18T17:49:41.619Z Checking mime v0.3.17
22912026-03-18T17:49:41.711Z Checking pkcs5 v0.7.1
22922026-03-18T17:49:41.832Z Checking openapiv3 v2.2.0
22932026-03-18T17:49:41.851Z Checking scroll v0.12.0
22942026-03-18T17:49:41.920Z Checking encoding_rs v0.8.35
22952026-03-18T17:49:41.944Z Checking winnow v0.7.14
22962026-03-18T17:49:41.964Z Checking openssl v0.10.75
22972026-03-18T17:49:42.051Z Checking pkcs8 v0.10.2
22982026-03-18T17:49:42.151Z Checking data-encoding v2.10.0
22992026-03-18T17:49:42.284Z Checking siphasher v1.0.2
23002026-03-18T17:49:42.502Z Checking goblin v0.8.2
23012026-03-18T17:49:42.521Z Checking lazy_static v1.5.0
23022026-03-18T17:49:42.636Z Checking zerocopy v0.7.35
23032026-03-18T17:49:42.888Z Checking tokio-rustls v0.26.4
23042026-03-18T17:49:43.196Z Checking wait-timeout v0.2.1
23052026-03-18T17:49:43.216Z Checking bit-vec v0.8.0
23062026-03-18T17:49:43.236Z Checking hyper v1.8.1
23072026-03-18T17:49:43.344Z Checking psl-types v2.0.11
23082026-03-18T17:49:43.363Z Checking anstyle v1.0.13
23092026-03-18T17:49:43.472Z Checking either v1.15.0
23102026-03-18T17:49:43.495Z Checking managed v0.8.0
23112026-03-18T17:49:43.576Z Checking bitflags v1.3.2
23122026-03-18T17:49:43.609Z Checking quick-error v1.2.3
23132026-03-18T17:49:43.628Z Checking utf8parse v0.2.2
23142026-03-18T17:49:43.682Z Checking publicsuffix v2.3.0
23152026-03-18T17:49:43.728Z Checking bit-set v0.8.0
23162026-03-18T17:49:43.750Z Checking dtrace-parser v0.2.0
23172026-03-18T17:49:43.753Z Checking rusty-fork v0.3.1
23182026-03-18T17:49:43.787Z Checking anstyle-parse v0.2.7
23192026-03-18T17:49:43.890Z Checking unicode-normalization v0.1.25
23202026-03-18T17:49:43.925Z Checking cookie v0.18.1
23212026-03-18T17:49:43.968Z Checking rand_xorshift v0.4.0
23222026-03-18T17:49:43.987Z Checking sha1 v0.10.6
23232026-03-18T17:49:44.089Z Checking thread-id v4.2.2
23242026-03-18T17:49:44.124Z Checking anstyle-query v1.1.5
23252026-03-18T17:49:44.192Z Checking colorchoice v1.0.4
23262026-03-18T17:49:44.212Z Checking unarray v0.1.4
23272026-03-18T17:49:44.232Z Checking is_terminal_polyfill v1.70.2
23282026-03-18T17:49:44.252Z Checking cookie_store v0.22.1
23292026-03-18T17:49:44.318Z Checking rustls-platform-verifier v0.6.2
23302026-03-18T17:49:44.342Z Checking proptest v1.10.0
23312026-03-18T17:49:44.345Z Checking anstream v0.6.21
23322026-03-18T17:49:44.428Z Checking crossbeam-epoch v0.9.18
23332026-03-18T17:49:44.492Z Checking terminal_size v0.4.3
23342026-03-18T17:49:44.496Z Checking hyper-util v0.1.20
23352026-03-18T17:49:44.603Z Checking scroll v0.13.0
23362026-03-18T17:49:44.636Z Checking hex v0.4.3
23372026-03-18T17:49:44.681Z Checking num-integer v0.1.46
23382026-03-18T17:49:44.726Z Checking simd-adler32 v0.3.8
23392026-03-18T17:49:44.852Z Checking native-tls v0.2.18
23402026-03-18T17:49:44.905Z Checking goblin v0.10.5
23412026-03-18T17:49:44.934Z Checking crossbeam-deque v0.8.6
23422026-03-18T17:49:44.955Z Checking bstr v1.12.1
23432026-03-18T17:49:44.983Z Checking ref-cast v1.0.25
23442026-03-18T17:49:45.083Z Checking tokio-native-tls v0.3.1
23452026-03-18T17:49:45.107Z Checking rustix v0.38.44
23462026-03-18T17:49:45.157Z Checking camino v1.2.2
23472026-03-18T17:49:45.160Z Checking dof v0.3.0
23482026-03-18T17:49:45.282Z Checking crc32fast v1.5.0
23492026-03-18T17:49:45.466Z Checking signature v2.2.0
23502026-03-18T17:49:45.490Z Checking toml_datetime v0.6.11
23512026-03-18T17:49:45.511Z Checking serde_spanned v0.6.9
23522026-03-18T17:49:45.554Z Checking usdt-impl v0.5.0
23532026-03-18T17:49:45.631Z Checking ff v0.13.1
23542026-03-18T17:49:45.670Z Checking strsim v0.11.1
23552026-03-18T17:49:45.724Z Checking unicode-bidi v0.3.18
23562026-03-18T17:49:45.796Z Checking base16ct v0.2.0
23572026-03-18T17:49:45.879Z Checking adler2 v2.0.1
23582026-03-18T17:49:45.917Z Checking clap_lex v1.0.0
23592026-03-18T17:49:45.954Z Checking unicode-properties v0.1.4
23602026-03-18T17:49:46.014Z Checking miniz_oxide v0.8.9
23612026-03-18T17:49:46.114Z Checking clap_builder v4.5.60
23622026-03-18T17:49:46.134Z Checking sec1 v0.7.3
23632026-03-18T17:49:46.179Z Checking hyper-rustls v0.27.7
23642026-03-18T17:49:46.201Z Checking hyper-tls v0.6.0
23652026-03-18T17:49:46.245Z Checking stringprep v0.1.5
23662026-03-18T17:49:46.400Z Checking group v0.13.0
23672026-03-18T17:49:46.419Z Checking rayon-core v1.13.0
23682026-03-18T17:49:46.440Z Checking num-iter v0.1.45
23692026-03-18T17:49:46.443Z Checking reqwest v0.12.28
23702026-03-18T17:49:46.500Z Checking reqwest v0.13.2
23712026-03-18T17:49:46.585Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-18T17:49:46.604Z Checking dtrace-parser v0.3.0
23732026-03-18T17:49:46.857Z Checking hkdf v0.12.4
23742026-03-18T17:49:46.879Z Checking newtype-uuid v1.3.2
23752026-03-18T17:49:46.917Z Checking strum v0.26.3
23762026-03-18T17:49:47.026Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-18T17:49:47.046Z Checking hash32 v0.2.1
23782026-03-18T17:49:47.065Z Checking md-5 v0.10.6
23792026-03-18T17:49:47.129Z Checking daft v0.1.5
23802026-03-18T17:49:47.171Z Checking crypto-bigint v0.5.5
23812026-03-18T17:49:47.236Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-18T17:49:47.256Z Checking thread-id v5.1.0
23832026-03-18T17:49:47.362Z Checking unicode-segmentation v1.12.0
23842026-03-18T17:49:47.447Z Checking zlib-rs v0.6.2
23852026-03-18T17:49:47.499Z Checking fallible-iterator v0.2.0
23862026-03-18T17:49:47.599Z Checking heapless v0.7.17
23872026-03-18T17:49:47.648Z Checking zstd-safe v7.2.4
23882026-03-18T17:49:47.782Z Checking rayon v1.11.0
23892026-03-18T17:49:47.802Z Checking clap v4.5.60
23902026-03-18T17:49:47.866Z Checking postgres-protocol v0.6.10
23912026-03-18T17:49:47.866Z Checking itertools v0.12.1
23922026-03-18T17:49:47.904Z Checking phf_shared v0.13.1
23932026-03-18T17:49:48.164Z Checking console v0.16.2
23942026-03-18T17:49:48.184Z Checking curve25519-dalek v4.1.3
23952026-03-18T17:49:48.187Z Checking dof v0.4.0
23962026-03-18T17:49:48.291Z Checking memoffset v0.9.1
23972026-03-18T17:49:48.392Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-18T17:49:48.494Z Checking elliptic-curve v0.13.8
23992026-03-18T17:49:48.514Z Checking signal-hook v0.3.18
24002026-03-18T17:49:48.555Z Checking memmap2 v0.9.10
24012026-03-18T17:49:48.680Z Checking flate2 v1.1.9
24022026-03-18T17:49:48.769Z Checking toml_write v0.1.2
24032026-03-18T17:49:48.789Z Checking fixedbitset v0.4.2
24042026-03-18T17:49:48.911Z Checking foldhash v0.1.5
24052026-03-18T17:49:48.986Z Checking bumpalo v3.20.2
24062026-03-18T17:49:49.005Z Checking libbz2-rs-sys v0.2.2
24072026-03-18T17:49:49.076Z Checking usdt-impl v0.6.0
24082026-03-18T17:49:49.097Z Checking unit-prefix v0.5.2
24092026-03-18T17:49:49.100Z Checking winnow v0.5.40
24102026-03-18T17:49:49.242Z Checking zopfli v0.8.3
24112026-03-18T17:49:49.246Z Checking hashbrown v0.15.5
24122026-03-18T17:49:49.281Z Checking zone v0.3.1
24132026-03-18T17:49:49.299Z Checking toml_edit v0.22.27
24142026-03-18T17:49:49.433Z Checking usdt v0.6.0
24152026-03-18T17:49:49.520Z Checking bzip2 v0.6.1
24162026-03-18T17:49:49.640Z Checking petgraph v0.6.5
24172026-03-18T17:49:49.679Z Checking signal-hook-mio v0.2.5
24182026-03-18T17:49:49.734Z Checking bzip2 v0.4.4
24192026-03-18T17:49:49.754Z Checking nix v0.31.1
24202026-03-18T17:49:49.811Z Checking postgres-types v0.2.12
24212026-03-18T17:49:49.840Z Checking indicatif v0.18.4
24222026-03-18T17:49:49.908Z Checking phf v0.13.1
24232026-03-18T17:49:49.947Z Checking smoltcp v0.9.1
24242026-03-18T17:49:50.105Z Checking zstd v0.13.3
24252026-03-18T17:49:50.228Z Checking similar v2.7.0
24262026-03-18T17:49:50.330Z Checking num-bigint-dig v0.8.6
24272026-03-18T17:49:50.351Z Checking ed25519 v2.2.3
24282026-03-18T17:49:50.585Z Checking phf_shared v0.11.3
24292026-03-18T17:49:50.682Z Checking toml_edit v0.19.15
24302026-03-18T17:49:50.737Z Checking pkcs1 v0.7.5
24312026-03-18T17:49:50.764Z Checking tokio-stream v0.1.18
24322026-03-18T17:49:50.785Z Checking strum v0.27.2
24332026-03-18T17:49:50.805Z Checking hubpack v0.1.2
24342026-03-18T17:49:50.926Z Checking rfc6979 v0.4.0
24352026-03-18T17:49:51.018Z Checking serde-big-array v0.5.1
24362026-03-18T17:49:51.037Z Checking float-cmp v0.10.0
24372026-03-18T17:49:51.071Z Checking env_filter v1.0.0
24382026-03-18T17:49:51.167Z Checking fixedbitset v0.5.7
24392026-03-18T17:49:51.187Z Checking normalize-line-endings v0.3.0
24402026-03-18T17:49:51.205Z Checking precomputed-hash v0.1.1
24412026-03-18T17:49:51.252Z Checking predicates-core v1.0.10
24422026-03-18T17:49:51.272Z Checking keccak v0.1.6
24432026-03-18T17:49:51.299Z Checking jiff v0.2.21
24442026-03-18T17:49:51.323Z Checking static_assertions v1.1.0
24452026-03-18T17:49:51.355Z Checking whoami v2.1.0
24462026-03-18T17:49:51.406Z Checking rustc-hash v2.1.1
24472026-03-18T17:49:51.426Z Checking new_debug_unreachable v1.0.6
24482026-03-18T17:49:51.429Z Checking difflib v0.4.0
24492026-03-18T17:49:51.483Z Checking sha3 v0.10.8
24502026-03-18T17:49:51.504Z Checking rsa v0.9.10
24512026-03-18T17:49:51.522Z Checking string_cache v0.8.9
24522026-03-18T17:49:51.552Z Checking iddqd v0.3.17
24532026-03-18T17:49:51.605Z Checking tokio-postgres v0.7.16
24542026-03-18T17:49:51.673Z Checking predicates v3.1.4
24552026-03-18T17:49:51.737Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-18T17:49:51.759Z Checking petgraph v0.8.3
24572026-03-18T17:49:52.080Z Checking env_logger v0.11.9
24582026-03-18T17:49:52.125Z Checking toml v0.7.8
24592026-03-18T17:49:52.144Z Checking ecdsa v0.16.9
24602026-03-18T17:49:52.340Z Checking ed25519-dalek v2.2.0
24612026-03-18T17:49:52.550Z Checking zip v0.6.6
24622026-03-18T17:49:52.590Z Checking crossterm v0.28.1
24632026-03-18T17:49:52.646Z Checking serde_with v3.17.0
24642026-03-18T17:49:52.724Z Checking itertools v0.13.0
24652026-03-18T17:49:52.992Z Checking hickory-proto v0.25.2
24662026-03-18T17:49:53.311Z Checking x509-cert v0.2.5
24672026-03-18T17:49:53.555Z Checking fs-err v3.3.0
24682026-03-18T17:49:53.913Z Checking ahash v0.8.12
24692026-03-18T17:49:53.964Z Checking object v0.37.3
24702026-03-18T17:49:54.131Z Checking buf-list v1.1.2
24712026-03-18T17:49:54.182Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-18T17:49:54.232Z Checking lalrpop-util v0.19.12
24732026-03-18T17:49:54.377Z Checking peg-runtime v0.8.5
24742026-03-18T17:49:54.442Z Compiling structmeta-derive v0.3.0
24752026-03-18T17:49:54.464Z Checking zip v4.6.1
24762026-03-18T17:49:54.538Z Compiling rustls v0.22.4
24772026-03-18T17:49:54.560Z Compiling newtype-uuid-macros v0.1.0
24782026-03-18T17:49:54.667Z Compiling multer v3.1.0
24792026-03-18T17:49:54.773Z Compiling async-stream-impl v0.3.6
24802026-03-18T17:49:54.797Z Checking futures-executor v0.3.32
24812026-03-18T17:49:54.961Z Checking regress v0.10.5
24822026-03-18T17:49:55.232Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-18T17:49:55.553Z Compiling dropshot v0.16.7
24842026-03-18T17:49:55.593Z Checking futures v0.3.32
24852026-03-18T17:49:55.697Z Compiling dropshot_endpoint v0.16.7
24862026-03-18T17:49:55.730Z Checking thread_local v1.1.9
24872026-03-18T17:49:55.856Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-18T17:49:55.892Z Compiling structmeta v0.3.0
24892026-03-18T17:49:55.945Z Checking crossbeam-channel v0.5.15
24902026-03-18T17:49:56.167Z Compiling derive-ex v0.1.8
24912026-03-18T17:49:56.317Z Checking is-terminal v0.4.17
24922026-03-18T17:49:56.399Z Checking term v1.2.1
24932026-03-18T17:49:56.433Z Checking take_mut v0.2.2
24942026-03-18T17:49:56.569Z Checking slog-async v2.8.0
24952026-03-18T17:49:56.691Z Checking slog-term v2.9.2
24962026-03-18T17:49:56.796Z Compiling parse-display-derive v0.10.0
24972026-03-18T17:49:56.817Z Checking rustls-webpki v0.102.8
24982026-03-18T17:49:56.890Z Checking serde_spanned v1.0.4
24992026-03-18T17:49:57.037Z Checking match_cfg v0.1.0
25002026-03-18T17:49:57.061Z Checking toml_writer v1.0.6+spec-1.1.0
25012026-03-18T17:49:57.129Z Checking debug-ignore v1.0.5
25022026-03-18T17:49:57.257Z Checking hostname v0.3.1
25032026-03-18T17:49:57.278Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-18T17:49:57.316Z Checking toml v0.9.12+spec-1.1.0
25052026-03-18T17:49:57.375Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25062026-03-18T17:49:57.396Z Checking slog-json v2.6.1
25072026-03-18T17:49:57.566Z Checking macaddr v1.0.1
25082026-03-18T17:49:57.599Z Checking slog-bunyan v2.5.0
25092026-03-18T17:49:57.744Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-18T17:49:57.803Z Checking async-stream v0.3.6
25112026-03-18T17:49:58.073Z Checking waitgroup v0.1.2
25122026-03-18T17:49:58.137Z Checking rustls-pemfile v2.2.0
25132026-03-18T17:49:58.204Z Checking serde_path_to_error v0.1.20
25142026-03-18T17:49:58.244Z Checking hostname v0.4.2
25152026-03-18T17:49:58.264Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-18T17:49:58.317Z Checking progenitor-client v0.13.0
25172026-03-18T17:49:58.373Z Checking progenitor-client v0.10.0
25182026-03-18T17:49:58.405Z Compiling itertools v0.14.0
25192026-03-18T17:49:58.471Z Compiling test-strategy v0.4.5
25202026-03-18T17:49:58.584Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-18T17:49:58.621Z Checking backon v1.6.0
25222026-03-18T17:49:58.673Z Checking instant v0.1.13
25232026-03-18T17:49:58.830Z Checking backoff v0.4.0
25242026-03-18T17:49:58.889Z Checking progenitor-extras v0.1.1
25252026-03-18T17:49:59.061Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-18T17:49:59.129Z Checking parse-display v0.10.0
25272026-03-18T17:49:59.184Z Checking heck v0.5.0
25282026-03-18T17:49:59.299Z Checking tokio-rustls v0.25.0
25292026-03-18T17:49:59.360Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-18T17:49:59.491Z Compiling convert_case v0.4.0
25312026-03-18T17:49:59.701Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-03-18T17:49:59.960Z Compiling crucible-workspace-hack v0.1.0
25332026-03-18T17:49:59.999Z Compiling heapless v0.8.0
25342026-03-18T17:50:00.161Z Compiling ingot-macros v0.1.1
25352026-03-18T17:50:00.212Z Compiling proc-macro-crate v3.4.0
25362026-03-18T17:50:00.391Z Compiling derive_more v0.99.20
25372026-03-18T17:50:00.538Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-18T17:50:00.620Z Checking hash32 v0.3.1
25392026-03-18T17:50:00.784Z Checking secrecy v0.10.3
25402026-03-18T17:50:00.836Z Compiling prettyplease v0.2.37
25412026-03-18T17:50:00.936Z Compiling smoltcp v0.11.0
25422026-03-18T17:50:00.957Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25432026-03-18T17:50:01.030Z Compiling num_enum_derive v0.7.5
25442026-03-18T17:50:01.309Z Compiling typify-impl v0.6.1
25452026-03-18T17:50:01.411Z Checking tabwriter v1.4.1
25462026-03-18T17:50:01.598Z Checking cobs v0.3.0
25472026-03-18T17:50:01.644Z Compiling foreign-types-macros v0.2.3
25482026-03-18T17:50:01.788Z Checking cpufeatures v0.3.0
25492026-03-18T17:50:01.883Z Compiling unsafe-libyaml v0.2.11
25502026-03-18T17:50:02.066Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25512026-03-18T17:50:02.445Z Checking foreign-types-shared v0.3.1
25522026-03-18T17:50:02.491Z Checking num_enum v0.7.5
25532026-03-18T17:50:02.559Z Checking foreign-types v0.5.0
25542026-03-18T17:50:02.638Z Compiling serde_yaml v0.9.34+deprecated
25552026-03-18T17:50:02.698Z Checking chacha20 v0.10.0
25562026-03-18T17:50:02.908Z Checking postcard v1.1.3
25572026-03-18T17:50:03.871Z Compiling proc-macro-crate v1.3.1
25582026-03-18T17:50:03.992Z Checking ingot-types v0.1.2
25592026-03-18T17:50:04.017Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-03-18T17:50:04.429Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-18T17:50:04.495Z Checking ingot v0.1.1
25622026-03-18T17:50:04.555Z Checking cstr-argument v0.1.2
25632026-03-18T17:50:04.682Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-18T17:50:04.718Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-18T17:50:04.721Z Checking colored v3.1.1
25662026-03-18T17:50:04.756Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-18T17:50:04.977Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-18T17:50:04.997Z Compiling num_enum_derive v0.5.11
25692026-03-18T17:50:05.036Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-18T17:50:05.116Z Checking rand v0.10.0
25712026-03-18T17:50:06.265Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-18T17:50:06.673Z Checking num_enum v0.5.11
25732026-03-18T17:50:06.775Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-18T17:50:07.395Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25752026-03-18T17:50:07.715Z Compiling typify-macro v0.6.1
25762026-03-18T17:50:07.772Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25772026-03-18T17:50:07.851Z Compiling typify-impl v0.4.3
25782026-03-18T17:50:07.938Z Checking camino-tempfile v1.4.1
25792026-03-18T17:50:08.112Z Checking num-rational v0.4.2
25802026-03-18T17:50:08.498Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25812026-03-18T17:50:08.527Z Checking half v2.7.1
25822026-03-18T17:50:08.772Z Compiling thiserror-impl-no-std v2.0.2
25832026-03-18T17:50:08.821Z Checking universal-hash v0.5.1
25842026-03-18T17:50:08.904Z Checking num-complex v0.4.6
25852026-03-18T17:50:08.989Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-18T17:50:09.305Z Checking opaque-debug v0.3.1
25872026-03-18T17:50:09.365Z Checking ciborium-io v0.2.2
25882026-03-18T17:50:09.398Z Checking poly1305 v0.8.0
25892026-03-18T17:50:09.417Z Checking num v0.4.3
25902026-03-18T17:50:09.483Z Checking ciborium-ll v0.2.2
25912026-03-18T17:50:09.524Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25922026-03-18T17:50:09.589Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25932026-03-18T17:50:09.719Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25942026-03-18T17:50:09.753Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-03-18T17:50:09.986Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25962026-03-18T17:50:10.106Z Compiling typify v0.6.1
25972026-03-18T17:50:10.249Z Checking toml v0.8.23
25982026-03-18T17:50:10.354Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-18T17:50:10.374Z Checking thiserror-no-std v2.0.2
26002026-03-18T17:50:10.587Z Checking password-hash v0.5.0
26012026-03-18T17:50:10.703Z Checking chacha20 v0.9.1
26022026-03-18T17:50:10.896Z Compiling usdt-attr-macro v0.5.0
26032026-03-18T17:50:10.958Z Compiling usdt-macro v0.5.0
26042026-03-18T17:50:11.225Z Checking smf v0.2.3
26052026-03-18T17:50:11.543Z Checking blake2 v0.10.6
26062026-03-18T17:50:11.723Z Checking aead v0.5.2
26072026-03-18T17:50:11.750Z Checking sigpipe v0.1.3
26082026-03-18T17:50:11.856Z Checking memmap v0.7.0
26092026-03-18T17:50:11.897Z Compiling num-derive v0.4.2
26102026-03-18T17:50:11.917Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-18T17:50:11.935Z Checking float-ord v0.3.2
26122026-03-18T17:50:12.025Z Checking glob v0.3.3
26132026-03-18T17:50:12.069Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-18T17:50:12.175Z Checking usdt v0.5.0
26152026-03-18T17:50:12.272Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-03-18T17:50:12.445Z Checking chacha20poly1305 v0.10.1
26172026-03-18T17:50:12.486Z Checking argon2 v0.5.3
26182026-03-18T17:50:12.609Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-18T17:50:12.644Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26202026-03-18T17:50:12.840Z Checking vsss-rs v3.3.4
26212026-03-18T17:50:12.872Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-03-18T17:50:12.937Z Compiling progenitor-impl v0.13.0
26232026-03-18T17:50:13.107Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-03-18T17:50:13.608Z Checking ciborium v0.2.2
26252026-03-18T17:50:13.695Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-18T17:50:13.861Z Compiling semver v0.1.20
26272026-03-18T17:50:13.951Z Checking whoami v1.6.1
26282026-03-18T17:50:14.186Z Checking indent_write v2.2.0
26292026-03-18T17:50:14.242Z Compiling rustc_version v0.1.7
26302026-03-18T17:50:14.285Z Compiling typify-macro v0.4.3
26312026-03-18T17:50:14.304Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26322026-03-18T17:50:14.577Z Compiling pin-project-internal v1.1.11
26332026-03-18T17:50:14.580Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-18T17:50:15.426Z Checking linked-hash-map v0.5.6
26352026-03-18T17:50:15.530Z Checking swrite v0.1.0
26362026-03-18T17:50:15.650Z Compiling minimal-lexical v0.2.1
26372026-03-18T17:50:15.669Z Checking lru-cache v0.1.2
26382026-03-18T17:50:15.825Z Compiling newtype_derive v0.1.6
26392026-03-18T17:50:15.983Z Compiling nom v7.1.3
26402026-03-18T17:50:16.131Z Checking pin-project v1.1.11
26412026-03-18T17:50:16.258Z Checking newline-converter v0.3.0
26422026-03-18T17:50:16.405Z Checking atomicwrites v0.4.4
26432026-03-18T17:50:16.555Z Compiling typify v0.4.3
26442026-03-18T17:50:16.574Z Checking hickory-proto v0.24.4
26452026-03-18T17:50:16.656Z Compiling progenitor-macro v0.13.0
26462026-03-18T17:50:16.694Z Checking phf_shared v0.12.1
26472026-03-18T17:50:16.715Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26482026-03-18T17:50:16.734Z Checking console v0.15.11
26492026-03-18T17:50:16.881Z Checking pem v3.0.6
26502026-03-18T17:50:17.111Z Checking csv-core v0.1.13
26512026-03-18T17:50:17.348Z Compiling snafu-derive v0.8.9
26522026-03-18T17:50:17.601Z Compiling derive-where v1.6.0
26532026-03-18T17:50:17.848Z Compiling async-recursion v1.1.1
26542026-03-18T17:50:18.777Z Compiling slog-dtrace v0.3.0
26552026-03-18T17:50:19.024Z Compiling cancel-safe-futures v0.1.5
26562026-03-18T17:50:19.054Z Compiling owo-colors v4.3.0
26572026-03-18T17:50:19.294Z Compiling chrono-tz v0.10.4
26582026-03-18T17:50:19.410Z Checking highway v1.3.0
26592026-03-18T17:50:19.476Z Checking resolv-conf v0.7.6
26602026-03-18T17:50:19.527Z Checking unicode-width v0.1.14
26612026-03-18T17:50:19.717Z Checking same-file v1.0.6
26622026-03-18T17:50:19.739Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26632026-03-18T17:50:19.867Z Checking hickory-resolver v0.24.4
26642026-03-18T17:50:19.886Z Checking walkdir v2.5.0
26652026-03-18T17:50:20.019Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26662026-03-18T17:50:20.039Z Checking snafu v0.8.9
26672026-03-18T17:50:20.128Z Compiling const_format_proc_macros v0.2.34
26682026-03-18T17:50:20.427Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692026-03-18T17:50:20.844Z Checking csv v1.4.0
26702026-03-18T17:50:20.864Z Checking expectorate v1.2.0
26712026-03-18T17:50:21.031Z Checking phf v0.12.1
26722026-03-18T17:50:21.219Z Compiling progenitor-impl v0.10.0
26732026-03-18T17:50:21.303Z Checking tokio-dtrace v0.1.1
26742026-03-18T17:50:21.349Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26752026-03-18T17:50:21.422Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26762026-03-18T17:50:21.539Z Checking globset v0.4.18
26772026-03-18T17:50:21.715Z Checking olpc-cjson v0.1.4
26782026-03-18T17:50:21.886Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-18T17:50:21.906Z Checking libsw-core v0.3.2
26802026-03-18T17:50:21.988Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-03-18T17:50:22.097Z Checking serde_plain v1.0.2
26822026-03-18T17:50:22.123Z Checking arc-swap v1.8.2
26832026-03-18T17:50:22.239Z Compiling lzma-sys v0.1.20
26842026-03-18T17:50:22.413Z Checking typed-path v0.9.3
26852026-03-18T17:50:22.571Z Checking bytecount v0.6.9
26862026-03-18T17:50:22.710Z Checking utf-8 v0.7.6
26872026-03-18T17:50:22.769Z Checking papergrid v0.11.0
26882026-03-18T17:50:22.883Z Checking tungstenite v0.21.0
26892026-03-18T17:50:23.344Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26902026-03-18T17:50:23.528Z Checking tough v0.20.0
26912026-03-18T17:50:23.564Z Checking slog-scope v4.4.1
26922026-03-18T17:50:23.611Z Checking libsw v3.5.0
26932026-03-18T17:50:23.717Z Checking progenitor v0.13.0
26942026-03-18T17:50:23.775Z Checking oxide-tokio-rt v0.1.3
26952026-03-18T17:50:23.852Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26962026-03-18T17:50:23.929Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26972026-03-18T17:50:24.407Z Checking const_format v0.2.35
26982026-03-18T17:50:24.561Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26992026-03-18T17:50:24.766Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-18T17:50:24.888Z Compiling progenitor-macro v0.10.0
27012026-03-18T17:50:25.679Z Checking qorb v0.4.1
27022026-03-18T17:50:25.939Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-18T17:50:26.357Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27042026-03-18T17:50:26.538Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27052026-03-18T17:50:26.545Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27062026-03-18T17:50:26.576Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27072026-03-18T17:50:27.021Z Compiling cargo_toml v0.22.3
27082026-03-18T17:50:27.100Z Checking gethostname v0.5.0
27092026-03-18T17:50:27.203Z Compiling tabled_derive v0.7.0
27102026-03-18T17:50:27.225Z Checking bcs v0.1.6
27112026-03-18T17:50:27.245Z Checking smawk v0.3.2
27122026-03-18T17:50:27.265Z Checking linear-map v1.2.0
27132026-03-18T17:50:27.415Z Checking unicode-linebreak v0.1.5
27142026-03-18T17:50:27.493Z Checking termtree v0.5.1
27152026-03-18T17:50:27.534Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-18T17:50:27.674Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27172026-03-18T17:50:27.701Z Checking textwrap v0.16.2
27182026-03-18T17:50:27.986Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27192026-03-18T17:50:28.187Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27202026-03-18T17:50:28.494Z Checking tabled v0.15.0
27212026-03-18T17:50:28.936Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27222026-03-18T17:50:29.307Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27232026-03-18T17:50:29.328Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27242026-03-18T17:50:29.555Z Checking steno v0.4.1
27252026-03-18T17:50:29.578Z Checking slog-stdlog v4.1.1
27262026-03-18T17:50:29.739Z Checking tokio-tungstenite v0.21.0
27272026-03-18T17:50:30.144Z Checking typeid v1.0.3
27282026-03-18T17:50:30.249Z Checking humantime v2.3.0
27292026-03-18T17:50:30.278Z Checking base64 v0.21.7
27302026-03-18T17:50:30.495Z Checking ron v0.12.0
27312026-03-18T17:50:30.591Z Checking xz2 v0.1.7
27322026-03-18T17:50:30.822Z Checking slog-envlogger v2.2.0
27332026-03-18T17:50:30.926Z Checking yasna v0.5.2
27342026-03-18T17:50:31.017Z Checking headers-core v0.3.0
27352026-03-18T17:50:31.046Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27362026-03-18T17:50:31.156Z Checking filetime v0.2.27
27372026-03-18T17:50:31.254Z Checking xattr v1.6.1
27382026-03-18T17:50:31.332Z Checking base16ct v1.0.0
27392026-03-18T17:50:31.427Z Checking tar v0.4.44
27402026-03-18T17:50:31.461Z Checking rcgen v0.12.1
27412026-03-18T17:50:31.508Z Checking headers v0.4.1
27422026-03-18T17:50:31.528Z Checking subprocess v0.2.15
27432026-03-18T17:50:31.947Z Checking progenitor v0.10.0
27442026-03-18T17:50:32.118Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-18T17:50:39.730Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27462026-03-18T17:50:47.930Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-03-18T17:50:49.730Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27482026-03-18T17:50:51.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27492026-03-18T17:50:51.544Z
27502026-03-18T17:50:51.544Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27512026-03-18T17:50:52.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-03-18T17:50:52.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-03-18T17:50:52.549Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-18T17:50:54.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
27552026-03-18T17:50:54.513Z
27562026-03-18T17:50:54.513Zinfo: running `cargo check --bins` on nexus-config (51/257)
27572026-03-18T17:50:55.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-18T17:50:55.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-18T17:50:55.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-03-18T17:50:55.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27612026-03-18T17:50:55.346Z
27622026-03-18T17:50:55.346Zinfo: running `cargo check --bins` on nexus-types (52/257)
27632026-03-18T17:50:56.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-18T17:50:56.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-18T17:50:56.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-18T17:50:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27672026-03-18T17:50:56.173Z
27682026-03-18T17:50:56.173Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27692026-03-18T17:50:56.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-18T17:50:56.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-18T17:50:56.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-18T17:50:56.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27732026-03-18T17:50:56.956Z
27742026-03-18T17:50:56.956Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27752026-03-18T17:50:57.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-18T17:50:57.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-18T17:50:57.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-18T17:50:57.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27792026-03-18T17:50:57.743Z
27802026-03-18T17:50:57.743Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27812026-03-18T17:50:58.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-18T17:50:58.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-18T17:50:58.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-18T17:50:58.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27852026-03-18T17:50:58.503Z
27862026-03-18T17:50:58.503Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27872026-03-18T17:50:59.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-18T17:50:59.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-18T17:50:59.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-18T17:50:59.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27912026-03-18T17:50:59.262Z
27922026-03-18T17:50:59.262Zinfo: running `cargo check --bins` on ereport-types (57/257)
27932026-03-18T17:50:59.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-18T17:50:59.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-18T17:50:59.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-18T17:50:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27972026-03-18T17:51:00.032Z
27982026-03-18T17:51:00.032Zinfo: running `cargo check --bins` on gateway-client (58/257)
27992026-03-18T17:51:00.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-18T17:51:00.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-18T17:51:00.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-18T17:51:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28032026-03-18T17:51:00.806Z
28042026-03-18T17:51:00.806Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28052026-03-18T17:51:01.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-18T17:51:01.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-18T17:51:01.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-18T17:51:01.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28092026-03-18T17:51:01.577Z
28102026-03-18T17:51:01.577Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28112026-03-18T17:51:02.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-18T17:51:02.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-18T17:51:02.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-18T17:51:02.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28152026-03-18T17:51:02.350Z
28162026-03-18T17:51:02.350Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28172026-03-18T17:51:03.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-18T17:51:03.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-18T17:51:03.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-18T17:51:03.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28212026-03-18T17:51:03.127Z
28222026-03-18T17:51:03.127Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28232026-03-18T17:51:03.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-18T17:51:03.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-18T17:51:03.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-18T17:51:03.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28272026-03-18T17:51:03.900Z
28282026-03-18T17:51:03.900Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28292026-03-18T17:51:04.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-18T17:51:04.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-18T17:51:04.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-18T17:51:04.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28332026-03-18T17:51:04.692Z
28342026-03-18T17:51:04.692Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28352026-03-18T17:51:05.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-18T17:51:05.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-18T17:51:05.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-18T17:51:05.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28392026-03-18T17:51:05.477Z
28402026-03-18T17:51:05.477Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28412026-03-18T17:51:06.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-18T17:51:06.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-18T17:51:06.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-18T17:51:06.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28452026-03-18T17:51:06.241Z
28462026-03-18T17:51:06.241Zinfo: running `cargo check --bins` on oxlog (66/257)
28472026-03-18T17:51:06.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-18T17:51:06.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-18T17:51:07.052Z Compiling newtype-uuid v1.3.2
28502026-03-18T17:51:07.310Z Compiling daft v0.1.5
28512026-03-18T17:51:07.575Z Compiling iddqd v0.3.17
28522026-03-18T17:51:08.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-03-18T17:51:09.115Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28542026-03-18T17:51:09.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28552026-03-18T17:51:09.673Z
28562026-03-18T17:51:09.673Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28572026-03-18T17:51:10.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-03-18T17:51:10.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-03-18T17:51:10.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-03-18T17:51:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28612026-03-18T17:51:10.450Z
28622026-03-18T17:51:10.450Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28632026-03-18T17:51:11.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-18T17:51:11.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-18T17:51:11.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-18T17:51:11.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28672026-03-18T17:51:11.230Z
28682026-03-18T17:51:11.230Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28692026-03-18T17:51:11.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-18T17:51:11.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-18T17:51:11.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-18T17:51:11.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28732026-03-18T17:51:12.042Z
28742026-03-18T17:51:12.043Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28752026-03-18T17:51:12.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-18T17:51:12.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-18T17:51:12.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-18T17:51:12.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28792026-03-18T17:51:12.808Z
28802026-03-18T17:51:12.808Zinfo: running `cargo check --bins` on oxql-types (71/257)
28812026-03-18T17:51:13.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-18T17:51:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-18T17:51:13.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-18T17:51:13.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28852026-03-18T17:51:13.588Z
28862026-03-18T17:51:13.588Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28872026-03-18T17:51:14.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-18T17:51:14.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-18T17:51:14.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-18T17:51:14.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28912026-03-18T17:51:14.367Z
28922026-03-18T17:51:14.367Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28932026-03-18T17:51:15.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-18T17:51:15.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-18T17:51:15.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-18T17:51:15.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28972026-03-18T17:51:15.146Z
28982026-03-18T17:51:15.146Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28992026-03-18T17:51:15.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-18T17:51:15.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-18T17:51:15.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-18T17:51:15.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29032026-03-18T17:51:15.905Z
29042026-03-18T17:51:15.905Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29052026-03-18T17:51:16.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-18T17:51:16.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-18T17:51:16.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-18T17:51:16.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29092026-03-18T17:51:16.705Z
29102026-03-18T17:51:16.706Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29112026-03-18T17:51:17.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-18T17:51:17.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-18T17:51:17.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-18T17:51:17.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29152026-03-18T17:51:17.505Z
29162026-03-18T17:51:17.505Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29172026-03-18T17:51:18.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-18T17:51:18.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-18T17:51:18.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-18T17:51:18.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29212026-03-18T17:51:18.305Z
29222026-03-18T17:51:18.306Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29232026-03-18T17:51:18.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-18T17:51:18.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-18T17:51:18.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-18T17:51:19.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29272026-03-18T17:51:19.106Z
29282026-03-18T17:51:19.106Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29292026-03-18T17:51:19.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-18T17:51:19.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-18T17:51:19.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-18T17:51:19.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29332026-03-18T17:51:19.869Z
29342026-03-18T17:51:19.869Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29352026-03-18T17:51:20.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-18T17:51:20.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-18T17:51:20.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-18T17:51:20.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29392026-03-18T17:51:20.631Z
29402026-03-18T17:51:20.631Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29412026-03-18T17:51:21.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-18T17:51:21.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-18T17:51:21.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-18T17:51:21.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29452026-03-18T17:51:21.393Z
29462026-03-18T17:51:21.393Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29472026-03-18T17:51:22.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-18T17:51:22.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-18T17:51:22.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-18T17:51:22.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29512026-03-18T17:51:22.152Z
29522026-03-18T17:51:22.152Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29532026-03-18T17:51:22.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-18T17:51:22.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-18T17:51:23.028Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-03-18T17:51:23.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29572026-03-18T17:51:23.929Z
29582026-03-18T17:51:23.929Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29592026-03-18T17:51:24.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-18T17:51:24.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-18T17:51:24.832Z Compiling ar_archive_writer v0.5.1
29622026-03-18T17:51:24.961Z Compiling stacker v0.1.23
29632026-03-18T17:51:24.975Z Compiling cfg_aliases v0.1.1
29642026-03-18T17:51:24.987Z Compiling convert_case v0.10.0
29652026-03-18T17:51:25.003Z Checking fd-lock v4.0.4
29662026-03-18T17:51:25.006Z Checking nibble_vec v0.1.0
29672026-03-18T17:51:25.006Z Checking vte v0.14.1
29682026-03-18T17:51:25.006Z Compiling recursive-proc-macro-impl v0.1.1
29692026-03-18T17:51:25.065Z Compiling nix v0.28.0
29702026-03-18T17:51:25.147Z Checking endian-type v0.1.2
29712026-03-18T17:51:25.202Z Checking strip-ansi-escapes v0.2.1
29722026-03-18T17:51:25.227Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29732026-03-18T17:51:25.303Z Compiling peg-macros v0.8.5
29742026-03-18T17:51:25.319Z Checking radix_trie v0.2.1
29752026-03-18T17:51:25.364Z Checking winnow v0.6.26
29762026-03-18T17:51:25.384Z Compiling derive_more-impl v2.1.1
29772026-03-18T17:51:25.539Z Compiling sqlparser_derive v0.5.0
29782026-03-18T17:51:25.593Z Checking home v0.5.12
29792026-03-18T17:51:25.722Z Checking unicode_categories v0.1.1
29802026-03-18T17:51:25.876Z Checking nu-ansi-term v0.50.3
29812026-03-18T17:51:25.954Z Checking display-error-chain v0.2.2
29822026-03-18T17:51:26.130Z Compiling psm v0.1.30
29832026-03-18T17:51:26.151Z Checking reedline v0.40.0
29842026-03-18T17:51:26.457Z Checking derive_more v2.1.1
29852026-03-18T17:51:26.550Z Checking crossterm v0.29.0
29862026-03-18T17:51:26.800Z Checking peg v0.8.5
29872026-03-18T17:51:26.884Z Checking rustyline v14.0.0
29882026-03-18T17:51:26.951Z Checking sqlformat v0.3.5
29892026-03-18T17:51:27.078Z Checking recursive v0.1.1
29902026-03-18T17:51:27.188Z Checking sqlparser v0.61.0
29912026-03-18T17:51:43.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
29922026-03-18T17:51:43.260Z
29932026-03-18T17:51:43.260Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29942026-03-18T17:51:43.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-03-18T17:51:43.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-03-18T17:51:44.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29972026-03-18T17:51:48.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
29982026-03-18T17:51:49.042Z
29992026-03-18T17:51:49.042Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30002026-03-18T17:51:49.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-18T17:51:49.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-18T17:51:49.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-18T17:51:53.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
30042026-03-18T17:51:53.434Z
30052026-03-18T17:51:53.434Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30062026-03-18T17:51:54.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-18T17:51:54.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-18T17:51:54.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-18T17:51:58.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30102026-03-18T17:51:58.970Z
30112026-03-18T17:51:58.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30122026-03-18T17:51:59.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-18T17:51:59.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-18T17:51:59.869Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-18T17:52:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
30162026-03-18T17:52:04.523Z
30172026-03-18T17:52:04.523Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30182026-03-18T17:52:05.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-18T17:52:05.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-18T17:52:05.423Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-18T17:52:08.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
30222026-03-18T17:52:09.115Z
30232026-03-18T17:52:09.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30242026-03-18T17:52:09.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-18T17:52:09.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-18T17:52:10.015Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-18T17:52:13.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
30282026-03-18T17:52:13.782Z
30292026-03-18T17:52:13.783Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30302026-03-18T17:52:14.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-18T17:52:14.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-18T17:52:14.688Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-18T17:52:19.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30342026-03-18T17:52:19.553Z
30352026-03-18T17:52:19.553Zinfo: running `cargo check --bins` on oximeter (92/257)
30362026-03-18T17:52:20.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-18T17:52:20.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-18T17:52:20.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-03-18T17:52:20.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30402026-03-18T17:52:20.339Z
30412026-03-18T17:52:20.339Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30422026-03-18T17:52:21.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-18T17:52:21.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-18T17:52:21.196Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-18T17:52:21.390Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-03-18T17:52:21.410Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-18T17:52:21.837Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-03-18T17:52:26.670Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30492026-03-18T17:52:27.090Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30502026-03-18T17:52:28.652Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30512026-03-18T17:52:29.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
30522026-03-18T17:52:29.757Z
30532026-03-18T17:52:29.757Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30542026-03-18T17:52:30.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-03-18T17:52:30.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-03-18T17:52:30.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-03-18T17:52:30.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30582026-03-18T17:52:30.540Z
30592026-03-18T17:52:30.540Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30602026-03-18T17:52:31.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-18T17:52:31.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-18T17:52:31.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-18T17:52:31.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30642026-03-18T17:52:31.389Z
30652026-03-18T17:52:31.389Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30662026-03-18T17:52:32.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-18T17:52:32.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-18T17:52:32.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-18T17:52:32.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30702026-03-18T17:52:32.191Z
30712026-03-18T17:52:32.191Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30722026-03-18T17:52:32.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-18T17:52:32.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-18T17:52:32.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-18T17:52:32.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30762026-03-18T17:52:32.999Z
30772026-03-18T17:52:32.999Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30782026-03-18T17:52:33.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-18T17:52:33.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-18T17:52:33.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-18T17:52:33.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30822026-03-18T17:52:33.803Z
30832026-03-18T17:52:33.803Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30842026-03-18T17:52:34.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-18T17:52:34.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-18T17:52:34.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-18T17:52:34.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30882026-03-18T17:52:34.608Z
30892026-03-18T17:52:34.608Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30902026-03-18T17:52:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-18T17:52:35.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-18T17:52:35.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-18T17:52:35.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30942026-03-18T17:52:35.378Z
30952026-03-18T17:52:35.378Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30962026-03-18T17:52:36.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-18T17:52:36.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-18T17:52:36.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-18T17:52:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31002026-03-18T17:52:36.183Z
31012026-03-18T17:52:36.183Zinfo: running `cargo check --bins` on update-engine (102/257)
31022026-03-18T17:52:36.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-18T17:52:36.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-18T17:52:36.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-18T17:52:36.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31062026-03-18T17:52:36.953Z
31072026-03-18T17:52:36.953Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31082026-03-18T17:52:37.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-18T17:52:37.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-18T17:52:37.879Z Checking dropshot-api-manager-types v0.6.0
31112026-03-18T17:52:37.882Z Checking nanorand v0.7.0
31122026-03-18T17:52:38.188Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-03-18T17:52:38.215Z Checking flume v0.11.1
31142026-03-18T17:52:38.487Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31152026-03-18T17:52:39.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
31162026-03-18T17:52:39.992Z
31172026-03-18T17:52:39.992Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31182026-03-18T17:52:40.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-03-18T17:52:40.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-03-18T17:52:40.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-03-18T17:52:40.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31222026-03-18T17:52:40.777Z
31232026-03-18T17:52:40.777Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31242026-03-18T17:52:41.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-18T17:52:41.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-18T17:52:41.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-18T17:52:41.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31282026-03-18T17:52:41.563Z
31292026-03-18T17:52:41.563Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31302026-03-18T17:52:42.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-18T17:52:42.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-18T17:52:42.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-18T17:52:42.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31342026-03-18T17:52:42.351Z
31352026-03-18T17:52:42.351Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31362026-03-18T17:52:43.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-18T17:52:43.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-18T17:52:43.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-18T17:52:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31402026-03-18T17:52:43.159Z
31412026-03-18T17:52:43.159Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31422026-03-18T17:52:43.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-18T17:52:43.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-18T17:52:43.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-18T17:52:43.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31462026-03-18T17:52:43.946Z
31472026-03-18T17:52:43.946Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31482026-03-18T17:52:44.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-18T17:52:44.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-18T17:52:44.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-18T17:52:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31522026-03-18T17:52:44.730Z
31532026-03-18T17:52:44.730Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31542026-03-18T17:52:45.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-18T17:52:45.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-18T17:52:45.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-18T17:52:45.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31582026-03-18T17:52:45.516Z
31592026-03-18T17:52:45.517Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31602026-03-18T17:52:46.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-18T17:52:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-18T17:52:46.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-18T17:52:46.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31642026-03-18T17:52:46.283Z
31652026-03-18T17:52:46.284Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31662026-03-18T17:52:46.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-18T17:52:46.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-18T17:52:46.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-18T17:52:46.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31702026-03-18T17:52:47.069Z
31712026-03-18T17:52:47.070Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31722026-03-18T17:52:47.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-18T17:52:47.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-18T17:52:47.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-18T17:52:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31762026-03-18T17:52:47.858Z
31772026-03-18T17:52:47.858Zinfo: running `cargo check --bins` on installinator-client (114/257)
31782026-03-18T17:52:48.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-18T17:52:48.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-18T17:52:48.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-18T17:52:48.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31822026-03-18T17:52:48.649Z
31832026-03-18T17:52:48.649Zinfo: running `cargo check --bins` on nexus-client (115/257)
31842026-03-18T17:52:49.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-18T17:52:49.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-18T17:52:49.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-18T17:52:49.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31882026-03-18T17:52:49.482Z
31892026-03-18T17:52:49.482Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31902026-03-18T17:52:50.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-18T17:52:50.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-18T17:52:50.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-18T17:52:50.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31942026-03-18T17:52:50.320Z
31952026-03-18T17:52:50.320Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31962026-03-18T17:52:50.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-18T17:52:50.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-18T17:52:50.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-18T17:52:50.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32002026-03-18T17:52:51.090Z
32012026-03-18T17:52:51.090Zinfo: running `cargo check --bins` on oxide-client (118/257)
32022026-03-18T17:52:51.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-18T17:52:51.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-18T17:52:51.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-18T17:52:51.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32062026-03-18T17:52:51.868Z
32072026-03-18T17:52:51.868Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32082026-03-18T17:52:52.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-18T17:52:52.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-18T17:52:52.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-18T17:52:52.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32122026-03-18T17:52:52.659Z
32132026-03-18T17:52:52.660Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32142026-03-18T17:52:53.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-18T17:52:53.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-18T17:52:53.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-18T17:52:53.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32182026-03-18T17:52:53.427Z
32192026-03-18T17:52:53.427Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32202026-03-18T17:52:54.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-18T17:52:54.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-18T17:52:54.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-18T17:52:54.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32242026-03-18T17:52:54.243Z
32252026-03-18T17:52:54.243Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32262026-03-18T17:52:54.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-18T17:52:54.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-18T17:52:54.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-18T17:52:54.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32302026-03-18T17:52:55.059Z
32312026-03-18T17:52:55.060Zinfo: running `cargo check --bins` on installinator-common (123/257)
32322026-03-18T17:52:55.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-18T17:52:55.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-18T17:52:55.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-18T17:52:55.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32362026-03-18T17:52:55.868Z
32372026-03-18T17:52:55.868Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32382026-03-18T17:52:56.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-18T17:52:56.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-18T17:52:56.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-18T17:52:56.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32422026-03-18T17:52:56.638Z
32432026-03-18T17:52:56.638Zinfo: running `cargo check --bins` on wicket-common (125/257)
32442026-03-18T17:52:57.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-18T17:52:57.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-18T17:52:57.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-18T17:52:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32482026-03-18T17:52:57.450Z
32492026-03-18T17:52:57.450Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32502026-03-18T17:52:58.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-18T17:52:58.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-18T17:52:58.346Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32532026-03-18T17:52:58.349Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-03-18T17:52:58.349Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32552026-03-18T17:52:58.497Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32562026-03-18T17:52:58.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32572026-03-18T17:52:58.653Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32582026-03-18T17:52:58.691Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-03-18T17:52:58.983Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32602026-03-18T17:52:58.986Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-03-18T17:53:01.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32622026-03-18T17:53:02.061Z
32632026-03-18T17:53:02.061Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32642026-03-18T17:53:02.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-03-18T17:53:02.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-03-18T17:53:02.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-03-18T17:53:02.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32682026-03-18T17:53:02.847Z
32692026-03-18T17:53:02.847Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32702026-03-18T17:53:03.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-18T17:53:03.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-18T17:53:03.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-18T17:53:03.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32742026-03-18T17:53:03.750Z
32752026-03-18T17:53:03.750Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32762026-03-18T17:53:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-18T17:53:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-18T17:53:04.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-18T17:53:04.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32802026-03-18T17:53:04.655Z
32812026-03-18T17:53:04.655Zinfo: running `cargo check --bins` on dns-server (130/257)
32822026-03-18T17:53:05.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-18T17:53:05.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-18T17:53:05.549Z Compiling parking_lot_core v0.8.6
32852026-03-18T17:53:05.549Z Compiling git-stub v1.0.0
32862026-03-18T17:53:05.549Z Compiling atomicwrites v0.4.4
32872026-03-18T17:53:05.552Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32882026-03-18T17:53:05.712Z Checking tagptr v0.2.0
32892026-03-18T17:53:05.726Z Checking prefix-trie v0.7.0
32902026-03-18T17:53:05.729Z Checking fxhash v0.2.1
32912026-03-18T17:53:05.757Z Checking hickory-client v0.25.2
32922026-03-18T17:53:05.871Z Compiling git-stub-vcs v0.1.0
32932026-03-18T17:53:05.890Z Checking moka v0.12.13
32942026-03-18T17:53:06.158Z Checking hickory-server v0.25.2
32952026-03-18T17:53:06.216Z Checking parking_lot v0.11.2
32962026-03-18T17:53:06.258Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32972026-03-18T17:53:06.343Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-18T17:53:06.346Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-18T17:53:06.346Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33002026-03-18T17:53:06.445Z Checking sled v0.34.7
33012026-03-18T17:53:06.767Z Checking hickory-resolver v0.25.2
33022026-03-18T17:53:09.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
33032026-03-18T17:53:09.451Z
33042026-03-18T17:53:09.451Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33052026-03-18T17:53:10.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-03-18T17:53:10.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-03-18T17:53:10.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-03-18T17:53:10.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33092026-03-18T17:53:10.237Z
33102026-03-18T17:53:10.237Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33112026-03-18T17:53:10.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-03-18T17:53:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-03-18T17:53:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-03-18T17:53:10.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33152026-03-18T17:53:11.104Z
33162026-03-18T17:53:11.105Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33172026-03-18T17:53:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-18T17:53:11.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-18T17:53:12.099Z Compiling radium v0.7.0
33202026-03-18T17:53:12.240Z Compiling maybe-uninit v2.0.0
33212026-03-18T17:53:12.243Z Checking tap v1.0.1
33222026-03-18T17:53:12.268Z Compiling zerocopy-derive v0.6.6
33232026-03-18T17:53:12.271Z Checking funty v2.0.0
33242026-03-18T17:53:12.271Z Checking crc-catalog v2.4.0
33252026-03-18T17:53:12.271Z Compiling packed_struct v0.10.1
33262026-03-18T17:53:12.274Z Compiling packed_struct_codegen v0.10.1
33272026-03-18T17:53:12.427Z Checking crc v3.4.0
33282026-03-18T17:53:12.492Z Checking wyz v0.5.1
33292026-03-18T17:53:12.644Z Compiling bitfield-macros v0.19.4
33302026-03-18T17:53:12.662Z Compiling indexmap v1.9.3
33312026-03-18T17:53:12.734Z Checking nodrop v0.1.14
33322026-03-18T17:53:12.769Z Checking smallvec v0.6.14
33332026-03-18T17:53:12.790Z Checking hashbrown v0.12.3
33342026-03-18T17:53:12.808Z Checking bitvec v1.0.1
33352026-03-18T17:53:12.846Z Checking array-init v0.0.4
33362026-03-18T17:53:12.928Z Checking ron v0.8.1
33372026-03-18T17:53:13.022Z Checking hashbrown v0.13.2
33382026-03-18T17:53:13.323Z Checking serde-hex v0.1.0
33392026-03-18T17:53:13.471Z Checking zerocopy v0.6.6
33402026-03-18T17:53:13.581Z Checking bitfield v0.19.4
33412026-03-18T17:53:13.601Z Checking crc-any v2.5.0
33422026-03-18T17:53:13.630Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33432026-03-18T17:53:13.799Z Checking object v0.30.4
33442026-03-18T17:53:13.839Z Checking path-slash v0.1.5
33452026-03-18T17:53:13.863Z Checking half v1.8.3
33462026-03-18T17:53:13.898Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-03-18T17:53:13.921Z Checking void v1.0.2
33482026-03-18T17:53:13.983Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-03-18T17:53:14.054Z Checking lzss v0.8.2
33502026-03-18T17:53:14.095Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-18T17:53:14.128Z Checking serde_cbor v0.11.2
33522026-03-18T17:53:14.145Z Checking tungstenite v0.23.0
33532026-03-18T17:53:14.181Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-03-18T17:53:14.291Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33552026-03-18T17:53:14.309Z Checking nix v0.27.1
33562026-03-18T17:53:14.660Z Checking kstat-rs v0.2.4
33572026-03-18T17:53:14.700Z Checking serde_bytes v0.11.19
33582026-03-18T17:53:14.720Z Checking tokio-tungstenite v0.23.1
33592026-03-18T17:53:14.904Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33602026-03-18T17:53:14.926Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-03-18T17:53:15.018Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33622026-03-18T17:53:15.049Z Checking signal-hook-tokio v0.3.1
33632026-03-18T17:53:16.130Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-18T17:53:16.393Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33652026-03-18T17:53:19.690Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-18T17:53:20.881Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-03-18T17:53:21.250Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33682026-03-18T17:53:22.731Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-03-18T17:53:25.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
33702026-03-18T17:53:25.730Z
33712026-03-18T17:53:25.730Zinfo: running `cargo check --bins` on gateway-api (134/257)
33722026-03-18T17:53:26.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-03-18T17:53:26.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-03-18T17:53:26.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-03-18T17:53:26.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33762026-03-18T17:53:26.512Z
33772026-03-18T17:53:26.512Zinfo: running `cargo check --bins` on ipcc (135/257)
33782026-03-18T17:53:27.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-03-18T17:53:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-03-18T17:53:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-03-18T17:53:27.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33822026-03-18T17:53:27.301Z
33832026-03-18T17:53:27.301Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33842026-03-18T17:53:27.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-18T17:53:27.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-18T17:53:27.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-18T17:53:27.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33882026-03-18T17:53:28.073Z
33892026-03-18T17:53:28.073Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33902026-03-18T17:53:28.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-18T17:53:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-18T17:53:28.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-18T17:53:28.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33942026-03-18T17:53:28.894Z
33952026-03-18T17:53:28.894Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33962026-03-18T17:53:29.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-18T17:53:29.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-18T17:53:29.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-18T17:53:29.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34002026-03-18T17:53:29.686Z
34012026-03-18T17:53:29.686Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34022026-03-18T17:53:30.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-18T17:53:30.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-18T17:53:30.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-18T17:53:30.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34062026-03-18T17:53:30.475Z
34072026-03-18T17:53:30.475Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34082026-03-18T17:53:31.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-18T17:53:31.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-18T17:53:31.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-18T17:53:31.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34122026-03-18T17:53:31.259Z
34132026-03-18T17:53:31.259Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34142026-03-18T17:53:31.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-18T17:53:31.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-18T17:53:31.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-18T17:53:31.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34182026-03-18T17:53:32.044Z
34192026-03-18T17:53:32.044Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34202026-03-18T17:53:32.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-18T17:53:32.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-18T17:53:32.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-18T17:53:32.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34242026-03-18T17:53:32.829Z
34252026-03-18T17:53:32.829Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34262026-03-18T17:53:33.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-18T17:53:33.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-18T17:53:33.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-18T17:53:33.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34302026-03-18T17:53:33.620Z
34312026-03-18T17:53:33.621Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34322026-03-18T17:53:34.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-18T17:53:34.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-18T17:53:34.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-18T17:53:34.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34362026-03-18T17:53:34.404Z
34372026-03-18T17:53:34.405Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34382026-03-18T17:53:35.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-18T17:53:35.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-18T17:53:35.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-18T17:53:35.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34422026-03-18T17:53:35.203Z
34432026-03-18T17:53:35.203Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34442026-03-18T17:53:35.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-18T17:53:35.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-18T17:53:35.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-18T17:53:35.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34482026-03-18T17:53:35.988Z
34492026-03-18T17:53:35.988Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34502026-03-18T17:53:36.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-18T17:53:36.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-18T17:53:36.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-18T17:53:36.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34542026-03-18T17:53:36.832Z
34552026-03-18T17:53:36.832Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34562026-03-18T17:53:37.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-18T17:53:37.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-18T17:53:37.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-18T17:53:37.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34602026-03-18T17:53:37.623Z
34612026-03-18T17:53:37.623Zinfo: running `cargo check --bins` on sp-sim (149/257)
34622026-03-18T17:53:38.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-18T17:53:38.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-18T17:53:38.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-03-18T17:53:40.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34662026-03-18T17:53:41.158Z
34672026-03-18T17:53:41.158Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34682026-03-18T17:53:41.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-18T17:53:41.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-18T17:53:41.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-03-18T17:53:41.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34722026-03-18T17:53:42.024Z
34732026-03-18T17:53:42.024Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34742026-03-18T17:53:42.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-18T17:53:42.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-18T17:53:42.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-18T17:53:42.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34782026-03-18T17:53:42.897Z
34792026-03-18T17:53:42.897Zinfo: running `cargo check --bins` on db-macros (152/257)
34802026-03-18T17:53:43.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-18T17:53:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-18T17:53:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-18T17:53:43.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34842026-03-18T17:53:43.668Z
34852026-03-18T17:53:43.668Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34862026-03-18T17:53:44.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-18T17:53:44.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-18T17:53:44.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-18T17:53:44.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34902026-03-18T17:53:44.440Z
34912026-03-18T17:53:44.440Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34922026-03-18T17:53:45.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-18T17:53:45.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-18T17:53:45.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-18T17:53:45.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34962026-03-18T17:53:45.302Z
34972026-03-18T17:53:45.302Zinfo: running `cargo check --bins` on authz-macros (155/257)
34982026-03-18T17:53:45.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-18T17:53:45.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-18T17:53:45.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-18T17:53:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35022026-03-18T17:53:46.079Z
35032026-03-18T17:53:46.079Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35042026-03-18T17:53:46.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-18T17:53:46.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-18T17:53:46.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-18T17:53:46.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35082026-03-18T17:53:46.936Z
35092026-03-18T17:53:46.937Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35102026-03-18T17:53:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-18T17:53:47.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-18T17:53:47.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-18T17:53:47.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35142026-03-18T17:53:47.789Z
35152026-03-18T17:53:47.789Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35162026-03-18T17:53:48.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-18T17:53:48.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-18T17:53:48.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-03-18T17:53:48.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35202026-03-18T17:53:48.561Z
35212026-03-18T17:53:48.561Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35222026-03-18T17:53:49.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-18T17:53:49.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-18T17:53:49.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-03-18T17:53:49.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35262026-03-18T17:53:49.328Z
35272026-03-18T17:53:49.328Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35282026-03-18T17:53:50.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-18T17:53:50.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-18T17:53:50.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-18T17:53:50.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35322026-03-18T17:53:50.122Z
35332026-03-18T17:53:50.122Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35342026-03-18T17:53:50.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-18T17:53:50.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-18T17:53:50.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-18T17:53:50.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35382026-03-18T17:53:50.901Z
35392026-03-18T17:53:50.901Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35402026-03-18T17:53:51.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-18T17:53:51.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-18T17:53:51.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-18T17:53:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35442026-03-18T17:53:51.670Z
35452026-03-18T17:53:51.670Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35462026-03-18T17:53:52.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-18T17:53:52.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-18T17:53:52.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-18T17:53:52.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35502026-03-18T17:53:52.527Z
35512026-03-18T17:53:52.527Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35522026-03-18T17:53:53.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-18T17:53:53.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-18T17:53:53.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-18T17:53:53.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35562026-03-18T17:53:53.398Z
35572026-03-18T17:53:53.398Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35582026-03-18T17:53:54.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-18T17:53:54.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-18T17:53:54.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-18T17:53:54.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35622026-03-18T17:53:54.249Z
35632026-03-18T17:53:54.249Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35642026-03-18T17:53:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-18T17:53:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-18T17:53:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-18T17:53:54.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35682026-03-18T17:53:55.068Z
35692026-03-18T17:53:55.068Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35702026-03-18T17:53:55.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-18T17:53:55.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-18T17:53:55.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-18T17:53:55.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35742026-03-18T17:53:55.878Z
35752026-03-18T17:53:55.878Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35762026-03-18T17:53:56.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-18T17:53:56.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-18T17:53:56.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-18T17:53:56.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35802026-03-18T17:53:56.682Z
35812026-03-18T17:53:56.682Zinfo: running `cargo check --bins` on key-manager (169/257)
35822026-03-18T17:53:57.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-18T17:53:57.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-18T17:53:57.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-18T17:53:57.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35862026-03-18T17:53:57.464Z
35872026-03-18T17:53:57.464Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35882026-03-18T17:53:58.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-18T17:53:58.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-18T17:53:58.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-18T17:53:58.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35922026-03-18T17:53:58.268Z
35932026-03-18T17:53:58.268Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35942026-03-18T17:53:58.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-18T17:53:58.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-18T17:53:58.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-18T17:53:58.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35982026-03-18T17:53:59.064Z
35992026-03-18T17:53:59.064Zinfo: running `cargo check --bins` on typed-rng (172/257)
36002026-03-18T17:53:59.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-18T17:53:59.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-18T17:53:59.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-18T17:53:59.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36042026-03-18T17:53:59.832Z
36052026-03-18T17:53:59.832Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36062026-03-18T17:54:00.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-18T17:54:00.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-18T17:54:00.985Z Compiling libefi-sys v0.1.0
36092026-03-18T17:54:00.991Z Compiling bitfield-struct v0.6.2
36102026-03-18T17:54:01.161Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36112026-03-18T17:54:01.178Z Compiling xshell-macros v0.2.7
36122026-03-18T17:54:01.195Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36132026-03-18T17:54:01.217Z Compiling salty v0.3.0
36142026-03-18T17:54:01.238Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36152026-03-18T17:54:01.262Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36162026-03-18T17:54:01.262Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-03-18T17:54:01.601Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36182026-03-18T17:54:01.625Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36192026-03-18T17:54:01.650Z Checking xshell v0.2.7
36202026-03-18T17:54:01.792Z Checking primeorder v0.13.6
36212026-03-18T17:54:01.830Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-03-18T17:54:01.877Z Compiling proc-macro-error-attr2 v2.0.0
36232026-03-18T17:54:01.901Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-03-18T17:54:01.967Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-03-18T17:54:01.991Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36262026-03-18T17:54:02.103Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36272026-03-18T17:54:02.122Z Checking p384 v0.13.1
36282026-03-18T17:54:02.172Z Compiling num-derive v0.3.3
36292026-03-18T17:54:02.293Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-03-18T17:54:02.379Z Compiling proc-macro-error2 v2.0.1
36312026-03-18T17:54:02.515Z Compiling unicase v2.9.0
36322026-03-18T17:54:02.598Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-03-18T17:54:02.778Z Compiling mime_guess v2.0.5
36342026-03-18T17:54:02.798Z Compiling tabled_derive v0.11.0
36352026-03-18T17:54:02.819Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36362026-03-18T17:54:02.854Z Checking papergrid v0.17.0
36372026-03-18T17:54:03.316Z Compiling progenitor-impl v0.11.2
36382026-03-18T17:54:03.342Z Checking libscf-sys v1.1.0
36392026-03-18T17:54:03.472Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-18T17:54:03.512Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36412026-03-18T17:54:03.674Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-03-18T17:54:03.728Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-18T17:54:04.178Z Checking testing_table v0.3.0
36442026-03-18T17:54:04.304Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36452026-03-18T17:54:04.382Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-03-18T17:54:04.404Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-18T17:54:04.560Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36482026-03-18T17:54:04.580Z Checking corncobs v0.1.4
36492026-03-18T17:54:04.601Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36502026-03-18T17:54:04.639Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-03-18T17:54:04.744Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-18T17:54:04.770Z Checking tabled v0.20.0
36532026-03-18T17:54:04.869Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36542026-03-18T17:54:05.102Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-03-18T17:54:05.122Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-18T17:54:05.418Z Checking progenitor-client v0.11.2
36572026-03-18T17:54:05.554Z Checking secrecy v0.8.0
36582026-03-18T17:54:05.719Z Checking http-range v0.1.5
36592026-03-18T17:54:05.968Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-18T17:54:05.971Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36612026-03-18T17:54:06.049Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36622026-03-18T17:54:06.338Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36632026-03-18T17:54:06.384Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36642026-03-18T17:54:06.560Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36652026-03-18T17:54:06.582Z Checking atty v0.2.14
36662026-03-18T17:54:06.684Z Checking crc8 v0.1.1
36672026-03-18T17:54:06.708Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36682026-03-18T17:54:06.813Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36692026-03-18T17:54:06.870Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36702026-03-18T17:54:06.951Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36712026-03-18T17:54:07.030Z Compiling progenitor-macro v0.11.2
36722026-03-18T17:54:07.246Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36732026-03-18T17:54:07.379Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36742026-03-18T17:54:07.586Z Checking hyper-staticfile v0.10.1
36752026-03-18T17:54:07.697Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36762026-03-18T17:54:07.721Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36772026-03-18T17:54:07.878Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36782026-03-18T17:54:07.955Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36792026-03-18T17:54:08.035Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-03-18T17:54:08.159Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36812026-03-18T17:54:08.635Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36822026-03-18T17:54:08.691Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36832026-03-18T17:54:09.000Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36842026-03-18T17:54:09.080Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36852026-03-18T17:54:09.160Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36862026-03-18T17:54:09.770Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36872026-03-18T17:54:09.949Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-03-18T17:54:10.251Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36892026-03-18T17:54:10.424Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36902026-03-18T17:54:10.949Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36912026-03-18T17:54:11.951Z Checking progenitor v0.11.2
36922026-03-18T17:54:12.120Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-03-18T17:54:18.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-03-18T17:54:34.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s
36952026-03-18T17:54:35.198Z
36962026-03-18T17:54:35.198Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36972026-03-18T17:54:35.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-03-18T17:54:35.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-03-18T17:54:36.268Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-18T17:54:52.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.14s
37012026-03-18T17:54:52.594Z
37022026-03-18T17:54:52.594Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37032026-03-18T17:54:53.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-18T17:54:53.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-18T17:54:53.657Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-18T17:55:09.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
37072026-03-18T17:55:09.954Z
37082026-03-18T17:55:09.955Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37092026-03-18T17:55:10.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-18T17:55:10.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-18T17:55:11.014Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-18T17:55:27.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
37132026-03-18T17:55:27.305Z
37142026-03-18T17:55:27.305Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37152026-03-18T17:55:28.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-18T17:55:28.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-18T17:55:28.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-18T17:55:44.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s
37192026-03-18T17:55:44.765Z
37202026-03-18T17:55:44.765Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37212026-03-18T17:55:45.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-18T17:55:45.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-18T17:55:45.827Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-18T17:56:02.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.24s
37252026-03-18T17:56:02.265Z
37262026-03-18T17:56:02.265Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37272026-03-18T17:56:03.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-18T17:56:03.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-18T17:56:03.328Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-03-18T17:56:19.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
37312026-03-18T17:56:19.699Z
37322026-03-18T17:56:19.699Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37332026-03-18T17:56:20.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-18T17:56:20.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-18T17:56:20.761Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-03-18T17:56:36.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37372026-03-18T17:56:37.090Z
37382026-03-18T17:56:37.090Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37392026-03-18T17:56:37.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-18T17:56:37.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-18T17:56:37.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-03-18T17:56:37.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37432026-03-18T17:56:37.901Z
37442026-03-18T17:56:37.901Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37452026-03-18T17:56:38.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-18T17:56:38.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-18T17:56:38.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-18T17:56:38.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37492026-03-18T17:56:38.711Z
37502026-03-18T17:56:38.711Zinfo: running `cargo check --bins` on range-requests (183/257)
37512026-03-18T17:56:39.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-18T17:56:39.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-18T17:56:39.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-18T17:56:39.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37552026-03-18T17:56:39.494Z
37562026-03-18T17:56:39.494Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37572026-03-18T17:56:40.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-18T17:56:40.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-18T17:56:40.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-18T17:56:40.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37612026-03-18T17:56:40.273Z
37622026-03-18T17:56:40.273Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37632026-03-18T17:56:40.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-18T17:56:40.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-18T17:56:40.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-18T17:56:40.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37672026-03-18T17:56:41.084Z
37682026-03-18T17:56:41.084Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37692026-03-18T17:56:41.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-18T17:56:41.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-18T17:56:41.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-18T17:56:41.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37732026-03-18T17:56:41.891Z
37742026-03-18T17:56:41.891Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37752026-03-18T17:56:42.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-18T17:56:42.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-18T17:56:42.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-18T17:56:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37792026-03-18T17:56:42.694Z
37802026-03-18T17:56:42.694Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37812026-03-18T17:56:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-18T17:56:43.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-18T17:56:43.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-18T17:56:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37852026-03-18T17:56:43.515Z
37862026-03-18T17:56:43.515Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37872026-03-18T17:56:44.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-18T17:56:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-18T17:56:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-18T17:56:44.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37912026-03-18T17:56:44.334Z
37922026-03-18T17:56:44.334Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37932026-03-18T17:56:45.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-18T17:56:45.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-18T17:56:45.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-18T17:56:45.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37972026-03-18T17:56:45.153Z
37982026-03-18T17:56:45.153Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37992026-03-18T17:56:45.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-18T17:56:45.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-18T17:56:45.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-18T17:56:45.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38032026-03-18T17:56:45.972Z
38042026-03-18T17:56:45.972Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38052026-03-18T17:56:46.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-18T17:56:46.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-18T17:56:46.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-18T17:56:46.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38092026-03-18T17:56:46.796Z
38102026-03-18T17:56:46.796Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38112026-03-18T17:56:47.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-18T17:56:47.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-18T17:56:47.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-18T17:56:47.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38152026-03-18T17:56:47.617Z
38162026-03-18T17:56:47.617Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38172026-03-18T17:56:48.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-18T17:56:48.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-18T17:56:48.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-18T17:56:48.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38212026-03-18T17:56:48.432Z
38222026-03-18T17:56:48.432Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38232026-03-18T17:56:49.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-18T17:56:49.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-18T17:56:49.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-18T17:56:49.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38272026-03-18T17:56:49.274Z
38282026-03-18T17:56:49.274Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38292026-03-18T17:56:50.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-18T17:56:50.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-18T17:56:50.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-18T17:56:50.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38332026-03-18T17:56:50.140Z
38342026-03-18T17:56:50.140Zinfo: running `cargo check --bins` on update-common (197/257)
38352026-03-18T17:56:50.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-18T17:56:50.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-18T17:56:50.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-18T17:56:50.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38392026-03-18T17:56:50.940Z
38402026-03-18T17:56:50.940Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38412026-03-18T17:56:51.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-18T17:56:51.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-18T17:56:51.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-18T17:56:51.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38452026-03-18T17:56:51.802Z
38462026-03-18T17:56:51.802Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38472026-03-18T17:56:52.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-18T17:56:52.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-18T17:56:52.857Z Compiling fs-err v2.11.0
38502026-03-18T17:56:53.001Z Checking ignore v0.4.25
38512026-03-18T17:56:53.017Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38522026-03-18T17:56:53.020Z Checking predicates-tree v1.0.13
38532026-03-18T17:56:53.047Z Checking parse-size v1.1.0
38542026-03-18T17:56:53.065Z Checking rand_seeder v0.4.0
38552026-03-18T17:56:53.068Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38562026-03-18T17:56:53.101Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38572026-03-18T17:56:53.162Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38582026-03-18T17:56:53.192Z Compiling petname v2.0.2
38592026-03-18T17:56:53.243Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38602026-03-18T17:56:53.431Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38612026-03-18T17:56:53.453Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38622026-03-18T17:56:53.538Z Checking globwalk v0.9.1
38632026-03-18T17:56:53.562Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38642026-03-18T17:56:53.659Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38652026-03-18T17:56:53.769Z Checking sapling-renderdag v0.1.0
38662026-03-18T17:56:53.789Z Checking camino-tempfile-ext v0.3.3
38672026-03-18T17:56:53.893Z Checking sync-ptr v0.1.4
38682026-03-18T17:56:54.044Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38692026-03-18T17:56:54.062Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38702026-03-18T17:56:54.114Z Checking colored v2.2.0
38712026-03-18T17:56:54.176Z Checking assert_matches v1.5.0
38722026-03-18T17:56:54.520Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38732026-03-18T17:56:54.640Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38742026-03-18T17:56:54.644Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38752026-03-18T17:56:55.409Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38762026-03-18T17:56:57.225Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38772026-03-18T17:57:00.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
38782026-03-18T17:57:00.501Z
38792026-03-18T17:57:00.501Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38802026-03-18T17:57:01.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-18T17:57:01.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-18T17:57:01.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-18T17:57:01.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38842026-03-18T17:57:01.269Z
38852026-03-18T17:57:01.269Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38862026-03-18T17:57:02.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-18T17:57:02.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-18T17:57:02.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-18T17:57:02.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38902026-03-18T17:57:02.135Z
38912026-03-18T17:57:02.135Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38922026-03-18T17:57:02.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-18T17:57:02.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-18T17:57:03.107Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38952026-03-18T17:57:03.110Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38962026-03-18T17:57:03.960Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38972026-03-18T17:57:05.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
38982026-03-18T17:57:06.224Z
38992026-03-18T17:57:06.224Zinfo: running `cargo check --bins` on oximeter-api (203/257)
39002026-03-18T17:57:06.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-18T17:57:06.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-18T17:57:06.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-03-18T17:57:06.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39042026-03-18T17:57:07.017Z
39052026-03-18T17:57:07.017Zinfo: running `cargo check --bins` on cert-dev (204/257)
39062026-03-18T17:57:07.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-03-18T17:57:07.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-03-18T17:57:07.834Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39092026-03-18T17:57:08.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39102026-03-18T17:57:08.378Z
39112026-03-18T17:57:08.378Zinfo: running `cargo check --bins` on clickana (205/257)
39122026-03-18T17:57:09.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-03-18T17:57:09.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-03-18T17:57:09.250Z Compiling darling_core v0.23.0
39152026-03-18T17:57:09.377Z Compiling instability v0.3.11
39162026-03-18T17:57:09.391Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39172026-03-18T17:57:09.394Z Checking castaway v0.2.4
39182026-03-18T17:57:09.394Z Compiling indoc v2.0.7
39192026-03-18T17:57:09.432Z Checking unicode-truncate v1.1.0
39202026-03-18T17:57:09.435Z Checking lru v0.12.5
39212026-03-18T17:57:09.435Z Checking cassowary v0.3.0
39222026-03-18T17:57:09.527Z Checking compact_str v0.8.1
39232026-03-18T17:57:10.691Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39242026-03-18T17:57:10.912Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-03-18T17:57:11.360Z Compiling darling_macro v0.23.0
39262026-03-18T17:57:11.888Z Compiling darling v0.23.0
39272026-03-18T17:57:12.660Z Checking ratatui v0.29.0
39282026-03-18T17:57:14.222Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39292026-03-18T17:57:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
39302026-03-18T17:57:15.297Z
39312026-03-18T17:57:15.297Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39322026-03-18T17:57:16.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-03-18T17:57:16.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-03-18T17:57:16.277Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39352026-03-18T17:57:16.281Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39362026-03-18T17:57:17.032Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39372026-03-18T17:57:17.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
39382026-03-18T17:57:17.783Z
39392026-03-18T17:57:17.783Zinfo: running `cargo check --bins` on ch-dev (207/257)
39402026-03-18T17:57:18.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-18T17:57:18.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-18T17:57:18.757Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39432026-03-18T17:57:19.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39442026-03-18T17:57:19.935Z
39452026-03-18T17:57:19.936Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39462026-03-18T17:57:20.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-18T17:57:20.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-18T17:57:20.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-03-18T17:57:20.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39502026-03-18T17:57:20.540Z
39512026-03-18T17:57:20.540Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39522026-03-18T17:57:21.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-18T17:57:21.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-18T17:57:21.501Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39552026-03-18T17:57:22.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
39562026-03-18T17:57:22.273Z
39572026-03-18T17:57:22.273Zinfo: running `cargo check --bins` on db-dev (210/257)
39582026-03-18T17:57:22.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-03-18T17:57:23.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-03-18T17:57:23.245Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39612026-03-18T17:57:24.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39622026-03-18T17:57:24.426Z
39632026-03-18T17:57:24.426Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39642026-03-18T17:57:25.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-18T17:57:25.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-18T17:57:25.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-03-18T17:57:25.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39682026-03-18T17:57:25.281Z
39692026-03-18T17:57:25.282Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39702026-03-18T17:57:25.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-18T17:57:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-18T17:57:26.104Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39732026-03-18T17:57:26.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
39742026-03-18T17:57:27.203Z
39752026-03-18T17:57:27.203Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39762026-03-18T17:57:27.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-03-18T17:57:27.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-03-18T17:57:28.222Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-18T17:57:28.222Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39802026-03-18T17:57:28.226Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39812026-03-18T17:57:28.226Z Checking git-stub v1.0.0
39822026-03-18T17:57:28.227Z Compiling trait-variant v0.1.2
39832026-03-18T17:57:28.227Z Checking is_ci v1.2.0
39842026-03-18T17:57:28.227Z Checking maplit v1.0.2
39852026-03-18T17:57:28.227Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39862026-03-18T17:57:28.468Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39872026-03-18T17:57:28.500Z Checking supports-color v3.0.2
39882026-03-18T17:57:28.604Z Checking git-stub-vcs v0.1.0
39892026-03-18T17:57:28.635Z Checking drift v0.1.3
39902026-03-18T17:57:28.659Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39912026-03-18T17:57:28.682Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39922026-03-18T17:57:28.853Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39932026-03-18T17:57:28.921Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39942026-03-18T17:57:29.013Z Checking dropshot-api-manager v0.6.0
39952026-03-18T17:57:29.033Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39962026-03-18T17:57:29.092Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39972026-03-18T17:57:29.299Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39982026-03-18T17:57:29.491Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39992026-03-18T17:57:29.708Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40002026-03-18T17:57:30.073Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40012026-03-18T17:57:37.022Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40022026-03-18T17:57:38.416Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40032026-03-18T17:57:39.194Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40042026-03-18T17:57:39.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.50s
40052026-03-18T17:57:39.952Z
40062026-03-18T17:57:39.952Zinfo: running `cargo check --bins` on installinator-api (214/257)
40072026-03-18T17:57:40.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-18T17:57:40.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-18T17:57:40.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-03-18T17:57:40.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40112026-03-18T17:57:40.743Z
40122026-03-18T17:57:40.743Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40132026-03-18T17:57:41.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-18T17:57:41.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-18T17:57:41.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-03-18T17:57:41.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40172026-03-18T17:57:41.591Z
40182026-03-18T17:57:41.591Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40192026-03-18T17:57:42.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-18T17:57:42.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-18T17:57:42.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-18T17:57:42.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40232026-03-18T17:57:42.438Z
40242026-03-18T17:57:42.438Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40252026-03-18T17:57:43.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-18T17:57:43.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-18T17:57:43.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-18T17:57:43.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40292026-03-18T17:57:43.282Z
40302026-03-18T17:57:43.282Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40312026-03-18T17:57:43.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-18T17:57:43.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-18T17:57:43.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-03-18T17:57:43.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40352026-03-18T17:57:44.071Z
40362026-03-18T17:57:44.071Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40372026-03-18T17:57:44.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-18T17:57:44.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-18T17:57:44.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-03-18T17:57:44.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40412026-03-18T17:57:44.845Z
40422026-03-18T17:57:44.846Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40432026-03-18T17:57:45.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-03-18T17:57:45.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-03-18T17:57:45.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-03-18T17:57:45.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40472026-03-18T17:57:45.658Z
40482026-03-18T17:57:45.658Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40492026-03-18T17:57:46.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-03-18T17:57:46.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-03-18T17:57:46.470Z Checking erased-serde v0.4.9
40522026-03-18T17:57:46.595Z Checking ordered-float v2.10.1
40532026-03-18T17:57:46.619Z Checking unicode-xid v0.2.6
40542026-03-18T17:57:46.644Z Checking cargo-platform v0.2.0
40552026-03-18T17:57:46.882Z Checking serde-value v0.7.0
40562026-03-18T17:57:47.050Z Checking serde-untagged v0.1.9
40572026-03-18T17:57:47.261Z Checking cargo-util-schemas v0.8.2
40582026-03-18T17:57:48.266Z Checking cargo_metadata v0.21.0
40592026-03-18T17:57:49.131Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40602026-03-18T17:57:50.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
40612026-03-18T17:57:50.288Z
40622026-03-18T17:57:50.288Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40632026-03-18T17:57:51.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-03-18T17:57:51.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-03-18T17:57:51.280Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40662026-03-18T17:57:52.052Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40672026-03-18T17:57:52.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
40682026-03-18T17:57:52.927Z
40692026-03-18T17:57:52.928Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40702026-03-18T17:57:53.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-03-18T17:57:53.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-03-18T17:57:54.103Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40732026-03-18T17:57:54.106Z Compiling vergen-gitcl v1.0.8
40742026-03-18T17:57:54.106Z Compiling dirs-sys-next v0.1.2
40752026-03-18T17:57:54.106Z Compiling diesel_derives v2.3.7
40762026-03-18T17:57:54.106Z Compiling glob v0.3.3
40772026-03-18T17:57:54.106Z Compiling crunchy v0.2.4
40782026-03-18T17:57:54.309Z Compiling dsl_auto_type v0.2.0
40792026-03-18T17:57:54.328Z Checking scheduled-thread-pool v0.2.7
40802026-03-18T17:57:54.502Z Compiling dirs-next v2.0.0
40812026-03-18T17:57:54.546Z Compiling diesel_table_macro_syntax v0.3.0
40822026-03-18T17:57:54.596Z Compiling tiny-keccak v2.0.2
40832026-03-18T17:57:54.654Z Compiling term v0.7.0
40842026-03-18T17:57:54.786Z Checking r2d2 v0.8.10
40852026-03-18T17:57:54.805Z Compiling clang-sys v1.8.1
40862026-03-18T17:57:54.826Z Checking downcast-rs v2.0.2
40872026-03-18T17:57:54.876Z Compiling bit-vec v0.6.3
40882026-03-18T17:57:55.025Z Compiling ascii-canvas v3.0.0
40892026-03-18T17:57:55.170Z Compiling bit-set v0.5.3
40902026-03-18T17:57:55.288Z Compiling itertools v0.10.5
40912026-03-18T17:57:55.348Z Compiling ena v0.14.4
40922026-03-18T17:57:55.375Z Compiling libloading v0.8.9
40932026-03-18T17:57:55.394Z Compiling diff v0.1.13
40942026-03-18T17:57:55.414Z Compiling regex-syntax v0.6.29
40952026-03-18T17:57:55.498Z Compiling bindgen v0.71.1
40962026-03-18T17:57:55.639Z Compiling cexpr v0.6.0
40972026-03-18T17:57:55.733Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40982026-03-18T17:57:55.974Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40992026-03-18T17:57:56.077Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41002026-03-18T17:57:56.164Z Compiling libxml v0.3.3
41012026-03-18T17:57:56.443Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41022026-03-18T17:57:56.604Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41032026-03-18T17:57:56.765Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41042026-03-18T17:57:56.820Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41052026-03-18T17:57:56.842Z Compiling strum_macros v0.24.3
41062026-03-18T17:57:56.997Z Compiling indoc v1.0.9
41072026-03-18T17:57:57.565Z Compiling lalrpop v0.19.12
41082026-03-18T17:57:58.337Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41092026-03-18T17:57:58.337Z Checking derive_builder v0.20.2
41102026-03-18T17:57:58.481Z Compiling oso-derive v0.27.3
41112026-03-18T17:57:58.594Z Checking quick-xml v0.37.5
41122026-03-18T17:57:58.657Z Compiling impl-trait-for-tuples v0.2.3
41132026-03-18T17:57:59.117Z Checking openssl-probe v0.1.6
41142026-03-18T17:57:59.293Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41152026-03-18T17:57:59.868Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41162026-03-18T17:58:00.108Z Checking bb8 v0.8.6
41172026-03-18T17:58:00.305Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41182026-03-18T17:58:00.469Z Checking nonempty v0.12.0
41192026-03-18T17:58:00.573Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41202026-03-18T17:58:00.682Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41212026-03-18T17:58:00.849Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41222026-03-18T17:58:00.878Z Checking support-bundle-viewer v0.1.2
41232026-03-18T17:58:00.954Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41242026-03-18T17:58:01.186Z Checking multimap v0.10.1
41252026-03-18T17:58:02.278Z Checking diesel v2.3.7
41262026-03-18T17:58:04.103Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41272026-03-18T17:58:05.474Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41282026-03-18T17:58:05.901Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41292026-03-18T17:58:06.268Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41302026-03-18T17:58:07.609Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41312026-03-18T17:58:07.757Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41322026-03-18T17:58:07.977Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41332026-03-18T17:58:08.682Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41342026-03-18T17:58:11.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41352026-03-18T17:58:17.054Z Compiling samael v0.0.19
41362026-03-18T17:58:23.000Z Checking async-bb8-diesel v0.2.1
41372026-03-18T17:58:23.062Z Checking diesel-dtrace v0.5.0
41382026-03-18T17:58:24.756Z Compiling polar-core v0.27.3
41392026-03-18T17:58:30.637Z Checking oso v0.27.3
41402026-03-18T17:59:24.946Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41412026-03-18T18:00:11.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41422026-03-18T18:00:11.980Z
41432026-03-18T18:00:11.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41442026-03-18T18:00:12.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-03-18T18:00:12.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-03-18T18:00:12.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-03-18T18:00:12.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41482026-03-18T18:00:12.854Z
41492026-03-18T18:00:12.854Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41502026-03-18T18:00:13.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-03-18T18:00:13.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-03-18T18:00:13.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-03-18T18:00:13.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41542026-03-18T18:00:13.723Z
41552026-03-18T18:00:13.723Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41562026-03-18T18:00:14.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-03-18T18:00:14.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-03-18T18:00:14.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-03-18T18:00:14.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41602026-03-18T18:00:14.498Z
41612026-03-18T18:00:14.498Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41622026-03-18T18:00:15.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-03-18T18:00:15.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-03-18T18:00:15.681Z Compiling libz-sys v1.1.24
41652026-03-18T18:00:15.837Z Compiling libgit2-sys v0.18.3+1.9.2
41662026-03-18T18:00:15.855Z Compiling vergen-git2 v1.0.7
41672026-03-18T18:00:15.872Z Compiling rustls v0.21.12
41682026-03-18T18:00:15.890Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41692026-03-18T18:00:15.908Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41702026-03-18T18:00:15.911Z Checking sct v0.7.1
41712026-03-18T18:00:15.945Z Checking rustls-webpki v0.101.7
41722026-03-18T18:00:16.078Z Compiling nix v0.29.0
41732026-03-18T18:00:16.143Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-18T18:00:16.162Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41752026-03-18T18:00:16.214Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41762026-03-18T18:00:16.360Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41772026-03-18T18:00:16.534Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41782026-03-18T18:00:16.554Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41792026-03-18T18:00:16.640Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41802026-03-18T18:00:16.907Z Checking rustls-pemfile v1.0.4
41812026-03-18T18:00:17.081Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41822026-03-18T18:00:17.128Z Checking twox-hash v2.1.2
41832026-03-18T18:00:17.150Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41842026-03-18T18:00:17.287Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41852026-03-18T18:00:18.097Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41862026-03-18T18:00:18.154Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-03-18T18:00:18.175Z Checking tokio-rustls v0.24.1
41882026-03-18T18:00:18.197Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-03-18T18:00:18.427Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41902026-03-18T18:00:18.604Z Checking fatfs v0.3.6
41912026-03-18T18:00:18.928Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41922026-03-18T18:00:19.010Z Compiling seq-macro v0.3.6
41932026-03-18T18:00:24.010Z Compiling git2 v0.20.4
41942026-03-18T18:00:25.069Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41952026-03-18T18:00:25.226Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41962026-03-18T18:00:27.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41972026-03-18T18:01:35.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
41982026-03-18T18:01:35.569Z
41992026-03-18T18:01:35.569Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
42002026-03-18T18:01:36.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-18T18:01:36.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-18T18:01:36.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42032026-03-18T18:02:35.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42042026-03-18T18:02:36.046Z
42052026-03-18T18:02:36.046Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42062026-03-18T18:02:36.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-18T18:02:36.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-18T18:02:36.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-18T18:02:36.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42102026-03-18T18:02:36.838Z
42112026-03-18T18:02:36.838Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42122026-03-18T18:02:37.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-18T18:02:37.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-18T18:02:37.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-18T18:02:37.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42162026-03-18T18:02:37.710Z
42172026-03-18T18:02:37.710Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42182026-03-18T18:02:38.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-18T18:02:38.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-18T18:02:38.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-18T18:02:38.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42222026-03-18T18:02:38.563Z
42232026-03-18T18:02:38.563Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42242026-03-18T18:02:39.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-18T18:02:39.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-18T18:02:39.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-18T18:02:39.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42282026-03-18T18:02:39.424Z
42292026-03-18T18:02:39.424Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42302026-03-18T18:02:40.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-18T18:02:40.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-18T18:02:40.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-18T18:02:40.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42342026-03-18T18:02:40.282Z
42352026-03-18T18:02:40.282Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42362026-03-18T18:02:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-18T18:02:41.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-18T18:02:41.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-03-18T18:02:41.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42402026-03-18T18:02:41.141Z
42412026-03-18T18:02:41.141Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42422026-03-18T18:02:41.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-03-18T18:02:41.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-03-18T18:02:42.368Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42452026-03-18T18:02:42.371Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42462026-03-18T18:02:42.556Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42472026-03-18T18:02:42.581Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42482026-03-18T18:02:42.584Z Checking yansi v1.0.1
42492026-03-18T18:02:42.584Z Checking diff v0.1.13
42502026-03-18T18:02:42.619Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42512026-03-18T18:02:42.638Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42522026-03-18T18:02:42.775Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42532026-03-18T18:02:42.939Z Checking pretty_assertions v1.4.1
42542026-03-18T18:02:43.815Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42552026-03-18T18:03:16.597Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-03-18T18:03:16.600Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42572026-03-18T18:03:16.600Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42582026-03-18T18:03:16.600Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42592026-03-18T18:03:16.600Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42602026-03-18T18:03:16.600Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42612026-03-18T18:03:17.544Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-03-18T18:03:18.953Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-03-18T18:04:18.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42642026-03-18T18:04:18.733Z
42652026-03-18T18:04:18.733Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42662026-03-18T18:04:19.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-18T18:04:19.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-18T18:04:19.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-18T18:04:19.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42702026-03-18T18:04:19.507Z
42712026-03-18T18:04:19.507Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42722026-03-18T18:04:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-18T18:04:20.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-18T18:04:20.567Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42752026-03-18T18:04:20.714Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42762026-03-18T18:04:20.717Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42772026-03-18T18:04:57.720Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42782026-03-18T18:04:58.214Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42792026-03-18T18:05:00.587Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42802026-03-18T18:05:01.171Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42812026-03-18T18:05:05.260Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42822026-03-18T18:05:37.662Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42832026-03-18T18:05:38.475Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42842026-03-18T18:05:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42852026-03-18T18:05:40.917Z
42862026-03-18T18:05:40.917Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42872026-03-18T18:05:41.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-18T18:05:41.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-18T18:05:41.860Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42902026-03-18T18:05:42.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42912026-03-18T18:05:43.022Z
42922026-03-18T18:05:43.022Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42932026-03-18T18:05:43.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-03-18T18:05:43.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-03-18T18:05:43.909Z Compiling blake3 v1.8.3
42962026-03-18T18:05:44.078Z Checking arrayref v0.3.9
42972026-03-18T18:05:44.086Z Checking arrayvec v0.7.6
42982026-03-18T18:05:44.087Z Checking constant_time_eq v0.4.2
42992026-03-18T18:05:44.087Z Checking topological-sort v0.2.2
43002026-03-18T18:05:44.087Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43012026-03-18T18:05:44.087Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43022026-03-18T18:05:44.087Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43032026-03-18T18:05:44.244Z Checking shell-words v1.1.1
43042026-03-18T18:05:45.056Z Checking omicron-zone-package v0.12.2
43052026-03-18T18:05:49.130Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43062026-03-18T18:05:49.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43072026-03-18T18:05:49.171Z
43082026-03-18T18:05:49.171Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43092026-03-18T18:05:49.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-03-18T18:05:49.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-03-18T18:05:49.172Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43122026-03-18T18:05:49.172Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43132026-03-18T18:05:49.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
43142026-03-18T18:05:49.367Z
43152026-03-18T18:05:49.367Zinfo: running `cargo check --bins` on xtask (241/257)
43162026-03-18T18:05:49.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-03-18T18:05:49.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-03-18T18:05:49.981Z Checking libc v0.2.180
43192026-03-18T18:05:50.076Z Checking serde v1.0.228
43202026-03-18T18:05:50.081Z Checking zerofrom v0.1.6
43212026-03-18T18:05:50.088Z Checking bitflags v2.11.0
43222026-03-18T18:05:50.100Z Checking hashbrown v0.16.1
43232026-03-18T18:05:50.113Z Checking smallvec v1.15.1
43242026-03-18T18:05:50.126Z Checking serde_json v1.0.149
43252026-03-18T18:05:50.129Z Checking scroll v0.12.0
43262026-03-18T18:05:50.216Z Checking yoke v0.8.1
43272026-03-18T18:05:50.290Z Checking num-traits v0.2.19
43282026-03-18T18:05:50.347Z Checking thiserror v1.0.69
43292026-03-18T18:05:50.440Z Checking zerovec v0.11.5
43302026-03-18T18:05:50.440Z Checking zerotrie v0.2.3
43312026-03-18T18:05:50.470Z Checking log v0.4.29
43322026-03-18T18:05:50.486Z Checking errno v0.3.14
43332026-03-18T18:05:50.643Z Checking rustix v1.1.3
43342026-03-18T18:05:50.650Z Checking serde_spanned v0.6.9
43352026-03-18T18:05:50.667Z Checking toml_datetime v0.6.11
43362026-03-18T18:05:50.734Z Checking indexmap v2.13.0
43372026-03-18T18:05:50.765Z Checking percent-encoding v2.3.2
43382026-03-18T18:05:50.805Z Checking zerocopy v0.7.35
43392026-03-18T18:05:50.904Z Checking goblin v0.8.2
43402026-03-18T18:05:50.943Z Checking form_urlencoded v1.2.2
43412026-03-18T18:05:50.990Z Checking getrandom v0.4.1
43422026-03-18T18:05:51.044Z Checking tinystr v0.8.2
43432026-03-18T18:05:51.075Z Checking potential_utf v0.1.4
43442026-03-18T18:05:51.106Z Checking ordered-float v2.10.1
43452026-03-18T18:05:51.154Z Checking thiserror v2.0.18
43462026-03-18T18:05:51.238Z Checking icu_collections v2.1.1
43472026-03-18T18:05:51.274Z Checking icu_locale_core v2.1.1
43482026-03-18T18:05:51.288Z Checking syn v2.0.117
43492026-03-18T18:05:51.424Z Checking serde-value v0.7.0
43502026-03-18T18:05:51.499Z Checking toml_edit v0.22.27
43512026-03-18T18:05:51.521Z Checking dtrace-parser v0.2.0
43522026-03-18T18:05:51.645Z Checking thread-id v4.2.2
43532026-03-18T18:05:51.699Z Checking once_cell v1.21.3
43542026-03-18T18:05:51.754Z Checking cargo-platform v0.2.0
43552026-03-18T18:05:51.811Z Checking terminal_size v0.4.3
43562026-03-18T18:05:51.845Z Checking memmap v0.7.0
43572026-03-18T18:05:51.921Z Checking tempfile v3.25.0
43582026-03-18T18:05:51.974Z Checking clap_builder v4.5.60
43592026-03-18T18:05:51.988Z Checking textwrap v0.16.2
43602026-03-18T18:05:52.014Z Checking fs-err v3.3.0
43612026-03-18T18:05:52.058Z Checking icu_provider v2.1.1
43622026-03-18T18:05:52.178Z Checking camino-tempfile v1.4.1
43632026-03-18T18:05:52.251Z Checking anyhow v1.0.102
43642026-03-18T18:05:52.252Z Checking tabled v0.15.0
43652026-03-18T18:05:52.382Z Checking macaddr v1.0.1
43662026-03-18T18:05:52.385Z Checking icu_normalizer v2.1.1
43672026-03-18T18:05:52.511Z Checking icu_properties v2.1.2
43682026-03-18T18:05:52.617Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43692026-03-18T18:05:53.049Z Checking toml v0.8.23
43702026-03-18T18:05:53.483Z Checking cargo_toml v0.21.0
43712026-03-18T18:05:53.541Z Checking dof v0.3.0
43722026-03-18T18:05:53.601Z Checking clap v4.5.60
43732026-03-18T18:05:53.642Z Checking idna_adapter v1.2.1
43742026-03-18T18:05:53.788Z Checking idna v1.1.0
43752026-03-18T18:05:53.897Z Checking usdt-impl v0.5.0
43762026-03-18T18:05:54.081Z Checking url v2.5.8
43772026-03-18T18:05:54.223Z Checking usdt v0.5.0
43782026-03-18T18:05:54.545Z Checking cargo-util-schemas v0.8.2
43792026-03-18T18:05:55.541Z Checking cargo_metadata v0.21.0
43802026-03-18T18:05:56.419Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43812026-03-18T18:05:57.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
43822026-03-18T18:05:57.137Z
43832026-03-18T18:05:57.137Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43842026-03-18T18:05:57.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-18T18:05:57.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-18T18:05:58.239Z Checking polyval v0.6.2
43872026-03-18T18:05:58.387Z Checking ctr v0.9.2
43882026-03-18T18:05:58.405Z Checking ssh-encoding v0.2.0
43892026-03-18T18:05:58.408Z Checking blowfish v0.9.1
43902026-03-18T18:05:58.438Z Checking password-hash v0.4.2
43912026-03-18T18:05:58.460Z Checking p256 v0.13.2
43922026-03-18T18:05:58.463Z Checking p521 v0.13.3
43932026-03-18T18:05:58.497Z Checking russh-cryptovec v0.7.3
43942026-03-18T18:05:58.568Z Checking ghash v0.5.1
43952026-03-18T18:05:58.587Z Checking bcrypt-pbkdf v0.10.0
43962026-03-18T18:05:58.605Z Checking md5 v0.7.0
43972026-03-18T18:05:58.656Z Checking num-bigint v0.4.6
43982026-03-18T18:05:58.675Z Checking des v0.8.1
43992026-03-18T18:05:58.713Z Checking aes-gcm v0.10.3
44002026-03-18T18:05:58.732Z Checking pbkdf2 v0.11.0
44012026-03-18T18:05:58.782Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44022026-03-18T18:05:58.817Z Checking hex-literal v0.4.1
44032026-03-18T18:05:58.820Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44042026-03-18T18:05:58.877Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44052026-03-18T18:05:58.899Z Checking ssh-cipher v0.2.0
44062026-03-18T18:05:58.921Z Checking socket2 v0.5.10
44072026-03-18T18:05:58.944Z Checking internet-checksum v0.2.1
44082026-03-18T18:05:59.111Z Checking ssh-key v0.6.7
44092026-03-18T18:05:59.288Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44102026-03-18T18:05:59.989Z Checking russh-keys v0.45.0
44112026-03-18T18:06:00.723Z Checking russh v0.45.0
44122026-03-18T18:06:22.473Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44132026-03-18T18:06:24.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.84s
44142026-03-18T18:06:24.257Z
44152026-03-18T18:06:24.257Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44162026-03-18T18:06:24.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-03-18T18:06:24.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-03-18T18:06:25.126Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44192026-03-18T18:06:25.255Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44202026-03-18T18:06:25.268Z Checking termios v0.3.3
44212026-03-18T18:06:26.958Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44222026-03-18T18:06:27.142Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44232026-03-18T18:06:29.778Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44242026-03-18T18:06:30.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
44252026-03-18T18:06:30.756Z
44262026-03-18T18:06:30.756Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44272026-03-18T18:06:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-03-18T18:06:31.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-03-18T18:06:31.707Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44302026-03-18T18:06:31.842Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44312026-03-18T18:06:31.859Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44322026-03-18T18:06:31.863Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44332026-03-18T18:06:31.889Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44342026-03-18T18:06:32.140Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44352026-03-18T18:06:32.141Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44362026-03-18T18:06:33.111Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44372026-03-18T18:06:33.382Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44382026-03-18T18:06:33.388Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44392026-03-18T18:06:34.249Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44402026-03-18T18:06:36.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
44412026-03-18T18:06:36.603Z
44422026-03-18T18:06:36.603Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44432026-03-18T18:06:37.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-03-18T18:06:37.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-03-18T18:06:37.469Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44462026-03-18T18:06:38.035Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44472026-03-18T18:06:38.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44482026-03-18T18:06:38.655Z
44492026-03-18T18:06:38.655Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44502026-03-18T18:06:39.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-18T18:06:39.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-18T18:06:39.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-03-18T18:06:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44542026-03-18T18:06:39.436Z
44552026-03-18T18:06:39.436Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44562026-03-18T18:06:40.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-18T18:06:40.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-18T18:06:40.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-03-18T18:06:40.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44602026-03-18T18:06:40.215Z
44612026-03-18T18:06:40.215Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44622026-03-18T18:06:40.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-03-18T18:06:40.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-03-18T18:06:41.244Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44652026-03-18T18:06:41.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
44662026-03-18T18:06:42.229Z
44672026-03-18T18:06:42.229Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44682026-03-18T18:06:42.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-03-18T18:06:42.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-03-18T18:06:43.101Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44712026-03-18T18:06:43.105Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44722026-03-18T18:06:43.409Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44732026-03-18T18:06:43.413Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44742026-03-18T18:06:44.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44752026-03-18T18:06:44.637Z
44762026-03-18T18:06:44.637Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44772026-03-18T18:06:45.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-18T18:06:45.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-18T18:06:45.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-03-18T18:06:45.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44812026-03-18T18:06:45.417Z
44822026-03-18T18:06:45.417Zinfo: running `cargo check --bins` on omicron-package (251/257)
44832026-03-18T18:06:46.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-18T18:06:46.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-18T18:06:46.315Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44862026-03-18T18:06:47.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44872026-03-18T18:06:47.934Z
44882026-03-18T18:06:47.934Zinfo: running `cargo check --bins` on tqdb (252/257)
44892026-03-18T18:06:48.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-03-18T18:06:48.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-03-18T18:06:48.988Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44922026-03-18T18:06:49.434Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44932026-03-18T18:06:50.148Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44942026-03-18T18:06:50.151Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44952026-03-18T18:06:56.807Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44962026-03-18T18:06:57.738Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44972026-03-18T18:06:57.742Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44982026-03-18T18:06:57.742Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44992026-03-18T18:06:57.742Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45002026-03-18T18:06:58.732Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45012026-03-18T18:07:08.289Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45022026-03-18T18:07:16.616Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45032026-03-18T18:07:16.619Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45042026-03-18T18:07:16.619Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45052026-03-18T18:07:16.619Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45062026-03-18T18:07:18.516Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45072026-03-18T18:07:20.350Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45082026-03-18T18:07:21.256Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45092026-03-18T18:07:22.993Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45102026-03-18T18:07:23.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.74s
45112026-03-18T18:07:23.942Z
45122026-03-18T18:07:23.943Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45132026-03-18T18:07:24.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-03-18T18:07:24.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-03-18T18:07:24.897Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45162026-03-18T18:07:24.900Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45172026-03-18T18:07:25.048Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45182026-03-18T18:07:25.092Z Checking rtoolbox v0.0.3
45192026-03-18T18:07:25.095Z Checking tui-tree-widget v0.23.1
45202026-03-18T18:07:25.255Z Checking rpassword v7.4.0
45212026-03-18T18:07:25.355Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45222026-03-18T18:07:26.320Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45232026-03-18T18:07:32.932Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45242026-03-18T18:07:33.847Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45252026-03-18T18:07:35.242Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45262026-03-18T18:07:39.439Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45272026-03-18T18:07:41.973Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45282026-03-18T18:07:43.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s
45292026-03-18T18:07:43.365Z
45302026-03-18T18:07:43.365Zinfo: running `cargo check --bins` on wicket (254/257)
45312026-03-18T18:07:44.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-03-18T18:07:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-03-18T18:07:44.293Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45342026-03-18T18:07:44.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45352026-03-18T18:07:44.978Z
45362026-03-18T18:07:44.978Zinfo: running `cargo check --bins` on wicketd (255/257)
45372026-03-18T18:07:45.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-03-18T18:07:45.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-03-18T18:07:45.944Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45402026-03-18T18:07:46.078Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45412026-03-18T18:07:46.081Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45422026-03-18T18:07:46.081Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45432026-03-18T18:07:47.501Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45442026-03-18T18:07:48.288Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45452026-03-18T18:07:52.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s
45462026-03-18T18:07:52.586Z
45472026-03-18T18:07:52.586Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45482026-03-18T18:07:53.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-18T18:07:53.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-18T18:07:53.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-03-18T18:07:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45522026-03-18T18:07:53.364Z
45532026-03-18T18:07:53.364Zinfo: running `cargo check --bins` on zone-setup (257/257)
45542026-03-18T18:07:54.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-18T18:07:54.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-18T18:07:54.263Z Checking uzers v0.12.2
45572026-03-18T18:07:54.611Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45582026-03-18T18:07:55.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45592026-03-18T18:07:55.809Z
45602026-03-18T18:07:55.813Zreal 19:05.158773544
45612026-03-18T18:07:55.813Zuser 28:30.204294604
45622026-03-18T18:07:55.813Zsys 5:14.505568681
45632026-03-18T18:07:55.813Ztrap 0.478622287
45642026-03-18T18:07:55.813Ztflt 0.317195453
45652026-03-18T18:07:55.813Zdflt 0.704832011
45662026-03-18T18:07:55.813Zkflt 0.001063104
45672026-03-18T18:07:55.813Zlock 1:47:54.835592064
45682026-03-18T18:07:55.813Zslp 2:13:50.715608090
45692026-03-18T18:07:55.813Zlat 1:24.115950837
45702026-03-18T18:07:55.813Zstop 5:20.037409684
45712026-03-18T18:07:55.813Zprocess exited: duration 1410232 ms, exit code 0
 
45722026-03-18T18:07:55.820Zfound 0 output files