01KPHZQ2BR1WTJ6BS0TX7HA73D: 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: 01KPHZQBBSN014T5JY1WB2TAB4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-19T04:25:23.681Zjob assigned to worker 01KPHZQN0VZCFSHB7PCACMK770 [factory aws, i-0103a37376d5b0481] (queued for 50 s)
 
22026-04-19T04:25:30.596Zstarting task 0: "setup"
32026-04-19T04:25:30.602Z++ uname -s
42026-04-19T04:25:30.605Z+ kern=SunOS
52026-04-19T04:25:30.605Z+ build_user=build
62026-04-19T04:25:30.605Z+ build_uid=12345
72026-04-19T04:25:30.605Z+ work_dir=/work
82026-04-19T04:25:30.605Z+ input_dir=/input
92026-04-19T04:25:30.605Z+ [[ 0 == 12345 ]]
102026-04-19T04:25:30.605Z+ case "$kern" in
112026-04-19T04:25:30.605Z+ groupadd -g 12345 build
122026-04-19T04:25:30.609Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-19T04:25:32.612Z+ zfs create -o mountpoint=/work rpool/work
142026-04-19T04:25:32.713Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-19T04:25:32.717Z+ home_fs=zfs
162026-04-19T04:25:32.717Z+ [[ zfs == autofs ]]
172026-04-19T04:25:32.717Z+ mkdir -p /home/build
182026-04-19T04:25:32.717Z+ chown build:build /home/build /work
192026-04-19T04:25:34.718Z+ chmod 0700 /home/build /work
202026-04-19T04:25:34.721Zprocess exited: duration 4123 ms, exit code 0
 
212026-04-19T04:25:34.727Zstarting task 1: "rust-toolchain"
222026-04-19T04:25:34.731Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-19T04:25:34.731Z * rust toolchain channel = "1.94.0"
242026-04-19T04:25:34.731Z * rust toolchain profile = "default"
252026-04-19T04:25:34.731Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-19T04:25:34.731Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-19T04:25:34.731Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-19T04:25:34.734Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-19T04:25:34.734Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-19T04:25:34.854Zinfo: downloading installer
312026-04-19T04:25:36.226Zwarn: It looks like you have an existing installation of Rust at:
322026-04-19T04:25:36.226Zwarn: /opt/ooce/bin
332026-04-19T04:25:36.226Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-19T04:25:36.229Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-19T04:25:36.229Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-19T04:25:36.229Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-19T04:25:36.229Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-19T04:25:36.229Zerror: cannot install while Rust is installed
392026-04-19T04:25:36.229Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-19T04:25:36.229Zwarn: It looks like you have an existing rustup settings file at:
412026-04-19T04:25:36.229Zwarn: /home/build/.rustup/settings.toml
422026-04-19T04:25:36.229Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-19T04:25:36.229Zwarn: instead of the one inferred from the default host triple.
442026-04-19T04:25:36.239Zinfo: profile set to default
452026-04-19T04:25:36.239Zinfo: default host triple is x86_64-unknown-illumos
462026-04-19T04:25:36.242Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-19T04:25:36.379Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-19T04:25:36.382Zinfo: downloading 6 components
492026-04-19T04:25:51.626Z
502026-04-19T04:25:51.626Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-19T04:25:51.655Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-19T04:25:51.655Z
532026-04-19T04:25:51.655Z
542026-04-19T04:25:51.655ZRust is installed now. Great!
552026-04-19T04:25:51.655Z
562026-04-19T04:25:51.655ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-19T04:25:51.655Zenvironment variable. This has not been done automatically.
582026-04-19T04:25:51.655Z
592026-04-19T04:25:51.655ZTo configure your current shell, you need to source
602026-04-19T04:25:51.655Zthe corresponding env file under $HOME/.cargo.
612026-04-19T04:25:51.655Z
622026-04-19T04:25:51.655ZThis is usually done by running one of the following (note the leading DOT):
632026-04-19T04:25:51.656Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-19T04:25:51.656Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-19T04:25:51.656Zsource "~/.cargo/env.nu" # For nushell
662026-04-19T04:25:51.656Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-19T04:25:51.656Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-19T04:25:51.656Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-19T04:25:51.659Zwarn: no default linker (`cc`) was found in your PATH
702026-04-19T04:25:51.659Zwarn: many Rust crates require a system C toolchain to build
712026-04-19T04:25:51.742Z+ rustup --version
722026-04-19T04:25:51.751Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-19T04:25:51.758Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-19T04:25:51.774Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-19T04:25:51.779Z+ cargo --version
762026-04-19T04:25:51.792Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-19T04:25:51.795Z+ rustc --version
782026-04-19T04:25:51.810Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-19T04:25:51.814Zprocess exited: duration 17085 ms, exit code 0
 
802026-04-19T04:25:51.822Zstarting task 2: "authentication"
812026-04-19T04:25:51.837Zprocess exited: duration 16 ms, exit code 0
 
822026-04-19T04:25:51.842Zstarting task 3: "clone repository"
832026-04-19T04:25:51.846Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-19T04:25:51.848Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-19T04:25:51.877ZCloning into '/work/oxidecomputer/omicron'...
862026-04-19T04:26:02.735Z+ cd /work/oxidecomputer/omicron
872026-04-19T04:26:02.736Z+ git fetch origin 7c22936169700c16b5f2556649fbf97a00265ee7
882026-04-19T04:26:03.101ZFrom https://github.com/oxidecomputer/omicron
892026-04-19T04:26:03.101Z * branch 7c22936169700c16b5f2556649fbf97a00265ee7 -> FETCH_HEAD
902026-04-19T04:26:03.110Z+ [[ -n inline-schema ]]
912026-04-19T04:26:03.113Z++ git branch --show-current
922026-04-19T04:26:03.113Z+ current=main
932026-04-19T04:26:03.113Z+ [[ main != inline-schema ]]
942026-04-19T04:26:03.113Z+ git branch -f inline-schema 7c22936169700c16b5f2556649fbf97a00265ee7
952026-04-19T04:26:03.120Z+ git checkout -f inline-schema
962026-04-19T04:26:03.342ZSwitched to branch 'inline-schema'
972026-04-19T04:26:03.345Z+ git reset --hard 7c22936169700c16b5f2556649fbf97a00265ee7
982026-04-19T04:26:03.366ZHEAD is now at 7c2293616 inline the schemas for RouterPeerIpAddr and UplinkIpNet
992026-04-19T04:26:03.369Zprocess exited: duration 11524 ms, exit code 0
 
1002026-04-19T04:26:03.375Zstarting task 4: "build"
1012026-04-19T04:26:03.379Z+ source .github/buildomat/ci-env.sh
1022026-04-19T04:26:03.382Z++ export CARGO_TERM_COLOR=always
1032026-04-19T04:26:03.382Z++ CARGO_TERM_COLOR=always
1042026-04-19T04:26:03.382Z+ cargo --version
1052026-04-19T04:26:03.389Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-19T04:26:03.392Z+ rustc --version
1072026-04-19T04:26:03.412Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-19T04:26:03.415Z+ source ./env.sh
1092026-04-19T04:26:03.418Z++ OLD_SHELL_OPTS=ehxB
1102026-04-19T04:26:03.418Z++ set -o xtrace
1112026-04-19T04:26:03.418Z++++ dirname ./env.sh
1122026-04-19T04:26:03.420Z+++ readlink -f .
1132026-04-19T04:26:03.423Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-19T04:26:03.423Z++ 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-04-19T04:26:03.423Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-19T04:26:03.423Z++ 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-04-19T04:26:03.423Z++ 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-04-19T04:26:03.423Z++ 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-04-19T04:26:03.423Z++ 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-04-19T04:26:03.423Z++ 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-04-19T04:26:03.424Z++ 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-04-19T04:26:03.424Z++ case $OLD_SHELL_OPTS in
1232026-04-19T04:26:03.424Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-19T04:26:03.424Z+ 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-04-19T04:26:03.424Z+ 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-04-19T04:26:03.424Z+ banner prerequisites
1272026-04-19T04:26:03.424Z
1282026-04-19T04:26:03.424Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-19T04:26:03.424Z # # # # # # # # # # # # # # #
1302026-04-19T04:26:03.424Z # # # # ##### # # ##### # # # # # #### #
1312026-04-19T04:26:03.424Z ##### ##### # ##### # # # # # # # # #
1322026-04-19T04:26:03.424Z # # # # # # # # # # # # # # #
1332026-04-19T04:26:03.424Z # # # ###### # # ###### ### # #### # #### #
1342026-04-19T04:26:03.424Z
1352026-04-19T04:26:03.424Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-19T04:26:16.135Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-19T04:26:23.512Z Startup: Caching catalogs ... Done
1382026-04-19T04:26:29.571ZPlanning: Solver setup ... Done (4.804s)
1392026-04-19T04:26:29.608ZPlanning: Running solver ... Done (0.037s)
1402026-04-19T04:26:29.738ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-19T04:26:29.751ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-19T04:26:29.875ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-19T04:26:29.911ZPlanning: Package planning ... Done (0.036s)
1442026-04-19T04:26:29.949ZPlanning: Merging actions ... Done (0.037s)
1452026-04-19T04:26:30.129ZPlanning: Checking for conflicting actions ... Done (0.181s)
1462026-04-19T04:26:30.138ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-19T04:26:30.929ZPlanning: Evaluating mediators ... Done (0.791s)
1482026-04-19T04:26:30.937ZPlanning: Planning completed in 7.26 seconds
1492026-04-19T04:26:30.948Z Packages to install: 5
1502026-04-19T04:26:30.948Z Mediators to change: 3
1512026-04-19T04:26:30.948Z Services to change: 1
1522026-04-19T04:26:30.951Z Estimated space available: 155.35 GB
1532026-04-19T04:26:30.951ZEstimated space to be consumed: 1.89 GB
1542026-04-19T04:26:30.951Z Create boot environment: No
1552026-04-19T04:26:30.951ZCreate backup boot environment: No
1562026-04-19T04:26:30.951Z Rebuild boot archive: No
1572026-04-19T04:26:30.951Z
1582026-04-19T04:26:30.951ZChanged mediators:
1592026-04-19T04:26:30.951Z mediator clang:
1602026-04-19T04:26:30.951Z version: None -> 15 (system default)
1612026-04-19T04:26:30.951Z
1622026-04-19T04:26:30.951Z mediator llvm:
1632026-04-19T04:26:30.951Z version: 14 (system default) -> 15 (system default)
1642026-04-19T04:26:30.951Z
1652026-04-19T04:26:30.951Z mediator postgresql:
1662026-04-19T04:26:30.951Z version: 15 (system default) -> 18 (system default)
1672026-04-19T04:26:30.951Z
1682026-04-19T04:26:30.951ZChanged packages:
1692026-04-19T04:26:30.951Zhelios-dev
1702026-04-19T04:26:30.951Z developer/build-essential
1712026-04-19T04:26:30.951Z None -> 11-2.0
1722026-04-19T04:26:30.951Z library/libxmlsec1
1732026-04-19T04:26:30.951Z None -> 1.2.35-2.0
1742026-04-19T04:26:30.951Z ooce/developer/clang-15
1752026-04-19T04:26:30.951Z None -> 15.0.7-2.0
1762026-04-19T04:26:30.951Z ooce/developer/llvm-15
1772026-04-19T04:26:30.951Z None -> 15.0.7-2.0
1782026-04-19T04:26:30.951Z ooce/library/postgresql-18
1792026-04-19T04:26:30.951Z None -> 18.1-2.0
1802026-04-19T04:26:30.951Z
1812026-04-19T04:26:30.951ZServices:
1822026-04-19T04:26:30.951Z restart_fmri:
1832026-04-19T04:26:30.951Z svc:/system/update-man-index:default
1842026-04-19T04:26:31.006Z
1852026-04-19T04:26:31.006ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-19T04:26:36.007ZDownload: 1078/4272 items 19.7/219.0MB 8% complete (4.0M/s)
1872026-04-19T04:26:41.008ZDownload: 1684/4272 items 116.3/219.0MB 53% complete (11.7M/s)
1882026-04-19T04:26:47.203ZDownload: 2222/4272 items 119.0/219.0MB 54% complete (13.1M/s)
1892026-04-19T04:26:54.294ZDownload: 3289/4272 items 212.6/219.0MB 97% complete (9.6M/s)
1902026-04-19T04:27:02.236ZDownload: 4253/4272 items 218.9/219.0MB 99% complete (9.5M/s)
1912026-04-19T04:27:02.276ZDownload: Completed 218.99 MB in 31.27 seconds (7.0M/s)
1922026-04-19T04:27:02.435Z Actions: 1/4789 actions (Installing new actions)
1932026-04-19T04:27:05.817Z Actions: Completed 4789 actions in 3.38 seconds.
1942026-04-19T04:27:06.472Z Done (0.650s)
1952026-04-19T04:27:06.472Z Done (0.000s)
1962026-04-19T04:27:07.200Z Done (0.728s)
1972026-04-19T04:27:10.379Z Done (2.823s)
1982026-04-19T04:27:10.454Z Done (0.014s)
1992026-04-19T04:27:10.457Z Done (0.000s)
2002026-04-19T04:27:10.701Z Done (0.000s)
2012026-04-19T04:27:11.536ZPlanning: Evaluating mediator changes ... Done
2022026-04-19T04:27:11.644ZPlanning: Checking for conflicting actions ... Done
2032026-04-19T04:27:11.647ZPlanning: Consolidating action changes ... Done
2042026-04-19T04:27:11.806ZPlanning: Evaluating mediators ... Done
2052026-04-19T04:27:11.809ZPlanning: Planning completed in 0.27 seconds
2062026-04-19T04:27:11.828Z Mediators to change: 2
2072026-04-19T04:27:11.828Z Create boot environment: No
2082026-04-19T04:27:11.828ZCreate backup boot environment: No
2092026-04-19T04:27:11.904Z Done
2102026-04-19T04:27:11.904Z Done
2112026-04-19T04:27:12.516Z Done
2122026-04-19T04:27:15.059Z Done
2132026-04-19T04:27:15.133Z Done
2142026-04-19T04:27:15.135Z Done
2152026-04-19T04:27:15.292Z Done
2162026-04-19T04:27:15.559ZPlanning: Evaluating mediator changes ... Done
2172026-04-19T04:27:15.667ZPlanning: Checking for conflicting actions ... Done
2182026-04-19T04:27:15.669ZPlanning: Consolidating action changes ... Done
2192026-04-19T04:27:15.821ZPlanning: Evaluating mediators ... Done
2202026-04-19T04:27:15.824ZPlanning: Planning completed in 0.26 seconds
2212026-04-19T04:27:15.842Z Mediators to change: 1
2222026-04-19T04:27:15.842Z Create boot environment: No
2232026-04-19T04:27:15.842ZCreate backup boot environment: No
2242026-04-19T04:27:15.900Z Done
2252026-04-19T04:27:15.900Z Done
2262026-04-19T04:27:16.508Z Done
2272026-04-19T04:27:19.005Z Done
2282026-04-19T04:27:19.076Z Done
2292026-04-19T04:27:19.079Z Done
2302026-04-19T04:27:19.214Z Done
2312026-04-19T04:27:19.503ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-04-19T04:27:19.503Zclang system 15 system
2332026-04-19T04:27:19.503Zcsh system system illumos
2342026-04-19T04:27:19.503Zctags system system illumos
2352026-04-19T04:27:19.503Zfile system system illumos
2362026-04-19T04:27:19.503Zgcc vendor 12 vendor
2372026-04-19T04:27:19.503Zgcc system 14 system
2382026-04-19T04:27:19.503Zgcc system 10 system
2392026-04-19T04:27:19.503Zgo system 1.20 system
2402026-04-19T04:27:19.503Zgo system 1.19 system
2412026-04-19T04:27:19.503Zllvm system 15 system
2422026-04-19T04:27:19.503Zllvm system 14 system
2432026-04-19T04:27:19.503Zmariadb system 10.6 system
2442026-04-19T04:27:19.503Zmta vendor vendor dma
2452026-04-19T04:27:19.503Zopenjdk system 17 system
2462026-04-19T04:27:19.503Zopenjdk system 11 system
2472026-04-19T04:27:19.503Zopenjdk system 1.8 system
2482026-04-19T04:27:19.503Zopenssl vendor 3 vendor
2492026-04-19T04:27:19.503Zperl system 5.36 system
2502026-04-19T04:27:19.503Zpostgresql system 18 system
2512026-04-19T04:27:19.503Zpostgresql system 15 system
2522026-04-19T04:27:19.503Zpostgresql system 13 system
2532026-04-19T04:27:19.503Zpython vendor 3 vendor
2542026-04-19T04:27:19.503Zpython system 2 system
2552026-04-19T04:27:19.503Zpython3 system 3.11 system
2562026-04-19T04:27:19.503Zruby system 3.0 system
2572026-04-19T04:27:19.503Zwords vendor vendor american-english
2582026-04-19T04:27:19.503Zwords system system australian-english
2592026-04-19T04:27:19.503Zwords system system british-english
2602026-04-19T04:27:19.503Zwords system system canadian-english
2612026-04-19T04:27:19.504Zwords system system french
2622026-04-19T04:27:19.504Zwords system system italian
2632026-04-19T04:27:19.504Zwords system system ngerman
2642026-04-19T04:27:19.504Zwords system system ogerman
2652026-04-19T04:27:19.504Zwords system system spanish
2662026-04-19T04:27:19.731ZPUBLISHER TYPE STATUS P LOCATION
2672026-04-19T04:27:19.731Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-04-19T04:27:24.273ZFMRI IFO
2692026-04-19T04:27:24.273Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-04-19T04:27:24.273Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-04-19T04:27:24.273Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-04-19T04:27:24.273Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-04-19T04:27:24.273Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-04-19T04:27:24.273Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-04-19T04:27:24.273Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2762026-04-19T04:27:24.273Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2772026-04-19T04:27:24.273Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-04-19T04:27:24.273Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-04-19T04:27:24.273Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-04-19T04:27:24.273Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-04-19T04:27:24.273Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-04-19T04:27:24.273Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-04-19T04:27:24.273Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-04-19T04:27:24.273Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-04-19T04:27:24.273Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-04-19T04:27:25.407Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-04-19T04:27:25.647Z Updating crates.io index
2882026-04-19T04:27:25.683Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-04-19T04:27:25.923Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-04-19T04:27:26.791Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-04-19T04:27:27.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-04-19T04:27:28.119Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-04-19T04:27:28.611Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-04-19T04:27:29.891Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-04-19T04:27:30.508Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-04-19T04:27:30.847Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-04-19T04:27:31.452Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-04-19T04:27:31.775Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-04-19T04:27:32.181Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-04-19T04:27:32.472Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-04-19T04:27:33.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-04-19T04:27:33.884Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-04-19T04:27:34.182Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-04-19T04:27:34.458Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-04-19T04:27:34.800Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-04-19T04:27:35.232Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-04-19T04:27:35.442Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-04-19T04:27:35.648Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-04-19T04:27:36.016Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-04-19T04:27:36.339Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-04-19T04:27:36.812Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-04-19T04:27:37.071Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-04-19T04:27:37.573Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-04-19T04:27:37.852Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152026-04-19T04:27:39.180Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162026-04-19T04:27:39.654Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-04-19T04:27:40.053Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-04-19T04:27:40.305Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-04-19T04:27:40.626Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-04-19T04:27:40.956Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-04-19T04:27:41.268Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-04-19T04:27:41.707Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-04-19T04:27:41.968Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-04-19T04:27:42.219Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-04-19T04:27:42.504Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-04-19T04:27:53.967Z Downloading crates ...
3272026-04-19T04:27:54.019Z Downloaded itoa v1.0.17
3282026-04-19T04:27:54.026Z Downloaded colorchoice v1.0.4
3292026-04-19T04:27:54.027Z Downloaded cargo-platform v0.2.0
3302026-04-19T04:27:54.031Z Downloaded serde_spanned v0.6.9
3312026-04-19T04:27:54.031Z Downloaded smallvec v1.15.1
3322026-04-19T04:27:54.035Z Downloaded utf8_iter v1.0.4
3332026-04-19T04:27:54.035Z Downloaded serde-untagged v0.1.9
3342026-04-19T04:27:54.035Z Downloaded plain v0.2.3
3352026-04-19T04:27:54.039Z Downloaded memchr v2.8.0
3362026-04-19T04:27:54.039Z Downloaded toml v0.8.23
3372026-04-19T04:27:54.042Z Downloaded thiserror-impl v2.0.18
3382026-04-19T04:27:54.046Z Downloaded zerovec-derive v0.11.2
3392026-04-19T04:27:54.049Z Downloaded toml_write v0.1.2
3402026-04-19T04:27:54.049Z Downloaded zerofrom-derive v0.1.6
3412026-04-19T04:27:54.049Z Downloaded unicode-linebreak v0.1.5
3422026-04-19T04:27:54.052Z Downloaded syn v2.0.117
3432026-04-19T04:27:54.057Z Downloaded zerofrom v0.1.6
3442026-04-19T04:27:54.061Z Downloaded strsim v0.11.1
3452026-04-19T04:27:54.061Z Downloaded bytecount v0.6.9
3462026-04-19T04:27:54.061Z Downloaded anstyle v1.0.13
3472026-04-19T04:27:54.064Z Downloaded yoke-derive v0.8.1
3482026-04-19T04:27:54.064Z Downloaded unicode-xid v0.2.6
3492026-04-19T04:27:54.064Z Downloaded usdt-impl v0.5.0
3502026-04-19T04:27:54.064Z Downloaded thread-id v4.2.2
3512026-04-19T04:27:54.064Z Downloaded cpufeatures v0.2.17
3522026-04-19T04:27:54.064Z Downloaded toml_datetime v0.6.11
3532026-04-19T04:27:54.064Z Downloaded generic-array v0.14.7
3542026-04-19T04:27:54.067Z Downloaded heck v0.5.0
3552026-04-19T04:27:54.067Z Downloaded writeable v0.6.2
3562026-04-19T04:27:54.067Z Downloaded usdt-macro v0.5.0
3572026-04-19T04:27:54.067Z Downloaded fnv v1.0.7
3582026-04-19T04:27:54.071Z Downloaded ucd-trie v0.1.7
3592026-04-19T04:27:54.071Z Downloaded thiserror-impl v1.0.69
3602026-04-19T04:27:54.071Z Downloaded dof v0.3.0
3612026-04-19T04:27:54.071Z Downloaded crypto-common v0.1.7
3622026-04-19T04:27:54.074Z Downloaded cfg-if v1.0.4
3632026-04-19T04:27:54.074Z Downloaded yoke v0.8.1
3642026-04-19T04:27:54.074Z Downloaded textwrap v0.16.2
3652026-04-19T04:27:54.082Z Downloaded typeid v1.0.3
3662026-04-19T04:27:54.082Z Downloaded proc-macro-error-attr v1.0.4
3672026-04-19T04:27:54.082Z Downloaded swrite v0.1.0
3682026-04-19T04:27:54.082Z Downloaded ordered-float v2.10.1
3692026-04-19T04:27:54.082Z Downloaded thiserror v1.0.69
3702026-04-19T04:27:54.086Z Downloaded usdt-attr-macro v0.5.0
3712026-04-19T04:27:54.086Z Downloaded usdt v0.5.0
3722026-04-19T04:27:54.086Z Downloaded anyhow v1.0.102
3732026-04-19T04:27:54.090Z Downloaded tinystr v0.8.2
3742026-04-19T04:27:54.090Z Downloaded stable_deref_trait v1.2.1
3752026-04-19T04:27:54.092Z Downloaded is_terminal_polyfill v1.70.2
3762026-04-19T04:27:54.092Z Downloaded semver v1.0.27
3772026-04-19T04:27:54.092Z Downloaded cargo-util-schemas v0.8.2
3782026-04-19T04:27:54.095Z Downloaded version_check v0.9.5
3792026-04-19T04:27:54.104Z Downloaded utf8parse v0.2.2
3802026-04-19T04:27:54.107Z Downloaded litemap v0.8.1
3812026-04-19T04:27:54.107Z Downloaded serde_core v1.0.228
3822026-04-19T04:27:54.110Z Downloaded proc-macro2 v1.0.106
3832026-04-19T04:27:54.110Z Downloaded zmij v1.0.21
3842026-04-19T04:27:54.112Z Downloaded url v2.5.8
3852026-04-19T04:27:54.115Z Downloaded heck v0.4.1
3862026-04-19T04:27:54.115Z Downloaded form_urlencoded v1.2.2
3872026-04-19T04:27:54.115Z Downloaded errno v0.3.14
3882026-04-19T04:27:54.118Z Downloaded zerocopy-derive v0.7.35
3892026-04-19T04:27:54.120Z Downloaded num-traits v0.2.19
3902026-04-19T04:27:54.120Z Downloaded block-buffer v0.10.4
3912026-04-19T04:27:54.120Z Downloaded thiserror v2.0.18
3922026-04-19T04:27:54.123Z Downloaded zerotrie v0.2.3
3932026-04-19T04:27:54.126Z Downloaded toml_edit v0.22.27
3942026-04-19T04:27:54.130Z Downloaded unicode-ident v1.0.24
3952026-04-19T04:27:54.133Z Downloaded anstyle-parse v0.2.7
3962026-04-19T04:27:54.133Z Downloaded memmap v0.7.0
3972026-04-19T04:27:54.135Z Downloaded tabled_derive v0.7.0
3982026-04-19T04:27:54.135Z Downloaded icu_normalizer v2.1.1
3992026-04-19T04:27:54.139Z Downloaded zerovec v0.11.5
4002026-04-19T04:27:54.142Z Downloaded zerocopy v0.7.35
4012026-04-19T04:27:54.148Z Downloaded serde v1.0.228
4022026-04-19T04:27:54.151Z Downloaded fs-err v3.3.0
4032026-04-19T04:27:54.154Z Downloaded cargo_metadata v0.21.0
4042026-04-19T04:27:54.154Z Downloaded potential_utf v0.1.4
4052026-04-19T04:27:54.154Z Downloaded winnow v0.7.14
4062026-04-19T04:27:54.158Z Downloaded smawk v0.3.2
4072026-04-19T04:27:54.161Z Downloaded serde-value v0.7.0
4082026-04-19T04:27:54.161Z Downloaded equivalent v1.0.2
4092026-04-19T04:27:54.161Z Downloaded clap_lex v1.0.0
4102026-04-19T04:27:54.164Z Downloaded unicode-width v0.2.0
4112026-04-19T04:27:54.167Z Downloaded macaddr v1.0.1
4122026-04-19T04:27:54.167Z Downloaded fastrand v2.3.0
4132026-04-19T04:27:54.167Z Downloaded unicode-width v0.1.14
4142026-04-19T04:27:54.170Z Downloaded terminal_size v0.4.3
4152026-04-19T04:27:54.173Z Downloaded scroll_derive v0.12.1
4162026-04-19T04:27:54.173Z Downloaded percent-encoding v2.3.2
4172026-04-19T04:27:54.173Z Downloaded idna_adapter v1.2.1
4182026-04-19T04:27:54.173Z Downloaded typenum v1.19.0
4192026-04-19T04:27:54.178Z Downloaded pretty-hex v0.4.1
4202026-04-19T04:27:54.178Z Downloaded anstyle-query v1.1.5
4212026-04-19T04:27:54.178Z Downloaded byteorder v1.5.0
4222026-04-19T04:27:54.178Z Downloaded pest_meta v2.8.6
4232026-04-19T04:27:54.181Z Downloaded digest v0.10.7
4242026-04-19T04:27:54.181Z Downloaded cargo_toml v0.21.0
4252026-04-19T04:27:54.181Z Downloaded autocfg v1.5.0
4262026-04-19T04:27:54.181Z Downloaded quote v1.0.44
4272026-04-19T04:27:54.181Z Downloaded displaydoc v0.2.5
4282026-04-19T04:27:54.184Z Downloaded getrandom v0.4.1
4292026-04-19T04:27:54.184Z Downloaded clap_derive v4.5.55
4302026-04-19T04:27:54.187Z Downloaded camino v1.2.2
4312026-04-19T04:27:54.187Z Downloaded dtrace-parser v0.2.0
4322026-04-19T04:27:54.187Z Downloaded erased-serde v0.4.9
4332026-04-19T04:27:54.190Z Downloaded camino-tempfile v1.4.1
4342026-04-19T04:27:54.192Z Downloaded synstructure v0.13.2
4352026-04-19T04:27:54.192Z Downloaded sha2 v0.10.9
4362026-04-19T04:27:54.192Z Downloaded scroll v0.12.0
4372026-04-19T04:27:54.201Z Downloaded serde_tokenstream v0.2.3
4382026-04-19T04:27:54.204Z Downloaded proc-macro-error v1.0.4
4392026-04-19T04:27:54.204Z Downloaded pest_derive v2.8.6
4402026-04-19T04:27:54.206Z Downloaded anstream v0.6.21
4412026-04-19T04:27:54.206Z Downloaded clap v4.5.60
4422026-04-19T04:27:54.211Z Downloaded icu_provider v2.1.1
4432026-04-19T04:27:54.218Z Downloaded pest_generator v2.8.6
4442026-04-19T04:27:54.221Z Downloaded bitflags v2.11.0
4452026-04-19T04:27:54.227Z Downloaded pest v2.8.6
4462026-04-19T04:27:54.230Z Downloaded serde_derive v1.0.228
4472026-04-19T04:27:54.233Z Downloaded tempfile v3.25.0
4482026-04-19T04:27:54.235Z Downloaded log v0.4.29
4492026-04-19T04:27:54.235Z Downloaded idna v1.1.0
4502026-04-19T04:27:54.238Z Downloaded papergrid v0.11.0
4512026-04-19T04:27:54.241Z Downloaded once_cell v1.21.3
4522026-04-19T04:27:54.241Z Downloaded icu_properties v2.1.2
4532026-04-19T04:27:54.243Z Downloaded icu_normalizer_data v2.1.1
4542026-04-19T04:27:54.263Z Downloaded icu_locale_core v2.1.1
4552026-04-19T04:27:54.279Z Downloaded indexmap v2.13.0
4562026-04-19T04:27:54.282Z Downloaded icu_collections v2.1.1
4572026-04-19T04:27:54.295Z Downloaded hashbrown v0.16.1
4582026-04-19T04:27:54.301Z Downloaded serde_json v1.0.149
4592026-04-19T04:27:54.304Z Downloaded icu_properties_data v2.1.2
4602026-04-19T04:27:54.308Z Downloaded goblin v0.8.2
4612026-04-19T04:27:54.311Z Downloaded clap_builder v4.5.60
4622026-04-19T04:27:54.317Z Downloaded syn v1.0.109
4632026-04-19T04:27:54.325Z Downloaded tabled v0.15.0
4642026-04-19T04:27:54.351Z Downloaded rustix v1.1.3
4652026-04-19T04:27:54.372Z Downloaded libc v0.2.185
4662026-04-19T04:27:54.441Z Compiling proc-macro2 v1.0.106
4672026-04-19T04:27:54.441Z Compiling quote v1.0.44
4682026-04-19T04:27:54.441Z Compiling unicode-ident v1.0.24
4692026-04-19T04:27:54.445Z Compiling serde_core v1.0.228
4702026-04-19T04:27:54.445Z Compiling libc v0.2.185
4712026-04-19T04:27:54.445Z Compiling version_check v0.9.5
4722026-04-19T04:27:54.445Z Compiling stable_deref_trait v1.2.1
4732026-04-19T04:27:54.445Z Compiling serde v1.0.228
4742026-04-19T04:27:54.774Z Compiling memchr v2.8.0
4752026-04-19T04:27:54.790Z Compiling zmij v1.0.21
4762026-04-19T04:27:54.983Z Compiling itoa v1.0.17
4772026-04-19T04:27:55.047Z Compiling thiserror v1.0.69
4782026-04-19T04:27:55.093Z Compiling autocfg v1.5.0
4792026-04-19T04:27:55.362Z Compiling ucd-trie v0.1.7
4802026-04-19T04:27:55.429Z Compiling litemap v0.8.1
4812026-04-19T04:27:55.480Z Compiling writeable v0.6.2
4822026-04-19T04:27:55.526Z Compiling pest v2.8.6
4832026-04-19T04:27:55.574Z Compiling icu_properties_data v2.1.2
4842026-04-19T04:27:55.620Z Compiling icu_normalizer_data v2.1.1
4852026-04-19T04:27:55.637Z Compiling byteorder v1.5.0
4862026-04-19T04:27:55.657Z Compiling rustix v1.1.3
4872026-04-19T04:27:55.913Z Compiling errno v0.3.14
4882026-04-19T04:27:55.981Z Compiling syn v2.0.117
4892026-04-19T04:27:56.022Z Compiling bitflags v2.11.0
4902026-04-19T04:27:56.065Z Compiling serde_json v1.0.149
4912026-04-19T04:27:56.301Z Compiling num-traits v0.2.19
4922026-04-19T04:27:56.321Z Compiling equivalent v1.0.2
4932026-04-19T04:27:56.346Z Compiling smallvec v1.15.1
4942026-04-19T04:27:56.487Z Compiling typeid v1.0.3
4952026-04-19T04:27:56.563Z Compiling pest_meta v2.8.6
4962026-04-19T04:27:56.613Z Compiling hashbrown v0.16.1
4972026-04-19T04:27:56.812Z Compiling thread-id v4.2.2
4982026-04-19T04:27:56.894Z Compiling usdt-impl v0.5.0
4992026-04-19T04:27:56.955Z Compiling proc-macro-error-attr v1.0.4
5002026-04-19T04:27:56.972Z Compiling winnow v0.7.14
5012026-04-19T04:27:57.104Z Compiling indexmap v2.13.0
5022026-04-19T04:27:57.140Z Compiling syn v1.0.109
5032026-04-19T04:27:57.157Z Compiling erased-serde v0.4.9
5042026-04-19T04:27:57.351Z Compiling toml_write v0.1.2
5052026-04-19T04:27:57.665Z Compiling proc-macro-error v1.0.4
5062026-04-19T04:27:57.711Z Compiling utf8parse v0.2.2
5072026-04-19T04:27:57.838Z Compiling log v0.4.29
5082026-04-19T04:27:57.858Z Compiling getrandom v0.4.1
5092026-04-19T04:27:58.026Z Compiling camino v1.2.2
5102026-04-19T04:27:58.144Z Compiling percent-encoding v2.3.2
5112026-04-19T04:27:58.166Z Compiling utf8_iter v1.0.4
5122026-04-19T04:27:58.203Z Compiling plain v0.2.3
5132026-04-19T04:27:58.318Z Compiling thiserror v2.0.18
5142026-04-19T04:27:58.322Z Compiling form_urlencoded v1.2.2
5152026-04-19T04:27:58.352Z Compiling ordered-float v2.10.1
5162026-04-19T04:27:58.429Z Compiling anstyle-parse v0.2.7
5172026-04-19T04:27:58.520Z Compiling synstructure v0.13.2
5182026-04-19T04:27:58.618Z Compiling pest_generator v2.8.6
5192026-04-19T04:27:58.637Z Compiling terminal_size v0.4.3
5202026-04-19T04:27:58.878Z Compiling cfg-if v1.0.4
5212026-04-19T04:27:58.895Z Compiling anstyle v1.0.13
5222026-04-19T04:27:58.912Z Compiling pretty-hex v0.4.1
5232026-04-19T04:27:58.954Z Compiling colorchoice v1.0.4
5242026-04-19T04:27:59.007Z Compiling is_terminal_polyfill v1.70.2
5252026-04-19T04:27:59.052Z Compiling anstyle-query v1.1.5
5262026-04-19T04:27:59.182Z Compiling serde-untagged v0.1.9
5272026-04-19T04:27:59.215Z Compiling anstream v0.6.21
5282026-04-19T04:27:59.233Z Compiling semver v1.0.27
5292026-04-19T04:27:59.362Z Compiling fs-err v3.3.0
5302026-04-19T04:27:59.441Z Compiling anyhow v1.0.102
5312026-04-19T04:27:59.535Z Compiling unicode-width v0.1.14
5322026-04-19T04:27:59.556Z Compiling heck v0.5.0
5332026-04-19T04:27:59.572Z Compiling fnv v1.0.7
5342026-04-19T04:27:59.592Z Compiling strsim v0.11.1
5352026-04-19T04:27:59.678Z Compiling heck v0.4.1
5362026-04-19T04:27:59.754Z Compiling unicode-xid v0.2.6
5372026-04-19T04:27:59.802Z Compiling fastrand v2.3.0
5382026-04-19T04:27:59.883Z Compiling clap_lex v1.0.0
5392026-04-19T04:27:59.911Z Compiling bytecount v0.6.9
5402026-04-19T04:27:59.947Z Compiling once_cell v1.21.3
5412026-04-19T04:28:00.053Z Compiling clap_builder v4.5.60
5422026-04-19T04:28:00.071Z Compiling papergrid v0.11.0
5432026-04-19T04:28:00.125Z Compiling tempfile v3.25.0
5442026-04-19T04:28:00.252Z Compiling serde_derive v1.0.228
5452026-04-19T04:28:00.278Z Compiling zerofrom-derive v0.1.6
5462026-04-19T04:28:00.366Z Compiling yoke-derive v0.8.1
5472026-04-19T04:28:00.503Z Compiling zerovec-derive v0.11.2
5482026-04-19T04:28:00.778Z Compiling displaydoc v0.2.5
5492026-04-19T04:28:01.527Z Compiling thiserror-impl v1.0.69
5502026-04-19T04:28:01.543Z Compiling zerocopy-derive v0.7.35
5512026-04-19T04:28:01.560Z Compiling pest_derive v2.8.6
5522026-04-19T04:28:01.628Z Compiling scroll_derive v0.12.1
5532026-04-19T04:28:01.686Z Compiling zerofrom v0.1.6
5542026-04-19T04:28:01.820Z Compiling yoke v0.8.1
5552026-04-19T04:28:01.982Z Compiling thiserror-impl v2.0.18
5562026-04-19T04:28:02.016Z Compiling zerovec v0.11.5
5572026-04-19T04:28:02.285Z Compiling zerotrie v0.2.3
5582026-04-19T04:28:02.405Z Compiling zerocopy v0.7.35
5592026-04-19T04:28:02.531Z Compiling tinystr v0.8.2
5602026-04-19T04:28:02.603Z Compiling potential_utf v0.1.4
5612026-04-19T04:28:02.739Z Compiling icu_locale_core v2.1.1
5622026-04-19T04:28:02.794Z Compiling icu_collections v2.1.1
5632026-04-19T04:28:02.890Z Compiling dtrace-parser v0.2.0
5642026-04-19T04:28:02.954Z Compiling scroll v0.12.0
5652026-04-19T04:28:03.073Z Compiling tabled_derive v0.7.0
5662026-04-19T04:28:03.271Z Compiling goblin v0.8.2
5672026-04-19T04:28:03.288Z Compiling clap_derive v4.5.55
5682026-04-19T04:28:03.425Z Compiling icu_provider v2.1.1
5692026-04-19T04:28:03.614Z Compiling serde_spanned v0.6.9
5702026-04-19T04:28:03.632Z Compiling toml_datetime v0.6.11
5712026-04-19T04:28:03.695Z Compiling icu_normalizer v2.1.1
5722026-04-19T04:28:03.727Z Compiling icu_properties v2.1.2
5732026-04-19T04:28:03.745Z Compiling dof v0.3.0
5742026-04-19T04:28:03.762Z Compiling serde_tokenstream v0.2.3
5752026-04-19T04:28:03.894Z Compiling toml_edit v0.22.27
5762026-04-19T04:28:03.976Z Compiling serde-value v0.7.0
5772026-04-19T04:28:04.128Z Compiling cargo-platform v0.2.0
5782026-04-19T04:28:04.290Z Compiling memmap v0.7.0
5792026-04-19T04:28:04.408Z Compiling unicode-width v0.2.0
5802026-04-19T04:28:04.425Z Compiling smawk v0.3.2
5812026-04-19T04:28:04.484Z Compiling unicode-linebreak v0.1.5
5822026-04-19T04:28:04.569Z Compiling tabled v0.15.0
5832026-04-19T04:28:04.692Z Compiling idna_adapter v1.2.1
5842026-04-19T04:28:04.735Z Compiling textwrap v0.16.2
5852026-04-19T04:28:04.753Z Compiling usdt-macro v0.5.0
5862026-04-19T04:28:04.837Z Compiling idna v1.1.0
5872026-04-19T04:28:04.876Z Compiling usdt-attr-macro v0.5.0
5882026-04-19T04:28:05.079Z Compiling clap v4.5.60
5892026-04-19T04:28:05.172Z Compiling url v2.5.8
5902026-04-19T04:28:05.216Z Compiling macaddr v1.0.1
5912026-04-19T04:28:05.385Z Compiling toml v0.8.23
5922026-04-19T04:28:05.515Z Compiling camino-tempfile v1.4.1
5932026-04-19T04:28:05.753Z Compiling cargo-util-schemas v0.8.2
5942026-04-19T04:28:05.826Z Compiling cargo_toml v0.21.0
5952026-04-19T04:28:06.271Z Compiling usdt v0.5.0
5962026-04-19T04:28:06.305Z Compiling swrite v0.1.0
5972026-04-19T04:28:06.411Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5982026-04-19T04:28:06.688Z Compiling cargo_metadata v0.21.0
5992026-04-19T04:28:07.621Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-04-19T04:28:09.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.48s
6012026-04-19T04:28:09.954Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-04-19T04:28:10.529Z Downloading crates ...
6032026-04-19T04:28:10.626Z Downloaded adler2 v2.0.1
6042026-04-19T04:28:10.631Z Downloaded atomicwrites v0.4.4
6052026-04-19T04:28:10.634Z Downloaded arrayref v0.3.9
6062026-04-19T04:28:10.634Z Downloaded arrayvec v0.7.6
6072026-04-19T04:28:10.637Z Downloaded argon2 v0.5.3
6082026-04-19T04:28:10.640Z Downloaded crc v3.4.0
6092026-04-19T04:28:10.640Z Downloaded convert_case v0.4.0
6102026-04-19T04:28:10.643Z Downloaded ciborium-ll v0.2.2
6112026-04-19T04:28:10.643Z Downloaded cfg_aliases v0.2.1
6122026-04-19T04:28:10.645Z Downloaded defmt v0.3.100
6132026-04-19T04:28:10.645Z Downloaded ascii-canvas v3.0.0
6142026-04-19T04:28:10.648Z Downloaded curve25519-dalek-derive v0.1.1
6152026-04-19T04:28:10.651Z Downloaded downcast-rs v2.0.2
6162026-04-19T04:28:10.654Z Downloaded daft-derive v0.1.5
6172026-04-19T04:28:10.656Z Downloaded embedded-io v0.6.1
6182026-04-19T04:28:10.656Z Downloaded async-recursion v1.1.1
6192026-04-19T04:28:10.659Z Downloaded derive_builder_core v0.20.2
6202026-04-19T04:28:10.662Z Downloaded crc32fast v1.5.0
6212026-04-19T04:28:10.662Z Downloaded dsl_auto_type v0.2.0
6222026-04-19T04:28:10.665Z Downloaded darling_macro v0.21.3
6232026-04-19T04:28:10.665Z Downloaded csv-core v0.1.13
6242026-04-19T04:28:10.665Z Downloaded crunchy v0.2.4
6252026-04-19T04:28:10.668Z Downloaded darling_macro v0.23.0
6262026-04-19T04:28:10.668Z Downloaded atty v0.2.14
6272026-04-19T04:28:10.671Z Downloaded async-stream-impl v0.3.6
6282026-04-19T04:28:10.671Z Downloaded assert_matches v1.5.0
6292026-04-19T04:28:10.674Z Downloaded crossbeam-channel v0.5.15
6302026-04-19T04:28:10.677Z Downloaded critical-section v1.2.0
6312026-04-19T04:28:10.677Z Downloaded base64ct v1.8.3
6322026-04-19T04:28:10.677Z Downloaded backon v1.6.0
6332026-04-19T04:28:10.680Z Downloaded async-stream v0.3.6
6342026-04-19T04:28:10.682Z Downloaded debug-ignore v1.0.5
6352026-04-19T04:28:10.682Z Downloaded defmt v1.0.1
6362026-04-19T04:28:10.685Z Downloaded darling_macro v0.20.11
6372026-04-19T04:28:10.685Z Downloaded ctr v0.9.2
6382026-04-19T04:28:10.688Z Downloaded cstr-argument v0.1.2
6392026-04-19T04:28:10.688Z Downloaded atomic-waker v1.1.2
6402026-04-19T04:28:10.691Z Downloaded crc8 v0.1.1
6412026-04-19T04:28:10.691Z Downloaded async-trait v0.1.89
6422026-04-19T04:28:10.693Z Downloaded defmt-macros v1.0.1
6432026-04-19T04:28:10.696Z Downloaded data-encoding v2.10.0
6442026-04-19T04:28:10.697Z Downloaded darling v0.21.3
6452026-04-19T04:28:10.700Z Downloaded crucible-workspace-hack v0.1.0
6462026-04-19T04:28:10.703Z Downloaded crossbeam-utils v0.8.21
6472026-04-19T04:28:10.703Z Downloaded array-init v0.0.4
6482026-04-19T04:28:10.703Z Downloaded darling v0.20.11
6492026-04-19T04:28:10.706Z Downloaded compression-core v0.4.31
6502026-04-19T04:28:10.709Z Downloaded bcrypt-pbkdf v0.10.0
6512026-04-19T04:28:10.709Z Downloaded bit-set v0.8.0
6522026-04-19T04:28:10.712Z Downloaded cobs v0.3.0
6532026-04-19T04:28:10.712Z Downloaded crossbeam-epoch v0.9.18
6542026-04-19T04:28:10.712Z Downloaded base16ct v0.2.0
6552026-04-19T04:28:10.715Z Downloaded backoff v0.4.0
6562026-04-19T04:28:10.715Z Downloaded derive_builder_macro v0.20.2
6572026-04-19T04:28:10.718Z Downloaded dunce v1.0.5
6582026-04-19T04:28:10.718Z Downloaded dirs-sys-next v0.1.2
6592026-04-19T04:28:10.718Z Downloaded block-padding v0.3.3
6602026-04-19T04:28:10.718Z Downloaded crossbeam-deque v0.8.6
6612026-04-19T04:28:10.722Z Downloaded difflib v0.4.0
6622026-04-19T04:28:10.722Z Downloaded cargo-platform v0.1.9
6632026-04-19T04:28:10.722Z Downloaded float-cmp v0.10.0
6642026-04-19T04:28:10.724Z Downloaded chacha20poly1305 v0.10.1
6652026-04-19T04:28:10.725Z Downloaded cargo_metadata v0.19.2
6662026-04-19T04:28:10.727Z Downloaded async-bb8-diesel v0.2.1
6672026-04-19T04:28:10.727Z Downloaded base64 v0.22.1
6682026-04-19T04:28:10.731Z Downloaded endian-type v0.1.2
6692026-04-19T04:28:10.731Z Downloaded embedded-io v0.4.0
6702026-04-19T04:28:10.735Z Downloaded dirs-next v2.0.0
6712026-04-19T04:28:10.735Z Downloaded defmt-parser v1.0.0
6722026-04-19T04:28:10.735Z Downloaded dyn-clone v1.0.20
6732026-04-19T04:28:10.735Z Downloaded document-features v0.2.12
6742026-04-19T04:28:10.738Z Downloaded bit-set v0.5.3
6752026-04-19T04:28:10.741Z Downloaded env_filter v1.0.0
6762026-04-19T04:28:10.741Z Downloaded dof v0.4.0
6772026-04-19T04:28:10.744Z Downloaded castaway v0.2.4
6782026-04-19T04:28:10.744Z Downloaded foreign-types v0.3.2
6792026-04-19T04:28:10.748Z Downloaded foreign-types-macros v0.2.3
6802026-04-19T04:28:10.748Z Downloaded float-ord v0.3.2
6812026-04-19T04:28:10.748Z Downloaded ciborium-io v0.2.2
6822026-04-19T04:28:10.748Z Downloaded cfg_aliases v0.1.1
6832026-04-19T04:28:10.748Z Downloaded dtrace-parser v0.3.0
6842026-04-19T04:28:10.748Z Downloaded either v1.15.0
6852026-04-19T04:28:10.751Z Downloaded cpufeatures v0.3.0
6862026-04-19T04:28:10.751Z Downloaded flume v0.11.1
6872026-04-19T04:28:10.754Z Downloaded darling_core v0.23.0
6882026-04-19T04:28:10.758Z Downloaded crc-catalog v2.4.0
6892026-04-19T04:28:10.758Z Downloaded const_format_proc_macros v0.2.34
6902026-04-19T04:28:10.761Z Downloaded futures-core v0.3.32
6912026-04-19T04:28:10.761Z Downloaded dropshot-api-manager-types v0.6.0
6922026-04-19T04:28:10.764Z Downloaded display-error-chain v0.2.2
6932026-04-19T04:28:10.764Z Downloaded diesel_table_macro_syntax v0.3.0
6942026-04-19T04:28:10.764Z Downloaded bitfield-struct v0.6.2
6952026-04-19T04:28:10.764Z Downloaded bb8 v0.8.6
6962026-04-19T04:28:10.767Z Downloaded darling v0.23.0
6972026-04-19T04:28:10.771Z Downloaded foreign-types-shared v0.3.1
6982026-04-19T04:28:10.771Z Downloaded gethostname v0.5.0
6992026-04-19T04:28:10.771Z Downloaded fixedbitset v0.4.2
7002026-04-19T04:28:10.774Z Downloaded foreign-types-shared v0.1.1
7012026-04-19T04:28:10.775Z Downloaded bitfield-macros v0.19.4
7022026-04-19T04:28:10.775Z Downloaded foreign-types v0.5.0
7032026-04-19T04:28:10.775Z Downloaded futures-sink v0.3.32
7042026-04-19T04:28:10.777Z Downloaded fxhash v0.2.1
7052026-04-19T04:28:10.778Z Downloaded futures-macro v0.3.32
7062026-04-19T04:28:10.778Z Downloaded clang-sys v1.8.1
7072026-04-19T04:28:10.782Z Downloaded futures-task v0.3.32
7082026-04-19T04:28:10.782Z Downloaded aead v0.5.2
7092026-04-19T04:28:10.785Z Downloaded cbc v0.1.2
7102026-04-19T04:28:10.785Z Downloaded futures-io v0.3.32
7112026-04-19T04:28:10.785Z Downloaded hash32 v0.3.1
7122026-04-19T04:28:10.785Z Downloaded convert_case v0.10.0
7132026-04-19T04:28:10.788Z Downloaded cassowary v0.3.0
7142026-04-19T04:28:10.788Z Downloaded hash32 v0.2.1
7152026-04-19T04:28:10.788Z Downloaded derive-ex v0.1.8
7162026-04-19T04:28:10.791Z Downloaded cc v1.2.56
7172026-04-19T04:28:10.794Z Downloaded enum-as-inner v0.6.1
7182026-04-19T04:28:10.794Z Downloaded env_logger v0.11.9
7192026-04-19T04:28:10.794Z Downloaded diesel-dtrace v0.5.0
7202026-04-19T04:28:10.797Z Downloaded colored v3.1.1
7212026-04-19T04:28:10.800Z Downloaded globwalk v0.9.1
7222026-04-19T04:28:10.800Z Downloaded foldhash v0.1.5
7232026-04-19T04:28:10.800Z Downloaded fd-lock v4.0.4
7242026-04-19T04:28:10.805Z Downloaded fallible-iterator v0.2.0
7252026-04-19T04:28:10.805Z Downloaded ena v0.14.4
7262026-04-19T04:28:10.805Z Downloaded headers-core v0.3.0
7272026-04-19T04:28:10.808Z Downloaded ecdsa v0.16.9
7282026-04-19T04:28:10.808Z Downloaded darling_core v0.21.3
7292026-04-19T04:28:10.811Z Downloaded ed25519 v2.2.3
7302026-04-19T04:28:10.811Z Downloaded darling_core v0.20.11
7312026-04-19T04:28:10.814Z Downloaded hex-literal v0.4.1
7322026-04-19T04:28:10.814Z Downloaded fs-err v2.11.0
7332026-04-19T04:28:10.817Z Downloaded funty v2.0.0
7342026-04-19T04:28:10.817Z Downloaded hex v0.4.3
7352026-04-19T04:28:10.823Z Downloaded chacha20 v0.9.1
7362026-04-19T04:28:10.823Z Downloaded bit-vec v0.6.3
7372026-04-19T04:28:10.823Z Downloaded http-range v0.1.5
7382026-04-19T04:28:10.826Z Downloaded buf-list v1.1.2
7392026-04-19T04:28:10.826Z Downloaded camino-tempfile-ext v0.3.3
7402026-04-19T04:28:10.826Z Downloaded hubpack_derive v0.1.1
7412026-04-19T04:28:10.826Z Downloaded hostname v0.3.1
7422026-04-19T04:28:10.829Z Downloaded hostname v0.4.2
7432026-04-19T04:28:10.829Z Downloaded ident_case v1.0.1
7442026-04-19T04:28:10.829Z Downloaded httpdate v1.0.3
7452026-04-19T04:28:10.832Z Downloaded http-body v1.0.1
7462026-04-19T04:28:10.832Z Downloaded home v0.5.12
7472026-04-19T04:28:10.832Z Downloaded bitfield v0.19.4
7482026-04-19T04:28:10.842Z Downloaded find-msvc-tools v0.1.9
7492026-04-19T04:28:10.842Z Downloaded cmake v0.1.57
7502026-04-19T04:28:10.842Z Downloaded ghash v0.5.1
7512026-04-19T04:28:10.846Z Downloaded ff v0.13.1
7522026-04-19T04:28:10.846Z Downloaded byte-wrapper v0.1.0
7532026-04-19T04:28:10.846Z Downloaded filetime v0.2.27
7542026-04-19T04:28:10.846Z Downloaded der_derive v0.7.3
7552026-04-19T04:28:10.846Z Downloaded hyper-tls v0.6.0
7562026-04-19T04:28:10.846Z Downloaded git-stub v1.0.0
7572026-04-19T04:28:10.846Z Downloaded futures-executor v0.3.32
7582026-04-19T04:28:10.846Z Downloaded fixedbitset v0.5.7
7592026-04-19T04:28:10.850Z Downloaded compression-codecs v0.4.37
7602026-04-19T04:28:10.850Z Downloaded indent_write v2.2.0
7612026-04-19T04:28:10.853Z Downloaded inout v0.1.4
7622026-04-19T04:28:10.853Z Downloaded des v0.8.1
7632026-04-19T04:28:10.853Z Downloaded globset v0.4.18
7642026-04-19T04:28:10.853Z Downloaded cookie_store v0.22.1
7652026-04-19T04:28:10.859Z Downloaded indoc v1.0.9
7662026-04-19T04:28:10.862Z Downloaded diff v0.1.13
7672026-04-19T04:28:10.862Z Downloaded const-oid v0.9.6
7682026-04-19T04:28:10.862Z Downloaded colored v2.2.0
7692026-04-19T04:28:10.862Z Downloaded instant v0.1.13
7702026-04-19T04:28:10.865Z Downloaded instability v0.3.11
7712026-04-19T04:28:10.865Z Downloaded glob v0.3.3
7722026-04-19T04:28:10.868Z Downloaded git-stub-vcs v0.1.0
7732026-04-19T04:28:10.868Z Downloaded bcs v0.1.6
7742026-04-19T04:28:10.868Z Downloaded derive_builder v0.20.2
7752026-04-19T04:28:10.871Z Downloaded is-terminal v0.4.17
7762026-04-19T04:28:10.874Z Downloaded internet-checksum v0.2.1
7772026-04-19T04:28:10.874Z Downloaded console v0.15.11
7782026-04-19T04:28:10.877Z Downloaded group v0.13.0
7792026-04-19T04:28:10.877Z Downloaded ar_archive_writer v0.5.1
7802026-04-19T04:28:10.880Z Downloaded http-body-util v0.1.3
7812026-04-19T04:28:10.880Z Downloaded hubpack v0.1.2
7822026-04-19T04:28:10.883Z Downloaded constant_time_eq v0.4.2
7832026-04-19T04:28:10.883Z Downloaded lalrpop-util v0.19.12
7842026-04-19T04:28:10.883Z Downloaded highway v1.3.0
7852026-04-19T04:28:10.887Z Downloaded kstat-rs v0.2.4
7862026-04-19T04:28:10.887Z Downloaded lazy_static v1.5.0
7872026-04-19T04:28:10.890Z Downloaded is_ci v1.2.0
7882026-04-19T04:28:10.890Z Downloaded console v0.16.2
7892026-04-19T04:28:10.890Z Downloaded ciborium v0.2.2
7902026-04-19T04:28:10.895Z Downloaded blowfish v0.9.1
7912026-04-19T04:28:10.895Z Downloaded cookie v0.18.1
7922026-04-19T04:28:10.895Z Downloaded hyper-staticfile v0.10.1
7932026-04-19T04:28:10.900Z Downloaded flagset v0.4.7
7942026-04-19T04:28:10.900Z Downloaded humantime v2.3.0
7952026-04-19T04:28:10.900Z Downloaded chacha20 v0.10.0
7962026-04-19T04:28:10.902Z Downloaded cancel-safe-futures v0.1.5
7972026-04-19T04:28:10.903Z Downloaded linked-hash-map v0.5.6
7982026-04-19T04:28:10.906Z Downloaded libscf-sys v1.1.0
7992026-04-19T04:28:10.906Z Downloaded maplit v1.0.2
8002026-04-19T04:28:10.906Z Downloaded cipher v0.4.4
8012026-04-19T04:28:10.906Z Downloaded bit-vec v0.8.0
8022026-04-19T04:28:10.909Z Downloaded bzip2 v0.4.4
8032026-04-19T04:28:10.909Z Downloaded getrandom v0.2.17
8042026-04-19T04:28:10.913Z Downloaded managed v0.8.0
8052026-04-19T04:28:10.913Z Downloaded memoffset v0.9.1
8062026-04-19T04:28:10.913Z Downloaded md5 v0.7.0
8072026-04-19T04:28:10.920Z Downloaded md-5 v0.10.6
8082026-04-19T04:28:10.920Z Downloaded newtype_derive v0.1.6
8092026-04-19T04:28:10.920Z Downloaded nibble_vec v0.1.0
8102026-04-19T04:28:10.920Z Downloaded indoc v2.0.7
8112026-04-19T04:28:10.920Z Downloaded bzip2 v0.6.1
8122026-04-19T04:28:10.926Z Downloaded base64 v0.21.7
8132026-04-19T04:28:10.926Z Downloaded match_cfg v0.1.0
8142026-04-19T04:28:10.926Z Downloaded lzss v0.8.2
8152026-04-19T04:28:10.926Z Downloaded new_debug_unreachable v1.0.6
8162026-04-19T04:28:10.926Z Downloaded mime v0.3.17
8172026-04-19T04:28:10.926Z Downloaded maybe-uninit v2.0.0
8182026-04-19T04:28:10.931Z Downloaded lru-slab v0.1.2
8192026-04-19T04:28:10.931Z Downloaded ingot-types v0.1.2
8202026-04-19T04:28:10.931Z Downloaded ingot v0.1.1
8212026-04-19T04:28:10.934Z Downloaded nonempty v0.12.0
8222026-04-19T04:28:10.934Z Downloaded newtype-uuid-macros v0.1.0
8232026-04-19T04:28:10.934Z Downloaded fatfs v0.3.6
8242026-04-19T04:28:10.937Z Downloaded multimap v0.10.1
8252026-04-19T04:28:10.937Z Downloaded ipnetwork v0.21.1
8262026-04-19T04:28:10.937Z Downloaded num v0.4.3
8272026-04-19T04:28:10.940Z Downloaded half v1.8.3
8282026-04-19T04:28:10.940Z Downloaded blake2 v0.10.6
8292026-04-19T04:28:10.943Z Downloaded jobserver v0.1.34
8302026-04-19T04:28:10.943Z Downloaded newline-converter v0.3.0
8312026-04-19T04:28:10.951Z Downloaded normalize-line-endings v0.3.0
8322026-04-19T04:28:10.951Z Downloaded nodrop v0.1.14
8332026-04-19T04:28:10.951Z Downloaded allocator-api2 v0.2.21
8342026-04-19T04:28:10.951Z Downloaded crypto-bigint v0.5.5
8352026-04-19T04:28:10.955Z Downloaded num-derive v0.3.3
8362026-04-19T04:28:10.955Z Downloaded num_threads v0.1.7
8372026-04-19T04:28:10.955Z Downloaded libloading v0.8.9
8382026-04-19T04:28:10.958Z Downloaded keccak v0.1.6
8392026-04-19T04:28:10.958Z Downloaded hyper-rustls v0.27.7
8402026-04-19T04:28:10.958Z Downloaded num-iter v0.1.45
8412026-04-19T04:28:10.962Z Downloaded libsw v3.5.0
8422026-04-19T04:28:10.962Z Downloaded num-conv v0.2.0
8432026-04-19T04:28:10.962Z Downloaded num-derive v0.4.2
8442026-04-19T04:28:10.964Z Downloaded httparse v1.10.1
8452026-04-19T04:28:10.964Z Downloaded openssl-macros v0.1.1
8462026-04-19T04:28:10.967Z Downloaded num_enum_derive v0.5.11
8472026-04-19T04:28:10.967Z Downloaded olpc-cjson v0.1.4
8482026-04-19T04:28:10.967Z Downloaded iana-time-zone v0.1.65
8492026-04-19T04:28:10.972Z Downloaded oso-derive v0.27.3
8502026-04-19T04:28:10.972Z Downloaded openssl-probe v0.1.6
8512026-04-19T04:28:10.972Z Downloaded opaque-debug v0.3.1
8522026-04-19T04:28:10.976Z Downloaded linear-map v1.2.0
8532026-04-19T04:28:10.976Z Downloaded derive-where v1.6.0
8542026-04-19T04:28:10.976Z Downloaded libsw-core v0.3.2
8552026-04-19T04:28:10.980Z Downloaded libefi-sys v0.1.0
8562026-04-19T04:28:10.980Z Downloaded dropshot_endpoint v0.17.0
8572026-04-19T04:28:10.983Z Downloaded elliptic-curve v0.13.8
8582026-04-19T04:28:10.983Z Downloaded parse-display v0.10.0
8592026-04-19T04:28:10.983Z Downloaded lock_api v0.4.14
8602026-04-19T04:28:10.991Z Downloaded packed_struct_codegen v0.10.1
8612026-04-19T04:28:10.991Z Downloaded parse-size v1.1.0
8622026-04-19T04:28:10.991Z Downloaded native-tls v0.2.18
8632026-04-19T04:28:10.991Z Downloaded ingot-macros v0.1.1
8642026-04-19T04:28:10.991Z Downloaded crc-any v2.5.0
8652026-04-19T04:28:10.994Z Downloaded lru v0.12.5
8662026-04-19T04:28:10.994Z Downloaded getrandom v0.3.4
8672026-04-19T04:28:10.994Z Downloaded multer v3.1.0
8682026-04-19T04:28:10.997Z Downloaded newtype-uuid v1.3.2
8692026-04-19T04:28:10.997Z Downloaded half v2.7.1
8702026-04-19T04:28:11.001Z Downloaded dropshot_endpoint v0.16.7
8712026-04-19T04:28:11.004Z Downloaded mime_guess v2.0.5
8722026-04-19T04:28:11.004Z Downloaded pbkdf2 v0.11.0
8732026-04-19T04:28:11.004Z Downloaded path-slash v0.1.5
8742026-04-19T04:28:11.007Z Downloaded derive_more v0.99.20
8752026-04-19T04:28:11.010Z Downloaded ipnet v2.11.0
8762026-04-19T04:28:11.010Z Downloaded const_format v0.2.35
8772026-04-19T04:28:11.014Z Downloaded bytes v1.11.1
8782026-04-19T04:28:11.017Z Downloaded hmac v0.12.1
8792026-04-19T04:28:11.017Z Downloaded peg-runtime v0.8.5
8802026-04-19T04:28:11.017Z Downloaded phf_shared v0.11.3
8812026-04-19T04:28:11.023Z Downloaded pbkdf2 v0.12.2
8822026-04-19T04:28:11.023Z Downloaded lru-cache v0.1.2
8832026-04-19T04:28:11.023Z Downloaded impl-trait-for-tuples v0.2.3
8842026-04-19T04:28:11.037Z Downloaded pin-utils v0.1.0
8852026-04-19T04:28:11.041Z Downloaded num_enum_derive v0.7.5
8862026-04-19T04:28:11.041Z Downloaded num_enum v0.7.5
8872026-04-19T04:28:11.047Z Downloaded openssl-probe v0.2.1
8882026-04-19T04:28:11.047Z Downloaded num_enum v0.5.11
8892026-04-19T04:28:11.050Z Downloaded predicates-core v1.0.10
8902026-04-19T04:28:11.050Z Downloaded powerfmt v0.2.0
8912026-04-19T04:28:11.051Z Downloaded precomputed-hash v0.1.1
8922026-04-19T04:28:11.051Z Downloaded phf_shared v0.12.1
8932026-04-19T04:28:11.051Z Downloaded litrs v1.0.0
8942026-04-19T04:28:11.054Z Downloaded oxnet v0.1.4
8952026-04-19T04:28:11.054Z Downloaded packed_struct v0.10.1
8962026-04-19T04:28:11.059Z Downloaded oxide-tokio-rt v0.1.4
8972026-04-19T04:28:11.059Z Downloaded owo-colors v4.3.0
8982026-04-19T04:28:11.059Z Downloaded memmap2 v0.9.10
8992026-04-19T04:28:11.062Z Downloaded proc-macro-crate v3.4.0
9002026-04-19T04:28:11.062Z Downloaded proc-macro-error-attr2 v2.0.0
9012026-04-19T04:28:11.062Z Downloaded proc-macro-crate v1.3.1
9022026-04-19T04:28:11.062Z Downloaded parse-display-derive v0.10.0
9032026-04-19T04:28:11.063Z Downloaded async-compression v0.4.41
9042026-04-19T04:28:11.068Z Downloaded indexmap v1.9.3
9052026-04-19T04:28:11.072Z Downloaded ignore v0.4.25
9062026-04-19T04:28:11.072Z Downloaded arc-swap v1.8.2
9072026-04-19T04:28:11.075Z Downloaded nanorand v0.7.0
9082026-04-19T04:28:11.075Z Downloaded progenitor-client v0.11.2
9092026-04-19T04:28:11.078Z Downloaded progenitor-client v0.10.0
9102026-04-19T04:28:11.078Z Downloaded pem v3.0.6
9112026-04-19T04:28:11.078Z Downloaded peg-macros v0.8.5
9122026-04-19T04:28:11.081Z Downloaded paste v1.0.15
9132026-04-19T04:28:11.081Z Downloaded bumpalo v3.20.2
9142026-04-19T04:28:11.085Z Downloaded progenitor-macro v0.13.0
9152026-04-19T04:28:11.085Z Downloaded password-hash v0.5.0
9162026-04-19T04:28:11.087Z Downloaded password-hash v0.4.2
9172026-04-19T04:28:11.088Z Downloaded num-rational v0.4.2
9182026-04-19T04:28:11.091Z Downloaded phf v0.12.1
9192026-04-19T04:28:11.092Z Downloaded progenitor-macro v0.10.0
9202026-04-19T04:28:11.092Z Downloaded num-integer v0.1.46
9212026-04-19T04:28:11.095Z Downloaded nu-ansi-term v0.50.3
9222026-04-19T04:28:11.095Z Downloaded futures v0.3.32
9232026-04-19T04:28:11.098Z Downloaded progenitor-macro v0.11.2
9242026-04-19T04:28:11.098Z Downloaded pin-project-internal v1.1.11
9252026-04-19T04:28:11.102Z Downloaded psl-types v2.0.11
9262026-04-19T04:28:11.103Z Downloaded phf v0.13.1
9272026-04-19T04:28:11.103Z Downloaded compact_str v0.8.1
9282026-04-19T04:28:11.106Z Downloaded phf_shared v0.13.1
9292026-04-19T04:28:11.106Z Downloaded polyval v0.6.2
9302026-04-19T04:28:11.106Z Downloaded pkcs8 v0.10.2
9312026-04-19T04:28:11.109Z Downloaded quick-error v1.2.3
9322026-04-19T04:28:11.109Z Downloaded futures-channel v0.3.32
9332026-04-19T04:28:11.109Z Downloaded radium v0.7.0
9342026-04-19T04:28:11.112Z Downloaded poly1305 v0.8.0
9352026-04-19T04:28:11.112Z Downloaded heapless v0.8.0
9362026-04-19T04:28:11.115Z Downloaded pin-project-lite v0.2.17
9372026-04-19T04:28:11.118Z Downloaded libbz2-rs-sys v0.2.2
9382026-04-19T04:28:11.121Z Downloaded num-complex v0.4.6
9392026-04-19T04:28:11.121Z Downloaded ahash v0.8.12
9402026-04-19T04:28:11.124Z Downloaded pkg-config v0.3.32
9412026-04-19T04:28:11.124Z Downloaded parking_lot v0.11.2
9422026-04-19T04:28:11.128Z Downloaded predicates-tree v1.0.13
9432026-04-19T04:28:11.128Z Downloaded rand_xorshift v0.4.0
9442026-04-19T04:28:11.133Z Downloaded ppv-lite86 v0.2.21
9452026-04-19T04:28:11.133Z Downloaded postgres-protocol v0.6.10
9462026-04-19T04:28:11.133Z Downloaded fs_extra v1.3.0
9472026-04-19T04:28:11.133Z Downloaded bitflags v1.3.2
9482026-04-19T04:28:11.136Z Downloaded ref-cast v1.0.25
9492026-04-19T04:28:11.136Z Downloaded flate2 v1.1.9
9502026-04-19T04:28:11.139Z Downloaded indicatif v0.18.4
9512026-04-19T04:28:11.141Z Downloaded progenitor v0.10.0
9522026-04-19T04:28:11.141Z Downloaded ref-cast-impl v1.0.25
9532026-04-19T04:28:11.141Z Downloaded aes v0.8.4
9542026-04-19T04:28:11.144Z Downloaded primeorder v0.13.6
9552026-04-19T04:28:11.144Z Downloaded derive_more v2.1.1
9562026-04-19T04:28:11.151Z Downloaded pem-rfc7468 v0.7.0
9572026-04-19T04:28:11.155Z Downloaded progenitor v0.13.0
9582026-04-19T04:28:11.156Z Downloaded progenitor v0.11.2
9592026-04-19T04:28:11.156Z Downloaded parking_lot v0.12.5
9602026-04-19T04:28:11.158Z Downloaded derive_more-impl v2.1.1
9612026-04-19T04:28:11.161Z Downloaded rustc-hash v2.1.1
9622026-04-19T04:28:11.161Z Downloaded rfc6979 v0.4.0
9632026-04-19T04:28:11.161Z Downloaded progenitor-extras v0.1.1
9642026-04-19T04:28:11.164Z Downloaded russh-cryptovec v0.7.3
9652026-04-19T04:28:11.164Z Downloaded rtoolbox v0.0.3
9662026-04-19T04:28:11.164Z Downloaded parking_lot_core v0.8.6
9672026-04-19T04:28:11.167Z Downloaded rustc_version v0.4.1
9682026-04-19T04:28:11.167Z Downloaded peg v0.8.5
9692026-04-19T04:28:11.170Z Downloaded rustc_version v0.1.7
9702026-04-19T04:28:11.170Z Downloaded headers v0.4.1
9712026-04-19T04:28:11.174Z Downloaded rand_core v0.9.5
9722026-04-19T04:28:11.174Z Downloaded psm v0.1.30
9732026-04-19T04:28:11.177Z Downloaded rand_core v0.6.4
9742026-04-19T04:28:11.177Z Downloaded rand_chacha v0.9.0
9752026-04-19T04:28:11.177Z Downloaded rand_seeder v0.4.0
9762026-04-19T04:28:11.177Z Downloaded rand_core v0.10.0
9772026-04-19T04:28:11.180Z Downloaded rand_chacha v0.3.1
9782026-04-19T04:28:11.180Z Downloaded pkcs1 v0.7.5
9792026-04-19T04:28:11.183Z Downloaded diesel_derives v2.3.7
9802026-04-19T04:28:11.187Z Downloaded recursive-proc-macro-impl v0.1.1
9812026-04-19T04:28:11.187Z Downloaded salsa20 v0.10.2
9822026-04-19T04:28:11.187Z Downloaded recursive v0.1.1
9832026-04-19T04:28:11.191Z Downloaded hickory-resolver v0.25.2
9842026-04-19T04:28:11.191Z Downloaded hickory-resolver v0.24.4
9852026-04-19T04:28:11.194Z Downloaded progenitor-client v0.13.0
9862026-04-19T04:28:11.194Z Downloaded predicates v3.1.4
9872026-04-19T04:28:11.194Z Downloaded parking_lot_core v0.9.12
9882026-04-19T04:28:11.199Z Downloaded heapless v0.7.17
9892026-04-19T04:28:11.203Z Downloaded drift v0.1.3
9902026-04-19T04:28:11.203Z Downloaded foldhash v0.2.0
9912026-04-19T04:28:11.203Z Downloaded erased-serde v0.3.31
9922026-04-19T04:28:11.208Z Downloaded deranged v0.5.8
9932026-04-19T04:28:11.208Z Downloaded daft v0.1.5
9942026-04-19T04:28:11.208Z Downloaded postgres-types v0.2.12
9952026-04-19T04:28:11.211Z Downloaded ed25519-dalek v2.2.0
9962026-04-19T04:28:11.211Z Downloaded sapling-renderdag v0.1.0
9972026-04-19T04:28:11.211Z Downloaded same-file v1.0.6
9982026-04-19T04:28:11.211Z Downloaded corncobs v0.1.4
9992026-04-19T04:28:11.214Z Downloaded expectorate v1.2.0
10002026-04-19T04:28:11.214Z Downloaded scheduled-thread-pool v0.2.7
10012026-04-19T04:28:11.216Z Downloaded der v0.7.10
10022026-04-19T04:28:11.219Z Downloaded scopeguard v1.2.0
10032026-04-19T04:28:11.219Z Downloaded proc-macro-error2 v2.0.1
10042026-04-19T04:28:11.222Z Downloaded cexpr v0.6.0
10052026-04-19T04:28:11.222Z Downloaded miniz_oxide v0.8.9
10062026-04-19T04:28:11.225Z Downloaded crossterm v0.28.1
10072026-04-19T04:28:11.228Z Downloaded resolv-conf v0.7.6
10082026-04-19T04:28:11.231Z Downloaded jiff-static v0.2.21
10092026-04-19T04:28:11.232Z Downloaded scroll_derive v0.13.1
10102026-04-19T04:28:11.234Z Downloaded secrecy v0.8.0
10112026-04-19T04:28:11.237Z Downloaded semver v0.1.20
10122026-04-19T04:28:11.237Z Downloaded seq-macro v0.3.6
10132026-04-19T04:28:11.237Z Downloaded secrecy v0.10.3
10142026-04-19T04:28:11.243Z Downloaded serde_bytes v0.11.19
10152026-04-19T04:28:11.250Z Downloaded serde_plain v1.0.2
10162026-04-19T04:28:11.250Z Downloaded serde_urlencoded v0.7.1
10172026-04-19T04:28:11.250Z Downloaded serde_spanned v1.0.4
10182026-04-19T04:28:11.250Z Downloaded pkcs5 v0.7.1
10192026-04-19T04:28:11.253Z Downloaded pin-project v1.1.11
10202026-04-19T04:28:11.256Z Downloaded r2d2 v0.8.10
10212026-04-19T04:28:11.256Z Downloaded quinn-udp v0.5.14
10222026-04-19T04:28:11.258Z Downloaded omicron-zone-package v0.12.2
10232026-04-19T04:28:11.259Z Downloaded http v1.4.0
10242026-04-19T04:28:11.262Z Downloaded signal-hook-mio v0.2.5
10252026-04-19T04:28:11.262Z Downloaded sha1 v0.10.6
10262026-04-19T04:28:11.265Z Downloaded rustls-pemfile v1.0.4
10272026-04-19T04:28:11.265Z Downloaded rustls-native-certs v0.8.3
10282026-04-19T04:28:11.268Z Downloaded shell-words v1.1.1
10292026-04-19T04:28:11.268Z Downloaded serde_repr v0.1.20
10302026-04-19T04:28:11.268Z Downloaded serde-big-array v0.5.1
10312026-04-19T04:28:11.271Z Downloaded crossterm v0.29.0
10322026-04-19T04:28:11.274Z Downloaded postcard v1.1.3
10332026-04-19T04:28:11.274Z Downloaded oso v0.27.3
10342026-04-19T04:28:11.280Z Downloaded signature v2.2.0
10352026-04-19T04:28:11.280Z Downloaded openssl-sys v0.9.111
10362026-04-19T04:28:11.282Z Downloaded prefix-trie v0.7.0
10372026-04-19T04:28:11.282Z Downloaded sigpipe v0.1.3
10382026-04-19T04:28:11.282Z Downloaded signal-hook-tokio v0.3.1
10392026-04-19T04:28:11.285Z Downloaded schemars_derive v0.8.22
10402026-04-19T04:28:11.285Z Downloaded p256 v0.13.2
10412026-04-19T04:28:11.288Z Downloaded papergrid v0.17.0
10422026-04-19T04:28:11.291Z Downloaded siphasher v1.0.2
10432026-04-19T04:28:11.292Z Downloaded slog-envlogger v2.2.0
10442026-04-19T04:28:11.292Z Downloaded slog-bunyan v2.5.0
10452026-04-19T04:28:11.296Z Downloaded rustversion v1.0.22
10462026-04-19T04:28:11.296Z Downloaded rustls-pemfile v2.2.0
10472026-04-19T04:28:11.296Z Downloaded aes-gcm v0.10.3
10482026-04-19T04:28:11.299Z Downloaded progenitor-impl v0.10.0
10492026-04-19T04:28:11.299Z Downloaded dropshot-api-manager v0.6.0
10502026-04-19T04:28:11.302Z Downloaded scrypt v0.11.0
10512026-04-19T04:28:11.302Z Downloaded scroll v0.13.0
10522026-04-19T04:28:11.305Z Downloaded progenitor-impl v0.11.2
10532026-04-19T04:28:11.311Z Downloaded serde_derive_internals v0.29.1
10542026-04-19T04:28:11.316Z Downloaded sec1 v0.7.3
10552026-04-19T04:28:11.319Z Downloaded rustls-pki-types v1.14.0
10562026-04-19T04:28:11.323Z Downloaded russh-keys v0.45.0
10572026-04-19T04:28:11.326Z Downloaded sqlparser_derive v0.5.0
10582026-04-19T04:28:11.326Z Downloaded serde-hex v0.1.0
10592026-04-19T04:28:11.329Z Downloaded ssh-encoding v0.2.0
10602026-04-19T04:28:11.332Z Downloaded ssh-cipher v0.2.0
10612026-04-19T04:28:11.332Z Downloaded serde_path_to_error v0.1.20
10622026-04-19T04:28:11.332Z Downloaded simd-adler32 v0.3.8
10632026-04-19T04:28:11.335Z Downloaded shlex v1.3.0
10642026-04-19T04:28:11.335Z Downloaded hashbrown v0.13.2
10652026-04-19T04:28:11.345Z Downloaded rusty-fork v0.3.1
10662026-04-19T04:28:11.349Z Downloaded strum v0.26.3
10672026-04-19T04:28:11.353Z Downloaded strum v0.27.2
10682026-04-19T04:28:11.353Z Downloaded structmeta-derive v0.3.0
10692026-04-19T04:28:11.354Z Downloaded strip-ansi-escapes v0.2.1
10702026-04-19T04:28:11.354Z Downloaded structmeta v0.3.0
10712026-04-19T04:28:11.358Z Downloaded signal-hook-registry v1.4.8
10722026-04-19T04:28:11.360Z Downloaded slog-async v2.8.0
10732026-04-19T04:28:11.363Z Downloaded slab v0.4.12
10742026-04-19T04:28:11.363Z Downloaded rcgen v0.12.1
10752026-04-19T04:28:11.368Z Downloaded prettyplease v0.2.37
10762026-04-19T04:28:11.368Z Downloaded take_mut v0.2.2
10772026-04-19T04:28:11.371Z Downloaded slog-scope v4.4.1
10782026-04-19T04:28:11.371Z Downloaded sct v0.7.1
10792026-04-19T04:28:11.371Z Downloaded mio v1.2.0
10802026-04-19T04:28:11.374Z Downloaded tabwriter v1.4.1
10812026-04-19T04:28:11.377Z Downloaded subtle v2.6.1
10822026-04-19T04:28:11.377Z Downloaded pretty_assertions v1.4.1
10832026-04-19T04:28:11.377Z Downloaded slog-term v2.9.2
10842026-04-19T04:28:11.382Z Downloaded tap v1.0.1
10852026-04-19T04:28:11.382Z Downloaded tabled_derive v0.11.0
10862026-04-19T04:28:11.382Z Downloaded slog-dtrace v0.3.0
10872026-04-19T04:28:11.386Z Downloaded thiserror-impl-no-std v2.0.2
10882026-04-19T04:28:11.386Z Downloaded sync-ptr v0.1.4
10892026-04-19T04:28:11.386Z Downloaded supports-color v3.0.2
10902026-04-19T04:28:11.386Z Downloaded sync_wrapper v1.0.2
10912026-04-19T04:28:11.386Z Downloaded smf v0.2.3
10922026-04-19T04:28:11.389Z Downloaded termtree v0.5.1
10932026-04-19T04:28:11.389Z Downloaded tagptr v0.2.0
10942026-04-19T04:28:11.389Z Downloaded itertools v0.10.5
10952026-04-19T04:28:11.393Z Downloaded thread-id v5.1.0
10962026-04-19T04:28:11.400Z Downloaded smallvec v0.6.14
10972026-04-19T04:28:11.400Z Downloaded slog-stdlog v4.1.1
10982026-04-19T04:28:11.403Z Downloaded rustls-platform-verifier v0.6.2
10992026-04-19T04:28:11.403Z Downloaded serde_cbor v0.11.2
11002026-04-19T04:28:11.404Z Downloaded sqlformat v0.3.5
11012026-04-19T04:28:11.408Z Downloaded spki v0.7.3
11022026-04-19T04:28:11.410Z Downloaded tokio-macros v2.7.0
11032026-04-19T04:28:11.411Z Downloaded ryu v1.0.23
11042026-04-19T04:28:11.411Z Downloaded testing_table v0.3.0
11052026-04-19T04:28:11.414Z Downloaded tinyvec_macros v0.1.1
11062026-04-19T04:28:11.414Z Downloaded time-core v0.1.8
11072026-04-19T04:28:11.414Z Downloaded hashbrown v0.12.3
11082026-04-19T04:28:11.423Z Downloaded string_cache v0.8.9
11092026-04-19T04:28:11.430Z Downloaded support-bundle-viewer v0.1.2
11102026-04-19T04:28:11.434Z Downloaded stacker v0.1.23
11112026-04-19T04:28:11.438Z Downloaded slog-json v2.6.1
11122026-04-19T04:28:11.441Z Downloaded schemars v0.8.22
11132026-04-19T04:28:11.444Z Downloaded strum_macros v0.26.4
11142026-04-19T04:28:11.447Z Downloaded stringprep v0.1.5
11152026-04-19T04:28:11.447Z Downloaded snafu-derive v0.8.9
11162026-04-19T04:28:11.451Z Downloaded thiserror-no-std v2.0.2
11172026-04-19T04:28:11.451Z Downloaded hyper-util v0.1.20
11182026-04-19T04:28:11.454Z Downloaded topological-sort v0.2.2
11192026-04-19T04:28:11.457Z Downloaded termios v0.3.3
11202026-04-19T04:28:11.457Z Downloaded hashbrown v0.15.5
11212026-04-19T04:28:11.460Z Downloaded spin v0.9.8
11222026-04-19T04:28:11.460Z Downloaded nom v7.1.3
11232026-04-19T04:28:11.472Z Downloaded aho-corasick v1.1.4
11242026-04-19T04:28:11.472Z Downloaded quinn v0.11.9
11252026-04-19T04:28:11.472Z Downloaded time-macros v0.2.27
11262026-04-19T04:28:11.472Z Downloaded serde_with_macros v3.17.0
11272026-04-19T04:28:11.472Z Downloaded qorb v0.4.1
11282026-04-19T04:28:11.475Z Downloaded try-lock v0.2.5
11292026-04-19T04:28:11.475Z Downloaded tokio-dtrace v0.1.1
11302026-04-19T04:28:11.476Z Downloaded tiny-keccak v2.0.2
11312026-04-19T04:28:11.478Z Downloaded tower-service v0.3.3
11322026-04-19T04:28:11.478Z Downloaded tower-layer v0.3.3
11332026-04-19T04:28:11.478Z Downloaded rand v0.8.5
11342026-04-19T04:28:11.483Z Downloaded libxml v0.3.3
11352026-04-19T04:28:11.486Z Downloaded static_assertions v1.1.0
11362026-04-19T04:28:11.486Z Downloaded num-bigint v0.4.6
11372026-04-19T04:28:11.489Z Downloaded progenitor-impl v0.13.0
11382026-04-19T04:28:11.489Z Downloaded trait-variant v0.1.2
11392026-04-19T04:28:11.492Z Downloaded tls_codec_derive v0.4.2
11402026-04-19T04:28:11.495Z Downloaded unarray v0.1.4
11412026-04-19T04:28:11.497Z Downloaded strum_macros v0.24.3
11422026-04-19T04:28:11.500Z Downloaded thread_local v1.1.9
11432026-04-19T04:28:11.503Z Downloaded similar v2.7.0
11442026-04-19T04:28:11.506Z Downloaded unit-prefix v0.5.2
11452026-04-19T04:28:11.506Z Downloaded untrusted v0.9.0
11462026-04-19T04:28:11.509Z Downloaded untrusted v0.7.1
11472026-04-19T04:28:11.509Z Downloaded usdt v0.6.0
11482026-04-19T04:28:11.509Z Downloaded universal-hash v0.5.1
11492026-04-19T04:28:11.509Z Downloaded tokio-rustls v0.25.0
11502026-04-19T04:28:11.514Z Downloaded utf-8 v0.7.6
11512026-04-19T04:28:11.514Z Downloaded minimal-lexical v0.2.1
11522026-04-19T04:28:11.516Z Downloaded signal-hook v0.3.18
11532026-04-19T04:28:11.516Z Downloaded tls_codec v0.4.2
11542026-04-19T04:28:11.516Z Downloaded schemars v0.9.0
11552026-04-19T04:28:11.523Z Downloaded unicode-truncate v1.1.0
11562026-04-19T04:28:11.529Z Downloaded ron v0.8.1
11572026-04-19T04:28:11.532Z Downloaded socket2 v0.5.10
11582026-04-19T04:28:11.532Z Downloaded rayon-core v1.13.0
11592026-04-19T04:28:11.532Z Downloaded publicsuffix v2.3.0
11602026-04-19T04:28:11.532Z Downloaded itertools v0.13.0
11612026-04-19T04:28:11.537Z Downloaded toml_writer v1.0.6+spec-1.1.0
11622026-04-19T04:28:11.541Z Downloaded hickory-server v0.25.2
11632026-04-19T04:28:11.542Z Downloaded tui-tree-widget v0.23.1
11642026-04-19T04:28:11.546Z Downloaded usdt-macro v0.6.0
11652026-04-19T04:28:11.546Z Downloaded strum_macros v0.27.2
11662026-04-19T04:28:11.546Z Downloaded slog v2.8.2
11672026-04-19T04:28:11.546Z Downloaded rand v0.9.2
11682026-04-19T04:28:11.549Z Downloaded iri-string v0.7.10
11692026-04-19T04:28:11.552Z Downloaded num-bigint-dig v0.8.6
11702026-04-19T04:28:11.556Z Downloaded void v1.0.2
11712026-04-19T04:28:11.556Z Downloaded want v0.3.1
11722026-04-19T04:28:11.561Z Downloaded waitgroup v0.1.2
11732026-04-19T04:28:11.561Z Downloaded wait-timeout v0.2.1
11742026-04-19T04:28:11.561Z Downloaded term v1.2.1
11752026-04-19T04:28:11.561Z Downloaded term v0.7.0
11762026-04-19T04:28:11.564Z Downloaded typify-macro v0.6.1
11772026-04-19T04:28:11.564Z Downloaded samael v0.0.19
11782026-04-19T04:28:11.566Z Downloaded hyper v1.8.1
11792026-04-19T04:28:11.569Z Downloaded usdt-attr-macro v0.6.0
11802026-04-19T04:28:11.569Z Downloaded tokio-stream v0.1.18
11812026-04-19T04:28:11.574Z Downloaded futures-util v0.3.32
11822026-04-19T04:28:11.578Z Downloaded h2 v0.4.13
11832026-04-19T04:28:11.581Z Downloaded usdt-impl v0.6.0
11842026-04-19T04:28:11.584Z Downloaded unicase v2.9.0
11852026-04-19T04:28:11.584Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11862026-04-19T04:28:11.587Z Downloaded xattr v1.6.1
11872026-04-19T04:28:11.587Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11882026-04-19T04:28:11.587Z Downloaded tokio-native-tls v0.3.1
11892026-04-19T04:28:11.590Z Downloaded xshell-macros v0.2.7
11902026-04-19T04:28:11.590Z Downloaded socket2 v0.6.3
11912026-04-19T04:28:11.590Z Downloaded iddqd v0.3.17
11922026-04-19T04:28:11.594Z Downloaded toml_parser v1.0.9+spec-1.1.0
11932026-04-19T04:28:11.601Z Downloaded rsa v0.9.10
11942026-04-19T04:28:11.601Z Downloaded serde_yaml v0.9.34+deprecated
11952026-04-19T04:28:11.604Z Downloaded zeroize_derive v1.4.3
11962026-04-19T04:28:11.605Z Downloaded zone v0.3.1
11972026-04-19T04:28:11.608Z Downloaded tinyvec v1.10.0
11982026-04-19T04:28:11.612Z Downloaded uzers v0.12.2
11992026-04-19T04:28:11.612Z Downloaded typify-macro v0.4.3
12002026-04-19T04:28:11.612Z Downloaded tokio-rustls v0.24.1
12012026-04-19T04:28:11.616Z Downloaded twox-hash v2.1.2
12022026-04-19T04:28:11.620Z Downloaded vergen-gitcl v1.0.8
12032026-04-19T04:28:11.620Z Downloaded rand v0.10.0
12042026-04-19T04:28:11.625Z Downloaded rustls-webpki v0.103.9
12052026-04-19T04:28:11.625Z Downloaded zone_cfg_derive v0.3.1
12062026-04-19T04:28:11.628Z Downloaded subprocess v0.2.15
12072026-04-19T04:28:11.628Z Downloaded unicode-properties v0.1.4
12082026-04-19T04:28:11.628Z Downloaded tokio-rustls v0.26.4
12092026-04-19T04:28:11.633Z Downloaded libm v0.2.16
12102026-04-19T04:28:11.637Z Downloaded whoami v2.1.0
12112026-04-19T04:28:11.637Z Downloaded tokio-tungstenite v0.23.1
12122026-04-19T04:28:11.642Z Downloaded snafu v0.8.9
12132026-04-19T04:28:11.642Z Downloaded tokio-tungstenite v0.21.0
12142026-04-19T04:28:11.644Z Downloaded wyz v0.5.1
12152026-04-19T04:28:11.644Z Downloaded tracing-attributes v0.1.31
12162026-04-19T04:28:11.644Z Downloaded toml v1.0.6+spec-1.1.0
12172026-04-19T04:28:11.647Z Downloaded itertools v0.14.0
12182026-04-19T04:28:11.650Z Downloaded itertools v0.12.1
12192026-04-19T04:28:11.653Z Downloaded xshell v0.2.7
12202026-04-19T04:28:11.656Z Downloaded zeroize v1.8.2
12212026-04-19T04:28:11.656Z Downloaded toml v0.9.12+spec-1.1.0
12222026-04-19T04:28:11.659Z Downloaded schemars v1.2.1
12232026-04-19T04:28:11.701Z Downloaded whoami v1.6.1
12242026-04-19T04:28:11.701Z Downloaded walkdir v2.5.0
12252026-04-19T04:28:11.701Z Downloaded vsss-rs v3.3.4
12262026-04-19T04:28:11.701Z Downloaded vergen-lib v0.1.6
12272026-04-19T04:28:11.701Z Downloaded steno v0.4.1
12282026-04-19T04:28:11.701Z Downloaded vergen-git2 v1.0.7
12292026-04-19T04:28:11.701Z Downloaded vergen v9.0.6
12302026-04-19T04:28:11.701Z Downloaded tungstenite v0.23.0
12312026-04-19T04:28:11.701Z Downloaded typify v0.6.1
12322026-04-19T04:28:11.701Z Downloaded tungstenite v0.21.0
12332026-04-19T04:28:11.702Z Downloaded hkdf v0.12.4
12342026-04-19T04:28:11.702Z Downloaded zstd-safe v7.2.4
12352026-04-19T04:28:11.702Z Downloaded unsafe-libyaml v0.2.11
12362026-04-19T04:28:11.710Z Downloaded p521 v0.13.3
12372026-04-19T04:28:11.710Z Downloaded toml v0.7.8
12382026-04-19T04:28:11.710Z Downloaded tar v0.4.45
12392026-04-19T04:28:11.715Z Downloaded test-strategy v0.4.5
12402026-04-19T04:28:11.719Z Downloaded vte v0.14.1
12412026-04-19T04:28:11.725Z Downloaded zstd v0.13.3
12422026-04-19T04:28:11.725Z Downloaded typify v0.4.3
12432026-04-19T04:28:11.728Z Downloaded tracing-core v0.1.36
12442026-04-19T04:28:11.728Z Downloaded russh v0.45.0
12452026-04-19T04:28:11.732Z Downloaded toml_edit v0.19.15
12462026-04-19T04:28:11.741Z Downloaded yasna v0.5.2
12472026-04-19T04:28:11.747Z Downloaded zerocopy v0.6.6
12482026-04-19T04:28:11.751Z Downloaded uuid v1.23.0
12492026-04-19T04:28:11.756Z Downloaded rustyline v14.0.0
12502026-04-19T04:28:11.768Z Downloaded zopfli v0.8.3
12512026-04-19T04:28:11.778Z Downloaded regex v1.12.3
12522026-04-19T04:28:11.786Z Downloaded yansi v1.0.1
12532026-04-19T04:28:11.793Z Downloaded unicode-bidi v0.3.18
12542026-04-19T04:28:11.793Z Downloaded ssh-key v0.6.7
12552026-04-19T04:28:11.797Z Downloaded rayon v1.11.0
12562026-04-19T04:28:11.801Z Downloaded rpassword v7.4.0
12572026-04-19T04:28:11.804Z Downloaded tokio-postgres v0.7.16
12582026-04-19T04:28:11.816Z Downloaded quick-xml v0.37.5
12592026-04-19T04:28:11.833Z Downloaded toml_edit v0.23.10+spec-1.0.0
12602026-04-19T04:28:11.842Z Downloaded lalrpop v0.19.12
12612026-04-19T04:28:11.842Z Downloaded blake3 v1.8.3
12622026-04-19T04:28:11.842Z Downloaded zerocopy-derive v0.8.40
12632026-04-19T04:28:11.861Z Downloaded x509-cert v0.2.5
12642026-04-19T04:28:11.862Z Downloaded reedline v0.40.0
12652026-04-19T04:28:11.887Z Downloaded bitvec v1.0.1
12662026-04-19T04:28:11.895Z Downloaded curve25519-dalek v4.1.3
12672026-04-19T04:28:11.895Z Downloaded zip v4.6.1
12682026-04-19T04:28:11.895Z Downloaded unicode_categories v0.1.1
12692026-04-19T04:28:11.895Z Downloaded moka v0.12.13
12702026-04-19T04:28:11.895Z Downloaded zip v0.6.6
12712026-04-19T04:28:11.901Z Downloaded reqwest v0.13.2
12722026-04-19T04:28:11.901Z Downloaded tough v0.20.0
12732026-04-19T04:28:11.908Z Downloaded reqwest v0.12.28
12742026-04-19T04:28:11.915Z Downloaded object v0.30.4
12752026-04-19T04:28:11.920Z Downloaded aws-lc-rs v1.16.0
12762026-04-19T04:28:11.925Z Downloaded p384 v0.13.1
12772026-04-19T04:28:11.925Z Downloaded git2 v0.20.4
12782026-04-19T04:28:11.932Z Downloaded nix v0.27.1
12792026-04-19T04:28:11.936Z Downloaded tower v0.5.3
12802026-04-19T04:28:11.941Z Downloaded quinn-proto v0.11.13
12812026-04-19T04:28:11.945Z Downloaded winnow v0.6.26
12822026-04-19T04:28:11.951Z Downloaded winnow v0.5.40
12832026-04-19T04:28:11.955Z Downloaded portable-atomic v1.13.1
12842026-04-19T04:28:11.959Z Downloaded unicode-segmentation v1.12.0
12852026-04-19T04:28:11.962Z Downloaded bindgen v0.71.1
12862026-04-19T04:28:11.965Z Downloaded rustls-webpki v0.101.7
12872026-04-19T04:28:11.973Z Downloaded typed-path v0.9.3
12882026-04-19T04:28:11.977Z Downloaded polar-core v0.27.3
12892026-04-19T04:28:11.981Z Downloaded regex-syntax v0.6.29
12902026-04-19T04:28:11.985Z Downloaded smoltcp v0.9.1
12912026-04-19T04:28:11.990Z Downloaded chrono v0.4.44
12922026-04-19T04:28:11.995Z Downloaded dropshot v0.17.0
12932026-04-19T04:28:12.007Z Downloaded salty v0.3.0
12942026-04-19T04:28:12.011Z Downloaded goblin v0.10.5
12952026-04-19T04:28:12.017Z Downloaded tokio-util v0.7.18
12962026-04-19T04:28:12.020Z Downloaded object v0.37.3
12972026-04-19T04:28:12.025Z Downloaded tower-http v0.6.8
12982026-04-19T04:28:12.031Z Downloaded proptest v1.10.0
12992026-04-19T04:28:12.034Z Downloaded dropshot v0.16.7
13002026-04-19T04:28:12.046Z Downloaded zerocopy v0.8.40
13012026-04-19T04:28:12.052Z Downloaded rustls v0.22.4
13022026-04-19T04:28:12.059Z Downloaded petname v2.0.2
13032026-04-19T04:28:12.062Z Downloaded diesel v2.3.7
13042026-04-19T04:28:12.074Z Downloaded unicode-normalization v0.1.25
13052026-04-19T04:28:12.077Z Downloaded rustls-webpki v0.102.8
13062026-04-19T04:28:12.086Z Downloaded rustls v0.23.37
13072026-04-19T04:28:12.116Z Downloaded radix_trie v0.2.1
13082026-04-19T04:28:12.126Z Downloaded sled v0.34.7
13092026-04-19T04:28:12.132Z Downloaded serde_with v3.17.0
13102026-04-19T04:28:12.138Z Downloaded typify-impl v0.4.3
13112026-04-19T04:28:12.147Z Downloaded typify-impl v0.6.1
13122026-04-19T04:28:12.158Z Downloaded openssl v0.10.75
13132026-04-19T04:28:12.165Z Downloaded nix v0.28.0
13142026-04-19T04:28:12.170Z Downloaded nix v0.29.0
13152026-04-19T04:28:12.177Z Downloaded time v0.3.47
13162026-04-19T04:28:12.184Z Downloaded bstr v1.12.1
13172026-04-19T04:28:12.201Z Downloaded tabled v0.20.0
13182026-04-19T04:28:12.216Z Downloaded nix v0.31.2
13192026-04-19T04:28:12.221Z Downloaded hickory-proto v0.24.4
13202026-04-19T04:28:12.229Z Downloaded vcpkg v0.2.15
13212026-04-19T04:28:12.251Z Downloaded webpki-roots v1.0.6
13222026-04-19T04:28:12.253Z Downloaded libz-sys v1.1.24
13232026-04-19T04:28:12.266Z Downloaded csv v1.4.0
13242026-04-19T04:28:12.278Z Downloaded openapiv3 v2.2.0
13252026-04-19T04:28:12.284Z Downloaded zlib-rs v0.6.2
13262026-04-19T04:28:12.287Z Downloaded regress v0.10.5
13272026-04-19T04:28:12.291Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13282026-04-19T04:28:12.303Z Downloaded smoltcp v0.11.0
13292026-04-19T04:28:12.308Z Downloaded regex-syntax v0.8.10
13302026-04-19T04:28:12.314Z Downloaded hickory-proto v0.25.2
13312026-04-19T04:28:12.322Z Downloaded rustls v0.21.12
13322026-04-19T04:28:12.328Z Downloaded rustix v0.38.44
13332026-04-19T04:28:12.372Z Downloaded encoding_rs v0.8.35
13342026-04-19T04:28:12.393Z Downloaded ring v0.17.14
13352026-04-19T04:28:12.424Z Downloaded sqlparser v0.61.0
13362026-04-19T04:28:12.448Z Downloaded tracing v0.1.44
13372026-04-19T04:28:12.459Z Downloaded bzip2-sys v0.1.13+1.0.8
13382026-04-19T04:28:12.465Z Downloaded ratatui v0.29.0
13392026-04-19T04:28:12.487Z Downloaded zerocopy-derive v0.6.6
13402026-04-19T04:28:12.508Z Downloaded regex-automata v0.4.14
13412026-04-19T04:28:12.530Z Downloaded petgraph v0.6.5
13422026-04-19T04:28:12.549Z Downloaded chrono-tz v0.10.4
13432026-04-19T04:28:12.560Z Downloaded jiff v0.2.21
13442026-04-19T04:28:12.581Z Downloaded petgraph v0.8.3
13452026-04-19T04:28:12.612Z Downloaded sha3 v0.10.8
13462026-04-19T04:28:12.615Z Downloaded tokio v1.52.1
13472026-04-19T04:28:12.724Z Downloaded libgit2-sys v0.18.3+1.9.2
13482026-04-19T04:28:13.239Z Downloaded aws-lc-sys v0.37.1
13492026-04-19T04:28:13.489Z Compiling libc v0.2.185
13502026-04-19T04:28:13.489Z Compiling serde v1.0.228
13512026-04-19T04:28:13.492Z Compiling shlex v1.3.0
13522026-04-19T04:28:13.492Z Compiling log v0.4.29
13532026-04-19T04:28:13.636Z Compiling find-msvc-tools v0.1.9
13542026-04-19T04:28:13.645Z Compiling smallvec v1.15.1
13552026-04-19T04:28:13.654Z Compiling syn v2.0.117
13562026-04-19T04:28:13.667Z Compiling typenum v1.19.0
13572026-04-19T04:28:13.815Z Compiling generic-array v0.14.7
13582026-04-19T04:28:13.836Z Compiling subtle v2.6.1
13592026-04-19T04:28:13.854Z Compiling scopeguard v1.2.0
13602026-04-19T04:28:13.940Z Compiling lock_api v0.4.14
13612026-04-19T04:28:13.953Z Compiling const-oid v0.9.6
13622026-04-19T04:28:13.966Z Compiling portable-atomic v1.13.1
13632026-04-19T04:28:14.002Z Compiling zerocopy v0.8.40
13642026-04-19T04:28:14.075Z Compiling serde_json v1.0.149
13652026-04-19T04:28:14.285Z Compiling critical-section v1.2.0
13662026-04-19T04:28:14.397Z Compiling parking_lot_core v0.9.12
13672026-04-19T04:28:14.414Z Compiling pin-project-lite v0.2.17
13682026-04-19T04:28:14.530Z Compiling pkg-config v0.3.32
13692026-04-19T04:28:14.600Z Compiling getrandom v0.2.17
13702026-04-19T04:28:14.629Z Compiling jobserver v0.1.34
13712026-04-19T04:28:14.648Z Compiling errno v0.3.14
13722026-04-19T04:28:14.788Z Compiling rand_core v0.6.4
13732026-04-19T04:28:14.834Z Compiling signal-hook-registry v1.4.8
13742026-04-19T04:28:15.011Z Compiling cc v1.2.56
13752026-04-19T04:28:15.070Z Compiling bitflags v2.11.0
13762026-04-19T04:28:15.096Z Compiling libm v0.2.16
13772026-04-19T04:28:15.109Z Compiling parking_lot v0.12.5
13782026-04-19T04:28:15.110Z Compiling mio v1.2.0
13792026-04-19T04:28:15.243Z Compiling once_cell v1.21.3
13802026-04-19T04:28:15.306Z Compiling num-traits v0.2.19
13812026-04-19T04:28:15.424Z Compiling futures-core v0.3.32
13822026-04-19T04:28:15.487Z Compiling percent-encoding v2.3.2
13832026-04-19T04:28:15.583Z Compiling socket2 v0.6.3
13842026-04-19T04:28:15.597Z Compiling allocator-api2 v0.2.21
13852026-04-19T04:28:15.666Z Compiling cpufeatures v0.2.17
13862026-04-19T04:28:15.679Z Compiling futures-sink v0.3.32
13872026-04-19T04:28:15.682Z Compiling foldhash v0.2.0
13882026-04-19T04:28:15.744Z Compiling getrandom v0.4.1
13892026-04-19T04:28:15.788Z Compiling futures-channel v0.3.32
13902026-04-19T04:28:15.925Z Compiling hashbrown v0.16.1
13912026-04-19T04:28:15.938Z Compiling futures-io v0.3.32
13922026-04-19T04:28:16.000Z Compiling slab v0.4.12
13932026-04-19T04:28:16.032Z Compiling futures-task v0.3.32
13942026-04-19T04:28:16.104Z Compiling rand_core v0.10.0
13952026-04-19T04:28:16.120Z Compiling getrandom v0.3.4
13962026-04-19T04:28:16.185Z Compiling rustversion v1.0.22
13972026-04-19T04:28:16.218Z Compiling cmake v0.1.57
13982026-04-19T04:28:16.534Z Compiling indexmap v2.13.0
13992026-04-19T04:28:16.638Z Compiling form_urlencoded v1.2.2
14002026-04-19T04:28:16.652Z Compiling base64ct v1.8.3
14012026-04-19T04:28:16.821Z Compiling synstructure v0.13.2
14022026-04-19T04:28:16.833Z Compiling dunce v1.0.5
14032026-04-19T04:28:16.911Z Compiling ident_case v1.0.1
14042026-04-19T04:28:16.929Z Compiling fs_extra v1.3.0
14052026-04-19T04:28:16.929Z Compiling pem-rfc7468 v0.7.0
14062026-04-19T04:28:17.040Z Compiling flagset v0.4.7
14072026-04-19T04:28:17.099Z Compiling rand_core v0.9.5
14082026-04-19T04:28:17.173Z Compiling iana-time-zone v0.1.65
14092026-04-19T04:28:17.192Z Compiling rustix v1.1.3
14102026-04-19T04:28:17.195Z Compiling uuid v1.23.0
14112026-04-19T04:28:17.221Z Compiling aws-lc-sys v0.37.1
14122026-04-19T04:28:17.250Z Compiling ring v0.17.14
14132026-04-19T04:28:17.381Z Compiling rustc_version v0.4.1
14142026-04-19T04:28:17.384Z Compiling regex-syntax v0.8.10
14152026-04-19T04:28:17.446Z Compiling aws-lc-rs v1.16.0
14162026-04-19T04:28:17.737Z Compiling vcpkg v0.2.15
14172026-04-19T04:28:17.771Z Compiling tracing-core v0.1.36
14182026-04-19T04:28:17.953Z Compiling pest_generator v2.8.6
14192026-04-19T04:28:18.336Z Compiling serde_derive_internals v0.29.1
14202026-04-19T04:28:18.465Z Compiling serde_derive v1.0.228
14212026-04-19T04:28:18.507Z Compiling zeroize_derive v1.4.3
14222026-04-19T04:28:18.684Z Compiling zerofrom-derive v0.1.6
14232026-04-19T04:28:19.011Z Compiling yoke-derive v0.8.1
14242026-04-19T04:28:19.126Z Compiling zeroize v1.8.2
14252026-04-19T04:28:19.250Z Compiling zerocopy-derive v0.8.40
14262026-04-19T04:28:19.814Z Compiling zerovec-derive v0.11.2
14272026-04-19T04:28:19.917Z Compiling crypto-common v0.1.7
14282026-04-19T04:28:20.066Z Compiling block-buffer v0.10.4
14292026-04-19T04:28:20.096Z Compiling zerofrom v0.1.6
14302026-04-19T04:28:20.223Z Compiling digest v0.10.7
14312026-04-19T04:28:20.238Z Compiling yoke v0.8.1
14322026-04-19T04:28:20.240Z Compiling displaydoc v0.2.5
14332026-04-19T04:28:20.420Z Compiling tokio-macros v2.7.0
14342026-04-19T04:28:20.468Z Compiling hmac v0.12.1
14352026-04-19T04:28:20.625Z Compiling futures-macro v0.3.32
14362026-04-19T04:28:20.918Z Compiling zerovec v0.11.5
14372026-04-19T04:28:20.976Z Compiling zerotrie v0.2.3
14382026-04-19T04:28:21.132Z Compiling block-padding v0.3.3
14392026-04-19T04:28:21.268Z Compiling inout v0.1.4
14402026-04-19T04:28:21.290Z Compiling sha2 v0.10.9
14412026-04-19T04:28:21.410Z Compiling tinystr v0.8.2
14422026-04-19T04:28:21.424Z Compiling potential_utf v0.1.4
14432026-04-19T04:28:21.455Z Compiling futures-util v0.3.32
14442026-04-19T04:28:21.598Z Compiling icu_locale_core v2.1.1
14452026-04-19T04:28:21.612Z Compiling icu_collections v2.1.1
14462026-04-19T04:28:21.926Z Compiling bytes v1.11.1
14472026-04-19T04:28:21.941Z Compiling cipher v0.4.4
14482026-04-19T04:28:22.086Z Compiling der_derive v0.7.3
14492026-04-19T04:28:22.205Z Compiling icu_provider v2.1.1
14502026-04-19T04:28:22.479Z Compiling tokio v1.52.1
14512026-04-19T04:28:22.503Z Compiling icu_properties v2.1.2
14522026-04-19T04:28:22.507Z Compiling icu_normalizer v2.1.1
14532026-04-19T04:28:22.662Z Compiling http v1.4.0
14542026-04-19T04:28:23.034Z Compiling der v0.7.10
14552026-04-19T04:28:23.049Z Compiling salsa20 v0.10.2
14562026-04-19T04:28:23.188Z Compiling chrono v0.4.44
14572026-04-19T04:28:23.553Z Compiling ppv-lite86 v0.2.21
14582026-04-19T04:28:23.589Z Compiling idna_adapter v1.2.1
14592026-04-19T04:28:23.632Z Compiling pbkdf2 v0.12.2
14602026-04-19T04:28:23.684Z Compiling thiserror-impl v2.0.18
14612026-04-19T04:28:23.719Z Compiling idna v1.1.0
14622026-04-19T04:28:23.739Z Compiling scrypt v0.11.0
14632026-04-19T04:28:23.875Z Compiling spki v0.7.3
14642026-04-19T04:28:23.992Z Compiling rand_chacha v0.9.0
14652026-04-19T04:28:24.066Z Compiling url v2.5.8
14662026-04-19T04:28:24.229Z Compiling cbc v0.1.2
14672026-04-19T04:28:24.382Z Compiling aes v0.8.4
14682026-04-19T04:28:24.416Z Compiling rustls-pki-types v1.14.0
14692026-04-19T04:28:24.587Z Compiling openssl-sys v0.9.111
14702026-04-19T04:28:24.732Z Compiling tracing-attributes v0.1.31
14712026-04-19T04:28:24.863Z Compiling pkcs5 v0.7.1
14722026-04-19T04:28:24.876Z Compiling rand v0.9.2
14732026-04-19T04:28:25.046Z Compiling thiserror v2.0.18
14742026-04-19T04:28:25.153Z Compiling http-body v1.0.1
14752026-04-19T04:28:25.166Z Compiling schemars v0.8.22
14762026-04-19T04:28:25.310Z Compiling openssl-probe v0.2.1
14772026-04-19T04:28:25.346Z Compiling untrusted v0.9.0
14782026-04-19T04:28:25.360Z Compiling untrusted v0.7.1
14792026-04-19T04:28:25.437Z Compiling httparse v1.10.1
14802026-04-19T04:28:25.465Z Compiling base64 v0.22.1
14812026-04-19T04:28:25.513Z Compiling pkcs8 v0.10.2
14822026-04-19T04:28:25.663Z Compiling schemars_derive v0.8.22
14832026-04-19T04:28:25.784Z Compiling pest_derive v2.8.6
14842026-04-19T04:28:25.809Z Compiling scroll_derive v0.13.1
14852026-04-19T04:28:25.825Z Compiling darling_core v0.20.11
14862026-04-19T04:28:26.037Z Compiling tracing v0.1.44
14872026-04-19T04:28:26.193Z Compiling tokio-util v0.7.18
14882026-04-19T04:28:26.300Z Compiling tower-service v0.3.3
14892026-04-19T04:28:26.396Z Compiling tower-layer v0.3.3
14902026-04-19T04:28:26.560Z Compiling try-lock v0.2.5
14912026-04-19T04:28:26.602Z Compiling atomic-waker v1.1.2
14922026-04-19T04:28:26.668Z Compiling rustls v0.23.37
14932026-04-19T04:28:26.728Z Compiling tinyvec_macros v0.1.1
14942026-04-19T04:28:26.801Z Compiling dyn-clone v1.0.20
14952026-04-19T04:28:26.842Z Compiling h2 v0.4.13
14962026-04-19T04:28:26.882Z Compiling tinyvec v1.10.0
14972026-04-19T04:28:27.201Z Compiling want v0.3.1
14982026-04-19T04:28:27.216Z Compiling scroll v0.13.0
14992026-04-19T04:28:27.369Z Compiling ipnet v2.11.0
15002026-04-19T04:28:27.485Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-04-19T04:28:27.524Z Compiling spin v0.9.8
15022026-04-19T04:28:27.720Z Compiling aho-corasick v1.1.4
15032026-04-19T04:28:27.858Z Compiling powerfmt v0.2.0
15042026-04-19T04:28:27.873Z Compiling openssl v0.10.75
15052026-04-19T04:28:28.058Z Compiling crc32fast v1.5.0
15062026-04-19T04:28:28.076Z Compiling darling_macro v0.20.11
15072026-04-19T04:28:28.097Z Compiling httpdate v1.0.3
15082026-04-19T04:28:28.120Z Compiling num-conv v0.2.0
15092026-04-19T04:28:28.203Z Compiling pin-utils v0.1.0
15102026-04-19T04:28:28.249Z Compiling foreign-types-shared v0.1.1
15112026-04-19T04:28:28.278Z Compiling time-core v0.1.8
15122026-04-19T04:28:28.312Z Compiling tempfile v3.25.0
15132026-04-19T04:28:28.339Z Compiling foreign-types v0.3.2
15142026-04-19T04:28:28.391Z Compiling deranged v0.5.8
15152026-04-19T04:28:28.422Z Compiling time-macros v0.2.27
15162026-04-19T04:28:28.532Z Compiling darling v0.20.11
15172026-04-19T04:28:28.616Z Compiling regex-automata v0.4.14
15182026-04-19T04:28:28.673Z Compiling goblin v0.10.5
15192026-04-19T04:28:29.415Z Compiling openssl-macros v0.1.1
15202026-04-19T04:28:29.493Z Compiling wait-timeout v0.2.1
15212026-04-19T04:28:29.766Z Compiling socket2 v0.5.10
15222026-04-19T04:28:29.804Z Compiling hyper v1.8.1
15232026-04-19T04:28:29.899Z Compiling crossbeam-utils v0.8.21
15242026-04-19T04:28:30.164Z Compiling bit-vec v0.8.0
15252026-04-19T04:28:30.187Z Compiling syn v1.0.109
15262026-04-19T04:28:30.392Z Compiling native-tls v0.2.18
15272026-04-19T04:28:30.489Z Compiling usdt-impl v0.6.0
15282026-04-19T04:28:30.594Z Compiling num_threads v0.1.7
15292026-04-19T04:28:30.690Z Compiling siphasher v1.0.2
15302026-04-19T04:28:30.693Z Compiling quick-error v1.2.3
15312026-04-19T04:28:30.796Z Compiling simd-adler32 v0.3.8
15322026-04-19T04:28:30.809Z Compiling rusty-fork v0.3.1
15332026-04-19T04:28:30.882Z Compiling hyper-util v0.1.20
15342026-04-19T04:28:31.056Z Compiling time v0.3.47
15352026-04-19T04:28:31.182Z Compiling bit-set v0.8.0
15362026-04-19T04:28:31.377Z Compiling derive_builder_core v0.20.2
15372026-04-19T04:28:32.243Z Compiling dof v0.4.0
15382026-04-19T04:28:32.592Z Compiling unicode-normalization v0.1.25
15392026-04-19T04:28:32.705Z Compiling dtrace-parser v0.3.0
15402026-04-19T04:28:32.780Z Compiling rustls-native-certs v0.8.3
15412026-04-19T04:28:32.920Z Compiling signature v2.2.0
15422026-04-19T04:28:33.037Z Compiling thiserror-impl v1.0.69
15432026-04-19T04:28:33.065Z Compiling scroll_derive v0.12.1
15442026-04-19T04:28:33.096Z Compiling heapless v0.7.17
15452026-04-19T04:28:33.335Z Compiling rand_xorshift v0.4.0
15462026-04-19T04:28:33.385Z Compiling slog v2.8.2
15472026-04-19T04:28:33.440Z Compiling darling_core v0.21.3
15482026-04-19T04:28:33.494Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-19T04:28:33.565Z Compiling sync_wrapper v1.0.2
15502026-04-19T04:28:33.675Z Compiling thread-id v5.1.0
15512026-04-19T04:28:33.713Z Compiling cookie v0.18.1
15522026-04-19T04:28:33.760Z Compiling unicode-bidi v0.3.18
15532026-04-19T04:28:33.774Z Compiling unarray v0.1.4
15542026-04-19T04:28:33.884Z Compiling unicode-properties v0.1.4
15552026-04-19T04:28:33.899Z Compiling adler2 v2.0.1
15562026-04-19T04:28:34.028Z Compiling zstd-safe v7.2.4
15572026-04-19T04:28:34.090Z Compiling anyhow v1.0.102
15582026-04-19T04:28:34.199Z Compiling signal-hook v0.3.18
15592026-04-19T04:28:34.274Z Compiling paste v1.0.15
15602026-04-19T04:28:34.309Z Compiling thiserror v1.0.69
15612026-04-19T04:28:34.403Z Compiling stringprep v0.1.5
15622026-04-19T04:28:34.406Z Compiling miniz_oxide v0.8.9
15632026-04-19T04:28:34.468Z Compiling proptest v1.10.0
15642026-04-19T04:28:34.800Z Compiling scroll v0.12.0
15652026-04-19T04:28:34.814Z Compiling tower v0.5.3
15662026-04-19T04:28:35.109Z Compiling derive_builder_macro v0.20.2
15672026-04-19T04:28:35.337Z Compiling ipnetwork v0.21.1
15682026-04-19T04:28:35.349Z Compiling http-body-util v0.1.3
15692026-04-19T04:28:35.562Z Compiling webpki-roots v1.0.6
15702026-04-19T04:28:35.587Z Compiling rand_chacha v0.3.1
15712026-04-19T04:28:35.682Z Compiling serde_spanned v0.6.9
15722026-04-19T04:28:35.726Z Compiling erased-serde v0.3.31
15732026-04-19T04:28:35.734Z Compiling toml_datetime v0.6.11
15742026-04-19T04:28:35.825Z Compiling serde_tokenstream v0.2.3
15752026-04-19T04:28:35.978Z Compiling darling_macro v0.21.3
15762026-04-19T04:28:35.998Z Compiling md-5 v0.10.6
15772026-04-19T04:28:36.137Z Compiling zerocopy-derive v0.7.35
15782026-04-19T04:28:36.164Z Compiling curve25519-dalek v4.1.3
15792026-04-19T04:28:36.207Z Compiling vergen-lib v0.1.6
15802026-04-19T04:28:36.389Z Compiling num-integer v0.1.46
15812026-04-19T04:28:36.395Z Compiling hash32 v0.2.1
15822026-04-19T04:28:36.452Z Compiling ff v0.13.1
15832026-04-19T04:28:36.495Z Compiling memoffset v0.9.1
15842026-04-19T04:28:36.588Z Compiling ryu v1.0.23
15852026-04-19T04:28:36.602Z Compiling num-bigint-dig v0.8.6
15862026-04-19T04:28:36.686Z Compiling litrs v1.0.0
15872026-04-19T04:28:36.704Z Compiling cfg_aliases v0.2.1
15882026-04-19T04:28:36.768Z Compiling rustix v0.38.44
15892026-04-19T04:28:36.781Z Compiling zlib-rs v0.6.2
15902026-04-19T04:28:36.795Z Compiling base16ct v0.2.0
15912026-04-19T04:28:36.973Z Compiling smoltcp v0.9.1
15922026-04-19T04:28:36.989Z Compiling ref-cast v1.0.25
15932026-04-19T04:28:37.106Z Compiling fallible-iterator v0.2.0
15942026-04-19T04:28:37.189Z Compiling iri-string v0.7.10
15952026-04-19T04:28:37.283Z Compiling psl-types v2.0.11
15962026-04-19T04:28:37.378Z Compiling document-features v0.2.12
15972026-04-19T04:28:37.409Z Compiling publicsuffix v2.3.0
15982026-04-19T04:28:37.423Z Compiling postgres-protocol v0.6.10
15992026-04-19T04:28:37.673Z Compiling zerocopy v0.7.35
16002026-04-19T04:28:37.950Z Compiling sec1 v0.7.3
16012026-04-19T04:28:37.986Z Compiling nix v0.31.2
16022026-04-19T04:28:38.204Z Compiling newtype-uuid v1.3.2
16032026-04-19T04:28:38.223Z Compiling serde_urlencoded v0.7.1
16042026-04-19T04:28:38.344Z Compiling tower-http v0.6.8
16052026-04-19T04:28:38.528Z Compiling num-iter v0.1.45
16062026-04-19T04:28:38.566Z Compiling group v0.13.0
16072026-04-19T04:28:38.732Z Compiling darling v0.21.3
16082026-04-19T04:28:38.777Z Compiling rand v0.8.5
16092026-04-19T04:28:38.815Z Compiling derive_builder v0.20.2
16102026-04-19T04:28:38.943Z Compiling oxnet v0.1.4
16112026-04-19T04:28:39.075Z Compiling hubpack_derive v0.1.1
16122026-04-19T04:28:39.167Z Compiling tokio-native-tls v0.3.1
16132026-04-19T04:28:39.230Z Compiling goblin v0.8.2
16142026-04-19T04:28:39.662Z Compiling flate2 v1.1.9
16152026-04-19T04:28:39.977Z Compiling regex v1.12.3
16162026-04-19T04:28:40.044Z Compiling phf_shared v0.13.1
16172026-04-19T04:28:40.064Z Compiling lazy_static v1.5.0
16182026-04-19T04:28:40.079Z Compiling cargo-platform v0.1.9
16192026-04-19T04:28:40.108Z Compiling hkdf v0.12.4
16202026-04-19T04:28:40.156Z Compiling crypto-bigint v0.5.5
16212026-04-19T04:28:40.274Z Compiling terminal_size v0.4.3
16222026-04-19T04:28:40.290Z Compiling ref-cast-impl v1.0.25
16232026-04-19T04:28:40.331Z Compiling async-trait v0.1.89
16242026-04-19T04:28:40.414Z Compiling strum_macros v0.27.2
16252026-04-19T04:28:40.427Z Compiling daft-derive v0.1.5
16262026-04-19T04:28:40.824Z Compiling curve25519-dalek-derive v0.1.1
16272026-04-19T04:28:41.136Z Compiling vergen v9.0.6
16282026-04-19T04:28:41.327Z Compiling fs-err v3.3.0
16292026-04-19T04:28:41.346Z Compiling ahash v0.8.12
16302026-04-19T04:28:41.453Z Compiling foldhash v0.1.5
16312026-04-19T04:28:41.513Z Compiling libbz2-rs-sys v0.2.2
16322026-04-19T04:28:41.548Z Compiling bumpalo v3.20.2
16332026-04-19T04:28:41.631Z Compiling object v0.37.3
16342026-04-19T04:28:41.803Z Compiling managed v0.8.0
16352026-04-19T04:28:41.899Z Compiling unicode-segmentation v1.12.0
16362026-04-19T04:28:42.020Z Compiling bitflags v1.3.2
16372026-04-19T04:28:42.099Z Compiling winnow v0.5.40
16382026-04-19T04:28:42.280Z Compiling bzip2 v0.6.1
16392026-04-19T04:28:42.341Z Compiling zopfli v0.8.3
16402026-04-19T04:28:42.368Z Compiling strum v0.27.2
16412026-04-19T04:28:42.483Z Compiling hashbrown v0.15.5
16422026-04-19T04:28:42.499Z Compiling clap_builder v4.5.60
16432026-04-19T04:28:42.970Z Compiling dof v0.3.0
16442026-04-19T04:28:43.018Z Compiling daft v0.1.5
16452026-04-19T04:28:43.036Z Compiling elliptic-curve v0.13.8
16462026-04-19T04:28:43.403Z Compiling toml_edit v0.19.15
16472026-04-19T04:28:43.431Z Compiling cargo_metadata v0.19.2
16482026-04-19T04:28:43.522Z Compiling phf v0.13.1
16492026-04-19T04:28:43.682Z Compiling signal-hook-mio v0.2.5
16502026-04-19T04:28:43.798Z Compiling cookie_store v0.22.1
16512026-04-19T04:28:44.780Z Compiling hubpack v0.1.2
16522026-04-19T04:28:44.866Z Compiling zstd v0.13.3
16532026-04-19T04:28:45.008Z Compiling hyper-tls v0.6.0
16542026-04-19T04:28:45.136Z Compiling bzip2 v0.4.4
16552026-04-19T04:28:45.242Z Compiling serde_with_macros v3.17.0
16562026-04-19T04:28:45.452Z Compiling postgres-types v0.2.12
16572026-04-19T04:28:45.519Z Compiling usdt-macro v0.6.0
16582026-04-19T04:28:45.858Z Compiling usdt-attr-macro v0.6.0
16592026-04-19T04:28:45.997Z Compiling dtrace-parser v0.2.0
16602026-04-19T04:28:46.053Z Compiling ed25519 v2.2.3
16612026-04-19T04:28:46.282Z Compiling bstr v1.12.1
16622026-04-19T04:28:46.352Z Compiling phf_shared v0.11.3
16632026-04-19T04:28:46.544Z Compiling pkcs1 v0.7.5
16642026-04-19T04:28:46.560Z Compiling serde-big-array v0.5.1
16652026-04-19T04:28:46.631Z Compiling hex v0.4.3
16662026-04-19T04:28:46.698Z Compiling rfc6979 v0.4.0
16672026-04-19T04:28:46.735Z Compiling clap_derive v4.5.55
16682026-04-19T04:28:46.823Z Compiling serde_repr v0.1.20
16692026-04-19T04:28:46.897Z Compiling enum-as-inner v0.6.1
16702026-04-19T04:28:46.926Z Compiling strum_macros v0.26.4
16712026-04-19T04:28:46.942Z Compiling float-cmp v0.10.0
16722026-04-19T04:28:46.979Z Compiling thread-id v4.2.2
16732026-04-19T04:28:47.065Z Compiling memmap2 v0.9.10
16742026-04-19T04:28:47.081Z Compiling env_filter v1.0.0
16752026-04-19T04:28:47.275Z Compiling encoding_rs v0.8.35
16762026-04-19T04:28:47.352Z Compiling normalize-line-endings v0.3.0
16772026-04-19T04:28:47.380Z Compiling new_debug_unreachable v1.0.6
16782026-04-19T04:28:47.394Z Compiling mime v0.3.17
16792026-04-19T04:28:47.446Z Compiling data-encoding v2.10.0
16802026-04-19T04:28:47.459Z Compiling fixedbitset v0.4.2
16812026-04-19T04:28:47.645Z Compiling rustc-hash v2.1.1
16822026-04-19T04:28:47.673Z Compiling whoami v2.1.0
16832026-04-19T04:28:47.768Z Compiling jiff v0.2.21
16842026-04-19T04:28:48.045Z Compiling static_assertions v1.1.0
16852026-04-19T04:28:48.124Z Compiling precomputed-hash v0.1.1
16862026-04-19T04:28:48.138Z Compiling fixedbitset v0.5.7
16872026-04-19T04:28:48.217Z Compiling difflib v0.4.0
16882026-04-19T04:28:48.453Z Compiling keccak v0.1.6
16892026-04-19T04:28:48.517Z Compiling predicates-core v1.0.10
16902026-04-19T04:28:48.677Z Compiling either v1.15.0
16912026-04-19T04:28:48.700Z Compiling strum v0.26.3
16922026-04-19T04:28:48.782Z Compiling predicates v3.1.4
16932026-04-19T04:28:48.805Z Compiling sha3 v0.10.8
16942026-04-19T04:28:48.829Z Compiling clap v4.5.60
16952026-04-19T04:28:48.882Z Compiling itertools v0.13.0
16962026-04-19T04:28:48.913Z Compiling petgraph v0.8.3
16972026-04-19T04:28:49.284Z Compiling string_cache v0.8.9
16982026-04-19T04:28:49.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-04-19T04:28:49.321Z Compiling tokio-postgres v0.7.16
17002026-04-19T04:28:49.486Z Compiling iddqd v0.3.17
17012026-04-19T04:28:49.510Z Compiling hickory-proto v0.25.2
17022026-04-19T04:28:50.156Z Compiling petgraph v0.6.5
17032026-04-19T04:28:50.621Z Compiling zip v4.6.1
17042026-04-19T04:28:50.890Z Compiling toml_edit v0.22.27
17052026-04-19T04:28:51.517Z Compiling env_logger v0.11.9
17062026-04-19T04:28:51.574Z Compiling usdt v0.6.0
17072026-04-19T04:28:51.641Z Compiling usdt-impl v0.5.0
17082026-04-19T04:28:51.839Z Compiling serde_with v3.17.0
17092026-04-19T04:28:51.868Z Compiling ecdsa v0.16.9
17102026-04-19T04:28:51.997Z Compiling rsa v0.9.10
17112026-04-19T04:28:52.028Z Compiling similar v2.7.0
17122026-04-19T04:28:52.225Z Compiling crossterm v0.28.1
17132026-04-19T04:28:52.263Z Compiling ed25519-dalek v2.2.0
17142026-04-19T04:28:52.927Z Compiling zip v0.6.6
17152026-04-19T04:28:53.513Z Compiling toml v0.7.8
17162026-04-19T04:28:53.919Z Compiling heck v0.4.1
17172026-04-19T04:28:53.936Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-04-19T04:28:54.108Z Compiling crossbeam-epoch v0.9.18
17192026-04-19T04:28:54.178Z Compiling tokio-stream v0.1.18
17202026-04-19T04:28:54.194Z Compiling buf-list v1.1.2
17212026-04-19T04:28:54.345Z Compiling x509-cert v0.2.5
17222026-04-19T04:28:54.442Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-04-19T04:28:54.470Z Compiling openapiv3 v2.2.0
17242026-04-19T04:28:54.601Z Compiling sha1 v0.10.6
17252026-04-19T04:28:54.651Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-04-19T04:28:54.751Z Compiling lalrpop-util v0.19.12
17272026-04-19T04:28:54.829Z Compiling peg-runtime v0.8.5
17282026-04-19T04:28:54.944Z Compiling thread_local v1.1.9
17292026-04-19T04:28:54.958Z Compiling slog-async v2.8.0
17302026-04-19T04:28:55.127Z Compiling crossbeam-channel v0.5.15
17312026-04-19T04:28:55.209Z Compiling futures-executor v0.3.32
17322026-04-19T04:28:55.280Z Compiling is-terminal v0.4.17
17332026-04-19T04:28:55.352Z Compiling filetime v0.2.27
17342026-04-19T04:28:55.378Z Compiling term v1.2.1
17352026-04-19T04:28:55.465Z Compiling take_mut v0.2.2
17362026-04-19T04:28:55.528Z Compiling xattr v1.6.1
17372026-04-19T04:28:55.581Z Compiling futures v0.3.32
17382026-04-19T04:28:55.665Z Compiling tar v0.4.45
17392026-04-19T04:28:55.699Z Compiling slog-term v2.9.2
17402026-04-19T04:29:02.987Z Compiling rustls-webpki v0.103.9
17412026-04-19T04:29:05.811Z Compiling tokio-rustls v0.26.4
17422026-04-19T04:29:05.811Z Compiling rustls-platform-verifier v0.6.2
17432026-04-19T04:29:06.009Z Compiling hyper-rustls v0.27.7
17442026-04-19T04:29:06.213Z Compiling reqwest v0.12.28
17452026-04-19T04:29:06.213Z Compiling reqwest v0.13.2
17462026-04-19T04:29:08.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-04-19T04:29:08.513Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-04-19T04:29:11.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17492026-04-19T04:29:11.517Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-04-19T04:29:11.583ZApr 19 04:29:10.460 INFO Starting download, target: Console
17512026-04-19T04:29:11.583ZApr 19 04:29:10.461 INFO Starting download, target: Clickhouse
17522026-04-19T04:29:11.583ZApr 19 04:29:10.461 INFO Starting download, target: Cockroach
17532026-04-19T04:29:11.584ZApr 19 04:29:10.461 INFO Starting download, target: DendriteStub
17542026-04-19T04:29:11.584ZApr 19 04:29:10.461 INFO Starting download, target: MaghemiteMgd
17552026-04-19T04:29:11.584ZApr 19 04:29:10.461 INFO Starting download, target: TransceiverControl
17562026-04-19T04:29:11.584ZApr 19 04:29:10.461 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-04-19T04:29:11.584ZApr 19 04:29:10.461 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-04-19T04:29:11.596ZApr 19 04:29:10.461 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-04-19T04:29:11.597ZApr 19 04:29:10.461 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-04-19T04:29:11.597ZApr 19 04:29:10.461 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-04-19T04:29:11.597ZApr 19 04:29:10.461 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-04-19T04:29:12.572ZApr 19 04:29:11.442 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-04-19T04:29:12.593ZApr 19 04:29:11.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-04-19T04:29:12.771ZApr 19 04:29:11.650 INFO Download complete, target: TransceiverControl
17652026-04-19T04:29:12.794ZApr 19 04:29:11.676 INFO Download complete, target: Console
17662026-04-19T04:29:13.275ZApr 19 04:29:12.158 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-04-19T04:29:13.418ZApr 19 04:29:12.302 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-04-19T04:29:13.448ZApr 19 04:29:12.333 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-04-19T04:29:14.037ZApr 19 04:29:12.925 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-04-19T04:29:14.037ZApr 19 04:29:12.925 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-04-19T04:29:15.648ZApr 19 04:29:14.536 INFO Download complete, target: DendriteStub
17722026-04-19T04:29:15.758ZApr 19 04:29:14.644 INFO Download complete, target: MaghemiteMgd
17732026-04-19T04:29:18.600ZApr 19 04:29:17.487 INFO Checking that binary works, target: Cockroach
17742026-04-19T04:29:18.700ZApr 19 04:29:17.588 INFO Download complete, target: Cockroach
17752026-04-19T04:29:20.080ZApr 19 04:29:18.967 INFO Checking that binary works, target: Clickhouse
17762026-04-19T04:29:20.210ZApr 19 04:29:19.097 INFO Download complete, target: Clickhouse
17772026-04-19T04:29:20.222ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-04-19T04:29:20.225Z
17792026-04-19T04:29:20.225Zreal 3:16.790851183
17802026-04-19T04:29:20.225Zuser 7:15.710765471
17812026-04-19T04:29:20.225Zsys 1:25.454113030
17822026-04-19T04:29:20.225Ztrap 0.228576876
17832026-04-19T04:29:20.225Ztflt 0.528094194
17842026-04-19T04:29:20.225Zdflt 0.526501603
17852026-04-19T04:29:20.225Zkflt 0.023630734
17862026-04-19T04:29:20.225Zlock 20:56.854742458
17872026-04-19T04:29:20.225Zslp 22:07.557079021
17882026-04-19T04:29:20.225Zlat 43.942338443
17892026-04-19T04:29:20.225Zstop 1:59.784316806
17902026-04-19T04:29:20.225Z+ banner hack-check
17912026-04-19T04:29:20.225Z
17922026-04-19T04:29:20.225Z # # ## #### # # #### # # ###### #### # #
17932026-04-19T04:29:20.225Z # # # # # # # # # # # # # # # # #
17942026-04-19T04:29:20.225Z ###### # # # #### ##### # ###### ##### # ####
17952026-04-19T04:29:20.225Z # # ###### # # # # # # # # # #
17962026-04-19T04:29:20.225Z # # # # # # # # # # # # # # # # #
17972026-04-19T04:29:20.225Z # # # # #### # # #### # # ###### #### # #
17982026-04-19T04:29:20.225Z
17992026-04-19T04:29:20.225Z+ export CARGO_INCREMENTAL=0
18002026-04-19T04:29:20.225Z+ CARGO_INCREMENTAL=0
18012026-04-19T04:29:20.228Z+ ptime -m timeout 2h cargo xtask check-features --ci
18022026-04-19T04:29:20.773Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-04-19T04:29:20.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-04-19T04:29:22.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18052026-04-19T04:29:22.948Z Running `target/debug/xtask check-features --ci`
18062026-04-19T04:29:22.977Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18072026-04-19T04:29:22.980Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18082026-04-19T04:29:23.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18092026-04-19T04:29:23.488Z Running `target/debug/xtask download cargo-hack`
18102026-04-19T04:29:24.276Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-04-19T04:29:24.589Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-04-19T04:29:27.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18132026-04-19T04:29:27.237Z Running `target/debug/xtask-downloader cargo-hack`
18142026-04-19T04:29:27.280ZApr 19 04:29:26.167 INFO Starting download, target: CargoHack
18152026-04-19T04:29:27.283ZApr 19 04:29:26.167 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18162026-04-19T04:29:27.842ZApr 19 04:29:26.729 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18172026-04-19T04:29:27.892ZApr 19 04:29:26.780 INFO Download complete, target: CargoHack
18182026-04-19T04:29:27.895Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18192026-04-19T04:29:27.908Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18202026-04-19T04:29:28.060Zinfo: running `cargo check --bins` on api_identity (1/272)
18212026-04-19T04:29:28.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-04-19T04:29:28.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-04-19T04:29:28.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-04-19T04:29:28.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-04-19T04:29:28.642Z
18262026-04-19T04:29:28.642Zinfo: running `cargo check --bins` on bootstore (2/272)
18272026-04-19T04:29:29.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-04-19T04:29:29.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-04-19T04:29:29.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-04-19T04:29:29.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-04-19T04:29:29.223Z
18322026-04-19T04:29:29.223Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18332026-04-19T04:29:29.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-04-19T04:29:29.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-04-19T04:29:29.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-04-19T04:29:29.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-04-19T04:29:29.802Z
18382026-04-19T04:29:29.802Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18392026-04-19T04:29:30.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-04-19T04:29:30.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-04-19T04:29:30.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-04-19T04:29:30.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-04-19T04:29:30.390Z
18442026-04-19T04:29:30.390Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18452026-04-19T04:29:30.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-04-19T04:29:30.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-04-19T04:29:30.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-04-19T04:29:30.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18492026-04-19T04:29:30.975Z
18502026-04-19T04:29:30.975Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18512026-04-19T04:29:31.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-04-19T04:29:31.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-04-19T04:29:31.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-04-19T04:29:31.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18552026-04-19T04:29:31.569Z
18562026-04-19T04:29:31.569Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18572026-04-19T04:29:32.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-04-19T04:29:32.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-04-19T04:29:32.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-04-19T04:29:32.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18612026-04-19T04:29:32.159Z
18622026-04-19T04:29:32.159Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18632026-04-19T04:29:32.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-04-19T04:29:32.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-04-19T04:29:32.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-04-19T04:29:32.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18672026-04-19T04:29:32.746Z
18682026-04-19T04:29:32.746Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18692026-04-19T04:29:33.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-04-19T04:29:33.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-04-19T04:29:33.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-04-19T04:29:33.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18732026-04-19T04:29:33.224Z
18742026-04-19T04:29:33.224Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18752026-04-19T04:29:33.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-04-19T04:29:33.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-04-19T04:29:33.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-04-19T04:29:33.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-04-19T04:29:33.695Z
18802026-04-19T04:29:33.695Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18812026-04-19T04:29:34.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-04-19T04:29:34.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-04-19T04:29:34.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-04-19T04:29:34.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-04-19T04:29:34.167Z
18862026-04-19T04:29:34.167Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18872026-04-19T04:29:34.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-04-19T04:29:34.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-04-19T04:29:34.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-04-19T04:29:34.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-04-19T04:29:34.632Z
18922026-04-19T04:29:34.632Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18932026-04-19T04:29:35.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-04-19T04:29:35.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-04-19T04:29:35.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-04-19T04:29:35.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-04-19T04:29:35.095Z
18982026-04-19T04:29:35.095Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18992026-04-19T04:29:35.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-04-19T04:29:35.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-04-19T04:29:35.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-04-19T04:29:35.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-04-19T04:29:35.565Z
19042026-04-19T04:29:35.565Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19052026-04-19T04:29:35.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-04-19T04:29:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-04-19T04:29:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-04-19T04:29:35.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-04-19T04:29:36.034Z
19102026-04-19T04:29:36.035Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19112026-04-19T04:29:36.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-04-19T04:29:36.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-04-19T04:29:36.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-04-19T04:29:36.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-04-19T04:29:36.501Z
19162026-04-19T04:29:36.501Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19172026-04-19T04:29:36.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-04-19T04:29:36.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-04-19T04:29:36.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-04-19T04:29:36.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-04-19T04:29:36.968Z
19222026-04-19T04:29:36.968Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19232026-04-19T04:29:37.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-04-19T04:29:37.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-04-19T04:29:37.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-04-19T04:29:37.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-04-19T04:29:37.435Z
19282026-04-19T04:29:37.435Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19292026-04-19T04:29:37.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-04-19T04:29:37.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-04-19T04:29:37.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-04-19T04:29:37.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-04-19T04:29:37.901Z
19342026-04-19T04:29:37.901Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19352026-04-19T04:29:38.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-04-19T04:29:38.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-04-19T04:29:38.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-04-19T04:29:38.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-04-19T04:29:38.371Z
19402026-04-19T04:29:38.371Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19412026-04-19T04:29:38.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-04-19T04:29:38.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-04-19T04:29:38.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-04-19T04:29:38.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-04-19T04:29:38.838Z
19462026-04-19T04:29:38.838Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19472026-04-19T04:29:39.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-04-19T04:29:39.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-04-19T04:29:39.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-04-19T04:29:39.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-04-19T04:29:39.311Z
19522026-04-19T04:29:39.311Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19532026-04-19T04:29:39.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-04-19T04:29:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-04-19T04:29:39.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-04-19T04:29:39.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-04-19T04:29:39.785Z
19582026-04-19T04:29:39.785Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19592026-04-19T04:29:40.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-04-19T04:29:40.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-04-19T04:29:40.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-04-19T04:29:40.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-04-19T04:29:40.260Z
19642026-04-19T04:29:40.260Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19652026-04-19T04:29:40.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-04-19T04:29:40.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-04-19T04:29:40.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-04-19T04:29:40.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-04-19T04:29:40.735Z
19702026-04-19T04:29:40.735Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19712026-04-19T04:29:41.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-04-19T04:29:41.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-04-19T04:29:41.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-04-19T04:29:41.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-04-19T04:29:41.208Z
19762026-04-19T04:29:41.208Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19772026-04-19T04:29:41.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-04-19T04:29:41.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-04-19T04:29:41.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-04-19T04:29:41.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-04-19T04:29:41.680Z
19822026-04-19T04:29:41.681Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19832026-04-19T04:29:42.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-04-19T04:29:42.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-04-19T04:29:42.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-04-19T04:29:42.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-04-19T04:29:42.153Z
19882026-04-19T04:29:42.153Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19892026-04-19T04:29:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-04-19T04:29:42.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-04-19T04:29:42.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-04-19T04:29:42.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-04-19T04:29:42.623Z
19942026-04-19T04:29:42.623Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19952026-04-19T04:29:43.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-04-19T04:29:43.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-04-19T04:29:43.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-04-19T04:29:43.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-04-19T04:29:43.094Z
20002026-04-19T04:29:43.095Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20012026-04-19T04:29:43.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-04-19T04:29:43.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-04-19T04:29:43.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-04-19T04:29:43.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-04-19T04:29:43.565Z
20062026-04-19T04:29:43.565Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20072026-04-19T04:29:43.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-04-19T04:29:43.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-04-19T04:29:43.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-04-19T04:29:43.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-04-19T04:29:44.037Z
20122026-04-19T04:29:44.037Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20132026-04-19T04:29:44.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-04-19T04:29:44.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-04-19T04:29:44.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-04-19T04:29:44.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-04-19T04:29:44.510Z
20182026-04-19T04:29:44.510Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20192026-04-19T04:29:44.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-04-19T04:29:44.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-04-19T04:29:44.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-04-19T04:29:44.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20232026-04-19T04:29:44.984Z
20242026-04-19T04:29:44.984Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20252026-04-19T04:29:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-04-19T04:29:45.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-04-19T04:29:45.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-04-19T04:29:45.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-04-19T04:29:45.452Z
20302026-04-19T04:29:45.453Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20312026-04-19T04:29:45.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-04-19T04:29:45.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-04-19T04:29:45.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-04-19T04:29:45.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-04-19T04:29:45.920Z
20362026-04-19T04:29:45.920Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20372026-04-19T04:29:46.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-04-19T04:29:46.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-04-19T04:29:46.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-04-19T04:29:46.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20412026-04-19T04:29:46.395Z
20422026-04-19T04:29:46.395Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20432026-04-19T04:29:46.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-04-19T04:29:46.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-04-19T04:29:46.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-04-19T04:29:46.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-04-19T04:29:46.866Z
20482026-04-19T04:29:46.866Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20492026-04-19T04:29:47.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-04-19T04:29:47.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-04-19T04:29:47.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-04-19T04:29:47.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-04-19T04:29:47.334Z
20542026-04-19T04:29:47.334Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20552026-04-19T04:29:47.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-04-19T04:29:47.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-04-19T04:29:47.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-04-19T04:29:47.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-04-19T04:29:47.805Z
20602026-04-19T04:29:47.805Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20612026-04-19T04:29:48.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-04-19T04:29:48.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-04-19T04:29:48.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-04-19T04:29:48.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-04-19T04:29:48.276Z
20662026-04-19T04:29:48.276Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20672026-04-19T04:29:48.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-04-19T04:29:48.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-04-19T04:29:48.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-04-19T04:29:48.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-04-19T04:29:48.749Z
20722026-04-19T04:29:48.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20732026-04-19T04:29:49.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-04-19T04:29:49.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-04-19T04:29:49.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-04-19T04:29:49.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-04-19T04:29:49.224Z
20782026-04-19T04:29:49.224Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20792026-04-19T04:29:49.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-04-19T04:29:49.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-04-19T04:29:49.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-04-19T04:29:49.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-04-19T04:29:49.700Z
20842026-04-19T04:29:49.700Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20852026-04-19T04:29:50.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-04-19T04:29:50.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-04-19T04:29:50.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-04-19T04:29:50.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20892026-04-19T04:29:50.178Z
20902026-04-19T04:29:50.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20912026-04-19T04:29:50.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-04-19T04:29:50.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-04-19T04:29:50.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-04-19T04:29:50.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-04-19T04:29:50.652Z
20962026-04-19T04:29:50.652Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20972026-04-19T04:29:51.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-04-19T04:29:51.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-04-19T04:29:51.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-04-19T04:29:51.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-04-19T04:29:51.132Z
21022026-04-19T04:29:51.132Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21032026-04-19T04:29:51.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-04-19T04:29:51.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-04-19T04:29:51.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-04-19T04:29:51.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21072026-04-19T04:29:51.609Z
21082026-04-19T04:29:51.609Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21092026-04-19T04:29:52.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-04-19T04:29:52.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-04-19T04:29:52.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-04-19T04:29:52.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21132026-04-19T04:29:52.248Z
21142026-04-19T04:29:52.248Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21152026-04-19T04:29:52.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-04-19T04:29:52.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-04-19T04:29:52.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-04-19T04:29:52.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21192026-04-19T04:29:52.887Z
21202026-04-19T04:29:52.887Zinfo: running `cargo check --bins` on nexus-config (51/272)
21212026-04-19T04:29:53.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-04-19T04:29:53.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-04-19T04:29:53.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-04-19T04:29:53.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21252026-04-19T04:29:53.519Z
21262026-04-19T04:29:53.520Zinfo: running `cargo check --bins` on nexus-types (52/272)
21272026-04-19T04:29:54.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-04-19T04:29:54.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-04-19T04:29:54.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-04-19T04:29:54.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21312026-04-19T04:29:54.159Z
21322026-04-19T04:29:54.159Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21332026-04-19T04:29:54.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-04-19T04:29:54.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-04-19T04:29:54.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-04-19T04:29:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-04-19T04:29:54.766Z
21382026-04-19T04:29:54.766Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21392026-04-19T04:29:55.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-04-19T04:29:55.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-04-19T04:29:55.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-04-19T04:29:55.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21432026-04-19T04:29:55.351Z
21442026-04-19T04:29:55.351Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21452026-04-19T04:29:55.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-04-19T04:29:55.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-04-19T04:29:55.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-04-19T04:29:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21492026-04-19T04:29:55.952Z
21502026-04-19T04:29:55.952Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21512026-04-19T04:29:56.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-04-19T04:29:56.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-04-19T04:29:56.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-04-19T04:29:56.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21552026-04-19T04:29:56.555Z
21562026-04-19T04:29:56.556Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21572026-04-19T04:29:57.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-04-19T04:29:57.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-04-19T04:29:57.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-04-19T04:29:57.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21612026-04-19T04:29:57.156Z
21622026-04-19T04:29:57.156Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21632026-04-19T04:29:57.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-04-19T04:29:57.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-04-19T04:29:57.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-04-19T04:29:57.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-04-19T04:29:57.755Z
21682026-04-19T04:29:57.755Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21692026-04-19T04:29:58.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-04-19T04:29:58.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-04-19T04:29:58.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-04-19T04:29:58.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-04-19T04:29:58.341Z
21742026-04-19T04:29:58.342Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21752026-04-19T04:29:58.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-04-19T04:29:58.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-04-19T04:29:58.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-04-19T04:29:58.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-04-19T04:29:58.922Z
21802026-04-19T04:29:58.922Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21812026-04-19T04:29:59.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-04-19T04:29:59.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-04-19T04:29:59.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-04-19T04:29:59.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-04-19T04:29:59.503Z
21862026-04-19T04:29:59.503Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21872026-04-19T04:29:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-04-19T04:29:59.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-04-19T04:29:59.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-04-19T04:30:00.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-04-19T04:30:00.084Z
21922026-04-19T04:30:00.084Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21932026-04-19T04:30:00.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-04-19T04:30:00.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-04-19T04:30:00.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-04-19T04:30:00.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-04-19T04:30:00.683Z
21982026-04-19T04:30:00.683Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21992026-04-19T04:30:01.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-04-19T04:30:01.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-04-19T04:30:01.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-04-19T04:30:01.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22032026-04-19T04:30:01.285Z
22042026-04-19T04:30:01.285Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22052026-04-19T04:30:01.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-04-19T04:30:01.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-04-19T04:30:01.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-04-19T04:30:01.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-04-19T04:30:01.867Z
22102026-04-19T04:30:01.867Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22112026-04-19T04:30:02.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-04-19T04:30:02.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-04-19T04:30:02.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-04-19T04:30:02.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-04-19T04:30:02.452Z
22162026-04-19T04:30:02.452Zinfo: running `cargo check --bins` on ereport-types (67/272)
22172026-04-19T04:30:02.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-04-19T04:30:02.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-04-19T04:30:02.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-04-19T04:30:02.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-04-19T04:30:03.046Z
22222026-04-19T04:30:03.046Zinfo: running `cargo check --bins` on gateway-client (68/272)
22232026-04-19T04:30:03.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-04-19T04:30:03.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-04-19T04:30:03.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-04-19T04:30:03.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-04-19T04:30:03.646Z
22282026-04-19T04:30:03.646Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22292026-04-19T04:30:04.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-04-19T04:30:04.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-04-19T04:30:04.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-04-19T04:30:04.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22332026-04-19T04:30:04.242Z
22342026-04-19T04:30:04.242Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22352026-04-19T04:30:04.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-04-19T04:30:04.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-04-19T04:30:04.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-04-19T04:30:04.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22392026-04-19T04:30:04.833Z
22402026-04-19T04:30:04.833Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22412026-04-19T04:30:05.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-04-19T04:30:05.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-04-19T04:30:05.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-04-19T04:30:05.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22452026-04-19T04:30:05.434Z
22462026-04-19T04:30:05.434Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22472026-04-19T04:30:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-04-19T04:30:05.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-04-19T04:30:05.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-04-19T04:30:05.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22512026-04-19T04:30:06.023Z
22522026-04-19T04:30:06.023Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22532026-04-19T04:30:06.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-04-19T04:30:06.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-04-19T04:30:06.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-04-19T04:30:06.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22572026-04-19T04:30:06.636Z
22582026-04-19T04:30:06.636Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22592026-04-19T04:30:07.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-04-19T04:30:07.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-04-19T04:30:07.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-04-19T04:30:07.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22632026-04-19T04:30:07.250Z
22642026-04-19T04:30:07.250Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22652026-04-19T04:30:07.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-04-19T04:30:07.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-04-19T04:30:07.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-04-19T04:30:07.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22692026-04-19T04:30:07.834Z
22702026-04-19T04:30:07.834Zinfo: running `cargo check --bins` on oxlog (76/272)
22712026-04-19T04:30:08.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-04-19T04:30:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-04-19T04:30:08.451Z Checking cfg-if v1.0.4
22742026-04-19T04:30:08.454Z Checking libc v0.2.185
22752026-04-19T04:30:08.454Z Checking serde_core v1.0.228
22762026-04-19T04:30:08.569Z Checking zeroize v1.8.2
22772026-04-19T04:30:08.576Z Checking memchr v2.8.0
22782026-04-19T04:30:08.584Z Checking log v0.4.29
22792026-04-19T04:30:08.593Z Checking smallvec v1.15.1
22802026-04-19T04:30:08.603Z Checking typenum v1.19.0
22812026-04-19T04:30:08.613Z Checking subtle v2.6.1
22822026-04-19T04:30:08.708Z Checking itoa v1.0.17
22832026-04-19T04:30:08.739Z Checking scopeguard v1.2.0
22842026-04-19T04:30:08.759Z Checking const-oid v0.9.6
22852026-04-19T04:30:08.771Z Checking stable_deref_trait v1.2.1
22862026-04-19T04:30:08.836Z Checking lock_api v0.4.14
22872026-04-19T04:30:08.849Z Checking portable-atomic v1.13.1
22882026-04-19T04:30:08.851Z Checking zerofrom v0.1.6
22892026-04-19T04:30:08.950Z Checking critical-section v1.2.0
22902026-04-19T04:30:08.962Z Checking yoke v0.8.1
22912026-04-19T04:30:08.973Z Checking getrandom v0.2.17
22922026-04-19T04:30:09.030Z Checking errno v0.3.14
22932026-04-19T04:30:09.050Z Checking parking_lot_core v0.9.12
22942026-04-19T04:30:09.113Z Checking generic-array v0.14.7
22952026-04-19T04:30:09.116Z Checking rand_core v0.6.4
22962026-04-19T04:30:09.136Z Checking zerovec v0.11.5
22972026-04-19T04:30:09.146Z Checking signal-hook-registry v1.4.8
22982026-04-19T04:30:09.257Z Checking zerocopy v0.8.40
22992026-04-19T04:30:09.260Z Checking once_cell v1.21.3
23002026-04-19T04:30:09.296Z Checking pin-project-lite v0.2.17
23012026-04-19T04:30:09.307Z Checking parking_lot v0.12.5
23022026-04-19T04:30:09.387Z Checking mio v1.2.0
23032026-04-19T04:30:09.447Z Checking socket2 v0.6.3
23042026-04-19T04:30:09.452Z Checking libm v0.2.16
23052026-04-19T04:30:09.487Z Checking zmij v1.0.21
23062026-04-19T04:30:09.548Z Checking crypto-common v0.1.7
23072026-04-19T04:30:09.560Z Checking block-buffer v0.10.4
23082026-04-19T04:30:09.661Z Checking tinystr v0.8.2
23092026-04-19T04:30:09.672Z Checking litemap v0.8.1
23102026-04-19T04:30:09.675Z Checking equivalent v1.0.2
23112026-04-19T04:30:09.693Z Checking digest v0.10.7
23122026-04-19T04:30:09.696Z Checking allocator-api2 v0.2.21
23132026-04-19T04:30:09.760Z Checking futures-core v0.3.32
23142026-04-19T04:30:09.834Z Checking percent-encoding v2.3.2
23152026-04-19T04:30:09.845Z Checking writeable v0.6.2
23162026-04-19T04:30:09.881Z Checking potential_utf v0.1.4
23172026-04-19T04:30:09.896Z Checking zerotrie v0.2.3
23182026-04-19T04:30:09.968Z Checking cpufeatures v0.2.17
23192026-04-19T04:30:09.969Z Checking foldhash v0.2.0
23202026-04-19T04:30:09.998Z Checking icu_locale_core v2.1.1
23212026-04-19T04:30:10.010Z Checking icu_collections v2.1.1
23222026-04-19T04:30:10.034Z Checking serde v1.0.228
23232026-04-19T04:30:10.045Z Checking bitflags v2.11.0
23242026-04-19T04:30:10.128Z Checking serde_json v1.0.149
23252026-04-19T04:30:10.140Z Checking hashbrown v0.16.1
23262026-04-19T04:30:10.150Z Checking num-traits v0.2.19
23272026-04-19T04:30:10.208Z Checking hmac v0.12.1
23282026-04-19T04:30:10.309Z Checking block-padding v0.3.3
23292026-04-19T04:30:10.338Z Checking icu_properties_data v2.1.2
23302026-04-19T04:30:10.432Z Checking bytes v1.11.1
23312026-04-19T04:30:10.444Z Checking icu_normalizer_data v2.1.1
23322026-04-19T04:30:10.463Z Checking futures-sink v0.3.32
23332026-04-19T04:30:10.513Z Checking rand_core v0.10.0
23342026-04-19T04:30:10.539Z Checking icu_provider v2.1.1
23352026-04-19T04:30:10.559Z Checking futures-channel v0.3.32
23362026-04-19T04:30:10.629Z Checking indexmap v2.13.0
23372026-04-19T04:30:10.650Z Checking getrandom v0.4.1
23382026-04-19T04:30:10.677Z Checking inout v0.1.4
23392026-04-19T04:30:10.754Z Checking slab v0.4.12
23402026-04-19T04:30:10.774Z Checking icu_properties v2.1.2
23412026-04-19T04:30:10.797Z Checking icu_normalizer v2.1.1
23422026-04-19T04:30:10.808Z Checking futures-io v0.3.32
23432026-04-19T04:30:10.819Z Checking futures-task v0.3.32
23442026-04-19T04:30:10.883Z Checking tokio v1.52.1
23452026-04-19T04:30:10.910Z Checking cipher v0.4.4
23462026-04-19T04:30:10.923Z Checking sha2 v0.10.9
23472026-04-19T04:30:10.954Z Checking futures-util v0.3.32
23482026-04-19T04:30:11.103Z Checking getrandom v0.3.4
23492026-04-19T04:30:11.115Z Checking utf8_iter v1.0.4
23502026-04-19T04:30:11.192Z Checking base64ct v1.8.3
23512026-04-19T04:30:11.204Z Checking byteorder v1.5.0
23522026-04-19T04:30:11.230Z Checking form_urlencoded v1.2.2
23532026-04-19T04:30:11.244Z Checking fnv v1.0.7
23542026-04-19T04:30:11.335Z Checking flagset v0.4.7
23552026-04-19T04:30:11.357Z Checking rand_core v0.9.5
23562026-04-19T04:30:11.400Z Checking salsa20 v0.10.2
23572026-04-19T04:30:11.426Z Checking pem-rfc7468 v0.7.0
23582026-04-19T04:30:11.453Z Checking http v1.4.0
23592026-04-19T04:30:11.538Z Checking uuid v1.23.0
23602026-04-19T04:30:11.541Z Checking pbkdf2 v0.12.2
23612026-04-19T04:30:11.589Z Checking der v0.7.10
23622026-04-19T04:30:11.603Z Checking idna_adapter v1.2.1
23632026-04-19T04:30:11.655Z Checking scrypt v0.11.0
23642026-04-19T04:30:11.721Z Checking idna v1.1.0
23652026-04-19T04:30:11.792Z Checking aes v0.8.4
23662026-04-19T04:30:11.847Z Checking cbc v0.1.2
23672026-04-19T04:30:11.966Z Checking url v2.5.8
23682026-04-19T04:30:11.979Z Checking rustix v1.1.3
23692026-04-19T04:30:12.016Z Checking tracing-core v0.1.36
23702026-04-19T04:30:12.073Z Checking ppv-lite86 v0.2.21
23712026-04-19T04:30:12.175Z Checking rustls-pki-types v1.14.0
23722026-04-19T04:30:12.322Z Checking spki v0.7.3
23732026-04-19T04:30:12.335Z Checking regex-syntax v0.8.10
23742026-04-19T04:30:12.362Z Checking rand_chacha v0.9.0
23752026-04-19T04:30:12.393Z Checking iana-time-zone v0.1.65
23762026-04-19T04:30:12.460Z Checking tracing v0.1.44
23772026-04-19T04:30:12.482Z Checking pkcs5 v0.7.1
23782026-04-19T04:30:12.497Z Checking chrono v0.4.44
23792026-04-19T04:30:12.560Z Checking rand v0.9.2
23802026-04-19T04:30:12.662Z Checking http-body v1.0.1
23812026-04-19T04:30:12.733Z Checking aws-lc-sys v0.37.1
23822026-04-19T04:30:12.796Z Checking untrusted v0.9.0
23832026-04-19T04:30:12.811Z Checking untrusted v0.7.1
23842026-04-19T04:30:12.858Z Checking base64 v0.22.1
23852026-04-19T04:30:12.901Z Checking openssl-probe v0.2.1
23862026-04-19T04:30:12.920Z Checking ring v0.17.14
23872026-04-19T04:30:13.009Z Checking pkcs8 v0.10.2
23882026-04-19T04:30:13.025Z Checking tower-layer v0.3.3
23892026-04-19T04:30:13.096Z Checking tower-service v0.3.3
23902026-04-19T04:30:13.170Z Checking plain v0.2.3
23912026-04-19T04:30:13.185Z Checking try-lock v0.2.5
23922026-04-19T04:30:13.197Z Checking tinyvec_macros v0.1.1
23932026-04-19T04:30:13.242Z Checking aws-lc-rs v1.16.0
23942026-04-19T04:30:13.259Z Checking atomic-waker v1.1.2
23952026-04-19T04:30:13.271Z Checking tinyvec v1.10.0
23962026-04-19T04:30:13.283Z Checking want v0.3.1
23972026-04-19T04:30:13.356Z Checking ipnet v2.11.0
23982026-04-19T04:30:13.369Z Checking semver v1.0.27
23992026-04-19T04:30:13.401Z Checking httparse v1.10.1
24002026-04-19T04:30:13.572Z Checking spin v0.9.8
24012026-04-19T04:30:13.585Z Checking ucd-trie v0.1.7
24022026-04-19T04:30:13.602Z Checking pin-utils v0.1.0
24032026-04-19T04:30:13.605Z Checking httpdate v1.0.3
24042026-04-19T04:30:13.655Z Checking foreign-types-shared v0.1.1
24052026-04-19T04:30:13.677Z Checking unicode-ident v1.0.24
24062026-04-19T04:30:13.710Z Checking dyn-clone v1.0.20
24072026-04-19T04:30:13.736Z Checking fastrand v2.3.0
24082026-04-19T04:30:13.747Z Checking foreign-types v0.3.2
24092026-04-19T04:30:13.750Z Checking pest v2.8.6
24102026-04-19T04:30:13.780Z Checking proc-macro2 v1.0.106
24112026-04-19T04:30:13.806Z Checking schemars v0.8.22
24122026-04-19T04:30:13.821Z Checking openssl-sys v0.9.111
24132026-04-19T04:30:13.917Z Checking tempfile v3.25.0
24142026-04-19T04:30:13.923Z Checking thiserror v2.0.18
24152026-04-19T04:30:14.023Z Checking wait-timeout v0.2.1
24162026-04-19T04:30:14.087Z Checking rustls-webpki v0.103.9
24172026-04-19T04:30:14.099Z Checking socket2 v0.5.10
24182026-04-19T04:30:14.110Z Checking aho-corasick v1.1.4
24192026-04-19T04:30:14.134Z Checking tokio-util v0.7.18
24202026-04-19T04:30:14.147Z Checking bit-vec v0.8.0
24212026-04-19T04:30:14.310Z Checking siphasher v1.0.2
24222026-04-19T04:30:14.339Z Checking quick-error v1.2.3
24232026-04-19T04:30:14.339Z Checking simd-adler32 v0.3.8
24242026-04-19T04:30:14.441Z Checking pretty-hex v0.4.1
24252026-04-19T04:30:14.458Z Checking powerfmt v0.2.0
24262026-04-19T04:30:14.461Z Checking anstyle v1.0.13
24272026-04-19T04:30:14.511Z Checking rustls v0.23.37
24282026-04-19T04:30:14.523Z Checking utf8parse v0.2.2
24292026-04-19T04:30:14.554Z Checking rusty-fork v0.3.1
24302026-04-19T04:30:14.605Z Checking deranged v0.5.8
24312026-04-19T04:30:14.620Z Checking anstyle-parse v0.2.7
24322026-04-19T04:30:14.642Z Checking bit-set v0.8.0
24332026-04-19T04:30:14.723Z Checking openssl v0.10.75
24342026-04-19T04:30:14.740Z Checking h2 v0.4.13
24352026-04-19T04:30:14.770Z Checking quote v1.0.44
24362026-04-19T04:30:14.784Z Checking regex-automata v0.4.14
24372026-04-19T04:30:14.798Z Compiling newtype-uuid v1.3.2
24382026-04-19T04:30:14.820Z Checking unicode-normalization v0.1.25
24392026-04-19T04:30:14.934Z Checking rustls-native-certs v0.8.3
24402026-04-19T04:30:14.975Z Checking crossbeam-utils v0.8.21
24412026-04-19T04:30:15.061Z Checking rand_xorshift v0.4.0
24422026-04-19T04:30:15.181Z Checking crc32fast v1.5.0
24432026-04-19T04:30:15.222Z Checking scroll v0.13.0
24442026-04-19T04:30:15.316Z Checking signature v2.2.0
24452026-04-19T04:30:15.316Z Checking sync_wrapper v1.0.2
24462026-04-19T04:30:15.419Z Checking anstyle-query v1.1.5
24472026-04-19T04:30:15.447Z Checking unicode-properties v0.1.4
24482026-04-19T04:30:15.459Z Checking adler2 v2.0.1
24492026-04-19T04:30:15.508Z Checking unicode-bidi v0.3.18
24502026-04-19T04:30:15.534Z Checking colorchoice v1.0.4
24512026-04-19T04:30:15.560Z Checking time-core v0.1.8
24522026-04-19T04:30:15.630Z Checking num-conv v0.2.0
24532026-04-19T04:30:15.633Z Checking unarray v0.1.4
24542026-04-19T04:30:15.715Z Checking is_terminal_polyfill v1.70.2
24552026-04-19T04:30:15.749Z Checking num_threads v0.1.7
24562026-04-19T04:30:15.761Z Checking proptest v1.10.0
24572026-04-19T04:30:15.802Z Checking stringprep v0.1.5
24582026-04-19T04:30:15.804Z Checking anstream v0.6.21
24592026-04-19T04:30:15.832Z Checking time v0.3.47
24602026-04-19T04:30:15.956Z Checking miniz_oxide v0.8.9
24612026-04-19T04:30:16.012Z Checking goblin v0.10.5
24622026-04-19T04:30:16.319Z Checking tower v0.5.3
24632026-04-19T04:30:16.634Z Checking crossbeam-epoch v0.9.18
24642026-04-19T04:30:16.710Z Checking syn v2.0.117
24652026-04-19T04:30:16.726Z Checking native-tls v0.2.18
24662026-04-19T04:30:16.857Z Compiling daft v0.1.5
24672026-04-19T04:30:16.902Z Checking ipnetwork v0.21.1
24682026-04-19T04:30:16.933Z Checking tokio-rustls v0.26.4
24692026-04-19T04:30:16.987Z Checking http-body-util v0.1.3
24702026-04-19T04:30:17.115Z Checking webpki-roots v1.0.6
24712026-04-19T04:30:17.133Z Checking rand_chacha v0.3.1
24722026-04-19T04:30:17.161Z Checking scroll v0.12.0
24732026-04-19T04:30:17.206Z Checking thiserror v1.0.69
24742026-04-19T04:30:17.227Z Checking hash32 v0.2.1
24752026-04-19T04:30:17.302Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-04-19T04:30:17.341Z Checking num-integer v0.1.46
24772026-04-19T04:30:17.382Z Checking toml_datetime v0.6.11
24782026-04-19T04:30:17.393Z Checking serde_spanned v0.6.9
24792026-04-19T04:30:17.409Z Checking md-5 v0.10.6
24802026-04-19T04:30:17.454Z Checking hyper v1.8.1
24812026-04-19T04:30:17.512Z Checking ff v0.13.1
24822026-04-19T04:30:17.542Z Checking ryu v1.0.23
24832026-04-19T04:30:17.558Z Checking fallible-iterator v0.2.0
24842026-04-19T04:30:17.571Z Checking iri-string v0.7.10
24852026-04-19T04:30:17.584Z Checking psl-types v2.0.11
24862026-04-19T04:30:17.636Z Checking zlib-rs v0.6.2
24872026-04-19T04:30:17.676Z Checking base16ct v0.2.0
24882026-04-19T04:30:17.696Z Checking publicsuffix v2.3.0
24892026-04-19T04:30:17.800Z Checking sec1 v0.7.3
24902026-04-19T04:30:17.829Z Checking postgres-protocol v0.6.10
24912026-04-19T04:30:17.852Z Checking serde_urlencoded v0.7.1
24922026-04-19T04:30:18.002Z Checking group v0.13.0
24932026-04-19T04:30:18.136Z Compiling iddqd v0.3.17
24942026-04-19T04:30:18.150Z Checking num-iter v0.1.45
24952026-04-19T04:30:18.204Z Checking zstd-safe v7.2.4
24962026-04-19T04:30:18.259Z Checking goblin v0.8.2
24972026-04-19T04:30:18.359Z Checking hyper-util v0.1.20
24982026-04-19T04:30:18.370Z Checking heapless v0.7.17
24992026-04-19T04:30:18.381Z Checking dof v0.4.0
25002026-04-19T04:30:18.506Z Checking flate2 v1.1.9
25012026-04-19T04:30:18.582Z Checking tower-http v0.6.8
25022026-04-19T04:30:18.776Z Checking rand v0.8.5
25032026-04-19T04:30:18.802Z Checking oxnet v0.1.4
25042026-04-19T04:30:18.855Z Checking cookie v0.18.1
25052026-04-19T04:30:19.001Z Checking tokio-native-tls v0.3.1
25062026-04-19T04:30:19.017Z Checking dtrace-parser v0.3.0
25072026-04-19T04:30:19.065Z Checking phf_shared v0.13.1
25082026-04-19T04:30:19.094Z Checking lazy_static v1.5.0
25092026-04-19T04:30:19.158Z Checking terminal_size v0.4.3
25102026-04-19T04:30:19.191Z Checking zerocopy v0.7.35
25112026-04-19T04:30:19.236Z Checking bzip2-sys v0.1.13+1.0.8
25122026-04-19T04:30:19.252Z Checking signal-hook v0.3.18
25132026-04-19T04:30:19.285Z Checking hkdf v0.12.4
25142026-04-19T04:30:19.288Z Checking crypto-bigint v0.5.5
25152026-04-19T04:30:19.309Z Checking thread-id v5.1.0
25162026-04-19T04:30:19.321Z Checking managed v0.8.0
25172026-04-19T04:30:19.385Z Checking bitflags v1.3.2
25182026-04-19T04:30:19.416Z Checking bumpalo v3.20.2
25192026-04-19T04:30:19.438Z Checking winnow v0.7.14
25202026-04-19T04:30:19.454Z Checking clap_lex v1.0.0
25212026-04-19T04:30:19.503Z Compiling rayon-core v1.13.0
25222026-04-19T04:30:19.605Z Checking winnow v0.5.40
25232026-04-19T04:30:19.617Z Checking either v1.15.0
25242026-04-19T04:30:19.630Z Checking hyper-rustls v0.27.7
25252026-04-19T04:30:19.677Z Checking libbz2-rs-sys v0.2.2
25262026-04-19T04:30:19.678Z Checking strsim v0.11.1
25272026-04-19T04:30:19.796Z Checking foldhash v0.1.5
25282026-04-19T04:30:19.846Z Checking clap_builder v4.5.60
25292026-04-19T04:30:19.862Z Checking hyper-tls v0.6.0
25302026-04-19T04:30:19.928Z Checking hashbrown v0.15.5
25312026-04-19T04:30:20.028Z Checking zopfli v0.8.3
25322026-04-19T04:30:20.075Z Checking bzip2 v0.6.1
25332026-04-19T04:30:20.174Z Checking dof v0.3.0
25342026-04-19T04:30:20.198Z Checking elliptic-curve v0.13.8
25352026-04-19T04:30:20.236Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25362026-04-19T04:30:20.356Z Checking smoltcp v0.9.1
25372026-04-19T04:30:20.394Z Checking signal-hook-mio v0.2.5
25382026-04-19T04:30:20.418Z Checking usdt-impl v0.6.0
25392026-04-19T04:30:20.452Z Checking bzip2 v0.4.4
25402026-04-19T04:30:20.493Z Checking num-bigint-dig v0.8.6
25412026-04-19T04:30:20.507Z Checking phf v0.13.1
25422026-04-19T04:30:20.612Z Checking cookie_store v0.22.1
25432026-04-19T04:30:20.650Z Checking zstd v0.13.3
25442026-04-19T04:30:20.715Z Checking postgres-types v0.2.12
25452026-04-19T04:30:20.759Z Checking toml_edit v0.19.15
25462026-04-19T04:30:20.840Z Checking dtrace-parser v0.2.0
25472026-04-19T04:30:20.864Z Checking rustls-platform-verifier v0.6.2
25482026-04-19T04:30:20.960Z Checking crossbeam-deque v0.8.6
25492026-04-19T04:30:20.974Z Checking regex v1.12.3
25502026-04-19T04:30:21.003Z Checking bstr v1.12.1
25512026-04-19T04:30:21.030Z Checking ed25519 v2.2.3
25522026-04-19T04:30:21.077Z Checking phf_shared v0.11.3
25532026-04-19T04:30:21.102Z Checking ref-cast v1.0.25
25542026-04-19T04:30:21.136Z Checking curve25519-dalek v4.1.3
25552026-04-19T04:30:21.201Z Checking strum v0.27.2
25562026-04-19T04:30:21.217Z Checking hubpack v0.1.2
25572026-04-19T04:30:21.228Z Checking memoffset v0.9.1
25582026-04-19T04:30:21.249Z Checking rustix v0.38.44
25592026-04-19T04:30:21.303Z Checking pkcs1 v0.7.5
25602026-04-19T04:30:21.306Z Checking float-cmp v0.10.0
25612026-04-19T04:30:21.340Z Checking erased-serde v0.3.31
25622026-04-19T04:30:21.383Z Checking hex v0.4.3
25632026-04-19T04:30:21.398Z Checking serde-big-array v0.5.1
25642026-04-19T04:30:21.438Z Checking rfc6979 v0.4.0
25652026-04-19T04:30:21.507Z Checking memmap2 v0.9.10
25662026-04-19T04:30:21.526Z Checking thread-id v4.2.2
25672026-04-19T04:30:21.552Z Checking env_filter v1.0.0
25682026-04-19T04:30:21.600Z Checking encoding_rs v0.8.35
25692026-04-19T04:30:21.611Z Checking keccak v0.1.6
25702026-04-19T04:30:21.666Z Checking toml_write v0.1.2
25712026-04-19T04:30:21.692Z Checking rustc-hash v2.1.1
25722026-04-19T04:30:21.718Z Checking static_assertions v1.1.0
25732026-04-19T04:30:21.774Z Checking fixedbitset v0.4.2
25742026-04-19T04:30:21.787Z Checking whoami v2.1.0
25752026-04-19T04:30:21.801Z Checking jiff v0.2.21
25762026-04-19T04:30:21.804Z Checking normalize-line-endings v0.3.0
25772026-04-19T04:30:21.833Z Checking predicates-core v1.0.10
25782026-04-19T04:30:21.889Z Checking difflib v0.4.0
25792026-04-19T04:30:21.908Z Checking fixedbitset v0.5.7
25802026-04-19T04:30:21.920Z Checking new_debug_unreachable v1.0.6
25812026-04-19T04:30:21.950Z Checking mime v0.3.17
25822026-04-19T04:30:21.979Z Checking precomputed-hash v0.1.1
25832026-04-19T04:30:21.991Z Checking data-encoding v2.10.0
25842026-04-19T04:30:22.058Z Checking unicode-segmentation v1.12.0
25852026-04-19T04:30:22.070Z Checking string_cache v0.8.9
25862026-04-19T04:30:22.073Z Checking predicates v3.1.4
25872026-04-19T04:30:22.101Z Checking petgraph v0.8.3
25882026-04-19T04:30:22.123Z Checking crossterm v0.28.1
25892026-04-19T04:30:22.234Z Checking tokio-postgres v0.7.16
25902026-04-19T04:30:22.266Z Checking hickory-proto v0.25.2
25912026-04-19T04:30:22.373Z Checking similar v2.7.0
25922026-04-19T04:30:22.386Z Checking petgraph v0.6.5
25932026-04-19T04:30:22.556Z Checking reqwest v0.12.28
25942026-04-19T04:30:22.752Z Checking ed25519-dalek v2.2.0
25952026-04-19T04:30:22.835Z Checking toml_edit v0.22.27
25962026-04-19T04:30:22.986Z Checking toml v0.7.8
25972026-04-19T04:30:23.407Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25982026-04-19T04:30:23.496Z Checking sha3 v0.10.8
25992026-04-19T04:30:23.619Z Checking slog v2.8.2
26002026-04-19T04:30:23.672Z Checking env_logger v0.11.9
26012026-04-19T04:30:23.698Z Checking usdt v0.6.0
26022026-04-19T04:30:23.863Z Checking usdt-impl v0.5.0
26032026-04-19T04:30:23.863Z Checking serde_with v3.17.0
26042026-04-19T04:30:23.886Z Checking ecdsa v0.16.9
26052026-04-19T04:30:23.914Z Checking rsa v0.9.10
26062026-04-19T04:30:24.061Z Checking zip v4.6.1
26072026-04-19T04:30:24.143Z Checking nix v0.31.2
26082026-04-19T04:30:24.220Z Checking clap v4.5.60
26092026-04-19T04:30:24.301Z Checking reqwest v0.13.2
26102026-04-19T04:30:24.386Z Checking toml_parser v1.0.9+spec-1.1.0
26112026-04-19T04:30:24.473Z Checking zip v0.6.6
26122026-04-19T04:30:24.654Z Checking itertools v0.13.0
26132026-04-19T04:30:24.712Z Checking strum v0.26.3
26142026-04-19T04:30:24.796Z Checking fs-err v3.3.0
26152026-04-19T04:30:24.824Z Checking ahash v0.8.12
26162026-04-19T04:30:25.024Z Checking tokio-stream v0.1.18
26172026-04-19T04:30:25.091Z Checking object v0.37.3
26182026-04-19T04:30:25.094Z Checking buf-list v1.1.2
26192026-04-19T04:30:25.138Z Checking anyhow v1.0.102
26202026-04-19T04:30:25.150Z Checking camino v1.2.2
26212026-04-19T04:30:25.283Z Checking x509-cert v0.2.5
26222026-04-19T04:30:25.297Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26232026-04-19T04:30:25.332Z Checking openapiv3 v2.2.0
26242026-04-19T04:30:25.391Z Checking sha1 v0.10.6
26252026-04-19T04:30:25.411Z Checking toml_datetime v0.7.5+spec-1.1.0
26262026-04-19T04:30:25.551Z Checking lalrpop-util v0.19.12
26272026-04-19T04:30:25.563Z Checking peg-runtime v0.8.5
26282026-04-19T04:30:25.610Z Checking rayon v1.11.0
26292026-04-19T04:30:25.630Z Checking sigpipe v0.1.3
26302026-04-19T04:30:25.695Z Checking glob v0.3.3
26312026-04-19T04:30:27.306Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-04-19T04:30:27.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.74s
26332026-04-19T04:30:27.750Z
26342026-04-19T04:30:27.750Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26352026-04-19T04:30:28.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-04-19T04:30:28.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-04-19T04:30:28.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-04-19T04:30:28.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-04-19T04:30:28.352Z
26402026-04-19T04:30:28.352Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26412026-04-19T04:30:28.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-04-19T04:30:28.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-04-19T04:30:28.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-04-19T04:30:28.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-04-19T04:30:28.951Z
26462026-04-19T04:30:28.952Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26472026-04-19T04:30:29.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-04-19T04:30:29.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-04-19T04:30:29.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-04-19T04:30:29.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-04-19T04:30:29.568Z
26522026-04-19T04:30:29.568Zinfo: running `cargo check --bins` on oxql-types (80/272)
26532026-04-19T04:30:30.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-04-19T04:30:30.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-04-19T04:30:30.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-04-19T04:30:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-04-19T04:30:30.167Z
26582026-04-19T04:30:30.167Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26592026-04-19T04:30:30.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-04-19T04:30:30.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-04-19T04:30:30.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-04-19T04:30:30.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-04-19T04:30:30.770Z
26642026-04-19T04:30:30.770Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26652026-04-19T04:30:31.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-04-19T04:30:31.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-04-19T04:30:31.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-04-19T04:30:31.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26692026-04-19T04:30:31.369Z
26702026-04-19T04:30:31.369Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26712026-04-19T04:30:31.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-04-19T04:30:31.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-04-19T04:30:31.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-04-19T04:30:31.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26752026-04-19T04:30:31.957Z
26762026-04-19T04:30:31.957Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26772026-04-19T04:30:32.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-04-19T04:30:32.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-04-19T04:30:32.638Z Compiling structmeta-derive v0.3.0
26802026-04-19T04:30:32.753Z Compiling rustls v0.22.4
26812026-04-19T04:30:32.763Z Compiling multer v3.1.0
26822026-04-19T04:30:32.772Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-04-19T04:30:32.772Z Compiling async-stream-impl v0.3.6
26842026-04-19T04:30:32.794Z Compiling dropshot v0.16.7
26852026-04-19T04:30:32.809Z Compiling dropshot_endpoint v0.16.7
26862026-04-19T04:30:32.812Z Compiling newtype-uuid-macros v0.1.0
26872026-04-19T04:30:32.930Z Checking newtype-uuid v1.3.2
26882026-04-19T04:30:32.993Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-04-19T04:30:33.062Z Checking rustls-webpki v0.102.8
26902026-04-19T04:30:33.127Z Checking daft v0.1.5
26912026-04-19T04:30:33.156Z Checking futures-executor v0.3.32
26922026-04-19T04:30:33.362Z Checking thread_local v1.1.9
26932026-04-19T04:30:33.376Z Compiling match_cfg v0.1.0
26942026-04-19T04:30:33.448Z Compiling hostname v0.3.1
26952026-04-19T04:30:33.527Z Checking iddqd v0.3.17
26962026-04-19T04:30:33.555Z Checking futures v0.3.32
26972026-04-19T04:30:33.582Z Checking crossbeam-channel v0.5.15
26982026-04-19T04:30:33.596Z Checking slog-json v2.6.1
26992026-04-19T04:30:33.816Z Compiling structmeta v0.3.0
27002026-04-19T04:30:33.838Z Checking serde_spanned v1.0.4
27012026-04-19T04:30:33.914Z Checking is-terminal v0.4.17
27022026-04-19T04:30:34.006Z Checking debug-ignore v1.0.5
27032026-04-19T04:30:34.030Z Compiling derive-ex v0.1.8
27042026-04-19T04:30:34.076Z Compiling parse-display-derive v0.10.0
27052026-04-19T04:30:34.106Z Checking take_mut v0.2.2
27062026-04-19T04:30:34.123Z Checking toml_writer v1.0.6+spec-1.1.0
27072026-04-19T04:30:34.304Z Checking term v1.2.1
27082026-04-19T04:30:34.382Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-04-19T04:30:34.422Z Compiling toml v0.9.12+spec-1.1.0
27102026-04-19T04:30:34.526Z Checking slog-term v2.9.2
27112026-04-19T04:30:34.571Z Checking slog-async v2.8.0
27122026-04-19T04:30:34.743Z Compiling slog-bunyan v2.5.0
27132026-04-19T04:30:34.881Z Compiling async-stream v0.3.6
27142026-04-19T04:30:34.894Z Checking tokio-rustls v0.25.0
27152026-04-19T04:30:35.033Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-04-19T04:30:35.059Z Checking progenitor-client v0.13.0
27172026-04-19T04:30:35.088Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-04-19T04:30:35.229Z Checking backon v1.6.0
27192026-04-19T04:30:35.288Z Checking waitgroup v0.1.2
27202026-04-19T04:30:35.402Z Checking rustls-pemfile v2.2.0
27212026-04-19T04:30:35.745Z Compiling test-strategy v0.4.5
27222026-04-19T04:30:35.748Z Checking serde_path_to_error v0.1.20
27232026-04-19T04:30:35.789Z Checking hostname v0.4.2
27242026-04-19T04:30:35.802Z Checking instant v0.1.13
27252026-04-19T04:30:35.899Z Compiling prettyplease v0.2.37
27262026-04-19T04:30:35.935Z Checking backoff v0.4.0
27272026-04-19T04:30:36.007Z Compiling parse-display v0.10.0
27282026-04-19T04:30:36.147Z Compiling progenitor-extras v0.1.1
27292026-04-19T04:30:36.282Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27302026-04-19T04:30:36.392Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27312026-04-19T04:30:36.500Z Checking progenitor-client v0.10.0
27322026-04-19T04:30:36.565Z Checking itertools v0.14.0
27332026-04-19T04:30:36.733Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27342026-04-19T04:30:37.155Z Checking regress v0.10.5
27352026-04-19T04:30:37.281Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27362026-04-19T04:30:37.653Z Compiling macaddr v1.0.1
27372026-04-19T04:30:37.892Z Checking num-rational v0.4.2
27382026-04-19T04:30:38.060Z Compiling usdt-attr-macro v0.5.0
27392026-04-19T04:30:38.162Z Compiling usdt-macro v0.5.0
27402026-04-19T04:30:38.165Z Checking num-complex v0.4.6
27412026-04-19T04:30:38.511Z Checking memmap v0.7.0
27422026-04-19T04:30:38.553Z Checking num v0.4.3
27432026-04-19T04:30:38.625Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-04-19T04:30:38.638Z Checking float-ord v0.3.2
27452026-04-19T04:30:38.741Z Compiling toml v0.8.23
27462026-04-19T04:30:38.769Z Compiling minimal-lexical v0.2.1
27472026-04-19T04:30:38.893Z Checking usdt v0.5.0
27482026-04-19T04:30:39.028Z Checking linked-hash-map v0.5.6
27492026-04-19T04:30:39.063Z Compiling nom v7.1.3
27502026-04-19T04:30:39.202Z Checking lru-cache v0.1.2
27512026-04-19T04:30:39.699Z Checking hickory-proto v0.24.4
27522026-04-19T04:30:39.851Z Checking phf_shared v0.12.1
27532026-04-19T04:30:39.875Z Compiling slog-dtrace v0.3.0
27542026-04-19T04:30:39.993Z Checking heck v0.5.0
27552026-04-19T04:30:40.071Z Compiling chrono-tz v0.10.4
27562026-04-19T04:30:40.123Z Checking resolv-conf v0.7.6
27572026-04-19T04:30:40.257Z Compiling convert_case v0.4.0
27582026-04-19T04:30:40.332Z Compiling const_format_proc_macros v0.2.34
27592026-04-19T04:30:40.394Z Checking phf v0.12.1
27602026-04-19T04:30:40.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-04-19T04:30:40.540Z Checking tokio-dtrace v0.1.1
27622026-04-19T04:30:40.634Z Compiling derive_more v0.99.20
27632026-04-19T04:30:40.774Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27642026-04-19T04:30:40.937Z Compiling derive-where v1.6.0
27652026-04-19T04:30:41.310Z Checking highway v1.3.0
27662026-04-19T04:30:41.474Z Checking const_format v0.2.35
27672026-04-19T04:30:41.541Z Checking hickory-resolver v0.24.4
27682026-04-19T04:30:41.575Z Checking oxide-tokio-rt v0.1.4
27692026-04-19T04:30:41.981Z Checking gethostname v0.5.0
27702026-04-19T04:30:42.074Z Checking bcs v0.1.6
27712026-04-19T04:30:42.297Z Compiling async-recursion v1.1.1
27722026-04-19T04:30:42.310Z Checking qorb v0.4.1
27732026-04-19T04:30:42.323Z Checking termtree v0.5.1
27742026-04-19T04:30:42.911Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-04-19T04:30:43.055Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-04-19T04:30:43.297Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27772026-04-19T04:30:44.602Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27782026-04-19T04:30:44.604Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27792026-04-19T04:30:46.309Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27802026-04-19T04:30:49.001Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27812026-04-19T04:30:51.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
27822026-04-19T04:30:51.278Z
27832026-04-19T04:30:51.278Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27842026-04-19T04:30:51.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-04-19T04:30:51.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-04-19T04:30:51.955Z Compiling ar_archive_writer v0.5.1
27872026-04-19T04:30:52.065Z Compiling stacker v0.1.23
27882026-04-19T04:30:52.072Z Compiling cfg_aliases v0.1.1
27892026-04-19T04:30:52.077Z Compiling convert_case v0.10.0
27902026-04-19T04:30:52.077Z Checking unicode-width v0.1.14
27912026-04-19T04:30:52.091Z Compiling proc-macro-error v1.0.4
27922026-04-19T04:30:52.102Z Checking fd-lock v4.0.4
27932026-04-19T04:30:52.102Z Checking nibble_vec v0.1.0
27942026-04-19T04:30:52.127Z Compiling nix v0.28.0
27952026-04-19T04:30:52.216Z Checking vte v0.14.1
27962026-04-19T04:30:52.229Z Compiling recursive-proc-macro-impl v0.1.1
27972026-04-19T04:30:52.320Z Checking endian-type v0.1.2
27982026-04-19T04:30:52.333Z Checking bytecount v0.6.9
27992026-04-19T04:30:52.364Z Checking strip-ansi-escapes v0.2.1
28002026-04-19T04:30:52.376Z Compiling derive_more-impl v2.1.1
28012026-04-19T04:30:52.389Z Compiling tabled_derive v0.7.0
28022026-04-19T04:30:52.433Z Checking papergrid v0.11.0
28032026-04-19T04:30:52.446Z Checking radix_trie v0.2.1
28042026-04-19T04:30:52.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-04-19T04:30:52.638Z Compiling peg-macros v0.8.5
28062026-04-19T04:30:52.649Z Checking winnow v0.6.26
28072026-04-19T04:30:52.915Z Compiling psm v0.1.30
28082026-04-19T04:30:52.954Z Compiling sqlparser_derive v0.5.0
28092026-04-19T04:30:53.048Z Checking unicode-width v0.2.0
28102026-04-19T04:30:53.214Z Checking derive_more v2.1.1
28112026-04-19T04:30:53.292Z Checking nu-ansi-term v0.50.3
28122026-04-19T04:30:53.305Z Checking home v0.5.12
28132026-04-19T04:30:53.377Z Checking unicode_categories v0.1.1
28142026-04-19T04:30:53.406Z Checking tabled v0.15.0
28152026-04-19T04:30:53.431Z Checking rustyline v14.0.0
28162026-04-19T04:30:53.500Z Checking reedline v0.40.0
28172026-04-19T04:30:53.527Z Checking crossterm v0.29.0
28182026-04-19T04:30:53.686Z Checking recursive v0.1.1
28192026-04-19T04:30:53.735Z Checking display-error-chain v0.2.2
28202026-04-19T04:30:53.779Z Checking sqlparser v0.61.0
28212026-04-19T04:30:53.793Z Checking sqlformat v0.3.5
28222026-04-19T04:30:54.017Z Checking peg v0.8.5
28232026-04-19T04:31:05.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
28242026-04-19T04:31:05.217Z
28252026-04-19T04:31:05.217Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28262026-04-19T04:31:05.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-04-19T04:31:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-04-19T04:31:05.893Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-04-19T04:31:09.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28302026-04-19T04:31:09.492Z
28312026-04-19T04:31:09.492Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28322026-04-19T04:31:10.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-04-19T04:31:10.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-04-19T04:31:10.162Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-04-19T04:31:12.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28362026-04-19T04:31:12.774Z
28372026-04-19T04:31:12.774Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28382026-04-19T04:31:13.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-04-19T04:31:13.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-04-19T04:31:13.447Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-04-19T04:31:16.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28422026-04-19T04:31:16.862Z
28432026-04-19T04:31:16.862Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28442026-04-19T04:31:17.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-04-19T04:31:17.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-04-19T04:31:17.542Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-04-19T04:31:20.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28482026-04-19T04:31:20.943Z
28492026-04-19T04:31:20.943Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28502026-04-19T04:31:21.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-04-19T04:31:21.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-04-19T04:31:21.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-04-19T04:31:24.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28542026-04-19T04:31:24.374Z
28552026-04-19T04:31:24.374Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28562026-04-19T04:31:24.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-04-19T04:31:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-04-19T04:31:25.045Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-04-19T04:31:27.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28602026-04-19T04:31:27.812Z
28612026-04-19T04:31:27.812Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28622026-04-19T04:31:28.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-04-19T04:31:28.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-04-19T04:31:28.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-04-19T04:31:31.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28662026-04-19T04:31:32.095Z
28672026-04-19T04:31:32.095Zinfo: running `cargo check --bins` on oximeter (93/272)
28682026-04-19T04:31:32.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-04-19T04:31:32.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-04-19T04:31:32.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-04-19T04:31:32.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-04-19T04:31:32.699Z
28732026-04-19T04:31:32.699Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28742026-04-19T04:31:33.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-04-19T04:31:33.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-04-19T04:31:33.336Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-04-19T04:31:33.500Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-04-19T04:31:33.503Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-04-19T04:31:33.839Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-04-19T04:31:37.344Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-04-19T04:31:37.663Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-04-19T04:31:38.777Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-04-19T04:31:39.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
28842026-04-19T04:31:39.633Z
28852026-04-19T04:31:39.633Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28862026-04-19T04:31:40.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-04-19T04:31:40.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-04-19T04:31:40.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-04-19T04:31:40.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-04-19T04:31:40.232Z
28912026-04-19T04:31:40.232Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28922026-04-19T04:31:40.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-04-19T04:31:40.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-04-19T04:31:40.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-04-19T04:31:40.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28962026-04-19T04:31:40.875Z
28972026-04-19T04:31:40.875Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28982026-04-19T04:31:41.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-04-19T04:31:41.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-04-19T04:31:41.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-04-19T04:31:41.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-04-19T04:31:41.480Z
29032026-04-19T04:31:41.480Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29042026-04-19T04:31:41.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-04-19T04:31:41.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-04-19T04:31:41.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-04-19T04:31:41.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-04-19T04:31:42.082Z
29092026-04-19T04:31:42.082Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29102026-04-19T04:31:42.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-04-19T04:31:42.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-04-19T04:31:42.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-04-19T04:31:42.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-04-19T04:31:42.689Z
29152026-04-19T04:31:42.689Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29162026-04-19T04:31:43.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-04-19T04:31:43.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-04-19T04:31:43.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-04-19T04:31:43.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-04-19T04:31:43.301Z
29212026-04-19T04:31:43.301Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29222026-04-19T04:31:43.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-04-19T04:31:43.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-04-19T04:31:43.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-04-19T04:31:43.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-04-19T04:31:43.894Z
29272026-04-19T04:31:43.894Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29282026-04-19T04:31:44.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-04-19T04:31:44.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-04-19T04:31:44.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-04-19T04:31:44.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29322026-04-19T04:31:44.504Z
29332026-04-19T04:31:44.504Zinfo: running `cargo check --bins` on update-engine (103/272)
29342026-04-19T04:31:45.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-04-19T04:31:45.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-04-19T04:31:45.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-04-19T04:31:45.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29382026-04-19T04:31:45.094Z
29392026-04-19T04:31:45.094Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29402026-04-19T04:31:45.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-04-19T04:31:45.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-04-19T04:31:45.814Z Compiling crucible-workspace-hack v0.1.0
29432026-04-19T04:31:45.932Z Checking secrecy v0.10.3
29442026-04-19T04:31:45.940Z Compiling heapless v0.8.0
29452026-04-19T04:31:45.948Z Compiling ingot-macros v0.1.1
29462026-04-19T04:31:45.955Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-04-19T04:31:45.958Z Checking hash32 v0.3.1
29482026-04-19T04:31:45.977Z Compiling smoltcp v0.11.0
29492026-04-19T04:31:45.980Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-04-19T04:31:46.035Z Checking cobs v0.3.0
29512026-04-19T04:31:46.084Z Compiling thiserror-impl-no-std v2.0.2
29522026-04-19T04:31:46.177Z Checking universal-hash v0.5.1
29532026-04-19T04:31:46.201Z Checking half v2.7.1
29542026-04-19T04:31:46.226Z Checking opaque-debug v0.3.1
29552026-04-19T04:31:46.294Z Checking ciborium-io v0.2.2
29562026-04-19T04:31:46.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29572026-04-19T04:31:46.379Z Checking poly1305 v0.8.0
29582026-04-19T04:31:46.407Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29592026-04-19T04:31:46.453Z Checking ciborium-ll v0.2.2
29602026-04-19T04:31:46.531Z Compiling proc-macro-crate v3.4.0
29612026-04-19T04:31:46.649Z Checking postcard v1.1.3
29622026-04-19T04:31:46.662Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-04-19T04:31:46.694Z Checking password-hash v0.5.0
29642026-04-19T04:31:46.920Z Checking chacha20 v0.9.1
29652026-04-19T04:31:46.934Z Compiling proc-macro-crate v1.3.1
29662026-04-19T04:31:46.947Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29672026-04-19T04:31:47.025Z Checking blake2 v0.10.6
29682026-04-19T04:31:47.079Z Compiling num_enum_derive v0.7.5
29692026-04-19T04:31:47.113Z Checking aead v0.5.2
29702026-04-19T04:31:47.182Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29712026-04-19T04:31:47.257Z Compiling foreign-types-macros v0.2.3
29722026-04-19T04:31:47.259Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29732026-04-19T04:31:47.259Z Checking thiserror-no-std v2.0.2
29742026-04-19T04:31:47.354Z Checking foreign-types-shared v0.3.1
29752026-04-19T04:31:47.367Z Checking cpufeatures v0.3.0
29762026-04-19T04:31:47.386Z Checking vsss-rs v3.3.4
29772026-04-19T04:31:47.440Z Checking chacha20 v0.10.0
29782026-04-19T04:31:47.454Z Compiling num_enum_derive v0.5.11
29792026-04-19T04:31:47.520Z Checking chacha20poly1305 v0.10.1
29802026-04-19T04:31:47.647Z Checking argon2 v0.5.3
29812026-04-19T04:31:47.660Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29822026-04-19T04:31:47.852Z Checking foreign-types v0.5.0
29832026-04-19T04:31:47.946Z Checking ciborium v0.2.2
29842026-04-19T04:31:48.039Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-04-19T04:31:48.105Z Checking tabwriter v1.4.1
29862026-04-19T04:31:48.121Z Checking num_enum v0.7.5
29872026-04-19T04:31:48.236Z Checking console v0.15.11
29882026-04-19T04:31:48.250Z Checking newline-converter v0.3.0
29892026-04-19T04:31:48.320Z Checking camino-tempfile v1.4.1
29902026-04-19T04:31:48.359Z Checking atomicwrites v0.4.4
29912026-04-19T04:31:48.372Z Checking byte-wrapper v0.1.0
29922026-04-19T04:31:48.476Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-04-19T04:31:48.476Z Checking cstr-argument v0.1.2
29942026-04-19T04:31:48.502Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29952026-04-19T04:31:48.505Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29962026-04-19T04:31:48.527Z Checking expectorate v1.2.0
29972026-04-19T04:31:48.580Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29982026-04-19T04:31:48.608Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29992026-04-19T04:31:48.654Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30002026-04-19T04:31:48.712Z Checking num_enum v0.5.11
30012026-04-19T04:31:48.774Z Checking ingot-types v0.1.2
30022026-04-19T04:31:48.774Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-04-19T04:31:48.824Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30042026-04-19T04:31:48.893Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30052026-04-19T04:31:48.942Z Checking rand v0.10.0
30062026-04-19T04:31:48.955Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30072026-04-19T04:31:48.998Z Checking colored v3.1.1
30082026-04-19T04:31:49.023Z Checking indent_write v2.2.0
30092026-04-19T04:31:49.118Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-04-19T04:31:49.134Z Checking ingot v0.1.1
30112026-04-19T04:31:49.154Z Compiling zone_cfg_derive v0.3.1
30122026-04-19T04:31:49.190Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-04-19T04:31:49.218Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30142026-04-19T04:31:49.230Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30152026-04-19T04:31:49.253Z Checking itertools v0.12.1
30162026-04-19T04:31:49.374Z Compiling num-derive v0.4.2
30172026-04-19T04:31:49.400Z Checking swrite v0.1.0
30182026-04-19T04:31:49.491Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30192026-04-19T04:31:49.698Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30202026-04-19T04:31:49.756Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-04-19T04:31:49.788Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-04-19T04:31:49.944Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-04-19T04:31:50.011Z Checking dropshot-api-manager-types v0.6.0
30242026-04-19T04:31:50.056Z Checking smf v0.2.3
30252026-04-19T04:31:50.182Z Checking nanorand v0.7.0
30262026-04-19T04:31:50.238Z Checking whoami v1.6.1
30272026-04-19T04:31:50.260Z Checking zone v0.3.1
30282026-04-19T04:31:50.290Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30292026-04-19T04:31:50.307Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-04-19T04:31:50.307Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30312026-04-19T04:31:50.373Z Checking flume v0.11.1
30322026-04-19T04:31:50.735Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30332026-04-19T04:31:51.715Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30342026-04-19T04:31:52.545Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30352026-04-19T04:31:55.285Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-04-19T04:31:57.320Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-04-19T04:31:58.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s
30382026-04-19T04:31:58.542Z
30392026-04-19T04:31:58.542Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30402026-04-19T04:31:59.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-04-19T04:31:59.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-04-19T04:31:59.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-04-19T04:31:59.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-04-19T04:31:59.148Z
30452026-04-19T04:31:59.148Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30462026-04-19T04:31:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-19T04:31:59.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-19T04:31:59.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-04-19T04:31:59.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-04-19T04:31:59.756Z
30512026-04-19T04:31:59.756Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30522026-04-19T04:32:00.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-04-19T04:32:00.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-04-19T04:32:00.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-04-19T04:32:00.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-04-19T04:32:00.374Z
30572026-04-19T04:32:00.374Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30582026-04-19T04:32:00.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-19T04:32:00.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-19T04:32:00.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-19T04:32:00.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-04-19T04:32:00.990Z
30632026-04-19T04:32:00.991Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30642026-04-19T04:32:01.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-19T04:32:01.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-19T04:32:01.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-19T04:32:01.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-04-19T04:32:01.597Z
30692026-04-19T04:32:01.597Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30702026-04-19T04:32:02.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-19T04:32:02.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-19T04:32:02.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-19T04:32:02.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-04-19T04:32:02.211Z
30752026-04-19T04:32:02.211Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30762026-04-19T04:32:02.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-19T04:32:02.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-19T04:32:02.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-19T04:32:02.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-04-19T04:32:02.821Z
30812026-04-19T04:32:02.821Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30822026-04-19T04:32:03.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-19T04:32:03.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-19T04:32:03.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-19T04:32:03.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-04-19T04:32:03.423Z
30872026-04-19T04:32:03.423Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30882026-04-19T04:32:03.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-19T04:32:03.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-19T04:32:03.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-19T04:32:03.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-04-19T04:32:04.037Z
30932026-04-19T04:32:04.037Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30942026-04-19T04:32:04.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-19T04:32:04.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-19T04:32:04.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-19T04:32:04.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-04-19T04:32:04.645Z
30992026-04-19T04:32:04.645Zinfo: running `cargo check --bins` on installinator-client (115/272)
31002026-04-19T04:32:05.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-19T04:32:05.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-19T04:32:05.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-19T04:32:05.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-04-19T04:32:05.255Z
31052026-04-19T04:32:05.256Zinfo: running `cargo check --bins` on nexus-client (116/272)
31062026-04-19T04:32:05.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-19T04:32:05.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-19T04:32:05.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-19T04:32:05.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31102026-04-19T04:32:05.904Z
31112026-04-19T04:32:05.904Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31122026-04-19T04:32:06.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-19T04:32:06.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-19T04:32:06.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-04-19T04:32:06.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-04-19T04:32:06.553Z
31172026-04-19T04:32:06.553Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31182026-04-19T04:32:07.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-04-19T04:32:07.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-04-19T04:32:07.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-04-19T04:32:07.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-04-19T04:32:07.148Z
31232026-04-19T04:32:07.148Zinfo: running `cargo check --bins` on oxide-client (119/272)
31242026-04-19T04:32:07.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-19T04:32:07.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-19T04:32:07.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-19T04:32:07.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-04-19T04:32:07.747Z
31292026-04-19T04:32:07.747Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31302026-04-19T04:32:08.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-19T04:32:08.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-19T04:32:08.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-19T04:32:08.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-04-19T04:32:08.355Z
31352026-04-19T04:32:08.355Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31362026-04-19T04:32:08.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-19T04:32:08.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-19T04:32:08.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-19T04:32:08.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31402026-04-19T04:32:08.945Z
31412026-04-19T04:32:08.945Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31422026-04-19T04:32:09.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-19T04:32:09.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-19T04:32:09.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-19T04:32:09.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-04-19T04:32:09.564Z
31472026-04-19T04:32:09.564Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31482026-04-19T04:32:10.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-19T04:32:10.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-19T04:32:10.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-19T04:32:10.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31522026-04-19T04:32:10.201Z
31532026-04-19T04:32:10.201Zinfo: running `cargo check --bins` on installinator-common (124/272)
31542026-04-19T04:32:10.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-19T04:32:10.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-19T04:32:10.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-19T04:32:10.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-04-19T04:32:10.826Z
31592026-04-19T04:32:10.826Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31602026-04-19T04:32:11.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-19T04:32:11.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-19T04:32:11.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-04-19T04:32:11.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31642026-04-19T04:32:11.418Z
31652026-04-19T04:32:11.418Zinfo: running `cargo check --bins` on wicket-common (126/272)
31662026-04-19T04:32:11.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-04-19T04:32:11.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-04-19T04:32:11.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-04-19T04:32:11.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31702026-04-19T04:32:12.044Z
31712026-04-19T04:32:12.044Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31722026-04-19T04:32:12.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-04-19T04:32:12.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-04-19T04:32:12.746Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-04-19T04:32:12.861Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-04-19T04:32:12.870Z Checking csv-core v0.1.13
31772026-04-19T04:32:12.878Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-04-19T04:32:12.886Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-04-19T04:32:12.896Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-04-19T04:32:12.907Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-04-19T04:32:12.918Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-04-19T04:32:13.026Z Checking csv v1.4.0
31832026-04-19T04:32:13.043Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-04-19T04:32:13.094Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-04-19T04:32:13.125Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-04-19T04:32:13.358Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-04-19T04:32:13.722Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-04-19T04:32:13.722Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-04-19T04:32:14.055Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-04-19T04:32:19.527Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-04-19T04:32:20.446Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-04-19T04:32:22.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
31932026-04-19T04:32:22.428Z
31942026-04-19T04:32:22.428Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31952026-04-19T04:32:22.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-04-19T04:32:22.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-04-19T04:32:22.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-04-19T04:32:22.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31992026-04-19T04:32:22.979Z
32002026-04-19T04:32:22.980Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32012026-04-19T04:32:23.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-19T04:32:23.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-19T04:32:23.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-19T04:32:23.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32052026-04-19T04:32:23.684Z
32062026-04-19T04:32:23.684Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32072026-04-19T04:32:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-19T04:32:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-19T04:32:24.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-04-19T04:32:24.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32112026-04-19T04:32:24.389Z
32122026-04-19T04:32:24.389Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32132026-04-19T04:32:24.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-04-19T04:32:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-04-19T04:32:24.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-04-19T04:32:24.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32172026-04-19T04:32:25.053Z
32182026-04-19T04:32:25.053Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32192026-04-19T04:32:25.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-04-19T04:32:25.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-04-19T04:32:25.824Z Compiling typify-impl v0.6.1
32222026-04-19T04:32:25.965Z Compiling unsafe-libyaml v0.2.11
32232026-04-19T04:32:25.976Z Compiling radium v0.7.0
32242026-04-19T04:32:25.984Z Compiling semver v0.1.20
32252026-04-19T04:32:25.996Z Compiling pin-project-internal v1.1.11
32262026-04-19T04:32:26.007Z Compiling maybe-uninit v2.0.0
32272026-04-19T04:32:26.010Z Checking tap v1.0.1
32282026-04-19T04:32:26.109Z Checking wyz v0.5.1
32292026-04-19T04:32:26.239Z Compiling rustc_version v0.1.7
32302026-04-19T04:32:26.308Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-04-19T04:32:26.372Z Compiling snafu-derive v0.8.9
32322026-04-19T04:32:26.431Z Compiling zerocopy-derive v0.6.6
32332026-04-19T04:32:26.457Z Compiling newtype_derive v0.1.6
32342026-04-19T04:32:26.644Z Compiling serde_yaml v0.9.34+deprecated
32352026-04-19T04:32:26.695Z Compiling cancel-safe-futures v0.1.5
32362026-04-19T04:32:26.905Z Compiling packed_struct v0.10.1
32372026-04-19T04:32:27.074Z Compiling owo-colors v4.3.0
32382026-04-19T04:32:27.124Z Checking pin-project v1.1.11
32392026-04-19T04:32:27.157Z Checking crc-catalog v2.4.0
32402026-04-19T04:32:27.223Z Checking same-file v1.0.6
32412026-04-19T04:32:27.252Z Checking funty v2.0.0
32422026-04-19T04:32:27.274Z Checking zerocopy v0.6.6
32432026-04-19T04:32:27.340Z Checking walkdir v2.5.0
32442026-04-19T04:32:27.434Z Checking crc v3.4.0
32452026-04-19T04:32:27.580Z Checking bitvec v1.0.1
32462026-04-19T04:32:27.599Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-04-19T04:32:27.613Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-04-19T04:32:27.635Z Checking globset v0.4.18
32492026-04-19T04:32:27.838Z Checking olpc-cjson v0.1.4
32502026-04-19T04:32:27.893Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32512026-04-19T04:32:27.947Z Checking pem v3.0.6
32522026-04-19T04:32:27.976Z Compiling packed_struct_codegen v0.10.1
32532026-04-19T04:32:28.086Z Checking libsw-core v0.3.2
32542026-04-19T04:32:28.107Z Checking serde_plain v1.0.2
32552026-04-19T04:32:28.128Z Compiling bitfield-macros v0.19.4
32562026-04-19T04:32:28.147Z Compiling indexmap v1.9.3
32572026-04-19T04:32:28.231Z Checking typed-path v0.9.3
32582026-04-19T04:32:28.253Z Checking nodrop v0.1.14
32592026-04-19T04:32:28.295Z Checking snafu v0.8.9
32602026-04-19T04:32:28.352Z Checking array-init v0.0.4
32612026-04-19T04:32:28.370Z Checking libsw v3.5.0
32622026-04-19T04:32:28.523Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-04-19T04:32:28.537Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-04-19T04:32:28.649Z Checking smallvec v0.6.14
32652026-04-19T04:32:28.788Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-04-19T04:32:28.833Z Checking bitfield v0.19.4
32672026-04-19T04:32:28.918Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32682026-04-19T04:32:28.999Z Checking tough v0.20.0
32692026-04-19T04:32:29.046Z Checking tagptr v0.2.0
32702026-04-19T04:32:29.076Z Checking smawk v0.3.2
32712026-04-19T04:32:29.095Z Checking unicode-linebreak v0.1.5
32722026-04-19T04:32:29.183Z Checking hashbrown v0.12.3
32732026-04-19T04:32:29.204Z Checking base64 v0.21.7
32742026-04-19T04:32:29.204Z Checking linear-map v1.2.0
32752026-04-19T04:32:29.310Z Checking textwrap v0.16.2
32762026-04-19T04:32:29.387Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32772026-04-19T04:32:29.442Z Checking ron v0.8.1
32782026-04-19T04:32:29.457Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32792026-04-19T04:32:29.531Z Checking moka v0.12.13
32802026-04-19T04:32:29.557Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-04-19T04:32:29.916Z Checking serde-hex v0.1.0
32822026-04-19T04:32:29.971Z Checking steno v0.4.1
32832026-04-19T04:32:30.112Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32842026-04-19T04:32:30.151Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-04-19T04:32:30.311Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32862026-04-19T04:32:30.357Z Checking hashbrown v0.13.2
32872026-04-19T04:32:30.438Z Compiling typify-macro v0.6.1
32882026-04-19T04:32:30.739Z Checking humantime v2.3.0
32892026-04-19T04:32:30.809Z Checking crc-any v2.5.0
32902026-04-19T04:32:30.911Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-04-19T04:32:30.929Z Checking object v0.30.4
32922026-04-19T04:32:30.990Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-04-19T04:32:31.021Z Checking hickory-resolver v0.25.2
32942026-04-19T04:32:31.036Z Checking utf-8 v0.7.6
32952026-04-19T04:32:31.124Z Checking path-slash v0.1.5
32962026-04-19T04:32:31.155Z Checking void v1.0.2
32972026-04-19T04:32:31.174Z Checking half v1.8.3
32982026-04-19T04:32:31.229Z Checking tungstenite v0.23.0
32992026-04-19T04:32:31.265Z Checking lzss v0.8.2
33002026-04-19T04:32:31.373Z Checking serde_cbor v0.11.2
33012026-04-19T04:32:31.468Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33022026-04-19T04:32:31.588Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-04-19T04:32:31.624Z Checking nix v0.27.1
33042026-04-19T04:32:31.659Z Checking kstat-rs v0.2.4
33052026-04-19T04:32:31.743Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-04-19T04:32:31.760Z Checking fxhash v0.2.1
33072026-04-19T04:32:31.821Z Checking serde_bytes v0.11.19
33082026-04-19T04:32:31.846Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-04-19T04:32:31.879Z Checking tokio-tungstenite v0.23.1
33102026-04-19T04:32:31.996Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-04-19T04:32:32.133Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-04-19T04:32:32.147Z Checking signal-hook-tokio v0.3.1
33132026-04-19T04:32:32.185Z Compiling typify v0.6.1
33142026-04-19T04:32:32.271Z Compiling progenitor-impl v0.13.0
33152026-04-19T04:32:33.158Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-04-19T04:32:33.782Z Compiling progenitor-macro v0.13.0
33172026-04-19T04:32:34.063Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33182026-04-19T04:32:34.361Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33192026-04-19T04:32:36.104Z Checking progenitor v0.13.0
33202026-04-19T04:32:36.218Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33212026-04-19T04:32:36.222Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-04-19T04:32:39.211Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-04-19T04:32:46.624Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-04-19T04:32:52.886Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-04-19T04:32:54.252Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-04-19T04:32:54.742Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-04-19T04:32:56.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.72s
33282026-04-19T04:32:56.977Z
33292026-04-19T04:32:56.977Zinfo: running `cargo check --bins` on gateway-api (133/272)
33302026-04-19T04:32:57.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-04-19T04:32:57.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-04-19T04:32:57.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-04-19T04:32:57.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-04-19T04:32:57.575Z
33352026-04-19T04:32:57.575Zinfo: running `cargo check --bins` on ipcc (134/272)
33362026-04-19T04:32:58.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-04-19T04:32:58.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-04-19T04:32:58.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-04-19T04:32:58.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-04-19T04:32:58.180Z
33412026-04-19T04:32:58.180Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33422026-04-19T04:32:58.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-19T04:32:58.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-19T04:32:58.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-19T04:32:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33462026-04-19T04:32:58.770Z
33472026-04-19T04:32:58.770Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33482026-04-19T04:32:59.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-19T04:32:59.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-19T04:32:59.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-19T04:32:59.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-04-19T04:32:59.383Z
33532026-04-19T04:32:59.383Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33542026-04-19T04:32:59.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-19T04:32:59.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-19T04:32:59.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-19T04:32:59.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-04-19T04:32:59.990Z
33592026-04-19T04:32:59.991Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33602026-04-19T04:33:00.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-19T04:33:00.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-19T04:33:00.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-19T04:33:00.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-04-19T04:33:00.598Z
33652026-04-19T04:33:00.598Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33662026-04-19T04:33:01.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-19T04:33:01.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-19T04:33:01.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-19T04:33:01.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-04-19T04:33:01.203Z
33712026-04-19T04:33:01.203Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33722026-04-19T04:33:01.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-19T04:33:01.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-19T04:33:01.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-19T04:33:01.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-04-19T04:33:01.809Z
33772026-04-19T04:33:01.809Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33782026-04-19T04:33:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-19T04:33:02.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-19T04:33:02.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-19T04:33:02.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-04-19T04:33:02.415Z
33832026-04-19T04:33:02.415Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33842026-04-19T04:33:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-19T04:33:02.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-19T04:33:02.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-19T04:33:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-19T04:33:03.015Z
33892026-04-19T04:33:03.015Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33902026-04-19T04:33:03.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-19T04:33:03.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-19T04:33:03.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-19T04:33:03.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-04-19T04:33:03.622Z
33952026-04-19T04:33:03.623Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33962026-04-19T04:33:04.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-19T04:33:04.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-19T04:33:04.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-19T04:33:04.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-04-19T04:33:04.229Z
34012026-04-19T04:33:04.229Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34022026-04-19T04:33:04.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-19T04:33:04.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-19T04:33:04.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-19T04:33:04.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-04-19T04:33:04.833Z
34072026-04-19T04:33:04.833Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34082026-04-19T04:33:05.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-19T04:33:05.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-19T04:33:05.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-19T04:33:05.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-04-19T04:33:05.438Z
34132026-04-19T04:33:05.438Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34142026-04-19T04:33:05.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-19T04:33:05.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-19T04:33:05.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-19T04:33:05.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-04-19T04:33:06.047Z
34192026-04-19T04:33:06.047Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34202026-04-19T04:33:06.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-19T04:33:06.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-19T04:33:06.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-19T04:33:06.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-19T04:33:06.659Z
34252026-04-19T04:33:06.659Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34262026-04-19T04:33:07.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-19T04:33:07.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-19T04:33:07.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-19T04:33:07.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-19T04:33:07.270Z
34312026-04-19T04:33:07.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34322026-04-19T04:33:07.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-19T04:33:07.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-19T04:33:07.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-19T04:33:07.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-04-19T04:33:07.876Z
34372026-04-19T04:33:07.876Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34382026-04-19T04:33:08.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-19T04:33:08.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-19T04:33:08.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-19T04:33:08.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-19T04:33:08.485Z
34432026-04-19T04:33:08.485Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34442026-04-19T04:33:08.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-19T04:33:08.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-19T04:33:08.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-19T04:33:09.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-19T04:33:09.091Z
34492026-04-19T04:33:09.091Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34502026-04-19T04:33:09.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-19T04:33:09.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-19T04:33:09.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-19T04:33:09.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-04-19T04:33:09.698Z
34552026-04-19T04:33:09.698Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34562026-04-19T04:33:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-19T04:33:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-19T04:33:10.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-19T04:33:10.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34602026-04-19T04:33:10.351Z
34612026-04-19T04:33:10.351Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34622026-04-19T04:33:10.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-19T04:33:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-19T04:33:10.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-19T04:33:10.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-04-19T04:33:10.958Z
34672026-04-19T04:33:10.958Zinfo: running `cargo check --bins` on dns-server (156/272)
34682026-04-19T04:33:11.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-19T04:33:11.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-19T04:33:11.614Z Compiling parking_lot_core v0.8.6
34712026-04-19T04:33:11.614Z Compiling atomicwrites v0.4.4
34722026-04-19T04:33:11.614Z Compiling git-stub v1.0.0
34732026-04-19T04:33:11.617Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34742026-04-19T04:33:11.617Z Checking prefix-trie v0.7.0
34752026-04-19T04:33:11.850Z Compiling git-stub-vcs v0.1.0
34762026-04-19T04:33:12.014Z Checking hickory-server v0.25.2
34772026-04-19T04:33:12.119Z Checking parking_lot v0.11.2
34782026-04-19T04:33:12.124Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34792026-04-19T04:33:12.209Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34802026-04-19T04:33:12.212Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34812026-04-19T04:33:12.325Z Checking sled v0.34.7
34822026-04-19T04:33:14.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
34832026-04-19T04:33:14.401Z
34842026-04-19T04:33:14.401Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34852026-04-19T04:33:14.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-04-19T04:33:14.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-04-19T04:33:14.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-04-19T04:33:14.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-04-19T04:33:15.010Z
34902026-04-19T04:33:15.010Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34912026-04-19T04:33:15.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-04-19T04:33:15.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-04-19T04:33:15.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-04-19T04:33:15.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-04-19T04:33:15.619Z
34962026-04-19T04:33:15.619Zinfo: running `cargo check --bins` on sp-sim (159/272)
34972026-04-19T04:33:16.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-19T04:33:16.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-19T04:33:16.358Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35002026-04-19T04:33:18.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35012026-04-19T04:33:18.309Z
35022026-04-19T04:33:18.309Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35032026-04-19T04:33:18.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-19T04:33:18.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-19T04:33:18.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-19T04:33:18.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35072026-04-19T04:33:18.973Z
35082026-04-19T04:33:18.973Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35092026-04-19T04:33:19.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-19T04:33:19.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-19T04:33:19.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-04-19T04:33:19.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35132026-04-19T04:33:19.638Z
35142026-04-19T04:33:19.638Zinfo: running `cargo check --bins` on db-macros (162/272)
35152026-04-19T04:33:20.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-19T04:33:20.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-19T04:33:20.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-19T04:33:20.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35192026-04-19T04:33:20.233Z
35202026-04-19T04:33:20.233Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35212026-04-19T04:33:20.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-19T04:33:20.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-19T04:33:20.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-19T04:33:20.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35252026-04-19T04:33:20.828Z
35262026-04-19T04:33:20.828Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35272026-04-19T04:33:21.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-19T04:33:21.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-19T04:33:21.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-19T04:33:21.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35312026-04-19T04:33:21.486Z
35322026-04-19T04:33:21.486Zinfo: running `cargo check --bins` on authz-macros (165/272)
35332026-04-19T04:33:22.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-19T04:33:22.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-19T04:33:22.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-19T04:33:22.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35372026-04-19T04:33:22.097Z
35382026-04-19T04:33:22.097Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35392026-04-19T04:33:22.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-19T04:33:22.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-19T04:33:22.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-19T04:33:22.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432026-04-19T04:33:22.746Z
35442026-04-19T04:33:22.746Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35452026-04-19T04:33:23.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-19T04:33:23.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-19T04:33:23.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-19T04:33:23.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35492026-04-19T04:33:23.399Z
35502026-04-19T04:33:23.399Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35512026-04-19T04:33:23.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-19T04:33:23.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-19T04:33:23.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-19T04:33:23.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-04-19T04:33:23.994Z
35562026-04-19T04:33:23.994Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35572026-04-19T04:33:24.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-19T04:33:24.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-19T04:33:24.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-19T04:33:24.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-04-19T04:33:24.587Z
35622026-04-19T04:33:24.587Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35632026-04-19T04:33:25.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-19T04:33:25.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-19T04:33:25.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-19T04:33:25.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35672026-04-19T04:33:25.195Z
35682026-04-19T04:33:25.195Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35692026-04-19T04:33:25.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-19T04:33:25.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-19T04:33:25.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-19T04:33:25.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-04-19T04:33:25.784Z
35742026-04-19T04:33:25.784Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35752026-04-19T04:33:26.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-19T04:33:26.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-19T04:33:26.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-19T04:33:26.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-04-19T04:33:26.374Z
35802026-04-19T04:33:26.374Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35812026-04-19T04:33:26.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-19T04:33:26.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-19T04:33:26.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-19T04:33:26.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35852026-04-19T04:33:27.032Z
35862026-04-19T04:33:27.032Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35872026-04-19T04:33:27.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-19T04:33:27.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-19T04:33:27.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-19T04:33:27.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35912026-04-19T04:33:27.677Z
35922026-04-19T04:33:27.677Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35932026-04-19T04:33:28.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-19T04:33:28.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-19T04:33:28.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-19T04:33:28.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35972026-04-19T04:33:28.316Z
35982026-04-19T04:33:28.316Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35992026-04-19T04:33:28.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-19T04:33:28.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-19T04:33:28.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-19T04:33:28.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36032026-04-19T04:33:28.933Z
36042026-04-19T04:33:28.933Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36052026-04-19T04:33:29.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-19T04:33:29.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-19T04:33:29.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-19T04:33:29.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36092026-04-19T04:33:29.544Z
36102026-04-19T04:33:29.544Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36112026-04-19T04:33:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-19T04:33:30.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-19T04:33:30.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-19T04:33:30.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36152026-04-19T04:33:30.158Z
36162026-04-19T04:33:30.158Zinfo: running `cargo check --bins` on key-manager (179/272)
36172026-04-19T04:33:30.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-19T04:33:30.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-19T04:33:30.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-19T04:33:30.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36212026-04-19T04:33:30.753Z
36222026-04-19T04:33:30.753Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36232026-04-19T04:33:31.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-19T04:33:31.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-19T04:33:31.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-19T04:33:31.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-04-19T04:33:31.365Z
36282026-04-19T04:33:31.365Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36292026-04-19T04:33:31.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-19T04:33:31.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-19T04:33:31.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-19T04:33:31.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-04-19T04:33:31.979Z
36342026-04-19T04:33:31.979Zinfo: running `cargo check --bins` on typed-rng (182/272)
36352026-04-19T04:33:32.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-19T04:33:32.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-19T04:33:32.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-19T04:33:32.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36392026-04-19T04:33:32.560Z
36402026-04-19T04:33:32.560Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36412026-04-19T04:33:33.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-19T04:33:33.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-19T04:33:33.403Z Compiling typify-impl v0.4.3
36442026-04-19T04:33:33.403Z Compiling libefi-sys v0.1.0
36452026-04-19T04:33:33.406Z Compiling bitfield-struct v0.6.2
36462026-04-19T04:33:33.555Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-04-19T04:33:33.564Z Compiling xshell-macros v0.2.7
36482026-04-19T04:33:33.577Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36492026-04-19T04:33:33.617Z Compiling salty v0.3.0
36502026-04-19T04:33:33.620Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36512026-04-19T04:33:33.779Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-04-19T04:33:33.907Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36532026-04-19T04:33:33.922Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36542026-04-19T04:33:33.936Z Checking xshell v0.2.7
36552026-04-19T04:33:34.123Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36562026-04-19T04:33:34.140Z Checking primeorder v0.13.6
36572026-04-19T04:33:34.162Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-04-19T04:33:34.291Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-04-19T04:33:34.310Z Compiling proc-macro-error-attr2 v2.0.0
36602026-04-19T04:33:34.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36612026-04-19T04:33:34.402Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36622026-04-19T04:33:34.466Z Checking tungstenite v0.21.0
36632026-04-19T04:33:34.586Z Checking p384 v0.13.1
36642026-04-19T04:33:34.636Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36652026-04-19T04:33:34.700Z Compiling proc-macro-error2 v2.0.1
36662026-04-19T04:33:34.804Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36672026-04-19T04:33:34.898Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36682026-04-19T04:33:35.003Z Compiling num-derive v0.3.3
36692026-04-19T04:33:35.018Z Checking compression-core v0.4.31
36702026-04-19T04:33:35.154Z Compiling unicase v2.9.0
36712026-04-19T04:33:35.223Z Checking compression-codecs v0.4.37
36722026-04-19T04:33:35.375Z Compiling mime_guess v2.0.5
36732026-04-19T04:33:35.407Z Compiling tabled_derive v0.11.0
36742026-04-19T04:33:35.480Z Checking tokio-tungstenite v0.21.0
36752026-04-19T04:33:35.506Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36762026-04-19T04:33:35.900Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-04-19T04:33:35.931Z Checking libscf-sys v1.1.0
36782026-04-19T04:33:35.945Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-04-19T04:33:36.068Z Checking papergrid v0.17.0
36802026-04-19T04:33:36.249Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36812026-04-19T04:33:36.332Z Checking testing_table v0.3.0
36822026-04-19T04:33:36.429Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-04-19T04:33:36.446Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-04-19T04:33:36.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36852026-04-19T04:33:36.709Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36862026-04-19T04:33:36.790Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-19T04:33:36.851Z Checking toml_datetime v1.0.0+spec-1.1.0
36882026-04-19T04:33:36.890Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-04-19T04:33:36.956Z Compiling dropshot v0.17.0
36902026-04-19T04:33:36.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36912026-04-19T04:33:37.057Z Checking corncobs v0.1.4
36922026-04-19T04:33:37.139Z Checking toml v1.0.6+spec-1.1.0
36932026-04-19T04:33:37.197Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-04-19T04:33:37.211Z Checking tabled v0.20.0
36952026-04-19T04:33:37.240Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36962026-04-19T04:33:37.258Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-04-19T04:33:37.339Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36982026-04-19T04:33:37.420Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36992026-04-19T04:33:37.452Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37002026-04-19T04:33:37.619Z Checking async-compression v0.4.41
37012026-04-19T04:33:37.652Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37022026-04-19T04:33:37.721Z Checking progenitor-client v0.11.2
37032026-04-19T04:33:37.866Z Compiling dropshot_endpoint v0.17.0
37042026-04-19T04:33:37.924Z Checking secrecy v0.8.0
37052026-04-19T04:33:37.958Z Checking filetime v0.2.27
37062026-04-19T04:33:37.998Z Compiling typify-macro v0.4.3
37072026-04-19T04:33:38.048Z Checking xattr v1.6.1
37082026-04-19T04:33:38.106Z Checking http-range v0.1.5
37092026-04-19T04:33:38.122Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37102026-04-19T04:33:38.175Z Checking tar v0.4.45
37112026-04-19T04:33:38.558Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37122026-04-19T04:33:38.720Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37132026-04-19T04:33:38.802Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37142026-04-19T04:33:39.205Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37152026-04-19T04:33:39.233Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37162026-04-19T04:33:39.250Z Checking atty v0.2.14
37172026-04-19T04:33:39.353Z Checking crc8 v0.1.1
37182026-04-19T04:33:39.460Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-04-19T04:33:39.669Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37202026-04-19T04:33:39.744Z Compiling typify v0.4.3
37212026-04-19T04:33:39.859Z Compiling progenitor-impl v0.11.2
37222026-04-19T04:33:39.875Z Compiling progenitor-impl v0.10.0
37232026-04-19T04:33:40.233Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37242026-04-19T04:33:40.281Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37252026-04-19T04:33:40.331Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37262026-04-19T04:33:40.471Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37272026-04-19T04:33:40.838Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-04-19T04:33:40.876Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37292026-04-19T04:33:40.998Z Checking hyper-staticfile v0.10.1
37302026-04-19T04:33:41.121Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37312026-04-19T04:33:41.299Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-04-19T04:33:41.320Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37332026-04-19T04:33:41.352Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37342026-04-19T04:33:41.438Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37352026-04-19T04:33:41.559Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37362026-04-19T04:33:41.584Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37372026-04-19T04:33:41.716Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37382026-04-19T04:33:41.995Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37392026-04-19T04:33:42.295Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37402026-04-19T04:33:42.473Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37412026-04-19T04:33:42.499Z Compiling progenitor-macro v0.10.0
37422026-04-19T04:33:42.572Z Compiling progenitor-macro v0.11.2
37432026-04-19T04:33:42.588Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37442026-04-19T04:33:43.061Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-04-19T04:33:45.438Z Checking progenitor v0.11.2
37462026-04-19T04:33:45.517Z Checking progenitor v0.10.0
37472026-04-19T04:33:45.575Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-04-19T04:33:45.666Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37492026-04-19T04:33:50.353Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-04-19T04:34:01.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.90s
37512026-04-19T04:34:01.683Z
37522026-04-19T04:34:01.683Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37532026-04-19T04:34:02.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-04-19T04:34:02.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-04-19T04:34:02.464Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-19T04:34:13.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37572026-04-19T04:34:13.783Z
37582026-04-19T04:34:13.783Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37592026-04-19T04:34:14.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-19T04:34:14.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-19T04:34:14.568Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-04-19T04:34:25.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37632026-04-19T04:34:25.840Z
37642026-04-19T04:34:25.840Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37652026-04-19T04:34:26.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-19T04:34:26.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-19T04:34:26.623Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-04-19T04:34:37.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37692026-04-19T04:34:37.916Z
37702026-04-19T04:34:37.916Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37712026-04-19T04:34:38.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-19T04:34:38.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-19T04:34:38.700Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-04-19T04:34:49.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37752026-04-19T04:34:50.007Z
37762026-04-19T04:34:50.007Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37772026-04-19T04:34:50.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-19T04:34:50.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-19T04:34:50.790Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-04-19T04:35:01.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37812026-04-19T04:35:02.140Z
37822026-04-19T04:35:02.140Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37832026-04-19T04:35:02.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-19T04:35:02.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-19T04:35:02.918Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-04-19T04:35:14.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.92s
37872026-04-19T04:35:14.283Z
37882026-04-19T04:35:14.283Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37892026-04-19T04:35:14.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-19T04:35:14.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-19T04:35:15.060Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-04-19T04:35:26.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37932026-04-19T04:35:26.333Z
37942026-04-19T04:35:26.333Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37952026-04-19T04:35:26.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-19T04:35:26.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-19T04:35:26.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-04-19T04:35:26.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37992026-04-19T04:35:26.941Z
38002026-04-19T04:35:26.942Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38012026-04-19T04:35:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-19T04:35:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-19T04:35:27.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-19T04:35:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38052026-04-19T04:35:27.549Z
38062026-04-19T04:35:27.549Zinfo: running `cargo check --bins` on range-requests (193/272)
38072026-04-19T04:35:28.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-19T04:35:28.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-19T04:35:28.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-19T04:35:28.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38112026-04-19T04:35:28.146Z
38122026-04-19T04:35:28.146Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38132026-04-19T04:35:28.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-19T04:35:28.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-19T04:35:28.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-19T04:35:28.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-04-19T04:35:28.744Z
38182026-04-19T04:35:28.744Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38192026-04-19T04:35:29.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-19T04:35:29.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-19T04:35:29.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-19T04:35:29.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38232026-04-19T04:35:29.366Z
38242026-04-19T04:35:29.366Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38252026-04-19T04:35:29.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-19T04:35:29.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-19T04:35:29.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-19T04:35:29.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-04-19T04:35:29.988Z
38302026-04-19T04:35:29.988Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38312026-04-19T04:35:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-19T04:35:30.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-19T04:35:30.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-19T04:35:30.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-04-19T04:35:30.610Z
38362026-04-19T04:35:30.610Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38372026-04-19T04:35:31.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-19T04:35:31.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-19T04:35:31.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-19T04:35:31.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38412026-04-19T04:35:31.243Z
38422026-04-19T04:35:31.243Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38432026-04-19T04:35:31.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-19T04:35:31.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-19T04:35:31.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-19T04:35:31.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-04-19T04:35:31.871Z
38482026-04-19T04:35:31.871Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38492026-04-19T04:35:32.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-19T04:35:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-19T04:35:32.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-19T04:35:32.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-04-19T04:35:32.498Z
38542026-04-19T04:35:32.498Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38552026-04-19T04:35:33.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-19T04:35:33.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-19T04:35:33.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-19T04:35:33.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-04-19T04:35:33.124Z
38602026-04-19T04:35:33.124Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38612026-04-19T04:35:33.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-19T04:35:33.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-19T04:35:33.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-19T04:35:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-04-19T04:35:33.747Z
38662026-04-19T04:35:33.747Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38672026-04-19T04:35:34.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-19T04:35:34.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-19T04:35:34.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-19T04:35:34.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-04-19T04:35:34.374Z
38722026-04-19T04:35:34.374Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38732026-04-19T04:35:34.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-19T04:35:34.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-19T04:35:34.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-04-19T04:35:34.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38772026-04-19T04:35:34.984Z
38782026-04-19T04:35:34.984Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38792026-04-19T04:35:35.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-04-19T04:35:35.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-04-19T04:35:35.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-04-19T04:35:35.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38832026-04-19T04:35:35.608Z
38842026-04-19T04:35:35.608Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38852026-04-19T04:35:36.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-04-19T04:35:36.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-04-19T04:35:36.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-04-19T04:35:36.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-04-19T04:35:36.248Z
38902026-04-19T04:35:36.248Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38912026-04-19T04:35:36.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-04-19T04:35:36.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-04-19T04:35:36.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-04-19T04:35:36.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-04-19T04:35:36.902Z
38962026-04-19T04:35:36.902Zinfo: running `cargo check --bins` on update-common (208/272)
38972026-04-19T04:35:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-04-19T04:35:37.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-04-19T04:35:37.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-04-19T04:35:37.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39012026-04-19T04:35:37.512Z
39022026-04-19T04:35:37.512Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39032026-04-19T04:35:38.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-04-19T04:35:38.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-04-19T04:35:38.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-04-19T04:35:38.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39072026-04-19T04:35:38.169Z
39082026-04-19T04:35:38.169Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39092026-04-19T04:35:38.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-04-19T04:35:38.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-04-19T04:35:38.934Z Compiling fs-err v2.11.0
39122026-04-19T04:35:38.934Z Checking ignore v0.4.25
39132026-04-19T04:35:38.934Z Checking arc-swap v1.8.2
39142026-04-19T04:35:38.937Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39152026-04-19T04:35:39.077Z Checking predicates-tree v1.0.13
39162026-04-19T04:35:39.080Z Checking parse-size v1.1.0
39172026-04-19T04:35:39.100Z Checking rand_seeder v0.4.0
39182026-04-19T04:35:39.112Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-04-19T04:35:39.178Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39202026-04-19T04:35:39.198Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39212026-04-19T04:35:39.238Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39222026-04-19T04:35:39.265Z Checking slog-scope v4.4.1
39232026-04-19T04:35:39.382Z Compiling petname v2.0.2
39242026-04-19T04:35:39.398Z Checking slog-stdlog v4.1.1
39252026-04-19T04:35:39.410Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-04-19T04:35:39.458Z Checking globwalk v0.9.1
39272026-04-19T04:35:39.520Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-04-19T04:35:39.523Z Checking slog-envlogger v2.2.0
39292026-04-19T04:35:39.636Z Checking camino-tempfile-ext v0.3.3
39302026-04-19T04:35:39.652Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39312026-04-19T04:35:39.665Z Checking sapling-renderdag v0.1.0
39322026-04-19T04:35:39.814Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-04-19T04:35:39.830Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39342026-04-19T04:35:39.901Z Checking subprocess v0.2.15
39352026-04-19T04:35:39.978Z Checking sync-ptr v0.1.4
39362026-04-19T04:35:40.024Z Checking colored v2.2.0
39372026-04-19T04:35:40.096Z Checking assert_matches v1.5.0
39382026-04-19T04:35:40.170Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39392026-04-19T04:35:40.186Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39402026-04-19T04:35:40.293Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-04-19T04:35:40.295Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39422026-04-19T04:35:40.880Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-04-19T04:35:42.166Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-04-19T04:35:44.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
39452026-04-19T04:35:44.557Z
39462026-04-19T04:35:44.557Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39472026-04-19T04:35:45.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-19T04:35:45.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-19T04:35:45.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-04-19T04:35:45.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-04-19T04:35:45.146Z
39522026-04-19T04:35:45.146Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39532026-04-19T04:35:45.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-04-19T04:35:45.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-04-19T04:35:45.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-04-19T04:35:45.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39572026-04-19T04:35:45.801Z
39582026-04-19T04:35:45.801Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39592026-04-19T04:35:46.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-04-19T04:35:46.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-04-19T04:35:46.525Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39622026-04-19T04:35:46.528Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39632026-04-19T04:35:47.175Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39642026-04-19T04:35:48.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39652026-04-19T04:35:48.922Z
39662026-04-19T04:35:48.923Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39672026-04-19T04:35:49.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-04-19T04:35:49.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-04-19T04:35:49.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-04-19T04:35:49.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39712026-04-19T04:35:49.528Z
39722026-04-19T04:35:49.528Zinfo: running `cargo check --bins` on cert-dev (215/272)
39732026-04-19T04:35:50.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-04-19T04:35:50.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-04-19T04:35:50.137Z Checking yasna v0.5.2
39762026-04-19T04:35:50.543Z Checking rcgen v0.12.1
39772026-04-19T04:35:50.793Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-04-19T04:35:50.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39792026-04-19T04:35:51.157Z
39802026-04-19T04:35:51.157Zinfo: running `cargo check --bins` on clickana (216/272)
39812026-04-19T04:35:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-04-19T04:35:51.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-04-19T04:35:51.799Z Compiling darling_core v0.23.0
39842026-04-19T04:35:51.802Z Compiling instability v0.3.11
39852026-04-19T04:35:51.915Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39862026-04-19T04:35:51.918Z Checking castaway v0.2.4
39872026-04-19T04:35:51.921Z Compiling indoc v2.0.7
39882026-04-19T04:35:51.937Z Checking unicode-truncate v1.1.0
39892026-04-19T04:35:51.939Z Checking lru v0.12.5
39902026-04-19T04:35:51.940Z Checking cassowary v0.3.0
39912026-04-19T04:35:52.013Z Checking compact_str v0.8.1
39922026-04-19T04:35:52.862Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-04-19T04:35:53.045Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-04-19T04:35:53.331Z Compiling darling_macro v0.23.0
39952026-04-19T04:35:53.740Z Compiling darling v0.23.0
39962026-04-19T04:35:54.336Z Checking ratatui v0.29.0
39972026-04-19T04:35:55.406Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-04-19T04:35:56.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
39992026-04-19T04:35:56.269Z
40002026-04-19T04:35:56.269Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40012026-04-19T04:35:56.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-19T04:35:56.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-19T04:35:56.997Z Checking headers-core v0.3.0
40042026-04-19T04:35:57.000Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40052026-04-19T04:35:57.194Z Checking headers v0.4.1
40062026-04-19T04:35:57.561Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-04-19T04:35:58.394Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40082026-04-19T04:35:58.872Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40092026-04-19T04:35:59.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
40102026-04-19T04:35:59.480Z
40112026-04-19T04:35:59.480Zinfo: running `cargo check --bins` on ch-dev (218/272)
40122026-04-19T04:36:00.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-04-19T04:36:00.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-04-19T04:36:00.211Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40152026-04-19T04:36:00.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40162026-04-19T04:36:01.144Z
40172026-04-19T04:36:01.144Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40182026-04-19T04:36:01.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-04-19T04:36:01.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-04-19T04:36:01.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-04-19T04:36:01.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40222026-04-19T04:36:01.619Z
40232026-04-19T04:36:01.619Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40242026-04-19T04:36:02.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-04-19T04:36:02.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-04-19T04:36:02.343Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-04-19T04:36:03.314Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40282026-04-19T04:36:03.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40292026-04-19T04:36:03.858Z
40302026-04-19T04:36:03.858Zinfo: running `cargo check --bins` on db-dev (221/272)
40312026-04-19T04:36:04.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-04-19T04:36:04.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-04-19T04:36:04.585Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40342026-04-19T04:36:05.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40352026-04-19T04:36:05.542Z
40362026-04-19T04:36:05.542Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40372026-04-19T04:36:06.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-04-19T04:36:06.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-04-19T04:36:06.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-04-19T04:36:06.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40412026-04-19T04:36:06.192Z
40422026-04-19T04:36:06.192Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40432026-04-19T04:36:06.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-04-19T04:36:06.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-04-19T04:36:06.808Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40462026-04-19T04:36:07.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40472026-04-19T04:36:07.672Z
40482026-04-19T04:36:07.672Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40492026-04-19T04:36:08.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-04-19T04:36:08.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-04-19T04:36:08.427Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-04-19T04:36:08.428Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-04-19T04:36:08.431Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40542026-04-19T04:36:08.431Z Checking git-stub v1.0.0
40552026-04-19T04:36:08.431Z Compiling trait-variant v0.1.2
40562026-04-19T04:36:08.431Z Checking is_ci v1.2.0
40572026-04-19T04:36:08.431Z Checking maplit v1.0.2
40582026-04-19T04:36:08.559Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40592026-04-19T04:36:08.642Z Checking supports-color v3.0.2
40602026-04-19T04:36:08.654Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40612026-04-19T04:36:08.707Z Checking git-stub-vcs v0.1.0
40622026-04-19T04:36:08.761Z Checking drift v0.1.3
40632026-04-19T04:36:08.774Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40642026-04-19T04:36:08.824Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40652026-04-19T04:36:08.901Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40662026-04-19T04:36:09.018Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40672026-04-19T04:36:09.044Z Checking dropshot-api-manager v0.6.0
40682026-04-19T04:36:09.059Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40692026-04-19T04:36:09.073Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40702026-04-19T04:36:09.271Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40712026-04-19T04:36:09.342Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-04-19T04:36:09.478Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40732026-04-19T04:36:09.801Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40742026-04-19T04:36:14.786Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40752026-04-19T04:36:15.860Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40762026-04-19T04:36:16.407Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40772026-04-19T04:36:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
40782026-04-19T04:36:17.029Z
40792026-04-19T04:36:17.030Zinfo: running `cargo check --bins` on installinator-api (225/272)
40802026-04-19T04:36:17.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-19T04:36:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-19T04:36:17.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-19T04:36:17.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40842026-04-19T04:36:17.642Z
40852026-04-19T04:36:17.642Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40862026-04-19T04:36:18.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-19T04:36:18.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-19T04:36:18.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-04-19T04:36:18.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-04-19T04:36:18.299Z
40912026-04-19T04:36:18.299Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40922026-04-19T04:36:18.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-19T04:36:18.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-19T04:36:18.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-04-19T04:36:18.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40962026-04-19T04:36:18.954Z
40972026-04-19T04:36:18.954Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40982026-04-19T04:36:19.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-19T04:36:19.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-19T04:36:19.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-19T04:36:19.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-04-19T04:36:19.608Z
41032026-04-19T04:36:19.608Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41042026-04-19T04:36:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-19T04:36:20.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-19T04:36:20.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-04-19T04:36:20.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41082026-04-19T04:36:20.219Z
41092026-04-19T04:36:20.219Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41102026-04-19T04:36:20.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-04-19T04:36:20.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-04-19T04:36:20.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-04-19T04:36:20.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41142026-04-19T04:36:20.813Z
41152026-04-19T04:36:20.813Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41162026-04-19T04:36:21.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-04-19T04:36:21.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-04-19T04:36:21.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-04-19T04:36:21.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41202026-04-19T04:36:21.435Z
41212026-04-19T04:36:21.435Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41222026-04-19T04:36:21.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-04-19T04:36:21.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-04-19T04:36:22.047Z Checking typeid v1.0.3
41252026-04-19T04:36:22.162Z Checking ordered-float v2.10.1
41262026-04-19T04:36:22.185Z Checking unicode-xid v0.2.6
41272026-04-19T04:36:22.204Z Checking cargo-platform v0.2.0
41282026-04-19T04:36:22.224Z Checking erased-serde v0.4.9
41292026-04-19T04:36:22.363Z Checking serde-value v0.7.0
41302026-04-19T04:36:22.530Z Checking serde-untagged v0.1.9
41312026-04-19T04:36:22.683Z Checking cargo-util-schemas v0.8.2
41322026-04-19T04:36:23.372Z Checking cargo_metadata v0.21.0
41332026-04-19T04:36:23.975Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41342026-04-19T04:36:24.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41352026-04-19T04:36:24.848Z
41362026-04-19T04:36:24.848Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41372026-04-19T04:36:25.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-04-19T04:36:25.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-04-19T04:36:25.594Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41402026-04-19T04:36:26.204Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41412026-04-19T04:36:26.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41422026-04-19T04:36:26.924Z
41432026-04-19T04:36:26.924Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41442026-04-19T04:36:27.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-04-19T04:36:27.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-04-19T04:36:27.792Z Compiling vergen-gitcl v1.0.8
41472026-04-19T04:36:27.792Z Compiling dirs-sys-next v0.1.2
41482026-04-19T04:36:27.792Z Compiling crunchy v0.2.4
41492026-04-19T04:36:27.792Z Compiling glob v0.3.3
41502026-04-19T04:36:27.792Z Compiling diesel_derives v2.3.7
41512026-04-19T04:36:27.792Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-04-19T04:36:27.792Z Compiling dsl_auto_type v0.2.0
41532026-04-19T04:36:27.795Z Checking scheduled-thread-pool v0.2.7
41542026-04-19T04:36:28.057Z Compiling diesel_table_macro_syntax v0.3.0
41552026-04-19T04:36:28.118Z Compiling dirs-next v2.0.0
41562026-04-19T04:36:28.121Z Compiling tiny-keccak v2.0.2
41572026-04-19T04:36:28.258Z Checking r2d2 v0.8.10
41582026-04-19T04:36:28.276Z Compiling term v0.7.0
41592026-04-19T04:36:28.370Z Compiling clang-sys v1.8.1
41602026-04-19T04:36:28.385Z Compiling bit-vec v0.6.3
41612026-04-19T04:36:28.398Z Checking downcast-rs v2.0.2
41622026-04-19T04:36:28.495Z Compiling itertools v0.10.5
41632026-04-19T04:36:28.599Z Compiling bit-set v0.5.3
41642026-04-19T04:36:28.736Z Compiling ascii-canvas v3.0.0
41652026-04-19T04:36:28.759Z Compiling ena v0.14.4
41662026-04-19T04:36:28.794Z Compiling libloading v0.8.9
41672026-04-19T04:36:28.821Z Compiling diff v0.1.13
41682026-04-19T04:36:28.835Z Compiling bindgen v0.71.1
41692026-04-19T04:36:28.970Z Compiling regex-syntax v0.6.29
41702026-04-19T04:36:28.999Z Compiling cexpr v0.6.0
41712026-04-19T04:36:29.079Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41722026-04-19T04:36:29.272Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41732026-04-19T04:36:29.309Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41742026-04-19T04:36:29.427Z Compiling libxml v0.3.3
41752026-04-19T04:36:29.567Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41762026-04-19T04:36:29.669Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41772026-04-19T04:36:29.687Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41782026-04-19T04:36:29.873Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41792026-04-19T04:36:29.890Z Compiling strum_macros v0.24.3
41802026-04-19T04:36:29.906Z Compiling indoc v1.0.9
41812026-04-19T04:36:30.341Z Compiling lalrpop v0.19.12
41822026-04-19T04:36:30.954Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41832026-04-19T04:36:31.090Z Checking derive_builder v0.20.2
41842026-04-19T04:36:31.145Z Compiling oso-derive v0.27.3
41852026-04-19T04:36:31.211Z Checking quick-xml v0.37.5
41862026-04-19T04:36:31.259Z Compiling impl-trait-for-tuples v0.2.3
41872026-04-19T04:36:31.651Z Checking openssl-probe v0.1.6
41882026-04-19T04:36:31.795Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41892026-04-19T04:36:32.100Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41902026-04-19T04:36:32.296Z Checking bb8 v0.8.6
41912026-04-19T04:36:32.560Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41922026-04-19T04:36:32.586Z Checking nonempty v0.12.0
41932026-04-19T04:36:32.772Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41942026-04-19T04:36:32.772Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41952026-04-19T04:36:32.804Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41962026-04-19T04:36:32.822Z Checking console v0.16.2
41972026-04-19T04:36:32.998Z Checking unit-prefix v0.5.2
41982026-04-19T04:36:33.013Z Checking support-bundle-viewer v0.1.2
41992026-04-19T04:36:33.132Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-04-19T04:36:33.147Z Checking indicatif v0.18.4
42012026-04-19T04:36:33.259Z Checking multimap v0.10.1
42022026-04-19T04:36:33.823Z Checking diesel v2.3.7
42032026-04-19T04:36:35.575Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42042026-04-19T04:36:36.415Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42052026-04-19T04:36:36.699Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42062026-04-19T04:36:37.296Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42072026-04-19T04:36:38.153Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42082026-04-19T04:36:38.244Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42092026-04-19T04:36:38.353Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42102026-04-19T04:36:38.771Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42112026-04-19T04:36:40.801Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42122026-04-19T04:36:45.846Z Compiling samael v0.0.19
42132026-04-19T04:36:49.559Z Checking async-bb8-diesel v0.2.1
42142026-04-19T04:36:49.913Z Checking diesel-dtrace v0.5.0
42152026-04-19T04:36:50.593Z Compiling polar-core v0.27.3
42162026-04-19T04:36:55.068Z Checking oso v0.27.3
42172026-04-19T04:37:32.068Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42182026-04-19T04:38:05.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42192026-04-19T04:38:05.567Z
42202026-04-19T04:38:05.567Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42212026-04-19T04:38:06.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-04-19T04:38:06.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-04-19T04:38:06.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-04-19T04:38:06.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42252026-04-19T04:38:06.239Z
42262026-04-19T04:38:06.239Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42272026-04-19T04:38:06.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-04-19T04:38:06.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-04-19T04:38:06.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-04-19T04:38:06.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42312026-04-19T04:38:06.909Z
42322026-04-19T04:38:06.909Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42332026-04-19T04:38:07.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-04-19T04:38:07.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-04-19T04:38:07.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-04-19T04:38:07.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42372026-04-19T04:38:07.509Z
42382026-04-19T04:38:07.509Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42392026-04-19T04:38:08.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-04-19T04:38:08.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-04-19T04:38:08.388Z Compiling libz-sys v1.1.24
42422026-04-19T04:38:08.520Z Compiling libgit2-sys v0.18.3+1.9.2
42432026-04-19T04:38:08.530Z Compiling vergen-git2 v1.0.7
42442026-04-19T04:38:08.539Z Compiling rustls v0.21.12
42452026-04-19T04:38:08.547Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42462026-04-19T04:38:08.567Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42472026-04-19T04:38:08.570Z Checking sct v0.7.1
42482026-04-19T04:38:08.570Z Checking rustls-webpki v0.101.7
42492026-04-19T04:38:08.730Z Compiling nix v0.29.0
42502026-04-19T04:38:08.746Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42512026-04-19T04:38:08.746Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42522026-04-19T04:38:08.828Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42532026-04-19T04:38:08.901Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42542026-04-19T04:38:09.041Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42552026-04-19T04:38:09.061Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42562026-04-19T04:38:09.115Z Checking rustls-pemfile v1.0.4
42572026-04-19T04:38:09.250Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42582026-04-19T04:38:09.349Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-04-19T04:38:09.509Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42602026-04-19T04:38:09.534Z Checking twox-hash v2.1.2
42612026-04-19T04:38:09.653Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42622026-04-19T04:38:10.179Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42632026-04-19T04:38:10.227Z Checking tokio-rustls v0.24.1
42642026-04-19T04:38:10.306Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42652026-04-19T04:38:10.412Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42662026-04-19T04:38:10.427Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42672026-04-19T04:38:10.968Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42682026-04-19T04:38:10.998Z Checking fatfs v0.3.6
42692026-04-19T04:38:11.085Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42702026-04-19T04:38:11.114Z Compiling seq-macro v0.3.6
42712026-04-19T04:38:15.075Z Compiling git2 v0.20.4
42722026-04-19T04:38:15.324Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42732026-04-19T04:38:15.452Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42742026-04-19T04:38:17.314Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42752026-04-19T04:39:04.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.92s
42762026-04-19T04:39:04.665Z
42772026-04-19T04:39:04.665Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42782026-04-19T04:39:05.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-04-19T04:39:05.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-04-19T04:39:05.570Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-04-19T04:39:44.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.89s
42822026-04-19T04:39:44.773Z
42832026-04-19T04:39:44.773Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42842026-04-19T04:39:45.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-04-19T04:39:45.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-04-19T04:39:45.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-04-19T04:39:45.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42882026-04-19T04:39:45.371Z
42892026-04-19T04:39:45.371Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42902026-04-19T04:39:45.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-19T04:39:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-19T04:39:45.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-04-19T04:39:45.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42942026-04-19T04:39:46.020Z
42952026-04-19T04:39:46.021Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42962026-04-19T04:39:46.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-19T04:39:46.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-19T04:39:46.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-04-19T04:39:46.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43002026-04-19T04:39:46.688Z
43012026-04-19T04:39:46.688Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43022026-04-19T04:39:47.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-04-19T04:39:47.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-04-19T04:39:47.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-04-19T04:39:47.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43062026-04-19T04:39:47.354Z
43072026-04-19T04:39:47.354Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43082026-04-19T04:39:47.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-04-19T04:39:47.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-04-19T04:39:47.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-04-19T04:39:47.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43122026-04-19T04:39:48.008Z
43132026-04-19T04:39:48.008Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43142026-04-19T04:39:48.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-04-19T04:39:48.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-04-19T04:39:48.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-04-19T04:39:48.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43182026-04-19T04:39:48.658Z
43192026-04-19T04:39:48.658Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43202026-04-19T04:39:49.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-19T04:39:49.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-19T04:39:49.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-04-19T04:39:49.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43242026-04-19T04:39:49.322Z
43252026-04-19T04:39:49.322Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43262026-04-19T04:39:49.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-04-19T04:39:49.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-04-19T04:39:49.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-04-19T04:39:49.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43302026-04-19T04:39:49.986Z
43312026-04-19T04:39:49.986Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43322026-04-19T04:39:50.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-04-19T04:39:50.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-04-19T04:39:50.885Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43352026-04-19T04:39:50.885Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43362026-04-19T04:39:51.076Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43372026-04-19T04:39:51.109Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43382026-04-19T04:39:51.112Z Checking yansi v1.0.1
43392026-04-19T04:39:51.112Z Checking diff v0.1.13
43402026-04-19T04:39:51.127Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43412026-04-19T04:39:51.152Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43422026-04-19T04:39:51.204Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43432026-04-19T04:39:51.380Z Checking pretty_assertions v1.4.1
43442026-04-19T04:39:52.033Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43452026-04-19T04:40:15.444Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43462026-04-19T04:40:15.447Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43472026-04-19T04:40:15.447Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43482026-04-19T04:40:15.447Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43492026-04-19T04:40:15.447Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43502026-04-19T04:40:15.461Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43512026-04-19T04:40:16.165Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43522026-04-19T04:40:17.247Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43532026-04-19T04:40:56.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43542026-04-19T04:40:56.504Z
43552026-04-19T04:40:56.505Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43562026-04-19T04:40:57.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-04-19T04:40:57.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-04-19T04:40:57.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43592026-04-19T04:40:57.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43602026-04-19T04:40:57.100Z
43612026-04-19T04:40:57.100Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43622026-04-19T04:40:57.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-04-19T04:40:57.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-04-19T04:40:57.878Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43652026-04-19T04:40:57.999Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-04-19T04:40:58.007Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43672026-04-19T04:41:23.568Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43682026-04-19T04:41:23.944Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43692026-04-19T04:41:25.622Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43702026-04-19T04:41:26.067Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43712026-04-19T04:41:28.984Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43722026-04-19T04:41:51.408Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43732026-04-19T04:41:52.029Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43742026-04-19T04:41:53.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.52s
43752026-04-19T04:41:53.836Z
43762026-04-19T04:41:53.836Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43772026-04-19T04:41:54.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-04-19T04:41:54.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-04-19T04:41:54.557Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43802026-04-19T04:41:55.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43812026-04-19T04:41:55.445Z
43822026-04-19T04:41:55.445Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43832026-04-19T04:41:55.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-04-19T04:41:55.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-04-19T04:41:56.100Z Compiling blake3 v1.8.3
43862026-04-19T04:41:56.209Z Checking arrayref v0.3.9
43872026-04-19T04:41:56.209Z Checking arrayvec v0.7.6
43882026-04-19T04:41:56.212Z Checking constant_time_eq v0.4.2
43892026-04-19T04:41:56.233Z Checking topological-sort v0.2.2
43902026-04-19T04:41:56.233Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43912026-04-19T04:41:56.236Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43922026-04-19T04:41:56.236Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43932026-04-19T04:41:56.285Z Checking shell-words v1.1.1
43942026-04-19T04:41:57.080Z Checking omicron-zone-package v0.12.2
43952026-04-19T04:41:57.792Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43962026-04-19T04:41:58.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43972026-04-19T04:41:58.805Z
43982026-04-19T04:41:58.805Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43992026-04-19T04:41:59.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-04-19T04:41:59.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-04-19T04:41:59.454Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44022026-04-19T04:41:59.775Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44032026-04-19T04:42:00.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44042026-04-19T04:42:00.356Z
44052026-04-19T04:42:00.356Zinfo: running `cargo check --bins` on schema (254/272)
44062026-04-19T04:42:00.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-04-19T04:42:00.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-04-19T04:42:01.083Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44092026-04-19T04:42:01.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44102026-04-19T04:42:01.983Z
44112026-04-19T04:42:01.984Zinfo: running `cargo check --bins` on xtask (255/272)
44122026-04-19T04:42:02.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-04-19T04:42:02.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-04-19T04:42:02.442Z Checking libc v0.2.185
44152026-04-19T04:42:02.445Z Checking serde v1.0.228
44162026-04-19T04:42:02.532Z Checking zerofrom v0.1.6
44172026-04-19T04:42:02.535Z Checking bitflags v2.11.0
44182026-04-19T04:42:02.541Z Checking hashbrown v0.16.1
44192026-04-19T04:42:02.547Z Checking smallvec v1.15.1
44202026-04-19T04:42:02.558Z Checking serde_json v1.0.149
44212026-04-19T04:42:02.560Z Checking scroll v0.12.0
44222026-04-19T04:42:02.633Z Checking yoke v0.8.1
44232026-04-19T04:42:02.679Z Checking num-traits v0.2.19
44242026-04-19T04:42:02.721Z Checking thiserror v1.0.69
44252026-04-19T04:42:02.786Z Checking percent-encoding v2.3.2
44262026-04-19T04:42:02.799Z Checking zerovec v0.11.5
44272026-04-19T04:42:02.814Z Checking zerotrie v0.2.3
44282026-04-19T04:42:02.825Z Checking errno v0.3.14
44292026-04-19T04:42:02.907Z Checking toml_datetime v0.6.11
44302026-04-19T04:42:02.923Z Checking serde_spanned v0.6.9
44312026-04-19T04:42:02.939Z Checking rustix v1.1.3
44322026-04-19T04:42:02.983Z Checking indexmap v2.13.0
44332026-04-19T04:42:03.044Z Checking log v0.4.29
44342026-04-19T04:42:03.057Z Checking zerocopy v0.7.35
44352026-04-19T04:42:03.085Z Checking form_urlencoded v1.2.2
44362026-04-19T04:42:03.170Z Checking getrandom v0.4.1
44372026-04-19T04:42:03.197Z Checking goblin v0.8.2
44382026-04-19T04:42:03.208Z Checking ordered-float v2.10.1
44392026-04-19T04:42:03.217Z Checking thiserror v2.0.18
44402026-04-19T04:42:03.236Z Checking tinystr v0.8.2
44412026-04-19T04:42:03.301Z Checking potential_utf v0.1.4
44422026-04-19T04:42:03.313Z Checking syn v2.0.117
44432026-04-19T04:42:03.413Z Checking icu_locale_core v2.1.1
44442026-04-19T04:42:03.427Z Checking serde-value v0.7.0
44452026-04-19T04:42:03.438Z Checking icu_collections v2.1.1
44462026-04-19T04:42:03.517Z Checking toml_edit v0.22.27
44472026-04-19T04:42:03.550Z Checking dtrace-parser v0.2.0
44482026-04-19T04:42:03.628Z Checking thread-id v4.2.2
44492026-04-19T04:42:03.711Z Checking once_cell v1.21.3
44502026-04-19T04:42:03.761Z Checking terminal_size v0.4.3
44512026-04-19T04:42:03.764Z Checking cargo-platform v0.2.0
44522026-04-19T04:42:03.790Z Checking memmap v0.7.0
44532026-04-19T04:42:03.884Z Checking clap_builder v4.5.60
44542026-04-19T04:42:03.887Z Checking tempfile v3.25.0
44552026-04-19T04:42:03.919Z Checking textwrap v0.16.2
44562026-04-19T04:42:03.951Z Checking fs-err v3.3.0
44572026-04-19T04:42:03.968Z Checking icu_provider v2.1.1
44582026-04-19T04:42:04.086Z Checking camino-tempfile v1.4.1
44592026-04-19T04:42:04.126Z Checking tabled v0.15.0
44602026-04-19T04:42:04.126Z Checking anyhow v1.0.102
44612026-04-19T04:42:04.204Z Checking icu_properties v2.1.2
44622026-04-19T04:42:04.242Z Checking icu_normalizer v2.1.1
44632026-04-19T04:42:04.331Z Checking macaddr v1.0.1
44642026-04-19T04:42:04.511Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44652026-04-19T04:42:04.601Z Checking toml v0.8.23
44662026-04-19T04:42:04.910Z Checking cargo_toml v0.21.0
44672026-04-19T04:42:05.014Z Checking idna_adapter v1.2.1
44682026-04-19T04:42:05.078Z Checking dof v0.3.0
44692026-04-19T04:42:05.081Z Checking clap v4.5.60
44702026-04-19T04:42:05.131Z Checking idna v1.1.0
44712026-04-19T04:42:05.336Z Checking usdt-impl v0.5.0
44722026-04-19T04:42:05.352Z Checking url v2.5.8
44732026-04-19T04:42:05.593Z Checking usdt v0.5.0
44742026-04-19T04:42:05.699Z Checking cargo-util-schemas v0.8.2
44752026-04-19T04:42:06.380Z Checking cargo_metadata v0.21.0
44762026-04-19T04:42:06.979Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44772026-04-19T04:42:07.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44782026-04-19T04:42:07.518Z
44792026-04-19T04:42:07.518Zinfo: running `cargo check --bins` on dnsadm (256/272)
44802026-04-19T04:42:08.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-04-19T04:42:08.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-04-19T04:42:08.164Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44832026-04-19T04:42:08.643Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44842026-04-19T04:42:09.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44852026-04-19T04:42:09.225Z
44862026-04-19T04:42:09.225Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44872026-04-19T04:42:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-04-19T04:42:09.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-04-19T04:42:10.023Z Checking polyval v0.6.2
44902026-04-19T04:42:10.147Z Checking ctr v0.9.2
44912026-04-19T04:42:10.161Z Checking ssh-encoding v0.2.0
44922026-04-19T04:42:10.161Z Checking blowfish v0.9.1
44932026-04-19T04:42:10.185Z Checking password-hash v0.4.2
44942026-04-19T04:42:10.200Z Checking p256 v0.13.2
44952026-04-19T04:42:10.203Z Checking p521 v0.13.3
44962026-04-19T04:42:10.228Z Checking russh-cryptovec v0.7.3
44972026-04-19T04:42:10.289Z Checking ghash v0.5.1
44982026-04-19T04:42:10.302Z Checking md5 v0.7.0
44992026-04-19T04:42:10.315Z Checking bcrypt-pbkdf v0.10.0
45002026-04-19T04:42:10.338Z Checking num-bigint v0.4.6
45012026-04-19T04:42:10.354Z Checking des v0.8.1
45022026-04-19T04:42:10.400Z Checking aes-gcm v0.10.3
45032026-04-19T04:42:10.403Z Checking pbkdf2 v0.11.0
45042026-04-19T04:42:10.464Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45052026-04-19T04:42:10.479Z Checking hex-literal v0.4.1
45062026-04-19T04:42:10.482Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45072026-04-19T04:42:10.515Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45082026-04-19T04:42:10.587Z Checking ssh-cipher v0.2.0
45092026-04-19T04:42:10.603Z Checking internet-checksum v0.2.1
45102026-04-19T04:42:10.753Z Checking ssh-key v0.6.7
45112026-04-19T04:42:10.810Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45122026-04-19T04:42:11.367Z Checking russh-keys v0.45.0
45132026-04-19T04:42:11.910Z Checking russh v0.45.0
45142026-04-19T04:42:27.039Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45152026-04-19T04:42:28.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
45162026-04-19T04:42:28.439Z
45172026-04-19T04:42:28.439Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45182026-04-19T04:42:28.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-04-19T04:42:28.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-04-19T04:42:29.079Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45212026-04-19T04:42:29.187Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45222026-04-19T04:42:29.196Z Checking termios v0.3.3
45232026-04-19T04:42:30.383Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45242026-04-19T04:42:30.531Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45252026-04-19T04:42:32.299Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45262026-04-19T04:42:32.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
45272026-04-19T04:42:33.048Z
45282026-04-19T04:42:33.048Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45292026-04-19T04:42:33.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-04-19T04:42:33.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-04-19T04:42:33.757Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45322026-04-19T04:42:33.872Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45332026-04-19T04:42:33.880Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45342026-04-19T04:42:33.880Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45352026-04-19T04:42:33.895Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45362026-04-19T04:42:33.904Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45372026-04-19T04:42:34.614Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45382026-04-19T04:42:34.950Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45392026-04-19T04:42:34.952Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45402026-04-19T04:42:35.581Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45412026-04-19T04:42:37.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45422026-04-19T04:42:37.386Z
45432026-04-19T04:42:37.386Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45442026-04-19T04:42:37.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-04-19T04:42:37.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-04-19T04:42:38.022Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45472026-04-19T04:42:38.474Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45482026-04-19T04:42:38.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45492026-04-19T04:42:38.971Z
45502026-04-19T04:42:38.971Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45512026-04-19T04:42:39.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-04-19T04:42:39.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-04-19T04:42:39.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-04-19T04:42:39.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45552026-04-19T04:42:39.558Z
45562026-04-19T04:42:39.558Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45572026-04-19T04:42:40.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-04-19T04:42:40.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-04-19T04:42:40.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-04-19T04:42:40.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45612026-04-19T04:42:40.143Z
45622026-04-19T04:42:40.143Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45632026-04-19T04:42:40.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-04-19T04:42:40.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-04-19T04:42:40.891Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45662026-04-19T04:42:41.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45672026-04-19T04:42:41.679Z
45682026-04-19T04:42:41.679Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45692026-04-19T04:42:42.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-04-19T04:42:42.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-04-19T04:42:42.323Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45722026-04-19T04:42:42.326Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45732026-04-19T04:42:42.575Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45742026-04-19T04:42:42.575Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45752026-04-19T04:42:43.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45762026-04-19T04:42:43.554Z
45772026-04-19T04:42:43.554Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45782026-04-19T04:42:44.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-04-19T04:42:44.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-04-19T04:42:44.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-04-19T04:42:44.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45822026-04-19T04:42:44.148Z
45832026-04-19T04:42:44.149Zinfo: running `cargo check --bins` on omicron-package (266/272)
45842026-04-19T04:42:44.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-04-19T04:42:44.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-04-19T04:42:44.830Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45872026-04-19T04:42:45.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45882026-04-19T04:42:46.097Z
45892026-04-19T04:42:46.097Zinfo: running `cargo check --bins` on tqdb (267/272)
45902026-04-19T04:42:46.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-04-19T04:42:46.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-04-19T04:42:46.875Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45932026-04-19T04:42:47.232Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-04-19T04:42:47.743Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45952026-04-19T04:42:47.745Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45962026-04-19T04:42:52.997Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45972026-04-19T04:42:53.542Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45982026-04-19T04:42:53.556Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45992026-04-19T04:42:53.557Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46002026-04-19T04:42:53.557Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46012026-04-19T04:42:53.557Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-04-19T04:42:54.291Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46032026-04-19T04:42:55.258Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46042026-04-19T04:42:56.033Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-04-19T04:42:56.646Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46062026-04-19T04:43:01.194Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46072026-04-19T04:43:07.455Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46082026-04-19T04:43:07.464Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46092026-04-19T04:43:07.464Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46102026-04-19T04:43:07.464Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46112026-04-19T04:43:08.911Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46122026-04-19T04:43:10.213Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46132026-04-19T04:43:13.848Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46142026-04-19T04:43:13.848Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46152026-04-19T04:43:13.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.53s
46162026-04-19T04:43:13.848Z
46172026-04-19T04:43:13.848Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46182026-04-19T04:43:13.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-04-19T04:43:13.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-04-19T04:43:13.848Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46212026-04-19T04:43:13.848Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-04-19T04:43:13.848Z Checking rtoolbox v0.0.3
46232026-04-19T04:43:13.848Z Checking tui-tree-widget v0.23.1
46242026-04-19T04:43:13.848Z Checking rpassword v7.4.0
46252026-04-19T04:43:14.779Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46262026-04-19T04:43:17.720Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46272026-04-19T04:43:19.557Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46282026-04-19T04:43:20.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s
46292026-04-19T04:43:20.629Z
46302026-04-19T04:43:20.629Zinfo: running `cargo check --bins` on wicket (269/272)
46312026-04-19T04:43:21.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-04-19T04:43:21.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-04-19T04:43:21.333Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46342026-04-19T04:43:21.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46352026-04-19T04:43:21.878Z
46362026-04-19T04:43:21.878Zinfo: running `cargo check --bins` on wicketd (270/272)
46372026-04-19T04:43:22.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-04-19T04:43:22.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-04-19T04:43:22.604Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46402026-04-19T04:43:22.607Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46412026-04-19T04:43:22.607Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46422026-04-19T04:43:22.607Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-04-19T04:43:23.596Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46442026-04-19T04:43:24.156Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46452026-04-19T04:43:27.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
46462026-04-19T04:43:27.263Z
46472026-04-19T04:43:27.263Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46482026-04-19T04:43:27.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-04-19T04:43:27.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-04-19T04:43:27.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46512026-04-19T04:43:27.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46522026-04-19T04:43:27.858Z
46532026-04-19T04:43:27.858Zinfo: running `cargo check --bins` on zone-setup (272/272)
46542026-04-19T04:43:28.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-04-19T04:43:28.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-04-19T04:43:28.531Z Checking uzers v0.12.2
46572026-04-19T04:43:28.806Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46582026-04-19T04:43:29.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46592026-04-19T04:43:29.771Z
46602026-04-19T04:43:29.771Zreal 14:09.516332053
46612026-04-19T04:43:29.772Zuser 20:28.041004837
46622026-04-19T04:43:29.772Zsys 4:14.245185794
46632026-04-19T04:43:29.772Ztrap 0.333219405
46642026-04-19T04:43:29.772Ztflt 0.354379108
46652026-04-19T04:43:29.772Zdflt 0.915371072
46662026-04-19T04:43:29.772Zkflt 0.002315881
46672026-04-19T04:43:29.775Zlock 1:17:26.633255404
46682026-04-19T04:43:29.775Zslp 1:38:22.937270520
46692026-04-19T04:43:29.775Zlat 49.764964087
46702026-04-19T04:43:29.776Zstop 3:24.875423920
46712026-04-19T04:43:29.776Zprocess exited: duration 1046362 ms, exit code 0
 
46722026-04-19T04:43:29.783Zfound 0 output files