01KM08FWHYJHGZ33G2PK0NAG79: 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: 01KM08GGKWH65PWR4HM8Y3G67Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T10:41:53.360Zjob assigned to worker 01KM08H0047VZEZ6MH8KQ4VQX4 [factory aws, i-0e9bdd29c154d0dff] (queued for 1 m 30 s)
 
22026-03-18T10:42:01.415Zstarting task 0: "setup"
32026-03-18T10:42:01.419Z++ uname -s
42026-03-18T10:42:01.422Z+ kern=SunOS
52026-03-18T10:42:01.422Z+ build_user=build
62026-03-18T10:42:01.422Z+ build_uid=12345
72026-03-18T10:42:01.422Z+ work_dir=/work
82026-03-18T10:42:01.422Z+ input_dir=/input
92026-03-18T10:42:01.422Z+ [[ 0 == 12345 ]]
102026-03-18T10:42:01.422Z+ case "$kern" in
112026-03-18T10:42:01.422Z+ groupadd -g 12345 build
122026-03-18T10:42:01.422Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T10:42:03.430Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T10:42:03.539Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T10:42:03.542Z+ home_fs=zfs
162026-03-18T10:42:03.542Z+ [[ zfs == autofs ]]
172026-03-18T10:42:03.542Z+ mkdir -p /home/build
182026-03-18T10:42:03.545Z+ chown build:build /home/build /work
192026-03-18T10:42:04.545Z+ chmod 0700 /home/build /work
202026-03-18T10:42:04.548Zprocess exited: duration 3135 ms, exit code 0
 
212026-03-18T10:42:04.553Zstarting task 1: "rust-toolchain"
222026-03-18T10:42:04.558Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T10:42:04.558Z * rust toolchain channel = "1.94.0"
242026-03-18T10:42:04.558Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T10:42:04.558Z * rust toolchain profile = "default"
262026-03-18T10:42:04.558Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T10:42:04.558Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T10:42:04.561Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T10:42:04.561Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T10:42:04.705Zinfo: downloading installer
312026-03-18T10:42:06.350Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T10:42:06.350Zwarn: /opt/ooce/bin
332026-03-18T10:42:06.350Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T10:42:06.350Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T10:42:06.350Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T10:42:06.350Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T10:42:06.350Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T10:42:06.350Zerror: cannot install while Rust is installed
392026-03-18T10:42:06.350Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T10:42:06.350Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T10:42:06.350Zwarn: /home/build/.rustup/settings.toml
422026-03-18T10:42:06.351Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T10:42:06.351Zwarn: instead of the one inferred from the default host triple.
442026-03-18T10:42:06.360Zinfo: profile set to default
452026-03-18T10:42:06.360Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T10:42:06.363Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T10:42:06.518Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T10:42:06.521Zinfo: downloading 6 components
492026-03-18T10:42:21.696Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T10:42:21.696Z
512026-03-18T10:42:21.730Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T10:42:21.730Z
532026-03-18T10:42:21.735Z
542026-03-18T10:42:21.735ZRust is installed now. Great!
552026-03-18T10:42:21.736Z
562026-03-18T10:42:21.736ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T10:42:21.736Zenvironment variable. This has not been done automatically.
582026-03-18T10:42:21.736Z
592026-03-18T10:42:21.736ZTo configure your current shell, you need to source
602026-03-18T10:42:21.736Zthe corresponding env file under $HOME/.cargo.
612026-03-18T10:42:21.736Z
622026-03-18T10:42:21.736ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T10:42:21.736Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T10:42:21.736Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T10:42:21.736Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T10:42:21.736Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T10:42:21.736Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T10:42:21.736Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T10:42:21.736Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T10:42:21.736Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T10:42:21.853Z+ rustup --version
722026-03-18T10:42:21.857Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T10:42:21.857Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T10:42:21.879Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T10:42:21.884Z+ cargo --version
762026-03-18T10:42:21.899Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T10:42:21.903Z+ rustc --version
782026-03-18T10:42:21.929Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T10:42:21.932Zprocess exited: duration 17370 ms, exit code 0
 
802026-03-18T10:42:21.940Zstarting task 2: "authentication"
812026-03-18T10:42:21.969Zprocess exited: duration 27 ms, exit code 0
 
822026-03-18T10:42:21.978Zstarting task 3: "clone repository"
832026-03-18T10:42:21.983Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T10:42:21.986Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T10:42:22.012ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T10:42:32.338Z+ cd /work/oxidecomputer/omicron
872026-03-18T10:42:32.338Z+ git fetch origin d4bf5726b7d7d77631c11bec36c60af4707051fd
882026-03-18T10:42:32.652ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T10:42:32.652Z * branch d4bf5726b7d7d77631c11bec36c60af4707051fd -> FETCH_HEAD
902026-03-18T10:42:32.663Z+ [[ -n andy/pgsql18 ]]
912026-03-18T10:42:32.666Z++ git branch --show-current
922026-03-18T10:42:32.669Z+ current=main
932026-03-18T10:42:32.669Z+ [[ main != andy/pgsql18 ]]
942026-03-18T10:42:32.670Z+ git branch -f andy/pgsql18 d4bf5726b7d7d77631c11bec36c60af4707051fd
952026-03-18T10:42:32.673Z+ git checkout -f andy/pgsql18
962026-03-18T10:42:32.994ZSwitched to branch 'andy/pgsql18'
972026-03-18T10:42:32.997Z+ git reset --hard d4bf5726b7d7d77631c11bec36c60af4707051fd
982026-03-18T10:42:33.016ZHEAD is now at d4bf5726b Use PostgreSQL v18 client libraries
992026-03-18T10:42:33.021Zprocess exited: duration 11036 ms, exit code 0
 
1002026-03-18T10:42:33.034Zstarting task 4: "build"
1012026-03-18T10:42:33.044Z+ source .github/buildomat/ci-env.sh
1022026-03-18T10:42:33.044Z++ export CARGO_TERM_COLOR=always
1032026-03-18T10:42:33.044Z++ CARGO_TERM_COLOR=always
1042026-03-18T10:42:33.044Z+ cargo --version
1052026-03-18T10:42:33.049Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T10:42:33.049Z+ rustc --version
1072026-03-18T10:42:33.077Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T10:42:33.081Z+ source ./env.sh
1092026-03-18T10:42:33.081Z++ OLD_SHELL_OPTS=ehxB
1102026-03-18T10:42:33.081Z++ set -o xtrace
1112026-03-18T10:42:33.081Z++++ dirname ./env.sh
1122026-03-18T10:42:33.087Z+++ readlink -f .
1132026-03-18T10:42:33.087Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ 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-18T10:42:33.087Z++ case $OLD_SHELL_OPTS in
1232026-03-18T10:42:33.087Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-18T10:42:33.087Z+ 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-18T10:42:33.087Z+ 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-18T10:42:33.087Z+ banner prerequisites
1272026-03-18T10:42:33.091Z
1282026-03-18T10:42:33.092Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-18T10:42:33.092Z # # # # # # # # # # # # # # #
1302026-03-18T10:42:33.092Z # # # # ##### # # ##### # # # # # #### #
1312026-03-18T10:42:33.092Z ##### ##### # ##### # # # # # # # # #
1322026-03-18T10:42:33.092Z # # # # # # # # # # # # # # #
1332026-03-18T10:42:33.092Z # # # ###### # # ###### ### # #### # #### #
1342026-03-18T10:42:33.092Z
1352026-03-18T10:42:33.092Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-18T10:42:44.959Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-18T10:42:54.639Z Startup: Caching catalogs ... Done
1382026-03-18T10:43:17.120ZPlanning: Solver setup ... Done (20.845s)
1392026-03-18T10:43:17.271ZPlanning: Running solver ... Done (0.151s)
1402026-03-18T10:43:17.462ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-18T10:43:17.472ZPlanning: Fetching manifests: 0/5 0% complete
1422026-03-18T10:43:17.627ZPlanning: Fetching manifests: 5/5 100% complete
1432026-03-18T10:43:17.678ZPlanning: Package planning ... Done (0.052s)
1442026-03-18T10:43:17.735ZPlanning: Merging actions ... Done (0.056s)
1452026-03-18T10:43:18.036ZPlanning: Checking for conflicting actions ... Done (0.300s)
1462026-03-18T10:43:18.048ZPlanning: Consolidating action changes ... Done (0.013s)
1472026-03-18T10:43:20.004ZPlanning: Evaluating mediators ... Done (1.954s)
1482026-03-18T10:43:20.014ZPlanning: Planning completed in 25.23 seconds
1492026-03-18T10:43:20.027Z Packages to install: 5
1502026-03-18T10:43:20.030Z Mediators to change: 3
1512026-03-18T10:43:20.030Z Services to change: 1
1522026-03-18T10:43:20.030Z Estimated space available: 155.42 GB
1532026-03-18T10:43:20.030ZEstimated space to be consumed: 1.86 GB
1542026-03-18T10:43:20.030Z Create boot environment: No
1552026-03-18T10:43:20.030ZCreate backup boot environment: No
1562026-03-18T10:43:20.030Z Rebuild boot archive: No
1572026-03-18T10:43:20.030Z
1582026-03-18T10:43:20.030ZChanged mediators:
1592026-03-18T10:43:20.030Z mediator clang:
1602026-03-18T10:43:20.030Z version: None -> 15 (system default)
1612026-03-18T10:43:20.030Z
1622026-03-18T10:43:20.030Z mediator llvm:
1632026-03-18T10:43:20.030Z version: 14 (system default) -> 15 (system default)
1642026-03-18T10:43:20.030Z
1652026-03-18T10:43:20.030Z mediator postgresql:
1662026-03-18T10:43:20.030Z version: 15 (system default) -> 18 (system default)
1672026-03-18T10:43:20.030Z
1682026-03-18T10:43:20.030ZChanged packages:
1692026-03-18T10:43:20.030Zhelios-dev
1702026-03-18T10:43:20.030Z developer/build-essential
1712026-03-18T10:43:20.031Z None -> 11-2.0
1722026-03-18T10:43:20.031Z library/libxmlsec1
1732026-03-18T10:43:20.031Z None -> 1.2.35-2.0
1742026-03-18T10:43:20.031Z ooce/developer/clang-15
1752026-03-18T10:43:20.031Z None -> 15.0.7-2.0
1762026-03-18T10:43:20.031Z ooce/developer/llvm-15
1772026-03-18T10:43:20.031Z None -> 15.0.7-2.0
1782026-03-18T10:43:20.031Z ooce/library/postgresql-18
1792026-03-18T10:43:20.031Z None -> 18.1-2.0
1802026-03-18T10:43:20.031Z
1812026-03-18T10:43:20.031ZServices:
1822026-03-18T10:43:20.031Z restart_fmri:
1832026-03-18T10:43:20.031Z svc:/system/update-man-index:default
1842026-03-18T10:43:20.142Z
1852026-03-18T10:43:20.142ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-03-18T10:43:25.144ZDownload: 2337/4272 items 119.7/219.0MB 54% complete (24.1M/s)
1872026-03-18T10:43:29.262ZDownload: Completed 218.99 MB in 9.11 seconds (24.0M/s)
1882026-03-18T10:43:29.558Z Actions: 1/4789 actions (Installing new actions)
1892026-03-18T10:43:33.975Z Actions: Completed 4789 actions in 4.42 seconds.
1902026-03-18T10:43:34.369Z Done (0.388s)
1912026-03-18T10:43:34.369Z Done (0.000s)
1922026-03-18T10:43:35.380Z Done (1.010s)
1932026-03-18T10:43:39.424Z Done (3.695s)
1942026-03-18T10:43:39.508Z Done (0.017s)
1952026-03-18T10:43:39.512Z Done (0.000s)
1962026-03-18T10:43:39.682Z Done (0.000s)
1972026-03-18T10:43:40.658ZPlanning: Evaluating mediator changes ... Done
1982026-03-18T10:43:40.798ZPlanning: Checking for conflicting actions ... Done
1992026-03-18T10:43:40.805ZPlanning: Consolidating action changes ... Done
2002026-03-18T10:43:41.021ZPlanning: Evaluating mediators ... Done
2012026-03-18T10:43:41.024ZPlanning: Planning completed in 0.37 seconds
2022026-03-18T10:43:41.053Z Mediators to change: 2
2032026-03-18T10:43:41.053Z Create boot environment: No
2042026-03-18T10:43:41.059ZCreate backup boot environment: No
2052026-03-18T10:43:41.118Z Done
2062026-03-18T10:43:41.118Z Done
2072026-03-18T10:43:41.862Z Done
2082026-03-18T10:43:45.227Z Done
2092026-03-18T10:43:45.312Z Done
2102026-03-18T10:43:45.316Z Done
2112026-03-18T10:43:45.471Z Done
2122026-03-18T10:43:45.831ZPlanning: Evaluating mediator changes ... Done
2132026-03-18T10:43:45.954ZPlanning: Checking for conflicting actions ... Done
2142026-03-18T10:43:45.969ZPlanning: Consolidating action changes ... Done
2152026-03-18T10:43:46.177ZPlanning: Evaluating mediators ... Done
2162026-03-18T10:43:46.207ZPlanning: Planning completed in 0.36 seconds
2172026-03-18T10:43:46.230Z Mediators to change: 1
2182026-03-18T10:43:46.230Z Create boot environment: No
2192026-03-18T10:43:46.230ZCreate backup boot environment: No
2202026-03-18T10:43:46.290Z Done
2212026-03-18T10:43:46.290Z Done
2222026-03-18T10:43:47.016Z Done
2232026-03-18T10:43:50.339Z Done
2242026-03-18T10:43:50.423Z Done
2252026-03-18T10:43:50.431Z Done
2262026-03-18T10:43:50.557Z Done
2272026-03-18T10:43:50.934ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-18T10:43:50.934Zclang system 15 system
2292026-03-18T10:43:50.934Zcsh system system illumos
2302026-03-18T10:43:50.934Zctags system system illumos
2312026-03-18T10:43:50.934Zfile system system illumos
2322026-03-18T10:43:50.934Zgcc vendor 12 vendor
2332026-03-18T10:43:50.935Zgcc system 10 system
2342026-03-18T10:43:50.935Zgcc system 7 system
2352026-03-18T10:43:50.935Zgo system 1.20 system
2362026-03-18T10:43:50.935Zgo system 1.19 system
2372026-03-18T10:43:50.935Zllvm system 15 system
2382026-03-18T10:43:50.935Zllvm system 14 system
2392026-03-18T10:43:50.935Zmariadb system 10.6 system
2402026-03-18T10:43:50.935Zmta vendor vendor dma
2412026-03-18T10:43:50.935Zopenjdk system 17 system
2422026-03-18T10:43:50.935Zopenjdk system 11 system
2432026-03-18T10:43:50.935Zopenjdk system 1.8 system
2442026-03-18T10:43:50.935Zopenssl vendor 3 vendor
2452026-03-18T10:43:50.935Zperl system 5.36 system
2462026-03-18T10:43:50.936Zpostgresql system 18 system
2472026-03-18T10:43:50.936Zpostgresql system 15 system
2482026-03-18T10:43:50.936Zpostgresql system 13 system
2492026-03-18T10:43:50.936Zpython vendor 3 vendor
2502026-03-18T10:43:50.936Zpython system 2 system
2512026-03-18T10:43:50.936Zpython3 system 3.11 system
2522026-03-18T10:43:50.936Zruby system 3.0 system
2532026-03-18T10:43:50.936Zwords vendor vendor american-english
2542026-03-18T10:43:50.936Zwords system system australian-english
2552026-03-18T10:43:50.936Zwords system system british-english
2562026-03-18T10:43:50.936Zwords system system canadian-english
2572026-03-18T10:43:50.936Zwords system system french
2582026-03-18T10:43:50.936Zwords system system italian
2592026-03-18T10:43:50.936Zwords system system ngerman
2602026-03-18T10:43:50.937Zwords system system ogerman
2612026-03-18T10:43:50.937Zwords system system spanish
2622026-03-18T10:43:51.239ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-18T10:43:51.239Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-18T10:43:57.255ZFMRI IFO
2652026-03-18T10:43:57.255Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-18T10:43:57.255Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-18T10:43:57.255Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-18T10:43:57.255Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-18T10:43:57.255Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-18T10:43:57.255Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-18T10:43:57.255Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-03-18T10:43:57.255Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-03-18T10:43:57.255Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-18T10:43:57.255Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-18T10:43:57.255Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-18T10:43:57.255Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-18T10:43:57.255Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-18T10:43:57.256Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-18T10:43:57.256Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-18T10:43:57.256Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-18T10:43:57.256Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-18T10:43:58.504Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-18T10:43:58.815Z Updating crates.io index
2842026-03-18T10:43:58.849Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-18T10:43:59.578Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-18T10:44:00.035Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-18T10:44:00.277Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-18T10:44:00.776Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-18T10:44:01.727Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-18T10:44:02.512Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-18T10:44:03.909Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-18T10:44:05.590Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-18T10:44:06.601Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-18T10:44:06.895Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-18T10:44:07.831Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-18T10:44:08.147Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-18T10:44:08.520Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-18T10:44:08.888Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-18T10:44:09.773Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-18T10:44:10.504Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-18T10:44:10.796Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-18T10:44:11.219Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-18T10:44:11.672Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-18T10:44:11.937Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-18T10:44:12.187Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-18T10:44:12.519Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-18T10:44:12.937Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-18T10:44:13.499Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-18T10:44:14.041Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-18T10:44:14.309Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-18T10:44:14.599Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-18T10:44:15.766Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-18T10:44:16.323Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-18T10:44:16.633Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-18T10:44:16.986Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-18T10:44:17.311Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-18T10:44:17.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-18T10:44:18.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-18T10:44:18.504Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-18T10:44:18.786Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-18T10:44:19.229Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-18T10:44:33.004Z Downloading crates ...
3232026-03-18T10:44:33.057Z Downloaded colorchoice v1.0.4
3242026-03-18T10:44:33.061Z Downloaded anstyle-parse v0.2.7
3252026-03-18T10:44:33.063Z Downloaded clap_lex v1.0.0
3262026-03-18T10:44:33.063Z Downloaded anstream v0.6.21
3272026-03-18T10:44:33.066Z Downloaded clap_derive v4.5.55
3282026-03-18T10:44:33.068Z Downloaded anstyle-query v1.1.5
3292026-03-18T10:44:33.072Z Downloaded cfg-if v1.0.4
3302026-03-18T10:44:33.072Z Downloaded anstyle v1.0.13
3312026-03-18T10:44:33.075Z Downloaded macaddr v1.0.1
3322026-03-18T10:44:33.077Z Downloaded cpufeatures v0.2.17
3332026-03-18T10:44:33.077Z Downloaded clap v4.5.60
3342026-03-18T10:44:33.083Z Downloaded unicode-xid v0.2.6
3352026-03-18T10:44:33.087Z Downloaded thiserror-impl v1.0.69
3362026-03-18T10:44:33.087Z Downloaded itoa v1.0.17
3372026-03-18T10:44:33.091Z Downloaded usdt-macro v0.5.0
3382026-03-18T10:44:33.091Z Downloaded typeid v1.0.3
3392026-03-18T10:44:33.091Z Downloaded usdt v0.5.0
3402026-03-18T10:44:33.091Z Downloaded toml_datetime v0.6.11
3412026-03-18T10:44:33.094Z Downloaded proc-macro-error v1.0.4
3422026-03-18T10:44:33.094Z Downloaded zerofrom v0.1.6
3432026-03-18T10:44:33.096Z Downloaded utf8_iter v1.0.4
3442026-03-18T10:44:33.096Z Downloaded thread-id v4.2.2
3452026-03-18T10:44:33.096Z Downloaded utf8parse v0.2.2
3462026-03-18T10:44:33.099Z Downloaded idna_adapter v1.2.1
3472026-03-18T10:44:33.099Z Downloaded fnv v1.0.7
3482026-03-18T10:44:33.099Z Downloaded usdt-attr-macro v0.5.0
3492026-03-18T10:44:33.099Z Downloaded unicode-linebreak v0.1.5
3502026-03-18T10:44:33.102Z Downloaded plain v0.2.3
3512026-03-18T10:44:33.102Z Downloaded percent-encoding v2.3.2
3522026-03-18T10:44:33.102Z Downloaded version_check v0.9.5
3532026-03-18T10:44:33.102Z Downloaded toml_write v0.1.2
3542026-03-18T10:44:33.105Z Downloaded zerofrom-derive v0.1.6
3552026-03-18T10:44:33.105Z Downloaded yoke-derive v0.8.1
3562026-03-18T10:44:33.107Z Downloaded toml_edit v0.22.27
3572026-03-18T10:44:33.110Z Downloaded digest v0.10.7
3582026-03-18T10:44:33.110Z Downloaded potential_utf v0.1.4
3592026-03-18T10:44:33.112Z Downloaded serde-value v0.7.0
3602026-03-18T10:44:33.112Z Downloaded ordered-float v2.10.1
3612026-03-18T10:44:33.112Z Downloaded fastrand v2.3.0
3622026-03-18T10:44:33.115Z Downloaded dtrace-parser v0.2.0
3632026-03-18T10:44:33.115Z Downloaded dof v0.3.0
3642026-03-18T10:44:33.118Z Downloaded form_urlencoded v1.2.2
3652026-03-18T10:44:33.118Z Downloaded terminal_size v0.4.3
3662026-03-18T10:44:33.121Z Downloaded thiserror v1.0.69
3672026-03-18T10:44:33.124Z Downloaded zerovec-derive v0.11.2
3682026-03-18T10:44:33.124Z Downloaded tinystr v0.8.2
3692026-03-18T10:44:33.126Z Downloaded zmij v1.0.21
3702026-03-18T10:44:33.126Z Downloaded fs-err v3.3.0
3712026-03-18T10:44:33.129Z Downloaded usdt-impl v0.5.0
3722026-03-18T10:44:33.129Z Downloaded displaydoc v0.2.5
3732026-03-18T10:44:33.131Z Downloaded yoke v0.8.1
3742026-03-18T10:44:33.132Z Downloaded thiserror-impl v2.0.18
3752026-03-18T10:44:33.134Z Downloaded block-buffer v0.10.4
3762026-03-18T10:44:33.134Z Downloaded memmap v0.7.0
3772026-03-18T10:44:33.134Z Downloaded heck v0.4.1
3782026-03-18T10:44:33.136Z Downloaded errno v0.3.14
3792026-03-18T10:44:33.137Z Downloaded zerocopy-derive v0.7.35
3802026-03-18T10:44:33.139Z Downloaded writeable v0.6.2
3812026-03-18T10:44:33.142Z Downloaded pretty-hex v0.4.1
3822026-03-18T10:44:33.142Z Downloaded serde_spanned v0.6.9
3832026-03-18T10:44:33.146Z Downloaded heck v0.5.0
3842026-03-18T10:44:33.146Z Downloaded ucd-trie v0.1.7
3852026-03-18T10:44:33.146Z Downloaded swrite v0.1.0
3862026-03-18T10:44:33.149Z Downloaded strsim v0.11.1
3872026-03-18T10:44:33.149Z Downloaded crypto-common v0.1.7
3882026-03-18T10:44:33.149Z Downloaded toml v0.8.23
3892026-03-18T10:44:33.151Z Downloaded thiserror v2.0.18
3902026-03-18T10:44:33.154Z Downloaded proc-macro-error-attr v1.0.4
3912026-03-18T10:44:33.154Z Downloaded is_terminal_polyfill v1.70.2
3922026-03-18T10:44:33.157Z Downloaded typenum v1.19.0
3932026-03-18T10:44:33.157Z Downloaded textwrap v0.16.2
3942026-03-18T10:44:33.159Z Downloaded unicode-ident v1.0.24
3952026-03-18T10:44:33.162Z Downloaded stable_deref_trait v1.2.1
3962026-03-18T10:44:33.162Z Downloaded scroll_derive v0.12.1
3972026-03-18T10:44:33.162Z Downloaded smawk v0.3.2
3982026-03-18T10:44:33.165Z Downloaded url v2.5.8
3992026-03-18T10:44:33.165Z Downloaded tabled_derive v0.7.0
4002026-03-18T10:44:33.168Z Downloaded zerotrie v0.2.3
4012026-03-18T10:44:33.170Z Downloaded cargo-platform v0.2.0
4022026-03-18T10:44:33.170Z Downloaded equivalent v1.0.2
4032026-03-18T10:44:33.170Z Downloaded zerocopy v0.7.35
4042026-03-18T10:44:33.182Z Downloaded synstructure v0.13.2
4052026-03-18T10:44:33.185Z Downloaded zerovec v0.11.5
4062026-03-18T10:44:33.187Z Downloaded sha2 v0.10.9
4072026-03-18T10:44:33.187Z Downloaded generic-array v0.14.7
4082026-03-18T10:44:33.190Z Downloaded semver v1.0.27
4092026-03-18T10:44:33.190Z Downloaded winnow v0.7.14
4102026-03-18T10:44:33.196Z Downloaded camino-tempfile v1.4.1
4112026-03-18T10:44:33.199Z Downloaded autocfg v1.5.0
4122026-03-18T10:44:33.199Z Downloaded smallvec v1.15.1
4132026-03-18T10:44:33.202Z Downloaded unicode-width v0.2.0
4142026-03-18T10:44:33.205Z Downloaded unicode-width v0.1.14
4152026-03-18T10:44:33.209Z Downloaded scroll v0.12.0
4162026-03-18T10:44:33.212Z Downloaded serde_tokenstream v0.2.3
4172026-03-18T10:44:33.212Z Downloaded serde-untagged v0.1.9
4182026-03-18T10:44:33.212Z Downloaded icu_collections v2.1.1
4192026-03-18T10:44:33.215Z Downloaded quote v1.0.44
4202026-03-18T10:44:33.218Z Downloaded cargo-util-schemas v0.8.2
4212026-03-18T10:44:33.222Z Downloaded cargo_toml v0.21.0
4222026-03-18T10:44:33.222Z Downloaded byteorder v1.5.0
4232026-03-18T10:44:33.222Z Downloaded cargo_metadata v0.21.0
4242026-03-18T10:44:33.225Z Downloaded erased-serde v0.4.9
4252026-03-18T10:44:33.229Z Downloaded pest_derive v2.8.6
4262026-03-18T10:44:33.232Z Downloaded litemap v0.8.1
4272026-03-18T10:44:33.235Z Downloaded tempfile v3.25.0
4282026-03-18T10:44:33.241Z Downloaded bytecount v0.6.9
4292026-03-18T10:44:33.244Z Downloaded once_cell v1.21.3
4302026-03-18T10:44:33.247Z Downloaded icu_properties v2.1.2
4312026-03-18T10:44:33.247Z Downloaded papergrid v0.11.0
4322026-03-18T10:44:33.251Z Downloaded num-traits v0.2.19
4332026-03-18T10:44:33.254Z Downloaded pest_generator v2.8.6
4342026-03-18T10:44:33.254Z Downloaded bitflags v2.11.0
4352026-03-18T10:44:33.257Z Downloaded serde_derive v1.0.228
4362026-03-18T10:44:33.259Z Downloaded getrandom v0.4.1
4372026-03-18T10:44:33.264Z Downloaded serde_core v1.0.228
4382026-03-18T10:44:33.266Z Downloaded camino v1.2.2
4392026-03-18T10:44:33.266Z Downloaded log v0.4.29
4402026-03-18T10:44:33.269Z Downloaded icu_normalizer_data v2.1.1
4412026-03-18T10:44:33.272Z Downloaded anyhow v1.0.102
4422026-03-18T10:44:33.275Z Downloaded icu_normalizer v2.1.1
4432026-03-18T10:44:33.278Z Downloaded icu_locale_core v2.1.1
4442026-03-18T10:44:33.282Z Downloaded proc-macro2 v1.0.106
4452026-03-18T10:44:33.285Z Downloaded pest_meta v2.8.6
4462026-03-18T10:44:33.285Z Downloaded icu_provider v2.1.1
4472026-03-18T10:44:33.296Z Downloaded serde v1.0.228
4482026-03-18T10:44:33.298Z Downloaded memchr v2.8.0
4492026-03-18T10:44:33.302Z Downloaded idna v1.1.0
4502026-03-18T10:44:33.305Z Downloaded icu_properties_data v2.1.2
4512026-03-18T10:44:33.311Z Downloaded clap_builder v4.5.60
4522026-03-18T10:44:33.316Z Downloaded indexmap v2.13.0
4532026-03-18T10:44:33.323Z Downloaded pest v2.8.6
4542026-03-18T10:44:33.348Z Downloaded serde_json v1.0.149
4552026-03-18T10:44:33.353Z Downloaded hashbrown v0.16.1
4562026-03-18T10:44:33.356Z Downloaded goblin v0.8.2
4572026-03-18T10:44:33.361Z Downloaded tabled v0.15.0
4582026-03-18T10:44:33.376Z Downloaded syn v1.0.109
4592026-03-18T10:44:33.382Z Downloaded syn v2.0.117
4602026-03-18T10:44:33.399Z Downloaded rustix v1.1.3
4612026-03-18T10:44:33.429Z Downloaded libc v0.2.180
4622026-03-18T10:44:33.515Z Compiling proc-macro2 v1.0.106
4632026-03-18T10:44:33.518Z Compiling unicode-ident v1.0.24
4642026-03-18T10:44:33.518Z Compiling quote v1.0.44
4652026-03-18T10:44:33.518Z Compiling serde_core v1.0.228
4662026-03-18T10:44:33.518Z Compiling libc v0.2.180
4672026-03-18T10:44:33.518Z Compiling version_check v0.9.5
4682026-03-18T10:44:33.518Z Compiling stable_deref_trait v1.2.1
4692026-03-18T10:44:33.518Z Compiling serde v1.0.228
4702026-03-18T10:44:33.910Z Compiling memchr v2.8.0
4712026-03-18T10:44:33.934Z Compiling zmij v1.0.21
4722026-03-18T10:44:34.209Z Compiling thiserror v1.0.69
4732026-03-18T10:44:34.212Z Compiling itoa v1.0.17
4742026-03-18T10:44:34.375Z Compiling autocfg v1.5.0
4752026-03-18T10:44:34.457Z Compiling ucd-trie v0.1.7
4762026-03-18T10:44:34.722Z Compiling pest v2.8.6
4772026-03-18T10:44:34.836Z Compiling writeable v0.6.2
4782026-03-18T10:44:34.907Z Compiling litemap v0.8.1
4792026-03-18T10:44:34.963Z Compiling rustix v1.1.3
4802026-03-18T10:44:35.069Z Compiling icu_properties_data v2.1.2
4812026-03-18T10:44:35.294Z Compiling icu_normalizer_data v2.1.1
4822026-03-18T10:44:35.398Z Compiling syn v2.0.117
4832026-03-18T10:44:35.426Z Compiling byteorder v1.5.0
4842026-03-18T10:44:35.646Z Compiling errno v0.3.14
4852026-03-18T10:44:35.671Z Compiling serde_json v1.0.149
4862026-03-18T10:44:35.760Z Compiling bitflags v2.11.0
4872026-03-18T10:44:35.936Z Compiling num-traits v0.2.19
4882026-03-18T10:44:36.008Z Compiling hashbrown v0.16.1
4892026-03-18T10:44:36.052Z Compiling typeid v1.0.3
4902026-03-18T10:44:36.174Z Compiling smallvec v1.15.1
4912026-03-18T10:44:36.403Z Compiling pest_meta v2.8.6
4922026-03-18T10:44:36.493Z Compiling equivalent v1.0.2
4932026-03-18T10:44:36.676Z Compiling indexmap v2.13.0
4942026-03-18T10:44:36.759Z Compiling thread-id v4.2.2
4952026-03-18T10:44:36.873Z Compiling usdt-impl v0.5.0
4962026-03-18T10:44:36.941Z Compiling proc-macro-error-attr v1.0.4
4972026-03-18T10:44:36.994Z Compiling winnow v0.7.14
4982026-03-18T10:44:37.140Z Compiling toml_write v0.1.2
4992026-03-18T10:44:37.180Z Compiling syn v1.0.109
5002026-03-18T10:44:37.400Z Compiling erased-serde v0.4.9
5012026-03-18T10:44:37.846Z Compiling proc-macro-error v1.0.4
5022026-03-18T10:44:37.935Z Compiling utf8_iter v1.0.4
5032026-03-18T10:44:38.078Z Compiling utf8parse v0.2.2
5042026-03-18T10:44:38.126Z Compiling plain v0.2.3
5052026-03-18T10:44:38.218Z Compiling percent-encoding v2.3.2
5062026-03-18T10:44:38.266Z Compiling getrandom v0.4.1
5072026-03-18T10:44:38.462Z Compiling thiserror v2.0.18
5082026-03-18T10:44:38.671Z Compiling camino v1.2.2
5092026-03-18T10:44:38.695Z Compiling log v0.4.29
5102026-03-18T10:44:38.814Z Compiling ordered-float v2.10.1
5112026-03-18T10:44:38.935Z Compiling form_urlencoded v1.2.2
5122026-03-18T10:44:39.035Z Compiling anstyle-parse v0.2.7
5132026-03-18T10:44:39.216Z Compiling terminal_size v0.4.3
5142026-03-18T10:44:39.266Z Compiling synstructure v0.13.2
5152026-03-18T10:44:39.289Z Compiling pest_generator v2.8.6
5162026-03-18T10:44:39.391Z Compiling anstyle-query v1.1.5
5172026-03-18T10:44:39.501Z Compiling colorchoice v1.0.4
5182026-03-18T10:44:39.530Z Compiling pretty-hex v0.4.1
5192026-03-18T10:44:39.652Z Compiling anstyle v1.0.13
5202026-03-18T10:44:39.679Z Compiling is_terminal_polyfill v1.70.2
5212026-03-18T10:44:39.705Z Compiling cfg-if v1.0.4
5222026-03-18T10:44:39.800Z Compiling serde-untagged v0.1.9
5232026-03-18T10:44:39.950Z Compiling anstream v0.6.21
5242026-03-18T10:44:40.039Z Compiling semver v1.0.27
5252026-03-18T10:44:40.120Z Compiling fs-err v3.3.0
5262026-03-18T10:44:40.241Z Compiling heck v0.4.1
5272026-03-18T10:44:40.354Z Compiling fastrand v2.3.0
5282026-03-18T10:44:40.357Z Compiling unicode-xid v0.2.6
5292026-03-18T10:44:40.470Z Compiling clap_lex v1.0.0
5302026-03-18T10:44:40.544Z Compiling unicode-width v0.1.14
5312026-03-18T10:44:40.569Z Compiling fnv v1.0.7
5322026-03-18T10:44:40.572Z Compiling anyhow v1.0.102
5332026-03-18T10:44:40.704Z Compiling once_cell v1.21.3
5342026-03-18T10:44:40.754Z Compiling strsim v0.11.1
5352026-03-18T10:44:40.921Z Compiling bytecount v0.6.9
5362026-03-18T10:44:40.999Z Compiling heck v0.5.0
5372026-03-18T10:44:41.096Z Compiling papergrid v0.11.0
5382026-03-18T10:44:41.218Z Compiling clap_builder v4.5.60
5392026-03-18T10:44:41.246Z Compiling tempfile v3.25.0
5402026-03-18T10:44:41.343Z Compiling memmap v0.7.0
5412026-03-18T10:44:41.448Z Compiling unicode-width v0.2.0
5422026-03-18T10:44:41.602Z Compiling smawk v0.3.2
5432026-03-18T10:44:41.762Z Compiling unicode-linebreak v0.1.5
5442026-03-18T10:44:41.765Z Compiling camino-tempfile v1.4.1
5452026-03-18T10:44:41.833Z Compiling serde_derive v1.0.228
5462026-03-18T10:44:42.076Z Compiling zerofrom-derive v0.1.6
5472026-03-18T10:44:42.102Z Compiling yoke-derive v0.8.1
5482026-03-18T10:44:42.169Z Compiling zerovec-derive v0.11.2
5492026-03-18T10:44:42.194Z Compiling displaydoc v0.2.5
5502026-03-18T10:44:43.089Z Compiling thiserror-impl v1.0.69
5512026-03-18T10:44:43.155Z Compiling zerocopy-derive v0.7.35
5522026-03-18T10:44:43.710Z Compiling pest_derive v2.8.6
5532026-03-18T10:44:43.756Z Compiling scroll_derive v0.12.1
5542026-03-18T10:44:43.996Z Compiling zerofrom v0.1.6
5552026-03-18T10:44:44.171Z Compiling yoke v0.8.1
5562026-03-18T10:44:44.249Z Compiling thiserror-impl v2.0.18
5572026-03-18T10:44:44.302Z Compiling zerocopy v0.7.35
5582026-03-18T10:44:44.419Z Compiling zerovec v0.11.5
5592026-03-18T10:44:44.609Z Compiling zerotrie v0.2.3
5602026-03-18T10:44:44.939Z Compiling dtrace-parser v0.2.0
5612026-03-18T10:44:45.003Z Compiling scroll v0.12.0
5622026-03-18T10:44:45.099Z Compiling tinystr v0.8.2
5632026-03-18T10:44:45.122Z Compiling potential_utf v0.1.4
5642026-03-18T10:44:45.338Z Compiling icu_locale_core v2.1.1
5652026-03-18T10:44:45.363Z Compiling icu_collections v2.1.1
5662026-03-18T10:44:45.386Z Compiling goblin v0.8.2
5672026-03-18T10:44:45.507Z Compiling tabled_derive v0.7.0
5682026-03-18T10:44:45.863Z Compiling clap_derive v4.5.55
5692026-03-18T10:44:46.102Z Compiling textwrap v0.16.2
5702026-03-18T10:44:46.594Z Compiling icu_provider v2.1.1
5712026-03-18T10:44:46.638Z Compiling toml_datetime v0.6.11
5722026-03-18T10:44:46.706Z Compiling serde_spanned v0.6.9
5732026-03-18T10:44:46.736Z Compiling dof v0.3.0
5742026-03-18T10:44:46.761Z Compiling serde_tokenstream v0.2.3
5752026-03-18T10:44:46.795Z Compiling serde-value v0.7.0
5762026-03-18T10:44:46.902Z Compiling toml_edit v0.22.27
5772026-03-18T10:44:47.004Z Compiling icu_properties v2.1.2
5782026-03-18T10:44:47.009Z Compiling icu_normalizer v2.1.1
5792026-03-18T10:44:47.270Z Compiling cargo-platform v0.2.0
5802026-03-18T10:44:47.294Z Compiling tabled v0.15.0
5812026-03-18T10:44:47.633Z Compiling macaddr v1.0.1
5822026-03-18T10:44:47.762Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5832026-03-18T10:44:47.936Z Compiling swrite v0.1.0
5842026-03-18T10:44:48.014Z Compiling usdt-attr-macro v0.5.0
5852026-03-18T10:44:48.045Z Compiling usdt-macro v0.5.0
5862026-03-18T10:44:48.237Z Compiling idna_adapter v1.2.1
5872026-03-18T10:44:48.308Z Compiling clap v4.5.60
5882026-03-18T10:44:48.394Z Compiling idna v1.1.0
5892026-03-18T10:44:48.848Z Compiling url v2.5.8
5902026-03-18T10:44:48.870Z Compiling toml v0.8.23
5912026-03-18T10:44:49.476Z Compiling cargo-util-schemas v0.8.2
5922026-03-18T10:44:49.649Z Compiling usdt v0.5.0
5932026-03-18T10:44:49.731Z Compiling cargo_toml v0.21.0
5942026-03-18T10:44:50.703Z Compiling cargo_metadata v0.21.0
5952026-03-18T10:44:52.014Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-18T10:44:54.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.55s
5972026-03-18T10:44:55.154Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-18T10:44:55.904Z Downloading crates ...
5992026-03-18T10:44:56.008Z Downloaded atomicwrites v0.4.4
6002026-03-18T10:44:56.014Z Downloaded adler2 v2.0.1
6012026-03-18T10:44:56.018Z Downloaded cipher v0.4.4
6022026-03-18T10:44:56.018Z Downloaded bitfield-macros v0.19.4
6032026-03-18T10:44:56.022Z Downloaded async-trait v0.1.89
6042026-03-18T10:44:56.022Z Downloaded backoff v0.4.0
6052026-03-18T10:44:56.025Z Downloaded backon v1.6.0
6062026-03-18T10:44:56.026Z Downloaded atty v0.2.14
6072026-03-18T10:44:56.030Z Downloaded base16ct v0.2.0
6082026-03-18T10:44:56.032Z Downloaded cobs v0.3.0
6092026-03-18T10:44:56.035Z Downloaded array-init v0.0.4
6102026-03-18T10:44:56.035Z Downloaded critical-section v1.2.0
6112026-03-18T10:44:56.038Z Downloaded cargo-platform v0.1.9
6122026-03-18T10:44:56.041Z Downloaded atomic-waker v1.1.2
6132026-03-18T10:44:56.041Z Downloaded async-stream-impl v0.3.6
6142026-03-18T10:44:56.044Z Downloaded aead v0.5.2
6152026-03-18T10:44:56.044Z Downloaded async-stream v0.3.6
6162026-03-18T10:44:56.047Z Downloaded blowfish v0.9.1
6172026-03-18T10:44:56.047Z Downloaded base16ct v1.0.0
6182026-03-18T10:44:56.050Z Downloaded arrayref v0.3.9
6192026-03-18T10:44:56.053Z Downloaded crossterm v0.28.1
6202026-03-18T10:44:56.058Z Downloaded crc-catalog v2.4.0
6212026-03-18T10:44:56.060Z Downloaded crossterm v0.29.0
6222026-03-18T10:44:56.065Z Downloaded dof v0.4.0
6232026-03-18T10:44:56.067Z Downloaded dirs-sys-next v0.1.2
6242026-03-18T10:44:56.067Z Downloaded darling_macro v0.21.3
6252026-03-18T10:44:56.070Z Downloaded foreign-types-shared v0.3.1
6262026-03-18T10:44:56.070Z Downloaded float-cmp v0.10.0
6272026-03-18T10:44:56.070Z Downloaded cstr-argument v0.1.2
6282026-03-18T10:44:56.073Z Downloaded ascii-canvas v3.0.0
6292026-03-18T10:44:56.073Z Downloaded arrayvec v0.7.6
6302026-03-18T10:44:56.076Z Downloaded derive-ex v0.1.8
6312026-03-18T10:44:56.076Z Downloaded defmt-parser v1.0.0
6322026-03-18T10:44:56.079Z Downloaded bit-set v0.5.3
6332026-03-18T10:44:56.079Z Downloaded ciborium-io v0.2.2
6342026-03-18T10:44:56.079Z Downloaded cfg_aliases v0.2.1
6352026-03-18T10:44:56.082Z Downloaded bit-set v0.8.0
6362026-03-18T10:44:56.082Z Downloaded bb8 v0.8.6
6372026-03-18T10:44:56.082Z Downloaded float-ord v0.3.2
6382026-03-18T10:44:56.085Z Downloaded foreign-types-macros v0.2.3
6392026-03-18T10:44:56.085Z Downloaded crunchy v0.2.4
6402026-03-18T10:44:56.088Z Downloaded downcast-rs v2.0.2
6412026-03-18T10:44:56.088Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-03-18T10:44:56.088Z Downloaded darling_macro v0.20.11
6432026-03-18T10:44:56.091Z Downloaded bcrypt-pbkdf v0.10.0
6442026-03-18T10:44:56.091Z Downloaded defmt-macros v1.0.1
6452026-03-18T10:44:56.095Z Downloaded difflib v0.4.0
6462026-03-18T10:44:56.095Z Downloaded csv-core v0.1.13
6472026-03-18T10:44:56.095Z Downloaded data-encoding v2.10.0
6482026-03-18T10:44:56.098Z Downloaded crc8 v0.1.1
6492026-03-18T10:44:56.098Z Downloaded block-padding v0.3.3
6502026-03-18T10:44:56.098Z Downloaded assert_matches v1.5.0
6512026-03-18T10:44:56.102Z Downloaded funty v2.0.0
6522026-03-18T10:44:56.102Z Downloaded cpufeatures v0.3.0
6532026-03-18T10:44:56.105Z Downloaded convert_case v0.4.0
6542026-03-18T10:44:56.106Z Downloaded foreign-types-shared v0.1.1
6552026-03-18T10:44:56.106Z Downloaded ciborium-ll v0.2.2
6562026-03-18T10:44:56.110Z Downloaded castaway v0.2.4
6572026-03-18T10:44:56.114Z Downloaded enum-as-inner v0.6.1
6582026-03-18T10:44:56.114Z Downloaded async-recursion v1.1.1
6592026-03-18T10:44:56.117Z Downloaded foreign-types v0.5.0
6602026-03-18T10:44:56.120Z Downloaded foreign-types v0.3.2
6612026-03-18T10:44:56.120Z Downloaded embedded-io v0.6.1
6622026-03-18T10:44:56.120Z Downloaded dunce v1.0.5
6632026-03-18T10:44:56.123Z Downloaded dtrace-parser v0.3.0
6642026-03-18T10:44:56.123Z Downloaded flagset v0.4.7
6652026-03-18T10:44:56.123Z Downloaded endian-type v0.1.2
6662026-03-18T10:44:56.126Z Downloaded derive_builder_macro v0.20.2
6672026-03-18T10:44:56.126Z Downloaded const_format_proc_macros v0.2.34
6682026-03-18T10:44:56.128Z Downloaded dropshot-api-manager-types v0.6.0
6692026-03-18T10:44:56.128Z Downloaded fixedbitset v0.4.2
6702026-03-18T10:44:56.131Z Downloaded crucible-workspace-hack v0.1.0
6712026-03-18T10:44:56.131Z Downloaded bitflags v1.3.2
6722026-03-18T10:44:56.135Z Downloaded ciborium v0.2.2
6732026-03-18T10:44:56.138Z Downloaded fd-lock v4.0.4
6742026-03-18T10:44:56.138Z Downloaded curve25519-dalek-derive v0.1.1
6752026-03-18T10:44:56.138Z Downloaded env_filter v1.0.0
6762026-03-18T10:44:56.141Z Downloaded embedded-io v0.4.0
6772026-03-18T10:44:56.141Z Downloaded futures-core v0.3.32
6782026-03-18T10:44:56.143Z Downloaded ahash v0.8.12
6792026-03-18T10:44:56.143Z Downloaded futures-io v0.3.32
6802026-03-18T10:44:56.146Z Downloaded display-error-chain v0.2.2
6812026-03-18T10:44:56.146Z Downloaded defmt v1.0.1
6822026-03-18T10:44:56.149Z Downloaded ghash v0.5.1
6832026-03-18T10:44:56.151Z Downloaded gethostname v0.5.0
6842026-03-18T10:44:56.151Z Downloaded fxhash v0.2.1
6852026-03-18T10:44:56.154Z Downloaded futures-sink v0.3.32
6862026-03-18T10:44:56.154Z Downloaded git-stub v1.0.0
6872026-03-18T10:44:56.154Z Downloaded futures-macro v0.3.32
6882026-03-18T10:44:56.157Z Downloaded globwalk v0.9.1
6892026-03-18T10:44:56.157Z Downloaded fixedbitset v0.5.7
6902026-03-18T10:44:56.160Z Downloaded constant_time_eq v0.4.2
6912026-03-18T10:44:56.160Z Downloaded dirs-next v2.0.0
6922026-03-18T10:44:56.162Z Downloaded document-features v0.2.12
6932026-03-18T10:44:56.162Z Downloaded dyn-clone v1.0.20
6942026-03-18T10:44:56.165Z Downloaded cargo_metadata v0.19.2
6952026-03-18T10:44:56.168Z Downloaded futures-task v0.3.32
6962026-03-18T10:44:56.168Z Downloaded ecdsa v0.16.9
6972026-03-18T10:44:56.170Z Downloaded ctr v0.9.2
6982026-03-18T10:44:56.170Z Downloaded corncobs v0.1.4
6992026-03-18T10:44:56.173Z Downloaded cbc v0.1.2
7002026-03-18T10:44:56.173Z Downloaded cfg_aliases v0.1.1
7012026-03-18T10:44:56.175Z Downloaded bitfield v0.19.4
7022026-03-18T10:44:56.175Z Downloaded headers-core v0.3.0
7032026-03-18T10:44:56.178Z Downloaded convert_case v0.10.0
7042026-03-18T10:44:56.178Z Downloaded hash32 v0.3.1
7052026-03-18T10:44:56.181Z Downloaded base64ct v1.8.3
7062026-03-18T10:44:56.181Z Downloaded chacha20 v0.9.1
7072026-03-18T10:44:56.184Z Downloaded hex v0.4.3
7082026-03-18T10:44:56.186Z Downloaded derive_builder_core v0.20.2
7092026-03-18T10:44:56.186Z Downloaded fallible-iterator v0.2.0
7102026-03-18T10:44:56.189Z Downloaded env_logger v0.11.9
7112026-03-18T10:44:56.191Z Downloaded hash32 v0.2.1
7122026-03-18T10:44:56.191Z Downloaded cassowary v0.3.0
7132026-03-18T10:44:56.194Z Downloaded foldhash v0.2.0
7142026-03-18T10:44:56.194Z Downloaded fs_extra v1.3.0
7152026-03-18T10:44:56.197Z Downloaded dsl_auto_type v0.2.0
7162026-03-18T10:44:56.197Z Downloaded deranged v0.5.8
7172026-03-18T10:44:56.199Z Downloaded hex-literal v0.4.1
7182026-03-18T10:44:56.199Z Downloaded find-msvc-tools v0.1.9
7192026-03-18T10:44:56.202Z Downloaded bzip2 v0.6.1
7202026-03-18T10:44:56.205Z Downloaded ff v0.13.1
7212026-03-18T10:44:56.205Z Downloaded cmake v0.1.57
7222026-03-18T10:44:56.208Z Downloaded bit-vec v0.8.0
7232026-03-18T10:44:56.208Z Downloaded bcs v0.1.6
7242026-03-18T10:44:56.211Z Downloaded camino-tempfile-ext v0.3.3
7252026-03-18T10:44:56.211Z Downloaded diesel-dtrace v0.5.0
7262026-03-18T10:44:56.211Z Downloaded argon2 v0.5.3
7272026-03-18T10:44:56.216Z Downloaded httpdate v1.0.3
7282026-03-18T10:44:56.218Z Downloaded http-range v0.1.5
7292026-03-18T10:44:56.218Z Downloaded filetime v0.2.27
7302026-03-18T10:44:56.218Z Downloaded futures-executor v0.3.32
7312026-03-18T10:44:56.219Z Downloaded http-body v1.0.1
7322026-03-18T10:44:56.221Z Downloaded glob v0.3.3
7332026-03-18T10:44:56.221Z Downloaded indent_write v2.2.0
7342026-03-18T10:44:56.225Z Downloaded ed25519 v2.2.3
7352026-03-18T10:44:56.225Z Downloaded hubpack_derive v0.1.1
7362026-03-18T10:44:56.225Z Downloaded group v0.13.0
7372026-03-18T10:44:56.227Z Downloaded globset v0.4.18
7382026-03-18T10:44:56.227Z Downloaded inout v0.1.4
7392026-03-18T10:44:56.230Z Downloaded git-stub-vcs v0.1.0
7402026-03-18T10:44:56.230Z Downloaded hostname v0.4.2
7412026-03-18T10:44:56.246Z Downloaded ident_case v1.0.1
7422026-03-18T10:44:56.248Z Downloaded drift v0.1.3
7432026-03-18T10:44:56.251Z Downloaded clang-sys v1.8.1
7442026-03-18T10:44:56.253Z Downloaded keccak v0.1.6
7452026-03-18T10:44:56.256Z Downloaded cookie_store v0.22.1
7462026-03-18T10:44:56.259Z Downloaded cookie v0.18.1
7472026-03-18T10:44:56.259Z Downloaded const-oid v0.9.6
7482026-03-18T10:44:56.262Z Downloaded crc32fast v1.5.0
7492026-03-18T10:44:56.264Z Downloaded kstat-rs v0.2.4
7502026-03-18T10:44:56.264Z Downloaded internet-checksum v0.2.1
7512026-03-18T10:44:56.264Z Downloaded instant v0.1.13
7522026-03-18T10:44:56.267Z Downloaded indoc v1.0.9
7532026-03-18T10:44:56.271Z Downloaded crossbeam-utils v0.8.21
7542026-03-18T10:44:56.271Z Downloaded lazy_static v1.5.0
7552026-03-18T10:44:56.273Z Downloaded instability v0.3.11
7562026-03-18T10:44:56.273Z Downloaded fs-err v2.11.0
7572026-03-18T10:44:56.276Z Downloaded darling v0.20.11
7582026-03-18T10:44:56.279Z Downloaded getrandom v0.2.17
7592026-03-18T10:44:56.283Z Downloaded erased-serde v0.3.31
7602026-03-18T10:44:56.287Z Downloaded futures-channel v0.3.32
7612026-03-18T10:44:56.287Z Downloaded ingot v0.1.1
7622026-03-18T10:44:56.287Z Downloaded impl-trait-for-tuples v0.2.3
7632026-03-18T10:44:56.290Z Downloaded diff v0.1.13
7642026-03-18T10:44:56.296Z Downloaded maybe-uninit v2.0.0
7652026-03-18T10:44:56.296Z Downloaded mime v0.3.17
7662026-03-18T10:44:56.296Z Downloaded match_cfg v0.1.0
7672026-03-18T10:44:56.297Z Downloaded maplit v1.0.2
7682026-03-18T10:44:56.297Z Downloaded managed v0.8.0
7692026-03-18T10:44:56.301Z Downloaded allocator-api2 v0.2.21
7702026-03-18T10:44:56.301Z Downloaded libscf-sys v1.1.0
7712026-03-18T10:44:56.301Z Downloaded des v0.8.1
7722026-03-18T10:44:56.305Z Downloaded derive-where v1.6.0
7732026-03-18T10:44:56.305Z Downloaded crc-any v2.5.0
7742026-03-18T10:44:56.308Z Downloaded colored v2.2.0
7752026-03-18T10:44:56.308Z Downloaded linked-hash-map v0.5.6
7762026-03-18T10:44:56.311Z Downloaded http-body-util v0.1.3
7772026-03-18T10:44:56.311Z Downloaded highway v1.3.0
7782026-03-18T10:44:56.313Z Downloaded darling v0.23.0
7792026-03-18T10:44:56.316Z Downloaded new_debug_unreachable v1.0.6
7802026-03-18T10:44:56.319Z Downloaded daft-derive v0.1.5
7812026-03-18T10:44:56.336Z Downloaded daft v0.1.5
7822026-03-18T10:44:56.339Z Downloaded lru-cache v0.1.2
7832026-03-18T10:44:56.339Z Downloaded newtype-uuid-macros v0.1.0
7842026-03-18T10:44:56.339Z Downloaded normalize-line-endings v0.3.0
7852026-03-18T10:44:56.339Z Downloaded nodrop v0.1.14
7862026-03-18T10:44:56.340Z Downloaded memoffset v0.9.1
7872026-03-18T10:44:56.340Z Downloaded newline-converter v0.3.0
7882026-03-18T10:44:56.340Z Downloaded md5 v0.7.0
7892026-03-18T10:44:56.340Z Downloaded lzss v0.8.2
7902026-03-18T10:44:56.340Z Downloaded lru-slab v0.1.2
7912026-03-18T10:44:56.340Z Downloaded indoc v2.0.7
7922026-03-18T10:44:56.340Z Downloaded libloading v0.8.9
7932026-03-18T10:44:56.340Z Downloaded libefi-sys v0.1.0
7942026-03-18T10:44:56.340Z Downloaded half v1.8.3
7952026-03-18T10:44:56.343Z Downloaded base64 v0.22.1
7962026-03-18T10:44:56.345Z Downloaded libsw-core v0.3.2
7972026-03-18T10:44:56.345Z Downloaded jobserver v0.1.34
7982026-03-18T10:44:56.348Z Downloaded ingot-types v0.1.2
7992026-03-18T10:44:56.348Z Downloaded ipnetwork v0.21.1
8002026-03-18T10:44:56.351Z Downloaded nibble_vec v0.1.0
8012026-03-18T10:44:56.351Z Downloaded newtype_derive v0.1.6
8022026-03-18T10:44:56.354Z Downloaded ipnet v2.11.0
8032026-03-18T10:44:56.354Z Downloaded num-conv v0.2.0
8042026-03-18T10:44:56.357Z Downloaded num-iter v0.1.45
8052026-03-18T10:44:56.357Z Downloaded num v0.4.3
8062026-03-18T10:44:56.357Z Downloaded num-derive v0.3.3
8072026-03-18T10:44:56.360Z Downloaded dropshot_endpoint v0.16.7
8082026-03-18T10:44:56.363Z Downloaded openssl-macros v0.1.1
8092026-03-18T10:44:56.363Z Downloaded openssl-probe v0.2.1
8102026-03-18T10:44:56.363Z Downloaded hickory-client v0.25.2
8112026-03-18T10:44:56.365Z Downloaded openssl-probe v0.1.6
8122026-03-18T10:44:56.368Z Downloaded num-derive v0.4.2
8132026-03-18T10:44:56.368Z Downloaded humantime v2.3.0
8142026-03-18T10:44:56.368Z Downloaded oso-derive v0.27.3
8152026-03-18T10:44:56.371Z Downloaded httparse v1.10.1
8162026-03-18T10:44:56.373Z Downloaded lock_api v0.4.14
8172026-03-18T10:44:56.373Z Downloaded libsw v3.5.0
8182026-03-18T10:44:56.376Z Downloaded hyper-staticfile v0.10.1
8192026-03-18T10:44:56.376Z Downloaded olpc-cjson v0.1.4
8202026-03-18T10:44:56.380Z Downloaded num_threads v0.1.7
8212026-03-18T10:44:56.380Z Downloaded opaque-debug v0.3.1
8222026-03-18T10:44:56.380Z Downloaded bytes v1.11.1
8232026-03-18T10:44:56.383Z Downloaded num_enum_derive v0.5.11
8242026-03-18T10:44:56.386Z Downloaded compact_str v0.8.1
8252026-03-18T10:44:56.388Z Downloaded nanorand v0.7.0
8262026-03-18T10:44:56.391Z Downloaded packed_struct_codegen v0.10.1
8272026-03-18T10:44:56.391Z Downloaded aes v0.8.4
8282026-03-18T10:44:56.394Z Downloaded newtype-uuid v1.3.2
8292026-03-18T10:44:56.396Z Downloaded native-tls v0.2.18
8302026-03-18T10:44:56.397Z Downloaded fatfs v0.3.6
8312026-03-18T10:44:56.399Z Downloaded derive_more v0.99.20
8322026-03-18T10:44:56.402Z Downloaded pbkdf2 v0.12.2
8332026-03-18T10:44:56.405Z Downloaded parse-size v1.1.0
8342026-03-18T10:44:56.405Z Downloaded darling_core v0.23.0
8352026-03-18T10:44:56.408Z Downloaded iana-time-zone v0.1.65
8362026-03-18T10:44:56.411Z Downloaded nonempty v0.12.0
8372026-03-18T10:44:56.413Z Downloaded nu-ansi-term v0.50.3
8382026-03-18T10:44:56.413Z Downloaded mime_guess v2.0.5
8392026-03-18T10:44:56.416Z Downloaded pbkdf2 v0.11.0
8402026-03-18T10:44:56.419Z Downloaded path-slash v0.1.5
8412026-03-18T10:44:56.419Z Downloaded md-5 v0.10.6
8422026-03-18T10:44:56.422Z Downloaded peg-runtime v0.8.5
8432026-03-18T10:44:56.422Z Downloaded parse-display v0.10.0
8442026-03-18T10:44:56.422Z Downloaded futures v0.3.32
8452026-03-18T10:44:56.426Z Downloaded cc v1.2.56
8462026-03-18T10:44:56.430Z Downloaded chacha20poly1305 v0.10.1
8472026-03-18T10:44:56.433Z Downloaded multimap v0.10.1
8482026-03-18T10:44:56.433Z Downloaded num-rational v0.4.2
8492026-03-18T10:44:56.433Z Downloaded num-integer v0.1.46
8502026-03-18T10:44:56.438Z Downloaded num-complex v0.4.6
8512026-03-18T10:44:56.438Z Downloaded multer v3.1.0
8522026-03-18T10:44:56.438Z Downloaded elliptic-curve v0.13.8
8532026-03-18T10:44:56.442Z Downloaded pin-utils v0.1.0
8542026-03-18T10:44:56.446Z Downloaded ingot-macros v0.1.1
8552026-03-18T10:44:56.446Z Downloaded phf_shared v0.12.1
8562026-03-18T10:44:56.446Z Downloaded darling_core v0.21.3
8572026-03-18T10:44:56.450Z Downloaded base64 v0.21.7
8582026-03-18T10:44:56.455Z Downloaded phf_shared v0.13.1
8592026-03-18T10:44:56.455Z Downloaded packed_struct v0.10.1
8602026-03-18T10:44:56.455Z Downloaded owo-colors v4.3.0
8612026-03-18T10:44:56.458Z Downloaded crossbeam-channel v0.5.15
8622026-03-18T10:44:56.459Z Downloaded half v2.7.1
8632026-03-18T10:44:56.464Z Downloaded const_format v0.2.35
8642026-03-18T10:44:56.467Z Downloaded precomputed-hash v0.1.1
8652026-03-18T10:44:56.467Z Downloaded powerfmt v0.2.0
8662026-03-18T10:44:56.467Z Downloaded hmac v0.12.1
8672026-03-18T10:44:56.467Z Downloaded heapless v0.8.0
8682026-03-18T10:44:56.470Z Downloaded num_enum_derive v0.7.5
8692026-03-18T10:44:56.473Z Downloaded arc-swap v1.8.2
8702026-03-18T10:44:56.476Z Downloaded predicates-tree v1.0.13
8712026-03-18T10:44:56.478Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-03-18T10:44:56.478Z Downloaded progenitor-client v0.11.2
8732026-03-18T10:44:56.478Z Downloaded proc-macro-crate v3.4.0
8742026-03-18T10:44:56.481Z Downloaded paste v1.0.15
8752026-03-18T10:44:56.484Z Downloaded password-hash v0.4.2
8762026-03-18T10:44:56.484Z Downloaded derive_more v2.1.1
8772026-03-18T10:44:56.492Z Downloaded predicates-core v1.0.10
8782026-03-18T10:44:56.495Z Downloaded phf v0.13.1
8792026-03-18T10:44:56.495Z Downloaded progenitor-macro v0.10.0
8802026-03-18T10:44:56.501Z Downloaded phf v0.12.1
8812026-03-18T10:44:56.501Z Downloaded pem v3.0.6
8822026-03-18T10:44:56.505Z Downloaded quick-error v1.2.3
8832026-03-18T10:44:56.505Z Downloaded proc-macro-crate v1.3.1
8842026-03-18T10:44:56.505Z Downloaded hyper-rustls v0.27.7
8852026-03-18T10:44:56.505Z Downloaded peg v0.8.5
8862026-03-18T10:44:56.508Z Downloaded pem-rfc7468 v0.7.0
8872026-03-18T10:44:56.508Z Downloaded memmap2 v0.9.10
8882026-03-18T10:44:56.512Z Downloaded litrs v1.0.0
8892026-03-18T10:44:56.515Z Downloaded peg-macros v0.8.5
8902026-03-18T10:44:56.515Z Downloaded omicron-zone-package v0.12.2
8912026-03-18T10:44:56.519Z Downloaded pin-project-lite v0.2.17
8922026-03-18T10:44:56.523Z Downloaded progenitor-macro v0.11.2
8932026-03-18T10:44:56.523Z Downloaded poly1305 v0.8.0
8942026-03-18T10:44:56.526Z Downloaded radium v0.7.0
8952026-03-18T10:44:56.526Z Downloaded psl-types v2.0.11
8962026-03-18T10:44:56.526Z Downloaded darling_core v0.20.11
8972026-03-18T10:44:56.530Z Downloaded rand_xorshift v0.4.0
8982026-03-18T10:44:56.532Z Downloaded rand_chacha v0.3.1
8992026-03-18T10:44:56.533Z Downloaded parse-display-derive v0.10.0
9002026-03-18T10:44:56.533Z Downloaded indicatif v0.18.4
9012026-03-18T10:44:56.538Z Downloaded indexmap v1.9.3
9022026-03-18T10:44:56.542Z Downloaded flume v0.11.1
9032026-03-18T10:44:56.542Z Downloaded recursive-proc-macro-impl v0.1.1
9042026-03-18T10:44:56.542Z Downloaded ppv-lite86 v0.2.21
9052026-03-18T10:44:56.546Z Downloaded ref-cast-impl v1.0.25
9062026-03-18T10:44:56.546Z Downloaded postgres-protocol v0.6.10
9072026-03-18T10:44:56.546Z Downloaded phf_shared v0.11.3
9082026-03-18T10:44:56.550Z Downloaded bumpalo v3.20.2
9092026-03-18T10:44:56.550Z Downloaded flate2 v1.1.9
9102026-03-18T10:44:56.558Z Downloaded ref-cast v1.0.25
9112026-03-18T10:44:56.558Z Downloaded progenitor-client v0.10.0
9122026-03-18T10:44:56.561Z Downloaded progenitor v0.13.0
9132026-03-18T10:44:56.561Z Downloaded progenitor v0.10.0
9142026-03-18T10:44:56.562Z Downloaded polyval v0.6.2
9152026-03-18T10:44:56.562Z Downloaded pin-project-internal v1.1.11
9162026-03-18T10:44:56.565Z Downloaded libbz2-rs-sys v0.2.2
9172026-03-18T10:44:56.565Z Downloaded progenitor-extras v0.1.1
9182026-03-18T10:44:56.567Z Downloaded heapless v0.7.17
9192026-03-18T10:44:56.570Z Downloaded pkg-config v0.3.32
9202026-03-18T10:44:56.570Z Downloaded recursive v0.1.1
9212026-03-18T10:44:56.570Z Downloaded pkcs8 v0.10.2
9222026-03-18T10:44:56.574Z Downloaded derive_more-impl v2.1.1
9232026-03-18T10:44:56.577Z Downloaded rfc6979 v0.4.0
9242026-03-18T10:44:56.580Z Downloaded rtoolbox v0.0.3
9252026-03-18T10:44:56.580Z Downloaded der v0.7.10
9262026-03-18T10:44:56.582Z Downloaded parking_lot v0.12.5
9272026-03-18T10:44:56.585Z Downloaded predicates v3.1.4
9282026-03-18T10:44:56.587Z Downloaded proc-macro-error2 v2.0.1
9292026-03-18T10:44:56.590Z Downloaded pkcs1 v0.7.5
9302026-03-18T10:44:56.594Z Downloaded oso v0.27.3
9312026-03-18T10:44:56.596Z Downloaded r2d2 v0.8.10
9322026-03-18T10:44:56.596Z Downloaded rustc_version v0.1.7
9332026-03-18T10:44:56.596Z Downloaded rustc-hash v2.1.1
9342026-03-18T10:44:56.599Z Downloaded parking_lot_core v0.9.12
9352026-03-18T10:44:56.602Z Downloaded russh-cryptovec v0.7.3
9362026-03-18T10:44:56.602Z Downloaded parking_lot v0.11.2
9372026-03-18T10:44:56.604Z Downloaded rand_core v0.10.0
9382026-03-18T10:44:56.604Z Downloaded progenitor v0.11.2
9392026-03-18T10:44:56.607Z Downloaded ignore v0.4.25
9402026-03-18T10:44:56.607Z Downloaded psm v0.1.30
9412026-03-18T10:44:56.610Z Downloaded rustc_version v0.4.1
9422026-03-18T10:44:56.614Z Downloaded postgres-types v0.2.12
9432026-03-18T10:44:56.618Z Downloaded progenitor-macro v0.13.0
9442026-03-18T10:44:56.618Z Downloaded primeorder v0.13.6
9452026-03-18T10:44:56.618Z Downloaded miniz_oxide v0.8.9
9462026-03-18T10:44:56.621Z Downloaded jiff-static v0.2.21
9472026-03-18T10:44:56.621Z Downloaded headers v0.4.1
9482026-03-18T10:44:56.624Z Downloaded password-hash v0.5.0
9492026-03-18T10:44:56.627Z Downloaded oxnet v0.1.4
9502026-03-18T10:44:56.629Z Downloaded sapling-renderdag v0.1.0
9512026-03-18T10:44:56.629Z Downloaded secrecy v0.8.0
9522026-03-18T10:44:56.629Z Downloaded aho-corasick v1.1.4
9532026-03-18T10:44:56.634Z Downloaded rand_core v0.6.4
9542026-03-18T10:44:56.637Z Downloaded scheduled-thread-pool v0.2.7
9552026-03-18T10:44:56.637Z Downloaded rand_chacha v0.9.0
9562026-03-18T10:44:56.637Z Downloaded scopeguard v1.2.0
9572026-03-18T10:44:56.641Z Downloaded same-file v1.0.6
9582026-03-18T10:44:56.641Z Downloaded oxide-tokio-rt v0.1.3
9592026-03-18T10:44:56.645Z Downloaded ed25519-dalek v2.2.0
9602026-03-18T10:44:56.646Z Downloaded quinn-udp v0.5.14
9612026-03-18T10:44:56.650Z Downloaded hickory-resolver v0.25.2
9622026-03-18T10:44:56.650Z Downloaded hickory-resolver v0.24.4
9632026-03-18T10:44:56.655Z Downloaded secrecy v0.10.3
9642026-03-18T10:44:56.655Z Downloaded rand_core v0.9.5
9652026-03-18T10:44:56.661Z Downloaded semver v0.1.20
9662026-03-18T10:44:56.661Z Downloaded scrypt v0.11.0
9672026-03-18T10:44:56.661Z Downloaded serde_bytes v0.11.19
9682026-03-18T10:44:56.665Z Downloaded serde_urlencoded v0.7.1
9692026-03-18T10:44:56.665Z Downloaded scroll_derive v0.13.1
9702026-03-18T10:44:56.665Z Downloaded serde_spanned v1.0.4
9712026-03-18T10:44:56.665Z Downloaded seq-macro v0.3.6
9722026-03-18T10:44:56.665Z Downloaded postcard v1.1.3
9732026-03-18T10:44:56.669Z Downloaded expectorate v1.2.0
9742026-03-18T10:44:56.669Z Downloaded rand_seeder v0.4.0
9752026-03-18T10:44:56.672Z Downloaded pkcs5 v0.7.1
9762026-03-18T10:44:56.675Z Downloaded serde_plain v1.0.2
9772026-03-18T10:44:56.675Z Downloaded serde-big-array v0.5.1
9782026-03-18T10:44:56.678Z Downloaded rustls-native-certs v0.8.3
9792026-03-18T10:44:56.678Z Downloaded resolv-conf v0.7.6
9802026-03-18T10:44:56.681Z Downloaded papergrid v0.17.0
9812026-03-18T10:44:56.684Z Downloaded shell-words v1.1.1
9822026-03-18T10:44:56.684Z Downloaded serde_repr v0.1.20
9832026-03-18T10:44:56.687Z Downloaded minimal-lexical v0.2.1
9842026-03-18T10:44:56.690Z Downloaded progenitor-client v0.13.0
9852026-03-18T10:44:56.692Z Downloaded rustls-pemfile v1.0.4
9862026-03-18T10:44:56.692Z Downloaded diesel_derives v2.3.7
9872026-03-18T10:44:56.697Z Downloaded sigpipe v0.1.3
9882026-03-18T10:44:56.699Z Downloaded signal-hook-tokio v0.3.1
9892026-03-18T10:44:56.699Z Downloaded signal-hook-mio v0.2.5
9902026-03-18T10:44:56.702Z Downloaded prefix-trie v0.7.0
9912026-03-18T10:44:56.704Z Downloaded sha1 v0.10.6
9922026-03-18T10:44:56.704Z Downloaded rusty-fork v0.3.1
9932026-03-18T10:44:56.707Z Downloaded rustls-pemfile v2.2.0
9942026-03-18T10:44:56.710Z Downloaded slog-bunyan v2.5.0
9952026-03-18T10:44:56.710Z Downloaded siphasher v1.0.2
9962026-03-18T10:44:56.712Z Downloaded signature v2.2.0
9972026-03-18T10:44:56.712Z Downloaded salsa20 v0.10.2
9982026-03-18T10:44:56.715Z Downloaded crypto-bigint v0.5.5
9992026-03-18T10:44:56.718Z Downloaded scroll v0.13.0
10002026-03-18T10:44:56.720Z Downloaded schemars_derive v0.8.22
10012026-03-18T10:44:56.723Z Downloaded rustversion v1.0.22
10022026-03-18T10:44:56.723Z Downloaded progenitor-impl v0.10.0
10032026-03-18T10:44:56.726Z Downloaded progenitor-impl v0.11.2
10042026-03-18T10:44:56.729Z Downloaded http v1.4.0
10052026-03-18T10:44:56.733Z Downloaded slog-envlogger v2.2.0
10062026-03-18T10:44:56.733Z Downloaded linear-map v1.2.0
10072026-03-18T10:44:56.736Z Downloaded ar_archive_writer v0.5.1
10082026-03-18T10:44:56.737Z Downloaded parking_lot_core v0.8.6
10092026-03-18T10:44:56.739Z Downloaded serde_path_to_error v0.1.20
10102026-03-18T10:44:56.739Z Downloaded pin-project v1.1.11
10112026-03-18T10:44:56.746Z Downloaded sec1 v0.7.3
10122026-03-18T10:44:56.749Z Downloaded serde-hex v0.1.0
10132026-03-18T10:44:56.749Z Downloaded num_enum v0.7.5
10142026-03-18T10:44:56.756Z Downloaded russh-keys v0.45.0
10152026-03-18T10:44:56.758Z Downloaded p256 v0.13.2
10162026-03-18T10:44:56.758Z Downloaded serde_derive_internals v0.29.1
10172026-03-18T10:44:56.761Z Downloaded num_enum v0.5.11
10182026-03-18T10:44:56.764Z Downloaded sqlparser_derive v0.5.0
10192026-03-18T10:44:56.764Z Downloaded getrandom v0.3.4
10202026-03-18T10:44:56.767Z Downloaded progenitor-impl v0.13.0
10212026-03-18T10:44:56.771Z Downloaded lru v0.12.5
10222026-03-18T10:44:56.773Z Downloaded lalrpop-util v0.19.12
10232026-03-18T10:44:56.773Z Downloaded crossbeam-epoch v0.9.18
10242026-03-18T10:44:56.773Z Downloaded is_ci v1.2.0
10252026-03-18T10:44:56.773Z Downloaded is-terminal v0.4.17
10262026-03-18T10:44:56.776Z Downloaded ssh-encoding v0.2.0
10272026-03-18T10:44:56.780Z Downloaded structmeta-derive v0.3.0
10282026-03-18T10:44:56.780Z Downloaded structmeta v0.3.0
10292026-03-18T10:44:56.780Z Downloaded rustls-pki-types v1.14.0
10302026-03-18T10:44:56.784Z Downloaded ssh-cipher v0.2.0
10312026-03-18T10:44:56.784Z Downloaded subtle v2.6.1
10322026-03-18T10:44:56.784Z Downloaded signal-hook-registry v1.4.8
10332026-03-18T10:44:56.790Z Downloaded strum v0.26.3
10342026-03-18T10:44:56.790Z Downloaded strip-ansi-escapes v0.2.1
10352026-03-18T10:44:56.790Z Downloaded shlex v1.3.0
10362026-03-18T10:44:56.790Z Downloaded strum v0.27.2
10372026-03-18T10:44:56.795Z Downloaded tagptr v0.2.0
10382026-03-18T10:44:56.795Z Downloaded tabled_derive v0.11.0
10392026-03-18T10:44:56.796Z Downloaded take_mut v0.2.2
10402026-03-18T10:44:56.796Z Downloaded slog-stdlog v4.1.1
10412026-03-18T10:44:56.796Z Downloaded slog-async v2.8.0
10422026-03-18T10:44:56.796Z Downloaded sync_wrapper v1.0.2
10432026-03-18T10:44:56.803Z Downloaded sync-ptr v0.1.4
10442026-03-18T10:44:56.803Z Downloaded supports-color v3.0.2
10452026-03-18T10:44:56.803Z Downloaded slog-scope v4.4.1
10462026-03-18T10:44:56.804Z Downloaded hashbrown v0.13.2
10472026-03-18T10:44:56.807Z Downloaded hashbrown v0.12.3
10482026-03-18T10:44:56.807Z Downloaded chacha20 v0.10.0
10492026-03-18T10:44:56.807Z Downloaded hyper-tls v0.6.0
10502026-03-18T10:44:56.810Z Downloaded simd-adler32 v0.3.8
10512026-03-18T10:44:56.810Z Downloaded smallvec v0.6.14
10522026-03-18T10:44:56.815Z Downloaded slog-json v2.6.1
10532026-03-18T10:44:56.815Z Downloaded slab v0.4.12
10542026-03-18T10:44:56.820Z Downloaded smf v0.2.3
10552026-03-18T10:44:56.820Z Downloaded termtree v0.5.1
10562026-03-18T10:44:56.820Z Downloaded thread-id v5.1.0
10572026-03-18T10:44:56.820Z Downloaded time-core v0.1.8
10582026-03-18T10:44:56.820Z Downloaded tap v1.0.1
10592026-03-18T10:44:56.823Z Downloaded slog-term v2.9.2
10602026-03-18T10:44:56.823Z Downloaded slog-dtrace v0.3.0
10612026-03-18T10:44:56.828Z Downloaded serde_cbor v0.11.2
10622026-03-18T10:44:56.828Z Downloaded openssl-sys v0.9.111
10632026-03-18T10:44:56.833Z Downloaded snafu-derive v0.8.9
10642026-03-18T10:44:56.833Z Downloaded sct v0.7.1
10652026-03-18T10:44:56.837Z Downloaded rcgen v0.12.1
10662026-03-18T10:44:56.837Z Downloaded hickory-server v0.25.2
10672026-03-18T10:44:56.841Z Downloaded tinyvec_macros v0.1.1
10682026-03-18T10:44:56.844Z Downloaded sqlformat v0.3.5
10692026-03-18T10:44:56.844Z Downloaded spki v0.7.3
10702026-03-18T10:44:56.844Z Downloaded prettyplease v0.2.37
10712026-03-18T10:44:56.846Z Downloaded testing_table v0.3.0
10722026-03-18T10:44:56.849Z Downloaded aes-gcm v0.10.3
10732026-03-18T10:44:56.852Z Downloaded string_cache v0.8.9
10742026-03-18T10:44:56.852Z Downloaded dropshot-api-manager v0.6.0
10752026-03-18T10:44:56.854Z Downloaded strum_macros v0.26.4
10762026-03-18T10:44:56.857Z Downloaded strum_macros v0.24.3
10772026-03-18T10:44:56.860Z Downloaded ryu v1.0.23
10782026-03-18T10:44:56.862Z Downloaded rustls-platform-verifier v0.6.2
10792026-03-18T10:44:56.865Z Downloaded stacker v0.1.23
10802026-03-18T10:44:56.865Z Downloaded tabwriter v1.4.1
10812026-03-18T10:44:56.868Z Downloaded support-bundle-viewer v0.1.2
10822026-03-18T10:44:56.868Z Downloaded strum_macros v0.27.2
10832026-03-18T10:44:56.871Z Downloaded stringprep v0.1.5
10842026-03-18T10:44:56.871Z Downloaded static_assertions v1.1.0
10852026-03-18T10:44:56.874Z Downloaded rayon-core v1.13.0
10862026-03-18T10:44:56.877Z Downloaded publicsuffix v2.3.0
10872026-03-18T10:44:56.877Z Downloaded hyper-util v0.1.20
10882026-03-18T10:44:56.881Z Downloaded num-bigint v0.4.6
10892026-03-18T10:44:56.885Z Downloaded nom v7.1.3
10902026-03-18T10:44:56.888Z Downloaded tiny-keccak v2.0.2
10912026-03-18T10:44:56.893Z Downloaded schemars v0.8.22
10922026-03-18T10:44:56.900Z Downloaded try-lock v0.2.5
10932026-03-18T10:44:56.903Z Downloaded topological-sort v0.2.2
10942026-03-18T10:44:56.903Z Downloaded iri-string v0.7.10
10952026-03-18T10:44:56.907Z Downloaded rand v0.8.5
10962026-03-18T10:44:56.913Z Downloaded libxml v0.3.3
10972026-03-18T10:44:56.916Z Downloaded tokio-dtrace v0.1.1
10982026-03-18T10:44:56.916Z Downloaded tls_codec_derive v0.4.2
10992026-03-18T10:44:56.920Z Downloaded pretty_assertions v1.4.1
11002026-03-18T10:44:56.920Z Downloaded tls_codec v0.4.2
11012026-03-18T10:44:56.920Z Downloaded thiserror-impl-no-std v2.0.2
11022026-03-18T10:44:56.928Z Downloaded termios v0.3.3
11032026-03-18T10:44:56.928Z Downloaded spin v0.9.8
11042026-03-18T10:44:56.933Z Downloaded tokio-native-tls v0.3.1
11052026-03-18T10:44:56.933Z Downloaded tower-service v0.3.3
11062026-03-18T10:44:56.933Z Downloaded tower-layer v0.3.3
11072026-03-18T10:44:56.933Z Downloaded thread_local v1.1.9
11082026-03-18T10:44:56.933Z Downloaded time-macros v0.2.27
11092026-03-18T10:44:56.933Z Downloaded itertools v0.10.5
11102026-03-18T10:44:56.935Z Downloaded trait-variant v0.1.2
11112026-03-18T10:44:56.938Z Downloaded ron v0.8.1
11122026-03-18T10:44:56.941Z Downloaded tokio-macros v2.6.0
11132026-03-18T10:44:56.943Z Downloaded slog v2.8.2
11142026-03-18T10:44:56.946Z Downloaded serde_with_macros v3.17.0
11152026-03-18T10:44:56.946Z Downloaded hubpack v0.1.2
11162026-03-18T10:44:56.949Z Downloaded unicode-truncate v1.1.0
11172026-03-18T10:44:56.949Z Downloaded foldhash v0.1.5
11182026-03-18T10:44:56.951Z Downloaded serde_yaml v0.9.34+deprecated
11192026-03-18T10:44:56.955Z Downloaded qorb v0.4.1
11202026-03-18T10:44:56.958Z Downloaded typify-macro v0.4.3
11212026-03-18T10:44:56.958Z Downloaded tokio-rustls v0.25.0
11222026-03-18T10:44:56.960Z Downloaded mio v1.1.1
11232026-03-18T10:44:56.963Z Downloaded unarray v0.1.4
11242026-03-18T10:44:56.963Z Downloaded untrusted v0.9.0
11252026-03-18T10:44:56.965Z Downloaded utf-8 v0.7.6
11262026-03-18T10:44:56.965Z Downloaded unit-prefix v0.5.2
11272026-03-18T10:44:56.968Z Downloaded usdt v0.6.0
11282026-03-18T10:44:56.968Z Downloaded quinn v0.11.9
11292026-03-18T10:44:56.971Z Downloaded untrusted v0.7.1
11302026-03-18T10:44:56.973Z Downloaded universal-hash v0.5.1
11312026-03-18T10:44:56.973Z Downloaded typify-macro v0.6.1
11322026-03-18T10:44:56.973Z Downloaded thiserror-no-std v2.0.2
11332026-03-18T10:44:56.976Z Downloaded toml_writer v1.0.6+spec-1.1.0
11342026-03-18T10:44:56.978Z Downloaded socket2 v0.5.10
11352026-03-18T10:44:56.983Z Downloaded either v1.15.0
11362026-03-18T10:44:56.983Z Downloaded num-bigint-dig v0.8.6
11372026-03-18T10:44:56.985Z Downloaded derive_builder v0.20.2
11382026-03-18T10:44:56.988Z Downloaded tokio-tungstenite v0.21.0
11392026-03-18T10:44:56.991Z Downloaded similar v2.7.0
11402026-03-18T10:44:56.994Z Downloaded want v0.3.1
11412026-03-18T10:44:56.996Z Downloaded usdt-attr-macro v0.6.0
11422026-03-18T10:44:56.996Z Downloaded tui-tree-widget v0.23.1
11432026-03-18T10:44:56.996Z Downloaded der_derive v0.7.3
11442026-03-18T10:44:57.000Z Downloaded darling v0.21.3
11452026-03-18T10:44:57.003Z Downloaded schemars v0.9.0
11462026-03-18T10:44:57.012Z Downloaded wait-timeout v0.2.1
11472026-03-18T10:44:57.019Z Downloaded void v1.0.2
11482026-03-18T10:44:57.019Z Downloaded waitgroup v0.1.2
11492026-03-18T10:44:57.019Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-03-18T10:44:57.019Z Downloaded console v0.16.2
11512026-03-18T10:44:57.019Z Downloaded console v0.15.11
11522026-03-18T10:44:57.024Z Downloaded itertools v0.14.0
11532026-03-18T10:44:57.024Z Downloaded unicase v2.9.0
11542026-03-18T10:44:57.027Z Downloaded socket2 v0.6.2
11552026-03-18T10:44:57.027Z Downloaded term v0.7.0
11562026-03-18T10:44:57.032Z Downloaded tokio-rustls v0.26.4
11572026-03-18T10:44:57.033Z Downloaded term v1.2.1
11582026-03-18T10:44:57.037Z Downloaded xshell-macros v0.2.7
11592026-03-18T10:44:57.037Z Downloaded xattr v1.6.1
11602026-03-18T10:44:57.037Z Downloaded zeroize_derive v1.4.3
11612026-03-18T10:44:57.037Z Downloaded subprocess v0.2.15
11622026-03-18T10:44:57.040Z Downloaded colored v3.1.1
11632026-03-18T10:44:57.040Z Downloaded cargo_toml v0.22.3
11642026-03-18T10:44:57.043Z Downloaded cancel-safe-futures v0.1.5
11652026-03-18T10:44:57.045Z Downloaded snafu v0.8.9
11662026-03-18T10:44:57.048Z Downloaded tokio-tungstenite v0.23.1
11672026-03-18T10:44:57.052Z Downloaded vergen-git2 v1.0.7
11682026-03-18T10:44:57.053Z Downloaded uzers v0.12.2
11692026-03-18T10:44:57.055Z Downloaded tokio-rustls v0.24.1
11702026-03-18T10:44:57.055Z Downloaded toml_parser v1.0.9+spec-1.1.0
11712026-03-18T10:44:57.058Z Downloaded signal-hook v0.3.18
11722026-03-18T10:44:57.058Z Downloaded bzip2 v0.4.4
11732026-03-18T10:44:57.061Z Downloaded h2 v0.4.13
11742026-03-18T10:44:57.064Z Downloaded tokio-stream v0.1.18
11752026-03-18T10:44:57.068Z Downloaded rand v0.9.2
11762026-03-18T10:44:57.071Z Downloaded tinyvec v1.10.0
11772026-03-18T10:44:57.073Z Downloaded iddqd v0.3.17
11782026-03-18T10:44:57.079Z Downloaded samael v0.0.19
11792026-03-18T10:44:57.083Z Downloaded whoami v1.6.1
11802026-03-18T10:44:57.086Z Downloaded zone_cfg_derive v0.3.1
11812026-03-18T10:44:57.086Z Downloaded zone v0.3.1
11822026-03-18T10:44:57.090Z Downloaded usdt-macro v0.6.0
11832026-03-18T10:44:57.090Z Downloaded usdt-impl v0.6.0
11842026-03-18T10:44:57.091Z Downloaded p521 v0.13.3
11852026-03-18T10:44:57.093Z Downloaded itertools v0.13.0
11862026-03-18T10:44:57.097Z Downloaded tar v0.4.44
11872026-03-18T10:44:57.100Z Downloaded itertools v0.12.1
11882026-03-18T10:44:57.104Z Downloaded vsss-rs v3.3.4
11892026-03-18T10:44:57.107Z Downloaded aws-lc-rs v1.16.0
11902026-03-18T10:44:57.113Z Downloaded walkdir v2.5.0
11912026-03-18T10:44:57.116Z Downloaded vergen-gitcl v1.0.8
11922026-03-18T10:44:57.116Z Downloaded test-strategy v0.4.5
11932026-03-18T10:44:57.119Z Downloaded twox-hash v2.1.2
11942026-03-18T10:44:57.122Z Downloaded whoami v2.1.0
11952026-03-18T10:44:57.124Z Downloaded hyper v1.8.1
11962026-03-18T10:44:57.129Z Downloaded zstd v0.13.3
11972026-03-18T10:44:57.132Z Downloaded zstd-safe v7.2.4
11982026-03-18T10:44:57.132Z Downloaded wyz v0.5.1
11992026-03-18T10:44:57.134Z Downloaded tungstenite v0.21.0
12002026-03-18T10:44:57.137Z Downloaded tracing-attributes v0.1.31
12012026-03-18T10:44:57.137Z Downloaded vergen v9.0.6
12022026-03-18T10:44:57.142Z Downloaded typify v0.6.1
12032026-03-18T10:44:57.147Z Downloaded unicode-properties v0.1.4
12042026-03-18T10:44:57.147Z Downloaded zeroize v1.8.2
12052026-03-18T10:44:57.147Z Downloaded vergen-lib v0.1.6
12062026-03-18T10:44:57.152Z Downloaded hashbrown v0.15.5
12072026-03-18T10:44:57.152Z Downloaded xshell v0.2.7
12082026-03-18T10:44:57.160Z Downloaded blake3 v1.8.3
12092026-03-18T10:44:57.174Z Downloaded yasna v0.5.2
12102026-03-18T10:44:57.174Z Downloaded xz2 v0.1.7
12112026-03-18T10:44:57.174Z Downloaded rand v0.10.0
12122026-03-18T10:44:57.177Z Downloaded libm v0.2.16
12132026-03-18T10:44:57.177Z Downloaded rpassword v7.4.0
12142026-03-18T10:44:57.177Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-03-18T10:44:57.177Z Downloaded toml v0.9.12+spec-1.1.0
12162026-03-18T10:44:57.181Z Downloaded futures-util v0.3.32
12172026-03-18T10:44:57.188Z Downloaded tungstenite v0.23.0
12182026-03-18T10:44:57.191Z Downloaded tokio-postgres v0.7.16
12192026-03-18T10:44:57.194Z Downloaded unicode-bidi v0.3.18
12202026-03-18T10:44:57.196Z Downloaded typify v0.4.3
12212026-03-18T10:44:57.199Z Downloaded rsa v0.9.10
12222026-03-18T10:44:57.202Z Downloaded ron v0.12.0
12232026-03-18T10:44:57.208Z Downloaded zerocopy v0.6.6
12242026-03-18T10:44:57.210Z Downloaded unsafe-libyaml v0.2.11
12252026-03-18T10:44:57.213Z Downloaded reedline v0.40.0
12262026-03-18T10:44:57.218Z Downloaded uuid v1.21.0
12272026-03-18T10:44:57.221Z Downloaded hkdf v0.12.4
12282026-03-18T10:44:57.225Z Downloaded rustls-webpki v0.103.9
12292026-03-18T10:44:57.231Z Downloaded buf-list v1.1.2
12302026-03-18T10:44:57.231Z Downloaded schemars v1.2.1
12312026-03-18T10:44:57.237Z Downloaded tracing-core v0.1.36
12322026-03-18T10:44:57.240Z Downloaded chrono v0.4.44
12332026-03-18T10:44:57.245Z Downloaded vte v0.14.1
12342026-03-18T10:44:57.247Z Downloaded p384 v0.13.1
12352026-03-18T10:44:57.250Z Downloaded bindgen v0.71.1
12362026-03-18T10:44:57.256Z Downloaded rustyline v14.0.0
12372026-03-18T10:44:57.259Z Downloaded blake2 v0.10.6
12382026-03-18T10:44:57.262Z Downloaded hostname v0.3.1
12392026-03-18T10:44:57.264Z Downloaded russh v0.45.0
12402026-03-18T10:44:57.267Z Downloaded steno v0.4.1
12412026-03-18T10:44:57.270Z Downloaded yansi v1.0.1
12422026-03-18T10:44:57.272Z Downloaded home v0.5.12
12432026-03-18T10:44:57.272Z Downloaded crossbeam-deque v0.8.6
12442026-03-18T10:44:57.276Z Downloaded async-bb8-diesel v0.2.1
12452026-03-18T10:44:57.276Z Downloaded cexpr v0.6.0
12462026-03-18T10:44:57.280Z Downloaded ena v0.14.4
12472026-03-18T10:44:57.280Z Downloaded debug-ignore v1.0.5
12482026-03-18T10:44:57.280Z Downloaded bitfield-struct v0.6.2
12492026-03-18T10:44:57.283Z Downloaded bit-vec v0.6.3
12502026-03-18T10:44:57.283Z Downloaded defmt v0.3.100
12512026-03-18T10:44:57.283Z Downloaded darling_macro v0.23.0
12522026-03-18T10:44:57.283Z Downloaded crc v3.4.0
12532026-03-18T10:44:57.287Z Downloaded bitvec v1.0.1
12542026-03-18T10:44:57.304Z Downloaded zopfli v0.8.3
12552026-03-18T10:44:57.310Z Downloaded toml_edit v0.19.15
12562026-03-18T10:44:57.313Z Downloaded reqwest v0.13.2
12572026-03-18T10:44:57.322Z Downloaded goblin v0.10.5
12582026-03-18T10:44:57.326Z Downloaded unicode_categories v0.1.1
12592026-03-18T10:44:57.326Z Downloaded zip v0.6.6
12602026-03-18T10:44:57.326Z Downloaded ssh-key v0.6.7
12612026-03-18T10:44:57.330Z Downloaded rayon v1.11.0
12622026-03-18T10:44:57.336Z Downloaded x509-cert v0.2.5
12632026-03-18T10:44:57.340Z Downloaded lalrpop v0.19.12
12642026-03-18T10:44:57.348Z Downloaded typed-path v0.9.3
12652026-03-18T10:44:57.352Z Downloaded reqwest v0.12.28
12662026-03-18T10:44:57.357Z Downloaded quick-xml v0.37.5
12672026-03-18T10:44:57.361Z Downloaded zerocopy-derive v0.8.40
12682026-03-18T10:44:57.368Z Downloaded unicode-normalization v0.1.25
12692026-03-18T10:44:57.372Z Downloaded rustls-webpki v0.101.7
12702026-03-18T10:44:57.381Z Downloaded toml v0.7.8
12712026-03-18T10:44:57.384Z Downloaded portable-atomic v1.13.1
12722026-03-18T10:44:57.389Z Downloaded regex v1.12.3
12732026-03-18T10:44:57.394Z Downloaded tower v0.5.3
12742026-03-18T10:44:57.403Z Downloaded unicode-segmentation v1.12.0
12752026-03-18T10:44:57.406Z Downloaded git2 v0.20.4
12762026-03-18T10:44:57.414Z Downloaded salty v0.3.0
12772026-03-18T10:44:57.417Z Downloaded serde_with v3.17.0
12782026-03-18T10:44:57.426Z Downloaded rustls-webpki v0.102.8
12792026-03-18T10:44:57.444Z Downloaded radix_trie v0.2.1
12802026-03-18T10:44:57.447Z Downloaded quinn-proto v0.11.13
12812026-03-18T10:44:57.453Z Downloaded tokio-util v0.7.18
12822026-03-18T10:44:57.458Z Downloaded tough v0.20.0
12832026-03-18T10:44:57.465Z Downloaded winnow v0.5.40
12842026-03-18T10:44:57.471Z Downloaded openssl v0.10.75
12852026-03-18T10:44:57.479Z Downloaded proptest v1.10.0
12862026-03-18T10:44:57.486Z Downloaded polar-core v0.27.3
12872026-03-18T10:44:57.493Z Downloaded tower-http v0.6.8
12882026-03-18T10:44:57.498Z Downloaded petname v2.0.2
12892026-03-18T10:44:57.502Z Downloaded moka v0.12.13
12902026-03-18T10:44:57.508Z Downloaded zip v4.6.1
12912026-03-18T10:44:57.514Z Downloaded winnow v0.6.26
12922026-03-18T10:44:57.518Z Downloaded time v0.3.47
12932026-03-18T10:44:57.527Z Downloaded rustls v0.21.12
12942026-03-18T10:44:57.534Z Downloaded nix v0.29.0
12952026-03-18T10:44:57.543Z Downloaded bstr v1.12.1
12962026-03-18T10:44:57.549Z Downloaded object v0.30.4
12972026-03-18T10:44:57.556Z Downloaded curve25519-dalek v4.1.3
12982026-03-18T10:44:57.564Z Downloaded vcpkg v0.2.15
12992026-03-18T10:44:57.593Z Downloaded nix v0.27.1
13002026-03-18T10:44:57.599Z Downloaded hickory-proto v0.24.4
13012026-03-18T10:44:57.611Z Downloaded tabled v0.20.0
13022026-03-18T10:44:57.623Z Downloaded zerocopy v0.8.40
13032026-03-18T10:44:57.633Z Downloaded openapiv3 v2.2.0
13042026-03-18T10:44:57.638Z Downloaded rustls v0.22.4
13052026-03-18T10:44:57.648Z Downloaded regex-syntax v0.8.10
13062026-03-18T10:44:57.654Z Downloaded webpki-roots v1.0.6
13072026-03-18T10:44:57.657Z Downloaded rustls v0.23.37
13082026-03-18T10:44:57.666Z Downloaded regress v0.10.5
13092026-03-18T10:44:57.675Z Downloaded zlib-rs v0.6.2
13102026-03-18T10:44:57.678Z Downloaded nix v0.28.0
13112026-03-18T10:44:57.686Z Downloaded smoltcp v0.9.1
13122026-03-18T10:44:57.694Z Downloaded regex-syntax v0.6.29
13132026-03-18T10:44:57.699Z Downloaded dropshot v0.16.7
13142026-03-18T10:44:57.716Z Downloaded smoltcp v0.11.0
13152026-03-18T10:44:57.725Z Downloaded object v0.37.3
13162026-03-18T10:44:57.734Z Downloaded hickory-proto v0.25.2
13172026-03-18T10:44:57.745Z Downloaded nix v0.31.1
13182026-03-18T10:44:57.760Z Downloaded sqlparser v0.61.0
13192026-03-18T10:44:57.767Z Downloaded rustix v0.38.44
13202026-03-18T10:44:57.784Z Downloaded typify-impl v0.4.3
13212026-03-18T10:44:57.796Z Downloaded typify-impl v0.6.1
13222026-03-18T10:44:57.808Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-03-18T10:44:57.815Z Downloaded diesel v2.3.7
13242026-03-18T10:44:57.831Z Downloaded regex-automata v0.4.14
13252026-03-18T10:44:57.855Z Downloaded chrono-tz v0.10.4
13262026-03-18T10:44:57.867Z Downloaded jiff v0.2.21
13272026-03-18T10:44:57.880Z Downloaded sled v0.34.7
13282026-03-18T10:44:57.904Z Downloaded libz-sys v1.1.24
13292026-03-18T10:44:57.920Z Downloaded ratatui v0.29.0
13302026-03-18T10:44:57.935Z Downloaded tracing v0.1.44
13312026-03-18T10:44:57.952Z Downloaded zerocopy-derive v0.6.6
13322026-03-18T10:44:57.962Z Downloaded sha3 v0.10.8
13332026-03-18T10:44:58.008Z Downloaded petgraph v0.6.5
13342026-03-18T10:44:58.031Z Downloaded lzma-sys v0.1.20
13352026-03-18T10:44:58.054Z Downloaded ring v0.17.14
13362026-03-18T10:44:58.103Z Downloaded petgraph v0.8.3
13372026-03-18T10:44:58.122Z Downloaded csv v1.4.0
13382026-03-18T10:44:58.137Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-03-18T10:44:58.151Z Downloaded tokio v1.49.0
13402026-03-18T10:44:58.237Z Downloaded encoding_rs v0.8.35
13412026-03-18T10:44:58.275Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-18T10:44:58.663Z Downloaded aws-lc-sys v0.37.1
13432026-03-18T10:44:58.993Z Compiling libc v0.2.180
13442026-03-18T10:44:58.997Z Compiling serde v1.0.228
13452026-03-18T10:44:58.997Z Compiling log v0.4.29
13462026-03-18T10:44:58.997Z Compiling shlex v1.3.0
13472026-03-18T10:44:59.174Z Compiling find-msvc-tools v0.1.9
13482026-03-18T10:44:59.187Z Compiling smallvec v1.15.1
13492026-03-18T10:44:59.204Z Compiling syn v2.0.117
13502026-03-18T10:44:59.221Z Compiling typenum v1.19.0
13512026-03-18T10:44:59.420Z Compiling generic-array v0.14.7
13522026-03-18T10:44:59.438Z Compiling subtle v2.6.1
13532026-03-18T10:44:59.505Z Compiling scopeguard v1.2.0
13542026-03-18T10:44:59.544Z Compiling portable-atomic v1.13.1
13552026-03-18T10:44:59.580Z Compiling const-oid v0.9.6
13562026-03-18T10:44:59.636Z Compiling lock_api v0.4.14
13572026-03-18T10:44:59.656Z Compiling critical-section v1.2.0
13582026-03-18T10:44:59.730Z Compiling zerocopy v0.8.40
13592026-03-18T10:44:59.800Z Compiling parking_lot_core v0.9.12
13602026-03-18T10:44:59.932Z Compiling serde_json v1.0.149
13612026-03-18T10:45:00.099Z Compiling pin-project-lite v0.2.17
13622026-03-18T10:45:00.263Z Compiling pkg-config v0.3.32
13632026-03-18T10:45:00.302Z Compiling getrandom v0.2.17
13642026-03-18T10:45:00.381Z Compiling jobserver v0.1.34
13652026-03-18T10:45:00.604Z Compiling rand_core v0.6.4
13662026-03-18T10:45:00.700Z Compiling errno v0.3.14
13672026-03-18T10:45:00.802Z Compiling cc v1.2.56
13682026-03-18T10:45:00.881Z Compiling signal-hook-registry v1.4.8
13692026-03-18T10:45:00.958Z Compiling once_cell v1.21.3
13702026-03-18T10:45:01.045Z Compiling mio v1.1.1
13712026-03-18T10:45:01.175Z Compiling bitflags v2.11.0
13722026-03-18T10:45:01.235Z Compiling libm v0.2.16
13732026-03-18T10:45:01.253Z Compiling num-traits v0.2.19
13742026-03-18T10:45:01.413Z Compiling parking_lot v0.12.5
13752026-03-18T10:45:01.479Z Compiling futures-core v0.3.32
13762026-03-18T10:45:01.677Z Compiling socket2 v0.6.2
13772026-03-18T10:45:01.703Z Compiling percent-encoding v2.3.2
13782026-03-18T10:45:01.723Z Compiling allocator-api2 v0.2.21
13792026-03-18T10:45:01.915Z Compiling foldhash v0.2.0
13802026-03-18T10:45:01.975Z Compiling cpufeatures v0.2.17
13812026-03-18T10:45:02.002Z Compiling futures-sink v0.3.32
13822026-03-18T10:45:02.070Z Compiling slab v0.4.12
13832026-03-18T10:45:02.136Z Compiling futures-channel v0.3.32
13842026-03-18T10:45:02.204Z Compiling hashbrown v0.16.1
13852026-03-18T10:45:02.223Z Compiling futures-io v0.3.32
13862026-03-18T10:45:02.277Z Compiling getrandom v0.4.1
13872026-03-18T10:45:02.298Z Compiling futures-task v0.3.32
13882026-03-18T10:45:02.422Z Compiling rand_core v0.10.0
13892026-03-18T10:45:02.442Z Compiling getrandom v0.3.4
13902026-03-18T10:45:02.524Z Compiling rustversion v1.0.22
13912026-03-18T10:45:02.638Z Compiling form_urlencoded v1.2.2
13922026-03-18T10:45:03.014Z Compiling indexmap v2.13.0
13932026-03-18T10:45:03.062Z Compiling cmake v0.1.57
13942026-03-18T10:45:03.105Z Compiling ident_case v1.0.1
13952026-03-18T10:45:03.269Z Compiling synstructure v0.13.2
13962026-03-18T10:45:03.312Z Compiling base64ct v1.8.3
13972026-03-18T10:45:03.600Z Compiling dunce v1.0.5
13982026-03-18T10:45:03.696Z Compiling fs_extra v1.3.0
13992026-03-18T10:45:03.717Z Compiling pem-rfc7468 v0.7.0
14002026-03-18T10:45:03.734Z Compiling flagset v0.4.7
14012026-03-18T10:45:03.810Z Compiling rand_core v0.9.5
14022026-03-18T10:45:03.854Z Compiling rustix v1.1.3
14032026-03-18T10:45:03.902Z Compiling iana-time-zone v0.1.65
14042026-03-18T10:45:03.926Z Compiling ring v0.17.14
14052026-03-18T10:45:04.051Z Compiling aws-lc-sys v0.37.1
14062026-03-18T10:45:04.124Z Compiling uuid v1.21.0
14072026-03-18T10:45:04.142Z Compiling rustc_version v0.4.1
14082026-03-18T10:45:04.164Z Compiling aws-lc-rs v1.16.0
14092026-03-18T10:45:04.167Z Compiling vcpkg v0.2.15
14102026-03-18T10:45:04.571Z Compiling regex-syntax v0.8.10
14112026-03-18T10:45:04.578Z Compiling tracing-core v0.1.36
14122026-03-18T10:45:05.028Z Compiling crossbeam-utils v0.8.21
14132026-03-18T10:45:05.162Z Compiling openssl-sys v0.9.111
14142026-03-18T10:45:05.326Z Compiling pest_generator v2.8.6
14152026-03-18T10:45:05.414Z Compiling serde_derive_internals v0.29.1
14162026-03-18T10:45:05.920Z Compiling serde_derive v1.0.228
14172026-03-18T10:45:05.947Z Compiling zeroize_derive v1.4.3
14182026-03-18T10:45:06.292Z Compiling zerofrom-derive v0.1.6
14192026-03-18T10:45:06.323Z Compiling yoke-derive v0.8.1
14202026-03-18T10:45:06.672Z Compiling zerocopy-derive v0.8.40
14212026-03-18T10:45:06.805Z Compiling zeroize v1.8.2
14222026-03-18T10:45:07.843Z Compiling crypto-common v0.1.7
14232026-03-18T10:45:07.862Z Compiling block-buffer v0.10.4
14242026-03-18T10:45:07.883Z Compiling zerovec-derive v0.11.2
14252026-03-18T10:45:08.027Z Compiling digest v0.10.7
14262026-03-18T10:45:08.068Z Compiling displaydoc v0.2.5
14272026-03-18T10:45:08.194Z Compiling zerofrom v0.1.6
14282026-03-18T10:45:08.346Z Compiling yoke v0.8.1
14292026-03-18T10:45:08.367Z Compiling tokio-macros v2.6.0
14302026-03-18T10:45:08.588Z Compiling hmac v0.12.1
14312026-03-18T10:45:08.785Z Compiling futures-macro v0.3.32
14322026-03-18T10:45:08.804Z Compiling block-padding v0.3.3
14332026-03-18T10:45:09.010Z Compiling inout v0.1.4
14342026-03-18T10:45:09.034Z Compiling zerotrie v0.2.3
14352026-03-18T10:45:09.225Z Compiling cipher v0.4.4
14362026-03-18T10:45:09.322Z Compiling sha2 v0.10.9
14372026-03-18T10:45:09.356Z Compiling zerovec v0.11.5
14382026-03-18T10:45:09.428Z Compiling der_derive v0.7.3
14392026-03-18T10:45:09.570Z Compiling salsa20 v0.10.2
14402026-03-18T10:45:09.754Z Compiling pbkdf2 v0.12.2
14412026-03-18T10:45:09.880Z Compiling futures-util v0.3.32
14422026-03-18T10:45:09.902Z Compiling thiserror-impl v2.0.18
14432026-03-18T10:45:10.050Z Compiling tinystr v0.8.2
14442026-03-18T10:45:10.312Z Compiling icu_locale_core v2.1.1
14452026-03-18T10:45:10.646Z Compiling bytes v1.11.1
14462026-03-18T10:45:10.758Z Compiling potential_utf v0.1.4
14472026-03-18T10:45:10.967Z Compiling icu_collections v2.1.1
14482026-03-18T10:45:11.233Z Compiling icu_provider v2.1.1
14492026-03-18T10:45:11.493Z Compiling tokio v1.49.0
14502026-03-18T10:45:11.602Z Compiling icu_normalizer v2.1.1
14512026-03-18T10:45:11.621Z Compiling icu_properties v2.1.2
14522026-03-18T10:45:11.641Z Compiling der v0.7.10
14532026-03-18T10:45:11.775Z Compiling http v1.4.0
14542026-03-18T10:45:12.312Z Compiling chrono v0.4.44
14552026-03-18T10:45:13.005Z Compiling ppv-lite86 v0.2.21
14562026-03-18T10:45:13.025Z Compiling idna_adapter v1.2.1
14572026-03-18T10:45:13.082Z Compiling spki v0.7.3
14582026-03-18T10:45:13.165Z Compiling idna v1.1.0
14592026-03-18T10:45:13.191Z Compiling thiserror v2.0.18
14602026-03-18T10:45:13.303Z Compiling scrypt v0.11.0
14612026-03-18T10:45:13.322Z Compiling cbc v0.1.2
14622026-03-18T10:45:13.340Z Compiling aes v0.8.4
14632026-03-18T10:45:13.445Z Compiling rand_chacha v0.9.0
14642026-03-18T10:45:13.497Z Compiling rustls-pki-types v1.14.0
14652026-03-18T10:45:13.623Z Compiling url v2.5.8
14662026-03-18T10:45:14.016Z Compiling tracing-attributes v0.1.31
14672026-03-18T10:45:14.088Z Compiling pkcs5 v0.7.1
14682026-03-18T10:45:14.213Z Compiling rand v0.9.2
14692026-03-18T10:45:14.321Z Compiling http-body v1.0.1
14702026-03-18T10:45:14.512Z Compiling openssl-probe v0.2.1
14712026-03-18T10:45:14.680Z Compiling httparse v1.10.1
14722026-03-18T10:45:14.710Z Compiling syn v1.0.109
14732026-03-18T10:45:14.732Z Compiling untrusted v0.7.1
14742026-03-18T10:45:14.748Z Compiling untrusted v0.9.0
14752026-03-18T10:45:14.880Z Compiling schemars v0.8.22
14762026-03-18T10:45:14.899Z Compiling base64 v0.22.1
14772026-03-18T10:45:15.169Z Compiling pkcs8 v0.10.2
14782026-03-18T10:45:15.188Z Compiling schemars_derive v0.8.22
14792026-03-18T10:45:15.251Z Compiling pest_derive v2.8.6
14802026-03-18T10:45:15.311Z Compiling scroll_derive v0.13.1
14812026-03-18T10:45:15.829Z Compiling tracing v0.1.44
14822026-03-18T10:45:15.833Z Compiling darling_core v0.20.11
14832026-03-18T10:45:16.208Z Compiling try-lock v0.2.5
14842026-03-18T10:45:16.254Z Compiling atomic-waker v1.1.2
14852026-03-18T10:45:16.344Z Compiling tinyvec_macros v0.1.1
14862026-03-18T10:45:16.397Z Compiling rustls v0.23.37
14872026-03-18T10:45:16.416Z Compiling tower-service v0.3.3
14882026-03-18T10:45:16.436Z Compiling tower-layer v0.3.3
14892026-03-18T10:45:16.536Z Compiling dyn-clone v1.0.20
14902026-03-18T10:45:16.607Z Compiling tokio-util v0.7.18
14912026-03-18T10:45:16.640Z Compiling tinyvec v1.10.0
14922026-03-18T10:45:16.706Z Compiling scroll v0.13.0
14932026-03-18T10:45:17.056Z Compiling want v0.3.1
14942026-03-18T10:45:17.480Z Compiling ipnet v2.11.0
14952026-03-18T10:45:17.656Z Compiling h2 v0.4.13
14962026-03-18T10:45:18.010Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-18T10:45:18.157Z Compiling spin v0.9.8
14982026-03-18T10:45:18.431Z Compiling aho-corasick v1.1.4
14992026-03-18T10:45:18.511Z Compiling foreign-types-shared v0.1.1
15002026-03-18T10:45:18.625Z Compiling time-core v0.1.8
15012026-03-18T10:45:18.725Z Compiling pin-utils v0.1.0
15022026-03-18T10:45:18.808Z Compiling powerfmt v0.2.0
15032026-03-18T10:45:18.827Z Compiling httpdate v1.0.3
15042026-03-18T10:45:19.076Z Compiling crc32fast v1.5.0
15052026-03-18T10:45:19.110Z Compiling openssl v0.10.75
15062026-03-18T10:45:19.113Z Compiling darling_macro v0.20.11
15072026-03-18T10:45:19.398Z Compiling num-conv v0.2.0
15082026-03-18T10:45:19.440Z Compiling tempfile v3.25.0
15092026-03-18T10:45:19.505Z Compiling deranged v0.5.8
15102026-03-18T10:45:19.568Z Compiling time-macros v0.2.27
15112026-03-18T10:45:19.728Z Compiling darling v0.20.11
15122026-03-18T10:45:19.832Z Compiling regex-automata v0.4.14
15132026-03-18T10:45:19.948Z Compiling foreign-types v0.3.2
15142026-03-18T10:45:20.805Z Compiling goblin v0.10.5
15152026-03-18T10:45:21.048Z Compiling openssl-macros v0.1.1
15162026-03-18T10:45:21.551Z Compiling thiserror-impl v1.0.69
15172026-03-18T10:45:21.615Z Compiling wait-timeout v0.2.1
15182026-03-18T10:45:21.959Z Compiling hyper v1.8.1
15192026-03-18T10:45:22.942Z Compiling native-tls v0.2.18
15202026-03-18T10:45:23.063Z Compiling num_threads v0.1.7
15212026-03-18T10:45:23.187Z Compiling either v1.15.0
15222026-03-18T10:45:23.207Z Compiling usdt-impl v0.6.0
15232026-03-18T10:45:23.211Z Compiling bit-vec v0.8.0
15242026-03-18T10:45:23.454Z Compiling simd-adler32 v0.3.8
15252026-03-18T10:45:23.473Z Compiling quick-error v1.2.3
15262026-03-18T10:45:23.520Z Compiling siphasher v1.0.2
15272026-03-18T10:45:23.609Z Compiling rusty-fork v0.3.1
15282026-03-18T10:45:23.789Z Compiling bit-set v0.8.0
15292026-03-18T10:45:23.810Z Compiling hyper-util v0.1.20
15302026-03-18T10:45:24.017Z Compiling thiserror v1.0.69
15312026-03-18T10:45:24.042Z Compiling time v0.3.47
15322026-03-18T10:45:24.145Z Compiling derive_builder_core v0.20.2
15332026-03-18T10:45:25.334Z Compiling dof v0.4.0
15342026-03-18T10:45:25.913Z Compiling unicode-normalization v0.1.25
15352026-03-18T10:45:26.171Z Compiling crossbeam-epoch v0.9.18
15362026-03-18T10:45:26.265Z Compiling dtrace-parser v0.3.0
15372026-03-18T10:45:26.534Z Compiling rustls-native-certs v0.8.3
15382026-03-18T10:45:26.611Z Compiling signature v2.2.0
15392026-03-18T10:45:26.797Z Compiling scroll_derive v0.12.1
15402026-03-18T10:45:26.831Z Compiling heapless v0.7.17
15412026-03-18T10:45:26.909Z Compiling rand_xorshift v0.4.0
15422026-03-18T10:45:27.021Z Compiling slog v2.8.2
15432026-03-18T10:45:27.118Z Compiling darling_core v0.21.3
15442026-03-18T10:45:27.143Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-18T10:45:27.249Z Compiling sync_wrapper v1.0.2
15462026-03-18T10:45:27.328Z Compiling thread-id v5.1.0
15472026-03-18T10:45:27.394Z Compiling cookie v0.18.1
15482026-03-18T10:45:27.438Z Compiling unicode-bidi v0.3.18
15492026-03-18T10:45:27.480Z Compiling unarray v0.1.4
15502026-03-18T10:45:27.603Z Compiling paste v1.0.15
15512026-03-18T10:45:27.626Z Compiling unicode-properties v0.1.4
15522026-03-18T10:45:27.662Z Compiling zstd-safe v7.2.4
15532026-03-18T10:45:27.895Z Compiling anyhow v1.0.102
15542026-03-18T10:45:27.915Z Compiling rayon-core v1.13.0
15552026-03-18T10:45:27.947Z Compiling signal-hook v0.3.18
15562026-03-18T10:45:28.130Z Compiling unicode-segmentation v1.12.0
15572026-03-18T10:45:28.151Z Compiling adler2 v2.0.1
15582026-03-18T10:45:28.244Z Compiling stringprep v0.1.5
15592026-03-18T10:45:28.278Z Compiling miniz_oxide v0.8.9
15602026-03-18T10:45:28.317Z Compiling scroll v0.12.0
15612026-03-18T10:45:28.633Z Compiling proptest v1.10.0
15622026-03-18T10:45:28.671Z Compiling tower v0.5.3
15632026-03-18T10:45:29.153Z Compiling crossbeam-deque v0.8.6
15642026-03-18T10:45:29.267Z Compiling derive_builder_macro v0.20.2
15652026-03-18T10:45:29.320Z Compiling ipnetwork v0.21.1
15662026-03-18T10:45:29.392Z Compiling http-body-util v0.1.3
15672026-03-18T10:45:29.413Z Compiling webpki-roots v1.0.6
15682026-03-18T10:45:29.434Z Compiling rand_chacha v0.3.1
15692026-03-18T10:45:29.568Z Compiling toml_datetime v0.6.11
15702026-03-18T10:45:29.760Z Compiling erased-serde v0.3.31
15712026-03-18T10:45:29.873Z Compiling serde_spanned v0.6.9
15722026-03-18T10:45:29.892Z Compiling serde_tokenstream v0.2.3
15732026-03-18T10:45:29.917Z Compiling md-5 v0.10.6
15742026-03-18T10:45:30.022Z Compiling zerocopy-derive v0.7.35
15752026-03-18T10:45:30.134Z Compiling curve25519-dalek v4.1.3
15762026-03-18T10:45:30.274Z Compiling vergen-lib v0.1.6
15772026-03-18T10:45:30.444Z Compiling num-integer v0.1.46
15782026-03-18T10:45:30.482Z Compiling hash32 v0.2.1
15792026-03-18T10:45:30.500Z Compiling ff v0.13.1
15802026-03-18T10:45:30.610Z Compiling memoffset v0.9.1
15812026-03-18T10:45:30.693Z Compiling darling_macro v0.21.3
15822026-03-18T10:45:30.717Z Compiling ref-cast v1.0.25
15832026-03-18T10:45:30.776Z Compiling psl-types v2.0.11
15842026-03-18T10:45:30.846Z Compiling cfg_aliases v0.2.1
15852026-03-18T10:45:30.935Z Compiling rustix v0.38.44
15862026-03-18T10:45:30.940Z Compiling fallible-iterator v0.2.0
15872026-03-18T10:45:30.991Z Compiling iri-string v0.7.10
15882026-03-18T10:45:31.103Z Compiling litrs v1.0.0
15892026-03-18T10:45:31.194Z Compiling num-bigint-dig v0.8.6
15902026-03-18T10:45:31.305Z Compiling zlib-rs v0.6.2
15912026-03-18T10:45:31.374Z Compiling smoltcp v0.9.1
15922026-03-18T10:45:31.394Z Compiling base16ct v0.2.0
15932026-03-18T10:45:31.426Z Compiling ryu v1.0.23
15942026-03-18T10:45:31.625Z Compiling serde_urlencoded v0.7.1
15952026-03-18T10:45:31.665Z Compiling sec1 v0.7.3
15962026-03-18T10:45:31.802Z Compiling document-features v0.2.12
15972026-03-18T10:45:31.948Z Compiling newtype-uuid v1.3.2
15982026-03-18T10:45:31.983Z Compiling postgres-protocol v0.6.10
15992026-03-18T10:45:32.016Z Compiling darling v0.21.3
16002026-03-18T10:45:32.120Z Compiling zerocopy v0.7.35
16012026-03-18T10:45:32.438Z Compiling nix v0.31.1
16022026-03-18T10:45:32.580Z Compiling publicsuffix v2.3.0
16032026-03-18T10:45:32.713Z Compiling tower-http v0.6.8
16042026-03-18T10:45:32.907Z Compiling num-iter v0.1.45
16052026-03-18T10:45:32.927Z Compiling group v0.13.0
16062026-03-18T10:45:33.169Z Compiling derive_builder v0.20.2
16072026-03-18T10:45:33.172Z Compiling rand v0.8.5
16082026-03-18T10:45:33.250Z Compiling oxnet v0.1.4
16092026-03-18T10:45:33.560Z Compiling proc-macro-error v1.0.4
16102026-03-18T10:45:33.667Z Compiling tokio-native-tls v0.3.1
16112026-03-18T10:45:33.880Z Compiling goblin v0.8.2
16122026-03-18T10:45:34.286Z Compiling heck v0.4.1
16132026-03-18T10:45:34.583Z Compiling phf_shared v0.13.1
16142026-03-18T10:45:34.705Z Compiling regex v1.12.3
16152026-03-18T10:45:34.875Z Compiling hubpack_derive v0.1.1
16162026-03-18T10:45:34.908Z Compiling lazy_static v1.5.0
16172026-03-18T10:45:34.997Z Compiling cargo-platform v0.1.9
16182026-03-18T10:45:35.024Z Compiling hkdf v0.12.4
16192026-03-18T10:45:35.230Z Compiling crypto-bigint v0.5.5
16202026-03-18T10:45:35.297Z Compiling ref-cast-impl v1.0.25
16212026-03-18T10:45:35.329Z Compiling strum_macros v0.27.2
16222026-03-18T10:45:35.433Z Compiling flate2 v1.1.9
16232026-03-18T10:45:35.911Z Compiling async-trait v0.1.89
16242026-03-18T10:45:36.054Z Compiling daft-derive v0.1.5
16252026-03-18T10:45:36.062Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-18T10:45:36.925Z Compiling terminal_size v0.4.3
16272026-03-18T10:45:37.049Z Compiling vergen v9.0.6
16282026-03-18T10:45:37.099Z Compiling fs-err v3.3.0
16292026-03-18T10:45:37.242Z Compiling ahash v0.8.12
16302026-03-18T10:45:37.335Z Compiling libbz2-rs-sys v0.2.2
16312026-03-18T10:45:37.356Z Compiling foldhash v0.1.5
16322026-03-18T10:45:37.498Z Compiling bumpalo v3.20.2
16332026-03-18T10:45:37.582Z Compiling object v0.37.3
16342026-03-18T10:45:37.822Z Compiling winnow v0.5.40
16352026-03-18T10:45:37.929Z Compiling bitflags v1.3.2
16362026-03-18T10:45:38.031Z Compiling managed v0.8.0
16372026-03-18T10:45:38.094Z Compiling console v0.16.2
16382026-03-18T10:45:38.180Z Compiling strum v0.27.2
16392026-03-18T10:45:38.320Z Compiling bzip2 v0.6.1
16402026-03-18T10:45:38.344Z Compiling zopfli v0.8.3
16412026-03-18T10:45:38.593Z Compiling hashbrown v0.15.5
16422026-03-18T10:45:38.853Z Compiling clap_builder v4.5.60
16432026-03-18T10:45:39.047Z Compiling daft v0.1.5
16442026-03-18T10:45:39.253Z Compiling dof v0.3.0
16452026-03-18T10:45:39.400Z Compiling elliptic-curve v0.13.8
16462026-03-18T10:45:39.551Z Compiling hubpack v0.1.2
16472026-03-18T10:45:39.815Z Compiling toml_edit v0.19.15
16482026-03-18T10:45:39.836Z Compiling cargo_metadata v0.19.2
16492026-03-18T10:45:40.221Z Compiling phf v0.13.1
16502026-03-18T10:45:40.432Z Compiling signal-hook-mio v0.2.5
16512026-03-18T10:45:40.630Z Compiling zone_cfg_derive v0.3.1
16522026-03-18T10:45:41.760Z Compiling zstd v0.13.3
16532026-03-18T10:45:41.956Z Compiling cookie_store v0.22.1
16542026-03-18T10:45:42.113Z Compiling rayon v1.11.0
16552026-03-18T10:45:42.856Z Compiling hyper-tls v0.6.0
16562026-03-18T10:45:43.032Z Compiling bzip2 v0.4.4
16572026-03-18T10:45:43.175Z Compiling postgres-types v0.2.12
16582026-03-18T10:45:43.260Z Compiling serde_with_macros v3.17.0
16592026-03-18T10:45:43.306Z Compiling usdt-attr-macro v0.6.0
16602026-03-18T10:45:43.647Z Compiling usdt-macro v0.6.0
16612026-03-18T10:45:43.952Z Compiling ed25519 v2.2.3
16622026-03-18T10:45:44.356Z Compiling dtrace-parser v0.2.0
16632026-03-18T10:45:44.576Z Compiling phf_shared v0.11.3
16642026-03-18T10:45:44.618Z Compiling itertools v0.12.1
16652026-03-18T10:45:44.784Z Compiling bstr v1.12.1
16662026-03-18T10:45:44.822Z Compiling pkcs1 v0.7.5
16672026-03-18T10:45:44.873Z Compiling serde-big-array v0.5.1
16682026-03-18T10:45:45.058Z Compiling hex v0.4.3
16692026-03-18T10:45:45.103Z Compiling rfc6979 v0.4.0
16702026-03-18T10:45:45.264Z Compiling clap_derive v4.5.55
16712026-03-18T10:45:45.367Z Compiling strum_macros v0.26.4
16722026-03-18T10:45:45.413Z Compiling serde_repr v0.1.20
16732026-03-18T10:45:45.433Z Compiling enum-as-inner v0.6.1
16742026-03-18T10:45:45.701Z Compiling float-cmp v0.10.0
16752026-03-18T10:45:45.895Z Compiling thread-id v4.2.2
16762026-03-18T10:45:46.006Z Compiling memmap2 v0.9.10
16772026-03-18T10:45:46.116Z Compiling env_filter v1.0.0
16782026-03-18T10:45:46.154Z Compiling encoding_rs v0.8.35
16792026-03-18T10:45:46.300Z Compiling normalize-line-endings v0.3.0
16802026-03-18T10:45:46.341Z Compiling fixedbitset v0.5.7
16812026-03-18T10:45:46.427Z Compiling unit-prefix v0.5.2
16822026-03-18T10:45:46.529Z Compiling whoami v2.1.0
16832026-03-18T10:45:46.630Z Compiling rustc-hash v2.1.1
16842026-03-18T10:45:46.763Z Compiling precomputed-hash v0.1.1
16852026-03-18T10:45:46.791Z Compiling difflib v0.4.0
16862026-03-18T10:45:46.883Z Compiling keccak v0.1.6
16872026-03-18T10:45:47.041Z Compiling new_debug_unreachable v1.0.6
16882026-03-18T10:45:47.137Z Compiling data-encoding v2.10.0
16892026-03-18T10:45:47.372Z Compiling jiff v0.2.21
16902026-03-18T10:45:47.558Z Compiling predicates-core v1.0.10
16912026-03-18T10:45:47.765Z Compiling mime v0.3.17
16922026-03-18T10:45:47.799Z Compiling static_assertions v1.1.0
16932026-03-18T10:45:47.841Z Compiling fixedbitset v0.4.2
16942026-03-18T10:45:47.894Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-18T10:45:48.014Z Compiling strum v0.26.3
16962026-03-18T10:45:48.107Z Compiling petgraph v0.6.5
16972026-03-18T10:45:48.127Z Compiling clap v4.5.60
16982026-03-18T10:45:48.130Z Compiling predicates v3.1.4
16992026-03-18T10:45:48.182Z Compiling hickory-proto v0.25.2
17002026-03-18T10:45:48.232Z Compiling string_cache v0.8.9
17012026-03-18T10:45:48.251Z Compiling sha3 v0.10.8
17022026-03-18T10:45:48.524Z Compiling tokio-postgres v0.7.16
17032026-03-18T10:45:48.844Z Compiling iddqd v0.3.17
17042026-03-18T10:45:49.020Z Compiling petgraph v0.8.3
17052026-03-18T10:45:50.148Z Compiling indicatif v0.18.4
17062026-03-18T10:45:50.377Z Compiling toml_edit v0.22.27
17072026-03-18T10:45:51.325Z Compiling zip v4.6.1
17082026-03-18T10:45:51.502Z Compiling env_logger v0.11.9
17092026-03-18T10:45:51.685Z Compiling usdt v0.6.0
17102026-03-18T10:45:51.739Z Compiling zone v0.3.1
17112026-03-18T10:45:51.979Z Compiling usdt-impl v0.5.0
17122026-03-18T10:45:52.020Z Compiling similar v2.7.0
17132026-03-18T10:45:52.626Z Compiling serde_with v3.17.0
17142026-03-18T10:45:52.675Z Compiling ecdsa v0.16.9
17152026-03-18T10:45:52.761Z Compiling rsa v0.9.10
17162026-03-18T10:45:53.201Z Compiling crossterm v0.28.1
17172026-03-18T10:45:53.221Z Compiling ed25519-dalek v2.2.0
17182026-03-18T10:45:54.059Z Compiling zip v0.6.6
17192026-03-18T10:45:54.308Z Compiling toml v0.7.8
17202026-03-18T10:45:55.169Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-18T10:45:55.299Z Compiling itertools v0.13.0
17222026-03-18T10:45:55.320Z Compiling tokio-stream v0.1.18
17232026-03-18T10:45:55.367Z Compiling buf-list v1.1.2
17242026-03-18T10:45:55.404Z Compiling x509-cert v0.2.5
17252026-03-18T10:45:55.765Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-18T10:45:55.943Z Compiling openapiv3 v2.2.0
17272026-03-18T10:45:56.055Z Compiling sha1 v0.10.6
17282026-03-18T10:45:56.178Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-18T10:45:56.352Z Compiling lalrpop-util v0.19.12
17302026-03-18T10:45:56.573Z Compiling peg-runtime v0.8.5
17312026-03-18T10:45:56.598Z Compiling thread_local v1.1.9
17322026-03-18T10:45:56.937Z Compiling slog-async v2.8.0
17332026-03-18T10:45:56.956Z Compiling crossbeam-channel v0.5.15
17342026-03-18T10:45:57.066Z Compiling futures-executor v0.3.32
17352026-03-18T10:45:57.093Z Compiling is-terminal v0.4.17
17362026-03-18T10:45:57.214Z Compiling filetime v0.2.27
17372026-03-18T10:45:57.342Z Compiling take_mut v0.2.2
17382026-03-18T10:45:57.408Z Compiling xattr v1.6.1
17392026-03-18T10:45:57.438Z Compiling term v1.2.1
17402026-03-18T10:45:57.567Z Compiling tar v0.4.44
17412026-03-18T10:45:57.621Z Compiling futures v0.3.32
17422026-03-18T10:45:57.789Z Compiling slog-term v2.9.2
17432026-03-18T10:46:04.618Z Compiling rustls-webpki v0.103.9
17442026-03-18T10:46:08.704Z Compiling tokio-rustls v0.26.4
17452026-03-18T10:46:08.705Z Compiling rustls-platform-verifier v0.6.2
17462026-03-18T10:46:08.967Z Compiling hyper-rustls v0.27.7
17472026-03-18T10:46:09.236Z Compiling reqwest v0.12.28
17482026-03-18T10:46:09.243Z Compiling reqwest v0.13.2
17492026-03-18T10:46:12.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-18T10:46:12.576Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-18T10:46:16.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-18T10:46:16.585Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-18T10:46:16.650ZMar 18 10:46:16.098 INFO Starting download, target: DendriteStub
17542026-03-18T10:46:16.650ZMar 18 10:46:16.098 INFO Starting download, target: MaghemiteMgd
17552026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Starting download, target: Cockroach
17562026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Starting download, target: Console
17572026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Starting download, target: Clickhouse
17582026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Starting download, target: TransceiverControl
17592026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-18T10:46:16.654ZMar 18 10:46:16.098 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-18T10:46:17.101ZMar 18 10:46:16.548 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-18T10:46:17.457ZMar 18 10:46:16.901 INFO Download complete, target: TransceiverControl
17672026-03-18T10:46:17.834ZMar 18 10:46:17.280 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-18T10:46:18.131ZMar 18 10:46:17.577 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-18T10:46:18.205ZMar 18 10:46:17.651 INFO Download complete, target: Console
17702026-03-18T10:46:18.210ZMar 18 10:46:17.657 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-18T10:46:18.820ZMar 18 10:46:18.265 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-18T10:46:19.085ZMar 18 10:46:18.532 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-18T10:46:19.085ZMar 18 10:46:18.532 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-18T10:46:21.711ZMar 18 10:46:21.158 INFO Download complete, target: DendriteStub
17752026-03-18T10:46:21.856ZMar 18 10:46:21.303 INFO Download complete, target: MaghemiteMgd
17762026-03-18T10:46:26.754ZMar 18 10:46:26.199 INFO Checking that binary works, target: Cockroach
17772026-03-18T10:46:26.870ZMar 18 10:46:26.315 INFO Download complete, target: Cockroach
17782026-03-18T10:46:29.998ZMar 18 10:46:29.442 INFO Checking that binary works, target: Clickhouse
17792026-03-18T10:46:30.126ZMar 18 10:46:29.570 INFO Download complete, target: Clickhouse
17802026-03-18T10:46:30.142ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-18T10:46:30.145Z
17822026-03-18T10:46:30.145Zreal 3:56.988766223
17832026-03-18T10:46:30.145Zuser 10:25.332942222
17842026-03-18T10:46:30.145Zsys 1:49.079545600
17852026-03-18T10:46:30.145Ztrap 0.327073435
17862026-03-18T10:46:30.145Ztflt 0.650193915
17872026-03-18T10:46:30.145Zdflt 0.663844230
17882026-03-18T10:46:30.145Zkflt 0.078195705
17892026-03-18T10:46:30.145Zlock 31:27.246772928
17902026-03-18T10:46:30.145Zslp 29:19.940265942
17912026-03-18T10:46:30.145Zlat 55.986366104
17922026-03-18T10:46:30.145Zstop 2:41.295058655
17932026-03-18T10:46:30.145Z+ banner hack-check
17942026-03-18T10:46:30.145Z
17952026-03-18T10:46:30.145Z # # ## #### # # #### # # ###### #### # #
17962026-03-18T10:46:30.145Z # # # # # # # # # # # # # # # # #
17972026-03-18T10:46:30.146Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-18T10:46:30.146Z # # ###### # # # # # # # # # #
17992026-03-18T10:46:30.146Z # # # # # # # # # # # # # # # # #
18002026-03-18T10:46:30.146Z # # # # #### # # #### # # ###### #### # #
18012026-03-18T10:46:30.146Z
18022026-03-18T10:46:30.146Z+ export CARGO_INCREMENTAL=0
18032026-03-18T10:46:30.146Z+ CARGO_INCREMENTAL=0
18042026-03-18T10:46:30.146Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-18T10:46:30.848Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-18T10:46:31.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-18T10:46:33.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18082026-03-18T10:46:33.711Z Running `target/debug/xtask check-features --ci`
18092026-03-18T10:46:33.742Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-18T10:46:33.745Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-18T10:46:34.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18122026-03-18T10:46:34.397Z Running `target/debug/xtask download cargo-hack`
18132026-03-18T10:46:35.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-18T10:46:35.793Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-18T10:46:39.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
18162026-03-18T10:46:39.289Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-18T10:46:39.334ZMar 18 10:46:38.775 INFO Starting download, target: CargoHack
18182026-03-18T10:46:39.337ZMar 18 10:46:38.775 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-18T10:46:41.164ZMar 18 10:46:40.605 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-18T10:46:41.244ZMar 18 10:46:40.685 INFO Download complete, target: CargoHack
18212026-03-18T10:46:41.247Zrunning: "/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"
18222026-03-18T10:46:41.265Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-18T10:46:41.465Zinfo: running `cargo check --bins` on api_identity (1/257)
18242026-03-18T10:46:42.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-18T10:46:42.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-18T10:46:42.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-18T10:46:42.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18282026-03-18T10:46:42.224Z
18292026-03-18T10:46:42.224Zinfo: running `cargo check --bins` on bootstore (2/257)
18302026-03-18T10:46:42.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-18T10:46:42.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-18T10:46:42.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-18T10:46:42.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18342026-03-18T10:46:42.984Z
18352026-03-18T10:46:42.984Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18362026-03-18T10:46:43.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-18T10:46:43.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-18T10:46:43.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-18T10:46:43.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18402026-03-18T10:46:43.752Z
18412026-03-18T10:46:43.752Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18422026-03-18T10:46:44.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-18T10:46:44.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-18T10:46:44.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-18T10:46:44.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18462026-03-18T10:46:44.505Z
18472026-03-18T10:46:44.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18482026-03-18T10:46:45.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-18T10:46:45.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-18T10:46:45.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-18T10:46:45.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18522026-03-18T10:46:45.255Z
18532026-03-18T10:46:45.255Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18542026-03-18T10:46:45.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-18T10:46:45.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-18T10:46:45.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-18T10:46:45.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18582026-03-18T10:46:46.015Z
18592026-03-18T10:46:46.015Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18602026-03-18T10:46:46.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-18T10:46:46.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-18T10:46:46.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-18T10:46:46.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18642026-03-18T10:46:46.785Z
18652026-03-18T10:46:46.785Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18662026-03-18T10:46:47.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-18T10:46:47.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-18T10:46:47.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-18T10:46:47.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18702026-03-18T10:46:47.556Z
18712026-03-18T10:46:47.556Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18722026-03-18T10:46:48.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-18T10:46:48.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-18T10:46:48.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-18T10:46:48.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18762026-03-18T10:46:48.166Z
18772026-03-18T10:46:48.166Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18782026-03-18T10:46:48.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-18T10:46:48.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-18T10:46:48.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-18T10:46:48.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18822026-03-18T10:46:48.774Z
18832026-03-18T10:46:48.774Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18842026-03-18T10:46:49.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-18T10:46:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-18T10:46:49.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-18T10:46:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18882026-03-18T10:46:49.379Z
18892026-03-18T10:46:49.379Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18902026-03-18T10:46:49.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-18T10:46:49.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-18T10:46:49.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-18T10:46:49.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18942026-03-18T10:46:49.986Z
18952026-03-18T10:46:49.986Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18962026-03-18T10:46:50.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-18T10:46:50.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-18T10:46:50.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-18T10:46:50.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19002026-03-18T10:46:50.589Z
19012026-03-18T10:46:50.589Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19022026-03-18T10:46:51.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-18T10:46:51.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-18T10:46:51.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-18T10:46:51.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19062026-03-18T10:46:51.185Z
19072026-03-18T10:46:51.185Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19082026-03-18T10:46:51.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-18T10:46:51.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-18T10:46:51.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-18T10:46:51.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19122026-03-18T10:46:51.788Z
19132026-03-18T10:46:51.788Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19142026-03-18T10:46:52.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-18T10:46:52.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-18T10:46:52.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-18T10:46:52.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19182026-03-18T10:46:52.391Z
19192026-03-18T10:46:52.391Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19202026-03-18T10:46:52.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-18T10:46:52.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-18T10:46:52.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-18T10:46:52.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19242026-03-18T10:46:52.999Z
19252026-03-18T10:46:52.999Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19262026-03-18T10:46:53.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-18T10:46:53.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-18T10:46:53.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-18T10:46:53.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19302026-03-18T10:46:53.593Z
19312026-03-18T10:46:53.593Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19322026-03-18T10:46:54.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-18T10:46:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-18T10:46:54.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-18T10:46:54.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19362026-03-18T10:46:54.193Z
19372026-03-18T10:46:54.193Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19382026-03-18T10:46:54.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-18T10:46:54.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-18T10:46:54.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-18T10:46:54.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19422026-03-18T10:46:54.802Z
19432026-03-18T10:46:54.805Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19442026-03-18T10:46:55.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-18T10:46:55.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-18T10:46:55.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-18T10:46:55.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19482026-03-18T10:46:55.400Z
19492026-03-18T10:46:55.400Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19502026-03-18T10:46:55.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-18T10:46:55.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-18T10:46:55.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-18T10:46:55.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19542026-03-18T10:46:56.001Z
19552026-03-18T10:46:56.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19562026-03-18T10:46:56.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-18T10:46:56.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-18T10:46:56.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-18T10:46:56.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19602026-03-18T10:46:56.604Z
19612026-03-18T10:46:56.604Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19622026-03-18T10:46:57.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-18T10:46:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-18T10:46:57.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-18T10:46:57.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19662026-03-18T10:46:57.212Z
19672026-03-18T10:46:57.212Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19682026-03-18T10:46:57.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-18T10:46:57.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-18T10:46:57.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-18T10:46:57.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19722026-03-18T10:46:57.822Z
19732026-03-18T10:46:57.822Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19742026-03-18T10:46:58.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-18T10:46:58.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-18T10:46:58.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-18T10:46:58.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19782026-03-18T10:46:58.430Z
19792026-03-18T10:46:58.430Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19802026-03-18T10:46:58.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-18T10:46:58.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-18T10:46:58.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-18T10:46:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19842026-03-18T10:46:59.038Z
19852026-03-18T10:46:59.038Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19862026-03-18T10:46:59.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-18T10:46:59.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-18T10:46:59.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-18T10:46:59.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19902026-03-18T10:46:59.661Z
19912026-03-18T10:46:59.661Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19922026-03-18T10:47:00.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-18T10:47:00.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-18T10:47:00.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-18T10:47:00.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19962026-03-18T10:47:00.260Z
19972026-03-18T10:47:00.260Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19982026-03-18T10:47:00.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-18T10:47:00.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-18T10:47:00.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-18T10:47:00.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20022026-03-18T10:47:00.866Z
20032026-03-18T10:47:00.866Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20042026-03-18T10:47:01.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-18T10:47:01.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-18T10:47:01.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-18T10:47:01.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20082026-03-18T10:47:01.462Z
20092026-03-18T10:47:01.462Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20102026-03-18T10:47:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-18T10:47:02.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-18T10:47:02.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-18T10:47:02.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20142026-03-18T10:47:02.069Z
20152026-03-18T10:47:02.069Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20162026-03-18T10:47:02.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-18T10:47:02.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-18T10:47:02.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-18T10:47:02.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20202026-03-18T10:47:02.680Z
20212026-03-18T10:47:02.680Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20222026-03-18T10:47:03.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-18T10:47:03.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-18T10:47:03.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-18T10:47:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20262026-03-18T10:47:03.288Z
20272026-03-18T10:47:03.288Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20282026-03-18T10:47:03.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-18T10:47:03.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-18T10:47:03.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-18T10:47:03.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20322026-03-18T10:47:03.895Z
20332026-03-18T10:47:03.895Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20342026-03-18T10:47:04.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-18T10:47:04.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-18T10:47:04.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-18T10:47:04.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20382026-03-18T10:47:04.500Z
20392026-03-18T10:47:04.500Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20402026-03-18T10:47:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-18T10:47:05.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-18T10:47:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-18T10:47:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20442026-03-18T10:47:05.106Z
20452026-03-18T10:47:05.106Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20462026-03-18T10:47:05.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-18T10:47:05.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-18T10:47:05.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-18T10:47:05.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20502026-03-18T10:47:05.711Z
20512026-03-18T10:47:05.711Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20522026-03-18T10:47:06.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-18T10:47:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-18T10:47:06.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-18T10:47:06.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20562026-03-18T10:47:06.318Z
20572026-03-18T10:47:06.318Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20582026-03-18T10:47:06.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-18T10:47:06.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-18T10:47:06.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-18T10:47:06.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20622026-03-18T10:47:06.926Z
20632026-03-18T10:47:06.926Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20642026-03-18T10:47:07.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-18T10:47:07.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-18T10:47:07.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-18T10:47:07.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20682026-03-18T10:47:07.534Z
20692026-03-18T10:47:07.534Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20702026-03-18T10:47:08.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-18T10:47:08.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-18T10:47:08.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-18T10:47:08.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20742026-03-18T10:47:08.141Z
20752026-03-18T10:47:08.141Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20762026-03-18T10:47:08.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-18T10:47:08.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-18T10:47:08.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-18T10:47:08.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20802026-03-18T10:47:08.745Z
20812026-03-18T10:47:08.745Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20822026-03-18T10:47:09.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-18T10:47:09.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-18T10:47:09.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-18T10:47:09.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862026-03-18T10:47:09.356Z
20872026-03-18T10:47:09.357Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20882026-03-18T10:47:09.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-18T10:47:09.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-18T10:47:09.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-18T10:47:09.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-03-18T10:47:09.970Z
20932026-03-18T10:47:09.970Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20942026-03-18T10:47:10.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-18T10:47:10.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-18T10:47:10.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-18T10:47:10.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20982026-03-18T10:47:10.574Z
20992026-03-18T10:47:10.574Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
21002026-03-18T10:47:11.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-18T10:47:11.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-18T10:47:11.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-18T10:47:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-03-18T10:47:11.184Z
21052026-03-18T10:47:11.184Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21062026-03-18T10:47:11.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-18T10:47:11.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-18T10:47:11.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-18T10:47:11.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21102026-03-18T10:47:11.788Z
21112026-03-18T10:47:11.788Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21122026-03-18T10:47:12.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-18T10:47:12.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-18T10:47:12.872Z Checking cfg-if v1.0.4
21152026-03-18T10:47:13.031Z Checking libc v0.2.180
21162026-03-18T10:47:13.034Z Checking serde_core v1.0.228
21172026-03-18T10:47:13.065Z Checking memchr v2.8.0
21182026-03-18T10:47:13.087Z Checking itoa v1.0.17
21192026-03-18T10:47:13.087Z Checking smallvec v1.15.1
21202026-03-18T10:47:13.120Z Checking log v0.4.29
21212026-03-18T10:47:13.124Z Checking zeroize v1.8.2
21222026-03-18T10:47:13.161Z Checking stable_deref_trait v1.2.1
21232026-03-18T10:47:13.257Z Checking zerofrom v0.1.6
21242026-03-18T10:47:13.279Z Checking zmij v1.0.21
21252026-03-18T10:47:13.333Z Checking scopeguard v1.2.0
21262026-03-18T10:47:13.355Z Checking subtle v2.6.1
21272026-03-18T10:47:13.374Z Checking writeable v0.6.2
21282026-03-18T10:47:13.403Z Checking yoke v0.8.1
21292026-03-18T10:47:13.461Z Checking lock_api v0.4.14
21302026-03-18T10:47:13.548Z Checking litemap v0.8.1
21312026-03-18T10:47:13.552Z Checking percent-encoding v2.3.2
21322026-03-18T10:47:13.587Z Checking libm v0.2.16
21332026-03-18T10:47:13.608Z Checking icu_properties_data v2.1.2
21342026-03-18T10:47:13.628Z Checking zerovec v0.11.5
21352026-03-18T10:47:13.647Z Checking getrandom v0.2.17
21362026-03-18T10:47:13.727Z Checking errno v0.3.14
21372026-03-18T10:47:13.746Z Checking zerotrie v0.2.3
21382026-03-18T10:47:13.768Z Checking icu_normalizer_data v2.1.1
21392026-03-18T10:47:13.788Z Checking pin-project-lite v0.2.17
21402026-03-18T10:47:13.831Z Checking rand_core v0.6.4
21412026-03-18T10:47:13.861Z Checking utf8_iter v1.0.4
21422026-03-18T10:47:13.882Z Checking form_urlencoded v1.2.2
21432026-03-18T10:47:13.901Z Checking typenum v1.19.0
21442026-03-18T10:47:14.014Z Checking portable-atomic v1.13.1
21452026-03-18T10:47:14.042Z Checking critical-section v1.2.0
21462026-03-18T10:47:14.063Z Checking rand_core v0.10.0
21472026-03-18T10:47:14.081Z Checking signal-hook-registry v1.4.8
21482026-03-18T10:47:14.170Z Checking parking_lot_core v0.9.12
21492026-03-18T10:47:14.231Z Checking tinystr v0.8.2
21502026-03-18T10:47:14.250Z Checking potential_utf v0.1.4
21512026-03-18T10:47:14.289Z Checking getrandom v0.4.1
21522026-03-18T10:47:14.410Z Checking icu_collections v2.1.1
21532026-03-18T10:47:14.430Z Checking parking_lot v0.12.5
21542026-03-18T10:47:14.456Z Checking icu_locale_core v2.1.1
21552026-03-18T10:47:14.477Z Checking mio v1.1.1
21562026-03-18T10:47:14.568Z Checking num-traits v0.2.19
21572026-03-18T10:47:14.588Z Checking once_cell v1.21.3
21582026-03-18T10:47:14.609Z Checking generic-array v0.14.7
21592026-03-18T10:47:14.671Z Checking socket2 v0.6.2
21602026-03-18T10:47:14.812Z Checking zerocopy v0.8.40
21612026-03-18T10:47:14.833Z Checking iana-time-zone v0.1.65
21622026-03-18T10:47:14.865Z Checking futures-core v0.3.32
21632026-03-18T10:47:14.965Z Checking allocator-api2 v0.2.21
21642026-03-18T10:47:14.993Z Checking equivalent v1.0.2
21652026-03-18T10:47:15.021Z Checking foldhash v0.2.0
21662026-03-18T10:47:15.097Z Checking const-oid v0.9.6
21672026-03-18T10:47:15.216Z Checking serde v1.0.228
21682026-03-18T10:47:15.216Z Checking serde_json v1.0.149
21692026-03-18T10:47:15.219Z Checking icu_provider v2.1.1
21702026-03-18T10:47:15.271Z Checking bitflags v2.11.0
21712026-03-18T10:47:15.347Z Checking crypto-common v0.1.7
21722026-03-18T10:47:15.368Z Checking uuid v1.21.0
21732026-03-18T10:47:15.486Z Checking hashbrown v0.16.1
21742026-03-18T10:47:15.512Z Checking dyn-clone v1.0.20
21752026-03-18T10:47:15.556Z Checking icu_properties v2.1.2
21762026-03-18T10:47:15.636Z Checking icu_normalizer v2.1.1
21772026-03-18T10:47:15.783Z Checking bytes v1.11.1
21782026-03-18T10:47:15.786Z Checking chrono v0.4.44
21792026-03-18T10:47:16.041Z Checking futures-sink v0.3.32
21802026-03-18T10:47:16.104Z Checking block-buffer v0.10.4
21812026-03-18T10:47:16.162Z Checking semver v1.0.27
21822026-03-18T10:47:16.181Z Checking futures-channel v0.3.32
21832026-03-18T10:47:16.184Z Checking futures-task v0.3.32
21842026-03-18T10:47:16.276Z Checking futures-io v0.3.32
21852026-03-18T10:47:16.382Z Checking slab v0.4.12
21862026-03-18T10:47:16.401Z Checking tokio v1.49.0
21872026-03-18T10:47:16.425Z Checking digest v0.10.7
21882026-03-18T10:47:16.447Z Checking thiserror v2.0.18
21892026-03-18T10:47:16.450Z Checking byteorder v1.5.0
21902026-03-18T10:47:16.576Z Checking indexmap v2.13.0
21912026-03-18T10:47:16.595Z Checking futures-util v0.3.32
21922026-03-18T10:47:16.687Z Checking cpufeatures v0.2.17
21932026-03-18T10:47:16.715Z Checking idna_adapter v1.2.1
21942026-03-18T10:47:16.737Z Checking http v1.4.0
21952026-03-18T10:47:16.779Z Checking fnv v1.0.7
21962026-03-18T10:47:16.868Z Checking idna v1.1.0
21972026-03-18T10:47:16.899Z Checking base64 v0.22.1
21982026-03-18T10:47:16.980Z Checking unicode-ident v1.0.24
21992026-03-18T10:47:17.120Z Checking tracing-core v0.1.36
22002026-03-18T10:47:17.189Z Checking url v2.5.8
22012026-03-18T10:47:17.211Z Checking proc-macro2 v1.0.106
22022026-03-18T10:47:17.379Z Checking rustls-pki-types v1.14.0
22032026-03-18T10:47:17.509Z Checking regex-syntax v0.8.10
22042026-03-18T10:47:17.547Z Checking tracing v0.1.44
22052026-03-18T10:47:17.632Z Checking quote v1.0.44
22062026-03-18T10:47:17.761Z Checking schemars v0.8.22
22072026-03-18T10:47:17.782Z Checking untrusted v0.9.0
22082026-03-18T10:47:17.808Z Checking thiserror v1.0.69
22092026-03-18T10:47:17.861Z Checking syn v2.0.117
22102026-03-18T10:47:17.917Z Checking ring v0.17.14
22112026-03-18T10:47:17.942Z Checking ipnet v2.11.0
22122026-03-18T10:47:18.310Z Checking httparse v1.10.1
22132026-03-18T10:47:18.587Z Checking http-body v1.0.1
22142026-03-18T10:47:18.690Z Checking rustix v1.1.3
22152026-03-18T10:47:18.759Z Checking block-padding v0.3.3
22162026-03-18T10:47:18.863Z Checking ppv-lite86 v0.2.21
22172026-03-18T10:47:18.928Z Checking getrandom v0.3.4
22182026-03-18T10:47:19.115Z Checking atomic-waker v1.1.2
22192026-03-18T10:47:19.244Z Checking inout v0.1.4
22202026-03-18T10:47:19.277Z Checking hmac v0.12.1
22212026-03-18T10:47:19.280Z Checking aws-lc-sys v0.37.1
22222026-03-18T10:47:19.318Z Checking aho-corasick v1.1.4
22232026-03-18T10:47:19.340Z Checking powerfmt v0.2.0
22242026-03-18T10:47:19.418Z Checking tower-service v0.3.3
22252026-03-18T10:47:19.443Z Checking tower-layer v0.3.3
22262026-03-18T10:47:19.531Z Checking httpdate v1.0.3
22272026-03-18T10:47:19.550Z Checking untrusted v0.7.1
22282026-03-18T10:47:19.637Z Checking openssl-probe v0.2.1
22292026-03-18T10:47:19.691Z Checking try-lock v0.2.5
22302026-03-18T10:47:19.716Z Checking deranged v0.5.8
22312026-03-18T10:47:19.769Z Checking cipher v0.4.4
22322026-03-18T10:47:19.814Z Checking want v0.3.1
22332026-03-18T10:47:19.887Z Checking rand_core v0.9.5
22342026-03-18T10:47:19.972Z Checking pin-utils v0.1.0
22352026-03-18T10:47:20.012Z Checking aws-lc-rs v1.16.0
22362026-03-18T10:47:20.048Z Checking num-conv v0.2.0
22372026-03-18T10:47:20.067Z Checking time-core v0.1.8
22382026-03-18T10:47:20.117Z Checking num_threads v0.1.7
22392026-03-18T10:47:20.200Z Checking base64ct v1.8.3
22402026-03-18T10:47:20.229Z Checking sha2 v0.10.9
22412026-03-18T10:47:20.250Z Checking regex-automata v0.4.14
22422026-03-18T10:47:20.269Z Checking erased-serde v0.3.31
22432026-03-18T10:47:20.511Z Checking pretty-hex v0.4.1
22442026-03-18T10:47:20.591Z Checking rand_chacha v0.9.0
22452026-03-18T10:47:20.664Z Checking fastrand v2.3.0
22462026-03-18T10:47:20.776Z Checking tokio-util v0.7.18
22472026-03-18T10:47:20.837Z Checking slog v2.8.2
22482026-03-18T10:47:20.855Z Checking ryu v1.0.23
22492026-03-18T10:47:20.902Z Checking rand v0.9.2
22502026-03-18T10:47:21.025Z Checking time v0.3.47
22512026-03-18T10:47:21.049Z Checking pem-rfc7468 v0.7.0
22522026-03-18T10:47:21.158Z Checking rustls-webpki v0.103.9
22532026-03-18T10:47:21.164Z Checking rustls-native-certs v0.8.3
22542026-03-18T10:47:21.198Z Checking http-body-util v0.1.3
22552026-03-18T10:47:21.254Z Checking ipnetwork v0.21.1
22562026-03-18T10:47:21.342Z Checking sync_wrapper v1.0.2
22572026-03-18T10:47:21.473Z Checking spin v0.9.8
22582026-03-18T10:47:21.495Z Checking plain v0.2.3
22592026-03-18T10:47:21.531Z Checking flagset v0.4.7
22602026-03-18T10:47:21.554Z Checking tower v0.5.3
22612026-03-18T10:47:21.585Z Checking h2 v0.4.13
22622026-03-18T10:47:21.627Z Checking serde_urlencoded v0.7.1
22632026-03-18T10:47:21.690Z Checking der v0.7.10
22642026-03-18T10:47:21.712Z Checking rustls v0.23.37
22652026-03-18T10:47:21.731Z Checking rand_chacha v0.3.1
22662026-03-18T10:47:21.903Z Checking webpki-roots v1.0.6
22672026-03-18T10:47:22.008Z Checking iri-string v0.7.10
22682026-03-18T10:47:22.053Z Checking ucd-trie v0.1.7
22692026-03-18T10:47:22.076Z Checking tinyvec_macros v0.1.1
22702026-03-18T10:47:22.163Z Checking tinyvec v1.10.0
22712026-03-18T10:47:22.223Z Checking pest v2.8.6
22722026-03-18T10:47:22.589Z Checking rand v0.8.5
22732026-03-18T10:47:22.614Z Checking tempfile v3.25.0
22742026-03-18T10:47:22.717Z Checking spki v0.7.3
22752026-03-18T10:47:22.796Z Checking salsa20 v0.10.2
22762026-03-18T10:47:22.873Z Checking pbkdf2 v0.12.2
22772026-03-18T10:47:22.931Z Checking foreign-types-shared v0.1.1
22782026-03-18T10:47:22.966Z Checking unicode-width v0.2.0
22792026-03-18T10:47:23.030Z Checking scrypt v0.11.0
22802026-03-18T10:47:23.057Z Checking foreign-types v0.3.2
22812026-03-18T10:47:23.148Z Checking regex v1.12.3
22822026-03-18T10:47:23.218Z Checking aes v0.8.4
22832026-03-18T10:47:23.314Z Checking cbc v0.1.2
22842026-03-18T10:47:23.317Z Checking anyhow v1.0.102
22852026-03-18T10:47:23.482Z Checking crossbeam-utils v0.8.21
22862026-03-18T10:47:23.503Z Checking tower-http v0.6.8
22872026-03-18T10:47:23.541Z Checking openssl-sys v0.9.111
22882026-03-18T10:47:23.598Z Checking oxnet v0.1.4
22892026-03-18T10:47:23.736Z Checking mime v0.3.17
22902026-03-18T10:47:23.757Z Checking pkcs5 v0.7.1
22912026-03-18T10:47:23.870Z Checking openapiv3 v2.2.0
22922026-03-18T10:47:23.910Z Checking scroll v0.12.0
22932026-03-18T10:47:23.934Z Checking encoding_rs v0.8.35
22942026-03-18T10:47:23.967Z Checking winnow v0.7.14
22952026-03-18T10:47:24.107Z Checking pkcs8 v0.10.2
22962026-03-18T10:47:24.193Z Checking openssl v0.10.75
22972026-03-18T10:47:24.215Z Checking siphasher v1.0.2
22982026-03-18T10:47:24.345Z Checking data-encoding v2.10.0
22992026-03-18T10:47:24.429Z Checking goblin v0.8.2
23002026-03-18T10:47:24.705Z Checking lazy_static v1.5.0
23012026-03-18T10:47:24.819Z Checking zerocopy v0.7.35
23022026-03-18T10:47:25.026Z Checking tokio-rustls v0.26.4
23032026-03-18T10:47:25.202Z Checking hyper v1.8.1
23042026-03-18T10:47:25.225Z Checking wait-timeout v0.2.1
23052026-03-18T10:47:25.321Z Checking either v1.15.0
23062026-03-18T10:47:25.377Z Checking bit-vec v0.8.0
23072026-03-18T10:47:25.540Z Checking psl-types v2.0.11
23082026-03-18T10:47:25.569Z Checking quick-error v1.2.3
23092026-03-18T10:47:25.624Z Checking anstyle v1.0.13
23102026-03-18T10:47:25.644Z Checking managed v0.8.0
23112026-03-18T10:47:25.648Z Checking bitflags v1.3.2
23122026-03-18T10:47:25.687Z Checking utf8parse v0.2.2
23132026-03-18T10:47:25.706Z Checking rusty-fork v0.3.1
23142026-03-18T10:47:25.751Z Checking publicsuffix v2.3.0
23152026-03-18T10:47:25.814Z Checking anstyle-parse v0.2.7
23162026-03-18T10:47:25.867Z Checking bit-set v0.8.0
23172026-03-18T10:47:25.891Z Checking dtrace-parser v0.2.0
23182026-03-18T10:47:25.917Z Checking cookie v0.18.1
23192026-03-18T10:47:25.952Z Checking unicode-normalization v0.1.25
23202026-03-18T10:47:26.009Z Checking rand_xorshift v0.4.0
23212026-03-18T10:47:26.054Z Checking sha1 v0.10.6
23222026-03-18T10:47:26.165Z Checking thread-id v4.2.2
23232026-03-18T10:47:26.201Z Checking unarray v0.1.4
23242026-03-18T10:47:26.221Z Checking colorchoice v1.0.4
23252026-03-18T10:47:26.259Z Checking anstyle-query v1.1.5
23262026-03-18T10:47:26.278Z Checking is_terminal_polyfill v1.70.2
23272026-03-18T10:47:26.331Z Checking proptest v1.10.0
23282026-03-18T10:47:26.351Z Checking cookie_store v0.22.1
23292026-03-18T10:47:26.375Z Checking rustls-platform-verifier v0.6.2
23302026-03-18T10:47:26.394Z Checking anstream v0.6.21
23312026-03-18T10:47:26.417Z Checking hyper-util v0.1.20
23322026-03-18T10:47:26.482Z Checking crossbeam-epoch v0.9.18
23332026-03-18T10:47:26.546Z Checking terminal_size v0.4.3
23342026-03-18T10:47:26.655Z Checking scroll v0.13.0
23352026-03-18T10:47:26.694Z Checking hex v0.4.3
23362026-03-18T10:47:26.780Z Checking num-integer v0.1.46
23372026-03-18T10:47:26.799Z Checking simd-adler32 v0.3.8
23382026-03-18T10:47:26.958Z Checking goblin v0.10.5
23392026-03-18T10:47:26.997Z Checking crossbeam-deque v0.8.6
23402026-03-18T10:47:27.029Z Checking bstr v1.12.1
23412026-03-18T10:47:27.058Z Checking native-tls v0.2.18
23422026-03-18T10:47:27.082Z Checking ref-cast v1.0.25
23432026-03-18T10:47:27.111Z Checking dof v0.3.0
23442026-03-18T10:47:27.209Z Checking rustix v0.38.44
23452026-03-18T10:47:27.228Z Checking camino v1.2.2
23462026-03-18T10:47:27.293Z Checking tokio-native-tls v0.3.1
23472026-03-18T10:47:27.483Z Checking usdt-impl v0.5.0
23482026-03-18T10:47:27.502Z Checking crc32fast v1.5.0
23492026-03-18T10:47:27.563Z Checking signature v2.2.0
23502026-03-18T10:47:27.583Z Checking serde_spanned v0.6.9
23512026-03-18T10:47:27.675Z Checking toml_datetime v0.6.11
23522026-03-18T10:47:27.726Z Checking ff v0.13.1
23532026-03-18T10:47:27.746Z Checking adler2 v2.0.1
23542026-03-18T10:47:27.840Z Checking base16ct v0.2.0
23552026-03-18T10:47:27.884Z Checking unicode-bidi v0.3.18
23562026-03-18T10:47:27.904Z Checking strsim v0.11.1
23572026-03-18T10:47:27.923Z Checking unicode-properties v0.1.4
23582026-03-18T10:47:27.999Z Checking clap_lex v1.0.0
23592026-03-18T10:47:28.123Z Checking sec1 v0.7.3
23602026-03-18T10:47:28.143Z Checking hyper-rustls v0.27.7
23612026-03-18T10:47:28.175Z Checking hyper-tls v0.6.0
23622026-03-18T10:47:28.200Z Checking clap_builder v4.5.60
23632026-03-18T10:47:28.280Z Checking stringprep v0.1.5
23642026-03-18T10:47:28.372Z Checking group v0.13.0
23652026-03-18T10:47:28.398Z Checking miniz_oxide v0.8.9
23662026-03-18T10:47:28.401Z Checking rayon-core v1.13.0
23672026-03-18T10:47:28.436Z Checking reqwest v0.12.28
23682026-03-18T10:47:28.476Z Checking reqwest v0.13.2
23692026-03-18T10:47:28.562Z Checking num-iter v0.1.45
23702026-03-18T10:47:28.705Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-18T10:47:28.854Z Checking dtrace-parser v0.3.0
23722026-03-18T10:47:28.875Z Checking hkdf v0.12.4
23732026-03-18T10:47:28.878Z Checking newtype-uuid v1.3.2
23742026-03-18T10:47:29.047Z Checking strum v0.26.3
23752026-03-18T10:47:29.146Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-18T10:47:29.149Z Checking daft v0.1.5
23772026-03-18T10:47:29.186Z Checking hash32 v0.2.1
23782026-03-18T10:47:29.203Z Checking md-5 v0.10.6
23792026-03-18T10:47:29.292Z Checking crypto-bigint v0.5.5
23802026-03-18T10:47:29.375Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-18T10:47:29.395Z Checking thread-id v5.1.0
23822026-03-18T10:47:29.479Z Checking fallible-iterator v0.2.0
23832026-03-18T10:47:29.499Z Checking unicode-segmentation v1.12.0
23842026-03-18T10:47:29.554Z Checking zlib-rs v0.6.2
23852026-03-18T10:47:29.606Z Checking heapless v0.7.17
23862026-03-18T10:47:29.635Z Checking zstd-safe v7.2.4
23872026-03-18T10:47:29.856Z Checking postgres-protocol v0.6.10
23882026-03-18T10:47:29.876Z Checking rayon v1.11.0
23892026-03-18T10:47:29.913Z Checking itertools v0.12.1
23902026-03-18T10:47:29.933Z Checking clap v4.5.60
23912026-03-18T10:47:30.032Z Checking phf_shared v0.13.1
23922026-03-18T10:47:30.174Z Checking console v0.16.2
23932026-03-18T10:47:30.231Z Checking dof v0.4.0
23942026-03-18T10:47:30.268Z Checking curve25519-dalek v4.1.3
23952026-03-18T10:47:30.305Z Checking memoffset v0.9.1
23962026-03-18T10:47:30.404Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-18T10:47:30.512Z Checking signal-hook v0.3.18
23982026-03-18T10:47:30.574Z Checking memmap2 v0.9.10
23992026-03-18T10:47:30.613Z Checking elliptic-curve v0.13.8
24002026-03-18T10:47:30.758Z Checking toml_write v0.1.2
24012026-03-18T10:47:30.761Z Checking flate2 v1.1.9
24022026-03-18T10:47:30.798Z Checking fixedbitset v0.4.2
24032026-03-18T10:47:30.980Z Checking winnow v0.5.40
24042026-03-18T10:47:30.998Z Checking foldhash v0.1.5
24052026-03-18T10:47:31.021Z Checking bumpalo v3.20.2
24062026-03-18T10:47:31.090Z Checking usdt-impl v0.6.0
24072026-03-18T10:47:31.176Z Checking unit-prefix v0.5.2
24082026-03-18T10:47:31.194Z Checking libbz2-rs-sys v0.2.2
24092026-03-18T10:47:31.291Z Checking zopfli v0.8.3
24102026-03-18T10:47:31.312Z Checking zone v0.3.1
24112026-03-18T10:47:31.315Z Checking hashbrown v0.15.5
24122026-03-18T10:47:31.352Z Checking petgraph v0.6.5
24132026-03-18T10:47:31.444Z Checking usdt v0.6.0
24142026-03-18T10:47:31.655Z Checking toml_edit v0.22.27
24152026-03-18T10:47:31.723Z Checking bzip2 v0.6.1
24162026-03-18T10:47:31.726Z Checking signal-hook-mio v0.2.5
24172026-03-18T10:47:31.801Z Checking bzip2 v0.4.4
24182026-03-18T10:47:31.870Z Checking nix v0.31.1
24192026-03-18T10:47:31.905Z Checking indicatif v0.18.4
24202026-03-18T10:47:31.932Z Checking phf v0.13.1
24212026-03-18T10:47:31.957Z Checking postgres-types v0.2.12
24222026-03-18T10:47:32.011Z Checking smoltcp v0.9.1
24232026-03-18T10:47:32.130Z Checking similar v2.7.0
24242026-03-18T10:47:32.383Z Checking zstd v0.13.3
24252026-03-18T10:47:32.403Z Checking num-bigint-dig v0.8.6
24262026-03-18T10:47:32.581Z Checking toml_edit v0.19.15
24272026-03-18T10:47:32.632Z Checking ed25519 v2.2.3
24282026-03-18T10:47:32.652Z Checking phf_shared v0.11.3
24292026-03-18T10:47:32.823Z Checking pkcs1 v0.7.5
24302026-03-18T10:47:32.844Z Checking tokio-stream v0.1.18
24312026-03-18T10:47:32.871Z Checking strum v0.27.2
24322026-03-18T10:47:33.018Z Checking hubpack v0.1.2
24332026-03-18T10:47:33.107Z Checking rfc6979 v0.4.0
24342026-03-18T10:47:33.128Z Checking serde-big-array v0.5.1
24352026-03-18T10:47:33.164Z Checking float-cmp v0.10.0
24362026-03-18T10:47:33.253Z Checking env_filter v1.0.0
24372026-03-18T10:47:33.257Z Checking normalize-line-endings v0.3.0
24382026-03-18T10:47:33.295Z Checking whoami v2.1.0
24392026-03-18T10:47:33.315Z Checking fixedbitset v0.5.7
24402026-03-18T10:47:33.333Z Checking difflib v0.4.0
24412026-03-18T10:47:33.381Z Checking jiff v0.2.21
24422026-03-18T10:47:33.401Z Checking static_assertions v1.1.0
24432026-03-18T10:47:33.440Z Checking rustc-hash v2.1.1
24442026-03-18T10:47:33.495Z Checking predicates-core v1.0.10
24452026-03-18T10:47:33.550Z Checking keccak v0.1.6
24462026-03-18T10:47:33.570Z Checking new_debug_unreachable v1.0.6
24472026-03-18T10:47:33.573Z Checking precomputed-hash v0.1.1
24482026-03-18T10:47:33.573Z Checking rsa v0.9.10
24492026-03-18T10:47:33.627Z Checking iddqd v0.3.17
24502026-03-18T10:47:33.649Z Checking predicates v3.1.4
24512026-03-18T10:47:33.668Z Checking petgraph v0.8.3
24522026-03-18T10:47:33.693Z Checking string_cache v0.8.9
24532026-03-18T10:47:33.765Z Checking sha3 v0.10.8
24542026-03-18T10:47:33.911Z Checking tokio-postgres v0.7.16
24552026-03-18T10:47:34.043Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-18T10:47:34.066Z Checking env_logger v0.11.9
24572026-03-18T10:47:34.069Z Checking toml v0.7.8
24582026-03-18T10:47:34.247Z Checking ecdsa v0.16.9
24592026-03-18T10:47:34.310Z Checking ed25519-dalek v2.2.0
24602026-03-18T10:47:34.513Z Checking zip v0.6.6
24612026-03-18T10:47:34.609Z Checking crossterm v0.28.1
24622026-03-18T10:47:34.704Z Checking serde_with v3.17.0
24632026-03-18T10:47:34.796Z Checking itertools v0.13.0
24642026-03-18T10:47:34.951Z Checking hickory-proto v0.25.2
24652026-03-18T10:47:35.580Z Checking x509-cert v0.2.5
24662026-03-18T10:47:35.600Z Checking fs-err v3.3.0
24672026-03-18T10:47:35.857Z Checking ahash v0.8.12
24682026-03-18T10:47:35.995Z Checking object v0.37.3
24692026-03-18T10:47:36.113Z Checking buf-list v1.1.2
24702026-03-18T10:47:36.205Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-18T10:47:36.353Z Checking peg-runtime v0.8.5
24722026-03-18T10:47:36.474Z Checking lalrpop-util v0.19.12
24732026-03-18T10:47:36.503Z Checking zip v4.6.1
24742026-03-18T10:47:36.534Z Compiling structmeta-derive v0.3.0
24752026-03-18T10:47:36.567Z Compiling rustls v0.22.4
24762026-03-18T10:47:36.689Z Compiling newtype-uuid-macros v0.1.0
24772026-03-18T10:47:36.712Z Compiling multer v3.1.0
24782026-03-18T10:47:36.818Z Compiling async-stream-impl v0.3.6
24792026-03-18T10:47:37.007Z Checking futures-executor v0.3.32
24802026-03-18T10:47:37.060Z Checking regress v0.10.5
24812026-03-18T10:47:37.275Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-18T10:47:37.607Z Compiling dropshot v0.16.7
24832026-03-18T10:47:37.721Z Checking futures v0.3.32
24842026-03-18T10:47:37.786Z Compiling dropshot_endpoint v0.16.7
24852026-03-18T10:47:37.824Z Checking thread_local v1.1.9
24862026-03-18T10:47:37.906Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-18T10:47:37.986Z Compiling structmeta v0.3.0
24882026-03-18T10:47:38.074Z Checking crossbeam-channel v0.5.15
24892026-03-18T10:47:38.260Z Compiling derive-ex v0.1.8
24902026-03-18T10:47:38.375Z Checking is-terminal v0.4.17
24912026-03-18T10:47:38.496Z Checking take_mut v0.2.2
24922026-03-18T10:47:38.535Z Checking term v1.2.1
24932026-03-18T10:47:38.634Z Checking slog-async v2.8.0
24942026-03-18T10:47:38.824Z Compiling parse-display-derive v0.10.0
24952026-03-18T10:47:38.843Z Checking slog-term v2.9.2
24962026-03-18T10:47:38.866Z Checking rustls-webpki v0.102.8
24972026-03-18T10:47:39.061Z Checking serde_spanned v1.0.4
24982026-03-18T10:47:39.188Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-18T10:47:39.235Z Checking match_cfg v0.1.0
25002026-03-18T10:47:39.324Z Checking debug-ignore v1.0.5
25012026-03-18T10:47:39.372Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-18T10:47:39.426Z Checking toml v0.9.12+spec-1.1.0
25032026-03-18T10:47:39.450Z Checking hostname v0.3.1
25042026-03-18T10:47:39.475Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-03-18T10:47:39.575Z Checking slog-json v2.6.1
25062026-03-18T10:47:39.663Z Checking macaddr v1.0.1
25072026-03-18T10:47:39.783Z Checking slog-bunyan v2.5.0
25082026-03-18T10:47:39.900Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-18T10:47:39.927Z Checking async-stream v0.3.6
25102026-03-18T10:47:40.219Z Checking waitgroup v0.1.2
25112026-03-18T10:47:40.249Z Checking rustls-pemfile v2.2.0
25122026-03-18T10:47:40.351Z Checking serde_path_to_error v0.1.20
25132026-03-18T10:47:40.384Z Checking hostname v0.4.2
25142026-03-18T10:47:40.410Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-18T10:47:40.433Z Checking progenitor-client v0.13.0
25162026-03-18T10:47:40.510Z Checking progenitor-client v0.10.0
25172026-03-18T10:47:40.548Z Compiling itertools v0.14.0
25182026-03-18T10:47:40.573Z Compiling test-strategy v0.4.5
25192026-03-18T10:47:40.730Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-18T10:47:40.750Z Checking backon v1.6.0
25212026-03-18T10:47:40.806Z Checking instant v0.1.13
25222026-03-18T10:47:40.920Z Checking backoff v0.4.0
25232026-03-18T10:47:40.969Z Checking progenitor-extras v0.1.1
25242026-03-18T10:47:41.111Z Checking parse-display v0.10.0
25252026-03-18T10:47:41.148Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-18T10:47:41.256Z Checking heck v0.5.0
25272026-03-18T10:47:41.352Z Checking tokio-rustls v0.25.0
25282026-03-18T10:47:41.492Z Compiling toml_edit v0.23.10+spec-1.0.0
25292026-03-18T10:47:41.693Z Compiling heapless v0.8.0
25302026-03-18T10:47:41.796Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-18T10:47:42.053Z Compiling convert_case v0.4.0
25322026-03-18T10:47:42.071Z Compiling crucible-workspace-hack v0.1.0
25332026-03-18T10:47:42.270Z Compiling ingot-macros v0.1.1
25342026-03-18T10:47:42.321Z Compiling proc-macro-crate v3.4.0
25352026-03-18T10:47:42.550Z Compiling derive_more v0.99.20
25362026-03-18T10:47:42.616Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-18T10:47:42.736Z Checking hash32 v0.3.1
25382026-03-18T10:47:42.902Z Checking secrecy v0.10.3
25392026-03-18T10:47:42.983Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-18T10:47:43.096Z Compiling smoltcp v0.11.0
25412026-03-18T10:47:43.116Z Compiling prettyplease v0.2.37
25422026-03-18T10:47:43.136Z Compiling num_enum_derive v0.7.5
25432026-03-18T10:47:43.493Z Compiling typify-impl v0.6.1
25442026-03-18T10:47:43.514Z Checking tabwriter v1.4.1
25452026-03-18T10:47:43.703Z Checking cobs v0.3.0
25462026-03-18T10:47:43.810Z Compiling foreign-types-macros v0.2.3
25472026-03-18T10:47:43.896Z Compiling unsafe-libyaml v0.2.11
25482026-03-18T10:47:44.243Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-18T10:47:44.589Z Checking foreign-types-shared v0.3.1
25502026-03-18T10:47:44.648Z Checking cpufeatures v0.3.0
25512026-03-18T10:47:44.706Z Checking foreign-types v0.5.0
25522026-03-18T10:47:44.748Z Checking chacha20 v0.10.0
25532026-03-18T10:47:44.806Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-18T10:47:44.846Z Checking num_enum v0.7.5
25552026-03-18T10:47:44.993Z Checking postcard v1.1.3
25562026-03-18T10:47:45.930Z Compiling proc-macro-crate v1.3.1
25572026-03-18T10:47:46.182Z Checking ingot-types v0.1.2
25582026-03-18T10:47:46.204Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-18T10:47:46.486Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-18T10:47:46.679Z Checking ingot v0.1.1
25612026-03-18T10:47:46.700Z Checking cstr-argument v0.1.2
25622026-03-18T10:47:46.735Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-03-18T10:47:46.782Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-03-18T10:47:46.856Z Checking colored v3.1.1
25652026-03-18T10:47:46.876Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-18T10:47:47.037Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-18T10:47:47.061Z Compiling num_enum_derive v0.5.11
25682026-03-18T10:47:47.127Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-18T10:47:47.172Z Checking rand v0.10.0
25702026-03-18T10:47:48.376Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-18T10:47:48.834Z Checking num_enum v0.5.11
25722026-03-18T10:47:49.023Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-18T10:47:49.558Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25742026-03-18T10:47:49.925Z Compiling typify-macro v0.6.1
25752026-03-18T10:47:49.953Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-18T10:47:50.057Z Compiling typify-impl v0.4.3
25772026-03-18T10:47:50.081Z Checking camino-tempfile v1.4.1
25782026-03-18T10:47:50.291Z Checking num-rational v0.4.2
25792026-03-18T10:47:50.681Z Checking half v2.7.1
25802026-03-18T10:47:50.705Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25812026-03-18T10:47:50.885Z Compiling thiserror-impl-no-std v2.0.2
25822026-03-18T10:47:51.010Z Checking universal-hash v0.5.1
25832026-03-18T10:47:51.040Z Checking num-complex v0.4.6
25842026-03-18T10:47:51.175Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-03-18T10:47:51.488Z Checking ciborium-io v0.2.2
25862026-03-18T10:47:51.526Z Checking opaque-debug v0.3.1
25872026-03-18T10:47:51.560Z Checking num v0.4.3
25882026-03-18T10:47:51.604Z Checking ciborium-ll v0.2.2
25892026-03-18T10:47:51.623Z Checking poly1305 v0.8.0
25902026-03-18T10:47:51.703Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-18T10:47:51.741Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-18T10:47:51.839Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-18T10:47:51.975Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-18T10:47:52.200Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-03-18T10:47:52.264Z Compiling typify v0.6.1
25962026-03-18T10:47:52.406Z Checking toml v0.8.23
25972026-03-18T10:47:52.464Z Checking thiserror-no-std v2.0.2
25982026-03-18T10:47:52.584Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-18T10:47:52.818Z Checking password-hash v0.5.0
26002026-03-18T10:47:52.854Z Checking chacha20 v0.9.1
26012026-03-18T10:47:53.154Z Compiling usdt-macro v0.5.0
26022026-03-18T10:47:53.176Z Compiling usdt-attr-macro v0.5.0
26032026-03-18T10:47:53.420Z Checking smf v0.2.3
26042026-03-18T10:47:53.738Z Checking blake2 v0.10.6
26052026-03-18T10:47:53.927Z Checking aead v0.5.2
26062026-03-18T10:47:53.970Z Checking sigpipe v0.1.3
26072026-03-18T10:47:54.082Z Checking memmap v0.7.0
26082026-03-18T10:47:54.131Z Compiling num-derive v0.4.2
26092026-03-18T10:47:54.131Z Checking float-ord v0.3.2
26102026-03-18T10:47:54.208Z Checking glob v0.3.3
26112026-03-18T10:47:54.260Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-18T10:47:54.280Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-18T10:47:54.444Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-18T10:47:54.515Z Checking usdt v0.5.0
26152026-03-18T10:47:54.675Z Checking chacha20poly1305 v0.10.1
26162026-03-18T10:47:54.726Z Checking argon2 v0.5.3
26172026-03-18T10:47:54.833Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-18T10:47:54.890Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26192026-03-18T10:47:55.090Z Checking vsss-rs v3.3.4
26202026-03-18T10:47:55.110Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-18T10:47:55.173Z Compiling progenitor-impl v0.13.0
26222026-03-18T10:47:55.341Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-18T10:47:55.830Z Checking ciborium v0.2.2
26242026-03-18T10:47:55.933Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26252026-03-18T10:47:56.080Z Checking whoami v1.6.1
26262026-03-18T10:47:56.124Z Compiling semver v0.1.20
26272026-03-18T10:47:56.351Z Checking indent_write v2.2.0
26282026-03-18T10:47:56.423Z Compiling rustc_version v0.1.7
26292026-03-18T10:47:56.459Z Compiling typify-macro v0.4.3
26302026-03-18T10:47:56.500Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-03-18T10:47:56.741Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-03-18T10:47:56.761Z Compiling pin-project-internal v1.1.11
26332026-03-18T10:47:57.588Z Checking swrite v0.1.0
26342026-03-18T10:47:57.706Z Compiling minimal-lexical v0.2.1
26352026-03-18T10:47:57.726Z Checking linked-hash-map v0.5.6
26362026-03-18T10:47:57.952Z Checking lru-cache v0.1.2
26372026-03-18T10:47:58.044Z Compiling nom v7.1.3
26382026-03-18T10:47:58.138Z Compiling newtype_derive v0.1.6
26392026-03-18T10:47:58.297Z Checking pin-project v1.1.11
26402026-03-18T10:47:58.424Z Checking newline-converter v0.3.0
26412026-03-18T10:47:58.573Z Checking atomicwrites v0.4.4
26422026-03-18T10:47:58.748Z Checking hickory-proto v0.24.4
26432026-03-18T10:47:58.821Z Compiling typify v0.4.3
26442026-03-18T10:47:58.876Z Compiling progenitor-macro v0.13.0
26452026-03-18T10:47:58.960Z Checking phf_shared v0.12.1
26462026-03-18T10:47:58.988Z Checking console v0.15.11
26472026-03-18T10:47:59.022Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26482026-03-18T10:47:59.360Z Checking pem v3.0.6
26492026-03-18T10:47:59.571Z Checking csv-core v0.1.13
26502026-03-18T10:47:59.869Z Compiling snafu-derive v0.8.9
26512026-03-18T10:47:59.941Z Compiling async-recursion v1.1.1
26522026-03-18T10:47:59.960Z Compiling derive-where v1.6.0
26532026-03-18T10:48:00.843Z Compiling slog-dtrace v0.3.0
26542026-03-18T10:48:01.090Z Checking resolv-conf v0.7.6
26552026-03-18T10:48:01.194Z Checking same-file v1.0.6
26562026-03-18T10:48:01.330Z Checking unicode-width v0.1.14
26572026-03-18T10:48:01.352Z Compiling chrono-tz v0.10.4
26582026-03-18T10:48:01.584Z Compiling cancel-safe-futures v0.1.5
26592026-03-18T10:48:01.671Z Checking highway v1.3.0
26602026-03-18T10:48:01.771Z Compiling owo-colors v4.3.0
26612026-03-18T10:48:01.854Z Compiling const_format_proc_macros v0.2.34
26622026-03-18T10:48:01.980Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632026-03-18T10:48:02.016Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-18T10:48:02.305Z Checking walkdir v2.5.0
26652026-03-18T10:48:02.505Z Checking snafu v0.8.9
26662026-03-18T10:48:02.523Z Checking hickory-resolver v0.24.4
26672026-03-18T10:48:02.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682026-03-18T10:48:03.009Z Checking csv v1.4.0
26692026-03-18T10:48:03.156Z Checking expectorate v1.2.0
26702026-03-18T10:48:03.325Z Checking phf v0.12.1
26712026-03-18T10:48:03.519Z Compiling progenitor-impl v0.10.0
26722026-03-18T10:48:03.574Z Checking tokio-dtrace v0.1.1
26732026-03-18T10:48:03.594Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-03-18T10:48:03.621Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-03-18T10:48:03.814Z Checking globset v0.4.18
26762026-03-18T10:48:03.991Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26772026-03-18T10:48:04.112Z Checking olpc-cjson v0.1.4
26782026-03-18T10:48:04.162Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-18T10:48:04.301Z Checking libsw-core v0.3.2
26802026-03-18T10:48:04.323Z Checking serde_plain v1.0.2
26812026-03-18T10:48:04.493Z Checking arc-swap v1.8.2
26822026-03-18T10:48:04.513Z Compiling lzma-sys v0.1.20
26832026-03-18T10:48:04.532Z Checking utf-8 v0.7.6
26842026-03-18T10:48:04.704Z Checking bytecount v0.6.9
26852026-03-18T10:48:04.799Z Checking typed-path v0.9.3
26862026-03-18T10:48:05.050Z Checking papergrid v0.11.0
26872026-03-18T10:48:05.647Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26882026-03-18T10:48:05.865Z Checking slog-scope v4.4.1
26892026-03-18T10:48:05.904Z Checking tungstenite v0.21.0
26902026-03-18T10:48:05.924Z Checking tough v0.20.0
26912026-03-18T10:48:06.037Z Checking libsw v3.5.0
26922026-03-18T10:48:06.057Z Checking progenitor v0.13.0
26932026-03-18T10:48:06.231Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26942026-03-18T10:48:06.250Z Checking oxide-tokio-rt v0.1.3
26952026-03-18T10:48:06.518Z Checking qorb v0.4.1
26962026-03-18T10:48:06.573Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26972026-03-18T10:48:06.810Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-03-18T10:48:07.134Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-18T10:48:07.263Z Compiling progenitor-macro v0.10.0
27002026-03-18T10:48:07.870Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27012026-03-18T10:48:08.217Z Checking const_format v0.2.35
27022026-03-18T10:48:08.660Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-03-18T10:48:08.738Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-03-18T10:48:08.819Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-03-18T10:48:08.852Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-03-18T10:48:09.100Z Compiling cargo_toml v0.22.3
27072026-03-18T10:48:09.302Z Checking gethostname v0.5.0
27082026-03-18T10:48:09.397Z Compiling tabled_derive v0.7.0
27092026-03-18T10:48:09.418Z Checking bcs v0.1.6
27102026-03-18T10:48:09.442Z Checking termtree v0.5.1
27112026-03-18T10:48:09.477Z Checking smawk v0.3.2
27122026-03-18T10:48:09.616Z Checking linear-map v1.2.0
27132026-03-18T10:48:09.648Z Checking unicode-linebreak v0.1.5
27142026-03-18T10:48:09.732Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27152026-03-18T10:48:09.847Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-18T10:48:09.930Z Checking textwrap v0.16.2
27172026-03-18T10:48:10.213Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182026-03-18T10:48:10.249Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27192026-03-18T10:48:10.700Z Checking tabled v0.15.0
27202026-03-18T10:48:11.327Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-18T10:48:11.358Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27222026-03-18T10:48:11.589Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27232026-03-18T10:48:11.612Z Checking steno v0.4.1
27242026-03-18T10:48:11.814Z Checking tokio-tungstenite v0.21.0
27252026-03-18T10:48:12.181Z Checking slog-stdlog v4.1.1
27262026-03-18T10:48:12.312Z Checking typeid v1.0.3
27272026-03-18T10:48:12.444Z Checking humantime v2.3.0
27282026-03-18T10:48:12.486Z Checking base64 v0.21.7
27292026-03-18T10:48:12.703Z Checking xz2 v0.1.7
27302026-03-18T10:48:12.806Z Checking ron v0.12.0
27312026-03-18T10:48:12.925Z Checking slog-envlogger v2.2.0
27322026-03-18T10:48:12.975Z Checking yasna v0.5.2
27332026-03-18T10:48:13.083Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27342026-03-18T10:48:13.147Z Checking headers-core v0.3.0
27352026-03-18T10:48:13.286Z Checking filetime v0.2.27
27362026-03-18T10:48:13.387Z Checking base16ct v1.0.0
27372026-03-18T10:48:13.465Z Checking xattr v1.6.1
27382026-03-18T10:48:13.539Z Checking rcgen v0.12.1
27392026-03-18T10:48:13.559Z Checking headers v0.4.1
27402026-03-18T10:48:13.636Z Checking tar v0.4.44
27412026-03-18T10:48:13.884Z Checking subprocess v0.2.15
27422026-03-18T10:48:14.371Z Checking progenitor v0.10.0
27432026-03-18T10:48:14.533Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27442026-03-18T10:48:22.177Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27452026-03-18T10:48:30.384Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-03-18T10:48:32.157Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27472026-03-18T10:48:33.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27482026-03-18T10:48:33.966Z
27492026-03-18T10:48:33.966Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27502026-03-18T10:48:34.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-03-18T10:48:34.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-03-18T10:48:34.998Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-18T10:48:36.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27542026-03-18T10:48:36.962Z
27552026-03-18T10:48:36.962Zinfo: running `cargo check --bins` on nexus-config (51/257)
27562026-03-18T10:48:37.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-18T10:48:37.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-18T10:48:37.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-03-18T10:48:37.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27602026-03-18T10:48:37.795Z
27612026-03-18T10:48:37.795Zinfo: running `cargo check --bins` on nexus-types (52/257)
27622026-03-18T10:48:38.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-18T10:48:38.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-18T10:48:38.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-18T10:48:38.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27662026-03-18T10:48:38.641Z
27672026-03-18T10:48:38.641Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27682026-03-18T10:48:39.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-18T10:48:39.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-18T10:48:39.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-18T10:48:39.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27722026-03-18T10:48:39.421Z
27732026-03-18T10:48:39.421Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27742026-03-18T10:48:40.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-18T10:48:40.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-18T10:48:40.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-18T10:48:40.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27782026-03-18T10:48:40.216Z
27792026-03-18T10:48:40.216Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27802026-03-18T10:48:40.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-18T10:48:40.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-18T10:48:40.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-18T10:48:40.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27842026-03-18T10:48:40.982Z
27852026-03-18T10:48:40.982Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27862026-03-18T10:48:41.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-18T10:48:41.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-18T10:48:41.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-18T10:48:41.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27902026-03-18T10:48:41.748Z
27912026-03-18T10:48:41.748Zinfo: running `cargo check --bins` on ereport-types (57/257)
27922026-03-18T10:48:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-18T10:48:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-18T10:48:42.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-18T10:48:42.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27962026-03-18T10:48:42.522Z
27972026-03-18T10:48:42.522Zinfo: running `cargo check --bins` on gateway-client (58/257)
27982026-03-18T10:48:43.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-18T10:48:43.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-18T10:48:43.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-18T10:48:43.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28022026-03-18T10:48:43.302Z
28032026-03-18T10:48:43.302Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28042026-03-18T10:48:43.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-18T10:48:43.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-18T10:48:43.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-18T10:48:43.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28082026-03-18T10:48:44.084Z
28092026-03-18T10:48:44.084Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28102026-03-18T10:48:44.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-18T10:48:44.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-18T10:48:44.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-18T10:48:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28142026-03-18T10:48:44.868Z
28152026-03-18T10:48:44.868Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28162026-03-18T10:48:45.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-18T10:48:45.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-18T10:48:45.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-18T10:48:45.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28202026-03-18T10:48:45.652Z
28212026-03-18T10:48:45.653Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28222026-03-18T10:48:46.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-18T10:48:46.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-18T10:48:46.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-18T10:48:46.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28262026-03-18T10:48:46.425Z
28272026-03-18T10:48:46.425Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28282026-03-18T10:48:47.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-18T10:48:47.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-18T10:48:47.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-18T10:48:47.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28322026-03-18T10:48:47.218Z
28332026-03-18T10:48:47.219Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28342026-03-18T10:48:47.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-18T10:48:47.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-18T10:48:47.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-18T10:48:47.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28382026-03-18T10:48:48.021Z
28392026-03-18T10:48:48.021Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28402026-03-18T10:48:48.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-18T10:48:48.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-18T10:48:48.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-18T10:48:48.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28442026-03-18T10:48:48.785Z
28452026-03-18T10:48:48.785Zinfo: running `cargo check --bins` on oxlog (66/257)
28462026-03-18T10:48:49.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-18T10:48:49.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-18T10:48:49.606Z Compiling newtype-uuid v1.3.2
28492026-03-18T10:48:49.862Z Compiling daft v0.1.5
28502026-03-18T10:48:50.121Z Compiling iddqd v0.3.17
28512026-03-18T10:48:51.387Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28522026-03-18T10:48:51.674Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28532026-03-18T10:48:52.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28542026-03-18T10:48:52.231Z
28552026-03-18T10:48:52.231Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28562026-03-18T10:48:52.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-03-18T10:48:52.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-03-18T10:48:52.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-03-18T10:48:52.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28602026-03-18T10:48:53.021Z
28612026-03-18T10:48:53.021Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28622026-03-18T10:48:53.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-18T10:48:53.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-18T10:48:53.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-18T10:48:53.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28662026-03-18T10:48:53.808Z
28672026-03-18T10:48:53.808Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28682026-03-18T10:48:54.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-18T10:48:54.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-18T10:48:54.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-18T10:48:54.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28722026-03-18T10:48:54.621Z
28732026-03-18T10:48:54.621Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28742026-03-18T10:48:55.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-18T10:48:55.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-18T10:48:55.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-18T10:48:55.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28782026-03-18T10:48:55.385Z
28792026-03-18T10:48:55.385Zinfo: running `cargo check --bins` on oxql-types (71/257)
28802026-03-18T10:48:56.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-18T10:48:56.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-18T10:48:56.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-18T10:48:56.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28842026-03-18T10:48:56.162Z
28852026-03-18T10:48:56.162Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28862026-03-18T10:48:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-18T10:48:56.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-18T10:48:56.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-18T10:48:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28902026-03-18T10:48:56.950Z
28912026-03-18T10:48:56.950Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28922026-03-18T10:48:57.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-18T10:48:57.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-18T10:48:57.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-18T10:48:57.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28962026-03-18T10:48:57.736Z
28972026-03-18T10:48:57.736Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28982026-03-18T10:48:58.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-18T10:48:58.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-18T10:48:58.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-18T10:48:58.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29022026-03-18T10:48:58.499Z
29032026-03-18T10:48:58.499Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29042026-03-18T10:48:59.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-18T10:48:59.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-18T10:48:59.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-18T10:48:59.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29082026-03-18T10:48:59.313Z
29092026-03-18T10:48:59.313Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29102026-03-18T10:49:00.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-18T10:49:00.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-18T10:49:00.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-18T10:49:00.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29142026-03-18T10:49:00.128Z
29152026-03-18T10:49:00.128Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29162026-03-18T10:49:00.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-18T10:49:00.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-18T10:49:00.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-18T10:49:00.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29202026-03-18T10:49:00.935Z
29212026-03-18T10:49:00.935Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29222026-03-18T10:49:01.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-18T10:49:01.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-18T10:49:01.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-18T10:49:01.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29262026-03-18T10:49:01.742Z
29272026-03-18T10:49:01.742Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29282026-03-18T10:49:02.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-18T10:49:02.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-18T10:49:02.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-18T10:49:02.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29322026-03-18T10:49:02.505Z
29332026-03-18T10:49:02.505Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29342026-03-18T10:49:03.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-18T10:49:03.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-18T10:49:03.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-18T10:49:03.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29382026-03-18T10:49:03.275Z
29392026-03-18T10:49:03.275Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29402026-03-18T10:49:03.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-18T10:49:03.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-18T10:49:03.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-18T10:49:03.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29442026-03-18T10:49:04.046Z
29452026-03-18T10:49:04.046Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29462026-03-18T10:49:04.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-18T10:49:04.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-18T10:49:04.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-18T10:49:04.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29502026-03-18T10:49:04.818Z
29512026-03-18T10:49:04.818Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29522026-03-18T10:49:05.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-18T10:49:05.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-18T10:49:05.706Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-03-18T10:49:06.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29562026-03-18T10:49:06.612Z
29572026-03-18T10:49:06.612Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29582026-03-18T10:49:07.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-18T10:49:07.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-18T10:49:07.517Z Compiling ar_archive_writer v0.5.1
29612026-03-18T10:49:07.648Z Compiling stacker v0.1.23
29622026-03-18T10:49:07.671Z Compiling cfg_aliases v0.1.1
29632026-03-18T10:49:07.674Z Compiling convert_case v0.10.0
29642026-03-18T10:49:07.677Z Checking fd-lock v4.0.4
29652026-03-18T10:49:07.677Z Checking nibble_vec v0.1.0
29662026-03-18T10:49:07.677Z Checking vte v0.14.1
29672026-03-18T10:49:07.677Z Compiling recursive-proc-macro-impl v0.1.1
29682026-03-18T10:49:07.803Z Compiling nix v0.28.0
29692026-03-18T10:49:07.883Z Checking endian-type v0.1.2
29702026-03-18T10:49:07.936Z Checking strip-ansi-escapes v0.2.1
29712026-03-18T10:49:07.954Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-03-18T10:49:08.024Z Compiling peg-macros v0.8.5
29732026-03-18T10:49:08.050Z Checking radix_trie v0.2.1
29742026-03-18T10:49:08.067Z Checking winnow v0.6.26
29752026-03-18T10:49:08.105Z Compiling derive_more-impl v2.1.1
29762026-03-18T10:49:08.280Z Compiling sqlparser_derive v0.5.0
29772026-03-18T10:49:08.328Z Checking unicode_categories v0.1.1
29782026-03-18T10:49:08.530Z Checking nu-ansi-term v0.50.3
29792026-03-18T10:49:08.576Z Checking home v0.5.12
29802026-03-18T10:49:08.747Z Checking display-error-chain v0.2.2
29812026-03-18T10:49:08.805Z Checking reedline v0.40.0
29822026-03-18T10:49:08.827Z Compiling psm v0.1.30
29832026-03-18T10:49:09.187Z Checking derive_more v2.1.1
29842026-03-18T10:49:09.281Z Checking crossterm v0.29.0
29852026-03-18T10:49:09.558Z Checking peg v0.8.5
29862026-03-18T10:49:09.607Z Checking rustyline v14.0.0
29872026-03-18T10:49:09.631Z Checking sqlformat v0.3.5
29882026-03-18T10:49:09.771Z Checking recursive v0.1.1
29892026-03-18T10:49:09.880Z Checking sqlparser v0.61.0
29902026-03-18T10:49:25.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
29912026-03-18T10:49:25.974Z
29922026-03-18T10:49:25.975Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29932026-03-18T10:49:26.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-03-18T10:49:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-03-18T10:49:26.890Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29962026-03-18T10:49:31.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
29972026-03-18T10:49:31.767Z
29982026-03-18T10:49:31.767Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29992026-03-18T10:49:32.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-18T10:49:32.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-18T10:49:32.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-18T10:49:35.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
30032026-03-18T10:49:36.171Z
30042026-03-18T10:49:36.171Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30052026-03-18T10:49:36.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-18T10:49:36.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-18T10:49:37.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-18T10:49:41.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
30092026-03-18T10:49:41.675Z
30102026-03-18T10:49:41.675Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30112026-03-18T10:49:42.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-18T10:49:42.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-18T10:49:42.591Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-18T10:49:47.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30152026-03-18T10:49:47.240Z
30162026-03-18T10:49:47.240Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30172026-03-18T10:49:47.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-18T10:49:47.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-18T10:49:48.150Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-18T10:49:51.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
30212026-03-18T10:49:51.856Z
30222026-03-18T10:49:51.856Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30232026-03-18T10:49:52.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-18T10:49:52.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-18T10:49:52.773Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-18T10:49:56.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
30272026-03-18T10:49:56.503Z
30282026-03-18T10:49:56.503Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30292026-03-18T10:49:57.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-18T10:49:57.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-18T10:49:57.411Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-18T10:50:02.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
30332026-03-18T10:50:02.270Z
30342026-03-18T10:50:02.270Zinfo: running `cargo check --bins` on oximeter (92/257)
30352026-03-18T10:50:02.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-18T10:50:02.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-18T10:50:02.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-03-18T10:50:02.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30392026-03-18T10:50:03.066Z
30402026-03-18T10:50:03.067Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30412026-03-18T10:50:03.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-18T10:50:03.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-18T10:50:03.927Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-18T10:50:04.118Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-03-18T10:50:04.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-03-18T10:50:04.563Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-03-18T10:50:09.437Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30482026-03-18T10:50:09.856Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30492026-03-18T10:50:11.404Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30502026-03-18T10:50:12.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
30512026-03-18T10:50:12.504Z
30522026-03-18T10:50:12.505Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30532026-03-18T10:50:13.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-03-18T10:50:13.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-03-18T10:50:13.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-03-18T10:50:13.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30572026-03-18T10:50:13.302Z
30582026-03-18T10:50:13.302Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30592026-03-18T10:50:14.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-18T10:50:14.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-18T10:50:14.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-18T10:50:14.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30632026-03-18T10:50:14.156Z
30642026-03-18T10:50:14.156Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30652026-03-18T10:50:14.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-18T10:50:14.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-18T10:50:14.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-18T10:50:14.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30692026-03-18T10:50:14.975Z
30702026-03-18T10:50:14.975Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30712026-03-18T10:50:15.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-18T10:50:15.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-18T10:50:15.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-18T10:50:15.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30752026-03-18T10:50:15.790Z
30762026-03-18T10:50:15.790Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30772026-03-18T10:50:16.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-18T10:50:16.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-18T10:50:16.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-18T10:50:16.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30812026-03-18T10:50:16.606Z
30822026-03-18T10:50:16.606Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30832026-03-18T10:50:17.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-18T10:50:17.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-18T10:50:17.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-18T10:50:17.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30872026-03-18T10:50:17.430Z
30882026-03-18T10:50:17.430Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30892026-03-18T10:50:18.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-18T10:50:18.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-18T10:50:18.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-18T10:50:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30932026-03-18T10:50:18.214Z
30942026-03-18T10:50:18.214Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30952026-03-18T10:50:18.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-18T10:50:18.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-18T10:50:18.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-18T10:50:18.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30992026-03-18T10:50:19.032Z
31002026-03-18T10:50:19.032Zinfo: running `cargo check --bins` on update-engine (102/257)
31012026-03-18T10:50:19.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-18T10:50:19.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-18T10:50:19.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-18T10:50:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31052026-03-18T10:50:19.805Z
31062026-03-18T10:50:19.805Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31072026-03-18T10:50:20.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-18T10:50:20.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-18T10:50:20.751Z Checking dropshot-api-manager-types v0.6.0
31102026-03-18T10:50:20.754Z Checking nanorand v0.7.0
31112026-03-18T10:50:21.053Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-03-18T10:50:21.094Z Checking flume v0.11.1
31132026-03-18T10:50:21.368Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31142026-03-18T10:50:22.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
31152026-03-18T10:50:22.866Z
31162026-03-18T10:50:22.866Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31172026-03-18T10:50:23.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-18T10:50:23.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-18T10:50:23.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-18T10:50:23.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31212026-03-18T10:50:23.668Z
31222026-03-18T10:50:23.669Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31232026-03-18T10:50:24.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-18T10:50:24.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-18T10:50:24.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-18T10:50:24.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31272026-03-18T10:50:24.471Z
31282026-03-18T10:50:24.472Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31292026-03-18T10:50:25.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-18T10:50:25.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-18T10:50:25.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-18T10:50:25.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31332026-03-18T10:50:25.271Z
31342026-03-18T10:50:25.271Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31352026-03-18T10:50:25.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-18T10:50:25.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-18T10:50:25.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-18T10:50:25.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31392026-03-18T10:50:26.095Z
31402026-03-18T10:50:26.095Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31412026-03-18T10:50:26.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-18T10:50:26.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-18T10:50:26.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-18T10:50:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31452026-03-18T10:50:26.891Z
31462026-03-18T10:50:26.891Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31472026-03-18T10:50:27.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-18T10:50:27.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-18T10:50:27.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-18T10:50:27.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31512026-03-18T10:50:27.685Z
31522026-03-18T10:50:27.685Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31532026-03-18T10:50:28.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-18T10:50:28.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-18T10:50:28.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-18T10:50:28.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31572026-03-18T10:50:28.489Z
31582026-03-18T10:50:28.489Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31592026-03-18T10:50:29.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-18T10:50:29.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-18T10:50:29.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-18T10:50:29.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31632026-03-18T10:50:29.270Z
31642026-03-18T10:50:29.270Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31652026-03-18T10:50:29.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-18T10:50:29.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-18T10:50:29.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-18T10:50:29.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31692026-03-18T10:50:30.072Z
31702026-03-18T10:50:30.072Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31712026-03-18T10:50:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-18T10:50:30.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-18T10:50:30.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-18T10:50:30.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31752026-03-18T10:50:30.878Z
31762026-03-18T10:50:30.878Zinfo: running `cargo check --bins` on installinator-client (114/257)
31772026-03-18T10:50:31.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-18T10:50:31.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-18T10:50:31.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-18T10:50:31.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31812026-03-18T10:50:31.684Z
31822026-03-18T10:50:31.684Zinfo: running `cargo check --bins` on nexus-client (115/257)
31832026-03-18T10:50:32.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-18T10:50:32.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-18T10:50:32.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-18T10:50:32.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31872026-03-18T10:50:32.535Z
31882026-03-18T10:50:32.535Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31892026-03-18T10:50:33.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-18T10:50:33.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-18T10:50:33.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-18T10:50:33.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31932026-03-18T10:50:33.379Z
31942026-03-18T10:50:33.379Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31952026-03-18T10:50:34.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-18T10:50:34.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-18T10:50:34.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-18T10:50:34.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31992026-03-18T10:50:34.163Z
32002026-03-18T10:50:34.163Zinfo: running `cargo check --bins` on oxide-client (118/257)
32012026-03-18T10:50:34.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-18T10:50:34.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-18T10:50:34.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-18T10:50:34.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32052026-03-18T10:50:34.950Z
32062026-03-18T10:50:34.950Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32072026-03-18T10:50:35.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-18T10:50:35.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-18T10:50:35.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-18T10:50:35.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32112026-03-18T10:50:35.742Z
32122026-03-18T10:50:35.743Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32132026-03-18T10:50:36.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-18T10:50:36.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-18T10:50:36.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-18T10:50:36.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32172026-03-18T10:50:36.517Z
32182026-03-18T10:50:36.517Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32192026-03-18T10:50:37.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-18T10:50:37.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-18T10:50:37.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-18T10:50:37.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32232026-03-18T10:50:37.332Z
32242026-03-18T10:50:37.332Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32252026-03-18T10:50:38.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-18T10:50:38.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-18T10:50:38.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-18T10:50:38.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32292026-03-18T10:50:38.152Z
32302026-03-18T10:50:38.152Zinfo: running `cargo check --bins` on installinator-common (123/257)
32312026-03-18T10:50:38.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-18T10:50:38.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-18T10:50:38.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-18T10:50:38.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32352026-03-18T10:50:38.962Z
32362026-03-18T10:50:38.962Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32372026-03-18T10:50:39.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-18T10:50:39.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-18T10:50:39.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-18T10:50:39.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32412026-03-18T10:50:39.744Z
32422026-03-18T10:50:39.744Zinfo: running `cargo check --bins` on wicket-common (125/257)
32432026-03-18T10:50:40.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-18T10:50:40.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-18T10:50:40.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-18T10:50:40.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32472026-03-18T10:50:40.572Z
32482026-03-18T10:50:40.572Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32492026-03-18T10:50:41.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-18T10:50:41.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-18T10:50:41.482Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-03-18T10:50:41.484Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-03-18T10:50:41.484Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32542026-03-18T10:50:41.639Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32552026-03-18T10:50:41.642Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32562026-03-18T10:50:41.789Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32572026-03-18T10:50:41.836Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32582026-03-18T10:50:42.118Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-03-18T10:50:42.121Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32602026-03-18T10:50:44.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32612026-03-18T10:50:45.192Z
32622026-03-18T10:50:45.192Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32632026-03-18T10:50:45.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-18T10:50:45.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-18T10:50:45.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-03-18T10:50:45.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32672026-03-18T10:50:45.973Z
32682026-03-18T10:50:45.973Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32692026-03-18T10:50:46.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-18T10:50:46.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-18T10:50:46.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-18T10:50:46.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32732026-03-18T10:50:46.886Z
32742026-03-18T10:50:46.886Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32752026-03-18T10:50:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-18T10:50:47.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-18T10:50:47.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-18T10:50:47.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32792026-03-18T10:50:47.798Z
32802026-03-18T10:50:47.798Zinfo: running `cargo check --bins` on dns-server (130/257)
32812026-03-18T10:50:48.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-18T10:50:48.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-18T10:50:48.699Z Compiling parking_lot_core v0.8.6
32842026-03-18T10:50:48.702Z Compiling git-stub v1.0.0
32852026-03-18T10:50:48.702Z Compiling atomicwrites v0.4.4
32862026-03-18T10:50:48.702Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32872026-03-18T10:50:48.863Z Checking tagptr v0.2.0
32882026-03-18T10:50:48.877Z Checking prefix-trie v0.7.0
32892026-03-18T10:50:48.880Z Checking fxhash v0.2.1
32902026-03-18T10:50:48.909Z Checking hickory-client v0.25.2
32912026-03-18T10:50:49.035Z Compiling git-stub-vcs v0.1.0
32922026-03-18T10:50:49.038Z Checking moka v0.12.13
32932026-03-18T10:50:49.307Z Checking hickory-server v0.25.2
32942026-03-18T10:50:49.377Z Checking parking_lot v0.11.2
32952026-03-18T10:50:49.428Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32962026-03-18T10:50:49.497Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-03-18T10:50:49.500Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-18T10:50:49.500Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-18T10:50:49.607Z Checking sled v0.34.7
33002026-03-18T10:50:49.862Z Checking hickory-resolver v0.25.2
33012026-03-18T10:50:52.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
33022026-03-18T10:50:52.607Z
33032026-03-18T10:50:52.607Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33042026-03-18T10:50:53.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-03-18T10:50:53.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-03-18T10:50:53.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-03-18T10:50:53.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33082026-03-18T10:50:53.404Z
33092026-03-18T10:50:53.404Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33102026-03-18T10:50:54.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-18T10:50:54.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-18T10:50:54.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-18T10:50:54.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33142026-03-18T10:50:54.277Z
33152026-03-18T10:50:54.277Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33162026-03-18T10:50:55.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-18T10:50:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-18T10:50:55.275Z Compiling radium v0.7.0
33192026-03-18T10:50:55.415Z Compiling maybe-uninit v2.0.0
33202026-03-18T10:50:55.418Z Checking tap v1.0.1
33212026-03-18T10:50:55.446Z Compiling zerocopy-derive v0.6.6
33222026-03-18T10:50:55.471Z Compiling packed_struct v0.10.1
33232026-03-18T10:50:55.473Z Checking crc-catalog v2.4.0
33242026-03-18T10:50:55.473Z Checking funty v2.0.0
33252026-03-18T10:50:55.476Z Compiling packed_struct_codegen v0.10.1
33262026-03-18T10:50:55.559Z Checking wyz v0.5.1
33272026-03-18T10:50:55.662Z Checking crc v3.4.0
33282026-03-18T10:50:55.829Z Compiling bitfield-macros v0.19.4
33292026-03-18T10:50:55.890Z Compiling indexmap v1.9.3
33302026-03-18T10:50:55.907Z Checking nodrop v0.1.14
33312026-03-18T10:50:55.925Z Checking smallvec v0.6.14
33322026-03-18T10:50:55.974Z Checking hashbrown v0.12.3
33332026-03-18T10:50:55.994Z Checking bitvec v1.0.1
33342026-03-18T10:50:56.016Z Checking array-init v0.0.4
33352026-03-18T10:50:56.156Z Checking ron v0.8.1
33362026-03-18T10:50:56.176Z Checking hashbrown v0.13.2
33372026-03-18T10:50:56.495Z Checking serde-hex v0.1.0
33382026-03-18T10:50:56.614Z Checking zerocopy v0.6.6
33392026-03-18T10:50:56.747Z Checking crc-any v2.5.0
33402026-03-18T10:50:56.768Z Checking bitfield v0.19.4
33412026-03-18T10:50:56.877Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-03-18T10:50:56.937Z Checking path-slash v0.1.5
33432026-03-18T10:50:56.986Z Checking void v1.0.2
33442026-03-18T10:50:57.004Z Checking object v0.30.4
33452026-03-18T10:50:57.028Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-03-18T10:50:57.062Z Checking half v1.8.3
33472026-03-18T10:50:57.124Z Checking lzss v0.8.2
33482026-03-18T10:50:57.143Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-03-18T10:50:57.224Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-18T10:50:57.322Z Checking serde_cbor v0.11.2
33512026-03-18T10:50:57.322Z Checking tungstenite v0.23.0
33522026-03-18T10:50:57.359Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-03-18T10:50:57.361Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33542026-03-18T10:50:57.426Z Checking nix v0.27.1
33552026-03-18T10:50:57.845Z Checking kstat-rs v0.2.4
33562026-03-18T10:50:57.884Z Checking serde_bytes v0.11.19
33572026-03-18T10:50:57.904Z Checking tokio-tungstenite v0.23.1
33582026-03-18T10:50:58.113Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33592026-03-18T10:50:58.132Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-03-18T10:50:58.135Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-03-18T10:50:58.254Z Checking signal-hook-tokio v0.3.1
33622026-03-18T10:50:59.344Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-18T10:50:59.547Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33642026-03-18T10:51:02.923Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-18T10:51:04.121Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-03-18T10:51:04.496Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33672026-03-18T10:51:05.974Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33682026-03-18T10:51:08.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
33692026-03-18T10:51:08.982Z
33702026-03-18T10:51:08.982Zinfo: running `cargo check --bins` on gateway-api (134/257)
33712026-03-18T10:51:09.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-03-18T10:51:09.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-03-18T10:51:09.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-03-18T10:51:09.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33752026-03-18T10:51:09.774Z
33762026-03-18T10:51:09.774Zinfo: running `cargo check --bins` on ipcc (135/257)
33772026-03-18T10:51:10.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-18T10:51:10.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-18T10:51:10.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-18T10:51:10.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33812026-03-18T10:51:10.555Z
33822026-03-18T10:51:10.555Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33832026-03-18T10:51:11.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-18T10:51:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-18T10:51:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-18T10:51:11.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33872026-03-18T10:51:11.321Z
33882026-03-18T10:51:11.322Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33892026-03-18T10:51:12.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-18T10:51:12.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-18T10:51:12.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-18T10:51:12.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33932026-03-18T10:51:12.117Z
33942026-03-18T10:51:12.117Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33952026-03-18T10:51:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-18T10:51:12.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-18T10:51:12.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-18T10:51:12.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33992026-03-18T10:51:12.910Z
34002026-03-18T10:51:12.910Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34012026-03-18T10:51:13.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-18T10:51:13.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-18T10:51:13.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-18T10:51:13.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34052026-03-18T10:51:13.699Z
34062026-03-18T10:51:13.699Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34072026-03-18T10:51:14.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-18T10:51:14.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-18T10:51:14.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-18T10:51:14.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34112026-03-18T10:51:14.488Z
34122026-03-18T10:51:14.488Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34132026-03-18T10:51:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-18T10:51:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-18T10:51:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-18T10:51:15.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34172026-03-18T10:51:15.275Z
34182026-03-18T10:51:15.275Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34192026-03-18T10:51:15.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-18T10:51:15.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-18T10:51:15.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-18T10:51:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34232026-03-18T10:51:16.065Z
34242026-03-18T10:51:16.065Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34252026-03-18T10:51:16.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-18T10:51:16.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-18T10:51:16.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-18T10:51:16.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34292026-03-18T10:51:16.852Z
34302026-03-18T10:51:16.852Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34312026-03-18T10:51:17.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-18T10:51:17.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-18T10:51:17.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-18T10:51:17.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34352026-03-18T10:51:17.634Z
34362026-03-18T10:51:17.634Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34372026-03-18T10:51:18.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-18T10:51:18.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-18T10:51:18.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-18T10:51:18.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34412026-03-18T10:51:18.426Z
34422026-03-18T10:51:18.426Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34432026-03-18T10:51:19.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-18T10:51:19.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-18T10:51:19.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-18T10:51:19.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34472026-03-18T10:51:19.210Z
34482026-03-18T10:51:19.210Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34492026-03-18T10:51:19.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-18T10:51:19.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-18T10:51:19.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-18T10:51:19.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34532026-03-18T10:51:20.044Z
34542026-03-18T10:51:20.044Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34552026-03-18T10:51:20.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-18T10:51:20.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-18T10:51:20.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-18T10:51:20.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34592026-03-18T10:51:20.840Z
34602026-03-18T10:51:20.840Zinfo: running `cargo check --bins` on sp-sim (149/257)
34612026-03-18T10:51:21.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-18T10:51:21.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-18T10:51:21.810Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-18T10:51:24.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34652026-03-18T10:51:24.361Z
34662026-03-18T10:51:24.361Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34672026-03-18T10:51:25.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-18T10:51:25.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-18T10:51:25.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-18T10:51:25.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34712026-03-18T10:51:25.226Z
34722026-03-18T10:51:25.226Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34732026-03-18T10:51:25.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-18T10:51:25.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-18T10:51:25.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-18T10:51:25.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34772026-03-18T10:51:26.095Z
34782026-03-18T10:51:26.095Zinfo: running `cargo check --bins` on db-macros (152/257)
34792026-03-18T10:51:26.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-18T10:51:26.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-18T10:51:26.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-18T10:51:26.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34832026-03-18T10:51:26.861Z
34842026-03-18T10:51:26.861Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34852026-03-18T10:51:27.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-18T10:51:27.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-18T10:51:27.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-18T10:51:27.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34892026-03-18T10:51:27.630Z
34902026-03-18T10:51:27.630Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34912026-03-18T10:51:28.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-18T10:51:28.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-18T10:51:28.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-18T10:51:28.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34952026-03-18T10:51:28.483Z
34962026-03-18T10:51:28.483Zinfo: running `cargo check --bins` on authz-macros (155/257)
34972026-03-18T10:51:29.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-18T10:51:29.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-18T10:51:29.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-18T10:51:29.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35012026-03-18T10:51:29.262Z
35022026-03-18T10:51:29.262Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35032026-03-18T10:51:29.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-18T10:51:29.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-18T10:51:29.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-18T10:51:30.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35072026-03-18T10:51:30.115Z
35082026-03-18T10:51:30.115Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35092026-03-18T10:51:30.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-18T10:51:30.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-18T10:51:30.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-18T10:51:30.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35132026-03-18T10:51:30.965Z
35142026-03-18T10:51:30.965Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35152026-03-18T10:51:31.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-18T10:51:31.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-18T10:51:31.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-18T10:51:31.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35192026-03-18T10:51:31.740Z
35202026-03-18T10:51:31.740Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35212026-03-18T10:51:32.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-18T10:51:32.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-18T10:51:32.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-18T10:51:32.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35252026-03-18T10:51:32.502Z
35262026-03-18T10:51:32.502Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35272026-03-18T10:51:33.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-18T10:51:33.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-18T10:51:33.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-18T10:51:33.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35312026-03-18T10:51:33.294Z
35322026-03-18T10:51:33.294Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35332026-03-18T10:51:33.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-18T10:51:33.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-18T10:51:33.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-18T10:51:33.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35372026-03-18T10:51:34.063Z
35382026-03-18T10:51:34.063Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35392026-03-18T10:51:34.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-18T10:51:34.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-18T10:51:34.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-18T10:51:34.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35432026-03-18T10:51:34.831Z
35442026-03-18T10:51:34.831Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35452026-03-18T10:51:35.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-18T10:51:35.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-18T10:51:35.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-18T10:51:35.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35492026-03-18T10:51:35.691Z
35502026-03-18T10:51:35.691Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35512026-03-18T10:51:36.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-18T10:51:36.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-18T10:51:36.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-18T10:51:36.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35552026-03-18T10:51:36.549Z
35562026-03-18T10:51:36.549Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35572026-03-18T10:51:37.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-18T10:51:37.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-18T10:51:37.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-18T10:51:37.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35612026-03-18T10:51:37.392Z
35622026-03-18T10:51:37.392Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35632026-03-18T10:51:38.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-18T10:51:38.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-18T10:51:38.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-18T10:51:38.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35672026-03-18T10:51:38.210Z
35682026-03-18T10:51:38.210Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35692026-03-18T10:51:38.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-18T10:51:38.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-18T10:51:38.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-18T10:51:38.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35732026-03-18T10:51:39.011Z
35742026-03-18T10:51:39.012Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35752026-03-18T10:51:39.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-18T10:51:39.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-18T10:51:39.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-18T10:51:39.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35792026-03-18T10:51:39.812Z
35802026-03-18T10:51:39.812Zinfo: running `cargo check --bins` on key-manager (169/257)
35812026-03-18T10:51:40.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-18T10:51:40.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-18T10:51:40.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-18T10:51:40.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35852026-03-18T10:51:40.597Z
35862026-03-18T10:51:40.597Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35872026-03-18T10:51:41.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-18T10:51:41.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-18T10:51:41.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-18T10:51:41.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35912026-03-18T10:51:41.393Z
35922026-03-18T10:51:41.393Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35932026-03-18T10:51:42.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-18T10:51:42.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-18T10:51:42.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-18T10:51:42.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35972026-03-18T10:51:42.195Z
35982026-03-18T10:51:42.195Zinfo: running `cargo check --bins` on typed-rng (172/257)
35992026-03-18T10:51:42.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-18T10:51:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-18T10:51:42.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-18T10:51:42.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36032026-03-18T10:51:42.963Z
36042026-03-18T10:51:42.963Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36052026-03-18T10:51:43.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-18T10:51:43.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-18T10:51:44.119Z Compiling libefi-sys v0.1.0
36082026-03-18T10:51:44.121Z Compiling bitfield-struct v0.6.2
36092026-03-18T10:51:44.294Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-03-18T10:51:44.311Z Compiling xshell-macros v0.2.7
36112026-03-18T10:51:44.329Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36122026-03-18T10:51:44.351Z Compiling salty v0.3.0
36132026-03-18T10:51:44.372Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36142026-03-18T10:51:44.393Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-03-18T10:51:44.393Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36162026-03-18T10:51:44.739Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36172026-03-18T10:51:44.759Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36182026-03-18T10:51:44.786Z Checking xshell v0.2.7
36192026-03-18T10:51:44.928Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-03-18T10:51:44.969Z Checking primeorder v0.13.6
36212026-03-18T10:51:45.016Z Compiling proc-macro-error-attr2 v2.0.0
36222026-03-18T10:51:45.037Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36232026-03-18T10:51:45.082Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36242026-03-18T10:51:45.102Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-03-18T10:51:45.270Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36262026-03-18T10:51:45.309Z Checking p384 v0.13.1
36272026-03-18T10:51:45.329Z Compiling num-derive v0.3.3
36282026-03-18T10:51:45.432Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-03-18T10:51:45.516Z Compiling proc-macro-error2 v2.0.1
36302026-03-18T10:51:45.710Z Compiling unicase v2.9.0
36312026-03-18T10:51:45.742Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36322026-03-18T10:51:45.870Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36332026-03-18T10:51:45.927Z Compiling tabled_derive v0.11.0
36342026-03-18T10:51:45.976Z Compiling mime_guess v2.0.5
36352026-03-18T10:51:46.039Z Checking papergrid v0.17.0
36362026-03-18T10:51:46.370Z Compiling progenitor-impl v0.11.2
36372026-03-18T10:51:46.512Z Checking libscf-sys v1.1.0
36382026-03-18T10:51:46.680Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-03-18T10:51:46.699Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36402026-03-18T10:51:46.811Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-03-18T10:51:46.932Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-03-18T10:51:47.376Z Checking testing_table v0.3.0
36432026-03-18T10:51:47.500Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-03-18T10:51:47.523Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-03-18T10:51:47.597Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-03-18T10:51:47.669Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36472026-03-18T10:51:47.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-18T10:51:47.766Z Checking corncobs v0.1.4
36492026-03-18T10:51:47.804Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36502026-03-18T10:51:47.938Z Checking tabled v0.20.0
36512026-03-18T10:51:47.957Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-18T10:51:48.039Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-03-18T10:51:48.241Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-03-18T10:51:48.349Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-03-18T10:51:48.545Z Checking progenitor-client v0.11.2
36562026-03-18T10:51:48.787Z Checking secrecy v0.8.0
36572026-03-18T10:51:48.948Z Checking http-range v0.1.5
36582026-03-18T10:51:49.109Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592026-03-18T10:51:49.171Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-18T10:51:49.301Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36612026-03-18T10:51:49.528Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36622026-03-18T10:51:49.601Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36632026-03-18T10:51:49.805Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36642026-03-18T10:51:49.826Z Checking atty v0.2.14
36652026-03-18T10:51:49.874Z Checking crc8 v0.1.1
36662026-03-18T10:51:49.969Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-18T10:51:49.977Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36682026-03-18T10:51:49.996Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36692026-03-18T10:51:50.178Z Compiling progenitor-macro v0.11.2
36702026-03-18T10:51:50.200Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36712026-03-18T10:51:50.431Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36722026-03-18T10:51:50.633Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36732026-03-18T10:51:50.812Z Checking hyper-staticfile v0.10.1
36742026-03-18T10:51:50.870Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36752026-03-18T10:51:50.977Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36762026-03-18T10:51:51.133Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36772026-03-18T10:51:51.182Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36782026-03-18T10:51:51.256Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36792026-03-18T10:51:51.452Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36802026-03-18T10:51:51.888Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36812026-03-18T10:51:51.984Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36822026-03-18T10:51:52.225Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36832026-03-18T10:51:52.354Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36842026-03-18T10:51:52.414Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36852026-03-18T10:51:52.894Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36862026-03-18T10:51:53.001Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-03-18T10:51:53.362Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36882026-03-18T10:51:53.556Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36892026-03-18T10:51:54.100Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36902026-03-18T10:51:55.273Z Checking progenitor v0.11.2
36912026-03-18T10:51:55.440Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-03-18T10:52:02.223Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-03-18T10:52:18.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.35s
36942026-03-18T10:52:18.584Z
36952026-03-18T10:52:18.584Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36962026-03-18T10:52:19.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-03-18T10:52:19.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-03-18T10:52:19.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-03-18T10:52:35.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s
37002026-03-18T10:52:36.093Z
37012026-03-18T10:52:36.093Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37022026-03-18T10:52:36.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-18T10:52:36.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-18T10:52:37.188Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-03-18T10:52:53.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s
37062026-03-18T10:52:53.605Z
37072026-03-18T10:52:53.605Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37082026-03-18T10:52:54.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-18T10:52:54.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-18T10:52:54.695Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-03-18T10:53:10.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37122026-03-18T10:53:11.078Z
37132026-03-18T10:53:11.078Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37142026-03-18T10:53:11.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-18T10:53:11.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-18T10:53:12.145Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-03-18T10:53:28.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.32s
37182026-03-18T10:53:28.656Z
37192026-03-18T10:53:28.656Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37202026-03-18T10:53:29.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-18T10:53:29.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-18T10:53:29.747Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-03-18T10:53:45.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37242026-03-18T10:53:46.091Z
37252026-03-18T10:53:46.091Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37262026-03-18T10:53:46.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-18T10:53:46.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-18T10:53:47.179Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-03-18T10:54:03.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.26s
37302026-03-18T10:54:03.604Z
37312026-03-18T10:54:03.605Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37322026-03-18T10:54:04.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-18T10:54:04.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-18T10:54:04.688Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-03-18T10:54:20.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s
37362026-03-18T10:54:21.056Z
37372026-03-18T10:54:21.056Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37382026-03-18T10:54:21.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-18T10:54:21.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-18T10:54:21.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-03-18T10:54:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37422026-03-18T10:54:21.878Z
37432026-03-18T10:54:21.878Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37442026-03-18T10:54:22.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-18T10:54:22.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-18T10:54:22.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-18T10:54:22.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37482026-03-18T10:54:22.692Z
37492026-03-18T10:54:22.692Zinfo: running `cargo check --bins` on range-requests (183/257)
37502026-03-18T10:54:23.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-18T10:54:23.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-18T10:54:23.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-18T10:54:23.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37542026-03-18T10:54:23.492Z
37552026-03-18T10:54:23.492Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37562026-03-18T10:54:24.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-18T10:54:24.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-18T10:54:24.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-18T10:54:24.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37602026-03-18T10:54:24.292Z
37612026-03-18T10:54:24.292Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37622026-03-18T10:54:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-18T10:54:25.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-18T10:54:25.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-18T10:54:25.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37662026-03-18T10:54:25.118Z
37672026-03-18T10:54:25.118Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37682026-03-18T10:54:25.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-18T10:54:25.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-18T10:54:25.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-18T10:54:25.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37722026-03-18T10:54:25.926Z
37732026-03-18T10:54:25.926Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37742026-03-18T10:54:26.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-18T10:54:26.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-18T10:54:26.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-18T10:54:26.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37782026-03-18T10:54:26.738Z
37792026-03-18T10:54:26.738Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37802026-03-18T10:54:27.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-18T10:54:27.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-18T10:54:27.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-18T10:54:27.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37842026-03-18T10:54:27.558Z
37852026-03-18T10:54:27.558Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37862026-03-18T10:54:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-18T10:54:28.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-18T10:54:28.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-18T10:54:28.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37902026-03-18T10:54:28.371Z
37912026-03-18T10:54:28.372Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37922026-03-18T10:54:29.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-18T10:54:29.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-18T10:54:29.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-18T10:54:29.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37962026-03-18T10:54:29.180Z
37972026-03-18T10:54:29.180Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37982026-03-18T10:54:29.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-18T10:54:29.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-18T10:54:29.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-18T10:54:29.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38022026-03-18T10:54:29.996Z
38032026-03-18T10:54:29.997Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38042026-03-18T10:54:30.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-18T10:54:30.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-18T10:54:30.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-18T10:54:30.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38082026-03-18T10:54:30.810Z
38092026-03-18T10:54:30.810Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38102026-03-18T10:54:31.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-18T10:54:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-18T10:54:31.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-18T10:54:31.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38142026-03-18T10:54:31.630Z
38152026-03-18T10:54:31.630Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38162026-03-18T10:54:32.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-18T10:54:32.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-18T10:54:32.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-18T10:54:32.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38202026-03-18T10:54:32.456Z
38212026-03-18T10:54:32.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38222026-03-18T10:54:33.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-18T10:54:33.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-18T10:54:33.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-18T10:54:33.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38262026-03-18T10:54:33.300Z
38272026-03-18T10:54:33.300Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38282026-03-18T10:54:34.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-18T10:54:34.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-18T10:54:34.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-18T10:54:34.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38322026-03-18T10:54:34.170Z
38332026-03-18T10:54:34.170Zinfo: running `cargo check --bins` on update-common (197/257)
38342026-03-18T10:54:34.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-18T10:54:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-18T10:54:34.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-18T10:54:34.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38382026-03-18T10:54:34.971Z
38392026-03-18T10:54:34.971Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38402026-03-18T10:54:35.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-18T10:54:35.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-18T10:54:35.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-18T10:54:35.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38442026-03-18T10:54:35.839Z
38452026-03-18T10:54:35.839Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38462026-03-18T10:54:36.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-18T10:54:36.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-18T10:54:36.890Z Compiling fs-err v2.11.0
38492026-03-18T10:54:37.033Z Checking ignore v0.4.25
38502026-03-18T10:54:37.050Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38512026-03-18T10:54:37.053Z Checking predicates-tree v1.0.13
38522026-03-18T10:54:37.079Z Checking parse-size v1.1.0
38532026-03-18T10:54:37.098Z Checking rand_seeder v0.4.0
38542026-03-18T10:54:37.101Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38552026-03-18T10:54:37.133Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-18T10:54:37.191Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38572026-03-18T10:54:37.222Z Compiling petname v2.0.2
38582026-03-18T10:54:37.277Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38592026-03-18T10:54:37.468Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38602026-03-18T10:54:37.488Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38612026-03-18T10:54:37.565Z Checking globwalk v0.9.1
38622026-03-18T10:54:37.593Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38632026-03-18T10:54:37.697Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38642026-03-18T10:54:37.797Z Checking camino-tempfile-ext v0.3.3
38652026-03-18T10:54:37.818Z Checking sapling-renderdag v0.1.0
38662026-03-18T10:54:37.926Z Checking sync-ptr v0.1.4
38672026-03-18T10:54:38.053Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38682026-03-18T10:54:38.076Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38692026-03-18T10:54:38.162Z Checking colored v2.2.0
38702026-03-18T10:54:38.195Z Checking assert_matches v1.5.0
38712026-03-18T10:54:38.533Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38722026-03-18T10:54:38.666Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-18T10:54:38.669Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38742026-03-18T10:54:39.426Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38752026-03-18T10:54:41.232Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38762026-03-18T10:54:44.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.39s
38772026-03-18T10:54:44.476Z
38782026-03-18T10:54:44.476Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38792026-03-18T10:54:45.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-18T10:54:45.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-18T10:54:45.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-18T10:54:45.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38832026-03-18T10:54:45.253Z
38842026-03-18T10:54:45.253Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38852026-03-18T10:54:46.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-18T10:54:46.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-18T10:54:46.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-18T10:54:46.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38892026-03-18T10:54:46.130Z
38902026-03-18T10:54:46.130Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38912026-03-18T10:54:46.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-18T10:54:46.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-18T10:54:47.096Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38942026-03-18T10:54:47.099Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38952026-03-18T10:54:47.959Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38962026-03-18T10:54:49.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
38972026-03-18T10:54:50.223Z
38982026-03-18T10:54:50.224Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38992026-03-18T10:54:50.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-03-18T10:54:50.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-03-18T10:54:50.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-03-18T10:54:50.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39032026-03-18T10:54:51.006Z
39042026-03-18T10:54:51.006Zinfo: running `cargo check --bins` on cert-dev (204/257)
39052026-03-18T10:54:51.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-18T10:54:51.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-18T10:54:51.828Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39082026-03-18T10:54:52.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39092026-03-18T10:54:52.373Z
39102026-03-18T10:54:52.373Zinfo: running `cargo check --bins` on clickana (205/257)
39112026-03-18T10:54:53.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-03-18T10:54:53.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-03-18T10:54:53.247Z Compiling darling_core v0.23.0
39142026-03-18T10:54:53.374Z Compiling instability v0.3.11
39152026-03-18T10:54:53.388Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39162026-03-18T10:54:53.391Z Checking castaway v0.2.4
39172026-03-18T10:54:53.399Z Compiling indoc v2.0.7
39182026-03-18T10:54:53.414Z Checking unicode-truncate v1.1.0
39192026-03-18T10:54:53.444Z Checking lru v0.12.5
39202026-03-18T10:54:53.447Z Checking cassowary v0.3.0
39212026-03-18T10:54:53.528Z Checking compact_str v0.8.1
39222026-03-18T10:54:54.682Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39232026-03-18T10:54:54.901Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39242026-03-18T10:54:55.400Z Compiling darling_macro v0.23.0
39252026-03-18T10:54:55.926Z Compiling darling v0.23.0
39262026-03-18T10:54:56.703Z Checking ratatui v0.29.0
39272026-03-18T10:54:58.247Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39282026-03-18T10:54:59.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
39292026-03-18T10:54:59.307Z
39302026-03-18T10:54:59.308Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39312026-03-18T10:55:00.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-03-18T10:55:00.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-03-18T10:55:00.286Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39342026-03-18T10:55:00.289Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39352026-03-18T10:55:01.040Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39362026-03-18T10:55:01.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
39372026-03-18T10:55:01.792Z
39382026-03-18T10:55:01.792Zinfo: running `cargo check --bins` on ch-dev (207/257)
39392026-03-18T10:55:02.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-18T10:55:02.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-18T10:55:02.764Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39422026-03-18T10:55:03.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39432026-03-18T10:55:03.939Z
39442026-03-18T10:55:03.939Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39452026-03-18T10:55:04.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-18T10:55:04.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-18T10:55:04.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-03-18T10:55:04.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39492026-03-18T10:55:04.550Z
39502026-03-18T10:55:04.550Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39512026-03-18T10:55:05.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-03-18T10:55:05.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-03-18T10:55:05.521Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39542026-03-18T10:55:06.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39552026-03-18T10:55:06.298Z
39562026-03-18T10:55:06.298Zinfo: running `cargo check --bins` on db-dev (210/257)
39572026-03-18T10:55:07.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-03-18T10:55:07.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-03-18T10:55:07.279Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39602026-03-18T10:55:08.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39612026-03-18T10:55:08.477Z
39622026-03-18T10:55:08.477Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39632026-03-18T10:55:09.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-03-18T10:55:09.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-03-18T10:55:09.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-03-18T10:55:09.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39672026-03-18T10:55:09.329Z
39682026-03-18T10:55:09.329Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39692026-03-18T10:55:10.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-18T10:55:10.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-18T10:55:10.159Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39722026-03-18T10:55:11.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
39732026-03-18T10:55:11.245Z
39742026-03-18T10:55:11.245Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39752026-03-18T10:55:11.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-18T10:55:11.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-18T10:55:12.278Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-18T10:55:12.278Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-18T10:55:12.282Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39802026-03-18T10:55:12.282Z Checking git-stub v1.0.0
39812026-03-18T10:55:12.418Z Compiling trait-variant v0.1.2
39822026-03-18T10:55:12.432Z Checking is_ci v1.2.0
39832026-03-18T10:55:12.441Z Checking maplit v1.0.2
39842026-03-18T10:55:12.471Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39852026-03-18T10:55:12.571Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39862026-03-18T10:55:12.604Z Checking supports-color v3.0.2
39872026-03-18T10:55:12.604Z Checking git-stub-vcs v0.1.0
39882026-03-18T10:55:12.701Z Checking drift v0.1.3
39892026-03-18T10:55:12.775Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39902026-03-18T10:55:12.797Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39912026-03-18T10:55:12.858Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39922026-03-18T10:55:13.041Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39932026-03-18T10:55:13.081Z Checking dropshot-api-manager v0.6.0
39942026-03-18T10:55:13.123Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39952026-03-18T10:55:13.145Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39962026-03-18T10:55:13.410Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39972026-03-18T10:55:13.503Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39982026-03-18T10:55:13.676Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39992026-03-18T10:55:14.112Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40002026-03-18T10:55:21.048Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40012026-03-18T10:55:22.437Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40022026-03-18T10:55:23.212Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40032026-03-18T10:55:23.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
40042026-03-18T10:55:23.971Z
40052026-03-18T10:55:23.971Zinfo: running `cargo check --bins` on installinator-api (214/257)
40062026-03-18T10:55:24.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-18T10:55:24.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-18T10:55:24.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-03-18T10:55:24.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40102026-03-18T10:55:24.771Z
40112026-03-18T10:55:24.771Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40122026-03-18T10:55:25.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-18T10:55:25.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-18T10:55:25.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-18T10:55:25.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40162026-03-18T10:55:25.619Z
40172026-03-18T10:55:25.619Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40182026-03-18T10:55:26.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-18T10:55:26.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-18T10:55:26.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-18T10:55:26.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40222026-03-18T10:55:26.462Z
40232026-03-18T10:55:26.462Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40242026-03-18T10:55:27.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-18T10:55:27.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-18T10:55:27.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-18T10:55:27.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40282026-03-18T10:55:27.312Z
40292026-03-18T10:55:27.312Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40302026-03-18T10:55:28.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-18T10:55:28.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-18T10:55:28.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-03-18T10:55:28.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40342026-03-18T10:55:28.110Z
40352026-03-18T10:55:28.110Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40362026-03-18T10:55:28.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-18T10:55:28.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-18T10:55:28.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-03-18T10:55:28.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40402026-03-18T10:55:28.888Z
40412026-03-18T10:55:28.888Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40422026-03-18T10:55:29.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-03-18T10:55:29.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-03-18T10:55:29.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-03-18T10:55:29.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40462026-03-18T10:55:29.712Z
40472026-03-18T10:55:29.712Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40482026-03-18T10:55:30.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-03-18T10:55:30.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-03-18T10:55:30.536Z Checking erased-serde v0.4.9
40512026-03-18T10:55:30.661Z Checking ordered-float v2.10.1
40522026-03-18T10:55:30.684Z Checking unicode-xid v0.2.6
40532026-03-18T10:55:30.710Z Checking cargo-platform v0.2.0
40542026-03-18T10:55:30.952Z Checking serde-value v0.7.0
40552026-03-18T10:55:31.116Z Checking serde-untagged v0.1.9
40562026-03-18T10:55:31.326Z Checking cargo-util-schemas v0.8.2
40572026-03-18T10:55:32.323Z Checking cargo_metadata v0.21.0
40582026-03-18T10:55:33.214Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40592026-03-18T10:55:34.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
40602026-03-18T10:55:34.345Z
40612026-03-18T10:55:34.345Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40622026-03-18T10:55:35.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-03-18T10:55:35.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-03-18T10:55:35.365Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40652026-03-18T10:55:36.139Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40662026-03-18T10:55:36.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
40672026-03-18T10:55:37.003Z
40682026-03-18T10:55:37.003Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40692026-03-18T10:55:37.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-18T10:55:37.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-18T10:55:38.192Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40722026-03-18T10:55:38.196Z Compiling vergen-gitcl v1.0.8
40732026-03-18T10:55:38.196Z Compiling dirs-sys-next v0.1.2
40742026-03-18T10:55:38.196Z Compiling diesel_derives v2.3.7
40752026-03-18T10:55:38.196Z Compiling crunchy v0.2.4
40762026-03-18T10:55:38.196Z Compiling glob v0.3.3
40772026-03-18T10:55:38.349Z Compiling dsl_auto_type v0.2.0
40782026-03-18T10:55:38.366Z Checking scheduled-thread-pool v0.2.7
40792026-03-18T10:55:38.597Z Compiling dirs-next v2.0.0
40802026-03-18T10:55:38.617Z Compiling diesel_table_macro_syntax v0.3.0
40812026-03-18T10:55:38.637Z Compiling tiny-keccak v2.0.2
40822026-03-18T10:55:38.708Z Compiling term v0.7.0
40832026-03-18T10:55:38.898Z Checking r2d2 v0.8.10
40842026-03-18T10:55:38.917Z Compiling clang-sys v1.8.1
40852026-03-18T10:55:38.921Z Checking downcast-rs v2.0.2
40862026-03-18T10:55:38.955Z Compiling bit-vec v0.6.3
40872026-03-18T10:55:39.057Z Compiling ascii-canvas v3.0.0
40882026-03-18T10:55:39.241Z Compiling bit-set v0.5.3
40892026-03-18T10:55:39.390Z Compiling itertools v0.10.5
40902026-03-18T10:55:39.419Z Compiling ena v0.14.4
40912026-03-18T10:55:39.450Z Compiling libloading v0.8.9
40922026-03-18T10:55:39.469Z Compiling bindgen v0.71.1
40932026-03-18T10:55:39.520Z Compiling regex-syntax v0.6.29
40942026-03-18T10:55:39.676Z Compiling diff v0.1.13
40952026-03-18T10:55:39.720Z Compiling cexpr v0.6.0
40962026-03-18T10:55:40.022Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40972026-03-18T10:55:40.026Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40982026-03-18T10:55:40.235Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40992026-03-18T10:55:40.286Z Compiling libxml v0.3.3
41002026-03-18T10:55:40.568Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41012026-03-18T10:55:40.688Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41022026-03-18T10:55:40.878Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41032026-03-18T10:55:40.961Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41042026-03-18T10:55:40.998Z Compiling strum_macros v0.24.3
41052026-03-18T10:55:41.108Z Compiling indoc v1.0.9
41062026-03-18T10:55:41.682Z Compiling lalrpop v0.19.12
41072026-03-18T10:55:42.427Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41082026-03-18T10:55:42.460Z Checking derive_builder v0.20.2
41092026-03-18T10:55:42.607Z Compiling oso-derive v0.27.3
41102026-03-18T10:55:42.664Z Checking quick-xml v0.37.5
41112026-03-18T10:55:42.818Z Compiling impl-trait-for-tuples v0.2.3
41122026-03-18T10:55:43.273Z Checking openssl-probe v0.1.6
41132026-03-18T10:55:43.453Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41142026-03-18T10:55:43.942Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41152026-03-18T10:55:44.182Z Checking bb8 v0.8.6
41162026-03-18T10:55:44.480Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41172026-03-18T10:55:44.554Z Checking nonempty v0.12.0
41182026-03-18T10:55:44.750Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-18T10:55:44.771Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41202026-03-18T10:55:45.039Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41212026-03-18T10:55:45.060Z Checking support-bundle-viewer v0.1.2
41222026-03-18T10:55:45.080Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41232026-03-18T10:55:45.306Z Checking multimap v0.10.1
41242026-03-18T10:55:46.424Z Checking diesel v2.3.7
41252026-03-18T10:55:48.209Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41262026-03-18T10:55:49.533Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41272026-03-18T10:55:50.030Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41282026-03-18T10:55:50.381Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-03-18T10:55:51.719Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41302026-03-18T10:55:51.877Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41312026-03-18T10:55:52.104Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41322026-03-18T10:55:52.800Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41332026-03-18T10:55:55.510Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-03-18T10:56:01.715Z Compiling samael v0.0.19
41352026-03-18T10:56:06.705Z Checking diesel-dtrace v0.5.0
41362026-03-18T10:56:07.011Z Checking async-bb8-diesel v0.2.1
41372026-03-18T10:56:08.305Z Compiling polar-core v0.27.3
41382026-03-18T10:56:14.189Z Checking oso v0.27.3
41392026-03-18T10:57:09.403Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41402026-03-18T10:57:56.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41412026-03-18T10:57:56.803Z
41422026-03-18T10:57:56.803Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41432026-03-18T10:57:57.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-18T10:57:57.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-18T10:57:57.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-03-18T10:57:57.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41472026-03-18T10:57:57.679Z
41482026-03-18T10:57:57.679Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41492026-03-18T10:57:58.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-18T10:57:58.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-18T10:57:58.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-18T10:57:58.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41532026-03-18T10:57:58.555Z
41542026-03-18T10:57:58.555Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41552026-03-18T10:57:59.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-18T10:57:59.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-18T10:57:59.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-03-18T10:57:59.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41592026-03-18T10:57:59.331Z
41602026-03-18T10:57:59.331Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41612026-03-18T10:58:00.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-03-18T10:58:00.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-03-18T10:58:00.532Z Compiling libz-sys v1.1.24
41642026-03-18T10:58:00.689Z Compiling libgit2-sys v0.18.3+1.9.2
41652026-03-18T10:58:00.705Z Compiling vergen-git2 v1.0.7
41662026-03-18T10:58:00.720Z Compiling rustls v0.21.12
41672026-03-18T10:58:00.738Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41682026-03-18T10:58:00.756Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41692026-03-18T10:58:00.759Z Checking sct v0.7.1
41702026-03-18T10:58:00.759Z Checking rustls-webpki v0.101.7
41712026-03-18T10:58:00.922Z Compiling nix v0.29.0
41722026-03-18T10:58:00.981Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41732026-03-18T10:58:01.023Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-18T10:58:01.050Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41752026-03-18T10:58:01.209Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41762026-03-18T10:58:01.384Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41772026-03-18T10:58:01.405Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41782026-03-18T10:58:01.500Z Checking rustls-pemfile v1.0.4
41792026-03-18T10:58:01.668Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41802026-03-18T10:58:01.768Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41812026-03-18T10:58:01.991Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41822026-03-18T10:58:02.011Z Checking twox-hash v2.1.2
41832026-03-18T10:58:02.136Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41842026-03-18T10:58:02.869Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-03-18T10:58:03.013Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41862026-03-18T10:58:03.052Z Checking tokio-rustls v0.24.1
41872026-03-18T10:58:03.162Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41882026-03-18T10:58:03.309Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41892026-03-18T10:58:03.490Z Checking fatfs v0.3.6
41902026-03-18T10:58:03.903Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41912026-03-18T10:58:04.038Z Compiling seq-macro v0.3.6
41922026-03-18T10:58:08.875Z Compiling git2 v0.20.4
41932026-03-18T10:58:10.017Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41942026-03-18T10:58:10.176Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41952026-03-18T10:58:12.172Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41962026-03-18T10:59:21.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41972026-03-18T10:59:21.713Z
41982026-03-18T10:59:21.713Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41992026-03-18T10:59:22.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-18T10:59:22.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-18T10:59:22.937Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42022026-03-18T11:00:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42032026-03-18T11:00:23.515Z
42042026-03-18T11:00:23.515Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42052026-03-18T11:00:24.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-18T11:00:24.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-18T11:00:24.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-03-18T11:00:24.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42092026-03-18T11:00:24.301Z
42102026-03-18T11:00:24.301Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42112026-03-18T11:00:25.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-18T11:00:25.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-18T11:00:25.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-03-18T11:00:25.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42152026-03-18T11:00:25.177Z
42162026-03-18T11:00:25.177Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42172026-03-18T11:00:25.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-18T11:00:25.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-18T11:00:25.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-18T11:00:25.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42212026-03-18T11:00:26.041Z
42222026-03-18T11:00:26.041Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42232026-03-18T11:00:26.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-18T11:00:26.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-18T11:00:26.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-18T11:00:26.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42272026-03-18T11:00:26.921Z
42282026-03-18T11:00:26.921Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42292026-03-18T11:00:27.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-18T11:00:27.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-18T11:00:27.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-03-18T11:00:27.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42332026-03-18T11:00:27.801Z
42342026-03-18T11:00:27.801Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42352026-03-18T11:00:28.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-03-18T11:00:28.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-03-18T11:00:28.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-03-18T11:00:28.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42392026-03-18T11:00:28.673Z
42402026-03-18T11:00:28.673Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42412026-03-18T11:00:29.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-03-18T11:00:29.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-03-18T11:00:29.917Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42442026-03-18T11:00:29.921Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42452026-03-18T11:00:30.108Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42462026-03-18T11:00:30.134Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42472026-03-18T11:00:30.138Z Checking yansi v1.0.1
42482026-03-18T11:00:30.138Z Checking diff v0.1.13
42492026-03-18T11:00:30.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42502026-03-18T11:00:30.173Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42512026-03-18T11:00:30.320Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42522026-03-18T11:00:30.511Z Checking pretty_assertions v1.4.1
42532026-03-18T11:00:31.379Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42542026-03-18T11:01:04.884Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42552026-03-18T11:01:04.886Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42562026-03-18T11:01:04.886Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42572026-03-18T11:01:04.886Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42582026-03-18T11:01:04.886Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42592026-03-18T11:01:04.887Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42602026-03-18T11:01:05.838Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-03-18T11:01:07.275Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42622026-03-18T11:02:07.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42632026-03-18T11:02:07.714Z
42642026-03-18T11:02:07.714Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42652026-03-18T11:02:08.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-18T11:02:08.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-18T11:02:08.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-18T11:02:08.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42692026-03-18T11:02:08.500Z
42702026-03-18T11:02:08.500Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42712026-03-18T11:02:09.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-18T11:02:09.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-18T11:02:09.588Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42742026-03-18T11:02:09.729Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42752026-03-18T11:02:09.732Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42762026-03-18T11:02:46.976Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42772026-03-18T11:02:47.477Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42782026-03-18T11:02:49.853Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42792026-03-18T11:02:50.431Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42802026-03-18T11:02:54.581Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42812026-03-18T11:03:27.300Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42822026-03-18T11:03:28.132Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42832026-03-18T11:03:30.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42842026-03-18T11:03:30.538Z
42852026-03-18T11:03:30.538Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42862026-03-18T11:03:31.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-18T11:03:31.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-18T11:03:31.519Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42892026-03-18T11:03:35.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42902026-03-18T11:03:35.054Z
42912026-03-18T11:03:35.054Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42922026-03-18T11:03:35.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-18T11:03:35.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-18T11:03:35.054Z Compiling blake3 v1.8.3
42952026-03-18T11:03:35.054Z Checking arrayref v0.3.9
42962026-03-18T11:03:35.054Z Checking arrayvec v0.7.6
42972026-03-18T11:03:35.054Z Checking constant_time_eq v0.4.2
42982026-03-18T11:03:35.054Z Checking topological-sort v0.2.2
42992026-03-18T11:03:35.055Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43002026-03-18T11:03:35.055Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43012026-03-18T11:03:35.055Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43022026-03-18T11:03:35.055Z Checking shell-words v1.1.1
43032026-03-18T11:03:35.055Z Checking omicron-zone-package v0.12.2
43042026-03-18T11:03:35.700Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43052026-03-18T11:03:36.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
43062026-03-18T11:03:37.037Z
43072026-03-18T11:03:37.038Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43082026-03-18T11:03:37.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-18T11:03:37.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-18T11:03:37.919Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43112026-03-18T11:03:38.315Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43122026-03-18T11:03:38.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43132026-03-18T11:03:39.059Z
43142026-03-18T11:03:39.059Zinfo: running `cargo check --bins` on xtask (241/257)
43152026-03-18T11:03:39.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-03-18T11:03:39.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-03-18T11:03:39.665Z Checking libc v0.2.180
43182026-03-18T11:03:39.762Z Checking serde v1.0.228
43192026-03-18T11:03:39.772Z Checking zerofrom v0.1.6
43202026-03-18T11:03:39.780Z Checking bitflags v2.11.0
43212026-03-18T11:03:39.791Z Checking smallvec v1.15.1
43222026-03-18T11:03:39.801Z Checking hashbrown v0.16.1
43232026-03-18T11:03:39.817Z Checking serde_json v1.0.149
43242026-03-18T11:03:39.832Z Checking scroll v0.12.0
43252026-03-18T11:03:39.906Z Checking yoke v0.8.1
43262026-03-18T11:03:39.978Z Checking num-traits v0.2.19
43272026-03-18T11:03:40.023Z Checking thiserror v1.0.69
43282026-03-18T11:03:40.124Z Checking zerovec v0.11.5
43292026-03-18T11:03:40.124Z Checking zerotrie v0.2.3
43302026-03-18T11:03:40.151Z Checking log v0.4.29
43312026-03-18T11:03:40.189Z Checking errno v0.3.14
43322026-03-18T11:03:40.330Z Checking toml_datetime v0.6.11
43332026-03-18T11:03:40.344Z Checking rustix v1.1.3
43342026-03-18T11:03:40.368Z Checking serde_spanned v0.6.9
43352026-03-18T11:03:40.439Z Checking indexmap v2.13.0
43362026-03-18T11:03:40.442Z Checking percent-encoding v2.3.2
43372026-03-18T11:03:40.526Z Checking goblin v0.8.2
43382026-03-18T11:03:40.561Z Checking zerocopy v0.7.35
43392026-03-18T11:03:40.629Z Checking form_urlencoded v1.2.2
43402026-03-18T11:03:40.708Z Checking getrandom v0.4.1
43412026-03-18T11:03:40.750Z Checking tinystr v0.8.2
43422026-03-18T11:03:40.777Z Checking potential_utf v0.1.4
43432026-03-18T11:03:40.791Z Checking ordered-float v2.10.1
43442026-03-18T11:03:40.878Z Checking thiserror v2.0.18
43452026-03-18T11:03:40.941Z Checking icu_collections v2.1.1
43462026-03-18T11:03:40.979Z Checking icu_locale_core v2.1.1
43472026-03-18T11:03:41.002Z Checking syn v2.0.117
43482026-03-18T11:03:41.107Z Checking serde-value v0.7.0
43492026-03-18T11:03:41.197Z Checking toml_edit v0.22.27
43502026-03-18T11:03:41.279Z Checking dtrace-parser v0.2.0
43512026-03-18T11:03:41.344Z Checking thread-id v4.2.2
43522026-03-18T11:03:41.382Z Checking once_cell v1.21.3
43532026-03-18T11:03:41.448Z Checking cargo-platform v0.2.0
43542026-03-18T11:03:41.518Z Checking terminal_size v0.4.3
43552026-03-18T11:03:41.610Z Checking memmap v0.7.0
43562026-03-18T11:03:41.623Z Checking tempfile v3.25.0
43572026-03-18T11:03:41.667Z Checking clap_builder v4.5.60
43582026-03-18T11:03:41.682Z Checking textwrap v0.16.2
43592026-03-18T11:03:41.772Z Checking icu_provider v2.1.1
43602026-03-18T11:03:41.785Z Checking fs-err v3.3.0
43612026-03-18T11:03:41.876Z Checking camino-tempfile v1.4.1
43622026-03-18T11:03:41.959Z Checking anyhow v1.0.102
43632026-03-18T11:03:42.018Z Checking tabled v0.15.0
43642026-03-18T11:03:42.077Z Checking icu_properties v2.1.2
43652026-03-18T11:03:42.091Z Checking icu_normalizer v2.1.1
43662026-03-18T11:03:42.215Z Checking macaddr v1.0.1
43672026-03-18T11:03:42.450Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43682026-03-18T11:03:42.771Z Checking toml v0.8.23
43692026-03-18T11:03:43.172Z Checking dof v0.3.0
43702026-03-18T11:03:43.201Z Checking cargo_toml v0.21.0
43712026-03-18T11:03:43.218Z Checking idna_adapter v1.2.1
43722026-03-18T11:03:43.334Z Checking clap v4.5.60
43732026-03-18T11:03:43.363Z Checking idna v1.1.0
43742026-03-18T11:03:43.637Z Checking usdt-impl v0.5.0
43752026-03-18T11:03:43.670Z Checking url v2.5.8
43762026-03-18T11:03:43.965Z Checking usdt v0.5.0
43772026-03-18T11:03:44.142Z Checking cargo-util-schemas v0.8.2
43782026-03-18T11:03:45.148Z Checking cargo_metadata v0.21.0
43792026-03-18T11:03:46.028Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43802026-03-18T11:03:46.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s
43812026-03-18T11:03:46.746Z
43822026-03-18T11:03:46.746Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43832026-03-18T11:03:47.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-03-18T11:03:47.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-03-18T11:03:47.854Z Checking polyval v0.6.2
43862026-03-18T11:03:48.005Z Checking ctr v0.9.2
43872026-03-18T11:03:48.022Z Checking ssh-encoding v0.2.0
43882026-03-18T11:03:48.026Z Checking blowfish v0.9.1
43892026-03-18T11:03:48.056Z Checking password-hash v0.4.2
43902026-03-18T11:03:48.079Z Checking p521 v0.13.3
43912026-03-18T11:03:48.084Z Checking p256 v0.13.2
43922026-03-18T11:03:48.116Z Checking russh-cryptovec v0.7.3
43932026-03-18T11:03:48.186Z Checking ghash v0.5.1
43942026-03-18T11:03:48.207Z Checking md5 v0.7.0
43952026-03-18T11:03:48.225Z Checking bcrypt-pbkdf v0.10.0
43962026-03-18T11:03:48.262Z Checking num-bigint v0.4.6
43972026-03-18T11:03:48.282Z Checking des v0.8.1
43982026-03-18T11:03:48.328Z Checking aes-gcm v0.10.3
43992026-03-18T11:03:48.348Z Checking pbkdf2 v0.11.0
44002026-03-18T11:03:48.419Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44012026-03-18T11:03:48.422Z Checking hex-literal v0.4.1
44022026-03-18T11:03:48.457Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44032026-03-18T11:03:48.484Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44042026-03-18T11:03:48.517Z Checking ssh-cipher v0.2.0
44052026-03-18T11:03:48.555Z Checking socket2 v0.5.10
44062026-03-18T11:03:48.574Z Checking internet-checksum v0.2.1
44072026-03-18T11:03:48.731Z Checking ssh-key v0.6.7
44082026-03-18T11:03:48.938Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44092026-03-18T11:03:49.634Z Checking russh-keys v0.45.0
44102026-03-18T11:03:50.394Z Checking russh v0.45.0
44112026-03-18T11:04:11.922Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44122026-03-18T11:04:13.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.73s
44132026-03-18T11:04:13.743Z
44142026-03-18T11:04:13.743Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44152026-03-18T11:04:14.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-03-18T11:04:14.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-03-18T11:04:14.616Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44182026-03-18T11:04:14.746Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44192026-03-18T11:04:14.760Z Checking termios v0.3.3
44202026-03-18T11:04:16.458Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44212026-03-18T11:04:16.642Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44222026-03-18T11:04:19.285Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44232026-03-18T11:04:20.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
44242026-03-18T11:04:20.272Z
44252026-03-18T11:04:20.272Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44262026-03-18T11:04:20.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-03-18T11:04:20.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-03-18T11:04:21.221Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44292026-03-18T11:04:21.359Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44302026-03-18T11:04:21.401Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44312026-03-18T11:04:21.404Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44322026-03-18T11:04:21.404Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44332026-03-18T11:04:21.664Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44342026-03-18T11:04:21.667Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44352026-03-18T11:04:22.602Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44362026-03-18T11:04:22.898Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44372026-03-18T11:04:22.901Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44382026-03-18T11:04:23.759Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44392026-03-18T11:04:25.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
44402026-03-18T11:04:26.142Z
44412026-03-18T11:04:26.142Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44422026-03-18T11:04:26.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-03-18T11:04:26.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-03-18T11:04:27.017Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44452026-03-18T11:04:27.586Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44462026-03-18T11:04:27.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44472026-03-18T11:04:28.227Z
44482026-03-18T11:04:28.227Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44492026-03-18T11:04:28.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-18T11:04:28.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-18T11:04:28.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-03-18T11:04:28.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44532026-03-18T11:04:29.009Z
44542026-03-18T11:04:29.009Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44552026-03-18T11:04:29.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-03-18T11:04:29.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-03-18T11:04:29.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-03-18T11:04:29.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44592026-03-18T11:04:29.795Z
44602026-03-18T11:04:29.795Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44612026-03-18T11:04:30.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-18T11:04:30.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-18T11:04:30.829Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44642026-03-18T11:04:31.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
44652026-03-18T11:04:31.806Z
44662026-03-18T11:04:31.806Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44672026-03-18T11:04:32.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-18T11:04:32.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-18T11:04:32.694Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44702026-03-18T11:04:32.697Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44712026-03-18T11:04:33.001Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44722026-03-18T11:04:33.001Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44732026-03-18T11:04:34.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
44742026-03-18T11:04:34.225Z
44752026-03-18T11:04:34.226Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44762026-03-18T11:04:34.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-03-18T11:04:34.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-03-18T11:04:34.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-03-18T11:04:34.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44802026-03-18T11:04:35.005Z
44812026-03-18T11:04:35.005Zinfo: running `cargo check --bins` on omicron-package (251/257)
44822026-03-18T11:04:35.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-18T11:04:35.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-18T11:04:35.911Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44852026-03-18T11:04:37.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44862026-03-18T11:04:37.519Z
44872026-03-18T11:04:37.519Zinfo: running `cargo check --bins` on tqdb (252/257)
44882026-03-18T11:04:38.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-18T11:04:38.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-18T11:04:38.594Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44912026-03-18T11:04:39.039Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44922026-03-18T11:04:39.745Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44932026-03-18T11:04:39.749Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44942026-03-18T11:04:46.482Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44952026-03-18T11:04:47.415Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44962026-03-18T11:04:47.419Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44972026-03-18T11:04:47.419Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44982026-03-18T11:04:47.419Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44992026-03-18T11:04:48.432Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45002026-03-18T11:04:58.062Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45012026-03-18T11:05:06.332Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45022026-03-18T11:05:06.335Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45032026-03-18T11:05:06.335Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45042026-03-18T11:05:06.335Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45052026-03-18T11:05:08.281Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45062026-03-18T11:05:10.099Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45072026-03-18T11:05:11.008Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45082026-03-18T11:05:12.739Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45092026-03-18T11:05:13.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.91s
45102026-03-18T11:05:13.693Z
45112026-03-18T11:05:13.693Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45122026-03-18T11:05:14.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-03-18T11:05:14.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-03-18T11:05:14.666Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45152026-03-18T11:05:14.801Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45162026-03-18T11:05:14.804Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45172026-03-18T11:05:14.853Z Checking rtoolbox v0.0.3
45182026-03-18T11:05:14.858Z Checking tui-tree-widget v0.23.1
45192026-03-18T11:05:15.028Z Checking rpassword v7.4.0
45202026-03-18T11:05:15.127Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45212026-03-18T11:05:16.092Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45222026-03-18T11:05:22.744Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45232026-03-18T11:05:23.663Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45242026-03-18T11:05:25.061Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45252026-03-18T11:05:29.250Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45262026-03-18T11:05:31.803Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45272026-03-18T11:05:32.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
45282026-03-18T11:05:33.202Z
45292026-03-18T11:05:33.202Zinfo: running `cargo check --bins` on wicket (254/257)
45302026-03-18T11:05:33.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-03-18T11:05:33.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-03-18T11:05:34.130Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45332026-03-18T11:05:34.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45342026-03-18T11:05:34.814Z
45352026-03-18T11:05:34.814Zinfo: running `cargo check --bins` on wicketd (255/257)
45362026-03-18T11:05:35.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-03-18T11:05:35.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-03-18T11:05:35.794Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45392026-03-18T11:05:35.797Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45402026-03-18T11:05:35.932Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45412026-03-18T11:05:35.940Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45422026-03-18T11:05:37.349Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45432026-03-18T11:05:38.136Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45442026-03-18T11:05:42.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
45452026-03-18T11:05:42.441Z
45462026-03-18T11:05:42.441Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45472026-03-18T11:05:43.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-03-18T11:05:43.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-03-18T11:05:43.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-03-18T11:05:43.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45512026-03-18T11:05:43.226Z
45522026-03-18T11:05:43.226Zinfo: running `cargo check --bins` on zone-setup (257/257)
45532026-03-18T11:05:43.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-03-18T11:05:43.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-03-18T11:05:44.127Z Checking uzers v0.12.2
45562026-03-18T11:05:44.474Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45572026-03-18T11:05:45.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45582026-03-18T11:05:45.671Z
45592026-03-18T11:05:45.675Zreal 19:15.208336648
45602026-03-18T11:05:45.675Zuser 28:43.617683356
45612026-03-18T11:05:45.675Zsys 5:15.654834813
45622026-03-18T11:05:45.675Ztrap 0.486046848
45632026-03-18T11:05:45.675Ztflt 0.385418993
45642026-03-18T11:05:45.675Zdflt 0.593008052
45652026-03-18T11:05:45.675Zkflt 0.001706786
45662026-03-18T11:05:45.675Zlock 1:45:35.170410244
45672026-03-18T11:05:45.675Zslp 2:14:58.696099909
45682026-03-18T11:05:45.675Zlat 1:23.875444809
45692026-03-18T11:05:45.675Zstop 5:20.315992762
45702026-03-18T11:05:45.675Zprocess exited: duration 1392261 ms, exit code 0
 
45712026-03-18T11:05:45.682Zfound 0 output files