01KKW3ESBF0MAH72E5WA6YQWEH: 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: 01KKW3FEY7RJMX28563AC25D7B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T19:56:46.753Zjob assigned to worker 01KKW3FTSEB24620H9AZY3TD2P [factory aws, i-0fa07fc6437808c60] (queued for 1 m 18 s)
 
22026-03-16T19:56:54.484Zstarting task 0: "setup"
32026-03-16T19:56:54.491Z++ uname -s
42026-03-16T19:56:54.494Z+ kern=SunOS
52026-03-16T19:56:54.494Z+ build_user=build
62026-03-16T19:56:54.494Z+ build_uid=12345
72026-03-16T19:56:54.494Z+ work_dir=/work
82026-03-16T19:56:54.494Z+ input_dir=/input
92026-03-16T19:56:54.494Z+ [[ 0 == 12345 ]]
102026-03-16T19:56:54.494Z+ case "$kern" in
112026-03-16T19:56:54.494Z+ groupadd -g 12345 build
122026-03-16T19:56:54.497Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T19:56:56.501Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T19:56:56.613Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T19:56:56.617Z+ home_fs=zfs
162026-03-16T19:56:56.618Z+ [[ zfs == autofs ]]
172026-03-16T19:56:56.618Z+ mkdir -p /home/build
182026-03-16T19:56:56.620Z+ chown build:build /home/build /work
192026-03-16T19:56:58.619Z+ chmod 0700 /home/build /work
202026-03-16T19:56:58.622Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-16T19:56:58.629Zstarting task 1: "rust-toolchain"
222026-03-16T19:56:58.633Z * rust toolchain channel = "1.94.0"
232026-03-16T19:56:58.633Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-16T19:56:58.633Z * rust toolchain profile = "default"
252026-03-16T19:56:58.633Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-16T19:56:58.633Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T19:56:58.633Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T19:56:58.636Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T19:56:58.636Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-16T19:56:58.745Zinfo: downloading installer
312026-03-16T19:57:00.485Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T19:57:00.486Zwarn: /opt/ooce/bin
332026-03-16T19:57:00.486Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T19:57:00.486Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T19:57:00.486Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T19:57:00.486Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T19:57:00.486Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T19:57:00.486Zerror: cannot install while Rust is installed
392026-03-16T19:57:00.486Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T19:57:00.486Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T19:57:00.486Zwarn: /home/build/.rustup/settings.toml
422026-03-16T19:57:00.486Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T19:57:00.486Zwarn: instead of the one inferred from the default host triple.
442026-03-16T19:57:00.512Zinfo: profile set to default
452026-03-16T19:57:00.512Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T19:57:00.515Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-16T19:57:00.672Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-16T19:57:00.675Zinfo: downloading 6 components
492026-03-16T19:57:17.831Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-16T19:57:17.831Z
512026-03-16T19:57:17.866Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-16T19:57:17.866Z
532026-03-16T19:57:17.870Z
542026-03-16T19:57:17.870ZRust is installed now. Great!
552026-03-16T19:57:17.870Z
562026-03-16T19:57:17.870ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T19:57:17.870Zenvironment variable. This has not been done automatically.
582026-03-16T19:57:17.870Z
592026-03-16T19:57:17.870ZTo configure your current shell, you need to source
602026-03-16T19:57:17.870Zthe corresponding env file under $HOME/.cargo.
612026-03-16T19:57:17.870Z
622026-03-16T19:57:17.870ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T19:57:17.870Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T19:57:17.870Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T19:57:17.870Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T19:57:17.870Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T19:57:17.870Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T19:57:17.870Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T19:57:17.870Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T19:57:17.870Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T19:57:17.978Z+ rustup --version
722026-03-16T19:57:17.993Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T19:57:17.993Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T19:57:18.008Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-16T19:57:18.013Z+ cargo --version
762026-03-16T19:57:18.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-16T19:57:18.032Z+ rustc --version
782026-03-16T19:57:18.054Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-16T19:57:18.065Zprocess exited: duration 19430 ms, exit code 0
 
802026-03-16T19:57:18.081Zstarting task 2: "authentication"
812026-03-16T19:57:18.126Zprocess exited: duration 52 ms, exit code 0
 
822026-03-16T19:57:18.140Zstarting task 3: "clone repository"
832026-03-16T19:57:18.176Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-16T19:57:18.177Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-16T19:57:18.184ZCloning into '/work/oxidecomputer/omicron'...
862026-03-16T19:57:29.394Z+ cd /work/oxidecomputer/omicron
872026-03-16T19:57:29.394Z+ git fetch origin 125932c73e1c213b86bb23c580499c69bb167b6b
882026-03-16T19:57:29.718ZFrom https://github.com/oxidecomputer/omicron
892026-03-16T19:57:29.718Z * branch 125932c73e1c213b86bb23c580499c69bb167b6b -> FETCH_HEAD
902026-03-16T19:57:29.723Z+ [[ -n iliana/bump-cockroach ]]
912026-03-16T19:57:29.723Z++ git branch --show-current
922026-03-16T19:57:29.723Z+ current=main
932026-03-16T19:57:29.723Z+ [[ main != iliana/bump-cockroach ]]
942026-03-16T19:57:29.723Z+ git branch -f iliana/bump-cockroach 125932c73e1c213b86bb23c580499c69bb167b6b
952026-03-16T19:57:29.723Z+ git checkout -f iliana/bump-cockroach
962026-03-16T19:57:30.037ZSwitched to branch 'iliana/bump-cockroach'
972026-03-16T19:57:30.045Z+ git reset --hard 125932c73e1c213b86bb23c580499c69bb167b6b
982026-03-16T19:57:30.061ZHEAD is now at 125932c73 update cockroach to v22.1.22-61-g9574dd9077
992026-03-16T19:57:30.071Zprocess exited: duration 11926 ms, exit code 0
 
1002026-03-16T19:57:30.084Zstarting task 4: "build"
1012026-03-16T19:57:30.090Z+ source .github/buildomat/ci-env.sh
1022026-03-16T19:57:30.091Z++ export CARGO_TERM_COLOR=always
1032026-03-16T19:57:30.091Z++ CARGO_TERM_COLOR=always
1042026-03-16T19:57:30.091Z+ cargo --version
1052026-03-16T19:57:30.102Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-16T19:57:30.107Z+ rustc --version
1072026-03-16T19:57:30.126Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-16T19:57:30.132Z+ source ./env.sh
1092026-03-16T19:57:30.132Z++ OLD_SHELL_OPTS=ehxB
1102026-03-16T19:57:30.132Z++ set -o xtrace
1112026-03-16T19:57:30.132Z++++ dirname ./env.sh
1122026-03-16T19:57:30.136Z+++ readlink -f .
1132026-03-16T19:57:30.137Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ 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-16T19:57:30.137Z++ case $OLD_SHELL_OPTS in
1232026-03-16T19:57:30.137Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-16T19:57:30.137Z+ 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-16T19:57:30.137Z+ 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-16T19:57:30.137Z+ banner prerequisites
1272026-03-16T19:57:30.142Z
1282026-03-16T19:57:30.142Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-16T19:57:30.143Z # # # # # # # # # # # # # # #
1302026-03-16T19:57:30.143Z # # # # ##### # # ##### # # # # # #### #
1312026-03-16T19:57:30.143Z ##### ##### # ##### # # # # # # # # #
1322026-03-16T19:57:30.143Z # # # # # # # # # # # # # # #
1332026-03-16T19:57:30.143Z # # # ###### # # ###### ### # #### # #### #
1342026-03-16T19:57:30.143Z
1352026-03-16T19:57:30.143Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-16T19:57:40.138Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-16T19:57:50.011Z Startup: Caching catalogs ... Done
1382026-03-16T19:58:12.289ZPlanning: Solver setup ... Done (20.655s)
1392026-03-16T19:58:12.442ZPlanning: Running solver ... Done (0.153s)
1402026-03-16T19:58:12.621ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-16T19:58:12.649ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-16T19:58:12.797ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-16T19:58:12.841ZPlanning: Package planning ... Done (0.043s)
1442026-03-16T19:58:12.879ZPlanning: Merging actions ... Done (0.039s)
1452026-03-16T19:58:13.118ZPlanning: Checking for conflicting actions ... Done (0.239s)
1462026-03-16T19:58:13.128ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-16T19:58:13.955ZPlanning: Evaluating mediators ... Done (0.826s)
1482026-03-16T19:58:13.963ZPlanning: Planning completed in 23.81 seconds
1492026-03-16T19:58:13.978Z Packages to install: 4
1502026-03-16T19:58:13.984Z Mediators to change: 2
1512026-03-16T19:58:13.984Z Services to change: 1
1522026-03-16T19:58:13.984Z Estimated space available: 155.43 GB
1532026-03-16T19:58:13.984ZEstimated space to be consumed: 1.83 GB
1542026-03-16T19:58:13.984Z Create boot environment: No
1552026-03-16T19:58:13.984ZCreate backup boot environment: No
1562026-03-16T19:58:13.984Z Rebuild boot archive: No
1572026-03-16T19:58:13.985Z
1582026-03-16T19:58:13.985ZChanged mediators:
1592026-03-16T19:58:13.985Z mediator clang:
1602026-03-16T19:58:13.985Z version: None -> 15 (system default)
1612026-03-16T19:58:13.985Z
1622026-03-16T19:58:13.985Z mediator llvm:
1632026-03-16T19:58:13.985Z version: 14 (system default) -> 15 (system default)
1642026-03-16T19:58:13.985Z
1652026-03-16T19:58:13.985ZChanged packages:
1662026-03-16T19:58:13.985Zhelios-dev
1672026-03-16T19:58:13.985Z developer/build-essential
1682026-03-16T19:58:13.985Z None -> 11-2.0
1692026-03-16T19:58:13.985Z library/libxmlsec1
1702026-03-16T19:58:13.985Z None -> 1.2.35-2.0
1712026-03-16T19:58:13.985Z ooce/developer/clang-15
1722026-03-16T19:58:13.985Z None -> 15.0.7-2.0
1732026-03-16T19:58:13.986Z ooce/developer/llvm-15
1742026-03-16T19:58:13.986Z None -> 15.0.7-2.0
1752026-03-16T19:58:13.986Z
1762026-03-16T19:58:13.986ZServices:
1772026-03-16T19:58:13.986Z restart_fmri:
1782026-03-16T19:58:13.986Z svc:/system/update-man-index:default
1792026-03-16T19:58:14.026Z
1802026-03-16T19:58:14.026ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-16T19:58:19.025ZDownload: 609/3290 items 17.4/212.6MB 8% complete (3.5M/s)
1822026-03-16T19:58:24.121ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (12.2M/s)
1832026-03-16T19:58:29.939ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (21.9M/s)
1842026-03-16T19:58:39.578ZDownload: 3288/3290 items 212.0/212.6MB 99% complete (10.7M/s)
1852026-03-16T19:58:39.613ZDownload: Completed 212.60 MB in 25.59 seconds (8.3M/s)
1862026-03-16T19:58:39.762Z Actions: 1/3689 actions (Installing new actions)
1872026-03-16T19:58:43.921Z Actions: Completed 3689 actions in 4.16 seconds.
1882026-03-16T19:58:44.286Z Done (0.361s)
1892026-03-16T19:58:44.286Z Done (0.000s)
1902026-03-16T19:58:45.289Z Done (1.002s)
1912026-03-16T19:58:49.314Z Done (3.674s)
1922026-03-16T19:58:49.403Z Done (0.020s)
1932026-03-16T19:58:49.407Z Done (0.000s)
1942026-03-16T19:58:49.575Z Done (0.000s)
1952026-03-16T19:58:50.559ZPlanning: Evaluating mediator changes ... Done
1962026-03-16T19:58:50.700ZPlanning: Checking for conflicting actions ... Done
1972026-03-16T19:58:50.702ZPlanning: Consolidating action changes ... Done
1982026-03-16T19:58:50.924ZPlanning: Evaluating mediators ... Done
1992026-03-16T19:58:50.928ZPlanning: Planning completed in 0.37 seconds
2002026-03-16T19:58:50.954Z Mediators to change: 2
2012026-03-16T19:58:50.954Z Create boot environment: No
2022026-03-16T19:58:50.957ZCreate backup boot environment: No
2032026-03-16T19:58:51.036Z Done
2042026-03-16T19:58:51.036Z Done
2052026-03-16T19:58:51.781Z Done
2062026-03-16T19:58:55.097Z Done
2072026-03-16T19:58:55.184Z Done
2082026-03-16T19:58:55.188Z Done
2092026-03-16T19:58:55.342Z Done
2102026-03-16T19:58:55.885ZPlanning: Evaluating mediator changes ... Done
2112026-03-16T19:58:55.889ZPlanning: Merging actions ... Done
2122026-03-16T19:58:56.059ZPlanning: Checking for conflicting actions ... Done
2132026-03-16T19:58:56.062ZPlanning: Consolidating action changes ... Done
2142026-03-16T19:58:56.278ZPlanning: Evaluating mediators ... Done
2152026-03-16T19:58:56.321ZPlanning: Planning completed in 0.64 seconds
2162026-03-16T19:58:56.352Z Packages to change: 1
2172026-03-16T19:58:56.355Z Mediators to change: 1
2182026-03-16T19:58:56.355Z Services to change: 1
2192026-03-16T19:58:56.356Z Create boot environment: No
2202026-03-16T19:58:56.356ZCreate backup boot environment: Yes
2212026-03-16T19:58:58.763Z Actions: 1/6 actions (Updating modified actions)
2222026-03-16T19:58:58.766Z Actions: Completed 6 actions in 0.00 seconds.
2232026-03-16T19:58:58.767Z Done
2242026-03-16T19:58:58.767Z Done
2252026-03-16T19:58:58.956Z Done
2262026-03-16T19:59:02.261Z Done
2272026-03-16T19:59:02.353Z Done
2282026-03-16T19:59:02.357Z Done
2292026-03-16T19:59:02.502Z Done
2302026-03-16T19:59:02.884ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-03-16T19:59:02.885Zclang system 15 system
2322026-03-16T19:59:02.885Zcsh system system illumos
2332026-03-16T19:59:02.885Zctags system system illumos
2342026-03-16T19:59:02.885Zfile system system illumos
2352026-03-16T19:59:02.885Zgcc vendor 12 vendor
2362026-03-16T19:59:02.885Zgcc system 10 system
2372026-03-16T19:59:02.885Zgcc system 7 system
2382026-03-16T19:59:02.885Zgo system 1.20 system
2392026-03-16T19:59:02.885Zgo system 1.19 system
2402026-03-16T19:59:02.885Zllvm system 15 system
2412026-03-16T19:59:02.885Zllvm system 14 system
2422026-03-16T19:59:02.885Zmariadb system 10.6 system
2432026-03-16T19:59:02.886Zmta vendor vendor dma
2442026-03-16T19:59:02.886Zopenjdk system 17 system
2452026-03-16T19:59:02.886Zopenjdk system 11 system
2462026-03-16T19:59:02.886Zopenjdk system 1.8 system
2472026-03-16T19:59:02.886Zopenssl vendor 3 vendor
2482026-03-16T19:59:02.886Zperl system 5.36 system
2492026-03-16T19:59:02.886Zpostgresql system 15 system
2502026-03-16T19:59:02.886Zpostgresql system 13 system
2512026-03-16T19:59:02.886Zpython vendor 3 vendor
2522026-03-16T19:59:02.886Zpython system 2 system
2532026-03-16T19:59:02.886Zpython3 system 3.11 system
2542026-03-16T19:59:02.886Zruby system 3.0 system
2552026-03-16T19:59:02.886Zwords vendor vendor american-english
2562026-03-16T19:59:02.886Zwords system system australian-english
2572026-03-16T19:59:02.886Zwords system system british-english
2582026-03-16T19:59:02.886Zwords system system canadian-english
2592026-03-16T19:59:02.886Zwords system system french
2602026-03-16T19:59:02.886Zwords system system italian
2612026-03-16T19:59:02.886Zwords system system ngerman
2622026-03-16T19:59:02.886Zwords system system ogerman
2632026-03-16T19:59:02.886Zwords system system spanish
2642026-03-16T19:59:03.184ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-16T19:59:03.184Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-16T19:59:09.118ZFMRI IFO
2672026-03-16T19:59:09.118Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-16T19:59:09.118Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-16T19:59:09.118Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-16T19:59:09.118Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-16T19:59:09.119Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-16T19:59:09.119Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-16T19:59:09.119Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-03-16T19:59:09.119Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-16T19:59:09.119Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-16T19:59:09.119Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-16T19:59:09.119Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-16T19:59:09.119Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-16T19:59:09.119Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-16T19:59:09.119Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-16T19:59:09.119Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-16T19:59:09.119Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-16T19:59:10.355Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-16T19:59:10.657Z Updating crates.io index
2852026-03-16T19:59:10.660Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-16T19:59:10.950Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-16T19:59:11.864Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-16T19:59:12.257Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-16T19:59:13.913Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902026-03-16T19:59:14.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-03-16T19:59:15.555Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-03-16T19:59:17.822Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-03-16T19:59:19.394Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-03-16T19:59:20.156Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-03-16T19:59:20.693Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-16T19:59:22.041Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-16T19:59:22.335Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-16T19:59:22.884Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-16T19:59:23.159Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-16T19:59:24.165Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-16T19:59:24.745Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-16T19:59:25.158Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-16T19:59:25.446Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-16T19:59:25.849Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-16T19:59:26.148Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-16T19:59:26.521Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-16T19:59:26.710Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-16T19:59:27.118Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-16T19:59:27.538Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-16T19:59:28.240Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-16T19:59:28.547Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-16T19:59:28.898Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-16T19:59:29.213Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-16T19:59:31.053Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-16T19:59:31.356Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-16T19:59:31.776Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-16T19:59:32.233Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-16T19:59:32.618Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-16T19:59:33.272Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-16T19:59:33.644Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-16T19:59:33.908Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-16T19:59:34.302Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-16T19:59:49.338Z Downloading crates ...
3242026-03-16T19:59:49.406Z Downloaded potential_utf v0.1.4
3252026-03-16T19:59:49.410Z Downloaded erased-serde v0.4.9
3262026-03-16T19:59:49.410Z Downloaded textwrap v0.16.2
3272026-03-16T19:59:49.413Z Downloaded thiserror-impl v1.0.69
3282026-03-16T19:59:49.413Z Downloaded thiserror v2.0.18
3292026-03-16T19:59:49.417Z Downloaded usdt-attr-macro v0.5.0
3302026-03-16T19:59:49.420Z Downloaded thiserror v1.0.69
3312026-03-16T19:59:49.424Z Downloaded zerofrom-derive v0.1.6
3322026-03-16T19:59:49.424Z Downloaded block-buffer v0.10.4
3332026-03-16T19:59:49.424Z Downloaded unicode-xid v0.2.6
3342026-03-16T19:59:49.427Z Downloaded unicode-linebreak v0.1.5
3352026-03-16T19:59:49.427Z Downloaded serde_spanned v0.6.9
3362026-03-16T19:59:49.427Z Downloaded camino v1.2.2
3372026-03-16T19:59:49.430Z Downloaded dtrace-parser v0.2.0
3382026-03-16T19:59:49.430Z Downloaded usdt-macro v0.5.0
3392026-03-16T19:59:49.430Z Downloaded thread-id v4.2.2
3402026-03-16T19:59:49.434Z Downloaded zerocopy-derive v0.7.35
3412026-03-16T19:59:49.434Z Downloaded zerofrom v0.1.6
3422026-03-16T19:59:49.437Z Downloaded version_check v0.9.5
3432026-03-16T19:59:49.437Z Downloaded errno v0.3.14
3442026-03-16T19:59:49.437Z Downloaded clap v4.5.60
3452026-03-16T19:59:49.443Z Downloaded yoke-derive v0.8.1
3462026-03-16T19:59:49.449Z Downloaded usdt v0.5.0
3472026-03-16T19:59:49.453Z Downloaded typeid v1.0.3
3482026-03-16T19:59:49.453Z Downloaded pest v2.8.6
3492026-03-16T19:59:49.453Z Downloaded utf8_iter v1.0.4
3502026-03-16T19:59:49.453Z Downloaded tinystr v0.8.2
3512026-03-16T19:59:49.453Z Downloaded yoke v0.8.1
3522026-03-16T19:59:49.453Z Downloaded anstyle-parse v0.2.7
3532026-03-16T19:59:49.456Z Downloaded usdt-impl v0.5.0
3542026-03-16T19:59:49.456Z Downloaded getrandom v0.4.1
3552026-03-16T19:59:49.461Z Downloaded zerovec-derive v0.11.2
3562026-03-16T19:59:49.461Z Downloaded writeable v0.6.2
3572026-03-16T19:59:49.465Z Downloaded plain v0.2.3
3582026-03-16T19:59:49.465Z Downloaded toml v0.8.23
3592026-03-16T19:59:49.465Z Downloaded scroll_derive v0.12.1
3602026-03-16T19:59:49.465Z Downloaded toml_datetime v0.6.11
3612026-03-16T19:59:49.465Z Downloaded camino-tempfile v1.4.1
3622026-03-16T19:59:49.469Z Downloaded bytecount v0.6.9
3632026-03-16T19:59:49.469Z Downloaded dof v0.3.0
3642026-03-16T19:59:49.469Z Downloaded thiserror-impl v2.0.18
3652026-03-16T19:59:49.472Z Downloaded utf8parse v0.2.2
3662026-03-16T19:59:49.472Z Downloaded toml_write v0.1.2
3672026-03-16T19:59:49.472Z Downloaded quote v1.0.44
3682026-03-16T19:59:49.475Z Downloaded fnv v1.0.7
3692026-03-16T19:59:49.475Z Downloaded crypto-common v0.1.7
3702026-03-16T19:59:49.475Z Downloaded sha2 v0.10.9
3712026-03-16T19:59:49.478Z Downloaded zmij v1.0.21
3722026-03-16T19:59:49.478Z Downloaded cargo-platform v0.2.0
3732026-03-16T19:59:49.481Z Downloaded icu_normalizer_data v2.1.1
3742026-03-16T19:59:49.481Z Downloaded colorchoice v1.0.4
3752026-03-16T19:59:49.484Z Downloaded unicode-ident v1.0.24
3762026-03-16T19:59:49.484Z Downloaded cpufeatures v0.2.17
3772026-03-16T19:59:49.484Z Downloaded fs-err v3.3.0
3782026-03-16T19:59:49.487Z Downloaded zerotrie v0.2.3
3792026-03-16T19:59:49.490Z Downloaded tabled_derive v0.7.0
3802026-03-16T19:59:49.490Z Downloaded heck v0.5.0
3812026-03-16T19:59:49.490Z Downloaded generic-array v0.14.7
3822026-03-16T19:59:49.494Z Downloaded displaydoc v0.2.5
3832026-03-16T19:59:49.494Z Downloaded ucd-trie v0.1.7
3842026-03-16T19:59:49.497Z Downloaded url v2.5.8
3852026-03-16T19:59:49.497Z Downloaded typenum v1.19.0
3862026-03-16T19:59:49.501Z Downloaded fastrand v2.3.0
3872026-03-16T19:59:49.501Z Downloaded toml_edit v0.22.27
3882026-03-16T19:59:49.504Z Downloaded idna_adapter v1.2.1
3892026-03-16T19:59:49.509Z Downloaded zerovec v0.11.5
3902026-03-16T19:59:49.512Z Downloaded pretty-hex v0.4.1
3912026-03-16T19:59:49.516Z Downloaded zerocopy v0.7.35
3922026-03-16T19:59:49.527Z Downloaded swrite v0.1.0
3932026-03-16T19:59:49.530Z Downloaded stable_deref_trait v1.2.1
3942026-03-16T19:59:49.530Z Downloaded winnow v0.7.14
3952026-03-16T19:59:49.533Z Downloaded percent-encoding v2.3.2
3962026-03-16T19:59:49.533Z Downloaded itoa v1.0.17
3972026-03-16T19:59:49.536Z Downloaded terminal_size v0.4.3
3982026-03-16T19:59:49.536Z Downloaded clap_lex v1.0.0
3992026-03-16T19:59:49.536Z Downloaded unicode-width v0.2.0
4002026-03-16T19:59:49.540Z Downloaded unicode-width v0.1.14
4012026-03-16T19:59:49.544Z Downloaded pest_generator v2.8.6
4022026-03-16T19:59:49.547Z Downloaded ordered-float v2.10.1
4032026-03-16T19:59:49.547Z Downloaded is_terminal_polyfill v1.70.2
4042026-03-16T19:59:49.547Z Downloaded equivalent v1.0.2
4052026-03-16T19:59:49.550Z Downloaded serde_tokenstream v0.2.3
4062026-03-16T19:59:49.550Z Downloaded anstream v0.6.21
4072026-03-16T19:59:49.550Z Downloaded cargo-util-schemas v0.8.2
4082026-03-16T19:59:49.553Z Downloaded serde-untagged v0.1.9
4092026-03-16T19:59:49.553Z Downloaded scroll v0.12.0
4102026-03-16T19:59:49.556Z Downloaded cfg-if v1.0.4
4112026-03-16T19:59:49.556Z Downloaded anstyle-query v1.1.5
4122026-03-16T19:59:49.556Z Downloaded proc-macro-error-attr v1.0.4
4132026-03-16T19:59:49.556Z Downloaded once_cell v1.21.3
4142026-03-16T19:59:49.559Z Downloaded macaddr v1.0.1
4152026-03-16T19:59:49.559Z Downloaded form_urlencoded v1.2.2
4162026-03-16T19:59:49.559Z Downloaded memmap v0.7.0
4172026-03-16T19:59:49.567Z Downloaded heck v0.4.1
4182026-03-16T19:59:49.570Z Downloaded digest v0.10.7
4192026-03-16T19:59:49.644Z Downloaded strsim v0.11.1
4202026-03-16T19:59:49.652Z Downloaded synstructure v0.13.2
4212026-03-16T19:59:49.652Z Downloaded autocfg v1.5.0
4222026-03-16T19:59:49.652Z Downloaded anstyle v1.0.13
4232026-03-16T19:59:49.652Z Downloaded smawk v0.3.2
4242026-03-16T19:59:49.652Z Downloaded byteorder v1.5.0
4252026-03-16T19:59:49.652Z Downloaded cargo_metadata v0.21.0
4262026-03-16T19:59:49.652Z Downloaded semver v1.0.27
4272026-03-16T19:59:49.652Z Downloaded pest_derive v2.8.6
4282026-03-16T19:59:49.653Z Downloaded serde-value v0.7.0
4292026-03-16T19:59:49.653Z Downloaded proc-macro-error v1.0.4
4302026-03-16T19:59:49.653Z Downloaded cargo_toml v0.21.0
4312026-03-16T19:59:49.653Z Downloaded bitflags v2.11.0
4322026-03-16T19:59:49.653Z Downloaded litemap v0.8.1
4332026-03-16T19:59:49.653Z Downloaded tempfile v3.25.0
4342026-03-16T19:59:49.653Z Downloaded anyhow v1.0.102
4352026-03-16T19:59:49.653Z Downloaded smallvec v1.15.1
4362026-03-16T19:59:49.653Z Downloaded serde_core v1.0.228
4372026-03-16T19:59:49.656Z Downloaded indexmap v2.13.0
4382026-03-16T19:59:49.656Z Downloaded icu_properties v2.1.2
4392026-03-16T19:59:49.663Z Downloaded proc-macro2 v1.0.106
4402026-03-16T19:59:49.666Z Downloaded log v0.4.29
4412026-03-16T19:59:49.669Z Downloaded clap_derive v4.5.55
4422026-03-16T19:59:49.669Z Downloaded icu_normalizer v2.1.1
4432026-03-16T19:59:49.672Z Downloaded serde v1.0.228
4442026-03-16T19:59:49.676Z Downloaded serde_derive v1.0.228
4452026-03-16T19:59:49.676Z Downloaded memchr v2.8.0
4462026-03-16T19:59:49.684Z Downloaded num-traits v0.2.19
4472026-03-16T19:59:49.687Z Downloaded icu_provider v2.1.1
4482026-03-16T19:59:49.690Z Downloaded icu_locale_core v2.1.1
4492026-03-16T19:59:49.696Z Downloaded pest_meta v2.8.6
4502026-03-16T19:59:49.700Z Downloaded papergrid v0.11.0
4512026-03-16T19:59:49.703Z Downloaded icu_collections v2.1.1
4522026-03-16T19:59:49.728Z Downloaded hashbrown v0.16.1
4532026-03-16T19:59:49.741Z Downloaded idna v1.1.0
4542026-03-16T19:59:49.750Z Downloaded serde_json v1.0.149
4552026-03-16T19:59:49.758Z Downloaded icu_properties_data v2.1.2
4562026-03-16T19:59:49.764Z Downloaded clap_builder v4.5.60
4572026-03-16T19:59:49.777Z Downloaded goblin v0.8.2
4582026-03-16T19:59:49.786Z Downloaded tabled v0.15.0
4592026-03-16T19:59:49.800Z Downloaded syn v1.0.109
4602026-03-16T19:59:49.812Z Downloaded syn v2.0.117
4612026-03-16T19:59:49.837Z Downloaded rustix v1.1.3
4622026-03-16T19:59:49.868Z Downloaded libc v0.2.180
4632026-03-16T19:59:49.954Z Compiling proc-macro2 v1.0.106
4642026-03-16T19:59:49.957Z Compiling unicode-ident v1.0.24
4652026-03-16T19:59:49.957Z Compiling quote v1.0.44
4662026-03-16T19:59:49.957Z Compiling serde_core v1.0.228
4672026-03-16T19:59:49.957Z Compiling libc v0.2.180
4682026-03-16T19:59:49.957Z Compiling version_check v0.9.5
4692026-03-16T19:59:49.957Z Compiling memchr v2.8.0
4702026-03-16T19:59:49.957Z Compiling serde v1.0.228
4712026-03-16T19:59:50.360Z Compiling stable_deref_trait v1.2.1
4722026-03-16T19:59:50.457Z Compiling zmij v1.0.21
4732026-03-16T19:59:50.656Z Compiling ucd-trie v0.1.7
4742026-03-16T19:59:50.679Z Compiling autocfg v1.5.0
4752026-03-16T19:59:51.002Z Compiling itoa v1.0.17
4762026-03-16T19:59:51.132Z Compiling thiserror v1.0.69
4772026-03-16T19:59:51.228Z Compiling pest v2.8.6
4782026-03-16T19:59:51.228Z Compiling litemap v0.8.1
4792026-03-16T19:59:51.275Z Compiling writeable v0.6.2
4802026-03-16T19:59:51.542Z Compiling icu_properties_data v2.1.2
4812026-03-16T19:59:51.707Z Compiling byteorder v1.5.0
4822026-03-16T19:59:51.764Z Compiling syn v2.0.117
4832026-03-16T19:59:51.805Z Compiling icu_normalizer_data v2.1.1
4842026-03-16T19:59:51.883Z Compiling rustix v1.1.3
4852026-03-16T19:59:52.000Z Compiling errno v0.3.14
4862026-03-16T19:59:52.023Z Compiling bitflags v2.11.0
4872026-03-16T19:59:52.076Z Compiling serde_json v1.0.149
4882026-03-16T19:59:52.320Z Compiling num-traits v0.2.19
4892026-03-16T19:59:52.424Z Compiling hashbrown v0.16.1
4902026-03-16T19:59:52.525Z Compiling typeid v1.0.3
4912026-03-16T19:59:52.576Z Compiling smallvec v1.15.1
4922026-03-16T19:59:52.864Z Compiling pest_meta v2.8.6
4932026-03-16T19:59:53.001Z Compiling equivalent v1.0.2
4942026-03-16T19:59:53.120Z Compiling indexmap v2.13.0
4952026-03-16T19:59:53.236Z Compiling thread-id v4.2.2
4962026-03-16T19:59:53.344Z Compiling usdt-impl v0.5.0
4972026-03-16T19:59:53.402Z Compiling proc-macro-error-attr v1.0.4
4982026-03-16T19:59:53.444Z Compiling winnow v0.7.14
4992026-03-16T19:59:53.606Z Compiling erased-serde v0.4.9
5002026-03-16T19:59:53.638Z Compiling toml_write v0.1.2
5012026-03-16T19:59:53.949Z Compiling syn v1.0.109
5022026-03-16T19:59:54.399Z Compiling proc-macro-error v1.0.4
5032026-03-16T19:59:54.426Z Compiling utf8_iter v1.0.4
5042026-03-16T19:59:54.612Z Compiling utf8parse v0.2.2
5052026-03-16T19:59:54.635Z Compiling thiserror v2.0.18
5062026-03-16T19:59:54.757Z Compiling plain v0.2.3
5072026-03-16T19:59:54.900Z Compiling percent-encoding v2.3.2
5082026-03-16T19:59:55.017Z Compiling getrandom v0.4.1
5092026-03-16T19:59:55.073Z Compiling log v0.4.29
5102026-03-16T19:59:55.148Z Compiling camino v1.2.2
5112026-03-16T19:59:55.204Z Compiling form_urlencoded v1.2.2
5122026-03-16T19:59:55.339Z Compiling ordered-float v2.10.1
5132026-03-16T19:59:55.453Z Compiling anstyle-parse v0.2.7
5142026-03-16T19:59:55.501Z Compiling synstructure v0.13.2
5152026-03-16T19:59:55.544Z Compiling pest_generator v2.8.6
5162026-03-16T19:59:55.693Z Compiling terminal_size v0.4.3
5172026-03-16T19:59:55.872Z Compiling anstyle v1.0.13
5182026-03-16T19:59:55.978Z Compiling is_terminal_polyfill v1.70.2
5192026-03-16T19:59:56.101Z Compiling pretty-hex v0.4.1
5202026-03-16T19:59:56.139Z Compiling colorchoice v1.0.4
5212026-03-16T19:59:56.166Z Compiling cfg-if v1.0.4
5222026-03-16T19:59:56.262Z Compiling anstyle-query v1.1.5
5232026-03-16T19:59:56.287Z Compiling serde-untagged v0.1.9
5242026-03-16T19:59:56.398Z Compiling anstream v0.6.21
5252026-03-16T19:59:56.465Z Compiling semver v1.0.27
5262026-03-16T19:59:56.525Z Compiling fs-err v3.3.0
5272026-03-16T19:59:56.601Z Compiling clap_lex v1.0.0
5282026-03-16T19:59:56.764Z Compiling strsim v0.11.1
5292026-03-16T19:59:56.805Z Compiling once_cell v1.21.3
5302026-03-16T19:59:56.891Z Compiling bytecount v0.6.9
5312026-03-16T19:59:56.891Z Compiling unicode-xid v0.2.6
5322026-03-16T19:59:56.939Z Compiling anyhow v1.0.102
5332026-03-16T19:59:57.064Z Compiling fnv v1.0.7
5342026-03-16T19:59:57.090Z Compiling unicode-width v0.1.14
5352026-03-16T19:59:57.094Z Compiling heck v0.4.1
5362026-03-16T19:59:57.223Z Compiling fastrand v2.3.0
5372026-03-16T19:59:57.325Z Compiling heck v0.5.0
5382026-03-16T19:59:57.457Z Compiling papergrid v0.11.0
5392026-03-16T19:59:57.512Z Compiling tempfile v3.25.0
5402026-03-16T19:59:57.644Z Compiling clap_builder v4.5.60
5412026-03-16T19:59:57.833Z Compiling memmap v0.7.0
5422026-03-16T19:59:57.868Z Compiling smawk v0.3.2
5432026-03-16T19:59:58.023Z Compiling unicode-width v0.2.0
5442026-03-16T19:59:58.026Z Compiling serde_derive v1.0.228
5452026-03-16T19:59:58.072Z Compiling zerofrom-derive v0.1.6
5462026-03-16T19:59:58.075Z Compiling yoke-derive v0.8.1
5472026-03-16T19:59:58.387Z Compiling zerovec-derive v0.11.2
5482026-03-16T19:59:58.581Z Compiling displaydoc v0.2.5
5492026-03-16T19:59:59.468Z Compiling thiserror-impl v1.0.69
5502026-03-16T19:59:59.544Z Compiling zerocopy-derive v0.7.35
5512026-03-16T19:59:59.667Z Compiling pest_derive v2.8.6
5522026-03-16T19:59:59.844Z Compiling scroll_derive v0.12.1
5532026-03-16T19:59:59.998Z Compiling zerofrom v0.1.6
5542026-03-16T20:00:00.171Z Compiling yoke v0.8.1
5552026-03-16T20:00:00.194Z Compiling thiserror-impl v2.0.18
5562026-03-16T20:00:00.421Z Compiling zerovec v0.11.5
5572026-03-16T20:00:00.685Z Compiling zerotrie v0.2.3
5582026-03-16T20:00:00.708Z Compiling zerocopy v0.7.35
5592026-03-16T20:00:01.087Z Compiling tinystr v0.8.2
5602026-03-16T20:00:01.122Z Compiling potential_utf v0.1.4
5612026-03-16T20:00:01.284Z Compiling icu_collections v2.1.1
5622026-03-16T20:00:01.336Z Compiling icu_locale_core v2.1.1
5632026-03-16T20:00:01.361Z Compiling dtrace-parser v0.2.0
5642026-03-16T20:00:01.498Z Compiling scroll v0.12.0
5652026-03-16T20:00:01.856Z Compiling goblin v0.8.2
5662026-03-16T20:00:01.882Z Compiling tabled_derive v0.7.0
5672026-03-16T20:00:01.927Z Compiling clap_derive v4.5.55
5682026-03-16T20:00:02.213Z Compiling icu_provider v2.1.1
5692026-03-16T20:00:02.475Z Compiling unicode-linebreak v0.1.5
5702026-03-16T20:00:02.630Z Compiling icu_properties v2.1.2
5712026-03-16T20:00:02.658Z Compiling icu_normalizer v2.1.1
5722026-03-16T20:00:02.779Z Compiling toml_datetime v0.6.11
5732026-03-16T20:00:02.804Z Compiling serde_spanned v0.6.9
5742026-03-16T20:00:02.928Z Compiling dof v0.3.0
5752026-03-16T20:00:02.999Z Compiling serde_tokenstream v0.2.3
5762026-03-16T20:00:03.126Z Compiling toml_edit v0.22.27
5772026-03-16T20:00:03.160Z Compiling serde-value v0.7.0
5782026-03-16T20:00:03.430Z Compiling cargo-platform v0.2.0
5792026-03-16T20:00:03.461Z Compiling tabled v0.15.0
5802026-03-16T20:00:03.667Z Compiling textwrap v0.16.2
5812026-03-16T20:00:03.792Z Compiling macaddr v1.0.1
5822026-03-16T20:00:04.106Z Compiling idna_adapter v1.2.1
5832026-03-16T20:00:04.231Z Compiling idna v1.1.0
5842026-03-16T20:00:04.231Z Compiling usdt-attr-macro v0.5.0
5852026-03-16T20:00:04.280Z Compiling usdt-macro v0.5.0
5862026-03-16T20:00:04.363Z Compiling clap v4.5.60
5872026-03-16T20:00:04.794Z Compiling url v2.5.8
5882026-03-16T20:00:04.853Z Compiling camino-tempfile v1.4.1
5892026-03-16T20:00:05.073Z Compiling toml v0.8.23
5902026-03-16T20:00:05.126Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-03-16T20:00:05.159Z Compiling swrite v0.1.0
5922026-03-16T20:00:05.586Z Compiling cargo-util-schemas v0.8.2
5932026-03-16T20:00:05.932Z Compiling cargo_toml v0.21.0
5942026-03-16T20:00:06.177Z Compiling usdt v0.5.0
5952026-03-16T20:00:06.809Z Compiling cargo_metadata v0.21.0
5962026-03-16T20:00:08.131Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-16T20:00:10.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5982026-03-16T20:00:11.232Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-16T20:00:11.959Z Downloading crates ...
6002026-03-16T20:00:12.092Z Downloaded critical-section v1.2.0
6012026-03-16T20:00:12.095Z Downloaded defmt-parser v1.0.0
6022026-03-16T20:00:12.098Z Downloaded ar_archive_writer v0.5.1
6032026-03-16T20:00:12.106Z Downloaded crossbeam-utils v0.8.21
6042026-03-16T20:00:12.111Z Downloaded cancel-safe-futures v0.1.5
6052026-03-16T20:00:12.114Z Downloaded allocator-api2 v0.2.21
6062026-03-16T20:00:12.114Z Downloaded darling v0.21.3
6072026-03-16T20:00:12.118Z Downloaded defmt v0.3.100
6082026-03-16T20:00:12.121Z Downloaded darling v0.23.0
6092026-03-16T20:00:12.124Z Downloaded embedded-io v0.6.1
6102026-03-16T20:00:12.124Z Downloaded aho-corasick v1.1.4
6112026-03-16T20:00:12.128Z Downloaded async-recursion v1.1.1
6122026-03-16T20:00:12.131Z Downloaded foreign-types-shared v0.3.1
6132026-03-16T20:00:12.136Z Downloaded cargo-platform v0.1.9
6142026-03-16T20:00:12.136Z Downloaded dirs-next v2.0.0
6152026-03-16T20:00:12.136Z Downloaded debug-ignore v1.0.5
6162026-03-16T20:00:12.139Z Downloaded bytes v1.11.1
6172026-03-16T20:00:12.142Z Downloaded foreign-types-macros v0.2.3
6182026-03-16T20:00:12.142Z Downloaded bit-set v0.8.0
6192026-03-16T20:00:12.142Z Downloaded defmt v1.0.1
6202026-03-16T20:00:12.146Z Downloaded flagset v0.4.7
6212026-03-16T20:00:12.149Z Downloaded castaway v0.2.4
6222026-03-16T20:00:12.149Z Downloaded blowfish v0.9.1
6232026-03-16T20:00:12.153Z Downloaded cpufeatures v0.3.0
6242026-03-16T20:00:12.153Z Downloaded bitfield-macros v0.19.4
6252026-03-16T20:00:12.153Z Downloaded derive_more-impl v2.1.1
6262026-03-16T20:00:12.157Z Downloaded adler2 v2.0.1
6272026-03-16T20:00:12.160Z Downloaded bitfield-struct v0.6.2
6282026-03-16T20:00:12.161Z Downloaded endian-type v0.1.2
6292026-03-16T20:00:12.161Z Downloaded crossbeam-epoch v0.9.18
6302026-03-16T20:00:12.164Z Downloaded arrayref v0.3.9
6312026-03-16T20:00:12.164Z Downloaded ed25519 v2.2.3
6322026-03-16T20:00:12.168Z Downloaded async-stream v0.3.6
6332026-03-16T20:00:12.171Z Downloaded crossbeam-channel v0.5.15
6342026-03-16T20:00:12.171Z Downloaded foldhash v0.2.0
6352026-03-16T20:00:12.176Z Downloaded darling_core v0.20.11
6362026-03-16T20:00:12.180Z Downloaded enum-as-inner v0.6.1
6372026-03-16T20:00:12.180Z Downloaded dsl_auto_type v0.2.0
6382026-03-16T20:00:12.180Z Downloaded dirs-sys-next v0.1.2
6392026-03-16T20:00:12.183Z Downloaded derive-ex v0.1.8
6402026-03-16T20:00:12.183Z Downloaded document-features v0.2.12
6412026-03-16T20:00:12.183Z Downloaded cipher v0.4.4
6422026-03-16T20:00:12.187Z Downloaded fixedbitset v0.5.7
6432026-03-16T20:00:12.187Z Downloaded fallible-iterator v0.2.0
6442026-03-16T20:00:12.190Z Downloaded ciborium-io v0.2.2
6452026-03-16T20:00:12.190Z Downloaded bit-set v0.5.3
6462026-03-16T20:00:12.190Z Downloaded crc8 v0.1.1
6472026-03-16T20:00:12.196Z Downloaded foreign-types-shared v0.1.1
6482026-03-16T20:00:12.196Z Downloaded fixedbitset v0.4.2
6492026-03-16T20:00:12.196Z Downloaded foreign-types v0.5.0
6502026-03-16T20:00:12.200Z Downloaded bcrypt-pbkdf v0.10.0
6512026-03-16T20:00:12.200Z Downloaded float-ord v0.3.2
6522026-03-16T20:00:12.200Z Downloaded array-init v0.0.4
6532026-03-16T20:00:12.200Z Downloaded env_filter v1.0.0
6542026-03-16T20:00:12.201Z Downloaded ctr v0.9.2
6552026-03-16T20:00:12.204Z Downloaded ed25519-dalek v2.2.0
6562026-03-16T20:00:12.204Z Downloaded cfg_aliases v0.2.1
6572026-03-16T20:00:12.207Z Downloaded assert_matches v1.5.0
6582026-03-16T20:00:12.207Z Downloaded fxhash v0.2.1
6592026-03-16T20:00:12.207Z Downloaded base16ct v1.0.0
6602026-03-16T20:00:12.212Z Downloaded gethostname v0.5.0
6612026-03-16T20:00:12.212Z Downloaded crc-catalog v2.4.0
6622026-03-16T20:00:12.213Z Downloaded fd-lock v4.0.4
6632026-03-16T20:00:12.213Z Downloaded find-msvc-tools v0.1.9
6642026-03-16T20:00:12.216Z Downloaded dyn-clone v1.0.20
6652026-03-16T20:00:12.216Z Downloaded difflib v0.4.0
6662026-03-16T20:00:12.219Z Downloaded convert_case v0.4.0
6672026-03-16T20:00:12.220Z Downloaded cassowary v0.3.0
6682026-03-16T20:00:12.220Z Downloaded crossbeam-deque v0.8.6
6692026-03-16T20:00:12.223Z Downloaded cfg_aliases v0.1.1
6702026-03-16T20:00:12.223Z Downloaded float-cmp v0.10.0
6712026-03-16T20:00:12.226Z Downloaded dunce v1.0.5
6722026-03-16T20:00:12.226Z Downloaded dtrace-parser v0.3.0
6732026-03-16T20:00:12.226Z Downloaded bit-vec v0.8.0
6742026-03-16T20:00:12.229Z Downloaded darling_macro v0.20.11
6752026-03-16T20:00:12.230Z Downloaded const_format_proc_macros v0.2.34
6762026-03-16T20:00:12.230Z Downloaded erased-serde v0.3.31
6772026-03-16T20:00:12.233Z Downloaded diff v0.1.13
6782026-03-16T20:00:12.238Z Downloaded bb8 v0.8.6
6792026-03-16T20:00:12.238Z Downloaded camino-tempfile-ext v0.3.3
6802026-03-16T20:00:12.241Z Downloaded crunchy v0.2.4
6812026-03-16T20:00:12.241Z Downloaded crc v3.4.0
6822026-03-16T20:00:12.245Z Downloaded atomic-waker v1.1.2
6832026-03-16T20:00:12.245Z Downloaded crucible-workspace-hack v0.1.0
6842026-03-16T20:00:12.245Z Downloaded atomicwrites v0.4.4
6852026-03-16T20:00:12.245Z Downloaded async-stream-impl v0.3.6
6862026-03-16T20:00:12.245Z Downloaded block-padding v0.3.3
6872026-03-16T20:00:12.245Z Downloaded ff v0.13.1
6882026-03-16T20:00:12.248Z Downloaded ena v0.14.4
6892026-03-16T20:00:12.248Z Downloaded futures-core v0.3.32
6902026-03-16T20:00:12.248Z Downloaded cstr-argument v0.1.2
6912026-03-16T20:00:12.251Z Downloaded atty v0.2.14
6922026-03-16T20:00:12.251Z Downloaded futures-task v0.3.32
6932026-03-16T20:00:12.255Z Downloaded funty v2.0.0
6942026-03-16T20:00:12.255Z Downloaded embedded-io v0.4.0
6952026-03-16T20:00:12.255Z Downloaded hash32 v0.3.1
6962026-03-16T20:00:12.258Z Downloaded futures-io v0.3.32
6972026-03-16T20:00:12.258Z Downloaded display-error-chain v0.2.2
6982026-03-16T20:00:12.258Z Downloaded ghash v0.5.1
6992026-03-16T20:00:12.261Z Downloaded futures-sink v0.3.32
7002026-03-16T20:00:12.261Z Downloaded futures-macro v0.3.32
7012026-03-16T20:00:12.261Z Downloaded darling_macro v0.23.0
7022026-03-16T20:00:12.264Z Downloaded either v1.15.0
7032026-03-16T20:00:12.265Z Downloaded globwalk v0.9.1
7042026-03-16T20:00:12.268Z Downloaded git-stub v1.0.0
7052026-03-16T20:00:12.268Z Downloaded headers-core v0.3.0
7062026-03-16T20:00:12.268Z Downloaded argon2 v0.5.3
7072026-03-16T20:00:12.271Z Downloaded drift v0.1.3
7082026-03-16T20:00:12.274Z Downloaded derive_builder v0.20.2
7092026-03-16T20:00:12.277Z Downloaded constant_time_eq v0.4.2
7102026-03-16T20:00:12.281Z Downloaded cmake v0.1.57
7112026-03-16T20:00:12.281Z Downloaded derive-where v1.6.0
7122026-03-16T20:00:12.284Z Downloaded bcs v0.1.6
7132026-03-16T20:00:12.288Z Downloaded hostname v0.3.1
7142026-03-16T20:00:12.288Z Downloaded hash32 v0.2.1
7152026-03-16T20:00:12.292Z Downloaded bitflags v1.3.2
7162026-03-16T20:00:12.292Z Downloaded hex-literal v0.4.1
7172026-03-16T20:00:12.292Z Downloaded group v0.13.0
7182026-03-16T20:00:12.295Z Downloaded fs-err v2.11.0
7192026-03-16T20:00:12.295Z Downloaded deranged v0.5.8
7202026-03-16T20:00:12.298Z Downloaded cbc v0.1.2
7212026-03-16T20:00:12.301Z Downloaded ciborium v0.2.2
7222026-03-16T20:00:12.301Z Downloaded home v0.5.12
7232026-03-16T20:00:12.304Z Downloaded http-range v0.1.5
7242026-03-16T20:00:12.304Z Downloaded http-body v1.0.1
7252026-03-16T20:00:12.304Z Downloaded hostname v0.4.2
7262026-03-16T20:00:12.307Z Downloaded convert_case v0.10.0
7272026-03-16T20:00:12.324Z Downloaded instability v0.3.11
7282026-03-16T20:00:12.329Z Downloaded indent_write v2.2.0
7292026-03-16T20:00:12.329Z Downloaded ahash v0.8.12
7302026-03-16T20:00:12.329Z Downloaded inout v0.1.4
7312026-03-16T20:00:12.332Z Downloaded indoc v1.0.9
7322026-03-16T20:00:12.332Z Downloaded ident_case v1.0.1
7332026-03-16T20:00:12.332Z Downloaded globset v0.4.18
7342026-03-16T20:00:12.337Z Downloaded corncobs v0.1.4
7352026-03-16T20:00:12.337Z Downloaded hyper-tls v0.6.0
7362026-03-16T20:00:12.340Z Downloaded hubpack_derive v0.1.1
7372026-03-16T20:00:12.340Z Downloaded instant v0.1.13
7382026-03-16T20:00:12.340Z Downloaded diesel_derives v2.3.7
7392026-03-16T20:00:12.344Z Downloaded is_ci v1.2.0
7402026-03-16T20:00:12.347Z Downloaded glob v0.3.3
7412026-03-16T20:00:12.347Z Downloaded futures-executor v0.3.32
7422026-03-16T20:00:12.350Z Downloaded der_derive v0.7.3
7432026-03-16T20:00:12.350Z Downloaded colored v3.1.1
7442026-03-16T20:00:12.354Z Downloaded crc32fast v1.5.0
7452026-03-16T20:00:12.357Z Downloaded lazy_static v1.5.0
7462026-03-16T20:00:12.357Z Downloaded libscf-sys v1.1.0
7472026-03-16T20:00:12.357Z Downloaded bzip2 v0.6.1
7482026-03-16T20:00:12.360Z Downloaded console v0.16.2
7492026-03-16T20:00:12.360Z Downloaded lru-cache v0.1.2
7502026-03-16T20:00:12.365Z Downloaded cexpr v0.6.0
7512026-03-16T20:00:12.372Z Downloaded http-body-util v0.1.3
7522026-03-16T20:00:12.372Z Downloaded highway v1.3.0
7532026-03-16T20:00:12.372Z Downloaded kstat-rs v0.2.4
7542026-03-16T20:00:12.375Z Downloaded hex v0.4.3
7552026-03-16T20:00:12.375Z Downloaded git-stub-vcs v0.1.0
7562026-03-16T20:00:12.375Z Downloaded foldhash v0.1.5
7572026-03-16T20:00:12.375Z Downloaded lzss v0.8.2
7582026-03-16T20:00:12.378Z Downloaded lru v0.12.5
7592026-03-16T20:00:12.378Z Downloaded md5 v0.7.0
7602026-03-16T20:00:12.378Z Downloaded md-5 v0.10.6
7612026-03-16T20:00:12.381Z Downloaded linked-hash-map v0.5.6
7622026-03-16T20:00:12.381Z Downloaded lalrpop-util v0.19.12
7632026-03-16T20:00:12.382Z Downloaded cookie_store v0.22.1
7642026-03-16T20:00:12.385Z Downloaded maplit v1.0.2
7652026-03-16T20:00:12.388Z Downloaded memoffset v0.9.1
7662026-03-16T20:00:12.388Z Downloaded dropshot_endpoint v0.16.7
7672026-03-16T20:00:12.390Z Downloaded ingot v0.1.1
7682026-03-16T20:00:12.394Z Downloaded maybe-uninit v2.0.0
7692026-03-16T20:00:12.394Z Downloaded match_cfg v0.1.0
7702026-03-16T20:00:12.394Z Downloaded lru-slab v0.1.2
7712026-03-16T20:00:12.398Z Downloaded indoc v2.0.7
7722026-03-16T20:00:12.398Z Downloaded mime v0.3.17
7732026-03-16T20:00:12.401Z Downloaded impl-trait-for-tuples v0.2.3
7742026-03-16T20:00:12.401Z Downloaded getrandom v0.2.17
7752026-03-16T20:00:12.405Z Downloaded fatfs v0.3.6
7762026-03-16T20:00:12.408Z Downloaded new_debug_unreachable v1.0.6
7772026-03-16T20:00:12.408Z Downloaded multimap v0.10.1
7782026-03-16T20:00:12.411Z Downloaded keccak v0.1.6
7792026-03-16T20:00:12.411Z Downloaded ipnetwork v0.21.1
7802026-03-16T20:00:12.411Z Downloaded ingot-types v0.1.2
7812026-03-16T20:00:12.414Z Downloaded chacha20 v0.9.1
7822026-03-16T20:00:12.418Z Downloaded nodrop v0.1.14
7832026-03-16T20:00:12.418Z Downloaded hickory-client v0.25.2
7842026-03-16T20:00:12.418Z Downloaded nibble_vec v0.1.0
7852026-03-16T20:00:12.421Z Downloaded jobserver v0.1.34
7862026-03-16T20:00:12.421Z Downloaded libloading v0.8.9
7872026-03-16T20:00:12.424Z Downloaded newtype_derive v0.1.6
7882026-03-16T20:00:12.427Z Downloaded nonempty v0.12.0
7892026-03-16T20:00:12.427Z Downloaded newtype-uuid-macros v0.1.0
7902026-03-16T20:00:12.427Z Downloaded normalize-line-endings v0.3.0
7912026-03-16T20:00:12.431Z Downloaded const-oid v0.9.6
7922026-03-16T20:00:12.431Z Downloaded libsw v3.5.0
7932026-03-16T20:00:12.435Z Downloaded derive_builder_core v0.20.2
7942026-03-16T20:00:12.435Z Downloaded console v0.15.11
7952026-03-16T20:00:12.439Z Downloaded hmac v0.12.1
7962026-03-16T20:00:12.440Z Downloaded chacha20poly1305 v0.10.1
7972026-03-16T20:00:12.440Z Downloaded elliptic-curve v0.13.8
7982026-03-16T20:00:12.444Z Downloaded iana-time-zone v0.1.65
7992026-03-16T20:00:12.448Z Downloaded openssl-macros v0.1.1
8002026-03-16T20:00:12.448Z Downloaded clang-sys v1.8.1
8012026-03-16T20:00:12.448Z Downloaded base64 v0.21.7
8022026-03-16T20:00:12.452Z Downloaded num_threads v0.1.7
8032026-03-16T20:00:12.455Z Downloaded base64 v0.22.1
8042026-03-16T20:00:12.455Z Downloaded lock_api v0.4.14
8052026-03-16T20:00:12.460Z Downloaded openssl-probe v0.1.6
8062026-03-16T20:00:12.460Z Downloaded num_enum_derive v0.5.11
8072026-03-16T20:00:12.461Z Downloaded num v0.4.3
8082026-03-16T20:00:12.465Z Downloaded num-derive v0.4.2
8092026-03-16T20:00:12.465Z Downloaded num-derive v0.3.3
8102026-03-16T20:00:12.465Z Downloaded num-iter v0.1.45
8112026-03-16T20:00:12.465Z Downloaded darling_core v0.21.3
8122026-03-16T20:00:12.469Z Downloaded ipnet v2.11.0
8132026-03-16T20:00:12.474Z Downloaded openssl-probe v0.2.1
8142026-03-16T20:00:12.474Z Downloaded ingot-macros v0.1.1
8152026-03-16T20:00:12.478Z Downloaded parse-display v0.10.0
8162026-03-16T20:00:12.478Z Downloaded packed_struct_codegen v0.10.1
8172026-03-16T20:00:12.478Z Downloaded path-slash v0.1.5
8182026-03-16T20:00:12.478Z Downloaded pbkdf2 v0.11.0
8192026-03-16T20:00:12.483Z Downloaded parse-size v1.1.0
8202026-03-16T20:00:12.483Z Downloaded getrandom v0.3.4
8212026-03-16T20:00:12.487Z Downloaded native-tls v0.2.18
8222026-03-16T20:00:12.488Z Downloaded multer v3.1.0
8232026-03-16T20:00:12.493Z Downloaded libefi-sys v0.1.0
8242026-03-16T20:00:12.493Z Downloaded mime_guess v2.0.5
8252026-03-16T20:00:12.493Z Downloaded futures v0.3.32
8262026-03-16T20:00:12.498Z Downloaded oso-derive v0.27.3
8272026-03-16T20:00:12.499Z Downloaded nu-ansi-term v0.50.3
8282026-03-16T20:00:12.504Z Downloaded newtype-uuid v1.3.2
8292026-03-16T20:00:12.504Z Downloaded num-conv v0.2.0
8302026-03-16T20:00:12.504Z Downloaded crypto-bigint v0.5.5
8312026-03-16T20:00:12.510Z Downloaded peg-runtime v0.8.5
8322026-03-16T20:00:12.510Z Downloaded hyper-rustls v0.27.7
8332026-03-16T20:00:12.514Z Downloaded nanorand v0.7.0
8342026-03-16T20:00:12.515Z Downloaded linear-map v1.2.0
8352026-03-16T20:00:12.515Z Downloaded phf_shared v0.11.3
8362026-03-16T20:00:12.515Z Downloaded libsw-core v0.3.2
8372026-03-16T20:00:12.519Z Downloaded humantime v2.3.0
8382026-03-16T20:00:12.519Z Downloaded phf_shared v0.12.1
8392026-03-16T20:00:12.519Z Downloaded const_format v0.2.35
8402026-03-16T20:00:12.524Z Downloaded newline-converter v0.3.0
8412026-03-16T20:00:12.524Z Downloaded indexmap v1.9.3
8422026-03-16T20:00:12.529Z Downloaded phf_shared v0.13.1
8432026-03-16T20:00:12.529Z Downloaded pbkdf2 v0.12.2
8442026-03-16T20:00:12.529Z Downloaded precomputed-hash v0.1.1
8452026-03-16T20:00:12.529Z Downloaded pin-utils v0.1.0
8462026-03-16T20:00:12.535Z Downloaded expectorate v1.2.0
8472026-03-16T20:00:12.535Z Downloaded owo-colors v4.3.0
8482026-03-16T20:00:12.535Z Downloaded derive_more v2.1.1
8492026-03-16T20:00:12.546Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-03-16T20:00:12.554Z Downloaded proc-macro-crate v3.4.0
8512026-03-16T20:00:12.554Z Downloaded proc-macro-crate v1.3.1
8522026-03-16T20:00:12.554Z Downloaded progenitor-client v0.10.0
8532026-03-16T20:00:12.554Z Downloaded progenitor-client v0.11.2
8542026-03-16T20:00:12.554Z Downloaded password-hash v0.5.0
8552026-03-16T20:00:12.603Z Downloaded opaque-debug v0.3.1
8562026-03-16T20:00:12.603Z Downloaded num_enum v0.7.5
8572026-03-16T20:00:12.603Z Downloaded num-rational v0.4.2
8582026-03-16T20:00:12.603Z Downloaded heapless v0.7.17
8592026-03-16T20:00:12.603Z Downloaded psl-types v2.0.11
8602026-03-16T20:00:12.603Z Downloaded predicates-tree v1.0.13
8612026-03-16T20:00:12.604Z Downloaded paste v1.0.15
8622026-03-16T20:00:12.604Z Downloaded oxnet v0.1.4
8632026-03-16T20:00:12.604Z Downloaded pem-rfc7468 v0.7.0
8642026-03-16T20:00:12.604Z Downloaded memmap2 v0.9.10
8652026-03-16T20:00:12.604Z Downloaded num-integer v0.1.46
8662026-03-16T20:00:12.604Z Downloaded num_enum v0.5.11
8672026-03-16T20:00:12.604Z Downloaded indicatif v0.18.4
8682026-03-16T20:00:12.604Z Downloaded num-complex v0.4.6
8692026-03-16T20:00:12.604Z Downloaded password-hash v0.4.2
8702026-03-16T20:00:12.604Z Downloaded parse-display-derive v0.10.0
8712026-03-16T20:00:12.604Z Downloaded parking_lot_core v0.8.6
8722026-03-16T20:00:12.604Z Downloaded progenitor-macro v0.10.0
8732026-03-16T20:00:12.604Z Downloaded ignore v0.4.25
8742026-03-16T20:00:12.604Z Downloaded half v2.7.1
8752026-03-16T20:00:12.604Z Downloaded progenitor-macro v0.13.0
8762026-03-16T20:00:12.604Z Downloaded arc-swap v1.8.2
8772026-03-16T20:00:12.604Z Downloaded rand_chacha v0.3.1
8782026-03-16T20:00:12.604Z Downloaded peg-macros v0.8.5
8792026-03-16T20:00:12.604Z Downloaded phf v0.13.1
8802026-03-16T20:00:12.605Z Downloaded rand_xorshift v0.4.0
8812026-03-16T20:00:12.605Z Downloaded predicates-core v1.0.10
8822026-03-16T20:00:12.610Z Downloaded litrs v1.0.0
8832026-03-16T20:00:12.610Z Downloaded powerfmt v0.2.0
8842026-03-16T20:00:12.610Z Downloaded poly1305 v0.8.0
8852026-03-16T20:00:12.610Z Downloaded parking_lot v0.12.5
8862026-03-16T20:00:12.610Z Downloaded progenitor-macro v0.11.2
8872026-03-16T20:00:12.616Z Downloaded radium v0.7.0
8882026-03-16T20:00:12.616Z Downloaded peg v0.8.5
8892026-03-16T20:00:12.616Z Downloaded progenitor v0.11.2
8902026-03-16T20:00:12.622Z Downloaded ref-cast-impl v1.0.25
8912026-03-16T20:00:12.622Z Downloaded progenitor-client v0.13.0
8922026-03-16T20:00:12.622Z Downloaded heapless v0.8.0
8932026-03-16T20:00:12.627Z Downloaded phf v0.12.1
8942026-03-16T20:00:12.627Z Downloaded hickory-resolver v0.24.4
8952026-03-16T20:00:12.627Z Downloaded progenitor v0.13.0
8962026-03-16T20:00:12.627Z Downloaded recursive-proc-macro-impl v0.1.1
8972026-03-16T20:00:12.631Z Downloaded recursive v0.1.1
8982026-03-16T20:00:12.631Z Downloaded polyval v0.6.2
8992026-03-16T20:00:12.631Z Downloaded pkg-config v0.3.32
9002026-03-16T20:00:12.634Z Downloaded compact_str v0.8.1
9012026-03-16T20:00:12.634Z Downloaded pin-project-lite v0.2.17
9022026-03-16T20:00:12.638Z Downloaded postgres-protocol v0.6.10
9032026-03-16T20:00:12.641Z Downloaded pem v3.0.6
9042026-03-16T20:00:12.644Z Downloaded omicron-zone-package v0.12.2
9052026-03-16T20:00:12.644Z Downloaded parking_lot v0.11.2
9062026-03-16T20:00:12.647Z Downloaded packed_struct v0.10.1
9072026-03-16T20:00:12.650Z Downloaded predicates v3.1.4
9082026-03-16T20:00:12.650Z Downloaded flate2 v1.1.9
9092026-03-16T20:00:12.654Z Downloaded headers v0.4.1
9102026-03-16T20:00:12.658Z Downloaded rfc6979 v0.4.0
9112026-03-16T20:00:12.661Z Downloaded progenitor v0.10.0
9122026-03-16T20:00:12.661Z Downloaded primeorder v0.13.6
9132026-03-16T20:00:12.664Z Downloaded russh-cryptovec v0.7.3
9142026-03-16T20:00:12.664Z Downloaded pkcs1 v0.7.5
9152026-03-16T20:00:12.668Z Downloaded pin-project-internal v1.1.11
9162026-03-16T20:00:12.668Z Downloaded proc-macro-error2 v2.0.1
9172026-03-16T20:00:12.674Z Downloaded rustc_version v0.4.1
9182026-03-16T20:00:12.674Z Downloaded quick-error v1.2.3
9192026-03-16T20:00:12.676Z Downloaded rustc_version v0.1.7
9202026-03-16T20:00:12.677Z Downloaded rtoolbox v0.0.3
9212026-03-16T20:00:12.677Z Downloaded progenitor-extras v0.1.1
9222026-03-16T20:00:12.677Z Downloaded rustc-hash v2.1.1
9232026-03-16T20:00:12.680Z Downloaded rand_core v0.10.0
9242026-03-16T20:00:12.680Z Downloaded rand_core v0.6.4
9252026-03-16T20:00:12.683Z Downloaded libbz2-rs-sys v0.2.2
9262026-03-16T20:00:12.683Z Downloaded cc v1.2.56
9272026-03-16T20:00:12.686Z Downloaded bumpalo v3.20.2
9282026-03-16T20:00:12.691Z Downloaded rand_chacha v0.9.0
9292026-03-16T20:00:12.691Z Downloaded parking_lot_core v0.9.12
9302026-03-16T20:00:12.693Z Downloaded oxide-tokio-rt v0.1.3
9312026-03-16T20:00:12.693Z Downloaded miniz_oxide v0.8.9
9322026-03-16T20:00:12.693Z Downloaded jiff-static v0.2.21
9332026-03-16T20:00:12.696Z Downloaded der v0.7.10
9342026-03-16T20:00:12.699Z Downloaded same-file v1.0.6
9352026-03-16T20:00:12.702Z Downloaded sapling-renderdag v0.1.0
9362026-03-16T20:00:12.702Z Downloaded salsa20 v0.10.2
9372026-03-16T20:00:12.705Z Downloaded olpc-cjson v0.1.4
9382026-03-16T20:00:12.705Z Downloaded num_enum_derive v0.7.5
9392026-03-16T20:00:12.706Z Downloaded rand_core v0.9.5
9402026-03-16T20:00:12.708Z Downloaded resolv-conf v0.7.6
9412026-03-16T20:00:12.711Z Downloaded pkcs8 v0.10.2
9422026-03-16T20:00:12.711Z Downloaded rand_seeder v0.4.0
9432026-03-16T20:00:12.714Z Downloaded quinn-udp v0.5.14
9442026-03-16T20:00:12.717Z Downloaded psm v0.1.30
9452026-03-16T20:00:12.720Z Downloaded scopeguard v1.2.0
9462026-03-16T20:00:12.720Z Downloaded hyper-util v0.1.20
9472026-03-16T20:00:12.724Z Downloaded scheduled-thread-pool v0.2.7
9482026-03-16T20:00:12.727Z Downloaded http v1.4.0
9492026-03-16T20:00:12.730Z Downloaded hashbrown v0.12.3
9502026-03-16T20:00:12.733Z Downloaded serde_plain v1.0.2
9512026-03-16T20:00:12.733Z Downloaded ref-cast v1.0.25
9522026-03-16T20:00:12.736Z Downloaded scroll_derive v0.13.1
9532026-03-16T20:00:12.736Z Downloaded serde-big-array v0.5.1
9542026-03-16T20:00:12.739Z Downloaded seq-macro v0.3.6
9552026-03-16T20:00:12.742Z Downloaded rustversion v1.0.22
9562026-03-16T20:00:12.742Z Downloaded secrecy v0.10.3
9572026-03-16T20:00:12.745Z Downloaded semver v0.1.20
9582026-03-16T20:00:12.745Z Downloaded secrecy v0.8.0
9592026-03-16T20:00:12.745Z Downloaded oso v0.27.3
9602026-03-16T20:00:12.748Z Downloaded serde_urlencoded v0.7.1
9612026-03-16T20:00:12.751Z Downloaded ppv-lite86 v0.2.21
9622026-03-16T20:00:12.751Z Downloaded papergrid v0.17.0
9632026-03-16T20:00:12.755Z Downloaded shell-words v1.1.1
9642026-03-16T20:00:12.758Z Downloaded crossterm v0.28.1
9652026-03-16T20:00:12.762Z Downloaded serde_spanned v1.0.4
9662026-03-16T20:00:12.765Z Downloaded signal-hook-mio v0.2.5
9672026-03-16T20:00:12.765Z Downloaded rustls-pemfile v1.0.4
9682026-03-16T20:00:12.768Z Downloaded rustls-native-certs v0.8.3
9692026-03-16T20:00:12.771Z Downloaded serde_repr v0.1.20
9702026-03-16T20:00:12.771Z Downloaded scrypt v0.11.0
9712026-03-16T20:00:12.774Z Downloaded scroll v0.13.0
9722026-03-16T20:00:12.774Z Downloaded p256 v0.13.2
9732026-03-16T20:00:12.777Z Downloaded slog-bunyan v2.5.0
9742026-03-16T20:00:12.780Z Downloaded siphasher v1.0.2
9752026-03-16T20:00:12.780Z Downloaded serde_bytes v0.11.19
9762026-03-16T20:00:12.783Z Downloaded progenitor-impl v0.11.2
9772026-03-16T20:00:12.783Z Downloaded postgres-types v0.2.12
9782026-03-16T20:00:12.786Z Downloaded rusty-fork v0.3.1
9792026-03-16T20:00:12.792Z Downloaded r2d2 v0.8.10
9802026-03-16T20:00:12.792Z Downloaded flume v0.11.1
9812026-03-16T20:00:12.792Z Downloaded sigpipe v0.1.3
9822026-03-16T20:00:12.795Z Downloaded signature v2.2.0
9832026-03-16T20:00:12.795Z Downloaded signal-hook-tokio v0.3.1
9842026-03-16T20:00:12.795Z Downloaded aes v0.8.4
9852026-03-16T20:00:12.799Z Downloaded pin-project v1.1.11
9862026-03-16T20:00:12.806Z Downloaded sec1 v0.7.3
9872026-03-16T20:00:12.809Z Downloaded schemars_derive v0.8.22
9882026-03-16T20:00:12.809Z Downloaded hickory-resolver v0.25.2
9892026-03-16T20:00:12.812Z Downloaded pkcs5 v0.7.1
9902026-03-16T20:00:12.816Z Downloaded postcard v1.1.3
9912026-03-16T20:00:12.819Z Downloaded httparse v1.10.1
9922026-03-16T20:00:12.823Z Downloaded slog-envlogger v2.2.0
9932026-03-16T20:00:12.823Z Downloaded russh-keys v0.45.0
9942026-03-16T20:00:12.826Z Downloaded serde_path_to_error v0.1.20
9952026-03-16T20:00:12.826Z Downloaded serde_derive_internals v0.29.1
9962026-03-16T20:00:12.826Z Downloaded dropshot-api-manager v0.6.0
9972026-03-16T20:00:12.833Z Downloaded sqlparser_derive v0.5.0
9982026-03-16T20:00:12.837Z Downloaded rcgen v0.12.1
9992026-03-16T20:00:12.837Z Downloaded managed v0.8.0
10002026-03-16T20:00:12.837Z Downloaded prettyplease v0.2.37
10012026-03-16T20:00:12.840Z Downloaded openssl-sys v0.9.111
10022026-03-16T20:00:12.843Z Downloaded pretty_assertions v1.4.1
10032026-03-16T20:00:12.843Z Downloaded prefix-trie v0.7.0
10042026-03-16T20:00:12.847Z Downloaded structmeta-derive v0.3.0
10052026-03-16T20:00:12.847Z Downloaded strip-ansi-escapes v0.2.1
10062026-03-16T20:00:12.850Z Downloaded sha1 v0.10.6
10072026-03-16T20:00:12.850Z Downloaded ssh-cipher v0.2.0
10082026-03-16T20:00:12.850Z Downloaded serde-hex v0.1.0
10092026-03-16T20:00:12.853Z Downloaded itertools v0.10.5
10102026-03-16T20:00:12.856Z Downloaded sync_wrapper v1.0.2
10112026-03-16T20:00:12.859Z Downloaded minimal-lexical v0.2.1
10122026-03-16T20:00:12.863Z Downloaded shlex v1.3.0
10132026-03-16T20:00:12.863Z Downloaded structmeta v0.3.0
10142026-03-16T20:00:12.865Z Downloaded slog-dtrace v0.3.0
10152026-03-16T20:00:12.866Z Downloaded slog-term v2.9.2
10162026-03-16T20:00:12.869Z Downloaded hickory-server v0.25.2
10172026-03-16T20:00:12.873Z Downloaded rustls-pki-types v1.14.0
10182026-03-16T20:00:12.873Z Downloaded half v1.8.3
10192026-03-16T20:00:12.876Z Downloaded supports-color v3.0.2
10202026-03-16T20:00:12.876Z Downloaded subtle v2.6.1
10212026-03-16T20:00:12.880Z Downloaded strum v0.27.2
10222026-03-16T20:00:12.880Z Downloaded strum v0.26.3
10232026-03-16T20:00:12.880Z Downloaded signal-hook-registry v1.4.8
10242026-03-16T20:00:12.883Z Downloaded futures-channel v0.3.32
10252026-03-16T20:00:12.883Z Downloaded des v0.8.1
10262026-03-16T20:00:12.886Z Downloaded cargo_metadata v0.19.2
10272026-03-16T20:00:12.886Z Downloaded take_mut v0.2.2
10282026-03-16T20:00:12.886Z Downloaded termtree v0.5.1
10292026-03-16T20:00:12.889Z Downloaded tap v1.0.1
10302026-03-16T20:00:12.889Z Downloaded slog-scope v4.4.1
10312026-03-16T20:00:12.893Z Downloaded tagptr v0.2.0
10322026-03-16T20:00:12.893Z Downloaded tabwriter v1.4.1
10332026-03-16T20:00:12.893Z Downloaded sync-ptr v0.1.4
10342026-03-16T20:00:12.897Z Downloaded slog-json v2.6.1
10352026-03-16T20:00:12.897Z Downloaded crossterm v0.29.0
10362026-03-16T20:00:12.900Z Downloaded thread-id v5.1.0
10372026-03-16T20:00:12.903Z Downloaded slab v0.4.12
10382026-03-16T20:00:12.903Z Downloaded thiserror-impl-no-std v2.0.2
10392026-03-16T20:00:12.906Z Downloaded testing_table v0.3.0
10402026-03-16T20:00:12.906Z Downloaded serde_with_macros v3.17.0
10412026-03-16T20:00:12.910Z Downloaded rustls-pemfile v2.2.0
10422026-03-16T20:00:12.910Z Downloaded sqlformat v0.3.5
10432026-03-16T20:00:12.914Z Downloaded smf v0.2.3
10442026-03-16T20:00:12.914Z Downloaded spki v0.7.3
10452026-03-16T20:00:12.914Z Downloaded tabled_derive v0.11.0
10462026-03-16T20:00:12.917Z Downloaded ssh-encoding v0.2.0
10472026-03-16T20:00:12.917Z Downloaded slog-stdlog v4.1.1
10482026-03-16T20:00:12.920Z Downloaded tinyvec_macros v0.1.1
10492026-03-16T20:00:12.920Z Downloaded snafu-derive v0.8.9
10502026-03-16T20:00:12.920Z Downloaded slog-async v2.8.0
10512026-03-16T20:00:12.923Z Downloaded derive_more v0.99.20
10522026-03-16T20:00:12.927Z Downloaded sct v0.7.1
10532026-03-16T20:00:12.930Z Downloaded strum_macros v0.27.2
10542026-03-16T20:00:12.933Z Downloaded progenitor-impl v0.13.0
10552026-03-16T20:00:12.933Z Downloaded strum_macros v0.24.3
10562026-03-16T20:00:12.936Z Downloaded static_assertions v1.1.0
10572026-03-16T20:00:12.936Z Downloaded serde_cbor v0.11.2
10582026-03-16T20:00:12.939Z Downloaded stringprep v0.1.5
10592026-03-16T20:00:12.943Z Downloaded string_cache v0.8.9
10602026-03-16T20:00:12.943Z Downloaded time-core v0.1.8
10612026-03-16T20:00:12.946Z Downloaded stacker v0.1.23
10622026-03-16T20:00:12.946Z Downloaded ron v0.8.1
10632026-03-16T20:00:12.949Z Downloaded publicsuffix v2.3.0
10642026-03-16T20:00:12.952Z Downloaded libxml v0.3.3
10652026-03-16T20:00:12.956Z Downloaded hashbrown v0.13.2
10662026-03-16T20:00:12.959Z Downloaded iddqd v0.3.17
10672026-03-16T20:00:12.965Z Downloaded spin v0.9.8
10682026-03-16T20:00:12.968Z Downloaded support-bundle-viewer v0.1.2
10692026-03-16T20:00:12.971Z Downloaded ryu v1.0.23
10702026-03-16T20:00:12.971Z Downloaded smallvec v0.6.14
10712026-03-16T20:00:12.974Z Downloaded num-bigint v0.4.6
10722026-03-16T20:00:12.977Z Downloaded rayon-core v1.13.0
10732026-03-16T20:00:12.980Z Downloaded thread_local v1.1.9
10742026-03-16T20:00:12.983Z Downloaded simd-adler32 v0.3.8
10752026-03-16T20:00:12.983Z Downloaded thiserror-no-std v2.0.2
10762026-03-16T20:00:12.986Z Downloaded futures-util v0.3.32
10772026-03-16T20:00:12.995Z Downloaded tower-service v0.3.3
10782026-03-16T20:00:12.998Z Downloaded tower-layer v0.3.3
10792026-03-16T20:00:12.998Z Downloaded strum_macros v0.26.4
10802026-03-16T20:00:13.001Z Downloaded slog v2.8.2
10812026-03-16T20:00:13.001Z Downloaded tokio-dtrace v0.1.1
10822026-03-16T20:00:13.004Z Downloaded tls_codec_derive v0.4.2
10832026-03-16T20:00:13.004Z Downloaded tokio-rustls v0.25.0
10842026-03-16T20:00:13.007Z Downloaded itertools v0.12.1
10852026-03-16T20:00:13.011Z Downloaded typify-macro v0.4.3
10862026-03-16T20:00:13.014Z Downloaded try-lock v0.2.5
10872026-03-16T20:00:13.014Z Downloaded trait-variant v0.1.2
10882026-03-16T20:00:13.014Z Downloaded termios v0.3.3
10892026-03-16T20:00:13.018Z Downloaded schemars v0.8.22
10902026-03-16T20:00:13.025Z Downloaded tls_codec v0.4.2
10912026-03-16T20:00:13.028Z Downloaded time-macros v0.2.27
10922026-03-16T20:00:13.028Z Downloaded rsa v0.9.10
10932026-03-16T20:00:13.031Z Downloaded unarray v0.1.4
10942026-03-16T20:00:13.034Z Downloaded tokio-tungstenite v0.23.1
10952026-03-16T20:00:13.037Z Downloaded typify-macro v0.6.1
10962026-03-16T20:00:13.037Z Downloaded tiny-keccak v2.0.2
10972026-03-16T20:00:13.037Z Downloaded term v1.2.1
10982026-03-16T20:00:13.040Z Downloaded rustls-platform-verifier v0.6.2
10992026-03-16T20:00:13.044Z Downloaded signal-hook v0.3.18
11002026-03-16T20:00:13.047Z Downloaded hashbrown v0.15.5
11012026-03-16T20:00:13.050Z Downloaded universal-hash v0.5.1
11022026-03-16T20:00:13.050Z Downloaded untrusted v0.9.0
11032026-03-16T20:00:13.053Z Downloaded tokio-macros v2.6.0
11042026-03-16T20:00:13.053Z Downloaded tokio-native-tls v0.3.1
11052026-03-16T20:00:13.056Z Downloaded serde_yaml v0.9.34+deprecated
11062026-03-16T20:00:13.059Z Downloaded progenitor-impl v0.10.0
11072026-03-16T20:00:13.059Z Downloaded iri-string v0.7.10
11082026-03-16T20:00:13.065Z Downloaded utf-8 v0.7.6
11092026-03-16T20:00:13.068Z Downloaded untrusted v0.7.1
11102026-03-16T20:00:13.068Z Downloaded topological-sort v0.2.2
11112026-03-16T20:00:13.068Z Downloaded similar v2.7.0
11122026-03-16T20:00:13.073Z Downloaded want v0.3.1
11132026-03-16T20:00:13.076Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-03-16T20:00:13.076Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-03-16T20:00:13.079Z Downloaded usdt v0.6.0
11162026-03-16T20:00:13.079Z Downloaded schemars v0.9.0
11172026-03-16T20:00:13.087Z Downloaded tokio-rustls v0.24.1
11182026-03-16T20:00:13.090Z Downloaded unicode-truncate v1.1.0
11192026-03-16T20:00:13.093Z Downloaded term v0.7.0
11202026-03-16T20:00:13.097Z Downloaded waitgroup v0.1.2
11212026-03-16T20:00:13.097Z Downloaded socket2 v0.5.10
11222026-03-16T20:00:13.097Z Downloaded subprocess v0.2.15
11232026-03-16T20:00:13.100Z Downloaded tui-tree-widget v0.23.1
11242026-03-16T20:00:13.104Z Downloaded h2 v0.4.13
11252026-03-16T20:00:13.108Z Downloaded wait-timeout v0.2.1
11262026-03-16T20:00:13.108Z Downloaded mio v1.1.1
11272026-03-16T20:00:13.112Z Downloaded void v1.0.2
11282026-03-16T20:00:13.117Z Downloaded libm v0.2.16
11292026-03-16T20:00:13.120Z Downloaded xattr v1.6.1
11302026-03-16T20:00:13.123Z Downloaded unit-prefix v0.5.2
11312026-03-16T20:00:13.123Z Downloaded unicase v2.9.0
11322026-03-16T20:00:13.126Z Downloaded tokio-tungstenite v0.21.0
11332026-03-16T20:00:13.126Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-03-16T20:00:13.130Z Downloaded rand v0.10.0
11352026-03-16T20:00:13.134Z Downloaded qorb v0.4.1
11362026-03-16T20:00:13.137Z Downloaded usdt-macro v0.6.0
11372026-03-16T20:00:13.138Z Downloaded itertools v0.13.0
11382026-03-16T20:00:13.141Z Downloaded zeroize_derive v1.4.3
11392026-03-16T20:00:13.141Z Downloaded xshell-macros v0.2.7
11402026-03-16T20:00:13.145Z Downloaded usdt-attr-macro v0.6.0
11412026-03-16T20:00:13.145Z Downloaded rustls-webpki v0.103.9
11422026-03-16T20:00:13.151Z Downloaded quinn v0.11.9
11432026-03-16T20:00:13.151Z Downloaded schemars v1.2.1
11442026-03-16T20:00:13.159Z Downloaded walkdir v2.5.0
11452026-03-16T20:00:13.162Z Downloaded tar v0.4.44
11462026-03-16T20:00:13.165Z Downloaded tracing-attributes v0.1.31
11472026-03-16T20:00:13.165Z Downloaded hyper v1.8.1
11482026-03-16T20:00:13.170Z Downloaded tokio-stream v0.1.18
11492026-03-16T20:00:13.175Z Downloaded whoami v1.6.1
11502026-03-16T20:00:13.179Z Downloaded socket2 v0.6.2
11512026-03-16T20:00:13.179Z Downloaded snafu v0.8.9
11522026-03-16T20:00:13.182Z Downloaded zone_cfg_derive v0.3.1
11532026-03-16T20:00:13.188Z Downloaded num-bigint-dig v0.8.6
11542026-03-16T20:00:13.188Z Downloaded vergen-lib v0.1.6
11552026-03-16T20:00:13.188Z Downloaded whoami v2.1.0
11562026-03-16T20:00:13.191Z Downloaded nom v7.1.3
11572026-03-16T20:00:13.196Z Downloaded wyz v0.5.1
11582026-03-16T20:00:13.196Z Downloaded unicode-properties v0.1.4
11592026-03-16T20:00:13.200Z Downloaded twox-hash v2.1.2
11602026-03-16T20:00:13.200Z Downloaded tinyvec v1.10.0
11612026-03-16T20:00:13.200Z Downloaded rand v0.8.5
11622026-03-16T20:00:13.204Z Downloaded itertools v0.14.0
11632026-03-16T20:00:13.208Z Downloaded xshell v0.2.7
11642026-03-16T20:00:13.211Z Downloaded test-strategy v0.4.5
11652026-03-16T20:00:13.215Z Downloaded steno v0.4.1
11662026-03-16T20:00:13.218Z Downloaded tokio-rustls v0.26.4
11672026-03-16T20:00:13.218Z Downloaded toml v0.7.8
11682026-03-16T20:00:13.221Z Downloaded xz2 v0.1.7
11692026-03-16T20:00:13.221Z Downloaded vergen v9.0.6
11702026-03-16T20:00:13.224Z Downloaded toml v0.9.12+spec-1.1.0
11712026-03-16T20:00:13.227Z Downloaded zstd-safe v7.2.4
11722026-03-16T20:00:13.227Z Downloaded zone v0.3.1
11732026-03-16T20:00:13.227Z Downloaded bindgen v0.71.1
11742026-03-16T20:00:13.234Z Downloaded tungstenite v0.23.0
11752026-03-16T20:00:13.237Z Downloaded typify v0.6.1
11762026-03-16T20:00:13.239Z Downloaded zeroize v1.8.2
11772026-03-16T20:00:13.240Z Downloaded tungstenite v0.21.0
11782026-03-16T20:00:13.242Z Downloaded russh v0.45.0
11792026-03-16T20:00:13.246Z Downloaded zstd v0.13.3
11802026-03-16T20:00:13.251Z Downloaded vsss-rs v3.3.4
11812026-03-16T20:00:13.251Z Downloaded vergen-gitcl v1.0.8
11822026-03-16T20:00:13.256Z Downloaded hkdf v0.12.4
11832026-03-16T20:00:13.256Z Downloaded unicode-bidi v0.3.18
11842026-03-16T20:00:13.256Z Downloaded vergen-git2 v1.0.7
11852026-03-16T20:00:13.259Z Downloaded rpassword v7.4.0
11862026-03-16T20:00:13.259Z Downloaded uzers v0.12.2
11872026-03-16T20:00:13.262Z Downloaded yasna v0.5.2
11882026-03-16T20:00:13.265Z Downloaded usdt-impl v0.6.0
11892026-03-16T20:00:13.265Z Downloaded samael v0.0.19
11902026-03-16T20:00:13.268Z Downloaded rand v0.9.2
11912026-03-16T20:00:13.271Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-03-16T20:00:13.274Z Downloaded ssh-key v0.6.7
11932026-03-16T20:00:13.279Z Downloaded blake3 v1.8.3
11942026-03-16T20:00:13.285Z Downloaded rustyline v14.0.0
11952026-03-16T20:00:13.289Z Downloaded reedline v0.40.0
11962026-03-16T20:00:13.295Z Downloaded tokio-postgres v0.7.16
11972026-03-16T20:00:13.299Z Downloaded defmt-macros v1.0.1
11982026-03-16T20:00:13.302Z Downloaded typify v0.4.3
11992026-03-16T20:00:13.304Z Downloaded tracing-core v0.1.36
12002026-03-16T20:00:13.307Z Downloaded vte v0.14.1
12012026-03-16T20:00:13.310Z Downloaded p521 v0.13.3
12022026-03-16T20:00:13.313Z Downloaded ron v0.12.0
12032026-03-16T20:00:13.319Z Downloaded unsafe-libyaml v0.2.11
12042026-03-16T20:00:13.322Z Downloaded git2 v0.20.4
12052026-03-16T20:00:13.326Z Downloaded darling_core v0.23.0
12062026-03-16T20:00:13.330Z Downloaded p384 v0.13.1
12072026-03-16T20:00:13.335Z Downloaded hyper-staticfile v0.10.1
12082026-03-16T20:00:13.338Z Downloaded uuid v1.21.0
12092026-03-16T20:00:13.339Z Downloaded ecdsa v0.16.9
12102026-03-16T20:00:13.342Z Downloaded bit-vec v0.6.3
12112026-03-16T20:00:13.342Z Downloaded backon v1.6.0
12122026-03-16T20:00:13.345Z Downloaded async-trait v0.1.89
12132026-03-16T20:00:13.348Z Downloaded unicode_categories v0.1.1
12142026-03-16T20:00:13.348Z Downloaded is-terminal v0.4.17
12152026-03-16T20:00:13.348Z Downloaded internet-checksum v0.2.1
12162026-03-16T20:00:13.353Z Downloaded hubpack v0.1.2
12172026-03-16T20:00:13.353Z Downloaded zopfli v0.8.3
12182026-03-16T20:00:13.353Z Downloaded httpdate v1.0.3
12192026-03-16T20:00:13.353Z Downloaded reqwest v0.13.2
12202026-03-16T20:00:13.357Z Downloaded fs_extra v1.3.0
12212026-03-16T20:00:13.360Z Downloaded filetime v0.2.27
12222026-03-16T20:00:13.360Z Downloaded dropshot-api-manager-types v0.6.0
12232026-03-16T20:00:13.363Z Downloaded darling v0.20.11
12242026-03-16T20:00:13.366Z Downloaded portable-atomic v1.13.1
12252026-03-16T20:00:13.370Z Downloaded crc-any v2.5.0
12262026-03-16T20:00:13.378Z Downloaded aws-lc-rs v1.16.0
12272026-03-16T20:00:13.381Z Downloaded zip v0.6.6
12282026-03-16T20:00:13.386Z Downloaded reqwest v0.12.28
12292026-03-16T20:00:13.391Z Downloaded zerocopy v0.6.6
12302026-03-16T20:00:13.391Z Downloaded yansi v1.0.1
12312026-03-16T20:00:13.397Z Downloaded regex v1.12.3
12322026-03-16T20:00:13.397Z Downloaded cookie v0.18.1
12332026-03-16T20:00:13.398Z Downloaded colored v2.2.0
12342026-03-16T20:00:13.403Z Downloaded chacha20 v0.10.0
12352026-03-16T20:00:13.403Z Downloaded bitfield v0.19.4
12362026-03-16T20:00:13.404Z Downloaded cargo_toml v0.22.3
12372026-03-16T20:00:13.404Z Downloaded buf-list v1.1.2
12382026-03-16T20:00:13.407Z Downloaded arrayvec v0.7.6
12392026-03-16T20:00:13.407Z Downloaded bzip2 v0.4.4
12402026-03-16T20:00:13.411Z Downloaded curve25519-dalek v4.1.3
12412026-03-16T20:00:13.414Z Downloaded unicode-segmentation v1.12.0
12422026-03-16T20:00:13.417Z Downloaded zerocopy-derive v0.8.40
12432026-03-16T20:00:13.422Z Downloaded toml_edit v0.19.15
12442026-03-16T20:00:13.435Z Downloaded typed-path v0.9.3
12452026-03-16T20:00:13.439Z Downloaded goblin v0.10.5
12462026-03-16T20:00:13.444Z Downloaded rayon v1.11.0
12472026-03-16T20:00:13.452Z Downloaded chrono v0.4.44
12482026-03-16T20:00:13.457Z Downloaded bitvec v1.0.1
12492026-03-16T20:00:13.468Z Downloaded salty v0.3.0
12502026-03-16T20:00:13.475Z Downloaded x509-cert v0.2.5
12512026-03-16T20:00:13.478Z Downloaded rustls-webpki v0.101.7
12522026-03-16T20:00:13.489Z Downloaded zip v4.6.1
12532026-03-16T20:00:13.492Z Downloaded tough v0.20.0
12542026-03-16T20:00:13.498Z Downloaded object v0.30.4
12552026-03-16T20:00:13.505Z Downloaded tokio-util v0.7.18
12562026-03-16T20:00:13.510Z Downloaded rustls-webpki v0.102.8
12572026-03-16T20:00:13.525Z Downloaded quinn-proto v0.11.13
12582026-03-16T20:00:13.530Z Downloaded petname v2.0.2
12592026-03-16T20:00:13.535Z Downloaded unicode-normalization v0.1.25
12602026-03-16T20:00:13.538Z Downloaded tower-http v0.6.8
12612026-03-16T20:00:13.543Z Downloaded serde_with v3.17.0
12622026-03-16T20:00:13.552Z Downloaded quick-xml v0.37.5
12632026-03-16T20:00:13.557Z Downloaded moka v0.12.13
12642026-03-16T20:00:13.565Z Downloaded lalrpop v0.19.12
12652026-03-16T20:00:13.572Z Downloaded tower v0.5.3
12662026-03-16T20:00:13.579Z Downloaded winnow v0.5.40
12672026-03-16T20:00:13.585Z Downloaded winnow v0.6.26
12682026-03-16T20:00:13.592Z Downloaded nix v0.27.1
12692026-03-16T20:00:13.600Z Downloaded rustls v0.21.12
12702026-03-16T20:00:13.608Z Downloaded radix_trie v0.2.1
12712026-03-16T20:00:13.612Z Downloaded bstr v1.12.1
12722026-03-16T20:00:13.618Z Downloaded dropshot v0.16.7
12732026-03-16T20:00:13.635Z Downloaded polar-core v0.27.3
12742026-03-16T20:00:13.641Z Downloaded openssl v0.10.75
12752026-03-16T20:00:13.648Z Downloaded time v0.3.47
12762026-03-16T20:00:13.657Z Downloaded vcpkg v0.2.15
12772026-03-16T20:00:13.687Z Downloaded tabled v0.20.0
12782026-03-16T20:00:13.700Z Downloaded regex-syntax v0.6.29
12792026-03-16T20:00:13.711Z Downloaded smoltcp v0.9.1
12802026-03-16T20:00:13.714Z Downloaded zlib-rs v0.6.2
12812026-03-16T20:00:13.718Z Downloaded regress v0.10.5
12822026-03-16T20:00:13.756Z Downloaded zerocopy v0.8.40
12832026-03-16T20:00:13.763Z Downloaded regex-syntax v0.8.10
12842026-03-16T20:00:13.763Z Downloaded hickory-proto v0.24.4
12852026-03-16T20:00:13.763Z Downloaded smoltcp v0.11.0
12862026-03-16T20:00:13.764Z Downloaded openapiv3 v2.2.0
12872026-03-16T20:00:13.768Z Downloaded rustls v0.23.37
12882026-03-16T20:00:13.775Z Downloaded hickory-proto v0.25.2
12892026-03-16T20:00:13.787Z Downloaded rustix v0.38.44
12902026-03-16T20:00:13.804Z Downloaded webpki-roots v1.0.6
12912026-03-16T20:00:13.807Z Downloaded rustls v0.22.4
12922026-03-16T20:00:13.816Z Downloaded object v0.37.3
12932026-03-16T20:00:13.824Z Downloaded diesel v2.3.7
12942026-03-16T20:00:13.840Z Downloaded nix v0.31.1
12952026-03-16T20:00:13.848Z Downloaded nix v0.29.0
12962026-03-16T20:00:13.857Z Downloaded nix v0.28.0
12972026-03-16T20:00:13.865Z Downloaded sqlparser v0.61.0
12982026-03-16T20:00:13.873Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-03-16T20:00:13.882Z Downloaded sled v0.34.7
13002026-03-16T20:00:13.889Z Downloaded proptest v1.10.0
13012026-03-16T20:00:13.896Z Downloaded typify-impl v0.6.1
13022026-03-16T20:00:13.908Z Downloaded tracing v0.1.44
13032026-03-16T20:00:13.924Z Downloaded typify-impl v0.4.3
13042026-03-16T20:00:13.935Z Downloaded ratatui v0.29.0
13052026-03-16T20:00:13.954Z Downloaded regex-automata v0.4.14
13062026-03-16T20:00:13.981Z Downloaded blake2 v0.10.6
13072026-03-16T20:00:13.981Z Downloaded env_logger v0.11.9
13082026-03-16T20:00:13.981Z Downloaded backoff v0.4.0
13092026-03-16T20:00:13.981Z Downloaded diesel_table_macro_syntax v0.3.0
13102026-03-16T20:00:13.981Z Downloaded diesel-dtrace v0.5.0
13112026-03-16T20:00:13.990Z Downloaded cobs v0.3.0
13122026-03-16T20:00:13.990Z Downloaded downcast-rs v2.0.2
13132026-03-16T20:00:13.990Z Downloaded foreign-types v0.3.2
13142026-03-16T20:00:13.990Z Downloaded derive_builder_macro v0.20.2
13152026-03-16T20:00:13.990Z Downloaded ascii-canvas v3.0.0
13162026-03-16T20:00:13.990Z Downloaded zerocopy-derive v0.6.6
13172026-03-16T20:00:13.990Z Downloaded aead v0.5.2
13182026-03-16T20:00:13.990Z Downloaded darling_macro v0.21.3
13192026-03-16T20:00:13.990Z Downloaded chrono-tz v0.10.4
13202026-03-16T20:00:13.995Z Downloaded curve25519-dalek-derive v0.1.1
13212026-03-16T20:00:13.996Z Downloaded lzma-sys v0.1.20
13222026-03-16T20:00:14.015Z Downloaded petgraph v0.6.5
13232026-03-16T20:00:14.029Z Downloaded dof v0.4.0
13242026-03-16T20:00:14.034Z Downloaded jiff v0.2.21
13252026-03-16T20:00:14.043Z Downloaded data-encoding v2.10.0
13262026-03-16T20:00:14.048Z Downloaded csv v1.4.0
13272026-03-16T20:00:14.059Z Downloaded daft-derive v0.1.5
13282026-03-16T20:00:14.063Z Downloaded async-bb8-diesel v0.2.1
13292026-03-16T20:00:14.067Z Downloaded petgraph v0.8.3
13302026-03-16T20:00:14.080Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-03-16T20:00:14.095Z Downloaded tokio v1.49.0
13322026-03-16T20:00:14.126Z Downloaded sha3 v0.10.8
13332026-03-16T20:00:14.130Z Downloaded libz-sys v1.1.24
13342026-03-16T20:00:14.142Z Downloaded aes-gcm v0.10.3
13352026-03-16T20:00:14.148Z Downloaded csv-core v0.1.13
13362026-03-16T20:00:14.148Z Downloaded ciborium-ll v0.2.2
13372026-03-16T20:00:14.149Z Downloaded base64ct v1.8.3
13382026-03-16T20:00:14.159Z Downloaded base16ct v0.2.0
13392026-03-16T20:00:14.159Z Downloaded daft v0.1.5
13402026-03-16T20:00:14.223Z Downloaded encoding_rs v0.8.35
13412026-03-16T20:00:14.247Z Downloaded ring v0.17.14
13422026-03-16T20:00:14.292Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-16T20:00:14.838Z Downloaded aws-lc-sys v0.37.1
13442026-03-16T20:00:15.160Z Compiling libc v0.2.180
13452026-03-16T20:00:15.163Z Compiling serde v1.0.228
13462026-03-16T20:00:15.163Z Compiling log v0.4.29
13472026-03-16T20:00:15.163Z Compiling shlex v1.3.0
13482026-03-16T20:00:15.363Z Compiling find-msvc-tools v0.1.9
13492026-03-16T20:00:15.363Z Compiling smallvec v1.15.1
13502026-03-16T20:00:15.390Z Compiling syn v2.0.117
13512026-03-16T20:00:15.399Z Compiling typenum v1.19.0
13522026-03-16T20:00:15.576Z Compiling generic-array v0.14.7
13532026-03-16T20:00:15.595Z Compiling subtle v2.6.1
13542026-03-16T20:00:15.642Z Compiling scopeguard v1.2.0
13552026-03-16T20:00:15.710Z Compiling portable-atomic v1.13.1
13562026-03-16T20:00:15.744Z Compiling const-oid v0.9.6
13572026-03-16T20:00:15.784Z Compiling lock_api v0.4.14
13582026-03-16T20:00:15.825Z Compiling critical-section v1.2.0
13592026-03-16T20:00:15.889Z Compiling zerocopy v0.8.40
13602026-03-16T20:00:15.952Z Compiling parking_lot_core v0.9.12
13612026-03-16T20:00:16.081Z Compiling pin-project-lite v0.2.17
13622026-03-16T20:00:16.197Z Compiling serde_json v1.0.149
13632026-03-16T20:00:16.263Z Compiling pkg-config v0.3.32
13642026-03-16T20:00:16.439Z Compiling getrandom v0.2.17
13652026-03-16T20:00:17.040Z Compiling jobserver v0.1.34
13662026-03-16T20:00:17.040Z Compiling errno v0.3.14
13672026-03-16T20:00:17.040Z Compiling rand_core v0.6.4
13682026-03-16T20:00:17.040Z Compiling signal-hook-registry v1.4.8
13692026-03-16T20:00:17.040Z Compiling cc v1.2.56
13702026-03-16T20:00:17.040Z Compiling once_cell v1.21.3
13712026-03-16T20:00:17.040Z Compiling mio v1.1.1
13722026-03-16T20:00:17.095Z Compiling bitflags v2.11.0
13732026-03-16T20:00:17.123Z Compiling libm v0.2.16
13742026-03-16T20:00:17.207Z Compiling num-traits v0.2.19
13752026-03-16T20:00:17.331Z Compiling parking_lot v0.12.5
13762026-03-16T20:00:17.350Z Compiling futures-core v0.3.32
13772026-03-16T20:00:17.610Z Compiling socket2 v0.6.2
13782026-03-16T20:00:17.767Z Compiling percent-encoding v2.3.2
13792026-03-16T20:00:17.789Z Compiling allocator-api2 v0.2.21
13802026-03-16T20:00:17.877Z Compiling foldhash v0.2.0
13812026-03-16T20:00:18.020Z Compiling cpufeatures v0.2.17
13822026-03-16T20:00:18.116Z Compiling futures-sink v0.3.32
13832026-03-16T20:00:18.173Z Compiling futures-io v0.3.32
13842026-03-16T20:00:18.189Z Compiling hashbrown v0.16.1
13852026-03-16T20:00:18.243Z Compiling futures-channel v0.3.32
13862026-03-16T20:00:18.261Z Compiling slab v0.4.12
13872026-03-16T20:00:18.370Z Compiling getrandom v0.4.1
13882026-03-16T20:00:18.490Z Compiling futures-task v0.3.32
13892026-03-16T20:00:18.583Z Compiling getrandom v0.3.4
13902026-03-16T20:00:18.589Z Compiling rand_core v0.10.0
13912026-03-16T20:00:18.774Z Compiling rustversion v1.0.22
13922026-03-16T20:00:19.026Z Compiling indexmap v2.13.0
13932026-03-16T20:00:19.061Z Compiling form_urlencoded v1.2.2
13942026-03-16T20:00:19.129Z Compiling cmake v0.1.57
13952026-03-16T20:00:19.268Z Compiling dunce v1.0.5
13962026-03-16T20:00:19.292Z Compiling base64ct v1.8.3
13972026-03-16T20:00:19.392Z Compiling ident_case v1.0.1
13982026-03-16T20:00:19.520Z Compiling synstructure v0.13.2
13992026-03-16T20:00:19.684Z Compiling fs_extra v1.3.0
14002026-03-16T20:00:19.685Z Compiling pem-rfc7468 v0.7.0
14012026-03-16T20:00:19.731Z Compiling flagset v0.4.7
14022026-03-16T20:00:19.857Z Compiling rand_core v0.9.5
14032026-03-16T20:00:19.900Z Compiling rustix v1.1.3
14042026-03-16T20:00:19.952Z Compiling iana-time-zone v0.1.65
14052026-03-16T20:00:20.060Z Compiling aws-lc-sys v0.37.1
14062026-03-16T20:00:20.082Z Compiling ring v0.17.14
14072026-03-16T20:00:20.100Z Compiling uuid v1.21.0
14082026-03-16T20:00:20.211Z Compiling rustc_version v0.4.1
14092026-03-16T20:00:20.254Z Compiling regex-syntax v0.8.10
14102026-03-16T20:00:20.382Z Compiling vcpkg v0.2.15
14112026-03-16T20:00:20.637Z Compiling aws-lc-rs v1.16.0
14122026-03-16T20:00:21.003Z Compiling tracing-core v0.1.36
14132026-03-16T20:00:21.055Z Compiling crossbeam-utils v0.8.21
14142026-03-16T20:00:21.394Z Compiling openssl-sys v0.9.111
14152026-03-16T20:00:21.447Z Compiling pest_generator v2.8.6
14162026-03-16T20:00:21.771Z Compiling serde_derive_internals v0.29.1
14172026-03-16T20:00:22.140Z Compiling openssl-probe v0.2.1
14182026-03-16T20:00:22.176Z Compiling serde_derive v1.0.228
14192026-03-16T20:00:22.321Z Compiling zeroize_derive v1.4.3
14202026-03-16T20:00:22.358Z Compiling zerofrom-derive v0.1.6
14212026-03-16T20:00:22.378Z Compiling yoke-derive v0.8.1
14222026-03-16T20:00:23.055Z Compiling zerocopy-derive v0.8.40
14232026-03-16T20:00:23.233Z Compiling zeroize v1.8.2
14242026-03-16T20:00:23.518Z Compiling zerovec-derive v0.11.2
14252026-03-16T20:00:23.959Z Compiling displaydoc v0.2.5
14262026-03-16T20:00:24.279Z Compiling crypto-common v0.1.7
14272026-03-16T20:00:24.305Z Compiling zerofrom v0.1.6
14282026-03-16T20:00:24.458Z Compiling yoke v0.8.1
14292026-03-16T20:00:24.473Z Compiling block-buffer v0.10.4
14302026-03-16T20:00:24.678Z Compiling digest v0.10.7
14312026-03-16T20:00:24.697Z Compiling tokio-macros v2.6.0
14322026-03-16T20:00:24.916Z Compiling zerotrie v0.2.3
14332026-03-16T20:00:24.951Z Compiling hmac v0.12.1
14342026-03-16T20:00:24.971Z Compiling zerovec v0.11.5
14352026-03-16T20:00:25.001Z Compiling futures-macro v0.3.32
14362026-03-16T20:00:25.146Z Compiling block-padding v0.3.3
14372026-03-16T20:00:25.317Z Compiling inout v0.1.4
14382026-03-16T20:00:25.347Z Compiling sha2 v0.10.9
14392026-03-16T20:00:25.536Z Compiling cipher v0.4.4
14402026-03-16T20:00:25.650Z Compiling tinystr v0.8.2
14412026-03-16T20:00:25.668Z Compiling potential_utf v0.1.4
14422026-03-16T20:00:25.878Z Compiling icu_locale_core v2.1.1
14432026-03-16T20:00:25.897Z Compiling icu_collections v2.1.1
14442026-03-16T20:00:25.916Z Compiling der_derive v0.7.3
14452026-03-16T20:00:26.062Z Compiling futures-util v0.3.32
14462026-03-16T20:00:26.551Z Compiling salsa20 v0.10.2
14472026-03-16T20:00:26.727Z Compiling pbkdf2 v0.12.2
14482026-03-16T20:00:26.759Z Compiling icu_provider v2.1.1
14492026-03-16T20:00:26.869Z Compiling bytes v1.11.1
14502026-03-16T20:00:27.130Z Compiling icu_normalizer v2.1.1
14512026-03-16T20:00:27.156Z Compiling icu_properties v2.1.2
14522026-03-16T20:00:27.185Z Compiling der v0.7.10
14532026-03-16T20:00:27.213Z Compiling chrono v0.4.44
14542026-03-16T20:00:27.715Z Compiling tokio v1.49.0
14552026-03-16T20:00:27.886Z Compiling http v1.4.0
14562026-03-16T20:00:28.738Z Compiling idna_adapter v1.2.1
14572026-03-16T20:00:28.895Z Compiling idna v1.1.0
14582026-03-16T20:00:28.913Z Compiling spki v0.7.3
14592026-03-16T20:00:29.151Z Compiling thiserror-impl v2.0.18
14602026-03-16T20:00:29.159Z Compiling ppv-lite86 v0.2.21
14612026-03-16T20:00:29.178Z Compiling scrypt v0.11.0
14622026-03-16T20:00:29.208Z Compiling aes v0.8.4
14632026-03-16T20:00:29.379Z Compiling url v2.5.8
14642026-03-16T20:00:29.502Z Compiling cbc v0.1.2
14652026-03-16T20:00:29.597Z Compiling rand_chacha v0.9.0
14662026-03-16T20:00:29.680Z Compiling rustls-pki-types v1.14.0
14672026-03-16T20:00:29.761Z Compiling tracing-attributes v0.1.31
14682026-03-16T20:00:30.279Z Compiling rand v0.9.2
14692026-03-16T20:00:30.417Z Compiling pkcs5 v0.7.1
14702026-03-16T20:00:30.465Z Compiling http-body v1.0.1
14712026-03-16T20:00:30.581Z Compiling schemars v0.8.22
14722026-03-16T20:00:30.654Z Compiling untrusted v0.7.1
14732026-03-16T20:00:30.804Z Compiling base64 v0.22.1
14742026-03-16T20:00:30.826Z Compiling syn v1.0.109
14752026-03-16T20:00:30.886Z Compiling thiserror v2.0.18
14762026-03-16T20:00:31.016Z Compiling untrusted v0.9.0
14772026-03-16T20:00:31.042Z Compiling httparse v1.10.1
14782026-03-16T20:00:31.249Z Compiling pkcs8 v0.10.2
14792026-03-16T20:00:31.268Z Compiling schemars_derive v0.8.22
14802026-03-16T20:00:31.297Z Compiling pest_derive v2.8.6
14812026-03-16T20:00:31.530Z Compiling scroll_derive v0.13.1
14822026-03-16T20:00:31.548Z Compiling tracing v0.1.44
14832026-03-16T20:00:31.821Z Compiling darling_core v0.20.11
14842026-03-16T20:00:31.887Z Compiling tinyvec_macros v0.1.1
14852026-03-16T20:00:31.973Z Compiling dyn-clone v1.0.20
14862026-03-16T20:00:32.144Z Compiling rustls v0.23.37
14872026-03-16T20:00:32.324Z Compiling atomic-waker v1.1.2
14882026-03-16T20:00:32.387Z Compiling tower-layer v0.3.3
14892026-03-16T20:00:32.487Z Compiling tower-service v0.3.3
14902026-03-16T20:00:32.594Z Compiling try-lock v0.2.5
14912026-03-16T20:00:32.613Z Compiling tinyvec v1.10.0
14922026-03-16T20:00:32.617Z Compiling scroll v0.13.0
14932026-03-16T20:00:32.726Z Compiling want v0.3.1
14942026-03-16T20:00:32.936Z Compiling tokio-util v0.7.18
14952026-03-16T20:00:33.363Z Compiling ipnet v2.11.0
14962026-03-16T20:00:33.640Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-16T20:00:34.033Z Compiling h2 v0.4.13
14982026-03-16T20:00:34.127Z Compiling spin v0.9.8
14992026-03-16T20:00:34.368Z Compiling aho-corasick v1.1.4
15002026-03-16T20:00:34.387Z Compiling pin-utils v0.1.0
15012026-03-16T20:00:34.477Z Compiling crc32fast v1.5.0
15022026-03-16T20:00:34.728Z Compiling foreign-types-shared v0.1.1
15032026-03-16T20:00:34.813Z Compiling num-conv v0.2.0
15042026-03-16T20:00:34.835Z Compiling powerfmt v0.2.0
15052026-03-16T20:00:34.983Z Compiling openssl v0.10.75
15062026-03-16T20:00:35.069Z Compiling darling_macro v0.20.11
15072026-03-16T20:00:35.097Z Compiling httpdate v1.0.3
15082026-03-16T20:00:35.267Z Compiling time-core v0.1.8
15092026-03-16T20:00:35.380Z Compiling tempfile v3.25.0
15102026-03-16T20:00:35.454Z Compiling time-macros v0.2.27
15112026-03-16T20:00:35.658Z Compiling darling v0.20.11
15122026-03-16T20:00:35.680Z Compiling regex-automata v0.4.14
15132026-03-16T20:00:35.785Z Compiling deranged v0.5.8
15142026-03-16T20:00:35.934Z Compiling foreign-types v0.3.2
15152026-03-16T20:00:36.703Z Compiling goblin v0.10.5
15162026-03-16T20:00:36.883Z Compiling thiserror-impl v1.0.69
15172026-03-16T20:00:37.129Z Compiling openssl-macros v0.1.1
15182026-03-16T20:00:38.345Z Compiling hyper v1.8.1
15192026-03-16T20:00:38.592Z Compiling wait-timeout v0.2.1
15202026-03-16T20:00:38.725Z Compiling native-tls v0.2.18
15212026-03-16T20:00:38.928Z Compiling siphasher v1.0.2
15222026-03-16T20:00:38.977Z Compiling either v1.15.0
15232026-03-16T20:00:39.176Z Compiling quick-error v1.2.3
15242026-03-16T20:00:39.246Z Compiling bit-vec v0.8.0
15252026-03-16T20:00:39.305Z Compiling usdt-impl v0.6.0
15262026-03-16T20:00:39.370Z Compiling simd-adler32 v0.3.8
15272026-03-16T20:00:39.545Z Compiling num_threads v0.1.7
15282026-03-16T20:00:39.589Z Compiling bit-set v0.8.0
15292026-03-16T20:00:39.662Z Compiling time v0.3.47
15302026-03-16T20:00:39.697Z Compiling rusty-fork v0.3.1
15312026-03-16T20:00:39.790Z Compiling hyper-util v0.1.20
15322026-03-16T20:00:40.133Z Compiling thiserror v1.0.69
15332026-03-16T20:00:40.482Z Compiling dof v0.4.0
15342026-03-16T20:00:41.659Z Compiling derive_builder_core v0.20.2
15352026-03-16T20:00:41.851Z Compiling unicode-normalization v0.1.25
15362026-03-16T20:00:42.054Z Compiling crossbeam-epoch v0.9.18
15372026-03-16T20:00:42.085Z Compiling dtrace-parser v0.3.0
15382026-03-16T20:00:42.468Z Compiling rustls-native-certs v0.8.3
15392026-03-16T20:00:42.511Z Compiling signature v2.2.0
15402026-03-16T20:00:42.711Z Compiling scroll_derive v0.12.1
15412026-03-16T20:00:42.735Z Compiling heapless v0.7.17
15422026-03-16T20:00:42.847Z Compiling slog v2.8.2
15432026-03-16T20:00:42.867Z Compiling rand_xorshift v0.4.0
15442026-03-16T20:00:43.033Z Compiling darling_core v0.21.3
15452026-03-16T20:00:43.069Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-16T20:00:43.087Z Compiling sync_wrapper v1.0.2
15472026-03-16T20:00:43.154Z Compiling thread-id v5.1.0
15482026-03-16T20:00:43.219Z Compiling cookie v0.18.1
15492026-03-16T20:00:43.257Z Compiling rayon-core v1.13.0
15502026-03-16T20:00:43.412Z Compiling unicode-bidi v0.3.18
15512026-03-16T20:00:43.437Z Compiling unicode-properties v0.1.4
15522026-03-16T20:00:43.466Z Compiling unicode-segmentation v1.12.0
15532026-03-16T20:00:43.576Z Compiling anyhow v1.0.102
15542026-03-16T20:00:43.706Z Compiling paste v1.0.15
15552026-03-16T20:00:43.960Z Compiling adler2 v2.0.1
15562026-03-16T20:00:43.979Z Compiling zstd-safe v7.2.4
15572026-03-16T20:00:44.036Z Compiling unarray v0.1.4
15582026-03-16T20:00:44.118Z Compiling signal-hook v0.3.18
15592026-03-16T20:00:44.121Z Compiling miniz_oxide v0.8.9
15602026-03-16T20:00:44.175Z Compiling proptest v1.10.0
15612026-03-16T20:00:44.321Z Compiling stringprep v0.1.5
15622026-03-16T20:00:44.366Z Compiling scroll v0.12.0
15632026-03-16T20:00:44.894Z Compiling tower v0.5.3
15642026-03-16T20:00:44.973Z Compiling derive_builder_macro v0.20.2
15652026-03-16T20:00:45.034Z Compiling crossbeam-deque v0.8.6
15662026-03-16T20:00:45.270Z Compiling ipnetwork v0.21.1
15672026-03-16T20:00:45.273Z Compiling http-body-util v0.1.3
15682026-03-16T20:00:45.476Z Compiling webpki-roots v1.0.6
15692026-03-16T20:00:45.517Z Compiling rand_chacha v0.3.1
15702026-03-16T20:00:45.563Z Compiling serde_tokenstream v0.2.3
15712026-03-16T20:00:45.612Z Compiling serde_spanned v0.6.9
15722026-03-16T20:00:45.630Z Compiling toml_datetime v0.6.11
15732026-03-16T20:00:45.783Z Compiling erased-serde v0.3.31
15742026-03-16T20:00:45.786Z Compiling md-5 v0.10.6
15752026-03-16T20:00:45.956Z Compiling zerocopy-derive v0.7.35
15762026-03-16T20:00:45.959Z Compiling curve25519-dalek v4.1.3
15772026-03-16T20:00:46.010Z Compiling vergen-lib v0.1.6
15782026-03-16T20:00:46.231Z Compiling num-integer v0.1.46
15792026-03-16T20:00:46.372Z Compiling hash32 v0.2.1
15802026-03-16T20:00:46.510Z Compiling ff v0.13.1
15812026-03-16T20:00:46.554Z Compiling memoffset v0.9.1
15822026-03-16T20:00:46.580Z Compiling darling_macro v0.21.3
15832026-03-16T20:00:46.621Z Compiling smoltcp v0.9.1
15842026-03-16T20:00:46.656Z Compiling rustix v0.38.44
15852026-03-16T20:00:46.678Z Compiling base16ct v0.2.0
15862026-03-16T20:00:46.786Z Compiling ref-cast v1.0.25
15872026-03-16T20:00:46.900Z Compiling num-bigint-dig v0.8.6
15882026-03-16T20:00:47.043Z Compiling psl-types v2.0.11
15892026-03-16T20:00:47.094Z Compiling ryu v1.0.23
15902026-03-16T20:00:47.129Z Compiling cfg_aliases v0.2.1
15912026-03-16T20:00:47.133Z Compiling iri-string v0.7.10
15922026-03-16T20:00:47.167Z Compiling zlib-rs v0.6.2
15932026-03-16T20:00:47.187Z Compiling litrs v1.0.0
15942026-03-16T20:00:47.204Z Compiling fallible-iterator v0.2.0
15952026-03-16T20:00:47.223Z Compiling nix v0.31.1
15962026-03-16T20:00:47.319Z Compiling serde_urlencoded v0.7.1
15972026-03-16T20:00:47.640Z Compiling postgres-protocol v0.6.10
15982026-03-16T20:00:47.708Z Compiling newtype-uuid v1.3.2
15992026-03-16T20:00:47.756Z Compiling darling v0.21.3
16002026-03-16T20:00:47.935Z Compiling publicsuffix v2.3.0
16012026-03-16T20:00:47.939Z Compiling document-features v0.2.12
16022026-03-16T20:00:48.137Z Compiling zerocopy v0.7.35
16032026-03-16T20:00:48.320Z Compiling sec1 v0.7.3
16042026-03-16T20:00:48.505Z Compiling group v0.13.0
16052026-03-16T20:00:48.713Z Compiling num-iter v0.1.45
16062026-03-16T20:00:48.868Z Compiling tower-http v0.6.8
16072026-03-16T20:00:49.065Z Compiling rand v0.8.5
16082026-03-16T20:00:49.254Z Compiling oxnet v0.1.4
16092026-03-16T20:00:49.319Z Compiling derive_builder v0.20.2
16102026-03-16T20:00:49.338Z Compiling proc-macro-error v1.0.4
16112026-03-16T20:00:49.515Z Compiling tokio-native-tls v0.3.1
16122026-03-16T20:00:49.719Z Compiling goblin v0.8.2
16132026-03-16T20:00:50.477Z Compiling heck v0.4.1
16142026-03-16T20:00:50.535Z Compiling phf_shared v0.13.1
16152026-03-16T20:00:50.601Z Compiling regex v1.12.3
16162026-03-16T20:00:50.766Z Compiling hubpack_derive v0.1.1
16172026-03-16T20:00:50.831Z Compiling lazy_static v1.5.0
16182026-03-16T20:00:50.857Z Compiling cargo-platform v0.1.9
16192026-03-16T20:00:50.945Z Compiling hkdf v0.12.4
16202026-03-16T20:00:51.149Z Compiling crypto-bigint v0.5.5
16212026-03-16T20:00:51.183Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-16T20:00:51.187Z Compiling async-trait v0.1.89
16232026-03-16T20:00:51.319Z Compiling flate2 v1.1.9
16242026-03-16T20:00:51.799Z Compiling daft-derive v0.1.5
16252026-03-16T20:00:51.899Z Compiling strum_macros v0.27.2
16262026-03-16T20:00:52.018Z Compiling ref-cast-impl v1.0.25
16272026-03-16T20:00:52.694Z Compiling terminal_size v0.4.3
16282026-03-16T20:00:52.746Z Compiling vergen v9.0.6
16292026-03-16T20:00:52.765Z Compiling fs-err v3.3.0
16302026-03-16T20:00:52.870Z Compiling ahash v0.8.12
16312026-03-16T20:00:52.971Z Compiling winnow v0.5.40
16322026-03-16T20:00:52.995Z Compiling bitflags v1.3.2
16332026-03-16T20:00:53.090Z Compiling managed v0.8.0
16342026-03-16T20:00:53.118Z Compiling object v0.37.3
16352026-03-16T20:00:53.371Z Compiling foldhash v0.1.5
16362026-03-16T20:00:53.471Z Compiling bumpalo v3.20.2
16372026-03-16T20:00:53.585Z Compiling libbz2-rs-sys v0.2.2
16382026-03-16T20:00:53.797Z Compiling zopfli v0.8.3
16392026-03-16T20:00:54.076Z Compiling hashbrown v0.15.5
16402026-03-16T20:00:54.484Z Compiling bzip2 v0.6.1
16412026-03-16T20:00:54.666Z Compiling strum v0.27.2
16422026-03-16T20:00:54.746Z Compiling toml_edit v0.19.15
16432026-03-16T20:00:54.817Z Compiling console v0.16.2
16442026-03-16T20:00:54.855Z Compiling clap_builder v4.5.60
16452026-03-16T20:00:54.925Z Compiling dof v0.3.0
16462026-03-16T20:00:54.952Z Compiling daft v0.1.5
16472026-03-16T20:00:55.432Z Compiling elliptic-curve v0.13.8
16482026-03-16T20:00:55.785Z Compiling hubpack v0.1.2
16492026-03-16T20:00:55.895Z Compiling cargo_metadata v0.19.2
16502026-03-16T20:00:56.064Z Compiling phf v0.13.1
16512026-03-16T20:00:56.274Z Compiling zone_cfg_derive v0.3.1
16522026-03-16T20:00:57.091Z Compiling zstd v0.13.3
16532026-03-16T20:00:57.451Z Compiling signal-hook-mio v0.2.5
16542026-03-16T20:00:57.598Z Compiling cookie_store v0.22.1
16552026-03-16T20:00:58.268Z Compiling rayon v1.11.0
16562026-03-16T20:00:58.483Z Compiling hyper-tls v0.6.0
16572026-03-16T20:00:58.503Z Compiling bzip2 v0.4.4
16582026-03-16T20:00:58.766Z Compiling postgres-types v0.2.12
16592026-03-16T20:00:58.769Z Compiling serde_with_macros v3.17.0
16602026-03-16T20:00:59.149Z Compiling usdt-macro v0.6.0
16612026-03-16T20:00:59.523Z Compiling usdt-attr-macro v0.6.0
16622026-03-16T20:00:59.554Z Compiling ed25519 v2.2.3
16632026-03-16T20:01:00.116Z Compiling dtrace-parser v0.2.0
16642026-03-16T20:01:00.217Z Compiling itertools v0.12.1
16652026-03-16T20:01:00.277Z Compiling phf_shared v0.11.3
16662026-03-16T20:01:00.529Z Compiling bstr v1.12.1
16672026-03-16T20:01:00.549Z Compiling pkcs1 v0.7.5
16682026-03-16T20:01:00.699Z Compiling serde-big-array v0.5.1
16692026-03-16T20:01:00.723Z Compiling hex v0.4.3
16702026-03-16T20:01:00.879Z Compiling rfc6979 v0.4.0
16712026-03-16T20:01:01.034Z Compiling enum-as-inner v0.6.1
16722026-03-16T20:01:01.079Z Compiling strum_macros v0.26.4
16732026-03-16T20:01:01.098Z Compiling clap_derive v4.5.55
16742026-03-16T20:01:01.162Z Compiling serde_repr v0.1.20
16752026-03-16T20:01:01.402Z Compiling float-cmp v0.10.0
16762026-03-16T20:01:01.591Z Compiling memmap2 v0.9.10
16772026-03-16T20:01:01.682Z Compiling thread-id v4.2.2
16782026-03-16T20:01:01.791Z Compiling env_filter v1.0.0
16792026-03-16T20:01:01.846Z Compiling encoding_rs v0.8.35
16802026-03-16T20:01:01.875Z Compiling keccak v0.1.6
16812026-03-16T20:01:01.878Z Compiling predicates-core v1.0.10
16822026-03-16T20:01:02.121Z Compiling whoami v2.1.0
16832026-03-16T20:01:02.185Z Compiling new_debug_unreachable v1.0.6
16842026-03-16T20:01:02.277Z Compiling rustc-hash v2.1.1
16852026-03-16T20:01:02.460Z Compiling precomputed-hash v0.1.1
16862026-03-16T20:01:02.573Z Compiling difflib v0.4.0
16872026-03-16T20:01:02.677Z Compiling static_assertions v1.1.0
16882026-03-16T20:01:02.774Z Compiling normalize-line-endings v0.3.0
16892026-03-16T20:01:02.897Z Compiling mime v0.3.17
16902026-03-16T20:01:03.043Z Compiling fixedbitset v0.5.7
16912026-03-16T20:01:03.248Z Compiling fixedbitset v0.4.2
16922026-03-16T20:01:03.318Z Compiling unit-prefix v0.5.2
16932026-03-16T20:01:03.346Z Compiling jiff v0.2.21
16942026-03-16T20:01:03.470Z Compiling data-encoding v2.10.0
16952026-03-16T20:01:03.506Z Compiling indicatif v0.18.4
16962026-03-16T20:01:03.535Z Compiling strum v0.26.3
16972026-03-16T20:01:03.554Z Compiling petgraph v0.6.5
16982026-03-16T20:01:03.557Z Compiling clap v4.5.60
16992026-03-16T20:01:03.675Z Compiling petgraph v0.8.3
17002026-03-16T20:01:03.698Z Compiling predicates v3.1.4
17012026-03-16T20:01:03.944Z Compiling hickory-proto v0.25.2
17022026-03-16T20:01:04.432Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-16T20:01:04.563Z Compiling string_cache v0.8.9
17042026-03-16T20:01:04.654Z Compiling tokio-postgres v0.7.16
17052026-03-16T20:01:04.848Z Compiling iddqd v0.3.17
17062026-03-16T20:01:05.591Z Compiling toml_edit v0.22.27
17072026-03-16T20:01:06.332Z Compiling sha3 v0.10.8
17082026-03-16T20:01:06.351Z Compiling env_logger v0.11.9
17092026-03-16T20:01:06.812Z Compiling usdt v0.6.0
17102026-03-16T20:01:06.925Z Compiling zip v4.6.1
17112026-03-16T20:01:07.148Z Compiling usdt-impl v0.5.0
17122026-03-16T20:01:07.671Z Compiling zone v0.3.1
17132026-03-16T20:01:07.976Z Compiling similar v2.7.0
17142026-03-16T20:01:08.208Z Compiling serde_with v3.17.0
17152026-03-16T20:01:08.268Z Compiling ecdsa v0.16.9
17162026-03-16T20:01:08.605Z Compiling rsa v0.9.10
17172026-03-16T20:01:08.787Z Compiling crossterm v0.28.1
17182026-03-16T20:01:09.143Z Compiling ed25519-dalek v2.2.0
17192026-03-16T20:01:09.419Z Compiling zip v0.6.6
17202026-03-16T20:01:10.191Z Compiling toml v0.7.8
17212026-03-16T20:01:10.596Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-16T20:01:10.798Z Compiling itertools v0.13.0
17232026-03-16T20:01:11.029Z Compiling tokio-stream v0.1.18
17242026-03-16T20:01:11.050Z Compiling buf-list v1.1.2
17252026-03-16T20:01:11.248Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-16T20:01:11.405Z Compiling x509-cert v0.2.5
17272026-03-16T20:01:11.448Z Compiling openapiv3 v2.2.0
17282026-03-16T20:01:11.645Z Compiling sha1 v0.10.6
17292026-03-16T20:01:11.650Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-16T20:01:11.928Z Compiling lalrpop-util v0.19.12
17312026-03-16T20:01:12.059Z Compiling peg-runtime v0.8.5
17322026-03-16T20:01:12.175Z Compiling thread_local v1.1.9
17332026-03-16T20:01:12.459Z Compiling slog-async v2.8.0
17342026-03-16T20:01:12.537Z Compiling crossbeam-channel v0.5.15
17352026-03-16T20:01:12.556Z Compiling futures-executor v0.3.32
17362026-03-16T20:01:12.849Z Compiling is-terminal v0.4.17
17372026-03-16T20:01:12.869Z Compiling filetime v0.2.27
17382026-03-16T20:01:12.903Z Compiling xattr v1.6.1
17392026-03-16T20:01:12.969Z Compiling take_mut v0.2.2
17402026-03-16T20:01:13.090Z Compiling term v1.2.1
17412026-03-16T20:01:13.129Z Compiling tar v0.4.44
17422026-03-16T20:01:13.153Z Compiling futures v0.3.32
17432026-03-16T20:01:13.643Z Compiling slog-term v2.9.2
17442026-03-16T20:01:20.126Z Compiling rustls-webpki v0.103.9
17452026-03-16T20:01:24.196Z Compiling tokio-rustls v0.26.4
17462026-03-16T20:01:24.196Z Compiling rustls-platform-verifier v0.6.2
17472026-03-16T20:01:24.455Z Compiling hyper-rustls v0.27.7
17482026-03-16T20:01:24.712Z Compiling reqwest v0.12.28
17492026-03-16T20:01:24.729Z Compiling reqwest v0.13.2
17502026-03-16T20:01:27.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-16T20:01:27.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-16T20:01:31.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17532026-03-16T20:01:31.969Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-16T20:01:32.032ZMar 16 20:01:30.650 INFO Starting download, target: Clickhouse
17552026-03-16T20:01:32.032ZMar 16 20:01:30.650 INFO Starting download, target: Console
17562026-03-16T20:01:32.032ZMar 16 20:01:30.650 INFO Starting download, target: Cockroach
17572026-03-16T20:01:32.032ZMar 16 20:01:30.650 INFO Starting download, target: TransceiverControl
17582026-03-16T20:01:32.032ZMar 16 20:01:30.650 INFO Starting download, target: DendriteStub
17592026-03-16T20:01:32.033ZMar 16 20:01:30.650 INFO Starting download, target: MaghemiteMgd
17602026-03-16T20:01:32.036ZMar 16 20:01:30.650 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-16T20:01:32.036ZMar 16 20:01:30.650 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-16T20:01:32.036ZMar 16 20:01:30.650 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-16T20:01:32.036ZMar 16 20:01:30.650 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-03-16T20:01:32.036ZMar 16 20:01:30.650 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-16T20:01:32.036ZMar 16 20:01:30.650 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-16T20:01:32.469ZMar 16 20:01:31.083 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-16T20:01:32.820ZMar 16 20:01:31.437 INFO Download complete, target: TransceiverControl
17682026-03-16T20:01:33.052ZMar 16 20:01:31.668 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-16T20:01:33.437ZMar 16 20:01:32.055 INFO Download complete, target: Console
17702026-03-16T20:01:33.592ZMar 16 20:01:32.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-16T20:01:33.797ZMar 16 20:01:32.416 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-16T20:01:34.539ZMar 16 20:01:33.157 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-16T20:01:34.746ZMar 16 20:01:33.365 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-16T20:01:34.746ZMar 16 20:01:33.365 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-16T20:01:37.169ZMar 16 20:01:35.788 INFO Download complete, target: DendriteStub
17762026-03-16T20:01:37.475ZMar 16 20:01:36.095 INFO Download complete, target: MaghemiteMgd
17772026-03-16T20:01:42.381ZMar 16 20:01:41.002 INFO Checking that binary works, target: Cockroach
17782026-03-16T20:01:42.492ZMar 16 20:01:41.113 INFO Download complete, target: Cockroach
17792026-03-16T20:01:45.860ZMar 16 20:01:44.482 INFO Checking that binary works, target: Clickhouse
17802026-03-16T20:01:46.017ZMar 16 20:01:44.638 INFO Download complete, target: Clickhouse
17812026-03-16T20:01:46.035ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-16T20:01:46.038Z
17832026-03-16T20:01:46.038Zreal 4:15.956848633
17842026-03-16T20:01:46.038Zuser 10:22.698514946
17852026-03-16T20:01:46.038Zsys 1:47.264399137
17862026-03-16T20:01:46.038Ztrap 0.327270685
17872026-03-16T20:01:46.038Ztflt 0.681006825
17882026-03-16T20:01:46.038Zdflt 0.444230121
17892026-03-16T20:01:46.038Zkflt 0.023415374
17902026-03-16T20:01:46.038Zlock 30:33.694839666
17912026-03-16T20:01:46.038Zslp 29:44.531816163
17922026-03-16T20:01:46.038Zlat 55.509263130
17932026-03-16T20:01:46.038Zstop 2:38.711266033
17942026-03-16T20:01:46.038Z+ banner hack-check
17952026-03-16T20:01:46.038Z
17962026-03-16T20:01:46.038Z # # ## #### # # #### # # ###### #### # #
17972026-03-16T20:01:46.038Z # # # # # # # # # # # # # # # # #
17982026-03-16T20:01:46.038Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-16T20:01:46.038Z # # ###### # # # # # # # # # #
18002026-03-16T20:01:46.038Z # # # # # # # # # # # # # # # # #
18012026-03-16T20:01:46.039Z # # # # #### # # #### # # ###### #### # #
18022026-03-16T20:01:46.039Z
18032026-03-16T20:01:46.039Z+ export CARGO_INCREMENTAL=0
18042026-03-16T20:01:46.039Z+ CARGO_INCREMENTAL=0
18052026-03-16T20:01:46.039Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-16T20:01:46.725Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-16T20:01:46.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-16T20:01:49.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
18092026-03-16T20:01:49.570Z Running `target/debug/xtask check-features --ci`
18102026-03-16T20:01:49.596Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-16T20:01:49.599Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-16T20:01:50.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18132026-03-16T20:01:50.245Z Running `target/debug/xtask download cargo-hack`
18142026-03-16T20:01:51.257Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-16T20:01:51.633Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-16T20:01:54.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
18172026-03-16T20:01:55.108Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-16T20:01:55.152ZMar 16 20:01:53.775 INFO Starting download, target: CargoHack
18192026-03-16T20:01:55.155ZMar 16 20:01:53.776 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-16T20:01:55.570ZMar 16 20:01:54.194 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-16T20:01:55.651ZMar 16 20:01:54.275 INFO Download complete, target: CargoHack
18222026-03-16T20:01:55.655Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18232026-03-16T20:01:55.672Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-16T20:01:55.873Zinfo: running `cargo check --bins` on api_identity (1/257)
18252026-03-16T20:01:56.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-16T20:01:56.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-16T20:01:56.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-16T20:01:56.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18292026-03-16T20:01:56.620Z
18302026-03-16T20:01:56.620Zinfo: running `cargo check --bins` on bootstore (2/257)
18312026-03-16T20:01:57.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-16T20:01:57.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-16T20:01:57.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-16T20:01:57.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18352026-03-16T20:01:57.370Z
18362026-03-16T20:01:57.370Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18372026-03-16T20:01:58.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-16T20:01:58.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-16T20:01:58.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-16T20:01:58.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18412026-03-16T20:01:58.110Z
18422026-03-16T20:01:58.110Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18432026-03-16T20:01:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-16T20:01:58.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-16T20:01:58.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-16T20:01:58.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18472026-03-16T20:01:58.880Z
18482026-03-16T20:01:58.880Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18492026-03-16T20:01:59.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-16T20:01:59.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-16T20:01:59.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-16T20:01:59.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18532026-03-16T20:01:59.634Z
18542026-03-16T20:01:59.634Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18552026-03-16T20:02:00.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-16T20:02:00.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-16T20:02:00.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-16T20:02:00.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18592026-03-16T20:02:00.403Z
18602026-03-16T20:02:00.403Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18612026-03-16T20:02:01.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-16T20:02:01.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-16T20:02:01.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-16T20:02:01.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18652026-03-16T20:02:01.165Z
18662026-03-16T20:02:01.165Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18672026-03-16T20:02:01.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-16T20:02:01.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-16T20:02:01.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-16T20:02:01.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18712026-03-16T20:02:01.928Z
18722026-03-16T20:02:01.928Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18732026-03-16T20:02:02.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-16T20:02:02.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-16T20:02:02.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-16T20:02:02.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18772026-03-16T20:02:02.521Z
18782026-03-16T20:02:02.521Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18792026-03-16T20:02:03.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-16T20:02:03.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-16T20:02:03.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-16T20:02:03.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18832026-03-16T20:02:03.121Z
18842026-03-16T20:02:03.121Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18852026-03-16T20:02:03.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-16T20:02:03.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-16T20:02:03.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-16T20:02:03.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18892026-03-16T20:02:03.715Z
18902026-03-16T20:02:03.715Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18912026-03-16T20:02:04.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-16T20:02:04.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-16T20:02:04.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-16T20:02:04.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18952026-03-16T20:02:04.313Z
18962026-03-16T20:02:04.314Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18972026-03-16T20:02:04.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-16T20:02:04.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-16T20:02:04.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-16T20:02:04.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19012026-03-16T20:02:04.912Z
19022026-03-16T20:02:04.912Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19032026-03-16T20:02:05.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-16T20:02:05.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-16T20:02:05.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-16T20:02:05.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19072026-03-16T20:02:05.508Z
19082026-03-16T20:02:05.508Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19092026-03-16T20:02:06.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-16T20:02:06.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-16T20:02:06.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-16T20:02:06.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19132026-03-16T20:02:06.104Z
19142026-03-16T20:02:06.104Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19152026-03-16T20:02:06.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-16T20:02:06.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-16T20:02:06.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-16T20:02:06.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19192026-03-16T20:02:06.698Z
19202026-03-16T20:02:06.698Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19212026-03-16T20:02:07.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-16T20:02:07.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-16T20:02:07.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-16T20:02:07.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19252026-03-16T20:02:07.296Z
19262026-03-16T20:02:07.296Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19272026-03-16T20:02:07.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-16T20:02:07.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-16T20:02:07.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-16T20:02:07.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19312026-03-16T20:02:07.895Z
19322026-03-16T20:02:07.895Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19332026-03-16T20:02:08.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-16T20:02:08.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-16T20:02:08.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-16T20:02:08.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19372026-03-16T20:02:08.493Z
19382026-03-16T20:02:08.493Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19392026-03-16T20:02:09.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-16T20:02:09.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-16T20:02:09.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-16T20:02:09.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19432026-03-16T20:02:09.090Z
19442026-03-16T20:02:09.090Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19452026-03-16T20:02:09.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-16T20:02:09.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-16T20:02:09.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-16T20:02:09.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19492026-03-16T20:02:09.685Z
19502026-03-16T20:02:09.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19512026-03-16T20:02:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-16T20:02:10.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-16T20:02:10.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-16T20:02:10.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19552026-03-16T20:02:10.283Z
19562026-03-16T20:02:10.283Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19572026-03-16T20:02:10.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-16T20:02:10.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-16T20:02:10.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-16T20:02:10.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19612026-03-16T20:02:10.882Z
19622026-03-16T20:02:10.882Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19632026-03-16T20:02:11.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-16T20:02:11.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-16T20:02:11.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-16T20:02:11.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19672026-03-16T20:02:11.483Z
19682026-03-16T20:02:11.483Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19692026-03-16T20:02:12.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-16T20:02:12.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-16T20:02:12.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-16T20:02:12.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19732026-03-16T20:02:12.081Z
19742026-03-16T20:02:12.081Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19752026-03-16T20:02:12.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-16T20:02:12.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-16T20:02:12.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-16T20:02:12.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19792026-03-16T20:02:12.677Z
19802026-03-16T20:02:12.678Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19812026-03-16T20:02:13.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-16T20:02:13.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-16T20:02:13.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-16T20:02:13.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19852026-03-16T20:02:13.276Z
19862026-03-16T20:02:13.276Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19872026-03-16T20:02:13.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-16T20:02:13.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-16T20:02:13.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-16T20:02:13.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19912026-03-16T20:02:13.873Z
19922026-03-16T20:02:13.873Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19932026-03-16T20:02:14.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-16T20:02:14.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-16T20:02:14.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-16T20:02:14.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972026-03-16T20:02:14.476Z
19982026-03-16T20:02:14.476Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19992026-03-16T20:02:15.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-16T20:02:15.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-16T20:02:15.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-16T20:02:15.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20032026-03-16T20:02:15.073Z
20042026-03-16T20:02:15.073Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20052026-03-16T20:02:15.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-16T20:02:15.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-16T20:02:15.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-16T20:02:15.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20092026-03-16T20:02:15.669Z
20102026-03-16T20:02:15.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20112026-03-16T20:02:16.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-16T20:02:16.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-16T20:02:16.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-16T20:02:16.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20152026-03-16T20:02:16.264Z
20162026-03-16T20:02:16.265Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20172026-03-16T20:02:16.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-16T20:02:16.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-16T20:02:16.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-16T20:02:16.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20212026-03-16T20:02:16.856Z
20222026-03-16T20:02:16.856Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20232026-03-16T20:02:17.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-16T20:02:17.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-16T20:02:17.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-16T20:02:17.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20272026-03-16T20:02:17.451Z
20282026-03-16T20:02:17.452Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20292026-03-16T20:02:17.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-16T20:02:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-16T20:02:17.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-16T20:02:17.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20332026-03-16T20:02:18.049Z
20342026-03-16T20:02:18.049Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20352026-03-16T20:02:18.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-16T20:02:18.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-16T20:02:18.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-16T20:02:18.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20392026-03-16T20:02:18.641Z
20402026-03-16T20:02:18.641Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20412026-03-16T20:02:19.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-16T20:02:19.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-16T20:02:19.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-16T20:02:19.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20452026-03-16T20:02:19.239Z
20462026-03-16T20:02:19.239Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20472026-03-16T20:02:19.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-16T20:02:19.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-16T20:02:19.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-16T20:02:19.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20512026-03-16T20:02:19.837Z
20522026-03-16T20:02:19.837Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20532026-03-16T20:02:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-16T20:02:20.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-16T20:02:20.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-16T20:02:20.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20572026-03-16T20:02:20.433Z
20582026-03-16T20:02:20.434Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20592026-03-16T20:02:20.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-16T20:02:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-16T20:02:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-16T20:02:20.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20632026-03-16T20:02:21.031Z
20642026-03-16T20:02:21.031Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20652026-03-16T20:02:21.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-16T20:02:21.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-16T20:02:21.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-16T20:02:21.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20692026-03-16T20:02:21.631Z
20702026-03-16T20:02:21.631Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20712026-03-16T20:02:22.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-16T20:02:22.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-16T20:02:22.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-16T20:02:22.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20752026-03-16T20:02:22.234Z
20762026-03-16T20:02:22.234Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20772026-03-16T20:02:22.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-16T20:02:22.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-16T20:02:22.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-16T20:02:22.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20812026-03-16T20:02:22.833Z
20822026-03-16T20:02:22.833Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20832026-03-16T20:02:23.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-16T20:02:23.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-16T20:02:23.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-16T20:02:23.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-03-16T20:02:23.434Z
20882026-03-16T20:02:23.434Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20892026-03-16T20:02:23.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-16T20:02:23.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-16T20:02:23.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-16T20:02:23.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-03-16T20:02:24.034Z
20942026-03-16T20:02:24.034Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20952026-03-16T20:02:24.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-16T20:02:24.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-16T20:02:24.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-16T20:02:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-03-16T20:02:24.638Z
21002026-03-16T20:02:24.638Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21012026-03-16T20:02:25.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-16T20:02:25.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-16T20:02:25.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-16T20:02:25.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-03-16T20:02:25.237Z
21062026-03-16T20:02:25.237Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21072026-03-16T20:02:25.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-16T20:02:25.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-16T20:02:25.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-16T20:02:25.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-03-16T20:02:25.838Z
21122026-03-16T20:02:25.838Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21132026-03-16T20:02:26.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-16T20:02:26.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-16T20:02:26.913Z Checking cfg-if v1.0.4
21162026-03-16T20:02:27.069Z Checking libc v0.2.180
21172026-03-16T20:02:27.073Z Checking serde_core v1.0.228
21182026-03-16T20:02:27.105Z Checking memchr v2.8.0
21192026-03-16T20:02:27.122Z Checking itoa v1.0.17
21202026-03-16T20:02:27.129Z Checking smallvec v1.15.1
21212026-03-16T20:02:27.158Z Checking log v0.4.29
21222026-03-16T20:02:27.161Z Checking zeroize v1.8.2
21232026-03-16T20:02:27.199Z Checking stable_deref_trait v1.2.1
21242026-03-16T20:02:27.295Z Checking zerofrom v0.1.6
21252026-03-16T20:02:27.314Z Checking zmij v1.0.21
21262026-03-16T20:02:27.369Z Checking scopeguard v1.2.0
21272026-03-16T20:02:27.391Z Checking subtle v2.6.1
21282026-03-16T20:02:27.411Z Checking writeable v0.6.2
21292026-03-16T20:02:27.442Z Checking yoke v0.8.1
21302026-03-16T20:02:27.498Z Checking lock_api v0.4.14
21312026-03-16T20:02:27.581Z Checking litemap v0.8.1
21322026-03-16T20:02:27.601Z Checking percent-encoding v2.3.2
21332026-03-16T20:02:27.620Z Checking libm v0.2.16
21342026-03-16T20:02:27.641Z Checking icu_normalizer_data v2.1.1
21352026-03-16T20:02:27.660Z Checking zerovec v0.11.5
21362026-03-16T20:02:27.680Z Checking getrandom v0.2.17
21372026-03-16T20:02:27.730Z Checking errno v0.3.14
21382026-03-16T20:02:27.765Z Checking zerotrie v0.2.3
21392026-03-16T20:02:27.785Z Checking icu_properties_data v2.1.2
21402026-03-16T20:02:27.804Z Checking pin-project-lite v0.2.17
21412026-03-16T20:02:27.860Z Checking rand_core v0.6.4
21422026-03-16T20:02:27.881Z Checking utf8_iter v1.0.4
21432026-03-16T20:02:27.916Z Checking form_urlencoded v1.2.2
21442026-03-16T20:02:27.949Z Checking typenum v1.19.0
21452026-03-16T20:02:28.029Z Checking portable-atomic v1.13.1
21462026-03-16T20:02:28.073Z Checking critical-section v1.2.0
21472026-03-16T20:02:28.094Z Checking rand_core v0.10.0
21482026-03-16T20:02:28.112Z Checking signal-hook-registry v1.4.8
21492026-03-16T20:02:28.198Z Checking parking_lot_core v0.9.12
21502026-03-16T20:02:28.260Z Checking tinystr v0.8.2
21512026-03-16T20:02:28.278Z Checking potential_utf v0.1.4
21522026-03-16T20:02:28.315Z Checking getrandom v0.4.1
21532026-03-16T20:02:28.445Z Checking icu_collections v2.1.1
21542026-03-16T20:02:28.466Z Checking parking_lot v0.12.5
21552026-03-16T20:02:28.491Z Checking icu_locale_core v2.1.1
21562026-03-16T20:02:28.511Z Checking socket2 v0.6.2
21572026-03-16T20:02:28.608Z Checking num-traits v0.2.19
21582026-03-16T20:02:28.627Z Checking once_cell v1.21.3
21592026-03-16T20:02:28.675Z Checking generic-array v0.14.7
21602026-03-16T20:02:28.709Z Checking mio v1.1.1
21612026-03-16T20:02:28.830Z Checking zerocopy v0.8.40
21622026-03-16T20:02:28.853Z Checking iana-time-zone v0.1.65
21632026-03-16T20:02:28.873Z Checking futures-core v0.3.32
21642026-03-16T20:02:28.986Z Checking equivalent v1.0.2
21652026-03-16T20:02:29.024Z Checking allocator-api2 v0.2.21
21662026-03-16T20:02:29.088Z Checking foldhash v0.2.0
21672026-03-16T20:02:29.091Z Checking const-oid v0.9.6
21682026-03-16T20:02:29.236Z Checking serde v1.0.228
21692026-03-16T20:02:29.256Z Checking serde_json v1.0.149
21702026-03-16T20:02:29.280Z Checking icu_provider v2.1.1
21712026-03-16T20:02:29.312Z Checking bitflags v2.11.0
21722026-03-16T20:02:29.382Z Checking crypto-common v0.1.7
21732026-03-16T20:02:29.410Z Checking uuid v1.21.0
21742026-03-16T20:02:29.525Z Checking hashbrown v0.16.1
21752026-03-16T20:02:29.548Z Checking futures-sink v0.3.32
21762026-03-16T20:02:29.581Z Checking icu_properties v2.1.2
21772026-03-16T20:02:29.671Z Checking icu_normalizer v2.1.1
21782026-03-16T20:02:29.809Z Checking bytes v1.11.1
21792026-03-16T20:02:29.829Z Checking chrono v0.4.44
21802026-03-16T20:02:30.062Z Checking dyn-clone v1.0.20
21812026-03-16T20:02:30.109Z Checking futures-channel v0.3.32
21822026-03-16T20:02:30.187Z Checking block-buffer v0.10.4
21832026-03-16T20:02:30.187Z Checking semver v1.0.27
21842026-03-16T20:02:30.226Z Checking slab v0.4.12
21852026-03-16T20:02:30.359Z Checking futures-io v0.3.32
21862026-03-16T20:02:30.362Z Checking futures-task v0.3.32
21872026-03-16T20:02:30.406Z Checking tokio v1.49.0
21882026-03-16T20:02:30.425Z Checking digest v0.10.7
21892026-03-16T20:02:30.473Z Checking thiserror v2.0.18
21902026-03-16T20:02:30.502Z Checking byteorder v1.5.0
21912026-03-16T20:02:30.552Z Checking futures-util v0.3.32
21922026-03-16T20:02:30.598Z Checking indexmap v2.13.0
21932026-03-16T20:02:30.682Z Checking cpufeatures v0.2.17
21942026-03-16T20:02:30.730Z Checking idna_adapter v1.2.1
21952026-03-16T20:02:30.766Z Checking http v1.4.0
21962026-03-16T20:02:30.788Z Checking fnv v1.0.7
21972026-03-16T20:02:30.875Z Checking idna v1.1.0
21982026-03-16T20:02:30.903Z Checking unicode-ident v1.0.24
21992026-03-16T20:02:31.015Z Checking base64 v0.22.1
22002026-03-16T20:02:31.039Z Checking tracing-core v0.1.36
22012026-03-16T20:02:31.191Z Checking url v2.5.8
22022026-03-16T20:02:31.327Z Checking proc-macro2 v1.0.106
22032026-03-16T20:02:31.371Z Checking rustls-pki-types v1.14.0
22042026-03-16T20:02:31.452Z Checking tracing v0.1.44
22052026-03-16T20:02:31.534Z Checking regex-syntax v0.8.10
22062026-03-16T20:02:31.714Z Checking untrusted v0.9.0
22072026-03-16T20:02:31.756Z Checking quote v1.0.44
22082026-03-16T20:02:31.777Z Checking schemars v0.8.22
22092026-03-16T20:02:31.798Z Checking thiserror v1.0.69
22102026-03-16T20:02:31.849Z Checking ring v0.17.14
22112026-03-16T20:02:31.919Z Checking ipnet v2.11.0
22122026-03-16T20:02:31.980Z Checking syn v2.0.117
22132026-03-16T20:02:32.257Z Checking httparse v1.10.1
22142026-03-16T20:02:32.536Z Checking http-body v1.0.1
22152026-03-16T20:02:32.649Z Checking rustix v1.1.3
22162026-03-16T20:02:32.701Z Checking block-padding v0.3.3
22172026-03-16T20:02:32.811Z Checking ppv-lite86 v0.2.21
22182026-03-16T20:02:32.864Z Checking getrandom v0.3.4
22192026-03-16T20:02:33.051Z Checking atomic-waker v1.1.2
22202026-03-16T20:02:33.158Z Checking inout v0.1.4
22212026-03-16T20:02:33.180Z Checking hmac v0.12.1
22222026-03-16T20:02:33.219Z Checking aws-lc-sys v0.37.1
22232026-03-16T20:02:33.250Z Checking aho-corasick v1.1.4
22242026-03-16T20:02:33.316Z Checking untrusted v0.7.1
22252026-03-16T20:02:33.336Z Checking openssl-probe v0.2.1
22262026-03-16T20:02:33.361Z Checking tower-service v0.3.3
22272026-03-16T20:02:33.466Z Checking powerfmt v0.2.0
22282026-03-16T20:02:33.485Z Checking try-lock v0.2.5
22292026-03-16T20:02:33.489Z Checking httpdate v1.0.3
22302026-03-16T20:02:33.613Z Checking tower-layer v0.3.3
22312026-03-16T20:02:33.669Z Checking deranged v0.5.8
22322026-03-16T20:02:33.689Z Checking want v0.3.1
22332026-03-16T20:02:33.808Z Checking cipher v0.4.4
22342026-03-16T20:02:33.848Z Checking rand_core v0.9.5
22352026-03-16T20:02:33.871Z Checking num_threads v0.1.7
22362026-03-16T20:02:33.956Z Checking aws-lc-rs v1.16.0
22372026-03-16T20:02:33.980Z Checking pin-utils v0.1.0
22382026-03-16T20:02:34.066Z Checking num-conv v0.2.0
22392026-03-16T20:02:34.086Z Checking time-core v0.1.8
22402026-03-16T20:02:34.104Z Checking base64ct v1.8.3
22412026-03-16T20:02:34.192Z Checking regex-automata v0.4.14
22422026-03-16T20:02:34.217Z Checking sha2 v0.10.9
22432026-03-16T20:02:34.266Z Checking erased-serde v0.3.31
22442026-03-16T20:02:34.416Z Checking pretty-hex v0.4.1
22452026-03-16T20:02:34.566Z Checking rand_chacha v0.9.0
22462026-03-16T20:02:34.590Z Checking ryu v1.0.23
22472026-03-16T20:02:34.712Z Checking tokio-util v0.7.18
22482026-03-16T20:02:34.762Z Checking fastrand v2.3.0
22492026-03-16T20:02:34.825Z Checking rand v0.9.2
22502026-03-16T20:02:34.845Z Checking slog v2.8.2
22512026-03-16T20:02:34.974Z Checking time v0.3.47
22522026-03-16T20:02:35.000Z Checking pem-rfc7468 v0.7.0
22532026-03-16T20:02:35.098Z Checking rustls-webpki v0.103.9
22542026-03-16T20:02:35.196Z Checking rustls-native-certs v0.8.3
22552026-03-16T20:02:35.219Z Checking http-body-util v0.1.3
22562026-03-16T20:02:35.285Z Checking ipnetwork v0.21.1
22572026-03-16T20:02:35.357Z Checking sync_wrapper v1.0.2
22582026-03-16T20:02:35.452Z Checking spin v0.9.8
22592026-03-16T20:02:35.485Z Checking flagset v0.4.7
22602026-03-16T20:02:35.506Z Checking plain v0.2.3
22612026-03-16T20:02:35.530Z Checking h2 v0.4.13
22622026-03-16T20:02:35.561Z Checking tower v0.5.3
22632026-03-16T20:02:35.635Z Checking serde_urlencoded v0.7.1
22642026-03-16T20:02:35.655Z Checking der v0.7.10
22652026-03-16T20:02:35.659Z Checking rustls v0.23.37
22662026-03-16T20:02:35.696Z Checking rand_chacha v0.3.1
22672026-03-16T20:02:35.908Z Checking webpki-roots v1.0.6
22682026-03-16T20:02:35.969Z Checking iri-string v0.7.10
22692026-03-16T20:02:36.058Z Checking tinyvec_macros v0.1.1
22702026-03-16T20:02:36.080Z Checking ucd-trie v0.1.7
22712026-03-16T20:02:36.146Z Checking tinyvec v1.10.0
22722026-03-16T20:02:36.249Z Checking pest v2.8.6
22732026-03-16T20:02:36.527Z Checking rand v0.8.5
22742026-03-16T20:02:36.567Z Checking tempfile v3.25.0
22752026-03-16T20:02:36.658Z Checking spki v0.7.3
22762026-03-16T20:02:36.692Z Checking salsa20 v0.10.2
22772026-03-16T20:02:36.825Z Checking pbkdf2 v0.12.2
22782026-03-16T20:02:36.859Z Checking foreign-types-shared v0.1.1
22792026-03-16T20:02:36.879Z Checking unicode-width v0.2.0
22802026-03-16T20:02:36.963Z Checking scrypt v0.11.0
22812026-03-16T20:02:36.985Z Checking foreign-types v0.3.2
22822026-03-16T20:02:37.071Z Checking regex v1.12.3
22832026-03-16T20:02:37.140Z Checking aes v0.8.4
22842026-03-16T20:02:37.196Z Checking cbc v0.1.2
22852026-03-16T20:02:37.232Z Checking anyhow v1.0.102
22862026-03-16T20:02:37.356Z Checking openssl-sys v0.9.111
22872026-03-16T20:02:37.452Z Checking crossbeam-utils v0.8.21
22882026-03-16T20:02:37.475Z Checking tower-http v0.6.8
22892026-03-16T20:02:37.495Z Checking oxnet v0.1.4
22902026-03-16T20:02:37.670Z Checking pkcs5 v0.7.1
22912026-03-16T20:02:37.708Z Checking mime v0.3.17
22922026-03-16T20:02:37.807Z Checking openapiv3 v2.2.0
22932026-03-16T20:02:37.845Z Checking scroll v0.12.0
22942026-03-16T20:02:37.897Z Checking encoding_rs v0.8.35
22952026-03-16T20:02:37.938Z Checking winnow v0.7.14
22962026-03-16T20:02:37.988Z Checking openssl v0.10.75
22972026-03-16T20:02:38.018Z Checking pkcs8 v0.10.2
22982026-03-16T20:02:38.151Z Checking siphasher v1.0.2
22992026-03-16T20:02:38.244Z Checking data-encoding v2.10.0
23002026-03-16T20:02:38.360Z Checking goblin v0.8.2
23012026-03-16T20:02:38.625Z Checking lazy_static v1.5.0
23022026-03-16T20:02:38.743Z Checking zerocopy v0.7.35
23032026-03-16T20:02:38.931Z Checking tokio-rustls v0.26.4
23042026-03-16T20:02:39.096Z Checking hyper v1.8.1
23052026-03-16T20:02:39.206Z Checking wait-timeout v0.2.1
23062026-03-16T20:02:39.225Z Checking either v1.15.0
23072026-03-16T20:02:39.358Z Checking quick-error v1.2.3
23082026-03-16T20:02:39.436Z Checking utf8parse v0.2.2
23092026-03-16T20:02:39.477Z Checking managed v0.8.0
23102026-03-16T20:02:39.495Z Checking psl-types v2.0.11
23112026-03-16T20:02:39.565Z Checking bitflags v1.3.2
23122026-03-16T20:02:39.585Z Checking anstyle v1.0.13
23132026-03-16T20:02:39.628Z Checking bit-vec v0.8.0
23142026-03-16T20:02:39.648Z Checking publicsuffix v2.3.0
23152026-03-16T20:02:39.667Z Checking anstyle-parse v0.2.7
23162026-03-16T20:02:39.717Z Checking rusty-fork v0.3.1
23172026-03-16T20:02:39.821Z Checking dtrace-parser v0.2.0
23182026-03-16T20:02:39.846Z Checking unicode-normalization v0.1.25
23192026-03-16T20:02:39.865Z Checking cookie v0.18.1
23202026-03-16T20:02:39.887Z Checking bit-set v0.8.0
23212026-03-16T20:02:39.929Z Checking rand_xorshift v0.4.0
23222026-03-16T20:02:40.072Z Checking sha1 v0.10.6
23232026-03-16T20:02:40.092Z Checking thread-id v4.2.2
23242026-03-16T20:02:40.123Z Checking colorchoice v1.0.4
23252026-03-16T20:02:40.176Z Checking unarray v0.1.4
23262026-03-16T20:02:40.194Z Checking anstyle-query v1.1.5
23272026-03-16T20:02:40.247Z Checking is_terminal_polyfill v1.70.2
23282026-03-16T20:02:40.275Z Checking cookie_store v0.22.1
23292026-03-16T20:02:40.302Z Checking proptest v1.10.0
23302026-03-16T20:02:40.302Z Checking rustls-platform-verifier v0.6.2
23312026-03-16T20:02:40.341Z Checking hyper-util v0.1.20
23322026-03-16T20:02:40.361Z Checking anstream v0.6.21
23332026-03-16T20:02:40.380Z Checking crossbeam-epoch v0.9.18
23342026-03-16T20:02:40.474Z Checking terminal_size v0.4.3
23352026-03-16T20:02:40.618Z Checking scroll v0.13.0
23362026-03-16T20:02:40.638Z Checking hex v0.4.3
23372026-03-16T20:02:40.680Z Checking num-integer v0.1.46
23382026-03-16T20:02:40.702Z Checking simd-adler32 v0.3.8
23392026-03-16T20:02:40.858Z Checking native-tls v0.2.18
23402026-03-16T20:02:40.916Z Checking goblin v0.10.5
23412026-03-16T20:02:40.938Z Checking crossbeam-deque v0.8.6
23422026-03-16T20:02:40.938Z Checking bstr v1.12.1
23432026-03-16T20:02:40.980Z Checking ref-cast v1.0.25
23442026-03-16T20:02:41.009Z Checking dof v0.3.0
23452026-03-16T20:02:41.092Z Checking tokio-native-tls v0.3.1
23462026-03-16T20:02:41.112Z Checking rustix v0.38.44
23472026-03-16T20:02:41.204Z Checking camino v1.2.2
23482026-03-16T20:02:41.291Z Checking crc32fast v1.5.0
23492026-03-16T20:02:41.380Z Checking usdt-impl v0.5.0
23502026-03-16T20:02:41.470Z Checking signature v2.2.0
23512026-03-16T20:02:41.490Z Checking serde_spanned v0.6.9
23522026-03-16T20:02:41.533Z Checking toml_datetime v0.6.11
23532026-03-16T20:02:41.629Z Checking ff v0.13.1
23542026-03-16T20:02:41.648Z Checking clap_lex v1.0.0
23552026-03-16T20:02:41.735Z Checking unicode-bidi v0.3.18
23562026-03-16T20:02:41.768Z Checking adler2 v2.0.1
23572026-03-16T20:02:41.789Z Checking unicode-properties v0.1.4
23582026-03-16T20:02:41.837Z Checking base16ct v0.2.0
23592026-03-16T20:02:41.901Z Checking strsim v0.11.1
23602026-03-16T20:02:42.002Z Checking sec1 v0.7.3
23612026-03-16T20:02:42.027Z Checking miniz_oxide v0.8.9
23622026-03-16T20:02:42.030Z Checking hyper-rustls v0.27.7
23632026-03-16T20:02:42.105Z Checking hyper-tls v0.6.0
23642026-03-16T20:02:42.124Z Checking stringprep v0.1.5
23652026-03-16T20:02:42.253Z Checking clap_builder v4.5.60
23662026-03-16T20:02:42.273Z Checking group v0.13.0
23672026-03-16T20:02:42.307Z Checking reqwest v0.13.2
23682026-03-16T20:02:42.328Z Checking rayon-core v1.13.0
23692026-03-16T20:02:42.331Z Checking reqwest v0.12.28
23702026-03-16T20:02:42.456Z Checking num-iter v0.1.45
23712026-03-16T20:02:42.493Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-16T20:02:42.597Z Checking dtrace-parser v0.3.0
23732026-03-16T20:02:42.761Z Checking hkdf v0.12.4
23742026-03-16T20:02:42.835Z Checking newtype-uuid v1.3.2
23752026-03-16T20:02:42.910Z Checking strum v0.26.3
23762026-03-16T20:02:42.930Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-16T20:02:42.933Z Checking hash32 v0.2.1
23782026-03-16T20:02:43.049Z Checking md-5 v0.10.6
23792026-03-16T20:02:43.076Z Checking crypto-bigint v0.5.5
23802026-03-16T20:02:43.095Z Checking daft v0.1.5
23812026-03-16T20:02:43.158Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-16T20:02:43.221Z Checking thread-id v5.1.0
23832026-03-16T20:02:43.320Z Checking fallible-iterator v0.2.0
23842026-03-16T20:02:43.422Z Checking zlib-rs v0.6.2
23852026-03-16T20:02:43.441Z Checking unicode-segmentation v1.12.0
23862026-03-16T20:02:43.461Z Checking heapless v0.7.17
23872026-03-16T20:02:43.490Z Checking zstd-safe v7.2.4
23882026-03-16T20:02:43.691Z Checking postgres-protocol v0.6.10
23892026-03-16T20:02:43.712Z Checking rayon v1.11.0
23902026-03-16T20:02:43.861Z Checking itertools v0.12.1
23912026-03-16T20:02:43.937Z Checking clap v4.5.60
23922026-03-16T20:02:44.025Z Checking phf_shared v0.13.1
23932026-03-16T20:02:44.045Z Checking console v0.16.2
23942026-03-16T20:02:44.104Z Checking curve25519-dalek v4.1.3
23952026-03-16T20:02:44.174Z Checking dof v0.4.0
23962026-03-16T20:02:44.299Z Checking memoffset v0.9.1
23972026-03-16T20:02:44.435Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-16T20:02:44.443Z Checking elliptic-curve v0.13.8
23992026-03-16T20:02:44.448Z Checking signal-hook v0.3.18
24002026-03-16T20:02:44.504Z Checking memmap2 v0.9.10
24012026-03-16T20:02:44.634Z Checking flate2 v1.1.9
24022026-03-16T20:02:44.679Z Checking winnow v0.5.40
24032026-03-16T20:02:44.711Z Checking bumpalo v3.20.2
24042026-03-16T20:02:44.827Z Checking foldhash v0.1.5
24052026-03-16T20:02:44.976Z Checking fixedbitset v0.4.2
24062026-03-16T20:02:45.000Z Checking toml_write v0.1.2
24072026-03-16T20:02:45.031Z Checking libbz2-rs-sys v0.2.2
24082026-03-16T20:02:45.050Z Checking usdt-impl v0.6.0
24092026-03-16T20:02:45.148Z Checking unit-prefix v0.5.2
24102026-03-16T20:02:45.168Z Checking petgraph v0.6.5
24112026-03-16T20:02:45.223Z Checking toml_edit v0.22.27
24122026-03-16T20:02:45.242Z Checking zone v0.3.1
24132026-03-16T20:02:45.300Z Checking hashbrown v0.15.5
24142026-03-16T20:02:45.407Z Checking usdt v0.6.0
24152026-03-16T20:02:45.544Z Checking bzip2 v0.6.1
24162026-03-16T20:02:45.610Z Checking zopfli v0.8.3
24172026-03-16T20:02:45.718Z Checking signal-hook-mio v0.2.5
24182026-03-16T20:02:45.721Z Checking indicatif v0.18.4
24192026-03-16T20:02:45.757Z Checking bzip2 v0.4.4
24202026-03-16T20:02:45.845Z Checking nix v0.31.1
24212026-03-16T20:02:45.935Z Checking phf v0.13.1
24222026-03-16T20:02:45.967Z Checking postgres-types v0.2.12
24232026-03-16T20:02:46.036Z Checking smoltcp v0.9.1
24242026-03-16T20:02:46.128Z Checking similar v2.7.0
24252026-03-16T20:02:46.241Z Checking zstd v0.13.3
24262026-03-16T20:02:46.263Z Checking toml_edit v0.19.15
24272026-03-16T20:02:46.393Z Checking num-bigint-dig v0.8.6
24282026-03-16T20:02:46.492Z Checking ed25519 v2.2.3
24292026-03-16T20:02:46.629Z Checking phf_shared v0.11.3
24302026-03-16T20:02:46.726Z Checking pkcs1 v0.7.5
24312026-03-16T20:02:46.730Z Checking tokio-stream v0.1.18
24322026-03-16T20:02:46.818Z Checking strum v0.27.2
24332026-03-16T20:02:46.854Z Checking hubpack v0.1.2
24342026-03-16T20:02:46.904Z Checking rfc6979 v0.4.0
24352026-03-16T20:02:46.954Z Checking serde-big-array v0.5.1
24362026-03-16T20:02:47.016Z Checking float-cmp v0.10.0
24372026-03-16T20:02:47.055Z Checking env_filter v1.0.0
24382026-03-16T20:02:47.080Z Checking jiff v0.2.21
24392026-03-16T20:02:47.119Z Checking whoami v2.1.0
24402026-03-16T20:02:47.177Z Checking fixedbitset v0.5.7
24412026-03-16T20:02:47.227Z Checking static_assertions v1.1.0
24422026-03-16T20:02:47.247Z Checking new_debug_unreachable v1.0.6
24432026-03-16T20:02:47.270Z Checking precomputed-hash v0.1.1
24442026-03-16T20:02:47.317Z Checking keccak v0.1.6
24452026-03-16T20:02:47.338Z Checking predicates-core v1.0.10
24462026-03-16T20:02:47.365Z Checking normalize-line-endings v0.3.0
24472026-03-16T20:02:47.383Z Checking rustc-hash v2.1.1
24482026-03-16T20:02:47.433Z Checking difflib v0.4.0
24492026-03-16T20:02:47.476Z Checking petgraph v0.8.3
24502026-03-16T20:02:47.495Z Checking string_cache v0.8.9
24512026-03-16T20:02:47.524Z Checking iddqd v0.3.17
24522026-03-16T20:02:47.527Z Checking sha3 v0.10.8
24532026-03-16T20:02:47.564Z Checking rsa v0.9.10
24542026-03-16T20:02:47.658Z Checking predicates v3.1.4
24552026-03-16T20:02:47.676Z Checking toml v0.7.8
24562026-03-16T20:02:47.704Z Checking tokio-postgres v0.7.16
24572026-03-16T20:02:47.820Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24582026-03-16T20:02:48.061Z Checking env_logger v0.11.9
24592026-03-16T20:02:48.103Z Checking ecdsa v0.16.9
24602026-03-16T20:02:48.192Z Checking ed25519-dalek v2.2.0
24612026-03-16T20:02:48.313Z Checking zip v0.6.6
24622026-03-16T20:02:48.505Z Checking crossterm v0.28.1
24632026-03-16T20:02:48.565Z Checking serde_with v3.17.0
24642026-03-16T20:02:48.684Z Checking itertools v0.13.0
24652026-03-16T20:02:48.764Z Checking hickory-proto v0.25.2
24662026-03-16T20:02:49.344Z Checking x509-cert v0.2.5
24672026-03-16T20:02:49.483Z Checking fs-err v3.3.0
24682026-03-16T20:02:49.691Z Checking ahash v0.8.12
24692026-03-16T20:02:49.868Z Checking object v0.37.3
24702026-03-16T20:02:49.949Z Checking buf-list v1.1.2
24712026-03-16T20:02:50.083Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-16T20:02:50.185Z Checking peg-runtime v0.8.5
24732026-03-16T20:02:50.206Z Checking zip v4.6.1
24742026-03-16T20:02:50.230Z Checking lalrpop-util v0.19.12
24752026-03-16T20:02:50.365Z Compiling structmeta-derive v0.3.0
24762026-03-16T20:02:50.430Z Compiling rustls v0.22.4
24772026-03-16T20:02:50.449Z Compiling newtype-uuid-macros v0.1.0
24782026-03-16T20:02:50.643Z Compiling multer v3.1.0
24792026-03-16T20:02:50.676Z Compiling async-stream-impl v0.3.6
24802026-03-16T20:02:50.835Z Checking futures-executor v0.3.32
24812026-03-16T20:02:50.915Z Checking regress v0.10.5
24822026-03-16T20:02:51.025Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-16T20:02:51.447Z Compiling dropshot v0.16.7
24842026-03-16T20:02:51.467Z Checking futures v0.3.32
24852026-03-16T20:02:51.523Z Compiling dropshot_endpoint v0.16.7
24862026-03-16T20:02:51.567Z Checking thread_local v1.1.9
24872026-03-16T20:02:51.742Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-16T20:02:51.781Z Checking crossbeam-channel v0.5.15
24892026-03-16T20:02:51.808Z Compiling structmeta v0.3.0
24902026-03-16T20:02:52.080Z Compiling derive-ex v0.1.8
24912026-03-16T20:02:52.196Z Checking is-terminal v0.4.17
24922026-03-16T20:02:52.224Z Checking take_mut v0.2.2
24932026-03-16T20:02:52.313Z Checking term v1.2.1
24942026-03-16T20:02:52.358Z Checking slog-async v2.8.0
24952026-03-16T20:02:52.578Z Compiling parse-display-derive v0.10.0
24962026-03-16T20:02:52.599Z Checking rustls-webpki v0.102.8
24972026-03-16T20:02:52.602Z Checking slog-term v2.9.2
24982026-03-16T20:02:52.845Z Checking serde_spanned v1.0.4
24992026-03-16T20:02:52.962Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-16T20:02:53.012Z Checking debug-ignore v1.0.5
25012026-03-16T20:02:53.070Z Checking match_cfg v0.1.0
25022026-03-16T20:02:53.162Z Checking hostname v0.3.1
25032026-03-16T20:02:53.190Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-16T20:02:53.210Z Checking toml v0.9.12+spec-1.1.0
25052026-03-16T20:02:53.281Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25062026-03-16T20:02:53.306Z Checking slog-json v2.6.1
25072026-03-16T20:02:53.496Z Checking macaddr v1.0.1
25082026-03-16T20:02:53.553Z Checking slog-bunyan v2.5.0
25092026-03-16T20:02:53.698Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-16T20:02:53.734Z Checking async-stream v0.3.6
25112026-03-16T20:02:53.922Z Checking waitgroup v0.1.2
25122026-03-16T20:02:54.051Z Checking rustls-pemfile v2.2.0
25132026-03-16T20:02:54.088Z Checking serde_path_to_error v0.1.20
25142026-03-16T20:02:54.194Z Checking hostname v0.4.2
25152026-03-16T20:02:54.216Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-16T20:02:54.235Z Checking progenitor-client v0.13.0
25172026-03-16T20:02:54.319Z Checking progenitor-client v0.10.0
25182026-03-16T20:02:54.349Z Compiling itertools v0.14.0
25192026-03-16T20:02:54.404Z Compiling test-strategy v0.4.5
25202026-03-16T20:02:54.464Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-16T20:02:54.533Z Checking backon v1.6.0
25222026-03-16T20:02:54.609Z Checking instant v0.1.13
25232026-03-16T20:02:54.723Z Checking backoff v0.4.0
25242026-03-16T20:02:54.765Z Checking progenitor-extras v0.1.1
25252026-03-16T20:02:54.898Z Checking parse-display v0.10.0
25262026-03-16T20:02:54.947Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-16T20:02:55.042Z Checking heck v0.5.0
25282026-03-16T20:02:55.169Z Checking tokio-rustls v0.25.0
25292026-03-16T20:02:55.271Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-16T20:02:55.319Z Compiling convert_case v0.4.0
25312026-03-16T20:02:55.569Z Compiling crucible-workspace-hack v0.1.0
25322026-03-16T20:02:55.786Z Compiling heapless v0.8.0
25332026-03-16T20:02:55.821Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25342026-03-16T20:02:56.041Z Compiling ingot-macros v0.1.1
25352026-03-16T20:02:56.103Z Compiling proc-macro-crate v3.4.0
25362026-03-16T20:02:56.186Z Compiling derive_more v0.99.20
25372026-03-16T20:02:56.398Z Checking hash32 v0.3.1
25382026-03-16T20:02:56.418Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-16T20:02:56.559Z Checking secrecy v0.10.3
25402026-03-16T20:02:56.711Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-16T20:02:56.744Z Compiling smoltcp v0.11.0
25422026-03-16T20:02:56.839Z Compiling prettyplease v0.2.37
25432026-03-16T20:02:56.906Z Compiling num_enum_derive v0.7.5
25442026-03-16T20:02:57.208Z Compiling typify-impl v0.6.1
25452026-03-16T20:02:57.233Z Checking tabwriter v1.4.1
25462026-03-16T20:02:57.422Z Checking cobs v0.3.0
25472026-03-16T20:02:57.479Z Compiling foreign-types-macros v0.2.3
25482026-03-16T20:02:57.606Z Checking foreign-types-shared v0.3.1
25492026-03-16T20:02:57.722Z Checking cpufeatures v0.3.0
25502026-03-16T20:02:57.816Z Compiling unsafe-libyaml v0.2.11
25512026-03-16T20:02:57.928Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-16T20:02:58.305Z Checking num_enum v0.7.5
25532026-03-16T20:02:58.325Z Checking foreign-types v0.5.0
25542026-03-16T20:02:58.510Z Checking chacha20 v0.10.0
25552026-03-16T20:02:58.572Z Compiling serde_yaml v0.9.34+deprecated
25562026-03-16T20:02:58.798Z Checking postcard v1.1.3
25572026-03-16T20:02:59.742Z Compiling proc-macro-crate v1.3.1
25582026-03-16T20:02:59.820Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-16T20:02:59.890Z Checking ingot-types v0.1.2
25602026-03-16T20:03:00.285Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-16T20:03:00.345Z Checking cstr-argument v0.1.2
25622026-03-16T20:03:00.393Z Checking ingot v0.1.1
25632026-03-16T20:03:00.494Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-16T20:03:00.513Z Checking colored v3.1.1
25652026-03-16T20:03:00.565Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-03-16T20:03:00.638Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-16T20:03:00.778Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-16T20:03:00.797Z Compiling num_enum_derive v0.5.11
25692026-03-16T20:03:00.864Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-16T20:03:01.014Z Checking rand v0.10.0
25712026-03-16T20:03:02.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-16T20:03:02.482Z Checking num_enum v0.5.11
25732026-03-16T20:03:02.693Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-16T20:03:03.114Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25752026-03-16T20:03:03.530Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-16T20:03:03.649Z Compiling typify-macro v0.6.1
25772026-03-16T20:03:03.673Z Compiling typify-impl v0.4.3
25782026-03-16T20:03:03.770Z Checking camino-tempfile v1.4.1
25792026-03-16T20:03:03.874Z Checking num-rational v0.4.2
25802026-03-16T20:03:04.264Z Checking half v2.7.1
25812026-03-16T20:03:04.356Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25822026-03-16T20:03:04.542Z Compiling thiserror-impl-no-std v2.0.2
25832026-03-16T20:03:04.619Z Checking universal-hash v0.5.1
25842026-03-16T20:03:04.654Z Checking num-complex v0.4.6
25852026-03-16T20:03:04.778Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-16T20:03:05.082Z Checking ciborium-io v0.2.2
25872026-03-16T20:03:05.145Z Checking opaque-debug v0.3.1
25882026-03-16T20:03:05.164Z Checking num v0.4.3
25892026-03-16T20:03:05.194Z Checking ciborium-ll v0.2.2
25902026-03-16T20:03:05.232Z Checking poly1305 v0.8.0
25912026-03-16T20:03:05.340Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25922026-03-16T20:03:05.402Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25932026-03-16T20:03:05.422Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25942026-03-16T20:03:05.584Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-03-16T20:03:05.819Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25962026-03-16T20:03:05.972Z Compiling typify v0.6.1
25972026-03-16T20:03:06.110Z Checking toml v0.8.23
25982026-03-16T20:03:06.130Z Checking thiserror-no-std v2.0.2
25992026-03-16T20:03:06.239Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26002026-03-16T20:03:06.479Z Checking password-hash v0.5.0
26012026-03-16T20:03:06.560Z Checking chacha20 v0.9.1
26022026-03-16T20:03:06.790Z Compiling usdt-macro v0.5.0
26032026-03-16T20:03:06.813Z Compiling usdt-attr-macro v0.5.0
26042026-03-16T20:03:07.040Z Checking smf v0.2.3
26052026-03-16T20:03:07.348Z Checking blake2 v0.10.6
26062026-03-16T20:03:07.437Z Checking aead v0.5.2
26072026-03-16T20:03:07.540Z Checking sigpipe v0.1.3
26082026-03-16T20:03:07.622Z Checking memmap v0.7.0
26092026-03-16T20:03:07.670Z Compiling num-derive v0.4.2
26102026-03-16T20:03:07.755Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-16T20:03:07.791Z Checking glob v0.3.3
26122026-03-16T20:03:07.814Z Checking float-ord v0.3.2
26132026-03-16T20:03:07.944Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-16T20:03:08.011Z Checking usdt v0.5.0
26152026-03-16T20:03:08.030Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-03-16T20:03:08.220Z Checking argon2 v0.5.3
26172026-03-16T20:03:08.241Z Checking chacha20poly1305 v0.10.1
26182026-03-16T20:03:08.443Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-16T20:03:08.477Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26202026-03-16T20:03:08.690Z Checking vsss-rs v3.3.4
26212026-03-16T20:03:08.710Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-03-16T20:03:08.728Z Compiling progenitor-impl v0.13.0
26232026-03-16T20:03:08.907Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-03-16T20:03:09.407Z Checking ciborium v0.2.2
26252026-03-16T20:03:09.535Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-16T20:03:09.674Z Checking indent_write v2.2.0
26272026-03-16T20:03:09.861Z Checking whoami v1.6.1
26282026-03-16T20:03:09.882Z Compiling semver v0.1.20
26292026-03-16T20:03:09.988Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-16T20:03:10.050Z Compiling typify-macro v0.4.3
26312026-03-16T20:03:10.261Z Compiling rustc_version v0.1.7
26322026-03-16T20:03:10.347Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-16T20:03:10.531Z Compiling pin-project-internal v1.1.11
26342026-03-16T20:03:11.124Z Compiling minimal-lexical v0.2.1
26352026-03-16T20:03:11.164Z Checking swrite v0.1.0
26362026-03-16T20:03:11.282Z Checking linked-hash-map v0.5.6
26372026-03-16T20:03:11.457Z Compiling nom v7.1.3
26382026-03-16T20:03:11.508Z Checking lru-cache v0.1.2
26392026-03-16T20:03:11.669Z Compiling newtype_derive v0.1.6
26402026-03-16T20:03:12.066Z Checking pin-project v1.1.11
26412026-03-16T20:03:12.191Z Checking newline-converter v0.3.0
26422026-03-16T20:03:12.330Z Compiling typify v0.4.3
26432026-03-16T20:03:12.350Z Checking atomicwrites v0.4.4
26442026-03-16T20:03:12.387Z Compiling progenitor-macro v0.13.0
26452026-03-16T20:03:12.466Z Checking hickory-proto v0.24.4
26462026-03-16T20:03:12.498Z Checking phf_shared v0.12.1
26472026-03-16T20:03:12.519Z Checking console v0.15.11
26482026-03-16T20:03:12.540Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26492026-03-16T20:03:12.689Z Checking pem v3.0.6
26502026-03-16T20:03:12.897Z Checking csv-core v0.1.13
26512026-03-16T20:03:13.152Z Compiling snafu-derive v0.8.9
26522026-03-16T20:03:13.301Z Compiling async-recursion v1.1.1
26532026-03-16T20:03:13.649Z Compiling derive-where v1.6.0
26542026-03-16T20:03:14.227Z Compiling slog-dtrace v0.3.0
26552026-03-16T20:03:14.472Z Checking unicode-width v0.1.14
26562026-03-16T20:03:14.807Z Compiling chrono-tz v0.10.4
26572026-03-16T20:03:14.911Z Compiling cancel-safe-futures v0.1.5
26582026-03-16T20:03:15.030Z Compiling owo-colors v4.3.0
26592026-03-16T20:03:15.177Z Checking same-file v1.0.6
26602026-03-16T20:03:15.333Z Checking resolv-conf v0.7.6
26612026-03-16T20:03:15.445Z Checking highway v1.3.0
26622026-03-16T20:03:15.464Z Compiling const_format_proc_macros v0.2.34
26632026-03-16T20:03:15.571Z Checking hickory-resolver v0.24.4
26642026-03-16T20:03:15.680Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26652026-03-16T20:03:15.751Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26662026-03-16T20:03:15.807Z Checking snafu v0.8.9
26672026-03-16T20:03:16.189Z Checking walkdir v2.5.0
26682026-03-16T20:03:16.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692026-03-16T20:03:16.575Z Checking csv v1.4.0
26702026-03-16T20:03:16.672Z Checking expectorate v1.2.0
26712026-03-16T20:03:16.723Z Checking phf v0.12.1
26722026-03-16T20:03:16.912Z Compiling progenitor-impl v0.10.0
26732026-03-16T20:03:17.085Z Checking tokio-dtrace v0.1.1
26742026-03-16T20:03:17.129Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26752026-03-16T20:03:17.177Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26762026-03-16T20:03:17.317Z Checking globset v0.4.18
26772026-03-16T20:03:17.495Z Checking olpc-cjson v0.1.4
26782026-03-16T20:03:17.645Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-03-16T20:03:17.665Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26802026-03-16T20:03:17.683Z Checking libsw-core v0.3.2
26812026-03-16T20:03:17.866Z Checking serde_plain v1.0.2
26822026-03-16T20:03:17.885Z Checking arc-swap v1.8.2
26832026-03-16T20:03:17.999Z Compiling lzma-sys v0.1.20
26842026-03-16T20:03:18.061Z Checking typed-path v0.9.3
26852026-03-16T20:03:18.481Z Checking bytecount v0.6.9
26862026-03-16T20:03:18.527Z Checking utf-8 v0.7.6
26872026-03-16T20:03:18.622Z Checking papergrid v0.11.0
26882026-03-16T20:03:18.705Z Checking tungstenite v0.21.0
26892026-03-16T20:03:19.214Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26902026-03-16T20:03:19.234Z Checking tough v0.20.0
26912026-03-16T20:03:19.429Z Checking slog-scope v4.4.1
26922026-03-16T20:03:19.506Z Checking libsw v3.5.0
26932026-03-16T20:03:19.528Z Checking progenitor v0.13.0
26942026-03-16T20:03:19.603Z Checking oxide-tokio-rt v0.1.3
26952026-03-16T20:03:19.695Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26962026-03-16T20:03:19.815Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26972026-03-16T20:03:20.337Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-03-16T20:03:20.368Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-16T20:03:20.596Z Compiling progenitor-macro v0.10.0
27002026-03-16T20:03:21.456Z Checking const_format v0.2.35
27012026-03-16T20:03:21.560Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27022026-03-16T20:03:21.836Z Checking qorb v0.4.1
27032026-03-16T20:03:22.002Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27042026-03-16T20:03:22.057Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27052026-03-16T20:03:22.147Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27062026-03-16T20:03:22.169Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27072026-03-16T20:03:22.605Z Compiling cargo_toml v0.22.3
27082026-03-16T20:03:22.739Z Checking gethostname v0.5.0
27092026-03-16T20:03:22.761Z Compiling tabled_derive v0.7.0
27102026-03-16T20:03:22.797Z Checking bcs v0.1.6
27112026-03-16T20:03:22.853Z Checking smawk v0.3.2
27122026-03-16T20:03:23.019Z Checking linear-map v1.2.0
27132026-03-16T20:03:23.103Z Checking termtree v0.5.1
27142026-03-16T20:03:23.246Z Checking unicode-linebreak v0.1.5
27152026-03-16T20:03:23.283Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-16T20:03:23.389Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27172026-03-16T20:03:23.564Z Checking textwrap v0.16.2
27182026-03-16T20:03:23.854Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27192026-03-16T20:03:23.929Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27202026-03-16T20:03:24.714Z Checking tabled v0.15.0
27212026-03-16T20:03:24.753Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27222026-03-16T20:03:25.042Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27232026-03-16T20:03:25.112Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27242026-03-16T20:03:25.301Z Checking steno v0.4.1
27252026-03-16T20:03:25.330Z Checking slog-stdlog v4.1.1
27262026-03-16T20:03:25.489Z Checking typeid v1.0.3
27272026-03-16T20:03:25.764Z Checking tokio-tungstenite v0.21.0
27282026-03-16T20:03:25.785Z Checking base64 v0.21.7
27292026-03-16T20:03:26.096Z Checking humantime v2.3.0
27302026-03-16T20:03:26.120Z Checking xz2 v0.1.7
27312026-03-16T20:03:26.340Z Checking ron v0.12.0
27322026-03-16T20:03:26.344Z Checking slog-envlogger v2.2.0
27332026-03-16T20:03:26.530Z Checking yasna v0.5.2
27342026-03-16T20:03:26.626Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-16T20:03:26.646Z Checking headers-core v0.3.0
27362026-03-16T20:03:26.784Z Checking filetime v0.2.27
27372026-03-16T20:03:26.964Z Checking xattr v1.6.1
27382026-03-16T20:03:27.005Z Checking base16ct v1.0.0
27392026-03-16T20:03:27.049Z Checking rcgen v0.12.1
27402026-03-16T20:03:27.131Z Checking tar v0.4.44
27412026-03-16T20:03:27.179Z Checking headers v0.4.1
27422026-03-16T20:03:27.393Z Checking subprocess v0.2.15
27432026-03-16T20:03:27.634Z Checking progenitor v0.10.0
27442026-03-16T20:03:27.798Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-16T20:03:35.403Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27462026-03-16T20:03:43.570Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-03-16T20:03:45.344Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27482026-03-16T20:03:46.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27492026-03-16T20:03:47.143Z
27502026-03-16T20:03:47.143Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27512026-03-16T20:03:47.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-03-16T20:03:47.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-03-16T20:03:48.163Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-16T20:03:49.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
27552026-03-16T20:03:50.107Z
27562026-03-16T20:03:50.107Zinfo: running `cargo check --bins` on nexus-config (51/257)
27572026-03-16T20:03:50.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-16T20:03:50.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-16T20:03:50.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-03-16T20:03:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27612026-03-16T20:03:50.939Z
27622026-03-16T20:03:50.939Zinfo: running `cargo check --bins` on nexus-types (52/257)
27632026-03-16T20:03:51.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-16T20:03:51.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-16T20:03:51.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-16T20:03:51.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27672026-03-16T20:03:51.777Z
27682026-03-16T20:03:51.777Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27692026-03-16T20:03:52.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-16T20:03:52.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-16T20:03:52.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-16T20:03:52.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27732026-03-16T20:03:52.568Z
27742026-03-16T20:03:52.568Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27752026-03-16T20:03:53.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-16T20:03:53.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-16T20:03:53.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-16T20:03:53.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27792026-03-16T20:03:53.364Z
27802026-03-16T20:03:53.364Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27812026-03-16T20:03:54.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-16T20:03:54.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-16T20:03:54.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-16T20:03:54.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27852026-03-16T20:03:54.132Z
27862026-03-16T20:03:54.132Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27872026-03-16T20:03:54.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-16T20:03:54.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-16T20:03:54.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-16T20:03:54.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27912026-03-16T20:03:54.900Z
27922026-03-16T20:03:54.900Zinfo: running `cargo check --bins` on ereport-types (57/257)
27932026-03-16T20:03:55.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-16T20:03:55.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-16T20:03:55.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-16T20:03:55.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27972026-03-16T20:03:55.664Z
27982026-03-16T20:03:55.664Zinfo: running `cargo check --bins` on gateway-client (58/257)
27992026-03-16T20:03:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-16T20:03:56.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-16T20:03:56.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-16T20:03:56.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28032026-03-16T20:03:56.439Z
28042026-03-16T20:03:56.439Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28052026-03-16T20:03:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-16T20:03:57.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-16T20:03:57.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-16T20:03:57.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28092026-03-16T20:03:57.208Z
28102026-03-16T20:03:57.208Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28112026-03-16T20:03:57.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-16T20:03:57.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-16T20:03:57.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-16T20:03:57.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28152026-03-16T20:03:57.977Z
28162026-03-16T20:03:57.977Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28172026-03-16T20:03:58.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-16T20:03:58.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-16T20:03:58.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-16T20:03:58.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28212026-03-16T20:03:58.738Z
28222026-03-16T20:03:58.738Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28232026-03-16T20:03:59.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-16T20:03:59.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-16T20:03:59.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-16T20:03:59.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28272026-03-16T20:03:59.508Z
28282026-03-16T20:03:59.508Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28292026-03-16T20:04:00.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-16T20:04:00.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-16T20:04:00.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-16T20:04:00.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28332026-03-16T20:04:00.291Z
28342026-03-16T20:04:00.291Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28352026-03-16T20:04:00.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-16T20:04:00.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-16T20:04:00.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-16T20:04:00.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28392026-03-16T20:04:01.078Z
28402026-03-16T20:04:01.078Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28412026-03-16T20:04:01.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-16T20:04:01.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-16T20:04:01.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-16T20:04:01.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28452026-03-16T20:04:01.838Z
28462026-03-16T20:04:01.838Zinfo: running `cargo check --bins` on oxlog (66/257)
28472026-03-16T20:04:02.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-16T20:04:02.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-16T20:04:02.646Z Compiling newtype-uuid v1.3.2
28502026-03-16T20:04:02.902Z Compiling daft v0.1.5
28512026-03-16T20:04:03.163Z Compiling iddqd v0.3.17
28522026-03-16T20:04:04.434Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-03-16T20:04:04.717Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28542026-03-16T20:04:05.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28552026-03-16T20:04:05.277Z
28562026-03-16T20:04:05.277Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28572026-03-16T20:04:05.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-03-16T20:04:05.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-03-16T20:04:05.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-03-16T20:04:05.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28612026-03-16T20:04:06.051Z
28622026-03-16T20:04:06.051Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28632026-03-16T20:04:06.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-16T20:04:06.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-16T20:04:06.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-16T20:04:06.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28672026-03-16T20:04:06.834Z
28682026-03-16T20:04:06.834Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28692026-03-16T20:04:07.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-16T20:04:07.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-16T20:04:07.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-16T20:04:07.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28732026-03-16T20:04:07.642Z
28742026-03-16T20:04:07.642Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28752026-03-16T20:04:08.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-16T20:04:08.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-16T20:04:08.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-16T20:04:08.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28792026-03-16T20:04:08.401Z
28802026-03-16T20:04:08.401Zinfo: running `cargo check --bins` on oxql-types (71/257)
28812026-03-16T20:04:09.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-16T20:04:09.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-16T20:04:09.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-16T20:04:09.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28852026-03-16T20:04:09.177Z
28862026-03-16T20:04:09.177Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28872026-03-16T20:04:09.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-16T20:04:09.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-16T20:04:09.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-16T20:04:09.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28912026-03-16T20:04:09.954Z
28922026-03-16T20:04:09.954Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28932026-03-16T20:04:10.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-16T20:04:10.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-16T20:04:10.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-16T20:04:10.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28972026-03-16T20:04:10.732Z
28982026-03-16T20:04:10.732Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28992026-03-16T20:04:11.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-16T20:04:11.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-16T20:04:11.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-16T20:04:11.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29032026-03-16T20:04:11.488Z
29042026-03-16T20:04:11.488Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29052026-03-16T20:04:12.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-16T20:04:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-16T20:04:12.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-16T20:04:12.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29092026-03-16T20:04:12.286Z
29102026-03-16T20:04:12.286Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29112026-03-16T20:04:12.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-16T20:04:12.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-16T20:04:12.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-16T20:04:12.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29152026-03-16T20:04:13.081Z
29162026-03-16T20:04:13.081Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29172026-03-16T20:04:13.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-16T20:04:13.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-16T20:04:13.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-16T20:04:13.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29212026-03-16T20:04:13.874Z
29222026-03-16T20:04:13.874Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29232026-03-16T20:04:14.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-16T20:04:14.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-16T20:04:14.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-16T20:04:14.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29272026-03-16T20:04:14.675Z
29282026-03-16T20:04:14.675Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29292026-03-16T20:04:15.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-16T20:04:15.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-16T20:04:15.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-16T20:04:15.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29332026-03-16T20:04:15.443Z
29342026-03-16T20:04:15.443Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29352026-03-16T20:04:16.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-16T20:04:16.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-16T20:04:16.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-16T20:04:16.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29392026-03-16T20:04:16.204Z
29402026-03-16T20:04:16.204Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29412026-03-16T20:04:16.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-16T20:04:16.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-16T20:04:16.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-16T20:04:16.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29452026-03-16T20:04:16.957Z
29462026-03-16T20:04:16.957Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29472026-03-16T20:04:17.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-16T20:04:17.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-16T20:04:17.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-16T20:04:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29512026-03-16T20:04:17.727Z
29522026-03-16T20:04:17.727Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29532026-03-16T20:04:18.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-16T20:04:18.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-16T20:04:18.612Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-03-16T20:04:19.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29572026-03-16T20:04:19.495Z
29582026-03-16T20:04:19.495Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29592026-03-16T20:04:20.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-16T20:04:20.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-16T20:04:20.403Z Compiling ar_archive_writer v0.5.1
29622026-03-16T20:04:20.531Z Compiling stacker v0.1.23
29632026-03-16T20:04:20.543Z Compiling cfg_aliases v0.1.1
29642026-03-16T20:04:20.553Z Compiling convert_case v0.10.0
29652026-03-16T20:04:20.588Z Checking fd-lock v4.0.4
29662026-03-16T20:04:20.592Z Checking nibble_vec v0.1.0
29672026-03-16T20:04:20.592Z Checking vte v0.14.1
29682026-03-16T20:04:20.592Z Compiling recursive-proc-macro-impl v0.1.1
29692026-03-16T20:04:20.648Z Compiling nix v0.28.0
29702026-03-16T20:04:20.745Z Checking endian-type v0.1.2
29712026-03-16T20:04:20.801Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-03-16T20:04:20.819Z Checking strip-ansi-escapes v0.2.1
29732026-03-16T20:04:20.860Z Compiling peg-macros v0.8.5
29742026-03-16T20:04:20.904Z Checking radix_trie v0.2.1
29752026-03-16T20:04:20.942Z Checking winnow v0.6.26
29762026-03-16T20:04:20.959Z Compiling derive_more-impl v2.1.1
29772026-03-16T20:04:21.115Z Compiling sqlparser_derive v0.5.0
29782026-03-16T20:04:21.172Z Checking nu-ansi-term v0.50.3
29792026-03-16T20:04:21.412Z Checking unicode_categories v0.1.1
29802026-03-16T20:04:21.446Z Checking home v0.5.12
29812026-03-16T20:04:21.580Z Checking reedline v0.40.0
29822026-03-16T20:04:21.645Z Checking display-error-chain v0.2.2
29832026-03-16T20:04:21.722Z Compiling psm v0.1.30
29842026-03-16T20:04:22.043Z Checking derive_more v2.1.1
29852026-03-16T20:04:22.146Z Checking crossterm v0.29.0
29862026-03-16T20:04:22.388Z Checking peg v0.8.5
29872026-03-16T20:04:22.466Z Checking rustyline v14.0.0
29882026-03-16T20:04:22.494Z Checking sqlformat v0.3.5
29892026-03-16T20:04:22.666Z Checking recursive v0.1.1
29902026-03-16T20:04:22.773Z Checking sqlparser v0.61.0
29912026-03-16T20:04:38.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
29922026-03-16T20:04:38.795Z
29932026-03-16T20:04:38.795Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29942026-03-16T20:04:39.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-03-16T20:04:39.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-03-16T20:04:39.705Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29972026-03-16T20:04:44.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
29982026-03-16T20:04:44.596Z
29992026-03-16T20:04:44.597Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30002026-03-16T20:04:45.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-16T20:04:45.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-16T20:04:45.500Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-16T20:04:48.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
30042026-03-16T20:04:48.986Z
30052026-03-16T20:04:48.986Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30062026-03-16T20:04:49.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-16T20:04:49.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-16T20:04:49.881Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-16T20:04:54.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30102026-03-16T20:04:54.503Z
30112026-03-16T20:04:54.503Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30122026-03-16T20:04:55.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-16T20:04:55.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-16T20:04:55.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-16T20:04:59.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
30162026-03-16T20:05:00.084Z
30172026-03-16T20:05:00.084Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30182026-03-16T20:05:00.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-16T20:05:00.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-16T20:05:00.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-16T20:05:04.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
30222026-03-16T20:05:04.665Z
30232026-03-16T20:05:04.665Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30242026-03-16T20:05:05.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-16T20:05:05.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-16T20:05:05.562Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-16T20:05:09.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
30282026-03-16T20:05:09.342Z
30292026-03-16T20:05:09.342Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30302026-03-16T20:05:10.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-16T20:05:10.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-16T20:05:10.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-16T20:05:14.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30342026-03-16T20:05:15.111Z
30352026-03-16T20:05:15.111Zinfo: running `cargo check --bins` on oximeter (92/257)
30362026-03-16T20:05:15.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-16T20:05:15.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-16T20:05:15.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-03-16T20:05:15.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30402026-03-16T20:05:15.893Z
30412026-03-16T20:05:15.893Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30422026-03-16T20:05:16.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-16T20:05:16.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-16T20:05:16.736Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-16T20:05:16.928Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-03-16T20:05:16.948Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-16T20:05:17.370Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-03-16T20:05:22.246Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30492026-03-16T20:05:22.664Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30502026-03-16T20:05:24.213Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30512026-03-16T20:05:25.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
30522026-03-16T20:05:25.307Z
30532026-03-16T20:05:25.307Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30542026-03-16T20:05:25.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-03-16T20:05:25.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-03-16T20:05:25.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-03-16T20:05:25.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30582026-03-16T20:05:26.088Z
30592026-03-16T20:05:26.088Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30602026-03-16T20:05:26.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-16T20:05:26.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-16T20:05:26.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-16T20:05:26.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30642026-03-16T20:05:26.926Z
30652026-03-16T20:05:26.927Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30662026-03-16T20:05:27.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-16T20:05:27.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-16T20:05:27.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-16T20:05:27.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30702026-03-16T20:05:27.724Z
30712026-03-16T20:05:27.724Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30722026-03-16T20:05:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-16T20:05:28.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-16T20:05:28.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-16T20:05:28.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30762026-03-16T20:05:28.521Z
30772026-03-16T20:05:28.521Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30782026-03-16T20:05:29.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-16T20:05:29.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-16T20:05:29.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-16T20:05:29.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30822026-03-16T20:05:29.320Z
30832026-03-16T20:05:29.320Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30842026-03-16T20:05:30.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-16T20:05:30.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-16T20:05:30.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-16T20:05:30.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30882026-03-16T20:05:30.121Z
30892026-03-16T20:05:30.121Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30902026-03-16T20:05:30.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-16T20:05:30.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-16T20:05:30.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-16T20:05:30.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30942026-03-16T20:05:30.884Z
30952026-03-16T20:05:30.884Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30962026-03-16T20:05:31.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-16T20:05:31.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-16T20:05:31.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-16T20:05:31.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31002026-03-16T20:05:31.686Z
31012026-03-16T20:05:31.686Zinfo: running `cargo check --bins` on update-engine (102/257)
31022026-03-16T20:05:32.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-16T20:05:32.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-16T20:05:32.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-16T20:05:32.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31062026-03-16T20:05:32.452Z
31072026-03-16T20:05:32.452Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31082026-03-16T20:05:33.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-16T20:05:33.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-16T20:05:33.370Z Checking dropshot-api-manager-types v0.6.0
31112026-03-16T20:05:33.373Z Checking nanorand v0.7.0
31122026-03-16T20:05:33.668Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-03-16T20:05:33.710Z Checking flume v0.11.1
31142026-03-16T20:05:33.983Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31152026-03-16T20:05:35.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
31162026-03-16T20:05:35.473Z
31172026-03-16T20:05:35.473Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31182026-03-16T20:05:36.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-03-16T20:05:36.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-03-16T20:05:36.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-03-16T20:05:36.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31222026-03-16T20:05:36.255Z
31232026-03-16T20:05:36.255Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31242026-03-16T20:05:36.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-16T20:05:36.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-16T20:05:36.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-16T20:05:36.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31282026-03-16T20:05:37.037Z
31292026-03-16T20:05:37.037Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31302026-03-16T20:05:37.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-16T20:05:37.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-16T20:05:37.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-16T20:05:37.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31342026-03-16T20:05:37.819Z
31352026-03-16T20:05:37.819Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31362026-03-16T20:05:38.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-16T20:05:38.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-16T20:05:38.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-16T20:05:38.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31402026-03-16T20:05:38.627Z
31412026-03-16T20:05:38.627Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31422026-03-16T20:05:39.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-16T20:05:39.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-16T20:05:39.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-16T20:05:39.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31462026-03-16T20:05:39.415Z
31472026-03-16T20:05:39.415Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31482026-03-16T20:05:40.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-16T20:05:40.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-16T20:05:40.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-16T20:05:40.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31522026-03-16T20:05:40.197Z
31532026-03-16T20:05:40.197Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31542026-03-16T20:05:40.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-16T20:05:40.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-16T20:05:40.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-16T20:05:40.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31582026-03-16T20:05:40.979Z
31592026-03-16T20:05:40.979Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31602026-03-16T20:05:41.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-16T20:05:41.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-16T20:05:41.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-16T20:05:41.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31642026-03-16T20:05:41.739Z
31652026-03-16T20:05:41.739Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31662026-03-16T20:05:42.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-16T20:05:42.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-16T20:05:42.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-16T20:05:42.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31702026-03-16T20:05:42.517Z
31712026-03-16T20:05:42.517Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31722026-03-16T20:05:43.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-16T20:05:43.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-16T20:05:43.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-16T20:05:43.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31762026-03-16T20:05:43.298Z
31772026-03-16T20:05:43.298Zinfo: running `cargo check --bins` on installinator-client (114/257)
31782026-03-16T20:05:43.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-16T20:05:43.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-16T20:05:43.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-16T20:05:43.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31822026-03-16T20:05:44.083Z
31832026-03-16T20:05:44.083Zinfo: running `cargo check --bins` on nexus-client (115/257)
31842026-03-16T20:05:44.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-16T20:05:44.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-16T20:05:44.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-16T20:05:44.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31882026-03-16T20:05:44.907Z
31892026-03-16T20:05:44.907Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31902026-03-16T20:05:45.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-16T20:05:45.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-16T20:05:45.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-16T20:05:45.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31942026-03-16T20:05:45.736Z
31952026-03-16T20:05:45.736Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31962026-03-16T20:05:46.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-16T20:05:46.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-16T20:05:46.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-16T20:05:46.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32002026-03-16T20:05:46.496Z
32012026-03-16T20:05:46.496Zinfo: running `cargo check --bins` on oxide-client (118/257)
32022026-03-16T20:05:47.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-16T20:05:47.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-16T20:05:47.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-16T20:05:47.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32062026-03-16T20:05:47.262Z
32072026-03-16T20:05:47.262Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32082026-03-16T20:05:47.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-16T20:05:47.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-16T20:05:47.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-16T20:05:47.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32122026-03-16T20:05:48.042Z
32132026-03-16T20:05:48.042Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32142026-03-16T20:05:48.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-16T20:05:48.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-16T20:05:48.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-16T20:05:48.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32182026-03-16T20:05:48.804Z
32192026-03-16T20:05:48.804Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32202026-03-16T20:05:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-16T20:05:49.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-16T20:05:49.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-16T20:05:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32242026-03-16T20:05:49.610Z
32252026-03-16T20:05:49.610Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32262026-03-16T20:05:50.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-16T20:05:50.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-16T20:05:50.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-16T20:05:50.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32302026-03-16T20:05:50.416Z
32312026-03-16T20:05:50.416Zinfo: running `cargo check --bins` on installinator-common (123/257)
32322026-03-16T20:05:51.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-16T20:05:51.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-16T20:05:51.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-16T20:05:51.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32362026-03-16T20:05:51.211Z
32372026-03-16T20:05:51.211Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32382026-03-16T20:05:51.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-16T20:05:51.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-16T20:05:51.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-16T20:05:51.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32422026-03-16T20:05:51.974Z
32432026-03-16T20:05:51.974Zinfo: running `cargo check --bins` on wicket-common (125/257)
32442026-03-16T20:05:52.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-16T20:05:52.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-16T20:05:52.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-16T20:05:52.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32482026-03-16T20:05:52.785Z
32492026-03-16T20:05:52.785Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32502026-03-16T20:05:53.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-16T20:05:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-16T20:05:53.677Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32532026-03-16T20:05:53.680Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-03-16T20:05:53.680Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32552026-03-16T20:05:53.830Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32562026-03-16T20:05:53.833Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32572026-03-16T20:05:53.990Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32582026-03-16T20:05:54.021Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-03-16T20:05:54.294Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32602026-03-16T20:05:54.297Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-03-16T20:05:57.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
32622026-03-16T20:05:57.351Z
32632026-03-16T20:05:57.351Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32642026-03-16T20:05:58.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-03-16T20:05:58.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-03-16T20:05:58.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-03-16T20:05:58.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32682026-03-16T20:05:58.134Z
32692026-03-16T20:05:58.134Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32702026-03-16T20:05:58.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-16T20:05:58.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-16T20:05:58.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-16T20:05:58.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32742026-03-16T20:05:59.032Z
32752026-03-16T20:05:59.032Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32762026-03-16T20:05:59.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-16T20:05:59.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-16T20:05:59.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-16T20:05:59.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32802026-03-16T20:05:59.927Z
32812026-03-16T20:05:59.927Zinfo: running `cargo check --bins` on dns-server (130/257)
32822026-03-16T20:06:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-16T20:06:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-16T20:06:00.808Z Compiling parking_lot_core v0.8.6
32852026-03-16T20:06:00.808Z Compiling git-stub v1.0.0
32862026-03-16T20:06:00.811Z Compiling atomicwrites v0.4.4
32872026-03-16T20:06:00.811Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32882026-03-16T20:06:00.969Z Checking tagptr v0.2.0
32892026-03-16T20:06:00.983Z Checking prefix-trie v0.7.0
32902026-03-16T20:06:00.986Z Checking fxhash v0.2.1
32912026-03-16T20:06:01.014Z Checking hickory-client v0.25.2
32922026-03-16T20:06:01.136Z Compiling git-stub-vcs v0.1.0
32932026-03-16T20:06:01.153Z Checking moka v0.12.13
32942026-03-16T20:06:01.419Z Checking hickory-server v0.25.2
32952026-03-16T20:06:01.481Z Checking parking_lot v0.11.2
32962026-03-16T20:06:01.515Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32972026-03-16T20:06:01.592Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-16T20:06:01.596Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-16T20:06:01.596Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33002026-03-16T20:06:01.709Z Checking sled v0.34.7
33012026-03-16T20:06:01.987Z Checking hickory-resolver v0.25.2
33022026-03-16T20:06:04.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
33032026-03-16T20:06:04.704Z
33042026-03-16T20:06:04.704Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33052026-03-16T20:06:05.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-03-16T20:06:05.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-03-16T20:06:05.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-03-16T20:06:05.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33092026-03-16T20:06:05.484Z
33102026-03-16T20:06:05.484Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33112026-03-16T20:06:06.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-03-16T20:06:06.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-03-16T20:06:06.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-03-16T20:06:06.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33152026-03-16T20:06:06.333Z
33162026-03-16T20:06:06.333Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33172026-03-16T20:06:07.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-16T20:06:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-16T20:06:07.318Z Compiling radium v0.7.0
33202026-03-16T20:06:07.456Z Checking tap v1.0.1
33212026-03-16T20:06:07.460Z Compiling maybe-uninit v2.0.0
33222026-03-16T20:06:07.510Z Compiling zerocopy-derive v0.6.6
33232026-03-16T20:06:07.513Z Compiling packed_struct v0.10.1
33242026-03-16T20:06:07.513Z Checking funty v2.0.0
33252026-03-16T20:06:07.513Z Checking crc-catalog v2.4.0
33262026-03-16T20:06:07.518Z Compiling packed_struct_codegen v0.10.1
33272026-03-16T20:06:07.593Z Checking wyz v0.5.1
33282026-03-16T20:06:07.659Z Checking crc v3.4.0
33292026-03-16T20:06:07.867Z Compiling bitfield-macros v0.19.4
33302026-03-16T20:06:07.885Z Compiling indexmap v1.9.3
33312026-03-16T20:06:07.929Z Checking nodrop v0.1.14
33322026-03-16T20:06:07.947Z Checking smallvec v0.6.14
33332026-03-16T20:06:08.019Z Checking bitvec v1.0.1
33342026-03-16T20:06:08.037Z Checking array-init v0.0.4
33352026-03-16T20:06:08.057Z Checking hashbrown v0.12.3
33362026-03-16T20:06:08.147Z Checking ron v0.8.1
33372026-03-16T20:06:08.200Z Checking hashbrown v0.13.2
33382026-03-16T20:06:08.527Z Checking serde-hex v0.1.0
33392026-03-16T20:06:08.654Z Checking zerocopy v0.6.6
33402026-03-16T20:06:08.793Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-03-16T20:06:08.812Z Checking bitfield v0.19.4
33422026-03-16T20:06:08.888Z Checking crc-any v2.5.0
33432026-03-16T20:06:08.983Z Checking path-slash v0.1.5
33442026-03-16T20:06:09.053Z Checking half v1.8.3
33452026-03-16T20:06:09.072Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-03-16T20:06:09.089Z Checking object v0.30.4
33472026-03-16T20:06:09.107Z Checking void v1.0.2
33482026-03-16T20:06:09.123Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-03-16T20:06:09.232Z Checking lzss v0.8.2
33502026-03-16T20:06:09.267Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-16T20:06:09.317Z Checking tungstenite v0.23.0
33522026-03-16T20:06:09.321Z Checking serde_cbor v0.11.2
33532026-03-16T20:06:09.352Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-03-16T20:06:09.466Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33552026-03-16T20:06:09.470Z Checking nix v0.27.1
33562026-03-16T20:06:09.852Z Checking kstat-rs v0.2.4
33572026-03-16T20:06:09.872Z Checking serde_bytes v0.11.19
33582026-03-16T20:06:09.910Z Checking tokio-tungstenite v0.23.1
33592026-03-16T20:06:10.091Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33602026-03-16T20:06:10.108Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-03-16T20:06:10.183Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33622026-03-16T20:06:10.247Z Checking signal-hook-tokio v0.3.1
33632026-03-16T20:06:11.338Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-16T20:06:11.605Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33652026-03-16T20:06:14.900Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-16T20:06:16.097Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-03-16T20:06:16.469Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33682026-03-16T20:06:17.949Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-03-16T20:06:20.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
33702026-03-16T20:06:20.957Z
33712026-03-16T20:06:20.957Zinfo: running `cargo check --bins` on gateway-api (134/257)
33722026-03-16T20:06:21.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-03-16T20:06:21.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-03-16T20:06:21.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-03-16T20:06:21.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33762026-03-16T20:06:21.737Z
33772026-03-16T20:06:21.738Zinfo: running `cargo check --bins` on ipcc (135/257)
33782026-03-16T20:06:22.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-03-16T20:06:22.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-03-16T20:06:22.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-03-16T20:06:22.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33822026-03-16T20:06:22.513Z
33832026-03-16T20:06:22.513Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33842026-03-16T20:06:23.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-16T20:06:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-16T20:06:23.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-16T20:06:23.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33882026-03-16T20:06:23.273Z
33892026-03-16T20:06:23.273Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33902026-03-16T20:06:23.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-16T20:06:23.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-16T20:06:23.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-16T20:06:23.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33942026-03-16T20:06:24.056Z
33952026-03-16T20:06:24.056Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33962026-03-16T20:06:24.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-16T20:06:24.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-16T20:06:24.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-16T20:06:24.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34002026-03-16T20:06:24.831Z
34012026-03-16T20:06:24.832Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34022026-03-16T20:06:25.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-16T20:06:25.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-16T20:06:25.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-16T20:06:25.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34062026-03-16T20:06:25.614Z
34072026-03-16T20:06:25.614Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34082026-03-16T20:06:26.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-16T20:06:26.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-16T20:06:26.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-16T20:06:26.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34122026-03-16T20:06:26.390Z
34132026-03-16T20:06:26.390Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34142026-03-16T20:06:27.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-16T20:06:27.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-16T20:06:27.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-16T20:06:27.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34182026-03-16T20:06:27.168Z
34192026-03-16T20:06:27.168Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34202026-03-16T20:06:27.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-16T20:06:27.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-16T20:06:27.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-16T20:06:27.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34242026-03-16T20:06:27.947Z
34252026-03-16T20:06:27.947Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34262026-03-16T20:06:28.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-16T20:06:28.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-16T20:06:28.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-16T20:06:28.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34302026-03-16T20:06:28.729Z
34312026-03-16T20:06:28.729Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34322026-03-16T20:06:29.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-16T20:06:29.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-16T20:06:29.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-16T20:06:29.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34362026-03-16T20:06:29.510Z
34372026-03-16T20:06:29.510Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34382026-03-16T20:06:30.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-16T20:06:30.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-16T20:06:30.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-16T20:06:30.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34422026-03-16T20:06:30.290Z
34432026-03-16T20:06:30.290Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34442026-03-16T20:06:30.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-16T20:06:30.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-16T20:06:30.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-16T20:06:30.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34482026-03-16T20:06:31.066Z
34492026-03-16T20:06:31.066Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34502026-03-16T20:06:31.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-16T20:06:31.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-16T20:06:31.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-16T20:06:31.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34542026-03-16T20:06:31.893Z
34552026-03-16T20:06:31.894Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34562026-03-16T20:06:32.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-16T20:06:32.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-16T20:06:32.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-16T20:06:32.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34602026-03-16T20:06:32.680Z
34612026-03-16T20:06:32.680Zinfo: running `cargo check --bins` on sp-sim (149/257)
34622026-03-16T20:06:33.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-16T20:06:33.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-16T20:06:33.640Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-03-16T20:06:35.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
34662026-03-16T20:06:36.189Z
34672026-03-16T20:06:36.189Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34682026-03-16T20:06:36.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-16T20:06:36.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-16T20:06:36.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-03-16T20:06:36.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34722026-03-16T20:06:37.041Z
34732026-03-16T20:06:37.042Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34742026-03-16T20:06:37.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-16T20:06:37.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-16T20:06:37.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-16T20:06:37.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34782026-03-16T20:06:37.905Z
34792026-03-16T20:06:37.905Zinfo: running `cargo check --bins` on db-macros (152/257)
34802026-03-16T20:06:38.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-16T20:06:38.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-16T20:06:38.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-16T20:06:38.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34842026-03-16T20:06:38.674Z
34852026-03-16T20:06:38.674Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34862026-03-16T20:06:39.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-16T20:06:39.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-16T20:06:39.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-16T20:06:39.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34902026-03-16T20:06:39.437Z
34912026-03-16T20:06:39.438Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34922026-03-16T20:06:40.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-16T20:06:40.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-16T20:06:40.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-16T20:06:40.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34962026-03-16T20:06:40.291Z
34972026-03-16T20:06:40.291Zinfo: running `cargo check --bins` on authz-macros (155/257)
34982026-03-16T20:06:40.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-16T20:06:40.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-16T20:06:40.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-16T20:06:40.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35022026-03-16T20:06:41.060Z
35032026-03-16T20:06:41.060Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35042026-03-16T20:06:41.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-16T20:06:41.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-16T20:06:41.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-16T20:06:41.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35082026-03-16T20:06:41.908Z
35092026-03-16T20:06:41.908Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35102026-03-16T20:06:42.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-16T20:06:42.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-16T20:06:42.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-16T20:06:42.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35142026-03-16T20:06:42.755Z
35152026-03-16T20:06:42.755Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35162026-03-16T20:06:43.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-16T20:06:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-16T20:06:43.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-03-16T20:06:43.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35202026-03-16T20:06:43.528Z
35212026-03-16T20:06:43.528Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35222026-03-16T20:06:44.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-16T20:06:44.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-16T20:06:44.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-03-16T20:06:44.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35262026-03-16T20:06:44.296Z
35272026-03-16T20:06:44.296Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35282026-03-16T20:06:44.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-16T20:06:44.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-16T20:06:44.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-16T20:06:44.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35322026-03-16T20:06:45.084Z
35332026-03-16T20:06:45.085Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35342026-03-16T20:06:45.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-16T20:06:45.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-16T20:06:45.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-16T20:06:45.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35382026-03-16T20:06:45.881Z
35392026-03-16T20:06:45.881Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35402026-03-16T20:06:46.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-16T20:06:46.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-16T20:06:46.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-16T20:06:46.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35442026-03-16T20:06:46.639Z
35452026-03-16T20:06:46.639Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35462026-03-16T20:06:47.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-16T20:06:47.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-16T20:06:47.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-16T20:06:47.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35502026-03-16T20:06:47.497Z
35512026-03-16T20:06:47.497Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35522026-03-16T20:06:48.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-16T20:06:48.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-16T20:06:48.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-16T20:06:48.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35562026-03-16T20:06:48.360Z
35572026-03-16T20:06:48.360Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35582026-03-16T20:06:49.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-16T20:06:49.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-16T20:06:49.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-16T20:06:49.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35622026-03-16T20:06:49.506Z
35632026-03-16T20:06:49.506Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35642026-03-16T20:06:49.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-16T20:06:49.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-16T20:06:49.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-16T20:06:49.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35682026-03-16T20:06:50.021Z
35692026-03-16T20:06:50.021Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35702026-03-16T20:06:50.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-16T20:06:50.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-16T20:06:50.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-16T20:06:50.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35742026-03-16T20:06:50.825Z
35752026-03-16T20:06:50.825Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35762026-03-16T20:06:51.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-16T20:06:51.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-16T20:06:51.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-16T20:06:51.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35802026-03-16T20:06:51.628Z
35812026-03-16T20:06:51.628Zinfo: running `cargo check --bins` on key-manager (169/257)
35822026-03-16T20:06:52.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-16T20:06:52.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-16T20:06:52.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-16T20:06:52.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35862026-03-16T20:06:52.419Z
35872026-03-16T20:06:52.419Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35882026-03-16T20:06:53.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-16T20:06:53.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-16T20:06:53.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-16T20:06:53.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35922026-03-16T20:06:53.216Z
35932026-03-16T20:06:53.216Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35942026-03-16T20:06:53.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-16T20:06:53.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-16T20:06:53.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-16T20:06:53.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35982026-03-16T20:06:54.019Z
35992026-03-16T20:06:54.019Zinfo: running `cargo check --bins` on typed-rng (172/257)
36002026-03-16T20:06:54.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-16T20:06:54.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-16T20:06:54.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-16T20:06:54.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36042026-03-16T20:06:54.786Z
36052026-03-16T20:06:54.786Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36062026-03-16T20:06:55.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-16T20:06:55.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-16T20:06:55.935Z Compiling libefi-sys v0.1.0
36092026-03-16T20:06:55.938Z Compiling bitfield-struct v0.6.2
36102026-03-16T20:06:56.109Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36112026-03-16T20:06:56.125Z Compiling xshell-macros v0.2.7
36122026-03-16T20:06:56.143Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36132026-03-16T20:06:56.164Z Compiling salty v0.3.0
36142026-03-16T20:06:56.184Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36152026-03-16T20:06:56.206Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36162026-03-16T20:06:56.206Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-03-16T20:06:56.552Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36182026-03-16T20:06:56.573Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36192026-03-16T20:06:56.596Z Checking xshell v0.2.7
36202026-03-16T20:06:56.739Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-03-16T20:06:56.781Z Checking primeorder v0.13.6
36222026-03-16T20:06:56.823Z Compiling proc-macro-error-attr2 v2.0.0
36232026-03-16T20:06:56.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-03-16T20:06:56.888Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36252026-03-16T20:06:56.912Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-03-16T20:06:57.070Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36272026-03-16T20:06:57.109Z Checking p384 v0.13.1
36282026-03-16T20:06:57.135Z Compiling num-derive v0.3.3
36292026-03-16T20:06:57.240Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-03-16T20:06:57.324Z Compiling proc-macro-error2 v2.0.1
36312026-03-16T20:06:57.477Z Compiling unicase v2.9.0
36322026-03-16T20:06:57.549Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-03-16T20:06:57.689Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36342026-03-16T20:06:57.732Z Compiling tabled_derive v0.11.0
36352026-03-16T20:06:57.751Z Compiling mime_guess v2.0.5
36362026-03-16T20:06:57.850Z Compiling progenitor-impl v0.11.2
36372026-03-16T20:06:58.175Z Checking papergrid v0.17.0
36382026-03-16T20:06:58.313Z Checking libscf-sys v1.1.0
36392026-03-16T20:06:58.448Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-16T20:06:58.485Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36412026-03-16T20:06:58.646Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-03-16T20:06:58.709Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-16T20:06:59.308Z Checking testing_table v0.3.0
36442026-03-16T20:06:59.353Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36452026-03-16T20:06:59.374Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-03-16T20:06:59.428Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-16T20:06:59.505Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36482026-03-16T20:06:59.535Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36492026-03-16T20:06:59.611Z Checking corncobs v0.1.4
36502026-03-16T20:06:59.660Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-03-16T20:06:59.745Z Checking tabled v0.20.0
36522026-03-16T20:06:59.770Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-16T20:06:59.818Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36542026-03-16T20:07:00.049Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-03-16T20:07:00.109Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-16T20:07:00.325Z Checking progenitor-client v0.11.2
36572026-03-16T20:07:00.536Z Checking secrecy v0.8.0
36582026-03-16T20:07:00.630Z Checking http-range v0.1.5
36592026-03-16T20:07:00.916Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-03-16T20:07:00.995Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36612026-03-16T20:07:01.103Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-03-16T20:07:01.320Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36632026-03-16T20:07:01.373Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36642026-03-16T20:07:01.496Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36652026-03-16T20:07:01.538Z Checking atty v0.2.14
36662026-03-16T20:07:01.558Z Compiling progenitor-macro v0.11.2
36672026-03-16T20:07:01.655Z Checking crc8 v0.1.1
36682026-03-16T20:07:01.677Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36692026-03-16T20:07:01.778Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36702026-03-16T20:07:01.798Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36712026-03-16T20:07:01.902Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36722026-03-16T20:07:02.210Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36732026-03-16T20:07:02.309Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36742026-03-16T20:07:02.536Z Checking hyper-staticfile v0.10.1
36752026-03-16T20:07:02.646Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36762026-03-16T20:07:02.668Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36772026-03-16T20:07:02.847Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36782026-03-16T20:07:02.903Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36792026-03-16T20:07:02.942Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-03-16T20:07:03.161Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36812026-03-16T20:07:03.539Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36822026-03-16T20:07:03.611Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36832026-03-16T20:07:03.983Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36842026-03-16T20:07:04.057Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36852026-03-16T20:07:04.098Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36862026-03-16T20:07:04.739Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36872026-03-16T20:07:04.935Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-03-16T20:07:05.235Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36892026-03-16T20:07:05.373Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36902026-03-16T20:07:05.894Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36912026-03-16T20:07:06.787Z Checking progenitor v0.11.2
36922026-03-16T20:07:06.959Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-03-16T20:07:13.781Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-03-16T20:07:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s
36952026-03-16T20:07:30.015Z
36962026-03-16T20:07:30.015Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36972026-03-16T20:07:30.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-03-16T20:07:30.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-03-16T20:07:31.082Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-16T20:07:47.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
37012026-03-16T20:07:47.321Z
37022026-03-16T20:07:47.321Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37032026-03-16T20:07:48.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-16T20:07:48.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-16T20:07:48.402Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-16T20:08:04.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37072026-03-16T20:08:04.591Z
37082026-03-16T20:08:04.591Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37092026-03-16T20:08:05.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-16T20:08:05.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-16T20:08:05.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-16T20:08:21.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37132026-03-16T20:08:21.948Z
37142026-03-16T20:08:21.948Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37152026-03-16T20:08:22.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-16T20:08:22.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-16T20:08:23.020Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-16T20:08:39.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s
37192026-03-16T20:08:39.343Z
37202026-03-16T20:08:39.343Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37212026-03-16T20:08:40.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-16T20:08:40.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-16T20:08:40.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-16T20:08:56.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s
37252026-03-16T20:08:56.746Z
37262026-03-16T20:08:56.746Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37272026-03-16T20:08:57.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-16T20:08:57.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-16T20:08:57.808Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-03-16T20:09:13.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
37312026-03-16T20:09:14.093Z
37322026-03-16T20:09:14.093Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37332026-03-16T20:09:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-16T20:09:14.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-16T20:09:15.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-03-16T20:09:31.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s
37372026-03-16T20:09:31.389Z
37382026-03-16T20:09:31.389Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37392026-03-16T20:09:32.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-16T20:09:32.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-16T20:09:32.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-03-16T20:09:32.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37432026-03-16T20:09:32.206Z
37442026-03-16T20:09:32.206Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37452026-03-16T20:09:32.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-16T20:09:32.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-16T20:09:32.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-16T20:09:32.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37492026-03-16T20:09:33.019Z
37502026-03-16T20:09:33.019Zinfo: running `cargo check --bins` on range-requests (183/257)
37512026-03-16T20:09:33.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-16T20:09:33.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-16T20:09:33.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-16T20:09:33.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37552026-03-16T20:09:33.804Z
37562026-03-16T20:09:33.804Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37572026-03-16T20:09:34.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-16T20:09:34.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-16T20:09:34.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-16T20:09:34.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37612026-03-16T20:09:34.586Z
37622026-03-16T20:09:34.586Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37632026-03-16T20:09:35.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-16T20:09:35.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-16T20:09:35.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-16T20:09:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37672026-03-16T20:09:35.400Z
37682026-03-16T20:09:35.400Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37692026-03-16T20:09:36.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-16T20:09:36.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-16T20:09:36.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-16T20:09:36.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37732026-03-16T20:09:36.201Z
37742026-03-16T20:09:36.202Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37752026-03-16T20:09:36.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-16T20:09:36.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-16T20:09:36.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-16T20:09:36.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37792026-03-16T20:09:37.002Z
37802026-03-16T20:09:37.003Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37812026-03-16T20:09:37.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-16T20:09:37.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-16T20:09:37.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-16T20:09:37.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37852026-03-16T20:09:37.819Z
37862026-03-16T20:09:37.819Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37872026-03-16T20:09:38.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-16T20:09:38.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-16T20:09:38.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-16T20:09:38.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37912026-03-16T20:09:38.639Z
37922026-03-16T20:09:38.639Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37932026-03-16T20:09:39.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-16T20:09:39.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-16T20:09:39.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-16T20:09:39.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37972026-03-16T20:09:39.447Z
37982026-03-16T20:09:39.447Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37992026-03-16T20:09:40.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-16T20:09:40.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-16T20:09:40.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-16T20:09:40.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38032026-03-16T20:09:40.267Z
38042026-03-16T20:09:40.267Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38052026-03-16T20:09:40.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-16T20:09:41.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-16T20:09:41.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-16T20:09:41.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38092026-03-16T20:09:41.104Z
38102026-03-16T20:09:41.104Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38112026-03-16T20:09:41.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-16T20:09:41.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-16T20:09:41.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-16T20:09:41.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38152026-03-16T20:09:41.922Z
38162026-03-16T20:09:41.922Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38172026-03-16T20:09:42.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-16T20:09:42.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-16T20:09:42.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-16T20:09:42.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38212026-03-16T20:09:42.723Z
38222026-03-16T20:09:42.723Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38232026-03-16T20:09:43.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-16T20:09:43.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-16T20:09:43.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-16T20:09:43.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38272026-03-16T20:09:43.553Z
38282026-03-16T20:09:43.553Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38292026-03-16T20:09:44.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-16T20:09:44.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-16T20:09:44.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-16T20:09:44.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38332026-03-16T20:09:44.415Z
38342026-03-16T20:09:44.415Zinfo: running `cargo check --bins` on update-common (197/257)
38352026-03-16T20:09:45.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-16T20:09:45.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-16T20:09:45.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-16T20:09:45.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38392026-03-16T20:09:45.212Z
38402026-03-16T20:09:45.212Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38412026-03-16T20:09:45.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-16T20:09:45.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-16T20:09:45.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-16T20:09:45.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38452026-03-16T20:09:46.075Z
38462026-03-16T20:09:46.075Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38472026-03-16T20:09:46.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-16T20:09:46.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-16T20:09:47.125Z Compiling fs-err v2.11.0
38502026-03-16T20:09:47.287Z Checking ignore v0.4.25
38512026-03-16T20:09:47.306Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38522026-03-16T20:09:47.306Z Checking predicates-tree v1.0.13
38532026-03-16T20:09:47.326Z Checking parse-size v1.1.0
38542026-03-16T20:09:47.349Z Checking rand_seeder v0.4.0
38552026-03-16T20:09:47.349Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38562026-03-16T20:09:47.374Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38572026-03-16T20:09:47.437Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38582026-03-16T20:09:47.469Z Compiling petname v2.0.2
38592026-03-16T20:09:47.526Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38602026-03-16T20:09:47.733Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38612026-03-16T20:09:47.754Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38622026-03-16T20:09:47.799Z Checking globwalk v0.9.1
38632026-03-16T20:09:47.822Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38642026-03-16T20:09:47.929Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38652026-03-16T20:09:48.030Z Checking camino-tempfile-ext v0.3.3
38662026-03-16T20:09:48.058Z Checking sapling-renderdag v0.1.0
38672026-03-16T20:09:48.149Z Checking sync-ptr v0.1.4
38682026-03-16T20:09:48.341Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38692026-03-16T20:09:48.358Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38702026-03-16T20:09:48.429Z Checking colored v2.2.0
38712026-03-16T20:09:48.453Z Checking assert_matches v1.5.0
38722026-03-16T20:09:48.774Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38732026-03-16T20:09:48.894Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38742026-03-16T20:09:48.907Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38752026-03-16T20:09:49.641Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38762026-03-16T20:09:51.534Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38772026-03-16T20:09:54.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
38782026-03-16T20:09:54.804Z
38792026-03-16T20:09:54.804Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38802026-03-16T20:09:55.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-16T20:09:55.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-16T20:09:55.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-16T20:09:55.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38842026-03-16T20:09:55.573Z
38852026-03-16T20:09:55.573Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38862026-03-16T20:09:56.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-16T20:09:56.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-16T20:09:56.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-16T20:09:56.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38902026-03-16T20:09:56.371Z
38912026-03-16T20:09:56.371Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38922026-03-16T20:09:57.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-16T20:09:57.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-16T20:09:57.363Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38952026-03-16T20:09:57.424Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38962026-03-16T20:09:58.189Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38972026-03-16T20:10:00.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
38982026-03-16T20:10:00.439Z
38992026-03-16T20:10:00.439Zinfo: running `cargo check --bins` on oximeter-api (203/257)
39002026-03-16T20:10:01.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-16T20:10:01.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-16T20:10:01.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-03-16T20:10:01.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39042026-03-16T20:10:01.218Z
39052026-03-16T20:10:01.218Zinfo: running `cargo check --bins` on cert-dev (204/257)
39062026-03-16T20:10:01.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-03-16T20:10:01.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-03-16T20:10:02.032Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39092026-03-16T20:10:02.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39102026-03-16T20:10:02.571Z
39112026-03-16T20:10:02.571Zinfo: running `cargo check --bins` on clickana (205/257)
39122026-03-16T20:10:03.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-03-16T20:10:03.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-03-16T20:10:03.459Z Compiling darling_core v0.23.0
39152026-03-16T20:10:03.584Z Compiling instability v0.3.11
39162026-03-16T20:10:03.589Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39172026-03-16T20:10:03.589Z Checking castaway v0.2.4
39182026-03-16T20:10:03.612Z Compiling indoc v2.0.7
39192026-03-16T20:10:03.636Z Checking unicode-truncate v1.1.0
39202026-03-16T20:10:03.670Z Checking lru v0.12.5
39212026-03-16T20:10:03.670Z Checking cassowary v0.3.0
39222026-03-16T20:10:03.727Z Checking compact_str v0.8.1
39232026-03-16T20:10:04.882Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39242026-03-16T20:10:05.110Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-03-16T20:10:05.561Z Compiling darling_macro v0.23.0
39262026-03-16T20:10:06.085Z Compiling darling v0.23.0
39272026-03-16T20:10:06.857Z Checking ratatui v0.29.0
39282026-03-16T20:10:08.390Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39292026-03-16T20:10:09.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
39302026-03-16T20:10:09.445Z
39312026-03-16T20:10:09.445Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39322026-03-16T20:10:10.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-03-16T20:10:10.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-03-16T20:10:10.420Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39352026-03-16T20:10:10.432Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39362026-03-16T20:10:11.168Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39372026-03-16T20:10:11.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
39382026-03-16T20:10:11.924Z
39392026-03-16T20:10:11.925Zinfo: running `cargo check --bins` on ch-dev (207/257)
39402026-03-16T20:10:12.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-16T20:10:12.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-16T20:10:12.904Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39432026-03-16T20:10:13.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39442026-03-16T20:10:14.085Z
39452026-03-16T20:10:14.085Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39462026-03-16T20:10:14.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-16T20:10:14.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-16T20:10:14.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-03-16T20:10:14.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39502026-03-16T20:10:14.694Z
39512026-03-16T20:10:14.694Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39522026-03-16T20:10:15.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-16T20:10:15.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-16T20:10:15.672Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39552026-03-16T20:10:16.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39562026-03-16T20:10:16.456Z
39572026-03-16T20:10:16.457Zinfo: running `cargo check --bins` on db-dev (210/257)
39582026-03-16T20:10:17.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-03-16T20:10:17.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-03-16T20:10:17.781Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39612026-03-16T20:10:18.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39622026-03-16T20:10:18.614Z
39632026-03-16T20:10:18.614Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39642026-03-16T20:10:19.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-16T20:10:19.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-16T20:10:19.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-03-16T20:10:19.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39682026-03-16T20:10:19.467Z
39692026-03-16T20:10:19.467Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39702026-03-16T20:10:20.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-16T20:10:20.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-16T20:10:20.298Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39732026-03-16T20:10:21.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
39742026-03-16T20:10:21.384Z
39752026-03-16T20:10:21.384Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39762026-03-16T20:10:22.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-03-16T20:10:22.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-03-16T20:10:22.402Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-16T20:10:22.403Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39802026-03-16T20:10:22.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39812026-03-16T20:10:22.410Z Checking git-stub v1.0.0
39822026-03-16T20:10:22.410Z Compiling trait-variant v0.1.2
39832026-03-16T20:10:22.410Z Checking is_ci v1.2.0
39842026-03-16T20:10:22.410Z Checking maplit v1.0.2
39852026-03-16T20:10:22.410Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39862026-03-16T20:10:22.658Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39872026-03-16T20:10:22.686Z Checking supports-color v3.0.2
39882026-03-16T20:10:22.796Z Checking git-stub-vcs v0.1.0
39892026-03-16T20:10:22.814Z Checking drift v0.1.3
39902026-03-16T20:10:22.837Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39912026-03-16T20:10:22.866Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39922026-03-16T20:10:23.047Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39932026-03-16T20:10:23.098Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39942026-03-16T20:10:23.188Z Checking dropshot-api-manager v0.6.0
39952026-03-16T20:10:23.202Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39962026-03-16T20:10:23.265Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39972026-03-16T20:10:23.472Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39982026-03-16T20:10:23.680Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39992026-03-16T20:10:23.881Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40002026-03-16T20:10:24.228Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40012026-03-16T20:10:31.214Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40022026-03-16T20:10:32.604Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40032026-03-16T20:10:33.377Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40042026-03-16T20:10:33.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.51s
40052026-03-16T20:10:34.157Z
40062026-03-16T20:10:34.157Zinfo: running `cargo check --bins` on installinator-api (214/257)
40072026-03-16T20:10:34.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-16T20:10:34.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-16T20:10:34.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-03-16T20:10:34.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40112026-03-16T20:10:34.924Z
40122026-03-16T20:10:34.924Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40132026-03-16T20:10:36.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-16T20:10:36.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-16T20:10:36.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-03-16T20:10:36.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40172026-03-16T20:10:36.236Z
40182026-03-16T20:10:36.236Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40192026-03-16T20:10:36.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-16T20:10:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-16T20:10:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-16T20:10:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40232026-03-16T20:10:36.654Z
40242026-03-16T20:10:36.654Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40252026-03-16T20:10:37.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-16T20:10:37.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-16T20:10:37.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-16T20:10:37.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40292026-03-16T20:10:37.455Z
40302026-03-16T20:10:37.455Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40312026-03-16T20:10:38.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-16T20:10:38.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-16T20:10:38.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-03-16T20:10:38.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40352026-03-16T20:10:38.244Z
40362026-03-16T20:10:38.244Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40372026-03-16T20:10:38.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-16T20:10:38.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-16T20:10:38.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-03-16T20:10:38.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40412026-03-16T20:10:39.018Z
40422026-03-16T20:10:39.018Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40432026-03-16T20:10:40.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-03-16T20:10:40.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-03-16T20:10:40.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-03-16T20:10:40.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40472026-03-16T20:10:40.109Z
40482026-03-16T20:10:40.109Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40492026-03-16T20:10:40.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-03-16T20:10:40.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-03-16T20:10:40.662Z Checking erased-serde v0.4.9
40522026-03-16T20:10:40.784Z Checking ordered-float v2.10.1
40532026-03-16T20:10:40.815Z Checking unicode-xid v0.2.6
40542026-03-16T20:10:40.833Z Checking cargo-platform v0.2.0
40552026-03-16T20:10:42.782Z Checking serde-value v0.7.0
40562026-03-16T20:10:42.883Z Checking serde-untagged v0.1.9
40572026-03-16T20:10:42.883Z Checking cargo-util-schemas v0.8.2
40582026-03-16T20:10:42.883Z Checking cargo_metadata v0.21.0
40592026-03-16T20:10:43.343Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40602026-03-16T20:10:44.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
40612026-03-16T20:10:44.472Z
40622026-03-16T20:10:44.472Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40632026-03-16T20:10:45.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-03-16T20:10:45.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-03-16T20:10:45.476Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40662026-03-16T20:10:46.238Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40672026-03-16T20:10:49.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
40682026-03-16T20:10:49.691Z
40692026-03-16T20:10:49.691Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40702026-03-16T20:10:49.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-03-16T20:10:49.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-03-16T20:10:49.692Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40732026-03-16T20:10:49.692Z Compiling vergen-gitcl v1.0.8
40742026-03-16T20:10:49.692Z Compiling dirs-sys-next v0.1.2
40752026-03-16T20:10:49.692Z Compiling crunchy v0.2.4
40762026-03-16T20:10:49.692Z Compiling diesel_derives v2.3.7
40772026-03-16T20:10:49.692Z Compiling glob v0.3.3
40782026-03-16T20:10:49.692Z Compiling dsl_auto_type v0.2.0
40792026-03-16T20:10:49.692Z Checking scheduled-thread-pool v0.2.7
40802026-03-16T20:10:49.692Z Compiling dirs-next v2.0.0
40812026-03-16T20:10:49.692Z Compiling diesel_table_macro_syntax v0.3.0
40822026-03-16T20:10:49.692Z Compiling tiny-keccak v2.0.2
40832026-03-16T20:10:49.692Z Compiling term v0.7.0
40842026-03-16T20:10:49.692Z Checking r2d2 v0.8.10
40852026-03-16T20:10:49.692Z Compiling bit-vec v0.6.3
40862026-03-16T20:10:49.692Z Compiling clang-sys v1.8.1
40872026-03-16T20:10:49.692Z Checking downcast-rs v2.0.2
40882026-03-16T20:10:49.692Z Compiling ascii-canvas v3.0.0
40892026-03-16T20:10:49.692Z Compiling bit-set v0.5.3
40902026-03-16T20:10:49.740Z Compiling itertools v0.10.5
40912026-03-16T20:10:49.740Z Compiling ena v0.14.4
40922026-03-16T20:10:49.740Z Compiling libloading v0.8.9
40932026-03-16T20:10:49.740Z Compiling regex-syntax v0.6.29
40942026-03-16T20:10:49.740Z Compiling diff v0.1.13
40952026-03-16T20:10:49.762Z Compiling bindgen v0.71.1
40962026-03-16T20:10:49.821Z Compiling cexpr v0.6.0
40972026-03-16T20:10:50.011Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40982026-03-16T20:10:50.250Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40992026-03-16T20:10:50.312Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41002026-03-16T20:10:50.441Z Compiling libxml v0.3.3
41012026-03-16T20:10:50.721Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41022026-03-16T20:10:50.801Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41032026-03-16T20:10:50.928Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41042026-03-16T20:10:51.045Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41052026-03-16T20:10:51.117Z Compiling strum_macros v0.24.3
41062026-03-16T20:10:51.168Z Compiling indoc v1.0.9
41072026-03-16T20:10:51.736Z Compiling lalrpop v0.19.12
41082026-03-16T20:10:52.514Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41092026-03-16T20:10:52.535Z Checking derive_builder v0.20.2
41102026-03-16T20:10:52.677Z Compiling oso-derive v0.27.3
41112026-03-16T20:10:52.748Z Checking quick-xml v0.37.5
41122026-03-16T20:10:52.946Z Compiling impl-trait-for-tuples v0.2.3
41132026-03-16T20:10:53.313Z Checking openssl-probe v0.1.6
41142026-03-16T20:10:53.485Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41152026-03-16T20:10:54.014Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41162026-03-16T20:10:54.250Z Checking bb8 v0.8.6
41172026-03-16T20:10:54.491Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41182026-03-16T20:10:54.610Z Checking nonempty v0.12.0
41192026-03-16T20:10:54.754Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41202026-03-16T20:10:54.819Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41212026-03-16T20:10:55.020Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41222026-03-16T20:10:55.083Z Checking support-bundle-viewer v0.1.2
41232026-03-16T20:10:55.125Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41242026-03-16T20:10:55.325Z Checking multimap v0.10.1
41252026-03-16T20:10:56.428Z Checking diesel v2.3.7
41262026-03-16T20:10:57.977Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41272026-03-16T20:10:59.577Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41282026-03-16T20:10:59.692Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41292026-03-16T20:11:00.048Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302026-03-16T20:11:00.123Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41312026-03-16T20:11:01.053Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41322026-03-16T20:11:01.831Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41332026-03-16T20:11:02.739Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41342026-03-16T20:11:05.332Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41352026-03-16T20:11:11.507Z Compiling samael v0.0.19
41362026-03-16T20:11:16.324Z Checking diesel-dtrace v0.5.0
41372026-03-16T20:11:16.624Z Checking async-bb8-diesel v0.2.1
41382026-03-16T20:11:17.947Z Compiling polar-core v0.27.3
41392026-03-16T20:11:23.809Z Checking oso v0.27.3
41402026-03-16T20:12:19.288Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41412026-03-16T20:13:05.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41422026-03-16T20:13:05.665Z
41432026-03-16T20:13:05.665Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41442026-03-16T20:13:06.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-03-16T20:13:06.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-03-16T20:13:06.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-03-16T20:13:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41482026-03-16T20:13:06.541Z
41492026-03-16T20:13:06.541Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41502026-03-16T20:13:10.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-03-16T20:13:10.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-03-16T20:13:10.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-03-16T20:13:10.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41542026-03-16T20:13:10.073Z
41552026-03-16T20:13:10.073Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41562026-03-16T20:13:10.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-03-16T20:13:10.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-03-16T20:13:10.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-03-16T20:13:10.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41602026-03-16T20:13:10.074Z
41612026-03-16T20:13:10.074Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41622026-03-16T20:13:10.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-03-16T20:13:10.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-03-16T20:13:10.098Z Compiling libz-sys v1.1.24
41652026-03-16T20:13:10.099Z Compiling libgit2-sys v0.18.3+1.9.2
41662026-03-16T20:13:10.099Z Compiling vergen-git2 v1.0.7
41672026-03-16T20:13:10.099Z Compiling rustls v0.21.12
41682026-03-16T20:13:10.099Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41692026-03-16T20:13:10.099Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41702026-03-16T20:13:10.099Z Checking sct v0.7.1
41712026-03-16T20:13:10.099Z Checking rustls-webpki v0.101.7
41722026-03-16T20:13:10.099Z Compiling nix v0.29.0
41732026-03-16T20:13:10.099Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41742026-03-16T20:13:10.099Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41752026-03-16T20:13:10.099Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41762026-03-16T20:13:10.099Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41772026-03-16T20:13:10.198Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41782026-03-16T20:13:10.237Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41792026-03-16T20:13:10.325Z Checking rustls-pemfile v1.0.4
41802026-03-16T20:13:10.489Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41812026-03-16T20:13:10.592Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41822026-03-16T20:13:10.812Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41832026-03-16T20:13:10.832Z Checking twox-hash v2.1.2
41842026-03-16T20:13:10.956Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41852026-03-16T20:13:11.788Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41862026-03-16T20:13:11.818Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41872026-03-16T20:13:11.845Z Checking tokio-rustls v0.24.1
41882026-03-16T20:13:11.878Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-03-16T20:13:12.102Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41902026-03-16T20:13:12.273Z Checking fatfs v0.3.6
41912026-03-16T20:13:12.639Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41922026-03-16T20:13:12.698Z Compiling seq-macro v0.3.6
41932026-03-16T20:13:17.658Z Compiling git2 v0.20.4
41942026-03-16T20:13:18.652Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41952026-03-16T20:13:18.810Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41962026-03-16T20:13:20.912Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41972026-03-16T20:14:30.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41982026-03-16T20:14:30.787Z
41992026-03-16T20:14:30.787Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
42002026-03-16T20:14:31.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-16T20:14:31.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-16T20:14:32.013Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42032026-03-16T20:15:31.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42042026-03-16T20:15:31.994Z
42052026-03-16T20:15:31.994Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42062026-03-16T20:15:32.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-16T20:15:32.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-16T20:15:32.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-16T20:15:32.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42102026-03-16T20:15:32.778Z
42112026-03-16T20:15:32.778Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42122026-03-16T20:15:33.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-16T20:15:33.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-16T20:15:33.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-16T20:15:33.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42162026-03-16T20:15:33.651Z
42172026-03-16T20:15:33.652Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42182026-03-16T20:15:34.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-16T20:15:34.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-16T20:15:34.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-16T20:15:34.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42222026-03-16T20:15:34.503Z
42232026-03-16T20:15:34.503Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42242026-03-16T20:15:35.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-16T20:15:35.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-16T20:15:35.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-16T20:15:35.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42282026-03-16T20:15:35.372Z
42292026-03-16T20:15:35.373Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42302026-03-16T20:15:36.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-16T20:15:36.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-16T20:15:36.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-16T20:15:36.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42342026-03-16T20:15:36.248Z
42352026-03-16T20:15:36.248Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42362026-03-16T20:15:36.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-16T20:15:37.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-16T20:15:37.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-03-16T20:15:37.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42402026-03-16T20:15:37.110Z
42412026-03-16T20:15:37.110Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42422026-03-16T20:15:37.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-03-16T20:15:37.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-03-16T20:15:38.329Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42452026-03-16T20:15:38.332Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42462026-03-16T20:15:38.517Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42472026-03-16T20:15:39.073Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42482026-03-16T20:15:39.095Z Checking diff v0.1.13
42492026-03-16T20:15:39.095Z Checking yansi v1.0.1
42502026-03-16T20:15:39.095Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42512026-03-16T20:15:39.096Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42522026-03-16T20:15:39.096Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42532026-03-16T20:15:39.096Z Checking pretty_assertions v1.4.1
42542026-03-16T20:15:39.759Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42552026-03-16T20:16:12.877Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-03-16T20:16:12.880Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42572026-03-16T20:16:12.880Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42582026-03-16T20:16:12.880Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42592026-03-16T20:16:12.880Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42602026-03-16T20:16:12.880Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42612026-03-16T20:16:13.806Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-03-16T20:16:15.224Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-03-16T20:17:14.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42642026-03-16T20:17:15.244Z
42652026-03-16T20:17:15.244Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42662026-03-16T20:17:15.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-16T20:17:15.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-16T20:17:15.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-16T20:17:15.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42702026-03-16T20:17:16.002Z
42712026-03-16T20:17:16.002Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42722026-03-16T20:17:16.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-16T20:17:16.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-16T20:17:17.049Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42752026-03-16T20:17:17.194Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42762026-03-16T20:17:17.197Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42772026-03-16T20:17:54.101Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42782026-03-16T20:17:54.595Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42792026-03-16T20:17:56.967Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42802026-03-16T20:17:57.544Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42812026-03-16T20:18:01.618Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42822026-03-16T20:18:33.543Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42832026-03-16T20:18:34.371Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42842026-03-16T20:18:36.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42852026-03-16T20:18:36.752Z
42862026-03-16T20:18:36.752Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42872026-03-16T20:18:37.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-16T20:18:37.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-16T20:18:37.734Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42902026-03-16T20:18:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42912026-03-16T20:18:38.877Z
42922026-03-16T20:18:38.877Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42932026-03-16T20:18:39.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-03-16T20:18:39.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-03-16T20:18:39.760Z Compiling blake3 v1.8.3
42962026-03-16T20:18:39.893Z Checking constant_time_eq v0.4.2
42972026-03-16T20:18:39.904Z Checking arrayvec v0.7.6
42982026-03-16T20:18:39.904Z Checking arrayref v0.3.9
42992026-03-16T20:18:39.929Z Checking topological-sort v0.2.2
43002026-03-16T20:18:39.939Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43012026-03-16T20:18:39.939Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43022026-03-16T20:18:39.939Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43032026-03-16T20:18:40.017Z Checking shell-words v1.1.1
43042026-03-16T20:18:40.911Z Checking omicron-zone-package v0.12.2
43052026-03-16T20:18:41.910Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43062026-03-16T20:18:43.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
43072026-03-16T20:18:43.252Z
43082026-03-16T20:18:43.252Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43092026-03-16T20:18:43.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-03-16T20:18:43.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-03-16T20:18:44.132Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43122026-03-16T20:18:44.520Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43132026-03-16T20:18:45.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43142026-03-16T20:18:45.269Z
43152026-03-16T20:18:45.269Zinfo: running `cargo check --bins` on xtask (241/257)
43162026-03-16T20:18:45.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-03-16T20:18:45.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-03-16T20:18:45.879Z Checking libc v0.2.180
43192026-03-16T20:18:45.972Z Checking serde v1.0.228
43202026-03-16T20:18:45.983Z Checking zerofrom v0.1.6
43212026-03-16T20:18:45.991Z Checking bitflags v2.11.0
43222026-03-16T20:18:46.002Z Checking hashbrown v0.16.1
43232026-03-16T20:18:46.012Z Checking smallvec v1.15.1
43242026-03-16T20:18:46.028Z Checking serde_json v1.0.149
43252026-03-16T20:18:46.042Z Checking scroll v0.12.0
43262026-03-16T20:18:46.135Z Checking yoke v0.8.1
43272026-03-16T20:18:46.190Z Checking num-traits v0.2.19
43282026-03-16T20:18:46.253Z Checking thiserror v1.0.69
43292026-03-16T20:18:46.344Z Checking zerovec v0.11.5
43302026-03-16T20:18:46.357Z Checking zerotrie v0.2.3
43312026-03-16T20:18:46.398Z Checking errno v0.3.14
43322026-03-16T20:18:46.415Z Checking log v0.4.29
43332026-03-16T20:18:46.538Z Checking serde_spanned v0.6.9
43342026-03-16T20:18:46.550Z Checking rustix v1.1.3
43352026-03-16T20:18:46.607Z Checking toml_datetime v0.6.11
43362026-03-16T20:18:46.641Z Checking indexmap v2.13.0
43372026-03-16T20:18:46.672Z Checking percent-encoding v2.3.2
43382026-03-16T20:18:46.690Z Checking goblin v0.8.2
43392026-03-16T20:18:46.839Z Checking zerocopy v0.7.35
43402026-03-16T20:18:46.853Z Checking form_urlencoded v1.2.2
43412026-03-16T20:18:46.900Z Checking getrandom v0.4.1
43422026-03-16T20:18:46.958Z Checking tinystr v0.8.2
43432026-03-16T20:18:46.983Z Checking potential_utf v0.1.4
43442026-03-16T20:18:47.011Z Checking ordered-float v2.10.1
43452026-03-16T20:18:47.062Z Checking thiserror v2.0.18
43462026-03-16T20:18:47.152Z Checking icu_collections v2.1.1
43472026-03-16T20:18:47.189Z Checking icu_locale_core v2.1.1
43482026-03-16T20:18:47.201Z Checking syn v2.0.117
43492026-03-16T20:18:47.333Z Checking serde-value v0.7.0
43502026-03-16T20:18:47.395Z Checking toml_edit v0.22.27
43512026-03-16T20:18:47.552Z Checking dtrace-parser v0.2.0
43522026-03-16T20:18:47.565Z Checking thread-id v4.2.2
43532026-03-16T20:18:47.607Z Checking once_cell v1.21.3
43542026-03-16T20:18:47.665Z Checking cargo-platform v0.2.0
43552026-03-16T20:18:47.715Z Checking terminal_size v0.4.3
43562026-03-16T20:18:47.835Z Checking tempfile v3.25.0
43572026-03-16T20:18:47.857Z Checking clap_builder v4.5.60
43582026-03-16T20:18:47.868Z Checking memmap v0.7.0
43592026-03-16T20:18:47.894Z Checking textwrap v0.16.2
43602026-03-16T20:18:47.970Z Checking icu_provider v2.1.1
43612026-03-16T20:18:48.034Z Checking fs-err v3.3.0
43622026-03-16T20:18:48.087Z Checking camino-tempfile v1.4.1
43632026-03-16T20:18:48.171Z Checking tabled v0.15.0
43642026-03-16T20:18:48.274Z Checking anyhow v1.0.102
43652026-03-16T20:18:48.291Z Checking icu_properties v2.1.2
43662026-03-16T20:18:48.291Z Checking icu_normalizer v2.1.1
43672026-03-16T20:18:48.535Z Checking macaddr v1.0.1
43682026-03-16T20:18:48.701Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43692026-03-16T20:18:48.900Z Checking toml v0.8.23
43702026-03-16T20:18:49.325Z Checking dof v0.3.0
43712026-03-16T20:18:49.332Z Checking cargo_toml v0.21.0
43722026-03-16T20:18:49.439Z Checking idna_adapter v1.2.1
43732026-03-16T20:18:49.512Z Checking clap v4.5.60
43742026-03-16T20:18:49.585Z Checking idna v1.1.0
43752026-03-16T20:18:49.774Z Checking usdt-impl v0.5.0
43762026-03-16T20:18:49.881Z Checking url v2.5.8
43772026-03-16T20:18:50.246Z Checking usdt v0.5.0
43782026-03-16T20:18:50.347Z Checking cargo-util-schemas v0.8.2
43792026-03-16T20:18:51.359Z Checking cargo_metadata v0.21.0
43802026-03-16T20:18:52.227Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43812026-03-16T20:18:52.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s
43822026-03-16T20:18:52.946Z
43832026-03-16T20:18:52.946Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43842026-03-16T20:18:53.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-16T20:18:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-16T20:18:54.056Z Checking polyval v0.6.2
43872026-03-16T20:18:54.202Z Checking ctr v0.9.2
43882026-03-16T20:18:54.221Z Checking ssh-encoding v0.2.0
43892026-03-16T20:18:54.238Z Checking blowfish v0.9.1
43902026-03-16T20:18:54.257Z Checking password-hash v0.4.2
43912026-03-16T20:18:54.279Z Checking p256 v0.13.2
43922026-03-16T20:18:54.287Z Checking p521 v0.13.3
43932026-03-16T20:18:54.315Z Checking russh-cryptovec v0.7.3
43942026-03-16T20:18:54.384Z Checking ghash v0.5.1
43952026-03-16T20:18:54.403Z Checking bcrypt-pbkdf v0.10.0
43962026-03-16T20:18:54.421Z Checking md5 v0.7.0
43972026-03-16T20:18:54.474Z Checking num-bigint v0.4.6
43982026-03-16T20:18:54.494Z Checking des v0.8.1
43992026-03-16T20:18:54.529Z Checking aes-gcm v0.10.3
44002026-03-16T20:18:54.550Z Checking pbkdf2 v0.11.0
44012026-03-16T20:18:54.655Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44022026-03-16T20:18:54.659Z Checking hex-literal v0.4.1
44032026-03-16T20:18:54.659Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44042026-03-16T20:18:54.696Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44052026-03-16T20:18:54.715Z Checking ssh-cipher v0.2.0
44062026-03-16T20:18:54.739Z Checking socket2 v0.5.10
44072026-03-16T20:18:54.761Z Checking internet-checksum v0.2.1
44082026-03-16T20:18:54.930Z Checking ssh-key v0.6.7
44092026-03-16T20:18:55.112Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44102026-03-16T20:18:55.824Z Checking russh-keys v0.45.0
44112026-03-16T20:18:56.578Z Checking russh v0.45.0
44122026-03-16T20:19:18.085Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44132026-03-16T20:19:19.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.67s
44142026-03-16T20:19:19.865Z
44152026-03-16T20:19:19.865Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44162026-03-16T20:19:20.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-03-16T20:19:20.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-03-16T20:19:20.731Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44192026-03-16T20:19:20.859Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44202026-03-16T20:19:20.871Z Checking termios v0.3.3
44212026-03-16T20:19:22.580Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44222026-03-16T20:19:22.762Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44232026-03-16T20:19:25.387Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44242026-03-16T20:19:26.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
44252026-03-16T20:19:26.363Z
44262026-03-16T20:19:26.363Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44272026-03-16T20:19:27.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-03-16T20:19:27.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-03-16T20:19:27.308Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44302026-03-16T20:19:27.444Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44312026-03-16T20:19:27.484Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44322026-03-16T20:19:27.487Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44332026-03-16T20:19:27.487Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44342026-03-16T20:19:27.748Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44352026-03-16T20:19:27.751Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44362026-03-16T20:19:28.693Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44372026-03-16T20:19:28.978Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44382026-03-16T20:19:28.981Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44392026-03-16T20:19:29.830Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44402026-03-16T20:19:31.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
44412026-03-16T20:19:32.179Z
44422026-03-16T20:19:32.179Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44432026-03-16T20:19:32.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-03-16T20:19:32.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-03-16T20:19:33.038Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44462026-03-16T20:19:33.609Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44472026-03-16T20:19:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44482026-03-16T20:19:34.244Z
44492026-03-16T20:19:34.244Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44502026-03-16T20:19:34.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-16T20:19:34.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-16T20:19:34.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-03-16T20:19:34.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44542026-03-16T20:19:35.018Z
44552026-03-16T20:19:35.018Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44562026-03-16T20:19:35.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-16T20:19:35.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-16T20:19:35.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-03-16T20:19:35.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44602026-03-16T20:19:35.793Z
44612026-03-16T20:19:35.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44622026-03-16T20:19:36.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-03-16T20:19:36.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-03-16T20:19:36.818Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44652026-03-16T20:19:37.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
44662026-03-16T20:19:37.796Z
44672026-03-16T20:19:37.796Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44682026-03-16T20:19:38.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-03-16T20:19:38.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-03-16T20:19:38.667Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44712026-03-16T20:19:38.670Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44722026-03-16T20:19:38.976Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44732026-03-16T20:19:38.979Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44742026-03-16T20:19:39.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
44752026-03-16T20:19:40.195Z
44762026-03-16T20:19:40.195Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44772026-03-16T20:19:40.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-16T20:19:40.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-16T20:19:40.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-03-16T20:19:40.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44812026-03-16T20:19:40.968Z
44822026-03-16T20:19:40.968Zinfo: running `cargo check --bins` on omicron-package (251/257)
44832026-03-16T20:19:41.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-16T20:19:41.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-16T20:19:41.870Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44862026-03-16T20:19:43.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44872026-03-16T20:19:43.478Z
44882026-03-16T20:19:43.478Zinfo: running `cargo check --bins` on tqdb (252/257)
44892026-03-16T20:19:44.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-03-16T20:19:44.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-03-16T20:19:44.536Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44922026-03-16T20:19:44.991Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44932026-03-16T20:19:45.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44942026-03-16T20:19:45.705Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44952026-03-16T20:19:52.371Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44962026-03-16T20:19:53.296Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44972026-03-16T20:19:53.300Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44982026-03-16T20:19:53.301Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44992026-03-16T20:19:53.301Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45002026-03-16T20:19:54.317Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45012026-03-16T20:20:03.801Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45022026-03-16T20:20:12.079Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45032026-03-16T20:20:12.083Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45042026-03-16T20:20:12.083Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45052026-03-16T20:20:12.083Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45062026-03-16T20:20:13.971Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45072026-03-16T20:20:15.802Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45082026-03-16T20:20:16.713Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45092026-03-16T20:20:18.444Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45102026-03-16T20:20:19.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.68s
45112026-03-16T20:20:19.400Z
45122026-03-16T20:20:19.400Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45132026-03-16T20:20:20.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-03-16T20:20:20.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-03-16T20:20:20.358Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45162026-03-16T20:20:20.493Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45172026-03-16T20:20:20.496Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45182026-03-16T20:20:20.523Z Checking rtoolbox v0.0.3
45192026-03-16T20:20:20.540Z Checking tui-tree-widget v0.23.1
45202026-03-16T20:20:20.677Z Checking rpassword v7.4.0
45212026-03-16T20:20:20.816Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45222026-03-16T20:20:21.781Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45232026-03-16T20:20:28.427Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45242026-03-16T20:20:29.353Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45252026-03-16T20:20:30.756Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45262026-03-16T20:20:34.942Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45272026-03-16T20:20:37.489Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45282026-03-16T20:20:38.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
45292026-03-16T20:20:38.886Z
45302026-03-16T20:20:38.887Zinfo: running `cargo check --bins` on wicket (254/257)
45312026-03-16T20:20:39.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-03-16T20:20:39.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-03-16T20:20:39.816Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45342026-03-16T20:20:40.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-03-16T20:20:40.509Z
45362026-03-16T20:20:40.509Zinfo: running `cargo check --bins` on wicketd (255/257)
45372026-03-16T20:20:41.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-03-16T20:20:41.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-03-16T20:20:41.480Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45402026-03-16T20:20:41.483Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45412026-03-16T20:20:41.629Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45422026-03-16T20:20:41.632Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45432026-03-16T20:20:43.038Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45442026-03-16T20:20:43.827Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45452026-03-16T20:20:47.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s
45462026-03-16T20:20:48.122Z
45472026-03-16T20:20:48.122Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45482026-03-16T20:20:48.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-16T20:20:48.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-16T20:20:48.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-03-16T20:20:48.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45522026-03-16T20:20:48.897Z
45532026-03-16T20:20:48.897Zinfo: running `cargo check --bins` on zone-setup (257/257)
45542026-03-16T20:20:49.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-16T20:20:49.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-16T20:20:49.796Z Checking uzers v0.12.2
45572026-03-16T20:20:50.148Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45582026-03-16T20:20:51.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45592026-03-16T20:20:51.359Z
45602026-03-16T20:20:51.362Zreal 19:05.594083825
45612026-03-16T20:20:51.362Zuser 28:29.599796353
45622026-03-16T20:20:51.362Zsys 5:11.360407063
45632026-03-16T20:20:51.362Ztrap 0.474441695
45642026-03-16T20:20:51.362Ztflt 0.335324075
45652026-03-16T20:20:51.362Zdflt 0.729513501
45662026-03-16T20:20:51.362Zkflt 0.001170843
45672026-03-16T20:20:51.362Zlock 1:47:44.625089249
45682026-03-16T20:20:51.362Zslp 2:13:52.638368817
45692026-03-16T20:20:51.362Zlat 1:23.131890929
45702026-03-16T20:20:51.362Zstop 5:17.519017104
45712026-03-16T20:20:51.362Zprocess exited: duration 1401614 ms, exit code 0
 
45722026-03-16T20:20:51.369Zfound 0 output files