01KM204PHT60AZD52MWEEKEMX8: 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: 01KM205N1EJVBVFXK3V164W6ED

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:02.557Zjob assigned to worker 01KM205QF5KQK4TH30S0PZGN8H [factory aws, i-0f7c236647f54926e] (queued for 55 s)
 
22026-03-19T02:54:10.276Zstarting task 0: "setup"
32026-03-19T02:54:10.282Z++ uname -s
42026-03-19T02:54:10.286Z+ kern=SunOS
52026-03-19T02:54:10.286Z+ build_user=build
62026-03-19T02:54:10.286Z+ build_uid=12345
72026-03-19T02:54:10.286Z+ work_dir=/work
82026-03-19T02:54:10.286Z+ input_dir=/input
92026-03-19T02:54:10.286Z+ [[ 0 == 12345 ]]
102026-03-19T02:54:10.286Z+ case "$kern" in
112026-03-19T02:54:10.286Z+ groupadd -g 12345 build
122026-03-19T02:54:10.289Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:54:12.294Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:54:12.406Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:54:12.409Z+ home_fs=zfs
162026-03-19T02:54:12.409Z+ [[ zfs == autofs ]]
172026-03-19T02:54:12.409Z+ mkdir -p /home/build
182026-03-19T02:54:12.409Z+ chown build:build /home/build /work
192026-03-19T02:54:14.412Z+ chmod 0700 /home/build /work
202026-03-19T02:54:14.416Zprocess exited: duration 4138 ms, exit code 0
 
212026-03-19T02:54:14.433Zstarting task 1: "rust-toolchain"
222026-03-19T02:54:14.444Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:54:14.444Z * rust toolchain channel = "1.94.0"
242026-03-19T02:54:14.445Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:54:14.445Z * rust toolchain profile = "default"
262026-03-19T02:54:14.449Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:54:14.449Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:54:14.449Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:54:14.449Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:54:14.582Zinfo: downloading installer
312026-03-19T02:54:16.280Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:54:16.280Zwarn: /opt/ooce/bin
332026-03-19T02:54:16.280Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:54:16.280Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:54:16.280Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:54:16.281Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:54:16.281Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:54:16.281Zerror: cannot install while Rust is installed
392026-03-19T02:54:16.281Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:54:16.281Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:54:16.281Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:54:16.281Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:54:16.281Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:54:16.292Zinfo: profile set to default
452026-03-19T02:54:16.292Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:54:16.295Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:54:16.524Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:54:16.527Zinfo: downloading 6 components
492026-03-19T02:54:32.913Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:54:32.913Z
512026-03-19T02:54:32.951Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:54:32.951Z
532026-03-19T02:54:32.955Z
542026-03-19T02:54:32.955ZRust is installed now. Great!
552026-03-19T02:54:32.955Z
562026-03-19T02:54:32.955ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:54:32.955Zenvironment variable. This has not been done automatically.
582026-03-19T02:54:32.955Z
592026-03-19T02:54:32.955ZTo configure your current shell, you need to source
602026-03-19T02:54:32.955Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:54:32.955Z
622026-03-19T02:54:32.955ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:54:32.955Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:54:32.955Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:54:32.956Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:54:32.956Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:54:32.956Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:54:32.956Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:54:32.956Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:54:32.956Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:54:33.069Z+ rustup --version
722026-03-19T02:54:33.080Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:54:33.083Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:54:33.106Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:54:33.109Z+ cargo --version
762026-03-19T02:54:33.126Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:54:33.133Z+ rustc --version
782026-03-19T02:54:33.154Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:54:33.157Zprocess exited: duration 18724 ms, exit code 0
 
802026-03-19T02:54:33.164Zstarting task 2: "authentication"
812026-03-19T02:54:33.183Zprocess exited: duration 19 ms, exit code 0
 
822026-03-19T02:54:33.190Zstarting task 3: "clone repository"
832026-03-19T02:54:33.194Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:54:33.197Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:54:33.228ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:55:29.119Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:55:29.119Z+ git fetch origin c4159c28d027f786adfe0eea349a22fe52e1e538
882026-03-19T02:55:29.404ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:55:29.404Z * branch c4159c28d027f786adfe0eea349a22fe52e1e538 -> FETCH_HEAD
902026-03-19T02:55:29.414Z+ [[ -n mergeconflict/fm-sb-rendezvous ]]
912026-03-19T02:55:29.418Z++ git branch --show-current
922026-03-19T02:55:29.418Z+ current=main
932026-03-19T02:55:29.418Z+ [[ main != mergeconflict/fm-sb-rendezvous ]]
942026-03-19T02:55:29.418Z+ git branch -f mergeconflict/fm-sb-rendezvous c4159c28d027f786adfe0eea349a22fe52e1e538
952026-03-19T02:55:29.421Z+ git checkout -f mergeconflict/fm-sb-rendezvous
962026-03-19T02:55:29.745ZSwitched to branch 'mergeconflict/fm-sb-rendezvous'
972026-03-19T02:55:29.756Z+ git reset --hard c4159c28d027f786adfe0eea349a22fe52e1e538
982026-03-19T02:55:29.773ZHEAD is now at c4159c28d fm_rendezvous: create requested support bundles and show stats in OMDB
992026-03-19T02:55:29.777Zprocess exited: duration 56584 ms, exit code 0
 
1002026-03-19T02:55:29.787Zstarting task 4: "build"
1012026-03-19T02:55:29.792Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:55:29.792Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:55:29.792Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:55:29.793Z+ cargo --version
1052026-03-19T02:55:29.806Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:55:29.818Z+ rustc --version
1072026-03-19T02:55:29.835Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:55:29.848Z+ source ./env.sh
1092026-03-19T02:55:29.848Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T02:55:29.848Z++ set -o xtrace
1112026-03-19T02:55:29.848Z++++ dirname ./env.sh
1122026-03-19T02:55:29.848Z+++ readlink -f .
1132026-03-19T02:55:29.848Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T02:55:29.849Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-19T02:55:29.849Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-19T02:55:29.849Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-19T02:55:29.849Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-19T02:55:29.849Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-19T02:55:29.849Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-19T02:55:29.849Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-19T02:55:29.849Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-19T02:55:29.849Z++ case $OLD_SHELL_OPTS in
1232026-03-19T02:55:29.849Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T02:55:29.849Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-19T02:55:29.850Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-19T02:55:29.850Z+ banner prerequisites
1272026-03-19T02:55:29.855Z
1282026-03-19T02:55:29.855Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T02:55:29.855Z # # # # # # # # # # # # # # #
1302026-03-19T02:55:29.855Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T02:55:29.855Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T02:55:29.856Z # # # # # # # # # # # # # # #
1332026-03-19T02:55:29.856Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T02:55:29.856Z
1352026-03-19T02:55:29.856Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T02:55:39.625Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T02:55:49.411Z Startup: Caching catalogs ... Done
1382026-03-19T02:56:11.559ZPlanning: Solver setup ... Done (20.732s)
1392026-03-19T02:56:11.717ZPlanning: Running solver ... Done (0.152s)
1402026-03-19T02:56:11.926ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-19T02:56:11.965ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T02:56:12.507ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T02:56:12.557ZPlanning: Package planning ... Done (0.043s)
1442026-03-19T02:56:12.600ZPlanning: Merging actions ... Done (0.040s)
1452026-03-19T02:56:12.832ZPlanning: Checking for conflicting actions ... Done (0.244s)
1462026-03-19T02:56:12.842ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T02:56:13.707ZPlanning: Evaluating mediators ... Done (0.859s)
1482026-03-19T02:56:13.719ZPlanning: Planning completed in 24.18 seconds
1492026-03-19T02:56:13.735Z Packages to install: 4
1502026-03-19T02:56:13.736Z Mediators to change: 2
1512026-03-19T02:56:13.736Z Services to change: 1
1522026-03-19T02:56:13.736Z Estimated space available: 155.43 GB
1532026-03-19T02:56:13.736ZEstimated space to be consumed: 1.83 GB
1542026-03-19T02:56:13.736Z Create boot environment: No
1552026-03-19T02:56:13.736ZCreate backup boot environment: No
1562026-03-19T02:56:13.736Z Rebuild boot archive: No
1572026-03-19T02:56:13.737Z
1582026-03-19T02:56:13.737ZChanged mediators:
1592026-03-19T02:56:13.737Z mediator clang:
1602026-03-19T02:56:13.737Z version: None -> 15 (system default)
1612026-03-19T02:56:13.737Z
1622026-03-19T02:56:13.737Z mediator llvm:
1632026-03-19T02:56:13.737Z version: 14 (system default) -> 15 (system default)
1642026-03-19T02:56:13.737Z
1652026-03-19T02:56:13.737ZChanged packages:
1662026-03-19T02:56:13.737Zhelios-dev
1672026-03-19T02:56:13.737Z developer/build-essential
1682026-03-19T02:56:13.737Z None -> 11-2.0
1692026-03-19T02:56:13.737Z library/libxmlsec1
1702026-03-19T02:56:13.737Z None -> 1.2.35-2.0
1712026-03-19T02:56:13.738Z ooce/developer/clang-15
1722026-03-19T02:56:13.738Z None -> 15.0.7-2.0
1732026-03-19T02:56:13.738Z ooce/developer/llvm-15
1742026-03-19T02:56:13.738Z None -> 15.0.7-2.0
1752026-03-19T02:56:13.738Z
1762026-03-19T02:56:13.738ZServices:
1772026-03-19T02:56:13.738Z restart_fmri:
1782026-03-19T02:56:13.738Z svc:/system/update-man-index:default
1792026-03-19T02:56:13.783Z
1802026-03-19T02:56:13.783ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T02:56:18.848ZDownload: 611/3290 items 3.7/212.6MB 1% complete (749k/s)
1822026-03-19T02:56:25.636ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (8.6M/s)
1832026-03-19T02:56:30.819ZDownload: 1286/3290 items 115.2/212.6MB 54% complete (5.3M/s)
1842026-03-19T02:56:36.347ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (4.1M/s)
1852026-03-19T02:56:45.674ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1862026-03-19T02:56:53.189ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (30.2M/s)
1872026-03-19T02:57:20.311ZDownload: 3281/3290 items 211.2/212.6MB 99% complete
1882026-03-19T02:57:20.462ZDownload: Completed 212.60 MB in 66.47 seconds (3.2M/s)
1892026-03-19T02:57:20.543Z Actions: 1/3689 actions (Installing new actions)
1902026-03-19T02:57:28.652Z Actions: Completed 3689 actions in 4.12 seconds.
1912026-03-19T02:57:28.893Z Done (0.368s)
1922026-03-19T02:57:28.893Z Done (0.000s)
1932026-03-19T02:57:28.944Z Done (0.983s)
1942026-03-19T02:57:29.946Z Done (3.743s)
1952026-03-19T02:57:30.044Z Done (0.018s)
1962026-03-19T02:57:30.068Z Done (0.000s)
1972026-03-19T02:57:30.297Z Done (0.000s)
1982026-03-19T02:57:31.228ZPlanning: Evaluating mediator changes ... Done
1992026-03-19T02:57:31.375ZPlanning: Checking for conflicting actions ... Done
2002026-03-19T02:57:31.380ZPlanning: Consolidating action changes ... Done
2012026-03-19T02:57:31.597ZPlanning: Evaluating mediators ... Done
2022026-03-19T02:57:31.601ZPlanning: Planning completed in 0.37 seconds
2032026-03-19T02:57:31.626Z Mediators to change: 2
2042026-03-19T02:57:31.626Z Create boot environment: No
2052026-03-19T02:57:31.630ZCreate backup boot environment: No
2062026-03-19T02:57:31.717Z Done
2072026-03-19T02:57:31.718Z Done
2082026-03-19T02:57:32.438Z Done
2092026-03-19T02:57:35.734Z Done
2102026-03-19T02:57:35.818Z Done
2112026-03-19T02:57:35.828Z Done
2122026-03-19T02:57:35.977Z Done
2132026-03-19T02:57:36.507ZPlanning: Evaluating mediator changes ... Done
2142026-03-19T02:57:36.513ZPlanning: Merging actions ... Done
2152026-03-19T02:57:36.701ZPlanning: Checking for conflicting actions ... Done
2162026-03-19T02:57:36.714ZPlanning: Consolidating action changes ... Done
2172026-03-19T02:57:36.898ZPlanning: Evaluating mediators ... Done
2182026-03-19T02:57:36.960ZPlanning: Planning completed in 0.63 seconds
2192026-03-19T02:57:36.972Z Packages to change: 1
2202026-03-19T02:57:36.978Z Mediators to change: 1
2212026-03-19T02:57:36.978Z Services to change: 1
2222026-03-19T02:57:36.978Z Create boot environment: No
2232026-03-19T02:57:36.978ZCreate backup boot environment: Yes
2242026-03-19T02:57:39.720Z Actions: 1/6 actions (Updating modified actions)
2252026-03-19T02:57:39.729Z Actions: Completed 6 actions in 0.00 seconds.
2262026-03-19T02:57:39.729Z Done
2272026-03-19T02:57:39.730Z Done
2282026-03-19T02:57:39.917Z Done
2292026-03-19T02:57:43.166Z Done
2302026-03-19T02:57:43.251Z Done
2312026-03-19T02:57:43.340Z Done
2322026-03-19T02:57:43.404Z Done
2332026-03-19T02:57:43.782ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342026-03-19T02:57:43.782Zclang system 15 system
2352026-03-19T02:57:43.782Zcsh system system illumos
2362026-03-19T02:57:43.782Zctags system system illumos
2372026-03-19T02:57:43.783Zfile system system illumos
2382026-03-19T02:57:43.783Zgcc vendor 12 vendor
2392026-03-19T02:57:43.783Zgcc system 10 system
2402026-03-19T02:57:43.783Zgcc system 7 system
2412026-03-19T02:57:43.783Zgo system 1.20 system
2422026-03-19T02:57:43.783Zgo system 1.19 system
2432026-03-19T02:57:43.783Zllvm system 15 system
2442026-03-19T02:57:43.783Zllvm system 14 system
2452026-03-19T02:57:43.783Zmariadb system 10.6 system
2462026-03-19T02:57:43.783Zmta vendor vendor dma
2472026-03-19T02:57:43.783Zopenjdk system 17 system
2482026-03-19T02:57:43.783Zopenjdk system 11 system
2492026-03-19T02:57:43.783Zopenjdk system 1.8 system
2502026-03-19T02:57:43.783Zopenssl vendor 3 vendor
2512026-03-19T02:57:43.783Zperl system 5.36 system
2522026-03-19T02:57:43.783Zpostgresql system 15 system
2532026-03-19T02:57:43.783Zpostgresql system 13 system
2542026-03-19T02:57:43.783Zpython vendor 3 vendor
2552026-03-19T02:57:43.783Zpython system 2 system
2562026-03-19T02:57:43.783Zpython3 system 3.11 system
2572026-03-19T02:57:43.783Zruby system 3.0 system
2582026-03-19T02:57:43.783Zwords vendor vendor american-english
2592026-03-19T02:57:43.783Zwords system system australian-english
2602026-03-19T02:57:43.783Zwords system system british-english
2612026-03-19T02:57:43.783Zwords system system canadian-english
2622026-03-19T02:57:43.783Zwords system system french
2632026-03-19T02:57:43.783Zwords system system italian
2642026-03-19T02:57:43.783Zwords system system ngerman
2652026-03-19T02:57:43.784Zwords system system ogerman
2662026-03-19T02:57:43.784Zwords system system spanish
2672026-03-19T02:57:44.153ZPUBLISHER TYPE STATUS P LOCATION
2682026-03-19T02:57:44.153Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692026-03-19T02:57:50.042ZFMRI IFO
2702026-03-19T02:57:50.042Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712026-03-19T02:57:50.042Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722026-03-19T02:57:50.043Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732026-03-19T02:57:50.043Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742026-03-19T02:57:50.043Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752026-03-19T02:57:50.043Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2762026-03-19T02:57:50.043Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772026-03-19T02:57:50.043Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-03-19T02:57:50.043Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-03-19T02:57:50.043Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-03-19T02:57:50.043Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-03-19T02:57:50.043Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-03-19T02:57:50.043Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-03-19T02:57:50.043Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-03-19T02:57:50.043Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-03-19T02:57:50.043Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-03-19T02:57:51.293Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-03-19T02:57:51.557Z Updating crates.io index
2882026-03-19T02:57:51.615Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-03-19T02:57:51.801Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-03-19T02:57:52.626Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-03-19T02:57:53.099Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922026-03-19T02:57:53.585Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932026-03-19T02:57:54.748Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2942026-03-19T02:57:56.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952026-03-19T02:57:57.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962026-03-19T02:58:01.096Z Updating git repository `https://github.com/oxidecomputer/opte`
2972026-03-19T02:58:01.972Z Updating git repository `https://github.com/oxidecomputer/tofino`
2982026-03-19T02:58:02.222Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2992026-03-19T02:58:03.734Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002026-03-19T02:58:04.279Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012026-03-19T02:58:05.303Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3022026-03-19T02:58:05.632Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3032026-03-19T02:58:06.509Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3042026-03-19T02:58:07.169Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3052026-03-19T02:58:07.425Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3062026-03-19T02:58:07.832Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3072026-03-19T02:58:08.127Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082026-03-19T02:58:08.445Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092026-03-19T02:58:08.660Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102026-03-19T02:58:08.879Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112026-03-19T02:58:09.304Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3122026-03-19T02:58:09.774Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3132026-03-19T02:58:10.380Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3142026-03-19T02:58:10.611Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3152026-03-19T02:58:10.884Z Updating git repository `https://github.com/oxidecomputer/ispf`
3162026-03-19T02:58:11.176Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-03-19T02:58:12.411Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-03-19T02:58:12.687Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-03-19T02:58:13.121Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-03-19T02:58:13.454Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-03-19T02:58:14.282Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-03-19T02:58:14.526Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-03-19T02:58:14.787Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-03-19T02:58:15.026Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-03-19T02:58:15.381Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-03-19T02:58:29.376Z Downloading crates ...
3272026-03-19T02:58:29.445Z Downloaded semver v1.0.27
3282026-03-19T02:58:29.448Z Downloaded digest v0.10.7
3292026-03-19T02:58:29.452Z Downloaded cargo_toml v0.21.0
3302026-03-19T02:58:29.455Z Downloaded memmap v0.7.0
3312026-03-19T02:58:29.455Z Downloaded typeid v1.0.3
3322026-03-19T02:58:29.455Z Downloaded bitflags v2.11.0
3332026-03-19T02:58:29.461Z Downloaded serde_derive v1.0.228
3342026-03-19T02:58:29.464Z Downloaded heck v0.4.1
3352026-03-19T02:58:29.476Z Downloaded unicode-width v0.1.14
3362026-03-19T02:58:29.481Z Downloaded usdt-attr-macro v0.5.0
3372026-03-19T02:58:29.481Z Downloaded toml_write v0.1.2
3382026-03-19T02:58:29.481Z Downloaded toml v0.8.23
3392026-03-19T02:58:29.481Z Downloaded yoke-derive v0.8.1
3402026-03-19T02:58:29.482Z Downloaded thiserror v2.0.18
3412026-03-19T02:58:29.486Z Downloaded getrandom v0.4.1
3422026-03-19T02:58:29.486Z Downloaded usdt-macro v0.5.0
3432026-03-19T02:58:29.487Z Downloaded toml_datetime v0.6.11
3442026-03-19T02:58:29.491Z Downloaded textwrap v0.16.2
3452026-03-19T02:58:29.491Z Downloaded camino v1.2.2
3462026-03-19T02:58:29.491Z Downloaded thread-id v4.2.2
3472026-03-19T02:58:29.491Z Downloaded usdt v0.5.0
3482026-03-19T02:58:29.494Z Downloaded pest_generator v2.8.6
3492026-03-19T02:58:29.507Z Downloaded zerofrom v0.1.6
3502026-03-19T02:58:29.511Z Downloaded tabled_derive v0.7.0
3512026-03-19T02:58:29.511Z Downloaded scroll_derive v0.12.1
3522026-03-19T02:58:29.511Z Downloaded plain v0.2.3
3532026-03-19T02:58:29.511Z Downloaded cargo-platform v0.2.0
3542026-03-19T02:58:29.511Z Downloaded autocfg v1.5.0
3552026-03-19T02:58:29.511Z Downloaded zmij v1.0.21
3562026-03-19T02:58:29.511Z Downloaded writeable v0.6.2
3572026-03-19T02:58:29.511Z Downloaded potential_utf v0.1.4
3582026-03-19T02:58:29.511Z Downloaded heck v0.5.0
3592026-03-19T02:58:29.511Z Downloaded unicode-linebreak v0.1.5
3602026-03-19T02:58:29.511Z Downloaded form_urlencoded v1.2.2
3612026-03-19T02:58:29.511Z Downloaded fastrand v2.3.0
3622026-03-19T02:58:29.601Z Downloaded unicode-ident v1.0.24
3632026-03-19T02:58:29.601Z Downloaded zerovec-derive v0.11.2
3642026-03-19T02:58:29.601Z Downloaded thiserror-impl v1.0.69
3652026-03-19T02:58:29.616Z Downloaded idna_adapter v1.2.1
3662026-03-19T02:58:29.616Z Downloaded crypto-common v0.1.7
3672026-03-19T02:58:29.616Z Downloaded zerotrie v0.2.3
3682026-03-19T02:58:29.616Z Downloaded zerovec v0.11.5
3692026-03-19T02:58:29.616Z Downloaded strsim v0.11.1
3702026-03-19T02:58:29.616Z Downloaded cpufeatures v0.2.17
3712026-03-19T02:58:29.616Z Downloaded anstream v0.6.21
3722026-03-19T02:58:29.616Z Downloaded scroll v0.12.0
3732026-03-19T02:58:29.616Z Downloaded memchr v2.8.0
3742026-03-19T02:58:29.617Z Downloaded usdt-impl v0.5.0
3752026-03-19T02:58:29.617Z Downloaded winnow v0.7.14
3762026-03-19T02:58:29.617Z Downloaded sha2 v0.10.9
3772026-03-19T02:58:29.617Z Downloaded serde_spanned v0.6.9
3782026-03-19T02:58:29.617Z Downloaded yoke v0.8.1
3792026-03-19T02:58:29.617Z Downloaded utf8_iter v1.0.4
3802026-03-19T02:58:29.617Z Downloaded unicode-width v0.2.0
3812026-03-19T02:58:29.617Z Downloaded zerofrom-derive v0.1.6
3822026-03-19T02:58:29.617Z Downloaded tinystr v0.8.2
3832026-03-19T02:58:29.617Z Downloaded utf8parse v0.2.2
3842026-03-19T02:58:29.617Z Downloaded generic-array v0.14.7
3852026-03-19T02:58:29.617Z Downloaded thiserror v1.0.69
3862026-03-19T02:58:29.617Z Downloaded version_check v0.9.5
3872026-03-19T02:58:29.617Z Downloaded thiserror-impl v2.0.18
3882026-03-19T02:58:29.617Z Downloaded unicode-xid v0.2.6
3892026-03-19T02:58:29.617Z Downloaded pest_derive v2.8.6
3902026-03-19T02:58:29.617Z Downloaded zerocopy-derive v0.7.35
3912026-03-19T02:58:29.617Z Downloaded url v2.5.8
3922026-03-19T02:58:29.617Z Downloaded ucd-trie v0.1.7
3932026-03-19T02:58:29.617Z Downloaded terminal_size v0.4.3
3942026-03-19T02:58:29.617Z Downloaded macaddr v1.0.1
3952026-03-19T02:58:29.617Z Downloaded itoa v1.0.17
3962026-03-19T02:58:29.617Z Downloaded pretty-hex v0.4.1
3972026-03-19T02:58:29.617Z Downloaded zerocopy v0.7.35
3982026-03-19T02:58:29.617Z Downloaded tempfile v3.25.0
3992026-03-19T02:58:29.617Z Downloaded icu_normalizer v2.1.1
4002026-03-19T02:58:29.617Z Downloaded byteorder v1.5.0
4012026-03-19T02:58:29.617Z Downloaded typenum v1.19.0
4022026-03-19T02:58:29.617Z Downloaded smallvec v1.15.1
4032026-03-19T02:58:29.617Z Downloaded clap_derive v4.5.55
4042026-03-19T02:58:29.617Z Downloaded percent-encoding v2.3.2
4052026-03-19T02:58:29.617Z Downloaded serde-untagged v0.1.9
4062026-03-19T02:58:29.617Z Downloaded errno v0.3.14
4072026-03-19T02:58:29.617Z Downloaded smawk v0.3.2
4082026-03-19T02:58:29.617Z Downloaded serde-value v0.7.0
4092026-03-19T02:58:29.617Z Downloaded anstyle-query v1.1.5
4102026-03-19T02:58:29.618Z Downloaded toml_edit v0.22.27
4112026-03-19T02:58:29.618Z Downloaded serde_json v1.0.149
4122026-03-19T02:58:29.625Z Downloaded swrite v0.1.0
4132026-03-19T02:58:29.625Z Downloaded anstyle-parse v0.2.7
4142026-03-19T02:58:29.626Z Downloaded proc-macro-error-attr v1.0.4
4152026-03-19T02:58:29.626Z Downloaded once_cell v1.21.3
4162026-03-19T02:58:29.626Z Downloaded num-traits v0.2.19
4172026-03-19T02:58:29.626Z Downloaded block-buffer v0.10.4
4182026-03-19T02:58:29.626Z Downloaded ordered-float v2.10.1
4192026-03-19T02:58:29.626Z Downloaded proc-macro2 v1.0.106
4202026-03-19T02:58:29.626Z Downloaded papergrid v0.11.0
4212026-03-19T02:58:29.632Z Downloaded clap v4.5.60
4222026-03-19T02:58:29.632Z Downloaded dtrace-parser v0.2.0
4232026-03-19T02:58:29.651Z Downloaded dof v0.3.0
4242026-03-19T02:58:29.652Z Downloaded colorchoice v1.0.4
4252026-03-19T02:58:29.652Z Downloaded cfg-if v1.0.4
4262026-03-19T02:58:29.652Z Downloaded stable_deref_trait v1.2.1
4272026-03-19T02:58:29.652Z Downloaded cargo-util-schemas v0.8.2
4282026-03-19T02:58:29.660Z Downloaded is_terminal_polyfill v1.70.2
4292026-03-19T02:58:29.661Z Downloaded proc-macro-error v1.0.4
4302026-03-19T02:58:29.661Z Downloaded anstyle v1.0.13
4312026-03-19T02:58:29.661Z Downloaded equivalent v1.0.2
4322026-03-19T02:58:29.661Z Downloaded synstructure v0.13.2
4332026-03-19T02:58:29.661Z Downloaded displaydoc v0.2.5
4342026-03-19T02:58:29.666Z Downloaded pest_meta v2.8.6
4352026-03-19T02:58:29.666Z Downloaded icu_properties v2.1.2
4362026-03-19T02:58:29.666Z Downloaded serde_tokenstream v0.2.3
4372026-03-19T02:58:29.666Z Downloaded fnv v1.0.7
4382026-03-19T02:58:29.666Z Downloaded fs-err v3.3.0
4392026-03-19T02:58:29.671Z Downloaded cargo_metadata v0.21.0
4402026-03-19T02:58:29.674Z Downloaded bytecount v0.6.9
4412026-03-19T02:58:29.674Z Downloaded camino-tempfile v1.4.1
4422026-03-19T02:58:29.678Z Downloaded quote v1.0.44
4432026-03-19T02:58:29.685Z Downloaded icu_normalizer_data v2.1.1
4442026-03-19T02:58:29.689Z Downloaded anyhow v1.0.102
4452026-03-19T02:58:29.689Z Downloaded serde v1.0.228
4462026-03-19T02:58:29.698Z Downloaded serde_core v1.0.228
4472026-03-19T02:58:29.716Z Downloaded log v0.4.29
4482026-03-19T02:58:30.133Z Downloaded icu_provider v2.1.1
4492026-03-19T02:58:30.133Z Downloaded clap_lex v1.0.0
4502026-03-19T02:58:30.133Z Downloaded hashbrown v0.16.1
4512026-03-19T02:58:30.137Z Downloaded idna v1.1.0
4522026-03-19T02:58:30.138Z Downloaded icu_collections v2.1.1
4532026-03-19T02:58:30.138Z Downloaded icu_locale_core v2.1.1
4542026-03-19T02:58:30.138Z Downloaded indexmap v2.13.0
4552026-03-19T02:58:30.138Z Downloaded tabled v0.15.0
4562026-03-19T02:58:30.138Z Downloaded pest v2.8.6
4572026-03-19T02:58:30.138Z Downloaded icu_properties_data v2.1.2
4582026-03-19T02:58:30.138Z Downloaded goblin v0.8.2
4592026-03-19T02:58:30.138Z Downloaded clap_builder v4.5.60
4602026-03-19T02:58:30.138Z Downloaded syn v1.0.109
4612026-03-19T02:58:30.138Z Downloaded syn v2.0.117
4622026-03-19T02:58:30.138Z Downloaded rustix v1.1.3
4632026-03-19T02:58:30.138Z Downloaded libc v0.2.180
4642026-03-19T02:58:30.138Z Downloaded erased-serde v0.4.9
4652026-03-19T02:58:30.485Z Downloaded litemap v0.8.1
4662026-03-19T02:58:30.551Z Compiling proc-macro2 v1.0.106
4672026-03-19T02:58:30.554Z Compiling unicode-ident v1.0.24
4682026-03-19T02:58:30.555Z Compiling quote v1.0.44
4692026-03-19T02:58:30.555Z Compiling serde_core v1.0.228
4702026-03-19T02:58:30.555Z Compiling libc v0.2.180
4712026-03-19T02:58:30.555Z Compiling version_check v0.9.5
4722026-03-19T02:58:30.555Z Compiling serde v1.0.228
4732026-03-19T02:58:30.555Z Compiling stable_deref_trait v1.2.1
4742026-03-19T02:58:30.939Z Compiling memchr v2.8.0
4752026-03-19T02:58:30.964Z Compiling zmij v1.0.21
4762026-03-19T02:58:31.244Z Compiling thiserror v1.0.69
4772026-03-19T02:58:31.336Z Compiling autocfg v1.5.0
4782026-03-19T02:58:31.341Z Compiling ucd-trie v0.1.7
4792026-03-19T02:58:31.608Z Compiling itoa v1.0.17
4802026-03-19T02:58:31.835Z Compiling pest v2.8.6
4812026-03-19T02:58:31.858Z Compiling writeable v0.6.2
4822026-03-19T02:58:31.891Z Compiling litemap v0.8.1
4832026-03-19T02:58:31.934Z Compiling icu_normalizer_data v2.1.1
4842026-03-19T02:58:32.197Z Compiling rustix v1.1.3
4852026-03-19T02:58:32.224Z Compiling byteorder v1.5.0
4862026-03-19T02:58:32.425Z Compiling syn v2.0.117
4872026-03-19T02:58:32.485Z Compiling icu_properties_data v2.1.2
4882026-03-19T02:58:32.565Z Compiling errno v0.3.14
4892026-03-19T02:58:32.590Z Compiling bitflags v2.11.0
4902026-03-19T02:58:32.755Z Compiling serde_json v1.0.149
4912026-03-19T02:58:32.943Z Compiling num-traits v0.2.19
4922026-03-19T02:58:32.982Z Compiling hashbrown v0.16.1
4932026-03-19T02:58:33.169Z Compiling typeid v1.0.3
4942026-03-19T02:58:33.711Z Compiling pest_meta v2.8.6
4952026-03-19T02:58:33.715Z Compiling equivalent v1.0.2
4962026-03-19T02:58:33.715Z Compiling smallvec v1.15.1
4972026-03-19T02:58:33.739Z Compiling indexmap v2.13.0
4982026-03-19T02:58:33.888Z Compiling thread-id v4.2.2
4992026-03-19T02:58:33.969Z Compiling proc-macro-error-attr v1.0.4
5002026-03-19T02:58:34.000Z Compiling usdt-impl v0.5.0
5012026-03-19T02:58:34.023Z Compiling winnow v0.7.14
5022026-03-19T02:58:34.200Z Compiling erased-serde v0.4.9
5032026-03-19T02:58:34.268Z Compiling syn v1.0.109
5042026-03-19T02:58:34.549Z Compiling toml_write v0.1.2
5052026-03-19T02:58:34.880Z Compiling proc-macro-error v1.0.4
5062026-03-19T02:58:34.956Z Compiling camino v1.2.2
5072026-03-19T02:58:35.110Z Compiling plain v0.2.3
5082026-03-19T02:58:35.283Z Compiling getrandom v0.4.1
5092026-03-19T02:58:35.355Z Compiling log v0.4.29
5102026-03-19T02:58:35.597Z Compiling thiserror v2.0.18
5112026-03-19T02:58:35.675Z Compiling percent-encoding v2.3.2
5122026-03-19T02:58:35.678Z Compiling utf8parse v0.2.2
5132026-03-19T02:58:35.724Z Compiling utf8_iter v1.0.4
5142026-03-19T02:58:35.846Z Compiling anstyle-parse v0.2.7
5152026-03-19T02:58:35.916Z Compiling form_urlencoded v1.2.2
5162026-03-19T02:58:35.970Z Compiling ordered-float v2.10.1
5172026-03-19T02:58:36.213Z Compiling synstructure v0.13.2
5182026-03-19T02:58:36.236Z Compiling pest_generator v2.8.6
5192026-03-19T02:58:36.283Z Compiling terminal_size v0.4.3
5202026-03-19T02:58:36.480Z Compiling anstyle-query v1.1.5
5212026-03-19T02:58:37.015Z Compiling is_terminal_polyfill v1.70.2
5222026-03-19T02:58:37.040Z Compiling colorchoice v1.0.4
5232026-03-19T02:58:37.040Z Compiling cfg-if v1.0.4
5242026-03-19T02:58:37.041Z Compiling anstyle v1.0.13
5252026-03-19T02:58:37.041Z Compiling pretty-hex v0.4.1
5262026-03-19T02:58:37.041Z Compiling serde-untagged v0.1.9
5272026-03-19T02:58:37.041Z Compiling anstream v0.6.21
5282026-03-19T02:58:37.088Z Compiling semver v1.0.27
5292026-03-19T02:58:37.152Z Compiling fs-err v3.3.0
5302026-03-19T02:58:37.582Z Compiling clap_lex v1.0.0
5312026-03-19T02:58:37.587Z Compiling heck v0.4.1
5322026-03-19T02:58:37.587Z Compiling anyhow v1.0.102
5332026-03-19T02:58:37.587Z Compiling heck v0.5.0
5342026-03-19T02:58:37.588Z Compiling unicode-width v0.1.14
5352026-03-19T02:58:37.588Z Compiling bytecount v0.6.9
5362026-03-19T02:58:37.695Z Compiling fastrand v2.3.0
5372026-03-19T02:58:37.801Z Compiling unicode-xid v0.2.6
5382026-03-19T02:58:37.830Z Compiling fnv v1.0.7
5392026-03-19T02:58:37.868Z Compiling once_cell v1.21.3
5402026-03-19T02:58:37.962Z Compiling strsim v0.11.1
5412026-03-19T02:58:37.969Z Compiling papergrid v0.11.0
5422026-03-19T02:58:38.144Z Compiling tempfile v3.25.0
5432026-03-19T02:58:38.353Z Compiling clap_builder v4.5.60
5442026-03-19T02:58:38.378Z Compiling memmap v0.7.0
5452026-03-19T02:58:38.456Z Compiling unicode-linebreak v0.1.5
5462026-03-19T02:58:38.630Z Compiling smawk v0.3.2
5472026-03-19T02:58:38.695Z Compiling unicode-width v0.2.0
5482026-03-19T02:58:38.824Z Compiling serde_derive v1.0.228
5492026-03-19T02:58:38.835Z Compiling zerofrom-derive v0.1.6
5502026-03-19T02:58:38.835Z Compiling yoke-derive v0.8.1
5512026-03-19T02:58:39.057Z Compiling zerovec-derive v0.11.2
5522026-03-19T02:58:39.541Z Compiling displaydoc v0.2.5
5532026-03-19T02:58:40.030Z Compiling thiserror-impl v1.0.69
5542026-03-19T02:58:40.101Z Compiling zerocopy-derive v0.7.35
5552026-03-19T02:58:40.374Z Compiling pest_derive v2.8.6
5562026-03-19T02:58:40.530Z Compiling scroll_derive v0.12.1
5572026-03-19T02:58:40.719Z Compiling zerofrom v0.1.6
5582026-03-19T02:58:40.890Z Compiling yoke v0.8.1
5592026-03-19T02:58:40.920Z Compiling thiserror-impl v2.0.18
5602026-03-19T02:58:41.137Z Compiling zerovec v0.11.5
5612026-03-19T02:58:41.251Z Compiling zerotrie v0.2.3
5622026-03-19T02:58:41.390Z Compiling zerocopy v0.7.35
5632026-03-19T02:58:41.648Z Compiling scroll v0.12.0
5642026-03-19T02:58:41.839Z Compiling tinystr v0.8.2
5652026-03-19T02:58:41.862Z Compiling potential_utf v0.1.4
5662026-03-19T02:58:42.003Z Compiling dtrace-parser v0.2.0
5672026-03-19T02:58:42.080Z Compiling icu_locale_core v2.1.1
5682026-03-19T02:58:42.109Z Compiling icu_collections v2.1.1
5692026-03-19T02:58:42.184Z Compiling goblin v0.8.2
5702026-03-19T02:58:42.664Z Compiling tabled_derive v0.7.0
5712026-03-19T02:58:42.766Z Compiling clap_derive v4.5.55
5722026-03-19T02:58:42.849Z Compiling textwrap v0.16.2
5732026-03-19T02:58:43.067Z Compiling icu_provider v2.1.1
5742026-03-19T02:58:43.392Z Compiling camino-tempfile v1.4.1
5752026-03-19T02:58:43.520Z Compiling serde_spanned v0.6.9
5762026-03-19T02:58:43.545Z Compiling toml_datetime v0.6.11
5772026-03-19T02:58:43.569Z Compiling icu_normalizer v2.1.1
5782026-03-19T02:58:43.595Z Compiling icu_properties v2.1.2
5792026-03-19T02:58:43.707Z Compiling dof v0.3.0
5802026-03-19T02:58:44.131Z Compiling serde_tokenstream v0.2.3
5812026-03-19T02:58:44.541Z Compiling toml_edit v0.22.27
5822026-03-19T02:58:44.541Z Compiling serde-value v0.7.0
5832026-03-19T02:58:44.544Z Compiling cargo-platform v0.2.0
5842026-03-19T02:58:44.544Z Compiling tabled v0.15.0
5852026-03-19T02:58:44.544Z Compiling macaddr v1.0.1
5862026-03-19T02:58:45.001Z Compiling idna_adapter v1.2.1
5872026-03-19T02:58:45.081Z Compiling usdt-macro v0.5.0
5882026-03-19T02:58:45.134Z Compiling usdt-attr-macro v0.5.0
5892026-03-19T02:58:45.252Z Compiling idna v1.1.0
5902026-03-19T02:58:45.270Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-03-19T02:58:45.270Z Compiling clap v4.5.60
5922026-03-19T02:58:45.312Z Compiling swrite v0.1.0
5932026-03-19T02:58:45.553Z Compiling url v2.5.8
5942026-03-19T02:58:45.878Z Compiling toml v0.8.23
5952026-03-19T02:58:46.410Z Compiling cargo-util-schemas v0.8.2
5962026-03-19T02:58:46.520Z Compiling usdt v0.5.0
5972026-03-19T02:58:46.559Z Compiling cargo_toml v0.21.0
5982026-03-19T02:58:47.648Z Compiling cargo_metadata v0.21.0
5992026-03-19T02:58:48.977Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-03-19T02:58:51.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
6012026-03-19T02:58:52.104Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-03-19T02:58:52.835Z Downloading crates ...
6032026-03-19T02:58:52.991Z Downloaded bcrypt-pbkdf v0.10.0
6042026-03-19T02:58:53.002Z Downloaded ciborium v0.2.2
6052026-03-19T02:58:53.002Z Downloaded cbc v0.1.2
6062026-03-19T02:58:53.003Z Downloaded bit-vec v0.6.3
6072026-03-19T02:58:53.003Z Downloaded critical-section v1.2.0
6082026-03-19T02:58:53.003Z Downloaded chacha20 v0.9.1
6092026-03-19T02:58:53.003Z Downloaded defmt v0.3.100
6102026-03-19T02:58:53.003Z Downloaded darling v0.21.3
6112026-03-19T02:58:53.003Z Downloaded funty v2.0.0
6122026-03-19T02:58:53.003Z Downloaded cmake v0.1.57
6132026-03-19T02:58:53.003Z Downloaded ena v0.14.4
6142026-03-19T02:58:53.003Z Downloaded foreign-types-macros v0.2.3
6152026-03-19T02:58:53.003Z Downloaded des v0.8.1
6162026-03-19T02:58:53.003Z Downloaded arc-swap v1.8.2
6172026-03-19T02:58:53.060Z Downloaded aes-gcm v0.10.3
6182026-03-19T02:58:53.513Z Downloaded backon v1.6.0
6192026-03-19T02:58:53.534Z Downloaded drift v0.1.3
6202026-03-19T02:58:53.534Z Downloaded dsl_auto_type v0.2.0
6212026-03-19T02:58:53.534Z Downloaded curve25519-dalek-derive v0.1.1
6222026-03-19T02:58:53.534Z Downloaded dirs-next v2.0.0
6232026-03-19T02:58:53.534Z Downloaded base16ct v0.2.0
6242026-03-19T02:58:53.534Z Downloaded aho-corasick v1.1.4
6252026-03-19T02:58:53.534Z Downloaded crossbeam-epoch v0.9.18
6262026-03-19T02:58:53.534Z Downloaded fixedbitset v0.4.2
6272026-03-19T02:58:53.534Z Downloaded diesel_table_macro_syntax v0.3.0
6282026-03-19T02:58:53.534Z Downloaded darling_macro v0.20.11
6292026-03-19T02:58:53.534Z Downloaded filetime v0.2.27
6302026-03-19T02:58:53.534Z Downloaded daft-derive v0.1.5
6312026-03-19T02:58:53.534Z Downloaded embedded-io v0.4.0
6322026-03-19T02:58:53.534Z Downloaded dropshot-api-manager-types v0.6.0
6332026-03-19T02:58:53.534Z Downloaded crucible-workspace-hack v0.1.0
6342026-03-19T02:58:53.534Z Downloaded crc-catalog v2.4.0
6352026-03-19T02:58:53.535Z Downloaded cobs v0.3.0
6362026-03-19T02:58:53.535Z Downloaded fd-lock v4.0.4
6372026-03-19T02:58:53.535Z Downloaded deranged v0.5.8
6382026-03-19T02:58:53.535Z Downloaded bit-set v0.5.3
6392026-03-19T02:58:53.535Z Downloaded env_logger v0.11.9
6402026-03-19T02:58:53.535Z Downloaded darling_core v0.23.0
6412026-03-19T02:58:53.535Z Downloaded cargo_metadata v0.19.2
6422026-03-19T02:58:53.535Z Downloaded argon2 v0.5.3
6432026-03-19T02:58:53.535Z Downloaded bzip2 v0.4.4
6442026-03-19T02:58:53.535Z Downloaded base64 v0.22.1
6452026-03-19T02:58:53.535Z Downloaded backoff v0.4.0
6462026-03-19T02:58:53.535Z Downloaded flagset v0.4.7
6472026-03-19T02:58:53.535Z Downloaded endian-type v0.1.2
6482026-03-19T02:58:53.535Z Downloaded arrayvec v0.7.6
6492026-03-19T02:58:53.535Z Downloaded dyn-clone v1.0.20
6502026-03-19T02:58:53.535Z Downloaded defmt-parser v1.0.0
6512026-03-19T02:58:53.535Z Downloaded fixedbitset v0.5.7
6522026-03-19T02:58:53.535Z Downloaded find-msvc-tools v0.1.9
6532026-03-19T02:58:53.535Z Downloaded ed25519 v2.2.3
6542026-03-19T02:58:53.535Z Downloaded dunce v1.0.5
6552026-03-19T02:58:53.535Z Downloaded dirs-sys-next v0.1.2
6562026-03-19T02:58:53.535Z Downloaded cstr-argument v0.1.2
6572026-03-19T02:58:53.535Z Downloaded derive-ex v0.1.8
6582026-03-19T02:58:53.535Z Downloaded blake3 v1.8.3
6592026-03-19T02:58:53.535Z Downloaded async-recursion v1.1.1
6602026-03-19T02:58:53.535Z Downloaded foreign-types-shared v0.3.1
6612026-03-19T02:58:53.535Z Downloaded flate2 v1.1.9
6622026-03-19T02:58:53.536Z Downloaded async-trait v0.1.89
6632026-03-19T02:58:53.536Z Downloaded futures-channel v0.3.32
6642026-03-19T02:58:53.536Z Downloaded diesel_derives v2.3.7
6652026-03-19T02:58:53.536Z Downloaded crc8 v0.1.1
6662026-03-19T02:58:53.536Z Downloaded cpufeatures v0.3.0
6672026-03-19T02:58:53.536Z Downloaded colored v3.1.1
6682026-03-19T02:58:53.536Z Downloaded git2 v0.20.4
6692026-03-19T02:58:53.536Z Downloaded cassowary v0.3.0
6702026-03-19T02:58:53.536Z Downloaded debug-ignore v1.0.5
6712026-03-19T02:58:53.536Z Downloaded const_format_proc_macros v0.2.34
6722026-03-19T02:58:53.536Z Downloaded highway v1.3.0
6732026-03-19T02:58:53.536Z Downloaded ff v0.13.1
6742026-03-19T02:58:53.536Z Downloaded console v0.16.2
6752026-03-19T02:58:53.536Z Downloaded futures-core v0.3.32
6762026-03-19T02:58:53.536Z Downloaded fs-err v2.11.0
6772026-03-19T02:58:53.536Z Downloaded foreign-types-shared v0.1.1
6782026-03-19T02:58:53.536Z Downloaded fatfs v0.3.6
6792026-03-19T02:58:53.536Z Downloaded foreign-types v0.3.2
6802026-03-19T02:58:53.536Z Downloaded env_filter v1.0.0
6812026-03-19T02:58:53.536Z Downloaded dtrace-parser v0.3.0
6822026-03-19T02:58:53.536Z Downloaded display-error-chain v0.2.2
6832026-03-19T02:58:53.536Z Downloaded derive_builder_macro v0.20.2
6842026-03-19T02:58:53.536Z Downloaded der_derive v0.7.3
6852026-03-19T02:58:53.536Z Downloaded float-ord v0.3.2
6862026-03-19T02:58:53.536Z Downloaded dof v0.4.0
6872026-03-19T02:58:53.537Z Downloaded ed25519-dalek v2.2.0
6882026-03-19T02:58:53.537Z Downloaded darling_core v0.20.11
6892026-03-19T02:58:53.537Z Downloaded futures-macro v0.3.32
6902026-03-19T02:58:53.537Z Downloaded derive_builder_core v0.20.2
6912026-03-19T02:58:53.537Z Downloaded diesel-dtrace v0.5.0
6922026-03-19T02:58:53.537Z Downloaded ciborium-io v0.2.2
6932026-03-19T02:58:53.537Z Downloaded gethostname v0.5.0
6942026-03-19T02:58:53.537Z Downloaded cargo_toml v0.22.3
6952026-03-19T02:58:53.537Z Downloaded cancel-safe-futures v0.1.5
6962026-03-19T02:58:53.537Z Downloaded futures-task v0.3.32
6972026-03-19T02:58:53.537Z Downloaded foreign-types v0.5.0
6982026-03-19T02:58:53.537Z Downloaded csv-core v0.1.13
6992026-03-19T02:58:53.537Z Downloaded derive_more v0.99.20
7002026-03-19T02:58:53.537Z Downloaded data-encoding v2.10.0
7012026-03-19T02:58:53.537Z Downloaded ascii-canvas v3.0.0
7022026-03-19T02:58:53.537Z Downloaded ctr v0.9.2
7032026-03-19T02:58:53.537Z Downloaded fs_extra v1.3.0
7042026-03-19T02:58:53.537Z Downloaded bumpalo v3.20.2
7052026-03-19T02:58:53.537Z Downloaded bitflags v1.3.2
7062026-03-19T02:58:53.537Z Downloaded futures-executor v0.3.32
7072026-03-19T02:58:53.537Z Downloaded fallible-iterator v0.2.0
7082026-03-19T02:58:53.537Z Downloaded getrandom v0.2.17
7092026-03-19T02:58:53.537Z Downloaded bstr v1.12.1
7102026-03-19T02:58:53.537Z Downloaded daft v0.1.5
7112026-03-19T02:58:53.537Z Downloaded git-stub-vcs v0.1.0
7122026-03-19T02:58:53.537Z Downloaded crossbeam-utils v0.8.21
7132026-03-19T02:58:53.537Z Downloaded chacha20poly1305 v0.10.1
7142026-03-19T02:58:53.537Z Downloaded globwalk v0.9.1
7152026-03-19T02:58:53.537Z Downloaded http-body-util v0.1.3
7162026-03-19T02:58:53.538Z Downloaded ecdsa v0.16.9
7172026-03-19T02:58:53.538Z Downloaded indexmap v1.9.3
7182026-03-19T02:58:53.538Z Downloaded hostname v0.3.1
7192026-03-19T02:58:53.558Z Downloaded hex v0.4.3
7202026-03-19T02:58:53.558Z Downloaded dropshot_endpoint v0.16.7
7212026-03-19T02:58:53.558Z Downloaded humantime v2.3.0
7222026-03-19T02:58:53.558Z Downloaded hubpack_derive v0.1.1
7232026-03-19T02:58:53.558Z Downloaded hyper-staticfile v0.10.1
7242026-03-19T02:58:53.558Z Downloaded half v1.8.3
7252026-03-19T02:58:53.558Z Downloaded ghash v0.5.1
7262026-03-19T02:58:53.558Z Downloaded elliptic-curve v0.13.8
7272026-03-19T02:58:53.559Z Downloaded linked-hash-map v0.5.6
7282026-03-19T02:58:53.560Z Downloaded ignore v0.4.25
7292026-03-19T02:58:53.560Z Downloaded lazy_static v1.5.0
7302026-03-19T02:58:53.560Z Downloaded ipnetwork v0.21.1
7312026-03-19T02:58:53.560Z Downloaded derive_more v2.1.1
7322026-03-19T02:58:53.560Z Downloaded chrono-tz v0.10.4
7332026-03-19T02:58:53.560Z Downloaded headers v0.4.1
7342026-03-19T02:58:53.561Z Downloaded jobserver v0.1.34
7352026-03-19T02:58:53.561Z Downloaded crossterm v0.29.0
7362026-03-19T02:58:53.561Z Downloaded lzss v0.8.2
7372026-03-19T02:58:53.561Z Downloaded http v1.4.0
7382026-03-19T02:58:53.561Z Downloaded indicatif v0.18.4
7392026-03-19T02:58:53.561Z Downloaded headers-core v0.3.0
7402026-03-19T02:58:53.561Z Downloaded hash32 v0.2.1
7412026-03-19T02:58:53.561Z Downloaded hickory-server v0.25.2
7422026-03-19T02:58:53.561Z Downloaded hashbrown v0.13.2
7432026-03-19T02:58:53.561Z Downloaded hex-literal v0.4.1
7442026-03-19T02:58:53.562Z Downloaded hostname v0.4.2
7452026-03-19T02:58:53.562Z Downloaded lru v0.12.5
7462026-03-19T02:58:53.562Z Downloaded expectorate v1.2.0
7472026-03-19T02:58:53.562Z Downloaded der v0.7.10
7482026-03-19T02:58:53.562Z Downloaded group v0.13.0
7492026-03-19T02:58:53.562Z Downloaded http-body v1.0.1
7502026-03-19T02:58:53.562Z Downloaded darling_core v0.21.3
7512026-03-19T02:58:53.562Z Downloaded hyper v1.8.1
7522026-03-19T02:58:53.562Z Downloaded impl-trait-for-tuples v0.2.3
7532026-03-19T02:58:53.562Z Downloaded crypto-bigint v0.5.5
7542026-03-19T02:58:53.562Z Downloaded lru-cache v0.1.2
7552026-03-19T02:58:53.562Z Downloaded md5 v0.7.0
7562026-03-19T02:58:53.562Z Downloaded libscf-sys v1.1.0
7572026-03-19T02:58:53.562Z Downloaded instability v0.3.11
7582026-03-19T02:58:53.563Z Downloaded ingot-types v0.1.2
7592026-03-19T02:58:53.563Z Downloaded hickory-client v0.25.2
7602026-03-19T02:58:53.563Z Downloaded kstat-rs v0.2.4
7612026-03-19T02:58:53.563Z Downloaded keccak v0.1.6
7622026-03-19T02:58:53.563Z Downloaded crossbeam-channel v0.5.15
7632026-03-19T02:58:53.563Z Downloaded bitvec v1.0.1
7642026-03-19T02:58:53.563Z Downloaded match_cfg v0.1.0
7652026-03-19T02:58:53.563Z Downloaded hmac v0.12.1
7662026-03-19T02:58:53.563Z Downloaded clang-sys v1.8.1
7672026-03-19T02:58:53.563Z Downloaded libefi-sys v0.1.0
7682026-03-19T02:58:53.563Z Downloaded maplit v1.0.2
7692026-03-19T02:58:53.563Z Downloaded is-terminal v0.4.17
7702026-03-19T02:58:53.563Z Downloaded heapless v0.7.17
7712026-03-19T02:58:53.563Z Downloaded nibble_vec v0.1.0
7722026-03-19T02:58:53.563Z Downloaded maybe-uninit v2.0.0
7732026-03-19T02:58:53.563Z Downloaded newtype_derive v0.1.6
7742026-03-19T02:58:53.563Z Downloaded ipnet v2.11.0
7752026-03-19T02:58:53.563Z Downloaded indoc v2.0.7
7762026-03-19T02:58:53.563Z Downloaded num v0.4.3
7772026-03-19T02:58:53.563Z Downloaded nonempty v0.12.0
7782026-03-19T02:58:53.563Z Downloaded multimap v0.10.1
7792026-03-19T02:58:53.563Z Downloaded linear-map v1.2.0
7802026-03-19T02:58:53.563Z Downloaded nom v7.1.3
7812026-03-19T02:58:53.563Z Downloaded ingot-macros v0.1.1
7822026-03-19T02:58:53.563Z Downloaded lock_api v0.4.14
7832026-03-19T02:58:53.563Z Downloaded mime_guess v2.0.5
7842026-03-19T02:58:53.563Z Downloaded nanorand v0.7.0
7852026-03-19T02:58:53.564Z Downloaded bit-set v0.8.0
7862026-03-19T02:58:53.564Z Downloaded base64ct v1.8.3
7872026-03-19T02:58:53.564Z Downloaded adler2 v2.0.1
7882026-03-19T02:58:53.564Z Downloaded multer v3.1.0
7892026-03-19T02:58:53.564Z Downloaded hickory-resolver v0.25.2
7902026-03-19T02:58:53.564Z Downloaded num-integer v0.1.46
7912026-03-19T02:58:53.564Z Downloaded litrs v1.0.0
7922026-03-19T02:58:53.564Z Downloaded hashbrown v0.12.3
7932026-03-19T02:58:53.564Z Downloaded async-stream v0.3.6
7942026-03-19T02:58:53.564Z Downloaded num-bigint v0.4.6
7952026-03-19T02:58:53.564Z Downloaded colored v2.2.0
7962026-03-19T02:58:53.564Z Downloaded miniz_oxide v0.8.9
7972026-03-19T02:58:53.564Z Downloaded block-padding v0.3.3
7982026-03-19T02:58:53.564Z Downloaded normalize-line-endings v0.3.0
7992026-03-19T02:58:53.564Z Downloaded buf-list v1.1.2
8002026-03-19T02:58:53.564Z Downloaded minimal-lexical v0.2.1
8012026-03-19T02:58:53.564Z Downloaded aes v0.8.4
8022026-03-19T02:58:53.578Z Downloaded nodrop v0.1.14
8032026-03-19T02:58:53.578Z Downloaded itertools v0.10.5
8042026-03-19T02:58:53.578Z Downloaded cipher v0.4.4
8052026-03-19T02:58:53.578Z Downloaded nu-ansi-term v0.50.3
8062026-03-19T02:58:53.578Z Downloaded corncobs v0.1.4
8072026-03-19T02:58:53.579Z Downloaded bytes v1.11.1
8082026-03-19T02:58:53.579Z Downloaded itertools v0.12.1
8092026-03-19T02:58:53.579Z Downloaded bitfield-macros v0.19.4
8102026-03-19T02:58:53.579Z Downloaded mio v1.1.1
8112026-03-19T02:58:53.579Z Downloaded oxide-tokio-rt v0.1.3
8122026-03-19T02:58:53.591Z Downloaded ar_archive_writer v0.5.1
8132026-03-19T02:58:53.591Z Downloaded num_enum v0.5.11
8142026-03-19T02:58:53.591Z Downloaded num-derive v0.3.3
8152026-03-19T02:58:53.592Z Downloaded console v0.15.11
8162026-03-19T02:58:53.592Z Downloaded parse-display v0.10.0
8172026-03-19T02:58:53.592Z Downloaded goblin v0.10.5
8182026-03-19T02:58:53.620Z Downloaded paste v1.0.15
8192026-03-19T02:58:53.621Z Downloaded assert_matches v1.5.0
8202026-03-19T02:58:53.621Z Downloaded futures-util v0.3.32
8212026-03-19T02:58:53.637Z Downloaded openssl-macros v0.1.1
8222026-03-19T02:58:53.637Z Downloaded opaque-debug v0.3.1
8232026-03-19T02:58:53.637Z Downloaded libm v0.2.16
8242026-03-19T02:58:53.637Z Downloaded pem-rfc7468 v0.7.0
8252026-03-19T02:58:53.638Z Downloaded peg v0.8.5
8262026-03-19T02:58:53.638Z Downloaded crc32fast v1.5.0
8272026-03-19T02:58:53.638Z Downloaded libxml v0.3.3
8282026-03-19T02:58:53.638Z Downloaded hkdf v0.12.4
8292026-03-19T02:58:53.638Z Downloaded httpdate v1.0.3
8302026-03-19T02:58:53.638Z Downloaded owo-colors v4.3.0
8312026-03-19T02:58:53.660Z Downloaded csv v1.4.0
8322026-03-19T02:58:53.668Z Downloaded pkcs1 v0.7.5
8332026-03-19T02:58:53.668Z Downloaded pbkdf2 v0.12.2
8342026-03-19T02:58:53.668Z Downloaded pbkdf2 v0.11.0
8352026-03-19T02:58:53.668Z Downloaded num-iter v0.1.45
8362026-03-19T02:58:53.668Z Downloaded password-hash v0.5.0
8372026-03-19T02:58:53.668Z Downloaded packed_struct v0.10.1
8382026-03-19T02:58:53.668Z Downloaded num-bigint-dig v0.8.6
8392026-03-19T02:58:53.688Z Downloaded peg-runtime v0.8.5
8402026-03-19T02:58:53.688Z Downloaded convert_case v0.4.0
8412026-03-19T02:58:53.688Z Downloaded peg-macros v0.8.5
8422026-03-19T02:58:53.688Z Downloaded parking_lot v0.11.2
8432026-03-19T02:58:53.688Z Downloaded lalrpop-util v0.19.12
8442026-03-19T02:58:53.688Z Downloaded moka v0.12.13
8452026-03-19T02:58:53.701Z Downloaded crc-any v2.5.0
8462026-03-19T02:58:53.702Z Downloaded cfg_aliases v0.1.1
8472026-03-19T02:58:53.702Z Downloaded poly1305 v0.8.0
8482026-03-19T02:58:53.702Z Downloaded openssl-probe v0.1.6
8492026-03-19T02:58:53.702Z Downloaded num-complex v0.4.6
8502026-03-19T02:58:53.702Z Downloaded cargo-platform v0.1.9
8512026-03-19T02:58:53.702Z Downloaded hash32 v0.3.1
8522026-03-19T02:58:53.703Z Downloaded array-init v0.0.4
8532026-03-19T02:58:53.703Z Downloaded internet-checksum v0.2.1
8542026-03-19T02:58:53.703Z Downloaded num_threads v0.1.7
8552026-03-19T02:58:53.703Z Downloaded httparse v1.10.1
8562026-03-19T02:58:53.703Z Downloaded const-oid v0.9.6
8572026-03-19T02:58:53.703Z Downloaded bcs v0.1.6
8582026-03-19T02:58:53.718Z Downloaded base16ct v1.0.0
8592026-03-19T02:58:53.718Z Downloaded atomicwrites v0.4.4
8602026-03-19T02:58:53.719Z Downloaded chacha20 v0.10.0
8612026-03-19T02:58:53.719Z Downloaded atomic-waker v1.1.2
8622026-03-19T02:58:53.719Z Downloaded num-rational v0.4.2
8632026-03-19T02:58:53.719Z Downloaded password-hash v0.4.2
8642026-03-19T02:58:53.719Z Downloaded indent_write v2.2.0
8652026-03-19T02:58:53.719Z Downloaded hyper-rustls v0.27.7
8662026-03-19T02:58:53.732Z Downloaded nix v0.28.0
8672026-03-19T02:58:53.732Z Downloaded postcard v1.1.3
8682026-03-19T02:58:53.761Z Downloaded libsw-core v0.3.2
8692026-03-19T02:58:53.761Z Downloaded bit-vec v0.8.0
8702026-03-19T02:58:53.761Z Downloaded pkg-config v0.3.32
8712026-03-19T02:58:53.777Z Downloaded progenitor-client v0.11.2
8722026-03-19T02:58:53.777Z Downloaded powerfmt v0.2.0
8732026-03-19T02:58:53.777Z Downloaded phf v0.13.1
8742026-03-19T02:58:53.777Z Downloaded papergrid v0.17.0
8752026-03-19T02:58:53.777Z Downloaded pkcs5 v0.7.1
8762026-03-19T02:58:53.777Z Downloaded nix v0.29.0
8772026-03-19T02:58:53.777Z Downloaded hickory-proto v0.24.4
8782026-03-19T02:58:53.800Z Downloaded progenitor-macro v0.11.2
8792026-03-19T02:58:53.800Z Downloaded proc-macro-error2 v2.0.1
8802026-03-19T02:58:53.800Z Downloaded progenitor-impl v0.10.0
8812026-03-19T02:58:53.800Z Downloaded pin-project v1.1.11
8822026-03-19T02:58:53.824Z Downloaded quick-error v1.2.3
8832026-03-19T02:58:53.825Z Downloaded portable-atomic v1.13.1
8842026-03-19T02:58:53.825Z Downloaded memoffset v0.9.1
8852026-03-19T02:58:53.825Z Downloaded newline-converter v0.3.0
8862026-03-19T02:58:53.825Z Downloaded memmap2 v0.9.10
8872026-03-19T02:58:53.825Z Downloaded object v0.30.4
8882026-03-19T02:58:53.825Z Downloaded progenitor-impl v0.13.0
8892026-03-19T02:58:53.825Z Downloaded prettyplease v0.2.37
8902026-03-19T02:58:53.825Z Downloaded nix v0.31.1
8912026-03-19T02:58:53.840Z Downloaded num_enum v0.7.5
8922026-03-19T02:58:53.840Z Downloaded libsw v3.5.0
8932026-03-19T02:58:53.840Z Downloaded chrono v0.4.44
8942026-03-19T02:58:53.841Z Downloaded openssl-sys v0.9.111
8952026-03-19T02:58:53.847Z Downloaded oxnet v0.1.4
8962026-03-19T02:58:53.847Z Downloaded nix v0.27.1
8972026-03-19T02:58:53.847Z Downloaded publicsuffix v2.3.0
8982026-03-19T02:58:53.862Z Downloaded parking_lot v0.12.5
8992026-03-19T02:58:53.862Z Downloaded iddqd v0.3.17
9002026-03-19T02:58:53.872Z Downloaded predicates v3.1.4
9012026-03-19T02:58:53.872Z Downloaded ppv-lite86 v0.2.21
9022026-03-19T02:58:53.872Z Downloaded hyper-util v0.1.20
9032026-03-19T02:58:53.872Z Downloaded predicates-core v1.0.10
9042026-03-19T02:58:53.872Z Downloaded petname v2.0.2
9052026-03-19T02:58:53.886Z Downloaded predicates-tree v1.0.13
9062026-03-19T02:58:53.886Z Downloaded openssl v0.10.75
9072026-03-19T02:58:53.886Z Downloaded object v0.37.3
9082026-03-19T02:58:53.899Z Downloaded oso v0.27.3
9092026-03-19T02:58:53.908Z Downloaded recursive-proc-macro-impl v0.1.1
9102026-03-19T02:58:53.908Z Downloaded openapiv3 v2.2.0
9112026-03-19T02:58:53.908Z Downloaded parking_lot_core v0.8.6
9122026-03-19T02:58:53.917Z Downloaded itertools v0.14.0
9132026-03-19T02:58:53.917Z Downloaded proc-macro-crate v1.3.1
9142026-03-19T02:58:53.918Z Downloaded rfc6979 v0.4.0
9152026-03-19T02:58:53.925Z Downloaded encoding_rs v0.8.35
9162026-03-19T02:58:53.947Z Downloaded ref-cast-impl v1.0.25
9172026-03-19T02:58:53.960Z Downloaded ref-cast v1.0.25
9182026-03-19T02:58:53.960Z Downloaded primeorder v0.13.6
9192026-03-19T02:58:53.960Z Downloaded phf_shared v0.12.1
9202026-03-19T02:58:53.960Z Downloaded p256 v0.13.2
9212026-03-19T02:58:53.960Z Downloaded pem v3.0.6
9222026-03-19T02:58:53.969Z Downloaded rtoolbox v0.0.3
9232026-03-19T02:58:53.977Z Downloaded quinn v0.11.9
9242026-03-19T02:58:53.989Z Downloaded rand v0.9.2
9252026-03-19T02:58:53.989Z Downloaded rand v0.10.0
9262026-03-19T02:58:53.989Z Downloaded progenitor-macro v0.10.0
9272026-03-19T02:58:53.989Z Downloaded polyval v0.6.2
9282026-03-19T02:58:53.989Z Downloaded rayon v1.11.0
9292026-03-19T02:58:53.999Z Downloaded progenitor-client v0.10.0
9302026-03-19T02:58:53.999Z Downloaded proc-macro-error-attr2 v2.0.0
9312026-03-19T02:58:53.999Z Downloaded psl-types v2.0.11
9322026-03-19T02:58:54.012Z Downloaded pin-project-lite v0.2.17
9332026-03-19T02:58:54.012Z Downloaded radix_trie v0.2.1
9342026-03-19T02:58:54.012Z Downloaded rsa v0.9.10
9352026-03-19T02:58:54.033Z Downloaded progenitor v0.11.2
9362026-03-19T02:58:54.033Z Downloaded path-slash v0.1.5
9372026-03-19T02:58:54.033Z Downloaded resolv-conf v0.7.6
9382026-03-19T02:58:54.055Z Downloaded petgraph v0.8.3
9392026-03-19T02:58:54.082Z Downloaded rustls-pki-types v1.14.0
9402026-03-19T02:58:54.082Z Downloaded progenitor-impl v0.11.2
9412026-03-19T02:58:54.120Z Downloaded prefix-trie v0.7.0
9422026-03-19T02:58:54.120Z Downloaded postgres-types v0.2.12
9432026-03-19T02:58:54.120Z Downloaded rand_seeder v0.4.0
9442026-03-19T02:58:54.120Z Downloaded rustls-platform-verifier v0.6.2
9452026-03-19T02:58:54.121Z Downloaded hickory-proto v0.25.2
9462026-03-19T02:58:54.121Z Downloaded rustls v0.22.4
9472026-03-19T02:58:54.121Z Downloaded rustix v0.38.44
9482026-03-19T02:58:54.143Z Downloaded reqwest v0.12.28
9492026-03-19T02:58:54.144Z Downloaded rayon-core v1.13.0
9502026-03-19T02:58:54.144Z Downloaded quinn-udp v0.5.14
9512026-03-19T02:58:54.156Z Downloaded proptest v1.10.0
9522026-03-19T02:58:54.157Z Downloaded reedline v0.40.0
9532026-03-19T02:58:54.157Z Downloaded regex-syntax v0.6.29
9542026-03-19T02:58:54.172Z Downloaded ring v0.17.14
9552026-03-19T02:58:54.186Z Downloaded sapling-renderdag v0.1.0
9562026-03-19T02:58:54.193Z Downloaded same-file v1.0.6
9572026-03-19T02:58:54.193Z Downloaded salsa20 v0.10.2
9582026-03-19T02:58:54.193Z Downloaded schemars_derive v0.8.22
9592026-03-19T02:58:54.194Z Downloaded libloading v0.8.9
9602026-03-19T02:58:54.194Z Downloaded float-cmp v0.10.0
9612026-03-19T02:58:54.209Z Downloaded scrypt v0.11.0
9622026-03-19T02:58:54.209Z Downloaded rustversion v1.0.22
9632026-03-19T02:58:54.209Z Downloaded polar-core v0.27.3
9642026-03-19T02:58:54.216Z Downloaded scopeguard v1.2.0
9652026-03-19T02:58:54.216Z Downloaded downcast-rs v2.0.2
9662026-03-19T02:58:54.216Z Downloaded serde_yaml v0.9.34+deprecated
9672026-03-19T02:58:54.217Z Downloaded rustc_version v0.1.7
9682026-03-19T02:58:54.218Z Downloaded scroll_derive v0.13.1
9692026-03-19T02:58:54.222Z Downloaded rustls-native-certs v0.8.3
9702026-03-19T02:58:54.737Z Downloaded foldhash v0.1.5
9712026-03-19T02:58:54.765Z Downloaded rustc-hash v2.1.1
9722026-03-19T02:58:54.765Z Downloaded lzma-sys v0.1.20
9732026-03-19T02:58:54.765Z Downloaded sec1 v0.7.3
9742026-03-19T02:58:54.765Z Downloaded crossterm v0.28.1
9752026-03-19T02:58:54.765Z Downloaded rand_core v0.10.0
9762026-03-19T02:58:54.765Z Downloaded rustyline v14.0.0
9772026-03-19T02:58:54.765Z Downloaded enum-as-inner v0.6.1
9782026-03-19T02:58:54.765Z Downloaded sct v0.7.1
9792026-03-19T02:58:54.765Z Downloaded diff v0.1.13
9802026-03-19T02:58:54.765Z Downloaded secrecy v0.10.3
9812026-03-19T02:58:54.765Z Downloaded rustls-pemfile v1.0.4
9822026-03-19T02:58:54.765Z Downloaded rand_chacha v0.3.1
9832026-03-19T02:58:54.765Z Downloaded regex v1.12.3
9842026-03-19T02:58:54.765Z Downloaded rustls-pemfile v2.2.0
9852026-03-19T02:58:54.765Z Downloaded scheduled-thread-pool v0.2.7
9862026-03-19T02:58:54.765Z Downloaded rpassword v7.4.0
9872026-03-19T02:58:54.765Z Downloaded samael v0.0.19
9882026-03-19T02:58:54.765Z Downloaded seq-macro v0.3.6
9892026-03-19T02:58:54.765Z Downloaded inout v0.1.4
9902026-03-19T02:58:54.765Z Downloaded schemars v1.2.1
9912026-03-19T02:58:54.765Z Downloaded serde_path_to_error v0.1.20
9922026-03-19T02:58:54.766Z Downloaded serde-big-array v0.5.1
9932026-03-19T02:58:54.766Z Downloaded rustls-webpki v0.103.9
9942026-03-19T02:58:54.767Z Downloaded ryu v1.0.23
9952026-03-19T02:58:54.767Z Downloaded either v1.15.0
9962026-03-19T02:58:54.767Z Downloaded darling v0.20.11
9972026-03-19T02:58:54.767Z Downloaded regress v0.10.5
9982026-03-19T02:58:54.767Z Downloaded rustls v0.21.12
9992026-03-19T02:58:54.767Z Downloaded schemars v0.8.22
10002026-03-19T02:58:54.767Z Downloaded serde-hex v0.1.0
10012026-03-19T02:58:54.767Z Downloaded salty v0.3.0
10022026-03-19T02:58:54.767Z Downloaded siphasher v1.0.2
10032026-03-19T02:58:54.767Z Downloaded signal-hook-tokio v0.3.1
10042026-03-19T02:58:54.767Z Downloaded sha1 v0.10.6
10052026-03-19T02:58:54.767Z Downloaded serde_bytes v0.11.19
10062026-03-19T02:58:54.767Z Downloaded scroll v0.13.0
10072026-03-19T02:58:54.767Z Downloaded simd-adler32 v0.3.8
10082026-03-19T02:58:54.767Z Downloaded signal-hook-mio v0.2.5
10092026-03-19T02:58:54.767Z Downloaded semver v0.1.20
10102026-03-19T02:58:54.767Z Downloaded serde_cbor v0.11.2
10112026-03-19T02:58:54.767Z Downloaded bitfield v0.19.4
10122026-03-19T02:58:54.767Z Downloaded http-range v0.1.5
10132026-03-19T02:58:54.767Z Downloaded hubpack v0.1.2
10142026-03-19T02:58:54.767Z Downloaded home v0.5.12
10152026-03-19T02:58:54.767Z Downloaded darling_macro v0.21.3
10162026-03-19T02:58:54.767Z Downloaded rustls v0.23.37
10172026-03-19T02:58:54.767Z Downloaded crunchy v0.2.4
10182026-03-19T02:58:54.767Z Downloaded ingot v0.1.1
10192026-03-19T02:58:54.767Z Downloaded smf v0.2.3
10202026-03-19T02:58:54.767Z Downloaded embedded-io v0.6.1
10212026-03-19T02:58:54.767Z Downloaded native-tls v0.2.18
10222026-03-19T02:58:54.767Z Downloaded defmt-macros v1.0.1
10232026-03-19T02:58:54.767Z Downloaded phf_shared v0.11.3
10242026-03-19T02:58:54.767Z Downloaded stacker v0.1.23
10252026-03-19T02:58:54.768Z Downloaded glob v0.3.3
10262026-03-19T02:58:54.768Z Downloaded difflib v0.4.0
10272026-03-19T02:58:54.768Z Downloaded derive_builder v0.20.2
10282026-03-19T02:58:54.768Z Downloaded iana-time-zone v0.1.65
10292026-03-19T02:58:54.768Z Downloaded psm v0.1.30
10302026-03-19T02:58:54.768Z Downloaded erased-serde v0.3.31
10312026-03-19T02:58:54.768Z Downloaded derive-where v1.6.0
10322026-03-19T02:58:54.768Z Downloaded slog v2.8.2
10332026-03-19T02:58:54.768Z Downloaded foldhash v0.2.0
10342026-03-19T02:58:54.768Z Downloaded getrandom v0.3.4
10352026-03-19T02:58:54.768Z Downloaded document-features v0.2.12
10362026-03-19T02:58:54.768Z Downloaded darling v0.23.0
10372026-03-19T02:58:54.768Z Downloaded socket2 v0.6.2
10382026-03-19T02:58:54.768Z Downloaded sqlparser_derive v0.5.0
10392026-03-19T02:58:54.768Z Downloaded strum v0.26.3
10402026-03-19T02:58:54.768Z Downloaded snafu-derive v0.8.9
10412026-03-19T02:58:54.768Z Downloaded flume v0.11.1
10422026-03-19T02:58:54.768Z Downloaded strum v0.27.2
10432026-03-19T02:58:54.768Z Downloaded stringprep v0.1.5
10442026-03-19T02:58:54.768Z Downloaded derive_more-impl v2.1.1
10452026-03-19T02:58:54.768Z Downloaded futures-io v0.3.32
10462026-03-19T02:58:54.768Z Downloaded socket2 v0.5.10
10472026-03-19T02:58:54.768Z Downloaded blowfish v0.9.1
10482026-03-19T02:58:54.768Z Downloaded bindgen v0.71.1
10492026-03-19T02:58:54.768Z Downloaded hashbrown v0.15.5
10502026-03-19T02:58:54.768Z Downloaded serde_with v3.17.0
10512026-03-19T02:58:54.768Z Downloaded git-stub v1.0.0
10522026-03-19T02:58:54.768Z Downloaded aead v0.5.2
10532026-03-19T02:58:54.768Z Downloaded test-strategy v0.4.5
10542026-03-19T02:58:54.768Z Downloaded time-core v0.1.8
10552026-03-19T02:58:54.768Z Downloaded take_mut v0.2.2
10562026-03-19T02:58:54.768Z Downloaded bb8 v0.8.6
10572026-03-19T02:58:54.768Z Downloaded atty v0.2.14
10582026-03-19T02:58:54.768Z Downloaded convert_case v0.10.0
10592026-03-19T02:58:54.768Z Downloaded futures-sink v0.3.32
10602026-03-19T02:58:54.768Z Downloaded bzip2 v0.6.1
10612026-03-19T02:58:54.769Z Downloaded base64 v0.21.7
10622026-03-19T02:58:54.769Z Downloaded tinyvec_macros v0.1.1
10632026-03-19T02:58:54.769Z Downloaded newtype-uuid-macros v0.1.0
10642026-03-19T02:58:54.769Z Downloaded async-stream-impl v0.3.6
10652026-03-19T02:58:54.769Z Downloaded async-bb8-diesel v0.2.1
10662026-03-19T02:58:54.769Z Downloaded curve25519-dalek v4.1.3
10672026-03-19T02:58:54.769Z Downloaded time-macros v0.2.27
10682026-03-19T02:58:54.769Z Downloaded ahash v0.8.12
10692026-03-19T02:58:54.769Z Downloaded serde_repr v0.1.20
10702026-03-19T02:58:54.769Z Downloaded cookie_store v0.22.1
10712026-03-19T02:58:54.797Z Downloaded ciborium-ll v0.2.2
10722026-03-19T02:58:54.797Z Downloaded bitfield-struct v0.6.2
10732026-03-19T02:58:54.797Z Downloaded compact_str v0.8.1
10742026-03-19T02:58:54.797Z Downloaded oso-derive v0.27.3
10752026-03-19T02:58:54.798Z Downloaded futures v0.3.32
10762026-03-19T02:58:54.798Z Downloaded crc v3.4.0
10772026-03-19T02:58:54.798Z Downloaded arrayref v0.3.9
10782026-03-19T02:58:54.798Z Downloaded num_enum_derive v0.7.5
10792026-03-19T02:58:54.798Z Downloaded serde_urlencoded v0.7.1
10802026-03-19T02:58:54.798Z Downloaded tokio-stream v0.1.18
10812026-03-19T02:58:54.798Z Downloaded sled v0.34.7
10822026-03-19T02:58:54.798Z Downloaded shlex v1.3.0
10832026-03-19T02:58:54.798Z Downloaded russh-keys v0.45.0
10842026-03-19T02:58:54.798Z Downloaded signal-hook-registry v1.4.8
10852026-03-19T02:58:54.798Z Downloaded cfg_aliases v0.2.1
10862026-03-19T02:58:54.798Z Downloaded new_debug_unreachable v1.0.6
10872026-03-19T02:58:54.798Z Downloaded dropshot-api-manager v0.6.0
10882026-03-19T02:58:54.798Z Downloaded num-conv v0.2.0
10892026-03-19T02:58:54.798Z Downloaded defmt v1.0.1
10902026-03-19T02:58:54.798Z Downloaded castaway v0.2.4
10912026-03-19T02:58:54.798Z Downloaded camino-tempfile-ext v0.3.3
10922026-03-19T02:58:54.798Z Downloaded signature v2.2.0
10932026-03-19T02:58:54.798Z Downloaded spki v0.7.3
10942026-03-19T02:58:54.798Z Downloaded tokio-rustls v0.24.1
10952026-03-19T02:58:54.798Z Downloaded cookie v0.18.1
10962026-03-19T02:58:54.798Z Downloaded tap v1.0.1
10972026-03-19T02:58:54.799Z Downloaded strum_macros v0.26.4
10982026-03-19T02:58:54.799Z Downloaded cc v1.2.56
10992026-03-19T02:58:54.799Z Downloaded slog-json v2.6.1
11002026-03-19T02:58:54.799Z Downloaded libgit2-sys v0.18.3+1.9.2
11012026-03-19T02:58:54.799Z Downloaded tokio-tungstenite v0.23.1
11022026-03-19T02:58:54.799Z Downloaded instant v0.1.13
11032026-03-19T02:58:54.799Z Downloaded diesel v2.3.7
11042026-03-19T02:58:54.799Z Downloaded topological-sort v0.2.2
11052026-03-19T02:58:54.799Z Downloaded toml_writer v1.0.6+spec-1.1.0
11062026-03-19T02:58:54.799Z Downloaded thread-id v5.1.0
11072026-03-19T02:58:54.799Z Downloaded termios v0.3.3
11082026-03-19T02:58:54.799Z Downloaded support-bundle-viewer v0.1.2
11092026-03-19T02:58:54.799Z Downloaded sigpipe v0.1.3
11102026-03-19T02:58:54.799Z Downloaded termtree v0.5.1
11112026-03-19T02:58:54.799Z Downloaded toml v0.7.8
11122026-03-19T02:58:54.799Z Downloaded supports-color v3.0.2
11132026-03-19T02:58:54.799Z Downloaded slog-async v2.8.0
11142026-03-19T02:58:54.799Z Downloaded ident_case v1.0.1
11152026-03-19T02:58:54.799Z Downloaded p521 v0.13.3
11162026-03-19T02:58:54.816Z Downloaded thiserror-no-std v2.0.2
11172026-03-19T02:58:54.816Z Downloaded sqlformat v0.3.5
11182026-03-19T02:58:54.816Z Downloaded progenitor-macro v0.13.0
11192026-03-19T02:58:54.816Z Downloaded phf_shared v0.13.1
11202026-03-19T02:58:54.816Z Downloaded tokio-native-tls v0.3.1
11212026-03-19T02:58:54.816Z Downloaded num-derive v0.4.2
11222026-03-19T02:58:54.816Z Downloaded managed v0.8.0
11232026-03-19T02:58:54.816Z Downloaded hyper-tls v0.6.0
11242026-03-19T02:58:54.816Z Downloaded cexpr v0.6.0
11252026-03-19T02:58:54.816Z Downloaded blake2 v0.10.6
11262026-03-19T02:58:54.816Z Downloaded thiserror-impl-no-std v2.0.2
11272026-03-19T02:58:54.816Z Downloaded tabwriter v1.4.1
11282026-03-19T02:58:54.816Z Downloaded parse-size v1.1.0
11292026-03-19T02:58:54.816Z Downloaded is_ci v1.2.0
11302026-03-19T02:58:54.816Z Downloaded fxhash v0.2.1
11312026-03-19T02:58:54.816Z Downloaded term v0.7.0
11322026-03-19T02:58:54.817Z Downloaded newtype-uuid v1.3.2
11332026-03-19T02:58:54.817Z Downloaded tracing-attributes v0.1.31
11342026-03-19T02:58:54.817Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-03-19T02:58:54.824Z Downloaded tls_codec v0.4.2
11362026-03-19T02:58:54.824Z Downloaded phf v0.12.1
11372026-03-19T02:58:54.824Z Downloaded rcgen v0.12.1
11382026-03-19T02:58:54.824Z Downloaded proc-macro-crate v3.4.0
11392026-03-19T02:58:54.824Z Downloaded pin-utils v0.1.0
11402026-03-19T02:58:54.824Z Downloaded jiff-static v0.2.21
11412026-03-19T02:58:54.825Z Downloaded crossbeam-deque v0.8.6
11422026-03-19T02:58:54.825Z Downloaded constant_time_eq v0.4.2
11432026-03-19T02:58:54.825Z Downloaded toml_edit v0.23.10+spec-1.0.0
11442026-03-19T02:58:54.831Z Downloaded mime v0.3.17
11452026-03-19T02:58:54.831Z Downloaded half v2.7.1
11462026-03-19T02:58:54.831Z Downloaded darling_macro v0.23.0
11472026-03-19T02:58:54.831Z Downloaded libbz2-rs-sys v0.2.2
11482026-03-19T02:58:54.831Z Downloaded tabled_derive v0.11.0
11492026-03-19T02:58:54.831Z Downloaded sync_wrapper v1.0.2
11502026-03-19T02:58:54.831Z Downloaded strum_macros v0.27.2
11512026-03-19T02:58:54.837Z Downloaded qorb v0.4.1
11522026-03-19T02:58:54.837Z Downloaded universal-hash v0.5.1
11532026-03-19T02:58:54.837Z Downloaded tokio-rustls v0.26.4
11542026-03-19T02:58:54.842Z Downloaded aws-lc-rs v1.16.0
11552026-03-19T02:58:54.846Z Downloaded radium v0.7.0
11562026-03-19T02:58:54.853Z Downloaded num_enum_derive v0.5.11
11572026-03-19T02:58:54.853Z Downloaded rand_core v0.9.5
11582026-03-19T02:58:54.853Z Downloaded sha3 v0.10.8
11592026-03-19T02:58:54.865Z Downloaded tungstenite v0.21.0
11602026-03-19T02:58:54.865Z Downloaded trait-variant v0.1.2
11612026-03-19T02:58:54.865Z Downloaded parse-display-derive v0.10.0
11622026-03-19T02:58:54.865Z Downloaded parking_lot_core v0.9.12
11632026-03-19T02:58:54.878Z Downloaded hickory-resolver v0.24.4
11642026-03-19T02:58:54.879Z Downloaded tower-service v0.3.3
11652026-03-19T02:58:54.879Z Downloaded try-lock v0.2.5
11662026-03-19T02:58:54.879Z Downloaded strip-ansi-escapes v0.2.1
11672026-03-19T02:58:54.879Z Downloaded md-5 v0.10.6
11682026-03-19T02:58:54.879Z Downloaded toml_edit v0.19.15
11692026-03-19T02:58:54.889Z Downloaded vergen-lib v0.1.6
11702026-03-19T02:58:54.890Z Downloaded usdt-attr-macro v0.6.0
11712026-03-19T02:58:54.890Z Downloaded time v0.3.47
11722026-03-19T02:58:54.899Z Downloaded unit-prefix v0.5.2
11732026-03-19T02:58:54.899Z Downloaded ssh-cipher v0.2.0
11742026-03-19T02:58:54.899Z Downloaded rand_chacha v0.9.0
11752026-03-19T02:58:54.899Z Downloaded openssl-probe v0.2.1
11762026-03-19T02:58:54.899Z Downloaded string_cache v0.8.9
11772026-03-19T02:58:54.911Z Downloaded slab v0.4.12
11782026-03-19T02:58:54.911Z Downloaded serde_derive_internals v0.29.1
11792026-03-19T02:58:54.911Z Downloaded rusty-fork v0.3.1
11802026-03-19T02:58:54.911Z Downloaded tokio-macros v2.6.0
11812026-03-19T02:58:54.911Z Downloaded untrusted v0.7.1
11822026-03-19T02:58:54.911Z Downloaded tls_codec_derive v0.4.2
11832026-03-19T02:58:54.911Z Downloaded rand v0.8.5
11842026-03-19T02:58:54.919Z Downloaded heapless v0.8.0
11852026-03-19T02:58:54.919Z Downloaded usdt-macro v0.6.0
11862026-03-19T02:58:54.919Z Downloaded pkcs8 v0.10.2
11872026-03-19T02:58:54.919Z Downloaded tui-tree-widget v0.23.1
11882026-03-19T02:58:54.919Z Downloaded rustc_version v0.4.1
11892026-03-19T02:58:54.919Z Downloaded waitgroup v0.1.2
11902026-03-19T02:58:54.919Z Downloaded tungstenite v0.23.0
11912026-03-19T02:58:54.929Z Downloaded typify-macro v0.4.3
11922026-03-19T02:58:54.929Z Downloaded twox-hash v2.1.2
11932026-03-19T02:58:54.929Z Downloaded tokio-postgres v0.7.16
11942026-03-19T02:58:54.929Z Downloaded vergen-gitcl v1.0.8
11952026-03-19T02:58:54.929Z Downloaded postgres-protocol v0.6.10
11962026-03-19T02:58:54.938Z Downloaded omicron-zone-package v0.12.2
11972026-03-19T02:58:54.940Z Downloaded recursive v0.1.1
11982026-03-19T02:58:54.940Z Downloaded itertools v0.13.0
11992026-03-19T02:58:54.951Z Downloaded xattr v1.6.1
12002026-03-19T02:58:54.951Z Downloaded wyz v0.5.1
12012026-03-19T02:58:54.951Z Downloaded schemars v0.9.0
12022026-03-19T02:58:54.960Z Downloaded zone v0.3.1
12032026-03-19T02:58:54.961Z Downloaded tracing-core v0.1.36
12042026-03-19T02:58:54.961Z Downloaded pretty_assertions v1.4.1
12052026-03-19T02:58:54.961Z Downloaded tough v0.20.0
12062026-03-19T02:58:54.970Z Downloaded zone_cfg_derive v0.3.1
12072026-03-19T02:58:54.971Z Downloaded zip v0.6.6
12082026-03-19T02:58:54.971Z Downloaded olpc-cjson v0.1.4
12092026-03-19T02:58:54.971Z Downloaded vergen-git2 v1.0.7
12102026-03-19T02:58:54.971Z Downloaded usdt-impl v0.6.0
12112026-03-19T02:58:54.980Z Downloaded wait-timeout v0.2.1
12122026-03-19T02:58:54.981Z Downloaded zeroize v1.8.2
12132026-03-19T02:58:54.981Z Downloaded vergen v9.0.6
12142026-03-19T02:58:54.981Z Downloaded progenitor v0.13.0
12152026-03-19T02:58:54.981Z Downloaded globset v0.4.18
12162026-03-19T02:58:54.981Z Downloaded vsss-rs v3.3.4
12172026-03-19T02:58:54.981Z Downloaded yasna v0.5.2
12182026-03-19T02:58:54.988Z Downloaded rand_core v0.6.4
12192026-03-19T02:58:54.988Z Downloaded packed_struct_codegen v0.10.1
12202026-03-19T02:58:54.988Z Downloaded iri-string v0.7.10
12212026-03-19T02:58:54.988Z Downloaded zstd v0.13.3
12222026-03-19T02:58:54.998Z Downloaded tabled v0.20.0
12232026-03-19T02:58:55.002Z Downloaded xshell v0.2.7
12242026-03-19T02:58:55.002Z Downloaded russh-cryptovec v0.7.3
12252026-03-19T02:58:55.010Z Downloaded xz2 v0.1.7
12262026-03-19T02:58:55.010Z Downloaded snafu v0.8.9
12272026-03-19T02:58:55.014Z Downloaded unicode_categories v0.1.1
12282026-03-19T02:58:55.014Z Downloaded slog-scope v4.4.1
12292026-03-19T02:58:55.014Z Downloaded secrecy v0.8.0
12302026-03-19T02:58:55.015Z Downloaded progenitor v0.10.0
12312026-03-19T02:58:55.015Z Downloaded tower v0.5.3
12322026-03-19T02:58:55.025Z Downloaded zerocopy-derive v0.8.40
12332026-03-19T02:58:55.031Z Downloaded ssh-key v0.6.7
12342026-03-19T02:58:55.037Z Downloaded reqwest v0.13.2
12352026-03-19T02:58:55.041Z Downloaded x509-cert v0.2.5
12362026-03-19T02:58:55.041Z Downloaded unicode-normalization v0.1.25
12372026-03-19T02:58:55.046Z Downloaded subtle v2.6.1
12382026-03-19T02:58:55.046Z Downloaded quick-xml v0.37.5
12392026-03-19T02:58:55.054Z Downloaded dropshot v0.16.7
12402026-03-19T02:58:55.064Z Downloaded typify-impl v0.4.3
12412026-03-19T02:58:55.074Z Downloaded serde_spanned v1.0.4
12422026-03-19T02:58:55.077Z Downloaded r2d2 v0.8.10
12432026-03-19T02:58:55.077Z Downloaded allocator-api2 v0.2.21
12442026-03-19T02:58:55.080Z Downloaded unicode-bidi v0.3.18
12452026-03-19T02:58:55.087Z Downloaded unsafe-libyaml v0.2.11
12462026-03-19T02:58:55.090Z Downloaded ratatui v0.29.0
12472026-03-19T02:58:55.098Z Downloaded tiny-keccak v2.0.2
12482026-03-19T02:58:55.101Z Downloaded rustls-webpki v0.102.8
12492026-03-19T02:58:55.120Z Downloaded zip v4.6.1
12502026-03-19T02:58:55.124Z Downloaded tower-layer v0.3.3
12512026-03-19T02:58:55.124Z Downloaded ssh-encoding v0.2.0
12522026-03-19T02:58:55.124Z Downloaded ron v0.8.1
12532026-03-19T02:58:55.124Z Downloaded russh v0.45.0
12542026-03-19T02:58:55.127Z Downloaded thread_local v1.1.9
12552026-03-19T02:58:55.130Z Downloaded tower-http v0.6.8
12562026-03-19T02:58:55.133Z Downloaded usdt v0.6.0
12572026-03-19T02:58:55.136Z Downloaded p384 v0.13.1
12582026-03-19T02:58:55.139Z Downloaded steno v0.4.1
12592026-03-19T02:58:55.141Z Downloaded tokio-dtrace v0.1.1
12602026-03-19T02:58:55.144Z Downloaded structmeta v0.3.0
12612026-03-19T02:58:55.144Z Downloaded tokio-tungstenite v0.21.0
12622026-03-19T02:58:55.144Z Downloaded xshell-macros v0.2.7
12632026-03-19T02:58:55.148Z Downloaded slog-dtrace v0.3.0
12642026-03-19T02:58:55.148Z Downloaded precomputed-hash v0.1.1
12652026-03-19T02:58:55.148Z Downloaded libz-sys v1.1.24
12662026-03-19T02:58:55.162Z Downloaded walkdir v2.5.0
12672026-03-19T02:58:55.165Z Downloaded ron v0.12.0
12682026-03-19T02:58:55.169Z Downloaded unicode-segmentation v1.12.0
12692026-03-19T02:58:55.174Z Downloaded unarray v0.1.4
12702026-03-19T02:58:55.177Z Downloaded typify-impl v0.6.1
12712026-03-19T02:58:55.184Z Downloaded zstd-safe v7.2.4
12722026-03-19T02:58:55.193Z Downloaded want v0.3.1
12732026-03-19T02:58:55.193Z Downloaded unicode-properties v0.1.4
12742026-03-19T02:58:55.196Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12752026-03-19T02:58:55.196Z Downloaded tokio-rustls v0.25.0
12762026-03-19T02:58:55.196Z Downloaded tinyvec v1.10.0
12772026-03-19T02:58:55.196Z Downloaded h2 v0.4.13
12782026-03-19T02:58:55.196Z Downloaded zerocopy v0.8.40
12792026-03-19T02:58:55.206Z Downloaded rand_xorshift v0.4.0
12802026-03-19T02:58:55.209Z Downloaded yansi v1.0.1
12812026-03-19T02:58:55.209Z Downloaded typify v0.6.1
12822026-03-19T02:58:55.209Z Downloaded unicode-truncate v1.1.0
12832026-03-19T02:58:55.213Z Downloaded serde_with_macros v3.17.0
12842026-03-19T02:58:55.213Z Downloaded typify-macro v0.6.1
12852026-03-19T02:58:55.213Z Downloaded slog-envlogger v2.2.0
12862026-03-19T02:58:55.217Z Downloaded static_assertions v1.1.0
12872026-03-19T02:58:55.217Z Downloaded smoltcp v0.11.0
12882026-03-19T02:58:55.223Z Downloaded vte v0.14.1
12892026-03-19T02:58:55.226Z Downloaded strum_macros v0.24.3
12902026-03-19T02:58:55.227Z Downloaded slog-stdlog v4.1.1
12912026-03-19T02:58:55.230Z Downloaded lalrpop v0.19.12
12922026-03-19T02:58:55.235Z Downloaded tagptr v0.2.0
12932026-03-19T02:58:55.238Z Downloaded utf-8 v0.7.6
12942026-03-19T02:58:55.238Z Downloaded similar v2.7.0
12952026-03-19T02:58:55.242Z Downloaded shell-words v1.1.1
12962026-03-19T02:58:55.242Z Downloaded indoc v1.0.9
12972026-03-19T02:58:55.245Z Downloaded progenitor-extras v0.1.1
12982026-03-19T02:58:55.245Z Downloaded tar v0.4.44
12992026-03-19T02:58:55.250Z Downloaded toml v0.9.12+spec-1.1.0
13002026-03-19T02:58:55.254Z Downloaded smoltcp v0.9.1
13012026-03-19T02:58:55.258Z Downloaded uuid v1.21.0
13022026-03-19T02:58:55.261Z Downloaded slog-bunyan v2.5.0
13032026-03-19T02:58:55.261Z Downloaded rustls-webpki v0.101.7
13042026-03-19T02:58:55.270Z Downloaded zeroize_derive v1.4.3
13052026-03-19T02:58:55.273Z Downloaded term v1.2.1
13062026-03-19T02:58:55.273Z Downloaded uzers v0.12.2
13072026-03-19T02:58:55.276Z Downloaded zerocopy v0.6.6
13082026-03-19T02:58:55.279Z Downloaded serde_plain v1.0.2
13092026-03-19T02:58:55.279Z Downloaded structmeta-derive v0.3.0
13102026-03-19T02:58:55.279Z Downloaded quinn-proto v0.11.13
13112026-03-19T02:58:55.284Z Downloaded webpki-roots v1.0.6
13122026-03-19T02:58:55.288Z Downloaded progenitor-client v0.13.0
13132026-03-19T02:58:55.288Z Downloaded pin-project-internal v1.1.11
13142026-03-19T02:58:55.291Z Downloaded const_format v0.2.35
13152026-03-19T02:58:55.291Z Downloaded lru-slab v0.1.2
13162026-03-19T02:58:55.297Z Downloaded jiff v0.2.21
13172026-03-19T02:58:55.305Z Downloaded void v1.0.2
13182026-03-19T02:58:55.309Z Downloaded smallvec v0.6.14
13192026-03-19T02:58:55.309Z Downloaded subprocess v0.2.15
13202026-03-19T02:58:55.315Z Downloaded slog-term v2.9.2
13212026-03-19T02:58:55.315Z Downloaded untrusted v0.9.0
13222026-03-19T02:58:55.315Z Downloaded tokio-util v0.7.18
13232026-03-19T02:58:55.319Z Downloaded signal-hook v0.3.18
13242026-03-19T02:58:55.328Z Downloaded vcpkg v0.2.15
13252026-03-19T02:58:55.359Z Downloaded winnow v0.6.26
13262026-03-19T02:58:55.363Z Downloaded zopfli v0.8.3
13272026-03-19T02:58:55.366Z Downloaded spin v0.9.8
13282026-03-19T02:58:55.370Z Downloaded unicase v2.9.0
13292026-03-19T02:58:55.370Z Downloaded whoami v2.1.0
13302026-03-19T02:58:55.370Z Downloaded typify v0.4.3
13312026-03-19T02:58:55.373Z Downloaded testing_table v0.3.0
13322026-03-19T02:58:55.373Z Downloaded sync-ptr v0.1.4
13332026-03-19T02:58:55.376Z Downloaded zlib-rs v0.6.2
13342026-03-19T02:58:55.379Z Downloaded winnow v0.5.40
13352026-03-19T02:58:55.385Z Downloaded typed-path v0.9.3
13362026-03-19T02:58:55.389Z Downloaded whoami v1.6.1
13372026-03-19T02:58:55.416Z Downloaded tracing v0.1.44
13382026-03-19T02:58:55.432Z Downloaded sqlparser v0.61.0
13392026-03-19T02:58:55.439Z Downloaded bzip2-sys v0.1.13+1.0.8
13402026-03-19T02:58:55.507Z Downloaded regex-syntax v0.8.10
13412026-03-19T02:58:55.537Z Downloaded zerocopy-derive v0.6.6
13422026-03-19T02:58:55.551Z Downloaded regex-automata v0.4.14
13432026-03-19T02:58:55.554Z Downloaded petgraph v0.6.5
13442026-03-19T02:58:55.563Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13452026-03-19T02:58:55.598Z Downloaded tokio v1.49.0
13462026-03-19T02:58:56.025Z Downloaded aws-lc-sys v0.37.1
13472026-03-19T02:58:56.357Z Compiling libc v0.2.180
13482026-03-19T02:58:56.357Z Compiling serde v1.0.228
13492026-03-19T02:58:56.359Z Compiling log v0.4.29
13502026-03-19T02:58:56.359Z Compiling find-msvc-tools v0.1.9
13512026-03-19T02:58:56.360Z Compiling shlex v1.3.0
13522026-03-19T02:58:56.506Z Compiling smallvec v1.15.1
13532026-03-19T02:58:56.518Z Compiling syn v2.0.117
13542026-03-19T02:58:56.527Z Compiling typenum v1.19.0
13552026-03-19T02:58:56.749Z Compiling generic-array v0.14.7
13562026-03-19T02:58:56.799Z Compiling subtle v2.6.1
13572026-03-19T02:58:56.823Z Compiling scopeguard v1.2.0
13582026-03-19T02:58:56.883Z Compiling portable-atomic v1.13.1
13592026-03-19T02:58:56.921Z Compiling const-oid v0.9.6
13602026-03-19T02:58:56.953Z Compiling lock_api v0.4.14
13612026-03-19T02:58:57.028Z Compiling critical-section v1.2.0
13622026-03-19T02:58:57.061Z Compiling zerocopy v0.8.40
13632026-03-19T02:58:57.161Z Compiling pin-project-lite v0.2.17
13642026-03-19T02:58:57.256Z Compiling serde_json v1.0.149
13652026-03-19T02:58:57.284Z Compiling parking_lot_core v0.9.12
13662026-03-19T02:58:57.606Z Compiling pkg-config v0.3.32
13672026-03-19T02:58:57.625Z Compiling bitflags v2.11.0
13682026-03-19T02:58:57.738Z Compiling getrandom v0.2.17
13692026-03-19T02:58:57.848Z Compiling jobserver v0.1.34
13702026-03-19T02:58:57.950Z Compiling rand_core v0.6.4
13712026-03-19T02:58:57.996Z Compiling errno v0.3.14
13722026-03-19T02:58:58.186Z Compiling cc v1.2.56
13732026-03-19T02:58:58.242Z Compiling once_cell v1.21.3
13742026-03-19T02:58:58.256Z Compiling signal-hook-registry v1.4.8
13752026-03-19T02:58:58.428Z Compiling parking_lot v0.12.5
13762026-03-19T02:58:58.469Z Compiling mio v1.1.1
13772026-03-19T02:58:58.516Z Compiling libm v0.2.16
13782026-03-19T02:58:58.665Z Compiling num-traits v0.2.19
13792026-03-19T02:58:58.679Z Compiling futures-core v0.3.32
13802026-03-19T02:58:58.896Z Compiling socket2 v0.6.2
13812026-03-19T02:58:58.947Z Compiling percent-encoding v2.3.2
13822026-03-19T02:58:59.116Z Compiling allocator-api2 v0.2.21
13832026-03-19T02:58:59.238Z Compiling foldhash v0.2.0
13842026-03-19T02:58:59.252Z Compiling futures-sink v0.3.32
13852026-03-19T02:58:59.272Z Compiling cpufeatures v0.2.17
13862026-03-19T02:58:59.386Z Compiling futures-channel v0.3.32
13872026-03-19T02:58:59.404Z Compiling futures-io v0.3.32
13882026-03-19T02:58:59.468Z Compiling slab v0.4.12
13892026-03-19T02:58:59.485Z Compiling futures-task v0.3.32
13902026-03-19T02:58:59.569Z Compiling hashbrown v0.16.1
13912026-03-19T02:58:59.588Z Compiling getrandom v0.4.1
13922026-03-19T02:58:59.660Z Compiling rand_core v0.10.0
13932026-03-19T02:58:59.668Z Compiling getrandom v0.3.4
13942026-03-19T02:58:59.702Z Compiling rustversion v1.0.22
13952026-03-19T02:58:59.854Z Compiling cmake v0.1.57
13962026-03-19T02:59:00.425Z Compiling indexmap v2.13.0
13972026-03-19T02:59:00.449Z Compiling form_urlencoded v1.2.2
13982026-03-19T02:59:00.557Z Compiling base64ct v1.8.3
13992026-03-19T02:59:00.619Z Compiling ident_case v1.0.1
14002026-03-19T02:59:00.660Z Compiling dunce v1.0.5
14012026-03-19T02:59:00.783Z Compiling synstructure v0.13.2
14022026-03-19T02:59:00.795Z Compiling fs_extra v1.3.0
14032026-03-19T02:59:00.923Z Compiling pem-rfc7468 v0.7.0
14042026-03-19T02:59:00.960Z Compiling flagset v0.4.7
14052026-03-19T02:59:01.132Z Compiling rand_core v0.9.5
14062026-03-19T02:59:01.161Z Compiling aws-lc-sys v0.37.1
14072026-03-19T02:59:01.166Z Compiling iana-time-zone v0.1.65
14082026-03-19T02:59:01.254Z Compiling rustix v1.1.3
14092026-03-19T02:59:01.274Z Compiling ring v0.17.14
14102026-03-19T02:59:01.351Z Compiling uuid v1.21.0
14112026-03-19T02:59:01.444Z Compiling rustc_version v0.4.1
14122026-03-19T02:59:01.486Z Compiling regex-syntax v0.8.10
14132026-03-19T02:59:01.652Z Compiling aws-lc-rs v1.16.0
14142026-03-19T02:59:01.891Z Compiling vcpkg v0.2.15
14152026-03-19T02:59:02.022Z Compiling tracing-core v0.1.36
14162026-03-19T02:59:02.290Z Compiling crossbeam-utils v0.8.21
14172026-03-19T02:59:02.684Z Compiling pest_generator v2.8.6
14182026-03-19T02:59:02.799Z Compiling serde_derive_internals v0.29.1
14192026-03-19T02:59:02.898Z Compiling openssl-sys v0.9.111
14202026-03-19T02:59:03.372Z Compiling serde_derive v1.0.228
14212026-03-19T02:59:03.625Z Compiling zeroize_derive v1.4.3
14222026-03-19T02:59:03.654Z Compiling zerofrom-derive v0.1.6
14232026-03-19T02:59:03.702Z Compiling yoke-derive v0.8.1
14242026-03-19T02:59:04.076Z Compiling zerocopy-derive v0.8.40
14252026-03-19T02:59:04.485Z Compiling zeroize v1.8.2
14262026-03-19T02:59:04.815Z Compiling zerovec-derive v0.11.2
14272026-03-19T02:59:05.289Z Compiling displaydoc v0.2.5
14282026-03-19T02:59:05.526Z Compiling crypto-common v0.1.7
14292026-03-19T02:59:05.561Z Compiling zerofrom v0.1.6
14302026-03-19T02:59:05.698Z Compiling yoke v0.8.1
14312026-03-19T02:59:05.715Z Compiling block-buffer v0.10.4
14322026-03-19T02:59:05.921Z Compiling digest v0.10.7
14332026-03-19T02:59:05.941Z Compiling tokio-macros v2.6.0
14342026-03-19T02:59:06.137Z Compiling futures-macro v0.3.32
14352026-03-19T02:59:06.242Z Compiling hmac v0.12.1
14362026-03-19T02:59:06.260Z Compiling zerotrie v0.2.3
14372026-03-19T02:59:06.292Z Compiling zerovec v0.11.5
14382026-03-19T02:59:06.442Z Compiling block-padding v0.3.3
14392026-03-19T02:59:06.648Z Compiling inout v0.1.4
14402026-03-19T02:59:06.671Z Compiling sha2 v0.10.9
14412026-03-19T02:59:06.916Z Compiling cipher v0.4.4
14422026-03-19T02:59:06.938Z Compiling der_derive v0.7.3
14432026-03-19T02:59:06.991Z Compiling tinystr v0.8.2
14442026-03-19T02:59:07.220Z Compiling icu_locale_core v2.1.1
14452026-03-19T02:59:07.238Z Compiling potential_utf v0.1.4
14462026-03-19T02:59:07.260Z Compiling futures-util v0.3.32
14472026-03-19T02:59:07.450Z Compiling icu_collections v2.1.1
14482026-03-19T02:59:08.089Z Compiling bytes v1.11.1
14492026-03-19T02:59:08.153Z Compiling icu_provider v2.1.1
14502026-03-19T02:59:08.190Z Compiling der v0.7.10
14512026-03-19T02:59:08.515Z Compiling icu_properties v2.1.2
14522026-03-19T02:59:08.577Z Compiling icu_normalizer v2.1.1
14532026-03-19T02:59:08.588Z Compiling chrono v0.4.44
14542026-03-19T02:59:08.943Z Compiling tokio v1.49.0
14552026-03-19T02:59:09.294Z Compiling http v1.4.0
14562026-03-19T02:59:09.880Z Compiling idna_adapter v1.2.1
14572026-03-19T02:59:10.053Z Compiling idna v1.1.0
14582026-03-19T02:59:10.072Z Compiling spki v0.7.3
14592026-03-19T02:59:10.332Z Compiling ppv-lite86 v0.2.21
14602026-03-19T02:59:10.434Z Compiling url v2.5.8
14612026-03-19T02:59:10.456Z Compiling salsa20 v0.10.2
14622026-03-19T02:59:10.508Z Compiling pbkdf2 v0.12.2
14632026-03-19T02:59:10.548Z Compiling thiserror-impl v2.0.18
14642026-03-19T02:59:10.649Z Compiling scrypt v0.11.0
14652026-03-19T02:59:10.655Z Compiling aes v0.8.4
14662026-03-19T02:59:10.778Z Compiling rand_chacha v0.9.0
14672026-03-19T02:59:10.919Z Compiling cbc v0.1.2
14682026-03-19T02:59:10.947Z Compiling rustls-pki-types v1.14.0
14692026-03-19T02:59:11.103Z Compiling tracing-attributes v0.1.31
14702026-03-19T02:59:11.485Z Compiling pkcs5 v0.7.1
14712026-03-19T02:59:11.548Z Compiling rand v0.9.2
14722026-03-19T02:59:11.652Z Compiling http-body v1.0.1
14732026-03-19T02:59:11.913Z Compiling untrusted v0.7.1
14742026-03-19T02:59:12.014Z Compiling untrusted v0.9.0
14752026-03-19T02:59:12.065Z Compiling httparse v1.10.1
14762026-03-19T02:59:12.121Z Compiling syn v1.0.109
14772026-03-19T02:59:12.166Z Compiling openssl-probe v0.2.1
14782026-03-19T02:59:12.323Z Compiling thiserror v2.0.18
14792026-03-19T02:59:12.386Z Compiling schemars v0.8.22
14802026-03-19T02:59:12.454Z Compiling base64 v0.22.1
14812026-03-19T02:59:12.575Z Compiling pkcs8 v0.10.2
14822026-03-19T02:59:12.594Z Compiling schemars_derive v0.8.22
14832026-03-19T02:59:12.675Z Compiling pest_derive v2.8.6
14842026-03-19T02:59:12.871Z Compiling scroll_derive v0.13.1
14852026-03-19T02:59:12.966Z Compiling tracing v0.1.44
14862026-03-19T02:59:13.215Z Compiling darling_core v0.20.11
14872026-03-19T02:59:13.355Z Compiling tower-layer v0.3.3
14882026-03-19T02:59:13.524Z Compiling tinyvec_macros v0.1.1
14892026-03-19T02:59:13.633Z Compiling try-lock v0.2.5
14902026-03-19T02:59:13.706Z Compiling tower-service v0.3.3
14912026-03-19T02:59:13.810Z Compiling rustls v0.23.37
14922026-03-19T02:59:13.834Z Compiling atomic-waker v1.1.2
14932026-03-19T02:59:13.959Z Compiling dyn-clone v1.0.20
14942026-03-19T02:59:14.017Z Compiling want v0.3.1
14952026-03-19T02:59:14.018Z Compiling scroll v0.13.0
14962026-03-19T02:59:14.130Z Compiling tokio-util v0.7.18
14972026-03-19T02:59:14.172Z Compiling tinyvec v1.10.0
14982026-03-19T02:59:15.032Z Compiling h2 v0.4.13
14992026-03-19T02:59:15.100Z Compiling ipnet v2.11.0
15002026-03-19T02:59:15.518Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-03-19T02:59:15.769Z Compiling spin v0.9.8
15022026-03-19T02:59:16.019Z Compiling aho-corasick v1.1.4
15032026-03-19T02:59:16.036Z Compiling powerfmt v0.2.0
15042026-03-19T02:59:16.151Z Compiling httpdate v1.0.3
15052026-03-19T02:59:16.376Z Compiling time-core v0.1.8
15062026-03-19T02:59:16.440Z Compiling crc32fast v1.5.0
15072026-03-19T02:59:16.488Z Compiling openssl v0.10.75
15082026-03-19T02:59:16.523Z Compiling darling_macro v0.20.11
15092026-03-19T02:59:16.787Z Compiling pin-utils v0.1.0
15102026-03-19T02:59:16.800Z Compiling foreign-types-shared v0.1.1
15112026-03-19T02:59:16.863Z Compiling num-conv v0.2.0
15122026-03-19T02:59:16.897Z Compiling foreign-types v0.3.2
15132026-03-19T02:59:16.996Z Compiling deranged v0.5.8
15142026-03-19T02:59:17.018Z Compiling tempfile v3.25.0
15152026-03-19T02:59:17.043Z Compiling time-macros v0.2.27
15162026-03-19T02:59:17.117Z Compiling darling v0.20.11
15172026-03-19T02:59:17.222Z Compiling regex-automata v0.4.14
15182026-03-19T02:59:18.398Z Compiling goblin v0.10.5
15192026-03-19T02:59:18.495Z Compiling openssl-macros v0.1.1
15202026-03-19T02:59:18.993Z Compiling thiserror-impl v1.0.69
15212026-03-19T02:59:19.116Z Compiling hyper v1.8.1
15222026-03-19T02:59:19.971Z Compiling wait-timeout v0.2.1
15232026-03-19T02:59:20.308Z Compiling usdt-impl v0.6.0
15242026-03-19T02:59:20.449Z Compiling bit-vec v0.8.0
15252026-03-19T02:59:20.563Z Compiling num_threads v0.1.7
15262026-03-19T02:59:20.678Z Compiling quick-error v1.2.3
15272026-03-19T02:59:20.697Z Compiling either v1.15.0
15282026-03-19T02:59:20.748Z Compiling siphasher v1.0.2
15292026-03-19T02:59:20.807Z Compiling native-tls v0.2.18
15302026-03-19T02:59:20.962Z Compiling simd-adler32 v0.3.8
15312026-03-19T02:59:20.998Z Compiling rusty-fork v0.3.1
15322026-03-19T02:59:21.086Z Compiling thiserror v1.0.69
15332026-03-19T02:59:21.209Z Compiling bit-set v0.8.0
15342026-03-19T02:59:21.246Z Compiling time v0.3.47
15352026-03-19T02:59:21.321Z Compiling hyper-util v0.1.20
15362026-03-19T02:59:21.465Z Compiling derive_builder_core v0.20.2
15372026-03-19T02:59:22.634Z Compiling dof v0.4.0
15382026-03-19T02:59:23.268Z Compiling unicode-normalization v0.1.25
15392026-03-19T02:59:23.477Z Compiling crossbeam-epoch v0.9.18
15402026-03-19T02:59:23.692Z Compiling dtrace-parser v0.3.0
15412026-03-19T02:59:23.884Z Compiling rustls-native-certs v0.8.3
15422026-03-19T02:59:23.921Z Compiling signature v2.2.0
15432026-03-19T02:59:24.145Z Compiling scroll_derive v0.12.1
15442026-03-19T02:59:24.257Z Compiling heapless v0.7.17
15452026-03-19T02:59:24.277Z Compiling rand_xorshift v0.4.0
15462026-03-19T02:59:24.465Z Compiling slog v2.8.2
15472026-03-19T02:59:24.485Z Compiling darling_core v0.21.3
15482026-03-19T02:59:24.560Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-03-19T02:59:24.692Z Compiling sync_wrapper v1.0.2
15502026-03-19T02:59:24.732Z Compiling thread-id v5.1.0
15512026-03-19T02:59:24.822Z Compiling cookie v0.18.1
15522026-03-19T02:59:24.839Z Compiling rayon-core v1.13.0
15532026-03-19T02:59:24.902Z Compiling anyhow v1.0.102
15542026-03-19T02:59:25.024Z Compiling signal-hook v0.3.18
15552026-03-19T02:59:25.043Z Compiling paste v1.0.15
15562026-03-19T02:59:25.061Z Compiling unarray v0.1.4
15572026-03-19T02:59:25.195Z Compiling unicode-bidi v0.3.18
15582026-03-19T02:59:25.233Z Compiling unicode-segmentation v1.12.0
15592026-03-19T02:59:25.286Z Compiling adler2 v2.0.1
15602026-03-19T02:59:25.380Z Compiling unicode-properties v0.1.4
15612026-03-19T02:59:25.452Z Compiling zstd-safe v7.2.4
15622026-03-19T02:59:25.646Z Compiling stringprep v0.1.5
15632026-03-19T02:59:25.654Z Compiling miniz_oxide v0.8.9
15642026-03-19T02:59:25.789Z Compiling proptest v1.10.0
15652026-03-19T02:59:25.999Z Compiling scroll v0.12.0
15662026-03-19T02:59:26.248Z Compiling tower v0.5.3
15672026-03-19T02:59:26.460Z Compiling crossbeam-deque v0.8.6
15682026-03-19T02:59:26.736Z Compiling derive_builder_macro v0.20.2
15692026-03-19T02:59:26.786Z Compiling ipnetwork v0.21.1
15702026-03-19T02:59:26.834Z Compiling http-body-util v0.1.3
15712026-03-19T02:59:26.865Z Compiling webpki-roots v1.0.6
15722026-03-19T02:59:26.981Z Compiling rand_chacha v0.3.1
15732026-03-19T02:59:27.018Z Compiling serde_spanned v0.6.9
15742026-03-19T02:59:27.156Z Compiling erased-serde v0.3.31
15752026-03-19T02:59:27.198Z Compiling serde_tokenstream v0.2.3
15762026-03-19T02:59:27.278Z Compiling toml_datetime v0.6.11
15772026-03-19T02:59:27.302Z Compiling md-5 v0.10.6
15782026-03-19T02:59:27.510Z Compiling zerocopy-derive v0.7.35
15792026-03-19T02:59:27.603Z Compiling curve25519-dalek v4.1.3
15802026-03-19T02:59:27.621Z Compiling vergen-lib v0.1.6
15812026-03-19T02:59:27.845Z Compiling num-integer v0.1.46
15822026-03-19T02:59:27.892Z Compiling hash32 v0.2.1
15832026-03-19T02:59:28.008Z Compiling ff v0.13.1
15842026-03-19T02:59:28.027Z Compiling memoffset v0.9.1
15852026-03-19T02:59:28.045Z Compiling darling_macro v0.21.3
15862026-03-19T02:59:28.145Z Compiling ryu v1.0.23
15872026-03-19T02:59:28.180Z Compiling iri-string v0.7.10
15882026-03-19T02:59:28.265Z Compiling litrs v1.0.0
15892026-03-19T02:59:28.330Z Compiling rustix v0.38.44
15902026-03-19T02:59:28.409Z Compiling cfg_aliases v0.2.1
15912026-03-19T02:59:28.504Z Compiling zlib-rs v0.6.2
15922026-03-19T02:59:28.692Z Compiling psl-types v2.0.11
15932026-03-19T02:59:28.726Z Compiling smoltcp v0.9.1
15942026-03-19T02:59:29.200Z Compiling fallible-iterator v0.2.0
15952026-03-19T02:59:29.203Z Compiling num-bigint-dig v0.8.6
15962026-03-19T02:59:29.203Z Compiling ref-cast v1.0.25
15972026-03-19T02:59:29.203Z Compiling base16ct v0.2.0
15982026-03-19T02:59:29.203Z Compiling postgres-protocol v0.6.10
15992026-03-19T02:59:29.207Z Compiling newtype-uuid v1.3.2
16002026-03-19T02:59:29.312Z Compiling sec1 v0.7.3
16012026-03-19T02:59:29.483Z Compiling document-features v0.2.12
16022026-03-19T02:59:29.647Z Compiling publicsuffix v2.3.0
16032026-03-19T02:59:29.795Z Compiling zerocopy v0.7.35
16042026-03-19T02:59:29.864Z Compiling tower-http v0.6.8
16052026-03-19T02:59:29.925Z Compiling darling v0.21.3
16062026-03-19T02:59:30.029Z Compiling nix v0.31.1
16072026-03-19T02:59:30.229Z Compiling serde_urlencoded v0.7.1
16082026-03-19T02:59:30.407Z Compiling num-iter v0.1.45
16092026-03-19T02:59:30.512Z Compiling group v0.13.0
16102026-03-19T02:59:30.605Z Compiling derive_builder v0.20.2
16112026-03-19T02:59:30.668Z Compiling rand v0.8.5
16122026-03-19T02:59:30.734Z Compiling oxnet v0.1.4
16132026-03-19T02:59:30.762Z Compiling proc-macro-error v1.0.4
16142026-03-19T02:59:31.150Z Compiling tokio-native-tls v0.3.1
16152026-03-19T02:59:31.215Z Compiling goblin v0.8.2
16162026-03-19T02:59:32.059Z Compiling heck v0.4.1
16172026-03-19T02:59:32.133Z Compiling phf_shared v0.13.1
16182026-03-19T02:59:32.226Z Compiling regex v1.12.3
16192026-03-19T02:59:32.342Z Compiling hubpack_derive v0.1.1
16202026-03-19T02:59:32.450Z Compiling lazy_static v1.5.0
16212026-03-19T02:59:32.477Z Compiling cargo-platform v0.1.9
16222026-03-19T02:59:32.567Z Compiling flate2 v1.1.9
16232026-03-19T02:59:32.813Z Compiling hkdf v0.12.4
16242026-03-19T02:59:32.818Z Compiling crypto-bigint v0.5.5
16252026-03-19T02:59:32.908Z Compiling async-trait v0.1.89
16262026-03-19T02:59:33.026Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-19T02:59:33.082Z Compiling ref-cast-impl v1.0.25
16282026-03-19T02:59:33.139Z Compiling daft-derive v0.1.5
16292026-03-19T02:59:33.824Z Compiling strum_macros v0.27.2
16302026-03-19T02:59:33.912Z Compiling terminal_size v0.4.3
16312026-03-19T02:59:34.136Z Compiling vergen v9.0.6
16322026-03-19T02:59:34.174Z Compiling fs-err v3.3.0
16332026-03-19T02:59:34.321Z Compiling ahash v0.8.12
16342026-03-19T02:59:34.385Z Compiling object v0.37.3
16352026-03-19T02:59:34.404Z Compiling foldhash v0.1.5
16362026-03-19T02:59:34.570Z Compiling libbz2-rs-sys v0.2.2
16372026-03-19T02:59:34.625Z Compiling managed v0.8.0
16382026-03-19T02:59:34.725Z Compiling bumpalo v3.20.2
16392026-03-19T02:59:34.911Z Compiling bitflags v1.3.2
16402026-03-19T02:59:35.009Z Compiling winnow v0.5.40
16412026-03-19T02:59:35.497Z Compiling bzip2 v0.6.1
16422026-03-19T02:59:35.764Z Compiling zopfli v0.8.3
16432026-03-19T02:59:35.843Z Compiling clap_builder v4.5.60
16442026-03-19T02:59:36.215Z Compiling hashbrown v0.15.5
16452026-03-19T02:59:36.362Z Compiling console v0.16.2
16462026-03-19T02:59:36.549Z Compiling strum v0.27.2
16472026-03-19T02:59:36.653Z Compiling dof v0.3.0
16482026-03-19T02:59:36.741Z Compiling elliptic-curve v0.13.8
16492026-03-19T02:59:36.957Z Compiling toml_edit v0.19.15
16502026-03-19T02:59:36.981Z Compiling daft v0.1.5
16512026-03-19T02:59:37.344Z Compiling hubpack v0.1.2
16522026-03-19T02:59:37.396Z Compiling cargo_metadata v0.19.2
16532026-03-19T02:59:37.639Z Compiling phf v0.13.1
16542026-03-19T02:59:37.869Z Compiling zone_cfg_derive v0.3.1
16552026-03-19T02:59:38.737Z Compiling signal-hook-mio v0.2.5
16562026-03-19T02:59:38.878Z Compiling cookie_store v0.22.1
16572026-03-19T02:59:39.354Z Compiling rayon v1.11.0
16582026-03-19T02:59:40.003Z Compiling zstd v0.13.3
16592026-03-19T02:59:40.162Z Compiling hyper-tls v0.6.0
16602026-03-19T02:59:40.257Z Compiling bzip2 v0.4.4
16612026-03-19T02:59:40.453Z Compiling serde_with_macros v3.17.0
16622026-03-19T02:59:40.527Z Compiling postgres-types v0.2.12
16632026-03-19T02:59:40.788Z Compiling usdt-macro v0.6.0
16642026-03-19T02:59:41.063Z Compiling usdt-attr-macro v0.6.0
16652026-03-19T02:59:41.295Z Compiling ed25519 v2.2.3
16662026-03-19T02:59:41.744Z Compiling dtrace-parser v0.2.0
16672026-03-19T02:59:41.830Z Compiling phf_shared v0.11.3
16682026-03-19T02:59:41.967Z Compiling itertools v0.12.1
16692026-03-19T02:59:42.048Z Compiling bstr v1.12.1
16702026-03-19T02:59:42.077Z Compiling pkcs1 v0.7.5
16712026-03-19T02:59:42.094Z Compiling hex v0.4.3
16722026-03-19T02:59:42.448Z Compiling serde-big-array v0.5.1
16732026-03-19T02:59:42.452Z Compiling rfc6979 v0.4.0
16742026-03-19T02:59:42.619Z Compiling serde_repr v0.1.20
16752026-03-19T02:59:42.619Z Compiling strum_macros v0.26.4
16762026-03-19T02:59:42.651Z Compiling clap_derive v4.5.55
16772026-03-19T02:59:42.801Z Compiling enum-as-inner v0.6.1
16782026-03-19T02:59:42.927Z Compiling float-cmp v0.10.0
16792026-03-19T02:59:43.119Z Compiling memmap2 v0.9.10
16802026-03-19T02:59:43.374Z Compiling thread-id v4.2.2
16812026-03-19T02:59:43.406Z Compiling env_filter v1.0.0
16822026-03-19T02:59:43.484Z Compiling encoding_rs v0.8.35
16832026-03-19T02:59:43.502Z Compiling normalize-line-endings v0.3.0
16842026-03-19T02:59:43.624Z Compiling data-encoding v2.10.0
16852026-03-19T02:59:43.693Z Compiling unit-prefix v0.5.2
16862026-03-19T02:59:43.819Z Compiling predicates-core v1.0.10
16872026-03-19T02:59:43.865Z Compiling whoami v2.1.0
16882026-03-19T02:59:44.057Z Compiling jiff v0.2.21
16892026-03-19T02:59:44.408Z Compiling keccak v0.1.6
16902026-03-19T02:59:44.616Z Compiling static_assertions v1.1.0
16912026-03-19T02:59:44.709Z Compiling fixedbitset v0.4.2
16922026-03-19T02:59:45.006Z Compiling difflib v0.4.0
16932026-03-19T02:59:45.077Z Compiling precomputed-hash v0.1.1
16942026-03-19T02:59:45.098Z Compiling fixedbitset v0.5.7
16952026-03-19T02:59:45.149Z Compiling rustc-hash v2.1.1
16962026-03-19T02:59:45.182Z Compiling new_debug_unreachable v1.0.6
16972026-03-19T02:59:45.286Z Compiling mime v0.3.17
16982026-03-19T02:59:45.295Z Compiling iddqd v0.3.17
16992026-03-19T02:59:45.500Z Compiling petgraph v0.8.3
17002026-03-19T02:59:45.517Z Compiling predicates v3.1.4
17012026-03-19T02:59:45.573Z Compiling string_cache v0.8.9
17022026-03-19T02:59:45.629Z Compiling clap v4.5.60
17032026-03-19T02:59:45.730Z Compiling toml_edit v0.22.27
17042026-03-19T02:59:45.756Z Compiling strum v0.26.3
17052026-03-19T02:59:45.862Z Compiling petgraph v0.6.5
17062026-03-19T02:59:45.919Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17072026-03-19T02:59:46.396Z Compiling sha3 v0.10.8
17082026-03-19T02:59:46.853Z Compiling tokio-postgres v0.7.16
17092026-03-19T02:59:46.987Z Compiling hickory-proto v0.25.2
17102026-03-19T02:59:47.894Z Compiling zip v4.6.1
17112026-03-19T02:59:48.179Z Compiling indicatif v0.18.4
17122026-03-19T02:59:49.216Z Compiling env_logger v0.11.9
17132026-03-19T02:59:49.356Z Compiling zone v0.3.1
17142026-03-19T02:59:49.620Z Compiling usdt-impl v0.5.0
17152026-03-19T02:59:49.696Z Compiling usdt v0.6.0
17162026-03-19T02:59:49.791Z Compiling similar v2.7.0
17172026-03-19T02:59:49.882Z Compiling ecdsa v0.16.9
17182026-03-19T02:59:50.006Z Compiling serde_with v3.17.0
17192026-03-19T02:59:50.025Z Compiling rsa v0.9.10
17202026-03-19T02:59:50.311Z Compiling crossterm v0.28.1
17212026-03-19T02:59:50.401Z Compiling ed25519-dalek v2.2.0
17222026-03-19T02:59:50.405Z Compiling zip v0.6.6
17232026-03-19T02:59:51.254Z Compiling toml v0.7.8
17242026-03-19T02:59:52.270Z Compiling toml_parser v1.0.9+spec-1.1.0
17252026-03-19T02:59:52.430Z Compiling itertools v0.13.0
17262026-03-19T02:59:52.452Z Compiling tokio-stream v0.1.18
17272026-03-19T02:59:52.975Z Compiling buf-list v1.1.2
17282026-03-19T02:59:53.098Z Compiling x509-cert v0.2.5
17292026-03-19T02:59:53.133Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17302026-03-19T02:59:53.371Z Compiling openapiv3 v2.2.0
17312026-03-19T02:59:53.566Z Compiling sha1 v0.10.6
17322026-03-19T02:59:53.661Z Compiling toml_datetime v0.7.5+spec-1.1.0
17332026-03-19T02:59:53.862Z Compiling peg-runtime v0.8.5
17342026-03-19T02:59:54.059Z Compiling lalrpop-util v0.19.12
17352026-03-19T02:59:54.201Z Compiling thread_local v1.1.9
17362026-03-19T02:59:54.235Z Compiling slog-async v2.8.0
17372026-03-19T02:59:54.239Z Compiling crossbeam-channel v0.5.15
17382026-03-19T02:59:54.313Z Compiling futures-executor v0.3.32
17392026-03-19T02:59:54.528Z Compiling filetime v0.2.27
17402026-03-19T02:59:54.631Z Compiling is-terminal v0.4.17
17412026-03-19T02:59:54.649Z Compiling take_mut v0.2.2
17422026-03-19T02:59:54.752Z Compiling xattr v1.6.1
17432026-03-19T02:59:54.771Z Compiling term v1.2.1
17442026-03-19T02:59:54.867Z Compiling futures v0.3.32
17452026-03-19T02:59:54.964Z Compiling tar v0.4.44
17462026-03-19T02:59:55.410Z Compiling slog-term v2.9.2
17472026-03-19T03:00:02.050Z Compiling rustls-webpki v0.103.9
17482026-03-19T03:00:06.049Z Compiling tokio-rustls v0.26.4
17492026-03-19T03:00:06.049Z Compiling rustls-platform-verifier v0.6.2
17502026-03-19T03:00:06.309Z Compiling hyper-rustls v0.27.7
17512026-03-19T03:00:06.569Z Compiling reqwest v0.12.28
17522026-03-19T03:00:06.569Z Compiling reqwest v0.13.2
17532026-03-19T03:00:09.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17542026-03-19T03:00:09.851Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17552026-03-19T03:00:13.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17562026-03-19T03:00:13.838Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17572026-03-19T03:00:13.895ZMar 19 03:00:13.375 INFO Starting download, target: Cockroach
17582026-03-19T03:00:13.895ZMar 19 03:00:13.375 INFO Starting download, target: MaghemiteMgd
17592026-03-19T03:00:13.900ZMar 19 03:00:13.375 INFO Starting download, target: TransceiverControl
17602026-03-19T03:00:13.900ZMar 19 03:00:13.375 INFO Starting download, target: Clickhouse
17612026-03-19T03:00:13.900ZMar 19 03:00:13.375 INFO Starting download, target: Console
17622026-03-19T03:00:13.900ZMar 19 03:00:13.376 INFO Starting download, target: DendriteStub
17632026-03-19T03:00:13.900ZMar 19 03:00:13.376 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-03-19T03:00:13.901ZMar 19 03:00:13.376 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17652026-03-19T03:00:13.901ZMar 19 03:00:13.376 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17662026-03-19T03:00:13.901ZMar 19 03:00:13.376 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17672026-03-19T03:00:13.901ZMar 19 03:00:13.376 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-03-19T03:00:13.901ZMar 19 03:00:13.376 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17692026-03-19T03:00:14.726ZMar 19 03:00:14.188 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-03-19T03:00:15.072ZMar 19 03:00:14.465 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-03-19T03:00:15.091ZMar 19 03:00:14.550 INFO Download complete, target: TransceiverControl
17722026-03-19T03:00:15.382ZMar 19 03:00:14.854 INFO Download complete, target: Console
17732026-03-19T03:00:16.173ZMar 19 03:00:15.639 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-03-19T03:00:16.341ZMar 19 03:00:15.812 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17752026-03-19T03:00:16.945ZMar 19 03:00:16.430 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17762026-03-19T03:00:17.799ZMar 19 03:00:17.288 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-03-19T03:00:17.799ZMar 19 03:00:17.288 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-03-19T03:00:20.101ZMar 19 03:00:19.586 INFO Download complete, target: DendriteStub
17792026-03-19T03:00:20.916ZMar 19 03:00:20.370 INFO Download complete, target: MaghemiteMgd
17802026-03-19T03:00:26.029ZMar 19 03:00:25.518 INFO Checking that binary works, target: Cockroach
17812026-03-19T03:00:26.146ZMar 19 03:00:25.635 INFO Download complete, target: Cockroach
17822026-03-19T03:00:27.936ZMar 19 03:00:27.425 INFO Checking that binary works, target: Clickhouse
17832026-03-19T03:00:28.107ZMar 19 03:00:27.586 INFO Download complete, target: Clickhouse
17842026-03-19T03:00:28.120ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-03-19T03:00:28.146Z
17862026-03-19T03:00:28.146Zreal 4:58.271627236
17872026-03-19T03:00:28.146Zuser 10:27.963907283
17882026-03-19T03:00:28.146Zsys 1:47.408964770
17892026-03-19T03:00:28.146Ztrap 0.331837002
17902026-03-19T03:00:28.146Ztflt 0.646255417
17912026-03-19T03:00:28.146Zdflt 0.528293584
17922026-03-19T03:00:28.147Zkflt 0.019785370
17932026-03-19T03:00:28.147Zlock 30:45.660238318
17942026-03-19T03:00:28.147Zslp 31:24.180416016
17952026-03-19T03:00:28.147Zlat 57.106248669
17962026-03-19T03:00:28.147Zstop 2:36.985407009
17972026-03-19T03:00:28.147Z+ banner hack-check
17982026-03-19T03:00:28.148Z
17992026-03-19T03:00:28.148Z # # ## #### # # #### # # ###### #### # #
18002026-03-19T03:00:28.148Z # # # # # # # # # # # # # # # # #
18012026-03-19T03:00:28.148Z ###### # # # #### ##### # ###### ##### # ####
18022026-03-19T03:00:28.148Z # # ###### # # # # # # # # # #
18032026-03-19T03:00:28.148Z # # # # # # # # # # # # # # # # #
18042026-03-19T03:00:28.148Z # # # # #### # # #### # # ###### #### # #
18052026-03-19T03:00:28.148Z
18062026-03-19T03:00:28.148Z+ export CARGO_INCREMENTAL=0
18072026-03-19T03:00:28.148Z+ CARGO_INCREMENTAL=0
18082026-03-19T03:00:28.148Z+ ptime -m timeout 2h cargo xtask check-features --ci
18092026-03-19T03:00:28.819Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-03-19T03:00:29.104Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-03-19T03:00:31.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
18122026-03-19T03:00:31.700Z Running `target/debug/xtask check-features --ci`
18132026-03-19T03:00:31.735Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18142026-03-19T03:00:31.740Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18152026-03-19T03:00:32.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18162026-03-19T03:00:32.401Z Running `target/debug/xtask download cargo-hack`
18172026-03-19T03:00:33.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182026-03-19T03:00:33.842Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18192026-03-19T03:00:37.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
18202026-03-19T03:00:37.269Z Running `target/debug/xtask-downloader cargo-hack`
18212026-03-19T03:00:37.314ZMar 19 03:00:36.799 INFO Starting download, target: CargoHack
18222026-03-19T03:00:37.329ZMar 19 03:00:36.799 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18232026-03-19T03:00:37.541ZMar 19 03:00:37.028 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18242026-03-19T03:00:37.620ZMar 19 03:00:37.109 INFO Download complete, target: CargoHack
18252026-03-19T03:00:37.627Zrunning: "/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"
18262026-03-19T03:00:37.648Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18272026-03-19T03:00:37.846Zinfo: running `cargo check --bins` on api_identity (1/259)
18282026-03-19T03:00:38.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-19T03:00:38.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-19T03:00:38.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-19T03:00:38.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18322026-03-19T03:00:38.605Z
18332026-03-19T03:00:38.605Zinfo: running `cargo check --bins` on bootstore (2/259)
18342026-03-19T03:00:39.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-19T03:00:39.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-19T03:00:39.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-19T03:00:39.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18382026-03-19T03:00:39.359Z
18392026-03-19T03:00:39.359Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18402026-03-19T03:00:40.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-19T03:00:40.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-19T03:00:40.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-19T03:00:40.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18442026-03-19T03:00:40.114Z
18452026-03-19T03:00:40.114Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18462026-03-19T03:00:40.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-19T03:00:40.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-19T03:00:40.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-19T03:00:40.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18502026-03-19T03:00:40.907Z
18512026-03-19T03:00:40.907Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18522026-03-19T03:00:41.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-19T03:00:41.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-19T03:00:41.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-19T03:00:41.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18562026-03-19T03:00:41.694Z
18572026-03-19T03:00:41.694Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18582026-03-19T03:00:42.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-19T03:00:42.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-19T03:00:42.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-19T03:00:42.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18622026-03-19T03:00:42.427Z
18632026-03-19T03:00:42.427Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18642026-03-19T03:00:43.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-19T03:00:43.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-19T03:00:43.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-19T03:00:43.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-19T03:00:43.204Z
18692026-03-19T03:00:43.204Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18702026-03-19T03:00:43.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-19T03:00:43.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-19T03:00:43.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-19T03:00:43.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18742026-03-19T03:00:43.986Z
18752026-03-19T03:00:43.986Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18762026-03-19T03:00:44.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-19T03:00:44.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-19T03:00:44.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-19T03:00:44.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-19T03:00:44.607Z
18812026-03-19T03:00:44.607Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18822026-03-19T03:00:45.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-19T03:00:45.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-19T03:00:45.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-19T03:00:45.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-19T03:00:45.189Z
18872026-03-19T03:00:45.189Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18882026-03-19T03:00:45.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-19T03:00:45.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-19T03:00:45.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-19T03:00:45.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-19T03:00:45.774Z
18932026-03-19T03:00:45.774Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18942026-03-19T03:00:46.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-19T03:00:46.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-19T03:00:46.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-19T03:00:46.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-19T03:00:46.378Z
18992026-03-19T03:00:46.378Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
19002026-03-19T03:00:46.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-19T03:00:46.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-19T03:00:46.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-19T03:00:46.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-19T03:00:46.978Z
19052026-03-19T03:00:46.979Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19062026-03-19T03:00:47.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-19T03:00:47.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-19T03:00:47.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-19T03:00:47.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19102026-03-19T03:00:47.574Z
19112026-03-19T03:00:47.574Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19122026-03-19T03:00:48.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-19T03:00:48.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-19T03:00:48.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-19T03:00:48.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-19T03:00:48.177Z
19172026-03-19T03:00:48.177Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19182026-03-19T03:00:48.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-19T03:00:48.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-19T03:00:48.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-19T03:00:48.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-19T03:00:48.786Z
19232026-03-19T03:00:48.786Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19242026-03-19T03:00:49.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-19T03:00:49.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-19T03:00:49.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-19T03:00:49.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-19T03:00:49.386Z
19292026-03-19T03:00:49.386Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19302026-03-19T03:00:49.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-19T03:00:49.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-19T03:00:49.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-19T03:00:49.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342026-03-19T03:00:49.990Z
19352026-03-19T03:00:49.990Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19362026-03-19T03:00:50.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-19T03:00:50.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-19T03:00:50.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-19T03:00:50.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19402026-03-19T03:00:50.602Z
19412026-03-19T03:00:50.602Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19422026-03-19T03:00:51.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-19T03:00:51.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-19T03:00:51.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-19T03:00:51.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19462026-03-19T03:00:51.211Z
19472026-03-19T03:00:51.211Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19482026-03-19T03:00:51.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-19T03:00:51.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-19T03:00:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-19T03:00:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-19T03:00:51.898Z
19532026-03-19T03:00:51.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19542026-03-19T03:00:52.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-19T03:00:52.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-19T03:00:52.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-19T03:00:52.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19582026-03-19T03:00:52.452Z
19592026-03-19T03:00:52.452Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19602026-03-19T03:00:52.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-19T03:00:52.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-19T03:00:52.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-19T03:00:52.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642026-03-19T03:00:53.029Z
19652026-03-19T03:00:53.030Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19662026-03-19T03:00:53.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-19T03:00:53.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-19T03:00:53.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-19T03:00:53.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-19T03:00:53.638Z
19712026-03-19T03:00:53.638Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19722026-03-19T03:00:54.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-19T03:00:54.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-19T03:00:54.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-19T03:00:54.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19762026-03-19T03:00:54.253Z
19772026-03-19T03:00:54.253Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19782026-03-19T03:00:54.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-19T03:00:54.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-19T03:00:54.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-19T03:00:54.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-19T03:00:54.851Z
19832026-03-19T03:00:54.851Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19842026-03-19T03:00:55.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-19T03:00:55.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-19T03:00:55.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-19T03:00:55.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-19T03:00:55.458Z
19892026-03-19T03:00:55.458Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19902026-03-19T03:00:55.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-19T03:00:55.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-19T03:00:55.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-19T03:00:56.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19942026-03-19T03:00:56.063Z
19952026-03-19T03:00:56.063Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19962026-03-19T03:00:56.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-19T03:00:56.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-19T03:00:56.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-19T03:00:56.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20002026-03-19T03:00:56.673Z
20012026-03-19T03:00:56.673Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
20022026-03-19T03:00:57.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-19T03:00:57.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-19T03:00:57.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-19T03:00:57.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20062026-03-19T03:00:57.290Z
20072026-03-19T03:00:57.290Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20082026-03-19T03:00:57.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-19T03:00:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-19T03:00:57.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-19T03:00:57.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20122026-03-19T03:00:57.882Z
20132026-03-19T03:00:57.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20142026-03-19T03:00:58.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-19T03:00:58.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-19T03:00:58.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-19T03:00:58.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20182026-03-19T03:00:58.487Z
20192026-03-19T03:00:58.487Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20202026-03-19T03:00:59.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-19T03:00:59.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-19T03:00:59.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-19T03:00:59.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20242026-03-19T03:00:59.092Z
20252026-03-19T03:00:59.097Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20262026-03-19T03:00:59.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-19T03:00:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-19T03:00:59.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-19T03:00:59.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20302026-03-19T03:00:59.695Z
20312026-03-19T03:00:59.695Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20322026-03-19T03:01:00.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-19T03:01:00.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-19T03:01:00.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-19T03:01:00.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20362026-03-19T03:01:00.301Z
20372026-03-19T03:01:00.301Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20382026-03-19T03:01:00.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-19T03:01:00.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-19T03:01:00.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-19T03:01:00.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20422026-03-19T03:01:00.914Z
20432026-03-19T03:01:00.914Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20442026-03-19T03:01:01.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-19T03:01:01.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-19T03:01:01.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-19T03:01:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-19T03:01:01.516Z
20492026-03-19T03:01:01.516Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20502026-03-19T03:01:02.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-19T03:01:02.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-19T03:01:02.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-19T03:01:02.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-19T03:01:02.126Z
20552026-03-19T03:01:02.126Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20562026-03-19T03:01:02.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-19T03:01:02.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-19T03:01:02.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-19T03:01:02.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-19T03:01:02.732Z
20612026-03-19T03:01:02.732Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20622026-03-19T03:01:03.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-19T03:01:03.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-19T03:01:03.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-19T03:01:03.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20662026-03-19T03:01:03.338Z
20672026-03-19T03:01:03.338Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20682026-03-19T03:01:03.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-19T03:01:03.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-19T03:01:03.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-19T03:01:03.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20722026-03-19T03:01:03.950Z
20732026-03-19T03:01:03.950Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20742026-03-19T03:01:04.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-19T03:01:04.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-19T03:01:04.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-19T03:01:04.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20782026-03-19T03:01:04.567Z
20792026-03-19T03:01:04.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20802026-03-19T03:01:05.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-19T03:01:05.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-19T03:01:05.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-19T03:01:05.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-19T03:01:05.172Z
20852026-03-19T03:01:05.172Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20862026-03-19T03:01:05.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-19T03:01:05.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-19T03:01:05.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-19T03:01:05.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-19T03:01:05.777Z
20912026-03-19T03:01:05.777Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20922026-03-19T03:01:06.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-19T03:01:06.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-19T03:01:06.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-19T03:01:06.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-19T03:01:06.381Z
20972026-03-19T03:01:06.381Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20982026-03-19T03:01:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-19T03:01:06.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-19T03:01:06.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-19T03:01:06.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21022026-03-19T03:01:06.993Z
21032026-03-19T03:01:06.993Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21042026-03-19T03:01:07.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-19T03:01:07.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-19T03:01:07.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-19T03:01:07.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-19T03:01:07.598Z
21092026-03-19T03:01:07.598Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21102026-03-19T03:01:08.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-19T03:01:08.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-19T03:01:08.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-03-19T03:01:08.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-03-19T03:01:08.200Z
21152026-03-19T03:01:08.200Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21162026-03-19T03:01:08.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-03-19T03:01:08.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-03-19T03:01:09.290Z Checking cfg-if v1.0.4
21192026-03-19T03:01:09.447Z Checking libc v0.2.180
21202026-03-19T03:01:09.452Z Checking serde_core v1.0.228
21212026-03-19T03:01:09.482Z Checking memchr v2.8.0
21222026-03-19T03:01:09.503Z Checking itoa v1.0.17
21232026-03-19T03:01:09.507Z Checking smallvec v1.15.1
21242026-03-19T03:01:09.538Z Checking log v0.4.29
21252026-03-19T03:01:09.542Z Checking zeroize v1.8.2
21262026-03-19T03:01:09.578Z Checking stable_deref_trait v1.2.1
21272026-03-19T03:01:09.674Z Checking zerofrom v0.1.6
21282026-03-19T03:01:09.712Z Checking zmij v1.0.21
21292026-03-19T03:01:09.744Z Checking scopeguard v1.2.0
21302026-03-19T03:01:09.759Z Checking subtle v2.6.1
21312026-03-19T03:01:09.784Z Checking writeable v0.6.2
21322026-03-19T03:01:09.826Z Checking yoke v0.8.1
21332026-03-19T03:01:09.866Z Checking lock_api v0.4.14
21342026-03-19T03:01:09.973Z Checking litemap v0.8.1
21352026-03-19T03:01:10.006Z Checking percent-encoding v2.3.2
21362026-03-19T03:01:10.018Z Checking libm v0.2.16
21372026-03-19T03:01:10.037Z Checking icu_normalizer_data v2.1.1
21382026-03-19T03:01:10.057Z Checking zerovec v0.11.5
21392026-03-19T03:01:10.071Z Checking getrandom v0.2.17
21402026-03-19T03:01:10.116Z Checking errno v0.3.14
21412026-03-19T03:01:10.144Z Checking zerotrie v0.2.3
21422026-03-19T03:01:10.157Z Checking icu_properties_data v2.1.2
21432026-03-19T03:01:10.201Z Checking pin-project-lite v0.2.17
21442026-03-19T03:01:10.290Z Checking rand_core v0.6.4
21452026-03-19T03:01:10.309Z Checking utf8_iter v1.0.4
21462026-03-19T03:01:10.383Z Checking form_urlencoded v1.2.2
21472026-03-19T03:01:10.383Z Checking typenum v1.19.0
21482026-03-19T03:01:10.430Z Checking portable-atomic v1.13.1
21492026-03-19T03:01:10.475Z Checking critical-section v1.2.0
21502026-03-19T03:01:10.487Z Checking rand_core v0.10.0
21512026-03-19T03:01:10.520Z Checking signal-hook-registry v1.4.8
21522026-03-19T03:01:10.618Z Checking parking_lot_core v0.9.12
21532026-03-19T03:01:10.660Z Checking tinystr v0.8.2
21542026-03-19T03:01:10.680Z Checking potential_utf v0.1.4
21552026-03-19T03:01:10.730Z Checking getrandom v0.4.1
21562026-03-19T03:01:10.844Z Checking icu_collections v2.1.1
21572026-03-19T03:01:10.874Z Checking parking_lot v0.12.5
21582026-03-19T03:01:10.885Z Checking icu_locale_core v2.1.1
21592026-03-19T03:01:10.908Z Checking socket2 v0.6.2
21602026-03-19T03:01:10.983Z Checking num-traits v0.2.19
21612026-03-19T03:01:11.013Z Checking once_cell v1.21.3
21622026-03-19T03:01:11.082Z Checking generic-array v0.14.7
21632026-03-19T03:01:11.118Z Checking mio v1.1.1
21642026-03-19T03:01:11.239Z Checking zerocopy v0.8.40
21652026-03-19T03:01:11.256Z Checking iana-time-zone v0.1.65
21662026-03-19T03:01:11.293Z Checking futures-core v0.3.32
21672026-03-19T03:01:11.390Z Checking allocator-api2 v0.2.21
21682026-03-19T03:01:11.430Z Checking equivalent v1.0.2
21692026-03-19T03:01:11.484Z Checking foldhash v0.2.0
21702026-03-19T03:01:11.536Z Checking const-oid v0.9.6
21712026-03-19T03:01:11.646Z Checking icu_provider v2.1.1
21722026-03-19T03:01:11.679Z Checking serde v1.0.228
21732026-03-19T03:01:11.694Z Checking serde_json v1.0.149
21742026-03-19T03:01:11.712Z Checking bitflags v2.11.0
21752026-03-19T03:01:11.789Z Checking crypto-common v0.1.7
21762026-03-19T03:01:11.798Z Checking uuid v1.21.0
21772026-03-19T03:01:11.942Z Checking hashbrown v0.16.1
21782026-03-19T03:01:11.964Z Checking dyn-clone v1.0.20
21792026-03-19T03:01:11.986Z Checking icu_properties v2.1.2
21802026-03-19T03:01:12.095Z Checking icu_normalizer v2.1.1
21812026-03-19T03:01:12.231Z Checking futures-sink v0.3.32
21822026-03-19T03:01:12.286Z Checking bytes v1.11.1
21832026-03-19T03:01:12.361Z Checking chrono v0.4.44
21842026-03-19T03:01:12.505Z Checking futures-channel v0.3.32
21852026-03-19T03:01:12.569Z Checking block-buffer v0.10.4
21862026-03-19T03:01:12.628Z Checking semver v1.0.27
21872026-03-19T03:01:12.650Z Checking futures-task v0.3.32
21882026-03-19T03:01:12.742Z Checking futures-io v0.3.32
21892026-03-19T03:01:12.766Z Checking slab v0.4.12
21902026-03-19T03:01:12.834Z Checking digest v0.10.7
21912026-03-19T03:01:12.879Z Checking tokio v1.49.0
21922026-03-19T03:01:12.901Z Checking thiserror v2.0.18
21932026-03-19T03:01:12.922Z Checking byteorder v1.5.0
21942026-03-19T03:01:12.968Z Checking futures-util v0.3.32
21952026-03-19T03:01:13.030Z Checking indexmap v2.13.0
21962026-03-19T03:01:13.093Z Checking cpufeatures v0.2.17
21972026-03-19T03:01:13.159Z Checking idna_adapter v1.2.1
21982026-03-19T03:01:13.186Z Checking http v1.4.0
21992026-03-19T03:01:13.207Z Checking fnv v1.0.7
22002026-03-19T03:01:13.315Z Checking idna v1.1.0
22012026-03-19T03:01:13.333Z Checking base64 v0.22.1
22022026-03-19T03:01:13.550Z Checking unicode-ident v1.0.24
22032026-03-19T03:01:13.631Z Checking url v2.5.8
22042026-03-19T03:01:13.651Z Checking tracing-core v0.1.36
22052026-03-19T03:01:13.693Z Checking proc-macro2 v1.0.106
22062026-03-19T03:01:13.821Z Checking rustls-pki-types v1.14.0
22072026-03-19T03:01:13.985Z Checking regex-syntax v0.8.10
22082026-03-19T03:01:14.076Z Checking tracing v0.1.44
22092026-03-19T03:01:14.124Z Checking quote v1.0.44
22102026-03-19T03:01:14.218Z Checking schemars v0.8.22
22112026-03-19T03:01:14.236Z Checking untrusted v0.9.0
22122026-03-19T03:01:14.347Z Checking thiserror v1.0.69
22132026-03-19T03:01:14.368Z Checking syn v2.0.117
22142026-03-19T03:01:14.387Z Checking ring v0.17.14
22152026-03-19T03:01:14.479Z Checking ipnet v2.11.0
22162026-03-19T03:01:14.822Z Checking httparse v1.10.1
22172026-03-19T03:01:15.100Z Checking http-body v1.0.1
22182026-03-19T03:01:15.129Z Checking rustix v1.1.3
22192026-03-19T03:01:15.271Z Checking block-padding v0.3.3
22202026-03-19T03:01:15.290Z Checking ppv-lite86 v0.2.21
22212026-03-19T03:01:15.445Z Checking getrandom v0.3.4
22222026-03-19T03:01:15.629Z Checking atomic-waker v1.1.2
22232026-03-19T03:01:15.656Z Checking inout v0.1.4
22242026-03-19T03:01:15.696Z Checking hmac v0.12.1
22252026-03-19T03:01:15.727Z Checking aws-lc-sys v0.37.1
22262026-03-19T03:01:15.754Z Checking aho-corasick v1.1.4
22272026-03-19T03:01:15.788Z Checking powerfmt v0.2.0
22282026-03-19T03:01:15.834Z Checking try-lock v0.2.5
22292026-03-19T03:01:15.869Z Checking untrusted v0.7.1
22302026-03-19T03:01:15.961Z Checking tower-layer v0.3.3
22312026-03-19T03:01:15.985Z Checking openssl-probe v0.2.1
22322026-03-19T03:01:16.016Z Checking tower-service v0.3.3
22332026-03-19T03:01:16.120Z Checking httpdate v1.0.3
22342026-03-19T03:01:16.140Z Checking deranged v0.5.8
22352026-03-19T03:01:16.159Z Checking want v0.3.1
22362026-03-19T03:01:16.308Z Checking cipher v0.4.4
22372026-03-19T03:01:16.330Z Checking rand_core v0.9.5
22382026-03-19T03:01:16.354Z Checking num_threads v0.1.7
22392026-03-19T03:01:16.448Z Checking aws-lc-rs v1.16.0
22402026-03-19T03:01:16.467Z Checking num-conv v0.2.0
22412026-03-19T03:01:16.565Z Checking time-core v0.1.8
22422026-03-19T03:01:16.592Z Checking pin-utils v0.1.0
22432026-03-19T03:01:17.029Z Checking base64ct v1.8.3
22442026-03-19T03:01:17.033Z Checking sha2 v0.10.9
22452026-03-19T03:01:17.033Z Checking regex-automata v0.4.14
22462026-03-19T03:01:17.033Z Checking erased-serde v0.3.31
22472026-03-19T03:01:17.033Z Checking pretty-hex v0.4.1
22482026-03-19T03:01:17.072Z Checking rand_chacha v0.9.0
22492026-03-19T03:01:17.122Z Checking ryu v1.0.23
22502026-03-19T03:01:17.264Z Checking tokio-util v0.7.18
22512026-03-19T03:01:17.302Z Checking fastrand v2.3.0
22522026-03-19T03:01:17.339Z Checking slog v2.8.2
22532026-03-19T03:01:17.357Z Checking rand v0.9.2
22542026-03-19T03:01:17.454Z Checking time v0.3.47
22552026-03-19T03:01:17.543Z Checking pem-rfc7468 v0.7.0
22562026-03-19T03:01:17.622Z Checking rustls-webpki v0.103.9
22572026-03-19T03:01:17.690Z Checking rustls-native-certs v0.8.3
22582026-03-19T03:01:17.708Z Checking http-body-util v0.1.3
22592026-03-19T03:01:17.745Z Checking ipnetwork v0.21.1
22602026-03-19T03:01:17.856Z Checking sync_wrapper v1.0.2
22612026-03-19T03:01:17.993Z Checking spin v0.9.8
22622026-03-19T03:01:18.012Z Checking flagset v0.4.7
22632026-03-19T03:01:18.018Z Checking plain v0.2.3
22642026-03-19T03:01:18.058Z Checking tower v0.5.3
22652026-03-19T03:01:18.086Z Checking h2 v0.4.13
22662026-03-19T03:01:18.167Z Checking serde_urlencoded v0.7.1
22672026-03-19T03:01:18.187Z Checking der v0.7.10
22682026-03-19T03:01:18.191Z Checking rustls v0.23.37
22692026-03-19T03:01:18.232Z Checking rand_chacha v0.3.1
22702026-03-19T03:01:18.445Z Checking webpki-roots v1.0.6
22712026-03-19T03:01:18.504Z Checking iri-string v0.7.10
22722026-03-19T03:01:18.590Z Checking ucd-trie v0.1.7
22732026-03-19T03:01:19.018Z Checking tinyvec_macros v0.1.1
22742026-03-19T03:01:19.022Z Checking tinyvec v1.10.0
22752026-03-19T03:01:19.022Z Checking pest v2.8.6
22762026-03-19T03:01:19.059Z Checking rand v0.8.5
22772026-03-19T03:01:19.136Z Checking tempfile v3.25.0
22782026-03-19T03:01:19.223Z Checking spki v0.7.3
22792026-03-19T03:01:19.277Z Checking salsa20 v0.10.2
22802026-03-19T03:01:19.398Z Checking pbkdf2 v0.12.2
22812026-03-19T03:01:19.443Z Checking foreign-types-shared v0.1.1
22822026-03-19T03:01:19.867Z Checking unicode-width v0.2.0
22832026-03-19T03:01:19.871Z Checking scrypt v0.11.0
22842026-03-19T03:01:19.871Z Checking foreign-types v0.3.2
22852026-03-19T03:01:19.871Z Checking regex v1.12.3
22862026-03-19T03:01:19.871Z Checking aes v0.8.4
22872026-03-19T03:01:19.871Z Checking cbc v0.1.2
22882026-03-19T03:01:19.871Z Checking anyhow v1.0.102
22892026-03-19T03:01:19.936Z Checking openssl-sys v0.9.111
22902026-03-19T03:01:19.981Z Checking tower-http v0.6.8
22912026-03-19T03:01:20.048Z Checking crossbeam-utils v0.8.21
22922026-03-19T03:01:20.051Z Checking oxnet v0.1.4
22932026-03-19T03:01:20.251Z Checking mime v0.3.17
22942026-03-19T03:01:20.272Z Checking pkcs5 v0.7.1
22952026-03-19T03:01:20.365Z Checking openapiv3 v2.2.0
22962026-03-19T03:01:20.386Z Checking scroll v0.12.0
22972026-03-19T03:01:20.490Z Checking encoding_rs v0.8.35
22982026-03-19T03:01:20.511Z Checking winnow v0.7.14
22992026-03-19T03:01:20.577Z Checking openssl v0.10.75
23002026-03-19T03:01:20.621Z Checking pkcs8 v0.10.2
23012026-03-19T03:01:20.701Z Checking data-encoding v2.10.0
23022026-03-19T03:01:20.851Z Checking siphasher v1.0.2
23032026-03-19T03:01:21.061Z Checking goblin v0.8.2
23042026-03-19T03:01:21.081Z Checking lazy_static v1.5.0
23052026-03-19T03:01:21.196Z Checking zerocopy v0.7.35
23062026-03-19T03:01:21.453Z Checking tokio-rustls v0.26.4
23072026-03-19T03:01:21.766Z Checking wait-timeout v0.2.1
23082026-03-19T03:01:21.802Z Checking hyper v1.8.1
23092026-03-19T03:01:21.823Z Checking anstyle v1.0.13
23102026-03-19T03:01:21.909Z Checking quick-error v1.2.3
23112026-03-19T03:01:21.929Z Checking bit-vec v0.8.0
23122026-03-19T03:01:22.043Z Checking either v1.15.0
23132026-03-19T03:01:22.070Z Checking psl-types v2.0.11
23142026-03-19T03:01:22.173Z Checking bitflags v1.3.2
23152026-03-19T03:01:22.197Z Checking utf8parse v0.2.2
23162026-03-19T03:01:22.225Z Checking managed v0.8.0
23172026-03-19T03:01:22.228Z Checking publicsuffix v2.3.0
23182026-03-19T03:01:22.268Z Checking bit-set v0.8.0
23192026-03-19T03:01:22.296Z Checking rusty-fork v0.3.1
23202026-03-19T03:01:22.323Z Checking anstyle-parse v0.2.7
23212026-03-19T03:01:22.432Z Checking dtrace-parser v0.2.0
23222026-03-19T03:01:22.461Z Checking unicode-normalization v0.1.25
23232026-03-19T03:01:22.492Z Checking cookie v0.18.1
23242026-03-19T03:01:22.513Z Checking rand_xorshift v0.4.0
23252026-03-19T03:01:22.535Z Checking sha1 v0.10.6
23262026-03-19T03:01:22.669Z Checking thread-id v4.2.2
23272026-03-19T03:01:22.743Z Checking colorchoice v1.0.4
23282026-03-19T03:01:22.763Z Checking anstyle-query v1.1.5
23292026-03-19T03:01:22.783Z Checking is_terminal_polyfill v1.70.2
23302026-03-19T03:01:22.803Z Checking unarray v0.1.4
23312026-03-19T03:01:22.877Z Checking cookie_store v0.22.1
23322026-03-19T03:01:22.897Z Checking rustls-platform-verifier v0.6.2
23332026-03-19T03:01:22.911Z Checking anstream v0.6.21
23342026-03-19T03:01:22.936Z Checking proptest v1.10.0
23352026-03-19T03:01:22.999Z Checking crossbeam-epoch v0.9.18
23362026-03-19T03:01:23.052Z Checking hyper-util v0.1.20
23372026-03-19T03:01:23.072Z Checking terminal_size v0.4.3
23382026-03-19T03:01:23.171Z Checking scroll v0.13.0
23392026-03-19T03:01:23.215Z Checking hex v0.4.3
23402026-03-19T03:01:23.298Z Checking num-integer v0.1.46
23412026-03-19T03:01:23.321Z Checking simd-adler32 v0.3.8
23422026-03-19T03:01:23.477Z Checking native-tls v0.2.18
23432026-03-19T03:01:23.502Z Checking goblin v0.10.5
23442026-03-19T03:01:23.519Z Checking crossbeam-deque v0.8.6
23452026-03-19T03:01:23.551Z Checking bstr v1.12.1
23462026-03-19T03:01:23.610Z Checking ref-cast v1.0.25
23472026-03-19T03:01:23.716Z Checking tokio-native-tls v0.3.1
23482026-03-19T03:01:23.740Z Checking rustix v0.38.44
23492026-03-19T03:01:23.757Z Checking camino v1.2.2
23502026-03-19T03:01:23.778Z Checking dof v0.3.0
23512026-03-19T03:01:23.917Z Checking crc32fast v1.5.0
23522026-03-19T03:01:24.101Z Checking signature v2.2.0
23532026-03-19T03:01:24.122Z Checking serde_spanned v0.6.9
23542026-03-19T03:01:24.125Z Checking toml_datetime v0.6.11
23552026-03-19T03:01:24.161Z Checking usdt-impl v0.5.0
23562026-03-19T03:01:24.265Z Checking ff v0.13.1
23572026-03-19T03:01:24.284Z Checking clap_lex v1.0.0
23582026-03-19T03:01:24.382Z Checking base16ct v0.2.0
23592026-03-19T03:01:24.432Z Checking adler2 v2.0.1
23602026-03-19T03:01:24.483Z Checking unicode-bidi v0.3.18
23612026-03-19T03:01:24.524Z Checking strsim v0.11.1
23622026-03-19T03:01:24.546Z Checking unicode-properties v0.1.4
23632026-03-19T03:01:24.573Z Checking miniz_oxide v0.8.9
23642026-03-19T03:01:24.736Z Checking clap_builder v4.5.60
23652026-03-19T03:01:24.756Z Checking hyper-rustls v0.27.7
23662026-03-19T03:01:24.790Z Checking hyper-tls v0.6.0
23672026-03-19T03:01:24.883Z Checking stringprep v0.1.5
23682026-03-19T03:01:24.902Z Checking sec1 v0.7.3
23692026-03-19T03:01:25.014Z Checking group v0.13.0
23702026-03-19T03:01:25.036Z Checking reqwest v0.12.28
23712026-03-19T03:01:25.055Z Checking reqwest v0.13.2
23722026-03-19T03:01:25.080Z Checking rayon-core v1.13.0
23732026-03-19T03:01:25.177Z Checking num-iter v0.1.45
23742026-03-19T03:01:25.220Z Checking toml_parser v1.0.9+spec-1.1.0
23752026-03-19T03:01:25.321Z Checking dtrace-parser v0.3.0
23762026-03-19T03:01:25.486Z Checking newtype-uuid v1.3.2
23772026-03-19T03:01:25.518Z Checking hkdf v0.12.4
23782026-03-19T03:01:25.642Z Checking strum v0.26.3
23792026-03-19T03:01:25.664Z Checking zstd-sys v2.0.16+zstd.1.5.7
23802026-03-19T03:01:25.690Z Checking hash32 v0.2.1
23812026-03-19T03:01:25.749Z Checking daft v0.1.5
23822026-03-19T03:01:25.784Z Checking md-5 v0.10.6
23832026-03-19T03:01:25.807Z Checking crypto-bigint v0.5.5
23842026-03-19T03:01:25.900Z Checking toml_datetime v0.7.5+spec-1.1.0
23852026-03-19T03:01:25.961Z Checking thread-id v5.1.0
23862026-03-19T03:01:26.065Z Checking zlib-rs v0.6.2
23872026-03-19T03:01:26.084Z Checking fallible-iterator v0.2.0
23882026-03-19T03:01:26.168Z Checking unicode-segmentation v1.12.0
23892026-03-19T03:01:26.189Z Checking heapless v0.7.17
23902026-03-19T03:01:26.224Z Checking zstd-safe v7.2.4
23912026-03-19T03:01:26.440Z Checking rayon v1.11.0
23922026-03-19T03:01:26.462Z Checking clap v4.5.60
23932026-03-19T03:01:26.465Z Checking postgres-protocol v0.6.10
23942026-03-19T03:01:26.562Z Checking itertools v0.12.1
23952026-03-19T03:01:26.600Z Checking phf_shared v0.13.1
23962026-03-19T03:01:26.709Z Checking dof v0.4.0
23972026-03-19T03:01:26.780Z Checking console v0.16.2
23982026-03-19T03:01:26.890Z Checking curve25519-dalek v4.1.3
23992026-03-19T03:01:26.933Z Checking memoffset v0.9.1
24002026-03-19T03:01:27.039Z Checking bzip2-sys v0.1.13+1.0.8
24012026-03-19T03:01:27.146Z Checking signal-hook v0.3.18
24022026-03-19T03:01:27.150Z Checking elliptic-curve v0.13.8
24032026-03-19T03:01:27.187Z Checking memmap2 v0.9.10
24042026-03-19T03:01:27.290Z Checking flate2 v1.1.9
24052026-03-19T03:01:27.393Z Checking winnow v0.5.40
24062026-03-19T03:01:27.415Z Checking bumpalo v3.20.2
24072026-03-19T03:01:27.564Z Checking usdt-impl v0.6.0
24082026-03-19T03:01:27.584Z Checking unit-prefix v0.5.2
24092026-03-19T03:01:27.681Z Checking toml_write v0.1.2
24102026-03-19T03:01:27.704Z Checking fixedbitset v0.4.2
24112026-03-19T03:01:27.741Z Checking foldhash v0.1.5
24122026-03-19T03:01:28.307Z Checking libbz2-rs-sys v0.2.2
24132026-03-19T03:01:28.307Z Checking toml_edit v0.22.27
24142026-03-19T03:01:28.310Z Checking usdt v0.6.0
24152026-03-19T03:01:28.310Z Checking hashbrown v0.15.5
24162026-03-19T03:01:28.310Z Checking petgraph v0.6.5
24172026-03-19T03:01:28.310Z Checking zone v0.3.1
24182026-03-19T03:01:28.310Z Checking zopfli v0.8.3
24192026-03-19T03:01:28.435Z Checking bzip2 v0.6.1
24202026-03-19T03:01:28.510Z Checking signal-hook-mio v0.2.5
24212026-03-19T03:01:28.514Z Checking indicatif v0.18.4
24222026-03-19T03:01:28.591Z Checking bzip2 v0.4.4
24232026-03-19T03:01:28.614Z Checking nix v0.31.1
24242026-03-19T03:01:28.618Z Checking postgres-types v0.2.12
24252026-03-19T03:01:28.650Z Checking phf v0.13.1
24262026-03-19T03:01:28.801Z Checking smoltcp v0.9.1
24272026-03-19T03:01:28.845Z Checking similar v2.7.0
24282026-03-19T03:01:28.995Z Checking toml_edit v0.19.15
24292026-03-19T03:01:29.014Z Checking zstd v0.13.3
24302026-03-19T03:01:29.053Z Checking num-bigint-dig v0.8.6
24312026-03-19T03:01:29.270Z Checking ed25519 v2.2.3
24322026-03-19T03:01:29.368Z Checking phf_shared v0.11.3
24332026-03-19T03:01:29.414Z Checking pkcs1 v0.7.5
24342026-03-19T03:01:29.510Z Checking tokio-stream v0.1.18
24352026-03-19T03:01:29.561Z Checking strum v0.27.2
24362026-03-19T03:01:29.629Z Checking hubpack v0.1.2
24372026-03-19T03:01:29.695Z Checking rfc6979 v0.4.0
24382026-03-19T03:01:29.714Z Checking serde-big-array v0.5.1
24392026-03-19T03:01:29.736Z Checking float-cmp v0.10.0
24402026-03-19T03:01:29.847Z Checking env_filter v1.0.0
24412026-03-19T03:01:29.864Z Checking new_debug_unreachable v1.0.6
24422026-03-19T03:01:29.885Z Checking precomputed-hash v0.1.1
24432026-03-19T03:01:29.904Z Checking normalize-line-endings v0.3.0
24442026-03-19T03:01:29.952Z Checking difflib v0.4.0
24452026-03-19T03:01:29.990Z Checking jiff v0.2.21
24462026-03-19T03:01:30.018Z Checking whoami v2.1.0
24472026-03-19T03:01:30.021Z Checking keccak v0.1.6
24482026-03-19T03:01:30.060Z Checking static_assertions v1.1.0
24492026-03-19T03:01:30.094Z Checking fixedbitset v0.5.7
24502026-03-19T03:01:30.153Z Checking rustc-hash v2.1.1
24512026-03-19T03:01:30.183Z Checking predicates-core v1.0.10
24522026-03-19T03:01:30.212Z Checking rsa v0.9.10
24532026-03-19T03:01:30.258Z Checking sha3 v0.10.8
24542026-03-19T03:01:30.326Z Checking tokio-postgres v0.7.16
24552026-03-19T03:01:30.326Z Checking iddqd v0.3.17
24562026-03-19T03:01:30.356Z Checking predicates v3.1.4
24572026-03-19T03:01:30.378Z Checking petgraph v0.8.3
24582026-03-19T03:01:30.466Z Checking toml v0.7.8
24592026-03-19T03:01:30.547Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24602026-03-19T03:01:30.765Z Checking env_logger v0.11.9
24612026-03-19T03:01:30.847Z Checking string_cache v0.8.9
24622026-03-19T03:01:30.913Z Checking ecdsa v0.16.9
24632026-03-19T03:01:31.016Z Checking ed25519-dalek v2.2.0
24642026-03-19T03:01:31.066Z Checking zip v0.6.6
24652026-03-19T03:01:31.314Z Checking crossterm v0.28.1
24662026-03-19T03:01:31.365Z Checking serde_with v3.17.0
24672026-03-19T03:01:31.482Z Checking itertools v0.13.0
24682026-03-19T03:01:31.501Z Checking hickory-proto v0.25.2
24692026-03-19T03:01:32.012Z Checking x509-cert v0.2.5
24702026-03-19T03:01:32.315Z Checking fs-err v3.3.0
24712026-03-19T03:01:32.612Z Checking ahash v0.8.12
24722026-03-19T03:01:32.711Z Checking object v0.37.3
24732026-03-19T03:01:32.873Z Checking buf-list v1.1.2
24742026-03-19T03:01:32.900Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24752026-03-19T03:01:32.916Z Checking lalrpop-util v0.19.12
24762026-03-19T03:01:33.120Z Checking peg-runtime v0.8.5
24772026-03-19T03:01:33.140Z Compiling structmeta-derive v0.3.0
24782026-03-19T03:01:33.167Z Checking zip v4.6.1
24792026-03-19T03:01:33.257Z Compiling rustls v0.22.4
24802026-03-19T03:01:33.322Z Compiling newtype-uuid-macros v0.1.0
24812026-03-19T03:01:33.425Z Compiling multer v3.1.0
24822026-03-19T03:01:33.513Z Compiling async-stream-impl v0.3.6
24832026-03-19T03:01:33.618Z Checking futures-executor v0.3.32
24842026-03-19T03:01:33.724Z Checking regress v0.10.5
24852026-03-19T03:01:33.945Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-03-19T03:01:34.292Z Compiling dropshot v0.16.7
24872026-03-19T03:01:34.315Z Checking futures v0.3.32
24882026-03-19T03:01:34.417Z Compiling dropshot_endpoint v0.16.7
24892026-03-19T03:01:34.439Z Checking thread_local v1.1.9
24902026-03-19T03:01:34.595Z Compiling structmeta v0.3.0
24912026-03-19T03:01:34.614Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-03-19T03:01:34.655Z Checking crossbeam-channel v0.5.15
24932026-03-19T03:01:34.870Z Compiling derive-ex v0.1.8
24942026-03-19T03:01:35.087Z Checking is-terminal v0.4.17
24952026-03-19T03:01:35.114Z Checking take_mut v0.2.2
24962026-03-19T03:01:35.214Z Checking term v1.2.1
24972026-03-19T03:01:35.251Z Checking slog-async v2.8.0
24982026-03-19T03:01:35.390Z Compiling parse-display-derive v0.10.0
24992026-03-19T03:01:35.475Z Checking rustls-webpki v0.102.8
25002026-03-19T03:01:35.505Z Checking slog-term v2.9.2
25012026-03-19T03:01:35.685Z Checking serde_spanned v1.0.4
25022026-03-19T03:01:35.858Z Checking match_cfg v0.1.0
25032026-03-19T03:01:35.862Z Checking toml_writer v1.0.6+spec-1.1.0
25042026-03-19T03:01:35.949Z Checking debug-ignore v1.0.5
25052026-03-19T03:01:36.086Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25062026-03-19T03:01:36.101Z Checking hostname v0.3.1
25072026-03-19T03:01:36.115Z Checking toml v0.9.12+spec-1.1.0
25082026-03-19T03:01:36.143Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25092026-03-19T03:01:36.206Z Checking slog-json v2.6.1
25102026-03-19T03:01:36.333Z Checking macaddr v1.0.1
25112026-03-19T03:01:36.411Z Checking slog-bunyan v2.5.0
25122026-03-19T03:01:36.562Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25132026-03-19T03:01:36.565Z Checking async-stream v0.3.6
25142026-03-19T03:01:36.844Z Checking waitgroup v0.1.2
25152026-03-19T03:01:36.960Z Checking rustls-pemfile v2.2.0
25162026-03-19T03:01:36.981Z Checking serde_path_to_error v0.1.20
25172026-03-19T03:01:37.077Z Checking hostname v0.4.2
25182026-03-19T03:01:37.113Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25192026-03-19T03:01:37.154Z Checking progenitor-client v0.13.0
25202026-03-19T03:01:37.204Z Checking progenitor-client v0.10.0
25212026-03-19T03:01:37.249Z Compiling itertools v0.14.0
25222026-03-19T03:01:37.252Z Compiling test-strategy v0.4.5
25232026-03-19T03:01:37.374Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25242026-03-19T03:01:37.479Z Checking backon v1.6.0
25252026-03-19T03:01:37.511Z Checking instant v0.1.13
25262026-03-19T03:01:37.619Z Checking backoff v0.4.0
25272026-03-19T03:01:37.684Z Checking progenitor-extras v0.1.1
25282026-03-19T03:01:37.714Z Checking parse-display v0.10.0
25292026-03-19T03:01:37.841Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25302026-03-19T03:01:38.307Z Checking heck v0.5.0
25312026-03-19T03:01:38.351Z Checking tokio-rustls v0.25.0
25322026-03-19T03:01:38.351Z Compiling toml_edit v0.23.10+spec-1.0.0
25332026-03-19T03:01:38.351Z Compiling crucible-workspace-hack v0.1.0
25342026-03-19T03:01:38.408Z Compiling convert_case v0.4.0
25352026-03-19T03:01:38.476Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25362026-03-19T03:01:38.736Z Compiling heapless v0.8.0
25372026-03-19T03:01:38.911Z Compiling derive_more v0.99.20
25382026-03-19T03:01:38.985Z Compiling ingot-macros v0.1.1
25392026-03-19T03:01:39.139Z Compiling proc-macro-crate v3.4.0
25402026-03-19T03:01:39.300Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25412026-03-19T03:01:39.390Z Checking hash32 v0.3.1
25422026-03-19T03:01:39.554Z Checking secrecy v0.10.3
25432026-03-19T03:01:39.638Z Compiling prettyplease v0.2.37
25442026-03-19T03:01:39.708Z Compiling smoltcp v0.11.0
25452026-03-19T03:01:39.800Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25462026-03-19T03:01:39.886Z Compiling num_enum_derive v0.7.5
25472026-03-19T03:01:40.186Z Compiling typify-impl v0.6.1
25482026-03-19T03:01:40.208Z Checking tabwriter v1.4.1
25492026-03-19T03:01:40.380Z Checking cobs v0.3.0
25502026-03-19T03:01:40.484Z Compiling foreign-types-macros v0.2.3
25512026-03-19T03:01:40.585Z Checking cpufeatures v0.3.0
25522026-03-19T03:01:40.774Z Compiling unsafe-libyaml v0.2.11
25532026-03-19T03:01:40.879Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25542026-03-19T03:01:41.259Z Checking foreign-types-shared v0.3.1
25552026-03-19T03:01:41.354Z Checking num_enum v0.7.5
25562026-03-19T03:01:41.380Z Checking foreign-types v0.5.0
25572026-03-19T03:01:41.454Z Checking chacha20 v0.10.0
25582026-03-19T03:01:41.477Z Checking postcard v1.1.3
25592026-03-19T03:01:41.788Z Compiling serde_yaml v0.9.34+deprecated
25602026-03-19T03:01:42.492Z Compiling proc-macro-crate v1.3.1
25612026-03-19T03:01:42.533Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25622026-03-19T03:01:42.919Z Checking ingot-types v0.1.2
25632026-03-19T03:01:43.064Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-19T03:01:43.083Z Checking cstr-argument v0.1.2
25652026-03-19T03:01:43.241Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25662026-03-19T03:01:43.347Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25672026-03-19T03:01:43.420Z Checking ingot v0.1.1
25682026-03-19T03:01:43.478Z Checking colored v3.1.1
25692026-03-19T03:01:43.645Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25702026-03-19T03:01:43.661Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25712026-03-19T03:01:43.748Z Compiling num_enum_derive v0.5.11
25722026-03-19T03:01:43.834Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25732026-03-19T03:01:43.854Z Checking rand v0.10.0
25742026-03-19T03:01:45.012Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-19T03:01:45.446Z Checking num_enum v0.5.11
25762026-03-19T03:01:45.801Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-03-19T03:01:46.212Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25782026-03-19T03:01:46.606Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25792026-03-19T03:01:46.622Z Compiling typify-macro v0.6.1
25802026-03-19T03:01:46.752Z Compiling typify-impl v0.4.3
25812026-03-19T03:01:46.775Z Checking camino-tempfile v1.4.1
25822026-03-19T03:01:47.004Z Checking num-rational v0.4.2
25832026-03-19T03:01:47.353Z Checking half v2.7.1
25842026-03-19T03:01:47.398Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25852026-03-19T03:01:48.035Z Compiling thiserror-impl-no-std v2.0.2
25862026-03-19T03:01:48.048Z Checking universal-hash v0.5.1
25872026-03-19T03:01:48.048Z Checking num-complex v0.4.6
25882026-03-19T03:01:48.048Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25892026-03-19T03:01:48.196Z Checking ciborium-io v0.2.2
25902026-03-19T03:01:48.217Z Checking opaque-debug v0.3.1
25912026-03-19T03:01:48.237Z Checking num v0.4.3
25922026-03-19T03:01:48.308Z Checking poly1305 v0.8.0
25932026-03-19T03:01:48.345Z Checking ciborium-ll v0.2.2
25942026-03-19T03:01:48.440Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25952026-03-19T03:01:48.452Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25962026-03-19T03:01:48.563Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-03-19T03:01:48.659Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25982026-03-19T03:01:48.899Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25992026-03-19T03:01:49.016Z Compiling typify v0.6.1
26002026-03-19T03:01:49.156Z Checking toml v0.8.23
26012026-03-19T03:01:49.192Z Checking thiserror-no-std v2.0.2
26022026-03-19T03:01:49.306Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26032026-03-19T03:01:49.549Z Checking password-hash v0.5.0
26042026-03-19T03:01:49.612Z Checking chacha20 v0.9.1
26052026-03-19T03:01:49.883Z Compiling usdt-macro v0.5.0
26062026-03-19T03:01:49.889Z Compiling usdt-attr-macro v0.5.0
26072026-03-19T03:01:50.203Z Checking smf v0.2.3
26082026-03-19T03:01:50.509Z Checking blake2 v0.10.6
26092026-03-19T03:01:50.631Z Checking aead v0.5.2
26102026-03-19T03:01:50.654Z Checking sigpipe v0.1.3
26112026-03-19T03:01:50.753Z Checking memmap v0.7.0
26122026-03-19T03:01:50.857Z Compiling num-derive v0.4.2
26132026-03-19T03:01:50.867Z Checking float-ord v0.3.2
26142026-03-19T03:01:50.910Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26152026-03-19T03:01:50.943Z Checking glob v0.3.3
26162026-03-19T03:01:50.988Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26172026-03-19T03:01:51.159Z Checking usdt v0.5.0
26182026-03-19T03:01:51.177Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26192026-03-19T03:01:51.398Z Checking argon2 v0.5.3
26202026-03-19T03:01:51.422Z Checking chacha20poly1305 v0.10.1
26212026-03-19T03:01:51.600Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26222026-03-19T03:01:51.631Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26232026-03-19T03:01:51.892Z Checking vsss-rs v3.3.4
26242026-03-19T03:01:51.910Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26252026-03-19T03:01:51.942Z Compiling progenitor-impl v0.13.0
26262026-03-19T03:01:52.091Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26272026-03-19T03:01:52.575Z Checking ciborium v0.2.2
26282026-03-19T03:01:52.757Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26292026-03-19T03:01:52.880Z Compiling semver v0.1.20
26302026-03-19T03:01:52.950Z Checking indent_write v2.2.0
26312026-03-19T03:01:53.013Z Checking whoami v1.6.1
26322026-03-19T03:01:53.149Z Compiling rustc_version v0.1.7
26332026-03-19T03:01:53.212Z Compiling typify-macro v0.4.3
26342026-03-19T03:01:53.243Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26352026-03-19T03:01:53.523Z Compiling pin-project-internal v1.1.11
26362026-03-19T03:01:53.544Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26372026-03-19T03:01:54.317Z Compiling minimal-lexical v0.2.1
26382026-03-19T03:01:54.474Z Checking swrite v0.1.0
26392026-03-19T03:01:54.597Z Checking linked-hash-map v0.5.6
26402026-03-19T03:01:54.661Z Compiling nom v7.1.3
26412026-03-19T03:01:54.826Z Checking lru-cache v0.1.2
26422026-03-19T03:01:54.989Z Compiling newtype_derive v0.1.6
26432026-03-19T03:01:55.056Z Checking pin-project v1.1.11
26442026-03-19T03:01:55.230Z Checking newline-converter v0.3.0
26452026-03-19T03:01:55.378Z Checking atomicwrites v0.4.4
26462026-03-19T03:01:55.502Z Compiling typify v0.4.3
26472026-03-19T03:01:55.548Z Checking phf_shared v0.12.1
26482026-03-19T03:01:55.568Z Compiling progenitor-macro v0.13.0
26492026-03-19T03:01:55.650Z Checking hickory-proto v0.24.4
26502026-03-19T03:01:55.719Z Checking console v0.15.11
26512026-03-19T03:01:55.739Z Checking pem v3.0.6
26522026-03-19T03:01:55.763Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26532026-03-19T03:01:56.101Z Checking csv-core v0.1.13
26542026-03-19T03:01:56.346Z Compiling snafu-derive v0.8.9
26552026-03-19T03:01:56.671Z Compiling async-recursion v1.1.1
26562026-03-19T03:01:56.786Z Compiling derive-where v1.6.0
26572026-03-19T03:01:57.620Z Compiling slog-dtrace v0.3.0
26582026-03-19T03:01:57.854Z Compiling cancel-safe-futures v0.1.5
26592026-03-19T03:01:58.127Z Checking same-file v1.0.6
26602026-03-19T03:01:58.207Z Compiling owo-colors v4.3.0
26612026-03-19T03:01:58.283Z Checking resolv-conf v0.7.6
26622026-03-19T03:01:58.517Z Checking highway v1.3.0
26632026-03-19T03:01:58.603Z Checking unicode-width v0.1.14
26642026-03-19T03:01:58.626Z Compiling chrono-tz v0.10.4
26652026-03-19T03:01:58.807Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26662026-03-19T03:01:58.826Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26672026-03-19T03:01:58.930Z Checking hickory-resolver v0.24.4
26682026-03-19T03:01:58.952Z Checking walkdir v2.5.0
26692026-03-19T03:01:59.098Z Checking snafu v0.8.9
26702026-03-19T03:01:59.230Z Compiling const_format_proc_macros v0.2.34
26712026-03-19T03:01:59.628Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-19T03:01:59.818Z Checking csv v1.4.0
26732026-03-19T03:01:59.901Z Checking expectorate v1.2.0
26742026-03-19T03:02:00.068Z Checking phf v0.12.1
26752026-03-19T03:02:00.251Z Compiling progenitor-impl v0.10.0
26762026-03-19T03:02:00.299Z Checking tokio-dtrace v0.1.1
26772026-03-19T03:02:00.318Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26782026-03-19T03:02:00.340Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26792026-03-19T03:02:00.530Z Checking globset v0.4.18
26802026-03-19T03:02:00.767Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-03-19T03:02:00.857Z Checking olpc-cjson v0.1.4
26822026-03-19T03:02:00.890Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26832026-03-19T03:02:01.038Z Checking libsw-core v0.3.2
26842026-03-19T03:02:01.059Z Checking serde_plain v1.0.2
26852026-03-19T03:02:01.227Z Checking arc-swap v1.8.2
26862026-03-19T03:02:01.248Z Compiling lzma-sys v0.1.20
26872026-03-19T03:02:01.525Z Checking bytecount v0.6.9
26882026-03-19T03:02:01.546Z Checking typed-path v0.9.3
26892026-03-19T03:02:01.697Z Checking utf-8 v0.7.6
26902026-03-19T03:02:01.781Z Checking papergrid v0.11.0
26912026-03-19T03:02:01.875Z Checking tungstenite v0.21.0
26922026-03-19T03:02:02.390Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26932026-03-19T03:02:02.616Z Checking slog-scope v4.4.1
26942026-03-19T03:02:02.658Z Checking libsw v3.5.0
26952026-03-19T03:02:02.732Z Checking tough v0.20.0
26962026-03-19T03:02:02.754Z Checking progenitor v0.13.0
26972026-03-19T03:02:02.797Z Checking oxide-tokio-rt v0.1.3
26982026-03-19T03:02:02.957Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26992026-03-19T03:02:02.969Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-03-19T03:02:03.004Z Checking const_format v0.2.35
27012026-03-19T03:02:03.569Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27022026-03-19T03:02:03.663Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27032026-03-19T03:02:03.953Z Compiling progenitor-macro v0.10.0
27042026-03-19T03:02:03.996Z Checking qorb v0.4.1
27052026-03-19T03:02:04.700Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27062026-03-19T03:02:05.390Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27072026-03-19T03:02:05.502Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27082026-03-19T03:02:05.556Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27092026-03-19T03:02:05.589Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27102026-03-19T03:02:05.949Z Compiling cargo_toml v0.22.3
27112026-03-19T03:02:06.032Z Checking gethostname v0.5.0
27122026-03-19T03:02:06.149Z Compiling tabled_derive v0.7.0
27132026-03-19T03:02:06.170Z Checking bcs v0.1.6
27142026-03-19T03:02:06.192Z Checking unicode-linebreak v0.1.5
27152026-03-19T03:02:06.221Z Checking termtree v0.5.1
27162026-03-19T03:02:06.400Z Checking smawk v0.3.2
27172026-03-19T03:02:06.474Z Checking linear-map v1.2.0
27182026-03-19T03:02:06.493Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27192026-03-19T03:02:06.570Z Checking textwrap v0.16.2
27202026-03-19T03:02:06.715Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27212026-03-19T03:02:06.931Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27222026-03-19T03:02:07.044Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27232026-03-19T03:02:07.523Z Checking tabled v0.15.0
27242026-03-19T03:02:07.989Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-19T03:02:08.172Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27262026-03-19T03:02:08.438Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27272026-03-19T03:02:08.586Z Checking steno v0.4.1
27282026-03-19T03:02:08.662Z Checking slog-stdlog v4.1.1
27292026-03-19T03:02:08.826Z Checking typeid v1.0.3
27302026-03-19T03:02:08.962Z Checking tokio-tungstenite v0.21.0
27312026-03-19T03:02:09.326Z Checking humantime v2.3.0
27322026-03-19T03:02:09.348Z Checking base64 v0.21.7
27332026-03-19T03:02:09.582Z Checking xz2 v0.1.7
27342026-03-19T03:02:09.672Z Checking ron v0.12.0
27352026-03-19T03:02:09.823Z Checking slog-envlogger v2.2.0
27362026-03-19T03:02:09.981Z Checking yasna v0.5.2
27372026-03-19T03:02:10.004Z Checking headers-core v0.3.0
27382026-03-19T03:02:10.041Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27392026-03-19T03:02:10.156Z Checking filetime v0.2.27
27402026-03-19T03:02:10.179Z Checking base16ct v1.0.0
27412026-03-19T03:02:10.317Z Checking xattr v1.6.1
27422026-03-19T03:02:10.344Z Checking headers v0.4.1
27432026-03-19T03:02:10.465Z Checking rcgen v0.12.1
27442026-03-19T03:02:10.488Z Checking tar v0.4.44
27452026-03-19T03:02:10.700Z Checking subprocess v0.2.15
27462026-03-19T03:02:10.966Z Checking progenitor v0.10.0
27472026-03-19T03:02:11.135Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27482026-03-19T03:02:18.802Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492026-03-19T03:02:27.034Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-03-19T03:02:28.797Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-19T03:02:30.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27522026-03-19T03:02:30.606Z
27532026-03-19T03:02:30.606Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27542026-03-19T03:02:31.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-19T03:02:31.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-19T03:02:31.643Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27572026-03-19T03:02:33.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
27582026-03-19T03:02:33.591Z
27592026-03-19T03:02:33.591Zinfo: running `cargo check --bins` on nexus-config (51/259)
27602026-03-19T03:02:34.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-19T03:02:34.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-19T03:02:34.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-19T03:02:34.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27642026-03-19T03:02:34.428Z
27652026-03-19T03:02:34.428Zinfo: running `cargo check --bins` on nexus-types (52/259)
27662026-03-19T03:02:35.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-19T03:02:35.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-19T03:02:35.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-19T03:02:35.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27702026-03-19T03:02:35.271Z
27712026-03-19T03:02:35.271Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27722026-03-19T03:02:35.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-19T03:02:35.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-19T03:02:35.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-19T03:02:35.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27762026-03-19T03:02:36.063Z
27772026-03-19T03:02:36.063Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27782026-03-19T03:02:36.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-19T03:02:36.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-19T03:02:36.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-19T03:02:36.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27822026-03-19T03:02:36.850Z
27832026-03-19T03:02:36.850Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27842026-03-19T03:02:37.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-19T03:02:37.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-19T03:02:37.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-19T03:02:37.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27882026-03-19T03:02:37.620Z
27892026-03-19T03:02:37.620Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27902026-03-19T03:02:38.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-19T03:02:38.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-19T03:02:38.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-19T03:02:38.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27942026-03-19T03:02:38.386Z
27952026-03-19T03:02:38.386Zinfo: running `cargo check --bins` on ereport-types (57/259)
27962026-03-19T03:02:39.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-19T03:02:39.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-19T03:02:39.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-19T03:02:39.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28002026-03-19T03:02:39.161Z
28012026-03-19T03:02:39.162Zinfo: running `cargo check --bins` on gateway-client (58/259)
28022026-03-19T03:02:39.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-19T03:02:39.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-19T03:02:39.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-19T03:02:39.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28062026-03-19T03:02:39.937Z
28072026-03-19T03:02:39.937Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28082026-03-19T03:02:40.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-19T03:02:40.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-19T03:02:40.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-19T03:02:40.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28122026-03-19T03:02:40.722Z
28132026-03-19T03:02:40.722Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28142026-03-19T03:02:41.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-19T03:02:41.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-19T03:02:41.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-19T03:02:41.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28182026-03-19T03:02:41.502Z
28192026-03-19T03:02:41.502Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28202026-03-19T03:02:42.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-19T03:02:42.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-19T03:02:42.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-19T03:02:42.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28242026-03-19T03:02:42.287Z
28252026-03-19T03:02:42.287Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28262026-03-19T03:02:42.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-19T03:02:42.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-19T03:02:42.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-19T03:02:42.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28302026-03-19T03:02:43.066Z
28312026-03-19T03:02:43.066Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28322026-03-19T03:02:43.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-19T03:02:43.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-19T03:02:43.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-19T03:02:43.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28362026-03-19T03:02:43.856Z
28372026-03-19T03:02:43.856Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28382026-03-19T03:02:44.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-19T03:02:44.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-19T03:02:44.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-19T03:02:44.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28422026-03-19T03:02:44.661Z
28432026-03-19T03:02:44.662Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28442026-03-19T03:02:45.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-19T03:02:45.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-19T03:02:45.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-03-19T03:02:45.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28482026-03-19T03:02:45.427Z
28492026-03-19T03:02:45.427Zinfo: running `cargo check --bins` on oxlog (66/259)
28502026-03-19T03:02:46.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-03-19T03:02:46.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-03-19T03:02:46.243Z Compiling newtype-uuid v1.3.2
28532026-03-19T03:02:46.501Z Compiling daft v0.1.5
28542026-03-19T03:02:46.764Z Compiling iddqd v0.3.17
28552026-03-19T03:02:48.034Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562026-03-19T03:02:48.328Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28572026-03-19T03:02:48.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28582026-03-19T03:02:48.890Z
28592026-03-19T03:02:48.890Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28602026-03-19T03:02:49.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-19T03:02:49.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-19T03:02:49.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-19T03:02:49.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28642026-03-19T03:02:49.674Z
28652026-03-19T03:02:49.674Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28662026-03-19T03:02:50.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-19T03:02:50.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-19T03:02:50.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-19T03:02:50.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28702026-03-19T03:02:50.458Z
28712026-03-19T03:02:50.458Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28722026-03-19T03:02:51.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-19T03:02:51.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-19T03:02:51.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-19T03:02:51.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28762026-03-19T03:02:51.281Z
28772026-03-19T03:02:51.281Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28782026-03-19T03:02:51.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-19T03:02:51.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-19T03:02:51.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-19T03:02:51.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28822026-03-19T03:02:52.051Z
28832026-03-19T03:02:52.051Zinfo: running `cargo check --bins` on oxql-types (71/259)
28842026-03-19T03:02:52.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-19T03:02:52.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-19T03:02:52.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-19T03:02:52.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882026-03-19T03:02:52.834Z
28892026-03-19T03:02:52.834Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28902026-03-19T03:02:53.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-19T03:02:53.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-19T03:02:53.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-19T03:02:53.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28942026-03-19T03:02:53.646Z
28952026-03-19T03:02:53.646Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28962026-03-19T03:02:54.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-19T03:02:54.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-19T03:02:54.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-19T03:02:54.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29002026-03-19T03:02:54.412Z
29012026-03-19T03:02:54.412Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
29022026-03-19T03:02:55.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-19T03:02:55.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-19T03:02:55.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-19T03:02:55.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29062026-03-19T03:02:55.175Z
29072026-03-19T03:02:55.176Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29082026-03-19T03:02:55.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-19T03:02:55.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-19T03:02:55.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-19T03:02:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29122026-03-19T03:02:55.994Z
29132026-03-19T03:02:55.994Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29142026-03-19T03:02:56.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-19T03:02:56.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-19T03:02:56.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-19T03:02:56.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29182026-03-19T03:02:56.808Z
29192026-03-19T03:02:56.808Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29202026-03-19T03:02:57.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-19T03:02:57.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-19T03:02:57.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-19T03:02:57.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29242026-03-19T03:02:57.626Z
29252026-03-19T03:02:57.626Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29262026-03-19T03:02:58.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-19T03:02:58.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-19T03:02:58.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-19T03:02:58.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29302026-03-19T03:02:58.439Z
29312026-03-19T03:02:58.439Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29322026-03-19T03:02:59.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-19T03:02:59.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-19T03:02:59.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-19T03:02:59.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29362026-03-19T03:02:59.213Z
29372026-03-19T03:02:59.213Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29382026-03-19T03:02:59.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-19T03:02:59.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-19T03:02:59.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-19T03:02:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29422026-03-19T03:02:59.986Z
29432026-03-19T03:02:59.987Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29442026-03-19T03:03:00.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-19T03:03:00.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-19T03:03:00.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-19T03:03:00.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29482026-03-19T03:03:00.747Z
29492026-03-19T03:03:00.747Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29502026-03-19T03:03:01.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-19T03:03:01.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-19T03:03:01.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-03-19T03:03:01.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29542026-03-19T03:03:01.514Z
29552026-03-19T03:03:01.514Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29562026-03-19T03:03:02.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-19T03:03:02.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-19T03:03:02.399Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29592026-03-19T03:03:03.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29602026-03-19T03:03:03.288Z
29612026-03-19T03:03:03.288Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29622026-03-19T03:03:04.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-03-19T03:03:04.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-03-19T03:03:04.209Z Compiling ar_archive_writer v0.5.1
29652026-03-19T03:03:04.339Z Compiling stacker v0.1.23
29662026-03-19T03:03:04.342Z Compiling cfg_aliases v0.1.1
29672026-03-19T03:03:04.382Z Compiling convert_case v0.10.0
29682026-03-19T03:03:04.391Z Checking fd-lock v4.0.4
29692026-03-19T03:03:04.394Z Checking nibble_vec v0.1.0
29702026-03-19T03:03:04.395Z Checking vte v0.14.1
29712026-03-19T03:03:04.395Z Compiling recursive-proc-macro-impl v0.1.1
29722026-03-19T03:03:04.466Z Compiling nix v0.28.0
29732026-03-19T03:03:04.592Z Checking endian-type v0.1.2
29742026-03-19T03:03:04.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-03-19T03:03:04.640Z Checking strip-ansi-escapes v0.2.1
29762026-03-19T03:03:04.683Z Compiling peg-macros v0.8.5
29772026-03-19T03:03:04.755Z Checking radix_trie v0.2.1
29782026-03-19T03:03:04.771Z Checking winnow v0.6.26
29792026-03-19T03:03:04.818Z Compiling derive_more-impl v2.1.1
29802026-03-19T03:03:04.930Z Compiling sqlparser_derive v0.5.0
29812026-03-19T03:03:05.033Z Checking home v0.5.12
29822026-03-19T03:03:05.163Z Checking unicode_categories v0.1.1
29832026-03-19T03:03:05.236Z Checking nu-ansi-term v0.50.3
29842026-03-19T03:03:05.403Z Checking display-error-chain v0.2.2
29852026-03-19T03:03:05.510Z Compiling psm v0.1.30
29862026-03-19T03:03:05.528Z Checking reedline v0.40.0
29872026-03-19T03:03:05.909Z Checking derive_more v2.1.1
29882026-03-19T03:03:06.001Z Checking crossterm v0.29.0
29892026-03-19T03:03:06.218Z Checking peg v0.8.5
29902026-03-19T03:03:06.292Z Checking rustyline v14.0.0
29912026-03-19T03:03:06.357Z Checking sqlformat v0.3.5
29922026-03-19T03:03:06.460Z Checking recursive v0.1.1
29932026-03-19T03:03:06.621Z Checking sqlparser v0.61.0
29942026-03-19T03:03:22.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
29952026-03-19T03:03:22.581Z
29962026-03-19T03:03:22.581Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29972026-03-19T03:03:23.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-19T03:03:23.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-19T03:03:23.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-19T03:03:28.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
30012026-03-19T03:03:28.398Z
30022026-03-19T03:03:28.398Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
30032026-03-19T03:03:29.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-19T03:03:29.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-19T03:03:29.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-19T03:03:32.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
30072026-03-19T03:03:32.784Z
30082026-03-19T03:03:32.784Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30092026-03-19T03:03:33.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-19T03:03:33.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-19T03:03:33.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-19T03:03:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
30132026-03-19T03:03:38.279Z
30142026-03-19T03:03:38.279Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30152026-03-19T03:03:38.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-19T03:03:38.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-19T03:03:39.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-19T03:03:43.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
30192026-03-19T03:03:43.821Z
30202026-03-19T03:03:43.821Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30212026-03-19T03:03:44.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-19T03:03:44.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-19T03:03:44.726Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-19T03:03:48.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
30252026-03-19T03:03:48.422Z
30262026-03-19T03:03:48.423Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30272026-03-19T03:03:49.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-19T03:03:49.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-19T03:03:49.324Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-19T03:03:52.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
30312026-03-19T03:03:53.073Z
30322026-03-19T03:03:53.073Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30332026-03-19T03:03:53.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-19T03:03:53.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-19T03:03:53.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30362026-03-19T03:03:58.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
30372026-03-19T03:03:58.878Z
30382026-03-19T03:03:58.878Zinfo: running `cargo check --bins` on oximeter (92/259)
30392026-03-19T03:03:59.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-19T03:03:59.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-19T03:03:59.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-03-19T03:03:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30432026-03-19T03:03:59.680Z
30442026-03-19T03:03:59.680Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30452026-03-19T03:04:00.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-03-19T03:04:00.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-03-19T03:04:00.550Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-03-19T03:04:00.744Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-19T03:04:00.764Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-19T03:04:01.191Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-19T03:04:06.020Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30522026-03-19T03:04:06.441Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30532026-03-19T03:04:08.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30542026-03-19T03:04:08.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
30552026-03-19T03:04:09.113Z
30562026-03-19T03:04:09.113Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30572026-03-19T03:04:09.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-19T03:04:09.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-19T03:04:09.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-19T03:04:09.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30612026-03-19T03:04:09.906Z
30622026-03-19T03:04:09.906Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30632026-03-19T03:04:10.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-19T03:04:10.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-19T03:04:10.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-19T03:04:10.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30672026-03-19T03:04:10.810Z
30682026-03-19T03:04:10.810Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30692026-03-19T03:04:11.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-19T03:04:11.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-19T03:04:11.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-19T03:04:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30732026-03-19T03:04:11.581Z
30742026-03-19T03:04:11.581Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30752026-03-19T03:04:12.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-19T03:04:12.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-19T03:04:12.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-19T03:04:12.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30792026-03-19T03:04:12.396Z
30802026-03-19T03:04:12.396Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30812026-03-19T03:04:13.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-19T03:04:13.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-19T03:04:13.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-19T03:04:13.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30852026-03-19T03:04:13.211Z
30862026-03-19T03:04:13.211Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30872026-03-19T03:04:13.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-19T03:04:13.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-19T03:04:13.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-19T03:04:13.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30912026-03-19T03:04:14.022Z
30922026-03-19T03:04:14.022Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30932026-03-19T03:04:14.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-19T03:04:14.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-19T03:04:14.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-19T03:04:14.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30972026-03-19T03:04:14.797Z
30982026-03-19T03:04:14.797Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30992026-03-19T03:04:15.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-19T03:04:15.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-19T03:04:15.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-19T03:04:15.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31032026-03-19T03:04:15.610Z
31042026-03-19T03:04:15.610Zinfo: running `cargo check --bins` on update-engine (102/259)
31052026-03-19T03:04:16.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-19T03:04:16.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-19T03:04:16.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-03-19T03:04:16.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31092026-03-19T03:04:16.387Z
31102026-03-19T03:04:16.387Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31112026-03-19T03:04:17.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-03-19T03:04:17.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-03-19T03:04:17.322Z Checking dropshot-api-manager-types v0.6.0
31142026-03-19T03:04:17.325Z Checking nanorand v0.7.0
31152026-03-19T03:04:17.628Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31162026-03-19T03:04:17.667Z Checking flume v0.11.1
31172026-03-19T03:04:17.949Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31182026-03-19T03:04:19.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
31192026-03-19T03:04:19.457Z
31202026-03-19T03:04:19.457Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31212026-03-19T03:04:20.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-19T03:04:20.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-19T03:04:20.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-19T03:04:20.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31252026-03-19T03:04:20.254Z
31262026-03-19T03:04:20.254Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31272026-03-19T03:04:20.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-19T03:04:20.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-19T03:04:20.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-19T03:04:20.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31312026-03-19T03:04:21.045Z
31322026-03-19T03:04:21.045Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31332026-03-19T03:04:21.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-19T03:04:21.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-19T03:04:21.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-19T03:04:21.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31372026-03-19T03:04:21.838Z
31382026-03-19T03:04:21.838Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31392026-03-19T03:04:22.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-19T03:04:22.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-19T03:04:22.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-19T03:04:22.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31432026-03-19T03:04:22.657Z
31442026-03-19T03:04:22.657Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31452026-03-19T03:04:23.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-19T03:04:23.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-19T03:04:23.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-19T03:04:23.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31492026-03-19T03:04:23.452Z
31502026-03-19T03:04:23.452Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31512026-03-19T03:04:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-19T03:04:24.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-19T03:04:24.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-19T03:04:24.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-19T03:04:24.249Z
31562026-03-19T03:04:24.249Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31572026-03-19T03:04:24.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-19T03:04:24.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-19T03:04:24.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-19T03:04:24.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31612026-03-19T03:04:25.051Z
31622026-03-19T03:04:25.051Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31632026-03-19T03:04:25.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-19T03:04:25.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-19T03:04:25.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-19T03:04:25.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31672026-03-19T03:04:25.823Z
31682026-03-19T03:04:25.823Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31692026-03-19T03:04:26.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-19T03:04:26.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-19T03:04:26.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-19T03:04:26.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-19T03:04:26.621Z
31742026-03-19T03:04:26.621Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31752026-03-19T03:04:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-19T03:04:27.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-19T03:04:27.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-19T03:04:27.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31792026-03-19T03:04:27.414Z
31802026-03-19T03:04:27.414Zinfo: running `cargo check --bins` on installinator-client (114/259)
31812026-03-19T03:04:28.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-19T03:04:28.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-19T03:04:28.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-19T03:04:28.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31852026-03-19T03:04:28.215Z
31862026-03-19T03:04:28.215Zinfo: running `cargo check --bins` on nexus-client (115/259)
31872026-03-19T03:04:28.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-19T03:04:28.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-19T03:04:28.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-19T03:04:28.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31912026-03-19T03:04:29.052Z
31922026-03-19T03:04:29.052Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31932026-03-19T03:04:29.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-19T03:04:29.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-19T03:04:29.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-19T03:04:29.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31972026-03-19T03:04:29.896Z
31982026-03-19T03:04:29.897Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31992026-03-19T03:04:30.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-19T03:04:30.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-19T03:04:30.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-19T03:04:30.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-19T03:04:30.678Z
32042026-03-19T03:04:30.678Zinfo: running `cargo check --bins` on oxide-client (118/259)
32052026-03-19T03:04:31.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-19T03:04:31.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-19T03:04:31.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-19T03:04:31.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32092026-03-19T03:04:31.450Z
32102026-03-19T03:04:31.451Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32112026-03-19T03:04:32.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-19T03:04:32.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-19T03:04:32.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-19T03:04:32.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32152026-03-19T03:04:32.238Z
32162026-03-19T03:04:32.238Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32172026-03-19T03:04:32.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-19T03:04:32.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-19T03:04:32.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-19T03:04:32.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32212026-03-19T03:04:33.012Z
32222026-03-19T03:04:33.012Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32232026-03-19T03:04:33.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-19T03:04:33.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-19T03:04:33.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-19T03:04:33.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32272026-03-19T03:04:33.825Z
32282026-03-19T03:04:33.825Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32292026-03-19T03:04:34.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-19T03:04:34.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-19T03:04:34.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-19T03:04:34.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32332026-03-19T03:04:34.645Z
32342026-03-19T03:04:34.645Zinfo: running `cargo check --bins` on installinator-common (123/259)
32352026-03-19T03:04:35.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-19T03:04:35.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-19T03:04:35.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-19T03:04:35.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32392026-03-19T03:04:35.446Z
32402026-03-19T03:04:35.446Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32412026-03-19T03:04:36.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-19T03:04:36.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-19T03:04:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-19T03:04:36.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32452026-03-19T03:04:36.209Z
32462026-03-19T03:04:36.209Zinfo: running `cargo check --bins` on wicket-common (125/259)
32472026-03-19T03:04:36.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-19T03:04:36.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-19T03:04:36.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-03-19T03:04:36.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32512026-03-19T03:04:37.023Z
32522026-03-19T03:04:37.023Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32532026-03-19T03:04:37.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-03-19T03:04:37.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-03-19T03:04:37.923Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32562026-03-19T03:04:37.927Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-03-19T03:04:37.927Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32582026-03-19T03:04:38.074Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32592026-03-19T03:04:38.078Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602026-03-19T03:04:38.233Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-03-19T03:04:38.273Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32622026-03-19T03:04:38.565Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-03-19T03:04:38.568Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32642026-03-19T03:04:41.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32652026-03-19T03:04:41.634Z
32662026-03-19T03:04:41.634Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32672026-03-19T03:04:42.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-19T03:04:42.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-19T03:04:42.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-19T03:04:42.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32712026-03-19T03:04:42.430Z
32722026-03-19T03:04:42.430Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32732026-03-19T03:04:43.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-19T03:04:43.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-19T03:04:43.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-19T03:04:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32772026-03-19T03:04:43.338Z
32782026-03-19T03:04:43.338Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32792026-03-19T03:04:44.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-19T03:04:44.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-19T03:04:44.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-03-19T03:04:44.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32832026-03-19T03:04:44.255Z
32842026-03-19T03:04:44.255Zinfo: running `cargo check --bins` on dns-server (130/259)
32852026-03-19T03:04:44.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-03-19T03:04:44.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-03-19T03:04:45.160Z Compiling parking_lot_core v0.8.6
32882026-03-19T03:04:45.161Z Compiling git-stub v1.0.0
32892026-03-19T03:04:45.164Z Compiling atomicwrites v0.4.4
32902026-03-19T03:04:45.164Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32912026-03-19T03:04:45.336Z Checking tagptr v0.2.0
32922026-03-19T03:04:45.342Z Checking prefix-trie v0.7.0
32932026-03-19T03:04:45.346Z Checking fxhash v0.2.1
32942026-03-19T03:04:45.346Z Checking hickory-client v0.25.2
32952026-03-19T03:04:45.513Z Compiling git-stub-vcs v0.1.0
32962026-03-19T03:04:45.535Z Checking moka v0.12.13
32972026-03-19T03:04:45.823Z Checking parking_lot v0.11.2
32982026-03-19T03:04:45.839Z Checking hickory-server v0.25.2
32992026-03-19T03:04:45.892Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33002026-03-19T03:04:45.959Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-19T03:04:45.962Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-19T03:04:45.962Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-19T03:04:46.058Z Checking sled v0.34.7
33042026-03-19T03:04:46.373Z Checking hickory-resolver v0.25.2
33052026-03-19T03:04:48.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
33062026-03-19T03:04:49.071Z
33072026-03-19T03:04:49.071Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33082026-03-19T03:04:49.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-19T03:04:49.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-19T03:04:49.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-19T03:04:49.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33122026-03-19T03:04:49.868Z
33132026-03-19T03:04:49.868Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33142026-03-19T03:04:50.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-19T03:04:50.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-19T03:04:50.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-03-19T03:04:50.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33182026-03-19T03:04:50.736Z
33192026-03-19T03:04:50.736Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33202026-03-19T03:04:51.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-03-19T03:04:51.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-03-19T03:04:51.728Z Compiling radium v0.7.0
33232026-03-19T03:04:51.867Z Checking tap v1.0.1
33242026-03-19T03:04:51.870Z Compiling maybe-uninit v2.0.0
33252026-03-19T03:04:51.921Z Compiling zerocopy-derive v0.6.6
33262026-03-19T03:04:51.924Z Compiling packed_struct v0.10.1
33272026-03-19T03:04:51.924Z Checking crc-catalog v2.4.0
33282026-03-19T03:04:51.924Z Checking funty v2.0.0
33292026-03-19T03:04:51.927Z Compiling packed_struct_codegen v0.10.1
33302026-03-19T03:04:52.004Z Checking wyz v0.5.1
33312026-03-19T03:04:52.151Z Checking crc v3.4.0
33322026-03-19T03:04:52.278Z Compiling bitfield-macros v0.19.4
33332026-03-19T03:04:52.345Z Compiling indexmap v1.9.3
33342026-03-19T03:04:52.352Z Checking nodrop v0.1.14
33352026-03-19T03:04:52.380Z Checking smallvec v0.6.14
33362026-03-19T03:04:52.418Z Checking hashbrown v0.12.3
33372026-03-19T03:04:52.437Z Checking bitvec v1.0.1
33382026-03-19T03:04:52.473Z Checking array-init v0.0.4
33392026-03-19T03:04:52.610Z Checking ron v0.8.1
33402026-03-19T03:04:52.637Z Checking hashbrown v0.13.2
33412026-03-19T03:04:52.951Z Checking serde-hex v0.1.0
33422026-03-19T03:04:53.061Z Checking zerocopy v0.6.6
33432026-03-19T03:04:53.214Z Checking crc-any v2.5.0
33442026-03-19T03:04:53.231Z Checking bitfield v0.19.4
33452026-03-19T03:04:53.337Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-19T03:04:53.402Z Checking void v1.0.2
33472026-03-19T03:04:53.439Z Checking object v0.30.4
33482026-03-19T03:04:53.458Z Checking half v1.8.3
33492026-03-19T03:04:53.478Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-19T03:04:53.531Z Checking path-slash v0.1.5
33512026-03-19T03:04:53.619Z Checking lzss v0.8.2
33522026-03-19T03:04:53.655Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33532026-03-19T03:04:53.675Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-19T03:04:53.721Z Checking serde_cbor v0.11.2
33552026-03-19T03:04:53.756Z Checking tungstenite v0.23.0
33562026-03-19T03:04:53.848Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33572026-03-19T03:04:53.867Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-03-19T03:04:53.884Z Checking nix v0.27.1
33592026-03-19T03:04:54.245Z Checking kstat-rs v0.2.4
33602026-03-19T03:04:54.317Z Checking serde_bytes v0.11.19
33612026-03-19T03:04:54.373Z Checking tokio-tungstenite v0.23.1
33622026-03-19T03:04:54.492Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-03-19T03:04:54.540Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33642026-03-19T03:04:54.591Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33652026-03-19T03:04:54.712Z Checking signal-hook-tokio v0.3.1
33662026-03-19T03:04:55.753Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33672026-03-19T03:04:55.994Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33682026-03-19T03:04:59.332Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-19T03:05:00.526Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-03-19T03:05:00.905Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33712026-03-19T03:05:02.401Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-03-19T03:05:05.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
33732026-03-19T03:05:05.413Z
33742026-03-19T03:05:05.413Zinfo: running `cargo check --bins` on gateway-api (134/259)
33752026-03-19T03:05:06.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-19T03:05:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-19T03:05:06.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-19T03:05:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33792026-03-19T03:05:06.200Z
33802026-03-19T03:05:06.200Zinfo: running `cargo check --bins` on ipcc (135/259)
33812026-03-19T03:05:06.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-19T03:05:06.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-19T03:05:06.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-19T03:05:06.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33852026-03-19T03:05:06.990Z
33862026-03-19T03:05:06.990Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33872026-03-19T03:05:07.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-19T03:05:07.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-19T03:05:07.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-19T03:05:07.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33912026-03-19T03:05:07.758Z
33922026-03-19T03:05:07.758Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33932026-03-19T03:05:08.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-19T03:05:08.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-19T03:05:08.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-19T03:05:08.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33972026-03-19T03:05:08.543Z
33982026-03-19T03:05:08.543Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33992026-03-19T03:05:09.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-19T03:05:09.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-19T03:05:09.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-19T03:05:09.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34032026-03-19T03:05:09.341Z
34042026-03-19T03:05:09.341Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34052026-03-19T03:05:10.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-19T03:05:10.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-19T03:05:10.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-19T03:05:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34092026-03-19T03:05:10.137Z
34102026-03-19T03:05:10.137Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34112026-03-19T03:05:10.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-19T03:05:10.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-19T03:05:10.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-19T03:05:10.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-19T03:05:10.931Z
34162026-03-19T03:05:10.931Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34172026-03-19T03:05:11.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-19T03:05:11.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-19T03:05:11.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-19T03:05:11.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-19T03:05:11.720Z
34222026-03-19T03:05:11.720Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34232026-03-19T03:05:12.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-19T03:05:12.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-19T03:05:12.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-19T03:05:12.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-19T03:05:12.513Z
34282026-03-19T03:05:12.513Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34292026-03-19T03:05:13.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-19T03:05:13.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-19T03:05:13.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-19T03:05:13.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34332026-03-19T03:05:13.304Z
34342026-03-19T03:05:13.304Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34352026-03-19T03:05:13.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-19T03:05:13.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-19T03:05:13.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-19T03:05:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34392026-03-19T03:05:14.089Z
34402026-03-19T03:05:14.089Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34412026-03-19T03:05:14.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-19T03:05:14.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-19T03:05:14.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-19T03:05:14.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34452026-03-19T03:05:14.881Z
34462026-03-19T03:05:14.881Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34472026-03-19T03:05:15.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-19T03:05:15.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-19T03:05:15.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-19T03:05:15.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34512026-03-19T03:05:15.675Z
34522026-03-19T03:05:15.675Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34532026-03-19T03:05:16.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-19T03:05:16.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-19T03:05:16.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-19T03:05:16.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34572026-03-19T03:05:16.520Z
34582026-03-19T03:05:16.520Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34592026-03-19T03:05:17.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-19T03:05:17.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-19T03:05:17.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-03-19T03:05:17.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34632026-03-19T03:05:17.310Z
34642026-03-19T03:05:17.310Zinfo: running `cargo check --bins` on sp-sim (149/259)
34652026-03-19T03:05:18.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-19T03:05:18.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-19T03:05:18.282Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-03-19T03:05:20.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34692026-03-19T03:05:20.850Z
34702026-03-19T03:05:20.850Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34712026-03-19T03:05:21.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-19T03:05:21.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-19T03:05:21.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-19T03:05:21.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34752026-03-19T03:05:21.717Z
34762026-03-19T03:05:21.717Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34772026-03-19T03:05:22.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-19T03:05:22.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-19T03:05:22.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-19T03:05:22.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34812026-03-19T03:05:22.597Z
34822026-03-19T03:05:22.597Zinfo: running `cargo check --bins` on db-macros (152/259)
34832026-03-19T03:05:23.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-19T03:05:23.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-19T03:05:23.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-19T03:05:23.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34872026-03-19T03:05:23.367Z
34882026-03-19T03:05:23.367Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34892026-03-19T03:05:24.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-19T03:05:24.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-19T03:05:24.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-19T03:05:24.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34932026-03-19T03:05:24.134Z
34942026-03-19T03:05:24.134Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34952026-03-19T03:05:24.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-19T03:05:24.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-19T03:05:24.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-19T03:05:24.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34992026-03-19T03:05:24.997Z
35002026-03-19T03:05:24.997Zinfo: running `cargo check --bins` on authz-macros (155/259)
35012026-03-19T03:05:25.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-19T03:05:25.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-19T03:05:25.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-19T03:05:25.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35052026-03-19T03:05:25.777Z
35062026-03-19T03:05:25.777Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35072026-03-19T03:05:26.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-19T03:05:26.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-19T03:05:26.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-19T03:05:26.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35112026-03-19T03:05:26.632Z
35122026-03-19T03:05:26.632Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35132026-03-19T03:05:27.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-19T03:05:27.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-19T03:05:27.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-19T03:05:27.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35172026-03-19T03:05:27.483Z
35182026-03-19T03:05:27.483Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35192026-03-19T03:05:28.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-19T03:05:28.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-19T03:05:28.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-19T03:05:28.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35232026-03-19T03:05:28.261Z
35242026-03-19T03:05:28.261Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35252026-03-19T03:05:28.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-19T03:05:28.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-19T03:05:28.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-19T03:05:28.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35292026-03-19T03:05:29.031Z
35302026-03-19T03:05:29.031Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35312026-03-19T03:05:29.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-19T03:05:29.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-19T03:05:29.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-19T03:05:29.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35352026-03-19T03:05:29.826Z
35362026-03-19T03:05:29.826Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35372026-03-19T03:05:30.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-19T03:05:30.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-19T03:05:30.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-19T03:05:30.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35412026-03-19T03:05:30.598Z
35422026-03-19T03:05:30.598Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35432026-03-19T03:05:31.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-19T03:05:31.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-19T03:05:31.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-19T03:05:31.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35472026-03-19T03:05:31.359Z
35482026-03-19T03:05:31.359Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35492026-03-19T03:05:32.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-19T03:05:32.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-19T03:05:32.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-19T03:05:32.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35532026-03-19T03:05:32.213Z
35542026-03-19T03:05:32.213Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35552026-03-19T03:05:32.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-19T03:05:32.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-19T03:05:32.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-19T03:05:32.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35592026-03-19T03:05:33.073Z
35602026-03-19T03:05:33.073Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35612026-03-19T03:05:33.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-19T03:05:33.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-19T03:05:33.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-19T03:05:33.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35652026-03-19T03:05:33.926Z
35662026-03-19T03:05:33.926Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35672026-03-19T03:05:34.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-19T03:05:34.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-19T03:05:34.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-19T03:05:34.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35712026-03-19T03:05:34.744Z
35722026-03-19T03:05:34.744Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35732026-03-19T03:05:35.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-19T03:05:35.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-19T03:05:35.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-19T03:05:35.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35772026-03-19T03:05:35.553Z
35782026-03-19T03:05:35.553Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35792026-03-19T03:05:36.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-19T03:05:36.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-19T03:05:36.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-19T03:05:36.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35832026-03-19T03:05:36.355Z
35842026-03-19T03:05:36.355Zinfo: running `cargo check --bins` on key-manager (169/259)
35852026-03-19T03:05:37.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-19T03:05:37.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-19T03:05:37.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-19T03:05:37.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35892026-03-19T03:05:37.145Z
35902026-03-19T03:05:37.145Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35912026-03-19T03:05:37.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-19T03:05:37.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-19T03:05:37.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-19T03:05:37.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35952026-03-19T03:05:37.954Z
35962026-03-19T03:05:37.954Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35972026-03-19T03:05:38.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-19T03:05:38.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-19T03:05:38.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-19T03:05:38.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36012026-03-19T03:05:38.762Z
36022026-03-19T03:05:38.762Zinfo: running `cargo check --bins` on typed-rng (172/259)
36032026-03-19T03:05:39.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-19T03:05:39.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-19T03:05:39.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-03-19T03:05:39.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36072026-03-19T03:05:39.530Z
36082026-03-19T03:05:39.530Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36092026-03-19T03:05:40.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-03-19T03:05:40.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-03-19T03:05:40.683Z Compiling libefi-sys v0.1.0
36122026-03-19T03:05:40.686Z Compiling bitfield-struct v0.6.2
36132026-03-19T03:05:40.855Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36142026-03-19T03:05:40.871Z Compiling xshell-macros v0.2.7
36152026-03-19T03:05:40.890Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36162026-03-19T03:05:40.911Z Compiling salty v0.3.0
36172026-03-19T03:05:40.933Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36182026-03-19T03:05:40.954Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-19T03:05:40.954Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36202026-03-19T03:05:41.310Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212026-03-19T03:05:41.333Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36222026-03-19T03:05:41.353Z Checking xshell v0.2.7
36232026-03-19T03:05:41.504Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36242026-03-19T03:05:41.541Z Checking primeorder v0.13.6
36252026-03-19T03:05:41.574Z Compiling proc-macro-error-attr2 v2.0.0
36262026-03-19T03:05:41.599Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36272026-03-19T03:05:41.653Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-19T03:05:41.679Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36292026-03-19T03:05:41.861Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36302026-03-19T03:05:41.881Z Checking p384 v0.13.1
36312026-03-19T03:05:41.902Z Compiling num-derive v0.3.3
36322026-03-19T03:05:41.997Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-03-19T03:05:42.097Z Compiling proc-macro-error2 v2.0.1
36342026-03-19T03:05:42.285Z Compiling unicase v2.9.0
36352026-03-19T03:05:42.307Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362026-03-19T03:05:42.486Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36372026-03-19T03:05:42.506Z Compiling tabled_derive v0.11.0
36382026-03-19T03:05:42.558Z Compiling mime_guess v2.0.5
36392026-03-19T03:05:42.621Z Compiling progenitor-impl v0.11.2
36402026-03-19T03:05:42.974Z Checking papergrid v0.17.0
36412026-03-19T03:05:43.083Z Checking libscf-sys v1.1.0
36422026-03-19T03:05:43.256Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-03-19T03:05:43.276Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-19T03:05:43.389Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36452026-03-19T03:05:43.516Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-03-19T03:05:44.077Z Checking testing_table v0.3.0
36472026-03-19T03:05:44.110Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36482026-03-19T03:05:44.183Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-03-19T03:05:44.203Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36502026-03-19T03:05:44.251Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36512026-03-19T03:05:44.334Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36522026-03-19T03:05:44.366Z Checking corncobs v0.1.4
36532026-03-19T03:05:44.493Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-03-19T03:05:44.514Z Checking tabled v0.20.0
36552026-03-19T03:05:44.534Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-03-19T03:05:44.645Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36572026-03-19T03:05:44.808Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36582026-03-19T03:05:44.868Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-03-19T03:05:45.109Z Checking progenitor-client v0.11.2
36602026-03-19T03:05:45.301Z Checking secrecy v0.8.0
36612026-03-19T03:05:45.422Z Checking http-range v0.1.5
36622026-03-19T03:05:45.656Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36632026-03-19T03:05:45.883Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36642026-03-19T03:05:45.934Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-03-19T03:05:46.123Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36662026-03-19T03:05:46.153Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-03-19T03:05:46.349Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36682026-03-19T03:05:46.369Z Compiling progenitor-macro v0.11.2
36692026-03-19T03:05:46.390Z Checking atty v0.2.14
36702026-03-19T03:05:46.465Z Checking crc8 v0.1.1
36712026-03-19T03:05:46.515Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36722026-03-19T03:05:46.562Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-03-19T03:05:46.589Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36742026-03-19T03:05:46.743Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36752026-03-19T03:05:47.070Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36762026-03-19T03:05:47.224Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-03-19T03:05:47.393Z Checking hyper-staticfile v0.10.1
36782026-03-19T03:05:47.529Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36792026-03-19T03:05:47.566Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36802026-03-19T03:05:47.698Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36812026-03-19T03:05:47.771Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36822026-03-19T03:05:47.851Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36832026-03-19T03:05:48.019Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36842026-03-19T03:05:48.464Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36852026-03-19T03:05:48.543Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36862026-03-19T03:05:48.817Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36872026-03-19T03:05:48.917Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36882026-03-19T03:05:49.032Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36892026-03-19T03:05:49.536Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36902026-03-19T03:05:49.738Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-03-19T03:05:50.035Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-03-19T03:05:50.182Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36932026-03-19T03:05:50.704Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36942026-03-19T03:05:51.693Z Checking progenitor v0.11.2
36952026-03-19T03:05:51.869Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36962026-03-19T03:05:58.709Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-19T03:06:14.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s
36982026-03-19T03:06:14.875Z
36992026-03-19T03:06:14.875Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
37002026-03-19T03:06:15.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-19T03:06:15.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-19T03:06:15.959Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-19T03:06:31.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37042026-03-19T03:06:32.146Z
37052026-03-19T03:06:32.146Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37062026-03-19T03:06:32.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-19T03:06:32.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-19T03:06:33.212Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-19T03:06:49.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37102026-03-19T03:06:49.402Z
37112026-03-19T03:06:49.403Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37122026-03-19T03:06:50.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-19T03:06:50.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-19T03:06:50.470Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-19T03:07:06.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.96s
37162026-03-19T03:07:06.611Z
37172026-03-19T03:07:06.611Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37182026-03-19T03:07:07.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-19T03:07:07.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-19T03:07:07.699Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-19T03:07:23.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37222026-03-19T03:07:23.850Z
37232026-03-19T03:07:23.850Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37242026-03-19T03:07:24.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-19T03:07:24.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-19T03:07:24.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-19T03:07:40.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.03s
37282026-03-19T03:07:41.131Z
37292026-03-19T03:07:41.131Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37302026-03-19T03:07:41.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-19T03:07:41.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-19T03:07:42.196Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-19T03:07:58.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37342026-03-19T03:07:58.407Z
37352026-03-19T03:07:58.407Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37362026-03-19T03:07:59.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-19T03:07:59.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-19T03:07:59.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-03-19T03:08:15.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.12s
37402026-03-19T03:08:15.776Z
37412026-03-19T03:08:15.776Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37422026-03-19T03:08:16.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-19T03:08:16.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-19T03:08:16.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-19T03:08:16.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37462026-03-19T03:08:16.585Z
37472026-03-19T03:08:16.585Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37482026-03-19T03:08:17.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-19T03:08:17.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-19T03:08:17.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-19T03:08:17.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37522026-03-19T03:08:17.403Z
37532026-03-19T03:08:17.403Zinfo: running `cargo check --bins` on range-requests (183/259)
37542026-03-19T03:08:18.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-19T03:08:18.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-19T03:08:18.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-19T03:08:18.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-19T03:08:18.183Z
37592026-03-19T03:08:18.184Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37602026-03-19T03:08:18.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-19T03:08:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-19T03:08:18.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-19T03:08:18.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37642026-03-19T03:08:18.960Z
37652026-03-19T03:08:18.960Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37662026-03-19T03:08:19.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-19T03:08:19.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-19T03:08:19.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-19T03:08:19.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37702026-03-19T03:08:19.771Z
37712026-03-19T03:08:19.772Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37722026-03-19T03:08:20.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-19T03:08:20.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-19T03:08:20.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-19T03:08:20.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37762026-03-19T03:08:20.579Z
37772026-03-19T03:08:20.579Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37782026-03-19T03:08:21.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-19T03:08:21.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-19T03:08:21.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-19T03:08:21.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37822026-03-19T03:08:21.377Z
37832026-03-19T03:08:21.377Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37842026-03-19T03:08:22.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-19T03:08:22.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-19T03:08:22.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-19T03:08:22.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37882026-03-19T03:08:22.203Z
37892026-03-19T03:08:22.204Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37902026-03-19T03:08:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-19T03:08:22.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-19T03:08:22.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-19T03:08:22.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37942026-03-19T03:08:23.023Z
37952026-03-19T03:08:23.023Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37962026-03-19T03:08:23.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-19T03:08:23.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-19T03:08:23.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-19T03:08:23.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38002026-03-19T03:08:23.832Z
38012026-03-19T03:08:23.832Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
38022026-03-19T03:08:24.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-19T03:08:24.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-19T03:08:24.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-19T03:08:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38062026-03-19T03:08:24.656Z
38072026-03-19T03:08:24.656Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38082026-03-19T03:08:25.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-19T03:08:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-19T03:08:25.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-19T03:08:25.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38122026-03-19T03:08:25.504Z
38132026-03-19T03:08:25.504Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38142026-03-19T03:08:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-19T03:08:26.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-19T03:08:26.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-19T03:08:26.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38182026-03-19T03:08:26.294Z
38192026-03-19T03:08:26.294Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38202026-03-19T03:08:26.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-19T03:08:27.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-19T03:08:27.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-19T03:08:27.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38242026-03-19T03:08:27.112Z
38252026-03-19T03:08:27.112Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38262026-03-19T03:08:27.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-19T03:08:27.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-19T03:08:27.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-19T03:08:27.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38302026-03-19T03:08:27.946Z
38312026-03-19T03:08:27.946Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38322026-03-19T03:08:28.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-19T03:08:28.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-19T03:08:28.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-19T03:08:28.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38362026-03-19T03:08:28.802Z
38372026-03-19T03:08:28.802Zinfo: running `cargo check --bins` on update-common (197/259)
38382026-03-19T03:08:29.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-19T03:08:29.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-19T03:08:29.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-19T03:08:29.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38422026-03-19T03:08:29.608Z
38432026-03-19T03:08:29.608Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38442026-03-19T03:08:30.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-19T03:08:30.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-19T03:08:30.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-03-19T03:08:30.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38482026-03-19T03:08:30.475Z
38492026-03-19T03:08:30.475Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38502026-03-19T03:08:31.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-03-19T03:08:31.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-03-19T03:08:31.519Z Compiling fs-err v2.11.0
38532026-03-19T03:08:31.661Z Checking ignore v0.4.25
38542026-03-19T03:08:31.676Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38552026-03-19T03:08:31.680Z Checking predicates-tree v1.0.13
38562026-03-19T03:08:31.680Z Checking parse-size v1.1.0
38572026-03-19T03:08:31.719Z Checking rand_seeder v0.4.0
38582026-03-19T03:08:31.722Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38592026-03-19T03:08:31.756Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38602026-03-19T03:08:31.814Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38612026-03-19T03:08:31.846Z Compiling petname v2.0.2
38622026-03-19T03:08:31.901Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38632026-03-19T03:08:32.090Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38642026-03-19T03:08:32.110Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38652026-03-19T03:08:32.187Z Checking globwalk v0.9.1
38662026-03-19T03:08:32.223Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38672026-03-19T03:08:32.318Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38682026-03-19T03:08:32.419Z Checking camino-tempfile-ext v0.3.3
38692026-03-19T03:08:32.439Z Checking sapling-renderdag v0.1.0
38702026-03-19T03:08:32.550Z Checking sync-ptr v0.1.4
38712026-03-19T03:08:32.675Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38722026-03-19T03:08:32.701Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38732026-03-19T03:08:32.783Z Checking colored v2.2.0
38742026-03-19T03:08:32.827Z Checking assert_matches v1.5.0
38752026-03-19T03:08:33.145Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38762026-03-19T03:08:33.287Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38772026-03-19T03:08:33.291Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38782026-03-19T03:08:34.055Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38792026-03-19T03:08:35.858Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38802026-03-19T03:08:38.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
38812026-03-19T03:08:39.137Z
38822026-03-19T03:08:39.137Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38832026-03-19T03:08:39.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-19T03:08:39.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-19T03:08:39.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-19T03:08:39.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
38872026-03-19T03:08:39.905Z
38882026-03-19T03:08:39.905Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38892026-03-19T03:08:40.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-19T03:08:40.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-19T03:08:40.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-19T03:08:40.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38932026-03-19T03:08:40.774Z
38942026-03-19T03:08:40.775Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38952026-03-19T03:08:41.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-19T03:08:41.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-19T03:08:41.747Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38982026-03-19T03:08:41.751Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38992026-03-19T03:08:42.603Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39002026-03-19T03:08:44.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
39012026-03-19T03:08:44.862Z
39022026-03-19T03:08:44.862Zinfo: running `cargo check --bins` on oximeter-api (203/259)
39032026-03-19T03:08:45.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-19T03:08:45.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-19T03:08:45.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-03-19T03:08:45.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39072026-03-19T03:08:45.661Z
39082026-03-19T03:08:45.661Zinfo: running `cargo check --bins` on cert-dev (204/259)
39092026-03-19T03:08:46.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-19T03:08:46.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-19T03:08:46.480Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39122026-03-19T03:08:46.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39132026-03-19T03:08:47.039Z
39142026-03-19T03:08:47.039Zinfo: running `cargo check --bins` on clickana (205/259)
39152026-03-19T03:08:47.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-03-19T03:08:47.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-03-19T03:08:47.917Z Compiling darling_core v0.23.0
39182026-03-19T03:08:48.044Z Compiling instability v0.3.11
39192026-03-19T03:08:48.058Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39202026-03-19T03:08:48.062Z Checking castaway v0.2.4
39212026-03-19T03:08:48.062Z Compiling indoc v2.0.7
39222026-03-19T03:08:48.094Z Checking unicode-truncate v1.1.0
39232026-03-19T03:08:48.098Z Checking lru v0.12.5
39242026-03-19T03:08:48.110Z Checking cassowary v0.3.0
39252026-03-19T03:08:48.182Z Checking compact_str v0.8.1
39262026-03-19T03:08:49.384Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39272026-03-19T03:08:49.609Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39282026-03-19T03:08:50.054Z Compiling darling_macro v0.23.0
39292026-03-19T03:08:50.576Z Compiling darling v0.23.0
39302026-03-19T03:08:51.355Z Checking ratatui v0.29.0
39312026-03-19T03:08:52.905Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39322026-03-19T03:08:53.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
39332026-03-19T03:08:53.983Z
39342026-03-19T03:08:53.983Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39352026-03-19T03:08:54.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-03-19T03:08:54.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-03-19T03:08:54.960Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39382026-03-19T03:08:54.963Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39392026-03-19T03:08:55.708Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39402026-03-19T03:08:56.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
39412026-03-19T03:08:56.464Z
39422026-03-19T03:08:56.464Zinfo: running `cargo check --bins` on ch-dev (207/259)
39432026-03-19T03:08:57.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-19T03:08:57.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-19T03:08:57.444Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39462026-03-19T03:08:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
39472026-03-19T03:08:58.605Z
39482026-03-19T03:08:58.605Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39492026-03-19T03:08:59.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-19T03:08:59.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-19T03:08:59.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-03-19T03:08:59.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39532026-03-19T03:08:59.213Z
39542026-03-19T03:08:59.213Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39552026-03-19T03:08:59.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-19T03:08:59.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-19T03:09:00.188Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39582026-03-19T03:09:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39592026-03-19T03:09:00.971Z
39602026-03-19T03:09:00.971Zinfo: running `cargo check --bins` on db-dev (210/259)
39612026-03-19T03:09:01.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-19T03:09:01.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-19T03:09:01.959Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39642026-03-19T03:09:02.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39652026-03-19T03:09:03.156Z
39662026-03-19T03:09:03.156Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39672026-03-19T03:09:03.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-19T03:09:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-19T03:09:03.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-03-19T03:09:03.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39712026-03-19T03:09:04.019Z
39722026-03-19T03:09:04.019Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39732026-03-19T03:09:04.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-19T03:09:04.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-19T03:09:04.844Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39762026-03-19T03:09:05.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
39772026-03-19T03:09:05.940Z
39782026-03-19T03:09:05.940Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39792026-03-19T03:09:06.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-03-19T03:09:06.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-03-19T03:09:06.968Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39822026-03-19T03:09:06.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39832026-03-19T03:09:06.972Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39842026-03-19T03:09:06.972Z Checking git-stub v1.0.0
39852026-03-19T03:09:06.972Z Compiling trait-variant v0.1.2
39862026-03-19T03:09:07.108Z Checking is_ci v1.2.0
39872026-03-19T03:09:07.123Z Checking maplit v1.0.2
39882026-03-19T03:09:07.150Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39892026-03-19T03:09:07.246Z Checking supports-color v3.0.2
39902026-03-19T03:09:07.265Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39912026-03-19T03:09:07.305Z Checking git-stub-vcs v0.1.0
39922026-03-19T03:09:07.405Z Checking drift v0.1.3
39932026-03-19T03:09:07.486Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39942026-03-19T03:09:07.489Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39952026-03-19T03:09:07.558Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39962026-03-19T03:09:07.747Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39972026-03-19T03:09:07.791Z Checking dropshot-api-manager v0.6.0
39982026-03-19T03:09:07.837Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39992026-03-19T03:09:07.858Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40002026-03-19T03:09:08.128Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40012026-03-19T03:09:08.148Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40022026-03-19T03:09:08.332Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40032026-03-19T03:09:08.824Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40042026-03-19T03:09:15.701Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40052026-03-19T03:09:17.093Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40062026-03-19T03:09:17.871Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40072026-03-19T03:09:18.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.45s
40082026-03-19T03:09:18.626Z
40092026-03-19T03:09:18.626Zinfo: running `cargo check --bins` on installinator-api (214/259)
40102026-03-19T03:09:19.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-19T03:09:19.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-19T03:09:19.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-19T03:09:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40142026-03-19T03:09:19.424Z
40152026-03-19T03:09:19.424Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40162026-03-19T03:09:20.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-19T03:09:20.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-19T03:09:20.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-19T03:09:20.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40202026-03-19T03:09:20.275Z
40212026-03-19T03:09:20.278Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40222026-03-19T03:09:21.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-19T03:09:21.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-19T03:09:21.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-19T03:09:21.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40262026-03-19T03:09:21.128Z
40272026-03-19T03:09:21.128Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40282026-03-19T03:09:21.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-19T03:09:21.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-19T03:09:21.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-19T03:09:21.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40322026-03-19T03:09:21.974Z
40332026-03-19T03:09:21.974Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40342026-03-19T03:09:22.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-19T03:09:22.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-19T03:09:22.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-19T03:09:22.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40382026-03-19T03:09:22.769Z
40392026-03-19T03:09:22.769Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40402026-03-19T03:09:23.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-19T03:09:23.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-19T03:09:23.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-19T03:09:23.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40442026-03-19T03:09:23.547Z
40452026-03-19T03:09:23.547Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40462026-03-19T03:09:24.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-19T03:09:24.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-19T03:09:24.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-03-19T03:09:24.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40502026-03-19T03:09:24.372Z
40512026-03-19T03:09:24.372Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40522026-03-19T03:09:25.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-03-19T03:09:25.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-03-19T03:09:25.198Z Checking erased-serde v0.4.9
40552026-03-19T03:09:25.323Z Checking ordered-float v2.10.1
40562026-03-19T03:09:25.349Z Checking unicode-xid v0.2.6
40572026-03-19T03:09:25.370Z Checking cargo-platform v0.2.0
40582026-03-19T03:09:25.612Z Checking serde-value v0.7.0
40592026-03-19T03:09:25.787Z Checking serde-untagged v0.1.9
40602026-03-19T03:09:25.998Z Checking cargo-util-schemas v0.8.2
40612026-03-19T03:09:27.001Z Checking cargo_metadata v0.21.0
40622026-03-19T03:09:27.874Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40632026-03-19T03:09:28.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
40642026-03-19T03:09:29.010Z
40652026-03-19T03:09:29.010Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40662026-03-19T03:09:29.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-19T03:09:29.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-19T03:09:30.034Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40692026-03-19T03:09:30.801Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40702026-03-19T03:09:31.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
40712026-03-19T03:09:31.663Z
40722026-03-19T03:09:31.663Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40732026-03-19T03:09:32.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-19T03:09:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-19T03:09:32.855Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40762026-03-19T03:09:32.858Z Compiling vergen-gitcl v1.0.8
40772026-03-19T03:09:32.859Z Compiling dirs-sys-next v0.1.2
40782026-03-19T03:09:32.859Z Compiling crunchy v0.2.4
40792026-03-19T03:09:32.859Z Compiling diesel_derives v2.3.7
40802026-03-19T03:09:32.859Z Compiling glob v0.3.3
40812026-03-19T03:09:33.054Z Compiling dsl_auto_type v0.2.0
40822026-03-19T03:09:33.073Z Checking scheduled-thread-pool v0.2.7
40832026-03-19T03:09:33.296Z Compiling dirs-next v2.0.0
40842026-03-19T03:09:33.336Z Compiling diesel_table_macro_syntax v0.3.0
40852026-03-19T03:09:33.376Z Compiling tiny-keccak v2.0.2
40862026-03-19T03:09:33.449Z Compiling term v0.7.0
40872026-03-19T03:09:33.518Z Checking r2d2 v0.8.10
40882026-03-19T03:09:33.538Z Compiling clang-sys v1.8.1
40892026-03-19T03:09:33.607Z Checking downcast-rs v2.0.2
40902026-03-19T03:09:33.656Z Compiling bit-vec v0.6.3
40912026-03-19T03:09:33.759Z Compiling itertools v0.10.5
40922026-03-19T03:09:33.946Z Compiling bit-set v0.5.3
40932026-03-19T03:09:34.024Z Compiling ascii-canvas v3.0.0
40942026-03-19T03:09:34.151Z Compiling ena v0.14.4
40952026-03-19T03:09:34.180Z Compiling libloading v0.8.9
40962026-03-19T03:09:34.199Z Compiling bindgen v0.71.1
40972026-03-19T03:09:34.296Z Compiling diff v0.1.13
40982026-03-19T03:09:34.351Z Compiling regex-syntax v0.6.29
40992026-03-19T03:09:34.449Z Compiling cexpr v0.6.0
41002026-03-19T03:09:34.646Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41012026-03-19T03:09:34.748Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41022026-03-19T03:09:34.920Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41032026-03-19T03:09:34.942Z Compiling libxml v0.3.3
41042026-03-19T03:09:35.229Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41052026-03-19T03:09:35.286Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41062026-03-19T03:09:35.378Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41072026-03-19T03:09:35.615Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41082026-03-19T03:09:35.638Z Compiling strum_macros v0.24.3
41092026-03-19T03:09:35.672Z Compiling indoc v1.0.9
41102026-03-19T03:09:36.237Z Compiling lalrpop v0.19.12
41112026-03-19T03:09:37.016Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41122026-03-19T03:09:37.255Z Checking derive_builder v0.20.2
41132026-03-19T03:09:37.339Z Compiling oso-derive v0.27.3
41142026-03-19T03:09:37.405Z Checking quick-xml v0.37.5
41152026-03-19T03:09:37.527Z Compiling impl-trait-for-tuples v0.2.3
41162026-03-19T03:09:37.979Z Checking openssl-probe v0.1.6
41172026-03-19T03:09:38.151Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41182026-03-19T03:09:38.615Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41192026-03-19T03:09:38.857Z Checking bb8 v0.8.6
41202026-03-19T03:09:39.157Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41212026-03-19T03:09:39.236Z Checking nonempty v0.12.0
41222026-03-19T03:09:39.426Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41232026-03-19T03:09:39.455Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41242026-03-19T03:09:39.690Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41252026-03-19T03:09:39.729Z Checking support-bundle-viewer v0.1.2
41262026-03-19T03:09:39.754Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41272026-03-19T03:09:39.969Z Checking multimap v0.10.1
41282026-03-19T03:09:41.076Z Checking diesel v2.3.7
41292026-03-19T03:09:43.035Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41302026-03-19T03:09:44.151Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41312026-03-19T03:09:44.611Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41322026-03-19T03:09:45.166Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-03-19T03:09:46.492Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41342026-03-19T03:09:46.515Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41352026-03-19T03:09:46.691Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41362026-03-19T03:09:47.400Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41372026-03-19T03:09:50.099Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41382026-03-19T03:09:56.469Z Compiling samael v0.0.19
41392026-03-19T03:10:01.502Z Checking diesel-dtrace v0.5.0
41402026-03-19T03:10:01.806Z Checking async-bb8-diesel v0.2.1
41412026-03-19T03:10:02.695Z Compiling polar-core v0.27.3
41422026-03-19T03:10:08.618Z Checking oso v0.27.3
41432026-03-19T03:11:04.311Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41442026-03-19T03:11:50.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41452026-03-19T03:11:51.100Z
41462026-03-19T03:11:51.100Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41472026-03-19T03:11:51.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-19T03:11:51.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-19T03:11:51.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-19T03:11:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41512026-03-19T03:11:51.980Z
41522026-03-19T03:11:51.980Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41532026-03-19T03:11:52.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-19T03:11:52.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-19T03:11:52.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-19T03:11:52.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41572026-03-19T03:11:52.860Z
41582026-03-19T03:11:52.860Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41592026-03-19T03:11:53.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-19T03:11:53.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-19T03:11:53.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-03-19T03:11:53.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41632026-03-19T03:11:53.642Z
41642026-03-19T03:11:53.642Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41652026-03-19T03:11:54.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-03-19T03:11:54.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-03-19T03:11:54.845Z Compiling libz-sys v1.1.24
41682026-03-19T03:11:55.000Z Compiling libgit2-sys v0.18.3+1.9.2
41692026-03-19T03:11:55.015Z Compiling vergen-git2 v1.0.7
41702026-03-19T03:11:55.028Z Compiling rustls v0.21.12
41712026-03-19T03:11:55.044Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41722026-03-19T03:11:55.062Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41732026-03-19T03:11:55.065Z Checking sct v0.7.1
41742026-03-19T03:11:55.065Z Checking rustls-webpki v0.101.7
41752026-03-19T03:11:55.231Z Compiling nix v0.29.0
41762026-03-19T03:11:55.297Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41772026-03-19T03:11:55.317Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41782026-03-19T03:11:55.367Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41792026-03-19T03:11:55.512Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41802026-03-19T03:11:55.682Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41812026-03-19T03:11:55.709Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41822026-03-19T03:11:55.797Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41832026-03-19T03:11:56.066Z Checking rustls-pemfile v1.0.4
41842026-03-19T03:11:56.241Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41852026-03-19T03:11:56.289Z Checking twox-hash v2.1.2
41862026-03-19T03:11:56.310Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41872026-03-19T03:11:56.441Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41882026-03-19T03:11:57.254Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41892026-03-19T03:11:57.364Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41902026-03-19T03:11:57.384Z Checking tokio-rustls v0.24.1
41912026-03-19T03:11:57.406Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41922026-03-19T03:11:57.645Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41932026-03-19T03:11:57.826Z Checking fatfs v0.3.6
41942026-03-19T03:11:58.208Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41952026-03-19T03:11:58.233Z Compiling seq-macro v0.3.6
41962026-03-19T03:12:03.302Z Compiling git2 v0.20.4
41972026-03-19T03:12:04.314Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41982026-03-19T03:12:04.473Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41992026-03-19T03:12:06.536Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-03-19T03:13:13.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42012026-03-19T03:13:13.983Z
42022026-03-19T03:13:13.983Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
42032026-03-19T03:13:14.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-19T03:13:14.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-19T03:13:15.221Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42062026-03-19T03:14:12.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.84s
42072026-03-19T03:14:13.089Z
42082026-03-19T03:14:13.089Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42092026-03-19T03:14:13.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-19T03:14:13.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-19T03:14:13.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-19T03:14:13.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42132026-03-19T03:14:13.880Z
42142026-03-19T03:14:13.880Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42152026-03-19T03:14:14.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-19T03:14:14.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-19T03:14:14.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-19T03:14:14.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42192026-03-19T03:14:14.758Z
42202026-03-19T03:14:14.758Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42212026-03-19T03:14:15.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-19T03:14:15.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-19T03:14:15.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-19T03:14:15.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42252026-03-19T03:14:15.624Z
42262026-03-19T03:14:15.624Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42272026-03-19T03:14:16.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-19T03:14:16.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-19T03:14:16.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-19T03:14:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42312026-03-19T03:14:16.493Z
42322026-03-19T03:14:16.494Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42332026-03-19T03:14:17.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-19T03:14:17.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-19T03:14:17.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-19T03:14:17.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42372026-03-19T03:14:17.361Z
42382026-03-19T03:14:17.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42392026-03-19T03:14:18.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-19T03:14:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-19T03:14:18.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-03-19T03:14:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42432026-03-19T03:14:18.229Z
42442026-03-19T03:14:18.230Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42452026-03-19T03:14:18.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-03-19T03:14:18.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-03-19T03:14:18.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-03-19T03:14:18.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42492026-03-19T03:14:19.076Z
42502026-03-19T03:14:19.076Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42512026-03-19T03:14:19.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-03-19T03:14:19.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-03-19T03:14:19.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-03-19T03:14:19.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42552026-03-19T03:14:19.955Z
42562026-03-19T03:14:19.956Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42572026-03-19T03:14:20.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-03-19T03:14:20.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-03-19T03:14:21.179Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42602026-03-19T03:14:21.183Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42612026-03-19T03:14:21.365Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42622026-03-19T03:14:21.390Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42632026-03-19T03:14:21.393Z Checking yansi v1.0.1
42642026-03-19T03:14:21.393Z Checking diff v0.1.13
42652026-03-19T03:14:21.429Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42662026-03-19T03:14:21.448Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42672026-03-19T03:14:21.582Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42682026-03-19T03:14:21.753Z Checking pretty_assertions v1.4.1
42692026-03-19T03:14:22.639Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42702026-03-19T03:14:55.619Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42712026-03-19T03:14:55.628Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42722026-03-19T03:14:55.628Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42732026-03-19T03:14:55.631Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42742026-03-19T03:14:55.632Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42752026-03-19T03:14:55.632Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42762026-03-19T03:14:56.542Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42772026-03-19T03:14:57.989Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42782026-03-19T03:15:56.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42792026-03-19T03:15:57.042Z
42802026-03-19T03:15:57.042Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42812026-03-19T03:15:57.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-19T03:15:57.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-19T03:15:57.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-03-19T03:15:57.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42852026-03-19T03:15:57.810Z
42862026-03-19T03:15:57.810Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42872026-03-19T03:15:58.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-03-19T03:15:58.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-03-19T03:15:58.862Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42902026-03-19T03:15:59.007Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42912026-03-19T03:15:59.010Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42922026-03-19T03:16:35.862Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-03-19T03:16:36.349Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42942026-03-19T03:16:38.722Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42952026-03-19T03:16:39.291Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42962026-03-19T03:16:43.349Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42972026-03-19T03:17:15.145Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42982026-03-19T03:17:15.966Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42992026-03-19T03:17:19.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43002026-03-19T03:17:19.761Z
43012026-03-19T03:17:19.761Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
43022026-03-19T03:17:19.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-19T03:17:19.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-19T03:17:19.761Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43052026-03-19T03:17:20.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43062026-03-19T03:17:20.467Z
43072026-03-19T03:17:20.468Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43082026-03-19T03:17:21.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-19T03:17:21.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-19T03:17:21.359Z Compiling blake3 v1.8.3
43112026-03-19T03:17:21.489Z Checking constant_time_eq v0.4.2
43122026-03-19T03:17:21.492Z Checking arrayref v0.3.9
43132026-03-19T03:17:21.492Z Checking arrayvec v0.7.6
43142026-03-19T03:17:21.534Z Checking topological-sort v0.2.2
43152026-03-19T03:17:21.540Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43162026-03-19T03:17:21.541Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43172026-03-19T03:17:21.542Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43182026-03-19T03:17:21.591Z Checking shell-words v1.1.1
43192026-03-19T03:17:22.499Z Checking omicron-zone-package v0.12.2
43202026-03-19T03:17:23.491Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43212026-03-19T03:17:24.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
43222026-03-19T03:17:24.822Z
43232026-03-19T03:17:24.822Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43242026-03-19T03:17:25.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-03-19T03:17:25.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-03-19T03:17:25.715Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43272026-03-19T03:17:26.108Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43282026-03-19T03:17:26.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43292026-03-19T03:17:26.853Z
43302026-03-19T03:17:26.853Zinfo: running `cargo check --bins` on xtask (243/259)
43312026-03-19T03:17:27.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-19T03:17:27.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-19T03:17:27.442Z Checking libc v0.2.180
43342026-03-19T03:17:27.542Z Checking serde v1.0.228
43352026-03-19T03:17:27.546Z Checking zerofrom v0.1.6
43362026-03-19T03:17:27.557Z Checking bitflags v2.11.0
43372026-03-19T03:17:27.572Z Checking smallvec v1.15.1
43382026-03-19T03:17:27.578Z Checking hashbrown v0.16.1
43392026-03-19T03:17:27.590Z Checking serde_json v1.0.149
43402026-03-19T03:17:27.595Z Checking scroll v0.12.0
43412026-03-19T03:17:27.684Z Checking yoke v0.8.1
43422026-03-19T03:17:27.755Z Checking num-traits v0.2.19
43432026-03-19T03:17:27.800Z Checking thiserror v1.0.69
43442026-03-19T03:17:27.905Z Checking zerovec v0.11.5
43452026-03-19T03:17:27.919Z Checking zerotrie v0.2.3
43462026-03-19T03:17:27.935Z Checking log v0.4.29
43472026-03-19T03:17:27.948Z Checking errno v0.3.14
43482026-03-19T03:17:28.106Z Checking rustix v1.1.3
43492026-03-19T03:17:28.125Z Checking toml_datetime v0.6.11
43502026-03-19T03:17:28.129Z Checking serde_spanned v0.6.9
43512026-03-19T03:17:28.198Z Checking indexmap v2.13.0
43522026-03-19T03:17:28.237Z Checking percent-encoding v2.3.2
43532026-03-19T03:17:28.278Z Checking goblin v0.8.2
43542026-03-19T03:17:28.345Z Checking zerocopy v0.7.35
43552026-03-19T03:17:28.418Z Checking form_urlencoded v1.2.2
43562026-03-19T03:17:28.477Z Checking getrandom v0.4.1
43572026-03-19T03:17:28.508Z Checking tinystr v0.8.2
43582026-03-19T03:17:28.544Z Checking potential_utf v0.1.4
43592026-03-19T03:17:28.579Z Checking ordered-float v2.10.1
43602026-03-19T03:17:28.641Z Checking thiserror v2.0.18
43612026-03-19T03:17:28.712Z Checking icu_collections v2.1.1
43622026-03-19T03:17:28.744Z Checking icu_locale_core v2.1.1
43632026-03-19T03:17:28.776Z Checking syn v2.0.117
43642026-03-19T03:17:28.897Z Checking serde-value v0.7.0
43652026-03-19T03:17:28.969Z Checking toml_edit v0.22.27
43662026-03-19T03:17:29.056Z Checking dtrace-parser v0.2.0
43672026-03-19T03:17:29.140Z Checking thread-id v4.2.2
43682026-03-19T03:17:29.174Z Checking once_cell v1.21.3
43692026-03-19T03:17:29.215Z Checking cargo-platform v0.2.0
43702026-03-19T03:17:29.273Z Checking terminal_size v0.4.3
43712026-03-19T03:17:29.377Z Checking memmap v0.7.0
43722026-03-19T03:17:29.403Z Checking tempfile v3.25.0
43732026-03-19T03:17:29.419Z Checking clap_builder v4.5.60
43742026-03-19T03:17:29.446Z Checking textwrap v0.16.2
43752026-03-19T03:17:29.514Z Checking icu_provider v2.1.1
43762026-03-19T03:17:29.544Z Checking fs-err v3.3.0
43772026-03-19T03:17:29.664Z Checking camino-tempfile v1.4.1
43782026-03-19T03:17:29.723Z Checking anyhow v1.0.102
43792026-03-19T03:17:29.784Z Checking tabled v0.15.0
43802026-03-19T03:17:29.829Z Checking icu_properties v2.1.2
43812026-03-19T03:17:29.871Z Checking icu_normalizer v2.1.1
43822026-03-19T03:17:30.176Z Checking macaddr v1.0.1
43832026-03-19T03:17:30.244Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43842026-03-19T03:17:30.531Z Checking toml v0.8.23
43852026-03-19T03:17:30.959Z Checking cargo_toml v0.21.0
43862026-03-19T03:17:30.964Z Checking dof v0.3.0
43872026-03-19T03:17:31.018Z Checking idna_adapter v1.2.1
43882026-03-19T03:17:31.111Z Checking clap v4.5.60
43892026-03-19T03:17:31.161Z Checking idna v1.1.0
43902026-03-19T03:17:31.388Z Checking usdt-impl v0.5.0
43912026-03-19T03:17:31.444Z Checking url v2.5.8
43922026-03-19T03:17:31.739Z Checking usdt v0.5.0
43932026-03-19T03:17:31.927Z Checking cargo-util-schemas v0.8.2
43942026-03-19T03:17:32.935Z Checking cargo_metadata v0.21.0
43952026-03-19T03:17:33.804Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43962026-03-19T03:17:34.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.52s
43972026-03-19T03:17:34.531Z
43982026-03-19T03:17:34.532Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43992026-03-19T03:17:35.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-03-19T03:17:35.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-03-19T03:17:35.626Z Checking polyval v0.6.2
44022026-03-19T03:17:35.778Z Checking ctr v0.9.2
44032026-03-19T03:17:35.796Z Checking ssh-encoding v0.2.0
44042026-03-19T03:17:35.836Z Checking blowfish v0.9.1
44052026-03-19T03:17:35.849Z Checking password-hash v0.4.2
44062026-03-19T03:17:35.849Z Checking p256 v0.13.2
44072026-03-19T03:17:35.849Z Checking p521 v0.13.3
44082026-03-19T03:17:35.904Z Checking russh-cryptovec v0.7.3
44092026-03-19T03:17:35.952Z Checking ghash v0.5.1
44102026-03-19T03:17:35.987Z Checking bcrypt-pbkdf v0.10.0
44112026-03-19T03:17:36.009Z Checking md5 v0.7.0
44122026-03-19T03:17:36.039Z Checking num-bigint v0.4.6
44132026-03-19T03:17:36.071Z Checking des v0.8.1
44142026-03-19T03:17:36.102Z Checking aes-gcm v0.10.3
44152026-03-19T03:17:36.122Z Checking pbkdf2 v0.11.0
44162026-03-19T03:17:36.173Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44172026-03-19T03:17:36.190Z Checking hex-literal v0.4.1
44182026-03-19T03:17:36.221Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44192026-03-19T03:17:36.270Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44202026-03-19T03:17:36.303Z Checking ssh-cipher v0.2.0
44212026-03-19T03:17:36.329Z Checking socket2 v0.5.10
44222026-03-19T03:17:36.376Z Checking internet-checksum v0.2.1
44232026-03-19T03:17:36.511Z Checking ssh-key v0.6.7
44242026-03-19T03:17:36.708Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44252026-03-19T03:17:37.409Z Checking russh-keys v0.45.0
44262026-03-19T03:17:38.150Z Checking russh v0.45.0
44272026-03-19T03:17:59.549Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44282026-03-19T03:18:01.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.54s
44292026-03-19T03:18:01.399Z
44302026-03-19T03:18:01.399Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44312026-03-19T03:18:02.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-03-19T03:18:02.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-03-19T03:18:02.199Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44342026-03-19T03:18:02.387Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44352026-03-19T03:18:02.477Z Checking termios v0.3.3
44362026-03-19T03:18:04.020Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44372026-03-19T03:18:04.199Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44382026-03-19T03:18:06.835Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44392026-03-19T03:18:07.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
44402026-03-19T03:18:07.817Z
44412026-03-19T03:18:07.817Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44422026-03-19T03:18:08.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-03-19T03:18:08.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-03-19T03:18:08.792Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44452026-03-19T03:18:08.979Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44462026-03-19T03:18:08.997Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44472026-03-19T03:18:08.997Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44482026-03-19T03:18:08.997Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44492026-03-19T03:18:09.217Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44502026-03-19T03:18:09.243Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44512026-03-19T03:18:10.196Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44522026-03-19T03:18:10.511Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44532026-03-19T03:18:10.561Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44542026-03-19T03:18:11.364Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44552026-03-19T03:18:13.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
44562026-03-19T03:18:13.706Z
44572026-03-19T03:18:13.706Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44582026-03-19T03:18:14.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-03-19T03:18:14.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-03-19T03:18:14.592Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44612026-03-19T03:18:15.592Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44622026-03-19T03:18:15.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44632026-03-19T03:18:15.776Z
44642026-03-19T03:18:15.777Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44652026-03-19T03:18:16.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-19T03:18:16.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-19T03:18:16.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-03-19T03:18:16.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44692026-03-19T03:18:16.976Z
44702026-03-19T03:18:16.976Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44712026-03-19T03:18:17.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-19T03:18:17.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-19T03:18:17.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-03-19T03:18:17.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44752026-03-19T03:18:17.349Z
44762026-03-19T03:18:17.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44772026-03-19T03:18:18.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-19T03:18:18.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-19T03:18:18.380Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44802026-03-19T03:18:19.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44812026-03-19T03:18:19.429Z
44822026-03-19T03:18:19.429Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44832026-03-19T03:18:20.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-03-19T03:18:20.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-03-19T03:18:20.221Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44862026-03-19T03:18:20.236Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44872026-03-19T03:18:20.610Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44882026-03-19T03:18:20.658Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44892026-03-19T03:18:21.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
44902026-03-19T03:18:21.783Z
44912026-03-19T03:18:21.783Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44922026-03-19T03:18:22.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-19T03:18:22.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-19T03:18:22.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44952026-03-19T03:18:22.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44962026-03-19T03:18:22.631Z
44972026-03-19T03:18:22.631Zinfo: running `cargo check --bins` on omicron-package (253/259)
44982026-03-19T03:18:23.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-03-19T03:18:23.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-03-19T03:18:23.430Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45012026-03-19T03:18:24.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
45022026-03-19T03:18:25.052Z
45032026-03-19T03:18:25.052Zinfo: running `cargo check --bins` on tqdb (254/259)
45042026-03-19T03:18:25.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-03-19T03:18:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-03-19T03:18:26.146Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45072026-03-19T03:18:26.641Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45082026-03-19T03:18:27.275Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45092026-03-19T03:18:27.295Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45102026-03-19T03:18:33.969Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45112026-03-19T03:18:34.915Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45122026-03-19T03:18:35.121Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45132026-03-19T03:18:35.121Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45142026-03-19T03:18:35.122Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45152026-03-19T03:18:35.935Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45162026-03-19T03:18:45.355Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45172026-03-19T03:18:53.757Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45182026-03-19T03:18:53.790Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45192026-03-19T03:18:53.790Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45202026-03-19T03:18:53.804Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45212026-03-19T03:18:55.631Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45222026-03-19T03:18:57.514Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45232026-03-19T03:18:58.364Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45242026-03-19T03:19:00.109Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45252026-03-19T03:19:00.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.73s
45262026-03-19T03:19:01.137Z
45272026-03-19T03:19:01.137Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45282026-03-19T03:19:01.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-19T03:19:01.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-19T03:19:02.136Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45312026-03-19T03:19:02.219Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45322026-03-19T03:19:02.219Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45332026-03-19T03:19:02.282Z Checking rtoolbox v0.0.3
45342026-03-19T03:19:02.282Z Checking tui-tree-widget v0.23.1
45352026-03-19T03:19:02.399Z Checking rpassword v7.4.0
45362026-03-19T03:19:02.494Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45372026-03-19T03:19:03.540Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45382026-03-19T03:19:10.054Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45392026-03-19T03:19:11.068Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45402026-03-19T03:19:12.433Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45412026-03-19T03:19:17.425Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45422026-03-19T03:19:19.086Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45432026-03-19T03:19:20.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
45442026-03-19T03:19:20.569Z
45452026-03-19T03:19:20.570Zinfo: running `cargo check --bins` on wicket (256/259)
45462026-03-19T03:19:21.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-19T03:19:21.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-19T03:19:21.667Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45492026-03-19T03:19:23.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45502026-03-19T03:19:23.592Z
45512026-03-19T03:19:23.592Zinfo: running `cargo check --bins` on wicketd (257/259)
45522026-03-19T03:19:23.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-03-19T03:19:23.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-03-19T03:19:23.592Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45552026-03-19T03:19:23.592Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45562026-03-19T03:19:23.592Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45572026-03-19T03:19:23.592Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45582026-03-19T03:19:24.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45592026-03-19T03:19:25.991Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45602026-03-19T03:19:29.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
45612026-03-19T03:19:29.871Z
45622026-03-19T03:19:29.871Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45632026-03-19T03:19:30.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-03-19T03:19:30.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-03-19T03:19:30.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-03-19T03:19:30.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45672026-03-19T03:19:30.538Z
45682026-03-19T03:19:30.538Zinfo: running `cargo check --bins` on zone-setup (259/259)
45692026-03-19T03:19:31.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-03-19T03:19:31.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-03-19T03:19:31.415Z Checking uzers v0.12.2
45722026-03-19T03:19:31.830Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45732026-03-19T03:19:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
45742026-03-19T03:19:33.283Z
45752026-03-19T03:19:33.283Zreal 19:04.836137081
45762026-03-19T03:19:33.283Zuser 28:36.630741463
45772026-03-19T03:19:33.284Zsys 5:15.101394070
45782026-03-19T03:19:33.284Ztrap 0.468024881
45792026-03-19T03:19:33.284Ztflt 0.304403288
45802026-03-19T03:19:33.284Zdflt 0.607427085
45812026-03-19T03:19:33.284Zkflt 0.001078319
45822026-03-19T03:19:33.284Zlock 1:46:41.536897989
45832026-03-19T03:19:33.284Zslp 2:14:00.534720412
45842026-03-19T03:19:33.284Zlat 1:24.276653186
45852026-03-19T03:19:33.284Zstop 5:22.612727649
45862026-03-19T03:19:33.284Zprocess exited: duration 1443175 ms, exit code 0
 
45872026-03-19T03:19:33.407Zfound 0 output files