01KN0EG8C28BSYWJM89VW3J58G: 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: 01KN0EGM366TZQ8VBDPZREHC8F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T22:41:46.097Zjob assigned to worker 01KN0EGR2TVZ3WQ2ZBXV5HBTH0 [factory aws, i-0f7f26026e6e08d33] (queued for 46 s)
 
22026-03-30T22:41:52.513Zstarting task 0: "setup"
32026-03-30T22:41:52.517Z++ uname -s
42026-03-30T22:41:52.520Z+ kern=SunOS
52026-03-30T22:41:52.520Z+ build_user=build
62026-03-30T22:41:52.520Z+ build_uid=12345
72026-03-30T22:41:52.520Z+ work_dir=/work
82026-03-30T22:41:52.520Z+ input_dir=/input
92026-03-30T22:41:52.520Z+ [[ 0 == 12345 ]]
102026-03-30T22:41:52.520Z+ case "$kern" in
112026-03-30T22:41:52.520Z+ groupadd -g 12345 build
122026-03-30T22:41:52.523Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T22:41:54.528Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T22:41:54.641Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T22:41:54.644Z+ home_fs=zfs
162026-03-30T22:41:54.644Z+ [[ zfs == autofs ]]
172026-03-30T22:41:54.644Z+ mkdir -p /home/build
182026-03-30T22:41:54.644Z+ chown build:build /home/build /work
192026-03-30T22:41:56.646Z+ chmod 0700 /home/build /work
202026-03-30T22:41:56.649Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-30T22:41:56.659Zstarting task 1: "rust-toolchain"
222026-03-30T22:41:56.663Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T22:41:56.663Z * rust toolchain channel = "1.94.0"
242026-03-30T22:41:56.663Z * rust toolchain profile = "default"
252026-03-30T22:41:56.663Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T22:41:56.663Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T22:41:56.663Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T22:41:56.669Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T22:41:56.669Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T22:41:56.773Zinfo: downloading installer
312026-03-30T22:41:58.389Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T22:41:58.389Zwarn: /opt/ooce/bin
332026-03-30T22:41:58.389Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T22:41:58.389Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T22:41:58.389Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T22:41:58.389Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T22:41:58.389Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T22:41:58.389Zerror: cannot install while Rust is installed
392026-03-30T22:41:58.389Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T22:41:58.389Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T22:41:58.389Zwarn: /home/build/.rustup/settings.toml
422026-03-30T22:41:58.389Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T22:41:58.389Zwarn: instead of the one inferred from the default host triple.
442026-03-30T22:41:58.403Zinfo: profile set to default
452026-03-30T22:41:58.403Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T22:41:58.406Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T22:41:58.571Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T22:41:58.575Zinfo: downloading 6 components
492026-03-30T22:42:15.511Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T22:42:15.511Z
512026-03-30T22:42:15.539Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T22:42:15.539Z
532026-03-30T22:42:15.539Z
542026-03-30T22:42:15.540ZRust is installed now. Great!
552026-03-30T22:42:15.540Z
562026-03-30T22:42:15.540ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T22:42:15.540Zenvironment variable. This has not been done automatically.
582026-03-30T22:42:15.540Z
592026-03-30T22:42:15.540ZTo configure your current shell, you need to source
602026-03-30T22:42:15.540Zthe corresponding env file under $HOME/.cargo.
612026-03-30T22:42:15.540Z
622026-03-30T22:42:15.540ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T22:42:15.540Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T22:42:15.540Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T22:42:15.540Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T22:42:15.540Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T22:42:15.540Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T22:42:15.540Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T22:42:15.544Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T22:42:15.544Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T22:42:15.626Z+ rustup --version
722026-03-30T22:42:15.635Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T22:42:15.638Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T22:42:15.656Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T22:42:15.659Z+ cargo --version
762026-03-30T22:42:15.671Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T22:42:15.674Z+ rustc --version
782026-03-30T22:42:15.695Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T22:42:15.697Zprocess exited: duration 19035 ms, exit code 0
 
802026-03-30T22:42:15.703Zstarting task 2: "authentication"
812026-03-30T22:42:15.719Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T22:42:15.725Zstarting task 3: "clone repository"
832026-03-30T22:42:15.728Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T22:42:15.731Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T22:42:15.764ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T22:42:26.843Z+ cd /work/oxidecomputer/omicron
872026-03-30T22:42:26.843Z+ git fetch origin 3d978d246d788b5b9f8bae09ec81e2b874befefb
882026-03-30T22:42:27.153ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T22:42:27.153Z * branch 3d978d246d788b5b9f8bae09ec81e2b874befefb -> FETCH_HEAD
902026-03-30T22:42:27.165Z+ [[ -n test-leaking-site-xml ]]
912026-03-30T22:42:27.168Z++ git branch --show-current
922026-03-30T22:42:27.168Z+ current=main
932026-03-30T22:42:27.168Z+ [[ main != test-leaking-site-xml ]]
942026-03-30T22:42:27.168Z+ git branch -f test-leaking-site-xml 3d978d246d788b5b9f8bae09ec81e2b874befefb
952026-03-30T22:42:27.171Z+ git checkout -f test-leaking-site-xml
962026-03-30T22:42:27.421ZSwitched to branch 'test-leaking-site-xml'
972026-03-30T22:42:27.425Z+ git reset --hard 3d978d246d788b5b9f8bae09ec81e2b874befefb
982026-03-30T22:42:27.440ZHEAD is now at 3d978d246 Fixing flake related to tokio::fs:write cancellation
992026-03-30T22:42:27.443Zprocess exited: duration 11714 ms, exit code 0
 
1002026-03-30T22:42:27.449Zstarting task 4: "build"
1012026-03-30T22:42:27.452Z+ source .github/buildomat/ci-env.sh
1022026-03-30T22:42:27.455Z++ export CARGO_TERM_COLOR=always
1032026-03-30T22:42:27.455Z++ CARGO_TERM_COLOR=always
1042026-03-30T22:42:27.455Z+ cargo --version
1052026-03-30T22:42:27.462Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T22:42:27.465Z+ rustc --version
1072026-03-30T22:42:27.485Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T22:42:27.488Z+ source ./env.sh
1092026-03-30T22:42:27.488Z++ OLD_SHELL_OPTS=ehxB
1102026-03-30T22:42:27.488Z++ set -o xtrace
1112026-03-30T22:42:27.491Z++++ dirname ./env.sh
1122026-03-30T22:42:27.491Z+++ readlink -f .
1132026-03-30T22:42:27.494Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-30T22:42:27.494Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-30T22:42:27.494Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-30T22:42:27.494Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-30T22:42:27.494Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-30T22:42:27.494Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-30T22:42:27.494Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-30T22:42:27.494Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-30T22:42:27.494Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-30T22:42:27.494Z++ case $OLD_SHELL_OPTS in
1232026-03-30T22:42:27.494Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-30T22:42:27.494Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-30T22:42:27.494Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-30T22:42:27.494Z+ banner prerequisites
1272026-03-30T22:42:27.497Z
1282026-03-30T22:42:27.497Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-30T22:42:27.497Z # # # # # # # # # # # # # # #
1302026-03-30T22:42:27.497Z # # # # ##### # # ##### # # # # # #### #
1312026-03-30T22:42:27.497Z ##### ##### # ##### # # # # # # # # #
1322026-03-30T22:42:27.497Z # # # # # # # # # # # # # # #
1332026-03-30T22:42:27.497Z # # # ###### # # ###### ### # #### # #### #
1342026-03-30T22:42:27.497Z
1352026-03-30T22:42:27.497Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-30T22:42:35.737Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-30T22:42:42.537Z Startup: Caching catalogs ... Done
1382026-03-30T22:42:46.751ZPlanning: Solver setup ... Done (2.875s)
1392026-03-30T22:42:46.770ZPlanning: Running solver ... Done (0.019s)
1402026-03-30T22:42:46.889ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-30T22:42:46.901ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-30T22:42:46.994ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-30T22:42:47.025ZPlanning: Package planning ... Done (0.031s)
1442026-03-30T22:42:47.052ZPlanning: Merging actions ... Done (0.027s)
1452026-03-30T22:42:47.231ZPlanning: Checking for conflicting actions ... Done (0.177s)
1462026-03-30T22:42:47.237ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-30T22:42:48.006ZPlanning: Evaluating mediators ... Done (0.769s)
1482026-03-30T22:42:48.012ZPlanning: Planning completed in 5.32 seconds
1492026-03-30T22:42:48.024Z Packages to install: 4
1502026-03-30T22:42:48.024Z Mediators to change: 2
1512026-03-30T22:42:48.028Z Services to change: 1
1522026-03-30T22:42:48.028Z Estimated space available: 155.35 GB
1532026-03-30T22:42:48.028ZEstimated space to be consumed: 1.84 GB
1542026-03-30T22:42:48.028Z Create boot environment: No
1552026-03-30T22:42:48.028ZCreate backup boot environment: No
1562026-03-30T22:42:48.028Z Rebuild boot archive: No
1572026-03-30T22:42:48.029Z
1582026-03-30T22:42:48.029ZChanged mediators:
1592026-03-30T22:42:48.029Z mediator clang:
1602026-03-30T22:42:48.029Z version: None -> 15 (system default)
1612026-03-30T22:42:48.029Z
1622026-03-30T22:42:48.029Z mediator llvm:
1632026-03-30T22:42:48.029Z version: 14 (system default) -> 15 (system default)
1642026-03-30T22:42:48.029Z
1652026-03-30T22:42:48.029ZChanged packages:
1662026-03-30T22:42:48.030Zhelios-dev
1672026-03-30T22:42:48.030Z developer/build-essential
1682026-03-30T22:42:48.030Z None -> 11-2.0
1692026-03-30T22:42:48.030Z library/libxmlsec1
1702026-03-30T22:42:48.030Z None -> 1.2.35-2.0
1712026-03-30T22:42:48.030Z ooce/developer/clang-15
1722026-03-30T22:42:48.030Z None -> 15.0.7-2.0
1732026-03-30T22:42:48.030Z ooce/developer/llvm-15
1742026-03-30T22:42:48.030Z None -> 15.0.7-2.0
1752026-03-30T22:42:48.030Z
1762026-03-30T22:42:48.031ZServices:
1772026-03-30T22:42:48.031Z restart_fmri:
1782026-03-30T22:42:48.031Z svc:/system/update-man-index:default
1792026-03-30T22:42:48.068Z
1802026-03-30T22:42:48.068ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-30T22:42:53.069ZDownload: 1835/3290 items 117.0/212.6MB 55% complete (23.8M/s)
1822026-03-30T22:42:58.372ZDownload: 3244/3290 items 203.0/212.6MB 95% complete (20.5M/s)
1832026-03-30T22:43:04.615ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (20.3M/s)
1842026-03-30T22:43:05.367ZDownload: Completed 212.60 MB in 17.30 seconds (12.3M/s)
1852026-03-30T22:43:05.509Z Actions: 1/3689 actions (Installing new actions)
1862026-03-30T22:43:08.684Z Actions: Completed 3689 actions in 3.17 seconds.
1872026-03-30T22:43:09.312Z Done (0.624s)
1882026-03-30T22:43:09.312Z Done (0.000s)
1892026-03-30T22:43:10.017Z Done (0.704s)
1902026-03-30T22:43:13.094Z Done (2.738s)
1912026-03-30T22:43:13.169Z Done (0.013s)
1922026-03-30T22:43:13.172Z Done (0.000s)
1932026-03-30T22:43:13.466Z Done (0.000s)
1942026-03-30T22:43:14.312ZPlanning: Evaluating mediator changes ... Done
1952026-03-30T22:43:14.420ZPlanning: Checking for conflicting actions ... Done
1962026-03-30T22:43:14.423ZPlanning: Consolidating action changes ... Done
1972026-03-30T22:43:14.580ZPlanning: Evaluating mediators ... Done
1982026-03-30T22:43:14.583ZPlanning: Planning completed in 0.27 seconds
1992026-03-30T22:43:14.601Z Mediators to change: 2
2002026-03-30T22:43:14.601Z Create boot environment: No
2012026-03-30T22:43:14.601ZCreate backup boot environment: No
2022026-03-30T22:43:14.663Z Done
2032026-03-30T22:43:14.663Z Done
2042026-03-30T22:43:15.250Z Done
2052026-03-30T22:43:17.796Z Done
2062026-03-30T22:43:17.867Z Done
2072026-03-30T22:43:17.870Z Done
2082026-03-30T22:43:18.016Z Done
2092026-03-30T22:43:18.415ZPlanning: Evaluating mediator changes ... Done
2102026-03-30T22:43:18.419ZPlanning: Merging actions ... Done
2112026-03-30T22:43:18.553ZPlanning: Checking for conflicting actions ... Done
2122026-03-30T22:43:18.556ZPlanning: Consolidating action changes ... Done
2132026-03-30T22:43:18.689ZPlanning: Evaluating mediators ... Done
2142026-03-30T22:43:18.717ZPlanning: Planning completed in 0.44 seconds
2152026-03-30T22:43:18.739Z Packages to change: 1
2162026-03-30T22:43:18.739Z Mediators to change: 1
2172026-03-30T22:43:18.739Z Services to change: 1
2182026-03-30T22:43:18.739Z Create boot environment: No
2192026-03-30T22:43:18.739ZCreate backup boot environment: Yes
2202026-03-30T22:43:21.136Z Actions: 1/6 actions (Updating modified actions)
2212026-03-30T22:43:21.140Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-30T22:43:21.140Z Done
2232026-03-30T22:43:21.140Z Done
2242026-03-30T22:43:21.277Z Done
2252026-03-30T22:43:23.754Z Done
2262026-03-30T22:43:23.828Z Done
2272026-03-30T22:43:23.830Z Done
2282026-03-30T22:43:24.045Z Done
2292026-03-30T22:43:24.333ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-30T22:43:24.333Zclang system 15 system
2312026-03-30T22:43:24.333Zcsh system system illumos
2322026-03-30T22:43:24.333Zctags system system illumos
2332026-03-30T22:43:24.333Zfile system system illumos
2342026-03-30T22:43:24.334Zgcc vendor 12 vendor
2352026-03-30T22:43:24.334Zgcc system 14 system
2362026-03-30T22:43:24.334Zgcc system 10 system
2372026-03-30T22:43:24.334Zgo system 1.20 system
2382026-03-30T22:43:24.334Zgo system 1.19 system
2392026-03-30T22:43:24.334Zllvm system 15 system
2402026-03-30T22:43:24.334Zllvm system 14 system
2412026-03-30T22:43:24.334Zmariadb system 10.6 system
2422026-03-30T22:43:24.334Zmta vendor vendor dma
2432026-03-30T22:43:24.334Zopenjdk system 17 system
2442026-03-30T22:43:24.334Zopenjdk system 11 system
2452026-03-30T22:43:24.334Zopenjdk system 1.8 system
2462026-03-30T22:43:24.334Zopenssl vendor 3 vendor
2472026-03-30T22:43:24.334Zperl system 5.36 system
2482026-03-30T22:43:24.334Zpostgresql system 15 system
2492026-03-30T22:43:24.334Zpostgresql system 13 system
2502026-03-30T22:43:24.334Zpython vendor 3 vendor
2512026-03-30T22:43:24.334Zpython system 2 system
2522026-03-30T22:43:24.334Zpython3 system 3.11 system
2532026-03-30T22:43:24.334Zruby system 3.0 system
2542026-03-30T22:43:24.334Zwords vendor vendor american-english
2552026-03-30T22:43:24.334Zwords system system australian-english
2562026-03-30T22:43:24.334Zwords system system british-english
2572026-03-30T22:43:24.334Zwords system system canadian-english
2582026-03-30T22:43:24.334Zwords system system french
2592026-03-30T22:43:24.334Zwords system system italian
2602026-03-30T22:43:24.334Zwords system system ngerman
2612026-03-30T22:43:24.334Zwords system system ogerman
2622026-03-30T22:43:24.334Zwords system system spanish
2632026-03-30T22:43:24.558ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-30T22:43:24.558Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-30T22:43:28.903ZFMRI IFO
2662026-03-30T22:43:28.903Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-30T22:43:28.903Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-30T22:43:28.903Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-30T22:43:28.903Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-30T22:43:28.903Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-30T22:43:28.903Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-30T22:43:28.903Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-30T22:43:28.903Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-30T22:43:28.903Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-30T22:43:28.903Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-30T22:43:28.903Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-30T22:43:28.903Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-30T22:43:28.903Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-30T22:43:28.903Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-30T22:43:28.903Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-30T22:43:28.903Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-30T22:43:30.011Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-30T22:43:30.321Z Updating crates.io index
2842026-03-30T22:43:30.358Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-30T22:43:31.148Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-30T22:43:31.599Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-30T22:43:32.072Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-30T22:43:32.814Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-30T22:43:33.274Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-30T22:43:34.588Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-30T22:43:35.991Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-30T22:43:36.804Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-30T22:43:37.129Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-30T22:43:37.842Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-30T22:43:38.183Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-30T22:43:38.521Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-30T22:43:38.910Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-30T22:43:39.785Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-30T22:43:40.451Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-30T22:43:40.717Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-30T22:43:41.047Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-30T22:43:41.462Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-30T22:43:41.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-30T22:43:41.932Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-30T22:43:42.175Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-30T22:43:42.592Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-30T22:43:43.169Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-30T22:43:43.646Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-30T22:43:43.893Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-30T22:43:44.195Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-30T22:43:45.305Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-03-30T22:43:45.868Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-30T22:43:46.271Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-03-30T22:43:46.892Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-30T22:43:47.167Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-30T22:43:47.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-30T22:43:47.833Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-30T22:43:48.409Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-30T22:43:48.612Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-30T22:43:48.856Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-30T22:43:49.137Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-30T22:43:49.509Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-30T22:44:01.274Z Downloading crates ...
3242026-03-30T22:44:01.336Z Downloaded thiserror v1.0.69
3252026-03-30T22:44:01.343Z Downloaded proc-macro2 v1.0.106
3262026-03-30T22:44:01.346Z Downloaded textwrap v0.16.2
3272026-03-30T22:44:01.350Z Downloaded usdt v0.5.0
3282026-03-30T22:44:01.350Z Downloaded plain v0.2.3
3292026-03-30T22:44:01.350Z Downloaded yoke v0.8.1
3302026-03-30T22:44:01.353Z Downloaded fastrand v2.3.0
3312026-03-30T22:44:01.353Z Downloaded usdt-attr-macro v0.5.0
3322026-03-30T22:44:01.353Z Downloaded heck v0.4.1
3332026-03-30T22:44:01.356Z Downloaded usdt-macro v0.5.0
3342026-03-30T22:44:01.356Z Downloaded utf8_iter v1.0.4
3352026-03-30T22:44:01.356Z Downloaded typeid v1.0.3
3362026-03-30T22:44:01.356Z Downloaded crypto-common v0.1.7
3372026-03-30T22:44:01.356Z Downloaded unicode-linebreak v0.1.5
3382026-03-30T22:44:01.359Z Downloaded thread-id v4.2.2
3392026-03-30T22:44:01.359Z Downloaded camino-tempfile v1.4.1
3402026-03-30T22:44:01.359Z Downloaded yoke-derive v0.8.1
3412026-03-30T22:44:01.362Z Downloaded anstyle-parse v0.2.7
3422026-03-30T22:44:01.362Z Downloaded toml_write v0.1.2
3432026-03-30T22:44:01.362Z Downloaded percent-encoding v2.3.2
3442026-03-30T22:44:01.365Z Downloaded version_check v0.9.5
3452026-03-30T22:44:01.365Z Downloaded macaddr v1.0.1
3462026-03-30T22:44:01.365Z Downloaded itoa v1.0.17
3472026-03-30T22:44:01.365Z Downloaded cfg-if v1.0.4
3482026-03-30T22:44:01.368Z Downloaded toml_datetime v0.6.11
3492026-03-30T22:44:01.368Z Downloaded unicode-xid v0.2.6
3502026-03-30T22:44:01.371Z Downloaded clap_lex v1.0.0
3512026-03-30T22:44:01.371Z Downloaded zerofrom v0.1.6
3522026-03-30T22:44:01.377Z Downloaded zerofrom-derive v0.1.6
3532026-03-30T22:44:01.380Z Downloaded pretty-hex v0.4.1
3542026-03-30T22:44:01.380Z Downloaded utf8parse v0.2.2
3552026-03-30T22:44:01.383Z Downloaded writeable v0.6.2
3562026-03-30T22:44:01.383Z Downloaded thiserror v2.0.18
3572026-03-30T22:44:01.386Z Downloaded zmij v1.0.21
3582026-03-30T22:44:01.386Z Downloaded thiserror-impl v1.0.69
3592026-03-30T22:44:01.389Z Downloaded ordered-float v2.10.1
3602026-03-30T22:44:01.389Z Downloaded erased-serde v0.4.9
3612026-03-30T22:44:01.389Z Downloaded byteorder v1.5.0
3622026-03-30T22:44:01.392Z Downloaded anstyle v1.0.13
3632026-03-30T22:44:01.392Z Downloaded serde-value v0.7.0
3642026-03-30T22:44:01.392Z Downloaded idna_adapter v1.2.1
3652026-03-30T22:44:01.392Z Downloaded thiserror-impl v2.0.18
3662026-03-30T22:44:01.392Z Downloaded usdt-impl v0.5.0
3672026-03-30T22:44:01.395Z Downloaded tinystr v0.8.2
3682026-03-30T22:44:01.395Z Downloaded form_urlencoded v1.2.2
3692026-03-30T22:44:01.398Z Downloaded errno v0.3.14
3702026-03-30T22:44:01.401Z Downloaded zerovec-derive v0.11.2
3712026-03-30T22:44:01.401Z Downloaded is_terminal_polyfill v1.70.2
3722026-03-30T22:44:01.404Z Downloaded colorchoice v1.0.4
3732026-03-30T22:44:01.407Z Downloaded toml v0.8.23
3742026-03-30T22:44:01.407Z Downloaded zerocopy-derive v0.7.35
3752026-03-30T22:44:01.410Z Downloaded typenum v1.19.0
3762026-03-30T22:44:01.412Z Downloaded cpufeatures v0.2.17
3772026-03-30T22:44:01.412Z Downloaded ucd-trie v0.1.7
3782026-03-30T22:44:01.415Z Downloaded unicode-ident v1.0.24
3792026-03-30T22:44:01.418Z Downloaded proc-macro-error-attr v1.0.4
3802026-03-30T22:44:01.419Z Downloaded serde_spanned v0.6.9
3812026-03-30T22:44:01.422Z Downloaded scroll_derive v0.12.1
3822026-03-30T22:44:01.427Z Downloaded block-buffer v0.10.4
3832026-03-30T22:44:01.430Z Downloaded smawk v0.3.2
3842026-03-30T22:44:01.433Z Downloaded url v2.5.8
3852026-03-30T22:44:01.433Z Downloaded zerotrie v0.2.3
3862026-03-30T22:44:01.436Z Downloaded memmap v0.7.0
3872026-03-30T22:44:01.436Z Downloaded toml_edit v0.22.27
3882026-03-30T22:44:01.439Z Downloaded swrite v0.1.0
3892026-03-30T22:44:01.439Z Downloaded dtrace-parser v0.2.0
3902026-03-30T22:44:01.439Z Downloaded cargo-platform v0.2.0
3912026-03-30T22:44:01.450Z Downloaded potential_utf v0.1.4
3922026-03-30T22:44:01.453Z Downloaded zerovec v0.11.5
3932026-03-30T22:44:01.456Z Downloaded zerocopy v0.7.35
3942026-03-30T22:44:01.464Z Downloaded terminal_size v0.4.3
3952026-03-30T22:44:01.467Z Downloaded winnow v0.7.14
3962026-03-30T22:44:01.470Z Downloaded unicode-width v0.2.0
3972026-03-30T22:44:01.473Z Downloaded getrandom v0.4.1
3982026-03-30T22:44:01.476Z Downloaded fnv v1.0.7
3992026-03-30T22:44:01.476Z Downloaded anstyle-query v1.1.5
4002026-03-30T22:44:01.479Z Downloaded equivalent v1.0.2
4012026-03-30T22:44:01.479Z Downloaded unicode-width v0.1.14
4022026-03-30T22:44:01.482Z Downloaded tabled_derive v0.7.0
4032026-03-30T22:44:01.482Z Downloaded strsim v0.11.1
4042026-03-30T22:44:01.482Z Downloaded heck v0.5.0
4052026-03-30T22:44:01.486Z Downloaded generic-array v0.14.7
4062026-03-30T22:44:01.486Z Downloaded dof v0.3.0
4072026-03-30T22:44:01.489Z Downloaded bytecount v0.6.9
4082026-03-30T22:44:01.494Z Downloaded sha2 v0.10.9
4092026-03-30T22:44:01.499Z Downloaded semver v1.0.27
4102026-03-30T22:44:01.505Z Downloaded icu_provider v2.1.1
4112026-03-30T22:44:01.513Z Downloaded cargo-util-schemas v0.8.2
4122026-03-30T22:44:01.517Z Downloaded quote v1.0.44
4132026-03-30T22:44:01.517Z Downloaded cargo_toml v0.21.0
4142026-03-30T22:44:01.518Z Downloaded stable_deref_trait v1.2.1
4152026-03-30T22:44:01.518Z Downloaded autocfg v1.5.0
4162026-03-30T22:44:01.518Z Downloaded scroll v0.12.0
4172026-03-30T22:44:01.518Z Downloaded fs-err v3.3.0
4182026-03-30T22:44:01.518Z Downloaded digest v0.10.7
4192026-03-30T22:44:01.522Z Downloaded synstructure v0.13.2
4202026-03-30T22:44:01.527Z Downloaded cargo_metadata v0.21.0
4212026-03-30T22:44:01.528Z Downloaded serde_tokenstream v0.2.3
4222026-03-30T22:44:01.533Z Downloaded proc-macro-error v1.0.4
4232026-03-30T22:44:01.534Z Downloaded camino v1.2.2
4242026-03-30T22:44:01.537Z Downloaded pest v2.8.6
4252026-03-30T22:44:01.540Z Downloaded serde-untagged v0.1.9
4262026-03-30T22:44:01.540Z Downloaded once_cell v1.21.3
4272026-03-30T22:44:01.543Z Downloaded displaydoc v0.2.5
4282026-03-30T22:44:01.546Z Downloaded pest_generator v2.8.6
4292026-03-30T22:44:01.553Z Downloaded litemap v0.8.1
4302026-03-30T22:44:01.555Z Downloaded clap_derive v4.5.55
4312026-03-30T22:44:01.556Z Downloaded bitflags v2.11.0
4322026-03-30T22:44:01.559Z Downloaded smallvec v1.15.1
4332026-03-30T22:44:01.569Z Downloaded tempfile v3.25.0
4342026-03-30T22:44:01.572Z Downloaded icu_normalizer v2.1.1
4352026-03-30T22:44:01.578Z Downloaded icu_properties v2.1.2
4362026-03-30T22:44:01.581Z Downloaded papergrid v0.11.0
4372026-03-30T22:44:01.589Z Downloaded anyhow v1.0.102
4382026-03-30T22:44:01.592Z Downloaded anstream v0.6.21
4392026-03-30T22:44:01.594Z Downloaded num-traits v0.2.19
4402026-03-30T22:44:01.597Z Downloaded clap v4.5.60
4412026-03-30T22:44:01.601Z Downloaded pest_derive v2.8.6
4422026-03-30T22:44:01.604Z Downloaded log v0.4.29
4432026-03-30T22:44:01.609Z Downloaded serde_core v1.0.228
4442026-03-30T22:44:01.612Z Downloaded pest_meta v2.8.6
4452026-03-30T22:44:01.617Z Downloaded icu_normalizer_data v2.1.1
4462026-03-30T22:44:01.628Z Downloaded serde_derive v1.0.228
4472026-03-30T22:44:01.634Z Downloaded serde v1.0.228
4482026-03-30T22:44:01.639Z Downloaded icu_locale_core v2.1.1
4492026-03-30T22:44:01.655Z Downloaded icu_collections v2.1.1
4502026-03-30T22:44:01.659Z Downloaded memchr v2.8.0
4512026-03-30T22:44:01.662Z Downloaded indexmap v2.13.0
4522026-03-30T22:44:01.703Z Downloaded serde_json v1.0.149
4532026-03-30T22:44:01.712Z Downloaded idna v1.1.0
4542026-03-30T22:44:01.715Z Downloaded hashbrown v0.16.1
4552026-03-30T22:44:01.718Z Downloaded icu_properties_data v2.1.2
4562026-03-30T22:44:01.721Z Downloaded tabled v0.15.0
4572026-03-30T22:44:01.730Z Downloaded clap_builder v4.5.60
4582026-03-30T22:44:01.733Z Downloaded goblin v0.8.2
4592026-03-30T22:44:01.738Z Downloaded syn v1.0.109
4602026-03-30T22:44:01.755Z Downloaded syn v2.0.117
4612026-03-30T22:44:01.785Z Downloaded rustix v1.1.3
4622026-03-30T22:44:01.813Z Downloaded libc v0.2.180
4632026-03-30T22:44:01.882Z Compiling proc-macro2 v1.0.106
4642026-03-30T22:44:01.882Z Compiling quote v1.0.44
4652026-03-30T22:44:01.882Z Compiling unicode-ident v1.0.24
4662026-03-30T22:44:01.882Z Compiling serde_core v1.0.228
4672026-03-30T22:44:01.885Z Compiling libc v0.2.180
4682026-03-30T22:44:01.885Z Compiling version_check v0.9.5
4692026-03-30T22:44:01.885Z Compiling serde v1.0.228
4702026-03-30T22:44:01.885Z Compiling memchr v2.8.0
4712026-03-30T22:44:02.268Z Compiling stable_deref_trait v1.2.1
4722026-03-30T22:44:02.363Z Compiling zmij v1.0.21
4732026-03-30T22:44:02.486Z Compiling thiserror v1.0.69
4742026-03-30T22:44:02.548Z Compiling ucd-trie v0.1.7
4752026-03-30T22:44:02.716Z Compiling itoa v1.0.17
4762026-03-30T22:44:02.773Z Compiling autocfg v1.5.0
4772026-03-30T22:44:02.879Z Compiling pest v2.8.6
4782026-03-30T22:44:02.897Z Compiling writeable v0.6.2
4792026-03-30T22:44:02.914Z Compiling litemap v0.8.1
4802026-03-30T22:44:03.003Z Compiling icu_properties_data v2.1.2
4812026-03-30T22:44:03.092Z Compiling rustix v1.1.3
4822026-03-30T22:44:03.110Z Compiling byteorder v1.5.0
4832026-03-30T22:44:03.348Z Compiling icu_normalizer_data v2.1.1
4842026-03-30T22:44:03.437Z Compiling syn v2.0.117
4852026-03-30T22:44:03.494Z Compiling errno v0.3.14
4862026-03-30T22:44:03.552Z Compiling bitflags v2.11.0
4872026-03-30T22:44:03.569Z Compiling serde_json v1.0.149
4882026-03-30T22:44:03.778Z Compiling num-traits v0.2.19
4892026-03-30T22:44:03.778Z Compiling typeid v1.0.3
4902026-03-30T22:44:04.014Z Compiling pest_meta v2.8.6
4912026-03-30T22:44:04.056Z Compiling equivalent v1.0.2
4922026-03-30T22:44:04.103Z Compiling hashbrown v0.16.1
4932026-03-30T22:44:04.150Z Compiling smallvec v1.15.1
4942026-03-30T22:44:04.369Z Compiling thread-id v4.2.2
4952026-03-30T22:44:04.393Z Compiling usdt-impl v0.5.0
4962026-03-30T22:44:04.432Z Compiling proc-macro-error-attr v1.0.4
4972026-03-30T22:44:04.458Z Compiling erased-serde v0.4.9
4982026-03-30T22:44:04.610Z Compiling indexmap v2.13.0
4992026-03-30T22:44:04.625Z Compiling toml_write v0.1.2
5002026-03-30T22:44:04.734Z Compiling winnow v0.7.14
5012026-03-30T22:44:04.814Z Compiling syn v1.0.109
5022026-03-30T22:44:05.253Z Compiling proc-macro-error v1.0.4
5032026-03-30T22:44:05.317Z Compiling plain v0.2.3
5042026-03-30T22:44:05.471Z Compiling utf8parse v0.2.2
5052026-03-30T22:44:05.509Z Compiling camino v1.2.2
5062026-03-30T22:44:05.592Z Compiling thiserror v2.0.18
5072026-03-30T22:44:05.611Z Compiling getrandom v0.4.1
5082026-03-30T22:44:05.713Z Compiling log v0.4.29
5092026-03-30T22:44:05.771Z Compiling percent-encoding v2.3.2
5102026-03-30T22:44:05.833Z Compiling utf8_iter v1.0.4
5112026-03-30T22:44:05.954Z Compiling form_urlencoded v1.2.2
5122026-03-30T22:44:05.971Z Compiling anstyle-parse v0.2.7
5132026-03-30T22:44:05.988Z Compiling ordered-float v2.10.1
5142026-03-30T22:44:06.129Z Compiling synstructure v0.13.2
5152026-03-30T22:44:06.133Z Compiling pest_generator v2.8.6
5162026-03-30T22:44:06.251Z Compiling terminal_size v0.4.3
5172026-03-30T22:44:06.394Z Compiling cfg-if v1.0.4
5182026-03-30T22:44:06.472Z Compiling anstyle-query v1.1.5
5192026-03-30T22:44:06.489Z Compiling colorchoice v1.0.4
5202026-03-30T22:44:06.539Z Compiling pretty-hex v0.4.1
5212026-03-30T22:44:06.564Z Compiling is_terminal_polyfill v1.70.2
5222026-03-30T22:44:06.586Z Compiling anstyle v1.0.13
5232026-03-30T22:44:06.680Z Compiling serde-untagged v0.1.9
5242026-03-30T22:44:06.767Z Compiling semver v1.0.27
5252026-03-30T22:44:06.814Z Compiling anstream v0.6.21
5262026-03-30T22:44:06.851Z Compiling fs-err v3.3.0
5272026-03-30T22:44:06.926Z Compiling anyhow v1.0.102
5282026-03-30T22:44:07.039Z Compiling unicode-xid v0.2.6
5292026-03-30T22:44:07.086Z Compiling bytecount v0.6.9
5302026-03-30T22:44:07.089Z Compiling heck v0.5.0
5312026-03-30T22:44:07.123Z Compiling fnv v1.0.7
5322026-03-30T22:44:07.163Z Compiling heck v0.4.1
5332026-03-30T22:44:07.223Z Compiling strsim v0.11.1
5342026-03-30T22:44:07.244Z Compiling clap_lex v1.0.0
5352026-03-30T22:44:07.342Z Compiling unicode-width v0.1.14
5362026-03-30T22:44:07.389Z Compiling once_cell v1.21.3
5372026-03-30T22:44:07.484Z Compiling fastrand v2.3.0
5382026-03-30T22:44:07.544Z Compiling clap_builder v4.5.60
5392026-03-30T22:44:07.605Z Compiling papergrid v0.11.0
5402026-03-30T22:44:07.724Z Compiling tempfile v3.25.0
5412026-03-30T22:44:07.749Z Compiling memmap v0.7.0
5422026-03-30T22:44:07.792Z Compiling smawk v0.3.2
5432026-03-30T22:44:07.810Z Compiling serde_derive v1.0.228
5442026-03-30T22:44:07.929Z Compiling zerofrom-derive v0.1.6
5452026-03-30T22:44:07.947Z Compiling yoke-derive v0.8.1
5462026-03-30T22:44:08.092Z Compiling zerovec-derive v0.11.2
5472026-03-30T22:44:08.170Z Compiling displaydoc v0.2.5
5482026-03-30T22:44:08.941Z Compiling thiserror-impl v1.0.69
5492026-03-30T22:44:09.063Z Compiling zerocopy-derive v0.7.35
5502026-03-30T22:44:09.139Z Compiling pest_derive v2.8.6
5512026-03-30T22:44:09.214Z Compiling scroll_derive v0.12.1
5522026-03-30T22:44:09.327Z Compiling zerofrom v0.1.6
5532026-03-30T22:44:09.467Z Compiling yoke v0.8.1
5542026-03-30T22:44:09.570Z Compiling thiserror-impl v2.0.18
5552026-03-30T22:44:09.667Z Compiling zerovec v0.11.5
5562026-03-30T22:44:09.880Z Compiling zerotrie v0.2.3
5572026-03-30T22:44:09.945Z Compiling zerocopy v0.7.35
5582026-03-30T22:44:10.190Z Compiling tinystr v0.8.2
5592026-03-30T22:44:10.193Z Compiling potential_utf v0.1.4
5602026-03-30T22:44:10.338Z Compiling icu_collections v2.1.1
5612026-03-30T22:44:10.383Z Compiling icu_locale_core v2.1.1
5622026-03-30T22:44:10.406Z Compiling dtrace-parser v0.2.0
5632026-03-30T22:44:10.518Z Compiling scroll v0.12.0
5642026-03-30T22:44:10.539Z Compiling tabled_derive v0.7.0
5652026-03-30T22:44:10.788Z Compiling goblin v0.8.2
5662026-03-30T22:44:10.791Z Compiling clap_derive v4.5.55
5672026-03-30T22:44:11.018Z Compiling icu_provider v2.1.1
5682026-03-30T22:44:11.144Z Compiling unicode-linebreak v0.1.5
5692026-03-30T22:44:11.261Z Compiling serde_spanned v0.6.9
5702026-03-30T22:44:11.323Z Compiling toml_datetime v0.6.11
5712026-03-30T22:44:11.341Z Compiling icu_normalizer v2.1.1
5722026-03-30T22:44:11.357Z Compiling icu_properties v2.1.2
5732026-03-30T22:44:11.388Z Compiling dof v0.3.0
5742026-03-30T22:44:11.410Z Compiling serde_tokenstream v0.2.3
5752026-03-30T22:44:11.438Z Compiling serde-value v0.7.0
5762026-03-30T22:44:11.604Z Compiling toml_edit v0.22.27
5772026-03-30T22:44:11.790Z Compiling cargo-platform v0.2.0
5782026-03-30T22:44:11.830Z Compiling unicode-width v0.2.0
5792026-03-30T22:44:11.897Z Compiling tabled v0.15.0
5802026-03-30T22:44:12.069Z Compiling textwrap v0.16.2
5812026-03-30T22:44:12.107Z Compiling macaddr v1.0.1
5822026-03-30T22:44:12.336Z Compiling idna_adapter v1.2.1
5832026-03-30T22:44:12.371Z Compiling usdt-attr-macro v0.5.0
5842026-03-30T22:44:12.464Z Compiling idna v1.1.0
5852026-03-30T22:44:12.486Z Compiling usdt-macro v0.5.0
5862026-03-30T22:44:12.534Z Compiling camino-tempfile v1.4.1
5872026-03-30T22:44:12.571Z Compiling clap v4.5.60
5882026-03-30T22:44:12.768Z Compiling url v2.5.8
5892026-03-30T22:44:13.020Z Compiling toml v0.8.23
5902026-03-30T22:44:13.117Z Compiling swrite v0.1.0
5912026-03-30T22:44:13.237Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-03-30T22:44:13.492Z Compiling cargo-util-schemas v0.8.2
5932026-03-30T22:44:13.525Z Compiling cargo_toml v0.21.0
5942026-03-30T22:44:13.747Z Compiling usdt v0.5.0
5952026-03-30T22:44:14.415Z Compiling cargo_metadata v0.21.0
5962026-03-30T22:44:15.372Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-30T22:44:17.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.63s
5982026-03-30T22:44:17.707Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-30T22:44:18.282Z Downloading crates ...
6002026-03-30T22:44:18.394Z Downloaded async-recursion v1.1.1
6012026-03-30T22:44:18.397Z Downloaded arrayref v0.3.9
6022026-03-30T22:44:18.400Z Downloaded atomic-waker v1.1.2
6032026-03-30T22:44:18.404Z Downloaded defmt-parser v1.0.0
6042026-03-30T22:44:18.410Z Downloaded ciborium-io v0.2.2
6052026-03-30T22:44:18.414Z Downloaded daft-derive v0.1.5
6062026-03-30T22:44:18.417Z Downloaded foreign-types v0.3.2
6072026-03-30T22:44:18.417Z Downloaded cobs v0.3.0
6082026-03-30T22:44:18.420Z Downloaded debug-ignore v1.0.5
6092026-03-30T22:44:18.420Z Downloaded defmt v0.3.100
6102026-03-30T22:44:18.420Z Downloaded crc v3.4.0
6112026-03-30T22:44:18.423Z Downloaded data-encoding v2.10.0
6122026-03-30T22:44:18.423Z Downloaded darling_core v0.21.3
6132026-03-30T22:44:18.427Z Downloaded atomicwrites v0.4.4
6142026-03-30T22:44:18.427Z Downloaded async-stream-impl v0.3.6
6152026-03-30T22:44:18.427Z Downloaded base16ct v0.2.0
6162026-03-30T22:44:18.429Z Downloaded dirs-sys-next v0.1.2
6172026-03-30T22:44:18.429Z Downloaded darling_macro v0.21.3
6182026-03-30T22:44:18.430Z Downloaded crunchy v0.2.4
6192026-03-30T22:44:18.430Z Downloaded assert_matches v1.5.0
6202026-03-30T22:44:18.432Z Downloaded darling_macro v0.23.0
6212026-03-30T22:44:18.432Z Downloaded bit-vec v0.8.0
6222026-03-30T22:44:18.432Z Downloaded cassowary v0.3.0
6232026-03-30T22:44:18.437Z Downloaded either v1.15.0
6242026-03-30T22:44:18.437Z Downloaded crossbeam-utils v0.8.21
6252026-03-30T22:44:18.440Z Downloaded darling_macro v0.20.11
6262026-03-30T22:44:18.440Z Downloaded cexpr v0.6.0
6272026-03-30T22:44:18.440Z Downloaded bcs v0.1.6
6282026-03-30T22:44:18.440Z Downloaded base16ct v1.0.0
6292026-03-30T22:44:18.440Z Downloaded aead v0.5.2
6302026-03-30T22:44:18.443Z Downloaded base64ct v1.8.3
6312026-03-30T22:44:18.443Z Downloaded drift v0.1.3
6322026-03-30T22:44:18.446Z Downloaded constant_time_eq v0.4.2
6332026-03-30T22:44:18.449Z Downloaded darling v0.23.0
6342026-03-30T22:44:18.452Z Downloaded ctr v0.9.2
6352026-03-30T22:44:18.452Z Downloaded cfg_aliases v0.2.1
6362026-03-30T22:44:18.453Z Downloaded csv-core v0.1.13
6372026-03-30T22:44:18.456Z Downloaded crucible-workspace-hack v0.1.0
6382026-03-30T22:44:18.456Z Downloaded curve25519-dalek-derive v0.1.1
6392026-03-30T22:44:18.456Z Downloaded darling v0.20.11
6402026-03-30T22:44:18.458Z Downloaded foreign-types-macros v0.2.3
6412026-03-30T22:44:18.461Z Downloaded atty v0.2.14
6422026-03-30T22:44:18.461Z Downloaded fatfs v0.3.6
6432026-03-30T22:44:18.461Z Downloaded defmt-macros v1.0.1
6442026-03-30T22:44:18.464Z Downloaded arrayvec v0.7.6
6452026-03-30T22:44:18.468Z Downloaded argon2 v0.5.3
6462026-03-30T22:44:18.468Z Downloaded derive_builder_macro v0.20.2
6472026-03-30T22:44:18.468Z Downloaded crossbeam-epoch v0.9.18
6482026-03-30T22:44:18.468Z Downloaded backoff v0.4.0
6492026-03-30T22:44:18.472Z Downloaded dropshot_endpoint v0.16.7
6502026-03-30T22:44:18.472Z Downloaded derive-ex v0.1.8
6512026-03-30T22:44:18.475Z Downloaded daft v0.1.5
6522026-03-30T22:44:18.475Z Downloaded chacha20 v0.10.0
6532026-03-30T22:44:18.478Z Downloaded chacha20 v0.9.1
6542026-03-30T22:44:18.478Z Downloaded dyn-clone v1.0.20
6552026-03-30T22:44:18.480Z Downloaded crc8 v0.1.1
6562026-03-30T22:44:18.480Z Downloaded console v0.15.11
6572026-03-30T22:44:18.480Z Downloaded difflib v0.4.0
6582026-03-30T22:44:18.483Z Downloaded bitfield-struct v0.6.2
6592026-03-30T22:44:18.483Z Downloaded bzip2 v0.4.4
6602026-03-30T22:44:18.486Z Downloaded fixedbitset v0.4.2
6612026-03-30T22:44:18.486Z Downloaded embedded-io v0.6.1
6622026-03-30T22:44:18.486Z Downloaded dof v0.4.0
6632026-03-30T22:44:18.489Z Downloaded dsl_auto_type v0.2.0
6642026-03-30T22:44:18.489Z Downloaded bitfield v0.19.4
6652026-03-30T22:44:18.489Z Downloaded crc-catalog v2.4.0
6662026-03-30T22:44:18.492Z Downloaded adler2 v2.0.1
6672026-03-30T22:44:18.492Z Downloaded bcrypt-pbkdf v0.10.0
6682026-03-30T22:44:18.492Z Downloaded cfg_aliases v0.1.1
6692026-03-30T22:44:18.492Z Downloaded cargo-platform v0.1.9
6702026-03-30T22:44:18.494Z Downloaded enum-as-inner v0.6.1
6712026-03-30T22:44:18.494Z Downloaded downcast-rs v2.0.2
6722026-03-30T22:44:18.494Z Downloaded crypto-bigint v0.5.5
6732026-03-30T22:44:18.498Z Downloaded foreign-types-shared v0.1.1
6742026-03-30T22:44:18.500Z Downloaded dropshot-api-manager-types v0.6.0
6752026-03-30T22:44:18.501Z Downloaded castaway v0.2.4
6762026-03-30T22:44:18.501Z Downloaded bit-set v0.8.0
6772026-03-30T22:44:18.503Z Downloaded ascii-canvas v3.0.0
6782026-03-30T22:44:18.504Z Downloaded defmt v1.0.1
6792026-03-30T22:44:18.506Z Downloaded deranged v0.5.8
6802026-03-30T22:44:18.506Z Downloaded critical-section v1.2.0
6812026-03-30T22:44:18.510Z Downloaded funty v2.0.0
6822026-03-30T22:44:18.510Z Downloaded cpufeatures v0.3.0
6832026-03-30T22:44:18.510Z Downloaded dtrace-parser v0.3.0
6842026-03-30T22:44:18.513Z Downloaded ciborium-ll v0.2.2
6852026-03-30T22:44:18.513Z Downloaded bit-set v0.5.3
6862026-03-30T22:44:18.513Z Downloaded dirs-next v2.0.0
6872026-03-30T22:44:18.513Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-03-30T22:44:18.517Z Downloaded flagset v0.4.7
6892026-03-30T22:44:18.520Z Downloaded foreign-types-shared v0.3.1
6902026-03-30T22:44:18.520Z Downloaded dunce v1.0.5
6912026-03-30T22:44:18.523Z Downloaded endian-type v0.1.2
6922026-03-30T22:44:18.523Z Downloaded cstr-argument v0.1.2
6932026-03-30T22:44:18.523Z Downloaded bb8 v0.8.6
6942026-03-30T22:44:18.523Z Downloaded array-init v0.0.4
6952026-03-30T22:44:18.526Z Downloaded document-features v0.2.12
6962026-03-30T22:44:18.526Z Downloaded futures-sink v0.3.32
6972026-03-30T22:44:18.526Z Downloaded bitfield-macros v0.19.4
6982026-03-30T22:44:18.529Z Downloaded futures-macro v0.3.32
6992026-03-30T22:44:18.529Z Downloaded embedded-io v0.4.0
7002026-03-30T22:44:18.529Z Downloaded async-stream v0.3.6
7012026-03-30T22:44:18.532Z Downloaded foreign-types v0.5.0
7022026-03-30T22:44:18.532Z Downloaded bitflags v1.3.2
7032026-03-30T22:44:18.535Z Downloaded gethostname v0.5.0
7042026-03-30T22:44:18.535Z Downloaded futures-io v0.3.32
7052026-03-30T22:44:18.535Z Downloaded display-error-chain v0.2.2
7062026-03-30T22:44:18.535Z Downloaded cmake v0.1.57
7072026-03-30T22:44:18.538Z Downloaded blowfish v0.9.1
7082026-03-30T22:44:18.538Z Downloaded float-cmp v0.10.0
7092026-03-30T22:44:18.538Z Downloaded fd-lock v4.0.4
7102026-03-30T22:44:18.541Z Downloaded git-stub v1.0.0
7112026-03-30T22:44:18.545Z Downloaded cookie_store v0.22.1
7122026-03-30T22:44:18.548Z Downloaded fs_extra v1.3.0
7132026-03-30T22:44:18.548Z Downloaded float-ord v0.3.2
7142026-03-30T22:44:18.551Z Downloaded derive_builder_core v0.20.2
7152026-03-30T22:44:18.551Z Downloaded der_derive v0.7.3
7162026-03-30T22:44:18.553Z Downloaded env_filter v1.0.0
7172026-03-30T22:44:18.554Z Downloaded ena v0.14.4
7182026-03-30T22:44:18.554Z Downloaded ecdsa v0.16.9
7192026-03-30T22:44:18.556Z Downloaded headers-core v0.3.0
7202026-03-30T22:44:18.556Z Downloaded hash32 v0.2.1
7212026-03-30T22:44:18.556Z Downloaded ghash v0.5.1
7222026-03-30T22:44:18.559Z Downloaded fxhash v0.2.1
7232026-03-30T22:44:18.559Z Downloaded ed25519 v2.2.3
7242026-03-30T22:44:18.559Z Downloaded globwalk v0.9.1
7252026-03-30T22:44:18.563Z Downloaded darling v0.21.3
7262026-03-30T22:44:18.565Z Downloaded futures-task v0.3.32
7272026-03-30T22:44:18.566Z Downloaded futures-core v0.3.32
7282026-03-30T22:44:18.566Z Downloaded hex-literal v0.4.1
7292026-03-30T22:44:18.566Z Downloaded hex v0.4.3
7302026-03-30T22:44:18.569Z Downloaded find-msvc-tools v0.1.9
7312026-03-30T22:44:18.569Z Downloaded hostname v0.3.1
7322026-03-30T22:44:18.572Z Downloaded allocator-api2 v0.2.21
7332026-03-30T22:44:18.575Z Downloaded async-trait v0.1.89
7342026-03-30T22:44:18.575Z Downloaded httpdate v1.0.3
7352026-03-30T22:44:18.575Z Downloaded hubpack v0.1.2
7362026-03-30T22:44:18.578Z Downloaded convert_case v0.4.0
7372026-03-30T22:44:18.578Z Downloaded home v0.5.12
7382026-03-30T22:44:18.581Z Downloaded bit-vec v0.6.3
7392026-03-30T22:44:18.581Z Downloaded const_format_proc_macros v0.2.34
7402026-03-30T22:44:18.584Z Downloaded camino-tempfile-ext v0.3.3
7412026-03-30T22:44:18.584Z Downloaded cargo_metadata v0.19.2
7422026-03-30T22:44:18.587Z Downloaded foldhash v0.2.0
7432026-03-30T22:44:18.587Z Downloaded foldhash v0.1.5
7442026-03-30T22:44:18.587Z Downloaded filetime v0.2.27
7452026-03-30T22:44:18.590Z Downloaded ff v0.13.1
7462026-03-30T22:44:18.590Z Downloaded crossbeam-deque v0.8.6
7472026-03-30T22:44:18.590Z Downloaded cbc v0.1.2
7482026-03-30T22:44:18.593Z Downloaded fixedbitset v0.5.7
7492026-03-30T22:44:18.593Z Downloaded buf-list v1.1.2
7502026-03-30T22:44:18.596Z Downloaded diesel-dtrace v0.5.0
7512026-03-30T22:44:18.596Z Downloaded byte-wrapper v0.1.0
7522026-03-30T22:44:18.598Z Downloaded futures-executor v0.3.32
7532026-03-30T22:44:18.598Z Downloaded fs-err v2.11.0
7542026-03-30T22:44:18.599Z Downloaded hyper-tls v0.6.0
7552026-03-30T22:44:18.601Z Downloaded http-range v0.1.5
7562026-03-30T22:44:18.601Z Downloaded http-body v1.0.1
7572026-03-30T22:44:18.601Z Downloaded indent_write v2.2.0
7582026-03-30T22:44:18.604Z Downloaded erased-serde v0.3.31
7592026-03-30T22:44:18.604Z Downloaded hostname v0.4.2
7602026-03-30T22:44:18.604Z Downloaded const-oid v0.9.6
7612026-03-30T22:44:18.607Z Downloaded group v0.13.0
7622026-03-30T22:44:18.607Z Downloaded git-stub-vcs v0.1.0
7632026-03-30T22:44:18.610Z Downloaded ciborium v0.2.2
7642026-03-30T22:44:18.610Z Downloaded async-bb8-diesel v0.2.1
7652026-03-30T22:44:18.614Z Downloaded internet-checksum v0.2.1
7662026-03-30T22:44:18.614Z Downloaded inout v0.1.4
7672026-03-30T22:44:18.614Z Downloaded backon v1.6.0
7682026-03-30T22:44:18.617Z Downloaded derive_more v2.1.1
7692026-03-30T22:44:18.620Z Downloaded is-terminal v0.4.17
7702026-03-30T22:44:18.623Z Downloaded ident_case v1.0.1
7712026-03-30T22:44:18.623Z Downloaded hubpack_derive v0.1.1
7722026-03-30T22:44:18.624Z Downloaded darling_core v0.20.11
7732026-03-30T22:44:18.627Z Downloaded indoc v1.0.9
7742026-03-30T22:44:18.627Z Downloaded fallible-iterator v0.2.0
7752026-03-30T22:44:18.630Z Downloaded derive_builder v0.20.2
7762026-03-30T22:44:18.633Z Downloaded highway v1.3.0
7772026-03-30T22:44:18.633Z Downloaded glob v0.3.3
7782026-03-30T22:44:18.634Z Downloaded block-padding v0.3.3
7792026-03-30T22:44:18.637Z Downloaded hash32 v0.3.1
7802026-03-30T22:44:18.637Z Downloaded is_ci v1.2.0
7812026-03-30T22:44:18.637Z Downloaded lalrpop-util v0.19.12
7822026-03-30T22:44:18.637Z Downloaded instant v0.1.13
7832026-03-30T22:44:18.640Z Downloaded keccak v0.1.6
7842026-03-30T22:44:18.640Z Downloaded humantime v2.3.0
7852026-03-30T22:44:18.640Z Downloaded globset v0.4.18
7862026-03-30T22:44:18.643Z Downloaded libscf-sys v1.1.0
7872026-03-30T22:44:18.643Z Downloaded instability v0.3.11
7882026-03-30T22:44:18.646Z Downloaded kstat-rs v0.2.4
7892026-03-30T22:44:18.646Z Downloaded lazy_static v1.5.0
7902026-03-30T22:44:18.650Z Downloaded base64 v0.21.7
7912026-03-30T22:44:18.653Z Downloaded colored v3.1.1
7922026-03-30T22:44:18.657Z Downloaded diff v0.1.13
7932026-03-30T22:44:18.660Z Downloaded getrandom v0.2.17
7942026-03-30T22:44:18.663Z Downloaded futures-channel v0.3.32
7952026-03-30T22:44:18.663Z Downloaded cipher v0.4.4
7962026-03-30T22:44:18.666Z Downloaded managed v0.8.0
7972026-03-30T22:44:18.666Z Downloaded lzss v0.8.2
7982026-03-30T22:44:18.666Z Downloaded colored v2.2.0
7992026-03-30T22:44:18.669Z Downloaded lru-slab v0.1.2
8002026-03-30T22:44:18.669Z Downloaded lru-cache v0.1.2
8012026-03-30T22:44:18.669Z Downloaded corncobs v0.1.4
8022026-03-30T22:44:18.673Z Downloaded darling_core v0.23.0
8032026-03-30T22:44:18.675Z Downloaded half v1.8.3
8042026-03-30T22:44:18.675Z Downloaded md5 v0.7.0
8052026-03-30T22:44:18.676Z Downloaded match_cfg v0.1.0
8062026-03-30T22:44:18.679Z Downloaded lru v0.12.5
8072026-03-30T22:44:18.679Z Downloaded linked-hash-map v0.5.6
8082026-03-30T22:44:18.679Z Downloaded hyper-staticfile v0.10.1
8092026-03-30T22:44:18.682Z Downloaded mime v0.3.17
8102026-03-30T22:44:18.682Z Downloaded env_logger v0.11.9
8112026-03-30T22:44:18.682Z Downloaded multimap v0.10.1
8122026-03-30T22:44:18.686Z Downloaded maybe-uninit v2.0.0
8132026-03-30T22:44:18.686Z Downloaded memoffset v0.9.1
8142026-03-30T22:44:18.686Z Downloaded maplit v1.0.2
8152026-03-30T22:44:18.686Z Downloaded derive-where v1.6.0
8162026-03-30T22:44:18.689Z Downloaded nodrop v0.1.14
8172026-03-30T22:44:18.689Z Downloaded md-5 v0.10.6
8182026-03-30T22:44:18.689Z Downloaded blake2 v0.10.6
8192026-03-30T22:44:18.692Z Downloaded num-derive v0.4.2
8202026-03-30T22:44:18.692Z Downloaded http-body-util v0.1.3
8212026-03-30T22:44:18.695Z Downloaded clang-sys v1.8.1
8222026-03-30T22:44:18.695Z Downloaded impl-trait-for-tuples v0.2.3
8232026-03-30T22:44:18.698Z Downloaded ingot-types v0.1.2
8242026-03-30T22:44:18.698Z Downloaded jobserver v0.1.34
8252026-03-30T22:44:18.698Z Downloaded der v0.7.10
8262026-03-30T22:44:18.702Z Downloaded newline-converter v0.3.0
8272026-03-30T22:44:18.702Z Downloaded new_debug_unreachable v1.0.6
8282026-03-30T22:44:18.705Z Downloaded nibble_vec v0.1.0
8292026-03-30T22:44:18.705Z Downloaded indoc v2.0.7
8302026-03-30T22:44:18.708Z Downloaded httparse v1.10.1
8312026-03-30T22:44:18.708Z Downloaded crc32fast v1.5.0
8322026-03-30T22:44:18.708Z Downloaded libsw-core v0.3.2
8332026-03-30T22:44:18.711Z Downloaded libsw v3.5.0
8342026-03-30T22:44:18.711Z Downloaded cookie v0.18.1
8352026-03-30T22:44:18.714Z Downloaded cargo_toml v0.22.3
8362026-03-30T22:44:18.714Z Downloaded cancel-safe-futures v0.1.5
8372026-03-30T22:44:18.717Z Downloaded ingot v0.1.1
8382026-03-30T22:44:18.717Z Downloaded ahash v0.8.12
8392026-03-30T22:44:18.720Z Downloaded ipnetwork v0.21.1
8402026-03-30T22:44:18.720Z Downloaded num_enum_derive v0.5.11
8412026-03-30T22:44:18.720Z Downloaded num_threads v0.1.7
8422026-03-30T22:44:18.722Z Downloaded ipnet v2.11.0
8432026-03-30T22:44:18.723Z Downloaded num v0.4.3
8442026-03-30T22:44:18.726Z Downloaded newtype_derive v0.1.6
8452026-03-30T22:44:18.726Z Downloaded libloading v0.8.9
8462026-03-30T22:44:18.726Z Downloaded num-iter v0.1.45
8472026-03-30T22:44:18.729Z Downloaded hyper-rustls v0.27.7
8482026-03-30T22:44:18.729Z Downloaded num-derive v0.3.3
8492026-03-30T22:44:18.731Z Downloaded num-conv v0.2.0
8502026-03-30T22:44:18.732Z Downloaded des v0.8.1
8512026-03-30T22:44:18.732Z Downloaded normalize-line-endings v0.3.0
8522026-03-30T22:44:18.735Z Downloaded opaque-debug v0.3.1
8532026-03-30T22:44:18.738Z Downloaded futures v0.3.32
8542026-03-30T22:44:18.742Z Downloaded linear-map v1.2.0
8552026-03-30T22:44:18.742Z Downloaded ar_archive_writer v0.5.1
8562026-03-30T22:44:18.745Z Downloaded convert_case v0.10.0
8572026-03-30T22:44:18.745Z Downloaded libefi-sys v0.1.0
8582026-03-30T22:44:18.745Z Downloaded olpc-cjson v0.1.4
8592026-03-30T22:44:18.748Z Downloaded crc-any v2.5.0
8602026-03-30T22:44:18.748Z Downloaded openssl-probe v0.1.6
8612026-03-30T22:44:18.752Z Downloaded openssl-macros v0.1.1
8622026-03-30T22:44:18.752Z Downloaded bzip2 v0.6.1
8632026-03-30T22:44:18.752Z Downloaded ingot-macros v0.1.1
8642026-03-30T22:44:18.758Z Downloaded bytes v1.11.1
8652026-03-30T22:44:18.758Z Downloaded elliptic-curve v0.13.8
8662026-03-30T22:44:18.761Z Downloaded console v0.16.2
8672026-03-30T22:44:18.761Z Downloaded oso-derive v0.27.3
8682026-03-30T22:44:18.761Z Downloaded openssl-probe v0.2.1
8692026-03-30T22:44:18.761Z Downloaded native-tls v0.2.18
8702026-03-30T22:44:18.764Z Downloaded nu-ansi-term v0.50.3
8712026-03-30T22:44:18.767Z Downloaded mime_guess v2.0.5
8722026-03-30T22:44:18.771Z Downloaded pbkdf2 v0.12.2
8732026-03-30T22:44:18.774Z Downloaded newtype-uuid-macros v0.1.0
8742026-03-30T22:44:18.774Z Downloaded peg-runtime v0.8.5
8752026-03-30T22:44:18.777Z Downloaded newtype-uuid v1.3.2
8762026-03-30T22:44:18.778Z Downloaded pbkdf2 v0.11.0
8772026-03-30T22:44:18.792Z Downloaded path-slash v0.1.5
8782026-03-30T22:44:18.795Z Downloaded parse-size v1.1.0
8792026-03-30T22:44:18.795Z Downloaded packed_struct_codegen v0.10.1
8802026-03-30T22:44:18.795Z Downloaded lock_api v0.4.14
8812026-03-30T22:44:18.798Z Downloaded parse-display v0.10.0
8822026-03-30T22:44:18.798Z Downloaded num_enum v0.5.11
8832026-03-30T22:44:18.802Z Downloaded nonempty v0.12.0
8842026-03-30T22:44:18.802Z Downloaded pin-utils v0.1.0
8852026-03-30T22:44:18.802Z Downloaded num_enum v0.7.5
8862026-03-30T22:44:18.805Z Downloaded num-rational v0.4.2
8872026-03-30T22:44:18.805Z Downloaded num-complex v0.4.6
8882026-03-30T22:44:18.808Z Downloaded num-integer v0.1.46
8892026-03-30T22:44:18.808Z Downloaded phf_shared v0.12.1
8902026-03-30T22:44:18.808Z Downloaded crossbeam-channel v0.5.15
8912026-03-30T22:44:18.811Z Downloaded const_format v0.2.35
8922026-03-30T22:44:18.814Z Downloaded half v2.7.1
8932026-03-30T22:44:18.817Z Downloaded phf_shared v0.13.1
8942026-03-30T22:44:18.817Z Downloaded flume v0.11.1
8952026-03-30T22:44:18.820Z Downloaded chacha20poly1305 v0.10.1
8962026-03-30T22:44:18.820Z Downloaded phf_shared v0.11.3
8972026-03-30T22:44:18.820Z Downloaded litrs v1.0.0
8982026-03-30T22:44:18.823Z Downloaded iana-time-zone v0.1.65
8992026-03-30T22:44:18.826Z Downloaded crossterm v0.28.1
9002026-03-30T22:44:18.829Z Downloaded indexmap v1.9.3
9012026-03-30T22:44:18.832Z Downloaded arc-swap v1.8.2
9022026-03-30T22:44:18.832Z Downloaded hmac v0.12.1
9032026-03-30T22:44:18.835Z Downloaded predicates-tree v1.0.13
9042026-03-30T22:44:18.835Z Downloaded powerfmt v0.2.0
9052026-03-30T22:44:18.835Z Downloaded proc-macro-crate v1.3.1
9062026-03-30T22:44:18.837Z Downloaded headers v0.4.1
9072026-03-30T22:44:18.840Z Downloaded precomputed-hash v0.1.1
9082026-03-30T22:44:18.840Z Downloaded hickory-client v0.25.2
9092026-03-30T22:44:18.840Z Downloaded owo-colors v4.3.0
9102026-03-30T22:44:18.843Z Downloaded memmap2 v0.9.10
9112026-03-30T22:44:18.843Z Downloaded ignore v0.4.25
9122026-03-30T22:44:18.845Z Downloaded multer v3.1.0
9132026-03-30T22:44:18.848Z Downloaded oxnet v0.1.4
9142026-03-30T22:44:18.848Z Downloaded oxide-tokio-rt v0.1.3
9152026-03-30T22:44:18.851Z Downloaded pem-rfc7468 v0.7.0
9162026-03-30T22:44:18.851Z Downloaded proc-macro-error-attr2 v2.0.0
9172026-03-30T22:44:18.851Z Downloaded predicates-core v1.0.10
9182026-03-30T22:44:18.853Z Downloaded password-hash v0.5.0
9192026-03-30T22:44:18.853Z Downloaded peg v0.8.5
9202026-03-30T22:44:18.862Z Downloaded phf v0.12.1
9212026-03-30T22:44:18.868Z Downloaded heapless v0.7.17
9222026-03-30T22:44:18.871Z Downloaded phf v0.13.1
9232026-03-30T22:44:18.871Z Downloaded paste v1.0.15
9242026-03-30T22:44:18.873Z Downloaded password-hash v0.4.2
9252026-03-30T22:44:18.873Z Downloaded libbz2-rs-sys v0.2.2
9262026-03-30T22:44:18.876Z Downloaded ed25519-dalek v2.2.0
9272026-03-30T22:44:18.878Z Downloaded progenitor-client v0.10.0
9282026-03-30T22:44:18.879Z Downloaded radium v0.7.0
9292026-03-30T22:44:18.879Z Downloaded progenitor-client v0.11.2
9302026-03-30T22:44:18.882Z Downloaded num_enum_derive v0.7.5
9312026-03-30T22:44:18.882Z Downloaded diesel_derives v2.3.7
9322026-03-30T22:44:18.884Z Downloaded psl-types v2.0.11
9332026-03-30T22:44:18.887Z Downloaded progenitor-macro v0.11.2
9342026-03-30T22:44:18.887Z Downloaded progenitor-macro v0.13.0
9352026-03-30T22:44:18.887Z Downloaded parse-display-derive v0.10.0
9362026-03-30T22:44:18.890Z Downloaded parking_lot_core v0.8.6
9372026-03-30T22:44:18.890Z Downloaded getrandom v0.3.4
9382026-03-30T22:44:18.893Z Downloaded pkg-config v0.3.32
9392026-03-30T22:44:18.893Z Downloaded pin-project-internal v1.1.11
9402026-03-30T22:44:18.895Z Downloaded compact_str v0.8.1
9412026-03-30T22:44:18.898Z Downloaded indicatif v0.18.4
9422026-03-30T22:44:18.898Z Downloaded polyval v0.6.2
9432026-03-30T22:44:18.901Z Downloaded bumpalo v3.20.2
9442026-03-30T22:44:18.901Z Downloaded quick-error v1.2.3
9452026-03-30T22:44:18.904Z Downloaded progenitor-macro v0.10.0
9462026-03-30T22:44:18.904Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-03-30T22:44:18.904Z Downloaded recursive v0.1.1
9482026-03-30T22:44:18.905Z Downloaded base64 v0.22.1
9492026-03-30T22:44:18.913Z Downloaded derive_more v0.99.20
9502026-03-30T22:44:18.913Z Downloaded nanorand v0.7.0
9512026-03-30T22:44:18.916Z Downloaded poly1305 v0.8.0
9522026-03-30T22:44:18.916Z Downloaded progenitor-client v0.13.0
9532026-03-30T22:44:18.916Z Downloaded proc-macro-crate v3.4.0
9542026-03-30T22:44:18.920Z Downloaded pem v3.0.6
9552026-03-30T22:44:18.920Z Downloaded ppv-lite86 v0.2.21
9562026-03-30T22:44:18.920Z Downloaded pin-project-lite v0.2.17
9572026-03-30T22:44:18.923Z Downloaded rand_chacha v0.3.1
9582026-03-30T22:44:18.923Z Downloaded parking_lot_core v0.9.12
9592026-03-30T22:44:18.926Z Downloaded rand_xorshift v0.4.0
9602026-03-30T22:44:18.926Z Downloaded packed_struct v0.10.1
9612026-03-30T22:44:18.929Z Downloaded progenitor-extras v0.1.1
9622026-03-30T22:44:18.932Z Downloaded postgres-protocol v0.6.10
9632026-03-30T22:44:18.937Z Downloaded cc v1.2.56
9642026-03-30T22:44:18.942Z Downloaded primeorder v0.13.6
9652026-03-30T22:44:18.945Z Downloaded predicates v3.1.4
9662026-03-30T22:44:18.945Z Downloaded peg-macros v0.8.5
9672026-03-30T22:44:18.948Z Downloaded ref-cast-impl v1.0.25
9682026-03-30T22:44:18.952Z Downloaded rfc6979 v0.4.0
9692026-03-30T22:44:18.952Z Downloaded rustc_version v0.1.7
9702026-03-30T22:44:18.952Z Downloaded derive_more-impl v2.1.1
9712026-03-30T22:44:18.955Z Downloaded rustc-hash v2.1.1
9722026-03-30T22:44:18.958Z Downloaded rand_core v0.9.5
9732026-03-30T22:44:18.959Z Downloaded russh-cryptovec v0.7.3
9742026-03-30T22:44:18.959Z Downloaded expectorate v1.2.0
9752026-03-30T22:44:18.959Z Downloaded rand_core v0.6.4
9762026-03-30T22:44:18.961Z Downloaded parking_lot v0.11.2
9772026-03-30T22:44:18.961Z Downloaded hickory-resolver v0.25.2
9782026-03-30T22:44:18.965Z Downloaded pkcs8 v0.10.2
9792026-03-30T22:44:18.968Z Downloaded hickory-resolver v0.24.4
9802026-03-30T22:44:18.968Z Downloaded proc-macro-error2 v2.0.1
9812026-03-30T22:44:18.971Z Downloaded omicron-zone-package v0.12.2
9822026-03-30T22:44:18.973Z Downloaded progenitor v0.13.0
9832026-03-30T22:44:18.973Z Downloaded postcard v1.1.3
9842026-03-30T22:44:18.976Z Downloaded rtoolbox v0.0.3
9852026-03-30T22:44:18.976Z Downloaded progenitor v0.11.2
9862026-03-30T22:44:18.976Z Downloaded heapless v0.8.0
9872026-03-30T22:44:18.979Z Downloaded aes v0.8.4
9882026-03-30T22:44:18.984Z Downloaded miniz_oxide v0.8.9
9892026-03-30T22:44:18.986Z Downloaded r2d2 v0.8.10
9902026-03-30T22:44:18.989Z Downloaded p256 v0.13.2
9912026-03-30T22:44:18.995Z Downloaded salsa20 v0.10.2
9922026-03-30T22:44:18.997Z Downloaded pkcs1 v0.7.5
9932026-03-30T22:44:19.000Z Downloaded pkcs5 v0.7.1
9942026-03-30T22:44:19.003Z Downloaded same-file v1.0.6
9952026-03-30T22:44:19.006Z Downloaded rand_chacha v0.9.0
9962026-03-30T22:44:19.008Z Downloaded semver v0.1.20
9972026-03-30T22:44:19.008Z Downloaded scheduled-thread-pool v0.2.7
9982026-03-30T22:44:19.008Z Downloaded scrypt v0.11.0
9992026-03-30T22:44:19.011Z Downloaded sapling-renderdag v0.1.0
10002026-03-30T22:44:19.015Z Downloaded oso v0.27.3
10012026-03-30T22:44:19.018Z Downloaded jiff-static v0.2.21
10022026-03-30T22:44:19.027Z Downloaded rand_seeder v0.4.0
10032026-03-30T22:44:19.030Z Downloaded ref-cast v1.0.25
10042026-03-30T22:44:19.032Z Downloaded scopeguard v1.2.0
10052026-03-30T22:44:19.032Z Downloaded serde_bytes v0.11.19
10062026-03-30T22:44:19.035Z Downloaded rustc_version v0.4.1
10072026-03-30T22:44:19.035Z Downloaded crossterm v0.29.0
10082026-03-30T22:44:19.039Z Downloaded serde-big-array v0.5.1
10092026-03-30T22:44:19.042Z Downloaded secrecy v0.10.3
10102026-03-30T22:44:19.042Z Downloaded rustls-pemfile v2.2.0
10112026-03-30T22:44:19.045Z Downloaded scroll_derive v0.13.1
10122026-03-30T22:44:19.045Z Downloaded resolv-conf v0.7.6
10132026-03-30T22:44:19.048Z Downloaded rustls-pemfile v1.0.4
10142026-03-30T22:44:19.048Z Downloaded dropshot-api-manager v0.6.0
10152026-03-30T22:44:19.051Z Downloaded rustls-native-certs v0.8.3
10162026-03-30T22:44:19.051Z Downloaded progenitor v0.10.0
10172026-03-30T22:44:19.053Z Downloaded serde_urlencoded v0.7.1
10182026-03-30T22:44:19.053Z Downloaded serde_spanned v1.0.4
10192026-03-30T22:44:19.056Z Downloaded serde_repr v0.1.20
10202026-03-30T22:44:19.056Z Downloaded parking_lot v0.12.5
10212026-03-30T22:44:19.058Z Downloaded serde_plain v1.0.2
10222026-03-30T22:44:19.058Z Downloaded rustversion v1.0.22
10232026-03-30T22:44:19.061Z Downloaded rusty-fork v0.3.1
10242026-03-30T22:44:19.063Z Downloaded psm v0.1.30
10252026-03-30T22:44:19.063Z Downloaded sha1 v0.10.6
10262026-03-30T22:44:19.067Z Downloaded prefix-trie v0.7.0
10272026-03-30T22:44:19.069Z Downloaded minimal-lexical v0.2.1
10282026-03-30T22:44:19.072Z Downloaded quinn-udp v0.5.14
10292026-03-30T22:44:19.078Z Downloaded shell-words v1.1.1
10302026-03-30T22:44:19.081Z Downloaded seq-macro v0.3.6
10312026-03-30T22:44:19.081Z Downloaded signal-hook-mio v0.2.5
10322026-03-30T22:44:19.084Z Downloaded sct v0.7.1
10332026-03-30T22:44:19.084Z Downloaded siphasher v1.0.2
10342026-03-30T22:44:19.087Z Downloaded sigpipe v0.1.3
10352026-03-30T22:44:19.087Z Downloaded hashbrown v0.13.2
10362026-03-30T22:44:19.089Z Downloaded signal-hook-tokio v0.3.1
10372026-03-30T22:44:19.092Z Downloaded postgres-types v0.2.12
10382026-03-30T22:44:19.095Z Downloaded rand_core v0.10.0
10392026-03-30T22:44:19.102Z Downloaded slog-bunyan v2.5.0
10402026-03-30T22:44:19.105Z Downloaded russh-keys v0.45.0
10412026-03-30T22:44:19.106Z Downloaded schemars_derive v0.8.22
10422026-03-30T22:44:19.108Z Downloaded slog-envlogger v2.2.0
10432026-03-30T22:44:19.109Z Downloaded pin-project v1.1.11
10442026-03-30T22:44:19.115Z Downloaded papergrid v0.17.0
10452026-03-30T22:44:19.118Z Downloaded flate2 v1.1.9
10462026-03-30T22:44:19.122Z Downloaded serde-hex v0.1.0
10472026-03-30T22:44:19.125Z Downloaded sec1 v0.7.3
10482026-03-30T22:44:19.125Z Downloaded scroll v0.13.0
10492026-03-30T22:44:19.128Z Downloaded openssl-sys v0.9.111
10502026-03-30T22:44:19.131Z Downloaded hyper-util v0.1.20
10512026-03-30T22:44:19.134Z Downloaded ssh-cipher v0.2.0
10522026-03-30T22:44:19.134Z Downloaded serde_derive_internals v0.29.1
10532026-03-30T22:44:19.137Z Downloaded sqlparser_derive v0.5.0
10542026-03-30T22:44:19.140Z Downloaded serde_path_to_error v0.1.20
10552026-03-30T22:44:19.140Z Downloaded progenitor-impl v0.10.0
10562026-03-30T22:44:19.143Z Downloaded progenitor-impl v0.11.2
10572026-03-30T22:44:19.145Z Downloaded progenitor-impl v0.13.0
10582026-03-30T22:44:19.148Z Downloaded ron v0.8.1
10592026-03-30T22:44:19.152Z Downloaded ssh-encoding v0.2.0
10602026-03-30T22:44:19.155Z Downloaded slab v0.4.12
10612026-03-30T22:44:19.155Z Downloaded simd-adler32 v0.3.8
10622026-03-30T22:44:19.158Z Downloaded structmeta v0.3.0
10632026-03-30T22:44:19.158Z Downloaded signal-hook-registry v1.4.8
10642026-03-30T22:44:19.161Z Downloaded hickory-server v0.25.2
10652026-03-30T22:44:19.164Z Downloaded slog-dtrace v0.3.0
10662026-03-30T22:44:19.167Z Downloaded strip-ansi-escapes v0.2.1
10672026-03-30T22:44:19.188Z Downloaded signature v2.2.0
10682026-03-30T22:44:19.188Z Downloaded shlex v1.3.0
10692026-03-30T22:44:19.188Z Downloaded strum v0.27.2
10702026-03-30T22:44:19.188Z Downloaded serde_cbor v0.11.2
10712026-03-30T22:44:19.188Z Downloaded strum v0.26.3
10722026-03-30T22:44:19.188Z Downloaded structmeta-derive v0.3.0
10732026-03-30T22:44:19.188Z Downloaded slog-scope v4.4.1
10742026-03-30T22:44:19.188Z Downloaded rcgen v0.12.1
10752026-03-30T22:44:19.188Z Downloaded supports-color v3.0.2
10762026-03-30T22:44:19.188Z Downloaded slog-term v2.9.2
10772026-03-30T22:44:19.191Z Downloaded tap v1.0.1
10782026-03-30T22:44:19.191Z Downloaded slog-async v2.8.0
10792026-03-30T22:44:19.191Z Downloaded tagptr v0.2.0
10802026-03-30T22:44:19.191Z Downloaded tabled_derive v0.11.0
10812026-03-30T22:44:19.194Z Downloaded sync_wrapper v1.0.2
10822026-03-30T22:44:19.194Z Downloaded tabwriter v1.4.1
10832026-03-30T22:44:19.194Z Downloaded sync-ptr v0.1.4
10842026-03-30T22:44:19.197Z Downloaded take_mut v0.2.2
10852026-03-30T22:44:19.197Z Downloaded rustls-pki-types v1.14.0
10862026-03-30T22:44:19.200Z Downloaded snafu-derive v0.8.9
10872026-03-30T22:44:19.202Z Downloaded http v1.4.0
10882026-03-30T22:44:19.202Z Downloaded rustls-platform-verifier v0.6.2
10892026-03-30T22:44:19.205Z Downloaded sqlformat v0.3.5
10902026-03-30T22:44:19.208Z Downloaded static_assertions v1.1.0
10912026-03-30T22:44:19.208Z Downloaded slog-stdlog v4.1.1
10922026-03-30T22:44:19.211Z Downloaded smf v0.2.3
10932026-03-30T22:44:19.211Z Downloaded smallvec v0.6.14
10942026-03-30T22:44:19.211Z Downloaded secrecy v0.8.0
10952026-03-30T22:44:19.214Z Downloaded nom v7.1.3
10962026-03-30T22:44:19.217Z Downloaded ryu v1.0.23
10972026-03-30T22:44:19.217Z Downloaded thiserror-impl-no-std v2.0.2
10982026-03-30T22:44:19.220Z Downloaded termtree v0.5.1
10992026-03-30T22:44:19.220Z Downloaded time-core v0.1.8
11002026-03-30T22:44:19.220Z Downloaded thread-id v5.1.0
11012026-03-30T22:44:19.224Z Downloaded testing_table v0.3.0
11022026-03-30T22:44:19.227Z Downloaded publicsuffix v2.3.0
11032026-03-30T22:44:19.227Z Downloaded spki v0.7.3
11042026-03-30T22:44:19.230Z Downloaded itertools v0.10.5
11052026-03-30T22:44:19.235Z Downloaded serde_with_macros v3.17.0
11062026-03-30T22:44:19.240Z Downloaded num-bigint v0.4.6
11072026-03-30T22:44:19.244Z Downloaded tinyvec_macros v0.1.1
11082026-03-30T22:44:19.247Z Downloaded stacker v0.1.23
11092026-03-30T22:44:19.247Z Downloaded libxml v0.3.3
11102026-03-30T22:44:19.255Z Downloaded subtle v2.6.1
11112026-03-30T22:44:19.259Z Downloaded string_cache v0.8.9
11122026-03-30T22:44:19.268Z Downloaded strum_macros v0.24.3
11132026-03-30T22:44:19.276Z Downloaded support-bundle-viewer v0.1.2
11142026-03-30T22:44:19.280Z Downloaded strum_macros v0.26.4
11152026-03-30T22:44:19.280Z Downloaded slog-json v2.6.1
11162026-03-30T22:44:19.283Z Downloaded num-bigint-dig v0.8.6
11172026-03-30T22:44:19.288Z Downloaded rayon-core v1.13.0
11182026-03-30T22:44:19.292Z Downloaded similar v2.7.0
11192026-03-30T22:44:19.295Z Downloaded thread_local v1.1.9
11202026-03-30T22:44:19.298Z Downloaded schemars v0.9.0
11212026-03-30T22:44:19.304Z Downloaded try-lock v0.2.5
11222026-03-30T22:44:19.307Z Downloaded trait-variant v0.1.2
11232026-03-30T22:44:19.307Z Downloaded tower-service v0.3.3
11242026-03-30T22:44:19.307Z Downloaded tower-layer v0.3.3
11252026-03-30T22:44:19.307Z Downloaded quinn v0.11.9
11262026-03-30T22:44:19.310Z Downloaded itertools v0.13.0
11272026-03-30T22:44:19.313Z Downloaded time-macros v0.2.27
11282026-03-30T22:44:19.315Z Downloaded strum_macros v0.27.2
11292026-03-30T22:44:19.315Z Downloaded prettyplease v0.2.37
11302026-03-30T22:44:19.318Z Downloaded tls_codec_derive v0.4.2
11312026-03-30T22:44:19.318Z Downloaded hashbrown v0.15.5
11322026-03-30T22:44:19.322Z Downloaded spin v0.9.8
11332026-03-30T22:44:19.324Z Downloaded rand v0.9.2
11342026-03-30T22:44:19.327Z Downloaded tls_codec v0.4.2
11352026-03-30T22:44:19.327Z Downloaded term v0.7.0
11362026-03-30T22:44:19.330Z Downloaded unit-prefix v0.5.2
11372026-03-30T22:44:19.330Z Downloaded typify-macro v0.6.1
11382026-03-30T22:44:19.333Z Downloaded tokio-rustls v0.25.0
11392026-03-30T22:44:19.333Z Downloaded tiny-keccak v2.0.2
11402026-03-30T22:44:19.336Z Downloaded typify-macro v0.4.3
11412026-03-30T22:44:19.336Z Downloaded serde_yaml v0.9.34+deprecated
11422026-03-30T22:44:19.336Z Downloaded topological-sort v0.2.2
11432026-03-30T22:44:19.339Z Downloaded thiserror-no-std v2.0.2
11442026-03-30T22:44:19.339Z Downloaded qorb v0.4.1
11452026-03-30T22:44:19.342Z Downloaded rand v0.8.5
11462026-03-30T22:44:19.345Z Downloaded tokio-native-tls v0.3.1
11472026-03-30T22:44:19.345Z Downloaded tokio-macros v2.6.0
11482026-03-30T22:44:19.348Z Downloaded tokio-dtrace v0.1.1
11492026-03-30T22:44:19.348Z Downloaded stringprep v0.1.5
11502026-03-30T22:44:19.348Z Downloaded termios v0.3.3
11512026-03-30T22:44:19.351Z Downloaded rsa v0.9.10
11522026-03-30T22:44:19.354Z Downloaded usdt-attr-macro v0.6.0
11532026-03-30T22:44:19.354Z Downloaded usdt v0.6.0
11542026-03-30T22:44:19.354Z Downloaded untrusted v0.9.0
11552026-03-30T22:44:19.354Z Downloaded universal-hash v0.5.1
11562026-03-30T22:44:19.357Z Downloaded untrusted v0.7.1
11572026-03-30T22:44:19.357Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-03-30T22:44:19.357Z Downloaded tokio-tungstenite v0.23.1
11592026-03-30T22:44:19.360Z Downloaded socket2 v0.5.10
11602026-03-30T22:44:19.360Z Downloaded itertools v0.12.1
11612026-03-30T22:44:19.363Z Downloaded schemars v0.8.22
11622026-03-30T22:44:19.370Z Downloaded toml_writer v1.0.6+spec-1.1.0
11632026-03-30T22:44:19.373Z Downloaded utf-8 v0.7.6
11642026-03-30T22:44:19.373Z Downloaded usdt-macro v0.6.0
11652026-03-30T22:44:19.373Z Downloaded tokio-tungstenite v0.21.0
11662026-03-30T22:44:19.373Z Downloaded signal-hook v0.3.18
11672026-03-30T22:44:19.376Z Downloaded void v1.0.2
11682026-03-30T22:44:19.376Z Downloaded iri-string v0.7.10
11692026-03-30T22:44:19.380Z Downloaded slog v2.8.2
11702026-03-30T22:44:19.382Z Downloaded libm v0.2.16
11712026-03-30T22:44:19.387Z Downloaded mio v1.1.1
11722026-03-30T22:44:19.391Z Downloaded socket2 v0.6.2
11732026-03-30T22:44:19.396Z Downloaded term v1.2.1
11742026-03-30T22:44:19.396Z Downloaded tokio-rustls v0.24.1
11752026-03-30T22:44:19.399Z Downloaded subprocess v0.2.15
11762026-03-30T22:44:19.399Z Downloaded iddqd v0.3.17
11772026-03-30T22:44:19.402Z Downloaded want v0.3.1
11782026-03-30T22:44:19.402Z Downloaded unarray v0.1.4
11792026-03-30T22:44:19.402Z Downloaded tokio-stream v0.1.18
11802026-03-30T22:44:19.405Z Downloaded tui-tree-widget v0.23.1
11812026-03-30T22:44:19.408Z Downloaded hashbrown v0.12.3
11822026-03-30T22:44:19.408Z Downloaded pretty_assertions v1.4.1
11832026-03-30T22:44:19.414Z Downloaded unicode-truncate v1.1.0
11842026-03-30T22:44:19.417Z Downloaded waitgroup v0.1.2
11852026-03-30T22:44:19.417Z Downloaded tokio-rustls v0.26.4
11862026-03-30T22:44:19.419Z Downloaded wait-timeout v0.2.1
11872026-03-30T22:44:19.423Z Downloaded toml_parser v1.0.9+spec-1.1.0
11882026-03-30T22:44:19.426Z Downloaded aes-gcm v0.10.3
11892026-03-30T22:44:19.433Z Downloaded test-strategy v0.4.5
11902026-03-30T22:44:19.439Z Downloaded xattr v1.6.1
11912026-03-30T22:44:19.442Z Downloaded uzers v0.12.2
11922026-03-30T22:44:19.445Z Downloaded tracing-attributes v0.1.31
11932026-03-30T22:44:19.445Z Downloaded vergen-git2 v1.0.7
11942026-03-30T22:44:19.448Z Downloaded xshell-macros v0.2.7
11952026-03-30T22:44:19.453Z Downloaded samael v0.0.19
11962026-03-30T22:44:19.457Z Downloaded hkdf v0.12.4
11972026-03-30T22:44:19.459Z Downloaded zone v0.3.1
11982026-03-30T22:44:19.462Z Downloaded tinyvec v1.10.0
11992026-03-30T22:44:19.465Z Downloaded schemars v1.2.1
12002026-03-30T22:44:19.471Z Downloaded vergen-lib v0.1.6
12012026-03-30T22:44:19.474Z Downloaded russh v0.45.0
12022026-03-30T22:44:19.477Z Downloaded aho-corasick v1.1.4
12032026-03-30T22:44:19.480Z Downloaded unicode-properties v0.1.4
12042026-03-30T22:44:19.480Z Downloaded vsss-rs v3.3.4
12052026-03-30T22:44:19.483Z Downloaded zone_cfg_derive v0.3.1
12062026-03-30T22:44:19.483Z Downloaded h2 v0.4.13
12072026-03-30T22:44:19.486Z Downloaded tar v0.4.45
12082026-03-30T22:44:19.490Z Downloaded itertools v0.14.0
12092026-03-30T22:44:19.494Z Downloaded snafu v0.8.9
12102026-03-30T22:44:19.497Z Downloaded toml v0.7.8
12112026-03-30T22:44:19.497Z Downloaded whoami v1.6.1
12122026-03-30T22:44:19.500Z Downloaded walkdir v2.5.0
12132026-03-30T22:44:19.500Z Downloaded unicase v2.9.0
12142026-03-30T22:44:19.500Z Downloaded rustyline v14.0.0
12152026-03-30T22:44:19.503Z Downloaded xz2 v0.1.7
12162026-03-30T22:44:19.506Z Downloaded rustls-webpki v0.103.9
12172026-03-30T22:44:19.506Z Downloaded futures-util v0.3.32
12182026-03-30T22:44:19.513Z Downloaded zeroize_derive v1.4.3
12192026-03-30T22:44:19.516Z Downloaded xshell v0.2.7
12202026-03-30T22:44:19.516Z Downloaded wyz v0.5.1
12212026-03-30T22:44:19.516Z Downloaded usdt-impl v0.6.0
12222026-03-30T22:44:19.516Z Downloaded ron v0.12.0
12232026-03-30T22:44:19.520Z Downloaded zeroize v1.8.2
12242026-03-30T22:44:19.523Z Downloaded rand v0.10.0
12252026-03-30T22:44:19.523Z Downloaded vergen v9.0.6
12262026-03-30T22:44:19.526Z Downloaded toml v0.9.12+spec-1.1.0
12272026-03-30T22:44:19.528Z Downloaded hyper v1.8.1
12282026-03-30T22:44:19.531Z Downloaded p521 v0.13.3
12292026-03-30T22:44:19.534Z Downloaded tungstenite v0.23.0
12302026-03-30T22:44:19.534Z Downloaded vergen-gitcl v1.0.8
12312026-03-30T22:44:19.537Z Downloaded twox-hash v2.1.2
12322026-03-30T22:44:19.537Z Downloaded tungstenite v0.21.0
12332026-03-30T22:44:19.540Z Downloaded typify v0.6.1
12342026-03-30T22:44:19.544Z Downloaded zstd-safe v7.2.4
12352026-03-30T22:44:19.547Z Downloaded zstd v0.13.3
12362026-03-30T22:44:19.547Z Downloaded reedline v0.40.0
12372026-03-30T22:44:19.552Z Downloaded whoami v2.1.0
12382026-03-30T22:44:19.555Z Downloaded unsafe-libyaml v0.2.11
12392026-03-30T22:44:19.559Z Downloaded zerocopy v0.6.6
12402026-03-30T22:44:19.562Z Downloaded unicode-bidi v0.3.18
12412026-03-30T22:44:19.566Z Downloaded bitvec v1.0.1
12422026-03-30T22:44:19.571Z Downloaded yasna v0.5.2
12432026-03-30T22:44:19.574Z Downloaded uuid v1.21.0
12442026-03-30T22:44:19.577Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-03-30T22:44:19.577Z Downloaded reqwest v0.12.28
12462026-03-30T22:44:19.586Z Downloaded tracing-core v0.1.36
12472026-03-30T22:44:19.589Z Downloaded typify v0.4.3
12482026-03-30T22:44:19.592Z Downloaded git2 v0.20.4
12492026-03-30T22:44:19.607Z Downloaded vte v0.14.1
12502026-03-30T22:44:19.615Z Downloaded rpassword v7.4.0
12512026-03-30T22:44:19.622Z Downloaded steno v0.4.1
12522026-03-30T22:44:19.635Z Downloaded blake3 v1.8.3
12532026-03-30T22:44:19.639Z Downloaded zopfli v0.8.3
12542026-03-30T22:44:19.642Z Downloaded portable-atomic v1.13.1
12552026-03-30T22:44:19.645Z Downloaded curve25519-dalek v4.1.3
12562026-03-30T22:44:19.650Z Downloaded toml_edit v0.19.15
12572026-03-30T22:44:19.660Z Downloaded zip v0.6.6
12582026-03-30T22:44:19.663Z Downloaded lalrpop v0.19.12
12592026-03-30T22:44:19.670Z Downloaded unicode_categories v0.1.1
12602026-03-30T22:44:19.675Z Downloaded tokio-postgres v0.7.16
12612026-03-30T22:44:19.678Z Downloaded ssh-key v0.6.7
12622026-03-30T22:44:19.678Z Downloaded unicode-segmentation v1.12.0
12632026-03-30T22:44:19.690Z Downloaded reqwest v0.13.2
12642026-03-30T22:44:19.695Z Downloaded tower v0.5.3
12652026-03-30T22:44:19.705Z Downloaded aws-lc-rs v1.16.0
12662026-03-30T22:44:19.709Z Downloaded quick-xml v0.37.5
12672026-03-30T22:44:19.714Z Downloaded bindgen v0.71.1
12682026-03-30T22:44:19.721Z Downloaded p384 v0.13.1
12692026-03-30T22:44:19.728Z Downloaded regex v1.12.3
12702026-03-30T22:44:19.731Z Downloaded yansi v1.0.1
12712026-03-30T22:44:19.734Z Downloaded zerocopy-derive v0.8.40
12722026-03-30T22:44:19.738Z Downloaded rayon v1.11.0
12732026-03-30T22:44:19.743Z Downloaded typed-path v0.9.3
12742026-03-30T22:44:19.747Z Downloaded chrono v0.4.44
12752026-03-30T22:44:19.752Z Downloaded x509-cert v0.2.5
12762026-03-30T22:44:19.758Z Downloaded proptest v1.10.0
12772026-03-30T22:44:19.763Z Downloaded salty v0.3.0
12782026-03-30T22:44:19.770Z Downloaded zip v4.6.1
12792026-03-30T22:44:19.785Z Downloaded object v0.30.4
12802026-03-30T22:44:19.789Z Downloaded rustls-webpki v0.101.7
12812026-03-30T22:44:19.797Z Downloaded unicode-normalization v0.1.25
12822026-03-30T22:44:19.801Z Downloaded tokio-util v0.7.18
12832026-03-30T22:44:19.805Z Downloaded moka v0.12.13
12842026-03-30T22:44:19.809Z Downloaded goblin v0.10.5
12852026-03-30T22:44:19.813Z Downloaded serde_with v3.17.0
12862026-03-30T22:44:19.820Z Downloaded tough v0.20.0
12872026-03-30T22:44:19.825Z Downloaded petname v2.0.2
12882026-03-30T22:44:19.828Z Downloaded radix_trie v0.2.1
12892026-03-30T22:44:19.831Z Downloaded nix v0.27.1
12902026-03-30T22:44:19.838Z Downloaded polar-core v0.27.3
12912026-03-30T22:44:19.843Z Downloaded tower-http v0.6.8
12922026-03-30T22:44:19.849Z Downloaded winnow v0.5.40
12932026-03-30T22:44:19.854Z Downloaded rustls-webpki v0.102.8
12942026-03-30T22:44:19.866Z Downloaded openssl v0.10.75
12952026-03-30T22:44:19.871Z Downloaded nix v0.28.0
12962026-03-30T22:44:19.894Z Downloaded rustls v0.21.12
12972026-03-30T22:44:19.900Z Downloaded winnow v0.6.26
12982026-03-30T22:44:19.905Z Downloaded time v0.3.47
12992026-03-30T22:44:19.913Z Downloaded dropshot v0.16.7
13002026-03-30T22:44:19.925Z Downloaded regex-syntax v0.6.29
13012026-03-30T22:44:19.929Z Downloaded hickory-proto v0.24.4
13022026-03-30T22:44:19.938Z Downloaded tabled v0.20.0
13032026-03-30T22:44:19.947Z Downloaded quinn-proto v0.11.13
13042026-03-30T22:44:19.952Z Downloaded nix v0.31.1
13052026-03-30T22:44:19.959Z Downloaded smoltcp v0.9.1
13062026-03-30T22:44:19.965Z Downloaded bstr v1.12.1
13072026-03-30T22:44:19.970Z Downloaded nix v0.29.0
13082026-03-30T22:44:19.977Z Downloaded zlib-rs v0.6.2
13092026-03-30T22:44:19.981Z Downloaded object v0.37.3
13102026-03-30T22:44:19.988Z Downloaded vcpkg v0.2.15
13112026-03-30T22:44:20.011Z Downloaded zerocopy v0.8.40
13122026-03-30T22:44:20.017Z Downloaded diesel v2.3.7
13132026-03-30T22:44:20.028Z Downloaded rustix v0.38.44
13142026-03-30T22:44:20.041Z Downloaded rustls v0.22.4
13152026-03-30T22:44:20.048Z Downloaded rustls v0.23.37
13162026-03-30T22:44:20.055Z Downloaded smoltcp v0.11.0
13172026-03-30T22:44:20.062Z Downloaded regress v0.10.5
13182026-03-30T22:44:20.068Z Downloaded openapiv3 v2.2.0
13192026-03-30T22:44:20.074Z Downloaded webpki-roots v1.0.6
13202026-03-30T22:44:20.077Z Downloaded regex-syntax v0.8.10
13212026-03-30T22:44:20.081Z Downloaded hickory-proto v0.25.2
13222026-03-30T22:44:20.137Z Downloaded sqlparser v0.61.0
13232026-03-30T22:44:20.145Z Downloaded sled v0.34.7
13242026-03-30T22:44:20.151Z Downloaded typify-impl v0.6.1
13252026-03-30T22:44:20.163Z Downloaded tracing v0.1.44
13262026-03-30T22:44:20.178Z Downloaded ratatui v0.29.0
13272026-03-30T22:44:20.189Z Downloaded typify-impl v0.4.3
13282026-03-30T22:44:20.198Z Downloaded zerocopy-derive v0.6.6
13292026-03-30T22:44:20.204Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-03-30T22:44:20.212Z Downloaded regex-automata v0.4.14
13312026-03-30T22:44:20.242Z Downloaded chrono-tz v0.10.4
13322026-03-30T22:44:20.252Z Downloaded petgraph v0.6.5
13332026-03-30T22:44:20.263Z Downloaded jiff v0.2.21
13342026-03-30T22:44:20.274Z Downloaded petgraph v0.8.3
13352026-03-30T22:44:20.287Z Downloaded lzma-sys v0.1.20
13362026-03-30T22:44:20.303Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-03-30T22:44:20.318Z Downloaded csv v1.4.0
13382026-03-30T22:44:20.330Z Downloaded libz-sys v1.1.24
13392026-03-30T22:44:20.342Z Downloaded sha3 v0.10.8
13402026-03-30T22:44:20.356Z Downloaded tokio v1.49.0
13412026-03-30T22:44:20.428Z Downloaded encoding_rs v0.8.35
13422026-03-30T22:44:20.456Z Downloaded ring v0.17.14
13432026-03-30T22:44:20.481Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-03-30T22:44:21.011Z Downloaded aws-lc-sys v0.37.1
13452026-03-30T22:44:21.263Z Compiling libc v0.2.180
13462026-03-30T22:44:21.263Z Compiling serde v1.0.228
13472026-03-30T22:44:21.266Z Compiling log v0.4.29
13482026-03-30T22:44:21.266Z Compiling shlex v1.3.0
13492026-03-30T22:44:21.266Z Compiling find-msvc-tools v0.1.9
13502026-03-30T22:44:21.267Z Compiling smallvec v1.15.1
13512026-03-30T22:44:21.267Z Compiling syn v2.0.117
13522026-03-30T22:44:21.267Z Compiling typenum v1.19.0
13532026-03-30T22:44:21.586Z Compiling generic-array v0.14.7
13542026-03-30T22:44:21.619Z Compiling subtle v2.6.1
13552026-03-30T22:44:21.662Z Compiling scopeguard v1.2.0
13562026-03-30T22:44:21.677Z Compiling portable-atomic v1.13.1
13572026-03-30T22:44:21.722Z Compiling const-oid v0.9.6
13582026-03-30T22:44:21.767Z Compiling lock_api v0.4.14
13592026-03-30T22:44:21.794Z Compiling critical-section v1.2.0
13602026-03-30T22:44:21.845Z Compiling zerocopy v0.8.40
13612026-03-30T22:44:21.907Z Compiling parking_lot_core v0.9.12
13622026-03-30T22:44:21.998Z Compiling serde_json v1.0.149
13632026-03-30T22:44:22.136Z Compiling pin-project-lite v0.2.17
13642026-03-30T22:44:22.228Z Compiling getrandom v0.2.17
13652026-03-30T22:44:22.258Z Compiling jobserver v0.1.34
13662026-03-30T22:44:22.263Z Compiling errno v0.3.14
13672026-03-30T22:44:22.389Z Compiling rand_core v0.6.4
13682026-03-30T22:44:22.403Z Compiling signal-hook-registry v1.4.8
13692026-03-30T22:44:22.442Z Compiling cc v1.2.56
13702026-03-30T22:44:22.608Z Compiling once_cell v1.21.3
13712026-03-30T22:44:22.658Z Compiling pkg-config v0.3.32
13722026-03-30T22:44:22.671Z Compiling parking_lot v0.12.5
13732026-03-30T22:44:22.685Z Compiling mio v1.1.1
13742026-03-30T22:44:22.733Z Compiling bitflags v2.11.0
13752026-03-30T22:44:22.814Z Compiling libm v0.2.16
13762026-03-30T22:44:22.956Z Compiling num-traits v0.2.19
13772026-03-30T22:44:23.027Z Compiling futures-core v0.3.32
13782026-03-30T22:44:23.131Z Compiling socket2 v0.6.2
13792026-03-30T22:44:23.178Z Compiling percent-encoding v2.3.2
13802026-03-30T22:44:23.194Z Compiling allocator-api2 v0.2.21
13812026-03-30T22:44:23.308Z Compiling cpufeatures v0.2.17
13822026-03-30T22:44:23.369Z Compiling foldhash v0.2.0
13832026-03-30T22:44:23.388Z Compiling futures-sink v0.3.32
13842026-03-30T22:44:23.448Z Compiling slab v0.4.12
13852026-03-30T22:44:23.493Z Compiling futures-channel v0.3.32
13862026-03-30T22:44:23.514Z Compiling hashbrown v0.16.1
13872026-03-30T22:44:23.534Z Compiling getrandom v0.4.1
13882026-03-30T22:44:23.584Z Compiling futures-task v0.3.32
13892026-03-30T22:44:23.623Z Compiling futures-io v0.3.32
13902026-03-30T22:44:23.723Z Compiling rand_core v0.10.0
13912026-03-30T22:44:23.754Z Compiling getrandom v0.3.4
13922026-03-30T22:44:23.776Z Compiling rustversion v1.0.22
13932026-03-30T22:44:24.016Z Compiling form_urlencoded v1.2.2
13942026-03-30T22:44:24.195Z Compiling indexmap v2.13.0
13952026-03-30T22:44:24.224Z Compiling cmake v0.1.57
13962026-03-30T22:44:24.227Z Compiling fs_extra v1.3.0
13972026-03-30T22:44:24.258Z Compiling synstructure v0.13.2
13982026-03-30T22:44:24.508Z Compiling base64ct v1.8.3
13992026-03-30T22:44:24.619Z Compiling ident_case v1.0.1
14002026-03-30T22:44:24.622Z Compiling dunce v1.0.5
14012026-03-30T22:44:24.733Z Compiling aws-lc-sys v0.37.1
14022026-03-30T22:44:24.750Z Compiling pem-rfc7468 v0.7.0
14032026-03-30T22:44:24.770Z Compiling flagset v0.4.7
14042026-03-30T22:44:24.806Z Compiling rand_core v0.9.5
14052026-03-30T22:44:24.857Z Compiling rustix v1.1.3
14062026-03-30T22:44:24.872Z Compiling iana-time-zone v0.1.65
14072026-03-30T22:44:24.901Z Compiling uuid v1.21.0
14082026-03-30T22:44:24.933Z Compiling ring v0.17.14
14092026-03-30T22:44:25.064Z Compiling rustc_version v0.4.1
14102026-03-30T22:44:25.080Z Compiling aws-lc-rs v1.16.0
14112026-03-30T22:44:25.093Z Compiling regex-syntax v0.8.10
14122026-03-30T22:44:25.369Z Compiling vcpkg v0.2.15
14132026-03-30T22:44:25.406Z Compiling tracing-core v0.1.36
14142026-03-30T22:44:25.635Z Compiling crossbeam-utils v0.8.21
14152026-03-30T22:44:25.953Z Compiling pest_generator v2.8.6
14162026-03-30T22:44:25.975Z Compiling serde_derive_internals v0.29.1
14172026-03-30T22:44:26.038Z Compiling serde_derive v1.0.228
14182026-03-30T22:44:26.116Z Compiling zeroize_derive v1.4.3
14192026-03-30T22:44:26.629Z Compiling zerofrom-derive v0.1.6
14202026-03-30T22:44:26.671Z Compiling yoke-derive v0.8.1
14212026-03-30T22:44:26.766Z Compiling zeroize v1.8.2
14222026-03-30T22:44:26.900Z Compiling zerocopy-derive v0.8.40
14232026-03-30T22:44:27.484Z Compiling zerovec-derive v0.11.2
14242026-03-30T22:44:27.544Z Compiling crypto-common v0.1.7
14252026-03-30T22:44:27.696Z Compiling block-buffer v0.10.4
14262026-03-30T22:44:27.844Z Compiling digest v0.10.7
14272026-03-30T22:44:27.867Z Compiling displaydoc v0.2.5
14282026-03-30T22:44:28.028Z Compiling zerofrom v0.1.6
14292026-03-30T22:44:28.094Z Compiling tokio-macros v2.6.0
14302026-03-30T22:44:28.152Z Compiling yoke v0.8.1
14312026-03-30T22:44:28.336Z Compiling hmac v0.12.1
14322026-03-30T22:44:28.490Z Compiling futures-macro v0.3.32
14332026-03-30T22:44:28.581Z Compiling zerovec v0.11.5
14342026-03-30T22:44:28.597Z Compiling zerotrie v0.2.3
14352026-03-30T22:44:28.804Z Compiling block-padding v0.3.3
14362026-03-30T22:44:28.912Z Compiling sha2 v0.10.9
14372026-03-30T22:44:28.996Z Compiling inout v0.1.4
14382026-03-30T22:44:29.131Z Compiling tinystr v0.8.2
14392026-03-30T22:44:29.162Z Compiling potential_utf v0.1.4
14402026-03-30T22:44:29.329Z Compiling icu_locale_core v2.1.1
14412026-03-30T22:44:29.332Z Compiling icu_collections v2.1.1
14422026-03-30T22:44:29.332Z Compiling futures-util v0.3.32
14432026-03-30T22:44:29.521Z Compiling bytes v1.11.1
14442026-03-30T22:44:29.597Z Compiling cipher v0.4.4
14452026-03-30T22:44:29.819Z Compiling der_derive v0.7.3
14462026-03-30T22:44:29.865Z Compiling salsa20 v0.10.2
14472026-03-30T22:44:30.013Z Compiling tokio v1.49.0
14482026-03-30T22:44:30.028Z Compiling icu_provider v2.1.1
14492026-03-30T22:44:30.249Z Compiling http v1.4.0
14502026-03-30T22:44:30.322Z Compiling icu_normalizer v2.1.1
14512026-03-30T22:44:30.322Z Compiling icu_properties v2.1.2
14522026-03-30T22:44:30.779Z Compiling der v0.7.10
14532026-03-30T22:44:30.869Z Compiling chrono v0.4.44
14542026-03-30T22:44:31.129Z Compiling pbkdf2 v0.12.2
14552026-03-30T22:44:31.247Z Compiling ppv-lite86 v0.2.21
14562026-03-30T22:44:31.382Z Compiling idna_adapter v1.2.1
14572026-03-30T22:44:31.397Z Compiling thiserror-impl v2.0.18
14582026-03-30T22:44:31.519Z Compiling idna v1.1.0
14592026-03-30T22:44:31.562Z Compiling rand_chacha v0.9.0
14602026-03-30T22:44:31.589Z Compiling spki v0.7.3
14612026-03-30T22:44:31.793Z Compiling url v2.5.8
14622026-03-30T22:44:31.962Z Compiling scrypt v0.11.0
14632026-03-30T22:44:32.146Z Compiling cbc v0.1.2
14642026-03-30T22:44:32.215Z Compiling aes v0.8.4
14652026-03-30T22:44:32.218Z Compiling rustls-pki-types v1.14.0
14662026-03-30T22:44:32.246Z Compiling openssl-sys v0.9.111
14672026-03-30T22:44:32.290Z Compiling tracing-attributes v0.1.31
14682026-03-30T22:44:32.588Z Compiling pkcs5 v0.7.1
14692026-03-30T22:44:32.663Z Compiling rand v0.9.2
14702026-03-30T22:44:32.698Z Compiling thiserror v2.0.18
14712026-03-30T22:44:32.805Z Compiling http-body v1.0.1
14722026-03-30T22:44:32.821Z Compiling httparse v1.10.1
14732026-03-30T22:44:32.959Z Compiling untrusted v0.9.0
14742026-03-30T22:44:33.059Z Compiling openssl-probe v0.2.1
14752026-03-30T22:44:33.081Z Compiling syn v1.0.109
14762026-03-30T22:44:33.144Z Compiling schemars v0.8.22
14772026-03-30T22:44:33.232Z Compiling base64 v0.22.1
14782026-03-30T22:44:33.263Z Compiling untrusted v0.7.1
14792026-03-30T22:44:33.410Z Compiling pkcs8 v0.10.2
14802026-03-30T22:44:33.427Z Compiling schemars_derive v0.8.22
14812026-03-30T22:44:33.443Z Compiling pest_derive v2.8.6
14822026-03-30T22:44:33.548Z Compiling scroll_derive v0.13.1
14832026-03-30T22:44:33.577Z Compiling tracing v0.1.44
14842026-03-30T22:44:33.710Z Compiling tokio-util v0.7.18
14852026-03-30T22:44:33.863Z Compiling darling_core v0.20.11
14862026-03-30T22:44:34.346Z Compiling rustls v0.23.37
14872026-03-30T22:44:34.365Z Compiling try-lock v0.2.5
14882026-03-30T22:44:34.477Z Compiling tinyvec_macros v0.1.1
14892026-03-30T22:44:34.541Z Compiling atomic-waker v1.1.2
14902026-03-30T22:44:34.549Z Compiling dyn-clone v1.0.20
14912026-03-30T22:44:34.642Z Compiling tower-service v0.3.3
14922026-03-30T22:44:34.689Z Compiling tower-layer v0.3.3
14932026-03-30T22:44:34.736Z Compiling h2 v0.4.13
14942026-03-30T22:44:34.780Z Compiling tinyvec v1.10.0
14952026-03-30T22:44:34.850Z Compiling want v0.3.1
14962026-03-30T22:44:35.016Z Compiling scroll v0.13.0
14972026-03-30T22:44:35.284Z Compiling ipnet v2.11.0
14982026-03-30T22:44:35.493Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-03-30T22:44:35.618Z Compiling spin v0.9.8
15002026-03-30T22:44:35.783Z Compiling aho-corasick v1.1.4
15012026-03-30T22:44:35.824Z Compiling foreign-types-shared v0.1.1
15022026-03-30T22:44:35.873Z Compiling openssl v0.10.75
15032026-03-30T22:44:35.912Z Compiling time-core v0.1.8
15042026-03-30T22:44:35.994Z Compiling crc32fast v1.5.0
15052026-03-30T22:44:36.058Z Compiling pin-utils v0.1.0
15062026-03-30T22:44:36.101Z Compiling httpdate v1.0.3
15072026-03-30T22:44:36.132Z Compiling num-conv v0.2.0
15082026-03-30T22:44:36.190Z Compiling darling_macro v0.20.11
15092026-03-30T22:44:36.254Z Compiling powerfmt v0.2.0
15102026-03-30T22:44:36.269Z Compiling time-macros v0.2.27
15112026-03-30T22:44:36.382Z Compiling tempfile v3.25.0
15122026-03-30T22:44:36.452Z Compiling deranged v0.5.8
15132026-03-30T22:44:36.649Z Compiling darling v0.20.11
15142026-03-30T22:44:36.735Z Compiling regex-automata v0.4.14
15152026-03-30T22:44:36.751Z Compiling foreign-types v0.3.2
15162026-03-30T22:44:37.319Z Compiling goblin v0.10.5
15172026-03-30T22:44:37.450Z Compiling thiserror-impl v1.0.69
15182026-03-30T22:44:37.941Z Compiling hyper v1.8.1
15192026-03-30T22:44:38.629Z Compiling openssl-macros v0.1.1
15202026-03-30T22:44:38.688Z Compiling wait-timeout v0.2.1
15212026-03-30T22:44:38.951Z Compiling simd-adler32 v0.3.8
15222026-03-30T22:44:39.010Z Compiling siphasher v1.0.2
15232026-03-30T22:44:39.052Z Compiling bit-vec v0.8.0
15242026-03-30T22:44:39.197Z Compiling native-tls v0.2.18
15252026-03-30T22:44:39.197Z Compiling quick-error v1.2.3
15262026-03-30T22:44:39.290Z Compiling num_threads v0.1.7
15272026-03-30T22:44:39.320Z Compiling either v1.15.0
15282026-03-30T22:44:39.389Z Compiling usdt-impl v0.6.0
15292026-03-30T22:44:39.424Z Compiling time v0.3.47
15302026-03-30T22:44:39.529Z Compiling rusty-fork v0.3.1
15312026-03-30T22:44:39.545Z Compiling bit-set v0.8.0
15322026-03-30T22:44:39.706Z Compiling hyper-util v0.1.20
15332026-03-30T22:44:39.843Z Compiling thiserror v1.0.69
15342026-03-30T22:44:39.952Z Compiling derive_builder_core v0.20.2
15352026-03-30T22:44:40.827Z Compiling dof v0.4.0
15362026-03-30T22:44:41.014Z Compiling unicode-normalization v0.1.25
15372026-03-30T22:44:41.029Z Compiling crossbeam-epoch v0.9.18
15382026-03-30T22:44:41.351Z Compiling dtrace-parser v0.3.0
15392026-03-30T22:44:41.420Z Compiling rustls-native-certs v0.8.3
15402026-03-30T22:44:41.466Z Compiling signature v2.2.0
15412026-03-30T22:44:41.629Z Compiling scroll_derive v0.12.1
15422026-03-30T22:44:41.645Z Compiling heapless v0.7.17
15432026-03-30T22:44:41.700Z Compiling rand_xorshift v0.4.0
15442026-03-30T22:44:41.865Z Compiling slog v2.8.2
15452026-03-30T22:44:41.880Z Compiling darling_core v0.21.3
15462026-03-30T22:44:41.969Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-03-30T22:44:42.046Z Compiling sync_wrapper v1.0.2
15482026-03-30T22:44:42.080Z Compiling thread-id v5.1.0
15492026-03-30T22:44:42.155Z Compiling cookie v0.18.1
15502026-03-30T22:44:42.171Z Compiling unicode-properties v0.1.4
15512026-03-30T22:44:42.244Z Compiling adler2 v2.0.1
15522026-03-30T22:44:42.279Z Compiling anyhow v1.0.102
15532026-03-30T22:44:42.337Z Compiling unicode-segmentation v1.12.0
15542026-03-30T22:44:42.373Z Compiling signal-hook v0.3.18
15552026-03-30T22:44:42.388Z Compiling rayon-core v1.13.0
15562026-03-30T22:44:42.470Z Compiling paste v1.0.15
15572026-03-30T22:44:42.543Z Compiling unarray v0.1.4
15582026-03-30T22:44:42.559Z Compiling unicode-bidi v0.3.18
15592026-03-30T22:44:42.582Z Compiling zstd-safe v7.2.4
15602026-03-30T22:44:42.652Z Compiling proptest v1.10.0
15612026-03-30T22:44:42.821Z Compiling miniz_oxide v0.8.9
15622026-03-30T22:44:42.856Z Compiling scroll v0.12.0
15632026-03-30T22:44:42.926Z Compiling stringprep v0.1.5
15642026-03-30T22:44:43.246Z Compiling tower v0.5.3
15652026-03-30T22:44:43.432Z Compiling crossbeam-deque v0.8.6
15662026-03-30T22:44:43.622Z Compiling derive_builder_macro v0.20.2
15672026-03-30T22:44:43.706Z Compiling ipnetwork v0.21.1
15682026-03-30T22:44:43.721Z Compiling http-body-util v0.1.3
15692026-03-30T22:44:43.736Z Compiling webpki-roots v1.0.6
15702026-03-30T22:44:43.833Z Compiling rand_chacha v0.3.1
15712026-03-30T22:44:43.854Z Compiling erased-serde v0.3.31
15722026-03-30T22:44:43.978Z Compiling serde_tokenstream v0.2.3
15732026-03-30T22:44:44.132Z Compiling toml_datetime v0.6.11
15742026-03-30T22:44:44.148Z Compiling serde_spanned v0.6.9
15752026-03-30T22:44:44.295Z Compiling md-5 v0.10.6
15762026-03-30T22:44:44.298Z Compiling zerocopy-derive v0.7.35
15772026-03-30T22:44:44.373Z Compiling curve25519-dalek v4.1.3
15782026-03-30T22:44:44.396Z Compiling darling_macro v0.21.3
15792026-03-30T22:44:44.412Z Compiling vergen-lib v0.1.6
15802026-03-30T22:44:44.475Z Compiling num-integer v0.1.46
15812026-03-30T22:44:44.591Z Compiling hash32 v0.2.1
15822026-03-30T22:44:44.700Z Compiling ff v0.13.1
15832026-03-30T22:44:44.716Z Compiling memoffset v0.9.1
15842026-03-30T22:44:44.791Z Compiling num-bigint-dig v0.8.6
15852026-03-30T22:44:44.810Z Compiling psl-types v2.0.11
15862026-03-30T22:44:44.841Z Compiling zlib-rs v0.6.2
15872026-03-30T22:44:44.867Z Compiling smoltcp v0.9.1
15882026-03-30T22:44:44.910Z Compiling base16ct v0.2.0
15892026-03-30T22:44:44.932Z Compiling litrs v1.0.0
15902026-03-30T22:44:44.977Z Compiling ref-cast v1.0.25
15912026-03-30T22:44:45.095Z Compiling iri-string v0.7.10
15922026-03-30T22:44:45.166Z Compiling fallible-iterator v0.2.0
15932026-03-30T22:44:45.200Z Compiling ryu v1.0.23
15942026-03-30T22:44:45.279Z Compiling rustix v0.38.44
15952026-03-30T22:44:45.382Z Compiling cfg_aliases v0.2.1
15962026-03-30T22:44:45.446Z Compiling document-features v0.2.12
15972026-03-30T22:44:45.460Z Compiling nix v0.31.1
15982026-03-30T22:44:45.474Z Compiling postgres-protocol v0.6.10
15992026-03-30T22:44:45.721Z Compiling serde_urlencoded v0.7.1
16002026-03-30T22:44:45.891Z Compiling zerocopy v0.7.35
16012026-03-30T22:44:45.966Z Compiling sec1 v0.7.3
16022026-03-30T22:44:46.014Z Compiling newtype-uuid v1.3.2
16032026-03-30T22:44:46.150Z Compiling publicsuffix v2.3.0
16042026-03-30T22:44:46.237Z Compiling tower-http v0.6.8
16052026-03-30T22:44:46.320Z Compiling darling v0.21.3
16062026-03-30T22:44:46.336Z Compiling group v0.13.0
16072026-03-30T22:44:46.425Z Compiling num-iter v0.1.45
16082026-03-30T22:44:46.570Z Compiling derive_builder v0.20.2
16092026-03-30T22:44:46.598Z Compiling rand v0.8.5
16102026-03-30T22:44:46.632Z Compiling oxnet v0.1.4
16112026-03-30T22:44:46.808Z Compiling proc-macro-error v1.0.4
16122026-03-30T22:44:46.864Z Compiling tokio-native-tls v0.3.1
16132026-03-30T22:44:47.033Z Compiling goblin v0.8.2
16142026-03-30T22:44:47.587Z Compiling heck v0.4.1
16152026-03-30T22:44:47.714Z Compiling flate2 v1.1.9
16162026-03-30T22:44:47.748Z Compiling phf_shared v0.13.1
16172026-03-30T22:44:47.814Z Compiling hubpack_derive v0.1.1
16182026-03-30T22:44:47.954Z Compiling regex v1.12.3
16192026-03-30T22:44:47.988Z Compiling lazy_static v1.5.0
16202026-03-30T22:44:48.027Z Compiling cargo-platform v0.1.9
16212026-03-30T22:44:48.083Z Compiling hkdf v0.12.4
16222026-03-30T22:44:48.118Z Compiling crypto-bigint v0.5.5
16232026-03-30T22:44:48.254Z Compiling terminal_size v0.4.3
16242026-03-30T22:44:48.254Z Compiling async-trait v0.1.89
16252026-03-30T22:44:48.286Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-30T22:44:48.380Z Compiling ref-cast-impl v1.0.25
16272026-03-30T22:44:48.414Z Compiling daft-derive v0.1.5
16282026-03-30T22:44:48.956Z Compiling strum_macros v0.27.2
16292026-03-30T22:44:48.980Z Compiling vergen v9.0.6
16302026-03-30T22:44:49.161Z Compiling fs-err v3.3.0
16312026-03-30T22:44:49.166Z Compiling ahash v0.8.12
16322026-03-30T22:44:49.296Z Compiling libbz2-rs-sys v0.2.2
16332026-03-30T22:44:49.352Z Compiling winnow v0.5.40
16342026-03-30T22:44:49.382Z Compiling bumpalo v3.20.2
16352026-03-30T22:44:49.639Z Compiling bitflags v1.3.2
16362026-03-30T22:44:49.721Z Compiling managed v0.8.0
16372026-03-30T22:44:49.948Z Compiling object v0.37.3
16382026-03-30T22:44:49.996Z Compiling foldhash v0.1.5
16392026-03-30T22:44:50.173Z Compiling console v0.16.2
16402026-03-30T22:44:50.271Z Compiling hashbrown v0.15.5
16412026-03-30T22:44:50.598Z Compiling clap_builder v4.5.60
16422026-03-30T22:44:50.730Z Compiling toml_edit v0.19.15
16432026-03-30T22:44:50.798Z Compiling bzip2 v0.6.1
16442026-03-30T22:44:50.817Z Compiling zopfli v0.8.3
16452026-03-30T22:44:50.949Z Compiling strum v0.27.2
16462026-03-30T22:44:51.079Z Compiling dof v0.3.0
16472026-03-30T22:44:51.134Z Compiling daft v0.1.5
16482026-03-30T22:44:51.149Z Compiling elliptic-curve v0.13.8
16492026-03-30T22:44:51.550Z Compiling hubpack v0.1.2
16502026-03-30T22:44:51.591Z Compiling cargo_metadata v0.19.2
16512026-03-30T22:44:51.780Z Compiling phf v0.13.1
16522026-03-30T22:44:51.943Z Compiling zone_cfg_derive v0.3.1
16532026-03-30T22:44:52.572Z Compiling signal-hook-mio v0.2.5
16542026-03-30T22:44:52.696Z Compiling cookie_store v0.22.1
16552026-03-30T22:44:53.288Z Compiling rayon v1.11.0
16562026-03-30T22:44:53.340Z Compiling zstd v0.13.3
16572026-03-30T22:44:53.356Z Compiling hyper-tls v0.6.0
16582026-03-30T22:44:53.551Z Compiling bzip2 v0.4.4
16592026-03-30T22:44:53.580Z Compiling serde_with_macros v3.17.0
16602026-03-30T22:44:53.713Z Compiling postgres-types v0.2.12
16612026-03-30T22:44:53.761Z Compiling usdt-attr-macro v0.6.0
16622026-03-30T22:44:54.313Z Compiling usdt-macro v0.6.0
16632026-03-30T22:44:54.423Z Compiling ed25519 v2.2.3
16642026-03-30T22:44:54.590Z Compiling dtrace-parser v0.2.0
16652026-03-30T22:44:54.747Z Compiling itertools v0.12.1
16662026-03-30T22:44:54.908Z Compiling phf_shared v0.11.3
16672026-03-30T22:44:55.050Z Compiling bstr v1.12.1
16682026-03-30T22:44:55.070Z Compiling pkcs1 v0.7.5
16692026-03-30T22:44:55.101Z Compiling hex v0.4.3
16702026-03-30T22:44:55.349Z Compiling serde-big-array v0.5.1
16712026-03-30T22:44:55.349Z Compiling rfc6979 v0.4.0
16722026-03-30T22:44:55.390Z Compiling strum_macros v0.26.4
16732026-03-30T22:44:55.467Z Compiling serde_repr v0.1.20
16742026-03-30T22:44:55.487Z Compiling clap_derive v4.5.55
16752026-03-30T22:44:55.502Z Compiling enum-as-inner v0.6.1
16762026-03-30T22:44:55.693Z Compiling float-cmp v0.10.0
16772026-03-30T22:44:55.845Z Compiling memmap2 v0.9.10
16782026-03-30T22:44:55.952Z Compiling thread-id v4.2.2
16792026-03-30T22:44:55.988Z Compiling env_filter v1.0.0
16802026-03-30T22:44:56.003Z Compiling encoding_rs v0.8.35
16812026-03-30T22:44:56.037Z Compiling unit-prefix v0.5.2
16822026-03-30T22:44:56.063Z Compiling difflib v0.4.0
16832026-03-30T22:44:56.187Z Compiling rustc-hash v2.1.1
16842026-03-30T22:44:56.294Z Compiling new_debug_unreachable v1.0.6
16852026-03-30T22:44:56.318Z Compiling precomputed-hash v0.1.1
16862026-03-30T22:44:56.369Z Compiling keccak v0.1.6
16872026-03-30T22:44:56.409Z Compiling fixedbitset v0.5.7
16882026-03-30T22:44:56.632Z Compiling predicates-core v1.0.10
16892026-03-30T22:44:56.719Z Compiling normalize-line-endings v0.3.0
16902026-03-30T22:44:56.814Z Compiling jiff v0.2.21
16912026-03-30T22:44:56.830Z Compiling mime v0.3.17
16922026-03-30T22:44:57.086Z Compiling data-encoding v2.10.0
16932026-03-30T22:44:57.113Z Compiling fixedbitset v0.4.2
16942026-03-30T22:44:57.180Z Compiling whoami v2.1.0
16952026-03-30T22:44:57.256Z Compiling static_assertions v1.1.0
16962026-03-30T22:44:57.334Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-30T22:44:57.349Z Compiling petgraph v0.6.5
16982026-03-30T22:44:57.406Z Compiling tokio-postgres v0.7.16
16992026-03-30T22:44:57.522Z Compiling hickory-proto v0.25.2
17002026-03-30T22:44:57.559Z Compiling clap v4.5.60
17012026-03-30T22:44:57.647Z Compiling strum v0.26.3
17022026-03-30T22:44:57.782Z Compiling predicates v3.1.4
17032026-03-30T22:44:57.782Z Compiling petgraph v0.8.3
17042026-03-30T22:44:58.432Z Compiling sha3 v0.10.8
17052026-03-30T22:44:58.823Z Compiling string_cache v0.8.9
17062026-03-30T22:44:58.936Z Compiling iddqd v0.3.17
17072026-03-30T22:44:59.102Z Compiling env_logger v0.11.9
17082026-03-30T22:44:59.464Z Compiling zip v4.6.1
17092026-03-30T22:44:59.652Z Compiling indicatif v0.18.4
17102026-03-30T22:44:59.765Z Compiling toml_edit v0.22.27
17112026-03-30T22:45:00.091Z Compiling usdt-impl v0.5.0
17122026-03-30T22:45:00.107Z Compiling usdt v0.6.0
17132026-03-30T22:45:00.371Z Compiling zone v0.3.1
17142026-03-30T22:45:00.434Z Compiling ecdsa v0.16.9
17152026-03-30T22:45:00.513Z Compiling similar v2.7.0
17162026-03-30T22:45:00.682Z Compiling serde_with v3.17.0
17172026-03-30T22:45:00.822Z Compiling rsa v0.9.10
17182026-03-30T22:45:01.006Z Compiling crossterm v0.28.1
17192026-03-30T22:45:01.037Z Compiling ed25519-dalek v2.2.0
17202026-03-30T22:45:01.705Z Compiling zip v0.6.6
17212026-03-30T22:45:02.285Z Compiling toml v0.7.8
17222026-03-30T22:45:02.567Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-03-30T22:45:02.621Z Compiling itertools v0.13.0
17242026-03-30T22:45:02.716Z Compiling tokio-stream v0.1.18
17252026-03-30T22:45:02.810Z Compiling buf-list v1.1.2
17262026-03-30T22:45:02.889Z Compiling x509-cert v0.2.5
17272026-03-30T22:45:03.084Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-03-30T22:45:03.180Z Compiling openapiv3 v2.2.0
17292026-03-30T22:45:03.201Z Compiling sha1 v0.10.6
17302026-03-30T22:45:03.379Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-03-30T22:45:03.426Z Compiling lalrpop-util v0.19.12
17322026-03-30T22:45:03.627Z Compiling peg-runtime v0.8.5
17332026-03-30T22:45:03.668Z Compiling thread_local v1.1.9
17342026-03-30T22:45:03.856Z Compiling slog-async v2.8.0
17352026-03-30T22:45:03.937Z Compiling crossbeam-channel v0.5.15
17362026-03-30T22:45:03.965Z Compiling futures-executor v0.3.32
17372026-03-30T22:45:04.158Z Compiling filetime v0.2.27
17382026-03-30T22:45:04.193Z Compiling is-terminal v0.4.17
17392026-03-30T22:45:04.231Z Compiling term v1.2.1
17402026-03-30T22:45:04.290Z Compiling xattr v1.6.1
17412026-03-30T22:45:04.339Z Compiling take_mut v0.2.2
17422026-03-30T22:45:04.414Z Compiling tar v0.4.45
17432026-03-30T22:45:04.471Z Compiling futures v0.3.32
17442026-03-30T22:45:04.532Z Compiling slog-term v2.9.2
17452026-03-30T22:45:10.913Z Compiling rustls-webpki v0.103.9
17462026-03-30T22:45:13.711Z Compiling tokio-rustls v0.26.4
17472026-03-30T22:45:13.712Z Compiling rustls-platform-verifier v0.6.2
17482026-03-30T22:45:13.933Z Compiling hyper-rustls v0.27.7
17492026-03-30T22:45:14.139Z Compiling reqwest v0.12.28
17502026-03-30T22:45:14.139Z Compiling reqwest v0.13.2
17512026-03-30T22:45:16.273Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-03-30T22:45:16.489Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-03-30T22:45:19.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17542026-03-30T22:45:19.444Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-03-30T22:45:19.503ZMar 30 22:45:18.247 INFO Starting download, target: Clickhouse
17562026-03-30T22:45:19.503ZMar 30 22:45:18.247 INFO Starting download, target: Cockroach
17572026-03-30T22:45:19.504ZMar 30 22:45:18.247 INFO Starting download, target: Console
17582026-03-30T22:45:19.504ZMar 30 22:45:18.247 INFO Starting download, target: DendriteStub
17592026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Starting download, target: MaghemiteMgd
17602026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Starting download, target: TransceiverControl
17612026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-30T22:45:19.507ZMar 30 22:45:18.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-03-30T22:45:19.983ZMar 30 22:45:18.721 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-30T22:45:20.186ZMar 30 22:45:18.929 INFO Download complete, target: TransceiverControl
17692026-03-30T22:45:20.562ZMar 30 22:45:19.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-30T22:45:20.787ZMar 30 22:45:19.523 INFO Download complete, target: Console
17712026-03-30T22:45:21.211ZMar 30 22:45:19.954 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-30T22:45:21.228ZMar 30 22:45:19.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-03-30T22:45:21.359ZMar 30 22:45:20.099 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-03-30T22:45:21.806ZMar 30 22:45:20.549 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-03-30T22:45:21.806ZMar 30 22:45:20.549 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-03-30T22:45:23.562ZMar 30 22:45:22.304 INFO Download complete, target: MaghemiteMgd
17772026-03-30T22:45:23.567ZMar 30 22:45:22.307 INFO Download complete, target: DendriteStub
17782026-03-30T22:45:26.392ZMar 30 22:45:25.135 INFO Checking that binary works, target: Cockroach
17792026-03-30T22:45:26.487ZMar 30 22:45:25.230 INFO Download complete, target: Cockroach
17802026-03-30T22:45:28.104ZMar 30 22:45:26.839 INFO Checking that binary works, target: Clickhouse
17812026-03-30T22:45:28.185ZMar 30 22:45:26.927 INFO Download complete, target: Clickhouse
17822026-03-30T22:45:28.198ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-03-30T22:45:28.206Z
17842026-03-30T22:45:28.206Zreal 3:00.684829687
17852026-03-30T22:45:28.206Zuser 7:18.326290525
17862026-03-30T22:45:28.206Zsys 1:25.582224683
17872026-03-30T22:45:28.206Ztrap 0.220935735
17882026-03-30T22:45:28.206Ztflt 0.615986555
17892026-03-30T22:45:28.206Zdflt 0.557961844
17902026-03-30T22:45:28.206Zkflt 0.025878332
17912026-03-30T22:45:28.206Zlock 21:53.316107290
17922026-03-30T22:45:28.206Zslp 21:51.176601871
17932026-03-30T22:45:28.206Zlat 44.713464113
17942026-03-30T22:45:28.207Zstop 2:05.030454117
17952026-03-30T22:45:28.207Z+ banner hack-check
17962026-03-30T22:45:28.207Z
17972026-03-30T22:45:28.207Z # # ## #### # # #### # # ###### #### # #
17982026-03-30T22:45:28.207Z # # # # # # # # # # # # # # # # #
17992026-03-30T22:45:28.207Z ###### # # # #### ##### # ###### ##### # ####
18002026-03-30T22:45:28.207Z # # ###### # # # # # # # # # #
18012026-03-30T22:45:28.207Z # # # # # # # # # # # # # # # # #
18022026-03-30T22:45:28.207Z # # # # #### # # #### # # ###### #### # #
18032026-03-30T22:45:28.207Z
18042026-03-30T22:45:28.207Z+ export CARGO_INCREMENTAL=0
18052026-03-30T22:45:28.207Z+ CARGO_INCREMENTAL=0
18062026-03-30T22:45:28.207Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-03-30T22:45:28.747Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-03-30T22:45:28.968Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-03-30T22:45:30.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
18102026-03-30T22:45:30.933Z Running `target/debug/xtask check-features --ci`
18112026-03-30T22:45:30.959Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-03-30T22:45:30.962Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-03-30T22:45:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18142026-03-30T22:45:31.481Z Running `target/debug/xtask download cargo-hack`
18152026-03-30T22:45:32.272Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-03-30T22:45:32.589Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-03-30T22:45:35.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18182026-03-30T22:45:35.206Z Running `target/debug/xtask-downloader cargo-hack`
18192026-03-30T22:45:35.249ZMar 30 22:45:33.991 INFO Starting download, target: CargoHack
18202026-03-30T22:45:35.252ZMar 30 22:45:33.992 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-03-30T22:45:35.628ZMar 30 22:45:34.370 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-03-30T22:45:35.679ZMar 30 22:45:34.420 INFO Download complete, target: CargoHack
18232026-03-30T22:45:35.681Zrunning: "/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"
18242026-03-30T22:45:35.694Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-03-30T22:45:35.843Zinfo: running `cargo check --bins` on api_identity (1/268)
18262026-03-30T22:45:36.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-03-30T22:45:36.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-03-30T22:45:36.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-03-30T22:45:36.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-03-30T22:45:36.436Z
18312026-03-30T22:45:36.436Zinfo: running `cargo check --bins` on bootstore (2/268)
18322026-03-30T22:45:36.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-03-30T22:45:36.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-03-30T22:45:36.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-03-30T22:45:36.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-03-30T22:45:37.028Z
18372026-03-30T22:45:37.028Zinfo: running `cargo check --bins` on omicron-ledger (3/268)
18382026-03-30T22:45:37.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-03-30T22:45:37.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-03-30T22:45:37.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-03-30T22:45:37.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-03-30T22:45:37.613Z
18432026-03-30T22:45:37.613Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/268)
18442026-03-30T22:45:38.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-03-30T22:45:38.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-03-30T22:45:38.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-03-30T22:45:38.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-03-30T22:45:38.205Z
18492026-03-30T22:45:38.205Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/268)
18502026-03-30T22:45:38.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-03-30T22:45:38.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-03-30T22:45:38.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-03-30T22:45:38.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18542026-03-30T22:45:38.797Z
18552026-03-30T22:45:38.797Zinfo: running `cargo check --bins` on omicron-certificates (6/268)
18562026-03-30T22:45:39.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-03-30T22:45:39.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-03-30T22:45:39.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-03-30T22:45:39.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18602026-03-30T22:45:39.406Z
18612026-03-30T22:45:39.406Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/268)
18622026-03-30T22:45:39.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-03-30T22:45:39.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-03-30T22:45:39.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-03-30T22:45:39.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18662026-03-30T22:45:40.003Z
18672026-03-30T22:45:40.003Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/268)
18682026-03-30T22:45:40.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-03-30T22:45:40.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-03-30T22:45:40.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-03-30T22:45:40.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18722026-03-30T22:45:40.607Z
18732026-03-30T22:45:40.608Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/268)
18742026-03-30T22:45:41.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-03-30T22:45:41.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-03-30T22:45:41.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-03-30T22:45:41.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-03-30T22:45:41.080Z
18792026-03-30T22:45:41.080Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/268)
18802026-03-30T22:45:41.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-03-30T22:45:41.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-03-30T22:45:41.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-03-30T22:45:41.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-03-30T22:45:41.563Z
18852026-03-30T22:45:41.563Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/268)
18862026-03-30T22:45:41.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-03-30T22:45:41.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-03-30T22:45:41.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-03-30T22:45:41.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-03-30T22:45:42.046Z
18912026-03-30T22:45:42.046Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/268)
18922026-03-30T22:45:42.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-03-30T22:45:42.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-03-30T22:45:42.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-03-30T22:45:42.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-03-30T22:45:42.518Z
18972026-03-30T22:45:42.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/268)
18982026-03-30T22:45:42.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-03-30T22:45:42.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-03-30T22:45:42.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-03-30T22:45:42.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-03-30T22:45:42.991Z
19032026-03-30T22:45:42.991Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/268)
19042026-03-30T22:45:43.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-03-30T22:45:43.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-03-30T22:45:43.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-03-30T22:45:43.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-03-30T22:45:43.469Z
19092026-03-30T22:45:43.469Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/268)
19102026-03-30T22:45:43.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-03-30T22:45:43.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-03-30T22:45:43.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-03-30T22:45:43.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-03-30T22:45:43.946Z
19152026-03-30T22:45:43.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/268)
19162026-03-30T22:45:44.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-03-30T22:45:44.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-03-30T22:45:44.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-03-30T22:45:44.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-03-30T22:45:44.423Z
19212026-03-30T22:45:44.423Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/268)
19222026-03-30T22:45:44.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-03-30T22:45:44.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-03-30T22:45:44.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-03-30T22:45:44.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-03-30T22:45:44.898Z
19272026-03-30T22:45:44.898Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/268)
19282026-03-30T22:45:45.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-03-30T22:45:45.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-03-30T22:45:45.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-03-30T22:45:45.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-03-30T22:45:45.379Z
19332026-03-30T22:45:45.380Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/268)
19342026-03-30T22:45:45.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-03-30T22:45:45.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-03-30T22:45:45.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-03-30T22:45:45.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-03-30T22:45:45.858Z
19392026-03-30T22:45:45.858Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/268)
19402026-03-30T22:45:46.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-03-30T22:45:46.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-03-30T22:45:46.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-03-30T22:45:46.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-03-30T22:45:46.338Z
19452026-03-30T22:45:46.338Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/268)
19462026-03-30T22:45:46.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-03-30T22:45:46.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-03-30T22:45:46.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-03-30T22:45:46.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-03-30T22:45:46.818Z
19512026-03-30T22:45:46.819Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/268)
19522026-03-30T22:45:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-03-30T22:45:47.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-03-30T22:45:47.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-03-30T22:45:47.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-03-30T22:45:47.299Z
19572026-03-30T22:45:47.299Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/268)
19582026-03-30T22:45:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-03-30T22:45:47.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-03-30T22:45:47.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-03-30T22:45:47.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-03-30T22:45:47.772Z
19632026-03-30T22:45:47.773Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/268)
19642026-03-30T22:45:48.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-03-30T22:45:48.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-03-30T22:45:48.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-03-30T22:45:48.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-03-30T22:45:48.251Z
19692026-03-30T22:45:48.251Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/268)
19702026-03-30T22:45:48.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-03-30T22:45:48.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-03-30T22:45:48.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-03-30T22:45:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-03-30T22:45:48.731Z
19752026-03-30T22:45:48.731Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/268)
19762026-03-30T22:45:49.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-03-30T22:45:49.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-03-30T22:45:49.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-03-30T22:45:49.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-03-30T22:45:49.214Z
19812026-03-30T22:45:49.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/268)
19822026-03-30T22:45:49.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-03-30T22:45:49.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-03-30T22:45:49.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-03-30T22:45:49.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-03-30T22:45:49.695Z
19872026-03-30T22:45:49.695Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/268)
19882026-03-30T22:45:50.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-03-30T22:45:50.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-03-30T22:45:50.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-03-30T22:45:50.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-03-30T22:45:50.174Z
19932026-03-30T22:45:50.174Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/268)
19942026-03-30T22:45:50.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-03-30T22:45:50.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-03-30T22:45:50.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-03-30T22:45:50.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-03-30T22:45:50.655Z
19992026-03-30T22:45:50.655Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/268)
20002026-03-30T22:45:51.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-03-30T22:45:51.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-03-30T22:45:51.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-03-30T22:45:51.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-03-30T22:45:51.132Z
20052026-03-30T22:45:51.132Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/268)
20062026-03-30T22:45:51.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-03-30T22:45:51.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-03-30T22:45:51.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-03-30T22:45:51.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-03-30T22:45:51.610Z
20112026-03-30T22:45:51.611Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/268)
20122026-03-30T22:45:52.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-03-30T22:45:52.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-03-30T22:45:52.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-03-30T22:45:52.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-03-30T22:45:52.089Z
20172026-03-30T22:45:52.090Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/268)
20182026-03-30T22:45:52.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-03-30T22:45:52.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-03-30T22:45:52.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-03-30T22:45:52.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-03-30T22:45:52.570Z
20232026-03-30T22:45:52.570Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/268)
20242026-03-30T22:45:52.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-03-30T22:45:52.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-03-30T22:45:52.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-03-30T22:45:52.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-03-30T22:45:53.045Z
20292026-03-30T22:45:53.045Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/268)
20302026-03-30T22:45:53.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-03-30T22:45:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-03-30T22:45:53.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-03-30T22:45:53.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-03-30T22:45:53.523Z
20352026-03-30T22:45:53.523Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/268)
20362026-03-30T22:45:53.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-03-30T22:45:53.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-03-30T22:45:53.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-03-30T22:45:53.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-03-30T22:45:54.001Z
20412026-03-30T22:45:54.002Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/268)
20422026-03-30T22:45:54.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-03-30T22:45:54.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-03-30T22:45:54.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-03-30T22:45:54.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-03-30T22:45:54.480Z
20472026-03-30T22:45:54.480Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/268)
20482026-03-30T22:45:54.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-03-30T22:45:54.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-03-30T22:45:54.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-03-30T22:45:54.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-03-30T22:45:54.958Z
20532026-03-30T22:45:54.958Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/268)
20542026-03-30T22:45:55.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-03-30T22:45:55.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-03-30T22:45:55.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-03-30T22:45:55.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-03-30T22:45:55.435Z
20592026-03-30T22:45:55.435Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/268)
20602026-03-30T22:45:55.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-03-30T22:45:55.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-03-30T22:45:55.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-03-30T22:45:55.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-03-30T22:45:55.915Z
20652026-03-30T22:45:55.915Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/268)
20662026-03-30T22:45:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-03-30T22:45:56.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-03-30T22:45:56.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-03-30T22:45:56.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-03-30T22:45:56.395Z
20712026-03-30T22:45:56.395Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/268)
20722026-03-30T22:45:56.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-03-30T22:45:56.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-03-30T22:45:56.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-03-30T22:45:56.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-03-30T22:45:56.874Z
20772026-03-30T22:45:56.874Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/268)
20782026-03-30T22:45:57.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-03-30T22:45:57.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-03-30T22:45:57.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-03-30T22:45:57.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-03-30T22:45:57.356Z
20832026-03-30T22:45:57.356Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/268)
20842026-03-30T22:45:57.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-03-30T22:45:57.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-03-30T22:45:57.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-03-30T22:45:57.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-03-30T22:45:57.834Z
20892026-03-30T22:45:57.834Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/268)
20902026-03-30T22:45:58.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-03-30T22:45:58.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-03-30T22:45:58.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-03-30T22:45:58.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-03-30T22:45:58.314Z
20952026-03-30T22:45:58.314Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/268)
20962026-03-30T22:45:58.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-03-30T22:45:58.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-03-30T22:45:58.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-03-30T22:45:58.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21002026-03-30T22:45:58.794Z
21012026-03-30T22:45:58.794Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/268)
21022026-03-30T22:45:59.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-03-30T22:45:59.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-03-30T22:45:59.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-03-30T22:45:59.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21062026-03-30T22:45:59.281Z
21072026-03-30T22:45:59.281Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/268)
21082026-03-30T22:45:59.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-03-30T22:45:59.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-03-30T22:45:59.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-03-30T22:45:59.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21122026-03-30T22:45:59.764Z
21132026-03-30T22:45:59.764Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/268)
21142026-03-30T22:46:00.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-03-30T22:46:00.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-03-30T22:46:00.563Z Checking cfg-if v1.0.4
21172026-03-30T22:46:00.693Z Checking libc v0.2.180
21182026-03-30T22:46:00.697Z Checking serde_core v1.0.228
21192026-03-30T22:46:00.716Z Checking memchr v2.8.0
21202026-03-30T22:46:00.728Z Checking smallvec v1.15.1
21212026-03-30T22:46:00.728Z Checking itoa v1.0.17
21222026-03-30T22:46:00.754Z Checking log v0.4.29
21232026-03-30T22:46:00.754Z Checking zeroize v1.8.2
21242026-03-30T22:46:00.780Z Checking stable_deref_trait v1.2.1
21252026-03-30T22:46:00.853Z Checking zerofrom v0.1.6
21262026-03-30T22:46:00.912Z Checking zmij v1.0.21
21272026-03-30T22:46:00.936Z Checking writeable v0.6.2
21282026-03-30T22:46:00.939Z Checking percent-encoding v2.3.2
21292026-03-30T22:46:00.939Z Checking litemap v0.8.1
21302026-03-30T22:46:00.976Z Checking yoke v0.8.1
21312026-03-30T22:46:01.082Z Checking libm v0.2.16
21322026-03-30T22:46:01.096Z Checking scopeguard v1.2.0
21332026-03-30T22:46:01.100Z Checking icu_normalizer_data v2.1.1
21342026-03-30T22:46:01.124Z Checking getrandom v0.2.17
21352026-03-30T22:46:01.137Z Checking errno v0.3.14
21362026-03-30T22:46:01.140Z Checking icu_properties_data v2.1.2
21372026-03-30T22:46:01.163Z Checking zerovec v0.11.5
21382026-03-30T22:46:01.179Z Checking zerotrie v0.2.3
21392026-03-30T22:46:01.193Z Checking lock_api v0.4.14
21402026-03-30T22:46:01.252Z Checking subtle v2.6.1
21412026-03-30T22:46:01.270Z Checking rand_core v0.6.4
21422026-03-30T22:46:01.286Z Checking utf8_iter v1.0.4
21432026-03-30T22:46:01.394Z Checking form_urlencoded v1.2.2
21442026-03-30T22:46:01.410Z Checking rand_core v0.10.0
21452026-03-30T22:46:01.426Z Checking pin-project-lite v0.2.17
21462026-03-30T22:46:01.442Z Checking typenum v1.19.0
21472026-03-30T22:46:01.457Z Checking portable-atomic v1.13.1
21482026-03-30T22:46:01.518Z Checking critical-section v1.2.0
21492026-03-30T22:46:01.534Z Checking iana-time-zone v0.1.65
21502026-03-30T22:46:01.548Z Checking getrandom v0.4.1
21512026-03-30T22:46:01.594Z Checking tinystr v0.8.2
21522026-03-30T22:46:01.622Z Checking potential_utf v0.1.4
21532026-03-30T22:46:01.640Z Checking signal-hook-registry v1.4.8
21542026-03-30T22:46:01.695Z Checking parking_lot_core v0.9.12
21552026-03-30T22:46:01.750Z Checking icu_collections v2.1.1
21562026-03-30T22:46:01.765Z Checking num-traits v0.2.19
21572026-03-30T22:46:01.778Z Checking icu_locale_core v2.1.1
21582026-03-30T22:46:01.806Z Checking mio v1.1.1
21592026-03-30T22:46:01.857Z Checking once_cell v1.21.3
21602026-03-30T22:46:01.885Z Checking parking_lot v0.12.5
21612026-03-30T22:46:01.972Z Checking generic-array v0.14.7
21622026-03-30T22:46:02.032Z Checking socket2 v0.6.2
21632026-03-30T22:46:02.051Z Checking zerocopy v0.8.40
21642026-03-30T22:46:02.077Z Checking futures-core v0.3.32
21652026-03-30T22:46:02.093Z Checking dyn-clone v1.0.20
21662026-03-30T22:46:02.173Z Checking serde v1.0.228
21672026-03-30T22:46:02.192Z Checking serde_json v1.0.149
21682026-03-30T22:46:02.207Z Checking bitflags v2.11.0
21692026-03-30T22:46:02.269Z Checking uuid v1.21.0
21702026-03-30T22:46:02.289Z Checking semver v1.0.27
21712026-03-30T22:46:02.324Z Checking icu_provider v2.1.1
21722026-03-30T22:46:02.374Z Checking equivalent v1.0.2
21732026-03-30T22:46:02.416Z Checking crypto-common v0.1.7
21742026-03-30T22:46:02.460Z Checking allocator-api2 v0.2.21
21752026-03-30T22:46:02.497Z Checking const-oid v0.9.6
21762026-03-30T22:46:02.540Z Checking foldhash v0.2.0
21772026-03-30T22:46:02.560Z Checking icu_properties v2.1.2
21782026-03-30T22:46:02.576Z Checking icu_normalizer v2.1.1
21792026-03-30T22:46:02.590Z Checking bytes v1.11.1
21802026-03-30T22:46:02.694Z Checking chrono v0.4.44
21812026-03-30T22:46:02.749Z Checking hashbrown v0.16.1
21822026-03-30T22:46:02.858Z Checking futures-sink v0.3.32
21832026-03-30T22:46:02.883Z Checking block-buffer v0.10.4
21842026-03-30T22:46:02.959Z Checking futures-channel v0.3.32
21852026-03-30T22:46:03.018Z Checking tokio v1.49.0
21862026-03-30T22:46:03.034Z Checking slab v0.4.12
21872026-03-30T22:46:03.151Z Checking futures-task v0.3.32
21882026-03-30T22:46:03.171Z Checking futures-io v0.3.32
21892026-03-30T22:46:03.191Z Checking digest v0.10.7
21902026-03-30T22:46:03.249Z Checking thiserror v2.0.18
21912026-03-30T22:46:03.285Z Checking byteorder v1.5.0
21922026-03-30T22:46:03.299Z Checking futures-util v0.3.32
21932026-03-30T22:46:03.350Z Checking base64 v0.22.1
21942026-03-30T22:46:03.368Z Checking idna_adapter v1.2.1
21952026-03-30T22:46:03.384Z Checking indexmap v2.13.0
21962026-03-30T22:46:03.484Z Checking idna v1.1.0
21972026-03-30T22:46:03.499Z Checking cpufeatures v0.2.17
21982026-03-30T22:46:03.537Z Checking http v1.4.0
21992026-03-30T22:46:03.570Z Checking fnv v1.0.7
22002026-03-30T22:46:03.588Z Checking unicode-ident v1.0.24
22012026-03-30T22:46:03.669Z Checking tracing-core v0.1.36
22022026-03-30T22:46:03.701Z Checking proc-macro2 v1.0.106
22032026-03-30T22:46:03.728Z Checking url v2.5.8
22042026-03-30T22:46:03.940Z Checking thiserror v1.0.69
22052026-03-30T22:46:03.973Z Checking tracing v0.1.44
22062026-03-30T22:46:04.016Z Checking rustls-pki-types v1.14.0
22072026-03-30T22:46:04.041Z Checking regex-syntax v0.8.10
22082026-03-30T22:46:04.104Z Checking quote v1.0.44
22092026-03-30T22:46:04.172Z Checking schemars v0.8.22
22102026-03-30T22:46:04.189Z Checking untrusted v0.9.0
22112026-03-30T22:46:04.276Z Checking syn v2.0.117
22122026-03-30T22:46:04.304Z Checking ring v0.17.14
22132026-03-30T22:46:04.325Z Checking ipnet v2.11.0
22142026-03-30T22:46:04.588Z Checking httparse v1.10.1
22152026-03-30T22:46:04.802Z Checking http-body v1.0.1
22162026-03-30T22:46:04.819Z Checking ppv-lite86 v0.2.21
22172026-03-30T22:46:04.836Z Checking block-padding v0.3.3
22182026-03-30T22:46:04.937Z Checking rustix v1.1.3
22192026-03-30T22:46:04.969Z Checking getrandom v0.3.4
22202026-03-30T22:46:05.112Z Checking atomic-waker v1.1.2
22212026-03-30T22:46:05.130Z Checking inout v0.1.4
22222026-03-30T22:46:05.215Z Checking hmac v0.12.1
22232026-03-30T22:46:05.232Z Checking aws-lc-sys v0.37.1
22242026-03-30T22:46:05.270Z Checking aho-corasick v1.1.4
22252026-03-30T22:46:05.285Z Checking openssl-probe v0.2.1
22262026-03-30T22:46:05.351Z Checking powerfmt v0.2.0
22272026-03-30T22:46:05.366Z Checking tower-service v0.3.3
22282026-03-30T22:46:05.392Z Checking try-lock v0.2.5
22292026-03-30T22:46:05.456Z Checking untrusted v0.7.1
22302026-03-30T22:46:05.494Z Checking httpdate v1.0.3
22312026-03-30T22:46:05.509Z Checking tower-layer v0.3.3
22322026-03-30T22:46:05.570Z Checking deranged v0.5.8
22332026-03-30T22:46:05.639Z Checking want v0.3.1
22342026-03-30T22:46:05.655Z Checking cipher v0.4.4
22352026-03-30T22:46:05.734Z Checking aws-lc-rs v1.16.0
22362026-03-30T22:46:05.754Z Checking rand_core v0.9.5
22372026-03-30T22:46:05.771Z Checking pin-utils v0.1.0
22382026-03-30T22:46:05.844Z Checking num_threads v0.1.7
22392026-03-30T22:46:05.867Z Checking time-core v0.1.8
22402026-03-30T22:46:05.932Z Checking base64ct v1.8.3
22412026-03-30T22:46:05.935Z Checking num-conv v0.2.0
22422026-03-30T22:46:05.961Z Checking regex-automata v0.4.14
22432026-03-30T22:46:06.014Z Checking sha2 v0.10.9
22442026-03-30T22:46:06.064Z Checking erased-serde v0.3.31
22452026-03-30T22:46:06.169Z Checking pretty-hex v0.4.1
22462026-03-30T22:46:06.207Z Checking tokio-util v0.7.18
22472026-03-30T22:46:06.287Z Checking rand_chacha v0.9.0
22482026-03-30T22:46:06.306Z Checking ryu v1.0.23
22492026-03-30T22:46:06.439Z Checking slog v2.8.2
22502026-03-30T22:46:06.455Z Checking fastrand v2.3.0
22512026-03-30T22:46:06.489Z Checking rand v0.9.2
22522026-03-30T22:46:06.503Z Checking time v0.3.47
22532026-03-30T22:46:06.549Z Checking pem-rfc7468 v0.7.0
22542026-03-30T22:46:06.566Z Checking rustls-webpki v0.103.9
22552026-03-30T22:46:06.632Z Checking rustls-native-certs v0.8.3
22562026-03-30T22:46:06.701Z Checking http-body-util v0.1.3
22572026-03-30T22:46:06.716Z Checking ipnetwork v0.21.1
22582026-03-30T22:46:06.763Z Checking sync_wrapper v1.0.2
22592026-03-30T22:46:06.816Z Checking h2 v0.4.13
22602026-03-30T22:46:06.870Z Checking spin v0.9.8
22612026-03-30T22:46:06.918Z Checking plain v0.2.3
22622026-03-30T22:46:06.934Z Checking flagset v0.4.7
22632026-03-30T22:46:06.954Z Checking tower v0.5.3
22642026-03-30T22:46:06.979Z Checking rustls v0.23.37
22652026-03-30T22:46:07.023Z Checking serde_urlencoded v0.7.1
22662026-03-30T22:46:07.051Z Checking der v0.7.10
22672026-03-30T22:46:07.068Z Checking rand_chacha v0.3.1
22682026-03-30T22:46:07.227Z Checking webpki-roots v1.0.6
22692026-03-30T22:46:07.279Z Checking tinyvec_macros v0.1.1
22702026-03-30T22:46:07.342Z Checking iri-string v0.7.10
22712026-03-30T22:46:07.357Z Checking ucd-trie v0.1.7
22722026-03-30T22:46:07.373Z Checking tinyvec v1.10.0
22732026-03-30T22:46:07.492Z Checking pest v2.8.6
22742026-03-30T22:46:07.623Z Checking rand v0.8.5
22752026-03-30T22:46:07.683Z Checking tempfile v3.25.0
22762026-03-30T22:46:07.764Z Checking salsa20 v0.10.2
22772026-03-30T22:46:07.783Z Checking spki v0.7.3
22782026-03-30T22:46:07.877Z Checking pbkdf2 v0.12.2
22792026-03-30T22:46:07.902Z Checking unicode-width v0.2.0
22802026-03-30T22:46:07.948Z Checking foreign-types-shared v0.1.1
22812026-03-30T22:46:07.992Z Checking scrypt v0.11.0
22822026-03-30T22:46:08.033Z Checking foreign-types v0.3.2
22832026-03-30T22:46:08.108Z Checking regex v1.12.3
22842026-03-30T22:46:08.135Z Checking cbc v0.1.2
22852026-03-30T22:46:08.138Z Checking aes v0.8.4
22862026-03-30T22:46:08.166Z Checking anyhow v1.0.102
22872026-03-30T22:46:08.267Z Checking openssl-sys v0.9.111
22882026-03-30T22:46:08.348Z Checking tower-http v0.6.8
22892026-03-30T22:46:08.364Z Checking crossbeam-utils v0.8.21
22902026-03-30T22:46:08.383Z Checking oxnet v0.1.4
22912026-03-30T22:46:08.544Z Checking pkcs5 v0.7.1
22922026-03-30T22:46:08.560Z Checking mime v0.3.17
22932026-03-30T22:46:08.625Z Checking openapiv3 v2.2.0
22942026-03-30T22:46:08.628Z Checking scroll v0.12.0
22952026-03-30T22:46:08.701Z Checking encoding_rs v0.8.35
22962026-03-30T22:46:08.730Z Checking siphasher v1.0.2
22972026-03-30T22:46:08.752Z Checking openssl v0.10.75
22982026-03-30T22:46:08.797Z Checking pkcs8 v0.10.2
22992026-03-30T22:46:08.866Z Checking data-encoding v2.10.0
23002026-03-30T22:46:08.889Z Checking winnow v0.7.14
23012026-03-30T22:46:08.979Z Checking goblin v0.8.2
23022026-03-30T22:46:09.142Z Checking lazy_static v1.5.0
23032026-03-30T22:46:09.237Z Checking zerocopy v0.7.35
23042026-03-30T22:46:09.341Z Checking tokio-rustls v0.26.4
23052026-03-30T22:46:09.530Z Checking hyper v1.8.1
23062026-03-30T22:46:09.575Z Checking wait-timeout v0.2.1
23072026-03-30T22:46:09.670Z Checking bitflags v1.3.2
23082026-03-30T22:46:09.700Z Checking either v1.15.0
23092026-03-30T22:46:09.729Z Checking bit-vec v0.8.0
23102026-03-30T22:46:09.747Z Checking managed v0.8.0
23112026-03-30T22:46:09.884Z Checking quick-error v1.2.3
23122026-03-30T22:46:09.923Z Checking utf8parse v0.2.2
23132026-03-30T22:46:09.938Z Checking psl-types v2.0.11
23142026-03-30T22:46:09.955Z Checking anstyle v1.0.13
23152026-03-30T22:46:09.987Z Checking rusty-fork v0.3.1
23162026-03-30T22:46:10.026Z Checking anstyle-parse v0.2.7
23172026-03-30T22:46:10.055Z Checking publicsuffix v2.3.0
23182026-03-30T22:46:10.099Z Checking bit-set v0.8.0
23192026-03-30T22:46:10.135Z Checking dtrace-parser v0.2.0
23202026-03-30T22:46:10.158Z Checking unicode-normalization v0.1.25
23212026-03-30T22:46:10.177Z Checking cookie v0.18.1
23222026-03-30T22:46:10.215Z Checking rand_xorshift v0.4.0
23232026-03-30T22:46:10.243Z Checking sha1 v0.10.6
23242026-03-30T22:46:10.336Z Checking hex v0.4.3
23252026-03-30T22:46:10.374Z Checking thread-id v4.2.2
23262026-03-30T22:46:10.407Z Checking is_terminal_polyfill v1.70.2
23272026-03-30T22:46:10.410Z Checking colorchoice v1.0.4
23282026-03-30T22:46:10.438Z Checking hyper-util v0.1.20
23292026-03-30T22:46:10.453Z Checking unarray v0.1.4
23302026-03-30T22:46:10.498Z Checking anstyle-query v1.1.5
23312026-03-30T22:46:10.521Z Checking cookie_store v0.22.1
23322026-03-30T22:46:10.555Z Checking proptest v1.10.0
23332026-03-30T22:46:10.558Z Checking rustls-platform-verifier v0.6.2
23342026-03-30T22:46:10.558Z Checking crossbeam-epoch v0.9.18
23352026-03-30T22:46:10.600Z Checking anstream v0.6.21
23362026-03-30T22:46:10.721Z Checking terminal_size v0.4.3
23372026-03-30T22:46:10.737Z Checking native-tls v0.2.18
23382026-03-30T22:46:10.791Z Checking scroll v0.13.0
23392026-03-30T22:46:10.806Z Checking num-integer v0.1.46
23402026-03-30T22:46:10.840Z Checking simd-adler32 v0.3.8
23412026-03-30T22:46:10.855Z Checking crossbeam-deque v0.8.6
23422026-03-30T22:46:10.908Z Checking dof v0.3.0
23432026-03-30T22:46:10.924Z Checking tokio-native-tls v0.3.1
23442026-03-30T22:46:11.007Z Checking bstr v1.12.1
23452026-03-30T22:46:11.023Z Checking goblin v0.10.5
23462026-03-30T22:46:11.027Z Checking ref-cast v1.0.25
23472026-03-30T22:46:11.027Z Checking rustix v0.38.44
23482026-03-30T22:46:11.081Z Checking camino v1.2.2
23492026-03-30T22:46:11.134Z Checking crc32fast v1.5.0
23502026-03-30T22:46:11.190Z Checking usdt-impl v0.5.0
23512026-03-30T22:46:11.275Z Checking signature v2.2.0
23522026-03-30T22:46:11.330Z Checking toml_datetime v0.6.11
23532026-03-30T22:46:11.399Z Checking serde_spanned v0.6.9
23542026-03-30T22:46:11.412Z Checking ff v0.13.1
23552026-03-30T22:46:11.492Z Checking adler2 v2.0.1
23562026-03-30T22:46:11.517Z Checking unicode-properties v0.1.4
23572026-03-30T22:46:11.532Z Checking clap_lex v1.0.0
23582026-03-30T22:46:11.546Z Checking strsim v0.11.1
23592026-03-30T22:46:11.610Z Checking unicode-bidi v0.3.18
23602026-03-30T22:46:11.684Z Checking base16ct v0.2.0
23612026-03-30T22:46:11.699Z Checking hyper-rustls v0.27.7
23622026-03-30T22:46:11.712Z Checking hyper-tls v0.6.0
23632026-03-30T22:46:11.716Z Checking clap_builder v4.5.60
23642026-03-30T22:46:11.812Z Checking sec1 v0.7.3
23652026-03-30T22:46:11.840Z Checking miniz_oxide v0.8.9
23662026-03-30T22:46:11.885Z Checking group v0.13.0
23672026-03-30T22:46:11.904Z Checking stringprep v0.1.5
23682026-03-30T22:46:11.907Z Checking reqwest v0.12.28
23692026-03-30T22:46:12.022Z Checking reqwest v0.13.2
23702026-03-30T22:46:12.035Z Checking num-iter v0.1.45
23712026-03-30T22:46:12.062Z Checking rayon-core v1.13.0
23722026-03-30T22:46:12.148Z Checking toml_parser v1.0.9+spec-1.1.0
23732026-03-30T22:46:12.193Z Checking dtrace-parser v0.3.0
23742026-03-30T22:46:12.333Z Checking newtype-uuid v1.3.2
23752026-03-30T22:46:12.383Z Checking hkdf v0.12.4
23762026-03-30T22:46:12.429Z Checking strum v0.26.3
23772026-03-30T22:46:12.480Z Checking zstd-sys v2.0.16+zstd.1.5.7
23782026-03-30T22:46:12.519Z Checking hash32 v0.2.1
23792026-03-30T22:46:12.538Z Checking daft v0.1.5
23802026-03-30T22:46:12.552Z Checking md-5 v0.10.6
23812026-03-30T22:46:12.593Z Checking crypto-bigint v0.5.5
23822026-03-30T22:46:12.679Z Checking toml_datetime v0.7.5+spec-1.1.0
23832026-03-30T22:46:12.694Z Checking thread-id v5.1.0
23842026-03-30T22:46:12.758Z Checking unicode-segmentation v1.12.0
23852026-03-30T22:46:12.775Z Checking zlib-rs v0.6.2
23862026-03-30T22:46:12.790Z Checking fallible-iterator v0.2.0
23872026-03-30T22:46:12.858Z Checking heapless v0.7.17
23882026-03-30T22:46:12.875Z Checking zstd-safe v7.2.4
23892026-03-30T22:46:12.940Z Checking clap v4.5.60
23902026-03-30T22:46:13.021Z Checking rayon v1.11.0
23912026-03-30T22:46:13.041Z Checking itertools v0.12.1
23922026-03-30T22:46:13.063Z Checking postgres-protocol v0.6.10
23932026-03-30T22:46:13.066Z Checking phf_shared v0.13.1
23942026-03-30T22:46:13.265Z Checking console v0.16.2
23952026-03-30T22:46:13.280Z Checking curve25519-dalek v4.1.3
23962026-03-30T22:46:13.313Z Checking dof v0.4.0
23972026-03-30T22:46:13.378Z Checking memoffset v0.9.1
23982026-03-30T22:46:13.461Z Checking bzip2-sys v0.1.13+1.0.8
23992026-03-30T22:46:13.500Z Checking elliptic-curve v0.13.8
24002026-03-30T22:46:13.548Z Checking signal-hook v0.3.18
24012026-03-30T22:46:13.564Z Checking memmap2 v0.9.10
24022026-03-30T22:46:13.642Z Checking flate2 v1.1.9
24032026-03-30T22:46:13.724Z Checking unit-prefix v0.5.2
24042026-03-30T22:46:13.741Z Checking toml_write v0.1.2
24052026-03-30T22:46:13.809Z Checking libbz2-rs-sys v0.2.2
24062026-03-30T22:46:13.851Z Checking bumpalo v3.20.2
24072026-03-30T22:46:13.908Z Checking fixedbitset v0.4.2
24082026-03-30T22:46:13.938Z Checking usdt-impl v0.6.0
24092026-03-30T22:46:13.941Z Checking winnow v0.5.40
24102026-03-30T22:46:14.043Z Checking foldhash v0.1.5
24112026-03-30T22:46:14.058Z Checking zone v0.3.1
24122026-03-30T22:46:14.072Z Checking petgraph v0.6.5
24132026-03-30T22:46:14.072Z Checking zopfli v0.8.3
24142026-03-30T22:46:14.179Z Checking hashbrown v0.15.5
24152026-03-30T22:46:14.220Z Checking bzip2 v0.6.1
24162026-03-30T22:46:14.236Z Checking usdt v0.6.0
24172026-03-30T22:46:14.388Z Checking toml_edit v0.22.27
24182026-03-30T22:46:14.405Z Checking signal-hook-mio v0.2.5
24192026-03-30T22:46:14.419Z Checking bzip2 v0.4.4
24202026-03-30T22:46:14.434Z Checking nix v0.31.1
24212026-03-30T22:46:14.491Z Checking indicatif v0.18.4
24222026-03-30T22:46:14.507Z Checking postgres-types v0.2.12
24232026-03-30T22:46:14.583Z Checking phf v0.13.1
24242026-03-30T22:46:14.651Z Checking smoltcp v0.9.1
24252026-03-30T22:46:14.732Z Checking similar v2.7.0
24262026-03-30T22:46:14.810Z Checking zstd v0.13.3
24272026-03-30T22:46:14.856Z Checking num-bigint-dig v0.8.6
24282026-03-30T22:46:15.005Z Checking ed25519 v2.2.3
24292026-03-30T22:46:15.106Z Checking pkcs1 v0.7.5
24302026-03-30T22:46:15.120Z Checking toml_edit v0.19.15
24312026-03-30T22:46:15.193Z Checking phf_shared v0.11.3
24322026-03-30T22:46:15.234Z Checking tokio-stream v0.1.18
24332026-03-30T22:46:15.309Z Checking strum v0.27.2
24342026-03-30T22:46:15.324Z Checking hubpack v0.1.2
24352026-03-30T22:46:15.337Z Checking rfc6979 v0.4.0
24362026-03-30T22:46:15.411Z Checking serde-big-array v0.5.1
24372026-03-30T22:46:15.426Z Checking float-cmp v0.10.0
24382026-03-30T22:46:15.453Z Checking env_filter v1.0.0
24392026-03-30T22:46:15.456Z Checking normalize-line-endings v0.3.0
24402026-03-30T22:46:15.486Z Checking difflib v0.4.0
24412026-03-30T22:46:15.544Z Checking rustc-hash v2.1.1
24422026-03-30T22:46:15.547Z Checking static_assertions v1.1.0
24432026-03-30T22:46:15.574Z Checking fixedbitset v0.5.7
24442026-03-30T22:46:15.610Z Checking jiff v0.2.21
24452026-03-30T22:46:15.613Z Checking new_debug_unreachable v1.0.6
24462026-03-30T22:46:15.640Z Checking predicates-core v1.0.10
24472026-03-30T22:46:15.654Z Checking precomputed-hash v0.1.1
24482026-03-30T22:46:15.670Z Checking keccak v0.1.6
24492026-03-30T22:46:15.673Z Checking whoami v2.1.0
24502026-03-30T22:46:15.697Z Checking iddqd v0.3.17
24512026-03-30T22:46:15.736Z Checking string_cache v0.8.9
24522026-03-30T22:46:15.760Z Checking predicates v3.1.4
24532026-03-30T22:46:15.775Z Checking petgraph v0.8.3
24542026-03-30T22:46:15.831Z Checking sha3 v0.10.8
24552026-03-30T22:46:15.875Z Checking tokio-postgres v0.7.16
24562026-03-30T22:46:15.905Z Checking rsa v0.9.10
24572026-03-30T22:46:16.038Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24582026-03-30T22:46:16.059Z Checking env_logger v0.11.9
24592026-03-30T22:46:16.157Z Checking toml v0.7.8
24602026-03-30T22:46:16.250Z Checking ecdsa v0.16.9
24612026-03-30T22:46:16.383Z Checking ed25519-dalek v2.2.0
24622026-03-30T22:46:16.468Z Checking zip v0.6.6
24632026-03-30T22:46:16.526Z Checking crossterm v0.28.1
24642026-03-30T22:46:16.593Z Checking serde_with v3.17.0
24652026-03-30T22:46:16.615Z Checking itertools v0.13.0
24662026-03-30T22:46:16.807Z Checking hickory-proto v0.25.2
24672026-03-30T22:46:17.125Z Checking x509-cert v0.2.5
24682026-03-30T22:46:17.230Z Checking fs-err v3.3.0
24692026-03-30T22:46:17.324Z Checking ahash v0.8.12
24702026-03-30T22:46:17.524Z Checking object v0.37.3
24712026-03-30T22:46:18.530Z Checking buf-list v1.1.2
24722026-03-30T22:46:18.534Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24732026-03-30T22:46:18.534Z Checking peg-runtime v0.8.5
24742026-03-30T22:46:18.534Z Checking lalrpop-util v0.19.12
24752026-03-30T22:46:18.534Z Checking zip v4.6.1
24762026-03-30T22:46:18.534Z Compiling structmeta-derive v0.3.0
24772026-03-30T22:46:18.534Z Compiling rustls v0.22.4
24782026-03-30T22:46:18.534Z Compiling newtype-uuid-macros v0.1.0
24792026-03-30T22:46:18.534Z Compiling multer v3.1.0
24802026-03-30T22:46:18.534Z Compiling async-stream-impl v0.3.6
24812026-03-30T22:46:18.534Z Checking futures-executor v0.3.32
24822026-03-30T22:46:18.534Z Checking regress v0.10.5
24832026-03-30T22:46:18.534Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-03-30T22:46:18.669Z Compiling dropshot v0.16.7
24852026-03-30T22:46:18.688Z Checking futures v0.3.32
24862026-03-30T22:46:18.771Z Compiling dropshot_endpoint v0.16.7
24872026-03-30T22:46:18.793Z Checking thread_local v1.1.9
24882026-03-30T22:46:18.915Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-03-30T22:46:18.933Z Compiling structmeta v0.3.0
24902026-03-30T22:46:18.964Z Checking crossbeam-channel v0.5.15
24912026-03-30T22:46:19.172Z Compiling derive-ex v0.1.8
24922026-03-30T22:46:19.254Z Checking is-terminal v0.4.17
24932026-03-30T22:46:19.341Z Checking take_mut v0.2.2
24942026-03-30T22:46:19.356Z Checking term v1.2.1
24952026-03-30T22:46:19.452Z Checking slog-async v2.8.0
24962026-03-30T22:46:19.586Z Checking slog-term v2.9.2
24972026-03-30T22:46:19.637Z Compiling parse-display-derive v0.10.0
24982026-03-30T22:46:19.653Z Checking rustls-webpki v0.102.8
24992026-03-30T22:46:19.690Z Checking serde_spanned v1.0.4
25002026-03-30T22:46:19.829Z Checking toml_writer v1.0.6+spec-1.1.0
25012026-03-30T22:46:19.855Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-30T22:46:19.858Z Checking debug-ignore v1.0.5
25032026-03-30T22:46:19.934Z Checking match_cfg v0.1.0
25042026-03-30T22:46:19.977Z Checking slog-json v2.6.1
25052026-03-30T22:46:20.008Z Checking hostname v0.3.1
25062026-03-30T22:46:20.025Z Checking toml v0.9.12+spec-1.1.0
25072026-03-30T22:46:20.110Z Checking macaddr v1.0.1
25082026-03-30T22:46:20.138Z Checking slog-bunyan v2.5.0
25092026-03-30T22:46:20.258Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-30T22:46:20.300Z Checking async-stream v0.3.6
25112026-03-30T22:46:20.572Z Checking waitgroup v0.1.2
25122026-03-30T22:46:20.615Z Checking rustls-pemfile v2.2.0
25132026-03-30T22:46:20.655Z Checking serde_path_to_error v0.1.20
25142026-03-30T22:46:20.671Z Checking hostname v0.4.2
25152026-03-30T22:46:20.685Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-30T22:46:20.763Z Checking progenitor-client v0.13.0
25172026-03-30T22:46:20.777Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25182026-03-30T22:46:20.797Z Checking progenitor-client v0.10.0
25192026-03-30T22:46:20.852Z Compiling test-strategy v0.4.5
25202026-03-30T22:46:20.926Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-30T22:46:20.941Z Checking backon v1.6.0
25222026-03-30T22:46:21.002Z Checking instant v0.1.13
25232026-03-30T22:46:21.031Z Checking itertools v0.14.0
25242026-03-30T22:46:21.095Z Checking backoff v0.4.0
25252026-03-30T22:46:21.111Z Checking progenitor-extras v0.1.1
25262026-03-30T22:46:21.141Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-30T22:46:21.280Z Checking heck v0.5.0
25282026-03-30T22:46:21.320Z Checking parse-display v0.10.0
25292026-03-30T22:46:21.408Z Compiling crucible-workspace-hack v0.1.0
25302026-03-30T22:46:21.500Z Checking tokio-rustls v0.25.0
25312026-03-30T22:46:21.623Z Compiling convert_case v0.4.0
25322026-03-30T22:46:21.626Z Checking secrecy v0.10.3
25332026-03-30T22:46:21.673Z Compiling prettyplease v0.2.37
25342026-03-30T22:46:21.765Z Compiling typify-impl v0.6.1
25352026-03-30T22:46:21.998Z Compiling derive_more v0.99.20
25362026-03-30T22:46:22.078Z Compiling unsafe-libyaml v0.2.11
25372026-03-30T22:46:22.344Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-30T22:46:22.666Z Compiling serde_yaml v0.9.34+deprecated
25392026-03-30T22:46:22.820Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25402026-03-30T22:46:23.452Z Checking half v2.7.1
25412026-03-30T22:46:23.542Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25422026-03-30T22:46:23.680Z Compiling toml_edit v0.23.10+spec-1.0.0
25432026-03-30T22:46:23.738Z Compiling thiserror-impl-no-std v2.0.2
25442026-03-30T22:46:23.914Z Checking universal-hash v0.5.1
25452026-03-30T22:46:24.415Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25462026-03-30T22:46:24.546Z Compiling heapless v0.8.0
25472026-03-30T22:46:24.628Z Checking ciborium-io v0.2.2
25482026-03-30T22:46:24.724Z Checking opaque-debug v0.3.1
25492026-03-30T22:46:24.775Z Checking ciborium-ll v0.2.2
25502026-03-30T22:46:24.798Z Checking poly1305 v0.8.0
25512026-03-30T22:46:24.947Z Checking thiserror-no-std v2.0.2
25522026-03-30T22:46:25.010Z Compiling proc-macro-crate v3.4.0
25532026-03-30T22:46:25.292Z Compiling ingot-macros v0.1.1
25542026-03-30T22:46:25.563Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25552026-03-30T22:46:25.618Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25562026-03-30T22:46:25.911Z Compiling typify-impl v0.4.3
25572026-03-30T22:46:26.163Z Checking toml v0.8.23
25582026-03-30T22:46:26.266Z Compiling typify-macro v0.6.1
25592026-03-30T22:46:26.492Z Checking num-rational v0.4.2
25602026-03-30T22:46:26.607Z Checking byte-wrapper v0.1.0
25612026-03-30T22:46:26.704Z Checking tabwriter v1.4.1
25622026-03-30T22:46:26.821Z Checking password-hash v0.5.0
25632026-03-30T22:46:26.857Z Checking chacha20 v0.9.1
25642026-03-30T22:46:27.055Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25652026-03-30T22:46:27.090Z Checking hash32 v0.3.1
25662026-03-30T22:46:27.225Z Checking blake2 v0.10.6
25672026-03-30T22:46:27.302Z Checking aead v0.5.2
25682026-03-30T22:46:27.450Z Checking num-complex v0.4.6
25692026-03-30T22:46:27.710Z Compiling smoltcp v0.11.0
25702026-03-30T22:46:27.775Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25712026-03-30T22:46:27.796Z Checking num v0.4.3
25722026-03-30T22:46:27.877Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25732026-03-30T22:46:27.990Z Compiling typify v0.6.1
25742026-03-30T22:46:28.004Z Checking argon2 v0.5.3
25752026-03-30T22:46:28.072Z Checking chacha20poly1305 v0.10.1
25762026-03-30T22:46:28.088Z Checking ingot-types v0.1.2
25772026-03-30T22:46:28.103Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25782026-03-30T22:46:28.270Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25792026-03-30T22:46:28.345Z Compiling num_enum_derive v0.7.5
25802026-03-30T22:46:28.452Z Checking vsss-rs v3.3.4
25812026-03-30T22:46:28.589Z Checking ciborium v0.2.2
25822026-03-30T22:46:29.463Z Compiling usdt-attr-macro v0.5.0
25832026-03-30T22:46:29.547Z Compiling usdt-macro v0.5.0
25842026-03-30T22:46:29.561Z Checking cobs v0.3.0
25852026-03-30T22:46:29.715Z Checking memmap v0.7.0
25862026-03-30T22:46:29.856Z Compiling foreign-types-macros v0.2.3
25872026-03-30T22:46:30.032Z Checking indent_write v2.2.0
25882026-03-30T22:46:30.121Z Checking float-ord v0.3.2
25892026-03-30T22:46:30.124Z Checking cpufeatures v0.3.0
25902026-03-30T22:46:30.173Z Checking colored v3.1.1
25912026-03-30T22:46:30.217Z Checking foreign-types-shared v0.3.1
25922026-03-30T22:46:30.231Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25932026-03-30T22:46:30.255Z Checking chacha20 v0.10.0
25942026-03-30T22:46:30.281Z Checking usdt v0.5.0
25952026-03-30T22:46:30.419Z Checking postcard v1.1.3
25962026-03-30T22:46:30.434Z Compiling typify-macro v0.4.3
25972026-03-30T22:46:30.448Z Checking foreign-types v0.5.0
25982026-03-30T22:46:30.463Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25992026-03-30T22:46:30.477Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26002026-03-30T22:46:30.480Z Checking num_enum v0.7.5
26012026-03-30T22:46:30.572Z Checking ingot v0.1.1
26022026-03-30T22:46:30.608Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26032026-03-30T22:46:30.705Z Compiling progenitor-impl v0.13.0
26042026-03-30T22:46:31.048Z Compiling proc-macro-crate v1.3.1
26052026-03-30T22:46:31.468Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26062026-03-30T22:46:31.543Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-03-30T22:46:31.594Z Checking cstr-argument v0.1.2
26082026-03-30T22:46:31.695Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26092026-03-30T22:46:31.721Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26102026-03-30T22:46:31.754Z Compiling semver v0.1.20
26112026-03-30T22:46:31.885Z Checking swrite v0.1.0
26122026-03-30T22:46:31.935Z Compiling rustc_version v0.1.7
26132026-03-30T22:46:32.021Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26142026-03-30T22:46:32.036Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152026-03-30T22:46:32.049Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26162026-03-30T22:46:32.115Z Compiling num_enum_derive v0.5.11
26172026-03-30T22:46:32.133Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26182026-03-30T22:46:32.165Z Checking rand v0.10.0
26192026-03-30T22:46:32.192Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-30T22:46:32.649Z Compiling pin-project-internal v1.1.11
26212026-03-30T22:46:32.984Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-03-30T22:46:33.122Z Compiling minimal-lexical v0.2.1
26232026-03-30T22:46:33.156Z Checking linked-hash-map v0.5.6
26242026-03-30T22:46:33.313Z Compiling progenitor-macro v0.13.0
26252026-03-30T22:46:33.333Z Checking lru-cache v0.1.2
26262026-03-30T22:46:33.459Z Compiling nom v7.1.3
26272026-03-30T22:46:33.475Z Checking num_enum v0.5.11
26282026-03-30T22:46:33.759Z Compiling newtype_derive v0.1.6
26292026-03-30T22:46:33.775Z Checking pin-project v1.1.11
26302026-03-30T22:46:33.877Z Compiling typify v0.4.3
26312026-03-30T22:46:34.449Z Checking newline-converter v0.3.0
26322026-03-30T22:46:34.518Z Checking atomicwrites v0.4.4
26332026-03-30T22:46:34.567Z Checking camino-tempfile v1.4.1
26342026-03-30T22:46:34.655Z Checking hickory-proto v0.24.4
26352026-03-30T22:46:34.735Z Checking phf_shared v0.12.1
26362026-03-30T22:46:34.857Z Checking console v0.15.11
26372026-03-30T22:46:34.883Z Checking pem v3.0.6
26382026-03-30T22:46:35.052Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26392026-03-30T22:46:35.056Z Checking csv-core v0.1.13
26402026-03-30T22:46:35.150Z Compiling snafu-derive v0.8.9
26412026-03-30T22:46:35.251Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26422026-03-30T22:46:35.267Z Compiling async-recursion v1.1.1
26432026-03-30T22:46:35.514Z Compiling derive-where v1.6.0
26442026-03-30T22:46:35.932Z Compiling slog-dtrace v0.3.0
26452026-03-30T22:46:36.044Z Checking highway v1.3.0
26462026-03-30T22:46:36.127Z Checking unicode-width v0.1.14
26472026-03-30T22:46:36.282Z Compiling chrono-tz v0.10.4
26482026-03-30T22:46:36.390Z Compiling cancel-safe-futures v0.1.5
26492026-03-30T22:46:36.469Z Compiling owo-colors v4.3.0
26502026-03-30T22:46:36.485Z Checking same-file v1.0.6
26512026-03-30T22:46:36.500Z Checking resolv-conf v0.7.6
26522026-03-30T22:46:36.599Z Compiling const_format_proc_macros v0.2.34
26532026-03-30T22:46:36.613Z Checking walkdir v2.5.0
26542026-03-30T22:46:36.684Z Checking hickory-resolver v0.24.4
26552026-03-30T22:46:36.817Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26562026-03-30T22:46:36.850Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26572026-03-30T22:46:36.988Z Checking csv v1.4.0
26582026-03-30T22:46:37.074Z Checking snafu v0.8.9
26592026-03-30T22:46:37.354Z Checking expectorate v1.2.0
26602026-03-30T22:46:37.403Z Checking phf v0.12.1
26612026-03-30T22:46:37.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26622026-03-30T22:46:37.490Z Compiling progenitor-impl v0.10.0
26632026-03-30T22:46:37.597Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26642026-03-30T22:46:37.611Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26652026-03-30T22:46:37.793Z Checking tokio-dtrace v0.1.1
26662026-03-30T22:46:37.908Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26672026-03-30T22:46:37.967Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26682026-03-30T22:46:37.992Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26692026-03-30T22:46:38.169Z Checking globset v0.4.18
26702026-03-30T22:46:38.339Z Checking progenitor v0.13.0
26712026-03-30T22:46:38.366Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26722026-03-30T22:46:38.433Z Checking olpc-cjson v0.1.4
26732026-03-30T22:46:38.480Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26742026-03-30T22:46:38.497Z Checking libsw-core v0.3.2
26752026-03-30T22:46:38.577Z Checking smf v0.2.3
26762026-03-30T22:46:38.597Z Checking serde_plain v1.0.2
26772026-03-30T22:46:38.642Z Checking arc-swap v1.8.2
26782026-03-30T22:46:38.736Z Compiling lzma-sys v0.1.20
26792026-03-30T22:46:38.754Z Checking sigpipe v0.1.3
26802026-03-30T22:46:38.818Z Compiling num-derive v0.4.2
26812026-03-30T22:46:38.840Z Checking bytecount v0.6.9
26822026-03-30T22:46:38.954Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26832026-03-30T22:46:39.141Z Checking glob v0.3.3
26842026-03-30T22:46:39.173Z Checking typed-path v0.9.3
26852026-03-30T22:46:39.189Z Checking utf-8 v0.7.6
26862026-03-30T22:46:39.335Z Checking tungstenite v0.21.0
26872026-03-30T22:46:39.350Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26882026-03-30T22:46:39.455Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26892026-03-30T22:46:39.523Z Checking papergrid v0.11.0
26902026-03-30T22:46:39.630Z Checking slog-scope v4.4.1
26912026-03-30T22:46:39.770Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-03-30T22:46:39.786Z Checking libsw v3.5.0
26932026-03-30T22:46:39.806Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26942026-03-30T22:46:39.865Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26952026-03-30T22:46:39.940Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26962026-03-30T22:46:39.966Z Checking tough v0.20.0
26972026-03-30T22:46:40.032Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26982026-03-30T22:46:40.105Z Checking oxide-tokio-rt v0.1.3
26992026-03-30T22:46:40.121Z Compiling progenitor-macro v0.10.0
27002026-03-30T22:46:40.266Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27012026-03-30T22:46:40.307Z Checking qorb v0.4.1
27022026-03-30T22:46:40.349Z Checking const_format v0.2.35
27032026-03-30T22:46:40.583Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27042026-03-30T22:46:41.352Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-30T22:46:41.472Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-30T22:46:41.489Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-30T22:46:41.506Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-30T22:46:41.729Z Compiling cargo_toml v0.22.3
27092026-03-30T22:46:41.853Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27102026-03-30T22:46:41.973Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-30T22:46:41.987Z Checking gethostname v0.5.0
27122026-03-30T22:46:42.003Z Compiling tabled_derive v0.7.0
27132026-03-30T22:46:42.019Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27142026-03-30T22:46:42.080Z Checking bcs v0.1.6
27152026-03-30T22:46:42.262Z Checking whoami v1.6.1
27162026-03-30T22:46:42.265Z Checking linear-map v1.2.0
27172026-03-30T22:46:42.323Z Checking termtree v0.5.1
27182026-03-30T22:46:42.447Z Checking unicode-linebreak v0.1.5
27192026-03-30T22:46:42.466Z Checking smawk v0.3.2
27202026-03-30T22:46:42.476Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27212026-03-30T22:46:42.669Z Checking textwrap v0.16.2
27222026-03-30T22:46:42.897Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27232026-03-30T22:46:42.964Z Checking tabled v0.15.0
27242026-03-30T22:46:43.364Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-30T22:46:43.773Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27262026-03-30T22:46:44.156Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27272026-03-30T22:46:44.231Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27282026-03-30T22:46:44.257Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27292026-03-30T22:46:44.469Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27302026-03-30T22:46:44.485Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27312026-03-30T22:46:44.532Z Checking steno v0.4.1
27322026-03-30T22:46:44.657Z Checking slog-stdlog v4.1.1
27332026-03-30T22:46:44.786Z Checking tokio-tungstenite v0.21.0
27342026-03-30T22:46:45.058Z Checking progenitor v0.10.0
27352026-03-30T22:46:45.094Z Checking typeid v1.0.3
27362026-03-30T22:46:45.193Z Checking humantime v2.3.0
27372026-03-30T22:46:45.209Z Checking base64 v0.21.7
27382026-03-30T22:46:45.212Z Checking ron v0.12.0
27392026-03-30T22:46:45.383Z Checking xz2 v0.1.7
27402026-03-30T22:46:45.398Z Checking slog-envlogger v2.2.0
27412026-03-30T22:46:45.474Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-30T22:46:45.552Z Checking yasna v0.5.2
27432026-03-30T22:46:45.555Z Checking headers-core v0.3.0
27442026-03-30T22:46:45.582Z Checking filetime v0.2.27
27452026-03-30T22:46:45.679Z Checking xattr v1.6.1
27462026-03-30T22:46:45.719Z Checking base16ct v1.0.0
27472026-03-30T22:46:45.819Z Checking tar v0.4.45
27482026-03-30T22:46:45.854Z Checking headers v0.4.1
27492026-03-30T22:46:45.933Z Checking rcgen v0.12.1
27502026-03-30T22:46:45.948Z Checking subprocess v0.2.15
27512026-03-30T22:46:51.135Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27522026-03-30T22:46:57.079Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-03-30T22:46:58.383Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-30T22:46:59.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.81s
27552026-03-30T22:46:59.792Z
27562026-03-30T22:46:59.792Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/268)
27572026-03-30T22:47:00.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-30T22:47:00.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-30T22:47:00.556Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27602026-03-30T22:47:01.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27612026-03-30T22:47:02.087Z
27622026-03-30T22:47:02.087Zinfo: running `cargo check --bins` on nexus-config (51/268)
27632026-03-30T22:47:02.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-30T22:47:02.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-30T22:47:02.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-30T22:47:02.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27672026-03-30T22:47:02.730Z
27682026-03-30T22:47:02.730Zinfo: running `cargo check --bins` on nexus-types (52/268)
27692026-03-30T22:47:03.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-30T22:47:03.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-30T22:47:03.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-30T22:47:03.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27732026-03-30T22:47:03.376Z
27742026-03-30T22:47:03.376Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/268)
27752026-03-30T22:47:03.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-30T22:47:03.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-30T22:47:03.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-30T22:47:03.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27792026-03-30T22:47:03.984Z
27802026-03-30T22:47:03.984Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/268)
27812026-03-30T22:47:04.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-30T22:47:04.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-30T22:47:04.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-30T22:47:04.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27852026-03-30T22:47:04.587Z
27862026-03-30T22:47:04.587Zinfo: running `cargo check --bins` on cockroach-admin-types (55/268)
27872026-03-30T22:47:05.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-30T22:47:05.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-30T22:47:05.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-30T22:47:05.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27912026-03-30T22:47:05.184Z
27922026-03-30T22:47:05.184Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/268)
27932026-03-30T22:47:05.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-30T22:47:05.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-30T22:47:05.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-30T22:47:05.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27972026-03-30T22:47:05.782Z
27982026-03-30T22:47:05.782Zinfo: running `cargo check --bins` on ereport-types (57/268)
27992026-03-30T22:47:06.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-30T22:47:06.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-30T22:47:06.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-30T22:47:06.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28032026-03-30T22:47:06.387Z
28042026-03-30T22:47:06.387Zinfo: running `cargo check --bins` on gateway-client (58/268)
28052026-03-30T22:47:06.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-30T22:47:06.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-30T22:47:06.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-30T22:47:06.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28092026-03-30T22:47:06.997Z
28102026-03-30T22:47:06.997Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/268)
28112026-03-30T22:47:07.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-30T22:47:07.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-30T22:47:07.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-30T22:47:07.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28152026-03-30T22:47:07.602Z
28162026-03-30T22:47:07.602Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/268)
28172026-03-30T22:47:08.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-30T22:47:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-30T22:47:08.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-30T22:47:08.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28212026-03-30T22:47:08.209Z
28222026-03-30T22:47:08.209Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/268)
28232026-03-30T22:47:08.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-30T22:47:08.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-30T22:47:08.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-30T22:47:08.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28272026-03-30T22:47:08.816Z
28282026-03-30T22:47:08.816Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/268)
28292026-03-30T22:47:09.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-30T22:47:09.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-30T22:47:09.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-30T22:47:09.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28332026-03-30T22:47:09.423Z
28342026-03-30T22:47:09.423Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/268)
28352026-03-30T22:47:09.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-30T22:47:09.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-30T22:47:09.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-30T22:47:09.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28392026-03-30T22:47:10.050Z
28402026-03-30T22:47:10.050Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/268)
28412026-03-30T22:47:10.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-30T22:47:10.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-30T22:47:10.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-30T22:47:10.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28452026-03-30T22:47:10.680Z
28462026-03-30T22:47:10.680Zinfo: running `cargo check --bins` on key-manager-types (65/268)
28472026-03-30T22:47:11.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-30T22:47:11.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-30T22:47:11.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-03-30T22:47:11.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28512026-03-30T22:47:11.274Z
28522026-03-30T22:47:11.274Zinfo: running `cargo check --bins` on oxlog (66/268)
28532026-03-30T22:47:11.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-03-30T22:47:11.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-03-30T22:47:11.895Z Compiling newtype-uuid v1.3.2
28562026-03-30T22:47:12.102Z Compiling daft v0.1.5
28572026-03-30T22:47:12.295Z Compiling iddqd v0.3.17
28582026-03-30T22:47:13.202Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28592026-03-30T22:47:13.455Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28602026-03-30T22:47:13.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28612026-03-30T22:47:13.907Z
28622026-03-30T22:47:13.907Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/268)
28632026-03-30T22:47:14.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-30T22:47:14.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-30T22:47:14.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-30T22:47:14.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28672026-03-30T22:47:14.519Z
28682026-03-30T22:47:14.519Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/268)
28692026-03-30T22:47:15.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-30T22:47:15.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-30T22:47:15.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-30T22:47:15.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-03-30T22:47:15.132Z
28742026-03-30T22:47:15.132Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/268)
28752026-03-30T22:47:15.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-30T22:47:15.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-30T22:47:15.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-30T22:47:15.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28792026-03-30T22:47:15.752Z
28802026-03-30T22:47:15.752Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/268)
28812026-03-30T22:47:16.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-30T22:47:16.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-30T22:47:16.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-30T22:47:16.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-03-30T22:47:16.366Z
28862026-03-30T22:47:16.366Zinfo: running `cargo check --bins` on omicron-passwords (71/268)
28872026-03-30T22:47:16.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-30T22:47:16.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-30T22:47:16.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-30T22:47:16.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-03-30T22:47:16.959Z
28922026-03-30T22:47:16.959Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/268)
28932026-03-30T22:47:17.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-30T22:47:17.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-30T22:47:17.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-30T22:47:17.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-03-30T22:47:17.559Z
28982026-03-30T22:47:17.559Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/268)
28992026-03-30T22:47:18.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-30T22:47:18.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-30T22:47:18.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-30T22:47:18.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-03-30T22:47:18.156Z
29042026-03-30T22:47:18.156Zinfo: running `cargo check --bins --no-default-features` on gfss (74/268)
29052026-03-30T22:47:18.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-30T22:47:18.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-30T22:47:18.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-30T22:47:18.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-03-30T22:47:18.755Z
29102026-03-30T22:47:18.755Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/268)
29112026-03-30T22:47:19.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-30T22:47:19.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-30T22:47:19.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-30T22:47:19.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-03-30T22:47:19.352Z
29162026-03-30T22:47:19.352Zinfo: running `cargo check --bins` on internal-dns-types (76/268)
29172026-03-30T22:47:19.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-30T22:47:19.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-30T22:47:19.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-30T22:47:19.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29212026-03-30T22:47:19.949Z
29222026-03-30T22:47:19.949Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/268)
29232026-03-30T22:47:20.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-30T22:47:20.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-30T22:47:20.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-30T22:47:20.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-03-30T22:47:20.560Z
29282026-03-30T22:47:20.560Zinfo: running `cargo check --bins` on nexus-types-versions (78/268)
29292026-03-30T22:47:21.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-30T22:47:21.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-30T22:47:21.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-30T22:47:21.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29332026-03-30T22:47:21.188Z
29342026-03-30T22:47:21.188Zinfo: running `cargo check --bins` on oxql-types (79/268)
29352026-03-30T22:47:21.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-30T22:47:21.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-30T22:47:21.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-30T22:47:21.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29392026-03-30T22:47:21.800Z
29402026-03-30T22:47:21.800Zinfo: running `cargo check --bins` on oximeter-types (80/268)
29412026-03-30T22:47:22.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-30T22:47:22.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-30T22:47:22.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-30T22:47:22.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29452026-03-30T22:47:22.406Z
29462026-03-30T22:47:22.406Zinfo: running `cargo check --bins` on oximeter-types-versions (81/268)
29472026-03-30T22:47:22.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-30T22:47:22.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-30T22:47:22.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-30T22:47:22.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29512026-03-30T22:47:23.008Z
29522026-03-30T22:47:23.008Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/268)
29532026-03-30T22:47:23.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-30T22:47:23.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-30T22:47:23.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-03-30T22:47:23.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29572026-03-30T22:47:23.602Z
29582026-03-30T22:47:23.602Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/268)
29592026-03-30T22:47:24.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-30T22:47:24.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-30T22:47:24.271Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-03-30T22:47:24.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29632026-03-30T22:47:24.983Z
29642026-03-30T22:47:24.983Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/268)
29652026-03-30T22:47:25.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-03-30T22:47:25.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-03-30T22:47:25.668Z Compiling ar_archive_writer v0.5.1
29682026-03-30T22:47:25.777Z Compiling stacker v0.1.23
29692026-03-30T22:47:25.785Z Compiling cfg_aliases v0.1.1
29702026-03-30T22:47:25.791Z Compiling convert_case v0.10.0
29712026-03-30T22:47:25.798Z Checking fd-lock v4.0.4
29722026-03-30T22:47:25.798Z Checking nibble_vec v0.1.0
29732026-03-30T22:47:25.801Z Checking vte v0.14.1
29742026-03-30T22:47:25.801Z Compiling recursive-proc-macro-impl v0.1.1
29752026-03-30T22:47:25.844Z Compiling nix v0.28.0
29762026-03-30T22:47:25.908Z Checking endian-type v0.1.2
29772026-03-30T22:47:25.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-03-30T22:47:25.974Z Checking strip-ansi-escapes v0.2.1
29792026-03-30T22:47:26.034Z Checking radix_trie v0.2.1
29802026-03-30T22:47:26.047Z Compiling peg-macros v0.8.5
29812026-03-30T22:47:26.076Z Checking winnow v0.6.26
29822026-03-30T22:47:26.089Z Compiling derive_more-impl v2.1.1
29832026-03-30T22:47:26.215Z Compiling sqlparser_derive v0.5.0
29842026-03-30T22:47:26.239Z Checking home v0.5.12
29852026-03-30T22:47:26.345Z Checking unicode_categories v0.1.1
29862026-03-30T22:47:26.386Z Checking nu-ansi-term v0.50.3
29872026-03-30T22:47:26.547Z Checking display-error-chain v0.2.2
29882026-03-30T22:47:26.597Z Checking reedline v0.40.0
29892026-03-30T22:47:26.611Z Compiling psm v0.1.30
29902026-03-30T22:47:26.897Z Checking derive_more v2.1.1
29912026-03-30T22:47:26.975Z Checking crossterm v0.29.0
29922026-03-30T22:47:27.123Z Checking rustyline v14.0.0
29932026-03-30T22:47:27.176Z Checking peg v0.8.5
29942026-03-30T22:47:27.193Z Checking sqlformat v0.3.5
29952026-03-30T22:47:27.359Z Checking recursive v0.1.1
29962026-03-30T22:47:27.452Z Checking sqlparser v0.61.0
29972026-03-30T22:47:38.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
29982026-03-30T22:47:38.742Z
29992026-03-30T22:47:38.742Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/268)
30002026-03-30T22:47:39.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-30T22:47:39.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-30T22:47:39.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-30T22:47:42.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30042026-03-30T22:47:43.031Z
30052026-03-30T22:47:43.031Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/268)
30062026-03-30T22:47:43.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-30T22:47:43.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-30T22:47:43.716Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-30T22:47:46.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
30102026-03-30T22:47:46.305Z
30112026-03-30T22:47:46.305Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/268)
30122026-03-30T22:47:46.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-30T22:47:46.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-30T22:47:46.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-30T22:47:50.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
30162026-03-30T22:47:50.410Z
30172026-03-30T22:47:50.410Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/268)
30182026-03-30T22:47:50.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-30T22:47:50.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-30T22:47:51.092Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-30T22:47:54.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
30222026-03-30T22:47:54.500Z
30232026-03-30T22:47:54.500Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/268)
30242026-03-30T22:47:55.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-30T22:47:55.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-30T22:47:55.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-30T22:47:57.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
30282026-03-30T22:47:57.936Z
30292026-03-30T22:47:57.936Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/268)
30302026-03-30T22:47:58.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-30T22:47:58.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-30T22:47:58.619Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-30T22:48:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
30342026-03-30T22:48:01.384Z
30352026-03-30T22:48:01.384Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/268)
30362026-03-30T22:48:01.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-30T22:48:01.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-30T22:48:02.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-30T22:48:05.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
30402026-03-30T22:48:05.647Z
30412026-03-30T22:48:05.647Zinfo: running `cargo check --bins` on oximeter (92/268)
30422026-03-30T22:48:06.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-30T22:48:06.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-30T22:48:06.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-03-30T22:48:06.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-03-30T22:48:06.261Z
30472026-03-30T22:48:06.261Zinfo: running `cargo check --bins` on oximeter-schema (93/268)
30482026-03-30T22:48:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-03-30T22:48:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-03-30T22:48:06.908Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-03-30T22:48:07.073Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-30T22:48:07.076Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-03-30T22:48:07.417Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-30T22:48:10.873Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30552026-03-30T22:48:11.200Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30562026-03-30T22:48:12.291Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30572026-03-30T22:48:12.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
30582026-03-30T22:48:13.149Z
30592026-03-30T22:48:13.149Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/268)
30602026-03-30T22:48:13.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-30T22:48:13.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-30T22:48:13.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-30T22:48:13.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30642026-03-30T22:48:13.770Z
30652026-03-30T22:48:13.770Zinfo: running `cargo check --bins` on oximeter-test-utils (95/268)
30662026-03-30T22:48:14.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-30T22:48:14.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-30T22:48:14.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-30T22:48:14.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30702026-03-30T22:48:14.423Z
30712026-03-30T22:48:14.423Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/268)
30722026-03-30T22:48:14.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-30T22:48:14.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-30T22:48:14.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-30T22:48:14.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30762026-03-30T22:48:15.043Z
30772026-03-30T22:48:15.043Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/268)
30782026-03-30T22:48:15.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-30T22:48:15.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-30T22:48:15.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-30T22:48:15.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30822026-03-30T22:48:15.657Z
30832026-03-30T22:48:15.657Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/268)
30842026-03-30T22:48:16.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-30T22:48:16.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-30T22:48:16.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-30T22:48:16.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30882026-03-30T22:48:16.276Z
30892026-03-30T22:48:16.276Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/268)
30902026-03-30T22:48:16.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-30T22:48:16.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-30T22:48:16.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-30T22:48:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30942026-03-30T22:48:16.892Z
30952026-03-30T22:48:16.892Zinfo: running `cargo check --bins` on trust-quorum-types (100/268)
30962026-03-30T22:48:17.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-30T22:48:17.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-30T22:48:17.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-30T22:48:17.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-03-30T22:48:17.488Z
31012026-03-30T22:48:17.488Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/268)
31022026-03-30T22:48:18.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-30T22:48:18.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-30T22:48:18.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-30T22:48:18.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31062026-03-30T22:48:18.100Z
31072026-03-30T22:48:18.100Zinfo: running `cargo check --bins` on update-engine (102/268)
31082026-03-30T22:48:18.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-30T22:48:18.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-30T22:48:18.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-03-30T22:48:18.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-03-30T22:48:18.697Z
31132026-03-30T22:48:18.697Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/268)
31142026-03-30T22:48:19.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-03-30T22:48:19.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-03-30T22:48:19.408Z Checking dropshot-api-manager-types v0.6.0
31172026-03-30T22:48:19.408Z Checking nanorand v0.7.0
31182026-03-30T22:48:19.651Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31192026-03-30T22:48:19.677Z Checking flume v0.11.1
31202026-03-30T22:48:19.883Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31212026-03-30T22:48:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
31222026-03-30T22:48:21.115Z
31232026-03-30T22:48:21.115Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/268)
31242026-03-30T22:48:21.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-30T22:48:21.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-30T22:48:21.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-30T22:48:21.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-03-30T22:48:21.726Z
31292026-03-30T22:48:21.726Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/268)
31302026-03-30T22:48:22.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-30T22:48:22.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-30T22:48:22.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-30T22:48:23.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-03-30T22:48:23.258Z
31352026-03-30T22:48:23.258Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/268)
31362026-03-30T22:48:23.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-30T22:48:23.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-30T22:48:23.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-30T22:48:23.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-03-30T22:48:23.258Z
31412026-03-30T22:48:23.258Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/268)
31422026-03-30T22:48:23.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-30T22:48:23.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-30T22:48:23.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-30T22:48:23.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-03-30T22:48:23.562Z
31472026-03-30T22:48:23.562Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/268)
31482026-03-30T22:48:24.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-30T22:48:24.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-30T22:48:24.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-30T22:48:24.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-03-30T22:48:24.167Z
31532026-03-30T22:48:24.167Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/268)
31542026-03-30T22:48:24.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-30T22:48:24.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-30T22:48:24.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-30T22:48:24.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31582026-03-30T22:48:24.770Z
31592026-03-30T22:48:24.770Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/268)
31602026-03-30T22:48:25.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-30T22:48:25.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-30T22:48:25.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-30T22:48:25.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31642026-03-30T22:48:25.368Z
31652026-03-30T22:48:25.368Zinfo: running `cargo check --bins` on cockroach-admin-client (111/268)
31662026-03-30T22:48:25.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-30T22:48:25.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-30T22:48:25.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-30T22:48:25.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31702026-03-30T22:48:25.959Z
31712026-03-30T22:48:25.959Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/268)
31722026-03-30T22:48:26.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-30T22:48:26.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-30T22:48:26.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-30T22:48:26.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31762026-03-30T22:48:26.555Z
31772026-03-30T22:48:26.555Zinfo: running `cargo check --bins` on dns-service-client (113/268)
31782026-03-30T22:48:27.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-30T22:48:27.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-30T22:48:27.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-30T22:48:27.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31822026-03-30T22:48:27.158Z
31832026-03-30T22:48:27.158Zinfo: running `cargo check --bins` on installinator-client (114/268)
31842026-03-30T22:48:27.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-30T22:48:27.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-30T22:48:27.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-30T22:48:27.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882026-03-30T22:48:27.763Z
31892026-03-30T22:48:27.763Zinfo: running `cargo check --bins` on nexus-client (115/268)
31902026-03-30T22:48:28.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-30T22:48:28.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-30T22:48:28.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-30T22:48:28.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31942026-03-30T22:48:28.406Z
31952026-03-30T22:48:28.406Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/268)
31962026-03-30T22:48:28.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-30T22:48:28.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-30T22:48:28.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-30T22:48:28.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32002026-03-30T22:48:29.040Z
32012026-03-30T22:48:29.040Zinfo: running `cargo check --bins` on ntp-admin-client (117/268)
32022026-03-30T22:48:29.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-30T22:48:29.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-30T22:48:29.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-30T22:48:29.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-03-30T22:48:29.631Z
32072026-03-30T22:48:29.631Zinfo: running `cargo check --bins` on oxide-client (118/268)
32082026-03-30T22:48:30.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-30T22:48:30.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-30T22:48:30.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-30T22:48:30.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32122026-03-30T22:48:30.228Z
32132026-03-30T22:48:30.228Zinfo: running `cargo check --bins` on oximeter-client (119/268)
32142026-03-30T22:48:30.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-30T22:48:30.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-30T22:48:30.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-30T22:48:30.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32182026-03-30T22:48:30.836Z
32192026-03-30T22:48:30.836Zinfo: running `cargo check --bins` on repo-depot-client (120/268)
32202026-03-30T22:48:31.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-30T22:48:31.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-30T22:48:31.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-30T22:48:31.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32242026-03-30T22:48:31.429Z
32252026-03-30T22:48:31.429Zinfo: running `cargo check --bins` on sled-agent-client (121/268)
32262026-03-30T22:48:31.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-30T22:48:31.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-30T22:48:31.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-30T22:48:31.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32302026-03-30T22:48:32.043Z
32312026-03-30T22:48:32.043Zinfo: running `cargo check --bins` on wicketd-client (122/268)
32322026-03-30T22:48:32.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-30T22:48:32.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-30T22:48:32.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-30T22:48:32.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32362026-03-30T22:48:32.666Z
32372026-03-30T22:48:32.666Zinfo: running `cargo check --bins` on installinator-common (123/268)
32382026-03-30T22:48:33.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-30T22:48:33.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-30T22:48:33.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-30T22:48:33.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32422026-03-30T22:48:33.285Z
32432026-03-30T22:48:33.285Zinfo: running `cargo check --bins` on installinator-common-versions (124/268)
32442026-03-30T22:48:33.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-30T22:48:33.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-30T22:48:33.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-30T22:48:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32482026-03-30T22:48:33.875Z
32492026-03-30T22:48:33.875Zinfo: running `cargo check --bins` on wicket-common (125/268)
32502026-03-30T22:48:34.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-30T22:48:34.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-30T22:48:34.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-03-30T22:48:34.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32542026-03-30T22:48:34.492Z
32552026-03-30T22:48:34.492Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/268)
32562026-03-30T22:48:35.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-03-30T22:48:35.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-03-30T22:48:35.186Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32592026-03-30T22:48:35.301Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32602026-03-30T22:48:35.311Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32612026-03-30T22:48:35.318Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32622026-03-30T22:48:35.326Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32632026-03-30T22:48:35.336Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32642026-03-30T22:48:35.348Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32652026-03-30T22:48:35.359Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32662026-03-30T22:48:35.488Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32672026-03-30T22:48:35.534Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32682026-03-30T22:48:35.560Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32692026-03-30T22:48:35.710Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-03-30T22:48:35.713Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32712026-03-30T22:48:36.468Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32722026-03-30T22:48:41.665Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-03-30T22:48:42.299Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32742026-03-30T22:48:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
32752026-03-30T22:48:44.833Z
32762026-03-30T22:48:44.833Zinfo: running `cargo check --bins` on cockroach-admin-api (127/268)
32772026-03-30T22:48:45.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-03-30T22:48:45.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-03-30T22:48:45.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-03-30T22:48:45.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32812026-03-30T22:48:45.436Z
32822026-03-30T22:48:45.436Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/268)
32832026-03-30T22:48:46.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-30T22:48:46.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-30T22:48:46.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-03-30T22:48:46.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32872026-03-30T22:48:46.123Z
32882026-03-30T22:48:46.123Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/268)
32892026-03-30T22:48:46.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-03-30T22:48:46.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-03-30T22:48:46.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-03-30T22:48:46.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32932026-03-30T22:48:46.812Z
32942026-03-30T22:48:46.812Zinfo: running `cargo check --bins` on dns-server (130/268)
32952026-03-30T22:48:47.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-03-30T22:48:47.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-03-30T22:48:47.478Z Compiling parking_lot_core v0.8.6
32982026-03-30T22:48:47.478Z Compiling git-stub v1.0.0
32992026-03-30T22:48:47.478Z Compiling atomicwrites v0.4.4
33002026-03-30T22:48:47.482Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33012026-03-30T22:48:47.608Z Checking tagptr v0.2.0
33022026-03-30T22:48:47.616Z Checking prefix-trie v0.7.0
33032026-03-30T22:48:47.619Z Checking fxhash v0.2.1
33042026-03-30T22:48:47.636Z Checking hickory-client v0.25.2
33052026-03-30T22:48:47.735Z Compiling git-stub-vcs v0.1.0
33062026-03-30T22:48:47.735Z Checking moka v0.12.13
33072026-03-30T22:48:47.924Z Checking hickory-server v0.25.2
33082026-03-30T22:48:48.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33092026-03-30T22:48:48.044Z Checking parking_lot v0.11.2
33102026-03-30T22:48:48.091Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33112026-03-30T22:48:48.094Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33122026-03-30T22:48:48.094Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33132026-03-30T22:48:48.226Z Checking sled v0.34.7
33142026-03-30T22:48:48.346Z Checking hickory-resolver v0.25.2
33152026-03-30T22:48:50.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
33162026-03-30T22:48:50.451Z
33172026-03-30T22:48:50.451Zinfo: running `cargo check --bins` on dns-server-api (131/268)
33182026-03-30T22:48:50.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-03-30T22:48:50.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-03-30T22:48:50.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-03-30T22:48:50.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33222026-03-30T22:48:51.050Z
33232026-03-30T22:48:51.050Zinfo: running `cargo check --bins` on gateway-test-utils (132/268)
33242026-03-30T22:48:51.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-03-30T22:48:51.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-03-30T22:48:51.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-03-30T22:48:51.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33282026-03-30T22:48:51.710Z
33292026-03-30T22:48:51.710Zinfo: running `cargo check --bins` on omicron-gateway (133/268)
33302026-03-30T22:48:52.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-03-30T22:48:52.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-03-30T22:48:52.451Z Compiling radium v0.7.0
33332026-03-30T22:48:52.569Z Compiling maybe-uninit v2.0.0
33342026-03-30T22:48:52.570Z Checking tap v1.0.1
33352026-03-30T22:48:52.585Z Compiling zerocopy-derive v0.6.6
33362026-03-30T22:48:52.594Z Compiling packed_struct v0.10.1
33372026-03-30T22:48:52.597Z Checking funty v2.0.0
33382026-03-30T22:48:52.616Z Checking crc-catalog v2.4.0
33392026-03-30T22:48:52.630Z Compiling packed_struct_codegen v0.10.1
33402026-03-30T22:48:52.662Z Checking wyz v0.5.1
33412026-03-30T22:48:52.706Z Checking crc v3.4.0
33422026-03-30T22:48:52.840Z Compiling bitfield-macros v0.19.4
33432026-03-30T22:48:52.909Z Compiling indexmap v1.9.3
33442026-03-30T22:48:52.925Z Checking nodrop v0.1.14
33452026-03-30T22:48:52.946Z Checking hashbrown v0.12.3
33462026-03-30T22:48:53.017Z Checking array-init v0.0.4
33472026-03-30T22:48:53.017Z Checking smallvec v0.6.14
33482026-03-30T22:48:53.045Z Checking bitvec v1.0.1
33492026-03-30T22:48:53.122Z Checking ron v0.8.1
33502026-03-30T22:48:53.220Z Checking hashbrown v0.13.2
33512026-03-30T22:48:53.320Z Checking serde-hex v0.1.0
33522026-03-30T22:48:53.409Z Checking zerocopy v0.6.6
33532026-03-30T22:48:53.576Z Checking bitfield v0.19.4
33542026-03-30T22:48:53.641Z Checking crc-any v2.5.0
33552026-03-30T22:48:53.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33562026-03-30T22:48:53.677Z Checking path-slash v0.1.5
33572026-03-30T22:48:53.690Z Checking object v0.30.4
33582026-03-30T22:48:53.703Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-03-30T22:48:53.777Z Checking void v1.0.2
33602026-03-30T22:48:53.825Z Checking half v1.8.3
33612026-03-30T22:48:53.850Z Checking tungstenite v0.23.0
33622026-03-30T22:48:53.864Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-03-30T22:48:53.888Z Checking lzss v0.8.2
33642026-03-30T22:48:53.995Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33652026-03-30T22:48:54.037Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33662026-03-30T22:48:54.040Z Checking serde_cbor v0.11.2
33672026-03-30T22:48:54.099Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33682026-03-30T22:48:54.175Z Checking nix v0.27.1
33692026-03-30T22:48:54.287Z Checking kstat-rs v0.2.4
33702026-03-30T22:48:54.429Z Checking serde_bytes v0.11.19
33712026-03-30T22:48:54.457Z Checking tokio-tungstenite v0.23.1
33722026-03-30T22:48:54.475Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33732026-03-30T22:48:54.607Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33742026-03-30T22:48:54.699Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33752026-03-30T22:48:54.719Z Checking signal-hook-tokio v0.3.1
33762026-03-30T22:48:55.384Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-03-30T22:48:55.674Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33782026-03-30T22:48:57.883Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-03-30T22:48:58.724Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-03-30T22:48:59.005Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33812026-03-30T22:49:00.070Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33822026-03-30T22:49:02.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s
33832026-03-30T22:49:02.298Z
33842026-03-30T22:49:02.298Zinfo: running `cargo check --bins` on gateway-api (134/268)
33852026-03-30T22:49:02.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-03-30T22:49:02.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-03-30T22:49:02.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-03-30T22:49:02.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-03-30T22:49:02.899Z
33902026-03-30T22:49:02.899Zinfo: running `cargo check --bins` on ipcc (135/268)
33912026-03-30T22:49:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-30T22:49:03.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-30T22:49:03.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-30T22:49:03.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-03-30T22:49:03.505Z
33962026-03-30T22:49:03.505Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/268)
33972026-03-30T22:49:04.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-30T22:49:04.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-30T22:49:04.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-30T22:49:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-03-30T22:49:04.095Z
34022026-03-30T22:49:04.095Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/268)
34032026-03-30T22:49:04.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-30T22:49:04.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-30T22:49:04.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-30T22:49:04.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34072026-03-30T22:49:04.706Z
34082026-03-30T22:49:04.706Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/268)
34092026-03-30T22:49:05.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-30T22:49:05.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-30T22:49:05.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-30T22:49:05.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-03-30T22:49:05.311Z
34142026-03-30T22:49:05.311Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/268)
34152026-03-30T22:49:05.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-30T22:49:05.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-30T22:49:05.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-30T22:49:05.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-03-30T22:49:05.916Z
34202026-03-30T22:49:05.916Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/268)
34212026-03-30T22:49:06.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-30T22:49:06.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-30T22:49:06.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-30T22:49:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-03-30T22:49:06.520Z
34262026-03-30T22:49:06.520Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/268)
34272026-03-30T22:49:07.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-30T22:49:07.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-30T22:49:07.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-30T22:49:07.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-03-30T22:49:07.123Z
34322026-03-30T22:49:07.123Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/268)
34332026-03-30T22:49:07.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-30T22:49:07.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-30T22:49:07.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-30T22:49:07.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-03-30T22:49:07.728Z
34382026-03-30T22:49:07.728Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/268)
34392026-03-30T22:49:08.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-30T22:49:08.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-30T22:49:08.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-30T22:49:08.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-03-30T22:49:08.337Z
34442026-03-30T22:49:08.337Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/268)
34452026-03-30T22:49:08.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-30T22:49:08.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-30T22:49:08.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-30T22:49:08.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-03-30T22:49:08.945Z
34502026-03-30T22:49:08.945Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/268)
34512026-03-30T22:49:09.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-30T22:49:09.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-30T22:49:09.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-30T22:49:09.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-03-30T22:49:09.551Z
34562026-03-30T22:49:09.551Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/268)
34572026-03-30T22:49:10.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-30T22:49:10.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-30T22:49:10.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-30T22:49:10.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-03-30T22:49:10.158Z
34622026-03-30T22:49:10.158Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/268)
34632026-03-30T22:49:10.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-30T22:49:10.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-30T22:49:10.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-03-30T22:49:10.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34672026-03-30T22:49:10.759Z
34682026-03-30T22:49:10.759Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/268)
34692026-03-30T22:49:11.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-30T22:49:11.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-30T22:49:11.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-03-30T22:49:11.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-03-30T22:49:11.363Z
34742026-03-30T22:49:11.363Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/268)
34752026-03-30T22:49:11.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-30T22:49:11.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-30T22:49:11.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-30T22:49:11.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-03-30T22:49:11.967Z
34802026-03-30T22:49:11.967Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/268)
34812026-03-30T22:49:12.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-30T22:49:12.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-30T22:49:12.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-30T22:49:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-03-30T22:49:12.569Z
34862026-03-30T22:49:12.569Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/268)
34872026-03-30T22:49:13.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-30T22:49:13.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-30T22:49:13.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-30T22:49:13.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34912026-03-30T22:49:13.174Z
34922026-03-30T22:49:13.174Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/268)
34932026-03-30T22:49:13.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-30T22:49:13.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-30T22:49:13.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-30T22:49:13.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34972026-03-30T22:49:13.777Z
34982026-03-30T22:49:13.777Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/268)
34992026-03-30T22:49:14.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-30T22:49:14.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-30T22:49:14.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-30T22:49:14.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35032026-03-30T22:49:14.382Z
35042026-03-30T22:49:14.382Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/268)
35052026-03-30T22:49:14.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-30T22:49:14.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-30T22:49:14.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-30T22:49:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35092026-03-30T22:49:14.982Z
35102026-03-30T22:49:14.982Zinfo: running `cargo check --bins` on oximeter-producer (155/268)
35112026-03-30T22:49:15.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-30T22:49:15.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-30T22:49:15.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-30T22:49:15.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35152026-03-30T22:49:15.621Z
35162026-03-30T22:49:15.621Zinfo: running `cargo check --bins` on internal-dns-resolver (156/268)
35172026-03-30T22:49:16.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-30T22:49:16.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-30T22:49:16.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-03-30T22:49:16.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35212026-03-30T22:49:16.226Z
35222026-03-30T22:49:16.226Zinfo: running `cargo check --bins` on sp-sim (157/268)
35232026-03-30T22:49:16.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-30T22:49:16.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-30T22:49:16.951Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35262026-03-30T22:49:18.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35272026-03-30T22:49:18.896Z
35282026-03-30T22:49:18.896Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/268)
35292026-03-30T22:49:19.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-30T22:49:19.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-30T22:49:19.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-03-30T22:49:19.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35332026-03-30T22:49:19.553Z
35342026-03-30T22:49:19.553Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/268)
35352026-03-30T22:49:20.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-30T22:49:20.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-30T22:49:20.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-30T22:49:20.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35392026-03-30T22:49:20.214Z
35402026-03-30T22:49:20.214Zinfo: running `cargo check --bins` on db-macros (160/268)
35412026-03-30T22:49:20.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-30T22:49:20.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-30T22:49:20.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-30T22:49:20.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35452026-03-30T22:49:20.804Z
35462026-03-30T22:49:20.804Zinfo: running `cargo check --bins` on nexus-macros-common (161/268)
35472026-03-30T22:49:21.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-30T22:49:21.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-30T22:49:21.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-30T22:49:21.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-03-30T22:49:21.394Z
35522026-03-30T22:49:21.394Zinfo: running `cargo check --bins` on nexus-auth (162/268)
35532026-03-30T22:49:21.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-30T22:49:21.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-30T22:49:21.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-30T22:49:21.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35572026-03-30T22:49:22.046Z
35582026-03-30T22:49:22.046Zinfo: running `cargo check --bins` on authz-macros (163/268)
35592026-03-30T22:49:22.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-30T22:49:22.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-30T22:49:22.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-30T22:49:22.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35632026-03-30T22:49:22.635Z
35642026-03-30T22:49:22.635Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/268)
35652026-03-30T22:49:23.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-30T22:49:23.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-30T22:49:23.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-30T22:49:23.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35692026-03-30T22:49:23.280Z
35702026-03-30T22:49:23.280Zinfo: running `cargo check --bins` on nexus-db-model (165/268)
35712026-03-30T22:49:23.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-30T22:49:23.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-30T22:49:23.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-30T22:49:23.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-03-30T22:49:23.927Z
35762026-03-30T22:49:23.927Zinfo: running `cargo check --bins` on nexus-db-schema (166/268)
35772026-03-30T22:49:24.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-30T22:49:24.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-30T22:49:24.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-30T22:49:24.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35812026-03-30T22:49:24.523Z
35822026-03-30T22:49:24.523Zinfo: running `cargo check --bins` on omicron-rpaths (167/268)
35832026-03-30T22:49:25.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-30T22:49:25.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-30T22:49:25.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-30T22:49:25.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35872026-03-30T22:49:25.113Z
35882026-03-30T22:49:25.113Zinfo: running `cargo check --bins` on nexus-defaults (168/268)
35892026-03-30T22:49:25.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-30T22:49:25.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-30T22:49:25.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-30T22:49:25.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35932026-03-30T22:49:25.717Z
35942026-03-30T22:49:25.717Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/268)
35952026-03-30T22:49:26.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-30T22:49:26.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-30T22:49:26.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-30T22:49:26.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-03-30T22:49:26.314Z
36002026-03-30T22:49:26.314Zinfo: running `cargo check --bins` on parallel-task-set (170/268)
36012026-03-30T22:49:26.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-30T22:49:26.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-30T22:49:26.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-30T22:49:26.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-03-30T22:49:26.905Z
36062026-03-30T22:49:26.905Zinfo: running `cargo check --bins` on nexus-db-errors (171/268)
36072026-03-30T22:49:27.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-30T22:49:27.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-30T22:49:27.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-03-30T22:49:27.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36112026-03-30T22:49:27.562Z
36122026-03-30T22:49:27.562Zinfo: running `cargo check --bins` on nexus-db-lookup (172/268)
36132026-03-30T22:49:28.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-03-30T22:49:28.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-03-30T22:49:28.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-03-30T22:49:28.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36172026-03-30T22:49:28.221Z
36182026-03-30T22:49:28.221Zinfo: running `cargo check --bins` on nexus-inventory (173/268)
36192026-03-30T22:49:30.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-03-30T22:49:30.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-03-30T22:49:30.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-03-30T22:49:30.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36232026-03-30T22:49:30.171Z
36242026-03-30T22:49:30.171Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/268)
36252026-03-30T22:49:30.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-03-30T22:49:30.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-03-30T22:49:30.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-03-30T22:49:30.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36292026-03-30T22:49:30.171Z
36302026-03-30T22:49:30.171Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/268)
36312026-03-30T22:49:30.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-03-30T22:49:30.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-03-30T22:49:30.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-03-30T22:49:30.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-03-30T22:49:30.172Z
36362026-03-30T22:49:30.172Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/268)
36372026-03-30T22:49:31.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-03-30T22:49:31.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-03-30T22:49:31.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-03-30T22:49:31.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-03-30T22:49:31.142Z
36422026-03-30T22:49:31.142Zinfo: running `cargo check --bins` on key-manager (177/268)
36432026-03-30T22:49:31.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-03-30T22:49:31.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-03-30T22:49:31.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-03-30T22:49:31.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36472026-03-30T22:49:31.841Z
36482026-03-30T22:49:31.841Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/268)
36492026-03-30T22:49:31.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-03-30T22:49:32.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-03-30T22:49:32.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-03-30T22:49:32.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36532026-03-30T22:49:32.292Z
36542026-03-30T22:49:32.292Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/268)
36552026-03-30T22:49:33.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-03-30T22:49:33.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-03-30T22:49:33.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-03-30T22:49:33.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36592026-03-30T22:49:33.350Z
36602026-03-30T22:49:33.350Zinfo: running `cargo check --bins` on typed-rng (180/268)
36612026-03-30T22:49:33.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-03-30T22:49:33.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-03-30T22:49:33.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-03-30T22:49:33.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36652026-03-30T22:49:33.350Z
36662026-03-30T22:49:33.350Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/268)
36672026-03-30T22:49:33.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-03-30T22:49:33.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-03-30T22:49:34.042Z Compiling libefi-sys v0.1.0
36702026-03-30T22:49:34.058Z Compiling bitfield-struct v0.6.2
36712026-03-30T22:49:34.258Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-03-30T22:49:34.298Z Compiling xshell-macros v0.2.7
36732026-03-30T22:49:34.298Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36742026-03-30T22:49:34.298Z Compiling salty v0.3.0
36752026-03-30T22:49:34.298Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36762026-03-30T22:49:34.298Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-03-30T22:49:34.298Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36782026-03-30T22:49:34.532Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36792026-03-30T22:49:34.551Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36802026-03-30T22:49:34.558Z Checking xshell v0.2.7
36812026-03-30T22:49:34.707Z Checking primeorder v0.13.6
36822026-03-30T22:49:34.755Z Compiling proc-macro-error-attr2 v2.0.0
36832026-03-30T22:49:34.767Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-03-30T22:49:34.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36852026-03-30T22:49:34.786Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36862026-03-30T22:49:34.848Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36872026-03-30T22:49:34.933Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36882026-03-30T22:49:34.944Z Checking p384 v0.13.1
36892026-03-30T22:49:34.971Z Compiling num-derive v0.3.3
36902026-03-30T22:49:35.028Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36912026-03-30T22:49:35.098Z Compiling proc-macro-error2 v2.0.1
36922026-03-30T22:49:35.244Z Compiling unicase v2.9.0
36932026-03-30T22:49:35.268Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36942026-03-30T22:49:35.411Z Compiling tabled_derive v0.11.0
36952026-03-30T22:49:35.448Z Compiling mime_guess v2.0.5
36962026-03-30T22:49:35.477Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-03-30T22:49:35.493Z Compiling progenitor-impl v0.11.2
36982026-03-30T22:49:35.851Z Checking libscf-sys v1.1.0
36992026-03-30T22:49:35.869Z Checking papergrid v0.17.0
37002026-03-30T22:49:35.998Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37012026-03-30T22:49:36.067Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-03-30T22:49:36.129Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37032026-03-30T22:49:36.145Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37042026-03-30T22:49:36.573Z Checking testing_table v0.3.0
37052026-03-30T22:49:36.649Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37062026-03-30T22:49:36.667Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-03-30T22:49:36.683Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-03-30T22:49:36.771Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-03-30T22:49:36.809Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37102026-03-30T22:49:36.859Z Checking corncobs v0.1.4
37112026-03-30T22:49:36.907Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37122026-03-30T22:49:36.940Z Checking tabled v0.20.0
37132026-03-30T22:49:36.986Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37142026-03-30T22:49:37.002Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37152026-03-30T22:49:37.226Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37162026-03-30T22:49:37.261Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37172026-03-30T22:49:37.298Z Checking progenitor-client v0.11.2
37182026-03-30T22:49:37.536Z Checking secrecy v0.8.0
37192026-03-30T22:49:37.557Z Checking http-range v0.1.5
37202026-03-30T22:49:37.926Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37212026-03-30T22:49:37.946Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37222026-03-30T22:49:37.962Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37232026-03-30T22:49:38.123Z Compiling progenitor-macro v0.11.2
37242026-03-30T22:49:38.166Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-03-30T22:49:38.181Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37262026-03-30T22:49:38.255Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37272026-03-30T22:49:38.537Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37282026-03-30T22:49:38.554Z Checking atty v0.2.14
37292026-03-30T22:49:38.632Z Checking crc8 v0.1.1
37302026-03-30T22:49:38.654Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37312026-03-30T22:49:38.670Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37322026-03-30T22:49:38.735Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37332026-03-30T22:49:38.975Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37342026-03-30T22:49:39.142Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37352026-03-30T22:49:39.185Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37362026-03-30T22:49:39.471Z Checking hyper-staticfile v0.10.1
37372026-03-30T22:49:39.492Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-03-30T22:49:39.509Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37392026-03-30T22:49:39.761Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37402026-03-30T22:49:39.784Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37412026-03-30T22:49:39.997Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37422026-03-30T22:49:40.043Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37432026-03-30T22:49:40.060Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-03-30T22:49:40.319Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-03-30T22:49:40.446Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-03-30T22:49:40.547Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37472026-03-30T22:49:40.638Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37482026-03-30T22:49:40.877Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37492026-03-30T22:49:40.980Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37502026-03-30T22:49:41.229Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37512026-03-30T22:49:41.386Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37522026-03-30T22:49:41.803Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37532026-03-30T22:49:42.428Z Checking progenitor v0.11.2
37542026-03-30T22:49:42.569Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37552026-03-30T22:49:47.493Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-03-30T22:49:58.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.15s
37572026-03-30T22:49:58.561Z
37582026-03-30T22:49:58.561Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/268)
37592026-03-30T22:49:59.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-03-30T22:49:59.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-03-30T22:49:59.353Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-03-30T22:50:10.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37632026-03-30T22:50:10.521Z
37642026-03-30T22:50:10.521Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/268)
37652026-03-30T22:50:11.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-30T22:50:11.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-30T22:50:11.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-03-30T22:50:22.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37692026-03-30T22:50:22.488Z
37702026-03-30T22:50:22.488Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/268)
37712026-03-30T22:50:23.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-30T22:50:23.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-30T22:50:23.274Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-03-30T22:50:34.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37752026-03-30T22:50:34.454Z
37762026-03-30T22:50:34.454Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/268)
37772026-03-30T22:50:35.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-30T22:50:35.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-30T22:50:35.235Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-03-30T22:50:46.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
37812026-03-30T22:50:46.389Z
37822026-03-30T22:50:46.389Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/268)
37832026-03-30T22:50:46.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-30T22:50:46.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-30T22:50:47.170Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-03-30T22:50:58.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37872026-03-30T22:50:58.439Z
37882026-03-30T22:50:58.439Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/268)
37892026-03-30T22:50:58.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-30T22:50:59.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-30T22:50:59.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-03-30T22:51:10.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37932026-03-30T22:51:10.426Z
37942026-03-30T22:51:10.426Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/268)
37952026-03-30T22:51:10.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-30T22:51:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-30T22:51:11.208Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-03-30T22:51:22.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37992026-03-30T22:51:22.389Z
38002026-03-30T22:51:22.389Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/268)
38012026-03-30T22:51:22.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-30T22:51:22.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-30T22:51:22.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-03-30T22:51:22.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38052026-03-30T22:51:23.011Z
38062026-03-30T22:51:23.011Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/268)
38072026-03-30T22:51:23.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-30T22:51:23.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-30T22:51:23.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-30T22:51:23.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-03-30T22:51:23.622Z
38122026-03-30T22:51:23.622Zinfo: running `cargo check --bins` on range-requests (191/268)
38132026-03-30T22:51:24.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-30T22:51:24.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-30T22:51:24.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-30T22:51:24.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-03-30T22:51:24.219Z
38182026-03-30T22:51:24.220Zinfo: running `cargo check --bins` on repo-depot-api (192/268)
38192026-03-30T22:51:24.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-30T22:51:24.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-30T22:51:24.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-30T22:51:24.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38232026-03-30T22:51:24.820Z
38242026-03-30T22:51:24.820Zinfo: running `cargo check --bins` on sled-agent-api (193/268)
38252026-03-30T22:51:25.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-30T22:51:25.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-30T22:51:25.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-30T22:51:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-03-30T22:51:25.448Z
38302026-03-30T22:51:25.448Zinfo: running `cargo check --bins` on sled-diagnostics (194/268)
38312026-03-30T22:51:25.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-30T22:51:25.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-30T22:51:25.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-30T22:51:25.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-03-30T22:51:26.066Z
38362026-03-30T22:51:26.066Zinfo: running `cargo check --bins` on zfs-test-harness (195/268)
38372026-03-30T22:51:26.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-30T22:51:26.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-30T22:51:26.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-30T22:51:26.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-03-30T22:51:26.688Z
38422026-03-30T22:51:26.688Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/268)
38432026-03-30T22:51:27.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-30T22:51:27.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-30T22:51:27.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-30T22:51:27.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-03-30T22:51:27.314Z
38482026-03-30T22:51:27.314Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/268)
38492026-03-30T22:51:27.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-30T22:51:27.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-30T22:51:27.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-03-30T22:51:27.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-03-30T22:51:27.941Z
38542026-03-30T22:51:27.941Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/268)
38552026-03-30T22:51:28.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-03-30T22:51:28.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-03-30T22:51:28.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-03-30T22:51:28.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38592026-03-30T22:51:28.573Z
38602026-03-30T22:51:28.573Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/268)
38612026-03-30T22:51:29.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-03-30T22:51:29.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-03-30T22:51:29.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-03-30T22:51:29.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-03-30T22:51:29.202Z
38662026-03-30T22:51:29.202Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/268)
38672026-03-30T22:51:29.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-03-30T22:51:29.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-03-30T22:51:29.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-03-30T22:51:29.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38712026-03-30T22:51:29.827Z
38722026-03-30T22:51:29.827Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/268)
38732026-03-30T22:51:30.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-03-30T22:51:30.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-03-30T22:51:30.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-03-30T22:51:30.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-03-30T22:51:30.456Z
38782026-03-30T22:51:30.457Zinfo: running `cargo check --bins` on trust-quorum (202/268)
38792026-03-30T22:51:30.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-30T22:51:30.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-30T22:51:30.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-30T22:51:30.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38832026-03-30T22:51:31.083Z
38842026-03-30T22:51:31.083Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/268)
38852026-03-30T22:51:31.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-30T22:51:31.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-30T22:51:31.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-30T22:51:31.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38892026-03-30T22:51:31.725Z
38902026-03-30T22:51:31.725Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/268)
38912026-03-30T22:51:32.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-30T22:51:32.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-30T22:51:32.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-03-30T22:51:32.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38952026-03-30T22:51:32.382Z
38962026-03-30T22:51:32.382Zinfo: running `cargo check --bins` on update-common (205/268)
38972026-03-30T22:51:32.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-30T22:51:32.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-30T22:51:32.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-30T22:51:32.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39012026-03-30T22:51:32.998Z
39022026-03-30T22:51:32.998Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/268)
39032026-03-30T22:51:33.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-30T22:51:33.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-30T22:51:33.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-03-30T22:51:33.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39072026-03-30T22:51:33.659Z
39082026-03-30T22:51:33.659Zinfo: running `cargo check --bins` on reconfigurator-cli (207/268)
39092026-03-30T22:51:34.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-30T22:51:34.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-30T22:51:34.434Z Compiling fs-err v2.11.0
39122026-03-30T22:51:34.434Z Checking ignore v0.4.25
39132026-03-30T22:51:34.437Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-03-30T22:51:34.571Z Checking predicates-tree v1.0.13
39152026-03-30T22:51:34.574Z Checking parse-size v1.1.0
39162026-03-30T22:51:34.590Z Checking rand_seeder v0.4.0
39172026-03-30T22:51:34.593Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39182026-03-30T22:51:34.613Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39192026-03-30T22:51:34.668Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39202026-03-30T22:51:34.688Z Compiling petname v2.0.2
39212026-03-30T22:51:34.726Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39222026-03-30T22:51:34.882Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39232026-03-30T22:51:34.930Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39242026-03-30T22:51:34.944Z Checking globwalk v0.9.1
39252026-03-30T22:51:35.039Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39262026-03-30T22:51:35.095Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39272026-03-30T22:51:35.122Z Checking camino-tempfile-ext v0.3.3
39282026-03-30T22:51:35.137Z Checking sapling-renderdag v0.1.0
39292026-03-30T22:51:35.279Z Checking sync-ptr v0.1.4
39302026-03-30T22:51:35.316Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39312026-03-30T22:51:35.373Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39322026-03-30T22:51:35.420Z Checking colored v2.2.0
39332026-03-30T22:51:35.448Z Checking assert_matches v1.5.0
39342026-03-30T22:51:35.660Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39352026-03-30T22:51:35.829Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39362026-03-30T22:51:35.832Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39372026-03-30T22:51:36.423Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39382026-03-30T22:51:37.700Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39392026-03-30T22:51:39.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
39402026-03-30T22:51:40.072Z
39412026-03-30T22:51:40.072Zinfo: running `cargo check --bins` on omicron-repl-utils (208/268)
39422026-03-30T22:51:40.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-03-30T22:51:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-03-30T22:51:40.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-03-30T22:51:40.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-03-30T22:51:40.669Z
39472026-03-30T22:51:40.669Zinfo: running `cargo check --bins` on nexus-test-interface (209/268)
39482026-03-30T22:51:41.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-30T22:51:41.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-30T22:51:41.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-03-30T22:51:41.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39522026-03-30T22:51:41.329Z
39532026-03-30T22:51:41.329Zinfo: running `cargo check --bins` on oximeter-collector (210/268)
39542026-03-30T22:51:41.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-30T22:51:41.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-30T22:51:42.059Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39572026-03-30T22:51:42.062Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39582026-03-30T22:51:42.704Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39592026-03-30T22:51:44.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39602026-03-30T22:51:44.449Z
39612026-03-30T22:51:44.450Zinfo: running `cargo check --bins` on oximeter-api (211/268)
39622026-03-30T22:51:44.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-30T22:51:44.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-30T22:51:44.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-30T22:51:44.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39662026-03-30T22:51:45.053Z
39672026-03-30T22:51:45.053Zinfo: running `cargo check --bins` on cert-dev (212/268)
39682026-03-30T22:51:45.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-30T22:51:45.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-30T22:51:45.666Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39712026-03-30T22:51:45.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39722026-03-30T22:51:46.113Z
39732026-03-30T22:51:46.114Zinfo: running `cargo check --bins` on clickana (213/268)
39742026-03-30T22:51:46.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-30T22:51:46.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-30T22:51:46.768Z Compiling darling_core v0.23.0
39772026-03-30T22:51:46.876Z Compiling instability v0.3.11
39782026-03-30T22:51:46.885Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39792026-03-30T22:51:46.888Z Checking castaway v0.2.4
39802026-03-30T22:51:46.898Z Compiling indoc v2.0.7
39812026-03-30T22:51:46.903Z Checking unicode-truncate v1.1.0
39822026-03-30T22:51:46.914Z Checking lru v0.12.5
39832026-03-30T22:51:46.914Z Checking cassowary v0.3.0
39842026-03-30T22:51:46.973Z Checking compact_str v0.8.1
39852026-03-30T22:51:47.830Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39862026-03-30T22:51:48.012Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39872026-03-30T22:51:48.282Z Compiling darling_macro v0.23.0
39882026-03-30T22:51:48.693Z Compiling darling v0.23.0
39892026-03-30T22:51:49.297Z Checking ratatui v0.29.0
39902026-03-30T22:51:50.352Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39912026-03-30T22:51:51.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39922026-03-30T22:51:51.207Z
39932026-03-30T22:51:51.207Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/268)
39942026-03-30T22:51:51.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-30T22:51:51.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-30T22:51:51.944Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39972026-03-30T22:51:51.947Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39982026-03-30T22:51:52.532Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39992026-03-30T22:51:52.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40002026-03-30T22:51:53.145Z
40012026-03-30T22:51:53.145Zinfo: running `cargo check --bins` on ch-dev (215/268)
40022026-03-30T22:51:53.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-03-30T22:51:53.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-03-30T22:51:53.885Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40052026-03-30T22:51:54.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40062026-03-30T22:51:54.834Z
40072026-03-30T22:51:54.834Zinfo: running `cargo check --bins` on dev-tools-common (216/268)
40082026-03-30T22:51:55.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-03-30T22:51:55.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-03-30T22:51:55.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-03-30T22:51:55.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40122026-03-30T22:51:55.312Z
40132026-03-30T22:51:55.312Zinfo: running `cargo check --bins` on crdb-seed (217/268)
40142026-03-30T22:51:55.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-03-30T22:51:55.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-03-30T22:51:56.046Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40172026-03-30T22:51:56.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40182026-03-30T22:51:56.704Z
40192026-03-30T22:51:56.704Zinfo: running `cargo check --bins` on db-dev (218/268)
40202026-03-30T22:51:57.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-30T22:51:57.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-30T22:51:57.442Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40232026-03-30T22:51:58.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40242026-03-30T22:51:58.397Z
40252026-03-30T22:51:58.397Zinfo: running `cargo check --bins` on omicron-dev-lib (219/268)
40262026-03-30T22:51:58.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-03-30T22:51:58.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-03-30T22:51:58.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-03-30T22:51:58.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40302026-03-30T22:51:59.060Z
40312026-03-30T22:51:59.060Zinfo: running `cargo check --bins` on xtask-downloader (220/268)
40322026-03-30T22:51:59.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-03-30T22:51:59.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-03-30T22:51:59.678Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40352026-03-30T22:52:00.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40362026-03-30T22:52:00.547Z
40372026-03-30T22:52:00.547Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/268)
40382026-03-30T22:52:01.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-03-30T22:52:01.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-03-30T22:52:01.301Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-03-30T22:52:01.302Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-03-30T22:52:01.305Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40432026-03-30T22:52:01.305Z Checking git-stub v1.0.0
40442026-03-30T22:52:01.305Z Compiling trait-variant v0.1.2
40452026-03-30T22:52:01.305Z Checking is_ci v1.2.0
40462026-03-30T22:52:01.305Z Checking maplit v1.0.2
40472026-03-30T22:52:01.428Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40482026-03-30T22:52:01.487Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40492026-03-30T22:52:01.507Z Checking supports-color v3.0.2
40502026-03-30T22:52:01.581Z Checking git-stub-vcs v0.1.0
40512026-03-30T22:52:01.627Z Checking drift v0.1.3
40522026-03-30T22:52:01.663Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40532026-03-30T22:52:01.693Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40542026-03-30T22:52:01.778Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40552026-03-30T22:52:01.854Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40562026-03-30T22:52:01.912Z Checking dropshot-api-manager v0.6.0
40572026-03-30T22:52:01.975Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40582026-03-30T22:52:01.990Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40592026-03-30T22:52:02.170Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40602026-03-30T22:52:02.205Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40612026-03-30T22:52:02.327Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40622026-03-30T22:52:02.703Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40632026-03-30T22:52:07.541Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40642026-03-30T22:52:08.534Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40652026-03-30T22:52:09.082Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40662026-03-30T22:52:09.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
40672026-03-30T22:52:09.707Z
40682026-03-30T22:52:09.707Zinfo: running `cargo check --bins` on installinator-api (222/268)
40692026-03-30T22:52:10.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-30T22:52:10.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-30T22:52:10.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-03-30T22:52:10.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40732026-03-30T22:52:10.318Z
40742026-03-30T22:52:10.318Zinfo: running `cargo check --bins` on nexus-external-api (223/268)
40752026-03-30T22:52:10.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-03-30T22:52:10.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-03-30T22:52:10.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-03-30T22:52:10.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-03-30T22:52:10.968Z
40802026-03-30T22:52:10.968Zinfo: running `cargo check --bins` on nexus-internal-api (224/268)
40812026-03-30T22:52:11.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-03-30T22:52:11.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-03-30T22:52:11.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-03-30T22:52:11.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40852026-03-30T22:52:11.620Z
40862026-03-30T22:52:11.620Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/268)
40872026-03-30T22:52:12.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-03-30T22:52:12.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-03-30T22:52:12.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-03-30T22:52:12.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40912026-03-30T22:52:12.269Z
40922026-03-30T22:52:12.269Zinfo: running `cargo check --bins` on ntp-admin-api (226/268)
40932026-03-30T22:52:12.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-03-30T22:52:12.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-03-30T22:52:12.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-03-30T22:52:12.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40972026-03-30T22:52:12.879Z
40982026-03-30T22:52:12.879Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/268)
40992026-03-30T22:52:13.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-03-30T22:52:13.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-03-30T22:52:13.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-03-30T22:52:13.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41032026-03-30T22:52:13.478Z
41042026-03-30T22:52:13.478Zinfo: running `cargo check --bins` on wicketd-api (228/268)
41052026-03-30T22:52:14.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-03-30T22:52:14.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-03-30T22:52:14.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-03-30T22:52:14.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41092026-03-30T22:52:14.100Z
41102026-03-30T22:52:14.101Zinfo: running `cargo check --bins` on omicron-ls-apis (229/268)
41112026-03-30T22:52:14.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-03-30T22:52:14.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-03-30T22:52:14.716Z Checking erased-serde v0.4.9
41142026-03-30T22:52:14.823Z Checking ordered-float v2.10.1
41152026-03-30T22:52:14.839Z Checking unicode-xid v0.2.6
41162026-03-30T22:52:14.859Z Checking cargo-platform v0.2.0
41172026-03-30T22:52:15.014Z Checking serde-value v0.7.0
41182026-03-30T22:52:15.131Z Checking serde-untagged v0.1.9
41192026-03-30T22:52:15.289Z Checking cargo-util-schemas v0.8.2
41202026-03-30T22:52:15.976Z Checking cargo_metadata v0.21.0
41212026-03-30T22:52:16.582Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41222026-03-30T22:52:17.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41232026-03-30T22:52:17.459Z
41242026-03-30T22:52:17.459Zinfo: running `cargo check --bins` on mgs-dev (230/268)
41252026-03-30T22:52:18.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-03-30T22:52:18.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-03-30T22:52:18.206Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41282026-03-30T22:52:18.828Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41292026-03-30T22:52:19.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41302026-03-30T22:52:19.537Z
41312026-03-30T22:52:19.537Zinfo: running `cargo check --bins` on omicron-omdb (231/268)
41322026-03-30T22:52:20.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-03-30T22:52:20.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-03-30T22:52:20.402Z Compiling vergen-gitcl v1.0.8
41352026-03-30T22:52:20.402Z Compiling dirs-sys-next v0.1.2
41362026-03-30T22:52:20.402Z Compiling crunchy v0.2.4
41372026-03-30T22:52:20.402Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41382026-03-30T22:52:20.405Z Compiling diesel_derives v2.3.7
41392026-03-30T22:52:20.405Z Compiling glob v0.3.3
41402026-03-30T22:52:20.406Z Compiling dsl_auto_type v0.2.0
41412026-03-30T22:52:20.406Z Checking scheduled-thread-pool v0.2.7
41422026-03-30T22:52:20.672Z Compiling dirs-next v2.0.0
41432026-03-30T22:52:20.724Z Compiling diesel_table_macro_syntax v0.3.0
41442026-03-30T22:52:20.785Z Compiling tiny-keccak v2.0.2
41452026-03-30T22:52:20.800Z Compiling term v0.7.0
41462026-03-30T22:52:20.931Z Checking r2d2 v0.8.10
41472026-03-30T22:52:20.944Z Compiling clang-sys v1.8.1
41482026-03-30T22:52:20.959Z Checking downcast-rs v2.0.2
41492026-03-30T22:52:20.995Z Compiling bit-vec v0.6.3
41502026-03-30T22:52:21.109Z Compiling ascii-canvas v3.0.0
41512026-03-30T22:52:21.220Z Compiling bit-set v0.5.3
41522026-03-30T22:52:21.315Z Compiling itertools v0.10.5
41532026-03-30T22:52:21.350Z Compiling ena v0.14.4
41542026-03-30T22:52:21.364Z Compiling libloading v0.8.9
41552026-03-30T22:52:21.380Z Compiling bindgen v0.71.1
41562026-03-30T22:52:21.383Z Compiling diff v0.1.13
41572026-03-30T22:52:21.462Z Compiling regex-syntax v0.6.29
41582026-03-30T22:52:21.578Z Compiling cexpr v0.6.0
41592026-03-30T22:52:21.659Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41602026-03-30T22:52:21.818Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41612026-03-30T22:52:21.882Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41622026-03-30T22:52:21.972Z Compiling libxml v0.3.3
41632026-03-30T22:52:22.200Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41642026-03-30T22:52:22.274Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41652026-03-30T22:52:22.351Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41662026-03-30T22:52:22.476Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41672026-03-30T22:52:22.517Z Compiling strum_macros v0.24.3
41682026-03-30T22:52:22.539Z Compiling indoc v1.0.9
41692026-03-30T22:52:22.981Z Compiling lalrpop v0.19.12
41702026-03-30T22:52:23.563Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41712026-03-30T22:52:23.580Z Checking derive_builder v0.20.2
41722026-03-30T22:52:23.697Z Compiling oso-derive v0.27.3
41732026-03-30T22:52:23.754Z Checking quick-xml v0.37.5
41742026-03-30T22:52:23.850Z Compiling impl-trait-for-tuples v0.2.3
41752026-03-30T22:52:24.199Z Checking openssl-probe v0.1.6
41762026-03-30T22:52:24.342Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41772026-03-30T22:52:24.671Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41782026-03-30T22:52:24.867Z Checking bb8 v0.8.6
41792026-03-30T22:52:25.115Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41802026-03-30T22:52:25.162Z Checking nonempty v0.12.0
41812026-03-30T22:52:25.322Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41822026-03-30T22:52:25.336Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41832026-03-30T22:52:25.352Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41842026-03-30T22:52:25.444Z Checking support-bundle-viewer v0.1.2
41852026-03-30T22:52:25.545Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41862026-03-30T22:52:25.561Z Checking multimap v0.10.1
41872026-03-30T22:52:26.398Z Checking diesel v2.3.7
41882026-03-30T22:52:27.840Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41892026-03-30T22:52:28.772Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41902026-03-30T22:52:28.861Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41912026-03-30T22:52:29.119Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41922026-03-30T22:52:29.391Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41932026-03-30T22:52:29.536Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-03-30T22:52:30.543Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41952026-03-30T22:52:31.269Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41962026-03-30T22:52:33.269Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41972026-03-30T22:52:38.096Z Compiling samael v0.0.19
41982026-03-30T22:52:41.962Z Checking async-bb8-diesel v0.2.1
41992026-03-30T22:52:42.312Z Checking diesel-dtrace v0.5.0
42002026-03-30T22:52:43.276Z Compiling polar-core v0.27.3
42012026-03-30T22:52:47.700Z Checking oso v0.27.3
42022026-03-30T22:53:23.239Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-03-30T22:53:55.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
42042026-03-30T22:53:55.742Z
42052026-03-30T22:53:55.742Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/268)
42062026-03-30T22:53:56.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-30T22:53:56.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-30T22:53:56.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-30T22:53:56.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42102026-03-30T22:53:56.412Z
42112026-03-30T22:53:56.412Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/268)
42122026-03-30T22:53:56.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-30T22:53:56.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-30T22:53:56.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-30T22:53:56.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-03-30T22:53:57.073Z
42172026-03-30T22:53:57.073Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/268)
42182026-03-30T22:53:57.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-30T22:53:57.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-30T22:53:57.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-30T22:53:57.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42222026-03-30T22:53:57.671Z
42232026-03-30T22:53:57.671Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/268)
42242026-03-30T22:53:58.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-30T22:53:58.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-30T22:53:58.544Z Compiling libz-sys v1.1.24
42272026-03-30T22:53:58.674Z Compiling libgit2-sys v0.18.3+1.9.2
42282026-03-30T22:53:58.687Z Compiling vergen-git2 v1.0.7
42292026-03-30T22:53:58.715Z Compiling rustls v0.21.12
42302026-03-30T22:53:58.722Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-03-30T22:53:58.726Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42322026-03-30T22:53:58.727Z Checking rustls-webpki v0.101.7
42332026-03-30T22:53:58.727Z Checking sct v0.7.1
42342026-03-30T22:53:58.880Z Compiling nix v0.29.0
42352026-03-30T22:53:58.896Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42362026-03-30T22:53:58.935Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42372026-03-30T22:53:58.981Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42382026-03-30T22:53:59.059Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42392026-03-30T22:53:59.197Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42402026-03-30T22:53:59.220Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42412026-03-30T22:53:59.274Z Checking rustls-pemfile v1.0.4
42422026-03-30T22:53:59.409Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42432026-03-30T22:53:59.515Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42442026-03-30T22:53:59.706Z Checking twox-hash v2.1.2
42452026-03-30T22:53:59.733Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42462026-03-30T22:53:59.793Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42472026-03-30T22:54:00.313Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42482026-03-30T22:54:00.410Z Checking tokio-rustls v0.24.1
42492026-03-30T22:54:00.472Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42502026-03-30T22:54:00.579Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42512026-03-30T22:54:00.606Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42522026-03-30T22:54:00.750Z Checking fatfs v0.3.6
42532026-03-30T22:54:01.128Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42542026-03-30T22:54:01.196Z Compiling seq-macro v0.3.6
42552026-03-30T22:54:05.152Z Compiling git2 v0.20.4
42562026-03-30T22:54:05.510Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42572026-03-30T22:54:05.640Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42582026-03-30T22:54:07.391Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42592026-03-30T22:54:54.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.48s
42602026-03-30T22:54:54.380Z
42612026-03-30T22:54:54.381Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/268)
42622026-03-30T22:54:55.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-03-30T22:54:55.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-03-30T22:54:55.268Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-03-30T22:55:34.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.79s
42662026-03-30T22:55:34.404Z
42672026-03-30T22:55:34.404Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/268)
42682026-03-30T22:55:34.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-03-30T22:55:34.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-03-30T22:55:34.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-03-30T22:55:34.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42722026-03-30T22:55:35.002Z
42732026-03-30T22:55:35.002Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/268)
42742026-03-30T22:55:35.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-03-30T22:55:35.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-03-30T22:55:35.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-03-30T22:55:35.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42782026-03-30T22:55:35.670Z
42792026-03-30T22:55:35.670Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/268)
42802026-03-30T22:55:36.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-30T22:55:36.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-30T22:55:36.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-03-30T22:55:36.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42842026-03-30T22:55:36.334Z
42852026-03-30T22:55:36.334Zinfo: running `cargo check --bins` on nexus-networking (240/268)
42862026-03-30T22:55:36.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-30T22:55:36.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-30T22:55:36.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-03-30T22:55:36.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42902026-03-30T22:55:36.999Z
42912026-03-30T22:55:36.999Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/268)
42922026-03-30T22:55:37.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-30T22:55:37.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-30T22:55:37.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-03-30T22:55:37.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-03-30T22:55:37.663Z
42972026-03-30T22:55:37.663Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/268)
42982026-03-30T22:55:38.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-03-30T22:55:38.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-03-30T22:55:38.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-03-30T22:55:38.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43022026-03-30T22:55:38.333Z
43032026-03-30T22:55:38.333Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/268)
43042026-03-30T22:55:38.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-30T22:55:38.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-30T22:55:38.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-03-30T22:55:38.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-03-30T22:55:38.981Z
43092026-03-30T22:55:38.981Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/268)
43102026-03-30T22:55:39.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-30T22:55:39.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-30T22:55:39.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-03-30T22:55:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-03-30T22:55:39.653Z
43152026-03-30T22:55:39.653Zinfo: running `cargo check --bins` on omicron-dev (245/268)
43162026-03-30T22:55:40.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-03-30T22:55:40.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-03-30T22:55:40.556Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43192026-03-30T22:55:40.556Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-03-30T22:55:40.744Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43212026-03-30T22:55:40.778Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43222026-03-30T22:55:40.796Z Checking diff v0.1.13
43232026-03-30T22:55:40.799Z Checking yansi v1.0.1
43242026-03-30T22:55:40.799Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-03-30T22:55:40.799Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43262026-03-30T22:55:40.880Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43272026-03-30T22:55:41.052Z Checking pretty_assertions v1.4.1
43282026-03-30T22:55:41.696Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43292026-03-30T22:56:04.759Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43302026-03-30T22:56:04.762Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-03-30T22:56:04.762Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43322026-03-30T22:56:04.762Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43332026-03-30T22:56:04.762Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43342026-03-30T22:56:04.762Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43352026-03-30T22:56:05.484Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43362026-03-30T22:56:06.566Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43372026-03-30T22:56:44.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43382026-03-30T22:56:45.077Z
43392026-03-30T22:56:45.078Zinfo: running `cargo check --bins` on omicron-pins (246/268)
43402026-03-30T22:56:45.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-03-30T22:56:45.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-03-30T22:56:45.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-03-30T22:56:45.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43442026-03-30T22:56:45.682Z
43452026-03-30T22:56:45.682Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/268)
43462026-03-30T22:56:46.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-03-30T22:56:46.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-03-30T22:56:46.466Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43492026-03-30T22:56:46.590Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43502026-03-30T22:56:46.590Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43512026-03-30T22:57:11.636Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43522026-03-30T22:57:12.013Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43532026-03-30T22:57:13.699Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43542026-03-30T22:57:14.138Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43552026-03-30T22:57:17.047Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43562026-03-30T22:57:39.066Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-03-30T22:57:39.686Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43582026-03-30T22:57:41.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.59s
43592026-03-30T22:57:41.509Z
43602026-03-30T22:57:41.509Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/268)
43612026-03-30T22:57:42.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43622026-03-30T22:57:42.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43632026-03-30T22:57:42.241Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43642026-03-30T22:57:42.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43652026-03-30T22:57:43.130Z
43662026-03-30T22:57:43.131Zinfo: running `cargo check --bins` on omicron-releng (249/268)
43672026-03-30T22:57:43.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-03-30T22:57:43.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-03-30T22:57:43.809Z Compiling blake3 v1.8.3
43702026-03-30T22:57:43.921Z Checking arrayref v0.3.9
43712026-03-30T22:57:43.921Z Checking constant_time_eq v0.4.2
43722026-03-30T22:57:43.924Z Checking arrayvec v0.7.6
43732026-03-30T22:57:43.941Z Checking topological-sort v0.2.2
43742026-03-30T22:57:43.941Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43752026-03-30T22:57:43.944Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43762026-03-30T22:57:43.944Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43772026-03-30T22:57:43.983Z Checking shell-words v1.1.1
43782026-03-30T22:57:44.795Z Checking omicron-zone-package v0.12.2
43792026-03-30T22:57:45.526Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43802026-03-30T22:57:46.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
43812026-03-30T22:57:46.539Z
43822026-03-30T22:57:46.539Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/268)
43832026-03-30T22:57:47.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-03-30T22:57:47.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-03-30T22:57:47.203Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43862026-03-30T22:57:47.529Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43872026-03-30T22:57:47.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43882026-03-30T22:57:48.113Z
43892026-03-30T22:57:48.114Zinfo: running `cargo check --bins` on schema (251/268)
43902026-03-30T22:57:48.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-03-30T22:57:48.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-03-30T22:57:48.852Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43932026-03-30T22:57:49.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43942026-03-30T22:57:49.757Z
43952026-03-30T22:57:49.757Zinfo: running `cargo check --bins` on xtask (252/268)
43962026-03-30T22:57:50.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-03-30T22:57:50.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-03-30T22:57:50.220Z Checking libc v0.2.180
43992026-03-30T22:57:50.302Z Checking serde v1.0.228
44002026-03-30T22:57:50.310Z Checking zerofrom v0.1.6
44012026-03-30T22:57:50.316Z Checking bitflags v2.11.0
44022026-03-30T22:57:50.323Z Checking hashbrown v0.16.1
44032026-03-30T22:57:50.326Z Checking smallvec v1.15.1
44042026-03-30T22:57:50.340Z Checking serde_json v1.0.149
44052026-03-30T22:57:50.343Z Checking scroll v0.12.0
44062026-03-30T22:57:50.411Z Checking yoke v0.8.1
44072026-03-30T22:57:50.462Z Checking num-traits v0.2.19
44082026-03-30T22:57:50.504Z Checking thiserror v1.0.69
44092026-03-30T22:57:50.577Z Checking zerovec v0.11.5
44102026-03-30T22:57:50.577Z Checking zerotrie v0.2.3
44112026-03-30T22:57:50.600Z Checking errno v0.3.14
44122026-03-30T22:57:50.610Z Checking percent-encoding v2.3.2
44132026-03-30T22:57:50.693Z Checking serde_spanned v0.6.9
44142026-03-30T22:57:50.718Z Checking rustix v1.1.3
44152026-03-30T22:57:50.747Z Checking toml_datetime v0.6.11
44162026-03-30T22:57:50.766Z Checking indexmap v2.13.0
44172026-03-30T22:57:50.816Z Checking log v0.4.29
44182026-03-30T22:57:50.829Z Checking form_urlencoded v1.2.2
44192026-03-30T22:57:50.927Z Checking zerocopy v0.7.35
44202026-03-30T22:57:50.941Z Checking getrandom v0.4.1
44212026-03-30T22:57:50.965Z Checking goblin v0.8.2
44222026-03-30T22:57:50.980Z Checking thiserror v2.0.18
44232026-03-30T22:57:50.990Z Checking ordered-float v2.10.1
44242026-03-30T22:57:51.019Z Checking tinystr v0.8.2
44252026-03-30T22:57:51.067Z Checking potential_utf v0.1.4
44262026-03-30T22:57:51.080Z Checking syn v2.0.117
44272026-03-30T22:57:51.195Z Checking icu_collections v2.1.1
44282026-03-30T22:57:51.198Z Checking icu_locale_core v2.1.1
44292026-03-30T22:57:51.215Z Checking serde-value v0.7.0
44302026-03-30T22:57:51.294Z Checking toml_edit v0.22.27
44312026-03-30T22:57:51.409Z Checking dtrace-parser v0.2.0
44322026-03-30T22:57:51.420Z Checking thread-id v4.2.2
44332026-03-30T22:57:51.502Z Checking once_cell v1.21.3
44342026-03-30T22:57:51.515Z Checking cargo-platform v0.2.0
44352026-03-30T22:57:51.527Z Checking terminal_size v0.4.3
44362026-03-30T22:57:51.643Z Checking clap_builder v4.5.60
44372026-03-30T22:57:51.655Z Checking memmap v0.7.0
44382026-03-30T22:57:51.678Z Checking tempfile v3.25.0
44392026-03-30T22:57:51.694Z Checking textwrap v0.16.2
44402026-03-30T22:57:51.763Z Checking icu_provider v2.1.1
44412026-03-30T22:57:51.783Z Checking fs-err v3.3.0
44422026-03-30T22:57:51.872Z Checking camino-tempfile v1.4.1
44432026-03-30T22:57:51.906Z Checking anyhow v1.0.102
44442026-03-30T22:57:51.963Z Checking tabled v0.15.0
44452026-03-30T22:57:51.999Z Checking icu_normalizer v2.1.1
44462026-03-30T22:57:52.028Z Checking icu_properties v2.1.2
44472026-03-30T22:57:52.103Z Checking macaddr v1.0.1
44482026-03-30T22:57:52.285Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44492026-03-30T22:57:52.391Z Checking toml v0.8.23
44502026-03-30T22:57:52.698Z Checking cargo_toml v0.21.0
44512026-03-30T22:57:52.829Z Checking clap v4.5.60
44522026-03-30T22:57:52.842Z Checking dof v0.3.0
44532026-03-30T22:57:52.845Z Checking idna_adapter v1.2.1
44542026-03-30T22:57:52.964Z Checking idna v1.1.0
44552026-03-30T22:57:53.107Z Checking usdt-impl v0.5.0
44562026-03-30T22:57:53.187Z Checking url v2.5.8
44572026-03-30T22:57:53.372Z Checking usdt v0.5.0
44582026-03-30T22:57:53.533Z Checking cargo-util-schemas v0.8.2
44592026-03-30T22:57:54.218Z Checking cargo_metadata v0.21.0
44602026-03-30T22:57:54.831Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44612026-03-30T22:57:55.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
44622026-03-30T22:57:55.371Z
44632026-03-30T22:57:55.371Zinfo: running `cargo check --bins` on end-to-end-tests (253/268)
44642026-03-30T22:57:55.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-03-30T22:57:55.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-03-30T22:57:56.179Z Checking polyval v0.6.2
44672026-03-30T22:57:56.302Z Checking ctr v0.9.2
44682026-03-30T22:57:56.312Z Checking ssh-encoding v0.2.0
44692026-03-30T22:57:56.312Z Checking blowfish v0.9.1
44702026-03-30T22:57:56.332Z Checking password-hash v0.4.2
44712026-03-30T22:57:56.350Z Checking p256 v0.13.2
44722026-03-30T22:57:56.350Z Checking p521 v0.13.3
44732026-03-30T22:57:56.378Z Checking russh-cryptovec v0.7.3
44742026-03-30T22:57:56.446Z Checking ghash v0.5.1
44752026-03-30T22:57:56.462Z Checking bcrypt-pbkdf v0.10.0
44762026-03-30T22:57:56.475Z Checking md5 v0.7.0
44772026-03-30T22:57:56.493Z Checking num-bigint v0.4.6
44782026-03-30T22:57:56.512Z Checking des v0.8.1
44792026-03-30T22:57:56.551Z Checking pbkdf2 v0.11.0
44802026-03-30T22:57:56.564Z Checking aes-gcm v0.10.3
44812026-03-30T22:57:56.619Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44822026-03-30T22:57:56.636Z Checking hex-literal v0.4.1
44832026-03-30T22:57:56.654Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44842026-03-30T22:57:56.671Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44852026-03-30T22:57:56.730Z Checking socket2 v0.5.10
44862026-03-30T22:57:56.749Z Checking ssh-cipher v0.2.0
44872026-03-30T22:57:56.763Z Checking internet-checksum v0.2.1
44882026-03-30T22:57:56.914Z Checking ssh-key v0.6.7
44892026-03-30T22:57:57.009Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44902026-03-30T22:57:57.549Z Checking russh-keys v0.45.0
44912026-03-30T22:57:58.097Z Checking russh v0.45.0
44922026-03-30T22:58:12.905Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44932026-03-30T22:58:14.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.73s
44942026-03-30T22:58:14.319Z
44952026-03-30T22:58:14.319Zinfo: running `cargo check --bins` on gateway-cli (254/268)
44962026-03-30T22:58:14.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-03-30T22:58:14.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-03-30T22:58:14.971Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44992026-03-30T22:58:15.080Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45002026-03-30T22:58:15.087Z Checking termios v0.3.3
45012026-03-30T22:58:16.284Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45022026-03-30T22:58:16.438Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45032026-03-30T22:58:18.293Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45042026-03-30T22:58:18.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
45052026-03-30T22:58:19.053Z
45062026-03-30T22:58:19.053Zinfo: running `cargo check --bins --no-default-features` on installinator (255/268)
45072026-03-30T22:58:19.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-03-30T22:58:19.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-03-30T22:58:19.774Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45102026-03-30T22:58:19.777Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45112026-03-30T22:58:19.896Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45122026-03-30T22:58:19.899Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45132026-03-30T22:58:19.909Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45142026-03-30T22:58:19.918Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45152026-03-30T22:58:20.629Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45162026-03-30T22:58:20.977Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45172026-03-30T22:58:20.980Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45182026-03-30T22:58:21.609Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45192026-03-30T22:58:23.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
45202026-03-30T22:58:23.406Z
45212026-03-30T22:58:23.406Zinfo: running `cargo check --bins` on internal-dns-cli (256/268)
45222026-03-30T22:58:23.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-30T22:58:23.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-30T22:58:24.058Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45252026-03-30T22:58:24.508Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45262026-03-30T22:58:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45272026-03-30T22:58:25.037Z
45282026-03-30T22:58:25.037Zinfo: running `cargo check --bins` on omicron-live-tests (257/268)
45292026-03-30T22:58:25.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-30T22:58:25.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-30T22:58:25.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-03-30T22:58:25.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45332026-03-30T22:58:25.643Z
45342026-03-30T22:58:25.643Zinfo: running `cargo check --bins` on live-tests-macros (258/268)
45352026-03-30T22:58:26.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-03-30T22:58:26.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-03-30T22:58:26.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-03-30T22:58:26.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45392026-03-30T22:58:26.247Z
45402026-03-30T22:58:26.247Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (259/268)
45412026-03-30T22:58:26.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-03-30T22:58:26.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-03-30T22:58:27.009Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45442026-03-30T22:58:27.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45452026-03-30T22:58:27.821Z
45462026-03-30T22:58:27.821Zinfo: running `cargo check --bins` on omicron-ntp-admin (260/268)
45472026-03-30T22:58:28.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-03-30T22:58:28.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-03-30T22:58:28.491Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45502026-03-30T22:58:28.494Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45512026-03-30T22:58:28.743Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45522026-03-30T22:58:28.744Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45532026-03-30T22:58:29.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45542026-03-30T22:58:29.729Z
45552026-03-30T22:58:29.729Zinfo: running `cargo check --bins` on ntp-admin-types (261/268)
45562026-03-30T22:58:30.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-03-30T22:58:30.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-03-30T22:58:30.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45592026-03-30T22:58:30.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45602026-03-30T22:58:30.330Z
45612026-03-30T22:58:30.330Zinfo: running `cargo check --bins` on omicron-package (262/268)
45622026-03-30T22:58:30.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-03-30T22:58:30.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-03-30T22:58:31.008Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45652026-03-30T22:58:32.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45662026-03-30T22:58:32.290Z
45672026-03-30T22:58:32.290Zinfo: running `cargo check --bins` on tqdb (263/268)
45682026-03-30T22:58:32.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-03-30T22:58:32.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-03-30T22:58:33.069Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45712026-03-30T22:58:33.427Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45722026-03-30T22:58:33.938Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45732026-03-30T22:58:33.942Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45742026-03-30T22:58:39.122Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45752026-03-30T22:58:39.765Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45762026-03-30T22:58:39.768Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45772026-03-30T22:58:39.768Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-03-30T22:58:39.768Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45792026-03-30T22:58:40.508Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45802026-03-30T22:58:41.466Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45812026-03-30T22:58:42.243Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45822026-03-30T22:58:42.851Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45832026-03-30T22:58:47.318Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45842026-03-30T22:58:53.289Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45852026-03-30T22:58:53.293Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45862026-03-30T22:58:53.293Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45872026-03-30T22:58:53.293Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-03-30T22:58:54.729Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45892026-03-30T22:58:56.022Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45902026-03-30T22:58:56.686Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45912026-03-30T22:58:57.927Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45922026-03-30T22:58:58.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.16s
45932026-03-30T22:58:58.674Z
45942026-03-30T22:58:58.674Zinfo: running `cargo check --bins` on wicket-dbg (264/268)
45952026-03-30T22:58:59.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-03-30T22:58:59.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-03-30T22:58:59.386Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45982026-03-30T22:58:59.390Z Checking rtoolbox v0.0.3
45992026-03-30T22:58:59.508Z Checking tui-tree-widget v0.23.1
46002026-03-30T22:58:59.608Z Checking rpassword v7.4.0
46012026-03-30T22:59:00.506Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46022026-03-30T22:59:03.463Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46032026-03-30T22:59:05.226Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46042026-03-30T22:59:06.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s
46052026-03-30T22:59:06.292Z
46062026-03-30T22:59:06.292Zinfo: running `cargo check --bins` on wicket (265/268)
46072026-03-30T22:59:06.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-03-30T22:59:06.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-03-30T22:59:06.993Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46102026-03-30T22:59:07.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46112026-03-30T22:59:07.532Z
46122026-03-30T22:59:07.532Zinfo: running `cargo check --bins` on wicketd (266/268)
46132026-03-30T22:59:08.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-30T22:59:08.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-30T22:59:08.256Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46162026-03-30T22:59:08.259Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46172026-03-30T22:59:08.260Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46182026-03-30T22:59:08.260Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46192026-03-30T22:59:09.209Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46202026-03-30T22:59:09.770Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46212026-03-30T22:59:12.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
46222026-03-30T22:59:12.884Z
46232026-03-30T22:59:12.884Zinfo: running `cargo check --bins` on omicron-workspace-hack (267/268)
46242026-03-30T22:59:13.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-03-30T22:59:13.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-03-30T22:59:13.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46272026-03-30T22:59:13.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46282026-03-30T22:59:13.486Z
46292026-03-30T22:59:13.486Zinfo: running `cargo check --bins` on zone-setup (268/268)
46302026-03-30T22:59:14.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-03-30T22:59:14.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-03-30T22:59:14.166Z Checking uzers v0.12.2
46332026-03-30T22:59:14.438Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46342026-03-30T22:59:15.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46352026-03-30T22:59:15.403Z
46362026-03-30T22:59:15.403Zreal 13:47.126174341
46372026-03-30T22:59:15.403Zuser 20:24.819141496
46382026-03-30T22:59:15.403Zsys 4:13.951388913
46392026-03-30T22:59:15.403Ztrap 0.314951688
46402026-03-30T22:59:15.403Ztflt 0.253330613
46412026-03-30T22:59:15.403Zdflt 0.649948481
46422026-03-30T22:59:15.403Zkflt 0.000942603
46432026-03-30T22:59:15.403Zlock 1:16:01.330253225
46442026-03-30T22:59:15.403Zslp 1:36:36.761048938
46452026-03-30T22:59:15.403Zlat 1:12.078317251
46462026-03-30T22:59:15.403Zstop 4:07.367891862
46472026-03-30T22:59:15.406Zprocess exited: duration 1007863 ms, exit code 0
 
46482026-03-30T22:59:15.413Zfound 0 output files