01KM204WSR8NGXCEA605ZNFC6H: 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: 01KM2068QY551SHWWGBZ32MP9N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:46.871Zjob assigned to worker 01KM205VZRRWBFJPBK1N38TEB6 [factory aws, i-08760fdede43bf60e] (queued for 1 m 19 s)
 
22026-03-19T02:54:55.126Zstarting task 0: "setup"
32026-03-19T02:54:55.133Z++ uname -s
42026-03-19T02:54:55.137Z+ kern=SunOS
52026-03-19T02:54:55.137Z+ build_user=build
62026-03-19T02:54:55.137Z+ build_uid=12345
72026-03-19T02:54:55.137Z+ work_dir=/work
82026-03-19T02:54:55.137Z+ input_dir=/input
92026-03-19T02:54:55.137Z+ [[ 0 == 12345 ]]
102026-03-19T02:54:55.137Z+ case "$kern" in
112026-03-19T02:54:55.137Z+ groupadd -g 12345 build
122026-03-19T02:54:55.142Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:54:57.144Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:54:57.256Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:54:57.260Z+ home_fs=zfs
162026-03-19T02:54:57.260Z+ [[ zfs == autofs ]]
172026-03-19T02:54:57.260Z+ mkdir -p /home/build
182026-03-19T02:54:57.260Z+ chown build:build /home/build /work
192026-03-19T02:54:59.262Z+ chmod 0700 /home/build /work
202026-03-19T02:54:59.265Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-19T02:54:59.273Zstarting task 1: "rust-toolchain"
222026-03-19T02:54:59.277Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:54:59.278Z * rust toolchain channel = "1.94.0"
242026-03-19T02:54:59.278Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:54:59.278Z * rust toolchain profile = "default"
262026-03-19T02:54:59.278Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:54:59.278Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:54:59.282Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:54:59.282Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:54:59.392Zinfo: downloading installer
312026-03-19T02:55:00.817Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:55:00.817Zwarn: /opt/ooce/bin
332026-03-19T02:55:00.817Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:55:00.817Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:55:00.817Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:55:00.817Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:55:00.817Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:55:00.817Zerror: cannot install while Rust is installed
392026-03-19T02:55:00.817Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:55:00.817Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:55:00.817Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:55:00.817Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:55:00.817Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:55:00.829Zinfo: profile set to default
452026-03-19T02:55:00.829Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:55:00.832Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:55:01.017Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:55:01.021Zinfo: downloading 6 components
492026-03-19T02:55:16.086Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:16.086Z
512026-03-19T02:55:16.092Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:16.093Z
532026-03-19T02:55:16.097Z
542026-03-19T02:55:16.097ZRust is installed now. Great!
552026-03-19T02:55:16.098Z
562026-03-19T02:55:16.098ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:16.098Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:16.098Z
592026-03-19T02:55:16.099ZTo configure your current shell, you need to source
602026-03-19T02:55:16.099Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:16.099Z
622026-03-19T02:55:16.099ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:16.099Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:16.099Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:16.099Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:16.099Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:16.099Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:16.099Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:16.099Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:16.099Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:16.200Z+ rustup --version
722026-03-19T02:55:16.211Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:16.214Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:16.237Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:16.240Z+ cargo --version
762026-03-19T02:55:16.257Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:16.260Z+ rustc --version
782026-03-19T02:55:16.286Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:16.289Zprocess exited: duration 17012 ms, exit code 0
 
802026-03-19T02:55:16.295Zstarting task 2: "authentication"
812026-03-19T02:55:16.316Zprocess exited: duration 20 ms, exit code 0
 
822026-03-19T02:55:16.322Zstarting task 3: "clone repository"
832026-03-19T02:55:16.328Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:16.331Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:16.364ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:57:22.387Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:57:22.387Z+ git fetch origin 45dc9f8f8266ae29c2c3985e3807a9580c439749
882026-03-19T02:57:22.693ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:57:22.696Z * branch 45dc9f8f8266ae29c2c3985e3807a9580c439749 -> FETCH_HEAD
902026-03-19T02:57:22.715Z+ [[ -n mergeconflict/fm-sb-persistence ]]
912026-03-19T02:57:22.750Z++ git branch --show-current
922026-03-19T02:57:22.750Z+ current=main
932026-03-19T02:57:22.750Z+ [[ main != mergeconflict/fm-sb-persistence ]]
942026-03-19T02:57:22.750Z+ git branch -f mergeconflict/fm-sb-persistence 45dc9f8f8266ae29c2c3985e3807a9580c439749
952026-03-19T02:57:22.750Z+ git checkout -f mergeconflict/fm-sb-persistence
962026-03-19T02:57:22.998ZSwitched to branch 'mergeconflict/fm-sb-persistence'
972026-03-19T02:57:23.028Z+ git reset --hard 45dc9f8f8266ae29c2c3985e3807a9580c439749
982026-03-19T02:57:23.251ZHEAD is now at 45dc9f8f8 fm: persist and load support bundle requests via per-variant tables
992026-03-19T02:57:23.261Zprocess exited: duration 126903 ms, exit code 0
 
1002026-03-19T02:57:23.292Zstarting task 4: "build"
1012026-03-19T02:57:23.301Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:57:23.301Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:57:23.301Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:57:23.301Z+ cargo --version
1052026-03-19T02:57:23.315Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:57:23.315Z+ rustc --version
1072026-03-19T02:57:23.337Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:57:23.354Z+ source ./env.sh
1092026-03-19T02:57:23.355Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T02:57:23.355Z++ set -o xtrace
1112026-03-19T02:57:23.355Z++++ dirname ./env.sh
1122026-03-19T02:57:23.355Z+++ readlink -f .
1132026-03-19T02:57:23.355Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T02:57:23.355Z++ 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-19T02:57:23.355Z++ 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-19T02:57:23.355Z++ 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-19T02:57:23.355Z++ 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-19T02:57:23.355Z++ 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-19T02:57:23.355Z++ 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-19T02:57:23.355Z++ 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-19T02:57:23.362Z++ 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-19T02:57:23.362Z++ case $OLD_SHELL_OPTS in
1232026-03-19T02:57:23.362Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T02:57:23.362Z+ 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-19T02:57:23.362Z+ 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-19T02:57:23.362Z+ banner prerequisites
1272026-03-19T02:57:23.362Z
1282026-03-19T02:57:23.363Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T02:57:23.363Z # # # # # # # # # # # # # # #
1302026-03-19T02:57:23.363Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T02:57:23.363Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T02:57:23.363Z # # # # # # # # # # # # # # #
1332026-03-19T02:57:23.363Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T02:57:23.363Z
1352026-03-19T02:57:23.363Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T02:57:33.702Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T02:57:43.586Z Startup: Caching catalogs ... Done
1382026-03-19T02:58:05.821ZPlanning: Solver setup ... Done (20.757s)
1392026-03-19T02:58:06.009ZPlanning: Running solver ... Done (0.152s)
1402026-03-19T02:58:06.137ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-19T02:58:06.200ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T02:58:06.345ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T02:58:06.391ZPlanning: Package planning ... Done (0.043s)
1442026-03-19T02:58:06.424ZPlanning: Merging actions ... Done (0.039s)
1452026-03-19T02:58:06.671ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-19T02:58:06.680ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T02:58:07.537ZPlanning: Evaluating mediators ... Done (0.861s)
1482026-03-19T02:58:07.549ZPlanning: Planning completed in 23.81 seconds
1492026-03-19T02:58:07.648Z Packages to install: 4
1502026-03-19T02:58:07.648Z Mediators to change: 2
1512026-03-19T02:58:07.648Z Services to change: 1
1522026-03-19T02:58:07.654Z Estimated space available: 155.43 GB
1532026-03-19T02:58:07.654ZEstimated space to be consumed: 1.83 GB
1542026-03-19T02:58:07.654Z Create boot environment: No
1552026-03-19T02:58:07.655ZCreate backup boot environment: No
1562026-03-19T02:58:07.655Z Rebuild boot archive: No
1572026-03-19T02:58:07.655Z
1582026-03-19T02:58:07.655ZChanged mediators:
1592026-03-19T02:58:07.655Z mediator clang:
1602026-03-19T02:58:07.655Z version: None -> 15 (system default)
1612026-03-19T02:58:07.655Z
1622026-03-19T02:58:07.655Z mediator llvm:
1632026-03-19T02:58:07.655Z version: 14 (system default) -> 15 (system default)
1642026-03-19T02:58:07.655Z
1652026-03-19T02:58:07.655ZChanged packages:
1662026-03-19T02:58:07.655Zhelios-dev
1672026-03-19T02:58:07.655Z developer/build-essential
1682026-03-19T02:58:07.655Z None -> 11-2.0
1692026-03-19T02:58:07.655Z library/libxmlsec1
1702026-03-19T02:58:07.655Z None -> 1.2.35-2.0
1712026-03-19T02:58:07.655Z ooce/developer/clang-15
1722026-03-19T02:58:07.656Z None -> 15.0.7-2.0
1732026-03-19T02:58:07.656Z ooce/developer/llvm-15
1742026-03-19T02:58:07.656Z None -> 15.0.7-2.0
1752026-03-19T02:58:07.656Z
1762026-03-19T02:58:07.656ZServices:
1772026-03-19T02:58:07.656Z restart_fmri:
1782026-03-19T02:58:07.656Z svc:/system/update-man-index:default
1792026-03-19T02:58:07.696Z
1802026-03-19T02:58:07.697ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T02:58:12.748ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (19.2M/s)
1822026-03-19T02:58:17.742ZDownload: 2828/3290 items 121.1/212.6MB 56% complete (12.2M/s)
1832026-03-19T02:58:21.870ZDownload: Completed 212.60 MB in 14.17 seconds (15.0M/s)
1842026-03-19T02:58:22.065Z Actions: 1/3689 actions (Installing new actions)
1852026-03-19T02:58:26.152Z Actions: Completed 3689 actions in 4.13 seconds.
1862026-03-19T02:58:26.527Z Done (0.371s)
1872026-03-19T02:58:26.527Z Done (0.000s)
1882026-03-19T02:58:27.523Z Done (0.995s)
1892026-03-19T02:58:31.587Z Done (3.713s)
1902026-03-19T02:58:31.673Z Done (0.017s)
1912026-03-19T02:58:31.676Z Done (0.000s)
1922026-03-19T02:58:31.826Z Done (0.000s)
1932026-03-19T02:58:32.813ZPlanning: Evaluating mediator changes ... Done
1942026-03-19T02:58:32.960ZPlanning: Checking for conflicting actions ... Done
1952026-03-19T02:58:32.963ZPlanning: Consolidating action changes ... Done
1962026-03-19T02:58:33.185ZPlanning: Evaluating mediators ... Done
1972026-03-19T02:58:33.188ZPlanning: Planning completed in 0.37 seconds
1982026-03-19T02:58:33.215Z Mediators to change: 2
1992026-03-19T02:58:33.215Z Create boot environment: No
2002026-03-19T02:58:33.218ZCreate backup boot environment: No
2012026-03-19T02:58:33.295Z Done
2022026-03-19T02:58:33.295Z Done
2032026-03-19T02:58:34.038Z Done
2042026-03-19T02:58:37.374Z Done
2052026-03-19T02:58:37.467Z Done
2062026-03-19T02:58:37.477Z Done
2072026-03-19T02:58:37.614Z Done
2082026-03-19T02:58:38.152ZPlanning: Evaluating mediator changes ... Done
2092026-03-19T02:58:38.156ZPlanning: Merging actions ... Done
2102026-03-19T02:58:38.322ZPlanning: Checking for conflicting actions ... Done
2112026-03-19T02:58:38.326ZPlanning: Consolidating action changes ... Done
2122026-03-19T02:58:38.540ZPlanning: Evaluating mediators ... Done
2132026-03-19T02:58:38.584ZPlanning: Planning completed in 0.63 seconds
2142026-03-19T02:58:38.613Z Packages to change: 1
2152026-03-19T02:58:38.613Z Mediators to change: 1
2162026-03-19T02:58:38.616Z Services to change: 1
2172026-03-19T02:58:38.616Z Create boot environment: No
2182026-03-19T02:58:38.616ZCreate backup boot environment: Yes
2192026-03-19T02:58:41.046Z Actions: 1/6 actions (Updating modified actions)
2202026-03-19T02:58:41.049Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-19T02:58:41.049Z Done
2222026-03-19T02:58:41.049Z Done
2232026-03-19T02:58:41.238Z Done
2242026-03-19T02:58:44.534Z Done
2252026-03-19T02:58:44.623Z Done
2262026-03-19T02:58:44.626Z Done
2272026-03-19T02:58:44.772Z Done
2282026-03-19T02:58:45.159ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-19T02:58:45.159Zclang system 15 system
2302026-03-19T02:58:45.159Zcsh system system illumos
2312026-03-19T02:58:45.159Zctags system system illumos
2322026-03-19T02:58:45.159Zfile system system illumos
2332026-03-19T02:58:45.159Zgcc vendor 12 vendor
2342026-03-19T02:58:45.159Zgcc system 10 system
2352026-03-19T02:58:45.159Zgcc system 7 system
2362026-03-19T02:58:45.159Zgo system 1.20 system
2372026-03-19T02:58:45.160Zgo system 1.19 system
2382026-03-19T02:58:45.160Zllvm system 15 system
2392026-03-19T02:58:45.160Zllvm system 14 system
2402026-03-19T02:58:45.160Zmariadb system 10.6 system
2412026-03-19T02:58:45.160Zmta vendor vendor dma
2422026-03-19T02:58:45.160Zopenjdk system 17 system
2432026-03-19T02:58:45.160Zopenjdk system 11 system
2442026-03-19T02:58:45.160Zopenjdk system 1.8 system
2452026-03-19T02:58:45.160Zopenssl vendor 3 vendor
2462026-03-19T02:58:45.160Zperl system 5.36 system
2472026-03-19T02:58:45.160Zpostgresql system 15 system
2482026-03-19T02:58:45.160Zpostgresql system 13 system
2492026-03-19T02:58:45.160Zpython vendor 3 vendor
2502026-03-19T02:58:45.160Zpython system 2 system
2512026-03-19T02:58:45.160Zpython3 system 3.11 system
2522026-03-19T02:58:45.160Zruby system 3.0 system
2532026-03-19T02:58:45.160Zwords vendor vendor american-english
2542026-03-19T02:58:45.160Zwords system system australian-english
2552026-03-19T02:58:45.160Zwords system system british-english
2562026-03-19T02:58:45.160Zwords system system canadian-english
2572026-03-19T02:58:45.160Zwords system system french
2582026-03-19T02:58:45.160Zwords system system italian
2592026-03-19T02:58:45.160Zwords system system ngerman
2602026-03-19T02:58:45.160Zwords system system ogerman
2612026-03-19T02:58:45.160Zwords system system spanish
2622026-03-19T02:58:45.456ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-19T02:58:45.456Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-19T02:58:51.445ZFMRI IFO
2652026-03-19T02:58:51.446Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-19T02:58:51.446Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-19T02:58:51.446Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-19T02:58:51.447Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-19T02:58:51.447Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-19T02:58:51.447Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-19T02:58:51.447Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-19T02:58:51.447Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-19T02:58:51.447Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-19T02:58:51.447Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-19T02:58:51.447Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-19T02:58:51.447Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-19T02:58:51.447Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-19T02:58:51.447Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-19T02:58:51.447Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-19T02:58:51.447Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-19T02:58:52.729Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-19T02:58:52.994Z Updating crates.io index
2832026-03-19T02:58:53.010Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-19T02:58:53.425Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-19T02:58:54.154Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-19T02:58:54.368Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-19T02:58:54.802Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-19T02:59:03.034Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-19T02:59:03.565Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-19T02:59:05.778Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-19T02:59:07.373Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-19T02:59:08.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-19T02:59:08.449Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-19T02:59:09.285Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-19T02:59:09.711Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-19T02:59:10.650Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-19T02:59:10.921Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-19T02:59:11.844Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-19T02:59:12.364Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-19T02:59:12.792Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-19T02:59:13.069Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-19T02:59:13.610Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-19T02:59:13.852Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-19T02:59:14.097Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-19T02:59:14.380Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-19T02:59:14.820Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-19T02:59:15.659Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-19T02:59:16.809Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-19T02:59:17.066Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-19T02:59:17.786Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-19T02:59:18.877Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-19T02:59:19.323Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-19T02:59:19.621Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-19T02:59:19.989Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-19T02:59:20.324Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-19T02:59:20.849Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-19T02:59:21.116Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-19T02:59:21.475Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-19T02:59:21.725Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-19T02:59:22.119Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-19T03:01:08.255Z Downloading crates ...
3222026-03-19T03:01:08.392Z Downloaded usdt-macro v0.5.0
3232026-03-19T03:01:08.402Z Downloaded thiserror v1.0.69
3242026-03-19T03:01:08.407Z Downloaded utf8_iter v1.0.4
3252026-03-19T03:01:08.410Z Downloaded typenum v1.19.0
3262026-03-19T03:01:08.410Z Downloaded thread-id v4.2.2
3272026-03-19T03:01:08.414Z Downloaded unicode-linebreak v0.1.5
3282026-03-19T03:01:08.414Z Downloaded fs-err v3.3.0
3292026-03-19T03:01:08.414Z Downloaded textwrap v0.16.2
3302026-03-19T03:01:08.418Z Downloaded zmij v1.0.21
3312026-03-19T03:01:08.418Z Downloaded version_check v0.9.5
3322026-03-19T03:01:08.418Z Downloaded zerofrom v0.1.6
3332026-03-19T03:01:08.421Z Downloaded yoke-derive v0.8.1
3342026-03-19T03:01:08.421Z Downloaded unicode-ident v1.0.24
3352026-03-19T03:01:08.428Z Downloaded unicode-xid v0.2.6
3362026-03-19T03:01:08.428Z Downloaded thiserror v2.0.18
3372026-03-19T03:01:08.431Z Downloaded toml_write v0.1.2
3382026-03-19T03:01:08.431Z Downloaded toml v0.8.23
3392026-03-19T03:01:08.435Z Downloaded utf8parse v0.2.2
3402026-03-19T03:01:08.440Z Downloaded zerovec-derive v0.11.2
3412026-03-19T03:01:08.445Z Downloaded yoke v0.8.1
3422026-03-19T03:01:08.452Z Downloaded toml_edit v0.22.27
3432026-03-19T03:01:08.461Z Downloaded unicode-width v0.1.14
3442026-03-19T03:01:08.469Z Downloaded zerocopy v0.7.35
3452026-03-19T03:01:08.477Z Downloaded zerofrom-derive v0.1.6
3462026-03-19T03:01:08.479Z Downloaded usdt v0.5.0
3472026-03-19T03:01:08.479Z Downloaded url v2.5.8
3482026-03-19T03:01:08.482Z Downloaded typeid v1.0.3
3492026-03-19T03:01:08.482Z Downloaded zerocopy-derive v0.7.35
3502026-03-19T03:01:08.485Z Downloaded writeable v0.6.2
3512026-03-19T03:01:08.485Z Downloaded thiserror-impl v2.0.18
3522026-03-19T03:01:08.489Z Downloaded ucd-trie v0.1.7
3532026-03-19T03:01:08.489Z Downloaded tinystr v0.8.2
3542026-03-19T03:01:08.492Z Downloaded toml_datetime v0.6.11
3552026-03-19T03:01:08.493Z Downloaded usdt-attr-macro v0.5.0
3562026-03-19T03:01:08.493Z Downloaded zerovec v0.11.5
3572026-03-19T03:01:08.496Z Downloaded zerotrie v0.2.3
3582026-03-19T03:01:08.521Z Downloaded winnow v0.7.14
3592026-03-19T03:01:08.601Z Downloaded unicode-width v0.2.0
3602026-03-19T03:01:08.612Z Downloaded stable_deref_trait v1.2.1
3612026-03-19T03:01:08.615Z Downloaded once_cell v1.21.3
3622026-03-19T03:01:08.634Z Downloaded is_terminal_polyfill v1.70.2
3632026-03-19T03:01:08.640Z Downloaded pest_generator v2.8.6
3642026-03-19T03:01:08.654Z Downloaded clap_derive v4.5.55
3652026-03-19T03:01:08.708Z Downloaded potential_utf v0.1.4
3662026-03-19T03:01:08.708Z Downloaded serde_spanned v0.6.9
3672026-03-19T03:01:08.708Z Downloaded anstream v0.6.21
3682026-03-19T03:01:08.708Z Downloaded quote v1.0.44
3692026-03-19T03:01:08.708Z Downloaded clap_lex v1.0.0
3702026-03-19T03:01:08.708Z Downloaded thiserror-impl v1.0.69
3712026-03-19T03:01:08.708Z Downloaded cargo-platform v0.2.0
3722026-03-19T03:01:08.708Z Downloaded generic-array v0.14.7
3732026-03-19T03:01:08.718Z Downloaded cargo_toml v0.21.0
3742026-03-19T03:01:08.718Z Downloaded scroll_derive v0.12.1
3752026-03-19T03:01:08.722Z Downloaded dof v0.3.0
3762026-03-19T03:01:08.722Z Downloaded erased-serde v0.4.9
3772026-03-19T03:01:08.722Z Downloaded icu_collections v2.1.1
3782026-03-19T03:01:08.727Z Downloaded equivalent v1.0.2
3792026-03-19T03:01:08.727Z Downloaded smawk v0.3.2
3802026-03-19T03:01:08.736Z Downloaded cargo_metadata v0.21.0
3812026-03-19T03:01:08.746Z Downloaded itoa v1.0.17
3822026-03-19T03:01:08.768Z Downloaded icu_properties v2.1.2
3832026-03-19T03:01:08.773Z Downloaded pest_derive v2.8.6
3842026-03-19T03:01:08.777Z Downloaded bitflags v2.11.0
3852026-03-19T03:01:08.803Z Downloaded pest_meta v2.8.6
3862026-03-19T03:01:08.816Z Downloaded serde_tokenstream v0.2.3
3872026-03-19T03:01:08.820Z Downloaded litemap v0.8.1
3882026-03-19T03:01:08.830Z Downloaded getrandom v0.4.1
3892026-03-19T03:01:08.841Z Downloaded icu_normalizer v2.1.1
3902026-03-19T03:01:09.257Z Downloaded idna v1.1.0
3912026-03-19T03:01:09.263Z Downloaded memchr v2.8.0
3922026-03-19T03:01:09.263Z Downloaded serde-untagged v0.1.9
3932026-03-19T03:01:09.263Z Downloaded anstyle-parse v0.2.7
3942026-03-19T03:01:09.263Z Downloaded anstyle v1.0.13
3952026-03-19T03:01:09.263Z Downloaded goblin v0.8.2
3962026-03-19T03:01:09.263Z Downloaded serde_derive v1.0.228
3972026-03-19T03:01:09.263Z Downloaded serde v1.0.228
3982026-03-19T03:01:09.263Z Downloaded serde-value v0.7.0
3992026-03-19T03:01:09.263Z Downloaded anstyle-query v1.1.5
4002026-03-19T03:01:09.263Z Downloaded semver v1.0.27
4012026-03-19T03:01:09.263Z Downloaded dtrace-parser v0.2.0
4022026-03-19T03:01:09.263Z Downloaded tabled_derive v0.7.0
4032026-03-19T03:01:09.263Z Downloaded syn v2.0.117
4042026-03-19T03:01:09.263Z Downloaded swrite v0.1.0
4052026-03-19T03:01:09.263Z Downloaded form_urlencoded v1.2.2
4062026-03-19T03:01:09.263Z Downloaded ordered-float v2.10.1
4072026-03-19T03:01:09.264Z Downloaded errno v0.3.14
4082026-03-19T03:01:09.264Z Downloaded idna_adapter v1.2.1
4092026-03-19T03:01:09.264Z Downloaded heck v0.5.0
4102026-03-19T03:01:09.264Z Downloaded camino-tempfile v1.4.1
4112026-03-19T03:01:09.264Z Downloaded tempfile v3.25.0
4122026-03-19T03:01:09.264Z Downloaded byteorder v1.5.0
4132026-03-19T03:01:09.264Z Downloaded cargo-util-schemas v0.8.2
4142026-03-19T03:01:09.264Z Downloaded heck v0.4.1
4152026-03-19T03:01:09.264Z Downloaded memmap v0.7.0
4162026-03-19T03:01:09.264Z Downloaded block-buffer v0.10.4
4172026-03-19T03:01:09.264Z Downloaded sha2 v0.10.9
4182026-03-19T03:01:09.264Z Downloaded synstructure v0.13.2
4192026-03-19T03:01:09.264Z Downloaded pretty-hex v0.4.1
4202026-03-19T03:01:09.264Z Downloaded log v0.4.29
4212026-03-19T03:01:09.264Z Downloaded plain v0.2.3
4222026-03-19T03:01:09.264Z Downloaded percent-encoding v2.3.2
4232026-03-19T03:01:09.264Z Downloaded strsim v0.11.1
4242026-03-19T03:01:09.264Z Downloaded proc-macro-error-attr v1.0.4
4252026-03-19T03:01:09.264Z Downloaded cfg-if v1.0.4
4262026-03-19T03:01:09.264Z Downloaded usdt-impl v0.5.0
4272026-03-19T03:01:09.264Z Downloaded proc-macro-error v1.0.4
4282026-03-19T03:01:09.264Z Downloaded autocfg v1.5.0
4292026-03-19T03:01:09.264Z Downloaded smallvec v1.15.1
4302026-03-19T03:01:09.264Z Downloaded clap_builder v4.5.60
4312026-03-19T03:01:09.264Z Downloaded anyhow v1.0.102
4322026-03-19T03:01:09.264Z Downloaded displaydoc v0.2.5
4332026-03-19T03:01:09.264Z Downloaded papergrid v0.11.0
4342026-03-19T03:01:09.264Z Downloaded proc-macro2 v1.0.106
4352026-03-19T03:01:09.264Z Downloaded clap v4.5.60
4362026-03-19T03:01:09.264Z Downloaded macaddr v1.0.1
4372026-03-19T03:01:09.264Z Downloaded colorchoice v1.0.4
4382026-03-19T03:01:09.264Z Downloaded fnv v1.0.7
4392026-03-19T03:01:09.264Z Downloaded digest v0.10.7
4402026-03-19T03:01:09.264Z Downloaded icu_provider v2.1.1
4412026-03-19T03:01:09.264Z Downloaded fastrand v2.3.0
4422026-03-19T03:01:09.264Z Downloaded icu_normalizer_data v2.1.1
4432026-03-19T03:01:09.264Z Downloaded camino v1.2.2
4442026-03-19T03:01:09.264Z Downloaded terminal_size v0.4.3
4452026-03-19T03:01:09.264Z Downloaded indexmap v2.13.0
4462026-03-19T03:01:09.265Z Downloaded icu_locale_core v2.1.1
4472026-03-19T03:01:09.265Z Downloaded num-traits v0.2.19
4482026-03-19T03:01:09.265Z Downloaded crypto-common v0.1.7
4492026-03-19T03:01:09.265Z Downloaded serde_json v1.0.149
4502026-03-19T03:01:09.265Z Downloaded syn v1.0.109
4512026-03-19T03:01:09.265Z Downloaded pest v2.8.6
4522026-03-19T03:01:09.265Z Downloaded serde_core v1.0.228
4532026-03-19T03:01:09.265Z Downloaded scroll v0.12.0
4542026-03-19T03:01:09.265Z Downloaded hashbrown v0.16.1
4552026-03-19T03:01:09.265Z Downloaded tabled v0.15.0
4562026-03-19T03:01:09.265Z Downloaded libc v0.2.180
4572026-03-19T03:01:09.269Z Downloaded rustix v1.1.3
4582026-03-19T03:01:09.285Z Downloaded icu_properties_data v2.1.2
4592026-03-19T03:01:09.292Z Downloaded cpufeatures v0.2.17
4602026-03-19T03:01:09.295Z Downloaded bytecount v0.6.9
4612026-03-19T03:01:09.358Z Compiling proc-macro2 v1.0.106
4622026-03-19T03:01:09.361Z Compiling quote v1.0.44
4632026-03-19T03:01:09.361Z Compiling unicode-ident v1.0.24
4642026-03-19T03:01:09.361Z Compiling serde_core v1.0.228
4652026-03-19T03:01:09.361Z Compiling libc v0.2.180
4662026-03-19T03:01:09.361Z Compiling version_check v0.9.5
4672026-03-19T03:01:09.362Z Compiling serde v1.0.228
4682026-03-19T03:01:09.362Z Compiling memchr v2.8.0
4692026-03-19T03:01:09.805Z Compiling stable_deref_trait v1.2.1
4702026-03-19T03:01:09.910Z Compiling zmij v1.0.21
4712026-03-19T03:01:10.106Z Compiling autocfg v1.5.0
4722026-03-19T03:01:10.204Z Compiling ucd-trie v0.1.7
4732026-03-19T03:01:10.235Z Compiling itoa v1.0.17
4742026-03-19T03:01:10.463Z Compiling thiserror v1.0.69
4752026-03-19T03:01:10.606Z Compiling pest v2.8.6
4762026-03-19T03:01:10.734Z Compiling writeable v0.6.2
4772026-03-19T03:01:10.750Z Compiling litemap v0.8.1
4782026-03-19T03:01:10.777Z Compiling icu_normalizer_data v2.1.1
4792026-03-19T03:01:10.996Z Compiling icu_properties_data v2.1.2
4802026-03-19T03:01:11.016Z Compiling byteorder v1.5.0
4812026-03-19T03:01:11.112Z Compiling rustix v1.1.3
4822026-03-19T03:01:11.314Z Compiling syn v2.0.117
4832026-03-19T03:01:11.460Z Compiling errno v0.3.14
4842026-03-19T03:01:11.480Z Compiling serde_json v1.0.149
4852026-03-19T03:01:11.644Z Compiling bitflags v2.11.0
4862026-03-19T03:01:11.796Z Compiling num-traits v0.2.19
4872026-03-19T03:01:11.840Z Compiling smallvec v1.15.1
4882026-03-19T03:01:12.024Z Compiling hashbrown v0.16.1
4892026-03-19T03:01:12.118Z Compiling pest_meta v2.8.6
4902026-03-19T03:01:12.187Z Compiling equivalent v1.0.2
4912026-03-19T03:01:12.310Z Compiling typeid v1.0.3
4922026-03-19T03:01:12.563Z Compiling thread-id v4.2.2
4932026-03-19T03:01:12.669Z Compiling indexmap v2.13.0
4942026-03-19T03:01:12.692Z Compiling proc-macro-error-attr v1.0.4
4952026-03-19T03:01:12.743Z Compiling usdt-impl v0.5.0
4962026-03-19T03:01:12.795Z Compiling erased-serde v0.4.9
4972026-03-19T03:01:12.921Z Compiling syn v1.0.109
4982026-03-19T03:01:13.004Z Compiling toml_write v0.1.2
4992026-03-19T03:01:13.136Z Compiling winnow v0.7.14
5002026-03-19T03:01:13.590Z Compiling proc-macro-error v1.0.4
5012026-03-19T03:01:13.676Z Compiling thiserror v2.0.18
5022026-03-19T03:01:13.825Z Compiling utf8_iter v1.0.4
5032026-03-19T03:01:14.008Z Compiling log v0.4.29
5042026-03-19T03:01:14.103Z Compiling percent-encoding v2.3.2
5052026-03-19T03:01:14.243Z Compiling utf8parse v0.2.2
5062026-03-19T03:01:14.350Z Compiling getrandom v0.4.1
5072026-03-19T03:01:14.389Z Compiling plain v0.2.3
5082026-03-19T03:01:14.426Z Compiling camino v1.2.2
5092026-03-19T03:01:14.450Z Compiling anstyle-parse v0.2.7
5102026-03-19T03:01:14.532Z Compiling ordered-float v2.10.1
5112026-03-19T03:01:14.707Z Compiling form_urlencoded v1.2.2
5122026-03-19T03:01:15.033Z Compiling synstructure v0.13.2
5132026-03-19T03:01:15.053Z Compiling pest_generator v2.8.6
5142026-03-19T03:01:15.106Z Compiling terminal_size v0.4.3
5152026-03-19T03:01:15.287Z Compiling colorchoice v1.0.4
5162026-03-19T03:01:15.446Z Compiling anstyle-query v1.1.5
5172026-03-19T03:01:15.497Z Compiling pretty-hex v0.4.1
5182026-03-19T03:01:15.523Z Compiling cfg-if v1.0.4
5192026-03-19T03:01:15.582Z Compiling anstyle v1.0.13
5202026-03-19T03:01:15.617Z Compiling is_terminal_polyfill v1.70.2
5212026-03-19T03:01:15.677Z Compiling serde-untagged v0.1.9
5222026-03-19T03:01:15.859Z Compiling anstream v0.6.21
5232026-03-19T03:01:15.884Z Compiling semver v1.0.27
5242026-03-19T03:01:15.996Z Compiling fs-err v3.3.0
5252026-03-19T03:01:16.035Z Compiling anyhow v1.0.102
5262026-03-19T03:01:16.235Z Compiling heck v0.4.1
5272026-03-19T03:01:16.269Z Compiling unicode-width v0.1.14
5282026-03-19T03:01:16.336Z Compiling heck v0.5.0
5292026-03-19T03:01:16.411Z Compiling fnv v1.0.7
5302026-03-19T03:01:16.435Z Compiling fastrand v2.3.0
5312026-03-19T03:01:16.538Z Compiling bytecount v0.6.9
5322026-03-19T03:01:16.630Z Compiling strsim v0.11.1
5332026-03-19T03:01:16.657Z Compiling unicode-xid v0.2.6
5342026-03-19T03:01:16.704Z Compiling once_cell v1.21.3
5352026-03-19T03:01:16.784Z Compiling clap_lex v1.0.0
5362026-03-19T03:01:16.813Z Compiling papergrid v0.11.0
5372026-03-19T03:01:16.956Z Compiling tempfile v3.25.0
5382026-03-19T03:01:16.983Z Compiling clap_builder v4.5.60
5392026-03-19T03:01:17.238Z Compiling memmap v0.7.0
5402026-03-19T03:01:17.390Z Compiling unicode-linebreak v0.1.5
5412026-03-19T03:01:17.456Z Compiling smawk v0.3.2
5422026-03-19T03:01:17.480Z Compiling unicode-width v0.2.0
5432026-03-19T03:01:17.551Z Compiling serde_derive v1.0.228
5442026-03-19T03:01:17.632Z Compiling zerofrom-derive v0.1.6
5452026-03-19T03:01:17.704Z Compiling yoke-derive v0.8.1
5462026-03-19T03:01:17.835Z Compiling zerovec-derive v0.11.2
5472026-03-19T03:01:17.931Z Compiling displaydoc v0.2.5
5482026-03-19T03:01:18.809Z Compiling thiserror-impl v1.0.69
5492026-03-19T03:01:18.899Z Compiling zerocopy-derive v0.7.35
5502026-03-19T03:01:19.252Z Compiling pest_derive v2.8.6
5512026-03-19T03:01:19.317Z Compiling scroll_derive v0.12.1
5522026-03-19T03:01:19.523Z Compiling zerofrom v0.1.6
5532026-03-19T03:01:19.694Z Compiling yoke v0.8.1
5542026-03-19T03:01:19.794Z Compiling thiserror-impl v2.0.18
5552026-03-19T03:01:19.987Z Compiling zerovec v0.11.5
5562026-03-19T03:01:20.074Z Compiling zerotrie v0.2.3
5572026-03-19T03:01:20.220Z Compiling zerocopy v0.7.35
5582026-03-19T03:01:20.485Z Compiling scroll v0.12.0
5592026-03-19T03:01:20.689Z Compiling tinystr v0.8.2
5602026-03-19T03:01:20.713Z Compiling potential_utf v0.1.4
5612026-03-19T03:01:20.848Z Compiling dtrace-parser v0.2.0
5622026-03-19T03:01:20.928Z Compiling icu_locale_core v2.1.1
5632026-03-19T03:01:20.963Z Compiling icu_collections v2.1.1
5642026-03-19T03:01:21.044Z Compiling goblin v0.8.2
5652026-03-19T03:01:21.255Z Compiling tabled_derive v0.7.0
5662026-03-19T03:01:21.612Z Compiling clap_derive v4.5.55
5672026-03-19T03:01:21.828Z Compiling icu_provider v2.1.1
5682026-03-19T03:01:21.891Z Compiling textwrap v0.16.2
5692026-03-19T03:01:22.161Z Compiling icu_properties v2.1.2
5702026-03-19T03:01:22.219Z Compiling icu_normalizer v2.1.1
5712026-03-19T03:01:22.349Z Compiling serde_spanned v0.6.9
5722026-03-19T03:01:22.379Z Compiling toml_datetime v0.6.11
5732026-03-19T03:01:22.477Z Compiling dof v0.3.0
5742026-03-19T03:01:22.520Z Compiling serde_tokenstream v0.2.3
5752026-03-19T03:01:22.545Z Compiling serde-value v0.7.0
5762026-03-19T03:01:23.137Z Compiling toml_edit v0.22.27
5772026-03-19T03:01:23.140Z Compiling cargo-platform v0.2.0
5782026-03-19T03:01:23.140Z Compiling tabled v0.15.0
5792026-03-19T03:01:23.140Z Compiling macaddr v1.0.1
5802026-03-19T03:01:23.728Z Compiling idna_adapter v1.2.1
5812026-03-19T03:01:23.752Z Compiling camino-tempfile v1.4.1
5822026-03-19T03:01:23.775Z Compiling usdt-macro v0.5.0
5832026-03-19T03:01:23.800Z Compiling usdt-attr-macro v0.5.0
5842026-03-19T03:01:23.902Z Compiling idna v1.1.0
5852026-03-19T03:01:24.407Z Compiling clap v4.5.60
5862026-03-19T03:01:24.410Z Compiling swrite v0.1.0
5872026-03-19T03:01:24.410Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-19T03:01:24.505Z Compiling url v2.5.8
5892026-03-19T03:01:24.686Z Compiling toml v0.8.23
5902026-03-19T03:01:25.106Z Compiling usdt v0.5.0
5912026-03-19T03:01:25.259Z Compiling cargo-util-schemas v0.8.2
5922026-03-19T03:01:25.414Z Compiling cargo_toml v0.21.0
5932026-03-19T03:01:26.497Z Compiling cargo_metadata v0.21.0
5942026-03-19T03:01:27.778Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-19T03:01:30.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
5962026-03-19T03:01:30.903Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-19T03:01:31.644Z Downloading crates ...
5982026-03-19T03:01:31.780Z Downloaded async-bb8-diesel v0.2.1
5992026-03-19T03:01:31.792Z Downloaded convert_case v0.10.0
6002026-03-19T03:01:31.796Z Downloaded cfg_aliases v0.1.1
6012026-03-19T03:01:31.811Z Downloaded const_format v0.2.35
6022026-03-19T03:01:31.815Z Downloaded bcs v0.1.6
6032026-03-19T03:01:31.818Z Downloaded adler2 v2.0.1
6042026-03-19T03:01:31.818Z Downloaded colored v3.1.1
6052026-03-19T03:01:31.862Z Downloaded block-padding v0.3.3
6062026-03-19T03:01:31.868Z Downloaded bitvec v1.0.1
6072026-03-19T03:01:31.874Z Downloaded crc-any v2.5.0
6082026-03-19T03:01:31.878Z Downloaded dropshot-api-manager-types v0.6.0
6092026-03-19T03:01:31.878Z Downloaded bumpalo v3.20.2
6102026-03-19T03:01:31.881Z Downloaded base64 v0.21.7
6112026-03-19T03:01:31.884Z Downloaded debug-ignore v1.0.5
6122026-03-19T03:01:31.888Z Downloaded ar_archive_writer v0.5.1
6132026-03-19T03:01:31.893Z Downloaded daft v0.1.5
6142026-03-19T03:01:31.901Z Downloaded cstr-argument v0.1.2
6152026-03-19T03:01:31.906Z Downloaded filetime v0.2.27
6162026-03-19T03:01:31.906Z Downloaded float-cmp v0.10.0
6172026-03-19T03:01:31.906Z Downloaded env_logger v0.11.9
6182026-03-19T03:01:31.906Z Downloaded cipher v0.4.4
6192026-03-19T03:01:31.910Z Downloaded deranged v0.5.8
6202026-03-19T03:01:31.910Z Downloaded darling_macro v0.23.0
6212026-03-19T03:01:31.915Z Downloaded endian-type v0.1.2
6222026-03-19T03:01:31.918Z Downloaded derive-ex v0.1.8
6232026-03-19T03:01:31.918Z Downloaded backon v1.6.0
6242026-03-19T03:01:31.922Z Downloaded document-features v0.2.12
6252026-03-19T03:01:31.985Z Downloaded foreign-types-macros v0.2.3
6262026-03-19T03:01:31.985Z Downloaded ff v0.13.1
6272026-03-19T03:01:31.985Z Downloaded ed25519 v2.2.3
6282026-03-19T03:01:31.985Z Downloaded crypto-bigint v0.5.5
6292026-03-19T03:01:31.986Z Downloaded dof v0.4.0
6302026-03-19T03:01:31.986Z Downloaded derive-where v1.6.0
6312026-03-19T03:01:31.986Z Downloaded erased-serde v0.3.31
6322026-03-19T03:01:31.986Z Downloaded crossbeam-channel v0.5.15
6332026-03-19T03:01:31.986Z Downloaded dtrace-parser v0.3.0
6342026-03-19T03:01:31.986Z Downloaded dirs-next v2.0.0
6352026-03-19T03:01:31.986Z Downloaded fd-lock v4.0.4
6362026-03-19T03:01:31.986Z Downloaded daft-derive v0.1.5
6372026-03-19T03:01:31.986Z Downloaded glob v0.3.3
6382026-03-19T03:01:31.986Z Downloaded ctr v0.9.2
6392026-03-19T03:01:31.986Z Downloaded atomic-waker v1.1.2
6402026-03-19T03:01:31.986Z Downloaded float-ord v0.3.2
6412026-03-19T03:01:31.986Z Downloaded derive_builder_core v0.20.2
6422026-03-19T03:01:31.986Z Downloaded defmt-parser v1.0.0
6432026-03-19T03:01:31.986Z Downloaded chacha20 v0.10.0
6442026-03-19T03:01:31.986Z Downloaded dirs-sys-next v0.1.2
6452026-03-19T03:01:31.986Z Downloaded bindgen v0.71.1
6462026-03-19T03:01:31.995Z Downloaded foreign-types v0.5.0
6472026-03-19T03:01:31.995Z Downloaded enum-as-inner v0.6.1
6482026-03-19T03:01:31.995Z Downloaded defmt v1.0.1
6492026-03-19T03:01:31.995Z Downloaded defmt v0.3.100
6502026-03-19T03:01:31.995Z Downloaded bitfield-struct v0.6.2
6512026-03-19T03:01:32.000Z Downloaded downcast-rs v2.0.2
6522026-03-19T03:01:32.005Z Downloaded critical-section v1.2.0
6532026-03-19T03:01:32.005Z Downloaded derive_builder v0.20.2
6542026-03-19T03:01:32.009Z Downloaded darling v0.23.0
6552026-03-19T03:01:32.015Z Downloaded fallible-iterator v0.2.0
6562026-03-19T03:01:32.015Z Downloaded dsl_auto_type v0.2.0
6572026-03-19T03:01:32.015Z Downloaded display-error-chain v0.2.2
6582026-03-19T03:01:32.019Z Downloaded bit-set v0.5.3
6592026-03-19T03:01:32.019Z Downloaded darling_core v0.20.11
6602026-03-19T03:01:32.019Z Downloaded foldhash v0.2.0
6612026-03-19T03:01:32.023Z Downloaded drift v0.1.3
6622026-03-19T03:01:32.026Z Downloaded ed25519-dalek v2.2.0
6632026-03-19T03:01:32.026Z Downloaded derive_more-impl v2.1.1
6642026-03-19T03:01:32.032Z Downloaded fxhash v0.2.1
6652026-03-19T03:01:32.035Z Downloaded foreign-types v0.3.2
6662026-03-19T03:01:32.035Z Downloaded ciborium-ll v0.2.2
6672026-03-19T03:01:32.035Z Downloaded crc32fast v1.5.0
6682026-03-19T03:01:32.039Z Downloaded foldhash v0.1.5
6692026-03-19T03:01:32.039Z Downloaded chacha20poly1305 v0.10.1
6702026-03-19T03:01:32.039Z Downloaded embedded-io v0.6.1
6712026-03-19T03:01:32.042Z Downloaded dunce v1.0.5
6722026-03-19T03:01:32.042Z Downloaded fixedbitset v0.4.2
6732026-03-19T03:01:32.042Z Downloaded hickory-server v0.25.2
6742026-03-19T03:01:32.047Z Downloaded ghash v0.5.1
6752026-03-19T03:01:32.051Z Downloaded ecdsa v0.16.9
6762026-03-19T03:01:32.051Z Downloaded fatfs v0.3.6
6772026-03-19T03:01:32.055Z Downloaded darling v0.21.3
6782026-03-19T03:01:32.055Z Downloaded foreign-types-shared v0.3.1
6792026-03-19T03:01:32.058Z Downloaded foreign-types-shared v0.1.1
6802026-03-19T03:01:32.058Z Downloaded derive_builder_macro v0.20.2
6812026-03-19T03:01:32.059Z Downloaded crossbeam-epoch v0.9.18
6822026-03-19T03:01:32.062Z Downloaded hmac v0.12.1
6832026-03-19T03:01:32.063Z Downloaded console v0.16.2
6842026-03-19T03:01:32.063Z Downloaded darling_macro v0.21.3
6852026-03-19T03:01:32.066Z Downloaded buf-list v1.1.2
6862026-03-19T03:01:32.066Z Downloaded flagset v0.4.7
6872026-03-19T03:01:32.069Z Downloaded env_filter v1.0.0
6882026-03-19T03:01:32.069Z Downloaded darling_macro v0.20.11
6892026-03-19T03:01:32.072Z Downloaded aes-gcm v0.10.3
6902026-03-19T03:01:32.072Z Downloaded fixedbitset v0.5.7
6912026-03-19T03:01:32.075Z Downloaded futures-sink v0.3.32
6922026-03-19T03:01:32.075Z Downloaded crossbeam-utils v0.8.21
6932026-03-19T03:01:32.078Z Downloaded diesel-dtrace v0.5.0
6942026-03-19T03:01:32.079Z Downloaded derive_more v0.99.20
6952026-03-19T03:01:32.082Z Downloaded hash32 v0.3.1
6962026-03-19T03:01:32.085Z Downloaded crc8 v0.1.1
6972026-03-19T03:01:32.085Z Downloaded argon2 v0.5.3
6982026-03-19T03:01:32.088Z Downloaded futures v0.3.32
6992026-03-19T03:01:32.091Z Downloaded data-encoding v2.10.0
7002026-03-19T03:01:32.091Z Downloaded csv-core v0.1.13
7012026-03-19T03:01:32.095Z Downloaded dyn-clone v1.0.20
7022026-03-19T03:01:32.095Z Downloaded aead v0.5.2
7032026-03-19T03:01:32.095Z Downloaded clang-sys v1.8.1
7042026-03-19T03:01:32.099Z Downloaded ena v0.14.4
7052026-03-19T03:01:32.099Z Downloaded dropshot_endpoint v0.16.7
7062026-03-19T03:01:32.102Z Downloaded arrayvec v0.7.6
7072026-03-19T03:01:32.105Z Downloaded diff v0.1.13
7082026-03-19T03:01:32.108Z Downloaded git-stub-vcs v0.1.0
7092026-03-19T03:01:32.108Z Downloaded cargo_toml v0.22.3
7102026-03-19T03:01:32.112Z Downloaded either v1.15.0
7112026-03-19T03:01:32.112Z Downloaded iri-string v0.7.10
7122026-03-19T03:01:32.116Z Downloaded hostname v0.4.2
7132026-03-19T03:01:32.119Z Downloaded darling v0.20.11
7142026-03-19T03:01:32.122Z Downloaded memmap2 v0.9.10
7152026-03-19T03:01:32.527Z Downloaded http-range v0.1.5
7162026-03-19T03:01:32.527Z Downloaded hostname v0.3.1
7172026-03-19T03:01:32.530Z Downloaded flume v0.11.1
7182026-03-19T03:01:32.530Z Downloaded mime_guess v2.0.5
7192026-03-19T03:01:32.530Z Downloaded http-body v1.0.1
7202026-03-19T03:01:32.530Z Downloaded home v0.5.12
7212026-03-19T03:01:32.530Z Downloaded inout v0.1.4
7222026-03-19T03:01:32.530Z Downloaded gethostname v0.5.0
7232026-03-19T03:01:32.530Z Downloaded des v0.8.1
7242026-03-19T03:01:32.530Z Downloaded der_derive v0.7.3
7252026-03-19T03:01:32.531Z Downloaded half v1.8.3
7262026-03-19T03:01:32.531Z Downloaded futures-executor v0.3.32
7272026-03-19T03:01:32.531Z Downloaded const_format_proc_macros v0.2.34
7282026-03-19T03:01:32.531Z Downloaded allocator-api2 v0.2.21
7292026-03-19T03:01:32.531Z Downloaded dropshot-api-manager v0.6.0
7302026-03-19T03:01:32.531Z Downloaded base64 v0.22.1
7312026-03-19T03:01:32.531Z Downloaded indent_write v2.2.0
7322026-03-19T03:01:32.531Z Downloaded httpdate v1.0.3
7332026-03-19T03:01:32.531Z Downloaded cancel-safe-futures v0.1.5
7342026-03-19T03:01:32.531Z Downloaded elliptic-curve v0.13.8
7352026-03-19T03:01:32.531Z Downloaded chrono v0.4.44
7362026-03-19T03:01:32.531Z Downloaded hubpack v0.1.2
7372026-03-19T03:01:32.531Z Downloaded hash32 v0.2.1
7382026-03-19T03:01:32.531Z Downloaded indoc v1.0.9
7392026-03-19T03:01:32.531Z Downloaded embedded-io v0.4.0
7402026-03-19T03:01:32.531Z Downloaded crucible-workspace-hack v0.1.0
7412026-03-19T03:01:32.531Z Downloaded aws-lc-rs v1.16.0
7422026-03-19T03:01:32.531Z Downloaded hickory-client v0.25.2
7432026-03-19T03:01:32.531Z Downloaded find-msvc-tools v0.1.9
7442026-03-19T03:01:32.532Z Downloaded darling_core v0.21.3
7452026-03-19T03:01:32.532Z Downloaded is_ci v1.2.0
7462026-03-19T03:01:32.532Z Downloaded new_debug_unreachable v1.0.6
7472026-03-19T03:01:32.532Z Downloaded futures-util v0.3.32
7482026-03-19T03:01:32.532Z Downloaded lalrpop-util v0.19.12
7492026-03-19T03:01:32.532Z Downloaded globwalk v0.9.1
7502026-03-19T03:01:32.532Z Downloaded globset v0.4.18
7512026-03-19T03:01:32.532Z Downloaded headers-core v0.3.0
7522026-03-19T03:01:32.532Z Downloaded lru v0.12.5
7532026-03-19T03:01:32.532Z Downloaded expectorate v1.2.0
7542026-03-19T03:01:32.532Z Downloaded darling_core v0.23.0
7552026-03-19T03:01:32.532Z Downloaded hyper-staticfile v0.10.1
7562026-03-19T03:01:32.532Z Downloaded internet-checksum v0.2.1
7572026-03-19T03:01:32.532Z Downloaded libscf-sys v1.1.0
7582026-03-19T03:01:32.532Z Downloaded hex v0.4.3
7592026-03-19T03:01:32.532Z Downloaded git-stub v1.0.0
7602026-03-19T03:01:32.532Z Downloaded mime v0.3.17
7612026-03-19T03:01:32.532Z Downloaded bit-vec v0.8.0
7622026-03-19T03:01:32.532Z Downloaded memoffset v0.9.1
7632026-03-19T03:01:32.532Z Downloaded curve25519-dalek-derive v0.1.1
7642026-03-19T03:01:32.532Z Downloaded crc v3.4.0
7652026-03-19T03:01:32.532Z Downloaded jobserver v0.1.34
7662026-03-19T03:01:32.532Z Downloaded ingot-types v0.1.2
7672026-03-19T03:01:32.532Z Downloaded der v0.7.10
7682026-03-19T03:01:32.532Z Downloaded diesel_derives v2.3.7
7692026-03-19T03:01:32.532Z Downloaded blake2 v0.10.6
7702026-03-19T03:01:32.532Z Downloaded libefi-sys v0.1.0
7712026-03-19T03:01:32.532Z Downloaded castaway v0.2.4
7722026-03-19T03:01:32.532Z Downloaded cargo-platform v0.1.9
7732026-03-19T03:01:32.532Z Downloaded instability v0.3.11
7742026-03-19T03:01:32.532Z Downloaded defmt-macros v1.0.1
7752026-03-19T03:01:32.533Z Downloaded flate2 v1.1.9
7762026-03-19T03:01:32.533Z Downloaded linear-map v1.2.0
7772026-03-19T03:01:32.533Z Downloaded keccak v0.1.6
7782026-03-19T03:01:32.533Z Downloaded crossbeam-deque v0.8.6
7792026-03-19T03:01:32.533Z Downloaded atty v0.2.14
7802026-03-19T03:01:32.533Z Downloaded difflib v0.4.0
7812026-03-19T03:01:32.533Z Downloaded hyper-rustls v0.27.7
7822026-03-19T03:01:32.533Z Downloaded lazy_static v1.5.0
7832026-03-19T03:01:32.533Z Downloaded is-terminal v0.4.17
7842026-03-19T03:01:32.533Z Downloaded ipnet v2.11.0
7852026-03-19T03:01:32.533Z Downloaded cobs v0.3.0
7862026-03-19T03:01:32.533Z Downloaded diesel_table_macro_syntax v0.3.0
7872026-03-19T03:01:32.533Z Downloaded derive_more v2.1.1
7882026-03-19T03:01:32.533Z Downloaded heapless v0.8.0
7892026-03-19T03:01:32.533Z Downloaded nodrop v0.1.14
7902026-03-19T03:01:32.533Z Downloaded fs_extra v1.3.0
7912026-03-19T03:01:32.533Z Downloaded async-trait v0.1.89
7922026-03-19T03:01:32.533Z Downloaded instant v0.1.13
7932026-03-19T03:01:32.533Z Downloaded fs-err v2.11.0
7942026-03-19T03:01:32.533Z Downloaded atomicwrites v0.4.4
7952026-03-19T03:01:32.533Z Downloaded crossterm v0.28.1
7962026-03-19T03:01:32.533Z Downloaded md-5 v0.10.6
7972026-03-19T03:01:32.533Z Downloaded impl-trait-for-tuples v0.2.3
7982026-03-19T03:01:32.533Z Downloaded humantime v2.3.0
7992026-03-19T03:01:32.533Z Downloaded http-body-util v0.1.3
8002026-03-19T03:01:32.533Z Downloaded newline-converter v0.3.0
8012026-03-19T03:01:32.533Z Downloaded multimap v0.10.1
8022026-03-19T03:01:32.533Z Downloaded md5 v0.7.0
8032026-03-19T03:01:32.533Z Downloaded lru-cache v0.1.2
8042026-03-19T03:01:32.533Z Downloaded ignore v0.4.25
8052026-03-19T03:01:32.533Z Downloaded newtype-uuid-macros v0.1.0
8062026-03-19T03:01:32.533Z Downloaded nanorand v0.7.0
8072026-03-19T03:01:32.533Z Downloaded managed v0.8.0
8082026-03-19T03:01:32.533Z Downloaded highway v1.3.0
8092026-03-19T03:01:32.533Z Downloaded nibble_vec v0.1.0
8102026-03-19T03:01:32.533Z Downloaded lru-slab v0.1.2
8112026-03-19T03:01:32.533Z Downloaded futures-io v0.3.32
8122026-03-19T03:01:32.533Z Downloaded funty v2.0.0
8132026-03-19T03:01:32.533Z Downloaded async-stream-impl v0.3.6
8142026-03-19T03:01:32.534Z Downloaded linked-hash-map v0.5.6
8152026-03-19T03:01:32.534Z Downloaded maplit v1.0.2
8162026-03-19T03:01:32.534Z Downloaded lock_api v0.4.14
8172026-03-19T03:01:32.539Z Downloaded getrandom v0.3.4
8182026-03-19T03:01:32.539Z Downloaded hickory-resolver v0.24.4
8192026-03-19T03:01:32.539Z Downloaded num-conv v0.2.0
8202026-03-19T03:01:32.539Z Downloaded arrayref v0.3.9
8212026-03-19T03:01:32.539Z Downloaded nonempty v0.12.0
8222026-03-19T03:01:32.539Z Downloaded group v0.13.0
8232026-03-19T03:01:32.539Z Downloaded crossterm v0.29.0
8242026-03-19T03:01:32.539Z Downloaded futures-task v0.3.32
8252026-03-19T03:01:32.539Z Downloaded convert_case v0.4.0
8262026-03-19T03:01:32.539Z Downloaded openssl-macros v0.1.1
8272026-03-19T03:01:32.539Z Downloaded cmake v0.1.57
8282026-03-19T03:01:32.539Z Downloaded bitfield v0.19.4
8292026-03-19T03:01:32.539Z Downloaded hashbrown v0.13.2
8302026-03-19T03:01:32.539Z Downloaded futures-channel v0.3.32
8312026-03-19T03:01:32.539Z Downloaded kstat-rs v0.2.4
8322026-03-19T03:01:32.539Z Downloaded hyper-tls v0.6.0
8332026-03-19T03:01:32.539Z Downloaded libsw-core v0.3.2
8342026-03-19T03:01:32.539Z Downloaded oso-derive v0.27.3
8352026-03-19T03:01:32.539Z Downloaded indexmap v1.9.3
8362026-03-19T03:01:32.539Z Downloaded hickory-resolver v0.25.2
8372026-03-19T03:01:32.540Z Downloaded native-tls v0.2.18
8382026-03-19T03:01:32.540Z Downloaded olpc-cjson v0.1.4
8392026-03-19T03:01:32.540Z Downloaded backoff v0.4.0
8402026-03-19T03:01:32.540Z Downloaded ingot v0.1.1
8412026-03-19T03:01:32.540Z Downloaded num-iter v0.1.45
8422026-03-19T03:01:32.540Z Downloaded opaque-debug v0.3.1
8432026-03-19T03:01:32.540Z Downloaded num_enum_derive v0.7.5
8442026-03-19T03:01:32.540Z Downloaded num_threads v0.1.7
8452026-03-19T03:01:32.540Z Downloaded nu-ansi-term v0.50.3
8462026-03-19T03:01:32.540Z Downloaded compact_str v0.8.1
8472026-03-19T03:01:32.540Z Downloaded num-derive v0.4.2
8482026-03-19T03:01:32.540Z Downloaded litrs v1.0.0
8492026-03-19T03:01:32.540Z Downloaded newtype-uuid v1.3.2
8502026-03-19T03:01:32.541Z Downloaded libbz2-rs-sys v0.2.2
8512026-03-19T03:01:32.541Z Downloaded half v2.7.1
8522026-03-19T03:01:32.541Z Downloaded libloading v0.8.9
8532026-03-19T03:01:32.541Z Downloaded ingot-macros v0.1.1
8542026-03-19T03:01:32.541Z Downloaded parse-size v1.1.0
8552026-03-19T03:01:32.541Z Downloaded num_enum v0.7.5
8562026-03-19T03:01:32.541Z Downloaded num-rational v0.4.2
8572026-03-19T03:01:32.541Z Downloaded multer v3.1.0
8582026-03-19T03:01:32.541Z Downloaded iana-time-zone v0.1.65
8592026-03-19T03:01:32.541Z Downloaded num-integer v0.1.46
8602026-03-19T03:01:32.541Z Downloaded arc-swap v1.8.2
8612026-03-19T03:01:32.541Z Downloaded pbkdf2 v0.11.0
8622026-03-19T03:01:32.541Z Downloaded oxide-tokio-rt v0.1.3
8632026-03-19T03:01:32.541Z Downloaded cookie_store v0.22.1
8642026-03-19T03:01:32.541Z Downloaded parking_lot_core v0.8.6
8652026-03-19T03:01:32.541Z Downloaded openssl-probe v0.2.1
8662026-03-19T03:01:32.541Z Downloaded indicatif v0.18.4
8672026-03-19T03:01:32.541Z Downloaded polyval v0.6.2
8682026-03-19T03:01:32.541Z Downloaded pin-utils v0.1.0
8692026-03-19T03:01:32.541Z Downloaded packed_struct_codegen v0.10.1
8702026-03-19T03:01:32.541Z Downloaded packed_struct v0.10.1
8712026-03-19T03:01:32.541Z Downloaded num-complex v0.4.6
8722026-03-19T03:01:32.541Z Downloaded bytes v1.11.1
8732026-03-19T03:01:32.541Z Downloaded httparse v1.10.1
8742026-03-19T03:01:32.541Z Downloaded cpufeatures v0.3.0
8752026-03-19T03:01:32.541Z Downloaded num_enum_derive v0.5.11
8762026-03-19T03:01:32.541Z Downloaded normalize-line-endings v0.3.0
8772026-03-19T03:01:32.541Z Downloaded cookie v0.18.1
8782026-03-19T03:01:32.541Z Downloaded owo-colors v4.3.0
8792026-03-19T03:01:32.541Z Downloaded http v1.4.0
8802026-03-19T03:01:32.541Z Downloaded parse-display v0.10.0
8812026-03-19T03:01:32.541Z Downloaded cassowary v0.3.0
8822026-03-19T03:01:32.541Z Downloaded bit-set v0.8.0
8832026-03-19T03:01:32.541Z Downloaded bb8 v0.8.6
8842026-03-19T03:01:32.541Z Downloaded constant_time_eq v0.4.2
8852026-03-19T03:01:32.541Z Downloaded predicates-core v1.0.10
8862026-03-19T03:01:32.541Z Downloaded hex-literal v0.4.1
8872026-03-19T03:01:32.541Z Downloaded aes v0.8.4
8882026-03-19T03:01:32.542Z Downloaded peg-runtime v0.8.5
8892026-03-19T03:01:32.542Z Downloaded chacha20 v0.9.1
8902026-03-19T03:01:32.542Z Downloaded getrandom v0.2.17
8912026-03-19T03:01:32.542Z Downloaded ciborium-io v0.2.2
8922026-03-19T03:01:32.542Z Downloaded peg-macros v0.8.5
8932026-03-19T03:01:32.542Z Downloaded paste v1.0.15
8942026-03-19T03:01:32.542Z Downloaded path-slash v0.1.5
8952026-03-19T03:01:32.542Z Downloaded parse-display-derive v0.10.0
8962026-03-19T03:01:32.542Z Downloaded oxnet v0.1.4
8972026-03-19T03:01:32.542Z Downloaded peg v0.8.5
8982026-03-19T03:01:32.542Z Downloaded password-hash v0.5.0
8992026-03-19T03:01:32.542Z Downloaded parking_lot v0.12.5
9002026-03-19T03:01:32.542Z Downloaded crunchy v0.2.4
9012026-03-19T03:01:32.542Z Downloaded phf_shared v0.12.1
9022026-03-19T03:01:32.542Z Downloaded itertools v0.13.0
9032026-03-19T03:01:32.542Z Downloaded phf_shared v0.13.1
9042026-03-19T03:01:32.542Z Downloaded oso v0.27.3
9052026-03-19T03:01:32.542Z Downloaded ciborium v0.2.2
9062026-03-19T03:01:32.542Z Downloaded base16ct v1.0.0
9072026-03-19T03:01:32.542Z Downloaded proc-macro-crate v1.3.1
9082026-03-19T03:01:32.542Z Downloaded phf_shared v0.11.3
9092026-03-19T03:01:32.542Z Downloaded phf v0.12.1
9102026-03-19T03:01:32.542Z Downloaded headers v0.4.1
9112026-03-19T03:01:32.542Z Downloaded pbkdf2 v0.12.2
9122026-03-19T03:01:32.542Z Downloaded heapless v0.7.17
9132026-03-19T03:01:32.542Z Downloaded radium v0.7.0
9142026-03-19T03:01:32.542Z Downloaded proc-macro-crate v3.4.0
9152026-03-19T03:01:32.542Z Downloaded hyper-util v0.1.20
9162026-03-19T03:01:32.542Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-03-19T03:01:32.546Z Downloaded predicates-tree v1.0.13
9182026-03-19T03:01:32.546Z Downloaded precomputed-hash v0.1.1
9192026-03-19T03:01:32.546Z Downloaded pem v3.0.6
9202026-03-19T03:01:32.546Z Downloaded cc v1.2.56
9212026-03-19T03:01:32.546Z Downloaded pin-project-internal v1.1.11
9222026-03-19T03:01:32.546Z Downloaded aho-corasick v1.1.4
9232026-03-19T03:01:32.546Z Downloaded ref-cast-impl v1.0.25
9242026-03-19T03:01:32.546Z Downloaded hashbrown v0.12.3
9252026-03-19T03:01:32.546Z Downloaded primeorder v0.13.6
9262026-03-19T03:01:32.546Z Downloaded progenitor v0.13.0
9272026-03-19T03:01:32.546Z Downloaded pkg-config v0.3.32
9282026-03-19T03:01:32.552Z Downloaded powerfmt v0.2.0
9292026-03-19T03:01:32.552Z Downloaded array-init v0.0.4
9302026-03-19T03:01:32.555Z Downloaded rand_core v0.10.0
9312026-03-19T03:01:32.555Z Downloaded pkcs8 v0.10.2
9322026-03-19T03:01:32.555Z Downloaded rand_chacha v0.3.1
9332026-03-19T03:01:32.555Z Downloaded recursive v0.1.1
9342026-03-19T03:01:32.559Z Downloaded rand_xorshift v0.4.0
9352026-03-19T03:01:32.559Z Downloaded parking_lot v0.11.2
9362026-03-19T03:01:32.565Z Downloaded predicates v3.1.4
9372026-03-19T03:01:32.565Z Downloaded proc-macro-error2 v2.0.1
9382026-03-19T03:01:32.568Z Downloaded minimal-lexical v0.2.1
9392026-03-19T03:01:32.573Z Downloaded omicron-zone-package v0.12.2
9402026-03-19T03:01:32.576Z Downloaded pin-project-lite v0.2.17
9412026-03-19T03:01:32.580Z Downloaded progenitor-macro v0.10.0
9422026-03-19T03:01:32.580Z Downloaded progenitor-client v0.13.0
9432026-03-19T03:01:32.580Z Downloaded miniz_oxide v0.8.9
9442026-03-19T03:01:32.585Z Downloaded pkcs1 v0.7.5
9452026-03-19T03:01:32.585Z Downloaded progenitor-extras v0.1.1
9462026-03-19T03:01:32.589Z Downloaded parking_lot_core v0.9.12
9472026-03-19T03:01:32.589Z Downloaded moka v0.12.13
9482026-03-19T03:01:32.594Z Downloaded psl-types v2.0.11
9492026-03-19T03:01:32.598Z Downloaded progenitor-macro v0.11.2
9502026-03-19T03:01:32.598Z Downloaded rustc-hash v2.1.1
9512026-03-19T03:01:32.601Z Downloaded itertools v0.14.0
9522026-03-19T03:01:32.605Z Downloaded psm v0.1.30
9532026-03-19T03:01:32.608Z Downloaded pkcs5 v0.7.1
9542026-03-19T03:01:32.611Z Downloaded resolv-conf v0.7.6
9552026-03-19T03:01:32.617Z Downloaded quinn v0.11.9
9562026-03-19T03:01:32.620Z Downloaded progenitor-client v0.10.0
9572026-03-19T03:01:32.620Z Downloaded crc-catalog v2.4.0
9582026-03-19T03:01:32.620Z Downloaded poly1305 v0.8.0
9592026-03-19T03:01:32.620Z Downloaded bit-vec v0.6.3
9602026-03-19T03:01:32.623Z Downloaded postcard v1.1.3
9612026-03-19T03:01:32.623Z Downloaded prettyplease v0.2.37
9622026-03-19T03:01:33.037Z Downloaded postgres-types v0.2.12
9632026-03-19T03:01:33.041Z Downloaded base16ct v0.2.0
9642026-03-19T03:01:33.042Z Downloaded jiff-static v0.2.21
9652026-03-19T03:01:33.042Z Downloaded russh-cryptovec v0.7.3
9662026-03-19T03:01:33.042Z Downloaded progenitor v0.10.0
9672026-03-19T03:01:33.042Z Downloaded bzip2 v0.4.4
9682026-03-19T03:01:33.042Z Downloaded p256 v0.13.2
9692026-03-19T03:01:33.042Z Downloaded lzss v0.8.2
9702026-03-19T03:01:33.042Z Downloaded progenitor v0.11.2
9712026-03-19T03:01:33.042Z Downloaded num_enum v0.5.11
9722026-03-19T03:01:33.042Z Downloaded rand_core v0.6.4
9732026-03-19T03:01:33.042Z Downloaded rustc_version v0.4.1
9742026-03-19T03:01:33.042Z Downloaded rand_chacha v0.9.0
9752026-03-19T03:01:33.042Z Downloaded progenitor-client v0.11.2
9762026-03-19T03:01:33.042Z Downloaded bzip2 v0.6.1
9772026-03-19T03:01:33.042Z Downloaded blowfish v0.9.1
9782026-03-19T03:01:33.042Z Downloaded camino-tempfile-ext v0.3.3
9792026-03-19T03:01:33.042Z Downloaded blake3 v1.8.3
9802026-03-19T03:01:33.042Z Downloaded postgres-protocol v0.6.10
9812026-03-19T03:01:33.042Z Downloaded password-hash v0.4.2
9822026-03-19T03:01:33.042Z Downloaded same-file v1.0.6
9832026-03-19T03:01:33.042Z Downloaded const-oid v0.9.6
9842026-03-19T03:01:33.042Z Downloaded base64ct v1.8.3
9852026-03-19T03:01:33.042Z Downloaded r2d2 v0.8.10
9862026-03-19T03:01:33.042Z Downloaded hashbrown v0.15.5
9872026-03-19T03:01:33.042Z Downloaded rfc6979 v0.4.0
9882026-03-19T03:01:33.042Z Downloaded futures-macro v0.3.32
9892026-03-19T03:01:33.042Z Downloaded itertools v0.10.5
9902026-03-19T03:01:33.042Z Downloaded scopeguard v1.2.0
9912026-03-19T03:01:33.042Z Downloaded shell-words v1.1.1
9922026-03-19T03:01:33.042Z Downloaded quinn-udp v0.5.14
9932026-03-19T03:01:33.042Z Downloaded openssl-sys v0.9.111
9942026-03-19T03:01:33.042Z Downloaded scheduled-thread-pool v0.2.7
9952026-03-19T03:01:33.042Z Downloaded prefix-trie v0.7.0
9962026-03-19T03:01:33.042Z Downloaded scrypt v0.11.0
9972026-03-19T03:01:33.043Z Downloaded bcrypt-pbkdf v0.10.0
9982026-03-19T03:01:33.043Z Downloaded ascii-canvas v3.0.0
9992026-03-19T03:01:33.043Z Downloaded seq-macro v0.3.6
10002026-03-19T03:01:33.043Z Downloaded rustc_version v0.1.7
10012026-03-19T03:01:33.043Z Downloaded rayon-core v1.13.0
10022026-03-19T03:01:33.043Z Downloaded progenitor-impl v0.10.0
10032026-03-19T03:01:33.043Z Downloaded async-recursion v1.1.1
10042026-03-19T03:01:33.043Z Downloaded rustls-native-certs v0.8.3
10052026-03-19T03:01:33.043Z Downloaded progenitor-impl v0.13.0
10062026-03-19T03:01:33.043Z Downloaded bitflags v1.3.2
10072026-03-19T03:01:33.043Z Downloaded serde_plain v1.0.2
10082026-03-19T03:01:33.043Z Downloaded rustls-pki-types v1.14.0
10092026-03-19T03:01:33.043Z Downloaded papergrid v0.17.0
10102026-03-19T03:01:33.043Z Downloaded rusty-fork v0.3.1
10112026-03-19T03:01:33.044Z Downloaded num-derive v0.3.3
10122026-03-19T03:01:33.044Z Downloaded corncobs v0.1.4
10132026-03-19T03:01:33.044Z Downloaded signal-hook-tokio v0.3.1
10142026-03-19T03:01:33.044Z Downloaded serde_urlencoded v0.7.1
10152026-03-19T03:01:33.044Z Downloaded console v0.15.11
10162026-03-19T03:01:33.044Z Downloaded rand_core v0.9.5
10172026-03-19T03:01:33.044Z Downloaded futures-core v0.3.32
10182026-03-19T03:01:33.044Z Downloaded bstr v1.12.1
10192026-03-19T03:01:33.044Z Downloaded serde-hex v0.1.0
10202026-03-19T03:01:33.044Z Downloaded sha1 v0.10.6
10212026-03-19T03:01:33.044Z Downloaded rand v0.10.0
10222026-03-19T03:01:33.044Z Downloaded shlex v1.3.0
10232026-03-19T03:01:33.044Z Downloaded scroll v0.13.0
10242026-03-19T03:01:33.044Z Downloaded schemars_derive v0.8.22
10252026-03-19T03:01:33.044Z Downloaded ident_case v1.0.1
10262026-03-19T03:01:33.044Z Downloaded secrecy v0.8.0
10272026-03-19T03:01:33.044Z Downloaded schemars v0.8.22
10282026-03-19T03:01:33.044Z Downloaded slog-bunyan v2.5.0
10292026-03-19T03:01:33.044Z Downloaded siphasher v1.0.2
10302026-03-19T03:01:33.044Z Downloaded num-bigint v0.4.6
10312026-03-19T03:01:33.044Z Downloaded hubpack_derive v0.1.1
10322026-03-19T03:01:33.044Z Downloaded signature v2.2.0
10332026-03-19T03:01:33.044Z Downloaded rsa v0.9.10
10342026-03-19T03:01:33.044Z Downloaded slog-term v2.9.2
10352026-03-19T03:01:33.044Z Downloaded serde_path_to_error v0.1.20
10362026-03-19T03:01:33.044Z Downloaded sec1 v0.7.3
10372026-03-19T03:01:33.044Z Downloaded rustls-pemfile v2.2.0
10382026-03-19T03:01:33.044Z Downloaded iddqd v0.3.17
10392026-03-19T03:01:33.044Z Downloaded serde_derive_internals v0.29.1
10402026-03-19T03:01:33.044Z Downloaded ssh-cipher v0.2.0
10412026-03-19T03:01:33.044Z Downloaded reedline v0.40.0
10422026-03-19T03:01:33.044Z Downloaded cargo_metadata v0.19.2
10432026-03-19T03:01:33.044Z Downloaded bitfield-macros v0.19.4
10442026-03-19T03:01:33.044Z Downloaded rpassword v7.4.0
10452026-03-19T03:01:33.044Z Downloaded colored v2.2.0
10462026-03-19T03:01:33.044Z Downloaded rustls-pemfile v1.0.4
10472026-03-19T03:01:33.044Z Downloaded progenitor-impl v0.11.2
10482026-03-19T03:01:33.044Z Downloaded petname v2.0.2
10492026-03-19T03:01:33.045Z Downloaded h2 v0.4.13
10502026-03-19T03:01:33.045Z Downloaded sct v0.7.1
10512026-03-19T03:01:33.045Z Downloaded simd-adler32 v0.3.8
10522026-03-19T03:01:33.045Z Downloaded serde_repr v0.1.20
10532026-03-19T03:01:33.045Z Downloaded async-stream v0.3.6
10542026-03-19T03:01:33.045Z Downloaded slog-async v2.8.0
10552026-03-19T03:01:33.045Z Downloaded pretty_assertions v1.4.1
10562026-03-19T03:01:33.045Z Downloaded rcgen v0.12.1
10572026-03-19T03:01:33.045Z Downloaded snafu v0.8.9
10582026-03-19T03:01:33.045Z Downloaded sqlparser_derive v0.5.0
10592026-03-19T03:01:33.045Z Downloaded slab v0.4.12
10602026-03-19T03:01:33.045Z Downloaded newtype_derive v0.1.6
10612026-03-19T03:01:33.045Z Downloaded strum v0.27.2
10622026-03-19T03:01:33.045Z Downloaded serde_cbor v0.11.2
10632026-03-19T03:01:33.051Z Downloaded cfg_aliases v0.2.1
10642026-03-19T03:01:33.051Z Downloaded cbc v0.1.2
10652026-03-19T03:01:33.051Z Downloaded nom v7.1.3
10662026-03-19T03:01:33.051Z Downloaded num-bigint-dig v0.8.6
10672026-03-19T03:01:33.051Z Downloaded tagptr v0.2.0
10682026-03-19T03:01:33.051Z Downloaded assert_matches v1.5.0
10692026-03-19T03:01:33.051Z Downloaded tabled_derive v0.11.0
10702026-03-19T03:01:33.051Z Downloaded subtle v2.6.1
10712026-03-19T03:01:33.052Z Downloaded strip-ansi-escapes v0.2.1
10722026-03-19T03:01:33.052Z Downloaded cexpr v0.6.0
10732026-03-19T03:01:33.052Z Downloaded smallvec v0.6.14
10742026-03-19T03:01:33.052Z Downloaded maybe-uninit v2.0.0
10752026-03-19T03:01:33.052Z Downloaded match_cfg v0.1.0
10762026-03-19T03:01:33.052Z Downloaded libxml v0.3.3
10772026-03-19T03:01:33.052Z Downloaded rustls-platform-verifier v0.6.2
10782026-03-19T03:01:33.052Z Downloaded ref-cast v1.0.25
10792026-03-19T03:01:33.052Z Downloaded snafu-derive v0.8.9
10802026-03-19T03:01:33.052Z Downloaded smf v0.2.3
10812026-03-19T03:01:33.052Z Downloaded proc-macro-error-attr2 v2.0.0
10822026-03-19T03:01:33.052Z Downloaded quick-error v1.2.3
10832026-03-19T03:01:33.053Z Downloaded portable-atomic v1.13.1
10842026-03-19T03:01:33.053Z Downloaded serde_spanned v1.0.4
10852026-03-19T03:01:33.053Z Downloaded stacker v0.1.23
10862026-03-19T03:01:33.053Z Downloaded ron v0.8.1
10872026-03-19T03:01:33.053Z Downloaded tinyvec_macros v0.1.1
10882026-03-19T03:01:33.053Z Downloaded hyper v1.8.1
10892026-03-19T03:01:33.053Z Downloaded rustls-webpki v0.102.8
10902026-03-19T03:01:33.053Z Downloaded tokio-tungstenite v0.23.1
10912026-03-19T03:01:33.053Z Downloaded thread-id v5.1.0
10922026-03-19T03:01:33.053Z Downloaded schemars v0.9.0
10932026-03-19T03:01:33.053Z Downloaded strum_macros v0.24.3
10942026-03-19T03:01:33.053Z Downloaded pem-rfc7468 v0.7.0
10952026-03-19T03:01:33.053Z Downloaded ppv-lite86 v0.2.21
10962026-03-19T03:01:33.053Z Downloaded qorb v0.4.1
10972026-03-19T03:01:33.053Z Downloaded rand_seeder v0.4.0
10982026-03-19T03:01:33.053Z Downloaded serde-big-array v0.5.1
10992026-03-19T03:01:33.053Z Downloaded signal-hook v0.3.18
11002026-03-19T03:01:33.053Z Downloaded ipnetwork v0.21.1
11012026-03-19T03:01:33.054Z Downloaded phf v0.13.1
11022026-03-19T03:01:33.054Z Downloaded publicsuffix v2.3.0
11032026-03-19T03:01:33.054Z Downloaded topological-sort v0.2.2
11042026-03-19T03:01:33.054Z Downloaded libsw v3.5.0
11052026-03-19T03:01:33.054Z Downloaded ahash v0.8.12
11062026-03-19T03:01:33.054Z Downloaded thread_local v1.1.9
11072026-03-19T03:01:33.054Z Downloaded thiserror-no-std v2.0.2
11082026-03-19T03:01:33.054Z Downloaded termios v0.3.3
11092026-03-19T03:01:33.054Z Downloaded libm v0.2.16
11102026-03-19T03:01:33.054Z Downloaded tower-service v0.3.3
11112026-03-19T03:01:33.054Z Downloaded tower-layer v0.3.3
11122026-03-19T03:01:33.054Z Downloaded tls_codec v0.4.2
11132026-03-19T03:01:33.054Z Downloaded russh-keys v0.45.0
11142026-03-19T03:01:33.054Z Downloaded slog v2.8.2
11152026-03-19T03:01:33.054Z Downloaded trait-variant v0.1.2
11162026-03-19T03:01:33.054Z Downloaded p521 v0.13.3
11172026-03-19T03:01:33.054Z Downloaded sigpipe v0.1.3
11182026-03-19T03:01:33.054Z Downloaded rand v0.8.5
11192026-03-19T03:01:33.054Z Downloaded typify-macro v0.4.3
11202026-03-19T03:01:33.054Z Downloaded tokio-rustls v0.25.0
11212026-03-19T03:01:33.054Z Downloaded progenitor-macro v0.13.0
11222026-03-19T03:01:33.054Z Downloaded hkdf v0.12.4
11232026-03-19T03:01:33.054Z Downloaded try-lock v0.2.5
11242026-03-19T03:01:33.054Z Downloaded socket2 v0.5.10
11252026-03-19T03:01:33.054Z Downloaded serde_bytes v0.11.19
11262026-03-19T03:01:33.054Z Downloaded time-core v0.1.8
11272026-03-19T03:01:33.054Z Downloaded static_assertions v1.1.0
11282026-03-19T03:01:33.054Z Downloaded secrecy v0.10.3
11292026-03-19T03:01:33.054Z Downloaded stringprep v0.1.5
11302026-03-19T03:01:33.054Z Downloaded string_cache v0.8.9
11312026-03-19T03:01:33.054Z Downloaded samael v0.0.19
11322026-03-19T03:01:33.054Z Downloaded term v1.2.1
11332026-03-19T03:01:33.054Z Downloaded take_mut v0.2.2
11342026-03-19T03:01:33.054Z Downloaded ssh-encoding v0.2.0
11352026-03-19T03:01:33.054Z Downloaded rtoolbox v0.0.3
11362026-03-19T03:01:33.054Z Downloaded support-bundle-viewer v0.1.2
11372026-03-19T03:01:33.054Z Downloaded indoc v2.0.7
11382026-03-19T03:01:33.055Z Downloaded sqlformat v0.3.5
11392026-03-19T03:01:33.055Z Downloaded mio v1.1.1
11402026-03-19T03:01:33.061Z Downloaded usdt-macro v0.6.0
11412026-03-19T03:01:33.061Z Downloaded unit-prefix v0.5.2
11422026-03-19T03:01:33.061Z Downloaded tls_codec_derive v0.4.2
11432026-03-19T03:01:33.061Z Downloaded structmeta v0.3.0
11442026-03-19T03:01:33.061Z Downloaded ryu v1.0.23
11452026-03-19T03:01:33.061Z Downloaded tabwriter v1.4.1
11462026-03-19T03:01:33.061Z Downloaded sync-ptr v0.1.4
11472026-03-19T03:01:33.061Z Downloaded tokio-rustls v0.26.4
11482026-03-19T03:01:33.065Z Downloaded sync_wrapper v1.0.2
11492026-03-19T03:01:33.065Z Downloaded tokio-rustls v0.24.1
11502026-03-19T03:01:33.065Z Downloaded usdt v0.6.0
11512026-03-19T03:01:33.069Z Downloaded spki v0.7.3
11522026-03-19T03:01:33.069Z Downloaded git2 v0.20.4
11532026-03-19T03:01:33.073Z Downloaded slog-stdlog v4.1.1
11542026-03-19T03:01:33.077Z Downloaded sapling-renderdag v0.1.0
11552026-03-19T03:01:33.077Z Downloaded salsa20 v0.10.2
11562026-03-19T03:01:33.081Z Downloaded supports-color v3.0.2
11572026-03-19T03:01:33.081Z Downloaded signal-hook-mio v0.2.5
11582026-03-19T03:01:33.081Z Downloaded itertools v0.12.1
11592026-03-19T03:01:33.084Z Downloaded want v0.3.1
11602026-03-19T03:01:33.090Z Downloaded strum_macros v0.26.4
11612026-03-19T03:01:33.093Z Downloaded dropshot v0.16.7
11622026-03-19T03:01:33.106Z Downloaded waitgroup v0.1.2
11632026-03-19T03:01:33.109Z Downloaded vergen-git2 v1.0.7
11642026-03-19T03:01:33.109Z Downloaded wait-timeout v0.2.1
11652026-03-19T03:01:33.113Z Downloaded signal-hook-registry v1.4.8
11662026-03-19T03:01:33.113Z Downloaded unicode-truncate v1.1.0
11672026-03-19T03:01:33.113Z Downloaded typify-macro v0.6.1
11682026-03-19T03:01:33.119Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-03-19T03:01:33.119Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-03-19T03:01:33.123Z Downloaded tokio-tungstenite v0.21.0
11712026-03-19T03:01:33.123Z Downloaded tiny-keccak v2.0.2
11722026-03-19T03:01:33.123Z Downloaded structmeta-derive v0.3.0
11732026-03-19T03:01:33.123Z Downloaded usdt-impl v0.6.0
11742026-03-19T03:01:33.127Z Downloaded termtree v0.5.1
11752026-03-19T03:01:33.127Z Downloaded russh v0.45.0
11762026-03-19T03:01:33.130Z Downloaded usdt-attr-macro v0.6.0
11772026-03-19T03:01:33.133Z Downloaded tokio-native-tls v0.3.1
11782026-03-19T03:01:33.133Z Downloaded slog-scope v4.4.1
11792026-03-19T03:01:33.133Z Downloaded slog-dtrace v0.3.0
11802026-03-19T03:01:33.136Z Downloaded scroll_derive v0.13.1
11812026-03-19T03:01:33.136Z Downloaded utf-8 v0.7.6
11822026-03-19T03:01:33.136Z Downloaded toml v0.7.8
11832026-03-19T03:01:33.141Z Downloaded tokio-stream v0.1.18
11842026-03-19T03:01:33.145Z Downloaded schemars v1.2.1
11852026-03-19T03:01:33.154Z Downloaded zeroize_derive v1.4.3
11862026-03-19T03:01:33.158Z Downloaded xshell-macros v0.2.7
11872026-03-19T03:01:33.158Z Downloaded xattr v1.6.1
11882026-03-19T03:01:33.161Z Downloaded untrusted v0.9.0
11892026-03-19T03:01:33.161Z Downloaded tui-tree-widget v0.23.1
11902026-03-19T03:01:33.161Z Downloaded toml v0.9.12+spec-1.1.0
11912026-03-19T03:01:33.165Z Downloaded tinyvec v1.10.0
11922026-03-19T03:01:33.172Z Downloaded curve25519-dalek v4.1.3
11932026-03-19T03:01:33.176Z Downloaded vergen-lib v0.1.6
11942026-03-19T03:01:33.176Z Downloaded slog-envlogger v2.2.0
11952026-03-19T03:01:33.219Z Downloaded tar v0.4.44
11962026-03-19T03:01:33.220Z Downloaded zeroize v1.8.2
11972026-03-19T03:01:33.231Z Downloaded whoami v2.1.0
11982026-03-19T03:01:33.231Z Downloaded whoami v1.6.1
11992026-03-19T03:01:33.231Z Downloaded rustls-webpki v0.103.9
12002026-03-19T03:01:33.231Z Downloaded untrusted v0.7.1
12012026-03-19T03:01:33.232Z Downloaded p384 v0.13.1
12022026-03-19T03:01:33.232Z Downloaded steno v0.4.1
12032026-03-19T03:01:33.232Z Downloaded uzers v0.12.2
12042026-03-19T03:01:33.232Z Downloaded unarray v0.1.4
12052026-03-19T03:01:33.232Z Downloaded test-strategy v0.4.5
12062026-03-19T03:01:33.232Z Downloaded wyz v0.5.1
12072026-03-19T03:01:33.232Z Downloaded walkdir v2.5.0
12082026-03-19T03:01:33.232Z Downloaded vte v0.14.1
12092026-03-19T03:01:33.232Z Downloaded vergen-gitcl v1.0.8
12102026-03-19T03:01:33.232Z Downloaded xz2 v0.1.7
12112026-03-19T03:01:33.232Z Downloaded term v0.7.0
12122026-03-19T03:01:33.232Z Downloaded xshell v0.2.7
12132026-03-19T03:01:33.232Z Downloaded tungstenite v0.23.0
12142026-03-19T03:01:33.232Z Downloaded vsss-rs v3.3.4
12152026-03-19T03:01:33.232Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-03-19T03:01:33.232Z Downloaded unicode-properties v0.1.4
12172026-03-19T03:01:33.232Z Downloaded zstd v0.13.3
12182026-03-19T03:01:33.236Z Downloaded reqwest v0.13.2
12192026-03-19T03:01:33.236Z Downloaded tungstenite v0.21.0
12202026-03-19T03:01:33.236Z Downloaded tokio-postgres v0.7.16
12212026-03-19T03:01:33.239Z Downloaded regex v1.12.3
12222026-03-19T03:01:33.242Z Downloaded zerocopy v0.6.6
12232026-03-19T03:01:33.249Z Downloaded similar v2.7.0
12242026-03-19T03:01:33.253Z Downloaded thiserror-impl-no-std v2.0.2
12252026-03-19T03:01:33.253Z Downloaded strum_macros v0.27.2
12262026-03-19T03:01:33.253Z Downloaded subprocess v0.2.15
12272026-03-19T03:01:33.259Z Downloaded lalrpop v0.19.12
12282026-03-19T03:01:33.265Z Downloaded reqwest v0.12.28
12292026-03-19T03:01:33.272Z Downloaded unsafe-libyaml v0.2.11
12302026-03-19T03:01:33.278Z Downloaded spin v0.9.8
12312026-03-19T03:01:33.278Z Downloaded unicode-bidi v0.3.18
12322026-03-19T03:01:33.278Z Downloaded typify v0.4.3
12332026-03-19T03:01:33.284Z Downloaded tracing-core v0.1.36
12342026-03-19T03:01:33.284Z Downloaded unicase v2.9.0
12352026-03-19T03:01:33.284Z Downloaded serde_yaml v0.9.34+deprecated
12362026-03-19T03:01:33.288Z Downloaded ron v0.12.0
12372026-03-19T03:01:33.293Z Downloaded zone v0.3.1
12382026-03-19T03:01:33.299Z Downloaded void v1.0.2
12392026-03-19T03:01:33.301Z Downloaded goblin v0.10.5
12402026-03-19T03:01:33.301Z Downloaded serde_with_macros v3.17.0
12412026-03-19T03:01:33.318Z Downloaded unicode_categories v0.1.1
12422026-03-19T03:01:33.318Z Downloaded rustyline v14.0.0
12432026-03-19T03:01:33.318Z Downloaded rand v0.9.2
12442026-03-19T03:01:33.318Z Downloaded rustversion v1.0.22
12452026-03-19T03:01:33.318Z Downloaded pin-project v1.1.11
12462026-03-19T03:01:33.324Z Downloaded semver v0.1.20
12472026-03-19T03:01:33.324Z Downloaded typify v0.6.1
12482026-03-19T03:01:33.327Z Downloaded bzip2-sys v0.1.13+1.0.8
12492026-03-19T03:01:33.335Z Downloaded vergen v9.0.6
12502026-03-19T03:01:33.339Z Downloaded zip v0.6.6
12512026-03-19T03:01:33.362Z Downloaded salty v0.3.0
12522026-03-19T03:01:33.370Z Downloaded tracing-attributes v0.1.31
12532026-03-19T03:01:33.378Z Downloaded yasna v0.5.2
12542026-03-19T03:01:33.382Z Downloaded toml_edit v0.19.15
12552026-03-19T03:01:33.393Z Downloaded unicode-segmentation v1.12.0
12562026-03-19T03:01:33.398Z Downloaded tokio-dtrace v0.1.1
12572026-03-19T03:01:33.401Z Downloaded nix v0.27.1
12582026-03-19T03:01:33.409Z Downloaded uuid v1.21.0
12592026-03-19T03:01:33.412Z Downloaded rayon v1.11.0
12602026-03-19T03:01:33.419Z Downloaded typed-path v0.9.3
12612026-03-19T03:01:33.424Z Downloaded x509-cert v0.2.5
12622026-03-19T03:01:33.428Z Downloaded object v0.30.4
12632026-03-19T03:01:33.436Z Downloaded zip v4.6.1
12642026-03-19T03:01:33.440Z Downloaded testing_table v0.3.0
12652026-03-19T03:01:33.444Z Downloaded radix_trie v0.2.1
12662026-03-19T03:01:33.450Z Downloaded time-macros v0.2.27
12672026-03-19T03:01:33.455Z Downloaded quick-xml v0.37.5
12682026-03-19T03:01:33.455Z Downloaded tap v1.0.1
12692026-03-19T03:01:33.455Z Downloaded rustls-webpki v0.101.7
12702026-03-19T03:01:33.464Z Downloaded openssl-probe v0.1.6
12712026-03-19T03:01:33.468Z Downloaded quinn-proto v0.11.13
12722026-03-19T03:01:33.474Z Downloaded tower-http v0.6.8
12732026-03-19T03:01:33.480Z Downloaded yansi v1.0.1
12742026-03-19T03:01:33.486Z Downloaded tower v0.5.3
12752026-03-19T03:01:33.897Z Downloaded openssl v0.10.75
12762026-03-19T03:01:33.900Z Downloaded ssh-key v0.6.7
12772026-03-19T03:01:33.901Z Downloaded hickory-proto v0.24.4
12782026-03-19T03:01:33.901Z Downloaded zerocopy-derive v0.8.40
12792026-03-19T03:01:33.901Z Downloaded smoltcp v0.11.0
12802026-03-19T03:01:33.901Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12812026-03-19T03:01:33.901Z Downloaded nix v0.29.0
12822026-03-19T03:01:33.901Z Downloaded zopfli v0.8.3
12832026-03-19T03:01:33.901Z Downloaded proptest v1.10.0
12842026-03-19T03:01:33.901Z Downloaded winnow v0.6.26
12852026-03-19T03:01:33.901Z Downloaded nix v0.31.1
12862026-03-19T03:01:33.901Z Downloaded smoltcp v0.9.1
12872026-03-19T03:01:33.901Z Downloaded twox-hash v2.1.2
12882026-03-19T03:01:33.901Z Downloaded object v0.37.3
12892026-03-19T03:01:33.901Z Downloaded polar-core v0.27.3
12902026-03-19T03:01:33.901Z Downloaded serde_with v3.17.0
12912026-03-19T03:01:33.901Z Downloaded time v0.3.47
12922026-03-19T03:01:33.901Z Downloaded tokio-util v0.7.18
12932026-03-19T03:01:33.901Z Downloaded zlib-rs v0.6.2
12942026-03-19T03:01:33.901Z Downloaded openapiv3 v2.2.0
12952026-03-19T03:01:33.901Z Downloaded rustls v0.22.4
12962026-03-19T03:01:33.901Z Downloaded zerocopy v0.8.40
12972026-03-19T03:01:33.901Z Downloaded webpki-roots v1.0.6
12982026-03-19T03:01:33.901Z Downloaded tabled v0.20.0
12992026-03-19T03:01:33.901Z Downloaded zstd-safe v7.2.4
13002026-03-19T03:01:33.901Z Downloaded num v0.4.3
13012026-03-19T03:01:33.901Z Downloaded vcpkg v0.2.15
13022026-03-19T03:01:33.901Z Downloaded tough v0.20.0
13032026-03-19T03:01:33.901Z Downloaded sled v0.34.7
13042026-03-19T03:01:33.901Z Downloaded regex-syntax v0.8.10
13052026-03-19T03:01:33.901Z Downloaded hickory-proto v0.25.2
13062026-03-19T03:01:33.901Z Downloaded regress v0.10.5
13072026-03-19T03:01:33.901Z Downloaded rustls v0.23.37
13082026-03-19T03:01:33.901Z Downloaded rustix v0.38.44
13092026-03-19T03:01:33.901Z Downloaded sqlparser v0.61.0
13102026-03-19T03:01:33.901Z Downloaded rustls v0.21.12
13112026-03-19T03:01:33.902Z Downloaded socket2 v0.6.2
13122026-03-19T03:01:33.902Z Downloaded lzma-sys v0.1.20
13132026-03-19T03:01:33.902Z Downloaded regex-syntax v0.6.29
13142026-03-19T03:01:33.902Z Downloaded diesel v2.3.7
13152026-03-19T03:01:33.902Z Downloaded strum v0.26.3
13162026-03-19T03:01:33.902Z Downloaded winnow v0.5.40
13172026-03-19T03:01:33.902Z Downloaded nix v0.28.0
13182026-03-19T03:01:33.902Z Downloaded typify-impl v0.6.1
13192026-03-19T03:01:33.902Z Downloaded typify-impl v0.4.3
13202026-03-19T03:01:33.902Z Downloaded tracing v0.1.44
13212026-03-19T03:01:33.902Z Downloaded chrono-tz v0.10.4
13222026-03-19T03:01:33.909Z Downloaded ratatui v0.29.0
13232026-03-19T03:01:33.917Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-03-19T03:01:33.933Z Downloaded regex-automata v0.4.14
13252026-03-19T03:01:33.943Z Downloaded zerocopy-derive v0.6.6
13262026-03-19T03:01:33.952Z Downloaded tokio-macros v2.6.0
13272026-03-19T03:01:33.956Z Downloaded jiff v0.2.21
13282026-03-19T03:01:33.967Z Downloaded petgraph v0.6.5
13292026-03-19T03:01:33.983Z Downloaded slog-json v2.6.1
13302026-03-19T03:01:33.987Z Downloaded csv v1.4.0
13312026-03-19T03:01:34.000Z Downloaded petgraph v0.8.3
13322026-03-19T03:01:34.024Z Downloaded libz-sys v1.1.24
13332026-03-19T03:01:34.446Z Downloaded tokio v1.49.0
13342026-03-19T03:01:34.488Z Downloaded sha3 v0.10.8
13352026-03-19T03:01:34.488Z Downloaded libgit2-sys v0.18.3+1.9.2
13362026-03-19T03:01:34.488Z Downloaded encoding_rs v0.8.35
13372026-03-19T03:01:34.488Z Downloaded ring v0.17.14
13382026-03-19T03:01:34.489Z Downloaded zone_cfg_derive v0.3.1
13392026-03-19T03:01:34.753Z Downloaded aws-lc-sys v0.37.1
13402026-03-19T03:01:35.183Z Downloaded universal-hash v0.5.1
13412026-03-19T03:01:36.676Z Downloaded unicode-normalization v0.1.25
13422026-03-19T03:01:36.820Z Compiling libc v0.2.180
13432026-03-19T03:01:36.823Z Compiling serde v1.0.228
13442026-03-19T03:01:36.823Z Compiling log v0.4.29
13452026-03-19T03:01:36.823Z Compiling shlex v1.3.0
13462026-03-19T03:01:37.029Z Compiling find-msvc-tools v0.1.9
13472026-03-19T03:01:37.035Z Compiling smallvec v1.15.1
13482026-03-19T03:01:37.047Z Compiling syn v2.0.117
13492026-03-19T03:01:37.066Z Compiling typenum v1.19.0
13502026-03-19T03:01:37.250Z Compiling generic-array v0.14.7
13512026-03-19T03:01:37.271Z Compiling subtle v2.6.1
13522026-03-19T03:01:37.329Z Compiling scopeguard v1.2.0
13532026-03-19T03:01:37.393Z Compiling portable-atomic v1.13.1
13542026-03-19T03:01:37.418Z Compiling const-oid v0.9.6
13552026-03-19T03:01:37.487Z Compiling lock_api v0.4.14
13562026-03-19T03:01:37.495Z Compiling critical-section v1.2.0
13572026-03-19T03:01:37.570Z Compiling zerocopy v0.8.40
13582026-03-19T03:01:37.624Z Compiling pin-project-lite v0.2.17
13592026-03-19T03:01:37.747Z Compiling parking_lot_core v0.9.12
13602026-03-19T03:01:37.770Z Compiling serde_json v1.0.149
13612026-03-19T03:01:38.117Z Compiling pkg-config v0.3.32
13622026-03-19T03:01:38.140Z Compiling bitflags v2.11.0
13632026-03-19T03:01:38.275Z Compiling getrandom v0.2.17
13642026-03-19T03:01:38.378Z Compiling jobserver v0.1.34
13652026-03-19T03:01:38.425Z Compiling errno v0.3.14
13662026-03-19T03:01:38.518Z Compiling rand_core v0.6.4
13672026-03-19T03:01:38.606Z Compiling signal-hook-registry v1.4.8
13682026-03-19T03:01:38.792Z Compiling cc v1.2.56
13692026-03-19T03:01:38.900Z Compiling once_cell v1.21.3
13702026-03-19T03:01:38.909Z Compiling parking_lot v0.12.5
13712026-03-19T03:01:38.909Z Compiling mio v1.1.1
13722026-03-19T03:01:38.923Z Compiling libm v0.2.16
13732026-03-19T03:01:38.954Z Compiling num-traits v0.2.19
13742026-03-19T03:01:39.107Z Compiling futures-core v0.3.32
13752026-03-19T03:01:39.311Z Compiling socket2 v0.6.2
13762026-03-19T03:01:39.352Z Compiling percent-encoding v2.3.2
13772026-03-19T03:01:39.375Z Compiling allocator-api2 v0.2.21
13782026-03-19T03:01:39.517Z Compiling cpufeatures v0.2.17
13792026-03-19T03:01:39.602Z Compiling futures-sink v0.3.32
13802026-03-19T03:01:40.029Z Compiling foldhash v0.2.0
13812026-03-19T03:01:40.048Z Compiling slab v0.4.12
13822026-03-19T03:01:40.048Z Compiling futures-channel v0.3.32
13832026-03-19T03:01:40.048Z Compiling futures-io v0.3.32
13842026-03-19T03:01:40.048Z Compiling hashbrown v0.16.1
13852026-03-19T03:01:40.048Z Compiling getrandom v0.4.1
13862026-03-19T03:01:40.048Z Compiling futures-task v0.3.32
13872026-03-19T03:01:40.048Z Compiling getrandom v0.3.4
13882026-03-19T03:01:40.131Z Compiling rand_core v0.10.0
13892026-03-19T03:01:40.170Z Compiling rustversion v1.0.22
13902026-03-19T03:01:40.281Z Compiling cmake v0.1.57
13912026-03-19T03:01:40.651Z Compiling indexmap v2.13.0
13922026-03-19T03:01:40.836Z Compiling form_urlencoded v1.2.2
13932026-03-19T03:01:41.043Z Compiling dunce v1.0.5
13942026-03-19T03:01:41.126Z Compiling ident_case v1.0.1
13952026-03-19T03:01:41.126Z Compiling fs_extra v1.3.0
13962026-03-19T03:01:41.138Z Compiling synstructure v0.13.2
13972026-03-19T03:01:41.163Z Compiling base64ct v1.8.3
13982026-03-19T03:01:41.244Z Compiling flagset v0.4.7
13992026-03-19T03:01:41.399Z Compiling aws-lc-sys v0.37.1
14002026-03-19T03:01:41.422Z Compiling rand_core v0.9.5
14012026-03-19T03:01:41.490Z Compiling pem-rfc7468 v0.7.0
14022026-03-19T03:01:41.518Z Compiling rustix v1.1.3
14032026-03-19T03:01:41.537Z Compiling iana-time-zone v0.1.65
14042026-03-19T03:01:41.559Z Compiling ring v0.17.14
14052026-03-19T03:01:41.743Z Compiling uuid v1.21.0
14062026-03-19T03:01:41.783Z Compiling rustc_version v0.4.1
14072026-03-19T03:01:41.889Z Compiling aws-lc-rs v1.16.0
14082026-03-19T03:01:41.924Z Compiling regex-syntax v0.8.10
14092026-03-19T03:01:42.204Z Compiling vcpkg v0.2.15
14102026-03-19T03:01:42.262Z Compiling tracing-core v0.1.36
14112026-03-19T03:01:42.629Z Compiling crossbeam-utils v0.8.21
14122026-03-19T03:01:43.009Z Compiling pest_generator v2.8.6
14132026-03-19T03:01:43.031Z Compiling serde_derive_internals v0.29.1
14142026-03-19T03:01:43.174Z Compiling openssl-sys v0.9.111
14152026-03-19T03:01:43.651Z Compiling serde_derive v1.0.228
14162026-03-19T03:01:43.836Z Compiling zeroize_derive v1.4.3
14172026-03-19T03:01:43.855Z Compiling zerofrom-derive v0.1.6
14182026-03-19T03:01:43.946Z Compiling yoke-derive v0.8.1
14192026-03-19T03:01:44.259Z Compiling zerocopy-derive v0.8.40
14202026-03-19T03:01:44.682Z Compiling zeroize v1.8.2
14212026-03-19T03:01:45.186Z Compiling zerovec-derive v0.11.2
14222026-03-19T03:01:45.556Z Compiling displaydoc v0.2.5
14232026-03-19T03:01:45.831Z Compiling crypto-common v0.1.7
14242026-03-19T03:01:45.847Z Compiling zerofrom v0.1.6
14252026-03-19T03:01:45.915Z Compiling block-buffer v0.10.4
14262026-03-19T03:01:45.991Z Compiling yoke v0.8.1
14272026-03-19T03:01:46.124Z Compiling digest v0.10.7
14282026-03-19T03:01:46.232Z Compiling tokio-macros v2.6.0
14292026-03-19T03:01:46.399Z Compiling hmac v0.12.1
14302026-03-19T03:01:46.446Z Compiling futures-macro v0.3.32
14312026-03-19T03:01:46.525Z Compiling zerotrie v0.2.3
14322026-03-19T03:01:46.599Z Compiling block-padding v0.3.3
14332026-03-19T03:01:46.658Z Compiling zerovec v0.11.5
14342026-03-19T03:01:46.799Z Compiling inout v0.1.4
14352026-03-19T03:01:46.911Z Compiling sha2 v0.10.9
14362026-03-19T03:01:47.017Z Compiling cipher v0.4.4
14372026-03-19T03:01:47.197Z Compiling der_derive v0.7.3
14382026-03-19T03:01:47.364Z Compiling tinystr v0.8.2
14392026-03-19T03:01:47.364Z Compiling potential_utf v0.1.4
14402026-03-19T03:01:47.514Z Compiling futures-util v0.3.32
14412026-03-19T03:01:47.575Z Compiling icu_collections v2.1.1
14422026-03-19T03:01:47.650Z Compiling icu_locale_core v2.1.1
14432026-03-19T03:01:48.202Z Compiling salsa20 v0.10.2
14442026-03-19T03:01:48.374Z Compiling bytes v1.11.1
14452026-03-19T03:01:48.412Z Compiling chrono v0.4.44
14462026-03-19T03:01:48.472Z Compiling der v0.7.10
14472026-03-19T03:01:48.860Z Compiling icu_provider v2.1.1
14482026-03-19T03:01:48.892Z Compiling pbkdf2 v0.12.2
14492026-03-19T03:01:49.025Z Compiling tokio v1.49.0
14502026-03-19T03:01:49.139Z Compiling icu_properties v2.1.2
14512026-03-19T03:01:49.188Z Compiling icu_normalizer v2.1.1
14522026-03-19T03:01:49.938Z Compiling spki v0.7.3
14532026-03-19T03:01:50.150Z Compiling http v1.4.0
14542026-03-19T03:01:50.221Z Compiling thiserror-impl v2.0.18
14552026-03-19T03:01:50.340Z Compiling scrypt v0.11.0
14562026-03-19T03:01:50.590Z Compiling idna_adapter v1.2.1
14572026-03-19T03:01:50.663Z Compiling ppv-lite86 v0.2.21
14582026-03-19T03:01:50.703Z Compiling cbc v0.1.2
14592026-03-19T03:01:50.728Z Compiling idna v1.1.0
14602026-03-19T03:01:50.756Z Compiling aes v0.8.4
14612026-03-19T03:01:50.886Z Compiling rustls-pki-types v1.14.0
14622026-03-19T03:01:51.107Z Compiling url v2.5.8
14632026-03-19T03:01:51.406Z Compiling rand_chacha v0.9.0
14642026-03-19T03:01:51.492Z Compiling tracing-attributes v0.1.31
14652026-03-19T03:01:51.608Z Compiling pkcs5 v0.7.1
14662026-03-19T03:01:51.975Z Compiling thiserror v2.0.18
14672026-03-19T03:01:52.166Z Compiling rand v0.9.2
14682026-03-19T03:01:52.592Z Compiling http-body v1.0.1
14692026-03-19T03:01:52.603Z Compiling base64 v0.22.1
14702026-03-19T03:01:52.603Z Compiling schemars v0.8.22
14712026-03-19T03:01:52.604Z Compiling syn v1.0.109
14722026-03-19T03:01:52.604Z Compiling openssl-probe v0.2.1
14732026-03-19T03:01:52.604Z Compiling httparse v1.10.1
14742026-03-19T03:01:52.604Z Compiling untrusted v0.9.0
14752026-03-19T03:01:52.639Z Compiling untrusted v0.7.1
14762026-03-19T03:01:52.759Z Compiling pkcs8 v0.10.2
14772026-03-19T03:01:52.784Z Compiling schemars_derive v0.8.22
14782026-03-19T03:01:52.974Z Compiling pest_derive v2.8.6
14792026-03-19T03:01:53.130Z Compiling scroll_derive v0.13.1
14802026-03-19T03:01:53.335Z Compiling tracing v0.1.44
14812026-03-19T03:01:53.517Z Compiling darling_core v0.20.11
14822026-03-19T03:01:53.622Z Compiling rustls v0.23.37
14832026-03-19T03:01:53.805Z Compiling try-lock v0.2.5
14842026-03-19T03:01:53.836Z Compiling tower-service v0.3.3
14852026-03-19T03:01:53.939Z Compiling tinyvec_macros v0.1.1
14862026-03-19T03:01:53.957Z Compiling tower-layer v0.3.3
14872026-03-19T03:01:54.026Z Compiling dyn-clone v1.0.20
14882026-03-19T03:01:54.159Z Compiling tokio-util v0.7.18
14892026-03-19T03:01:54.190Z Compiling atomic-waker v1.1.2
14902026-03-19T03:01:54.211Z Compiling scroll v0.13.0
14912026-03-19T03:01:54.346Z Compiling tinyvec v1.10.0
14922026-03-19T03:01:54.558Z Compiling want v0.3.1
14932026-03-19T03:01:55.182Z Compiling h2 v0.4.13
14942026-03-19T03:01:55.211Z Compiling ipnet v2.11.0
14952026-03-19T03:01:55.623Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-19T03:01:55.903Z Compiling spin v0.9.8
14972026-03-19T03:01:56.125Z Compiling aho-corasick v1.1.4
14982026-03-19T03:01:56.165Z Compiling time-core v0.1.8
14992026-03-19T03:01:56.315Z Compiling foreign-types-shared v0.1.1
15002026-03-19T03:01:56.356Z Compiling powerfmt v0.2.0
15012026-03-19T03:01:56.421Z Compiling num-conv v0.2.0
15022026-03-19T03:01:56.592Z Compiling openssl v0.10.75
15032026-03-19T03:01:56.621Z Compiling pin-utils v0.1.0
15042026-03-19T03:01:56.714Z Compiling crc32fast v1.5.0
15052026-03-19T03:01:56.848Z Compiling darling_macro v0.20.11
15062026-03-19T03:01:56.880Z Compiling httpdate v1.0.3
15072026-03-19T03:01:57.041Z Compiling tempfile v3.25.0
15082026-03-19T03:01:57.114Z Compiling time-macros v0.2.27
15092026-03-19T03:01:57.178Z Compiling deranged v0.5.8
15102026-03-19T03:01:57.442Z Compiling darling v0.20.11
15112026-03-19T03:01:57.514Z Compiling regex-automata v0.4.14
15122026-03-19T03:01:57.540Z Compiling foreign-types v0.3.2
15132026-03-19T03:01:58.468Z Compiling goblin v0.10.5
15142026-03-19T03:01:58.534Z Compiling openssl-macros v0.1.1
15152026-03-19T03:01:59.026Z Compiling thiserror-impl v1.0.69
15162026-03-19T03:01:59.236Z Compiling hyper v1.8.1
15172026-03-19T03:02:00.526Z Compiling wait-timeout v0.2.1
15182026-03-19T03:02:00.635Z Compiling num_threads v0.1.7
15192026-03-19T03:02:00.716Z Compiling quick-error v1.2.3
15202026-03-19T03:02:00.756Z Compiling usdt-impl v0.6.0
15212026-03-19T03:02:00.844Z Compiling simd-adler32 v0.3.8
15222026-03-19T03:02:00.868Z Compiling native-tls v0.2.18
15232026-03-19T03:02:01.008Z Compiling siphasher v1.0.2
15242026-03-19T03:02:01.117Z Compiling bit-vec v0.8.0
15252026-03-19T03:02:01.169Z Compiling either v1.15.0
15262026-03-19T03:02:01.312Z Compiling rusty-fork v0.3.1
15272026-03-19T03:02:01.415Z Compiling bit-set v0.8.0
15282026-03-19T03:02:01.435Z Compiling time v0.3.47
15292026-03-19T03:02:01.453Z Compiling thiserror v1.0.69
15302026-03-19T03:02:01.581Z Compiling hyper-util v0.1.20
15312026-03-19T03:02:01.719Z Compiling derive_builder_core v0.20.2
15322026-03-19T03:02:02.896Z Compiling dof v0.4.0
15332026-03-19T03:02:03.577Z Compiling unicode-normalization v0.1.25
15342026-03-19T03:02:03.603Z Compiling crossbeam-epoch v0.9.18
15352026-03-19T03:02:03.864Z Compiling dtrace-parser v0.3.0
15362026-03-19T03:02:04.030Z Compiling rustls-native-certs v0.8.3
15372026-03-19T03:02:04.179Z Compiling signature v2.2.0
15382026-03-19T03:02:04.406Z Compiling scroll_derive v0.12.1
15392026-03-19T03:02:04.409Z Compiling heapless v0.7.17
15402026-03-19T03:02:04.474Z Compiling rand_xorshift v0.4.0
15412026-03-19T03:02:04.507Z Compiling slog v2.8.2
15422026-03-19T03:02:04.671Z Compiling darling_core v0.21.3
15432026-03-19T03:02:04.758Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-19T03:02:04.762Z Compiling sync_wrapper v1.0.2
15452026-03-19T03:02:04.911Z Compiling thread-id v5.1.0
15462026-03-19T03:02:04.943Z Compiling cookie v0.18.1
15472026-03-19T03:02:05.060Z Compiling signal-hook v0.3.18
15482026-03-19T03:02:05.113Z Compiling unarray v0.1.4
15492026-03-19T03:02:05.172Z Compiling anyhow v1.0.102
15502026-03-19T03:02:05.233Z Compiling unicode-segmentation v1.12.0
15512026-03-19T03:02:05.253Z Compiling unicode-properties v0.1.4
15522026-03-19T03:02:05.327Z Compiling zstd-safe v7.2.4
15532026-03-19T03:02:05.524Z Compiling paste v1.0.15
15542026-03-19T03:02:05.565Z Compiling rayon-core v1.13.0
15552026-03-19T03:02:05.584Z Compiling adler2 v2.0.1
15562026-03-19T03:02:05.744Z Compiling unicode-bidi v0.3.18
15572026-03-19T03:02:05.806Z Compiling miniz_oxide v0.8.9
15582026-03-19T03:02:05.862Z Compiling scroll v0.12.0
15592026-03-19T03:02:05.938Z Compiling proptest v1.10.0
15602026-03-19T03:02:06.199Z Compiling stringprep v0.1.5
15612026-03-19T03:02:06.460Z Compiling tower v0.5.3
15622026-03-19T03:02:06.786Z Compiling crossbeam-deque v0.8.6
15632026-03-19T03:02:06.815Z Compiling derive_builder_macro v0.20.2
15642026-03-19T03:02:06.868Z Compiling ipnetwork v0.21.1
15652026-03-19T03:02:07.023Z Compiling http-body-util v0.1.3
15662026-03-19T03:02:07.090Z Compiling webpki-roots v1.0.6
15672026-03-19T03:02:07.122Z Compiling rand_chacha v0.3.1
15682026-03-19T03:02:07.240Z Compiling erased-serde v0.3.31
15692026-03-19T03:02:07.341Z Compiling toml_datetime v0.6.11
15702026-03-19T03:02:07.384Z Compiling serde_tokenstream v0.2.3
15712026-03-19T03:02:07.391Z Compiling serde_spanned v0.6.9
15722026-03-19T03:02:07.578Z Compiling md-5 v0.10.6
15732026-03-19T03:02:07.676Z Compiling zerocopy-derive v0.7.35
15742026-03-19T03:02:07.778Z Compiling curve25519-dalek v4.1.3
15752026-03-19T03:02:07.797Z Compiling vergen-lib v0.1.6
15762026-03-19T03:02:07.977Z Compiling num-integer v0.1.46
15772026-03-19T03:02:08.020Z Compiling hash32 v0.2.1
15782026-03-19T03:02:08.158Z Compiling ff v0.13.1
15792026-03-19T03:02:08.201Z Compiling memoffset v0.9.1
15802026-03-19T03:02:08.269Z Compiling cfg_aliases v0.2.1
15812026-03-19T03:02:08.287Z Compiling darling_macro v0.21.3
15822026-03-19T03:02:08.329Z Compiling num-bigint-dig v0.8.6
15832026-03-19T03:02:08.357Z Compiling smoltcp v0.9.1
15842026-03-19T03:02:08.406Z Compiling rustix v0.38.44
15852026-03-19T03:02:08.431Z Compiling iri-string v0.7.10
15862026-03-19T03:02:08.599Z Compiling litrs v1.0.0
15872026-03-19T03:02:08.784Z Compiling ref-cast v1.0.25
15882026-03-19T03:02:08.835Z Compiling zlib-rs v0.6.2
15892026-03-19T03:02:08.855Z Compiling base16ct v0.2.0
15902026-03-19T03:02:08.891Z Compiling ryu v1.0.23
15912026-03-19T03:02:09.106Z Compiling fallible-iterator v0.2.0
15922026-03-19T03:02:09.128Z Compiling psl-types v2.0.11
15932026-03-19T03:02:09.232Z Compiling serde_urlencoded v0.7.1
15942026-03-19T03:02:09.273Z Compiling document-features v0.2.12
15952026-03-19T03:02:09.283Z Compiling publicsuffix v2.3.0
15962026-03-19T03:02:09.493Z Compiling postgres-protocol v0.6.10
15972026-03-19T03:02:09.506Z Compiling newtype-uuid v1.3.2
15982026-03-19T03:02:09.555Z Compiling sec1 v0.7.3
15992026-03-19T03:02:10.009Z Compiling darling v0.21.3
16002026-03-19T03:02:10.064Z Compiling zerocopy v0.7.35
16012026-03-19T03:02:10.117Z Compiling tower-http v0.6.8
16022026-03-19T03:02:10.287Z Compiling nix v0.31.1
16032026-03-19T03:02:10.326Z Compiling group v0.13.0
16042026-03-19T03:02:10.554Z Compiling num-iter v0.1.45
16052026-03-19T03:02:10.751Z Compiling rand v0.8.5
16062026-03-19T03:02:10.775Z Compiling derive_builder v0.20.2
16072026-03-19T03:02:10.862Z Compiling oxnet v0.1.4
16082026-03-19T03:02:11.244Z Compiling tokio-native-tls v0.3.1
16092026-03-19T03:02:11.272Z Compiling proc-macro-error v1.0.4
16102026-03-19T03:02:11.445Z Compiling goblin v0.8.2
16112026-03-19T03:02:12.196Z Compiling heck v0.4.1
16122026-03-19T03:02:12.227Z Compiling phf_shared v0.13.1
16132026-03-19T03:02:12.362Z Compiling regex v1.12.3
16142026-03-19T03:02:12.486Z Compiling hubpack_derive v0.1.1
16152026-03-19T03:02:12.509Z Compiling lazy_static v1.5.0
16162026-03-19T03:02:12.551Z Compiling cargo-platform v0.1.9
16172026-03-19T03:02:12.623Z Compiling hkdf v0.12.4
16182026-03-19T03:02:12.828Z Compiling crypto-bigint v0.5.5
16192026-03-19T03:02:12.879Z Compiling async-trait v0.1.89
16202026-03-19T03:02:12.952Z Compiling strum_macros v0.27.2
16212026-03-19T03:02:13.037Z Compiling flate2 v1.1.9
16222026-03-19T03:02:13.478Z Compiling ref-cast-impl v1.0.25
16232026-03-19T03:02:13.595Z Compiling daft-derive v0.1.5
16242026-03-19T03:02:14.185Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-19T03:02:14.307Z Compiling terminal_size v0.4.3
16262026-03-19T03:02:14.485Z Compiling vergen v9.0.6
16272026-03-19T03:02:14.539Z Compiling fs-err v3.3.0
16282026-03-19T03:02:14.739Z Compiling ahash v0.8.12
16292026-03-19T03:02:14.799Z Compiling foldhash v0.1.5
16302026-03-19T03:02:14.996Z Compiling object v0.37.3
16312026-03-19T03:02:15.023Z Compiling winnow v0.5.40
16322026-03-19T03:02:15.072Z Compiling bumpalo v3.20.2
16332026-03-19T03:02:15.342Z Compiling managed v0.8.0
16342026-03-19T03:02:15.455Z Compiling bitflags v1.3.2
16352026-03-19T03:02:15.498Z Compiling libbz2-rs-sys v0.2.2
16362026-03-19T03:02:15.686Z Compiling strum v0.27.2
16372026-03-19T03:02:15.789Z Compiling clap_builder v4.5.60
16382026-03-19T03:02:15.908Z Compiling zopfli v0.8.3
16392026-03-19T03:02:16.399Z Compiling bzip2 v0.6.1
16402026-03-19T03:02:16.670Z Compiling console v0.16.2
16412026-03-19T03:02:16.799Z Compiling toml_edit v0.19.15
16422026-03-19T03:02:16.818Z Compiling hashbrown v0.15.5
16432026-03-19T03:02:17.140Z Compiling daft v0.1.5
16442026-03-19T03:02:17.415Z Compiling dof v0.3.0
16452026-03-19T03:02:17.499Z Compiling elliptic-curve v0.13.8
16462026-03-19T03:02:17.680Z Compiling hubpack v0.1.2
16472026-03-19T03:02:17.964Z Compiling cargo_metadata v0.19.2
16482026-03-19T03:02:18.406Z Compiling phf v0.13.1
16492026-03-19T03:02:18.621Z Compiling zone_cfg_derive v0.3.1
16502026-03-19T03:02:19.444Z Compiling zstd v0.13.3
16512026-03-19T03:02:19.823Z Compiling signal-hook-mio v0.2.5
16522026-03-19T03:02:19.864Z Compiling cookie_store v0.22.1
16532026-03-19T03:02:20.114Z Compiling bzip2 v0.4.4
16542026-03-19T03:02:20.231Z Compiling rayon v1.11.0
16552026-03-19T03:02:20.336Z Compiling hyper-tls v0.6.0
16562026-03-19T03:02:20.534Z Compiling postgres-types v0.2.12
16572026-03-19T03:02:20.624Z Compiling serde_with_macros v3.17.0
16582026-03-19T03:02:20.643Z Compiling usdt-macro v0.6.0
16592026-03-19T03:02:20.750Z Compiling usdt-attr-macro v0.6.0
16602026-03-19T03:02:21.283Z Compiling ed25519 v2.2.3
16612026-03-19T03:02:21.610Z Compiling dtrace-parser v0.2.0
16622026-03-19T03:02:21.792Z Compiling itertools v0.12.1
16632026-03-19T03:02:22.073Z Compiling phf_shared v0.11.3
16642026-03-19T03:02:22.147Z Compiling bstr v1.12.1
16652026-03-19T03:02:22.321Z Compiling pkcs1 v0.7.5
16662026-03-19T03:02:22.456Z Compiling serde-big-array v0.5.1
16672026-03-19T03:02:22.636Z Compiling hex v0.4.3
16682026-03-19T03:02:22.661Z Compiling rfc6979 v0.4.0
16692026-03-19T03:02:22.689Z Compiling enum-as-inner v0.6.1
16702026-03-19T03:02:22.817Z Compiling clap_derive v4.5.55
16712026-03-19T03:02:22.867Z Compiling serde_repr v0.1.20
16722026-03-19T03:02:22.994Z Compiling strum_macros v0.26.4
16732026-03-19T03:02:23.031Z Compiling float-cmp v0.10.0
16742026-03-19T03:02:23.260Z Compiling memmap2 v0.9.10
16752026-03-19T03:02:23.343Z Compiling thread-id v4.2.2
16762026-03-19T03:02:23.449Z Compiling env_filter v1.0.0
16772026-03-19T03:02:23.470Z Compiling encoding_rs v0.8.35
16782026-03-19T03:02:23.505Z Compiling predicates-core v1.0.10
16792026-03-19T03:02:23.555Z Compiling difflib v0.4.0
16802026-03-19T03:02:23.744Z Compiling fixedbitset v0.4.2
16812026-03-19T03:02:23.851Z Compiling static_assertions v1.1.0
16822026-03-19T03:02:23.949Z Compiling whoami v2.1.0
16832026-03-19T03:02:24.027Z Compiling fixedbitset v0.5.7
16842026-03-19T03:02:24.322Z Compiling rustc-hash v2.1.1
16852026-03-19T03:02:24.434Z Compiling keccak v0.1.6
16862026-03-19T03:02:24.454Z Compiling precomputed-hash v0.1.1
16872026-03-19T03:02:24.477Z Compiling data-encoding v2.10.0
16882026-03-19T03:02:24.565Z Compiling jiff v0.2.21
16892026-03-19T03:02:25.285Z Compiling mime v0.3.17
16902026-03-19T03:02:25.441Z Compiling normalize-line-endings v0.3.0
16912026-03-19T03:02:25.478Z Compiling unit-prefix v0.5.2
16922026-03-19T03:02:25.525Z Compiling new_debug_unreachable v1.0.6
16932026-03-19T03:02:25.562Z Compiling predicates v3.1.4
16942026-03-19T03:02:25.606Z Compiling string_cache v0.8.9
16952026-03-19T03:02:25.610Z Compiling strum v0.26.3
16962026-03-19T03:02:25.646Z Compiling indicatif v0.18.4
16972026-03-19T03:02:25.650Z Compiling clap v4.5.60
16982026-03-19T03:02:25.684Z Compiling hickory-proto v0.25.2
16992026-03-19T03:02:25.767Z Compiling sha3 v0.10.8
17002026-03-19T03:02:25.788Z Compiling toml_edit v0.22.27
17012026-03-19T03:02:25.893Z Compiling iddqd v0.3.17
17022026-03-19T03:02:26.357Z Compiling petgraph v0.8.3
17032026-03-19T03:02:26.453Z Compiling tokio-postgres v0.7.16
17042026-03-19T03:02:26.829Z Compiling petgraph v0.6.5
17052026-03-19T03:02:27.439Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-03-19T03:02:28.870Z Compiling zip v4.6.1
17072026-03-19T03:02:29.023Z Compiling env_logger v0.11.9
17082026-03-19T03:02:29.424Z Compiling usdt-impl v0.5.0
17092026-03-19T03:02:29.500Z Compiling usdt v0.6.0
17102026-03-19T03:02:29.648Z Compiling zone v0.3.1
17112026-03-19T03:02:29.870Z Compiling serde_with v3.17.0
17122026-03-19T03:02:30.218Z Compiling ecdsa v0.16.9
17132026-03-19T03:02:30.238Z Compiling similar v2.7.0
17142026-03-19T03:02:30.557Z Compiling rsa v0.9.10
17152026-03-19T03:02:30.609Z Compiling crossterm v0.28.1
17162026-03-19T03:02:30.752Z Compiling ed25519-dalek v2.2.0
17172026-03-19T03:02:31.418Z Compiling zip v0.6.6
17182026-03-19T03:02:32.120Z Compiling toml v0.7.8
17192026-03-19T03:02:32.414Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-19T03:02:32.514Z Compiling itertools v0.13.0
17212026-03-19T03:02:32.721Z Compiling tokio-stream v0.1.18
17222026-03-19T03:02:32.994Z Compiling buf-list v1.1.2
17232026-03-19T03:02:33.264Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-19T03:02:33.284Z Compiling x509-cert v0.2.5
17252026-03-19T03:02:33.334Z Compiling openapiv3 v2.2.0
17262026-03-19T03:02:33.353Z Compiling sha1 v0.10.6
17272026-03-19T03:02:33.640Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-19T03:02:33.673Z Compiling lalrpop-util v0.19.12
17292026-03-19T03:02:33.939Z Compiling peg-runtime v0.8.5
17302026-03-19T03:02:34.026Z Compiling thread_local v1.1.9
17312026-03-19T03:02:34.220Z Compiling slog-async v2.8.0
17322026-03-19T03:02:34.289Z Compiling crossbeam-channel v0.5.15
17332026-03-19T03:02:34.357Z Compiling futures-executor v0.3.32
17342026-03-19T03:02:34.621Z Compiling filetime v0.2.27
17352026-03-19T03:02:34.693Z Compiling is-terminal v0.4.17
17362026-03-19T03:02:34.802Z Compiling term v1.2.1
17372026-03-19T03:02:34.886Z Compiling xattr v1.6.1
17382026-03-19T03:02:34.891Z Compiling take_mut v0.2.2
17392026-03-19T03:02:34.940Z Compiling futures v0.3.32
17402026-03-19T03:02:35.044Z Compiling tar v0.4.44
17412026-03-19T03:02:35.557Z Compiling slog-term v2.9.2
17422026-03-19T03:02:41.911Z Compiling rustls-webpki v0.103.9
17432026-03-19T03:02:45.940Z Compiling tokio-rustls v0.26.4
17442026-03-19T03:02:45.941Z Compiling rustls-platform-verifier v0.6.2
17452026-03-19T03:02:46.213Z Compiling hyper-rustls v0.27.7
17462026-03-19T03:02:46.478Z Compiling reqwest v0.12.28
17472026-03-19T03:02:46.478Z Compiling reqwest v0.13.2
17482026-03-19T03:02:49.423Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-19T03:02:49.695Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-19T03:02:53.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17512026-03-19T03:02:53.718Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-19T03:02:53.780ZMar 19 03:02:52.587 INFO Starting download, target: Clickhouse
17532026-03-19T03:02:53.780ZMar 19 03:02:52.587 INFO Starting download, target: TransceiverControl
17542026-03-19T03:02:53.780ZMar 19 03:02:52.587 INFO Starting download, target: MaghemiteMgd
17552026-03-19T03:02:53.780ZMar 19 03:02:52.587 INFO Starting download, target: Cockroach
17562026-03-19T03:02:53.780ZMar 19 03:02:52.587 INFO Starting download, target: Console
17572026-03-19T03:02:53.783ZMar 19 03:02:52.587 INFO Starting download, target: DendriteStub
17582026-03-19T03:02:53.784ZMar 19 03:02:52.587 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-19T03:02:53.784ZMar 19 03:02:52.587 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-19T03:02:53.784ZMar 19 03:02:52.587 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-19T03:02:53.784ZMar 19 03:02:52.587 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-19T03:02:53.784ZMar 19 03:02:52.587 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-19T03:02:53.784ZMar 19 03:02:52.587 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-19T03:02:54.299ZMar 19 03:02:53.092 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-19T03:02:54.620ZMar 19 03:02:53.425 INFO Download complete, target: TransceiverControl
17662026-03-19T03:02:54.711ZMar 19 03:02:53.515 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-19T03:02:55.114ZMar 19 03:02:53.920 INFO Download complete, target: Console
17682026-03-19T03:02:55.660ZMar 19 03:02:54.464 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-19T03:02:55.888ZMar 19 03:02:54.693 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-19T03:02:56.001ZMar 19 03:02:54.807 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-19T03:02:56.534ZMar 19 03:02:55.339 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-19T03:02:56.534ZMar 19 03:02:55.339 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-19T03:02:59.189ZMar 19 03:02:57.995 INFO Download complete, target: DendriteStub
17742026-03-19T03:02:59.602ZMar 19 03:02:58.408 INFO Download complete, target: MaghemiteMgd
17752026-03-19T03:03:04.295ZMar 19 03:03:03.100 INFO Checking that binary works, target: Cockroach
17762026-03-19T03:03:04.413ZMar 19 03:03:03.217 INFO Download complete, target: Cockroach
17772026-03-19T03:03:07.125ZMar 19 03:03:05.929 INFO Checking that binary works, target: Clickhouse
17782026-03-19T03:03:07.270ZMar 19 03:03:06.074 INFO Download complete, target: Clickhouse
17792026-03-19T03:03:07.288ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-19T03:03:07.291Z
17812026-03-19T03:03:07.291Zreal 5:43.866577826
17822026-03-19T03:03:07.291Zuser 10:24.909746912
17832026-03-19T03:03:07.291Zsys 1:48.513532055
17842026-03-19T03:03:07.292Ztrap 0.306862273
17852026-03-19T03:03:07.292Ztflt 0.597913465
17862026-03-19T03:03:07.292Zdflt 0.605075080
17872026-03-19T03:03:07.292Zkflt 0.021303852
17882026-03-19T03:03:07.292Zlock 30:35.938879540
17892026-03-19T03:03:07.292Zslp 32:40.234059816
17902026-03-19T03:03:07.292Zlat 55.535035443
17912026-03-19T03:03:07.292Zstop 2:43.522176162
17922026-03-19T03:03:07.292Z+ banner hack-check
17932026-03-19T03:03:07.292Z
17942026-03-19T03:03:07.292Z # # ## #### # # #### # # ###### #### # #
17952026-03-19T03:03:07.292Z # # # # # # # # # # # # # # # # #
17962026-03-19T03:03:07.292Z ###### # # # #### ##### # ###### ##### # ####
17972026-03-19T03:03:07.292Z # # ###### # # # # # # # # # #
17982026-03-19T03:03:07.292Z # # # # # # # # # # # # # # # # #
17992026-03-19T03:03:07.292Z # # # # #### # # #### # # ###### #### # #
18002026-03-19T03:03:07.292Z
18012026-03-19T03:03:07.292Z+ export CARGO_INCREMENTAL=0
18022026-03-19T03:03:07.292Z+ CARGO_INCREMENTAL=0
18032026-03-19T03:03:07.292Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-03-19T03:03:07.988Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-19T03:03:08.264Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-19T03:03:10.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18072026-03-19T03:03:10.883Z Running `target/debug/xtask check-features --ci`
18082026-03-19T03:03:10.913Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-03-19T03:03:10.917Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-03-19T03:03:11.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18112026-03-19T03:03:11.584Z Running `target/debug/xtask download cargo-hack`
18122026-03-19T03:03:12.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-03-19T03:03:13.018Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-03-19T03:03:16.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
18152026-03-19T03:03:16.467Z Running `target/debug/xtask-downloader cargo-hack`
18162026-03-19T03:03:16.516ZMar 19 03:03:15.317 INFO Starting download, target: CargoHack
18172026-03-19T03:03:16.519ZMar 19 03:03:15.318 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-03-19T03:03:17.025ZMar 19 03:03:15.827 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-03-19T03:03:17.107ZMar 19 03:03:15.908 INFO Download complete, target: CargoHack
18202026-03-19T03:03:17.110Zrunning: "/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"
18212026-03-19T03:03:17.128Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-03-19T03:03:17.330Zinfo: running `cargo check --bins` on api_identity (1/259)
18232026-03-19T03:03:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-03-19T03:03:17.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-03-19T03:03:17.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-03-19T03:03:18.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18272026-03-19T03:03:18.094Z
18282026-03-19T03:03:18.094Zinfo: running `cargo check --bins` on bootstore (2/259)
18292026-03-19T03:03:18.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-03-19T03:03:18.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-03-19T03:03:18.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-03-19T03:03:18.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18332026-03-19T03:03:18.854Z
18342026-03-19T03:03:18.854Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18352026-03-19T03:03:19.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-03-19T03:03:19.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-03-19T03:03:19.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-03-19T03:03:19.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18392026-03-19T03:03:19.609Z
18402026-03-19T03:03:19.609Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18412026-03-19T03:03:20.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-03-19T03:03:20.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-03-19T03:03:20.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-03-19T03:03:20.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18452026-03-19T03:03:20.367Z
18462026-03-19T03:03:20.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18472026-03-19T03:03:21.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-03-19T03:03:21.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-03-19T03:03:21.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-03-19T03:03:21.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18512026-03-19T03:03:21.132Z
18522026-03-19T03:03:21.132Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18532026-03-19T03:03:21.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-03-19T03:03:21.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-03-19T03:03:21.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-03-19T03:03:21.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18572026-03-19T03:03:21.944Z
18582026-03-19T03:03:21.944Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18592026-03-19T03:03:22.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-03-19T03:03:22.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-03-19T03:03:22.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-03-19T03:03:22.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18632026-03-19T03:03:22.683Z
18642026-03-19T03:03:22.684Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18652026-03-19T03:03:23.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-03-19T03:03:23.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-03-19T03:03:23.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-03-19T03:03:23.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18692026-03-19T03:03:23.454Z
18702026-03-19T03:03:23.454Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18712026-03-19T03:03:24.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-03-19T03:03:24.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-03-19T03:03:24.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-03-19T03:03:24.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18752026-03-19T03:03:24.056Z
18762026-03-19T03:03:24.056Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18772026-03-19T03:03:24.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-03-19T03:03:24.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-03-19T03:03:24.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-03-19T03:03:24.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18812026-03-19T03:03:24.658Z
18822026-03-19T03:03:24.658Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18832026-03-19T03:03:25.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-03-19T03:03:25.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-03-19T03:03:25.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-03-19T03:03:25.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18872026-03-19T03:03:25.263Z
18882026-03-19T03:03:25.263Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18892026-03-19T03:03:25.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-03-19T03:03:25.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-03-19T03:03:25.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-03-19T03:03:25.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18932026-03-19T03:03:25.857Z
18942026-03-19T03:03:25.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18952026-03-19T03:03:26.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-03-19T03:03:26.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-03-19T03:03:26.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-03-19T03:03:26.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18992026-03-19T03:03:26.457Z
19002026-03-19T03:03:26.457Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19012026-03-19T03:03:26.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-03-19T03:03:26.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-03-19T03:03:26.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-03-19T03:03:27.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19052026-03-19T03:03:27.064Z
19062026-03-19T03:03:27.064Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19072026-03-19T03:03:27.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-03-19T03:03:27.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-03-19T03:03:27.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-03-19T03:03:27.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19112026-03-19T03:03:27.668Z
19122026-03-19T03:03:27.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19132026-03-19T03:03:28.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-03-19T03:03:28.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-03-19T03:03:28.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-03-19T03:03:28.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19172026-03-19T03:03:28.315Z
19182026-03-19T03:03:28.316Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19192026-03-19T03:03:28.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-03-19T03:03:28.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-03-19T03:03:28.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-03-19T03:03:28.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19232026-03-19T03:03:28.876Z
19242026-03-19T03:03:28.877Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19252026-03-19T03:03:29.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-03-19T03:03:29.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-03-19T03:03:29.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-03-19T03:03:29.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19292026-03-19T03:03:29.476Z
19302026-03-19T03:03:29.476Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19312026-03-19T03:03:30.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-03-19T03:03:30.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-03-19T03:03:30.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-03-19T03:03:30.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19352026-03-19T03:03:30.075Z
19362026-03-19T03:03:30.075Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19372026-03-19T03:03:30.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-03-19T03:03:30.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-03-19T03:03:30.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-03-19T03:03:30.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19412026-03-19T03:03:30.676Z
19422026-03-19T03:03:30.676Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19432026-03-19T03:03:31.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-03-19T03:03:31.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-03-19T03:03:31.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-03-19T03:03:31.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19472026-03-19T03:03:31.285Z
19482026-03-19T03:03:31.285Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19492026-03-19T03:03:31.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-03-19T03:03:31.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-03-19T03:03:31.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-03-19T03:03:31.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19532026-03-19T03:03:31.897Z
19542026-03-19T03:03:31.897Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19552026-03-19T03:03:32.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-03-19T03:03:32.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-03-19T03:03:32.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-03-19T03:03:32.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19592026-03-19T03:03:32.501Z
19602026-03-19T03:03:32.501Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19612026-03-19T03:03:33.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-03-19T03:03:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-03-19T03:03:33.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-03-19T03:03:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19652026-03-19T03:03:33.112Z
19662026-03-19T03:03:33.112Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19672026-03-19T03:03:33.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-03-19T03:03:33.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-03-19T03:03:33.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-03-19T03:03:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19712026-03-19T03:03:33.714Z
19722026-03-19T03:03:33.714Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19732026-03-19T03:03:34.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-03-19T03:03:34.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-03-19T03:03:34.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-03-19T03:03:34.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19772026-03-19T03:03:34.320Z
19782026-03-19T03:03:34.320Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19792026-03-19T03:03:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-03-19T03:03:34.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-03-19T03:03:34.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-03-19T03:03:34.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19832026-03-19T03:03:34.924Z
19842026-03-19T03:03:34.924Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19852026-03-19T03:03:35.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-03-19T03:03:35.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-03-19T03:03:35.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-03-19T03:03:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19892026-03-19T03:03:35.534Z
19902026-03-19T03:03:35.534Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19912026-03-19T03:03:36.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-03-19T03:03:36.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-03-19T03:03:36.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-03-19T03:03:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19952026-03-19T03:03:36.140Z
19962026-03-19T03:03:36.140Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
19972026-03-19T03:03:36.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-03-19T03:03:36.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-03-19T03:03:36.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-03-19T03:03:36.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20012026-03-19T03:03:36.749Z
20022026-03-19T03:03:36.749Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20032026-03-19T03:03:37.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-03-19T03:03:37.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-03-19T03:03:37.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-03-19T03:03:37.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20072026-03-19T03:03:37.358Z
20082026-03-19T03:03:37.358Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20092026-03-19T03:03:37.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-03-19T03:03:37.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-03-19T03:03:37.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-03-19T03:03:37.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20132026-03-19T03:03:37.966Z
20142026-03-19T03:03:37.966Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20152026-03-19T03:03:38.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-03-19T03:03:38.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-03-19T03:03:38.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-03-19T03:03:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20192026-03-19T03:03:38.596Z
20202026-03-19T03:03:38.596Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20212026-03-19T03:03:39.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-03-19T03:03:39.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-03-19T03:03:39.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-03-19T03:03:39.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20252026-03-19T03:03:39.176Z
20262026-03-19T03:03:39.177Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20272026-03-19T03:03:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-03-19T03:03:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-03-19T03:03:39.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-03-19T03:03:39.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20312026-03-19T03:03:39.782Z
20322026-03-19T03:03:39.782Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20332026-03-19T03:03:40.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-03-19T03:03:40.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-03-19T03:03:40.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-03-19T03:03:40.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20372026-03-19T03:03:40.388Z
20382026-03-19T03:03:40.388Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20392026-03-19T03:03:40.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-03-19T03:03:40.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-03-19T03:03:40.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-03-19T03:03:40.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20432026-03-19T03:03:41.001Z
20442026-03-19T03:03:41.001Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20452026-03-19T03:03:41.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-03-19T03:03:41.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-03-19T03:03:41.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-03-19T03:03:41.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20492026-03-19T03:03:41.605Z
20502026-03-19T03:03:41.605Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20512026-03-19T03:03:42.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-03-19T03:03:42.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-03-19T03:03:42.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-03-19T03:03:42.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20552026-03-19T03:03:42.213Z
20562026-03-19T03:03:42.213Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20572026-03-19T03:03:42.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-03-19T03:03:42.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-03-19T03:03:42.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-03-19T03:03:42.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612026-03-19T03:03:42.817Z
20622026-03-19T03:03:42.817Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20632026-03-19T03:03:43.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-03-19T03:03:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-03-19T03:03:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-03-19T03:03:43.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-03-19T03:03:43.424Z
20682026-03-19T03:03:43.424Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20692026-03-19T03:03:43.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-03-19T03:03:43.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-03-19T03:03:43.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-03-19T03:03:43.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-03-19T03:03:44.035Z
20742026-03-19T03:03:44.035Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20752026-03-19T03:03:44.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-03-19T03:03:44.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-03-19T03:03:44.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-03-19T03:03:44.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-03-19T03:03:44.642Z
20802026-03-19T03:03:44.642Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20812026-03-19T03:03:45.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-03-19T03:03:45.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-03-19T03:03:45.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-03-19T03:03:45.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-03-19T03:03:45.254Z
20862026-03-19T03:03:45.254Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20872026-03-19T03:03:45.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-03-19T03:03:45.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-03-19T03:03:45.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-03-19T03:03:45.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-03-19T03:03:45.860Z
20922026-03-19T03:03:45.860Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20932026-03-19T03:03:46.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-03-19T03:03:46.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-03-19T03:03:46.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-03-19T03:03:46.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-03-19T03:03:46.467Z
20982026-03-19T03:03:46.467Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
20992026-03-19T03:03:47.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-03-19T03:03:47.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-03-19T03:03:47.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-03-19T03:03:47.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-03-19T03:03:47.075Z
21042026-03-19T03:03:47.075Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21052026-03-19T03:03:47.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-03-19T03:03:47.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-03-19T03:03:47.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-03-19T03:03:47.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21092026-03-19T03:03:47.684Z
21102026-03-19T03:03:47.684Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21112026-03-19T03:03:48.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-03-19T03:03:48.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-03-19T03:03:48.773Z Checking cfg-if v1.0.4
21142026-03-19T03:03:48.930Z Checking libc v0.2.180
21152026-03-19T03:03:48.934Z Checking serde_core v1.0.228
21162026-03-19T03:03:48.966Z Checking memchr v2.8.0
21172026-03-19T03:03:48.987Z Checking smallvec v1.15.1
21182026-03-19T03:03:48.987Z Checking itoa v1.0.17
21192026-03-19T03:03:49.022Z Checking log v0.4.29
21202026-03-19T03:03:49.025Z Checking zeroize v1.8.2
21212026-03-19T03:03:49.062Z Checking stable_deref_trait v1.2.1
21222026-03-19T03:03:49.155Z Checking zerofrom v0.1.6
21232026-03-19T03:03:49.185Z Checking zmij v1.0.21
21242026-03-19T03:03:49.215Z Checking scopeguard v1.2.0
21252026-03-19T03:03:49.238Z Checking subtle v2.6.1
21262026-03-19T03:03:49.258Z Checking percent-encoding v2.3.2
21272026-03-19T03:03:49.302Z Checking yoke v0.8.1
21282026-03-19T03:03:49.340Z Checking lock_api v0.4.14
21292026-03-19T03:03:49.431Z Checking writeable v0.6.2
21302026-03-19T03:03:49.435Z Checking litemap v0.8.1
21312026-03-19T03:03:49.471Z Checking libm v0.2.16
21322026-03-19T03:03:49.494Z Checking icu_properties_data v2.1.2
21332026-03-19T03:03:49.519Z Checking getrandom v0.2.17
21342026-03-19T03:03:49.522Z Checking errno v0.3.14
21352026-03-19T03:03:49.606Z Checking zerovec v0.11.5
21362026-03-19T03:03:49.639Z Checking zerotrie v0.2.3
21372026-03-19T03:03:49.662Z Checking icu_normalizer_data v2.1.1
21382026-03-19T03:03:49.679Z Checking pin-project-lite v0.2.17
21392026-03-19T03:03:49.700Z Checking rand_core v0.6.4
21402026-03-19T03:03:49.718Z Checking utf8_iter v1.0.4
21412026-03-19T03:03:49.748Z Checking form_urlencoded v1.2.2
21422026-03-19T03:03:49.792Z Checking typenum v1.19.0
21432026-03-19T03:03:49.869Z Checking portable-atomic v1.13.1
21442026-03-19T03:03:49.908Z Checking critical-section v1.2.0
21452026-03-19T03:03:49.928Z Checking rand_core v0.10.0
21462026-03-19T03:03:49.953Z Checking signal-hook-registry v1.4.8
21472026-03-19T03:03:50.032Z Checking parking_lot_core v0.9.12
21482026-03-19T03:03:50.107Z Checking getrandom v0.4.1
21492026-03-19T03:03:50.162Z Checking mio v1.1.1
21502026-03-19T03:03:50.209Z Checking tinystr v0.8.2
21512026-03-19T03:03:50.274Z Checking potential_utf v0.1.4
21522026-03-19T03:03:50.294Z Checking parking_lot v0.12.5
21532026-03-19T03:03:50.434Z Checking icu_locale_core v2.1.1
21542026-03-19T03:03:50.455Z Checking icu_collections v2.1.1
21552026-03-19T03:03:50.458Z Checking once_cell v1.21.3
21562026-03-19T03:03:50.458Z Checking num-traits v0.2.19
21572026-03-19T03:03:50.515Z Checking generic-array v0.14.7
21582026-03-19T03:03:50.534Z Checking socket2 v0.6.2
21592026-03-19T03:03:50.555Z Checking zerocopy v0.8.40
21602026-03-19T03:03:50.697Z Checking iana-time-zone v0.1.65
21612026-03-19T03:03:50.831Z Checking futures-core v0.3.32
21622026-03-19T03:03:50.856Z Checking allocator-api2 v0.2.21
21632026-03-19T03:03:50.859Z Checking equivalent v1.0.2
21642026-03-19T03:03:50.978Z Checking const-oid v0.9.6
21652026-03-19T03:03:51.002Z Checking foldhash v0.2.0
21662026-03-19T03:03:51.113Z Checking serde v1.0.228
21672026-03-19T03:03:51.154Z Checking serde_json v1.0.149
21682026-03-19T03:03:51.195Z Checking bitflags v2.11.0
21692026-03-19T03:03:51.215Z Checking icu_provider v2.1.1
21702026-03-19T03:03:51.236Z Checking crypto-common v0.1.7
21712026-03-19T03:03:51.280Z Checking uuid v1.21.0
21722026-03-19T03:03:51.394Z Checking hashbrown v0.16.1
21732026-03-19T03:03:51.423Z Checking dyn-clone v1.0.20
21742026-03-19T03:03:51.534Z Checking icu_properties v2.1.2
21752026-03-19T03:03:51.554Z Checking icu_normalizer v2.1.1
21762026-03-19T03:03:51.703Z Checking bytes v1.11.1
21772026-03-19T03:03:51.723Z Checking chrono v0.4.44
21782026-03-19T03:03:51.957Z Checking futures-sink v0.3.32
21792026-03-19T03:03:52.005Z Checking block-buffer v0.10.4
21802026-03-19T03:03:52.078Z Checking futures-channel v0.3.32
21812026-03-19T03:03:52.099Z Checking semver v1.0.27
21822026-03-19T03:03:52.118Z Checking futures-io v0.3.32
21832026-03-19T03:03:52.181Z Checking futures-task v0.3.32
21842026-03-19T03:03:52.262Z Checking slab v0.4.12
21852026-03-19T03:03:52.310Z Checking tokio v1.49.0
21862026-03-19T03:03:52.333Z Checking digest v0.10.7
21872026-03-19T03:03:52.361Z Checking thiserror v2.0.18
21882026-03-19T03:03:52.361Z Checking byteorder v1.5.0
21892026-03-19T03:03:52.462Z Checking futures-util v0.3.32
21902026-03-19T03:03:52.485Z Checking indexmap v2.13.0
21912026-03-19T03:03:52.589Z Checking cpufeatures v0.2.17
21922026-03-19T03:03:52.649Z Checking http v1.4.0
21932026-03-19T03:03:52.679Z Checking fnv v1.0.7
21942026-03-19T03:03:52.741Z Checking idna_adapter v1.2.1
21952026-03-19T03:03:52.797Z Checking base64 v0.22.1
21962026-03-19T03:03:52.848Z Checking idna v1.1.0
21972026-03-19T03:03:52.887Z Checking unicode-ident v1.0.24
21982026-03-19T03:03:53.024Z Checking tracing-core v0.1.36
21992026-03-19T03:03:53.104Z Checking proc-macro2 v1.0.106
22002026-03-19T03:03:53.161Z Checking url v2.5.8
22012026-03-19T03:03:53.263Z Checking rustls-pki-types v1.14.0
22022026-03-19T03:03:53.426Z Checking regex-syntax v0.8.10
22032026-03-19T03:03:53.446Z Checking tracing v0.1.44
22042026-03-19T03:03:53.522Z Checking quote v1.0.44
22052026-03-19T03:03:53.642Z Checking untrusted v0.9.0
22062026-03-19T03:03:53.708Z Checking thiserror v1.0.69
22072026-03-19T03:03:53.729Z Checking schemars v0.8.22
22082026-03-19T03:03:53.748Z Checking syn v2.0.117
22092026-03-19T03:03:53.776Z Checking ring v0.17.14
22102026-03-19T03:03:53.837Z Checking ipnet v2.11.0
22112026-03-19T03:03:54.186Z Checking httparse v1.10.1
22122026-03-19T03:03:54.460Z Checking http-body v1.0.1
22132026-03-19T03:03:54.625Z Checking ppv-lite86 v0.2.21
22142026-03-19T03:03:54.628Z Checking rustix v1.1.3
22152026-03-19T03:03:54.628Z Checking block-padding v0.3.3
22162026-03-19T03:03:54.876Z Checking getrandom v0.3.4
22172026-03-19T03:03:55.010Z Checking atomic-waker v1.1.2
22182026-03-19T03:03:55.037Z Checking inout v0.1.4
22192026-03-19T03:03:55.097Z Checking hmac v0.12.1
22202026-03-19T03:03:55.141Z Checking aws-lc-sys v0.37.1
22212026-03-19T03:03:55.156Z Checking aho-corasick v1.1.4
22222026-03-19T03:03:55.211Z Checking tower-layer v0.3.3
22232026-03-19T03:03:55.243Z Checking powerfmt v0.2.0
22242026-03-19T03:03:55.268Z Checking try-lock v0.2.5
22252026-03-19T03:03:55.389Z Checking tower-service v0.3.3
22262026-03-19T03:03:55.409Z Checking httpdate v1.0.3
22272026-03-19T03:03:55.439Z Checking untrusted v0.7.1
22282026-03-19T03:03:55.502Z Checking openssl-probe v0.2.1
22292026-03-19T03:03:55.578Z Checking deranged v0.5.8
22302026-03-19T03:03:55.598Z Checking want v0.3.1
22312026-03-19T03:03:55.631Z Checking cipher v0.4.4
22322026-03-19T03:03:55.755Z Checking rand_core v0.9.5
22332026-03-19T03:03:55.820Z Checking time-core v0.1.8
22342026-03-19T03:03:55.858Z Checking aws-lc-rs v1.16.0
22352026-03-19T03:03:55.905Z Checking base64ct v1.8.3
22362026-03-19T03:03:55.985Z Checking num_threads v0.1.7
22372026-03-19T03:03:56.007Z Checking pin-utils v0.1.0
22382026-03-19T03:03:56.084Z Checking regex-automata v0.4.14
22392026-03-19T03:03:56.106Z Checking num-conv v0.2.0
22402026-03-19T03:03:56.127Z Checking sha2 v0.10.9
22412026-03-19T03:03:56.213Z Checking erased-serde v0.3.31
22422026-03-19T03:03:56.260Z Checking pretty-hex v0.4.1
22432026-03-19T03:03:56.425Z Checking rand_chacha v0.9.0
22442026-03-19T03:03:56.486Z Checking ryu v1.0.23
22452026-03-19T03:03:56.651Z Checking tokio-util v0.7.18
22462026-03-19T03:03:56.672Z Checking fastrand v2.3.0
22472026-03-19T03:03:56.691Z Checking rand v0.9.2
22482026-03-19T03:03:56.794Z Checking slog v2.8.2
22492026-03-19T03:03:56.902Z Checking time v0.3.47
22502026-03-19T03:03:56.924Z Checking pem-rfc7468 v0.7.0
22512026-03-19T03:03:57.018Z Checking rustls-webpki v0.103.9
22522026-03-19T03:03:57.039Z Checking rustls-native-certs v0.8.3
22532026-03-19T03:03:57.130Z Checking ipnetwork v0.21.1
22542026-03-19T03:03:57.148Z Checking http-body-util v0.1.3
22552026-03-19T03:03:57.201Z Checking sync_wrapper v1.0.2
22562026-03-19T03:03:57.331Z Checking spin v0.9.8
22572026-03-19T03:03:57.352Z Checking plain v0.2.3
22582026-03-19T03:03:57.408Z Checking flagset v0.4.7
22592026-03-19T03:03:57.432Z Checking tower v0.5.3
22602026-03-19T03:03:57.471Z Checking h2 v0.4.13
22612026-03-19T03:03:57.494Z Checking serde_urlencoded v0.7.1
22622026-03-19T03:03:57.565Z Checking der v0.7.10
22632026-03-19T03:03:57.587Z Checking rustls v0.23.37
22642026-03-19T03:03:57.606Z Checking rand_chacha v0.3.1
22652026-03-19T03:03:57.769Z Checking webpki-roots v1.0.6
22662026-03-19T03:03:57.881Z Checking ucd-trie v0.1.7
22672026-03-19T03:03:57.916Z Checking tinyvec_macros v0.1.1
22682026-03-19T03:03:57.945Z Checking iri-string v0.7.10
22692026-03-19T03:03:58.004Z Checking tinyvec v1.10.0
22702026-03-19T03:03:58.050Z Checking pest v2.8.6
22712026-03-19T03:03:58.422Z Checking rand v0.8.5
22722026-03-19T03:03:58.500Z Checking tempfile v3.25.0
22732026-03-19T03:03:58.593Z Checking spki v0.7.3
22742026-03-19T03:03:58.628Z Checking salsa20 v0.10.2
22752026-03-19T03:03:58.754Z Checking pbkdf2 v0.12.2
22762026-03-19T03:03:58.793Z Checking foreign-types-shared v0.1.1
22772026-03-19T03:03:58.813Z Checking unicode-width v0.2.0
22782026-03-19T03:03:58.888Z Checking scrypt v0.11.0
22792026-03-19T03:03:58.907Z Checking foreign-types v0.3.2
22802026-03-19T03:03:59.000Z Checking regex v1.12.3
22812026-03-19T03:03:59.063Z Checking aes v0.8.4
22822026-03-19T03:03:59.126Z Checking cbc v0.1.2
22832026-03-19T03:03:59.149Z Checking anyhow v1.0.102
22842026-03-19T03:03:59.289Z Checking openssl-sys v0.9.111
22852026-03-19T03:03:59.381Z Checking crossbeam-utils v0.8.21
22862026-03-19T03:03:59.405Z Checking oxnet v0.1.4
22872026-03-19T03:03:59.425Z Checking tower-http v0.6.8
22882026-03-19T03:03:59.530Z Checking mime v0.3.17
22892026-03-19T03:03:59.601Z Checking pkcs5 v0.7.1
22902026-03-19T03:03:59.716Z Checking openapiv3 v2.2.0
22912026-03-19T03:03:59.760Z Checking scroll v0.12.0
22922026-03-19T03:03:59.790Z Checking encoding_rs v0.8.35
22932026-03-19T03:03:59.832Z Checking winnow v0.7.14
22942026-03-19T03:03:59.942Z Checking pkcs8 v0.10.2
22952026-03-19T03:03:59.945Z Checking openssl v0.10.75
22962026-03-19T03:04:00.064Z Checking siphasher v1.0.2
22972026-03-19T03:04:00.171Z Checking data-encoding v2.10.0
22982026-03-19T03:04:00.277Z Checking goblin v0.8.2
22992026-03-19T03:04:00.531Z Checking lazy_static v1.5.0
23002026-03-19T03:04:00.649Z Checking zerocopy v0.7.35
23012026-03-19T03:04:00.814Z Checking tokio-rustls v0.26.4
23022026-03-19T03:04:01.060Z Checking hyper v1.8.1
23032026-03-19T03:04:01.080Z Checking wait-timeout v0.2.1
23042026-03-19T03:04:01.109Z Checking bitflags v1.3.2
23052026-03-19T03:04:01.203Z Checking either v1.15.0
23062026-03-19T03:04:01.232Z Checking anstyle v1.0.13
23072026-03-19T03:04:01.350Z Checking managed v0.8.0
23082026-03-19T03:04:01.456Z Checking bit-vec v0.8.0
23092026-03-19T03:04:01.478Z Checking psl-types v2.0.11
23102026-03-19T03:04:01.498Z Checking utf8parse v0.2.2
23112026-03-19T03:04:01.517Z Checking quick-error v1.2.3
23122026-03-19T03:04:01.604Z Checking dtrace-parser v0.2.0
23132026-03-19T03:04:01.625Z Checking publicsuffix v2.3.0
23142026-03-19T03:04:01.628Z Checking anstyle-parse v0.2.7
23152026-03-19T03:04:01.665Z Checking rusty-fork v0.3.1
23162026-03-19T03:04:01.708Z Checking bit-set v0.8.0
23172026-03-19T03:04:01.827Z Checking cookie v0.18.1
23182026-03-19T03:04:01.847Z Checking unicode-normalization v0.1.25
23192026-03-19T03:04:01.883Z Checking rand_xorshift v0.4.0
23202026-03-19T03:04:01.942Z Checking sha1 v0.10.6
23212026-03-19T03:04:01.948Z Checking thread-id v4.2.2
23222026-03-19T03:04:02.022Z Checking colorchoice v1.0.4
23232026-03-19T03:04:02.042Z Checking anstyle-query v1.1.5
23242026-03-19T03:04:02.109Z Checking unarray v0.1.4
23252026-03-19T03:04:02.130Z Checking is_terminal_polyfill v1.70.2
23262026-03-19T03:04:02.152Z Checking cookie_store v0.22.1
23272026-03-19T03:04:02.170Z Checking rustls-platform-verifier v0.6.2
23282026-03-19T03:04:02.239Z Checking proptest v1.10.0
23292026-03-19T03:04:02.243Z Checking anstream v0.6.21
23302026-03-19T03:04:02.300Z Checking hyper-util v0.1.20
23312026-03-19T03:04:02.342Z Checking crossbeam-epoch v0.9.18
23322026-03-19T03:04:02.374Z Checking terminal_size v0.4.3
23332026-03-19T03:04:02.516Z Checking scroll v0.13.0
23342026-03-19T03:04:02.536Z Checking hex v0.4.3
23352026-03-19T03:04:02.584Z Checking num-integer v0.1.46
23362026-03-19T03:04:02.633Z Checking simd-adler32 v0.3.8
23372026-03-19T03:04:02.822Z Checking goblin v0.10.5
23382026-03-19T03:04:02.841Z Checking crossbeam-deque v0.8.6
23392026-03-19T03:04:02.844Z Checking native-tls v0.2.18
23402026-03-19T03:04:02.882Z Checking bstr v1.12.1
23412026-03-19T03:04:02.901Z Checking ref-cast v1.0.25
23422026-03-19T03:04:02.986Z Checking dof v0.3.0
23432026-03-19T03:04:03.024Z Checking rustix v0.38.44
23442026-03-19T03:04:03.067Z Checking camino v1.2.2
23452026-03-19T03:04:03.086Z Checking tokio-native-tls v0.3.1
23462026-03-19T03:04:03.281Z Checking crc32fast v1.5.0
23472026-03-19T03:04:03.360Z Checking usdt-impl v0.5.0
23482026-03-19T03:04:03.414Z Checking signature v2.2.0
23492026-03-19T03:04:03.418Z Checking serde_spanned v0.6.9
23502026-03-19T03:04:03.456Z Checking toml_datetime v0.6.11
23512026-03-19T03:04:03.576Z Checking ff v0.13.1
23522026-03-19T03:04:03.596Z Checking adler2 v2.0.1
23532026-03-19T03:04:03.690Z Checking strsim v0.11.1
23542026-03-19T03:04:03.718Z Checking base16ct v0.2.0
23552026-03-19T03:04:03.738Z Checking unicode-properties v0.1.4
23562026-03-19T03:04:03.742Z Checking unicode-bidi v0.3.18
23572026-03-19T03:04:03.876Z Checking clap_lex v1.0.0
23582026-03-19T03:04:03.896Z Checking sec1 v0.7.3
23592026-03-19T03:04:03.984Z Checking group v0.13.0
23602026-03-19T03:04:03.989Z Checking hyper-rustls v0.27.7
23612026-03-19T03:04:04.067Z Checking hyper-tls v0.6.0
23622026-03-19T03:04:04.141Z Checking stringprep v0.1.5
23632026-03-19T03:04:04.163Z Checking clap_builder v4.5.60
23642026-03-19T03:04:04.166Z Checking miniz_oxide v0.8.9
23652026-03-19T03:04:04.202Z Checking rayon-core v1.13.0
23662026-03-19T03:04:04.270Z Checking reqwest v0.13.2
23672026-03-19T03:04:04.291Z Checking reqwest v0.12.28
23682026-03-19T03:04:04.336Z Checking num-iter v0.1.45
23692026-03-19T03:04:04.483Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-19T03:04:04.633Z Checking dtrace-parser v0.3.0
23712026-03-19T03:04:04.651Z Checking hkdf v0.12.4
23722026-03-19T03:04:04.782Z Checking newtype-uuid v1.3.2
23732026-03-19T03:04:04.820Z Checking strum v0.26.3
23742026-03-19T03:04:04.922Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-19T03:04:04.942Z Checking hash32 v0.2.1
23762026-03-19T03:04:04.962Z Checking md-5 v0.10.6
23772026-03-19T03:04:05.037Z Checking daft v0.1.5
23782026-03-19T03:04:05.070Z Checking crypto-bigint v0.5.5
23792026-03-19T03:04:05.136Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-19T03:04:05.151Z Checking thread-id v5.1.0
23812026-03-19T03:04:05.253Z Checking unicode-segmentation v1.12.0
23822026-03-19T03:04:05.350Z Checking zlib-rs v0.6.2
23832026-03-19T03:04:05.391Z Checking fallible-iterator v0.2.0
23842026-03-19T03:04:05.412Z Checking heapless v0.7.17
23852026-03-19T03:04:05.437Z Checking zstd-safe v7.2.4
23862026-03-19T03:04:05.652Z Checking rayon v1.11.0
23872026-03-19T03:04:05.673Z Checking itertools v0.12.1
23882026-03-19T03:04:05.761Z Checking postgres-protocol v0.6.10
23892026-03-19T03:04:05.873Z Checking clap v4.5.60
23902026-03-19T03:04:05.970Z Checking phf_shared v0.13.1
23912026-03-19T03:04:05.991Z Checking console v0.16.2
23922026-03-19T03:04:06.080Z Checking dof v0.4.0
23932026-03-19T03:04:06.172Z Checking curve25519-dalek v4.1.3
23942026-03-19T03:04:06.236Z Checking memoffset v0.9.1
23952026-03-19T03:04:06.346Z Checking bzip2-sys v0.1.13+1.0.8
23962026-03-19T03:04:06.386Z Checking signal-hook v0.3.18
23972026-03-19T03:04:06.407Z Checking elliptic-curve v0.13.8
23982026-03-19T03:04:06.455Z Checking memmap2 v0.9.10
23992026-03-19T03:04:06.577Z Checking flate2 v1.1.9
24002026-03-19T03:04:06.631Z Checking unit-prefix v0.5.2
24012026-03-19T03:04:06.668Z Checking bumpalo v3.20.2
24022026-03-19T03:04:06.791Z Checking foldhash v0.1.5
24032026-03-19T03:04:06.832Z Checking toml_write v0.1.2
24042026-03-19T03:04:06.928Z Checking fixedbitset v0.4.2
24052026-03-19T03:04:06.954Z Checking usdt-impl v0.6.0
24062026-03-19T03:04:06.972Z Checking libbz2-rs-sys v0.2.2
24072026-03-19T03:04:06.993Z Checking winnow v0.5.40
24082026-03-19T03:04:07.053Z Checking toml_edit v0.22.27
24092026-03-19T03:04:07.087Z Checking zone v0.3.1
24102026-03-19T03:04:07.120Z Checking petgraph v0.6.5
24112026-03-19T03:04:07.259Z Checking hashbrown v0.15.5
24122026-03-19T03:04:07.311Z Checking usdt v0.6.0
24132026-03-19T03:04:07.497Z Checking bzip2 v0.6.1
24142026-03-19T03:04:07.520Z Checking zopfli v0.8.3
24152026-03-19T03:04:07.557Z Checking signal-hook-mio v0.2.5
24162026-03-19T03:04:07.686Z Checking bzip2 v0.4.4
24172026-03-19T03:04:07.706Z Checking nix v0.31.1
24182026-03-19T03:04:07.743Z Checking indicatif v0.18.4
24192026-03-19T03:04:07.895Z Checking phf v0.13.1
24202026-03-19T03:04:07.898Z Checking postgres-types v0.2.12
24212026-03-19T03:04:07.942Z Checking smoltcp v0.9.1
24222026-03-19T03:04:08.110Z Checking similar v2.7.0
24232026-03-19T03:04:08.233Z Checking zstd v0.13.3
24242026-03-19T03:04:08.320Z Checking num-bigint-dig v0.8.6
24252026-03-19T03:04:08.477Z Checking ed25519 v2.2.3
24262026-03-19T03:04:08.563Z Checking phf_shared v0.11.3
24272026-03-19T03:04:08.584Z Checking toml_edit v0.19.15
24282026-03-19T03:04:08.620Z Checking pkcs1 v0.7.5
24292026-03-19T03:04:08.712Z Checking tokio-stream v0.1.18
24302026-03-19T03:04:08.756Z Checking strum v0.27.2
24312026-03-19T03:04:08.759Z Checking hubpack v0.1.2
24322026-03-19T03:04:08.848Z Checking rfc6979 v0.4.0
24332026-03-19T03:04:08.893Z Checking serde-big-array v0.5.1
24342026-03-19T03:04:08.896Z Checking float-cmp v0.10.0
24352026-03-19T03:04:08.990Z Checking env_filter v1.0.0
24362026-03-19T03:04:08.990Z Checking precomputed-hash v0.1.1
24372026-03-19T03:04:09.068Z Checking whoami v2.1.0
24382026-03-19T03:04:09.072Z Checking new_debug_unreachable v1.0.6
24392026-03-19T03:04:09.111Z Checking fixedbitset v0.5.7
24402026-03-19T03:04:09.131Z Checking keccak v0.1.6
24412026-03-19T03:04:09.155Z Checking predicates-core v1.0.10
24422026-03-19T03:04:09.175Z Checking rustc-hash v2.1.1
24432026-03-19T03:04:09.222Z Checking normalize-line-endings v0.3.0
24442026-03-19T03:04:09.312Z Checking jiff v0.2.21
24452026-03-19T03:04:09.333Z Checking static_assertions v1.1.0
24462026-03-19T03:04:09.352Z Checking difflib v0.4.0
24472026-03-19T03:04:09.356Z Checking sha3 v0.10.8
24482026-03-19T03:04:09.357Z Checking tokio-postgres v0.7.16
24492026-03-19T03:04:09.410Z Checking petgraph v0.8.3
24502026-03-19T03:04:09.431Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24512026-03-19T03:04:09.475Z Checking rsa v0.9.10
24522026-03-19T03:04:09.578Z Checking predicates v3.1.4
24532026-03-19T03:04:09.657Z Checking iddqd v0.3.17
24542026-03-19T03:04:09.982Z Checking env_logger v0.11.9
24552026-03-19T03:04:10.010Z Checking toml v0.7.8
24562026-03-19T03:04:10.106Z Checking string_cache v0.8.9
24572026-03-19T03:04:10.225Z Checking ecdsa v0.16.9
24582026-03-19T03:04:10.321Z Checking ed25519-dalek v2.2.0
24592026-03-19T03:04:10.445Z Checking zip v0.6.6
24602026-03-19T03:04:10.616Z Checking crossterm v0.28.1
24612026-03-19T03:04:10.671Z Checking serde_with v3.17.0
24622026-03-19T03:04:10.829Z Checking itertools v0.13.0
24632026-03-19T03:04:10.870Z Checking hickory-proto v0.25.2
24642026-03-19T03:04:11.030Z Checking x509-cert v0.2.5
24652026-03-19T03:04:11.582Z Checking fs-err v3.3.0
24662026-03-19T03:04:11.605Z Checking ahash v0.8.12
24672026-03-19T03:04:11.862Z Checking object v0.37.3
24682026-03-19T03:04:11.939Z Checking buf-list v1.1.2
24692026-03-19T03:04:11.972Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-03-19T03:04:12.171Z Checking lalrpop-util v0.19.12
24712026-03-19T03:04:12.258Z Checking peg-runtime v0.8.5
24722026-03-19T03:04:12.327Z Compiling structmeta-derive v0.3.0
24732026-03-19T03:04:12.381Z Compiling rustls v0.22.4
24742026-03-19T03:04:12.439Z Compiling newtype-uuid-macros v0.1.0
24752026-03-19T03:04:12.473Z Checking zip v4.6.1
24762026-03-19T03:04:12.500Z Compiling multer v3.1.0
24772026-03-19T03:04:12.629Z Compiling async-stream-impl v0.3.6
24782026-03-19T03:04:12.731Z Checking futures-executor v0.3.32
24792026-03-19T03:04:12.792Z Checking regress v0.10.5
24802026-03-19T03:04:13.274Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-03-19T03:04:13.407Z Compiling dropshot v0.16.7
24822026-03-19T03:04:13.451Z Checking futures v0.3.32
24832026-03-19T03:04:13.550Z Compiling dropshot_endpoint v0.16.7
24842026-03-19T03:04:13.708Z Checking thread_local v1.1.9
24852026-03-19T03:04:13.773Z Compiling structmeta v0.3.0
24862026-03-19T03:04:13.793Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-19T03:04:13.917Z Checking crossbeam-channel v0.5.15
24882026-03-19T03:04:14.047Z Compiling derive-ex v0.1.8
24892026-03-19T03:04:14.259Z Checking is-terminal v0.4.17
24902026-03-19T03:04:14.373Z Checking take_mut v0.2.2
24912026-03-19T03:04:14.393Z Checking term v1.2.1
24922026-03-19T03:04:14.507Z Checking slog-async v2.8.0
24932026-03-19T03:04:14.686Z Checking slog-term v2.9.2
24942026-03-19T03:04:14.707Z Compiling parse-display-derive v0.10.0
24952026-03-19T03:04:14.733Z Checking rustls-webpki v0.102.8
24962026-03-19T03:04:14.753Z Checking serde_spanned v1.0.4
24972026-03-19T03:04:14.924Z Checking debug-ignore v1.0.5
24982026-03-19T03:04:15.027Z Checking match_cfg v0.1.0
24992026-03-19T03:04:15.052Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-19T03:04:15.125Z Checking hostname v0.3.1
25012026-03-19T03:04:15.199Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-19T03:04:15.242Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25032026-03-19T03:04:15.290Z Checking toml v0.9.12+spec-1.1.0
25042026-03-19T03:04:15.315Z Checking slog-json v2.6.1
25052026-03-19T03:04:15.428Z Checking macaddr v1.0.1
25062026-03-19T03:04:15.519Z Checking slog-bunyan v2.5.0
25072026-03-19T03:04:15.663Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-19T03:04:15.666Z Checking async-stream v0.3.6
25092026-03-19T03:04:15.942Z Checking waitgroup v0.1.2
25102026-03-19T03:04:16.073Z Checking rustls-pemfile v2.2.0
25112026-03-19T03:04:16.107Z Checking serde_path_to_error v0.1.20
25122026-03-19T03:04:16.133Z Checking hostname v0.4.2
25132026-03-19T03:04:16.164Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-19T03:04:16.259Z Checking progenitor-client v0.13.0
25152026-03-19T03:04:16.259Z Checking progenitor-client v0.10.0
25162026-03-19T03:04:16.301Z Compiling itertools v0.14.0
25172026-03-19T03:04:16.371Z Compiling test-strategy v0.4.5
25182026-03-19T03:04:16.524Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-19T03:04:16.577Z Checking backon v1.6.0
25202026-03-19T03:04:16.634Z Checking instant v0.1.13
25212026-03-19T03:04:16.749Z Checking backoff v0.4.0
25222026-03-19T03:04:16.797Z Checking progenitor-extras v0.1.1
25232026-03-19T03:04:16.978Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-03-19T03:04:17.026Z Checking parse-display v0.10.0
25252026-03-19T03:04:17.087Z Checking heck v0.5.0
25262026-03-19T03:04:17.274Z Checking tokio-rustls v0.25.0
25272026-03-19T03:04:17.333Z Compiling toml_edit v0.23.10+spec-1.0.0
25282026-03-19T03:04:17.404Z Compiling convert_case v0.4.0
25292026-03-19T03:04:17.618Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302026-03-19T03:04:17.875Z Compiling crucible-workspace-hack v0.1.0
25312026-03-19T03:04:17.904Z Compiling heapless v0.8.0
25322026-03-19T03:04:18.054Z Compiling ingot-macros v0.1.1
25332026-03-19T03:04:18.123Z Compiling proc-macro-crate v3.4.0
25342026-03-19T03:04:18.298Z Compiling derive_more v0.99.20
25352026-03-19T03:04:18.516Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-03-19T03:04:18.545Z Checking hash32 v0.3.1
25372026-03-19T03:04:18.706Z Checking secrecy v0.10.3
25382026-03-19T03:04:18.822Z Compiling smoltcp v0.11.0
25392026-03-19T03:04:18.856Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-19T03:04:18.876Z Compiling prettyplease v0.2.37
25412026-03-19T03:04:19.007Z Compiling num_enum_derive v0.7.5
25422026-03-19T03:04:19.260Z Compiling typify-impl v0.6.1
25432026-03-19T03:04:19.306Z Checking tabwriter v1.4.1
25442026-03-19T03:04:19.492Z Checking cobs v0.3.0
25452026-03-19T03:04:19.677Z Compiling foreign-types-macros v0.2.3
25462026-03-19T03:04:19.680Z Compiling unsafe-libyaml v0.2.11
25472026-03-19T03:04:20.062Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-19T03:04:20.388Z Checking foreign-types-shared v0.3.1
25492026-03-19T03:04:20.423Z Checking cpufeatures v0.3.0
25502026-03-19T03:04:20.500Z Checking foreign-types v0.5.0
25512026-03-19T03:04:20.522Z Checking chacha20 v0.10.0
25522026-03-19T03:04:20.598Z Checking num_enum v0.7.5
25532026-03-19T03:04:20.723Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-19T03:04:20.806Z Checking postcard v1.1.3
25552026-03-19T03:04:21.795Z Compiling proc-macro-crate v1.3.1
25562026-03-19T03:04:21.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25572026-03-19T03:04:21.950Z Checking ingot-types v0.1.2
25582026-03-19T03:04:22.357Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25592026-03-19T03:04:22.412Z Checking cstr-argument v0.1.2
25602026-03-19T03:04:22.433Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-19T03:04:22.458Z Checking ingot v0.1.1
25622026-03-19T03:04:22.566Z Checking colored v3.1.1
25632026-03-19T03:04:22.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-03-19T03:04:22.735Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-03-19T03:04:22.835Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-03-19T03:04:22.856Z Compiling num_enum_derive v0.5.11
25672026-03-19T03:04:22.954Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-19T03:04:22.973Z Checking rand v0.10.0
25692026-03-19T03:04:24.093Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-03-19T03:04:24.549Z Checking num_enum v0.5.11
25712026-03-19T03:04:24.787Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-19T03:04:25.285Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25732026-03-19T03:04:25.668Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-19T03:04:25.713Z Compiling typify-macro v0.6.1
25752026-03-19T03:04:25.775Z Compiling typify-impl v0.4.3
25762026-03-19T03:04:25.913Z Checking camino-tempfile v1.4.1
25772026-03-19T03:04:26.002Z Checking num-rational v0.4.2
25782026-03-19T03:04:26.383Z Checking half v2.7.1
25792026-03-19T03:04:26.497Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25802026-03-19T03:04:26.736Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-19T03:04:26.780Z Checking universal-hash v0.5.1
25822026-03-19T03:04:26.809Z Checking num-complex v0.4.6
25832026-03-19T03:04:26.948Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-19T03:04:27.270Z Checking ciborium-io v0.2.2
25852026-03-19T03:04:27.323Z Checking opaque-debug v0.3.1
25862026-03-19T03:04:27.361Z Checking num v0.4.3
25872026-03-19T03:04:27.386Z Checking ciborium-ll v0.2.2
25882026-03-19T03:04:27.416Z Checking poly1305 v0.8.0
25892026-03-19T03:04:27.495Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-19T03:04:27.540Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-03-19T03:04:27.615Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-19T03:04:27.764Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-19T03:04:28.003Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-03-19T03:04:28.112Z Compiling typify v0.6.1
25952026-03-19T03:04:28.349Z Checking thiserror-no-std v2.0.2
25962026-03-19T03:04:28.373Z Checking toml v0.8.23
25972026-03-19T03:04:28.460Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-19T03:04:28.697Z Checking password-hash v0.5.0
25992026-03-19T03:04:28.833Z Checking chacha20 v0.9.1
26002026-03-19T03:04:29.002Z Compiling usdt-attr-macro v0.5.0
26012026-03-19T03:04:29.087Z Compiling usdt-macro v0.5.0
26022026-03-19T03:04:29.220Z Checking smf v0.2.3
26032026-03-19T03:04:29.529Z Checking blake2 v0.10.6
26042026-03-19T03:04:29.661Z Checking aead v0.5.2
26052026-03-19T03:04:29.696Z Checking sigpipe v0.1.3
26062026-03-19T03:04:29.799Z Checking memmap v0.7.0
26072026-03-19T03:04:29.843Z Compiling num-derive v0.4.2
26082026-03-19T03:04:29.973Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26092026-03-19T03:04:30.032Z Checking glob v0.3.3
26102026-03-19T03:04:30.035Z Checking float-ord v0.3.2
26112026-03-19T03:04:30.185Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122026-03-19T03:04:30.233Z Checking usdt v0.5.0
26132026-03-19T03:04:30.272Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-19T03:04:30.448Z Checking argon2 v0.5.3
26152026-03-19T03:04:30.477Z Checking chacha20poly1305 v0.10.1
26162026-03-19T03:04:30.636Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-03-19T03:04:30.656Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-19T03:04:30.854Z Checking vsss-rs v3.3.4
26192026-03-19T03:04:30.889Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-19T03:04:30.909Z Compiling progenitor-impl v0.13.0
26212026-03-19T03:04:31.090Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-19T03:04:31.627Z Checking ciborium v0.2.2
26232026-03-19T03:04:31.752Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-03-19T03:04:31.895Z Checking indent_write v2.2.0
26252026-03-19T03:04:31.988Z Compiling semver v0.1.20
26262026-03-19T03:04:32.040Z Checking whoami v1.6.1
26272026-03-19T03:04:32.205Z Compiling typify-macro v0.4.3
26282026-03-19T03:04:32.226Z Compiling rustc_version v0.1.7
26292026-03-19T03:04:32.246Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-19T03:04:32.525Z Compiling pin-project-internal v1.1.11
26312026-03-19T03:04:32.599Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-03-19T03:04:33.388Z Checking swrite v0.1.0
26332026-03-19T03:04:33.510Z Checking linked-hash-map v0.5.6
26342026-03-19T03:04:33.565Z Compiling minimal-lexical v0.2.1
26352026-03-19T03:04:33.738Z Checking lru-cache v0.1.2
26362026-03-19T03:04:33.895Z Compiling nom v7.1.3
26372026-03-19T03:04:33.899Z Compiling newtype_derive v0.1.6
26382026-03-19T03:04:34.053Z Checking pin-project v1.1.11
26392026-03-19T03:04:34.178Z Checking newline-converter v0.3.0
26402026-03-19T03:04:34.325Z Checking atomicwrites v0.4.4
26412026-03-19T03:04:34.491Z Checking hickory-proto v0.24.4
26422026-03-19T03:04:34.511Z Compiling typify v0.4.3
26432026-03-19T03:04:34.618Z Compiling progenitor-macro v0.13.0
26442026-03-19T03:04:34.653Z Checking phf_shared v0.12.1
26452026-03-19T03:04:34.729Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26462026-03-19T03:04:34.767Z Checking console v0.15.11
26472026-03-19T03:04:35.152Z Checking pem v3.0.6
26482026-03-19T03:04:35.370Z Checking csv-core v0.1.13
26492026-03-19T03:04:35.612Z Compiling snafu-derive v0.8.9
26502026-03-19T03:04:35.740Z Compiling derive-where v1.6.0
26512026-03-19T03:04:35.787Z Compiling async-recursion v1.1.1
26522026-03-19T03:04:36.707Z Compiling slog-dtrace v0.3.0
26532026-03-19T03:04:36.954Z Checking same-file v1.0.6
26542026-03-19T03:04:37.005Z Checking highway v1.3.0
26552026-03-19T03:04:37.116Z Checking resolv-conf v0.7.6
26562026-03-19T03:04:37.319Z Checking unicode-width v0.1.14
26572026-03-19T03:04:37.362Z Compiling cancel-safe-futures v0.1.5
26582026-03-19T03:04:37.598Z Compiling owo-colors v4.3.0
26592026-03-19T03:04:37.625Z Compiling chrono-tz v0.10.4
26602026-03-19T03:04:37.654Z Compiling const_format_proc_macros v0.2.34
26612026-03-19T03:04:37.735Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26622026-03-19T03:04:37.904Z Checking hickory-resolver v0.24.4
26632026-03-19T03:04:38.071Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-19T03:04:38.337Z Checking snafu v0.8.9
26652026-03-19T03:04:38.654Z Checking walkdir v2.5.0
26662026-03-19T03:04:38.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-19T03:04:38.892Z Checking csv v1.4.0
26682026-03-19T03:04:39.011Z Checking expectorate v1.2.0
26692026-03-19T03:04:39.076Z Checking phf v0.12.1
26702026-03-19T03:04:39.200Z Compiling progenitor-impl v0.10.0
26712026-03-19T03:04:39.331Z Checking tokio-dtrace v0.1.1
26722026-03-19T03:04:39.397Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26732026-03-19T03:04:39.451Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26742026-03-19T03:04:39.568Z Checking globset v0.4.18
26752026-03-19T03:04:39.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-03-19T03:04:39.854Z Checking olpc-cjson v0.1.4
26772026-03-19T03:04:39.914Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26782026-03-19T03:04:40.037Z Checking libsw-core v0.3.2
26792026-03-19T03:04:40.135Z Checking serde_plain v1.0.2
26802026-03-19T03:04:40.229Z Checking arc-swap v1.8.2
26812026-03-19T03:04:40.255Z Compiling lzma-sys v0.1.20
26822026-03-19T03:04:40.328Z Checking typed-path v0.9.3
26832026-03-19T03:04:40.528Z Checking bytecount v0.6.9
26842026-03-19T03:04:40.750Z Checking utf-8 v0.7.6
26852026-03-19T03:04:40.925Z Checking tungstenite v0.21.0
26862026-03-19T03:04:41.424Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26872026-03-19T03:04:41.568Z Checking tough v0.20.0
26882026-03-19T03:04:41.582Z Checking papergrid v0.11.0
26892026-03-19T03:04:41.673Z Checking slog-scope v4.4.1
26902026-03-19T03:04:41.829Z Checking progenitor v0.13.0
26912026-03-19T03:04:41.853Z Checking libsw v3.5.0
26922026-03-19T03:04:42.009Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-19T03:04:42.059Z Checking oxide-tokio-rt v0.1.3
26942026-03-19T03:04:42.310Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26952026-03-19T03:04:42.552Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26962026-03-19T03:04:42.636Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972026-03-19T03:04:42.899Z Compiling progenitor-macro v0.10.0
26982026-03-19T03:04:43.656Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992026-03-19T03:04:43.733Z Checking qorb v0.4.1
27002026-03-19T03:04:44.015Z Checking const_format v0.2.35
27012026-03-19T03:04:44.261Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27022026-03-19T03:04:44.327Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27032026-03-19T03:04:44.417Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27042026-03-19T03:04:44.545Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-03-19T03:04:44.856Z Compiling cargo_toml v0.22.3
27062026-03-19T03:04:45.042Z Checking gethostname v0.5.0
27072026-03-19T03:04:45.047Z Compiling tabled_derive v0.7.0
27082026-03-19T03:04:45.074Z Checking bcs v0.1.6
27092026-03-19T03:04:45.108Z Checking termtree v0.5.1
27102026-03-19T03:04:45.287Z Checking smawk v0.3.2
27112026-03-19T03:04:45.306Z Checking unicode-linebreak v0.1.5
27122026-03-19T03:04:45.382Z Checking linear-map v1.2.0
27132026-03-19T03:04:45.452Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-19T03:04:45.587Z Checking textwrap v0.16.2
27152026-03-19T03:04:45.613Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-19T03:04:45.872Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-03-19T03:04:45.966Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27182026-03-19T03:04:46.318Z Checking tabled v0.15.0
27192026-03-19T03:04:47.106Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-03-19T03:04:47.137Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-19T03:04:47.402Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27222026-03-19T03:04:47.453Z Checking steno v0.4.1
27232026-03-19T03:04:47.632Z Checking slog-stdlog v4.1.1
27242026-03-19T03:04:47.937Z Checking typeid v1.0.3
27252026-03-19T03:04:48.006Z Checking tokio-tungstenite v0.21.0
27262026-03-19T03:04:48.075Z Checking humantime v2.3.0
27272026-03-19T03:04:48.330Z Checking base64 v0.21.7
27282026-03-19T03:04:48.379Z Checking ron v0.12.0
27292026-03-19T03:04:48.649Z Checking xz2 v0.1.7
27302026-03-19T03:04:48.847Z Checking slog-envlogger v2.2.0
27312026-03-19T03:04:48.873Z Checking yasna v0.5.2
27322026-03-19T03:04:48.904Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-19T03:04:49.035Z Checking headers-core v0.3.0
27342026-03-19T03:04:49.113Z Checking filetime v0.2.27
27352026-03-19T03:04:49.175Z Checking base16ct v1.0.0
27362026-03-19T03:04:49.301Z Checking xattr v1.6.1
27372026-03-19T03:04:49.349Z Checking headers v0.4.1
27382026-03-19T03:04:49.394Z Checking subprocess v0.2.15
27392026-03-19T03:04:49.414Z Checking rcgen v0.12.1
27402026-03-19T03:04:49.467Z Checking tar v0.4.44
27412026-03-19T03:04:50.070Z Checking progenitor v0.10.0
27422026-03-19T03:04:50.183Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-19T03:04:58.096Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-03-19T03:05:06.438Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-03-19T03:05:08.213Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27462026-03-19T03:05:09.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27472026-03-19T03:05:10.023Z
27482026-03-19T03:05:10.023Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27492026-03-19T03:05:10.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-03-19T03:05:10.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-03-19T03:05:11.060Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-19T03:05:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27532026-03-19T03:05:13.019Z
27542026-03-19T03:05:13.019Zinfo: running `cargo check --bins` on nexus-config (51/259)
27552026-03-19T03:05:13.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-19T03:05:13.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-19T03:05:13.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-03-19T03:05:13.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27592026-03-19T03:05:13.859Z
27602026-03-19T03:05:13.859Zinfo: running `cargo check --bins` on nexus-types (52/259)
27612026-03-19T03:05:14.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-19T03:05:14.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-19T03:05:14.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-19T03:05:14.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27652026-03-19T03:05:14.697Z
27662026-03-19T03:05:14.697Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27672026-03-19T03:05:15.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-19T03:05:15.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-19T03:05:15.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-19T03:05:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27712026-03-19T03:05:15.489Z
27722026-03-19T03:05:15.489Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27732026-03-19T03:05:16.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-19T03:05:16.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-19T03:05:16.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-19T03:05:16.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27772026-03-19T03:05:16.276Z
27782026-03-19T03:05:16.276Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27792026-03-19T03:05:16.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-19T03:05:16.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-19T03:05:16.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-19T03:05:16.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27832026-03-19T03:05:17.042Z
27842026-03-19T03:05:17.042Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27852026-03-19T03:05:17.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-19T03:05:17.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-19T03:05:17.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-19T03:05:17.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27892026-03-19T03:05:17.815Z
27902026-03-19T03:05:17.815Zinfo: running `cargo check --bins` on ereport-types (57/259)
27912026-03-19T03:05:18.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-19T03:05:18.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-19T03:05:18.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-19T03:05:18.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27952026-03-19T03:05:18.592Z
27962026-03-19T03:05:18.592Zinfo: running `cargo check --bins` on gateway-client (58/259)
27972026-03-19T03:05:19.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-19T03:05:19.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-19T03:05:19.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-19T03:05:19.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28012026-03-19T03:05:19.374Z
28022026-03-19T03:05:19.374Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28032026-03-19T03:05:20.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-19T03:05:20.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-19T03:05:20.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-19T03:05:20.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28072026-03-19T03:05:20.157Z
28082026-03-19T03:05:20.157Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28092026-03-19T03:05:20.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-19T03:05:20.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-19T03:05:20.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-19T03:05:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28132026-03-19T03:05:20.934Z
28142026-03-19T03:05:20.934Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28152026-03-19T03:05:21.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-19T03:05:21.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-19T03:05:21.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-19T03:05:21.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28192026-03-19T03:05:21.714Z
28202026-03-19T03:05:21.714Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28212026-03-19T03:05:22.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-19T03:05:22.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-19T03:05:22.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-19T03:05:22.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28252026-03-19T03:05:22.490Z
28262026-03-19T03:05:22.490Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28272026-03-19T03:05:23.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-19T03:05:23.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-19T03:05:23.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-19T03:05:23.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-19T03:05:23.292Z
28322026-03-19T03:05:23.292Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28332026-03-19T03:05:23.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-19T03:05:23.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-19T03:05:23.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-19T03:05:23.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28372026-03-19T03:05:24.089Z
28382026-03-19T03:05:24.089Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28392026-03-19T03:05:24.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-19T03:05:24.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-19T03:05:24.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-19T03:05:24.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28432026-03-19T03:05:24.857Z
28442026-03-19T03:05:24.857Zinfo: running `cargo check --bins` on oxlog (66/259)
28452026-03-19T03:05:25.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-19T03:05:25.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-19T03:05:25.683Z Compiling newtype-uuid v1.3.2
28482026-03-19T03:05:25.940Z Compiling daft v0.1.5
28492026-03-19T03:05:26.201Z Compiling iddqd v0.3.17
28502026-03-19T03:05:27.473Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28512026-03-19T03:05:27.759Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28522026-03-19T03:05:28.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28532026-03-19T03:05:28.315Z
28542026-03-19T03:05:28.315Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28552026-03-19T03:05:28.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-03-19T03:05:28.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-03-19T03:05:28.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-03-19T03:05:28.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28592026-03-19T03:05:29.096Z
28602026-03-19T03:05:29.097Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28612026-03-19T03:05:29.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-19T03:05:29.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-19T03:05:29.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-19T03:05:29.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28652026-03-19T03:05:29.878Z
28662026-03-19T03:05:29.878Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28672026-03-19T03:05:30.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-19T03:05:30.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-19T03:05:30.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-19T03:05:30.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-19T03:05:30.695Z
28722026-03-19T03:05:30.695Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28732026-03-19T03:05:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-19T03:05:31.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-19T03:05:31.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-19T03:05:31.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28772026-03-19T03:05:31.469Z
28782026-03-19T03:05:31.470Zinfo: running `cargo check --bins` on oxql-types (71/259)
28792026-03-19T03:05:32.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-19T03:05:32.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-19T03:05:32.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-19T03:05:32.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28832026-03-19T03:05:32.252Z
28842026-03-19T03:05:32.252Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28852026-03-19T03:05:32.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-19T03:05:32.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-19T03:05:32.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-19T03:05:32.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28892026-03-19T03:05:33.040Z
28902026-03-19T03:05:33.040Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28912026-03-19T03:05:33.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-19T03:05:33.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-19T03:05:33.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-19T03:05:33.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28952026-03-19T03:05:33.830Z
28962026-03-19T03:05:33.830Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
28972026-03-19T03:05:34.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-19T03:05:34.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-19T03:05:34.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-19T03:05:34.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29012026-03-19T03:05:34.592Z
29022026-03-19T03:05:34.592Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29032026-03-19T03:05:35.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-19T03:05:35.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-19T03:05:35.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-19T03:05:35.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29072026-03-19T03:05:35.398Z
29082026-03-19T03:05:35.398Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29092026-03-19T03:05:36.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-19T03:05:36.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-19T03:05:36.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-19T03:05:36.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29132026-03-19T03:05:36.208Z
29142026-03-19T03:05:36.209Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29152026-03-19T03:05:36.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-19T03:05:36.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-19T03:05:36.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-19T03:05:36.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29192026-03-19T03:05:37.015Z
29202026-03-19T03:05:37.015Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29212026-03-19T03:05:37.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-19T03:05:37.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-19T03:05:37.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-19T03:05:37.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29252026-03-19T03:05:37.819Z
29262026-03-19T03:05:37.819Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29272026-03-19T03:05:38.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-19T03:05:38.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-19T03:05:38.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-19T03:05:38.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29312026-03-19T03:05:38.587Z
29322026-03-19T03:05:38.587Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29332026-03-19T03:05:39.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-19T03:05:39.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-19T03:05:39.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-19T03:05:39.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29372026-03-19T03:05:39.356Z
29382026-03-19T03:05:39.357Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29392026-03-19T03:05:40.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-19T03:05:40.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-19T03:05:40.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-19T03:05:40.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29432026-03-19T03:05:40.127Z
29442026-03-19T03:05:40.127Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29452026-03-19T03:05:40.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-19T03:05:40.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-19T03:05:40.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-19T03:05:40.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29492026-03-19T03:05:40.896Z
29502026-03-19T03:05:40.896Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29512026-03-19T03:05:41.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-19T03:05:41.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-19T03:05:41.782Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-03-19T03:05:42.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29552026-03-19T03:05:42.680Z
29562026-03-19T03:05:42.680Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29572026-03-19T03:05:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-19T03:05:43.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-19T03:05:43.587Z Compiling ar_archive_writer v0.5.1
29602026-03-19T03:05:43.716Z Compiling stacker v0.1.23
29612026-03-19T03:05:43.730Z Compiling cfg_aliases v0.1.1
29622026-03-19T03:05:43.742Z Compiling convert_case v0.10.0
29632026-03-19T03:05:43.783Z Checking fd-lock v4.0.4
29642026-03-19T03:05:43.786Z Checking nibble_vec v0.1.0
29652026-03-19T03:05:43.786Z Checking vte v0.14.1
29662026-03-19T03:05:43.786Z Compiling recursive-proc-macro-impl v0.1.1
29672026-03-19T03:05:43.844Z Compiling nix v0.28.0
29682026-03-19T03:05:43.942Z Checking endian-type v0.1.2
29692026-03-19T03:05:43.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-03-19T03:05:44.039Z Checking strip-ansi-escapes v0.2.1
29712026-03-19T03:05:44.060Z Compiling peg-macros v0.8.5
29722026-03-19T03:05:44.102Z Checking radix_trie v0.2.1
29732026-03-19T03:05:44.138Z Compiling derive_more-impl v2.1.1
29742026-03-19T03:05:44.164Z Checking winnow v0.6.26
29752026-03-19T03:05:44.310Z Compiling sqlparser_derive v0.5.0
29762026-03-19T03:05:44.373Z Checking nu-ansi-term v0.50.3
29772026-03-19T03:05:44.598Z Checking unicode_categories v0.1.1
29782026-03-19T03:05:44.644Z Checking home v0.5.12
29792026-03-19T03:05:44.774Z Checking reedline v0.40.0
29802026-03-19T03:05:44.832Z Checking display-error-chain v0.2.2
29812026-03-19T03:05:44.893Z Compiling psm v0.1.30
29822026-03-19T03:05:45.224Z Checking derive_more v2.1.1
29832026-03-19T03:05:45.319Z Checking crossterm v0.29.0
29842026-03-19T03:05:45.599Z Checking peg v0.8.5
29852026-03-19T03:05:45.691Z Checking rustyline v14.0.0
29862026-03-19T03:05:45.765Z Checking sqlformat v0.3.5
29872026-03-19T03:05:45.840Z Checking recursive v0.1.1
29882026-03-19T03:05:45.947Z Checking sqlparser v0.61.0
29892026-03-19T03:06:01.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
29902026-03-19T03:06:01.988Z
29912026-03-19T03:06:01.988Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29922026-03-19T03:06:02.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-03-19T03:06:02.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-03-19T03:06:02.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952026-03-19T03:06:07.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
29962026-03-19T03:06:07.811Z
29972026-03-19T03:06:07.811Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
29982026-03-19T03:06:08.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-19T03:06:08.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-19T03:06:08.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-19T03:06:11.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
30022026-03-19T03:06:12.203Z
30032026-03-19T03:06:12.203Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30042026-03-19T03:06:12.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-19T03:06:12.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-19T03:06:13.101Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-19T03:06:17.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30082026-03-19T03:06:17.759Z
30092026-03-19T03:06:17.759Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30102026-03-19T03:06:18.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-19T03:06:18.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-19T03:06:18.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-19T03:06:23.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30142026-03-19T03:06:23.319Z
30152026-03-19T03:06:23.319Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30162026-03-19T03:06:24.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-19T03:06:24.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-19T03:06:24.224Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-19T03:06:27.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
30202026-03-19T03:06:27.936Z
30212026-03-19T03:06:27.936Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30222026-03-19T03:06:28.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-19T03:06:28.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-19T03:06:28.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-19T03:06:32.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
30262026-03-19T03:06:32.591Z
30272026-03-19T03:06:32.591Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30282026-03-19T03:06:33.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-19T03:06:33.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-19T03:06:33.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-19T03:06:38.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30322026-03-19T03:06:38.394Z
30332026-03-19T03:06:38.394Zinfo: running `cargo check --bins` on oximeter (92/259)
30342026-03-19T03:06:39.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-19T03:06:39.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-19T03:06:39.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-03-19T03:06:39.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30382026-03-19T03:06:39.146Z
30392026-03-19T03:06:39.146Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30402026-03-19T03:06:39.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-19T03:06:39.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-19T03:06:40.004Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-19T03:06:40.194Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-03-19T03:06:40.214Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-03-19T03:06:40.640Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-03-19T03:06:45.489Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30472026-03-19T03:06:45.907Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30482026-03-19T03:06:47.449Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30492026-03-19T03:06:48.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
30502026-03-19T03:06:48.554Z
30512026-03-19T03:06:48.554Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30522026-03-19T03:06:49.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-03-19T03:06:49.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-03-19T03:06:49.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-03-19T03:06:49.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30562026-03-19T03:06:49.338Z
30572026-03-19T03:06:49.338Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30582026-03-19T03:06:50.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-19T03:06:50.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-19T03:06:50.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-19T03:06:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30622026-03-19T03:06:50.189Z
30632026-03-19T03:06:50.189Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30642026-03-19T03:06:50.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-19T03:06:50.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-19T03:06:50.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-19T03:06:50.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30682026-03-19T03:06:50.999Z
30692026-03-19T03:06:50.999Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30702026-03-19T03:06:51.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-19T03:06:51.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-19T03:06:51.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-19T03:06:51.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30742026-03-19T03:06:51.810Z
30752026-03-19T03:06:51.811Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30762026-03-19T03:06:52.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-19T03:06:52.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-19T03:06:52.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-19T03:06:52.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30802026-03-19T03:06:52.616Z
30812026-03-19T03:06:52.616Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30822026-03-19T03:06:53.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-19T03:06:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-19T03:06:53.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-19T03:06:53.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30862026-03-19T03:06:53.431Z
30872026-03-19T03:06:53.431Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30882026-03-19T03:06:54.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-19T03:06:54.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-19T03:06:54.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-19T03:06:54.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30922026-03-19T03:06:54.202Z
30932026-03-19T03:06:54.202Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30942026-03-19T03:06:54.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-19T03:06:54.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-19T03:06:54.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-19T03:06:54.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30982026-03-19T03:06:55.012Z
30992026-03-19T03:06:55.012Zinfo: running `cargo check --bins` on update-engine (102/259)
31002026-03-19T03:06:55.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-19T03:06:55.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-19T03:06:55.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-19T03:06:55.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31042026-03-19T03:06:55.784Z
31052026-03-19T03:06:55.784Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31062026-03-19T03:06:56.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-19T03:06:56.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-19T03:06:56.715Z Checking dropshot-api-manager-types v0.6.0
31092026-03-19T03:06:56.720Z Checking nanorand v0.7.0
31102026-03-19T03:06:57.027Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31112026-03-19T03:06:57.047Z Checking flume v0.11.1
31122026-03-19T03:06:57.325Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31132026-03-19T03:06:58.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
31142026-03-19T03:06:58.835Z
31152026-03-19T03:06:58.835Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31162026-03-19T03:06:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-03-19T03:06:59.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-03-19T03:06:59.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-03-19T03:06:59.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31202026-03-19T03:06:59.634Z
31212026-03-19T03:06:59.634Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31222026-03-19T03:07:00.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-19T03:07:00.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-19T03:07:00.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-19T03:07:00.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31262026-03-19T03:07:00.427Z
31272026-03-19T03:07:00.427Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31282026-03-19T03:07:01.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-19T03:07:01.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-19T03:07:01.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-19T03:07:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31322026-03-19T03:07:01.215Z
31332026-03-19T03:07:01.215Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31342026-03-19T03:07:01.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-19T03:07:01.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-19T03:07:01.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-19T03:07:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31382026-03-19T03:07:02.024Z
31392026-03-19T03:07:02.025Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31402026-03-19T03:07:02.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-19T03:07:02.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-19T03:07:02.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-19T03:07:02.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31442026-03-19T03:07:02.816Z
31452026-03-19T03:07:02.816Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31462026-03-19T03:07:03.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-19T03:07:03.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-19T03:07:03.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-19T03:07:03.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31502026-03-19T03:07:03.610Z
31512026-03-19T03:07:03.610Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31522026-03-19T03:07:04.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-19T03:07:04.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-19T03:07:04.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-19T03:07:04.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31562026-03-19T03:07:04.397Z
31572026-03-19T03:07:04.397Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31582026-03-19T03:07:05.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-19T03:07:05.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-19T03:07:05.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-19T03:07:05.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31622026-03-19T03:07:05.169Z
31632026-03-19T03:07:05.169Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31642026-03-19T03:07:05.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-19T03:07:05.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-19T03:07:05.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-19T03:07:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31682026-03-19T03:07:05.960Z
31692026-03-19T03:07:05.960Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31702026-03-19T03:07:06.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-19T03:07:06.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-19T03:07:06.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-19T03:07:06.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31742026-03-19T03:07:06.753Z
31752026-03-19T03:07:06.753Zinfo: running `cargo check --bins` on installinator-client (114/259)
31762026-03-19T03:07:07.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-19T03:07:07.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-19T03:07:07.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-19T03:07:07.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31802026-03-19T03:07:07.547Z
31812026-03-19T03:07:07.548Zinfo: running `cargo check --bins` on nexus-client (115/259)
31822026-03-19T03:07:08.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-19T03:07:08.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-19T03:07:08.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-19T03:07:08.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31862026-03-19T03:07:08.390Z
31872026-03-19T03:07:08.390Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31882026-03-19T03:07:09.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-19T03:07:09.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-19T03:07:09.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-19T03:07:09.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31922026-03-19T03:07:09.229Z
31932026-03-19T03:07:09.229Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31942026-03-19T03:07:09.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-19T03:07:09.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-19T03:07:09.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-19T03:07:09.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31982026-03-19T03:07:10.001Z
31992026-03-19T03:07:10.001Zinfo: running `cargo check --bins` on oxide-client (118/259)
32002026-03-19T03:07:10.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-19T03:07:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-19T03:07:10.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-19T03:07:10.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32042026-03-19T03:07:10.775Z
32052026-03-19T03:07:10.775Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32062026-03-19T03:07:11.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-19T03:07:11.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-19T03:07:11.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-19T03:07:11.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32102026-03-19T03:07:11.591Z
32112026-03-19T03:07:11.591Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32122026-03-19T03:07:12.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-19T03:07:12.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-19T03:07:12.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-19T03:07:12.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32162026-03-19T03:07:12.344Z
32172026-03-19T03:07:12.344Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32182026-03-19T03:07:13.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-19T03:07:13.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-19T03:07:13.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-19T03:07:13.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32222026-03-19T03:07:13.158Z
32232026-03-19T03:07:13.158Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32242026-03-19T03:07:13.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-19T03:07:13.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-19T03:07:13.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-19T03:07:13.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32282026-03-19T03:07:13.975Z
32292026-03-19T03:07:13.975Zinfo: running `cargo check --bins` on installinator-common (123/259)
32302026-03-19T03:07:14.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-19T03:07:14.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-19T03:07:14.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-19T03:07:14.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32342026-03-19T03:07:14.777Z
32352026-03-19T03:07:14.777Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32362026-03-19T03:07:15.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-19T03:07:15.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-19T03:07:15.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-19T03:07:15.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32402026-03-19T03:07:15.548Z
32412026-03-19T03:07:15.548Zinfo: running `cargo check --bins` on wicket-common (125/259)
32422026-03-19T03:07:16.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-19T03:07:16.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-19T03:07:16.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-19T03:07:16.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32462026-03-19T03:07:16.363Z
32472026-03-19T03:07:16.363Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32482026-03-19T03:07:17.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-19T03:07:17.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-19T03:07:17.263Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32512026-03-19T03:07:17.266Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-03-19T03:07:17.266Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32532026-03-19T03:07:17.413Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-03-19T03:07:17.413Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32552026-03-19T03:07:17.574Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32562026-03-19T03:07:17.608Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32572026-03-19T03:07:17.894Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32582026-03-19T03:07:17.897Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-03-19T03:07:20.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
32602026-03-19T03:07:20.964Z
32612026-03-19T03:07:20.965Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32622026-03-19T03:07:21.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-03-19T03:07:21.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-03-19T03:07:21.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-03-19T03:07:21.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32662026-03-19T03:07:21.761Z
32672026-03-19T03:07:21.761Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32682026-03-19T03:07:22.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-19T03:07:22.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-19T03:07:22.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-19T03:07:22.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32722026-03-19T03:07:22.677Z
32732026-03-19T03:07:22.677Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32742026-03-19T03:07:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-19T03:07:23.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-19T03:07:23.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-19T03:07:23.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32782026-03-19T03:07:23.593Z
32792026-03-19T03:07:23.593Zinfo: running `cargo check --bins` on dns-server (130/259)
32802026-03-19T03:07:24.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-19T03:07:24.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-19T03:07:24.495Z Compiling parking_lot_core v0.8.6
32832026-03-19T03:07:24.495Z Compiling git-stub v1.0.0
32842026-03-19T03:07:24.498Z Compiling atomicwrites v0.4.4
32852026-03-19T03:07:24.498Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32862026-03-19T03:07:24.662Z Checking tagptr v0.2.0
32872026-03-19T03:07:24.684Z Checking prefix-trie v0.7.0
32882026-03-19T03:07:24.684Z Checking fxhash v0.2.1
32892026-03-19T03:07:24.687Z Checking hickory-client v0.25.2
32902026-03-19T03:07:24.852Z Compiling git-stub-vcs v0.1.0
32912026-03-19T03:07:24.873Z Checking moka v0.12.13
32922026-03-19T03:07:25.143Z Checking hickory-server v0.25.2
32932026-03-19T03:07:25.166Z Checking parking_lot v0.11.2
32942026-03-19T03:07:25.232Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32952026-03-19T03:07:25.311Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-19T03:07:25.314Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-19T03:07:25.315Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-19T03:07:25.396Z Checking sled v0.34.7
32992026-03-19T03:07:25.714Z Checking hickory-resolver v0.25.2
33002026-03-19T03:07:28.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
33012026-03-19T03:07:28.408Z
33022026-03-19T03:07:28.408Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33032026-03-19T03:07:29.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-03-19T03:07:29.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-03-19T03:07:29.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-03-19T03:07:29.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33072026-03-19T03:07:29.194Z
33082026-03-19T03:07:29.194Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33092026-03-19T03:07:29.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-19T03:07:29.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-19T03:07:29.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-19T03:07:29.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33132026-03-19T03:07:30.064Z
33142026-03-19T03:07:30.064Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33152026-03-19T03:07:30.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-19T03:07:30.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-19T03:07:31.085Z Compiling radium v0.7.0
33182026-03-19T03:07:31.088Z Compiling maybe-uninit v2.0.0
33192026-03-19T03:07:31.088Z Checking tap v1.0.1
33202026-03-19T03:07:31.088Z Compiling zerocopy-derive v0.6.6
33212026-03-19T03:07:31.089Z Checking crc-catalog v2.4.0
33222026-03-19T03:07:31.089Z Compiling packed_struct v0.10.1
33232026-03-19T03:07:31.089Z Checking funty v2.0.0
33242026-03-19T03:07:31.252Z Compiling packed_struct_codegen v0.10.1
33252026-03-19T03:07:31.370Z Checking crc v3.4.0
33262026-03-19T03:07:31.462Z Checking wyz v0.5.1
33272026-03-19T03:07:31.584Z Compiling bitfield-macros v0.19.4
33282026-03-19T03:07:31.604Z Compiling indexmap v1.9.3
33292026-03-19T03:07:31.682Z Checking nodrop v0.1.14
33302026-03-19T03:07:31.721Z Checking hashbrown v0.12.3
33312026-03-19T03:07:31.787Z Checking smallvec v0.6.14
33322026-03-19T03:07:31.805Z Checking array-init v0.0.4
33332026-03-19T03:07:31.822Z Checking bitvec v1.0.1
33342026-03-19T03:07:31.871Z Checking ron v0.8.1
33352026-03-19T03:07:32.039Z Checking hashbrown v0.13.2
33362026-03-19T03:07:32.280Z Checking serde-hex v0.1.0
33372026-03-19T03:07:32.393Z Checking zerocopy v0.6.6
33382026-03-19T03:07:32.534Z Checking bitfield v0.19.4
33392026-03-19T03:07:32.595Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33402026-03-19T03:07:32.628Z Checking crc-any v2.5.0
33412026-03-19T03:07:32.746Z Checking object v0.30.4
33422026-03-19T03:07:32.764Z Checking void v1.0.2
33432026-03-19T03:07:32.801Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-03-19T03:07:32.857Z Checking half v1.8.3
33452026-03-19T03:07:32.875Z Checking path-slash v0.1.5
33462026-03-19T03:07:32.892Z Checking tungstenite v0.23.0
33472026-03-19T03:07:32.917Z Checking lzss v0.8.2
33482026-03-19T03:07:32.996Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-19T03:07:33.115Z Checking serde_cbor v0.11.2
33502026-03-19T03:07:33.153Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33512026-03-19T03:07:33.176Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-03-19T03:07:33.201Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-03-19T03:07:33.352Z Checking nix v0.27.1
33542026-03-19T03:07:33.432Z Checking kstat-rs v0.2.4
33552026-03-19T03:07:33.659Z Checking serde_bytes v0.11.19
33562026-03-19T03:07:33.684Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-19T03:07:33.706Z Checking tokio-tungstenite v0.23.1
33582026-03-19T03:07:33.864Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33592026-03-19T03:07:34.036Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-03-19T03:07:34.061Z Checking signal-hook-tokio v0.3.1
33612026-03-19T03:07:35.109Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-19T03:07:35.333Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-03-19T03:07:38.687Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-19T03:07:39.878Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-03-19T03:07:40.250Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33662026-03-19T03:07:41.730Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-03-19T03:07:44.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
33682026-03-19T03:07:44.731Z
33692026-03-19T03:07:44.731Zinfo: running `cargo check --bins` on gateway-api (134/259)
33702026-03-19T03:07:45.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-03-19T03:07:45.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-03-19T03:07:45.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-03-19T03:07:45.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33742026-03-19T03:07:45.524Z
33752026-03-19T03:07:45.524Zinfo: running `cargo check --bins` on ipcc (135/259)
33762026-03-19T03:07:46.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-19T03:07:46.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-19T03:07:46.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-19T03:07:46.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33802026-03-19T03:07:46.313Z
33812026-03-19T03:07:46.313Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33822026-03-19T03:07:46.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-19T03:07:46.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-19T03:07:46.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-19T03:07:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33862026-03-19T03:07:47.077Z
33872026-03-19T03:07:47.077Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33882026-03-19T03:07:47.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-19T03:07:47.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-19T03:07:47.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-19T03:07:47.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922026-03-19T03:07:47.868Z
33932026-03-19T03:07:47.868Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33942026-03-19T03:07:48.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-19T03:07:48.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-19T03:07:48.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-19T03:07:48.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33982026-03-19T03:07:48.657Z
33992026-03-19T03:07:48.657Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34002026-03-19T03:07:49.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-19T03:07:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-19T03:07:49.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-19T03:07:49.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34042026-03-19T03:07:49.448Z
34052026-03-19T03:07:49.448Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34062026-03-19T03:07:50.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-19T03:07:50.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-19T03:07:50.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-19T03:07:50.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34102026-03-19T03:07:50.234Z
34112026-03-19T03:07:50.234Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34122026-03-19T03:07:50.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-19T03:07:50.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-19T03:07:50.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-19T03:07:50.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34162026-03-19T03:07:51.026Z
34172026-03-19T03:07:51.026Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34182026-03-19T03:07:51.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-19T03:07:51.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-19T03:07:51.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-19T03:07:51.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34222026-03-19T03:07:51.813Z
34232026-03-19T03:07:51.813Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34242026-03-19T03:07:52.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-19T03:07:52.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-19T03:07:52.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-19T03:07:52.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34282026-03-19T03:07:52.608Z
34292026-03-19T03:07:52.608Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34302026-03-19T03:07:53.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-19T03:07:53.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-19T03:07:53.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-19T03:07:53.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34342026-03-19T03:07:53.396Z
34352026-03-19T03:07:53.396Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34362026-03-19T03:07:54.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-19T03:07:54.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-19T03:07:54.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-19T03:07:54.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34402026-03-19T03:07:54.184Z
34412026-03-19T03:07:54.184Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34422026-03-19T03:07:54.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-19T03:07:54.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-19T03:07:54.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-19T03:07:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34462026-03-19T03:07:54.974Z
34472026-03-19T03:07:54.974Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34482026-03-19T03:07:55.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-19T03:07:55.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-19T03:07:55.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-19T03:07:55.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34522026-03-19T03:07:55.813Z
34532026-03-19T03:07:55.813Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34542026-03-19T03:07:56.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-19T03:07:56.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-19T03:07:56.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-19T03:07:56.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34582026-03-19T03:07:56.606Z
34592026-03-19T03:07:56.606Zinfo: running `cargo check --bins` on sp-sim (149/259)
34602026-03-19T03:07:57.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-19T03:07:57.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-19T03:07:57.579Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-19T03:07:59.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34642026-03-19T03:08:00.146Z
34652026-03-19T03:08:00.146Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34662026-03-19T03:08:00.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-19T03:08:00.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-19T03:08:00.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-19T03:08:00.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34702026-03-19T03:08:01.025Z
34712026-03-19T03:08:01.025Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34722026-03-19T03:08:01.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-19T03:08:01.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-19T03:08:01.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-19T03:08:01.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34762026-03-19T03:08:01.905Z
34772026-03-19T03:08:01.905Zinfo: running `cargo check --bins` on db-macros (152/259)
34782026-03-19T03:08:02.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-19T03:08:02.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-19T03:08:02.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-19T03:08:02.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34822026-03-19T03:08:02.681Z
34832026-03-19T03:08:02.681Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34842026-03-19T03:08:03.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-19T03:08:03.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-19T03:08:03.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-19T03:08:03.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34882026-03-19T03:08:03.463Z
34892026-03-19T03:08:03.463Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34902026-03-19T03:08:04.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-19T03:08:04.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-19T03:08:04.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-19T03:08:04.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34942026-03-19T03:08:04.326Z
34952026-03-19T03:08:04.326Zinfo: running `cargo check --bins` on authz-macros (155/259)
34962026-03-19T03:08:04.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-19T03:08:04.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-19T03:08:04.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-19T03:08:05.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35002026-03-19T03:08:05.101Z
35012026-03-19T03:08:05.102Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35022026-03-19T03:08:05.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-19T03:08:05.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-19T03:08:05.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-19T03:08:05.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35062026-03-19T03:08:05.955Z
35072026-03-19T03:08:05.955Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35082026-03-19T03:08:06.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-19T03:08:06.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-19T03:08:06.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-19T03:08:06.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35122026-03-19T03:08:06.809Z
35132026-03-19T03:08:06.809Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35142026-03-19T03:08:07.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-19T03:08:07.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-19T03:08:07.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-03-19T03:08:07.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35182026-03-19T03:08:07.597Z
35192026-03-19T03:08:07.597Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35202026-03-19T03:08:08.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-19T03:08:08.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-19T03:08:08.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-19T03:08:08.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35242026-03-19T03:08:08.363Z
35252026-03-19T03:08:08.363Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35262026-03-19T03:08:09.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-19T03:08:09.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-19T03:08:09.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-19T03:08:09.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35302026-03-19T03:08:09.154Z
35312026-03-19T03:08:09.154Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35322026-03-19T03:08:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-19T03:08:09.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-19T03:08:09.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-19T03:08:09.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35362026-03-19T03:08:09.935Z
35372026-03-19T03:08:09.935Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35382026-03-19T03:08:10.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-19T03:08:10.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-19T03:08:10.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-19T03:08:10.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35422026-03-19T03:08:10.706Z
35432026-03-19T03:08:10.706Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35442026-03-19T03:08:11.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-19T03:08:11.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-19T03:08:11.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-19T03:08:11.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35482026-03-19T03:08:11.571Z
35492026-03-19T03:08:11.571Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35502026-03-19T03:08:12.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-19T03:08:12.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-19T03:08:12.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-19T03:08:12.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35542026-03-19T03:08:12.436Z
35552026-03-19T03:08:12.436Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35562026-03-19T03:08:13.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-19T03:08:13.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-19T03:08:13.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-19T03:08:13.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35602026-03-19T03:08:13.291Z
35612026-03-19T03:08:13.291Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35622026-03-19T03:08:13.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-19T03:08:14.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-19T03:08:14.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-19T03:08:14.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35662026-03-19T03:08:14.116Z
35672026-03-19T03:08:14.116Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35682026-03-19T03:08:14.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-19T03:08:14.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-19T03:08:14.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-19T03:08:14.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35722026-03-19T03:08:14.921Z
35732026-03-19T03:08:14.921Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35742026-03-19T03:08:15.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-19T03:08:15.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-19T03:08:15.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-19T03:08:15.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35782026-03-19T03:08:15.731Z
35792026-03-19T03:08:15.731Zinfo: running `cargo check --bins` on key-manager (169/259)
35802026-03-19T03:08:16.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-19T03:08:16.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-19T03:08:16.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-19T03:08:16.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35842026-03-19T03:08:16.524Z
35852026-03-19T03:08:16.524Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35862026-03-19T03:08:17.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-19T03:08:17.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-19T03:08:17.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-19T03:08:17.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35902026-03-19T03:08:17.332Z
35912026-03-19T03:08:17.332Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35922026-03-19T03:08:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-19T03:08:18.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-19T03:08:18.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-19T03:08:18.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35962026-03-19T03:08:18.142Z
35972026-03-19T03:08:18.142Zinfo: running `cargo check --bins` on typed-rng (172/259)
35982026-03-19T03:08:18.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-19T03:08:18.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-19T03:08:18.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-19T03:08:18.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36022026-03-19T03:08:18.917Z
36032026-03-19T03:08:18.917Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36042026-03-19T03:08:19.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-19T03:08:19.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-19T03:08:20.084Z Compiling libefi-sys v0.1.0
36072026-03-19T03:08:20.088Z Compiling bitfield-struct v0.6.2
36082026-03-19T03:08:20.259Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-03-19T03:08:20.277Z Compiling xshell-macros v0.2.7
36102026-03-19T03:08:20.299Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36112026-03-19T03:08:20.319Z Compiling salty v0.3.0
36122026-03-19T03:08:20.340Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36132026-03-19T03:08:20.363Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-03-19T03:08:20.363Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36152026-03-19T03:08:20.703Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-03-19T03:08:20.725Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36172026-03-19T03:08:20.760Z Checking xshell v0.2.7
36182026-03-19T03:08:20.890Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-19T03:08:20.935Z Checking primeorder v0.13.6
36202026-03-19T03:08:20.988Z Compiling proc-macro-error-attr2 v2.0.0
36212026-03-19T03:08:21.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36222026-03-19T03:08:21.055Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-03-19T03:08:21.073Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36242026-03-19T03:08:21.243Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-19T03:08:21.282Z Checking p384 v0.13.1
36262026-03-19T03:08:21.302Z Compiling num-derive v0.3.3
36272026-03-19T03:08:21.406Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-19T03:08:21.488Z Compiling proc-macro-error2 v2.0.1
36292026-03-19T03:08:21.688Z Compiling unicase v2.9.0
36302026-03-19T03:08:21.720Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36312026-03-19T03:08:21.890Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-03-19T03:08:21.912Z Compiling tabled_derive v0.11.0
36332026-03-19T03:08:21.961Z Compiling mime_guess v2.0.5
36342026-03-19T03:08:22.038Z Checking papergrid v0.17.0
36352026-03-19T03:08:22.374Z Compiling progenitor-impl v0.11.2
36362026-03-19T03:08:22.510Z Checking libscf-sys v1.1.0
36372026-03-19T03:08:22.673Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-19T03:08:22.693Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36392026-03-19T03:08:22.801Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-03-19T03:08:22.892Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-19T03:08:23.369Z Checking testing_table v0.3.0
36422026-03-19T03:08:23.490Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36432026-03-19T03:08:23.510Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-03-19T03:08:23.551Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36452026-03-19T03:08:23.659Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36462026-03-19T03:08:23.738Z Checking corncobs v0.1.4
36472026-03-19T03:08:23.758Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-19T03:08:23.824Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-19T03:08:23.861Z Checking tabled v0.20.0
36502026-03-19T03:08:23.902Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-03-19T03:08:24.029Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36522026-03-19T03:08:24.205Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-03-19T03:08:24.273Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-19T03:08:24.516Z Checking progenitor-client v0.11.2
36552026-03-19T03:08:24.707Z Checking secrecy v0.8.0
36562026-03-19T03:08:24.865Z Checking http-range v0.1.5
36572026-03-19T03:08:25.088Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-03-19T03:08:25.118Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-03-19T03:08:25.236Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36602026-03-19T03:08:25.472Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-19T03:08:25.520Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-03-19T03:08:25.741Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36632026-03-19T03:08:25.790Z Checking atty v0.2.14
36642026-03-19T03:08:25.818Z Checking crc8 v0.1.1
36652026-03-19T03:08:25.914Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36662026-03-19T03:08:25.944Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-19T03:08:25.965Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36682026-03-19T03:08:26.095Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36692026-03-19T03:08:26.116Z Compiling progenitor-macro v0.11.2
36702026-03-19T03:08:26.372Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-19T03:08:26.573Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-03-19T03:08:26.694Z Checking hyper-staticfile v0.10.1
36732026-03-19T03:08:26.864Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36742026-03-19T03:08:26.922Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36752026-03-19T03:08:27.059Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36762026-03-19T03:08:27.080Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-19T03:08:27.209Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-19T03:08:27.381Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36792026-03-19T03:08:27.724Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36802026-03-19T03:08:27.768Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36812026-03-19T03:08:28.151Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-19T03:08:28.257Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36832026-03-19T03:08:28.372Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36842026-03-19T03:08:28.903Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-03-19T03:08:29.031Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-19T03:08:29.330Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-19T03:08:29.542Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-03-19T03:08:30.072Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-03-19T03:08:31.119Z Checking progenitor v0.11.2
36902026-03-19T03:08:31.288Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-19T03:08:38.153Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-03-19T03:08:54.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
36932026-03-19T03:08:54.301Z
36942026-03-19T03:08:54.301Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36952026-03-19T03:08:55.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-03-19T03:08:55.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-03-19T03:08:55.390Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-19T03:09:11.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
36992026-03-19T03:09:11.652Z
37002026-03-19T03:09:11.652Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37012026-03-19T03:09:12.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-19T03:09:12.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-19T03:09:12.738Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-19T03:09:28.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
37052026-03-19T03:09:29.078Z
37062026-03-19T03:09:29.078Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37072026-03-19T03:09:29.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-19T03:09:29.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-19T03:09:30.164Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-19T03:09:46.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.24s
37112026-03-19T03:09:46.580Z
37122026-03-19T03:09:46.580Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37132026-03-19T03:09:47.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-19T03:09:47.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-19T03:09:47.649Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-19T03:10:03.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.09s
37172026-03-19T03:10:03.933Z
37182026-03-19T03:10:03.933Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37192026-03-19T03:10:04.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-19T03:10:04.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-19T03:10:05.015Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-19T03:10:21.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37232026-03-19T03:10:21.374Z
37242026-03-19T03:10:21.393Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37252026-03-19T03:10:22.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-19T03:10:22.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-19T03:10:22.466Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-19T03:10:38.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37292026-03-19T03:10:38.846Z
37302026-03-19T03:10:38.846Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37312026-03-19T03:10:39.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-19T03:10:39.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-19T03:10:39.932Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-19T03:10:55.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
37352026-03-19T03:10:56.201Z
37362026-03-19T03:10:56.201Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37372026-03-19T03:10:56.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-19T03:10:56.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-19T03:10:56.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-03-19T03:10:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37412026-03-19T03:10:57.026Z
37422026-03-19T03:10:57.026Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37432026-03-19T03:10:57.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-19T03:10:57.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-19T03:10:57.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-19T03:10:57.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37472026-03-19T03:10:57.850Z
37482026-03-19T03:10:57.850Zinfo: running `cargo check --bins` on range-requests (183/259)
37492026-03-19T03:10:58.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-19T03:10:58.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-19T03:10:58.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-19T03:10:58.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37532026-03-19T03:10:58.640Z
37542026-03-19T03:10:58.640Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37552026-03-19T03:10:59.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-19T03:10:59.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-19T03:10:59.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-19T03:10:59.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37592026-03-19T03:10:59.432Z
37602026-03-19T03:10:59.432Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37612026-03-19T03:11:00.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-19T03:11:00.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-19T03:11:00.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-19T03:11:00.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37652026-03-19T03:11:00.256Z
37662026-03-19T03:11:00.256Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37672026-03-19T03:11:00.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-19T03:11:00.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-19T03:11:00.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-19T03:11:00.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37712026-03-19T03:11:01.066Z
37722026-03-19T03:11:01.066Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37732026-03-19T03:11:01.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-19T03:11:01.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-19T03:11:01.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-19T03:11:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37772026-03-19T03:11:01.879Z
37782026-03-19T03:11:01.879Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37792026-03-19T03:11:02.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-19T03:11:02.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-19T03:11:02.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-19T03:11:02.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37832026-03-19T03:11:02.704Z
37842026-03-19T03:11:02.704Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37852026-03-19T03:11:03.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-19T03:11:03.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-19T03:11:03.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-19T03:11:03.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37892026-03-19T03:11:03.534Z
37902026-03-19T03:11:03.534Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37912026-03-19T03:11:04.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-19T03:11:04.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-19T03:11:04.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-19T03:11:04.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37952026-03-19T03:11:04.353Z
37962026-03-19T03:11:04.354Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
37972026-03-19T03:11:05.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-19T03:11:05.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-19T03:11:05.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-19T03:11:05.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38012026-03-19T03:11:05.180Z
38022026-03-19T03:11:05.180Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38032026-03-19T03:11:05.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-19T03:11:05.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-19T03:11:05.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-19T03:11:05.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38072026-03-19T03:11:06.002Z
38082026-03-19T03:11:06.002Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38092026-03-19T03:11:06.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-19T03:11:06.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-19T03:11:06.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-19T03:11:06.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38132026-03-19T03:11:06.827Z
38142026-03-19T03:11:06.827Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38152026-03-19T03:11:07.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-19T03:11:07.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-19T03:11:07.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-19T03:11:07.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38192026-03-19T03:11:07.655Z
38202026-03-19T03:11:07.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38212026-03-19T03:11:08.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-19T03:11:08.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-19T03:11:08.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-19T03:11:08.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38252026-03-19T03:11:08.502Z
38262026-03-19T03:11:08.502Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38272026-03-19T03:11:09.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-19T03:11:09.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-19T03:11:09.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-19T03:11:09.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38312026-03-19T03:11:09.379Z
38322026-03-19T03:11:09.379Zinfo: running `cargo check --bins` on update-common (197/259)
38332026-03-19T03:11:10.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-19T03:11:10.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-19T03:11:10.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-19T03:11:10.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38372026-03-19T03:11:10.185Z
38382026-03-19T03:11:10.185Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38392026-03-19T03:11:10.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-19T03:11:10.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-19T03:11:10.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-19T03:11:10.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38432026-03-19T03:11:11.066Z
38442026-03-19T03:11:11.066Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38452026-03-19T03:11:11.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-19T03:11:11.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-19T03:11:12.120Z Compiling fs-err v2.11.0
38482026-03-19T03:11:12.262Z Checking ignore v0.4.25
38492026-03-19T03:11:12.280Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38502026-03-19T03:11:12.283Z Checking predicates-tree v1.0.13
38512026-03-19T03:11:12.310Z Checking parse-size v1.1.0
38522026-03-19T03:11:12.328Z Checking rand_seeder v0.4.0
38532026-03-19T03:11:12.332Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38542026-03-19T03:11:12.365Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-19T03:11:12.422Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-19T03:11:12.475Z Compiling petname v2.0.2
38572026-03-19T03:11:12.510Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38582026-03-19T03:11:12.695Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38592026-03-19T03:11:12.714Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38602026-03-19T03:11:12.789Z Checking globwalk v0.9.1
38612026-03-19T03:11:12.820Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38622026-03-19T03:11:12.917Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38632026-03-19T03:11:13.024Z Checking camino-tempfile-ext v0.3.3
38642026-03-19T03:11:13.048Z Checking sapling-renderdag v0.1.0
38652026-03-19T03:11:13.148Z Checking sync-ptr v0.1.4
38662026-03-19T03:11:13.288Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38672026-03-19T03:11:13.307Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38682026-03-19T03:11:13.395Z Checking colored v2.2.0
38692026-03-19T03:11:13.422Z Checking assert_matches v1.5.0
38702026-03-19T03:11:13.758Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38712026-03-19T03:11:13.856Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-19T03:11:13.861Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-19T03:11:14.632Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38742026-03-19T03:11:16.441Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38752026-03-19T03:11:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s
38762026-03-19T03:11:19.698Z
38772026-03-19T03:11:19.698Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38782026-03-19T03:11:20.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-19T03:11:20.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-19T03:11:20.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-19T03:11:20.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38822026-03-19T03:11:20.487Z
38832026-03-19T03:11:20.487Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38842026-03-19T03:11:21.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-19T03:11:21.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-19T03:11:21.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-19T03:11:21.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38882026-03-19T03:11:21.365Z
38892026-03-19T03:11:21.365Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38902026-03-19T03:11:22.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-19T03:11:22.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-19T03:11:22.348Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38932026-03-19T03:11:22.352Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38942026-03-19T03:11:23.193Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38952026-03-19T03:11:25.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
38962026-03-19T03:11:25.464Z
38972026-03-19T03:11:25.465Zinfo: running `cargo check --bins` on oximeter-api (203/259)
38982026-03-19T03:11:26.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-19T03:11:26.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-19T03:11:26.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-19T03:11:26.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39022026-03-19T03:11:26.255Z
39032026-03-19T03:11:26.255Zinfo: running `cargo check --bins` on cert-dev (204/259)
39042026-03-19T03:11:26.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-19T03:11:26.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-19T03:11:27.088Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39072026-03-19T03:11:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39082026-03-19T03:11:27.669Z
39092026-03-19T03:11:27.669Zinfo: running `cargo check --bins` on clickana (205/259)
39102026-03-19T03:11:28.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-19T03:11:28.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-19T03:11:28.514Z Compiling darling_core v0.23.0
39132026-03-19T03:11:28.640Z Compiling instability v0.3.11
39142026-03-19T03:11:28.664Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39152026-03-19T03:11:28.668Z Checking castaway v0.2.4
39162026-03-19T03:11:28.684Z Compiling indoc v2.0.7
39172026-03-19T03:11:28.695Z Checking unicode-truncate v1.1.0
39182026-03-19T03:11:28.700Z Checking lru v0.12.5
39192026-03-19T03:11:28.726Z Checking cassowary v0.3.0
39202026-03-19T03:11:28.799Z Checking compact_str v0.8.1
39212026-03-19T03:11:29.946Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39222026-03-19T03:11:30.164Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-03-19T03:11:30.635Z Compiling darling_macro v0.23.0
39242026-03-19T03:11:31.158Z Compiling darling v0.23.0
39252026-03-19T03:11:31.952Z Checking ratatui v0.29.0
39262026-03-19T03:11:33.500Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39272026-03-19T03:11:34.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
39282026-03-19T03:11:34.572Z
39292026-03-19T03:11:34.572Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39302026-03-19T03:11:35.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-19T03:11:35.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-19T03:11:35.565Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39332026-03-19T03:11:35.569Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39342026-03-19T03:11:36.308Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39352026-03-19T03:11:36.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39362026-03-19T03:11:37.069Z
39372026-03-19T03:11:37.069Zinfo: running `cargo check --bins` on ch-dev (207/259)
39382026-03-19T03:11:37.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-19T03:11:37.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-19T03:11:38.059Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39412026-03-19T03:11:38.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39422026-03-19T03:11:39.234Z
39432026-03-19T03:11:39.234Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39442026-03-19T03:11:39.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-19T03:11:39.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-19T03:11:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-03-19T03:11:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39482026-03-19T03:11:39.850Z
39492026-03-19T03:11:39.850Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39502026-03-19T03:11:40.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-19T03:11:40.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-19T03:11:40.831Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39532026-03-19T03:11:41.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
39542026-03-19T03:11:41.616Z
39552026-03-19T03:11:41.616Zinfo: running `cargo check --bins` on db-dev (210/259)
39562026-03-19T03:11:42.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-19T03:11:42.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-19T03:11:42.602Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39592026-03-19T03:11:43.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39602026-03-19T03:11:43.783Z
39612026-03-19T03:11:43.783Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39622026-03-19T03:11:44.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-19T03:11:44.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-19T03:11:44.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-19T03:11:44.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39662026-03-19T03:11:44.639Z
39672026-03-19T03:11:44.639Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39682026-03-19T03:11:45.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-19T03:11:45.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-19T03:11:45.475Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39712026-03-19T03:11:46.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
39722026-03-19T03:11:46.579Z
39732026-03-19T03:11:46.579Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39742026-03-19T03:11:47.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-19T03:11:47.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-19T03:11:47.611Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-19T03:11:47.611Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-19T03:11:47.615Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39792026-03-19T03:11:47.616Z Checking git-stub v1.0.0
39802026-03-19T03:11:47.616Z Compiling trait-variant v0.1.2
39812026-03-19T03:11:47.616Z Checking is_ci v1.2.0
39822026-03-19T03:11:47.750Z Checking maplit v1.0.2
39832026-03-19T03:11:47.779Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39842026-03-19T03:11:47.872Z Checking supports-color v3.0.2
39852026-03-19T03:11:47.889Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39862026-03-19T03:11:48.002Z Checking git-stub-vcs v0.1.0
39872026-03-19T03:11:48.026Z Checking drift v0.1.3
39882026-03-19T03:11:48.044Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39892026-03-19T03:11:48.106Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39902026-03-19T03:11:48.252Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-03-19T03:11:48.347Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39922026-03-19T03:11:48.391Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39932026-03-19T03:11:48.413Z Checking dropshot-api-manager v0.6.0
39942026-03-19T03:11:48.486Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39952026-03-19T03:11:48.652Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39962026-03-19T03:11:48.772Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39972026-03-19T03:11:49.083Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39982026-03-19T03:11:49.453Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39992026-03-19T03:11:56.430Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40002026-03-19T03:11:57.829Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40012026-03-19T03:11:58.617Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40022026-03-19T03:11:59.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s
40032026-03-19T03:11:59.384Z
40042026-03-19T03:11:59.384Zinfo: running `cargo check --bins` on installinator-api (214/259)
40052026-03-19T03:12:00.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-19T03:12:00.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-19T03:12:00.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-03-19T03:12:00.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40092026-03-19T03:12:00.182Z
40102026-03-19T03:12:00.182Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40112026-03-19T03:12:00.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-19T03:12:00.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-19T03:12:00.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-19T03:12:00.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40152026-03-19T03:12:01.028Z
40162026-03-19T03:12:01.028Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40172026-03-19T03:12:01.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-19T03:12:01.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-19T03:12:01.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-19T03:12:01.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40212026-03-19T03:12:01.879Z
40222026-03-19T03:12:01.879Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40232026-03-19T03:12:02.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-19T03:12:02.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-19T03:12:02.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-19T03:12:02.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40272026-03-19T03:12:02.730Z
40282026-03-19T03:12:02.730Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40292026-03-19T03:12:03.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-19T03:12:03.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-19T03:12:03.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-19T03:12:03.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40332026-03-19T03:12:03.529Z
40342026-03-19T03:12:03.529Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40352026-03-19T03:12:04.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-19T03:12:04.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-19T03:12:04.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-19T03:12:04.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40392026-03-19T03:12:04.315Z
40402026-03-19T03:12:04.315Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40412026-03-19T03:12:05.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-19T03:12:05.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-19T03:12:05.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-19T03:12:05.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40452026-03-19T03:12:05.142Z
40462026-03-19T03:12:05.142Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40472026-03-19T03:12:05.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-19T03:12:05.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-19T03:12:06.010Z Checking erased-serde v0.4.9
40502026-03-19T03:12:06.097Z Checking ordered-float v2.10.1
40512026-03-19T03:12:06.124Z Checking unicode-xid v0.2.6
40522026-03-19T03:12:06.146Z Checking cargo-platform v0.2.0
40532026-03-19T03:12:06.389Z Checking serde-value v0.7.0
40542026-03-19T03:12:06.562Z Checking serde-untagged v0.1.9
40552026-03-19T03:12:06.776Z Checking cargo-util-schemas v0.8.2
40562026-03-19T03:12:07.771Z Checking cargo_metadata v0.21.0
40572026-03-19T03:12:08.637Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40582026-03-19T03:12:09.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
40592026-03-19T03:12:09.760Z
40602026-03-19T03:12:09.760Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40612026-03-19T03:12:10.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-19T03:12:10.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-19T03:12:10.786Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40642026-03-19T03:12:11.559Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40652026-03-19T03:12:12.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
40662026-03-19T03:12:12.423Z
40672026-03-19T03:12:12.424Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40682026-03-19T03:12:13.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-19T03:12:13.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-19T03:12:13.625Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40712026-03-19T03:12:13.628Z Compiling vergen-gitcl v1.0.8
40722026-03-19T03:12:13.628Z Compiling dirs-sys-next v0.1.2
40732026-03-19T03:12:13.628Z Compiling diesel_derives v2.3.7
40742026-03-19T03:12:13.628Z Compiling crunchy v0.2.4
40752026-03-19T03:12:13.830Z Compiling glob v0.3.3
40762026-03-19T03:12:13.869Z Compiling dsl_auto_type v0.2.0
40772026-03-19T03:12:13.872Z Checking scheduled-thread-pool v0.2.7
40782026-03-19T03:12:14.032Z Compiling dirs-next v2.0.0
40792026-03-19T03:12:14.052Z Compiling diesel_table_macro_syntax v0.3.0
40802026-03-19T03:12:14.102Z Compiling tiny-keccak v2.0.2
40812026-03-19T03:12:14.181Z Compiling term v0.7.0
40822026-03-19T03:12:14.202Z Checking r2d2 v0.8.10
40832026-03-19T03:12:14.321Z Compiling bit-vec v0.6.3
40842026-03-19T03:12:14.365Z Compiling clang-sys v1.8.1
40852026-03-19T03:12:14.391Z Checking downcast-rs v2.0.2
40862026-03-19T03:12:14.514Z Compiling itertools v0.10.5
40872026-03-19T03:12:14.606Z Compiling bit-set v0.5.3
40882026-03-19T03:12:14.816Z Compiling ascii-canvas v3.0.0
40892026-03-19T03:12:14.864Z Compiling ena v0.14.4
40902026-03-19T03:12:14.941Z Compiling libloading v0.8.9
40912026-03-19T03:12:14.980Z Compiling diff v0.1.13
40922026-03-19T03:12:15.034Z Compiling regex-syntax v0.6.29
40932026-03-19T03:12:15.129Z Compiling bindgen v0.71.1
40942026-03-19T03:12:15.212Z Compiling cexpr v0.6.0
40952026-03-19T03:12:15.323Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40962026-03-19T03:12:15.560Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40972026-03-19T03:12:15.719Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40982026-03-19T03:12:15.748Z Compiling libxml v0.3.3
40992026-03-19T03:12:15.975Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41002026-03-19T03:12:16.061Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41012026-03-19T03:12:16.132Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41022026-03-19T03:12:16.386Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41032026-03-19T03:12:16.406Z Compiling strum_macros v0.24.3
41042026-03-19T03:12:16.472Z Compiling indoc v1.0.9
41052026-03-19T03:12:17.077Z Compiling lalrpop v0.19.12
41062026-03-19T03:12:17.831Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41072026-03-19T03:12:18.015Z Checking derive_builder v0.20.2
41082026-03-19T03:12:18.065Z Compiling oso-derive v0.27.3
41092026-03-19T03:12:18.161Z Checking quick-xml v0.37.5
41102026-03-19T03:12:18.292Z Compiling impl-trait-for-tuples v0.2.3
41112026-03-19T03:12:18.703Z Checking openssl-probe v0.1.6
41122026-03-19T03:12:18.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41132026-03-19T03:12:19.387Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41142026-03-19T03:12:19.626Z Checking bb8 v0.8.6
41152026-03-19T03:12:19.872Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41162026-03-19T03:12:19.991Z Checking nonempty v0.12.0
41172026-03-19T03:12:20.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-19T03:12:20.202Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-19T03:12:20.421Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41202026-03-19T03:12:20.447Z Checking support-bundle-viewer v0.1.2
41212026-03-19T03:12:20.493Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41222026-03-19T03:12:20.674Z Checking multimap v0.10.1
41232026-03-19T03:12:21.809Z Checking diesel v2.3.7
41242026-03-19T03:12:23.491Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41252026-03-19T03:12:25.004Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41262026-03-19T03:12:25.488Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41272026-03-19T03:12:25.619Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-03-19T03:12:26.981Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41292026-03-19T03:12:27.310Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41302026-03-19T03:12:27.565Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41312026-03-19T03:12:28.247Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41322026-03-19T03:12:30.885Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41332026-03-19T03:12:37.363Z Compiling samael v0.0.19
41342026-03-19T03:12:42.201Z Checking diesel-dtrace v0.5.0
41352026-03-19T03:12:42.517Z Checking async-bb8-diesel v0.2.1
41362026-03-19T03:12:43.920Z Compiling polar-core v0.27.3
41372026-03-19T03:12:49.828Z Checking oso v0.27.3
41382026-03-19T03:13:45.478Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41392026-03-19T03:14:32.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
41402026-03-19T03:14:33.086Z
41412026-03-19T03:14:33.086Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41422026-03-19T03:14:33.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-03-19T03:14:33.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-03-19T03:14:33.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-03-19T03:14:33.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41462026-03-19T03:14:33.966Z
41472026-03-19T03:14:33.966Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41482026-03-19T03:14:34.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-03-19T03:14:34.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-03-19T03:14:34.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-03-19T03:14:34.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41522026-03-19T03:14:34.844Z
41532026-03-19T03:14:34.844Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41542026-03-19T03:14:35.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-03-19T03:14:35.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-03-19T03:14:35.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-03-19T03:14:35.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41582026-03-19T03:14:35.625Z
41592026-03-19T03:14:35.625Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41602026-03-19T03:14:36.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-03-19T03:14:36.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-03-19T03:14:36.825Z Compiling libz-sys v1.1.24
41632026-03-19T03:14:36.980Z Compiling libgit2-sys v0.18.3+1.9.2
41642026-03-19T03:14:36.999Z Compiling vergen-git2 v1.0.7
41652026-03-19T03:14:37.016Z Compiling rustls v0.21.12
41662026-03-19T03:14:37.034Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41672026-03-19T03:14:37.053Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41682026-03-19T03:14:37.056Z Checking rustls-webpki v0.101.7
41692026-03-19T03:14:37.056Z Checking sct v0.7.1
41702026-03-19T03:14:37.261Z Compiling nix v0.29.0
41712026-03-19T03:14:37.283Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41722026-03-19T03:14:37.303Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41732026-03-19T03:14:37.354Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41742026-03-19T03:14:37.494Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41752026-03-19T03:14:37.661Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41762026-03-19T03:14:37.683Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41772026-03-19T03:14:37.751Z Checking rustls-pemfile v1.0.4
41782026-03-19T03:14:37.916Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41792026-03-19T03:14:38.087Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41802026-03-19T03:14:38.274Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41812026-03-19T03:14:38.319Z Checking twox-hash v2.1.2
41822026-03-19T03:14:38.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41832026-03-19T03:14:39.281Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-03-19T03:14:39.281Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-03-19T03:14:39.322Z Checking tokio-rustls v0.24.1
41862026-03-19T03:14:39.344Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41872026-03-19T03:14:39.572Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41882026-03-19T03:14:39.751Z Checking fatfs v0.3.6
41892026-03-19T03:14:40.160Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41902026-03-19T03:14:40.177Z Compiling seq-macro v0.3.6
41912026-03-19T03:14:45.185Z Compiling git2 v0.20.4
41922026-03-19T03:14:46.209Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-19T03:14:46.368Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41942026-03-19T03:14:48.434Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41952026-03-19T03:15:57.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
41962026-03-19T03:15:57.430Z
41972026-03-19T03:15:57.431Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
41982026-03-19T03:15:58.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-19T03:15:58.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-19T03:15:58.658Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42012026-03-19T03:16:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42022026-03-19T03:16:59.502Z
42032026-03-19T03:16:59.502Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42042026-03-19T03:17:00.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-19T03:17:00.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-19T03:17:00.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-19T03:17:00.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42082026-03-19T03:17:00.294Z
42092026-03-19T03:17:00.296Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42102026-03-19T03:17:01.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-19T03:17:01.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-19T03:17:01.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-19T03:17:01.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42142026-03-19T03:17:01.166Z
42152026-03-19T03:17:01.166Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42162026-03-19T03:17:01.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-19T03:17:01.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-19T03:17:01.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-03-19T03:17:01.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42202026-03-19T03:17:02.027Z
42212026-03-19T03:17:02.027Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42222026-03-19T03:17:02.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-03-19T03:17:02.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-03-19T03:17:02.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-03-19T03:17:02.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42262026-03-19T03:17:02.903Z
42272026-03-19T03:17:02.904Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42282026-03-19T03:17:03.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-03-19T03:17:03.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-03-19T03:17:03.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-03-19T03:17:03.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42322026-03-19T03:17:03.788Z
42332026-03-19T03:17:03.788Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42342026-03-19T03:17:04.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-03-19T03:17:04.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-03-19T03:17:04.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-03-19T03:17:04.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42382026-03-19T03:17:04.662Z
42392026-03-19T03:17:04.662Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42402026-03-19T03:17:05.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-03-19T03:17:05.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-03-19T03:17:05.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-03-19T03:17:05.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42442026-03-19T03:17:05.520Z
42452026-03-19T03:17:05.520Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42462026-03-19T03:17:06.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-03-19T03:17:06.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-03-19T03:17:06.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-03-19T03:17:06.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42502026-03-19T03:17:06.398Z
42512026-03-19T03:17:06.399Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42522026-03-19T03:17:07.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-03-19T03:17:07.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-03-19T03:17:07.647Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42552026-03-19T03:17:07.658Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42562026-03-19T03:17:07.838Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42572026-03-19T03:17:07.931Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42582026-03-19T03:17:07.932Z Checking yansi v1.0.1
42592026-03-19T03:17:07.932Z Checking diff v0.1.13
42602026-03-19T03:17:07.943Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42612026-03-19T03:17:07.943Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42622026-03-19T03:17:08.045Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42632026-03-19T03:17:08.226Z Checking pretty_assertions v1.4.1
42642026-03-19T03:17:09.116Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42652026-03-19T03:17:42.618Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-03-19T03:17:42.645Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42672026-03-19T03:17:42.645Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42682026-03-19T03:17:42.645Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42692026-03-19T03:17:42.645Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42702026-03-19T03:17:42.646Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42712026-03-19T03:17:43.540Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42722026-03-19T03:17:45.008Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42732026-03-19T03:18:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42742026-03-19T03:18:45.713Z
42752026-03-19T03:18:45.713Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42762026-03-19T03:18:46.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-03-19T03:18:46.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-03-19T03:18:46.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-03-19T03:18:46.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42802026-03-19T03:18:46.710Z
42812026-03-19T03:18:46.710Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42822026-03-19T03:18:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-03-19T03:18:47.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-03-19T03:18:47.601Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42852026-03-19T03:18:47.715Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42862026-03-19T03:18:47.747Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42872026-03-19T03:19:25.844Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42882026-03-19T03:19:26.090Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42892026-03-19T03:19:27.920Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42902026-03-19T03:19:28.525Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42912026-03-19T03:19:33.122Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42922026-03-19T03:20:05.154Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42932026-03-19T03:20:06.028Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42942026-03-19T03:20:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42952026-03-19T03:20:08.416Z
42962026-03-19T03:20:08.417Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
42972026-03-19T03:20:09.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-03-19T03:20:09.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-03-19T03:20:09.893Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43002026-03-19T03:20:10.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
43012026-03-19T03:20:10.618Z
43022026-03-19T03:20:10.618Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43032026-03-19T03:20:11.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-19T03:20:11.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-19T03:20:11.434Z Compiling blake3 v1.8.3
43062026-03-19T03:20:11.617Z Checking constant_time_eq v0.4.2
43072026-03-19T03:20:11.687Z Checking arrayvec v0.7.6
43082026-03-19T03:20:11.715Z Checking arrayref v0.3.9
43092026-03-19T03:20:11.715Z Checking topological-sort v0.2.2
43102026-03-19T03:20:11.715Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43112026-03-19T03:20:11.715Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43122026-03-19T03:20:11.715Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43132026-03-19T03:20:11.792Z Checking shell-words v1.1.1
43142026-03-19T03:20:12.643Z Checking omicron-zone-package v0.12.2
43152026-03-19T03:20:13.612Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43162026-03-19T03:20:14.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
43172026-03-19T03:20:14.954Z
43182026-03-19T03:20:14.954Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43192026-03-19T03:20:15.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-03-19T03:20:15.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-03-19T03:20:15.953Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43222026-03-19T03:20:16.200Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43232026-03-19T03:20:16.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43242026-03-19T03:20:19.902Z
43252026-03-19T03:20:19.902Zinfo: running `cargo check --bins` on xtask (243/259)
43262026-03-19T03:20:20.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-03-19T03:20:20.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-03-19T03:20:20.151Z Checking libc v0.2.180
43292026-03-19T03:20:20.151Z Checking serde v1.0.228
43302026-03-19T03:20:20.151Z Checking zerofrom v0.1.6
43312026-03-19T03:20:20.151Z Checking bitflags v2.11.0
43322026-03-19T03:20:20.151Z Checking hashbrown v0.16.1
43332026-03-19T03:20:20.151Z Checking smallvec v1.15.1
43342026-03-19T03:20:20.151Z Checking serde_json v1.0.149
43352026-03-19T03:20:20.151Z Checking scroll v0.12.0
43362026-03-19T03:20:20.151Z Checking yoke v0.8.1
43372026-03-19T03:20:20.151Z Checking num-traits v0.2.19
43382026-03-19T03:20:20.151Z Checking thiserror v1.0.69
43392026-03-19T03:20:20.151Z Checking log v0.4.29
43402026-03-19T03:20:20.151Z Checking zerovec v0.11.5
43412026-03-19T03:20:20.151Z Checking zerotrie v0.2.3
43422026-03-19T03:20:20.151Z Checking errno v0.3.14
43432026-03-19T03:20:20.152Z Checking serde_spanned v0.6.9
43442026-03-19T03:20:20.152Z Checking toml_datetime v0.6.11
43452026-03-19T03:20:20.152Z Checking rustix v1.1.3
43462026-03-19T03:20:20.152Z Checking indexmap v2.13.0
43472026-03-19T03:20:20.152Z Checking percent-encoding v2.3.2
43482026-03-19T03:20:20.152Z Checking goblin v0.8.2
43492026-03-19T03:20:20.152Z Checking zerocopy v0.7.35
43502026-03-19T03:20:20.152Z Checking form_urlencoded v1.2.2
43512026-03-19T03:20:20.177Z Checking getrandom v0.4.1
43522026-03-19T03:20:20.177Z Checking tinystr v0.8.2
43532026-03-19T03:20:20.178Z Checking potential_utf v0.1.4
43542026-03-19T03:20:20.178Z Checking ordered-float v2.10.1
43552026-03-19T03:20:20.178Z Checking thiserror v2.0.18
43562026-03-19T03:20:20.178Z Checking icu_collections v2.1.1
43572026-03-19T03:20:20.178Z Checking icu_locale_core v2.1.1
43582026-03-19T03:20:20.178Z Checking syn v2.0.117
43592026-03-19T03:20:20.178Z Checking serde-value v0.7.0
43602026-03-19T03:20:20.178Z Checking toml_edit v0.22.27
43612026-03-19T03:20:20.178Z Checking dtrace-parser v0.2.0
43622026-03-19T03:20:20.178Z Checking thread-id v4.2.2
43632026-03-19T03:20:20.178Z Checking once_cell v1.21.3
43642026-03-19T03:20:20.178Z Checking cargo-platform v0.2.0
43652026-03-19T03:20:20.178Z Checking terminal_size v0.4.3
43662026-03-19T03:20:20.178Z Checking memmap v0.7.0
43672026-03-19T03:20:20.178Z Checking tempfile v3.25.0
43682026-03-19T03:20:20.178Z Checking clap_builder v4.5.60
43692026-03-19T03:20:20.178Z Checking textwrap v0.16.2
43702026-03-19T03:20:20.178Z Checking icu_provider v2.1.1
43712026-03-19T03:20:20.178Z Checking fs-err v3.3.0
43722026-03-19T03:20:20.178Z Checking camino-tempfile v1.4.1
43732026-03-19T03:20:20.178Z Checking tabled v0.15.0
43742026-03-19T03:20:20.433Z Checking anyhow v1.0.102
43752026-03-19T03:20:20.434Z Checking icu_properties v2.1.2
43762026-03-19T03:20:20.434Z Checking icu_normalizer v2.1.1
43772026-03-19T03:20:20.666Z Checking macaddr v1.0.1
43782026-03-19T03:20:20.666Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43792026-03-19T03:20:20.845Z Checking toml v0.8.23
43802026-03-19T03:20:21.019Z Checking dof v0.3.0
43812026-03-19T03:20:21.097Z Checking cargo_toml v0.21.0
43822026-03-19T03:20:21.141Z Checking idna_adapter v1.2.1
43832026-03-19T03:20:21.226Z Checking clap v4.5.60
43842026-03-19T03:20:21.308Z Checking idna v1.1.0
43852026-03-19T03:20:21.504Z Checking usdt-impl v0.5.0
43862026-03-19T03:20:21.548Z Checking url v2.5.8
43872026-03-19T03:20:21.841Z Checking usdt v0.5.0
43882026-03-19T03:20:22.023Z Checking cargo-util-schemas v0.8.2
43892026-03-19T03:20:23.029Z Checking cargo_metadata v0.21.0
43902026-03-19T03:20:23.914Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43912026-03-19T03:20:24.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s
43922026-03-19T03:20:24.668Z
43932026-03-19T03:20:24.668Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43942026-03-19T03:20:25.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-03-19T03:20:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-03-19T03:20:25.733Z Checking polyval v0.6.2
43972026-03-19T03:20:25.885Z Checking ctr v0.9.2
43982026-03-19T03:20:25.915Z Checking ssh-encoding v0.2.0
43992026-03-19T03:20:25.922Z Checking blowfish v0.9.1
44002026-03-19T03:20:25.942Z Checking password-hash v0.4.2
44012026-03-19T03:20:25.963Z Checking p256 v0.13.2
44022026-03-19T03:20:25.987Z Checking p521 v0.13.3
44032026-03-19T03:20:25.997Z Checking russh-cryptovec v0.7.3
44042026-03-19T03:20:26.065Z Checking ghash v0.5.1
44052026-03-19T03:20:26.085Z Checking bcrypt-pbkdf v0.10.0
44062026-03-19T03:20:26.103Z Checking md5 v0.7.0
44072026-03-19T03:20:26.158Z Checking num-bigint v0.4.6
44082026-03-19T03:20:26.178Z Checking des v0.8.1
44092026-03-19T03:20:26.214Z Checking aes-gcm v0.10.3
44102026-03-19T03:20:26.233Z Checking pbkdf2 v0.11.0
44112026-03-19T03:20:26.286Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44122026-03-19T03:20:26.303Z Checking hex-literal v0.4.1
44132026-03-19T03:20:26.328Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44142026-03-19T03:20:26.374Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44152026-03-19T03:20:26.405Z Checking ssh-cipher v0.2.0
44162026-03-19T03:20:26.426Z Checking socket2 v0.5.10
44172026-03-19T03:20:26.456Z Checking internet-checksum v0.2.1
44182026-03-19T03:20:26.625Z Checking ssh-key v0.6.7
44192026-03-19T03:20:26.803Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44202026-03-19T03:20:27.525Z Checking russh-keys v0.45.0
44212026-03-19T03:20:28.260Z Checking russh v0.45.0
44222026-03-19T03:20:49.873Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44232026-03-19T03:20:51.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.79s
44242026-03-19T03:20:51.682Z
44252026-03-19T03:20:51.682Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44262026-03-19T03:20:52.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-03-19T03:20:52.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-03-19T03:20:52.563Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44292026-03-19T03:20:52.708Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44302026-03-19T03:20:52.714Z Checking termios v0.3.3
44312026-03-19T03:20:54.411Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44322026-03-19T03:20:54.595Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44332026-03-19T03:20:57.227Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44342026-03-19T03:20:57.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
44352026-03-19T03:20:58.195Z
44362026-03-19T03:20:58.195Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44372026-03-19T03:20:58.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-03-19T03:20:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-03-19T03:20:59.157Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44402026-03-19T03:20:59.293Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44412026-03-19T03:20:59.327Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44422026-03-19T03:20:59.333Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44432026-03-19T03:20:59.333Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44442026-03-19T03:20:59.594Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44452026-03-19T03:20:59.598Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44462026-03-19T03:21:00.548Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44472026-03-19T03:21:00.828Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44482026-03-19T03:21:00.833Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44492026-03-19T03:21:01.676Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44502026-03-19T03:21:03.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
44512026-03-19T03:21:04.047Z
44522026-03-19T03:21:04.047Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44532026-03-19T03:21:04.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-03-19T03:21:04.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-03-19T03:21:04.913Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44562026-03-19T03:21:05.484Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44572026-03-19T03:21:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44582026-03-19T03:21:06.124Z
44592026-03-19T03:21:06.125Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44602026-03-19T03:21:06.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-03-19T03:21:06.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-03-19T03:21:06.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-03-19T03:21:06.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44642026-03-19T03:21:06.906Z
44652026-03-19T03:21:06.906Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44662026-03-19T03:21:07.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-03-19T03:21:07.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-03-19T03:21:07.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-03-19T03:21:07.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44702026-03-19T03:21:07.688Z
44712026-03-19T03:21:07.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44722026-03-19T03:21:08.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-03-19T03:21:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-03-19T03:21:08.723Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44752026-03-19T03:21:09.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44762026-03-19T03:21:09.709Z
44772026-03-19T03:21:09.709Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44782026-03-19T03:21:10.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-03-19T03:21:10.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-03-19T03:21:10.587Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44812026-03-19T03:21:10.592Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44822026-03-19T03:21:10.896Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44832026-03-19T03:21:10.899Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44842026-03-19T03:21:11.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
44852026-03-19T03:21:12.136Z
44862026-03-19T03:21:12.136Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44872026-03-19T03:21:12.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-03-19T03:21:12.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-03-19T03:21:12.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-03-19T03:21:12.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44912026-03-19T03:21:12.915Z
44922026-03-19T03:21:12.915Zinfo: running `cargo check --bins` on omicron-package (253/259)
44932026-03-19T03:21:13.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-03-19T03:21:13.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-03-19T03:21:13.822Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44962026-03-19T03:21:15.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44972026-03-19T03:21:15.439Z
44982026-03-19T03:21:15.439Zinfo: running `cargo check --bins` on tqdb (254/259)
44992026-03-19T03:21:16.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-03-19T03:21:16.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-03-19T03:21:16.517Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45022026-03-19T03:21:16.966Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45032026-03-19T03:21:17.676Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45042026-03-19T03:21:17.683Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45052026-03-19T03:21:24.326Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45062026-03-19T03:21:25.248Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45072026-03-19T03:21:25.252Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45082026-03-19T03:21:25.252Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45092026-03-19T03:21:25.253Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45102026-03-19T03:21:26.241Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45112026-03-19T03:21:35.906Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45122026-03-19T03:21:44.363Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45132026-03-19T03:21:44.366Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45142026-03-19T03:21:44.366Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45152026-03-19T03:21:44.367Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45162026-03-19T03:21:46.263Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45172026-03-19T03:21:48.094Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45182026-03-19T03:21:49.015Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45192026-03-19T03:21:50.762Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45202026-03-19T03:21:51.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.02s
45212026-03-19T03:21:51.718Z
45222026-03-19T03:21:51.718Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45232026-03-19T03:21:52.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-03-19T03:21:52.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-03-19T03:21:52.684Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45262026-03-19T03:21:52.688Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45272026-03-19T03:21:52.836Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45282026-03-19T03:21:52.868Z Checking rtoolbox v0.0.3
45292026-03-19T03:21:52.872Z Checking tui-tree-widget v0.23.1
45302026-03-19T03:21:53.068Z Checking rpassword v7.4.0
45312026-03-19T03:21:53.210Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45322026-03-19T03:21:54.118Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45332026-03-19T03:22:00.806Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45342026-03-19T03:22:01.733Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45352026-03-19T03:22:03.153Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45362026-03-19T03:22:07.344Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45372026-03-19T03:22:09.921Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45382026-03-19T03:22:11.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
45392026-03-19T03:22:11.338Z
45402026-03-19T03:22:11.338Zinfo: running `cargo check --bins` on wicket (256/259)
45412026-03-19T03:22:12.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-03-19T03:22:12.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-03-19T03:22:12.279Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45442026-03-19T03:22:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45452026-03-19T03:22:12.976Z
45462026-03-19T03:22:12.976Zinfo: running `cargo check --bins` on wicketd (257/259)
45472026-03-19T03:22:13.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-03-19T03:22:13.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-03-19T03:22:13.958Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45502026-03-19T03:22:13.961Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45512026-03-19T03:22:14.091Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45522026-03-19T03:22:14.095Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45532026-03-19T03:22:15.528Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45542026-03-19T03:22:16.314Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45552026-03-19T03:22:20.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
45562026-03-19T03:22:20.634Z
45572026-03-19T03:22:20.634Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45582026-03-19T03:22:21.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-03-19T03:22:21.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-03-19T03:22:21.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-03-19T03:22:21.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45622026-03-19T03:22:21.414Z
45632026-03-19T03:22:21.414Zinfo: running `cargo check --bins` on zone-setup (259/259)
45642026-03-19T03:22:22.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-03-19T03:22:22.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-03-19T03:22:22.314Z Checking uzers v0.12.2
45672026-03-19T03:22:22.665Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45682026-03-19T03:22:23.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45692026-03-19T03:22:23.871Z
45702026-03-19T03:22:23.875Zreal 19:16.337481949
45712026-03-19T03:22:23.875Zuser 28:44.922549958
45722026-03-19T03:22:23.875Zsys 5:15.363869699
45732026-03-19T03:22:23.876Ztrap 0.484404318
45742026-03-19T03:22:23.876Ztflt 0.297617120
45752026-03-19T03:22:23.876Zdflt 0.643071509
45762026-03-19T03:22:23.876Zkflt 0.000969713
45772026-03-19T03:22:23.876Zlock 1:45:26.017222329
45782026-03-19T03:22:23.876Zslp 2:14:53.578940228
45792026-03-19T03:22:23.876Zlat 1:26.176819244
45802026-03-19T03:22:23.876Zstop 5:27.084841195
45812026-03-19T03:22:23.876Zprocess exited: duration 1500268 ms, exit code 0
 
45822026-03-19T03:22:23.884Zfound 0 output files