01KM23E73FMGXE3NJ503PXJ1TD: 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: 01KM23F01Z06H51G94XQWS630D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T03:51:33.182Zjob assigned to worker 01KM23DAXT8C897GM22C2BEHSS [factory aws, i-0da62ec5d94d771c6] (queued for 53 s)
 
22026-03-19T03:51:40.583Zstarting task 0: "setup"
32026-03-19T03:51:40.587Z++ uname -s
42026-03-19T03:51:40.590Z+ kern=SunOS
52026-03-19T03:51:40.591Z+ build_user=build
62026-03-19T03:51:40.591Z+ build_uid=12345
72026-03-19T03:51:40.591Z+ work_dir=/work
82026-03-19T03:51:40.591Z+ input_dir=/input
92026-03-19T03:51:40.591Z+ [[ 0 == 12345 ]]
102026-03-19T03:51:40.591Z+ case "$kern" in
112026-03-19T03:51:40.591Z+ groupadd -g 12345 build
122026-03-19T03:51:40.594Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T03:51:42.581Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T03:51:42.683Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T03:51:42.686Z+ home_fs=zfs
162026-03-19T03:51:42.686Z+ [[ zfs == autofs ]]
172026-03-19T03:51:42.686Z+ mkdir -p /home/build
182026-03-19T03:51:42.686Z+ chown build:build /home/build /work
192026-03-19T03:51:44.672Z+ chmod 0700 /home/build /work
202026-03-19T03:51:44.675Zprocess exited: duration 4127 ms, exit code 0
 
212026-03-19T03:51:44.682Zstarting task 1: "rust-toolchain"
222026-03-19T03:51:44.686Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T03:51:44.686Z * rust toolchain channel = "1.94.0"
242026-03-19T03:51:44.686Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T03:51:44.686Z * rust toolchain profile = "default"
262026-03-19T03:51:44.686Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T03:51:44.686Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T03:51:44.689Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T03:51:44.690Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T03:51:44.814Zinfo: downloading installer
312026-03-19T03:51:46.302Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T03:51:46.302Zwarn: /opt/ooce/bin
332026-03-19T03:51:46.302Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T03:51:46.302Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T03:51:46.302Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T03:51:46.302Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T03:51:46.302Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T03:51:46.305Zerror: cannot install while Rust is installed
392026-03-19T03:51:46.305Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T03:51:46.305Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T03:51:46.305Zwarn: /home/build/.rustup/settings.toml
422026-03-19T03:51:46.305Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T03:51:46.305Zwarn: instead of the one inferred from the default host triple.
442026-03-19T03:51:46.319Zinfo: profile set to default
452026-03-19T03:51:46.319Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T03:51:46.322Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T03:51:46.470Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T03:51:46.475Zinfo: downloading 6 components
492026-03-19T03:52:02.114Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T03:52:02.114Z
512026-03-19T03:52:02.146Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T03:52:02.146Z
532026-03-19T03:52:02.146Z
542026-03-19T03:52:02.146ZRust is installed now. Great!
552026-03-19T03:52:02.146Z
562026-03-19T03:52:02.146ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T03:52:02.146Zenvironment variable. This has not been done automatically.
582026-03-19T03:52:02.146Z
592026-03-19T03:52:02.146ZTo configure your current shell, you need to source
602026-03-19T03:52:02.146Zthe corresponding env file under $HOME/.cargo.
612026-03-19T03:52:02.147Z
622026-03-19T03:52:02.147ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T03:52:02.147Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T03:52:02.147Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T03:52:02.147Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T03:52:02.147Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T03:52:02.147Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T03:52:02.147Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T03:52:02.147Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T03:52:02.148Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T03:52:02.208Z+ rustup --version
722026-03-19T03:52:02.235Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T03:52:02.239Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T03:52:02.244Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T03:52:02.248Z+ cargo --version
762026-03-19T03:52:02.263Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T03:52:02.271Z+ rustc --version
782026-03-19T03:52:02.313Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T03:52:02.323Zprocess exited: duration 17757 ms, exit code 0
 
802026-03-19T03:52:02.358Zstarting task 2: "authentication"
812026-03-19T03:52:02.382Zprocess exited: duration 25 ms, exit code 0
 
822026-03-19T03:52:02.458Zstarting task 3: "clone repository"
832026-03-19T03:52:02.472Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T03:52:02.473Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T03:52:02.492ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T03:52:12.692Z+ cd /work/oxidecomputer/omicron
872026-03-19T03:52:12.692Z+ git fetch origin e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
882026-03-19T03:52:13.304ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T03:52:13.304Z * branch e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2 -> FETCH_HEAD
902026-03-19T03:52:13.315Z+ [[ -n audit-log-timeout-task ]]
912026-03-19T03:52:13.318Z++ git branch --show-current
922026-03-19T03:52:13.318Z+ current=main
932026-03-19T03:52:13.318Z+ [[ main != audit-log-timeout-task ]]
942026-03-19T03:52:13.318Z+ git branch -f audit-log-timeout-task e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
952026-03-19T03:52:13.322Z+ git checkout -f audit-log-timeout-task
962026-03-19T03:52:13.646ZSwitched to branch 'audit-log-timeout-task'
972026-03-19T03:52:13.656Z+ git reset --hard e9cafb93a966bfa2d1b31c06bdc77a5cb7ae1bf2
982026-03-19T03:52:13.674ZHEAD is now at e9cafb93a add note to skill about passing in mutable status object
992026-03-19T03:52:13.679Zprocess exited: duration 11337 ms, exit code 0
 
1002026-03-19T03:52:13.688Zstarting task 4: "build"
1012026-03-19T03:52:13.693Z+ source .github/buildomat/ci-env.sh
1022026-03-19T03:52:13.696Z++ export CARGO_TERM_COLOR=always
1032026-03-19T03:52:13.696Z++ CARGO_TERM_COLOR=always
1042026-03-19T03:52:13.696Z+ cargo --version
1052026-03-19T03:52:13.714Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T03:52:13.720Z+ rustc --version
1072026-03-19T03:52:13.732Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T03:52:13.736Z+ source ./env.sh
1092026-03-19T03:52:13.741Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T03:52:13.741Z++ set -o xtrace
1112026-03-19T03:52:13.741Z++++ dirname ./env.sh
1122026-03-19T03:52:13.741Z+++ readlink -f .
1132026-03-19T03:52:13.744Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.744Z++ 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-19T03:52:13.745Z++ case $OLD_SHELL_OPTS in
1232026-03-19T03:52:13.745Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T03:52:13.745Z+ 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-19T03:52:13.745Z+ 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-19T03:52:13.745Z+ banner prerequisites
1272026-03-19T03:52:13.745Z
1282026-03-19T03:52:13.745Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T03:52:13.745Z # # # # # # # # # # # # # # #
1302026-03-19T03:52:13.745Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T03:52:13.745Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T03:52:13.745Z # # # # # # # # # # # # # # #
1332026-03-19T03:52:13.745Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T03:52:13.745Z
1352026-03-19T03:52:13.745Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T03:52:23.347Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T03:52:33.349Z Startup: Caching catalogs ... Done
1382026-03-19T03:52:56.102ZPlanning: Solver setup ... Done (21.486s)
1392026-03-19T03:52:56.255ZPlanning: Running solver ... Done (0.159s)
1402026-03-19T03:52:56.439ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-19T03:52:56.450ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T03:52:56.567ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T03:52:56.609ZPlanning: Package planning ... Done (0.043s)
1442026-03-19T03:52:56.651ZPlanning: Merging actions ... Done (0.041s)
1452026-03-19T03:52:56.889ZPlanning: Checking for conflicting actions ... Done (0.240s)
1462026-03-19T03:52:56.901ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T03:52:57.751ZPlanning: Evaluating mediators ... Done (0.859s)
1482026-03-19T03:52:57.761ZPlanning: Planning completed in 24.47 seconds
1492026-03-19T03:52:57.865Z Packages to install: 4
1502026-03-19T03:52:57.865Z Mediators to change: 2
1512026-03-19T03:52:57.865Z Services to change: 1
1522026-03-19T03:52:57.868Z Estimated space available: 155.43 GB
1532026-03-19T03:52:57.869ZEstimated space to be consumed: 1.83 GB
1542026-03-19T03:52:57.869Z Create boot environment: No
1552026-03-19T03:52:57.869ZCreate backup boot environment: No
1562026-03-19T03:52:57.869Z Rebuild boot archive: No
1572026-03-19T03:52:57.869Z
1582026-03-19T03:52:57.869ZChanged mediators:
1592026-03-19T03:52:57.869Z mediator clang:
1602026-03-19T03:52:57.869Z version: None -> 15 (system default)
1612026-03-19T03:52:57.869Z
1622026-03-19T03:52:57.869Z mediator llvm:
1632026-03-19T03:52:57.869Z version: 14 (system default) -> 15 (system default)
1642026-03-19T03:52:57.869Z
1652026-03-19T03:52:57.869ZChanged packages:
1662026-03-19T03:52:57.869Zhelios-dev
1672026-03-19T03:52:57.869Z developer/build-essential
1682026-03-19T03:52:57.869Z None -> 11-2.0
1692026-03-19T03:52:57.869Z library/libxmlsec1
1702026-03-19T03:52:57.869Z None -> 1.2.35-2.0
1712026-03-19T03:52:57.869Z ooce/developer/clang-15
1722026-03-19T03:52:57.869Z None -> 15.0.7-2.0
1732026-03-19T03:52:57.869Z ooce/developer/llvm-15
1742026-03-19T03:52:57.869Z None -> 15.0.7-2.0
1752026-03-19T03:52:57.869Z
1762026-03-19T03:52:57.869ZServices:
1772026-03-19T03:52:57.869Z restart_fmri:
1782026-03-19T03:52:57.869Z svc:/system/update-man-index:default
1792026-03-19T03:52:57.913Z
1802026-03-19T03:52:57.913ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T03:53:02.874ZDownload: 2280/3290 items 119.5/212.6MB 56% complete (24.1M/s)
1822026-03-19T03:53:05.227ZDownload: Completed 212.60 MB in 7.37 seconds (28.8M/s)
1832026-03-19T03:53:07.007Z Actions: 1/3689 actions (Installing new actions)
1842026-03-19T03:53:11.197Z Actions: Completed 3689 actions in 4.23 seconds.
1852026-03-19T03:53:11.571Z Done (0.372s)
1862026-03-19T03:53:11.571Z Done (0.000s)
1872026-03-19T03:53:12.560Z Done (0.997s)
1882026-03-19T03:53:16.657Z Done (3.780s)
1892026-03-19T03:53:16.745Z Done (0.018s)
1902026-03-19T03:53:16.759Z Done (0.000s)
1912026-03-19T03:53:16.897Z Done (0.000s)
1922026-03-19T03:53:17.902ZPlanning: Evaluating mediator changes ... Done
1932026-03-19T03:53:18.003ZPlanning: Checking for conflicting actions ... Done
1942026-03-19T03:53:18.006ZPlanning: Consolidating action changes ... Done
1952026-03-19T03:53:18.227ZPlanning: Evaluating mediators ... Done
1962026-03-19T03:53:18.230ZPlanning: Planning completed in 0.37 seconds
1972026-03-19T03:53:18.257Z Mediators to change: 2
1982026-03-19T03:53:18.257Z Create boot environment: No
1992026-03-19T03:53:18.260ZCreate backup boot environment: No
2002026-03-19T03:53:18.339Z Done
2012026-03-19T03:53:18.340Z Done
2022026-03-19T03:53:19.059Z Done
2032026-03-19T03:53:22.393Z Done
2042026-03-19T03:53:22.477Z Done
2052026-03-19T03:53:22.480Z Done
2062026-03-19T03:53:22.612Z Done
2072026-03-19T03:53:23.151ZPlanning: Evaluating mediator changes ... Done
2082026-03-19T03:53:23.154ZPlanning: Merging actions ... Done
2092026-03-19T03:53:23.321ZPlanning: Checking for conflicting actions ... Done
2102026-03-19T03:53:23.328ZPlanning: Consolidating action changes ... Done
2112026-03-19T03:53:23.541ZPlanning: Evaluating mediators ... Done
2122026-03-19T03:53:23.583ZPlanning: Planning completed in 0.60 seconds
2132026-03-19T03:53:23.613Z Packages to change: 1
2142026-03-19T03:53:23.613Z Mediators to change: 1
2152026-03-19T03:53:23.617Z Services to change: 1
2162026-03-19T03:53:23.617Z Create boot environment: No
2172026-03-19T03:53:23.617ZCreate backup boot environment: Yes
2182026-03-19T03:53:26.257Z Actions: 1/6 actions (Updating modified actions)
2192026-03-19T03:53:26.260Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-19T03:53:26.260Z Done
2212026-03-19T03:53:26.260Z Done
2222026-03-19T03:53:26.446Z Done
2232026-03-19T03:53:29.747Z Done
2242026-03-19T03:53:29.832Z Done
2252026-03-19T03:53:29.835Z Done
2262026-03-19T03:53:29.985Z Done
2272026-03-19T03:53:30.383ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-19T03:53:30.384Zclang system 15 system
2292026-03-19T03:53:30.384Zcsh system system illumos
2302026-03-19T03:53:30.384Zctags system system illumos
2312026-03-19T03:53:30.384Zfile system system illumos
2322026-03-19T03:53:30.384Zgcc vendor 12 vendor
2332026-03-19T03:53:30.384Zgcc system 10 system
2342026-03-19T03:53:30.384Zgcc system 7 system
2352026-03-19T03:53:30.384Zgo system 1.20 system
2362026-03-19T03:53:30.384Zgo system 1.19 system
2372026-03-19T03:53:30.384Zllvm system 15 system
2382026-03-19T03:53:30.386Zllvm system 14 system
2392026-03-19T03:53:30.386Zmariadb system 10.6 system
2402026-03-19T03:53:30.386Zmta vendor vendor dma
2412026-03-19T03:53:30.386Zopenjdk system 17 system
2422026-03-19T03:53:30.386Zopenjdk system 11 system
2432026-03-19T03:53:30.386Zopenjdk system 1.8 system
2442026-03-19T03:53:30.386Zopenssl vendor 3 vendor
2452026-03-19T03:53:30.386Zperl system 5.36 system
2462026-03-19T03:53:30.387Zpostgresql system 15 system
2472026-03-19T03:53:30.387Zpostgresql system 13 system
2482026-03-19T03:53:30.387Zpython vendor 3 vendor
2492026-03-19T03:53:30.387Zpython system 2 system
2502026-03-19T03:53:30.387Zpython3 system 3.11 system
2512026-03-19T03:53:30.387Zruby system 3.0 system
2522026-03-19T03:53:30.387Zwords vendor vendor american-english
2532026-03-19T03:53:30.387Zwords system system australian-english
2542026-03-19T03:53:30.387Zwords system system british-english
2552026-03-19T03:53:30.387Zwords system system canadian-english
2562026-03-19T03:53:30.387Zwords system system french
2572026-03-19T03:53:30.387Zwords system system italian
2582026-03-19T03:53:30.387Zwords system system ngerman
2592026-03-19T03:53:30.387Zwords system system ogerman
2602026-03-19T03:53:30.387Zwords system system spanish
2612026-03-19T03:53:30.691ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-19T03:53:30.692Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-19T03:53:36.605ZFMRI IFO
2642026-03-19T03:53:36.605Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-19T03:53:36.605Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-19T03:53:36.605Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-19T03:53:36.605Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-19T03:53:36.605Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-19T03:53:36.605Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-19T03:53:36.605Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-19T03:53:36.605Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-19T03:53:36.606Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-19T03:53:36.606Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-19T03:53:36.606Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-19T03:53:36.606Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-19T03:53:36.606Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-19T03:53:36.606Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-19T03:53:36.606Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-19T03:53:36.606Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-19T03:53:37.830Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-19T03:53:38.111Z Updating crates.io index
2822026-03-19T03:53:38.114Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-19T03:53:38.630Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-19T03:53:39.087Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-19T03:53:39.368Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-19T03:53:39.768Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-19T03:53:40.555Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-19T03:53:41.081Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-19T03:53:45.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-19T03:53:47.001Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-19T03:53:47.905Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-19T03:53:48.183Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-19T03:53:49.014Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-19T03:53:49.280Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-19T03:53:49.831Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-19T03:53:50.095Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-19T03:53:51.097Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-19T03:53:51.710Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-19T03:53:52.004Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-19T03:53:52.286Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-19T03:53:52.663Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-19T03:53:53.170Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-19T03:53:53.457Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-19T03:53:53.720Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-19T03:53:54.168Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-19T03:53:54.702Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-19T03:53:55.230Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-19T03:53:55.488Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-19T03:53:55.790Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-19T03:53:56.959Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-19T03:53:57.699Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-19T03:53:58.028Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-19T03:53:58.416Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-19T03:53:58.739Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-19T03:53:59.021Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-19T03:53:59.493Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-19T03:53:59.966Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-19T03:54:00.310Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-19T03:54:00.642Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-19T03:55:09.231Z Downloading crates ...
3212026-03-19T03:55:09.315Z Downloaded plain v0.2.3
3222026-03-19T03:55:09.318Z Downloaded percent-encoding v2.3.2
3232026-03-19T03:55:09.375Z Downloaded usdt-impl v0.5.0
3242026-03-19T03:55:09.381Z Downloaded toml_datetime v0.6.11
3252026-03-19T03:55:09.384Z Downloaded usdt-macro v0.5.0
3262026-03-19T03:55:09.388Z Downloaded usdt v0.5.0
3272026-03-19T03:55:09.391Z Downloaded thiserror-impl v1.0.69
3282026-03-19T03:55:09.394Z Downloaded dtrace-parser v0.2.0
3292026-03-19T03:55:09.406Z Downloaded byteorder v1.5.0
3302026-03-19T03:55:09.409Z Downloaded ucd-trie v0.1.7
3312026-03-19T03:55:09.412Z Downloaded thiserror-impl v2.0.18
3322026-03-19T03:55:09.412Z Downloaded getrandom v0.4.1
3332026-03-19T03:55:09.415Z Downloaded camino-tempfile v1.4.1
3342026-03-19T03:55:09.418Z Downloaded serde_derive v1.0.228
3352026-03-19T03:55:09.423Z Downloaded serde-value v0.7.0
3362026-03-19T03:55:09.426Z Downloaded unicode-ident v1.0.24
3372026-03-19T03:55:09.431Z Downloaded zerovec v0.11.5
3382026-03-19T03:55:09.435Z Downloaded zerocopy v0.7.35
3392026-03-19T03:55:09.447Z Downloaded unicode-width v0.2.0
3402026-03-19T03:55:09.451Z Downloaded unicode-width v0.1.14
3412026-03-19T03:55:09.455Z Downloaded winnow v0.7.14
3422026-03-19T03:55:09.510Z Downloaded unicode-linebreak v0.1.5
3432026-03-19T03:55:09.522Z Downloaded cargo-platform v0.2.0
3442026-03-19T03:55:09.525Z Downloaded macaddr v1.0.1
3452026-03-19T03:55:09.526Z Downloaded errno v0.3.14
3462026-03-19T03:55:09.529Z Downloaded form_urlencoded v1.2.2
3472026-03-19T03:55:09.529Z Downloaded zerofrom-derive v0.1.6
3482026-03-19T03:55:09.532Z Downloaded crypto-common v0.1.7
3492026-03-19T03:55:09.535Z Downloaded version_check v0.9.5
3502026-03-19T03:55:09.538Z Downloaded typenum v1.19.0
3512026-03-19T03:55:09.541Z Downloaded idna_adapter v1.2.1
3522026-03-19T03:55:09.541Z Downloaded heck v0.4.1
3532026-03-19T03:55:09.541Z Downloaded heck v0.5.0
3542026-03-19T03:55:09.544Z Downloaded zerocopy-derive v0.7.35
3552026-03-19T03:55:09.549Z Downloaded cfg-if v1.0.4
3562026-03-19T03:55:09.551Z Downloaded anstyle-query v1.1.5
3572026-03-19T03:55:09.556Z Downloaded terminal_size v0.4.3
3582026-03-19T03:55:09.559Z Downloaded proc-macro-error-attr v1.0.4
3592026-03-19T03:55:09.559Z Downloaded ordered-float v2.10.1
3602026-03-19T03:55:09.559Z Downloaded itoa v1.0.17
3612026-03-19T03:55:09.562Z Downloaded typeid v1.0.3
3622026-03-19T03:55:09.562Z Downloaded block-buffer v0.10.4
3632026-03-19T03:55:09.565Z Downloaded pretty-hex v0.4.1
3642026-03-19T03:55:09.568Z Downloaded generic-array v0.14.7
3652026-03-19T03:55:09.572Z Downloaded serde_spanned v0.6.9
3662026-03-19T03:55:09.575Z Downloaded equivalent v1.0.2
3672026-03-19T03:55:09.579Z Downloaded strsim v0.11.1
3682026-03-19T03:55:09.583Z Downloaded displaydoc v0.2.5
3692026-03-19T03:55:09.585Z Downloaded thiserror v2.0.18
3702026-03-19T03:55:09.588Z Downloaded zerovec-derive v0.11.2
3712026-03-19T03:55:09.591Z Downloaded sha2 v0.10.9
3722026-03-19T03:55:09.591Z Downloaded tinystr v0.8.2
3732026-03-19T03:55:09.594Z Downloaded fnv v1.0.7
3742026-03-19T03:55:09.594Z Downloaded clap_lex v1.0.0
3752026-03-19T03:55:09.594Z Downloaded thread-id v4.2.2
3762026-03-19T03:55:09.597Z Downloaded zerotrie v0.2.3
3772026-03-19T03:55:09.600Z Downloaded potential_utf v0.1.4
3782026-03-19T03:55:09.600Z Downloaded semver v1.0.27
3792026-03-19T03:55:09.603Z Downloaded serde-untagged v0.1.9
3802026-03-19T03:55:09.603Z Downloaded scroll v0.12.0
3812026-03-19T03:55:09.603Z Downloaded autocfg v1.5.0
3822026-03-19T03:55:09.606Z Downloaded unicode-xid v0.2.6
3832026-03-19T03:55:09.606Z Downloaded cargo_metadata v0.21.0
3842026-03-19T03:55:09.610Z Downloaded proc-macro-error v1.0.4
3852026-03-19T03:55:09.613Z Downloaded yoke-derive v0.8.1
3862026-03-19T03:55:09.613Z Downloaded memmap v0.7.0
3872026-03-19T03:55:09.613Z Downloaded digest v0.10.7
3882026-03-19T03:55:09.614Z Downloaded synstructure v0.13.2
3892026-03-19T03:55:09.617Z Downloaded scroll_derive v0.12.1
3902026-03-19T03:55:09.617Z Downloaded is_terminal_polyfill v1.70.2
3912026-03-19T03:55:09.617Z Downloaded yoke v0.8.1
3922026-03-19T03:55:09.620Z Downloaded utf8_iter v1.0.4
3932026-03-19T03:55:09.620Z Downloaded smallvec v1.15.1
3942026-03-19T03:55:09.620Z Downloaded usdt-attr-macro v0.5.0
3952026-03-19T03:55:09.623Z Downloaded erased-serde v0.4.9
3962026-03-19T03:55:09.623Z Downloaded toml_edit v0.22.27
3972026-03-19T03:55:09.626Z Downloaded toml_write v0.1.2
3982026-03-19T03:55:09.629Z Downloaded cpufeatures v0.2.17
3992026-03-19T03:55:09.629Z Downloaded smawk v0.3.2
4002026-03-19T03:55:09.629Z Downloaded anstyle-parse v0.2.7
4012026-03-19T03:55:09.632Z Downloaded anstream v0.6.21
4022026-03-19T03:55:09.635Z Downloaded swrite v0.1.0
4032026-03-19T03:55:09.635Z Downloaded tabled_derive v0.7.0
4042026-03-19T03:55:09.635Z Downloaded colorchoice v1.0.4
4052026-03-19T03:55:09.635Z Downloaded serde_tokenstream v0.2.3
4062026-03-19T03:55:09.638Z Downloaded quote v1.0.44
4072026-03-19T03:55:09.641Z Downloaded fs-err v3.3.0
4082026-03-19T03:55:09.641Z Downloaded cargo_toml v0.21.0
4092026-03-19T03:55:09.644Z Downloaded clap_derive v4.5.55
4102026-03-19T03:55:09.644Z Downloaded anstyle v1.0.13
4112026-03-19T03:55:09.647Z Downloaded pest_generator v2.8.6
4122026-03-19T03:55:09.654Z Downloaded litemap v0.8.1
4132026-03-19T03:55:09.656Z Downloaded dof v0.3.0
4142026-03-19T03:55:09.659Z Downloaded utf8parse v0.2.2
4152026-03-19T03:55:09.662Z Downloaded stable_deref_trait v1.2.1
4162026-03-19T03:55:09.665Z Downloaded textwrap v0.16.2
4172026-03-19T03:55:09.665Z Downloaded once_cell v1.21.3
4182026-03-19T03:55:09.668Z Downloaded papergrid v0.11.0
4192026-03-19T03:55:09.672Z Downloaded log v0.4.29
4202026-03-19T03:55:09.675Z Downloaded fastrand v2.3.0
4212026-03-19T03:55:09.678Z Downloaded bytecount v0.6.9
4222026-03-19T03:55:09.678Z Downloaded toml v0.8.23
4232026-03-19T03:55:09.684Z Downloaded anyhow v1.0.102
4242026-03-19T03:55:09.687Z Downloaded icu_properties v2.1.2
4252026-03-19T03:55:09.690Z Downloaded cargo-util-schemas v0.8.2
4262026-03-19T03:55:09.693Z Downloaded num-traits v0.2.19
4272026-03-19T03:55:09.696Z Downloaded zerofrom v0.1.6
4282026-03-19T03:55:09.696Z Downloaded proc-macro2 v1.0.106
4292026-03-19T03:55:09.699Z Downloaded icu_locale_core v2.1.1
4302026-03-19T03:55:09.703Z Downloaded serde_core v1.0.228
4312026-03-19T03:55:09.706Z Downloaded icu_collections v2.1.1
4322026-03-19T03:55:09.710Z Downloaded icu_provider v2.1.1
4332026-03-19T03:55:09.714Z Downloaded camino v1.2.2
4342026-03-19T03:55:09.714Z Downloaded memchr v2.8.0
4352026-03-19T03:55:09.771Z Downloaded indexmap v2.13.0
4362026-03-19T03:55:09.776Z Downloaded bitflags v2.11.0
4372026-03-19T03:55:09.776Z Downloaded icu_normalizer v2.1.1
4382026-03-19T03:55:09.776Z Downloaded pest_meta v2.8.6
4392026-03-19T03:55:09.776Z Downloaded icu_normalizer_data v2.1.1
4402026-03-19T03:55:09.776Z Downloaded zmij v1.0.21
4412026-03-19T03:55:09.776Z Downloaded writeable v0.6.2
4422026-03-19T03:55:09.776Z Downloaded url v2.5.8
4432026-03-19T03:55:09.776Z Downloaded tempfile v3.25.0
4442026-03-19T03:55:09.776Z Downloaded clap v4.5.60
4452026-03-19T03:55:09.776Z Downloaded serde v1.0.228
4462026-03-19T03:55:09.776Z Downloaded thiserror v1.0.69
4472026-03-19T03:55:09.776Z Downloaded pest v2.8.6
4482026-03-19T03:55:09.776Z Downloaded idna v1.1.0
4492026-03-19T03:55:09.776Z Downloaded serde_json v1.0.149
4502026-03-19T03:55:09.776Z Downloaded clap_builder v4.5.60
4512026-03-19T03:55:09.776Z Downloaded icu_properties_data v2.1.2
4522026-03-19T03:55:09.779Z Downloaded hashbrown v0.16.1
4532026-03-19T03:55:09.779Z Downloaded goblin v0.8.2
4542026-03-19T03:55:09.798Z Downloaded syn v1.0.109
4552026-03-19T03:55:09.806Z Downloaded tabled v0.15.0
4562026-03-19T03:55:09.830Z Downloaded pest_derive v2.8.6
4572026-03-19T03:55:09.846Z Downloaded rustix v1.1.3
4582026-03-19T03:55:09.863Z Downloaded libc v0.2.180
4592026-03-19T03:55:09.899Z Downloaded syn v2.0.117
4602026-03-19T03:55:09.970Z Compiling proc-macro2 v1.0.106
4612026-03-19T03:55:09.970Z Compiling quote v1.0.44
4622026-03-19T03:55:09.973Z Compiling unicode-ident v1.0.24
4632026-03-19T03:55:09.973Z Compiling serde_core v1.0.228
4642026-03-19T03:55:09.973Z Compiling libc v0.2.180
4652026-03-19T03:55:09.973Z Compiling version_check v0.9.5
4662026-03-19T03:55:09.974Z Compiling memchr v2.8.0
4672026-03-19T03:55:09.974Z Compiling serde v1.0.228
4682026-03-19T03:55:10.375Z Compiling stable_deref_trait v1.2.1
4692026-03-19T03:55:10.470Z Compiling zmij v1.0.21
4702026-03-19T03:55:10.734Z Compiling autocfg v1.5.0
4712026-03-19T03:55:10.780Z Compiling itoa v1.0.17
4722026-03-19T03:55:11.007Z Compiling ucd-trie v0.1.7
4732026-03-19T03:55:11.079Z Compiling thiserror v1.0.69
4742026-03-19T03:55:11.185Z Compiling writeable v0.6.2
4752026-03-19T03:55:11.239Z Compiling pest v2.8.6
4762026-03-19T03:55:11.279Z Compiling litemap v0.8.1
4772026-03-19T03:55:11.360Z Compiling rustix v1.1.3
4782026-03-19T03:55:11.436Z Compiling byteorder v1.5.0
4792026-03-19T03:55:11.689Z Compiling icu_normalizer_data v2.1.1
4802026-03-19T03:55:11.792Z Compiling syn v2.0.117
4812026-03-19T03:55:11.899Z Compiling icu_properties_data v2.1.2
4822026-03-19T03:55:11.973Z Compiling errno v0.3.14
4832026-03-19T03:55:12.166Z Compiling serde_json v1.0.149
4842026-03-19T03:55:12.188Z Compiling bitflags v2.11.0
4852026-03-19T03:55:12.341Z Compiling num-traits v0.2.19
4862026-03-19T03:55:12.437Z Compiling typeid v1.0.3
4872026-03-19T03:55:12.465Z Compiling hashbrown v0.16.1
4882026-03-19T03:55:12.566Z Compiling smallvec v1.15.1
4892026-03-19T03:55:12.762Z Compiling pest_meta v2.8.6
4902026-03-19T03:55:12.932Z Compiling equivalent v1.0.2
4912026-03-19T03:55:13.106Z Compiling thread-id v4.2.2
4922026-03-19T03:55:13.188Z Compiling indexmap v2.13.0
4932026-03-19T03:55:13.230Z Compiling proc-macro-error-attr v1.0.4
4942026-03-19T03:55:13.302Z Compiling usdt-impl v0.5.0
4952026-03-19T03:55:13.322Z Compiling winnow v0.7.14
4962026-03-19T03:55:13.464Z Compiling toml_write v0.1.2
4972026-03-19T03:55:13.558Z Compiling erased-serde v0.4.9
4982026-03-19T03:55:13.860Z Compiling syn v1.0.109
4992026-03-19T03:55:14.301Z Compiling proc-macro-error v1.0.4
5002026-03-19T03:55:14.385Z Compiling getrandom v0.4.1
5012026-03-19T03:55:14.562Z Compiling percent-encoding v2.3.2
5022026-03-19T03:55:14.784Z Compiling plain v0.2.3
5032026-03-19T03:55:14.829Z Compiling utf8parse v0.2.2
5042026-03-19T03:55:14.925Z Compiling camino v1.2.2
5052026-03-19T03:55:14.969Z Compiling log v0.4.29
5062026-03-19T03:55:15.062Z Compiling utf8_iter v1.0.4
5072026-03-19T03:55:15.160Z Compiling thiserror v2.0.18
5082026-03-19T03:55:15.211Z Compiling anstyle-parse v0.2.7
5092026-03-19T03:55:15.236Z Compiling ordered-float v2.10.1
5102026-03-19T03:55:15.289Z Compiling form_urlencoded v1.2.2
5112026-03-19T03:55:15.519Z Compiling synstructure v0.13.2
5122026-03-19T03:55:15.549Z Compiling pest_generator v2.8.6
5132026-03-19T03:55:15.631Z Compiling terminal_size v0.4.3
5142026-03-19T03:55:15.869Z Compiling anstyle v1.0.13
5152026-03-19T03:55:16.073Z Compiling is_terminal_polyfill v1.70.2
5162026-03-19T03:55:16.094Z Compiling pretty-hex v0.4.1
5172026-03-19T03:55:16.119Z Compiling colorchoice v1.0.4
5182026-03-19T03:55:16.172Z Compiling cfg-if v1.0.4
5192026-03-19T03:55:16.189Z Compiling anstyle-query v1.1.5
5202026-03-19T03:55:16.281Z Compiling serde-untagged v0.1.9
5212026-03-19T03:55:16.328Z Compiling anstream v0.6.21
5222026-03-19T03:55:16.406Z Compiling semver v1.0.27
5232026-03-19T03:55:16.494Z Compiling fs-err v3.3.0
5242026-03-19T03:55:16.621Z Compiling bytecount v0.6.9
5252026-03-19T03:55:16.725Z Compiling heck v0.5.0
5262026-03-19T03:55:16.730Z Compiling fastrand v2.3.0
5272026-03-19T03:55:16.789Z Compiling unicode-xid v0.2.6
5282026-03-19T03:55:16.838Z Compiling once_cell v1.21.3
5292026-03-19T03:55:16.872Z Compiling fnv v1.0.7
5302026-03-19T03:55:16.945Z Compiling heck v0.4.1
5312026-03-19T03:55:17.037Z Compiling clap_lex v1.0.0
5322026-03-19T03:55:17.100Z Compiling strsim v0.11.1
5332026-03-19T03:55:17.128Z Compiling unicode-width v0.1.14
5342026-03-19T03:55:17.252Z Compiling anyhow v1.0.102
5352026-03-19T03:55:17.345Z Compiling clap_builder v4.5.60
5362026-03-19T03:55:17.408Z Compiling tempfile v3.25.0
5372026-03-19T03:55:17.481Z Compiling papergrid v0.11.0
5382026-03-19T03:55:17.683Z Compiling memmap v0.7.0
5392026-03-19T03:55:17.919Z Compiling unicode-width v0.2.0
5402026-03-19T03:55:17.924Z Compiling unicode-linebreak v0.1.5
5412026-03-19T03:55:17.924Z Compiling smawk v0.3.2
5422026-03-19T03:55:18.038Z Compiling serde_derive v1.0.228
5432026-03-19T03:55:18.094Z Compiling zerofrom-derive v0.1.6
5442026-03-19T03:55:18.247Z Compiling yoke-derive v0.8.1
5452026-03-19T03:55:18.270Z Compiling zerovec-derive v0.11.2
5462026-03-19T03:55:18.366Z Compiling displaydoc v0.2.5
5472026-03-19T03:55:19.370Z Compiling thiserror-impl v1.0.69
5482026-03-19T03:55:19.460Z Compiling zerocopy-derive v0.7.35
5492026-03-19T03:55:19.761Z Compiling pest_derive v2.8.6
5502026-03-19T03:55:19.816Z Compiling scroll_derive v0.12.1
5512026-03-19T03:55:20.033Z Compiling zerofrom v0.1.6
5522026-03-19T03:55:20.208Z Compiling yoke v0.8.1
5532026-03-19T03:55:20.289Z Compiling thiserror-impl v2.0.18
5542026-03-19T03:55:20.454Z Compiling zerovec v0.11.5
5552026-03-19T03:55:20.591Z Compiling zerotrie v0.2.3
5562026-03-19T03:55:20.674Z Compiling zerocopy v0.7.35
5572026-03-19T03:55:20.983Z Compiling scroll v0.12.0
5582026-03-19T03:55:21.131Z Compiling tinystr v0.8.2
5592026-03-19T03:55:21.189Z Compiling potential_utf v0.1.4
5602026-03-19T03:55:21.336Z Compiling dtrace-parser v0.2.0
5612026-03-19T03:55:21.399Z Compiling icu_locale_core v2.1.1
5622026-03-19T03:55:21.403Z Compiling icu_collections v2.1.1
5632026-03-19T03:55:21.457Z Compiling goblin v0.8.2
5642026-03-19T03:55:21.566Z Compiling tabled_derive v0.7.0
5652026-03-19T03:55:22.175Z Compiling clap_derive v4.5.55
5662026-03-19T03:55:22.229Z Compiling icu_provider v2.1.1
5672026-03-19T03:55:22.370Z Compiling textwrap v0.16.2
5682026-03-19T03:55:22.617Z Compiling icu_normalizer v2.1.1
5692026-03-19T03:55:22.617Z Compiling icu_properties v2.1.2
5702026-03-19T03:55:22.761Z Compiling serde_spanned v0.6.9
5712026-03-19T03:55:22.761Z Compiling toml_datetime v0.6.11
5722026-03-19T03:55:22.807Z Compiling dof v0.3.0
5732026-03-19T03:55:22.945Z Compiling serde_tokenstream v0.2.3
5742026-03-19T03:55:22.978Z Compiling serde-value v0.7.0
5752026-03-19T03:55:23.130Z Compiling toml_edit v0.22.27
5762026-03-19T03:55:23.355Z Compiling cargo-platform v0.2.0
5772026-03-19T03:55:23.358Z Compiling tabled v0.15.0
5782026-03-19T03:55:23.469Z Compiling macaddr v1.0.1
5792026-03-19T03:55:24.185Z Compiling idna_adapter v1.2.1
5802026-03-19T03:55:24.210Z Compiling camino-tempfile v1.4.1
5812026-03-19T03:55:24.213Z Compiling usdt-attr-macro v0.5.0
5822026-03-19T03:55:24.258Z Compiling usdt-macro v0.5.0
5832026-03-19T03:55:24.361Z Compiling idna v1.1.0
5842026-03-19T03:55:24.566Z Compiling clap v4.5.60
5852026-03-19T03:55:24.672Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-03-19T03:55:25.001Z Compiling url v2.5.8
5872026-03-19T03:55:25.110Z Compiling swrite v0.1.0
5882026-03-19T03:55:25.238Z Compiling toml v0.8.23
5892026-03-19T03:55:25.480Z Compiling usdt v0.5.0
5902026-03-19T03:55:25.794Z Compiling cargo-util-schemas v0.8.2
5912026-03-19T03:55:25.841Z Compiling cargo_toml v0.21.0
5922026-03-19T03:55:26.973Z Compiling cargo_metadata v0.21.0
5932026-03-19T03:55:28.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-19T03:55:31.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s
5952026-03-19T03:55:31.328Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-19T03:55:32.055Z Downloading crates ...
5972026-03-19T03:55:32.180Z Downloaded async-trait v0.1.89
5982026-03-19T03:55:32.186Z Downloaded console v0.15.11
5992026-03-19T03:55:32.190Z Downloaded bzip2 v0.4.4
6002026-03-19T03:55:32.190Z Downloaded ciborium v0.2.2
6012026-03-19T03:55:32.201Z Downloaded crunchy v0.2.4
6022026-03-19T03:55:32.207Z Downloaded adler2 v2.0.1
6032026-03-19T03:55:32.220Z Downloaded daft-derive v0.1.5
6042026-03-19T03:55:32.223Z Downloaded crossbeam-epoch v0.9.18
6052026-03-19T03:55:32.227Z Downloaded aead v0.5.2
6062026-03-19T03:55:32.228Z Downloaded ahash v0.8.12
6072026-03-19T03:55:32.231Z Downloaded darling_macro v0.23.0
6082026-03-19T03:55:32.234Z Downloaded enum-as-inner v0.6.1
6092026-03-19T03:55:32.237Z Downloaded embedded-io v0.4.0
6102026-03-19T03:55:32.237Z Downloaded cargo_metadata v0.19.2
6112026-03-19T03:55:32.241Z Downloaded find-msvc-tools v0.1.9
6122026-03-19T03:55:32.249Z Downloaded base16ct v0.2.0
6132026-03-19T03:55:32.254Z Downloaded bb8 v0.8.6
6142026-03-19T03:55:32.267Z Downloaded downcast-rs v2.0.2
6152026-03-19T03:55:32.278Z Downloaded bitvec v1.0.1
6162026-03-19T03:55:32.289Z Downloaded flate2 v1.1.9
6172026-03-19T03:55:32.294Z Downloaded crc8 v0.1.1
6182026-03-19T03:55:32.297Z Downloaded dropshot_endpoint v0.16.7
6192026-03-19T03:55:32.300Z Downloaded buf-list v1.1.2
6202026-03-19T03:55:32.300Z Downloaded foreign-types-shared v0.3.1
6212026-03-19T03:55:32.300Z Downloaded camino-tempfile-ext v0.3.3
6222026-03-19T03:55:32.303Z Downloaded async-stream-impl v0.3.6
6232026-03-19T03:55:32.303Z Downloaded constant_time_eq v0.4.2
6242026-03-19T03:55:32.307Z Downloaded cexpr v0.6.0
6252026-03-19T03:55:32.307Z Downloaded atomicwrites v0.4.4
6262026-03-19T03:55:32.310Z Downloaded console v0.16.2
6272026-03-19T03:55:32.310Z Downloaded ciborium-ll v0.2.2
6282026-03-19T03:55:32.310Z Downloaded dof v0.4.0
6292026-03-19T03:55:32.313Z Downloaded cookie v0.18.1
6302026-03-19T03:55:32.313Z Downloaded block-padding v0.3.3
6312026-03-19T03:55:32.317Z Downloaded crc-catalog v2.4.0
6322026-03-19T03:55:32.317Z Downloaded foldhash v0.2.0
6332026-03-19T03:55:32.317Z Downloaded cassowary v0.3.0
6342026-03-19T03:55:32.323Z Downloaded derive_builder_macro v0.20.2
6352026-03-19T03:55:32.323Z Downloaded clang-sys v1.8.1
6362026-03-19T03:55:32.323Z Downloaded darling_macro v0.21.3
6372026-03-19T03:55:32.329Z Downloaded argon2 v0.5.3
6382026-03-19T03:55:32.329Z Downloaded fs-err v2.11.0
6392026-03-19T03:55:32.329Z Downloaded base16ct v1.0.0
6402026-03-19T03:55:32.329Z Downloaded array-init v0.0.4
6412026-03-19T03:55:32.329Z Downloaded derive_more v0.99.20
6422026-03-19T03:55:32.332Z Downloaded fixedbitset v0.4.2
6432026-03-19T03:55:32.332Z Downloaded defmt-macros v1.0.1
6442026-03-19T03:55:32.336Z Downloaded futures-core v0.3.32
6452026-03-19T03:55:32.336Z Downloaded base64 v0.22.1
6462026-03-19T03:55:32.340Z Downloaded futures-executor v0.3.32
6472026-03-19T03:55:32.340Z Downloaded aws-lc-rs v1.16.0
6482026-03-19T03:55:32.346Z Downloaded glob v0.3.3
6492026-03-19T03:55:32.349Z Downloaded atomic-waker v1.1.2
6502026-03-19T03:55:32.349Z Downloaded getrandom v0.3.4
6512026-03-19T03:55:32.352Z Downloaded assert_matches v1.5.0
6522026-03-19T03:55:32.355Z Downloaded embedded-io v0.6.1
6532026-03-19T03:55:32.355Z Downloaded cobs v0.3.0
6542026-03-19T03:55:32.355Z Downloaded cargo-platform v0.1.9
6552026-03-19T03:55:32.358Z Downloaded float-cmp v0.10.0
6562026-03-19T03:55:32.359Z Downloaded funty v2.0.0
6572026-03-19T03:55:32.359Z Downloaded cbc v0.1.2
6582026-03-19T03:55:32.362Z Downloaded castaway v0.2.4
6592026-03-19T03:55:32.362Z Downloaded async-recursion v1.1.1
6602026-03-19T03:55:32.365Z Downloaded cstr-argument v0.1.2
6612026-03-19T03:55:32.365Z Downloaded arrayvec v0.7.6
6622026-03-19T03:55:32.369Z Downloaded cmake v0.1.57
6632026-03-19T03:55:32.369Z Downloaded bzip2 v0.6.1
6642026-03-19T03:55:32.369Z Downloaded convert_case v0.4.0
6652026-03-19T03:55:32.372Z Downloaded bit-set v0.8.0
6662026-03-19T03:55:32.372Z Downloaded dsl_auto_type v0.2.0
6672026-03-19T03:55:32.372Z Downloaded derive-ex v0.1.8
6682026-03-19T03:55:32.375Z Downloaded either v1.15.0
6692026-03-19T03:55:32.375Z Downloaded ecdsa v0.16.9
6702026-03-19T03:55:32.378Z Downloaded crc v3.4.0
6712026-03-19T03:55:32.378Z Downloaded crossbeam-deque v0.8.6
6722026-03-19T03:55:32.382Z Downloaded foreign-types v0.3.2
6732026-03-19T03:55:32.382Z Downloaded critical-section v1.2.0
6742026-03-19T03:55:32.382Z Downloaded bitfield v0.19.4
6752026-03-19T03:55:32.382Z Downloaded bytes v1.11.1
6762026-03-19T03:55:32.386Z Downloaded futures-task v0.3.32
6772026-03-19T03:55:32.390Z Downloaded ed25519 v2.2.3
6782026-03-19T03:55:32.390Z Downloaded ciborium-io v0.2.2
6792026-03-19T03:55:32.394Z Downloaded foreign-types-macros v0.2.3
6802026-03-19T03:55:32.394Z Downloaded blake2 v0.10.6
6812026-03-19T03:55:32.394Z Downloaded ascii-canvas v3.0.0
6822026-03-19T03:55:32.394Z Downloaded bitfield-struct v0.6.2
6832026-03-19T03:55:32.397Z Downloaded colored v3.1.1
6842026-03-19T03:55:32.410Z Downloaded getrandom v0.2.17
6852026-03-19T03:55:32.413Z Downloaded filetime v0.2.27
6862026-03-19T03:55:32.416Z Downloaded data-encoding v2.10.0
6872026-03-19T03:55:32.416Z Downloaded corncobs v0.1.4
6882026-03-19T03:55:32.416Z Downloaded const_format v0.2.35
6892026-03-19T03:55:32.419Z Downloaded futures-sink v0.3.32
6902026-03-19T03:55:32.423Z Downloaded futures-io v0.3.32
6912026-03-19T03:55:32.423Z Downloaded foldhash v0.1.5
6922026-03-19T03:55:32.423Z Downloaded erased-serde v0.3.31
6932026-03-19T03:55:32.426Z Downloaded futures v0.3.32
6942026-03-19T03:55:32.429Z Downloaded crossbeam-utils v0.8.21
6952026-03-19T03:55:32.432Z Downloaded darling v0.20.11
6962026-03-19T03:55:32.435Z Downloaded darling v0.23.0
6972026-03-19T03:55:32.439Z Downloaded cpufeatures v0.3.0
6982026-03-19T03:55:32.442Z Downloaded bit-set v0.5.3
6992026-03-19T03:55:32.442Z Downloaded backoff v0.4.0
7002026-03-19T03:55:32.448Z Downloaded ar_archive_writer v0.5.1
7012026-03-19T03:55:32.448Z Downloaded cipher v0.4.4
7022026-03-19T03:55:32.451Z Downloaded globwalk v0.9.1
7032026-03-19T03:55:32.451Z Downloaded globset v0.4.18
7042026-03-19T03:55:32.451Z Downloaded hash32 v0.2.1
7052026-03-19T03:55:32.454Z Downloaded bitfield-macros v0.19.4
7062026-03-19T03:55:32.454Z Downloaded base64 v0.21.7
7072026-03-19T03:55:32.457Z Downloaded diesel-dtrace v0.5.0
7082026-03-19T03:55:32.457Z Downloaded crc-any v2.5.0
7092026-03-19T03:55:32.461Z Downloaded cargo_toml v0.22.3
7102026-03-19T03:55:32.461Z Downloaded async-bb8-diesel v0.2.1
7112026-03-19T03:55:32.464Z Downloaded const-oid v0.9.6
7122026-03-19T03:55:32.465Z Downloaded des v0.8.1
7132026-03-19T03:55:32.469Z Downloaded hash32 v0.3.1
7142026-03-19T03:55:32.469Z Downloaded headers-core v0.3.0
7152026-03-19T03:55:32.469Z Downloaded fxhash v0.2.1
7162026-03-19T03:55:32.469Z Downloaded elliptic-curve v0.13.8
7172026-03-19T03:55:32.472Z Downloaded const_format_proc_macros v0.2.34
7182026-03-19T03:55:32.475Z Downloaded foreign-types v0.5.0
7192026-03-19T03:55:32.475Z Downloaded bcs v0.1.6
7202026-03-19T03:55:32.479Z Downloaded chacha20poly1305 v0.10.1
7212026-03-19T03:55:32.479Z Downloaded blake3 v1.8.3
7222026-03-19T03:55:32.483Z Downloaded dropshot-api-manager-types v0.6.0
7232026-03-19T03:55:32.486Z Downloaded arrayref v0.3.9
7242026-03-19T03:55:32.486Z Downloaded bit-vec v0.8.0
7252026-03-19T03:55:32.494Z Downloaded bit-vec v0.6.3
7262026-03-19T03:55:32.494Z Downloaded env_filter v1.0.0
7272026-03-19T03:55:32.494Z Downloaded base64ct v1.8.3
7282026-03-19T03:55:32.498Z Downloaded dunce v1.0.5
7292026-03-19T03:55:32.498Z Downloaded cfg_aliases v0.2.1
7302026-03-19T03:55:32.498Z Downloaded async-stream v0.3.6
7312026-03-19T03:55:32.498Z Downloaded git-stub v1.0.0
7322026-03-19T03:55:32.498Z Downloaded difflib v0.4.0
7332026-03-19T03:55:32.501Z Downloaded cookie_store v0.22.1
7342026-03-19T03:55:32.505Z Downloaded chacha20 v0.9.1
7352026-03-19T03:55:32.509Z Downloaded deranged v0.5.8
7362026-03-19T03:55:32.513Z Downloaded ctr v0.9.2
7372026-03-19T03:55:32.513Z Downloaded hex-literal v0.4.1
7382026-03-19T03:55:32.516Z Downloaded cfg_aliases v0.1.1
7392026-03-19T03:55:32.516Z Downloaded curve25519-dalek-derive v0.1.1
7402026-03-19T03:55:32.516Z Downloaded blowfish v0.9.1
7412026-03-19T03:55:32.516Z Downloaded dtrace-parser v0.3.0
7422026-03-19T03:55:32.519Z Downloaded defmt v0.3.100
7432026-03-19T03:55:32.519Z Downloaded darling_macro v0.20.11
7442026-03-19T03:55:32.519Z Downloaded crucible-workspace-hack v0.1.0
7452026-03-19T03:55:32.519Z Downloaded hmac v0.12.1
7462026-03-19T03:55:32.522Z Downloaded fd-lock v4.0.4
7472026-03-19T03:55:32.525Z Downloaded defmt-parser v1.0.0
7482026-03-19T03:55:32.525Z Downloaded backon v1.6.0
7492026-03-19T03:55:32.528Z Downloaded cancel-safe-futures v0.1.5
7502026-03-19T03:55:32.528Z Downloaded heapless v0.8.0
7512026-03-19T03:55:32.533Z Downloaded endian-type v0.1.2
7522026-03-19T03:55:32.536Z Downloaded bitflags v1.3.2
7532026-03-19T03:55:32.536Z Downloaded debug-ignore v1.0.5
7542026-03-19T03:55:32.536Z Downloaded bcrypt-pbkdf v0.10.0
7552026-03-19T03:55:32.540Z Downloaded hex v0.4.3
7562026-03-19T03:55:32.548Z Downloaded home v0.5.12
7572026-03-19T03:55:32.551Z Downloaded crc32fast v1.5.0
7582026-03-19T03:55:32.551Z Downloaded colored v2.2.0
7592026-03-19T03:55:32.554Z Downloaded hostname v0.4.2
7602026-03-19T03:55:32.558Z Downloaded half v1.8.3
7612026-03-19T03:55:32.561Z Downloaded chacha20 v0.10.0
7622026-03-19T03:55:32.566Z Downloaded indoc v2.0.7
7632026-03-19T03:55:32.576Z Downloaded convert_case v0.10.0
7642026-03-19T03:55:32.581Z Downloaded bumpalo v3.20.2
7652026-03-19T03:55:32.584Z Downloaded dyn-clone v1.0.20
7662026-03-19T03:55:32.588Z Downloaded hubpack_derive v0.1.1
7672026-03-19T03:55:32.591Z Downloaded ingot-types v0.1.2
7682026-03-19T03:55:32.595Z Downloaded hubpack v0.1.2
7692026-03-19T03:55:32.598Z Downloaded csv-core v0.1.13
7702026-03-19T03:55:32.598Z Downloaded heapless v0.7.17
7712026-03-19T03:55:32.602Z Downloaded http-body-util v0.1.3
7722026-03-19T03:55:32.602Z Downloaded der_derive v0.7.3
7732026-03-19T03:55:32.608Z Downloaded inout v0.1.4
7742026-03-19T03:55:32.611Z Downloaded allocator-api2 v0.2.21
7752026-03-19T03:55:32.612Z Downloaded hickory-server v0.25.2
7762026-03-19T03:55:32.615Z Downloaded foreign-types-shared v0.1.1
7772026-03-19T03:55:32.615Z Downloaded display-error-chain v0.2.2
7782026-03-19T03:55:32.621Z Downloaded indoc v1.0.9
7792026-03-19T03:55:32.621Z Downloaded hyper-tls v0.6.0
7802026-03-19T03:55:32.621Z Downloaded diesel_table_macro_syntax v0.3.0
7812026-03-19T03:55:32.626Z Downloaded headers v0.4.1
7822026-03-19T03:55:32.626Z Downloaded atty v0.2.14
7832026-03-19T03:55:32.626Z Downloaded flagset v0.4.7
7842026-03-19T03:55:32.631Z Downloaded http-range v0.1.5
7852026-03-19T03:55:32.631Z Downloaded aes-gcm v0.10.3
7862026-03-19T03:55:32.637Z Downloaded ingot v0.1.1
7872026-03-19T03:55:32.637Z Downloaded aes v0.8.4
7882026-03-19T03:55:32.637Z Downloaded ignore v0.4.25
7892026-03-19T03:55:32.640Z Downloaded darling_core v0.21.3
7902026-03-19T03:55:32.640Z Downloaded hickory-resolver v0.24.4
7912026-03-19T03:55:32.645Z Downloaded instability v0.3.11
7922026-03-19T03:55:32.650Z Downloaded float-ord v0.3.2
7932026-03-19T03:55:32.650Z Downloaded arc-swap v1.8.2
7942026-03-19T03:55:32.655Z Downloaded fs_extra v1.3.0
7952026-03-19T03:55:32.655Z Downloaded internet-checksum v0.2.1
7962026-03-19T03:55:32.655Z Downloaded compact_str v0.8.1
7972026-03-19T03:55:32.658Z Downloaded hashbrown v0.15.5
7982026-03-19T03:55:32.661Z Downloaded impl-trait-for-tuples v0.2.3
7992026-03-19T03:55:32.666Z Downloaded document-features v0.2.12
8002026-03-19T03:55:32.666Z Downloaded http v1.4.0
8012026-03-19T03:55:32.670Z Downloaded ena v0.14.4
8022026-03-19T03:55:32.670Z Downloaded iana-time-zone v0.1.65
8032026-03-19T03:55:32.674Z Downloaded lru v0.12.5
8042026-03-19T03:55:32.674Z Downloaded is_ci v1.2.0
8052026-03-19T03:55:32.674Z Downloaded daft v0.1.5
8062026-03-19T03:55:32.674Z Downloaded hashbrown v0.12.3
8072026-03-19T03:55:32.679Z Downloaded drift v0.1.3
8082026-03-19T03:55:32.682Z Downloaded hashbrown v0.13.2
8092026-03-19T03:55:32.687Z Downloaded indexmap v1.9.3
8102026-03-19T03:55:32.687Z Downloaded hickory-resolver v0.25.2
8112026-03-19T03:55:32.690Z Downloaded ff v0.13.1
8122026-03-19T03:55:32.694Z Downloaded aho-corasick v1.1.4
8132026-03-19T03:55:32.697Z Downloaded futures-channel v0.3.32
8142026-03-19T03:55:32.697Z Downloaded defmt v1.0.1
8152026-03-19T03:55:32.701Z Downloaded cc v1.2.56
8162026-03-19T03:55:32.704Z Downloaded futures-util v0.3.32
8172026-03-19T03:55:32.711Z Downloaded expectorate v1.2.0
8182026-03-19T03:55:32.714Z Downloaded crossbeam-channel v0.5.15
8192026-03-19T03:55:32.717Z Downloaded ipnetwork v0.21.1
8202026-03-19T03:55:32.721Z Downloaded diff v0.1.13
8212026-03-19T03:55:32.724Z Downloaded keccak v0.1.6
8222026-03-19T03:55:32.724Z Downloaded derive_more-impl v2.1.1
8232026-03-19T03:55:32.728Z Downloaded multimap v0.10.1
8242026-03-19T03:55:32.728Z Downloaded env_logger v0.11.9
8252026-03-19T03:55:32.731Z Downloaded lalrpop-util v0.19.12
8262026-03-19T03:55:32.731Z Downloaded httpdate v1.0.3
8272026-03-19T03:55:32.731Z Downloaded derive-where v1.6.0
8282026-03-19T03:55:32.736Z Downloaded derive_builder_core v0.20.2
8292026-03-19T03:55:32.736Z Downloaded derive_builder v0.20.2
8302026-03-19T03:55:32.739Z Downloaded hyper v1.8.1
8312026-03-19T03:55:32.744Z Downloaded dropshot-api-manager v0.6.0
8322026-03-19T03:55:32.747Z Downloaded darling v0.21.3
8332026-03-19T03:55:32.751Z Downloaded gethostname v0.5.0
8342026-03-19T03:55:32.754Z Downloaded futures-macro v0.3.32
8352026-03-19T03:55:32.754Z Downloaded http-body v1.0.1
8362026-03-19T03:55:32.754Z Downloaded hyper-rustls v0.27.7
8372026-03-19T03:55:32.757Z Downloaded linked-hash-map v0.5.6
8382026-03-19T03:55:32.757Z Downloaded dirs-sys-next v0.1.2
8392026-03-19T03:55:32.757Z Downloaded bindgen v0.71.1
8402026-03-19T03:55:32.767Z Downloaded nonempty v0.12.0
8412026-03-19T03:55:32.770Z Downloaded fixedbitset v0.5.7
8422026-03-19T03:55:32.775Z Downloaded goblin v0.10.5
8432026-03-19T03:55:32.780Z Downloaded lzss v0.8.2
8442026-03-19T03:55:32.785Z Downloaded lock_api v0.4.14
8452026-03-19T03:55:32.785Z Downloaded ed25519-dalek v2.2.0
8462026-03-19T03:55:32.789Z Downloaded libsw v3.5.0
8472026-03-19T03:55:32.789Z Downloaded memoffset v0.9.1
8482026-03-19T03:55:32.789Z Downloaded flume v0.11.1
8492026-03-19T03:55:32.792Z Downloaded match_cfg v0.1.0
8502026-03-19T03:55:32.792Z Downloaded libxml v0.3.3
8512026-03-19T03:55:32.796Z Downloaded minimal-lexical v0.2.1
8522026-03-19T03:55:32.800Z Downloaded litrs v1.0.0
8532026-03-19T03:55:32.803Z Downloaded mime v0.3.17
8542026-03-19T03:55:32.806Z Downloaded ghash v0.5.1
8552026-03-19T03:55:32.806Z Downloaded crossterm v0.29.0
8562026-03-19T03:55:32.809Z Downloaded num-derive v0.3.3
8572026-03-19T03:55:32.812Z Downloaded diesel_derives v2.3.7
8582026-03-19T03:55:32.816Z Downloaded nibble_vec v0.1.0
8592026-03-19T03:55:32.819Z Downloaded memmap2 v0.9.10
8602026-03-19T03:55:32.819Z Downloaded derive_more v2.1.1
8612026-03-19T03:55:32.827Z Downloaded nodrop v0.1.14
8622026-03-19T03:55:32.830Z Downloaded hyper-staticfile v0.10.1
8632026-03-19T03:55:32.830Z Downloaded der v0.7.10
8642026-03-19T03:55:32.833Z Downloaded chrono v0.4.44
8652026-03-19T03:55:32.839Z Downloaded iri-string v0.7.10
8662026-03-19T03:55:32.845Z Downloaded num-integer v0.1.46
8672026-03-19T03:55:32.848Z Downloaded crossterm v0.28.1
8682026-03-19T03:55:32.851Z Downloaded num-conv v0.2.0
8692026-03-19T03:55:32.854Z Downloaded humantime v2.3.0
8702026-03-19T03:55:32.854Z Downloaded num v0.4.3
8712026-03-19T03:55:32.854Z Downloaded highway v1.3.0
8722026-03-19T03:55:32.857Z Downloaded newline-converter v0.3.0
8732026-03-19T03:55:32.857Z Downloaded crypto-bigint v0.5.5
8742026-03-19T03:55:32.861Z Downloaded nu-ansi-term v0.50.3
8752026-03-19T03:55:32.866Z Downloaded iddqd v0.3.17
8762026-03-19T03:55:32.870Z Downloaded libsw-core v0.3.2
8772026-03-19T03:55:32.873Z Downloaded bstr v1.12.1
8782026-03-19T03:55:32.877Z Downloaded openssl-probe v0.1.6
8792026-03-19T03:55:32.881Z Downloaded kstat-rs v0.2.4
8802026-03-19T03:55:32.881Z Downloaded git-stub-vcs v0.1.0
8812026-03-19T03:55:32.881Z Downloaded darling_core v0.23.0
8822026-03-19T03:55:32.884Z Downloaded num-complex v0.4.6
8832026-03-19T03:55:32.887Z Downloaded libbz2-rs-sys v0.2.2
8842026-03-19T03:55:32.887Z Downloaded hostname v0.3.1
8852026-03-19T03:55:32.890Z Downloaded fatfs v0.3.6
8862026-03-19T03:55:32.893Z Downloaded libscf-sys v1.1.0
8872026-03-19T03:55:32.896Z Downloaded native-tls v0.2.18
8882026-03-19T03:55:32.904Z Downloaded md5 v0.7.0
8892026-03-19T03:55:32.907Z Downloaded lru-slab v0.1.2
8902026-03-19T03:55:32.908Z Downloaded is-terminal v0.4.17
8912026-03-19T03:55:32.911Z Downloaded instant v0.1.13
8922026-03-19T03:55:32.911Z Downloaded managed v0.8.0
8932026-03-19T03:55:32.911Z Downloaded olpc-cjson v0.1.4
8942026-03-19T03:55:32.914Z Downloaded ident_case v1.0.1
8952026-03-19T03:55:32.914Z Downloaded indent_write v2.2.0
8962026-03-19T03:55:32.918Z Downloaded half v2.7.1
8972026-03-19T03:55:32.918Z Downloaded libefi-sys v0.1.0
8982026-03-19T03:55:32.923Z Downloaded ingot-macros v0.1.1
8992026-03-19T03:55:32.923Z Downloaded group v0.13.0
9002026-03-19T03:55:32.926Z Downloaded lazy_static v1.5.0
9012026-03-19T03:55:32.929Z Downloaded num_threads v0.1.7
9022026-03-19T03:55:32.932Z Downloaded num_enum v0.7.5
9032026-03-19T03:55:32.936Z Downloaded curve25519-dalek v4.1.3
9042026-03-19T03:55:32.941Z Downloaded openssl-probe v0.2.1
9052026-03-19T03:55:32.944Z Downloaded ipnet v2.11.0
9062026-03-19T03:55:32.944Z Downloaded dropshot v0.16.7
9072026-03-19T03:55:32.960Z Downloaded newtype_derive v0.1.6
9082026-03-19T03:55:32.964Z Downloaded diesel v2.3.7
9092026-03-19T03:55:32.977Z Downloaded owo-colors v4.3.0
9102026-03-19T03:55:32.980Z Downloaded indicatif v0.18.4
9112026-03-19T03:55:32.984Z Downloaded maybe-uninit v2.0.0
9122026-03-19T03:55:32.984Z Downloaded lru-cache v0.1.2
9132026-03-19T03:55:32.984Z Downloaded libloading v0.8.9
9142026-03-19T03:55:32.988Z Downloaded normalize-line-endings v0.3.0
9152026-03-19T03:55:32.989Z Downloaded jobserver v0.1.34
9162026-03-19T03:55:32.989Z Downloaded itertools v0.14.0
9172026-03-19T03:55:32.993Z Downloaded oxnet v0.1.4
9182026-03-19T03:55:32.996Z Downloaded hickory-client v0.25.2
9192026-03-19T03:55:32.996Z Downloaded md-5 v0.10.6
9202026-03-19T03:55:33.002Z Downloaded maplit v1.0.2
9212026-03-19T03:55:33.002Z Downloaded linear-map v1.2.0
9222026-03-19T03:55:33.005Z Downloaded new_debug_unreachable v1.0.6
9232026-03-19T03:55:33.038Z Downloaded newtype-uuid-macros v0.1.0
9242026-03-19T03:55:33.038Z Downloaded httparse v1.10.1
9252026-03-19T03:55:33.038Z Downloaded mime_guess v2.0.5
9262026-03-19T03:55:33.038Z Downloaded hyper-util v0.1.20
9272026-03-19T03:55:33.038Z Downloaded nanorand v0.7.0
9282026-03-19T03:55:33.038Z Downloaded num-bigint v0.4.6
9292026-03-19T03:55:33.038Z Downloaded jiff-static v0.2.21
9302026-03-19T03:55:33.038Z Downloaded newtype-uuid v1.3.2
9312026-03-19T03:55:33.053Z Downloaded csv v1.4.0
9322026-03-19T03:55:33.069Z Downloaded parse-display-derive v0.10.0
9332026-03-19T03:55:33.073Z Downloaded parking_lot_core v0.9.12
9342026-03-19T03:55:33.073Z Downloaded p256 v0.13.2
9352026-03-19T03:55:33.076Z Downloaded num-derive v0.4.2
9362026-03-19T03:55:33.076Z Downloaded num_enum_derive v0.5.11
9372026-03-19T03:55:33.079Z Downloaded multer v3.1.0
9382026-03-19T03:55:33.090Z Downloaded num-iter v0.1.45
9392026-03-19T03:55:33.094Z Downloaded encoding_rs v0.8.35
9402026-03-19T03:55:33.112Z Downloaded path-slash v0.1.5
9412026-03-19T03:55:33.116Z Downloaded password-hash v0.5.0
9422026-03-19T03:55:33.117Z Downloaded opaque-debug v0.3.1
9432026-03-19T03:55:33.117Z Downloaded itertools v0.10.5
9442026-03-19T03:55:33.123Z Downloaded papergrid v0.17.0
9452026-03-19T03:55:33.127Z Downloaded h2 v0.4.13
9462026-03-19T03:55:33.127Z Downloaded openssl-macros v0.1.1
9472026-03-19T03:55:33.132Z Downloaded miniz_oxide v0.8.9
9482026-03-19T03:55:33.139Z Downloaded powerfmt v0.2.0
9492026-03-19T03:55:33.147Z Downloaded mio v1.1.1
9502026-03-19T03:55:33.151Z Downloaded git2 v0.20.4
9512026-03-19T03:55:33.157Z Downloaded peg v0.8.5
9522026-03-19T03:55:33.161Z Downloaded polyval v0.6.2
9532026-03-19T03:55:33.167Z Downloaded hkdf v0.12.4
9542026-03-19T03:55:33.172Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9552026-03-19T03:55:33.178Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9562026-03-19T03:55:33.178Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
9572026-03-19T03:55:33.178Z Downloaded phf_shared v0.12.1
9582026-03-19T03:55:33.178Z Downloaded pkcs8 v0.10.2
9592026-03-19T03:55:33.184Z Downloaded packed_struct v0.10.1
9602026-03-19T03:55:33.188Z Downloaded itertools v0.13.0
9612026-03-19T03:55:33.193Z Downloaded proc-macro-crate v1.3.1
9622026-03-19T03:55:33.196Z Downloaded num_enum v0.5.11
9632026-03-19T03:55:33.200Z Downloaded hickory-proto v0.25.2
9642026-03-19T03:55:33.211Z Downloaded oso-derive v0.27.3
9652026-03-19T03:55:33.215Z Downloaded openssl-sys v0.9.111
9662026-03-19T03:55:33.215Z Downloaded parse-display v0.10.0
9672026-03-19T03:55:33.219Z Downloaded packed_struct_codegen v0.10.1
9682026-03-19T03:55:33.223Z Downloaded nom v7.1.3
9692026-03-19T03:55:33.230Z Downloaded prettyplease v0.2.37
9702026-03-19T03:55:33.235Z Downloaded resolv-conf v0.7.6
9712026-03-19T03:55:33.238Z Downloaded rand_core v0.9.5
9722026-03-19T03:55:33.238Z Downloaded russh-keys v0.45.0
9732026-03-19T03:55:33.243Z Downloaded progenitor v0.10.0
9742026-03-19T03:55:33.246Z Downloaded parking_lot v0.12.5
9752026-03-19T03:55:33.247Z Downloaded seq-macro v0.3.6
9762026-03-19T03:55:33.247Z Downloaded sapling-renderdag v0.1.0
9772026-03-19T03:55:33.250Z Downloaded parse-size v1.1.0
9782026-03-19T03:55:33.250Z Downloaded parking_lot_core v0.8.6
9792026-03-19T03:55:33.254Z Downloaded serde_derive_internals v0.29.1
9802026-03-19T03:55:33.258Z Downloaded sct v0.7.1
9812026-03-19T03:55:33.261Z Downloaded phf_shared v0.11.3
9822026-03-19T03:55:33.261Z Downloaded itertools v0.12.1
9832026-03-19T03:55:33.267Z Downloaded rand v0.9.2
9842026-03-19T03:55:33.271Z Downloaded pbkdf2 v0.11.0
9852026-03-19T03:55:33.271Z Downloaded pbkdf2 v0.12.2
9862026-03-19T03:55:33.274Z Downloaded quick-error v1.2.3
9872026-03-19T03:55:33.274Z Downloaded rpassword v7.4.0
9882026-03-19T03:55:33.279Z Downloaded psl-types v2.0.11
9892026-03-19T03:55:33.279Z Downloaded progenitor-client v0.13.0
9902026-03-19T03:55:33.279Z Downloaded progenitor-client v0.11.2
9912026-03-19T03:55:33.279Z Downloaded pretty_assertions v1.4.1
9922026-03-19T03:55:33.283Z Downloaded peg-macros v0.8.5
9932026-03-19T03:55:33.283Z Downloaded rayon v1.11.0
9942026-03-19T03:55:33.291Z Downloaded libm v0.2.16
9952026-03-19T03:55:33.301Z Downloaded reedline v0.40.0
9962026-03-19T03:55:33.308Z Downloaded regex-syntax v0.6.29
9972026-03-19T03:55:33.314Z Downloaded slog-term v2.9.2
9982026-03-19T03:55:33.317Z Downloaded pem v3.0.6
9992026-03-19T03:55:33.317Z Downloaded predicates-core v1.0.10
10002026-03-19T03:55:33.317Z Downloaded precomputed-hash v0.1.1
10012026-03-19T03:55:33.320Z Downloaded pin-project-lite v0.2.17
10022026-03-19T03:55:33.325Z Downloaded phf v0.13.1
10032026-03-19T03:55:33.330Z Downloaded phf v0.12.1
10042026-03-19T03:55:33.333Z Downloaded paste v1.0.15
10052026-03-19T03:55:33.343Z Downloaded signal-hook-registry v1.4.8
10062026-03-19T03:55:33.348Z Downloaded num-rational v0.4.2
10072026-03-19T03:55:33.355Z Downloaded scrypt v0.11.0
10082026-03-19T03:55:33.355Z Downloaded serde-big-array v0.5.1
10092026-03-19T03:55:33.355Z Downloaded rustc_version v0.1.7
10102026-03-19T03:55:33.360Z Downloaded progenitor-macro v0.10.0
10112026-03-19T03:55:33.360Z Downloaded progenitor-impl v0.11.2
10122026-03-19T03:55:33.360Z Downloaded secrecy v0.8.0
10132026-03-19T03:55:33.360Z Downloaded sha1 v0.10.6
10142026-03-19T03:55:33.360Z Downloaded serde_spanned v1.0.4
10152026-03-19T03:55:33.363Z Downloaded progenitor-impl v0.10.0
10162026-03-19T03:55:33.364Z Downloaded signature v2.2.0
10172026-03-19T03:55:33.364Z Downloaded signal-hook-tokio v0.3.1
10182026-03-19T03:55:33.367Z Downloaded proc-macro-error-attr2 v2.0.0
10192026-03-19T03:55:33.367Z Downloaded recursive v0.1.1
10202026-03-19T03:55:33.367Z Downloaded serde_path_to_error v0.1.20
10212026-03-19T03:55:33.370Z Downloaded predicates v3.1.4
10222026-03-19T03:55:33.373Z Downloaded scheduled-thread-pool v0.2.7
10232026-03-19T03:55:33.373Z Downloaded russh-cryptovec v0.7.3
10242026-03-19T03:55:33.373Z Downloaded ref-cast-impl v1.0.25
10252026-03-19T03:55:33.376Z Downloaded primeorder v0.13.6
10262026-03-19T03:55:33.376Z Downloaded sigpipe v0.1.3
10272026-03-19T03:55:33.379Z Downloaded signal-hook-mio v0.2.5
10282026-03-19T03:55:33.379Z Downloaded schemars_derive v0.8.22
10292026-03-19T03:55:33.379Z Downloaded scroll v0.13.0
10302026-03-19T03:55:33.382Z Downloaded progenitor-macro v0.13.0
10312026-03-19T03:55:33.386Z Downloaded sha3 v0.10.8
10322026-03-19T03:55:33.390Z Downloaded rfc6979 v0.4.0
10332026-03-19T03:55:33.390Z Downloaded progenitor-impl v0.13.0
10342026-03-19T03:55:33.390Z Downloaded rand_chacha v0.3.1
10352026-03-19T03:55:33.393Z Downloaded recursive-proc-macro-impl v0.1.1
10362026-03-19T03:55:33.393Z Downloaded serde_cbor v0.11.2
10372026-03-19T03:55:33.396Z Downloaded siphasher v1.0.2
10382026-03-19T03:55:33.400Z Downloaded serde_bytes v0.11.19
10392026-03-19T03:55:33.401Z Downloaded rustc_version v0.4.1
10402026-03-19T03:55:33.403Z Downloaded salsa20 v0.10.2
10412026-03-19T03:55:33.404Z Downloaded progenitor v0.13.0
10422026-03-19T03:55:33.407Z Downloaded postgres-types v0.2.12
10432026-03-19T03:55:33.410Z Downloaded secrecy v0.10.3
10442026-03-19T03:55:33.414Z Downloaded slog-json v2.6.1
10452026-03-19T03:55:33.417Z Downloaded schemars v0.9.0
10462026-03-19T03:55:33.426Z Downloaded sqlformat v0.3.5
10472026-03-19T03:55:33.429Z Downloaded oso v0.27.3
10482026-03-19T03:55:33.433Z Downloaded semver v0.1.20
10492026-03-19T03:55:33.433Z Downloaded ryu v1.0.23
10502026-03-19T03:55:33.436Z Downloaded spki v0.7.3
10512026-03-19T03:55:33.439Z Downloaded serde_repr v0.1.20
10522026-03-19T03:55:33.439Z Downloaded pkcs5 v0.7.1
10532026-03-19T03:55:33.442Z Downloaded slog-stdlog v4.1.1
10542026-03-19T03:55:33.445Z Downloaded quinn-udp v0.5.14
10552026-03-19T03:55:33.445Z Downloaded slog-dtrace v0.3.0
10562026-03-19T03:55:33.448Z Downloaded rustls-pemfile v2.2.0
10572026-03-19T03:55:33.448Z Downloaded rustls-pki-types v1.14.0
10582026-03-19T03:55:33.451Z Downloaded publicsuffix v2.3.0
10592026-03-19T03:55:33.454Z Downloaded lalrpop v0.19.12
10602026-03-19T03:55:33.461Z Downloaded subtle v2.6.1
10612026-03-19T03:55:33.464Z Downloaded strum v0.26.3
10622026-03-19T03:55:33.464Z Downloaded similar v2.7.0
10632026-03-19T03:55:33.467Z Downloaded rand_core v0.10.0
10642026-03-19T03:55:33.467Z Downloaded prefix-trie v0.7.0
10652026-03-19T03:55:33.471Z Downloaded thiserror-no-std v2.0.2
10662026-03-19T03:55:33.474Z Downloaded tap v1.0.1
10672026-03-19T03:55:33.474Z Downloaded stringprep v0.1.5
10682026-03-19T03:55:33.477Z Downloaded string_cache v0.8.9
10692026-03-19T03:55:33.477Z Downloaded static_assertions v1.1.0
10702026-03-19T03:55:33.480Z Downloaded schemars v0.8.22
10712026-03-19T03:55:33.487Z Downloaded tagptr v0.2.0
10722026-03-19T03:55:33.490Z Downloaded slog v2.8.2
10732026-03-19T03:55:33.495Z Downloaded serde_with_macros v3.17.0
10742026-03-19T03:55:33.495Z Downloaded tabled_derive v0.11.0
10752026-03-19T03:55:33.498Z Downloaded strum_macros v0.27.2
10762026-03-19T03:55:33.498Z Downloaded rustls-platform-verifier v0.6.2
10772026-03-19T03:55:33.501Z Downloaded strum_macros v0.26.4
10782026-03-19T03:55:33.504Z Downloaded strum_macros v0.24.3
10792026-03-19T03:55:33.504Z Downloaded snafu-derive v0.8.9
10802026-03-19T03:55:33.507Z Downloaded rustls-native-certs v0.8.3
10812026-03-19T03:55:33.507Z Downloaded samael v0.0.19
10822026-03-19T03:55:33.511Z Downloaded thread-id v5.1.0
10832026-03-19T03:55:33.514Z Downloaded socket2 v0.5.10
10842026-03-19T03:55:33.515Z Downloaded rand_xorshift v0.4.0
10852026-03-19T03:55:33.518Z Downloaded progenitor v0.11.2
10862026-03-19T03:55:33.518Z Downloaded pin-project v1.1.11
10872026-03-19T03:55:33.525Z Downloaded testing_table v0.3.0
10882026-03-19T03:55:33.528Z Downloaded term v0.7.0
10892026-03-19T03:55:33.531Z Downloaded rustls-pemfile v1.0.4
10902026-03-19T03:55:33.531Z Downloaded support-bundle-viewer v0.1.2
10912026-03-19T03:55:33.534Z Downloaded rayon-core v1.13.0
10922026-03-19T03:55:33.537Z Downloaded num_enum_derive v0.7.5
10932026-03-19T03:55:33.537Z Downloaded radium v0.7.0
10942026-03-19T03:55:33.537Z Downloaded nix v0.29.0
10952026-03-19T03:55:33.547Z Downloaded shell-words v1.1.1
10962026-03-19T03:55:33.551Z Downloaded rtoolbox v0.0.3
10972026-03-19T03:55:33.554Z Downloaded moka v0.12.13
10982026-03-19T03:55:33.559Z Downloaded rustls-webpki v0.101.7
10992026-03-19T03:55:33.569Z Downloaded tokio-dtrace v0.1.1
11002026-03-19T03:55:33.573Z Downloaded termtree v0.5.1
11012026-03-19T03:55:33.573Z Downloaded ref-cast v1.0.25
11022026-03-19T03:55:33.577Z Downloaded scroll_derive v0.13.1
11032026-03-19T03:55:33.577Z Downloaded scopeguard v1.2.0
11042026-03-19T03:55:33.577Z Downloaded serde_plain v1.0.2
11052026-03-19T03:55:33.577Z Downloaded quinn v0.11.9
11062026-03-19T03:55:33.580Z Downloaded serde_with v3.17.0
11072026-03-19T03:55:33.589Z Downloaded tower-service v0.3.3
11082026-03-19T03:55:33.593Z Downloaded thiserror-impl-no-std v2.0.2
11092026-03-19T03:55:33.593Z Downloaded test-strategy v0.4.5
11102026-03-19T03:55:33.596Z Downloaded ssh-cipher v0.2.0
11112026-03-19T03:55:33.596Z Downloaded serde_urlencoded v0.7.1
11122026-03-19T03:55:33.599Z Downloaded signal-hook v0.3.18
11132026-03-19T03:55:33.602Z Downloaded rustc-hash v2.1.1
11142026-03-19T03:55:33.602Z Downloaded tls_codec v0.4.2
11152026-03-19T03:55:33.604Z Downloaded rusty-fork v0.3.1
11162026-03-19T03:55:33.605Z Downloaded trait-variant v0.1.2
11172026-03-19T03:55:33.605Z Downloaded p384 v0.13.1
11182026-03-19T03:55:33.610Z Downloaded portable-atomic v1.13.1
11192026-03-19T03:55:33.615Z Downloaded tokio-tungstenite v0.21.0
11202026-03-19T03:55:33.618Z Downloaded tokio-native-tls v0.3.1
11212026-03-19T03:55:33.621Z Downloaded unarray v0.1.4
11222026-03-19T03:55:33.621Z Downloaded qorb v0.4.1
11232026-03-19T03:55:33.624Z Downloaded slog-async v2.8.0
11242026-03-19T03:55:33.627Z Downloaded nix v0.27.1
11252026-03-19T03:55:33.633Z Downloaded stacker v0.1.23
11262026-03-19T03:55:33.636Z Downloaded rand v0.8.5
11272026-03-19T03:55:33.640Z Downloaded tower-layer v0.3.3
11282026-03-19T03:55:33.640Z Downloaded tabwriter v1.4.1
11292026-03-19T03:55:33.643Z Downloaded peg-runtime v0.8.5
11302026-03-19T03:55:33.643Z Downloaded topological-sort v0.2.2
11312026-03-19T03:55:33.644Z Downloaded rustversion v1.0.22
11322026-03-19T03:55:33.646Z Downloaded tiny-keccak v2.0.2
11332026-03-19T03:55:33.646Z Downloaded tar v0.4.44
11342026-03-19T03:55:33.652Z Downloaded tokio-rustls v0.26.4
11352026-03-19T03:55:33.656Z Downloaded term v1.2.1
11362026-03-19T03:55:33.656Z Downloaded reqwest v0.13.2
11372026-03-19T03:55:33.658Z Downloaded sec1 v0.7.3
11382026-03-19T03:55:33.659Z Downloaded pin-utils v0.1.0
11392026-03-19T03:55:33.661Z Downloaded tokio-tungstenite v0.23.1
11402026-03-19T03:55:33.661Z Downloaded smallvec v0.6.14
11412026-03-19T03:55:33.665Z Downloaded same-file v1.0.6
11422026-03-19T03:55:33.665Z Downloaded num-bigint-dig v0.8.6
11432026-03-19T03:55:33.668Z Downloaded toml_writer v1.0.6+spec-1.1.0
11442026-03-19T03:55:33.674Z Downloaded tinyvec_macros v0.1.1
11452026-03-19T03:55:33.674Z Downloaded time-macros v0.2.27
11462026-03-19T03:55:33.674Z Downloaded hickory-proto v0.24.4
11472026-03-19T03:55:33.682Z Downloaded unit-prefix v0.5.2
11482026-03-19T03:55:33.685Z Downloaded ssh-key v0.6.7
11492026-03-19T03:55:33.689Z Downloaded want v0.3.1
11502026-03-19T03:55:33.692Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-03-19T03:55:33.692Z Downloaded r2d2 v0.8.10
11522026-03-19T03:55:33.695Z Downloaded rcgen v0.12.1
11532026-03-19T03:55:33.696Z Downloaded typify-macro v0.6.1
11542026-03-19T03:55:33.696Z Downloaded shlex v1.3.0
11552026-03-19T03:55:33.698Z Downloaded unicase v2.9.0
11562026-03-19T03:55:33.699Z Downloaded toml v0.7.8
11572026-03-19T03:55:33.701Z Downloaded smf v0.2.3
11582026-03-19T03:55:33.701Z Downloaded ron v0.8.1
11592026-03-19T03:55:33.705Z Downloaded waitgroup v0.1.2
11602026-03-19T03:55:33.708Z Downloaded twox-hash v2.1.2
11612026-03-19T03:55:33.708Z Downloaded phf_shared v0.13.1
11622026-03-19T03:55:33.711Z Downloaded utf-8 v0.7.6
11632026-03-19T03:55:33.711Z Downloaded tinyvec v1.10.0
11642026-03-19T03:55:33.714Z Downloaded serde-hex v0.1.0
11652026-03-19T03:55:33.714Z Downloaded rand_seeder v0.4.0
11662026-03-19T03:55:33.717Z Downloaded typify v0.6.1
11672026-03-19T03:55:33.720Z Downloaded walkdir v2.5.0
11682026-03-19T03:55:33.720Z Downloaded toml v0.9.12+spec-1.1.0
11692026-03-19T03:55:33.723Z Downloaded serde_yaml v0.9.34+deprecated
11702026-03-19T03:55:33.726Z Downloaded radix_trie v0.2.1
11712026-03-19T03:55:33.730Z Downloaded typify-macro v0.4.3
11722026-03-19T03:55:33.733Z Downloaded rand_core v0.6.4
11732026-03-19T03:55:33.733Z Downloaded pin-project-internal v1.1.11
11742026-03-19T03:55:33.738Z Downloaded tungstenite v0.23.0
11752026-03-19T03:55:33.741Z Downloaded rand_chacha v0.9.0
11762026-03-19T03:55:33.741Z Downloaded omicron-zone-package v0.12.2
11772026-03-19T03:55:33.741Z Downloaded sqlparser_derive v0.5.0
11782026-03-19T03:55:33.741Z Downloaded nix v0.28.0
11792026-03-19T03:55:33.749Z Downloaded slog-bunyan v2.5.0
11802026-03-19T03:55:33.752Z Downloaded rustls-webpki v0.103.9
11812026-03-19T03:55:33.756Z Downloaded rand v0.10.0
11822026-03-19T03:55:33.758Z Downloaded rsa v0.9.10
11832026-03-19T03:55:33.762Z Downloaded tokio-postgres v0.7.16
11842026-03-19T03:55:33.765Z Downloaded usdt-impl v0.6.0
11852026-03-19T03:55:33.768Z Downloaded snafu v0.8.9
11862026-03-19T03:55:33.770Z Downloaded schemars v1.2.1
11872026-03-19T03:55:33.780Z Downloaded xshell-macros v0.2.7
11882026-03-19T03:55:33.783Z Downloaded vergen-git2 v1.0.7
11892026-03-19T03:55:33.783Z Downloaded progenitor-extras v0.1.1
11902026-03-19T03:55:33.786Z Downloaded untrusted v0.7.1
11912026-03-19T03:55:33.786Z Downloaded proc-macro-error2 v2.0.1
11922026-03-19T03:55:33.789Z Downloaded postgres-protocol v0.6.10
11932026-03-19T03:55:33.789Z Downloaded unicode-bidi v0.3.18
11942026-03-19T03:55:33.792Z Downloaded strum v0.27.2
11952026-03-19T03:55:33.792Z Downloaded structmeta v0.3.0
11962026-03-19T03:55:33.792Z Downloaded tui-tree-widget v0.23.1
11972026-03-19T03:55:33.795Z Downloaded slog-envlogger v2.2.0
11982026-03-19T03:55:33.795Z Downloaded structmeta-derive v0.3.0
11992026-03-19T03:55:33.798Z Downloaded postcard v1.1.3
12002026-03-19T03:55:33.798Z Downloaded strip-ansi-escapes v0.2.1
12012026-03-19T03:55:33.802Z Downloaded slog-scope v4.4.1
12022026-03-19T03:55:33.802Z Downloaded progenitor-client v0.10.0
12032026-03-19T03:55:33.802Z Downloaded pkg-config v0.3.32
12042026-03-19T03:55:33.802Z Downloaded ppv-lite86 v0.2.21
12052026-03-19T03:55:33.805Z Downloaded simd-adler32 v0.3.8
12062026-03-19T03:55:33.805Z Downloaded psm v0.1.30
12072026-03-19T03:55:33.808Z Downloaded russh v0.45.0
12082026-03-19T03:55:33.811Z Downloaded xattr v1.6.1
12092026-03-19T03:55:33.814Z Downloaded rustyline v14.0.0
12102026-03-19T03:55:33.817Z Downloaded untrusted v0.9.0
12112026-03-19T03:55:33.821Z Downloaded proc-macro-crate v3.4.0
12122026-03-19T03:55:33.821Z Downloaded universal-hash v0.5.1
12132026-03-19T03:55:33.821Z Downloaded poly1305 v0.8.0
12142026-03-19T03:55:33.824Z Downloaded pem-rfc7468 v0.7.0
12152026-03-19T03:55:33.824Z Downloaded proptest v1.10.0
12162026-03-19T03:55:33.830Z Downloaded uzers v0.12.2
12172026-03-19T03:55:33.850Z Downloaded unicode_categories v0.1.1
12182026-03-19T03:55:33.856Z Downloaded zone_cfg_derive v0.3.1
12192026-03-19T03:55:33.859Z Downloaded vergen-lib v0.1.6
12202026-03-19T03:55:33.859Z Downloaded unsafe-libyaml v0.2.11
12212026-03-19T03:55:33.862Z Downloaded usdt-macro v0.6.0
12222026-03-19T03:55:33.862Z Downloaded reqwest v0.12.28
12232026-03-19T03:55:33.867Z Downloaded tokio-rustls v0.25.0
12242026-03-19T03:55:33.870Z Downloaded sync-ptr v0.1.4
12252026-03-19T03:55:33.875Z Downloaded spin v0.9.8
12262026-03-19T03:55:33.875Z Downloaded quick-xml v0.37.5
12272026-03-19T03:55:33.878Z Downloaded xshell v0.2.7
12282026-03-19T03:55:33.881Z Downloaded supports-color v3.0.2
12292026-03-19T03:55:33.881Z Downloaded petname v2.0.2
12302026-03-19T03:55:33.884Z Downloaded zone v0.3.1
12312026-03-19T03:55:33.888Z Downloaded regex v1.12.3
12322026-03-19T03:55:33.890Z Downloaded tracing-attributes v0.1.31
12332026-03-19T03:55:33.893Z Downloaded whoami v2.1.0
12342026-03-19T03:55:33.896Z Downloaded whoami v1.6.1
12352026-03-19T03:55:33.896Z Downloaded void v1.0.2
12362026-03-19T03:55:33.896Z Downloaded polar-core v0.27.3
12372026-03-19T03:55:33.901Z Downloaded usdt v0.6.0
12382026-03-19T03:55:33.904Z Downloaded vte v0.14.1
12392026-03-19T03:55:33.904Z Downloaded vergen v9.0.6
12402026-03-19T03:55:33.908Z Downloaded try-lock v0.2.5
12412026-03-19T03:55:33.908Z Downloaded time-core v0.1.8
12422026-03-19T03:55:33.908Z Downloaded socket2 v0.6.2
12432026-03-19T03:55:33.911Z Downloaded unicode-segmentation v1.12.0
12442026-03-19T03:55:33.914Z Downloaded zip v0.6.6
12452026-03-19T03:55:33.917Z Downloaded zeroize v1.8.2
12462026-03-19T03:55:33.917Z Downloaded unicode-normalization v0.1.25
12472026-03-19T03:55:33.920Z Downloaded thread_local v1.1.9
12482026-03-19T03:55:33.923Z Downloaded salty v0.3.0
12492026-03-19T03:55:33.926Z Downloaded bzip2-sys v0.1.13+1.0.8
12502026-03-19T03:55:33.933Z Downloaded zstd-safe v7.2.4
12512026-03-19T03:55:33.936Z Downloaded wait-timeout v0.2.1
12522026-03-19T03:55:33.936Z Downloaded vsss-rs v3.3.4
12532026-03-19T03:55:33.941Z Downloaded zstd v0.13.3
12542026-03-19T03:55:33.941Z Downloaded typed-path v0.9.3
12552026-03-19T03:55:33.944Z Downloaded tls_codec_derive v0.4.2
12562026-03-19T03:55:33.947Z Downloaded toml_parser v1.0.9+spec-1.1.0
12572026-03-19T03:55:33.950Z Downloaded termios v0.3.3
12582026-03-19T03:55:33.950Z Downloaded zeroize_derive v1.4.3
12592026-03-19T03:55:33.950Z Downloaded tower-http v0.6.8
12602026-03-19T03:55:33.955Z Downloaded p521 v0.13.3
12612026-03-19T03:55:33.958Z Downloaded yasna v0.5.2
12622026-03-19T03:55:33.961Z Downloaded tokio-stream v0.1.18
12632026-03-19T03:55:33.964Z Downloaded tokio-rustls v0.24.1
12642026-03-19T03:55:33.967Z Downloaded nix v0.31.1
12652026-03-19T03:55:33.975Z Downloaded xz2 v0.1.7
12662026-03-19T03:55:33.978Z Downloaded tower v0.5.3
12672026-03-19T03:55:33.981Z Downloaded toml_edit v0.19.15
12682026-03-19T03:55:33.994Z Downloaded uuid v1.21.0
12692026-03-19T03:55:33.998Z Downloaded unicode-properties v0.1.4
12702026-03-19T03:55:34.001Z Downloaded tracing-core v0.1.36
12712026-03-19T03:55:34.001Z Downloaded rustls-webpki v0.102.8
12722026-03-19T03:55:34.014Z Downloaded zerocopy v0.6.6
12732026-03-19T03:55:34.017Z Downloaded rustls v0.22.4
12742026-03-19T03:55:34.025Z Downloaded rustls v0.23.37
12752026-03-19T03:55:34.034Z Downloaded zip v4.6.1
12762026-03-19T03:55:34.039Z Downloaded zerocopy-derive v0.8.40
12772026-03-19T03:55:34.044Z Downloaded tough v0.20.0
12782026-03-19T03:55:34.050Z Downloaded yansi v1.0.1
12792026-03-19T03:55:34.053Z Downloaded object v0.37.3
12802026-03-19T03:55:34.060Z Downloaded x509-cert v0.2.5
12812026-03-19T03:55:34.064Z Downloaded chrono-tz v0.10.4
12822026-03-19T03:55:34.076Z Downloaded vcpkg v0.2.15
12832026-03-19T03:55:34.105Z Downloaded tokio-util v0.7.18
12842026-03-19T03:55:34.110Z Downloaded winnow v0.5.40
12852026-03-19T03:55:34.116Z Downloaded smoltcp v0.11.0
12862026-03-19T03:55:34.124Z Downloaded zlib-rs v0.6.2
12872026-03-19T03:55:34.128Z Downloaded quinn-proto v0.11.13
12882026-03-19T03:55:34.133Z Downloaded winnow v0.6.26
12892026-03-19T03:55:34.140Z Downloaded smoltcp v0.9.1
12902026-03-19T03:55:34.147Z Downloaded regex-syntax v0.8.10
12912026-03-19T03:55:34.154Z Downloaded openapiv3 v2.2.0
12922026-03-19T03:55:34.162Z Downloaded toml_edit v0.23.10+spec-1.0.0
12932026-03-19T03:55:34.165Z Downloaded subprocess v0.2.15
12942026-03-19T03:55:34.168Z Downloaded sqlparser v0.61.0
12952026-03-19T03:55:34.175Z Downloaded steno v0.4.1
12962026-03-19T03:55:34.179Z Downloaded tabled v0.20.0
12972026-03-19T03:55:34.193Z Downloaded time v0.3.47
12982026-03-19T03:55:34.203Z Downloaded zerocopy v0.8.40
12992026-03-19T03:55:34.210Z Downloaded rustix v0.38.44
13002026-03-19T03:55:34.226Z Downloaded ratatui v0.29.0
13012026-03-19T03:55:34.240Z Downloaded typify-impl v0.6.1
13022026-03-19T03:55:34.251Z Downloaded sled v0.34.7
13032026-03-19T03:55:34.258Z Downloaded tracing v0.1.44
13042026-03-19T03:55:34.271Z Downloaded libz-sys v1.1.24
13052026-03-19T03:55:34.323Z Downloaded jiff v0.2.21
13062026-03-19T03:55:34.329Z Downloaded petgraph v0.8.3
13072026-03-19T03:55:34.329Z Downloaded regex-automata v0.4.14
13082026-03-19T03:55:34.330Z Downloaded typify-impl v0.4.3
13092026-03-19T03:55:34.336Z Downloaded petgraph v0.6.5
13102026-03-19T03:55:34.349Z Downloaded zerocopy-derive v0.6.6
13112026-03-19T03:55:34.355Z Downloaded webpki-roots v1.0.6
13122026-03-19T03:55:34.359Z Downloaded lzma-sys v0.1.20
13132026-03-19T03:55:34.379Z Downloaded rustls v0.21.12
13142026-03-19T03:55:34.387Z Downloaded regress v0.10.5
13152026-03-19T03:55:34.393Z Downloaded vergen-gitcl v1.0.8
13162026-03-19T03:55:34.397Z Downloaded dirs-next v2.0.0
13172026-03-19T03:55:34.397Z Downloaded object v0.30.4
13182026-03-19T03:55:34.402Z Downloaded usdt-attr-macro v0.6.0
13192026-03-19T03:55:34.405Z Downloaded tokio-macros v2.6.0
13202026-03-19T03:55:34.405Z Downloaded tungstenite v0.21.0
13212026-03-19T03:55:34.408Z Downloaded sync_wrapper v1.0.2
13222026-03-19T03:55:34.408Z Downloaded slab v0.4.12
13232026-03-19T03:55:34.408Z Downloaded unicode-truncate v1.1.0
13242026-03-19T03:55:34.412Z Downloaded typify v0.4.3
13252026-03-19T03:55:34.412Z Downloaded pkcs1 v0.7.5
13262026-03-19T03:55:34.415Z Downloaded take_mut v0.2.2
13272026-03-19T03:55:34.415Z Downloaded ssh-encoding v0.2.0
13282026-03-19T03:55:34.418Z Downloaded predicates-tree v1.0.13
13292026-03-19T03:55:34.418Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-03-19T03:55:34.430Z Downloaded tokio v1.49.0
13312026-03-19T03:55:34.458Z Downloaded password-hash v0.4.2
13322026-03-19T03:55:34.461Z Downloaded ron v0.12.0
13332026-03-19T03:55:34.466Z Downloaded progenitor-macro v0.11.2
13342026-03-19T03:55:34.469Z Downloaded oxide-tokio-rt v0.1.3
13352026-03-19T03:55:34.470Z Downloaded parking_lot v0.11.2
13362026-03-19T03:55:34.470Z Downloaded openssl v0.10.75
13372026-03-19T03:55:34.475Z Downloaded darling_core v0.20.11
13382026-03-19T03:55:34.500Z Downloaded ring v0.17.14
13392026-03-19T03:55:34.530Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-19T03:55:34.630Z Downloaded fallible-iterator v0.2.0
13412026-03-19T03:55:34.930Z Downloaded zopfli v0.8.3
13422026-03-19T03:55:34.994Z Downloaded wyz v0.5.1
13432026-03-19T03:55:35.016Z Downloaded aws-lc-sys v0.37.1
13442026-03-19T03:55:35.353Z Compiling libc v0.2.180
13452026-03-19T03:55:35.353Z Compiling serde v1.0.228
13462026-03-19T03:55:35.356Z Compiling log v0.4.29
13472026-03-19T03:55:35.356Z Compiling find-msvc-tools v0.1.9
13482026-03-19T03:55:35.546Z Compiling shlex v1.3.0
13492026-03-19T03:55:35.552Z Compiling smallvec v1.15.1
13502026-03-19T03:55:35.561Z Compiling syn v2.0.117
13512026-03-19T03:55:35.578Z Compiling typenum v1.19.0
13522026-03-19T03:55:35.792Z Compiling generic-array v0.14.7
13532026-03-19T03:55:35.809Z Compiling subtle v2.6.1
13542026-03-19T03:55:35.838Z Compiling scopeguard v1.2.0
13552026-03-19T03:55:35.867Z Compiling portable-atomic v1.13.1
13562026-03-19T03:55:35.945Z Compiling lock_api v0.4.14
13572026-03-19T03:55:35.968Z Compiling const-oid v0.9.6
13582026-03-19T03:55:36.029Z Compiling critical-section v1.2.0
13592026-03-19T03:55:36.096Z Compiling zerocopy v0.8.40
13602026-03-19T03:55:36.179Z Compiling parking_lot_core v0.9.12
13612026-03-19T03:55:36.244Z Compiling pin-project-lite v0.2.17
13622026-03-19T03:55:36.359Z Compiling serde_json v1.0.149
13632026-03-19T03:55:36.519Z Compiling pkg-config v0.3.32
13642026-03-19T03:55:36.662Z Compiling bitflags v2.11.0
13652026-03-19T03:55:36.760Z Compiling getrandom v0.2.17
13662026-03-19T03:55:36.831Z Compiling jobserver v0.1.34
13672026-03-19T03:55:36.953Z Compiling rand_core v0.6.4
13682026-03-19T03:55:37.032Z Compiling errno v0.3.14
13692026-03-19T03:55:37.213Z Compiling cc v1.2.56
13702026-03-19T03:55:37.232Z Compiling once_cell v1.21.3
13712026-03-19T03:55:37.249Z Compiling signal-hook-registry v1.4.8
13722026-03-19T03:55:37.287Z Compiling parking_lot v0.12.5
13732026-03-19T03:55:37.320Z Compiling mio v1.1.1
13742026-03-19T03:55:37.412Z Compiling libm v0.2.16
13752026-03-19T03:55:37.486Z Compiling num-traits v0.2.19
13762026-03-19T03:55:37.587Z Compiling futures-core v0.3.32
13772026-03-19T03:55:37.769Z Compiling socket2 v0.6.2
13782026-03-19T03:55:37.787Z Compiling percent-encoding v2.3.2
13792026-03-19T03:55:37.930Z Compiling allocator-api2 v0.2.21
13802026-03-19T03:55:37.949Z Compiling futures-sink v0.3.32
13812026-03-19T03:55:38.027Z Compiling cpufeatures v0.2.17
13822026-03-19T03:55:38.082Z Compiling foldhash v0.2.0
13832026-03-19T03:55:38.120Z Compiling futures-channel v0.3.32
13842026-03-19T03:55:38.183Z Compiling futures-task v0.3.32
13852026-03-19T03:55:38.316Z Compiling hashbrown v0.16.1
13862026-03-19T03:55:38.337Z Compiling slab v0.4.12
13872026-03-19T03:55:38.355Z Compiling futures-io v0.3.32
13882026-03-19T03:55:38.396Z Compiling getrandom v0.4.1
13892026-03-19T03:55:38.414Z Compiling getrandom v0.3.4
13902026-03-19T03:55:38.542Z Compiling rand_core v0.10.0
13912026-03-19T03:55:38.560Z Compiling rustversion v1.0.22
13922026-03-19T03:55:38.755Z Compiling cmake v0.1.57
13932026-03-19T03:55:39.166Z Compiling indexmap v2.13.0
13942026-03-19T03:55:39.316Z Compiling form_urlencoded v1.2.2
13952026-03-19T03:55:39.405Z Compiling base64ct v1.8.3
13962026-03-19T03:55:39.494Z Compiling dunce v1.0.5
13972026-03-19T03:55:39.541Z Compiling fs_extra v1.3.0
13982026-03-19T03:55:39.615Z Compiling synstructure v0.13.2
13992026-03-19T03:55:39.724Z Compiling ident_case v1.0.1
14002026-03-19T03:55:39.790Z Compiling pem-rfc7468 v0.7.0
14012026-03-19T03:55:39.880Z Compiling flagset v0.4.7
14022026-03-19T03:55:39.898Z Compiling aws-lc-sys v0.37.1
14032026-03-19T03:55:39.966Z Compiling rand_core v0.9.5
14042026-03-19T03:55:40.042Z Compiling iana-time-zone v0.1.65
14052026-03-19T03:55:40.058Z Compiling rustix v1.1.3
14062026-03-19T03:55:40.083Z Compiling ring v0.17.14
14072026-03-19T03:55:40.198Z Compiling uuid v1.21.0
14082026-03-19T03:55:40.297Z Compiling rustc_version v0.4.1
14092026-03-19T03:55:40.319Z Compiling aws-lc-rs v1.16.0
14102026-03-19T03:55:40.457Z Compiling regex-syntax v0.8.10
14112026-03-19T03:55:40.686Z Compiling vcpkg v0.2.15
14122026-03-19T03:55:40.725Z Compiling tracing-core v0.1.36
14132026-03-19T03:55:41.108Z Compiling crossbeam-utils v0.8.21
14142026-03-19T03:55:41.492Z Compiling pest_generator v2.8.6
14152026-03-19T03:55:41.514Z Compiling serde_derive_internals v0.29.1
14162026-03-19T03:55:41.702Z Compiling openssl-sys v0.9.111
14172026-03-19T03:55:42.236Z Compiling serde_derive v1.0.228
14182026-03-19T03:55:42.357Z Compiling zeroize_derive v1.4.3
14192026-03-19T03:55:42.419Z Compiling zerofrom-derive v0.1.6
14202026-03-19T03:55:42.459Z Compiling yoke-derive v0.8.1
14212026-03-19T03:55:42.741Z Compiling zerocopy-derive v0.8.40
14222026-03-19T03:55:43.206Z Compiling zeroize v1.8.2
14232026-03-19T03:55:43.684Z Compiling zerovec-derive v0.11.2
14242026-03-19T03:55:44.014Z Compiling displaydoc v0.2.5
14252026-03-19T03:55:44.256Z Compiling crypto-common v0.1.7
14262026-03-19T03:55:44.330Z Compiling zerofrom v0.1.6
14272026-03-19T03:55:44.437Z Compiling block-buffer v0.10.4
14282026-03-19T03:55:44.487Z Compiling yoke v0.8.1
14292026-03-19T03:55:44.650Z Compiling digest v0.10.7
14302026-03-19T03:55:44.725Z Compiling tokio-macros v2.6.0
14312026-03-19T03:55:44.897Z Compiling futures-macro v0.3.32
14322026-03-19T03:55:44.966Z Compiling hmac v0.12.1
14332026-03-19T03:55:44.988Z Compiling zerotrie v0.2.3
14342026-03-19T03:55:45.166Z Compiling block-padding v0.3.3
14352026-03-19T03:55:45.203Z Compiling zerovec v0.11.5
14362026-03-19T03:55:45.370Z Compiling inout v0.1.4
14372026-03-19T03:55:45.388Z Compiling sha2 v0.10.9
14382026-03-19T03:55:45.583Z Compiling cipher v0.4.4
14392026-03-19T03:55:45.674Z Compiling der_derive v0.7.3
14402026-03-19T03:55:45.894Z Compiling tinystr v0.8.2
14412026-03-19T03:55:45.921Z Compiling potential_utf v0.1.4
14422026-03-19T03:55:45.945Z Compiling futures-util v0.3.32
14432026-03-19T03:55:46.129Z Compiling icu_locale_core v2.1.1
14442026-03-19T03:55:46.159Z Compiling icu_collections v2.1.1
14452026-03-19T03:55:46.794Z Compiling salsa20 v0.10.2
14462026-03-19T03:55:46.974Z Compiling bytes v1.11.1
14472026-03-19T03:55:46.978Z Compiling icu_provider v2.1.1
14482026-03-19T03:55:47.008Z Compiling der v0.7.10
14492026-03-19T03:55:47.233Z Compiling chrono v0.4.44
14502026-03-19T03:55:47.344Z Compiling icu_properties v2.1.2
14512026-03-19T03:55:47.362Z Compiling icu_normalizer v2.1.1
14522026-03-19T03:55:47.796Z Compiling tokio v1.49.0
14532026-03-19T03:55:48.052Z Compiling http v1.4.0
14542026-03-19T03:55:48.630Z Compiling idna_adapter v1.2.1
14552026-03-19T03:55:48.851Z Compiling ppv-lite86 v0.2.21
14562026-03-19T03:55:48.876Z Compiling idna v1.1.0
14572026-03-19T03:55:49.020Z Compiling spki v0.7.3
14582026-03-19T03:55:49.069Z Compiling pbkdf2 v0.12.2
14592026-03-19T03:55:49.146Z Compiling thiserror-impl v2.0.18
14602026-03-19T03:55:49.208Z Compiling scrypt v0.11.0
14612026-03-19T03:55:49.272Z Compiling url v2.5.8
14622026-03-19T03:55:49.299Z Compiling rand_chacha v0.9.0
14632026-03-19T03:55:49.367Z Compiling cbc v0.1.2
14642026-03-19T03:55:49.532Z Compiling aes v0.8.4
14652026-03-19T03:55:49.551Z Compiling rustls-pki-types v1.14.0
14662026-03-19T03:55:49.760Z Compiling tracing-attributes v0.1.31
14672026-03-19T03:55:50.162Z Compiling pkcs5 v0.7.1
14682026-03-19T03:55:50.182Z Compiling rand v0.9.2
14692026-03-19T03:55:50.316Z Compiling http-body v1.0.1
14702026-03-19T03:55:50.573Z Compiling untrusted v0.7.1
14712026-03-19T03:55:50.724Z Compiling httparse v1.10.1
14722026-03-19T03:55:50.779Z Compiling openssl-probe v0.2.1
14732026-03-19T03:55:50.917Z Compiling thiserror v2.0.18
14742026-03-19T03:55:50.935Z Compiling base64 v0.22.1
14752026-03-19T03:55:50.999Z Compiling untrusted v0.9.0
14762026-03-19T03:55:51.046Z Compiling syn v1.0.109
14772026-03-19T03:55:51.148Z Compiling schemars v0.8.22
14782026-03-19T03:55:51.221Z Compiling pkcs8 v0.10.2
14792026-03-19T03:55:51.350Z Compiling schemars_derive v0.8.22
14802026-03-19T03:55:51.413Z Compiling pest_derive v2.8.6
14812026-03-19T03:55:51.487Z Compiling scroll_derive v0.13.1
14822026-03-19T03:55:51.540Z Compiling tracing v0.1.44
14832026-03-19T03:55:51.886Z Compiling darling_core v0.20.11
14842026-03-19T03:55:51.932Z Compiling tinyvec_macros v0.1.1
14852026-03-19T03:55:52.019Z Compiling rustls v0.23.37
14862026-03-19T03:55:52.230Z Compiling dyn-clone v1.0.20
14872026-03-19T03:55:52.270Z Compiling try-lock v0.2.5
14882026-03-19T03:55:52.400Z Compiling tower-service v0.3.3
14892026-03-19T03:55:52.404Z Compiling atomic-waker v1.1.2
14902026-03-19T03:55:52.519Z Compiling tower-layer v0.3.3
14912026-03-19T03:55:52.537Z Compiling scroll v0.13.0
14922026-03-19T03:55:52.569Z Compiling want v0.3.1
14932026-03-19T03:55:52.722Z Compiling tinyvec v1.10.0
14942026-03-19T03:55:52.877Z Compiling tokio-util v0.7.18
14952026-03-19T03:55:53.558Z Compiling ipnet v2.11.0
14962026-03-19T03:55:53.614Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-19T03:55:54.151Z Compiling h2 v0.4.13
14982026-03-19T03:55:54.234Z Compiling spin v0.9.8
14992026-03-19T03:55:54.309Z Compiling aho-corasick v1.1.4
15002026-03-19T03:55:54.506Z Compiling httpdate v1.0.3
15012026-03-19T03:55:54.794Z Compiling foreign-types-shared v0.1.1
15022026-03-19T03:55:54.834Z Compiling crc32fast v1.5.0
15032026-03-19T03:55:54.905Z Compiling num-conv v0.2.0
15042026-03-19T03:55:55.075Z Compiling time-core v0.1.8
15052026-03-19T03:55:55.161Z Compiling darling_macro v0.20.11
15062026-03-19T03:55:55.179Z Compiling pin-utils v0.1.0
15072026-03-19T03:55:55.262Z Compiling powerfmt v0.2.0
15082026-03-19T03:55:55.283Z Compiling openssl v0.10.75
15092026-03-19T03:55:55.522Z Compiling deranged v0.5.8
15102026-03-19T03:55:55.586Z Compiling regex-automata v0.4.14
15112026-03-19T03:55:55.704Z Compiling time-macros v0.2.27
15122026-03-19T03:55:55.753Z Compiling darling v0.20.11
15132026-03-19T03:55:55.914Z Compiling tempfile v3.25.0
15142026-03-19T03:55:56.400Z Compiling foreign-types v0.3.2
15152026-03-19T03:55:56.643Z Compiling goblin v0.10.5
15162026-03-19T03:55:57.152Z Compiling thiserror-impl v1.0.69
15172026-03-19T03:55:57.538Z Compiling openssl-macros v0.1.1
15182026-03-19T03:55:58.030Z Compiling wait-timeout v0.2.1
15192026-03-19T03:55:58.370Z Compiling hyper v1.8.1
15202026-03-19T03:55:58.439Z Compiling either v1.15.0
15212026-03-19T03:55:58.729Z Compiling simd-adler32 v0.3.8
15222026-03-19T03:55:58.839Z Compiling siphasher v1.0.2
15232026-03-19T03:55:59.052Z Compiling num_threads v0.1.7
15242026-03-19T03:55:59.087Z Compiling usdt-impl v0.6.0
15252026-03-19T03:55:59.170Z Compiling quick-error v1.2.3
15262026-03-19T03:55:59.310Z Compiling native-tls v0.2.18
15272026-03-19T03:55:59.343Z Compiling bit-vec v0.8.0
15282026-03-19T03:55:59.517Z Compiling rusty-fork v0.3.1
15292026-03-19T03:55:59.582Z Compiling time v0.3.47
15302026-03-19T03:55:59.648Z Compiling bit-set v0.8.0
15312026-03-19T03:55:59.851Z Compiling hyper-util v0.1.20
15322026-03-19T03:55:59.933Z Compiling thiserror v1.0.69
15332026-03-19T03:56:00.529Z Compiling dof v0.4.0
15342026-03-19T03:56:01.533Z Compiling derive_builder_core v0.20.2
15352026-03-19T03:56:01.739Z Compiling unicode-normalization v0.1.25
15362026-03-19T03:56:02.127Z Compiling crossbeam-epoch v0.9.18
15372026-03-19T03:56:02.146Z Compiling dtrace-parser v0.3.0
15382026-03-19T03:56:02.329Z Compiling rustls-native-certs v0.8.3
15392026-03-19T03:56:02.555Z Compiling signature v2.2.0
15402026-03-19T03:56:02.622Z Compiling scroll_derive v0.12.1
15412026-03-19T03:56:02.697Z Compiling heapless v0.7.17
15422026-03-19T03:56:02.715Z Compiling rand_xorshift v0.4.0
15432026-03-19T03:56:02.767Z Compiling slog v2.8.2
15442026-03-19T03:56:02.912Z Compiling darling_core v0.21.3
15452026-03-19T03:56:02.991Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-19T03:56:02.996Z Compiling sync_wrapper v1.0.2
15472026-03-19T03:56:03.142Z Compiling thread-id v5.1.0
15482026-03-19T03:56:03.176Z Compiling cookie v0.18.1
15492026-03-19T03:56:03.241Z Compiling paste v1.0.15
15502026-03-19T03:56:03.332Z Compiling adler2 v2.0.1
15512026-03-19T03:56:03.405Z Compiling anyhow v1.0.102
15522026-03-19T03:56:03.469Z Compiling unicode-properties v0.1.4
15532026-03-19T03:56:03.493Z Compiling unicode-bidi v0.3.18
15542026-03-19T03:56:03.583Z Compiling signal-hook v0.3.18
15552026-03-19T03:56:03.765Z Compiling zstd-safe v7.2.4
15562026-03-19T03:56:03.822Z Compiling rayon-core v1.13.0
15572026-03-19T03:56:03.840Z Compiling unicode-segmentation v1.12.0
15582026-03-19T03:56:04.007Z Compiling unarray v0.1.4
15592026-03-19T03:56:04.067Z Compiling stringprep v0.1.5
15602026-03-19T03:56:04.155Z Compiling proptest v1.10.0
15612026-03-19T03:56:04.334Z Compiling scroll v0.12.0
15622026-03-19T03:56:04.346Z Compiling miniz_oxide v0.8.9
15632026-03-19T03:56:04.683Z Compiling tower v0.5.3
15642026-03-19T03:56:05.155Z Compiling derive_builder_macro v0.20.2
15652026-03-19T03:56:05.181Z Compiling crossbeam-deque v0.8.6
15662026-03-19T03:56:05.300Z Compiling ipnetwork v0.21.1
15672026-03-19T03:56:05.345Z Compiling http-body-util v0.1.3
15682026-03-19T03:56:05.413Z Compiling webpki-roots v1.0.6
15692026-03-19T03:56:05.431Z Compiling rand_chacha v0.3.1
15702026-03-19T03:56:05.563Z Compiling toml_datetime v0.6.11
15712026-03-19T03:56:05.653Z Compiling serde_tokenstream v0.2.3
15722026-03-19T03:56:05.723Z Compiling erased-serde v0.3.31
15732026-03-19T03:56:05.809Z Compiling serde_spanned v0.6.9
15742026-03-19T03:56:05.897Z Compiling md-5 v0.10.6
15752026-03-19T03:56:05.987Z Compiling zerocopy-derive v0.7.35
15762026-03-19T03:56:06.055Z Compiling curve25519-dalek v4.1.3
15772026-03-19T03:56:06.097Z Compiling vergen-lib v0.1.6
15782026-03-19T03:56:06.317Z Compiling num-integer v0.1.46
15792026-03-19T03:56:06.437Z Compiling hash32 v0.2.1
15802026-03-19T03:56:06.456Z Compiling ff v0.13.1
15812026-03-19T03:56:06.474Z Compiling memoffset v0.9.1
15822026-03-19T03:56:06.539Z Compiling darling_macro v0.21.3
15832026-03-19T03:56:06.623Z Compiling ryu v1.0.23
15842026-03-19T03:56:06.682Z Compiling base16ct v0.2.0
15852026-03-19T03:56:06.707Z Compiling iri-string v0.7.10
15862026-03-19T03:56:06.740Z Compiling rustix v0.38.44
15872026-03-19T03:56:06.849Z Compiling num-bigint-dig v0.8.6
15882026-03-19T03:56:06.911Z Compiling psl-types v2.0.11
15892026-03-19T03:56:07.070Z Compiling smoltcp v0.9.1
15902026-03-19T03:56:07.089Z Compiling ref-cast v1.0.25
15912026-03-19T03:56:07.133Z Compiling zlib-rs v0.6.2
15922026-03-19T03:56:07.136Z Compiling litrs v1.0.0
15932026-03-19T03:56:07.178Z Compiling fallible-iterator v0.2.0
15942026-03-19T03:56:07.462Z Compiling cfg_aliases v0.2.1
15952026-03-19T03:56:07.554Z Compiling nix v0.31.1
15962026-03-19T03:56:07.571Z Compiling postgres-protocol v0.6.10
15972026-03-19T03:56:07.591Z Compiling newtype-uuid v1.3.2
15982026-03-19T03:56:07.822Z Compiling document-features v0.2.12
15992026-03-19T03:56:08.034Z Compiling zerocopy v0.7.35
16002026-03-19T03:56:08.125Z Compiling darling v0.21.3
16012026-03-19T03:56:08.254Z Compiling publicsuffix v2.3.0
16022026-03-19T03:56:08.290Z Compiling sec1 v0.7.3
16032026-03-19T03:56:08.466Z Compiling tower-http v0.6.8
16042026-03-19T03:56:08.646Z Compiling serde_urlencoded v0.7.1
16052026-03-19T03:56:08.866Z Compiling num-iter v0.1.45
16062026-03-19T03:56:08.869Z Compiling group v0.13.0
16072026-03-19T03:56:09.057Z Compiling derive_builder v0.20.2
16082026-03-19T03:56:09.074Z Compiling rand v0.8.5
16092026-03-19T03:56:09.100Z Compiling oxnet v0.1.4
16102026-03-19T03:56:09.532Z Compiling proc-macro-error v1.0.4
16112026-03-19T03:56:09.558Z Compiling tokio-native-tls v0.3.1
16122026-03-19T03:56:09.774Z Compiling goblin v0.8.2
16132026-03-19T03:56:10.375Z Compiling heck v0.4.1
16142026-03-19T03:56:10.559Z Compiling phf_shared v0.13.1
16152026-03-19T03:56:10.607Z Compiling regex v1.12.3
16162026-03-19T03:56:10.671Z Compiling hubpack_derive v0.1.1
16172026-03-19T03:56:10.731Z Compiling lazy_static v1.5.0
16182026-03-19T03:56:10.846Z Compiling cargo-platform v0.1.9
16192026-03-19T03:56:10.879Z Compiling hkdf v0.12.4
16202026-03-19T03:56:11.080Z Compiling crypto-bigint v0.5.5
16212026-03-19T03:56:11.167Z Compiling async-trait v0.1.89
16222026-03-19T03:56:11.186Z Compiling strum_macros v0.27.2
16232026-03-19T03:56:11.215Z Compiling daft-derive v0.1.5
16242026-03-19T03:56:11.786Z Compiling flate2 v1.1.9
16252026-03-19T03:56:12.163Z Compiling ref-cast-impl v1.0.25
16262026-03-19T03:56:12.337Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-19T03:56:12.611Z Compiling terminal_size v0.4.3
16282026-03-19T03:56:12.785Z Compiling vergen v9.0.6
16292026-03-19T03:56:12.848Z Compiling fs-err v3.3.0
16302026-03-19T03:56:13.009Z Compiling ahash v0.8.12
16312026-03-19T03:56:13.082Z Compiling bumpalo v3.20.2
16322026-03-19T03:56:13.168Z Compiling managed v0.8.0
16332026-03-19T03:56:13.258Z Compiling foldhash v0.1.5
16342026-03-19T03:56:13.404Z Compiling bitflags v1.3.2
16352026-03-19T03:56:13.458Z Compiling libbz2-rs-sys v0.2.2
16362026-03-19T03:56:13.473Z Compiling object v0.37.3
16372026-03-19T03:56:13.494Z Compiling winnow v0.5.40
16382026-03-19T03:56:13.862Z Compiling console v0.16.2
16392026-03-19T03:56:13.894Z Compiling strum v0.27.2
16402026-03-19T03:56:13.982Z Compiling clap_builder v4.5.60
16412026-03-19T03:56:14.055Z Compiling bzip2 v0.6.1
16422026-03-19T03:56:14.412Z Compiling hashbrown v0.15.5
16432026-03-19T03:56:14.613Z Compiling zopfli v0.8.3
16442026-03-19T03:56:15.286Z Compiling toml_edit v0.19.15
16452026-03-19T03:56:15.488Z Compiling dof v0.3.0
16462026-03-19T03:56:15.491Z Compiling elliptic-curve v0.13.8
16472026-03-19T03:56:15.596Z Compiling daft v0.1.5
16482026-03-19T03:56:15.951Z Compiling hubpack v0.1.2
16492026-03-19T03:56:16.029Z Compiling cargo_metadata v0.19.2
16502026-03-19T03:56:16.507Z Compiling phf v0.13.1
16512026-03-19T03:56:16.659Z Compiling zone_cfg_derive v0.3.1
16522026-03-19T03:56:17.467Z Compiling signal-hook-mio v0.2.5
16532026-03-19T03:56:17.611Z Compiling cookie_store v0.22.1
16542026-03-19T03:56:18.173Z Compiling zstd v0.13.3
16552026-03-19T03:56:18.258Z Compiling hyper-tls v0.6.0
16562026-03-19T03:56:18.359Z Compiling rayon v1.11.0
16572026-03-19T03:56:18.479Z Compiling bzip2 v0.4.4
16582026-03-19T03:56:18.571Z Compiling serde_with_macros v3.17.0
16592026-03-19T03:56:18.688Z Compiling postgres-types v0.2.12
16602026-03-19T03:56:18.786Z Compiling usdt-macro v0.6.0
16612026-03-19T03:56:19.080Z Compiling usdt-attr-macro v0.6.0
16622026-03-19T03:56:19.461Z Compiling ed25519 v2.2.3
16632026-03-19T03:56:19.742Z Compiling dtrace-parser v0.2.0
16642026-03-19T03:56:20.091Z Compiling phf_shared v0.11.3
16652026-03-19T03:56:20.096Z Compiling itertools v0.12.1
16662026-03-19T03:56:20.240Z Compiling bstr v1.12.1
16672026-03-19T03:56:20.342Z Compiling pkcs1 v0.7.5
16682026-03-19T03:56:20.588Z Compiling serde-big-array v0.5.1
16692026-03-19T03:56:20.769Z Compiling hex v0.4.3
16702026-03-19T03:56:20.790Z Compiling rfc6979 v0.4.0
16712026-03-19T03:56:20.816Z Compiling strum_macros v0.26.4
16722026-03-19T03:56:20.874Z Compiling serde_repr v0.1.20
16732026-03-19T03:56:20.941Z Compiling enum-as-inner v0.6.1
16742026-03-19T03:56:21.118Z Compiling clap_derive v4.5.55
16752026-03-19T03:56:21.137Z Compiling float-cmp v0.10.0
16762026-03-19T03:56:21.319Z Compiling memmap2 v0.9.10
16772026-03-19T03:56:21.551Z Compiling thread-id v4.2.2
16782026-03-19T03:56:21.598Z Compiling env_filter v1.0.0
16792026-03-19T03:56:21.602Z Compiling encoding_rs v0.8.35
16802026-03-19T03:56:21.656Z Compiling normalize-line-endings v0.3.0
16812026-03-19T03:56:21.770Z Compiling mime v0.3.17
16822026-03-19T03:56:21.786Z Compiling data-encoding v2.10.0
16832026-03-19T03:56:22.000Z Compiling fixedbitset v0.5.7
16842026-03-19T03:56:22.108Z Compiling new_debug_unreachable v1.0.6
16852026-03-19T03:56:22.200Z Compiling unit-prefix v0.5.2
16862026-03-19T03:56:22.385Z Compiling predicates-core v1.0.10
16872026-03-19T03:56:22.403Z Compiling precomputed-hash v0.1.1
16882026-03-19T03:56:22.514Z Compiling whoami v2.1.0
16892026-03-19T03:56:22.611Z Compiling keccak v0.1.6
16902026-03-19T03:56:22.743Z Compiling jiff v0.2.21
16912026-03-19T03:56:23.014Z Compiling difflib v0.4.0
16922026-03-19T03:56:23.222Z Compiling static_assertions v1.1.0
16932026-03-19T03:56:23.317Z Compiling fixedbitset v0.4.2
16942026-03-19T03:56:23.574Z Compiling rustc-hash v2.1.1
16952026-03-19T03:56:23.593Z Compiling clap v4.5.60
16962026-03-19T03:56:23.640Z Compiling petgraph v0.6.5
16972026-03-19T03:56:23.691Z Compiling iddqd v0.3.17
16982026-03-19T03:56:23.711Z Compiling predicates v3.1.4
16992026-03-19T03:56:23.729Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-19T03:56:23.779Z Compiling strum v0.26.3
17012026-03-19T03:56:23.786Z Compiling sha3 v0.10.8
17022026-03-19T03:56:23.940Z Compiling tokio-postgres v0.7.16
17032026-03-19T03:56:24.399Z Compiling string_cache v0.8.9
17042026-03-19T03:56:24.591Z Compiling indicatif v0.18.4
17052026-03-19T03:56:24.684Z Compiling petgraph v0.8.3
17062026-03-19T03:56:25.235Z Compiling hickory-proto v0.25.2
17072026-03-19T03:56:25.685Z Compiling env_logger v0.11.9
17082026-03-19T03:56:25.733Z Compiling toml_edit v0.22.27
17092026-03-19T03:56:26.153Z Compiling zone v0.3.1
17102026-03-19T03:56:26.945Z Compiling zip v4.6.1
17112026-03-19T03:56:27.056Z Compiling usdt-impl v0.5.0
17122026-03-19T03:56:27.334Z Compiling usdt v0.6.0
17132026-03-19T03:56:27.405Z Compiling serde_with v3.17.0
17142026-03-19T03:56:27.665Z Compiling ecdsa v0.16.9
17152026-03-19T03:56:27.827Z Compiling similar v2.7.0
17162026-03-19T03:56:28.172Z Compiling rsa v0.9.10
17172026-03-19T03:56:28.223Z Compiling crossterm v0.28.1
17182026-03-19T03:56:28.573Z Compiling ed25519-dalek v2.2.0
17192026-03-19T03:56:29.057Z Compiling zip v0.6.6
17202026-03-19T03:56:29.820Z Compiling toml v0.7.8
17212026-03-19T03:56:30.349Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-19T03:56:30.380Z Compiling itertools v0.13.0
17232026-03-19T03:56:30.664Z Compiling tokio-stream v0.1.18
17242026-03-19T03:56:31.202Z Compiling buf-list v1.1.2
17252026-03-19T03:56:31.272Z Compiling x509-cert v0.2.5
17262026-03-19T03:56:31.455Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-19T03:56:31.570Z Compiling openapiv3 v2.2.0
17282026-03-19T03:56:31.691Z Compiling sha1 v0.10.6
17292026-03-19T03:56:31.855Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-19T03:56:31.975Z Compiling peg-runtime v0.8.5
17312026-03-19T03:56:32.051Z Compiling lalrpop-util v0.19.12
17322026-03-19T03:56:32.238Z Compiling thread_local v1.1.9
17332026-03-19T03:56:32.292Z Compiling slog-async v2.8.0
17342026-03-19T03:56:32.330Z Compiling crossbeam-channel v0.5.15
17352026-03-19T03:56:32.348Z Compiling futures-executor v0.3.32
17362026-03-19T03:56:32.555Z Compiling filetime v0.2.27
17372026-03-19T03:56:32.677Z Compiling is-terminal v0.4.17
17382026-03-19T03:56:32.694Z Compiling take_mut v0.2.2
17392026-03-19T03:56:32.773Z Compiling xattr v1.6.1
17402026-03-19T03:56:32.793Z Compiling term v1.2.1
17412026-03-19T03:56:32.934Z Compiling tar v0.4.44
17422026-03-19T03:56:32.984Z Compiling futures v0.3.32
17432026-03-19T03:56:33.446Z Compiling slog-term v2.9.2
17442026-03-19T03:56:40.012Z Compiling rustls-webpki v0.103.9
17452026-03-19T03:56:44.058Z Compiling tokio-rustls v0.26.4
17462026-03-19T03:56:44.058Z Compiling rustls-platform-verifier v0.6.2
17472026-03-19T03:56:44.313Z Compiling hyper-rustls v0.27.7
17482026-03-19T03:56:44.573Z Compiling reqwest v0.12.28
17492026-03-19T03:56:44.590Z Compiling reqwest v0.13.2
17502026-03-19T03:56:47.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-19T03:56:47.775Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-19T03:56:51.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17532026-03-19T03:56:51.719Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-19T03:56:51.775ZMar 19 03:56:52.280 INFO Starting download, target: Clickhouse
17552026-03-19T03:56:51.775ZMar 19 03:56:52.280 INFO Starting download, target: Console
17562026-03-19T03:56:51.775ZMar 19 03:56:52.280 INFO Starting download, target: MaghemiteMgd
17572026-03-19T03:56:51.775ZMar 19 03:56:52.280 INFO Starting download, target: DendriteStub
17582026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Starting download, target: Cockroach
17592026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Starting download, target: TransceiverControl
17602026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-19T03:56:51.778ZMar 19 03:56:52.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-19T03:56:52.234ZMar 19 03:56:52.740 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-19T03:56:52.575ZMar 19 03:56:53.079 INFO Download complete, target: TransceiverControl
17682026-03-19T03:56:52.837ZMar 19 03:56:53.349 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-19T03:56:53.217ZMar 19 03:56:53.726 INFO Download complete, target: Console
17702026-03-19T03:56:53.312ZMar 19 03:56:53.828 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-19T03:56:53.379ZMar 19 03:56:53.897 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-19T03:56:53.937ZMar 19 03:56:54.459 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-19T03:56:53.937ZMar 19 03:56:54.460 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-19T03:56:54.209ZMar 19 03:56:54.734 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17752026-03-19T03:56:57.021ZMar 19 03:56:57.568 INFO Download complete, target: MaghemiteMgd
17762026-03-19T03:56:57.080ZMar 19 03:56:57.626 INFO Download complete, target: DendriteStub
17772026-03-19T03:57:01.778ZMar 19 03:57:02.366 INFO Checking that binary works, target: Cockroach
17782026-03-19T03:57:01.901ZMar 19 03:57:02.490 INFO Download complete, target: Cockroach
17792026-03-19T03:57:05.468ZMar 19 03:57:06.087 INFO Checking that binary works, target: Clickhouse
17802026-03-19T03:57:05.625ZMar 19 03:57:06.240 INFO Download complete, target: Clickhouse
17812026-03-19T03:57:05.642ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-19T03:57:05.646Z
17832026-03-19T03:57:05.646Zreal 4:54.314764833
17842026-03-19T03:57:05.646Zuser 10:25.314204592
17852026-03-19T03:57:05.646Zsys 1:47.953627960
17862026-03-19T03:57:05.646Ztrap 0.319440687
17872026-03-19T03:57:05.646Ztflt 0.576482238
17882026-03-19T03:57:05.646Zdflt 0.579377663
17892026-03-19T03:57:05.646Zkflt 0.022611848
17902026-03-19T03:57:05.646Zlock 34:16.403415457
17912026-03-19T03:57:05.646Zslp 31:06.449692292
17922026-03-19T03:57:05.646Zlat 56.763635610
17932026-03-19T03:57:05.646Zstop 2:38.356218071
17942026-03-19T03:57:05.646Z+ banner hack-check
17952026-03-19T03:57:05.646Z
17962026-03-19T03:57:05.646Z # # ## #### # # #### # # ###### #### # #
17972026-03-19T03:57:05.646Z # # # # # # # # # # # # # # # # #
17982026-03-19T03:57:05.646Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-19T03:57:05.646Z # # ###### # # # # # # # # # #
18002026-03-19T03:57:05.646Z # # # # # # # # # # # # # # # # #
18012026-03-19T03:57:05.647Z # # # # #### # # #### # # ###### #### # #
18022026-03-19T03:57:05.647Z
18032026-03-19T03:57:05.647Z+ export CARGO_INCREMENTAL=0
18042026-03-19T03:57:05.647Z+ CARGO_INCREMENTAL=0
18052026-03-19T03:57:05.647Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-19T03:57:06.328Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-19T03:57:06.598Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-19T03:57:09.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18092026-03-19T03:57:09.173Z Running `target/debug/xtask check-features --ci`
18102026-03-19T03:57:09.202Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-19T03:57:09.205Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-19T03:57:09.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18132026-03-19T03:57:09.849Z Running `target/debug/xtask download cargo-hack`
18142026-03-19T03:57:10.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-19T03:57:11.259Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-19T03:57:14.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18172026-03-19T03:57:14.679Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-19T03:57:14.724ZMar 19 03:57:15.419 INFO Starting download, target: CargoHack
18192026-03-19T03:57:14.728ZMar 19 03:57:15.420 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-19T03:57:15.109ZMar 19 03:57:15.808 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-19T03:57:15.190ZMar 19 03:57:15.889 INFO Download complete, target: CargoHack
18222026-03-19T03:57:15.193Zrunning: "/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-19T03:57:15.210Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-19T03:57:15.411Zinfo: running `cargo check --bins` on api_identity (1/257)
18252026-03-19T03:57:16.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-19T03:57:16.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-19T03:57:16.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-19T03:57:16.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18292026-03-19T03:57:16.168Z
18302026-03-19T03:57:16.168Zinfo: running `cargo check --bins` on bootstore (2/257)
18312026-03-19T03:57:16.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-19T03:57:16.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-19T03:57:16.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-19T03:57:16.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18352026-03-19T03:57:16.931Z
18362026-03-19T03:57:16.932Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18372026-03-19T03:57:17.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-19T03:57:17.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-19T03:57:17.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-19T03:57:17.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18412026-03-19T03:57:17.685Z
18422026-03-19T03:57:17.685Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18432026-03-19T03:57:18.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-19T03:57:18.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-19T03:57:18.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-19T03:57:18.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18472026-03-19T03:57:18.434Z
18482026-03-19T03:57:18.434Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18492026-03-19T03:57:19.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-19T03:57:19.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-19T03:57:19.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-19T03:57:19.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18532026-03-19T03:57:19.186Z
18542026-03-19T03:57:19.186Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18552026-03-19T03:57:19.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-19T03:57:19.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-19T03:57:19.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-19T03:57:19.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18592026-03-19T03:57:19.956Z
18602026-03-19T03:57:19.956Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18612026-03-19T03:57:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-19T03:57:20.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-19T03:57:20.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-19T03:57:20.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18652026-03-19T03:57:20.721Z
18662026-03-19T03:57:20.721Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18672026-03-19T03:57:21.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-19T03:57:21.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-19T03:57:21.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-19T03:57:21.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18712026-03-19T03:57:21.487Z
18722026-03-19T03:57:21.487Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18732026-03-19T03:57:22.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-19T03:57:22.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-19T03:57:22.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-19T03:57:22.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18772026-03-19T03:57:22.081Z
18782026-03-19T03:57:22.081Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18792026-03-19T03:57:22.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-19T03:57:22.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-19T03:57:22.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-19T03:57:22.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18832026-03-19T03:57:22.684Z
18842026-03-19T03:57:22.684Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18852026-03-19T03:57:23.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-19T03:57:23.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-19T03:57:23.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-19T03:57:23.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18892026-03-19T03:57:23.284Z
18902026-03-19T03:57:23.284Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18912026-03-19T03:57:23.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-19T03:57:23.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-19T03:57:23.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-19T03:57:23.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18952026-03-19T03:57:23.883Z
18962026-03-19T03:57:23.883Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18972026-03-19T03:57:24.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-19T03:57:24.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-19T03:57:24.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-19T03:57:24.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19012026-03-19T03:57:24.482Z
19022026-03-19T03:57:24.483Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19032026-03-19T03:57:25.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-19T03:57:25.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-19T03:57:25.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-19T03:57:25.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19072026-03-19T03:57:25.078Z
19082026-03-19T03:57:25.078Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19092026-03-19T03:57:25.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-19T03:57:25.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-19T03:57:25.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-19T03:57:25.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19132026-03-19T03:57:25.676Z
19142026-03-19T03:57:25.676Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19152026-03-19T03:57:26.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-19T03:57:26.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-19T03:57:26.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-19T03:57:26.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19192026-03-19T03:57:26.274Z
19202026-03-19T03:57:26.274Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19212026-03-19T03:57:26.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-19T03:57:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-19T03:57:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-19T03:57:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19252026-03-19T03:57:26.872Z
19262026-03-19T03:57:26.872Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19272026-03-19T03:57:27.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-19T03:57:27.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-19T03:57:27.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-19T03:57:27.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19312026-03-19T03:57:27.471Z
19322026-03-19T03:57:27.471Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19332026-03-19T03:57:28.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-19T03:57:28.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-19T03:57:28.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-19T03:57:28.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19372026-03-19T03:57:28.069Z
19382026-03-19T03:57:28.069Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19392026-03-19T03:57:28.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-19T03:57:28.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-19T03:57:28.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-19T03:57:28.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19432026-03-19T03:57:28.674Z
19442026-03-19T03:57:28.674Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19452026-03-19T03:57:29.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-19T03:57:29.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-19T03:57:29.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-19T03:57:29.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19492026-03-19T03:57:29.277Z
19502026-03-19T03:57:29.277Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19512026-03-19T03:57:29.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-19T03:57:29.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-19T03:57:29.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-19T03:57:29.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19552026-03-19T03:57:29.876Z
19562026-03-19T03:57:29.876Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19572026-03-19T03:57:30.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-19T03:57:30.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-19T03:57:30.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-19T03:57:30.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19612026-03-19T03:57:30.478Z
19622026-03-19T03:57:30.478Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19632026-03-19T03:57:31.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-19T03:57:31.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-19T03:57:31.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-19T03:57:31.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19672026-03-19T03:57:31.081Z
19682026-03-19T03:57:31.081Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19692026-03-19T03:57:31.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-19T03:57:31.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-19T03:57:31.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-19T03:57:31.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19732026-03-19T03:57:31.685Z
19742026-03-19T03:57:31.685Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19752026-03-19T03:57:32.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-19T03:57:32.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-19T03:57:32.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-19T03:57:32.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19792026-03-19T03:57:32.286Z
19802026-03-19T03:57:32.286Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19812026-03-19T03:57:32.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-19T03:57:32.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-19T03:57:32.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-19T03:57:32.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19852026-03-19T03:57:32.889Z
19862026-03-19T03:57:32.889Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19872026-03-19T03:57:33.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-19T03:57:33.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-19T03:57:33.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-19T03:57:33.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19912026-03-19T03:57:33.493Z
19922026-03-19T03:57:33.493Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19932026-03-19T03:57:34.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-19T03:57:34.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-19T03:57:34.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-19T03:57:34.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972026-03-19T03:57:34.090Z
19982026-03-19T03:57:34.090Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19992026-03-19T03:57:34.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-19T03:57:34.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-19T03:57:34.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-19T03:57:34.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20032026-03-19T03:57:34.690Z
20042026-03-19T03:57:34.690Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20052026-03-19T03:57:35.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-19T03:57:35.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-19T03:57:35.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-19T03:57:35.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20092026-03-19T03:57:35.293Z
20102026-03-19T03:57:35.293Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20112026-03-19T03:57:35.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-19T03:57:35.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-19T03:57:35.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-19T03:57:35.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20152026-03-19T03:57:35.894Z
20162026-03-19T03:57:35.894Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20172026-03-19T03:57:36.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-19T03:57:36.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-19T03:57:36.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-19T03:57:36.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20212026-03-19T03:57:36.490Z
20222026-03-19T03:57:36.490Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20232026-03-19T03:57:37.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-19T03:57:37.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-19T03:57:37.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-19T03:57:37.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20272026-03-19T03:57:37.086Z
20282026-03-19T03:57:37.086Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20292026-03-19T03:57:37.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-19T03:57:37.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-19T03:57:37.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-19T03:57:37.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20332026-03-19T03:57:37.682Z
20342026-03-19T03:57:37.682Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20352026-03-19T03:57:38.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-19T03:57:38.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-19T03:57:38.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-19T03:57:38.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20392026-03-19T03:57:38.284Z
20402026-03-19T03:57:38.284Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20412026-03-19T03:57:38.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-19T03:57:38.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-19T03:57:38.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-19T03:57:38.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20452026-03-19T03:57:38.884Z
20462026-03-19T03:57:38.885Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20472026-03-19T03:57:39.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-19T03:57:39.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-19T03:57:39.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-19T03:57:39.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20512026-03-19T03:57:39.485Z
20522026-03-19T03:57:39.485Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20532026-03-19T03:57:40.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-19T03:57:40.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-19T03:57:40.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-19T03:57:40.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20572026-03-19T03:57:40.077Z
20582026-03-19T03:57:40.077Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20592026-03-19T03:57:40.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-19T03:57:40.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-19T03:57:40.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-19T03:57:40.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20632026-03-19T03:57:40.680Z
20642026-03-19T03:57:40.680Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20652026-03-19T03:57:41.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-19T03:57:41.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-19T03:57:41.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-19T03:57:41.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20692026-03-19T03:57:41.281Z
20702026-03-19T03:57:41.281Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20712026-03-19T03:57:41.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-19T03:57:41.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-19T03:57:41.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-19T03:57:41.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20752026-03-19T03:57:41.879Z
20762026-03-19T03:57:41.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20772026-03-19T03:57:42.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-19T03:57:42.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-19T03:57:42.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-19T03:57:42.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20812026-03-19T03:57:42.479Z
20822026-03-19T03:57:42.479Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20832026-03-19T03:57:43.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-19T03:57:43.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-19T03:57:43.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-19T03:57:43.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-03-19T03:57:43.078Z
20882026-03-19T03:57:43.078Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20892026-03-19T03:57:43.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-19T03:57:43.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-19T03:57:43.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-19T03:57:43.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-03-19T03:57:43.677Z
20942026-03-19T03:57:43.677Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20952026-03-19T03:57:44.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-19T03:57:44.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-19T03:57:44.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-19T03:57:44.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-03-19T03:57:44.277Z
21002026-03-19T03:57:44.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21012026-03-19T03:57:44.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-19T03:57:44.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-19T03:57:44.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-19T03:57:44.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-03-19T03:57:44.881Z
21062026-03-19T03:57:44.881Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21072026-03-19T03:57:45.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-19T03:57:45.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-19T03:57:45.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-19T03:57:45.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-03-19T03:57:45.482Z
21122026-03-19T03:57:45.482Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21132026-03-19T03:57:46.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-19T03:57:46.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-19T03:57:46.559Z Checking cfg-if v1.0.4
21162026-03-19T03:57:46.715Z Checking libc v0.2.180
21172026-03-19T03:57:46.718Z Checking serde_core v1.0.228
21182026-03-19T03:57:46.747Z Checking memchr v2.8.0
21192026-03-19T03:57:46.765Z Checking smallvec v1.15.1
21202026-03-19T03:57:46.765Z Checking itoa v1.0.17
21212026-03-19T03:57:46.801Z Checking log v0.4.29
21222026-03-19T03:57:46.804Z Checking zeroize v1.8.2
21232026-03-19T03:57:46.840Z Checking stable_deref_trait v1.2.1
21242026-03-19T03:57:46.936Z Checking zerofrom v0.1.6
21252026-03-19T03:57:46.959Z Checking zmij v1.0.21
21262026-03-19T03:57:47.011Z Checking scopeguard v1.2.0
21272026-03-19T03:57:47.032Z Checking subtle v2.6.1
21282026-03-19T03:57:47.051Z Checking litemap v0.8.1
21292026-03-19T03:57:47.081Z Checking yoke v0.8.1
21302026-03-19T03:57:47.137Z Checking lock_api v0.4.14
21312026-03-19T03:57:47.221Z Checking writeable v0.6.2
21322026-03-19T03:57:47.239Z Checking percent-encoding v2.3.2
21332026-03-19T03:57:47.260Z Checking libm v0.2.16
21342026-03-19T03:57:47.279Z Checking icu_normalizer_data v2.1.1
21352026-03-19T03:57:47.298Z Checking zerovec v0.11.5
21362026-03-19T03:57:47.318Z Checking getrandom v0.2.17
21372026-03-19T03:57:47.367Z Checking errno v0.3.14
21382026-03-19T03:57:47.403Z Checking zerotrie v0.2.3
21392026-03-19T03:57:47.423Z Checking icu_properties_data v2.1.2
21402026-03-19T03:57:47.441Z Checking pin-project-lite v0.2.17
21412026-03-19T03:57:47.496Z Checking rand_core v0.6.4
21422026-03-19T03:57:47.516Z Checking utf8_iter v1.0.4
21432026-03-19T03:57:47.558Z Checking form_urlencoded v1.2.2
21442026-03-19T03:57:47.589Z Checking typenum v1.19.0
21452026-03-19T03:57:47.669Z Checking portable-atomic v1.13.1
21462026-03-19T03:57:47.714Z Checking critical-section v1.2.0
21472026-03-19T03:57:47.731Z Checking rand_core v0.10.0
21482026-03-19T03:57:47.751Z Checking signal-hook-registry v1.4.8
21492026-03-19T03:57:47.838Z Checking parking_lot_core v0.9.12
21502026-03-19T03:57:47.882Z Checking tinystr v0.8.2
21512026-03-19T03:57:47.913Z Checking potential_utf v0.1.4
21522026-03-19T03:57:47.959Z Checking getrandom v0.4.1
21532026-03-19T03:57:48.074Z Checking icu_collections v2.1.1
21542026-03-19T03:57:48.095Z Checking parking_lot v0.12.5
21552026-03-19T03:57:48.114Z Checking icu_locale_core v2.1.1
21562026-03-19T03:57:48.141Z Checking socket2 v0.6.2
21572026-03-19T03:57:48.217Z Checking num-traits v0.2.19
21582026-03-19T03:57:48.250Z Checking once_cell v1.21.3
21592026-03-19T03:57:48.290Z Checking generic-array v0.14.7
21602026-03-19T03:57:48.334Z Checking mio v1.1.1
21612026-03-19T03:57:48.465Z Checking zerocopy v0.8.40
21622026-03-19T03:57:48.487Z Checking iana-time-zone v0.1.65
21632026-03-19T03:57:48.506Z Checking futures-core v0.3.32
21642026-03-19T03:57:48.627Z Checking equivalent v1.0.2
21652026-03-19T03:57:48.671Z Checking allocator-api2 v0.2.21
21662026-03-19T03:57:48.711Z Checking foldhash v0.2.0
21672026-03-19T03:57:48.732Z Checking const-oid v0.9.6
21682026-03-19T03:57:48.853Z Checking serde v1.0.228
21692026-03-19T03:57:48.875Z Checking serde_json v1.0.149
21702026-03-19T03:57:48.903Z Checking icu_provider v2.1.1
21712026-03-19T03:57:48.922Z Checking bitflags v2.11.0
21722026-03-19T03:57:49.006Z Checking crypto-common v0.1.7
21732026-03-19T03:57:49.036Z Checking uuid v1.21.0
21742026-03-19T03:57:49.134Z Checking hashbrown v0.16.1
21752026-03-19T03:57:49.168Z Checking futures-sink v0.3.32
21762026-03-19T03:57:49.208Z Checking icu_properties v2.1.2
21772026-03-19T03:57:49.293Z Checking icu_normalizer v2.1.1
21782026-03-19T03:57:49.425Z Checking bytes v1.11.1
21792026-03-19T03:57:49.448Z Checking chrono v0.4.44
21802026-03-19T03:57:49.697Z Checking dyn-clone v1.0.20
21812026-03-19T03:57:49.751Z Checking futures-channel v0.3.32
21822026-03-19T03:57:49.808Z Checking block-buffer v0.10.4
21832026-03-19T03:57:49.833Z Checking semver v1.0.27
21842026-03-19T03:57:49.836Z Checking futures-io v0.3.32
21852026-03-19T03:57:49.983Z Checking futures-task v0.3.32
21862026-03-19T03:57:50.001Z Checking slab v0.4.12
21872026-03-19T03:57:50.021Z Checking digest v0.10.7
21882026-03-19T03:57:50.046Z Checking tokio v1.49.0
21892026-03-19T03:57:50.092Z Checking thiserror v2.0.18
21902026-03-19T03:57:50.157Z Checking byteorder v1.5.0
21912026-03-19T03:57:50.196Z Checking futures-util v0.3.32
21922026-03-19T03:57:50.216Z Checking indexmap v2.13.0
21932026-03-19T03:57:50.272Z Checking cpufeatures v0.2.17
21942026-03-19T03:57:50.352Z Checking idna_adapter v1.2.1
21952026-03-19T03:57:50.371Z Checking http v1.4.0
21962026-03-19T03:57:50.433Z Checking fnv v1.0.7
21972026-03-19T03:57:50.500Z Checking idna v1.1.0
21982026-03-19T03:57:50.549Z Checking base64 v0.22.1
21992026-03-19T03:57:50.623Z Checking unicode-ident v1.0.24
22002026-03-19T03:57:50.764Z Checking tracing-core v0.1.36
22012026-03-19T03:57:50.809Z Checking url v2.5.8
22022026-03-19T03:57:50.862Z Checking proc-macro2 v1.0.106
22032026-03-19T03:57:50.978Z Checking rustls-pki-types v1.14.0
22042026-03-19T03:57:51.150Z Checking regex-syntax v0.8.10
22052026-03-19T03:57:51.174Z Checking tracing v0.1.44
22062026-03-19T03:57:51.271Z Checking quote v1.0.44
22072026-03-19T03:57:51.353Z Checking untrusted v0.9.0
22082026-03-19T03:57:51.386Z Checking schemars v0.8.22
22092026-03-19T03:57:51.437Z Checking thiserror v1.0.69
22102026-03-19T03:57:51.493Z Checking ring v0.17.14
22112026-03-19T03:57:51.512Z Checking syn v2.0.117
22122026-03-19T03:57:51.574Z Checking ipnet v2.11.0
22132026-03-19T03:57:51.923Z Checking httparse v1.10.1
22142026-03-19T03:57:52.195Z Checking http-body v1.0.1
22152026-03-19T03:57:52.283Z Checking rustix v1.1.3
22162026-03-19T03:57:52.368Z Checking block-padding v0.3.3
22172026-03-19T03:57:52.449Z Checking ppv-lite86 v0.2.21
22182026-03-19T03:57:52.533Z Checking getrandom v0.3.4
22192026-03-19T03:57:52.716Z Checking atomic-waker v1.1.2
22202026-03-19T03:57:52.812Z Checking inout v0.1.4
22212026-03-19T03:57:52.843Z Checking hmac v0.12.1
22222026-03-19T03:57:52.864Z Checking aws-lc-sys v0.37.1
22232026-03-19T03:57:52.866Z Checking aho-corasick v1.1.4
22242026-03-19T03:57:52.955Z Checking powerfmt v0.2.0
22252026-03-19T03:57:52.988Z Checking httpdate v1.0.3
22262026-03-19T03:57:53.010Z Checking tower-layer v0.3.3
22272026-03-19T03:57:53.155Z Checking openssl-probe v0.2.1
22282026-03-19T03:57:53.174Z Checking untrusted v0.7.1
22292026-03-19T03:57:53.198Z Checking try-lock v0.2.5
22302026-03-19T03:57:53.285Z Checking tower-service v0.3.3
22312026-03-19T03:57:53.314Z Checking deranged v0.5.8
22322026-03-19T03:57:53.333Z Checking want v0.3.1
22332026-03-19T03:57:53.398Z Checking cipher v0.4.4
22342026-03-19T03:57:53.457Z Checking rand_core v0.9.5
22352026-03-19T03:57:53.485Z Checking base64ct v1.8.3
22362026-03-19T03:57:53.574Z Checking aws-lc-rs v1.16.0
22372026-03-19T03:57:53.675Z Checking time-core v0.1.8
22382026-03-19T03:57:53.696Z Checking num-conv v0.2.0
22392026-03-19T03:57:53.798Z Checking pin-utils v0.1.0
22402026-03-19T03:57:53.820Z Checking regex-automata v0.4.14
22412026-03-19T03:57:53.845Z Checking num_threads v0.1.7
22422026-03-19T03:57:53.868Z Checking sha2 v0.10.9
22432026-03-19T03:57:53.889Z Checking erased-serde v0.3.31
22442026-03-19T03:57:53.952Z Checking pretty-hex v0.4.1
22452026-03-19T03:57:54.103Z Checking rand_chacha v0.9.0
22462026-03-19T03:57:54.226Z Checking fastrand v2.3.0
22472026-03-19T03:57:54.330Z Checking tokio-util v0.7.18
22482026-03-19T03:57:54.367Z Checking ryu v1.0.23
22492026-03-19T03:57:54.456Z Checking slog v2.8.2
22502026-03-19T03:57:54.476Z Checking rand v0.9.2
22512026-03-19T03:57:54.543Z Checking pem-rfc7468 v0.7.0
22522026-03-19T03:57:54.588Z Checking time v0.3.47
22532026-03-19T03:57:54.706Z Checking rustls-webpki v0.103.9
22542026-03-19T03:57:54.745Z Checking rustls-native-certs v0.8.3
22552026-03-19T03:57:54.774Z Checking http-body-util v0.1.3
22562026-03-19T03:57:54.809Z Checking ipnetwork v0.21.1
22572026-03-19T03:57:54.905Z Checking sync_wrapper v1.0.2
22582026-03-19T03:57:55.033Z Checking spin v0.9.8
22592026-03-19T03:57:55.055Z Checking flagset v0.4.7
22602026-03-19T03:57:55.087Z Checking plain v0.2.3
22612026-03-19T03:57:55.113Z Checking tower v0.5.3
22622026-03-19T03:57:55.146Z Checking h2 v0.4.13
22632026-03-19T03:57:55.209Z Checking der v0.7.10
22642026-03-19T03:57:55.230Z Checking serde_urlencoded v0.7.1
22652026-03-19T03:57:55.257Z Checking rustls v0.23.37
22662026-03-19T03:57:55.278Z Checking rand_chacha v0.3.1
22672026-03-19T03:57:55.500Z Checking webpki-roots v1.0.6
22682026-03-19T03:57:55.552Z Checking tinyvec_macros v0.1.1
22692026-03-19T03:57:55.631Z Checking iri-string v0.7.10
22702026-03-19T03:57:55.652Z Checking ucd-trie v0.1.7
22712026-03-19T03:57:55.671Z Checking tinyvec v1.10.0
22722026-03-19T03:57:55.822Z Checking pest v2.8.6
22732026-03-19T03:57:56.097Z Checking rand v0.8.5
22742026-03-19T03:57:56.130Z Checking tempfile v3.25.0
22752026-03-19T03:57:56.232Z Checking spki v0.7.3
22762026-03-19T03:57:56.292Z Checking salsa20 v0.10.2
22772026-03-19T03:57:56.392Z Checking pbkdf2 v0.12.2
22782026-03-19T03:57:56.474Z Checking unicode-width v0.2.0
22792026-03-19T03:57:56.479Z Checking foreign-types-shared v0.1.1
22802026-03-19T03:57:56.547Z Checking scrypt v0.11.0
22812026-03-19T03:57:56.586Z Checking foreign-types v0.3.2
22822026-03-19T03:57:56.679Z Checking regex v1.12.3
22832026-03-19T03:57:56.726Z Checking cbc v0.1.2
22842026-03-19T03:57:56.780Z Checking aes v0.8.4
22852026-03-19T03:57:56.801Z Checking anyhow v1.0.102
22862026-03-19T03:57:56.890Z Checking openssl-sys v0.9.111
22872026-03-19T03:57:57.054Z Checking crossbeam-utils v0.8.21
22882026-03-19T03:57:57.057Z Checking oxnet v0.1.4
22892026-03-19T03:57:57.121Z Checking tower-http v0.6.8
22902026-03-19T03:57:57.304Z Checking mime v0.3.17
22912026-03-19T03:57:57.324Z Checking pkcs5 v0.7.1
22922026-03-19T03:57:57.382Z Checking openapiv3 v2.2.0
22932026-03-19T03:57:57.494Z Checking scroll v0.12.0
22942026-03-19T03:57:57.512Z Checking encoding_rs v0.8.35
22952026-03-19T03:57:57.532Z Checking winnow v0.7.14
22962026-03-19T03:57:57.535Z Checking openssl v0.10.75
22972026-03-19T03:57:57.658Z Checking pkcs8 v0.10.2
22982026-03-19T03:57:57.796Z Checking data-encoding v2.10.0
22992026-03-19T03:57:57.886Z Checking siphasher v1.0.2
23002026-03-19T03:57:58.094Z Checking goblin v0.8.2
23012026-03-19T03:57:58.156Z Checking lazy_static v1.5.0
23022026-03-19T03:57:58.270Z Checking zerocopy v0.7.35
23032026-03-19T03:57:58.498Z Checking tokio-rustls v0.26.4
23042026-03-19T03:57:58.792Z Checking wait-timeout v0.2.1
23052026-03-19T03:57:58.811Z Checking hyper v1.8.1
23062026-03-19T03:57:58.831Z Checking quick-error v1.2.3
23072026-03-19T03:57:58.947Z Checking either v1.15.0
23082026-03-19T03:57:58.967Z Checking psl-types v2.0.11
23092026-03-19T03:57:58.970Z Checking bit-vec v0.8.0
23102026-03-19T03:57:59.135Z Checking anstyle v1.0.13
23112026-03-19T03:57:59.167Z Checking bitflags v1.3.2
23122026-03-19T03:57:59.170Z Checking managed v0.8.0
23132026-03-19T03:57:59.206Z Checking utf8parse v0.2.2
23142026-03-19T03:57:59.225Z Checking bit-set v0.8.0
23152026-03-19T03:57:59.256Z Checking publicsuffix v2.3.0
23162026-03-19T03:57:59.332Z Checking anstyle-parse v0.2.7
23172026-03-19T03:57:59.374Z Checking rusty-fork v0.3.1
23182026-03-19T03:57:59.413Z Checking dtrace-parser v0.2.0
23192026-03-19T03:57:59.434Z Checking cookie v0.18.1
23202026-03-19T03:57:59.454Z Checking unicode-normalization v0.1.25
23212026-03-19T03:57:59.522Z Checking rand_xorshift v0.4.0
23222026-03-19T03:57:59.588Z Checking sha1 v0.10.6
23232026-03-19T03:57:59.671Z Checking thread-id v4.2.2
23242026-03-19T03:57:59.727Z Checking colorchoice v1.0.4
23252026-03-19T03:57:59.746Z Checking anstyle-query v1.1.5
23262026-03-19T03:57:59.770Z Checking is_terminal_polyfill v1.70.2
23272026-03-19T03:57:59.792Z Checking unarray v0.1.4
23282026-03-19T03:57:59.852Z Checking cookie_store v0.22.1
23292026-03-19T03:57:59.871Z Checking rustls-platform-verifier v0.6.2
23302026-03-19T03:57:59.891Z Checking anstream v0.6.21
23312026-03-19T03:57:59.923Z Checking proptest v1.10.0
23322026-03-19T03:57:59.981Z Checking crossbeam-epoch v0.9.18
23332026-03-19T03:58:00.015Z Checking hyper-util v0.1.20
23342026-03-19T03:58:00.046Z Checking terminal_size v0.4.3
23352026-03-19T03:58:00.149Z Checking scroll v0.13.0
23362026-03-19T03:58:00.193Z Checking hex v0.4.3
23372026-03-19T03:58:00.271Z Checking num-integer v0.1.46
23382026-03-19T03:58:00.291Z Checking simd-adler32 v0.3.8
23392026-03-19T03:58:00.357Z Checking native-tls v0.2.18
23402026-03-19T03:58:00.453Z Checking goblin v0.10.5
23412026-03-19T03:58:00.497Z Checking crossbeam-deque v0.8.6
23422026-03-19T03:58:00.517Z Checking bstr v1.12.1
23432026-03-19T03:58:00.569Z Checking ref-cast v1.0.25
23442026-03-19T03:58:00.591Z Checking tokio-native-tls v0.3.1
23452026-03-19T03:58:00.692Z Checking rustix v0.38.44
23462026-03-19T03:58:00.722Z Checking camino v1.2.2
23472026-03-19T03:58:00.742Z Checking dof v0.3.0
23482026-03-19T03:58:00.785Z Checking crc32fast v1.5.0
23492026-03-19T03:58:00.964Z Checking signature v2.2.0
23502026-03-19T03:58:01.055Z Checking serde_spanned v0.6.9
23512026-03-19T03:58:01.074Z Checking toml_datetime v0.6.11
23522026-03-19T03:58:01.109Z Checking usdt-impl v0.5.0
23532026-03-19T03:58:01.128Z Checking ff v0.13.1
23542026-03-19T03:58:01.211Z Checking adler2 v2.0.1
23552026-03-19T03:58:01.293Z Checking strsim v0.11.1
23562026-03-19T03:58:01.312Z Checking base16ct v0.2.0
23572026-03-19T03:58:01.347Z Checking unicode-properties v0.1.4
23582026-03-19T03:58:01.466Z Checking clap_lex v1.0.0
23592026-03-19T03:58:01.486Z Checking unicode-bidi v0.3.18
23602026-03-19T03:58:01.513Z Checking sec1 v0.7.3
23612026-03-19T03:58:01.604Z Checking miniz_oxide v0.8.9
23622026-03-19T03:58:01.661Z Checking clap_builder v4.5.60
23632026-03-19T03:58:01.690Z Checking hyper-rustls v0.27.7
23642026-03-19T03:58:01.786Z Checking hyper-tls v0.6.0
23652026-03-19T03:58:01.845Z Checking group v0.13.0
23662026-03-19T03:58:01.878Z Checking stringprep v0.1.5
23672026-03-19T03:58:01.957Z Checking reqwest v0.13.2
23682026-03-19T03:58:02.007Z Checking reqwest v0.12.28
23692026-03-19T03:58:02.033Z Checking rayon-core v1.13.0
23702026-03-19T03:58:02.069Z Checking num-iter v0.1.45
23712026-03-19T03:58:02.073Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-19T03:58:02.233Z Checking dtrace-parser v0.3.0
23732026-03-19T03:58:02.443Z Checking newtype-uuid v1.3.2
23742026-03-19T03:58:02.463Z Checking hkdf v0.12.4
23752026-03-19T03:58:02.512Z Checking strum v0.26.3
23762026-03-19T03:58:02.543Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-19T03:58:02.633Z Checking hash32 v0.2.1
23782026-03-19T03:58:02.653Z Checking md-5 v0.10.6
23792026-03-19T03:58:02.688Z Checking crypto-bigint v0.5.5
23802026-03-19T03:58:02.707Z Checking daft v0.1.5
23812026-03-19T03:58:02.823Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-19T03:58:02.844Z Checking thread-id v5.1.0
23832026-03-19T03:58:02.945Z Checking unicode-segmentation v1.12.0
23842026-03-19T03:58:03.025Z Checking fallible-iterator v0.2.0
23852026-03-19T03:58:03.064Z Checking zlib-rs v0.6.2
23862026-03-19T03:58:03.093Z Checking heapless v0.7.17
23872026-03-19T03:58:03.130Z Checking zstd-safe v7.2.4
23882026-03-19T03:58:03.348Z Checking rayon v1.11.0
23892026-03-19T03:58:03.369Z Checking itertools v0.12.1
23902026-03-19T03:58:03.372Z Checking clap v4.5.60
23912026-03-19T03:58:03.407Z Checking postgres-protocol v0.6.10
23922026-03-19T03:58:03.468Z Checking phf_shared v0.13.1
23932026-03-19T03:58:03.663Z Checking console v0.16.2
23942026-03-19T03:58:03.686Z Checking dof v0.4.0
23952026-03-19T03:58:03.732Z Checking curve25519-dalek v4.1.3
23962026-03-19T03:58:03.822Z Checking memoffset v0.9.1
23972026-03-19T03:58:03.923Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-19T03:58:04.008Z Checking elliptic-curve v0.13.8
23992026-03-19T03:58:04.028Z Checking signal-hook v0.3.18
24002026-03-19T03:58:04.053Z Checking memmap2 v0.9.10
24012026-03-19T03:58:04.260Z Checking foldhash v0.1.5
24022026-03-19T03:58:04.263Z Checking unit-prefix v0.5.2
24032026-03-19T03:58:04.299Z Checking flate2 v1.1.9
24042026-03-19T03:58:04.416Z Checking winnow v0.5.40
24052026-03-19T03:58:04.436Z Checking toml_write v0.1.2
24062026-03-19T03:58:04.439Z Checking bumpalo v3.20.2
24072026-03-19T03:58:04.528Z Checking usdt-impl v0.6.0
24082026-03-19T03:58:04.652Z Checking libbz2-rs-sys v0.2.2
24092026-03-19T03:58:04.699Z Checking fixedbitset v0.4.2
24102026-03-19T03:58:04.719Z Checking zopfli v0.8.3
24112026-03-19T03:58:04.739Z Checking zone v0.3.1
24122026-03-19T03:58:04.775Z Checking toml_edit v0.22.27
24132026-03-19T03:58:04.890Z Checking petgraph v0.6.5
24142026-03-19T03:58:04.910Z Checking usdt v0.6.0
24152026-03-19T03:58:05.120Z Checking hashbrown v0.15.5
24162026-03-19T03:58:05.150Z Checking signal-hook-mio v0.2.5
24172026-03-19T03:58:05.171Z Checking bzip2 v0.6.1
24182026-03-19T03:58:05.201Z Checking bzip2 v0.4.4
24192026-03-19T03:58:05.278Z Checking nix v0.31.1
24202026-03-19T03:58:05.340Z Checking indicatif v0.18.4
24212026-03-19T03:58:05.381Z Checking postgres-types v0.2.12
24222026-03-19T03:58:05.409Z Checking phf v0.13.1
24232026-03-19T03:58:05.603Z Checking smoltcp v0.9.1
24242026-03-19T03:58:05.746Z Checking similar v2.7.0
24252026-03-19T03:58:05.797Z Checking zstd v0.13.3
24262026-03-19T03:58:05.833Z Checking num-bigint-dig v0.8.6
24272026-03-19T03:58:06.017Z Checking toml_edit v0.19.15
24282026-03-19T03:58:06.051Z Checking ed25519 v2.2.3
24292026-03-19T03:58:06.256Z Checking phf_shared v0.11.3
24302026-03-19T03:58:06.275Z Checking pkcs1 v0.7.5
24312026-03-19T03:58:06.294Z Checking tokio-stream v0.1.18
24322026-03-19T03:58:06.407Z Checking strum v0.27.2
24332026-03-19T03:58:06.474Z Checking hubpack v0.1.2
24342026-03-19T03:58:06.547Z Checking rfc6979 v0.4.0
24352026-03-19T03:58:06.566Z Checking serde-big-array v0.5.1
24362026-03-19T03:58:06.633Z Checking float-cmp v0.10.0
24372026-03-19T03:58:06.679Z Checking env_filter v1.0.0
24382026-03-19T03:58:06.699Z Checking fixedbitset v0.5.7
24392026-03-19T03:58:06.702Z Checking new_debug_unreachable v1.0.6
24402026-03-19T03:58:06.738Z Checking predicates-core v1.0.10
24412026-03-19T03:58:06.797Z Checking jiff v0.2.21
24422026-03-19T03:58:06.817Z Checking static_assertions v1.1.0
24432026-03-19T03:58:06.837Z Checking difflib v0.4.0
24442026-03-19T03:58:06.860Z Checking keccak v0.1.6
24452026-03-19T03:58:06.892Z Checking whoami v2.1.0
24462026-03-19T03:58:06.920Z Checking rustc-hash v2.1.1
24472026-03-19T03:58:06.952Z Checking precomputed-hash v0.1.1
24482026-03-19T03:58:06.996Z Checking normalize-line-endings v0.3.0
24492026-03-19T03:58:07.059Z Checking iddqd v0.3.17
24502026-03-19T03:58:07.059Z Checking string_cache v0.8.9
24512026-03-19T03:58:07.095Z Checking rsa v0.9.10
24522026-03-19T03:58:07.115Z Checking sha3 v0.10.8
24532026-03-19T03:58:07.138Z Checking predicates v3.1.4
24542026-03-19T03:58:07.192Z Checking tokio-postgres v0.7.16
24552026-03-19T03:58:07.290Z Checking petgraph v0.8.3
24562026-03-19T03:58:07.407Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-03-19T03:58:07.472Z Checking toml v0.7.8
24582026-03-19T03:58:07.558Z Checking env_logger v0.11.9
24592026-03-19T03:58:07.729Z Checking ecdsa v0.16.9
24602026-03-19T03:58:07.812Z Checking ed25519-dalek v2.2.0
24612026-03-19T03:58:07.914Z Checking zip v0.6.6
24622026-03-19T03:58:08.120Z Checking crossterm v0.28.1
24632026-03-19T03:58:08.177Z Checking serde_with v3.17.0
24642026-03-19T03:58:08.249Z Checking itertools v0.13.0
24652026-03-19T03:58:08.348Z Checking hickory-proto v0.25.2
24662026-03-19T03:58:08.849Z Checking x509-cert v0.2.5
24672026-03-19T03:58:09.073Z Checking fs-err v3.3.0
24682026-03-19T03:58:09.447Z Checking ahash v0.8.12
24692026-03-19T03:58:09.467Z Checking object v0.37.3
24702026-03-19T03:58:09.662Z Checking buf-list v1.1.2
24712026-03-19T03:58:09.720Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-19T03:58:09.733Z Checking peg-runtime v0.8.5
24732026-03-19T03:58:09.891Z Checking lalrpop-util v0.19.12
24742026-03-19T03:58:09.911Z Compiling structmeta-derive v0.3.0
24752026-03-19T03:58:09.914Z Checking zip v4.6.1
24762026-03-19T03:58:10.049Z Compiling rustls v0.22.4
24772026-03-19T03:58:10.098Z Compiling newtype-uuid-macros v0.1.0
24782026-03-19T03:58:10.165Z Compiling multer v3.1.0
24792026-03-19T03:58:10.295Z Compiling async-stream-impl v0.3.6
24802026-03-19T03:58:10.391Z Checking futures-executor v0.3.32
24812026-03-19T03:58:10.472Z Checking regress v0.10.5
24822026-03-19T03:58:10.713Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-19T03:58:11.080Z Compiling dropshot v0.16.7
24842026-03-19T03:58:11.103Z Checking futures v0.3.32
24852026-03-19T03:58:11.203Z Compiling dropshot_endpoint v0.16.7
24862026-03-19T03:58:11.223Z Checking thread_local v1.1.9
24872026-03-19T03:58:11.391Z Compiling structmeta v0.3.0
24882026-03-19T03:58:11.411Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-03-19T03:58:11.437Z Checking crossbeam-channel v0.5.15
24902026-03-19T03:58:11.666Z Compiling derive-ex v0.1.8
24912026-03-19T03:58:11.873Z Checking is-terminal v0.4.17
24922026-03-19T03:58:11.902Z Checking take_mut v0.2.2
24932026-03-19T03:58:11.996Z Checking term v1.2.1
24942026-03-19T03:58:12.036Z Checking slog-async v2.8.0
24952026-03-19T03:58:12.208Z Compiling parse-display-derive v0.10.0
24962026-03-19T03:58:12.264Z Checking rustls-webpki v0.102.8
24972026-03-19T03:58:12.283Z Checking slog-term v2.9.2
24982026-03-19T03:58:12.416Z Checking serde_spanned v1.0.4
24992026-03-19T03:58:12.586Z Checking debug-ignore v1.0.5
25002026-03-19T03:58:12.628Z Checking match_cfg v0.1.0
25012026-03-19T03:58:12.715Z Checking toml_writer v1.0.6+spec-1.1.0
25022026-03-19T03:58:12.718Z Checking hostname v0.3.1
25032026-03-19T03:58:12.792Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-19T03:58:12.860Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-03-19T03:58:12.889Z Checking slog-json v2.6.1
25062026-03-19T03:58:12.957Z Checking toml v0.9.12+spec-1.1.0
25072026-03-19T03:58:13.044Z Checking macaddr v1.0.1
25082026-03-19T03:58:13.092Z Checking slog-bunyan v2.5.0
25092026-03-19T03:58:13.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-03-19T03:58:13.284Z Checking async-stream v0.3.6
25112026-03-19T03:58:13.628Z Checking waitgroup v0.1.2
25122026-03-19T03:58:13.733Z Checking rustls-pemfile v2.2.0
25132026-03-19T03:58:13.736Z Checking serde_path_to_error v0.1.20
25142026-03-19T03:58:13.773Z Checking hostname v0.4.2
25152026-03-19T03:58:13.776Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-03-19T03:58:13.899Z Checking progenitor-client v0.13.0
25172026-03-19T03:58:13.919Z Checking progenitor-client v0.10.0
25182026-03-19T03:58:13.939Z Compiling itertools v0.14.0
25192026-03-19T03:58:13.967Z Compiling test-strategy v0.4.5
25202026-03-19T03:58:14.126Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-19T03:58:14.195Z Checking backon v1.6.0
25222026-03-19T03:58:14.215Z Checking instant v0.1.13
25232026-03-19T03:58:14.327Z Checking backoff v0.4.0
25242026-03-19T03:58:14.411Z Checking progenitor-extras v0.1.1
25252026-03-19T03:58:14.472Z Checking parse-display v0.10.0
25262026-03-19T03:58:14.552Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-19T03:58:14.658Z Checking heck v0.5.0
25282026-03-19T03:58:14.755Z Checking tokio-rustls v0.25.0
25292026-03-19T03:58:14.885Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-19T03:58:14.906Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-19T03:58:15.162Z Compiling crucible-workspace-hack v0.1.0
25322026-03-19T03:58:15.181Z Compiling heapless v0.8.0
25332026-03-19T03:58:15.379Z Compiling convert_case v0.4.0
25342026-03-19T03:58:15.627Z Compiling ingot-macros v0.1.1
25352026-03-19T03:58:15.765Z Compiling proc-macro-crate v3.4.0
25362026-03-19T03:58:15.873Z Compiling derive_more v0.99.20
25372026-03-19T03:58:15.897Z Checking hash32 v0.3.1
25382026-03-19T03:58:16.000Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-19T03:58:16.057Z Checking secrecy v0.10.3
25402026-03-19T03:58:16.210Z Compiling smoltcp v0.11.0
25412026-03-19T03:58:16.372Z Compiling prettyplease v0.2.37
25422026-03-19T03:58:16.527Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25432026-03-19T03:58:16.530Z Compiling num_enum_derive v0.7.5
25442026-03-19T03:58:16.788Z Compiling typify-impl v0.6.1
25452026-03-19T03:58:16.808Z Checking tabwriter v1.4.1
25462026-03-19T03:58:16.996Z Checking cobs v0.3.0
25472026-03-19T03:58:17.190Z Compiling foreign-types-macros v0.2.3
25482026-03-19T03:58:17.218Z Checking cpufeatures v0.3.0
25492026-03-19T03:58:17.316Z Checking foreign-types-shared v0.3.1
25502026-03-19T03:58:17.431Z Compiling unsafe-libyaml v0.2.11
25512026-03-19T03:58:17.535Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-19T03:58:17.970Z Checking num_enum v0.7.5
25532026-03-19T03:58:18.007Z Checking foreign-types v0.5.0
25542026-03-19T03:58:18.125Z Compiling serde_yaml v0.9.34+deprecated
25552026-03-19T03:58:18.258Z Checking chacha20 v0.10.0
25562026-03-19T03:58:18.539Z Checking postcard v1.1.3
25572026-03-19T03:58:19.480Z Compiling proc-macro-crate v1.3.1
25582026-03-19T03:58:19.483Z Checking ingot-types v0.1.2
25592026-03-19T03:58:19.500Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-03-19T03:58:19.988Z Checking ingot v0.1.1
25612026-03-19T03:58:20.021Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-19T03:58:20.043Z Checking cstr-argument v0.1.2
25632026-03-19T03:58:20.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-19T03:58:20.152Z Checking colored v3.1.1
25652026-03-19T03:58:20.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-03-19T03:58:20.293Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-19T03:58:20.356Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-19T03:58:20.413Z Compiling num_enum_derive v0.5.11
25692026-03-19T03:58:20.487Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-19T03:58:20.529Z Checking rand v0.10.0
25712026-03-19T03:58:21.738Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-19T03:58:22.167Z Checking num_enum v0.5.11
25732026-03-19T03:58:22.299Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-19T03:58:22.846Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25752026-03-19T03:58:23.216Z Compiling typify-macro v0.6.1
25762026-03-19T03:58:23.236Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25772026-03-19T03:58:23.280Z Compiling typify-impl v0.4.3
25782026-03-19T03:58:23.441Z Checking camino-tempfile v1.4.1
25792026-03-19T03:58:23.570Z Checking num-rational v0.4.2
25802026-03-19T03:58:23.956Z Checking half v2.7.1
25812026-03-19T03:58:24.019Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25822026-03-19T03:58:24.231Z Compiling thiserror-impl-no-std v2.0.2
25832026-03-19T03:58:24.307Z Checking universal-hash v0.5.1
25842026-03-19T03:58:24.326Z Checking num-complex v0.4.6
25852026-03-19T03:58:24.466Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25862026-03-19T03:58:24.778Z Checking opaque-debug v0.3.1
25872026-03-19T03:58:24.783Z Checking ciborium-io v0.2.2
25882026-03-19T03:58:24.817Z Checking num v0.4.3
25892026-03-19T03:58:24.869Z Checking poly1305 v0.8.0
25902026-03-19T03:58:24.917Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-19T03:58:24.921Z Checking ciborium-ll v0.2.2
25922026-03-19T03:58:24.994Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25932026-03-19T03:58:25.185Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25942026-03-19T03:58:25.218Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25952026-03-19T03:58:25.450Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25962026-03-19T03:58:25.497Z Compiling typify v0.6.1
25972026-03-19T03:58:25.678Z Checking toml v0.8.23
25982026-03-19T03:58:25.813Z Checking thiserror-no-std v2.0.2
25992026-03-19T03:58:25.927Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26002026-03-19T03:58:26.134Z Checking password-hash v0.5.0
26012026-03-19T03:58:26.170Z Checking chacha20 v0.9.1
26022026-03-19T03:58:26.428Z Compiling usdt-attr-macro v0.5.0
26032026-03-19T03:58:26.490Z Compiling usdt-macro v0.5.0
26042026-03-19T03:58:26.691Z Checking smf v0.2.3
26052026-03-19T03:58:27.004Z Checking blake2 v0.10.6
26062026-03-19T03:58:27.209Z Checking aead v0.5.2
26072026-03-19T03:58:27.229Z Checking sigpipe v0.1.3
26082026-03-19T03:58:27.320Z Checking memmap v0.7.0
26092026-03-19T03:58:27.389Z Compiling num-derive v0.4.2
26102026-03-19T03:58:27.448Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-19T03:58:27.451Z Checking glob v0.3.3
26122026-03-19T03:58:27.488Z Checking float-ord v0.3.2
26132026-03-19T03:58:27.620Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-19T03:58:27.703Z Checking usdt v0.5.0
26152026-03-19T03:58:27.721Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-03-19T03:58:27.924Z Checking chacha20poly1305 v0.10.1
26172026-03-19T03:58:27.933Z Checking argon2 v0.5.3
26182026-03-19T03:58:28.073Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-19T03:58:28.129Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26202026-03-19T03:58:28.330Z Checking vsss-rs v3.3.4
26212026-03-19T03:58:28.348Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-03-19T03:58:28.378Z Compiling progenitor-impl v0.13.0
26232026-03-19T03:58:28.603Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-03-19T03:58:29.084Z Checking ciborium v0.2.2
26252026-03-19T03:58:29.151Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-19T03:58:29.294Z Checking indent_write v2.2.0
26272026-03-19T03:58:29.461Z Checking whoami v1.6.1
26282026-03-19T03:58:29.480Z Compiling semver v0.1.20
26292026-03-19T03:58:29.591Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-19T03:58:29.682Z Compiling typify-macro v0.4.3
26312026-03-19T03:58:29.838Z Compiling rustc_version v0.1.7
26322026-03-19T03:58:29.966Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-19T03:58:30.147Z Compiling pin-project-internal v1.1.11
26342026-03-19T03:58:30.751Z Checking linked-hash-map v0.5.6
26352026-03-19T03:58:30.871Z Compiling minimal-lexical v0.2.1
26362026-03-19T03:58:30.976Z Checking swrite v0.1.0
26372026-03-19T03:58:31.097Z Checking lru-cache v0.1.2
26382026-03-19T03:58:31.205Z Compiling nom v7.1.3
26392026-03-19T03:58:31.279Z Compiling newtype_derive v0.1.6
26402026-03-19T03:58:31.751Z Checking pin-project v1.1.11
26412026-03-19T03:58:31.881Z Checking newline-converter v0.3.0
26422026-03-19T03:58:32.018Z Checking atomicwrites v0.4.4
26432026-03-19T03:58:32.037Z Compiling typify v0.4.3
26442026-03-19T03:58:32.061Z Compiling progenitor-macro v0.13.0
26452026-03-19T03:58:32.178Z Checking hickory-proto v0.24.4
26462026-03-19T03:58:32.198Z Checking phf_shared v0.12.1
26472026-03-19T03:58:32.218Z Checking console v0.15.11
26482026-03-19T03:58:32.256Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26492026-03-19T03:58:32.385Z Checking pem v3.0.6
26502026-03-19T03:58:32.603Z Checking csv-core v0.1.13
26512026-03-19T03:58:32.844Z Compiling snafu-derive v0.8.9
26522026-03-19T03:58:33.076Z Compiling derive-where v1.6.0
26532026-03-19T03:58:33.080Z Compiling async-recursion v1.1.1
26542026-03-19T03:58:33.970Z Compiling slog-dtrace v0.3.0
26552026-03-19T03:58:34.212Z Checking resolv-conf v0.7.6
26562026-03-19T03:58:34.459Z Checking unicode-width v0.1.14
26572026-03-19T03:58:34.643Z Compiling chrono-tz v0.10.4
26582026-03-19T03:58:34.788Z Compiling owo-colors v4.3.0
26592026-03-19T03:58:34.840Z Compiling cancel-safe-futures v0.1.5
26602026-03-19T03:58:34.888Z Checking highway v1.3.0
26612026-03-19T03:58:35.102Z Checking same-file v1.0.6
26622026-03-19T03:58:35.178Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26632026-03-19T03:58:35.255Z Checking walkdir v2.5.0
26642026-03-19T03:58:35.275Z Compiling const_format_proc_macros v0.2.34
26652026-03-19T03:58:35.393Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26662026-03-19T03:58:35.471Z Checking hickory-resolver v0.24.4
26672026-03-19T03:58:35.474Z Checking snafu v0.8.9
26682026-03-19T03:58:36.010Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692026-03-19T03:58:36.168Z Checking csv v1.4.0
26702026-03-19T03:58:36.425Z Checking expectorate v1.2.0
26712026-03-19T03:58:36.509Z Checking phf v0.12.1
26722026-03-19T03:58:36.689Z Compiling progenitor-impl v0.10.0
26732026-03-19T03:58:36.716Z Checking tokio-dtrace v0.1.1
26742026-03-19T03:58:36.793Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26752026-03-19T03:58:36.841Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26762026-03-19T03:58:36.946Z Checking globset v0.4.18
26772026-03-19T03:58:37.271Z Checking olpc-cjson v0.1.4
26782026-03-19T03:58:37.299Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-19T03:58:37.400Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26802026-03-19T03:58:37.448Z Checking libsw-core v0.3.2
26812026-03-19T03:58:37.517Z Checking serde_plain v1.0.2
26822026-03-19T03:58:37.633Z Checking arc-swap v1.8.2
26832026-03-19T03:58:37.637Z Compiling lzma-sys v0.1.20
26842026-03-19T03:58:37.712Z Checking utf-8 v0.7.6
26852026-03-19T03:58:37.888Z Checking bytecount v0.6.9
26862026-03-19T03:58:37.924Z Checking typed-path v0.9.3
26872026-03-19T03:58:38.175Z Checking papergrid v0.11.0
26882026-03-19T03:58:38.786Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26892026-03-19T03:58:39.002Z Checking slog-scope v4.4.1
26902026-03-19T03:58:39.022Z Checking tough v0.20.0
26912026-03-19T03:58:39.042Z Checking tungstenite v0.21.0
26922026-03-19T03:58:39.157Z Checking progenitor v0.13.0
26932026-03-19T03:58:39.175Z Checking libsw v3.5.0
26942026-03-19T03:58:39.329Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26952026-03-19T03:58:39.370Z Checking oxide-tokio-rt v0.1.3
26962026-03-19T03:58:39.605Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26972026-03-19T03:58:39.791Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26982026-03-19T03:58:40.055Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26992026-03-19T03:58:40.172Z Checking qorb v0.4.1
27002026-03-19T03:58:40.310Z Compiling progenitor-macro v0.10.0
27012026-03-19T03:58:41.164Z Checking const_format v0.2.35
27022026-03-19T03:58:41.316Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-19T03:58:41.773Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27042026-03-19T03:58:41.818Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27052026-03-19T03:58:41.930Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27062026-03-19T03:58:41.952Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27072026-03-19T03:58:42.392Z Compiling cargo_toml v0.22.3
27082026-03-19T03:58:42.504Z Checking gethostname v0.5.0
27092026-03-19T03:58:42.525Z Compiling tabled_derive v0.7.0
27102026-03-19T03:58:42.588Z Checking bcs v0.1.6
27112026-03-19T03:58:42.607Z Checking smawk v0.3.2
27122026-03-19T03:58:42.625Z Checking linear-map v1.2.0
27132026-03-19T03:58:42.775Z Checking termtree v0.5.1
27142026-03-19T03:58:42.860Z Checking unicode-linebreak v0.1.5
27152026-03-19T03:58:42.903Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-19T03:58:42.952Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27172026-03-19T03:58:43.141Z Checking textwrap v0.16.2
27182026-03-19T03:58:43.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27192026-03-19T03:58:43.461Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27202026-03-19T03:58:43.812Z Checking tabled v0.15.0
27212026-03-19T03:58:44.313Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27222026-03-19T03:58:44.550Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27232026-03-19T03:58:44.611Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27242026-03-19T03:58:44.806Z Checking steno v0.4.1
27252026-03-19T03:58:44.829Z Checking tokio-tungstenite v0.21.0
27262026-03-19T03:58:45.184Z Checking slog-stdlog v4.1.1
27272026-03-19T03:58:45.344Z Checking typeid v1.0.3
27282026-03-19T03:58:45.476Z Checking humantime v2.3.0
27292026-03-19T03:58:45.545Z Checking base64 v0.21.7
27302026-03-19T03:58:45.729Z Checking xz2 v0.1.7
27312026-03-19T03:58:45.858Z Checking ron v0.12.0
27322026-03-19T03:58:45.950Z Checking slog-envlogger v2.2.0
27332026-03-19T03:58:46.143Z Checking yasna v0.5.2
27342026-03-19T03:58:46.164Z Checking headers-core v0.3.0
27352026-03-19T03:58:46.303Z Checking filetime v0.2.27
27362026-03-19T03:58:46.362Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27372026-03-19T03:58:46.494Z Checking xattr v1.6.1
27382026-03-19T03:58:46.663Z Checking base16ct v1.0.0
27392026-03-19T03:58:46.683Z Checking rcgen v0.12.1
27402026-03-19T03:58:46.686Z Checking tar v0.4.44
27412026-03-19T03:58:46.831Z Checking headers v0.4.1
27422026-03-19T03:58:46.874Z Checking subprocess v0.2.15
27432026-03-19T03:58:47.406Z Checking progenitor v0.10.0
27442026-03-19T03:58:47.565Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-19T03:58:55.034Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27462026-03-19T03:59:03.214Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-03-19T03:59:05.011Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27482026-03-19T03:59:06.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27492026-03-19T03:59:06.808Z
27502026-03-19T03:59:06.808Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27512026-03-19T03:59:07.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522026-03-19T03:59:07.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532026-03-19T03:59:07.840Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-19T03:59:09.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27552026-03-19T03:59:09.784Z
27562026-03-19T03:59:09.784Zinfo: running `cargo check --bins` on nexus-config (51/257)
27572026-03-19T03:59:10.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-19T03:59:10.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-19T03:59:10.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602026-03-19T03:59:10.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27612026-03-19T03:59:10.616Z
27622026-03-19T03:59:10.616Zinfo: running `cargo check --bins` on nexus-types (52/257)
27632026-03-19T03:59:11.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-19T03:59:11.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-19T03:59:11.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-19T03:59:11.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27672026-03-19T03:59:11.449Z
27682026-03-19T03:59:11.449Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27692026-03-19T03:59:12.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-19T03:59:12.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-19T03:59:12.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-19T03:59:12.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27732026-03-19T03:59:12.229Z
27742026-03-19T03:59:12.230Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27752026-03-19T03:59:12.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-19T03:59:12.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-19T03:59:12.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-19T03:59:12.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27792026-03-19T03:59:13.007Z
27802026-03-19T03:59:13.007Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27812026-03-19T03:59:13.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-19T03:59:13.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-19T03:59:13.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-19T03:59:13.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27852026-03-19T03:59:13.765Z
27862026-03-19T03:59:13.765Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27872026-03-19T03:59:14.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-19T03:59:14.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-19T03:59:14.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-19T03:59:14.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27912026-03-19T03:59:14.529Z
27922026-03-19T03:59:14.529Zinfo: running `cargo check --bins` on ereport-types (57/257)
27932026-03-19T03:59:15.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-19T03:59:15.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-19T03:59:15.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-19T03:59:15.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27972026-03-19T03:59:15.299Z
27982026-03-19T03:59:15.299Zinfo: running `cargo check --bins` on gateway-client (58/257)
27992026-03-19T03:59:15.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-19T03:59:15.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-19T03:59:15.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-19T03:59:15.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28032026-03-19T03:59:16.074Z
28042026-03-19T03:59:16.074Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28052026-03-19T03:59:16.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-19T03:59:16.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-19T03:59:16.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-19T03:59:16.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28092026-03-19T03:59:16.844Z
28102026-03-19T03:59:16.844Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28112026-03-19T03:59:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-19T03:59:17.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-19T03:59:17.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-19T03:59:17.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28152026-03-19T03:59:17.611Z
28162026-03-19T03:59:17.611Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28172026-03-19T03:59:18.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-19T03:59:18.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-19T03:59:18.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-19T03:59:18.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28212026-03-19T03:59:18.380Z
28222026-03-19T03:59:18.380Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28232026-03-19T03:59:19.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-19T03:59:19.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-19T03:59:19.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-19T03:59:19.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28272026-03-19T03:59:19.148Z
28282026-03-19T03:59:19.148Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28292026-03-19T03:59:19.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-19T03:59:19.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-19T03:59:19.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-19T03:59:19.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28332026-03-19T03:59:19.935Z
28342026-03-19T03:59:19.935Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28352026-03-19T03:59:20.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-19T03:59:20.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-19T03:59:20.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-19T03:59:20.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28392026-03-19T03:59:20.724Z
28402026-03-19T03:59:20.725Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28412026-03-19T03:59:21.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-19T03:59:21.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-19T03:59:21.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-19T03:59:21.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28452026-03-19T03:59:21.481Z
28462026-03-19T03:59:21.481Zinfo: running `cargo check --bins` on oxlog (66/257)
28472026-03-19T03:59:22.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-19T03:59:22.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-19T03:59:22.289Z Compiling newtype-uuid v1.3.2
28502026-03-19T03:59:22.546Z Compiling daft v0.1.5
28512026-03-19T03:59:22.807Z Compiling iddqd v0.3.17
28522026-03-19T03:59:24.063Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-03-19T03:59:24.345Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28542026-03-19T03:59:24.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28552026-03-19T03:59:24.896Z
28562026-03-19T03:59:24.896Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28572026-03-19T03:59:25.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-03-19T03:59:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-03-19T03:59:25.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-03-19T03:59:25.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28612026-03-19T03:59:25.671Z
28622026-03-19T03:59:25.671Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28632026-03-19T03:59:26.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-19T03:59:26.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-19T03:59:26.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-19T03:59:26.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28672026-03-19T03:59:26.451Z
28682026-03-19T03:59:26.451Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28692026-03-19T03:59:27.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-19T03:59:27.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-19T03:59:27.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-19T03:59:27.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28732026-03-19T03:59:27.265Z
28742026-03-19T03:59:27.265Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28752026-03-19T03:59:27.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-19T03:59:27.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-19T03:59:27.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-19T03:59:27.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28792026-03-19T03:59:28.024Z
28802026-03-19T03:59:28.024Zinfo: running `cargo check --bins` on oxql-types (71/257)
28812026-03-19T03:59:28.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-19T03:59:28.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-19T03:59:28.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-19T03:59:28.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28852026-03-19T03:59:28.804Z
28862026-03-19T03:59:28.804Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28872026-03-19T03:59:29.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-19T03:59:29.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-19T03:59:29.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-19T03:59:29.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28912026-03-19T03:59:29.583Z
28922026-03-19T03:59:29.583Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28932026-03-19T03:59:30.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-19T03:59:30.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-19T03:59:30.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-19T03:59:30.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28972026-03-19T03:59:30.362Z
28982026-03-19T03:59:30.362Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28992026-03-19T03:59:31.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-19T03:59:31.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-19T03:59:31.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-19T03:59:31.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29032026-03-19T03:59:31.123Z
29042026-03-19T03:59:31.123Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29052026-03-19T03:59:31.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-19T03:59:31.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-19T03:59:31.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-19T03:59:31.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29092026-03-19T03:59:31.922Z
29102026-03-19T03:59:31.922Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29112026-03-19T03:59:32.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-19T03:59:32.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-19T03:59:32.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-19T03:59:32.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29152026-03-19T03:59:32.721Z
29162026-03-19T03:59:32.721Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29172026-03-19T03:59:33.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-19T03:59:33.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-19T03:59:33.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-19T03:59:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29212026-03-19T03:59:33.524Z
29222026-03-19T03:59:33.524Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29232026-03-19T03:59:34.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-19T03:59:34.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-19T03:59:34.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-19T03:59:34.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29272026-03-19T03:59:34.327Z
29282026-03-19T03:59:34.327Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29292026-03-19T03:59:34.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-19T03:59:34.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-19T03:59:34.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-19T03:59:34.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29332026-03-19T03:59:35.094Z
29342026-03-19T03:59:35.094Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29352026-03-19T03:59:35.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-19T03:59:35.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-19T03:59:35.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-19T03:59:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29392026-03-19T03:59:35.858Z
29402026-03-19T03:59:35.858Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29412026-03-19T03:59:36.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-19T03:59:36.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-19T03:59:36.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-19T03:59:36.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29452026-03-19T03:59:36.621Z
29462026-03-19T03:59:36.621Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29472026-03-19T03:59:37.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-19T03:59:37.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-19T03:59:37.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-19T03:59:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29512026-03-19T03:59:37.381Z
29522026-03-19T03:59:37.381Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29532026-03-19T03:59:38.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-19T03:59:38.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-19T03:59:38.258Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-03-19T03:59:38.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29572026-03-19T03:59:39.147Z
29582026-03-19T03:59:39.147Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29592026-03-19T03:59:39.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-19T03:59:39.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-19T03:59:40.046Z Compiling ar_archive_writer v0.5.1
29622026-03-19T03:59:40.176Z Compiling stacker v0.1.23
29632026-03-19T03:59:40.189Z Compiling cfg_aliases v0.1.1
29642026-03-19T03:59:40.200Z Compiling convert_case v0.10.0
29652026-03-19T03:59:40.237Z Checking fd-lock v4.0.4
29662026-03-19T03:59:40.240Z Checking nibble_vec v0.1.0
29672026-03-19T03:59:40.240Z Checking vte v0.14.1
29682026-03-19T03:59:40.240Z Compiling recursive-proc-macro-impl v0.1.1
29692026-03-19T03:59:40.297Z Compiling nix v0.28.0
29702026-03-19T03:59:40.402Z Checking endian-type v0.1.2
29712026-03-19T03:59:40.430Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-03-19T03:59:40.494Z Checking strip-ansi-escapes v0.2.1
29732026-03-19T03:59:40.514Z Compiling peg-macros v0.8.5
29742026-03-19T03:59:40.562Z Checking radix_trie v0.2.1
29752026-03-19T03:59:40.594Z Compiling derive_more-impl v2.1.1
29762026-03-19T03:59:40.618Z Checking winnow v0.6.26
29772026-03-19T03:59:40.764Z Compiling sqlparser_derive v0.5.0
29782026-03-19T03:59:40.840Z Checking nu-ansi-term v0.50.3
29792026-03-19T03:59:41.058Z Checking unicode_categories v0.1.1
29802026-03-19T03:59:41.110Z Checking home v0.5.12
29812026-03-19T03:59:41.241Z Checking reedline v0.40.0
29822026-03-19T03:59:41.293Z Checking display-error-chain v0.2.2
29832026-03-19T03:59:41.349Z Compiling psm v0.1.30
29842026-03-19T03:59:41.664Z Checking derive_more v2.1.1
29852026-03-19T03:59:41.755Z Checking crossterm v0.29.0
29862026-03-19T03:59:42.044Z Checking peg v0.8.5
29872026-03-19T03:59:42.098Z Checking rustyline v14.0.0
29882026-03-19T03:59:42.159Z Checking sqlformat v0.3.5
29892026-03-19T03:59:42.287Z Checking recursive v0.1.1
29902026-03-19T03:59:42.392Z Checking sqlparser v0.61.0
29912026-03-19T03:59:58.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
29922026-03-19T03:59:58.465Z
29932026-03-19T03:59:58.466Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29942026-03-19T03:59:59.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-03-19T03:59:59.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-03-19T03:59:59.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29972026-03-19T04:00:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
29982026-03-19T04:00:04.219Z
29992026-03-19T04:00:04.219Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
30002026-03-19T04:00:04.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-19T04:00:04.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-19T04:00:05.119Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-19T04:00:08.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
30042026-03-19T04:00:08.612Z
30052026-03-19T04:00:08.612Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30062026-03-19T04:00:09.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-19T04:00:09.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-19T04:00:09.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-19T04:00:13.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
30102026-03-19T04:00:14.115Z
30112026-03-19T04:00:14.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30122026-03-19T04:00:14.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-19T04:00:14.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-19T04:00:15.019Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-19T04:00:19.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
30162026-03-19T04:00:19.653Z
30172026-03-19T04:00:19.653Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30182026-03-19T04:00:20.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-19T04:00:20.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-19T04:00:20.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-19T04:00:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
30222026-03-19T04:00:24.256Z
30232026-03-19T04:00:24.256Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30242026-03-19T04:00:24.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-19T04:00:24.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-19T04:00:25.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-19T04:00:28.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
30282026-03-19T04:00:28.890Z
30292026-03-19T04:00:28.890Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30302026-03-19T04:00:29.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-19T04:00:29.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-19T04:00:29.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-19T04:00:34.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
30342026-03-19T04:00:34.644Z
30352026-03-19T04:00:34.644Zinfo: running `cargo check --bins` on oximeter (92/257)
30362026-03-19T04:00:35.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-19T04:00:35.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-19T04:00:35.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-03-19T04:00:35.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30402026-03-19T04:00:35.431Z
30412026-03-19T04:00:35.432Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30422026-03-19T04:00:36.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-19T04:00:36.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-19T04:00:36.285Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-19T04:00:36.478Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-03-19T04:00:36.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-19T04:00:36.924Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30482026-03-19T04:00:41.752Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30492026-03-19T04:00:42.170Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30502026-03-19T04:00:43.707Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30512026-03-19T04:00:44.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
30522026-03-19T04:00:44.796Z
30532026-03-19T04:00:44.796Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30542026-03-19T04:00:45.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-03-19T04:00:45.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-03-19T04:00:45.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-03-19T04:00:45.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30582026-03-19T04:00:45.583Z
30592026-03-19T04:00:45.583Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30602026-03-19T04:00:46.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-19T04:00:46.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-19T04:00:46.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-19T04:00:46.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30642026-03-19T04:00:46.430Z
30652026-03-19T04:00:46.430Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30662026-03-19T04:00:47.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-19T04:00:47.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-19T04:00:47.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-19T04:00:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30702026-03-19T04:00:47.236Z
30712026-03-19T04:00:47.236Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30722026-03-19T04:00:47.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-19T04:00:47.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-19T04:00:47.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-19T04:00:47.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30762026-03-19T04:00:48.037Z
30772026-03-19T04:00:48.037Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30782026-03-19T04:00:48.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-19T04:00:48.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-19T04:00:48.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-19T04:00:48.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30822026-03-19T04:00:48.846Z
30832026-03-19T04:00:48.846Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30842026-03-19T04:00:49.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-19T04:00:49.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-19T04:00:49.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-19T04:00:49.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30882026-03-19T04:00:49.654Z
30892026-03-19T04:00:49.654Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30902026-03-19T04:00:50.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-19T04:00:50.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-19T04:00:50.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-19T04:00:50.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30942026-03-19T04:00:50.416Z
30952026-03-19T04:00:50.416Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30962026-03-19T04:00:51.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-19T04:00:51.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-19T04:00:51.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-19T04:00:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31002026-03-19T04:00:51.216Z
31012026-03-19T04:00:51.216Zinfo: running `cargo check --bins` on update-engine (102/257)
31022026-03-19T04:00:51.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-19T04:00:51.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-19T04:00:51.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-19T04:00:51.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31062026-03-19T04:00:51.986Z
31072026-03-19T04:00:51.986Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31082026-03-19T04:00:52.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-19T04:00:52.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-19T04:00:52.908Z Checking dropshot-api-manager-types v0.6.0
31112026-03-19T04:00:52.940Z Checking nanorand v0.7.0
31122026-03-19T04:00:53.211Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-03-19T04:00:53.249Z Checking flume v0.11.1
31142026-03-19T04:00:53.562Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31152026-03-19T04:00:54.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
31162026-03-19T04:00:55.040Z
31172026-03-19T04:00:55.040Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31182026-03-19T04:00:55.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-03-19T04:00:55.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-03-19T04:00:55.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-03-19T04:00:55.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31222026-03-19T04:00:55.826Z
31232026-03-19T04:00:55.826Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31242026-03-19T04:00:56.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-19T04:00:56.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-19T04:00:56.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-19T04:00:56.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31282026-03-19T04:00:56.613Z
31292026-03-19T04:00:56.613Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31302026-03-19T04:00:57.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-19T04:00:57.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-19T04:00:57.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-19T04:00:57.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31342026-03-19T04:00:57.396Z
31352026-03-19T04:00:57.396Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31362026-03-19T04:00:58.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-19T04:00:58.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-19T04:00:58.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-19T04:00:58.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31402026-03-19T04:00:58.202Z
31412026-03-19T04:00:58.202Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31422026-03-19T04:00:58.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-19T04:00:58.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-19T04:00:58.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-19T04:00:58.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31462026-03-19T04:00:58.991Z
31472026-03-19T04:00:58.991Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31482026-03-19T04:00:59.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-19T04:00:59.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-19T04:00:59.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-19T04:00:59.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31522026-03-19T04:00:59.777Z
31532026-03-19T04:00:59.777Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31542026-03-19T04:01:00.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-19T04:01:00.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-19T04:01:00.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-19T04:01:00.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31582026-03-19T04:01:00.566Z
31592026-03-19T04:01:00.566Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31602026-03-19T04:01:01.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-19T04:01:01.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-19T04:01:01.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-19T04:01:01.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31642026-03-19T04:01:01.331Z
31652026-03-19T04:01:01.331Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31662026-03-19T04:01:02.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-19T04:01:02.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-19T04:01:02.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-19T04:01:02.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31702026-03-19T04:01:02.116Z
31712026-03-19T04:01:02.116Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31722026-03-19T04:01:02.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-19T04:01:02.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-19T04:01:02.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-19T04:01:02.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31762026-03-19T04:01:02.900Z
31772026-03-19T04:01:02.900Zinfo: running `cargo check --bins` on installinator-client (114/257)
31782026-03-19T04:01:03.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-19T04:01:03.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-19T04:01:03.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-19T04:01:03.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31822026-03-19T04:01:03.688Z
31832026-03-19T04:01:03.688Zinfo: running `cargo check --bins` on nexus-client (115/257)
31842026-03-19T04:01:04.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-19T04:01:04.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-19T04:01:04.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-19T04:01:04.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31882026-03-19T04:01:04.525Z
31892026-03-19T04:01:04.525Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31902026-03-19T04:01:05.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-19T04:01:05.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-19T04:01:05.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-19T04:01:05.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31942026-03-19T04:01:05.358Z
31952026-03-19T04:01:05.358Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31962026-03-19T04:01:06.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-19T04:01:06.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-19T04:01:06.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-19T04:01:06.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32002026-03-19T04:01:06.122Z
32012026-03-19T04:01:06.122Zinfo: running `cargo check --bins` on oxide-client (118/257)
32022026-03-19T04:01:06.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-19T04:01:06.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-19T04:01:06.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-19T04:01:06.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32062026-03-19T04:01:06.893Z
32072026-03-19T04:01:06.893Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32082026-03-19T04:01:07.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-19T04:01:07.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-19T04:01:07.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-19T04:01:07.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32122026-03-19T04:01:07.675Z
32132026-03-19T04:01:07.675Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32142026-03-19T04:01:08.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-19T04:01:08.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-19T04:01:08.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-19T04:01:08.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32182026-03-19T04:01:08.445Z
32192026-03-19T04:01:08.445Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32202026-03-19T04:01:09.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-19T04:01:09.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-19T04:01:09.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-19T04:01:09.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32242026-03-19T04:01:09.258Z
32252026-03-19T04:01:09.258Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32262026-03-19T04:01:09.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-19T04:01:09.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-19T04:01:09.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-19T04:01:09.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32302026-03-19T04:01:10.066Z
32312026-03-19T04:01:10.066Zinfo: running `cargo check --bins` on installinator-common (123/257)
32322026-03-19T04:01:10.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-19T04:01:10.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-19T04:01:10.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-19T04:01:10.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32362026-03-19T04:01:10.858Z
32372026-03-19T04:01:10.858Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32382026-03-19T04:01:11.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-19T04:01:11.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-19T04:01:11.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-19T04:01:11.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32422026-03-19T04:01:11.624Z
32432026-03-19T04:01:11.624Zinfo: running `cargo check --bins` on wicket-common (125/257)
32442026-03-19T04:01:12.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-19T04:01:12.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-19T04:01:12.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-19T04:01:12.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32482026-03-19T04:01:12.426Z
32492026-03-19T04:01:12.426Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32502026-03-19T04:01:13.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-19T04:01:13.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-19T04:01:13.320Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32532026-03-19T04:01:13.325Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-03-19T04:01:13.325Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32552026-03-19T04:01:13.474Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32562026-03-19T04:01:13.477Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32572026-03-19T04:01:13.624Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32582026-03-19T04:01:13.668Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-03-19T04:01:13.955Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32602026-03-19T04:01:13.958Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-03-19T04:01:16.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32622026-03-19T04:01:16.994Z
32632026-03-19T04:01:16.994Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32642026-03-19T04:01:17.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652026-03-19T04:01:17.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662026-03-19T04:01:17.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32672026-03-19T04:01:17.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32682026-03-19T04:01:17.774Z
32692026-03-19T04:01:17.775Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32702026-03-19T04:01:18.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-19T04:01:18.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-19T04:01:18.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-19T04:01:18.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32742026-03-19T04:01:18.679Z
32752026-03-19T04:01:18.679Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32762026-03-19T04:01:19.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-19T04:01:19.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-19T04:01:19.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-19T04:01:19.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32802026-03-19T04:01:19.576Z
32812026-03-19T04:01:19.576Zinfo: running `cargo check --bins` on dns-server (130/257)
32822026-03-19T04:01:20.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-19T04:01:20.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-19T04:01:20.468Z Compiling parking_lot_core v0.8.6
32852026-03-19T04:01:20.468Z Compiling git-stub v1.0.0
32862026-03-19T04:01:20.471Z Compiling atomicwrites v0.4.4
32872026-03-19T04:01:20.471Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32882026-03-19T04:01:20.629Z Checking tagptr v0.2.0
32892026-03-19T04:01:20.642Z Checking prefix-trie v0.7.0
32902026-03-19T04:01:20.645Z Checking fxhash v0.2.1
32912026-03-19T04:01:20.645Z Checking hickory-client v0.25.2
32922026-03-19T04:01:20.821Z Compiling git-stub-vcs v0.1.0
32932026-03-19T04:01:20.824Z Checking moka v0.12.13
32942026-03-19T04:01:21.099Z Checking hickory-server v0.25.2
32952026-03-19T04:01:21.134Z Checking parking_lot v0.11.2
32962026-03-19T04:01:21.176Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32972026-03-19T04:01:21.242Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-19T04:01:21.245Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-19T04:01:21.245Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33002026-03-19T04:01:21.365Z Checking sled v0.34.7
33012026-03-19T04:01:21.639Z Checking hickory-resolver v0.25.2
33022026-03-19T04:01:24.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
33032026-03-19T04:01:24.325Z
33042026-03-19T04:01:24.325Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33052026-03-19T04:01:25.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-03-19T04:01:25.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-03-19T04:01:25.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-03-19T04:01:25.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33092026-03-19T04:01:25.107Z
33102026-03-19T04:01:25.107Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33112026-03-19T04:01:25.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-03-19T04:01:25.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-03-19T04:01:25.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-03-19T04:01:25.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33152026-03-19T04:01:25.959Z
33162026-03-19T04:01:25.959Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33172026-03-19T04:01:26.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-19T04:01:26.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-19T04:01:26.944Z Compiling radium v0.7.0
33202026-03-19T04:01:27.083Z Checking tap v1.0.1
33212026-03-19T04:01:27.085Z Compiling maybe-uninit v2.0.0
33222026-03-19T04:01:27.133Z Compiling zerocopy-derive v0.6.6
33232026-03-19T04:01:27.135Z Compiling packed_struct v0.10.1
33242026-03-19T04:01:27.136Z Checking funty v2.0.0
33252026-03-19T04:01:27.136Z Checking crc-catalog v2.4.0
33262026-03-19T04:01:27.138Z Compiling packed_struct_codegen v0.10.1
33272026-03-19T04:01:27.233Z Checking wyz v0.5.1
33282026-03-19T04:01:27.285Z Checking crc v3.4.0
33292026-03-19T04:01:27.471Z Compiling bitfield-macros v0.19.4
33302026-03-19T04:01:27.524Z Compiling indexmap v1.9.3
33312026-03-19T04:01:27.546Z Checking nodrop v0.1.14
33322026-03-19T04:01:27.575Z Checking smallvec v0.6.14
33332026-03-19T04:01:27.630Z Checking hashbrown v0.12.3
33342026-03-19T04:01:27.649Z Checking bitvec v1.0.1
33352026-03-19T04:01:27.665Z Checking array-init v0.0.4
33362026-03-19T04:01:27.786Z Checking ron v0.8.1
33372026-03-19T04:01:27.829Z Checking hashbrown v0.13.2
33382026-03-19T04:01:28.139Z Checking serde-hex v0.1.0
33392026-03-19T04:01:28.258Z Checking zerocopy v0.6.6
33402026-03-19T04:01:28.393Z Checking crc-any v2.5.0
33412026-03-19T04:01:28.411Z Checking bitfield v0.19.4
33422026-03-19T04:01:28.500Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33432026-03-19T04:01:28.623Z Checking half v1.8.3
33442026-03-19T04:01:28.641Z Checking path-slash v0.1.5
33452026-03-19T04:01:28.644Z Checking object v0.30.4
33462026-03-19T04:01:28.674Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-03-19T04:01:28.759Z Checking void v1.0.2
33482026-03-19T04:01:28.777Z Checking tungstenite v0.23.0
33492026-03-19T04:01:28.866Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-19T04:01:28.884Z Checking serde_cbor v0.11.2
33512026-03-19T04:01:28.901Z Checking lzss v0.8.2
33522026-03-19T04:01:28.954Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33532026-03-19T04:01:29.064Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-03-19T04:01:29.134Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33552026-03-19T04:01:29.153Z Checking nix v0.27.1
33562026-03-19T04:01:29.314Z Checking kstat-rs v0.2.4
33572026-03-19T04:01:29.400Z Checking serde_bytes v0.11.19
33582026-03-19T04:01:29.548Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33592026-03-19T04:01:29.578Z Checking tokio-tungstenite v0.23.1
33602026-03-19T04:01:29.624Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-03-19T04:01:29.860Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33622026-03-19T04:01:29.923Z Checking signal-hook-tokio v0.3.1
33632026-03-19T04:01:30.910Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-19T04:01:31.256Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33652026-03-19T04:01:34.460Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-03-19T04:01:35.652Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-03-19T04:01:36.022Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33682026-03-19T04:01:37.502Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33692026-03-19T04:01:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
33702026-03-19T04:01:40.470Z
33712026-03-19T04:01:40.471Zinfo: running `cargo check --bins` on gateway-api (134/257)
33722026-03-19T04:01:41.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-03-19T04:01:41.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-03-19T04:01:41.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-03-19T04:01:41.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33762026-03-19T04:01:41.255Z
33772026-03-19T04:01:41.255Zinfo: running `cargo check --bins` on ipcc (135/257)
33782026-03-19T04:01:41.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-03-19T04:01:41.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-03-19T04:01:41.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-03-19T04:01:41.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33822026-03-19T04:01:42.039Z
33832026-03-19T04:01:42.039Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33842026-03-19T04:01:42.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-19T04:01:42.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-19T04:01:42.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-19T04:01:42.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33882026-03-19T04:01:42.799Z
33892026-03-19T04:01:42.799Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33902026-03-19T04:01:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-19T04:01:43.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-19T04:01:43.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-19T04:01:43.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33942026-03-19T04:01:43.579Z
33952026-03-19T04:01:43.579Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33962026-03-19T04:01:44.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-19T04:01:44.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-19T04:01:44.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-19T04:01:44.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34002026-03-19T04:01:44.356Z
34012026-03-19T04:01:44.356Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34022026-03-19T04:01:45.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-19T04:01:45.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-19T04:01:45.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-19T04:01:45.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34062026-03-19T04:01:45.134Z
34072026-03-19T04:01:45.134Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34082026-03-19T04:01:45.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-19T04:01:45.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-19T04:01:45.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-19T04:01:45.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34122026-03-19T04:01:45.911Z
34132026-03-19T04:01:45.911Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34142026-03-19T04:01:46.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-19T04:01:46.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-19T04:01:46.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-19T04:01:46.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34182026-03-19T04:01:46.693Z
34192026-03-19T04:01:46.693Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34202026-03-19T04:01:47.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-19T04:01:47.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-19T04:01:47.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-19T04:01:47.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34242026-03-19T04:01:47.477Z
34252026-03-19T04:01:47.477Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34262026-03-19T04:01:48.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-19T04:01:48.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-19T04:01:48.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-19T04:01:48.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34302026-03-19T04:01:48.265Z
34312026-03-19T04:01:48.266Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34322026-03-19T04:01:48.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-19T04:01:48.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-19T04:01:48.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-19T04:01:48.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34362026-03-19T04:01:49.045Z
34372026-03-19T04:01:49.045Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34382026-03-19T04:01:49.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-19T04:01:49.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-19T04:01:49.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-19T04:01:49.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34422026-03-19T04:01:49.830Z
34432026-03-19T04:01:49.831Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34442026-03-19T04:01:50.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-19T04:01:50.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-19T04:01:50.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-19T04:01:50.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34482026-03-19T04:01:50.613Z
34492026-03-19T04:01:50.613Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34502026-03-19T04:01:51.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-19T04:01:51.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-19T04:01:51.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-19T04:01:51.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34542026-03-19T04:01:51.444Z
34552026-03-19T04:01:51.444Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34562026-03-19T04:01:52.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-19T04:01:52.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-19T04:01:52.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-19T04:01:52.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34602026-03-19T04:01:52.235Z
34612026-03-19T04:01:52.235Zinfo: running `cargo check --bins` on sp-sim (149/257)
34622026-03-19T04:01:52.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-19T04:01:52.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-19T04:01:53.193Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652026-03-19T04:01:55.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
34662026-03-19T04:01:55.730Z
34672026-03-19T04:01:55.730Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34682026-03-19T04:01:56.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-19T04:01:56.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-19T04:01:56.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-03-19T04:01:56.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34722026-03-19T04:01:56.587Z
34732026-03-19T04:01:56.587Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34742026-03-19T04:01:57.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-19T04:01:57.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-19T04:01:57.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-19T04:01:57.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34782026-03-19T04:01:57.448Z
34792026-03-19T04:01:57.448Zinfo: running `cargo check --bins` on db-macros (152/257)
34802026-03-19T04:01:58.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-19T04:01:58.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-19T04:01:58.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-19T04:01:58.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34842026-03-19T04:01:58.206Z
34852026-03-19T04:01:58.206Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34862026-03-19T04:01:58.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-19T04:01:58.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-19T04:01:58.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-19T04:01:58.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34902026-03-19T04:01:58.968Z
34912026-03-19T04:01:58.968Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34922026-03-19T04:01:59.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-19T04:01:59.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-19T04:01:59.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-19T04:01:59.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34962026-03-19T04:01:59.822Z
34972026-03-19T04:01:59.822Zinfo: running `cargo check --bins` on authz-macros (155/257)
34982026-03-19T04:02:00.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-19T04:02:00.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-19T04:02:00.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-19T04:02:00.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35022026-03-19T04:02:00.585Z
35032026-03-19T04:02:00.585Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35042026-03-19T04:02:01.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-19T04:02:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-19T04:02:01.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-19T04:02:01.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35082026-03-19T04:02:01.425Z
35092026-03-19T04:02:01.425Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35102026-03-19T04:02:02.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-19T04:02:02.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-19T04:02:02.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-19T04:02:02.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35142026-03-19T04:02:02.297Z
35152026-03-19T04:02:02.297Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35162026-03-19T04:02:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-19T04:02:02.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-19T04:02:02.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-03-19T04:02:02.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35202026-03-19T04:02:03.035Z
35212026-03-19T04:02:03.035Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35222026-03-19T04:02:03.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-19T04:02:03.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-19T04:02:03.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-03-19T04:02:03.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35262026-03-19T04:02:03.798Z
35272026-03-19T04:02:03.798Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35282026-03-19T04:02:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-19T04:02:04.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-19T04:02:04.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-19T04:02:04.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35322026-03-19T04:02:04.584Z
35332026-03-19T04:02:04.584Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35342026-03-19T04:02:05.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-19T04:02:05.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-19T04:02:05.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-19T04:02:05.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35382026-03-19T04:02:05.355Z
35392026-03-19T04:02:05.355Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35402026-03-19T04:02:06.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-19T04:02:06.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-19T04:02:06.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-19T04:02:06.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35442026-03-19T04:02:06.117Z
35452026-03-19T04:02:06.117Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35462026-03-19T04:02:06.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-19T04:02:06.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-19T04:02:06.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-19T04:02:06.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35502026-03-19T04:02:06.966Z
35512026-03-19T04:02:06.966Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35522026-03-19T04:02:07.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-19T04:02:07.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-19T04:02:07.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-19T04:02:07.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35562026-03-19T04:02:07.818Z
35572026-03-19T04:02:07.818Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35582026-03-19T04:02:08.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-19T04:02:08.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-19T04:02:08.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-19T04:02:08.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35622026-03-19T04:02:08.665Z
35632026-03-19T04:02:08.665Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35642026-03-19T04:02:09.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-19T04:02:09.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-19T04:02:09.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-19T04:02:09.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35682026-03-19T04:02:09.477Z
35692026-03-19T04:02:09.477Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35702026-03-19T04:02:10.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-19T04:02:10.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-19T04:02:10.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-19T04:02:10.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35742026-03-19T04:02:10.273Z
35752026-03-19T04:02:10.273Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35762026-03-19T04:02:10.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-19T04:02:10.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-19T04:02:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-19T04:02:10.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35802026-03-19T04:02:11.068Z
35812026-03-19T04:02:11.068Zinfo: running `cargo check --bins` on key-manager (169/257)
35822026-03-19T04:02:11.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-19T04:02:11.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-19T04:02:11.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-19T04:02:11.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35862026-03-19T04:02:11.850Z
35872026-03-19T04:02:11.851Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35882026-03-19T04:02:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-19T04:02:12.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-19T04:02:12.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-19T04:02:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35922026-03-19T04:02:12.645Z
35932026-03-19T04:02:12.646Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35942026-03-19T04:02:13.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-19T04:02:13.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-19T04:02:13.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-19T04:02:13.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35982026-03-19T04:02:13.439Z
35992026-03-19T04:02:13.439Zinfo: running `cargo check --bins` on typed-rng (172/257)
36002026-03-19T04:02:14.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-19T04:02:14.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-19T04:02:14.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-19T04:02:14.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36042026-03-19T04:02:14.204Z
36052026-03-19T04:02:14.204Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36062026-03-19T04:02:14.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-19T04:02:14.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-19T04:02:15.350Z Compiling libefi-sys v0.1.0
36092026-03-19T04:02:15.353Z Compiling bitfield-struct v0.6.2
36102026-03-19T04:02:15.522Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36112026-03-19T04:02:15.537Z Compiling xshell-macros v0.2.7
36122026-03-19T04:02:15.563Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36132026-03-19T04:02:15.573Z Compiling salty v0.3.0
36142026-03-19T04:02:15.595Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36152026-03-19T04:02:15.618Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36162026-03-19T04:02:15.618Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36172026-03-19T04:02:15.963Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36182026-03-19T04:02:15.985Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36192026-03-19T04:02:16.005Z Checking xshell v0.2.7
36202026-03-19T04:02:16.167Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-03-19T04:02:16.188Z Checking primeorder v0.13.6
36222026-03-19T04:02:16.231Z Compiling proc-macro-error-attr2 v2.0.0
36232026-03-19T04:02:16.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36242026-03-19T04:02:16.296Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-03-19T04:02:16.300Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36262026-03-19T04:02:16.485Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36272026-03-19T04:02:16.523Z Checking p384 v0.13.1
36282026-03-19T04:02:16.543Z Compiling num-derive v0.3.3
36292026-03-19T04:02:16.622Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-03-19T04:02:16.730Z Compiling proc-macro-error2 v2.0.1
36312026-03-19T04:02:16.913Z Compiling unicase v2.9.0
36322026-03-19T04:02:16.933Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-03-19T04:02:17.106Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36342026-03-19T04:02:17.142Z Compiling tabled_derive v0.11.0
36352026-03-19T04:02:17.173Z Compiling mime_guess v2.0.5
36362026-03-19T04:02:17.247Z Compiling progenitor-impl v0.11.2
36372026-03-19T04:02:17.594Z Checking papergrid v0.17.0
36382026-03-19T04:02:17.723Z Checking libscf-sys v1.1.0
36392026-03-19T04:02:17.868Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-19T04:02:17.892Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36412026-03-19T04:02:17.985Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-03-19T04:02:18.088Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-19T04:02:18.685Z Checking testing_table v0.3.0
36442026-03-19T04:02:18.728Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36452026-03-19T04:02:18.742Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-03-19T04:02:18.803Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-19T04:02:18.846Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36482026-03-19T04:02:18.923Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36492026-03-19T04:02:18.974Z Checking corncobs v0.1.4
36502026-03-19T04:02:19.025Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-03-19T04:02:19.111Z Checking tabled v0.20.0
36522026-03-19T04:02:19.136Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-19T04:02:19.190Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36542026-03-19T04:02:19.395Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-03-19T04:02:19.516Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-19T04:02:19.686Z Checking progenitor-client v0.11.2
36572026-03-19T04:02:19.951Z Checking secrecy v0.8.0
36582026-03-19T04:02:20.111Z Checking http-range v0.1.5
36592026-03-19T04:02:20.257Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36602026-03-19T04:02:20.467Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36612026-03-19T04:02:20.554Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-03-19T04:02:20.634Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36632026-03-19T04:02:20.732Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36642026-03-19T04:02:20.962Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36652026-03-19T04:02:20.983Z Compiling progenitor-macro v0.11.2
36662026-03-19T04:02:21.004Z Checking atty v0.2.14
36672026-03-19T04:02:21.023Z Checking crc8 v0.1.1
36682026-03-19T04:02:21.117Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36692026-03-19T04:02:21.138Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36702026-03-19T04:02:21.157Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-19T04:02:21.296Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36722026-03-19T04:02:21.586Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36732026-03-19T04:02:21.792Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36742026-03-19T04:02:21.948Z Checking hyper-staticfile v0.10.1
36752026-03-19T04:02:22.025Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36762026-03-19T04:02:22.131Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36772026-03-19T04:02:22.225Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36782026-03-19T04:02:22.310Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36792026-03-19T04:02:22.404Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-03-19T04:02:22.534Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36812026-03-19T04:02:22.869Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36822026-03-19T04:02:22.980Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36832026-03-19T04:02:23.355Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36842026-03-19T04:02:23.393Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36852026-03-19T04:02:23.512Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36862026-03-19T04:02:23.956Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36872026-03-19T04:02:24.322Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-03-19T04:02:24.621Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36892026-03-19T04:02:24.650Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36902026-03-19T04:02:25.175Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36912026-03-19T04:02:26.237Z Checking progenitor v0.11.2
36922026-03-19T04:02:26.403Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-03-19T04:02:33.177Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36942026-03-19T04:02:49.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.13s
36952026-03-19T04:02:49.306Z
36962026-03-19T04:02:49.306Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36972026-03-19T04:02:50.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-03-19T04:02:50.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-03-19T04:02:50.362Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-19T04:03:06.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.14s
37012026-03-19T04:03:06.550Z
37022026-03-19T04:03:06.550Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37032026-03-19T04:03:07.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-19T04:03:07.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-19T04:03:07.623Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-19T04:03:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.24s
37072026-03-19T04:03:23.899Z
37082026-03-19T04:03:23.899Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37092026-03-19T04:03:24.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-19T04:03:24.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-19T04:03:24.978Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-19T04:03:40.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37132026-03-19T04:03:41.229Z
37142026-03-19T04:03:41.229Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37152026-03-19T04:03:41.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-19T04:03:41.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-19T04:03:42.309Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-19T04:03:58.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.34s
37192026-03-19T04:03:58.677Z
37202026-03-19T04:03:58.677Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37212026-03-19T04:03:59.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-19T04:03:59.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-19T04:03:59.755Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-19T04:04:15.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.31s
37252026-03-19T04:04:16.089Z
37262026-03-19T04:04:16.089Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37272026-03-19T04:04:16.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-19T04:04:16.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-19T04:04:17.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-03-19T04:04:33.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s
37312026-03-19T04:04:33.495Z
37322026-03-19T04:04:33.496Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37332026-03-19T04:04:34.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-19T04:04:34.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-19T04:04:34.553Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-03-19T04:04:50.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.29s
37372026-03-19T04:04:50.893Z
37382026-03-19T04:04:50.893Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37392026-03-19T04:04:51.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-19T04:04:51.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-19T04:04:51.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-03-19T04:04:51.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37432026-03-19T04:04:51.699Z
37442026-03-19T04:04:51.699Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37452026-03-19T04:04:52.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-19T04:04:52.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-19T04:04:52.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-19T04:04:52.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37492026-03-19T04:04:52.503Z
37502026-03-19T04:04:52.503Zinfo: running `cargo check --bins` on range-requests (183/257)
37512026-03-19T04:04:53.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-19T04:04:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-19T04:04:53.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-19T04:04:53.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37552026-03-19T04:04:53.279Z
37562026-03-19T04:04:53.280Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37572026-03-19T04:04:53.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-19T04:04:53.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-19T04:04:53.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-19T04:04:53.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37612026-03-19T04:04:54.057Z
37622026-03-19T04:04:54.057Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37632026-03-19T04:04:54.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-19T04:04:54.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-19T04:04:54.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-19T04:04:54.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37672026-03-19T04:04:54.866Z
37682026-03-19T04:04:54.866Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37692026-03-19T04:04:55.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-19T04:04:55.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-19T04:04:55.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-19T04:04:55.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37732026-03-19T04:04:55.665Z
37742026-03-19T04:04:55.665Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37752026-03-19T04:04:56.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-19T04:04:56.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-19T04:04:56.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-19T04:04:56.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37792026-03-19T04:04:56.462Z
37802026-03-19T04:04:56.463Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37812026-03-19T04:04:57.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-19T04:04:57.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-19T04:04:57.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-19T04:04:57.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37852026-03-19T04:04:57.276Z
37862026-03-19T04:04:57.276Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37872026-03-19T04:04:57.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-19T04:04:57.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-19T04:04:57.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-19T04:04:57.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37912026-03-19T04:04:58.089Z
37922026-03-19T04:04:58.090Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37932026-03-19T04:04:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-19T04:04:58.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-19T04:04:58.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-19T04:04:58.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37972026-03-19T04:04:58.895Z
37982026-03-19T04:04:58.896Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37992026-03-19T04:04:59.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-19T04:04:59.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-19T04:04:59.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-19T04:04:59.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38032026-03-19T04:04:59.710Z
38042026-03-19T04:04:59.710Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38052026-03-19T04:05:00.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-19T04:05:00.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-19T04:05:00.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-19T04:05:00.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38092026-03-19T04:05:00.524Z
38102026-03-19T04:05:00.524Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38112026-03-19T04:05:01.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-19T04:05:01.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-19T04:05:01.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-19T04:05:01.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38152026-03-19T04:05:01.333Z
38162026-03-19T04:05:01.333Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38172026-03-19T04:05:02.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-19T04:05:02.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-19T04:05:02.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-19T04:05:02.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38212026-03-19T04:05:02.144Z
38222026-03-19T04:05:02.144Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38232026-03-19T04:05:02.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-19T04:05:02.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-19T04:05:02.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-19T04:05:02.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38272026-03-19T04:05:02.977Z
38282026-03-19T04:05:02.977Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38292026-03-19T04:05:03.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-19T04:05:03.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-19T04:05:03.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-19T04:05:03.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38332026-03-19T04:05:03.834Z
38342026-03-19T04:05:03.834Zinfo: running `cargo check --bins` on update-common (197/257)
38352026-03-19T04:05:04.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-19T04:05:04.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-19T04:05:04.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-19T04:05:04.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38392026-03-19T04:05:04.640Z
38402026-03-19T04:05:04.640Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38412026-03-19T04:05:05.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-19T04:05:05.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-19T04:05:05.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-19T04:05:05.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38452026-03-19T04:05:05.492Z
38462026-03-19T04:05:05.492Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38472026-03-19T04:05:06.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-19T04:05:06.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-19T04:05:06.535Z Compiling fs-err v2.11.0
38502026-03-19T04:05:06.676Z Checking ignore v0.4.25
38512026-03-19T04:05:06.692Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38522026-03-19T04:05:06.695Z Checking predicates-tree v1.0.13
38532026-03-19T04:05:06.716Z Checking parse-size v1.1.0
38542026-03-19T04:05:06.733Z Checking rand_seeder v0.4.0
38552026-03-19T04:05:06.736Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38562026-03-19T04:05:06.768Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38572026-03-19T04:05:06.827Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38582026-03-19T04:05:06.859Z Compiling petname v2.0.2
38592026-03-19T04:05:06.913Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38602026-03-19T04:05:07.100Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38612026-03-19T04:05:07.119Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38622026-03-19T04:05:07.196Z Checking globwalk v0.9.1
38632026-03-19T04:05:07.227Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38642026-03-19T04:05:07.321Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38652026-03-19T04:05:07.427Z Checking camino-tempfile-ext v0.3.3
38662026-03-19T04:05:07.447Z Checking sapling-renderdag v0.1.0
38672026-03-19T04:05:07.546Z Checking sync-ptr v0.1.4
38682026-03-19T04:05:07.682Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38692026-03-19T04:05:07.699Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38702026-03-19T04:05:07.781Z Checking colored v2.2.0
38712026-03-19T04:05:07.818Z Checking assert_matches v1.5.0
38722026-03-19T04:05:08.155Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38732026-03-19T04:05:08.279Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38742026-03-19T04:05:08.284Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38752026-03-19T04:05:09.028Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38762026-03-19T04:05:10.822Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38772026-03-19T04:05:13.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s
38782026-03-19T04:05:14.054Z
38792026-03-19T04:05:14.054Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38802026-03-19T04:05:14.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-03-19T04:05:14.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-03-19T04:05:14.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-03-19T04:05:14.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38842026-03-19T04:05:14.818Z
38852026-03-19T04:05:14.818Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38862026-03-19T04:05:15.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-19T04:05:15.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-19T04:05:15.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-19T04:05:15.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38902026-03-19T04:05:15.674Z
38912026-03-19T04:05:15.674Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38922026-03-19T04:05:16.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-19T04:05:16.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-19T04:05:16.636Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38952026-03-19T04:05:16.639Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38962026-03-19T04:05:17.480Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38972026-03-19T04:05:19.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
38982026-03-19T04:05:19.721Z
38992026-03-19T04:05:19.721Zinfo: running `cargo check --bins` on oximeter-api (203/257)
39002026-03-19T04:05:20.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-19T04:05:20.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-19T04:05:20.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-03-19T04:05:20.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39042026-03-19T04:05:20.507Z
39052026-03-19T04:05:20.507Zinfo: running `cargo check --bins` on cert-dev (204/257)
39062026-03-19T04:05:21.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-03-19T04:05:21.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-03-19T04:05:21.320Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39092026-03-19T04:05:21.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
39102026-03-19T04:05:21.852Z
39112026-03-19T04:05:21.852Zinfo: running `cargo check --bins` on clickana (205/257)
39122026-03-19T04:05:22.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-03-19T04:05:22.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-03-19T04:05:22.725Z Compiling darling_core v0.23.0
39152026-03-19T04:05:22.846Z Compiling instability v0.3.11
39162026-03-19T04:05:22.858Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39172026-03-19T04:05:22.861Z Checking castaway v0.2.4
39182026-03-19T04:05:22.861Z Compiling indoc v2.0.7
39192026-03-19T04:05:22.893Z Checking unicode-truncate v1.1.0
39202026-03-19T04:05:22.896Z Checking lru v0.12.5
39212026-03-19T04:05:22.908Z Checking cassowary v0.3.0
39222026-03-19T04:05:22.989Z Checking compact_str v0.8.1
39232026-03-19T04:05:24.142Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39242026-03-19T04:05:24.358Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-03-19T04:05:24.833Z Compiling darling_macro v0.23.0
39262026-03-19T04:05:25.351Z Compiling darling v0.23.0
39272026-03-19T04:05:26.121Z Checking ratatui v0.29.0
39282026-03-19T04:05:27.645Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39292026-03-19T04:05:28.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
39302026-03-19T04:05:28.717Z
39312026-03-19T04:05:28.719Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39322026-03-19T04:05:29.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-03-19T04:05:29.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-03-19T04:05:29.688Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39352026-03-19T04:05:29.691Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39362026-03-19T04:05:30.435Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39372026-03-19T04:05:30.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
39382026-03-19T04:05:31.188Z
39392026-03-19T04:05:31.188Zinfo: running `cargo check --bins` on ch-dev (207/257)
39402026-03-19T04:05:31.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-19T04:05:31.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-19T04:05:32.146Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39432026-03-19T04:05:37.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39442026-03-19T04:05:40.252Z
39452026-03-19T04:05:40.253Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39462026-03-19T04:05:40.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-19T04:05:40.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-19T04:05:40.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-03-19T04:05:40.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39502026-03-19T04:05:40.253Z
39512026-03-19T04:05:40.254Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39522026-03-19T04:05:40.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-19T04:05:40.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-19T04:05:40.254Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39552026-03-19T04:05:40.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39562026-03-19T04:05:40.254Z
39572026-03-19T04:05:40.254Zinfo: running `cargo check --bins` on db-dev (210/257)
39582026-03-19T04:05:40.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-03-19T04:05:40.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-03-19T04:05:40.254Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39612026-03-19T04:05:40.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39622026-03-19T04:05:40.328Z
39632026-03-19T04:05:40.328Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39642026-03-19T04:05:40.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-19T04:05:40.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-19T04:05:40.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-03-19T04:05:40.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39682026-03-19T04:05:41.176Z
39692026-03-19T04:05:41.176Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39702026-03-19T04:05:41.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-19T04:05:41.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-19T04:05:41.177Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39732026-03-19T04:05:41.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
39742026-03-19T04:05:41.191Z
39752026-03-19T04:05:41.191Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39762026-03-19T04:05:41.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-03-19T04:05:41.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-03-19T04:05:41.870Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-19T04:05:41.870Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39802026-03-19T04:05:41.896Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39812026-03-19T04:05:41.896Z Checking git-stub v1.0.0
39822026-03-19T04:05:41.896Z Compiling trait-variant v0.1.2
39832026-03-19T04:05:41.897Z Checking maplit v1.0.2
39842026-03-19T04:05:41.897Z Checking is_ci v1.2.0
39852026-03-19T04:05:41.897Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39862026-03-19T04:05:41.897Z Checking supports-color v3.0.2
39872026-03-19T04:05:41.897Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39882026-03-19T04:05:44.117Z Checking git-stub-vcs v0.1.0
39892026-03-19T04:05:44.209Z Checking drift v0.1.3
39902026-03-19T04:05:44.209Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39912026-03-19T04:05:44.209Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39922026-03-19T04:05:44.209Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39932026-03-19T04:05:44.209Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39942026-03-19T04:05:44.209Z Checking dropshot-api-manager v0.6.0
39952026-03-19T04:05:44.209Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39962026-03-19T04:05:44.209Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39972026-03-19T04:05:44.209Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39982026-03-19T04:05:44.209Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39992026-03-19T04:05:44.209Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40002026-03-19T04:05:44.209Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40012026-03-19T04:05:50.349Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40022026-03-19T04:05:51.691Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40032026-03-19T04:05:52.470Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40042026-03-19T04:05:52.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.50s
40052026-03-19T04:05:53.245Z
40062026-03-19T04:05:53.245Zinfo: running `cargo check --bins` on installinator-api (214/257)
40072026-03-19T04:05:53.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-03-19T04:05:53.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-03-19T04:05:53.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-03-19T04:05:53.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40112026-03-19T04:05:53.959Z
40122026-03-19T04:05:53.959Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40132026-03-19T04:05:54.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-19T04:05:54.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-19T04:05:54.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-03-19T04:05:54.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40172026-03-19T04:05:54.810Z
40182026-03-19T04:05:54.810Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40192026-03-19T04:05:56.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-19T04:05:56.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-19T04:05:56.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-19T04:05:56.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40232026-03-19T04:05:56.071Z
40242026-03-19T04:05:56.071Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40252026-03-19T04:05:56.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-19T04:05:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-19T04:05:56.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-19T04:05:56.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40292026-03-19T04:05:56.983Z
40302026-03-19T04:05:56.983Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40312026-03-19T04:05:57.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-19T04:05:57.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-19T04:05:57.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-03-19T04:05:57.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40352026-03-19T04:05:57.257Z
40362026-03-19T04:05:57.257Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40372026-03-19T04:05:58.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-19T04:05:58.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-19T04:05:58.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-03-19T04:05:58.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40412026-03-19T04:05:58.026Z
40422026-03-19T04:05:58.026Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40432026-03-19T04:05:59.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-03-19T04:05:59.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-03-19T04:05:59.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-03-19T04:05:59.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40472026-03-19T04:05:59.029Z
40482026-03-19T04:05:59.029Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40492026-03-19T04:05:59.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-03-19T04:05:59.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-03-19T04:06:00.112Z Checking erased-serde v0.4.9
40522026-03-19T04:06:00.141Z Checking ordered-float v2.10.1
40532026-03-19T04:06:00.141Z Checking unicode-xid v0.2.6
40542026-03-19T04:06:00.141Z Checking cargo-platform v0.2.0
40552026-03-19T04:06:00.141Z Checking serde-value v0.7.0
40562026-03-19T04:06:00.309Z Checking serde-untagged v0.1.9
40572026-03-19T04:06:00.554Z Checking cargo-util-schemas v0.8.2
40582026-03-19T04:06:01.604Z Checking cargo_metadata v0.21.0
40592026-03-19T04:06:02.313Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40602026-03-19T04:06:03.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
40612026-03-19T04:06:03.810Z
40622026-03-19T04:06:03.810Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40632026-03-19T04:06:04.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-03-19T04:06:04.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-03-19T04:06:04.428Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40662026-03-19T04:06:05.420Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40672026-03-19T04:06:06.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
40682026-03-19T04:06:06.150Z
40692026-03-19T04:06:06.150Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40702026-03-19T04:06:06.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-03-19T04:06:06.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-03-19T04:06:07.233Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40732026-03-19T04:06:07.235Z Compiling vergen-gitcl v1.0.8
40742026-03-19T04:06:07.236Z Compiling dirs-sys-next v0.1.2
40752026-03-19T04:06:07.236Z Compiling glob v0.3.3
40762026-03-19T04:06:07.236Z Compiling diesel_derives v2.3.7
40772026-03-19T04:06:07.236Z Compiling crunchy v0.2.4
40782026-03-19T04:06:07.437Z Compiling dsl_auto_type v0.2.0
40792026-03-19T04:06:07.440Z Checking scheduled-thread-pool v0.2.7
40802026-03-19T04:06:07.656Z Compiling dirs-next v2.0.0
40812026-03-19T04:06:07.681Z Compiling diesel_table_macro_syntax v0.3.0
40822026-03-19T04:06:07.746Z Compiling tiny-keccak v2.0.2
40832026-03-19T04:06:07.801Z Compiling term v0.7.0
40842026-03-19T04:06:07.864Z Checking r2d2 v0.8.10
40852026-03-19T04:06:07.947Z Compiling clang-sys v1.8.1
40862026-03-19T04:06:07.950Z Checking downcast-rs v2.0.2
40872026-03-19T04:06:08.012Z Compiling bit-vec v0.6.3
40882026-03-19T04:06:08.094Z Compiling itertools v0.10.5
40892026-03-19T04:06:08.299Z Compiling bit-set v0.5.3
40902026-03-19T04:06:08.387Z Compiling ascii-canvas v3.0.0
40912026-03-19T04:06:08.498Z Compiling ena v0.14.4
40922026-03-19T04:06:08.539Z Compiling libloading v0.8.9
40932026-03-19T04:06:08.588Z Compiling diff v0.1.13
40942026-03-19T04:06:08.608Z Compiling bindgen v0.71.1
40952026-03-19T04:06:08.698Z Compiling regex-syntax v0.6.29
40962026-03-19T04:06:08.803Z Compiling cexpr v0.6.0
40972026-03-19T04:06:08.930Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40982026-03-19T04:06:09.144Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40992026-03-19T04:06:09.196Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41002026-03-19T04:06:09.330Z Compiling libxml v0.3.3
41012026-03-19T04:06:09.541Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41022026-03-19T04:06:09.635Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41032026-03-19T04:06:09.719Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41042026-03-19T04:06:09.929Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41052026-03-19T04:06:09.948Z Compiling strum_macros v0.24.3
41062026-03-19T04:06:09.969Z Compiling indoc v1.0.9
41072026-03-19T04:06:10.526Z Compiling lalrpop v0.19.12
41082026-03-19T04:06:11.358Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41092026-03-19T04:06:11.593Z Checking derive_builder v0.20.2
41102026-03-19T04:06:11.613Z Compiling oso-derive v0.27.3
41112026-03-19T04:06:11.736Z Checking quick-xml v0.37.5
41122026-03-19T04:06:11.756Z Compiling impl-trait-for-tuples v0.2.3
41132026-03-19T04:06:12.252Z Checking openssl-probe v0.1.6
41142026-03-19T04:06:12.470Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41152026-03-19T04:06:12.994Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41162026-03-19T04:06:13.240Z Checking bb8 v0.8.6
41172026-03-19T04:06:13.473Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41182026-03-19T04:06:13.608Z Checking nonempty v0.12.0
41192026-03-19T04:06:13.732Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41202026-03-19T04:06:13.814Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41212026-03-19T04:06:13.987Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41222026-03-19T04:06:14.013Z Checking support-bundle-viewer v0.1.2
41232026-03-19T04:06:14.071Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41242026-03-19T04:06:14.247Z Checking multimap v0.10.1
41252026-03-19T04:06:15.361Z Checking diesel v2.3.7
41262026-03-19T04:06:16.802Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41272026-03-19T04:06:18.398Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41282026-03-19T04:06:18.862Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41292026-03-19T04:06:19.044Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41302026-03-19T04:06:20.372Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41312026-03-19T04:06:20.676Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41322026-03-19T04:06:20.895Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41332026-03-19T04:06:21.576Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41342026-03-19T04:06:24.241Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41352026-03-19T04:06:30.646Z Compiling samael v0.0.19
41362026-03-19T04:06:35.333Z Checking async-bb8-diesel v0.2.1
41372026-03-19T04:06:35.798Z Checking diesel-dtrace v0.5.0
41382026-03-19T04:06:36.993Z Compiling polar-core v0.27.3
41392026-03-19T04:06:42.820Z Checking oso v0.27.3
41402026-03-19T04:07:37.830Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41412026-03-19T04:08:24.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41422026-03-19T04:08:25.006Z
41432026-03-19T04:08:25.006Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41442026-03-19T04:08:25.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-03-19T04:08:25.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-03-19T04:08:25.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-03-19T04:08:25.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41482026-03-19T04:08:25.878Z
41492026-03-19T04:08:25.878Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41502026-03-19T04:08:26.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-03-19T04:08:26.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-03-19T04:08:26.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-03-19T04:08:26.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41542026-03-19T04:08:26.741Z
41552026-03-19T04:08:26.741Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41562026-03-19T04:08:27.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-03-19T04:08:27.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-03-19T04:08:27.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-03-19T04:08:27.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41602026-03-19T04:08:27.513Z
41612026-03-19T04:08:27.513Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41622026-03-19T04:08:28.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-03-19T04:08:28.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-03-19T04:08:28.697Z Compiling libz-sys v1.1.24
41652026-03-19T04:08:28.850Z Compiling libgit2-sys v0.18.3+1.9.2
41662026-03-19T04:08:28.869Z Compiling vergen-git2 v1.0.7
41672026-03-19T04:08:28.887Z Compiling rustls v0.21.12
41682026-03-19T04:08:28.903Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41692026-03-19T04:08:28.921Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41702026-03-19T04:08:28.924Z Checking sct v0.7.1
41712026-03-19T04:08:28.924Z Checking rustls-webpki v0.101.7
41722026-03-19T04:08:29.111Z Compiling nix v0.29.0
41732026-03-19T04:08:29.170Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-19T04:08:29.173Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41752026-03-19T04:08:29.209Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41762026-03-19T04:08:29.357Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41772026-03-19T04:08:29.521Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41782026-03-19T04:08:29.541Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41792026-03-19T04:08:29.610Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41802026-03-19T04:08:29.943Z Checking rustls-pemfile v1.0.4
41812026-03-19T04:08:30.090Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41822026-03-19T04:08:30.111Z Checking twox-hash v2.1.2
41832026-03-19T04:08:30.130Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41842026-03-19T04:08:30.263Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41852026-03-19T04:08:31.053Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41862026-03-19T04:08:31.153Z Checking tokio-rustls v0.24.1
41872026-03-19T04:08:31.174Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41882026-03-19T04:08:31.216Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-03-19T04:08:31.443Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41902026-03-19T04:08:31.618Z Checking fatfs v0.3.6
41912026-03-19T04:08:31.910Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41922026-03-19T04:08:32.034Z Compiling seq-macro v0.3.6
41932026-03-19T04:08:36.966Z Compiling git2 v0.20.4
41942026-03-19T04:08:37.998Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41952026-03-19T04:08:38.152Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41962026-03-19T04:08:40.183Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41972026-03-19T04:09:48.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
41982026-03-19T04:09:48.869Z
41992026-03-19T04:09:48.869Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
42002026-03-19T04:09:49.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-03-19T04:09:49.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-03-19T04:09:50.087Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42032026-03-19T04:10:52.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42042026-03-19T04:10:52.849Z
42052026-03-19T04:10:52.849Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42062026-03-19T04:10:52.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-19T04:10:52.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-19T04:10:52.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-03-19T04:10:52.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42102026-03-19T04:10:52.849Z
42112026-03-19T04:10:52.849Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42122026-03-19T04:10:52.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-19T04:10:52.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-19T04:10:52.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-19T04:10:52.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42162026-03-19T04:10:52.849Z
42172026-03-19T04:10:52.849Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42182026-03-19T04:10:52.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-19T04:10:52.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-19T04:10:52.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-19T04:10:52.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42222026-03-19T04:10:52.897Z
42232026-03-19T04:10:52.897Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42242026-03-19T04:10:52.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-19T04:10:52.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-19T04:10:52.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-19T04:10:52.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42282026-03-19T04:10:52.897Z
42292026-03-19T04:10:52.897Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42302026-03-19T04:10:53.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-19T04:10:53.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-19T04:10:53.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-19T04:10:53.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42342026-03-19T04:10:53.439Z
42352026-03-19T04:10:53.439Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42362026-03-19T04:10:54.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-19T04:10:54.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-19T04:10:54.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-03-19T04:10:54.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42402026-03-19T04:10:54.291Z
42412026-03-19T04:10:54.291Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42422026-03-19T04:10:55.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-03-19T04:10:55.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-03-19T04:10:55.517Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42452026-03-19T04:10:55.519Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42462026-03-19T04:10:55.705Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42472026-03-19T04:10:55.730Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42482026-03-19T04:10:55.732Z Checking diff v0.1.13
42492026-03-19T04:10:55.732Z Checking yansi v1.0.1
42502026-03-19T04:10:55.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42512026-03-19T04:10:55.786Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42522026-03-19T04:10:55.915Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42532026-03-19T04:10:56.104Z Checking pretty_assertions v1.4.1
42542026-03-19T04:10:56.948Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42552026-03-19T04:11:29.920Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42562026-03-19T04:11:29.923Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42572026-03-19T04:11:29.923Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42582026-03-19T04:11:29.923Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42592026-03-19T04:11:29.923Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42602026-03-19T04:11:29.923Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42612026-03-19T04:11:30.860Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-03-19T04:11:32.266Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-03-19T04:12:32.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42642026-03-19T04:12:32.785Z
42652026-03-19T04:12:32.785Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42662026-03-19T04:12:33.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-19T04:12:33.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-19T04:12:33.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-19T04:12:33.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42702026-03-19T04:12:33.565Z
42712026-03-19T04:12:33.565Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42722026-03-19T04:12:34.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-19T04:12:34.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-19T04:12:34.616Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42752026-03-19T04:12:34.761Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42762026-03-19T04:12:34.763Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42772026-03-19T04:13:11.677Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42782026-03-19T04:13:12.169Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42792026-03-19T04:13:14.555Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42802026-03-19T04:13:15.160Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42812026-03-19T04:13:19.246Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42822026-03-19T04:13:51.501Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42832026-03-19T04:13:52.335Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42842026-03-19T04:13:54.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42852026-03-19T04:13:54.730Z
42862026-03-19T04:13:54.730Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42872026-03-19T04:13:55.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-19T04:13:55.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-19T04:13:55.702Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42902026-03-19T04:13:56.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42912026-03-19T04:13:56.826Z
42922026-03-19T04:13:56.826Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42932026-03-19T04:13:57.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-03-19T04:13:57.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-03-19T04:13:57.722Z Compiling blake3 v1.8.3
42962026-03-19T04:13:57.843Z Checking constant_time_eq v0.4.2
42972026-03-19T04:13:57.846Z Checking arrayvec v0.7.6
42982026-03-19T04:13:57.846Z Checking arrayref v0.3.9
42992026-03-19T04:13:57.875Z Checking topological-sort v0.2.2
43002026-03-19T04:13:57.880Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43012026-03-19T04:13:57.880Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43022026-03-19T04:13:57.881Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43032026-03-19T04:13:57.946Z Checking shell-words v1.1.1
43042026-03-19T04:13:58.840Z Checking omicron-zone-package v0.12.2
43052026-03-19T04:13:59.850Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43062026-03-19T04:14:00.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43072026-03-19T04:14:01.155Z
43082026-03-19T04:14:01.155Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43092026-03-19T04:14:01.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-03-19T04:14:01.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-03-19T04:14:02.105Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43122026-03-19T04:14:02.420Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43132026-03-19T04:14:02.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
43142026-03-19T04:14:03.158Z
43152026-03-19T04:14:03.158Zinfo: running `cargo check --bins` on xtask (241/257)
43162026-03-19T04:14:03.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-03-19T04:14:03.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-03-19T04:14:03.760Z Checking libc v0.2.180
43192026-03-19T04:14:03.856Z Checking serde v1.0.228
43202026-03-19T04:14:03.866Z Checking zerofrom v0.1.6
43212026-03-19T04:14:03.874Z Checking bitflags v2.11.0
43222026-03-19T04:14:03.889Z Checking smallvec v1.15.1
43232026-03-19T04:14:03.895Z Checking hashbrown v0.16.1
43242026-03-19T04:14:03.910Z Checking serde_json v1.0.149
43252026-03-19T04:14:03.923Z Checking scroll v0.12.0
43262026-03-19T04:14:04.001Z Checking yoke v0.8.1
43272026-03-19T04:14:04.091Z Checking num-traits v0.2.19
43282026-03-19T04:14:04.114Z Checking thiserror v1.0.69
43292026-03-19T04:14:04.220Z Checking zerovec v0.11.5
43302026-03-19T04:14:04.220Z Checking zerotrie v0.2.3
43312026-03-19T04:14:04.247Z Checking percent-encoding v2.3.2
43322026-03-19T04:14:04.269Z Checking errno v0.3.14
43332026-03-19T04:14:04.413Z Checking rustix v1.1.3
43342026-03-19T04:14:04.428Z Checking toml_datetime v0.6.11
43352026-03-19T04:14:04.428Z Checking serde_spanned v0.6.9
43362026-03-19T04:14:04.520Z Checking indexmap v2.13.0
43372026-03-19T04:14:04.545Z Checking log v0.4.29
43382026-03-19T04:14:04.597Z Checking form_urlencoded v1.2.2
43392026-03-19T04:14:04.662Z Checking zerocopy v0.7.35
43402026-03-19T04:14:04.735Z Checking goblin v0.8.2
43412026-03-19T04:14:04.754Z Checking getrandom v0.4.1
43422026-03-19T04:14:04.769Z Checking thiserror v2.0.18
43432026-03-19T04:14:04.813Z Checking tinystr v0.8.2
43442026-03-19T04:14:04.854Z Checking potential_utf v0.1.4
43452026-03-19T04:14:04.889Z Checking ordered-float v2.10.1
43462026-03-19T04:14:04.918Z Checking syn v2.0.117
43472026-03-19T04:14:05.017Z Checking icu_collections v2.1.1
43482026-03-19T04:14:05.043Z Checking icu_locale_core v2.1.1
43492026-03-19T04:14:05.199Z Checking serde-value v0.7.0
43502026-03-19T04:14:05.281Z Checking toml_edit v0.22.27
43512026-03-19T04:14:05.361Z Checking dtrace-parser v0.2.0
43522026-03-19T04:14:05.418Z Checking thread-id v4.2.2
43532026-03-19T04:14:05.463Z Checking once_cell v1.21.3
43542026-03-19T04:14:05.516Z Checking cargo-platform v0.2.0
43552026-03-19T04:14:05.588Z Checking terminal_size v0.4.3
43562026-03-19T04:14:05.672Z Checking memmap v0.7.0
43572026-03-19T04:14:05.689Z Checking tempfile v3.25.0
43582026-03-19T04:14:05.736Z Checking clap_builder v4.5.60
43592026-03-19T04:14:05.750Z Checking textwrap v0.16.2
43602026-03-19T04:14:05.813Z Checking icu_provider v2.1.1
43612026-03-19T04:14:05.833Z Checking fs-err v3.3.0
43622026-03-19T04:14:05.929Z Checking camino-tempfile v1.4.1
43632026-03-19T04:14:06.024Z Checking tabled v0.15.0
43642026-03-19T04:14:06.082Z Checking anyhow v1.0.102
43652026-03-19T04:14:06.121Z Checking icu_properties v2.1.2
43662026-03-19T04:14:06.133Z Checking icu_normalizer v2.1.1
43672026-03-19T04:14:06.323Z Checking macaddr v1.0.1
43682026-03-19T04:14:06.542Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43692026-03-19T04:14:06.773Z Checking toml v0.8.23
43702026-03-19T04:14:07.196Z Checking cargo_toml v0.21.0
43712026-03-19T04:14:07.244Z Checking idna_adapter v1.2.1
43722026-03-19T04:14:07.328Z Checking dof v0.3.0
43732026-03-19T04:14:07.379Z Checking clap v4.5.60
43742026-03-19T04:14:07.399Z Checking idna v1.1.0
43752026-03-19T04:14:07.684Z Checking usdt-impl v0.5.0
43762026-03-19T04:14:07.698Z Checking url v2.5.8
43772026-03-19T04:14:08.008Z Checking usdt v0.5.0
43782026-03-19T04:14:08.175Z Checking cargo-util-schemas v0.8.2
43792026-03-19T04:14:09.174Z Checking cargo_metadata v0.21.0
43802026-03-19T04:14:10.048Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43812026-03-19T04:14:10.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
43822026-03-19T04:14:10.755Z
43832026-03-19T04:14:10.755Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43842026-03-19T04:14:11.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-19T04:14:11.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-19T04:14:11.858Z Checking polyval v0.6.2
43872026-03-19T04:14:12.005Z Checking ctr v0.9.2
43882026-03-19T04:14:12.024Z Checking ssh-encoding v0.2.0
43892026-03-19T04:14:12.027Z Checking blowfish v0.9.1
43902026-03-19T04:14:12.093Z Checking password-hash v0.4.2
43912026-03-19T04:14:12.105Z Checking p521 v0.13.3
43922026-03-19T04:14:12.105Z Checking p256 v0.13.2
43932026-03-19T04:14:12.134Z Checking russh-cryptovec v0.7.3
43942026-03-19T04:14:12.182Z Checking ghash v0.5.1
43952026-03-19T04:14:12.200Z Checking bcrypt-pbkdf v0.10.0
43962026-03-19T04:14:12.219Z Checking md5 v0.7.0
43972026-03-19T04:14:12.275Z Checking num-bigint v0.4.6
43982026-03-19T04:14:12.295Z Checking des v0.8.1
43992026-03-19T04:14:12.332Z Checking aes-gcm v0.10.3
44002026-03-19T04:14:12.737Z Checking pbkdf2 v0.11.0
44012026-03-19T04:14:12.747Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44022026-03-19T04:14:12.747Z Checking hex-literal v0.4.1
44032026-03-19T04:14:12.747Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44042026-03-19T04:14:12.747Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44052026-03-19T04:14:12.750Z Checking ssh-cipher v0.2.0
44062026-03-19T04:14:12.750Z Checking socket2 v0.5.10
44072026-03-19T04:14:12.750Z Checking internet-checksum v0.2.1
44082026-03-19T04:14:12.750Z Checking ssh-key v0.6.7
44092026-03-19T04:14:12.912Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44102026-03-19T04:14:13.618Z Checking russh-keys v0.45.0
44112026-03-19T04:14:14.359Z Checking russh v0.45.0
44122026-03-19T04:14:35.824Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44132026-03-19T04:14:37.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.81s
44142026-03-19T04:14:37.595Z
44152026-03-19T04:14:37.596Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44162026-03-19T04:14:38.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-03-19T04:14:38.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-03-19T04:14:38.467Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44192026-03-19T04:14:38.593Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44202026-03-19T04:14:38.606Z Checking termios v0.3.3
44212026-03-19T04:14:40.299Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44222026-03-19T04:14:40.482Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44232026-03-19T04:14:43.166Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44242026-03-19T04:14:43.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
44252026-03-19T04:14:44.145Z
44262026-03-19T04:14:44.145Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44272026-03-19T04:14:44.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-03-19T04:14:44.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-03-19T04:14:45.095Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44302026-03-19T04:14:45.229Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44312026-03-19T04:14:45.247Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44322026-03-19T04:14:45.250Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44332026-03-19T04:14:45.274Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44342026-03-19T04:14:45.528Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44352026-03-19T04:14:45.531Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44362026-03-19T04:14:46.474Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44372026-03-19T04:14:46.751Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44382026-03-19T04:14:46.754Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44392026-03-19T04:14:47.623Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44402026-03-19T04:14:49.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
44412026-03-19T04:14:49.959Z
44422026-03-19T04:14:49.959Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44432026-03-19T04:14:50.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-03-19T04:14:50.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-03-19T04:14:50.815Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44462026-03-19T04:14:51.379Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44472026-03-19T04:14:51.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
44482026-03-19T04:14:51.994Z
44492026-03-19T04:14:51.994Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44502026-03-19T04:14:52.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-19T04:14:52.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-19T04:14:52.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-03-19T04:14:52.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44542026-03-19T04:14:52.758Z
44552026-03-19T04:14:52.758Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44562026-03-19T04:14:53.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-19T04:14:53.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-19T04:14:53.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-03-19T04:14:53.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44602026-03-19T04:14:53.529Z
44612026-03-19T04:14:53.529Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44622026-03-19T04:14:54.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-03-19T04:14:54.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-03-19T04:14:54.553Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44652026-03-19T04:14:55.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
44662026-03-19T04:14:55.519Z
44672026-03-19T04:14:55.519Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44682026-03-19T04:14:56.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-03-19T04:14:56.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-03-19T04:14:56.389Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44712026-03-19T04:14:56.392Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44722026-03-19T04:14:56.692Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44732026-03-19T04:14:56.695Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44742026-03-19T04:14:57.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44752026-03-19T04:14:57.908Z
44762026-03-19T04:14:57.908Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44772026-03-19T04:14:58.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-19T04:14:58.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-19T04:14:58.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-03-19T04:14:58.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44812026-03-19T04:14:58.678Z
44822026-03-19T04:14:58.678Zinfo: running `cargo check --bins` on omicron-package (251/257)
44832026-03-19T04:14:59.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-19T04:14:59.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-19T04:14:59.575Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44862026-03-19T04:15:00.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44872026-03-19T04:15:01.174Z
44882026-03-19T04:15:01.174Zinfo: running `cargo check --bins` on tqdb (252/257)
44892026-03-19T04:15:01.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-03-19T04:15:01.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-03-19T04:15:02.242Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44922026-03-19T04:15:02.686Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44932026-03-19T04:15:03.399Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44942026-03-19T04:15:03.402Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44952026-03-19T04:15:09.998Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44962026-03-19T04:15:10.927Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44972026-03-19T04:15:10.930Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44982026-03-19T04:15:10.930Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44992026-03-19T04:15:10.930Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45002026-03-19T04:15:11.914Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45012026-03-19T04:15:21.488Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45022026-03-19T04:15:29.664Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45032026-03-19T04:15:29.667Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45042026-03-19T04:15:29.667Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45052026-03-19T04:15:29.667Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45062026-03-19T04:15:31.595Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45072026-03-19T04:15:33.421Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45082026-03-19T04:15:34.326Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45092026-03-19T04:15:36.053Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45102026-03-19T04:15:36.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s
45112026-03-19T04:15:36.996Z
45122026-03-19T04:15:36.996Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45132026-03-19T04:15:37.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-03-19T04:15:37.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-03-19T04:15:37.946Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45162026-03-19T04:15:37.949Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45172026-03-19T04:15:38.096Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45182026-03-19T04:15:38.137Z Checking rtoolbox v0.0.3
45192026-03-19T04:15:38.140Z Checking tui-tree-widget v0.23.1
45202026-03-19T04:15:38.301Z Checking rpassword v7.4.0
45212026-03-19T04:15:38.404Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45222026-03-19T04:15:39.363Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45232026-03-19T04:15:45.979Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45242026-03-19T04:15:46.898Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45252026-03-19T04:15:48.293Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45262026-03-19T04:15:52.446Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45272026-03-19T04:15:54.955Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45282026-03-19T04:15:56.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
45292026-03-19T04:15:56.339Z
45302026-03-19T04:15:56.339Zinfo: running `cargo check --bins` on wicket (254/257)
45312026-03-19T04:15:57.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-03-19T04:15:57.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-03-19T04:15:57.261Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45342026-03-19T04:15:57.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-03-19T04:15:57.924Z
45362026-03-19T04:15:57.924Zinfo: running `cargo check --bins` on wicketd (255/257)
45372026-03-19T04:15:58.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-03-19T04:15:58.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-03-19T04:15:58.890Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45402026-03-19T04:15:58.892Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45412026-03-19T04:15:59.025Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45422026-03-19T04:15:59.027Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45432026-03-19T04:16:00.482Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45442026-03-19T04:16:01.262Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45452026-03-19T04:16:05.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
45462026-03-19T04:16:05.546Z
45472026-03-19T04:16:05.546Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45482026-03-19T04:16:06.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-19T04:16:06.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-19T04:16:06.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-03-19T04:16:06.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45522026-03-19T04:16:06.317Z
45532026-03-19T04:16:06.317Zinfo: running `cargo check --bins` on zone-setup (257/257)
45542026-03-19T04:16:07.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-19T04:16:07.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-19T04:16:07.210Z Checking uzers v0.12.2
45572026-03-19T04:16:07.557Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45582026-03-19T04:16:08.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45592026-03-19T04:16:08.761Z
45602026-03-19T04:16:08.761Zreal 19:12.600418868
45612026-03-19T04:16:08.761Zuser 28:40.968679740
45622026-03-19T04:16:08.764Zsys 5:13.101132079
45632026-03-19T04:16:08.764Ztrap 0.488041096
45642026-03-19T04:16:08.764Ztflt 0.339983973
45652026-03-19T04:16:08.765Zdflt 0.652690546
45662026-03-19T04:16:08.765Zkflt 0.004924266
45672026-03-19T04:16:08.765Zlock 1:46:52.726861820
45682026-03-19T04:16:08.765Zslp 2:14:45.460932761
45692026-03-19T04:16:08.765Zlat 1:24.054129882
45702026-03-19T04:16:08.765Zstop 5:16.751500079
45712026-03-19T04:16:08.765Zprocess exited: duration 1446979 ms, exit code 0
 
45722026-03-19T04:16:08.771Zfound 0 output files