01KMGVFCS25JEY5Y6VDCCKYZVB: 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: 01KMGVFZPHDJKNEF1MAD68DZ9M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T21:21:29.966Zjob assigned to worker 01KMGVG6T6WKXGJACETG26P2QG [factory aws, i-07daccd11afd3d325] (queued for 1 m 30 s)
 
22026-03-24T21:21:37.615Zstarting task 0: "setup"
32026-03-24T21:21:37.620Z++ uname -s
42026-03-24T21:21:37.622Z+ kern=SunOS
52026-03-24T21:21:37.623Z+ build_user=build
62026-03-24T21:21:37.623Z+ build_uid=12345
72026-03-24T21:21:37.623Z+ work_dir=/work
82026-03-24T21:21:37.623Z+ input_dir=/input
92026-03-24T21:21:37.623Z+ [[ 0 == 12345 ]]
102026-03-24T21:21:37.623Z+ case "$kern" in
112026-03-24T21:21:37.623Z+ groupadd -g 12345 build
122026-03-24T21:21:37.627Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T21:21:39.631Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T21:21:39.752Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T21:21:39.755Z+ home_fs=zfs
162026-03-24T21:21:39.755Z+ [[ zfs == autofs ]]
172026-03-24T21:21:39.755Z+ mkdir -p /home/build
182026-03-24T21:21:39.759Z+ chown build:build /home/build /work
192026-03-24T21:21:40.758Z+ chmod 0700 /home/build /work
202026-03-24T21:21:40.761Zprocess exited: duration 3146 ms, exit code 0
 
212026-03-24T21:21:40.768Zstarting task 1: "rust-toolchain"
222026-03-24T21:21:40.772Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T21:21:40.772Z * rust toolchain channel = "1.94.0"
242026-03-24T21:21:40.773Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T21:21:40.773Z * rust toolchain profile = "default"
262026-03-24T21:21:40.773Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T21:21:40.773Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T21:21:40.776Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T21:21:40.776Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T21:21:40.861Zinfo: downloading installer
312026-03-24T21:21:42.593Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T21:21:42.593Zwarn: /opt/ooce/bin
332026-03-24T21:21:42.593Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T21:21:42.593Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T21:21:42.593Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T21:21:42.593Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T21:21:42.593Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T21:21:42.593Zerror: cannot install while Rust is installed
392026-03-24T21:21:42.593Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T21:21:42.593Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T21:21:42.593Zwarn: /home/build/.rustup/settings.toml
422026-03-24T21:21:42.593Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T21:21:42.593Zwarn: instead of the one inferred from the default host triple.
442026-03-24T21:21:42.642Zinfo: profile set to default
452026-03-24T21:21:42.642Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T21:21:42.645Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T21:21:42.786Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T21:21:42.789Zinfo: downloading 6 components
492026-03-24T21:21:58.434Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T21:21:58.434Z
512026-03-24T21:21:58.470Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T21:21:58.470Z
532026-03-24T21:21:58.472Z
542026-03-24T21:21:58.473ZRust is installed now. Great!
552026-03-24T21:21:58.473Z
562026-03-24T21:21:58.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T21:21:58.473Zenvironment variable. This has not been done automatically.
582026-03-24T21:21:58.473Z
592026-03-24T21:21:58.473ZTo configure your current shell, you need to source
602026-03-24T21:21:58.473Zthe corresponding env file under $HOME/.cargo.
612026-03-24T21:21:58.473Z
622026-03-24T21:21:58.473ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T21:21:58.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T21:21:58.473Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T21:21:58.473Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T21:21:58.473Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T21:21:58.473Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T21:21:58.473Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T21:21:58.473Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T21:21:58.473Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T21:21:58.571Z+ rustup --version
722026-03-24T21:21:58.582Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T21:21:58.585Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T21:21:58.608Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T21:21:58.611Z+ cargo --version
762026-03-24T21:21:58.628Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T21:21:58.631Z+ rustc --version
782026-03-24T21:21:58.656Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T21:21:58.661Zprocess exited: duration 17887 ms, exit code 0
 
802026-03-24T21:21:58.668Zstarting task 2: "authentication"
812026-03-24T21:21:58.688Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T21:21:58.696Zstarting task 3: "clone repository"
832026-03-24T21:21:58.699Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T21:21:58.702Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T21:21:58.795ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T21:22:09.391Z+ cd /work/oxidecomputer/omicron
872026-03-24T21:22:09.394Z+ git fetch origin ece960315eb5db62523ca0082df68380b327a745
882026-03-24T21:22:09.675ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T21:22:09.675Z * branch ece960315eb5db62523ca0082df68380b327a745 -> FETCH_HEAD
902026-03-24T21:22:09.686Z+ [[ -n gh-concurrency ]]
912026-03-24T21:22:09.689Z++ git branch --show-current
922026-03-24T21:22:09.692Z+ current=main
932026-03-24T21:22:09.692Z+ [[ main != gh-concurrency ]]
942026-03-24T21:22:09.692Z+ git branch -f gh-concurrency ece960315eb5db62523ca0082df68380b327a745
952026-03-24T21:22:09.695Z+ git checkout -f gh-concurrency
962026-03-24T21:22:10.016ZSwitched to branch 'gh-concurrency'
972026-03-24T21:22:10.021Z+ git reset --hard ece960315eb5db62523ca0082df68380b327a745
982026-03-24T21:22:10.078ZHEAD is now at ece960315 Github concurrency option to cancel old jobs
992026-03-24T21:22:10.081Zprocess exited: duration 11381 ms, exit code 0
 
1002026-03-24T21:22:10.087Zstarting task 4: "build"
1012026-03-24T21:22:10.092Z+ source .github/buildomat/ci-env.sh
1022026-03-24T21:22:10.096Z++ export CARGO_TERM_COLOR=always
1032026-03-24T21:22:10.096Z++ CARGO_TERM_COLOR=always
1042026-03-24T21:22:10.096Z+ cargo --version
1052026-03-24T21:22:10.105Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T21:22:10.108Z+ rustc --version
1072026-03-24T21:22:10.133Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T21:22:10.138Z+ source ./env.sh
1092026-03-24T21:22:10.138Z++ OLD_SHELL_OPTS=ehxB
1102026-03-24T21:22:10.138Z++ set -o xtrace
1112026-03-24T21:22:10.141Z++++ dirname ./env.sh
1122026-03-24T21:22:10.141Z+++ readlink -f .
1132026-03-24T21:22:10.144Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ 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-24T21:22:10.144Z++ case $OLD_SHELL_OPTS in
1232026-03-24T21:22:10.144Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-24T21:22:10.145Z+ 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-24T21:22:10.145Z+ 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-24T21:22:10.145Z+ banner prerequisites
1272026-03-24T21:22:10.148Z
1282026-03-24T21:22:10.148Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-24T21:22:10.148Z # # # # # # # # # # # # # # #
1302026-03-24T21:22:10.148Z # # # # ##### # # ##### # # # # # #### #
1312026-03-24T21:22:10.148Z ##### ##### # ##### # # # # # # # # #
1322026-03-24T21:22:10.148Z # # # # # # # # # # # # # # #
1332026-03-24T21:22:10.148Z # # # ###### # # ###### ### # #### # #### #
1342026-03-24T21:22:10.148Z
1352026-03-24T21:22:10.148Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-24T21:22:20.448Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-24T21:22:30.527Z Startup: Caching catalogs ... Done
1382026-03-24T21:22:53.087ZPlanning: Solver setup ... Done (21.062s)
1392026-03-24T21:22:53.245ZPlanning: Running solver ... Done (0.158s)
1402026-03-24T21:22:53.445ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-24T21:22:53.458ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-24T21:22:53.582ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-24T21:22:53.625ZPlanning: Package planning ... Done (0.043s)
1442026-03-24T21:22:53.665ZPlanning: Merging actions ... Done (0.040s)
1452026-03-24T21:22:54.017ZPlanning: Checking for conflicting actions ... Done (0.352s)
1462026-03-24T21:22:54.027ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-24T21:22:54.955ZPlanning: Evaluating mediators ... Done (0.926s)
1482026-03-24T21:22:54.962ZPlanning: Planning completed in 24.28 seconds
1492026-03-24T21:22:55.130Z Packages to install: 4
1502026-03-24T21:22:55.131Z Mediators to change: 2
1512026-03-24T21:22:55.131Z Services to change: 1
1522026-03-24T21:22:55.134Z Estimated space available: 155.43 GB
1532026-03-24T21:22:55.134ZEstimated space to be consumed: 1.83 GB
1542026-03-24T21:22:55.134Z Create boot environment: No
1552026-03-24T21:22:55.134ZCreate backup boot environment: No
1562026-03-24T21:22:55.134Z Rebuild boot archive: No
1572026-03-24T21:22:55.134Z
1582026-03-24T21:22:55.134ZChanged mediators:
1592026-03-24T21:22:55.134Z mediator clang:
1602026-03-24T21:22:55.134Z version: None -> 15 (system default)
1612026-03-24T21:22:55.134Z
1622026-03-24T21:22:55.134Z mediator llvm:
1632026-03-24T21:22:55.134Z version: 14 (system default) -> 15 (system default)
1642026-03-24T21:22:55.134Z
1652026-03-24T21:22:55.134ZChanged packages:
1662026-03-24T21:22:55.134Zhelios-dev
1672026-03-24T21:22:55.134Z developer/build-essential
1682026-03-24T21:22:55.134Z None -> 11-2.0
1692026-03-24T21:22:55.134Z library/libxmlsec1
1702026-03-24T21:22:55.134Z None -> 1.2.35-2.0
1712026-03-24T21:22:55.134Z ooce/developer/clang-15
1722026-03-24T21:22:55.134Z None -> 15.0.7-2.0
1732026-03-24T21:22:55.134Z ooce/developer/llvm-15
1742026-03-24T21:22:55.134Z None -> 15.0.7-2.0
1752026-03-24T21:22:55.135Z
1762026-03-24T21:22:55.135ZServices:
1772026-03-24T21:22:55.135Z restart_fmri:
1782026-03-24T21:22:55.135Z svc:/system/update-man-index:default
1792026-03-24T21:22:55.182Z
1802026-03-24T21:22:55.182ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-24T21:23:00.184ZDownload: 2537/3290 items 120.1/212.6MB 56% complete (24.2M/s)
1822026-03-24T21:23:03.336ZDownload: Completed 212.60 MB in 8.15 seconds (26.1M/s)
1832026-03-24T21:23:03.550Z Actions: 1/3689 actions (Installing new actions)
1842026-03-24T21:23:07.733Z Actions: Completed 3689 actions in 4.18 seconds.
1852026-03-24T21:23:08.520Z Done (0.781s)
1862026-03-24T21:23:08.520Z Done (0.000s)
1872026-03-24T21:23:09.525Z Done (1.005s)
1882026-03-24T21:23:13.920Z Done (4.021s)
1892026-03-24T21:23:14.004Z Done (0.015s)
1902026-03-24T21:23:14.010Z Done (0.000s)
1912026-03-24T21:23:14.145Z Done (0.000s)
1922026-03-24T21:23:15.127ZPlanning: Evaluating mediator changes ... Done
1932026-03-24T21:23:15.281ZPlanning: Checking for conflicting actions ... Done
1942026-03-24T21:23:15.284ZPlanning: Consolidating action changes ... Done
1952026-03-24T21:23:15.503ZPlanning: Evaluating mediators ... Done
1962026-03-24T21:23:15.506ZPlanning: Planning completed in 0.38 seconds
1972026-03-24T21:23:15.533Z Mediators to change: 2
1982026-03-24T21:23:15.533Z Create boot environment: No
1992026-03-24T21:23:15.539ZCreate backup boot environment: No
2002026-03-24T21:23:15.619Z Done
2012026-03-24T21:23:15.619Z Done
2022026-03-24T21:23:16.394Z Done
2032026-03-24T21:23:19.850Z Done
2042026-03-24T21:23:19.943Z Done
2052026-03-24T21:23:19.952Z Done
2062026-03-24T21:23:20.097Z Done
2072026-03-24T21:23:20.639ZPlanning: Evaluating mediator changes ... Done
2082026-03-24T21:23:20.642ZPlanning: Merging actions ... Done
2092026-03-24T21:23:20.809ZPlanning: Checking for conflicting actions ... Done
2102026-03-24T21:23:20.812ZPlanning: Consolidating action changes ... Done
2112026-03-24T21:23:21.033ZPlanning: Evaluating mediators ... Done
2122026-03-24T21:23:21.076ZPlanning: Planning completed in 0.64 seconds
2132026-03-24T21:23:21.112Z Packages to change: 1
2142026-03-24T21:23:21.112Z Mediators to change: 1
2152026-03-24T21:23:21.126Z Services to change: 1
2162026-03-24T21:23:21.126Z Create boot environment: No
2172026-03-24T21:23:21.126ZCreate backup boot environment: Yes
2182026-03-24T21:23:22.571Z Actions: 1/6 actions (Updating modified actions)
2192026-03-24T21:23:22.577Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-24T21:23:22.577Z Done
2212026-03-24T21:23:22.577Z Done
2222026-03-24T21:23:22.764Z Done
2232026-03-24T21:23:26.084Z Done
2242026-03-24T21:23:26.172Z Done
2252026-03-24T21:23:26.177Z Done
2262026-03-24T21:23:26.322Z Done
2272026-03-24T21:23:26.704ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-24T21:23:26.704Zclang system 15 system
2292026-03-24T21:23:26.704Zcsh system system illumos
2302026-03-24T21:23:26.704Zctags system system illumos
2312026-03-24T21:23:26.704Zfile system system illumos
2322026-03-24T21:23:26.705Zgcc vendor 12 vendor
2332026-03-24T21:23:26.705Zgcc system 10 system
2342026-03-24T21:23:26.705Zgcc system 7 system
2352026-03-24T21:23:26.705Zgo system 1.20 system
2362026-03-24T21:23:26.705Zgo system 1.19 system
2372026-03-24T21:23:26.705Zllvm system 15 system
2382026-03-24T21:23:26.705Zllvm system 14 system
2392026-03-24T21:23:26.705Zmariadb system 10.6 system
2402026-03-24T21:23:26.705Zmta vendor vendor dma
2412026-03-24T21:23:26.705Zopenjdk system 17 system
2422026-03-24T21:23:26.705Zopenjdk system 11 system
2432026-03-24T21:23:26.705Zopenjdk system 1.8 system
2442026-03-24T21:23:26.705Zopenssl vendor 3 vendor
2452026-03-24T21:23:26.705Zperl system 5.36 system
2462026-03-24T21:23:26.705Zpostgresql system 15 system
2472026-03-24T21:23:26.705Zpostgresql system 13 system
2482026-03-24T21:23:26.705Zpython vendor 3 vendor
2492026-03-24T21:23:26.705Zpython system 2 system
2502026-03-24T21:23:26.705Zpython3 system 3.11 system
2512026-03-24T21:23:26.705Zruby system 3.0 system
2522026-03-24T21:23:26.705Zwords vendor vendor american-english
2532026-03-24T21:23:26.706Zwords system system australian-english
2542026-03-24T21:23:26.706Zwords system system british-english
2552026-03-24T21:23:26.706Zwords system system canadian-english
2562026-03-24T21:23:26.706Zwords system system french
2572026-03-24T21:23:26.706Zwords system system italian
2582026-03-24T21:23:26.706Zwords system system ngerman
2592026-03-24T21:23:26.706Zwords system system ogerman
2602026-03-24T21:23:26.706Zwords system system spanish
2612026-03-24T21:23:27.007ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-24T21:23:27.007Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-24T21:23:33.058ZFMRI IFO
2642026-03-24T21:23:33.058Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-24T21:23:33.058Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-24T21:23:33.059Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-24T21:23:33.059Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-24T21:23:33.059Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-24T21:23:33.059Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-24T21:23:33.059Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-24T21:23:33.059Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-24T21:23:33.059Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-24T21:23:33.059Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-24T21:23:33.059Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-24T21:23:33.059Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-24T21:23:33.059Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-24T21:23:33.059Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-24T21:23:33.059Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-24T21:23:33.059Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-24T21:23:34.372Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-24T21:23:34.674Z Updating crates.io index
2822026-03-24T21:23:34.726Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-24T21:23:35.574Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-24T21:23:36.085Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-24T21:23:36.606Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-24T21:23:37.526Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-24T21:23:38.047Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-24T21:23:39.500Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T21:23:41.107Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-24T21:23:42.094Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-24T21:23:42.370Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-24T21:23:43.235Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-24T21:23:43.646Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-24T21:23:44.073Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-24T21:23:44.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-24T21:23:45.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-24T21:23:46.388Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-24T21:23:46.657Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-24T21:23:47.048Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-24T21:23:47.341Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-24T21:23:47.747Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-24T21:23:47.965Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-24T21:23:48.209Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-24T21:23:48.639Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-24T21:23:49.213Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-24T21:23:49.632Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-24T21:23:49.962Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-24T21:23:50.272Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-24T21:23:51.497Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-24T21:23:51.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-24T21:23:52.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-24T21:23:53.200Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-24T21:23:53.471Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-24T21:23:53.859Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-24T21:23:54.207Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-24T21:23:54.543Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-24T21:23:55.044Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-24T21:23:55.296Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-24T21:23:55.555Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-24T21:23:55.922Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-24T21:24:10.350Z Downloading crates ...
3222026-03-24T21:24:10.419Z Downloaded thiserror v2.0.18
3232026-03-24T21:24:10.424Z Downloaded autocfg v1.5.0
3242026-03-24T21:24:10.427Z Downloaded anyhow v1.0.102
3252026-03-24T21:24:10.430Z Downloaded usdt-attr-macro v0.5.0
3262026-03-24T21:24:10.433Z Downloaded usdt-macro v0.5.0
3272026-03-24T21:24:10.433Z Downloaded tinystr v0.8.2
3282026-03-24T21:24:10.433Z Downloaded usdt v0.5.0
3292026-03-24T21:24:10.436Z Downloaded unicode-xid v0.2.6
3302026-03-24T21:24:10.436Z Downloaded byteorder v1.5.0
3312026-03-24T21:24:10.436Z Downloaded camino v1.2.2
3322026-03-24T21:24:10.440Z Downloaded potential_utf v0.1.4
3332026-03-24T21:24:10.440Z Downloaded serde_tokenstream v0.2.3
3342026-03-24T21:24:10.440Z Downloaded utf8_iter v1.0.4
3352026-03-24T21:24:10.443Z Downloaded usdt-impl v0.5.0
3362026-03-24T21:24:10.443Z Downloaded zerovec-derive v0.11.2
3372026-03-24T21:24:10.443Z Downloaded bytecount v0.6.9
3382026-03-24T21:24:10.446Z Downloaded ucd-trie v0.1.7
3392026-03-24T21:24:10.446Z Downloaded heck v0.5.0
3402026-03-24T21:24:10.449Z Downloaded unicode-linebreak v0.1.5
3412026-03-24T21:24:10.449Z Downloaded utf8parse v0.2.2
3422026-03-24T21:24:10.449Z Downloaded typeid v1.0.3
3432026-03-24T21:24:10.449Z Downloaded toml_datetime v0.6.11
3442026-03-24T21:24:10.452Z Downloaded zerovec v0.11.5
3452026-03-24T21:24:10.454Z Downloaded cpufeatures v0.2.17
3462026-03-24T21:24:10.457Z Downloaded zerofrom v0.1.6
3472026-03-24T21:24:10.457Z Downloaded thread-id v4.2.2
3482026-03-24T21:24:10.457Z Downloaded synstructure v0.13.2
3492026-03-24T21:24:10.457Z Downloaded block-buffer v0.10.4
3502026-03-24T21:24:10.460Z Downloaded smallvec v1.15.1
3512026-03-24T21:24:10.460Z Downloaded swrite v0.1.0
3522026-03-24T21:24:10.463Z Downloaded is_terminal_polyfill v1.70.2
3532026-03-24T21:24:10.463Z Downloaded toml_write v0.1.2
3542026-03-24T21:24:10.463Z Downloaded bitflags v2.11.0
3552026-03-24T21:24:10.466Z Downloaded version_check v0.9.5
3562026-03-24T21:24:10.466Z Downloaded anstyle-query v1.1.5
3572026-03-24T21:24:10.469Z Downloaded zerofrom-derive v0.1.6
3582026-03-24T21:24:10.469Z Downloaded serde_spanned v0.6.9
3592026-03-24T21:24:10.469Z Downloaded icu_normalizer_data v2.1.1
3602026-03-24T21:24:10.472Z Downloaded litemap v0.8.1
3612026-03-24T21:24:10.472Z Downloaded digest v0.10.7
3622026-03-24T21:24:10.475Z Downloaded yoke v0.8.1
3632026-03-24T21:24:10.475Z Downloaded thiserror-impl v1.0.69
3642026-03-24T21:24:10.478Z Downloaded toml_edit v0.22.27
3652026-03-24T21:24:10.481Z Downloaded ordered-float v2.10.1
3662026-03-24T21:24:10.481Z Downloaded zmij v1.0.21
3672026-03-24T21:24:10.484Z Downloaded writeable v0.6.2
3682026-03-24T21:24:10.484Z Downloaded itoa v1.0.17
3692026-03-24T21:24:10.484Z Downloaded heck v0.4.1
3702026-03-24T21:24:10.487Z Downloaded thiserror v1.0.69
3712026-03-24T21:24:10.490Z Downloaded zerocopy-derive v0.7.35
3722026-03-24T21:24:10.493Z Downloaded thiserror-impl v2.0.18
3732026-03-24T21:24:10.493Z Downloaded tabled_derive v0.7.0
3742026-03-24T21:24:10.496Z Downloaded smawk v0.3.2
3752026-03-24T21:24:10.496Z Downloaded yoke-derive v0.8.1
3762026-03-24T21:24:10.499Z Downloaded semver v1.0.27
3772026-03-24T21:24:10.499Z Downloaded scroll_derive v0.12.1
3782026-03-24T21:24:10.499Z Downloaded proc-macro-error-attr v1.0.4
3792026-03-24T21:24:10.502Z Downloaded percent-encoding v2.3.2
3802026-03-24T21:24:10.502Z Downloaded plain v0.2.3
3812026-03-24T21:24:10.502Z Downloaded toml v0.8.23
3822026-03-24T21:24:10.505Z Downloaded unicode-ident v1.0.24
3832026-03-24T21:24:10.508Z Downloaded strsim v0.11.1
3842026-03-24T21:24:10.508Z Downloaded typenum v1.19.0
3852026-03-24T21:24:10.511Z Downloaded scroll v0.12.0
3862026-03-24T21:24:10.511Z Downloaded fastrand v2.3.0
3872026-03-24T21:24:10.511Z Downloaded textwrap v0.16.2
3882026-03-24T21:24:10.515Z Downloaded zerotrie v0.2.3
3892026-03-24T21:24:10.518Z Downloaded dtrace-parser v0.2.0
3902026-03-24T21:24:10.518Z Downloaded url v2.5.8
3912026-03-24T21:24:10.518Z Downloaded memmap v0.7.0
3922026-03-24T21:24:10.521Z Downloaded serde-value v0.7.0
3932026-03-24T21:24:10.521Z Downloaded idna_adapter v1.2.1
3942026-03-24T21:24:10.521Z Downloaded form_urlencoded v1.2.2
3952026-03-24T21:24:10.524Z Downloaded errno v0.3.14
3962026-03-24T21:24:10.527Z Downloaded crypto-common v0.1.7
3972026-03-24T21:24:10.530Z Downloaded clap_lex v1.0.0
3982026-03-24T21:24:10.530Z Downloaded zerocopy v0.7.35
3992026-03-24T21:24:10.542Z Downloaded terminal_size v0.4.3
4002026-03-24T21:24:10.545Z Downloaded winnow v0.7.14
4012026-03-24T21:24:10.548Z Downloaded equivalent v1.0.2
4022026-03-24T21:24:10.551Z Downloaded cargo-platform v0.2.0
4032026-03-24T21:24:10.552Z Downloaded pretty-hex v0.4.1
4042026-03-24T21:24:10.552Z Downloaded unicode-width v0.2.0
4052026-03-24T21:24:10.555Z Downloaded unicode-width v0.1.14
4062026-03-24T21:24:10.559Z Downloaded dof v0.3.0
4072026-03-24T21:24:10.564Z Downloaded colorchoice v1.0.4
4082026-03-24T21:24:10.564Z Downloaded macaddr v1.0.1
4092026-03-24T21:24:10.564Z Downloaded generic-array v0.14.7
4102026-03-24T21:24:10.564Z Downloaded stable_deref_trait v1.2.1
4112026-03-24T21:24:10.565Z Downloaded quote v1.0.44
4122026-03-24T21:24:10.568Z Downloaded anstyle v1.0.13
4132026-03-24T21:24:10.572Z Downloaded serde-untagged v0.1.9
4142026-03-24T21:24:10.572Z Downloaded sha2 v0.10.9
4152026-03-24T21:24:10.576Z Downloaded once_cell v1.21.3
4162026-03-24T21:24:10.580Z Downloaded cfg-if v1.0.4
4172026-03-24T21:24:10.592Z Downloaded fnv v1.0.7
4182026-03-24T21:24:10.595Z Downloaded anstyle-parse v0.2.7
4192026-03-24T21:24:10.595Z Downloaded proc-macro-error v1.0.4
4202026-03-24T21:24:10.599Z Downloaded anstream v0.6.21
4212026-03-24T21:24:10.599Z Downloaded cargo_toml v0.21.0
4222026-03-24T21:24:10.601Z Downloaded displaydoc v0.2.5
4232026-03-24T21:24:10.604Z Downloaded erased-serde v0.4.9
4242026-03-24T21:24:10.607Z Downloaded fs-err v3.3.0
4252026-03-24T21:24:10.610Z Downloaded cargo_metadata v0.21.0
4262026-03-24T21:24:10.616Z Downloaded clap_derive v4.5.55
4272026-03-24T21:24:10.620Z Downloaded num-traits v0.2.19
4282026-03-24T21:24:10.623Z Downloaded icu_provider v2.1.1
4292026-03-24T21:24:10.626Z Downloaded memchr v2.8.0
4302026-03-24T21:24:10.629Z Downloaded cargo-util-schemas v0.8.2
4312026-03-24T21:24:10.632Z Downloaded camino-tempfile v1.4.1
4322026-03-24T21:24:10.637Z Downloaded pest_generator v2.8.6
4332026-03-24T21:24:10.644Z Downloaded tempfile v3.25.0
4342026-03-24T21:24:10.647Z Downloaded proc-macro2 v1.0.106
4352026-03-24T21:24:10.650Z Downloaded pest_derive v2.8.6
4362026-03-24T21:24:10.650Z Downloaded papergrid v0.11.0
4372026-03-24T21:24:10.653Z Downloaded serde v1.0.228
4382026-03-24T21:24:10.656Z Downloaded pest_meta v2.8.6
4392026-03-24T21:24:10.662Z Downloaded clap v4.5.60
4402026-03-24T21:24:10.669Z Downloaded icu_properties v2.1.2
4412026-03-24T21:24:10.674Z Downloaded log v0.4.29
4422026-03-24T21:24:10.677Z Downloaded getrandom v0.4.1
4432026-03-24T21:24:10.680Z Downloaded icu_locale_core v2.1.1
4442026-03-24T21:24:10.691Z Downloaded icu_normalizer v2.1.1
4452026-03-24T21:24:10.694Z Downloaded serde_derive v1.0.228
4462026-03-24T21:24:10.701Z Downloaded icu_collections v2.1.1
4472026-03-24T21:24:10.711Z Downloaded indexmap v2.13.0
4482026-03-24T21:24:10.717Z Downloaded serde_json v1.0.149
4492026-03-24T21:24:10.722Z Downloaded serde_core v1.0.228
4502026-03-24T21:24:10.744Z Downloaded pest v2.8.6
4512026-03-24T21:24:10.751Z Downloaded idna v1.1.0
4522026-03-24T21:24:10.760Z Downloaded hashbrown v0.16.1
4532026-03-24T21:24:10.766Z Downloaded icu_properties_data v2.1.2
4542026-03-24T21:24:10.784Z Downloaded goblin v0.8.2
4552026-03-24T21:24:10.788Z Downloaded clap_builder v4.5.60
4562026-03-24T21:24:10.793Z Downloaded tabled v0.15.0
4572026-03-24T21:24:10.804Z Downloaded syn v1.0.109
4582026-03-24T21:24:10.812Z Downloaded syn v2.0.117
4592026-03-24T21:24:10.829Z Downloaded rustix v1.1.3
4602026-03-24T21:24:10.863Z Downloaded libc v0.2.180
4612026-03-24T21:24:10.953Z Compiling proc-macro2 v1.0.106
4622026-03-24T21:24:10.956Z Compiling unicode-ident v1.0.24
4632026-03-24T21:24:10.956Z Compiling quote v1.0.44
4642026-03-24T21:24:10.956Z Compiling serde_core v1.0.228
4652026-03-24T21:24:10.956Z Compiling libc v0.2.180
4662026-03-24T21:24:10.956Z Compiling version_check v0.9.5
4672026-03-24T21:24:10.956Z Compiling stable_deref_trait v1.2.1
4682026-03-24T21:24:10.956Z Compiling serde v1.0.228
4692026-03-24T21:24:11.385Z Compiling memchr v2.8.0
4702026-03-24T21:24:11.458Z Compiling zmij v1.0.21
4712026-03-24T21:24:11.686Z Compiling thiserror v1.0.69
4722026-03-24T21:24:12.066Z Compiling ucd-trie v0.1.7
4732026-03-24T21:24:12.070Z Compiling autocfg v1.5.0
4742026-03-24T21:24:12.270Z Compiling itoa v1.0.17
4752026-03-24T21:24:12.460Z Compiling pest v2.8.6
4762026-03-24T21:24:12.536Z Compiling writeable v0.6.2
4772026-03-24T21:24:12.539Z Compiling litemap v0.8.1
4782026-03-24T21:24:12.699Z Compiling rustix v1.1.3
4792026-03-24T21:24:12.752Z Compiling byteorder v1.5.0
4802026-03-24T21:24:12.794Z Compiling icu_properties_data v2.1.2
4812026-03-24T21:24:12.818Z Compiling icu_normalizer_data v2.1.1
4822026-03-24T21:24:13.146Z Compiling errno v0.3.14
4832026-03-24T21:24:13.286Z Compiling serde_json v1.0.149
4842026-03-24T21:24:13.340Z Compiling syn v2.0.117
4852026-03-24T21:24:13.404Z Compiling bitflags v2.11.0
4862026-03-24T21:24:13.573Z Compiling num-traits v0.2.19
4872026-03-24T21:24:13.643Z Compiling typeid v1.0.3
4882026-03-24T21:24:13.691Z Compiling hashbrown v0.16.1
4892026-03-24T21:24:13.808Z Compiling smallvec v1.15.1
4902026-03-24T21:24:13.992Z Compiling pest_meta v2.8.6
4912026-03-24T21:24:14.230Z Compiling equivalent v1.0.2
4922026-03-24T21:24:14.387Z Compiling indexmap v2.13.0
4932026-03-24T21:24:14.439Z Compiling thread-id v4.2.2
4942026-03-24T21:24:14.556Z Compiling proc-macro-error-attr v1.0.4
4952026-03-24T21:24:14.634Z Compiling usdt-impl v0.5.0
4962026-03-24T21:24:14.798Z Compiling toml_write v0.1.2
4972026-03-24T21:24:14.820Z Compiling syn v1.0.109
4982026-03-24T21:24:14.907Z Compiling erased-serde v0.4.9
4992026-03-24T21:24:15.212Z Compiling winnow v0.7.14
5002026-03-24T21:24:15.413Z Compiling proc-macro-error v1.0.4
5012026-03-24T21:24:15.534Z Compiling thiserror v2.0.18
5022026-03-24T21:24:15.654Z Compiling percent-encoding v2.3.2
5032026-03-24T21:24:15.903Z Compiling utf8_iter v1.0.4
5042026-03-24T21:24:15.974Z Compiling plain v0.2.3
5052026-03-24T21:24:16.097Z Compiling getrandom v0.4.1
5062026-03-24T21:24:16.122Z Compiling log v0.4.29
5072026-03-24T21:24:16.313Z Compiling camino v1.2.2
5082026-03-24T21:24:16.337Z Compiling utf8parse v0.2.2
5092026-03-24T21:24:16.423Z Compiling ordered-float v2.10.1
5102026-03-24T21:24:16.486Z Compiling anstyle-parse v0.2.7
5112026-03-24T21:24:16.616Z Compiling form_urlencoded v1.2.2
5122026-03-24T21:24:16.878Z Compiling terminal_size v0.4.3
5132026-03-24T21:24:16.925Z Compiling anstyle v1.0.13
5142026-03-24T21:24:17.055Z Compiling synstructure v0.13.2
5152026-03-24T21:24:17.171Z Compiling pest_generator v2.8.6
5162026-03-24T21:24:17.240Z Compiling pretty-hex v0.4.1
5172026-03-24T21:24:17.327Z Compiling is_terminal_polyfill v1.70.2
5182026-03-24T21:24:17.359Z Compiling cfg-if v1.0.4
5192026-03-24T21:24:17.421Z Compiling anstyle-query v1.1.5
5202026-03-24T21:24:17.451Z Compiling colorchoice v1.0.4
5212026-03-24T21:24:17.507Z Compiling serde-untagged v0.1.9
5222026-03-24T21:24:17.591Z Compiling anstream v0.6.21
5232026-03-24T21:24:17.753Z Compiling semver v1.0.27
5242026-03-24T21:24:17.900Z Compiling fs-err v3.3.0
5252026-03-24T21:24:18.015Z Compiling anyhow v1.0.102
5262026-03-24T21:24:18.142Z Compiling fastrand v2.3.0
5272026-03-24T21:24:18.145Z Compiling once_cell v1.21.3
5282026-03-24T21:24:18.192Z Compiling unicode-width v0.1.14
5292026-03-24T21:24:18.259Z Compiling heck v0.4.1
5302026-03-24T21:24:18.411Z Compiling fnv v1.0.7
5312026-03-24T21:24:18.485Z Compiling heck v0.5.0
5322026-03-24T21:24:18.543Z Compiling strsim v0.11.1
5332026-03-24T21:24:18.568Z Compiling clap_lex v1.0.0
5342026-03-24T21:24:18.568Z Compiling unicode-xid v0.2.6
5352026-03-24T21:24:18.731Z Compiling bytecount v0.6.9
5362026-03-24T21:24:18.803Z Compiling clap_builder v4.5.60
5372026-03-24T21:24:18.900Z Compiling papergrid v0.11.0
5382026-03-24T21:24:18.927Z Compiling tempfile v3.25.0
5392026-03-24T21:24:19.136Z Compiling memmap v0.7.0
5402026-03-24T21:24:19.161Z Compiling smawk v0.3.2
5412026-03-24T21:24:19.339Z Compiling unicode-linebreak v0.1.5
5422026-03-24T21:24:19.374Z Compiling unicode-width v0.2.0
5432026-03-24T21:24:19.427Z Compiling camino-tempfile v1.4.1
5442026-03-24T21:24:19.586Z Compiling serde_derive v1.0.228
5452026-03-24T21:24:19.652Z Compiling zerofrom-derive v0.1.6
5462026-03-24T21:24:19.730Z Compiling yoke-derive v0.8.1
5472026-03-24T21:24:19.755Z Compiling zerovec-derive v0.11.2
5482026-03-24T21:24:19.810Z Compiling displaydoc v0.2.5
5492026-03-24T21:24:20.797Z Compiling thiserror-impl v1.0.69
5502026-03-24T21:24:20.902Z Compiling zerocopy-derive v0.7.35
5512026-03-24T21:24:21.228Z Compiling pest_derive v2.8.6
5522026-03-24T21:24:21.339Z Compiling scroll_derive v0.12.1
5532026-03-24T21:24:21.610Z Compiling zerofrom v0.1.6
5542026-03-24T21:24:21.786Z Compiling yoke v0.8.1
5552026-03-24T21:24:21.810Z Compiling thiserror-impl v2.0.18
5562026-03-24T21:24:22.046Z Compiling zerovec v0.11.5
5572026-03-24T21:24:22.117Z Compiling zerotrie v0.2.3
5582026-03-24T21:24:22.251Z Compiling zerocopy v0.7.35
5592026-03-24T21:24:22.519Z Compiling scroll v0.12.0
5602026-03-24T21:24:22.682Z Compiling tinystr v0.8.2
5612026-03-24T21:24:22.747Z Compiling potential_utf v0.1.4
5622026-03-24T21:24:22.882Z Compiling dtrace-parser v0.2.0
5632026-03-24T21:24:22.956Z Compiling icu_locale_core v2.1.1
5642026-03-24T21:24:22.980Z Compiling icu_collections v2.1.1
5652026-03-24T21:24:23.048Z Compiling goblin v0.8.2
5662026-03-24T21:24:23.135Z Compiling tabled_derive v0.7.0
5672026-03-24T21:24:23.559Z Compiling clap_derive v4.5.55
5682026-03-24T21:24:23.636Z Compiling textwrap v0.16.2
5692026-03-24T21:24:23.938Z Compiling icu_provider v2.1.1
5702026-03-24T21:24:24.260Z Compiling icu_properties v2.1.2
5712026-03-24T21:24:24.335Z Compiling icu_normalizer v2.1.1
5722026-03-24T21:24:24.362Z Compiling serde_spanned v0.6.9
5732026-03-24T21:24:24.450Z Compiling toml_datetime v0.6.11
5742026-03-24T21:24:24.542Z Compiling dof v0.3.0
5752026-03-24T21:24:24.565Z Compiling serde_tokenstream v0.2.3
5762026-03-24T21:24:24.693Z Compiling toml_edit v0.22.27
5772026-03-24T21:24:24.805Z Compiling serde-value v0.7.0
5782026-03-24T21:24:25.061Z Compiling cargo-platform v0.2.0
5792026-03-24T21:24:25.061Z Compiling tabled v0.15.0
5802026-03-24T21:24:25.295Z Compiling macaddr v1.0.1
5812026-03-24T21:24:25.603Z Compiling idna_adapter v1.2.1
5822026-03-24T21:24:25.782Z Compiling idna v1.1.0
5832026-03-24T21:24:25.809Z Compiling usdt-macro v0.5.0
5842026-03-24T21:24:25.833Z Compiling usdt-attr-macro v0.5.0
5852026-03-24T21:24:25.860Z Compiling swrite v0.1.0
5862026-03-24T21:24:25.961Z Compiling clap v4.5.60
5872026-03-24T21:24:25.988Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-24T21:24:26.174Z Compiling url v2.5.8
5892026-03-24T21:24:26.726Z Compiling toml v0.8.23
5902026-03-24T21:24:27.240Z Compiling usdt v0.5.0
5912026-03-24T21:24:27.276Z Compiling cargo-util-schemas v0.8.2
5922026-03-24T21:24:27.304Z Compiling cargo_toml v0.21.0
5932026-03-24T21:24:28.497Z Compiling cargo_metadata v0.21.0
5942026-03-24T21:24:29.820Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-24T21:24:32.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.58s
5962026-03-24T21:24:33.030Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-24T21:24:33.819Z Downloading crates ...
5982026-03-24T21:24:33.937Z Downloaded adler2 v2.0.1
5992026-03-24T21:24:33.940Z Downloaded array-init v0.0.4
6002026-03-24T21:24:33.943Z Downloaded cargo_metadata v0.19.2
6012026-03-24T21:24:33.946Z Downloaded ciborium v0.2.2
6022026-03-24T21:24:33.950Z Downloaded chacha20 v0.10.0
6032026-03-24T21:24:33.953Z Downloaded crunchy v0.2.4
6042026-03-24T21:24:33.956Z Downloaded bit-vec v0.8.0
6052026-03-24T21:24:33.956Z Downloaded bzip2 v0.6.1
6062026-03-24T21:24:33.960Z Downloaded curve25519-dalek-derive v0.1.1
6072026-03-24T21:24:33.960Z Downloaded crc8 v0.1.1
6082026-03-24T21:24:33.960Z Downloaded bitfield-struct v0.6.2
6092026-03-24T21:24:33.963Z Downloaded buf-list v1.1.2
6102026-03-24T21:24:33.963Z Downloaded daft-derive v0.1.5
6112026-03-24T21:24:33.966Z Downloaded csv-core v0.1.13
6122026-03-24T21:24:33.969Z Downloaded blake2 v0.10.6
6132026-03-24T21:24:33.969Z Downloaded embedded-io v0.4.0
6142026-03-24T21:24:33.972Z Downloaded ascii-canvas v3.0.0
6152026-03-24T21:24:33.972Z Downloaded foreign-types v0.3.2
6162026-03-24T21:24:33.972Z Downloaded backon v1.6.0
6172026-03-24T21:24:33.975Z Downloaded bit-set v0.8.0
6182026-03-24T21:24:33.979Z Downloaded daft v0.1.5
6192026-03-24T21:24:33.983Z Downloaded ctr v0.9.2
6202026-03-24T21:24:33.986Z Downloaded cargo-platform v0.1.9
6212026-03-24T21:24:33.989Z Downloaded derive_builder_macro v0.20.2
6222026-03-24T21:24:33.997Z Downloaded darling_macro v0.21.3
6232026-03-24T21:24:34.000Z Downloaded castaway v0.2.4
6242026-03-24T21:24:34.000Z Downloaded async-stream v0.3.6
6252026-03-24T21:24:34.003Z Downloaded darling v0.21.3
6262026-03-24T21:24:34.006Z Downloaded debug-ignore v1.0.5
6272026-03-24T21:24:34.009Z Downloaded cassowary v0.3.0
6282026-03-24T21:24:34.009Z Downloaded defmt v0.3.100
6292026-03-24T21:24:34.012Z Downloaded darling_macro v0.20.11
6302026-03-24T21:24:34.012Z Downloaded bit-vec v0.6.3
6312026-03-24T21:24:34.015Z Downloaded env_filter v1.0.0
6322026-03-24T21:24:34.015Z Downloaded async-trait v0.1.89
6332026-03-24T21:24:34.018Z Downloaded bit-set v0.5.3
6342026-03-24T21:24:34.021Z Downloaded fd-lock v4.0.4
6352026-03-24T21:24:34.021Z Downloaded block-padding v0.3.3
6362026-03-24T21:24:34.024Z Downloaded darling_core v0.23.0
6372026-03-24T21:24:34.028Z Downloaded async-recursion v1.1.1
6382026-03-24T21:24:34.031Z Downloaded dunce v1.0.5
6392026-03-24T21:24:34.031Z Downloaded bitfield-macros v0.19.4
6402026-03-24T21:24:34.031Z Downloaded enum-as-inner v0.6.1
6412026-03-24T21:24:34.034Z Downloaded difflib v0.4.0
6422026-03-24T21:24:34.034Z Downloaded defmt-macros v1.0.1
6432026-03-24T21:24:34.037Z Downloaded derive_builder_core v0.20.2
6442026-03-24T21:24:34.040Z Downloaded argon2 v0.5.3
6452026-03-24T21:24:34.040Z Downloaded aead v0.5.2
6462026-03-24T21:24:34.040Z Downloaded deranged v0.5.8
6472026-03-24T21:24:34.043Z Downloaded dropshot-api-manager-types v0.6.0
6482026-03-24T21:24:34.043Z Downloaded byte-wrapper v0.1.0
6492026-03-24T21:24:34.046Z Downloaded foreign-types v0.5.0
6502026-03-24T21:24:34.048Z Downloaded dirs-next v2.0.0
6512026-03-24T21:24:34.049Z Downloaded cobs v0.3.0
6522026-03-24T21:24:34.049Z Downloaded assert_matches v1.5.0
6532026-03-24T21:24:34.051Z Downloaded ciborium-ll v0.2.2
6542026-03-24T21:24:34.051Z Downloaded bcrypt-pbkdf v0.10.0
6552026-03-24T21:24:34.054Z Downloaded cfg_aliases v0.1.1
6562026-03-24T21:24:34.054Z Downloaded atomic-waker v1.1.2
6572026-03-24T21:24:34.054Z Downloaded chacha20 v0.9.1
6582026-03-24T21:24:34.057Z Downloaded float-cmp v0.10.0
6592026-03-24T21:24:34.057Z Downloaded dsl_auto_type v0.2.0
6602026-03-24T21:24:34.060Z Downloaded dof v0.4.0
6612026-03-24T21:24:34.060Z Downloaded flagset v0.4.7
6622026-03-24T21:24:34.063Z Downloaded crucible-workspace-hack v0.1.0
6632026-03-24T21:24:34.063Z Downloaded der_derive v0.7.3
6642026-03-24T21:24:34.063Z Downloaded console v0.15.11
6652026-03-24T21:24:34.066Z Downloaded foreign-types-macros v0.2.3
6662026-03-24T21:24:34.070Z Downloaded downcast-rs v2.0.2
6672026-03-24T21:24:34.070Z Downloaded document-features v0.2.12
6682026-03-24T21:24:34.072Z Downloaded ciborium-io v0.2.2
6692026-03-24T21:24:34.073Z Downloaded foreign-types-shared v0.3.1
6702026-03-24T21:24:34.073Z Downloaded diesel_table_macro_syntax v0.3.0
6712026-03-24T21:24:34.075Z Downloaded futures-sink v0.3.32
6722026-03-24T21:24:34.076Z Downloaded filetime v0.2.27
6732026-03-24T21:24:34.076Z Downloaded endian-type v0.1.2
6742026-03-24T21:24:34.079Z Downloaded darling_core v0.20.11
6752026-03-24T21:24:34.081Z Downloaded foreign-types-shared v0.1.1
6762026-03-24T21:24:34.081Z Downloaded cpufeatures v0.3.0
6772026-03-24T21:24:34.084Z Downloaded convert_case v0.4.0
6782026-03-24T21:24:34.084Z Downloaded dyn-clone v1.0.20
6792026-03-24T21:24:34.087Z Downloaded drift v0.1.3
6802026-03-24T21:24:34.090Z Downloaded atomicwrites v0.4.4
6812026-03-24T21:24:34.090Z Downloaded defmt-parser v1.0.0
6822026-03-24T21:24:34.093Z Downloaded futures-task v0.3.32
6832026-03-24T21:24:34.093Z Downloaded crc v3.4.0
6842026-03-24T21:24:34.096Z Downloaded embedded-io v0.6.1
6852026-03-24T21:24:34.096Z Downloaded futures-io v0.3.32
6862026-03-24T21:24:34.099Z Downloaded futures-core v0.3.32
6872026-03-24T21:24:34.099Z Downloaded funty v2.0.0
6882026-03-24T21:24:34.099Z Downloaded darling_macro v0.23.0
6892026-03-24T21:24:34.102Z Downloaded cstr-argument v0.1.2
6902026-03-24T21:24:34.102Z Downloaded base16ct v1.0.0
6912026-03-24T21:24:34.103Z Downloaded fxhash v0.2.1
6922026-03-24T21:24:34.106Z Downloaded gethostname v0.5.0
6932026-03-24T21:24:34.106Z Downloaded bitfield v0.19.4
6942026-03-24T21:24:34.106Z Downloaded fixedbitset v0.4.2
6952026-03-24T21:24:34.109Z Downloaded base16ct v0.2.0
6962026-03-24T21:24:34.109Z Downloaded ghash v0.5.1
6972026-03-24T21:24:34.109Z Downloaded dirs-sys-next v0.1.2
6982026-03-24T21:24:34.126Z Downloaded globwalk v0.9.1
6992026-03-24T21:24:34.130Z Downloaded futures-macro v0.3.32
7002026-03-24T21:24:34.130Z Downloaded headers-core v0.3.0
7012026-03-24T21:24:34.130Z Downloaded ff v0.13.1
7022026-03-24T21:24:34.132Z Downloaded either v1.15.0
7032026-03-24T21:24:34.132Z Downloaded ecdsa v0.16.9
7042026-03-24T21:24:34.135Z Downloaded constant_time_eq v0.4.2
7052026-03-24T21:24:34.138Z Downloaded ena v0.14.4
7062026-03-24T21:24:34.138Z Downloaded des v0.8.1
7072026-03-24T21:24:34.141Z Downloaded crossbeam-utils v0.8.21
7082026-03-24T21:24:34.141Z Downloaded cargo_toml v0.22.3
7092026-03-24T21:24:34.144Z Downloaded hex-literal v0.4.1
7102026-03-24T21:24:34.144Z Downloaded hash32 v0.2.1
7112026-03-24T21:24:34.147Z Downloaded home v0.5.12
7122026-03-24T21:24:34.147Z Downloaded hex v0.4.3
7132026-03-24T21:24:34.150Z Downloaded cancel-safe-futures v0.1.5
7142026-03-24T21:24:34.150Z Downloaded allocator-api2 v0.2.21
7152026-03-24T21:24:34.153Z Downloaded hostname v0.4.2
7162026-03-24T21:24:34.156Z Downloaded crc-catalog v2.4.0
7172026-03-24T21:24:34.156Z Downloaded cbc v0.1.2
7182026-03-24T21:24:34.159Z Downloaded base64ct v1.8.3
7192026-03-24T21:24:34.159Z Downloaded hostname v0.3.1
7202026-03-24T21:24:34.161Z Downloaded fs-err v2.11.0
7212026-03-24T21:24:34.165Z Downloaded foldhash v0.2.0
7222026-03-24T21:24:34.165Z Downloaded critical-section v1.2.0
7232026-03-24T21:24:34.168Z Downloaded find-msvc-tools v0.1.9
7242026-03-24T21:24:34.168Z Downloaded fixedbitset v0.5.7
7252026-03-24T21:24:34.171Z Downloaded git-stub-vcs v0.1.0
7262026-03-24T21:24:34.171Z Downloaded ed25519 v2.2.3
7272026-03-24T21:24:34.177Z Downloaded hyper-tls v0.6.0
7282026-03-24T21:24:34.177Z Downloaded hash32 v0.3.1
7292026-03-24T21:24:34.177Z Downloaded display-error-chain v0.2.2
7302026-03-24T21:24:34.180Z Downloaded http-body v1.0.1
7312026-03-24T21:24:34.180Z Downloaded glob v0.3.3
7322026-03-24T21:24:34.180Z Downloaded hubpack_derive v0.1.1
7332026-03-24T21:24:34.180Z Downloaded futures-executor v0.3.32
7342026-03-24T21:24:34.180Z Downloaded defmt v1.0.1
7352026-03-24T21:24:34.183Z Downloaded diesel-dtrace v0.5.0
7362026-03-24T21:24:34.186Z Downloaded cmake v0.1.57
7372026-03-24T21:24:34.186Z Downloaded derive_builder v0.20.2
7382026-03-24T21:24:34.189Z Downloaded inout v0.1.4
7392026-03-24T21:24:34.192Z Downloaded hubpack v0.1.2
7402026-03-24T21:24:34.192Z Downloaded indent_write v2.2.0
7412026-03-24T21:24:34.196Z Downloaded httpdate v1.0.3
7422026-03-24T21:24:34.196Z Downloaded http-range v0.1.5
7432026-03-24T21:24:34.196Z Downloaded diff v0.1.13
7442026-03-24T21:24:34.199Z Downloaded ident_case v1.0.1
7452026-03-24T21:24:34.199Z Downloaded colored v3.1.1
7462026-03-24T21:24:34.202Z Downloaded is-terminal v0.4.17
7472026-03-24T21:24:34.202Z Downloaded group v0.13.0
7482026-03-24T21:24:34.205Z Downloaded crc32fast v1.5.0
7492026-03-24T21:24:34.208Z Downloaded instant v0.1.13
7502026-03-24T21:24:34.208Z Downloaded instability v0.3.11
7512026-03-24T21:24:34.211Z Downloaded console v0.16.2
7522026-03-24T21:24:34.211Z Downloaded const-oid v0.9.6
7532026-03-24T21:24:34.214Z Downloaded async-bb8-diesel v0.2.1
7542026-03-24T21:24:34.214Z Downloaded is_ci v1.2.0
7552026-03-24T21:24:34.217Z Downloaded data-encoding v2.10.0
7562026-03-24T21:24:34.217Z Downloaded kstat-rs v0.2.4
7572026-03-24T21:24:34.220Z Downloaded keccak v0.1.6
7582026-03-24T21:24:34.220Z Downloaded bumpalo v3.20.2
7592026-03-24T21:24:34.223Z Downloaded backoff v0.4.0
7602026-03-24T21:24:34.226Z Downloaded arrayvec v0.7.6
7612026-03-24T21:24:34.226Z Downloaded lazy_static v1.5.0
7622026-03-24T21:24:34.229Z Downloaded globset v0.4.18
7632026-03-24T21:24:34.229Z Downloaded corncobs v0.1.4
7642026-03-24T21:24:34.232Z Downloaded fs_extra v1.3.0
7652026-03-24T21:24:34.232Z Downloaded bitflags v1.3.2
7662026-03-24T21:24:34.235Z Downloaded lru-cache v0.1.2
7672026-03-24T21:24:34.237Z Downloaded futures-channel v0.3.32
7682026-03-24T21:24:34.237Z Downloaded darling v0.20.11
7692026-03-24T21:24:34.243Z Downloaded flate2 v1.1.9
7702026-03-24T21:24:34.249Z Downloaded humantime v2.3.0
7712026-03-24T21:24:34.249Z Downloaded foldhash v0.1.5
7722026-03-24T21:24:34.253Z Downloaded bb8 v0.8.6
7732026-03-24T21:24:34.253Z Downloaded darling v0.23.0
7742026-03-24T21:24:34.257Z Downloaded md5 v0.7.0
7752026-03-24T21:24:34.257Z Downloaded match_cfg v0.1.0
7762026-03-24T21:24:34.257Z Downloaded maplit v1.0.2
7772026-03-24T21:24:34.257Z Downloaded lzss v0.8.2
7782026-03-24T21:24:34.260Z Downloaded lru-slab v0.1.2
7792026-03-24T21:24:34.260Z Downloaded derive_more v0.99.20
7802026-03-24T21:24:34.265Z Downloaded maybe-uninit v2.0.0
7812026-03-24T21:24:34.268Z Downloaded hyper-staticfile v0.10.1
7822026-03-24T21:24:34.268Z Downloaded dropshot_endpoint v0.16.7
7832026-03-24T21:24:34.271Z Downloaded md-5 v0.10.6
7842026-03-24T21:24:34.271Z Downloaded ingot v0.1.1
7852026-03-24T21:24:34.274Z Downloaded libscf-sys v1.1.0
7862026-03-24T21:24:34.274Z Downloaded ingot-types v0.1.2
7872026-03-24T21:24:34.277Z Downloaded fallible-iterator v0.2.0
7882026-03-24T21:24:34.277Z Downloaded indoc v1.0.9
7892026-03-24T21:24:34.280Z Downloaded nibble_vec v0.1.0
7902026-03-24T21:24:34.280Z Downloaded newline-converter v0.3.0
7912026-03-24T21:24:34.283Z Downloaded new_debug_unreachable v1.0.6
7922026-03-24T21:24:34.283Z Downloaded elliptic-curve v0.13.8
7932026-03-24T21:24:34.285Z Downloaded ipnetwork v0.21.1
7942026-03-24T21:24:34.288Z Downloaded newtype-uuid-macros v0.1.0
7952026-03-24T21:24:34.288Z Downloaded num v0.4.3
7962026-03-24T21:24:34.291Z Downloaded nodrop v0.1.14
7972026-03-24T21:24:34.291Z Downloaded crossbeam-channel v0.5.15
7982026-03-24T21:24:34.294Z Downloaded bytes v1.11.1
7992026-03-24T21:24:34.297Z Downloaded internet-checksum v0.2.1
8002026-03-24T21:24:34.300Z Downloaded indoc v2.0.7
8012026-03-24T21:24:34.302Z Downloaded newtype_derive v0.1.6
8022026-03-24T21:24:34.302Z Downloaded num-derive v0.4.2
8032026-03-24T21:24:34.305Z Downloaded num-derive v0.3.3
8042026-03-24T21:24:34.305Z Downloaded nonempty v0.12.0
8052026-03-24T21:24:34.308Z Downloaded num-iter v0.1.45
8062026-03-24T21:24:34.309Z Downloaded num-conv v0.2.0
8072026-03-24T21:24:34.309Z Downloaded normalize-line-endings v0.3.0
8082026-03-24T21:24:34.312Z Downloaded lalrpop-util v0.19.12
8092026-03-24T21:24:34.312Z Downloaded http-body-util v0.1.3
8102026-03-24T21:24:34.312Z Downloaded clang-sys v1.8.1
8112026-03-24T21:24:34.315Z Downloaded jobserver v0.1.34
8122026-03-24T21:24:34.318Z Downloaded libefi-sys v0.1.0
8132026-03-24T21:24:34.318Z Downloaded crc-any v2.5.0
8142026-03-24T21:24:34.318Z Downloaded cookie_store v0.22.1
8152026-03-24T21:24:34.322Z Downloaded derive-where v1.6.0
8162026-03-24T21:24:34.325Z Downloaded httparse v1.10.1
8172026-03-24T21:24:34.328Z Downloaded half v1.8.3
8182026-03-24T21:24:34.328Z Downloaded num_enum_derive v0.5.11
8192026-03-24T21:24:34.331Z Downloaded linked-hash-map v0.5.6
8202026-03-24T21:24:34.331Z Downloaded num_threads v0.1.7
8212026-03-24T21:24:34.336Z Downloaded openssl-probe v0.2.1
8222026-03-24T21:24:34.336Z Downloaded opaque-debug v0.3.1
8232026-03-24T21:24:34.336Z Downloaded olpc-cjson v0.1.4
8242026-03-24T21:24:34.339Z Downloaded openssl-macros v0.1.1
8252026-03-24T21:24:34.339Z Downloaded cookie v0.18.1
8262026-03-24T21:24:34.339Z Downloaded managed v0.8.0
8272026-03-24T21:24:34.342Z Downloaded lru v0.12.5
8282026-03-24T21:24:34.342Z Downloaded const_format v0.2.35
8292026-03-24T21:24:34.345Z Downloaded getrandom v0.3.4
8302026-03-24T21:24:34.348Z Downloaded libloading v0.8.9
8312026-03-24T21:24:34.351Z Downloaded nanorand v0.7.0
8322026-03-24T21:24:34.354Z Downloaded openssl-probe v0.1.6
8332026-03-24T21:24:34.354Z Downloaded iana-time-zone v0.1.65
8342026-03-24T21:24:34.385Z Downloaded ipnet v2.11.0
8352026-03-24T21:24:34.385Z Downloaded ingot-macros v0.1.1
8362026-03-24T21:24:34.385Z Downloaded crossbeam-epoch v0.9.18
8372026-03-24T21:24:34.385Z Downloaded libsw-core v0.3.2
8382026-03-24T21:24:34.385Z Downloaded packed_struct_codegen v0.10.1
8392026-03-24T21:24:34.385Z Downloaded oso-derive v0.27.3
8402026-03-24T21:24:34.385Z Downloaded path-slash v0.1.5
8412026-03-24T21:24:34.385Z Downloaded parse-display v0.10.0
8422026-03-24T21:24:34.385Z Downloaded base64 v0.22.1
8432026-03-24T21:24:34.385Z Downloaded multer v3.1.0
8442026-03-24T21:24:34.385Z Downloaded nu-ansi-term v0.50.3
8452026-03-24T21:24:34.385Z Downloaded getrandom v0.2.17
8462026-03-24T21:24:34.385Z Downloaded half v2.7.1
8472026-03-24T21:24:34.388Z Downloaded hickory-client v0.25.2
8482026-03-24T21:24:34.388Z Downloaded base64 v0.21.7
8492026-03-24T21:24:34.388Z Downloaded mime_guess v2.0.5
8502026-03-24T21:24:34.388Z Downloaded num-rational v0.4.2
8512026-03-24T21:24:34.388Z Downloaded num-complex v0.4.6
8522026-03-24T21:24:34.391Z Downloaded num-integer v0.1.46
8532026-03-24T21:24:34.391Z Downloaded newtype-uuid v1.3.2
8542026-03-24T21:24:34.394Z Downloaded pbkdf2 v0.11.0
8552026-03-24T21:24:34.395Z Downloaded peg-runtime v0.8.5
8562026-03-24T21:24:34.398Z Downloaded compact_str v0.8.1
8572026-03-24T21:24:34.401Z Downloaded parse-size v1.1.0
8582026-03-24T21:24:34.401Z Downloaded derive_more v2.1.1
8592026-03-24T21:24:34.408Z Downloaded num_enum v0.7.5
8602026-03-24T21:24:34.414Z Downloaded phf_shared v0.11.3
8612026-03-24T21:24:34.417Z Downloaded futures v0.3.32
8622026-03-24T21:24:34.419Z Downloaded phf_shared v0.13.1
8632026-03-24T21:24:34.420Z Downloaded ahash v0.8.12
8642026-03-24T21:24:34.422Z Downloaded arc-swap v1.8.2
8652026-03-24T21:24:34.427Z Downloaded lock_api v0.4.14
8662026-03-24T21:24:34.427Z Downloaded libsw v3.5.0
8672026-03-24T21:24:34.430Z Downloaded litrs v1.0.0
8682026-03-24T21:24:34.430Z Downloaded memmap2 v0.9.10
8692026-03-24T21:24:34.433Z Downloaded linear-map v1.2.0
8702026-03-24T21:24:34.433Z Downloaded pin-utils v0.1.0
8712026-03-24T21:24:34.436Z Downloaded owo-colors v4.3.0
8722026-03-24T21:24:34.436Z Downloaded darling_core v0.21.3
8732026-03-24T21:24:34.439Z Downloaded crypto-bigint v0.5.5
8742026-03-24T21:24:34.445Z Downloaded precomputed-hash v0.1.1
8752026-03-24T21:24:34.448Z Downloaded packed_struct v0.10.1
8762026-03-24T21:24:34.448Z Downloaded oxnet v0.1.4
8772026-03-24T21:24:34.451Z Downloaded indexmap v1.9.3
8782026-03-24T21:24:34.454Z Downloaded parking_lot_core v0.8.6
8792026-03-24T21:24:34.454Z Downloaded predicates-core v1.0.10
8802026-03-24T21:24:34.458Z Downloaded powerfmt v0.2.0
8812026-03-24T21:24:34.458Z Downloaded predicates-tree v1.0.13
8822026-03-24T21:24:34.461Z Downloaded proc-macro-crate v1.3.1
8832026-03-24T21:24:34.461Z Downloaded heapless v0.7.17
8842026-03-24T21:24:34.464Z Downloaded progenitor-client v0.11.2
8852026-03-24T21:24:34.464Z Downloaded paste v1.0.15
8862026-03-24T21:24:34.467Z Downloaded password-hash v0.5.0
8872026-03-24T21:24:34.467Z Downloaded proc-macro-crate v3.4.0
8882026-03-24T21:24:34.470Z Downloaded pem v3.0.6
8892026-03-24T21:24:34.470Z Downloaded psl-types v2.0.11
8902026-03-24T21:24:34.473Z Downloaded progenitor-macro v0.13.0
8912026-03-24T21:24:34.473Z Downloaded native-tls v0.2.18
8922026-03-24T21:24:34.473Z Downloaded headers v0.4.1
8932026-03-24T21:24:34.477Z Downloaded chacha20poly1305 v0.10.1
8942026-03-24T21:24:34.480Z Downloaded pem-rfc7468 v0.7.0
8952026-03-24T21:24:34.483Z Downloaded progenitor-client v0.10.0
8962026-03-24T21:24:34.483Z Downloaded quick-error v1.2.3
8972026-03-24T21:24:34.486Z Downloaded progenitor-macro v0.11.2
8982026-03-24T21:24:34.486Z Downloaded peg-macros v0.8.5
8992026-03-24T21:24:34.489Z Downloaded flume v0.11.1
9002026-03-24T21:24:34.492Z Downloaded libbz2-rs-sys v0.2.2
9012026-03-24T21:24:34.492Z Downloaded ar_archive_writer v0.5.1
9022026-03-24T21:24:34.495Z Downloaded phf_shared v0.12.1
9032026-03-24T21:24:34.497Z Downloaded pin-project-lite v0.2.17
9042026-03-24T21:24:34.501Z Downloaded radium v0.7.0
9052026-03-24T21:24:34.503Z Downloaded peg v0.8.5
9062026-03-24T21:24:34.506Z Downloaded rand_chacha v0.3.1
9072026-03-24T21:24:34.509Z Downloaded rand_xorshift v0.4.0
9082026-03-24T21:24:34.509Z Downloaded omicron-zone-package v0.12.2
9092026-03-24T21:24:34.512Z Downloaded pin-project-internal v1.1.11
9102026-03-24T21:24:34.515Z Downloaded pkcs8 v0.10.2
9112026-03-24T21:24:34.518Z Downloaded phf v0.13.1
9122026-03-24T21:24:34.518Z Downloaded phf v0.12.1
9132026-03-24T21:24:34.521Z Downloaded num_enum_derive v0.7.5
9142026-03-24T21:24:34.521Z Downloaded pbkdf2 v0.12.2
9152026-03-24T21:24:34.521Z Downloaded password-hash v0.4.2
9162026-03-24T21:24:34.524Z Downloaded polyval v0.6.2
9172026-03-24T21:24:34.527Z Downloaded indicatif v0.18.4
9182026-03-24T21:24:34.532Z Downloaded parse-display-derive v0.10.0
9192026-03-24T21:24:34.532Z Downloaded ppv-lite86 v0.2.21
9202026-03-24T21:24:34.535Z Downloaded ref-cast v1.0.25
9212026-03-24T21:24:34.535Z Downloaded recursive v0.1.1
9222026-03-24T21:24:34.535Z Downloaded primeorder v0.13.6
9232026-03-24T21:24:34.538Z Downloaded ref-cast-impl v1.0.25
9242026-03-24T21:24:34.538Z Downloaded poly1305 v0.8.0
9252026-03-24T21:24:34.540Z Downloaded progenitor v0.11.2
9262026-03-24T21:24:34.543Z Downloaded parking_lot v0.11.2
9272026-03-24T21:24:34.543Z Downloaded recursive-proc-macro-impl v0.1.1
9282026-03-24T21:24:34.546Z Downloaded proc-macro-error2 v2.0.1
9292026-03-24T21:24:34.549Z Downloaded proc-macro-error-attr2 v2.0.0
9302026-03-24T21:24:34.549Z Downloaded parking_lot_core v0.9.12
9312026-03-24T21:24:34.552Z Downloaded hickory-resolver v0.25.2
9322026-03-24T21:24:34.555Z Downloaded progenitor-extras v0.1.1
9332026-03-24T21:24:34.558Z Downloaded psm v0.1.30
9342026-03-24T21:24:34.561Z Downloaded progenitor-client v0.13.0
9352026-03-24T21:24:34.561Z Downloaded progenitor-macro v0.10.0
9362026-03-24T21:24:34.561Z Downloaded rfc6979 v0.4.0
9372026-03-24T21:24:34.565Z Downloaded r2d2 v0.8.10
9382026-03-24T21:24:34.565Z Downloaded progenitor v0.13.0
9392026-03-24T21:24:34.568Z Downloaded rustc_version v0.1.7
9402026-03-24T21:24:34.568Z Downloaded rustc-hash v2.1.1
9412026-03-24T21:24:34.568Z Downloaded russh-cryptovec v0.7.3
9422026-03-24T21:24:34.572Z Downloaded hickory-resolver v0.24.4
9432026-03-24T21:24:34.575Z Downloaded der v0.7.10
9442026-03-24T21:24:34.577Z Downloaded expectorate v1.2.0
9452026-03-24T21:24:34.580Z Downloaded heapless v0.8.0
9462026-03-24T21:24:34.583Z Downloaded derive_more-impl v2.1.1
9472026-03-24T21:24:34.588Z Downloaded rtoolbox v0.0.3
9482026-03-24T21:24:34.591Z Downloaded rand_core v0.6.4
9492026-03-24T21:24:34.591Z Downloaded rand_chacha v0.9.0
9502026-03-24T21:24:34.591Z Downloaded pkg-config v0.3.32
9512026-03-24T21:24:34.594Z Downloaded postcard v1.1.3
9522026-03-24T21:24:34.597Z Downloaded pkcs5 v0.7.1
9532026-03-24T21:24:34.600Z Downloaded rand_core v0.9.5
9542026-03-24T21:24:34.600Z Downloaded pkcs1 v0.7.5
9552026-03-24T21:24:34.603Z Downloaded miniz_oxide v0.8.9
9562026-03-24T21:24:34.606Z Downloaded oso v0.27.3
9572026-03-24T21:24:34.608Z Downloaded rustc_version v0.4.1
9582026-03-24T21:24:34.611Z Downloaded rand_seeder v0.4.0
9592026-03-24T21:24:34.611Z Downloaded diesel_derives v2.3.7
9602026-03-24T21:24:34.616Z Downloaded scheduled-thread-pool v0.2.7
9612026-03-24T21:24:34.619Z Downloaded postgres-types v0.2.12
9622026-03-24T21:24:34.622Z Downloaded same-file v1.0.6
9632026-03-24T21:24:34.622Z Downloaded postgres-protocol v0.6.10
9642026-03-24T21:24:34.624Z Downloaded salsa20 v0.10.2
9652026-03-24T21:24:34.624Z Downloaded predicates v3.1.4
9662026-03-24T21:24:34.627Z Downloaded parking_lot v0.12.5
9672026-03-24T21:24:34.630Z Downloaded secrecy v0.8.0
9682026-03-24T21:24:34.633Z Downloaded scrypt v0.11.0
9692026-03-24T21:24:34.633Z Downloaded scroll_derive v0.13.1
9702026-03-24T21:24:34.636Z Downloaded scopeguard v1.2.0
9712026-03-24T21:24:34.636Z Downloaded num_enum v0.5.11
9722026-03-24T21:24:34.639Z Downloaded hmac v0.12.1
9732026-03-24T21:24:34.642Z Downloaded jiff-static v0.2.21
9742026-03-24T21:24:34.645Z Downloaded oxide-tokio-rt v0.1.3
9752026-03-24T21:24:34.647Z Downloaded ignore v0.4.25
9762026-03-24T21:24:34.648Z Downloaded resolv-conf v0.7.6
9772026-03-24T21:24:34.651Z Downloaded progenitor v0.10.0
9782026-03-24T21:24:34.651Z Downloaded serde-big-array v0.5.1
9792026-03-24T21:24:34.653Z Downloaded fatfs v0.3.6
9802026-03-24T21:24:34.657Z Downloaded serde_bytes v0.11.19
9812026-03-24T21:24:34.657Z Downloaded ed25519-dalek v2.2.0
9822026-03-24T21:24:34.659Z Downloaded seq-macro v0.3.6
9832026-03-24T21:24:34.663Z Downloaded secrecy v0.10.3
9842026-03-24T21:24:34.663Z Downloaded semver v0.1.20
9852026-03-24T21:24:34.666Z Downloaded cc v1.2.56
9862026-03-24T21:24:34.668Z Downloaded hyper-rustls v0.27.7
9872026-03-24T21:24:34.668Z Downloaded multimap v0.10.1
9882026-03-24T21:24:34.672Z Downloaded mime v0.3.17
9892026-03-24T21:24:34.672Z Downloaded rustls-native-certs v0.8.3
9902026-03-24T21:24:34.674Z Downloaded memoffset v0.9.1
9912026-03-24T21:24:34.677Z Downloaded rand_core v0.10.0
9922026-03-24T21:24:34.677Z Downloaded impl-trait-for-tuples v0.2.3
9932026-03-24T21:24:34.680Z Downloaded shell-words v1.1.1
9942026-03-24T21:24:34.680Z Downloaded signal-hook-tokio v0.3.1
9952026-03-24T21:24:34.685Z Downloaded serde_plain v1.0.2
9962026-03-24T21:24:34.685Z Downloaded serde_urlencoded v0.7.1
9972026-03-24T21:24:34.688Z Downloaded signal-hook-mio v0.2.5
9982026-03-24T21:24:34.688Z Downloaded minimal-lexical v0.2.1
9992026-03-24T21:24:34.691Z Downloaded rustversion v1.0.22
10002026-03-24T21:24:34.694Z Downloaded pin-project v1.1.11
10012026-03-24T21:24:34.701Z Downloaded rusty-fork v0.3.1
10022026-03-24T21:24:34.704Z Downloaded rustls-pemfile v1.0.4
10032026-03-24T21:24:34.707Z Downloaded sigpipe v0.1.3
10042026-03-24T21:24:34.707Z Downloaded prefix-trie v0.7.0
10052026-03-24T21:24:34.710Z Downloaded papergrid v0.17.0
10062026-03-24T21:24:34.714Z Downloaded slog-envlogger v2.2.0
10072026-03-24T21:24:34.718Z Downloaded slog-bunyan v2.5.0
10082026-03-24T21:24:34.718Z Downloaded sapling-renderdag v0.1.0
10092026-03-24T21:24:34.721Z Downloaded dropshot-api-manager v0.6.0
10102026-03-24T21:24:34.724Z Downloaded sec1 v0.7.3
10112026-03-24T21:24:34.724Z Downloaded sct v0.7.1
10122026-03-24T21:24:34.727Z Downloaded scroll v0.13.0
10132026-03-24T21:24:34.727Z Downloaded hickory-server v0.25.2
10142026-03-24T21:24:34.731Z Downloaded serde_derive_internals v0.29.1
10152026-03-24T21:24:34.734Z Downloaded hashbrown v0.13.2
10162026-03-24T21:24:34.737Z Downloaded sqlparser_derive v0.5.0
10172026-03-24T21:24:34.740Z Downloaded curve25519-dalek v4.1.3
10182026-03-24T21:24:34.745Z Downloaded serde_path_to_error v0.1.20
10192026-03-24T21:24:34.747Z Downloaded progenitor-impl v0.13.0
10202026-03-24T21:24:34.751Z Downloaded progenitor-impl v0.10.0
10212026-03-24T21:24:34.754Z Downloaded sha1 v0.10.6
10222026-03-24T21:24:34.754Z Downloaded serde-hex v0.1.0
10232026-03-24T21:24:34.754Z Downloaded serde_repr v0.1.20
10242026-03-24T21:24:34.759Z Downloaded quinn-udp v0.5.14
10252026-03-24T21:24:34.762Z Downloaded serde_spanned v1.0.4
10262026-03-24T21:24:34.762Z Downloaded derive-ex v0.1.8
10272026-03-24T21:24:34.762Z Downloaded strip-ansi-escapes v0.2.1
10282026-03-24T21:24:34.762Z Downloaded hashbrown v0.12.3
10292026-03-24T21:24:34.766Z Downloaded ssh-cipher v0.2.0
10302026-03-24T21:24:34.770Z Downloaded signature v2.2.0
10312026-03-24T21:24:34.770Z Downloaded signal-hook-registry v1.4.8
10322026-03-24T21:24:34.773Z Downloaded rustls-pki-types v1.14.0
10332026-03-24T21:24:34.773Z Downloaded openssl-sys v0.9.111
10342026-03-24T21:24:34.778Z Downloaded strum v0.26.3
10352026-03-24T21:24:34.781Z Downloaded crossterm v0.28.1
10362026-03-24T21:24:34.784Z Downloaded rcgen v0.12.1
10372026-03-24T21:24:34.787Z Downloaded strum v0.27.2
10382026-03-24T21:24:34.790Z Downloaded structmeta-derive v0.3.0
10392026-03-24T21:24:34.790Z Downloaded structmeta v0.3.0
10402026-03-24T21:24:34.793Z Downloaded slab v0.4.12
10412026-03-24T21:24:34.793Z Downloaded siphasher v1.0.2
10422026-03-24T21:24:34.793Z Downloaded simd-adler32 v0.3.8
10432026-03-24T21:24:34.797Z Downloaded slog-stdlog v4.1.1
10442026-03-24T21:24:34.797Z Downloaded subtle v2.6.1
10452026-03-24T21:24:34.799Z Downloaded tabled_derive v0.11.0
10462026-03-24T21:24:34.799Z Downloaded slog-scope v4.4.1
10472026-03-24T21:24:34.802Z Downloaded slog-json v2.6.1
10482026-03-24T21:24:34.805Z Downloaded slog-dtrace v0.3.0
10492026-03-24T21:24:34.805Z Downloaded pretty_assertions v1.4.1
10502026-03-24T21:24:34.808Z Downloaded smf v0.2.3
10512026-03-24T21:24:34.808Z Downloaded russh-keys v0.45.0
10522026-03-24T21:24:34.811Z Downloaded slog-async v2.8.0
10532026-03-24T21:24:34.811Z Downloaded schemars_derive v0.8.22
10542026-03-24T21:24:34.814Z Downloaded slog-term v2.9.2
10552026-03-24T21:24:34.817Z Downloaded tap v1.0.1
10562026-03-24T21:24:34.817Z Downloaded tabwriter v1.4.1
10572026-03-24T21:24:34.820Z Downloaded take_mut v0.2.2
10582026-03-24T21:24:34.820Z Downloaded tagptr v0.2.0
10592026-03-24T21:24:34.820Z Downloaded sync_wrapper v1.0.2
10602026-03-24T21:24:34.823Z Downloaded sync-ptr v0.1.4
10612026-03-24T21:24:34.823Z Downloaded supports-color v3.0.2
10622026-03-24T21:24:34.826Z Downloaded static_assertions v1.1.0
10632026-03-24T21:24:34.826Z Downloaded serde_with_macros v3.17.0
10642026-03-24T21:24:34.829Z Downloaded serde_cbor v0.11.2
10652026-03-24T21:24:34.832Z Downloaded progenitor-impl v0.11.2
10662026-03-24T21:24:34.832Z Downloaded ssh-encoding v0.2.0
10672026-03-24T21:24:34.835Z Downloaded thiserror-impl-no-std v2.0.2
10682026-03-24T21:24:34.835Z Downloaded termtree v0.5.1
10692026-03-24T21:24:34.838Z Downloaded thread-id v5.1.0
10702026-03-24T21:24:34.838Z Downloaded stacker v0.1.23
10712026-03-24T21:24:34.841Z Downloaded ron v0.8.1
10722026-03-24T21:24:34.844Z Downloaded time-core v0.1.8
10732026-03-24T21:24:34.847Z Downloaded spki v0.7.3
10742026-03-24T21:24:34.847Z Downloaded snafu-derive v0.8.9
10752026-03-24T21:24:34.850Z Downloaded testing_table v0.3.0
10762026-03-24T21:24:34.850Z Downloaded mio v1.1.1
10772026-03-24T21:24:34.854Z Downloaded string_cache v0.8.9
10782026-03-24T21:24:34.857Z Downloaded aes v0.8.4
10792026-03-24T21:24:34.860Z Downloaded tinyvec_macros v0.1.1
10802026-03-24T21:24:34.864Z Downloaded strum_macros v0.24.3
10812026-03-24T21:24:34.864Z Downloaded schemars v0.8.22
10822026-03-24T21:24:34.871Z Downloaded sqlformat v0.3.5
10832026-03-24T21:24:34.874Z Downloaded quinn v0.11.9
10842026-03-24T21:24:34.877Z Downloaded stringprep v0.1.5
10852026-03-24T21:24:34.880Z Downloaded spin v0.9.8
10862026-03-24T21:24:34.880Z Downloaded num-bigint v0.4.6
10872026-03-24T21:24:34.885Z Downloaded support-bundle-viewer v0.1.2
10882026-03-24T21:24:34.888Z Downloaded strum_macros v0.27.2
10892026-03-24T21:24:34.888Z Downloaded nom v7.1.3
10902026-03-24T21:24:34.892Z Downloaded ryu v1.0.23
10912026-03-24T21:24:34.895Z Downloaded rustls-platform-verifier v0.6.2
10922026-03-24T21:24:34.899Z Downloaded prettyplease v0.2.37
10932026-03-24T21:24:34.902Z Downloaded crossterm v0.29.0
10942026-03-24T21:24:34.908Z Downloaded smallvec v0.6.14
10952026-03-24T21:24:34.910Z Downloaded signal-hook v0.3.18
10962026-03-24T21:24:34.913Z Downloaded rustls-pemfile v2.2.0
10972026-03-24T21:24:34.916Z Downloaded p256 v0.13.2
10982026-03-24T21:24:34.919Z Downloaded topological-sort v0.2.2
10992026-03-24T21:24:34.919Z Downloaded tiny-keccak v2.0.2
11002026-03-24T21:24:34.921Z Downloaded slog v2.8.2
11012026-03-24T21:24:34.924Z Downloaded rayon-core v1.13.0
11022026-03-24T21:24:34.927Z Downloaded tls_codec_derive v0.4.2
11032026-03-24T21:24:34.930Z Downloaded schemars v0.9.0
11042026-03-24T21:24:34.939Z Downloaded try-lock v0.2.5
11052026-03-24T21:24:34.941Z Downloaded termios v0.3.3
11062026-03-24T21:24:34.944Z Downloaded tokio-native-tls v0.3.1
11072026-03-24T21:24:34.944Z Downloaded term v1.2.1
11082026-03-24T21:24:34.947Z Downloaded qorb v0.4.1
11092026-03-24T21:24:34.950Z Downloaded tokio-tungstenite v0.23.1
11102026-03-24T21:24:34.953Z Downloaded untrusted v0.7.1
11112026-03-24T21:24:34.956Z Downloaded tokio-tungstenite v0.21.0
11122026-03-24T21:24:34.956Z Downloaded socket2 v0.6.2
11132026-03-24T21:24:34.959Z Downloaded untrusted v0.9.0
11142026-03-24T21:24:34.962Z Downloaded unicode-truncate v1.1.0
11152026-03-24T21:24:34.962Z Downloaded universal-hash v0.5.1
11162026-03-24T21:24:34.962Z Downloaded unit-prefix v0.5.2
11172026-03-24T21:24:34.965Z Downloaded unarray v0.1.4
11182026-03-24T21:24:34.965Z Downloaded typify-macro v0.4.3
11192026-03-24T21:24:34.965Z Downloaded tls_codec v0.4.2
11202026-03-24T21:24:34.968Z Downloaded num-bigint-dig v0.8.6
11212026-03-24T21:24:34.971Z Downloaded serde_yaml v0.9.34+deprecated
11222026-03-24T21:24:34.974Z Downloaded aes-gcm v0.10.3
11232026-03-24T21:24:34.977Z Downloaded tower-service v0.3.3
11242026-03-24T21:24:34.980Z Downloaded tokio-macros v2.6.0
11252026-03-24T21:24:34.980Z Downloaded trait-variant v0.1.2
11262026-03-24T21:24:34.982Z Downloaded tokio-dtrace v0.1.1
11272026-03-24T21:24:34.982Z Downloaded strum_macros v0.26.4
11282026-03-24T21:24:34.985Z Downloaded similar v2.7.0
11292026-03-24T21:24:34.988Z Downloaded usdt v0.6.0
11302026-03-24T21:24:34.991Z Downloaded libxml v0.3.3
11312026-03-24T21:24:34.994Z Downloaded tui-tree-widget v0.23.1
11322026-03-24T21:24:34.999Z Downloaded time-macros v0.2.27
11332026-03-24T21:24:34.999Z Downloaded rustls-webpki v0.103.9
11342026-03-24T21:24:35.002Z Downloaded void v1.0.2
11352026-03-24T21:24:35.002Z Downloaded schemars v1.2.1
11362026-03-24T21:24:35.013Z Downloaded waitgroup v0.1.2
11372026-03-24T21:24:35.016Z Downloaded wait-timeout v0.2.1
11382026-03-24T21:24:35.016Z Downloaded usdt-attr-macro v0.6.0
11392026-03-24T21:24:35.019Z Downloaded term v0.7.0
11402026-03-24T21:24:35.019Z Downloaded itertools v0.12.1
11412026-03-24T21:24:35.024Z Downloaded iri-string v0.7.10
11422026-03-24T21:24:35.030Z Downloaded tokio-rustls v0.25.0
11432026-03-24T21:24:35.033Z Downloaded tokio-stream v0.1.18
11442026-03-24T21:24:35.036Z Downloaded xshell-macros v0.2.7
11452026-03-24T21:24:35.039Z Downloaded unicase v2.9.0
11462026-03-24T21:24:35.039Z Downloaded bitvec v1.0.1
11472026-03-24T21:24:35.050Z Downloaded tokio-rustls v0.26.4
11482026-03-24T21:24:35.053Z Downloaded typify-macro v0.6.1
11492026-03-24T21:24:35.053Z Downloaded rand v0.8.5
11502026-03-24T21:24:35.056Z Downloaded xattr v1.6.1
11512026-03-24T21:24:35.059Z Downloaded test-strategy v0.4.5
11522026-03-24T21:24:35.062Z Downloaded itertools v0.13.0
11532026-03-24T21:24:35.066Z Downloaded zone_cfg_derive v0.3.1
11542026-03-24T21:24:35.069Z Downloaded zeroize_derive v1.4.3
11552026-03-24T21:24:35.069Z Downloaded rsa v0.9.10
11562026-03-24T21:24:35.072Z Downloaded usdt-macro v0.6.0
11572026-03-24T21:24:35.075Z Downloaded usdt-impl v0.6.0
11582026-03-24T21:24:35.075Z Downloaded bindgen v0.71.1
11592026-03-24T21:24:35.080Z Downloaded tokio-rustls v0.24.1
11602026-03-24T21:24:35.083Z Downloaded tinyvec v1.10.0
11612026-03-24T21:24:35.086Z Downloaded hyper v1.8.1
11622026-03-24T21:24:35.090Z Downloaded zone v0.3.1
11632026-03-24T21:24:35.093Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-03-24T21:24:35.093Z Downloaded vergen-git2 v1.0.7
11652026-03-24T21:24:35.096Z Downloaded vergen-gitcl v1.0.8
11662026-03-24T21:24:35.096Z Downloaded subprocess v0.2.15
11672026-03-24T21:24:35.099Z Downloaded vsss-rs v3.3.4
11682026-03-24T21:24:35.102Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-03-24T21:24:35.106Z Downloaded walkdir v2.5.0
11702026-03-24T21:24:35.106Z Downloaded itertools v0.14.0
11712026-03-24T21:24:35.110Z Downloaded toml v0.7.8
11722026-03-24T21:24:35.113Z Downloaded hashbrown v0.15.5
11732026-03-24T21:24:35.117Z Downloaded futures-util v0.3.32
11742026-03-24T21:24:35.126Z Downloaded xz2 v0.1.7
11752026-03-24T21:24:35.129Z Downloaded whoami v2.1.0
11762026-03-24T21:24:35.132Z Downloaded whoami v1.6.1
11772026-03-24T21:24:35.132Z Downloaded want v0.3.1
11782026-03-24T21:24:35.134Z Downloaded rand v0.10.0
11792026-03-24T21:24:35.137Z Downloaded p521 v0.13.3
11802026-03-24T21:24:35.140Z Downloaded xshell v0.2.7
11812026-03-24T21:24:35.140Z Downloaded twox-hash v2.1.2
11822026-03-24T21:24:35.143Z Downloaded wyz v0.5.1
11832026-03-24T21:24:35.143Z Downloaded russh v0.45.0
11842026-03-24T21:24:35.147Z Downloaded hkdf v0.12.4
11852026-03-24T21:24:35.150Z Downloaded tar v0.4.44
11862026-03-24T21:24:35.153Z Downloaded zstd v0.13.3
11872026-03-24T21:24:35.156Z Downloaded socket2 v0.5.10
11882026-03-24T21:24:35.156Z Downloaded samael v0.0.19
11892026-03-24T21:24:35.161Z Downloaded utf-8 v0.7.6
11902026-03-24T21:24:35.164Z Downloaded zeroize v1.8.2
11912026-03-24T21:24:35.164Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11922026-03-24T21:24:35.168Z Downloaded rand v0.9.2
11932026-03-24T21:24:35.170Z Downloaded vergen v9.0.6
11942026-03-24T21:24:35.171Z Downloaded uzers v0.12.2
11952026-03-24T21:24:35.173Z Downloaded unicode-properties v0.1.4
11962026-03-24T21:24:35.173Z Downloaded tower-layer v0.3.3
11972026-03-24T21:24:35.173Z Downloaded vergen-lib v0.1.6
11982026-03-24T21:24:35.177Z Downloaded publicsuffix v2.3.0
11992026-03-24T21:24:35.180Z Downloaded zstd-safe v7.2.4
12002026-03-24T21:24:35.180Z Downloaded tungstenite v0.21.0
12012026-03-24T21:24:35.183Z Downloaded toml v0.9.12+spec-1.1.0
12022026-03-24T21:24:35.186Z Downloaded snafu v0.8.9
12032026-03-24T21:24:35.189Z Downloaded ron v0.12.0
12042026-03-24T21:24:35.196Z Downloaded h2 v0.4.13
12052026-03-24T21:24:35.201Z Downloaded steno v0.4.1
12062026-03-24T21:24:35.204Z Downloaded zerocopy v0.6.6
12072026-03-24T21:24:35.207Z Downloaded yasna v0.5.2
12082026-03-24T21:24:35.210Z Downloaded unicode-bidi v0.3.18
12092026-03-24T21:24:35.210Z Downloaded typify v0.4.3
12102026-03-24T21:24:35.213Z Downloaded tracing-core v0.1.36
12112026-03-24T21:24:35.216Z Downloaded tracing-attributes v0.1.31
12122026-03-24T21:24:35.218Z Downloaded typify v0.6.1
12132026-03-24T21:24:35.222Z Downloaded aho-corasick v1.1.4
12142026-03-24T21:24:35.227Z Downloaded reedline v0.40.0
12152026-03-24T21:24:35.231Z Downloaded uuid v1.21.0
12162026-03-24T21:24:35.234Z Downloaded blake3 v1.8.3
12172026-03-24T21:24:35.240Z Downloaded rustyline v14.0.0
12182026-03-24T21:24:35.244Z Downloaded rpassword v7.4.0
12192026-03-24T21:24:35.247Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-03-24T21:24:35.249Z Downloaded iddqd v0.3.17
12212026-03-24T21:24:35.254Z Downloaded vte v0.14.1
12222026-03-24T21:24:35.257Z Downloaded toml_edit v0.19.15
12232026-03-24T21:24:35.269Z Downloaded thread_local v1.1.9
12242026-03-24T21:24:35.272Z Downloaded zopfli v0.8.3
12252026-03-24T21:24:35.275Z Downloaded thiserror-no-std v2.0.2
12262026-03-24T21:24:35.278Z Downloaded itertools v0.10.5
12272026-03-24T21:24:35.282Z Downloaded hyper-util v0.1.20
12282026-03-24T21:24:35.286Z Downloaded yansi v1.0.1
12292026-03-24T21:24:35.291Z Downloaded unsafe-libyaml v0.2.11
12302026-03-24T21:24:35.295Z Downloaded reqwest v0.13.2
12312026-03-24T21:24:35.299Z Downloaded git2 v0.20.4
12322026-03-24T21:24:35.302Z Downloaded libm v0.2.16
12332026-03-24T21:24:35.309Z Downloaded zip v0.6.6
12342026-03-24T21:24:35.312Z Downloaded unicode_categories v0.1.1
12352026-03-24T21:24:35.315Z Downloaded tungstenite v0.23.0
12362026-03-24T21:24:35.318Z Downloaded tokio-postgres v0.7.16
12372026-03-24T21:24:35.321Z Downloaded portable-atomic v1.13.1
12382026-03-24T21:24:35.327Z Downloaded http v1.4.0
12392026-03-24T21:24:35.330Z Downloaded shlex v1.3.0
12402026-03-24T21:24:35.333Z Downloaded highway v1.3.0
12412026-03-24T21:24:35.333Z Downloaded crossbeam-deque v0.8.6
12422026-03-24T21:24:35.336Z Downloaded convert_case v0.10.0
12432026-03-24T21:24:35.336Z Downloaded git-stub v1.0.0
12442026-03-24T21:24:35.339Z Downloaded erased-serde v0.3.31
12452026-03-24T21:24:35.342Z Downloaded env_logger v0.11.9
12462026-03-24T21:24:35.342Z Downloaded dtrace-parser v0.3.0
12472026-03-24T21:24:35.342Z Downloaded const_format_proc_macros v0.2.34
12482026-03-24T21:24:35.345Z Downloaded colored v2.2.0
12492026-03-24T21:24:35.348Z Downloaded cipher v0.4.4
12502026-03-24T21:24:35.348Z Downloaded cexpr v0.6.0
12512026-03-24T21:24:35.351Z Downloaded camino-tempfile-ext v0.3.3
12522026-03-24T21:24:35.351Z Downloaded bzip2 v0.4.4
12532026-03-24T21:24:35.354Z Downloaded blowfish v0.9.1
12542026-03-24T21:24:35.354Z Downloaded ssh-key v0.6.7
12552026-03-24T21:24:35.358Z Downloaded x509-cert v0.2.5
12562026-03-24T21:24:35.363Z Downloaded bcs v0.1.6
12572026-03-24T21:24:35.366Z Downloaded arrayref v0.3.9
12582026-03-24T21:24:35.366Z Downloaded cfg_aliases v0.2.1
12592026-03-24T21:24:35.369Z Downloaded atty v0.2.14
12602026-03-24T21:24:35.369Z Downloaded async-stream-impl v0.3.6
12612026-03-24T21:24:35.369Z Downloaded float-ord v0.3.2
12622026-03-24T21:24:35.380Z Downloaded aws-lc-rs v1.16.0
12632026-03-24T21:24:35.387Z Downloaded tower v0.5.3
12642026-03-24T21:24:35.394Z Downloaded reqwest v0.12.28
12652026-03-24T21:24:35.399Z Downloaded typed-path v0.9.3
12662026-03-24T21:24:35.404Z Downloaded rustls-webpki v0.102.8
12672026-03-24T21:24:35.418Z Downloaded p384 v0.13.1
12682026-03-24T21:24:35.429Z Downloaded object v0.30.4
12692026-03-24T21:24:35.436Z Downloaded regex v1.12.3
12702026-03-24T21:24:35.462Z Downloaded chrono v0.4.44
12712026-03-24T21:24:35.462Z Downloaded tower-http v0.6.8
12722026-03-24T21:24:35.462Z Downloaded unicode-normalization v0.1.25
12732026-03-24T21:24:35.462Z Downloaded quick-xml v0.37.5
12742026-03-24T21:24:35.462Z Downloaded unicode-segmentation v1.12.0
12752026-03-24T21:24:35.466Z Downloaded rustls-webpki v0.101.7
12762026-03-24T21:24:35.474Z Downloaded zerocopy-derive v0.8.40
12772026-03-24T21:24:35.481Z Downloaded goblin v0.10.5
12782026-03-24T21:24:35.487Z Downloaded rayon v1.11.0
12792026-03-24T21:24:35.494Z Downloaded lalrpop v0.19.12
12802026-03-24T21:24:35.502Z Downloaded winnow v0.6.26
12812026-03-24T21:24:35.509Z Downloaded polar-core v0.27.3
12822026-03-24T21:24:35.517Z Downloaded quinn-proto v0.11.13
12832026-03-24T21:24:35.521Z Downloaded salty v0.3.0
12842026-03-24T21:24:35.527Z Downloaded moka v0.12.13
12852026-03-24T21:24:35.533Z Downloaded zip v4.6.1
12862026-03-24T21:24:35.542Z Downloaded petname v2.0.2
12872026-03-24T21:24:35.547Z Downloaded serde_with v3.17.0
12882026-03-24T21:24:35.563Z Downloaded tokio-util v0.7.18
12892026-03-24T21:24:35.569Z Downloaded tough v0.20.0
12902026-03-24T21:24:35.576Z Downloaded time v0.3.47
12912026-03-24T21:24:35.586Z Downloaded smoltcp v0.9.1
12922026-03-24T21:24:35.594Z Downloaded hickory-proto v0.24.4
12932026-03-24T21:24:35.606Z Downloaded vcpkg v0.2.15
12942026-03-24T21:24:35.637Z Downloaded webpki-roots v1.0.6
12952026-03-24T21:24:35.640Z Downloaded object v0.37.3
12962026-03-24T21:24:35.649Z Downloaded dropshot v0.16.7
12972026-03-24T21:24:35.666Z Downloaded zerocopy v0.8.40
12982026-03-24T21:24:35.673Z Downloaded winnow v0.5.40
12992026-03-24T21:24:35.680Z Downloaded rustls v0.23.37
13002026-03-24T21:24:35.690Z Downloaded diesel v2.3.7
13012026-03-24T21:24:35.706Z Downloaded tabled v0.20.0
13022026-03-24T21:24:35.720Z Downloaded nix v0.29.0
13032026-03-24T21:24:35.728Z Downloaded nix v0.28.0
13042026-03-24T21:24:35.737Z Downloaded bstr v1.12.1
13052026-03-24T21:24:35.744Z Downloaded nix v0.27.1
13062026-03-24T21:24:35.753Z Downloaded rustls v0.22.4
13072026-03-24T21:24:35.764Z Downloaded radix_trie v0.2.1
13082026-03-24T21:24:35.769Z Downloaded openssl v0.10.75
13092026-03-24T21:24:35.777Z Downloaded zlib-rs v0.6.2
13102026-03-24T21:24:35.782Z Downloaded nix v0.31.1
13112026-03-24T21:24:35.791Z Downloaded rustls v0.21.12
13122026-03-24T21:24:35.801Z Downloaded regex-syntax v0.6.29
13132026-03-24T21:24:35.806Z Downloaded openapiv3 v2.2.0
13142026-03-24T21:24:35.816Z Downloaded tracing v0.1.44
13152026-03-24T21:24:35.833Z Downloaded hickory-proto v0.25.2
13162026-03-24T21:24:35.846Z Downloaded smoltcp v0.11.0
13172026-03-24T21:24:35.855Z Downloaded typify-impl v0.4.3
13182026-03-24T21:24:35.867Z Downloaded regress v0.10.5
13192026-03-24T21:24:35.875Z Downloaded zerocopy-derive v0.6.6
13202026-03-24T21:24:35.883Z Downloaded regex-syntax v0.8.10
13212026-03-24T21:24:35.889Z Downloaded proptest v1.10.0
13222026-03-24T21:24:35.897Z Downloaded rustix v0.38.44
13232026-03-24T21:24:35.926Z Downloaded csv v1.4.0
13242026-03-24T21:24:35.943Z Downloaded jiff v0.2.21
13252026-03-24T21:24:35.958Z Downloaded sqlparser v0.61.0
13262026-03-24T21:24:35.974Z Downloaded petgraph v0.8.3
13272026-03-24T21:24:35.992Z Downloaded sled v0.34.7
13282026-03-24T21:24:36.007Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13292026-03-24T21:24:36.022Z Downloaded typify-impl v0.6.1
13302026-03-24T21:24:36.033Z Downloaded ratatui v0.29.0
13312026-03-24T21:24:36.048Z Downloaded tokio v1.49.0
13322026-03-24T21:24:36.079Z Downloaded bzip2-sys v0.1.13+1.0.8
13332026-03-24T21:24:36.105Z Downloaded regex-automata v0.4.14
13342026-03-24T21:24:36.139Z Downloaded petgraph v0.6.5
13352026-03-24T21:24:36.153Z Downloaded chrono-tz v0.10.4
13362026-03-24T21:24:36.166Z Downloaded lzma-sys v0.1.20
13372026-03-24T21:24:36.188Z Downloaded encoding_rs v0.8.35
13382026-03-24T21:24:36.214Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-24T21:24:36.283Z Downloaded libz-sys v1.1.24
13402026-03-24T21:24:36.308Z Downloaded sha3 v0.10.8
13412026-03-24T21:24:36.386Z Downloaded ring v0.17.14
13422026-03-24T21:24:37.047Z Downloaded aws-lc-sys v0.37.1
13432026-03-24T21:24:37.370Z Compiling libc v0.2.180
13442026-03-24T21:24:37.370Z Compiling serde v1.0.228
13452026-03-24T21:24:37.373Z Compiling log v0.4.29
13462026-03-24T21:24:37.373Z Compiling shlex v1.3.0
13472026-03-24T21:24:37.584Z Compiling find-msvc-tools v0.1.9
13482026-03-24T21:24:37.587Z Compiling smallvec v1.15.1
13492026-03-24T21:24:37.602Z Compiling syn v2.0.117
13502026-03-24T21:24:37.623Z Compiling typenum v1.19.0
13512026-03-24T21:24:37.804Z Compiling generic-array v0.14.7
13522026-03-24T21:24:37.838Z Compiling subtle v2.6.1
13532026-03-24T21:24:37.890Z Compiling scopeguard v1.2.0
13542026-03-24T21:24:37.946Z Compiling portable-atomic v1.13.1
13552026-03-24T21:24:37.969Z Compiling const-oid v0.9.6
13562026-03-24T21:24:38.022Z Compiling lock_api v0.4.14
13572026-03-24T21:24:38.080Z Compiling critical-section v1.2.0
13582026-03-24T21:24:38.139Z Compiling zerocopy v0.8.40
13592026-03-24T21:24:38.214Z Compiling serde_json v1.0.149
13602026-03-24T21:24:38.335Z Compiling parking_lot_core v0.9.12
13612026-03-24T21:24:38.453Z Compiling pin-project-lite v0.2.17
13622026-03-24T21:24:38.691Z Compiling pkg-config v0.3.32
13632026-03-24T21:24:38.730Z Compiling bitflags v2.11.0
13642026-03-24T21:24:38.839Z Compiling getrandom v0.2.17
13652026-03-24T21:24:38.965Z Compiling jobserver v0.1.34
13662026-03-24T21:24:39.035Z Compiling rand_core v0.6.4
13672026-03-24T21:24:39.094Z Compiling errno v0.3.14
13682026-03-24T21:24:39.291Z Compiling cc v1.2.56
13692026-03-24T21:24:39.393Z Compiling once_cell v1.21.3
13702026-03-24T21:24:39.414Z Compiling signal-hook-registry v1.4.8
13712026-03-24T21:24:39.458Z Compiling parking_lot v0.12.5
13722026-03-24T21:24:39.480Z Compiling mio v1.1.1
13732026-03-24T21:24:39.517Z Compiling libm v0.2.16
13742026-03-24T21:24:39.664Z Compiling num-traits v0.2.19
13752026-03-24T21:24:39.778Z Compiling futures-core v0.3.32
13762026-03-24T21:24:39.969Z Compiling socket2 v0.6.2
13772026-03-24T21:24:39.990Z Compiling percent-encoding v2.3.2
13782026-03-24T21:24:40.093Z Compiling allocator-api2 v0.2.21
13792026-03-24T21:24:40.146Z Compiling foldhash v0.2.0
13802026-03-24T21:24:40.231Z Compiling futures-sink v0.3.32
13812026-03-24T21:24:40.250Z Compiling cpufeatures v0.2.17
13822026-03-24T21:24:40.341Z Compiling futures-channel v0.3.32
13832026-03-24T21:24:40.378Z Compiling futures-io v0.3.32
13842026-03-24T21:24:40.426Z Compiling futures-task v0.3.32
13852026-03-24T21:24:40.522Z Compiling hashbrown v0.16.1
13862026-03-24T21:24:40.525Z Compiling slab v0.4.12
13872026-03-24T21:24:40.561Z Compiling getrandom v0.4.1
13882026-03-24T21:24:40.635Z Compiling rustversion v1.0.22
13892026-03-24T21:24:40.654Z Compiling rand_core v0.10.0
13902026-03-24T21:24:40.762Z Compiling getrandom v0.3.4
13912026-03-24T21:24:40.863Z Compiling cmake v0.1.57
13922026-03-24T21:24:41.356Z Compiling indexmap v2.13.0
13932026-03-24T21:24:41.456Z Compiling form_urlencoded v1.2.2
13942026-03-24T21:24:41.478Z Compiling base64ct v1.8.3
13952026-03-24T21:24:41.569Z Compiling dunce v1.0.5
13962026-03-24T21:24:41.683Z Compiling ident_case v1.0.1
13972026-03-24T21:24:41.703Z Compiling fs_extra v1.3.0
13982026-03-24T21:24:41.723Z Compiling synstructure v0.13.2
13992026-03-24T21:24:41.886Z Compiling pem-rfc7468 v0.7.0
14002026-03-24T21:24:42.010Z Compiling flagset v0.4.7
14012026-03-24T21:24:42.062Z Compiling aws-lc-sys v0.37.1
14022026-03-24T21:24:42.153Z Compiling rand_core v0.9.5
14032026-03-24T21:24:42.177Z Compiling rustix v1.1.3
14042026-03-24T21:24:42.203Z Compiling iana-time-zone v0.1.65
14052026-03-24T21:24:42.276Z Compiling ring v0.17.14
14062026-03-24T21:24:42.298Z Compiling uuid v1.21.0
14072026-03-24T21:24:42.463Z Compiling rustc_version v0.4.1
14082026-03-24T21:24:42.508Z Compiling aws-lc-rs v1.16.0
14092026-03-24T21:24:42.585Z Compiling regex-syntax v0.8.10
14102026-03-24T21:24:42.876Z Compiling vcpkg v0.2.15
14112026-03-24T21:24:42.896Z Compiling tracing-core v0.1.36
14122026-03-24T21:24:43.206Z Compiling crossbeam-utils v0.8.21
14132026-03-24T21:24:43.592Z Compiling pest_generator v2.8.6
14142026-03-24T21:24:43.633Z Compiling serde_derive_internals v0.29.1
14152026-03-24T21:24:43.859Z Compiling openssl-sys v0.9.111
14162026-03-24T21:24:44.327Z Compiling serde_derive v1.0.228
14172026-03-24T21:24:44.527Z Compiling zeroize_derive v1.4.3
14182026-03-24T21:24:44.547Z Compiling zerofrom-derive v0.1.6
14192026-03-24T21:24:44.568Z Compiling yoke-derive v0.8.1
14202026-03-24T21:24:44.883Z Compiling zerocopy-derive v0.8.40
14212026-03-24T21:24:45.388Z Compiling zeroize v1.8.2
14222026-03-24T21:24:45.820Z Compiling zerovec-derive v0.11.2
14232026-03-24T21:24:46.159Z Compiling displaydoc v0.2.5
14242026-03-24T21:24:46.463Z Compiling crypto-common v0.1.7
14252026-03-24T21:24:46.486Z Compiling zerofrom v0.1.6
14262026-03-24T21:24:46.690Z Compiling yoke v0.8.1
14272026-03-24T21:24:46.690Z Compiling block-buffer v0.10.4
14282026-03-24T21:24:46.868Z Compiling digest v0.10.7
14292026-03-24T21:24:46.916Z Compiling tokio-macros v2.6.0
14302026-03-24T21:24:47.196Z Compiling hmac v0.12.1
14312026-03-24T21:24:47.214Z Compiling zerotrie v0.2.3
14322026-03-24T21:24:47.364Z Compiling zerovec v0.11.5
14332026-03-24T21:24:47.387Z Compiling futures-macro v0.3.32
14342026-03-24T21:24:47.601Z Compiling block-padding v0.3.3
14352026-03-24T21:24:47.801Z Compiling inout v0.1.4
14362026-03-24T21:24:47.886Z Compiling sha2 v0.10.9
14372026-03-24T21:24:48.012Z Compiling tinystr v0.8.2
14382026-03-24T21:24:48.062Z Compiling potential_utf v0.1.4
14392026-03-24T21:24:48.267Z Compiling icu_locale_core v2.1.1
14402026-03-24T21:24:48.288Z Compiling icu_collections v2.1.1
14412026-03-24T21:24:48.446Z Compiling cipher v0.4.4
14422026-03-24T21:24:48.467Z Compiling futures-util v0.3.32
14432026-03-24T21:24:48.689Z Compiling der_derive v0.7.3
14442026-03-24T21:24:48.929Z Compiling salsa20 v0.10.2
14452026-03-24T21:24:49.104Z Compiling bytes v1.11.1
14462026-03-24T21:24:49.125Z Compiling icu_provider v2.1.1
14472026-03-24T21:24:49.498Z Compiling icu_normalizer v2.1.1
14482026-03-24T21:24:49.519Z Compiling icu_properties v2.1.2
14492026-03-24T21:24:49.744Z Compiling tokio v1.49.0
14502026-03-24T21:24:49.949Z Compiling http v1.4.0
14512026-03-24T21:24:49.968Z Compiling der v0.7.10
14522026-03-24T21:24:50.219Z Compiling chrono v0.4.44
14532026-03-24T21:24:51.066Z Compiling ppv-lite86 v0.2.21
14542026-03-24T21:24:51.228Z Compiling idna_adapter v1.2.1
14552026-03-24T21:24:51.294Z Compiling spki v0.7.3
14562026-03-24T21:24:51.430Z Compiling idna v1.1.0
14572026-03-24T21:24:51.531Z Compiling pbkdf2 v0.12.2
14582026-03-24T21:24:51.559Z Compiling thiserror-impl v2.0.18
14592026-03-24T21:24:51.645Z Compiling scrypt v0.11.0
14602026-03-24T21:24:51.676Z Compiling rand_chacha v0.9.0
14612026-03-24T21:24:51.697Z Compiling cbc v0.1.2
14622026-03-24T21:24:51.889Z Compiling url v2.5.8
14632026-03-24T21:24:51.977Z Compiling aes v0.8.4
14642026-03-24T21:24:52.204Z Compiling rustls-pki-types v1.14.0
14652026-03-24T21:24:52.325Z Compiling tracing-attributes v0.1.31
14662026-03-24T21:24:52.582Z Compiling pkcs5 v0.7.1
14672026-03-24T21:24:52.810Z Compiling rand v0.9.2
14682026-03-24T21:24:52.961Z Compiling http-body v1.0.1
14692026-03-24T21:24:53.226Z Compiling schemars v0.8.22
14702026-03-24T21:24:53.246Z Compiling base64 v0.22.1
14712026-03-24T21:24:53.378Z Compiling thiserror v2.0.18
14722026-03-24T21:24:53.396Z Compiling untrusted v0.7.1
14732026-03-24T21:24:53.473Z Compiling openssl-probe v0.2.1
14742026-03-24T21:24:53.509Z Compiling untrusted v0.9.0
14752026-03-24T21:24:53.546Z Compiling httparse v1.10.1
14762026-03-24T21:24:53.658Z Compiling syn v1.0.109
14772026-03-24T21:24:53.730Z Compiling pkcs8 v0.10.2
14782026-03-24T21:24:53.835Z Compiling schemars_derive v0.8.22
14792026-03-24T21:24:54.048Z Compiling pest_derive v2.8.6
14802026-03-24T21:24:54.126Z Compiling scroll_derive v0.13.1
14812026-03-24T21:24:54.146Z Compiling tracing v0.1.44
14822026-03-24T21:24:54.497Z Compiling darling_core v0.20.11
14832026-03-24T21:24:54.587Z Compiling tinyvec_macros v0.1.1
14842026-03-24T21:24:54.675Z Compiling atomic-waker v1.1.2
14852026-03-24T21:24:54.824Z Compiling try-lock v0.2.5
14862026-03-24T21:24:54.843Z Compiling tower-service v0.3.3
14872026-03-24T21:24:54.958Z Compiling tokio-util v0.7.18
14882026-03-24T21:24:54.958Z Compiling tower-layer v0.3.3
14892026-03-24T21:24:55.187Z Compiling rustls v0.23.37
14902026-03-24T21:24:55.206Z Compiling dyn-clone v1.0.20
14912026-03-24T21:24:55.381Z Compiling scroll v0.13.0
14922026-03-24T21:24:55.402Z Compiling want v0.3.1
14932026-03-24T21:24:55.612Z Compiling tinyvec v1.10.0
14942026-03-24T21:24:56.074Z Compiling h2 v0.4.13
14952026-03-24T21:24:56.380Z Compiling ipnet v2.11.0
14962026-03-24T21:24:56.582Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-24T21:24:57.079Z Compiling spin v0.9.8
14982026-03-24T21:24:57.101Z Compiling aho-corasick v1.1.4
14992026-03-24T21:24:57.356Z Compiling foreign-types-shared v0.1.1
15002026-03-24T21:24:57.435Z Compiling num-conv v0.2.0
15012026-03-24T21:24:57.463Z Compiling powerfmt v0.2.0
15022026-03-24T21:24:57.589Z Compiling crc32fast v1.5.0
15032026-03-24T21:24:57.733Z Compiling pin-utils v0.1.0
15042026-03-24T21:24:57.788Z Compiling openssl v0.10.75
15052026-03-24T21:24:57.823Z Compiling httpdate v1.0.3
15062026-03-24T21:24:57.856Z Compiling darling_macro v0.20.11
15072026-03-24T21:24:57.927Z Compiling time-core v0.1.8
15082026-03-24T21:24:58.071Z Compiling tempfile v3.25.0
15092026-03-24T21:24:58.123Z Compiling time-macros v0.2.27
15102026-03-24T21:24:58.207Z Compiling deranged v0.5.8
15112026-03-24T21:24:58.456Z Compiling darling v0.20.11
15122026-03-24T21:24:58.560Z Compiling regex-automata v0.4.14
15132026-03-24T21:24:58.579Z Compiling foreign-types v0.3.2
15142026-03-24T21:24:59.471Z Compiling goblin v0.10.5
15152026-03-24T21:24:59.559Z Compiling thiserror-impl v1.0.69
15162026-03-24T21:25:00.271Z Compiling hyper v1.8.1
15172026-03-24T21:25:01.282Z Compiling openssl-macros v0.1.1
15182026-03-24T21:25:01.444Z Compiling wait-timeout v0.2.1
15192026-03-24T21:25:01.566Z Compiling quick-error v1.2.3
15202026-03-24T21:25:01.701Z Compiling usdt-impl v0.6.0
15212026-03-24T21:25:01.786Z Compiling bit-vec v0.8.0
15222026-03-24T21:25:01.805Z Compiling num_threads v0.1.7
15232026-03-24T21:25:01.927Z Compiling siphasher v1.0.2
15242026-03-24T21:25:01.963Z Compiling native-tls v0.2.18
15252026-03-24T21:25:02.098Z Compiling simd-adler32 v0.3.8
15262026-03-24T21:25:02.184Z Compiling either v1.15.0
15272026-03-24T21:25:02.248Z Compiling bit-set v0.8.0
15282026-03-24T21:25:02.461Z Compiling time v0.3.47
15292026-03-24T21:25:02.464Z Compiling hyper-util v0.1.20
15302026-03-24T21:25:02.518Z Compiling rusty-fork v0.3.1
15312026-03-24T21:25:02.931Z Compiling thiserror v1.0.69
15322026-03-24T21:25:03.064Z Compiling derive_builder_core v0.20.2
15332026-03-24T21:25:04.264Z Compiling dof v0.4.0
15342026-03-24T21:25:04.607Z Compiling unicode-normalization v0.1.25
15352026-03-24T21:25:04.660Z Compiling crossbeam-epoch v0.9.18
15362026-03-24T21:25:04.802Z Compiling dtrace-parser v0.3.0
15372026-03-24T21:25:05.094Z Compiling rustls-native-certs v0.8.3
15382026-03-24T21:25:05.217Z Compiling signature v2.2.0
15392026-03-24T21:25:05.442Z Compiling scroll_derive v0.12.1
15402026-03-24T21:25:05.475Z Compiling heapless v0.7.17
15412026-03-24T21:25:05.542Z Compiling rand_xorshift v0.4.0
15422026-03-24T21:25:05.745Z Compiling slog v2.8.2
15432026-03-24T21:25:05.778Z Compiling darling_core v0.21.3
15442026-03-24T21:25:05.837Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-24T21:25:05.899Z Compiling sync_wrapper v1.0.2
15462026-03-24T21:25:05.972Z Compiling thread-id v5.1.0
15472026-03-24T21:25:06.029Z Compiling cookie v0.18.1
15482026-03-24T21:25:06.076Z Compiling anyhow v1.0.102
15492026-03-24T21:25:06.188Z Compiling unicode-bidi v0.3.18
15502026-03-24T21:25:06.310Z Compiling unicode-segmentation v1.12.0
15512026-03-24T21:25:06.347Z Compiling signal-hook v0.3.18
15522026-03-24T21:25:06.512Z Compiling paste v1.0.15
15532026-03-24T21:25:06.559Z Compiling zstd-safe v7.2.4
15542026-03-24T21:25:06.668Z Compiling unarray v0.1.4
15552026-03-24T21:25:06.793Z Compiling unicode-properties v0.1.4
15562026-03-24T21:25:06.814Z Compiling rayon-core v1.13.0
15572026-03-24T21:25:06.814Z Compiling adler2 v2.0.1
15582026-03-24T21:25:06.919Z Compiling proptest v1.10.0
15592026-03-24T21:25:06.965Z Compiling miniz_oxide v0.8.9
15602026-03-24T21:25:07.071Z Compiling stringprep v0.1.5
15612026-03-24T21:25:07.075Z Compiling scroll v0.12.0
15622026-03-24T21:25:07.437Z Compiling tower v0.5.3
15632026-03-24T21:25:07.783Z Compiling crossbeam-deque v0.8.6
15642026-03-24T21:25:07.932Z Compiling derive_builder_macro v0.20.2
15652026-03-24T21:25:08.026Z Compiling ipnetwork v0.21.1
15662026-03-24T21:25:08.046Z Compiling http-body-util v0.1.3
15672026-03-24T21:25:08.066Z Compiling webpki-roots v1.0.6
15682026-03-24T21:25:08.164Z Compiling rand_chacha v0.3.1
15692026-03-24T21:25:08.216Z Compiling serde_tokenstream v0.2.3
15702026-03-24T21:25:08.373Z Compiling toml_datetime v0.6.11
15712026-03-24T21:25:08.515Z Compiling serde_spanned v0.6.9
15722026-03-24T21:25:08.545Z Compiling erased-serde v0.3.31
15732026-03-24T21:25:08.628Z Compiling md-5 v0.10.6
15742026-03-24T21:25:08.695Z Compiling zerocopy-derive v0.7.35
15752026-03-24T21:25:08.715Z Compiling curve25519-dalek v4.1.3
15762026-03-24T21:25:08.837Z Compiling vergen-lib v0.1.6
15772026-03-24T21:25:09.064Z Compiling num-integer v0.1.46
15782026-03-24T21:25:09.146Z Compiling hash32 v0.2.1
15792026-03-24T21:25:09.212Z Compiling ff v0.13.1
15802026-03-24T21:25:09.277Z Compiling memoffset v0.9.1
15812026-03-24T21:25:09.379Z Compiling smoltcp v0.9.1
15822026-03-24T21:25:09.382Z Compiling darling_macro v0.21.3
15832026-03-24T21:25:09.419Z Compiling fallible-iterator v0.2.0
15842026-03-24T21:25:09.497Z Compiling iri-string v0.7.10
15852026-03-24T21:25:09.516Z Compiling litrs v1.0.0
15862026-03-24T21:25:09.808Z Compiling ryu v1.0.23
15872026-03-24T21:25:09.837Z Compiling cfg_aliases v0.2.1
15882026-03-24T21:25:09.857Z Compiling zlib-rs v0.6.2
15892026-03-24T21:25:09.931Z Compiling ref-cast v1.0.25
15902026-03-24T21:25:10.007Z Compiling num-bigint-dig v0.8.6
15912026-03-24T21:25:10.042Z Compiling psl-types v2.0.11
15922026-03-24T21:25:10.202Z Compiling rustix v0.38.44
15932026-03-24T21:25:10.222Z Compiling base16ct v0.2.0
15942026-03-24T21:25:10.268Z Compiling document-features v0.2.12
15952026-03-24T21:25:10.369Z Compiling newtype-uuid v1.3.2
15962026-03-24T21:25:10.448Z Compiling sec1 v0.7.3
15972026-03-24T21:25:10.754Z Compiling publicsuffix v2.3.0
15982026-03-24T21:25:10.803Z Compiling darling v0.21.3
15992026-03-24T21:25:10.823Z Compiling serde_urlencoded v0.7.1
16002026-03-24T21:25:10.908Z Compiling nix v0.31.1
16012026-03-24T21:25:10.971Z Compiling zerocopy v0.7.35
16022026-03-24T21:25:11.081Z Compiling postgres-protocol v0.6.10
16032026-03-24T21:25:11.147Z Compiling tower-http v0.6.8
16042026-03-24T21:25:11.547Z Compiling num-iter v0.1.45
16052026-03-24T21:25:11.704Z Compiling group v0.13.0
16062026-03-24T21:25:11.877Z Compiling derive_builder v0.20.2
16072026-03-24T21:25:11.916Z Compiling rand v0.8.5
16082026-03-24T21:25:11.938Z Compiling oxnet v0.1.4
16092026-03-24T21:25:12.031Z Compiling proc-macro-error v1.0.4
16102026-03-24T21:25:12.271Z Compiling tokio-native-tls v0.3.1
16112026-03-24T21:25:12.464Z Compiling goblin v0.8.2
16122026-03-24T21:25:13.252Z Compiling heck v0.4.1
16132026-03-24T21:25:13.270Z Compiling phf_shared v0.13.1
16142026-03-24T21:25:13.424Z Compiling regex v1.12.3
16152026-03-24T21:25:13.541Z Compiling hubpack_derive v0.1.1
16162026-03-24T21:25:13.593Z Compiling lazy_static v1.5.0
16172026-03-24T21:25:13.712Z Compiling cargo-platform v0.1.9
16182026-03-24T21:25:13.896Z Compiling hkdf v0.12.4
16192026-03-24T21:25:14.019Z Compiling flate2 v1.1.9
16202026-03-24T21:25:14.048Z Compiling crypto-bigint v0.5.5
16212026-03-24T21:25:14.107Z Compiling strum_macros v0.27.2
16222026-03-24T21:25:14.128Z Compiling daft-derive v0.1.5
16232026-03-24T21:25:14.450Z Compiling async-trait v0.1.89
16242026-03-24T21:25:14.586Z Compiling ref-cast-impl v1.0.25
16252026-03-24T21:25:15.085Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-24T21:25:15.298Z Compiling terminal_size v0.4.3
16272026-03-24T21:25:15.477Z Compiling vergen v9.0.6
16282026-03-24T21:25:15.700Z Compiling fs-err v3.3.0
16292026-03-24T21:25:15.871Z Compiling ahash v0.8.12
16302026-03-24T21:25:15.933Z Compiling foldhash v0.1.5
16312026-03-24T21:25:15.952Z Compiling libbz2-rs-sys v0.2.2
16322026-03-24T21:25:16.122Z Compiling object v0.37.3
16332026-03-24T21:25:16.158Z Compiling bitflags v1.3.2
16342026-03-24T21:25:16.292Z Compiling managed v0.8.0
16352026-03-24T21:25:16.509Z Compiling bumpalo v3.20.2
16362026-03-24T21:25:16.582Z Compiling winnow v0.5.40
16372026-03-24T21:25:16.852Z Compiling clap_builder v4.5.60
16382026-03-24T21:25:16.872Z Compiling strum v0.27.2
16392026-03-24T21:25:16.945Z Compiling zopfli v0.8.3
16402026-03-24T21:25:17.037Z Compiling bzip2 v0.6.1
16412026-03-24T21:25:17.411Z Compiling hashbrown v0.15.5
16422026-03-24T21:25:17.431Z Compiling console v0.16.2
16432026-03-24T21:25:18.151Z Compiling elliptic-curve v0.13.8
16442026-03-24T21:25:18.190Z Compiling dof v0.3.0
16452026-03-24T21:25:18.341Z Compiling daft v0.1.5
16462026-03-24T21:25:18.546Z Compiling toml_edit v0.19.15
16472026-03-24T21:25:18.677Z Compiling hubpack v0.1.2
16482026-03-24T21:25:18.702Z Compiling cargo_metadata v0.19.2
16492026-03-24T21:25:19.174Z Compiling zone_cfg_derive v0.3.1
16502026-03-24T21:25:20.021Z Compiling phf v0.13.1
16512026-03-24T21:25:20.247Z Compiling signal-hook-mio v0.2.5
16522026-03-24T21:25:20.397Z Compiling zstd v0.13.3
16532026-03-24T21:25:20.572Z Compiling cookie_store v0.22.1
16542026-03-24T21:25:20.748Z Compiling rayon v1.11.0
16552026-03-24T21:25:21.412Z Compiling bzip2 v0.4.4
16562026-03-24T21:25:21.478Z Compiling hyper-tls v0.6.0
16572026-03-24T21:25:21.633Z Compiling postgres-types v0.2.12
16582026-03-24T21:25:21.800Z Compiling serde_with_macros v3.17.0
16592026-03-24T21:25:21.905Z Compiling usdt-macro v0.6.0
16602026-03-24T21:25:22.335Z Compiling usdt-attr-macro v0.6.0
16612026-03-24T21:25:22.418Z Compiling ed25519 v2.2.3
16622026-03-24T21:25:22.877Z Compiling dtrace-parser v0.2.0
16632026-03-24T21:25:23.286Z Compiling itertools v0.12.1
16642026-03-24T21:25:23.347Z Compiling phf_shared v0.11.3
16652026-03-24T21:25:23.384Z Compiling bstr v1.12.1
16662026-03-24T21:25:23.425Z Compiling pkcs1 v0.7.5
16672026-03-24T21:25:23.560Z Compiling hex v0.4.3
16682026-03-24T21:25:23.595Z Compiling serde-big-array v0.5.1
16692026-03-24T21:25:23.779Z Compiling rfc6979 v0.4.0
16702026-03-24T21:25:23.927Z Compiling strum_macros v0.26.4
16712026-03-24T21:25:23.946Z Compiling clap_derive v4.5.55
16722026-03-24T21:25:23.949Z Compiling enum-as-inner v0.6.1
16732026-03-24T21:25:23.984Z Compiling serde_repr v0.1.20
16742026-03-24T21:25:24.275Z Compiling float-cmp v0.10.0
16752026-03-24T21:25:24.466Z Compiling memmap2 v0.9.10
16762026-03-24T21:25:24.608Z Compiling thread-id v4.2.2
16772026-03-24T21:25:24.688Z Compiling env_filter v1.0.0
16782026-03-24T21:25:24.715Z Compiling encoding_rs v0.8.35
16792026-03-24T21:25:24.758Z Compiling unit-prefix v0.5.2
16802026-03-24T21:25:24.949Z Compiling data-encoding v2.10.0
16812026-03-24T21:25:24.989Z Compiling whoami v2.1.0
16822026-03-24T21:25:25.094Z Compiling fixedbitset v0.5.7
16832026-03-24T21:25:25.499Z Compiling rustc-hash v2.1.1
16842026-03-24T21:25:25.520Z Compiling new_debug_unreachable v1.0.6
16852026-03-24T21:25:25.611Z Compiling mime v0.3.17
16862026-03-24T21:25:25.662Z Compiling difflib v0.4.0
16872026-03-24T21:25:25.935Z Compiling predicates-core v1.0.10
16882026-03-24T21:25:25.959Z Compiling precomputed-hash v0.1.1
16892026-03-24T21:25:26.071Z Compiling fixedbitset v0.4.2
16902026-03-24T21:25:26.165Z Compiling normalize-line-endings v0.3.0
16912026-03-24T21:25:26.289Z Compiling jiff v0.2.21
16922026-03-24T21:25:26.351Z Compiling static_assertions v1.1.0
16932026-03-24T21:25:26.393Z Compiling keccak v0.1.6
16942026-03-24T21:25:26.413Z Compiling strum v0.26.3
16952026-03-24T21:25:26.435Z Compiling clap v4.5.60
16962026-03-24T21:25:26.455Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-24T21:25:26.482Z Compiling predicates v3.1.4
16982026-03-24T21:25:26.538Z Compiling petgraph v0.6.5
16992026-03-24T21:25:26.579Z Compiling string_cache v0.8.9
17002026-03-24T21:25:26.846Z Compiling sha3 v0.10.8
17012026-03-24T21:25:26.882Z Compiling iddqd v0.3.17
17022026-03-24T21:25:27.383Z Compiling toml_edit v0.22.27
17032026-03-24T21:25:27.451Z Compiling petgraph v0.8.3
17042026-03-24T21:25:27.528Z Compiling hickory-proto v0.25.2
17052026-03-24T21:25:28.442Z Compiling tokio-postgres v0.7.16
17062026-03-24T21:25:28.628Z Compiling indicatif v0.18.4
17072026-03-24T21:25:29.771Z Compiling env_logger v0.11.9
17082026-03-24T21:25:30.130Z Compiling zip v4.6.1
17092026-03-24T21:25:30.226Z Compiling zone v0.3.1
17102026-03-24T21:25:30.246Z Compiling usdt-impl v0.5.0
17112026-03-24T21:25:31.034Z Compiling usdt v0.6.0
17122026-03-24T21:25:31.148Z Compiling similar v2.7.0
17132026-03-24T21:25:31.241Z Compiling ecdsa v0.16.9
17142026-03-24T21:25:31.410Z Compiling serde_with v3.17.0
17152026-03-24T21:25:31.413Z Compiling rsa v0.9.10
17162026-03-24T21:25:31.483Z Compiling crossterm v0.28.1
17172026-03-24T21:25:31.778Z Compiling ed25519-dalek v2.2.0
17182026-03-24T21:25:32.388Z Compiling zip v0.6.6
17192026-03-24T21:25:33.164Z Compiling toml v0.7.8
17202026-03-24T21:25:33.707Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-24T21:25:33.862Z Compiling itertools v0.13.0
17222026-03-24T21:25:34.024Z Compiling tokio-stream v0.1.18
17232026-03-24T21:25:34.131Z Compiling buf-list v1.1.2
17242026-03-24T21:25:34.255Z Compiling x509-cert v0.2.5
17252026-03-24T21:25:34.488Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-24T21:25:34.572Z Compiling openapiv3 v2.2.0
17272026-03-24T21:25:34.655Z Compiling sha1 v0.10.6
17282026-03-24T21:25:34.892Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-24T21:25:34.951Z Compiling lalrpop-util v0.19.12
17302026-03-24T21:25:35.198Z Compiling peg-runtime v0.8.5
17312026-03-24T21:25:35.272Z Compiling thread_local v1.1.9
17322026-03-24T21:25:35.565Z Compiling slog-async v2.8.0
17332026-03-24T21:25:35.586Z Compiling crossbeam-channel v0.5.15
17342026-03-24T21:25:35.605Z Compiling futures-executor v0.3.32
17352026-03-24T21:25:35.626Z Compiling filetime v0.2.27
17362026-03-24T21:25:35.856Z Compiling is-terminal v0.4.17
17372026-03-24T21:25:35.947Z Compiling term v1.2.1
17382026-03-24T21:25:35.968Z Compiling take_mut v0.2.2
17392026-03-24T21:25:35.987Z Compiling xattr v1.6.1
17402026-03-24T21:25:36.206Z Compiling tar v0.4.44
17412026-03-24T21:25:36.209Z Compiling futures v0.3.32
17422026-03-24T21:25:36.365Z Compiling slog-term v2.9.2
17432026-03-24T21:25:43.414Z Compiling rustls-webpki v0.103.9
17442026-03-24T21:25:47.506Z Compiling tokio-rustls v0.26.4
17452026-03-24T21:25:47.506Z Compiling rustls-platform-verifier v0.6.2
17462026-03-24T21:25:47.779Z Compiling hyper-rustls v0.27.7
17472026-03-24T21:25:48.046Z Compiling reqwest v0.12.28
17482026-03-24T21:25:48.046Z Compiling reqwest v0.13.2
17492026-03-24T21:25:51.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-24T21:25:51.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-24T21:25:55.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17522026-03-24T21:25:55.402Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-24T21:25:55.467ZMar 24 21:25:54.699 INFO Starting download, target: Console
17542026-03-24T21:25:55.467ZMar 24 21:25:54.699 INFO Starting download, target: Clickhouse
17552026-03-24T21:25:55.467ZMar 24 21:25:54.699 INFO Starting download, target: DendriteStub
17562026-03-24T21:25:55.467ZMar 24 21:25:54.699 INFO Starting download, target: TransceiverControl
17572026-03-24T21:25:55.467ZMar 24 21:25:54.699 INFO Starting download, target: MaghemiteMgd
17582026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Starting download, target: Cockroach
17592026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-24T21:25:55.470ZMar 24 21:25:54.700 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-24T21:25:55.890ZMar 24 21:25:55.117 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-24T21:25:56.224ZMar 24 21:25:55.453 INFO Download complete, target: TransceiverControl
17672026-03-24T21:25:56.500ZMar 24 21:25:55.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-24T21:25:56.876ZMar 24 21:25:56.107 INFO Download complete, target: Console
17692026-03-24T21:25:57.105ZMar 24 21:25:56.332 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-24T21:25:57.275ZMar 24 21:25:56.505 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-24T21:25:57.697ZMar 24 21:25:56.929 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-24T21:25:57.697ZMar 24 21:25:56.929 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-24T21:25:58.108ZMar 24 21:25:57.339 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17742026-03-24T21:26:00.682ZMar 24 21:25:59.913 INFO Download complete, target: DendriteStub
17752026-03-24T21:26:00.959ZMar 24 21:26:00.190 INFO Download complete, target: MaghemiteMgd
17762026-03-24T21:26:05.302ZMar 24 21:26:04.531 INFO Checking that binary works, target: Cockroach
17772026-03-24T21:26:05.431ZMar 24 21:26:04.651 INFO Download complete, target: Cockroach
17782026-03-24T21:26:09.365ZMar 24 21:26:08.594 INFO Checking that binary works, target: Clickhouse
17792026-03-24T21:26:09.487ZMar 24 21:26:08.716 INFO Download complete, target: Clickhouse
17802026-03-24T21:26:09.600ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-24T21:26:09.603Z
17822026-03-24T21:26:09.603Zreal 3:59.384153734
17832026-03-24T21:26:09.603Zuser 10:28.495947958
17842026-03-24T21:26:09.604Zsys 1:50.491924057
17852026-03-24T21:26:09.604Ztrap 0.303590306
17862026-03-24T21:26:09.604Ztflt 1.173719629
17872026-03-24T21:26:09.604Zdflt 1.283619507
17882026-03-24T21:26:09.604Zkflt 0.029981782
17892026-03-24T21:26:09.604Zlock 31:44.048734458
17902026-03-24T21:26:09.604Zslp 29:34.964253464
17912026-03-24T21:26:09.604Zlat 54.443058377
17922026-03-24T21:26:09.604Zstop 2:43.092864672
17932026-03-24T21:26:09.604Z+ banner hack-check
17942026-03-24T21:26:09.604Z
17952026-03-24T21:26:09.604Z # # ## #### # # #### # # ###### #### # #
17962026-03-24T21:26:09.604Z # # # # # # # # # # # # # # # # #
17972026-03-24T21:26:09.604Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-24T21:26:09.604Z # # ###### # # # # # # # # # #
17992026-03-24T21:26:09.604Z # # # # # # # # # # # # # # # # #
18002026-03-24T21:26:09.604Z # # # # #### # # #### # # ###### #### # #
18012026-03-24T21:26:09.604Z
18022026-03-24T21:26:09.608Z+ export CARGO_INCREMENTAL=0
18032026-03-24T21:26:09.608Z+ CARGO_INCREMENTAL=0
18042026-03-24T21:26:09.608Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-24T21:26:10.345Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-24T21:26:10.624Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-24T21:26:13.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18082026-03-24T21:26:13.271Z Running `target/debug/xtask check-features --ci`
18092026-03-24T21:26:13.303Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-24T21:26:13.305Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-24T21:26:13.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18122026-03-24T21:26:14.008Z Running `target/debug/xtask download cargo-hack`
18132026-03-24T21:26:15.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-24T21:26:15.505Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-24T21:26:18.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
18162026-03-24T21:26:19.034Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-24T21:26:19.084ZMar 24 21:26:18.309 INFO Starting download, target: CargoHack
18182026-03-24T21:26:19.086ZMar 24 21:26:18.310 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-24T21:26:19.603ZMar 24 21:26:18.827 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-24T21:26:19.682ZMar 24 21:26:18.908 INFO Download complete, target: CargoHack
18212026-03-24T21:26:19.686Zrunning: "/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-24T21:26:19.704Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-24T21:26:19.910Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-24T21:26:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-24T21:26:20.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-24T21:26:20.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-24T21:26:20.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18282026-03-24T21:26:20.714Z
18292026-03-24T21:26:20.714Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-24T21:26:21.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-24T21:26:21.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-24T21:26:21.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-24T21:26:21.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18342026-03-24T21:26:21.529Z
18352026-03-24T21:26:21.529Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-24T21:26:22.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-24T21:26:22.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-24T21:26:22.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-24T21:26:22.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18402026-03-24T21:26:22.331Z
18412026-03-24T21:26:22.331Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-24T21:26:23.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-24T21:26:23.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-24T21:26:23.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-24T21:26:23.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18462026-03-24T21:26:23.157Z
18472026-03-24T21:26:23.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-24T21:26:23.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-24T21:26:23.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-24T21:26:23.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-24T21:26:23.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18522026-03-24T21:26:23.964Z
18532026-03-24T21:26:23.964Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-24T21:26:24.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-24T21:26:24.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-24T21:26:24.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-24T21:26:24.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18582026-03-24T21:26:24.787Z
18592026-03-24T21:26:24.787Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-24T21:26:25.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-24T21:26:25.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-24T21:26:25.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-24T21:26:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18642026-03-24T21:26:25.611Z
18652026-03-24T21:26:25.611Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-24T21:26:26.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-24T21:26:26.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-24T21:26:26.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-24T21:26:26.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18702026-03-24T21:26:26.435Z
18712026-03-24T21:26:26.435Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-24T21:26:27.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-24T21:26:27.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-24T21:26:27.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-24T21:26:27.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18762026-03-24T21:26:27.084Z
18772026-03-24T21:26:27.084Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-24T21:26:27.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-24T21:26:27.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-24T21:26:27.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-24T21:26:27.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18822026-03-24T21:26:27.734Z
18832026-03-24T21:26:27.734Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-24T21:26:28.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-24T21:26:28.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-24T21:26:28.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-24T21:26:28.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18882026-03-24T21:26:28.380Z
18892026-03-24T21:26:28.380Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-24T21:26:28.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-24T21:26:28.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-24T21:26:28.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-24T21:26:28.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18942026-03-24T21:26:29.019Z
18952026-03-24T21:26:29.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-24T21:26:29.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-24T21:26:29.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-24T21:26:29.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-24T21:26:29.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19002026-03-24T21:26:29.666Z
19012026-03-24T21:26:29.666Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-24T21:26:30.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-24T21:26:30.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-24T21:26:30.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-24T21:26:30.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19062026-03-24T21:26:30.315Z
19072026-03-24T21:26:30.315Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-24T21:26:30.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-24T21:26:30.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-24T21:26:30.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-24T21:26:30.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19122026-03-24T21:26:30.964Z
19132026-03-24T21:26:30.964Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-24T21:26:31.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-24T21:26:31.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-24T21:26:31.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-24T21:26:31.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19182026-03-24T21:26:31.616Z
19192026-03-24T21:26:31.616Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-24T21:26:32.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-24T21:26:32.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-24T21:26:32.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-24T21:26:32.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19242026-03-24T21:26:32.265Z
19252026-03-24T21:26:32.265Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-24T21:26:32.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-24T21:26:32.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-24T21:26:32.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-24T21:26:32.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19302026-03-24T21:26:32.907Z
19312026-03-24T21:26:32.907Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-24T21:26:33.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-24T21:26:33.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-24T21:26:33.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-24T21:26:33.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19362026-03-24T21:26:33.557Z
19372026-03-24T21:26:33.557Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-24T21:26:34.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-24T21:26:34.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-24T21:26:34.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-24T21:26:34.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19422026-03-24T21:26:34.212Z
19432026-03-24T21:26:34.212Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-24T21:26:34.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-24T21:26:34.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-24T21:26:34.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-24T21:26:34.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19482026-03-24T21:26:34.869Z
19492026-03-24T21:26:34.869Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-24T21:26:35.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-24T21:26:35.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-24T21:26:35.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-24T21:26:35.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19542026-03-24T21:26:35.512Z
19552026-03-24T21:26:35.512Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-24T21:26:36.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-24T21:26:36.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-24T21:26:36.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-24T21:26:36.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19602026-03-24T21:26:36.162Z
19612026-03-24T21:26:36.162Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-24T21:26:36.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-24T21:26:36.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-24T21:26:36.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-24T21:26:36.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19662026-03-24T21:26:36.807Z
19672026-03-24T21:26:36.807Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-24T21:26:37.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-24T21:26:37.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-24T21:26:37.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-24T21:26:37.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19722026-03-24T21:26:37.454Z
19732026-03-24T21:26:37.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-24T21:26:38.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-24T21:26:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-24T21:26:38.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-24T21:26:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19782026-03-24T21:26:38.101Z
19792026-03-24T21:26:38.101Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-24T21:26:38.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-24T21:26:38.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-24T21:26:38.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-24T21:26:38.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19842026-03-24T21:26:38.749Z
19852026-03-24T21:26:38.749Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-24T21:26:39.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-24T21:26:39.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-24T21:26:39.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-24T21:26:39.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19902026-03-24T21:26:39.401Z
19912026-03-24T21:26:39.401Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-24T21:26:39.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-24T21:26:39.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-24T21:26:39.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-24T21:26:39.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19962026-03-24T21:26:40.051Z
19972026-03-24T21:26:40.051Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-24T21:26:40.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-24T21:26:40.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-24T21:26:40.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-24T21:26:40.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20022026-03-24T21:26:40.694Z
20032026-03-24T21:26:40.694Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-24T21:26:41.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-24T21:26:41.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-24T21:26:41.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-24T21:26:41.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20082026-03-24T21:26:41.343Z
20092026-03-24T21:26:41.343Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-24T21:26:41.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-24T21:26:41.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-24T21:26:41.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-24T21:26:41.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20142026-03-24T21:26:41.994Z
20152026-03-24T21:26:41.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-24T21:26:42.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-24T21:26:42.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-24T21:26:42.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-24T21:26:42.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20202026-03-24T21:26:42.642Z
20212026-03-24T21:26:42.642Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-24T21:26:43.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-24T21:26:43.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-24T21:26:43.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-24T21:26:43.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20262026-03-24T21:26:43.295Z
20272026-03-24T21:26:43.295Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-24T21:26:43.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-24T21:26:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-24T21:26:43.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-24T21:26:43.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20322026-03-24T21:26:43.946Z
20332026-03-24T21:26:43.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-24T21:26:44.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-24T21:26:44.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-24T21:26:44.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-24T21:26:44.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20382026-03-24T21:26:44.599Z
20392026-03-24T21:26:44.599Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-24T21:26:45.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-24T21:26:45.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-24T21:26:45.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-24T21:26:45.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20442026-03-24T21:26:45.249Z
20452026-03-24T21:26:45.249Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-24T21:26:45.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-24T21:26:45.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-24T21:26:45.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-24T21:26:45.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20502026-03-24T21:26:45.899Z
20512026-03-24T21:26:45.899Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-24T21:26:46.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-24T21:26:46.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-24T21:26:46.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-24T21:26:46.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20562026-03-24T21:26:46.550Z
20572026-03-24T21:26:46.550Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-24T21:26:47.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-24T21:26:47.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-24T21:26:47.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-24T21:26:47.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20622026-03-24T21:26:47.210Z
20632026-03-24T21:26:47.210Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-24T21:26:47.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-24T21:26:47.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-24T21:26:47.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-24T21:26:47.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20682026-03-24T21:26:47.868Z
20692026-03-24T21:26:47.868Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-24T21:26:48.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-24T21:26:48.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-24T21:26:48.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-24T21:26:48.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20742026-03-24T21:26:48.518Z
20752026-03-24T21:26:48.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-24T21:26:49.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-24T21:26:49.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-24T21:26:49.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-24T21:26:49.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20802026-03-24T21:26:49.216Z
20812026-03-24T21:26:49.216Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-24T21:26:49.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-24T21:26:49.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-24T21:26:49.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-24T21:26:49.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20862026-03-24T21:26:49.825Z
20872026-03-24T21:26:49.825Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-24T21:26:50.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-24T21:26:50.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-24T21:26:50.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-24T21:26:50.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20922026-03-24T21:26:50.479Z
20932026-03-24T21:26:50.479Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-24T21:26:51.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-24T21:26:51.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-24T21:26:51.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-24T21:26:51.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20982026-03-24T21:26:51.136Z
20992026-03-24T21:26:51.137Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-24T21:26:51.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-24T21:26:51.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-24T21:26:51.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-24T21:26:51.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21042026-03-24T21:26:51.788Z
21052026-03-24T21:26:51.788Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-24T21:26:52.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-24T21:26:52.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-24T21:26:52.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-24T21:26:52.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21102026-03-24T21:26:52.436Z
21112026-03-24T21:26:52.436Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-24T21:26:53.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-24T21:26:53.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-24T21:26:53.576Z Checking cfg-if v1.0.4
21152026-03-24T21:26:53.736Z Checking libc v0.2.180
21162026-03-24T21:26:53.740Z Checking serde_core v1.0.228
21172026-03-24T21:26:53.772Z Checking memchr v2.8.0
21182026-03-24T21:26:53.793Z Checking smallvec v1.15.1
21192026-03-24T21:26:53.793Z Checking itoa v1.0.17
21202026-03-24T21:26:53.831Z Checking log v0.4.29
21212026-03-24T21:26:53.831Z Checking zeroize v1.8.2
21222026-03-24T21:26:53.871Z Checking stable_deref_trait v1.2.1
21232026-03-24T21:26:53.965Z Checking zerofrom v0.1.6
21242026-03-24T21:26:53.994Z Checking zmij v1.0.21
21252026-03-24T21:26:54.028Z Checking percent-encoding v2.3.2
21262026-03-24T21:26:54.050Z Checking writeable v0.6.2
21272026-03-24T21:26:54.053Z Checking litemap v0.8.1
21282026-03-24T21:26:54.115Z Checking yoke v0.8.1
21292026-03-24T21:26:54.203Z Checking libm v0.2.16
21302026-03-24T21:26:54.255Z Checking scopeguard v1.2.0
21312026-03-24T21:26:54.276Z Checking icu_normalizer_data v2.1.1
21322026-03-24T21:26:54.297Z Checking icu_properties_data v2.1.2
21332026-03-24T21:26:54.319Z Checking subtle v2.6.1
21342026-03-24T21:26:54.340Z Checking getrandom v0.2.17
21352026-03-24T21:26:54.343Z Checking errno v0.3.14
21362026-03-24T21:26:54.378Z Checking zerovec v0.11.5
21372026-03-24T21:26:54.381Z Checking zerotrie v0.2.3
21382026-03-24T21:26:54.461Z Checking lock_api v0.4.14
21392026-03-24T21:26:54.504Z Checking utf8_iter v1.0.4
21402026-03-24T21:26:54.525Z Checking form_urlencoded v1.2.2
21412026-03-24T21:26:54.545Z Checking rand_core v0.6.4
21422026-03-24T21:26:54.659Z Checking rand_core v0.10.0
21432026-03-24T21:26:54.689Z Checking pin-project-lite v0.2.17
21442026-03-24T21:26:54.712Z Checking portable-atomic v1.13.1
21452026-03-24T21:26:54.733Z Checking typenum v1.19.0
21462026-03-24T21:26:54.770Z Checking critical-section v1.2.0
21472026-03-24T21:26:54.808Z Checking iana-time-zone v0.1.65
21482026-03-24T21:26:54.843Z Checking getrandom v0.4.1
21492026-03-24T21:26:54.897Z Checking signal-hook-registry v1.4.8
21502026-03-24T21:26:54.941Z Checking parking_lot_core v0.9.12
21512026-03-24T21:26:54.977Z Checking tinystr v0.8.2
21522026-03-24T21:26:55.030Z Checking potential_utf v0.1.4
21532026-03-24T21:26:55.108Z Checking socket2 v0.6.2
21542026-03-24T21:26:55.184Z Checking parking_lot v0.12.5
21552026-03-24T21:26:55.235Z Checking icu_locale_core v2.1.1
21562026-03-24T21:26:55.240Z Checking icu_collections v2.1.1
21572026-03-24T21:26:55.240Z Checking num-traits v0.2.19
21582026-03-24T21:26:55.303Z Checking once_cell v1.21.3
21592026-03-24T21:26:55.427Z Checking mio v1.1.1
21602026-03-24T21:26:55.452Z Checking zerocopy v0.8.40
21612026-03-24T21:26:55.472Z Checking generic-array v0.14.7
21622026-03-24T21:26:55.532Z Checking futures-core v0.3.32
21632026-03-24T21:26:55.628Z Checking dyn-clone v1.0.20
21642026-03-24T21:26:55.694Z Checking equivalent v1.0.2
21652026-03-24T21:26:55.758Z Checking allocator-api2 v0.2.21
21662026-03-24T21:26:55.799Z Checking const-oid v0.9.6
21672026-03-24T21:26:55.821Z Checking foldhash v0.2.0
21682026-03-24T21:26:55.940Z Checking serde v1.0.228
21692026-03-24T21:26:55.977Z Checking serde_json v1.0.149
21702026-03-24T21:26:56.020Z Checking icu_provider v2.1.1
21712026-03-24T21:26:56.052Z Checking bitflags v2.11.0
21722026-03-24T21:26:56.114Z Checking crypto-common v0.1.7
21732026-03-24T21:26:56.138Z Checking uuid v1.21.0
21742026-03-24T21:26:56.263Z Checking semver v1.0.27
21752026-03-24T21:26:56.285Z Checking hashbrown v0.16.1
21762026-03-24T21:26:56.322Z Checking icu_normalizer v2.1.1
21772026-03-24T21:26:56.512Z Checking bytes v1.11.1
21782026-03-24T21:26:56.541Z Checking icu_properties v2.1.2
21792026-03-24T21:26:56.561Z Checking chrono v0.4.44
21802026-03-24T21:26:56.725Z Checking futures-sink v0.3.32
21812026-03-24T21:26:56.806Z Checking block-buffer v0.10.4
21822026-03-24T21:26:56.856Z Checking futures-channel v0.3.32
21832026-03-24T21:26:56.921Z Checking futures-io v0.3.32
21842026-03-24T21:26:56.974Z Checking slab v0.4.12
21852026-03-24T21:26:56.993Z Checking futures-task v0.3.32
21862026-03-24T21:26:57.067Z Checking digest v0.10.7
21872026-03-24T21:26:57.111Z Checking thiserror v2.0.18
21882026-03-24T21:26:57.135Z Checking tokio v1.49.0
21892026-03-24T21:26:57.173Z Checking byteorder v1.5.0
21902026-03-24T21:26:57.177Z Checking futures-util v0.3.32
21912026-03-24T21:26:57.235Z Checking base64 v0.22.1
21922026-03-24T21:26:57.315Z Checking indexmap v2.13.0
21932026-03-24T21:26:57.445Z Checking cpufeatures v0.2.17
21942026-03-24T21:26:57.535Z Checking http v1.4.0
21952026-03-24T21:26:57.558Z Checking fnv v1.0.7
21962026-03-24T21:26:57.677Z Checking unicode-ident v1.0.24
21972026-03-24T21:26:57.726Z Checking idna_adapter v1.2.1
21982026-03-24T21:26:57.779Z Checking tracing-core v0.1.36
21992026-03-24T21:26:57.823Z Checking proc-macro2 v1.0.106
22002026-03-24T21:26:57.881Z Checking idna v1.1.0
22012026-03-24T21:26:58.116Z Checking thiserror v1.0.69
22022026-03-24T21:26:58.206Z Checking url v2.5.8
22032026-03-24T21:26:58.227Z Checking tracing v0.1.44
22042026-03-24T21:26:58.249Z Checking rustls-pki-types v1.14.0
22052026-03-24T21:26:58.269Z Checking regex-syntax v0.8.10
22062026-03-24T21:26:58.341Z Checking quote v1.0.44
22072026-03-24T21:26:58.499Z Checking untrusted v0.9.0
22082026-03-24T21:26:58.572Z Checking syn v2.0.117
22092026-03-24T21:26:58.647Z Checking ring v0.17.14
22102026-03-24T21:26:58.673Z Checking ipnet v2.11.0
22112026-03-24T21:26:58.783Z Checking schemars v0.8.22
22122026-03-24T21:26:59.023Z Checking httparse v1.10.1
22132026-03-24T21:26:59.300Z Checking http-body v1.0.1
22142026-03-24T21:26:59.470Z Checking rustix v1.1.3
22152026-03-24T21:26:59.568Z Checking ppv-lite86 v0.2.21
22162026-03-24T21:26:59.689Z Checking block-padding v0.3.3
22172026-03-24T21:26:59.863Z Checking getrandom v0.3.4
22182026-03-24T21:26:59.886Z Checking atomic-waker v1.1.2
22192026-03-24T21:26:59.982Z Checking inout v0.1.4
22202026-03-24T21:27:00.007Z Checking hmac v0.12.1
22212026-03-24T21:27:00.027Z Checking aws-lc-sys v0.37.1
22222026-03-24T21:27:00.048Z Checking aho-corasick v1.1.4
22232026-03-24T21:27:00.102Z Checking untrusted v0.7.1
22242026-03-24T21:27:00.159Z Checking openssl-probe v0.2.1
22252026-03-24T21:27:00.180Z Checking httpdate v1.0.3
22262026-03-24T21:27:00.245Z Checking tower-service v0.3.3
22272026-03-24T21:27:00.294Z Checking powerfmt v0.2.0
22282026-03-24T21:27:00.358Z Checking try-lock v0.2.5
22292026-03-24T21:27:00.378Z Checking tower-layer v0.3.3
22302026-03-24T21:27:00.485Z Checking want v0.3.1
22312026-03-24T21:27:00.504Z Checking deranged v0.5.8
22322026-03-24T21:27:00.576Z Checking cipher v0.4.4
22332026-03-24T21:27:00.641Z Checking rand_core v0.9.5
22342026-03-24T21:27:00.667Z Checking time-core v0.1.8
22352026-03-24T21:27:00.758Z Checking aws-lc-rs v1.16.0
22362026-03-24T21:27:00.856Z Checking pin-utils v0.1.0
22372026-03-24T21:27:00.876Z Checking num-conv v0.2.0
22382026-03-24T21:27:00.896Z Checking base64ct v1.8.3
22392026-03-24T21:27:00.943Z Checking num_threads v0.1.7
22402026-03-24T21:27:01.001Z Checking regex-automata v0.4.14
22412026-03-24T21:27:01.035Z Checking sha2 v0.10.9
22422026-03-24T21:27:01.057Z Checking erased-serde v0.3.31
22432026-03-24T21:27:01.217Z Checking pretty-hex v0.4.1
22442026-03-24T21:27:01.372Z Checking rand_chacha v0.9.0
22452026-03-24T21:27:01.401Z Checking ryu v1.0.23
22462026-03-24T21:27:01.505Z Checking tokio-util v0.7.18
22472026-03-24T21:27:01.575Z Checking fastrand v2.3.0
22482026-03-24T21:27:01.631Z Checking slog v2.8.2
22492026-03-24T21:27:01.654Z Checking rand v0.9.2
22502026-03-24T21:27:01.815Z Checking pem-rfc7468 v0.7.0
22512026-03-24T21:27:01.837Z Checking time v0.3.47
22522026-03-24T21:27:01.862Z Checking rustls-native-certs v0.8.3
22532026-03-24T21:27:01.916Z Checking rustls-webpki v0.103.9
22542026-03-24T21:27:01.992Z Checking ipnetwork v0.21.1
22552026-03-24T21:27:02.020Z Checking http-body-util v0.1.3
22562026-03-24T21:27:02.041Z Checking sync_wrapper v1.0.2
22572026-03-24T21:27:02.175Z Checking spin v0.9.8
22582026-03-24T21:27:02.276Z Checking flagset v0.4.7
22592026-03-24T21:27:02.299Z Checking plain v0.2.3
22602026-03-24T21:27:02.322Z Checking tower v0.5.3
22612026-03-24T21:27:02.344Z Checking h2 v0.4.13
22622026-03-24T21:27:02.425Z Checking serde_urlencoded v0.7.1
22632026-03-24T21:27:02.447Z Checking der v0.7.10
22642026-03-24T21:27:02.468Z Checking rand_chacha v0.3.1
22652026-03-24T21:27:02.490Z Checking rustls v0.23.37
22662026-03-24T21:27:02.704Z Checking webpki-roots v1.0.6
22672026-03-24T21:27:02.764Z Checking ucd-trie v0.1.7
22682026-03-24T21:27:02.859Z Checking iri-string v0.7.10
22692026-03-24T21:27:02.865Z Checking tinyvec_macros v0.1.1
22702026-03-24T21:27:02.941Z Checking pest v2.8.6
22712026-03-24T21:27:02.966Z Checking tinyvec v1.10.0
22722026-03-24T21:27:03.409Z Checking rand v0.8.5
22732026-03-24T21:27:03.441Z Checking tempfile v3.25.0
22742026-03-24T21:27:03.524Z Checking spki v0.7.3
22752026-03-24T21:27:03.560Z Checking salsa20 v0.10.2
22762026-03-24T21:27:03.698Z Checking pbkdf2 v0.12.2
22772026-03-24T21:27:03.735Z Checking unicode-width v0.2.0
22782026-03-24T21:27:03.763Z Checking foreign-types-shared v0.1.1
22792026-03-24T21:27:03.873Z Checking scrypt v0.11.0
22802026-03-24T21:27:03.881Z Checking foreign-types v0.3.2
22812026-03-24T21:27:03.971Z Checking regex v1.12.3
22822026-03-24T21:27:04.022Z Checking aes v0.8.4
22832026-03-24T21:27:04.064Z Checking cbc v0.1.2
22842026-03-24T21:27:04.122Z Checking anyhow v1.0.102
22852026-03-24T21:27:04.229Z Checking openssl-sys v0.9.111
22862026-03-24T21:27:04.337Z Checking tower-http v0.6.8
22872026-03-24T21:27:04.360Z Checking crossbeam-utils v0.8.21
22882026-03-24T21:27:04.389Z Checking oxnet v0.1.4
22892026-03-24T21:27:04.439Z Checking mime v0.3.17
22902026-03-24T21:27:04.566Z Checking pkcs5 v0.7.1
22912026-03-24T21:27:04.673Z Checking openapiv3 v2.2.0
22922026-03-24T21:27:04.701Z Checking scroll v0.12.0
22932026-03-24T21:27:04.723Z Checking encoding_rs v0.8.35
22942026-03-24T21:27:04.819Z Checking data-encoding v2.10.0
22952026-03-24T21:27:04.881Z Checking openssl v0.10.75
22962026-03-24T21:27:04.914Z Checking pkcs8 v0.10.2
22972026-03-24T21:27:05.019Z Checking siphasher v1.0.2
22982026-03-24T21:27:05.146Z Checking winnow v0.7.14
22992026-03-24T21:27:05.183Z Checking goblin v0.8.2
23002026-03-24T21:27:05.223Z Checking lazy_static v1.5.0
23012026-03-24T21:27:05.338Z Checking zerocopy v0.7.35
23022026-03-24T21:27:05.815Z Checking tokio-rustls v0.26.4
23032026-03-24T21:27:06.027Z Checking hyper v1.8.1
23042026-03-24T21:27:06.049Z Checking wait-timeout v0.2.1
23052026-03-24T21:27:06.069Z Checking anstyle v1.0.13
23062026-03-24T21:27:06.113Z Checking psl-types v2.0.11
23072026-03-24T21:27:06.201Z Checking bit-vec v0.8.0
23082026-03-24T21:27:06.265Z Checking utf8parse v0.2.2
23092026-03-24T21:27:06.314Z Checking quick-error v1.2.3
23102026-03-24T21:27:06.393Z Checking bitflags v1.3.2
23112026-03-24T21:27:06.443Z Checking either v1.15.0
23122026-03-24T21:27:06.463Z Checking managed v0.8.0
23132026-03-24T21:27:06.486Z Checking bit-set v0.8.0
23142026-03-24T21:27:06.532Z Checking rusty-fork v0.3.1
23152026-03-24T21:27:06.677Z Checking anstyle-parse v0.2.7
23162026-03-24T21:27:06.698Z Checking publicsuffix v2.3.0
23172026-03-24T21:27:06.718Z Checking dtrace-parser v0.2.0
23182026-03-24T21:27:06.755Z Checking cookie v0.18.1
23192026-03-24T21:27:06.791Z Checking unicode-normalization v0.1.25
23202026-03-24T21:27:06.875Z Checking rand_xorshift v0.4.0
23212026-03-24T21:27:06.907Z Checking sha1 v0.10.6
23222026-03-24T21:27:07.030Z Checking hex v0.4.3
23232026-03-24T21:27:07.038Z Checking thread-id v4.2.2
23242026-03-24T21:27:07.071Z Checking colorchoice v1.0.4
23252026-03-24T21:27:07.111Z Checking is_terminal_polyfill v1.70.2
23262026-03-24T21:27:07.151Z Checking anstyle-query v1.1.5
23272026-03-24T21:27:07.197Z Checking unarray v0.1.4
23282026-03-24T21:27:07.224Z Checking cookie_store v0.22.1
23292026-03-24T21:27:07.267Z Checking anstream v0.6.21
23302026-03-24T21:27:07.289Z Checking hyper-util v0.1.20
23312026-03-24T21:27:07.329Z Checking proptest v1.10.0
23322026-03-24T21:27:07.333Z Checking rustls-platform-verifier v0.6.2
23332026-03-24T21:27:07.371Z Checking crossbeam-epoch v0.9.18
23342026-03-24T21:27:07.524Z Checking terminal_size v0.4.3
23352026-03-24T21:27:07.528Z Checking scroll v0.13.0
23362026-03-24T21:27:07.659Z Checking num-integer v0.1.46
23372026-03-24T21:27:07.679Z Checking simd-adler32 v0.3.8
23382026-03-24T21:27:07.679Z Checking crossbeam-deque v0.8.6
23392026-03-24T21:27:07.765Z Checking native-tls v0.2.18
23402026-03-24T21:27:07.849Z Checking dof v0.3.0
23412026-03-24T21:27:07.875Z Checking goblin v0.10.5
23422026-03-24T21:27:07.934Z Checking bstr v1.12.1
23432026-03-24T21:27:07.940Z Checking ref-cast v1.0.25
23442026-03-24T21:27:07.968Z Checking rustix v0.38.44
23452026-03-24T21:27:08.001Z Checking tokio-native-tls v0.3.1
23462026-03-24T21:27:08.066Z Checking camino v1.2.2
23472026-03-24T21:27:08.208Z Checking crc32fast v1.5.0
23482026-03-24T21:27:08.231Z Checking usdt-impl v0.5.0
23492026-03-24T21:27:08.394Z Checking signature v2.2.0
23502026-03-24T21:27:08.425Z Checking toml_datetime v0.6.11
23512026-03-24T21:27:08.464Z Checking serde_spanned v0.6.9
23522026-03-24T21:27:08.554Z Checking ff v0.13.1
23532026-03-24T21:27:08.596Z Checking strsim v0.11.1
23542026-03-24T21:27:08.624Z Checking unicode-bidi v0.3.18
23552026-03-24T21:27:08.656Z Checking unicode-properties v0.1.4
23562026-03-24T21:27:08.718Z Checking adler2 v2.0.1
23572026-03-24T21:27:08.805Z Checking clap_lex v1.0.0
23582026-03-24T21:27:08.857Z Checking base16ct v0.2.0
23592026-03-24T21:27:08.909Z Checking miniz_oxide v0.8.9
23602026-03-24T21:27:08.999Z Checking clap_builder v4.5.60
23612026-03-24T21:27:09.021Z Checking sec1 v0.7.3
23622026-03-24T21:27:09.025Z Checking stringprep v0.1.5
23632026-03-24T21:27:09.061Z Checking hyper-rustls v0.27.7
23642026-03-24T21:27:09.118Z Checking hyper-tls v0.6.0
23652026-03-24T21:27:09.217Z Checking group v0.13.0
23662026-03-24T21:27:09.315Z Checking num-iter v0.1.45
23672026-03-24T21:27:09.338Z Checking reqwest v0.13.2
23682026-03-24T21:27:09.356Z Checking reqwest v0.12.28
23692026-03-24T21:27:09.379Z Checking rayon-core v1.13.0
23702026-03-24T21:27:09.405Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-24T21:27:09.458Z Checking dtrace-parser v0.3.0
23722026-03-24T21:27:09.777Z Checking hkdf v0.12.4
23732026-03-24T21:27:09.824Z Checking strum v0.26.3
23742026-03-24T21:27:09.856Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-24T21:27:09.895Z Checking newtype-uuid v1.3.2
23762026-03-24T21:27:09.952Z Checking hash32 v0.2.1
23772026-03-24T21:27:09.972Z Checking md-5 v0.10.6
23782026-03-24T21:27:10.005Z Checking crypto-bigint v0.5.5
23792026-03-24T21:27:10.149Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-24T21:27:10.169Z Checking thread-id v5.1.0
23812026-03-24T21:27:10.173Z Checking daft v0.1.5
23822026-03-24T21:27:10.272Z Checking zlib-rs v0.6.2
23832026-03-24T21:27:10.412Z Checking fallible-iterator v0.2.0
23842026-03-24T21:27:10.476Z Checking unicode-segmentation v1.12.0
23852026-03-24T21:27:10.569Z Checking heapless v0.7.17
23862026-03-24T21:27:10.569Z Checking zstd-safe v7.2.4
23872026-03-24T21:27:10.703Z Checking clap v4.5.60
23882026-03-24T21:27:10.750Z Checking rayon v1.11.0
23892026-03-24T21:27:10.788Z Checking postgres-protocol v0.6.10
23902026-03-24T21:27:10.809Z Checking itertools v0.12.1
23912026-03-24T21:27:10.891Z Checking phf_shared v0.13.1
23922026-03-24T21:27:11.080Z Checking console v0.16.2
23932026-03-24T21:27:11.174Z Checking curve25519-dalek v4.1.3
23942026-03-24T21:27:11.190Z Checking dof v0.4.0
23952026-03-24T21:27:11.210Z Checking memoffset v0.9.1
23962026-03-24T21:27:11.314Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-24T21:27:11.374Z Checking elliptic-curve v0.13.8
23982026-03-24T21:27:11.427Z Checking signal-hook v0.3.18
23992026-03-24T21:27:11.469Z Checking memmap2 v0.9.10
24002026-03-24T21:27:11.491Z Checking flate2 v1.1.9
24012026-03-24T21:27:11.658Z Checking fixedbitset v0.4.2
24022026-03-24T21:27:11.680Z Checking toml_write v0.1.2
24032026-03-24T21:27:11.863Z Checking winnow v0.5.40
24042026-03-24T21:27:11.872Z Checking libbz2-rs-sys v0.2.2
24052026-03-24T21:27:11.890Z Checking foldhash v0.1.5
24062026-03-24T21:27:11.910Z Checking bumpalo v3.20.2
24072026-03-24T21:27:12.029Z Checking usdt-impl v0.6.0
24082026-03-24T21:27:12.075Z Checking unit-prefix v0.5.2
24092026-03-24T21:27:12.170Z Checking zopfli v0.8.3
24102026-03-24T21:27:12.221Z Checking zone v0.3.1
24112026-03-24T21:27:12.242Z Checking hashbrown v0.15.5
24122026-03-24T21:27:12.246Z Checking toml_edit v0.22.27
24132026-03-24T21:27:12.377Z Checking bzip2 v0.6.1
24142026-03-24T21:27:12.396Z Checking usdt v0.6.0
24152026-03-24T21:27:12.588Z Checking petgraph v0.6.5
24162026-03-24T21:27:12.615Z Checking signal-hook-mio v0.2.5
24172026-03-24T21:27:12.615Z Checking bzip2 v0.4.4
24182026-03-24T21:27:12.701Z Checking nix v0.31.1
24192026-03-24T21:27:12.747Z Checking postgres-types v0.2.12
24202026-03-24T21:27:12.816Z Checking indicatif v0.18.4
24212026-03-24T21:27:12.866Z Checking phf v0.13.1
24222026-03-24T21:27:12.923Z Checking smoltcp v0.9.1
24232026-03-24T21:27:13.066Z Checking similar v2.7.0
24242026-03-24T21:27:13.193Z Checking zstd v0.13.3
24252026-03-24T21:27:13.317Z Checking num-bigint-dig v0.8.6
24262026-03-24T21:27:13.431Z Checking toml_edit v0.19.15
24272026-03-24T21:27:13.450Z Checking ed25519 v2.2.3
24282026-03-24T21:27:13.574Z Checking phf_shared v0.11.3
24292026-03-24T21:27:13.690Z Checking pkcs1 v0.7.5
24302026-03-24T21:27:13.745Z Checking tokio-stream v0.1.18
24312026-03-24T21:27:13.798Z Checking strum v0.27.2
24322026-03-24T21:27:13.808Z Checking hubpack v0.1.2
24332026-03-24T21:27:13.937Z Checking rfc6979 v0.4.0
24342026-03-24T21:27:13.971Z Checking serde-big-array v0.5.1
24352026-03-24T21:27:14.027Z Checking float-cmp v0.10.0
24362026-03-24T21:27:14.065Z Checking env_filter v1.0.0
24372026-03-24T21:27:14.132Z Checking predicates-core v1.0.10
24382026-03-24T21:27:14.152Z Checking jiff v0.2.21
24392026-03-24T21:27:14.193Z Checking precomputed-hash v0.1.1
24402026-03-24T21:27:14.244Z Checking whoami v2.1.0
24412026-03-24T21:27:14.273Z Checking normalize-line-endings v0.3.0
24422026-03-24T21:27:14.292Z Checking difflib v0.4.0
24432026-03-24T21:27:14.316Z Checking static_assertions v1.1.0
24442026-03-24T21:27:14.382Z Checking rustc-hash v2.1.1
24452026-03-24T21:27:14.404Z Checking fixedbitset v0.5.7
24462026-03-24T21:27:14.408Z Checking keccak v0.1.6
24472026-03-24T21:27:14.500Z Checking new_debug_unreachable v1.0.6
24482026-03-24T21:27:14.506Z Checking rsa v0.9.10
24492026-03-24T21:27:14.546Z Checking iddqd v0.3.17
24502026-03-24T21:27:14.553Z Checking predicates v3.1.4
24512026-03-24T21:27:14.592Z Checking string_cache v0.8.9
24522026-03-24T21:27:14.617Z Checking sha3 v0.10.8
24532026-03-24T21:27:14.679Z Checking petgraph v0.8.3
24542026-03-24T21:27:14.805Z Checking tokio-postgres v0.7.16
24552026-03-24T21:27:14.848Z Checking toml v0.7.8
24562026-03-24T21:27:14.887Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-03-24T21:27:14.978Z Checking env_logger v0.11.9
24582026-03-24T21:27:15.155Z Checking ecdsa v0.16.9
24592026-03-24T21:27:15.232Z Checking ed25519-dalek v2.2.0
24602026-03-24T21:27:15.276Z Checking zip v0.6.6
24612026-03-24T21:27:15.540Z Checking crossterm v0.28.1
24622026-03-24T21:27:15.607Z Checking serde_with v3.17.0
24632026-03-24T21:27:15.708Z Checking itertools v0.13.0
24642026-03-24T21:27:15.737Z Checking hickory-proto v0.25.2
24652026-03-24T21:27:16.472Z Checking x509-cert v0.2.5
24662026-03-24T21:27:16.543Z Checking fs-err v3.3.0
24672026-03-24T21:27:16.918Z Checking ahash v0.8.12
24682026-03-24T21:27:16.953Z Checking object v0.37.3
24692026-03-24T21:27:17.161Z Checking buf-list v1.1.2
24702026-03-24T21:27:17.183Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-24T21:27:17.307Z Checking zip v4.6.1
24722026-03-24T21:27:17.372Z Checking lalrpop-util v0.19.12
24732026-03-24T21:27:17.400Z Checking peg-runtime v0.8.5
24742026-03-24T21:27:17.543Z Compiling structmeta-derive v0.3.0
24752026-03-24T21:27:17.585Z Compiling rustls v0.22.4
24762026-03-24T21:27:17.608Z Compiling newtype-uuid-macros v0.1.0
24772026-03-24T21:27:17.631Z Compiling multer v3.1.0
24782026-03-24T21:27:17.850Z Compiling async-stream-impl v0.3.6
24792026-03-24T21:27:17.937Z Checking futures-executor v0.3.32
24802026-03-24T21:27:17.961Z Checking regress v0.10.5
24812026-03-24T21:27:18.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-24T21:27:18.646Z Compiling dropshot v0.16.7
24832026-03-24T21:27:18.651Z Checking futures v0.3.32
24842026-03-24T21:27:18.651Z Compiling dropshot_endpoint v0.16.7
24852026-03-24T21:27:18.744Z Checking thread_local v1.1.9
24862026-03-24T21:27:18.969Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-24T21:27:18.990Z Checking crossbeam-channel v0.5.15
24882026-03-24T21:27:19.032Z Compiling structmeta v0.3.0
24892026-03-24T21:27:19.313Z Compiling derive-ex v0.1.8
24902026-03-24T21:27:19.436Z Checking is-terminal v0.4.17
24912026-03-24T21:27:19.456Z Checking term v1.2.1
24922026-03-24T21:27:19.555Z Checking take_mut v0.2.2
24932026-03-24T21:27:19.629Z Compiling parse-display-derive v0.10.0
24942026-03-24T21:27:19.688Z Checking slog-async v2.8.0
24952026-03-24T21:27:19.754Z Checking slog-term v2.9.2
24962026-03-24T21:27:19.918Z Checking rustls-webpki v0.102.8
24972026-03-24T21:27:19.939Z Checking serde_spanned v1.0.4
24982026-03-24T21:27:20.110Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-24T21:27:20.115Z Checking match_cfg v0.1.0
25002026-03-24T21:27:20.221Z Checking debug-ignore v1.0.5
25012026-03-24T21:27:20.349Z Checking hostname v0.3.1
25022026-03-24T21:27:20.357Z Checking toml v0.9.12+spec-1.1.0
25032026-03-24T21:27:20.357Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-24T21:27:20.471Z Checking slog-json v2.6.1
25052026-03-24T21:27:20.499Z Checking macaddr v1.0.1
25062026-03-24T21:27:20.683Z Checking slog-bunyan v2.5.0
25072026-03-24T21:27:20.748Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-24T21:27:20.842Z Checking async-stream v0.3.6
25092026-03-24T21:27:21.128Z Checking waitgroup v0.1.2
25102026-03-24T21:27:21.201Z Checking rustls-pemfile v2.2.0
25112026-03-24T21:27:21.259Z Checking serde_path_to_error v0.1.20
25122026-03-24T21:27:21.283Z Checking hostname v0.4.2
25132026-03-24T21:27:21.305Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-24T21:27:21.379Z Checking progenitor-client v0.13.0
25152026-03-24T21:27:21.406Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-03-24T21:27:21.442Z Checking progenitor-client v0.10.0
25172026-03-24T21:27:21.604Z Compiling itertools v0.14.0
25182026-03-24T21:27:21.648Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-24T21:27:21.669Z Compiling test-strategy v0.4.5
25202026-03-24T21:27:21.693Z Checking backon v1.6.0
25212026-03-24T21:27:21.742Z Checking instant v0.1.13
25222026-03-24T21:27:21.857Z Checking backoff v0.4.0
25232026-03-24T21:27:21.907Z Checking progenitor-extras v0.1.1
25242026-03-24T21:27:21.912Z Checking parse-display v0.10.0
25252026-03-24T21:27:22.087Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-24T21:27:22.115Z Checking heck v0.5.0
25272026-03-24T21:27:22.197Z Compiling crucible-workspace-hack v0.1.0
25282026-03-24T21:27:22.420Z Checking tokio-rustls v0.25.0
25292026-03-24T21:27:22.534Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-24T21:27:22.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-24T21:27:22.766Z Compiling convert_case v0.4.0
25322026-03-24T21:27:22.868Z Compiling heapless v0.8.0
25332026-03-24T21:27:23.276Z Compiling derive_more v0.99.20
25342026-03-24T21:27:23.380Z Compiling ingot-macros v0.1.1
25352026-03-24T21:27:23.477Z Compiling proc-macro-crate v3.4.0
25362026-03-24T21:27:23.532Z Checking hash32 v0.3.1
25372026-03-24T21:27:23.700Z Checking secrecy v0.10.3
25382026-03-24T21:27:23.762Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-24T21:27:23.860Z Compiling prettyplease v0.2.37
25402026-03-24T21:27:24.104Z Compiling smoltcp v0.11.0
25412026-03-24T21:27:24.123Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-03-24T21:27:24.231Z Compiling num_enum_derive v0.7.5
25432026-03-24T21:27:24.384Z Compiling typify-impl v0.6.1
25442026-03-24T21:27:24.553Z Checking tabwriter v1.4.1
25452026-03-24T21:27:24.746Z Checking cobs v0.3.0
25462026-03-24T21:27:24.856Z Compiling foreign-types-macros v0.2.3
25472026-03-24T21:27:24.938Z Checking foreign-types-shared v0.3.1
25482026-03-24T21:27:25.057Z Compiling unsafe-libyaml v0.2.11
25492026-03-24T21:27:25.331Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502026-03-24T21:27:25.642Z Checking cpufeatures v0.3.0
25512026-03-24T21:27:25.740Z Checking chacha20 v0.10.0
25522026-03-24T21:27:25.764Z Checking num_enum v0.7.5
25532026-03-24T21:27:25.783Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-24T21:27:26.030Z Checking foreign-types v0.5.0
25552026-03-24T21:27:26.098Z Checking postcard v1.1.3
25562026-03-24T21:27:26.893Z Compiling proc-macro-crate v1.3.1
25572026-03-24T21:27:27.042Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-24T21:27:27.278Z Checking ingot-types v0.1.2
25592026-03-24T21:27:27.451Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-24T21:27:27.597Z Checking cstr-argument v0.1.2
25612026-03-24T21:27:27.787Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-24T21:27:27.809Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-24T21:27:27.829Z Checking ingot v0.1.1
25642026-03-24T21:27:27.836Z Checking colored v3.1.1
25652026-03-24T21:27:27.899Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-24T21:27:28.080Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-24T21:27:28.102Z Compiling num_enum_derive v0.5.11
25682026-03-24T21:27:28.126Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-24T21:27:28.219Z Checking rand v0.10.0
25702026-03-24T21:27:29.424Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-24T21:27:29.848Z Checking num_enum v0.5.11
25722026-03-24T21:27:30.168Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-24T21:27:30.809Z Compiling typify-macro v0.6.1
25742026-03-24T21:27:30.910Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-24T21:27:31.114Z Compiling typify-impl v0.4.3
25762026-03-24T21:27:31.158Z Checking camino-tempfile v1.4.1
25772026-03-24T21:27:31.276Z Checking num-rational v0.4.2
25782026-03-24T21:27:31.670Z Checking half v2.7.1
25792026-03-24T21:27:31.765Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-24T21:27:31.962Z Checking universal-hash v0.5.1
25812026-03-24T21:27:32.051Z Checking num-complex v0.4.6
25822026-03-24T21:27:32.125Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-24T21:27:32.442Z Checking ciborium-io v0.2.2
25842026-03-24T21:27:32.501Z Checking opaque-debug v0.3.1
25852026-03-24T21:27:32.555Z Checking num v0.4.3
25862026-03-24T21:27:32.573Z Checking ciborium-ll v0.2.2
25872026-03-24T21:27:32.593Z Checking poly1305 v0.8.0
25882026-03-24T21:27:32.772Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25892026-03-24T21:27:32.832Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25902026-03-24T21:27:32.906Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-03-24T21:27:32.970Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25922026-03-24T21:27:33.143Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25932026-03-24T21:27:33.233Z Compiling typify v0.6.1
25942026-03-24T21:27:33.372Z Checking toml v0.8.23
25952026-03-24T21:27:33.394Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25962026-03-24T21:27:33.415Z Checking thiserror-no-std v2.0.2
25972026-03-24T21:27:33.529Z Checking byte-wrapper v0.1.0
25982026-03-24T21:27:33.589Z Checking password-hash v0.5.0
25992026-03-24T21:27:33.805Z Checking chacha20 v0.9.1
26002026-03-24T21:27:33.867Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-24T21:27:34.061Z Compiling usdt-attr-macro v0.5.0
26022026-03-24T21:27:34.122Z Compiling usdt-macro v0.5.0
26032026-03-24T21:27:34.219Z Checking smf v0.2.3
26042026-03-24T21:27:34.531Z Checking blake2 v0.10.6
26052026-03-24T21:27:34.684Z Checking aead v0.5.2
26062026-03-24T21:27:34.847Z Checking sigpipe v0.1.3
26072026-03-24T21:27:34.877Z Checking memmap v0.7.0
26082026-03-24T21:27:34.972Z Compiling num-derive v0.4.2
26092026-03-24T21:27:35.050Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-03-24T21:27:35.094Z Checking float-ord v0.3.2
26112026-03-24T21:27:35.097Z Checking glob v0.3.3
26122026-03-24T21:27:35.228Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-24T21:27:35.317Z Checking usdt v0.5.0
26142026-03-24T21:27:35.360Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-03-24T21:27:35.574Z Checking chacha20poly1305 v0.10.1
26162026-03-24T21:27:35.621Z Checking argon2 v0.5.3
26172026-03-24T21:27:35.675Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26182026-03-24T21:27:35.737Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-24T21:27:36.013Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-24T21:27:36.087Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-24T21:27:36.220Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-24T21:27:36.288Z Checking vsss-rs v3.3.4
26232026-03-24T21:27:36.517Z Compiling progenitor-impl v0.13.0
26242026-03-24T21:27:37.038Z Checking ciborium v0.2.2
26252026-03-24T21:27:37.108Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-24T21:27:37.252Z Checking indent_write v2.2.0
26272026-03-24T21:27:37.426Z Checking whoami v1.6.1
26282026-03-24T21:27:37.466Z Compiling semver v0.1.20
26292026-03-24T21:27:37.571Z Compiling typify-macro v0.4.3
26302026-03-24T21:27:37.630Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-03-24T21:27:37.699Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26322026-03-24T21:27:37.828Z Compiling rustc_version v0.1.7
26332026-03-24T21:27:37.979Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-24T21:27:38.141Z Compiling pin-project-internal v1.1.11
26352026-03-24T21:27:38.825Z Checking swrite v0.1.0
26362026-03-24T21:27:38.951Z Checking linked-hash-map v0.5.6
26372026-03-24T21:27:39.093Z Compiling minimal-lexical v0.2.1
26382026-03-24T21:27:39.181Z Checking lru-cache v0.1.2
26392026-03-24T21:27:39.346Z Compiling newtype_derive v0.1.6
26402026-03-24T21:27:39.438Z Compiling nom v7.1.3
26412026-03-24T21:27:39.724Z Checking pin-project v1.1.11
26422026-03-24T21:27:39.856Z Checking newline-converter v0.3.0
26432026-03-24T21:27:39.954Z Compiling typify v0.4.3
26442026-03-24T21:27:40.002Z Checking atomicwrites v0.4.4
26452026-03-24T21:27:40.101Z Checking phf_shared v0.12.1
26462026-03-24T21:27:40.169Z Checking hickory-proto v0.24.4
26472026-03-24T21:27:40.196Z Checking console v0.15.11
26482026-03-24T21:27:40.243Z Compiling progenitor-macro v0.13.0
26492026-03-24T21:27:40.291Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-24T21:27:40.571Z Checking pem v3.0.6
26512026-03-24T21:27:40.939Z Checking csv-core v0.1.13
26522026-03-24T21:27:41.162Z Compiling snafu-derive v0.8.9
26532026-03-24T21:27:41.184Z Compiling derive-where v1.6.0
26542026-03-24T21:27:41.320Z Compiling async-recursion v1.1.1
26552026-03-24T21:27:42.218Z Compiling slog-dtrace v0.3.0
26562026-03-24T21:27:42.467Z Checking highway v1.3.0
26572026-03-24T21:27:42.660Z Checking same-file v1.0.6
26582026-03-24T21:27:42.808Z Compiling cancel-safe-futures v0.1.5
26592026-03-24T21:27:42.848Z Checking unicode-width v0.1.14
26602026-03-24T21:27:43.050Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612026-03-24T21:27:43.084Z Compiling chrono-tz v0.10.4
26622026-03-24T21:27:43.168Z Checking resolv-conf v0.7.6
26632026-03-24T21:27:43.191Z Compiling owo-colors v4.3.0
26642026-03-24T21:27:43.322Z Compiling const_format_proc_macros v0.2.34
26652026-03-24T21:27:43.423Z Checking hickory-resolver v0.24.4
26662026-03-24T21:27:43.750Z Checking walkdir v2.5.0
26672026-03-24T21:27:43.874Z Checking snafu v0.8.9
26682026-03-24T21:27:43.973Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26692026-03-24T21:27:44.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-24T21:27:44.434Z Checking csv v1.4.0
26712026-03-24T21:27:44.491Z Checking expectorate v1.2.0
26722026-03-24T21:27:44.594Z Checking phf v0.12.1
26732026-03-24T21:27:44.788Z Compiling progenitor-impl v0.10.0
26742026-03-24T21:27:44.939Z Checking tokio-dtrace v0.1.1
26752026-03-24T21:27:44.977Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-24T21:27:44.999Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-24T21:27:45.035Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26782026-03-24T21:27:45.182Z Checking globset v0.4.18
26792026-03-24T21:27:45.348Z Checking olpc-cjson v0.1.4
26802026-03-24T21:27:45.532Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-24T21:27:45.532Z Checking libsw-core v0.3.2
26822026-03-24T21:27:45.690Z Checking serde_plain v1.0.2
26832026-03-24T21:27:45.728Z Checking arc-swap v1.8.2
26842026-03-24T21:27:45.890Z Compiling lzma-sys v0.1.20
26852026-03-24T21:27:45.914Z Checking typed-path v0.9.3
26862026-03-24T21:27:46.028Z Checking utf-8 v0.7.6
26872026-03-24T21:27:46.216Z Checking bytecount v0.6.9
26882026-03-24T21:27:46.432Z Checking papergrid v0.11.0
26892026-03-24T21:27:47.038Z Checking tough v0.20.0
26902026-03-24T21:27:47.065Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-24T21:27:47.281Z Checking tungstenite v0.21.0
26922026-03-24T21:27:47.304Z Checking slog-scope v4.4.1
26932026-03-24T21:27:47.432Z Checking progenitor v0.13.0
26942026-03-24T21:27:47.477Z Checking libsw v3.5.0
26952026-03-24T21:27:47.606Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26962026-03-24T21:27:47.682Z Checking oxide-tokio-rt v0.1.3
26972026-03-24T21:27:47.950Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26982026-03-24T21:27:48.240Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-24T21:27:48.267Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27002026-03-24T21:27:48.492Z Compiling progenitor-macro v0.10.0
27012026-03-24T21:27:49.047Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27022026-03-24T21:27:49.347Z Checking const_format v0.2.35
27032026-03-24T21:27:49.370Z Checking qorb v0.4.1
27042026-03-24T21:27:49.847Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-24T21:27:49.974Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-24T21:27:50.005Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-24T21:27:50.026Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-24T21:27:50.473Z Compiling cargo_toml v0.22.3
27092026-03-24T21:27:50.561Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-24T21:27:50.670Z Checking gethostname v0.5.0
27112026-03-24T21:27:50.693Z Compiling tabled_derive v0.7.0
27122026-03-24T21:27:50.789Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-24T21:27:50.961Z Checking bcs v0.1.6
27142026-03-24T21:27:50.983Z Checking termtree v0.5.1
27152026-03-24T21:27:51.124Z Checking unicode-linebreak v0.1.5
27162026-03-24T21:27:51.166Z Checking linear-map v1.2.0
27172026-03-24T21:27:51.275Z Checking smawk v0.3.2
27182026-03-24T21:27:51.403Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27192026-03-24T21:27:51.407Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-24T21:27:51.451Z Checking textwrap v0.16.2
27212026-03-24T21:27:51.737Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27222026-03-24T21:27:51.999Z Checking tabled v0.15.0
27232026-03-24T21:27:52.269Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27242026-03-24T21:27:52.605Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-24T21:27:53.206Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-24T21:27:53.228Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-24T21:27:53.501Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-24T21:27:53.698Z Checking steno v0.4.1
27292026-03-24T21:27:53.741Z Checking tokio-tungstenite v0.21.0
27302026-03-24T21:27:54.125Z Checking slog-stdlog v4.1.1
27312026-03-24T21:27:54.287Z Checking typeid v1.0.3
27322026-03-24T21:27:54.418Z Checking base64 v0.21.7
27332026-03-24T21:27:54.474Z Checking humantime v2.3.0
27342026-03-24T21:27:54.523Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-24T21:27:54.716Z Checking xz2 v0.1.7
27362026-03-24T21:27:54.739Z Checking ron v0.12.0
27372026-03-24T21:27:54.949Z Checking slog-envlogger v2.2.0
27382026-03-24T21:27:55.093Z Checking yasna v0.5.2
27392026-03-24T21:27:55.152Z Checking headers-core v0.3.0
27402026-03-24T21:27:55.292Z Checking filetime v0.2.27
27412026-03-24T21:27:55.468Z Checking base16ct v1.0.0
27422026-03-24T21:27:55.524Z Checking xattr v1.6.1
27432026-03-24T21:27:55.620Z Checking rcgen v0.12.1
27442026-03-24T21:27:55.642Z Checking headers v0.4.1
27452026-03-24T21:27:55.645Z Checking progenitor v0.10.0
27462026-03-24T21:27:55.695Z Checking tar v0.4.44
27472026-03-24T21:27:55.748Z Checking subprocess v0.2.15
27482026-03-24T21:27:55.837Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27492026-03-24T21:28:03.675Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-24T21:28:12.191Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-24T21:28:14.052Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-24T21:28:15.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
27532026-03-24T21:28:15.900Z
27542026-03-24T21:28:15.900Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27552026-03-24T21:28:16.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-24T21:28:16.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-24T21:28:16.994Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-24T21:28:18.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
27592026-03-24T21:28:18.987Z
27602026-03-24T21:28:18.988Zinfo: running `cargo check --bins` on nexus-config (51/267)
27612026-03-24T21:28:19.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-24T21:28:19.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-24T21:28:19.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-24T21:28:19.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27652026-03-24T21:28:19.873Z
27662026-03-24T21:28:19.873Zinfo: running `cargo check --bins` on nexus-types (52/267)
27672026-03-24T21:28:20.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-24T21:28:20.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-24T21:28:20.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-24T21:28:20.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27712026-03-24T21:28:20.764Z
27722026-03-24T21:28:20.764Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27732026-03-24T21:28:21.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-24T21:28:21.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-24T21:28:21.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-24T21:28:21.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27772026-03-24T21:28:21.598Z
27782026-03-24T21:28:21.598Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27792026-03-24T21:28:22.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-24T21:28:22.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-24T21:28:22.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-24T21:28:22.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27832026-03-24T21:28:22.435Z
27842026-03-24T21:28:22.435Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27852026-03-24T21:28:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-24T21:28:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-24T21:28:23.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-24T21:28:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27892026-03-24T21:28:23.250Z
27902026-03-24T21:28:23.250Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27912026-03-24T21:28:23.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-24T21:28:23.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-24T21:28:23.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-24T21:28:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27952026-03-24T21:28:24.071Z
27962026-03-24T21:28:24.071Zinfo: running `cargo check --bins` on ereport-types (57/267)
27972026-03-24T21:28:24.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-24T21:28:24.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-24T21:28:24.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-24T21:28:24.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28012026-03-24T21:28:24.900Z
28022026-03-24T21:28:24.900Zinfo: running `cargo check --bins` on gateway-client (58/267)
28032026-03-24T21:28:25.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-24T21:28:25.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-24T21:28:25.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-24T21:28:25.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28072026-03-24T21:28:25.733Z
28082026-03-24T21:28:25.733Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28092026-03-24T21:28:26.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-24T21:28:26.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-24T21:28:26.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-24T21:28:26.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28132026-03-24T21:28:26.563Z
28142026-03-24T21:28:26.563Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28152026-03-24T21:28:27.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-24T21:28:27.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-24T21:28:27.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-24T21:28:27.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28192026-03-24T21:28:27.397Z
28202026-03-24T21:28:27.397Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28212026-03-24T21:28:28.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-24T21:28:28.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-24T21:28:28.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-24T21:28:28.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28252026-03-24T21:28:28.228Z
28262026-03-24T21:28:28.228Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28272026-03-24T21:28:28.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-24T21:28:28.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-24T21:28:28.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-24T21:28:28.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28312026-03-24T21:28:29.069Z
28322026-03-24T21:28:29.069Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28332026-03-24T21:28:29.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-24T21:28:29.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-24T21:28:29.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-24T21:28:29.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28372026-03-24T21:28:29.916Z
28382026-03-24T21:28:29.916Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28392026-03-24T21:28:30.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-24T21:28:30.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-24T21:28:30.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-24T21:28:30.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28432026-03-24T21:28:30.762Z
28442026-03-24T21:28:30.763Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28452026-03-24T21:28:31.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-24T21:28:31.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-24T21:28:31.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-24T21:28:31.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28492026-03-24T21:28:31.584Z
28502026-03-24T21:28:31.584Zinfo: running `cargo check --bins` on oxlog (66/267)
28512026-03-24T21:28:32.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-24T21:28:32.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-24T21:28:32.449Z Compiling newtype-uuid v1.3.2
28542026-03-24T21:28:32.710Z Compiling daft v0.1.5
28552026-03-24T21:28:32.982Z Compiling iddqd v0.3.17
28562026-03-24T21:28:34.269Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-24T21:28:34.550Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-24T21:28:34.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28592026-03-24T21:28:35.127Z
28602026-03-24T21:28:35.127Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28612026-03-24T21:28:35.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-24T21:28:35.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-24T21:28:35.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-24T21:28:35.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28652026-03-24T21:28:35.972Z
28662026-03-24T21:28:35.972Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28672026-03-24T21:28:36.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-24T21:28:36.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-24T21:28:36.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-24T21:28:36.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28712026-03-24T21:28:36.806Z
28722026-03-24T21:28:36.806Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28732026-03-24T21:28:37.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-24T21:28:37.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-24T21:28:37.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-24T21:28:37.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28772026-03-24T21:28:37.681Z
28782026-03-24T21:28:37.681Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28792026-03-24T21:28:38.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-24T21:28:38.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-24T21:28:38.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-24T21:28:38.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28832026-03-24T21:28:38.496Z
28842026-03-24T21:28:38.496Zinfo: running `cargo check --bins` on oxql-types (71/267)
28852026-03-24T21:28:39.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-24T21:28:39.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-24T21:28:39.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-24T21:28:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28892026-03-24T21:28:39.328Z
28902026-03-24T21:28:39.328Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28912026-03-24T21:28:40.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-24T21:28:40.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-24T21:28:40.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-24T21:28:40.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28952026-03-24T21:28:40.165Z
28962026-03-24T21:28:40.165Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28972026-03-24T21:28:40.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-24T21:28:40.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-24T21:28:40.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-24T21:28:40.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29012026-03-24T21:28:41.001Z
29022026-03-24T21:28:41.001Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29032026-03-24T21:28:41.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-24T21:28:41.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-24T21:28:41.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-24T21:28:41.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29072026-03-24T21:28:41.817Z
29082026-03-24T21:28:41.817Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29092026-03-24T21:28:42.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-24T21:28:42.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-24T21:28:42.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-24T21:28:42.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29132026-03-24T21:28:42.679Z
29142026-03-24T21:28:42.679Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29152026-03-24T21:28:43.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-24T21:28:43.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-24T21:28:43.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-24T21:28:43.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29192026-03-24T21:28:43.537Z
29202026-03-24T21:28:43.537Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29212026-03-24T21:28:44.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-24T21:28:44.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-24T21:28:44.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-24T21:28:44.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29252026-03-24T21:28:44.401Z
29262026-03-24T21:28:44.401Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29272026-03-24T21:28:45.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-24T21:28:45.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-24T21:28:45.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-24T21:28:45.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29312026-03-24T21:28:45.262Z
29322026-03-24T21:28:45.262Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29332026-03-24T21:28:45.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-24T21:28:45.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-24T21:28:45.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-24T21:28:45.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29372026-03-24T21:28:46.092Z
29382026-03-24T21:28:46.092Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29392026-03-24T21:28:46.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-24T21:28:46.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-24T21:28:46.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-24T21:28:46.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29432026-03-24T21:28:46.917Z
29442026-03-24T21:28:46.917Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29452026-03-24T21:28:47.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-24T21:28:47.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-24T21:28:47.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-24T21:28:47.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29492026-03-24T21:28:47.734Z
29502026-03-24T21:28:47.735Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29512026-03-24T21:28:48.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-24T21:28:48.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-24T21:28:48.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-24T21:28:48.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29552026-03-24T21:28:48.551Z
29562026-03-24T21:28:48.551Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29572026-03-24T21:28:49.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-24T21:28:49.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-24T21:28:49.483Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-24T21:28:50.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
29612026-03-24T21:28:50.411Z
29622026-03-24T21:28:50.411Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29632026-03-24T21:28:51.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-24T21:28:51.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-24T21:28:51.370Z Compiling ar_archive_writer v0.5.1
29662026-03-24T21:28:51.504Z Compiling stacker v0.1.23
29672026-03-24T21:28:51.517Z Compiling cfg_aliases v0.1.1
29682026-03-24T21:28:51.529Z Compiling convert_case v0.10.0
29692026-03-24T21:28:51.546Z Checking fd-lock v4.0.4
29702026-03-24T21:28:51.546Z Checking nibble_vec v0.1.0
29712026-03-24T21:28:51.549Z Checking vte v0.14.1
29722026-03-24T21:28:51.549Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-24T21:28:51.611Z Compiling nix v0.28.0
29742026-03-24T21:28:51.691Z Checking endian-type v0.1.2
29752026-03-24T21:28:51.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-03-24T21:28:51.768Z Checking strip-ansi-escapes v0.2.1
29772026-03-24T21:28:51.840Z Compiling peg-macros v0.8.5
29782026-03-24T21:28:51.896Z Checking radix_trie v0.2.1
29792026-03-24T21:28:51.913Z Checking winnow v0.6.26
29802026-03-24T21:28:51.931Z Compiling derive_more-impl v2.1.1
29812026-03-24T21:28:52.089Z Compiling sqlparser_derive v0.5.0
29822026-03-24T21:28:52.170Z Checking home v0.5.12
29832026-03-24T21:28:52.303Z Checking nu-ansi-term v0.50.3
29842026-03-24T21:28:52.378Z Checking unicode_categories v0.1.1
29852026-03-24T21:28:52.581Z Checking reedline v0.40.0
29862026-03-24T21:28:52.628Z Checking display-error-chain v0.2.2
29872026-03-24T21:28:52.696Z Compiling psm v0.1.30
29882026-03-24T21:28:53.052Z Checking derive_more v2.1.1
29892026-03-24T21:28:53.147Z Checking crossterm v0.29.0
29902026-03-24T21:28:53.403Z Checking peg v0.8.5
29912026-03-24T21:28:53.472Z Checking rustyline v14.0.0
29922026-03-24T21:28:53.523Z Checking sqlformat v0.3.5
29932026-03-24T21:28:53.685Z Checking recursive v0.1.1
29942026-03-24T21:28:53.795Z Checking sqlparser v0.61.0
29952026-03-24T21:29:09.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
29962026-03-24T21:29:10.170Z
29972026-03-24T21:29:10.170Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29982026-03-24T21:29:10.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-24T21:29:10.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-24T21:29:11.132Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-24T21:29:15.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
30022026-03-24T21:29:16.115Z
30032026-03-24T21:29:16.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30042026-03-24T21:29:16.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-24T21:29:16.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-24T21:29:17.079Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-24T21:29:20.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
30082026-03-24T21:29:20.643Z
30092026-03-24T21:29:20.643Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30102026-03-24T21:29:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-24T21:29:21.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-24T21:29:21.595Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-24T21:29:26.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
30142026-03-24T21:29:26.303Z
30152026-03-24T21:29:26.303Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30162026-03-24T21:29:27.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-24T21:29:27.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-24T21:29:27.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-24T21:29:31.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
30202026-03-24T21:29:32.031Z
30212026-03-24T21:29:32.031Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30222026-03-24T21:29:32.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-24T21:29:32.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-24T21:29:32.992Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-24T21:29:36.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
30262026-03-24T21:29:36.770Z
30272026-03-24T21:29:36.770Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30282026-03-24T21:29:37.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-24T21:29:37.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-24T21:29:37.730Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-24T21:29:41.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
30322026-03-24T21:29:41.525Z
30332026-03-24T21:29:41.525Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30342026-03-24T21:29:42.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-24T21:29:42.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-24T21:29:42.486Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-24T21:29:47.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
30382026-03-24T21:29:47.454Z
30392026-03-24T21:29:47.454Zinfo: running `cargo check --bins` on oximeter (92/267)
30402026-03-24T21:29:48.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-24T21:29:48.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-24T21:29:48.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-24T21:29:48.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30442026-03-24T21:29:48.303Z
30452026-03-24T21:29:48.303Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30462026-03-24T21:29:49.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-24T21:29:49.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-24T21:29:49.214Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-24T21:29:49.412Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-24T21:29:49.432Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-24T21:29:49.862Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-24T21:29:54.781Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-24T21:29:55.213Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-24T21:29:56.790Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-24T21:29:57.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s
30562026-03-24T21:29:57.926Z
30572026-03-24T21:29:57.926Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30582026-03-24T21:29:58.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-24T21:29:58.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-24T21:29:58.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-24T21:29:58.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30622026-03-24T21:29:58.770Z
30632026-03-24T21:29:58.771Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30642026-03-24T21:29:59.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-24T21:29:59.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-24T21:29:59.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-24T21:29:59.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30682026-03-24T21:29:59.683Z
30692026-03-24T21:29:59.683Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30702026-03-24T21:30:00.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-24T21:30:00.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-24T21:30:00.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-24T21:30:00.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30742026-03-24T21:30:00.548Z
30752026-03-24T21:30:00.548Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30762026-03-24T21:30:01.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-24T21:30:01.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-24T21:30:01.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-24T21:30:01.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30802026-03-24T21:30:01.419Z
30812026-03-24T21:30:01.419Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30822026-03-24T21:30:02.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-24T21:30:02.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-24T21:30:02.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-24T21:30:02.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30862026-03-24T21:30:02.284Z
30872026-03-24T21:30:02.284Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30882026-03-24T21:30:03.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-24T21:30:03.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-24T21:30:03.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-24T21:30:03.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30922026-03-24T21:30:03.144Z
30932026-03-24T21:30:03.144Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30942026-03-24T21:30:03.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-24T21:30:03.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-24T21:30:03.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-24T21:30:03.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30982026-03-24T21:30:03.971Z
30992026-03-24T21:30:03.971Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31002026-03-24T21:30:04.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-24T21:30:04.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-24T21:30:04.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-24T21:30:04.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31042026-03-24T21:30:04.834Z
31052026-03-24T21:30:04.834Zinfo: running `cargo check --bins` on update-engine (102/267)
31062026-03-24T21:30:05.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-24T21:30:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-24T21:30:05.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-24T21:30:05.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31102026-03-24T21:30:05.660Z
31112026-03-24T21:30:05.660Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31122026-03-24T21:30:06.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-24T21:30:06.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-24T21:30:06.643Z Checking dropshot-api-manager-types v0.6.0
31152026-03-24T21:30:06.646Z Checking nanorand v0.7.0
31162026-03-24T21:30:06.950Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-24T21:30:06.991Z Checking flume v0.11.1
31182026-03-24T21:30:07.271Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-24T21:30:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
31202026-03-24T21:30:08.819Z
31212026-03-24T21:30:08.819Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31222026-03-24T21:30:09.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-24T21:30:09.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-24T21:30:09.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-24T21:30:09.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31262026-03-24T21:30:09.666Z
31272026-03-24T21:30:09.666Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31282026-03-24T21:30:10.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-24T21:30:10.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-24T21:30:10.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-24T21:30:10.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31322026-03-24T21:30:10.512Z
31332026-03-24T21:30:10.512Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31342026-03-24T21:30:11.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-24T21:30:11.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-24T21:30:11.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-24T21:30:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31382026-03-24T21:30:11.358Z
31392026-03-24T21:30:11.358Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31402026-03-24T21:30:12.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-24T21:30:12.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-24T21:30:12.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-24T21:30:12.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31442026-03-24T21:30:12.225Z
31452026-03-24T21:30:12.225Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31462026-03-24T21:30:12.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-24T21:30:12.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-24T21:30:12.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-24T21:30:12.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31502026-03-24T21:30:13.076Z
31512026-03-24T21:30:13.076Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31522026-03-24T21:30:13.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-24T21:30:13.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-24T21:30:13.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-24T21:30:13.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31562026-03-24T21:30:13.921Z
31572026-03-24T21:30:13.921Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31582026-03-24T21:30:14.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-24T21:30:14.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-24T21:30:14.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-24T21:30:14.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31622026-03-24T21:30:14.778Z
31632026-03-24T21:30:14.778Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31642026-03-24T21:30:15.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-24T21:30:15.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-24T21:30:15.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-24T21:30:15.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31682026-03-24T21:30:15.602Z
31692026-03-24T21:30:15.602Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31702026-03-24T21:30:16.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-24T21:30:16.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-24T21:30:16.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-24T21:30:16.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31742026-03-24T21:30:16.454Z
31752026-03-24T21:30:16.454Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31762026-03-24T21:30:17.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-24T21:30:17.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-24T21:30:17.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-24T21:30:17.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31802026-03-24T21:30:17.301Z
31812026-03-24T21:30:17.301Zinfo: running `cargo check --bins` on installinator-client (114/267)
31822026-03-24T21:30:18.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-24T21:30:18.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-24T21:30:18.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-24T21:30:18.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31862026-03-24T21:30:18.148Z
31872026-03-24T21:30:18.149Zinfo: running `cargo check --bins` on nexus-client (115/267)
31882026-03-24T21:30:18.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-24T21:30:18.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-24T21:30:18.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-24T21:30:18.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31922026-03-24T21:30:19.063Z
31932026-03-24T21:30:19.064Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31942026-03-24T21:30:19.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-24T21:30:19.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-24T21:30:19.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-24T21:30:19.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31982026-03-24T21:30:19.951Z
31992026-03-24T21:30:19.951Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32002026-03-24T21:30:20.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-24T21:30:20.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-24T21:30:20.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-24T21:30:20.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32042026-03-24T21:30:20.776Z
32052026-03-24T21:30:20.776Zinfo: running `cargo check --bins` on oxide-client (118/267)
32062026-03-24T21:30:21.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-24T21:30:21.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-24T21:30:21.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-24T21:30:21.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32102026-03-24T21:30:21.607Z
32112026-03-24T21:30:21.607Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32122026-03-24T21:30:22.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-24T21:30:22.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-24T21:30:22.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-24T21:30:22.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32162026-03-24T21:30:22.454Z
32172026-03-24T21:30:22.454Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32182026-03-24T21:30:23.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-24T21:30:23.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-24T21:30:23.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-24T21:30:23.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32222026-03-24T21:30:23.282Z
32232026-03-24T21:30:23.282Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32242026-03-24T21:30:24.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-24T21:30:24.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-24T21:30:24.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-24T21:30:24.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32282026-03-24T21:30:24.149Z
32292026-03-24T21:30:24.149Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32302026-03-24T21:30:24.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-24T21:30:24.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-24T21:30:24.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-24T21:30:24.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32342026-03-24T21:30:25.028Z
32352026-03-24T21:30:25.028Zinfo: running `cargo check --bins` on installinator-common (123/267)
32362026-03-24T21:30:25.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-24T21:30:25.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-24T21:30:25.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-24T21:30:25.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32402026-03-24T21:30:25.887Z
32412026-03-24T21:30:25.887Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32422026-03-24T21:30:26.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-24T21:30:26.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-24T21:30:26.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-24T21:30:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32462026-03-24T21:30:26.707Z
32472026-03-24T21:30:26.707Zinfo: running `cargo check --bins` on wicket-common (125/267)
32482026-03-24T21:30:27.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-24T21:30:27.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-24T21:30:27.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-24T21:30:27.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32522026-03-24T21:30:27.586Z
32532026-03-24T21:30:27.586Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32542026-03-24T21:30:28.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-24T21:30:28.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-24T21:30:28.545Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-24T21:30:28.548Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-24T21:30:28.548Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-24T21:30:28.703Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32602026-03-24T21:30:28.703Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-03-24T21:30:28.864Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-24T21:30:28.905Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-24T21:30:29.202Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32642026-03-24T21:30:29.205Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-03-24T21:30:32.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
32662026-03-24T21:30:32.330Z
32672026-03-24T21:30:32.330Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32682026-03-24T21:30:33.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-24T21:30:33.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-24T21:30:33.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-24T21:30:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32722026-03-24T21:30:33.189Z
32732026-03-24T21:30:33.189Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32742026-03-24T21:30:34.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-24T21:30:34.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-24T21:30:34.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-24T21:30:34.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32782026-03-24T21:30:34.155Z
32792026-03-24T21:30:34.155Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32802026-03-24T21:30:34.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-24T21:30:34.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-24T21:30:34.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-24T21:30:34.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
32842026-03-24T21:30:35.122Z
32852026-03-24T21:30:35.122Zinfo: running `cargo check --bins` on dns-server (130/267)
32862026-03-24T21:30:35.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-24T21:30:35.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-24T21:30:36.071Z Compiling parking_lot_core v0.8.6
32892026-03-24T21:30:36.074Z Compiling git-stub v1.0.0
32902026-03-24T21:30:36.074Z Compiling atomicwrites v0.4.4
32912026-03-24T21:30:36.074Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-24T21:30:36.243Z Checking tagptr v0.2.0
32932026-03-24T21:30:36.267Z Checking prefix-trie v0.7.0
32942026-03-24T21:30:36.270Z Checking fxhash v0.2.1
32952026-03-24T21:30:36.270Z Checking hickory-client v0.25.2
32962026-03-24T21:30:36.433Z Compiling git-stub-vcs v0.1.0
32972026-03-24T21:30:36.461Z Checking moka v0.12.13
32982026-03-24T21:30:36.748Z Checking parking_lot v0.11.2
32992026-03-24T21:30:36.751Z Checking hickory-server v0.25.2
33002026-03-24T21:30:36.813Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-24T21:30:36.883Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-03-24T21:30:36.886Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T21:30:36.886Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-24T21:30:36.981Z Checking sled v0.34.7
33052026-03-24T21:30:37.297Z Checking hickory-resolver v0.25.2
33062026-03-24T21:30:39.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
33072026-03-24T21:30:40.027Z
33082026-03-24T21:30:40.027Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33092026-03-24T21:30:40.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-24T21:30:40.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-24T21:30:40.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-24T21:30:40.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33132026-03-24T21:30:40.873Z
33142026-03-24T21:30:40.874Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33152026-03-24T21:30:41.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-24T21:30:41.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-24T21:30:41.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-24T21:30:41.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33192026-03-24T21:30:41.800Z
33202026-03-24T21:30:41.800Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33212026-03-24T21:30:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-24T21:30:42.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-24T21:30:42.877Z Compiling radium v0.7.0
33242026-03-24T21:30:43.019Z Compiling maybe-uninit v2.0.0
33252026-03-24T21:30:43.022Z Checking tap v1.0.1
33262026-03-24T21:30:43.048Z Compiling zerocopy-derive v0.6.6
33272026-03-24T21:30:43.064Z Compiling packed_struct v0.10.1
33282026-03-24T21:30:43.081Z Checking crc-catalog v2.4.0
33292026-03-24T21:30:43.112Z Checking funty v2.0.0
33302026-03-24T21:30:43.121Z Compiling packed_struct_codegen v0.10.1
33312026-03-24T21:30:43.152Z Checking wyz v0.5.1
33322026-03-24T21:30:43.201Z Checking crc v3.4.0
33332026-03-24T21:30:43.399Z Compiling bitfield-macros v0.19.4
33342026-03-24T21:30:43.437Z Compiling indexmap v1.9.3
33352026-03-24T21:30:43.455Z Checking nodrop v0.1.14
33362026-03-24T21:30:43.505Z Checking smallvec v0.6.14
33372026-03-24T21:30:43.563Z Checking hashbrown v0.12.3
33382026-03-24T21:30:43.583Z Checking array-init v0.0.4
33392026-03-24T21:30:43.600Z Checking bitvec v1.0.1
33402026-03-24T21:30:43.706Z Checking ron v0.8.1
33412026-03-24T21:30:43.761Z Checking hashbrown v0.13.2
33422026-03-24T21:30:44.071Z Checking serde-hex v0.1.0
33432026-03-24T21:30:44.185Z Checking zerocopy v0.6.6
33442026-03-24T21:30:44.342Z Checking bitfield v0.19.4
33452026-03-24T21:30:44.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-24T21:30:44.421Z Checking crc-any v2.5.0
33472026-03-24T21:30:44.567Z Checking void v1.0.2
33482026-03-24T21:30:44.592Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-24T21:30:44.595Z Checking object v0.30.4
33502026-03-24T21:30:44.655Z Checking path-slash v0.1.5
33512026-03-24T21:30:44.674Z Checking half v1.8.3
33522026-03-24T21:30:44.695Z Checking lzss v0.8.2
33532026-03-24T21:30:44.713Z Checking tungstenite v0.23.0
33542026-03-24T21:30:44.796Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-24T21:30:44.935Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33562026-03-24T21:30:44.938Z Checking serde_cbor v0.11.2
33572026-03-24T21:30:44.971Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-24T21:30:45.001Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-24T21:30:45.131Z Checking nix v0.27.1
33602026-03-24T21:30:45.264Z Checking kstat-rs v0.2.4
33612026-03-24T21:30:45.466Z Checking serde_bytes v0.11.19
33622026-03-24T21:30:45.503Z Checking tokio-tungstenite v0.23.1
33632026-03-24T21:30:45.521Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-03-24T21:30:45.700Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-03-24T21:30:45.829Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-24T21:30:45.857Z Checking signal-hook-tokio v0.3.1
33672026-03-24T21:30:46.896Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-24T21:30:47.150Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-24T21:30:50.566Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-24T21:30:51.768Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-24T21:30:52.144Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-24T21:30:53.648Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-24T21:30:56.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
33742026-03-24T21:30:56.722Z
33752026-03-24T21:30:56.722Zinfo: running `cargo check --bins` on gateway-api (134/267)
33762026-03-24T21:30:57.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-24T21:30:57.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-24T21:30:57.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-24T21:30:57.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33802026-03-24T21:30:57.564Z
33812026-03-24T21:30:57.565Zinfo: running `cargo check --bins` on ipcc (135/267)
33822026-03-24T21:30:58.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-24T21:30:58.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-24T21:30:58.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-24T21:30:58.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33862026-03-24T21:30:58.408Z
33872026-03-24T21:30:58.408Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33882026-03-24T21:30:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-24T21:30:59.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-24T21:30:59.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-24T21:30:59.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33922026-03-24T21:30:59.230Z
33932026-03-24T21:30:59.230Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33942026-03-24T21:30:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-24T21:30:59.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-24T21:30:59.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-24T21:30:59.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33982026-03-24T21:31:00.076Z
33992026-03-24T21:31:00.076Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34002026-03-24T21:31:00.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-24T21:31:00.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-24T21:31:00.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-24T21:31:00.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34042026-03-24T21:31:00.924Z
34052026-03-24T21:31:00.924Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34062026-03-24T21:31:01.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-24T21:31:01.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-24T21:31:01.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-24T21:31:01.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34102026-03-24T21:31:01.829Z
34112026-03-24T21:31:01.829Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34122026-03-24T21:31:03.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-24T21:31:03.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-24T21:31:03.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-24T21:31:03.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34162026-03-24T21:31:03.539Z
34172026-03-24T21:31:03.539Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34182026-03-24T21:31:03.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-24T21:31:03.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-24T21:31:03.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-24T21:31:03.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34222026-03-24T21:31:03.554Z
34232026-03-24T21:31:03.554Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34242026-03-24T21:31:04.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-24T21:31:04.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-24T21:31:04.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-24T21:31:04.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34282026-03-24T21:31:04.403Z
34292026-03-24T21:31:04.403Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34302026-03-24T21:31:05.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-24T21:31:05.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-24T21:31:05.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-24T21:31:05.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34342026-03-24T21:31:05.814Z
34352026-03-24T21:31:05.814Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34362026-03-24T21:31:05.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-24T21:31:07.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-24T21:31:07.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-24T21:31:07.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34402026-03-24T21:31:07.371Z
34412026-03-24T21:31:07.371Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34422026-03-24T21:31:07.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-24T21:31:07.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-24T21:31:07.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-24T21:31:07.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34462026-03-24T21:31:07.371Z
34472026-03-24T21:31:07.372Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34482026-03-24T21:31:07.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-24T21:31:07.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-24T21:31:07.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-24T21:31:07.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34522026-03-24T21:31:07.746Z
34532026-03-24T21:31:07.746Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34542026-03-24T21:31:08.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-24T21:31:09.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-24T21:31:09.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-24T21:31:09.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34582026-03-24T21:31:09.140Z
34592026-03-24T21:31:09.140Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34602026-03-24T21:31:09.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-24T21:31:09.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-24T21:31:09.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-24T21:31:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34642026-03-24T21:31:09.362Z
34652026-03-24T21:31:09.362Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34662026-03-24T21:31:10.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-24T21:31:10.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-24T21:31:10.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-24T21:31:10.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34702026-03-24T21:31:10.206Z
34712026-03-24T21:31:10.207Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34722026-03-24T21:31:10.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-24T21:31:10.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-24T21:31:10.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-24T21:31:10.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34762026-03-24T21:31:11.057Z
34772026-03-24T21:31:11.057Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34782026-03-24T21:31:11.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-24T21:31:11.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-24T21:31:11.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-24T21:31:11.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34822026-03-24T21:31:11.896Z
34832026-03-24T21:31:11.896Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34842026-03-24T21:31:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-24T21:31:12.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-24T21:31:12.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-24T21:31:12.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34882026-03-24T21:31:12.741Z
34892026-03-24T21:31:12.741Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34902026-03-24T21:31:13.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-24T21:31:13.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-24T21:31:13.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-24T21:31:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34942026-03-24T21:31:13.584Z
34952026-03-24T21:31:13.584Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34962026-03-24T21:31:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-24T21:31:14.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-24T21:31:14.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-24T21:31:14.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35002026-03-24T21:31:14.438Z
35012026-03-24T21:31:14.438Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35022026-03-24T21:31:15.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-24T21:31:15.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-24T21:31:15.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-24T21:31:15.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35062026-03-24T21:31:15.335Z
35072026-03-24T21:31:15.335Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35082026-03-24T21:31:16.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-24T21:31:16.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-24T21:31:16.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-24T21:31:16.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35122026-03-24T21:31:16.184Z
35132026-03-24T21:31:16.185Zinfo: running `cargo check --bins` on sp-sim (157/267)
35142026-03-24T21:31:16.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-24T21:31:16.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-24T21:31:17.216Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-03-24T21:31:19.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
35182026-03-24T21:31:19.820Z
35192026-03-24T21:31:19.820Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35202026-03-24T21:31:20.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-24T21:31:20.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-24T21:31:20.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-24T21:31:20.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35242026-03-24T21:31:20.736Z
35252026-03-24T21:31:20.736Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35262026-03-24T21:31:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-24T21:31:21.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-24T21:31:21.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-24T21:31:21.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35302026-03-24T21:31:21.665Z
35312026-03-24T21:31:21.665Zinfo: running `cargo check --bins` on db-macros (160/267)
35322026-03-24T21:31:22.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-24T21:31:22.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-24T21:31:22.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-24T21:31:22.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35362026-03-24T21:31:22.484Z
35372026-03-24T21:31:22.484Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35382026-03-24T21:31:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-24T21:31:23.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-24T21:31:23.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-24T21:31:23.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35422026-03-24T21:31:23.305Z
35432026-03-24T21:31:23.305Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35442026-03-24T21:31:24.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-24T21:31:24.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-24T21:31:24.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-24T21:31:24.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35482026-03-24T21:31:24.215Z
35492026-03-24T21:31:24.215Zinfo: running `cargo check --bins` on authz-macros (163/267)
35502026-03-24T21:31:24.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-24T21:31:24.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-24T21:31:24.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-24T21:31:24.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35542026-03-24T21:31:25.035Z
35552026-03-24T21:31:25.035Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35562026-03-24T21:31:25.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-24T21:31:25.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-24T21:31:25.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-24T21:31:25.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35602026-03-24T21:31:25.937Z
35612026-03-24T21:31:25.937Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35622026-03-24T21:31:26.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-24T21:31:26.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-24T21:31:26.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-24T21:31:26.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35662026-03-24T21:31:26.841Z
35672026-03-24T21:31:26.841Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35682026-03-24T21:31:27.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-24T21:31:27.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-24T21:31:27.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-24T21:31:27.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35722026-03-24T21:31:27.669Z
35732026-03-24T21:31:27.669Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35742026-03-24T21:31:28.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-24T21:31:28.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-24T21:31:28.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-24T21:31:28.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35782026-03-24T21:31:28.488Z
35792026-03-24T21:31:28.488Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35802026-03-24T21:31:29.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-24T21:31:29.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-24T21:31:29.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-24T21:31:29.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35842026-03-24T21:31:29.338Z
35852026-03-24T21:31:29.338Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35862026-03-24T21:31:30.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-24T21:31:30.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-24T21:31:30.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-24T21:31:30.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35902026-03-24T21:31:30.163Z
35912026-03-24T21:31:30.163Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35922026-03-24T21:31:30.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-24T21:31:30.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-24T21:31:30.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-24T21:31:30.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35962026-03-24T21:31:30.980Z
35972026-03-24T21:31:30.980Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35982026-03-24T21:31:31.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-24T21:31:31.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-24T21:31:31.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-24T21:31:31.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
36022026-03-24T21:31:31.895Z
36032026-03-24T21:31:31.895Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36042026-03-24T21:31:32.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-24T21:31:32.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-24T21:31:32.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-24T21:31:32.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
36082026-03-24T21:31:32.804Z
36092026-03-24T21:31:32.804Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36102026-03-24T21:31:33.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-24T21:31:33.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-24T21:31:33.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-03-24T21:31:33.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36142026-03-24T21:31:33.708Z
36152026-03-24T21:31:33.708Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36162026-03-24T21:31:34.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-03-24T21:31:34.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-03-24T21:31:34.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-03-24T21:31:34.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36202026-03-24T21:31:34.575Z
36212026-03-24T21:31:34.576Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36222026-03-24T21:31:35.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-03-24T21:31:35.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-03-24T21:31:35.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-03-24T21:31:35.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36262026-03-24T21:31:35.433Z
36272026-03-24T21:31:35.433Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36282026-03-24T21:31:36.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-03-24T21:31:36.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-03-24T21:31:36.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-03-24T21:31:36.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36322026-03-24T21:31:36.292Z
36332026-03-24T21:31:36.292Zinfo: running `cargo check --bins` on key-manager (177/267)
36342026-03-24T21:31:37.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-03-24T21:31:37.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-03-24T21:31:37.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-03-24T21:31:37.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36382026-03-24T21:31:37.137Z
36392026-03-24T21:31:37.137Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36402026-03-24T21:31:37.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-03-24T21:31:37.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-03-24T21:31:37.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-03-24T21:31:37.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36442026-03-24T21:31:37.993Z
36452026-03-24T21:31:37.993Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36462026-03-24T21:31:38.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-03-24T21:31:38.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-03-24T21:31:38.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-03-24T21:31:38.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36502026-03-24T21:31:38.846Z
36512026-03-24T21:31:38.846Zinfo: running `cargo check --bins` on typed-rng (180/267)
36522026-03-24T21:31:39.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-03-24T21:31:39.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-03-24T21:31:39.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-03-24T21:31:39.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36562026-03-24T21:31:39.666Z
36572026-03-24T21:31:39.666Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36582026-03-24T21:31:40.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-03-24T21:31:40.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-03-24T21:31:40.872Z Compiling libefi-sys v0.1.0
36612026-03-24T21:31:40.875Z Compiling bitfield-struct v0.6.2
36622026-03-24T21:31:41.051Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-03-24T21:31:41.066Z Compiling xshell-macros v0.2.7
36642026-03-24T21:31:41.084Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-03-24T21:31:41.108Z Compiling salty v0.3.0
36662026-03-24T21:31:41.130Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-03-24T21:31:41.153Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-24T21:31:41.153Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-03-24T21:31:41.500Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-03-24T21:31:41.520Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36712026-03-24T21:31:41.546Z Checking xshell v0.2.7
36722026-03-24T21:31:41.709Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-03-24T21:31:41.734Z Checking primeorder v0.13.6
36742026-03-24T21:31:41.775Z Compiling proc-macro-error-attr2 v2.0.0
36752026-03-24T21:31:41.799Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-03-24T21:31:41.849Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36772026-03-24T21:31:41.870Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-03-24T21:31:42.026Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-03-24T21:31:42.067Z Checking p384 v0.13.1
36802026-03-24T21:31:42.096Z Compiling num-derive v0.3.3
36812026-03-24T21:31:42.175Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-03-24T21:31:42.285Z Compiling proc-macro-error2 v2.0.1
36832026-03-24T21:31:42.458Z Compiling unicase v2.9.0
36842026-03-24T21:31:42.496Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36852026-03-24T21:31:42.671Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-03-24T21:31:42.711Z Compiling tabled_derive v0.11.0
36872026-03-24T21:31:42.733Z Compiling mime_guess v2.0.5
36882026-03-24T21:31:42.811Z Compiling progenitor-impl v0.11.2
36892026-03-24T21:31:43.191Z Checking papergrid v0.17.0
36902026-03-24T21:31:43.288Z Checking libscf-sys v1.1.0
36912026-03-24T21:31:43.462Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-03-24T21:31:43.485Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-03-24T21:31:43.603Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36942026-03-24T21:31:43.697Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-24T21:31:44.303Z Checking testing_table v0.3.0
36962026-03-24T21:31:44.378Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36972026-03-24T21:31:44.378Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-24T21:31:44.421Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-03-24T21:31:44.468Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37002026-03-24T21:31:44.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37012026-03-24T21:31:44.631Z Checking corncobs v0.1.4
37022026-03-24T21:31:44.713Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-03-24T21:31:44.752Z Checking tabled v0.20.0
37042026-03-24T21:31:44.807Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-03-24T21:31:44.872Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37062026-03-24T21:31:45.029Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37072026-03-24T21:31:45.143Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-24T21:31:45.275Z Checking progenitor-client v0.11.2
37092026-03-24T21:31:45.579Z Checking secrecy v0.8.0
37102026-03-24T21:31:45.739Z Checking http-range v0.1.5
37112026-03-24T21:31:45.884Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-03-24T21:31:46.103Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37132026-03-24T21:31:46.151Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-24T21:31:46.259Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37152026-03-24T21:31:46.370Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37162026-03-24T21:31:46.546Z Compiling progenitor-macro v0.11.2
37172026-03-24T21:31:46.656Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37182026-03-24T21:31:46.715Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37192026-03-24T21:31:46.765Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37202026-03-24T21:31:46.790Z Checking atty v0.2.14
37212026-03-24T21:31:46.911Z Checking crc8 v0.1.1
37222026-03-24T21:31:47.038Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37232026-03-24T21:31:47.230Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-03-24T21:31:47.553Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37252026-03-24T21:31:47.585Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-03-24T21:31:47.930Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37272026-03-24T21:31:48.045Z Checking hyper-staticfile v0.10.1
37282026-03-24T21:31:48.208Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37292026-03-24T21:31:48.309Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37302026-03-24T21:31:48.403Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-03-24T21:31:48.425Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37322026-03-24T21:31:48.708Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-03-24T21:31:48.730Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37342026-03-24T21:31:48.942Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-03-24T21:31:49.089Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-03-24T21:31:49.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37372026-03-24T21:31:49.495Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37382026-03-24T21:31:49.585Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37392026-03-24T21:31:49.702Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-03-24T21:31:50.117Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37412026-03-24T21:31:50.375Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37422026-03-24T21:31:50.416Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-03-24T21:31:50.918Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37442026-03-24T21:31:52.206Z Checking progenitor v0.11.2
37452026-03-24T21:31:52.374Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37462026-03-24T21:31:59.269Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-03-24T21:32:15.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.44s
37482026-03-24T21:32:15.391Z
37492026-03-24T21:32:15.391Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37502026-03-24T21:32:16.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-24T21:32:16.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-24T21:32:16.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-03-24T21:32:32.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
37542026-03-24T21:32:32.832Z
37552026-03-24T21:32:32.832Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37562026-03-24T21:32:33.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-24T21:32:33.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-24T21:32:33.973Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-03-24T21:32:50.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37602026-03-24T21:32:50.315Z
37612026-03-24T21:32:50.315Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37622026-03-24T21:32:51.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-24T21:32:51.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-24T21:32:51.458Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-03-24T21:33:07.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
37662026-03-24T21:33:07.688Z
37672026-03-24T21:33:07.688Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37682026-03-24T21:33:08.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-24T21:33:08.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-24T21:33:08.829Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-03-24T21:33:24.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.16s
37722026-03-24T21:33:25.118Z
37732026-03-24T21:33:25.118Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37742026-03-24T21:33:25.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-24T21:33:25.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-24T21:33:26.256Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-03-24T21:33:42.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37782026-03-24T21:33:42.522Z
37792026-03-24T21:33:42.523Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37802026-03-24T21:33:43.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-24T21:33:43.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-24T21:33:43.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-03-24T21:33:59.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
37842026-03-24T21:33:59.791Z
37852026-03-24T21:33:59.791Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37862026-03-24T21:34:00.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-24T21:34:00.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-24T21:34:00.931Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-03-24T21:34:17.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37902026-03-24T21:34:17.257Z
37912026-03-24T21:34:17.257Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37922026-03-24T21:34:18.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-24T21:34:18.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-24T21:34:18.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-24T21:34:18.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37962026-03-24T21:34:18.133Z
37972026-03-24T21:34:18.133Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37982026-03-24T21:34:18.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-24T21:34:18.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-24T21:34:18.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-24T21:34:18.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38022026-03-24T21:34:19.000Z
38032026-03-24T21:34:19.001Zinfo: running `cargo check --bins` on range-requests (191/267)
38042026-03-24T21:34:19.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-24T21:34:19.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-24T21:34:19.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-24T21:34:19.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38082026-03-24T21:34:19.838Z
38092026-03-24T21:34:19.838Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38102026-03-24T21:34:20.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-24T21:34:20.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-24T21:34:20.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-24T21:34:20.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38142026-03-24T21:34:20.676Z
38152026-03-24T21:34:20.676Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38162026-03-24T21:34:21.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-24T21:34:21.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-24T21:34:21.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-24T21:34:21.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38202026-03-24T21:34:21.546Z
38212026-03-24T21:34:21.547Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38222026-03-24T21:34:22.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-24T21:34:22.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-24T21:34:22.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-24T21:34:22.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38262026-03-24T21:34:22.410Z
38272026-03-24T21:34:22.410Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38282026-03-24T21:34:23.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-24T21:34:23.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-24T21:34:23.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-24T21:34:23.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38322026-03-24T21:34:23.274Z
38332026-03-24T21:34:23.274Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38342026-03-24T21:34:24.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-24T21:34:24.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-24T21:34:24.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-24T21:34:24.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38382026-03-24T21:34:24.152Z
38392026-03-24T21:34:24.152Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38402026-03-24T21:34:24.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-24T21:34:24.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-24T21:34:24.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-24T21:34:24.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38442026-03-24T21:34:25.060Z
38452026-03-24T21:34:25.060Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38462026-03-24T21:34:25.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-24T21:34:25.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-24T21:34:25.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-24T21:34:25.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38502026-03-24T21:34:25.908Z
38512026-03-24T21:34:25.908Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38522026-03-24T21:34:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-24T21:34:26.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-24T21:34:26.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-03-24T21:34:26.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38562026-03-24T21:34:26.786Z
38572026-03-24T21:34:26.787Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38582026-03-24T21:34:27.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-03-24T21:34:27.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-03-24T21:34:27.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-03-24T21:34:27.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38622026-03-24T21:34:27.666Z
38632026-03-24T21:34:27.666Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38642026-03-24T21:34:28.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-03-24T21:34:28.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-03-24T21:34:28.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-03-24T21:34:28.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38682026-03-24T21:34:28.546Z
38692026-03-24T21:34:28.546Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38702026-03-24T21:34:29.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-03-24T21:34:29.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-03-24T21:34:29.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-03-24T21:34:29.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38742026-03-24T21:34:29.426Z
38752026-03-24T21:34:29.426Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38762026-03-24T21:34:30.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-03-24T21:34:30.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-03-24T21:34:30.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-03-24T21:34:30.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38802026-03-24T21:34:30.328Z
38812026-03-24T21:34:30.328Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38822026-03-24T21:34:31.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-24T21:34:31.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-24T21:34:31.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-24T21:34:31.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38862026-03-24T21:34:31.255Z
38872026-03-24T21:34:31.255Zinfo: running `cargo check --bins` on update-common (205/267)
38882026-03-24T21:34:31.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-24T21:34:31.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-24T21:34:31.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-24T21:34:31.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38922026-03-24T21:34:32.113Z
38932026-03-24T21:34:32.113Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38942026-03-24T21:34:32.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-24T21:34:32.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-24T21:34:32.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-03-24T21:34:32.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
38982026-03-24T21:34:33.035Z
38992026-03-24T21:34:33.035Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39002026-03-24T21:34:33.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-24T21:34:33.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-24T21:34:34.157Z Compiling fs-err v2.11.0
39032026-03-24T21:34:34.160Z Checking ignore v0.4.25
39042026-03-24T21:34:34.320Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39052026-03-24T21:34:34.334Z Checking predicates-tree v1.0.13
39062026-03-24T21:34:34.337Z Checking parse-size v1.1.0
39072026-03-24T21:34:34.368Z Checking rand_seeder v0.4.0
39082026-03-24T21:34:34.372Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39092026-03-24T21:34:34.407Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39102026-03-24T21:34:34.460Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-24T21:34:34.494Z Compiling petname v2.0.2
39122026-03-24T21:34:34.551Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-03-24T21:34:34.745Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-03-24T21:34:34.766Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39152026-03-24T21:34:34.820Z Checking globwalk v0.9.1
39162026-03-24T21:34:34.874Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-03-24T21:34:34.976Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39182026-03-24T21:34:35.056Z Checking camino-tempfile-ext v0.3.3
39192026-03-24T21:34:35.086Z Checking sapling-renderdag v0.1.0
39202026-03-24T21:34:35.206Z Checking sync-ptr v0.1.4
39212026-03-24T21:34:35.312Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-03-24T21:34:35.361Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39232026-03-24T21:34:35.428Z Checking colored v2.2.0
39242026-03-24T21:34:35.485Z Checking assert_matches v1.5.0
39252026-03-24T21:34:35.794Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39262026-03-24T21:34:35.943Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-03-24T21:34:35.948Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39282026-03-24T21:34:36.724Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-03-24T21:34:38.554Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-03-24T21:34:41.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s
39312026-03-24T21:34:41.816Z
39322026-03-24T21:34:41.816Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39332026-03-24T21:34:42.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-24T21:34:42.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-24T21:34:42.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-03-24T21:34:42.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39372026-03-24T21:34:42.643Z
39382026-03-24T21:34:42.643Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39392026-03-24T21:34:43.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-24T21:34:43.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-24T21:34:43.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-03-24T21:34:43.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
39432026-03-24T21:34:43.561Z
39442026-03-24T21:34:43.561Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39452026-03-24T21:34:44.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-24T21:34:44.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-24T21:34:44.601Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39482026-03-24T21:34:44.601Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39492026-03-24T21:34:45.460Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39502026-03-24T21:34:47.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
39512026-03-24T21:34:47.762Z
39522026-03-24T21:34:47.762Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39532026-03-24T21:34:48.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-24T21:34:48.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-24T21:34:48.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-03-24T21:34:48.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39572026-03-24T21:34:48.607Z
39582026-03-24T21:34:48.607Zinfo: running `cargo check --bins` on cert-dev (212/267)
39592026-03-24T21:34:49.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-24T21:34:49.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-24T21:34:49.476Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39622026-03-24T21:34:49.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
39632026-03-24T21:34:50.032Z
39642026-03-24T21:34:50.032Zinfo: running `cargo check --bins` on clickana (213/267)
39652026-03-24T21:34:50.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-03-24T21:34:50.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-03-24T21:34:50.961Z Compiling darling_core v0.23.0
39682026-03-24T21:34:51.092Z Compiling instability v0.3.11
39692026-03-24T21:34:51.108Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-03-24T21:34:51.111Z Checking castaway v0.2.4
39712026-03-24T21:34:51.131Z Compiling indoc v2.0.7
39722026-03-24T21:34:51.134Z Checking unicode-truncate v1.1.0
39732026-03-24T21:34:51.134Z Checking lru v0.12.5
39742026-03-24T21:34:51.134Z Checking cassowary v0.3.0
39752026-03-24T21:34:51.236Z Checking compact_str v0.8.1
39762026-03-24T21:34:52.440Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39772026-03-24T21:34:52.662Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39782026-03-24T21:34:53.112Z Compiling darling_macro v0.23.0
39792026-03-24T21:34:53.645Z Compiling darling v0.23.0
39802026-03-24T21:34:54.433Z Checking ratatui v0.29.0
39812026-03-24T21:34:56.016Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39822026-03-24T21:34:56.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s
39832026-03-24T21:34:57.109Z
39842026-03-24T21:34:57.109Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39852026-03-24T21:34:57.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-24T21:34:57.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-24T21:34:58.172Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-03-24T21:34:58.175Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39892026-03-24T21:34:58.954Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902026-03-24T21:34:59.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
39912026-03-24T21:34:59.724Z
39922026-03-24T21:34:59.724Zinfo: running `cargo check --bins` on ch-dev (215/267)
39932026-03-24T21:35:00.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-24T21:35:00.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-24T21:35:00.774Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39962026-03-24T21:35:01.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
39972026-03-24T21:35:01.955Z
39982026-03-24T21:35:01.955Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39992026-03-24T21:35:02.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-03-24T21:35:02.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-03-24T21:35:02.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-03-24T21:35:02.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40032026-03-24T21:35:02.611Z
40042026-03-24T21:35:02.612Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40052026-03-24T21:35:03.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-24T21:35:03.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-24T21:35:03.660Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-03-24T21:35:04.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
40092026-03-24T21:35:04.447Z
40102026-03-24T21:35:04.447Zinfo: running `cargo check --bins` on db-dev (218/267)
40112026-03-24T21:35:05.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-24T21:35:05.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-24T21:35:05.498Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-03-24T21:35:06.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
40152026-03-24T21:35:06.709Z
40162026-03-24T21:35:06.709Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40172026-03-24T21:35:07.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-24T21:35:07.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-24T21:35:07.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-24T21:35:07.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40212026-03-24T21:35:07.627Z
40222026-03-24T21:35:07.627Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40232026-03-24T21:35:08.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-24T21:35:08.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-24T21:35:08.514Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-03-24T21:35:09.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
40272026-03-24T21:35:09.639Z
40282026-03-24T21:35:09.639Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40292026-03-24T21:35:10.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-24T21:35:10.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-24T21:35:10.735Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-03-24T21:35:10.735Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-24T21:35:10.738Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40342026-03-24T21:35:10.738Z Checking git-stub v1.0.0
40352026-03-24T21:35:10.738Z Compiling trait-variant v0.1.2
40362026-03-24T21:35:10.738Z Checking maplit v1.0.2
40372026-03-24T21:35:10.894Z Checking is_ci v1.2.0
40382026-03-24T21:35:10.921Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-03-24T21:35:11.002Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40402026-03-24T21:35:11.056Z Checking supports-color v3.0.2
40412026-03-24T21:35:11.076Z Checking git-stub-vcs v0.1.0
40422026-03-24T21:35:11.171Z Checking drift v0.1.3
40432026-03-24T21:35:11.216Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-03-24T21:35:11.237Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-24T21:35:11.335Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-03-24T21:35:11.482Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-24T21:35:11.560Z Checking dropshot-api-manager v0.6.0
40482026-03-24T21:35:11.581Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40492026-03-24T21:35:11.611Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40502026-03-24T21:35:11.854Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40512026-03-24T21:35:11.887Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-24T21:35:12.197Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40532026-03-24T21:35:12.619Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-03-24T21:35:19.675Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-03-24T21:35:21.090Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-03-24T21:35:21.882Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-03-24T21:35:22.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.77s
40582026-03-24T21:35:22.670Z
40592026-03-24T21:35:22.670Zinfo: running `cargo check --bins` on installinator-api (222/267)
40602026-03-24T21:35:23.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-24T21:35:23.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-24T21:35:23.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-03-24T21:35:23.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40642026-03-24T21:35:23.522Z
40652026-03-24T21:35:23.522Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40662026-03-24T21:35:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-24T21:35:24.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-24T21:35:24.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-03-24T21:35:24.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40702026-03-24T21:35:24.429Z
40712026-03-24T21:35:24.429Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40722026-03-24T21:35:25.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-24T21:35:25.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-24T21:35:25.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-03-24T21:35:25.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40762026-03-24T21:35:25.332Z
40772026-03-24T21:35:25.332Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40782026-03-24T21:35:26.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-03-24T21:35:26.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-03-24T21:35:26.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-03-24T21:35:26.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40822026-03-24T21:35:26.238Z
40832026-03-24T21:35:26.238Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40842026-03-24T21:35:26.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-24T21:35:26.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-24T21:35:26.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-03-24T21:35:26.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40882026-03-24T21:35:27.085Z
40892026-03-24T21:35:27.085Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40902026-03-24T21:35:27.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-03-24T21:35:27.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-03-24T21:35:27.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-03-24T21:35:27.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40942026-03-24T21:35:27.913Z
40952026-03-24T21:35:27.913Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40962026-03-24T21:35:28.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-03-24T21:35:28.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-03-24T21:35:28.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-03-24T21:35:28.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41002026-03-24T21:35:28.790Z
41012026-03-24T21:35:28.791Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41022026-03-24T21:35:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-03-24T21:35:29.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-03-24T21:35:29.667Z Checking erased-serde v0.4.9
41052026-03-24T21:35:29.793Z Checking ordered-float v2.10.1
41062026-03-24T21:35:29.847Z Checking unicode-xid v0.2.6
41072026-03-24T21:35:29.882Z Checking cargo-platform v0.2.0
41082026-03-24T21:35:30.081Z Checking serde-value v0.7.0
41092026-03-24T21:35:30.251Z Checking serde-untagged v0.1.9
41102026-03-24T21:35:30.464Z Checking cargo-util-schemas v0.8.2
41112026-03-24T21:35:31.473Z Checking cargo_metadata v0.21.0
41122026-03-24T21:35:32.349Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41132026-03-24T21:35:33.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
41142026-03-24T21:35:33.497Z
41152026-03-24T21:35:33.497Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41162026-03-24T21:35:34.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-03-24T21:35:34.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-03-24T21:35:34.579Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41192026-03-24T21:35:35.364Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41202026-03-24T21:35:36.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
41212026-03-24T21:35:36.250Z
41222026-03-24T21:35:36.251Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41232026-03-24T21:35:37.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-24T21:35:37.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-24T21:35:37.505Z Compiling vergen-gitcl v1.0.8
41262026-03-24T21:35:37.505Z Compiling dirs-sys-next v0.1.2
41272026-03-24T21:35:37.508Z Compiling crunchy v0.2.4
41282026-03-24T21:35:37.508Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-03-24T21:35:37.508Z Compiling glob v0.3.3
41302026-03-24T21:35:37.508Z Compiling diesel_derives v2.3.7
41312026-03-24T21:35:37.508Z Compiling dsl_auto_type v0.2.0
41322026-03-24T21:35:37.664Z Checking scheduled-thread-pool v0.2.7
41332026-03-24T21:35:37.900Z Compiling diesel_table_macro_syntax v0.3.0
41342026-03-24T21:35:37.953Z Compiling tiny-keccak v2.0.2
41352026-03-24T21:35:38.022Z Compiling dirs-next v2.0.0
41362026-03-24T21:35:38.156Z Compiling term v0.7.0
41372026-03-24T21:35:38.179Z Checking r2d2 v0.8.10
41382026-03-24T21:35:38.252Z Compiling bit-vec v0.6.3
41392026-03-24T21:35:38.273Z Compiling clang-sys v1.8.1
41402026-03-24T21:35:38.293Z Checking downcast-rs v2.0.2
41412026-03-24T21:35:38.437Z Compiling itertools v0.10.5
41422026-03-24T21:35:38.538Z Compiling ascii-canvas v3.0.0
41432026-03-24T21:35:38.764Z Compiling bit-set v0.5.3
41442026-03-24T21:35:38.815Z Compiling ena v0.14.4
41452026-03-24T21:35:38.861Z Compiling libloading v0.8.9
41462026-03-24T21:35:38.911Z Compiling diff v0.1.13
41472026-03-24T21:35:38.963Z Compiling bindgen v0.71.1
41482026-03-24T21:35:38.984Z Compiling regex-syntax v0.6.29
41492026-03-24T21:35:39.134Z Compiling cexpr v0.6.0
41502026-03-24T21:35:39.271Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41512026-03-24T21:35:39.521Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41522026-03-24T21:35:39.575Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41532026-03-24T21:35:39.721Z Compiling libxml v0.3.3
41542026-03-24T21:35:39.913Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41552026-03-24T21:35:40.039Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41562026-03-24T21:35:40.079Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41572026-03-24T21:35:40.310Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41582026-03-24T21:35:40.332Z Compiling strum_macros v0.24.3
41592026-03-24T21:35:40.363Z Compiling indoc v1.0.9
41602026-03-24T21:35:40.938Z Compiling lalrpop v0.19.12
41612026-03-24T21:35:41.807Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41622026-03-24T21:35:41.961Z Checking derive_builder v0.20.2
41632026-03-24T21:35:42.049Z Compiling oso-derive v0.27.3
41642026-03-24T21:35:42.112Z Checking quick-xml v0.37.5
41652026-03-24T21:35:42.163Z Compiling impl-trait-for-tuples v0.2.3
41662026-03-24T21:35:42.688Z Checking openssl-probe v0.1.6
41672026-03-24T21:35:42.880Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41682026-03-24T21:35:43.415Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41692026-03-24T21:35:43.658Z Checking bb8 v0.8.6
41702026-03-24T21:35:43.927Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41712026-03-24T21:35:44.031Z Checking nonempty v0.12.0
41722026-03-24T21:35:44.197Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41732026-03-24T21:35:44.246Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41742026-03-24T21:35:44.389Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41752026-03-24T21:35:44.465Z Checking support-bundle-viewer v0.1.2
41762026-03-24T21:35:44.516Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41772026-03-24T21:35:44.654Z Checking multimap v0.10.1
41782026-03-24T21:35:45.781Z Checking diesel v2.3.7
41792026-03-24T21:35:47.614Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-03-24T21:35:48.884Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-03-24T21:35:49.338Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-03-24T21:35:49.950Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41832026-03-24T21:35:51.256Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41842026-03-24T21:35:51.309Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-03-24T21:35:51.417Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-24T21:35:52.197Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-03-24T21:35:54.958Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-03-24T21:36:01.003Z Compiling samael v0.0.19
41892026-03-24T21:36:06.380Z Checking async-bb8-diesel v0.2.1
41902026-03-24T21:36:06.750Z Checking diesel-dtrace v0.5.0
41912026-03-24T21:36:07.658Z Compiling polar-core v0.27.3
41922026-03-24T21:36:13.577Z Checking oso v0.27.3
41932026-03-24T21:37:09.897Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-03-24T21:37:57.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
41952026-03-24T21:37:57.527Z
41962026-03-24T21:37:57.527Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41972026-03-24T21:37:58.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-24T21:37:58.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-24T21:37:58.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-24T21:37:58.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42012026-03-24T21:37:58.463Z
42022026-03-24T21:37:58.463Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42032026-03-24T21:37:59.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-24T21:37:59.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-24T21:37:59.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-24T21:37:59.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42072026-03-24T21:37:59.393Z
42082026-03-24T21:37:59.393Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42092026-03-24T21:38:00.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-24T21:38:00.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-24T21:38:00.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-24T21:38:00.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42132026-03-24T21:38:00.232Z
42142026-03-24T21:38:00.232Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42152026-03-24T21:38:01.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-24T21:38:01.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-24T21:38:01.488Z Compiling libz-sys v1.1.24
42182026-03-24T21:38:01.646Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-03-24T21:38:01.668Z Compiling vergen-git2 v1.0.7
42202026-03-24T21:38:01.685Z Compiling rustls v0.21.12
42212026-03-24T21:38:01.704Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-03-24T21:38:01.723Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-03-24T21:38:01.727Z Checking sct v0.7.1
42242026-03-24T21:38:01.727Z Checking rustls-webpki v0.101.7
42252026-03-24T21:38:01.914Z Compiling nix v0.29.0
42262026-03-24T21:38:01.978Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42272026-03-24T21:38:01.981Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42282026-03-24T21:38:02.020Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-03-24T21:38:02.171Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-03-24T21:38:02.346Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42312026-03-24T21:38:02.367Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42322026-03-24T21:38:02.425Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42332026-03-24T21:38:02.768Z Checking rustls-pemfile v1.0.4
42342026-03-24T21:38:02.928Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-03-24T21:38:02.954Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-03-24T21:38:02.973Z Checking twox-hash v2.1.2
42372026-03-24T21:38:03.145Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42382026-03-24T21:38:03.819Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42392026-03-24T21:38:04.006Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-03-24T21:38:04.026Z Checking tokio-rustls v0.24.1
42412026-03-24T21:38:04.131Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42422026-03-24T21:38:04.287Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42432026-03-24T21:38:04.468Z Checking fatfs v0.3.6
42442026-03-24T21:38:04.668Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42452026-03-24T21:38:04.960Z Compiling seq-macro v0.3.6
42462026-03-24T21:38:09.934Z Compiling git2 v0.20.4
42472026-03-24T21:38:10.950Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42482026-03-24T21:38:11.110Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-24T21:38:13.220Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42502026-03-24T21:39:23.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42512026-03-24T21:39:23.367Z
42522026-03-24T21:39:23.367Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42532026-03-24T21:39:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-24T21:39:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-24T21:39:24.664Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-03-24T21:40:24.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42572026-03-24T21:40:24.541Z
42582026-03-24T21:40:24.541Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42592026-03-24T21:40:25.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-24T21:40:25.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-24T21:40:25.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-24T21:40:25.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42632026-03-24T21:40:25.384Z
42642026-03-24T21:40:25.384Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42652026-03-24T21:40:26.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-24T21:40:26.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-24T21:40:26.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-24T21:40:26.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42692026-03-24T21:40:26.324Z
42702026-03-24T21:40:26.324Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42712026-03-24T21:40:27.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-24T21:40:27.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-24T21:40:27.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-24T21:40:27.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42752026-03-24T21:40:27.238Z
42762026-03-24T21:40:27.238Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42772026-03-24T21:40:28.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-24T21:40:28.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-24T21:40:28.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-24T21:40:28.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42812026-03-24T21:40:28.167Z
42822026-03-24T21:40:28.167Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42832026-03-24T21:40:28.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-24T21:40:28.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-24T21:40:28.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-24T21:40:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42872026-03-24T21:40:29.090Z
42882026-03-24T21:40:29.090Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42892026-03-24T21:40:29.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-24T21:40:29.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-24T21:40:29.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-03-24T21:40:29.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42932026-03-24T21:40:30.008Z
42942026-03-24T21:40:30.008Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42952026-03-24T21:40:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-24T21:40:30.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-24T21:40:30.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-03-24T21:40:30.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42992026-03-24T21:40:30.914Z
43002026-03-24T21:40:30.914Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43012026-03-24T21:40:31.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-24T21:40:31.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-24T21:40:31.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-03-24T21:40:31.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
43052026-03-24T21:40:31.851Z
43062026-03-24T21:40:31.851Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43072026-03-24T21:40:32.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-24T21:40:32.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-24T21:40:33.153Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-03-24T21:40:33.157Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-03-24T21:40:33.346Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43122026-03-24T21:40:33.373Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43132026-03-24T21:40:33.376Z Checking yansi v1.0.1
43142026-03-24T21:40:33.392Z Checking diff v0.1.13
43152026-03-24T21:40:33.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43162026-03-24T21:40:33.436Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43172026-03-24T21:40:33.567Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43182026-03-24T21:40:33.739Z Checking pretty_assertions v1.4.1
43192026-03-24T21:40:34.614Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43202026-03-24T21:41:07.986Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43212026-03-24T21:41:07.990Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43222026-03-24T21:41:07.990Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43232026-03-24T21:41:07.990Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43242026-03-24T21:41:07.990Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-03-24T21:41:07.990Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43262026-03-24T21:41:08.937Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-03-24T21:41:10.362Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43282026-03-24T21:42:11.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
43292026-03-24T21:42:11.294Z
43302026-03-24T21:42:11.294Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43312026-03-24T21:42:12.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-24T21:42:12.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-24T21:42:12.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-03-24T21:42:12.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
43352026-03-24T21:42:12.135Z
43362026-03-24T21:42:12.135Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43372026-03-24T21:42:12.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-03-24T21:42:12.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-03-24T21:42:13.271Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43402026-03-24T21:42:13.420Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-03-24T21:42:13.435Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43422026-03-24T21:42:50.702Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43432026-03-24T21:42:51.186Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43442026-03-24T21:42:53.560Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43452026-03-24T21:42:54.131Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43462026-03-24T21:42:58.264Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43472026-03-24T21:43:33.078Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43482026-03-24T21:43:33.137Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-03-24T21:43:33.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
43502026-03-24T21:43:34.041Z
43512026-03-24T21:43:34.041Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43522026-03-24T21:43:34.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-03-24T21:43:34.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-03-24T21:43:35.099Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43552026-03-24T21:43:35.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
43562026-03-24T21:43:36.227Z
43572026-03-24T21:43:36.227Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43582026-03-24T21:43:36.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-03-24T21:43:36.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-03-24T21:43:37.182Z Compiling blake3 v1.8.3
43612026-03-24T21:43:37.318Z Checking arrayvec v0.7.6
43622026-03-24T21:43:37.321Z Checking constant_time_eq v0.4.2
43632026-03-24T21:43:37.321Z Checking arrayref v0.3.9
43642026-03-24T21:43:37.375Z Checking topological-sort v0.2.2
43652026-03-24T21:43:37.382Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43662026-03-24T21:43:37.382Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-24T21:43:37.382Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43682026-03-24T21:43:37.422Z Checking shell-words v1.1.1
43692026-03-24T21:43:38.356Z Checking omicron-zone-package v0.12.2
43702026-03-24T21:43:39.370Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43712026-03-24T21:43:40.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
43722026-03-24T21:43:40.742Z
43732026-03-24T21:43:40.742Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43742026-03-24T21:43:41.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-03-24T21:43:41.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-03-24T21:43:41.679Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43772026-03-24T21:43:42.079Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43782026-03-24T21:43:42.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43792026-03-24T21:43:42.842Z
43802026-03-24T21:43:42.842Zinfo: running `cargo check --bins` on xtask (251/267)
43812026-03-24T21:43:43.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-24T21:43:43.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-24T21:43:43.494Z Checking libc v0.2.180
43842026-03-24T21:43:43.595Z Checking serde v1.0.228
43852026-03-24T21:43:43.604Z Checking zerofrom v0.1.6
43862026-03-24T21:43:43.612Z Checking bitflags v2.11.0
43872026-03-24T21:43:43.622Z Checking smallvec v1.15.1
43882026-03-24T21:43:43.626Z Checking hashbrown v0.16.1
43892026-03-24T21:43:43.649Z Checking serde_json v1.0.149
43902026-03-24T21:43:43.653Z Checking num-traits v0.2.19
43912026-03-24T21:43:43.740Z Checking yoke v0.8.1
43922026-03-24T21:43:43.808Z Checking scroll v0.12.0
43932026-03-24T21:43:43.875Z Checking thiserror v1.0.69
43942026-03-24T21:43:43.963Z Checking zerovec v0.11.5
43952026-03-24T21:43:43.997Z Checking zerotrie v0.2.3
43962026-03-24T21:43:44.017Z Checking errno v0.3.14
43972026-03-24T21:43:44.117Z Checking percent-encoding v2.3.2
43982026-03-24T21:43:44.160Z Checking toml_datetime v0.6.11
43992026-03-24T21:43:44.174Z Checking rustix v1.1.3
44002026-03-24T21:43:44.259Z Checking indexmap v2.13.0
44012026-03-24T21:43:44.297Z Checking serde_spanned v0.6.9
44022026-03-24T21:43:44.319Z Checking log v0.4.29
44032026-03-24T21:43:44.403Z Checking form_urlencoded v1.2.2
44042026-03-24T21:43:44.462Z Checking zerocopy v0.7.35
44052026-03-24T21:43:44.476Z Checking ordered-float v2.10.1
44062026-03-24T21:43:44.519Z Checking goblin v0.8.2
44072026-03-24T21:43:44.554Z Checking getrandom v0.4.1
44082026-03-24T21:43:44.569Z Checking thiserror v2.0.18
44092026-03-24T21:43:44.583Z Checking tinystr v0.8.2
44102026-03-24T21:43:44.696Z Checking potential_utf v0.1.4
44112026-03-24T21:43:44.722Z Checking syn v2.0.117
44122026-03-24T21:43:44.787Z Checking serde-value v0.7.0
44132026-03-24T21:43:44.815Z Checking icu_locale_core v2.1.1
44142026-03-24T21:43:44.865Z Checking icu_collections v2.1.1
44152026-03-24T21:43:45.015Z Checking toml_edit v0.22.27
44162026-03-24T21:43:45.060Z Checking dtrace-parser v0.2.0
44172026-03-24T21:43:45.193Z Checking thread-id v4.2.2
44182026-03-24T21:43:45.291Z Checking once_cell v1.21.3
44192026-03-24T21:43:45.316Z Checking cargo-platform v0.2.0
44202026-03-24T21:43:45.347Z Checking terminal_size v0.4.3
44212026-03-24T21:43:45.390Z Checking memmap v0.7.0
44222026-03-24T21:43:45.499Z Checking clap_builder v4.5.60
44232026-03-24T21:43:45.530Z Checking tempfile v3.25.0
44242026-03-24T21:43:45.545Z Checking textwrap v0.16.2
44252026-03-24T21:43:45.559Z Checking fs-err v3.3.0
44262026-03-24T21:43:45.603Z Checking icu_provider v2.1.1
44272026-03-24T21:43:45.786Z Checking camino-tempfile v1.4.1
44282026-03-24T21:43:45.804Z Checking tabled v0.15.0
44292026-03-24T21:43:45.816Z Checking anyhow v1.0.102
44302026-03-24T21:43:45.923Z Checking icu_properties v2.1.2
44312026-03-24T21:43:45.999Z Checking icu_normalizer v2.1.1
44322026-03-24T21:43:46.081Z Checking macaddr v1.0.1
44332026-03-24T21:43:46.315Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44342026-03-24T21:43:46.560Z Checking toml v0.8.23
44352026-03-24T21:43:47.000Z Checking cargo_toml v0.21.0
44362026-03-24T21:43:47.086Z Checking idna_adapter v1.2.1
44372026-03-24T21:43:47.206Z Checking clap v4.5.60
44382026-03-24T21:43:47.226Z Checking dof v0.3.0
44392026-03-24T21:43:47.235Z Checking idna v1.1.0
44402026-03-24T21:43:47.533Z Checking url v2.5.8
44412026-03-24T21:43:47.572Z Checking usdt-impl v0.5.0
44422026-03-24T21:43:47.910Z Checking usdt v0.5.0
44432026-03-24T21:43:48.015Z Checking cargo-util-schemas v0.8.2
44442026-03-24T21:43:49.031Z Checking cargo_metadata v0.21.0
44452026-03-24T21:43:49.916Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44462026-03-24T21:43:50.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
44472026-03-24T21:43:50.657Z
44482026-03-24T21:43:50.657Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44492026-03-24T21:43:51.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-24T21:43:51.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-24T21:43:51.833Z Checking polyval v0.6.2
44522026-03-24T21:43:51.985Z Checking ctr v0.9.2
44532026-03-24T21:43:52.004Z Checking ssh-encoding v0.2.0
44542026-03-24T21:43:52.008Z Checking blowfish v0.9.1
44552026-03-24T21:43:52.047Z Checking password-hash v0.4.2
44562026-03-24T21:43:52.068Z Checking p521 v0.13.3
44572026-03-24T21:43:52.071Z Checking p256 v0.13.2
44582026-03-24T21:43:52.106Z Checking russh-cryptovec v0.7.3
44592026-03-24T21:43:52.165Z Checking ghash v0.5.1
44602026-03-24T21:43:52.192Z Checking md5 v0.7.0
44612026-03-24T21:43:52.212Z Checking bcrypt-pbkdf v0.10.0
44622026-03-24T21:43:52.246Z Checking num-bigint v0.4.6
44632026-03-24T21:43:52.272Z Checking des v0.8.1
44642026-03-24T21:43:52.315Z Checking aes-gcm v0.10.3
44652026-03-24T21:43:52.335Z Checking pbkdf2 v0.11.0
44662026-03-24T21:43:52.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-03-24T21:43:52.424Z Checking hex-literal v0.4.1
44682026-03-24T21:43:52.444Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44692026-03-24T21:43:52.468Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44702026-03-24T21:43:52.505Z Checking ssh-cipher v0.2.0
44712026-03-24T21:43:52.544Z Checking socket2 v0.5.10
44722026-03-24T21:43:52.563Z Checking internet-checksum v0.2.1
44732026-03-24T21:43:52.721Z Checking ssh-key v0.6.7
44742026-03-24T21:43:52.924Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44752026-03-24T21:43:53.618Z Checking russh-keys v0.45.0
44762026-03-24T21:43:54.380Z Checking russh v0.45.0
44772026-03-24T21:44:16.251Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44782026-03-24T21:44:17.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
44792026-03-24T21:44:18.109Z
44802026-03-24T21:44:18.109Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44812026-03-24T21:44:18.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-24T21:44:18.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-24T21:44:19.032Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44842026-03-24T21:44:19.181Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44852026-03-24T21:44:19.188Z Checking termios v0.3.3
44862026-03-24T21:44:20.895Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44872026-03-24T21:44:21.081Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44882026-03-24T21:44:23.758Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44892026-03-24T21:44:24.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
44902026-03-24T21:44:24.755Z
44912026-03-24T21:44:24.755Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44922026-03-24T21:44:25.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-24T21:44:25.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-24T21:44:25.780Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44952026-03-24T21:44:25.921Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44962026-03-24T21:44:25.938Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44972026-03-24T21:44:25.941Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44982026-03-24T21:44:25.952Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44992026-03-24T21:44:26.223Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45002026-03-24T21:44:26.223Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45012026-03-24T21:44:27.188Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45022026-03-24T21:44:27.464Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45032026-03-24T21:44:27.468Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-24T21:44:28.341Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45052026-03-24T21:44:30.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
45062026-03-24T21:44:30.727Z
45072026-03-24T21:44:30.727Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45082026-03-24T21:44:31.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-03-24T21:44:31.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-03-24T21:44:31.650Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45112026-03-24T21:44:32.230Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45122026-03-24T21:44:32.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
45132026-03-24T21:44:32.893Z
45142026-03-24T21:44:32.893Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45152026-03-24T21:44:33.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-24T21:44:33.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-24T21:44:33.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-24T21:44:33.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45192026-03-24T21:44:33.728Z
45202026-03-24T21:44:33.728Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45212026-03-24T21:44:34.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-24T21:44:34.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-24T21:44:34.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-03-24T21:44:34.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
45252026-03-24T21:44:34.566Z
45262026-03-24T21:44:34.566Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45272026-03-24T21:44:35.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-24T21:44:35.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-24T21:44:35.667Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45302026-03-24T21:44:36.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
45312026-03-24T21:44:36.652Z
45322026-03-24T21:44:36.652Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45332026-03-24T21:44:37.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-24T21:44:37.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-24T21:44:37.587Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45362026-03-24T21:44:37.590Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45372026-03-24T21:44:37.901Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45382026-03-24T21:44:37.901Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-03-24T21:44:38.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
45402026-03-24T21:44:39.175Z
45412026-03-24T21:44:39.175Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45422026-03-24T21:44:39.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-24T21:44:39.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-24T21:44:39.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-24T21:44:39.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
45462026-03-24T21:44:40.015Z
45472026-03-24T21:44:40.015Zinfo: running `cargo check --bins` on omicron-package (261/267)
45482026-03-24T21:44:40.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-24T21:44:40.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-24T21:44:40.975Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45512026-03-24T21:44:42.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
45522026-03-24T21:44:42.640Z
45532026-03-24T21:44:42.640Zinfo: running `cargo check --bins` on tqdb (262/267)
45542026-03-24T21:44:43.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-24T21:44:43.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-24T21:44:43.776Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45572026-03-24T21:44:44.230Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45582026-03-24T21:44:44.955Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45592026-03-24T21:44:44.959Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45602026-03-24T21:44:51.807Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45612026-03-24T21:44:52.741Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45622026-03-24T21:44:52.744Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45632026-03-24T21:44:52.744Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45642026-03-24T21:44:52.744Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45652026-03-24T21:44:53.788Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45662026-03-24T21:45:03.452Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45672026-03-24T21:45:12.008Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45682026-03-24T21:45:12.011Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45692026-03-24T21:45:12.011Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45702026-03-24T21:45:12.011Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45712026-03-24T21:45:14.001Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45722026-03-24T21:45:16.016Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45732026-03-24T21:45:16.825Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45742026-03-24T21:45:18.613Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45752026-03-24T21:45:19.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.53s
45762026-03-24T21:45:19.468Z
45772026-03-24T21:45:19.468Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45782026-03-24T21:45:20.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-03-24T21:45:20.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-03-24T21:45:20.542Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-03-24T21:45:20.620Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45822026-03-24T21:45:20.637Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45832026-03-24T21:45:20.977Z Checking rtoolbox v0.0.3
45842026-03-24T21:45:20.990Z Checking tui-tree-widget v0.23.1
45852026-03-24T21:45:20.990Z Checking rpassword v7.4.0
45862026-03-24T21:45:20.990Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45872026-03-24T21:45:21.923Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45882026-03-24T21:45:28.712Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-03-24T21:45:29.657Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45902026-03-24T21:45:31.077Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45912026-03-24T21:45:35.304Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45922026-03-24T21:45:37.884Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45932026-03-24T21:45:39.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.63s
45942026-03-24T21:45:39.332Z
45952026-03-24T21:45:39.333Zinfo: running `cargo check --bins` on wicket (264/267)
45962026-03-24T21:45:40.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-03-24T21:45:40.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-03-24T21:45:40.327Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45992026-03-24T21:45:40.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46002026-03-24T21:45:41.042Z
46012026-03-24T21:45:41.042Zinfo: running `cargo check --bins` on wicketd (265/267)
46022026-03-24T21:45:41.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-24T21:45:41.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-24T21:45:42.093Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46052026-03-24T21:45:42.097Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46062026-03-24T21:45:42.232Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46072026-03-24T21:45:42.236Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46082026-03-24T21:45:43.677Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46092026-03-24T21:45:44.483Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46102026-03-24T21:45:48.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46112026-03-24T21:45:48.858Z
46122026-03-24T21:45:48.858Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46132026-03-24T21:45:49.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-24T21:45:49.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-24T21:45:49.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-03-24T21:45:49.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
46172026-03-24T21:45:49.696Z
46182026-03-24T21:45:49.696Zinfo: running `cargo check --bins` on zone-setup (267/267)
46192026-03-24T21:45:50.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-03-24T21:45:50.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-03-24T21:45:50.658Z Checking uzers v0.12.2
46222026-03-24T21:45:51.015Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46232026-03-24T21:45:51.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
46242026-03-24T21:45:52.252Z
46252026-03-24T21:45:52.252Zreal 19:42.308339436
46262026-03-24T21:45:52.255Zuser 29:07.877395886
46272026-03-24T21:45:52.256Zsys 5:28.712285753
46282026-03-24T21:45:52.256Ztrap 0.493597965
46292026-03-24T21:45:52.256Ztflt 0.294999214
46302026-03-24T21:45:52.256Zdflt 0.726817745
46312026-03-24T21:45:52.256Zkflt 0.000765290
46322026-03-24T21:45:52.256Zlock 1:45:33.198451906
46332026-03-24T21:45:52.256Zslp 2:17:14.404703817
46342026-03-24T21:45:52.256Zlat 1:25.565942972
46352026-03-24T21:45:52.256Zstop 5:31.571611544
46362026-03-24T21:45:52.256Zprocess exited: duration 1421759 ms, exit code 0
 
46372026-03-24T21:45:52.262Zfound 0 output files