01KP9BS4YVCG6EH8R9B7KFWP97: 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: 01KP9BSMAVV564MGW83QX0SQNZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-15T20:03:14.972Zjob assigned to worker 01KP9BSSNB50CFKA7FWD09BJT8 [factory aws, i-0f6fc498eb9e0b2a6] (queued for 53 s)
 
22026-04-15T20:03:22.685Zstarting task 0: "setup"
32026-04-15T20:03:22.692Z++ uname -s
42026-04-15T20:03:22.692Z+ kern=SunOS
52026-04-15T20:03:22.692Z+ build_user=build
62026-04-15T20:03:22.692Z+ build_uid=12345
72026-04-15T20:03:22.692Z+ work_dir=/work
82026-04-15T20:03:22.692Z+ input_dir=/input
92026-04-15T20:03:22.692Z+ [[ 0 == 12345 ]]
102026-04-15T20:03:22.692Z+ case "$kern" in
112026-04-15T20:03:22.692Z+ groupadd -g 12345 build
122026-04-15T20:03:22.692Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-15T20:03:24.690Z+ zfs create -o mountpoint=/work rpool/work
142026-04-15T20:03:24.768Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-15T20:03:24.771Z+ home_fs=zfs
162026-04-15T20:03:24.771Z+ [[ zfs == autofs ]]
172026-04-15T20:03:24.771Z+ mkdir -p /home/build
182026-04-15T20:03:24.771Z+ chown build:build /home/build /work
192026-04-15T20:03:26.772Z+ chmod 0700 /home/build /work
202026-04-15T20:03:26.776Zprocess exited: duration 4100 ms, exit code 0
 
212026-04-15T20:03:26.783Zstarting task 1: "rust-toolchain"
222026-04-15T20:03:26.788Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-15T20:03:26.788Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-15T20:03:26.788Z * rust toolchain channel = "1.94.0"
252026-04-15T20:03:26.788Z * rust toolchain profile = "default"
262026-04-15T20:03:26.788Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-15T20:03:26.788Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-15T20:03:26.792Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-15T20:03:26.792Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-15T20:03:26.903Zinfo: downloading installer
312026-04-15T20:03:28.527Zwarn: It looks like you have an existing installation of Rust at:
322026-04-15T20:03:28.527Zwarn: /opt/ooce/bin
332026-04-15T20:03:28.527Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-15T20:03:28.527Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-15T20:03:28.527Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-15T20:03:28.527Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-15T20:03:28.528Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-15T20:03:28.528Zerror: cannot install while Rust is installed
392026-04-15T20:03:28.528Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-15T20:03:28.528Zwarn: It looks like you have an existing rustup settings file at:
412026-04-15T20:03:28.528Zwarn: /home/build/.rustup/settings.toml
422026-04-15T20:03:28.528Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-15T20:03:28.528Zwarn: instead of the one inferred from the default host triple.
442026-04-15T20:03:28.558Zinfo: profile set to default
452026-04-15T20:03:28.558Zinfo: default host triple is x86_64-unknown-illumos
462026-04-15T20:03:28.562Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-15T20:03:28.709Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-15T20:03:28.715Zinfo: downloading 6 components
492026-04-15T20:03:44.182Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-15T20:03:44.182Z
512026-04-15T20:03:44.212Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-15T20:03:44.212Z
532026-04-15T20:03:44.212Z
542026-04-15T20:03:44.212ZRust is installed now. Great!
552026-04-15T20:03:44.212Z
562026-04-15T20:03:44.212ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-15T20:03:44.212Zenvironment variable. This has not been done automatically.
582026-04-15T20:03:44.212Z
592026-04-15T20:03:44.212ZTo configure your current shell, you need to source
602026-04-15T20:03:44.212Zthe corresponding env file under $HOME/.cargo.
612026-04-15T20:03:44.212Z
622026-04-15T20:03:44.212ZThis is usually done by running one of the following (note the leading DOT):
632026-04-15T20:03:44.212Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-15T20:03:44.212Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-15T20:03:44.212Zsource "~/.cargo/env.nu" # For nushell
662026-04-15T20:03:44.212Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-15T20:03:44.212Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-15T20:03:44.212Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-15T20:03:44.216Zwarn: no default linker (`cc`) was found in your PATH
702026-04-15T20:03:44.216Zwarn: many Rust crates require a system C toolchain to build
712026-04-15T20:03:44.309Z+ rustup --version
722026-04-15T20:03:44.317Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-15T20:03:44.321Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-15T20:03:44.339Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-15T20:03:44.342Z+ cargo --version
762026-04-15T20:03:44.355Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-15T20:03:44.358Z+ rustc --version
782026-04-15T20:03:44.377Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-15T20:03:44.380Zprocess exited: duration 17592 ms, exit code 0
 
802026-04-15T20:03:44.387Zstarting task 2: "authentication"
812026-04-15T20:03:44.405Zprocess exited: duration 16 ms, exit code 0
 
822026-04-15T20:03:44.412Zstarting task 3: "clone repository"
832026-04-15T20:03:44.415Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-15T20:03:44.419Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-15T20:03:44.620ZCloning into '/work/oxidecomputer/omicron'...
862026-04-15T20:03:55.790Z+ cd /work/oxidecomputer/omicron
872026-04-15T20:03:55.790Z+ git fetch origin 27599f8b09e9d857dc79a7c835c2063e262bb5cf
882026-04-15T20:03:56.108ZFrom https://github.com/oxidecomputer/omicron
892026-04-15T20:03:56.108Z * branch 27599f8b09e9d857dc79a7c835c2063e262bb5cf -> FETCH_HEAD
902026-04-15T20:03:56.117Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-04-15T20:03:56.120Z++ git branch --show-current
922026-04-15T20:03:56.120Z+ current=main
932026-04-15T20:03:56.120Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-04-15T20:03:56.120Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 27599f8b09e9d857dc79a7c835c2063e262bb5cf
952026-04-15T20:03:56.124Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-04-15T20:03:56.354ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-04-15T20:03:56.358Z+ git reset --hard 27599f8b09e9d857dc79a7c835c2063e262bb5cf
982026-04-15T20:03:56.371ZHEAD is now at 27599f8b0 rustfmt
992026-04-15T20:03:56.374Zprocess exited: duration 11958 ms, exit code 0
 
1002026-04-15T20:03:56.382Zstarting task 4: "build"
1012026-04-15T20:03:56.386Z+ source .github/buildomat/ci-env.sh
1022026-04-15T20:03:56.390Z++ export CARGO_TERM_COLOR=always
1032026-04-15T20:03:56.390Z++ CARGO_TERM_COLOR=always
1042026-04-15T20:03:56.390Z+ cargo --version
1052026-04-15T20:03:56.396Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-15T20:03:56.399Z+ rustc --version
1072026-04-15T20:03:56.419Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-15T20:03:56.423Z+ source ./env.sh
1092026-04-15T20:03:56.423Z++ OLD_SHELL_OPTS=ehxB
1102026-04-15T20:03:56.423Z++ set -o xtrace
1112026-04-15T20:03:56.423Z++++ dirname ./env.sh
1122026-04-15T20:03:56.426Z+++ readlink -f .
1132026-04-15T20:03:56.439Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-15T20:03:56.439Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-15T20:03:56.443Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-15T20:03:56.443Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-15T20:03:56.443Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-15T20:03:56.443Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-15T20:03:56.443Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-15T20:03:56.443Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-15T20:03:56.443Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-15T20:03:56.443Z++ case $OLD_SHELL_OPTS in
1232026-04-15T20:03:56.443Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-15T20:03:56.443Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-15T20:03:56.443Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-15T20:03:56.443Z+ banner prerequisites
1272026-04-15T20:03:56.443Z
1282026-04-15T20:03:56.443Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-15T20:03:56.443Z # # # # # # # # # # # # # # #
1302026-04-15T20:03:56.443Z # # # # ##### # # ##### # # # # # #### #
1312026-04-15T20:03:56.443Z ##### ##### # ##### # # # # # # # # #
1322026-04-15T20:03:56.443Z # # # # # # # # # # # # # # #
1332026-04-15T20:03:56.443Z # # # ###### # # ###### ### # #### # #### #
1342026-04-15T20:03:56.443Z
1352026-04-15T20:03:56.443Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-15T20:04:08.755Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-15T20:04:16.167Z Startup: Caching catalogs ... Done
1382026-04-15T20:04:22.149ZPlanning: Solver setup ... Done (4.759s)
1392026-04-15T20:04:22.177ZPlanning: Running solver ... Done (0.032s)
1402026-04-15T20:04:22.308ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-15T20:04:22.342ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-15T20:04:22.499ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-15T20:04:22.527ZPlanning: Package planning ... Done (0.031s)
1442026-04-15T20:04:22.554ZPlanning: Merging actions ... Done (0.027s)
1452026-04-15T20:04:22.903ZPlanning: Checking for conflicting actions ... Done (0.348s)
1462026-04-15T20:04:22.909ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-15T20:04:26.565ZPlanning: Evaluating mediators ... Done (3.649s)
1482026-04-15T20:04:26.569ZPlanning: Planning completed in 10.23 seconds
1492026-04-15T20:04:26.575Z Packages to install: 4
1502026-04-15T20:04:26.576Z Mediators to change: 2
1512026-04-15T20:04:26.580Z Services to change: 1
1522026-04-15T20:04:26.580Z Estimated space available: 155.35 GB
1532026-04-15T20:04:26.580ZEstimated space to be consumed: 1.85 GB
1542026-04-15T20:04:26.580Z Create boot environment: No
1552026-04-15T20:04:26.580ZCreate backup boot environment: No
1562026-04-15T20:04:26.580Z Rebuild boot archive: No
1572026-04-15T20:04:26.580Z
1582026-04-15T20:04:26.580ZChanged mediators:
1592026-04-15T20:04:26.580Z mediator clang:
1602026-04-15T20:04:26.580Z version: None -> 15 (system default)
1612026-04-15T20:04:26.580Z
1622026-04-15T20:04:26.580Z mediator llvm:
1632026-04-15T20:04:26.580Z version: 14 (system default) -> 15 (system default)
1642026-04-15T20:04:26.580Z
1652026-04-15T20:04:26.580ZChanged packages:
1662026-04-15T20:04:26.580Zhelios-dev
1672026-04-15T20:04:26.580Z developer/build-essential
1682026-04-15T20:04:26.580Z None -> 11-2.0
1692026-04-15T20:04:26.580Z library/libxmlsec1
1702026-04-15T20:04:26.580Z None -> 1.2.35-2.0
1712026-04-15T20:04:26.580Z ooce/developer/clang-15
1722026-04-15T20:04:26.580Z None -> 15.0.7-2.0
1732026-04-15T20:04:26.580Z ooce/developer/llvm-15
1742026-04-15T20:04:26.580Z None -> 15.0.7-2.0
1752026-04-15T20:04:26.580Z
1762026-04-15T20:04:26.580ZServices:
1772026-04-15T20:04:26.581Z restart_fmri:
1782026-04-15T20:04:26.581Z svc:/system/update-man-index:default
1792026-04-15T20:04:26.689Z
1802026-04-15T20:04:26.689ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-15T20:04:31.691ZDownload: 1759/3290 items 116.1/212.6MB 54% complete (23.9M/s)
1822026-04-15T20:04:36.705ZDownload: 3238/3290 items 201.8/212.6MB 94% complete (20.2M/s)
1832026-04-15T20:04:43.327ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (20.0M/s)
1842026-04-15T20:04:52.520ZDownload: 3286/3290 items 211.4/212.6MB 99% complete (1.5M/s)
1852026-04-15T20:04:52.553ZDownload: Completed 212.60 MB in 25.86 seconds (8.2M/s)
1862026-04-15T20:04:52.677Z Actions: 1/3689 actions (Installing new actions)
1872026-04-15T20:04:56.275Z Actions: Completed 3689 actions in 3.60 seconds.
1882026-04-15T20:04:56.578Z Done (0.299s)
1892026-04-15T20:04:56.578Z Done (0.000s)
1902026-04-15T20:04:57.286Z Done (0.708s)
1912026-04-15T20:05:01.172Z Done (3.546s)
1922026-04-15T20:05:01.284Z Done (0.042s)
1932026-04-15T20:05:01.293Z Done (0.000s)
1942026-04-15T20:05:01.456Z Done (0.000s)
1952026-04-15T20:05:02.306ZPlanning: Evaluating mediator changes ... Done
1962026-04-15T20:05:02.408ZPlanning: Checking for conflicting actions ... Done
1972026-04-15T20:05:02.419ZPlanning: Consolidating action changes ... Done
1982026-04-15T20:05:02.565ZPlanning: Evaluating mediators ... Done
1992026-04-15T20:05:02.574ZPlanning: Planning completed in 0.26 seconds
2002026-04-15T20:05:02.587Z Mediators to change: 2
2012026-04-15T20:05:02.587Z Create boot environment: No
2022026-04-15T20:05:02.587ZCreate backup boot environment: No
2032026-04-15T20:05:02.660Z Done
2042026-04-15T20:05:02.660Z Done
2052026-04-15T20:05:03.265Z Done
2062026-04-15T20:05:05.728Z Done
2072026-04-15T20:05:05.800Z Done
2082026-04-15T20:05:05.803Z Done
2092026-04-15T20:05:05.958Z Done
2102026-04-15T20:05:06.360ZPlanning: Evaluating mediator changes ... Done
2112026-04-15T20:05:06.364ZPlanning: Merging actions ... Done
2122026-04-15T20:05:06.503ZPlanning: Checking for conflicting actions ... Done
2132026-04-15T20:05:06.506ZPlanning: Consolidating action changes ... Done
2142026-04-15T20:05:06.643ZPlanning: Evaluating mediators ... Done
2152026-04-15T20:05:06.672ZPlanning: Planning completed in 0.45 seconds
2162026-04-15T20:05:06.693Z Packages to change: 1
2172026-04-15T20:05:06.693Z Mediators to change: 1
2182026-04-15T20:05:06.693Z Services to change: 1
2192026-04-15T20:05:06.694Z Create boot environment: No
2202026-04-15T20:05:06.694ZCreate backup boot environment: Yes
2212026-04-15T20:05:09.057Z Actions: 1/6 actions (Updating modified actions)
2222026-04-15T20:05:09.091Z Actions: Completed 6 actions in 0.03 seconds.
2232026-04-15T20:05:09.096Z Done
2242026-04-15T20:05:09.096Z Done
2252026-04-15T20:05:09.235Z Done
2262026-04-15T20:05:11.855Z Done
2272026-04-15T20:05:11.935Z Done
2282026-04-15T20:05:11.939Z Done
2292026-04-15T20:05:12.089Z Done
2302026-04-15T20:05:12.378ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-15T20:05:12.378Zclang system 15 system
2322026-04-15T20:05:12.378Zcsh system system illumos
2332026-04-15T20:05:12.378Zctags system system illumos
2342026-04-15T20:05:12.378Zfile system system illumos
2352026-04-15T20:05:12.378Zgcc vendor 12 vendor
2362026-04-15T20:05:12.378Zgcc system 14 system
2372026-04-15T20:05:12.378Zgcc system 10 system
2382026-04-15T20:05:12.378Zgo system 1.20 system
2392026-04-15T20:05:12.378Zgo system 1.19 system
2402026-04-15T20:05:12.378Zllvm system 15 system
2412026-04-15T20:05:12.378Zllvm system 14 system
2422026-04-15T20:05:12.378Zmariadb system 10.6 system
2432026-04-15T20:05:12.378Zmta vendor vendor dma
2442026-04-15T20:05:12.378Zopenjdk system 17 system
2452026-04-15T20:05:12.378Zopenjdk system 11 system
2462026-04-15T20:05:12.378Zopenjdk system 1.8 system
2472026-04-15T20:05:12.378Zopenssl vendor 3 vendor
2482026-04-15T20:05:12.378Zperl system 5.36 system
2492026-04-15T20:05:12.378Zpostgresql system 15 system
2502026-04-15T20:05:12.378Zpostgresql system 13 system
2512026-04-15T20:05:12.378Zpython vendor 3 vendor
2522026-04-15T20:05:12.378Zpython system 2 system
2532026-04-15T20:05:12.378Zpython3 system 3.11 system
2542026-04-15T20:05:12.378Zruby system 3.0 system
2552026-04-15T20:05:12.378Zwords vendor vendor american-english
2562026-04-15T20:05:12.378Zwords system system australian-english
2572026-04-15T20:05:12.378Zwords system system british-english
2582026-04-15T20:05:12.378Zwords system system canadian-english
2592026-04-15T20:05:12.379Zwords system system french
2602026-04-15T20:05:12.379Zwords system system italian
2612026-04-15T20:05:12.379Zwords system system ngerman
2622026-04-15T20:05:12.379Zwords system system ogerman
2632026-04-15T20:05:12.379Zwords system system spanish
2642026-04-15T20:05:12.604ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-15T20:05:12.604Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-15T20:05:17.127ZFMRI IFO
2672026-04-15T20:05:17.127Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-15T20:05:17.127Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-15T20:05:17.127Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-15T20:05:17.127Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-15T20:05:17.127Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-15T20:05:17.127Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-15T20:05:17.127Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-04-15T20:05:17.127Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-15T20:05:17.127Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-15T20:05:17.128Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-15T20:05:17.128Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-15T20:05:17.128Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-15T20:05:17.128Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-15T20:05:17.128Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-15T20:05:17.128Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-15T20:05:17.128Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-15T20:05:18.241Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-15T20:05:18.523Z Updating crates.io index
2852026-04-15T20:05:18.561Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-15T20:05:19.432Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-15T20:05:19.864Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-15T20:05:20.445Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-15T20:05:21.898Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-04-15T20:05:22.586Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-15T20:05:23.942Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-15T20:05:24.852Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-15T20:05:25.177Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-15T20:05:26.057Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-15T20:05:26.570Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-15T20:05:26.959Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-15T20:05:27.296Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-15T20:05:28.182Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-15T20:05:28.823Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-15T20:05:29.169Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-15T20:05:29.614Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-15T20:05:30.086Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-15T20:05:30.331Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-15T20:05:30.550Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-15T20:05:30.855Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-15T20:05:31.301Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-15T20:05:31.929Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-15T20:05:32.468Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-15T20:05:32.718Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-15T20:05:33.273Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-15T20:05:34.401Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-15T20:05:35.142Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-15T20:05:35.687Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-15T20:05:36.221Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-15T20:05:36.510Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-15T20:05:36.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-15T20:05:37.121Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-15T20:05:37.621Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-15T20:05:37.890Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-15T20:05:38.165Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-15T20:05:38.428Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-15T20:05:38.729Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-15T20:05:50.719Z Downloading crates ...
3242026-04-15T20:05:50.772Z Downloaded anstream v0.6.21
3252026-04-15T20:05:50.777Z Downloaded bytecount v0.6.9
3262026-04-15T20:05:50.782Z Downloaded block-buffer v0.10.4
3272026-04-15T20:05:50.788Z Downloaded version_check v0.9.5
3282026-04-15T20:05:50.793Z Downloaded unicode-linebreak v0.1.5
3292026-04-15T20:05:50.797Z Downloaded macaddr v1.0.1
3302026-04-15T20:05:50.800Z Downloaded toml_write v0.1.2
3312026-04-15T20:05:50.800Z Downloaded textwrap v0.16.2
3322026-04-15T20:05:50.804Z Downloaded ordered-float v2.10.1
3332026-04-15T20:05:50.804Z Downloaded idna_adapter v1.2.1
3342026-04-15T20:05:50.804Z Downloaded anstyle v1.0.13
3352026-04-15T20:05:50.809Z Downloaded utf8_iter v1.0.4
3362026-04-15T20:05:50.812Z Downloaded getrandom v0.3.4
3372026-04-15T20:05:50.816Z Downloaded zerofrom v0.1.6
3382026-04-15T20:05:50.816Z Downloaded unicode-xid v0.2.6
3392026-04-15T20:05:50.816Z Downloaded thread-id v4.2.2
3402026-04-15T20:05:50.816Z Downloaded typeid v1.0.3
3412026-04-15T20:05:50.819Z Downloaded icu_properties_data v2.1.2
3422026-04-15T20:05:50.823Z Downloaded utf8parse v0.2.2
3432026-04-15T20:05:50.827Z Downloaded serde-value v0.7.0
3442026-04-15T20:05:50.828Z Downloaded scroll v0.12.0
3452026-04-15T20:05:50.828Z Downloaded usdt-macro v0.5.0
3462026-04-15T20:05:50.828Z Downloaded plain v0.2.3
3472026-04-15T20:05:50.828Z Downloaded form_urlencoded v1.2.2
3482026-04-15T20:05:50.828Z Downloaded memchr v2.8.0
3492026-04-15T20:05:50.831Z Downloaded icu_provider v2.1.1
3502026-04-15T20:05:50.831Z Downloaded thiserror v2.0.18
3512026-04-15T20:05:50.835Z Downloaded digest v0.10.7
3522026-04-15T20:05:50.838Z Downloaded pest_derive v2.8.6
3532026-04-15T20:05:50.838Z Downloaded autocfg v1.5.0
3542026-04-15T20:05:50.838Z Downloaded percent-encoding v2.3.2
3552026-04-15T20:05:50.838Z Downloaded itoa v1.0.17
3562026-04-15T20:05:50.842Z Downloaded crypto-common v0.1.7
3572026-04-15T20:05:50.842Z Downloaded cpufeatures v0.2.17
3582026-04-15T20:05:50.842Z Downloaded anstyle-query v1.1.5
3592026-04-15T20:05:50.842Z Downloaded usdt-attr-macro v0.5.0
3602026-04-15T20:05:50.845Z Downloaded zerofrom-derive v0.1.6
3612026-04-15T20:05:50.845Z Downloaded toml_datetime v0.6.11
3622026-04-15T20:05:50.845Z Downloaded thiserror-impl v2.0.18
3632026-04-15T20:05:50.845Z Downloaded icu_properties v2.1.2
3642026-04-15T20:05:50.845Z Downloaded fs-err v3.3.0
3652026-04-15T20:05:50.848Z Downloaded zerocopy-derive v0.7.35
3662026-04-15T20:05:50.852Z Downloaded writeable v0.6.2
3672026-04-15T20:05:50.852Z Downloaded zerotrie v0.2.3
3682026-04-15T20:05:50.857Z Downloaded tabled_derive v0.7.0
3692026-04-15T20:05:50.857Z Downloaded zmij v1.0.21
3702026-04-15T20:05:50.857Z Downloaded heck v0.4.1
3712026-04-15T20:05:50.857Z Downloaded dtrace-parser v0.2.0
3722026-04-15T20:05:50.862Z Downloaded usdt v0.5.0
3732026-04-15T20:05:50.862Z Downloaded tinystr v0.8.2
3742026-04-15T20:05:50.862Z Downloaded generic-array v0.14.7
3752026-04-15T20:05:50.862Z Downloaded yoke v0.8.1
3762026-04-15T20:05:50.862Z Downloaded thiserror-impl v1.0.69
3772026-04-15T20:05:50.862Z Downloaded toml_edit v0.22.27
3782026-04-15T20:05:50.866Z Downloaded proc-macro-error-attr v1.0.4
3792026-04-15T20:05:50.866Z Downloaded zerovec-derive v0.11.2
3802026-04-15T20:05:50.866Z Downloaded yoke-derive v0.8.1
3812026-04-15T20:05:50.866Z Downloaded usdt-impl v0.5.0
3822026-04-15T20:05:50.866Z Downloaded colorchoice v1.0.4
3832026-04-15T20:05:50.866Z Downloaded toml v0.8.23
3842026-04-15T20:05:50.870Z Downloaded terminal_size v0.4.3
3852026-04-15T20:05:50.870Z Downloaded scroll_derive v0.12.1
3862026-04-15T20:05:50.870Z Downloaded memmap v0.7.0
3872026-04-15T20:05:50.870Z Downloaded clap_lex v1.0.0
3882026-04-15T20:05:50.870Z Downloaded swrite v0.1.0
3892026-04-15T20:05:50.873Z Downloaded cfg-if v1.0.4
3902026-04-15T20:05:50.873Z Downloaded thiserror v1.0.69
3912026-04-15T20:05:50.877Z Downloaded dof v0.3.0
3922026-04-15T20:05:50.877Z Downloaded serde_spanned v0.6.9
3932026-04-15T20:05:50.880Z Downloaded unicode-ident v1.0.24
3942026-04-15T20:05:50.884Z Downloaded equivalent v1.0.2
3952026-04-15T20:05:50.884Z Downloaded proc-macro-error v1.0.4
3962026-04-15T20:05:50.887Z Downloaded anstyle-parse v0.2.7
3972026-04-15T20:05:50.887Z Downloaded camino v1.2.2
3982026-04-15T20:05:50.887Z Downloaded stable_deref_trait v1.2.1
3992026-04-15T20:05:50.887Z Downloaded ucd-trie v0.1.7
4002026-04-15T20:05:50.893Z Downloaded url v2.5.8
4012026-04-15T20:05:50.899Z Downloaded typenum v1.19.0
4022026-04-15T20:05:50.899Z Downloaded errno v0.3.14
4032026-04-15T20:05:50.899Z Downloaded heck v0.5.0
4042026-04-15T20:05:50.911Z Downloaded is_terminal_polyfill v1.70.2
4052026-04-15T20:05:50.911Z Downloaded cargo-platform v0.2.0
4062026-04-15T20:05:50.917Z Downloaded fnv v1.0.7
4072026-04-15T20:05:50.917Z Downloaded zerovec v0.11.5
4082026-04-15T20:05:50.922Z Downloaded winnow v0.7.14
4092026-04-15T20:05:50.927Z Downloaded zerocopy v0.7.35
4102026-04-15T20:05:50.931Z Downloaded smawk v0.3.2
4112026-04-15T20:05:50.938Z Downloaded serde_tokenstream v0.2.3
4122026-04-15T20:05:50.938Z Downloaded potential_utf v0.1.4
4132026-04-15T20:05:50.938Z Downloaded unicode-width v0.1.14
4142026-04-15T20:05:50.938Z Downloaded synstructure v0.13.2
4152026-04-15T20:05:50.938Z Downloaded semver v1.0.27
4162026-04-15T20:05:50.938Z Downloaded unicode-width v0.2.0
4172026-04-15T20:05:50.943Z Downloaded displaydoc v0.2.5
4182026-04-15T20:05:50.943Z Downloaded cargo-util-schemas v0.8.2
4192026-04-15T20:05:50.943Z Downloaded once_cell v1.21.3
4202026-04-15T20:05:50.947Z Downloaded cargo_toml v0.21.0
4212026-04-15T20:05:50.947Z Downloaded strsim v0.11.1
4222026-04-15T20:05:50.947Z Downloaded cargo_metadata v0.21.0
4232026-04-15T20:05:50.953Z Downloaded byteorder v1.5.0
4242026-04-15T20:05:50.957Z Downloaded sha2 v0.10.9
4252026-04-15T20:05:50.957Z Downloaded serde-untagged v0.1.9
4262026-04-15T20:05:50.957Z Downloaded fastrand v2.3.0
4272026-04-15T20:05:50.962Z Downloaded quote v1.0.44
4282026-04-15T20:05:50.965Z Downloaded pretty-hex v0.4.1
4292026-04-15T20:05:50.973Z Downloaded camino-tempfile v1.4.1
4302026-04-15T20:05:50.976Z Downloaded litemap v0.8.1
4312026-04-15T20:05:50.976Z Downloaded erased-serde v0.4.9
4322026-04-15T20:05:50.980Z Downloaded tempfile v3.25.0
4332026-04-15T20:05:50.984Z Downloaded smallvec v1.15.1
4342026-04-15T20:05:50.988Z Downloaded anyhow v1.0.102
4352026-04-15T20:05:50.993Z Downloaded pest_generator v2.8.6
4362026-04-15T20:05:50.996Z Downloaded clap_derive v4.5.55
4372026-04-15T20:05:51.001Z Downloaded clap v4.5.60
4382026-04-15T20:05:51.008Z Downloaded papergrid v0.11.0
4392026-04-15T20:05:51.011Z Downloaded num-traits v0.2.19
4402026-04-15T20:05:51.014Z Downloaded log v0.4.29
4412026-04-15T20:05:51.014Z Downloaded bitflags v2.11.0
4422026-04-15T20:05:51.019Z Downloaded proc-macro2 v1.0.106
4432026-04-15T20:05:51.035Z Downloaded serde_core v1.0.228
4442026-04-15T20:05:51.042Z Downloaded serde_derive v1.0.228
4452026-04-15T20:05:51.051Z Downloaded pest_meta v2.8.6
4462026-04-15T20:05:51.059Z Downloaded serde v1.0.228
4472026-04-15T20:05:51.059Z Downloaded icu_locale_core v2.1.1
4482026-04-15T20:05:51.065Z Downloaded icu_normalizer_data v2.1.1
4492026-04-15T20:05:51.068Z Downloaded icu_collections v2.1.1
4502026-04-15T20:05:51.072Z Downloaded icu_normalizer v2.1.1
4512026-04-15T20:05:51.079Z Downloaded serde_json v1.0.149
4522026-04-15T20:05:51.083Z Downloaded indexmap v2.13.0
4532026-04-15T20:05:51.107Z Downloaded hashbrown v0.16.1
4542026-04-15T20:05:51.110Z Downloaded pest v2.8.6
4552026-04-15T20:05:51.122Z Downloaded clap_builder v4.5.60
4562026-04-15T20:05:51.126Z Downloaded idna v1.1.0
4572026-04-15T20:05:51.130Z Downloaded goblin v0.8.2
4582026-04-15T20:05:51.137Z Downloaded tabled v0.15.0
4592026-04-15T20:05:51.145Z Downloaded syn v1.0.109
4602026-04-15T20:05:51.155Z Downloaded syn v2.0.117
4612026-04-15T20:05:51.175Z Downloaded rustix v1.1.3
4622026-04-15T20:05:51.204Z Downloaded libc v0.2.180
4632026-04-15T20:05:51.271Z Compiling proc-macro2 v1.0.106
4642026-04-15T20:05:51.271Z Compiling unicode-ident v1.0.24
4652026-04-15T20:05:51.275Z Compiling quote v1.0.44
4662026-04-15T20:05:51.275Z Compiling serde_core v1.0.228
4672026-04-15T20:05:51.275Z Compiling libc v0.2.180
4682026-04-15T20:05:51.275Z Compiling version_check v0.9.5
4692026-04-15T20:05:51.275Z Compiling memchr v2.8.0
4702026-04-15T20:05:51.275Z Compiling stable_deref_trait v1.2.1
4712026-04-15T20:05:51.581Z Compiling serde v1.0.228
4722026-04-15T20:05:51.607Z Compiling zmij v1.0.21
4732026-04-15T20:05:51.785Z Compiling itoa v1.0.17
4742026-04-15T20:05:51.952Z Compiling thiserror v1.0.69
4752026-04-15T20:05:52.131Z Compiling ucd-trie v0.1.7
4762026-04-15T20:05:52.371Z Compiling autocfg v1.5.0
4772026-04-15T20:05:52.623Z Compiling pest v2.8.6
4782026-04-15T20:05:52.756Z Compiling litemap v0.8.1
4792026-04-15T20:05:52.805Z Compiling writeable v0.6.2
4802026-04-15T20:05:52.855Z Compiling icu_properties_data v2.1.2
4812026-04-15T20:05:52.944Z Compiling rustix v1.1.3
4822026-04-15T20:05:52.961Z Compiling icu_normalizer_data v2.1.1
4832026-04-15T20:05:53.002Z Compiling byteorder v1.5.0
4842026-04-15T20:05:53.274Z Compiling errno v0.3.14
4852026-04-15T20:05:53.325Z Compiling syn v2.0.117
4862026-04-15T20:05:53.424Z Compiling serde_json v1.0.149
4872026-04-15T20:05:53.428Z Compiling bitflags v2.11.0
4882026-04-15T20:05:53.602Z Compiling num-traits v0.2.19
4892026-04-15T20:05:53.647Z Compiling pest_meta v2.8.6
4902026-04-15T20:05:53.667Z Compiling smallvec v1.15.1
4912026-04-15T20:05:53.778Z Compiling equivalent v1.0.2
4922026-04-15T20:05:53.850Z Compiling hashbrown v0.16.1
4932026-04-15T20:05:53.885Z Compiling typeid v1.0.3
4942026-04-15T20:05:54.206Z Compiling thread-id v4.2.2
4952026-04-15T20:05:54.246Z Compiling proc-macro-error-attr v1.0.4
4962026-04-15T20:05:54.291Z Compiling usdt-impl v0.5.0
4972026-04-15T20:05:54.385Z Compiling indexmap v2.13.0
4982026-04-15T20:05:54.424Z Compiling winnow v0.7.14
4992026-04-15T20:05:54.427Z Compiling erased-serde v0.4.9
5002026-04-15T20:05:54.643Z Compiling toml_write v0.1.2
5012026-04-15T20:05:54.680Z Compiling syn v1.0.109
5022026-04-15T20:05:55.031Z Compiling proc-macro-error v1.0.4
5032026-04-15T20:05:55.108Z Compiling thiserror v2.0.18
5042026-04-15T20:05:55.217Z Compiling percent-encoding v2.3.2
5052026-04-15T20:05:55.255Z Compiling camino v1.2.2
5062026-04-15T20:05:55.407Z Compiling utf8_iter v1.0.4
5072026-04-15T20:05:55.435Z Compiling getrandom v0.3.4
5082026-04-15T20:05:55.501Z Compiling log v0.4.29
5092026-04-15T20:05:55.519Z Compiling plain v0.2.3
5102026-04-15T20:05:55.555Z Compiling utf8parse v0.2.2
5112026-04-15T20:05:55.640Z Compiling ordered-float v2.10.1
5122026-04-15T20:05:55.683Z Compiling anstyle-parse v0.2.7
5132026-04-15T20:05:55.700Z Compiling form_urlencoded v1.2.2
5142026-04-15T20:05:55.877Z Compiling synstructure v0.13.2
5152026-04-15T20:05:55.881Z Compiling pest_generator v2.8.6
5162026-04-15T20:05:55.942Z Compiling terminal_size v0.4.3
5172026-04-15T20:05:56.183Z Compiling cfg-if v1.0.4
5182026-04-15T20:05:56.259Z Compiling pretty-hex v0.4.1
5192026-04-15T20:05:56.287Z Compiling anstyle v1.0.13
5202026-04-15T20:05:56.308Z Compiling is_terminal_polyfill v1.70.2
5212026-04-15T20:05:56.365Z Compiling colorchoice v1.0.4
5222026-04-15T20:05:56.396Z Compiling anstyle-query v1.1.5
5232026-04-15T20:05:56.489Z Compiling anstream v0.6.21
5242026-04-15T20:05:56.505Z Compiling serde-untagged v0.1.9
5252026-04-15T20:05:56.537Z Compiling semver v1.0.27
5262026-04-15T20:05:56.635Z Compiling fs-err v3.3.0
5272026-04-15T20:05:56.739Z Compiling strsim v0.11.1
5282026-04-15T20:05:56.785Z Compiling anyhow v1.0.102
5292026-04-15T20:05:56.823Z Compiling unicode-width v0.1.14
5302026-04-15T20:05:56.850Z Compiling heck v0.4.1
5312026-04-15T20:05:56.890Z Compiling fastrand v2.3.0
5322026-04-15T20:05:57.145Z Compiling once_cell v1.21.3
5332026-04-15T20:05:57.154Z Compiling bytecount v0.6.9
5342026-04-15T20:05:57.164Z Compiling fnv v1.0.7
5352026-04-15T20:05:57.199Z Compiling unicode-xid v0.2.6
5362026-04-15T20:05:57.267Z Compiling heck v0.5.0
5372026-04-15T20:05:57.316Z Compiling clap_lex v1.0.0
5382026-04-15T20:05:57.321Z Compiling tempfile v3.25.0
5392026-04-15T20:05:57.352Z Compiling papergrid v0.11.0
5402026-04-15T20:05:57.510Z Compiling clap_builder v4.5.60
5412026-04-15T20:05:57.577Z Compiling serde_derive v1.0.228
5422026-04-15T20:05:57.647Z Compiling zerofrom-derive v0.1.6
5432026-04-15T20:05:57.673Z Compiling yoke-derive v0.8.1
5442026-04-15T20:05:57.709Z Compiling zerovec-derive v0.11.2
5452026-04-15T20:05:57.978Z Compiling displaydoc v0.2.5
5462026-04-15T20:05:58.720Z Compiling thiserror-impl v1.0.69
5472026-04-15T20:05:58.786Z Compiling zerocopy-derive v0.7.35
5482026-04-15T20:05:58.803Z Compiling pest_derive v2.8.6
5492026-04-15T20:05:58.818Z Compiling scroll_derive v0.12.1
5502026-04-15T20:05:59.036Z Compiling zerofrom v0.1.6
5512026-04-15T20:05:59.168Z Compiling yoke v0.8.1
5522026-04-15T20:05:59.212Z Compiling thiserror-impl v2.0.18
5532026-04-15T20:05:59.356Z Compiling zerovec v0.11.5
5542026-04-15T20:05:59.470Z Compiling zerotrie v0.2.3
5552026-04-15T20:05:59.634Z Compiling zerocopy v0.7.35
5562026-04-15T20:05:59.768Z Compiling scroll v0.12.0
5572026-04-15T20:05:59.852Z Compiling tinystr v0.8.2
5582026-04-15T20:06:00.040Z Compiling icu_locale_core v2.1.1
5592026-04-15T20:06:00.059Z Compiling potential_utf v0.1.4
5602026-04-15T20:06:00.063Z Compiling dtrace-parser v0.2.0
5612026-04-15T20:06:00.178Z Compiling icu_collections v2.1.1
5622026-04-15T20:06:00.225Z Compiling goblin v0.8.2
5632026-04-15T20:06:00.493Z Compiling tabled_derive v0.7.0
5642026-04-15T20:06:00.649Z Compiling icu_provider v2.1.1
5652026-04-15T20:06:00.668Z Compiling clap_derive v4.5.55
5662026-04-15T20:06:00.827Z Compiling memmap v0.7.0
5672026-04-15T20:06:00.912Z Compiling icu_properties v2.1.2
5682026-04-15T20:06:00.945Z Compiling icu_normalizer v2.1.1
5692026-04-15T20:06:01.008Z Compiling serde_spanned v0.6.9
5702026-04-15T20:06:01.024Z Compiling toml_datetime v0.6.11
5712026-04-15T20:06:01.041Z Compiling dof v0.3.0
5722026-04-15T20:06:01.153Z Compiling serde_tokenstream v0.2.3
5732026-04-15T20:06:01.282Z Compiling toml_edit v0.22.27
5742026-04-15T20:06:01.433Z Compiling serde-value v0.7.0
5752026-04-15T20:06:01.462Z Compiling cargo-platform v0.2.0
5762026-04-15T20:06:01.482Z Compiling unicode-linebreak v0.1.5
5772026-04-15T20:06:01.721Z Compiling unicode-width v0.2.0
5782026-04-15T20:06:01.756Z Compiling idna_adapter v1.2.1
5792026-04-15T20:06:01.804Z Compiling smawk v0.3.2
5802026-04-15T20:06:01.900Z Compiling idna v1.1.0
5812026-04-15T20:06:01.944Z Compiling textwrap v0.16.2
5822026-04-15T20:06:02.004Z Compiling tabled v0.15.0
5832026-04-15T20:06:02.044Z Compiling usdt-attr-macro v0.5.0
5842026-04-15T20:06:02.048Z Compiling usdt-macro v0.5.0
5852026-04-15T20:06:02.443Z Compiling url v2.5.8
5862026-04-15T20:06:02.603Z Compiling clap v4.5.60
5872026-04-15T20:06:02.683Z Compiling macaddr v1.0.1
5882026-04-15T20:06:02.915Z Compiling toml v0.8.23
5892026-04-15T20:06:03.081Z Compiling camino-tempfile v1.4.1
5902026-04-15T20:06:03.165Z Compiling swrite v0.1.0
5912026-04-15T20:06:03.203Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-15T20:06:03.334Z Compiling cargo-util-schemas v0.8.2
5932026-04-15T20:06:03.428Z Compiling usdt v0.5.0
5942026-04-15T20:06:03.457Z Compiling cargo_toml v0.21.0
5952026-04-15T20:06:04.216Z Compiling cargo_metadata v0.21.0
5962026-04-15T20:06:05.127Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-15T20:06:07.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.13s
5982026-04-15T20:06:07.445Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-15T20:06:08.011Z Downloading crates ...
6002026-04-15T20:06:08.125Z Downloaded aead v0.5.2
6012026-04-15T20:06:08.128Z Downloaded crossbeam-deque v0.8.6
6022026-04-15T20:06:08.128Z Downloaded bcrypt-pbkdf v0.10.0
6032026-04-15T20:06:08.128Z Downloaded async-recursion v1.1.1
6042026-04-15T20:06:08.132Z Downloaded atty v0.2.14
6052026-04-15T20:06:08.132Z Downloaded bb8 v0.8.6
6062026-04-15T20:06:08.132Z Downloaded darling v0.23.0
6072026-04-15T20:06:08.136Z Downloaded base64ct v1.8.3
6082026-04-15T20:06:08.136Z Downloaded atomic-waker v1.1.2
6092026-04-15T20:06:08.136Z Downloaded async-stream-impl v0.3.6
6102026-04-15T20:06:08.139Z Downloaded cstr-argument v0.1.2
6112026-04-15T20:06:08.139Z Downloaded backoff v0.4.0
6122026-04-15T20:06:08.139Z Downloaded crossbeam-epoch v0.9.18
6132026-04-15T20:06:08.143Z Downloaded curve25519-dalek-derive v0.1.1
6142026-04-15T20:06:08.143Z Downloaded crc32fast v1.5.0
6152026-04-15T20:06:08.143Z Downloaded crc8 v0.1.1
6162026-04-15T20:06:08.143Z Downloaded assert_matches v1.5.0
6172026-04-15T20:06:08.146Z Downloaded base16ct v0.2.0
6182026-04-15T20:06:08.146Z Downloaded ascii-canvas v3.0.0
6192026-04-15T20:06:08.146Z Downloaded async-bb8-diesel v0.2.1
6202026-04-15T20:06:08.149Z Downloaded crossbeam-utils v0.8.21
6212026-04-15T20:06:08.149Z Downloaded csv-core v0.1.13
6222026-04-15T20:06:08.153Z Downloaded critical-section v1.2.0
6232026-04-15T20:06:08.153Z Downloaded crossbeam-channel v0.5.15
6242026-04-15T20:06:08.156Z Downloaded bit-vec v0.8.0
6252026-04-15T20:06:08.156Z Downloaded async-stream v0.3.6
6262026-04-15T20:06:08.156Z Downloaded dropshot-api-manager-types v0.6.0
6272026-04-15T20:06:08.159Z Downloaded bit-set v0.5.3
6282026-04-15T20:06:08.160Z Downloaded defmt-macros v1.0.1
6292026-04-15T20:06:08.160Z Downloaded ctr v0.9.2
6302026-04-15T20:06:08.163Z Downloaded atomicwrites v0.4.4
6312026-04-15T20:06:08.163Z Downloaded ciborium-ll v0.2.2
6322026-04-15T20:06:08.163Z Downloaded derive_builder v0.20.2
6332026-04-15T20:06:08.168Z Downloaded data-encoding v2.10.0
6342026-04-15T20:06:08.168Z Downloaded daft v0.1.5
6352026-04-15T20:06:08.172Z Downloaded fallible-iterator v0.2.0
6362026-04-15T20:06:08.172Z Downloaded document-features v0.2.12
6372026-04-15T20:06:08.172Z Downloaded defmt v0.3.100
6382026-04-15T20:06:08.172Z Downloaded async-trait v0.1.89
6392026-04-15T20:06:08.178Z Downloaded arrayvec v0.7.6
6402026-04-15T20:06:08.178Z Downloaded darling v0.20.11
6412026-04-15T20:06:08.181Z Downloaded embedded-io v0.6.1
6422026-04-15T20:06:08.181Z Downloaded cobs v0.3.0
6432026-04-15T20:06:08.181Z Downloaded daft-derive v0.1.5
6442026-04-15T20:06:08.181Z Downloaded crunchy v0.2.4
6452026-04-15T20:06:08.181Z Downloaded defmt-parser v1.0.0
6462026-04-15T20:06:08.185Z Downloaded bitfield-struct v0.6.2
6472026-04-15T20:06:08.185Z Downloaded convert_case v0.4.0
6482026-04-15T20:06:08.185Z Downloaded bitfield-macros v0.19.4
6492026-04-15T20:06:08.185Z Downloaded debug-ignore v1.0.5
6502026-04-15T20:06:08.185Z Downloaded adler2 v2.0.1
6512026-04-15T20:06:08.189Z Downloaded async-compression v0.4.41
6522026-04-15T20:06:08.192Z Downloaded crucible-workspace-hack v0.1.0
6532026-04-15T20:06:08.192Z Downloaded compression-core v0.4.31
6542026-04-15T20:06:08.195Z Downloaded enum-as-inner v0.6.1
6552026-04-15T20:06:08.195Z Downloaded derive_builder_macro v0.20.2
6562026-04-15T20:06:08.195Z Downloaded dunce v1.0.5
6572026-04-15T20:06:08.199Z Downloaded fixedbitset v0.4.2
6582026-04-15T20:06:08.199Z Downloaded bcs v0.1.6
6592026-04-15T20:06:08.202Z Downloaded ciborium-io v0.2.2
6602026-04-15T20:06:08.202Z Downloaded cfg_aliases v0.2.1
6612026-04-15T20:06:08.202Z Downloaded cargo-platform v0.1.9
6622026-04-15T20:06:08.206Z Downloaded block-padding v0.3.3
6632026-04-15T20:06:08.206Z Downloaded dirs-sys-next v0.1.2
6642026-04-15T20:06:08.206Z Downloaded darling_macro v0.23.0
6652026-04-15T20:06:08.209Z Downloaded display-error-chain v0.2.2
6662026-04-15T20:06:08.209Z Downloaded castaway v0.2.4
6672026-04-15T20:06:08.213Z Downloaded float-ord v0.3.2
6682026-04-15T20:06:08.213Z Downloaded endian-type v0.1.2
6692026-04-15T20:06:08.213Z Downloaded dirs-next v2.0.0
6702026-04-15T20:06:08.217Z Downloaded downcast-rs v2.0.2
6712026-04-15T20:06:08.217Z Downloaded dof v0.4.0
6722026-04-15T20:06:08.220Z Downloaded float-cmp v0.10.0
6732026-04-15T20:06:08.220Z Downloaded dtrace-parser v0.3.0
6742026-04-15T20:06:08.224Z Downloaded dyn-clone v1.0.20
6752026-04-15T20:06:08.224Z Downloaded dsl_auto_type v0.2.0
6762026-04-15T20:06:08.224Z Downloaded find-msvc-tools v0.1.9
6772026-04-15T20:06:08.227Z Downloaded foldhash v0.2.0
6782026-04-15T20:06:08.231Z Downloaded buf-list v1.1.2
6792026-04-15T20:06:08.235Z Downloaded bitfield v0.19.4
6802026-04-15T20:06:08.235Z Downloaded diesel_table_macro_syntax v0.3.0
6812026-04-15T20:06:08.238Z Downloaded argon2 v0.5.3
6822026-04-15T20:06:08.238Z Downloaded convert_case v0.10.0
6832026-04-15T20:06:08.238Z Downloaded bit-vec v0.6.3
6842026-04-15T20:06:08.242Z Downloaded cfg_aliases v0.1.1
6852026-04-15T20:06:08.245Z Downloaded fd-lock v4.0.4
6862026-04-15T20:06:08.246Z Downloaded embedded-io v0.4.0
6872026-04-15T20:06:08.246Z Downloaded array-init v0.0.4
6882026-04-15T20:06:08.249Z Downloaded darling_macro v0.20.11
6892026-04-15T20:06:08.249Z Downloaded flagset v0.4.7
6902026-04-15T20:06:08.254Z Downloaded arrayref v0.3.9
6912026-04-15T20:06:08.254Z Downloaded darling_macro v0.21.3
6922026-04-15T20:06:08.257Z Downloaded backon v1.6.0
6932026-04-15T20:06:08.261Z Downloaded cbc v0.1.2
6942026-04-15T20:06:08.264Z Downloaded constant_time_eq v0.4.2
6952026-04-15T20:06:08.264Z Downloaded base64 v0.22.1
6962026-04-15T20:06:08.268Z Downloaded blowfish v0.9.1
6972026-04-15T20:06:08.269Z Downloaded crc v3.4.0
6982026-04-15T20:06:08.269Z Downloaded hash32 v0.2.1
6992026-04-15T20:06:08.272Z Downloaded fxhash v0.2.1
7002026-04-15T20:06:08.272Z Downloaded futures-sink v0.3.32
7012026-04-15T20:06:08.272Z Downloaded foreign-types-macros v0.2.3
7022026-04-15T20:06:08.275Z Downloaded foreign-types-shared v0.1.1
7032026-04-15T20:06:08.275Z Downloaded funty v2.0.0
7042026-04-15T20:06:08.275Z Downloaded foreign-types v0.3.2
7052026-04-15T20:06:08.275Z Downloaded headers-core v0.3.0
7062026-04-15T20:06:08.275Z Downloaded drift v0.1.3
7072026-04-15T20:06:08.279Z Downloaded futures-macro v0.3.32
7082026-04-15T20:06:08.279Z Downloaded ghash v0.5.1
7092026-04-15T20:06:08.282Z Downloaded erased-serde v0.3.31
7102026-04-15T20:06:08.282Z Downloaded futures-task v0.3.32
7112026-04-15T20:06:08.282Z Downloaded ena v0.14.4
7122026-04-15T20:06:08.285Z Downloaded camino-tempfile-ext v0.3.3
7132026-04-15T20:06:08.286Z Downloaded bit-set v0.8.0
7142026-04-15T20:06:08.286Z Downloaded futures-core v0.3.32
7152026-04-15T20:06:08.289Z Downloaded darling_core v0.21.3
7162026-04-15T20:06:08.289Z Downloaded foreign-types-shared v0.3.1
7172026-04-15T20:06:08.294Z Downloaded deranged v0.5.8
7182026-04-15T20:06:08.294Z Downloaded derive_builder_core v0.20.2
7192026-04-15T20:06:08.294Z Downloaded defmt v1.0.1
7202026-04-15T20:06:08.297Z Downloaded darling_core v0.20.11
7212026-04-15T20:06:08.297Z Downloaded hash32 v0.3.1
7222026-04-15T20:06:08.301Z Downloaded hex v0.4.3
7232026-04-15T20:06:08.301Z Downloaded globwalk v0.9.1
7242026-04-15T20:06:08.301Z Downloaded git-stub v1.0.0
7252026-04-15T20:06:08.301Z Downloaded gethostname v0.5.0
7262026-04-15T20:06:08.304Z Downloaded compression-codecs v0.4.37
7272026-04-15T20:06:08.304Z Downloaded home v0.5.12
7282026-04-15T20:06:08.307Z Downloaded der_derive v0.7.3
7292026-04-15T20:06:08.307Z Downloaded http-body v1.0.1
7302026-04-15T20:06:08.307Z Downloaded hostname v0.4.2
7312026-04-15T20:06:08.307Z Downloaded hostname v0.3.1
7322026-04-15T20:06:08.311Z Downloaded foreign-types v0.5.0
7332026-04-15T20:06:08.314Z Downloaded cookie_store v0.22.1
7342026-04-15T20:06:08.314Z Downloaded bzip2 v0.4.4
7352026-04-15T20:06:08.314Z Downloaded hyper-tls v0.6.0
7362026-04-15T20:06:08.317Z Downloaded colored v3.1.1
7372026-04-15T20:06:08.317Z Downloaded chacha20 v0.9.1
7382026-04-15T20:06:08.317Z Downloaded cipher v0.4.4
7392026-04-15T20:06:08.320Z Downloaded cassowary v0.3.0
7402026-04-15T20:06:08.321Z Downloaded bzip2 v0.6.1
7412026-04-15T20:06:08.321Z Downloaded crc-catalog v2.4.0
7422026-04-15T20:06:08.324Z Downloaded foldhash v0.1.5
7432026-04-15T20:06:08.324Z Downloaded cpufeatures v0.3.0
7442026-04-15T20:06:08.324Z Downloaded cexpr v0.6.0
7452026-04-15T20:06:08.327Z Downloaded env_filter v1.0.0
7462026-04-15T20:06:08.327Z Downloaded cargo_metadata v0.19.2
7472026-04-15T20:06:08.327Z Downloaded ff v0.13.1
7482026-04-15T20:06:08.331Z Downloaded difflib v0.4.0
7492026-04-15T20:06:08.331Z Downloaded diesel-dtrace v0.5.0
7502026-04-15T20:06:08.331Z Downloaded hubpack_derive v0.1.1
7512026-04-15T20:06:08.334Z Downloaded ecdsa v0.16.9
7522026-04-15T20:06:08.334Z Downloaded hubpack v0.1.2
7532026-04-15T20:06:08.334Z Downloaded http-range v0.1.5
7542026-04-15T20:06:08.334Z Downloaded cmake v0.1.57
7552026-04-15T20:06:08.337Z Downloaded bitflags v1.3.2
7562026-04-15T20:06:08.337Z Downloaded fixedbitset v0.5.7
7572026-04-15T20:06:08.340Z Downloaded httpdate v1.0.3
7582026-04-15T20:06:08.341Z Downloaded futures-executor v0.3.32
7592026-04-15T20:06:08.341Z Downloaded corncobs v0.1.4
7602026-04-15T20:06:08.344Z Downloaded futures-io v0.3.32
7612026-04-15T20:06:08.344Z Downloaded filetime v0.2.27
7622026-04-15T20:06:08.344Z Downloaded fs_extra v1.3.0
7632026-04-15T20:06:08.347Z Downloaded globset v0.4.18
7642026-04-15T20:06:08.347Z Downloaded instability v0.3.11
7652026-04-15T20:06:08.347Z Downloaded inout v0.1.4
7662026-04-15T20:06:08.351Z Downloaded ident_case v1.0.1
7672026-04-15T20:06:08.351Z Downloaded either v1.15.0
7682026-04-15T20:06:08.351Z Downloaded indoc v1.0.9
7692026-04-15T20:06:08.354Z Downloaded indent_write v2.2.0
7702026-04-15T20:06:08.354Z Downloaded instant v0.1.13
7712026-04-15T20:06:08.354Z Downloaded byte-wrapper v0.1.0
7722026-04-15T20:06:08.358Z Downloaded console v0.15.11
7732026-04-15T20:06:08.362Z Downloaded env_logger v0.11.9
7742026-04-15T20:06:08.362Z Downloaded fs-err v2.11.0
7752026-04-15T20:06:08.365Z Downloaded clang-sys v1.8.1
7762026-04-15T20:06:08.365Z Downloaded ed25519 v2.2.3
7772026-04-15T20:06:08.365Z Downloaded ciborium v0.2.2
7782026-04-15T20:06:08.371Z Downloaded derive_more v0.99.20
7792026-04-15T20:06:08.374Z Downloaded is_ci v1.2.0
7802026-04-15T20:06:08.374Z Downloaded is-terminal v0.4.17
7812026-04-15T20:06:08.374Z Downloaded internet-checksum v0.2.1
7822026-04-15T20:06:08.374Z Downloaded hex-literal v0.4.1
7832026-04-15T20:06:08.375Z Downloaded git-stub-vcs v0.1.0
7842026-04-15T20:06:08.378Z Downloaded highway v1.3.0
7852026-04-15T20:06:08.378Z Downloaded console v0.16.2
7862026-04-15T20:06:08.381Z Downloaded http-body-util v0.1.3
7872026-04-15T20:06:08.381Z Downloaded cookie v0.18.1
7882026-04-15T20:06:08.385Z Downloaded blake2 v0.10.6
7892026-04-15T20:06:08.385Z Downloaded cancel-safe-futures v0.1.5
7902026-04-15T20:06:08.388Z Downloaded lalrpop-util v0.19.12
7912026-04-15T20:06:08.388Z Downloaded keccak v0.1.6
7922026-04-15T20:06:08.388Z Downloaded const_format_proc_macros v0.2.34
7932026-04-15T20:06:08.388Z Downloaded colored v2.2.0
7942026-04-15T20:06:08.391Z Downloaded lru v0.12.5
7952026-04-15T20:06:08.391Z Downloaded ahash v0.8.12
7962026-04-15T20:06:08.395Z Downloaded lru-slab v0.1.2
7972026-04-15T20:06:08.395Z Downloaded lazy_static v1.5.0
7982026-04-15T20:06:08.395Z Downloaded hyper-staticfile v0.10.1
7992026-04-15T20:06:08.398Z Downloaded linked-hash-map v0.5.6
8002026-04-15T20:06:08.398Z Downloaded kstat-rs v0.2.4
8012026-04-15T20:06:08.398Z Downloaded humantime v2.3.0
8022026-04-15T20:06:08.404Z Downloaded diff v0.1.13
8032026-04-15T20:06:08.404Z Downloaded lzss v0.8.2
8042026-04-15T20:06:08.408Z Downloaded lru-cache v0.1.2
8052026-04-15T20:06:08.408Z Downloaded derive-ex v0.1.8
8062026-04-15T20:06:08.412Z Downloaded memoffset v0.9.1
8072026-04-15T20:06:08.417Z Downloaded ingot v0.1.1
8082026-04-15T20:06:08.417Z Downloaded indoc v2.0.7
8092026-04-15T20:06:08.459Z Downloaded md-5 v0.10.6
8102026-04-15T20:06:08.459Z Downloaded maybe-uninit v2.0.0
8112026-04-15T20:06:08.459Z Downloaded mime v0.3.17
8122026-04-15T20:06:08.459Z Downloaded impl-trait-for-tuples v0.2.3
8132026-04-15T20:06:08.459Z Downloaded match_cfg v0.1.0
8142026-04-15T20:06:08.459Z Downloaded maplit v1.0.2
8152026-04-15T20:06:08.459Z Downloaded managed v0.8.0
8162026-04-15T20:06:08.459Z Downloaded md5 v0.7.0
8172026-04-15T20:06:08.459Z Downloaded dropshot_endpoint v0.17.0
8182026-04-15T20:06:08.459Z Downloaded allocator-api2 v0.2.21
8192026-04-15T20:06:08.459Z Downloaded group v0.13.0
8202026-04-15T20:06:08.459Z Downloaded getrandom v0.2.17
8212026-04-15T20:06:08.459Z Downloaded futures-channel v0.3.32
8222026-04-15T20:06:08.459Z Downloaded des v0.8.1
8232026-04-15T20:06:08.459Z Downloaded const-oid v0.9.6
8242026-04-15T20:06:08.459Z Downloaded glob v0.3.3
8252026-04-15T20:06:08.459Z Downloaded new_debug_unreachable v1.0.6
8262026-04-15T20:06:08.459Z Downloaded ipnetwork v0.21.1
8272026-04-15T20:06:08.459Z Downloaded newtype_derive v0.1.6
8282026-04-15T20:06:08.459Z Downloaded newline-converter v0.3.0
8292026-04-15T20:06:08.459Z Downloaded ipnet v2.11.0
8302026-04-15T20:06:08.459Z Downloaded nodrop v0.1.14
8312026-04-15T20:06:08.459Z Downloaded newtype-uuid-macros v0.1.0
8322026-04-15T20:06:08.459Z Downloaded nibble_vec v0.1.0
8332026-04-15T20:06:08.459Z Downloaded normalize-line-endings v0.3.0
8342026-04-15T20:06:08.459Z Downloaded ingot-types v0.1.2
8352026-04-15T20:06:08.459Z Downloaded base64 v0.21.7
8362026-04-15T20:06:08.460Z Downloaded hmac v0.12.1
8372026-04-15T20:06:08.460Z Downloaded derive-where v1.6.0
8382026-04-15T20:06:08.469Z Downloaded iana-time-zone v0.1.65
8392026-04-15T20:06:08.469Z Downloaded chacha20 v0.10.0
8402026-04-15T20:06:08.469Z Downloaded libscf-sys v1.1.0
8412026-04-15T20:06:08.470Z Downloaded hyper-rustls v0.27.7
8422026-04-15T20:06:08.470Z Downloaded libloading v0.8.9
8432026-04-15T20:06:08.470Z Downloaded const_format v0.2.35
8442026-04-15T20:06:08.470Z Downloaded num-iter v0.1.45
8452026-04-15T20:06:08.470Z Downloaded num-derive v0.3.3
8462026-04-15T20:06:08.474Z Downloaded num_threads v0.1.7
8472026-04-15T20:06:08.474Z Downloaded num v0.4.3
8482026-04-15T20:06:08.475Z Downloaded nonempty v0.12.0
8492026-04-15T20:06:08.475Z Downloaded jobserver v0.1.34
8502026-04-15T20:06:08.475Z Downloaded oso-derive v0.27.3
8512026-04-15T20:06:08.475Z Downloaded openssl-probe v0.2.1
8522026-04-15T20:06:08.475Z Downloaded openssl-macros v0.1.1
8532026-04-15T20:06:08.475Z Downloaded libsw-core v0.3.2
8542026-04-15T20:06:08.475Z Downloaded arc-swap v1.8.2
8552026-04-15T20:06:08.475Z Downloaded num_enum_derive v0.5.11
8562026-04-15T20:06:08.478Z Downloaded num-derive v0.4.2
8572026-04-15T20:06:08.478Z Downloaded lock_api v0.4.14
8582026-04-15T20:06:08.482Z Downloaded olpc-cjson v0.1.4
8592026-04-15T20:06:08.487Z Downloaded darling v0.21.3
8602026-04-15T20:06:08.487Z Downloaded fatfs v0.3.6
8612026-04-15T20:06:08.491Z Downloaded httparse v1.10.1
8622026-04-15T20:06:08.491Z Downloaded dropshot_endpoint v0.16.7
8632026-04-15T20:06:08.491Z Downloaded multimap v0.10.1
8642026-04-15T20:06:08.494Z Downloaded ingot-macros v0.1.1
8652026-04-15T20:06:08.494Z Downloaded openssl-probe v0.1.6
8662026-04-15T20:06:08.494Z Downloaded compact_str v0.8.1
8672026-04-15T20:06:08.499Z Downloaded mime_guess v2.0.5
8682026-04-15T20:06:08.499Z Downloaded futures v0.3.32
8692026-04-15T20:06:08.502Z Downloaded crc-any v2.5.0
8702026-04-15T20:06:08.502Z Downloaded multer v3.1.0
8712026-04-15T20:06:08.507Z Downloaded elliptic-curve v0.13.8
8722026-04-15T20:06:08.510Z Downloaded half v2.7.1
8732026-04-15T20:06:08.510Z Downloaded half v1.8.3
8742026-04-15T20:06:08.513Z Downloaded path-slash v0.1.5
8752026-04-15T20:06:08.526Z Downloaded pbkdf2 v0.11.0
8762026-04-15T20:06:08.531Z Downloaded parse-display v0.10.0
8772026-04-15T20:06:08.531Z Downloaded pbkdf2 v0.12.2
8782026-04-15T20:06:08.531Z Downloaded nanorand v0.7.0
8792026-04-15T20:06:08.534Z Downloaded newtype-uuid v1.3.2
8802026-04-15T20:06:08.534Z Downloaded packed_struct_codegen v0.10.1
8812026-04-15T20:06:08.534Z Downloaded nu-ansi-term v0.50.3
8822026-04-15T20:06:08.534Z Downloaded num_enum v0.5.11
8832026-04-15T20:06:08.538Z Downloaded phf_shared v0.12.1
8842026-04-15T20:06:08.542Z Downloaded bytes v1.11.1
8852026-04-15T20:06:08.542Z Downloaded parse-size v1.1.0
8862026-04-15T20:06:08.545Z Downloaded pin-utils v0.1.0
8872026-04-15T20:06:08.545Z Downloaded num-conv v0.2.0
8882026-04-15T20:06:08.545Z Downloaded libefi-sys v0.1.0
8892026-04-15T20:06:08.546Z Downloaded chacha20poly1305 v0.10.1
8902026-04-15T20:06:08.546Z Downloaded precomputed-hash v0.1.1
8912026-04-15T20:06:08.549Z Downloaded num_enum_derive v0.7.5
8922026-04-15T20:06:08.549Z Downloaded phf_shared v0.11.3
8932026-04-15T20:06:08.553Z Downloaded phf_shared v0.13.1
8942026-04-15T20:06:08.553Z Downloaded oxide-tokio-rt v0.1.3
8952026-04-15T20:06:08.556Z Downloaded libsw v3.5.0
8962026-04-15T20:06:08.556Z Downloaded crossterm v0.28.1
8972026-04-15T20:06:08.560Z Downloaded num-integer v0.1.46
8982026-04-15T20:06:08.560Z Downloaded num-complex v0.4.6
8992026-04-15T20:06:08.564Z Downloaded linear-map v1.2.0
9002026-04-15T20:06:08.564Z Downloaded opaque-debug v0.3.1
9012026-04-15T20:06:08.564Z Downloaded num_enum v0.7.5
9022026-04-15T20:06:08.568Z Downloaded litrs v1.0.0
9032026-04-15T20:06:08.568Z Downloaded flume v0.11.1
9042026-04-15T20:06:08.572Z Downloaded memmap2 v0.9.10
9052026-04-15T20:06:08.572Z Downloaded indexmap v1.9.3
9062026-04-15T20:06:08.576Z Downloaded native-tls v0.2.18
9072026-04-15T20:06:08.576Z Downloaded oxnet v0.1.4
9082026-04-15T20:06:08.576Z Downloaded predicates-core v1.0.10
9092026-04-15T20:06:08.576Z Downloaded ignore v0.4.25
9102026-04-15T20:06:08.579Z Downloaded predicates-tree v1.0.13
9112026-04-15T20:06:08.579Z Downloaded powerfmt v0.2.0
9122026-04-15T20:06:08.583Z Downloaded der v0.7.10
9132026-04-15T20:06:08.586Z Downloaded packed_struct v0.10.1
9142026-04-15T20:06:08.586Z Downloaded heapless v0.8.0
9152026-04-15T20:06:08.589Z Downloaded heapless v0.7.17
9162026-04-15T20:06:08.589Z Downloaded getrandom v0.4.1
9172026-04-15T20:06:08.593Z Downloaded proc-macro-crate v3.4.0
9182026-04-15T20:06:08.593Z Downloaded proc-macro-crate v1.3.1
9192026-04-15T20:06:08.597Z Downloaded parking_lot_core v0.8.6
9202026-04-15T20:06:08.597Z Downloaded crypto-bigint v0.5.5
9212026-04-15T20:06:08.601Z Downloaded paste v1.0.15
9222026-04-15T20:06:08.601Z Downloaded progenitor-macro v0.10.0
9232026-04-15T20:06:08.604Z Downloaded progenitor-client v0.10.0
9242026-04-15T20:06:08.604Z Downloaded proc-macro-error-attr2 v2.0.0
9252026-04-15T20:06:08.604Z Downloaded parse-display-derive v0.10.0
9262026-04-15T20:06:08.611Z Downloaded peg-macros v0.8.5
9272026-04-15T20:06:08.617Z Downloaded ar_archive_writer v0.5.1
9282026-04-15T20:06:08.621Z Downloaded progenitor-macro v0.11.2
9292026-04-15T20:06:08.621Z Downloaded progenitor-client v0.11.2
9302026-04-15T20:06:08.621Z Downloaded quick-error v1.2.3
9312026-04-15T20:06:08.625Z Downloaded phf v0.13.1
9322026-04-15T20:06:08.625Z Downloaded phf v0.12.1
9332026-04-15T20:06:08.625Z Downloaded num-rational v0.4.2
9342026-04-15T20:06:08.628Z Downloaded radium v0.7.0
9352026-04-15T20:06:08.628Z Downloaded pem-rfc7468 v0.7.0
9362026-04-15T20:06:08.628Z Downloaded pem v3.0.6
9372026-04-15T20:06:08.628Z Downloaded pkcs8 v0.10.2
9382026-04-15T20:06:08.632Z Downloaded libbz2-rs-sys v0.2.2
9392026-04-15T20:06:08.632Z Downloaded pin-project-lite v0.2.17
9402026-04-15T20:06:08.635Z Downloaded pin-project-internal v1.1.11
9412026-04-15T20:06:08.638Z Downloaded peg-runtime v0.8.5
9422026-04-15T20:06:08.638Z Downloaded darling_core v0.23.0
9432026-04-15T20:06:08.641Z Downloaded omicron-zone-package v0.12.2
9442026-04-15T20:06:08.645Z Downloaded ed25519-dalek v2.2.0
9452026-04-15T20:06:08.648Z Downloaded flate2 v1.1.9
9462026-04-15T20:06:08.652Z Downloaded derive_more v2.1.1
9472026-04-15T20:06:08.655Z Downloaded rand_xorshift v0.4.0
9482026-04-15T20:06:08.659Z Downloaded predicates v3.1.4
9492026-04-15T20:06:08.659Z Downloaded ref-cast v1.0.25
9502026-04-15T20:06:08.662Z Downloaded rand_chacha v0.3.1
9512026-04-15T20:06:08.662Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-04-15T20:06:08.662Z Downloaded postgres-protocol v0.6.10
9532026-04-15T20:06:08.665Z Downloaded poly1305 v0.8.0
9542026-04-15T20:06:08.665Z Downloaded parking_lot_core v0.9.12
9552026-04-15T20:06:08.665Z Downloaded indicatif v0.18.4
9562026-04-15T20:06:08.669Z Downloaded polyval v0.6.2
9572026-04-15T20:06:08.669Z Downloaded recursive v0.1.1
9582026-04-15T20:06:08.673Z Downloaded ppv-lite86 v0.2.21
9592026-04-15T20:06:08.673Z Downloaded headers v0.4.1
9602026-04-15T20:06:08.676Z Downloaded pkg-config v0.3.32
9612026-04-15T20:06:08.676Z Downloaded password-hash v0.4.2
9622026-04-15T20:06:08.676Z Downloaded parking_lot v0.11.2
9632026-04-15T20:06:08.680Z Downloaded owo-colors v4.3.0
9642026-04-15T20:06:08.680Z Downloaded psl-types v2.0.11
9652026-04-15T20:06:08.680Z Downloaded progenitor v0.11.2
9662026-04-15T20:06:08.683Z Downloaded ref-cast-impl v1.0.25
9672026-04-15T20:06:08.683Z Downloaded progenitor-extras v0.1.1
9682026-04-15T20:06:08.683Z Downloaded peg v0.8.5
9692026-04-15T20:06:08.687Z Downloaded password-hash v0.5.0
9702026-04-15T20:06:08.687Z Downloaded parking_lot v0.12.5
9712026-04-15T20:06:08.690Z Downloaded rfc6979 v0.4.0
9722026-04-15T20:06:08.690Z Downloaded progenitor-client v0.13.0
9732026-04-15T20:06:08.690Z Downloaded hickory-resolver v0.24.4
9742026-04-15T20:06:08.693Z Downloaded progenitor v0.10.0
9752026-04-15T20:06:08.693Z Downloaded proc-macro-error2 v2.0.1
9762026-04-15T20:06:08.697Z Downloaded bumpalo v3.20.2
9772026-04-15T20:06:08.697Z Downloaded hickory-resolver v0.25.2
9782026-04-15T20:06:08.700Z Downloaded primeorder v0.13.6
9792026-04-15T20:06:08.703Z Downloaded psm v0.1.30
9802026-04-15T20:06:08.703Z Downloaded rtoolbox v0.0.3
9812026-04-15T20:06:08.707Z Downloaded russh-cryptovec v0.7.3
9822026-04-15T20:06:08.713Z Downloaded postgres-types v0.2.12
9832026-04-15T20:06:08.717Z Downloaded derive_more-impl v2.1.1
9842026-04-15T20:06:08.726Z Downloaded progenitor-macro v0.13.0
9852026-04-15T20:06:08.726Z Downloaded expectorate v1.2.0
9862026-04-15T20:06:08.726Z Downloaded oso v0.27.3
9872026-04-15T20:06:08.729Z Downloaded rustc_version v0.1.7
9882026-04-15T20:06:08.729Z Downloaded postcard v1.1.3
9892026-04-15T20:06:08.729Z Downloaded rustc_version v0.4.1
9902026-04-15T20:06:08.729Z Downloaded cc v1.2.56
9912026-04-15T20:06:08.729Z Downloaded rand_core v0.9.5
9922026-04-15T20:06:08.729Z Downloaded miniz_oxide v0.8.9
9932026-04-15T20:06:08.733Z Downloaded r2d2 v0.8.10
9942026-04-15T20:06:08.733Z Downloaded pkcs1 v0.7.5
9952026-04-15T20:06:08.740Z Downloaded progenitor v0.13.0
9962026-04-15T20:06:08.744Z Downloaded salsa20 v0.10.2
9972026-04-15T20:06:08.747Z Downloaded same-file v1.0.6
9982026-04-15T20:06:08.751Z Downloaded rustc-hash v2.1.1
9992026-04-15T20:06:08.751Z Downloaded rand_seeder v0.4.0
10002026-04-15T20:06:08.754Z Downloaded rand_chacha v0.9.0
10012026-04-15T20:06:08.754Z Downloaded hashbrown v0.13.2
10022026-04-15T20:06:08.757Z Downloaded scopeguard v1.2.0
10032026-04-15T20:06:08.757Z Downloaded hashbrown v0.12.3
10042026-04-15T20:06:08.762Z Downloaded rand_core v0.6.4
10052026-04-15T20:06:08.769Z Downloaded pkcs5 v0.7.1
10062026-04-15T20:06:08.772Z Downloaded jiff-static v0.2.21
10072026-04-15T20:06:08.776Z Downloaded seq-macro v0.3.6
10082026-04-15T20:06:08.776Z Downloaded scheduled-thread-pool v0.2.7
10092026-04-15T20:06:08.776Z Downloaded resolv-conf v0.7.6
10102026-04-15T20:06:08.779Z Downloaded sapling-renderdag v0.1.0
10112026-04-15T20:06:08.782Z Downloaded scroll_derive v0.13.1
10122026-04-15T20:06:08.782Z Downloaded serde_repr v0.1.20
10132026-04-15T20:06:08.785Z Downloaded secrecy v0.10.3
10142026-04-15T20:06:08.785Z Downloaded secrecy v0.8.0
10152026-04-15T20:06:08.789Z Downloaded scrypt v0.11.0
10162026-04-15T20:06:08.792Z Downloaded serde-big-array v0.5.1
10172026-04-15T20:06:08.792Z Downloaded pin-project v1.1.11
10182026-04-15T20:06:08.800Z Downloaded rand_core v0.10.0
10192026-04-15T20:06:08.803Z Downloaded dropshot-api-manager v0.6.0
10202026-04-15T20:06:08.803Z Downloaded sha1 v0.10.6
10212026-04-15T20:06:08.804Z Downloaded serde_plain v1.0.2
10222026-04-15T20:06:08.807Z Downloaded serde_bytes v0.11.19
10232026-04-15T20:06:08.807Z Downloaded serde_urlencoded v0.7.1
10242026-04-15T20:06:08.807Z Downloaded rustls-pemfile v1.0.4
10252026-04-15T20:06:08.810Z Downloaded sigpipe v0.1.3
10262026-04-15T20:06:08.810Z Downloaded signature v2.2.0
10272026-04-15T20:06:08.810Z Downloaded quinn-udp v0.5.14
10282026-04-15T20:06:08.815Z Downloaded papergrid v0.17.0
10292026-04-15T20:06:08.818Z Downloaded signal-hook-mio v0.2.5
10302026-04-15T20:06:08.818Z Downloaded serde_spanned v1.0.4
10312026-04-15T20:06:08.818Z Downloaded openssl-sys v0.9.111
10322026-04-15T20:06:08.821Z Downloaded signal-hook-tokio v0.3.1
10332026-04-15T20:06:08.824Z Downloaded siphasher v1.0.2
10342026-04-15T20:06:08.828Z Downloaded progenitor-impl v0.10.0
10352026-04-15T20:06:08.832Z Downloaded rustls-pemfile v2.2.0
10362026-04-15T20:06:08.837Z Downloaded slog-envlogger v2.2.0
10372026-04-15T20:06:08.840Z Downloaded p256 v0.13.2
10382026-04-15T20:06:08.843Z Downloaded prefix-trie v0.7.0
10392026-04-15T20:06:08.847Z Downloaded schemars_derive v0.8.22
10402026-04-15T20:06:08.850Z Downloaded sct v0.7.1
10412026-04-15T20:06:08.854Z Downloaded http v1.4.0
10422026-04-15T20:06:08.858Z Downloaded progenitor-impl v0.13.0
10432026-04-15T20:06:08.866Z Downloaded semver v0.1.20
10442026-04-15T20:06:08.870Z Downloaded serde_derive_internals v0.29.1
10452026-04-15T20:06:08.870Z Downloaded sec1 v0.7.3
10462026-04-15T20:06:08.870Z Downloaded scroll v0.13.0
10472026-04-15T20:06:08.873Z Downloaded ssh-encoding v0.2.0
10482026-04-15T20:06:08.877Z Downloaded serde_path_to_error v0.1.20
10492026-04-15T20:06:08.882Z Downloaded hyper-util v0.1.20
10502026-04-15T20:06:08.886Z Downloaded serde-hex v0.1.0
10512026-04-15T20:06:08.886Z Downloaded diesel_derives v2.3.7
10522026-04-15T20:06:08.889Z Downloaded sqlparser_derive v0.5.0
10532026-04-15T20:06:08.890Z Downloaded shell-words v1.1.1
10542026-04-15T20:06:08.893Z Downloaded ssh-cipher v0.2.0
10552026-04-15T20:06:08.893Z Downloaded rustls-native-certs v0.8.3
10562026-04-15T20:06:08.893Z Downloaded aes v0.8.4
10572026-04-15T20:06:08.896Z Downloaded signal-hook-registry v1.4.8
10582026-04-15T20:06:08.896Z Downloaded rcgen v0.12.1
10592026-04-15T20:06:08.899Z Downloaded mio v1.1.1
10602026-04-15T20:06:08.907Z Downloaded strum v0.27.2
10612026-04-15T20:06:08.910Z Downloaded strip-ansi-escapes v0.2.1
10622026-04-15T20:06:08.910Z Downloaded slab v0.4.12
10632026-04-15T20:06:08.910Z Downloaded subtle v2.6.1
10642026-04-15T20:06:08.910Z Downloaded rustversion v1.0.22
10652026-04-15T20:06:08.914Z Downloaded minimal-lexical v0.2.1
10662026-04-15T20:06:08.917Z Downloaded pretty_assertions v1.4.1
10672026-04-15T20:06:08.917Z Downloaded slog-dtrace v0.3.0
10682026-04-15T20:06:08.917Z Downloaded progenitor-impl v0.11.2
10692026-04-15T20:06:08.920Z Downloaded slog-async v2.8.0
10702026-04-15T20:06:08.920Z Downloaded rusty-fork v0.3.1
10712026-04-15T20:06:08.923Z Downloaded slog-bunyan v2.5.0
10722026-04-15T20:06:08.926Z Downloaded hickory-server v0.25.2
10732026-04-15T20:06:08.931Z Downloaded slog-term v2.9.2
10742026-04-15T20:06:08.931Z Downloaded structmeta-derive v0.3.0
10752026-04-15T20:06:08.931Z Downloaded snafu-derive v0.8.9
10762026-04-15T20:06:08.935Z Downloaded smf v0.2.3
10772026-04-15T20:06:08.935Z Downloaded take_mut v0.2.2
10782026-04-15T20:06:08.935Z Downloaded sync_wrapper v1.0.2
10792026-04-15T20:06:08.935Z Downloaded sync-ptr v0.1.4
10802026-04-15T20:06:08.935Z Downloaded supports-color v3.0.2
10812026-04-15T20:06:08.935Z Downloaded slog-stdlog v4.1.1
10822026-04-15T20:06:08.938Z Downloaded rustls-pki-types v1.14.0
10832026-04-15T20:06:08.938Z Downloaded ron v0.8.1
10842026-04-15T20:06:08.943Z Downloaded slog-scope v4.4.1
10852026-04-15T20:06:08.943Z Downloaded itertools v0.10.5
10862026-04-15T20:06:08.946Z Downloaded slog-json v2.6.1
10872026-04-15T20:06:08.946Z Downloaded russh-keys v0.45.0
10882026-04-15T20:06:08.950Z Downloaded tagptr v0.2.0
10892026-04-15T20:06:08.953Z Downloaded smallvec v0.6.14
10902026-04-15T20:06:08.953Z Downloaded termtree v0.5.1
10912026-04-15T20:06:08.953Z Downloaded tap v1.0.1
10922026-04-15T20:06:08.956Z Downloaded thiserror-impl-no-std v2.0.2
10932026-04-15T20:06:08.956Z Downloaded tabwriter v1.4.1
10942026-04-15T20:06:08.956Z Downloaded tabled_derive v0.11.0
10952026-04-15T20:06:08.960Z Downloaded serde_with_macros v3.17.0
10962026-04-15T20:06:08.964Z Downloaded testing_table v0.3.0
10972026-04-15T20:06:08.964Z Downloaded spki v0.7.3
10982026-04-15T20:06:08.964Z Downloaded crossterm v0.29.0
10992026-04-15T20:06:08.968Z Downloaded sqlformat v0.3.5
11002026-04-15T20:06:08.972Z Downloaded time-core v0.1.8
11012026-04-15T20:06:08.972Z Downloaded shlex v1.3.0
11022026-04-15T20:06:08.972Z Downloaded serde_cbor v0.11.2
11032026-04-15T20:06:08.975Z Downloaded thread-id v5.1.0
11042026-04-15T20:06:08.980Z Downloaded strum_macros v0.27.2
11052026-04-15T20:06:08.983Z Downloaded simd-adler32 v0.3.8
11062026-04-15T20:06:08.983Z Downloaded strum_macros v0.26.4
11072026-04-15T20:06:08.986Z Downloaded strum v0.26.3
11082026-04-15T20:06:08.986Z Downloaded stringprep v0.1.5
11092026-04-15T20:06:08.986Z Downloaded tinyvec_macros v0.1.1
11102026-04-15T20:06:08.986Z Downloaded strum_macros v0.24.3
11112026-04-15T20:06:08.990Z Downloaded prettyplease v0.2.37
11122026-04-15T20:06:08.990Z Downloaded stacker v0.1.23
11132026-04-15T20:06:08.993Z Downloaded string_cache v0.8.9
11142026-04-15T20:06:08.997Z Downloaded hashbrown v0.15.5
11152026-04-15T20:06:09.001Z Downloaded structmeta v0.3.0
11162026-04-15T20:06:09.008Z Downloaded nom v7.1.3
11172026-04-15T20:06:09.011Z Downloaded schemars v0.8.22
11182026-04-15T20:06:09.018Z Downloaded ryu v1.0.23
11192026-04-15T20:06:09.021Z Downloaded qorb v0.4.1
11202026-04-15T20:06:09.025Z Downloaded rayon-core v1.13.0
11212026-04-15T20:06:09.033Z Downloaded publicsuffix v2.3.0
11222026-04-15T20:06:09.033Z Downloaded support-bundle-viewer v0.1.2
11232026-04-15T20:06:09.033Z Downloaded spin v0.9.8
11242026-04-15T20:06:09.037Z Downloaded termios v0.3.3
11252026-04-15T20:06:09.037Z Downloaded num-bigint v0.4.6
11262026-04-15T20:06:09.041Z Downloaded libxml v0.3.3
11272026-04-15T20:06:09.041Z Downloaded topological-sort v0.2.2
11282026-04-15T20:06:09.044Z Downloaded thiserror-no-std v2.0.2
11292026-04-15T20:06:09.044Z Downloaded rand v0.8.5
11302026-04-15T20:06:09.047Z Downloaded thread_local v1.1.9
11312026-04-15T20:06:09.047Z Downloaded tower-layer v0.3.3
11322026-04-15T20:06:09.050Z Downloaded iddqd v0.3.17
11332026-04-15T20:06:09.054Z Downloaded static_assertions v1.1.0
11342026-04-15T20:06:09.054Z Downloaded signal-hook v0.3.18
11352026-04-15T20:06:09.059Z Downloaded trait-variant v0.1.2
11362026-04-15T20:06:09.059Z Downloaded try-lock v0.2.5
11372026-04-15T20:06:09.059Z Downloaded tower-service v0.3.3
11382026-04-15T20:06:09.059Z Downloaded aws-lc-rs v1.16.0
11392026-04-15T20:06:09.063Z Downloaded time-macros v0.2.27
11402026-04-15T20:06:09.066Z Downloaded similar v2.7.0
11412026-04-15T20:06:09.066Z Downloaded serde_yaml v0.9.34+deprecated
11422026-04-15T20:06:09.070Z Downloaded tiny-keccak v2.0.2
11432026-04-15T20:06:09.074Z Downloaded typify-macro v0.4.3
11442026-04-15T20:06:09.077Z Downloaded unarray v0.1.4
11452026-04-15T20:06:09.077Z Downloaded schemars v0.9.0
11462026-04-15T20:06:09.083Z Downloaded tls_codec v0.4.2
11472026-04-15T20:06:09.087Z Downloaded rsa v0.9.10
11482026-04-15T20:06:09.091Z Downloaded typify-macro v0.6.1
11492026-04-15T20:06:09.091Z Downloaded tokio-dtrace v0.1.1
11502026-04-15T20:06:09.091Z Downloaded universal-hash v0.5.1
11512026-04-15T20:06:09.094Z Downloaded aes-gcm v0.10.3
11522026-04-15T20:06:09.094Z Downloaded tokio-tungstenite v0.23.1
11532026-04-15T20:06:09.097Z Downloaded tokio-rustls v0.25.0
11542026-04-15T20:06:09.097Z Downloaded usdt v0.6.0
11552026-04-15T20:06:09.097Z Downloaded untrusted v0.7.1
11562026-04-15T20:06:09.097Z Downloaded unit-prefix v0.5.2
11572026-04-15T20:06:09.102Z Downloaded unicode-truncate v1.1.0
11582026-04-15T20:06:09.102Z Downloaded utf-8 v0.7.6
11592026-04-15T20:06:09.102Z Downloaded usdt-macro v0.6.0
11602026-04-15T20:06:09.102Z Downloaded tokio-native-tls v0.3.1
11612026-04-15T20:06:09.105Z Downloaded void v1.0.2
11622026-04-15T20:06:09.105Z Downloaded tokio-macros v2.6.0
11632026-04-15T20:06:09.105Z Downloaded tls_codec_derive v0.4.2
11642026-04-15T20:06:09.105Z Downloaded socket2 v0.5.10
11652026-04-15T20:06:09.109Z Downloaded tokio-tungstenite v0.21.0
11662026-04-15T20:06:09.109Z Downloaded term v0.7.0
11672026-04-15T20:06:09.112Z Downloaded untrusted v0.9.0
11682026-04-15T20:06:09.115Z Downloaded num-bigint-dig v0.8.6
11692026-04-15T20:06:09.119Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11702026-04-15T20:06:09.123Z Downloaded usdt-attr-macro v0.6.0
11712026-04-15T20:06:09.127Z Downloaded toml_writer v1.0.6+spec-1.1.0
11722026-04-15T20:06:09.130Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11732026-04-15T20:06:09.130Z Downloaded rand v0.9.2
11742026-04-15T20:06:09.133Z Downloaded hyper v1.8.1
11752026-04-15T20:06:09.137Z Downloaded futures-util v0.3.32
11762026-04-15T20:06:09.142Z Downloaded iri-string v0.7.10
11772026-04-15T20:06:09.145Z Downloaded want v0.3.1
11782026-04-15T20:06:09.149Z Downloaded waitgroup v0.1.2
11792026-04-15T20:06:09.149Z Downloaded wait-timeout v0.2.1
11802026-04-15T20:06:09.153Z Downloaded slog v2.8.2
11812026-04-15T20:06:09.156Z Downloaded subprocess v0.2.15
11822026-04-15T20:06:09.156Z Downloaded samael v0.0.19
11832026-04-15T20:06:09.160Z Downloaded rustls-webpki v0.103.9
11842026-04-15T20:06:09.160Z Downloaded xshell-macros v0.2.7
11852026-04-15T20:06:09.163Z Downloaded unicase v2.9.0
11862026-04-15T20:06:09.168Z Downloaded xattr v1.6.1
11872026-04-15T20:06:09.171Z Downloaded itertools v0.12.1
11882026-04-15T20:06:09.178Z Downloaded rustls-platform-verifier v0.6.2
11892026-04-15T20:06:09.178Z Downloaded tokio-rustls v0.26.4
11902026-04-15T20:06:09.181Z Downloaded tokio-rustls v0.24.1
11912026-04-15T20:06:09.181Z Downloaded snafu v0.8.9
11922026-04-15T20:06:09.182Z Downloaded quinn v0.11.9
11932026-04-15T20:06:09.185Z Downloaded uzers v0.12.2
11942026-04-15T20:06:09.185Z Downloaded itertools v0.13.0
11952026-04-15T20:06:09.188Z Downloaded tokio-stream v0.1.18
11962026-04-15T20:06:09.192Z Downloaded socket2 v0.6.2
11972026-04-15T20:06:09.192Z Downloaded blake3 v1.8.3
11982026-04-15T20:06:09.196Z Downloaded zone_cfg_derive v0.3.1
11992026-04-15T20:06:09.199Z Downloaded zone v0.3.1
12002026-04-15T20:06:09.199Z Downloaded aho-corasick v1.1.4
12012026-04-15T20:06:09.204Z Downloaded term v1.2.1
12022026-04-15T20:06:09.207Z Downloaded test-strategy v0.4.5
12032026-04-15T20:06:09.211Z Downloaded vsss-rs v3.3.4
12042026-04-15T20:06:09.211Z Downloaded vergen-git2 v1.0.7
12052026-04-15T20:06:09.215Z Downloaded vergen-gitcl v1.0.8
12062026-04-15T20:06:09.215Z Downloaded rand v0.10.0
12072026-04-15T20:06:09.215Z Downloaded h2 v0.4.13
12082026-04-15T20:06:09.219Z Downloaded tinyvec v1.10.0
12092026-04-15T20:06:09.224Z Downloaded tracing-attributes v0.1.31
12102026-04-15T20:06:09.227Z Downloaded tui-tree-widget v0.23.1
12112026-04-15T20:06:09.227Z Downloaded p521 v0.13.3
12122026-04-15T20:06:09.230Z Downloaded whoami v2.1.0
12132026-04-15T20:06:09.235Z Downloaded whoami v1.6.1
12142026-04-15T20:06:09.235Z Downloaded walkdir v2.5.0
12152026-04-15T20:06:09.235Z Downloaded wyz v0.5.1
12162026-04-15T20:06:09.238Z Downloaded unicode-properties v0.1.4
12172026-04-15T20:06:09.238Z Downloaded twox-hash v2.1.2
12182026-04-15T20:06:09.242Z Downloaded xshell v0.2.7
12192026-04-15T20:06:09.242Z Downloaded tar v0.4.45
12202026-04-15T20:06:09.250Z Downloaded toml v0.9.12+spec-1.1.0
12212026-04-15T20:06:09.253Z Downloaded zeroize_derive v1.4.3
12222026-04-15T20:06:09.301Z Downloaded usdt-impl v0.6.0
12232026-04-15T20:06:09.307Z Downloaded zeroize v1.8.2
12242026-04-15T20:06:09.307Z Downloaded vergen v9.0.6
12252026-04-15T20:06:09.307Z Downloaded vergen-lib v0.1.6
12262026-04-15T20:06:09.307Z Downloaded libm v0.2.16
12272026-04-15T20:06:09.307Z Downloaded tracing-core v0.1.36
12282026-04-15T20:06:09.307Z Downloaded hkdf v0.12.4
12292026-04-15T20:06:09.307Z Downloaded russh v0.45.0
12302026-04-15T20:06:09.307Z Downloaded typify v0.6.1
12312026-04-15T20:06:09.308Z Downloaded zstd v0.13.3
12322026-04-15T20:06:09.308Z Downloaded zstd-safe v7.2.4
12332026-04-15T20:06:09.308Z Downloaded schemars v1.2.1
12342026-04-15T20:06:09.308Z Downloaded tungstenite v0.21.0
12352026-04-15T20:06:09.308Z Downloaded toml_parser v1.0.9+spec-1.1.0
12362026-04-15T20:06:09.308Z Downloaded itertools v0.14.0
12372026-04-15T20:06:09.308Z Downloaded toml v0.7.8
12382026-04-15T20:06:09.312Z Downloaded bindgen v0.71.1
12392026-04-15T20:06:09.313Z Downloaded zerocopy v0.6.6
12402026-04-15T20:06:09.316Z Downloaded yasna v0.5.2
12412026-04-15T20:06:09.316Z Downloaded unsafe-libyaml v0.2.11
12422026-04-15T20:06:09.321Z Downloaded toml v1.0.6+spec-1.1.0
12432026-04-15T20:06:09.325Z Downloaded uuid v1.23.0
12442026-04-15T20:06:09.328Z Downloaded steno v0.4.1
12452026-04-15T20:06:09.340Z Downloaded toml_edit v0.23.10+spec-1.0.0
12462026-04-15T20:06:09.344Z Downloaded tungstenite v0.23.0
12472026-04-15T20:06:09.347Z Downloaded typify v0.4.3
12482026-04-15T20:06:09.358Z Downloaded rpassword v7.4.0
12492026-04-15T20:06:09.361Z Downloaded unicode-bidi v0.3.18
12502026-04-15T20:06:09.371Z Downloaded tokio-postgres v0.7.16
12512026-04-15T20:06:09.380Z Downloaded bitvec v1.0.1
12522026-04-15T20:06:09.388Z Downloaded zopfli v0.8.3
12532026-04-15T20:06:09.391Z Downloaded vte v0.14.1
12542026-04-15T20:06:09.391Z Downloaded ssh-key v0.6.7
12552026-04-15T20:06:09.397Z Downloaded p384 v0.13.1
12562026-04-15T20:06:09.402Z Downloaded rustyline v14.0.0
12572026-04-15T20:06:09.406Z Downloaded reedline v0.40.0
12582026-04-15T20:06:09.409Z Downloaded regex v1.12.3
12592026-04-15T20:06:09.412Z Downloaded yansi v1.0.1
12602026-04-15T20:06:09.412Z Downloaded git2 v0.20.4
12612026-04-15T20:06:09.420Z Downloaded chrono v0.4.44
12622026-04-15T20:06:09.424Z Downloaded zip v0.6.6
12632026-04-15T20:06:09.429Z Downloaded unicode_categories v0.1.1
12642026-04-15T20:06:09.429Z Downloaded toml_edit v0.19.15
12652026-04-15T20:06:09.450Z Downloaded portable-atomic v1.13.1
12662026-04-15T20:06:09.468Z Downloaded zerocopy-derive v0.8.40
12672026-04-15T20:06:09.473Z Downloaded tower v0.5.3
12682026-04-15T20:06:09.479Z Downloaded unicode-segmentation v1.12.0
12692026-04-15T20:06:09.484Z Downloaded reqwest v0.13.2
12702026-04-15T20:06:09.487Z Downloaded x509-cert v0.2.5
12712026-04-15T20:06:09.487Z Downloaded quick-xml v0.37.5
12722026-04-15T20:06:09.491Z Downloaded salty v0.3.0
12732026-04-15T20:06:09.498Z Downloaded typed-path v0.9.3
12742026-04-15T20:06:09.502Z Downloaded tower-http v0.6.8
12752026-04-15T20:06:09.506Z Downloaded reqwest v0.12.28
12762026-04-15T20:06:09.509Z Downloaded rayon v1.11.0
12772026-04-15T20:06:09.517Z Downloaded tokio-util v0.7.18
12782026-04-15T20:06:09.521Z Downloaded rustls-webpki v0.101.7
12792026-04-15T20:06:09.529Z Downloaded moka v0.12.13
12802026-04-15T20:06:09.533Z Downloaded lalrpop v0.19.12
12812026-04-15T20:06:09.540Z Downloaded tough v0.20.0
12822026-04-15T20:06:09.544Z Downloaded goblin v0.10.5
12832026-04-15T20:06:09.549Z Downloaded rustls-webpki v0.102.8
12842026-04-15T20:06:09.564Z Downloaded zip v4.6.1
12852026-04-15T20:06:09.573Z Downloaded radix_trie v0.2.1
12862026-04-15T20:06:09.583Z Downloaded nix v0.27.1
12872026-04-15T20:06:09.597Z Downloaded winnow v0.5.40
12882026-04-15T20:06:09.601Z Downloaded petname v2.0.2
12892026-04-15T20:06:09.604Z Downloaded object v0.30.4
12902026-04-15T20:06:09.619Z Downloaded winnow v0.6.26
12912026-04-15T20:06:09.625Z Downloaded curve25519-dalek v4.1.3
12922026-04-15T20:06:09.636Z Downloaded bstr v1.12.1
12932026-04-15T20:06:09.640Z Downloaded unicode-normalization v0.1.25
12942026-04-15T20:06:09.640Z Downloaded proptest v1.10.0
12952026-04-15T20:06:09.643Z Downloaded quinn-proto v0.11.13
12962026-04-15T20:06:09.648Z Downloaded serde_with v3.17.0
12972026-04-15T20:06:09.653Z Downloaded openssl v0.10.75
12982026-04-15T20:06:09.658Z Downloaded polar-core v0.27.3
12992026-04-15T20:06:09.663Z Downloaded nix v0.28.0
13002026-04-15T20:06:09.676Z Downloaded regex-syntax v0.6.29
13012026-04-15T20:06:09.682Z Downloaded object v0.37.3
13022026-04-15T20:06:09.711Z Downloaded nix v0.29.0
13032026-04-15T20:06:09.717Z Downloaded webpki-roots v1.0.6
13042026-04-15T20:06:09.721Z Downloaded dropshot v0.17.0
13052026-04-15T20:06:09.733Z Downloaded zerocopy v0.8.40
13062026-04-15T20:06:09.738Z Downloaded rustls v0.21.12
13072026-04-15T20:06:09.744Z Downloaded tabled v0.20.0
13082026-04-15T20:06:09.755Z Downloaded regress v0.10.5
13092026-04-15T20:06:09.759Z Downloaded dropshot v0.16.7
13102026-04-15T20:06:09.771Z Downloaded hickory-proto v0.24.4
13112026-04-15T20:06:09.781Z Downloaded zlib-rs v0.6.2
13122026-04-15T20:06:09.784Z Downloaded rustls v0.23.37
13132026-04-15T20:06:09.789Z Downloaded vcpkg v0.2.15
13142026-04-15T20:06:09.811Z Downloaded time v0.3.47
13152026-04-15T20:06:09.817Z Downloaded smoltcp v0.9.1
13162026-04-15T20:06:09.823Z Downloaded nix v0.31.1
13172026-04-15T20:06:09.831Z Downloaded rustix v0.38.44
13182026-04-15T20:06:09.842Z Downloaded smoltcp v0.11.0
13192026-04-15T20:06:09.848Z Downloaded regex-syntax v0.8.10
13202026-04-15T20:06:09.853Z Downloaded hickory-proto v0.25.2
13212026-04-15T20:06:09.862Z Downloaded diesel v2.3.7
13222026-04-15T20:06:09.874Z Downloaded rustls v0.22.4
13232026-04-15T20:06:09.881Z Downloaded openapiv3 v2.2.0
13242026-04-15T20:06:09.897Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-04-15T20:06:09.906Z Downloaded ratatui v0.29.0
13262026-04-15T20:06:09.925Z Downloaded sqlparser v0.61.0
13272026-04-15T20:06:09.952Z Downloaded zerocopy-derive v0.6.6
13282026-04-15T20:06:09.958Z Downloaded sled v0.34.7
13292026-04-15T20:06:09.964Z Downloaded typify-impl v0.6.1
13302026-04-15T20:06:09.972Z Downloaded tracing v0.1.44
13312026-04-15T20:06:09.984Z Downloaded petgraph v0.6.5
13322026-04-15T20:06:09.995Z Downloaded typify-impl v0.4.3
13332026-04-15T20:06:10.004Z Downloaded jiff v0.2.21
13342026-04-15T20:06:10.016Z Downloaded regex-automata v0.4.14
13352026-04-15T20:06:10.024Z Downloaded chrono-tz v0.10.4
13362026-04-15T20:06:10.033Z Downloaded petgraph v0.8.3
13372026-04-15T20:06:10.050Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-04-15T20:06:10.060Z Downloaded csv v1.4.0
13392026-04-15T20:06:10.100Z Downloaded libz-sys v1.1.24
13402026-04-15T20:06:10.121Z Downloaded sha3 v0.10.8
13412026-04-15T20:06:10.126Z Downloaded tokio v1.50.0
13422026-04-15T20:06:10.155Z Downloaded encoding_rs v0.8.35
13432026-04-15T20:06:10.201Z Downloaded ring v0.17.14
13442026-04-15T20:06:10.248Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-04-15T20:06:10.818Z Downloaded aws-lc-sys v0.37.1
13462026-04-15T20:06:11.062Z Compiling libc v0.2.180
13472026-04-15T20:06:11.062Z Compiling serde v1.0.228
13482026-04-15T20:06:11.067Z Compiling log v0.4.29
13492026-04-15T20:06:11.067Z Compiling find-msvc-tools v0.1.9
13502026-04-15T20:06:11.067Z Compiling shlex v1.3.0
13512026-04-15T20:06:11.196Z Compiling smallvec v1.15.1
13522026-04-15T20:06:11.214Z Compiling syn v2.0.117
13532026-04-15T20:06:11.218Z Compiling typenum v1.19.0
13542026-04-15T20:06:11.378Z Compiling generic-array v0.14.7
13552026-04-15T20:06:11.378Z Compiling subtle v2.6.1
13562026-04-15T20:06:11.429Z Compiling scopeguard v1.2.0
13572026-04-15T20:06:11.468Z Compiling const-oid v0.9.6
13582026-04-15T20:06:11.532Z Compiling lock_api v0.4.14
13592026-04-15T20:06:11.554Z Compiling portable-atomic v1.13.1
13602026-04-15T20:06:11.562Z Compiling zerocopy v0.8.40
13612026-04-15T20:06:11.641Z Compiling critical-section v1.2.0
13622026-04-15T20:06:11.740Z Compiling serde_json v1.0.149
13632026-04-15T20:06:11.768Z Compiling parking_lot_core v0.9.12
13642026-04-15T20:06:11.966Z Compiling pin-project-lite v0.2.17
13652026-04-15T20:06:12.123Z Compiling getrandom v0.2.17
13662026-04-15T20:06:12.137Z Compiling jobserver v0.1.34
13672026-04-15T20:06:12.157Z Compiling errno v0.3.14
13682026-04-15T20:06:12.294Z Compiling rand_core v0.6.4
13692026-04-15T20:06:12.306Z Compiling pkg-config v0.3.32
13702026-04-15T20:06:12.334Z Compiling signal-hook-registry v1.4.8
13712026-04-15T20:06:12.374Z Compiling cc v1.2.56
13722026-04-15T20:06:12.564Z Compiling bitflags v2.11.0
13732026-04-15T20:06:12.600Z Compiling once_cell v1.21.3
13742026-04-15T20:06:12.692Z Compiling libm v0.2.16
13752026-04-15T20:06:12.795Z Compiling parking_lot v0.12.5
13762026-04-15T20:06:12.815Z Compiling mio v1.1.1
13772026-04-15T20:06:12.836Z Compiling num-traits v0.2.19
13782026-04-15T20:06:12.854Z Compiling futures-core v0.3.32
13792026-04-15T20:06:13.014Z Compiling percent-encoding v2.3.2
13802026-04-15T20:06:13.166Z Compiling socket2 v0.6.2
13812026-04-15T20:06:13.181Z Compiling allocator-api2 v0.2.21
13822026-04-15T20:06:13.214Z Compiling getrandom v0.3.4
13832026-04-15T20:06:13.279Z Compiling foldhash v0.2.0
13842026-04-15T20:06:13.376Z Compiling cpufeatures v0.2.17
13852026-04-15T20:06:13.456Z Compiling futures-sink v0.3.32
13862026-04-15T20:06:13.499Z Compiling hashbrown v0.16.1
13872026-04-15T20:06:13.513Z Compiling futures-io v0.3.32
13882026-04-15T20:06:13.563Z Compiling futures-channel v0.3.32
13892026-04-15T20:06:13.578Z Compiling slab v0.4.12
13902026-04-15T20:06:13.713Z Compiling futures-task v0.3.32
13912026-04-15T20:06:13.758Z Compiling rustversion v1.0.22
13922026-04-15T20:06:13.841Z Compiling form_urlencoded v1.2.2
13932026-04-15T20:06:13.963Z Compiling cmake v0.1.57
13942026-04-15T20:06:14.025Z Compiling getrandom v0.4.1
13952026-04-15T20:06:14.096Z Compiling synstructure v0.13.2
13962026-04-15T20:06:14.154Z Compiling indexmap v2.13.0
13972026-04-15T20:06:14.198Z Compiling fs_extra v1.3.0
13982026-04-15T20:06:14.360Z Compiling base64ct v1.8.3
13992026-04-15T20:06:14.374Z Compiling dunce v1.0.5
14002026-04-15T20:06:14.439Z Compiling ident_case v1.0.1
14012026-04-15T20:06:14.484Z Compiling aws-lc-sys v0.37.1
14022026-04-15T20:06:14.501Z Compiling flagset v0.4.7
14032026-04-15T20:06:14.564Z Compiling rand_core v0.10.0
14042026-04-15T20:06:14.631Z Compiling pem-rfc7468 v0.7.0
14052026-04-15T20:06:14.662Z Compiling rand_core v0.9.5
14062026-04-15T20:06:14.737Z Compiling rustix v1.1.3
14072026-04-15T20:06:14.757Z Compiling iana-time-zone v0.1.65
14082026-04-15T20:06:14.821Z Compiling ring v0.17.14
14092026-04-15T20:06:14.933Z Compiling uuid v1.23.0
14102026-04-15T20:06:14.948Z Compiling rustc_version v0.4.1
14112026-04-15T20:06:14.951Z Compiling vcpkg v0.2.15
14122026-04-15T20:06:14.973Z Compiling regex-syntax v0.8.10
14132026-04-15T20:06:15.289Z Compiling aws-lc-rs v1.16.0
14142026-04-15T20:06:15.582Z Compiling tracing-core v0.1.36
14152026-04-15T20:06:15.650Z Compiling pest_generator v2.8.6
14162026-04-15T20:06:15.717Z Compiling openssl-sys v0.9.111
14172026-04-15T20:06:15.885Z Compiling serde_derive v1.0.228
14182026-04-15T20:06:16.137Z Compiling zeroize_derive v1.4.3
14192026-04-15T20:06:16.241Z Compiling zerofrom-derive v0.1.6
14202026-04-15T20:06:16.375Z Compiling yoke-derive v0.8.1
14212026-04-15T20:06:16.489Z Compiling zerocopy-derive v0.8.40
14222026-04-15T20:06:16.790Z Compiling zeroize v1.8.2
14232026-04-15T20:06:17.327Z Compiling zerovec-derive v0.11.2
14242026-04-15T20:06:17.523Z Compiling displaydoc v0.2.5
14252026-04-15T20:06:17.606Z Compiling crypto-common v0.1.7
14262026-04-15T20:06:17.666Z Compiling zerofrom v0.1.6
14272026-04-15T20:06:17.753Z Compiling block-buffer v0.10.4
14282026-04-15T20:06:17.790Z Compiling yoke v0.8.1
14292026-04-15T20:06:17.921Z Compiling digest v0.10.7
14302026-04-15T20:06:17.978Z Compiling tokio-macros v2.6.0
14312026-04-15T20:06:18.170Z Compiling hmac v0.12.1
14322026-04-15T20:06:18.255Z Compiling zerotrie v0.2.3
14332026-04-15T20:06:18.322Z Compiling futures-macro v0.3.32
14342026-04-15T20:06:18.428Z Compiling zerovec v0.11.5
14352026-04-15T20:06:18.551Z Compiling block-padding v0.3.3
14362026-04-15T20:06:18.691Z Compiling inout v0.1.4
14372026-04-15T20:06:18.711Z Compiling sha2 v0.10.9
14382026-04-15T20:06:18.865Z Compiling tinystr v0.8.2
14392026-04-15T20:06:18.925Z Compiling potential_utf v0.1.4
14402026-04-15T20:06:19.068Z Compiling icu_locale_core v2.1.1
14412026-04-15T20:06:19.095Z Compiling icu_collections v2.1.1
14422026-04-15T20:06:19.108Z Compiling futures-util v0.3.32
14432026-04-15T20:06:19.358Z Compiling bytes v1.11.1
14442026-04-15T20:06:19.568Z Compiling cipher v0.4.4
14452026-04-15T20:06:19.790Z Compiling icu_provider v2.1.1
14462026-04-15T20:06:19.825Z Compiling tokio v1.50.0
14472026-04-15T20:06:19.935Z Compiling der_derive v0.7.3
14482026-04-15T20:06:20.066Z Compiling icu_normalizer v2.1.1
14492026-04-15T20:06:20.080Z Compiling icu_properties v2.1.2
14502026-04-15T20:06:20.577Z Compiling http v1.4.0
14512026-04-15T20:06:20.855Z Compiling ppv-lite86 v0.2.21
14522026-04-15T20:06:20.895Z Compiling der v0.7.10
14532026-04-15T20:06:21.149Z Compiling idna_adapter v1.2.1
14542026-04-15T20:06:21.163Z Compiling salsa20 v0.10.2
14552026-04-15T20:06:21.167Z Compiling chrono v0.4.44
14562026-04-15T20:06:21.282Z Compiling idna v1.1.0
14572026-04-15T20:06:21.298Z Compiling pbkdf2 v0.12.2
14582026-04-15T20:06:21.319Z Compiling thiserror-impl v2.0.18
14592026-04-15T20:06:21.410Z Compiling scrypt v0.11.0
14602026-04-15T20:06:21.468Z Compiling rand_chacha v0.9.0
14612026-04-15T20:06:21.658Z Compiling url v2.5.8
14622026-04-15T20:06:21.912Z Compiling spki v0.7.3
14632026-04-15T20:06:22.101Z Compiling aes v0.8.4
14642026-04-15T20:06:22.141Z Compiling cbc v0.1.2
14652026-04-15T20:06:22.192Z Compiling rustls-pki-types v1.14.0
14662026-04-15T20:06:22.290Z Compiling tracing-attributes v0.1.31
14672026-04-15T20:06:22.501Z Compiling pkcs5 v0.7.1
14682026-04-15T20:06:22.587Z Compiling rand v0.9.2
14692026-04-15T20:06:22.632Z Compiling thiserror v2.0.18
14702026-04-15T20:06:22.647Z Compiling http-body v1.0.1
14712026-04-15T20:06:22.798Z Compiling serde_derive_internals v0.29.1
14722026-04-15T20:06:22.859Z Compiling untrusted v0.7.1
14732026-04-15T20:06:22.977Z Compiling untrusted v0.9.0
14742026-04-15T20:06:22.992Z Compiling schemars v0.8.22
14752026-04-15T20:06:23.102Z Compiling openssl-probe v0.2.1
14762026-04-15T20:06:23.159Z Compiling base64 v0.22.1
14772026-04-15T20:06:23.191Z Compiling httparse v1.10.1
14782026-04-15T20:06:23.376Z Compiling pkcs8 v0.10.2
14792026-04-15T20:06:23.479Z Compiling pest_derive v2.8.6
14802026-04-15T20:06:23.525Z Compiling tokio-util v0.7.18
14812026-04-15T20:06:23.595Z Compiling tracing v0.1.44
14822026-04-15T20:06:23.696Z Compiling schemars_derive v0.8.22
14832026-04-15T20:06:23.724Z Compiling scroll_derive v0.13.1
14842026-04-15T20:06:23.867Z Compiling darling_core v0.20.11
14852026-04-15T20:06:23.893Z Compiling dyn-clone v1.0.20
14862026-04-15T20:06:24.030Z Compiling atomic-waker v1.1.2
14872026-04-15T20:06:24.158Z Compiling try-lock v0.2.5
14882026-04-15T20:06:24.265Z Compiling tower-service v0.3.3
14892026-04-15T20:06:24.364Z Compiling tinyvec_macros v0.1.1
14902026-04-15T20:06:24.435Z Compiling tower-layer v0.3.3
14912026-04-15T20:06:24.506Z Compiling rustls v0.23.37
14922026-04-15T20:06:24.524Z Compiling scroll v0.13.0
14932026-04-15T20:06:24.594Z Compiling tinyvec v1.10.0
14942026-04-15T20:06:24.673Z Compiling want v0.3.1
14952026-04-15T20:06:24.789Z Compiling h2 v0.4.13
14962026-04-15T20:06:24.942Z Compiling ipnet v2.11.0
14972026-04-15T20:06:25.062Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-04-15T20:06:25.125Z Compiling spin v0.9.8
14992026-04-15T20:06:25.329Z Compiling aho-corasick v1.1.4
15002026-04-15T20:06:25.425Z Compiling foreign-types-shared v0.1.1
15012026-04-15T20:06:25.440Z Compiling pin-utils v0.1.0
15022026-04-15T20:06:25.455Z Compiling crc32fast v1.5.0
15032026-04-15T20:06:25.509Z Compiling time-core v0.1.8
15042026-04-15T20:06:25.509Z Compiling powerfmt v0.2.0
15052026-04-15T20:06:25.666Z Compiling openssl v0.10.75
15062026-04-15T20:06:25.707Z Compiling httpdate v1.0.3
15072026-04-15T20:06:25.721Z Compiling num-conv v0.2.0
15082026-04-15T20:06:25.850Z Compiling time-macros v0.2.27
15092026-04-15T20:06:25.926Z Compiling deranged v0.5.8
15102026-04-15T20:06:25.958Z Compiling tempfile v3.25.0
15112026-04-15T20:06:26.109Z Compiling darling_macro v0.20.11
15122026-04-15T20:06:26.189Z Compiling regex-automata v0.4.14
15132026-04-15T20:06:26.324Z Compiling foreign-types v0.3.2
15142026-04-15T20:06:26.574Z Compiling darling v0.20.11
15152026-04-15T20:06:26.658Z Compiling goblin v0.10.5
15162026-04-15T20:06:26.904Z Compiling openssl-macros v0.1.1
15172026-04-15T20:06:26.998Z Compiling socket2 v0.5.10
15182026-04-15T20:06:27.314Z Compiling wait-timeout v0.2.1
15192026-04-15T20:06:27.438Z Compiling quick-error v1.2.3
15202026-04-15T20:06:27.480Z Compiling siphasher v1.0.2
15212026-04-15T20:06:27.547Z Compiling bit-vec v0.8.0
15222026-04-15T20:06:27.583Z Compiling usdt-impl v0.6.0
15232026-04-15T20:06:27.667Z Compiling native-tls v0.2.18
15242026-04-15T20:06:27.777Z Compiling hyper v1.8.1
15252026-04-15T20:06:27.798Z Compiling num_threads v0.1.7
15262026-04-15T20:06:27.869Z Compiling simd-adler32 v0.3.8
15272026-04-15T20:06:27.895Z Compiling syn v1.0.109
15282026-04-15T20:06:28.117Z Compiling crossbeam-utils v0.8.21
15292026-04-15T20:06:28.267Z Compiling time v0.3.47
15302026-04-15T20:06:28.444Z Compiling bit-set v0.8.0
15312026-04-15T20:06:28.608Z Compiling rusty-fork v0.3.1
15322026-04-15T20:06:28.915Z Compiling hyper-util v0.1.20
15332026-04-15T20:06:29.339Z Compiling derive_builder_core v0.20.2
15342026-04-15T20:06:29.836Z Compiling dof v0.4.0
15352026-04-15T20:06:30.255Z Compiling unicode-normalization v0.1.25
15362026-04-15T20:06:30.388Z Compiling dtrace-parser v0.3.0
15372026-04-15T20:06:30.634Z Compiling rustls-native-certs v0.8.3
15382026-04-15T20:06:30.704Z Compiling signature v2.2.0
15392026-04-15T20:06:30.884Z Compiling thiserror-impl v1.0.69
15402026-04-15T20:06:30.898Z Compiling scroll_derive v0.12.1
15412026-04-15T20:06:30.917Z Compiling heapless v0.7.17
15422026-04-15T20:06:30.993Z Compiling rand_xorshift v0.4.0
15432026-04-15T20:06:31.115Z Compiling slog v2.8.2
15442026-04-15T20:06:31.151Z Compiling darling_core v0.21.3
15452026-04-15T20:06:31.155Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-04-15T20:06:31.296Z Compiling sync_wrapper v1.0.2
15472026-04-15T20:06:31.404Z Compiling thread-id v5.1.0
15482026-04-15T20:06:31.434Z Compiling cookie v0.18.1
15492026-04-15T20:06:31.487Z Compiling signal-hook v0.3.18
15502026-04-15T20:06:31.542Z Compiling paste v1.0.15
15512026-04-15T20:06:31.607Z Compiling anyhow v1.0.102
15522026-04-15T20:06:31.623Z Compiling zstd-safe v7.2.4
15532026-04-15T20:06:31.653Z Compiling unicode-bidi v0.3.18
15542026-04-15T20:06:31.806Z Compiling unicode-properties v0.1.4
15552026-04-15T20:06:31.821Z Compiling unarray v0.1.4
15562026-04-15T20:06:31.948Z Compiling adler2 v2.0.1
15572026-04-15T20:06:32.013Z Compiling stringprep v0.1.5
15582026-04-15T20:06:32.078Z Compiling miniz_oxide v0.8.9
15592026-04-15T20:06:32.161Z Compiling proptest v1.10.0
15602026-04-15T20:06:32.184Z Compiling thiserror v1.0.69
15612026-04-15T20:06:32.317Z Compiling scroll v0.12.0
15622026-04-15T20:06:32.581Z Compiling tower v0.5.3
15632026-04-15T20:06:32.821Z Compiling derive_builder_macro v0.20.2
15642026-04-15T20:06:33.087Z Compiling ipnetwork v0.21.1
15652026-04-15T20:06:33.223Z Compiling http-body-util v0.1.3
15662026-04-15T20:06:33.269Z Compiling webpki-roots v1.0.6
15672026-04-15T20:06:33.392Z Compiling rand_chacha v0.3.1
15682026-04-15T20:06:33.407Z Compiling erased-serde v0.3.31
15692026-04-15T20:06:33.462Z Compiling toml_datetime v0.6.11
15702026-04-15T20:06:33.476Z Compiling serde_spanned v0.6.9
15712026-04-15T20:06:33.616Z Compiling serde_tokenstream v0.2.3
15722026-04-15T20:06:33.663Z Compiling darling_macro v0.21.3
15732026-04-15T20:06:33.718Z Compiling md-5 v0.10.6
15742026-04-15T20:06:33.880Z Compiling zerocopy-derive v0.7.35
15752026-04-15T20:06:33.892Z Compiling curve25519-dalek v4.1.3
15762026-04-15T20:06:33.918Z Compiling vergen-lib v0.1.6
15772026-04-15T20:06:34.108Z Compiling num-integer v0.1.46
15782026-04-15T20:06:34.130Z Compiling hash32 v0.2.1
15792026-04-15T20:06:34.187Z Compiling ff v0.13.1
15802026-04-15T20:06:34.223Z Compiling memoffset v0.9.1
15812026-04-15T20:06:34.322Z Compiling ref-cast v1.0.25
15822026-04-15T20:06:34.322Z Compiling fallible-iterator v0.2.0
15832026-04-15T20:06:34.412Z Compiling ryu v1.0.23
15842026-04-15T20:06:34.427Z Compiling litrs v1.0.0
15852026-04-15T20:06:34.592Z Compiling iri-string v0.7.10
15862026-04-15T20:06:34.619Z Compiling zlib-rs v0.6.2
15872026-04-15T20:06:34.634Z Compiling base16ct v0.2.0
15882026-04-15T20:06:34.730Z Compiling rustix v0.38.44
15892026-04-15T20:06:34.813Z Compiling cfg_aliases v0.2.1
15902026-04-15T20:06:34.891Z Compiling smoltcp v0.9.1
15912026-04-15T20:06:34.926Z Compiling psl-types v2.0.11
15922026-04-15T20:06:35.051Z Compiling num-bigint-dig v0.8.6
15932026-04-15T20:06:35.158Z Compiling publicsuffix v2.3.0
15942026-04-15T20:06:35.248Z Compiling document-features v0.2.12
15952026-04-15T20:06:35.266Z Compiling nix v0.31.1
15962026-04-15T20:06:35.329Z Compiling sec1 v0.7.3
15972026-04-15T20:06:35.605Z Compiling zerocopy v0.7.35
15982026-04-15T20:06:35.624Z Compiling postgres-protocol v0.6.10
15992026-04-15T20:06:35.824Z Compiling tower-http v0.6.8
16002026-04-15T20:06:36.126Z Compiling serde_urlencoded v0.7.1
16012026-04-15T20:06:36.142Z Compiling newtype-uuid v1.3.2
16022026-04-15T20:06:36.226Z Compiling num-iter v0.1.45
16032026-04-15T20:06:36.263Z Compiling group v0.13.0
16042026-04-15T20:06:36.438Z Compiling darling v0.21.3
16052026-04-15T20:06:36.481Z Compiling rand v0.8.5
16062026-04-15T20:06:36.522Z Compiling oxnet v0.1.4
16072026-04-15T20:06:36.797Z Compiling derive_builder v0.20.2
16082026-04-15T20:06:36.827Z Compiling hubpack_derive v0.1.1
16092026-04-15T20:06:36.906Z Compiling tokio-native-tls v0.3.1
16102026-04-15T20:06:36.935Z Compiling goblin v0.8.2
16112026-04-15T20:06:37.481Z Compiling regex v1.12.3
16122026-04-15T20:06:37.636Z Compiling flate2 v1.1.9
16132026-04-15T20:06:37.720Z Compiling phf_shared v0.13.1
16142026-04-15T20:06:37.784Z Compiling lazy_static v1.5.0
16152026-04-15T20:06:37.902Z Compiling cargo-platform v0.1.9
16162026-04-15T20:06:37.919Z Compiling hkdf v0.12.4
16172026-04-15T20:06:37.923Z Compiling crypto-bigint v0.5.5
16182026-04-15T20:06:37.962Z Compiling terminal_size v0.4.3
16192026-04-15T20:06:38.053Z Compiling daft-derive v0.1.5
16202026-04-15T20:06:38.083Z Compiling curve25519-dalek-derive v0.1.1
16212026-04-15T20:06:38.098Z Compiling ref-cast-impl v1.0.25
16222026-04-15T20:06:38.158Z Compiling async-trait v0.1.89
16232026-04-15T20:06:38.625Z Compiling strum_macros v0.27.2
16242026-04-15T20:06:38.712Z Compiling vergen v9.0.6
16252026-04-15T20:06:38.757Z Compiling fs-err v3.3.0
16262026-04-15T20:06:38.890Z Compiling ahash v0.8.12
16272026-04-15T20:06:38.945Z Compiling bitflags v1.3.2
16282026-04-15T20:06:39.024Z Compiling libbz2-rs-sys v0.2.2
16292026-04-15T20:06:39.093Z Compiling object v0.37.3
16302026-04-15T20:06:39.174Z Compiling winnow v0.5.40
16312026-04-15T20:06:39.361Z Compiling foldhash v0.1.5
16322026-04-15T20:06:39.537Z Compiling bumpalo v3.20.2
16332026-04-15T20:06:39.704Z Compiling managed v0.8.0
16342026-04-15T20:06:39.790Z Compiling unicode-segmentation v1.12.0
16352026-04-15T20:06:40.030Z Compiling zopfli v0.8.3
16362026-04-15T20:06:40.207Z Compiling clap_builder v4.5.60
16372026-04-15T20:06:40.438Z Compiling toml_edit v0.19.15
16382026-04-15T20:06:40.579Z Compiling strum v0.27.2
16392026-04-15T20:06:40.595Z Compiling hashbrown v0.15.5
16402026-04-15T20:06:40.696Z Compiling bzip2 v0.6.1
16412026-04-15T20:06:40.738Z Compiling dof v0.3.0
16422026-04-15T20:06:40.917Z Compiling elliptic-curve v0.13.8
16432026-04-15T20:06:40.929Z Compiling daft v0.1.5
16442026-04-15T20:06:41.299Z Compiling cargo_metadata v0.19.2
16452026-04-15T20:06:41.313Z Compiling phf v0.13.1
16462026-04-15T20:06:41.834Z Compiling signal-hook-mio v0.2.5
16472026-04-15T20:06:41.958Z Compiling cookie_store v0.22.1
16482026-04-15T20:06:42.672Z Compiling hubpack v0.1.2
16492026-04-15T20:06:42.684Z Compiling zstd v0.13.3
16502026-04-15T20:06:42.898Z Compiling hyper-tls v0.6.0
16512026-04-15T20:06:42.950Z Compiling bzip2 v0.4.4
16522026-04-15T20:06:43.080Z Compiling serde_with_macros v3.17.0
16532026-04-15T20:06:43.139Z Compiling postgres-types v0.2.12
16542026-04-15T20:06:43.187Z Compiling usdt-attr-macro v0.6.0
16552026-04-15T20:06:43.216Z Compiling usdt-macro v0.6.0
16562026-04-15T20:06:43.815Z Compiling dtrace-parser v0.2.0
16572026-04-15T20:06:43.961Z Compiling ed25519 v2.2.3
16582026-04-15T20:06:43.983Z Compiling bstr v1.12.1
16592026-04-15T20:06:44.203Z Compiling phf_shared v0.11.3
16602026-04-15T20:06:44.216Z Compiling pkcs1 v0.7.5
16612026-04-15T20:06:44.290Z Compiling hex v0.4.3
16622026-04-15T20:06:44.405Z Compiling serde-big-array v0.5.1
16632026-04-15T20:06:44.431Z Compiling rfc6979 v0.4.0
16642026-04-15T20:06:44.562Z Compiling strum_macros v0.26.4
16652026-04-15T20:06:44.578Z Compiling serde_repr v0.1.20
16662026-04-15T20:06:44.578Z Compiling enum-as-inner v0.6.1
16672026-04-15T20:06:44.630Z Compiling clap_derive v4.5.55
16682026-04-15T20:06:44.630Z Compiling float-cmp v0.10.0
16692026-04-15T20:06:44.754Z Compiling memmap2 v0.9.10
16702026-04-15T20:06:44.835Z Compiling thread-id v4.2.2
16712026-04-15T20:06:44.926Z Compiling env_filter v1.0.0
16722026-04-15T20:06:44.965Z Compiling encoding_rs v0.8.35
16732026-04-15T20:06:45.067Z Compiling new_debug_unreachable v1.0.6
16742026-04-15T20:06:45.076Z Compiling data-encoding v2.10.0
16752026-04-15T20:06:45.133Z Compiling either v1.15.0
16762026-04-15T20:06:45.218Z Compiling keccak v0.1.6
16772026-04-15T20:06:45.336Z Compiling mime v0.3.17
16782026-04-15T20:06:45.599Z Compiling whoami v2.1.0
16792026-04-15T20:06:45.754Z Compiling fixedbitset v0.4.2
16802026-04-15T20:06:45.964Z Compiling difflib v0.4.0
16812026-04-15T20:06:45.978Z Compiling normalize-line-endings v0.3.0
16822026-04-15T20:06:46.038Z Compiling rustc-hash v2.1.1
16832026-04-15T20:06:46.075Z Compiling predicates-core v1.0.10
16842026-04-15T20:06:46.168Z Compiling static_assertions v1.1.0
16852026-04-15T20:06:46.246Z Compiling precomputed-hash v0.1.1
16862026-04-15T20:06:46.260Z Compiling jiff v0.2.21
16872026-04-15T20:06:46.264Z Compiling fixedbitset v0.5.7
16882026-04-15T20:06:46.337Z Compiling toml_edit v0.22.27
16892026-04-15T20:06:46.374Z Compiling clap v4.5.60
16902026-04-15T20:06:46.459Z Compiling string_cache v0.8.9
16912026-04-15T20:06:46.475Z Compiling petgraph v0.8.3
16922026-04-15T20:06:46.530Z Compiling strum v0.26.3
16932026-04-15T20:06:46.578Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-15T20:06:46.661Z Compiling predicates v3.1.4
16952026-04-15T20:06:46.689Z Compiling iddqd v0.3.17
16962026-04-15T20:06:47.038Z Compiling petgraph v0.6.5
16972026-04-15T20:06:47.359Z Compiling tokio-postgres v0.7.16
16982026-04-15T20:06:47.835Z Compiling sha3 v0.10.8
16992026-04-15T20:06:48.305Z Compiling hickory-proto v0.25.2
17002026-04-15T20:06:48.439Z Compiling itertools v0.13.0
17012026-04-15T20:06:48.523Z Compiling env_logger v0.11.9
17022026-04-15T20:06:48.879Z Compiling zip v4.6.1
17032026-04-15T20:06:49.137Z Compiling usdt-impl v0.5.0
17042026-04-15T20:06:49.392Z Compiling usdt v0.6.0
17052026-04-15T20:06:49.528Z Compiling ecdsa v0.16.9
17062026-04-15T20:06:49.659Z Compiling serde_with v3.17.0
17072026-04-15T20:06:49.673Z Compiling rsa v0.9.10
17082026-04-15T20:06:49.714Z Compiling similar v2.7.0
17092026-04-15T20:06:49.835Z Compiling ed25519-dalek v2.2.0
17102026-04-15T20:06:49.921Z Compiling crossterm v0.28.1
17112026-04-15T20:06:50.502Z Compiling zip v0.6.6
17122026-04-15T20:06:50.973Z Compiling toml v0.7.8
17132026-04-15T20:06:51.456Z Compiling heck v0.4.1
17142026-04-15T20:06:51.487Z Compiling toml_parser v1.0.9+spec-1.1.0
17152026-04-15T20:06:51.578Z Compiling crossbeam-epoch v0.9.18
17162026-04-15T20:06:51.687Z Compiling tokio-stream v0.1.18
17172026-04-15T20:06:51.906Z Compiling buf-list v1.1.2
17182026-04-15T20:06:51.922Z Compiling x509-cert v0.2.5
17192026-04-15T20:06:52.147Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17202026-04-15T20:06:52.179Z Compiling openapiv3 v2.2.0
17212026-04-15T20:06:52.194Z Compiling sha1 v0.10.6
17222026-04-15T20:06:52.422Z Compiling toml_datetime v0.7.5+spec-1.1.0
17232026-04-15T20:06:52.454Z Compiling peg-runtime v0.8.5
17242026-04-15T20:06:52.718Z Compiling lalrpop-util v0.19.12
17252026-04-15T20:06:52.748Z Compiling thread_local v1.1.9
17262026-04-15T20:06:52.924Z Compiling slog-async v2.8.0
17272026-04-15T20:06:53.003Z Compiling crossbeam-channel v0.5.15
17282026-04-15T20:06:53.007Z Compiling futures-executor v0.3.32
17292026-04-15T20:06:53.033Z Compiling is-terminal v0.4.17
17302026-04-15T20:06:53.128Z Compiling filetime v0.2.27
17312026-04-15T20:06:53.242Z Compiling take_mut v0.2.2
17322026-04-15T20:06:53.274Z Compiling term v1.2.1
17332026-04-15T20:06:53.309Z Compiling xattr v1.6.1
17342026-04-15T20:06:53.457Z Compiling tar v0.4.45
17352026-04-15T20:06:53.482Z Compiling futures v0.3.32
17362026-04-15T20:06:53.568Z Compiling slog-term v2.9.2
17372026-04-15T20:07:00.828Z Compiling rustls-webpki v0.103.9
17382026-04-15T20:07:03.634Z Compiling tokio-rustls v0.26.4
17392026-04-15T20:07:03.634Z Compiling rustls-platform-verifier v0.6.2
17402026-04-15T20:07:03.833Z Compiling hyper-rustls v0.27.7
17412026-04-15T20:07:04.035Z Compiling reqwest v0.13.2
17422026-04-15T20:07:04.036Z Compiling reqwest v0.12.28
17432026-04-15T20:07:06.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442026-04-15T20:07:06.327Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452026-04-15T20:07:09.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17462026-04-15T20:07:09.317Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17472026-04-15T20:07:09.373ZApr 15 20:07:08.373 INFO Starting download, target: Clickhouse
17482026-04-15T20:07:09.373ZApr 15 20:07:08.374 INFO Starting download, target: Cockroach
17492026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Starting download, target: Console
17502026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Starting download, target: MaghemiteMgd
17512026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Starting download, target: DendriteStub
17522026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Starting download, target: TransceiverControl
17532026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17572026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-15T20:07:09.382ZApr 15 20:07:08.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-04-15T20:07:09.709ZApr 15 20:07:08.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-04-15T20:07:10.014ZApr 15 20:07:09.009 INFO Download complete, target: TransceiverControl
17612026-04-15T20:07:10.362ZApr 15 20:07:09.355 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-04-15T20:07:10.626ZApr 15 20:07:09.625 INFO Download complete, target: Console
17632026-04-15T20:07:11.461ZApr 15 20:07:10.462 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-15T20:07:11.780ZApr 15 20:07:10.781 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-15T20:07:12.355ZApr 15 20:07:11.356 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-04-15T20:07:12.355ZApr 15 20:07:11.356 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-04-15T20:07:12.687ZApr 15 20:07:11.688 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-04-15T20:07:13.799ZApr 15 20:07:12.800 INFO Download complete, target: DendriteStub
17692026-04-15T20:07:14.029ZApr 15 20:07:13.029 INFO Download complete, target: MaghemiteMgd
17702026-04-15T20:07:16.883ZApr 15 20:07:15.882 INFO Checking that binary works, target: Cockroach
17712026-04-15T20:07:17.019ZApr 15 20:07:16.019 INFO Download complete, target: Cockroach
17722026-04-15T20:07:19.348ZApr 15 20:07:18.348 INFO Checking that binary works, target: Clickhouse
17732026-04-15T20:07:19.522ZApr 15 20:07:18.522 INFO Download complete, target: Clickhouse
17742026-04-15T20:07:19.625ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-04-15T20:07:19.629Z
17762026-04-15T20:07:19.629Zreal 3:23.143238646
17772026-04-15T20:07:19.629Zuser 7:14.332948243
17782026-04-15T20:07:19.629Zsys 1:24.112566327
17792026-04-15T20:07:19.629Ztrap 0.226712167
17802026-04-15T20:07:19.629Ztflt 1.455026621
17812026-04-15T20:07:19.629Zdflt 2.226453197
17822026-04-15T20:07:19.629Zkflt 0.077291893
17832026-04-15T20:07:19.629Zlock 21:50.202486895
17842026-04-15T20:07:19.630Zslp 22:53.304435165
17852026-04-15T20:07:19.630Zlat 38.954477727
17862026-04-15T20:07:19.630Zstop 1:53.751002665
17872026-04-15T20:07:19.630Z+ banner hack-check
17882026-04-15T20:07:19.630Z
17892026-04-15T20:07:19.630Z # # ## #### # # #### # # ###### #### # #
17902026-04-15T20:07:19.630Z # # # # # # # # # # # # # # # # #
17912026-04-15T20:07:19.630Z ###### # # # #### ##### # ###### ##### # ####
17922026-04-15T20:07:19.630Z # # ###### # # # # # # # # # #
17932026-04-15T20:07:19.630Z # # # # # # # # # # # # # # # # #
17942026-04-15T20:07:19.630Z # # # # #### # # #### # # ###### #### # #
17952026-04-15T20:07:19.630Z
17962026-04-15T20:07:19.630Z+ export CARGO_INCREMENTAL=0
17972026-04-15T20:07:19.630Z+ CARGO_INCREMENTAL=0
17982026-04-15T20:07:19.630Z+ ptime -m timeout 2h cargo xtask check-features --ci
17992026-04-15T20:07:20.204Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-04-15T20:07:20.374Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-04-15T20:07:22.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18022026-04-15T20:07:22.322Z Running `target/debug/xtask check-features --ci`
18032026-04-15T20:07:22.348Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18042026-04-15T20:07:22.351Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18052026-04-15T20:07:22.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18062026-04-15T20:07:22.854Z Running `target/debug/xtask download cargo-hack`
18072026-04-15T20:07:23.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-04-15T20:07:23.936Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-04-15T20:07:26.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18102026-04-15T20:07:26.563Z Running `target/debug/xtask-downloader cargo-hack`
18112026-04-15T20:07:26.605ZApr 15 20:07:25.604 INFO Starting download, target: CargoHack
18122026-04-15T20:07:26.609ZApr 15 20:07:25.604 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18132026-04-15T20:07:26.811ZApr 15 20:07:25.810 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18142026-04-15T20:07:26.860ZApr 15 20:07:25.859 INFO Download complete, target: CargoHack
18152026-04-15T20:07:26.864Zrunning: "/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"
18162026-04-15T20:07:26.876Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18172026-04-15T20:07:27.028Zinfo: running `cargo check --bins` on api_identity (1/272)
18182026-04-15T20:07:27.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-04-15T20:07:27.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-04-15T20:07:27.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-04-15T20:07:27.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18222026-04-15T20:07:27.597Z
18232026-04-15T20:07:27.597Zinfo: running `cargo check --bins` on bootstore (2/272)
18242026-04-15T20:07:28.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-15T20:07:28.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-15T20:07:28.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-15T20:07:28.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18282026-04-15T20:07:28.170Z
18292026-04-15T20:07:28.170Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18302026-04-15T20:07:28.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-15T20:07:28.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-15T20:07:28.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-15T20:07:28.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18342026-04-15T20:07:28.737Z
18352026-04-15T20:07:28.737Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18362026-04-15T20:07:29.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-15T20:07:29.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-15T20:07:29.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-15T20:07:29.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-04-15T20:07:29.314Z
18412026-04-15T20:07:29.314Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18422026-04-15T20:07:29.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-15T20:07:29.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-15T20:07:29.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-15T20:07:29.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18462026-04-15T20:07:29.879Z
18472026-04-15T20:07:29.879Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18482026-04-15T20:07:30.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-15T20:07:30.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-15T20:07:30.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-15T20:07:30.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-15T20:07:30.462Z
18532026-04-15T20:07:30.462Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18542026-04-15T20:07:30.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-15T20:07:30.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-15T20:07:30.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-15T20:07:30.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-04-15T20:07:31.040Z
18592026-04-15T20:07:31.040Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18602026-04-15T20:07:31.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-15T20:07:31.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-15T20:07:31.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-15T20:07:31.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18642026-04-15T20:07:31.619Z
18652026-04-15T20:07:31.619Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18662026-04-15T20:07:32.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-15T20:07:32.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-15T20:07:32.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-15T20:07:32.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18702026-04-15T20:07:32.080Z
18712026-04-15T20:07:32.080Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18722026-04-15T20:07:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-15T20:07:32.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-15T20:07:32.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-15T20:07:32.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18762026-04-15T20:07:32.539Z
18772026-04-15T20:07:32.539Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18782026-04-15T20:07:32.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-15T20:07:32.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-15T20:07:32.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-15T20:07:32.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822026-04-15T20:07:32.998Z
18832026-04-15T20:07:32.998Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18842026-04-15T20:07:33.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-15T20:07:33.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-15T20:07:33.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-15T20:07:33.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18882026-04-15T20:07:33.464Z
18892026-04-15T20:07:33.464Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18902026-04-15T20:07:33.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-15T20:07:33.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-15T20:07:33.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-15T20:07:33.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-04-15T20:07:33.924Z
18952026-04-15T20:07:33.924Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18962026-04-15T20:07:34.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-15T20:07:34.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-15T20:07:34.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-15T20:07:34.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-04-15T20:07:34.386Z
19012026-04-15T20:07:34.386Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19022026-04-15T20:07:34.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-15T20:07:34.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-15T20:07:34.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-15T20:07:34.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-15T20:07:34.847Z
19072026-04-15T20:07:34.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19082026-04-15T20:07:35.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-15T20:07:35.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-15T20:07:35.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-15T20:07:35.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19122026-04-15T20:07:35.305Z
19132026-04-15T20:07:35.305Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19142026-04-15T20:07:35.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-15T20:07:35.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-15T20:07:35.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-15T20:07:35.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19182026-04-15T20:07:35.763Z
19192026-04-15T20:07:35.763Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19202026-04-15T20:07:36.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-15T20:07:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-15T20:07:36.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-15T20:07:36.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19242026-04-15T20:07:36.223Z
19252026-04-15T20:07:36.223Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19262026-04-15T20:07:36.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-15T20:07:36.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-15T20:07:36.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-15T20:07:36.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-04-15T20:07:36.682Z
19312026-04-15T20:07:36.682Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19322026-04-15T20:07:37.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-15T20:07:37.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-15T20:07:37.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-15T20:07:37.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-04-15T20:07:37.145Z
19372026-04-15T20:07:37.145Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19382026-04-15T20:07:37.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-15T20:07:37.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-15T20:07:37.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-15T20:07:37.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-04-15T20:07:37.607Z
19432026-04-15T20:07:37.607Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19442026-04-15T20:07:38.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-15T20:07:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-15T20:07:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-15T20:07:38.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-04-15T20:07:38.070Z
19492026-04-15T20:07:38.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19502026-04-15T20:07:38.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-15T20:07:38.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-15T20:07:38.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-15T20:07:38.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-04-15T20:07:38.533Z
19552026-04-15T20:07:38.533Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19562026-04-15T20:07:38.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-15T20:07:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-15T20:07:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-15T20:07:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-04-15T20:07:38.998Z
19612026-04-15T20:07:38.998Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19622026-04-15T20:07:39.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-15T20:07:39.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-15T20:07:39.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-15T20:07:39.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-04-15T20:07:39.463Z
19672026-04-15T20:07:39.463Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19682026-04-15T20:07:39.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-15T20:07:39.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-15T20:07:39.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-15T20:07:39.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-04-15T20:07:39.928Z
19732026-04-15T20:07:39.928Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19742026-04-15T20:07:40.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-15T20:07:40.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-15T20:07:40.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-15T20:07:40.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-04-15T20:07:40.391Z
19792026-04-15T20:07:40.391Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19802026-04-15T20:07:40.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-15T20:07:40.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-15T20:07:40.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-15T20:07:40.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-04-15T20:07:40.853Z
19852026-04-15T20:07:40.853Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19862026-04-15T20:07:41.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-15T20:07:41.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-15T20:07:41.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-15T20:07:41.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-04-15T20:07:41.316Z
19912026-04-15T20:07:41.316Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19922026-04-15T20:07:41.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-15T20:07:41.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-15T20:07:41.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-15T20:07:41.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-04-15T20:07:41.778Z
19972026-04-15T20:07:41.778Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
19982026-04-15T20:07:42.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-15T20:07:42.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-15T20:07:42.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-15T20:07:42.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-04-15T20:07:42.242Z
20032026-04-15T20:07:42.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20042026-04-15T20:07:42.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-15T20:07:42.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-15T20:07:42.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-15T20:07:42.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-04-15T20:07:42.701Z
20092026-04-15T20:07:42.701Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20102026-04-15T20:07:43.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-15T20:07:43.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-15T20:07:43.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-15T20:07:43.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-04-15T20:07:43.161Z
20152026-04-15T20:07:43.161Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20162026-04-15T20:07:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-15T20:07:43.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-15T20:07:43.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-15T20:07:43.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-04-15T20:07:43.622Z
20212026-04-15T20:07:43.622Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20222026-04-15T20:07:44.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-15T20:07:44.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-15T20:07:44.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-15T20:07:44.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-15T20:07:44.087Z
20272026-04-15T20:07:44.087Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20282026-04-15T20:07:44.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-15T20:07:44.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-15T20:07:44.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-15T20:07:44.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20322026-04-15T20:07:44.546Z
20332026-04-15T20:07:44.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20342026-04-15T20:07:44.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-15T20:07:44.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-15T20:07:44.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-15T20:07:44.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-04-15T20:07:45.009Z
20392026-04-15T20:07:45.009Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20402026-04-15T20:07:45.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-15T20:07:45.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-15T20:07:45.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-15T20:07:45.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-04-15T20:07:45.469Z
20452026-04-15T20:07:45.469Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20462026-04-15T20:07:45.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-15T20:07:45.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-15T20:07:45.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-15T20:07:45.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-15T20:07:45.931Z
20512026-04-15T20:07:45.931Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20522026-04-15T20:07:46.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-15T20:07:46.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-15T20:07:46.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-15T20:07:46.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-15T20:07:46.396Z
20572026-04-15T20:07:46.396Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20582026-04-15T20:07:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-15T20:07:46.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-15T20:07:46.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-15T20:07:46.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-04-15T20:07:46.859Z
20632026-04-15T20:07:46.859Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20642026-04-15T20:07:47.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-15T20:07:47.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-15T20:07:47.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-15T20:07:47.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-04-15T20:07:47.324Z
20692026-04-15T20:07:47.324Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20702026-04-15T20:07:47.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-15T20:07:47.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-15T20:07:47.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-15T20:07:47.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-04-15T20:07:47.787Z
20752026-04-15T20:07:47.787Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20762026-04-15T20:07:48.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-15T20:07:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-15T20:07:48.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-15T20:07:48.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-04-15T20:07:48.250Z
20812026-04-15T20:07:48.250Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20822026-04-15T20:07:48.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-15T20:07:48.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-15T20:07:48.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-15T20:07:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-04-15T20:07:48.713Z
20872026-04-15T20:07:48.713Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20882026-04-15T20:07:49.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-15T20:07:49.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-15T20:07:49.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-15T20:07:49.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-04-15T20:07:49.177Z
20932026-04-15T20:07:49.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20942026-04-15T20:07:49.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-15T20:07:49.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-15T20:07:49.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-15T20:07:49.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-15T20:07:49.639Z
20992026-04-15T20:07:49.639Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21002026-04-15T20:07:50.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-15T20:07:50.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-15T20:07:50.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-15T20:07:50.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-04-15T20:07:50.105Z
21052026-04-15T20:07:50.105Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21062026-04-15T20:07:50.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-15T20:07:50.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-15T20:07:50.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-15T20:07:50.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102026-04-15T20:07:50.725Z
21112026-04-15T20:07:50.725Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21122026-04-15T20:07:51.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-15T20:07:51.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-15T20:07:51.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-15T20:07:51.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21162026-04-15T20:07:51.347Z
21172026-04-15T20:07:51.347Zinfo: running `cargo check --bins` on nexus-config (51/272)
21182026-04-15T20:07:51.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-15T20:07:51.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-15T20:07:51.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-15T20:07:51.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21222026-04-15T20:07:51.969Z
21232026-04-15T20:07:51.969Zinfo: running `cargo check --bins` on nexus-types (52/272)
21242026-04-15T20:07:52.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-15T20:07:52.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-15T20:07:52.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-15T20:07:52.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-04-15T20:07:52.584Z
21292026-04-15T20:07:52.584Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21302026-04-15T20:07:53.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-15T20:07:53.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-15T20:07:53.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-15T20:07:53.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-04-15T20:07:53.171Z
21352026-04-15T20:07:53.171Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21362026-04-15T20:07:53.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-15T20:07:53.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-15T20:07:53.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-15T20:07:53.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21402026-04-15T20:07:53.740Z
21412026-04-15T20:07:53.740Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21422026-04-15T20:07:54.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-15T20:07:54.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-15T20:07:54.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-15T20:07:54.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-04-15T20:07:54.330Z
21472026-04-15T20:07:54.330Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21482026-04-15T20:07:54.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-15T20:07:54.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-15T20:07:54.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-15T20:07:54.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-04-15T20:07:54.919Z
21532026-04-15T20:07:54.919Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21542026-04-15T20:07:55.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-15T20:07:55.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-15T20:07:55.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-15T20:07:55.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-04-15T20:07:55.512Z
21592026-04-15T20:07:55.512Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21602026-04-15T20:07:56.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-15T20:07:56.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-15T20:07:56.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-15T20:07:56.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-04-15T20:07:56.105Z
21652026-04-15T20:07:56.105Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21662026-04-15T20:07:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-15T20:07:56.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-15T20:07:56.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-15T20:07:56.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21702026-04-15T20:07:56.681Z
21712026-04-15T20:07:56.681Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21722026-04-15T20:07:57.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-15T20:07:57.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-15T20:07:57.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-15T20:07:57.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21762026-04-15T20:07:57.258Z
21772026-04-15T20:07:57.258Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21782026-04-15T20:07:57.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-15T20:07:57.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-15T20:07:57.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-15T20:07:57.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21822026-04-15T20:07:57.819Z
21832026-04-15T20:07:57.819Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21842026-04-15T20:07:58.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-15T20:07:58.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-15T20:07:58.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-15T20:07:58.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21882026-04-15T20:07:58.389Z
21892026-04-15T20:07:58.389Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21902026-04-15T20:07:58.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-15T20:07:58.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-15T20:07:58.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-15T20:07:58.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-04-15T20:07:58.968Z
21952026-04-15T20:07:58.968Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21962026-04-15T20:07:59.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-15T20:07:59.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-15T20:07:59.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-15T20:07:59.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22002026-04-15T20:07:59.550Z
22012026-04-15T20:07:59.550Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22022026-04-15T20:08:00.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-15T20:08:00.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-15T20:08:00.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-15T20:08:00.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22062026-04-15T20:08:00.115Z
22072026-04-15T20:08:00.115Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22082026-04-15T20:08:00.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-15T20:08:00.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-15T20:08:00.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-15T20:08:00.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22122026-04-15T20:08:00.681Z
22132026-04-15T20:08:00.681Zinfo: running `cargo check --bins` on ereport-types (67/272)
22142026-04-15T20:08:01.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-15T20:08:01.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-15T20:08:01.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-15T20:08:01.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22182026-04-15T20:08:01.252Z
22192026-04-15T20:08:01.252Zinfo: running `cargo check --bins` on gateway-client (68/272)
22202026-04-15T20:08:01.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-15T20:08:01.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-15T20:08:01.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-15T20:08:01.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-04-15T20:08:01.826Z
22252026-04-15T20:08:01.826Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22262026-04-15T20:08:02.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-15T20:08:02.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-15T20:08:02.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-15T20:08:02.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-04-15T20:08:02.403Z
22312026-04-15T20:08:02.403Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22322026-04-15T20:08:02.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-15T20:08:02.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-15T20:08:02.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-15T20:08:02.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22362026-04-15T20:08:02.975Z
22372026-04-15T20:08:02.975Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22382026-04-15T20:08:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-15T20:08:03.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-15T20:08:03.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-15T20:08:03.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22422026-04-15T20:08:03.547Z
22432026-04-15T20:08:03.547Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22442026-04-15T20:08:04.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-15T20:08:04.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-15T20:08:04.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-15T20:08:04.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-04-15T20:08:04.122Z
22492026-04-15T20:08:04.122Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22502026-04-15T20:08:04.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-15T20:08:04.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-15T20:08:04.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-15T20:08:04.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-04-15T20:08:04.713Z
22552026-04-15T20:08:04.713Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22562026-04-15T20:08:05.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-15T20:08:05.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-15T20:08:05.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-15T20:08:05.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22602026-04-15T20:08:05.305Z
22612026-04-15T20:08:05.305Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22622026-04-15T20:08:05.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-15T20:08:05.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-15T20:08:05.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-15T20:08:05.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22662026-04-15T20:08:05.876Z
22672026-04-15T20:08:05.876Zinfo: running `cargo check --bins` on oxlog (76/272)
22682026-04-15T20:08:06.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-15T20:08:06.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-15T20:08:06.469Z Checking cfg-if v1.0.4
22712026-04-15T20:08:06.473Z Checking libc v0.2.180
22722026-04-15T20:08:06.473Z Checking serde_core v1.0.228
22732026-04-15T20:08:06.585Z Checking zeroize v1.8.2
22742026-04-15T20:08:06.594Z Checking memchr v2.8.0
22752026-04-15T20:08:06.603Z Checking log v0.4.29
22762026-04-15T20:08:06.613Z Checking smallvec v1.15.1
22772026-04-15T20:08:06.622Z Checking typenum v1.19.0
22782026-04-15T20:08:06.632Z Checking subtle v2.6.1
22792026-04-15T20:08:06.723Z Checking itoa v1.0.17
22802026-04-15T20:08:06.759Z Checking scopeguard v1.2.0
22812026-04-15T20:08:06.775Z Checking stable_deref_trait v1.2.1
22822026-04-15T20:08:06.786Z Checking const-oid v0.9.6
22832026-04-15T20:08:06.848Z Checking portable-atomic v1.13.1
22842026-04-15T20:08:06.861Z Checking lock_api v0.4.14
22852026-04-15T20:08:06.861Z Checking zerofrom v0.1.6
22862026-04-15T20:08:06.973Z Checking getrandom v0.2.17
22872026-04-15T20:08:06.973Z Checking errno v0.3.14
22882026-04-15T20:08:06.996Z Checking critical-section v1.2.0
22892026-04-15T20:08:07.054Z Checking yoke v0.8.1
22902026-04-15T20:08:07.089Z Checking parking_lot_core v0.9.12
22912026-04-15T20:08:07.102Z Checking signal-hook-registry v1.4.8
22922026-04-15T20:08:07.116Z Checking rand_core v0.6.4
22932026-04-15T20:08:07.140Z Checking generic-array v0.14.7
22942026-04-15T20:08:07.219Z Checking zerovec v0.11.5
22952026-04-15T20:08:07.238Z Checking once_cell v1.21.3
22962026-04-15T20:08:07.250Z Checking zerocopy v0.8.40
22972026-04-15T20:08:07.270Z Checking pin-project-lite v0.2.17
22982026-04-15T20:08:07.288Z Checking parking_lot v0.12.5
22992026-04-15T20:08:07.360Z Checking mio v1.1.1
23002026-04-15T20:08:07.411Z Checking socket2 v0.6.2
23012026-04-15T20:08:07.450Z Checking libm v0.2.16
23022026-04-15T20:08:07.468Z Checking zmij v1.0.21
23032026-04-15T20:08:07.571Z Checking crypto-common v0.1.7
23042026-04-15T20:08:07.630Z Checking block-buffer v0.10.4
23052026-04-15T20:08:07.644Z Checking tinystr v0.8.2
23062026-04-15T20:08:07.648Z Checking equivalent v1.0.2
23072026-04-15T20:08:07.675Z Checking futures-core v0.3.32
23082026-04-15T20:08:07.690Z Checking percent-encoding v2.3.2
23092026-04-15T20:08:07.735Z Checking litemap v0.8.1
23102026-04-15T20:08:07.762Z Checking digest v0.10.7
23112026-04-15T20:08:07.797Z Checking allocator-api2 v0.2.21
23122026-04-15T20:08:07.818Z Checking writeable v0.6.2
23132026-04-15T20:08:07.829Z Checking potential_utf v0.1.4
23142026-04-15T20:08:07.904Z Checking zerotrie v0.2.3
23152026-04-15T20:08:07.951Z Checking cpufeatures v0.2.17
23162026-04-15T20:08:07.964Z Checking foldhash v0.2.0
23172026-04-15T20:08:07.977Z Checking icu_locale_core v2.1.1
23182026-04-15T20:08:08.020Z Checking icu_collections v2.1.1
23192026-04-15T20:08:08.048Z Checking serde v1.0.228
23202026-04-15T20:08:08.071Z Checking bitflags v2.11.0
23212026-04-15T20:08:08.112Z Checking serde_json v1.0.149
23222026-04-15T20:08:08.134Z Checking num-traits v0.2.19
23232026-04-15T20:08:08.141Z Checking hashbrown v0.16.1
23242026-04-15T20:08:08.232Z Checking hmac v0.12.1
23252026-04-15T20:08:08.328Z Checking block-padding v0.3.3
23262026-04-15T20:08:08.361Z Checking getrandom v0.3.4
23272026-04-15T20:08:08.445Z Checking bytes v1.11.1
23282026-04-15T20:08:08.458Z Checking icu_normalizer_data v2.1.1
23292026-04-15T20:08:08.502Z Checking icu_properties_data v2.1.2
23302026-04-15T20:08:08.518Z Checking icu_provider v2.1.1
23312026-04-15T20:08:08.531Z Checking futures-sink v0.3.32
23322026-04-15T20:08:08.629Z Checking futures-channel v0.3.32
23332026-04-15T20:08:08.644Z Checking inout v0.1.4
23342026-04-15T20:08:08.667Z Checking indexmap v2.13.0
23352026-04-15T20:08:08.686Z Checking futures-io v0.3.32
23362026-04-15T20:08:08.747Z Checking icu_properties v2.1.2
23372026-04-15T20:08:08.769Z Checking icu_normalizer v2.1.1
23382026-04-15T20:08:08.778Z Checking slab v0.4.12
23392026-04-15T20:08:08.797Z Checking futures-task v0.3.32
23402026-04-15T20:08:08.838Z Checking cipher v0.4.4
23412026-04-15T20:08:08.886Z Checking tokio v1.50.0
23422026-04-15T20:08:08.936Z Checking sha2 v0.10.9
23432026-04-15T20:08:08.945Z Checking futures-util v0.3.32
23442026-04-15T20:08:09.045Z Checking byteorder v1.5.0
23452026-04-15T20:08:09.080Z Checking utf8_iter v1.0.4
23462026-04-15T20:08:09.206Z Checking base64ct v1.8.3
23472026-04-15T20:08:09.219Z Checking form_urlencoded v1.2.2
23482026-04-15T20:08:09.241Z Checking flagset v0.4.7
23492026-04-15T20:08:09.253Z Checking rand_core v0.10.0
23502026-04-15T20:08:09.343Z Checking fnv v1.0.7
23512026-04-15T20:08:09.361Z Checking rand_core v0.9.5
23522026-04-15T20:08:09.393Z Checking getrandom v0.4.1
23532026-04-15T20:08:09.433Z Checking pem-rfc7468 v0.7.0
23542026-04-15T20:08:09.447Z Checking salsa20 v0.10.2
23552026-04-15T20:08:09.533Z Checking http v1.4.0
23562026-04-15T20:08:09.537Z Checking uuid v1.23.0
23572026-04-15T20:08:09.571Z Checking idna_adapter v1.2.1
23582026-04-15T20:08:09.583Z Checking pbkdf2 v0.12.2
23592026-04-15T20:08:09.594Z Checking der v0.7.10
23602026-04-15T20:08:09.687Z Checking idna v1.1.0
23612026-04-15T20:08:09.700Z Checking scrypt v0.11.0
23622026-04-15T20:08:09.837Z Checking aes v0.8.4
23632026-04-15T20:08:09.852Z Checking cbc v0.1.2
23642026-04-15T20:08:09.927Z Checking url v2.5.8
23652026-04-15T20:08:09.978Z Checking rustix v1.1.3
23662026-04-15T20:08:10.015Z Checking ppv-lite86 v0.2.21
23672026-04-15T20:08:10.102Z Checking tracing-core v0.1.36
23682026-04-15T20:08:10.223Z Checking rustls-pki-types v1.14.0
23692026-04-15T20:08:10.312Z Checking rand_chacha v0.9.0
23702026-04-15T20:08:10.316Z Checking spki v0.7.3
23712026-04-15T20:08:10.358Z Checking iana-time-zone v0.1.65
23722026-04-15T20:08:10.406Z Checking regex-syntax v0.8.10
23732026-04-15T20:08:10.463Z Checking chrono v0.4.44
23742026-04-15T20:08:10.482Z Checking pkcs5 v0.7.1
23752026-04-15T20:08:10.502Z Checking rand v0.9.2
23762026-04-15T20:08:10.505Z Checking tracing v0.1.44
23772026-04-15T20:08:10.715Z Checking http-body v1.0.1
23782026-04-15T20:08:10.732Z Checking aws-lc-sys v0.37.1
23792026-04-15T20:08:10.818Z Checking untrusted v0.9.0
23802026-04-15T20:08:10.843Z Checking base64 v0.22.1
23812026-04-15T20:08:10.856Z Checking untrusted v0.7.1
23822026-04-15T20:08:10.925Z Checking openssl-probe v0.2.1
23832026-04-15T20:08:10.965Z Checking ring v0.17.14
23842026-04-15T20:08:10.979Z Checking pkcs8 v0.10.2
23852026-04-15T20:08:11.033Z Checking tower-service v0.3.3
23862026-04-15T20:08:11.078Z Checking tinyvec_macros v0.1.1
23872026-04-15T20:08:11.124Z Checking tower-layer v0.3.3
23882026-04-15T20:08:11.146Z Checking plain v0.2.3
23892026-04-15T20:08:11.159Z Checking atomic-waker v1.1.2
23902026-04-15T20:08:11.238Z Checking aws-lc-rs v1.16.0
23912026-04-15T20:08:11.251Z Checking try-lock v0.2.5
23922026-04-15T20:08:11.262Z Checking tinyvec v1.10.0
23932026-04-15T20:08:11.276Z Checking ipnet v2.11.0
23942026-04-15T20:08:11.317Z Checking semver v1.0.27
23952026-04-15T20:08:11.344Z Checking want v0.3.1
23962026-04-15T20:08:11.468Z Checking httparse v1.10.1
23972026-04-15T20:08:11.523Z Checking spin v0.9.8
23982026-04-15T20:08:11.534Z Checking ucd-trie v0.1.7
23992026-04-15T20:08:11.565Z Checking dyn-clone v1.0.20
24002026-04-15T20:08:11.665Z Checking httpdate v1.0.3
24012026-04-15T20:08:11.677Z Checking unicode-ident v1.0.24
24022026-04-15T20:08:11.680Z Checking fastrand v2.3.0
24032026-04-15T20:08:11.700Z Checking foreign-types-shared v0.1.1
24042026-04-15T20:08:11.712Z Checking pin-utils v0.1.0
24052026-04-15T20:08:11.778Z Checking foreign-types v0.3.2
24062026-04-15T20:08:11.781Z Checking proc-macro2 v1.0.106
24072026-04-15T20:08:11.801Z Checking schemars v0.8.22
24082026-04-15T20:08:11.811Z Checking pest v2.8.6
24092026-04-15T20:08:11.848Z Checking openssl-sys v0.9.111
24102026-04-15T20:08:11.859Z Checking tempfile v3.25.0
24112026-04-15T20:08:11.946Z Checking thiserror v2.0.18
24122026-04-15T20:08:12.048Z Checking wait-timeout v0.2.1
24132026-04-15T20:08:12.060Z Checking socket2 v0.5.10
24142026-04-15T20:08:12.063Z Checking rustls-webpki v0.103.9
24152026-04-15T20:08:12.089Z Checking tokio-util v0.7.18
24162026-04-15T20:08:12.104Z Checking aho-corasick v1.1.4
24172026-04-15T20:08:12.172Z Checking pretty-hex v0.4.1
24182026-04-15T20:08:12.292Z Checking utf8parse v0.2.2
24192026-04-15T20:08:12.303Z Checking bit-vec v0.8.0
24202026-04-15T20:08:12.331Z Checking powerfmt v0.2.0
24212026-04-15T20:08:12.400Z Checking quick-error v1.2.3
24222026-04-15T20:08:12.453Z Checking siphasher v1.0.2
24232026-04-15T20:08:12.479Z Checking simd-adler32 v0.3.8
24242026-04-15T20:08:12.491Z Checking anstyle v1.0.13
24252026-04-15T20:08:12.494Z Checking rustls v0.23.37
24262026-04-15T20:08:12.494Z Checking bit-set v0.8.0
24272026-04-15T20:08:12.609Z Checking rusty-fork v0.3.1
24282026-04-15T20:08:12.648Z Checking deranged v0.5.8
24292026-04-15T20:08:12.653Z Checking anstyle-parse v0.2.7
24302026-04-15T20:08:12.672Z Checking openssl v0.10.75
24312026-04-15T20:08:12.692Z Checking h2 v0.4.13
24322026-04-15T20:08:12.767Z Checking regex-automata v0.4.14
24332026-04-15T20:08:12.785Z Checking quote v1.0.44
24342026-04-15T20:08:12.811Z Compiling newtype-uuid v1.3.2
24352026-04-15T20:08:12.859Z Checking unicode-normalization v0.1.25
24362026-04-15T20:08:12.941Z Checking rustls-native-certs v0.8.3
24372026-04-15T20:08:12.989Z Checking crossbeam-utils v0.8.21
24382026-04-15T20:08:13.068Z Checking rand_xorshift v0.4.0
24392026-04-15T20:08:13.187Z Checking crc32fast v1.5.0
24402026-04-15T20:08:13.257Z Checking scroll v0.13.0
24412026-04-15T20:08:13.318Z Checking signature v2.2.0
24422026-04-15T20:08:13.330Z Checking sync_wrapper v1.0.2
24432026-04-15T20:08:13.430Z Checking anstyle-query v1.1.5
24442026-04-15T20:08:13.445Z Checking unicode-properties v0.1.4
24452026-04-15T20:08:13.480Z Checking adler2 v2.0.1
24462026-04-15T20:08:13.522Z Checking num-conv v0.2.0
24472026-04-15T20:08:13.568Z Checking unarray v0.1.4
24482026-04-15T20:08:13.586Z Checking unicode-bidi v0.3.18
24492026-04-15T20:08:13.627Z Checking is_terminal_polyfill v1.70.2
24502026-04-15T20:08:13.640Z Checking colorchoice v1.0.4
24512026-04-15T20:08:13.668Z Checking time-core v0.1.8
24522026-04-15T20:08:13.713Z Checking num_threads v0.1.7
24532026-04-15T20:08:13.735Z Checking anstream v0.6.21
24542026-04-15T20:08:13.815Z Checking proptest v1.10.0
24552026-04-15T20:08:13.828Z Checking time v0.3.47
24562026-04-15T20:08:13.892Z Checking stringprep v0.1.5
24572026-04-15T20:08:13.948Z Checking miniz_oxide v0.8.9
24582026-04-15T20:08:14.050Z Checking goblin v0.10.5
24592026-04-15T20:08:14.300Z Checking tower v0.5.3
24602026-04-15T20:08:14.609Z Checking crossbeam-epoch v0.9.18
24612026-04-15T20:08:14.640Z Checking native-tls v0.2.18
24622026-04-15T20:08:14.692Z Checking syn v2.0.117
24632026-04-15T20:08:14.814Z Compiling daft v0.1.5
24642026-04-15T20:08:14.831Z Checking ipnetwork v0.21.1
24652026-04-15T20:08:14.860Z Checking tokio-rustls v0.26.4
24662026-04-15T20:08:14.966Z Checking http-body-util v0.1.3
24672026-04-15T20:08:15.045Z Checking webpki-roots v1.0.6
24682026-04-15T20:08:15.083Z Checking rand_chacha v0.3.1
24692026-04-15T20:08:15.096Z Checking thiserror v1.0.69
24702026-04-15T20:08:15.162Z Checking scroll v0.12.0
24712026-04-15T20:08:15.187Z Checking zstd-sys v2.0.16+zstd.1.5.7
24722026-04-15T20:08:15.199Z Checking hash32 v0.2.1
24732026-04-15T20:08:15.292Z Checking num-integer v0.1.46
24742026-04-15T20:08:15.296Z Checking toml_datetime v0.6.11
24752026-04-15T20:08:15.352Z Checking serde_spanned v0.6.9
24762026-04-15T20:08:15.364Z Checking hyper v1.8.1
24772026-04-15T20:08:15.382Z Checking md-5 v0.10.6
24782026-04-15T20:08:15.475Z Checking ff v0.13.1
24792026-04-15T20:08:15.488Z Checking iri-string v0.7.10
24802026-04-15T20:08:15.512Z Checking zlib-rs v0.6.2
24812026-04-15T20:08:15.525Z Checking ryu v1.0.23
24822026-04-15T20:08:15.604Z Checking psl-types v2.0.11
24832026-04-15T20:08:15.618Z Checking base16ct v0.2.0
24842026-04-15T20:08:15.660Z Checking fallible-iterator v0.2.0
24852026-04-15T20:08:15.719Z Checking publicsuffix v2.3.0
24862026-04-15T20:08:15.741Z Checking sec1 v0.7.3
24872026-04-15T20:08:15.908Z Checking serde_urlencoded v0.7.1
24882026-04-15T20:08:15.929Z Checking postgres-protocol v0.6.10
24892026-04-15T20:08:16.077Z Checking group v0.13.0
24902026-04-15T20:08:16.094Z Compiling iddqd v0.3.17
24912026-04-15T20:08:16.223Z Checking num-iter v0.1.45
24922026-04-15T20:08:16.236Z Checking goblin v0.8.2
24932026-04-15T20:08:16.260Z Checking hyper-util v0.1.20
24942026-04-15T20:08:16.332Z Checking heapless v0.7.17
24952026-04-15T20:08:16.378Z Checking dof v0.4.0
24962026-04-15T20:08:16.391Z Checking flate2 v1.1.9
24972026-04-15T20:08:16.476Z Checking tower-http v0.6.8
24982026-04-15T20:08:16.677Z Checking zstd-safe v7.2.4
24992026-04-15T20:08:16.739Z Checking rand v0.8.5
25002026-04-15T20:08:16.754Z Checking oxnet v0.1.4
25012026-04-15T20:08:16.845Z Checking cookie v0.18.1
25022026-04-15T20:08:16.949Z Checking tokio-native-tls v0.3.1
25032026-04-15T20:08:16.989Z Checking dtrace-parser v0.3.0
25042026-04-15T20:08:17.002Z Checking phf_shared v0.13.1
25052026-04-15T20:08:17.074Z Checking lazy_static v1.5.0
25062026-04-15T20:08:17.105Z Checking zerocopy v0.7.35
25072026-04-15T20:08:17.164Z Checking terminal_size v0.4.3
25082026-04-15T20:08:17.203Z Checking bzip2-sys v0.1.13+1.0.8
25092026-04-15T20:08:17.216Z Checking signal-hook v0.3.18
25102026-04-15T20:08:17.232Z Checking hkdf v0.12.4
25112026-04-15T20:08:17.248Z Checking crypto-bigint v0.5.5
25122026-04-15T20:08:17.275Z Checking thread-id v5.1.0
25132026-04-15T20:08:17.287Z Checking winnow v0.5.40
25142026-04-15T20:08:17.353Z Checking either v1.15.0
25152026-04-15T20:08:17.366Z Compiling rayon-core v1.13.0
25162026-04-15T20:08:17.397Z Checking libbz2-rs-sys v0.2.2
25172026-04-15T20:08:17.518Z Checking hyper-rustls v0.27.7
25182026-04-15T20:08:17.536Z Checking foldhash v0.1.5
25192026-04-15T20:08:17.536Z Checking clap_lex v1.0.0
25202026-04-15T20:08:17.599Z Checking managed v0.8.0
25212026-04-15T20:08:17.668Z Checking strsim v0.11.1
25222026-04-15T20:08:17.695Z Checking bumpalo v3.20.2
25232026-04-15T20:08:17.719Z Checking bitflags v1.3.2
25242026-04-15T20:08:17.782Z Checking winnow v0.7.14
25252026-04-15T20:08:17.785Z Checking bzip2 v0.6.1
25262026-04-15T20:08:17.804Z Checking smoltcp v0.9.1
25272026-04-15T20:08:17.829Z Checking clap_builder v4.5.60
25282026-04-15T20:08:17.890Z Checking zopfli v0.8.3
25292026-04-15T20:08:17.941Z Checking hashbrown v0.15.5
25302026-04-15T20:08:18.121Z Checking dof v0.3.0
25312026-04-15T20:08:18.137Z Checking elliptic-curve v0.13.8
25322026-04-15T20:08:18.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-04-15T20:08:18.395Z Checking hyper-tls v0.6.0
25342026-04-15T20:08:18.399Z Checking signal-hook-mio v0.2.5
25352026-04-15T20:08:18.417Z Checking usdt-impl v0.6.0
25362026-04-15T20:08:18.428Z Checking bzip2 v0.4.4
25372026-04-15T20:08:18.441Z Checking toml_edit v0.19.15
25382026-04-15T20:08:18.452Z Checking num-bigint-dig v0.8.6
25392026-04-15T20:08:18.504Z Checking phf v0.13.1
25402026-04-15T20:08:18.558Z Checking cookie_store v0.22.1
25412026-04-15T20:08:18.648Z Checking zstd v0.13.3
25422026-04-15T20:08:18.690Z Checking postgres-types v0.2.12
25432026-04-15T20:08:18.833Z Checking dtrace-parser v0.2.0
25442026-04-15T20:08:18.846Z Checking rustls-platform-verifier v0.6.2
25452026-04-15T20:08:18.899Z Checking crossbeam-deque v0.8.6
25462026-04-15T20:08:18.969Z Checking bstr v1.12.1
25472026-04-15T20:08:18.983Z Checking regex v1.12.3
25482026-04-15T20:08:19.021Z Checking ed25519 v2.2.3
25492026-04-15T20:08:19.053Z Checking phf_shared v0.11.3
25502026-04-15T20:08:19.069Z Checking ref-cast v1.0.25
25512026-04-15T20:08:19.080Z Checking curve25519-dalek v4.1.3
25522026-04-15T20:08:19.167Z Checking strum v0.27.2
25532026-04-15T20:08:19.194Z Checking hubpack v0.1.2
25542026-04-15T20:08:19.206Z Checking memoffset v0.9.1
25552026-04-15T20:08:19.259Z Checking rustix v0.38.44
25562026-04-15T20:08:19.275Z Checking pkcs1 v0.7.5
25572026-04-15T20:08:19.279Z Checking float-cmp v0.10.0
25582026-04-15T20:08:19.299Z Checking erased-serde v0.3.31
25592026-04-15T20:08:19.361Z Checking hex v0.4.3
25602026-04-15T20:08:19.373Z Checking serde-big-array v0.5.1
25612026-04-15T20:08:19.409Z Checking rfc6979 v0.4.0
25622026-04-15T20:08:19.483Z Checking memmap2 v0.9.10
25632026-04-15T20:08:19.495Z Checking thread-id v4.2.2
25642026-04-15T20:08:19.505Z Checking env_filter v1.0.0
25652026-04-15T20:08:19.523Z Checking encoding_rs v0.8.35
25662026-04-15T20:08:19.569Z Checking precomputed-hash v0.1.1
25672026-04-15T20:08:19.624Z Checking predicates-core v1.0.10
25682026-04-15T20:08:19.638Z Checking new_debug_unreachable v1.0.6
25692026-04-15T20:08:19.641Z Checking static_assertions v1.1.0
25702026-04-15T20:08:19.662Z Checking difflib v0.4.0
25712026-04-15T20:08:19.672Z Checking whoami v2.1.0
25722026-04-15T20:08:19.696Z Checking data-encoding v2.10.0
25732026-04-15T20:08:19.708Z Checking normalize-line-endings v0.3.0
25742026-04-15T20:08:19.719Z Checking jiff v0.2.21
25752026-04-15T20:08:19.794Z Checking mime v0.3.17
25762026-04-15T20:08:19.833Z Checking fixedbitset v0.4.2
25772026-04-15T20:08:19.856Z Checking fixedbitset v0.5.7
25782026-04-15T20:08:19.860Z Checking toml_write v0.1.2
25792026-04-15T20:08:19.963Z Checking unicode-segmentation v1.12.0
25802026-04-15T20:08:19.966Z Checking rustc-hash v2.1.1
25812026-04-15T20:08:19.987Z Checking keccak v0.1.6
25822026-04-15T20:08:20.031Z Checking toml_edit v0.22.27
25832026-04-15T20:08:20.049Z Checking petgraph v0.8.3
25842026-04-15T20:08:20.053Z Checking crossterm v0.28.1
25852026-04-15T20:08:20.145Z Checking sha3 v0.10.8
25862026-04-15T20:08:20.278Z Checking similar v2.7.0
25872026-04-15T20:08:20.346Z Checking petgraph v0.6.5
25882026-04-15T20:08:20.470Z Checking reqwest v0.12.28
25892026-04-15T20:08:20.655Z Checking hickory-proto v0.25.2
25902026-04-15T20:08:20.756Z Checking ed25519-dalek v2.2.0
25912026-04-15T20:08:20.922Z Checking tokio-postgres v0.7.16
25922026-04-15T20:08:20.987Z Checking predicates v3.1.4
25932026-04-15T20:08:21.115Z Checking string_cache v0.8.9
25942026-04-15T20:08:21.282Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25952026-04-15T20:08:21.294Z Checking slog v2.8.2
25962026-04-15T20:08:21.308Z Checking env_logger v0.11.9
25972026-04-15T20:08:21.498Z Checking usdt v0.6.0
25982026-04-15T20:08:21.558Z Checking serde_with v3.17.0
25992026-04-15T20:08:21.580Z Checking usdt-impl v0.5.0
26002026-04-15T20:08:21.584Z Checking ecdsa v0.16.9
26012026-04-15T20:08:21.667Z Checking toml v0.7.8
26022026-04-15T20:08:21.867Z Checking rsa v0.9.10
26032026-04-15T20:08:21.915Z Checking nix v0.31.1
26042026-04-15T20:08:21.928Z Checking zip v4.6.1
26052026-04-15T20:08:22.170Z Checking clap v4.5.60
26062026-04-15T20:08:22.250Z Checking reqwest v0.13.2
26072026-04-15T20:08:22.300Z Checking toml_parser v1.0.9+spec-1.1.0
26082026-04-15T20:08:22.342Z Checking zip v0.6.6
26092026-04-15T20:08:22.515Z Checking itertools v0.13.0
26102026-04-15T20:08:22.619Z Checking strum v0.26.3
26112026-04-15T20:08:22.658Z Checking fs-err v3.3.0
26122026-04-15T20:08:22.734Z Checking ahash v0.8.12
26132026-04-15T20:08:22.888Z Checking tokio-stream v0.1.18
26142026-04-15T20:08:22.926Z Checking object v0.37.3
26152026-04-15T20:08:22.953Z Checking buf-list v1.1.2
26162026-04-15T20:08:22.957Z Checking anyhow v1.0.102
26172026-04-15T20:08:23.091Z Checking camino v1.2.2
26182026-04-15T20:08:23.140Z Checking x509-cert v0.2.5
26192026-04-15T20:08:23.162Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26202026-04-15T20:08:23.270Z Checking openapiv3 v2.2.0
26212026-04-15T20:08:23.341Z Checking toml_datetime v0.7.5+spec-1.1.0
26222026-04-15T20:08:23.403Z Checking sha1 v0.10.6
26232026-04-15T20:08:23.427Z Checking lalrpop-util v0.19.12
26242026-04-15T20:08:23.511Z Checking peg-runtime v0.8.5
26252026-04-15T20:08:23.524Z Checking rayon v1.11.0
26262026-04-15T20:08:23.537Z Checking sigpipe v0.1.3
26272026-04-15T20:08:23.563Z Checking glob v0.3.3
26282026-04-15T20:08:25.127Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292026-04-15T20:08:25.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.52s
26302026-04-15T20:08:25.572Z
26312026-04-15T20:08:25.572Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26322026-04-15T20:08:26.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-15T20:08:26.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-15T20:08:26.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-15T20:08:26.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-04-15T20:08:26.151Z
26372026-04-15T20:08:26.151Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26382026-04-15T20:08:26.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-15T20:08:26.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-15T20:08:26.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-15T20:08:26.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26422026-04-15T20:08:26.733Z
26432026-04-15T20:08:26.733Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26442026-04-15T20:08:27.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-15T20:08:27.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-15T20:08:27.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-15T20:08:27.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-04-15T20:08:27.329Z
26492026-04-15T20:08:27.329Zinfo: running `cargo check --bins` on oxql-types (80/272)
26502026-04-15T20:08:27.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-15T20:08:27.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-15T20:08:27.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-15T20:08:27.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-04-15T20:08:27.912Z
26552026-04-15T20:08:27.912Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26562026-04-15T20:08:28.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-15T20:08:28.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-15T20:08:28.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-15T20:08:28.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-04-15T20:08:28.494Z
26612026-04-15T20:08:28.494Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26622026-04-15T20:08:28.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-15T20:08:28.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-15T20:08:28.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-15T20:08:28.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-04-15T20:08:29.084Z
26672026-04-15T20:08:29.084Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26682026-04-15T20:08:29.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-15T20:08:29.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-15T20:08:29.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-04-15T20:08:29.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26722026-04-15T20:08:29.648Z
26732026-04-15T20:08:29.648Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26742026-04-15T20:08:30.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-04-15T20:08:30.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-04-15T20:08:30.318Z Compiling structmeta-derive v0.3.0
26772026-04-15T20:08:30.432Z Compiling rustls v0.22.4
26782026-04-15T20:08:30.443Z Compiling multer v3.1.0
26792026-04-15T20:08:30.450Z Compiling async-stream-impl v0.3.6
26802026-04-15T20:08:30.454Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-04-15T20:08:30.470Z Compiling dropshot v0.16.7
26822026-04-15T20:08:30.484Z Compiling newtype-uuid-macros v0.1.0
26832026-04-15T20:08:30.484Z Compiling dropshot_endpoint v0.16.7
26842026-04-15T20:08:30.624Z Checking newtype-uuid v1.3.2
26852026-04-15T20:08:30.664Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26862026-04-15T20:08:30.766Z Checking rustls-webpki v0.102.8
26872026-04-15T20:08:30.819Z Checking daft v0.1.5
26882026-04-15T20:08:30.832Z Checking futures-executor v0.3.32
26892026-04-15T20:08:31.022Z Checking thread_local v1.1.9
26902026-04-15T20:08:31.068Z Checking match_cfg v0.1.0
26912026-04-15T20:08:31.104Z Checking iddqd v0.3.17
26922026-04-15T20:08:31.138Z Checking hostname v0.3.1
26932026-04-15T20:08:31.219Z Checking futures v0.3.32
26942026-04-15T20:08:31.234Z Checking crossbeam-channel v0.5.15
26952026-04-15T20:08:31.295Z Checking slog-json v2.6.1
26962026-04-15T20:08:31.473Z Compiling structmeta v0.3.0
26972026-04-15T20:08:31.508Z Checking serde_spanned v1.0.4
26982026-04-15T20:08:31.561Z Checking is-terminal v0.4.17
26992026-04-15T20:08:31.653Z Checking term v1.2.1
27002026-04-15T20:08:31.683Z Compiling derive-ex v0.1.8
27012026-04-15T20:08:31.742Z Compiling parse-display-derive v0.10.0
27022026-04-15T20:08:31.785Z Checking take_mut v0.2.2
27032026-04-15T20:08:31.873Z Compiling toml_writer v1.0.6+spec-1.1.0
27042026-04-15T20:08:31.944Z Checking debug-ignore v1.0.5
27052026-04-15T20:08:32.045Z Compiling toml v0.9.12+spec-1.1.0
27062026-04-15T20:08:32.081Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27072026-04-15T20:08:32.157Z Checking slog-async v2.8.0
27082026-04-15T20:08:32.252Z Checking slog-term v2.9.2
27092026-04-15T20:08:32.331Z Compiling slog-bunyan v2.5.0
27102026-04-15T20:08:32.507Z Compiling async-stream v0.3.6
27112026-04-15T20:08:32.625Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-04-15T20:08:32.629Z Checking tokio-rustls v0.25.0
27132026-04-15T20:08:32.715Z Checking progenitor-client v0.13.0
27142026-04-15T20:08:32.743Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-04-15T20:08:32.880Z Checking backon v1.6.0
27162026-04-15T20:08:32.942Z Checking waitgroup v0.1.2
27172026-04-15T20:08:33.042Z Checking rustls-pemfile v2.2.0
27182026-04-15T20:08:33.332Z Checking serde_path_to_error v0.1.20
27192026-04-15T20:08:33.345Z Compiling test-strategy v0.4.5
27202026-04-15T20:08:33.404Z Checking hostname v0.4.2
27212026-04-15T20:08:33.452Z Checking instant v0.1.13
27222026-04-15T20:08:33.513Z Compiling prettyplease v0.2.37
27232026-04-15T20:08:33.550Z Checking backoff v0.4.0
27242026-04-15T20:08:33.640Z Checking parse-display v0.10.0
27252026-04-15T20:08:33.746Z Compiling progenitor-extras v0.1.1
27262026-04-15T20:08:33.822Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-04-15T20:08:34.033Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-04-15T20:08:34.078Z Checking progenitor-client v0.10.0
27292026-04-15T20:08:34.209Z Checking itertools v0.14.0
27302026-04-15T20:08:34.319Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27312026-04-15T20:08:34.795Z Checking regress v0.10.5
27322026-04-15T20:08:34.895Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27332026-04-15T20:08:35.285Z Checking macaddr v1.0.1
27342026-04-15T20:08:35.502Z Checking num-rational v0.4.2
27352026-04-15T20:08:35.693Z Compiling usdt-attr-macro v0.5.0
27362026-04-15T20:08:35.778Z Compiling usdt-macro v0.5.0
27372026-04-15T20:08:35.803Z Checking num-complex v0.4.6
27382026-04-15T20:08:36.136Z Checking memmap v0.7.0
27392026-04-15T20:08:36.148Z Checking num v0.4.3
27402026-04-15T20:08:36.207Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-04-15T20:08:36.221Z Checking float-ord v0.3.2
27422026-04-15T20:08:36.346Z Compiling toml v0.8.23
27432026-04-15T20:08:36.431Z Checking linked-hash-map v0.5.6
27442026-04-15T20:08:36.489Z Checking usdt v0.5.0
27452026-04-15T20:08:36.603Z Compiling minimal-lexical v0.2.1
27462026-04-15T20:08:36.655Z Checking lru-cache v0.1.2
27472026-04-15T20:08:36.861Z Compiling nom v7.1.3
27482026-04-15T20:08:37.296Z Checking hickory-proto v0.24.4
27492026-04-15T20:08:37.299Z Checking phf_shared v0.12.1
27502026-04-15T20:08:37.440Z Compiling slog-dtrace v0.3.0
27512026-04-15T20:08:37.473Z Compiling convert_case v0.4.0
27522026-04-15T20:08:37.633Z Checking heck v0.5.0
27532026-04-15T20:08:37.764Z Compiling chrono-tz v0.10.4
27542026-04-15T20:08:37.849Z Checking resolv-conf v0.7.6
27552026-04-15T20:08:37.943Z Compiling const_format_proc_macros v0.2.34
27562026-04-15T20:08:37.973Z Compiling derive_more v0.99.20
27572026-04-15T20:08:38.079Z Checking phf v0.12.1
27582026-04-15T20:08:38.210Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27592026-04-15T20:08:38.223Z Checking tokio-dtrace v0.1.1
27602026-04-15T20:08:38.409Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-04-15T20:08:38.677Z Compiling derive-where v1.6.0
27622026-04-15T20:08:38.753Z Checking highway v1.3.0
27632026-04-15T20:08:38.996Z Checking const_format v0.2.35
27642026-04-15T20:08:39.045Z Checking oxide-tokio-rt v0.1.3
27652026-04-15T20:08:39.157Z Checking hickory-resolver v0.24.4
27662026-04-15T20:08:39.461Z Checking gethostname v0.5.0
27672026-04-15T20:08:39.554Z Checking bcs v0.1.6
27682026-04-15T20:08:39.850Z Compiling async-recursion v1.1.1
27692026-04-15T20:08:39.902Z Checking termtree v0.5.1
27702026-04-15T20:08:40.034Z Checking qorb v0.4.1
27712026-04-15T20:08:40.477Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-04-15T20:08:40.509Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-04-15T20:08:40.850Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-04-15T20:08:42.124Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-04-15T20:08:42.127Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-04-15T20:08:43.869Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-04-15T20:08:46.531Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-04-15T20:08:48.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.95s
27792026-04-15T20:08:48.790Z
27802026-04-15T20:08:48.790Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27812026-04-15T20:08:49.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-04-15T20:08:49.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-04-15T20:08:49.472Z Compiling ar_archive_writer v0.5.1
27842026-04-15T20:08:49.580Z Compiling stacker v0.1.23
27852026-04-15T20:08:49.589Z Compiling cfg_aliases v0.1.1
27862026-04-15T20:08:49.596Z Compiling convert_case v0.10.0
27872026-04-15T20:08:49.600Z Checking unicode-width v0.1.14
27882026-04-15T20:08:49.613Z Compiling proc-macro-error v1.0.4
27892026-04-15T20:08:49.624Z Checking fd-lock v4.0.4
27902026-04-15T20:08:49.624Z Checking nibble_vec v0.1.0
27912026-04-15T20:08:49.650Z Compiling nix v0.28.0
27922026-04-15T20:08:49.736Z Checking vte v0.14.1
27932026-04-15T20:08:49.752Z Compiling recursive-proc-macro-impl v0.1.1
27942026-04-15T20:08:49.851Z Checking bytecount v0.6.9
27952026-04-15T20:08:49.851Z Checking endian-type v0.1.2
27962026-04-15T20:08:49.897Z Compiling derive_more-impl v2.1.1
27972026-04-15T20:08:49.911Z Compiling tabled_derive v0.7.0
27982026-04-15T20:08:49.911Z Checking strip-ansi-escapes v0.2.1
27992026-04-15T20:08:49.981Z Checking papergrid v0.11.0
28002026-04-15T20:08:49.995Z Checking radix_trie v0.2.1
28012026-04-15T20:08:50.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-04-15T20:08:50.140Z Compiling peg-macros v0.8.5
28032026-04-15T20:08:50.206Z Checking winnow v0.6.26
28042026-04-15T20:08:50.414Z Compiling psm v0.1.30
28052026-04-15T20:08:50.484Z Compiling sqlparser_derive v0.5.0
28062026-04-15T20:08:50.604Z Checking nu-ansi-term v0.50.3
28072026-04-15T20:08:50.684Z Checking derive_more v2.1.1
28082026-04-15T20:08:50.765Z Checking unicode_categories v0.1.1
28092026-04-15T20:08:50.812Z Checking home v0.5.12
28102026-04-15T20:08:50.867Z Checking unicode-width v0.2.0
28112026-04-15T20:08:50.919Z Checking tabled v0.15.0
28122026-04-15T20:08:50.922Z Checking crossterm v0.29.0
28132026-04-15T20:08:50.942Z Checking rustyline v14.0.0
28142026-04-15T20:08:51.115Z Checking reedline v0.40.0
28152026-04-15T20:08:51.175Z Checking recursive v0.1.1
28162026-04-15T20:08:51.265Z Checking display-error-chain v0.2.2
28172026-04-15T20:08:51.278Z Checking sqlparser v0.61.0
28182026-04-15T20:08:51.346Z Checking sqlformat v0.3.5
28192026-04-15T20:08:51.496Z Checking peg v0.8.5
28202026-04-15T20:09:02.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28212026-04-15T20:09:02.524Z
28222026-04-15T20:09:02.524Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28232026-04-15T20:09:03.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-15T20:09:03.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-15T20:09:03.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-15T20:09:06.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28272026-04-15T20:09:06.780Z
28282026-04-15T20:09:06.780Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28292026-04-15T20:09:07.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-15T20:09:07.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-15T20:09:07.440Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-15T20:09:09.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28332026-04-15T20:09:10.027Z
28342026-04-15T20:09:10.027Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28352026-04-15T20:09:10.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-15T20:09:10.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-15T20:09:10.682Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-15T20:09:13.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28392026-04-15T20:09:14.065Z
28402026-04-15T20:09:14.065Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28412026-04-15T20:09:14.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-15T20:09:14.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-15T20:09:14.728Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-15T20:09:17.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28452026-04-15T20:09:18.139Z
28462026-04-15T20:09:18.139Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28472026-04-15T20:09:18.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-15T20:09:18.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-15T20:09:18.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-04-15T20:09:21.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28512026-04-15T20:09:21.545Z
28522026-04-15T20:09:21.545Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28532026-04-15T20:09:22.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-15T20:09:22.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-15T20:09:22.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-04-15T20:09:24.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28572026-04-15T20:09:24.985Z
28582026-04-15T20:09:24.985Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28592026-04-15T20:09:25.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-04-15T20:09:25.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-04-15T20:09:25.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-04-15T20:09:29.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28632026-04-15T20:09:29.222Z
28642026-04-15T20:09:29.222Zinfo: running `cargo check --bins` on oximeter (93/272)
28652026-04-15T20:09:29.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-15T20:09:29.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-15T20:09:29.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-04-15T20:09:29.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28692026-04-15T20:09:29.813Z
28702026-04-15T20:09:29.813Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28712026-04-15T20:09:30.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-04-15T20:09:30.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-04-15T20:09:30.435Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28742026-04-15T20:09:30.600Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-04-15T20:09:30.600Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28762026-04-15T20:09:30.937Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28772026-04-15T20:09:34.377Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28782026-04-15T20:09:34.713Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28792026-04-15T20:09:35.794Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28802026-04-15T20:09:36.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
28812026-04-15T20:09:36.647Z
28822026-04-15T20:09:36.647Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28832026-04-15T20:09:37.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-15T20:09:37.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-15T20:09:37.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-15T20:09:37.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28872026-04-15T20:09:37.235Z
28882026-04-15T20:09:37.235Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28892026-04-15T20:09:37.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-15T20:09:37.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-15T20:09:37.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-15T20:09:37.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28932026-04-15T20:09:37.875Z
28942026-04-15T20:09:37.875Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28952026-04-15T20:09:38.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-15T20:09:38.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-15T20:09:38.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-15T20:09:38.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-15T20:09:38.471Z
29002026-04-15T20:09:38.471Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29012026-04-15T20:09:38.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-15T20:09:38.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-15T20:09:38.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-15T20:09:38.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29052026-04-15T20:09:39.071Z
29062026-04-15T20:09:39.071Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29072026-04-15T20:09:39.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-15T20:09:39.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-15T20:09:39.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-15T20:09:39.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112026-04-15T20:09:39.665Z
29122026-04-15T20:09:39.665Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29132026-04-15T20:09:40.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-15T20:09:40.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-15T20:09:40.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-15T20:09:40.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-04-15T20:09:40.260Z
29182026-04-15T20:09:40.260Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29192026-04-15T20:09:40.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-15T20:09:40.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-15T20:09:40.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-04-15T20:09:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29232026-04-15T20:09:40.844Z
29242026-04-15T20:09:40.844Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29252026-04-15T20:09:41.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-04-15T20:09:41.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-04-15T20:09:41.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-04-15T20:09:41.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292026-04-15T20:09:41.444Z
29302026-04-15T20:09:41.444Zinfo: running `cargo check --bins` on update-engine (103/272)
29312026-04-15T20:09:41.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-04-15T20:09:41.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-04-15T20:09:41.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-04-15T20:09:41.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29352026-04-15T20:09:42.024Z
29362026-04-15T20:09:42.024Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29372026-04-15T20:09:42.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-04-15T20:09:42.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-04-15T20:09:42.734Z Compiling crucible-workspace-hack v0.1.0
29402026-04-15T20:09:42.851Z Checking secrecy v0.10.3
29412026-04-15T20:09:42.858Z Compiling heapless v0.8.0
29422026-04-15T20:09:42.865Z Compiling ingot-macros v0.1.1
29432026-04-15T20:09:42.871Z Compiling toml_edit v0.23.10+spec-1.0.0
29442026-04-15T20:09:42.874Z Checking hash32 v0.3.1
29452026-04-15T20:09:42.891Z Compiling smoltcp v0.11.0
29462026-04-15T20:09:42.895Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29472026-04-15T20:09:42.954Z Checking cobs v0.3.0
29482026-04-15T20:09:43.003Z Compiling thiserror-impl-no-std v2.0.2
29492026-04-15T20:09:43.102Z Checking universal-hash v0.5.1
29502026-04-15T20:09:43.106Z Checking half v2.7.1
29512026-04-15T20:09:43.138Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-04-15T20:09:43.226Z Checking ciborium-io v0.2.2
29532026-04-15T20:09:43.257Z Checking opaque-debug v0.3.1
29542026-04-15T20:09:43.329Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29552026-04-15T20:09:43.332Z Checking poly1305 v0.8.0
29562026-04-15T20:09:43.352Z Checking postcard v1.1.3
29572026-04-15T20:09:43.369Z Checking ciborium-ll v0.2.2
29582026-04-15T20:09:43.542Z Compiling proc-macro-crate v3.4.0
29592026-04-15T20:09:43.600Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29602026-04-15T20:09:43.615Z Checking password-hash v0.5.0
29612026-04-15T20:09:43.635Z Checking chacha20 v0.9.1
29622026-04-15T20:09:43.829Z Compiling proc-macro-crate v1.3.1
29632026-04-15T20:09:43.857Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29642026-04-15T20:09:43.873Z Checking blake2 v0.10.6
29652026-04-15T20:09:43.938Z Checking aead v0.5.2
29662026-04-15T20:09:44.091Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29672026-04-15T20:09:44.103Z Compiling foreign-types-macros v0.2.3
29682026-04-15T20:09:44.116Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29692026-04-15T20:09:44.138Z Compiling num_enum_derive v0.7.5
29702026-04-15T20:09:44.193Z Checking thiserror-no-std v2.0.2
29712026-04-15T20:09:44.258Z Checking foreign-types-shared v0.3.1
29722026-04-15T20:09:44.282Z Checking cpufeatures v0.3.0
29732026-04-15T20:09:44.296Z Checking vsss-rs v3.3.4
29742026-04-15T20:09:44.347Z Compiling num_enum_derive v0.5.11
29752026-04-15T20:09:44.361Z Checking argon2 v0.5.3
29762026-04-15T20:09:44.364Z Checking chacha20 v0.10.0
29772026-04-15T20:09:44.584Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-04-15T20:09:44.689Z Checking foreign-types v0.5.0
29792026-04-15T20:09:44.702Z Checking chacha20poly1305 v0.10.1
29802026-04-15T20:09:44.769Z Checking ciborium v0.2.2
29812026-04-15T20:09:44.931Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29822026-04-15T20:09:44.966Z Checking tabwriter v1.4.1
29832026-04-15T20:09:45.115Z Checking console v0.15.11
29842026-04-15T20:09:45.179Z Checking num_enum v0.7.5
29852026-04-15T20:09:45.192Z Checking newline-converter v0.3.0
29862026-04-15T20:09:45.213Z Checking camino-tempfile v1.4.1
29872026-04-15T20:09:45.295Z Checking atomicwrites v0.4.4
29882026-04-15T20:09:45.309Z Checking byte-wrapper v0.1.0
29892026-04-15T20:09:45.363Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-04-15T20:09:45.376Z Checking cstr-argument v0.1.2
29912026-04-15T20:09:45.391Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29922026-04-15T20:09:45.395Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-04-15T20:09:45.421Z Checking expectorate v1.2.0
29942026-04-15T20:09:45.496Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29952026-04-15T20:09:45.516Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-04-15T20:09:45.551Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-04-15T20:09:45.603Z Checking num_enum v0.5.11
29982026-04-15T20:09:45.663Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-04-15T20:09:45.675Z Checking ingot-types v0.1.2
30002026-04-15T20:09:45.719Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-04-15T20:09:45.777Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-04-15T20:09:45.826Z Checking rand v0.10.0
30032026-04-15T20:09:45.840Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-04-15T20:09:45.884Z Checking colored v3.1.1
30052026-04-15T20:09:45.920Z Checking indent_write v2.2.0
30062026-04-15T20:09:46.036Z Checking ingot v0.1.1
30072026-04-15T20:09:46.052Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-04-15T20:09:46.065Z Compiling zone_cfg_derive v0.3.1
30092026-04-15T20:09:46.090Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30102026-04-15T20:09:46.136Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30112026-04-15T20:09:46.152Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30122026-04-15T20:09:46.152Z Checking itertools v0.12.1
30132026-04-15T20:09:46.259Z Compiling num-derive v0.4.2
30142026-04-15T20:09:46.334Z Checking swrite v0.1.0
30152026-04-15T20:09:46.428Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-04-15T20:09:46.636Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-04-15T20:09:46.653Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-04-15T20:09:46.696Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-04-15T20:09:46.852Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-04-15T20:09:46.949Z Checking dropshot-api-manager-types v0.6.0
30212026-04-15T20:09:46.965Z Checking smf v0.2.3
30222026-04-15T20:09:47.111Z Checking nanorand v0.7.0
30232026-04-15T20:09:47.124Z Checking whoami v1.6.1
30242026-04-15T20:09:47.165Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30252026-04-15T20:09:47.169Z Checking zone v0.3.1
30262026-04-15T20:09:47.222Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30272026-04-15T20:09:47.222Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30282026-04-15T20:09:47.302Z Checking flume v0.11.1
30292026-04-15T20:09:47.634Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30302026-04-15T20:09:48.596Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30312026-04-15T20:09:49.453Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30322026-04-15T20:09:52.135Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30332026-04-15T20:09:54.166Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30342026-04-15T20:09:55.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
30352026-04-15T20:09:55.389Z
30362026-04-15T20:09:55.389Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30372026-04-15T20:09:55.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-15T20:09:55.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-15T20:09:55.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-15T20:09:55.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30412026-04-15T20:09:55.991Z
30422026-04-15T20:09:55.991Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30432026-04-15T20:09:56.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-15T20:09:56.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-15T20:09:56.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-15T20:09:56.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30472026-04-15T20:09:56.592Z
30482026-04-15T20:09:56.592Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30492026-04-15T20:09:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-15T20:09:57.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-15T20:09:57.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-15T20:09:57.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30532026-04-15T20:09:57.198Z
30542026-04-15T20:09:57.198Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30552026-04-15T20:09:57.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-15T20:09:57.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-15T20:09:57.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-15T20:09:57.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-04-15T20:09:57.795Z
30602026-04-15T20:09:57.795Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30612026-04-15T20:09:58.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-15T20:09:58.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-15T20:09:58.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-15T20:09:58.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-04-15T20:09:58.393Z
30662026-04-15T20:09:58.393Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30672026-04-15T20:09:58.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-15T20:09:58.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-15T20:09:58.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-15T20:09:58.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-04-15T20:09:58.991Z
30722026-04-15T20:09:58.991Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30732026-04-15T20:09:59.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-15T20:09:59.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-15T20:09:59.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-15T20:09:59.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-04-15T20:09:59.592Z
30782026-04-15T20:09:59.592Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30792026-04-15T20:10:00.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-15T20:10:00.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-15T20:10:00.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-15T20:10:00.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30832026-04-15T20:10:00.175Z
30842026-04-15T20:10:00.175Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30852026-04-15T20:10:00.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-15T20:10:00.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-15T20:10:00.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-15T20:10:00.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30892026-04-15T20:10:00.769Z
30902026-04-15T20:10:00.769Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30912026-04-15T20:10:01.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-15T20:10:01.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-15T20:10:01.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-15T20:10:01.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30952026-04-15T20:10:01.369Z
30962026-04-15T20:10:01.369Zinfo: running `cargo check --bins` on installinator-client (115/272)
30972026-04-15T20:10:01.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-15T20:10:01.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-15T20:10:01.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-15T20:10:01.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-04-15T20:10:01.968Z
31022026-04-15T20:10:01.969Zinfo: running `cargo check --bins` on nexus-client (116/272)
31032026-04-15T20:10:02.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-15T20:10:02.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-15T20:10:02.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-15T20:10:02.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31072026-04-15T20:10:02.601Z
31082026-04-15T20:10:02.601Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31092026-04-15T20:10:03.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-15T20:10:03.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-15T20:10:03.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-15T20:10:03.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31132026-04-15T20:10:03.240Z
31142026-04-15T20:10:03.240Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31152026-04-15T20:10:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-15T20:10:03.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-15T20:10:03.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-15T20:10:03.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31192026-04-15T20:10:03.821Z
31202026-04-15T20:10:03.821Zinfo: running `cargo check --bins` on oxide-client (119/272)
31212026-04-15T20:10:04.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-15T20:10:04.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-15T20:10:04.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-15T20:10:04.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31252026-04-15T20:10:04.409Z
31262026-04-15T20:10:04.409Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31272026-04-15T20:10:04.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-15T20:10:04.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-15T20:10:04.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-15T20:10:04.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31312026-04-15T20:10:05.007Z
31322026-04-15T20:10:05.007Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31332026-04-15T20:10:05.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-15T20:10:05.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-15T20:10:05.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-15T20:10:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31372026-04-15T20:10:05.595Z
31382026-04-15T20:10:05.595Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31392026-04-15T20:10:06.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-15T20:10:06.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-15T20:10:06.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-15T20:10:06.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31432026-04-15T20:10:06.204Z
31442026-04-15T20:10:06.204Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31452026-04-15T20:10:06.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-15T20:10:06.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-15T20:10:06.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-15T20:10:06.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31492026-04-15T20:10:06.823Z
31502026-04-15T20:10:06.823Zinfo: running `cargo check --bins` on installinator-common (124/272)
31512026-04-15T20:10:07.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-15T20:10:07.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-15T20:10:07.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-04-15T20:10:07.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-04-15T20:10:07.442Z
31562026-04-15T20:10:07.442Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31572026-04-15T20:10:07.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-04-15T20:10:07.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-04-15T20:10:07.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-04-15T20:10:07.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31612026-04-15T20:10:08.028Z
31622026-04-15T20:10:08.028Zinfo: running `cargo check --bins` on wicket-common (126/272)
31632026-04-15T20:10:08.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-04-15T20:10:08.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-04-15T20:10:08.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-04-15T20:10:08.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31672026-04-15T20:10:08.636Z
31682026-04-15T20:10:08.636Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31692026-04-15T20:10:09.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-04-15T20:10:09.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-04-15T20:10:09.322Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-04-15T20:10:09.436Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-04-15T20:10:09.443Z Checking csv-core v0.1.13
31742026-04-15T20:10:09.450Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-04-15T20:10:09.457Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-04-15T20:10:09.467Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-04-15T20:10:09.478Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-04-15T20:10:09.488Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-04-15T20:10:09.601Z Checking csv v1.4.0
31802026-04-15T20:10:09.615Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-04-15T20:10:09.670Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31822026-04-15T20:10:09.694Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-04-15T20:10:09.938Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31842026-04-15T20:10:10.295Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-04-15T20:10:10.295Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-04-15T20:10:10.623Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31872026-04-15T20:10:15.869Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31882026-04-15T20:10:16.397Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-04-15T20:10:18.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
31902026-04-15T20:10:18.953Z
31912026-04-15T20:10:18.953Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31922026-04-15T20:10:19.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-15T20:10:19.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-15T20:10:19.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-15T20:10:19.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31962026-04-15T20:10:19.542Z
31972026-04-15T20:10:19.542Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
31982026-04-15T20:10:20.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-15T20:10:20.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-15T20:10:20.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-04-15T20:10:20.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32022026-04-15T20:10:20.222Z
32032026-04-15T20:10:20.222Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32042026-04-15T20:10:20.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-15T20:10:20.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-15T20:10:20.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-15T20:10:20.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-04-15T20:10:20.902Z
32092026-04-15T20:10:20.902Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32102026-04-15T20:10:21.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-15T20:10:21.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-15T20:10:21.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-04-15T20:10:21.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32142026-04-15T20:10:21.543Z
32152026-04-15T20:10:21.543Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32162026-04-15T20:10:22.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-04-15T20:10:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-04-15T20:10:22.291Z Compiling typify-impl v0.6.1
32192026-04-15T20:10:22.428Z Compiling unsafe-libyaml v0.2.11
32202026-04-15T20:10:22.437Z Compiling radium v0.7.0
32212026-04-15T20:10:22.446Z Compiling semver v0.1.20
32222026-04-15T20:10:22.458Z Compiling pin-project-internal v1.1.11
32232026-04-15T20:10:22.469Z Checking tap v1.0.1
32242026-04-15T20:10:22.469Z Compiling maybe-uninit v2.0.0
32252026-04-15T20:10:22.583Z Checking wyz v0.5.1
32262026-04-15T20:10:22.709Z Compiling rustc_version v0.1.7
32272026-04-15T20:10:22.782Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-04-15T20:10:22.797Z Compiling snafu-derive v0.8.9
32292026-04-15T20:10:22.890Z Compiling zerocopy-derive v0.6.6
32302026-04-15T20:10:22.929Z Compiling serde_yaml v0.9.34+deprecated
32312026-04-15T20:10:23.152Z Compiling newtype_derive v0.1.6
32322026-04-15T20:10:23.345Z Checking crc-catalog v2.4.0
32332026-04-15T20:10:23.442Z Checking same-file v1.0.6
32342026-04-15T20:10:23.545Z Compiling owo-colors v4.3.0
32352026-04-15T20:10:23.564Z Compiling cancel-safe-futures v0.1.5
32362026-04-15T20:10:23.577Z Checking pin-project v1.1.11
32372026-04-15T20:10:23.675Z Checking funty v2.0.0
32382026-04-15T20:10:23.727Z Compiling packed_struct v0.10.1
32392026-04-15T20:10:23.790Z Checking zerocopy v0.6.6
32402026-04-15T20:10:23.931Z Checking walkdir v2.5.0
32412026-04-15T20:10:24.007Z Checking crc v3.4.0
32422026-04-15T20:10:24.021Z Checking bitvec v1.0.1
32432026-04-15T20:10:24.152Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-04-15T20:10:24.186Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-04-15T20:10:24.201Z Checking globset v0.4.18
32462026-04-15T20:10:24.293Z Checking olpc-cjson v0.1.4
32472026-04-15T20:10:24.397Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32482026-04-15T20:10:24.432Z Checking pem v3.0.6
32492026-04-15T20:10:24.454Z Compiling packed_struct_codegen v0.10.1
32502026-04-15T20:10:24.526Z Checking libsw-core v0.3.2
32512026-04-15T20:10:24.592Z Checking serde_plain v1.0.2
32522026-04-15T20:10:24.649Z Compiling bitfield-macros v0.19.4
32532026-04-15T20:10:24.674Z Compiling indexmap v1.9.3
32542026-04-15T20:10:24.694Z Checking nodrop v0.1.14
32552026-04-15T20:10:24.712Z Checking snafu v0.8.9
32562026-04-15T20:10:24.739Z Checking typed-path v0.9.3
32572026-04-15T20:10:24.787Z Checking array-init v0.0.4
32582026-04-15T20:10:24.888Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32592026-04-15T20:10:24.951Z Checking libsw v3.5.0
32602026-04-15T20:10:25.092Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-04-15T20:10:25.106Z Checking smallvec v0.6.14
32622026-04-15T20:10:25.290Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32632026-04-15T20:10:25.345Z Checking bitfield v0.19.4
32642026-04-15T20:10:25.358Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32652026-04-15T20:10:25.483Z Checking hashbrown v0.12.3
32662026-04-15T20:10:25.509Z Checking tough v0.20.0
32672026-04-15T20:10:25.571Z Checking smawk v0.3.2
32682026-04-15T20:10:25.615Z Checking linear-map v1.2.0
32692026-04-15T20:10:25.700Z Checking base64 v0.21.7
32702026-04-15T20:10:25.714Z Checking tagptr v0.2.0
32712026-04-15T20:10:25.783Z Checking unicode-linebreak v0.1.5
32722026-04-15T20:10:25.854Z Checking moka v0.12.13
32732026-04-15T20:10:25.868Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32742026-04-15T20:10:25.938Z Checking ron v0.8.1
32752026-04-15T20:10:25.998Z Checking textwrap v0.16.2
32762026-04-15T20:10:26.215Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32772026-04-15T20:10:26.230Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32782026-04-15T20:10:26.389Z Checking steno v0.4.1
32792026-04-15T20:10:26.455Z Checking serde-hex v0.1.0
32802026-04-15T20:10:26.487Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32812026-04-15T20:10:26.560Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-04-15T20:10:26.647Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32832026-04-15T20:10:26.898Z Compiling typify-macro v0.6.1
32842026-04-15T20:10:27.025Z Checking hashbrown v0.13.2
32852026-04-15T20:10:27.116Z Checking crc-any v2.5.0
32862026-04-15T20:10:27.224Z Checking humantime v2.3.0
32872026-04-15T20:10:27.298Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-04-15T20:10:27.385Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32892026-04-15T20:10:27.410Z Checking hickory-resolver v0.25.2
32902026-04-15T20:10:27.449Z Checking object v0.30.4
32912026-04-15T20:10:27.505Z Checking void v1.0.2
32922026-04-15T20:10:27.522Z Checking utf-8 v0.7.6
32932026-04-15T20:10:27.545Z Checking path-slash v0.1.5
32942026-04-15T20:10:27.609Z Checking half v1.8.3
32952026-04-15T20:10:27.650Z Checking lzss v0.8.2
32962026-04-15T20:10:27.653Z Checking tungstenite v0.23.0
32972026-04-15T20:10:27.805Z Checking serde_cbor v0.11.2
32982026-04-15T20:10:27.929Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-04-15T20:10:27.974Z Checking nix v0.27.1
33002026-04-15T20:10:28.084Z Checking kstat-rs v0.2.4
33012026-04-15T20:10:28.097Z Checking fxhash v0.2.1
33022026-04-15T20:10:28.112Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33032026-04-15T20:10:28.188Z Checking serde_bytes v0.11.19
33042026-04-15T20:10:28.217Z Checking tokio-tungstenite v0.23.1
33052026-04-15T20:10:28.270Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33062026-04-15T20:10:28.361Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-04-15T20:10:28.477Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-04-15T20:10:28.477Z Checking signal-hook-tokio v0.3.1
33092026-04-15T20:10:28.626Z Compiling typify v0.6.1
33102026-04-15T20:10:28.710Z Compiling progenitor-impl v0.13.0
33112026-04-15T20:10:29.572Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-04-15T20:10:30.244Z Compiling progenitor-macro v0.13.0
33132026-04-15T20:10:30.466Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33142026-04-15T20:10:30.761Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33152026-04-15T20:10:32.545Z Checking progenitor v0.13.0
33162026-04-15T20:10:32.661Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33172026-04-15T20:10:32.664Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-04-15T20:10:35.656Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-04-15T20:10:42.893Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-04-15T20:10:49.093Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33212026-04-15T20:10:50.445Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33222026-04-15T20:10:51.010Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33232026-04-15T20:10:53.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.48s
33242026-04-15T20:10:53.236Z
33252026-04-15T20:10:53.236Zinfo: running `cargo check --bins` on gateway-api (133/272)
33262026-04-15T20:10:53.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-04-15T20:10:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-04-15T20:10:53.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-04-15T20:10:53.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33302026-04-15T20:10:53.821Z
33312026-04-15T20:10:53.821Zinfo: running `cargo check --bins` on ipcc (134/272)
33322026-04-15T20:10:54.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-04-15T20:10:54.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-04-15T20:10:54.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-04-15T20:10:54.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33362026-04-15T20:10:54.410Z
33372026-04-15T20:10:54.410Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33382026-04-15T20:10:54.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-04-15T20:10:54.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-04-15T20:10:54.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-04-15T20:10:54.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33422026-04-15T20:10:54.988Z
33432026-04-15T20:10:54.988Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33442026-04-15T20:10:55.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-04-15T20:10:55.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-04-15T20:10:55.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-04-15T20:10:55.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33482026-04-15T20:10:55.573Z
33492026-04-15T20:10:55.573Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33502026-04-15T20:10:56.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-04-15T20:10:56.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-04-15T20:10:56.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-04-15T20:10:56.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33542026-04-15T20:10:56.159Z
33552026-04-15T20:10:56.159Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33562026-04-15T20:10:56.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-04-15T20:10:56.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-04-15T20:10:56.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-04-15T20:10:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33602026-04-15T20:10:56.750Z
33612026-04-15T20:10:56.750Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33622026-04-15T20:10:57.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-04-15T20:10:57.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-04-15T20:10:57.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-04-15T20:10:57.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33662026-04-15T20:10:57.338Z
33672026-04-15T20:10:57.339Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33682026-04-15T20:10:57.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-04-15T20:10:57.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-04-15T20:10:57.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-04-15T20:10:57.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33722026-04-15T20:10:57.929Z
33732026-04-15T20:10:57.929Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33742026-04-15T20:10:58.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-04-15T20:10:58.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-04-15T20:10:58.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-04-15T20:10:58.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33782026-04-15T20:10:58.516Z
33792026-04-15T20:10:58.516Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33802026-04-15T20:10:59.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-04-15T20:10:59.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-04-15T20:10:59.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-04-15T20:10:59.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33842026-04-15T20:10:59.105Z
33852026-04-15T20:10:59.105Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33862026-04-15T20:10:59.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-04-15T20:10:59.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-04-15T20:10:59.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-04-15T20:10:59.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33902026-04-15T20:10:59.697Z
33912026-04-15T20:10:59.697Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33922026-04-15T20:11:00.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-04-15T20:11:00.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-04-15T20:11:00.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-04-15T20:11:00.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33962026-04-15T20:11:00.290Z
33972026-04-15T20:11:00.290Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
33982026-04-15T20:11:00.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-04-15T20:11:00.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-04-15T20:11:00.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-04-15T20:11:00.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34022026-04-15T20:11:00.877Z
34032026-04-15T20:11:00.878Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34042026-04-15T20:11:01.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-04-15T20:11:01.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-04-15T20:11:01.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-04-15T20:11:01.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34082026-04-15T20:11:01.470Z
34092026-04-15T20:11:01.470Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34102026-04-15T20:11:01.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-04-15T20:11:01.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-04-15T20:11:01.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-04-15T20:11:01.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34142026-04-15T20:11:02.063Z
34152026-04-15T20:11:02.063Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34162026-04-15T20:11:02.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-04-15T20:11:02.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-04-15T20:11:02.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-04-15T20:11:02.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34202026-04-15T20:11:02.657Z
34212026-04-15T20:11:02.657Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34222026-04-15T20:11:03.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-04-15T20:11:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-04-15T20:11:03.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-04-15T20:11:03.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-04-15T20:11:03.250Z
34272026-04-15T20:11:03.250Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34282026-04-15T20:11:03.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-04-15T20:11:03.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-04-15T20:11:03.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-04-15T20:11:03.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-04-15T20:11:03.839Z
34332026-04-15T20:11:03.839Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34342026-04-15T20:11:04.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-04-15T20:11:04.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-04-15T20:11:04.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-04-15T20:11:04.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34382026-04-15T20:11:04.432Z
34392026-04-15T20:11:04.432Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34402026-04-15T20:11:04.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-04-15T20:11:04.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-04-15T20:11:04.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-04-15T20:11:04.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34442026-04-15T20:11:05.023Z
34452026-04-15T20:11:05.024Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34462026-04-15T20:11:05.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-04-15T20:11:05.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-04-15T20:11:05.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-04-15T20:11:05.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34502026-04-15T20:11:05.613Z
34512026-04-15T20:11:05.613Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34522026-04-15T20:11:06.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-04-15T20:11:06.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-04-15T20:11:06.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-04-15T20:11:06.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34562026-04-15T20:11:06.245Z
34572026-04-15T20:11:06.245Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34582026-04-15T20:11:06.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-04-15T20:11:06.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-04-15T20:11:06.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-04-15T20:11:06.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34622026-04-15T20:11:06.837Z
34632026-04-15T20:11:06.837Zinfo: running `cargo check --bins` on dns-server (156/272)
34642026-04-15T20:11:07.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-04-15T20:11:07.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-04-15T20:11:07.477Z Compiling parking_lot_core v0.8.6
34672026-04-15T20:11:07.477Z Compiling git-stub v1.0.0
34682026-04-15T20:11:07.477Z Compiling atomicwrites v0.4.4
34692026-04-15T20:11:07.481Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34702026-04-15T20:11:07.481Z Checking prefix-trie v0.7.0
34712026-04-15T20:11:07.714Z Compiling git-stub-vcs v0.1.0
34722026-04-15T20:11:07.891Z Checking hickory-server v0.25.2
34732026-04-15T20:11:07.988Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34742026-04-15T20:11:08.000Z Checking parking_lot v0.11.2
34752026-04-15T20:11:08.066Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34762026-04-15T20:11:08.066Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34772026-04-15T20:11:08.204Z Checking sled v0.34.7
34782026-04-15T20:11:10.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34792026-04-15T20:11:10.284Z
34802026-04-15T20:11:10.284Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34812026-04-15T20:11:10.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-04-15T20:11:10.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-04-15T20:11:10.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-04-15T20:11:10.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34852026-04-15T20:11:10.871Z
34862026-04-15T20:11:10.871Zinfo: running `cargo check --bins` on sp-sim (158/272)
34872026-04-15T20:11:11.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-04-15T20:11:11.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-04-15T20:11:11.582Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34902026-04-15T20:11:13.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
34912026-04-15T20:11:13.771Z
34922026-04-15T20:11:13.771Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/272)
34932026-04-15T20:11:14.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-04-15T20:11:14.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-04-15T20:11:14.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-04-15T20:11:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34972026-04-15T20:11:14.166Z
34982026-04-15T20:11:14.166Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/272)
34992026-04-15T20:11:14.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-04-15T20:11:14.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-04-15T20:11:14.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-04-15T20:11:14.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35032026-04-15T20:11:14.810Z
35042026-04-15T20:11:14.810Zinfo: running `cargo check --bins` on db-macros (161/272)
35052026-04-15T20:11:15.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-04-15T20:11:15.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-04-15T20:11:15.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-04-15T20:11:15.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35092026-04-15T20:11:15.384Z
35102026-04-15T20:11:15.384Zinfo: running `cargo check --bins` on nexus-macros-common (162/272)
35112026-04-15T20:11:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-04-15T20:11:15.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-04-15T20:11:15.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-04-15T20:11:15.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35152026-04-15T20:11:15.963Z
35162026-04-15T20:11:15.963Zinfo: running `cargo check --bins` on nexus-auth (163/272)
35172026-04-15T20:11:16.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-04-15T20:11:16.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-04-15T20:11:16.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-04-15T20:11:16.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35212026-04-15T20:11:16.605Z
35222026-04-15T20:11:16.605Zinfo: running `cargo check --bins` on authz-macros (164/272)
35232026-04-15T20:11:17.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-04-15T20:11:17.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-04-15T20:11:17.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-04-15T20:11:17.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-04-15T20:11:17.189Z
35282026-04-15T20:11:17.189Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/272)
35292026-04-15T20:11:17.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-04-15T20:11:17.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-04-15T20:11:17.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-04-15T20:11:17.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35332026-04-15T20:11:17.823Z
35342026-04-15T20:11:17.823Zinfo: running `cargo check --bins` on nexus-db-model (166/272)
35352026-04-15T20:11:18.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-04-15T20:11:18.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-04-15T20:11:18.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-04-15T20:11:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35392026-04-15T20:11:18.452Z
35402026-04-15T20:11:18.453Zinfo: running `cargo check --bins` on nexus-db-schema (167/272)
35412026-04-15T20:11:18.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-04-15T20:11:18.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-04-15T20:11:18.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-04-15T20:11:18.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-04-15T20:11:19.033Z
35462026-04-15T20:11:19.033Zinfo: running `cargo check --bins` on omicron-rpaths (168/272)
35472026-04-15T20:11:19.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-04-15T20:11:19.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-04-15T20:11:19.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-04-15T20:11:19.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-04-15T20:11:19.608Z
35522026-04-15T20:11:19.608Zinfo: running `cargo check --bins` on nexus-defaults (169/272)
35532026-04-15T20:11:20.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-04-15T20:11:20.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-04-15T20:11:20.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-04-15T20:11:20.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-04-15T20:11:20.195Z
35582026-04-15T20:11:20.195Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/272)
35592026-04-15T20:11:20.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-04-15T20:11:20.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-04-15T20:11:20.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-04-15T20:11:20.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-04-15T20:11:20.771Z
35642026-04-15T20:11:20.771Zinfo: running `cargo check --bins` on parallel-task-set (171/272)
35652026-04-15T20:11:21.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-04-15T20:11:21.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-04-15T20:11:21.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-04-15T20:11:21.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35692026-04-15T20:11:21.348Z
35702026-04-15T20:11:21.348Zinfo: running `cargo check --bins` on nexus-db-errors (172/272)
35712026-04-15T20:11:21.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-04-15T20:11:21.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-04-15T20:11:21.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-04-15T20:11:21.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35752026-04-15T20:11:21.982Z
35762026-04-15T20:11:21.982Zinfo: running `cargo check --bins` on nexus-db-lookup (173/272)
35772026-04-15T20:11:22.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-04-15T20:11:22.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-04-15T20:11:22.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-04-15T20:11:22.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35812026-04-15T20:11:22.626Z
35822026-04-15T20:11:22.626Zinfo: running `cargo check --bins` on nexus-inventory (174/272)
35832026-04-15T20:11:23.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-04-15T20:11:23.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-04-15T20:11:23.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-04-15T20:11:23.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35872026-04-15T20:11:23.267Z
35882026-04-15T20:11:23.268Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/272)
35892026-04-15T20:11:23.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-04-15T20:11:23.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-04-15T20:11:23.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-04-15T20:11:23.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35932026-04-15T20:11:23.873Z
35942026-04-15T20:11:23.873Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/272)
35952026-04-15T20:11:24.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-04-15T20:11:24.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-04-15T20:11:24.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-04-15T20:11:24.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-04-15T20:11:24.475Z
36002026-04-15T20:11:24.475Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/272)
36012026-04-15T20:11:24.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-04-15T20:11:24.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-04-15T20:11:24.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-04-15T20:11:24.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36052026-04-15T20:11:25.080Z
36062026-04-15T20:11:25.080Zinfo: running `cargo check --bins` on key-manager (178/272)
36072026-04-15T20:11:25.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-04-15T20:11:25.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-04-15T20:11:25.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-04-15T20:11:25.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36112026-04-15T20:11:25.665Z
36122026-04-15T20:11:25.665Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/272)
36132026-04-15T20:11:26.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-04-15T20:11:26.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-04-15T20:11:26.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-04-15T20:11:26.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36172026-04-15T20:11:26.283Z
36182026-04-15T20:11:26.283Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/272)
36192026-04-15T20:11:26.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-04-15T20:11:26.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-04-15T20:11:26.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-04-15T20:11:26.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36232026-04-15T20:11:26.890Z
36242026-04-15T20:11:26.890Zinfo: running `cargo check --bins` on typed-rng (181/272)
36252026-04-15T20:11:27.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-04-15T20:11:27.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-04-15T20:11:27.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-04-15T20:11:27.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36292026-04-15T20:11:27.472Z
36302026-04-15T20:11:27.472Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/272)
36312026-04-15T20:11:28.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-04-15T20:11:28.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-04-15T20:11:28.307Z Compiling typify-impl v0.4.3
36342026-04-15T20:11:28.307Z Compiling libefi-sys v0.1.0
36352026-04-15T20:11:28.312Z Compiling bitfield-struct v0.6.2
36362026-04-15T20:11:28.458Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-04-15T20:11:28.467Z Compiling xshell-macros v0.2.7
36382026-04-15T20:11:28.479Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36392026-04-15T20:11:28.494Z Compiling salty v0.3.0
36402026-04-15T20:11:28.525Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36412026-04-15T20:11:28.655Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-04-15T20:11:28.808Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36432026-04-15T20:11:28.824Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36442026-04-15T20:11:28.839Z Checking xshell v0.2.7
36452026-04-15T20:11:29.005Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36462026-04-15T20:11:29.033Z Checking primeorder v0.13.6
36472026-04-15T20:11:29.073Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-04-15T20:11:29.176Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-04-15T20:11:29.199Z Compiling proc-macro-error-attr2 v2.0.0
36502026-04-15T20:11:29.275Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36512026-04-15T20:11:29.314Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36522026-04-15T20:11:29.354Z Checking tungstenite v0.21.0
36532026-04-15T20:11:29.495Z Checking p384 v0.13.1
36542026-04-15T20:11:29.551Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36552026-04-15T20:11:29.587Z Compiling proc-macro-error2 v2.0.1
36562026-04-15T20:11:29.647Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-04-15T20:11:29.790Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36582026-04-15T20:11:29.902Z Compiling num-derive v0.3.3
36592026-04-15T20:11:29.917Z Checking compression-core v0.4.31
36602026-04-15T20:11:30.052Z Compiling unicase v2.9.0
36612026-04-15T20:11:30.119Z Checking compression-codecs v0.4.37
36622026-04-15T20:11:30.269Z Compiling mime_guess v2.0.5
36632026-04-15T20:11:30.302Z Compiling tabled_derive v0.11.0
36642026-04-15T20:11:30.319Z Checking tokio-tungstenite v0.21.0
36652026-04-15T20:11:30.410Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36662026-04-15T20:11:30.742Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-04-15T20:11:30.786Z Checking libscf-sys v1.1.0
36682026-04-15T20:11:30.806Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-04-15T20:11:30.919Z Checking papergrid v0.17.0
36702026-04-15T20:11:31.104Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36712026-04-15T20:11:31.186Z Checking testing_table v0.3.0
36722026-04-15T20:11:31.288Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-04-15T20:11:31.327Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36742026-04-15T20:11:31.472Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36752026-04-15T20:11:31.561Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36762026-04-15T20:11:31.683Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-04-15T20:11:31.717Z Checking toml_datetime v1.0.0+spec-1.1.0
36782026-04-15T20:11:31.755Z Compiling dropshot v0.17.0
36792026-04-15T20:11:31.813Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-04-15T20:11:31.879Z Checking corncobs v0.1.4
36812026-04-15T20:11:31.926Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-04-15T20:11:32.005Z Checking toml v1.0.6+spec-1.1.0
36832026-04-15T20:11:32.020Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36842026-04-15T20:11:32.072Z Checking tabled v0.20.0
36852026-04-15T20:11:32.100Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36862026-04-15T20:11:32.164Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-15T20:11:32.180Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-04-15T20:11:32.258Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36892026-04-15T20:11:32.293Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36902026-04-15T20:11:32.511Z Checking async-compression v0.4.41
36912026-04-15T20:11:32.529Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-04-15T20:11:32.582Z Checking progenitor-client v0.11.2
36932026-04-15T20:11:32.763Z Compiling dropshot_endpoint v0.17.0
36942026-04-15T20:11:32.804Z Checking secrecy v0.8.0
36952026-04-15T20:11:32.819Z Checking filetime v0.2.27
36962026-04-15T20:11:32.919Z Compiling typify-macro v0.4.3
36972026-04-15T20:11:32.933Z Checking xattr v1.6.1
36982026-04-15T20:11:32.969Z Checking http-range v0.1.5
36992026-04-15T20:11:32.973Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37002026-04-15T20:11:33.061Z Checking tar v0.4.45
37012026-04-15T20:11:33.448Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-04-15T20:11:33.589Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37032026-04-15T20:11:33.680Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-04-15T20:11:34.107Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37052026-04-15T20:11:34.121Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37062026-04-15T20:11:34.188Z Checking atty v0.2.14
37072026-04-15T20:11:34.299Z Checking crc8 v0.1.1
37082026-04-15T20:11:34.405Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37092026-04-15T20:11:34.582Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37102026-04-15T20:11:34.657Z Compiling typify v0.4.3
37112026-04-15T20:11:34.766Z Compiling progenitor-impl v0.11.2
37122026-04-15T20:11:34.783Z Compiling progenitor-impl v0.10.0
37132026-04-15T20:11:35.196Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-04-15T20:11:35.213Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37152026-04-15T20:11:35.258Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37162026-04-15T20:11:35.447Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37172026-04-15T20:11:35.714Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37182026-04-15T20:11:35.730Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-04-15T20:11:35.805Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37202026-04-15T20:11:36.006Z Checking hyper-staticfile v0.10.1
37212026-04-15T20:11:36.027Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-04-15T20:11:36.146Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37232026-04-15T20:11:36.287Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37242026-04-15T20:11:36.303Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37252026-04-15T20:11:36.342Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37262026-04-15T20:11:36.393Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37272026-04-15T20:11:36.651Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37282026-04-15T20:11:36.932Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37292026-04-15T20:11:37.232Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37302026-04-15T20:11:37.285Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37312026-04-15T20:11:37.353Z Compiling progenitor-macro v0.10.0
37322026-04-15T20:11:37.369Z Compiling progenitor-macro v0.11.2
37332026-04-15T20:11:37.507Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37342026-04-15T20:11:37.590Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37352026-04-15T20:11:40.301Z Checking progenitor v0.11.2
37362026-04-15T20:11:40.349Z Checking progenitor v0.10.0
37372026-04-15T20:11:40.440Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-04-15T20:11:40.484Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-04-15T20:11:45.198Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37402026-04-15T20:11:56.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.70s
37412026-04-15T20:11:56.416Z
37422026-04-15T20:11:56.417Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/272)
37432026-04-15T20:11:56.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-04-15T20:11:56.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-04-15T20:11:57.195Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37462026-04-15T20:12:08.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37472026-04-15T20:12:08.460Z
37482026-04-15T20:12:08.460Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/272)
37492026-04-15T20:12:09.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-04-15T20:12:09.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-04-15T20:12:09.232Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37522026-04-15T20:12:20.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37532026-04-15T20:12:20.501Z
37542026-04-15T20:12:20.502Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/272)
37552026-04-15T20:12:21.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-04-15T20:12:21.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-04-15T20:12:21.272Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-04-15T20:12:32.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37592026-04-15T20:12:32.575Z
37602026-04-15T20:12:32.575Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/272)
37612026-04-15T20:12:33.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-04-15T20:12:33.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-04-15T20:12:33.345Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37642026-04-15T20:12:44.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37652026-04-15T20:12:44.647Z
37662026-04-15T20:12:44.647Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/272)
37672026-04-15T20:12:45.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-04-15T20:12:45.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-04-15T20:12:45.420Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37702026-04-15T20:12:56.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37712026-04-15T20:12:56.667Z
37722026-04-15T20:12:56.667Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/272)
37732026-04-15T20:12:57.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-04-15T20:12:57.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-04-15T20:12:57.442Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-04-15T20:13:08.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37772026-04-15T20:13:08.769Z
37782026-04-15T20:13:08.769Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/272)
37792026-04-15T20:13:09.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-04-15T20:13:09.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-04-15T20:13:09.549Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-04-15T20:13:20.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37832026-04-15T20:13:20.893Z
37842026-04-15T20:13:20.893Zinfo: running `cargo check --bins` on bootstrap-agent-api (190/272)
37852026-04-15T20:13:21.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-04-15T20:13:21.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-04-15T20:13:21.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-04-15T20:13:21.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37892026-04-15T20:13:21.495Z
37902026-04-15T20:13:21.495Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/272)
37912026-04-15T20:13:22.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-04-15T20:13:22.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-04-15T20:13:22.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-04-15T20:13:22.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-04-15T20:13:22.099Z
37962026-04-15T20:13:22.099Zinfo: running `cargo check --bins` on range-requests (192/272)
37972026-04-15T20:13:22.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-04-15T20:13:22.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-04-15T20:13:22.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-04-15T20:13:22.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-04-15T20:13:22.691Z
38022026-04-15T20:13:22.691Zinfo: running `cargo check --bins` on repo-depot-api (193/272)
38032026-04-15T20:13:23.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-04-15T20:13:23.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-04-15T20:13:23.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-04-15T20:13:23.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-04-15T20:13:23.287Z
38082026-04-15T20:13:23.287Zinfo: running `cargo check --bins` on sled-agent-api (194/272)
38092026-04-15T20:13:23.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-04-15T20:13:23.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-04-15T20:13:23.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-04-15T20:13:23.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38132026-04-15T20:13:23.902Z
38142026-04-15T20:13:23.902Zinfo: running `cargo check --bins` on sled-diagnostics (195/272)
38152026-04-15T20:13:24.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-04-15T20:13:24.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-04-15T20:13:24.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-04-15T20:13:24.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38192026-04-15T20:13:24.512Z
38202026-04-15T20:13:24.512Zinfo: running `cargo check --bins` on zfs-test-harness (196/272)
38212026-04-15T20:13:25.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-04-15T20:13:25.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-04-15T20:13:25.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-04-15T20:13:25.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38252026-04-15T20:13:25.125Z
38262026-04-15T20:13:25.125Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/272)
38272026-04-15T20:13:25.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-04-15T20:13:25.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-04-15T20:13:25.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-04-15T20:13:25.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38312026-04-15T20:13:25.743Z
38322026-04-15T20:13:25.743Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/272)
38332026-04-15T20:13:26.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-04-15T20:13:26.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-04-15T20:13:26.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-04-15T20:13:26.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38372026-04-15T20:13:26.357Z
38382026-04-15T20:13:26.357Zinfo: running `cargo check --bins` on sled-agent-health-monitor (199/272)
38392026-04-15T20:13:26.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-04-15T20:13:26.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-04-15T20:13:26.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-04-15T20:13:26.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38432026-04-15T20:13:26.975Z
38442026-04-15T20:13:26.975Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/272)
38452026-04-15T20:13:27.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-04-15T20:13:27.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-04-15T20:13:27.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-04-15T20:13:27.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38492026-04-15T20:13:27.581Z
38502026-04-15T20:13:27.581Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/272)
38512026-04-15T20:13:28.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-04-15T20:13:28.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-04-15T20:13:28.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-04-15T20:13:28.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38552026-04-15T20:13:28.196Z
38562026-04-15T20:13:28.196Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (202/272)
38572026-04-15T20:13:28.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-04-15T20:13:28.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-04-15T20:13:28.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-04-15T20:13:28.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38612026-04-15T20:13:28.808Z
38622026-04-15T20:13:28.808Zinfo: running `cargo check --bins` on transient-dns-server (203/272)
38632026-04-15T20:13:29.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-04-15T20:13:29.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-04-15T20:13:29.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-04-15T20:13:29.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38672026-04-15T20:13:29.412Z
38682026-04-15T20:13:29.412Zinfo: running `cargo check --bins` on trust-quorum (204/272)
38692026-04-15T20:13:29.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-04-15T20:13:29.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-04-15T20:13:29.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-04-15T20:13:29.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38732026-04-15T20:13:30.028Z
38742026-04-15T20:13:30.028Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (205/272)
38752026-04-15T20:13:30.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-04-15T20:13:30.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-04-15T20:13:30.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-04-15T20:13:30.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38792026-04-15T20:13:30.659Z
38802026-04-15T20:13:30.660Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (206/272)
38812026-04-15T20:13:31.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-04-15T20:13:31.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-04-15T20:13:31.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-04-15T20:13:31.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38852026-04-15T20:13:31.306Z
38862026-04-15T20:13:31.306Zinfo: running `cargo check --bins` on update-common (207/272)
38872026-04-15T20:13:31.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-04-15T20:13:31.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-04-15T20:13:31.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-04-15T20:13:31.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38912026-04-15T20:13:31.907Z
38922026-04-15T20:13:31.907Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (208/272)
38932026-04-15T20:13:32.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-04-15T20:13:32.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-04-15T20:13:32.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-04-15T20:13:32.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38972026-04-15T20:13:32.554Z
38982026-04-15T20:13:32.554Zinfo: running `cargo check --bins` on omicron-deployment-graph (209/272)
38992026-04-15T20:13:33.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-04-15T20:13:33.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-04-15T20:13:33.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-04-15T20:13:33.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-04-15T20:13:33.132Z
39042026-04-15T20:13:33.132Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39052026-04-15T20:13:33.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-04-15T20:13:33.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-04-15T20:13:33.893Z Compiling fs-err v2.11.0
39082026-04-15T20:13:33.897Z Checking ignore v0.4.25
39092026-04-15T20:13:33.897Z Checking arc-swap v1.8.2
39102026-04-15T20:13:33.897Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39112026-04-15T20:13:34.034Z Checking predicates-tree v1.0.13
39122026-04-15T20:13:34.038Z Checking parse-size v1.1.0
39132026-04-15T20:13:34.056Z Checking rand_seeder v0.4.0
39142026-04-15T20:13:34.068Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39152026-04-15T20:13:34.137Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39162026-04-15T20:13:34.159Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39172026-04-15T20:13:34.200Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39182026-04-15T20:13:34.226Z Checking slog-scope v4.4.1
39192026-04-15T20:13:34.345Z Compiling petname v2.0.2
39202026-04-15T20:13:34.360Z Checking slog-stdlog v4.1.1
39212026-04-15T20:13:34.368Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39222026-04-15T20:13:34.426Z Checking globwalk v0.9.1
39232026-04-15T20:13:34.454Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39242026-04-15T20:13:34.515Z Checking slog-envlogger v2.2.0
39252026-04-15T20:13:34.588Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39262026-04-15T20:13:34.607Z Checking camino-tempfile-ext v0.3.3
39272026-04-15T20:13:34.665Z Checking sapling-renderdag v0.1.0
39282026-04-15T20:13:34.755Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39292026-04-15T20:13:34.801Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39302026-04-15T20:13:34.906Z Checking subprocess v0.2.15
39312026-04-15T20:13:34.941Z Checking sync-ptr v0.1.4
39322026-04-15T20:13:35.010Z Checking colored v2.2.0
39332026-04-15T20:13:35.046Z Checking assert_matches v1.5.0
39342026-04-15T20:13:35.145Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39352026-04-15T20:13:35.182Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39362026-04-15T20:13:35.250Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39372026-04-15T20:13:35.253Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39382026-04-15T20:13:35.846Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39392026-04-15T20:13:37.144Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39402026-04-15T20:13:39.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
39412026-04-15T20:13:39.513Z
39422026-04-15T20:13:39.513Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39432026-04-15T20:13:40.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-04-15T20:13:40.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-04-15T20:13:40.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-04-15T20:13:40.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39472026-04-15T20:13:40.094Z
39482026-04-15T20:13:40.095Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39492026-04-15T20:13:40.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-04-15T20:13:40.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-04-15T20:13:40.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-04-15T20:13:40.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39532026-04-15T20:13:40.741Z
39542026-04-15T20:13:40.741Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39552026-04-15T20:13:41.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-04-15T20:13:41.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-04-15T20:13:41.455Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39582026-04-15T20:13:41.459Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39592026-04-15T20:13:42.102Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39602026-04-15T20:13:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
39612026-04-15T20:13:43.827Z
39622026-04-15T20:13:43.827Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39632026-04-15T20:13:44.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-04-15T20:13:44.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-04-15T20:13:44.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-04-15T20:13:44.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39672026-04-15T20:13:44.418Z
39682026-04-15T20:13:44.418Zinfo: running `cargo check --bins` on cert-dev (215/272)
39692026-04-15T20:13:44.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-04-15T20:13:44.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-04-15T20:13:45.016Z Checking yasna v0.5.2
39722026-04-15T20:13:45.417Z Checking rcgen v0.12.1
39732026-04-15T20:13:45.665Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39742026-04-15T20:13:45.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39752026-04-15T20:13:46.018Z
39762026-04-15T20:13:46.018Zinfo: running `cargo check --bins` on clickana (216/272)
39772026-04-15T20:13:46.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-15T20:13:46.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-15T20:13:46.657Z Compiling darling_core v0.23.0
39802026-04-15T20:13:46.763Z Compiling instability v0.3.11
39812026-04-15T20:13:46.770Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39822026-04-15T20:13:46.774Z Checking castaway v0.2.4
39832026-04-15T20:13:46.777Z Compiling indoc v2.0.7
39842026-04-15T20:13:46.789Z Checking unicode-truncate v1.1.0
39852026-04-15T20:13:46.799Z Checking lru v0.12.5
39862026-04-15T20:13:46.803Z Checking cassowary v0.3.0
39872026-04-15T20:13:46.868Z Checking compact_str v0.8.1
39882026-04-15T20:13:47.709Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39892026-04-15T20:13:47.890Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39902026-04-15T20:13:48.183Z Compiling darling_macro v0.23.0
39912026-04-15T20:13:48.594Z Compiling darling v0.23.0
39922026-04-15T20:13:49.194Z Checking ratatui v0.29.0
39932026-04-15T20:13:50.237Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39942026-04-15T20:13:50.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
39952026-04-15T20:13:51.084Z
39962026-04-15T20:13:51.084Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
39972026-04-15T20:13:51.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-04-15T20:13:51.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-04-15T20:13:51.803Z Checking headers-core v0.3.0
40002026-04-15T20:13:51.806Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40012026-04-15T20:13:51.999Z Checking headers v0.4.1
40022026-04-15T20:13:52.366Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40032026-04-15T20:13:53.195Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40042026-04-15T20:13:53.675Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40052026-04-15T20:13:54.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
40062026-04-15T20:13:54.281Z
40072026-04-15T20:13:54.281Zinfo: running `cargo check --bins` on ch-dev (218/272)
40082026-04-15T20:13:54.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-04-15T20:13:54.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-04-15T20:13:54.993Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40112026-04-15T20:13:55.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40122026-04-15T20:13:55.920Z
40132026-04-15T20:13:55.920Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40142026-04-15T20:13:56.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-04-15T20:13:56.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-04-15T20:13:56.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-04-15T20:13:56.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40182026-04-15T20:13:56.389Z
40192026-04-15T20:13:56.389Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40202026-04-15T20:13:56.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-04-15T20:13:56.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-04-15T20:13:57.098Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40232026-04-15T20:13:58.067Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40242026-04-15T20:13:58.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
40252026-04-15T20:13:58.596Z
40262026-04-15T20:13:58.596Zinfo: running `cargo check --bins` on db-dev (221/272)
40272026-04-15T20:13:59.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-04-15T20:13:59.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-04-15T20:13:59.313Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40302026-04-15T20:14:00.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40312026-04-15T20:14:00.269Z
40322026-04-15T20:14:00.269Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40332026-04-15T20:14:00.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-04-15T20:14:00.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-04-15T20:14:00.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-04-15T20:14:00.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40372026-04-15T20:14:00.905Z
40382026-04-15T20:14:00.905Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40392026-04-15T20:14:01.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-04-15T20:14:01.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-04-15T20:14:01.513Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40422026-04-15T20:14:02.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40432026-04-15T20:14:02.356Z
40442026-04-15T20:14:02.356Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40452026-04-15T20:14:02.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-04-15T20:14:02.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-04-15T20:14:03.100Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40482026-04-15T20:14:03.101Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40492026-04-15T20:14:03.101Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40502026-04-15T20:14:03.104Z Checking git-stub v1.0.0
40512026-04-15T20:14:03.104Z Compiling trait-variant v0.1.2
40522026-04-15T20:14:03.104Z Checking maplit v1.0.2
40532026-04-15T20:14:03.104Z Checking is_ci v1.2.0
40542026-04-15T20:14:03.227Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40552026-04-15T20:14:03.291Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40562026-04-15T20:14:03.303Z Checking supports-color v3.0.2
40572026-04-15T20:14:03.371Z Checking git-stub-vcs v0.1.0
40582026-04-15T20:14:03.425Z Checking drift v0.1.3
40592026-04-15T20:14:03.468Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40602026-04-15T20:14:03.504Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40612026-04-15T20:14:03.564Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40622026-04-15T20:14:03.662Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40632026-04-15T20:14:03.704Z Checking dropshot-api-manager v0.6.0
40642026-04-15T20:14:03.768Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40652026-04-15T20:14:03.783Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40662026-04-15T20:14:03.977Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40672026-04-15T20:14:04.014Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40682026-04-15T20:14:04.212Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40692026-04-15T20:14:04.505Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40702026-04-15T20:14:09.451Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40712026-04-15T20:14:10.462Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40722026-04-15T20:14:11.007Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40732026-04-15T20:14:11.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
40742026-04-15T20:14:11.626Z
40752026-04-15T20:14:11.626Zinfo: running `cargo check --bins` on installinator-api (225/272)
40762026-04-15T20:14:12.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-04-15T20:14:12.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-04-15T20:14:12.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-04-15T20:14:12.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-04-15T20:14:12.223Z
40812026-04-15T20:14:12.224Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40822026-04-15T20:14:12.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-04-15T20:14:12.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-04-15T20:14:12.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-04-15T20:14:12.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40862026-04-15T20:14:12.858Z
40872026-04-15T20:14:12.858Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40882026-04-15T20:14:13.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-04-15T20:14:13.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-04-15T20:14:13.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-04-15T20:14:13.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40922026-04-15T20:14:13.496Z
40932026-04-15T20:14:13.496Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40942026-04-15T20:14:14.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-04-15T20:14:14.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-04-15T20:14:14.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-04-15T20:14:14.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40982026-04-15T20:14:14.132Z
40992026-04-15T20:14:14.132Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41002026-04-15T20:14:14.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-04-15T20:14:14.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-04-15T20:14:14.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-04-15T20:14:14.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41042026-04-15T20:14:14.727Z
41052026-04-15T20:14:14.727Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41062026-04-15T20:14:15.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-04-15T20:14:15.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-04-15T20:14:15.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-04-15T20:14:15.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41102026-04-15T20:14:15.313Z
41112026-04-15T20:14:15.313Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41122026-04-15T20:14:15.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-04-15T20:14:15.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-04-15T20:14:15.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-04-15T20:14:15.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41162026-04-15T20:14:15.922Z
41172026-04-15T20:14:15.922Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41182026-04-15T20:14:16.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-04-15T20:14:16.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-04-15T20:14:16.530Z Checking typeid v1.0.3
41212026-04-15T20:14:16.639Z Checking ordered-float v2.10.1
41222026-04-15T20:14:16.658Z Checking unicode-xid v0.2.6
41232026-04-15T20:14:16.661Z Checking cargo-platform v0.2.0
41242026-04-15T20:14:16.680Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41252026-04-15T20:14:16.710Z Checking erased-serde v0.4.9
41262026-04-15T20:14:16.842Z Checking serde-value v0.7.0
41272026-04-15T20:14:17.019Z Checking serde-untagged v0.1.9
41282026-04-15T20:14:17.175Z Checking cargo-util-schemas v0.8.2
41292026-04-15T20:14:17.857Z Checking cargo_metadata v0.21.0
41302026-04-15T20:14:18.458Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41312026-04-15T20:14:19.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41322026-04-15T20:14:19.334Z
41332026-04-15T20:14:19.334Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41342026-04-15T20:14:19.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-04-15T20:14:19.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-04-15T20:14:20.063Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41372026-04-15T20:14:20.674Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41382026-04-15T20:14:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41392026-04-15T20:14:21.375Z
41402026-04-15T20:14:21.375Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41412026-04-15T20:14:21.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-04-15T20:14:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-04-15T20:14:22.222Z Compiling vergen-gitcl v1.0.8
41442026-04-15T20:14:22.222Z Compiling dirs-sys-next v0.1.2
41452026-04-15T20:14:22.222Z Compiling crunchy v0.2.4
41462026-04-15T20:14:22.222Z Compiling diesel_derives v2.3.7
41472026-04-15T20:14:22.222Z Compiling glob v0.3.3
41482026-04-15T20:14:22.226Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41492026-04-15T20:14:22.226Z Compiling dsl_auto_type v0.2.0
41502026-04-15T20:14:22.226Z Checking scheduled-thread-pool v0.2.7
41512026-04-15T20:14:22.487Z Compiling diesel_table_macro_syntax v0.3.0
41522026-04-15T20:14:22.539Z Compiling dirs-next v2.0.0
41532026-04-15T20:14:22.614Z Compiling tiny-keccak v2.0.2
41542026-04-15T20:14:22.677Z Compiling term v0.7.0
41552026-04-15T20:14:22.699Z Checking r2d2 v0.8.10
41562026-04-15T20:14:22.721Z Compiling clang-sys v1.8.1
41572026-04-15T20:14:22.740Z Compiling bit-vec v0.6.3
41582026-04-15T20:14:22.824Z Checking downcast-rs v2.0.2
41592026-04-15T20:14:22.924Z Compiling bit-set v0.5.3
41602026-04-15T20:14:22.960Z Compiling ascii-canvas v3.0.0
41612026-04-15T20:14:23.088Z Compiling itertools v0.10.5
41622026-04-15T20:14:23.093Z Compiling ena v0.14.4
41632026-04-15T20:14:23.207Z Compiling libloading v0.8.9
41642026-04-15T20:14:23.223Z Compiling regex-syntax v0.6.29
41652026-04-15T20:14:23.246Z Compiling bindgen v0.71.1
41662026-04-15T20:14:23.284Z Compiling diff v0.1.13
41672026-04-15T20:14:23.421Z Compiling cexpr v0.6.0
41682026-04-15T20:14:23.548Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41692026-04-15T20:14:23.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41702026-04-15T20:14:23.762Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41712026-04-15T20:14:23.854Z Compiling libxml v0.3.3
41722026-04-15T20:14:24.081Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41732026-04-15T20:14:24.143Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41742026-04-15T20:14:24.176Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41752026-04-15T20:14:24.359Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41762026-04-15T20:14:24.386Z Compiling strum_macros v0.24.3
41772026-04-15T20:14:24.403Z Compiling indoc v1.0.9
41782026-04-15T20:14:24.629Z Compiling lalrpop v0.19.12
41792026-04-15T20:14:25.406Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41802026-04-15T20:14:25.598Z Checking derive_builder v0.20.2
41812026-04-15T20:14:25.719Z Compiling oso-derive v0.27.3
41822026-04-15T20:14:25.734Z Checking quick-xml v0.37.5
41832026-04-15T20:14:25.936Z Compiling impl-trait-for-tuples v0.2.3
41842026-04-15T20:14:26.220Z Checking openssl-probe v0.1.6
41852026-04-15T20:14:26.362Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41862026-04-15T20:14:26.613Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41872026-04-15T20:14:26.808Z Checking bb8 v0.8.6
41882026-04-15T20:14:27.052Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41892026-04-15T20:14:27.087Z Checking nonempty v0.12.0
41902026-04-15T20:14:27.106Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41912026-04-15T20:14:27.255Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41922026-04-15T20:14:27.274Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41932026-04-15T20:14:27.315Z Checking console v0.16.2
41942026-04-15T20:14:27.466Z Checking unit-prefix v0.5.2
41952026-04-15T20:14:27.487Z Checking support-bundle-viewer v0.1.2
41962026-04-15T20:14:27.602Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41972026-04-15T20:14:27.626Z Checking indicatif v0.18.4
41982026-04-15T20:14:27.732Z Checking multimap v0.10.1
41992026-04-15T20:14:28.254Z Checking diesel v2.3.7
42002026-04-15T20:14:30.050Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42012026-04-15T20:14:30.351Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42022026-04-15T20:14:30.736Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42032026-04-15T20:14:30.918Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42042026-04-15T20:14:31.710Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42052026-04-15T20:14:32.097Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42062026-04-15T20:14:32.309Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42072026-04-15T20:14:32.839Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42082026-04-15T20:14:34.863Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42092026-04-15T20:14:40.054Z Compiling samael v0.0.19
42102026-04-15T20:14:43.708Z Checking diesel-dtrace v0.5.0
42112026-04-15T20:14:43.983Z Checking async-bb8-diesel v0.2.1
42122026-04-15T20:14:44.660Z Compiling polar-core v0.27.3
42132026-04-15T20:14:49.054Z Checking oso v0.27.3
42142026-04-15T20:15:26.264Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42152026-04-15T20:15:59.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42162026-04-15T20:15:59.596Z
42172026-04-15T20:15:59.596Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42182026-04-15T20:16:00.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-04-15T20:16:00.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-04-15T20:16:00.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-04-15T20:16:00.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42222026-04-15T20:16:00.255Z
42232026-04-15T20:16:00.255Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42242026-04-15T20:16:00.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-04-15T20:16:00.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-04-15T20:16:00.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-04-15T20:16:00.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42282026-04-15T20:16:00.907Z
42292026-04-15T20:16:00.907Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42302026-04-15T20:16:01.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-04-15T20:16:01.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-04-15T20:16:01.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-04-15T20:16:01.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42342026-04-15T20:16:01.493Z
42352026-04-15T20:16:01.493Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42362026-04-15T20:16:02.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-04-15T20:16:02.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-04-15T20:16:02.353Z Compiling libz-sys v1.1.24
42392026-04-15T20:16:02.484Z Compiling libgit2-sys v0.18.3+1.9.2
42402026-04-15T20:16:02.495Z Compiling vergen-git2 v1.0.7
42412026-04-15T20:16:02.502Z Compiling rustls v0.21.12
42422026-04-15T20:16:02.528Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42432026-04-15T20:16:02.532Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42442026-04-15T20:16:02.532Z Checking sct v0.7.1
42452026-04-15T20:16:02.532Z Checking rustls-webpki v0.101.7
42462026-04-15T20:16:02.682Z Compiling nix v0.29.0
42472026-04-15T20:16:02.701Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42482026-04-15T20:16:02.745Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42492026-04-15T20:16:02.785Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42502026-04-15T20:16:02.861Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42512026-04-15T20:16:03.010Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42522026-04-15T20:16:03.041Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42532026-04-15T20:16:03.082Z Checking rustls-pemfile v1.0.4
42542026-04-15T20:16:03.217Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42552026-04-15T20:16:03.319Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-04-15T20:16:03.510Z Checking twox-hash v2.1.2
42572026-04-15T20:16:03.538Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42582026-04-15T20:16:03.621Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42592026-04-15T20:16:04.180Z Checking tokio-rustls v0.24.1
42602026-04-15T20:16:04.249Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42612026-04-15T20:16:04.264Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42622026-04-15T20:16:04.322Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42632026-04-15T20:16:04.379Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42642026-04-15T20:16:04.815Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42652026-04-15T20:16:04.900Z Checking fatfs v0.3.6
42662026-04-15T20:16:04.959Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42672026-04-15T20:16:05.022Z Compiling seq-macro v0.3.6
42682026-04-15T20:16:09.103Z Compiling git2 v0.20.4
42692026-04-15T20:16:09.349Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42702026-04-15T20:16:09.478Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42712026-04-15T20:16:11.325Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42722026-04-15T20:16:58.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.91s
42732026-04-15T20:16:58.638Z
42742026-04-15T20:16:58.638Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42752026-04-15T20:16:59.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-04-15T20:16:59.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-04-15T20:16:59.515Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42782026-04-15T20:17:38.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.82s
42792026-04-15T20:17:38.692Z
42802026-04-15T20:17:38.692Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42812026-04-15T20:17:39.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-04-15T20:17:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-04-15T20:17:39.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-04-15T20:17:39.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42852026-04-15T20:17:39.282Z
42862026-04-15T20:17:39.282Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42872026-04-15T20:17:39.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-04-15T20:17:39.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-04-15T20:17:39.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-04-15T20:17:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-04-15T20:17:39.927Z
42922026-04-15T20:17:39.927Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42932026-04-15T20:17:40.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-04-15T20:17:40.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-04-15T20:17:40.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-04-15T20:17:40.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-04-15T20:17:40.585Z
42982026-04-15T20:17:40.585Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
42992026-04-15T20:17:41.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-04-15T20:17:41.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-04-15T20:17:41.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-04-15T20:17:41.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-04-15T20:17:41.260Z
43042026-04-15T20:17:41.260Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43052026-04-15T20:17:41.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-04-15T20:17:41.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-04-15T20:17:41.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-04-15T20:17:41.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43092026-04-15T20:17:41.890Z
43102026-04-15T20:17:41.890Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43112026-04-15T20:17:42.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-04-15T20:17:42.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-04-15T20:17:42.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-04-15T20:17:42.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-04-15T20:17:42.547Z
43162026-04-15T20:17:42.547Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43172026-04-15T20:17:43.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-04-15T20:17:43.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-04-15T20:17:43.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-04-15T20:17:43.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-04-15T20:17:43.196Z
43222026-04-15T20:17:43.196Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43232026-04-15T20:17:43.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-04-15T20:17:43.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-04-15T20:17:43.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-04-15T20:17:43.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-04-15T20:17:43.848Z
43282026-04-15T20:17:43.848Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43292026-04-15T20:17:44.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-04-15T20:17:44.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-04-15T20:17:44.740Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43322026-04-15T20:17:44.741Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43332026-04-15T20:17:44.926Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43342026-04-15T20:17:44.960Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43352026-04-15T20:17:44.977Z Checking yansi v1.0.1
43362026-04-15T20:17:44.980Z Checking diff v0.1.13
43372026-04-15T20:17:44.993Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43382026-04-15T20:17:45.007Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43392026-04-15T20:17:45.065Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43402026-04-15T20:17:45.229Z Checking pretty_assertions v1.4.1
43412026-04-15T20:17:45.887Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43422026-04-15T20:18:09.377Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43432026-04-15T20:18:09.381Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43442026-04-15T20:18:09.381Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43452026-04-15T20:18:09.381Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43462026-04-15T20:18:09.381Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43472026-04-15T20:18:09.381Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43482026-04-15T20:18:10.090Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-04-15T20:18:11.182Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43502026-04-15T20:18:49.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43512026-04-15T20:18:49.940Z
43522026-04-15T20:18:49.940Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43532026-04-15T20:18:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-04-15T20:18:50.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-04-15T20:18:50.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-04-15T20:18:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43572026-04-15T20:18:50.530Z
43582026-04-15T20:18:50.530Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43592026-04-15T20:18:51.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-04-15T20:18:51.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-04-15T20:18:51.300Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43622026-04-15T20:18:51.420Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43632026-04-15T20:18:51.424Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43642026-04-15T20:19:17.079Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43652026-04-15T20:19:17.456Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43662026-04-15T20:19:19.134Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43672026-04-15T20:19:19.576Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43682026-04-15T20:19:22.481Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43692026-04-15T20:19:44.929Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43702026-04-15T20:19:49.790Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43712026-04-15T20:19:49.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.59s
43722026-04-15T20:19:49.796Z
43732026-04-15T20:19:49.797Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43742026-04-15T20:19:49.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-04-15T20:19:49.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-04-15T20:19:49.797Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43772026-04-15T20:19:49.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43782026-04-15T20:19:49.797Z
43792026-04-15T20:19:49.797Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43802026-04-15T20:19:49.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-04-15T20:19:49.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-04-15T20:19:49.797Z Compiling blake3 v1.8.3
43832026-04-15T20:19:49.797Z Checking arrayvec v0.7.6
43842026-04-15T20:19:49.797Z Checking arrayref v0.3.9
43852026-04-15T20:19:49.797Z Checking constant_time_eq v0.4.2
43862026-04-15T20:19:49.797Z Checking topological-sort v0.2.2
43872026-04-15T20:19:49.797Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43882026-04-15T20:19:49.797Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43892026-04-15T20:19:49.797Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43902026-04-15T20:19:49.797Z Checking shell-words v1.1.1
43912026-04-15T20:19:50.585Z Checking omicron-zone-package v0.12.2
43922026-04-15T20:19:51.308Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43932026-04-15T20:19:52.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43942026-04-15T20:19:52.328Z
43952026-04-15T20:19:52.328Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43962026-04-15T20:19:52.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-04-15T20:19:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-04-15T20:19:52.972Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43992026-04-15T20:19:53.297Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44002026-04-15T20:19:53.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44012026-04-15T20:19:53.875Z
44022026-04-15T20:19:53.875Zinfo: running `cargo check --bins` on schema (254/272)
44032026-04-15T20:19:54.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-04-15T20:19:54.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-04-15T20:19:54.601Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44062026-04-15T20:19:55.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44072026-04-15T20:19:55.496Z
44082026-04-15T20:19:55.496Zinfo: running `cargo check --bins` on xtask (255/272)
44092026-04-15T20:19:55.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-04-15T20:19:55.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-04-15T20:19:55.951Z Checking libc v0.2.180
44122026-04-15T20:19:55.955Z Checking serde v1.0.228
44132026-04-15T20:19:56.038Z Checking zerofrom v0.1.6
44142026-04-15T20:19:56.042Z Checking bitflags v2.11.0
44152026-04-15T20:19:56.047Z Checking hashbrown v0.16.1
44162026-04-15T20:19:56.050Z Checking smallvec v1.15.1
44172026-04-15T20:19:56.061Z Checking serde_json v1.0.149
44182026-04-15T20:19:56.071Z Checking num-traits v0.2.19
44192026-04-15T20:19:56.136Z Checking yoke v0.8.1
44202026-04-15T20:19:56.190Z Checking scroll v0.12.0
44212026-04-15T20:19:56.229Z Checking thiserror v1.0.69
44222026-04-15T20:19:56.310Z Checking zerovec v0.11.5
44232026-04-15T20:19:56.336Z Checking zerotrie v0.2.3
44242026-04-15T20:19:56.347Z Checking errno v0.3.14
44252026-04-15T20:19:56.420Z Checking log v0.4.29
44262026-04-15T20:19:56.431Z Checking serde_spanned v0.6.9
44272026-04-15T20:19:56.463Z Checking rustix v1.1.3
44282026-04-15T20:19:56.494Z Checking indexmap v2.13.0
44292026-04-15T20:19:56.554Z Checking toml_datetime v0.6.11
44302026-04-15T20:19:56.569Z Checking percent-encoding v2.3.2
44312026-04-15T20:19:56.580Z Checking goblin v0.8.2
44322026-04-15T20:19:56.597Z Checking ordered-float v2.10.1
44332026-04-15T20:19:56.675Z Checking zerocopy v0.7.35
44342026-04-15T20:19:56.708Z Checking form_urlencoded v1.2.2
44352026-04-15T20:19:56.739Z Checking getrandom v0.3.4
44362026-04-15T20:19:56.750Z Checking tinystr v0.8.2
44372026-04-15T20:19:56.824Z Checking potential_utf v0.1.4
44382026-04-15T20:19:56.837Z Checking serde-value v0.7.0
44392026-04-15T20:19:56.871Z Checking thiserror v2.0.18
44402026-04-15T20:19:56.930Z Checking icu_locale_core v2.1.1
44412026-04-15T20:19:56.957Z Checking icu_collections v2.1.1
44422026-04-15T20:19:56.973Z Checking syn v2.0.117
44432026-04-15T20:19:57.037Z Checking toml_edit v0.22.27
44442026-04-15T20:19:57.040Z Checking dtrace-parser v0.2.0
44452026-04-15T20:19:57.174Z Checking thread-id v4.2.2
44462026-04-15T20:19:57.256Z Checking once_cell v1.21.3
44472026-04-15T20:19:57.270Z Checking cargo-platform v0.2.0
44482026-04-15T20:19:57.289Z Checking terminal_size v0.4.3
44492026-04-15T20:19:57.301Z Checking memmap v0.7.0
44502026-04-15T20:19:57.403Z Checking clap_builder v4.5.60
44512026-04-15T20:19:57.428Z Checking textwrap v0.16.2
44522026-04-15T20:19:57.434Z Checking tempfile v3.25.0
44532026-04-15T20:19:57.447Z Checking fs-err v3.3.0
44542026-04-15T20:19:57.482Z Checking icu_provider v2.1.1
44552026-04-15T20:19:57.622Z Checking tabled v0.15.0
44562026-04-15T20:19:57.626Z Checking camino-tempfile v1.4.1
44572026-04-15T20:19:57.641Z Checking anyhow v1.0.102
44582026-04-15T20:19:57.719Z Checking icu_normalizer v2.1.1
44592026-04-15T20:19:57.785Z Checking icu_properties v2.1.2
44602026-04-15T20:19:57.839Z Checking macaddr v1.0.1
44612026-04-15T20:19:58.017Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44622026-04-15T20:19:58.153Z Checking toml v0.8.23
44632026-04-15T20:19:58.460Z Checking cargo_toml v0.21.0
44642026-04-15T20:19:58.471Z Checking dof v0.3.0
44652026-04-15T20:19:58.587Z Checking idna_adapter v1.2.1
44662026-04-15T20:19:58.602Z Checking clap v4.5.60
44672026-04-15T20:19:58.706Z Checking idna v1.1.0
44682026-04-15T20:19:58.774Z Checking usdt-impl v0.5.0
44692026-04-15T20:19:58.930Z Checking url v2.5.8
44702026-04-15T20:19:59.031Z Checking usdt v0.5.0
44712026-04-15T20:19:59.279Z Checking cargo-util-schemas v0.8.2
44722026-04-15T20:19:59.960Z Checking cargo_metadata v0.21.0
44732026-04-15T20:20:00.562Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44742026-04-15T20:20:00.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
44752026-04-15T20:20:01.112Z
44762026-04-15T20:20:01.112Zinfo: running `cargo check --bins` on dnsadm (256/272)
44772026-04-15T20:20:01.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-04-15T20:20:01.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-04-15T20:20:01.753Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44802026-04-15T20:20:02.447Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44812026-04-15T20:20:02.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44822026-04-15T20:20:02.830Z
44832026-04-15T20:20:02.830Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44842026-04-15T20:20:03.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-04-15T20:20:03.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-04-15T20:20:03.621Z Checking polyval v0.6.2
44872026-04-15T20:20:03.745Z Checking ctr v0.9.2
44882026-04-15T20:20:03.756Z Checking ssh-encoding v0.2.0
44892026-04-15T20:20:03.756Z Checking blowfish v0.9.1
44902026-04-15T20:20:03.779Z Checking password-hash v0.4.2
44912026-04-15T20:20:03.794Z Checking p256 v0.13.2
44922026-04-15T20:20:03.798Z Checking p521 v0.13.3
44932026-04-15T20:20:03.821Z Checking russh-cryptovec v0.7.3
44942026-04-15T20:20:03.892Z Checking ghash v0.5.1
44952026-04-15T20:20:03.892Z Checking md5 v0.7.0
44962026-04-15T20:20:03.916Z Checking bcrypt-pbkdf v0.10.0
44972026-04-15T20:20:03.959Z Checking num-bigint v0.4.6
44982026-04-15T20:20:03.959Z Checking des v0.8.1
44992026-04-15T20:20:03.996Z Checking pbkdf2 v0.11.0
45002026-04-15T20:20:04.012Z Checking aes-gcm v0.10.3
45012026-04-15T20:20:04.049Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-04-15T20:20:04.068Z Checking hex-literal v0.4.1
45032026-04-15T20:20:04.081Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45042026-04-15T20:20:04.132Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45052026-04-15T20:20:04.158Z Checking internet-checksum v0.2.1
45062026-04-15T20:20:04.172Z Checking ssh-cipher v0.2.0
45072026-04-15T20:20:04.334Z Checking ssh-key v0.6.7
45082026-04-15T20:20:04.399Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45092026-04-15T20:20:04.957Z Checking russh-keys v0.45.0
45102026-04-15T20:20:05.515Z Checking russh v0.45.0
45112026-04-15T20:20:20.262Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45122026-04-15T20:20:21.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s
45132026-04-15T20:20:21.666Z
45142026-04-15T20:20:21.666Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45152026-04-15T20:20:22.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-04-15T20:20:22.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-04-15T20:20:22.312Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45182026-04-15T20:20:22.419Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45192026-04-15T20:20:22.427Z Checking termios v0.3.3
45202026-04-15T20:20:23.624Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45212026-04-15T20:20:23.776Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45222026-04-15T20:20:25.570Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45232026-04-15T20:20:26.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45242026-04-15T20:20:26.330Z
45252026-04-15T20:20:26.330Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45262026-04-15T20:20:26.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-04-15T20:20:26.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-04-15T20:20:27.042Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45292026-04-15T20:20:27.058Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45302026-04-15T20:20:27.168Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45312026-04-15T20:20:27.168Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45322026-04-15T20:20:27.186Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45332026-04-15T20:20:27.186Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45342026-04-15T20:20:27.944Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45352026-04-15T20:20:28.247Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45362026-04-15T20:20:28.266Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45372026-04-15T20:20:28.889Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45382026-04-15T20:20:30.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45392026-04-15T20:20:30.715Z
45402026-04-15T20:20:30.715Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45412026-04-15T20:20:31.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-04-15T20:20:31.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-04-15T20:20:31.345Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45442026-04-15T20:20:31.793Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45452026-04-15T20:20:32.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45462026-04-15T20:20:32.338Z
45472026-04-15T20:20:32.338Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45482026-04-15T20:20:35.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-04-15T20:20:35.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-04-15T20:20:35.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-04-15T20:20:35.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45522026-04-15T20:20:35.786Z
45532026-04-15T20:20:35.786Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45542026-04-15T20:20:35.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-04-15T20:20:35.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-04-15T20:20:35.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-04-15T20:20:35.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45582026-04-15T20:20:35.786Z
45592026-04-15T20:20:35.786Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45602026-04-15T20:20:35.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-04-15T20:20:35.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-04-15T20:20:35.786Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45632026-04-15T20:20:35.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45642026-04-15T20:20:35.786Z
45652026-04-15T20:20:35.786Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45662026-04-15T20:20:35.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-04-15T20:20:35.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-04-15T20:20:35.787Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45692026-04-15T20:20:35.787Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45702026-04-15T20:20:35.938Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45712026-04-15T20:20:35.938Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45722026-04-15T20:20:36.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45732026-04-15T20:20:36.933Z
45742026-04-15T20:20:36.933Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45752026-04-15T20:20:37.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-04-15T20:20:37.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-04-15T20:20:37.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45782026-04-15T20:20:37.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45792026-04-15T20:20:37.524Z
45802026-04-15T20:20:37.524Zinfo: running `cargo check --bins` on omicron-package (266/272)
45812026-04-15T20:20:38.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-04-15T20:20:38.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-04-15T20:20:38.206Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45842026-04-15T20:20:39.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
45852026-04-15T20:20:39.498Z
45862026-04-15T20:20:39.499Zinfo: running `cargo check --bins` on tqdb (267/272)
45872026-04-15T20:20:40.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-04-15T20:20:40.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-04-15T20:20:40.279Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45902026-04-15T20:20:40.632Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45912026-04-15T20:20:41.153Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45922026-04-15T20:20:41.153Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45932026-04-15T20:20:46.420Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45942026-04-15T20:20:46.962Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45952026-04-15T20:20:46.966Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45962026-04-15T20:20:46.966Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45972026-04-15T20:20:46.966Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45982026-04-15T20:20:46.966Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45992026-04-15T20:20:47.718Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46002026-04-15T20:20:48.699Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46012026-04-15T20:20:49.482Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46022026-04-15T20:20:50.091Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46032026-04-15T20:20:54.520Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46042026-04-15T20:21:00.785Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46052026-04-15T20:21:00.789Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46062026-04-15T20:21:00.789Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46072026-04-15T20:21:00.790Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46082026-04-15T20:21:02.259Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46092026-04-15T20:21:03.566Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46102026-04-15T20:21:04.217Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46112026-04-15T20:21:05.438Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46122026-04-15T20:21:05.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.46s
46132026-04-15T20:21:06.185Z
46142026-04-15T20:21:06.185Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46152026-04-15T20:21:06.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-04-15T20:21:06.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-04-15T20:21:06.895Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46182026-04-15T20:21:06.895Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46192026-04-15T20:21:06.895Z Checking rtoolbox v0.0.3
46202026-04-15T20:21:06.900Z Checking tui-tree-widget v0.23.1
46212026-04-15T20:21:07.126Z Checking rpassword v7.4.0
46222026-04-15T20:21:08.043Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46232026-04-15T20:21:10.991Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-04-15T20:21:12.754Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46252026-04-15T20:21:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s
46262026-04-15T20:21:13.818Z
46272026-04-15T20:21:13.818Zinfo: running `cargo check --bins` on wicket (269/272)
46282026-04-15T20:21:14.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-04-15T20:21:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-04-15T20:21:14.494Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46312026-04-15T20:21:14.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46322026-04-15T20:21:15.039Z
46332026-04-15T20:21:15.039Zinfo: running `cargo check --bins` on wicketd (270/272)
46342026-04-15T20:21:15.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-04-15T20:21:15.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-04-15T20:21:15.755Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46372026-04-15T20:21:15.760Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46382026-04-15T20:21:15.760Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46392026-04-15T20:21:15.760Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46402026-04-15T20:21:16.747Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46412026-04-15T20:21:17.310Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46422026-04-15T20:21:20.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
46432026-04-15T20:21:20.403Z
46442026-04-15T20:21:20.403Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46452026-04-15T20:21:20.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-15T20:21:20.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-15T20:21:20.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46482026-04-15T20:21:20.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46492026-04-15T20:21:20.986Z
46502026-04-15T20:21:20.986Zinfo: running `cargo check --bins` on zone-setup (272/272)
46512026-04-15T20:21:21.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46522026-04-15T20:21:21.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46532026-04-15T20:21:21.646Z Checking uzers v0.12.2
46542026-04-15T20:21:21.920Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46552026-04-15T20:21:22.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46562026-04-15T20:21:22.883Z
46572026-04-15T20:21:22.883Zreal 14:03.094909363
46582026-04-15T20:21:22.883Zuser 20:20.055371611
46592026-04-15T20:21:22.883Zsys 4:11.860498058
46602026-04-15T20:21:22.883Ztrap 0.332687280
46612026-04-15T20:21:22.883Ztflt 0.309728121
46622026-04-15T20:21:22.883Zdflt 0.784916872
46632026-04-15T20:21:22.883Zkflt 0.001004537
46642026-04-15T20:21:22.883Zlock 1:16:00.200539357
46652026-04-15T20:21:22.883Zslp 1:37:44.478491699
46662026-04-15T20:21:22.883Zlat 50.920031763
46672026-04-15T20:21:22.883Zstop 3:18.206629806
46682026-04-15T20:21:22.887Zprocess exited: duration 1046305 ms, exit code 0
 
46692026-04-15T20:21:22.926Zfound 0 output files