01KM1HTQ0HD75ZYHQBZXRM055Y: 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: 01KM1HV8700J2SBZTHKKHQVT5V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T22:43:39.588Zjob assigned to worker 01KM1HVDNJN4A8CKN7YP5MHYGG [factory aws, i-05be4121641e280a0] (queued for 52 s)
 
22026-03-18T22:43:47.650Zstarting task 0: "setup"
32026-03-18T22:43:47.660Z++ uname -s
42026-03-18T22:43:47.660Z+ kern=SunOS
52026-03-18T22:43:47.660Z+ build_user=build
62026-03-18T22:43:47.660Z+ build_uid=12345
72026-03-18T22:43:47.660Z+ work_dir=/work
82026-03-18T22:43:47.660Z+ input_dir=/input
92026-03-18T22:43:47.660Z+ [[ 0 == 12345 ]]
102026-03-18T22:43:47.660Z+ case "$kern" in
112026-03-18T22:43:47.660Z+ groupadd -g 12345 build
122026-03-18T22:43:47.660Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T22:43:49.669Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T22:43:49.799Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T22:43:49.807Z+ home_fs=zfs
162026-03-18T22:43:49.807Z+ [[ zfs == autofs ]]
172026-03-18T22:43:49.807Z+ mkdir -p /home/build
182026-03-18T22:43:49.808Z+ chown build:build /home/build /work
192026-03-18T22:43:51.784Z+ chmod 0700 /home/build /work
202026-03-18T22:43:51.787Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-18T22:43:51.794Zstarting task 1: "rust-toolchain"
222026-03-18T22:43:51.798Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-18T22:43:51.798Z * rust toolchain channel = "1.91.1"
242026-03-18T22:43:51.798Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T22:43:51.798Z * rust toolchain profile = "default"
262026-03-18T22:43:51.798Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T22:43:51.798Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T22:43:51.802Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T22:43:51.802Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-18T22:43:51.990Zinfo: downloading installer
312026-03-18T22:43:53.720Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T22:43:53.720Zwarn: /opt/ooce/bin
332026-03-18T22:43:53.720Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T22:43:53.720Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T22:43:53.720Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T22:43:53.720Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T22:43:53.720Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T22:43:53.720Zerror: cannot install while Rust is installed
392026-03-18T22:43:53.720Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T22:43:53.720Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T22:43:53.720Zwarn: /home/build/.rustup/settings.toml
422026-03-18T22:43:53.720Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T22:43:53.720Zwarn: instead of the one inferred from the default host triple.
442026-03-18T22:43:53.756Zinfo: profile set to default
452026-03-18T22:43:53.756Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T22:43:53.759Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-18T22:43:53.924Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-18T22:43:53.928Zinfo: downloading 6 components
492026-03-18T22:44:09.205Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-18T22:44:09.205Z
512026-03-18T22:44:09.246Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-18T22:44:09.246Z
532026-03-18T22:44:09.246Z
542026-03-18T22:44:09.249ZRust is installed now. Great!
552026-03-18T22:44:09.249Z
562026-03-18T22:44:09.249ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T22:44:09.249Zenvironment variable. This has not been done automatically.
582026-03-18T22:44:09.249Z
592026-03-18T22:44:09.250ZTo configure your current shell, you need to source
602026-03-18T22:44:09.250Zthe corresponding env file under $HOME/.cargo.
612026-03-18T22:44:09.250Z
622026-03-18T22:44:09.250ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T22:44:09.250Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T22:44:09.250Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T22:44:09.250Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T22:44:09.250Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T22:44:09.250Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T22:44:09.250Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T22:44:09.250Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T22:44:09.250Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T22:44:09.353Z+ rustup --version
722026-03-18T22:44:09.364Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T22:44:09.368Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T22:44:09.392Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-18T22:44:09.396Z+ cargo --version
762026-03-18T22:44:09.416Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-18T22:44:09.419Z+ rustc --version
782026-03-18T22:44:09.446Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-18T22:44:09.449Zprocess exited: duration 17650 ms, exit code 0
 
802026-03-18T22:44:09.456Zstarting task 2: "authentication"
812026-03-18T22:44:09.476Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T22:44:09.483Zstarting task 3: "clone repository"
832026-03-18T22:44:09.487Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T22:44:09.491Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T22:44:09.521ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T22:44:19.771Z+ cd /work/oxidecomputer/omicron
872026-03-18T22:44:19.771Z+ git fetch origin e231d7e87536bef05cddcab2c0a1f4b0da602d62
882026-03-18T22:44:20.220ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T22:44:20.220Z * branch e231d7e87536bef05cddcab2c0a1f4b0da602d62 -> FETCH_HEAD
902026-03-18T22:44:20.231Z+ [[ -n eliza/sitrep-builder ]]
912026-03-18T22:44:20.235Z++ git branch --show-current
922026-03-18T22:44:20.235Z+ current=main
932026-03-18T22:44:20.235Z+ [[ main != eliza/sitrep-builder ]]
942026-03-18T22:44:20.235Z+ git branch -f eliza/sitrep-builder e231d7e87536bef05cddcab2c0a1f4b0da602d62
952026-03-18T22:44:20.238Z+ git checkout -f eliza/sitrep-builder
962026-03-18T22:44:20.553ZSwitched to branch 'eliza/sitrep-builder'
972026-03-18T22:44:20.557Z+ git reset --hard e231d7e87536bef05cddcab2c0a1f4b0da602d62
982026-03-18T22:44:20.638ZHEAD is now at e231d7e87 make `open_case` infallible
992026-03-18T22:44:20.642Zprocess exited: duration 11153 ms, exit code 0
 
1002026-03-18T22:44:20.648Zstarting task 4: "build"
1012026-03-18T22:44:20.653Z+ source .github/buildomat/ci-env.sh
1022026-03-18T22:44:20.656Z++ export CARGO_TERM_COLOR=always
1032026-03-18T22:44:20.656Z++ CARGO_TERM_COLOR=always
1042026-03-18T22:44:20.656Z+ cargo --version
1052026-03-18T22:44:20.665Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-18T22:44:20.668Z+ rustc --version
1072026-03-18T22:44:20.693Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-18T22:44:20.697Z+ source ./env.sh
1092026-03-18T22:44:20.697Z++ OLD_SHELL_OPTS=ehxB
1102026-03-18T22:44:20.697Z++ set -o xtrace
1112026-03-18T22:44:20.700Z++++ dirname ./env.sh
1122026-03-18T22:44:20.703Z+++ readlink -f .
1132026-03-18T22:44:20.703Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-18T22:44:20.703Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ 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-18T22:44:20.704Z++ case $OLD_SHELL_OPTS in
1232026-03-18T22:44:20.704Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-18T22:44:20.704Z+ 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-18T22:44:20.704Z+ 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-18T22:44:20.704Z+ banner prerequisites
1272026-03-18T22:44:20.707Z
1282026-03-18T22:44:20.707Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-18T22:44:20.707Z # # # # # # # # # # # # # # #
1302026-03-18T22:44:20.707Z # # # # ##### # # ##### # # # # # #### #
1312026-03-18T22:44:20.707Z ##### ##### # ##### # # # # # # # # #
1322026-03-18T22:44:20.707Z # # # # # # # # # # # # # # #
1332026-03-18T22:44:20.707Z # # # ###### # # ###### ### # #### # #### #
1342026-03-18T22:44:20.707Z
1352026-03-18T22:44:20.708Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-18T22:44:31.264Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-18T22:44:41.123Z Startup: Caching catalogs ... Done
1382026-03-18T22:45:03.644ZPlanning: Solver setup ... Done (21.052s)
1392026-03-18T22:45:03.795ZPlanning: Running solver ... Done (0.152s)
1402026-03-18T22:45:03.978ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-18T22:45:03.992ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-18T22:45:04.118ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-18T22:45:04.161ZPlanning: Package planning ... Done (0.043s)
1442026-03-18T22:45:04.200ZPlanning: Merging actions ... Done (0.039s)
1452026-03-18T22:45:04.492ZPlanning: Checking for conflicting actions ... Done (0.292s)
1462026-03-18T22:45:04.502ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-18T22:45:06.450ZPlanning: Evaluating mediators ... Done (1.946s)
1482026-03-18T22:45:06.458ZPlanning: Planning completed in 25.19 seconds
1492026-03-18T22:45:06.562Z Packages to install: 4
1502026-03-18T22:45:06.562Z Mediators to change: 2
1512026-03-18T22:45:06.566Z Services to change: 1
1522026-03-18T22:45:06.566Z Estimated space available: 155.43 GB
1532026-03-18T22:45:06.566ZEstimated space to be consumed: 1.83 GB
1542026-03-18T22:45:06.566Z Create boot environment: No
1552026-03-18T22:45:06.566ZCreate backup boot environment: No
1562026-03-18T22:45:06.566Z Rebuild boot archive: No
1572026-03-18T22:45:06.566Z
1582026-03-18T22:45:06.566ZChanged mediators:
1592026-03-18T22:45:06.566Z mediator clang:
1602026-03-18T22:45:06.566Z version: None -> 15 (system default)
1612026-03-18T22:45:06.566Z
1622026-03-18T22:45:06.566Z mediator llvm:
1632026-03-18T22:45:06.566Z version: 14 (system default) -> 15 (system default)
1642026-03-18T22:45:06.566Z
1652026-03-18T22:45:06.566ZChanged packages:
1662026-03-18T22:45:06.566Zhelios-dev
1672026-03-18T22:45:06.566Z developer/build-essential
1682026-03-18T22:45:06.566Z None -> 11-2.0
1692026-03-18T22:45:06.566Z library/libxmlsec1
1702026-03-18T22:45:06.566Z None -> 1.2.35-2.0
1712026-03-18T22:45:06.566Z ooce/developer/clang-15
1722026-03-18T22:45:06.567Z None -> 15.0.7-2.0
1732026-03-18T22:45:06.567Z ooce/developer/llvm-15
1742026-03-18T22:45:06.567Z None -> 15.0.7-2.0
1752026-03-18T22:45:06.567Z
1762026-03-18T22:45:06.567ZServices:
1772026-03-18T22:45:06.567Z restart_fmri:
1782026-03-18T22:45:06.567Z svc:/system/update-man-index:default
1792026-03-18T22:45:06.676Z
1802026-03-18T22:45:06.676ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-18T22:45:11.784ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (26.9M/s)
1822026-03-18T22:45:14.356ZDownload: Completed 212.60 MB in 7.68 seconds (27.7M/s)
1832026-03-18T22:45:14.640Z Actions: 1/3689 actions (Installing new actions)
1842026-03-18T22:45:18.849Z Actions: Completed 3689 actions in 4.21 seconds.
1852026-03-18T22:45:19.218Z Done (0.364s)
1862026-03-18T22:45:19.218Z Done (0.000s)
1872026-03-18T22:45:20.214Z Done (0.996s)
1882026-03-18T22:45:24.334Z Done (3.774s)
1892026-03-18T22:45:24.424Z Done (0.017s)
1902026-03-18T22:45:24.427Z Done (0.000s)
1912026-03-18T22:45:24.579Z Done (0.000s)
1922026-03-18T22:45:25.538ZPlanning: Evaluating mediator changes ... Done
1932026-03-18T22:45:25.683ZPlanning: Checking for conflicting actions ... Done
1942026-03-18T22:45:25.687ZPlanning: Consolidating action changes ... Done
1952026-03-18T22:45:25.907ZPlanning: Evaluating mediators ... Done
1962026-03-18T22:45:25.910ZPlanning: Planning completed in 0.37 seconds
1972026-03-18T22:45:25.936Z Mediators to change: 2
1982026-03-18T22:45:25.937Z Create boot environment: No
1992026-03-18T22:45:25.940ZCreate backup boot environment: No
2002026-03-18T22:45:26.041Z Done
2012026-03-18T22:45:26.041Z Done
2022026-03-18T22:45:26.770Z Done
2032026-03-18T22:45:30.099Z Done
2042026-03-18T22:45:30.189Z Done
2052026-03-18T22:45:30.192Z Done
2062026-03-18T22:45:30.338Z Done
2072026-03-18T22:45:30.879ZPlanning: Evaluating mediator changes ... Done
2082026-03-18T22:45:30.883ZPlanning: Merging actions ... Done
2092026-03-18T22:45:31.051ZPlanning: Checking for conflicting actions ... Done
2102026-03-18T22:45:31.055ZPlanning: Consolidating action changes ... Done
2112026-03-18T22:45:31.272ZPlanning: Evaluating mediators ... Done
2122026-03-18T22:45:31.315ZPlanning: Planning completed in 0.64 seconds
2132026-03-18T22:45:31.345Z Packages to change: 1
2142026-03-18T22:45:31.346Z Mediators to change: 1
2152026-03-18T22:45:31.349Z Services to change: 1
2162026-03-18T22:45:31.349Z Create boot environment: No
2172026-03-18T22:45:31.349ZCreate backup boot environment: Yes
2182026-03-18T22:45:33.830Z Actions: 1/6 actions (Updating modified actions)
2192026-03-18T22:45:33.834Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-18T22:45:33.834Z Done
2212026-03-18T22:45:33.834Z Done
2222026-03-18T22:45:34.026Z Done
2232026-03-18T22:45:37.322Z Done
2242026-03-18T22:45:37.407Z Done
2252026-03-18T22:45:37.410Z Done
2262026-03-18T22:45:37.552Z Done
2272026-03-18T22:45:37.934ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-18T22:45:37.934Zclang system 15 system
2292026-03-18T22:45:37.934Zcsh system system illumos
2302026-03-18T22:45:37.934Zctags system system illumos
2312026-03-18T22:45:37.934Zfile system system illumos
2322026-03-18T22:45:37.934Zgcc vendor 12 vendor
2332026-03-18T22:45:37.934Zgcc system 10 system
2342026-03-18T22:45:37.934Zgcc system 7 system
2352026-03-18T22:45:37.934Zgo system 1.20 system
2362026-03-18T22:45:37.934Zgo system 1.19 system
2372026-03-18T22:45:37.934Zllvm system 15 system
2382026-03-18T22:45:37.934Zllvm system 14 system
2392026-03-18T22:45:37.934Zmariadb system 10.6 system
2402026-03-18T22:45:37.934Zmta vendor vendor dma
2412026-03-18T22:45:37.934Zopenjdk system 17 system
2422026-03-18T22:45:37.934Zopenjdk system 11 system
2432026-03-18T22:45:37.934Zopenjdk system 1.8 system
2442026-03-18T22:45:37.934Zopenssl vendor 3 vendor
2452026-03-18T22:45:37.934Zperl system 5.36 system
2462026-03-18T22:45:37.934Zpostgresql system 15 system
2472026-03-18T22:45:37.934Zpostgresql system 13 system
2482026-03-18T22:45:37.934Zpython vendor 3 vendor
2492026-03-18T22:45:37.934Zpython system 2 system
2502026-03-18T22:45:37.934Zpython3 system 3.11 system
2512026-03-18T22:45:37.935Zruby system 3.0 system
2522026-03-18T22:45:37.935Zwords vendor vendor american-english
2532026-03-18T22:45:37.935Zwords system system australian-english
2542026-03-18T22:45:37.935Zwords system system british-english
2552026-03-18T22:45:37.935Zwords system system canadian-english
2562026-03-18T22:45:37.935Zwords system system french
2572026-03-18T22:45:37.935Zwords system system italian
2582026-03-18T22:45:37.935Zwords system system ngerman
2592026-03-18T22:45:37.935Zwords system system ogerman
2602026-03-18T22:45:37.935Zwords system system spanish
2612026-03-18T22:45:38.235ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-18T22:45:38.235Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-18T22:45:44.271ZFMRI IFO
2642026-03-18T22:45:44.271Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-18T22:45:44.271Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-18T22:45:44.271Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-18T22:45:44.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-18T22:45:44.271Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-18T22:45:44.271Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-18T22:45:44.271Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-18T22:45:44.271Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-18T22:45:44.271Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-18T22:45:44.271Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-18T22:45:44.271Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-18T22:45:44.271Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-18T22:45:44.271Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-18T22:45:44.271Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-18T22:45:44.271Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-18T22:45:44.271Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-18T22:45:45.501Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-18T22:45:45.783Z Updating crates.io index
2822026-03-18T22:45:45.823Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-18T22:45:46.624Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-18T22:45:47.064Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-18T22:45:47.338Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-18T22:45:47.745Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-18T22:45:53.687Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-18T22:45:54.601Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-18T22:45:55.999Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-18T22:45:58.709Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-18T22:46:03.749Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-18T22:46:04.034Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-18T22:46:04.733Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-18T22:46:05.243Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-18T22:46:05.977Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-18T22:46:06.269Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-18T22:46:07.231Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-18T22:46:08.005Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-18T22:46:08.301Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-18T22:46:08.662Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-18T22:46:09.080Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-18T22:46:09.345Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-18T22:46:09.595Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-18T22:46:09.901Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-18T22:46:10.343Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-18T22:46:10.887Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-18T22:46:11.391Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-18T22:46:11.677Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-18T22:46:12.365Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-18T22:46:13.344Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-18T22:46:13.967Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-18T22:46:14.285Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-18T22:46:14.748Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-18T22:46:15.083Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-18T22:46:15.493Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-18T22:46:15.986Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-18T22:46:16.370Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-18T22:46:16.677Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-18T22:46:17.164Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-18T22:47:45.659Z Downloading crates ...
3212026-03-18T22:47:45.818Z Downloaded autocfg v1.5.0
3222026-03-18T22:47:45.825Z Downloaded form_urlencoded v1.2.2
3232026-03-18T22:47:45.825Z Downloaded litemap v0.8.1
3242026-03-18T22:47:45.825Z Downloaded quote v1.0.44
3252026-03-18T22:47:45.825Z Downloaded icu_normalizer_data v2.1.1
3262026-03-18T22:47:45.825Z Downloaded tinystr v0.8.2
3272026-03-18T22:47:45.825Z Downloaded thiserror-impl v1.0.69
3282026-03-18T22:47:45.825Z Downloaded textwrap v0.16.2
3292026-03-18T22:47:45.826Z Downloaded syn v1.0.109
3302026-03-18T22:47:45.826Z Downloaded zerofrom-derive v0.1.6
3312026-03-18T22:47:45.826Z Downloaded thread-id v4.2.2
3322026-03-18T22:47:45.826Z Downloaded thiserror v1.0.69
3332026-03-18T22:47:45.826Z Downloaded scroll_derive v0.12.1
3342026-03-18T22:47:45.826Z Downloaded macaddr v1.0.1
3352026-03-18T22:47:45.827Z Downloaded toml_write v0.1.2
3362026-03-18T22:47:45.827Z Downloaded yoke-derive v0.8.1
3372026-03-18T22:47:45.827Z Downloaded usdt-attr-macro v0.5.0
3382026-03-18T22:47:45.827Z Downloaded icu_provider v2.1.1
3392026-03-18T22:47:45.827Z Downloaded anstream v0.6.21
3402026-03-18T22:47:45.827Z Downloaded cargo-platform v0.2.0
3412026-03-18T22:47:45.827Z Downloaded digest v0.10.7
3422026-03-18T22:47:45.827Z Downloaded utf8_iter v1.0.4
3432026-03-18T22:47:45.827Z Downloaded usdt-macro v0.5.0
3442026-03-18T22:47:45.827Z Downloaded equivalent v1.0.2
3452026-03-18T22:47:45.827Z Downloaded anyhow v1.0.102
3462026-03-18T22:47:45.827Z Downloaded zerofrom v0.1.6
3472026-03-18T22:47:45.827Z Downloaded clap_lex v1.0.0
3482026-03-18T22:47:45.827Z Downloaded typeid v1.0.3
3492026-03-18T22:47:45.827Z Downloaded colorchoice v1.0.4
3502026-03-18T22:47:45.827Z Downloaded zerovec-derive v0.11.2
3512026-03-18T22:47:45.827Z Downloaded bytecount v0.6.9
3522026-03-18T22:47:45.827Z Downloaded unicode-ident v1.0.24
3532026-03-18T22:47:45.827Z Downloaded unicode-linebreak v0.1.5
3542026-03-18T22:47:45.828Z Downloaded potential_utf v0.1.4
3552026-03-18T22:47:45.828Z Downloaded block-buffer v0.10.4
3562026-03-18T22:47:45.828Z Downloaded utf8parse v0.2.2
3572026-03-18T22:47:45.828Z Downloaded unicode-width v0.1.14
3582026-03-18T22:47:45.828Z Downloaded zerocopy-derive v0.7.35
3592026-03-18T22:47:45.828Z Downloaded version_check v0.9.5
3602026-03-18T22:47:45.828Z Downloaded usdt-impl v0.5.0
3612026-03-18T22:47:45.828Z Downloaded thiserror-impl v2.0.18
3622026-03-18T22:47:45.828Z Downloaded strsim v0.11.1
3632026-03-18T22:47:45.828Z Downloaded writeable v0.6.2
3642026-03-18T22:47:45.828Z Downloaded ucd-trie v0.1.7
3652026-03-18T22:47:45.828Z Downloaded dtrace-parser v0.2.0
3662026-03-18T22:47:45.828Z Downloaded heck v0.4.1
3672026-03-18T22:47:45.828Z Downloaded dof v0.3.0
3682026-03-18T22:47:45.828Z Downloaded swrite v0.1.0
3692026-03-18T22:47:45.828Z Downloaded stable_deref_trait v1.2.1
3702026-03-18T22:47:45.828Z Downloaded cfg-if v1.0.4
3712026-03-18T22:47:45.828Z Downloaded scroll v0.12.0
3722026-03-18T22:47:45.828Z Downloaded percent-encoding v2.3.2
3732026-03-18T22:47:45.828Z Downloaded unicode-xid v0.2.6
3742026-03-18T22:47:45.828Z Downloaded usdt v0.5.0
3752026-03-18T22:47:45.828Z Downloaded tempfile v3.25.0
3762026-03-18T22:47:45.828Z Downloaded toml_edit v0.22.27
3772026-03-18T22:47:45.828Z Downloaded heck v0.5.0
3782026-03-18T22:47:45.828Z Downloaded toml_datetime v0.6.11
3792026-03-18T22:47:45.829Z Downloaded fastrand v2.3.0
3802026-03-18T22:47:45.829Z Downloaded smallvec v1.15.1
3812026-03-18T22:47:45.829Z Downloaded serde-untagged v0.1.9
3822026-03-18T22:47:45.829Z Downloaded yoke v0.8.1
3832026-03-18T22:47:45.829Z Downloaded is_terminal_polyfill v1.70.2
3842026-03-18T22:47:45.829Z Downloaded zmij v1.0.21
3852026-03-18T22:47:45.829Z Downloaded ordered-float v2.10.1
3862026-03-18T22:47:45.829Z Downloaded tabled_derive v0.7.0
3872026-03-18T22:47:45.829Z Downloaded cpufeatures v0.2.17
3882026-03-18T22:47:45.829Z Downloaded zerotrie v0.2.3
3892026-03-18T22:47:45.834Z Downloaded toml v0.8.23
3902026-03-18T22:47:45.834Z Downloaded thiserror v2.0.18
3912026-03-18T22:47:45.834Z Downloaded errno v0.3.14
3922026-03-18T22:47:45.834Z Downloaded anstyle-query v1.1.5
3932026-03-18T22:47:45.834Z Downloaded pretty-hex v0.4.1
3942026-03-18T22:47:45.834Z Downloaded itoa v1.0.17
3952026-03-18T22:47:45.834Z Downloaded proc-macro-error-attr v1.0.4
3962026-03-18T22:47:45.834Z Downloaded fnv v1.0.7
3972026-03-18T22:47:45.834Z Downloaded typenum v1.19.0
3982026-03-18T22:47:45.838Z Downloaded plain v0.2.3
3992026-03-18T22:47:45.838Z Downloaded memmap v0.7.0
4002026-03-18T22:47:45.838Z Downloaded idna_adapter v1.2.1
4012026-03-18T22:47:45.838Z Downloaded generic-array v0.14.7
4022026-03-18T22:47:45.861Z Downloaded anstyle v1.0.13
4032026-03-18T22:47:45.861Z Downloaded url v2.5.8
4042026-03-18T22:47:45.861Z Downloaded crypto-common v0.1.7
4052026-03-18T22:47:45.861Z Downloaded zerovec v0.11.5
4062026-03-18T22:47:45.861Z Downloaded camino-tempfile v1.4.1
4072026-03-18T22:47:45.862Z Downloaded zerocopy v0.7.35
4082026-03-18T22:47:45.866Z Downloaded serde-value v0.7.0
4092026-03-18T22:47:45.866Z Downloaded smawk v0.3.2
4102026-03-18T22:47:45.867Z Downloaded terminal_size v0.4.3
4112026-03-18T22:47:45.867Z Downloaded winnow v0.7.14
4122026-03-18T22:47:45.870Z Downloaded cargo_toml v0.21.0
4132026-03-18T22:47:45.874Z Downloaded sha2 v0.10.9
4142026-03-18T22:47:45.874Z Downloaded serde_spanned v0.6.9
4152026-03-18T22:47:45.874Z Downloaded unicode-width v0.2.0
4162026-03-18T22:47:46.035Z Downloaded pest_derive v2.8.6
4172026-03-18T22:47:46.089Z Downloaded clap_derive v4.5.55
4182026-03-18T22:47:46.089Z Downloaded cargo_metadata v0.21.0
4192026-03-18T22:47:46.089Z Downloaded anstyle-parse v0.2.7
4202026-03-18T22:47:46.089Z Downloaded serde_tokenstream v0.2.3
4212026-03-18T22:47:46.089Z Downloaded serde_core v1.0.228
4222026-03-18T22:47:46.089Z Downloaded getrandom v0.4.1
4232026-03-18T22:47:46.089Z Downloaded synstructure v0.13.2
4242026-03-18T22:47:46.089Z Downloaded displaydoc v0.2.5
4252026-03-18T22:47:46.089Z Downloaded semver v1.0.27
4262026-03-18T22:47:46.096Z Downloaded byteorder v1.5.0
4272026-03-18T22:47:46.096Z Downloaded fs-err v3.3.0
4282026-03-18T22:47:46.096Z Downloaded erased-serde v0.4.9
4292026-03-18T22:47:46.096Z Downloaded once_cell v1.21.3
4302026-03-18T22:47:46.096Z Downloaded proc-macro-error v1.0.4
4312026-03-18T22:47:46.097Z Downloaded pest_generator v2.8.6
4322026-03-18T22:47:46.097Z Downloaded cargo-util-schemas v0.8.2
4332026-03-18T22:47:46.097Z Downloaded camino v1.2.2
4342026-03-18T22:47:46.097Z Downloaded icu_properties v2.1.2
4352026-03-18T22:47:46.097Z Downloaded clap v4.5.60
4362026-03-18T22:47:46.097Z Downloaded bitflags v2.11.0
4372026-03-18T22:47:46.097Z Downloaded log v0.4.29
4382026-03-18T22:47:46.097Z Downloaded num-traits v0.2.19
4392026-03-18T22:47:46.097Z Downloaded serde_derive v1.0.228
4402026-03-18T22:47:46.097Z Downloaded icu_normalizer v2.1.1
4412026-03-18T22:47:46.097Z Downloaded papergrid v0.11.0
4422026-03-18T22:47:46.097Z Downloaded icu_locale_core v2.1.1
4432026-03-18T22:47:46.097Z Downloaded proc-macro2 v1.0.106
4442026-03-18T22:47:46.098Z Downloaded serde v1.0.228
4452026-03-18T22:47:46.098Z Downloaded pest_meta v2.8.6
4462026-03-18T22:47:46.098Z Downloaded icu_collections v2.1.1
4472026-03-18T22:47:46.098Z Downloaded memchr v2.8.0
4482026-03-18T22:47:46.098Z Downloaded indexmap v2.13.0
4492026-03-18T22:47:46.098Z Downloaded serde_json v1.0.149
4502026-03-18T22:47:46.098Z Downloaded icu_properties_data v2.1.2
4512026-03-18T22:47:46.098Z Downloaded hashbrown v0.16.1
4522026-03-18T22:47:46.098Z Downloaded pest v2.8.6
4532026-03-18T22:47:46.098Z Downloaded idna v1.1.0
4542026-03-18T22:47:46.098Z Downloaded clap_builder v4.5.60
4552026-03-18T22:47:46.098Z Downloaded goblin v0.8.2
4562026-03-18T22:47:46.148Z Downloaded tabled v0.15.0
4572026-03-18T22:47:46.148Z Downloaded syn v2.0.117
4582026-03-18T22:47:46.148Z Downloaded rustix v1.1.3
4592026-03-18T22:47:46.148Z Downloaded libc v0.2.180
4602026-03-18T22:47:46.180Z Compiling proc-macro2 v1.0.106
4612026-03-18T22:47:46.186Z Compiling quote v1.0.44
4622026-03-18T22:47:46.186Z Compiling unicode-ident v1.0.24
4632026-03-18T22:47:46.186Z Compiling serde_core v1.0.228
4642026-03-18T22:47:46.186Z Compiling libc v0.2.180
4652026-03-18T22:47:46.186Z Compiling version_check v0.9.5
4662026-03-18T22:47:46.186Z Compiling serde v1.0.228
4672026-03-18T22:47:46.186Z Compiling stable_deref_trait v1.2.1
4682026-03-18T22:47:46.588Z Compiling memchr v2.8.0
4692026-03-18T22:47:46.638Z Compiling zmij v1.0.21
4702026-03-18T22:47:46.923Z Compiling thiserror v1.0.69
4712026-03-18T22:47:46.940Z Compiling itoa v1.0.17
4722026-03-18T22:47:46.970Z Compiling autocfg v1.5.0
4732026-03-18T22:47:47.176Z Compiling ucd-trie v0.1.7
4742026-03-18T22:47:47.445Z Compiling pest v2.8.6
4752026-03-18T22:47:47.637Z Compiling writeable v0.6.2
4762026-03-18T22:47:47.663Z Compiling litemap v0.8.1
4772026-03-18T22:47:47.669Z Compiling byteorder v1.5.0
4782026-03-18T22:47:47.874Z Compiling icu_normalizer_data v2.1.1
4792026-03-18T22:47:47.874Z Compiling rustix v1.1.3
4802026-03-18T22:47:47.981Z Compiling icu_properties_data v2.1.2
4812026-03-18T22:47:48.129Z Compiling syn v2.0.117
4822026-03-18T22:47:48.212Z Compiling errno v0.3.14
4832026-03-18T22:47:48.262Z Compiling serde_json v1.0.149
4842026-03-18T22:47:48.415Z Compiling bitflags v2.11.0
4852026-03-18T22:47:48.744Z Compiling num-traits v0.2.19
4862026-03-18T22:47:48.783Z Compiling hashbrown v0.16.1
4872026-03-18T22:47:48.804Z Compiling equivalent v1.0.2
4882026-03-18T22:47:48.884Z Compiling smallvec v1.15.1
4892026-03-18T22:47:48.977Z Compiling typeid v1.0.3
4902026-03-18T22:47:49.165Z Compiling pest_meta v2.8.6
4912026-03-18T22:47:49.766Z Compiling indexmap v2.13.0
4922026-03-18T22:47:49.881Z Compiling thread-id v4.2.2
4932026-03-18T22:47:49.881Z Compiling proc-macro-error-attr v1.0.4
4942026-03-18T22:47:49.881Z Compiling usdt-impl v0.5.0
4952026-03-18T22:47:49.937Z Compiling syn v1.0.109
4962026-03-18T22:47:49.983Z Compiling toml_write v0.1.2
4972026-03-18T22:47:50.028Z Compiling winnow v0.7.14
4982026-03-18T22:47:50.219Z Compiling erased-serde v0.4.9
4992026-03-18T22:47:50.659Z Compiling proc-macro-error v1.0.4
5002026-03-18T22:47:50.734Z Compiling camino v1.2.2
5012026-03-18T22:47:50.935Z Compiling utf8parse v0.2.2
5022026-03-18T22:47:51.055Z Compiling utf8_iter v1.0.4
5032026-03-18T22:47:51.140Z Compiling plain v0.2.3
5042026-03-18T22:47:51.246Z Compiling percent-encoding v2.3.2
5052026-03-18T22:47:51.274Z Compiling thiserror v2.0.18
5062026-03-18T22:47:51.309Z Compiling getrandom v0.4.1
5072026-03-18T22:47:54.613Z Compiling log v0.4.29
5082026-03-18T22:47:54.630Z Compiling form_urlencoded v1.2.2
5092026-03-18T22:47:54.630Z Compiling ordered-float v2.10.1
5102026-03-18T22:47:54.630Z Compiling anstyle-parse v0.2.7
5112026-03-18T22:47:54.631Z Compiling synstructure v0.13.2
5122026-03-18T22:47:54.631Z Compiling pest_generator v2.8.6
5132026-03-18T22:47:54.631Z Compiling terminal_size v0.4.3
5142026-03-18T22:47:54.631Z Compiling colorchoice v1.0.4
5152026-03-18T22:47:54.631Z Compiling anstyle v1.0.13
5162026-03-18T22:47:54.631Z Compiling anstyle-query v1.1.5
5172026-03-18T22:47:54.631Z Compiling pretty-hex v0.4.1
5182026-03-18T22:47:54.631Z Compiling is_terminal_polyfill v1.70.2
5192026-03-18T22:47:54.631Z Compiling cfg-if v1.0.4
5202026-03-18T22:47:54.631Z Compiling anstream v0.6.21
5212026-03-18T22:47:54.631Z Compiling serde-untagged v0.1.9
5222026-03-18T22:47:54.632Z Compiling semver v1.0.27
5232026-03-18T22:47:54.632Z Compiling fs-err v3.3.0
5242026-03-18T22:47:54.632Z Compiling bytecount v0.6.9
5252026-03-18T22:47:54.632Z Compiling unicode-xid v0.2.6
5262026-03-18T22:47:54.632Z Compiling clap_lex v1.0.0
5272026-03-18T22:47:54.632Z Compiling strsim v0.11.1
5282026-03-18T22:47:54.632Z Compiling anyhow v1.0.102
5292026-03-18T22:47:54.632Z Compiling heck v0.5.0
5302026-03-18T22:47:54.632Z Compiling once_cell v1.21.3
5312026-03-18T22:47:54.632Z Compiling fastrand v2.3.0
5322026-03-18T22:47:54.632Z Compiling unicode-width v0.1.14
5332026-03-18T22:47:54.632Z Compiling fnv v1.0.7
5342026-03-18T22:47:54.632Z Compiling heck v0.4.1
5352026-03-18T22:47:54.632Z Compiling tempfile v3.25.0
5362026-03-18T22:47:54.632Z Compiling papergrid v0.11.0
5372026-03-18T22:47:54.632Z Compiling clap_builder v4.5.60
5382026-03-18T22:47:54.632Z Compiling memmap v0.7.0
5392026-03-18T22:47:54.632Z Compiling unicode-linebreak v0.1.5
5402026-03-18T22:47:54.632Z Compiling unicode-width v0.2.0
5412026-03-18T22:47:54.632Z Compiling smawk v0.3.2
5422026-03-18T22:47:54.634Z Compiling serde_derive v1.0.228
5432026-03-18T22:47:54.724Z Compiling zerofrom-derive v0.1.6
5442026-03-18T22:47:54.896Z Compiling yoke-derive v0.8.1
5452026-03-18T22:47:55.009Z Compiling zerovec-derive v0.11.2
5462026-03-18T22:47:55.036Z Compiling displaydoc v0.2.5
5472026-03-18T22:47:55.998Z Compiling thiserror-impl v1.0.69
5482026-03-18T22:47:56.030Z Compiling zerocopy-derive v0.7.35
5492026-03-18T22:47:56.493Z Compiling pest_derive v2.8.6
5502026-03-18T22:47:56.516Z Compiling scroll_derive v0.12.1
5512026-03-18T22:47:56.664Z Compiling zerofrom v0.1.6
5522026-03-18T22:47:56.838Z Compiling yoke v0.8.1
5532026-03-18T22:47:57.073Z Compiling zerovec v0.11.5
5542026-03-18T22:47:57.097Z Compiling zerotrie v0.2.3
5552026-03-18T22:47:57.249Z Compiling zerocopy v0.7.35
5562026-03-18T22:47:57.405Z Compiling scroll v0.12.0
5572026-03-18T22:47:57.528Z Compiling thiserror-impl v2.0.18
5582026-03-18T22:47:57.783Z Compiling tinystr v0.8.2
5592026-03-18T22:47:57.829Z Compiling potential_utf v0.1.4
5602026-03-18T22:47:57.943Z Compiling dtrace-parser v0.2.0
5612026-03-18T22:47:58.042Z Compiling icu_locale_core v2.1.1
5622026-03-18T22:47:58.070Z Compiling icu_collections v2.1.1
5632026-03-18T22:47:58.070Z Compiling goblin v0.8.2
5642026-03-18T22:47:58.407Z Compiling tabled_derive v0.7.0
5652026-03-18T22:47:58.764Z Compiling clap_derive v4.5.55
5662026-03-18T22:47:59.014Z Compiling icu_provider v2.1.1
5672026-03-18T22:47:59.313Z Compiling toml_datetime v0.6.11
5682026-03-18T22:47:59.366Z Compiling icu_properties v2.1.2
5692026-03-18T22:47:59.395Z Compiling icu_normalizer v2.1.1
5702026-03-18T22:47:59.417Z Compiling serde_spanned v0.6.9
5712026-03-18T22:47:59.453Z Compiling dof v0.3.0
5722026-03-18T22:47:59.608Z Compiling toml_edit v0.22.27
5732026-03-18T22:47:59.652Z Compiling serde_tokenstream v0.2.3
5742026-03-18T22:47:59.979Z Compiling serde-value v0.7.0
5752026-03-18T22:48:00.055Z Compiling cargo-platform v0.2.0
5762026-03-18T22:48:00.107Z Compiling tabled v0.15.0
5772026-03-18T22:48:00.424Z Compiling macaddr v1.0.1
5782026-03-18T22:48:00.488Z Compiling textwrap v0.16.2
5792026-03-18T22:48:00.662Z Compiling idna_adapter v1.2.1
5802026-03-18T22:48:00.698Z Compiling usdt-attr-macro v0.5.0
5812026-03-18T22:48:00.827Z Compiling idna v1.1.0
5822026-03-18T22:48:00.925Z Compiling usdt-macro v0.5.0
5832026-03-18T22:48:01.098Z Compiling camino-tempfile v1.4.1
5842026-03-18T22:48:01.199Z Compiling clap v4.5.60
5852026-03-18T22:48:01.395Z Compiling url v2.5.8
5862026-03-18T22:48:01.599Z Compiling toml v0.8.23
5872026-03-18T22:48:01.729Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-18T22:48:01.756Z Compiling swrite v0.1.0
5892026-03-18T22:48:02.314Z Compiling cargo-util-schemas v0.8.2
5902026-03-18T22:48:02.415Z Compiling usdt v0.5.0
5912026-03-18T22:48:02.522Z Compiling cargo_toml v0.21.0
5922026-03-18T22:48:03.585Z Compiling cargo_metadata v0.21.0
5932026-03-18T22:48:04.865Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-18T22:48:07.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
5952026-03-18T22:48:08.033Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-18T22:48:08.758Z Downloading crates ...
5972026-03-18T22:48:08.884Z Downloaded ahash v0.8.12
5982026-03-18T22:48:08.889Z Downloaded array-init v0.0.4
5992026-03-18T22:48:08.893Z Downloaded ciborium-io v0.2.2
6002026-03-18T22:48:08.896Z Downloaded ar_archive_writer v0.5.1
6012026-03-18T22:48:08.900Z Downloaded defmt-parser v1.0.0
6022026-03-18T22:48:08.905Z Downloaded cargo_toml v0.22.3
6032026-03-18T22:48:08.909Z Downloaded cpufeatures v0.3.0
6042026-03-18T22:48:08.912Z Downloaded downcast-rs v2.0.2
6052026-03-18T22:48:08.917Z Downloaded crossbeam-deque v0.8.6
6062026-03-18T22:48:08.920Z Downloaded ff v0.13.1
6072026-03-18T22:48:08.924Z Downloaded crossbeam-channel v0.5.15
6082026-03-18T22:48:08.929Z Downloaded bit-set v0.8.0
6092026-03-18T22:48:08.933Z Downloaded crunchy v0.2.4
6102026-03-18T22:48:08.936Z Downloaded foreign-types-shared v0.1.1
6112026-03-18T22:48:08.940Z Downloaded fixedbitset v0.5.7
6122026-03-18T22:48:08.944Z Downloaded foreign-types-macros v0.2.3
6132026-03-18T22:48:08.948Z Downloaded castaway v0.2.4
6142026-03-18T22:48:08.952Z Downloaded ghash v0.5.1
6152026-03-18T22:48:08.955Z Downloaded enum-as-inner v0.6.1
6162026-03-18T22:48:08.959Z Downloaded fixedbitset v0.4.2
6172026-03-18T22:48:08.963Z Downloaded either v1.15.0
6182026-03-18T22:48:08.967Z Downloaded diesel_derives v2.3.7
6192026-03-18T22:48:08.974Z Downloaded float-ord v0.3.2
6202026-03-18T22:48:08.979Z Downloaded crc-catalog v2.4.0
6212026-03-18T22:48:08.982Z Downloaded base16ct v0.2.0
6222026-03-18T22:48:08.986Z Downloaded ciborium-ll v0.2.2
6232026-03-18T22:48:08.990Z Downloaded foreign-types v0.3.2
6242026-03-18T22:48:08.994Z Downloaded drift v0.1.3
6252026-03-18T22:48:08.998Z Downloaded float-cmp v0.10.0
6262026-03-18T22:48:09.003Z Downloaded dirs-next v2.0.0
6272026-03-18T22:48:09.006Z Downloaded defmt v0.3.100
6282026-03-18T22:48:09.010Z Downloaded difflib v0.4.0
6292026-03-18T22:48:09.014Z Downloaded dsl_auto_type v0.2.0
6302026-03-18T22:48:09.019Z Downloaded clang-sys v1.8.1
6312026-03-18T22:48:09.025Z Downloaded dof v0.4.0
6322026-03-18T22:48:09.025Z Downloaded foreign-types-shared v0.3.1
6332026-03-18T22:48:09.028Z Downloaded funty v2.0.0
6342026-03-18T22:48:09.028Z Downloaded diesel_table_macro_syntax v0.3.0
6352026-03-18T22:48:09.032Z Downloaded debug-ignore v1.0.5
6362026-03-18T22:48:09.036Z Downloaded fxhash v0.2.1
6372026-03-18T22:48:09.040Z Downloaded erased-serde v0.3.31
6382026-03-18T22:48:09.047Z Downloaded globwalk v0.9.1
6392026-03-18T22:48:09.050Z Downloaded dtrace-parser v0.3.0
6402026-03-18T22:48:09.050Z Downloaded fd-lock v4.0.4
6412026-03-18T22:48:09.054Z Downloaded futures-sink v0.3.32
6422026-03-18T22:48:09.057Z Downloaded cobs v0.3.0
6432026-03-18T22:48:09.061Z Downloaded git-stub v1.0.0
6442026-03-18T22:48:09.064Z Downloaded const_format_proc_macros v0.2.34
6452026-03-18T22:48:09.068Z Downloaded cmake v0.1.57
6462026-03-18T22:48:09.071Z Downloaded hash32 v0.3.1
6472026-03-18T22:48:09.074Z Downloaded hash32 v0.2.1
6482026-03-18T22:48:09.078Z Downloaded async-bb8-diesel v0.2.1
6492026-03-18T22:48:09.082Z Downloaded flume v0.11.1
6502026-03-18T22:48:09.085Z Downloaded foldhash v0.1.5
6512026-03-18T22:48:09.089Z Downloaded diesel-dtrace v0.5.0
6522026-03-18T22:48:09.093Z Downloaded http-body v1.0.1
6532026-03-18T22:48:09.097Z Downloaded hubpack_derive v0.1.1
6542026-03-18T22:48:09.102Z Downloaded bit-vec v0.8.0
6552026-03-18T22:48:09.105Z Downloaded home v0.5.12
6562026-03-18T22:48:09.105Z Downloaded hex v0.4.3
6572026-03-18T22:48:09.109Z Downloaded hyper-tls v0.6.0
6582026-03-18T22:48:09.130Z Downloaded indoc v1.0.9
6592026-03-18T22:48:09.136Z Downloaded csv-core v0.1.13
6602026-03-18T22:48:09.140Z Downloaded is_ci v1.2.0
6612026-03-18T22:48:09.140Z Downloaded is-terminal v0.4.17
6622026-03-18T22:48:09.146Z Downloaded instant v0.1.13
6632026-03-18T22:48:09.146Z Downloaded internet-checksum v0.2.1
6642026-03-18T22:48:09.150Z Downloaded crc-any v2.5.0
6652026-03-18T22:48:09.150Z Downloaded lazy_static v1.5.0
6662026-03-18T22:48:09.154Z Downloaded humantime v2.3.0
6672026-03-18T22:48:09.158Z Downloaded linked-hash-map v0.5.6
6682026-03-18T22:48:09.162Z Downloaded lalrpop-util v0.19.12
6692026-03-18T22:48:09.162Z Downloaded kstat-rs v0.2.4
6702026-03-18T22:48:09.166Z Downloaded cbc v0.1.2
6712026-03-18T22:48:09.170Z Downloaded find-msvc-tools v0.1.9
6722026-03-18T22:48:09.173Z Downloaded lru-cache v0.1.2
6732026-03-18T22:48:09.174Z Downloaded maplit v1.0.2
6742026-03-18T22:48:09.177Z Downloaded libscf-sys v1.1.0
6752026-03-18T22:48:09.180Z Downloaded md5 v0.7.0
6762026-03-18T22:48:09.184Z Downloaded futures-core v0.3.32
6772026-03-18T22:48:09.184Z Downloaded impl-trait-for-tuples v0.2.3
6782026-03-18T22:48:09.188Z Downloaded darling v0.21.3
6792026-03-18T22:48:09.194Z Downloaded multimap v0.10.1
6802026-03-18T22:48:09.198Z Downloaded indoc v2.0.7
6812026-03-18T22:48:09.202Z Downloaded match_cfg v0.1.0
6822026-03-18T22:48:09.206Z Downloaded md-5 v0.10.6
6832026-03-18T22:48:09.210Z Downloaded newtype-uuid-macros v0.1.0
6842026-03-18T22:48:09.210Z Downloaded nonempty v0.12.0
6852026-03-18T22:48:09.215Z Downloaded num v0.4.3
6862026-03-18T22:48:09.218Z Downloaded normalize-line-endings v0.3.0
6872026-03-18T22:48:09.219Z Downloaded derive-where v1.6.0
6882026-03-18T22:48:09.222Z Downloaded newtype_derive v0.1.6
6892026-03-18T22:48:09.226Z Downloaded num-derive v0.3.3
6902026-03-18T22:48:09.231Z Downloaded futures v0.3.32
6912026-03-18T22:48:09.235Z Downloaded nibble_vec v0.1.0
6922026-03-18T22:48:09.238Z Downloaded num_enum_derive v0.5.11
6932026-03-18T22:48:09.238Z Downloaded opaque-debug v0.3.1
6942026-03-18T22:48:09.243Z Downloaded hmac v0.12.1
6952026-03-18T22:48:09.247Z Downloaded libefi-sys v0.1.0
6962026-03-18T22:48:09.247Z Downloaded olpc-cjson v0.1.4
6972026-03-18T22:48:09.251Z Downloaded oso-derive v0.27.3
6982026-03-18T22:48:09.251Z Downloaded openssl-probe v0.2.1
6992026-03-18T22:48:09.255Z Downloaded openssl-probe v0.1.6
7002026-03-18T22:48:09.255Z Downloaded packed_struct_codegen v0.10.1
7012026-03-18T22:48:09.260Z Downloaded elliptic-curve v0.13.8
7022026-03-18T22:48:09.265Z Downloaded multer v3.1.0
7032026-03-18T22:48:09.269Z Downloaded half v2.7.1
7042026-03-18T22:48:09.273Z Downloaded nanorand v0.7.0
7052026-03-18T22:48:09.276Z Downloaded parse-size v1.1.0
7062026-03-18T22:48:09.276Z Downloaded compact_str v0.8.1
7072026-03-18T22:48:09.280Z Downloaded path-slash v0.1.5
7082026-03-18T22:48:09.287Z Downloaded new_debug_unreachable v1.0.6
7092026-03-18T22:48:09.287Z Downloaded mime_guess v2.0.5
7102026-03-18T22:48:09.291Z Downloaded ingot-types v0.1.2
7112026-03-18T22:48:09.291Z Downloaded newtype-uuid v1.3.2
7122026-03-18T22:48:09.295Z Downloaded peg-runtime v0.8.5
7132026-03-18T22:48:09.295Z Downloaded pbkdf2 v0.12.2
7142026-03-18T22:48:09.351Z Downloaded num-rational v0.4.2
7152026-03-18T22:48:09.351Z Downloaded phf_shared v0.13.1
7162026-03-18T22:48:09.351Z Downloaded phf_shared v0.12.1
7172026-03-18T22:48:09.352Z Downloaded num-derive v0.4.2
7182026-03-18T22:48:09.352Z Downloaded num_enum v0.7.5
7192026-03-18T22:48:09.352Z Downloaded oxide-tokio-rt v0.1.3
7202026-03-18T22:48:09.352Z Downloaded openssl-macros v0.1.1
7212026-03-18T22:48:09.352Z Downloaded pin-utils v0.1.0
7222026-03-18T22:48:09.352Z Downloaded packed_struct v0.10.1
7232026-03-18T22:48:09.352Z Downloaded ignore v0.4.25
7242026-03-18T22:48:09.352Z Downloaded proc-macro-crate v1.3.1
7252026-03-18T22:48:09.352Z Downloaded darling_core v0.20.11
7262026-03-18T22:48:09.352Z Downloaded heapless v0.8.0
7272026-03-18T22:48:09.352Z Downloaded predicates-core v1.0.10
7282026-03-18T22:48:09.352Z Downloaded memmap2 v0.9.10
7292026-03-18T22:48:09.352Z Downloaded progenitor-client v0.11.2
7302026-03-18T22:48:09.352Z Downloaded progenitor-macro v0.11.2
7312026-03-18T22:48:09.358Z Downloaded proc-macro-crate v3.4.0
7322026-03-18T22:48:09.358Z Downloaded password-hash v0.5.0
7332026-03-18T22:48:09.358Z Downloaded pem v3.0.6
7342026-03-18T22:48:09.358Z Downloaded proc-macro-error-attr2 v2.0.0
7352026-03-18T22:48:09.358Z Downloaded peg v0.8.5
7362026-03-18T22:48:09.362Z Downloaded phf_shared v0.11.3
7372026-03-18T22:48:09.366Z Downloaded phf v0.12.1
7382026-03-18T22:48:09.366Z Downloaded password-hash v0.4.2
7392026-03-18T22:48:09.370Z Downloaded psl-types v2.0.11
7402026-03-18T22:48:09.370Z Downloaded progenitor-macro v0.13.0
7412026-03-18T22:48:09.373Z Downloaded radium v0.7.0
7422026-03-18T22:48:09.374Z Downloaded progenitor-macro v0.10.0
7432026-03-18T22:48:09.378Z Downloaded pin-project-internal v1.1.11
7442026-03-18T22:48:09.382Z Downloaded pkcs8 v0.10.2
7452026-03-18T22:48:09.382Z Downloaded libbz2-rs-sys v0.2.2
7462026-03-18T22:48:09.385Z Downloaded parking_lot v0.12.5
7472026-03-18T22:48:09.389Z Downloaded omicron-zone-package v0.12.2
7482026-03-18T22:48:09.393Z Downloaded pkg-config v0.3.32
7492026-03-18T22:48:09.396Z Downloaded rand_xorshift v0.4.0
7502026-03-18T22:48:09.397Z Downloaded rand_chacha v0.3.1
7512026-03-18T22:48:09.400Z Downloaded ppv-lite86 v0.2.21
7522026-03-18T22:48:09.400Z Downloaded primeorder v0.13.6
7532026-03-18T22:48:09.404Z Downloaded pin-project-lite v0.2.17
7542026-03-18T22:48:09.408Z Downloaded recursive-proc-macro-impl v0.1.1
7552026-03-18T22:48:09.412Z Downloaded rfc6979 v0.4.0
7562026-03-18T22:48:09.412Z Downloaded powerfmt v0.2.0
7572026-03-18T22:48:09.417Z Downloaded postgres-protocol v0.6.10
7582026-03-18T22:48:09.417Z Downloaded predicates v3.1.4
7592026-03-18T22:48:09.420Z Downloaded ref-cast v1.0.25
7602026-03-18T22:48:09.424Z Downloaded ref-cast-impl v1.0.25
7612026-03-18T22:48:09.424Z Downloaded recursive v0.1.1
7622026-03-18T22:48:09.428Z Downloaded progenitor-client v0.10.0
7632026-03-18T22:48:09.428Z Downloaded rtoolbox v0.0.3
7642026-03-18T22:48:09.432Z Downloaded progenitor v0.10.0
7652026-03-18T22:48:09.436Z Downloaded expectorate v1.2.0
7662026-03-18T22:48:09.436Z Downloaded proc-macro-error2 v2.0.1
7672026-03-18T22:48:09.440Z Downloaded progenitor v0.13.0
7682026-03-18T22:48:09.444Z Downloaded rustc_version v0.1.7
7692026-03-18T22:48:09.444Z Downloaded rustc-hash v2.1.1
7702026-03-18T22:48:09.448Z Downloaded progenitor-extras v0.1.1
7712026-03-18T22:48:09.448Z Downloaded progenitor-client v0.13.0
7722026-03-18T22:48:09.451Z Downloaded progenitor v0.11.2
7732026-03-18T22:48:09.452Z Downloaded pkcs5 v0.7.1
7742026-03-18T22:48:09.456Z Downloaded r2d2 v0.8.10
7752026-03-18T22:48:09.460Z Downloaded hickory-resolver v0.25.2
7762026-03-18T22:48:09.464Z Downloaded p256 v0.13.2
7772026-03-18T22:48:09.467Z Downloaded rand_core v0.6.4
7782026-03-18T22:48:09.471Z Downloaded russh-cryptovec v0.7.3
7792026-03-18T22:48:09.471Z Downloaded rustc_version v0.4.1
7802026-03-18T22:48:09.475Z Downloaded rand_core v0.9.5
7812026-03-18T22:48:09.475Z Downloaded papergrid v0.17.0
7822026-03-18T22:48:09.479Z Downloaded ed25519-dalek v2.2.0
7832026-03-18T22:48:09.483Z Downloaded scheduled-thread-pool v0.2.7
7842026-03-18T22:48:09.486Z Downloaded postgres-types v0.2.12
7852026-03-18T22:48:09.490Z Downloaded jiff-static v0.2.21
7862026-03-18T22:48:09.493Z Downloaded sapling-renderdag v0.1.0
7872026-03-18T22:48:09.493Z Downloaded salsa20 v0.10.2
7882026-03-18T22:48:09.498Z Downloaded scrypt v0.11.0
7892026-03-18T22:48:09.498Z Downloaded scroll_derive v0.13.1
7902026-03-18T22:48:09.502Z Downloaded miniz_oxide v0.8.9
7912026-03-18T22:48:09.502Z Downloaded secrecy v0.10.3
7922026-03-18T22:48:09.506Z Downloaded serde-big-array v0.5.1
7932026-03-18T22:48:09.506Z Downloaded serde_urlencoded v0.7.1
7942026-03-18T22:48:09.510Z Downloaded serde_spanned v1.0.4
7952026-03-18T22:48:09.510Z Downloaded seq-macro v0.3.6
7962026-03-18T22:48:09.514Z Downloaded same-file v1.0.6
7972026-03-18T22:48:09.514Z Downloaded aes-gcm v0.10.3
7982026-03-18T22:48:09.518Z Downloaded aes v0.8.4
7992026-03-18T22:48:09.522Z Downloaded rustls-pemfile v1.0.4
8002026-03-18T22:48:09.529Z Downloaded resolv-conf v0.7.6
8012026-03-18T22:48:09.529Z Downloaded semver v0.1.20
8022026-03-18T22:48:09.537Z Downloaded serde_repr v0.1.20
8032026-03-18T22:48:09.538Z Downloaded signal-hook-tokio v0.3.1
8042026-03-18T22:48:09.539Z Downloaded shell-words v1.1.1
8052026-03-18T22:48:09.540Z Downloaded sha1 v0.10.6
8062026-03-18T22:48:09.548Z Downloaded quinn-udp v0.5.14
8072026-03-18T22:48:09.548Z Downloaded serde_plain v1.0.2
8082026-03-18T22:48:09.548Z Downloaded openssl-sys v0.9.111
8092026-03-18T22:48:09.548Z Downloaded slog-bunyan v2.5.0
8102026-03-18T22:48:09.553Z Downloaded signature v2.2.0
8112026-03-18T22:48:09.553Z Downloaded prefix-trie v0.7.0
8122026-03-18T22:48:09.553Z Downloaded siphasher v1.0.2
8132026-03-18T22:48:09.558Z Downloaded sigpipe v0.1.3
8142026-03-18T22:48:09.558Z Downloaded pkcs1 v0.7.5
8152026-03-18T22:48:09.562Z Downloaded slog-envlogger v2.2.0
8162026-03-18T22:48:09.562Z Downloaded sec1 v0.7.3
8172026-03-18T22:48:09.562Z Downloaded minimal-lexical v0.2.1
8182026-03-18T22:48:09.566Z Downloaded hickory-resolver v0.24.4
8192026-03-18T22:48:09.571Z Downloaded sct v0.7.1
8202026-03-18T22:48:09.575Z Downloaded serde_bytes v0.11.19
8212026-03-18T22:48:09.579Z Downloaded ssh-encoding v0.2.0
8222026-03-18T22:48:09.579Z Downloaded ssh-cipher v0.2.0
8232026-03-18T22:48:09.583Z Downloaded scroll v0.13.0
8242026-03-18T22:48:09.583Z Downloaded rustversion v1.0.22
8252026-03-18T22:48:09.587Z Downloaded rustls-pemfile v2.2.0
8262026-03-18T22:48:09.587Z Downloaded rand_seeder v0.4.0
8272026-03-18T22:48:09.590Z Downloaded hashbrown v0.12.3
8282026-03-18T22:48:09.594Z Downloaded progenitor-impl v0.13.0
8292026-03-18T22:48:09.597Z Downloaded dropshot-api-manager v0.6.0
8302026-03-18T22:48:09.602Z Downloaded russh-keys v0.45.0
8312026-03-18T22:48:09.605Z Downloaded sqlparser_derive v0.5.0
8322026-03-18T22:48:09.605Z Downloaded signal-hook-registry v1.4.8
8332026-03-18T22:48:09.605Z Downloaded rustls-pki-types v1.14.0
8342026-03-18T22:48:09.609Z Downloaded signal-hook-mio v0.2.5
8352026-03-18T22:48:09.612Z Downloaded serde_path_to_error v0.1.20
8362026-03-18T22:48:09.612Z Downloaded serde_derive_internals v0.29.1
8372026-03-18T22:48:09.616Z Downloaded serde-hex v0.1.0
8382026-03-18T22:48:09.616Z Downloaded pin-project v1.1.11
8392026-03-18T22:48:09.625Z Downloaded strum v0.27.2
8402026-03-18T22:48:09.628Z Downloaded structmeta-derive v0.3.0
8412026-03-18T22:48:09.629Z Downloaded slog-dtrace v0.3.0
8422026-03-18T22:48:09.632Z Downloaded rusty-fork v0.3.1
8432026-03-18T22:48:09.632Z Downloaded mio v1.1.1
8442026-03-18T22:48:09.637Z Downloaded strum v0.26.3
8452026-03-18T22:48:09.641Z Downloaded subtle v2.6.1
8462026-03-18T22:48:09.641Z Downloaded slog-async v2.8.0
8472026-03-18T22:48:09.644Z Downloaded sync_wrapper v1.0.2
8482026-03-18T22:48:09.644Z Downloaded tabled_derive v0.11.0
8492026-03-18T22:48:09.648Z Downloaded slog-json v2.6.1
8502026-03-18T22:48:09.648Z Downloaded progenitor-impl v0.11.2
8512026-03-18T22:48:09.652Z Downloaded itertools v0.10.5
8522026-03-18T22:48:09.656Z Downloaded thiserror-impl-no-std v2.0.2
8532026-03-18T22:48:09.659Z Downloaded slog-term v2.9.2
8542026-03-18T22:48:09.660Z Downloaded snafu-derive v0.8.9
8552026-03-18T22:48:09.664Z Downloaded smallvec v0.6.14
8562026-03-18T22:48:09.664Z Downloaded testing_table v0.3.0
8572026-03-18T22:48:09.669Z Downloaded termtree v0.5.1
8582026-03-18T22:48:09.669Z Downloaded static_assertions v1.1.0
8592026-03-18T22:48:09.669Z Downloaded progenitor-impl v0.10.0
8602026-03-18T22:48:09.672Z Downloaded stacker v0.1.23
8612026-03-18T22:48:09.672Z Downloaded http v1.4.0
8622026-03-18T22:48:09.676Z Downloaded sqlformat v0.3.5
8632026-03-18T22:48:09.680Z Downloaded spki v0.7.3
8642026-03-18T22:48:09.680Z Downloaded supports-color v3.0.2
8652026-03-18T22:48:09.684Z Downloaded serde_with_macros v3.17.0
8662026-03-18T22:48:09.684Z Downloaded time-core v0.1.8
8672026-03-18T22:48:09.687Z Downloaded rustls-platform-verifier v0.6.2
8682026-03-18T22:48:09.693Z Downloaded string_cache v0.8.9
8692026-03-18T22:48:09.693Z Downloaded strip-ansi-escapes v0.2.1
8702026-03-18T22:48:09.697Z Downloaded rustls-native-certs v0.8.3
8712026-03-18T22:48:09.697Z Downloaded take_mut v0.2.2
8722026-03-18T22:48:09.697Z Downloaded structmeta v0.3.0
8732026-03-18T22:48:09.697Z Downloaded stringprep v0.1.5
8742026-03-18T22:48:09.702Z Downloaded tinyvec_macros v0.1.1
8752026-03-18T22:48:09.702Z Downloaded serde_cbor v0.11.2
8762026-03-18T22:48:09.705Z Downloaded tap v1.0.1
8772026-03-18T22:48:09.705Z Downloaded tagptr v0.2.0
8782026-03-18T22:48:09.705Z Downloaded ryu v1.0.23
8792026-03-18T22:48:09.709Z Downloaded strum_macros v0.26.4
8802026-03-18T22:48:09.713Z Downloaded rayon-core v1.13.0
8812026-03-18T22:48:09.717Z Downloaded support-bundle-viewer v0.1.2
8822026-03-18T22:48:09.717Z Downloaded strum_macros v0.27.2
8832026-03-18T22:48:09.717Z Downloaded pretty_assertions v1.4.1
8842026-03-18T22:48:09.722Z Downloaded strum_macros v0.24.3
8852026-03-18T22:48:09.726Z Downloaded nom v7.1.3
8862026-03-18T22:48:09.726Z Downloaded schemars v0.8.22
8872026-03-18T22:48:09.735Z Downloaded tower-layer v0.3.3
8882026-03-18T22:48:09.739Z Downloaded termios v0.3.3
8892026-03-18T22:48:09.739Z Downloaded crossterm v0.29.0
8902026-03-18T22:48:09.743Z Downloaded tabwriter v1.4.1
8912026-03-18T22:48:09.747Z Downloaded smf v0.2.3
8922026-03-18T22:48:09.747Z Downloaded signal-hook v0.3.18
8932026-03-18T22:48:09.752Z Downloaded topological-sort v0.2.2
8942026-03-18T22:48:09.752Z Downloaded thread-id v5.1.0
8952026-03-18T22:48:09.752Z Downloaded slog-scope v4.4.1
8962026-03-18T22:48:09.756Z Downloaded num-bigint v0.4.6
8972026-03-18T22:48:09.763Z Downloaded tiny-keccak v2.0.2
8982026-03-18T22:48:09.763Z Downloaded time-macros v0.2.27
8992026-03-18T22:48:09.767Z Downloaded rand v0.8.5
9002026-03-18T22:48:09.767Z Downloaded tls_codec v0.4.2
9012026-03-18T22:48:09.767Z Downloaded quinn v0.11.9
9022026-03-18T22:48:09.772Z Downloaded trait-variant v0.1.2
9032026-03-18T22:48:09.772Z Downloaded tower-service v0.3.3
9042026-03-18T22:48:09.776Z Downloaded thread_local v1.1.9
9052026-03-18T22:48:09.776Z Downloaded hashbrown v0.15.5
9062026-03-18T22:48:09.780Z Downloaded try-lock v0.2.5
9072026-03-18T22:48:09.780Z Downloaded libxml v0.3.3
9082026-03-18T22:48:09.784Z Downloaded usdt v0.6.0
9092026-03-18T22:48:09.788Z Downloaded tokio-native-tls v0.3.1
9102026-03-18T22:48:09.788Z Downloaded tokio-macros v2.6.0
9112026-03-18T22:48:09.788Z Downloaded untrusted v0.7.1
9122026-03-18T22:48:09.793Z Downloaded unarray v0.1.4
9132026-03-18T22:48:09.793Z Downloaded typify-macro v0.4.3
9142026-03-18T22:48:09.793Z Downloaded untrusted v0.9.0
9152026-03-18T22:48:09.797Z Downloaded usdt-attr-macro v0.6.0
9162026-03-18T22:48:09.797Z Downloaded typify-macro v0.6.1
9172026-03-18T22:48:09.797Z Downloaded unit-prefix v0.5.2
9182026-03-18T22:48:09.797Z Downloaded unicode-truncate v1.1.0
9192026-03-18T22:48:09.797Z Downloaded tokio-dtrace v0.1.1
9202026-03-18T22:48:09.801Z Downloaded publicsuffix v2.3.0
9212026-03-18T22:48:09.801Z Downloaded num-bigint-dig v0.8.6
9222026-03-18T22:48:09.805Z Downloaded tokio-tungstenite v0.21.0
9232026-03-18T22:48:09.809Z Downloaded tokio-rustls v0.25.0
9242026-03-18T22:48:09.809Z Downloaded usdt-macro v0.6.0
9252026-03-18T22:48:09.809Z Downloaded thiserror-no-std v2.0.2
9262026-03-18T22:48:09.813Z Downloaded utf-8 v0.7.6
9272026-03-18T22:48:09.817Z Downloaded socket2 v0.5.10
9282026-03-18T22:48:09.817Z Downloaded rsa v0.9.10
9292026-03-18T22:48:09.821Z Downloaded rustls-webpki v0.103.9
9302026-03-18T22:48:09.825Z Downloaded serde_yaml v0.9.34+deprecated
9312026-03-18T22:48:09.829Z Downloaded want v0.3.1
9322026-03-18T22:48:09.829Z Downloaded wait-timeout v0.2.1
9332026-03-18T22:48:09.829Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9342026-03-18T22:48:09.833Z Downloaded void v1.0.2
9352026-03-18T22:48:09.833Z Downloaded toml_writer v1.0.6+spec-1.1.0
9362026-03-18T22:48:09.833Z Downloaded socket2 v0.6.2
9372026-03-18T22:48:09.838Z Downloaded futures-util v0.3.32
9382026-03-18T22:48:09.843Z Downloaded tls_codec_derive v0.4.2
9392026-03-18T22:48:09.847Z Downloaded waitgroup v0.1.2
9402026-03-18T22:48:09.847Z Downloaded slog v2.8.2
9412026-03-18T22:48:09.850Z Downloaded rand v0.9.2
9422026-03-18T22:48:09.854Z Downloaded h2 v0.4.13
9432026-03-18T22:48:09.858Z Downloaded universal-hash v0.5.1
9442026-03-18T22:48:09.858Z Downloaded unicase v2.9.0
9452026-03-18T22:48:09.863Z Downloaded xshell-macros v0.2.7
9462026-03-18T22:48:09.863Z Downloaded schemars v1.2.1
9472026-03-18T22:48:09.871Z Downloaded xattr v1.6.1
9482026-03-18T22:48:09.876Z Downloaded usdt-impl v0.6.0
9492026-03-18T22:48:09.876Z Downloaded tokio-rustls v0.26.4
9502026-03-18T22:48:09.880Z Downloaded test-strategy v0.4.5
9512026-03-18T22:48:09.880Z Downloaded snafu v0.8.9
9522026-03-18T22:48:09.884Z Downloaded zeroize_derive v1.4.3
9532026-03-18T22:48:09.888Z Downloaded tokio-tungstenite v0.23.1
9542026-03-18T22:48:09.888Z Downloaded itertools v0.12.1
9552026-03-18T22:48:09.893Z Downloaded zone v0.3.1
9562026-03-18T22:48:09.897Z Downloaded vsss-rs v3.3.4
9572026-03-18T22:48:09.897Z Downloaded zone_cfg_derive v0.3.1
9582026-03-18T22:48:09.897Z Downloaded rand v0.10.0
9592026-03-18T22:48:09.901Z Downloaded whoami v2.1.0
9602026-03-18T22:48:09.901Z Downloaded toml_parser v1.0.9+spec-1.1.0
9612026-03-18T22:48:09.906Z Downloaded vergen-lib v0.1.6
9622026-03-18T22:48:09.906Z Downloaded tui-tree-widget v0.23.1
9632026-03-18T22:48:09.909Z Downloaded tokio-rustls v0.24.1
9642026-03-18T22:48:09.910Z Downloaded hyper v1.8.1
9652026-03-18T22:48:09.913Z Downloaded walkdir v2.5.0
9662026-03-18T22:48:09.917Z Downloaded whoami v1.6.1
9672026-03-18T22:48:09.917Z Downloaded p521 v0.13.3
9682026-03-18T22:48:09.922Z Downloaded term v1.2.1
9692026-03-18T22:48:09.925Z Downloaded samael v0.0.19
9702026-03-18T22:48:09.929Z Downloaded twox-hash v2.1.2
9712026-03-18T22:48:09.929Z Downloaded toml v0.7.8
9722026-03-18T22:48:09.934Z Downloaded unicode-properties v0.1.4
9732026-03-18T22:48:09.934Z Downloaded wyz v0.5.1
9742026-03-18T22:48:09.938Z Downloaded vergen-git2 v1.0.7
9752026-03-18T22:48:09.938Z Downloaded uzers v0.12.2
9762026-03-18T22:48:09.938Z Downloaded xshell v0.2.7
9772026-03-18T22:48:09.942Z Downloaded tar v0.4.44
9782026-03-18T22:48:09.942Z Downloaded itertools v0.14.0
9792026-03-18T22:48:09.947Z Downloaded zeroize v1.8.2
9802026-03-18T22:48:09.952Z Downloaded vergen v9.0.6
9812026-03-18T22:48:09.952Z Downloaded xz2 v0.1.7
9822026-03-18T22:48:09.956Z Downloaded vergen-gitcl v1.0.8
9832026-03-18T22:48:09.956Z Downloaded tracing-attributes v0.1.31
9842026-03-18T22:48:09.956Z Downloaded russh v0.45.0
9852026-03-18T22:48:09.961Z Downloaded zstd v0.13.3
9862026-03-18T22:48:09.966Z Downloaded typify v0.4.3
9872026-03-18T22:48:09.971Z Downloaded tracing-core v0.1.36
9882026-03-18T22:48:09.971Z Downloaded tinyvec v1.10.0
9892026-03-18T22:48:09.976Z Downloaded typify v0.6.1
9902026-03-18T22:48:09.976Z Downloaded tungstenite v0.21.0
9912026-03-18T22:48:09.982Z Downloaded tungstenite v0.23.0
9922026-03-18T22:48:09.982Z Downloaded blake3 v1.8.3
9932026-03-18T22:48:09.987Z Downloaded unsafe-libyaml v0.2.11
9942026-03-18T22:48:09.992Z Downloaded rustyline v14.0.0
9952026-03-18T22:48:09.996Z Downloaded hkdf v0.12.4
9962026-03-18T22:48:10.001Z Downloaded yasna v0.5.2
9972026-03-18T22:48:10.001Z Downloaded toml v0.9.12+spec-1.1.0
9982026-03-18T22:48:10.005Z Downloaded toml_edit v0.23.10+spec-1.0.0
9992026-03-18T22:48:10.005Z Downloaded steno v0.4.1
10002026-03-18T22:48:10.008Z Downloaded rpassword v7.4.0
10012026-03-18T22:48:10.021Z Downloaded ron v0.12.0
10022026-03-18T22:48:10.021Z Downloaded tokio-stream v0.1.18
10032026-03-18T22:48:10.022Z Downloaded subprocess v0.2.15
10042026-03-18T22:48:10.026Z Downloaded term v0.7.0
10052026-03-18T22:48:10.026Z Downloaded libm v0.2.16
10062026-03-18T22:48:10.033Z Downloaded zstd-safe v7.2.4
10072026-03-18T22:48:10.040Z Downloaded spin v0.9.8
10082026-03-18T22:48:10.040Z Downloaded itertools v0.13.0
10092026-03-18T22:48:10.044Z Downloaded uuid v1.21.0
10102026-03-18T22:48:10.048Z Downloaded tokio-postgres v0.7.16
10112026-03-18T22:48:10.057Z Downloaded unicode-bidi v0.3.18
10122026-03-18T22:48:10.057Z Downloaded iri-string v0.7.10
10132026-03-18T22:48:10.064Z Downloaded reedline v0.40.0
10142026-03-18T22:48:10.067Z Downloaded zerocopy v0.6.6
10152026-03-18T22:48:10.067Z Downloaded git2 v0.20.4
10162026-03-18T22:48:10.072Z Downloaded chrono v0.4.44
10172026-03-18T22:48:10.078Z Downloaded zopfli v0.8.3
10182026-03-18T22:48:10.083Z Downloaded regex v1.12.3
10192026-03-18T22:48:10.088Z Downloaded vte v0.14.1
10202026-03-18T22:48:10.088Z Downloaded bitvec v1.0.1
10212026-03-18T22:48:10.099Z Downloaded unicode_categories v0.1.1
10222026-03-18T22:48:10.104Z Downloaded bindgen v0.71.1
10232026-03-18T22:48:10.108Z Downloaded ssh-key v0.6.7
10242026-03-18T22:48:10.113Z Downloaded zip v0.6.6
10252026-03-18T22:48:10.116Z Downloaded tower v0.5.3
10262026-03-18T22:48:10.124Z Downloaded reqwest v0.13.2
10272026-03-18T22:48:10.128Z Downloaded rayon v1.11.0
10282026-03-18T22:48:10.136Z Downloaded yansi v1.0.1
10292026-03-18T22:48:10.139Z Downloaded typed-path v0.9.3
10302026-03-18T22:48:10.143Z Downloaded reqwest v0.12.28
10312026-03-18T22:48:10.148Z Downloaded rustls-webpki v0.101.7
10322026-03-18T22:48:10.160Z Downloaded x509-cert v0.2.5
10332026-03-18T22:48:10.164Z Downloaded unicode-segmentation v1.12.0
10342026-03-18T22:48:10.168Z Downloaded quick-xml v0.37.5
10352026-03-18T22:48:10.171Z Downloaded goblin v0.10.5
10362026-03-18T22:48:10.177Z Downloaded moka v0.12.13
10372026-03-18T22:48:10.184Z Downloaded zerocopy-derive v0.8.40
10382026-03-18T22:48:10.191Z Downloaded lalrpop v0.19.12
10392026-03-18T22:48:10.199Z Downloaded tokio-util v0.7.18
10402026-03-18T22:48:10.205Z Downloaded unicode-normalization v0.1.25
10412026-03-18T22:48:10.208Z Downloaded proptest v1.10.0
10422026-03-18T22:48:10.216Z Downloaded zip v4.6.1
10432026-03-18T22:48:10.219Z Downloaded salty v0.3.0
10442026-03-18T22:48:10.225Z Downloaded petname v2.0.2
10452026-03-18T22:48:10.230Z Downloaded tower-http v0.6.8
10462026-03-18T22:48:10.236Z Downloaded serde_with v3.17.0
10472026-03-18T22:48:10.246Z Downloaded object v0.30.4
10482026-03-18T22:48:10.253Z Downloaded nix v0.27.1
10492026-03-18T22:48:10.261Z Downloaded curve25519-dalek v4.1.3
10502026-03-18T22:48:10.268Z Downloaded quinn-proto v0.11.13
10512026-03-18T22:48:10.274Z Downloaded winnow v0.6.26
10522026-03-18T22:48:10.280Z Downloaded tough v0.20.0
10532026-03-18T22:48:10.286Z Downloaded rustls-webpki v0.102.8
10542026-03-18T22:48:10.300Z Downloaded radix_trie v0.2.1
10552026-03-18T22:48:10.304Z Downloaded dropshot v0.16.7
10562026-03-18T22:48:10.320Z Downloaded polar-core v0.27.3
10572026-03-18T22:48:10.326Z Downloaded bstr v1.12.1
10582026-03-18T22:48:10.333Z Downloaded winnow v0.5.40
10592026-03-18T22:48:10.340Z Downloaded tabled v0.20.0
10602026-03-18T22:48:10.354Z Downloaded openssl v0.10.75
10612026-03-18T22:48:10.360Z Downloaded nix v0.31.1
10622026-03-18T22:48:10.369Z Downloaded nix v0.29.0
10632026-03-18T22:48:10.382Z Downloaded time v0.3.47
10642026-03-18T22:48:10.387Z Downloaded vcpkg v0.2.15
10652026-03-18T22:48:10.416Z Downloaded zlib-rs v0.6.2
10662026-03-18T22:48:10.422Z Downloaded smoltcp v0.11.0
10672026-03-18T22:48:10.430Z Downloaded hickory-proto v0.25.2
10682026-03-18T22:48:10.441Z Downloaded webpki-roots v1.0.6
10692026-03-18T22:48:10.449Z Downloaded bzip2-sys v0.1.13+1.0.8
10702026-03-18T22:48:10.453Z Downloaded zerocopy v0.8.40
10712026-03-18T22:48:10.459Z Downloaded smoltcp v0.9.1
10722026-03-18T22:48:10.467Z Downloaded rustls v0.22.4
10732026-03-18T22:48:10.476Z Downloaded sqlparser v0.61.0
10742026-03-18T22:48:10.484Z Downloaded rustls v0.23.37
10752026-03-18T22:48:10.493Z Downloaded rustix v0.38.44
10762026-03-18T22:48:10.511Z Downloaded openapiv3 v2.2.0
10772026-03-18T22:48:10.519Z Downloaded ratatui v0.29.0
10782026-03-18T22:48:10.533Z Downloaded regress v0.10.5
10792026-03-18T22:48:10.540Z Downloaded regex-syntax v0.8.10
10802026-03-18T22:48:10.546Z Downloaded object v0.37.3
10812026-03-18T22:48:10.555Z Downloaded nix v0.28.0
10822026-03-18T22:48:10.563Z Downloaded diesel v2.3.7
10832026-03-18T22:48:10.578Z Downloaded zerocopy-derive v0.6.6
10842026-03-18T22:48:10.585Z Downloaded regex-syntax v0.6.29
10852026-03-18T22:48:10.590Z Downloaded hickory-proto v0.24.4
10862026-03-18T22:48:10.603Z Downloaded rustls v0.21.12
10872026-03-18T22:48:10.609Z Downloaded p384 v0.13.1
10882026-03-18T22:48:10.613Z Downloaded portable-atomic v1.13.1
10892026-03-18T22:48:10.621Z Downloaded toml_edit v0.19.15
10902026-03-18T22:48:10.632Z Downloaded sled v0.34.7
10912026-03-18T22:48:10.638Z Downloaded tracing v0.1.44
10922026-03-18T22:48:10.655Z Downloaded csv v1.4.0
10932026-03-18T22:48:10.671Z Downloaded aws-lc-rs v1.16.0
10942026-03-18T22:48:10.678Z Downloaded similar v2.7.0
10952026-03-18T22:48:10.682Z Downloaded typify-impl v0.6.1
10962026-03-18T22:48:10.692Z Downloaded typify-impl v0.4.3
10972026-03-18T22:48:10.737Z Downloaded libz-sys v1.1.24
10982026-03-18T22:48:10.737Z Downloaded schemars v0.9.0
10992026-03-18T22:48:10.742Z Downloaded ron v0.8.1
11002026-03-18T22:48:10.742Z Downloaded qorb v0.4.1
11012026-03-18T22:48:10.742Z Downloaded iddqd v0.3.17
11022026-03-18T22:48:10.742Z Downloaded prettyplease v0.2.37
11032026-03-18T22:48:10.750Z Downloaded regex-automata v0.4.14
11042026-03-18T22:48:10.754Z Downloaded slog-stdlog v4.1.1
11052026-03-18T22:48:10.758Z Downloaded schemars_derive v0.8.22
11062026-03-18T22:48:10.758Z Downloaded rcgen v0.12.1
11072026-03-18T22:48:10.762Z Downloaded hickory-server v0.25.2
11082026-03-18T22:48:10.762Z Downloaded sync-ptr v0.1.4
11092026-03-18T22:48:10.762Z Downloaded slab v0.4.12
11102026-03-18T22:48:10.770Z Downloaded simd-adler32 v0.3.8
11112026-03-18T22:48:10.770Z Downloaded shlex v1.3.0
11122026-03-18T22:48:10.770Z Downloaded hyper-util v0.1.20
11132026-03-18T22:48:10.774Z Downloaded crossterm v0.28.1
11142026-03-18T22:48:10.774Z Downloaded secrecy v0.8.0
11152026-03-18T22:48:10.778Z Downloaded scopeguard v1.2.0
11162026-03-18T22:48:10.778Z Downloaded rand_core v0.10.0
11172026-03-18T22:48:10.778Z Downloaded rand_chacha v0.9.0
11182026-03-18T22:48:10.778Z Downloaded petgraph v0.6.5
11192026-03-18T22:48:10.792Z Downloaded hashbrown v0.13.2
11202026-03-18T22:48:10.796Z Downloaded jiff v0.2.21
11212026-03-18T22:48:10.809Z Downloaded lzma-sys v0.1.20
11222026-03-18T22:48:10.832Z Downloaded encoding_rs v0.8.35
11232026-03-18T22:48:10.850Z Downloaded chrono-tz v0.10.4
11242026-03-18T22:48:10.859Z Downloaded quick-error v1.2.3
11252026-03-18T22:48:10.863Z Downloaded psm v0.1.30
11262026-03-18T22:48:10.863Z Downloaded postcard v1.1.3
11272026-03-18T22:48:10.867Z Downloaded oso v0.27.3
11282026-03-18T22:48:10.867Z Downloaded darling_core v0.21.3
11292026-03-18T22:48:10.871Z Downloaded bumpalo v3.20.2
11302026-03-18T22:48:10.875Z Downloaded polyval v0.6.2
11312026-03-18T22:48:10.876Z Downloaded poly1305 v0.8.0
11322026-03-18T22:48:10.876Z Downloaded petgraph v0.8.3
11332026-03-18T22:48:10.890Z Downloaded parking_lot_core v0.9.12
11342026-03-18T22:48:10.894Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11352026-03-18T22:48:10.906Z Downloaded sha3 v0.10.8
11362026-03-18T22:48:10.909Z Downloaded parking_lot v0.11.2
11372026-03-18T22:48:10.913Z Downloaded indicatif v0.18.4
11382026-03-18T22:48:10.913Z Downloaded tokio v1.49.0
11392026-03-18T22:48:10.941Z Downloaded litrs v1.0.0
11402026-03-18T22:48:10.945Z Downloaded owo-colors v4.3.0
11412026-03-18T22:48:10.945Z Downloaded base64 v0.21.7
11422026-03-18T22:48:10.949Z Downloaded phf v0.13.1
11432026-03-18T22:48:10.949Z Downloaded peg-macros v0.8.5
11442026-03-18T22:48:10.953Z Downloaded native-tls v0.2.18
11452026-03-18T22:48:10.953Z Downloaded pem-rfc7468 v0.7.0
11462026-03-18T22:48:10.953Z Downloaded nu-ansi-term v0.50.3
11472026-03-18T22:48:10.958Z Downloaded derive_more v2.1.1
11482026-03-18T22:48:10.962Z Downloaded crypto-bigint v0.5.5
11492026-03-18T22:48:10.966Z Downloaded paste v1.0.15
11502026-03-18T22:48:10.969Z Downloaded parse-display-derive v0.10.0
11512026-03-18T22:48:10.969Z Downloaded parse-display v0.10.0
11522026-03-18T22:48:10.969Z Downloaded parking_lot_core v0.8.6
11532026-03-18T22:48:10.973Z Downloaded cc v1.2.56
11542026-03-18T22:48:10.973Z Downloaded bytes v1.11.1
11552026-03-18T22:48:10.977Z Downloaded heapless v0.7.17
11562026-03-18T22:48:10.982Z Downloaded libgit2-sys v0.18.3+1.9.2
11572026-03-18T22:48:11.020Z Downloaded headers v0.4.1
11582026-03-18T22:48:11.024Z Downloaded predicates-tree v1.0.13
11592026-03-18T22:48:11.027Z Downloaded precomputed-hash v0.1.1
11602026-03-18T22:48:11.028Z Downloaded oxnet v0.1.4
11612026-03-18T22:48:11.028Z Downloaded num_enum_derive v0.7.5
11622026-03-18T22:48:11.028Z Downloaded indexmap v1.9.3
11632026-03-18T22:48:11.031Z Downloaded hyper-rustls v0.27.7
11642026-03-18T22:48:11.032Z Downloaded num_enum v0.5.11
11652026-03-18T22:48:11.035Z Downloaded num-complex v0.4.6
11662026-03-18T22:48:11.039Z Downloaded derive_more-impl v2.1.1
11672026-03-18T22:48:11.039Z Downloaded pbkdf2 v0.11.0
11682026-03-18T22:48:11.042Z Downloaded num-iter v0.1.45
11692026-03-18T22:48:11.043Z Downloaded num-integer v0.1.46
11702026-03-18T22:48:11.043Z Downloaded ingot-macros v0.1.1
11712026-03-18T22:48:11.047Z Downloaded getrandom v0.3.4
11722026-03-18T22:48:11.047Z Downloaded const_format v0.2.35
11732026-03-18T22:48:11.050Z Downloaded chacha20poly1305 v0.10.1
11742026-03-18T22:48:11.050Z Downloaded nodrop v0.1.14
11752026-03-18T22:48:11.055Z Downloaded lock_api v0.4.14
11762026-03-18T22:48:11.055Z Downloaded linear-map v1.2.0
11772026-03-18T22:48:11.055Z Downloaded libloading v0.8.9
11782026-03-18T22:48:11.055Z Downloaded hyper-staticfile v0.10.1
11792026-03-18T22:48:11.059Z Downloaded num_threads v0.1.7
11802026-03-18T22:48:11.059Z Downloaded httparse v1.10.1
11812026-03-18T22:48:11.059Z Downloaded num-conv v0.2.0
11822026-03-18T22:48:11.059Z Downloaded lru-slab v0.1.2
11832026-03-18T22:48:11.060Z Downloaded keccak v0.1.6
11842026-03-18T22:48:11.064Z Downloaded jobserver v0.1.34
11852026-03-18T22:48:11.064Z Downloaded iana-time-zone v0.1.65
11862026-03-18T22:48:11.064Z Downloaded futures-channel v0.3.32
11872026-03-18T22:48:11.067Z Downloaded newline-converter v0.3.0
11882026-03-18T22:48:11.068Z Downloaded libsw-core v0.3.2
11892026-03-18T22:48:11.068Z Downloaded libsw v3.5.0
11902026-03-18T22:48:11.068Z Downloaded des v0.8.1
11912026-03-18T22:48:11.072Z Downloaded ipnet v2.11.0
11922026-03-18T22:48:11.072Z Downloaded dropshot_endpoint v0.16.7
11932026-03-18T22:48:11.072Z Downloaded derive_more v0.99.20
11942026-03-18T22:48:11.077Z Downloaded maybe-uninit v2.0.0
11952026-03-18T22:48:11.077Z Downloaded ring v0.17.14
11962026-03-18T22:48:11.107Z Downloaded hickory-client v0.25.2
11972026-03-18T22:48:11.113Z Downloaded mime v0.3.17
11982026-03-18T22:48:11.113Z Downloaded memoffset v0.9.1
11992026-03-18T22:48:11.113Z Downloaded ipnetwork v0.21.1
12002026-03-18T22:48:11.117Z Downloaded half v1.8.3
12012026-03-18T22:48:11.117Z Downloaded globset v0.4.18
12022026-03-18T22:48:11.117Z Downloaded getrandom v0.2.17
12032026-03-18T22:48:11.117Z Downloaded chacha20 v0.10.0
12042026-03-18T22:48:11.121Z Downloaded managed v0.8.0
12052026-03-18T22:48:11.121Z Downloaded lzss v0.8.2
12062026-03-18T22:48:11.121Z Downloaded lru v0.12.5
12072026-03-18T22:48:11.121Z Downloaded ingot v0.1.1
12082026-03-18T22:48:11.126Z Downloaded indent_write v2.2.0
12092026-03-18T22:48:11.126Z Downloaded fatfs v0.3.6
12102026-03-18T22:48:11.126Z Downloaded darling v0.23.0
12112026-03-18T22:48:11.130Z Downloaded darling v0.20.11
12122026-03-18T22:48:11.134Z Downloaded hubpack v0.1.2
12132026-03-18T22:48:11.134Z Downloaded diff v0.1.13
12142026-03-18T22:48:11.134Z Downloaded ctr v0.9.2
12152026-03-18T22:48:11.138Z Downloaded http-body-util v0.1.3
12162026-03-18T22:48:11.138Z Downloaded highway v1.3.0
12172026-03-18T22:48:11.138Z Downloaded ciborium v0.2.2
12182026-03-18T22:48:11.143Z Downloaded instability v0.3.11
12192026-03-18T22:48:11.143Z Downloaded inout v0.1.4
12202026-03-18T22:48:11.143Z Downloaded glob v0.3.3
12212026-03-18T22:48:11.143Z Downloaded backon v1.6.0
12222026-03-18T22:48:11.147Z Downloaded ident_case v1.0.1
12232026-03-18T22:48:11.147Z Downloaded env_logger v0.11.9
12242026-03-18T22:48:11.147Z Downloaded ed25519 v2.2.3
12252026-03-18T22:48:11.147Z Downloaded defmt v1.0.1
12262026-03-18T22:48:11.151Z Downloaded daft v0.1.5
12272026-03-18T22:48:11.151Z Downloaded crc32fast v1.5.0
12282026-03-18T22:48:11.155Z Downloaded cookie_store v0.22.1
12292026-03-18T22:48:11.155Z Downloaded constant_time_eq v0.4.2
12302026-03-18T22:48:11.155Z Downloaded const-oid v0.9.6
12312026-03-18T22:48:11.160Z Downloaded console v0.16.2
12322026-03-18T22:48:11.160Z Downloaded console v0.15.11
12332026-03-18T22:48:11.164Z Downloaded colored v3.1.1
12342026-03-18T22:48:11.164Z Downloaded colored v2.2.0
12352026-03-18T22:48:11.164Z Downloaded cancel-safe-futures v0.1.5
12362026-03-18T22:48:11.167Z Downloaded bzip2 v0.4.4
12372026-03-18T22:48:11.167Z Downloaded httpdate v1.0.3
12382026-03-18T22:48:11.167Z Downloaded http-range v0.1.5
12392026-03-18T22:48:11.167Z Downloaded group v0.13.0
12402026-03-18T22:48:11.171Z Downloaded git-stub-vcs v0.1.0
12412026-03-18T22:48:11.171Z Downloaded hex-literal v0.4.1
12422026-03-18T22:48:11.171Z Downloaded headers-core v0.3.0
12432026-03-18T22:48:11.171Z Downloaded futures-executor v0.3.32
12442026-03-18T22:48:11.171Z Downloaded fs_extra v1.3.0
12452026-03-18T22:48:11.175Z Downloaded fs-err v2.11.0
12462026-03-18T22:48:11.175Z Downloaded camino-tempfile-ext v0.3.3
12472026-03-18T22:48:11.175Z Downloaded bitfield v0.19.4
12482026-03-18T22:48:11.175Z Downloaded hostname v0.4.2
12492026-03-18T22:48:11.179Z Downloaded hostname v0.3.1
12502026-03-18T22:48:11.179Z Downloaded foldhash v0.2.0
12512026-03-18T22:48:11.179Z Downloaded dropshot-api-manager-types v0.6.0
12522026-03-18T22:48:11.179Z Downloaded derive_builder_core v0.20.2
12532026-03-18T22:48:11.183Z Downloaded fallible-iterator v0.2.0
12542026-03-18T22:48:11.183Z Downloaded ecdsa v0.16.9
12552026-03-18T22:48:11.184Z Downloaded derive-ex v0.1.8
12562026-03-18T22:48:11.184Z Downloaded defmt-macros v1.0.1
12572026-03-18T22:48:11.187Z Downloaded cookie v0.18.1
12582026-03-18T22:48:11.187Z Downloaded bzip2 v0.6.1
12592026-03-18T22:48:11.192Z Downloaded blake2 v0.10.6
12602026-03-18T22:48:11.192Z Downloaded bitflags v1.3.2
12612026-03-18T22:48:11.192Z Downloaded flate2 v1.1.9
12622026-03-18T22:48:11.197Z Downloaded flagset v0.4.7
12632026-03-18T22:48:11.197Z Downloaded darling_core v0.23.0
12642026-03-18T22:48:11.201Z Downloaded backoff v0.4.0
12652026-03-18T22:48:11.201Z Downloaded arrayvec v0.7.6
12662026-03-18T22:48:11.201Z Downloaded gethostname v0.5.0
12672026-03-18T22:48:11.205Z Downloaded futures-task v0.3.32
12682026-03-18T22:48:11.205Z Downloaded bb8 v0.8.6
12692026-03-18T22:48:11.205Z Downloaded cargo_metadata v0.19.2
12702026-03-18T22:48:11.206Z Downloaded chacha20 v0.9.1
12712026-03-18T22:48:11.211Z Downloaded cassowary v0.3.0
12722026-03-18T22:48:11.211Z Downloaded async-recursion v1.1.1
12732026-03-18T22:48:11.211Z Downloaded embedded-io v0.4.0
12742026-03-18T22:48:11.216Z Downloaded embedded-io v0.6.1
12752026-03-18T22:48:11.216Z Downloaded dunce v1.0.5
12762026-03-18T22:48:11.216Z Downloaded base64ct v1.8.3
12772026-03-18T22:48:11.216Z Downloaded async-trait v0.1.89
12782026-03-18T22:48:11.221Z Downloaded endian-type v0.1.2
12792026-03-18T22:48:11.221Z Downloaded display-error-chain v0.2.2
12802026-03-18T22:48:11.221Z Downloaded dirs-sys-next v0.1.2
12812026-03-18T22:48:11.222Z Downloaded darling_macro v0.23.0
12822026-03-18T22:48:11.222Z Downloaded der_derive v0.7.3
12832026-03-18T22:48:11.222Z Downloaded futures-macro v0.3.32
12842026-03-18T22:48:11.222Z Downloaded futures-io v0.3.32
12852026-03-18T22:48:11.222Z Downloaded ena v0.14.4
12862026-03-18T22:48:11.227Z Downloaded dyn-clone v1.0.20
12872026-03-18T22:48:11.227Z Downloaded derive_builder v0.20.2
12882026-03-18T22:48:11.227Z Downloaded block-padding v0.3.3
12892026-03-18T22:48:11.227Z Downloaded bitfield-struct v0.6.2
12902026-03-18T22:48:11.233Z Downloaded env_filter v1.0.0
12912026-03-18T22:48:11.233Z Downloaded darling_macro v0.20.11
12922026-03-18T22:48:11.233Z Downloaded bcs v0.1.6
12932026-03-18T22:48:11.233Z Downloaded argon2 v0.5.3
12942026-03-18T22:48:11.233Z Downloaded arc-swap v1.8.2
12952026-03-18T22:48:11.237Z Downloaded corncobs v0.1.4
12962026-03-18T22:48:11.237Z Downloaded cipher v0.4.4
12972026-03-18T22:48:11.237Z Downloaded blowfish v0.9.1
12982026-03-18T22:48:11.237Z Downloaded bit-set v0.5.3
12992026-03-18T22:48:11.237Z Downloaded curve25519-dalek-derive v0.1.1
13002026-03-18T22:48:11.237Z Downloaded cargo-platform v0.1.9
13012026-03-18T22:48:11.242Z Downloaded atomicwrites v0.4.4
13022026-03-18T22:48:11.242Z Downloaded ascii-canvas v3.0.0
13032026-03-18T22:48:11.242Z Downloaded crc v3.4.0
13042026-03-18T22:48:11.242Z Downloaded bitfield-macros v0.19.4
13052026-03-18T22:48:11.242Z Downloaded document-features v0.2.12
13062026-03-18T22:48:11.242Z Downloaded crucible-workspace-hack v0.1.0
13072026-03-18T22:48:11.242Z Downloaded crc8 v0.1.1
13082026-03-18T22:48:11.242Z Downloaded cfg_aliases v0.2.1
13092026-03-18T22:48:11.249Z Downloaded cfg_aliases v0.1.1
13102026-03-18T22:48:11.249Z Downloaded base16ct v1.0.0
13112026-03-18T22:48:11.250Z Downloaded atty v0.2.14
13122026-03-18T22:48:11.250Z Downloaded der v0.7.10
13132026-03-18T22:48:11.257Z Downloaded convert_case v0.10.0
13142026-03-18T22:48:11.257Z Downloaded bit-vec v0.6.3
13152026-03-18T22:48:11.257Z Downloaded derive_builder_macro v0.20.2
13162026-03-18T22:48:11.258Z Downloaded daft-derive v0.1.5
13172026-03-18T22:48:11.258Z Downloaded cexpr v0.6.0
13182026-03-18T22:48:11.258Z Downloaded atomic-waker v1.1.2
13192026-03-18T22:48:11.259Z Downloaded foreign-types v0.5.0
13202026-03-18T22:48:11.270Z Downloaded deranged v0.5.8
13212026-03-18T22:48:11.270Z Downloaded cstr-argument v0.1.2
13222026-03-18T22:48:11.270Z Downloaded async-stream-impl v0.3.6
13232026-03-18T22:48:11.270Z Downloaded async-stream v0.3.6
13242026-03-18T22:48:11.271Z Downloaded darling_macro v0.21.3
13252026-03-18T22:48:11.271Z Downloaded convert_case v0.4.0
13262026-03-18T22:48:11.271Z Downloaded filetime v0.2.27
13272026-03-18T22:48:11.271Z Downloaded bcrypt-pbkdf v0.10.0
13282026-03-18T22:48:11.271Z Downloaded assert_matches v1.5.0
13292026-03-18T22:48:11.271Z Downloaded arrayref v0.3.9
13302026-03-18T22:48:11.271Z Downloaded base64 v0.22.1
13312026-03-18T22:48:11.276Z Downloaded data-encoding v2.10.0
13322026-03-18T22:48:11.276Z Downloaded crossbeam-utils v0.8.21
13332026-03-18T22:48:11.276Z Downloaded crossbeam-epoch v0.9.18
13342026-03-18T22:48:11.276Z Downloaded critical-section v1.2.0
13352026-03-18T22:48:11.276Z Downloaded buf-list v1.1.2
13362026-03-18T22:48:11.276Z Downloaded adler2 v2.0.1
13372026-03-18T22:48:11.276Z Downloaded allocator-api2 v0.2.21
13382026-03-18T22:48:11.276Z Downloaded aho-corasick v1.1.4
13392026-03-18T22:48:11.280Z Downloaded aead v0.5.2
13402026-03-18T22:48:11.631Z Downloaded aws-lc-sys v0.37.1
13412026-03-18T22:48:11.937Z Compiling libc v0.2.180
13422026-03-18T22:48:11.940Z Compiling serde v1.0.228
13432026-03-18T22:48:11.940Z Compiling log v0.4.29
13442026-03-18T22:48:11.941Z Compiling find-msvc-tools v0.1.9
13452026-03-18T22:48:12.122Z Compiling shlex v1.3.0
13462026-03-18T22:48:12.128Z Compiling smallvec v1.15.1
13472026-03-18T22:48:12.137Z Compiling syn v2.0.117
13482026-03-18T22:48:12.143Z Compiling typenum v1.19.0
13492026-03-18T22:48:12.352Z Compiling generic-array v0.14.7
13502026-03-18T22:48:12.393Z Compiling subtle v2.6.1
13512026-03-18T22:48:12.410Z Compiling scopeguard v1.2.0
13522026-03-18T22:48:12.463Z Compiling portable-atomic v1.13.1
13532026-03-18T22:48:12.605Z Compiling lock_api v0.4.14
13542026-03-18T22:48:12.672Z Compiling const-oid v0.9.6
13552026-03-18T22:48:12.707Z Compiling critical-section v1.2.0
13562026-03-18T22:48:12.782Z Compiling zerocopy v0.8.40
13572026-03-18T22:48:12.848Z Compiling parking_lot_core v0.9.12
13582026-03-18T22:48:12.958Z Compiling pin-project-lite v0.2.17
13592026-03-18T22:48:13.083Z Compiling serde_json v1.0.149
13602026-03-18T22:48:13.295Z Compiling pkg-config v0.3.32
13612026-03-18T22:48:13.401Z Compiling bitflags v2.11.0
13622026-03-18T22:48:13.510Z Compiling getrandom v0.2.17
13632026-03-18T22:48:13.625Z Compiling jobserver v0.1.34
13642026-03-18T22:48:13.687Z Compiling rand_core v0.6.4
13652026-03-18T22:48:13.801Z Compiling errno v0.3.14
13662026-03-18T22:48:13.968Z Compiling cc v1.2.56
13672026-03-18T22:48:13.994Z Compiling once_cell v1.21.3
13682026-03-18T22:48:14.039Z Compiling signal-hook-registry v1.4.8
13692026-03-18T22:48:14.055Z Compiling mio v1.1.1
13702026-03-18T22:48:14.136Z Compiling parking_lot v0.12.5
13712026-03-18T22:48:14.202Z Compiling libm v0.2.16
13722026-03-18T22:48:14.259Z Compiling num-traits v0.2.19
13732026-03-18T22:48:14.405Z Compiling futures-core v0.3.32
13742026-03-18T22:48:14.590Z Compiling socket2 v0.6.2
13752026-03-18T22:48:14.638Z Compiling percent-encoding v2.3.2
13762026-03-18T22:48:14.715Z Compiling allocator-api2 v0.2.21
13772026-03-18T22:48:14.734Z Compiling cpufeatures v0.2.17
13782026-03-18T22:48:14.829Z Compiling foldhash v0.2.0
13792026-03-18T22:48:14.885Z Compiling futures-sink v0.3.32
13802026-03-18T22:48:15.017Z Compiling futures-channel v0.3.32
13812026-03-18T22:48:15.039Z Compiling futures-io v0.3.32
13822026-03-18T22:48:15.110Z Compiling futures-task v0.3.32
13832026-03-18T22:48:15.165Z Compiling hashbrown v0.16.1
13842026-03-18T22:48:15.165Z Compiling getrandom v0.4.1
13852026-03-18T22:48:15.237Z Compiling slab v0.4.12
13862026-03-18T22:48:15.315Z Compiling getrandom v0.3.4
13872026-03-18T22:48:15.333Z Compiling rustversion v1.0.22
13882026-03-18T22:48:15.465Z Compiling rand_core v0.10.0
13892026-03-18T22:48:15.696Z Compiling cmake v0.1.57
13902026-03-18T22:48:15.962Z Compiling indexmap v2.13.0
13912026-03-18T22:48:16.173Z Compiling form_urlencoded v1.2.2
13922026-03-18T22:48:16.252Z Compiling dunce v1.0.5
13932026-03-18T22:48:16.331Z Compiling base64ct v1.8.3
13942026-03-18T22:48:16.373Z Compiling ident_case v1.0.1
13952026-03-18T22:48:16.398Z Compiling fs_extra v1.3.0
13962026-03-18T22:48:16.519Z Compiling synstructure v0.13.2
13972026-03-18T22:48:16.535Z Compiling flagset v0.4.7
13982026-03-18T22:48:16.706Z Compiling pem-rfc7468 v0.7.0
13992026-03-18T22:48:16.726Z Compiling rand_core v0.9.5
14002026-03-18T22:48:16.750Z Compiling aws-lc-sys v0.37.1
14012026-03-18T22:48:16.796Z Compiling rustix v1.1.3
14022026-03-18T22:48:16.873Z Compiling iana-time-zone v0.1.65
14032026-03-18T22:48:16.878Z Compiling ring v0.17.14
14042026-03-18T22:48:17.090Z Compiling uuid v1.21.0
14052026-03-18T22:48:17.108Z Compiling rustc_version v0.4.1
14062026-03-18T22:48:17.134Z Compiling regex-syntax v0.8.10
14072026-03-18T22:48:17.328Z Compiling vcpkg v0.2.15
14082026-03-18T22:48:17.541Z Compiling aws-lc-rs v1.16.0
14092026-03-18T22:48:17.955Z Compiling tracing-core v0.1.36
14102026-03-18T22:48:18.031Z Compiling crossbeam-utils v0.8.21
14112026-03-18T22:48:18.370Z Compiling openssl-sys v0.9.111
14122026-03-18T22:48:18.441Z Compiling pest_generator v2.8.6
14132026-03-18T22:48:18.702Z Compiling serde_derive_internals v0.29.1
14142026-03-18T22:48:19.112Z Compiling serde_derive v1.0.228
14152026-03-18T22:48:19.135Z Compiling zeroize_derive v1.4.3
14162026-03-18T22:48:19.247Z Compiling zerofrom-derive v0.1.6
14172026-03-18T22:48:19.369Z Compiling yoke-derive v0.8.1
14182026-03-18T22:48:19.946Z Compiling zerocopy-derive v0.8.40
14192026-03-18T22:48:20.008Z Compiling zeroize v1.8.2
14202026-03-18T22:48:20.444Z Compiling zerovec-derive v0.11.2
14212026-03-18T22:48:20.970Z Compiling displaydoc v0.2.5
14222026-03-18T22:48:21.066Z Compiling crypto-common v0.1.7
14232026-03-18T22:48:21.171Z Compiling zerofrom v0.1.6
14242026-03-18T22:48:21.244Z Compiling block-buffer v0.10.4
14252026-03-18T22:48:21.328Z Compiling yoke v0.8.1
14262026-03-18T22:48:21.447Z Compiling digest v0.10.7
14272026-03-18T22:48:21.559Z Compiling tokio-macros v2.6.0
14282026-03-18T22:48:21.754Z Compiling hmac v0.12.1
14292026-03-18T22:48:21.773Z Compiling futures-macro v0.3.32
14302026-03-18T22:48:21.933Z Compiling zerovec v0.11.5
14312026-03-18T22:48:21.970Z Compiling zerotrie v0.2.3
14322026-03-18T22:48:21.973Z Compiling block-padding v0.3.3
14332026-03-18T22:48:22.189Z Compiling inout v0.1.4
14342026-03-18T22:48:22.366Z Compiling cipher v0.4.4
14352026-03-18T22:48:22.402Z Compiling sha2 v0.10.9
14362026-03-18T22:48:22.566Z Compiling tinystr v0.8.2
14372026-03-18T22:48:22.642Z Compiling potential_utf v0.1.4
14382026-03-18T22:48:22.776Z Compiling der_derive v0.7.3
14392026-03-18T22:48:22.844Z Compiling icu_locale_core v2.1.1
14402026-03-18T22:48:22.862Z Compiling icu_collections v2.1.1
14412026-03-18T22:48:22.918Z Compiling futures-util v0.3.32
14422026-03-18T22:48:23.513Z Compiling salsa20 v0.10.2
14432026-03-18T22:48:23.683Z Compiling pbkdf2 v0.12.2
14442026-03-18T22:48:23.823Z Compiling bytes v1.11.1
14452026-03-18T22:48:23.842Z Compiling icu_provider v2.1.1
14462026-03-18T22:48:24.086Z Compiling der v0.7.10
14472026-03-18T22:48:24.090Z Compiling chrono v0.4.44
14482026-03-18T22:48:24.214Z Compiling icu_normalizer v2.1.1
14492026-03-18T22:48:24.254Z Compiling icu_properties v2.1.2
14502026-03-18T22:48:24.651Z Compiling tokio v1.49.0
14512026-03-18T22:48:24.921Z Compiling http v1.4.0
14522026-03-18T22:48:25.750Z Compiling idna_adapter v1.2.1
14532026-03-18T22:48:25.773Z Compiling spki v0.7.3
14542026-03-18T22:48:25.916Z Compiling idna v1.1.0
14552026-03-18T22:48:25.978Z Compiling thiserror-impl v2.0.18
14562026-03-18T22:48:26.020Z Compiling scrypt v0.11.0
14572026-03-18T22:48:26.039Z Compiling cbc v0.1.2
14582026-03-18T22:48:26.148Z Compiling aes v0.8.4
14592026-03-18T22:48:26.218Z Compiling rustls-pki-types v1.14.0
14602026-03-18T22:48:26.337Z Compiling ppv-lite86 v0.2.21
14612026-03-18T22:48:26.563Z Compiling url v2.5.8
14622026-03-18T22:48:26.792Z Compiling rand_chacha v0.9.0
14632026-03-18T22:48:26.809Z Compiling tracing-attributes v0.1.31
14642026-03-18T22:48:26.831Z Compiling pkcs5 v0.7.1
14652026-03-18T22:48:27.464Z Compiling rand v0.9.2
14662026-03-18T22:48:27.575Z Compiling http-body v1.0.1
14672026-03-18T22:48:27.655Z Compiling untrusted v0.7.1
14682026-03-18T22:48:27.707Z Compiling syn v1.0.109
14692026-03-18T22:48:27.764Z Compiling httparse v1.10.1
14702026-03-18T22:48:27.808Z Compiling base64 v0.22.1
14712026-03-18T22:48:27.812Z Compiling thiserror v2.0.18
14722026-03-18T22:48:27.941Z Compiling openssl-probe v0.2.1
14732026-03-18T22:48:28.116Z Compiling schemars v0.8.22
14742026-03-18T22:48:28.160Z Compiling untrusted v0.9.0
14752026-03-18T22:48:28.270Z Compiling pkcs8 v0.10.2
14762026-03-18T22:48:28.316Z Compiling schemars_derive v0.8.22
14772026-03-18T22:48:28.409Z Compiling pest_derive v2.8.6
14782026-03-18T22:48:28.585Z Compiling scroll_derive v0.13.1
14792026-03-18T22:48:28.671Z Compiling tracing v0.1.44
14802026-03-18T22:48:28.969Z Compiling darling_core v0.20.11
14812026-03-18T22:48:29.010Z Compiling atomic-waker v1.1.2
14822026-03-18T22:48:29.164Z Compiling dyn-clone v1.0.20
14832026-03-18T22:48:29.328Z Compiling tinyvec_macros v0.1.1
14842026-03-18T22:48:29.346Z Compiling tower-layer v0.3.3
14852026-03-18T22:48:29.417Z Compiling try-lock v0.2.5
14862026-03-18T22:48:29.549Z Compiling rustls v0.23.37
14872026-03-18T22:48:29.549Z Compiling tower-service v0.3.3
14882026-03-18T22:48:29.664Z Compiling want v0.3.1
14892026-03-18T22:48:29.682Z Compiling scroll v0.13.0
14902026-03-18T22:48:29.799Z Compiling tokio-util v0.7.18
14912026-03-18T22:48:29.873Z Compiling tinyvec v1.10.0
14922026-03-18T22:48:30.731Z Compiling h2 v0.4.13
14932026-03-18T22:48:30.762Z Compiling ipnet v2.11.0
14942026-03-18T22:48:31.199Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-18T22:48:31.439Z Compiling spin v0.9.8
14962026-03-18T22:48:31.705Z Compiling aho-corasick v1.1.4
14972026-03-18T22:48:31.723Z Compiling num-conv v0.2.0
14982026-03-18T22:48:31.817Z Compiling foreign-types-shared v0.1.1
14992026-03-18T22:48:31.896Z Compiling openssl v0.10.75
15002026-03-18T22:48:31.926Z Compiling powerfmt v0.2.0
15012026-03-18T22:48:32.184Z Compiling httpdate v1.0.3
15022026-03-18T22:48:32.207Z Compiling crc32fast v1.5.0
15032026-03-18T22:48:32.225Z Compiling darling_macro v0.20.11
15042026-03-18T22:48:32.467Z Compiling pin-utils v0.1.0
15052026-03-18T22:48:32.579Z Compiling time-core v0.1.8
15062026-03-18T22:48:32.602Z Compiling tempfile v3.25.0
15072026-03-18T22:48:32.706Z Compiling deranged v0.5.8
15082026-03-18T22:48:32.779Z Compiling time-macros v0.2.27
15092026-03-18T22:48:32.861Z Compiling darling v0.20.11
15102026-03-18T22:48:32.961Z Compiling regex-automata v0.4.14
15112026-03-18T22:48:33.101Z Compiling foreign-types v0.3.2
15122026-03-18T22:48:34.138Z Compiling goblin v0.10.5
15132026-03-18T22:48:34.267Z Compiling openssl-macros v0.1.1
15142026-03-18T22:48:34.783Z Compiling hyper v1.8.1
15152026-03-18T22:48:34.990Z Compiling thiserror-impl v1.0.69
15162026-03-18T22:48:35.696Z Compiling wait-timeout v0.2.1
15172026-03-18T22:48:36.026Z Compiling num_threads v0.1.7
15182026-03-18T22:48:36.056Z Compiling usdt-impl v0.6.0
15192026-03-18T22:48:36.143Z Compiling native-tls v0.2.18
15202026-03-18T22:48:36.330Z Compiling quick-error v1.2.3
15212026-03-18T22:48:36.415Z Compiling bit-vec v0.8.0
15222026-03-18T22:48:36.457Z Compiling siphasher v1.0.2
15232026-03-18T22:48:36.678Z Compiling simd-adler32 v0.3.8
15242026-03-18T22:48:36.708Z Compiling either v1.15.0
15252026-03-18T22:48:36.726Z Compiling thiserror v1.0.69
15262026-03-18T22:48:36.853Z Compiling bit-set v0.8.0
15272026-03-18T22:48:36.894Z Compiling rusty-fork v0.3.1
15282026-03-18T22:48:37.022Z Compiling hyper-util v0.1.20
15292026-03-18T22:48:37.044Z Compiling time v0.3.47
15302026-03-18T22:48:37.313Z Compiling derive_builder_core v0.20.2
15312026-03-18T22:48:38.526Z Compiling dof v0.4.0
15322026-03-18T22:48:38.992Z Compiling unicode-normalization v0.1.25
15332026-03-18T22:48:39.302Z Compiling crossbeam-epoch v0.9.18
15342026-03-18T22:48:39.353Z Compiling dtrace-parser v0.3.0
15352026-03-18T22:48:39.596Z Compiling rustls-native-certs v0.8.3
15362026-03-18T22:48:39.720Z Compiling signature v2.2.0
15372026-03-18T22:48:39.933Z Compiling scroll_derive v0.12.1
15382026-03-18T22:48:39.973Z Compiling heapless v0.7.17
15392026-03-18T22:48:40.266Z Compiling rand_xorshift v0.4.0
15402026-03-18T22:48:40.292Z Compiling slog v2.8.2
15412026-03-18T22:48:40.310Z Compiling darling_core v0.21.3
15422026-03-18T22:48:40.385Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-18T22:48:40.465Z Compiling sync_wrapper v1.0.2
15442026-03-18T22:48:40.538Z Compiling thread-id v5.1.0
15452026-03-18T22:48:40.595Z Compiling cookie v0.18.1
15462026-03-18T22:48:40.641Z Compiling zstd-safe v7.2.4
15472026-03-18T22:48:40.753Z Compiling paste v1.0.15
15482026-03-18T22:48:40.828Z Compiling unicode-properties v0.1.4
15492026-03-18T22:48:40.847Z Compiling signal-hook v0.3.18
15502026-03-18T22:48:40.903Z Compiling unicode-segmentation v1.12.0
15512026-03-18T22:48:41.076Z Compiling anyhow v1.0.102
15522026-03-18T22:48:41.093Z Compiling rayon-core v1.13.0
15532026-03-18T22:48:41.114Z Compiling unicode-bidi v0.3.18
15542026-03-18T22:48:41.271Z Compiling unarray v0.1.4
15552026-03-18T22:48:41.324Z Compiling adler2 v2.0.1
15562026-03-18T22:48:41.412Z Compiling proptest v1.10.0
15572026-03-18T22:48:41.496Z Compiling miniz_oxide v0.8.9
15582026-03-18T22:48:41.539Z Compiling stringprep v0.1.5
15592026-03-18T22:48:41.616Z Compiling scroll v0.12.0
15602026-03-18T22:48:41.964Z Compiling tower v0.5.3
15612026-03-18T22:48:42.315Z Compiling crossbeam-deque v0.8.6
15622026-03-18T22:48:42.513Z Compiling derive_builder_macro v0.20.2
15632026-03-18T22:48:42.588Z Compiling ipnetwork v0.21.1
15642026-03-18T22:48:42.623Z Compiling http-body-util v0.1.3
15652026-03-18T22:48:42.644Z Compiling rand_chacha v0.3.1
15662026-03-18T22:48:42.665Z Compiling webpki-roots v1.0.6
15672026-03-18T22:48:42.814Z Compiling serde_spanned v0.6.9
15682026-03-18T22:48:42.943Z Compiling toml_datetime v0.6.11
15692026-03-18T22:48:42.996Z Compiling erased-serde v0.3.31
15702026-03-18T22:48:43.111Z Compiling serde_tokenstream v0.2.3
15712026-03-18T22:48:43.173Z Compiling md-5 v0.10.6
15722026-03-18T22:48:43.297Z Compiling zerocopy-derive v0.7.35
15732026-03-18T22:48:43.376Z Compiling curve25519-dalek v4.1.3
15742026-03-18T22:48:43.510Z Compiling vergen-lib v0.1.6
15752026-03-18T22:48:43.730Z Compiling num-integer v0.1.46
15762026-03-18T22:48:43.748Z Compiling hash32 v0.2.1
15772026-03-18T22:48:43.767Z Compiling ff v0.13.1
15782026-03-18T22:48:43.832Z Compiling memoffset v0.9.1
15792026-03-18T22:48:43.903Z Compiling darling_macro v0.21.3
15802026-03-18T22:48:43.932Z Compiling cfg_aliases v0.2.1
15812026-03-18T22:48:43.988Z Compiling iri-string v0.7.10
15822026-03-18T22:48:44.023Z Compiling num-bigint-dig v0.8.6
15832026-03-18T22:48:44.085Z Compiling ref-cast v1.0.25
15842026-03-18T22:48:44.153Z Compiling base16ct v0.2.0
15852026-03-18T22:48:44.272Z Compiling fallible-iterator v0.2.0
15862026-03-18T22:48:44.380Z Compiling ryu v1.0.23
15872026-03-18T22:48:44.475Z Compiling zlib-rs v0.6.2
15882026-03-18T22:48:44.495Z Compiling psl-types v2.0.11
15892026-03-18T22:48:44.524Z Compiling rustix v0.38.44
15902026-03-18T22:48:44.608Z Compiling smoltcp v0.9.1
15912026-03-18T22:48:44.651Z Compiling litrs v1.0.0
15922026-03-18T22:48:44.694Z Compiling postgres-protocol v0.6.10
15932026-03-18T22:48:45.075Z Compiling newtype-uuid v1.3.2
15942026-03-18T22:48:45.103Z Compiling publicsuffix v2.3.0
15952026-03-18T22:48:45.307Z Compiling serde_urlencoded v0.7.1
15962026-03-18T22:48:45.329Z Compiling document-features v0.2.12
15972026-03-18T22:48:45.425Z Compiling darling v0.21.3
15982026-03-18T22:48:45.523Z Compiling zerocopy v0.7.35
15992026-03-18T22:48:45.567Z Compiling sec1 v0.7.3
16002026-03-18T22:48:45.634Z Compiling tower-http v0.6.8
16012026-03-18T22:48:46.061Z Compiling nix v0.31.1
16022026-03-18T22:48:46.117Z Compiling num-iter v0.1.45
16032026-03-18T22:48:46.163Z Compiling group v0.13.0
16042026-03-18T22:48:46.360Z Compiling derive_builder v0.20.2
16052026-03-18T22:48:46.389Z Compiling rand v0.8.5
16062026-03-18T22:48:46.505Z Compiling oxnet v0.1.4
16072026-03-18T22:48:46.575Z Compiling proc-macro-error v1.0.4
16082026-03-18T22:48:46.960Z Compiling tokio-native-tls v0.3.1
16092026-03-18T22:48:46.964Z Compiling goblin v0.8.2
16102026-03-18T22:48:47.838Z Compiling heck v0.4.1
16112026-03-18T22:48:47.889Z Compiling phf_shared v0.13.1
16122026-03-18T22:48:47.925Z Compiling regex v1.12.3
16132026-03-18T22:48:48.122Z Compiling hubpack_derive v0.1.1
16142026-03-18T22:48:48.231Z Compiling lazy_static v1.5.0
16152026-03-18T22:48:48.351Z Compiling cargo-platform v0.1.9
16162026-03-18T22:48:48.370Z Compiling hkdf v0.12.4
16172026-03-18T22:48:48.528Z Compiling flate2 v1.1.9
16182026-03-18T22:48:48.574Z Compiling crypto-bigint v0.5.5
16192026-03-18T22:48:48.683Z Compiling async-trait v0.1.89
16202026-03-18T22:48:48.717Z Compiling daft-derive v0.1.5
16212026-03-18T22:48:48.942Z Compiling ref-cast-impl v1.0.25
16222026-03-18T22:48:49.089Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-18T22:48:49.671Z Compiling strum_macros v0.27.2
16242026-03-18T22:48:49.690Z Compiling terminal_size v0.4.3
16252026-03-18T22:48:49.855Z Compiling vergen v9.0.6
16262026-03-18T22:48:49.947Z Compiling fs-err v3.3.0
16272026-03-18T22:48:50.103Z Compiling ahash v0.8.12
16282026-03-18T22:48:50.127Z Compiling bitflags v1.3.2
16292026-03-18T22:48:50.204Z Compiling libbz2-rs-sys v0.2.2
16302026-03-18T22:48:50.222Z Compiling managed v0.8.0
16312026-03-18T22:48:50.375Z Compiling foldhash v0.1.5
16322026-03-18T22:48:50.503Z Compiling object v0.37.3
16332026-03-18T22:48:50.595Z Compiling bumpalo v3.20.2
16342026-03-18T22:48:50.865Z Compiling winnow v0.5.40
16352026-03-18T22:48:50.989Z Compiling zopfli v0.8.3
16362026-03-18T22:48:51.128Z Compiling bzip2 v0.6.1
16372026-03-18T22:48:51.383Z Compiling hashbrown v0.15.5
16382026-03-18T22:48:51.899Z Compiling console v0.16.2
16392026-03-18T22:48:52.114Z Compiling elliptic-curve v0.13.8
16402026-03-18T22:48:52.129Z Compiling clap_builder v4.5.60
16412026-03-18T22:48:52.386Z Compiling strum v0.27.2
16422026-03-18T22:48:52.670Z Compiling toml_edit v0.19.15
16432026-03-18T22:48:52.686Z Compiling dof v0.3.0
16442026-03-18T22:48:52.848Z Compiling daft v0.1.5
16452026-03-18T22:48:53.066Z Compiling hubpack v0.1.2
16462026-03-18T22:48:53.215Z Compiling cargo_metadata v0.19.2
16472026-03-18T22:48:53.730Z Compiling phf v0.13.1
16482026-03-18T22:48:53.940Z Compiling zone_cfg_derive v0.3.1
16492026-03-18T22:48:54.783Z Compiling signal-hook-mio v0.2.5
16502026-03-18T22:48:54.932Z Compiling zstd v0.13.3
16512026-03-18T22:48:55.098Z Compiling cookie_store v0.22.1
16522026-03-18T22:48:55.774Z Compiling rayon v1.11.0
16532026-03-18T22:48:55.987Z Compiling hyper-tls v0.6.0
16542026-03-18T22:48:56.265Z Compiling bzip2 v0.4.4
16552026-03-18T22:48:56.412Z Compiling serde_with_macros v3.17.0
16562026-03-18T22:48:56.435Z Compiling postgres-types v0.2.12
16572026-03-18T22:48:56.539Z Compiling usdt-attr-macro v0.6.0
16582026-03-18T22:48:56.930Z Compiling usdt-macro v0.6.0
16592026-03-18T22:48:57.186Z Compiling ed25519 v2.2.3
16602026-03-18T22:48:57.661Z Compiling itertools v0.12.1
16612026-03-18T22:48:57.952Z Compiling dtrace-parser v0.2.0
16622026-03-18T22:48:57.973Z Compiling phf_shared v0.11.3
16632026-03-18T22:48:58.153Z Compiling bstr v1.12.1
16642026-03-18T22:48:58.209Z Compiling pkcs1 v0.7.5
16652026-03-18T22:48:58.230Z Compiling hex v0.4.3
16662026-03-18T22:48:58.444Z Compiling serde-big-array v0.5.1
16672026-03-18T22:48:58.591Z Compiling rfc6979 v0.4.0
16682026-03-18T22:48:58.627Z Compiling enum-as-inner v0.6.1
16692026-03-18T22:48:58.759Z Compiling serde_repr v0.1.20
16702026-03-18T22:48:58.766Z Compiling clap_derive v4.5.55
16712026-03-18T22:48:59.023Z Compiling strum_macros v0.26.4
16722026-03-18T22:48:59.041Z Compiling float-cmp v0.10.0
16732026-03-18T22:48:59.225Z Compiling memmap2 v0.9.10
16742026-03-18T22:48:59.303Z Compiling thread-id v4.2.2
16752026-03-18T22:48:59.346Z Compiling env_filter v1.0.0
16762026-03-18T22:48:59.410Z Compiling encoding_rs v0.8.35
16772026-03-18T22:48:59.460Z Compiling rustc-hash v2.1.1
16782026-03-18T22:48:59.507Z Compiling unit-prefix v0.5.2
16792026-03-18T22:48:59.619Z Compiling difflib v0.4.0
16802026-03-18T22:48:59.692Z Compiling precomputed-hash v0.1.1
16812026-03-18T22:48:59.746Z Compiling jiff v0.2.21
16822026-03-18T22:48:59.802Z Compiling whoami v2.1.0
16832026-03-18T22:49:00.313Z Compiling data-encoding v2.10.0
16842026-03-18T22:49:00.385Z Compiling static_assertions v1.1.0
16852026-03-18T22:49:00.485Z Compiling new_debug_unreachable v1.0.6
16862026-03-18T22:49:00.578Z Compiling fixedbitset v0.4.2
16872026-03-18T22:49:00.663Z Compiling predicates-core v1.0.10
16882026-03-18T22:49:00.860Z Compiling keccak v0.1.6
16892026-03-18T22:49:00.897Z Compiling normalize-line-endings v0.3.0
16902026-03-18T22:49:01.014Z Compiling mime v0.3.17
16912026-03-18T22:49:01.239Z Compiling fixedbitset v0.5.7
16922026-03-18T22:49:01.294Z Compiling clap v4.5.60
16932026-03-18T22:49:01.361Z Compiling sha3 v0.10.8
16942026-03-18T22:49:01.395Z Compiling predicates v3.1.4
16952026-03-18T22:49:01.457Z Compiling petgraph v0.6.5
16962026-03-18T22:49:01.475Z Compiling strum v0.26.3
16972026-03-18T22:49:01.628Z Compiling petgraph v0.8.3
16982026-03-18T22:49:01.646Z Compiling hickory-proto v0.25.2
16992026-03-18T22:49:01.969Z Compiling string_cache v0.8.9
17002026-03-18T22:49:02.041Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-18T22:49:02.269Z Compiling toml_edit v0.22.27
17022026-03-18T22:49:02.273Z Compiling tokio-postgres v0.7.16
17032026-03-18T22:49:03.559Z Compiling zip v4.6.1
17042026-03-18T22:49:04.387Z Compiling indicatif v0.18.4
17052026-03-18T22:49:04.846Z Compiling iddqd v0.3.17
17062026-03-18T22:49:05.299Z Compiling env_logger v0.11.9
17072026-03-18T22:49:05.533Z Compiling usdt v0.6.0
17082026-03-18T22:49:05.671Z Compiling usdt-impl v0.5.0
17092026-03-18T22:49:05.740Z Compiling zone v0.3.1
17102026-03-18T22:49:05.765Z Compiling similar v2.7.0
17112026-03-18T22:49:05.860Z Compiling ecdsa v0.16.9
17122026-03-18T22:49:06.134Z Compiling serde_with v3.17.0
17132026-03-18T22:49:06.373Z Compiling rsa v0.9.10
17142026-03-18T22:49:06.403Z Compiling crossterm v0.28.1
17152026-03-18T22:49:06.455Z Compiling ed25519-dalek v2.2.0
17162026-03-18T22:49:06.656Z Compiling zip v0.6.6
17172026-03-18T22:49:07.426Z Compiling toml v0.7.8
17182026-03-18T22:49:08.312Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-18T22:49:08.485Z Compiling itertools v0.13.0
17202026-03-18T22:49:08.502Z Compiling tokio-stream v0.1.18
17212026-03-18T22:49:08.591Z Compiling buf-list v1.1.2
17222026-03-18T22:49:08.948Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-18T22:49:09.054Z Compiling x509-cert v0.2.5
17242026-03-18T22:49:09.102Z Compiling openapiv3 v2.2.0
17252026-03-18T22:49:09.184Z Compiling sha1 v0.10.6
17262026-03-18T22:49:09.389Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-18T22:49:09.466Z Compiling lalrpop-util v0.19.12
17282026-03-18T22:49:09.715Z Compiling peg-runtime v0.8.5
17292026-03-18T22:49:09.766Z Compiling thread_local v1.1.9
17302026-03-18T22:49:10.083Z Compiling slog-async v2.8.0
17312026-03-18T22:49:10.101Z Compiling crossbeam-channel v0.5.15
17322026-03-18T22:49:10.183Z Compiling futures-executor v0.3.32
17332026-03-18T22:49:10.499Z Compiling is-terminal v0.4.17
17342026-03-18T22:49:10.517Z Compiling filetime v0.2.27
17352026-03-18T22:49:10.616Z Compiling term v1.2.1
17362026-03-18T22:49:10.700Z Compiling xattr v1.6.1
17372026-03-18T22:49:10.734Z Compiling take_mut v0.2.2
17382026-03-18T22:49:10.804Z Compiling futures v0.3.32
17392026-03-18T22:49:10.867Z Compiling tar v0.4.44
17402026-03-18T22:49:11.279Z Compiling slog-term v2.9.2
17412026-03-18T22:49:17.976Z Compiling rustls-webpki v0.103.9
17422026-03-18T22:49:21.962Z Compiling tokio-rustls v0.26.4
17432026-03-18T22:49:21.965Z Compiling rustls-platform-verifier v0.6.2
17442026-03-18T22:49:22.229Z Compiling hyper-rustls v0.27.7
17452026-03-18T22:49:22.483Z Compiling reqwest v0.12.28
17462026-03-18T22:49:22.500Z Compiling reqwest v0.13.2
17472026-03-18T22:49:25.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-18T22:49:25.742Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-18T22:49:29.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17502026-03-18T22:49:29.772Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-18T22:49:29.838ZMar 18 22:49:28.743 INFO Starting download, target: DendriteStub
17522026-03-18T22:49:29.838ZMar 18 22:49:28.744 INFO Starting download, target: MaghemiteMgd
17532026-03-18T22:49:29.838ZMar 18 22:49:28.744 INFO Starting download, target: Clickhouse
17542026-03-18T22:49:29.838ZMar 18 22:49:28.744 INFO Starting download, target: Cockroach
17552026-03-18T22:49:29.924ZMar 18 22:49:28.744 INFO Starting download, target: Console
17562026-03-18T22:49:29.924ZMar 18 22:49:28.744 INFO Starting download, target: TransceiverControl
17572026-03-18T22:49:29.924ZMar 18 22:49:28.744 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-18T22:49:29.924ZMar 18 22:49:28.744 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-18T22:49:29.924ZMar 18 22:49:28.744 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-18T22:49:29.925ZMar 18 22:49:28.744 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-18T22:49:29.925ZMar 18 22:49:28.744 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-18T22:49:29.925ZMar 18 22:49:28.744 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-18T22:49:30.268ZMar 18 22:49:29.177 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-18T22:49:30.598ZMar 18 22:49:29.505 INFO Download complete, target: TransceiverControl
17652026-03-18T22:49:30.986ZMar 18 22:49:29.895 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-18T22:49:31.354ZMar 18 22:49:30.261 INFO Download complete, target: Console
17672026-03-18T22:49:31.703ZMar 18 22:49:30.607 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-18T22:49:31.786ZMar 18 22:49:30.696 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-18T22:49:31.805ZMar 18 22:49:30.715 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-18T22:49:32.750ZMar 18 22:49:31.658 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-18T22:49:32.750ZMar 18 22:49:31.658 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-18T22:49:35.282ZMar 18 22:49:34.190 INFO Download complete, target: DendriteStub
17732026-03-18T22:49:35.286ZMar 18 22:49:34.194 INFO Download complete, target: MaghemiteMgd
17742026-03-18T22:49:40.319ZMar 18 22:49:39.219 INFO Checking that binary works, target: Cockroach
17752026-03-18T22:49:40.425ZMar 18 22:49:39.331 INFO Download complete, target: Cockroach
17762026-03-18T22:49:42.785ZMar 18 22:49:41.692 INFO Checking that binary works, target: Clickhouse
17772026-03-18T22:49:42.954ZMar 18 22:49:41.861 INFO Download complete, target: Clickhouse
17782026-03-18T22:49:42.972ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-18T22:49:42.980Z
17802026-03-18T22:49:42.980Zreal 5:22.182371484
17812026-03-18T22:49:42.980Zuser 10:29.576580494
17822026-03-18T22:49:42.980Zsys 1:48.893843176
17832026-03-18T22:49:42.981Ztrap 0.327229488
17842026-03-18T22:49:42.981Ztflt 0.693456922
17852026-03-18T22:49:42.981Zdflt 0.549236381
17862026-03-18T22:49:42.981Zkflt 0.037348567
17872026-03-18T22:49:42.981Zlock 22:30.396795064
17882026-03-18T22:49:42.982Zslp 41:02.394611462
17892026-03-18T22:49:42.982Zlat 57.745104233
17902026-03-18T22:49:42.982Zstop 2:37.003635430
17912026-03-18T22:49:42.982Z+ banner hack-check
17922026-03-18T22:49:42.983Z
17932026-03-18T22:49:42.983Z # # ## #### # # #### # # ###### #### # #
17942026-03-18T22:49:42.983Z # # # # # # # # # # # # # # # # #
17952026-03-18T22:49:42.983Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-18T22:49:42.983Z # # ###### # # # # # # # # # #
17972026-03-18T22:49:42.983Z # # # # # # # # # # # # # # # # #
17982026-03-18T22:49:42.983Z # # # # #### # # #### # # ###### #### # #
17992026-03-18T22:49:42.983Z
18002026-03-18T22:49:42.983Z+ export CARGO_INCREMENTAL=0
18012026-03-18T22:49:42.983Z+ CARGO_INCREMENTAL=0
18022026-03-18T22:49:42.983Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-18T22:49:43.657Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-18T22:49:43.921Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-18T22:49:46.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18062026-03-18T22:49:46.615Z Running `target/debug/xtask check-features --ci`
18072026-03-18T22:49:46.631Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-18T22:49:46.637Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-18T22:49:47.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18102026-03-18T22:49:47.263Z Running `target/debug/xtask download cargo-hack`
18112026-03-18T22:49:48.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-18T22:49:48.632Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-18T22:49:51.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
18142026-03-18T22:49:52.099Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-18T22:49:52.142ZMar 18 22:49:51.046 INFO Starting download, target: CargoHack
18162026-03-18T22:49:52.148ZMar 18 22:49:51.047 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-18T22:49:52.374ZMar 18 22:49:51.277 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-18T22:49:52.454ZMar 18 22:49:51.355 INFO Download complete, target: CargoHack
18192026-03-18T22:49:52.472Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18202026-03-18T22:49:52.475Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-18T22:49:52.676Zinfo: running `cargo check --bins` on api_identity (1/259)
18222026-03-18T22:49:53.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-18T22:49:53.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-18T22:49:53.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-18T22:49:53.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18262026-03-18T22:49:53.426Z
18272026-03-18T22:49:53.426Zinfo: running `cargo check --bins` on bootstore (2/259)
18282026-03-18T22:49:54.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-18T22:49:54.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-18T22:49:54.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-18T22:49:54.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-18T22:49:54.175Z
18332026-03-18T22:49:54.175Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18342026-03-18T22:49:54.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-18T22:49:54.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-18T22:49:54.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-18T22:49:54.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18382026-03-18T22:49:54.918Z
18392026-03-18T22:49:54.918Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18402026-03-18T22:49:55.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-18T22:49:55.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-18T22:49:55.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-18T22:49:55.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18442026-03-18T22:49:55.667Z
18452026-03-18T22:49:55.667Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18462026-03-18T22:49:56.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-18T22:49:56.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-18T22:49:56.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-18T22:49:56.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18502026-03-18T22:49:56.427Z
18512026-03-18T22:49:56.427Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18522026-03-18T22:49:57.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-18T22:49:57.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-18T22:49:57.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-18T22:49:57.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18562026-03-18T22:49:57.194Z
18572026-03-18T22:49:57.194Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18582026-03-18T22:49:57.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-18T22:49:57.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-18T22:49:57.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-18T22:49:57.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18622026-03-18T22:49:57.958Z
18632026-03-18T22:49:57.958Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18642026-03-18T22:49:58.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-18T22:49:58.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-18T22:49:58.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-18T22:49:58.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-18T22:49:58.718Z
18692026-03-18T22:49:58.718Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18702026-03-18T22:49:59.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-18T22:49:59.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-18T22:49:59.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-18T22:49:59.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-18T22:49:59.316Z
18752026-03-18T22:49:59.316Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18762026-03-18T22:49:59.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-18T22:49:59.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-18T22:49:59.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-18T22:49:59.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-18T22:49:59.912Z
18812026-03-18T22:49:59.912Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18822026-03-18T22:50:00.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-18T22:50:00.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-18T22:50:00.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-18T22:50:00.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18862026-03-18T22:50:00.503Z
18872026-03-18T22:50:00.503Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18882026-03-18T22:50:01.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-18T22:50:01.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-18T22:50:01.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-18T22:50:01.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-18T22:50:01.115Z
18932026-03-18T22:50:01.115Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18942026-03-18T22:50:01.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-18T22:50:01.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-18T22:50:01.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-18T22:50:01.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18982026-03-18T22:50:01.698Z
18992026-03-18T22:50:01.698Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19002026-03-18T22:50:02.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-18T22:50:02.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-18T22:50:02.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-18T22:50:02.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-18T22:50:02.296Z
19052026-03-18T22:50:02.296Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19062026-03-18T22:50:02.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-18T22:50:02.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-18T22:50:02.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-18T22:50:02.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19102026-03-18T22:50:02.892Z
19112026-03-18T22:50:02.892Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19122026-03-18T22:50:03.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-18T22:50:03.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-18T22:50:03.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-18T22:50:03.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-18T22:50:03.493Z
19172026-03-18T22:50:03.493Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19182026-03-18T22:50:04.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-18T22:50:04.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-18T22:50:04.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-18T22:50:04.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-18T22:50:04.092Z
19232026-03-18T22:50:04.092Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19242026-03-18T22:50:04.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-18T22:50:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-18T22:50:04.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-18T22:50:04.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-18T22:50:04.688Z
19292026-03-18T22:50:04.689Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19302026-03-18T22:50:05.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-18T22:50:05.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-18T22:50:05.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-18T22:50:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342026-03-18T22:50:05.286Z
19352026-03-18T22:50:05.286Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19362026-03-18T22:50:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-18T22:50:05.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-18T22:50:05.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-18T22:50:05.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-18T22:50:05.889Z
19412026-03-18T22:50:05.889Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19422026-03-18T22:50:06.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-18T22:50:06.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-18T22:50:06.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-18T22:50:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-18T22:50:06.494Z
19472026-03-18T22:50:06.494Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19482026-03-18T22:50:07.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-18T22:50:07.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-18T22:50:07.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-18T22:50:07.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-18T22:50:07.098Z
19532026-03-18T22:50:07.098Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19542026-03-18T22:50:07.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-18T22:50:07.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-18T22:50:07.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-18T22:50:07.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-18T22:50:07.690Z
19592026-03-18T22:50:07.691Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19602026-03-18T22:50:08.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-18T22:50:08.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-18T22:50:08.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-18T22:50:08.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19642026-03-18T22:50:08.284Z
19652026-03-18T22:50:08.285Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19662026-03-18T22:50:08.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-18T22:50:08.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-18T22:50:08.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-18T22:50:08.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-18T22:50:08.884Z
19712026-03-18T22:50:08.884Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19722026-03-18T22:50:09.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-18T22:50:09.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-18T22:50:09.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-18T22:50:09.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-18T22:50:09.483Z
19772026-03-18T22:50:09.483Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19782026-03-18T22:50:10.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-18T22:50:10.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-18T22:50:10.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-18T22:50:10.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-18T22:50:10.081Z
19832026-03-18T22:50:10.081Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19842026-03-18T22:50:10.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-18T22:50:10.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-18T22:50:10.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-18T22:50:10.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-18T22:50:10.681Z
19892026-03-18T22:50:10.681Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19902026-03-18T22:50:11.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-18T22:50:11.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-18T22:50:11.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-18T22:50:11.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-18T22:50:11.283Z
19952026-03-18T22:50:11.283Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
19962026-03-18T22:50:11.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-18T22:50:11.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-18T22:50:11.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-18T22:50:11.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-18T22:50:11.881Z
20012026-03-18T22:50:11.881Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20022026-03-18T22:50:12.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-18T22:50:12.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-18T22:50:12.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-18T22:50:12.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-18T22:50:12.478Z
20072026-03-18T22:50:12.478Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20082026-03-18T22:50:13.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-18T22:50:13.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-18T22:50:13.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-18T22:50:13.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20122026-03-18T22:50:13.075Z
20132026-03-18T22:50:13.075Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20142026-03-18T22:50:13.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-18T22:50:13.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-18T22:50:13.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-18T22:50:13.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-18T22:50:13.676Z
20192026-03-18T22:50:13.676Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20202026-03-18T22:50:14.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-18T22:50:14.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-18T22:50:14.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-18T22:50:14.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20242026-03-18T22:50:14.270Z
20252026-03-18T22:50:14.270Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20262026-03-18T22:50:14.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-18T22:50:14.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-18T22:50:14.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-18T22:50:14.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20302026-03-18T22:50:14.865Z
20312026-03-18T22:50:14.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20322026-03-18T22:50:15.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-18T22:50:15.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-18T22:50:15.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-18T22:50:15.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20362026-03-18T22:50:15.460Z
20372026-03-18T22:50:15.460Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20382026-03-18T22:50:15.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-18T22:50:15.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-18T22:50:15.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-18T22:50:15.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20422026-03-18T22:50:16.054Z
20432026-03-18T22:50:16.054Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20442026-03-18T22:50:16.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-18T22:50:16.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-18T22:50:16.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-18T22:50:16.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-18T22:50:16.656Z
20492026-03-18T22:50:16.656Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20502026-03-18T22:50:17.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-18T22:50:17.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-18T22:50:17.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-18T22:50:17.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-18T22:50:17.256Z
20552026-03-18T22:50:17.256Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20562026-03-18T22:50:17.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-18T22:50:17.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-18T22:50:17.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-18T22:50:17.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-18T22:50:17.858Z
20612026-03-18T22:50:17.858Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20622026-03-18T22:50:18.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-18T22:50:18.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-18T22:50:18.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-18T22:50:18.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-18T22:50:18.452Z
20672026-03-18T22:50:18.452Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20682026-03-18T22:50:18.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-18T22:50:18.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-18T22:50:18.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-18T22:50:18.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-18T22:50:19.053Z
20732026-03-18T22:50:19.053Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20742026-03-18T22:50:19.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-18T22:50:19.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-18T22:50:19.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-18T22:50:19.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-03-18T22:50:19.658Z
20792026-03-18T22:50:19.658Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20802026-03-18T22:50:20.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-18T22:50:20.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-18T22:50:20.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-18T22:50:20.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-18T22:50:20.267Z
20852026-03-18T22:50:20.267Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20862026-03-18T22:50:20.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-18T22:50:20.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-18T22:50:20.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-18T22:50:20.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-18T22:50:20.864Z
20912026-03-18T22:50:20.864Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20922026-03-18T22:50:21.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-18T22:50:21.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-18T22:50:21.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-18T22:50:21.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-18T22:50:21.469Z
20972026-03-18T22:50:21.469Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
20982026-03-18T22:50:22.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-18T22:50:22.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-18T22:50:22.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-18T22:50:22.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-18T22:50:22.068Z
21032026-03-18T22:50:22.068Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21042026-03-18T22:50:22.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-18T22:50:22.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-18T22:50:22.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-18T22:50:22.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-18T22:50:22.670Z
21092026-03-18T22:50:22.670Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21102026-03-18T22:50:23.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-18T22:50:23.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-18T22:50:23.655Z Checking cfg-if v1.0.4
21132026-03-18T22:50:23.786Z Checking libc v0.2.180
21142026-03-18T22:50:23.789Z Checking serde_core v1.0.228
21152026-03-18T22:50:23.815Z Checking memchr v2.8.0
21162026-03-18T22:50:23.829Z Checking smallvec v1.15.1
21172026-03-18T22:50:23.829Z Checking itoa v1.0.17
21182026-03-18T22:50:23.832Z Checking log v0.4.29
21192026-03-18T22:50:23.845Z Checking zeroize v1.8.2
21202026-03-18T22:50:23.850Z Checking stable_deref_trait v1.2.1
21212026-03-18T22:50:23.986Z Checking zerofrom v0.1.6
21222026-03-18T22:50:24.057Z Checking zmij v1.0.21
21232026-03-18T22:50:24.074Z Checking scopeguard v1.2.0
21242026-03-18T22:50:24.105Z Checking subtle v2.6.1
21252026-03-18T22:50:24.132Z Checking yoke v0.8.1
21262026-03-18T22:50:24.150Z Checking writeable v0.6.2
21272026-03-18T22:50:24.193Z Checking lock_api v0.4.14
21282026-03-18T22:50:24.296Z Checking litemap v0.8.1
21292026-03-18T22:50:24.327Z Checking percent-encoding v2.3.2
21302026-03-18T22:50:24.344Z Checking libm v0.2.16
21312026-03-18T22:50:24.348Z Checking zerovec v0.11.5
21322026-03-18T22:50:24.377Z Checking zerotrie v0.2.3
21332026-03-18T22:50:24.436Z Checking getrandom v0.2.17
21342026-03-18T22:50:24.460Z Checking errno v0.3.14
21352026-03-18T22:50:24.497Z Checking icu_normalizer_data v2.1.1
21362026-03-18T22:50:24.514Z Checking icu_properties_data v2.1.2
21372026-03-18T22:50:24.587Z Checking pin-project-lite v0.2.17
21382026-03-18T22:50:24.605Z Checking utf8_iter v1.0.4
21392026-03-18T22:50:24.620Z Checking rand_core v0.6.4
21402026-03-18T22:50:24.674Z Checking form_urlencoded v1.2.2
21412026-03-18T22:50:24.691Z Checking typenum v1.19.0
21422026-03-18T22:50:24.707Z Checking portable-atomic v1.13.1
21432026-03-18T22:50:24.749Z Checking critical-section v1.2.0
21442026-03-18T22:50:24.838Z Checking rand_core v0.10.0
21452026-03-18T22:50:24.850Z Checking signal-hook-registry v1.4.8
21462026-03-18T22:50:24.866Z Checking parking_lot_core v0.9.12
21472026-03-18T22:50:24.951Z Checking tinystr v0.8.2
21482026-03-18T22:50:25.005Z Checking potential_utf v0.1.4
21492026-03-18T22:50:25.043Z Checking getrandom v0.4.1
21502026-03-18T22:50:25.103Z Checking parking_lot v0.12.5
21512026-03-18T22:50:25.162Z Checking icu_collections v2.1.1
21522026-03-18T22:50:25.183Z Checking icu_locale_core v2.1.1
21532026-03-18T22:50:25.219Z Checking mio v1.1.1
21542026-03-18T22:50:25.291Z Checking once_cell v1.21.3
21552026-03-18T22:50:25.344Z Checking socket2 v0.6.2
21562026-03-18T22:50:25.363Z Checking num-traits v0.2.19
21572026-03-18T22:50:25.390Z Checking generic-array v0.14.7
21582026-03-18T22:50:25.514Z Checking zerocopy v0.8.40
21592026-03-18T22:50:25.563Z Checking iana-time-zone v0.1.65
21602026-03-18T22:50:25.600Z Checking futures-core v0.3.32
21612026-03-18T22:50:25.660Z Checking allocator-api2 v0.2.21
21622026-03-18T22:50:25.691Z Checking equivalent v1.0.2
21632026-03-18T22:50:25.749Z Checking const-oid v0.9.6
21642026-03-18T22:50:25.786Z Checking foldhash v0.2.0
21652026-03-18T22:50:25.951Z Checking serde v1.0.228
21662026-03-18T22:50:25.955Z Checking serde_json v1.0.149
21672026-03-18T22:50:25.984Z Checking icu_provider v2.1.1
21682026-03-18T22:50:26.030Z Checking bitflags v2.11.0
21692026-03-18T22:50:26.047Z Checking crypto-common v0.1.7
21702026-03-18T22:50:26.142Z Checking uuid v1.21.0
21712026-03-18T22:50:26.202Z Checking hashbrown v0.16.1
21722026-03-18T22:50:26.246Z Checking dyn-clone v1.0.20
21732026-03-18T22:50:26.288Z Checking icu_properties v2.1.2
21742026-03-18T22:50:26.375Z Checking icu_normalizer v2.1.1
21752026-03-18T22:50:26.532Z Checking bytes v1.11.1
21762026-03-18T22:50:26.574Z Checking chrono v0.4.44
21772026-03-18T22:50:26.776Z Checking futures-sink v0.3.32
21782026-03-18T22:50:26.793Z Checking block-buffer v0.10.4
21792026-03-18T22:50:26.886Z Checking semver v1.0.27
21802026-03-18T22:50:26.903Z Checking futures-channel v0.3.32
21812026-03-18T22:50:26.920Z Checking futures-io v0.3.32
21822026-03-18T22:50:26.963Z Checking slab v0.4.12
21832026-03-18T22:50:27.058Z Checking futures-task v0.3.32
21842026-03-18T22:50:27.135Z Checking tokio v1.49.0
21852026-03-18T22:50:27.155Z Checking digest v0.10.7
21862026-03-18T22:50:27.171Z Checking thiserror v2.0.18
21872026-03-18T22:50:27.175Z Checking byteorder v1.5.0
21882026-03-18T22:50:27.230Z Checking futures-util v0.3.32
21892026-03-18T22:50:27.306Z Checking indexmap v2.13.0
21902026-03-18T22:50:27.406Z Checking cpufeatures v0.2.17
21912026-03-18T22:50:27.440Z Checking idna_adapter v1.2.1
21922026-03-18T22:50:27.458Z Checking http v1.4.0
21932026-03-18T22:50:27.489Z Checking fnv v1.0.7
21942026-03-18T22:50:27.581Z Checking idna v1.1.0
21952026-03-18T22:50:27.603Z Checking unicode-ident v1.0.24
21962026-03-18T22:50:27.736Z Checking base64 v0.22.1
21972026-03-18T22:50:27.754Z Checking tracing-core v0.1.36
21982026-03-18T22:50:27.893Z Checking url v2.5.8
21992026-03-18T22:50:28.043Z Checking proc-macro2 v1.0.106
22002026-03-18T22:50:28.086Z Checking rustls-pki-types v1.14.0
22012026-03-18T22:50:28.159Z Checking tracing v0.1.44
22022026-03-18T22:50:28.227Z Checking regex-syntax v0.8.10
22032026-03-18T22:50:28.465Z Checking untrusted v0.9.0
22042026-03-18T22:50:28.479Z Checking quote v1.0.44
22052026-03-18T22:50:28.479Z Checking schemars v0.8.22
22062026-03-18T22:50:28.484Z Checking thiserror v1.0.69
22072026-03-18T22:50:28.541Z Checking ring v0.17.14
22082026-03-18T22:50:28.605Z Checking ipnet v2.11.0
22092026-03-18T22:50:28.676Z Checking syn v2.0.117
22102026-03-18T22:50:28.943Z Checking httparse v1.10.1
22112026-03-18T22:50:29.214Z Checking http-body v1.0.1
22122026-03-18T22:50:29.353Z Checking rustix v1.1.3
22132026-03-18T22:50:29.375Z Checking block-padding v0.3.3
22142026-03-18T22:50:29.542Z Checking getrandom v0.3.4
22152026-03-18T22:50:29.731Z Checking atomic-waker v1.1.2
22162026-03-18T22:50:29.843Z Checking ppv-lite86 v0.2.21
22172026-03-18T22:50:29.863Z Checking inout v0.1.4
22182026-03-18T22:50:29.881Z Checking hmac v0.12.1
22192026-03-18T22:50:29.932Z Checking aws-lc-sys v0.37.1
22202026-03-18T22:50:30.024Z Checking aho-corasick v1.1.4
22212026-03-18T22:50:30.041Z Checking httpdate v1.0.3
22222026-03-18T22:50:30.058Z Checking openssl-probe v0.2.1
22232026-03-18T22:50:30.187Z Checking powerfmt v0.2.0
22242026-03-18T22:50:30.263Z Checking try-lock v0.2.5
22252026-03-18T22:50:30.267Z Checking tower-layer v0.3.3
22262026-03-18T22:50:30.341Z Checking untrusted v0.7.1
22272026-03-18T22:50:30.380Z Checking tower-service v0.3.3
22282026-03-18T22:50:30.447Z Checking deranged v0.5.8
22292026-03-18T22:50:30.483Z Checking want v0.3.1
22302026-03-18T22:50:30.499Z Checking cipher v0.4.4
22312026-03-18T22:50:30.523Z Checking rand_core v0.9.5
22322026-03-18T22:50:30.632Z Checking base64ct v1.8.3
22332026-03-18T22:50:30.756Z Checking num_threads v0.1.7
22342026-03-18T22:50:30.773Z Checking num-conv v0.2.0
22352026-03-18T22:50:30.817Z Checking aws-lc-rs v1.16.0
22362026-03-18T22:50:30.860Z Checking pin-utils v0.1.0
22372026-03-18T22:50:30.926Z Checking time-core v0.1.8
22382026-03-18T22:50:30.946Z Checking regex-automata v0.4.14
22392026-03-18T22:50:30.952Z Checking sha2 v0.10.9
22402026-03-18T22:50:30.952Z Checking erased-serde v0.3.31
22412026-03-18T22:50:31.118Z Checking pretty-hex v0.4.1
22422026-03-18T22:50:31.274Z Checking rand_chacha v0.9.0
22432026-03-18T22:50:31.351Z Checking fastrand v2.3.0
22442026-03-18T22:50:31.509Z Checking tokio-util v0.7.18
22452026-03-18T22:50:31.544Z Checking ryu v1.0.23
22462026-03-18T22:50:31.561Z Checking slog v2.8.2
22472026-03-18T22:50:31.646Z Checking rand v0.9.2
22482026-03-18T22:50:31.718Z Checking pem-rfc7468 v0.7.0
22492026-03-18T22:50:31.841Z Checking time v0.3.47
22502026-03-18T22:50:31.908Z Checking rustls-native-certs v0.8.3
22512026-03-18T22:50:31.925Z Checking http-body-util v0.1.3
22522026-03-18T22:50:31.980Z Checking rustls-webpki v0.103.9
22532026-03-18T22:50:32.003Z Checking ipnetwork v0.21.1
22542026-03-18T22:50:32.063Z Checking sync_wrapper v1.0.2
22552026-03-18T22:50:32.190Z Checking spin v0.9.8
22562026-03-18T22:50:32.210Z Checking plain v0.2.3
22572026-03-18T22:50:32.228Z Checking flagset v0.4.7
22582026-03-18T22:50:32.283Z Checking tower v0.5.3
22592026-03-18T22:50:32.313Z Checking h2 v0.4.13
22602026-03-18T22:50:32.336Z Checking serde_urlencoded v0.7.1
22612026-03-18T22:50:32.382Z Checking der v0.7.10
22622026-03-18T22:50:32.421Z Checking rand_chacha v0.3.1
22632026-03-18T22:50:32.538Z Checking rustls v0.23.37
22642026-03-18T22:50:32.606Z Checking webpki-roots v1.0.6
22652026-03-18T22:50:32.689Z Checking tinyvec_macros v0.1.1
22662026-03-18T22:50:32.754Z Checking iri-string v0.7.10
22672026-03-18T22:50:32.773Z Checking ucd-trie v0.1.7
22682026-03-18T22:50:32.801Z Checking tinyvec v1.10.0
22692026-03-18T22:50:32.937Z Checking pest v2.8.6
22702026-03-18T22:50:33.226Z Checking rand v0.8.5
22712026-03-18T22:50:33.397Z Checking spki v0.7.3
22722026-03-18T22:50:33.414Z Checking tempfile v3.25.0
22732026-03-18T22:50:33.478Z Checking salsa20 v0.10.2
22742026-03-18T22:50:33.601Z Checking pbkdf2 v0.12.2
22752026-03-18T22:50:33.643Z Checking foreign-types-shared v0.1.1
22762026-03-18T22:50:33.662Z Checking unicode-width v0.2.0
22772026-03-18T22:50:33.736Z Checking scrypt v0.11.0
22782026-03-18T22:50:33.754Z Checking foreign-types v0.3.2
22792026-03-18T22:50:33.836Z Checking regex v1.12.3
22802026-03-18T22:50:33.912Z Checking aes v0.8.4
22812026-03-18T22:50:33.954Z Checking cbc v0.1.2
22822026-03-18T22:50:33.975Z Checking anyhow v1.0.102
22832026-03-18T22:50:34.115Z Checking openssl-sys v0.9.111
22842026-03-18T22:50:34.213Z Checking crossbeam-utils v0.8.21
22852026-03-18T22:50:34.217Z Checking tower-http v0.6.8
22862026-03-18T22:50:34.254Z Checking oxnet v0.1.4
22872026-03-18T22:50:34.426Z Checking mime v0.3.17
22882026-03-18T22:50:34.451Z Checking pkcs5 v0.7.1
22892026-03-18T22:50:34.564Z Checking openapiv3 v2.2.0
22902026-03-18T22:50:34.581Z Checking scroll v0.12.0
22912026-03-18T22:50:34.662Z Checking encoding_rs v0.8.35
22922026-03-18T22:50:34.677Z Checking winnow v0.7.14
22932026-03-18T22:50:34.790Z Checking pkcs8 v0.10.2
22942026-03-18T22:50:34.876Z Checking openssl v0.10.75
22952026-03-18T22:50:34.894Z Checking siphasher v1.0.2
22962026-03-18T22:50:35.013Z Checking data-encoding v2.10.0
22972026-03-18T22:50:35.099Z Checking goblin v0.8.2
22982026-03-18T22:50:35.368Z Checking lazy_static v1.5.0
22992026-03-18T22:50:35.474Z Checking zerocopy v0.7.35
23002026-03-18T22:50:35.785Z Checking tokio-rustls v0.26.4
23012026-03-18T22:50:35.918Z Checking wait-timeout v0.2.1
23022026-03-18T22:50:35.922Z Checking hyper v1.8.1
23032026-03-18T22:50:36.066Z Checking quick-error v1.2.3
23042026-03-18T22:50:36.085Z Checking utf8parse v0.2.2
23052026-03-18T22:50:36.188Z Checking managed v0.8.0
23062026-03-18T22:50:36.208Z Checking bitflags v1.3.2
23072026-03-18T22:50:36.227Z Checking psl-types v2.0.11
23082026-03-18T22:50:36.299Z Checking bit-vec v0.8.0
23092026-03-18T22:50:36.338Z Checking either v1.15.0
23102026-03-18T22:50:36.357Z Checking anstyle v1.0.13
23112026-03-18T22:50:36.372Z Checking publicsuffix v2.3.0
23122026-03-18T22:50:36.438Z Checking anstyle-parse v0.2.7
23132026-03-18T22:50:36.551Z Checking bit-set v0.8.0
23142026-03-18T22:50:36.575Z Checking rusty-fork v0.3.1
23152026-03-18T22:50:36.592Z Checking dtrace-parser v0.2.0
23162026-03-18T22:50:36.596Z Checking cookie v0.18.1
23172026-03-18T22:50:36.641Z Checking unicode-normalization v0.1.25
23182026-03-18T22:50:36.738Z Checking rand_xorshift v0.4.0
23192026-03-18T22:50:36.791Z Checking sha1 v0.10.6
23202026-03-18T22:50:36.886Z Checking thread-id v4.2.2
23212026-03-18T22:50:36.902Z Checking colorchoice v1.0.4
23222026-03-18T22:50:36.919Z Checking is_terminal_polyfill v1.70.2
23232026-03-18T22:50:36.982Z Checking unarray v0.1.4
23242026-03-18T22:50:37.001Z Checking anstyle-query v1.1.5
23252026-03-18T22:50:37.022Z Checking cookie_store v0.22.1
23262026-03-18T22:50:37.025Z Checking rustls-platform-verifier v0.6.2
23272026-03-18T22:50:37.111Z Checking anstream v0.6.21
23282026-03-18T22:50:37.111Z Checking proptest v1.10.0
23292026-03-18T22:50:37.162Z Checking hyper-util v0.1.20
23302026-03-18T22:50:37.179Z Checking crossbeam-epoch v0.9.18
23312026-03-18T22:50:37.196Z Checking terminal_size v0.4.3
23322026-03-18T22:50:37.330Z Checking scroll v0.13.0
23332026-03-18T22:50:37.379Z Checking hex v0.4.3
23342026-03-18T22:50:37.470Z Checking num-integer v0.1.46
23352026-03-18T22:50:37.477Z Checking simd-adler32 v0.3.8
23362026-03-18T22:50:37.646Z Checking goblin v0.10.5
23372026-03-18T22:50:37.697Z Checking crossbeam-deque v0.8.6
23382026-03-18T22:50:37.715Z Checking bstr v1.12.1
23392026-03-18T22:50:37.744Z Checking native-tls v0.2.18
23402026-03-18T22:50:37.765Z Checking ref-cast v1.0.25
23412026-03-18T22:50:37.835Z Checking dof v0.3.0
23422026-03-18T22:50:37.881Z Checking rustix v0.38.44
23432026-03-18T22:50:37.922Z Checking camino v1.2.2
23442026-03-18T22:50:37.967Z Checking tokio-native-tls v0.3.1
23452026-03-18T22:50:38.162Z Checking crc32fast v1.5.0
23462026-03-18T22:50:38.208Z Checking usdt-impl v0.5.0
23472026-03-18T22:50:38.241Z Checking signature v2.2.0
23482026-03-18T22:50:38.260Z Checking toml_datetime v0.6.11
23492026-03-18T22:50:38.332Z Checking serde_spanned v0.6.9
23502026-03-18T22:50:38.400Z Checking ff v0.13.1
23512026-03-18T22:50:38.487Z Checking base16ct v0.2.0
23522026-03-18T22:50:38.490Z Checking clap_lex v1.0.0
23532026-03-18T22:50:38.559Z Checking unicode-bidi v0.3.18
23542026-03-18T22:50:38.562Z Checking unicode-properties v0.1.4
23552026-03-18T22:50:38.641Z Checking adler2 v2.0.1
23562026-03-18T22:50:38.693Z Checking strsim v0.11.1
23572026-03-18T22:50:38.775Z Checking miniz_oxide v0.8.9
23582026-03-18T22:50:38.811Z Checking sec1 v0.7.3
23592026-03-18T22:50:38.832Z Checking hyper-rustls v0.27.7
23602026-03-18T22:50:38.891Z Checking hyper-tls v0.6.0
23612026-03-18T22:50:38.942Z Checking stringprep v0.1.5
23622026-03-18T22:50:39.033Z Checking clap_builder v4.5.60
23632026-03-18T22:50:39.078Z Checking group v0.13.0
23642026-03-18T22:50:39.093Z Checking reqwest v0.13.2
23652026-03-18T22:50:39.110Z Checking reqwest v0.12.28
23662026-03-18T22:50:39.132Z Checking rayon-core v1.13.0
23672026-03-18T22:50:39.247Z Checking num-iter v0.1.45
23682026-03-18T22:50:39.270Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-18T22:50:39.387Z Checking dtrace-parser v0.3.0
23702026-03-18T22:50:39.584Z Checking hkdf v0.12.4
23712026-03-18T22:50:39.657Z Checking newtype-uuid v1.3.2
23722026-03-18T22:50:39.695Z Checking strum v0.26.3
23732026-03-18T22:50:39.699Z Checking zstd-sys v2.0.16+zstd.1.5.7
23742026-03-18T22:50:39.731Z Checking hash32 v0.2.1
23752026-03-18T22:50:39.829Z Checking md-5 v0.10.6
23762026-03-18T22:50:39.859Z Checking crypto-bigint v0.5.5
23772026-03-18T22:50:39.910Z Checking daft v0.1.5
23782026-03-18T22:50:39.937Z Checking toml_datetime v0.7.5+spec-1.1.0
23792026-03-18T22:50:39.997Z Checking thread-id v5.1.0
23802026-03-18T22:50:40.098Z Checking unicode-segmentation v1.12.0
23812026-03-18T22:50:40.189Z Checking zlib-rs v0.6.2
23822026-03-18T22:50:40.212Z Checking fallible-iterator v0.2.0
23832026-03-18T22:50:40.226Z Checking heapless v0.7.17
23842026-03-18T22:50:40.256Z Checking zstd-safe v7.2.4
23852026-03-18T22:50:40.465Z Checking rayon v1.11.0
23862026-03-18T22:50:40.511Z Checking itertools v0.12.1
23872026-03-18T22:50:40.568Z Checking postgres-protocol v0.6.10
23882026-03-18T22:50:40.722Z Checking clap v4.5.60
23892026-03-18T22:50:40.786Z Checking phf_shared v0.13.1
23902026-03-18T22:50:40.816Z Checking console v0.16.2
23912026-03-18T22:50:40.982Z Checking curve25519-dalek v4.1.3
23922026-03-18T22:50:41.000Z Checking dof v0.4.0
23932026-03-18T22:50:41.058Z Checking memoffset v0.9.1
23942026-03-18T22:50:41.157Z Checking bzip2-sys v0.1.13+1.0.8
23952026-03-18T22:50:41.221Z Checking signal-hook v0.3.18
23962026-03-18T22:50:41.266Z Checking memmap2 v0.9.10
23972026-03-18T22:50:41.407Z Checking flate2 v1.1.9
23982026-03-18T22:50:41.435Z Checking elliptic-curve v0.13.8
23992026-03-18T22:50:41.461Z Checking fixedbitset v0.4.2
24002026-03-18T22:50:41.480Z Checking libbz2-rs-sys v0.2.2
24012026-03-18T22:50:41.648Z Checking winnow v0.5.40
24022026-03-18T22:50:41.810Z Checking toml_write v0.1.2
24032026-03-18T22:50:41.838Z Checking bumpalo v3.20.2
24042026-03-18T22:50:41.919Z Checking unit-prefix v0.5.2
24052026-03-18T22:50:41.976Z Checking usdt-impl v0.6.0
24062026-03-18T22:50:41.991Z Checking foldhash v0.1.5
24072026-03-18T22:50:42.025Z Checking toml_edit v0.22.27
24082026-03-18T22:50:42.044Z Checking bzip2 v0.6.1
24092026-03-18T22:50:42.066Z Checking zone v0.3.1
24102026-03-18T22:50:42.100Z Checking zopfli v0.8.3
24112026-03-18T22:50:42.161Z Checking hashbrown v0.15.5
24122026-03-18T22:50:42.249Z Checking petgraph v0.6.5
24132026-03-18T22:50:42.334Z Checking usdt v0.6.0
24142026-03-18T22:50:42.482Z Checking indicatif v0.18.4
24152026-03-18T22:50:42.527Z Checking signal-hook-mio v0.2.5
24162026-03-18T22:50:42.540Z Checking bzip2 v0.4.4
24172026-03-18T22:50:42.540Z Checking nix v0.31.1
24182026-03-18T22:50:42.664Z Checking phf v0.13.1
24192026-03-18T22:50:42.735Z Checking postgres-types v0.2.12
24202026-03-18T22:50:42.791Z Checking smoltcp v0.9.1
24212026-03-18T22:50:42.856Z Checking similar v2.7.0
24222026-03-18T22:50:42.973Z Checking zstd v0.13.3
24232026-03-18T22:50:43.147Z Checking num-bigint-dig v0.8.6
24242026-03-18T22:50:43.220Z Checking ed25519 v2.2.3
24252026-03-18T22:50:43.245Z Checking toml_edit v0.19.15
24262026-03-18T22:50:43.365Z Checking phf_shared v0.11.3
24272026-03-18T22:50:43.449Z Checking pkcs1 v0.7.5
24282026-03-18T22:50:43.523Z Checking tokio-stream v0.1.18
24292026-03-18T22:50:43.554Z Checking strum v0.27.2
24302026-03-18T22:50:43.610Z Checking hubpack v0.1.2
24312026-03-18T22:50:43.745Z Checking rfc6979 v0.4.0
24322026-03-18T22:50:43.751Z Checking serde-big-array v0.5.1
24332026-03-18T22:50:43.827Z Checking float-cmp v0.10.0
24342026-03-18T22:50:43.836Z Checking env_filter v1.0.0
24352026-03-18T22:50:43.884Z Checking keccak v0.1.6
24362026-03-18T22:50:43.963Z Checking precomputed-hash v0.1.1
24372026-03-18T22:50:43.980Z Checking whoami v2.1.0
24382026-03-18T22:50:43.998Z Checking predicates-core v1.0.10
24392026-03-18T22:50:44.017Z Checking fixedbitset v0.5.7
24402026-03-18T22:50:44.034Z Checking static_assertions v1.1.0
24412026-03-18T22:50:44.064Z Checking new_debug_unreachable v1.0.6
24422026-03-18T22:50:44.101Z Checking jiff v0.2.21
24432026-03-18T22:50:44.126Z Checking normalize-line-endings v0.3.0
24442026-03-18T22:50:44.149Z Checking difflib v0.4.0
24452026-03-18T22:50:44.165Z Checking rustc-hash v2.1.1
24462026-03-18T22:50:44.220Z Checking tokio-postgres v0.7.16
24472026-03-18T22:50:44.237Z Checking string_cache v0.8.9
24482026-03-18T22:50:44.272Z Checking petgraph v0.8.3
24492026-03-18T22:50:44.293Z Checking rsa v0.9.10
24502026-03-18T22:50:44.312Z Checking iddqd v0.3.17
24512026-03-18T22:50:44.374Z Checking predicates v3.1.4
24522026-03-18T22:50:44.444Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24532026-03-18T22:50:44.706Z Checking toml v0.7.8
24542026-03-18T22:50:44.772Z Checking sha3 v0.10.8
24552026-03-18T22:50:44.917Z Checking env_logger v0.11.9
24562026-03-18T22:50:45.040Z Checking ecdsa v0.16.9
24572026-03-18T22:50:45.133Z Checking ed25519-dalek v2.2.0
24582026-03-18T22:50:45.161Z Checking zip v0.6.6
24592026-03-18T22:50:45.431Z Checking crossterm v0.28.1
24602026-03-18T22:50:45.454Z Checking serde_with v3.17.0
24612026-03-18T22:50:45.480Z Checking itertools v0.13.0
24622026-03-18T22:50:45.582Z Checking hickory-proto v0.25.2
24632026-03-18T22:50:45.849Z Checking x509-cert v0.2.5
24642026-03-18T22:50:46.428Z Checking fs-err v3.3.0
24652026-03-18T22:50:46.454Z Checking ahash v0.8.12
24662026-03-18T22:50:46.704Z Checking object v0.37.3
24672026-03-18T22:50:46.730Z Checking buf-list v1.1.2
24682026-03-18T22:50:46.782Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-03-18T22:50:46.891Z Checking peg-runtime v0.8.5
24702026-03-18T22:50:46.964Z Checking lalrpop-util v0.19.12
24712026-03-18T22:50:47.071Z Compiling structmeta-derive v0.3.0
24722026-03-18T22:50:47.165Z Compiling rustls v0.22.4
24732026-03-18T22:50:47.181Z Compiling newtype-uuid-macros v0.1.0
24742026-03-18T22:50:47.229Z Checking zip v4.6.1
24752026-03-18T22:50:47.426Z Compiling multer v3.1.0
24762026-03-18T22:50:47.466Z Compiling async-stream-impl v0.3.6
24772026-03-18T22:50:47.516Z Checking futures-executor v0.3.32
24782026-03-18T22:50:47.707Z Checking regress v0.10.5
24792026-03-18T22:50:47.991Z Compiling dropshot v0.16.7
24802026-03-18T22:50:48.213Z Checking futures v0.3.32
24812026-03-18T22:50:48.275Z Compiling dropshot_endpoint v0.16.7
24822026-03-18T22:50:48.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-18T22:50:48.324Z Checking thread_local v1.1.9
24842026-03-18T22:50:48.530Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-03-18T22:50:48.551Z Compiling structmeta v0.3.0
24862026-03-18T22:50:48.816Z Compiling derive-ex v0.1.8
24872026-03-18T22:50:48.822Z Checking crossbeam-channel v0.5.15
24882026-03-18T22:50:49.077Z Checking is-terminal v0.4.17
24892026-03-18T22:50:49.091Z Checking take_mut v0.2.2
24902026-03-18T22:50:49.220Z Checking term v1.2.1
24912026-03-18T22:50:49.267Z Checking slog-async v2.8.0
24922026-03-18T22:50:49.397Z Compiling parse-display-derive v0.10.0
24932026-03-18T22:50:49.488Z Checking rustls-webpki v0.102.8
24942026-03-18T22:50:49.505Z Checking slog-term v2.9.2
24952026-03-18T22:50:49.654Z Checking serde_spanned v1.0.4
24962026-03-18T22:50:49.818Z Checking debug-ignore v1.0.5
24972026-03-18T22:50:49.844Z Checking match_cfg v0.1.0
24982026-03-18T22:50:49.937Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-18T22:50:49.949Z Checking hostname v0.3.1
25002026-03-18T22:50:50.070Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25012026-03-18T22:50:50.167Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-18T22:50:50.181Z Checking toml v0.9.12+spec-1.1.0
25032026-03-18T22:50:50.246Z Checking slog-json v2.6.1
25042026-03-18T22:50:50.269Z Checking macaddr v1.0.1
25052026-03-18T22:50:50.439Z Checking slog-bunyan v2.5.0
25062026-03-18T22:50:50.504Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-03-18T22:50:50.583Z Checking async-stream v0.3.6
25082026-03-18T22:50:50.746Z Checking waitgroup v0.1.2
25092026-03-18T22:50:50.870Z Checking rustls-pemfile v2.2.0
25102026-03-18T22:50:50.953Z Checking serde_path_to_error v0.1.20
25112026-03-18T22:50:50.994Z Checking hostname v0.4.2
25122026-03-18T22:50:51.034Z Checking progenitor-client v0.13.0
25132026-03-18T22:50:51.053Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-18T22:50:51.121Z Checking progenitor-client v0.10.0
25152026-03-18T22:50:51.197Z Compiling test-strategy v0.4.5
25162026-03-18T22:50:51.236Z Compiling itertools v0.14.0
25172026-03-18T22:50:51.351Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-03-18T22:50:51.376Z Checking backon v1.6.0
25192026-03-18T22:50:51.444Z Checking instant v0.1.13
25202026-03-18T22:50:51.680Z Checking backoff v0.4.0
25212026-03-18T22:50:51.696Z Checking progenitor-extras v0.1.1
25222026-03-18T22:50:51.781Z Checking parse-display v0.10.0
25232026-03-18T22:50:51.784Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-03-18T22:50:51.878Z Checking heck v0.5.0
25252026-03-18T22:50:52.016Z Checking tokio-rustls v0.25.0
25262026-03-18T22:50:52.037Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-18T22:50:52.177Z Compiling convert_case v0.4.0
25282026-03-18T22:50:52.415Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-03-18T22:50:52.678Z Compiling heapless v0.8.0
25302026-03-18T22:50:52.698Z Compiling crucible-workspace-hack v0.1.0
25312026-03-18T22:50:52.962Z Compiling proc-macro-crate v3.4.0
25322026-03-18T22:50:52.979Z Compiling ingot-macros v0.1.1
25332026-03-18T22:50:53.103Z Compiling derive_more v0.99.20
25342026-03-18T22:50:53.275Z Checking hash32 v0.3.1
25352026-03-18T22:50:53.293Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-03-18T22:50:53.434Z Checking secrecy v0.10.3
25372026-03-18T22:50:53.506Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25382026-03-18T22:50:53.580Z Compiling prettyplease v0.2.37
25392026-03-18T22:50:53.714Z Compiling smoltcp v0.11.0
25402026-03-18T22:50:53.774Z Compiling num_enum_derive v0.7.5
25412026-03-18T22:50:53.962Z Compiling typify-impl v0.6.1
25422026-03-18T22:50:54.121Z Checking tabwriter v1.4.1
25432026-03-18T22:50:54.302Z Checking cobs v0.3.0
25442026-03-18T22:50:54.320Z Compiling foreign-types-macros v0.2.3
25452026-03-18T22:50:54.482Z Checking foreign-types-shared v0.3.1
25462026-03-18T22:50:54.594Z Compiling unsafe-libyaml v0.2.11
25472026-03-18T22:50:54.786Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-18T22:50:55.098Z Checking cpufeatures v0.3.0
25492026-03-18T22:50:55.208Z Checking num_enum v0.7.5
25502026-03-18T22:50:55.242Z Checking chacha20 v0.10.0
25512026-03-18T22:50:55.349Z Compiling serde_yaml v0.9.34+deprecated
25522026-03-18T22:50:55.467Z Checking foreign-types v0.5.0
25532026-03-18T22:50:55.563Z Checking postcard v1.1.3
25542026-03-18T22:50:56.503Z Compiling proc-macro-crate v1.3.1
25552026-03-18T22:50:56.698Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25562026-03-18T22:50:56.875Z Checking ingot-types v0.1.2
25572026-03-18T22:50:57.075Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-18T22:50:57.260Z Checking cstr-argument v0.1.2
25592026-03-18T22:50:57.283Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-18T22:50:57.355Z Checking colored v3.1.1
25612026-03-18T22:50:57.372Z Checking ingot v0.1.1
25622026-03-18T22:50:57.409Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-18T22:50:57.466Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25642026-03-18T22:50:57.593Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-18T22:50:57.617Z Compiling num_enum_derive v0.5.11
25662026-03-18T22:50:57.693Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25672026-03-18T22:50:57.726Z Checking rand v0.10.0
25682026-03-18T22:50:58.769Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-18T22:50:59.223Z Checking num_enum v0.5.11
25702026-03-18T22:50:59.648Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25712026-03-18T22:50:59.803Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-18T22:51:00.273Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25732026-03-18T22:51:00.440Z Compiling typify-macro v0.6.1
25742026-03-18T22:51:00.464Z Compiling typify-impl v0.4.3
25752026-03-18T22:51:00.774Z Checking camino-tempfile v1.4.1
25762026-03-18T22:51:00.820Z Checking num-rational v0.4.2
25772026-03-18T22:51:01.339Z Checking half v2.7.1
25782026-03-18T22:51:01.402Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-18T22:51:01.499Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-18T22:51:01.662Z Checking universal-hash v0.5.1
25812026-03-18T22:51:01.707Z Checking num-complex v0.4.6
25822026-03-18T22:51:01.724Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-18T22:51:02.063Z Checking opaque-debug v0.3.1
25842026-03-18T22:51:02.095Z Checking ciborium-io v0.2.2
25852026-03-18T22:51:02.150Z Checking poly1305 v0.8.0
25862026-03-18T22:51:02.210Z Checking ciborium-ll v0.2.2
25872026-03-18T22:51:02.213Z Checking num v0.4.3
25882026-03-18T22:51:02.400Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-18T22:51:02.434Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-18T22:51:02.473Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-18T22:51:02.497Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-18T22:51:02.716Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-18T22:51:02.830Z Compiling typify v0.6.1
25942026-03-18T22:51:03.075Z Checking toml v0.8.23
25952026-03-18T22:51:03.144Z Checking thiserror-no-std v2.0.2
25962026-03-18T22:51:03.252Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-18T22:51:03.492Z Checking password-hash v0.5.0
25982026-03-18T22:51:03.525Z Checking chacha20 v0.9.1
25992026-03-18T22:51:03.774Z Compiling usdt-attr-macro v0.5.0
26002026-03-18T22:51:03.798Z Compiling usdt-macro v0.5.0
26012026-03-18T22:51:04.128Z Checking smf v0.2.3
26022026-03-18T22:51:04.431Z Checking blake2 v0.10.6
26032026-03-18T22:51:04.544Z Checking aead v0.5.2
26042026-03-18T22:51:04.594Z Checking sigpipe v0.1.3
26052026-03-18T22:51:04.696Z Checking memmap v0.7.0
26062026-03-18T22:51:04.743Z Compiling num-derive v0.4.2
26072026-03-18T22:51:04.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-03-18T22:51:04.818Z Checking glob v0.3.3
26092026-03-18T22:51:04.864Z Checking float-ord v0.3.2
26102026-03-18T22:51:04.991Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112026-03-18T22:51:05.033Z Checking usdt v0.5.0
26122026-03-18T22:51:05.057Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-18T22:51:05.260Z Checking argon2 v0.5.3
26142026-03-18T22:51:05.288Z Checking chacha20poly1305 v0.10.1
26152026-03-18T22:51:05.446Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-18T22:51:05.474Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-18T22:51:05.669Z Checking vsss-rs v3.3.4
26182026-03-18T22:51:05.697Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-03-18T22:51:05.714Z Compiling progenitor-impl v0.13.0
26202026-03-18T22:51:05.983Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26212026-03-18T22:51:06.490Z Checking ciborium v0.2.2
26222026-03-18T22:51:06.541Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26232026-03-18T22:51:06.679Z Checking indent_write v2.2.0
26242026-03-18T22:51:06.777Z Compiling semver v0.1.20
26252026-03-18T22:51:06.844Z Checking whoami v1.6.1
26262026-03-18T22:51:06.912Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-03-18T22:51:07.151Z Compiling typify-macro v0.4.3
26282026-03-18T22:51:07.163Z Compiling rustc_version v0.1.7
26292026-03-18T22:51:07.379Z Compiling pin-project-internal v1.1.11
26302026-03-18T22:51:07.399Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-18T22:51:08.038Z Checking linked-hash-map v0.5.6
26322026-03-18T22:51:08.265Z Compiling minimal-lexical v0.2.1
26332026-03-18T22:51:08.338Z Checking swrite v0.1.0
26342026-03-18T22:51:08.449Z Checking lru-cache v0.1.2
26352026-03-18T22:51:08.596Z Compiling nom v7.1.3
26362026-03-18T22:51:08.599Z Compiling newtype_derive v0.1.6
26372026-03-18T22:51:08.941Z Checking pin-project v1.1.11
26382026-03-18T22:51:09.065Z Checking newline-converter v0.3.0
26392026-03-18T22:51:09.211Z Checking atomicwrites v0.4.4
26402026-03-18T22:51:09.396Z Compiling typify v0.4.3
26412026-03-18T22:51:09.396Z Checking hickory-proto v0.24.4
26422026-03-18T22:51:09.497Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26432026-03-18T22:51:09.514Z Checking phf_shared v0.12.1
26442026-03-18T22:51:09.548Z Compiling progenitor-macro v0.13.0
26452026-03-18T22:51:09.697Z Checking console v0.15.11
26462026-03-18T22:51:10.218Z Checking pem v3.0.6
26472026-03-18T22:51:10.405Z Checking csv-core v0.1.13
26482026-03-18T22:51:10.426Z Compiling snafu-derive v0.8.9
26492026-03-18T22:51:10.460Z Compiling async-recursion v1.1.1
26502026-03-18T22:51:10.644Z Compiling derive-where v1.6.0
26512026-03-18T22:51:11.401Z Compiling slog-dtrace v0.3.0
26522026-03-18T22:51:11.668Z Checking resolv-conf v0.7.6
26532026-03-18T22:51:11.897Z Checking same-file v1.0.6
26542026-03-18T22:51:11.914Z Compiling owo-colors v4.3.0
26552026-03-18T22:51:12.050Z Checking highway v1.3.0
26562026-03-18T22:51:12.429Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26572026-03-18T22:51:12.454Z Compiling chrono-tz v0.10.4
26582026-03-18T22:51:12.492Z Checking unicode-width v0.1.14
26592026-03-18T22:51:12.520Z Compiling cancel-safe-futures v0.1.5
26602026-03-18T22:51:12.641Z Compiling const_format_proc_macros v0.2.34
26612026-03-18T22:51:12.826Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26622026-03-18T22:51:12.902Z Checking walkdir v2.5.0
26632026-03-18T22:51:13.117Z Checking hickory-resolver v0.24.4
26642026-03-18T22:51:13.189Z Checking snafu v0.8.9
26652026-03-18T22:51:13.549Z Checking csv v1.4.0
26662026-03-18T22:51:13.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-18T22:51:13.805Z Checking expectorate v1.2.0
26682026-03-18T22:51:13.917Z Checking phf v0.12.1
26692026-03-18T22:51:14.039Z Compiling progenitor-impl v0.10.0
26702026-03-18T22:51:14.105Z Checking tokio-dtrace v0.1.1
26712026-03-18T22:51:14.140Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-18T22:51:14.296Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26732026-03-18T22:51:14.313Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26742026-03-18T22:51:14.332Z Checking globset v0.4.18
26752026-03-18T22:51:14.626Z Checking olpc-cjson v0.1.4
26762026-03-18T22:51:14.678Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26772026-03-18T22:51:14.802Z Checking libsw-core v0.3.2
26782026-03-18T22:51:14.990Z Checking serde_plain v1.0.2
26792026-03-18T22:51:15.008Z Checking arc-swap v1.8.2
26802026-03-18T22:51:15.028Z Compiling lzma-sys v0.1.20
26812026-03-18T22:51:15.180Z Checking typed-path v0.9.3
26822026-03-18T22:51:15.304Z Checking utf-8 v0.7.6
26832026-03-18T22:51:15.550Z Checking bytecount v0.6.9
26842026-03-18T22:51:15.686Z Checking papergrid v0.11.0
26852026-03-18T22:51:16.168Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-03-18T22:51:16.297Z Checking tough v0.20.0
26872026-03-18T22:51:16.437Z Checking tungstenite v0.21.0
26882026-03-18T22:51:16.563Z Checking slog-scope v4.4.1
26892026-03-18T22:51:16.693Z Checking progenitor v0.13.0
26902026-03-18T22:51:16.736Z Checking libsw v3.5.0
26912026-03-18T22:51:16.864Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-03-18T22:51:16.931Z Checking oxide-tokio-rt v0.1.3
26932026-03-18T22:51:17.161Z Checking qorb v0.4.1
26942026-03-18T22:51:17.270Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26952026-03-18T22:51:17.426Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-03-18T22:51:17.777Z Compiling progenitor-macro v0.10.0
26972026-03-18T22:51:17.826Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26982026-03-18T22:51:18.150Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-18T22:51:18.523Z Checking const_format v0.2.35
27002026-03-18T22:51:19.043Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27012026-03-18T22:51:19.205Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27022026-03-18T22:51:19.314Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-03-18T22:51:19.335Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-03-18T22:51:19.598Z Compiling cargo_toml v0.22.3
27052026-03-18T22:51:19.711Z Checking gethostname v0.5.0
27062026-03-18T22:51:19.764Z Compiling tabled_derive v0.7.0
27072026-03-18T22:51:19.822Z Checking bcs v0.1.6
27082026-03-18T22:51:19.906Z Checking smawk v0.3.2
27092026-03-18T22:51:19.969Z Checking unicode-linebreak v0.1.5
27102026-03-18T22:51:20.068Z Checking termtree v0.5.1
27112026-03-18T22:51:20.125Z Checking linear-map v1.2.0
27122026-03-18T22:51:20.242Z Checking textwrap v0.16.2
27132026-03-18T22:51:20.242Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-18T22:51:20.348Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27152026-03-18T22:51:20.514Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162026-03-18T22:51:20.764Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27172026-03-18T22:51:21.033Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27182026-03-18T22:51:21.068Z Checking tabled v0.15.0
27192026-03-18T22:51:21.842Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-03-18T22:51:22.135Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-03-18T22:51:22.156Z Checking steno v0.4.1
27222026-03-18T22:51:22.360Z Checking tokio-tungstenite v0.21.0
27232026-03-18T22:51:22.726Z Checking typeid v1.0.3
27242026-03-18T22:51:22.799Z Checking slog-stdlog v4.1.1
27252026-03-18T22:51:22.900Z Checking base64 v0.21.7
27262026-03-18T22:51:22.990Z Checking humantime v2.3.0
27272026-03-18T22:51:23.226Z Checking xz2 v0.1.7
27282026-03-18T22:51:23.243Z Checking slog-envlogger v2.2.0
27292026-03-18T22:51:23.423Z Checking ron v0.12.0
27302026-03-18T22:51:23.443Z Checking yasna v0.5.2
27312026-03-18T22:51:23.553Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27322026-03-18T22:51:23.556Z Checking headers-core v0.3.0
27332026-03-18T22:51:23.704Z Checking filetime v0.2.27
27342026-03-18T22:51:23.756Z Checking xattr v1.6.1
27352026-03-18T22:51:23.878Z Checking base16ct v1.0.0
27362026-03-18T22:51:23.920Z Checking tar v0.4.44
27372026-03-18T22:51:23.949Z Checking rcgen v0.12.1
27382026-03-18T22:51:24.043Z Checking headers v0.4.1
27392026-03-18T22:51:24.371Z Checking subprocess v0.2.15
27402026-03-18T22:51:25.003Z Checking progenitor v0.10.0
27412026-03-18T22:51:25.081Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-18T22:51:32.581Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27432026-03-18T22:51:40.663Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-03-18T22:51:42.457Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-18T22:51:43.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27462026-03-18T22:51:44.225Z
27472026-03-18T22:51:44.225Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27482026-03-18T22:51:44.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-18T22:51:44.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-18T22:51:45.134Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-18T22:51:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
27522026-03-18T22:51:47.041Z
27532026-03-18T22:51:47.041Zinfo: running `cargo check --bins` on nexus-config (51/259)
27542026-03-18T22:51:47.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-18T22:51:47.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-18T22:51:47.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-18T22:51:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27582026-03-18T22:51:47.861Z
27592026-03-18T22:51:47.861Zinfo: running `cargo check --bins` on nexus-types (52/259)
27602026-03-18T22:51:48.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-18T22:51:48.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-18T22:51:48.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-18T22:51:48.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27642026-03-18T22:51:48.684Z
27652026-03-18T22:51:48.684Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27662026-03-18T22:51:49.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-18T22:51:49.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-18T22:51:49.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-18T22:51:49.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27702026-03-18T22:51:49.458Z
27712026-03-18T22:51:49.458Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27722026-03-18T22:51:50.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-18T22:51:50.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-18T22:51:50.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-18T22:51:50.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27762026-03-18T22:51:50.231Z
27772026-03-18T22:51:50.231Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27782026-03-18T22:51:50.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-18T22:51:50.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-18T22:51:50.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-18T22:51:50.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27822026-03-18T22:51:50.982Z
27832026-03-18T22:51:50.982Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27842026-03-18T22:51:51.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-18T22:51:51.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-18T22:51:51.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-18T22:51:51.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27882026-03-18T22:51:51.734Z
27892026-03-18T22:51:51.734Zinfo: running `cargo check --bins` on ereport-types (57/259)
27902026-03-18T22:51:52.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-18T22:51:52.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-18T22:51:52.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-18T22:51:52.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27942026-03-18T22:51:52.523Z
27952026-03-18T22:51:52.523Zinfo: running `cargo check --bins` on gateway-client (58/259)
27962026-03-18T22:51:53.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-18T22:51:53.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-18T22:51:53.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-18T22:51:53.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28002026-03-18T22:51:53.285Z
28012026-03-18T22:51:53.285Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28022026-03-18T22:51:53.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-18T22:51:53.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-18T22:51:53.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-18T22:51:53.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28062026-03-18T22:51:54.032Z
28072026-03-18T22:51:54.032Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28082026-03-18T22:51:54.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-18T22:51:54.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-18T22:51:54.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-18T22:51:54.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28122026-03-18T22:51:54.804Z
28132026-03-18T22:51:54.804Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28142026-03-18T22:51:55.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-18T22:51:55.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-18T22:51:55.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-18T22:51:55.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28182026-03-18T22:51:55.558Z
28192026-03-18T22:51:55.558Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28202026-03-18T22:51:56.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-18T22:51:56.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-18T22:51:56.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-18T22:51:56.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28242026-03-18T22:51:56.318Z
28252026-03-18T22:51:56.318Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28262026-03-18T22:51:56.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-18T22:51:57.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-18T22:51:57.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-18T22:51:57.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28302026-03-18T22:51:57.098Z
28312026-03-18T22:51:57.099Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28322026-03-18T22:51:57.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-18T22:51:57.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-18T22:51:57.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-18T22:51:57.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28362026-03-18T22:51:57.878Z
28372026-03-18T22:51:57.878Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28382026-03-18T22:51:58.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-18T22:51:58.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-18T22:51:58.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-18T22:51:58.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28422026-03-18T22:51:58.626Z
28432026-03-18T22:51:58.626Zinfo: running `cargo check --bins` on oxlog (66/259)
28442026-03-18T22:51:59.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-18T22:51:59.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-18T22:51:59.383Z Compiling newtype-uuid v1.3.2
28472026-03-18T22:51:59.630Z Compiling daft v0.1.5
28482026-03-18T22:51:59.862Z Compiling iddqd v0.3.17
28492026-03-18T22:52:01.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502026-03-18T22:52:01.458Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512026-03-18T22:52:01.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28522026-03-18T22:52:02.000Z
28532026-03-18T22:52:02.000Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28542026-03-18T22:52:02.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-18T22:52:02.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-18T22:52:02.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-18T22:52:02.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28582026-03-18T22:52:02.808Z
28592026-03-18T22:52:02.808Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28602026-03-18T22:52:03.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-18T22:52:03.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-18T22:52:03.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-18T22:52:03.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28642026-03-18T22:52:03.528Z
28652026-03-18T22:52:03.528Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28662026-03-18T22:52:04.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-18T22:52:04.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-18T22:52:04.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-18T22:52:04.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28702026-03-18T22:52:04.315Z
28712026-03-18T22:52:04.315Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28722026-03-18T22:52:04.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-18T22:52:04.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-18T22:52:04.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-18T22:52:04.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28762026-03-18T22:52:05.073Z
28772026-03-18T22:52:05.073Zinfo: running `cargo check --bins` on oxql-types (71/259)
28782026-03-18T22:52:05.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-18T22:52:05.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-18T22:52:05.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-18T22:52:05.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28822026-03-18T22:52:05.853Z
28832026-03-18T22:52:05.853Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28842026-03-18T22:52:07.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-18T22:52:07.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-18T22:52:07.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-18T22:52:07.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28882026-03-18T22:52:07.203Z
28892026-03-18T22:52:07.203Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28902026-03-18T22:52:07.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-18T22:52:07.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-18T22:52:07.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-18T22:52:07.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28942026-03-18T22:52:07.767Z
28952026-03-18T22:52:07.767Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
28962026-03-18T22:52:08.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-18T22:52:08.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-18T22:52:08.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-18T22:52:08.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29002026-03-18T22:52:08.286Z
29012026-03-18T22:52:08.286Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29022026-03-18T22:52:09.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-18T22:52:09.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-18T22:52:09.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-18T22:52:09.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29062026-03-18T22:52:09.230Z
29072026-03-18T22:52:09.230Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29082026-03-18T22:52:09.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-18T22:52:09.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-18T22:52:09.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-18T22:52:09.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29122026-03-18T22:52:09.817Z
29132026-03-18T22:52:09.817Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29142026-03-18T22:52:10.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-18T22:52:10.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-18T22:52:10.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-18T22:52:10.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29182026-03-18T22:52:10.545Z
29192026-03-18T22:52:10.546Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29202026-03-18T22:52:11.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-18T22:52:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-18T22:52:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-18T22:52:11.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29242026-03-18T22:52:11.356Z
29252026-03-18T22:52:11.356Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29262026-03-18T22:52:12.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-18T22:52:12.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-18T22:52:12.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-18T22:52:12.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29302026-03-18T22:52:12.703Z
29312026-03-18T22:52:12.703Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29322026-03-18T22:52:12.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-18T22:52:12.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-18T22:52:12.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-18T22:52:12.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29362026-03-18T22:52:12.909Z
29372026-03-18T22:52:12.909Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29382026-03-18T22:52:13.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-18T22:52:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-18T22:52:13.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-18T22:52:13.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29422026-03-18T22:52:13.589Z
29432026-03-18T22:52:13.589Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29442026-03-18T22:52:14.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-18T22:52:14.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-18T22:52:14.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-18T22:52:14.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29482026-03-18T22:52:14.426Z
29492026-03-18T22:52:14.426Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29502026-03-18T22:52:15.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-18T22:52:15.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-18T22:52:15.124Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-03-18T22:52:15.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
29542026-03-18T22:52:16.014Z
29552026-03-18T22:52:16.014Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29562026-03-18T22:52:16.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-18T22:52:16.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-18T22:52:16.859Z Compiling ar_archive_writer v0.5.1
29592026-03-18T22:52:16.889Z Compiling stacker v0.1.23
29602026-03-18T22:52:16.889Z Compiling cfg_aliases v0.1.1
29612026-03-18T22:52:16.920Z Compiling convert_case v0.10.0
29622026-03-18T22:52:16.955Z Checking fd-lock v4.0.4
29632026-03-18T22:52:16.955Z Checking nibble_vec v0.1.0
29642026-03-18T22:52:16.955Z Checking vte v0.14.1
29652026-03-18T22:52:16.955Z Compiling recursive-proc-macro-impl v0.1.1
29662026-03-18T22:52:16.983Z Compiling nix v0.28.0
29672026-03-18T22:52:17.071Z Checking endian-type v0.1.2
29682026-03-18T22:52:17.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29692026-03-18T22:52:17.129Z Checking strip-ansi-escapes v0.2.1
29702026-03-18T22:52:17.216Z Checking radix_trie v0.2.1
29712026-03-18T22:52:17.246Z Compiling peg-macros v0.8.5
29722026-03-18T22:52:17.263Z Checking winnow v0.6.26
29732026-03-18T22:52:17.311Z Compiling derive_more-impl v2.1.1
29742026-03-18T22:52:17.660Z Compiling sqlparser_derive v0.5.0
29752026-03-18T22:52:17.694Z Checking home v0.5.12
29762026-03-18T22:52:17.694Z Checking nu-ansi-term v0.50.3
29772026-03-18T22:52:17.729Z Checking unicode_categories v0.1.1
29782026-03-18T22:52:17.870Z Checking reedline v0.40.0
29792026-03-18T22:52:17.980Z Checking display-error-chain v0.2.2
29802026-03-18T22:52:18.295Z Compiling psm v0.1.30
29812026-03-18T22:52:18.508Z Checking derive_more v2.1.1
29822026-03-18T22:52:18.540Z Checking crossterm v0.29.0
29832026-03-18T22:52:18.792Z Checking peg v0.8.5
29842026-03-18T22:52:18.826Z Checking sqlformat v0.3.5
29852026-03-18T22:52:18.840Z Checking rustyline v14.0.0
29862026-03-18T22:52:19.068Z Checking recursive v0.1.1
29872026-03-18T22:52:19.135Z Checking sqlparser v0.61.0
29882026-03-18T22:52:35.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.09s
29892026-03-18T22:52:35.434Z
29902026-03-18T22:52:35.434Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29912026-03-18T22:52:36.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-18T22:52:36.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-18T22:52:36.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-18T22:52:40.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
29952026-03-18T22:52:40.924Z
29962026-03-18T22:52:40.924Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
29972026-03-18T22:52:41.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-18T22:52:41.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-18T22:52:41.731Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-18T22:52:45.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30012026-03-18T22:52:45.452Z
30022026-03-18T22:52:45.452Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30032026-03-18T22:52:45.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-18T22:52:45.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-18T22:52:45.983Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-18T22:52:50.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
30072026-03-18T22:52:50.592Z
30082026-03-18T22:52:50.592Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30092026-03-18T22:52:51.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-18T22:52:51.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-18T22:52:51.922Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-18T22:52:56.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
30132026-03-18T22:52:56.457Z
30142026-03-18T22:52:56.457Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30152026-03-18T22:52:56.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-18T22:52:56.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-18T22:52:56.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-18T22:53:00.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30192026-03-18T22:53:00.517Z
30202026-03-18T22:53:00.517Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30212026-03-18T22:53:01.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-18T22:53:01.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-18T22:53:01.367Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-18T22:53:04.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
30252026-03-18T22:53:05.052Z
30262026-03-18T22:53:05.053Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30272026-03-18T22:53:05.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-18T22:53:05.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-18T22:53:05.837Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-18T22:53:10.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
30312026-03-18T22:53:10.706Z
30322026-03-18T22:53:10.706Zinfo: running `cargo check --bins` on oximeter (92/259)
30332026-03-18T22:53:11.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-18T22:53:11.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-18T22:53:11.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-03-18T22:53:11.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30372026-03-18T22:53:11.510Z
30382026-03-18T22:53:11.511Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30392026-03-18T22:53:12.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-18T22:53:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-18T22:53:12.288Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-18T22:53:12.409Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-18T22:53:12.424Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-18T22:53:12.874Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-03-18T22:53:17.736Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30462026-03-18T22:53:18.147Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30472026-03-18T22:53:19.695Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30482026-03-18T22:53:20.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
30492026-03-18T22:53:20.782Z
30502026-03-18T22:53:20.782Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30512026-03-18T22:53:21.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-18T22:53:21.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-18T22:53:21.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-18T22:53:21.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30552026-03-18T22:53:21.562Z
30562026-03-18T22:53:21.562Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30572026-03-18T22:53:22.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-18T22:53:22.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-18T22:53:22.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-18T22:53:22.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30612026-03-18T22:53:22.401Z
30622026-03-18T22:53:22.402Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30632026-03-18T22:53:23.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-18T22:53:23.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-18T22:53:23.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-18T22:53:23.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30672026-03-18T22:53:23.198Z
30682026-03-18T22:53:23.198Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30692026-03-18T22:53:23.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-18T22:53:23.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-18T22:53:23.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-18T22:53:23.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30732026-03-18T22:53:24.003Z
30742026-03-18T22:53:24.003Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30752026-03-18T22:53:24.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-18T22:53:24.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-18T22:53:24.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-18T22:53:24.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30792026-03-18T22:53:24.785Z
30802026-03-18T22:53:24.785Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30812026-03-18T22:53:25.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-18T22:53:25.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-18T22:53:25.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-18T22:53:25.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30852026-03-18T22:53:25.584Z
30862026-03-18T22:53:25.584Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30872026-03-18T22:53:26.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-18T22:53:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-18T22:53:26.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-18T22:53:26.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30912026-03-18T22:53:26.340Z
30922026-03-18T22:53:26.341Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30932026-03-18T22:53:27.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-18T22:53:27.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-18T22:53:27.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-18T22:53:27.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30972026-03-18T22:53:27.134Z
30982026-03-18T22:53:27.134Zinfo: running `cargo check --bins` on update-engine (102/259)
30992026-03-18T22:53:27.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-18T22:53:27.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-18T22:53:27.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-18T22:53:27.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31032026-03-18T22:53:27.896Z
31042026-03-18T22:53:27.897Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31052026-03-18T22:53:28.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-18T22:53:28.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-18T22:53:28.721Z Checking dropshot-api-manager-types v0.6.0
31082026-03-18T22:53:28.726Z Checking nanorand v0.7.0
31092026-03-18T22:53:29.011Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-03-18T22:53:29.049Z Checking flume v0.11.1
31112026-03-18T22:53:29.310Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-03-18T22:53:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31132026-03-18T22:53:30.770Z
31142026-03-18T22:53:30.770Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31152026-03-18T22:53:31.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-18T22:53:31.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-18T22:53:31.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-18T22:53:31.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31192026-03-18T22:53:31.551Z
31202026-03-18T22:53:31.551Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31212026-03-18T22:53:32.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-18T22:53:32.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-18T22:53:32.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-18T22:53:32.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31252026-03-18T22:53:32.332Z
31262026-03-18T22:53:32.332Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31272026-03-18T22:53:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-18T22:53:33.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-18T22:53:33.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-18T22:53:33.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31312026-03-18T22:53:33.111Z
31322026-03-18T22:53:33.111Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31332026-03-18T22:53:33.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-18T22:53:33.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-18T22:53:33.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-18T22:53:33.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31372026-03-18T22:53:33.909Z
31382026-03-18T22:53:33.909Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31392026-03-18T22:53:34.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-18T22:53:34.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-18T22:53:34.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-18T22:53:34.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31432026-03-18T22:53:34.700Z
31442026-03-18T22:53:34.700Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31452026-03-18T22:53:35.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-18T22:53:35.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-18T22:53:35.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-18T22:53:35.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31492026-03-18T22:53:35.522Z
31502026-03-18T22:53:35.523Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31512026-03-18T22:53:36.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-18T22:53:36.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-18T22:53:36.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-18T22:53:36.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31552026-03-18T22:53:36.254Z
31562026-03-18T22:53:36.254Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31572026-03-18T22:53:36.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-18T22:53:36.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-18T22:53:36.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-18T22:53:36.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31612026-03-18T22:53:37.023Z
31622026-03-18T22:53:37.023Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31632026-03-18T22:53:37.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-18T22:53:37.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-18T22:53:37.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-18T22:53:37.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31672026-03-18T22:53:37.790Z
31682026-03-18T22:53:37.790Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31692026-03-18T22:53:38.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-18T22:53:38.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-18T22:53:38.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-18T22:53:38.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31732026-03-18T22:53:38.577Z
31742026-03-18T22:53:38.577Zinfo: running `cargo check --bins` on installinator-client (114/259)
31752026-03-18T22:53:39.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-18T22:53:39.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-18T22:53:39.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-18T22:53:39.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31792026-03-18T22:53:39.353Z
31802026-03-18T22:53:39.353Zinfo: running `cargo check --bins` on nexus-client (115/259)
31812026-03-18T22:53:40.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-18T22:53:40.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-18T22:53:40.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-18T22:53:40.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31852026-03-18T22:53:40.175Z
31862026-03-18T22:53:40.175Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31872026-03-18T22:53:40.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-18T22:53:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-18T22:53:40.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-18T22:53:40.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31912026-03-18T22:53:40.997Z
31922026-03-18T22:53:40.997Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31932026-03-18T22:53:41.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-18T22:53:41.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-18T22:53:41.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-18T22:53:41.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31972026-03-18T22:53:41.755Z
31982026-03-18T22:53:41.755Zinfo: running `cargo check --bins` on oxide-client (118/259)
31992026-03-18T22:53:42.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-18T22:53:42.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-18T22:53:42.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-18T22:53:42.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-18T22:53:42.528Z
32042026-03-18T22:53:42.529Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32052026-03-18T22:53:43.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-18T22:53:43.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-18T22:53:43.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-18T22:53:43.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32092026-03-18T22:53:43.307Z
32102026-03-18T22:53:43.307Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32112026-03-18T22:53:43.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-18T22:53:43.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-18T22:53:43.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-18T22:53:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32152026-03-18T22:53:44.075Z
32162026-03-18T22:53:44.075Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32172026-03-18T22:53:44.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-18T22:53:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-18T22:53:44.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-18T22:53:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32212026-03-18T22:53:44.868Z
32222026-03-18T22:53:44.869Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32232026-03-18T22:53:45.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-18T22:53:45.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-18T22:53:45.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-18T22:53:45.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32272026-03-18T22:53:45.672Z
32282026-03-18T22:53:45.672Zinfo: running `cargo check --bins` on installinator-common (123/259)
32292026-03-18T22:53:46.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-18T22:53:46.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-18T22:53:46.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-18T22:53:46.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32332026-03-18T22:53:46.469Z
32342026-03-18T22:53:46.469Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32352026-03-18T22:53:47.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-18T22:53:47.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-18T22:53:47.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-18T22:53:47.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32392026-03-18T22:53:47.231Z
32402026-03-18T22:53:47.231Zinfo: running `cargo check --bins` on wicket-common (125/259)
32412026-03-18T22:53:47.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-18T22:53:47.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-18T22:53:47.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-18T22:53:47.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32452026-03-18T22:53:48.032Z
32462026-03-18T22:53:48.032Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32472026-03-18T22:53:48.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-18T22:53:48.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-18T22:53:48.847Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-03-18T22:53:48.853Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-03-18T22:53:48.853Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-03-18T22:53:48.956Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32532026-03-18T22:53:48.962Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32542026-03-18T22:53:49.135Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-18T22:53:49.160Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32562026-03-18T22:53:49.453Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32572026-03-18T22:53:49.458Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-18T22:53:52.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
32592026-03-18T22:53:52.492Z
32602026-03-18T22:53:52.492Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32612026-03-18T22:53:53.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-18T22:53:53.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-18T22:53:53.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-18T22:53:53.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32652026-03-18T22:53:53.260Z
32662026-03-18T22:53:53.260Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32672026-03-18T22:53:54.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-18T22:53:54.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-18T22:53:54.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-18T22:53:54.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32712026-03-18T22:53:54.152Z
32722026-03-18T22:53:54.152Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32732026-03-18T22:53:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-18T22:53:54.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-18T22:53:54.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-18T22:53:54.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32772026-03-18T22:53:55.049Z
32782026-03-18T22:53:55.049Zinfo: running `cargo check --bins` on dns-server (130/259)
32792026-03-18T22:53:55.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-18T22:53:55.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-18T22:53:55.852Z Compiling parking_lot_core v0.8.6
32822026-03-18T22:53:55.852Z Compiling git-stub v1.0.0
32832026-03-18T22:53:55.858Z Compiling atomicwrites v0.4.4
32842026-03-18T22:53:55.858Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-03-18T22:53:55.858Z Checking tagptr v0.2.0
32862026-03-18T22:53:56.000Z Checking prefix-trie v0.7.0
32872026-03-18T22:53:56.017Z Checking fxhash v0.2.1
32882026-03-18T22:53:56.017Z Checking hickory-client v0.25.2
32892026-03-18T22:53:56.145Z Compiling git-stub-vcs v0.1.0
32902026-03-18T22:53:56.224Z Checking moka v0.12.13
32912026-03-18T22:53:56.440Z Checking hickory-server v0.25.2
32922026-03-18T22:53:56.516Z Checking parking_lot v0.11.2
32932026-03-18T22:53:56.545Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942026-03-18T22:53:56.638Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-18T22:53:56.642Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-18T22:53:56.642Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-03-18T22:53:56.747Z Checking sled v0.34.7
32982026-03-18T22:53:56.986Z Checking hickory-resolver v0.25.2
32992026-03-18T22:53:59.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
33002026-03-18T22:53:59.769Z
33012026-03-18T22:53:59.769Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33022026-03-18T22:54:00.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-18T22:54:00.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-18T22:54:00.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-18T22:54:00.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33062026-03-18T22:54:00.510Z
33072026-03-18T22:54:00.510Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33082026-03-18T22:54:01.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-18T22:54:01.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-18T22:54:01.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-18T22:54:01.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33122026-03-18T22:54:01.345Z
33132026-03-18T22:54:01.346Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33142026-03-18T22:54:02.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-18T22:54:02.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-18T22:54:02.232Z Compiling radium v0.7.0
33172026-03-18T22:54:02.235Z Checking tap v1.0.1
33182026-03-18T22:54:02.235Z Compiling maybe-uninit v2.0.0
33192026-03-18T22:54:02.367Z Compiling zerocopy-derive v0.6.6
33202026-03-18T22:54:02.377Z Checking crc-catalog v2.4.0
33212026-03-18T22:54:02.377Z Checking funty v2.0.0
33222026-03-18T22:54:02.383Z Compiling packed_struct v0.10.1
33232026-03-18T22:54:02.454Z Compiling packed_struct_codegen v0.10.1
33242026-03-18T22:54:02.487Z Checking wyz v0.5.1
33252026-03-18T22:54:02.510Z Checking crc v3.4.0
33262026-03-18T22:54:02.734Z Compiling bitfield-macros v0.19.4
33272026-03-18T22:54:02.739Z Compiling indexmap v1.9.3
33282026-03-18T22:54:02.794Z Checking nodrop v0.1.14
33292026-03-18T22:54:02.847Z Checking hashbrown v0.12.3
33302026-03-18T22:54:02.896Z Checking smallvec v0.6.14
33312026-03-18T22:54:02.918Z Checking array-init v0.0.4
33322026-03-18T22:54:02.955Z Checking bitvec v1.0.1
33332026-03-18T22:54:03.059Z Checking ron v0.8.1
33342026-03-18T22:54:03.149Z Checking hashbrown v0.13.2
33352026-03-18T22:54:03.434Z Checking serde-hex v0.1.0
33362026-03-18T22:54:03.523Z Checking zerocopy v0.6.6
33372026-03-18T22:54:03.676Z Checking bitfield v0.19.4
33382026-03-18T22:54:03.724Z Checking crc-any v2.5.0
33392026-03-18T22:54:03.779Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33402026-03-18T22:54:03.829Z Checking object v0.30.4
33412026-03-18T22:54:03.870Z Checking path-slash v0.1.5
33422026-03-18T22:54:03.936Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-03-18T22:54:03.960Z Checking half v1.8.3
33442026-03-18T22:54:03.988Z Checking void v1.0.2
33452026-03-18T22:54:04.068Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33462026-03-18T22:54:04.118Z Checking lzss v0.8.2
33472026-03-18T22:54:04.138Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-18T22:54:04.240Z Checking tungstenite v0.23.0
33492026-03-18T22:54:04.253Z Checking serde_cbor v0.11.2
33502026-03-18T22:54:04.259Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-03-18T22:54:04.328Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33522026-03-18T22:54:04.344Z Checking nix v0.27.1
33532026-03-18T22:54:04.743Z Checking kstat-rs v0.2.4
33542026-03-18T22:54:04.761Z Checking serde_bytes v0.11.19
33552026-03-18T22:54:04.776Z Checking tokio-tungstenite v0.23.1
33562026-03-18T22:54:05.027Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-18T22:54:05.056Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-03-18T22:54:05.074Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-03-18T22:54:05.093Z Checking signal-hook-tokio v0.3.1
33602026-03-18T22:54:06.311Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-18T22:54:06.432Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-03-18T22:54:09.873Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-18T22:54:11.163Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-03-18T22:54:11.473Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33652026-03-18T22:54:12.957Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-03-18T22:54:15.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
33672026-03-18T22:54:15.926Z
33682026-03-18T22:54:15.927Zinfo: running `cargo check --bins` on gateway-api (134/259)
33692026-03-18T22:54:16.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-18T22:54:16.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-18T22:54:16.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-18T22:54:16.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33732026-03-18T22:54:16.713Z
33742026-03-18T22:54:16.713Zinfo: running `cargo check --bins` on ipcc (135/259)
33752026-03-18T22:54:17.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-18T22:54:17.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-18T22:54:17.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-18T22:54:17.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33792026-03-18T22:54:17.479Z
33802026-03-18T22:54:17.479Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33812026-03-18T22:54:18.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-18T22:54:18.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-18T22:54:18.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-18T22:54:18.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33852026-03-18T22:54:18.229Z
33862026-03-18T22:54:18.229Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33872026-03-18T22:54:18.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-18T22:54:18.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-18T22:54:18.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-18T22:54:18.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33912026-03-18T22:54:19.007Z
33922026-03-18T22:54:19.007Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33932026-03-18T22:54:19.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-18T22:54:19.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-18T22:54:19.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-18T22:54:19.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33972026-03-18T22:54:19.779Z
33982026-03-18T22:54:19.779Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
33992026-03-18T22:54:20.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-18T22:54:20.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-18T22:54:20.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-18T22:54:20.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34032026-03-18T22:54:20.557Z
34042026-03-18T22:54:20.557Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34052026-03-18T22:54:21.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-18T22:54:21.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-18T22:54:21.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-18T22:54:21.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34092026-03-18T22:54:21.433Z
34102026-03-18T22:54:21.433Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34112026-03-18T22:54:22.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-18T22:54:22.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-18T22:54:22.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-18T22:54:22.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34152026-03-18T22:54:22.103Z
34162026-03-18T22:54:22.103Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34172026-03-18T22:54:22.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-18T22:54:22.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-18T22:54:22.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-18T22:54:22.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34212026-03-18T22:54:23.286Z
34222026-03-18T22:54:23.286Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34232026-03-18T22:54:23.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-18T22:54:23.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-18T22:54:23.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-18T22:54:23.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34272026-03-18T22:54:23.656Z
34282026-03-18T22:54:23.656Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34292026-03-18T22:54:24.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-18T22:54:24.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-18T22:54:24.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-18T22:54:24.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34332026-03-18T22:54:24.430Z
34342026-03-18T22:54:24.430Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34352026-03-18T22:54:25.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-18T22:54:25.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-18T22:54:25.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-18T22:54:25.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34392026-03-18T22:54:25.209Z
34402026-03-18T22:54:25.209Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34412026-03-18T22:54:25.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-18T22:54:25.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-18T22:54:25.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-18T22:54:25.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34452026-03-18T22:54:25.978Z
34462026-03-18T22:54:25.978Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34472026-03-18T22:54:26.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-18T22:54:26.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-18T22:54:26.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-18T22:54:26.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34512026-03-18T22:54:26.809Z
34522026-03-18T22:54:26.809Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34532026-03-18T22:54:27.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-18T22:54:27.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-18T22:54:27.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-18T22:54:27.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34572026-03-18T22:54:27.588Z
34582026-03-18T22:54:27.588Zinfo: running `cargo check --bins` on sp-sim (149/259)
34592026-03-18T22:54:28.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-18T22:54:28.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-18T22:54:28.445Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-03-18T22:54:30.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
34632026-03-18T22:54:30.992Z
34642026-03-18T22:54:30.992Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34652026-03-18T22:54:31.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-18T22:54:31.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-18T22:54:31.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-18T22:54:31.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34692026-03-18T22:54:31.844Z
34702026-03-18T22:54:31.844Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34712026-03-18T22:54:32.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-18T22:54:32.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-18T22:54:32.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-18T22:54:32.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-18T22:54:32.851Z
34762026-03-18T22:54:32.851Zinfo: running `cargo check --bins` on db-macros (152/259)
34772026-03-18T22:54:33.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-18T22:54:33.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-18T22:54:33.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-18T22:54:33.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34812026-03-18T22:54:33.770Z
34822026-03-18T22:54:33.771Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34832026-03-18T22:54:34.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-18T22:54:34.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-18T22:54:34.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-18T22:54:34.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34872026-03-18T22:54:34.529Z
34882026-03-18T22:54:34.529Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34892026-03-18T22:54:34.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-18T22:54:34.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-18T22:54:34.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-18T22:54:34.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34932026-03-18T22:54:35.069Z
34942026-03-18T22:54:35.069Zinfo: running `cargo check --bins` on authz-macros (155/259)
34952026-03-18T22:54:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-18T22:54:35.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-18T22:54:35.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-18T22:54:35.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34992026-03-18T22:54:35.830Z
35002026-03-18T22:54:35.830Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35012026-03-18T22:54:36.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-18T22:54:36.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-18T22:54:36.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-18T22:54:36.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35052026-03-18T22:54:36.668Z
35062026-03-18T22:54:36.668Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35072026-03-18T22:54:37.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-18T22:54:37.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-18T22:54:37.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-18T22:54:37.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35112026-03-18T22:54:37.633Z
35122026-03-18T22:54:37.633Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35132026-03-18T22:54:38.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-18T22:54:38.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-18T22:54:38.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-18T22:54:38.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35172026-03-18T22:54:38.274Z
35182026-03-18T22:54:38.274Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35192026-03-18T22:54:38.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-18T22:54:38.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-18T22:54:38.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-18T22:54:38.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35232026-03-18T22:54:39.030Z
35242026-03-18T22:54:39.030Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35252026-03-18T22:54:39.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-18T22:54:39.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-18T22:54:39.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-18T22:54:39.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35292026-03-18T22:54:39.814Z
35302026-03-18T22:54:39.814Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35312026-03-18T22:54:40.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-18T22:54:40.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-18T22:54:40.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-18T22:54:40.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35352026-03-18T22:54:40.574Z
35362026-03-18T22:54:40.574Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35372026-03-18T22:54:41.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-18T22:54:41.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-18T22:54:41.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-18T22:54:41.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35412026-03-18T22:54:41.330Z
35422026-03-18T22:54:41.330Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35432026-03-18T22:54:42.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-18T22:54:42.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-18T22:54:42.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-18T22:54:42.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35472026-03-18T22:54:42.171Z
35482026-03-18T22:54:42.171Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35492026-03-18T22:54:42.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-18T22:54:42.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-18T22:54:42.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-18T22:54:42.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35532026-03-18T22:54:43.021Z
35542026-03-18T22:54:43.021Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35552026-03-18T22:54:43.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-18T22:54:43.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-18T22:54:43.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-18T22:54:43.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35592026-03-18T22:54:43.861Z
35602026-03-18T22:54:43.861Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35612026-03-18T22:54:44.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-18T22:54:44.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-18T22:54:44.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-18T22:54:44.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35652026-03-18T22:54:44.665Z
35662026-03-18T22:54:44.665Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35672026-03-18T22:54:45.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-18T22:54:45.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-18T22:54:45.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-18T22:54:45.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35712026-03-18T22:54:45.461Z
35722026-03-18T22:54:45.461Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35732026-03-18T22:54:46.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-18T22:54:46.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-18T22:54:46.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-18T22:54:46.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35772026-03-18T22:54:46.263Z
35782026-03-18T22:54:46.263Zinfo: running `cargo check --bins` on key-manager (169/259)
35792026-03-18T22:54:46.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-18T22:54:46.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-18T22:54:46.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-18T22:54:46.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35832026-03-18T22:54:47.027Z
35842026-03-18T22:54:47.027Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35852026-03-18T22:54:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-18T22:54:47.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-18T22:54:47.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-18T22:54:47.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35892026-03-18T22:54:47.917Z
35902026-03-18T22:54:47.917Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35912026-03-18T22:54:48.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-18T22:54:48.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-18T22:54:48.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-18T22:54:48.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35952026-03-18T22:54:48.607Z
35962026-03-18T22:54:48.607Zinfo: running `cargo check --bins` on typed-rng (172/259)
35972026-03-18T22:54:49.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-18T22:54:49.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-18T22:54:49.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-18T22:54:49.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36012026-03-18T22:54:49.364Z
36022026-03-18T22:54:49.364Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36032026-03-18T22:54:50.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-18T22:54:50.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-18T22:54:50.386Z Compiling libefi-sys v0.1.0
36062026-03-18T22:54:50.389Z Compiling bitfield-struct v0.6.2
36072026-03-18T22:54:50.389Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36082026-03-18T22:54:50.389Z Compiling xshell-macros v0.2.7
36092026-03-18T22:54:50.389Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36102026-03-18T22:54:50.394Z Compiling salty v0.3.0
36112026-03-18T22:54:50.394Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36122026-03-18T22:54:50.394Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36132026-03-18T22:54:50.683Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36142026-03-18T22:54:50.987Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36152026-03-18T22:54:51.076Z Checking xshell v0.2.7
36162026-03-18T22:54:51.141Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36172026-03-18T22:54:51.191Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-18T22:54:51.321Z Checking primeorder v0.13.6
36192026-03-18T22:54:51.321Z Compiling proc-macro-error-attr2 v2.0.0
36202026-03-18T22:54:51.321Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36212026-03-18T22:54:51.334Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222026-03-18T22:54:51.354Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36232026-03-18T22:54:51.520Z Checking p384 v0.13.1
36242026-03-18T22:54:51.539Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-18T22:54:51.555Z Compiling num-derive v0.3.3
36262026-03-18T22:54:51.699Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-03-18T22:54:51.754Z Compiling proc-macro-error2 v2.0.1
36282026-03-18T22:54:52.370Z Compiling unicase v2.9.0
36292026-03-18T22:54:52.406Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36302026-03-18T22:54:52.406Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-03-18T22:54:52.406Z Compiling tabled_derive v0.11.0
36322026-03-18T22:54:52.406Z Compiling mime_guess v2.0.5
36332026-03-18T22:54:52.406Z Compiling progenitor-impl v0.11.2
36342026-03-18T22:54:52.558Z Checking papergrid v0.17.0
36352026-03-18T22:54:52.744Z Checking libscf-sys v1.1.0
36362026-03-18T22:54:52.913Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-03-18T22:54:53.031Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-18T22:54:53.062Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36392026-03-18T22:54:53.166Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-18T22:54:53.660Z Checking testing_table v0.3.0
36412026-03-18T22:54:53.778Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36422026-03-18T22:54:53.799Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-03-18T22:54:53.830Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-18T22:54:53.922Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-03-18T22:54:53.980Z Checking corncobs v0.1.4
36462026-03-18T22:54:54.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36472026-03-18T22:54:54.088Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-18T22:54:54.134Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-03-18T22:54:54.166Z Checking tabled v0.20.0
36502026-03-18T22:54:54.365Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36512026-03-18T22:54:54.467Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-18T22:54:54.484Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-03-18T22:54:54.743Z Checking progenitor-client v0.11.2
36542026-03-18T22:54:54.892Z Checking secrecy v0.8.0
36552026-03-18T22:54:55.087Z Checking http-range v0.1.5
36562026-03-18T22:54:55.349Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36572026-03-18T22:54:55.495Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36582026-03-18T22:54:55.591Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-03-18T22:54:55.693Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36602026-03-18T22:54:55.830Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36612026-03-18T22:54:55.947Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36622026-03-18T22:54:55.994Z Compiling progenitor-macro v0.11.2
36632026-03-18T22:54:55.998Z Checking atty v0.2.14
36642026-03-18T22:54:56.038Z Checking crc8 v0.1.1
36652026-03-18T22:54:56.110Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36662026-03-18T22:54:56.160Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-18T22:54:56.215Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36682026-03-18T22:54:56.437Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36692026-03-18T22:54:56.635Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36702026-03-18T22:54:56.778Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-03-18T22:54:56.969Z Checking hyper-staticfile v0.10.1
36722026-03-18T22:54:57.095Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-03-18T22:54:57.119Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36742026-03-18T22:54:57.326Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-18T22:54:57.396Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-03-18T22:54:57.415Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36772026-03-18T22:54:57.637Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36782026-03-18T22:54:58.080Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792026-03-18T22:54:58.165Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36802026-03-18T22:54:58.454Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36812026-03-18T22:54:58.535Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-18T22:54:58.585Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36832026-03-18T22:54:59.060Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36842026-03-18T22:54:59.380Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-18T22:54:59.668Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-03-18T22:54:59.697Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36872026-03-18T22:55:00.227Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36882026-03-18T22:55:01.288Z Checking progenitor v0.11.2
36892026-03-18T22:55:01.481Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-18T22:55:08.215Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-18T22:55:24.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.81s
36922026-03-18T22:55:24.426Z
36932026-03-18T22:55:24.426Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36942026-03-18T22:55:25.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-18T22:55:25.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-18T22:55:25.362Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-18T22:55:41.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
36982026-03-18T22:55:41.737Z
36992026-03-18T22:55:41.737Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37002026-03-18T22:55:42.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-18T22:55:42.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-18T22:55:42.677Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-18T22:55:58.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.92s
37042026-03-18T22:55:58.906Z
37052026-03-18T22:55:58.906Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37062026-03-18T22:55:59.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-18T22:55:59.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-18T22:55:59.848Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-18T22:56:19.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.04s
37102026-03-18T22:56:19.408Z
37112026-03-18T22:56:19.408Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37122026-03-18T22:56:19.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-18T22:56:19.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-18T22:56:19.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-18T22:56:33.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37162026-03-18T22:56:33.488Z
37172026-03-18T22:56:33.488Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37182026-03-18T22:56:34.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-18T22:56:34.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-18T22:56:34.411Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-18T22:56:50.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
37222026-03-18T22:56:50.645Z
37232026-03-18T22:56:50.645Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37242026-03-18T22:56:51.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-18T22:56:51.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-18T22:56:51.598Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-18T22:57:07.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37282026-03-18T22:57:07.863Z
37292026-03-18T22:57:07.863Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37302026-03-18T22:57:08.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-18T22:57:08.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-18T22:57:08.800Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-18T22:57:25.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37342026-03-18T22:57:25.245Z
37352026-03-18T22:57:25.245Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37362026-03-18T22:57:25.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-18T22:57:25.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-18T22:57:25.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-18T22:57:25.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37402026-03-18T22:57:26.044Z
37412026-03-18T22:57:26.044Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37422026-03-18T22:57:26.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-18T22:57:26.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-18T22:57:26.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-18T22:57:26.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37462026-03-18T22:57:26.880Z
37472026-03-18T22:57:26.880Zinfo: running `cargo check --bins` on range-requests (183/259)
37482026-03-18T22:57:27.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-18T22:57:27.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-18T22:57:27.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-18T22:57:27.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37522026-03-18T22:57:27.642Z
37532026-03-18T22:57:27.642Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37542026-03-18T22:57:28.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-18T22:57:28.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-18T22:57:28.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-18T22:57:28.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-18T22:57:28.383Z
37592026-03-18T22:57:28.384Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37602026-03-18T22:57:29.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-18T22:57:29.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-18T22:57:29.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-18T22:57:29.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37642026-03-18T22:57:29.195Z
37652026-03-18T22:57:29.195Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37662026-03-18T22:57:29.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-18T22:57:29.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-18T22:57:29.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-18T22:57:29.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37702026-03-18T22:57:30.000Z
37712026-03-18T22:57:30.000Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37722026-03-18T22:57:30.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-18T22:57:30.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-18T22:57:30.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-18T22:57:30.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37762026-03-18T22:57:30.796Z
37772026-03-18T22:57:30.796Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37782026-03-18T22:57:31.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-18T22:57:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-18T22:57:31.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-18T22:57:31.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37822026-03-18T22:57:31.617Z
37832026-03-18T22:57:31.617Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37842026-03-18T22:57:32.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-18T22:57:32.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-18T22:57:32.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-18T22:57:32.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37882026-03-18T22:57:32.420Z
37892026-03-18T22:57:32.420Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37902026-03-18T22:57:33.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-18T22:57:33.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-18T22:57:33.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-18T22:57:33.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37942026-03-18T22:57:33.208Z
37952026-03-18T22:57:33.208Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
37962026-03-18T22:57:33.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-18T22:57:33.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-18T22:57:33.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-18T22:57:33.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38002026-03-18T22:57:34.091Z
38012026-03-18T22:57:34.091Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38022026-03-18T22:57:34.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-18T22:57:34.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-18T22:57:34.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-18T22:57:34.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38062026-03-18T22:57:34.819Z
38072026-03-18T22:57:34.819Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38082026-03-18T22:57:35.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-18T22:57:35.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-18T22:57:35.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-18T22:57:35.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38122026-03-18T22:57:35.636Z
38132026-03-18T22:57:35.636Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38142026-03-18T22:57:36.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-18T22:57:36.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-18T22:57:36.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-18T22:57:36.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38182026-03-18T22:57:36.437Z
38192026-03-18T22:57:36.437Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38202026-03-18T22:57:37.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-18T22:57:37.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-18T22:57:37.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-18T22:57:37.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38242026-03-18T22:57:37.265Z
38252026-03-18T22:57:37.265Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38262026-03-18T22:57:38.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-18T22:57:38.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-18T22:57:38.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-18T22:57:38.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38302026-03-18T22:57:38.117Z
38312026-03-18T22:57:38.117Zinfo: running `cargo check --bins` on update-common (197/259)
38322026-03-18T22:57:38.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-18T22:57:38.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-18T22:57:38.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-18T22:57:38.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38362026-03-18T22:57:38.967Z
38372026-03-18T22:57:38.967Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38382026-03-18T22:57:39.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-18T22:57:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-18T22:57:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-18T22:57:39.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38422026-03-18T22:57:39.790Z
38432026-03-18T22:57:39.790Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38442026-03-18T22:57:40.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-18T22:57:40.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-18T22:57:40.697Z Compiling fs-err v2.11.0
38472026-03-18T22:57:40.710Z Checking ignore v0.4.25
38482026-03-18T22:57:40.710Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38492026-03-18T22:57:40.710Z Checking predicates-tree v1.0.13
38502026-03-18T22:57:40.711Z Checking parse-size v1.1.0
38512026-03-18T22:57:40.863Z Checking rand_seeder v0.4.0
38522026-03-18T22:57:40.904Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38532026-03-18T22:57:40.904Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38542026-03-18T22:57:40.962Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-18T22:57:41.010Z Compiling petname v2.0.2
38562026-03-18T22:57:41.083Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38572026-03-18T22:57:41.222Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38582026-03-18T22:57:41.238Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38592026-03-18T22:57:41.361Z Checking globwalk v0.9.1
38602026-03-18T22:57:41.422Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-18T22:57:41.467Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38622026-03-18T22:57:41.590Z Checking camino-tempfile-ext v0.3.3
38632026-03-18T22:57:41.607Z Checking sapling-renderdag v0.1.0
38642026-03-18T22:57:41.732Z Checking sync-ptr v0.1.4
38652026-03-18T22:57:41.907Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38662026-03-18T22:57:41.934Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38672026-03-18T22:57:41.979Z Checking colored v2.2.0
38682026-03-18T22:57:42.056Z Checking assert_matches v1.5.0
38692026-03-18T22:57:42.317Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38702026-03-18T22:57:42.459Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38712026-03-18T22:57:42.477Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38722026-03-18T22:57:43.206Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38732026-03-18T22:57:44.983Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38742026-03-18T22:57:47.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s
38752026-03-18T22:57:48.167Z
38762026-03-18T22:57:48.167Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38772026-03-18T22:57:48.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-18T22:57:48.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-18T22:57:48.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-18T22:57:48.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38812026-03-18T22:57:48.932Z
38822026-03-18T22:57:48.932Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38832026-03-18T22:57:49.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-18T22:57:49.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-18T22:57:49.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-18T22:57:49.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38872026-03-18T22:57:49.798Z
38882026-03-18T22:57:49.799Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38892026-03-18T22:57:50.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-18T22:57:50.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-18T22:57:50.729Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38922026-03-18T22:57:50.818Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-18T22:57:51.692Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38942026-03-18T22:57:53.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
38952026-03-18T22:57:53.890Z
38962026-03-18T22:57:53.890Zinfo: running `cargo check --bins` on oximeter-api (203/259)
38972026-03-18T22:57:54.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-18T22:57:55.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-18T22:57:55.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-18T22:57:55.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39012026-03-18T22:57:55.168Z
39022026-03-18T22:57:55.168Zinfo: running `cargo check --bins` on cert-dev (204/259)
39032026-03-18T22:57:55.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-18T22:57:55.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-18T22:57:55.606Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39062026-03-18T22:57:55.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
39072026-03-18T22:57:55.946Z
39082026-03-18T22:57:55.954Zinfo: running `cargo check --bins` on clickana (205/259)
39092026-03-18T22:57:56.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-18T22:57:57.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-18T22:57:57.443Z Compiling darling_core v0.23.0
39122026-03-18T22:57:57.443Z Compiling instability v0.3.11
39132026-03-18T22:57:57.443Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39142026-03-18T22:57:57.443Z Checking castaway v0.2.4
39152026-03-18T22:57:57.443Z Compiling indoc v2.0.7
39162026-03-18T22:57:57.443Z Checking unicode-truncate v1.1.0
39172026-03-18T22:57:57.443Z Checking lru v0.12.5
39182026-03-18T22:57:57.443Z Checking cassowary v0.3.0
39192026-03-18T22:57:57.443Z Checking compact_str v0.8.1
39202026-03-18T22:58:02.023Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39212026-03-18T22:58:02.179Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-03-18T22:58:02.179Z Compiling darling_macro v0.23.0
39232026-03-18T22:58:02.179Z Compiling darling v0.23.0
39242026-03-18T22:58:02.179Z Checking ratatui v0.29.0
39252026-03-18T22:58:02.179Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39262026-03-18T22:58:02.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
39272026-03-18T22:58:02.618Z
39282026-03-18T22:58:02.618Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39292026-03-18T22:58:03.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-18T22:58:03.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-18T22:58:03.437Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322026-03-18T22:58:03.437Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39332026-03-18T22:58:04.159Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342026-03-18T22:58:04.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
39352026-03-18T22:58:04.894Z
39362026-03-18T22:58:04.894Zinfo: running `cargo check --bins` on ch-dev (207/259)
39372026-03-18T22:58:05.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-18T22:58:05.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-18T22:58:05.807Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39402026-03-18T22:58:06.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
39412026-03-18T22:58:06.916Z
39422026-03-18T22:58:06.916Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39432026-03-18T22:58:07.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-18T22:58:07.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-18T22:58:07.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-18T22:58:07.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39472026-03-18T22:58:07.513Z
39482026-03-18T22:58:07.513Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39492026-03-18T22:58:08.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-18T22:58:08.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-18T22:58:08.378Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39522026-03-18T22:58:08.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
39532026-03-18T22:58:09.111Z
39542026-03-18T22:58:09.111Zinfo: running `cargo check --bins` on db-dev (210/259)
39552026-03-18T22:58:09.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-18T22:58:09.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-18T22:58:09.985Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39582026-03-18T22:58:10.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
39592026-03-18T22:58:11.144Z
39602026-03-18T22:58:11.144Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39612026-03-18T22:58:11.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-18T22:58:11.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-18T22:58:11.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-18T22:58:11.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39652026-03-18T22:58:11.985Z
39662026-03-18T22:58:11.985Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39672026-03-18T22:58:12.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-18T22:58:12.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-18T22:58:12.749Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39702026-03-18T22:58:13.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
39712026-03-18T22:58:13.794Z
39722026-03-18T22:58:13.794Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39732026-03-18T22:58:14.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-18T22:58:14.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-18T22:58:14.691Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39762026-03-18T22:58:14.691Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-18T22:58:14.704Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39782026-03-18T22:58:14.706Z Checking git-stub v1.0.0
39792026-03-18T22:58:14.706Z Compiling trait-variant v0.1.2
39802026-03-18T22:58:14.706Z Checking is_ci v1.2.0
39812026-03-18T22:58:14.706Z Checking maplit v1.0.2
39822026-03-18T22:58:14.806Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39832026-03-18T22:58:14.982Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39842026-03-18T22:58:15.029Z Checking supports-color v3.0.2
39852026-03-18T22:58:15.072Z Checking git-stub-vcs v0.1.0
39862026-03-18T22:58:15.111Z Checking drift v0.1.3
39872026-03-18T22:58:15.167Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39882026-03-18T22:58:15.187Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-18T22:58:15.314Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39902026-03-18T22:58:15.426Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-03-18T22:58:15.510Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39922026-03-18T22:58:15.531Z Checking dropshot-api-manager v0.6.0
39932026-03-18T22:58:15.566Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39942026-03-18T22:58:15.775Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39952026-03-18T22:58:15.856Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-18T22:58:16.045Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39972026-03-18T22:58:16.540Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39982026-03-18T22:58:23.505Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39992026-03-18T22:58:24.807Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40002026-03-18T22:58:25.588Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40012026-03-18T22:58:26.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.32s
40022026-03-18T22:58:26.346Z
40032026-03-18T22:58:26.346Zinfo: running `cargo check --bins` on installinator-api (214/259)
40042026-03-18T22:58:27.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-18T22:58:27.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-18T22:58:27.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-18T22:58:27.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40082026-03-18T22:58:27.122Z
40092026-03-18T22:58:27.122Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40102026-03-18T22:58:27.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-18T22:58:27.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-18T22:58:27.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-18T22:58:27.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40142026-03-18T22:58:27.980Z
40152026-03-18T22:58:27.980Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40162026-03-18T22:58:28.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-18T22:58:28.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-18T22:58:28.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-18T22:58:28.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40202026-03-18T22:58:28.784Z
40212026-03-18T22:58:28.785Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40222026-03-18T22:58:29.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-18T22:58:29.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-18T22:58:29.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-18T22:58:29.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40262026-03-18T22:58:29.622Z
40272026-03-18T22:58:29.622Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40282026-03-18T22:58:30.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-18T22:58:30.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-18T22:58:30.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-18T22:58:30.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40322026-03-18T22:58:30.424Z
40332026-03-18T22:58:30.424Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40342026-03-18T22:58:31.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-18T22:58:31.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-18T22:58:31.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-18T22:58:31.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
40382026-03-18T22:58:31.166Z
40392026-03-18T22:58:31.166Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40402026-03-18T22:58:31.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-18T22:58:31.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-18T22:58:31.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-18T22:58:31.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40442026-03-18T22:58:31.984Z
40452026-03-18T22:58:31.985Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40462026-03-18T22:58:32.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-18T22:58:32.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-18T22:58:32.716Z Checking erased-serde v0.4.9
40492026-03-18T22:58:32.829Z Checking ordered-float v2.10.1
40502026-03-18T22:58:32.836Z Checking unicode-xid v0.2.6
40512026-03-18T22:58:32.847Z Checking cargo-platform v0.2.0
40522026-03-18T22:58:33.120Z Checking serde-value v0.7.0
40532026-03-18T22:58:33.283Z Checking serde-untagged v0.1.9
40542026-03-18T22:58:33.506Z Checking cargo-util-schemas v0.8.2
40552026-03-18T22:58:34.532Z Checking cargo_metadata v0.21.0
40562026-03-18T22:58:35.381Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40572026-03-18T22:58:36.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
40582026-03-18T22:58:36.484Z
40592026-03-18T22:58:36.484Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40602026-03-18T22:58:37.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-18T22:58:37.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-18T22:58:37.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-03-18T22:58:38.199Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40642026-03-18T22:58:38.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
40652026-03-18T22:58:39.002Z
40662026-03-18T22:58:39.003Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40672026-03-18T22:58:39.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-18T22:58:39.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-18T22:58:40.062Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40702026-03-18T22:58:40.062Z Compiling vergen-gitcl v1.0.8
40712026-03-18T22:58:40.094Z Compiling dirs-sys-next v0.1.2
40722026-03-18T22:58:40.094Z Compiling diesel_derives v2.3.7
40732026-03-18T22:58:40.094Z Compiling crunchy v0.2.4
40742026-03-18T22:58:40.094Z Compiling glob v0.3.3
40752026-03-18T22:58:40.094Z Compiling dsl_auto_type v0.2.0
40762026-03-18T22:58:40.094Z Checking scheduled-thread-pool v0.2.7
40772026-03-18T22:58:40.406Z Compiling dirs-next v2.0.0
40782026-03-18T22:58:40.449Z Compiling diesel_table_macro_syntax v0.3.0
40792026-03-18T22:58:40.474Z Compiling tiny-keccak v2.0.2
40802026-03-18T22:58:40.529Z Compiling term v0.7.0
40812026-03-18T22:58:40.718Z Checking r2d2 v0.8.10
40822026-03-18T22:58:40.730Z Compiling bit-vec v0.6.3
40832026-03-18T22:58:40.821Z Compiling clang-sys v1.8.1
40842026-03-18T22:58:40.834Z Checking downcast-rs v2.0.2
40852026-03-18T22:58:40.901Z Compiling ascii-canvas v3.0.0
40862026-03-18T22:58:41.059Z Compiling bit-set v0.5.3
40872026-03-18T22:58:41.270Z Compiling itertools v0.10.5
40882026-03-18T22:58:41.294Z Compiling ena v0.14.4
40892026-03-18T22:58:41.294Z Compiling libloading v0.8.9
40902026-03-18T22:58:41.340Z Compiling bindgen v0.71.1
40912026-03-18T22:58:41.373Z Compiling regex-syntax v0.6.29
40922026-03-18T22:58:41.665Z Compiling diff v0.1.13
40932026-03-18T22:58:41.796Z Compiling cexpr v0.6.0
40942026-03-18T22:58:41.849Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-18T22:58:42.026Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-18T22:58:42.162Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-18T22:58:42.201Z Compiling libxml v0.3.3
40982026-03-18T22:58:42.460Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-18T22:58:42.484Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-18T22:58:42.698Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-18T22:58:42.853Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-18T22:58:42.930Z Compiling strum_macros v0.24.3
41032026-03-18T22:58:42.961Z Compiling indoc v1.0.9
41042026-03-18T22:58:43.191Z Compiling lalrpop v0.19.12
41052026-03-18T22:58:44.309Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-18T22:58:44.485Z Checking derive_builder v0.20.2
41072026-03-18T22:58:44.541Z Compiling oso-derive v0.27.3
41082026-03-18T22:58:44.614Z Checking quick-xml v0.37.5
41092026-03-18T22:58:44.762Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-18T22:58:45.300Z Checking openssl-probe v0.1.6
41112026-03-18T22:58:45.405Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-18T22:58:45.811Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41132026-03-18T22:58:46.074Z Checking bb8 v0.8.6
41142026-03-18T22:58:46.412Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-03-18T22:58:46.476Z Checking nonempty v0.12.0
41162026-03-18T22:58:46.771Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41172026-03-18T22:58:46.844Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-18T22:58:47.035Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41192026-03-18T22:58:47.069Z Checking support-bundle-viewer v0.1.2
41202026-03-18T22:58:47.069Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-03-18T22:58:47.122Z Checking multimap v0.10.1
41222026-03-18T22:58:48.379Z Checking diesel v2.3.7
41232026-03-18T22:58:49.768Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41242026-03-18T22:58:51.868Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41252026-03-18T22:58:52.126Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41262026-03-18T22:58:52.266Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41272026-03-18T22:58:52.814Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41282026-03-18T22:58:53.440Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41292026-03-18T22:58:54.146Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41302026-03-18T22:58:55.051Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41312026-03-18T22:58:57.729Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-18T22:59:04.127Z Compiling samael v0.0.19
41332026-03-18T22:59:08.945Z Checking async-bb8-diesel v0.2.1
41342026-03-18T22:59:09.126Z Checking diesel-dtrace v0.5.0
41352026-03-18T22:59:10.853Z Compiling polar-core v0.27.3
41362026-03-18T22:59:17.022Z Checking oso v0.27.3
41372026-03-18T23:00:11.618Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-18T23:00:58.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41392026-03-18T23:00:58.809Z
41402026-03-18T23:00:58.809Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41412026-03-18T23:00:59.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-18T23:00:59.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-18T23:00:59.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-18T23:00:59.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41452026-03-18T23:00:59.676Z
41462026-03-18T23:00:59.676Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41472026-03-18T23:01:00.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-18T23:01:00.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-18T23:01:00.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-18T23:01:00.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41512026-03-18T23:01:00.527Z
41522026-03-18T23:01:00.527Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41532026-03-18T23:01:01.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-18T23:01:01.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-18T23:01:01.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-18T23:01:01.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41572026-03-18T23:01:01.292Z
41582026-03-18T23:01:01.292Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41592026-03-18T23:01:02.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-18T23:01:02.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-18T23:01:02.357Z Compiling libz-sys v1.1.24
41622026-03-18T23:01:02.362Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-18T23:01:02.496Z Compiling vergen-git2 v1.0.7
41642026-03-18T23:01:02.508Z Compiling rustls v0.21.12
41652026-03-18T23:01:02.521Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-18T23:01:02.527Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-18T23:01:02.527Z Checking sct v0.7.1
41682026-03-18T23:01:02.527Z Checking rustls-webpki v0.101.7
41692026-03-18T23:01:02.699Z Compiling nix v0.29.0
41702026-03-18T23:01:02.772Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41712026-03-18T23:01:02.797Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41722026-03-18T23:01:02.839Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41732026-03-18T23:01:03.059Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41742026-03-18T23:01:03.155Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-18T23:01:03.171Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-18T23:01:03.327Z Checking rustls-pemfile v1.0.4
41772026-03-18T23:01:03.488Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-18T23:01:03.550Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-18T23:01:03.763Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-18T23:01:03.801Z Checking twox-hash v2.1.2
41812026-03-18T23:01:03.899Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-18T23:01:04.631Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41832026-03-18T23:01:04.754Z Checking tokio-rustls v0.24.1
41842026-03-18T23:01:04.840Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-03-18T23:01:04.948Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-18T23:01:04.998Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-18T23:01:05.170Z Checking fatfs v0.3.6
41882026-03-18T23:01:05.464Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-18T23:01:05.774Z Compiling seq-macro v0.3.6
41902026-03-18T23:01:10.672Z Compiling git2 v0.20.4
41912026-03-18T23:01:11.718Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-18T23:01:11.872Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-18T23:01:13.926Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-18T23:02:24.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41952026-03-18T23:02:24.292Z
41962026-03-18T23:02:24.292Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
41972026-03-18T23:02:25.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-18T23:02:25.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-18T23:02:25.390Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-18T23:03:26.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42012026-03-18T23:03:26.385Z
42022026-03-18T23:03:26.385Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42032026-03-18T23:03:27.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-18T23:03:27.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-18T23:03:27.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-18T23:03:27.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42072026-03-18T23:03:27.167Z
42082026-03-18T23:03:27.167Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42092026-03-18T23:03:27.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-18T23:03:28.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-18T23:03:28.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-18T23:03:28.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42132026-03-18T23:03:28.034Z
42142026-03-18T23:03:28.034Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42152026-03-18T23:03:28.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-18T23:03:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-18T23:03:28.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-18T23:03:28.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42192026-03-18T23:03:28.915Z
42202026-03-18T23:03:28.915Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42212026-03-18T23:03:29.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-18T23:03:29.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-18T23:03:29.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-18T23:03:29.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42252026-03-18T23:03:29.719Z
42262026-03-18T23:03:29.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42272026-03-18T23:03:30.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-18T23:03:30.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-18T23:03:30.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-18T23:03:30.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42312026-03-18T23:03:30.661Z
42322026-03-18T23:03:30.661Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42332026-03-18T23:03:31.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-18T23:03:31.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-18T23:03:31.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-18T23:03:31.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42372026-03-18T23:03:31.507Z
42382026-03-18T23:03:31.507Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42392026-03-18T23:03:32.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-18T23:03:32.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-18T23:03:32.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-03-18T23:03:32.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42432026-03-18T23:03:32.326Z
42442026-03-18T23:03:32.327Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42452026-03-18T23:03:33.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-03-18T23:03:33.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-03-18T23:03:33.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-03-18T23:03:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42492026-03-18T23:03:33.155Z
42502026-03-18T23:03:33.155Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42512026-03-18T23:03:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-03-18T23:03:33.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-03-18T23:03:34.260Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42542026-03-18T23:03:34.306Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42552026-03-18T23:03:34.362Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42562026-03-18T23:03:34.385Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42572026-03-18T23:03:34.398Z Checking diff v0.1.13
42582026-03-18T23:03:34.398Z Checking yansi v1.0.1
42592026-03-18T23:03:34.398Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42602026-03-18T23:03:34.398Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42612026-03-18T23:03:34.595Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42622026-03-18T23:03:34.762Z Checking pretty_assertions v1.4.1
42632026-03-18T23:03:35.637Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42642026-03-18T23:04:09.165Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42652026-03-18T23:04:09.182Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42662026-03-18T23:04:09.182Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42672026-03-18T23:04:09.182Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42682026-03-18T23:04:09.183Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42692026-03-18T23:04:09.183Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42702026-03-18T23:04:10.098Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42712026-03-18T23:04:11.531Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42722026-03-18T23:05:12.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42732026-03-18T23:05:12.336Z
42742026-03-18T23:05:12.336Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42752026-03-18T23:05:12.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-03-18T23:05:12.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-03-18T23:05:12.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-03-18T23:05:13.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42792026-03-18T23:05:13.075Z
42802026-03-18T23:05:13.075Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42812026-03-18T23:05:13.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-18T23:05:13.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-18T23:05:14.015Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42842026-03-18T23:05:14.136Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42852026-03-18T23:05:14.139Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42862026-03-18T23:05:52.083Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-03-18T23:05:52.582Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42882026-03-18T23:05:54.955Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42892026-03-18T23:05:55.547Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42902026-03-18T23:05:59.593Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42912026-03-18T23:06:31.916Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42922026-03-18T23:06:32.806Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42932026-03-18T23:06:34.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42942026-03-18T23:06:35.224Z
42952026-03-18T23:06:35.224Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
42962026-03-18T23:06:35.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-18T23:06:36.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-18T23:06:36.023Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42992026-03-18T23:06:36.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
43002026-03-18T23:06:37.111Z
43012026-03-18T23:06:37.111Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43022026-03-18T23:06:37.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-18T23:06:37.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-18T23:06:37.938Z Compiling blake3 v1.8.3
43052026-03-18T23:06:38.051Z Checking constant_time_eq v0.4.2
43062026-03-18T23:06:38.068Z Checking arrayvec v0.7.6
43072026-03-18T23:06:38.068Z Checking arrayref v0.3.9
43082026-03-18T23:06:38.068Z Checking topological-sort v0.2.2
43092026-03-18T23:06:38.068Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43102026-03-18T23:06:38.068Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43112026-03-18T23:06:38.069Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43122026-03-18T23:06:38.113Z Checking shell-words v1.1.1
43132026-03-18T23:06:39.099Z Checking omicron-zone-package v0.12.2
43142026-03-18T23:06:40.115Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43152026-03-18T23:06:41.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
43162026-03-18T23:06:41.402Z
43172026-03-18T23:06:41.402Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43182026-03-18T23:06:42.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-03-18T23:06:42.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-03-18T23:06:42.230Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43212026-03-18T23:06:42.594Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43222026-03-18T23:06:43.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
43232026-03-18T23:06:43.324Z
43242026-03-18T23:06:43.325Zinfo: running `cargo check --bins` on xtask (243/259)
43252026-03-18T23:06:43.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-03-18T23:06:43.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-03-18T23:06:43.921Z Checking libc v0.2.180
43282026-03-18T23:06:43.998Z Checking serde v1.0.228
43292026-03-18T23:06:44.017Z Checking zerofrom v0.1.6
43302026-03-18T23:06:44.017Z Checking bitflags v2.11.0
43312026-03-18T23:06:44.017Z Checking hashbrown v0.16.1
43322026-03-18T23:06:44.017Z Checking smallvec v1.15.1
43332026-03-18T23:06:44.050Z Checking serde_json v1.0.149
43342026-03-18T23:06:44.050Z Checking scroll v0.12.0
43352026-03-18T23:06:44.200Z Checking yoke v0.8.1
43362026-03-18T23:06:44.253Z Checking num-traits v0.2.19
43372026-03-18T23:06:44.283Z Checking thiserror v1.0.69
43382026-03-18T23:06:44.325Z Checking log v0.4.29
43392026-03-18T23:06:44.340Z Checking zerovec v0.11.5
43402026-03-18T23:06:44.388Z Checking zerotrie v0.2.3
43412026-03-18T23:06:44.468Z Checking errno v0.3.14
43422026-03-18T23:06:44.546Z Checking toml_datetime v0.6.11
43432026-03-18T23:06:44.586Z Checking serde_spanned v0.6.9
43442026-03-18T23:06:44.620Z Checking rustix v1.1.3
43452026-03-18T23:06:44.641Z Checking indexmap v2.13.0
43462026-03-18T23:06:44.719Z Checking percent-encoding v2.3.2
43472026-03-18T23:06:44.791Z Checking goblin v0.8.2
43482026-03-18T23:06:44.820Z Checking zerocopy v0.7.35
43492026-03-18T23:06:44.885Z Checking form_urlencoded v1.2.2
43502026-03-18T23:06:44.903Z Checking getrandom v0.4.1
43512026-03-18T23:06:44.990Z Checking ordered-float v2.10.1
43522026-03-18T23:06:45.009Z Checking tinystr v0.8.2
43532026-03-18T23:06:45.044Z Checking potential_utf v0.1.4
43542026-03-18T23:06:45.071Z Checking thiserror v2.0.18
43552026-03-18T23:06:45.201Z Checking syn v2.0.117
43562026-03-18T23:06:45.225Z Checking icu_collections v2.1.1
43572026-03-18T23:06:45.268Z Checking icu_locale_core v2.1.1
43582026-03-18T23:06:45.313Z Checking serde-value v0.7.0
43592026-03-18T23:06:45.396Z Checking toml_edit v0.22.27
43602026-03-18T23:06:45.571Z Checking dtrace-parser v0.2.0
43612026-03-18T23:06:45.589Z Checking thread-id v4.2.2
43622026-03-18T23:06:45.638Z Checking once_cell v1.21.3
43632026-03-18T23:06:45.674Z Checking cargo-platform v0.2.0
43642026-03-18T23:06:45.772Z Checking terminal_size v0.4.3
43652026-03-18T23:06:45.839Z Checking memmap v0.7.0
43662026-03-18T23:06:45.882Z Checking tempfile v3.25.0
43672026-03-18T23:06:45.894Z Checking fs-err v3.3.0
43682026-03-18T23:06:45.921Z Checking clap_builder v4.5.60
43692026-03-18T23:06:46.056Z Checking textwrap v0.16.2
43702026-03-18T23:06:46.110Z Checking icu_provider v2.1.1
43712026-03-18T23:06:46.153Z Checking camino-tempfile v1.4.1
43722026-03-18T23:06:46.202Z Checking tabled v0.15.0
43732026-03-18T23:06:46.247Z Checking anyhow v1.0.102
43742026-03-18T23:06:46.318Z Checking macaddr v1.0.1
43752026-03-18T23:06:46.337Z Checking icu_properties v2.1.2
43762026-03-18T23:06:46.515Z Checking icu_normalizer v2.1.1
43772026-03-18T23:06:46.545Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43782026-03-18T23:06:47.023Z Checking toml v0.8.23
43792026-03-18T23:06:47.379Z Checking cargo_toml v0.21.0
43802026-03-18T23:06:47.446Z Checking dof v0.3.0
43812026-03-18T23:06:47.479Z Checking idna_adapter v1.2.1
43822026-03-18T23:06:47.622Z Checking clap v4.5.60
43832026-03-18T23:06:47.653Z Checking idna v1.1.0
43842026-03-18T23:06:47.856Z Checking usdt-impl v0.5.0
43852026-03-18T23:06:47.953Z Checking url v2.5.8
43862026-03-18T23:06:48.236Z Checking usdt v0.5.0
43872026-03-18T23:06:48.408Z Checking cargo-util-schemas v0.8.2
43882026-03-18T23:06:49.405Z Checking cargo_metadata v0.21.0
43892026-03-18T23:06:50.279Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43902026-03-18T23:06:50.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
43912026-03-18T23:06:50.998Z
43922026-03-18T23:06:50.998Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43932026-03-18T23:06:51.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-03-18T23:06:51.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-03-18T23:06:51.968Z Checking polyval v0.6.2
43962026-03-18T23:06:52.084Z Checking ctr v0.9.2
43972026-03-18T23:06:52.126Z Checking ssh-encoding v0.2.0
43982026-03-18T23:06:52.126Z Checking blowfish v0.9.1
43992026-03-18T23:06:52.126Z Checking password-hash v0.4.2
44002026-03-18T23:06:52.153Z Checking p256 v0.13.2
44012026-03-18T23:06:52.153Z Checking p521 v0.13.3
44022026-03-18T23:06:52.153Z Checking russh-cryptovec v0.7.3
44032026-03-18T23:06:52.281Z Checking ghash v0.5.1
44042026-03-18T23:06:52.327Z Checking md5 v0.7.0
44052026-03-18T23:06:52.327Z Checking num-bigint v0.4.6
44062026-03-18T23:06:52.370Z Checking des v0.8.1
44072026-03-18T23:06:52.383Z Checking bcrypt-pbkdf v0.10.0
44082026-03-18T23:06:52.411Z Checking aes-gcm v0.10.3
44092026-03-18T23:06:52.520Z Checking pbkdf2 v0.11.0
44102026-03-18T23:06:52.538Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44112026-03-18T23:06:52.539Z Checking hex-literal v0.4.1
44122026-03-18T23:06:52.556Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44132026-03-18T23:06:52.577Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44142026-03-18T23:06:52.591Z Checking ssh-cipher v0.2.0
44152026-03-18T23:06:52.620Z Checking socket2 v0.5.10
44162026-03-18T23:06:52.692Z Checking internet-checksum v0.2.1
44172026-03-18T23:06:52.814Z Checking ssh-key v0.6.7
44182026-03-18T23:06:53.033Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44192026-03-18T23:06:53.687Z Checking russh-keys v0.45.0
44202026-03-18T23:06:54.413Z Checking russh v0.45.0
44212026-03-18T23:07:16.252Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44222026-03-18T23:07:17.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.62s
44232026-03-18T23:07:17.884Z
44242026-03-18T23:07:17.884Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44252026-03-18T23:07:18.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-03-18T23:07:18.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-03-18T23:07:18.671Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44282026-03-18T23:07:18.687Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44292026-03-18T23:07:18.687Z Checking termios v0.3.3
44302026-03-18T23:07:20.490Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44312026-03-18T23:07:20.686Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44322026-03-18T23:07:23.290Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44332026-03-18T23:07:24.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
44342026-03-18T23:07:24.250Z
44352026-03-18T23:07:24.250Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44362026-03-18T23:07:24.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-03-18T23:07:24.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-03-18T23:07:25.110Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44392026-03-18T23:07:25.142Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44402026-03-18T23:07:25.236Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44412026-03-18T23:07:25.254Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44422026-03-18T23:07:25.254Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44432026-03-18T23:07:25.517Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44442026-03-18T23:07:25.523Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44452026-03-18T23:07:26.448Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44462026-03-18T23:07:26.775Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44472026-03-18T23:07:26.795Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44482026-03-18T23:07:27.580Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44492026-03-18T23:07:29.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
44502026-03-18T23:07:29.930Z
44512026-03-18T23:07:29.930Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44522026-03-18T23:07:30.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-03-18T23:07:30.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-03-18T23:07:30.720Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44552026-03-18T23:07:31.272Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44562026-03-18T23:07:31.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
44572026-03-18T23:07:31.899Z
44582026-03-18T23:07:31.899Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44592026-03-18T23:07:32.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-18T23:07:32.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-18T23:07:32.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-03-18T23:07:32.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44632026-03-18T23:07:32.669Z
44642026-03-18T23:07:32.669Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44652026-03-18T23:07:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-18T23:07:33.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-18T23:07:33.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-03-18T23:07:33.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44692026-03-18T23:07:33.441Z
44702026-03-18T23:07:33.441Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44712026-03-18T23:07:34.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-18T23:07:34.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-18T23:07:34.341Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44742026-03-18T23:07:35.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
44752026-03-18T23:07:35.338Z
44762026-03-18T23:07:35.338Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44772026-03-18T23:07:36.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-18T23:07:36.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-18T23:07:36.115Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44802026-03-18T23:07:36.121Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44812026-03-18T23:07:36.405Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44822026-03-18T23:07:36.411Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44832026-03-18T23:07:37.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
44842026-03-18T23:07:37.618Z
44852026-03-18T23:07:37.618Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44862026-03-18T23:07:38.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-18T23:07:38.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-18T23:07:38.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-03-18T23:07:38.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44902026-03-18T23:07:38.424Z
44912026-03-18T23:07:38.424Zinfo: running `cargo check --bins` on omicron-package (253/259)
44922026-03-18T23:07:39.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-18T23:07:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-18T23:07:39.209Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44952026-03-18T23:07:40.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44962026-03-18T23:07:40.784Z
44972026-03-18T23:07:40.784Zinfo: running `cargo check --bins` on tqdb (254/259)
44982026-03-18T23:07:41.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-03-18T23:07:41.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-03-18T23:07:41.745Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45012026-03-18T23:07:42.143Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45022026-03-18T23:07:42.848Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45032026-03-18T23:07:42.852Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45042026-03-18T23:07:49.547Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45052026-03-18T23:07:50.498Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45062026-03-18T23:07:50.512Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45072026-03-18T23:07:50.512Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45082026-03-18T23:07:50.512Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45092026-03-18T23:07:51.467Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45102026-03-18T23:08:01.004Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45112026-03-18T23:08:09.190Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45122026-03-18T23:08:09.196Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45132026-03-18T23:08:09.196Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45142026-03-18T23:08:09.196Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45152026-03-18T23:08:11.097Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45162026-03-18T23:08:12.894Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45172026-03-18T23:08:13.791Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45182026-03-18T23:08:15.554Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45192026-03-18T23:08:16.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.44s
45202026-03-18T23:08:16.485Z
45212026-03-18T23:08:16.485Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45222026-03-18T23:08:17.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-18T23:08:17.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-18T23:08:17.338Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45252026-03-18T23:08:17.357Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45262026-03-18T23:08:17.357Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45272026-03-18T23:08:17.480Z Checking rtoolbox v0.0.3
45282026-03-18T23:08:17.497Z Checking tui-tree-widget v0.23.1
45292026-03-18T23:08:17.630Z Checking rpassword v7.4.0
45302026-03-18T23:08:17.785Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45312026-03-18T23:08:18.752Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45322026-03-18T23:08:25.435Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45332026-03-18T23:08:26.363Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45342026-03-18T23:08:27.748Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45352026-03-18T23:08:31.958Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45362026-03-18T23:08:34.508Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45372026-03-18T23:08:35.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s
45382026-03-18T23:08:35.905Z
45392026-03-18T23:08:35.905Zinfo: running `cargo check --bins` on wicket (256/259)
45402026-03-18T23:08:36.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-18T23:08:36.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-18T23:08:36.718Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45432026-03-18T23:08:37.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
45442026-03-18T23:08:37.525Z
45452026-03-18T23:08:37.525Zinfo: running `cargo check --bins` on wicketd (257/259)
45462026-03-18T23:08:38.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-18T23:08:38.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-18T23:08:38.223Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45492026-03-18T23:08:38.244Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45502026-03-18T23:08:38.244Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45512026-03-18T23:08:38.244Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45522026-03-18T23:08:39.759Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45532026-03-18T23:08:40.552Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45542026-03-18T23:08:44.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.25s
45552026-03-18T23:08:44.859Z
45562026-03-18T23:08:44.859Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45572026-03-18T23:08:45.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-03-18T23:08:45.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-03-18T23:08:45.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-03-18T23:08:45.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
45612026-03-18T23:08:45.608Z
45622026-03-18T23:08:45.608Zinfo: running `cargo check --bins` on zone-setup (259/259)
45632026-03-18T23:08:46.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-03-18T23:08:46.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-03-18T23:08:46.409Z Checking uzers v0.12.2
45662026-03-18T23:08:46.757Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45672026-03-18T23:08:47.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
45682026-03-18T23:08:47.917Z
45692026-03-18T23:08:47.925Zreal 19:04.642108627
45702026-03-18T23:08:47.925Zuser 28:45.745814964
45712026-03-18T23:08:47.925Zsys 5:04.488362983
45722026-03-18T23:08:47.925Ztrap 0.492984523
45732026-03-18T23:08:47.925Ztflt 0.552158816
45742026-03-18T23:08:47.925Zdflt 0.805681323
45752026-03-18T23:08:47.925Zkflt 0.000893747
45762026-03-18T23:08:47.926Zlock 1:18:51.408404362
45772026-03-18T23:08:47.926Zslp 2:42:03.521507314
45782026-03-18T23:08:47.926Zlat 1:33.872367185
45792026-03-18T23:08:47.926Zstop 4:51.856421175
45802026-03-18T23:08:47.926Zprocess exited: duration 1466890 ms, exit code 0
 
45812026-03-18T23:08:47.957Zfound 0 output files