01KMRBP909RA1XQQ991753G1J2: 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: 01KMRBPMJ1DQ6HGYC42VZRW0BE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T19:18:47.748Zjob assigned to worker 01KMRBPX0YF4AZ9Z04GDYZ5Q9S [factory aws, i-0f81225d408355156] (queued for 51 s)
 
22026-03-27T19:18:54.253Zstarting task 0: "setup"
32026-03-27T19:18:54.259Z++ uname -s
42026-03-27T19:18:54.267Z+ kern=SunOS
52026-03-27T19:18:54.267Z+ build_user=build
62026-03-27T19:18:54.267Z+ build_uid=12345
72026-03-27T19:18:54.267Z+ work_dir=/work
82026-03-27T19:18:54.268Z+ input_dir=/input
92026-03-27T19:18:54.268Z+ [[ 0 == 12345 ]]
102026-03-27T19:18:54.268Z+ case "$kern" in
112026-03-27T19:18:54.268Z+ groupadd -g 12345 build
122026-03-27T19:18:54.268Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T19:18:56.269Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T19:18:56.392Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T19:18:56.395Z+ home_fs=zfs
162026-03-27T19:18:56.395Z+ [[ zfs == autofs ]]
172026-03-27T19:18:56.395Z+ mkdir -p /home/build
182026-03-27T19:18:56.395Z+ chown build:build /home/build /work
192026-03-27T19:18:58.396Z+ chmod 0700 /home/build /work
202026-03-27T19:18:58.399Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-27T19:18:58.406Zstarting task 1: "rust-toolchain"
222026-03-27T19:18:58.410Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-27T19:18:58.410Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T19:18:58.410Z * rust toolchain channel = "1.94.0"
252026-03-27T19:18:58.410Z * rust toolchain profile = "default"
262026-03-27T19:18:58.410Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T19:18:58.410Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T19:18:58.414Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T19:18:58.414Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-27T19:18:58.534Zinfo: downloading installer
312026-03-27T19:18:59.904Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T19:18:59.904Zwarn: /opt/ooce/bin
332026-03-27T19:18:59.904Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T19:18:59.905Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T19:18:59.905Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T19:18:59.905Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T19:18:59.905Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T19:18:59.905Zerror: cannot install while Rust is installed
392026-03-27T19:18:59.905Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T19:18:59.905Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T19:18:59.905Zwarn: /home/build/.rustup/settings.toml
422026-03-27T19:18:59.905Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T19:18:59.905Zwarn: instead of the one inferred from the default host triple.
442026-03-27T19:18:59.920Zinfo: profile set to default
452026-03-27T19:18:59.920Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T19:18:59.924Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-27T19:19:00.071Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-27T19:19:00.075Zinfo: downloading 6 components
492026-03-27T19:19:15.759Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-27T19:19:15.759Z
512026-03-27T19:19:15.789Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-27T19:19:15.789Z
532026-03-27T19:19:15.789Z
542026-03-27T19:19:15.789ZRust is installed now. Great!
552026-03-27T19:19:15.789Z
562026-03-27T19:19:15.789ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T19:19:15.790Zenvironment variable. This has not been done automatically.
582026-03-27T19:19:15.790Z
592026-03-27T19:19:15.790ZTo configure your current shell, you need to source
602026-03-27T19:19:15.790Zthe corresponding env file under $HOME/.cargo.
612026-03-27T19:19:15.790Z
622026-03-27T19:19:15.790ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T19:19:15.790Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T19:19:15.790Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T19:19:15.790Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T19:19:15.790Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T19:19:15.790Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T19:19:15.790Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T19:19:15.793Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T19:19:15.793Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T19:19:15.876Z+ rustup --version
722026-03-27T19:19:15.886Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T19:19:15.889Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T19:19:15.907Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-27T19:19:15.910Z+ cargo --version
762026-03-27T19:19:15.922Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-27T19:19:15.925Z+ rustc --version
782026-03-27T19:19:15.944Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-27T19:19:15.947Zprocess exited: duration 17539 ms, exit code 0
 
802026-03-27T19:19:15.953Zstarting task 2: "authentication"
812026-03-27T19:19:15.970Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T19:19:15.977Zstarting task 3: "clone repository"
832026-03-27T19:19:15.979Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-27T19:19:15.982Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-27T19:19:16.129ZCloning into '/work/oxidecomputer/omicron'...
862026-03-27T19:19:27.121Z+ cd /work/oxidecomputer/omicron
872026-03-27T19:19:27.121Z+ git fetch origin d21f63109e212305c2062ece19710f3ecea344fa
882026-03-27T19:19:27.443ZFrom https://github.com/oxidecomputer/omicron
892026-03-27T19:19:27.443Z * branch d21f63109e212305c2062ece19710f3ecea344fa -> FETCH_HEAD
902026-03-27T19:19:27.452Z+ [[ -n eliza/ereports-seen ]]
912026-03-27T19:19:27.455Z++ git branch --show-current
922026-03-27T19:19:27.455Z+ current=main
932026-03-27T19:19:27.455Z+ [[ main != eliza/ereports-seen ]]
942026-03-27T19:19:27.455Z+ git branch -f eliza/ereports-seen d21f63109e212305c2062ece19710f3ecea344fa
952026-03-27T19:19:27.458Z+ git checkout -f eliza/ereports-seen
962026-03-27T19:19:27.694ZSwitched to branch 'eliza/ereports-seen'
972026-03-27T19:19:27.698Z+ git reset --hard d21f63109e212305c2062ece19710f3ecea344fa
982026-03-27T19:19:27.946ZHEAD is now at d21f63109 make sure empty vec doesn't kill it
992026-03-27T19:19:27.949Zprocess exited: duration 11971 ms, exit code 0
 
1002026-03-27T19:19:27.955Zstarting task 4: "build"
1012026-03-27T19:19:27.959Z+ source .github/buildomat/ci-env.sh
1022026-03-27T19:19:27.962Z++ export CARGO_TERM_COLOR=always
1032026-03-27T19:19:27.962Z++ CARGO_TERM_COLOR=always
1042026-03-27T19:19:27.962Z+ cargo --version
1052026-03-27T19:19:27.969Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-27T19:19:27.972Z+ rustc --version
1072026-03-27T19:19:27.991Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-27T19:19:27.994Z+ source ./env.sh
1092026-03-27T19:19:27.994Z++ OLD_SHELL_OPTS=ehxB
1102026-03-27T19:19:27.994Z++ set -o xtrace
1112026-03-27T19:19:27.997Z++++ dirname ./env.sh
1122026-03-27T19:19:27.997Z+++ readlink -f .
1132026-03-27T19:19:28.012Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ 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-27T19:19:28.015Z++ case $OLD_SHELL_OPTS in
1232026-03-27T19:19:28.015Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-27T19:19:28.015Z+ 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-27T19:19:28.015Z+ 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-27T19:19:28.015Z+ banner prerequisites
1272026-03-27T19:19:28.015Z
1282026-03-27T19:19:28.015Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-27T19:19:28.015Z # # # # # # # # # # # # # # #
1302026-03-27T19:19:28.015Z # # # # ##### # # ##### # # # # # #### #
1312026-03-27T19:19:28.015Z ##### ##### # ##### # # # # # # # # #
1322026-03-27T19:19:28.015Z # # # # # # # # # # # # # # #
1332026-03-27T19:19:28.015Z # # # ###### # # ###### ### # #### # #### #
1342026-03-27T19:19:28.015Z
1352026-03-27T19:19:28.015Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-27T19:19:37.019Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-27T19:19:43.809Z Startup: Caching catalogs ... Done
1382026-03-27T19:19:48.197ZPlanning: Solver setup ... Done (2.797s)
1392026-03-27T19:19:48.215ZPlanning: Running solver ... Done (0.018s)
1402026-03-27T19:19:48.334ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-27T19:19:48.345ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-27T19:19:48.435ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-27T19:19:48.467ZPlanning: Package planning ... Done (0.031s)
1442026-03-27T19:19:48.494ZPlanning: Merging actions ... Done (0.028s)
1452026-03-27T19:19:48.922ZPlanning: Checking for conflicting actions ... Done (0.427s)
1462026-03-27T19:19:48.929ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-27T19:19:54.414ZPlanning: Evaluating mediators ... Done (5.485s)
1482026-03-27T19:19:54.421ZPlanning: Planning completed in 10.46 seconds
1492026-03-27T19:19:54.433Z Packages to install: 4
1502026-03-27T19:19:54.433Z Mediators to change: 2
1512026-03-27T19:19:54.436Z Services to change: 1
1522026-03-27T19:19:54.436Z Estimated space available: 155.35 GB
1532026-03-27T19:19:54.436ZEstimated space to be consumed: 1.83 GB
1542026-03-27T19:19:54.436Z Create boot environment: No
1552026-03-27T19:19:54.436ZCreate backup boot environment: No
1562026-03-27T19:19:54.436Z Rebuild boot archive: No
1572026-03-27T19:19:54.436Z
1582026-03-27T19:19:54.436ZChanged mediators:
1592026-03-27T19:19:54.436Z mediator clang:
1602026-03-27T19:19:54.436Z version: None -> 15 (system default)
1612026-03-27T19:19:54.436Z
1622026-03-27T19:19:54.436Z mediator llvm:
1632026-03-27T19:19:54.436Z version: 14 (system default) -> 15 (system default)
1642026-03-27T19:19:54.436Z
1652026-03-27T19:19:54.436ZChanged packages:
1662026-03-27T19:19:54.436Zhelios-dev
1672026-03-27T19:19:54.436Z developer/build-essential
1682026-03-27T19:19:54.436Z None -> 11-2.0
1692026-03-27T19:19:54.436Z library/libxmlsec1
1702026-03-27T19:19:54.436Z None -> 1.2.35-2.0
1712026-03-27T19:19:54.436Z ooce/developer/clang-15
1722026-03-27T19:19:54.436Z None -> 15.0.7-2.0
1732026-03-27T19:19:54.436Z ooce/developer/llvm-15
1742026-03-27T19:19:54.436Z None -> 15.0.7-2.0
1752026-03-27T19:19:54.436Z
1762026-03-27T19:19:54.436ZServices:
1772026-03-27T19:19:54.436Z restart_fmri:
1782026-03-27T19:19:54.437Z svc:/system/update-man-index:default
1792026-03-27T19:19:54.576Z
1802026-03-27T19:19:54.576ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-27T19:19:59.578ZDownload: 1293/3290 items 115.5/212.6MB 54% complete (23.0M/s)
1822026-03-27T19:20:04.215ZDownload: Completed 212.60 MB in 9.64 seconds (22.1M/s)
1832026-03-27T19:20:04.435Z Actions: 1/3689 actions (Installing new actions)
1842026-03-27T19:20:08.150Z Actions: Completed 3689 actions in 3.71 seconds.
1852026-03-27T19:20:08.447Z Done (0.290s)
1862026-03-27T19:20:08.448Z Done (0.000s)
1872026-03-27T19:20:09.144Z Done (0.699s)
1882026-03-27T19:20:13.460Z Done (3.977s)
1892026-03-27T19:20:13.532Z Done (0.013s)
1902026-03-27T19:20:13.538Z Done (0.000s)
1912026-03-27T19:20:13.652Z Done (0.000s)
1922026-03-27T19:20:14.487ZPlanning: Evaluating mediator changes ... Done
1932026-03-27T19:20:14.596ZPlanning: Checking for conflicting actions ... Done
1942026-03-27T19:20:14.601ZPlanning: Consolidating action changes ... Done
1952026-03-27T19:20:14.753ZPlanning: Evaluating mediators ... Done
1962026-03-27T19:20:14.757ZPlanning: Planning completed in 0.27 seconds
1972026-03-27T19:20:14.775Z Mediators to change: 2
1982026-03-27T19:20:14.775Z Create boot environment: No
1992026-03-27T19:20:14.775ZCreate backup boot environment: No
2002026-03-27T19:20:14.844Z Done
2012026-03-27T19:20:14.844Z Done
2022026-03-27T19:20:15.437Z Done
2032026-03-27T19:20:18.006Z Done
2042026-03-27T19:20:18.075Z Done
2052026-03-27T19:20:18.091Z Done
2062026-03-27T19:20:18.240Z Done
2072026-03-27T19:20:18.623ZPlanning: Evaluating mediator changes ... Done
2082026-03-27T19:20:18.637ZPlanning: Merging actions ... Done
2092026-03-27T19:20:18.766ZPlanning: Checking for conflicting actions ... Done
2102026-03-27T19:20:18.774ZPlanning: Consolidating action changes ... Done
2112026-03-27T19:20:18.903ZPlanning: Evaluating mediators ... Done
2122026-03-27T19:20:18.931ZPlanning: Planning completed in 0.45 seconds
2132026-03-27T19:20:18.953Z Packages to change: 1
2142026-03-27T19:20:18.953Z Mediators to change: 1
2152026-03-27T19:20:18.953Z Services to change: 1
2162026-03-27T19:20:18.953Z Create boot environment: No
2172026-03-27T19:20:18.953ZCreate backup boot environment: Yes
2182026-03-27T19:20:21.403Z Actions: 1/6 actions (Updating modified actions)
2192026-03-27T19:20:21.450Z Actions: Completed 6 actions in 0.11 seconds.
2202026-03-27T19:20:21.461Z Done
2212026-03-27T19:20:21.461Z Done
2222026-03-27T19:20:21.593Z Done
2232026-03-27T19:20:24.061Z Done
2242026-03-27T19:20:24.136Z Done
2252026-03-27T19:20:24.140Z Done
2262026-03-27T19:20:24.274Z Done
2272026-03-27T19:20:27.515ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-27T19:20:27.515Zclang system 15 system
2292026-03-27T19:20:27.515Zcsh system system illumos
2302026-03-27T19:20:27.515Zctags system system illumos
2312026-03-27T19:20:27.515Zfile system system illumos
2322026-03-27T19:20:27.515Zgcc vendor 12 vendor
2332026-03-27T19:20:27.515Zgcc system 14 system
2342026-03-27T19:20:27.515Zgcc system 10 system
2352026-03-27T19:20:27.515Zgo system 1.20 system
2362026-03-27T19:20:27.515Zgo system 1.19 system
2372026-03-27T19:20:27.515Zllvm system 15 system
2382026-03-27T19:20:27.515Zllvm system 14 system
2392026-03-27T19:20:27.515Zmariadb system 10.6 system
2402026-03-27T19:20:27.515Zmta vendor vendor dma
2412026-03-27T19:20:27.515Zopenjdk system 17 system
2422026-03-27T19:20:27.515Zopenjdk system 11 system
2432026-03-27T19:20:27.516Zopenjdk system 1.8 system
2442026-03-27T19:20:27.516Zopenssl vendor 3 vendor
2452026-03-27T19:20:27.516Zperl system 5.36 system
2462026-03-27T19:20:27.516Zpostgresql system 15 system
2472026-03-27T19:20:27.516Zpostgresql system 13 system
2482026-03-27T19:20:27.516Zpython vendor 3 vendor
2492026-03-27T19:20:27.516Zpython system 2 system
2502026-03-27T19:20:27.516Zpython3 system 3.11 system
2512026-03-27T19:20:27.516Zruby system 3.0 system
2522026-03-27T19:20:27.516Zwords vendor vendor american-english
2532026-03-27T19:20:27.516Zwords system system australian-english
2542026-03-27T19:20:27.516Zwords system system british-english
2552026-03-27T19:20:27.516Zwords system system canadian-english
2562026-03-27T19:20:27.516Zwords system system french
2572026-03-27T19:20:27.516Zwords system system italian
2582026-03-27T19:20:27.516Zwords system system ngerman
2592026-03-27T19:20:27.516Zwords system system ogerman
2602026-03-27T19:20:27.516Zwords system system spanish
2612026-03-27T19:20:27.532ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-27T19:20:27.532Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-27T19:20:29.175ZFMRI IFO
2642026-03-27T19:20:29.176Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-27T19:20:29.176Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-27T19:20:29.176Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-27T19:20:29.176Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-27T19:20:29.176Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-27T19:20:29.176Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-27T19:20:29.176Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-27T19:20:29.176Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-27T19:20:29.176Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-27T19:20:29.176Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-27T19:20:29.176Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-27T19:20:29.176Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-27T19:20:29.176Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-27T19:20:29.176Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-27T19:20:29.176Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-27T19:20:29.176Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-27T19:20:30.268Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-27T19:20:30.562Z Updating crates.io index
2822026-03-27T19:20:30.565Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-27T19:20:30.852Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-27T19:20:31.770Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-27T19:20:32.236Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-27T19:20:33.234Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-27T19:20:33.917Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-27T19:20:35.335Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-27T19:20:36.667Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-27T19:20:37.393Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-27T19:20:37.972Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-27T19:20:38.726Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-27T19:20:39.108Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-27T19:20:39.609Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-27T19:20:39.976Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-27T19:20:41.044Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-27T19:20:41.743Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-27T19:20:42.027Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-27T19:20:42.376Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-27T19:20:42.713Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-27T19:20:43.200Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-27T19:20:43.414Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-27T19:20:43.691Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-27T19:20:44.109Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-27T19:20:44.514Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-27T19:20:45.060Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-27T19:20:45.403Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-27T19:20:45.705Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-27T19:20:45.992Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-27T19:20:47.207Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-27T19:20:48.059Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-27T19:20:48.655Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-27T19:20:48.929Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-27T19:20:49.290Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-27T19:20:49.660Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-27T19:20:50.006Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-27T19:20:50.444Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-27T19:20:50.734Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-27T19:20:51.026Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-27T19:20:51.411Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-27T19:21:03.353Z Downloading crates ...
3222026-03-27T19:21:03.411Z Downloaded proc-macro-error v1.0.4
3232026-03-27T19:21:03.418Z Downloaded anstream v0.6.21
3242026-03-27T19:21:03.422Z Downloaded cargo_metadata v0.21.0
3252026-03-27T19:21:03.434Z Downloaded log v0.4.29
3262026-03-27T19:21:03.438Z Downloaded anyhow v1.0.102
3272026-03-27T19:21:03.446Z Downloaded proc-macro-error-attr v1.0.4
3282026-03-27T19:21:03.449Z Downloaded fastrand v2.3.0
3292026-03-27T19:21:03.449Z Downloaded camino-tempfile v1.4.1
3302026-03-27T19:21:03.453Z Downloaded utf8_iter v1.0.4
3312026-03-27T19:21:03.453Z Downloaded thiserror v2.0.18
3322026-03-27T19:21:03.456Z Downloaded version_check v0.9.5
3332026-03-27T19:21:03.459Z Downloaded zerofrom v0.1.6
3342026-03-27T19:21:03.459Z Downloaded form_urlencoded v1.2.2
3352026-03-27T19:21:03.461Z Downloaded clap_lex v1.0.0
3362026-03-27T19:21:03.464Z Downloaded icu_normalizer_data v2.1.1
3372026-03-27T19:21:03.467Z Downloaded usdt-impl v0.5.0
3382026-03-27T19:21:03.467Z Downloaded yoke-derive v0.8.1
3392026-03-27T19:21:03.468Z Downloaded usdt-attr-macro v0.5.0
3402026-03-27T19:21:03.468Z Downloaded usdt-macro v0.5.0
3412026-03-27T19:21:03.468Z Downloaded typeid v1.0.3
3422026-03-27T19:21:03.470Z Downloaded typenum v1.19.0
3432026-03-27T19:21:03.473Z Downloaded pest_derive v2.8.6
3442026-03-27T19:21:03.476Z Downloaded utf8parse v0.2.2
3452026-03-27T19:21:03.476Z Downloaded toml_write v0.1.2
3462026-03-27T19:21:03.476Z Downloaded toml_datetime v0.6.11
3472026-03-27T19:21:03.476Z Downloaded fnv v1.0.7
3482026-03-27T19:21:03.479Z Downloaded dof v0.3.0
3492026-03-27T19:21:03.479Z Downloaded cargo-util-schemas v0.8.2
3502026-03-27T19:21:03.483Z Downloaded proc-macro2 v1.0.106
3512026-03-27T19:21:03.483Z Downloaded cargo_toml v0.21.0
3522026-03-27T19:21:03.483Z Downloaded usdt v0.5.0
3532026-03-27T19:21:03.485Z Downloaded unicode-linebreak v0.1.5
3542026-03-27T19:21:03.485Z Downloaded synstructure v0.13.2
3552026-03-27T19:21:03.485Z Downloaded quote v1.0.44
3562026-03-27T19:21:03.488Z Downloaded percent-encoding v2.3.2
3572026-03-27T19:21:03.488Z Downloaded thread-id v4.2.2
3582026-03-27T19:21:03.488Z Downloaded plain v0.2.3
3592026-03-27T19:21:03.488Z Downloaded unicode-xid v0.2.6
3602026-03-27T19:21:03.489Z Downloaded scroll_derive v0.12.1
3612026-03-27T19:21:03.491Z Downloaded displaydoc v0.2.5
3622026-03-27T19:21:03.495Z Downloaded tabled_derive v0.7.0
3632026-03-27T19:21:03.495Z Downloaded cfg-if v1.0.4
3642026-03-27T19:21:03.495Z Downloaded anstyle-query v1.1.5
3652026-03-27T19:21:03.498Z Downloaded zmij v1.0.21
3662026-03-27T19:21:03.498Z Downloaded zerovec-derive v0.11.2
3672026-03-27T19:21:03.498Z Downloaded equivalent v1.0.2
3682026-03-27T19:21:03.498Z Downloaded zerofrom-derive v0.1.6
3692026-03-27T19:21:03.498Z Downloaded writeable v0.6.2
3702026-03-27T19:21:03.502Z Downloaded thiserror-impl v1.0.69
3712026-03-27T19:21:03.502Z Downloaded sha2 v0.10.9
3722026-03-27T19:21:03.502Z Downloaded serde v1.0.228
3732026-03-27T19:21:03.505Z Downloaded generic-array v0.14.7
3742026-03-27T19:21:03.505Z Downloaded errno v0.3.14
3752026-03-27T19:21:03.505Z Downloaded thiserror v1.0.69
3762026-03-27T19:21:03.510Z Downloaded tinystr v0.8.2
3772026-03-27T19:21:03.510Z Downloaded dtrace-parser v0.2.0
3782026-03-27T19:21:03.514Z Downloaded heck v0.4.1
3792026-03-27T19:21:03.514Z Downloaded yoke v0.8.1
3802026-03-27T19:21:03.519Z Downloaded ucd-trie v0.1.7
3812026-03-27T19:21:03.522Z Downloaded toml v0.8.23
3822026-03-27T19:21:03.522Z Downloaded thiserror-impl v2.0.18
3832026-03-27T19:21:03.526Z Downloaded idna_adapter v1.2.1
3842026-03-27T19:21:03.526Z Downloaded strsim v0.11.1
3852026-03-27T19:21:03.530Z Downloaded cargo-platform v0.2.0
3862026-03-27T19:21:03.534Z Downloaded unicode-ident v1.0.24
3872026-03-27T19:21:03.534Z Downloaded zerocopy-derive v0.7.35
3882026-03-27T19:21:03.536Z Downloaded textwrap v0.16.2
3892026-03-27T19:21:03.536Z Downloaded memchr v2.8.0
3902026-03-27T19:21:03.539Z Downloaded ordered-float v2.10.1
3912026-03-27T19:21:03.547Z Downloaded pretty-hex v0.4.1
3922026-03-27T19:21:03.547Z Downloaded smawk v0.3.2
3932026-03-27T19:21:03.550Z Downloaded itoa v1.0.17
3942026-03-27T19:21:03.550Z Downloaded stable_deref_trait v1.2.1
3952026-03-27T19:21:03.550Z Downloaded crypto-common v0.1.7
3962026-03-27T19:21:03.553Z Downloaded cpufeatures v0.2.17
3972026-03-27T19:21:03.553Z Downloaded colorchoice v1.0.4
3982026-03-27T19:21:03.556Z Downloaded zerotrie v0.2.3
3992026-03-27T19:21:03.559Z Downloaded url v2.5.8
4002026-03-27T19:21:03.562Z Downloaded serde-untagged v0.1.9
4012026-03-27T19:21:03.562Z Downloaded anstyle v1.0.13
4022026-03-27T19:21:03.566Z Downloaded scroll v0.12.0
4032026-03-27T19:21:03.566Z Downloaded digest v0.10.7
4042026-03-27T19:21:03.566Z Downloaded toml_edit v0.22.27
4052026-03-27T19:21:03.569Z Downloaded icu_collections v2.1.1
4062026-03-27T19:21:03.572Z Downloaded zerovec v0.11.5
4072026-03-27T19:21:03.575Z Downloaded serde-value v0.7.0
4082026-03-27T19:21:03.578Z Downloaded memmap v0.7.0
4092026-03-27T19:21:03.578Z Downloaded is_terminal_polyfill v1.70.2
4102026-03-27T19:21:03.578Z Downloaded zerocopy v0.7.35
4112026-03-27T19:21:03.584Z Downloaded macaddr v1.0.1
4122026-03-27T19:21:03.587Z Downloaded winnow v0.7.14
4132026-03-27T19:21:03.591Z Downloaded swrite v0.1.0
4142026-03-27T19:21:03.593Z Downloaded block-buffer v0.10.4
4152026-03-27T19:21:03.593Z Downloaded terminal_size v0.4.3
4162026-03-27T19:21:03.596Z Downloaded heck v0.5.0
4172026-03-27T19:21:03.599Z Downloaded unicode-width v0.2.0
4182026-03-27T19:21:03.603Z Downloaded unicode-width v0.1.14
4192026-03-27T19:21:03.608Z Downloaded serde_tokenstream v0.2.3
4202026-03-27T19:21:03.608Z Downloaded potential_utf v0.1.4
4212026-03-27T19:21:03.608Z Downloaded erased-serde v0.4.9
4222026-03-27T19:21:03.608Z Downloaded fs-err v3.3.0
4232026-03-27T19:21:03.608Z Downloaded autocfg v1.5.0
4242026-03-27T19:21:03.611Z Downloaded once_cell v1.21.3
4252026-03-27T19:21:03.619Z Downloaded pest v2.8.6
4262026-03-27T19:21:03.622Z Downloaded serde_spanned v0.6.9
4272026-03-27T19:21:03.626Z Downloaded anstyle-parse v0.2.7
4282026-03-27T19:21:03.626Z Downloaded bytecount v0.6.9
4292026-03-27T19:21:03.633Z Downloaded semver v1.0.27
4302026-03-27T19:21:03.641Z Downloaded pest_generator v2.8.6
4312026-03-27T19:21:03.644Z Downloaded num-traits v0.2.19
4322026-03-27T19:21:03.651Z Downloaded camino v1.2.2
4332026-03-27T19:21:03.654Z Downloaded litemap v0.8.1
4342026-03-27T19:21:03.659Z Downloaded clap_derive v4.5.55
4352026-03-27T19:21:03.662Z Downloaded byteorder v1.5.0
4362026-03-27T19:21:03.662Z Downloaded bitflags v2.11.0
4372026-03-27T19:21:03.665Z Downloaded tempfile v3.25.0
4382026-03-27T19:21:03.665Z Downloaded smallvec v1.15.1
4392026-03-27T19:21:03.668Z Downloaded serde_derive v1.0.228
4402026-03-27T19:21:03.671Z Downloaded icu_provider v2.1.1
4412026-03-27T19:21:03.674Z Downloaded serde_core v1.0.228
4422026-03-27T19:21:03.678Z Downloaded pest_meta v2.8.6
4432026-03-27T19:21:03.678Z Downloaded icu_normalizer v2.1.1
4442026-03-27T19:21:03.681Z Downloaded papergrid v0.11.0
4452026-03-27T19:21:03.684Z Downloaded icu_properties v2.1.2
4462026-03-27T19:21:03.689Z Downloaded getrandom v0.4.1
4472026-03-27T19:21:03.692Z Downloaded clap v4.5.60
4482026-03-27T19:21:03.695Z Downloaded icu_locale_core v2.1.1
4492026-03-27T19:21:03.706Z Downloaded serde_json v1.0.149
4502026-03-27T19:21:03.724Z Downloaded indexmap v2.13.0
4512026-03-27T19:21:03.744Z Downloaded hashbrown v0.16.1
4522026-03-27T19:21:03.764Z Downloaded clap_builder v4.5.60
4532026-03-27T19:21:03.772Z Downloaded goblin v0.8.2
4542026-03-27T19:21:03.775Z Downloaded syn v1.0.109
4552026-03-27T19:21:03.780Z Downloaded icu_properties_data v2.1.2
4562026-03-27T19:21:03.784Z Downloaded tabled v0.15.0
4572026-03-27T19:21:03.792Z Downloaded idna v1.1.0
4582026-03-27T19:21:03.804Z Downloaded syn v2.0.117
4592026-03-27T19:21:03.820Z Downloaded rustix v1.1.3
4602026-03-27T19:21:03.853Z Downloaded libc v0.2.180
4612026-03-27T19:21:03.919Z Compiling proc-macro2 v1.0.106
4622026-03-27T19:21:03.919Z Compiling quote v1.0.44
4632026-03-27T19:21:03.922Z Compiling unicode-ident v1.0.24
4642026-03-27T19:21:03.922Z Compiling serde_core v1.0.228
4652026-03-27T19:21:03.922Z Compiling libc v0.2.180
4662026-03-27T19:21:03.922Z Compiling version_check v0.9.5
4672026-03-27T19:21:03.922Z Compiling memchr v2.8.0
4682026-03-27T19:21:03.922Z Compiling stable_deref_trait v1.2.1
4692026-03-27T19:21:04.231Z Compiling serde v1.0.228
4702026-03-27T19:21:04.325Z Compiling zmij v1.0.21
4712026-03-27T19:21:04.486Z Compiling itoa v1.0.17
4722026-03-27T19:21:04.661Z Compiling thiserror v1.0.69
4732026-03-27T19:21:04.767Z Compiling autocfg v1.5.0
4742026-03-27T19:21:05.144Z Compiling ucd-trie v0.1.7
4752026-03-27T19:21:05.919Z Compiling pest v2.8.6
4762026-03-27T19:21:05.951Z Compiling litemap v0.8.1
4772026-03-27T19:21:06.012Z Compiling writeable v0.6.2
4782026-03-27T19:21:06.153Z Compiling icu_properties_data v2.1.2
4792026-03-27T19:21:06.197Z Compiling icu_normalizer_data v2.1.1
4802026-03-27T19:21:06.245Z Compiling rustix v1.1.3
4812026-03-27T19:21:06.330Z Compiling byteorder v1.5.0
4822026-03-27T19:21:06.421Z Compiling errno v0.3.14
4832026-03-27T19:21:06.580Z Compiling serde_json v1.0.149
4842026-03-27T19:21:06.644Z Compiling bitflags v2.11.0
4852026-03-27T19:21:06.762Z Compiling syn v2.0.117
4862026-03-27T19:21:06.858Z Compiling num-traits v0.2.19
4872026-03-27T19:21:06.909Z Compiling typeid v1.0.3
4882026-03-27T19:21:06.932Z Compiling pest_meta v2.8.6
4892026-03-27T19:21:07.039Z Compiling hashbrown v0.16.1
4902026-03-27T19:21:07.149Z Compiling equivalent v1.0.2
4912026-03-27T19:21:07.166Z Compiling smallvec v1.15.1
4922026-03-27T19:21:07.463Z Compiling thread-id v4.2.2
4932026-03-27T19:21:07.546Z Compiling indexmap v2.13.0
4942026-03-27T19:21:07.571Z Compiling usdt-impl v0.5.0
4952026-03-27T19:21:07.602Z Compiling proc-macro-error-attr v1.0.4
4962026-03-27T19:21:07.792Z Compiling toml_write v0.1.2
4972026-03-27T19:21:07.811Z Compiling syn v1.0.109
4982026-03-27T19:21:07.825Z Compiling winnow v0.7.14
4992026-03-27T19:21:07.926Z Compiling erased-serde v0.4.9
5002026-03-27T19:21:08.242Z Compiling proc-macro-error v1.0.4
5012026-03-27T19:21:08.284Z Compiling utf8parse v0.2.2
5022026-03-27T19:21:08.399Z Compiling camino v1.2.2
5032026-03-27T19:21:08.425Z Compiling log v0.4.29
5042026-03-27T19:21:08.532Z Compiling thiserror v2.0.18
5052026-03-27T19:21:08.604Z Compiling getrandom v0.4.1
5062026-03-27T19:21:08.709Z Compiling utf8_iter v1.0.4
5072026-03-27T19:21:08.765Z Compiling plain v0.2.3
5082026-03-27T19:21:08.781Z Compiling percent-encoding v2.3.2
5092026-03-27T19:21:08.887Z Compiling ordered-float v2.10.1
5102026-03-27T19:21:08.906Z Compiling form_urlencoded v1.2.2
5112026-03-27T19:21:08.966Z Compiling anstyle-parse v0.2.7
5122026-03-27T19:21:09.139Z Compiling terminal_size v0.4.3
5132026-03-27T19:21:09.157Z Compiling cfg-if v1.0.4
5142026-03-27T19:21:09.298Z Compiling colorchoice v1.0.4
5152026-03-27T19:21:09.316Z Compiling synstructure v0.13.2
5162026-03-27T19:21:09.319Z Compiling pest_generator v2.8.6
5172026-03-27T19:21:09.411Z Compiling is_terminal_polyfill v1.70.2
5182026-03-27T19:21:09.414Z Compiling pretty-hex v0.4.1
5192026-03-27T19:21:09.511Z Compiling anstyle-query v1.1.5
5202026-03-27T19:21:09.541Z Compiling anstyle v1.0.13
5212026-03-27T19:21:09.570Z Compiling serde-untagged v0.1.9
5222026-03-27T19:21:09.759Z Compiling anstream v0.6.21
5232026-03-27T19:21:09.789Z Compiling semver v1.0.27
5242026-03-27T19:21:09.917Z Compiling fs-err v3.3.0
5252026-03-27T19:21:10.050Z Compiling unicode-width v0.1.14
5262026-03-27T19:21:10.069Z Compiling strsim v0.11.1
5272026-03-27T19:21:10.084Z Compiling clap_lex v1.0.0
5282026-03-27T19:21:10.103Z Compiling heck v0.5.0
5292026-03-27T19:21:10.120Z Compiling fnv v1.0.7
5302026-03-27T19:21:10.307Z Compiling fastrand v2.3.0
5312026-03-27T19:21:10.345Z Compiling anyhow v1.0.102
5322026-03-27T19:21:10.369Z Compiling heck v0.4.1
5332026-03-27T19:21:10.420Z Compiling once_cell v1.21.3
5342026-03-27T19:21:10.544Z Compiling unicode-xid v0.2.6
5352026-03-27T19:21:10.593Z Compiling bytecount v0.6.9
5362026-03-27T19:21:10.596Z Compiling tempfile v3.25.0
5372026-03-27T19:21:10.636Z Compiling clap_builder v4.5.60
5382026-03-27T19:21:10.726Z Compiling papergrid v0.11.0
5392026-03-27T19:21:10.777Z Compiling memmap v0.7.0
5402026-03-27T19:21:10.872Z Compiling unicode-linebreak v0.1.5
5412026-03-27T19:21:10.956Z Compiling smawk v0.3.2
5422026-03-27T19:21:10.978Z Compiling unicode-width v0.2.0
5432026-03-27T19:21:11.038Z Compiling serde_derive v1.0.228
5442026-03-27T19:21:11.087Z Compiling zerofrom-derive v0.1.6
5452026-03-27T19:21:11.110Z Compiling yoke-derive v0.8.1
5462026-03-27T19:21:11.148Z Compiling zerovec-derive v0.11.2
5472026-03-27T19:21:11.246Z Compiling displaydoc v0.2.5
5482026-03-27T19:21:11.967Z Compiling thiserror-impl v1.0.69
5492026-03-27T19:21:12.133Z Compiling zerocopy-derive v0.7.35
5502026-03-27T19:21:12.230Z Compiling pest_derive v2.8.6
5512026-03-27T19:21:12.234Z Compiling scroll_derive v0.12.1
5522026-03-27T19:21:12.464Z Compiling zerofrom v0.1.6
5532026-03-27T19:21:12.594Z Compiling yoke v0.8.1
5542026-03-27T19:21:12.643Z Compiling thiserror-impl v2.0.18
5552026-03-27T19:21:12.788Z Compiling zerovec v0.11.5
5562026-03-27T19:21:12.902Z Compiling zerotrie v0.2.3
5572026-03-27T19:21:12.982Z Compiling zerocopy v0.7.35
5582026-03-27T19:21:13.206Z Compiling scroll v0.12.0
5592026-03-27T19:21:13.283Z Compiling tinystr v0.8.2
5602026-03-27T19:21:13.312Z Compiling potential_utf v0.1.4
5612026-03-27T19:21:13.485Z Compiling icu_locale_core v2.1.1
5622026-03-27T19:21:13.503Z Compiling icu_collections v2.1.1
5632026-03-27T19:21:13.507Z Compiling dtrace-parser v0.2.0
5642026-03-27T19:21:13.538Z Compiling goblin v0.8.2
5652026-03-27T19:21:13.600Z Compiling tabled_derive v0.7.0
5662026-03-27T19:21:13.700Z Compiling clap_derive v4.5.55
5672026-03-27T19:21:14.093Z Compiling textwrap v0.16.2
5682026-03-27T19:21:14.290Z Compiling icu_provider v2.1.1
5692026-03-27T19:21:14.432Z Compiling serde_spanned v0.6.9
5702026-03-27T19:21:14.472Z Compiling toml_datetime v0.6.11
5712026-03-27T19:21:14.525Z Compiling icu_properties v2.1.2
5722026-03-27T19:21:14.544Z Compiling icu_normalizer v2.1.1
5732026-03-27T19:21:14.577Z Compiling dof v0.3.0
5742026-03-27T19:21:14.580Z Compiling serde_tokenstream v0.2.3
5752026-03-27T19:21:14.609Z Compiling serde-value v0.7.0
5762026-03-27T19:21:14.731Z Compiling toml_edit v0.22.27
5772026-03-27T19:21:14.969Z Compiling cargo-platform v0.2.0
5782026-03-27T19:21:14.972Z Compiling tabled v0.15.0
5792026-03-27T19:21:15.078Z Compiling macaddr v1.0.1
5802026-03-27T19:21:15.300Z Compiling camino-tempfile v1.4.1
5812026-03-27T19:21:15.488Z Compiling idna_adapter v1.2.1
5822026-03-27T19:21:15.527Z Compiling clap v4.5.60
5832026-03-27T19:21:15.549Z Compiling usdt-attr-macro v0.5.0
5842026-03-27T19:21:15.597Z Compiling idna v1.1.0
5852026-03-27T19:21:15.616Z Compiling usdt-macro v0.5.0
5862026-03-27T19:21:15.635Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-03-27T19:21:15.896Z Compiling url v2.5.8
5882026-03-27T19:21:16.214Z Compiling toml v0.8.23
5892026-03-27T19:21:16.240Z Compiling swrite v0.1.0
5902026-03-27T19:21:16.579Z Compiling cargo-util-schemas v0.8.2
5912026-03-27T19:21:16.617Z Compiling usdt v0.5.0
5922026-03-27T19:21:16.688Z Compiling cargo_toml v0.21.0
5932026-03-27T19:21:17.445Z Compiling cargo_metadata v0.21.0
5942026-03-27T19:21:18.366Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-27T19:21:20.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.37s
5962026-03-27T19:21:20.709Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-27T19:21:21.289Z Downloading crates ...
5982026-03-27T19:21:21.403Z Downloaded adler2 v2.0.1
5992026-03-27T19:21:21.412Z Downloaded ahash v0.8.12
6002026-03-27T19:21:21.418Z Downloaded ciborium-ll v0.2.2
6012026-03-27T19:21:21.418Z Downloaded crc v3.4.0
6022026-03-27T19:21:21.418Z Downloaded assert_matches v1.5.0
6032026-03-27T19:21:21.418Z Downloaded argon2 v0.5.3
6042026-03-27T19:21:21.424Z Downloaded bit-vec v0.8.0
6052026-03-27T19:21:21.429Z Downloaded async-trait v0.1.89
6062026-03-27T19:21:21.435Z Downloaded crossbeam-deque v0.8.6
6072026-03-27T19:21:21.436Z Downloaded difflib v0.4.0
6082026-03-27T19:21:21.436Z Downloaded convert_case v0.10.0
6092026-03-27T19:21:21.436Z Downloaded colored v2.2.0
6102026-03-27T19:21:21.436Z Downloaded bzip2 v0.6.1
6112026-03-27T19:21:21.444Z Downloaded crucible-workspace-hack v0.1.0
6122026-03-27T19:21:21.444Z Downloaded crc8 v0.1.1
6132026-03-27T19:21:21.444Z Downloaded crossbeam-utils v0.8.21
6142026-03-27T19:21:21.444Z Downloaded cc v1.2.56
6152026-03-27T19:21:21.444Z Downloaded cstr-argument v0.1.2
6162026-03-27T19:21:21.445Z Downloaded base64 v0.21.7
6172026-03-27T19:21:21.445Z Downloaded cexpr v0.6.0
6182026-03-27T19:21:21.453Z Downloaded atomic-waker v1.1.2
6192026-03-27T19:21:21.453Z Downloaded ascii-canvas v3.0.0
6202026-03-27T19:21:21.453Z Downloaded arrayref v0.3.9
6212026-03-27T19:21:21.453Z Downloaded crunchy v0.2.4
6222026-03-27T19:21:21.453Z Downloaded critical-section v1.2.0
6232026-03-27T19:21:21.453Z Downloaded crc-any v2.5.0
6242026-03-27T19:21:21.459Z Downloaded allocator-api2 v0.2.21
6252026-03-27T19:21:21.459Z Downloaded derive_more v2.1.1
6262026-03-27T19:21:21.462Z Downloaded fs-err v2.11.0
6272026-03-27T19:21:21.462Z Downloaded darling_macro v0.23.0
6282026-03-27T19:21:21.462Z Downloaded bit-vec v0.6.3
6292026-03-27T19:21:21.462Z Downloaded bit-set v0.8.0
6302026-03-27T19:21:21.462Z Downloaded bitflags v1.3.2
6312026-03-27T19:21:21.468Z Downloaded crossbeam-epoch v0.9.18
6322026-03-27T19:21:21.468Z Downloaded embedded-io v0.4.0
6332026-03-27T19:21:21.471Z Downloaded chacha20 v0.9.1
6342026-03-27T19:21:21.471Z Downloaded base64ct v1.8.3
6352026-03-27T19:21:21.471Z Downloaded bzip2 v0.4.4
6362026-03-27T19:21:21.471Z Downloaded data-encoding v2.10.0
6372026-03-27T19:21:21.474Z Downloaded atomicwrites v0.4.4
6382026-03-27T19:21:21.474Z Downloaded crossterm v0.28.1
6392026-03-27T19:21:21.478Z Downloaded constant_time_eq v0.4.2
6402026-03-27T19:21:21.482Z Downloaded dirs-sys-next v0.1.2
6412026-03-27T19:21:21.482Z Downloaded cobs v0.3.0
6422026-03-27T19:21:21.482Z Downloaded atty v0.2.14
6432026-03-27T19:21:21.485Z Downloaded cargo-platform v0.1.9
6442026-03-27T19:21:21.486Z Downloaded async-stream-impl v0.3.6
6452026-03-27T19:21:21.486Z Downloaded daft-derive v0.1.5
6462026-03-27T19:21:21.489Z Downloaded ctr v0.9.2
6472026-03-27T19:21:21.490Z Downloaded dirs-next v2.0.0
6482026-03-27T19:21:21.498Z Downloaded embedded-io v0.6.1
6492026-03-27T19:21:21.498Z Downloaded cfg_aliases v0.2.1
6502026-03-27T19:21:21.504Z Downloaded fixedbitset v0.4.2
6512026-03-27T19:21:21.504Z Downloaded dunce v1.0.5
6522026-03-27T19:21:21.504Z Downloaded filetime v0.2.27
6532026-03-27T19:21:21.510Z Downloaded csv-core v0.1.13
6542026-03-27T19:21:21.510Z Downloaded cfg_aliases v0.1.1
6552026-03-27T19:21:21.510Z Downloaded diesel-dtrace v0.5.0
6562026-03-27T19:21:21.510Z Downloaded der_derive v0.7.3
6572026-03-27T19:21:21.510Z Downloaded base16ct v1.0.0
6582026-03-27T19:21:21.511Z Downloaded array-init v0.0.4
6592026-03-27T19:21:21.514Z Downloaded crc-catalog v2.4.0
6602026-03-27T19:21:21.514Z Downloaded float-cmp v0.10.0
6612026-03-27T19:21:21.514Z Downloaded async-recursion v1.1.1
6622026-03-27T19:21:21.514Z Downloaded block-padding v0.3.3
6632026-03-27T19:21:21.520Z Downloaded foreign-types-macros v0.2.3
6642026-03-27T19:21:21.520Z Downloaded endian-type v0.1.2
6652026-03-27T19:21:21.520Z Downloaded foreign-types-shared v0.3.1
6662026-03-27T19:21:21.520Z Downloaded aead v0.5.2
6672026-03-27T19:21:21.523Z Downloaded dsl_auto_type v0.2.0
6682026-03-27T19:21:21.527Z Downloaded defmt v0.3.100
6692026-03-27T19:21:21.527Z Downloaded funty v2.0.0
6702026-03-27T19:21:21.527Z Downloaded darling_macro v0.21.3
6712026-03-27T19:21:21.527Z Downloaded castaway v0.2.4
6722026-03-27T19:21:21.530Z Downloaded bcrypt-pbkdf v0.10.0
6732026-03-27T19:21:21.530Z Downloaded fd-lock v4.0.4
6742026-03-27T19:21:21.534Z Downloaded env_filter v1.0.0
6752026-03-27T19:21:21.534Z Downloaded derive-ex v0.1.8
6762026-03-27T19:21:21.534Z Downloaded bit-set v0.5.3
6772026-03-27T19:21:21.538Z Downloaded darling_macro v0.20.11
6782026-03-27T19:21:21.541Z Downloaded blowfish v0.9.1
6792026-03-27T19:21:21.541Z Downloaded display-error-chain v0.2.2
6802026-03-27T19:21:21.541Z Downloaded dropshot-api-manager-types v0.6.0
6812026-03-27T19:21:21.546Z Downloaded defmt-parser v1.0.0
6822026-03-27T19:21:21.552Z Downloaded cmake v0.1.57
6832026-03-27T19:21:21.552Z Downloaded byte-wrapper v0.1.0
6842026-03-27T19:21:21.552Z Downloaded flagset v0.4.7
6852026-03-27T19:21:21.556Z Downloaded futures-macro v0.3.32
6862026-03-27T19:21:21.556Z Downloaded cargo_toml v0.22.3
6872026-03-27T19:21:21.557Z Downloaded float-ord v0.3.2
6882026-03-27T19:21:21.557Z Downloaded arrayvec v0.7.6
6892026-03-27T19:21:21.557Z Downloaded enum-as-inner v0.6.1
6902026-03-27T19:21:21.565Z Downloaded foreign-types v0.3.2
6912026-03-27T19:21:21.567Z Downloaded derive_builder_macro v0.20.2
6922026-03-27T19:21:21.567Z Downloaded dyn-clone v1.0.20
6932026-03-27T19:21:21.575Z Downloaded futures-core v0.3.32
6942026-03-27T19:21:21.575Z Downloaded fxhash v0.2.1
6952026-03-27T19:21:21.575Z Downloaded cpufeatures v0.3.0
6962026-03-27T19:21:21.575Z Downloaded bb8 v0.8.6
6972026-03-27T19:21:21.575Z Downloaded ghash v0.5.1
6982026-03-27T19:21:21.575Z Downloaded async-stream v0.3.6
6992026-03-27T19:21:21.575Z Downloaded ciborium-io v0.2.2
7002026-03-27T19:21:21.579Z Downloaded diesel_table_macro_syntax v0.3.0
7012026-03-27T19:21:21.579Z Downloaded debug-ignore v1.0.5
7022026-03-27T19:21:21.583Z Downloaded downcast-rs v2.0.2
7032026-03-27T19:21:21.586Z Downloaded gethostname v0.5.0
7042026-03-27T19:21:21.586Z Downloaded dtrace-parser v0.3.0
7052026-03-27T19:21:21.586Z Downloaded document-features v0.2.12
7062026-03-27T19:21:21.586Z Downloaded dof v0.4.0
7072026-03-27T19:21:21.612Z Downloaded futures-task v0.3.32
7082026-03-27T19:21:21.612Z Downloaded git-stub v1.0.0
7092026-03-27T19:21:21.612Z Downloaded headers-core v0.3.0
7102026-03-27T19:21:21.612Z Downloaded foreign-types-shared v0.1.1
7112026-03-27T19:21:21.612Z Downloaded convert_case v0.4.0
7122026-03-27T19:21:21.612Z Downloaded bitfield-macros v0.19.4
7132026-03-27T19:21:21.612Z Downloaded futures-sink v0.3.32
7142026-03-27T19:21:21.612Z Downloaded futures-io v0.3.32
7152026-03-27T19:21:21.612Z Downloaded foreign-types v0.5.0
7162026-03-27T19:21:21.612Z Downloaded ecdsa v0.16.9
7172026-03-27T19:21:21.613Z Downloaded fixedbitset v0.5.7
7182026-03-27T19:21:21.613Z Downloaded hash32 v0.2.1
7192026-03-27T19:21:21.613Z Downloaded bitfield-struct v0.6.2
7202026-03-27T19:21:21.613Z Downloaded backoff v0.4.0
7212026-03-27T19:21:21.613Z Downloaded bitfield v0.19.4
7222026-03-27T19:21:21.613Z Downloaded const_format_proc_macros v0.2.34
7232026-03-27T19:21:21.613Z Downloaded hex-literal v0.4.1
7242026-03-27T19:21:21.613Z Downloaded hash32 v0.3.1
7252026-03-27T19:21:21.613Z Downloaded hex v0.4.3
7262026-03-27T19:21:21.618Z Downloaded http-body v1.0.1
7272026-03-27T19:21:21.618Z Downloaded home v0.5.12
7282026-03-27T19:21:21.618Z Downloaded diff v0.1.13
7292026-03-27T19:21:21.618Z Downloaded defmt-macros v1.0.1
7302026-03-27T19:21:21.622Z Downloaded foldhash v0.2.0
7312026-03-27T19:21:21.622Z Downloaded ed25519 v2.2.3
7322026-03-27T19:21:21.623Z Downloaded curve25519-dalek-derive v0.1.1
7332026-03-27T19:21:21.628Z Downloaded fs_extra v1.3.0
7342026-03-27T19:21:21.628Z Downloaded erased-serde v0.3.31
7352026-03-27T19:21:21.628Z Downloaded deranged v0.5.8
7362026-03-27T19:21:21.628Z Downloaded console v0.16.2
7372026-03-27T19:21:21.628Z Downloaded ff v0.13.1
7382026-03-27T19:21:21.632Z Downloaded fallible-iterator v0.2.0
7392026-03-27T19:21:21.632Z Downloaded env_logger v0.11.9
7402026-03-27T19:21:21.632Z Downloaded colored v3.1.1
7412026-03-27T19:21:21.632Z Downloaded const-oid v0.9.6
7422026-03-27T19:21:21.636Z Downloaded buf-list v1.1.2
7432026-03-27T19:21:21.636Z Downloaded derive_builder_core v0.20.2
7442026-03-27T19:21:21.636Z Downloaded find-msvc-tools v0.1.9
7452026-03-27T19:21:21.639Z Downloaded httpdate v1.0.3
7462026-03-27T19:21:21.640Z Downloaded http-range v0.1.5
7472026-03-27T19:21:21.640Z Downloaded hostname v0.3.1
7482026-03-27T19:21:21.643Z Downloaded darling v0.21.3
7492026-03-27T19:21:21.643Z Downloaded chacha20 v0.10.0
7502026-03-27T19:21:21.648Z Downloaded hyper-tls v0.6.0
7512026-03-27T19:21:21.648Z Downloaded indent_write v2.2.0
7522026-03-27T19:21:21.651Z Downloaded hubpack_derive v0.1.1
7532026-03-27T19:21:21.652Z Downloaded hubpack v0.1.2
7542026-03-27T19:21:21.652Z Downloaded ident_case v1.0.1
7552026-03-27T19:21:21.656Z Downloaded foldhash v0.1.5
7562026-03-27T19:21:21.656Z Downloaded indoc v1.0.9
7572026-03-27T19:21:21.656Z Downloaded base16ct v0.2.0
7582026-03-27T19:21:21.660Z Downloaded corncobs v0.1.4
7592026-03-27T19:21:21.660Z Downloaded cassowary v0.3.0
7602026-03-27T19:21:21.660Z Downloaded camino-tempfile-ext v0.3.3
7612026-03-27T19:21:21.663Z Downloaded is-terminal v0.4.17
7622026-03-27T19:21:21.664Z Downloaded internet-checksum v0.2.1
7632026-03-27T19:21:21.664Z Downloaded instant v0.1.13
7642026-03-27T19:21:21.664Z Downloaded git-stub-vcs v0.1.0
7652026-03-27T19:21:21.676Z Downloaded is_ci v1.2.0
7662026-03-27T19:21:21.676Z Downloaded group v0.13.0
7672026-03-27T19:21:21.676Z Downloaded instability v0.3.11
7682026-03-27T19:21:21.677Z Downloaded either v1.15.0
7692026-03-27T19:21:21.682Z Downloaded drift v0.1.3
7702026-03-27T19:21:21.682Z Downloaded globwalk v0.9.1
7712026-03-27T19:21:21.682Z Downloaded inout v0.1.4
7722026-03-27T19:21:21.682Z Downloaded glob v0.3.3
7732026-03-27T19:21:21.682Z Downloaded defmt v1.0.1
7742026-03-27T19:21:21.682Z Downloaded cipher v0.4.4
7752026-03-27T19:21:21.683Z Downloaded highway v1.3.0
7762026-03-27T19:21:21.683Z Downloaded cargo_metadata v0.19.2
7772026-03-27T19:21:21.683Z Downloaded keccak v0.1.6
7782026-03-27T19:21:21.687Z Downloaded ciborium v0.2.2
7792026-03-27T19:21:21.687Z Downloaded hostname v0.4.2
7802026-03-27T19:21:21.687Z Downloaded bcs v0.1.6
7812026-03-27T19:21:21.692Z Downloaded cancel-safe-futures v0.1.5
7822026-03-27T19:21:21.692Z Downloaded backon v1.6.0
7832026-03-27T19:21:21.696Z Downloaded lazy_static v1.5.0
7842026-03-27T19:21:21.696Z Downloaded des v0.8.1
7852026-03-27T19:21:21.700Z Downloaded kstat-rs v0.2.4
7862026-03-27T19:21:21.700Z Downloaded libscf-sys v1.1.0
7872026-03-27T19:21:21.700Z Downloaded http-body-util v0.1.3
7882026-03-27T19:21:21.700Z Downloaded lalrpop-util v0.19.12
7892026-03-27T19:21:21.700Z Downloaded derive_builder v0.20.2
7902026-03-27T19:21:21.704Z Downloaded futures v0.3.32
7912026-03-27T19:21:21.708Z Downloaded fatfs v0.3.6
7922026-03-27T19:21:21.708Z Downloaded ena v0.14.4
7932026-03-27T19:21:21.712Z Downloaded derive_more v0.99.20
7942026-03-27T19:21:21.712Z Downloaded linked-hash-map v0.5.6
7952026-03-27T19:21:21.712Z Downloaded crossbeam-channel v0.5.15
7962026-03-27T19:21:21.720Z Downloaded cookie v0.18.1
7972026-03-27T19:21:21.725Z Downloaded lzss v0.8.2
7982026-03-27T19:21:21.725Z Downloaded cookie_store v0.22.1
7992026-03-27T19:21:21.725Z Downloaded md5 v0.7.0
8002026-03-27T19:21:21.726Z Downloaded hyper-staticfile v0.10.1
8012026-03-27T19:21:21.730Z Downloaded chacha20poly1305 v0.10.1
8022026-03-27T19:21:21.730Z Downloaded darling v0.20.11
8032026-03-27T19:21:21.734Z Downloaded impl-trait-for-tuples v0.2.3
8042026-03-27T19:21:21.735Z Downloaded lru-slab v0.1.2
8052026-03-27T19:21:21.735Z Downloaded lru-cache v0.1.2
8062026-03-27T19:21:21.738Z Downloaded maybe-uninit v2.0.0
8072026-03-27T19:21:21.738Z Downloaded ingot-types v0.1.2
8082026-03-27T19:21:21.738Z Downloaded md-5 v0.10.6
8092026-03-27T19:21:21.738Z Downloaded indoc v2.0.7
8102026-03-27T19:21:21.749Z Downloaded managed v0.8.0
8112026-03-27T19:21:21.749Z Downloaded newtype-uuid-macros v0.1.0
8122026-03-27T19:21:21.749Z Downloaded memoffset v0.9.1
8132026-03-27T19:21:21.749Z Downloaded daft v0.1.5
8142026-03-27T19:21:21.753Z Downloaded nibble_vec v0.1.0
8152026-03-27T19:21:21.753Z Downloaded match_cfg v0.1.0
8162026-03-27T19:21:21.753Z Downloaded console v0.15.11
8172026-03-27T19:21:21.753Z Downloaded dropshot_endpoint v0.16.7
8182026-03-27T19:21:21.753Z Downloaded futures-executor v0.3.32
8192026-03-27T19:21:21.753Z Downloaded crc32fast v1.5.0
8202026-03-27T19:21:21.753Z Downloaded getrandom v0.2.17
8212026-03-27T19:21:21.756Z Downloaded darling v0.23.0
8222026-03-27T19:21:21.757Z Downloaded ipnet v2.11.0
8232026-03-27T19:21:21.760Z Downloaded new_debug_unreachable v1.0.6
8242026-03-27T19:21:21.760Z Downloaded clang-sys v1.8.1
8252026-03-27T19:21:21.760Z Downloaded half v1.8.3
8262026-03-27T19:21:21.764Z Downloaded async-bb8-diesel v0.2.1
8272026-03-27T19:21:21.764Z Downloaded nodrop v0.1.14
8282026-03-27T19:21:21.764Z Downloaded newline-converter v0.3.0
8292026-03-27T19:21:21.768Z Downloaded multimap v0.10.1
8302026-03-27T19:21:21.768Z Downloaded maplit v1.0.2
8312026-03-27T19:21:21.768Z Downloaded ipnetwork v0.21.1
8322026-03-27T19:21:21.768Z Downloaded globset v0.4.18
8332026-03-27T19:21:21.771Z Downloaded darling_core v0.23.0
8342026-03-27T19:21:21.774Z Downloaded cbc v0.1.2
8352026-03-27T19:21:21.778Z Downloaded jobserver v0.1.34
8362026-03-27T19:21:21.791Z Downloaded num-iter v0.1.45
8372026-03-27T19:21:21.795Z Downloaded num_threads v0.1.7
8382026-03-27T19:21:21.795Z Downloaded num-derive v0.3.3
8392026-03-27T19:21:21.795Z Downloaded linear-map v1.2.0
8402026-03-27T19:21:21.798Z Downloaded num-derive v0.4.2
8412026-03-27T19:21:21.798Z Downloaded hickory-client v0.25.2
8422026-03-27T19:21:21.798Z Downloaded num-conv v0.2.0
8432026-03-27T19:21:21.802Z Downloaded num v0.4.3
8442026-03-27T19:21:21.802Z Downloaded normalize-line-endings v0.3.0
8452026-03-27T19:21:21.802Z Downloaded openssl-probe v0.2.1
8462026-03-27T19:21:21.802Z Downloaded opaque-debug v0.3.1
8472026-03-27T19:21:21.802Z Downloaded libefi-sys v0.1.0
8482026-03-27T19:21:21.805Z Downloaded openssl-macros v0.1.1
8492026-03-27T19:21:21.805Z Downloaded libsw-core v0.3.2
8502026-03-27T19:21:21.806Z Downloaded libsw v3.5.0
8512026-03-27T19:21:21.809Z Downloaded hyper-rustls v0.27.7
8522026-03-27T19:21:21.810Z Downloaded humantime v2.3.0
8532026-03-27T19:21:21.810Z Downloaded httparse v1.10.1
8542026-03-27T19:21:21.813Z Downloaded iana-time-zone v0.1.65
8552026-03-27T19:21:21.813Z Downloaded num_enum_derive v0.5.11
8562026-03-27T19:21:21.813Z Downloaded hmac v0.12.1
8572026-03-27T19:21:21.818Z Downloaded openssl-probe v0.1.6
8582026-03-27T19:21:21.818Z Downloaded olpc-cjson v0.1.4
8592026-03-27T19:21:21.818Z Downloaded lock_api v0.4.14
8602026-03-27T19:21:21.822Z Downloaded oso-derive v0.27.3
8612026-03-27T19:21:21.826Z Downloaded derive-where v1.6.0
8622026-03-27T19:21:21.827Z Downloaded der v0.7.10
8632026-03-27T19:21:21.830Z Downloaded ingot v0.1.1
8642026-03-27T19:21:21.830Z Downloaded crossterm v0.29.0
8652026-03-27T19:21:21.833Z Downloaded newtype_derive v0.1.6
8662026-03-27T19:21:21.833Z Downloaded getrandom v0.3.4
8672026-03-27T19:21:21.837Z Downloaded blake2 v0.10.6
8682026-03-27T19:21:21.837Z Downloaded parse-size v1.1.0
8692026-03-27T19:21:21.837Z Downloaded packed_struct_codegen v0.10.1
8702026-03-27T19:21:21.840Z Downloaded newtype-uuid v1.3.2
8712026-03-27T19:21:21.840Z Downloaded mime_guess v2.0.5
8722026-03-27T19:21:21.841Z Downloaded ingot-macros v0.1.1
8732026-03-27T19:21:21.844Z Downloaded flume v0.11.1
8742026-03-27T19:21:21.844Z Downloaded native-tls v0.2.18
8752026-03-27T19:21:21.853Z Downloaded futures-channel v0.3.32
8762026-03-27T19:21:21.854Z Downloaded nonempty v0.12.0
8772026-03-27T19:21:21.854Z Downloaded nanorand v0.7.0
8782026-03-27T19:21:21.854Z Downloaded half v2.7.1
8792026-03-27T19:21:21.858Z Downloaded mime v0.3.17
8802026-03-27T19:21:21.858Z Downloaded multer v3.1.0
8812026-03-27T19:21:21.858Z Downloaded parse-display v0.10.0
8822026-03-27T19:21:21.859Z Downloaded pbkdf2 v0.11.0
8832026-03-27T19:21:21.863Z Downloaded elliptic-curve v0.13.8
8842026-03-27T19:21:21.869Z Downloaded peg-runtime v0.8.5
8852026-03-27T19:21:21.869Z Downloaded darling_core v0.20.11
8862026-03-27T19:21:21.869Z Downloaded phf_shared v0.13.1
8872026-03-27T19:21:21.869Z Downloaded num-rational v0.4.2
8882026-03-27T19:21:21.874Z Downloaded ar_archive_writer v0.5.1
8892026-03-27T19:21:21.879Z Downloaded phf_shared v0.12.1
8902026-03-27T19:21:21.879Z Downloaded nu-ansi-term v0.50.3
8912026-03-27T19:21:21.879Z Downloaded phf_shared v0.11.3
8922026-03-27T19:21:21.883Z Downloaded num_enum v0.5.11
8932026-03-27T19:21:21.883Z Downloaded num-integer v0.1.46
8942026-03-27T19:21:21.892Z Downloaded pin-utils v0.1.0
8952026-03-27T19:21:21.892Z Downloaded num_enum_derive v0.7.5
8962026-03-27T19:21:21.892Z Downloaded ed25519-dalek v2.2.0
8972026-03-27T19:21:21.898Z Downloaded darling_core v0.21.3
8982026-03-27T19:21:21.898Z Downloaded libloading v0.8.9
8992026-03-27T19:21:21.898Z Downloaded precomputed-hash v0.1.1
9002026-03-27T19:21:21.898Z Downloaded num_enum v0.7.5
9012026-03-27T19:21:21.904Z Downloaded indexmap v1.9.3
9022026-03-27T19:21:21.904Z Downloaded litrs v1.0.0
9032026-03-27T19:21:21.904Z Downloaded lru v0.12.5
9042026-03-27T19:21:21.909Z Downloaded oxnet v0.1.4
9052026-03-27T19:21:21.909Z Downloaded owo-colors v4.3.0
9062026-03-27T19:21:21.913Z Downloaded ignore v0.4.25
9072026-03-27T19:21:21.921Z Downloaded packed_struct v0.10.1
9082026-03-27T19:21:21.921Z Downloaded parking_lot_core v0.8.6
9092026-03-27T19:21:21.921Z Downloaded proc-macro-crate v1.3.1
9102026-03-27T19:21:21.921Z Downloaded predicates-tree v1.0.13
9112026-03-27T19:21:21.921Z Downloaded predicates-core v1.0.10
9122026-03-27T19:21:21.925Z Downloaded proc-macro-error-attr2 v2.0.0
9132026-03-27T19:21:21.925Z Downloaded proc-macro-crate v3.4.0
9142026-03-27T19:21:21.929Z Downloaded compact_str v0.8.1
9152026-03-27T19:21:21.929Z Downloaded parse-display-derive v0.10.0
9162026-03-27T19:21:21.929Z Downloaded crypto-bigint v0.5.5
9172026-03-27T19:21:21.935Z Downloaded bytes v1.11.1
9182026-03-27T19:21:21.939Z Downloaded headers v0.4.1
9192026-03-27T19:21:21.939Z Downloaded progenitor-macro v0.11.2
9202026-03-27T19:21:21.939Z Downloaded base64 v0.22.1
9212026-03-27T19:21:21.943Z Downloaded password-hash v0.5.0
9222026-03-27T19:21:21.947Z Downloaded pbkdf2 v0.12.2
9232026-03-27T19:21:21.947Z Downloaded paste v1.0.15
9242026-03-27T19:21:21.947Z Downloaded password-hash v0.4.2
9252026-03-27T19:21:21.953Z Downloaded pem v3.0.6
9262026-03-27T19:21:21.953Z Downloaded progenitor-client v0.11.2
9272026-03-27T19:21:21.958Z Downloaded quick-error v1.2.3
9282026-03-27T19:21:21.958Z Downloaded peg v0.8.5
9292026-03-27T19:21:21.959Z Downloaded psl-types v2.0.11
9302026-03-27T19:21:21.959Z Downloaded progenitor-macro v0.13.0
9312026-03-27T19:21:21.959Z Downloaded path-slash v0.1.5
9322026-03-27T19:21:21.966Z Downloaded rand_chacha v0.3.1
9332026-03-27T19:21:21.966Z Downloaded arc-swap v1.8.2
9342026-03-27T19:21:21.966Z Downloaded peg-macros v0.8.5
9352026-03-27T19:21:21.966Z Downloaded pin-project-internal v1.1.11
9362026-03-27T19:21:21.971Z Downloaded heapless v0.8.0
9372026-03-27T19:21:21.972Z Downloaded num-complex v0.4.6
9382026-03-27T19:21:21.972Z Downloaded libbz2-rs-sys v0.2.2
9392026-03-27T19:21:21.972Z Downloaded phf v0.13.1
9402026-03-27T19:21:21.972Z Downloaded phf v0.12.1
9412026-03-27T19:21:21.979Z Downloaded pem-rfc7468 v0.7.0
9422026-03-27T19:21:21.980Z Downloaded flate2 v1.1.9
9432026-03-27T19:21:21.984Z Downloaded pkg-config v0.3.32
9442026-03-27T19:21:21.984Z Downloaded polyval v0.6.2
9452026-03-27T19:21:21.984Z Downloaded poly1305 v0.8.0
9462026-03-27T19:21:21.987Z Downloaded memmap2 v0.9.10
9472026-03-27T19:21:21.988Z Downloaded rand_xorshift v0.4.0
9482026-03-27T19:21:21.988Z Downloaded pin-project-lite v0.2.17
9492026-03-27T19:21:21.991Z Downloaded omicron-zone-package v0.12.2
9502026-03-27T19:21:21.996Z Downloaded postgres-protocol v0.6.10
9512026-03-27T19:21:21.996Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-03-27T19:21:21.996Z Downloaded recursive v0.1.1
9532026-03-27T19:21:21.997Z Downloaded parking_lot_core v0.9.12
9542026-03-27T19:21:22.004Z Downloaded parking_lot v0.12.5
9552026-03-27T19:21:22.005Z Downloaded predicates v3.1.4
9562026-03-27T19:21:22.005Z Downloaded powerfmt v0.2.0
9572026-03-27T19:21:22.011Z Downloaded ppv-lite86 v0.2.21
9582026-03-27T19:21:22.013Z Downloaded indicatif v0.18.4
9592026-03-27T19:21:22.013Z Downloaded ref-cast-impl v1.0.25
9602026-03-27T19:21:22.013Z Downloaded oxide-tokio-rt v0.1.3
9612026-03-27T19:21:22.013Z Downloaded progenitor v0.10.0
9622026-03-27T19:21:22.013Z Downloaded proc-macro-error2 v2.0.1
9632026-03-27T19:21:22.023Z Downloaded primeorder v0.13.6
9642026-03-27T19:21:22.023Z Downloaded bumpalo v3.20.2
9652026-03-27T19:21:22.023Z Downloaded rfc6979 v0.4.0
9662026-03-27T19:21:22.023Z Downloaded parking_lot v0.11.2
9672026-03-27T19:21:22.028Z Downloaded ref-cast v1.0.25
9682026-03-27T19:21:22.029Z Downloaded progenitor-client v0.10.0
9692026-03-27T19:21:22.029Z Downloaded progenitor v0.13.0
9702026-03-27T19:21:22.034Z Downloaded progenitor-extras v0.1.1
9712026-03-27T19:21:22.034Z Downloaded progenitor-client v0.13.0
9722026-03-27T19:21:22.034Z Downloaded heapless v0.7.17
9732026-03-27T19:21:22.034Z Downloaded psm v0.1.30
9742026-03-27T19:21:22.038Z Downloaded progenitor-macro v0.10.0
9752026-03-27T19:21:22.041Z Downloaded russh-cryptovec v0.7.3
9762026-03-27T19:21:22.042Z Downloaded rtoolbox v0.0.3
9772026-03-27T19:21:22.045Z Downloaded expectorate v1.2.0
9782026-03-27T19:21:22.045Z Downloaded rustc_version v0.4.1
9792026-03-27T19:21:22.049Z Downloaded hickory-resolver v0.25.2
9802026-03-27T19:21:22.049Z Downloaded hickory-resolver v0.24.4
9812026-03-27T19:21:22.053Z Downloaded radium v0.7.0
9822026-03-27T19:21:22.053Z Downloaded r2d2 v0.8.10
9832026-03-27T19:21:22.057Z Downloaded pkcs8 v0.10.2
9842026-03-27T19:21:22.060Z Downloaded rustc_version v0.1.7
9852026-03-27T19:21:22.060Z Downloaded rustc-hash v2.1.1
9862026-03-27T19:21:22.060Z Downloaded rand_chacha v0.9.0
9872026-03-27T19:21:22.064Z Downloaded rand_seeder v0.4.0
9882026-03-27T19:21:22.064Z Downloaded rand_core v0.9.5
9892026-03-27T19:21:22.065Z Downloaded postcard v1.1.3
9902026-03-27T19:21:22.065Z Downloaded dropshot-api-manager v0.6.0
9912026-03-27T19:21:22.068Z Downloaded pkcs5 v0.7.1
9922026-03-27T19:21:22.071Z Downloaded rand_core v0.6.4
9932026-03-27T19:21:22.078Z Downloaded pkcs1 v0.7.5
9942026-03-27T19:21:22.081Z Downloaded p256 v0.13.2
9952026-03-27T19:21:22.085Z Downloaded same-file v1.0.6
9962026-03-27T19:21:22.089Z Downloaded salsa20 v0.10.2
9972026-03-27T19:21:22.090Z Downloaded derive_more-impl v2.1.1
9982026-03-27T19:21:22.094Z Downloaded scheduled-thread-pool v0.2.7
9992026-03-27T19:21:22.094Z Downloaded scrypt v0.11.0
10002026-03-27T19:21:22.100Z Downloaded scroll_derive v0.13.1
10012026-03-27T19:21:22.100Z Downloaded papergrid v0.17.0
10022026-03-27T19:21:22.100Z Downloaded resolv-conf v0.7.6
10032026-03-27T19:21:22.103Z Downloaded progenitor v0.11.2
10042026-03-27T19:21:22.103Z Downloaded miniz_oxide v0.8.9
10052026-03-27T19:21:22.107Z Downloaded secrecy v0.10.3
10062026-03-27T19:21:22.107Z Downloaded scopeguard v1.2.0
10072026-03-27T19:21:22.107Z Downloaded sapling-renderdag v0.1.0
10082026-03-27T19:21:22.107Z Downloaded diesel_derives v2.3.7
10092026-03-27T19:21:22.113Z Downloaded serde_bytes v0.11.19
10102026-03-27T19:21:22.116Z Downloaded semver v0.1.20
10112026-03-27T19:21:22.123Z Downloaded serde-big-array v0.5.1
10122026-03-27T19:21:22.127Z Downloaded seq-macro v0.3.6
10132026-03-27T19:21:22.133Z Downloaded serde_repr v0.1.20
10142026-03-27T19:21:22.136Z Downloaded serde_spanned v1.0.4
10152026-03-27T19:21:22.136Z Downloaded serde_plain v1.0.2
10162026-03-27T19:21:22.136Z Downloaded shell-words v1.1.1
10172026-03-27T19:21:22.136Z Downloaded sha1 v0.10.6
10182026-03-27T19:21:22.140Z Downloaded signal-hook-mio v0.2.5
10192026-03-27T19:21:22.140Z Downloaded serde_urlencoded v0.7.1
10202026-03-27T19:21:22.143Z Downloaded rustls-pemfile v2.2.0
10212026-03-27T19:21:22.143Z Downloaded jiff-static v0.2.21
10222026-03-27T19:21:22.146Z Downloaded http v1.4.0
10232026-03-27T19:21:22.149Z Downloaded rustls-pemfile v1.0.4
10242026-03-27T19:21:22.152Z Downloaded postgres-types v0.2.12
10252026-03-27T19:21:22.155Z Downloaded siphasher v1.0.2
10262026-03-27T19:21:22.156Z Downloaded sigpipe v0.1.3
10272026-03-27T19:21:22.156Z Downloaded quinn-udp v0.5.14
10282026-03-27T19:21:22.159Z Downloaded slog-bunyan v2.5.0
10292026-03-27T19:21:22.162Z Downloaded oso v0.27.3
10302026-03-27T19:21:22.165Z Downloaded signature v2.2.0
10312026-03-27T19:21:22.165Z Downloaded signal-hook-tokio v0.3.1
10322026-03-27T19:21:22.169Z Downloaded rustls-native-certs v0.8.3
10332026-03-27T19:21:22.173Z Downloaded prefix-trie v0.7.0
10342026-03-27T19:21:22.180Z Downloaded rusty-fork v0.3.1
10352026-03-27T19:21:22.184Z Downloaded const_format v0.2.35
10362026-03-27T19:21:22.187Z Downloaded rustversion v1.0.22
10372026-03-27T19:21:22.195Z Downloaded secrecy v0.8.0
10382026-03-27T19:21:22.200Z Downloaded sec1 v0.7.3
10392026-03-27T19:21:22.200Z Downloaded sct v0.7.1
10402026-03-27T19:21:22.211Z Downloaded hashbrown v0.13.2
10412026-03-27T19:21:22.215Z Downloaded progenitor-impl v0.13.0
10422026-03-27T19:21:22.220Z Downloaded minimal-lexical v0.2.1
10432026-03-27T19:21:22.225Z Downloaded ssh-encoding v0.2.0
10442026-03-27T19:21:22.225Z Downloaded sqlparser_derive v0.5.0
10452026-03-27T19:21:22.232Z Downloaded serde_derive_internals v0.29.1
10462026-03-27T19:21:22.233Z Downloaded scroll v0.13.0
10472026-03-27T19:21:22.233Z Downloaded serde_path_to_error v0.1.20
10482026-03-27T19:21:22.233Z Downloaded shlex v1.3.0
10492026-03-27T19:21:22.233Z Downloaded aes v0.8.4
10502026-03-27T19:21:22.239Z Downloaded strip-ansi-escapes v0.2.1
10512026-03-27T19:21:22.239Z Downloaded serde-hex v0.1.0
10522026-03-27T19:21:22.239Z Downloaded signal-hook-registry v1.4.8
10532026-03-27T19:21:22.239Z Downloaded hickory-server v0.25.2
10542026-03-27T19:21:22.244Z Downloaded simd-adler32 v0.3.8
10552026-03-27T19:21:22.245Z Downloaded rand_core v0.10.0
10562026-03-27T19:21:22.245Z Downloaded slab v0.4.12
10572026-03-27T19:21:22.245Z Downloaded structmeta v0.3.0
10582026-03-27T19:21:22.256Z Downloaded pin-project v1.1.11
10592026-03-27T19:21:22.263Z Downloaded slog-dtrace v0.3.0
10602026-03-27T19:21:22.263Z Downloaded strum v0.27.2
10612026-03-27T19:21:22.263Z Downloaded strum v0.26.3
10622026-03-27T19:21:22.263Z Downloaded hyper-util v0.1.20
10632026-03-27T19:21:22.269Z Downloaded rustls-pki-types v1.14.0
10642026-03-27T19:21:22.273Z Downloaded sync-ptr v0.1.4
10652026-03-27T19:21:22.273Z Downloaded slog-json v2.6.1
10662026-03-27T19:21:22.273Z Downloaded tagptr v0.2.0
10672026-03-27T19:21:22.273Z Downloaded sync_wrapper v1.0.2
10682026-03-27T19:21:22.273Z Downloaded slog-async v2.8.0
10692026-03-27T19:21:22.278Z Downloaded subtle v2.6.1
10702026-03-27T19:21:22.282Z Downloaded slog-scope v4.4.1
10712026-03-27T19:21:22.282Z Downloaded slog-envlogger v2.2.0
10722026-03-27T19:21:22.282Z Downloaded tabled_derive v0.11.0
10732026-03-27T19:21:22.282Z Downloaded prettyplease v0.2.37
10742026-03-27T19:21:22.286Z Downloaded openssl-sys v0.9.111
10752026-03-27T19:21:22.286Z Downloaded smf v0.2.3
10762026-03-27T19:21:22.290Z Downloaded spki v0.7.3
10772026-03-27T19:21:22.294Z Downloaded slog-term v2.9.2
10782026-03-27T19:21:22.297Z Downloaded supports-color v3.0.2
10792026-03-27T19:21:22.298Z Downloaded testing_table v0.3.0
10802026-03-27T19:21:22.298Z Downloaded take_mut v0.2.2
10812026-03-27T19:21:22.304Z Downloaded thread-id v5.1.0
10822026-03-27T19:21:22.305Z Downloaded termtree v0.5.1
10832026-03-27T19:21:22.305Z Downloaded smallvec v0.6.14
10842026-03-27T19:21:22.305Z Downloaded tap v1.0.1
10852026-03-27T19:21:22.305Z Downloaded schemars_derive v0.8.22
10862026-03-27T19:21:22.305Z Downloaded structmeta-derive v0.3.0
10872026-03-27T19:21:22.309Z Downloaded progenitor-impl v0.11.2
10882026-03-27T19:21:22.309Z Downloaded progenitor-impl v0.10.0
10892026-03-27T19:21:22.314Z Downloaded russh-keys v0.45.0
10902026-03-27T19:21:22.315Z Downloaded ssh-cipher v0.2.0
10912026-03-27T19:21:22.320Z Downloaded ron v0.8.1
10922026-03-27T19:21:22.321Z Downloaded stacker v0.1.23
10932026-03-27T19:21:22.325Z Downloaded aes-gcm v0.10.3
10942026-03-27T19:21:22.325Z Downloaded time-core v0.1.8
10952026-03-27T19:21:22.325Z Downloaded thiserror-impl-no-std v2.0.2
10962026-03-27T19:21:22.325Z Downloaded sqlformat v0.3.5
10972026-03-27T19:21:22.329Z Downloaded serde_with_macros v3.17.0
10982026-03-27T19:21:22.329Z Downloaded serde_cbor v0.11.2
10992026-03-27T19:21:22.330Z Downloaded stringprep v0.1.5
11002026-03-27T19:21:22.330Z Downloaded strum_macros v0.26.4
11012026-03-27T19:21:22.334Z Downloaded string_cache v0.8.9
11022026-03-27T19:21:22.334Z Downloaded static_assertions v1.1.0
11032026-03-27T19:21:22.340Z Downloaded strum_macros v0.27.2
11042026-03-27T19:21:22.347Z Downloaded strum_macros v0.24.3
11052026-03-27T19:21:22.353Z Downloaded rustls-platform-verifier v0.6.2
11062026-03-27T19:21:22.354Z Downloaded rcgen v0.12.1
11072026-03-27T19:21:22.354Z Downloaded schemars v0.8.22
11082026-03-27T19:21:22.359Z Downloaded rayon-core v1.13.0
11092026-03-27T19:21:22.359Z Downloaded aho-corasick v1.1.4
11102026-03-27T19:21:22.363Z Downloaded slog-stdlog v4.1.1
11112026-03-27T19:21:22.368Z Downloaded ryu v1.0.23
11122026-03-27T19:21:22.368Z Downloaded pretty_assertions v1.4.1
11132026-03-27T19:21:22.375Z Downloaded tabwriter v1.4.1
11142026-03-27T19:21:22.375Z Downloaded snafu-derive v0.8.9
11152026-03-27T19:21:22.382Z Downloaded support-bundle-viewer v0.1.2
11162026-03-27T19:21:22.382Z Downloaded spin v0.9.8
11172026-03-27T19:21:22.382Z Downloaded mio v1.1.1
11182026-03-27T19:21:22.382Z Downloaded topological-sort v0.2.2
11192026-03-27T19:21:22.389Z Downloaded termios v0.3.3
11202026-03-27T19:21:22.395Z Downloaded thread_local v1.1.9
11212026-03-27T19:21:22.399Z Downloaded itertools v0.10.5
11222026-03-27T19:21:22.399Z Downloaded nom v7.1.3
11232026-03-27T19:21:22.406Z Downloaded qorb v0.4.1
11242026-03-27T19:21:22.406Z Downloaded trait-variant v0.1.2
11252026-03-27T19:21:22.406Z Downloaded signal-hook v0.3.18
11262026-03-27T19:21:22.411Z Downloaded tower-service v0.3.3
11272026-03-27T19:21:22.411Z Downloaded tower-layer v0.3.3
11282026-03-27T19:21:22.411Z Downloaded publicsuffix v2.3.0
11292026-03-27T19:21:22.411Z Downloaded rand v0.8.5
11302026-03-27T19:21:22.411Z Downloaded hashbrown v0.15.5
11312026-03-27T19:21:22.416Z Downloaded num-bigint v0.4.6
11322026-03-27T19:21:22.420Z Downloaded quinn v0.11.9
11332026-03-27T19:21:22.421Z Downloaded hashbrown v0.12.3
11342026-03-27T19:21:22.424Z Downloaded tinyvec_macros v0.1.1
11352026-03-27T19:21:22.424Z Downloaded time-macros v0.2.27
11362026-03-27T19:21:22.429Z Downloaded unarray v0.1.4
11372026-03-27T19:21:22.429Z Downloaded try-lock v0.2.5
11382026-03-27T19:21:22.429Z Downloaded iddqd v0.3.17
11392026-03-27T19:21:22.433Z Downloaded tiny-keccak v2.0.2
11402026-03-27T19:21:22.437Z Downloaded libxml v0.3.3
11412026-03-27T19:21:22.441Z Downloaded tls_codec_derive v0.4.2
11422026-03-27T19:21:22.441Z Downloaded slog v2.8.2
11432026-03-27T19:21:22.445Z Downloaded tokio-rustls v0.25.0
11442026-03-27T19:21:22.445Z Downloaded tls_codec v0.4.2
11452026-03-27T19:21:22.449Z Downloaded unicode-truncate v1.1.0
11462026-03-27T19:21:22.449Z Downloaded usdt-macro v0.6.0
11472026-03-27T19:21:22.449Z Downloaded usdt v0.6.0
11482026-03-27T19:21:22.453Z Downloaded typify-macro v0.6.1
11492026-03-27T19:21:22.453Z Downloaded universal-hash v0.5.1
11502026-03-27T19:21:22.453Z Downloaded unit-prefix v0.5.2
11512026-03-27T19:21:22.453Z Downloaded tokio-macros v2.6.0
11522026-03-27T19:21:22.453Z Downloaded untrusted v0.9.0
11532026-03-27T19:21:22.457Z Downloaded untrusted v0.7.1
11542026-03-27T19:21:22.457Z Downloaded tokio-dtrace v0.1.1
11552026-03-27T19:21:22.460Z Downloaded itertools v0.12.1
11562026-03-27T19:21:22.464Z Downloaded socket2 v0.5.10
11572026-03-27T19:21:22.468Z Downloaded toml_writer v1.0.6+spec-1.1.0
11582026-03-27T19:21:22.469Z Downloaded term v0.7.0
11592026-03-27T19:21:22.473Z Downloaded usdt-attr-macro v0.6.0
11602026-03-27T19:21:22.473Z Downloaded tokio-tungstenite v0.23.1
11612026-03-27T19:21:22.473Z Downloaded utf-8 v0.7.6
11622026-03-27T19:21:22.476Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-03-27T19:21:22.476Z Downloaded tokio-tungstenite v0.21.0
11642026-03-27T19:21:22.481Z Downloaded void v1.0.2
11652026-03-27T19:21:22.486Z Downloaded itertools v0.13.0
11662026-03-27T19:21:22.490Z Downloaded term v1.2.1
11672026-03-27T19:21:22.490Z Downloaded rsa v0.9.10
11682026-03-27T19:21:22.494Z Downloaded num-bigint-dig v0.8.6
11692026-03-27T19:21:22.500Z Downloaded waitgroup v0.1.2
11702026-03-27T19:21:22.503Z Downloaded tui-tree-widget v0.23.1
11712026-03-27T19:21:22.504Z Downloaded thiserror-no-std v2.0.2
11722026-03-27T19:21:22.504Z Downloaded rand v0.9.2
11732026-03-27T19:21:22.512Z Downloaded similar v2.7.0
11742026-03-27T19:21:22.512Z Downloaded serde_yaml v0.9.34+deprecated
11752026-03-27T19:21:22.519Z Downloaded wait-timeout v0.2.1
11762026-03-27T19:21:22.519Z Downloaded want v0.3.1
11772026-03-27T19:21:22.520Z Downloaded xattr v1.6.1
11782026-03-27T19:21:22.520Z Downloaded rustls-webpki v0.103.9
11792026-03-27T19:21:22.525Z Downloaded subprocess v0.2.15
11802026-03-27T19:21:22.530Z Downloaded schemars v0.9.0
11812026-03-27T19:21:22.534Z Downloaded xshell-macros v0.2.7
11822026-03-27T19:21:22.534Z Downloaded samael v0.0.19
11832026-03-27T19:21:22.537Z Downloaded unicase v2.9.0
11842026-03-27T19:21:22.538Z Downloaded typify-macro v0.4.3
11852026-03-27T19:21:22.538Z Downloaded tokio-native-tls v0.3.1
11862026-03-27T19:21:22.542Z Downloaded usdt-impl v0.6.0
11872026-03-27T19:21:22.546Z Downloaded tokio-stream v0.1.18
11882026-03-27T19:21:22.550Z Downloaded tokio-rustls v0.24.1
11892026-03-27T19:21:22.550Z Downloaded h2 v0.4.13
11902026-03-27T19:21:22.554Z Downloaded socket2 v0.6.2
11912026-03-27T19:21:22.557Z Downloaded hyper v1.8.1
11922026-03-27T19:21:22.561Z Downloaded tokio-rustls v0.26.4
11932026-03-27T19:21:22.561Z Downloaded zeroize_derive v1.4.3
11942026-03-27T19:21:22.561Z Downloaded test-strategy v0.4.5
11952026-03-27T19:21:22.565Z Downloaded zone_cfg_derive v0.3.1
11962026-03-27T19:21:22.565Z Downloaded snafu v0.8.9
11972026-03-27T19:21:22.570Z Downloaded futures-util v0.3.32
11982026-03-27T19:21:22.573Z Downloaded vergen-git2 v1.0.7
11992026-03-27T19:21:22.573Z Downloaded uzers v0.12.2
12002026-03-27T19:21:22.580Z Downloaded toml_parser v1.0.9+spec-1.1.0
12012026-03-27T19:21:22.580Z Downloaded iri-string v0.7.10
12022026-03-27T19:21:22.584Z Downloaded vergen-lib v0.1.6
12032026-03-27T19:21:22.584Z Downloaded vsss-rs v3.3.4
12042026-03-27T19:21:22.585Z Downloaded vergen-gitcl v1.0.8
12052026-03-27T19:21:22.585Z Downloaded tracing-attributes v0.1.31
12062026-03-27T19:21:22.590Z Downloaded itertools v0.14.0
12072026-03-27T19:21:22.595Z Downloaded tinyvec v1.10.0
12082026-03-27T19:21:22.599Z Downloaded whoami v1.6.1
12092026-03-27T19:21:22.599Z Downloaded walkdir v2.5.0
12102026-03-27T19:21:22.607Z Downloaded whoami v2.1.0
12112026-03-27T19:21:22.607Z Downloaded twox-hash v2.1.2
12122026-03-27T19:21:22.613Z Downloaded libm v0.2.16
12132026-03-27T19:21:22.618Z Downloaded xshell v0.2.7
12142026-03-27T19:21:22.618Z Downloaded wyz v0.5.1
12152026-03-27T19:21:22.622Z Downloaded xz2 v0.1.7
12162026-03-27T19:21:22.622Z Downloaded unicode-properties v0.1.4
12172026-03-27T19:21:22.628Z Downloaded schemars v1.2.1
12182026-03-27T19:21:22.633Z Downloaded tar v0.4.45
12192026-03-27T19:21:22.637Z Downloaded toml v0.9.12+spec-1.1.0
12202026-03-27T19:21:22.637Z Downloaded zone v0.3.1
12212026-03-27T19:21:22.638Z Downloaded zeroize v1.8.2
12222026-03-27T19:21:22.642Z Downloaded toml v0.7.8
12232026-03-27T19:21:22.646Z Downloaded zstd v0.13.3
12242026-03-27T19:21:22.646Z Downloaded zstd-safe v7.2.4
12252026-03-27T19:21:22.650Z Downloaded hkdf v0.12.4
12262026-03-27T19:21:22.656Z Downloaded tracing-core v0.1.36
12272026-03-27T19:21:22.656Z Downloaded russh v0.45.0
12282026-03-27T19:21:22.660Z Downloaded vergen v9.0.6
12292026-03-27T19:21:22.665Z Downloaded tungstenite v0.21.0
12302026-03-27T19:21:22.671Z Downloaded tungstenite v0.23.0
12312026-03-27T19:21:22.671Z Downloaded typify v0.4.3
12322026-03-27T19:21:22.675Z Downloaded unsafe-libyaml v0.2.11
12332026-03-27T19:21:22.675Z Downloaded rand v0.10.0
12342026-03-27T19:21:22.679Z Downloaded unicode-bidi v0.3.18
12352026-03-27T19:21:22.679Z Downloaded p521 v0.13.3
12362026-03-27T19:21:22.688Z Downloaded typify v0.6.1
12372026-03-27T19:21:22.697Z Downloaded zerocopy v0.6.6
12382026-03-27T19:21:22.703Z Downloaded yasna v0.5.2
12392026-03-27T19:21:22.707Z Downloaded uuid v1.21.0
12402026-03-27T19:21:22.707Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-03-27T19:21:22.708Z Downloaded ron v0.12.0
12422026-03-27T19:21:22.713Z Downloaded steno v0.4.1
12432026-03-27T19:21:22.716Z Downloaded rpassword v7.4.0
12442026-03-27T19:21:22.731Z Downloaded reedline v0.40.0
12452026-03-27T19:21:22.740Z Downloaded reqwest v0.13.2
12462026-03-27T19:21:22.750Z Downloaded toml_edit v0.19.15
12472026-03-27T19:21:22.758Z Downloaded zopfli v0.8.3
12482026-03-27T19:21:22.761Z Downloaded aws-lc-rs v1.16.0
12492026-03-27T19:21:22.766Z Downloaded tokio-postgres v0.7.16
12502026-03-27T19:21:22.770Z Downloaded bitvec v1.0.1
12512026-03-27T19:21:22.775Z Downloaded vte v0.14.1
12522026-03-27T19:21:22.778Z Downloaded unicode_categories v0.1.1
12532026-03-27T19:21:22.778Z Downloaded p384 v0.13.1
12542026-03-27T19:21:22.781Z Downloaded chrono v0.4.44
12552026-03-27T19:21:22.785Z Downloaded ssh-key v0.6.7
12562026-03-27T19:21:22.811Z Downloaded reqwest v0.12.28
12572026-03-27T19:21:22.811Z Downloaded zip v0.6.6
12582026-03-27T19:21:22.811Z Downloaded blake3 v1.8.3
12592026-03-27T19:21:22.811Z Downloaded rustyline v14.0.0
12602026-03-27T19:21:22.811Z Downloaded portable-atomic v1.13.1
12612026-03-27T19:21:22.819Z Downloaded yansi v1.0.1
12622026-03-27T19:21:22.823Z Downloaded regex v1.12.3
12632026-03-27T19:21:22.829Z Downloaded bindgen v0.71.1
12642026-03-27T19:21:22.846Z Downloaded lalrpop v0.19.12
12652026-03-27T19:21:22.856Z Downloaded zerocopy-derive v0.8.40
12662026-03-27T19:21:22.866Z Downloaded salty v0.3.0
12672026-03-27T19:21:22.875Z Downloaded git2 v0.20.4
12682026-03-27T19:21:22.883Z Downloaded tower v0.5.3
12692026-03-27T19:21:22.888Z Downloaded x509-cert v0.2.5
12702026-03-27T19:21:22.893Z Downloaded quick-xml v0.37.5
12712026-03-27T19:21:22.894Z Downloaded tokio-util v0.7.18
12722026-03-27T19:21:22.897Z Downloaded typed-path v0.9.3
12732026-03-27T19:21:22.901Z Downloaded rustls-webpki v0.101.7
12742026-03-27T19:21:22.907Z Downloaded zip v4.6.1
12752026-03-27T19:21:22.912Z Downloaded serde_with v3.17.0
12762026-03-27T19:21:22.917Z Downloaded petname v2.0.2
12772026-03-27T19:21:22.921Z Downloaded tower-http v0.6.8
12782026-03-27T19:21:22.924Z Downloaded moka v0.12.13
12792026-03-27T19:21:22.945Z Downloaded rayon v1.11.0
12802026-03-27T19:21:22.951Z Downloaded unicode-normalization v0.1.25
12812026-03-27T19:21:22.956Z Downloaded dropshot v0.16.7
12822026-03-27T19:21:22.970Z Downloaded unicode-segmentation v1.12.0
12832026-03-27T19:21:22.980Z Downloaded goblin v0.10.5
12842026-03-27T19:21:22.980Z Downloaded proptest v1.10.0
12852026-03-27T19:21:22.987Z Downloaded winnow v0.5.40
12862026-03-27T19:21:22.991Z Downloaded radix_trie v0.2.1
12872026-03-27T19:21:22.991Z Downloaded rustls-webpki v0.102.8
12882026-03-27T19:21:23.007Z Downloaded tough v0.20.0
12892026-03-27T19:21:23.014Z Downloaded polar-core v0.27.3
12902026-03-27T19:21:23.026Z Downloaded openssl v0.10.75
12912026-03-27T19:21:23.034Z Downloaded nix v0.28.0
12922026-03-27T19:21:23.038Z Downloaded curve25519-dalek v4.1.3
12932026-03-27T19:21:23.042Z Downloaded nix v0.27.1
12942026-03-27T19:21:23.048Z Downloaded bstr v1.12.1
12952026-03-27T19:21:23.054Z Downloaded quinn-proto v0.11.13
12962026-03-27T19:21:23.071Z Downloaded object v0.30.4
12972026-03-27T19:21:23.078Z Downloaded vcpkg v0.2.15
12982026-03-27T19:21:23.098Z Downloaded zlib-rs v0.6.2
12992026-03-27T19:21:23.103Z Downloaded winnow v0.6.26
13002026-03-27T19:21:23.115Z Downloaded zerocopy v0.8.40
13012026-03-27T19:21:23.121Z Downloaded smoltcp v0.11.0
13022026-03-27T19:21:23.128Z Downloaded openapiv3 v2.2.0
13032026-03-27T19:21:23.134Z Downloaded regress v0.10.5
13042026-03-27T19:21:23.139Z Downloaded hickory-proto v0.25.2
13052026-03-27T19:21:23.148Z Downloaded nix v0.29.0
13062026-03-27T19:21:23.155Z Downloaded rustix v0.38.44
13072026-03-27T19:21:23.167Z Downloaded time v0.3.47
13082026-03-27T19:21:23.176Z Downloaded tabled v0.20.0
13092026-03-27T19:21:23.184Z Downloaded smoltcp v0.9.1
13102026-03-27T19:21:23.202Z Downloaded rustls v0.21.12
13112026-03-27T19:21:23.210Z Downloaded hickory-proto v0.24.4
13122026-03-27T19:21:23.217Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-03-27T19:21:23.224Z Downloaded typify-impl v0.4.3
13142026-03-27T19:21:23.232Z Downloaded tracing v0.1.44
13152026-03-27T19:21:23.245Z Downloaded regex-syntax v0.6.29
13162026-03-27T19:21:23.251Z Downloaded object v0.37.3
13172026-03-27T19:21:23.255Z Downloaded webpki-roots v1.0.6
13182026-03-27T19:21:23.266Z Downloaded zerocopy-derive v0.6.6
13192026-03-27T19:21:23.273Z Downloaded nix v0.31.1
13202026-03-27T19:21:23.278Z Downloaded petgraph v0.6.5
13212026-03-27T19:21:23.289Z Downloaded rustls v0.22.4
13222026-03-27T19:21:23.296Z Downloaded diesel v2.3.7
13232026-03-27T19:21:23.308Z Downloaded chrono-tz v0.10.4
13242026-03-27T19:21:23.328Z Downloaded sha3 v0.10.8
13252026-03-27T19:21:23.336Z Downloaded rustls v0.23.37
13262026-03-27T19:21:23.343Z Downloaded regex-syntax v0.8.10
13272026-03-27T19:21:23.418Z Downloaded sqlparser v0.61.0
13282026-03-27T19:21:23.476Z Downloaded sled v0.34.7
13292026-03-27T19:21:23.482Z Downloaded typify-impl v0.6.1
13302026-03-27T19:21:23.490Z Downloaded ratatui v0.29.0
13312026-03-27T19:21:23.571Z Downloaded regex-automata v0.4.14
13322026-03-27T19:21:23.628Z Downloaded jiff v0.2.21
13332026-03-27T19:21:23.650Z Downloaded lzma-sys v0.1.20
13342026-03-27T19:21:23.701Z Downloaded petgraph v0.8.3
13352026-03-27T19:21:23.715Z Downloaded libz-sys v1.1.24
13362026-03-27T19:21:23.727Z Downloaded csv v1.4.0
13372026-03-27T19:21:23.740Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-27T19:21:23.758Z Downloaded tokio v1.49.0
13392026-03-27T19:21:23.840Z Downloaded encoding_rs v0.8.35
13402026-03-27T19:21:23.873Z Downloaded ring v0.17.14
13412026-03-27T19:21:23.907Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-27T19:21:24.028Z Downloaded aws-lc-sys v0.37.1
13432026-03-27T19:21:24.294Z Compiling libc v0.2.180
13442026-03-27T19:21:24.298Z Compiling serde v1.0.228
13452026-03-27T19:21:24.298Z Compiling log v0.4.29
13462026-03-27T19:21:24.298Z Compiling shlex v1.3.0
13472026-03-27T19:21:24.298Z Compiling find-msvc-tools v0.1.9
13482026-03-27T19:21:24.433Z Compiling smallvec v1.15.1
13492026-03-27T19:21:24.455Z Compiling syn v2.0.117
13502026-03-27T19:21:24.471Z Compiling typenum v1.19.0
13512026-03-27T19:21:24.624Z Compiling generic-array v0.14.7
13522026-03-27T19:21:24.638Z Compiling subtle v2.6.1
13532026-03-27T19:21:24.673Z Compiling scopeguard v1.2.0
13542026-03-27T19:21:24.760Z Compiling portable-atomic v1.13.1
13552026-03-27T19:21:24.774Z Compiling lock_api v0.4.14
13562026-03-27T19:21:24.803Z Compiling const-oid v0.9.6
13572026-03-27T19:21:24.815Z Compiling critical-section v1.2.0
13582026-03-27T19:21:24.885Z Compiling zerocopy v0.8.40
13592026-03-27T19:21:24.914Z Compiling parking_lot_core v0.9.12
13602026-03-27T19:21:25.011Z Compiling serde_json v1.0.149
13612026-03-27T19:21:25.153Z Compiling pin-project-lite v0.2.17
13622026-03-27T19:21:25.263Z Compiling pkg-config v0.3.32
13632026-03-27T19:21:25.277Z Compiling getrandom v0.2.17
13642026-03-27T19:21:25.289Z Compiling jobserver v0.1.34
13652026-03-27T19:21:25.342Z Compiling errno v0.3.14
13662026-03-27T19:21:25.477Z Compiling rand_core v0.6.4
13672026-03-27T19:21:25.519Z Compiling cc v1.2.56
13682026-03-27T19:21:25.626Z Compiling signal-hook-registry v1.4.8
13692026-03-27T19:21:25.759Z Compiling mio v1.1.1
13702026-03-27T19:21:25.849Z Compiling bitflags v2.11.0
13712026-03-27T19:21:25.906Z Compiling parking_lot v0.12.5
13722026-03-27T19:21:25.991Z Compiling once_cell v1.21.3
13732026-03-27T19:21:26.038Z Compiling libm v0.2.16
13742026-03-27T19:21:26.081Z Compiling num-traits v0.2.19
13752026-03-27T19:21:26.213Z Compiling futures-core v0.3.32
13762026-03-27T19:21:26.236Z Compiling socket2 v0.6.2
13772026-03-27T19:21:26.283Z Compiling percent-encoding v2.3.2
13782026-03-27T19:21:26.363Z Compiling allocator-api2 v0.2.21
13792026-03-27T19:21:26.417Z Compiling cpufeatures v0.2.17
13802026-03-27T19:21:26.430Z Compiling futures-sink v0.3.32
13812026-03-27T19:21:26.470Z Compiling foldhash v0.2.0
13822026-03-27T19:21:26.494Z Compiling getrandom v0.4.1
13832026-03-27T19:21:26.535Z Compiling futures-channel v0.3.32
13842026-03-27T19:21:26.653Z Compiling futures-io v0.3.32
13852026-03-27T19:21:26.695Z Compiling hashbrown v0.16.1
13862026-03-27T19:21:26.714Z Compiling slab v0.4.12
13872026-03-27T19:21:26.774Z Compiling futures-task v0.3.32
13882026-03-27T19:21:26.813Z Compiling rand_core v0.10.0
13892026-03-27T19:21:26.852Z Compiling getrandom v0.3.4
13902026-03-27T19:21:26.893Z Compiling rustversion v1.0.22
13912026-03-27T19:21:26.983Z Compiling form_urlencoded v1.2.2
13922026-03-27T19:21:27.162Z Compiling cmake v0.1.57
13932026-03-27T19:21:27.185Z Compiling base64ct v1.8.3
13942026-03-27T19:21:27.289Z Compiling indexmap v2.13.0
13952026-03-27T19:21:27.487Z Compiling synstructure v0.13.2
13962026-03-27T19:21:27.519Z Compiling dunce v1.0.5
13972026-03-27T19:21:27.569Z Compiling ident_case v1.0.1
13982026-03-27T19:21:27.629Z Compiling fs_extra v1.3.0
13992026-03-27T19:21:27.696Z Compiling pem-rfc7468 v0.7.0
14002026-03-27T19:21:27.776Z Compiling flagset v0.4.7
14012026-03-27T19:21:27.842Z Compiling rand_core v0.9.5
14022026-03-27T19:21:27.896Z Compiling iana-time-zone v0.1.65
14032026-03-27T19:21:27.912Z Compiling aws-lc-sys v0.37.1
14042026-03-27T19:21:27.912Z Compiling rustix v1.1.3
14052026-03-27T19:21:27.955Z Compiling ring v0.17.14
14062026-03-27T19:21:28.013Z Compiling uuid v1.21.0
14072026-03-27T19:21:28.098Z Compiling rustc_version v0.4.1
14082026-03-27T19:21:28.102Z Compiling regex-syntax v0.8.10
14092026-03-27T19:21:28.126Z Compiling aws-lc-rs v1.16.0
14102026-03-27T19:21:28.408Z Compiling vcpkg v0.2.15
14112026-03-27T19:21:28.432Z Compiling tracing-core v0.1.36
14122026-03-27T19:21:28.728Z Compiling crossbeam-utils v0.8.21
14132026-03-27T19:21:28.960Z Compiling pest_generator v2.8.6
14142026-03-27T19:21:29.031Z Compiling serde_derive_internals v0.29.1
14152026-03-27T19:21:29.076Z Compiling serde_derive v1.0.228
14162026-03-27T19:21:29.137Z Compiling zeroize_derive v1.4.3
14172026-03-27T19:21:29.681Z Compiling zerofrom-derive v0.1.6
14182026-03-27T19:21:29.697Z Compiling yoke-derive v0.8.1
14192026-03-27T19:21:29.810Z Compiling zeroize v1.8.2
14202026-03-27T19:21:30.010Z Compiling zerocopy-derive v0.8.40
14212026-03-27T19:21:30.458Z Compiling zerovec-derive v0.11.2
14222026-03-27T19:21:30.536Z Compiling crypto-common v0.1.7
14232026-03-27T19:21:30.683Z Compiling block-buffer v0.10.4
14242026-03-27T19:21:30.855Z Compiling digest v0.10.7
14252026-03-27T19:21:30.859Z Compiling displaydoc v0.2.5
14262026-03-27T19:21:31.061Z Compiling zerofrom v0.1.6
14272026-03-27T19:21:31.110Z Compiling tokio-macros v2.6.0
14282026-03-27T19:21:31.186Z Compiling yoke v0.8.1
14292026-03-27T19:21:31.370Z Compiling hmac v0.12.1
14302026-03-27T19:21:31.529Z Compiling futures-macro v0.3.32
14312026-03-27T19:21:31.546Z Compiling zerovec v0.11.5
14322026-03-27T19:21:31.573Z Compiling zerotrie v0.2.3
14332026-03-27T19:21:31.831Z Compiling block-padding v0.3.3
14342026-03-27T19:21:31.862Z Compiling sha2 v0.10.9
14352026-03-27T19:21:31.995Z Compiling tinystr v0.8.2
14362026-03-27T19:21:32.035Z Compiling potential_utf v0.1.4
14372026-03-27T19:21:32.189Z Compiling icu_locale_core v2.1.1
14382026-03-27T19:21:32.193Z Compiling icu_collections v2.1.1
14392026-03-27T19:21:32.315Z Compiling futures-util v0.3.32
14402026-03-27T19:21:32.484Z Compiling bytes v1.11.1
14412026-03-27T19:21:32.670Z Compiling inout v0.1.4
14422026-03-27T19:21:32.836Z Compiling icu_provider v2.1.1
14432026-03-27T19:21:33.052Z Compiling tokio v1.49.0
14442026-03-27T19:21:33.085Z Compiling icu_properties v2.1.2
14452026-03-27T19:21:33.104Z Compiling icu_normalizer v2.1.1
14462026-03-27T19:21:33.129Z Compiling cipher v0.4.4
14472026-03-27T19:21:33.225Z Compiling der_derive v0.7.3
14482026-03-27T19:21:33.616Z Compiling salsa20 v0.10.2
14492026-03-27T19:21:33.754Z Compiling http v1.4.0
14502026-03-27T19:21:34.144Z Compiling idna_adapter v1.2.1
14512026-03-27T19:21:34.162Z Compiling ppv-lite86 v0.2.21
14522026-03-27T19:21:34.384Z Compiling idna v1.1.0
14532026-03-27T19:21:34.388Z Compiling der v0.7.10
14542026-03-27T19:21:34.491Z Compiling chrono v0.4.44
14552026-03-27T19:21:34.557Z Compiling pbkdf2 v0.12.2
14562026-03-27T19:21:34.673Z Compiling url v2.5.8
14572026-03-27T19:21:34.709Z Compiling thiserror-impl v2.0.18
14582026-03-27T19:21:34.971Z Compiling scrypt v0.11.0
14592026-03-27T19:21:35.220Z Compiling spki v0.7.3
14602026-03-27T19:21:35.425Z Compiling rand_chacha v0.9.0
14612026-03-27T19:21:35.451Z Compiling cbc v0.1.2
14622026-03-27T19:21:35.549Z Compiling aes v0.8.4
14632026-03-27T19:21:35.595Z Compiling rustls-pki-types v1.14.0
14642026-03-27T19:21:35.840Z Compiling openssl-sys v0.9.111
14652026-03-27T19:21:35.991Z Compiling thiserror v2.0.18
14662026-03-27T19:21:36.036Z Compiling tracing-attributes v0.1.31
14672026-03-27T19:21:36.093Z Compiling pkcs5 v0.7.1
14682026-03-27T19:21:36.107Z Compiling rand v0.9.2
14692026-03-27T19:21:36.532Z Compiling http-body v1.0.1
14702026-03-27T19:21:36.558Z Compiling untrusted v0.9.0
14712026-03-27T19:21:36.572Z Compiling syn v1.0.109
14722026-03-27T19:21:36.675Z Compiling tokio-util v0.7.18
14732026-03-27T19:21:36.679Z Compiling untrusted v0.7.1
14742026-03-27T19:21:36.810Z Compiling base64 v0.22.1
14752026-03-27T19:21:36.861Z Compiling openssl-probe v0.2.1
14762026-03-27T19:21:36.875Z Compiling httparse v1.10.1
14772026-03-27T19:21:37.031Z Compiling schemars v0.8.22
14782026-03-27T19:21:37.163Z Compiling pkcs8 v0.10.2
14792026-03-27T19:21:37.244Z Compiling schemars_derive v0.8.22
14802026-03-27T19:21:37.249Z Compiling pest_derive v2.8.6
14812026-03-27T19:21:37.298Z Compiling tracing v0.1.44
14822026-03-27T19:21:37.461Z Compiling scroll_derive v0.13.1
14832026-03-27T19:21:37.674Z Compiling darling_core v0.20.11
14842026-03-27T19:21:37.678Z Compiling try-lock v0.2.5
14852026-03-27T19:21:37.793Z Compiling tinyvec_macros v0.1.1
14862026-03-27T19:21:37.867Z Compiling dyn-clone v1.0.20
14872026-03-27T19:21:38.003Z Compiling tower-layer v0.3.3
14882026-03-27T19:21:38.034Z Compiling rustls v0.23.37
14892026-03-27T19:21:38.165Z Compiling atomic-waker v1.1.2
14902026-03-27T19:21:38.206Z Compiling tower-service v0.3.3
14912026-03-27T19:21:38.250Z Compiling scroll v0.13.0
14922026-03-27T19:21:38.286Z Compiling h2 v0.4.13
14932026-03-27T19:21:38.300Z Compiling tinyvec v1.10.0
14942026-03-27T19:21:38.511Z Compiling want v0.3.1
14952026-03-27T19:21:38.670Z Compiling ipnet v2.11.0
14962026-03-27T19:21:38.878Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-27T19:21:38.952Z Compiling spin v0.9.8
14982026-03-27T19:21:39.154Z Compiling aho-corasick v1.1.4
14992026-03-27T19:21:39.182Z Compiling powerfmt v0.2.0
15002026-03-27T19:21:39.277Z Compiling num-conv v0.2.0
15012026-03-27T19:21:39.407Z Compiling time-core v0.1.8
15022026-03-27T19:21:39.408Z Compiling openssl v0.10.75
15032026-03-27T19:21:39.568Z Compiling pin-utils v0.1.0
15042026-03-27T19:21:39.639Z Compiling crc32fast v1.5.0
15052026-03-27T19:21:39.653Z Compiling foreign-types-shared v0.1.1
15062026-03-27T19:21:39.741Z Compiling httpdate v1.0.3
15072026-03-27T19:21:39.796Z Compiling tempfile v3.25.0
15082026-03-27T19:21:39.954Z Compiling foreign-types v0.3.2
15092026-03-27T19:21:39.968Z Compiling regex-automata v0.4.14
15102026-03-27T19:21:39.988Z Compiling darling_macro v0.20.11
15112026-03-27T19:21:40.048Z Compiling time-macros v0.2.27
15122026-03-27T19:21:40.164Z Compiling deranged v0.5.8
15132026-03-27T19:21:40.458Z Compiling darling v0.20.11
15142026-03-27T19:21:40.861Z Compiling goblin v0.10.5
15152026-03-27T19:21:41.131Z Compiling openssl-macros v0.1.1
15162026-03-27T19:21:41.517Z Compiling hyper v1.8.1
15172026-03-27T19:21:41.636Z Compiling thiserror-impl v1.0.69
15182026-03-27T19:21:42.219Z Compiling wait-timeout v0.2.1
15192026-03-27T19:21:42.481Z Compiling usdt-impl v0.6.0
15202026-03-27T19:21:42.509Z Compiling either v1.15.0
15212026-03-27T19:21:42.685Z Compiling bit-vec v0.8.0
15222026-03-27T19:21:42.712Z Compiling siphasher v1.0.2
15232026-03-27T19:21:42.876Z Compiling quick-error v1.2.3
15242026-03-27T19:21:42.899Z Compiling simd-adler32 v0.3.8
15252026-03-27T19:21:42.918Z Compiling num_threads v0.1.7
15262026-03-27T19:21:42.982Z Compiling native-tls v0.2.18
15272026-03-27T19:21:43.014Z Compiling time v0.3.47
15282026-03-27T19:21:43.089Z Compiling rusty-fork v0.3.1
15292026-03-27T19:21:43.135Z Compiling thiserror v1.0.69
15302026-03-27T19:21:43.196Z Compiling bit-set v0.8.0
15312026-03-27T19:21:43.257Z Compiling hyper-util v0.1.20
15322026-03-27T19:21:43.396Z Compiling derive_builder_core v0.20.2
15332026-03-27T19:21:44.008Z Compiling dof v0.4.0
15342026-03-27T19:21:44.482Z Compiling unicode-normalization v0.1.25
15352026-03-27T19:21:44.641Z Compiling crossbeam-epoch v0.9.18
15362026-03-27T19:21:44.937Z Compiling dtrace-parser v0.3.0
15372026-03-27T19:21:44.967Z Compiling rustls-native-certs v0.8.3
15382026-03-27T19:21:45.010Z Compiling signature v2.2.0
15392026-03-27T19:21:45.074Z Compiling scroll_derive v0.12.1
15402026-03-27T19:21:45.189Z Compiling heapless v0.7.17
15412026-03-27T19:21:45.236Z Compiling rand_xorshift v0.4.0
15422026-03-27T19:21:45.260Z Compiling slog v2.8.2
15432026-03-27T19:21:45.396Z Compiling darling_core v0.21.3
15442026-03-27T19:21:45.425Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-27T19:21:45.443Z Compiling sync_wrapper v1.0.2
15462026-03-27T19:21:45.550Z Compiling thread-id v5.1.0
15472026-03-27T19:21:45.633Z Compiling cookie v0.18.1
15482026-03-27T19:21:45.675Z Compiling unarray v0.1.4
15492026-03-27T19:21:45.692Z Compiling unicode-segmentation v1.12.0
15502026-03-27T19:21:45.720Z Compiling zstd-safe v7.2.4
15512026-03-27T19:21:45.782Z Compiling anyhow v1.0.102
15522026-03-27T19:21:45.810Z Compiling rayon-core v1.13.0
15532026-03-27T19:21:45.913Z Compiling adler2 v2.0.1
15542026-03-27T19:21:45.982Z Compiling signal-hook v0.3.18
15552026-03-27T19:21:46.044Z Compiling unicode-properties v0.1.4
15562026-03-27T19:21:46.070Z Compiling paste v1.0.15
15572026-03-27T19:21:46.085Z Compiling unicode-bidi v0.3.18
15582026-03-27T19:21:46.439Z Compiling miniz_oxide v0.8.9
15592026-03-27T19:21:46.445Z Compiling proptest v1.10.0
15602026-03-27T19:21:46.445Z Compiling scroll v0.12.0
15612026-03-27T19:21:46.612Z Compiling stringprep v0.1.5
15622026-03-27T19:21:46.954Z Compiling tower v0.5.3
15632026-03-27T19:21:47.115Z Compiling crossbeam-deque v0.8.6
15642026-03-27T19:21:47.131Z Compiling derive_builder_macro v0.20.2
15652026-03-27T19:21:47.150Z Compiling ipnetwork v0.21.1
15662026-03-27T19:21:47.212Z Compiling http-body-util v0.1.3
15672026-03-27T19:21:47.301Z Compiling webpki-roots v1.0.6
15682026-03-27T19:21:47.416Z Compiling rand_chacha v0.3.1
15692026-03-27T19:21:47.419Z Compiling serde_spanned v0.6.9
15702026-03-27T19:21:47.449Z Compiling erased-serde v0.3.31
15712026-03-27T19:21:47.530Z Compiling toml_datetime v0.6.11
15722026-03-27T19:21:47.572Z Compiling serde_tokenstream v0.2.3
15732026-03-27T19:21:47.587Z Compiling md-5 v0.10.6
15742026-03-27T19:21:47.747Z Compiling zerocopy-derive v0.7.35
15752026-03-27T19:21:47.787Z Compiling curve25519-dalek v4.1.3
15762026-03-27T19:21:47.869Z Compiling darling_macro v0.21.3
15772026-03-27T19:21:47.883Z Compiling vergen-lib v0.1.6
15782026-03-27T19:21:47.924Z Compiling num-integer v0.1.46
15792026-03-27T19:21:48.085Z Compiling hash32 v0.2.1
15802026-03-27T19:21:48.117Z Compiling ff v0.13.1
15812026-03-27T19:21:48.231Z Compiling memoffset v0.9.1
15822026-03-27T19:21:48.245Z Compiling ref-cast v1.0.25
15832026-03-27T19:21:48.248Z Compiling num-bigint-dig v0.8.6
15842026-03-27T19:21:48.275Z Compiling iri-string v0.7.10
15852026-03-27T19:21:48.339Z Compiling cfg_aliases v0.2.1
15862026-03-27T19:21:48.416Z Compiling zlib-rs v0.6.2
15872026-03-27T19:21:48.430Z Compiling ryu v1.0.23
15882026-03-27T19:21:48.443Z Compiling psl-types v2.0.11
15892026-03-27T19:21:48.547Z Compiling smoltcp v0.9.1
15902026-03-27T19:21:48.567Z Compiling fallible-iterator v0.2.0
15912026-03-27T19:21:48.605Z Compiling litrs v1.0.0
15922026-03-27T19:21:48.608Z Compiling base16ct v0.2.0
15932026-03-27T19:21:48.791Z Compiling rustix v0.38.44
15942026-03-27T19:21:48.867Z Compiling postgres-protocol v0.6.10
15952026-03-27T19:21:48.902Z Compiling sec1 v0.7.3
15962026-03-27T19:21:49.105Z Compiling document-features v0.2.12
15972026-03-27T19:21:49.238Z Compiling newtype-uuid v1.3.2
15982026-03-27T19:21:49.242Z Compiling zerocopy v0.7.35
15992026-03-27T19:21:49.440Z Compiling tower-http v0.6.8
16002026-03-27T19:21:49.632Z Compiling serde_urlencoded v0.7.1
16012026-03-27T19:21:49.745Z Compiling publicsuffix v2.3.0
16022026-03-27T19:21:49.827Z Compiling nix v0.31.1
16032026-03-27T19:21:49.842Z Compiling darling v0.21.3
16042026-03-27T19:21:49.873Z Compiling group v0.13.0
16052026-03-27T19:21:49.915Z Compiling num-iter v0.1.45
16062026-03-27T19:21:50.038Z Compiling rand v0.8.5
16072026-03-27T19:21:50.051Z Compiling derive_builder v0.20.2
16082026-03-27T19:21:50.175Z Compiling oxnet v0.1.4
16092026-03-27T19:21:50.360Z Compiling proc-macro-error v1.0.4
16102026-03-27T19:21:50.514Z Compiling tokio-native-tls v0.3.1
16112026-03-27T19:21:50.660Z Compiling goblin v0.8.2
16122026-03-27T19:21:51.028Z Compiling heck v0.4.1
16132026-03-27T19:21:51.155Z Compiling phf_shared v0.13.1
16142026-03-27T19:21:51.250Z Compiling hubpack_derive v0.1.1
16152026-03-27T19:21:51.267Z Compiling regex v1.12.3
16162026-03-27T19:21:51.354Z Compiling flate2 v1.1.9
16172026-03-27T19:21:51.393Z Compiling lazy_static v1.5.0
16182026-03-27T19:21:51.487Z Compiling cargo-platform v0.1.9
16192026-03-27T19:21:51.668Z Compiling hkdf v0.12.4
16202026-03-27T19:21:51.685Z Compiling crypto-bigint v0.5.5
16212026-03-27T19:21:51.699Z Compiling terminal_size v0.4.3
16222026-03-27T19:21:51.742Z Compiling async-trait v0.1.89
16232026-03-27T19:21:51.756Z Compiling ref-cast-impl v1.0.25
16242026-03-27T19:21:51.818Z Compiling strum_macros v0.27.2
16252026-03-27T19:21:51.836Z Compiling daft-derive v0.1.5
16262026-03-27T19:21:52.314Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-27T19:21:52.546Z Compiling vergen v9.0.6
16282026-03-27T19:21:52.731Z Compiling fs-err v3.3.0
16292026-03-27T19:21:52.754Z Compiling ahash v0.8.12
16302026-03-27T19:21:52.928Z Compiling winnow v0.5.40
16312026-03-27T19:21:52.956Z Compiling object v0.37.3
16322026-03-27T19:21:52.965Z Compiling libbz2-rs-sys v0.2.2
16332026-03-27T19:21:53.220Z Compiling foldhash v0.1.5
16342026-03-27T19:21:53.403Z Compiling managed v0.8.0
16352026-03-27T19:21:53.615Z Compiling bumpalo v3.20.2
16362026-03-27T19:21:53.650Z Compiling bitflags v1.3.2
16372026-03-27T19:21:53.775Z Compiling console v0.16.2
16382026-03-27T19:21:53.789Z Compiling strum v0.27.2
16392026-03-27T19:21:53.873Z Compiling zopfli v0.8.3
16402026-03-27T19:21:53.923Z Compiling bzip2 v0.6.1
16412026-03-27T19:21:54.129Z Compiling hashbrown v0.15.5
16422026-03-27T19:21:54.216Z Compiling toml_edit v0.19.15
16432026-03-27T19:21:54.421Z Compiling clap_builder v4.5.60
16442026-03-27T19:21:54.565Z Compiling dof v0.3.0
16452026-03-27T19:21:54.695Z Compiling elliptic-curve v0.13.8
16462026-03-27T19:21:54.714Z Compiling daft v0.1.5
16472026-03-27T19:21:55.093Z Compiling hubpack v0.1.2
16482026-03-27T19:21:55.109Z Compiling cargo_metadata v0.19.2
16492026-03-27T19:21:55.314Z Compiling phf v0.13.1
16502026-03-27T19:21:55.482Z Compiling zone_cfg_derive v0.3.1
16512026-03-27T19:21:56.106Z Compiling cookie_store v0.22.1
16522026-03-27T19:21:56.453Z Compiling signal-hook-mio v0.2.5
16532026-03-27T19:21:56.754Z Compiling zstd v0.13.3
16542026-03-27T19:21:56.860Z Compiling hyper-tls v0.6.0
16552026-03-27T19:21:56.937Z Compiling rayon v1.11.0
16562026-03-27T19:21:57.020Z Compiling bzip2 v0.4.4
16572026-03-27T19:21:57.104Z Compiling serde_with_macros v3.17.0
16582026-03-27T19:21:57.318Z Compiling postgres-types v0.2.12
16592026-03-27T19:21:57.377Z Compiling usdt-attr-macro v0.6.0
16602026-03-27T19:21:57.413Z Compiling usdt-macro v0.6.0
16612026-03-27T19:21:57.857Z Compiling ed25519 v2.2.3
16622026-03-27T19:21:58.154Z Compiling dtrace-parser v0.2.0
16632026-03-27T19:21:58.170Z Compiling phf_shared v0.11.3
16642026-03-27T19:21:58.212Z Compiling itertools v0.12.1
16652026-03-27T19:21:58.350Z Compiling bstr v1.12.1
16662026-03-27T19:21:58.436Z Compiling pkcs1 v0.7.5
16672026-03-27T19:21:58.654Z Compiling hex v0.4.3
16682026-03-27T19:21:58.763Z Compiling serde-big-array v0.5.1
16692026-03-27T19:21:58.833Z Compiling rfc6979 v0.4.0
16702026-03-27T19:21:58.904Z Compiling enum-as-inner v0.6.1
16712026-03-27T19:21:58.904Z Compiling clap_derive v4.5.55
16722026-03-27T19:21:58.931Z Compiling strum_macros v0.26.4
16732026-03-27T19:21:58.954Z Compiling serde_repr v0.1.20
16742026-03-27T19:21:58.997Z Compiling float-cmp v0.10.0
16752026-03-27T19:21:59.145Z Compiling memmap2 v0.9.10
16762026-03-27T19:21:59.412Z Compiling thread-id v4.2.2
16772026-03-27T19:21:59.430Z Compiling env_filter v1.0.0
16782026-03-27T19:21:59.473Z Compiling encoding_rs v0.8.35
16792026-03-27T19:21:59.498Z Compiling mime v0.3.17
16802026-03-27T19:21:59.512Z Compiling data-encoding v2.10.0
16812026-03-27T19:21:59.731Z Compiling normalize-line-endings v0.3.0
16822026-03-27T19:21:59.757Z Compiling unit-prefix v0.5.2
16832026-03-27T19:21:59.830Z Compiling predicates-core v1.0.10
16842026-03-27T19:21:59.912Z Compiling rustc-hash v2.1.1
16852026-03-27T19:22:00.010Z Compiling new_debug_unreachable v1.0.6
16862026-03-27T19:22:00.041Z Compiling jiff v0.2.21
16872026-03-27T19:22:00.087Z Compiling precomputed-hash v0.1.1
16882026-03-27T19:22:00.181Z Compiling fixedbitset v0.4.2
16892026-03-27T19:22:00.217Z Compiling whoami v2.1.0
16902026-03-27T19:22:00.400Z Compiling fixedbitset v0.5.7
16912026-03-27T19:22:00.596Z Compiling difflib v0.4.0
16922026-03-27T19:22:00.702Z Compiling static_assertions v1.1.0
16932026-03-27T19:22:00.716Z Compiling keccak v0.1.6
16942026-03-27T19:22:00.730Z Compiling clap v4.5.60
16952026-03-27T19:22:00.779Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-03-27T19:22:00.813Z Compiling strum v0.26.3
16972026-03-27T19:22:00.912Z Compiling sha3 v0.10.8
16982026-03-27T19:22:00.944Z Compiling predicates v3.1.4
16992026-03-27T19:22:01.005Z Compiling petgraph v0.8.3
17002026-03-27T19:22:01.166Z Compiling tokio-postgres v0.7.16
17012026-03-27T19:22:01.363Z Compiling petgraph v0.6.5
17022026-03-27T19:22:01.519Z Compiling string_cache v0.8.9
17032026-03-27T19:22:01.589Z Compiling iddqd v0.3.17
17042026-03-27T19:22:01.745Z Compiling toml_edit v0.22.27
17052026-03-27T19:22:02.688Z Compiling zip v4.6.1
17062026-03-27T19:22:02.802Z Compiling indicatif v0.18.4
17072026-03-27T19:22:02.906Z Compiling hickory-proto v0.25.2
17082026-03-27T19:22:03.356Z Compiling env_logger v0.11.9
17092026-03-27T19:22:03.497Z Compiling usdt-impl v0.5.0
17102026-03-27T19:22:03.639Z Compiling zone v0.3.1
17112026-03-27T19:22:03.655Z Compiling usdt v0.6.0
17122026-03-27T19:22:03.714Z Compiling ecdsa v0.16.9
17132026-03-27T19:22:03.919Z Compiling serde_with v3.17.0
17142026-03-27T19:22:04.085Z Compiling similar v2.7.0
17152026-03-27T19:22:04.101Z Compiling rsa v0.9.10
17162026-03-27T19:22:04.170Z Compiling crossterm v0.28.1
17172026-03-27T19:22:04.341Z Compiling ed25519-dalek v2.2.0
17182026-03-27T19:22:05.007Z Compiling zip v0.6.6
17192026-03-27T19:22:05.434Z Compiling toml v0.7.8
17202026-03-27T19:22:05.832Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-27T19:22:05.858Z Compiling itertools v0.13.0
17222026-03-27T19:22:05.891Z Compiling tokio-stream v0.1.18
17232026-03-27T19:22:06.042Z Compiling buf-list v1.1.2
17242026-03-27T19:22:06.327Z Compiling x509-cert v0.2.5
17252026-03-27T19:22:06.353Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-27T19:22:06.471Z Compiling openapiv3 v2.2.0
17272026-03-27T19:22:06.657Z Compiling sha1 v0.10.6
17282026-03-27T19:22:06.885Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-27T19:22:07.101Z Compiling lalrpop-util v0.19.12
17302026-03-27T19:22:07.175Z Compiling peg-runtime v0.8.5
17312026-03-27T19:22:07.299Z Compiling thread_local v1.1.9
17322026-03-27T19:22:07.465Z Compiling slog-async v2.8.0
17332026-03-27T19:22:07.495Z Compiling crossbeam-channel v0.5.15
17342026-03-27T19:22:07.558Z Compiling futures-executor v0.3.32
17352026-03-27T19:22:07.623Z Compiling filetime v0.2.27
17362026-03-27T19:22:07.780Z Compiling is-terminal v0.4.17
17372026-03-27T19:22:07.803Z Compiling take_mut v0.2.2
17382026-03-27T19:22:07.817Z Compiling xattr v1.6.1
17392026-03-27T19:22:07.876Z Compiling term v1.2.1
17402026-03-27T19:22:07.944Z Compiling futures v0.3.32
17412026-03-27T19:22:07.982Z Compiling tar v0.4.45
17422026-03-27T19:22:08.356Z Compiling slog-term v2.9.2
17432026-03-27T19:22:14.315Z Compiling rustls-webpki v0.103.9
17442026-03-27T19:22:17.112Z Compiling tokio-rustls v0.26.4
17452026-03-27T19:22:17.112Z Compiling rustls-platform-verifier v0.6.2
17462026-03-27T19:22:17.311Z Compiling hyper-rustls v0.27.7
17472026-03-27T19:22:17.514Z Compiling reqwest v0.13.2
17482026-03-27T19:22:17.514Z Compiling reqwest v0.12.28
17492026-03-27T19:22:19.644Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-27T19:22:19.861Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-27T19:22:22.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-03-27T19:22:22.818Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-27T19:22:22.873ZMar 27 19:22:22.146 INFO Starting download, target: Cockroach
17542026-03-27T19:22:22.873ZMar 27 19:22:22.147 INFO Starting download, target: Console
17552026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Starting download, target: Clickhouse
17562026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Starting download, target: DendriteStub
17572026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Starting download, target: MaghemiteMgd
17582026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Starting download, target: TransceiverControl
17592026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-27T19:22:22.876ZMar 27 19:22:22.147 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-27T19:22:23.522ZMar 27 19:22:22.794 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-27T19:22:23.731ZMar 27 19:22:23.000 INFO Download complete, target: TransceiverControl
17672026-03-27T19:22:24.025ZMar 27 19:22:23.298 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-27T19:22:24.348ZMar 27 19:22:23.619 INFO Download complete, target: Console
17692026-03-27T19:22:24.770ZMar 27 19:22:24.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-27T19:22:24.860ZMar 27 19:22:24.133 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-27T19:22:24.893ZMar 27 19:22:24.167 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-27T19:22:25.441ZMar 27 19:22:24.714 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-27T19:22:25.441ZMar 27 19:22:24.714 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-27T19:22:27.006ZMar 27 19:22:26.277 INFO Download complete, target: DendriteStub
17752026-03-27T19:22:27.133ZMar 27 19:22:26.405 INFO Download complete, target: MaghemiteMgd
17762026-03-27T19:22:29.975ZMar 27 19:22:29.248 INFO Checking that binary works, target: Cockroach
17772026-03-27T19:22:30.069ZMar 27 19:22:29.342 INFO Download complete, target: Cockroach
17782026-03-27T19:22:31.556ZMar 27 19:22:30.829 INFO Checking that binary works, target: Clickhouse
17792026-03-27T19:22:31.835ZMar 27 19:22:31.107 INFO Download complete, target: Clickhouse
17802026-03-27T19:22:31.998ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-27T19:22:32.002Z
17822026-03-27T19:22:32.002Zreal 3:03.960793461
17832026-03-27T19:22:32.002Zuser 7:16.188921877
17842026-03-27T19:22:32.002Zsys 1:24.626869661
17852026-03-27T19:22:32.002Ztrap 0.218487904
17862026-03-27T19:22:32.002Ztflt 2.418258132
17872026-03-27T19:22:32.003Zdflt 3.851702531
17882026-03-27T19:22:32.003Zkflt 0.140695413
17892026-03-27T19:22:32.003Zlock 22:32.218291292
17902026-03-27T19:22:32.003Zslp 22:56.719190262
17912026-03-27T19:22:32.003Zlat 39.685885171
17922026-03-27T19:22:32.003Zstop 1:56.788865794
17932026-03-27T19:22:32.003Z+ banner hack-check
17942026-03-27T19:22:32.003Z
17952026-03-27T19:22:32.003Z # # ## #### # # #### # # ###### #### # #
17962026-03-27T19:22:32.003Z # # # # # # # # # # # # # # # # #
17972026-03-27T19:22:32.003Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-27T19:22:32.003Z # # ###### # # # # # # # # # #
17992026-03-27T19:22:32.003Z # # # # # # # # # # # # # # # # #
18002026-03-27T19:22:32.003Z # # # # #### # # #### # # ###### #### # #
18012026-03-27T19:22:32.003Z
18022026-03-27T19:22:32.003Z+ export CARGO_INCREMENTAL=0
18032026-03-27T19:22:32.003Z+ CARGO_INCREMENTAL=0
18042026-03-27T19:22:32.003Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-27T19:22:32.534Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-27T19:22:32.750Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-27T19:22:34.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18082026-03-27T19:22:34.684Z Running `target/debug/xtask check-features --ci`
18092026-03-27T19:22:34.709Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-27T19:22:34.712Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-27T19:22:35.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-03-27T19:22:35.225Z Running `target/debug/xtask download cargo-hack`
18132026-03-27T19:22:36.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-27T19:22:36.316Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-27T19:22:38.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18162026-03-27T19:22:38.926Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-27T19:22:38.966ZMar 27 19:22:38.238 INFO Starting download, target: CargoHack
18182026-03-27T19:22:38.969ZMar 27 19:22:38.239 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-27T19:22:39.313ZMar 27 19:22:38.585 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-27T19:22:39.363ZMar 27 19:22:38.636 INFO Download complete, target: CargoHack
18212026-03-27T19:22:39.366Zrunning: "/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-27T19:22:39.378Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-27T19:22:39.526Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-27T19:22:40.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-27T19:22:40.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-27T19:22:40.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-27T19:22:40.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-03-27T19:22:40.108Z
18292026-03-27T19:22:40.108Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-27T19:22:40.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-27T19:22:40.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-27T19:22:40.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-27T19:22:40.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-03-27T19:22:40.691Z
18352026-03-27T19:22:40.691Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-27T19:22:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-27T19:22:41.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-27T19:22:41.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-27T19:22:41.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-03-27T19:22:41.271Z
18412026-03-27T19:22:41.271Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-27T19:22:41.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-27T19:22:41.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-27T19:22:41.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-27T19:22:41.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-03-27T19:22:41.855Z
18472026-03-27T19:22:41.855Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-27T19:22:42.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-27T19:22:42.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-27T19:22:42.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-27T19:22:42.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-03-27T19:22:42.440Z
18532026-03-27T19:22:42.440Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-27T19:22:42.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-27T19:22:42.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-27T19:22:42.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-27T19:22:42.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18582026-03-27T19:22:43.035Z
18592026-03-27T19:22:43.035Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-27T19:22:43.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-27T19:22:43.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-27T19:22:43.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-27T19:22:43.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18642026-03-27T19:22:43.622Z
18652026-03-27T19:22:43.622Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-27T19:22:44.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-27T19:22:44.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-27T19:22:44.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-27T19:22:44.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-03-27T19:22:44.212Z
18712026-03-27T19:22:44.212Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-27T19:22:44.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-27T19:22:44.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-27T19:22:44.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-27T19:22:44.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-03-27T19:22:44.687Z
18772026-03-27T19:22:44.687Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-27T19:22:45.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-27T19:22:45.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-27T19:22:45.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-27T19:22:45.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-03-27T19:22:45.161Z
18832026-03-27T19:22:45.161Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-27T19:22:45.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-27T19:22:45.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-27T19:22:45.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-27T19:22:45.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-03-27T19:22:45.626Z
18892026-03-27T19:22:45.626Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-27T19:22:46.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-27T19:22:46.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-27T19:22:46.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-27T19:22:46.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-03-27T19:22:46.095Z
18952026-03-27T19:22:46.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-27T19:22:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-27T19:22:46.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-27T19:22:46.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-27T19:22:46.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-03-27T19:22:46.567Z
19012026-03-27T19:22:46.567Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-27T19:22:46.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-27T19:22:46.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-27T19:22:46.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-27T19:22:46.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-03-27T19:22:47.037Z
19072026-03-27T19:22:47.037Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-27T19:22:47.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-27T19:22:47.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-27T19:22:47.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-27T19:22:47.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-03-27T19:22:47.506Z
19132026-03-27T19:22:47.506Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-27T19:22:47.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-27T19:22:47.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-27T19:22:47.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-27T19:22:47.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-03-27T19:22:47.978Z
19192026-03-27T19:22:47.978Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-27T19:22:48.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-27T19:22:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-27T19:22:48.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-27T19:22:48.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-03-27T19:22:48.444Z
19252026-03-27T19:22:48.444Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-27T19:22:48.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-27T19:22:48.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-27T19:22:48.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-27T19:22:48.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-03-27T19:22:48.912Z
19312026-03-27T19:22:48.912Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-27T19:22:49.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-27T19:22:49.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-27T19:22:49.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-27T19:22:49.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-03-27T19:22:49.378Z
19372026-03-27T19:22:49.378Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-27T19:22:49.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-27T19:22:49.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-27T19:22:49.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-27T19:22:49.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-03-27T19:22:49.853Z
19432026-03-27T19:22:49.853Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-27T19:22:50.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-27T19:22:50.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-27T19:22:50.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-27T19:22:50.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-03-27T19:22:50.322Z
19492026-03-27T19:22:50.322Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-27T19:22:50.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-27T19:22:50.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-27T19:22:50.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-27T19:22:50.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-03-27T19:22:50.796Z
19552026-03-27T19:22:50.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-27T19:22:51.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-27T19:22:51.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-27T19:22:51.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-27T19:22:51.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-03-27T19:22:51.271Z
19612026-03-27T19:22:51.271Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-27T19:22:51.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-27T19:22:51.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-27T19:22:51.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-27T19:22:51.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-03-27T19:22:51.739Z
19672026-03-27T19:22:51.739Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-27T19:22:52.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-27T19:22:52.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-27T19:22:52.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-27T19:22:52.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-03-27T19:22:52.209Z
19732026-03-27T19:22:52.209Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-27T19:22:52.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-27T19:22:52.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-27T19:22:52.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-27T19:22:52.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-03-27T19:22:52.677Z
19792026-03-27T19:22:52.677Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-27T19:22:53.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-27T19:22:53.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-27T19:22:53.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-27T19:22:53.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-03-27T19:22:53.149Z
19852026-03-27T19:22:53.149Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-27T19:22:53.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-27T19:22:53.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-27T19:22:53.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-27T19:22:53.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-03-27T19:22:53.627Z
19912026-03-27T19:22:53.627Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-27T19:22:54.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-27T19:22:54.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-27T19:22:54.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-27T19:22:54.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-03-27T19:22:54.104Z
19972026-03-27T19:22:54.104Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-27T19:22:54.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-27T19:22:54.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-27T19:22:54.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-27T19:22:54.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-03-27T19:22:54.580Z
20032026-03-27T19:22:54.580Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-27T19:22:54.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-27T19:22:54.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-27T19:22:54.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-27T19:22:54.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-03-27T19:22:55.053Z
20092026-03-27T19:22:55.053Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-27T19:22:55.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-27T19:22:55.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-27T19:22:55.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-27T19:22:55.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-03-27T19:22:55.521Z
20152026-03-27T19:22:55.521Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-27T19:22:55.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-27T19:22:55.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-27T19:22:55.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-27T19:22:55.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-03-27T19:22:55.990Z
20212026-03-27T19:22:55.991Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-27T19:22:56.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-27T19:22:56.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-27T19:22:56.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-27T19:22:56.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-03-27T19:22:56.460Z
20272026-03-27T19:22:56.461Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-27T19:22:56.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-27T19:22:56.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-27T19:22:56.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-27T19:22:56.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-03-27T19:22:56.930Z
20332026-03-27T19:22:56.930Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-27T19:22:57.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-27T19:22:57.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-27T19:22:57.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-27T19:22:57.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20382026-03-27T19:22:57.394Z
20392026-03-27T19:22:57.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-27T19:22:57.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-27T19:22:57.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-27T19:22:57.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-27T19:22:57.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-03-27T19:22:57.864Z
20452026-03-27T19:22:57.864Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-27T19:22:58.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-27T19:22:58.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-27T19:22:58.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-27T19:22:58.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-03-27T19:22:58.331Z
20512026-03-27T19:22:58.331Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-27T19:22:58.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-27T19:22:58.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-27T19:22:58.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-27T19:22:58.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-03-27T19:22:58.799Z
20572026-03-27T19:22:58.799Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-27T19:22:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-27T19:22:59.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-27T19:22:59.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-27T19:22:59.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-03-27T19:22:59.267Z
20632026-03-27T19:22:59.267Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-27T19:22:59.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-27T19:22:59.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-27T19:22:59.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-27T19:22:59.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-03-27T19:22:59.744Z
20692026-03-27T19:22:59.744Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-27T19:23:00.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-27T19:23:00.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-27T19:23:00.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-27T19:23:00.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-03-27T19:23:00.217Z
20752026-03-27T19:23:00.217Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-27T19:23:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-27T19:23:00.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-27T19:23:00.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-27T19:23:00.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-03-27T19:23:00.691Z
20812026-03-27T19:23:00.691Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-27T19:23:01.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-27T19:23:01.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-27T19:23:01.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-27T19:23:01.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20862026-03-27T19:23:01.162Z
20872026-03-27T19:23:01.162Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-27T19:23:01.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-27T19:23:01.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-27T19:23:01.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-27T19:23:01.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-03-27T19:23:01.630Z
20932026-03-27T19:23:01.630Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-27T19:23:02.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-27T19:23:02.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-27T19:23:02.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-27T19:23:02.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-03-27T19:23:02.102Z
20992026-03-27T19:23:02.102Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-27T19:23:02.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-27T19:23:02.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-27T19:23:02.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-27T19:23:02.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-03-27T19:23:02.571Z
21052026-03-27T19:23:02.571Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-27T19:23:02.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-27T19:23:02.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-27T19:23:02.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-27T19:23:02.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21102026-03-27T19:23:03.040Z
21112026-03-27T19:23:03.040Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-27T19:23:03.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-27T19:23:03.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-27T19:23:03.828Z Checking cfg-if v1.0.4
21152026-03-27T19:23:03.959Z Checking libc v0.2.180
21162026-03-27T19:23:03.963Z Checking serde_core v1.0.228
21172026-03-27T19:23:03.980Z Checking memchr v2.8.0
21182026-03-27T19:23:03.992Z Checking itoa v1.0.17
21192026-03-27T19:23:03.992Z Checking smallvec v1.15.1
21202026-03-27T19:23:04.018Z Checking log v0.4.29
21212026-03-27T19:23:04.018Z Checking zeroize v1.8.2
21222026-03-27T19:23:04.043Z Checking stable_deref_trait v1.2.1
21232026-03-27T19:23:04.115Z Checking zerofrom v0.1.6
21242026-03-27T19:23:04.133Z Checking zmij v1.0.21
21252026-03-27T19:23:04.174Z Checking percent-encoding v2.3.2
21262026-03-27T19:23:04.174Z Checking writeable v0.6.2
21272026-03-27T19:23:04.174Z Checking litemap v0.8.1
21282026-03-27T19:23:04.226Z Checking yoke v0.8.1
21292026-03-27T19:23:04.321Z Checking libm v0.2.16
21302026-03-27T19:23:04.334Z Checking scopeguard v1.2.0
21312026-03-27T19:23:04.337Z Checking icu_properties_data v2.1.2
21322026-03-27T19:23:04.360Z Checking icu_normalizer_data v2.1.1
21332026-03-27T19:23:04.372Z Checking getrandom v0.2.17
21342026-03-27T19:23:04.372Z Checking errno v0.3.14
21352026-03-27T19:23:04.397Z Checking zerovec v0.11.5
21362026-03-27T19:23:04.425Z Checking zerotrie v0.2.3
21372026-03-27T19:23:04.439Z Checking lock_api v0.4.14
21382026-03-27T19:23:04.467Z Checking subtle v2.6.1
21392026-03-27T19:23:04.494Z Checking utf8_iter v1.0.4
21402026-03-27T19:23:04.541Z Checking rand_core v0.6.4
21412026-03-27T19:23:04.634Z Checking form_urlencoded v1.2.2
21422026-03-27T19:23:04.649Z Checking rand_core v0.10.0
21432026-03-27T19:23:04.663Z Checking pin-project-lite v0.2.17
21442026-03-27T19:23:04.679Z Checking typenum v1.19.0
21452026-03-27T19:23:04.718Z Checking portable-atomic v1.13.1
21462026-03-27T19:23:04.754Z Checking critical-section v1.2.0
21472026-03-27T19:23:04.769Z Checking iana-time-zone v0.1.65
21482026-03-27T19:23:04.789Z Checking getrandom v0.4.1
21492026-03-27T19:23:04.813Z Checking tinystr v0.8.2
21502026-03-27T19:23:04.852Z Checking potential_utf v0.1.4
21512026-03-27T19:23:04.870Z Checking signal-hook-registry v1.4.8
21522026-03-27T19:23:04.932Z Checking parking_lot_core v0.9.12
21532026-03-27T19:23:04.979Z Checking icu_collections v2.1.1
21542026-03-27T19:23:04.995Z Checking icu_locale_core v2.1.1
21552026-03-27T19:23:04.999Z Checking num-traits v0.2.19
21562026-03-27T19:23:05.028Z Checking socket2 v0.6.2
21572026-03-27T19:23:05.113Z Checking once_cell v1.21.3
21582026-03-27T19:23:05.128Z Checking parking_lot v0.12.5
21592026-03-27T19:23:05.195Z Checking generic-array v0.14.7
21602026-03-27T19:23:05.265Z Checking mio v1.1.1
21612026-03-27T19:23:05.280Z Checking zerocopy v0.8.40
21622026-03-27T19:23:05.297Z Checking futures-core v0.3.32
21632026-03-27T19:23:05.312Z Checking dyn-clone v1.0.20
21642026-03-27T19:23:05.411Z Checking allocator-api2 v0.2.21
21652026-03-27T19:23:05.425Z Checking equivalent v1.0.2
21662026-03-27T19:23:05.439Z Checking serde v1.0.228
21672026-03-27T19:23:05.506Z Checking serde_json v1.0.149
21682026-03-27T19:23:05.528Z Checking bitflags v2.11.0
21692026-03-27T19:23:05.542Z Checking uuid v1.21.0
21702026-03-27T19:23:05.555Z Checking icu_provider v2.1.1
21712026-03-27T19:23:05.635Z Checking crypto-common v0.1.7
21722026-03-27T19:23:05.690Z Checking semver v1.0.27
21732026-03-27T19:23:05.706Z Checking foldhash v0.2.0
21742026-03-27T19:23:05.759Z Checking const-oid v0.9.6
21752026-03-27T19:23:05.783Z Checking icu_properties v2.1.2
21762026-03-27T19:23:05.838Z Checking bytes v1.11.1
21772026-03-27T19:23:05.853Z Checking icu_normalizer v2.1.1
21782026-03-27T19:23:05.866Z Checking chrono v0.4.44
21792026-03-27T19:23:05.898Z Checking hashbrown v0.16.1
21802026-03-27T19:23:06.155Z Checking futures-sink v0.3.32
21812026-03-27T19:23:06.172Z Checking block-buffer v0.10.4
21822026-03-27T19:23:06.256Z Checking futures-channel v0.3.32
21832026-03-27T19:23:06.259Z Checking tokio v1.49.0
21842026-03-27T19:23:06.304Z Checking futures-io v0.3.32
21852026-03-27T19:23:06.383Z Checking slab v0.4.12
21862026-03-27T19:23:06.416Z Checking futures-task v0.3.32
21872026-03-27T19:23:06.430Z Checking digest v0.10.7
21882026-03-27T19:23:06.447Z Checking thiserror v2.0.18
21892026-03-27T19:23:06.540Z Checking byteorder v1.5.0
21902026-03-27T19:23:06.555Z Checking base64 v0.22.1
21912026-03-27T19:23:06.569Z Checking futures-util v0.3.32
21922026-03-27T19:23:06.602Z Checking idna_adapter v1.2.1
21932026-03-27T19:23:06.635Z Checking indexmap v2.13.0
21942026-03-27T19:23:06.717Z Checking cpufeatures v0.2.17
21952026-03-27T19:23:06.732Z Checking idna v1.1.0
21962026-03-27T19:23:06.746Z Checking http v1.4.0
21972026-03-27T19:23:06.789Z Checking fnv v1.0.7
21982026-03-27T19:23:06.806Z Checking unicode-ident v1.0.24
21992026-03-27T19:23:06.889Z Checking tracing-core v0.1.36
22002026-03-27T19:23:06.918Z Checking proc-macro2 v1.0.106
22012026-03-27T19:23:06.993Z Checking url v2.5.8
22022026-03-27T19:23:07.200Z Checking tracing v0.1.44
22032026-03-27T19:23:07.215Z Checking thiserror v1.0.69
22042026-03-27T19:23:07.235Z Checking rustls-pki-types v1.14.0
22052026-03-27T19:23:07.310Z Checking regex-syntax v0.8.10
22062026-03-27T19:23:07.332Z Checking quote v1.0.44
22072026-03-27T19:23:07.397Z Checking untrusted v0.9.0
22082026-03-27T19:23:07.421Z Checking schemars v0.8.22
22092026-03-27T19:23:07.496Z Checking syn v2.0.117
22102026-03-27T19:23:07.510Z Checking ring v0.17.14
22112026-03-27T19:23:07.530Z Checking ipnet v2.11.0
22122026-03-27T19:23:07.785Z Checking httparse v1.10.1
22132026-03-27T19:23:07.995Z Checking http-body v1.0.1
22142026-03-27T19:23:08.043Z Checking ppv-lite86 v0.2.21
22152026-03-27T19:23:08.059Z Checking rustix v1.1.3
22162026-03-27T19:23:08.124Z Checking block-padding v0.3.3
22172026-03-27T19:23:08.260Z Checking getrandom v0.3.4
22182026-03-27T19:23:08.337Z Checking atomic-waker v1.1.2
22192026-03-27T19:23:08.408Z Checking inout v0.1.4
22202026-03-27T19:23:08.432Z Checking hmac v0.12.1
22212026-03-27T19:23:08.449Z Checking aws-lc-sys v0.37.1
22222026-03-27T19:23:08.481Z Checking aho-corasick v1.1.4
22232026-03-27T19:23:08.547Z Checking httpdate v1.0.3
22242026-03-27T19:23:08.562Z Checking tower-layer v0.3.3
22252026-03-27T19:23:08.602Z Checking untrusted v0.7.1
22262026-03-27T19:23:08.691Z Checking powerfmt v0.2.0
22272026-03-27T19:23:08.706Z Checking openssl-probe v0.2.1
22282026-03-27T19:23:08.719Z Checking try-lock v0.2.5
22292026-03-27T19:23:08.813Z Checking tower-service v0.3.3
22302026-03-27T19:23:08.826Z Checking want v0.3.1
22312026-03-27T19:23:08.843Z Checking deranged v0.5.8
22322026-03-27T19:23:08.874Z Checking cipher v0.4.4
22332026-03-27T19:23:08.902Z Checking rand_core v0.9.5
22342026-03-27T19:23:08.939Z Checking aws-lc-rs v1.16.0
22352026-03-27T19:23:08.954Z Checking time-core v0.1.8
22362026-03-27T19:23:09.080Z Checking pin-utils v0.1.0
22372026-03-27T19:23:09.100Z Checking num-conv v0.2.0
22382026-03-27T19:23:09.112Z Checking base64ct v1.8.3
22392026-03-27T19:23:09.147Z Checking regex-automata v0.4.14
22402026-03-27T19:23:09.159Z Checking num_threads v0.1.7
22412026-03-27T19:23:09.211Z Checking sha2 v0.10.9
22422026-03-27T19:23:09.244Z Checking erased-serde v0.3.31
22432026-03-27T19:23:09.339Z Checking pretty-hex v0.4.1
22442026-03-27T19:23:09.449Z Checking tokio-util v0.7.18
22452026-03-27T19:23:09.467Z Checking rand_chacha v0.9.0
22462026-03-27T19:23:09.490Z Checking ryu v1.0.23
22472026-03-27T19:23:09.625Z Checking slog v2.8.2
22482026-03-27T19:23:09.630Z Checking fastrand v2.3.0
22492026-03-27T19:23:09.667Z Checking rand v0.9.2
22502026-03-27T19:23:09.745Z Checking pem-rfc7468 v0.7.0
22512026-03-27T19:23:09.761Z Checking time v0.3.47
22522026-03-27T19:23:09.777Z Checking rustls-webpki v0.103.9
22532026-03-27T19:23:09.814Z Checking rustls-native-certs v0.8.3
22542026-03-27T19:23:09.893Z Checking http-body-util v0.1.3
22552026-03-27T19:23:09.906Z Checking ipnetwork v0.21.1
22562026-03-27T19:23:09.943Z Checking sync_wrapper v1.0.2
22572026-03-27T19:23:10.044Z Checking h2 v0.4.13
22582026-03-27T19:23:10.060Z Checking spin v0.9.8
22592026-03-27T19:23:10.108Z Checking plain v0.2.3
22602026-03-27T19:23:10.122Z Checking flagset v0.4.7
22612026-03-27T19:23:10.137Z Checking tower v0.5.3
22622026-03-27T19:23:10.192Z Checking rustls v0.23.37
22632026-03-27T19:23:10.211Z Checking serde_urlencoded v0.7.1
22642026-03-27T19:23:10.235Z Checking der v0.7.10
22652026-03-27T19:23:10.251Z Checking rand_chacha v0.3.1
22662026-03-27T19:23:10.493Z Checking webpki-roots v1.0.6
22672026-03-27T19:23:10.500Z Checking iri-string v0.7.10
22682026-03-27T19:23:10.521Z Checking ucd-trie v0.1.7
22692026-03-27T19:23:10.534Z Checking tinyvec_macros v0.1.1
22702026-03-27T19:23:10.601Z Checking tinyvec v1.10.0
22712026-03-27T19:23:10.650Z Checking pest v2.8.6
22722026-03-27T19:23:10.888Z Checking rand v0.8.5
22732026-03-27T19:23:10.910Z Checking tempfile v3.25.0
22742026-03-27T19:23:10.947Z Checking salsa20 v0.10.2
22752026-03-27T19:23:10.971Z Checking spki v0.7.3
22762026-03-27T19:23:11.078Z Checking pbkdf2 v0.12.2
22772026-03-27T19:23:11.102Z Checking unicode-width v0.2.0
22782026-03-27T19:23:11.138Z Checking foreign-types-shared v0.1.1
22792026-03-27T19:23:11.187Z Checking scrypt v0.11.0
22802026-03-27T19:23:11.221Z Checking foreign-types v0.3.2
22812026-03-27T19:23:11.293Z Checking regex v1.12.3
22822026-03-27T19:23:11.323Z Checking cbc v0.1.2
22832026-03-27T19:23:11.345Z Checking aes v0.8.4
22842026-03-27T19:23:11.397Z Checking anyhow v1.0.102
22852026-03-27T19:23:11.448Z Checking openssl-sys v0.9.111
22862026-03-27T19:23:11.469Z Checking tower-http v0.6.8
22872026-03-27T19:23:11.591Z Checking crossbeam-utils v0.8.21
22882026-03-27T19:23:11.607Z Checking oxnet v0.1.4
22892026-03-27T19:23:11.715Z Checking mime v0.3.17
22902026-03-27T19:23:11.753Z Checking pkcs5 v0.7.1
22912026-03-27T19:23:11.768Z Checking openapiv3 v2.2.0
22922026-03-27T19:23:11.846Z Checking scroll v0.12.0
22932026-03-27T19:23:11.896Z Checking encoding_rs v0.8.35
22942026-03-27T19:23:11.935Z Checking winnow v0.7.14
22952026-03-27T19:23:11.938Z Checking openssl v0.10.75
22962026-03-27T19:23:12.011Z Checking pkcs8 v0.10.2
22972026-03-27T19:23:12.071Z Checking siphasher v1.0.2
22982026-03-27T19:23:12.189Z Checking data-encoding v2.10.0
22992026-03-27T19:23:12.229Z Checking goblin v0.8.2
23002026-03-27T19:23:12.455Z Checking lazy_static v1.5.0
23012026-03-27T19:23:12.549Z Checking zerocopy v0.7.35
23022026-03-27T19:23:12.561Z Checking tokio-rustls v0.26.4
23032026-03-27T19:23:12.729Z Checking hyper v1.8.1
23042026-03-27T19:23:12.791Z Checking wait-timeout v0.2.1
23052026-03-27T19:23:12.825Z Checking bit-vec v0.8.0
23062026-03-27T19:23:12.909Z Checking bitflags v1.3.2
23072026-03-27T19:23:12.986Z Checking managed v0.8.0
23082026-03-27T19:23:13.014Z Checking quick-error v1.2.3
23092026-03-27T19:23:13.031Z Checking either v1.15.0
23102026-03-27T19:23:13.047Z Checking anstyle v1.0.13
23112026-03-27T19:23:13.092Z Checking psl-types v2.0.11
23122026-03-27T19:23:13.110Z Checking utf8parse v0.2.2
23132026-03-27T19:23:13.178Z Checking rusty-fork v0.3.1
23142026-03-27T19:23:13.207Z Checking publicsuffix v2.3.0
23152026-03-27T19:23:13.213Z Checking anstyle-parse v0.2.7
23162026-03-27T19:23:13.236Z Checking bit-set v0.8.0
23172026-03-27T19:23:13.248Z Checking dtrace-parser v0.2.0
23182026-03-27T19:23:13.341Z Checking unicode-normalization v0.1.25
23192026-03-27T19:23:13.362Z Checking cookie v0.18.1
23202026-03-27T19:23:13.377Z Checking rand_xorshift v0.4.0
23212026-03-27T19:23:13.381Z Checking sha1 v0.10.6
23222026-03-27T19:23:13.474Z Checking hex v0.4.3
23232026-03-27T19:23:13.493Z Checking thread-id v4.2.2
23242026-03-27T19:23:13.551Z Checking is_terminal_polyfill v1.70.2
23252026-03-27T19:23:13.574Z Checking anstyle-query v1.1.5
23262026-03-27T19:23:13.590Z Checking unarray v0.1.4
23272026-03-27T19:23:13.634Z Checking hyper-util v0.1.20
23282026-03-27T19:23:13.652Z Checking colorchoice v1.0.4
23292026-03-27T19:23:14.107Z Checking cookie_store v0.22.1
23302026-03-27T19:23:14.107Z Checking rustls-platform-verifier v0.6.2
23312026-03-27T19:23:14.107Z Checking proptest v1.10.0
23322026-03-27T19:23:14.107Z Checking crossbeam-epoch v0.9.18
23332026-03-27T19:23:14.107Z Checking anstream v0.6.21
23342026-03-27T19:23:14.107Z Checking terminal_size v0.4.3
23352026-03-27T19:23:14.108Z Checking native-tls v0.2.18
23362026-03-27T19:23:14.108Z Checking scroll v0.13.0
23372026-03-27T19:23:14.108Z Checking num-integer v0.1.46
23382026-03-27T19:23:14.108Z Checking simd-adler32 v0.3.8
23392026-03-27T19:23:14.108Z Checking crossbeam-deque v0.8.6
23402026-03-27T19:23:14.115Z Checking tokio-native-tls v0.3.1
23412026-03-27T19:23:14.115Z Checking dof v0.3.0
23422026-03-27T19:23:14.133Z Checking bstr v1.12.1
23432026-03-27T19:23:14.152Z Checking ref-cast v1.0.25
23442026-03-27T19:23:14.166Z Checking rustix v0.38.44
23452026-03-27T19:23:14.179Z Checking goblin v0.10.5
23462026-03-27T19:23:14.223Z Checking camino v1.2.2
23472026-03-27T19:23:14.248Z Checking crc32fast v1.5.0
23482026-03-27T19:23:14.377Z Checking usdt-impl v0.5.0
23492026-03-27T19:23:14.391Z Checking signature v2.2.0
23502026-03-27T19:23:14.466Z Checking toml_datetime v0.6.11
23512026-03-27T19:23:14.516Z Checking serde_spanned v0.6.9
23522026-03-27T19:23:14.518Z Checking ff v0.13.1
23532026-03-27T19:23:14.642Z Checking unicode-properties v0.1.4
23542026-03-27T19:23:14.645Z Checking strsim v0.11.1
23552026-03-27T19:23:14.671Z Checking clap_lex v1.0.0
23562026-03-27T19:23:14.673Z Checking base16ct v0.2.0
23572026-03-27T19:23:14.796Z Checking unicode-bidi v0.3.18
23582026-03-27T19:23:14.815Z Checking adler2 v2.0.1
23592026-03-27T19:23:14.830Z Checking sec1 v0.7.3
23602026-03-27T19:23:14.842Z Checking clap_builder v4.5.60
23612026-03-27T19:23:14.873Z Checking hyper-rustls v0.27.7
23622026-03-27T19:23:14.922Z Checking hyper-tls v0.6.0
23632026-03-27T19:23:14.950Z Checking miniz_oxide v0.8.9
23642026-03-27T19:23:15.029Z Checking group v0.13.0
23652026-03-27T19:23:15.081Z Checking reqwest v0.13.2
23662026-03-27T19:23:15.096Z Checking stringprep v0.1.5
23672026-03-27T19:23:15.099Z Checking reqwest v0.12.28
23682026-03-27T19:23:15.172Z Checking num-iter v0.1.45
23692026-03-27T19:23:15.243Z Checking rayon-core v1.13.0
23702026-03-27T19:23:15.285Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-27T19:23:15.303Z Checking dtrace-parser v0.3.0
23722026-03-27T19:23:15.466Z Checking newtype-uuid v1.3.2
23732026-03-27T19:23:15.535Z Checking hkdf v0.12.4
23742026-03-27T19:23:15.561Z Checking strum v0.26.3
23752026-03-27T19:23:15.606Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-27T19:23:15.664Z Checking hash32 v0.2.1
23772026-03-27T19:23:15.667Z Checking daft v0.1.5
23782026-03-27T19:23:15.695Z Checking md-5 v0.10.6
23792026-03-27T19:23:15.741Z Checking crypto-bigint v0.5.5
23802026-03-27T19:23:15.825Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-27T19:23:15.862Z Checking thread-id v5.1.0
23822026-03-27T19:23:15.911Z Checking zlib-rs v0.6.2
23832026-03-27T19:23:15.914Z Checking unicode-segmentation v1.12.0
23842026-03-27T19:23:15.940Z Checking fallible-iterator v0.2.0
23852026-03-27T19:23:15.954Z Checking heapless v0.7.17
23862026-03-27T19:23:16.019Z Checking zstd-safe v7.2.4
23872026-03-27T19:23:16.051Z Checking clap v4.5.60
23882026-03-27T19:23:16.130Z Checking rayon v1.11.0
23892026-03-27T19:23:16.185Z Checking itertools v0.12.1
23902026-03-27T19:23:16.209Z Checking postgres-protocol v0.6.10
23912026-03-27T19:23:16.224Z Checking phf_shared v0.13.1
23922026-03-27T19:23:16.363Z Checking console v0.16.2
23932026-03-27T19:23:16.414Z Checking curve25519-dalek v4.1.3
23942026-03-27T19:23:16.476Z Checking dof v0.4.0
23952026-03-27T19:23:16.538Z Checking memoffset v0.9.1
23962026-03-27T19:23:16.621Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-27T19:23:16.636Z Checking elliptic-curve v0.13.8
23982026-03-27T19:23:16.667Z Checking signal-hook v0.3.18
23992026-03-27T19:23:16.706Z Checking memmap2 v0.9.10
24002026-03-27T19:23:16.813Z Checking flate2 v1.1.9
24012026-03-27T19:23:16.860Z Checking libbz2-rs-sys v0.2.2
24022026-03-27T19:23:16.874Z Checking unit-prefix v0.5.2
24032026-03-27T19:23:16.945Z Checking foldhash v0.1.5
24042026-03-27T19:23:16.996Z Checking fixedbitset v0.4.2
24052026-03-27T19:23:17.178Z Checking winnow v0.5.40
24062026-03-27T19:23:17.182Z Checking bumpalo v3.20.2
24072026-03-27T19:23:17.182Z Checking usdt-impl v0.6.0
24082026-03-27T19:23:17.183Z Checking toml_write v0.1.2
24092026-03-27T19:23:17.186Z Checking petgraph v0.6.5
24102026-03-27T19:23:17.202Z Checking zone v0.3.1
24112026-03-27T19:23:17.251Z Checking bzip2 v0.6.1
24122026-03-27T19:23:17.307Z Checking zopfli v0.8.3
24132026-03-27T19:23:17.310Z Checking toml_edit v0.22.27
24142026-03-27T19:23:17.395Z Checking usdt v0.6.0
24152026-03-27T19:23:17.412Z Checking hashbrown v0.15.5
24162026-03-27T19:23:17.548Z Checking signal-hook-mio v0.2.5
24172026-03-27T19:23:17.562Z Checking bzip2 v0.4.4
24182026-03-27T19:23:17.581Z Checking indicatif v0.18.4
24192026-03-27T19:23:17.632Z Checking nix v0.31.1
24202026-03-27T19:23:17.648Z Checking postgres-types v0.2.12
24212026-03-27T19:23:17.722Z Checking phf v0.13.1
24222026-03-27T19:23:17.872Z Checking smoltcp v0.9.1
24232026-03-27T19:23:17.876Z Checking similar v2.7.0
24242026-03-27T19:23:17.951Z Checking zstd v0.13.3
24252026-03-27T19:23:17.955Z Checking num-bigint-dig v0.8.6
24262026-03-27T19:23:18.149Z Checking ed25519 v2.2.3
24272026-03-27T19:23:18.217Z Checking toml_edit v0.19.15
24282026-03-27T19:23:18.248Z Checking phf_shared v0.11.3
24292026-03-27T19:23:18.331Z Checking pkcs1 v0.7.5
24302026-03-27T19:23:18.394Z Checking tokio-stream v0.1.18
24312026-03-27T19:23:18.407Z Checking strum v0.27.2
24322026-03-27T19:23:18.428Z Checking hubpack v0.1.2
24332026-03-27T19:23:18.458Z Checking rfc6979 v0.4.0
24342026-03-27T19:23:18.512Z Checking serde-big-array v0.5.1
24352026-03-27T19:23:18.537Z Checking float-cmp v0.10.0
24362026-03-27T19:23:18.574Z Checking env_filter v1.0.0
24372026-03-27T19:23:18.587Z Checking whoami v2.1.0
24382026-03-27T19:23:18.624Z Checking new_debug_unreachable v1.0.6
24392026-03-27T19:23:18.643Z Checking static_assertions v1.1.0
24402026-03-27T19:23:18.663Z Checking normalize-line-endings v0.3.0
24412026-03-27T19:23:18.692Z Checking precomputed-hash v0.1.1
24422026-03-27T19:23:18.710Z Checking predicates-core v1.0.10
24432026-03-27T19:23:18.726Z Checking keccak v0.1.6
24442026-03-27T19:23:18.746Z Checking fixedbitset v0.5.7
24452026-03-27T19:23:18.760Z Checking rustc-hash v2.1.1
24462026-03-27T19:23:18.774Z Checking jiff v0.2.21
24472026-03-27T19:23:18.777Z Checking difflib v0.4.0
24482026-03-27T19:23:18.800Z Checking tokio-postgres v0.7.16
24492026-03-27T19:23:18.827Z Checking string_cache v0.8.9
24502026-03-27T19:23:18.868Z Checking iddqd v0.3.17
24512026-03-27T19:23:18.882Z Checking sha3 v0.10.8
24522026-03-27T19:23:18.937Z Checking petgraph v0.8.3
24532026-03-27T19:23:18.958Z Checking predicates v3.1.4
24542026-03-27T19:23:18.991Z Checking rsa v0.9.10
24552026-03-27T19:23:19.090Z Checking env_logger v0.11.9
24562026-03-27T19:23:19.245Z Checking toml v0.7.8
24572026-03-27T19:23:19.260Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24582026-03-27T19:23:19.274Z Checking ecdsa v0.16.9
24592026-03-27T19:23:19.456Z Checking ed25519-dalek v2.2.0
24602026-03-27T19:23:19.556Z Checking zip v0.6.6
24612026-03-27T19:23:19.606Z Checking crossterm v0.28.1
24622026-03-27T19:23:19.688Z Checking serde_with v3.17.0
24632026-03-27T19:23:19.703Z Checking itertools v0.13.0
24642026-03-27T19:23:19.879Z Checking hickory-proto v0.25.2
24652026-03-27T19:23:20.033Z Checking x509-cert v0.2.5
24662026-03-27T19:23:20.294Z Checking fs-err v3.3.0
24672026-03-27T19:23:20.487Z Checking ahash v0.8.12
24682026-03-27T19:23:20.594Z Checking object v0.37.3
24692026-03-27T19:23:20.666Z Checking buf-list v1.1.2
24702026-03-27T19:23:20.683Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-27T19:23:20.700Z Checking lalrpop-util v0.19.12
24722026-03-27T19:23:20.843Z Checking peg-runtime v0.8.5
24732026-03-27T19:23:20.860Z Compiling structmeta-derive v0.3.0
24742026-03-27T19:23:20.942Z Compiling rustls v0.22.4
24752026-03-27T19:23:20.960Z Checking zip v4.6.1
24762026-03-27T19:23:20.985Z Compiling newtype-uuid-macros v0.1.0
24772026-03-27T19:23:21.084Z Compiling multer v3.1.0
24782026-03-27T19:23:21.133Z Compiling async-stream-impl v0.3.6
24792026-03-27T19:23:21.320Z Checking futures-executor v0.3.32
24802026-03-27T19:23:21.447Z Checking regress v0.10.5
24812026-03-27T19:23:21.526Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-27T19:23:21.731Z Compiling dropshot v0.16.7
24832026-03-27T19:23:21.734Z Checking futures v0.3.32
24842026-03-27T19:23:21.826Z Compiling dropshot_endpoint v0.16.7
24852026-03-27T19:23:21.923Z Checking thread_local v1.1.9
24862026-03-27T19:23:21.938Z Compiling structmeta v0.3.0
24872026-03-27T19:23:21.986Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-27T19:23:22.093Z Checking crossbeam-channel v0.5.15
24892026-03-27T19:23:22.164Z Compiling derive-ex v0.1.8
24902026-03-27T19:23:22.319Z Checking is-terminal v0.4.17
24912026-03-27T19:23:22.413Z Checking take_mut v0.2.2
24922026-03-27T19:23:22.428Z Checking term v1.2.1
24932026-03-27T19:23:22.521Z Checking slog-async v2.8.0
24942026-03-27T19:23:22.655Z Checking slog-term v2.9.2
24952026-03-27T19:23:22.673Z Compiling parse-display-derive v0.10.0
24962026-03-27T19:23:22.694Z Checking rustls-webpki v0.102.8
24972026-03-27T19:23:22.855Z Checking serde_spanned v1.0.4
24982026-03-27T19:23:22.906Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992026-03-27T19:23:22.921Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-27T19:23:22.982Z Checking debug-ignore v1.0.5
25012026-03-27T19:23:23.000Z Checking match_cfg v0.1.0
25022026-03-27T19:23:23.071Z Checking hostname v0.3.1
25032026-03-27T19:23:23.088Z Checking slog-json v2.6.1
25042026-03-27T19:23:23.103Z Checking toml v0.9.12+spec-1.1.0
25052026-03-27T19:23:23.170Z Checking macaddr v1.0.1
25062026-03-27T19:23:23.245Z Checking slog-bunyan v2.5.0
25072026-03-27T19:23:23.352Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-27T19:23:23.366Z Checking async-stream v0.3.6
25092026-03-27T19:23:23.551Z Checking waitgroup v0.1.2
25102026-03-27T19:23:23.658Z Checking rustls-pemfile v2.2.0
25112026-03-27T19:23:23.681Z Checking serde_path_to_error v0.1.20
25122026-03-27T19:23:23.727Z Checking hostname v0.4.2
25132026-03-27T19:23:23.743Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-27T19:23:23.804Z Checking progenitor-client v0.13.0
25152026-03-27T19:23:23.827Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-03-27T19:23:23.842Z Compiling test-strategy v0.4.5
25172026-03-27T19:23:23.855Z Checking progenitor-client v0.10.0
25182026-03-27T19:23:23.954Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-27T19:23:23.969Z Checking backon v1.6.0
25202026-03-27T19:23:24.034Z Checking instant v0.1.13
25212026-03-27T19:23:24.079Z Checking itertools v0.14.0
25222026-03-27T19:23:24.121Z Checking backoff v0.4.0
25232026-03-27T19:23:24.136Z Checking progenitor-extras v0.1.1
25242026-03-27T19:23:24.164Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-27T19:23:24.304Z Checking heck v0.5.0
25262026-03-27T19:23:24.343Z Checking parse-display v0.10.0
25272026-03-27T19:23:24.424Z Compiling crucible-workspace-hack v0.1.0
25282026-03-27T19:23:24.507Z Checking tokio-rustls v0.25.0
25292026-03-27T19:23:24.635Z Compiling convert_case v0.4.0
25302026-03-27T19:23:24.638Z Checking secrecy v0.10.3
25312026-03-27T19:23:24.729Z Compiling prettyplease v0.2.37
25322026-03-27T19:23:24.765Z Compiling typify-impl v0.6.1
25332026-03-27T19:23:25.005Z Compiling derive_more v0.99.20
25342026-03-27T19:23:25.137Z Compiling unsafe-libyaml v0.2.11
25352026-03-27T19:23:25.318Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-03-27T19:23:25.691Z Compiling serde_yaml v0.9.34+deprecated
25372026-03-27T19:23:25.879Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25382026-03-27T19:23:26.504Z Checking half v2.7.1
25392026-03-27T19:23:26.603Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25402026-03-27T19:23:26.760Z Compiling toml_edit v0.23.10+spec-1.0.0
25412026-03-27T19:23:26.793Z Compiling thiserror-impl-no-std v2.0.2
25422026-03-27T19:23:26.978Z Checking universal-hash v0.5.1
25432026-03-27T19:23:27.466Z Compiling heapless v0.8.0
25442026-03-27T19:23:27.526Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25452026-03-27T19:23:27.738Z Checking opaque-debug v0.3.1
25462026-03-27T19:23:27.760Z Checking ciborium-io v0.2.2
25472026-03-27T19:23:27.811Z Checking poly1305 v0.8.0
25482026-03-27T19:23:27.855Z Checking ciborium-ll v0.2.2
25492026-03-27T19:23:27.976Z Checking thiserror-no-std v2.0.2
25502026-03-27T19:23:28.065Z Compiling proc-macro-crate v3.4.0
25512026-03-27T19:23:28.324Z Compiling ingot-macros v0.1.1
25522026-03-27T19:23:28.597Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25532026-03-27T19:23:28.633Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25542026-03-27T19:23:28.919Z Compiling typify-impl v0.4.3
25552026-03-27T19:23:29.194Z Checking toml v0.8.23
25562026-03-27T19:23:29.231Z Compiling typify-macro v0.6.1
25572026-03-27T19:23:29.522Z Checking num-rational v0.4.2
25582026-03-27T19:23:29.656Z Checking byte-wrapper v0.1.0
25592026-03-27T19:23:29.670Z Checking tabwriter v1.4.1
25602026-03-27T19:23:29.819Z Checking password-hash v0.5.0
25612026-03-27T19:23:29.870Z Checking chacha20 v0.9.1
25622026-03-27T19:23:30.067Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25632026-03-27T19:23:30.095Z Checking hash32 v0.3.1
25642026-03-27T19:23:30.226Z Checking blake2 v0.10.6
25652026-03-27T19:23:30.308Z Checking aead v0.5.2
25662026-03-27T19:23:30.455Z Checking num-complex v0.4.6
25672026-03-27T19:23:30.708Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-27T19:23:30.804Z Compiling smoltcp v0.11.0
25692026-03-27T19:23:30.854Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25702026-03-27T19:23:30.909Z Checking num v0.4.3
25712026-03-27T19:23:30.945Z Compiling typify v0.6.1
25722026-03-27T19:23:30.982Z Checking argon2 v0.5.3
25732026-03-27T19:23:31.057Z Checking chacha20poly1305 v0.10.1
25742026-03-27T19:23:31.097Z Checking ingot-types v0.1.2
25752026-03-27T19:23:31.167Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25762026-03-27T19:23:31.244Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25772026-03-27T19:23:31.325Z Compiling num_enum_derive v0.7.5
25782026-03-27T19:23:31.458Z Checking vsss-rs v3.3.4
25792026-03-27T19:23:31.626Z Checking ciborium v0.2.2
25802026-03-27T19:23:32.427Z Compiling usdt-attr-macro v0.5.0
25812026-03-27T19:23:32.639Z Compiling usdt-macro v0.5.0
25822026-03-27T19:23:32.656Z Checking cobs v0.3.0
25832026-03-27T19:23:32.804Z Checking memmap v0.7.0
25842026-03-27T19:23:32.942Z Compiling foreign-types-macros v0.2.3
25852026-03-27T19:23:33.060Z Checking cpufeatures v0.3.0
25862026-03-27T19:23:33.076Z Checking float-ord v0.3.2
25872026-03-27T19:23:33.134Z Checking colored v3.1.1
25882026-03-27T19:23:33.150Z Checking indent_write v2.2.0
25892026-03-27T19:23:33.183Z Checking foreign-types-shared v0.3.1
25902026-03-27T19:23:33.211Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25912026-03-27T19:23:33.276Z Checking chacha20 v0.10.0
25922026-03-27T19:23:33.349Z Checking usdt v0.5.0
25932026-03-27T19:23:33.367Z Compiling typify-macro v0.4.3
25942026-03-27T19:23:33.390Z Checking postcard v1.1.3
25952026-03-27T19:23:33.412Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25962026-03-27T19:23:33.486Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25972026-03-27T19:23:33.508Z Checking num_enum v0.7.5
25982026-03-27T19:23:33.535Z Checking foreign-types v0.5.0
25992026-03-27T19:23:33.614Z Checking ingot v0.1.1
26002026-03-27T19:23:33.630Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26012026-03-27T19:23:33.678Z Compiling progenitor-impl v0.13.0
26022026-03-27T19:23:34.059Z Compiling proc-macro-crate v1.3.1
26032026-03-27T19:23:34.475Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26042026-03-27T19:23:34.550Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26052026-03-27T19:23:34.567Z Checking cstr-argument v0.1.2
26062026-03-27T19:23:34.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-03-27T19:23:34.711Z Compiling semver v0.1.20
26082026-03-27T19:23:34.757Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26092026-03-27T19:23:34.882Z Checking swrite v0.1.0
26102026-03-27T19:23:34.961Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26112026-03-27T19:23:34.976Z Compiling rustc_version v0.1.7
26122026-03-27T19:23:35.016Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26132026-03-27T19:23:35.045Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26142026-03-27T19:23:35.067Z Compiling num_enum_derive v0.5.11
26152026-03-27T19:23:35.082Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26162026-03-27T19:23:35.186Z Checking rand v0.10.0
26172026-03-27T19:23:35.238Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-27T19:23:35.670Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-27T19:23:36.029Z Compiling pin-project-internal v1.1.11
26202026-03-27T19:23:36.094Z Checking linked-hash-map v0.5.6
26212026-03-27T19:23:36.108Z Compiling minimal-lexical v0.2.1
26222026-03-27T19:23:36.268Z Checking lru-cache v0.1.2
26232026-03-27T19:23:36.283Z Compiling progenitor-macro v0.13.0
26242026-03-27T19:23:36.390Z Compiling nom v7.1.3
26252026-03-27T19:23:36.419Z Checking num_enum v0.5.11
26262026-03-27T19:23:36.590Z Compiling newtype_derive v0.1.6
26272026-03-27T19:23:36.788Z Compiling typify v0.4.3
26282026-03-27T19:23:37.191Z Checking pin-project v1.1.11
26292026-03-27T19:23:37.320Z Checking newline-converter v0.3.0
26302026-03-27T19:23:37.429Z Checking atomicwrites v0.4.4
26312026-03-27T19:23:37.444Z Checking camino-tempfile v1.4.1
26322026-03-27T19:23:37.567Z Checking hickory-proto v0.24.4
26332026-03-27T19:23:37.609Z Checking phf_shared v0.12.1
26342026-03-27T19:23:37.753Z Checking console v0.15.11
26352026-03-27T19:23:37.769Z Checking pem v3.0.6
26362026-03-27T19:23:37.935Z Checking csv-core v0.1.13
26372026-03-27T19:23:37.986Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26382026-03-27T19:23:38.037Z Compiling snafu-derive v0.8.9
26392026-03-27T19:23:38.118Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-03-27T19:23:38.374Z Compiling derive-where v1.6.0
26412026-03-27T19:23:38.453Z Compiling async-recursion v1.1.1
26422026-03-27T19:23:39.019Z Compiling slog-dtrace v0.3.0
26432026-03-27T19:23:39.104Z Compiling owo-colors v4.3.0
26442026-03-27T19:23:39.213Z Checking resolv-conf v0.7.6
26452026-03-27T19:23:39.367Z Checking highway v1.3.0
26462026-03-27T19:23:39.385Z Compiling chrono-tz v0.10.4
26472026-03-27T19:23:39.400Z Checking unicode-width v0.1.14
26482026-03-27T19:23:39.422Z Compiling cancel-safe-futures v0.1.5
26492026-03-27T19:23:39.562Z Checking same-file v1.0.6
26502026-03-27T19:23:39.596Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26512026-03-27T19:23:39.676Z Checking hickory-resolver v0.24.4
26522026-03-27T19:23:39.688Z Compiling const_format_proc_macros v0.2.34
26532026-03-27T19:23:39.691Z Checking walkdir v2.5.0
26542026-03-27T19:23:39.715Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26552026-03-27T19:23:39.945Z Checking snafu v0.8.9
26562026-03-27T19:23:40.513Z Checking csv v1.4.0
26572026-03-27T19:23:40.513Z Checking expectorate v1.2.0
26582026-03-27T19:23:40.513Z Checking phf v0.12.1
26592026-03-27T19:23:40.513Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26602026-03-27T19:23:40.513Z Compiling progenitor-impl v0.10.0
26612026-03-27T19:23:40.520Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26622026-03-27T19:23:40.525Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26632026-03-27T19:23:40.664Z Checking tokio-dtrace v0.1.1
26642026-03-27T19:23:40.806Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26652026-03-27T19:23:40.858Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26662026-03-27T19:23:40.897Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26672026-03-27T19:23:41.079Z Checking globset v0.4.18
26682026-03-27T19:23:41.269Z Checking progenitor v0.13.0
26692026-03-27T19:23:41.335Z Checking olpc-cjson v0.1.4
26702026-03-27T19:23:41.386Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-27T19:23:41.402Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26722026-03-27T19:23:41.416Z Checking libsw-core v0.3.2
26732026-03-27T19:23:41.473Z Checking smf v0.2.3
26742026-03-27T19:23:41.525Z Checking serde_plain v1.0.2
26752026-03-27T19:23:41.613Z Checking arc-swap v1.8.2
26762026-03-27T19:23:41.707Z Compiling lzma-sys v0.1.20
26772026-03-27T19:23:41.722Z Checking sigpipe v0.1.3
26782026-03-27T19:23:41.724Z Compiling num-derive v0.4.2
26792026-03-27T19:23:41.807Z Checking typed-path v0.9.3
26802026-03-27T19:23:42.064Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-03-27T19:23:42.101Z Checking bytecount v0.6.9
26822026-03-27T19:23:42.214Z Checking glob v0.3.3
26832026-03-27T19:23:42.254Z Checking utf-8 v0.7.6
26842026-03-27T19:23:42.291Z Checking papergrid v0.11.0
26852026-03-27T19:23:42.315Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-03-27T19:23:42.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26872026-03-27T19:23:42.394Z Checking tungstenite v0.21.0
26882026-03-27T19:23:42.566Z Checking slog-scope v4.4.1
26892026-03-27T19:23:42.603Z Checking tough v0.20.0
26902026-03-27T19:23:42.663Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26912026-03-27T19:23:42.705Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-03-27T19:23:42.732Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26932026-03-27T19:23:42.824Z Checking libsw v3.5.0
26942026-03-27T19:23:42.886Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26952026-03-27T19:23:42.909Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26962026-03-27T19:23:42.968Z Checking oxide-tokio-rt v0.1.3
26972026-03-27T19:23:43.096Z Checking const_format v0.2.35
26982026-03-27T19:23:43.110Z Compiling progenitor-macro v0.10.0
26992026-03-27T19:23:43.136Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-03-27T19:23:43.151Z Checking qorb v0.4.1
27012026-03-27T19:23:43.319Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27022026-03-27T19:23:44.381Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-03-27T19:23:44.409Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-03-27T19:23:44.436Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-03-27T19:23:44.504Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-03-27T19:23:44.594Z Compiling cargo_toml v0.22.3
27072026-03-27T19:23:44.613Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27082026-03-27T19:23:44.740Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27092026-03-27T19:23:44.847Z Checking gethostname v0.5.0
27102026-03-27T19:23:44.930Z Compiling tabled_derive v0.7.0
27112026-03-27T19:23:44.946Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27122026-03-27T19:23:44.960Z Checking bcs v0.1.6
27132026-03-27T19:23:45.033Z Checking smawk v0.3.2
27142026-03-27T19:23:45.168Z Checking termtree v0.5.1
27152026-03-27T19:23:45.183Z Checking linear-map v1.2.0
27162026-03-27T19:23:45.195Z Checking unicode-linebreak v0.1.5
27172026-03-27T19:23:45.309Z Checking whoami v1.6.1
27182026-03-27T19:23:45.360Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27192026-03-27T19:23:45.410Z Checking textwrap v0.16.2
27202026-03-27T19:23:45.631Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-27T19:23:45.898Z Checking tabled v0.15.0
27222026-03-27T19:23:46.277Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27232026-03-27T19:23:46.685Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27242026-03-27T19:23:46.928Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-03-27T19:23:47.114Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-27T19:23:47.130Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-27T19:23:47.341Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-27T19:23:47.359Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27292026-03-27T19:23:47.402Z Checking steno v0.4.1
27302026-03-27T19:23:47.515Z Checking tokio-tungstenite v0.21.0
27312026-03-27T19:23:47.799Z Checking slog-stdlog v4.1.1
27322026-03-27T19:23:47.925Z Checking typeid v1.0.3
27332026-03-27T19:23:47.996Z Checking progenitor v0.10.0
27342026-03-27T19:23:48.029Z Checking humantime v2.3.0
27352026-03-27T19:23:48.062Z Checking base64 v0.21.7
27362026-03-27T19:23:48.140Z Checking xz2 v0.1.7
27372026-03-27T19:23:48.215Z Checking ron v0.12.0
27382026-03-27T19:23:48.266Z Checking slog-envlogger v2.2.0
27392026-03-27T19:23:48.302Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27402026-03-27T19:23:48.318Z Checking yasna v0.5.2
27412026-03-27T19:23:48.409Z Checking headers-core v0.3.0
27422026-03-27T19:23:48.424Z Checking filetime v0.2.27
27432026-03-27T19:23:48.519Z Checking xattr v1.6.1
27442026-03-27T19:23:48.559Z Checking base16ct v1.0.0
27452026-03-27T19:23:48.652Z Checking tar v0.4.45
27462026-03-27T19:23:48.693Z Checking headers v0.4.1
27472026-03-27T19:23:48.696Z Checking rcgen v0.12.1
27482026-03-27T19:23:48.922Z Checking subprocess v0.2.15
27492026-03-27T19:23:54.048Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-27T19:24:00.003Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-27T19:24:01.314Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-27T19:24:02.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.45s
27532026-03-27T19:24:02.708Z
27542026-03-27T19:24:02.708Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27552026-03-27T19:24:03.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-27T19:24:03.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-27T19:24:03.465Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-27T19:24:04.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
27592026-03-27T19:24:04.989Z
27602026-03-27T19:24:04.989Zinfo: running `cargo check --bins` on nexus-config (51/267)
27612026-03-27T19:24:05.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-27T19:24:05.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-27T19:24:05.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-27T19:24:05.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27652026-03-27T19:24:05.621Z
27662026-03-27T19:24:05.621Zinfo: running `cargo check --bins` on nexus-types (52/267)
27672026-03-27T19:24:06.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-27T19:24:06.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-27T19:24:06.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-27T19:24:06.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27712026-03-27T19:24:06.257Z
27722026-03-27T19:24:06.257Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27732026-03-27T19:24:06.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-27T19:24:06.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-27T19:24:06.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-27T19:24:06.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27772026-03-27T19:24:06.851Z
27782026-03-27T19:24:06.851Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27792026-03-27T19:24:07.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-27T19:24:07.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-27T19:24:07.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-27T19:24:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27832026-03-27T19:24:07.451Z
27842026-03-27T19:24:07.451Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27852026-03-27T19:24:07.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-27T19:24:07.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-27T19:24:07.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-27T19:24:07.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27892026-03-27T19:24:08.043Z
27902026-03-27T19:24:08.043Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27912026-03-27T19:24:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-27T19:24:08.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-27T19:24:08.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-27T19:24:08.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27952026-03-27T19:24:08.636Z
27962026-03-27T19:24:08.636Zinfo: running `cargo check --bins` on ereport-types (57/267)
27972026-03-27T19:24:09.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-27T19:24:09.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-27T19:24:09.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-27T19:24:09.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28012026-03-27T19:24:09.229Z
28022026-03-27T19:24:09.229Zinfo: running `cargo check --bins` on gateway-client (58/267)
28032026-03-27T19:24:09.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-27T19:24:09.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-27T19:24:09.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-27T19:24:09.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28072026-03-27T19:24:09.824Z
28082026-03-27T19:24:09.824Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28092026-03-27T19:24:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-27T19:24:10.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-27T19:24:10.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-27T19:24:10.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28132026-03-27T19:24:10.420Z
28142026-03-27T19:24:10.420Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28152026-03-27T19:24:10.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-27T19:24:10.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-27T19:24:10.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-27T19:24:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28192026-03-27T19:24:11.019Z
28202026-03-27T19:24:11.019Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28212026-03-27T19:24:11.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-27T19:24:11.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-27T19:24:11.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-27T19:24:11.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28252026-03-27T19:24:11.612Z
28262026-03-27T19:24:11.612Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28272026-03-27T19:24:12.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-27T19:24:12.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-27T19:24:12.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-27T19:24:12.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28312026-03-27T19:24:12.204Z
28322026-03-27T19:24:12.204Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28332026-03-27T19:24:12.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-27T19:24:12.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-27T19:24:12.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-27T19:24:12.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28372026-03-27T19:24:12.820Z
28382026-03-27T19:24:12.820Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28392026-03-27T19:24:13.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-27T19:24:13.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-27T19:24:13.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-27T19:24:13.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28432026-03-27T19:24:13.437Z
28442026-03-27T19:24:13.438Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28452026-03-27T19:24:13.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-27T19:24:13.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-27T19:24:13.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-27T19:24:13.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28492026-03-27T19:24:14.027Z
28502026-03-27T19:24:14.027Zinfo: running `cargo check --bins` on oxlog (66/267)
28512026-03-27T19:24:14.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-27T19:24:14.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-27T19:24:14.643Z Compiling newtype-uuid v1.3.2
28542026-03-27T19:24:14.850Z Compiling daft v0.1.5
28552026-03-27T19:24:15.043Z Compiling iddqd v0.3.17
28562026-03-27T19:24:15.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-27T19:24:16.177Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-27T19:24:16.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
28592026-03-27T19:24:16.613Z
28602026-03-27T19:24:16.613Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/267)
28612026-03-27T19:24:17.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-27T19:24:17.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-27T19:24:17.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-27T19:24:17.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28652026-03-27T19:24:17.219Z
28662026-03-27T19:24:17.219Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/267)
28672026-03-27T19:24:17.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-27T19:24:17.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-27T19:24:17.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-27T19:24:17.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28712026-03-27T19:24:17.822Z
28722026-03-27T19:24:17.822Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/267)
28732026-03-27T19:24:18.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-27T19:24:18.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-27T19:24:18.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-27T19:24:18.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28772026-03-27T19:24:18.427Z
28782026-03-27T19:24:18.427Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/267)
28792026-03-27T19:24:18.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-27T19:24:18.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-27T19:24:18.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-27T19:24:18.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-03-27T19:24:19.033Z
28842026-03-27T19:24:19.033Zinfo: running `cargo check --bins` on omicron-passwords (71/267)
28852026-03-27T19:24:19.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-27T19:24:19.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-27T19:24:19.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-27T19:24:19.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28892026-03-27T19:24:19.978Z
28902026-03-27T19:24:19.978Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/267)
28912026-03-27T19:24:20.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-27T19:24:20.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-27T19:24:20.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-27T19:24:20.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28952026-03-27T19:24:20.204Z
28962026-03-27T19:24:20.204Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/267)
28972026-03-27T19:24:20.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-27T19:24:20.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-27T19:24:20.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-27T19:24:20.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-03-27T19:24:20.796Z
29022026-03-27T19:24:20.796Zinfo: running `cargo check --bins --no-default-features` on gfss (74/267)
29032026-03-27T19:24:21.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-27T19:24:21.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-27T19:24:21.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-27T19:24:21.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29072026-03-27T19:24:21.382Z
29082026-03-27T19:24:21.382Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/267)
29092026-03-27T19:24:21.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-27T19:24:21.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-27T19:24:21.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-27T19:24:21.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29132026-03-27T19:24:21.965Z
29142026-03-27T19:24:21.965Zinfo: running `cargo check --bins` on internal-dns-types (76/267)
29152026-03-27T19:24:22.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-27T19:24:22.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-27T19:24:22.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-27T19:24:22.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-03-27T19:24:22.558Z
29202026-03-27T19:24:22.558Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/267)
29212026-03-27T19:24:23.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-27T19:24:23.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-27T19:24:23.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-27T19:24:23.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-03-27T19:24:23.159Z
29262026-03-27T19:24:23.159Zinfo: running `cargo check --bins` on nexus-types-versions (78/267)
29272026-03-27T19:24:23.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-27T19:24:23.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-27T19:24:23.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-27T19:24:23.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-03-27T19:24:23.771Z
29322026-03-27T19:24:23.771Zinfo: running `cargo check --bins` on oxql-types (79/267)
29332026-03-27T19:24:24.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-27T19:24:24.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-27T19:24:24.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-27T19:24:24.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29372026-03-27T19:24:24.370Z
29382026-03-27T19:24:24.370Zinfo: running `cargo check --bins` on oximeter-types (80/267)
29392026-03-27T19:24:24.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-27T19:24:24.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-27T19:24:24.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-27T19:24:24.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29432026-03-27T19:24:24.970Z
29442026-03-27T19:24:24.970Zinfo: running `cargo check --bins` on oximeter-types-versions (81/267)
29452026-03-27T19:24:25.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-27T19:24:25.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-27T19:24:25.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-27T19:24:25.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29492026-03-27T19:24:25.561Z
29502026-03-27T19:24:25.561Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/267)
29512026-03-27T19:24:26.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-27T19:24:26.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-27T19:24:26.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-27T19:24:26.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29552026-03-27T19:24:26.143Z
29562026-03-27T19:24:26.143Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29572026-03-27T19:24:26.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-27T19:24:26.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-27T19:24:26.802Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-27T19:24:27.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
29612026-03-27T19:24:27.507Z
29622026-03-27T19:24:27.507Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29632026-03-27T19:24:28.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-27T19:24:28.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-27T19:24:28.191Z Compiling ar_archive_writer v0.5.1
29662026-03-27T19:24:28.194Z Compiling stacker v0.1.23
29672026-03-27T19:24:28.309Z Compiling cfg_aliases v0.1.1
29682026-03-27T19:24:28.315Z Compiling convert_case v0.10.0
29692026-03-27T19:24:28.323Z Checking fd-lock v4.0.4
29702026-03-27T19:24:28.325Z Checking nibble_vec v0.1.0
29712026-03-27T19:24:28.325Z Checking vte v0.14.1
29722026-03-27T19:24:28.325Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-27T19:24:28.364Z Compiling nix v0.28.0
29742026-03-27T19:24:28.428Z Checking endian-type v0.1.2
29752026-03-27T19:24:28.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-03-27T19:24:28.481Z Checking strip-ansi-escapes v0.2.1
29772026-03-27T19:24:28.554Z Checking radix_trie v0.2.1
29782026-03-27T19:24:28.566Z Compiling peg-macros v0.8.5
29792026-03-27T19:24:28.580Z Checking winnow v0.6.26
29802026-03-27T19:24:28.607Z Compiling derive_more-impl v2.1.1
29812026-03-27T19:24:28.741Z Compiling sqlparser_derive v0.5.0
29822026-03-27T19:24:28.758Z Checking home v0.5.12
29832026-03-27T19:24:28.859Z Checking nu-ansi-term v0.50.3
29842026-03-27T19:24:28.897Z Checking unicode_categories v0.1.1
29852026-03-27T19:24:29.065Z Checking reedline v0.40.0
29862026-03-27T19:24:29.082Z Checking display-error-chain v0.2.2
29872026-03-27T19:24:29.135Z Compiling psm v0.1.30
29882026-03-27T19:24:29.450Z Checking derive_more v2.1.1
29892026-03-27T19:24:29.524Z Checking crossterm v0.29.0
29902026-03-27T19:24:29.630Z Checking rustyline v14.0.0
29912026-03-27T19:24:29.679Z Checking peg v0.8.5
29922026-03-27T19:24:29.691Z Checking sqlformat v0.3.5
29932026-03-27T19:24:29.864Z Checking recursive v0.1.1
29942026-03-27T19:24:29.952Z Checking sqlparser v0.61.0
29952026-03-27T19:24:41.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
29962026-03-27T19:24:41.240Z
29972026-03-27T19:24:41.240Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29982026-03-27T19:24:41.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-27T19:24:41.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-27T19:24:41.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-27T19:24:45.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
30022026-03-27T19:24:45.491Z
30032026-03-27T19:24:45.491Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30042026-03-27T19:24:46.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-27T19:24:46.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-27T19:24:46.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-27T19:24:48.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
30082026-03-27T19:24:48.755Z
30092026-03-27T19:24:48.755Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30102026-03-27T19:24:49.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-27T19:24:49.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-27T19:24:49.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-27T19:24:52.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
30142026-03-27T19:24:52.783Z
30152026-03-27T19:24:52.783Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30162026-03-27T19:24:53.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-27T19:24:53.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-27T19:24:53.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-27T19:24:56.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
30202026-03-27T19:24:56.843Z
30212026-03-27T19:24:56.843Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30222026-03-27T19:24:57.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-27T19:24:57.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-27T19:24:57.516Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-27T19:25:00.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
30262026-03-27T19:25:00.255Z
30272026-03-27T19:25:00.255Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30282026-03-27T19:25:00.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-27T19:25:00.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-27T19:25:00.933Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-27T19:25:03.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
30322026-03-27T19:25:03.733Z
30332026-03-27T19:25:03.733Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30342026-03-27T19:25:04.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-27T19:25:04.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-27T19:25:04.409Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-27T19:25:07.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
30382026-03-27T19:25:07.960Z
30392026-03-27T19:25:07.961Zinfo: running `cargo check --bins` on oximeter (92/267)
30402026-03-27T19:25:09.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-27T19:25:09.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-27T19:25:09.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-27T19:25:09.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-03-27T19:25:09.474Z
30452026-03-27T19:25:09.475Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30462026-03-27T19:25:09.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-27T19:25:09.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-27T19:25:09.475Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-27T19:25:09.475Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-27T19:25:09.475Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-27T19:25:09.702Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-27T19:25:13.160Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-27T19:25:13.479Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-27T19:25:14.575Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-27T19:25:15.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
30562026-03-27T19:25:15.427Z
30572026-03-27T19:25:15.427Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30582026-03-27T19:25:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-27T19:25:15.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-27T19:25:15.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-27T19:25:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-03-27T19:25:16.021Z
30632026-03-27T19:25:16.021Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30642026-03-27T19:25:16.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-27T19:25:16.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-27T19:25:16.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-27T19:25:16.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30682026-03-27T19:25:16.663Z
30692026-03-27T19:25:16.663Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30702026-03-27T19:25:17.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-27T19:25:17.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-27T19:25:17.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-27T19:25:17.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-03-27T19:25:17.268Z
30752026-03-27T19:25:17.268Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30762026-03-27T19:25:17.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-27T19:25:17.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-27T19:25:17.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-27T19:25:17.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-03-27T19:25:17.880Z
30812026-03-27T19:25:17.880Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30822026-03-27T19:25:18.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-27T19:25:18.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-27T19:25:18.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-27T19:25:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-03-27T19:25:18.484Z
30872026-03-27T19:25:18.484Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30882026-03-27T19:25:18.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-27T19:25:18.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-27T19:25:18.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-27T19:25:19.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-03-27T19:25:19.090Z
30932026-03-27T19:25:19.090Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30942026-03-27T19:25:19.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-27T19:25:19.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-27T19:25:19.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-27T19:25:19.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30982026-03-27T19:25:19.679Z
30992026-03-27T19:25:19.679Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31002026-03-27T19:25:20.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-27T19:25:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-27T19:25:20.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-27T19:25:20.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-03-27T19:25:20.280Z
31052026-03-27T19:25:20.280Zinfo: running `cargo check --bins` on update-engine (102/267)
31062026-03-27T19:25:20.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-27T19:25:20.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-27T19:25:20.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-27T19:25:20.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-03-27T19:25:20.868Z
31112026-03-27T19:25:20.868Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31122026-03-27T19:25:21.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-27T19:25:21.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-27T19:25:21.568Z Checking dropshot-api-manager-types v0.6.0
31152026-03-27T19:25:21.571Z Checking nanorand v0.7.0
31162026-03-27T19:25:21.813Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-27T19:25:21.837Z Checking flume v0.11.1
31182026-03-27T19:25:22.042Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-27T19:25:23.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
31202026-03-27T19:25:23.252Z
31212026-03-27T19:25:23.252Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31222026-03-27T19:25:23.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-27T19:25:23.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-27T19:25:23.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-27T19:25:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31262026-03-27T19:25:23.850Z
31272026-03-27T19:25:23.850Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31282026-03-27T19:25:24.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-27T19:25:24.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-27T19:25:24.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-27T19:25:24.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31322026-03-27T19:25:24.450Z
31332026-03-27T19:25:24.450Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31342026-03-27T19:25:24.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-27T19:25:24.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-27T19:25:24.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-27T19:25:24.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31382026-03-27T19:25:25.053Z
31392026-03-27T19:25:25.053Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31402026-03-27T19:25:25.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-27T19:25:25.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-27T19:25:25.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-27T19:25:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31442026-03-27T19:25:25.660Z
31452026-03-27T19:25:25.660Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31462026-03-27T19:25:26.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-27T19:25:26.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-27T19:25:26.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-27T19:25:26.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31502026-03-27T19:25:26.262Z
31512026-03-27T19:25:26.262Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31522026-03-27T19:25:26.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-27T19:25:26.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-27T19:25:26.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-27T19:25:26.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-03-27T19:25:26.873Z
31572026-03-27T19:25:26.873Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31582026-03-27T19:25:27.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-27T19:25:27.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-27T19:25:27.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-27T19:25:27.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31622026-03-27T19:25:27.476Z
31632026-03-27T19:25:27.476Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31642026-03-27T19:25:27.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-27T19:25:27.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-27T19:25:27.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-27T19:25:27.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31682026-03-27T19:25:28.064Z
31692026-03-27T19:25:28.064Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31702026-03-27T19:25:28.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-27T19:25:28.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-27T19:25:28.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-27T19:25:28.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31742026-03-27T19:25:28.664Z
31752026-03-27T19:25:28.664Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31762026-03-27T19:25:29.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-27T19:25:29.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-27T19:25:29.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-27T19:25:29.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31802026-03-27T19:25:29.271Z
31812026-03-27T19:25:29.271Zinfo: running `cargo check --bins` on installinator-client (114/267)
31822026-03-27T19:25:29.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-27T19:25:29.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-27T19:25:29.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-27T19:25:29.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31862026-03-27T19:25:29.879Z
31872026-03-27T19:25:29.879Zinfo: running `cargo check --bins` on nexus-client (115/267)
31882026-03-27T19:25:30.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-27T19:25:30.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-27T19:25:30.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-27T19:25:30.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31922026-03-27T19:25:30.518Z
31932026-03-27T19:25:30.518Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31942026-03-27T19:25:31.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-27T19:25:31.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-27T19:25:31.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-27T19:25:31.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31982026-03-27T19:25:31.155Z
31992026-03-27T19:25:31.155Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32002026-03-27T19:25:31.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-27T19:25:31.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-27T19:25:31.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-27T19:25:31.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32042026-03-27T19:25:31.741Z
32052026-03-27T19:25:31.742Zinfo: running `cargo check --bins` on oxide-client (118/267)
32062026-03-27T19:25:32.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-27T19:25:32.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-27T19:25:32.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-27T19:25:32.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32102026-03-27T19:25:32.331Z
32112026-03-27T19:25:32.332Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32122026-03-27T19:25:32.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-27T19:25:32.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-27T19:25:32.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-27T19:25:32.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32162026-03-27T19:25:32.932Z
32172026-03-27T19:25:32.932Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32182026-03-27T19:25:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-27T19:25:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-27T19:25:33.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-27T19:25:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32222026-03-27T19:25:33.520Z
32232026-03-27T19:25:33.520Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32242026-03-27T19:25:34.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-27T19:25:34.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-27T19:25:34.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-27T19:25:34.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32282026-03-27T19:25:34.131Z
32292026-03-27T19:25:34.131Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32302026-03-27T19:25:34.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-27T19:25:34.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-27T19:25:34.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-27T19:25:34.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32342026-03-27T19:25:34.755Z
32352026-03-27T19:25:34.755Zinfo: running `cargo check --bins` on installinator-common (123/267)
32362026-03-27T19:25:35.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-27T19:25:35.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-27T19:25:35.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-27T19:25:35.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32402026-03-27T19:25:35.370Z
32412026-03-27T19:25:35.370Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32422026-03-27T19:25:35.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-27T19:25:35.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-27T19:25:35.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-27T19:25:35.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32462026-03-27T19:25:35.956Z
32472026-03-27T19:25:35.956Zinfo: running `cargo check --bins` on wicket-common (125/267)
32482026-03-27T19:25:36.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-27T19:25:36.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-27T19:25:36.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-27T19:25:36.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32522026-03-27T19:25:36.567Z
32532026-03-27T19:25:36.567Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32542026-03-27T19:25:37.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-27T19:25:37.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-27T19:25:37.255Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32572026-03-27T19:25:37.370Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32582026-03-27T19:25:37.379Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32592026-03-27T19:25:37.385Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-03-27T19:25:37.392Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-27T19:25:37.401Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-03-27T19:25:37.413Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-03-27T19:25:37.424Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32642026-03-27T19:25:37.551Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-03-27T19:25:37.599Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32662026-03-27T19:25:37.623Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32672026-03-27T19:25:37.771Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32682026-03-27T19:25:37.774Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-03-27T19:25:38.532Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-03-27T19:25:43.762Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-03-27T19:25:44.384Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32722026-03-27T19:25:46.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
32732026-03-27T19:25:46.874Z
32742026-03-27T19:25:46.874Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32752026-03-27T19:25:47.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-27T19:25:47.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-27T19:25:47.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-27T19:25:47.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32792026-03-27T19:25:47.470Z
32802026-03-27T19:25:47.470Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32812026-03-27T19:25:48.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-27T19:25:48.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-27T19:25:48.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-03-27T19:25:48.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32852026-03-27T19:25:48.157Z
32862026-03-27T19:25:48.157Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32872026-03-27T19:25:48.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-03-27T19:25:48.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-03-27T19:25:48.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-03-27T19:25:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32912026-03-27T19:25:48.838Z
32922026-03-27T19:25:48.838Zinfo: running `cargo check --bins` on dns-server (130/267)
32932026-03-27T19:25:49.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-03-27T19:25:49.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-03-27T19:25:49.499Z Compiling parking_lot_core v0.8.6
32962026-03-27T19:25:49.499Z Compiling git-stub v1.0.0
32972026-03-27T19:25:49.499Z Compiling atomicwrites v0.4.4
32982026-03-27T19:25:49.502Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32992026-03-27T19:25:49.629Z Checking tagptr v0.2.0
33002026-03-27T19:25:49.637Z Checking prefix-trie v0.7.0
33012026-03-27T19:25:49.640Z Checking fxhash v0.2.1
33022026-03-27T19:25:49.640Z Checking hickory-client v0.25.2
33032026-03-27T19:25:49.748Z Compiling git-stub-vcs v0.1.0
33042026-03-27T19:25:49.760Z Checking moka v0.12.13
33052026-03-27T19:25:49.952Z Checking hickory-server v0.25.2
33062026-03-27T19:25:50.021Z Checking parking_lot v0.11.2
33072026-03-27T19:25:50.033Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33082026-03-27T19:25:50.119Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33092026-03-27T19:25:50.122Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-03-27T19:25:50.122Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33112026-03-27T19:25:50.193Z Checking sled v0.34.7
33122026-03-27T19:25:50.356Z Checking hickory-resolver v0.25.2
33132026-03-27T19:25:52.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
33142026-03-27T19:25:52.425Z
33152026-03-27T19:25:52.425Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33162026-03-27T19:25:52.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-27T19:25:52.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-27T19:25:52.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-03-27T19:25:52.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33202026-03-27T19:25:53.023Z
33212026-03-27T19:25:53.023Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33222026-03-27T19:25:53.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-03-27T19:25:53.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-03-27T19:25:53.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-03-27T19:25:53.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33262026-03-27T19:25:53.673Z
33272026-03-27T19:25:53.673Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33282026-03-27T19:25:54.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-03-27T19:25:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-03-27T19:25:54.410Z Compiling radium v0.7.0
33312026-03-27T19:25:54.530Z Compiling maybe-uninit v2.0.0
33322026-03-27T19:25:54.536Z Checking tap v1.0.1
33332026-03-27T19:25:54.546Z Compiling zerocopy-derive v0.6.6
33342026-03-27T19:25:54.555Z Compiling packed_struct v0.10.1
33352026-03-27T19:25:54.558Z Checking crc-catalog v2.4.0
33362026-03-27T19:25:54.558Z Checking funty v2.0.0
33372026-03-27T19:25:54.591Z Compiling packed_struct_codegen v0.10.1
33382026-03-27T19:25:54.620Z Checking wyz v0.5.1
33392026-03-27T19:25:54.650Z Checking crc v3.4.0
33402026-03-27T19:25:54.811Z Compiling bitfield-macros v0.19.4
33412026-03-27T19:25:54.823Z Compiling indexmap v1.9.3
33422026-03-27T19:25:54.846Z Checking nodrop v0.1.14
33432026-03-27T19:25:54.902Z Checking smallvec v0.6.14
33442026-03-27T19:25:54.906Z Checking hashbrown v0.12.3
33452026-03-27T19:25:54.943Z Checking array-init v0.0.4
33462026-03-27T19:25:54.957Z Checking bitvec v1.0.1
33472026-03-27T19:25:55.031Z Checking ron v0.8.1
33482026-03-27T19:25:55.109Z Checking hashbrown v0.13.2
33492026-03-27T19:25:55.238Z Checking serde-hex v0.1.0
33502026-03-27T19:25:55.367Z Checking zerocopy v0.6.6
33512026-03-27T19:25:55.505Z Checking bitfield v0.19.4
33522026-03-27T19:25:55.531Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33532026-03-27T19:25:55.547Z Checking crc-any v2.5.0
33542026-03-27T19:25:55.650Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-27T19:25:55.650Z Checking object v0.30.4
33562026-03-27T19:25:55.676Z Checking void v1.0.2
33572026-03-27T19:25:55.725Z Checking path-slash v0.1.5
33582026-03-27T19:25:55.742Z Checking half v1.8.3
33592026-03-27T19:25:55.765Z Checking tungstenite v0.23.0
33602026-03-27T19:25:55.777Z Checking lzss v0.8.2
33612026-03-27T19:25:55.805Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-03-27T19:25:55.926Z Checking serde_cbor v0.11.2
33632026-03-27T19:25:55.943Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33642026-03-27T19:25:55.957Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33652026-03-27T19:25:55.960Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33662026-03-27T19:25:56.118Z Checking nix v0.27.1
33672026-03-27T19:25:56.166Z Checking kstat-rs v0.2.4
33682026-03-27T19:25:56.300Z Checking serde_bytes v0.11.19
33692026-03-27T19:25:56.349Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33702026-03-27T19:25:56.366Z Checking tokio-tungstenite v0.23.1
33712026-03-27T19:25:56.469Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33722026-03-27T19:25:56.633Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33732026-03-27T19:25:56.648Z Checking signal-hook-tokio v0.3.1
33742026-03-27T19:25:57.275Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-03-27T19:25:57.556Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33762026-03-27T19:25:59.753Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-03-27T19:26:00.589Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-03-27T19:26:00.862Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33792026-03-27T19:26:01.936Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33802026-03-27T19:26:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
33812026-03-27T19:26:04.163Z
33822026-03-27T19:26:04.164Zinfo: running `cargo check --bins` on gateway-api (134/267)
33832026-03-27T19:26:04.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-27T19:26:04.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-27T19:26:04.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-27T19:26:04.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-03-27T19:26:04.765Z
33882026-03-27T19:26:04.765Zinfo: running `cargo check --bins` on ipcc (135/267)
33892026-03-27T19:26:05.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-27T19:26:05.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-27T19:26:05.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-27T19:26:05.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-03-27T19:26:05.372Z
33942026-03-27T19:26:05.372Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33952026-03-27T19:26:05.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-27T19:26:05.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-27T19:26:05.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-27T19:26:05.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-03-27T19:26:05.962Z
34002026-03-27T19:26:05.962Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
34012026-03-27T19:26:06.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-27T19:26:06.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-27T19:26:06.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-27T19:26:06.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-03-27T19:26:06.566Z
34062026-03-27T19:26:06.566Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34072026-03-27T19:26:07.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-27T19:26:07.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-27T19:26:07.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-27T19:26:07.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-03-27T19:26:07.173Z
34122026-03-27T19:26:07.173Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34132026-03-27T19:26:07.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-27T19:26:07.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-27T19:26:07.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-27T19:26:07.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-03-27T19:26:07.780Z
34182026-03-27T19:26:07.780Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34192026-03-27T19:26:08.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-27T19:26:08.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-27T19:26:08.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-27T19:26:08.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-03-27T19:26:08.384Z
34242026-03-27T19:26:08.384Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34252026-03-27T19:26:08.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-27T19:26:08.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-27T19:26:08.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-27T19:26:08.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-03-27T19:26:08.992Z
34302026-03-27T19:26:08.992Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34312026-03-27T19:26:09.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-27T19:26:09.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-27T19:26:09.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-27T19:26:09.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-03-27T19:26:09.586Z
34362026-03-27T19:26:09.586Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34372026-03-27T19:26:10.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-27T19:26:10.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-27T19:26:10.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-27T19:26:10.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-03-27T19:26:10.186Z
34422026-03-27T19:26:10.186Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34432026-03-27T19:26:10.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-27T19:26:10.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-27T19:26:10.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-27T19:26:10.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-03-27T19:26:10.784Z
34482026-03-27T19:26:10.784Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34492026-03-27T19:26:11.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-27T19:26:11.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-27T19:26:11.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-27T19:26:11.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-03-27T19:26:11.386Z
34542026-03-27T19:26:11.386Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34552026-03-27T19:26:11.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-27T19:26:11.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-27T19:26:11.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-27T19:26:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-03-27T19:26:11.989Z
34602026-03-27T19:26:11.989Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34612026-03-27T19:26:12.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-27T19:26:12.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-27T19:26:12.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-27T19:26:12.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-03-27T19:26:12.593Z
34662026-03-27T19:26:12.593Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34672026-03-27T19:26:13.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-27T19:26:13.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-27T19:26:13.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-27T19:26:13.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-03-27T19:26:13.195Z
34722026-03-27T19:26:13.195Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34732026-03-27T19:26:13.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-27T19:26:13.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-27T19:26:13.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-27T19:26:13.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-03-27T19:26:13.794Z
34782026-03-27T19:26:13.794Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34792026-03-27T19:26:14.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-27T19:26:14.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-27T19:26:14.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-27T19:26:14.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-03-27T19:26:14.397Z
34842026-03-27T19:26:14.397Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34852026-03-27T19:26:14.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-27T19:26:14.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-27T19:26:14.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-27T19:26:14.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-03-27T19:26:15.004Z
34902026-03-27T19:26:15.004Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34912026-03-27T19:26:15.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-27T19:26:15.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-27T19:26:15.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-27T19:26:15.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-03-27T19:26:15.604Z
34962026-03-27T19:26:15.604Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34972026-03-27T19:26:16.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-27T19:26:16.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-27T19:26:16.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-27T19:26:16.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-03-27T19:26:16.205Z
35022026-03-27T19:26:16.205Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
35032026-03-27T19:26:16.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-27T19:26:16.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-27T19:26:16.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-27T19:26:16.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-03-27T19:26:16.809Z
35082026-03-27T19:26:16.809Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35092026-03-27T19:26:17.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-27T19:26:17.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-27T19:26:17.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-27T19:26:17.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35132026-03-27T19:26:17.448Z
35142026-03-27T19:26:17.448Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35152026-03-27T19:26:17.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-27T19:26:17.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-27T19:26:17.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-27T19:26:17.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35192026-03-27T19:26:18.056Z
35202026-03-27T19:26:18.057Zinfo: running `cargo check --bins` on sp-sim (157/267)
35212026-03-27T19:26:18.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-27T19:26:18.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-27T19:26:18.796Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35242026-03-27T19:26:20.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
35252026-03-27T19:26:20.701Z
35262026-03-27T19:26:20.701Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35272026-03-27T19:26:21.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-27T19:26:21.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-27T19:26:21.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-27T19:26:21.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35312026-03-27T19:26:21.348Z
35322026-03-27T19:26:21.348Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35332026-03-27T19:26:21.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-27T19:26:21.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-27T19:26:21.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-27T19:26:21.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35372026-03-27T19:26:22.014Z
35382026-03-27T19:26:22.014Zinfo: running `cargo check --bins` on db-macros (160/267)
35392026-03-27T19:26:22.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-27T19:26:22.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-27T19:26:22.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-27T19:26:22.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-03-27T19:26:22.605Z
35442026-03-27T19:26:22.605Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35452026-03-27T19:26:23.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-27T19:26:23.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-27T19:26:23.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-27T19:26:23.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-03-27T19:26:23.197Z
35502026-03-27T19:26:23.197Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35512026-03-27T19:26:23.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-27T19:26:23.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-27T19:26:23.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-27T19:26:23.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-03-27T19:26:23.854Z
35562026-03-27T19:26:23.854Zinfo: running `cargo check --bins` on authz-macros (163/267)
35572026-03-27T19:26:24.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-27T19:26:24.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-27T19:26:24.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-27T19:26:24.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-03-27T19:26:24.442Z
35622026-03-27T19:26:24.442Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35632026-03-27T19:26:24.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-27T19:26:24.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-27T19:26:24.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-27T19:26:24.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35672026-03-27T19:26:25.092Z
35682026-03-27T19:26:25.092Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35692026-03-27T19:26:25.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-27T19:26:25.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-27T19:26:25.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-27T19:26:25.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35732026-03-27T19:26:25.738Z
35742026-03-27T19:26:25.738Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35752026-03-27T19:26:26.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-27T19:26:26.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-27T19:26:26.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-27T19:26:26.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-03-27T19:26:26.330Z
35802026-03-27T19:26:26.330Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35812026-03-27T19:26:26.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-27T19:26:26.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-27T19:26:26.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-27T19:26:26.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-03-27T19:26:26.917Z
35862026-03-27T19:26:26.917Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35872026-03-27T19:26:27.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-27T19:26:27.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-27T19:26:27.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-27T19:26:27.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-03-27T19:26:27.518Z
35922026-03-27T19:26:27.518Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35932026-03-27T19:26:28.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-27T19:26:28.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-27T19:26:28.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-27T19:26:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-03-27T19:26:28.113Z
35982026-03-27T19:26:28.114Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35992026-03-27T19:26:28.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-27T19:26:28.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-27T19:26:28.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-27T19:26:28.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36032026-03-27T19:26:28.697Z
36042026-03-27T19:26:28.697Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
36052026-03-27T19:26:29.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-27T19:26:29.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-27T19:26:29.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-27T19:26:29.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-03-27T19:26:29.351Z
36102026-03-27T19:26:29.351Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36112026-03-27T19:26:29.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-27T19:26:29.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-27T19:26:29.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-27T19:26:29.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36152026-03-27T19:26:30.004Z
36162026-03-27T19:26:30.004Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36172026-03-27T19:26:30.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-27T19:26:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-27T19:26:30.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-27T19:26:30.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36212026-03-27T19:26:30.650Z
36222026-03-27T19:26:30.650Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36232026-03-27T19:26:31.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-27T19:26:31.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-27T19:26:31.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-27T19:26:31.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-03-27T19:26:31.270Z
36282026-03-27T19:26:31.270Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36292026-03-27T19:26:31.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-27T19:26:31.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-27T19:26:31.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-27T19:26:31.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36332026-03-27T19:26:31.887Z
36342026-03-27T19:26:31.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36352026-03-27T19:26:32.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-27T19:26:32.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-27T19:26:32.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-27T19:26:32.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-03-27T19:26:32.502Z
36402026-03-27T19:26:32.502Zinfo: running `cargo check --bins` on key-manager (177/267)
36412026-03-27T19:26:33.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-27T19:26:33.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-27T19:26:33.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-27T19:26:33.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36452026-03-27T19:26:33.099Z
36462026-03-27T19:26:33.099Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36472026-03-27T19:26:33.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-27T19:26:33.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-27T19:26:33.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-03-27T19:26:33.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36512026-03-27T19:26:33.714Z
36522026-03-27T19:26:33.714Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36532026-03-27T19:26:34.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-03-27T19:26:34.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-03-27T19:26:34.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-03-27T19:26:34.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36572026-03-27T19:26:34.335Z
36582026-03-27T19:26:34.336Zinfo: running `cargo check --bins` on typed-rng (180/267)
36592026-03-27T19:26:34.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-03-27T19:26:34.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-03-27T19:26:34.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-03-27T19:26:34.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-03-27T19:26:34.920Z
36642026-03-27T19:26:34.920Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36652026-03-27T19:26:35.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-03-27T19:26:35.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-03-27T19:26:35.761Z Compiling libefi-sys v0.1.0
36682026-03-27T19:26:35.764Z Compiling bitfield-struct v0.6.2
36692026-03-27T19:26:35.904Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-03-27T19:26:35.913Z Compiling xshell-macros v0.2.7
36712026-03-27T19:26:35.922Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36722026-03-27T19:26:35.936Z Compiling salty v0.3.0
36732026-03-27T19:26:35.970Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36742026-03-27T19:26:35.979Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-03-27T19:26:35.979Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36762026-03-27T19:26:36.244Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36772026-03-27T19:26:36.258Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36782026-03-27T19:26:36.271Z Checking xshell v0.2.7
36792026-03-27T19:26:36.389Z Checking primeorder v0.13.6
36802026-03-27T19:26:36.423Z Compiling proc-macro-error-attr2 v2.0.0
36812026-03-27T19:26:36.438Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-03-27T19:26:36.456Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36832026-03-27T19:26:36.494Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36842026-03-27T19:26:36.547Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36852026-03-27T19:26:36.632Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36862026-03-27T19:26:36.659Z Checking p384 v0.13.1
36872026-03-27T19:26:36.679Z Compiling num-derive v0.3.3
36882026-03-27T19:26:36.733Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36892026-03-27T19:26:36.812Z Compiling proc-macro-error2 v2.0.1
36902026-03-27T19:26:36.956Z Compiling unicase v2.9.0
36912026-03-27T19:26:36.971Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36922026-03-27T19:26:37.122Z Compiling tabled_derive v0.11.0
36932026-03-27T19:26:37.157Z Compiling mime_guess v2.0.5
36942026-03-27T19:26:37.197Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36952026-03-27T19:26:37.213Z Compiling progenitor-impl v0.11.2
36962026-03-27T19:26:37.552Z Checking libscf-sys v1.1.0
36972026-03-27T19:26:37.571Z Checking papergrid v0.17.0
36982026-03-27T19:26:37.685Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36992026-03-27T19:26:37.700Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-03-27T19:26:37.824Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37012026-03-27T19:26:37.873Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-03-27T19:26:38.278Z Checking testing_table v0.3.0
37032026-03-27T19:26:38.339Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37042026-03-27T19:26:38.369Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-03-27T19:26:38.386Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37062026-03-27T19:26:38.466Z Checking corncobs v0.1.4
37072026-03-27T19:26:38.516Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37082026-03-27T19:26:38.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37092026-03-27T19:26:38.593Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37102026-03-27T19:26:38.608Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37112026-03-27T19:26:38.624Z Checking tabled v0.20.0
37122026-03-27T19:26:38.754Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37132026-03-27T19:26:38.874Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37142026-03-27T19:26:38.975Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37152026-03-27T19:26:39.006Z Checking progenitor-client v0.11.2
37162026-03-27T19:26:39.211Z Checking secrecy v0.8.0
37172026-03-27T19:26:39.240Z Checking http-range v0.1.5
37182026-03-27T19:26:39.599Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37192026-03-27T19:26:39.634Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37202026-03-27T19:26:39.667Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37212026-03-27T19:26:39.827Z Compiling progenitor-macro v0.11.2
37222026-03-27T19:26:39.831Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-03-27T19:26:39.854Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37242026-03-27T19:26:39.941Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37252026-03-27T19:26:40.201Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37262026-03-27T19:26:40.217Z Checking atty v0.2.14
37272026-03-27T19:26:40.306Z Checking crc8 v0.1.1
37282026-03-27T19:26:40.321Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37292026-03-27T19:26:40.365Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37302026-03-27T19:26:40.404Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-03-27T19:26:40.635Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37322026-03-27T19:26:40.756Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37332026-03-27T19:26:40.827Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37342026-03-27T19:26:41.088Z Checking hyper-staticfile v0.10.1
37352026-03-27T19:26:41.104Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37362026-03-27T19:26:41.171Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37372026-03-27T19:26:41.348Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-03-27T19:26:41.379Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37392026-03-27T19:26:41.589Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37402026-03-27T19:26:41.652Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37412026-03-27T19:26:41.668Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37422026-03-27T19:26:41.949Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37432026-03-27T19:26:42.039Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37442026-03-27T19:26:42.141Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37452026-03-27T19:26:42.351Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37462026-03-27T19:26:42.536Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37472026-03-27T19:26:42.633Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-03-27T19:26:42.875Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37492026-03-27T19:26:43.032Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37502026-03-27T19:26:43.447Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37512026-03-27T19:26:44.049Z Checking progenitor v0.11.2
37522026-03-27T19:26:44.190Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-03-27T19:26:49.045Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-03-27T19:26:59.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.00s
37552026-03-27T19:27:00.142Z
37562026-03-27T19:27:00.142Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37572026-03-27T19:27:00.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-27T19:27:00.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-27T19:27:00.928Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-03-27T19:27:11.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
37612026-03-27T19:27:12.060Z
37622026-03-27T19:27:12.060Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37632026-03-27T19:27:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-27T19:27:12.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-27T19:27:12.840Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-03-27T19:27:23.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
37672026-03-27T19:27:23.997Z
37682026-03-27T19:27:23.997Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37692026-03-27T19:27:24.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-27T19:27:24.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-27T19:27:24.779Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-03-27T19:27:35.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37732026-03-27T19:27:35.983Z
37742026-03-27T19:27:35.984Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37752026-03-27T19:27:36.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-27T19:27:36.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-27T19:27:36.778Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-03-27T19:27:47.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37792026-03-27T19:27:47.996Z
37802026-03-27T19:27:47.997Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37812026-03-27T19:27:48.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-27T19:27:48.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-27T19:27:48.770Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-03-27T19:27:59.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37852026-03-27T19:28:00.010Z
37862026-03-27T19:28:00.010Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37872026-03-27T19:28:00.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-27T19:28:00.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-27T19:28:00.798Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-03-27T19:28:11.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37912026-03-27T19:28:12.045Z
37922026-03-27T19:28:12.045Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37932026-03-27T19:28:12.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-27T19:28:12.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-27T19:28:12.821Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-03-27T19:28:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37972026-03-27T19:28:24.027Z
37982026-03-27T19:28:24.027Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37992026-03-27T19:28:24.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-27T19:28:24.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-27T19:28:24.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-27T19:28:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38032026-03-27T19:28:24.647Z
38042026-03-27T19:28:24.647Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
38052026-03-27T19:28:25.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-27T19:28:25.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-27T19:28:25.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-27T19:28:25.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38092026-03-27T19:28:25.247Z
38102026-03-27T19:28:25.247Zinfo: running `cargo check --bins` on range-requests (191/267)
38112026-03-27T19:28:25.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-27T19:28:25.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-27T19:28:25.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-27T19:28:25.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-03-27T19:28:25.838Z
38162026-03-27T19:28:25.838Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38172026-03-27T19:28:26.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-27T19:28:26.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-27T19:28:26.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-27T19:28:26.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-03-27T19:28:26.427Z
38222026-03-27T19:28:26.427Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38232026-03-27T19:28:26.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-27T19:28:26.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-27T19:28:26.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-27T19:28:26.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-03-27T19:28:27.047Z
38282026-03-27T19:28:27.047Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38292026-03-27T19:28:27.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-27T19:28:27.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-27T19:28:27.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-27T19:28:27.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38332026-03-27T19:28:27.659Z
38342026-03-27T19:28:27.659Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38352026-03-27T19:28:28.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-27T19:28:28.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-27T19:28:28.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-27T19:28:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38392026-03-27T19:28:28.277Z
38402026-03-27T19:28:28.277Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38412026-03-27T19:28:28.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-27T19:28:28.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-27T19:28:28.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-27T19:28:28.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-03-27T19:28:28.897Z
38462026-03-27T19:28:28.897Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38472026-03-27T19:28:29.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-27T19:28:29.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-27T19:28:29.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-27T19:28:29.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38512026-03-27T19:28:29.528Z
38522026-03-27T19:28:29.528Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38532026-03-27T19:28:30.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-27T19:28:30.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-27T19:28:30.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-03-27T19:28:30.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38572026-03-27T19:28:30.143Z
38582026-03-27T19:28:30.144Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38592026-03-27T19:28:30.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-03-27T19:28:30.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-03-27T19:28:30.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-03-27T19:28:30.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-03-27T19:28:30.766Z
38642026-03-27T19:28:30.766Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38652026-03-27T19:28:31.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-03-27T19:28:31.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-03-27T19:28:31.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-03-27T19:28:31.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38692026-03-27T19:28:31.386Z
38702026-03-27T19:28:31.386Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38712026-03-27T19:28:31.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-27T19:28:31.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-27T19:28:31.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-27T19:28:31.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-03-27T19:28:32.008Z
38762026-03-27T19:28:32.009Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38772026-03-27T19:28:32.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-27T19:28:32.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-27T19:28:32.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-27T19:28:32.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38812026-03-27T19:28:32.627Z
38822026-03-27T19:28:32.627Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38832026-03-27T19:28:33.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-27T19:28:33.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-27T19:28:33.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-27T19:28:33.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38872026-03-27T19:28:33.266Z
38882026-03-27T19:28:33.267Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38892026-03-27T19:28:33.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-27T19:28:33.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-27T19:28:33.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-27T19:28:33.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38932026-03-27T19:28:33.923Z
38942026-03-27T19:28:33.923Zinfo: running `cargo check --bins` on update-common (205/267)
38952026-03-27T19:28:34.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-27T19:28:34.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-27T19:28:34.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-03-27T19:28:34.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38992026-03-27T19:28:34.536Z
39002026-03-27T19:28:34.536Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
39012026-03-27T19:28:35.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-03-27T19:28:35.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-03-27T19:28:35.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-03-27T19:28:35.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39052026-03-27T19:28:35.190Z
39062026-03-27T19:28:35.190Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39072026-03-27T19:28:35.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-03-27T19:28:35.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-03-27T19:28:35.964Z Compiling fs-err v2.11.0
39102026-03-27T19:28:35.964Z Checking ignore v0.4.25
39112026-03-27T19:28:35.967Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39122026-03-27T19:28:36.101Z Checking predicates-tree v1.0.13
39132026-03-27T19:28:36.108Z Checking parse-size v1.1.0
39142026-03-27T19:28:36.120Z Checking rand_seeder v0.4.0
39152026-03-27T19:28:36.123Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39162026-03-27T19:28:36.143Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39172026-03-27T19:28:36.194Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39182026-03-27T19:28:36.216Z Compiling petname v2.0.2
39192026-03-27T19:28:36.251Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39202026-03-27T19:28:36.403Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39212026-03-27T19:28:36.420Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39222026-03-27T19:28:36.471Z Checking globwalk v0.9.1
39232026-03-27T19:28:36.517Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39242026-03-27T19:28:36.583Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39252026-03-27T19:28:36.648Z Checking camino-tempfile-ext v0.3.3
39262026-03-27T19:28:36.663Z Checking sapling-renderdag v0.1.0
39272026-03-27T19:28:36.768Z Checking sync-ptr v0.1.4
39282026-03-27T19:28:36.841Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39292026-03-27T19:28:36.885Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39302026-03-27T19:28:36.920Z Checking colored v2.2.0
39312026-03-27T19:28:36.974Z Checking assert_matches v1.5.0
39322026-03-27T19:28:37.189Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39332026-03-27T19:28:37.310Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39342026-03-27T19:28:37.310Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39352026-03-27T19:28:37.895Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39362026-03-27T19:28:39.167Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39372026-03-27T19:28:41.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
39382026-03-27T19:28:41.533Z
39392026-03-27T19:28:41.534Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39402026-03-27T19:28:42.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-27T19:28:42.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-27T19:28:42.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-03-27T19:28:42.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39442026-03-27T19:28:42.127Z
39452026-03-27T19:28:42.127Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39462026-03-27T19:28:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-27T19:28:42.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-27T19:28:42.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-03-27T19:28:42.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39502026-03-27T19:28:42.779Z
39512026-03-27T19:28:42.779Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39522026-03-27T19:28:43.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-27T19:28:43.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-27T19:28:43.514Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39552026-03-27T19:28:43.514Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39562026-03-27T19:28:44.152Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39572026-03-27T19:28:45.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
39582026-03-27T19:28:45.879Z
39592026-03-27T19:28:45.879Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39602026-03-27T19:28:46.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-27T19:28:46.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-27T19:28:46.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-03-27T19:28:46.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39642026-03-27T19:28:46.492Z
39652026-03-27T19:28:46.492Zinfo: running `cargo check --bins` on cert-dev (212/267)
39662026-03-27T19:28:46.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-27T19:28:47.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-27T19:28:47.109Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39692026-03-27T19:28:47.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39702026-03-27T19:28:47.548Z
39712026-03-27T19:28:47.549Zinfo: running `cargo check --bins` on clickana (213/267)
39722026-03-27T19:28:48.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-03-27T19:28:48.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-03-27T19:28:48.199Z Compiling darling_core v0.23.0
39752026-03-27T19:28:48.203Z Compiling instability v0.3.11
39762026-03-27T19:28:48.316Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39772026-03-27T19:28:48.320Z Checking castaway v0.2.4
39782026-03-27T19:28:48.323Z Compiling indoc v2.0.7
39792026-03-27T19:28:48.329Z Checking unicode-truncate v1.1.0
39802026-03-27T19:28:48.347Z Checking lru v0.12.5
39812026-03-27T19:28:48.350Z Checking cassowary v0.3.0
39822026-03-27T19:28:48.413Z Checking compact_str v0.8.1
39832026-03-27T19:28:49.266Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39842026-03-27T19:28:49.444Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39852026-03-27T19:28:49.724Z Compiling darling_macro v0.23.0
39862026-03-27T19:28:50.132Z Compiling darling v0.23.0
39872026-03-27T19:28:50.719Z Checking ratatui v0.29.0
39882026-03-27T19:28:51.773Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39892026-03-27T19:28:52.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
39902026-03-27T19:28:52.616Z
39912026-03-27T19:28:52.616Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39922026-03-27T19:28:53.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-03-27T19:28:53.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-03-27T19:28:53.345Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39952026-03-27T19:28:53.349Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39962026-03-27T19:28:53.937Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39972026-03-27T19:28:54.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
39982026-03-27T19:28:54.553Z
39992026-03-27T19:28:54.553Zinfo: running `cargo check --bins` on ch-dev (215/267)
40002026-03-27T19:28:55.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-27T19:28:55.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-27T19:28:55.298Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40032026-03-27T19:28:56.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40042026-03-27T19:28:56.227Z
40052026-03-27T19:28:56.227Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40062026-03-27T19:28:56.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-27T19:28:56.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-27T19:28:56.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-03-27T19:28:56.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40102026-03-27T19:28:56.708Z
40112026-03-27T19:28:56.708Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40122026-03-27T19:28:57.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-27T19:28:57.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-27T19:28:57.445Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40152026-03-27T19:28:57.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40162026-03-27T19:28:58.086Z
40172026-03-27T19:28:58.086Zinfo: running `cargo check --bins` on db-dev (218/267)
40182026-03-27T19:28:58.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-27T19:28:58.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-27T19:28:58.828Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40212026-03-27T19:28:59.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40222026-03-27T19:28:59.770Z
40232026-03-27T19:28:59.770Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40242026-03-27T19:29:00.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-27T19:29:00.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-27T19:29:00.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-27T19:29:00.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40282026-03-27T19:29:00.428Z
40292026-03-27T19:29:00.428Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40302026-03-27T19:29:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-27T19:29:00.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-27T19:29:01.051Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40332026-03-27T19:29:01.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40342026-03-27T19:29:01.895Z
40352026-03-27T19:29:01.895Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40362026-03-27T19:29:02.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-27T19:29:02.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-27T19:29:02.653Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40392026-03-27T19:29:02.653Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40402026-03-27T19:29:02.656Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40412026-03-27T19:29:02.656Z Checking git-stub v1.0.0
40422026-03-27T19:29:02.656Z Compiling trait-variant v0.1.2
40432026-03-27T19:29:02.656Z Checking maplit v1.0.2
40442026-03-27T19:29:02.656Z Checking is_ci v1.2.0
40452026-03-27T19:29:02.808Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40462026-03-27T19:29:02.857Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40472026-03-27T19:29:02.884Z Checking supports-color v3.0.2
40482026-03-27T19:29:02.914Z Checking git-stub-vcs v0.1.0
40492026-03-27T19:29:03.013Z Checking drift v0.1.3
40502026-03-27T19:29:03.029Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40512026-03-27T19:29:03.047Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40522026-03-27T19:29:03.107Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40532026-03-27T19:29:03.222Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40542026-03-27T19:29:03.297Z Checking dropshot-api-manager v0.6.0
40552026-03-27T19:29:03.300Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40562026-03-27T19:29:03.328Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40572026-03-27T19:29:03.518Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-03-27T19:29:03.540Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40592026-03-27T19:29:03.725Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40602026-03-27T19:29:04.037Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40612026-03-27T19:29:10.822Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40622026-03-27T19:29:10.839Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40632026-03-27T19:29:10.840Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40642026-03-27T19:29:10.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
40652026-03-27T19:29:12.369Z
40662026-03-27T19:29:12.369Zinfo: running `cargo check --bins` on installinator-api (222/267)
40672026-03-27T19:29:12.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-27T19:29:12.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-27T19:29:12.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-03-27T19:29:12.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40712026-03-27T19:29:12.379Z
40722026-03-27T19:29:12.379Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40732026-03-27T19:29:12.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-27T19:29:12.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-27T19:29:12.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-03-27T19:29:12.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-03-27T19:29:12.380Z
40782026-03-27T19:29:12.380Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40792026-03-27T19:29:12.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-27T19:29:12.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-27T19:29:12.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-03-27T19:29:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40832026-03-27T19:29:12.976Z
40842026-03-27T19:29:12.977Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40852026-03-27T19:29:14.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-03-27T19:29:14.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-03-27T19:29:14.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-03-27T19:29:14.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40892026-03-27T19:29:14.703Z
40902026-03-27T19:29:14.703Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40912026-03-27T19:29:14.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-03-27T19:29:14.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-03-27T19:29:14.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-03-27T19:29:14.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-03-27T19:29:14.703Z
40962026-03-27T19:29:14.703Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40972026-03-27T19:29:14.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-03-27T19:29:14.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-03-27T19:29:14.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-03-27T19:29:14.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41012026-03-27T19:29:15.101Z
41022026-03-27T19:29:15.101Zinfo: running `cargo check --bins` on wicketd-api (228/267)
41032026-03-27T19:29:15.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-03-27T19:29:15.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-03-27T19:29:15.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-03-27T19:29:15.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41072026-03-27T19:29:15.438Z
41082026-03-27T19:29:15.438Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41092026-03-27T19:29:15.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-03-27T19:29:15.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-03-27T19:29:16.054Z Checking erased-serde v0.4.9
41122026-03-27T19:29:16.162Z Checking ordered-float v2.10.1
41132026-03-27T19:29:16.178Z Checking unicode-xid v0.2.6
41142026-03-27T19:29:16.194Z Checking cargo-platform v0.2.0
41152026-03-27T19:29:16.351Z Checking serde-value v0.7.0
41162026-03-27T19:29:16.459Z Checking serde-untagged v0.1.9
41172026-03-27T19:29:16.614Z Checking cargo-util-schemas v0.8.2
41182026-03-27T19:29:17.305Z Checking cargo_metadata v0.21.0
41192026-03-27T19:29:17.900Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41202026-03-27T19:29:18.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41212026-03-27T19:29:18.770Z
41222026-03-27T19:29:18.770Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41232026-03-27T19:29:19.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-27T19:29:19.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-27T19:29:19.519Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-03-27T19:29:20.126Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41272026-03-27T19:29:20.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41282026-03-27T19:29:20.827Z
41292026-03-27T19:29:20.827Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41302026-03-27T19:29:21.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-03-27T19:29:21.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-03-27T19:29:21.697Z Compiling vergen-gitcl v1.0.8
41332026-03-27T19:29:21.697Z Compiling dirs-sys-next v0.1.2
41342026-03-27T19:29:21.697Z Compiling diesel_derives v2.3.7
41352026-03-27T19:29:21.697Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41362026-03-27T19:29:21.700Z Compiling glob v0.3.3
41372026-03-27T19:29:21.700Z Compiling crunchy v0.2.4
41382026-03-27T19:29:21.700Z Compiling dsl_auto_type v0.2.0
41392026-03-27T19:29:21.700Z Checking scheduled-thread-pool v0.2.7
41402026-03-27T19:29:22.022Z Compiling dirs-next v2.0.0
41412026-03-27T19:29:22.063Z Compiling diesel_table_macro_syntax v0.3.0
41422026-03-27T19:29:22.091Z Compiling tiny-keccak v2.0.2
41432026-03-27T19:29:22.148Z Compiling term v0.7.0
41442026-03-27T19:29:22.214Z Checking r2d2 v0.8.10
41452026-03-27T19:29:22.227Z Compiling clang-sys v1.8.1
41462026-03-27T19:29:22.263Z Checking downcast-rs v2.0.2
41472026-03-27T19:29:22.298Z Compiling bit-vec v0.6.3
41482026-03-27T19:29:22.393Z Compiling itertools v0.10.5
41492026-03-27T19:29:22.514Z Compiling bit-set v0.5.3
41502026-03-27T19:29:22.594Z Compiling ascii-canvas v3.0.0
41512026-03-27T19:29:22.668Z Compiling ena v0.14.4
41522026-03-27T19:29:22.685Z Compiling libloading v0.8.9
41532026-03-27T19:29:22.703Z Compiling regex-syntax v0.6.29
41542026-03-27T19:29:22.761Z Compiling diff v0.1.13
41552026-03-27T19:29:22.829Z Compiling bindgen v0.71.1
41562026-03-27T19:29:22.894Z Compiling cexpr v0.6.0
41572026-03-27T19:29:23.066Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41582026-03-27T19:29:23.262Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41592026-03-27T19:29:23.304Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-03-27T19:29:23.412Z Compiling libxml v0.3.3
41612026-03-27T19:29:23.440Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41622026-03-27T19:29:23.552Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41632026-03-27T19:29:23.661Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41642026-03-27T19:29:23.755Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41652026-03-27T19:29:23.850Z Compiling strum_macros v0.24.3
41662026-03-27T19:29:23.892Z Compiling indoc v1.0.9
41672026-03-27T19:29:24.020Z Compiling lalrpop v0.19.12
41682026-03-27T19:29:24.835Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41692026-03-27T19:29:25.035Z Checking derive_builder v0.20.2
41702026-03-27T19:29:25.146Z Compiling oso-derive v0.27.3
41712026-03-27T19:29:25.197Z Checking quick-xml v0.37.5
41722026-03-27T19:29:25.373Z Compiling impl-trait-for-tuples v0.2.3
41732026-03-27T19:29:25.641Z Checking openssl-probe v0.1.6
41742026-03-27T19:29:25.784Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41752026-03-27T19:29:26.088Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41762026-03-27T19:29:26.290Z Checking bb8 v0.8.6
41772026-03-27T19:29:26.549Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41782026-03-27T19:29:26.594Z Checking nonempty v0.12.0
41792026-03-27T19:29:26.615Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41802026-03-27T19:29:26.763Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41812026-03-27T19:29:26.801Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41822026-03-27T19:29:26.840Z Checking support-bundle-viewer v0.1.2
41832026-03-27T19:29:26.949Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41842026-03-27T19:29:26.990Z Checking multimap v0.10.1
41852026-03-27T19:29:27.767Z Checking diesel v2.3.7
41862026-03-27T19:29:29.155Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41872026-03-27T19:29:29.850Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41882026-03-27T19:29:30.193Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41892026-03-27T19:29:30.446Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41902026-03-27T19:29:30.813Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41912026-03-27T19:29:31.600Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41922026-03-27T19:29:31.779Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41932026-03-27T19:29:32.346Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41942026-03-27T19:29:34.320Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41952026-03-27T19:29:39.505Z Compiling samael v0.0.19
41962026-03-27T19:29:43.316Z Checking async-bb8-diesel v0.2.1
41972026-03-27T19:29:43.674Z Checking diesel-dtrace v0.5.0
41982026-03-27T19:29:44.464Z Compiling polar-core v0.27.3
41992026-03-27T19:29:48.921Z Checking oso v0.27.3
42002026-03-27T19:30:24.943Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42012026-03-27T19:30:57.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42022026-03-27T19:30:58.133Z
42032026-03-27T19:30:58.133Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
42042026-03-27T19:30:58.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-27T19:30:58.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-27T19:30:58.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-27T19:30:58.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42082026-03-27T19:30:58.813Z
42092026-03-27T19:30:58.813Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42102026-03-27T19:30:59.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-27T19:30:59.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-27T19:30:59.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-27T19:30:59.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42142026-03-27T19:30:59.481Z
42152026-03-27T19:30:59.481Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42162026-03-27T19:30:59.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-27T19:30:59.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-27T19:30:59.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-03-27T19:30:59.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42202026-03-27T19:31:00.082Z
42212026-03-27T19:31:00.082Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42222026-03-27T19:31:00.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-03-27T19:31:00.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-03-27T19:31:00.943Z Compiling libz-sys v1.1.24
42252026-03-27T19:31:01.075Z Compiling libgit2-sys v0.18.3+1.9.2
42262026-03-27T19:31:01.086Z Compiling vergen-git2 v1.0.7
42272026-03-27T19:31:01.120Z Compiling rustls v0.21.12
42282026-03-27T19:31:01.123Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42292026-03-27T19:31:01.123Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42302026-03-27T19:31:01.123Z Checking sct v0.7.1
42312026-03-27T19:31:01.123Z Checking rustls-webpki v0.101.7
42322026-03-27T19:31:01.274Z Compiling nix v0.29.0
42332026-03-27T19:31:01.289Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42342026-03-27T19:31:01.334Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42352026-03-27T19:31:01.378Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42362026-03-27T19:31:01.465Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42372026-03-27T19:31:01.546Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42382026-03-27T19:31:01.599Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42392026-03-27T19:31:01.742Z Checking rustls-pemfile v1.0.4
42402026-03-27T19:31:01.877Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42412026-03-27T19:31:01.900Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42422026-03-27T19:31:02.091Z Checking twox-hash v2.1.2
42432026-03-27T19:31:02.142Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42442026-03-27T19:31:02.187Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42452026-03-27T19:31:02.719Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42462026-03-27T19:31:02.830Z Checking tokio-rustls v0.24.1
42472026-03-27T19:31:02.893Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42482026-03-27T19:31:02.982Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42492026-03-27T19:31:03.024Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42502026-03-27T19:31:03.165Z Checking fatfs v0.3.6
42512026-03-27T19:31:03.376Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42522026-03-27T19:31:03.609Z Compiling seq-macro v0.3.6
42532026-03-27T19:31:07.595Z Compiling git2 v0.20.4
42542026-03-27T19:31:07.941Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42552026-03-27T19:31:08.068Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42562026-03-27T19:31:09.867Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42572026-03-27T19:31:58.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.22s
42582026-03-27T19:31:58.535Z
42592026-03-27T19:31:58.535Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42602026-03-27T19:31:59.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-27T19:31:59.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-27T19:31:59.424Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-03-27T19:32:38.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.70s
42642026-03-27T19:32:38.470Z
42652026-03-27T19:32:38.470Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42662026-03-27T19:32:38.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-27T19:32:38.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-27T19:32:38.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-27T19:32:38.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42702026-03-27T19:32:39.068Z
42712026-03-27T19:32:39.068Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42722026-03-27T19:32:39.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-27T19:32:39.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-27T19:32:39.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-03-27T19:32:39.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42762026-03-27T19:32:39.733Z
42772026-03-27T19:32:39.733Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42782026-03-27T19:32:40.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-03-27T19:32:40.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-03-27T19:32:40.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-03-27T19:32:40.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42822026-03-27T19:32:40.393Z
42832026-03-27T19:32:40.393Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42842026-03-27T19:32:40.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-27T19:32:40.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-27T19:32:40.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-03-27T19:32:40.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42882026-03-27T19:32:41.057Z
42892026-03-27T19:32:41.057Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42902026-03-27T19:32:41.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-27T19:32:41.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-27T19:32:41.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-03-27T19:32:41.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42942026-03-27T19:32:41.726Z
42952026-03-27T19:32:41.726Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42962026-03-27T19:32:42.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-27T19:32:42.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-27T19:32:42.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-03-27T19:32:42.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43002026-03-27T19:32:42.385Z
43012026-03-27T19:32:42.385Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
43022026-03-27T19:32:42.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-27T19:32:42.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-27T19:32:42.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-03-27T19:32:42.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43062026-03-27T19:32:43.032Z
43072026-03-27T19:32:43.032Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43082026-03-27T19:32:43.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-27T19:32:43.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-27T19:32:43.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-03-27T19:32:43.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43122026-03-27T19:32:43.697Z
43132026-03-27T19:32:43.697Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43142026-03-27T19:32:44.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-03-27T19:32:44.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-03-27T19:32:44.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43172026-03-27T19:32:44.604Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43182026-03-27T19:32:44.792Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43192026-03-27T19:32:44.827Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43202026-03-27T19:32:44.843Z Checking diff v0.1.13
43212026-03-27T19:32:44.846Z Checking yansi v1.0.1
43222026-03-27T19:32:44.871Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43232026-03-27T19:32:44.874Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43242026-03-27T19:32:44.928Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43252026-03-27T19:32:45.102Z Checking pretty_assertions v1.4.1
43262026-03-27T19:32:45.754Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43272026-03-27T19:33:08.971Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43282026-03-27T19:33:08.974Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43292026-03-27T19:33:08.974Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-03-27T19:33:08.974Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-03-27T19:33:08.974Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43322026-03-27T19:33:08.974Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43332026-03-27T19:33:09.676Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43342026-03-27T19:33:10.756Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43352026-03-27T19:33:49.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43362026-03-27T19:33:49.765Z
43372026-03-27T19:33:49.765Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43382026-03-27T19:33:50.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-03-27T19:33:50.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-03-27T19:33:50.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-03-27T19:33:50.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43422026-03-27T19:33:50.367Z
43432026-03-27T19:33:50.367Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43442026-03-27T19:33:50.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-03-27T19:33:50.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-03-27T19:33:51.152Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43472026-03-27T19:33:51.275Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43482026-03-27T19:33:51.276Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43492026-03-27T19:34:16.594Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43502026-03-27T19:34:16.967Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43512026-03-27T19:34:18.656Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43522026-03-27T19:34:19.094Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43532026-03-27T19:34:22.013Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43542026-03-27T19:34:43.979Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43552026-03-27T19:34:44.601Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43562026-03-27T19:34:46.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.82s
43572026-03-27T19:34:46.407Z
43582026-03-27T19:34:46.407Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43592026-03-27T19:34:46.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-03-27T19:34:46.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-03-27T19:34:47.128Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43622026-03-27T19:34:47.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43632026-03-27T19:34:47.988Z
43642026-03-27T19:34:47.988Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43652026-03-27T19:34:48.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-03-27T19:34:48.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-03-27T19:34:48.638Z Compiling blake3 v1.8.3
43682026-03-27T19:34:48.748Z Checking arrayref v0.3.9
43692026-03-27T19:34:48.749Z Checking arrayvec v0.7.6
43702026-03-27T19:34:48.755Z Checking constant_time_eq v0.4.2
43712026-03-27T19:34:48.769Z Checking topological-sort v0.2.2
43722026-03-27T19:34:48.772Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43732026-03-27T19:34:48.772Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43742026-03-27T19:34:48.772Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43752026-03-27T19:34:48.810Z Checking shell-words v1.1.1
43762026-03-27T19:34:49.618Z Checking omicron-zone-package v0.12.2
43772026-03-27T19:34:50.335Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43782026-03-27T19:34:51.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
43792026-03-27T19:34:51.335Z
43802026-03-27T19:34:51.335Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43812026-03-27T19:34:51.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-27T19:34:51.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-27T19:34:51.987Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43842026-03-27T19:34:52.307Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43852026-03-27T19:34:52.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43862026-03-27T19:34:52.887Z
43872026-03-27T19:34:52.887Zinfo: running `cargo check --bins` on xtask (251/267)
43882026-03-27T19:34:53.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-03-27T19:34:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-03-27T19:34:53.340Z Checking libc v0.2.180
43912026-03-27T19:34:53.343Z Checking serde v1.0.228
43922026-03-27T19:34:53.426Z Checking zerofrom v0.1.6
43932026-03-27T19:34:53.431Z Checking bitflags v2.11.0
43942026-03-27T19:34:53.437Z Checking smallvec v1.15.1
43952026-03-27T19:34:53.442Z Checking hashbrown v0.16.1
43962026-03-27T19:34:53.451Z Checking serde_json v1.0.149
43972026-03-27T19:34:53.454Z Checking num-traits v0.2.19
43982026-03-27T19:34:53.523Z Checking yoke v0.8.1
43992026-03-27T19:34:53.578Z Checking scroll v0.12.0
44002026-03-27T19:34:53.606Z Checking thiserror v1.0.69
44012026-03-27T19:34:53.689Z Checking zerovec v0.11.5
44022026-03-27T19:34:53.701Z Checking zerotrie v0.2.3
44032026-03-27T19:34:53.711Z Checking errno v0.3.14
44042026-03-27T19:34:53.799Z Checking log v0.4.29
44052026-03-27T19:34:53.810Z Checking serde_spanned v0.6.9
44062026-03-27T19:34:53.824Z Checking rustix v1.1.3
44072026-03-27T19:34:53.885Z Checking indexmap v2.13.0
44082026-03-27T19:34:53.929Z Checking toml_datetime v0.6.11
44092026-03-27T19:34:53.939Z Checking percent-encoding v2.3.2
44102026-03-27T19:34:53.950Z Checking goblin v0.8.2
44112026-03-27T19:34:53.975Z Checking ordered-float v2.10.1
44122026-03-27T19:34:54.047Z Checking zerocopy v0.7.35
44132026-03-27T19:34:54.074Z Checking form_urlencoded v1.2.2
44142026-03-27T19:34:54.108Z Checking getrandom v0.4.1
44152026-03-27T19:34:54.127Z Checking tinystr v0.8.2
44162026-03-27T19:34:54.198Z Checking potential_utf v0.1.4
44172026-03-27T19:34:54.201Z Checking serde-value v0.7.0
44182026-03-27T19:34:54.237Z Checking thiserror v2.0.18
44192026-03-27T19:34:54.306Z Checking icu_locale_core v2.1.1
44202026-03-27T19:34:54.329Z Checking icu_collections v2.1.1
44212026-03-27T19:34:54.339Z Checking syn v2.0.117
44222026-03-27T19:34:54.403Z Checking dtrace-parser v0.2.0
44232026-03-27T19:34:54.418Z Checking toml_edit v0.22.27
44242026-03-27T19:34:54.534Z Checking thread-id v4.2.2
44252026-03-27T19:34:54.616Z Checking once_cell v1.21.3
44262026-03-27T19:34:54.628Z Checking terminal_size v0.4.3
44272026-03-27T19:34:54.634Z Checking cargo-platform v0.2.0
44282026-03-27T19:34:54.670Z Checking memmap v0.7.0
44292026-03-27T19:34:54.759Z Checking clap_builder v4.5.60
44302026-03-27T19:34:54.800Z Checking textwrap v0.16.2
44312026-03-27T19:34:54.811Z Checking tempfile v3.25.0
44322026-03-27T19:34:54.831Z Checking fs-err v3.3.0
44332026-03-27T19:34:54.860Z Checking icu_provider v2.1.1
44342026-03-27T19:34:55.004Z Checking tabled v0.15.0
44352026-03-27T19:34:55.007Z Checking camino-tempfile v1.4.1
44362026-03-27T19:34:55.007Z Checking anyhow v1.0.102
44372026-03-27T19:34:55.106Z Checking icu_normalizer v2.1.1
44382026-03-27T19:34:55.163Z Checking icu_properties v2.1.2
44392026-03-27T19:34:55.218Z Checking macaddr v1.0.1
44402026-03-27T19:34:55.396Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44412026-03-27T19:34:55.521Z Checking toml v0.8.23
44422026-03-27T19:34:55.836Z Checking dof v0.3.0
44432026-03-27T19:34:55.839Z Checking cargo_toml v0.21.0
44442026-03-27T19:34:55.963Z Checking clap v4.5.60
44452026-03-27T19:34:55.966Z Checking idna_adapter v1.2.1
44462026-03-27T19:34:56.089Z Checking idna v1.1.0
44472026-03-27T19:34:56.141Z Checking usdt-impl v0.5.0
44482026-03-27T19:34:56.310Z Checking url v2.5.8
44492026-03-27T19:34:56.397Z Checking usdt v0.5.0
44502026-03-27T19:34:56.662Z Checking cargo-util-schemas v0.8.2
44512026-03-27T19:34:57.342Z Checking cargo_metadata v0.21.0
44522026-03-27T19:34:57.948Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44532026-03-27T19:34:58.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
44542026-03-27T19:34:58.482Z
44552026-03-27T19:34:58.482Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44562026-03-27T19:34:59.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-03-27T19:34:59.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-03-27T19:34:59.287Z Checking polyval v0.6.2
44592026-03-27T19:34:59.411Z Checking ctr v0.9.2
44602026-03-27T19:34:59.422Z Checking ssh-encoding v0.2.0
44612026-03-27T19:34:59.422Z Checking blowfish v0.9.1
44622026-03-27T19:34:59.444Z Checking password-hash v0.4.2
44632026-03-27T19:34:59.460Z Checking p521 v0.13.3
44642026-03-27T19:34:59.463Z Checking p256 v0.13.2
44652026-03-27T19:34:59.487Z Checking russh-cryptovec v0.7.3
44662026-03-27T19:34:59.554Z Checking ghash v0.5.1
44672026-03-27T19:34:59.568Z Checking bcrypt-pbkdf v0.10.0
44682026-03-27T19:34:59.571Z Checking md5 v0.7.0
44692026-03-27T19:34:59.597Z Checking num-bigint v0.4.6
44702026-03-27T19:34:59.611Z Checking des v0.8.1
44712026-03-27T19:34:59.670Z Checking aes-gcm v0.10.3
44722026-03-27T19:34:59.670Z Checking pbkdf2 v0.11.0
44732026-03-27T19:34:59.712Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44742026-03-27T19:34:59.726Z Checking hex-literal v0.4.1
44752026-03-27T19:34:59.740Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44762026-03-27T19:34:59.807Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44772026-03-27T19:34:59.823Z Checking socket2 v0.5.10
44782026-03-27T19:34:59.823Z Checking ssh-cipher v0.2.0
44792026-03-27T19:34:59.855Z Checking internet-checksum v0.2.1
44802026-03-27T19:34:59.989Z Checking ssh-key v0.6.7
44812026-03-27T19:35:00.106Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44822026-03-27T19:35:00.615Z Checking russh-keys v0.45.0
44832026-03-27T19:35:01.176Z Checking russh v0.45.0
44842026-03-27T19:35:15.921Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44852026-03-27T19:35:17.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.62s
44862026-03-27T19:35:17.320Z
44872026-03-27T19:35:17.320Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44882026-03-27T19:35:17.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-27T19:35:17.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-27T19:35:17.968Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44912026-03-27T19:35:18.078Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44922026-03-27T19:35:18.086Z Checking termios v0.3.3
44932026-03-27T19:35:19.284Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44942026-03-27T19:35:19.433Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44952026-03-27T19:35:21.301Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44962026-03-27T19:35:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
44972026-03-27T19:35:22.053Z
44982026-03-27T19:35:22.053Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44992026-03-27T19:35:22.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-03-27T19:35:22.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-03-27T19:35:22.768Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45022026-03-27T19:35:22.771Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45032026-03-27T19:35:22.894Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45042026-03-27T19:35:22.897Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45052026-03-27T19:35:22.900Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45062026-03-27T19:35:22.917Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45072026-03-27T19:35:23.625Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45082026-03-27T19:35:23.973Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45092026-03-27T19:35:23.973Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45102026-03-27T19:35:24.597Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45112026-03-27T19:35:26.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45122026-03-27T19:35:26.398Z
45132026-03-27T19:35:26.398Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45142026-03-27T19:35:26.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-03-27T19:35:26.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-03-27T19:35:27.044Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45172026-03-27T19:35:27.493Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45182026-03-27T19:35:27.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45192026-03-27T19:35:27.997Z
45202026-03-27T19:35:27.997Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45212026-03-27T19:35:28.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-27T19:35:28.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-27T19:35:28.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-03-27T19:35:28.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45252026-03-27T19:35:28.594Z
45262026-03-27T19:35:28.594Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45272026-03-27T19:35:29.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-27T19:35:29.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-27T19:35:29.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-03-27T19:35:29.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45312026-03-27T19:35:29.194Z
45322026-03-27T19:35:29.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45332026-03-27T19:35:29.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-27T19:35:29.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-27T19:35:29.956Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45362026-03-27T19:35:30.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45372026-03-27T19:35:30.747Z
45382026-03-27T19:35:30.747Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45392026-03-27T19:35:31.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-03-27T19:35:31.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-03-27T19:35:31.406Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45422026-03-27T19:35:31.409Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45432026-03-27T19:35:31.660Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45442026-03-27T19:35:31.660Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45452026-03-27T19:35:32.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45462026-03-27T19:35:32.645Z
45472026-03-27T19:35:32.645Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45482026-03-27T19:35:33.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-27T19:35:33.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-27T19:35:33.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45512026-03-27T19:35:33.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45522026-03-27T19:35:33.246Z
45532026-03-27T19:35:33.246Zinfo: running `cargo check --bins` on omicron-package (261/267)
45542026-03-27T19:35:33.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-27T19:35:33.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-27T19:35:33.934Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45572026-03-27T19:35:35.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45582026-03-27T19:35:35.210Z
45592026-03-27T19:35:35.211Zinfo: running `cargo check --bins` on tqdb (262/267)
45602026-03-27T19:35:35.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-03-27T19:35:35.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-03-27T19:35:35.998Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45632026-03-27T19:35:36.351Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45642026-03-27T19:35:36.862Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45652026-03-27T19:35:36.865Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45662026-03-27T19:35:42.018Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45672026-03-27T19:35:42.654Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45682026-03-27T19:35:42.654Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45692026-03-27T19:35:42.657Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45702026-03-27T19:35:42.657Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45712026-03-27T19:35:43.407Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45722026-03-27T19:35:44.396Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45732026-03-27T19:35:45.174Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45742026-03-27T19:35:45.781Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45752026-03-27T19:35:50.290Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45762026-03-27T19:35:56.228Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45772026-03-27T19:35:56.231Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45782026-03-27T19:35:56.231Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45792026-03-27T19:35:56.231Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45802026-03-27T19:35:57.645Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45812026-03-27T19:35:58.933Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45822026-03-27T19:35:59.599Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45832026-03-27T19:36:00.824Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45842026-03-27T19:36:01.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.13s
45852026-03-27T19:36:01.564Z
45862026-03-27T19:36:01.564Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45872026-03-27T19:36:02.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-03-27T19:36:02.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-03-27T19:36:02.276Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45902026-03-27T19:36:02.290Z Checking rtoolbox v0.0.3
45912026-03-27T19:36:02.290Z Checking tui-tree-widget v0.23.1
45922026-03-27T19:36:02.495Z Checking rpassword v7.4.0
45932026-03-27T19:36:03.399Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45942026-03-27T19:36:06.354Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45952026-03-27T19:36:08.164Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45962026-03-27T19:36:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.45s
45972026-03-27T19:36:09.232Z
45982026-03-27T19:36:09.232Zinfo: running `cargo check --bins` on wicket (264/267)
45992026-03-27T19:36:09.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-03-27T19:36:09.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-03-27T19:36:09.938Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46022026-03-27T19:36:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46032026-03-27T19:36:10.477Z
46042026-03-27T19:36:10.477Zinfo: running `cargo check --bins` on wicketd (265/267)
46052026-03-27T19:36:11.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-03-27T19:36:11.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-03-27T19:36:11.204Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46082026-03-27T19:36:11.207Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46092026-03-27T19:36:11.208Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46102026-03-27T19:36:11.208Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46112026-03-27T19:36:12.158Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46122026-03-27T19:36:12.708Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46132026-03-27T19:36:15.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
46142026-03-27T19:36:15.817Z
46152026-03-27T19:36:15.817Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46162026-03-27T19:36:16.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-03-27T19:36:16.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-03-27T19:36:16.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46192026-03-27T19:36:16.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46202026-03-27T19:36:16.416Z
46212026-03-27T19:36:16.416Zinfo: running `cargo check --bins` on zone-setup (267/267)
46222026-03-27T19:36:16.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-03-27T19:36:16.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-03-27T19:36:17.096Z Checking uzers v0.12.2
46252026-03-27T19:36:17.367Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46262026-03-27T19:36:18.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46272026-03-27T19:36:18.337Z
46282026-03-27T19:36:18.337Zreal 13:46.238404620
46292026-03-27T19:36:18.337Zuser 20:23.874961227
46302026-03-27T19:36:18.337Zsys 4:11.126298762
46312026-03-27T19:36:18.337Ztrap 0.327420927
46322026-03-27T19:36:18.337Ztflt 0.242272051
46332026-03-27T19:36:18.337Zdflt 0.579880841
46342026-03-27T19:36:18.337Zkflt 0.001137306
46352026-03-27T19:36:18.337Zlock 1:16:04.743940851
46362026-03-27T19:36:18.338Zslp 1:36:45.859736066
46372026-03-27T19:36:18.338Zlat 1:07.967719175
46382026-03-27T19:36:18.338Zstop 3:54.646749579
46392026-03-27T19:36:18.341Zprocess exited: duration 1010265 ms, exit code 0
 
46402026-03-27T19:36:18.348Zfound 0 output files