01KN8QDFC91A5QHM7BRRXTFAEK: 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: 01KN8QDSB5TXMW5DAHAF00B0R4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-03T03:51:35.575Zjob assigned to worker 01KN8QDXJWP8RKP2GMRXHPZJS7 [factory aws, i-0e04d4bc127cae8ca] (queued for 55 s)
 
22026-04-03T03:51:41.978Zstarting task 0: "setup"
32026-04-03T03:51:41.982Z++ uname -s
42026-04-03T03:51:41.986Z+ kern=SunOS
52026-04-03T03:51:41.986Z+ build_user=build
62026-04-03T03:51:41.986Z+ build_uid=12345
72026-04-03T03:51:41.986Z+ work_dir=/work
82026-04-03T03:51:41.986Z+ input_dir=/input
92026-04-03T03:51:41.986Z+ [[ 0 == 12345 ]]
102026-04-03T03:51:41.986Z+ case "$kern" in
112026-04-03T03:51:41.986Z+ groupadd -g 12345 build
122026-04-03T03:51:41.989Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-03T03:51:43.993Z+ zfs create -o mountpoint=/work rpool/work
142026-04-03T03:51:44.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-03T03:51:44.115Z+ home_fs=zfs
162026-04-03T03:51:44.115Z+ [[ zfs == autofs ]]
172026-04-03T03:51:44.115Z+ mkdir -p /home/build
182026-04-03T03:51:44.115Z+ chown build:build /home/build /work
192026-04-03T03:51:45.115Z+ chmod 0700 /home/build /work
202026-04-03T03:51:45.119Zprocess exited: duration 3141 ms, exit code 0
 
212026-04-03T03:51:45.126Zstarting task 1: "rust-toolchain"
222026-04-03T03:51:45.130Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-03T03:51:45.130Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-03T03:51:45.130Z * rust toolchain channel = "1.94.0"
252026-04-03T03:51:45.130Z * rust toolchain profile = "default"
262026-04-03T03:51:45.130Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-03T03:51:45.130Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-03T03:51:45.134Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-03T03:51:45.134Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-03T03:51:45.255Zinfo: downloading installer
312026-04-03T03:51:46.931Zwarn: It looks like you have an existing installation of Rust at:
322026-04-03T03:51:46.931Zwarn: /opt/ooce/bin
332026-04-03T03:51:46.931Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-03T03:51:46.931Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-03T03:51:46.931Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-03T03:51:46.931Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-03T03:51:46.931Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-03T03:51:46.931Zerror: cannot install while Rust is installed
392026-04-03T03:51:46.931Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-03T03:51:46.931Zwarn: It looks like you have an existing rustup settings file at:
412026-04-03T03:51:46.931Zwarn: /home/build/.rustup/settings.toml
422026-04-03T03:51:46.931Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-03T03:51:46.931Zwarn: instead of the one inferred from the default host triple.
442026-04-03T03:51:46.944Zinfo: profile set to default
452026-04-03T03:51:46.944Zinfo: default host triple is x86_64-unknown-illumos
462026-04-03T03:51:46.953Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-03T03:51:47.101Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-03T03:51:47.104Zinfo: downloading 6 components
492026-04-03T03:52:02.794Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-03T03:52:02.794Z
512026-04-03T03:52:02.823Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-03T03:52:02.823Z
532026-04-03T03:52:02.823Z
542026-04-03T03:52:02.823ZRust is installed now. Great!
552026-04-03T03:52:02.823Z
562026-04-03T03:52:02.823ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-03T03:52:02.823Zenvironment variable. This has not been done automatically.
582026-04-03T03:52:02.823Z
592026-04-03T03:52:02.823ZTo configure your current shell, you need to source
602026-04-03T03:52:02.823Zthe corresponding env file under $HOME/.cargo.
612026-04-03T03:52:02.827Z
622026-04-03T03:52:02.827ZThis is usually done by running one of the following (note the leading DOT):
632026-04-03T03:52:02.827Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-03T03:52:02.827Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-03T03:52:02.827Zsource "~/.cargo/env.nu" # For nushell
662026-04-03T03:52:02.827Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-03T03:52:02.827Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-03T03:52:02.827Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-03T03:52:02.827Zwarn: no default linker (`cc`) was found in your PATH
702026-04-03T03:52:02.827Zwarn: many Rust crates require a system C toolchain to build
712026-04-03T03:52:02.925Z+ rustup --version
722026-04-03T03:52:02.934Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-03T03:52:02.937Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-03T03:52:02.956Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-03T03:52:02.959Z+ cargo --version
762026-04-03T03:52:02.971Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-03T03:52:02.974Z+ rustc --version
782026-04-03T03:52:02.993Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-03T03:52:02.996Zprocess exited: duration 17867 ms, exit code 0
 
802026-04-03T03:52:03.003Zstarting task 2: "authentication"
812026-04-03T03:52:03.022Zprocess exited: duration 17 ms, exit code 0
 
822026-04-03T03:52:03.029Zstarting task 3: "clone repository"
832026-04-03T03:52:03.032Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-03T03:52:03.036Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-03T03:52:03.064ZCloning into '/work/oxidecomputer/omicron'...
862026-04-03T03:52:13.184Z+ cd /work/oxidecomputer/omicron
872026-04-03T03:52:13.188Z+ git fetch origin 15afd49c3e2863dd83c4f00584287003cbebe23d
882026-04-03T03:52:13.467ZFrom https://github.com/oxidecomputer/omicron
892026-04-03T03:52:13.468Z * branch 15afd49c3e2863dd83c4f00584287003cbebe23d -> FETCH_HEAD
902026-04-03T03:52:13.477Z+ [[ -n bump-console-b6c8d101 ]]
912026-04-03T03:52:13.481Z++ git branch --show-current
922026-04-03T03:52:13.481Z+ current=main
932026-04-03T03:52:13.481Z+ [[ main != bump-console-b6c8d101 ]]
942026-04-03T03:52:13.481Z+ git branch -f bump-console-b6c8d101 15afd49c3e2863dd83c4f00584287003cbebe23d
952026-04-03T03:52:13.484Z+ git checkout -f bump-console-b6c8d101
962026-04-03T03:52:13.536ZSwitched to branch 'bump-console-b6c8d101'
972026-04-03T03:52:13.539Z+ git reset --hard 15afd49c3e2863dd83c4f00584287003cbebe23d
982026-04-03T03:52:13.589ZHEAD is now at 15afd49c3 Bump web console (fix double error toasts)
992026-04-03T03:52:13.593Zprocess exited: duration 10560 ms, exit code 0
 
1002026-04-03T03:52:13.599Zstarting task 4: "build"
1012026-04-03T03:52:13.604Z+ source .github/buildomat/ci-env.sh
1022026-04-03T03:52:13.607Z++ export CARGO_TERM_COLOR=always
1032026-04-03T03:52:13.607Z++ CARGO_TERM_COLOR=always
1042026-04-03T03:52:13.607Z+ cargo --version
1052026-04-03T03:52:13.614Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-03T03:52:13.617Z+ rustc --version
1072026-04-03T03:52:13.636Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-03T03:52:13.639Z+ source ./env.sh
1092026-04-03T03:52:13.639Z++ OLD_SHELL_OPTS=ehxB
1102026-04-03T03:52:13.639Z++ set -o xtrace
1112026-04-03T03:52:13.642Z++++ dirname ./env.sh
1122026-04-03T03:52:13.642Z+++ readlink -f .
1132026-04-03T03:52:13.646Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-03T03:52:13.646Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-03T03:52:13.646Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-03T03:52:13.646Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-03T03:52:13.646Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-03T03:52:13.646Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-03T03:52:13.646Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-03T03:52:13.646Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-03T03:52:13.646Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-03T03:52:13.646Z++ case $OLD_SHELL_OPTS in
1232026-04-03T03:52:13.646Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-03T03:52:13.646Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-03T03:52:13.646Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-03T03:52:13.646Z+ banner prerequisites
1272026-04-03T03:52:13.646Z
1282026-04-03T03:52:13.646Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-03T03:52:13.646Z # # # # # # # # # # # # # # #
1302026-04-03T03:52:13.646Z # # # # ##### # # ##### # # # # # #### #
1312026-04-03T03:52:13.646Z ##### ##### # ##### # # # # # # # # #
1322026-04-03T03:52:13.646Z # # # # # # # # # # # # # # #
1332026-04-03T03:52:13.646Z # # # ###### # # ###### ### # #### # #### #
1342026-04-03T03:52:13.646Z
1352026-04-03T03:52:13.646Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-03T03:52:22.044Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-03T03:52:29.092Z Startup: Caching catalogs ... Done
1382026-04-03T03:52:33.361ZPlanning: Solver setup ... Done (3.067s)
1392026-04-03T03:52:33.382ZPlanning: Running solver ... Done (0.020s)
1402026-04-03T03:52:33.502ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-03T03:52:33.521ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-03T03:52:33.686ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-03T03:52:33.717ZPlanning: Package planning ... Done (0.031s)
1442026-04-03T03:52:33.745ZPlanning: Merging actions ... Done (0.028s)
1452026-04-03T03:52:33.924ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-04-03T03:52:33.931ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-03T03:52:35.027ZPlanning: Evaluating mediators ... Done (1.096s)
1482026-04-03T03:52:35.033ZPlanning: Planning completed in 5.77 seconds
1492026-04-03T03:52:35.044Z Packages to install: 4
1502026-04-03T03:52:35.047Z Mediators to change: 2
1512026-04-03T03:52:35.047Z Services to change: 1
1522026-04-03T03:52:35.047Z Estimated space available: 155.35 GB
1532026-04-03T03:52:35.047ZEstimated space to be consumed: 1.84 GB
1542026-04-03T03:52:35.047Z Create boot environment: No
1552026-04-03T03:52:35.047ZCreate backup boot environment: No
1562026-04-03T03:52:35.047Z Rebuild boot archive: No
1572026-04-03T03:52:35.048Z
1582026-04-03T03:52:35.048ZChanged mediators:
1592026-04-03T03:52:35.048Z mediator clang:
1602026-04-03T03:52:35.048Z version: None -> 15 (system default)
1612026-04-03T03:52:35.048Z
1622026-04-03T03:52:35.048Z mediator llvm:
1632026-04-03T03:52:35.048Z version: 14 (system default) -> 15 (system default)
1642026-04-03T03:52:35.048Z
1652026-04-03T03:52:35.048ZChanged packages:
1662026-04-03T03:52:35.048Zhelios-dev
1672026-04-03T03:52:35.048Z developer/build-essential
1682026-04-03T03:52:35.048Z None -> 11-2.0
1692026-04-03T03:52:35.048Z library/libxmlsec1
1702026-04-03T03:52:35.048Z None -> 1.2.35-2.0
1712026-04-03T03:52:35.048Z ooce/developer/clang-15
1722026-04-03T03:52:35.048Z None -> 15.0.7-2.0
1732026-04-03T03:52:35.048Z ooce/developer/llvm-15
1742026-04-03T03:52:35.048Z None -> 15.0.7-2.0
1752026-04-03T03:52:35.048Z
1762026-04-03T03:52:35.048ZServices:
1772026-04-03T03:52:35.048Z restart_fmri:
1782026-04-03T03:52:35.048Z svc:/system/update-man-index:default
1792026-04-03T03:52:35.086Z
1802026-04-03T03:52:35.086ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-03T03:52:44.232ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (20.4M/s)
1822026-04-03T03:52:50.153ZDownload: 3240/3290 items 202.1/212.6MB 95% complete (12.5M/s)
1832026-04-03T03:52:52.605ZDownload: Completed 212.60 MB in 17.52 seconds (12.1M/s)
1842026-04-03T03:52:52.747Z Actions: 1/3689 actions (Installing new actions)
1852026-04-03T03:52:55.939Z Actions: Completed 3689 actions in 3.19 seconds.
1862026-04-03T03:52:56.235Z Done (0.293s)
1872026-04-03T03:52:56.235Z Done (0.000s)
1882026-04-03T03:52:56.933Z Done (0.697s)
1892026-04-03T03:53:00.199Z Done (2.919s)
1902026-04-03T03:53:00.275Z Done (0.012s)
1912026-04-03T03:53:00.280Z Done (0.000s)
1922026-04-03T03:53:00.587Z Done (0.000s)
1932026-04-03T03:53:01.422ZPlanning: Evaluating mediator changes ... Done
1942026-04-03T03:53:01.529ZPlanning: Checking for conflicting actions ... Done
1952026-04-03T03:53:01.533ZPlanning: Consolidating action changes ... Done
1962026-04-03T03:53:01.691ZPlanning: Evaluating mediators ... Done
1972026-04-03T03:53:01.694ZPlanning: Planning completed in 0.27 seconds
1982026-04-03T03:53:01.712Z Mediators to change: 2
1992026-04-03T03:53:01.712Z Create boot environment: No
2002026-04-03T03:53:01.712ZCreate backup boot environment: No
2012026-04-03T03:53:01.774Z Done
2022026-04-03T03:53:01.775Z Done
2032026-04-03T03:53:02.359Z Done
2042026-04-03T03:53:04.883Z Done
2052026-04-03T03:53:04.950Z Done
2062026-04-03T03:53:04.954Z Done
2072026-04-03T03:53:05.091Z Done
2082026-04-03T03:53:05.496ZPlanning: Evaluating mediator changes ... Done
2092026-04-03T03:53:05.499ZPlanning: Merging actions ... Done
2102026-04-03T03:53:05.638ZPlanning: Checking for conflicting actions ... Done
2112026-04-03T03:53:05.642ZPlanning: Consolidating action changes ... Done
2122026-04-03T03:53:05.776ZPlanning: Evaluating mediators ... Done
2132026-04-03T03:53:05.804ZPlanning: Planning completed in 0.45 seconds
2142026-04-03T03:53:05.826Z Packages to change: 1
2152026-04-03T03:53:05.826Z Mediators to change: 1
2162026-04-03T03:53:05.826Z Services to change: 1
2172026-04-03T03:53:05.826Z Create boot environment: No
2182026-04-03T03:53:05.826ZCreate backup boot environment: Yes
2192026-04-03T03:53:08.180Z Actions: 1/6 actions (Updating modified actions)
2202026-04-03T03:53:08.184Z Actions: Completed 6 actions in 0.00 seconds.
2212026-04-03T03:53:08.184Z Done
2222026-04-03T03:53:08.184Z Done
2232026-04-03T03:53:08.324Z Done
2242026-04-03T03:53:10.776Z Done
2252026-04-03T03:53:10.846Z Done
2262026-04-03T03:53:10.849Z Done
2272026-04-03T03:53:10.996Z Done
2282026-04-03T03:53:11.282ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-03T03:53:11.282Zclang system 15 system
2302026-04-03T03:53:11.282Zcsh system system illumos
2312026-04-03T03:53:11.282Zctags system system illumos
2322026-04-03T03:53:11.282Zfile system system illumos
2332026-04-03T03:53:11.282Zgcc vendor 12 vendor
2342026-04-03T03:53:11.282Zgcc system 14 system
2352026-04-03T03:53:11.282Zgcc system 10 system
2362026-04-03T03:53:11.282Zgo system 1.20 system
2372026-04-03T03:53:11.282Zgo system 1.19 system
2382026-04-03T03:53:11.282Zllvm system 15 system
2392026-04-03T03:53:11.282Zllvm system 14 system
2402026-04-03T03:53:11.282Zmariadb system 10.6 system
2412026-04-03T03:53:11.282Zmta vendor vendor dma
2422026-04-03T03:53:11.282Zopenjdk system 17 system
2432026-04-03T03:53:11.283Zopenjdk system 11 system
2442026-04-03T03:53:11.283Zopenjdk system 1.8 system
2452026-04-03T03:53:11.283Zopenssl vendor 3 vendor
2462026-04-03T03:53:11.283Zperl system 5.36 system
2472026-04-03T03:53:11.283Zpostgresql system 15 system
2482026-04-03T03:53:11.283Zpostgresql system 13 system
2492026-04-03T03:53:11.283Zpython vendor 3 vendor
2502026-04-03T03:53:11.283Zpython system 2 system
2512026-04-03T03:53:11.283Zpython3 system 3.11 system
2522026-04-03T03:53:11.283Zruby system 3.0 system
2532026-04-03T03:53:11.283Zwords vendor vendor american-english
2542026-04-03T03:53:11.283Zwords system system australian-english
2552026-04-03T03:53:11.283Zwords system system british-english
2562026-04-03T03:53:11.283Zwords system system canadian-english
2572026-04-03T03:53:11.283Zwords system system french
2582026-04-03T03:53:11.283Zwords system system italian
2592026-04-03T03:53:11.283Zwords system system ngerman
2602026-04-03T03:53:11.283Zwords system system ogerman
2612026-04-03T03:53:11.283Zwords system system spanish
2622026-04-03T03:53:11.511ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-03T03:53:11.511Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-03T03:53:15.847ZFMRI IFO
2652026-04-03T03:53:15.848Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-03T03:53:15.848Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-03T03:53:15.848Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-03T03:53:15.848Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-03T03:53:15.848Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-03T03:53:15.848Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-03T03:53:15.848Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-03T03:53:15.848Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-03T03:53:15.848Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-03T03:53:15.848Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-03T03:53:15.848Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-03T03:53:15.848Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-03T03:53:15.848Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-03T03:53:15.848Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-03T03:53:15.848Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-03T03:53:15.848Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-03T03:53:16.964Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-03T03:53:17.245Z Updating crates.io index
2832026-04-03T03:53:17.285Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-03T03:53:18.013Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-03T03:53:18.483Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-03T03:53:18.733Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-04-03T03:53:19.739Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-03T03:53:20.220Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-03T03:53:21.577Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-03T03:53:22.925Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-03T03:53:23.731Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-03T03:53:23.988Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-03T03:53:24.760Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-03T03:53:25.102Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-03T03:53:25.403Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-03T03:53:25.747Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-03T03:53:26.705Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-03T03:53:27.229Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-03T03:53:27.503Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-03T03:53:27.791Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-03T03:53:28.162Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-03T03:53:28.380Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-03T03:53:28.610Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-03T03:53:28.832Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-03T03:53:29.247Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-03T03:53:29.654Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-03T03:53:30.043Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-03T03:53:30.346Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-03T03:53:30.664Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-03T03:53:31.468Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-03T03:53:32.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-04-03T03:53:32.390Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-03T03:53:32.996Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-03T03:53:33.304Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-03T03:53:33.646Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-03T03:53:34.002Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-03T03:53:34.312Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-03T03:53:34.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-03T03:53:35.020Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-03T03:53:35.317Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-03T03:53:35.690Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-03T03:53:47.437Z Downloading crates ...
3232026-04-03T03:53:47.514Z Downloaded cargo_toml v0.21.0
3242026-04-03T03:53:47.518Z Downloaded thiserror v2.0.18
3252026-04-03T03:53:47.522Z Downloaded thiserror v1.0.69
3262026-04-03T03:53:47.525Z Downloaded cpufeatures v0.2.17
3272026-04-03T03:53:47.528Z Downloaded strsim v0.11.1
3282026-04-03T03:53:47.528Z Downloaded synstructure v0.13.2
3292026-04-03T03:53:47.528Z Downloaded crypto-common v0.1.7
3302026-04-03T03:53:47.532Z Downloaded toml_write v0.1.2
3312026-04-03T03:53:47.532Z Downloaded utf8_iter v1.0.4
3322026-04-03T03:53:47.532Z Downloaded usdt-macro v0.5.0
3332026-04-03T03:53:47.532Z Downloaded stable_deref_trait v1.2.1
3342026-04-03T03:53:47.535Z Downloaded unicode-linebreak v0.1.5
3352026-04-03T03:53:47.535Z Downloaded errno v0.3.14
3362026-04-03T03:53:47.535Z Downloaded icu_properties v2.1.2
3372026-04-03T03:53:47.538Z Downloaded typeid v1.0.3
3382026-04-03T03:53:47.538Z Downloaded usdt-attr-macro v0.5.0
3392026-04-03T03:53:47.542Z Downloaded usdt v0.5.0
3402026-04-03T03:53:47.542Z Downloaded displaydoc v0.2.5
3412026-04-03T03:53:47.545Z Downloaded dtrace-parser v0.2.0
3422026-04-03T03:53:47.545Z Downloaded camino v1.2.2
3432026-04-03T03:53:47.545Z Downloaded anstyle-query v1.1.5
3442026-04-03T03:53:47.545Z Downloaded zerofrom v0.1.6
3452026-04-03T03:53:47.548Z Downloaded usdt-impl v0.5.0
3462026-04-03T03:53:47.548Z Downloaded toml_edit v0.22.27
3472026-04-03T03:53:47.552Z Downloaded semver v1.0.27
3482026-04-03T03:53:47.555Z Downloaded zmij v1.0.21
3492026-04-03T03:53:47.558Z Downloaded plain v0.2.3
3502026-04-03T03:53:47.558Z Downloaded zerofrom-derive v0.1.6
3512026-04-03T03:53:47.558Z Downloaded serde_tokenstream v0.2.3
3522026-04-03T03:53:47.561Z Downloaded scroll_derive v0.12.1
3532026-04-03T03:53:47.561Z Downloaded toml_datetime v0.6.11
3542026-04-03T03:53:47.561Z Downloaded thiserror-impl v2.0.18
3552026-04-03T03:53:47.561Z Downloaded typenum v1.19.0
3562026-04-03T03:53:47.564Z Downloaded log v0.4.29
3572026-04-03T03:53:47.565Z Downloaded litemap v0.8.1
3582026-04-03T03:53:47.568Z Downloaded proc-macro-error-attr v1.0.4
3592026-04-03T03:53:47.568Z Downloaded clap_derive v4.5.55
3602026-04-03T03:53:47.568Z Downloaded thiserror-impl v1.0.69
3612026-04-03T03:53:47.568Z Downloaded cfg-if v1.0.4
3622026-04-03T03:53:47.571Z Downloaded zerocopy-derive v0.7.35
3632026-04-03T03:53:47.571Z Downloaded sha2 v0.10.9
3642026-04-03T03:53:47.575Z Downloaded textwrap v0.16.2
3652026-04-03T03:53:47.578Z Downloaded version_check v0.9.5
3662026-04-03T03:53:47.578Z Downloaded utf8parse v0.2.2
3672026-04-03T03:53:47.578Z Downloaded unicode-xid v0.2.6
3682026-04-03T03:53:47.581Z Downloaded thread-id v4.2.2
3692026-04-03T03:53:47.584Z Downloaded writeable v0.6.2
3702026-04-03T03:53:47.584Z Downloaded fnv v1.0.7
3712026-04-03T03:53:47.588Z Downloaded scroll v0.12.0
3722026-04-03T03:53:47.591Z Downloaded yoke-derive v0.8.1
3732026-04-03T03:53:47.591Z Downloaded yoke v0.8.1
3742026-04-03T03:53:47.594Z Downloaded serde-value v0.7.0
3752026-04-03T03:53:47.594Z Downloaded icu_normalizer v2.1.1
3762026-04-03T03:53:47.594Z Downloaded heck v0.4.1
3772026-04-03T03:53:47.598Z Downloaded clap v4.5.60
3782026-04-03T03:53:47.601Z Downloaded idna v1.1.0
3792026-04-03T03:53:47.604Z Downloaded icu_normalizer_data v2.1.1
3802026-04-03T03:53:47.604Z Downloaded zerovec-derive v0.11.2
3812026-04-03T03:53:47.604Z Downloaded tinystr v0.8.2
3822026-04-03T03:53:47.608Z Downloaded pest v2.8.6
3832026-04-03T03:53:47.608Z Downloaded zerotrie v0.2.3
3842026-04-03T03:53:47.611Z Downloaded toml v0.8.23
3852026-04-03T03:53:47.611Z Downloaded indexmap v2.13.0
3862026-04-03T03:53:47.614Z Downloaded ucd-trie v0.1.7
3872026-04-03T03:53:47.614Z Downloaded goblin v0.8.2
3882026-04-03T03:53:47.617Z Downloaded url v2.5.8
3892026-04-03T03:53:47.621Z Downloaded unicode-ident v1.0.24
3902026-04-03T03:53:47.624Z Downloaded zerovec v0.11.5
3912026-04-03T03:53:47.633Z Downloaded icu_collections v2.1.1
3922026-04-03T03:53:47.637Z Downloaded zerocopy v0.7.35
3932026-04-03T03:53:47.644Z Downloaded winnow v0.7.14
3942026-04-03T03:53:47.649Z Downloaded potential_utf v0.1.4
3952026-04-03T03:53:47.652Z Downloaded anstyle v1.0.13
3962026-04-03T03:53:47.652Z Downloaded unicode-width v0.2.0
3972026-04-03T03:53:47.656Z Downloaded pest_generator v2.8.6
3982026-04-03T03:53:47.656Z Downloaded unicode-width v0.1.14
3992026-04-03T03:53:47.659Z Downloaded smallvec v1.15.1
4002026-04-03T03:53:47.659Z Downloaded once_cell v1.21.3
4012026-04-03T03:53:47.662Z Downloaded autocfg v1.5.0
4022026-04-03T03:53:47.665Z Downloaded pest_derive v2.8.6
4032026-04-03T03:53:47.665Z Downloaded erased-serde v0.4.9
4042026-04-03T03:53:47.669Z Downloaded icu_provider v2.1.1
4052026-04-03T03:53:47.672Z Downloaded cargo_metadata v0.21.0
4062026-04-03T03:53:47.685Z Downloaded terminal_size v0.4.3
4072026-04-03T03:53:47.690Z Downloaded camino-tempfile v1.4.1
4082026-04-03T03:53:47.693Z Downloaded dof v0.3.0
4092026-04-03T03:53:47.699Z Downloaded clap_lex v1.0.0
4102026-04-03T03:53:47.714Z Downloaded form_urlencoded v1.2.2
4112026-04-03T03:53:47.717Z Downloaded ordered-float v2.10.1
4122026-04-03T03:53:47.717Z Downloaded fastrand v2.3.0
4132026-04-03T03:53:47.721Z Downloaded generic-array v0.14.7
4142026-04-03T03:53:47.724Z Downloaded memmap v0.7.0
4152026-04-03T03:53:47.727Z Downloaded itoa v1.0.17
4162026-04-03T03:53:47.731Z Downloaded serde-untagged v0.1.9
4172026-04-03T03:53:47.731Z Downloaded anstream v0.6.21
4182026-04-03T03:53:47.735Z Downloaded tabled_derive v0.7.0
4192026-04-03T03:53:47.741Z Downloaded icu_locale_core v2.1.1
4202026-04-03T03:53:47.745Z Downloaded serde_derive v1.0.228
4212026-04-03T03:53:47.762Z Downloaded proc-macro2 v1.0.106
4222026-04-03T03:53:47.766Z Downloaded cargo-util-schemas v0.8.2
4232026-04-03T03:53:47.766Z Downloaded bitflags v2.11.0
4242026-04-03T03:53:47.769Z Downloaded equivalent v1.0.2
4252026-04-03T03:53:47.772Z Downloaded pretty-hex v0.4.1
4262026-04-03T03:53:47.776Z Downloaded swrite v0.1.0
4272026-04-03T03:53:47.780Z Downloaded serde_spanned v0.6.9
4282026-04-03T03:53:47.783Z Downloaded getrandom v0.4.1
4292026-04-03T03:53:47.800Z Downloaded anyhow v1.0.102
4302026-04-03T03:53:47.803Z Downloaded percent-encoding v2.3.2
4312026-04-03T03:53:47.809Z Downloaded tabled v0.15.0
4322026-04-03T03:53:47.817Z Downloaded quote v1.0.44
4332026-04-03T03:53:47.820Z Downloaded proc-macro-error v1.0.4
4342026-04-03T03:53:47.823Z Downloaded tempfile v3.25.0
4352026-04-03T03:53:47.827Z Downloaded num-traits v0.2.19
4362026-04-03T03:53:47.827Z Downloaded icu_properties_data v2.1.2
4372026-04-03T03:53:47.831Z Downloaded byteorder v1.5.0
4382026-04-03T03:53:47.834Z Downloaded pest_meta v2.8.6
4392026-04-03T03:53:47.837Z Downloaded block-buffer v0.10.4
4402026-04-03T03:53:47.840Z Downloaded macaddr v1.0.1
4412026-04-03T03:53:47.844Z Downloaded is_terminal_polyfill v1.70.2
4422026-04-03T03:53:47.847Z Downloaded hashbrown v0.16.1
4432026-04-03T03:53:47.850Z Downloaded idna_adapter v1.2.1
4442026-04-03T03:53:47.850Z Downloaded colorchoice v1.0.4
4452026-04-03T03:53:47.850Z Downloaded anstyle-parse v0.2.7
4462026-04-03T03:53:47.854Z Downloaded digest v0.10.7
4472026-04-03T03:53:47.854Z Downloaded fs-err v3.3.0
4482026-04-03T03:53:47.858Z Downloaded bytecount v0.6.9
4492026-04-03T03:53:47.858Z Downloaded cargo-platform v0.2.0
4502026-04-03T03:53:47.862Z Downloaded heck v0.5.0
4512026-04-03T03:53:47.862Z Downloaded serde_json v1.0.149
4522026-04-03T03:53:47.865Z Downloaded serde v1.0.228
4532026-04-03T03:53:47.865Z Downloaded smawk v0.3.2
4542026-04-03T03:53:47.882Z Downloaded memchr v2.8.0
4552026-04-03T03:53:47.885Z Downloaded clap_builder v4.5.60
4562026-04-03T03:53:47.890Z Downloaded serde_core v1.0.228
4572026-04-03T03:53:47.893Z Downloaded syn v1.0.109
4582026-04-03T03:53:47.897Z Downloaded papergrid v0.11.0
4592026-04-03T03:53:47.928Z Downloaded syn v2.0.117
4602026-04-03T03:53:47.934Z Downloaded rustix v1.1.3
4612026-04-03T03:53:48.950Z Downloaded libc v0.2.180
4622026-04-03T03:53:48.953Z Compiling proc-macro2 v1.0.106
4632026-04-03T03:53:48.953Z Compiling quote v1.0.44
4642026-04-03T03:53:48.953Z Compiling unicode-ident v1.0.24
4652026-04-03T03:53:48.953Z Compiling serde_core v1.0.228
4662026-04-03T03:53:48.953Z Compiling libc v0.2.180
4672026-04-03T03:53:48.953Z Compiling version_check v0.9.5
4682026-04-03T03:53:48.953Z Compiling serde v1.0.228
4692026-04-03T03:53:48.953Z Compiling memchr v2.8.0
4702026-04-03T03:53:48.953Z Compiling stable_deref_trait v1.2.1
4712026-04-03T03:53:48.953Z Compiling zmij v1.0.21
4722026-04-03T03:53:48.953Z Compiling thiserror v1.0.69
4732026-04-03T03:53:48.953Z Compiling itoa v1.0.17
4742026-04-03T03:53:48.953Z Compiling autocfg v1.5.0
4752026-04-03T03:53:48.953Z Compiling ucd-trie v0.1.7
4762026-04-03T03:53:49.013Z Compiling pest v2.8.6
4772026-04-03T03:53:49.029Z Compiling litemap v0.8.1
4782026-04-03T03:53:49.047Z Compiling writeable v0.6.2
4792026-04-03T03:53:49.112Z Compiling byteorder v1.5.0
4802026-04-03T03:53:49.220Z Compiling rustix v1.1.3
4812026-04-03T03:53:49.241Z Compiling icu_properties_data v2.1.2
4822026-04-03T03:53:49.440Z Compiling syn v2.0.117
4832026-04-03T03:53:49.511Z Compiling icu_normalizer_data v2.1.1
4842026-04-03T03:53:49.551Z Compiling errno v0.3.14
4852026-04-03T03:53:49.716Z Compiling serde_json v1.0.149
4862026-04-03T03:53:49.734Z Compiling bitflags v2.11.0
4872026-04-03T03:53:49.835Z Compiling num-traits v0.2.19
4882026-04-03T03:53:49.960Z Compiling equivalent v1.0.2
4892026-04-03T03:53:50.021Z Compiling hashbrown v0.16.1
4902026-04-03T03:53:50.050Z Compiling pest_meta v2.8.6
4912026-04-03T03:53:50.170Z Compiling smallvec v1.15.1
4922026-04-03T03:53:50.254Z Compiling typeid v1.0.3
4932026-04-03T03:53:50.493Z Compiling indexmap v2.13.0
4942026-04-03T03:53:50.550Z Compiling thread-id v4.2.2
4952026-04-03T03:53:50.568Z Compiling usdt-impl v0.5.0
4962026-04-03T03:53:50.583Z Compiling proc-macro-error-attr v1.0.4
4972026-04-03T03:53:50.637Z Compiling winnow v0.7.14
4982026-04-03T03:53:50.784Z Compiling syn v1.0.109
4992026-04-03T03:53:50.855Z Compiling toml_write v0.1.2
5002026-04-03T03:53:51.077Z Compiling erased-serde v0.4.9
5012026-04-03T03:53:51.341Z Compiling proc-macro-error v1.0.4
5022026-04-03T03:53:51.411Z Compiling thiserror v2.0.18
5032026-04-03T03:53:51.540Z Compiling camino v1.2.2
5042026-04-03T03:53:51.745Z Compiling percent-encoding v2.3.2
5052026-04-03T03:53:51.763Z Compiling utf8_iter v1.0.4
5062026-04-03T03:53:51.826Z Compiling utf8parse v0.2.2
5072026-04-03T03:53:51.830Z Compiling plain v0.2.3
5082026-04-03T03:53:51.868Z Compiling getrandom v0.4.1
5092026-04-03T03:53:51.918Z Compiling log v0.4.29
5102026-04-03T03:53:51.942Z Compiling anstyle-parse v0.2.7
5112026-04-03T03:53:51.961Z Compiling form_urlencoded v1.2.2
5122026-04-03T03:53:52.110Z Compiling synstructure v0.13.2
5132026-04-03T03:53:52.145Z Compiling pest_generator v2.8.6
5142026-04-03T03:53:52.162Z Compiling ordered-float v2.10.1
5152026-04-03T03:53:52.300Z Compiling terminal_size v0.4.3
5162026-04-03T03:53:52.454Z Compiling anstyle v1.0.13
5172026-04-03T03:53:52.659Z Compiling colorchoice v1.0.4
5182026-04-03T03:53:52.663Z Compiling cfg-if v1.0.4
5192026-04-03T03:53:52.696Z Compiling anstyle-query v1.1.5
5202026-04-03T03:53:52.719Z Compiling is_terminal_polyfill v1.70.2
5212026-04-03T03:53:52.736Z Compiling pretty-hex v0.4.1
5222026-04-03T03:53:52.798Z Compiling anstream v0.6.21
5232026-04-03T03:53:52.836Z Compiling serde-untagged v0.1.9
5242026-04-03T03:53:52.887Z Compiling semver v1.0.27
5252026-04-03T03:53:52.938Z Compiling fs-err v3.3.0
5262026-04-03T03:53:53.077Z Compiling unicode-xid v0.2.6
5272026-04-03T03:53:53.103Z Compiling heck v0.4.1
5282026-04-03T03:53:53.125Z Compiling heck v0.5.0
5292026-04-03T03:53:53.207Z Compiling clap_lex v1.0.0
5302026-04-03T03:53:53.224Z Compiling bytecount v0.6.9
5312026-04-03T03:53:53.250Z Compiling unicode-width v0.1.14
5322026-04-03T03:53:53.329Z Compiling fnv v1.0.7
5332026-04-03T03:53:53.361Z Compiling once_cell v1.21.3
5342026-04-03T03:53:53.365Z Compiling strsim v0.11.1
5352026-04-03T03:53:53.451Z Compiling fastrand v2.3.0
5362026-04-03T03:53:53.525Z Compiling anyhow v1.0.102
5372026-04-03T03:53:53.576Z Compiling clap_builder v4.5.60
5382026-04-03T03:53:53.715Z Compiling tempfile v3.25.0
5392026-04-03T03:53:53.731Z Compiling papergrid v0.11.0
5402026-04-03T03:53:53.782Z Compiling serde_derive v1.0.228
5412026-04-03T03:53:53.831Z Compiling zerofrom-derive v0.1.6
5422026-04-03T03:53:53.852Z Compiling yoke-derive v0.8.1
5432026-04-03T03:53:54.086Z Compiling zerovec-derive v0.11.2
5442026-04-03T03:53:54.305Z Compiling displaydoc v0.2.5
5452026-04-03T03:53:54.980Z Compiling thiserror-impl v1.0.69
5462026-04-03T03:53:55.035Z Compiling zerocopy-derive v0.7.35
5472026-04-03T03:53:55.145Z Compiling pest_derive v2.8.6
5482026-04-03T03:53:55.202Z Compiling zerofrom v0.1.6
5492026-04-03T03:53:55.205Z Compiling scroll_derive v0.12.1
5502026-04-03T03:53:55.354Z Compiling yoke v0.8.1
5512026-04-03T03:53:55.551Z Compiling zerovec v0.11.5
5522026-04-03T03:53:55.570Z Compiling zerotrie v0.2.3
5532026-04-03T03:53:55.896Z Compiling scroll v0.12.0
5542026-04-03T03:53:55.896Z Compiling thiserror-impl v2.0.18
5552026-04-03T03:53:55.959Z Compiling zerocopy v0.7.35
5562026-04-03T03:53:56.107Z Compiling tinystr v0.8.2
5572026-04-03T03:53:56.223Z Compiling potential_utf v0.1.4
5582026-04-03T03:53:56.320Z Compiling icu_locale_core v2.1.1
5592026-04-03T03:53:56.368Z Compiling icu_collections v2.1.1
5602026-04-03T03:53:56.397Z Compiling dtrace-parser v0.2.0
5612026-04-03T03:53:56.524Z Compiling goblin v0.8.2
5622026-04-03T03:53:56.619Z Compiling tabled_derive v0.7.0
5632026-04-03T03:53:57.089Z Compiling icu_provider v2.1.1
5642026-04-03T03:53:57.158Z Compiling serde_spanned v0.6.9
5652026-04-03T03:53:57.212Z Compiling toml_datetime v0.6.11
5662026-04-03T03:53:57.233Z Compiling serde-value v0.7.0
5672026-04-03T03:53:57.309Z Compiling dof v0.3.0
5682026-04-03T03:53:57.366Z Compiling icu_properties v2.1.2
5692026-04-03T03:53:57.400Z Compiling icu_normalizer v2.1.1
5702026-04-03T03:53:57.418Z Compiling toml_edit v0.22.27
5712026-04-03T03:53:57.486Z Compiling serde_tokenstream v0.2.3
5722026-04-03T03:53:57.546Z Compiling cargo-platform v0.2.0
5732026-04-03T03:53:57.756Z Compiling clap_derive v4.5.55
5742026-04-03T03:53:57.801Z Compiling memmap v0.7.0
5752026-04-03T03:53:57.822Z Compiling unicode-linebreak v0.1.5
5762026-04-03T03:53:57.945Z Compiling smawk v0.3.2
5772026-04-03T03:53:57.988Z Compiling unicode-width v0.2.0
5782026-04-03T03:53:58.066Z Compiling tabled v0.15.0
5792026-04-03T03:53:58.087Z Compiling macaddr v1.0.1
5802026-04-03T03:53:58.224Z Compiling idna_adapter v1.2.1
5812026-04-03T03:53:58.267Z Compiling usdt-attr-macro v0.5.0
5822026-04-03T03:53:58.321Z Compiling usdt-macro v0.5.0
5832026-04-03T03:53:58.372Z Compiling idna v1.1.0
5842026-04-03T03:53:58.446Z Compiling textwrap v0.16.2
5852026-04-03T03:53:58.909Z Compiling toml v0.8.23
5862026-04-03T03:53:58.952Z Compiling url v2.5.8
5872026-04-03T03:53:59.461Z Compiling cargo-util-schemas v0.8.2
5882026-04-03T03:53:59.524Z Compiling clap v4.5.60
5892026-04-03T03:53:59.614Z Compiling cargo_toml v0.21.0
5902026-04-03T03:53:59.634Z Compiling camino-tempfile v1.4.1
5912026-04-03T03:53:59.696Z Compiling usdt v0.5.0
5922026-04-03T03:53:59.954Z Compiling swrite v0.1.0
5932026-04-03T03:53:59.958Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-04-03T03:54:00.397Z Compiling cargo_metadata v0.21.0
5952026-04-03T03:54:01.344Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-03T03:54:03.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.65s
5972026-04-03T03:54:03.672Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-03T03:54:04.246Z Downloading crates ...
5992026-04-03T03:54:04.365Z Downloaded cfg_aliases v0.1.1
6002026-04-03T03:54:04.375Z Downloaded argon2 v0.5.3
6012026-04-03T03:54:04.380Z Downloaded bit-vec v0.6.3
6022026-04-03T03:54:04.380Z Downloaded bitfield v0.19.4
6032026-04-03T03:54:04.380Z Downloaded cancel-safe-futures v0.1.5
6042026-04-03T03:54:04.390Z Downloaded base64 v0.21.7
6052026-04-03T03:54:04.394Z Downloaded ff v0.13.1
6062026-04-03T03:54:04.394Z Downloaded dropshot-api-manager-types v0.6.0
6072026-04-03T03:54:04.394Z Downloaded derive_builder_macro v0.20.2
6082026-04-03T03:54:04.394Z Downloaded blake2 v0.10.6
6092026-04-03T03:54:04.398Z Downloaded async-stream-impl v0.3.6
6102026-04-03T03:54:04.399Z Downloaded ar_archive_writer v0.5.1
6112026-04-03T03:54:04.399Z Downloaded document-features v0.2.12
6122026-04-03T03:54:04.399Z Downloaded defmt-parser v1.0.0
6132026-04-03T03:54:04.403Z Downloaded curve25519-dalek-derive v0.1.1
6142026-04-03T03:54:04.403Z Downloaded flagset v0.4.7
6152026-04-03T03:54:04.403Z Downloaded aead v0.5.2
6162026-04-03T03:54:04.403Z Downloaded async-trait v0.1.89
6172026-04-03T03:54:04.407Z Downloaded console v0.15.11
6182026-04-03T03:54:04.407Z Downloaded base16ct v0.2.0
6192026-04-03T03:54:04.407Z Downloaded base16ct v1.0.0
6202026-04-03T03:54:04.410Z Downloaded defmt v0.3.100
6212026-04-03T03:54:04.410Z Downloaded bcrypt-pbkdf v0.10.0
6222026-04-03T03:54:04.416Z Downloaded atomicwrites v0.4.4
6232026-04-03T03:54:04.416Z Downloaded cargo-platform v0.1.9
6242026-04-03T03:54:04.419Z Downloaded cexpr v0.6.0
6252026-04-03T03:54:04.423Z Downloaded derive_more-impl v2.1.1
6262026-04-03T03:54:04.430Z Downloaded async-stream v0.3.6
6272026-04-03T03:54:04.434Z Downloaded convert_case v0.4.0
6282026-04-03T03:54:04.437Z Downloaded bb8 v0.8.6
6292026-04-03T03:54:04.442Z Downloaded cbc v0.1.2
6302026-04-03T03:54:04.445Z Downloaded crossbeam-epoch v0.9.18
6312026-04-03T03:54:04.445Z Downloaded buf-list v1.1.2
6322026-04-03T03:54:04.449Z Downloaded diesel_table_macro_syntax v0.3.0
6332026-04-03T03:54:04.453Z Downloaded diesel v2.3.7
6342026-04-03T03:54:04.461Z Downloaded display-error-chain v0.2.2
6352026-04-03T03:54:04.464Z Downloaded crossterm v0.29.0
6362026-04-03T03:54:04.469Z Downloaded futures-sink v0.3.32
6372026-04-03T03:54:04.469Z Downloaded fixedbitset v0.4.2
6382026-04-03T03:54:04.469Z Downloaded darling_macro v0.21.3
6392026-04-03T03:54:04.474Z Downloaded ciborium v0.2.2
6402026-04-03T03:54:04.474Z Downloaded crc32fast v1.5.0
6412026-04-03T03:54:04.474Z Downloaded enum-as-inner v0.6.1
6422026-04-03T03:54:04.474Z Downloaded crucible-workspace-hack v0.1.0
6432026-04-03T03:54:04.478Z Downloaded byte-wrapper v0.1.0
6442026-04-03T03:54:04.478Z Downloaded bit-set v0.8.0
6452026-04-03T03:54:04.478Z Downloaded critical-section v1.2.0
6462026-04-03T03:54:04.478Z Downloaded backoff v0.4.0
6472026-04-03T03:54:04.482Z Downloaded crunchy v0.2.4
6482026-04-03T03:54:04.482Z Downloaded darling_macro v0.20.11
6492026-04-03T03:54:04.482Z Downloaded const_format v0.2.35
6502026-04-03T03:54:04.485Z Downloaded darling_macro v0.23.0
6512026-04-03T03:54:04.485Z Downloaded base64 v0.22.1
6522026-04-03T03:54:04.485Z Downloaded dyn-clone v1.0.20
6532026-04-03T03:54:04.489Z Downloaded cpufeatures v0.3.0
6542026-04-03T03:54:04.489Z Downloaded foreign-types v0.3.2
6552026-04-03T03:54:04.489Z Downloaded ecdsa v0.16.9
6562026-04-03T03:54:04.492Z Downloaded atty v0.2.14
6572026-04-03T03:54:04.493Z Downloaded ascii-canvas v3.0.0
6582026-04-03T03:54:04.493Z Downloaded env_logger v0.11.9
6592026-04-03T03:54:04.493Z Downloaded fxhash v0.2.1
6602026-04-03T03:54:04.496Z Downloaded filetime v0.2.27
6612026-04-03T03:54:04.496Z Downloaded fd-lock v4.0.4
6622026-04-03T03:54:04.496Z Downloaded downcast-rs v2.0.2
6632026-04-03T03:54:04.500Z Downloaded aes-gcm v0.10.3
6642026-04-03T03:54:04.500Z Downloaded blowfish v0.9.1
6652026-04-03T03:54:04.500Z Downloaded data-encoding v2.10.0
6662026-04-03T03:54:04.504Z Downloaded crc v3.4.0
6672026-04-03T03:54:04.504Z Downloaded csv-core v0.1.13
6682026-04-03T03:54:04.504Z Downloaded embedded-io v0.6.1
6692026-04-03T03:54:04.508Z Downloaded dirs-sys-next v0.1.2
6702026-04-03T03:54:04.508Z Downloaded block-padding v0.3.3
6712026-04-03T03:54:04.508Z Downloaded bitfield-macros v0.19.4
6722026-04-03T03:54:04.508Z Downloaded async-recursion v1.1.1
6732026-04-03T03:54:04.511Z Downloaded fs-err v2.11.0
6742026-04-03T03:54:04.515Z Downloaded drift v0.1.3
6752026-04-03T03:54:04.518Z Downloaded globwalk v0.9.1
6762026-04-03T03:54:04.518Z Downloaded darling v0.23.0
6772026-04-03T03:54:04.522Z Downloaded foreign-types-macros v0.2.3
6782026-04-03T03:54:04.522Z Downloaded foreign-types v0.5.0
6792026-04-03T03:54:04.522Z Downloaded ctr v0.9.2
6802026-04-03T03:54:04.522Z Downloaded foreign-types-shared v0.1.1
6812026-04-03T03:54:04.525Z Downloaded colored v2.2.0
6822026-04-03T03:54:04.526Z Downloaded chacha20 v0.10.0
6832026-04-03T03:54:04.529Z Downloaded float-ord v0.3.2
6842026-04-03T03:54:04.529Z Downloaded embedded-io v0.4.0
6852026-04-03T03:54:04.529Z Downloaded crc-any v2.5.0
6862026-04-03T03:54:04.529Z Downloaded clang-sys v1.8.1
6872026-04-03T03:54:04.532Z Downloaded bzip2 v0.6.1
6882026-04-03T03:54:04.532Z Downloaded dsl_auto_type v0.2.0
6892026-04-03T03:54:04.537Z Downloaded dirs-next v2.0.0
6902026-04-03T03:54:04.537Z Downloaded cassowary v0.3.0
6912026-04-03T03:54:04.541Z Downloaded git-stub v1.0.0
6922026-04-03T03:54:04.545Z Downloaded env_filter v1.0.0
6932026-04-03T03:54:04.548Z Downloaded debug-ignore v1.0.5
6942026-04-03T03:54:04.552Z Downloaded camino-tempfile-ext v0.3.3
6952026-04-03T03:54:04.556Z Downloaded find-msvc-tools v0.1.9
6962026-04-03T03:54:04.556Z Downloaded assert_matches v1.5.0
6972026-04-03T03:54:04.556Z Downloaded cstr-argument v0.1.2
6982026-04-03T03:54:04.559Z Downloaded chacha20 v0.9.1
6992026-04-03T03:54:04.559Z Downloaded defmt v1.0.1
7002026-04-03T03:54:04.563Z Downloaded futures-task v0.3.32
7012026-04-03T03:54:04.563Z Downloaded derive_builder_core v0.20.2
7022026-04-03T03:54:04.563Z Downloaded derive_builder v0.20.2
7032026-04-03T03:54:04.566Z Downloaded const_format_proc_macros v0.2.34
7042026-04-03T03:54:04.570Z Downloaded cargo_toml v0.22.3
7052026-04-03T03:54:04.570Z Downloaded cipher v0.4.4
7062026-04-03T03:54:04.570Z Downloaded cobs v0.3.0
7072026-04-03T03:54:04.574Z Downloaded ciborium-ll v0.2.2
7082026-04-03T03:54:04.577Z Downloaded crc8 v0.1.1
7092026-04-03T03:54:04.581Z Downloaded endian-type v0.1.2
7102026-04-03T03:54:04.581Z Downloaded futures-macro v0.3.32
7112026-04-03T03:54:04.585Z Downloaded foreign-types-shared v0.3.1
7122026-04-03T03:54:04.585Z Downloaded cfg_aliases v0.2.1
7132026-04-03T03:54:04.585Z Downloaded castaway v0.2.4
7142026-04-03T03:54:04.585Z Downloaded futures-core v0.3.32
7152026-04-03T03:54:04.589Z Downloaded hex v0.4.3
7162026-04-03T03:54:04.589Z Downloaded arrayref v0.3.9
7172026-04-03T03:54:04.589Z Downloaded gethostname v0.5.0
7182026-04-03T03:54:04.589Z Downloaded git-stub-vcs v0.1.0
7192026-04-03T03:54:04.593Z Downloaded bitflags v1.3.2
7202026-04-03T03:54:04.593Z Downloaded array-init v0.0.4
7212026-04-03T03:54:04.593Z Downloaded bit-set v0.5.3
7222026-04-03T03:54:04.597Z Downloaded futures-io v0.3.32
7232026-04-03T03:54:04.597Z Downloaded defmt-macros v1.0.1
7242026-04-03T03:54:04.597Z Downloaded difflib v0.4.0
7252026-04-03T03:54:04.602Z Downloaded fs_extra v1.3.0
7262026-04-03T03:54:04.602Z Downloaded bzip2 v0.4.4
7272026-04-03T03:54:04.602Z Downloaded atomic-waker v1.1.2
7282026-04-03T03:54:04.602Z Downloaded dunce v1.0.5
7292026-04-03T03:54:04.608Z Downloaded convert_case v0.10.0
7302026-04-03T03:54:04.612Z Downloaded hostname v0.4.2
7312026-04-03T03:54:04.616Z Downloaded hash32 v0.2.1
7322026-04-03T03:54:04.621Z Downloaded allocator-api2 v0.2.21
7332026-04-03T03:54:04.621Z Downloaded arrayvec v0.7.6
7342026-04-03T03:54:04.627Z Downloaded bcs v0.1.6
7352026-04-03T03:54:04.631Z Downloaded adler2 v2.0.1
7362026-04-03T03:54:04.636Z Downloaded hex-literal v0.4.1
7372026-04-03T03:54:04.636Z Downloaded ghash v0.5.1
7382026-04-03T03:54:04.636Z Downloaded float-cmp v0.10.0
7392026-04-03T03:54:04.636Z Downloaded daft-derive v0.1.5
7402026-04-03T03:54:04.693Z Downloaded derive-ex v0.1.8
7412026-04-03T03:54:04.693Z Downloaded fixedbitset v0.5.7
7422026-04-03T03:54:04.694Z Downloaded erased-serde v0.3.31
7432026-04-03T03:54:04.694Z Downloaded ed25519 v2.2.3
7442026-04-03T03:54:04.694Z Downloaded der_derive v0.7.3
7452026-04-03T03:54:04.694Z Downloaded futures-channel v0.3.32
7462026-04-03T03:54:04.694Z Downloaded cookie v0.18.1
7472026-04-03T03:54:04.694Z Downloaded colored v3.1.1
7482026-04-03T03:54:04.694Z Downloaded futures-executor v0.3.32
7492026-04-03T03:54:04.694Z Downloaded funty v2.0.0
7502026-04-03T03:54:04.694Z Downloaded darling v0.20.11
7512026-04-03T03:54:04.694Z Downloaded cmake v0.1.57
7522026-04-03T03:54:04.694Z Downloaded const-oid v0.9.6
7532026-04-03T03:54:04.694Z Downloaded getrandom v0.2.17
7542026-04-03T03:54:04.694Z Downloaded http-range v0.1.5
7552026-04-03T03:54:04.694Z Downloaded bitfield-struct v0.6.2
7562026-04-03T03:54:04.694Z Downloaded backon v1.6.0
7572026-04-03T03:54:04.694Z Downloaded http-body v1.0.1
7582026-04-03T03:54:04.694Z Downloaded home v0.5.12
7592026-04-03T03:54:04.694Z Downloaded http-body-util v0.1.3
7602026-04-03T03:54:04.694Z Downloaded elliptic-curve v0.13.8
7612026-04-03T03:54:04.695Z Downloaded indent_write v2.2.0
7622026-04-03T03:54:04.695Z Downloaded compact_str v0.8.1
7632026-04-03T03:54:04.695Z Downloaded foldhash v0.1.5
7642026-04-03T03:54:04.695Z Downloaded either v1.15.0
7652026-04-03T03:54:04.695Z Downloaded hubpack_derive v0.1.1
7662026-04-03T03:54:04.695Z Downloaded futures v0.3.32
7672026-04-03T03:54:04.695Z Downloaded hyper-tls v0.6.0
7682026-04-03T03:54:04.695Z Downloaded half v1.8.3
7692026-04-03T03:54:04.695Z Downloaded globset v0.4.18
7702026-04-03T03:54:04.695Z Downloaded crc-catalog v2.4.0
7712026-04-03T03:54:04.695Z Downloaded fallible-iterator v0.2.0
7722026-04-03T03:54:04.695Z Downloaded is-terminal v0.4.17
7732026-04-03T03:54:04.695Z Downloaded dof v0.4.0
7742026-04-03T03:54:04.695Z Downloaded diesel-dtrace v0.5.0
7752026-04-03T03:54:04.695Z Downloaded instability v0.3.11
7762026-04-03T03:54:04.695Z Downloaded daft v0.1.5
7772026-04-03T03:54:04.695Z Downloaded fatfs v0.3.6
7782026-04-03T03:54:04.695Z Downloaded inout v0.1.4
7792026-04-03T03:54:04.701Z Downloaded bit-vec v0.8.0
7802026-04-03T03:54:04.701Z Downloaded hash32 v0.3.1
7812026-04-03T03:54:04.701Z Downloaded crossbeam-channel v0.5.15
7822026-04-03T03:54:04.701Z Downloaded glob v0.3.3
7832026-04-03T03:54:04.701Z Downloaded corncobs v0.1.4
7842026-04-03T03:54:04.701Z Downloaded lazy_static v1.5.0
7852026-04-03T03:54:04.708Z Downloaded cargo_metadata v0.19.2
7862026-04-03T03:54:04.708Z Downloaded base64ct v1.8.3
7872026-04-03T03:54:04.712Z Downloaded des v0.8.1
7882026-04-03T03:54:04.712Z Downloaded diff v0.1.13
7892026-04-03T03:54:04.716Z Downloaded headers-core v0.3.0
7902026-04-03T03:54:04.716Z Downloaded group v0.13.0
7912026-04-03T03:54:04.716Z Downloaded dtrace-parser v0.3.0
7922026-04-03T03:54:04.716Z Downloaded arc-swap v1.8.2
7932026-04-03T03:54:04.721Z Downloaded highway v1.3.0
7942026-04-03T03:54:04.721Z Downloaded crossbeam-utils v0.8.21
7952026-04-03T03:54:04.721Z Downloaded darling v0.21.3
7962026-04-03T03:54:04.726Z Downloaded lru-cache v0.1.2
7972026-04-03T03:54:04.730Z Downloaded deranged v0.5.8
7982026-04-03T03:54:04.734Z Downloaded ipnetwork v0.21.1
7992026-04-03T03:54:04.734Z Downloaded humantime v2.3.0
8002026-04-03T03:54:04.734Z Downloaded hubpack v0.1.2
8012026-04-03T03:54:04.737Z Downloaded foldhash v0.2.0
8022026-04-03T03:54:04.737Z Downloaded httpdate v1.0.3
8032026-04-03T03:54:04.737Z Downloaded impl-trait-for-tuples v0.2.3
8042026-04-03T03:54:04.741Z Downloaded ingot v0.1.1
8052026-04-03T03:54:04.741Z Downloaded hyper-staticfile v0.10.1
8062026-04-03T03:54:04.744Z Downloaded crossbeam-deque v0.8.6
8072026-04-03T03:54:04.758Z Downloaded newtype-uuid-macros v0.1.0
8082026-04-03T03:54:04.762Z Downloaded md5 v0.7.0
8092026-04-03T03:54:04.762Z Downloaded md-5 v0.10.6
8102026-04-03T03:54:04.762Z Downloaded cookie_store v0.22.1
8112026-04-03T03:54:04.765Z Downloaded lru-slab v0.1.2
8122026-04-03T03:54:04.765Z Downloaded lalrpop-util v0.19.12
8132026-04-03T03:54:04.765Z Downloaded instant v0.1.13
8142026-04-03T03:54:04.765Z Downloaded hostname v0.3.1
8152026-04-03T03:54:04.769Z Downloaded dropshot_endpoint v0.16.7
8162026-04-03T03:54:04.769Z Downloaded ahash v0.8.12
8172026-04-03T03:54:04.772Z Downloaded derive-where v1.6.0
8182026-04-03T03:54:04.776Z Downloaded mime v0.3.17
8192026-04-03T03:54:04.776Z Downloaded libscf-sys v1.1.0
8202026-04-03T03:54:04.776Z Downloaded match_cfg v0.1.0
8212026-04-03T03:54:04.780Z Downloaded ena v0.14.4
8222026-04-03T03:54:04.780Z Downloaded half v2.7.1
8232026-04-03T03:54:04.780Z Downloaded num v0.4.3
8242026-04-03T03:54:04.783Z Downloaded hmac v0.12.1
8252026-04-03T03:54:04.784Z Downloaded derive_more v0.99.20
8262026-04-03T03:54:04.787Z Downloaded ipnet v2.11.0
8272026-04-03T03:54:04.787Z Downloaded hyper-rustls v0.27.7
8282026-04-03T03:54:04.787Z Downloaded ingot-macros v0.1.1
8292026-04-03T03:54:04.790Z Downloaded httparse v1.10.1
8302026-04-03T03:54:04.794Z Downloaded maybe-uninit v2.0.0
8312026-04-03T03:54:04.794Z Downloaded maplit v1.0.2
8322026-04-03T03:54:04.798Z Downloaded num_threads v0.1.7
8332026-04-03T03:54:04.798Z Downloaded ingot-types v0.1.2
8342026-04-03T03:54:04.798Z Downloaded num-derive v0.3.3
8352026-04-03T03:54:04.798Z Downloaded indoc v2.0.7
8362026-04-03T03:54:04.801Z Downloaded kstat-rs v0.2.4
8372026-04-03T03:54:04.805Z Downloaded darling_core v0.20.11
8382026-04-03T03:54:04.809Z Downloaded num_enum_derive v0.5.11
8392026-04-03T03:54:04.812Z Downloaded lock_api v0.4.14
8402026-04-03T03:54:04.812Z Downloaded openssl-probe v0.1.6
8412026-04-03T03:54:04.815Z Downloaded cc v1.2.56
8422026-04-03T03:54:04.819Z Downloaded libsw-core v0.3.2
8432026-04-03T03:54:04.822Z Downloaded libefi-sys v0.1.0
8442026-04-03T03:54:04.825Z Downloaded heapless v0.7.17
8452026-04-03T03:54:04.831Z Downloaded mime_guess v2.0.5
8462026-04-03T03:54:04.831Z Downloaded num-derive v0.4.2
8472026-04-03T03:54:04.834Z Downloaded der v0.7.10
8482026-04-03T03:54:04.834Z Downloaded bytes v1.11.1
8492026-04-03T03:54:04.837Z Downloaded num-complex v0.4.6
8502026-04-03T03:54:04.838Z Downloaded linear-map v1.2.0
8512026-04-03T03:54:04.838Z Downloaded bumpalo v3.20.2
8522026-04-03T03:54:04.842Z Downloaded aes v0.8.4
8532026-04-03T03:54:04.842Z Downloaded chacha20poly1305 v0.10.1
8542026-04-03T03:54:04.845Z Downloaded hickory-resolver v0.24.4
8552026-04-03T03:54:04.845Z Downloaded litrs v1.0.0
8562026-04-03T03:54:04.848Z Downloaded ident_case v1.0.1
8572026-04-03T03:54:04.851Z Downloaded aho-corasick v1.1.4
8582026-04-03T03:54:04.855Z Downloaded num_enum v0.7.5
8592026-04-03T03:54:04.858Z Downloaded num-iter v0.1.45
8602026-04-03T03:54:04.858Z Downloaded crypto-bigint v0.5.5
8612026-04-03T03:54:04.861Z Downloaded path-slash v0.1.5
8622026-04-03T03:54:04.861Z Downloaded nonempty v0.12.0
8632026-04-03T03:54:04.864Z Downloaded flume v0.11.1
8642026-04-03T03:54:04.864Z Downloaded num_enum_derive v0.7.5
8652026-04-03T03:54:04.864Z Downloaded async-bb8-diesel v0.2.1
8662026-04-03T03:54:04.868Z Downloaded num_enum v0.5.11
8672026-04-03T03:54:04.871Z Downloaded console v0.16.2
8682026-04-03T03:54:04.874Z Downloaded memmap2 v0.9.10
8692026-04-03T03:54:04.874Z Downloaded ignore v0.4.25
8702026-04-03T03:54:04.883Z Downloaded packed_struct_codegen v0.10.1
8712026-04-03T03:54:04.892Z Downloaded num-conv v0.2.0
8722026-04-03T03:54:04.896Z Downloaded newtype_derive v0.1.6
8732026-04-03T03:54:04.896Z Downloaded nu-ansi-term v0.50.3
8742026-04-03T03:54:04.896Z Downloaded oxnet v0.1.4
8752026-04-03T03:54:04.899Z Downloaded indexmap v1.9.3
8762026-04-03T03:54:04.899Z Downloaded blake3 v1.8.3
8772026-04-03T03:54:04.903Z Downloaded is_ci v1.2.0
8782026-04-03T03:54:04.906Z Downloaded native-tls v0.2.18
8792026-04-03T03:54:04.906Z Downloaded predicates-tree v1.0.13
8802026-04-03T03:54:04.910Z Downloaded phf v0.12.1
8812026-04-03T03:54:04.914Z Downloaded indicatif v0.18.4
8822026-04-03T03:54:04.918Z Downloaded pbkdf2 v0.12.2
8832026-04-03T03:54:04.923Z Downloaded parse-size v1.1.0
8842026-04-03T03:54:04.923Z Downloaded oso-derive v0.27.3
8852026-04-03T03:54:04.923Z Downloaded lzss v0.8.2
8862026-04-03T03:54:04.926Z Downloaded openssl-probe v0.2.1
8872026-04-03T03:54:04.926Z Downloaded opaque-debug v0.3.1
8882026-04-03T03:54:04.926Z Downloaded predicates-core v1.0.10
8892026-04-03T03:54:04.930Z Downloaded new_debug_unreachable v1.0.6
8902026-04-03T03:54:04.930Z Downloaded pin-project-lite v0.2.17
8912026-04-03T03:54:04.937Z Downloaded getrandom v0.3.4
8922026-04-03T03:54:04.941Z Downloaded peg-runtime v0.8.5
8932026-04-03T03:54:04.941Z Downloaded openssl-macros v0.1.1
8942026-04-03T03:54:04.941Z Downloaded headers v0.4.1
8952026-04-03T03:54:04.945Z Downloaded pkcs8 v0.10.2
8962026-04-03T03:54:04.952Z Downloaded flate2 v1.1.9
8972026-04-03T03:54:04.952Z Downloaded olpc-cjson v0.1.4
8982026-04-03T03:54:04.952Z Downloaded expectorate v1.2.0
8992026-04-03T03:54:04.952Z Downloaded darling_core v0.23.0
9002026-04-03T03:54:04.956Z Downloaded proc-macro-error-attr2 v2.0.0
9012026-04-03T03:54:04.956Z Downloaded proc-macro-crate v3.4.0
9022026-04-03T03:54:04.956Z Downloaded diesel_derives v2.3.7
9032026-04-03T03:54:04.959Z Downloaded phf_shared v0.13.1
9042026-04-03T03:54:04.959Z Downloaded ciborium-io v0.2.2
9052026-04-03T03:54:04.963Z Downloaded phf_shared v0.12.1
9062026-04-03T03:54:04.963Z Downloaded phf_shared v0.11.3
9072026-04-03T03:54:04.967Z Downloaded precomputed-hash v0.1.1
9082026-04-03T03:54:04.967Z Downloaded nibble_vec v0.1.0
9092026-04-03T03:54:04.971Z Downloaded postgres-protocol v0.6.10
9102026-04-03T03:54:04.971Z Downloaded primeorder v0.13.6
9112026-04-03T03:54:04.971Z Downloaded progenitor-client v0.11.2
9122026-04-03T03:54:04.972Z Downloaded ppv-lite86 v0.2.21
9132026-04-03T03:54:04.977Z Downloaded p256 v0.13.2
9142026-04-03T03:54:04.977Z Downloaded newtype-uuid v1.3.2
9152026-04-03T03:54:04.977Z Downloaded derive_more v2.1.1
9162026-04-03T03:54:04.981Z Downloaded oso v0.27.3
9172026-04-03T03:54:04.986Z Downloaded password-hash v0.5.0
9182026-04-03T03:54:04.986Z Downloaded progenitor-macro v0.11.2
9192026-04-03T03:54:04.986Z Downloaded progenitor-macro v0.10.0
9202026-04-03T03:54:04.990Z Downloaded miniz_oxide v0.8.9
9212026-04-03T03:54:04.990Z Downloaded jobserver v0.1.34
9222026-04-03T03:54:04.990Z Downloaded iana-time-zone v0.1.65
9232026-04-03T03:54:04.994Z Downloaded psl-types v2.0.11
9242026-04-03T03:54:04.994Z Downloaded parse-display v0.10.0
9252026-04-03T03:54:04.994Z Downloaded num-rational v0.4.2
9262026-04-03T03:54:04.995Z Downloaded quick-error v1.2.3
9272026-04-03T03:54:04.998Z Downloaded num-integer v0.1.46
9282026-04-03T03:54:04.999Z Downloaded keccak v0.1.6
9292026-04-03T03:54:04.999Z Downloaded pem v3.0.6
9302026-04-03T03:54:04.999Z Downloaded peg v0.8.5
9312026-04-03T03:54:05.005Z Downloaded radium v0.7.0
9322026-04-03T03:54:05.005Z Downloaded progenitor-client v0.10.0
9332026-04-03T03:54:05.006Z Downloaded parking_lot_core v0.8.6
9342026-04-03T03:54:05.006Z Downloaded libloading v0.8.9
9352026-04-03T03:54:05.016Z Downloaded libbz2-rs-sys v0.2.2
9362026-04-03T03:54:05.016Z Downloaded progenitor-extras v0.1.1
9372026-04-03T03:54:05.027Z Downloaded pkcs5 v0.7.1
9382026-04-03T03:54:05.027Z Downloaded progenitor v0.10.0
9392026-04-03T03:54:05.028Z Downloaded password-hash v0.4.2
9402026-04-03T03:54:05.028Z Downloaded indoc v1.0.9
9412026-04-03T03:54:05.042Z Downloaded internet-checksum v0.2.1
9422026-04-03T03:54:05.043Z Downloaded ed25519-dalek v2.2.0
9432026-04-03T03:54:05.043Z Downloaded hickory-resolver v0.25.2
9442026-04-03T03:54:05.043Z Downloaded powerfmt v0.2.0
9452026-04-03T03:54:05.043Z Downloaded pkg-config v0.3.32
9462026-04-03T03:54:05.043Z Downloaded psm v0.1.30
9472026-04-03T03:54:05.043Z Downloaded pin-project-internal v1.1.11
9482026-04-03T03:54:05.065Z Downloaded predicates v3.1.4
9492026-04-03T03:54:05.065Z Downloaded managed v0.8.0
9502026-04-03T03:54:05.065Z Downloaded bitvec v1.0.1
9512026-04-03T03:54:05.065Z Downloaded poly1305 v0.8.0
9522026-04-03T03:54:05.066Z Downloaded progenitor-macro v0.13.0
9532026-04-03T03:54:05.066Z Downloaded memoffset v0.9.1
9542026-04-03T03:54:05.066Z Downloaded jiff-static v0.2.21
9552026-04-03T03:54:05.080Z Downloaded r2d2 v0.8.10
9562026-04-03T03:54:05.080Z Downloaded lru v0.12.5
9572026-04-03T03:54:05.080Z Downloaded pem-rfc7468 v0.7.0
9582026-04-03T03:54:05.080Z Downloaded parking_lot_core v0.9.12
9592026-04-03T03:54:05.080Z Downloaded rand_core v0.6.4
9602026-04-03T03:54:05.080Z Downloaded parking_lot v0.12.5
9612026-04-03T03:54:05.080Z Downloaded oxide-tokio-rt v0.1.3
9622026-04-03T03:54:05.088Z Downloaded postgres-types v0.2.12
9632026-04-03T03:54:05.089Z Downloaded rustc-hash v2.1.1
9642026-04-03T03:54:05.089Z Downloaded ref-cast-impl v1.0.25
9652026-04-03T03:54:05.089Z Downloaded dropshot-api-manager v0.6.0
9662026-04-03T03:54:05.089Z Downloaded darling_core v0.21.3
9672026-04-03T03:54:05.100Z Downloaded rand_seeder v0.4.0
9682026-04-03T03:54:05.101Z Downloaded progenitor v0.11.2
9692026-04-03T03:54:05.111Z Downloaded recursive-proc-macro-impl v0.1.1
9702026-04-03T03:54:05.111Z Downloaded paste v1.0.15
9712026-04-03T03:54:05.111Z Downloaded parking_lot v0.11.2
9722026-04-03T03:54:05.111Z Downloaded nodrop v0.1.14
9732026-04-03T03:54:05.111Z Downloaded newline-converter v0.3.0
9742026-04-03T03:54:05.111Z Downloaded openssl-sys v0.9.111
9752026-04-03T03:54:05.126Z Downloaded recursive v0.1.1
9762026-04-03T03:54:05.127Z Downloaded rfc6979 v0.4.0
9772026-04-03T03:54:05.143Z Downloaded iddqd v0.3.17
9782026-04-03T03:54:05.143Z Downloaded ref-cast v1.0.25
9792026-04-03T03:54:05.143Z Downloaded rand_core v0.10.0
9802026-04-03T03:54:05.144Z Downloaded rustc_version v0.1.7
9812026-04-03T03:54:05.144Z Downloaded rustc_version v0.4.1
9822026-04-03T03:54:05.144Z Downloaded normalize-line-endings v0.3.0
9832026-04-03T03:54:05.144Z Downloaded linked-hash-map v0.5.6
9842026-04-03T03:54:05.144Z Downloaded scroll_derive v0.13.1
9852026-04-03T03:54:05.144Z Downloaded same-file v1.0.6
9862026-04-03T03:54:05.144Z Downloaded rand_chacha v0.3.1
9872026-04-03T03:54:05.144Z Downloaded mio v1.1.1
9882026-04-03T03:54:05.144Z Downloaded russh-cryptovec v0.7.3
9892026-04-03T03:54:05.144Z Downloaded salsa20 v0.10.2
9902026-04-03T03:54:05.145Z Downloaded rand_xorshift v0.4.0
9912026-04-03T03:54:05.145Z Downloaded rand_core v0.9.5
9922026-04-03T03:54:05.145Z Downloaded libsw v3.5.0
9932026-04-03T03:54:05.145Z Downloaded rtoolbox v0.0.3
9942026-04-03T03:54:05.158Z Downloaded sapling-renderdag v0.1.0
9952026-04-03T03:54:05.158Z Downloaded postcard v1.1.3
9962026-04-03T03:54:05.158Z Downloaded hashbrown v0.12.3
9972026-04-03T03:54:05.158Z Downloaded progenitor v0.13.0
9982026-04-03T03:54:05.159Z Downloaded secrecy v0.8.0
9992026-04-03T03:54:05.166Z Downloaded http v1.4.0
10002026-04-03T03:54:05.166Z Downloaded multimap v0.10.1
10012026-04-03T03:54:05.168Z Downloaded pbkdf2 v0.11.0
10022026-04-03T03:54:05.169Z Downloaded papergrid v0.17.0
10032026-04-03T03:54:05.169Z Downloaded omicron-zone-package v0.12.2
10042026-04-03T03:54:05.169Z Downloaded progenitor-impl v0.13.0
10052026-04-03T03:54:05.173Z Downloaded scheduled-thread-pool v0.2.7
10062026-04-03T03:54:05.173Z Downloaded futures-util v0.3.32
10072026-04-03T03:54:05.177Z Downloaded owo-colors v4.3.0
10082026-04-03T03:54:05.177Z Downloaded scrypt v0.11.0
10092026-04-03T03:54:05.181Z Downloaded hashbrown v0.13.2
10102026-04-03T03:54:05.185Z Downloaded serde_plain v1.0.2
10112026-04-03T03:54:05.185Z Downloaded serde-big-array v0.5.1
10122026-04-03T03:54:05.185Z Downloaded hickory-server v0.25.2
10132026-04-03T03:54:05.191Z Downloaded scopeguard v1.2.0
10142026-04-03T03:54:05.191Z Downloaded serde_bytes v0.11.19
10152026-04-03T03:54:05.195Z Downloaded semver v0.1.20
10162026-04-03T03:54:05.195Z Downloaded serde_repr v0.1.20
10172026-04-03T03:54:05.195Z Downloaded pin-utils v0.1.0
10182026-04-03T03:54:05.199Z Downloaded rustls-pemfile v2.2.0
10192026-04-03T03:54:05.199Z Downloaded rustls-pemfile v1.0.4
10202026-04-03T03:54:05.202Z Downloaded progenitor-impl v0.10.0
10212026-04-03T03:54:05.202Z Downloaded resolv-conf v0.7.6
10222026-04-03T03:54:05.207Z Downloaded rustls-native-certs v0.8.3
10232026-04-03T03:54:05.211Z Downloaded signal-hook-mio v0.2.5
10242026-04-03T03:54:05.215Z Downloaded sigpipe v0.1.3
10252026-04-03T03:54:05.220Z Downloaded multer v3.1.0
10262026-04-03T03:54:05.224Z Downloaded nom v7.1.3
10272026-04-03T03:54:05.228Z Downloaded scroll v0.13.0
10282026-04-03T03:54:05.231Z Downloaded packed_struct v0.10.1
10292026-04-03T03:54:05.232Z Downloaded rustversion v1.0.22
10302026-04-03T03:54:05.237Z Downloaded phf v0.13.1
10312026-04-03T03:54:05.241Z Downloaded slog-bunyan v2.5.0
10322026-04-03T03:54:05.241Z Downloaded signal-hook-tokio v0.3.1
10332026-04-03T03:54:05.241Z Downloaded secrecy v0.10.3
10342026-04-03T03:54:05.244Z Downloaded seq-macro v0.3.6
10352026-04-03T03:54:05.247Z Downloaded h2 v0.4.13
10362026-04-03T03:54:05.251Z Downloaded slog-envlogger v2.2.0
10372026-04-03T03:54:05.251Z Downloaded serde_path_to_error v0.1.20
10382026-04-03T03:54:05.251Z Downloaded crossterm v0.28.1
10392026-04-03T03:54:05.255Z Downloaded proc-macro-crate v1.3.1
10402026-04-03T03:54:05.258Z Downloaded polyval v0.6.2
10412026-04-03T03:54:05.258Z Downloaded parse-display-derive v0.10.0
10422026-04-03T03:54:05.264Z Downloaded sha1 v0.10.6
10432026-04-03T03:54:05.267Z Downloaded serde_spanned v1.0.4
10442026-04-03T03:54:05.272Z Downloaded serde_derive_internals v0.29.1
10452026-04-03T03:54:05.272Z Downloaded prettyplease v0.2.37
10462026-04-03T03:54:05.277Z Downloaded shlex v1.3.0
10472026-04-03T03:54:05.277Z Downloaded prefix-trie v0.7.0
10482026-04-03T03:54:05.277Z Downloaded itertools v0.10.5
10492026-04-03T03:54:05.282Z Downloaded quinn-udp v0.5.14
10502026-04-03T03:54:05.282Z Downloaded peg-macros v0.8.5
10512026-04-03T03:54:05.285Z Downloaded constant_time_eq v0.4.2
10522026-04-03T03:54:05.286Z Downloaded serde-hex v0.1.0
10532026-04-03T03:54:05.286Z Downloaded sct v0.7.1
10542026-04-03T03:54:05.290Z Downloaded serde_urlencoded v0.7.1
10552026-04-03T03:54:05.293Z Downloaded ssh-encoding v0.2.0
10562026-04-03T03:54:05.297Z Downloaded signature v2.2.0
10572026-04-03T03:54:05.300Z Downloaded serde_cbor v0.11.2
10582026-04-03T03:54:05.305Z Downloaded rusty-fork v0.3.1
10592026-04-03T03:54:05.305Z Downloaded structmeta v0.3.0
10602026-04-03T03:54:05.309Z Downloaded progenitor-impl v0.11.2
10612026-04-03T03:54:05.309Z Downloaded nanorand v0.7.0
10622026-04-03T03:54:05.314Z Downloaded slog-async v2.8.0
10632026-04-03T03:54:05.318Z Downloaded num-bigint-dig v0.8.6
10642026-04-03T03:54:05.322Z Downloaded pretty_assertions v1.4.1
10652026-04-03T03:54:05.322Z Downloaded libm v0.2.16
10662026-04-03T03:54:05.325Z Downloaded slab v0.4.12
10672026-04-03T03:54:05.328Z Downloaded minimal-lexical v0.2.1
10682026-04-03T03:54:05.328Z Downloaded hyper-util v0.1.20
10692026-04-03T03:54:05.332Z Downloaded sqlparser_derive v0.5.0
10702026-04-03T03:54:05.335Z Downloaded rayon-core v1.13.0
10712026-04-03T03:54:05.335Z Downloaded rustls-platform-verifier v0.6.2
10722026-04-03T03:54:05.339Z Downloaded proc-macro-error2 v2.0.1
10732026-04-03T03:54:05.343Z Downloaded smf v0.2.3
10742026-04-03T03:54:05.343Z Downloaded progenitor-client v0.13.0
10752026-04-03T03:54:05.343Z Downloaded hashbrown v0.15.5
10762026-04-03T03:54:05.346Z Downloaded heapless v0.8.0
10772026-04-03T03:54:05.346Z Downloaded snafu-derive v0.8.9
10782026-04-03T03:54:05.349Z Downloaded slog-scope v4.4.1
10792026-04-03T03:54:05.349Z Downloaded supports-color v3.0.2
10802026-04-03T03:54:05.353Z Downloaded termtree v0.5.1
10812026-04-03T03:54:05.353Z Downloaded take_mut v0.2.2
10822026-04-03T03:54:05.353Z Downloaded shell-words v1.1.1
10832026-04-03T03:54:05.356Z Downloaded slog-term v2.9.2
10842026-04-03T03:54:05.356Z Downloaded slog-stdlog v4.1.1
10852026-04-03T03:54:05.359Z Downloaded pkcs1 v0.7.5
10862026-04-03T03:54:05.363Z Downloaded sync-ptr v0.1.4
10872026-04-03T03:54:05.363Z Downloaded strum v0.27.2
10882026-04-03T03:54:05.363Z Downloaded static_assertions v1.1.0
10892026-04-03T03:54:05.363Z Downloaded sec1 v0.7.3
10902026-04-03T03:54:05.370Z Downloaded rustls-pki-types v1.14.0
10912026-04-03T03:54:05.370Z Downloaded russh-keys v0.45.0
10922026-04-03T03:54:05.373Z Downloaded ryu v1.0.23
10932026-04-03T03:54:05.373Z Downloaded siphasher v1.0.2
10942026-04-03T03:54:05.377Z Downloaded strip-ansi-escapes v0.2.1
10952026-04-03T03:54:05.380Z Downloaded strum_macros v0.24.3
10962026-04-03T03:54:05.383Z Downloaded tagptr v0.2.0
10972026-04-03T03:54:05.383Z Downloaded tabwriter v1.4.1
10982026-04-03T03:54:05.383Z Downloaded subtle v2.6.1
10992026-04-03T03:54:05.387Z Downloaded schemars v0.8.22
11002026-04-03T03:54:05.391Z Downloaded tabled_derive v0.11.0
11012026-04-03T03:54:05.396Z Downloaded slog-json v2.6.1
11022026-04-03T03:54:05.396Z Downloaded spki v0.7.3
11032026-04-03T03:54:05.396Z Downloaded ron v0.8.1
11042026-04-03T03:54:05.399Z Downloaded quinn v0.11.9
11052026-04-03T03:54:05.402Z Downloaded iri-string v0.7.10
11062026-04-03T03:54:05.406Z Downloaded sync_wrapper v1.0.2
11072026-04-03T03:54:05.406Z Downloaded strum v0.26.3
11082026-04-03T03:54:05.411Z Downloaded tinyvec_macros v0.1.1
11092026-04-03T03:54:05.417Z Downloaded structmeta-derive v0.3.0
11102026-04-03T03:54:05.420Z Downloaded signal-hook-registry v1.4.8
11112026-04-03T03:54:05.420Z Downloaded thread-id v5.1.0
11122026-04-03T03:54:05.425Z Downloaded qorb v0.4.1
11132026-04-03T03:54:05.428Z Downloaded sqlformat v0.3.5
11142026-04-03T03:54:05.428Z Downloaded stringprep v0.1.5
11152026-04-03T03:54:05.432Z Downloaded rand_chacha v0.9.0
11162026-04-03T03:54:05.436Z Downloaded rcgen v0.12.1
11172026-04-03T03:54:05.439Z Downloaded time-core v0.1.8
11182026-04-03T03:54:05.446Z Downloaded simd-adler32 v0.3.8
11192026-04-03T03:54:05.450Z Downloaded strum_macros v0.27.2
11202026-04-03T03:54:05.453Z Downloaded slog-dtrace v0.3.0
11212026-04-03T03:54:05.453Z Downloaded schemars_derive v0.8.22
11222026-04-03T03:54:05.458Z Downloaded tower-service v0.3.3
11232026-04-03T03:54:05.458Z Downloaded chrono v0.4.44
11242026-04-03T03:54:05.461Z Downloaded testing_table v0.3.0
11252026-04-03T03:54:05.465Z Downloaded tap v1.0.1
11262026-04-03T03:54:05.465Z Downloaded strum_macros v0.26.4
11272026-04-03T03:54:05.469Z Downloaded try-lock v0.2.5
11282026-04-03T03:54:05.472Z Downloaded spin v0.9.8
11292026-04-03T03:54:05.477Z Downloaded tower-layer v0.3.3
11302026-04-03T03:54:05.477Z Downloaded topological-sort v0.2.2
11312026-04-03T03:54:05.477Z Downloaded thread_local v1.1.9
11322026-04-03T03:54:05.481Z Downloaded rand v0.9.2
11332026-04-03T03:54:05.481Z Downloaded thiserror-impl-no-std v2.0.2
11342026-04-03T03:54:05.481Z Downloaded tls_codec v0.4.2
11352026-04-03T03:54:05.485Z Downloaded time-macros v0.2.27
11362026-04-03T03:54:05.485Z Downloaded string_cache v0.8.9
11372026-04-03T03:54:05.488Z Downloaded stacker v0.1.23
11382026-04-03T03:54:05.488Z Downloaded thiserror-no-std v2.0.2
11392026-04-03T03:54:05.491Z Downloaded trait-variant v0.1.2
11402026-04-03T03:54:05.491Z Downloaded unit-prefix v0.5.2
11412026-04-03T03:54:05.491Z Downloaded ssh-cipher v0.2.0
11422026-04-03T03:54:05.491Z Downloaded num-bigint v0.4.6
11432026-04-03T03:54:05.495Z Downloaded typify-macro v0.6.1
11442026-04-03T03:54:05.495Z Downloaded unarray v0.1.4
11452026-04-03T03:54:05.498Z Downloaded tokio-tungstenite v0.21.0
11462026-04-03T03:54:05.498Z Downloaded tokio-macros v2.6.0
11472026-04-03T03:54:05.498Z Downloaded typify-macro v0.4.3
11482026-04-03T03:54:05.502Z Downloaded p521 v0.13.3
11492026-04-03T03:54:05.502Z Downloaded universal-hash v0.5.1
11502026-04-03T03:54:05.502Z Downloaded unicode-truncate v1.1.0
11512026-04-03T03:54:05.508Z Downloaded tls_codec_derive v0.4.2
11522026-04-03T03:54:05.508Z Downloaded termios v0.3.3
11532026-04-03T03:54:05.508Z Downloaded smallvec v0.6.14
11542026-04-03T03:54:05.511Z Downloaded itertools v0.14.0
11552026-04-03T03:54:05.511Z Downloaded serde_with_macros v3.17.0
11562026-04-03T03:54:05.515Z Downloaded schemars v0.9.0
11572026-04-03T03:54:05.519Z Downloaded tokio-tungstenite v0.23.1
11582026-04-03T03:54:05.522Z Downloaded bindgen v0.71.1
11592026-04-03T03:54:05.528Z Downloaded usdt v0.6.0
11602026-04-03T03:54:05.528Z Downloaded utf-8 v0.7.6
11612026-04-03T03:54:05.537Z Downloaded untrusted v0.9.0
11622026-04-03T03:54:05.537Z Downloaded untrusted v0.7.1
11632026-04-03T03:54:05.537Z Downloaded tiny-keccak v2.0.2
11642026-04-03T03:54:05.537Z Downloaded tokio-rustls v0.25.0
11652026-04-03T03:54:05.537Z Downloaded void v1.0.2
11662026-04-03T03:54:05.537Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11672026-04-03T03:54:05.537Z Downloaded rsa v0.9.10
11682026-04-03T03:54:05.541Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-04-03T03:54:05.541Z Downloaded tokio-dtrace v0.1.1
11702026-04-03T03:54:05.541Z Downloaded usdt-macro v0.6.0
11712026-04-03T03:54:05.545Z Downloaded term v1.2.1
11722026-04-03T03:54:05.545Z Downloaded itertools v0.13.0
11732026-04-03T03:54:05.549Z Downloaded socket2 v0.6.2
11742026-04-03T03:54:05.549Z Downloaded serde_yaml v0.9.34+deprecated
11752026-04-03T03:54:05.552Z Downloaded slog v2.8.2
11762026-04-03T03:54:05.556Z Downloaded rand v0.8.5
11772026-04-03T03:54:05.556Z Downloaded support-bundle-viewer v0.1.2
11782026-04-03T03:54:05.569Z Downloaded want v0.3.1
11792026-04-03T03:54:05.574Z Downloaded wait-timeout v0.2.1
11802026-04-03T03:54:05.574Z Downloaded waitgroup v0.1.2
11812026-04-03T03:54:05.574Z Downloaded similar v2.7.0
11822026-04-03T03:54:05.574Z Downloaded tui-tree-widget v0.23.1
11832026-04-03T03:54:05.581Z Downloaded xshell-macros v0.2.7
11842026-04-03T03:54:05.582Z Downloaded xattr v1.6.1
11852026-04-03T03:54:05.582Z Downloaded tokio-native-tls v0.3.1
11862026-04-03T03:54:05.582Z Downloaded unicase v2.9.0
11872026-04-03T03:54:05.582Z Downloaded usdt-attr-macro v0.6.0
11882026-04-03T03:54:05.587Z Downloaded itertools v0.12.1
11892026-04-03T03:54:05.592Z Downloaded snafu v0.8.9
11902026-04-03T03:54:05.596Z Downloaded tokio-rustls v0.26.4
11912026-04-03T03:54:05.596Z Downloaded tokio-rustls v0.24.1
11922026-04-03T03:54:05.602Z Downloaded test-strategy v0.4.5
11932026-04-03T03:54:05.602Z Downloaded socket2 v0.5.10
11942026-04-03T03:54:05.606Z Downloaded usdt-impl v0.6.0
11952026-04-03T03:54:05.618Z Downloaded vergen-git2 v1.0.7
11962026-04-03T03:54:05.623Z Downloaded zeroize_derive v1.4.3
11972026-04-03T03:54:05.629Z Downloaded zone_cfg_derive v0.3.1
11982026-04-03T03:54:05.629Z Downloaded aws-lc-rs v1.16.0
11992026-04-03T03:54:05.633Z Downloaded rustls-webpki v0.103.9
12002026-04-03T03:54:05.637Z Downloaded subprocess v0.2.15
12012026-04-03T03:54:05.637Z Downloaded vergen-gitcl v1.0.8
12022026-04-03T03:54:05.637Z Downloaded zone v0.3.1
12032026-04-03T03:54:05.637Z Downloaded tracing-attributes v0.1.31
12042026-04-03T03:54:05.640Z Downloaded libxml v0.3.3
12052026-04-03T03:54:05.643Z Downloaded publicsuffix v2.3.0
12062026-04-03T03:54:05.652Z Downloaded tinyvec v1.10.0
12072026-04-03T03:54:05.659Z Downloaded twox-hash v2.1.2
12082026-04-03T03:54:05.662Z Downloaded walkdir v2.5.0
12092026-04-03T03:54:05.666Z Downloaded unicode-properties v0.1.4
12102026-04-03T03:54:05.669Z Downloaded rustyline v14.0.0
12112026-04-03T03:54:05.673Z Downloaded vsss-rs v3.3.4
12122026-04-03T03:54:05.676Z Downloaded signal-hook v0.3.18
12132026-04-03T03:54:05.676Z Downloaded tokio-stream v0.1.18
12142026-04-03T03:54:05.681Z Downloaded goblin v0.10.5
12152026-04-03T03:54:05.685Z Downloaded xshell v0.2.7
12162026-04-03T03:54:05.685Z Downloaded rand v0.10.0
12172026-04-03T03:54:05.688Z Downloaded toml v0.7.8
12182026-04-03T03:54:05.688Z Downloaded whoami v2.1.0
12192026-04-03T03:54:05.692Z Downloaded uzers v0.12.2
12202026-04-03T03:54:05.695Z Downloaded p384 v0.13.1
12212026-04-03T03:54:05.698Z Downloaded wyz v0.5.1
12222026-04-03T03:54:05.698Z Downloaded whoami v1.6.1
12232026-04-03T03:54:05.702Z Downloaded toml v0.9.12+spec-1.1.0
12242026-04-03T03:54:05.706Z Downloaded vergen-lib v0.1.6
12252026-04-03T03:54:05.706Z Downloaded pin-project v1.1.11
12262026-04-03T03:54:05.710Z Downloaded zeroize v1.8.2
12272026-04-03T03:54:05.710Z Downloaded toml_parser v1.0.9+spec-1.1.0
12282026-04-03T03:54:05.714Z Downloaded samael v0.0.19
12292026-04-03T03:54:05.719Z Downloaded tracing-core v0.1.36
12302026-04-03T03:54:05.719Z Downloaded tungstenite v0.23.0
12312026-04-03T03:54:05.719Z Downloaded russh v0.45.0
12322026-04-03T03:54:05.723Z Downloaded term v0.7.0
12332026-04-03T03:54:05.731Z Downloaded hyper v1.8.1
12342026-04-03T03:54:05.740Z Downloaded typify v0.4.3
12352026-04-03T03:54:05.746Z Downloaded unicode-bidi v0.3.18
12362026-04-03T03:54:05.750Z Downloaded xz2 v0.1.7
12372026-04-03T03:54:05.750Z Downloaded tungstenite v0.21.0
12382026-04-03T03:54:05.751Z Downloaded steno v0.4.1
12392026-04-03T03:54:05.755Z Downloaded ssh-key v0.6.7
12402026-04-03T03:54:05.759Z Downloaded uuid v1.21.0
12412026-04-03T03:54:05.759Z Downloaded tar v0.4.45
12422026-04-03T03:54:05.762Z Downloaded moka v0.12.13
12432026-04-03T03:54:05.805Z Downloaded zerocopy v0.6.6
12442026-04-03T03:54:05.805Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-03T03:54:05.805Z Downloaded zstd-safe v7.2.4
12462026-04-03T03:54:05.805Z Downloaded rpassword v7.4.0
12472026-04-03T03:54:05.805Z Downloaded unsafe-libyaml v0.2.11
12482026-04-03T03:54:05.805Z Downloaded ron v0.12.0
12492026-04-03T03:54:05.805Z Downloaded schemars v1.2.1
12502026-04-03T03:54:05.805Z Downloaded typify v0.6.1
12512026-04-03T03:54:05.805Z Downloaded hkdf v0.12.4
12522026-04-03T03:54:05.805Z Downloaded vte v0.14.1
12532026-04-03T03:54:05.805Z Downloaded zstd v0.13.3
12542026-04-03T03:54:05.805Z Downloaded reedline v0.40.0
12552026-04-03T03:54:05.826Z Downloaded yasna v0.5.2
12562026-04-03T03:54:05.844Z Downloaded quick-xml v0.37.5
12572026-04-03T03:54:05.848Z Downloaded zopfli v0.8.3
12582026-04-03T03:54:05.860Z Downloaded unicode_categories v0.1.1
12592026-04-03T03:54:05.864Z Downloaded tokio-postgres v0.7.16
12602026-04-03T03:54:05.867Z Downloaded zip v0.6.6
12612026-04-03T03:54:05.871Z Downloaded toml_edit v0.19.15
12622026-04-03T03:54:05.893Z Downloaded yansi v1.0.1
12632026-04-03T03:54:05.896Z Downloaded rayon v1.11.0
12642026-04-03T03:54:05.902Z Downloaded git2 v0.20.4
12652026-04-03T03:54:05.907Z Downloaded vergen v9.0.6
12662026-04-03T03:54:05.910Z Downloaded portable-atomic v1.13.1
12672026-04-03T03:54:05.914Z Downloaded reqwest v0.12.28
12682026-04-03T03:54:05.917Z Downloaded petname v2.0.2
12692026-04-03T03:54:05.927Z Downloaded reqwest v0.13.2
12702026-04-03T03:54:05.931Z Downloaded zerocopy-derive v0.8.40
12712026-04-03T03:54:05.936Z Downloaded tower v0.5.3
12722026-04-03T03:54:05.949Z Downloaded rustls-webpki v0.101.7
12732026-04-03T03:54:05.953Z Downloaded proptest v1.10.0
12742026-04-03T03:54:05.958Z Downloaded unicode-segmentation v1.12.0
12752026-04-03T03:54:05.958Z Downloaded salty v0.3.0
12762026-04-03T03:54:05.969Z Downloaded typed-path v0.9.3
12772026-04-03T03:54:05.973Z Downloaded zip v4.6.1
12782026-04-03T03:54:05.983Z Downloaded regex v1.12.3
12792026-04-03T03:54:05.987Z Downloaded x509-cert v0.2.5
12802026-04-03T03:54:05.991Z Downloaded lalrpop v0.19.12
12812026-04-03T03:54:05.997Z Downloaded tough v0.20.0
12822026-04-03T03:54:06.003Z Downloaded serde_with v3.17.0
12832026-04-03T03:54:06.009Z Downloaded unicode-normalization v0.1.25
12842026-04-03T03:54:06.013Z Downloaded bstr v1.12.1
12852026-04-03T03:54:06.019Z Downloaded curve25519-dalek v4.1.3
12862026-04-03T03:54:06.023Z Downloaded tokio-util v0.7.18
12872026-04-03T03:54:06.064Z Downloaded winnow v0.5.40
12882026-04-03T03:54:06.068Z Downloaded nix v0.27.1
12892026-04-03T03:54:06.074Z Downloaded object v0.30.4
12902026-04-03T03:54:06.079Z Downloaded winnow v0.6.26
12912026-04-03T03:54:06.090Z Downloaded rustls-webpki v0.102.8
12922026-04-03T03:54:06.100Z Downloaded radix_trie v0.2.1
12932026-04-03T03:54:06.103Z Downloaded openssl v0.10.75
12942026-04-03T03:54:06.108Z Downloaded nix v0.28.0
12952026-04-03T03:54:06.113Z Downloaded polar-core v0.27.3
12962026-04-03T03:54:06.118Z Downloaded quinn-proto v0.11.13
12972026-04-03T03:54:06.141Z Downloaded time v0.3.47
12982026-04-03T03:54:06.147Z Downloaded rustls v0.21.12
12992026-04-03T03:54:06.155Z Downloaded tower-http v0.6.8
13002026-04-03T03:54:06.159Z Downloaded dropshot v0.16.7
13012026-04-03T03:54:06.172Z Downloaded zlib-rs v0.6.2
13022026-04-03T03:54:06.176Z Downloaded tabled v0.20.0
13032026-04-03T03:54:06.183Z Downloaded vcpkg v0.2.15
13042026-04-03T03:54:06.204Z Downloaded smoltcp v0.9.1
13052026-04-03T03:54:06.210Z Downloaded regex-syntax v0.6.29
13062026-04-03T03:54:06.215Z Downloaded object v0.37.3
13072026-04-03T03:54:06.220Z Downloaded nix v0.31.1
13082026-04-03T03:54:06.228Z Downloaded nix v0.29.0
13092026-04-03T03:54:06.234Z Downloaded webpki-roots v1.0.6
13102026-04-03T03:54:06.239Z Downloaded hickory-proto v0.25.2
13112026-04-03T03:54:06.245Z Downloaded hickory-proto v0.24.4
13122026-04-03T03:54:06.253Z Downloaded regress v0.10.5
13132026-04-03T03:54:06.258Z Downloaded smoltcp v0.11.0
13142026-04-03T03:54:06.265Z Downloaded regex-syntax v0.8.10
13152026-04-03T03:54:06.275Z Downloaded zerocopy v0.8.40
13162026-04-03T03:54:06.292Z Downloaded rustls v0.23.37
13172026-04-03T03:54:06.300Z Downloaded openapiv3 v2.2.0
13182026-04-03T03:54:06.312Z Downloaded rustix v0.38.44
13192026-04-03T03:54:06.325Z Downloaded rustls v0.22.4
13202026-04-03T03:54:06.336Z Downloaded sled v0.34.7
13212026-04-03T03:54:06.383Z Downloaded sqlparser v0.61.0
13222026-04-03T03:54:06.406Z Downloaded regex-automata v0.4.14
13232026-04-03T03:54:06.441Z Downloaded petgraph v0.6.5
13242026-04-03T03:54:06.451Z Downloaded ratatui v0.29.0
13252026-04-03T03:54:06.464Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-04-03T03:54:06.469Z Downloaded typify-impl v0.4.3
13272026-04-03T03:54:06.481Z Downloaded typify-impl v0.6.1
13282026-04-03T03:54:06.493Z Downloaded tracing v0.1.44
13292026-04-03T03:54:06.504Z Downloaded zerocopy-derive v0.6.6
13302026-04-03T03:54:06.510Z Downloaded csv v1.4.0
13312026-04-03T03:54:06.521Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13322026-04-03T03:54:06.532Z Downloaded sha3 v0.10.8
13332026-04-03T03:54:06.536Z Downloaded chrono-tz v0.10.4
13342026-04-03T03:54:06.542Z Downloaded libz-sys v1.1.24
13352026-04-03T03:54:06.573Z Downloaded lzma-sys v0.1.20
13362026-04-03T03:54:06.587Z Downloaded petgraph v0.8.3
13372026-04-03T03:54:06.599Z Downloaded jiff v0.2.21
13382026-04-03T03:54:06.620Z Downloaded encoding_rs v0.8.35
13392026-04-03T03:54:06.635Z Downloaded tokio v1.49.0
13402026-04-03T03:54:06.667Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-04-03T03:54:06.757Z Downloaded ring v0.17.14
13422026-04-03T03:54:07.382Z Downloaded aws-lc-sys v0.37.1
13432026-04-03T03:54:07.636Z Compiling libc v0.2.180
13442026-04-03T03:54:07.636Z Compiling serde v1.0.228
13452026-04-03T03:54:07.640Z Compiling log v0.4.29
13462026-04-03T03:54:07.640Z Compiling shlex v1.3.0
13472026-04-03T03:54:07.771Z Compiling find-msvc-tools v0.1.9
13482026-04-03T03:54:07.782Z Compiling smallvec v1.15.1
13492026-04-03T03:54:07.790Z Compiling syn v2.0.117
13502026-04-03T03:54:07.821Z Compiling typenum v1.19.0
13512026-04-03T03:54:07.972Z Compiling generic-array v0.14.7
13522026-04-03T03:54:08.004Z Compiling subtle v2.6.1
13532026-04-03T03:54:08.025Z Compiling scopeguard v1.2.0
13542026-04-03T03:54:08.063Z Compiling portable-atomic v1.13.1
13552026-04-03T03:54:08.113Z Compiling lock_api v0.4.14
13562026-04-03T03:54:08.135Z Compiling const-oid v0.9.6
13572026-04-03T03:54:08.189Z Compiling critical-section v1.2.0
13582026-04-03T03:54:08.230Z Compiling zerocopy v0.8.40
13592026-04-03T03:54:08.296Z Compiling parking_lot_core v0.9.12
13602026-04-03T03:54:08.346Z Compiling pin-project-lite v0.2.17
13612026-04-03T03:54:08.447Z Compiling serde_json v1.0.149
13622026-04-03T03:54:08.569Z Compiling pkg-config v0.3.32
13632026-04-03T03:54:08.640Z Compiling getrandom v0.2.17
13642026-04-03T03:54:08.673Z Compiling jobserver v0.1.34
13652026-04-03T03:54:08.701Z Compiling errno v0.3.14
13662026-04-03T03:54:08.795Z Compiling rand_core v0.6.4
13672026-04-03T03:54:08.863Z Compiling signal-hook-registry v1.4.8
13682026-04-03T03:54:08.882Z Compiling cc v1.2.56
13692026-04-03T03:54:09.045Z Compiling once_cell v1.21.3
13702026-04-03T03:54:09.101Z Compiling mio v1.1.1
13712026-04-03T03:54:09.110Z Compiling bitflags v2.11.0
13722026-04-03T03:54:09.129Z Compiling libm v0.2.16
13732026-04-03T03:54:09.252Z Compiling parking_lot v0.12.5
13742026-04-03T03:54:09.331Z Compiling num-traits v0.2.19
13752026-04-03T03:54:09.335Z Compiling futures-core v0.3.32
13762026-04-03T03:54:09.494Z Compiling socket2 v0.6.2
13772026-04-03T03:54:09.540Z Compiling percent-encoding v2.3.2
13782026-04-03T03:54:09.611Z Compiling allocator-api2 v0.2.21
13792026-04-03T03:54:09.677Z Compiling cpufeatures v0.2.17
13802026-04-03T03:54:09.728Z Compiling foldhash v0.2.0
13812026-04-03T03:54:09.751Z Compiling futures-sink v0.3.32
13822026-04-03T03:54:09.857Z Compiling futures-channel v0.3.32
13832026-04-03T03:54:09.890Z Compiling hashbrown v0.16.1
13842026-04-03T03:54:09.930Z Compiling slab v0.4.12
13852026-04-03T03:54:09.944Z Compiling futures-io v0.3.32
13862026-04-03T03:54:10.005Z Compiling getrandom v0.4.1
13872026-04-03T03:54:10.075Z Compiling futures-task v0.3.32
13882026-04-03T03:54:10.092Z Compiling rand_core v0.10.0
13892026-04-03T03:54:10.113Z Compiling getrandom v0.3.4
13902026-04-03T03:54:10.257Z Compiling rustversion v1.0.22
13912026-04-03T03:54:10.413Z Compiling indexmap v2.13.0
13922026-04-03T03:54:10.466Z Compiling form_urlencoded v1.2.2
13932026-04-03T03:54:10.520Z Compiling cmake v0.1.57
13942026-04-03T03:54:10.569Z Compiling synstructure v0.13.2
13952026-04-03T03:54:10.649Z Compiling base64ct v1.8.3
13962026-04-03T03:54:10.857Z Compiling dunce v1.0.5
13972026-04-03T03:54:10.993Z Compiling fs_extra v1.3.0
13982026-04-03T03:54:11.027Z Compiling ident_case v1.0.1
13992026-04-03T03:54:11.030Z Compiling pem-rfc7468 v0.7.0
14002026-04-03T03:54:11.086Z Compiling flagset v0.4.7
14012026-04-03T03:54:11.122Z Compiling rand_core v0.9.5
14022026-04-03T03:54:11.159Z Compiling rustix v1.1.3
14032026-04-03T03:54:11.220Z Compiling iana-time-zone v0.1.65
14042026-04-03T03:54:11.237Z Compiling uuid v1.21.0
14052026-04-03T03:54:11.253Z Compiling ring v0.17.14
14062026-04-03T03:54:11.264Z Compiling aws-lc-sys v0.37.1
14072026-04-03T03:54:11.350Z Compiling rustc_version v0.4.1
14082026-04-03T03:54:11.401Z Compiling regex-syntax v0.8.10
14092026-04-03T03:54:11.418Z Compiling vcpkg v0.2.15
14102026-04-03T03:54:11.676Z Compiling aws-lc-rs v1.16.0
14112026-04-03T03:54:11.946Z Compiling tracing-core v0.1.36
14122026-04-03T03:54:11.962Z Compiling crossbeam-utils v0.8.21
14132026-04-03T03:54:12.159Z Compiling openssl-sys v0.9.111
14142026-04-03T03:54:12.275Z Compiling pest_generator v2.8.6
14152026-04-03T03:54:12.349Z Compiling serde_derive v1.0.228
14162026-04-03T03:54:12.502Z Compiling zeroize_derive v1.4.3
14172026-04-03T03:54:12.685Z Compiling zerofrom-derive v0.1.6
14182026-04-03T03:54:12.902Z Compiling yoke-derive v0.8.1
14192026-04-03T03:54:12.999Z Compiling zerocopy-derive v0.8.40
14202026-04-03T03:54:13.149Z Compiling zeroize v1.8.2
14212026-04-03T03:54:13.777Z Compiling zerovec-derive v0.11.2
14222026-04-03T03:54:13.925Z Compiling crypto-common v0.1.7
14232026-04-03T03:54:14.075Z Compiling block-buffer v0.10.4
14242026-04-03T03:54:14.088Z Compiling displaydoc v0.2.5
14252026-04-03T03:54:14.102Z Compiling zerofrom v0.1.6
14262026-04-03T03:54:14.222Z Compiling yoke v0.8.1
14272026-04-03T03:54:14.260Z Compiling digest v0.10.7
14282026-04-03T03:54:14.408Z Compiling tokio-macros v2.6.0
14292026-04-03T03:54:14.483Z Compiling hmac v0.12.1
14302026-04-03T03:54:14.632Z Compiling futures-macro v0.3.32
14312026-04-03T03:54:14.808Z Compiling zerotrie v0.2.3
14322026-04-03T03:54:14.909Z Compiling zerovec v0.11.5
14332026-04-03T03:54:15.101Z Compiling block-padding v0.3.3
14342026-04-03T03:54:15.119Z Compiling sha2 v0.10.9
14352026-04-03T03:54:15.258Z Compiling inout v0.1.4
14362026-04-03T03:54:15.379Z Compiling tinystr v0.8.2
14372026-04-03T03:54:15.417Z Compiling potential_utf v0.1.4
14382026-04-03T03:54:15.432Z Compiling futures-util v0.3.32
14392026-04-03T03:54:15.573Z Compiling icu_locale_core v2.1.1
14402026-04-03T03:54:15.576Z Compiling icu_collections v2.1.1
14412026-04-03T03:54:15.783Z Compiling bytes v1.11.1
14422026-04-03T03:54:15.894Z Compiling cipher v0.4.4
14432026-04-03T03:54:16.112Z Compiling der_derive v0.7.3
14442026-04-03T03:54:16.191Z Compiling salsa20 v0.10.2
14452026-04-03T03:54:16.338Z Compiling tokio v1.49.0
14462026-04-03T03:54:16.448Z Compiling icu_provider v2.1.1
14472026-04-03T03:54:16.492Z Compiling http v1.4.0
14482026-04-03T03:54:16.529Z Compiling chrono v0.4.44
14492026-04-03T03:54:16.750Z Compiling icu_normalizer v2.1.1
14502026-04-03T03:54:17.079Z Compiling icu_properties v2.1.2
14512026-04-03T03:54:17.297Z Compiling ppv-lite86 v0.2.21
14522026-04-03T03:54:17.412Z Compiling der v0.7.10
14532026-04-03T03:54:17.457Z Compiling pbkdf2 v0.12.2
14542026-04-03T03:54:17.572Z Compiling thiserror-impl v2.0.18
14552026-04-03T03:54:17.613Z Compiling rand_chacha v0.9.0
14562026-04-03T03:54:17.741Z Compiling scrypt v0.11.0
14572026-04-03T03:54:17.917Z Compiling idna_adapter v1.2.1
14582026-04-03T03:54:17.993Z Compiling aes v0.8.4
14592026-04-03T03:54:18.053Z Compiling idna v1.1.0
14602026-04-03T03:54:18.160Z Compiling cbc v0.1.2
14612026-04-03T03:54:18.302Z Compiling spki v0.7.3
14622026-04-03T03:54:18.302Z Compiling rustls-pki-types v1.14.0
14632026-04-03T03:54:18.520Z Compiling url v2.5.8
14642026-04-03T03:54:18.582Z Compiling tracing-attributes v0.1.31
14652026-04-03T03:54:18.688Z Compiling pkcs5 v0.7.1
14662026-04-03T03:54:18.742Z Compiling rand v0.9.2
14672026-04-03T03:54:18.882Z Compiling thiserror v2.0.18
14682026-04-03T03:54:18.987Z Compiling http-body v1.0.1
14692026-04-03T03:54:19.096Z Compiling serde_derive_internals v0.29.1
14702026-04-03T03:54:19.140Z Compiling httparse v1.10.1
14712026-04-03T03:54:19.155Z Compiling syn v1.0.109
14722026-04-03T03:54:19.296Z Compiling base64 v0.22.1
14732026-04-03T03:54:19.453Z Compiling untrusted v0.9.0
14742026-04-03T03:54:19.467Z Compiling schemars v0.8.22
14752026-04-03T03:54:19.527Z Compiling openssl-probe v0.2.1
14762026-04-03T03:54:19.569Z Compiling untrusted v0.7.1
14772026-04-03T03:54:19.706Z Compiling pkcs8 v0.10.2
14782026-04-03T03:54:19.728Z Compiling pest_derive v2.8.6
14792026-04-03T03:54:19.739Z Compiling scroll_derive v0.13.1
14802026-04-03T03:54:19.859Z Compiling tracing v0.1.44
14812026-04-03T03:54:19.972Z Compiling schemars_derive v0.8.22
14822026-04-03T03:54:20.010Z Compiling tokio-util v0.7.18
14832026-04-03T03:54:20.146Z Compiling darling_core v0.20.11
14842026-04-03T03:54:20.528Z Compiling rustls v0.23.37
14852026-04-03T03:54:20.600Z Compiling tinyvec_macros v0.1.1
14862026-04-03T03:54:20.672Z Compiling tower-service v0.3.3
14872026-04-03T03:54:20.703Z Compiling tower-layer v0.3.3
14882026-04-03T03:54:20.770Z Compiling try-lock v0.2.5
14892026-04-03T03:54:20.861Z Compiling atomic-waker v1.1.2
14902026-04-03T03:54:20.879Z Compiling dyn-clone v1.0.20
14912026-04-03T03:54:21.012Z Compiling h2 v0.4.13
14922026-04-03T03:54:21.040Z Compiling want v0.3.1
14932026-04-03T03:54:21.070Z Compiling tinyvec v1.10.0
14942026-04-03T03:54:21.209Z Compiling scroll v0.13.0
14952026-04-03T03:54:21.475Z Compiling ipnet v2.11.0
14962026-04-03T03:54:21.725Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-03T03:54:21.947Z Compiling spin v0.9.8
14982026-04-03T03:54:21.975Z Compiling aho-corasick v1.1.4
14992026-04-03T03:54:22.118Z Compiling powerfmt v0.2.0
15002026-04-03T03:54:22.160Z Compiling num-conv v0.2.0
15012026-04-03T03:54:22.302Z Compiling pin-utils v0.1.0
15022026-04-03T03:54:22.318Z Compiling foreign-types-shared v0.1.1
15032026-04-03T03:54:22.370Z Compiling openssl v0.10.75
15042026-04-03T03:54:22.404Z Compiling time-core v0.1.8
15052026-04-03T03:54:22.467Z Compiling darling_macro v0.20.11
15062026-04-03T03:54:22.523Z Compiling crc32fast v1.5.0
15072026-04-03T03:54:22.554Z Compiling httpdate v1.0.3
15082026-04-03T03:54:22.612Z Compiling time-macros v0.2.27
15092026-04-03T03:54:22.774Z Compiling tempfile v3.25.0
15102026-04-03T03:54:22.836Z Compiling regex-automata v0.4.14
15112026-04-03T03:54:22.927Z Compiling darling v0.20.11
15122026-04-03T03:54:23.014Z Compiling foreign-types v0.3.2
15132026-04-03T03:54:23.090Z Compiling deranged v0.5.8
15142026-04-03T03:54:23.659Z Compiling goblin v0.10.5
15152026-04-03T03:54:24.072Z Compiling hyper v1.8.1
15162026-04-03T03:54:24.199Z Compiling thiserror-impl v1.0.69
15172026-04-03T03:54:24.904Z Compiling openssl-macros v0.1.1
15182026-04-03T03:54:25.216Z Compiling wait-timeout v0.2.1
15192026-04-03T03:54:25.290Z Compiling quick-error v1.2.3
15202026-04-03T03:54:25.401Z Compiling either v1.15.0
15212026-04-03T03:54:25.431Z Compiling native-tls v0.2.18
15222026-04-03T03:54:25.487Z Compiling simd-adler32 v0.3.8
15232026-04-03T03:54:25.606Z Compiling usdt-impl v0.6.0
15242026-04-03T03:54:25.630Z Compiling siphasher v1.0.2
15252026-04-03T03:54:25.645Z Compiling num_threads v0.1.7
15262026-04-03T03:54:25.731Z Compiling bit-vec v0.8.0
15272026-04-03T03:54:25.748Z Compiling time v0.3.47
15282026-04-03T03:54:25.840Z Compiling thiserror v1.0.69
15292026-04-03T03:54:25.854Z Compiling rusty-fork v0.3.1
15302026-04-03T03:54:25.970Z Compiling bit-set v0.8.0
15312026-04-03T03:54:26.138Z Compiling hyper-util v0.1.20
15322026-04-03T03:54:26.182Z Compiling derive_builder_core v0.20.2
15332026-04-03T03:54:26.921Z Compiling dof v0.4.0
15342026-04-03T03:54:27.256Z Compiling unicode-normalization v0.1.25
15352026-04-03T03:54:27.329Z Compiling crossbeam-epoch v0.9.18
15362026-04-03T03:54:27.646Z Compiling dtrace-parser v0.3.0
15372026-04-03T03:54:27.709Z Compiling rustls-native-certs v0.8.3
15382026-04-03T03:54:27.875Z Compiling signature v2.2.0
15392026-04-03T03:54:27.938Z Compiling scroll_derive v0.12.1
15402026-04-03T03:54:27.997Z Compiling heapless v0.7.17
15412026-04-03T03:54:28.050Z Compiling rand_xorshift v0.4.0
15422026-04-03T03:54:28.075Z Compiling slog v2.8.2
15432026-04-03T03:54:28.212Z Compiling darling_core v0.21.3
15442026-04-03T03:54:28.230Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-03T03:54:28.256Z Compiling sync_wrapper v1.0.2
15462026-04-03T03:54:28.363Z Compiling thread-id v5.1.0
15472026-04-03T03:54:28.377Z Compiling cookie v0.18.1
15482026-04-03T03:54:28.446Z Compiling adler2 v2.0.1
15492026-04-03T03:54:28.498Z Compiling unarray v0.1.4
15502026-04-03T03:54:28.555Z Compiling anyhow v1.0.102
15512026-04-03T03:54:28.574Z Compiling zstd-safe v7.2.4
15522026-04-03T03:54:28.588Z Compiling paste v1.0.15
15532026-04-03T03:54:28.608Z Compiling unicode-properties v0.1.4
15542026-04-03T03:54:28.765Z Compiling unicode-bidi v0.3.18
15552026-04-03T03:54:28.843Z Compiling rayon-core v1.13.0
15562026-04-03T03:54:28.848Z Compiling signal-hook v0.3.18
15572026-04-03T03:54:28.863Z Compiling unicode-segmentation v1.12.0
15582026-04-03T03:54:29.038Z Compiling proptest v1.10.0
15592026-04-03T03:54:29.055Z Compiling scroll v0.12.0
15602026-04-03T03:54:29.103Z Compiling stringprep v0.1.5
15612026-04-03T03:54:29.286Z Compiling miniz_oxide v0.8.9
15622026-04-03T03:54:29.542Z Compiling tower v0.5.3
15632026-04-03T03:54:29.868Z Compiling crossbeam-deque v0.8.6
15642026-04-03T03:54:29.882Z Compiling derive_builder_macro v0.20.2
15652026-04-03T03:54:30.005Z Compiling ipnetwork v0.21.1
15662026-04-03T03:54:30.045Z Compiling http-body-util v0.1.3
15672026-04-03T03:54:30.059Z Compiling webpki-roots v1.0.6
15682026-04-03T03:54:30.143Z Compiling rand_chacha v0.3.1
15692026-04-03T03:54:30.178Z Compiling serde_spanned v0.6.9
15702026-04-03T03:54:30.286Z Compiling erased-serde v0.3.31
15712026-04-03T03:54:30.324Z Compiling serde_tokenstream v0.2.3
15722026-04-03T03:54:30.339Z Compiling toml_datetime v0.6.11
15732026-04-03T03:54:30.395Z Compiling md-5 v0.10.6
15742026-04-03T03:54:30.562Z Compiling zerocopy-derive v0.7.35
15752026-04-03T03:54:30.593Z Compiling curve25519-dalek v4.1.3
15762026-04-03T03:54:30.630Z Compiling vergen-lib v0.1.6
15772026-04-03T03:54:30.688Z Compiling darling_macro v0.21.3
15782026-04-03T03:54:30.765Z Compiling num-integer v0.1.46
15792026-04-03T03:54:30.806Z Compiling hash32 v0.2.1
15802026-04-03T03:54:30.977Z Compiling ff v0.13.1
15812026-04-03T03:54:30.994Z Compiling memoffset v0.9.1
15822026-04-03T03:54:31.040Z Compiling litrs v1.0.0
15832026-04-03T03:54:31.120Z Compiling base16ct v0.2.0
15842026-04-03T03:54:31.133Z Compiling psl-types v2.0.11
15852026-04-03T03:54:31.186Z Compiling iri-string v0.7.10
15862026-04-03T03:54:31.189Z Compiling ref-cast v1.0.25
15872026-04-03T03:54:31.254Z Compiling cfg_aliases v0.2.1
15882026-04-03T03:54:31.297Z Compiling num-bigint-dig v0.8.6
15892026-04-03T03:54:31.329Z Compiling fallible-iterator v0.2.0
15902026-04-03T03:54:31.464Z Compiling ryu v1.0.23
15912026-04-03T03:54:31.481Z Compiling smoltcp v0.9.1
15922026-04-03T03:54:31.496Z Compiling rustix v0.38.44
15932026-04-03T03:54:31.634Z Compiling zlib-rs v0.6.2
15942026-04-03T03:54:31.642Z Compiling postgres-protocol v0.6.10
15952026-04-03T03:54:31.646Z Compiling serde_urlencoded v0.7.1
15962026-04-03T03:54:31.829Z Compiling document-features v0.2.12
15972026-04-03T03:54:31.948Z Compiling zerocopy v0.7.35
15982026-04-03T03:54:31.964Z Compiling nix v0.31.1
15992026-04-03T03:54:32.185Z Compiling newtype-uuid v1.3.2
16002026-04-03T03:54:32.339Z Compiling tower-http v0.6.8
16012026-04-03T03:54:32.409Z Compiling publicsuffix v2.3.0
16022026-04-03T03:54:32.495Z Compiling sec1 v0.7.3
16032026-04-03T03:54:32.515Z Compiling darling v0.21.3
16042026-04-03T03:54:32.602Z Compiling group v0.13.0
16052026-04-03T03:54:32.679Z Compiling num-iter v0.1.45
16062026-04-03T03:54:32.793Z Compiling rand v0.8.5
16072026-04-03T03:54:32.796Z Compiling derive_builder v0.20.2
16082026-04-03T03:54:32.807Z Compiling oxnet v0.1.4
16092026-04-03T03:54:33.149Z Compiling tokio-native-tls v0.3.1
16102026-04-03T03:54:33.167Z Compiling proc-macro-error v1.0.4
16112026-04-03T03:54:33.388Z Compiling goblin v0.8.2
16122026-04-03T03:54:33.461Z Compiling heck v0.4.1
16132026-04-03T03:54:33.838Z Compiling phf_shared v0.13.1
16142026-04-03T03:54:33.954Z Compiling hubpack_derive v0.1.1
16152026-04-03T03:54:33.988Z Compiling regex v1.12.3
16162026-04-03T03:54:34.075Z Compiling lazy_static v1.5.0
16172026-04-03T03:54:34.170Z Compiling cargo-platform v0.1.9
16182026-04-03T03:54:34.173Z Compiling hkdf v0.12.4
16192026-04-03T03:54:34.347Z Compiling crypto-bigint v0.5.5
16202026-04-03T03:54:34.386Z Compiling flate2 v1.1.9
16212026-04-03T03:54:34.406Z Compiling terminal_size v0.4.3
16222026-04-03T03:54:34.427Z Compiling daft-derive v0.1.5
16232026-04-03T03:54:34.545Z Compiling ref-cast-impl v1.0.25
16242026-04-03T03:54:34.765Z Compiling strum_macros v0.27.2
16252026-04-03T03:54:34.787Z Compiling curve25519-dalek-derive v0.1.1
16262026-04-03T03:54:35.081Z Compiling async-trait v0.1.89
16272026-04-03T03:54:35.139Z Compiling vergen v9.0.6
16282026-04-03T03:54:35.323Z Compiling fs-err v3.3.0
16292026-04-03T03:54:35.427Z Compiling ahash v0.8.12
16302026-04-03T03:54:35.513Z Compiling winnow v0.5.40
16312026-04-03T03:54:35.632Z Compiling object v0.37.3
16322026-04-03T03:54:35.957Z Compiling managed v0.8.0
16332026-04-03T03:54:36.130Z Compiling bitflags v1.3.2
16342026-04-03T03:54:36.178Z Compiling foldhash v0.1.5
16352026-04-03T03:54:36.211Z Compiling bumpalo v3.20.2
16362026-04-03T03:54:36.354Z Compiling libbz2-rs-sys v0.2.2
16372026-04-03T03:54:36.476Z Compiling zopfli v0.8.3
16382026-04-03T03:54:36.508Z Compiling hashbrown v0.15.5
16392026-04-03T03:54:36.730Z Compiling strum v0.27.2
16402026-04-03T03:54:36.865Z Compiling toml_edit v0.19.15
16412026-04-03T03:54:36.880Z Compiling bzip2 v0.6.1
16422026-04-03T03:54:36.982Z Compiling console v0.16.2
16432026-04-03T03:54:37.047Z Compiling clap_builder v4.5.60
16442026-04-03T03:54:37.155Z Compiling dof v0.3.0
16452026-04-03T03:54:37.560Z Compiling elliptic-curve v0.13.8
16462026-04-03T03:54:37.861Z Compiling daft v0.1.5
16472026-04-03T03:54:37.954Z Compiling hubpack v0.1.2
16482026-04-03T03:54:37.979Z Compiling cargo_metadata v0.19.2
16492026-04-03T03:54:38.168Z Compiling phf v0.13.1
16502026-04-03T03:54:38.331Z Compiling signal-hook-mio v0.2.5
16512026-04-03T03:54:38.820Z Compiling zone_cfg_derive v0.3.1
16522026-04-03T03:54:39.307Z Compiling cookie_store v0.22.1
16532026-04-03T03:54:39.442Z Compiling rayon v1.11.0
16542026-04-03T03:54:39.498Z Compiling zstd v0.13.3
16552026-04-03T03:54:39.759Z Compiling hyper-tls v0.6.0
16562026-04-03T03:54:40.055Z Compiling bzip2 v0.4.4
16572026-04-03T03:54:40.069Z Compiling serde_with_macros v3.17.0
16582026-04-03T03:54:40.069Z Compiling postgres-types v0.2.12
16592026-04-03T03:54:40.149Z Compiling usdt-attr-macro v0.6.0
16602026-04-03T03:54:40.276Z Compiling usdt-macro v0.6.0
16612026-04-03T03:54:40.583Z Compiling ed25519 v2.2.3
16622026-04-03T03:54:40.967Z Compiling dtrace-parser v0.2.0
16632026-04-03T03:54:41.053Z Compiling phf_shared v0.11.3
16642026-04-03T03:54:41.149Z Compiling itertools v0.12.1
16652026-04-03T03:54:41.164Z Compiling bstr v1.12.1
16662026-04-03T03:54:41.219Z Compiling pkcs1 v0.7.5
16672026-04-03T03:54:41.244Z Compiling hex v0.4.3
16682026-04-03T03:54:41.513Z Compiling serde-big-array v0.5.1
16692026-04-03T03:54:41.527Z Compiling rfc6979 v0.4.0
16702026-04-03T03:54:41.623Z Compiling strum_macros v0.26.4
16712026-04-03T03:54:41.652Z Compiling clap_derive v4.5.55
16722026-04-03T03:54:41.655Z Compiling serde_repr v0.1.20
16732026-04-03T03:54:41.724Z Compiling enum-as-inner v0.6.1
16742026-04-03T03:54:41.819Z Compiling float-cmp v0.10.0
16752026-04-03T03:54:41.970Z Compiling thread-id v4.2.2
16762026-04-03T03:54:42.058Z Compiling memmap2 v0.9.10
16772026-04-03T03:54:42.193Z Compiling env_filter v1.0.0
16782026-04-03T03:54:42.228Z Compiling encoding_rs v0.8.35
16792026-04-03T03:54:42.272Z Compiling static_assertions v1.1.0
16802026-04-03T03:54:42.348Z Compiling precomputed-hash v0.1.1
16812026-04-03T03:54:42.363Z Compiling normalize-line-endings v0.3.0
16822026-04-03T03:54:42.439Z Compiling fixedbitset v0.4.2
16832026-04-03T03:54:42.459Z Compiling difflib v0.4.0
16842026-04-03T03:54:42.492Z Compiling mime v0.3.17
16852026-04-03T03:54:42.661Z Compiling keccak v0.1.6
16862026-04-03T03:54:42.751Z Compiling whoami v2.1.0
16872026-04-03T03:54:43.022Z Compiling fixedbitset v0.5.7
16882026-04-03T03:54:43.121Z Compiling new_debug_unreachable v1.0.6
16892026-04-03T03:54:43.197Z Compiling jiff v0.2.21
16902026-04-03T03:54:43.329Z Compiling unit-prefix v0.5.2
16912026-04-03T03:54:43.349Z Compiling predicates-core v1.0.10
16922026-04-03T03:54:43.422Z Compiling data-encoding v2.10.0
16932026-04-03T03:54:43.476Z Compiling rustc-hash v2.1.1
16942026-04-03T03:54:43.479Z Compiling toml_edit v0.22.27
16952026-04-03T03:54:43.526Z Compiling predicates v3.1.4
16962026-04-03T03:54:43.603Z Compiling iddqd v0.3.17
16972026-04-03T03:54:43.745Z Compiling hickory-proto v0.25.2
16982026-04-03T03:54:43.787Z Compiling indicatif v0.18.4
16992026-04-03T03:54:44.111Z Compiling clap v4.5.60
17002026-04-03T03:54:44.167Z Compiling strum v0.26.3
17012026-04-03T03:54:44.196Z Compiling petgraph v0.8.3
17022026-04-03T03:54:44.301Z Compiling string_cache v0.8.9
17032026-04-03T03:54:44.532Z Compiling tokio-postgres v0.7.16
17042026-04-03T03:54:44.637Z Compiling sha3 v0.10.8
17052026-04-03T03:54:44.735Z Compiling petgraph v0.6.5
17062026-04-03T03:54:45.092Z Compiling env_logger v0.11.9
17072026-04-03T03:54:45.443Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-04-03T03:54:46.139Z Compiling zip v4.6.1
17092026-04-03T03:54:46.234Z Compiling usdt v0.6.0
17102026-04-03T03:54:46.249Z Compiling zone v0.3.1
17112026-04-03T03:54:46.502Z Compiling usdt-impl v0.5.0
17122026-04-03T03:54:46.733Z Compiling ecdsa v0.16.9
17132026-04-03T03:54:46.937Z Compiling similar v2.7.0
17142026-04-03T03:54:47.102Z Compiling serde_with v3.17.0
17152026-04-03T03:54:47.123Z Compiling rsa v0.9.10
17162026-04-03T03:54:47.126Z Compiling crossterm v0.28.1
17172026-04-03T03:54:47.403Z Compiling ed25519-dalek v2.2.0
17182026-04-03T03:54:47.810Z Compiling zip v0.6.6
17192026-04-03T03:54:48.399Z Compiling toml v0.7.8
17202026-04-03T03:54:48.686Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-04-03T03:54:48.799Z Compiling itertools v0.13.0
17222026-04-03T03:54:48.831Z Compiling tokio-stream v0.1.18
17232026-04-03T03:54:49.013Z Compiling buf-list v1.1.2
17242026-04-03T03:54:49.285Z Compiling x509-cert v0.2.5
17252026-04-03T03:54:49.301Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-04-03T03:54:49.317Z Compiling openapiv3 v2.2.0
17272026-04-03T03:54:49.483Z Compiling sha1 v0.10.6
17282026-04-03T03:54:49.599Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-03T03:54:49.706Z Compiling peg-runtime v0.8.5
17302026-04-03T03:54:49.887Z Compiling lalrpop-util v0.19.12
17312026-04-03T03:54:49.990Z Compiling thread_local v1.1.9
17322026-04-03T03:54:50.040Z Compiling slog-async v2.8.0
17332026-04-03T03:54:50.078Z Compiling crossbeam-channel v0.5.15
17342026-04-03T03:54:50.243Z Compiling futures-executor v0.3.32
17352026-04-03T03:54:50.361Z Compiling filetime v0.2.27
17362026-04-03T03:54:50.465Z Compiling is-terminal v0.4.17
17372026-04-03T03:54:50.506Z Compiling take_mut v0.2.2
17382026-04-03T03:54:50.535Z Compiling term v1.2.1
17392026-04-03T03:54:50.550Z Compiling xattr v1.6.1
17402026-04-03T03:54:50.563Z Compiling futures v0.3.32
17412026-04-03T03:54:50.712Z Compiling tar v0.4.45
17422026-04-03T03:54:50.886Z Compiling slog-term v2.9.2
17432026-04-03T03:54:56.760Z Compiling rustls-webpki v0.103.9
17442026-04-03T03:54:59.593Z Compiling tokio-rustls v0.26.4
17452026-04-03T03:54:59.593Z Compiling rustls-platform-verifier v0.6.2
17462026-04-03T03:54:59.791Z Compiling hyper-rustls v0.27.7
17472026-04-03T03:55:00.055Z Compiling reqwest v0.13.2
17482026-04-03T03:55:00.056Z Compiling reqwest v0.12.28
17492026-04-03T03:55:02.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-03T03:55:02.368Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-03T03:55:05.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-04-03T03:55:05.314Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-03T03:55:05.372ZApr 03 03:55:04.238 INFO Starting download, target: DendriteStub
17542026-04-03T03:55:05.372ZApr 03 03:55:04.239 INFO Starting download, target: Console
17552026-04-03T03:55:05.372ZApr 03 03:55:04.239 INFO Starting download, target: MaghemiteMgd
17562026-04-03T03:55:05.372ZApr 03 03:55:04.239 INFO Starting download, target: Cockroach
17572026-04-03T03:55:05.375ZApr 03 03:55:04.239 INFO Starting download, target: Clickhouse
17582026-04-03T03:55:05.375ZApr 03 03:55:04.239 INFO Starting download, target: TransceiverControl
17592026-04-03T03:55:05.375ZApr 03 03:55:04.239 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-04-03T03:55:05.375ZApr 03 03:55:04.239 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-03T03:55:05.376ZApr 03 03:55:04.239 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-04-03T03:55:05.376ZApr 03 03:55:04.239 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-04-03T03:55:05.376ZApr 03 03:55:04.239 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-04-03T03:55:05.376ZApr 03 03:55:04.239 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-04-03T03:55:05.707ZApr 03 03:55:04.571 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-03T03:55:05.937ZApr 03 03:55:04.796 INFO Download complete, target: TransceiverControl
17672026-04-03T03:55:06.310ZApr 03 03:55:05.171 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-03T03:55:06.557ZApr 03 03:55:05.421 INFO Download complete, target: Console
17692026-04-03T03:55:06.769ZApr 03 03:55:05.635 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-04-03T03:55:07.006ZApr 03 03:55:05.864 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-04-03T03:55:07.212ZApr 03 03:55:06.077 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-04-03T03:55:07.793ZApr 03 03:55:06.660 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-04-03T03:55:07.793ZApr 03 03:55:06.660 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-04-03T03:55:09.188ZApr 03 03:55:08.054 INFO Download complete, target: DendriteStub
17752026-04-03T03:55:09.336ZApr 03 03:55:08.203 INFO Download complete, target: MaghemiteMgd
17762026-04-03T03:55:12.346ZApr 03 03:55:11.211 INFO Checking that binary works, target: Cockroach
17772026-04-03T03:55:12.446ZApr 03 03:55:11.306 INFO Download complete, target: Cockroach
17782026-04-03T03:55:14.003ZApr 03 03:55:12.869 INFO Checking that binary works, target: Clickhouse
17792026-04-03T03:55:14.102ZApr 03 03:55:12.968 INFO Download complete, target: Clickhouse
17802026-04-03T03:55:14.117ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-03T03:55:14.120Z
17822026-04-03T03:55:14.120Zreal 3:00.452560019
17832026-04-03T03:55:14.120Zuser 7:17.823875833
17842026-04-03T03:55:14.120Zsys 1:25.498764805
17852026-04-03T03:55:14.120Ztrap 0.214621902
17862026-04-03T03:55:14.120Ztflt 0.581046726
17872026-04-03T03:55:14.120Zdflt 0.487965581
17882026-04-03T03:55:14.120Zkflt 0.023606626
17892026-04-03T03:55:14.120Zlock 22:46.940884090
17902026-04-03T03:55:14.120Zslp 21:47.898615484
17912026-04-03T03:55:14.120Zlat 43.439368979
17922026-04-03T03:55:14.120Zstop 2:00.261963094
17932026-04-03T03:55:14.120Z+ banner hack-check
17942026-04-03T03:55:14.120Z
17952026-04-03T03:55:14.120Z # # ## #### # # #### # # ###### #### # #
17962026-04-03T03:55:14.120Z # # # # # # # # # # # # # # # # #
17972026-04-03T03:55:14.120Z ###### # # # #### ##### # ###### ##### # ####
17982026-04-03T03:55:14.120Z # # ###### # # # # # # # # # #
17992026-04-03T03:55:14.121Z # # # # # # # # # # # # # # # # #
18002026-04-03T03:55:14.121Z # # # # #### # # #### # # ###### #### # #
18012026-04-03T03:55:14.121Z
18022026-04-03T03:55:14.121Z+ export CARGO_INCREMENTAL=0
18032026-04-03T03:55:14.121Z+ CARGO_INCREMENTAL=0
18042026-04-03T03:55:14.121Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-04-03T03:55:14.648Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-03T03:55:14.879Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-03T03:55:16.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18082026-04-03T03:55:16.845Z Running `target/debug/xtask check-features --ci`
18092026-04-03T03:55:16.874Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-04-03T03:55:16.877Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-04-03T03:55:17.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-04-03T03:55:17.396Z Running `target/debug/xtask download cargo-hack`
18132026-04-03T03:55:18.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-04-03T03:55:18.507Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-04-03T03:55:20.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18162026-04-03T03:55:21.106Z Running `target/debug/xtask-downloader cargo-hack`
18172026-04-03T03:55:21.149ZApr 03 03:55:20.014 INFO Starting download, target: CargoHack
18182026-04-03T03:55:21.152ZApr 03 03:55:20.015 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-04-03T03:55:21.552ZApr 03 03:55:20.418 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-04-03T03:55:21.602ZApr 03 03:55:20.468 INFO Download complete, target: CargoHack
18212026-04-03T03:55:21.605Zrunning: "/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-04-03T03:55:21.618Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-04-03T03:55:21.768Zinfo: running `cargo check --bins` on api_identity (1/270)
18242026-04-03T03:55:22.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-03T03:55:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-03T03:55:22.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-03T03:55:22.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-04-03T03:55:22.364Z
18292026-04-03T03:55:22.364Zinfo: running `cargo check --bins` on bootstore (2/270)
18302026-04-03T03:55:22.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-03T03:55:22.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-03T03:55:22.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-03T03:55:22.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-04-03T03:55:22.954Z
18352026-04-03T03:55:22.954Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18362026-04-03T03:55:23.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-03T03:55:23.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-03T03:55:23.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-03T03:55:23.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-04-03T03:55:23.545Z
18412026-04-03T03:55:23.545Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18422026-04-03T03:55:24.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-03T03:55:24.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-03T03:55:24.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-03T03:55:24.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18462026-04-03T03:55:24.125Z
18472026-04-03T03:55:24.125Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18482026-04-03T03:55:24.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-03T03:55:24.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-03T03:55:24.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-03T03:55:24.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-03T03:55:24.712Z
18532026-04-03T03:55:24.712Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18542026-04-03T03:55:25.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-03T03:55:25.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-03T03:55:25.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-03T03:55:25.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18582026-04-03T03:55:25.320Z
18592026-04-03T03:55:25.320Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18602026-04-03T03:55:25.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-03T03:55:25.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-03T03:55:25.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-03T03:55:25.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18642026-04-03T03:55:25.926Z
18652026-04-03T03:55:25.926Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18662026-04-03T03:55:26.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-03T03:55:26.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-03T03:55:26.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-03T03:55:26.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-04-03T03:55:26.523Z
18712026-04-03T03:55:26.523Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18722026-04-03T03:55:26.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-03T03:55:26.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-03T03:55:26.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-03T03:55:26.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-04-03T03:55:27.001Z
18772026-04-03T03:55:27.001Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18782026-04-03T03:55:27.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-03T03:55:27.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-03T03:55:27.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-03T03:55:27.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-04-03T03:55:27.478Z
18832026-04-03T03:55:27.478Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18842026-04-03T03:55:27.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-03T03:55:27.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-03T03:55:27.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-03T03:55:27.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-04-03T03:55:27.952Z
18892026-04-03T03:55:27.952Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18902026-04-03T03:55:28.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-03T03:55:28.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-03T03:55:28.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-03T03:55:28.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-04-03T03:55:28.426Z
18952026-04-03T03:55:28.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18962026-04-03T03:55:28.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-03T03:55:28.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-03T03:55:28.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-03T03:55:28.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-04-03T03:55:28.902Z
19012026-04-03T03:55:28.902Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
19022026-04-03T03:55:29.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-03T03:55:29.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-03T03:55:29.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-03T03:55:29.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-04-03T03:55:29.378Z
19072026-04-03T03:55:29.378Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
19082026-04-03T03:55:29.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-03T03:55:29.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-03T03:55:29.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-03T03:55:29.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-04-03T03:55:29.855Z
19132026-04-03T03:55:29.855Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
19142026-04-03T03:55:30.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-03T03:55:30.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-03T03:55:30.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-03T03:55:30.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-04-03T03:55:30.329Z
19192026-04-03T03:55:30.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19202026-04-03T03:55:30.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-03T03:55:30.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-03T03:55:30.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-03T03:55:30.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-04-03T03:55:30.804Z
19252026-04-03T03:55:30.804Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19262026-04-03T03:55:31.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-03T03:55:31.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-03T03:55:31.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-03T03:55:31.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-04-03T03:55:31.279Z
19312026-04-03T03:55:31.279Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19322026-04-03T03:55:31.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-03T03:55:31.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-03T03:55:31.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-03T03:55:31.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-04-03T03:55:31.750Z
19372026-04-03T03:55:31.750Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19382026-04-03T03:55:32.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-03T03:55:32.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-03T03:55:32.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-03T03:55:32.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-04-03T03:55:32.227Z
19432026-04-03T03:55:32.227Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19442026-04-03T03:55:32.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-03T03:55:32.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-03T03:55:32.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-03T03:55:32.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-04-03T03:55:32.701Z
19492026-04-03T03:55:32.701Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19502026-04-03T03:55:33.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-03T03:55:33.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-03T03:55:33.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-03T03:55:33.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-04-03T03:55:33.178Z
19552026-04-03T03:55:33.178Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19562026-04-03T03:55:33.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-03T03:55:33.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-03T03:55:33.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-03T03:55:33.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-04-03T03:55:33.652Z
19612026-04-03T03:55:33.652Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19622026-04-03T03:55:34.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-03T03:55:34.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-03T03:55:34.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-03T03:55:34.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-04-03T03:55:34.127Z
19672026-04-03T03:55:34.127Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19682026-04-03T03:55:34.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-03T03:55:34.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-03T03:55:34.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-03T03:55:34.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-04-03T03:55:34.600Z
19732026-04-03T03:55:34.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19742026-04-03T03:55:35.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-03T03:55:35.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-03T03:55:35.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-03T03:55:35.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-04-03T03:55:35.081Z
19792026-04-03T03:55:35.081Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19802026-04-03T03:55:35.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-03T03:55:35.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-03T03:55:35.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-03T03:55:35.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-04-03T03:55:35.558Z
19852026-04-03T03:55:35.558Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19862026-04-03T03:55:35.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-03T03:55:35.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-03T03:55:35.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-03T03:55:35.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-04-03T03:55:36.033Z
19912026-04-03T03:55:36.033Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19922026-04-03T03:55:36.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-03T03:55:36.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-03T03:55:36.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-03T03:55:36.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-04-03T03:55:36.508Z
19972026-04-03T03:55:36.508Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19982026-04-03T03:55:36.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-03T03:55:36.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-03T03:55:36.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-03T03:55:36.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-04-03T03:55:36.980Z
20032026-04-03T03:55:36.980Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
20042026-04-03T03:55:37.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-03T03:55:37.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-03T03:55:37.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-03T03:55:37.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-04-03T03:55:37.452Z
20092026-04-03T03:55:37.453Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
20102026-04-03T03:55:37.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-03T03:55:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-03T03:55:37.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-03T03:55:37.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-04-03T03:55:37.929Z
20152026-04-03T03:55:37.929Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
20162026-04-03T03:55:38.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-03T03:55:38.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-03T03:55:38.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-03T03:55:38.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-04-03T03:55:38.402Z
20212026-04-03T03:55:38.403Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20222026-04-03T03:55:38.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-03T03:55:38.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-03T03:55:38.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-03T03:55:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-04-03T03:55:38.880Z
20272026-04-03T03:55:38.880Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20282026-04-03T03:55:39.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-03T03:55:39.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-03T03:55:39.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-03T03:55:39.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-04-03T03:55:39.352Z
20332026-04-03T03:55:39.353Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20342026-04-03T03:55:39.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-03T03:55:39.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-03T03:55:39.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-03T03:55:39.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-04-03T03:55:39.828Z
20392026-04-03T03:55:39.828Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20402026-04-03T03:55:40.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-03T03:55:40.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-03T03:55:40.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-03T03:55:40.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-04-03T03:55:40.300Z
20452026-04-03T03:55:40.300Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20462026-04-03T03:55:40.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-03T03:55:40.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-03T03:55:40.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-03T03:55:40.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-04-03T03:55:40.771Z
20512026-04-03T03:55:40.771Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20522026-04-03T03:55:41.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-03T03:55:41.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-03T03:55:41.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-03T03:55:41.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-04-03T03:55:41.248Z
20572026-04-03T03:55:41.248Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20582026-04-03T03:55:41.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-03T03:55:41.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-03T03:55:41.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-03T03:55:41.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-04-03T03:55:41.728Z
20632026-04-03T03:55:41.728Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20642026-04-03T03:55:42.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-03T03:55:42.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-03T03:55:42.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-03T03:55:42.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-04-03T03:55:42.206Z
20692026-04-03T03:55:42.206Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20702026-04-03T03:55:42.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-03T03:55:42.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-03T03:55:42.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-03T03:55:42.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-04-03T03:55:42.682Z
20752026-04-03T03:55:42.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20762026-04-03T03:55:43.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-03T03:55:43.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-03T03:55:43.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-03T03:55:43.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-04-03T03:55:43.160Z
20812026-04-03T03:55:43.160Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20822026-04-03T03:55:43.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-03T03:55:43.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-03T03:55:43.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-03T03:55:43.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-04-03T03:55:43.635Z
20872026-04-03T03:55:43.635Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20882026-04-03T03:55:44.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-03T03:55:44.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-03T03:55:44.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-03T03:55:44.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20922026-04-03T03:55:44.110Z
20932026-04-03T03:55:44.110Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20942026-04-03T03:55:44.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-03T03:55:44.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-03T03:55:44.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-03T03:55:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20982026-04-03T03:55:44.587Z
20992026-04-03T03:55:44.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
21002026-04-03T03:55:44.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-03T03:55:45.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-03T03:55:45.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-03T03:55:45.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21042026-04-03T03:55:45.061Z
21052026-04-03T03:55:45.061Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
21062026-04-03T03:55:45.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-03T03:55:45.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-03T03:55:45.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-03T03:55:45.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21102026-04-03T03:55:45.536Z
21112026-04-03T03:55:45.536Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
21122026-04-03T03:55:46.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-03T03:55:46.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-03T03:55:46.332Z Checking cfg-if v1.0.4
21152026-04-03T03:55:46.335Z Checking libc v0.2.180
21162026-04-03T03:55:46.466Z Checking serde_core v1.0.228
21172026-04-03T03:55:46.486Z Checking memchr v2.8.0
21182026-04-03T03:55:46.498Z Checking itoa v1.0.17
21192026-04-03T03:55:46.498Z Checking smallvec v1.15.1
21202026-04-03T03:55:46.525Z Checking log v0.4.29
21212026-04-03T03:55:46.525Z Checking zeroize v1.8.2
21222026-04-03T03:55:46.552Z Checking stable_deref_trait v1.2.1
21232026-04-03T03:55:46.628Z Checking zerofrom v0.1.6
21242026-04-03T03:55:46.644Z Checking zmij v1.0.21
21252026-04-03T03:55:46.686Z Checking writeable v0.6.2
21262026-04-03T03:55:46.686Z Checking litemap v0.8.1
21272026-04-03T03:55:46.686Z Checking percent-encoding v2.3.2
21282026-04-03T03:55:46.741Z Checking yoke v0.8.1
21292026-04-03T03:55:46.843Z Checking libm v0.2.16
21302026-04-03T03:55:46.857Z Checking scopeguard v1.2.0
21312026-04-03T03:55:46.869Z Checking icu_properties_data v2.1.2
21322026-04-03T03:55:46.872Z Checking icu_normalizer_data v2.1.1
21332026-04-03T03:55:46.895Z Checking getrandom v0.2.17
21342026-04-03T03:55:46.895Z Checking errno v0.3.14
21352026-04-03T03:55:46.921Z Checking zerovec v0.11.5
21362026-04-03T03:55:46.950Z Checking zerotrie v0.2.3
21372026-04-03T03:55:46.964Z Checking lock_api v0.4.14
21382026-04-03T03:55:47.019Z Checking subtle v2.6.1
21392026-04-03T03:55:47.022Z Checking utf8_iter v1.0.4
21402026-04-03T03:55:47.065Z Checking rand_core v0.6.4
21412026-04-03T03:55:47.159Z Checking form_urlencoded v1.2.2
21422026-04-03T03:55:47.177Z Checking rand_core v0.10.0
21432026-04-03T03:55:47.192Z Checking pin-project-lite v0.2.17
21442026-04-03T03:55:47.208Z Checking portable-atomic v1.13.1
21452026-04-03T03:55:47.249Z Checking typenum v1.19.0
21462026-04-03T03:55:47.286Z Checking critical-section v1.2.0
21472026-04-03T03:55:47.302Z Checking iana-time-zone v0.1.65
21482026-04-03T03:55:47.315Z Checking getrandom v0.4.1
21492026-04-03T03:55:47.349Z Checking tinystr v0.8.2
21502026-04-03T03:55:47.387Z Checking potential_utf v0.1.4
21512026-04-03T03:55:47.410Z Checking signal-hook-registry v1.4.8
21522026-04-03T03:55:47.462Z Checking parking_lot_core v0.9.12
21532026-04-03T03:55:47.518Z Checking icu_collections v2.1.1
21542026-04-03T03:55:47.533Z Checking icu_locale_core v2.1.1
21552026-04-03T03:55:47.536Z Checking num-traits v0.2.19
21562026-04-03T03:55:47.576Z Checking mio v1.1.1
21572026-04-03T03:55:47.608Z Checking once_cell v1.21.3
21582026-04-03T03:55:47.652Z Checking parking_lot v0.12.5
21592026-04-03T03:55:47.773Z Checking generic-array v0.14.7
21602026-04-03T03:55:47.789Z Checking socket2 v0.6.2
21612026-04-03T03:55:47.824Z Checking zerocopy v0.8.40
21622026-04-03T03:55:47.846Z Checking futures-core v0.3.32
21632026-04-03T03:55:47.863Z Checking dyn-clone v1.0.20
21642026-04-03T03:55:47.933Z Checking serde v1.0.228
21652026-04-03T03:55:47.963Z Checking serde_json v1.0.149
21662026-04-03T03:55:47.978Z Checking bitflags v2.11.0
21672026-04-03T03:55:48.029Z Checking uuid v1.21.0
21682026-04-03T03:55:48.065Z Checking semver v1.0.27
21692026-04-03T03:55:48.083Z Checking icu_provider v2.1.1
21702026-04-03T03:55:48.142Z Checking equivalent v1.0.2
21712026-04-03T03:55:48.216Z Checking crypto-common v0.1.7
21722026-04-03T03:55:48.230Z Checking allocator-api2 v0.2.21
21732026-04-03T03:55:48.275Z Checking foldhash v0.2.0
21742026-04-03T03:55:48.316Z Checking icu_properties v2.1.2
21752026-04-03T03:55:48.335Z Checking icu_normalizer v2.1.1
21762026-04-03T03:55:48.353Z Checking bytes v1.11.1
21772026-04-03T03:55:48.353Z Checking chrono v0.4.44
21782026-04-03T03:55:48.428Z Checking const-oid v0.9.6
21792026-04-03T03:55:48.512Z Checking hashbrown v0.16.1
21802026-04-03T03:55:48.625Z Checking futures-sink v0.3.32
21812026-04-03T03:55:48.642Z Checking block-buffer v0.10.4
21822026-04-03T03:55:48.728Z Checking futures-channel v0.3.32
21832026-04-03T03:55:48.780Z Checking futures-task v0.3.32
21842026-04-03T03:55:48.806Z Checking tokio v1.49.0
21852026-04-03T03:55:48.917Z Checking slab v0.4.12
21862026-04-03T03:55:48.932Z Checking futures-io v0.3.32
21872026-04-03T03:55:49.011Z Checking thiserror v2.0.18
21882026-04-03T03:55:49.045Z Checking byteorder v1.5.0
21892026-04-03T03:55:49.074Z Checking futures-util v0.3.32
21902026-04-03T03:55:49.095Z Checking digest v0.10.7
21912026-04-03T03:55:49.114Z Checking base64 v0.22.1
21922026-04-03T03:55:49.130Z Checking idna_adapter v1.2.1
21932026-04-03T03:55:49.202Z Checking indexmap v2.13.0
21942026-04-03T03:55:49.246Z Checking idna v1.1.0
21952026-04-03T03:55:49.261Z Checking cpufeatures v0.2.17
21962026-04-03T03:55:49.290Z Checking http v1.4.0
21972026-04-03T03:55:49.335Z Checking fnv v1.0.7
21982026-04-03T03:55:49.352Z Checking unicode-ident v1.0.24
21992026-04-03T03:55:49.433Z Checking tracing-core v0.1.36
22002026-04-03T03:55:49.466Z Checking proc-macro2 v1.0.106
22012026-04-03T03:55:49.493Z Checking url v2.5.8
22022026-04-03T03:55:49.742Z Checking tracing v0.1.44
22032026-04-03T03:55:49.765Z Checking thiserror v1.0.69
22042026-04-03T03:55:49.780Z Checking rustls-pki-types v1.14.0
22052026-04-03T03:55:49.863Z Checking regex-syntax v0.8.10
22062026-04-03T03:55:49.879Z Checking quote v1.0.44
22072026-04-03T03:55:49.934Z Checking schemars v0.8.22
22082026-04-03T03:55:49.954Z Checking untrusted v0.9.0
22092026-04-03T03:55:50.066Z Checking syn v2.0.117
22102026-04-03T03:55:50.082Z Checking ring v0.17.14
22112026-04-03T03:55:50.104Z Checking ipnet v2.11.0
22122026-04-03T03:55:50.376Z Checking httparse v1.10.1
22132026-04-03T03:55:50.592Z Checking http-body v1.0.1
22142026-04-03T03:55:50.610Z Checking ppv-lite86 v0.2.21
22152026-04-03T03:55:50.626Z Checking block-padding v0.3.3
22162026-04-03T03:55:50.727Z Checking rustix v1.1.3
22172026-04-03T03:55:50.763Z Checking getrandom v0.3.4
22182026-04-03T03:55:50.912Z Checking atomic-waker v1.1.2
22192026-04-03T03:55:50.930Z Checking inout v0.1.4
22202026-04-03T03:55:51.015Z Checking hmac v0.12.1
22212026-04-03T03:55:51.032Z Checking aws-lc-sys v0.37.1
22222026-04-03T03:55:51.069Z Checking aho-corasick v1.1.4
22232026-04-03T03:55:51.086Z Checking openssl-probe v0.2.1
22242026-04-03T03:55:51.156Z Checking untrusted v0.7.1
22252026-04-03T03:55:51.188Z Checking tower-layer v0.3.3
22262026-04-03T03:55:51.204Z Checking httpdate v1.0.3
22272026-04-03T03:55:51.269Z Checking tower-service v0.3.3
22282026-04-03T03:55:51.339Z Checking powerfmt v0.2.0
22292026-04-03T03:55:51.354Z Checking try-lock v0.2.5
22302026-04-03T03:55:51.369Z Checking cipher v0.4.4
22312026-04-03T03:55:51.454Z Checking want v0.3.1
22322026-04-03T03:55:51.493Z Checking deranged v0.5.8
22332026-04-03T03:55:51.533Z Checking aws-lc-rs v1.16.0
22342026-04-03T03:55:51.554Z Checking rand_core v0.9.5
22352026-04-03T03:55:51.578Z Checking num_threads v0.1.7
22362026-04-03T03:55:51.594Z Checking base64ct v1.8.3
22372026-04-03T03:55:51.669Z Checking pin-utils v0.1.0
22382026-04-03T03:55:51.733Z Checking time-core v0.1.8
22392026-04-03T03:55:51.747Z Checking num-conv v0.2.0
22402026-04-03T03:55:51.750Z Checking regex-automata v0.4.14
22412026-04-03T03:55:51.833Z Checking sha2 v0.10.9
22422026-04-03T03:55:51.866Z Checking erased-serde v0.3.31
22432026-04-03T03:55:51.882Z Checking pretty-hex v0.4.1
22442026-04-03T03:55:51.995Z Checking tokio-util v0.7.18
22452026-04-03T03:55:52.014Z Checking rand_chacha v0.9.0
22462026-04-03T03:55:52.112Z Checking fastrand v2.3.0
22472026-04-03T03:55:52.214Z Checking ryu v1.0.23
22482026-04-03T03:55:52.243Z Checking slog v2.8.2
22492026-04-03T03:55:52.299Z Checking rand v0.9.2
22502026-04-03T03:55:52.334Z Checking pem-rfc7468 v0.7.0
22512026-04-03T03:55:52.352Z Checking rustls-native-certs v0.8.3
22522026-04-03T03:55:52.371Z Checking rustls-webpki v0.103.9
22532026-04-03T03:55:52.415Z Checking time v0.3.47
22542026-04-03T03:55:52.483Z Checking http-body-util v0.1.3
22552026-04-03T03:55:52.496Z Checking ipnetwork v0.21.1
22562026-04-03T03:55:52.512Z Checking sync_wrapper v1.0.2
22572026-04-03T03:55:52.602Z Checking h2 v0.4.13
22582026-04-03T03:55:52.619Z Checking spin v0.9.8
22592026-04-03T03:55:52.702Z Checking flagset v0.4.7
22602026-04-03T03:55:52.719Z Checking plain v0.2.3
22612026-04-03T03:55:52.768Z Checking tower v0.5.3
22622026-04-03T03:55:52.785Z Checking rustls v0.23.37
22632026-04-03T03:55:52.801Z Checking serde_urlencoded v0.7.1
22642026-04-03T03:55:52.823Z Checking rand_chacha v0.3.1
22652026-04-03T03:55:52.838Z Checking der v0.7.10
22662026-04-03T03:55:53.005Z Checking webpki-roots v1.0.6
22672026-04-03T03:55:53.036Z Checking ucd-trie v0.1.7
22682026-04-03T03:55:53.128Z Checking iri-string v0.7.10
22692026-04-03T03:55:53.162Z Checking tinyvec_macros v0.1.1
22702026-04-03T03:55:53.177Z Checking pest v2.8.6
22712026-04-03T03:55:53.232Z Checking tinyvec v1.10.0
22722026-04-03T03:55:53.542Z Checking rand v0.8.5
22732026-04-03T03:55:53.563Z Checking tempfile v3.25.0
22742026-04-03T03:55:53.566Z Checking spki v0.7.3
22752026-04-03T03:55:53.593Z Checking salsa20 v0.10.2
22762026-04-03T03:55:53.727Z Checking pbkdf2 v0.12.2
22772026-04-03T03:55:53.745Z Checking foreign-types-shared v0.1.1
22782026-04-03T03:55:53.760Z Checking unicode-width v0.2.0
22792026-04-03T03:55:53.834Z Checking foreign-types v0.3.2
22802026-04-03T03:55:53.849Z Checking scrypt v0.11.0
22812026-04-03T03:55:53.907Z Checking regex v1.12.3
22822026-04-03T03:55:53.989Z Checking aes v0.8.4
22832026-04-03T03:55:54.007Z Checking cbc v0.1.2
22842026-04-03T03:55:54.061Z Checking anyhow v1.0.102
22852026-04-03T03:55:54.137Z Checking openssl-sys v0.9.111
22862026-04-03T03:55:54.152Z Checking tower-http v0.6.8
22872026-04-03T03:55:54.194Z Checking crossbeam-utils v0.8.21
22882026-04-03T03:55:54.233Z Checking oxnet v0.1.4
22892026-04-03T03:55:54.263Z Checking mime v0.3.17
22902026-04-03T03:55:54.381Z Checking pkcs5 v0.7.1
22912026-04-03T03:55:54.428Z Checking openapiv3 v2.2.0
22922026-04-03T03:55:54.444Z Checking scroll v0.12.0
22932026-04-03T03:55:54.468Z Checking encoding_rs v0.8.35
22942026-04-03T03:55:54.531Z Checking winnow v0.7.14
22952026-04-03T03:55:54.624Z Checking openssl v0.10.75
22962026-04-03T03:55:54.639Z Checking pkcs8 v0.10.2
22972026-04-03T03:55:54.668Z Checking siphasher v1.0.2
22982026-04-03T03:55:54.820Z Checking data-encoding v2.10.0
22992026-04-03T03:55:54.836Z Checking goblin v0.8.2
23002026-04-03T03:55:55.099Z Checking lazy_static v1.5.0
23012026-04-03T03:55:55.178Z Checking tokio-rustls v0.26.4
23022026-04-03T03:55:55.193Z Checking zerocopy v0.7.35
23032026-04-03T03:55:55.266Z Checking hyper v1.8.1
23042026-04-03T03:55:55.414Z Checking wait-timeout v0.2.1
23052026-04-03T03:55:55.431Z Checking either v1.15.0
23062026-04-03T03:55:55.544Z Checking bit-vec v0.8.0
23072026-04-03T03:55:55.618Z Checking psl-types v2.0.11
23082026-04-03T03:55:55.687Z Checking anstyle v1.0.13
23092026-04-03T03:55:55.735Z Checking quick-error v1.2.3
23102026-04-03T03:55:55.739Z Checking managed v0.8.0
23112026-04-03T03:55:55.766Z Checking bitflags v1.3.2
23122026-04-03T03:55:55.769Z Checking utf8parse v0.2.2
23132026-04-03T03:55:55.840Z Checking bit-set v0.8.0
23142026-04-03T03:55:55.855Z Checking rusty-fork v0.3.1
23152026-04-03T03:55:55.870Z Checking publicsuffix v2.3.0
23162026-04-03T03:55:55.885Z Checking anstyle-parse v0.2.7
23172026-04-03T03:55:55.925Z Checking dtrace-parser v0.2.0
23182026-04-03T03:55:55.986Z Checking cookie v0.18.1
23192026-04-03T03:55:56.023Z Checking unicode-normalization v0.1.25
23202026-04-03T03:55:56.038Z Checking rand_xorshift v0.4.0
23212026-04-03T03:55:56.038Z Checking sha1 v0.10.6
23222026-04-03T03:55:56.160Z Checking hex v0.4.3
23232026-04-03T03:55:56.175Z Checking thread-id v4.2.2
23242026-04-03T03:55:56.178Z Checking hyper-util v0.1.20
23252026-04-03T03:55:56.204Z Checking unarray v0.1.4
23262026-04-03T03:55:56.217Z Checking anstyle-query v1.1.5
23272026-04-03T03:55:56.255Z Checking is_terminal_polyfill v1.70.2
23282026-04-03T03:55:56.307Z Checking colorchoice v1.0.4
23292026-04-03T03:55:56.307Z Checking proptest v1.10.0
23302026-04-03T03:55:56.345Z Checking cookie_store v0.22.1
23312026-04-03T03:55:56.384Z Checking rustls-platform-verifier v0.6.2
23322026-04-03T03:55:56.413Z Checking anstream v0.6.21
23332026-04-03T03:55:56.428Z Checking crossbeam-epoch v0.9.18
23342026-04-03T03:55:56.525Z Checking terminal_size v0.4.3
23352026-04-03T03:55:56.605Z Checking native-tls v0.2.18
23362026-04-03T03:55:56.620Z Checking scroll v0.13.0
23372026-04-03T03:55:56.642Z Checking num-integer v0.1.46
23382026-04-03T03:55:56.657Z Checking simd-adler32 v0.3.8
23392026-04-03T03:55:56.677Z Checking crossbeam-deque v0.8.6
23402026-04-03T03:55:56.745Z Checking dof v0.3.0
23412026-04-03T03:55:56.782Z Checking tokio-native-tls v0.3.1
23422026-04-03T03:55:56.825Z Checking bstr v1.12.1
23432026-04-03T03:55:56.844Z Checking goblin v0.10.5
23442026-04-03T03:55:56.859Z Checking ref-cast v1.0.25
23452026-04-03T03:55:56.874Z Checking rustix v0.38.44
23462026-04-03T03:55:56.940Z Checking camino v1.2.2
23472026-04-03T03:55:56.957Z Checking crc32fast v1.5.0
23482026-04-03T03:55:57.032Z Checking usdt-impl v0.5.0
23492026-04-03T03:55:57.100Z Checking signature v2.2.0
23502026-04-03T03:55:57.194Z Checking toml_datetime v0.6.11
23512026-04-03T03:55:57.224Z Checking serde_spanned v0.6.9
23522026-04-03T03:55:57.241Z Checking ff v0.13.1
23532026-04-03T03:55:57.317Z Checking base16ct v0.2.0
23542026-04-03T03:55:57.353Z Checking unicode-bidi v0.3.18
23552026-04-03T03:55:57.368Z Checking unicode-properties v0.1.4
23562026-04-03T03:55:57.382Z Checking clap_lex v1.0.0
23572026-04-03T03:55:57.435Z Checking hyper-rustls v0.27.7
23582026-04-03T03:55:57.451Z Checking hyper-tls v0.6.0
23592026-04-03T03:55:57.533Z Checking adler2 v2.0.1
23602026-04-03T03:55:57.554Z Checking strsim v0.11.1
23612026-04-03T03:55:57.623Z Checking sec1 v0.7.3
23622026-04-03T03:55:57.641Z Checking miniz_oxide v0.8.9
23632026-04-03T03:55:57.644Z Checking stringprep v0.1.5
23642026-04-03T03:55:57.671Z Checking reqwest v0.12.28
23652026-04-03T03:55:57.686Z Checking reqwest v0.13.2
23662026-04-03T03:55:57.714Z Checking clap_builder v4.5.60
23672026-04-03T03:55:57.806Z Checking group v0.13.0
23682026-04-03T03:55:57.830Z Checking num-iter v0.1.45
23692026-04-03T03:55:57.946Z Checking rayon-core v1.13.0
23702026-04-03T03:55:57.961Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-04-03T03:55:58.007Z Checking dtrace-parser v0.3.0
23722026-04-03T03:55:58.085Z Checking newtype-uuid v1.3.2
23732026-04-03T03:55:58.243Z Checking hkdf v0.12.4
23742026-04-03T03:55:58.272Z Checking strum v0.26.3
23752026-04-03T03:55:58.288Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-04-03T03:55:58.302Z Checking daft v0.1.5
23772026-04-03T03:55:58.377Z Checking md-5 v0.10.6
23782026-04-03T03:55:58.392Z Checking hash32 v0.2.1
23792026-04-03T03:55:58.405Z Checking crypto-bigint v0.5.5
23802026-04-03T03:55:58.512Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-04-03T03:55:58.515Z Checking thread-id v5.1.0
23822026-04-03T03:55:58.529Z Checking fallible-iterator v0.2.0
23832026-04-03T03:55:58.558Z Checking unicode-segmentation v1.12.0
23842026-04-03T03:55:58.561Z Checking zlib-rs v0.6.2
23852026-04-03T03:55:58.594Z Checking heapless v0.7.17
23862026-04-03T03:55:58.727Z Checking zstd-safe v7.2.4
23872026-04-03T03:55:58.815Z Checking postgres-protocol v0.6.10
23882026-04-03T03:55:58.872Z Checking rayon v1.11.0
23892026-04-03T03:55:58.896Z Checking itertools v0.12.1
23902026-04-03T03:55:58.940Z Checking clap v4.5.60
23912026-04-03T03:55:59.003Z Checking phf_shared v0.13.1
23922026-04-03T03:55:59.021Z Checking console v0.16.2
23932026-04-03T03:55:59.132Z Checking curve25519-dalek v4.1.3
23942026-04-03T03:55:59.149Z Checking dof v0.4.0
23952026-04-03T03:55:59.201Z Checking memoffset v0.9.1
23962026-04-03T03:55:59.284Z Checking bzip2-sys v0.1.13+1.0.8
23972026-04-03T03:55:59.300Z Checking elliptic-curve v0.13.8
23982026-04-03T03:55:59.318Z Checking signal-hook v0.3.18
23992026-04-03T03:55:59.382Z Checking memmap2 v0.9.10
24002026-04-03T03:55:59.445Z Checking flate2 v1.1.9
24012026-04-03T03:55:59.508Z Checking unit-prefix v0.5.2
24022026-04-03T03:55:59.534Z Checking libbz2-rs-sys v0.2.2
24032026-04-03T03:55:59.604Z Checking toml_write v0.1.2
24042026-04-03T03:55:59.634Z Checking foldhash v0.1.5
24052026-04-03T03:55:59.744Z Checking bumpalo v3.20.2
24062026-04-03T03:55:59.770Z Checking fixedbitset v0.4.2
24072026-04-03T03:55:59.773Z Checking usdt-impl v0.6.0
24082026-04-03T03:55:59.773Z Checking winnow v0.5.40
24092026-04-03T03:55:59.889Z Checking zone v0.3.1
24102026-04-03T03:55:59.906Z Checking toml_edit v0.22.27
24112026-04-03T03:55:59.925Z Checking bzip2 v0.6.1
24122026-04-03T03:55:59.963Z Checking petgraph v0.6.5
24132026-04-03T03:55:59.967Z Checking zopfli v0.8.3
24142026-04-03T03:56:00.063Z Checking usdt v0.6.0
24152026-04-03T03:56:00.091Z Checking hashbrown v0.15.5
24162026-04-03T03:56:00.233Z Checking signal-hook-mio v0.2.5
24172026-04-03T03:56:00.262Z Checking bzip2 v0.4.4
24182026-04-03T03:56:00.315Z Checking nix v0.31.1
24192026-04-03T03:56:00.331Z Checking indicatif v0.18.4
24202026-04-03T03:56:00.359Z Checking phf v0.13.1
24212026-04-03T03:56:00.431Z Checking postgres-types v0.2.12
24222026-04-03T03:56:00.535Z Checking smoltcp v0.9.1
24232026-04-03T03:56:00.568Z Checking zstd v0.13.3
24242026-04-03T03:56:00.698Z Checking similar v2.7.0
24252026-04-03T03:56:00.755Z Checking num-bigint-dig v0.8.6
24262026-04-03T03:56:00.758Z Checking ed25519 v2.2.3
24272026-04-03T03:56:00.945Z Checking toml_edit v0.19.15
24282026-04-03T03:56:00.961Z Checking phf_shared v0.11.3
24292026-04-03T03:56:00.996Z Checking pkcs1 v0.7.5
24302026-04-03T03:56:01.083Z Checking tokio-stream v0.1.18
24312026-04-03T03:56:01.106Z Checking strum v0.27.2
24322026-04-03T03:56:01.136Z Checking hubpack v0.1.2
24332026-04-03T03:56:01.209Z Checking rfc6979 v0.4.0
24342026-04-03T03:56:01.225Z Checking serde-big-array v0.5.1
24352026-04-03T03:56:01.225Z Checking float-cmp v0.10.0
24362026-04-03T03:56:01.303Z Checking env_filter v1.0.0
24372026-04-03T03:56:01.306Z Checking whoami v2.1.0
24382026-04-03T03:56:01.331Z Checking rustc-hash v2.1.1
24392026-04-03T03:56:01.352Z Checking keccak v0.1.6
24402026-04-03T03:56:01.367Z Checking fixedbitset v0.5.7
24412026-04-03T03:56:01.444Z Checking normalize-line-endings v0.3.0
24422026-04-03T03:56:01.444Z Checking new_debug_unreachable v1.0.6
24432026-04-03T03:56:01.474Z Checking difflib v0.4.0
24442026-04-03T03:56:01.510Z Checking precomputed-hash v0.1.1
24452026-04-03T03:56:01.525Z Checking predicates-core v1.0.10
24462026-04-03T03:56:01.539Z Checking static_assertions v1.1.0
24472026-04-03T03:56:01.551Z Checking jiff v0.2.21
24482026-04-03T03:56:01.568Z Checking petgraph v0.8.3
24492026-04-03T03:56:01.571Z Checking rsa v0.9.10
24502026-04-03T03:56:01.597Z Checking string_cache v0.8.9
24512026-04-03T03:56:01.611Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24522026-04-03T03:56:01.643Z Checking sha3 v0.10.8
24532026-04-03T03:56:01.646Z Checking predicates v3.1.4
24542026-04-03T03:56:01.762Z Checking tokio-postgres v0.7.16
24552026-04-03T03:56:01.851Z Checking env_logger v0.11.9
24562026-04-03T03:56:01.960Z Checking iddqd v0.3.17
24572026-04-03T03:56:01.975Z Checking toml v0.7.8
24582026-04-03T03:56:02.043Z Checking ecdsa v0.16.9
24592026-04-03T03:56:02.059Z Checking ed25519-dalek v2.2.0
24602026-04-03T03:56:02.285Z Checking zip v0.6.6
24612026-04-03T03:56:02.301Z Checking crossterm v0.28.1
24622026-04-03T03:56:02.387Z Checking serde_with v3.17.0
24632026-04-03T03:56:02.613Z Checking itertools v0.13.0
24642026-04-03T03:56:02.798Z Checking hickory-proto v0.25.2
24652026-04-03T03:56:02.996Z Checking x509-cert v0.2.5
24662026-04-03T03:56:03.001Z Checking fs-err v3.3.0
24672026-04-03T03:56:03.123Z Checking ahash v0.8.12
24682026-04-03T03:56:03.307Z Checking object v0.37.3
24692026-04-03T03:56:03.324Z Checking buf-list v1.1.2
24702026-04-03T03:56:03.506Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-04-03T03:56:03.630Z Checking peg-runtime v0.8.5
24722026-04-03T03:56:03.650Z Checking lalrpop-util v0.19.12
24732026-04-03T03:56:03.786Z Compiling structmeta-derive v0.3.0
24742026-04-03T03:56:03.801Z Checking zip v4.6.1
24752026-04-03T03:56:03.801Z Compiling rustls v0.22.4
24762026-04-03T03:56:03.865Z Compiling newtype-uuid-macros v0.1.0
24772026-04-03T03:56:03.865Z Compiling multer v3.1.0
24782026-04-03T03:56:03.874Z Compiling async-stream-impl v0.3.6
24792026-04-03T03:56:03.985Z Checking futures-executor v0.3.32
24802026-04-03T03:56:04.083Z Checking regress v0.10.5
24812026-04-03T03:56:04.378Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-04-03T03:56:04.445Z Compiling dropshot v0.16.7
24832026-04-03T03:56:04.581Z Checking futures v0.3.32
24842026-04-03T03:56:04.664Z Compiling dropshot_endpoint v0.16.7
24852026-04-03T03:56:04.693Z Checking thread_local v1.1.9
24862026-04-03T03:56:04.779Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-04-03T03:56:04.885Z Compiling structmeta v0.3.0
24882026-04-03T03:56:04.885Z Checking crossbeam-channel v0.5.15
24892026-04-03T03:56:05.086Z Compiling derive-ex v0.1.8
24902026-04-03T03:56:05.142Z Checking is-terminal v0.4.17
24912026-04-03T03:56:05.202Z Checking take_mut v0.2.2
24922026-04-03T03:56:05.239Z Checking term v1.2.1
24932026-04-03T03:56:05.316Z Checking slog-async v2.8.0
24942026-04-03T03:56:05.474Z Checking slog-term v2.9.2
24952026-04-03T03:56:05.499Z Compiling parse-display-derive v0.10.0
24962026-04-03T03:56:05.514Z Checking rustls-webpki v0.102.8
24972026-04-03T03:56:05.621Z Checking serde_spanned v1.0.4
24982026-04-03T03:56:05.649Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992026-04-03T03:56:05.729Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-04-03T03:56:05.748Z Checking match_cfg v0.1.0
25012026-04-03T03:56:05.762Z Checking debug-ignore v1.0.5
25022026-04-03T03:56:05.821Z Checking hostname v0.3.1
25032026-04-03T03:56:05.865Z Checking slog-json v2.6.1
25042026-04-03T03:56:05.914Z Checking toml v0.9.12+spec-1.1.0
25052026-04-03T03:56:05.930Z Checking macaddr v1.0.1
25062026-04-03T03:56:06.026Z Checking slog-bunyan v2.5.0
25072026-04-03T03:56:06.114Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-04-03T03:56:06.150Z Checking async-stream v0.3.6
25092026-04-03T03:56:06.448Z Checking waitgroup v0.1.2
25102026-04-03T03:56:06.497Z Checking rustls-pemfile v2.2.0
25112026-04-03T03:56:06.514Z Checking serde_path_to_error v0.1.20
25122026-04-03T03:56:06.529Z Checking hostname v0.4.2
25132026-04-03T03:56:06.553Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-04-03T03:56:06.630Z Checking progenitor-client v0.13.0
25152026-04-03T03:56:06.646Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-04-03T03:56:06.666Z Checking progenitor-client v0.10.0
25172026-04-03T03:56:06.789Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-04-03T03:56:06.792Z Checking backon v1.6.0
25192026-04-03T03:56:06.819Z Compiling test-strategy v0.4.5
25202026-04-03T03:56:06.863Z Checking instant v0.1.13
25212026-04-03T03:56:06.896Z Checking itertools v0.14.0
25222026-04-03T03:56:06.954Z Checking backoff v0.4.0
25232026-04-03T03:56:06.970Z Checking progenitor-extras v0.1.1
25242026-04-03T03:56:07.017Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-04-03T03:56:07.137Z Checking heck v0.5.0
25262026-04-03T03:56:07.215Z Checking parse-display v0.10.0
25272026-04-03T03:56:07.267Z Compiling crucible-workspace-hack v0.1.0
25282026-04-03T03:56:07.336Z Checking tokio-rustls v0.25.0
25292026-04-03T03:56:07.361Z Compiling convert_case v0.4.0
25302026-04-03T03:56:07.491Z Checking secrecy v0.10.3
25312026-04-03T03:56:07.546Z Compiling prettyplease v0.2.37
25322026-04-03T03:56:07.611Z Compiling typify-impl v0.6.1
25332026-04-03T03:56:07.732Z Compiling derive_more v0.99.20
25342026-04-03T03:56:07.950Z Compiling unsafe-libyaml v0.2.11
25352026-04-03T03:56:08.306Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-04-03T03:56:08.540Z Compiling serde_yaml v0.9.34+deprecated
25372026-04-03T03:56:08.707Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25382026-04-03T03:56:09.338Z Checking half v2.7.1
25392026-04-03T03:56:09.415Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25402026-04-03T03:56:09.599Z Compiling toml_edit v0.23.10+spec-1.0.0
25412026-04-03T03:56:09.637Z Compiling thiserror-impl-no-std v2.0.2
25422026-04-03T03:56:09.811Z Checking universal-hash v0.5.1
25432026-04-03T03:56:10.268Z Checking ciborium-io v0.2.2
25442026-04-03T03:56:10.348Z Compiling heapless v0.8.0
25452026-04-03T03:56:10.406Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25462026-04-03T03:56:10.406Z Checking opaque-debug v0.3.1
25472026-04-03T03:56:10.599Z Checking poly1305 v0.8.0
25482026-04-03T03:56:10.724Z Checking ciborium-ll v0.2.2
25492026-04-03T03:56:10.865Z Checking thiserror-no-std v2.0.2
25502026-04-03T03:56:10.880Z Compiling proc-macro-crate v3.4.0
25512026-04-03T03:56:11.163Z Compiling ingot-macros v0.1.1
25522026-04-03T03:56:11.439Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25532026-04-03T03:56:11.508Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25542026-04-03T03:56:11.804Z Compiling typify-impl v0.4.3
25552026-04-03T03:56:12.049Z Checking toml v0.8.23
25562026-04-03T03:56:12.139Z Compiling typify-macro v0.6.1
25572026-04-03T03:56:12.379Z Checking num-rational v0.4.2
25582026-04-03T03:56:12.453Z Checking byte-wrapper v0.1.0
25592026-04-03T03:56:12.610Z Checking tabwriter v1.4.1
25602026-04-03T03:56:12.671Z Checking password-hash v0.5.0
25612026-04-03T03:56:12.765Z Checking chacha20 v0.9.1
25622026-04-03T03:56:12.954Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25632026-04-03T03:56:12.970Z Checking blake2 v0.10.6
25642026-04-03T03:56:13.198Z Checking hash32 v0.3.1
25652026-04-03T03:56:13.214Z Checking aead v0.5.2
25662026-04-03T03:56:13.334Z Checking num-complex v0.4.6
25672026-04-03T03:56:13.607Z Compiling smoltcp v0.11.0
25682026-04-03T03:56:13.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-04-03T03:56:13.693Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25702026-04-03T03:56:13.794Z Checking num v0.4.3
25712026-04-03T03:56:13.859Z Compiling typify v0.6.1
25722026-04-03T03:56:13.902Z Checking chacha20poly1305 v0.10.1
25732026-04-03T03:56:13.970Z Checking ingot-types v0.1.2
25742026-04-03T03:56:14.002Z Checking argon2 v0.5.3
25752026-04-03T03:56:14.030Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25762026-04-03T03:56:14.082Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25772026-04-03T03:56:14.330Z Compiling num_enum_derive v0.7.5
25782026-04-03T03:56:14.349Z Checking vsss-rs v3.3.4
25792026-04-03T03:56:14.379Z Checking ciborium v0.2.2
25802026-04-03T03:56:15.433Z Compiling usdt-macro v0.5.0
25812026-04-03T03:56:15.449Z Compiling usdt-attr-macro v0.5.0
25822026-04-03T03:56:15.470Z Checking cobs v0.3.0
25832026-04-03T03:56:15.623Z Checking memmap v0.7.0
25842026-04-03T03:56:15.766Z Compiling foreign-types-macros v0.2.3
25852026-04-03T03:56:15.905Z Checking foreign-types-shared v0.3.1
25862026-04-03T03:56:15.920Z Checking colored v3.1.1
25872026-04-03T03:56:16.012Z Checking cpufeatures v0.3.0
25882026-04-03T03:56:16.031Z Checking indent_write v2.2.0
25892026-04-03T03:56:16.090Z Checking float-ord v0.3.2
25902026-04-03T03:56:16.133Z Checking chacha20 v0.10.0
25912026-04-03T03:56:16.198Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25922026-04-03T03:56:16.224Z Checking usdt v0.5.0
25932026-04-03T03:56:16.263Z Checking postcard v1.1.3
25942026-04-03T03:56:16.278Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25952026-04-03T03:56:16.336Z Compiling typify-macro v0.4.3
25962026-04-03T03:56:16.353Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25972026-04-03T03:56:16.367Z Checking foreign-types v0.5.0
25982026-04-03T03:56:16.381Z Checking num_enum v0.7.5
25992026-04-03T03:56:16.444Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26002026-04-03T03:56:16.495Z Checking ingot v0.1.1
26012026-04-03T03:56:16.554Z Compiling progenitor-impl v0.13.0
26022026-04-03T03:56:16.886Z Compiling proc-macro-crate v1.3.1
26032026-04-03T03:56:17.314Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26042026-04-03T03:56:17.456Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26052026-04-03T03:56:17.558Z Checking cstr-argument v0.1.2
26062026-04-03T03:56:17.574Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26072026-04-03T03:56:17.668Z Checking swrite v0.1.0
26082026-04-03T03:56:17.743Z Compiling semver v0.1.20
26092026-04-03T03:56:17.766Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26102026-04-03T03:56:17.814Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26112026-04-03T03:56:17.833Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26122026-04-03T03:56:17.930Z Compiling rustc_version v0.1.7
26132026-04-03T03:56:17.979Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26142026-04-03T03:56:18.005Z Compiling num_enum_derive v0.5.11
26152026-04-03T03:56:18.026Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26162026-04-03T03:56:18.029Z Checking rand v0.10.0
26172026-04-03T03:56:18.114Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-04-03T03:56:18.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-04-03T03:56:18.913Z Compiling pin-project-internal v1.1.11
26202026-04-03T03:56:18.983Z Checking linked-hash-map v0.5.6
26212026-04-03T03:56:19.033Z Compiling minimal-lexical v0.2.1
26222026-04-03T03:56:19.050Z Checking num_enum v0.5.11
26232026-04-03T03:56:19.162Z Checking lru-cache v0.1.2
26242026-04-03T03:56:19.178Z Compiling progenitor-macro v0.13.0
26252026-04-03T03:56:19.305Z Compiling nom v7.1.3
26262026-04-03T03:56:19.495Z Compiling newtype_derive v0.1.6
26272026-04-03T03:56:19.693Z Compiling typify v0.4.3
26282026-04-03T03:56:20.085Z Checking pin-project v1.1.11
26292026-04-03T03:56:20.261Z Checking newline-converter v0.3.0
26302026-04-03T03:56:20.348Z Checking atomicwrites v0.4.4
26312026-04-03T03:56:20.382Z Checking camino-tempfile v1.4.1
26322026-04-03T03:56:20.488Z Checking hickory-proto v0.24.4
26332026-04-03T03:56:20.554Z Checking phf_shared v0.12.1
26342026-04-03T03:56:20.708Z Checking console v0.15.11
26352026-04-03T03:56:20.724Z Checking pem v3.0.6
26362026-04-03T03:56:20.896Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26372026-04-03T03:56:20.994Z Checking csv-core v0.1.13
26382026-04-03T03:56:21.048Z Compiling snafu-derive v0.8.9
26392026-04-03T03:56:21.184Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26402026-04-03T03:56:21.360Z Compiling derive-where v1.6.0
26412026-04-03T03:56:21.447Z Compiling async-recursion v1.1.1
26422026-04-03T03:56:21.942Z Compiling slog-dtrace v0.3.0
26432026-04-03T03:56:22.106Z Checking highway v1.3.0
26442026-04-03T03:56:22.143Z Checking same-file v1.0.6
26452026-04-03T03:56:22.272Z Checking unicode-width v0.1.14
26462026-04-03T03:56:22.322Z Compiling chrono-tz v0.10.4
26472026-04-03T03:56:22.322Z Checking resolv-conf v0.7.6
26482026-04-03T03:56:22.353Z Compiling cancel-safe-futures v0.1.5
26492026-04-03T03:56:22.504Z Compiling owo-colors v4.3.0
26502026-04-03T03:56:22.521Z Checking hickory-resolver v0.24.4
26512026-04-03T03:56:22.557Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26522026-04-03T03:56:22.594Z Compiling const_format_proc_macros v0.2.34
26532026-04-03T03:56:22.675Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26542026-04-03T03:56:22.885Z Checking walkdir v2.5.0
26552026-04-03T03:56:22.960Z Checking snafu v0.8.9
26562026-04-03T03:56:23.206Z Checking csv v1.4.0
26572026-04-03T03:56:23.251Z Checking expectorate v1.2.0
26582026-04-03T03:56:23.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592026-04-03T03:56:23.307Z Checking phf v0.12.1
26602026-04-03T03:56:23.404Z Compiling progenitor-impl v0.10.0
26612026-04-03T03:56:23.505Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26622026-04-03T03:56:23.567Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26632026-04-03T03:56:23.750Z Checking tokio-dtrace v0.1.1
26642026-04-03T03:56:23.773Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26652026-04-03T03:56:23.907Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26662026-04-03T03:56:23.948Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26672026-04-03T03:56:24.131Z Checking globset v0.4.18
26682026-04-03T03:56:24.190Z Checking progenitor v0.13.0
26692026-04-03T03:56:24.336Z Checking olpc-cjson v0.1.4
26702026-04-03T03:56:24.367Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26712026-04-03T03:56:24.387Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-04-03T03:56:24.426Z Checking libsw-core v0.3.2
26732026-04-03T03:56:24.474Z Checking smf v0.2.3
26742026-04-03T03:56:24.498Z Checking serde_plain v1.0.2
26752026-04-03T03:56:24.580Z Checking arc-swap v1.8.2
26762026-04-03T03:56:24.647Z Compiling lzma-sys v0.1.20
26772026-04-03T03:56:24.662Z Checking sigpipe v0.1.3
26782026-04-03T03:56:24.715Z Compiling num-derive v0.4.2
26792026-04-03T03:56:24.748Z Checking utf-8 v0.7.6
26802026-04-03T03:56:24.813Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-04-03T03:56:25.031Z Checking bytecount v0.6.9
26822026-04-03T03:56:25.100Z Checking typed-path v0.9.3
26832026-04-03T03:56:25.147Z Checking glob v0.3.3
26842026-04-03T03:56:25.201Z Checking papergrid v0.11.0
26852026-04-03T03:56:25.324Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-04-03T03:56:25.337Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26872026-04-03T03:56:25.524Z Checking tungstenite v0.21.0
26882026-04-03T03:56:25.540Z Checking slog-scope v4.4.1
26892026-04-03T03:56:25.682Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26902026-04-03T03:56:25.698Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26912026-04-03T03:56:25.713Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26922026-04-03T03:56:25.828Z Checking libsw v3.5.0
26932026-04-03T03:56:25.887Z Checking tough v0.20.0
26942026-04-03T03:56:25.922Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26952026-04-03T03:56:25.952Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26962026-04-03T03:56:25.968Z Checking oxide-tokio-rt v0.1.3
26972026-04-03T03:56:26.088Z Compiling progenitor-macro v0.10.0
26982026-04-03T03:56:26.110Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26992026-04-03T03:56:26.162Z Checking const_format v0.2.35
27002026-04-03T03:56:26.206Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27012026-04-03T03:56:26.396Z Checking qorb v0.4.1
27022026-04-03T03:56:27.291Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-04-03T03:56:27.335Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-04-03T03:56:27.401Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-04-03T03:56:27.425Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-04-03T03:56:27.619Z Compiling cargo_toml v0.22.3
27072026-04-03T03:56:27.773Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27082026-04-03T03:56:27.875Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27092026-04-03T03:56:27.891Z Checking gethostname v0.5.0
27102026-04-03T03:56:27.906Z Compiling tabled_derive v0.7.0
27112026-04-03T03:56:27.932Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27122026-04-03T03:56:27.983Z Checking bcs v0.1.6
27132026-04-03T03:56:28.168Z Checking unicode-linebreak v0.1.5
27142026-04-03T03:56:28.184Z Checking linear-map v1.2.0
27152026-04-03T03:56:28.221Z Checking whoami v1.6.1
27162026-04-03T03:56:28.356Z Checking termtree v0.5.1
27172026-04-03T03:56:28.387Z Checking smawk v0.3.2
27182026-04-03T03:56:28.499Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27192026-04-03T03:56:28.522Z Checking textwrap v0.16.2
27202026-04-03T03:56:28.748Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-04-03T03:56:28.871Z Checking tabled v0.15.0
27222026-04-03T03:56:29.284Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27232026-04-03T03:56:29.796Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27242026-04-03T03:56:30.050Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-04-03T03:56:30.066Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-04-03T03:56:30.293Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-04-03T03:56:30.326Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-04-03T03:56:30.449Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27292026-04-03T03:56:30.473Z Checking steno v0.4.1
27302026-04-03T03:56:30.507Z Checking tokio-tungstenite v0.21.0
27312026-04-03T03:56:30.796Z Checking slog-stdlog v4.1.1
27322026-04-03T03:56:30.926Z Checking typeid v1.0.3
27332026-04-03T03:56:31.011Z Checking progenitor v0.10.0
27342026-04-03T03:56:31.027Z Checking humantime v2.3.0
27352026-04-03T03:56:31.042Z Checking base64 v0.21.7
27362026-04-03T03:56:31.158Z Checking ron v0.12.0
27372026-04-03T03:56:31.222Z Checking xz2 v0.1.7
27382026-04-03T03:56:31.292Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27392026-04-03T03:56:31.354Z Checking slog-envlogger v2.2.0
27402026-04-03T03:56:31.400Z Checking yasna v0.5.2
27412026-04-03T03:56:31.507Z Checking headers-core v0.3.0
27422026-04-03T03:56:31.524Z Checking filetime v0.2.27
27432026-04-03T03:56:31.623Z Checking xattr v1.6.1
27442026-04-03T03:56:31.663Z Checking base16ct v1.0.0
27452026-04-03T03:56:31.759Z Checking tar v0.4.45
27462026-04-03T03:56:31.779Z Checking rcgen v0.12.1
27472026-04-03T03:56:31.801Z Checking headers v0.4.1
27482026-04-03T03:56:31.901Z Checking subprocess v0.2.15
27492026-04-03T03:56:37.114Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-04-03T03:56:43.055Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-04-03T03:56:44.366Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-04-03T03:56:45.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27532026-04-03T03:56:45.769Z
27542026-04-03T03:56:45.769Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
27552026-04-03T03:56:46.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-04-03T03:56:46.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-04-03T03:56:46.526Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-04-03T03:56:47.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
27592026-04-03T03:56:48.073Z
27602026-04-03T03:56:48.073Zinfo: running `cargo check --bins` on nexus-config (51/270)
27612026-04-03T03:56:48.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-04-03T03:56:48.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-04-03T03:56:48.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-04-03T03:56:48.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27652026-04-03T03:56:48.723Z
27662026-04-03T03:56:48.723Zinfo: running `cargo check --bins` on nexus-types (52/270)
27672026-04-03T03:56:49.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-04-03T03:56:49.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-04-03T03:56:49.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-04-03T03:56:49.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27712026-04-03T03:56:49.379Z
27722026-04-03T03:56:49.379Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
27732026-04-03T03:56:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-04-03T03:56:49.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-04-03T03:56:49.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-04-03T03:56:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27772026-04-03T03:56:49.995Z
27782026-04-03T03:56:49.995Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
27792026-04-03T03:56:50.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-04-03T03:56:50.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-04-03T03:56:50.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-04-03T03:56:50.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27832026-04-03T03:56:50.600Z
27842026-04-03T03:56:50.600Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
27852026-04-03T03:56:51.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-04-03T03:56:51.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-04-03T03:56:51.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-04-03T03:56:51.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27892026-04-03T03:56:51.195Z
27902026-04-03T03:56:51.195Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
27912026-04-03T03:56:51.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-04-03T03:56:51.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-04-03T03:56:51.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-04-03T03:56:51.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27952026-04-03T03:56:51.795Z
27962026-04-03T03:56:51.795Zinfo: running `cargo check --bins` on ereport-types (57/270)
27972026-04-03T03:56:52.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-04-03T03:56:52.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-04-03T03:56:52.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-04-03T03:56:52.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28012026-04-03T03:56:52.403Z
28022026-04-03T03:56:52.403Zinfo: running `cargo check --bins` on gateway-client (58/270)
28032026-04-03T03:56:52.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-04-03T03:56:52.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-04-03T03:56:52.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-04-03T03:56:52.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28072026-04-03T03:56:53.013Z
28082026-04-03T03:56:53.013Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
28092026-04-03T03:56:53.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-04-03T03:56:53.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-04-03T03:56:53.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-04-03T03:56:53.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28132026-04-03T03:56:53.621Z
28142026-04-03T03:56:53.622Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
28152026-04-03T03:56:54.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-04-03T03:56:54.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-04-03T03:56:54.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-04-03T03:56:54.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28192026-04-03T03:56:54.230Z
28202026-04-03T03:56:54.230Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
28212026-04-03T03:56:54.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-04-03T03:56:54.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-04-03T03:56:54.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-04-03T03:56:54.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28252026-04-03T03:56:54.842Z
28262026-04-03T03:56:54.843Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
28272026-04-03T03:56:55.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-04-03T03:56:55.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-04-03T03:56:55.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-04-03T03:56:55.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28312026-04-03T03:56:55.450Z
28322026-04-03T03:56:55.450Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
28332026-04-03T03:56:55.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-03T03:56:55.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-03T03:56:55.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-04-03T03:56:55.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28372026-04-03T03:56:56.079Z
28382026-04-03T03:56:56.079Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
28392026-04-03T03:56:56.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-03T03:56:56.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-03T03:56:56.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-04-03T03:56:56.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28432026-04-03T03:56:56.704Z
28442026-04-03T03:56:56.704Zinfo: running `cargo check --bins` on key-manager-types (65/270)
28452026-04-03T03:56:57.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-03T03:56:57.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-03T03:56:57.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-04-03T03:56:57.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28492026-04-03T03:56:57.304Z
28502026-04-03T03:56:57.304Zinfo: running `cargo check --bins` on oxlog (66/270)
28512026-04-03T03:56:57.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-03T03:56:57.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-03T03:56:57.926Z Compiling newtype-uuid v1.3.2
28542026-04-03T03:56:58.134Z Compiling daft v0.1.5
28552026-04-03T03:56:58.332Z Compiling iddqd v0.3.17
28562026-04-03T03:56:59.238Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-04-03T03:56:59.475Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-04-03T03:56:59.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
28592026-04-03T03:56:59.927Z
28602026-04-03T03:56:59.927Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
28612026-04-03T03:57:00.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-04-03T03:57:00.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-04-03T03:57:00.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-04-03T03:57:00.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28652026-04-03T03:57:00.546Z
28662026-04-03T03:57:00.547Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
28672026-04-03T03:57:01.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-04-03T03:57:01.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-04-03T03:57:01.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-04-03T03:57:01.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28712026-04-03T03:57:01.163Z
28722026-04-03T03:57:01.163Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
28732026-04-03T03:57:01.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-04-03T03:57:01.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-04-03T03:57:01.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-04-03T03:57:01.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28772026-04-03T03:57:01.784Z
28782026-04-03T03:57:01.784Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
28792026-04-03T03:57:02.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-04-03T03:57:02.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-04-03T03:57:02.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-04-03T03:57:02.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28832026-04-03T03:57:02.403Z
28842026-04-03T03:57:02.403Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
28852026-04-03T03:57:02.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-04-03T03:57:02.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-04-03T03:57:02.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-04-03T03:57:02.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28892026-04-03T03:57:03.001Z
28902026-04-03T03:57:03.002Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
28912026-04-03T03:57:03.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-04-03T03:57:03.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-04-03T03:57:03.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-04-03T03:57:03.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28952026-04-03T03:57:03.601Z
28962026-04-03T03:57:03.601Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
28972026-04-03T03:57:04.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-04-03T03:57:04.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-04-03T03:57:04.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-04-03T03:57:04.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-04-03T03:57:04.204Z
29022026-04-03T03:57:04.204Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
29032026-04-03T03:57:04.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-04-03T03:57:04.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-04-03T03:57:04.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-04-03T03:57:04.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29072026-04-03T03:57:04.803Z
29082026-04-03T03:57:04.803Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
29092026-04-03T03:57:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-04-03T03:57:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-04-03T03:57:05.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-04-03T03:57:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132026-04-03T03:57:05.398Z
29142026-04-03T03:57:05.398Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
29152026-04-03T03:57:05.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-04-03T03:57:05.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-04-03T03:57:05.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-04-03T03:57:05.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-04-03T03:57:06.003Z
29202026-04-03T03:57:06.003Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
29212026-04-03T03:57:06.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-04-03T03:57:06.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-04-03T03:57:06.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-04-03T03:57:06.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-04-03T03:57:06.611Z
29262026-04-03T03:57:06.611Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
29272026-04-03T03:57:07.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-04-03T03:57:07.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-04-03T03:57:07.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-04-03T03:57:07.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29312026-04-03T03:57:07.240Z
29322026-04-03T03:57:07.241Zinfo: running `cargo check --bins` on oxql-types (79/270)
29332026-04-03T03:57:07.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-04-03T03:57:07.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-04-03T03:57:07.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-04-03T03:57:07.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29372026-04-03T03:57:07.847Z
29382026-04-03T03:57:07.848Zinfo: running `cargo check --bins` on oximeter-types (80/270)
29392026-04-03T03:57:08.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-04-03T03:57:08.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-04-03T03:57:08.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-04-03T03:57:08.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29432026-04-03T03:57:08.458Z
29442026-04-03T03:57:08.458Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
29452026-04-03T03:57:08.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-04-03T03:57:08.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-04-03T03:57:08.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-04-03T03:57:08.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29492026-04-03T03:57:09.070Z
29502026-04-03T03:57:09.070Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
29512026-04-03T03:57:09.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-04-03T03:57:09.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-04-03T03:57:09.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-04-03T03:57:09.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29552026-04-03T03:57:09.669Z
29562026-04-03T03:57:09.669Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
29572026-04-03T03:57:10.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-04-03T03:57:10.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-04-03T03:57:10.347Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-04-03T03:57:10.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29612026-04-03T03:57:11.063Z
29622026-04-03T03:57:11.063Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
29632026-04-03T03:57:11.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-04-03T03:57:11.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-04-03T03:57:11.748Z Compiling ar_archive_writer v0.5.1
29662026-04-03T03:57:11.860Z Compiling stacker v0.1.23
29672026-04-03T03:57:11.868Z Compiling cfg_aliases v0.1.1
29682026-04-03T03:57:11.874Z Compiling convert_case v0.10.0
29692026-04-03T03:57:11.881Z Checking fd-lock v4.0.4
29702026-04-03T03:57:11.884Z Checking nibble_vec v0.1.0
29712026-04-03T03:57:11.884Z Checking vte v0.14.1
29722026-04-03T03:57:11.884Z Compiling recursive-proc-macro-impl v0.1.1
29732026-04-03T03:57:11.925Z Compiling nix v0.28.0
29742026-04-03T03:57:11.991Z Checking endian-type v0.1.2
29752026-04-03T03:57:12.006Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-04-03T03:57:12.041Z Checking strip-ansi-escapes v0.2.1
29772026-04-03T03:57:12.119Z Compiling peg-macros v0.8.5
29782026-04-03T03:57:12.131Z Checking radix_trie v0.2.1
29792026-04-03T03:57:12.144Z Checking winnow v0.6.26
29802026-04-03T03:57:12.159Z Compiling derive_more-impl v2.1.1
29812026-04-03T03:57:12.310Z Compiling sqlparser_derive v0.5.0
29822026-04-03T03:57:12.344Z Checking home v0.5.12
29832026-04-03T03:57:12.448Z Checking unicode_categories v0.1.1
29842026-04-03T03:57:12.476Z Checking nu-ansi-term v0.50.3
29852026-04-03T03:57:12.627Z Checking display-error-chain v0.2.2
29862026-04-03T03:57:12.689Z Checking reedline v0.40.0
29872026-04-03T03:57:12.708Z Compiling psm v0.1.30
29882026-04-03T03:57:12.958Z Checking derive_more v2.1.1
29892026-04-03T03:57:13.037Z Checking crossterm v0.29.0
29902026-04-03T03:57:13.249Z Checking peg v0.8.5
29912026-04-03T03:57:13.252Z Checking rustyline v14.0.0
29922026-04-03T03:57:13.252Z Checking sqlformat v0.3.5
29932026-04-03T03:57:13.449Z Checking recursive v0.1.1
29942026-04-03T03:57:13.540Z Checking sqlparser v0.61.0
29952026-04-03T03:57:24.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
29962026-04-03T03:57:24.886Z
29972026-04-03T03:57:24.886Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
29982026-04-03T03:57:25.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-04-03T03:57:25.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-04-03T03:57:25.573Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-04-03T03:57:29.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
30022026-04-03T03:57:29.219Z
30032026-04-03T03:57:29.219Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
30042026-04-03T03:57:29.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-04-03T03:57:29.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-04-03T03:57:29.905Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-04-03T03:57:32.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
30082026-04-03T03:57:32.512Z
30092026-04-03T03:57:32.512Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
30102026-04-03T03:57:33.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-04-03T03:57:33.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-04-03T03:57:33.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-04-03T03:57:36.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
30142026-04-03T03:57:36.613Z
30152026-04-03T03:57:36.614Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
30162026-04-03T03:57:37.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-04-03T03:57:37.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-04-03T03:57:37.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-04-03T03:57:40.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
30202026-04-03T03:57:40.796Z
30212026-04-03T03:57:40.796Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
30222026-04-03T03:57:41.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-04-03T03:57:41.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-04-03T03:57:41.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-04-03T03:57:44.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
30262026-04-03T03:57:44.242Z
30272026-04-03T03:57:44.242Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
30282026-04-03T03:57:44.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-04-03T03:57:44.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-04-03T03:57:44.916Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-04-03T03:57:47.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
30322026-04-03T03:57:47.687Z
30332026-04-03T03:57:47.688Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
30342026-04-03T03:57:48.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-04-03T03:57:48.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-04-03T03:57:48.361Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-04-03T03:57:51.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
30382026-04-03T03:57:51.958Z
30392026-04-03T03:57:51.959Zinfo: running `cargo check --bins` on oximeter (92/270)
30402026-04-03T03:57:52.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-04-03T03:57:52.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-04-03T03:57:52.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-04-03T03:57:52.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-04-03T03:57:52.567Z
30452026-04-03T03:57:52.567Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
30462026-04-03T03:57:53.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-03T03:57:53.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-03T03:57:53.212Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-04-03T03:57:53.377Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-04-03T03:57:53.380Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-04-03T03:57:53.717Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-04-03T03:57:57.177Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-04-03T03:57:57.505Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-04-03T03:57:58.603Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-04-03T03:57:59.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
30562026-04-03T03:57:59.479Z
30572026-04-03T03:57:59.479Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
30582026-04-03T03:57:59.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-03T03:57:59.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-03T03:57:59.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-03T03:57:59.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-04-03T03:58:00.085Z
30632026-04-03T03:58:00.085Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
30642026-04-03T03:58:00.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-03T03:58:00.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-03T03:58:00.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-03T03:58:00.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30682026-04-03T03:58:00.736Z
30692026-04-03T03:58:00.736Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
30702026-04-03T03:58:01.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-03T03:58:01.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-03T03:58:01.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-03T03:58:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-04-03T03:58:01.348Z
30752026-04-03T03:58:01.348Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
30762026-04-03T03:58:01.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-03T03:58:01.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-03T03:58:01.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-03T03:58:01.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-04-03T03:58:01.962Z
30812026-04-03T03:58:01.962Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
30822026-04-03T03:58:02.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-03T03:58:02.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-03T03:58:02.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-03T03:58:02.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30862026-04-03T03:58:02.577Z
30872026-04-03T03:58:02.577Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
30882026-04-03T03:58:03.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-03T03:58:03.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-03T03:58:03.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-03T03:58:03.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-04-03T03:58:03.189Z
30932026-04-03T03:58:03.189Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
30942026-04-03T03:58:03.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-03T03:58:03.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-03T03:58:03.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-03T03:58:03.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-04-03T03:58:03.786Z
30992026-04-03T03:58:03.786Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
31002026-04-03T03:58:04.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-03T03:58:04.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-03T03:58:04.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-03T03:58:04.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-04-03T03:58:04.399Z
31052026-04-03T03:58:04.400Zinfo: running `cargo check --bins` on update-engine (102/270)
31062026-04-03T03:58:04.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-03T03:58:04.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-03T03:58:04.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-03T03:58:04.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-04-03T03:58:04.991Z
31112026-04-03T03:58:04.991Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
31122026-04-03T03:58:05.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-03T03:58:05.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-03T03:58:05.697Z Checking dropshot-api-manager-types v0.6.0
31152026-04-03T03:58:05.697Z Checking nanorand v0.7.0
31162026-04-03T03:58:05.942Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-04-03T03:58:05.967Z Checking flume v0.11.1
31182026-04-03T03:58:06.176Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-04-03T03:58:07.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
31202026-04-03T03:58:07.406Z
31212026-04-03T03:58:07.406Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
31222026-04-03T03:58:07.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-04-03T03:58:07.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-04-03T03:58:07.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-04-03T03:58:07.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31262026-04-03T03:58:08.018Z
31272026-04-03T03:58:08.018Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
31282026-04-03T03:58:08.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-04-03T03:58:08.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-04-03T03:58:08.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-04-03T03:58:08.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31322026-04-03T03:58:08.637Z
31332026-04-03T03:58:08.637Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
31342026-04-03T03:58:09.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-04-03T03:58:09.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-04-03T03:58:09.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-04-03T03:58:09.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-04-03T03:58:09.260Z
31392026-04-03T03:58:09.260Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
31402026-04-03T03:58:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-04-03T03:58:09.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-04-03T03:58:09.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-04-03T03:58:09.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-04-03T03:58:09.882Z
31452026-04-03T03:58:09.882Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
31462026-04-03T03:58:10.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-04-03T03:58:10.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-04-03T03:58:10.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-04-03T03:58:10.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31502026-04-03T03:58:10.501Z
31512026-04-03T03:58:10.501Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
31522026-04-03T03:58:11.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-04-03T03:58:11.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-04-03T03:58:11.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-04-03T03:58:11.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-04-03T03:58:11.114Z
31572026-04-03T03:58:11.114Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
31582026-04-03T03:58:11.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-04-03T03:58:11.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-04-03T03:58:11.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-04-03T03:58:11.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31622026-04-03T03:58:11.732Z
31632026-04-03T03:58:11.732Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
31642026-04-03T03:58:12.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-04-03T03:58:12.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-04-03T03:58:12.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-04-03T03:58:12.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31682026-04-03T03:58:12.328Z
31692026-04-03T03:58:12.328Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
31702026-04-03T03:58:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-04-03T03:58:12.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-04-03T03:58:12.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-04-03T03:58:12.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-04-03T03:58:12.940Z
31752026-04-03T03:58:12.940Zinfo: running `cargo check --bins` on dns-service-client (113/270)
31762026-04-03T03:58:13.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-04-03T03:58:13.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-04-03T03:58:13.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-04-03T03:58:13.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31802026-04-03T03:58:13.548Z
31812026-04-03T03:58:13.548Zinfo: running `cargo check --bins` on installinator-client (114/270)
31822026-04-03T03:58:14.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-04-03T03:58:14.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-04-03T03:58:14.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-04-03T03:58:14.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31862026-04-03T03:58:14.159Z
31872026-04-03T03:58:14.159Zinfo: running `cargo check --bins` on nexus-client (115/270)
31882026-04-03T03:58:14.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-04-03T03:58:14.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-04-03T03:58:14.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-04-03T03:58:14.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31922026-04-03T03:58:14.803Z
31932026-04-03T03:58:14.803Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31942026-04-03T03:58:15.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-04-03T03:58:15.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-04-03T03:58:15.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-04-03T03:58:15.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31982026-04-03T03:58:15.447Z
31992026-04-03T03:58:15.447Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
32002026-04-03T03:58:15.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-04-03T03:58:15.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-04-03T03:58:15.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-04-03T03:58:15.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32042026-04-03T03:58:16.046Z
32052026-04-03T03:58:16.047Zinfo: running `cargo check --bins` on oxide-client (118/270)
32062026-04-03T03:58:16.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-04-03T03:58:16.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-04-03T03:58:16.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-04-03T03:58:16.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32102026-04-03T03:58:16.645Z
32112026-04-03T03:58:16.645Zinfo: running `cargo check --bins` on oximeter-client (119/270)
32122026-04-03T03:58:17.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-04-03T03:58:17.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-04-03T03:58:17.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-04-03T03:58:17.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32162026-04-03T03:58:17.258Z
32172026-04-03T03:58:17.258Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
32182026-04-03T03:58:17.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-04-03T03:58:17.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-04-03T03:58:17.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-04-03T03:58:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32222026-04-03T03:58:17.854Z
32232026-04-03T03:58:17.854Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
32242026-04-03T03:58:18.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-04-03T03:58:18.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-04-03T03:58:18.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-04-03T03:58:18.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32282026-04-03T03:58:18.472Z
32292026-04-03T03:58:18.472Zinfo: running `cargo check --bins` on wicketd-client (122/270)
32302026-04-03T03:58:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-04-03T03:58:19.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-04-03T03:58:19.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-04-03T03:58:19.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32342026-04-03T03:58:19.103Z
32352026-04-03T03:58:19.103Zinfo: running `cargo check --bins` on installinator-common (123/270)
32362026-04-03T03:58:19.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-04-03T03:58:19.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-04-03T03:58:19.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-04-03T03:58:19.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32402026-04-03T03:58:19.726Z
32412026-04-03T03:58:19.726Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
32422026-04-03T03:58:20.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-04-03T03:58:20.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-04-03T03:58:20.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-04-03T03:58:20.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32462026-04-03T03:58:20.317Z
32472026-04-03T03:58:20.317Zinfo: running `cargo check --bins` on wicket-common (125/270)
32482026-04-03T03:58:20.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-04-03T03:58:20.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-04-03T03:58:20.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-04-03T03:58:20.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32522026-04-03T03:58:20.933Z
32532026-04-03T03:58:20.933Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
32542026-04-03T03:58:21.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-04-03T03:58:21.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-04-03T03:58:21.624Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32572026-04-03T03:58:21.738Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32582026-04-03T03:58:21.748Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32592026-04-03T03:58:21.752Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-04-03T03:58:21.759Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-04-03T03:58:21.762Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-04-03T03:58:21.780Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-04-03T03:58:21.783Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32642026-04-03T03:58:21.919Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-04-03T03:58:21.967Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32662026-04-03T03:58:21.991Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32672026-04-03T03:58:22.141Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32682026-04-03T03:58:22.144Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-04-03T03:58:22.902Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-04-03T03:58:28.116Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-04-03T03:58:28.744Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32722026-04-03T03:58:31.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.13s
32732026-04-03T03:58:31.268Z
32742026-04-03T03:58:31.268Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
32752026-04-03T03:58:31.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-04-03T03:58:31.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-04-03T03:58:31.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-04-03T03:58:31.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32792026-04-03T03:58:31.869Z
32802026-04-03T03:58:31.869Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
32812026-04-03T03:58:32.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-04-03T03:58:32.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-04-03T03:58:32.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-04-03T03:58:32.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32852026-04-03T03:58:32.555Z
32862026-04-03T03:58:32.555Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
32872026-04-03T03:58:33.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-04-03T03:58:33.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-04-03T03:58:33.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902026-04-03T03:58:33.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32912026-04-03T03:58:33.242Z
32922026-04-03T03:58:33.242Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32932026-04-03T03:58:33.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942026-04-03T03:58:33.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952026-04-03T03:58:33.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962026-04-03T03:58:33.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32972026-04-03T03:58:33.906Z
32982026-04-03T03:58:33.906Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32992026-04-03T03:58:34.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-04-03T03:58:34.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-04-03T03:58:34.646Z Compiling radium v0.7.0
33022026-04-03T03:58:34.765Z Checking tap v1.0.1
33032026-04-03T03:58:34.769Z Compiling maybe-uninit v2.0.0
33042026-04-03T03:58:34.781Z Compiling zerocopy-derive v0.6.6
33052026-04-03T03:58:34.789Z Checking crc-catalog v2.4.0
33062026-04-03T03:58:34.789Z Compiling packed_struct v0.10.1
33072026-04-03T03:58:34.799Z Checking funty v2.0.0
33082026-04-03T03:58:34.825Z Compiling packed_struct_codegen v0.10.1
33092026-04-03T03:58:34.855Z Checking wyz v0.5.1
33102026-04-03T03:58:34.874Z Checking crc v3.4.0
33112026-04-03T03:58:35.050Z Compiling bitfield-macros v0.19.4
33122026-04-03T03:58:35.075Z Compiling indexmap v1.9.3
33132026-04-03T03:58:35.101Z Checking nodrop v0.1.14
33142026-04-03T03:58:35.148Z Checking smallvec v0.6.14
33152026-04-03T03:58:35.151Z Checking tagptr v0.2.0
33162026-04-03T03:58:35.190Z Checking array-init v0.0.4
33172026-04-03T03:58:35.213Z Checking bitvec v1.0.1
33182026-04-03T03:58:35.299Z Checking hashbrown v0.12.3
33192026-04-03T03:58:35.315Z Checking moka v0.12.13
33202026-04-03T03:58:35.357Z Checking ron v0.8.1
33212026-04-03T03:58:35.490Z Checking serde-hex v0.1.0
33222026-04-03T03:58:35.612Z Checking zerocopy v0.6.6
33232026-04-03T03:58:35.766Z Checking bitfield v0.19.4
33242026-04-03T03:58:35.879Z Checking hashbrown v0.13.2
33252026-04-03T03:58:35.893Z Checking crc-any v2.5.0
33262026-04-03T03:58:35.907Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-04-03T03:58:35.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-04-03T03:58:36.027Z Checking hickory-resolver v0.25.2
33292026-04-03T03:58:36.040Z Checking void v1.0.2
33302026-04-03T03:58:36.058Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-04-03T03:58:36.071Z Checking half v1.8.3
33322026-04-03T03:58:36.139Z Checking path-slash v0.1.5
33332026-04-03T03:58:36.152Z Checking lzss v0.8.2
33342026-04-03T03:58:36.241Z Checking tungstenite v0.23.0
33352026-04-03T03:58:36.261Z Checking serde_cbor v0.11.2
33362026-04-03T03:58:36.293Z Checking object v0.30.4
33372026-04-03T03:58:36.335Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-04-03T03:58:36.349Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33392026-04-03T03:58:36.503Z Checking nix v0.27.1
33402026-04-03T03:58:36.635Z Checking kstat-rs v0.2.4
33412026-04-03T03:58:36.648Z Checking fxhash v0.2.1
33422026-04-03T03:58:36.720Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33432026-04-03T03:58:36.766Z Checking serde_bytes v0.11.19
33442026-04-03T03:58:36.819Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33452026-04-03T03:58:36.940Z Checking tokio-tungstenite v0.23.1
33462026-04-03T03:58:36.967Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33472026-04-03T03:58:37.003Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33482026-04-03T03:58:37.139Z Checking signal-hook-tokio v0.3.1
33492026-04-03T03:58:37.543Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-04-03T03:58:37.939Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33512026-04-03T03:58:40.053Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-04-03T03:58:40.909Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33532026-04-03T03:58:41.185Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33542026-04-03T03:58:42.267Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33552026-04-03T03:58:44.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
33562026-04-03T03:58:44.507Z
33572026-04-03T03:58:44.507Zinfo: running `cargo check --bins` on gateway-api (132/270)
33582026-04-03T03:58:45.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-04-03T03:58:45.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-04-03T03:58:45.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-04-03T03:58:45.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-04-03T03:58:45.107Z
33632026-04-03T03:58:45.107Zinfo: running `cargo check --bins` on ipcc (133/270)
33642026-04-03T03:58:45.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-04-03T03:58:45.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-04-03T03:58:45.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-04-03T03:58:45.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-04-03T03:58:45.706Z
33692026-04-03T03:58:45.707Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33702026-04-03T03:58:46.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-04-03T03:58:46.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-04-03T03:58:46.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-04-03T03:58:46.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33742026-04-03T03:58:46.291Z
33752026-04-03T03:58:46.291Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33762026-04-03T03:58:46.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-04-03T03:58:46.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-04-03T03:58:46.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-04-03T03:58:46.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-04-03T03:58:46.894Z
33812026-04-03T03:58:46.894Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33822026-04-03T03:58:47.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-04-03T03:58:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-04-03T03:58:47.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-04-03T03:58:47.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-04-03T03:58:47.501Z
33872026-04-03T03:58:47.501Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33882026-04-03T03:58:48.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-04-03T03:58:48.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-04-03T03:58:48.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-04-03T03:58:48.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-04-03T03:58:48.106Z
33932026-04-03T03:58:48.106Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33942026-04-03T03:58:48.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-04-03T03:58:48.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-04-03T03:58:48.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-04-03T03:58:48.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-04-03T03:58:48.705Z
33992026-04-03T03:58:48.706Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
34002026-04-03T03:58:49.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-04-03T03:58:49.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-04-03T03:58:49.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-04-03T03:58:49.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-04-03T03:58:49.307Z
34052026-04-03T03:58:49.307Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
34062026-04-03T03:58:49.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-04-03T03:58:49.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-04-03T03:58:49.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-04-03T03:58:49.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-04-03T03:58:49.908Z
34112026-04-03T03:58:49.908Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
34122026-04-03T03:58:50.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-04-03T03:58:50.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-04-03T03:58:50.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-04-03T03:58:50.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-04-03T03:58:50.510Z
34172026-04-03T03:58:50.510Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
34182026-04-03T03:58:51.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-04-03T03:58:51.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-04-03T03:58:51.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-04-03T03:58:51.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34222026-04-03T03:58:51.115Z
34232026-04-03T03:58:51.115Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
34242026-04-03T03:58:51.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-04-03T03:58:51.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-04-03T03:58:51.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-04-03T03:58:51.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34282026-04-03T03:58:51.714Z
34292026-04-03T03:58:51.714Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
34302026-04-03T03:58:52.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-04-03T03:58:52.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-04-03T03:58:52.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-04-03T03:58:52.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-04-03T03:58:52.318Z
34352026-04-03T03:58:52.318Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
34362026-04-03T03:58:52.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-04-03T03:58:52.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-04-03T03:58:52.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-04-03T03:58:52.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-04-03T03:58:52.920Z
34412026-04-03T03:58:52.920Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34422026-04-03T03:58:53.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-04-03T03:58:53.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-04-03T03:58:53.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-04-03T03:58:53.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34462026-04-03T03:58:53.526Z
34472026-04-03T03:58:53.526Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34482026-04-03T03:58:54.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-04-03T03:58:54.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-04-03T03:58:54.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-04-03T03:58:54.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34522026-04-03T03:58:54.131Z
34532026-04-03T03:58:54.131Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34542026-04-03T03:58:54.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-04-03T03:58:54.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-04-03T03:58:54.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-04-03T03:58:54.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34582026-04-03T03:58:54.739Z
34592026-04-03T03:58:54.739Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34602026-04-03T03:58:55.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-04-03T03:58:55.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-04-03T03:58:55.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-04-03T03:58:55.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34642026-04-03T03:58:55.349Z
34652026-04-03T03:58:55.349Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34662026-04-03T03:58:55.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-04-03T03:58:55.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-04-03T03:58:55.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-04-03T03:58:55.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34702026-04-03T03:58:55.954Z
34712026-04-03T03:58:55.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34722026-04-03T03:58:56.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-04-03T03:58:56.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-04-03T03:58:56.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-04-03T03:58:56.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-04-03T03:58:56.563Z
34772026-04-03T03:58:56.563Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34782026-04-03T03:58:57.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-04-03T03:58:57.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-04-03T03:58:57.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-04-03T03:58:57.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-04-03T03:58:57.174Z
34832026-04-03T03:58:57.174Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34842026-04-03T03:58:57.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-04-03T03:58:57.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-04-03T03:58:57.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-04-03T03:58:57.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34882026-04-03T03:58:57.826Z
34892026-04-03T03:58:57.826Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34902026-04-03T03:58:58.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-04-03T03:58:58.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-04-03T03:58:58.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-04-03T03:58:58.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-04-03T03:58:58.442Z
34952026-04-03T03:58:58.442Zinfo: running `cargo check --bins` on dns-server (155/270)
34962026-04-03T03:58:58.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-04-03T03:58:58.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-04-03T03:58:59.103Z Compiling parking_lot_core v0.8.6
34992026-04-03T03:58:59.103Z Compiling git-stub v1.0.0
35002026-04-03T03:58:59.103Z Compiling atomicwrites v0.4.4
35012026-04-03T03:58:59.106Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35022026-04-03T03:58:59.106Z Checking prefix-trie v0.7.0
35032026-04-03T03:58:59.341Z Compiling git-stub-vcs v0.1.0
35042026-04-03T03:58:59.512Z Checking hickory-server v0.25.2
35052026-04-03T03:58:59.616Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35062026-04-03T03:58:59.639Z Checking parking_lot v0.11.2
35072026-04-03T03:58:59.696Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35082026-04-03T03:58:59.696Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35092026-04-03T03:58:59.811Z Checking sled v0.34.7
35102026-04-03T03:59:01.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35112026-04-03T03:59:01.876Z
35122026-04-03T03:59:01.876Zinfo: running `cargo check --bins` on dns-server-api (156/270)
35132026-04-03T03:59:02.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-04-03T03:59:02.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-04-03T03:59:02.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-04-03T03:59:02.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35172026-04-03T03:59:02.483Z
35182026-04-03T03:59:02.483Zinfo: running `cargo check --bins` on sp-sim (157/270)
35192026-04-03T03:59:03.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-04-03T03:59:03.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-04-03T03:59:03.210Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35222026-04-03T03:59:04.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35232026-04-03T03:59:05.154Z
35242026-04-03T03:59:05.154Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
35252026-04-03T03:59:05.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-04-03T03:59:05.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-04-03T03:59:05.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-04-03T03:59:05.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35292026-04-03T03:59:05.810Z
35302026-04-03T03:59:05.810Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
35312026-04-03T03:59:06.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-04-03T03:59:06.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-04-03T03:59:06.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-04-03T03:59:06.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35352026-04-03T03:59:06.479Z
35362026-04-03T03:59:06.479Zinfo: running `cargo check --bins` on db-macros (160/270)
35372026-04-03T03:59:06.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-04-03T03:59:06.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-04-03T03:59:06.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-04-03T03:59:06.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35412026-04-03T03:59:07.071Z
35422026-04-03T03:59:07.071Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35432026-04-03T03:59:07.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-04-03T03:59:07.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-04-03T03:59:07.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-04-03T03:59:07.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35472026-04-03T03:59:07.666Z
35482026-04-03T03:59:07.666Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35492026-04-03T03:59:08.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-04-03T03:59:08.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-04-03T03:59:08.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-04-03T03:59:08.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35532026-04-03T03:59:08.324Z
35542026-04-03T03:59:08.324Zinfo: running `cargo check --bins` on authz-macros (163/270)
35552026-04-03T03:59:08.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-04-03T03:59:08.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-04-03T03:59:08.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-04-03T03:59:08.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35592026-04-03T03:59:08.919Z
35602026-04-03T03:59:08.919Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35612026-04-03T03:59:09.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-04-03T03:59:09.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-04-03T03:59:09.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-04-03T03:59:09.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-04-03T03:59:09.573Z
35662026-04-03T03:59:09.573Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35672026-04-03T03:59:10.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-04-03T03:59:10.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-04-03T03:59:10.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-04-03T03:59:10.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35712026-04-03T03:59:10.223Z
35722026-04-03T03:59:10.223Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35732026-04-03T03:59:10.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-04-03T03:59:10.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-04-03T03:59:10.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-04-03T03:59:10.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35772026-04-03T03:59:10.815Z
35782026-04-03T03:59:10.815Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35792026-04-03T03:59:11.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-04-03T03:59:11.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-04-03T03:59:11.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-04-03T03:59:11.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35832026-04-03T03:59:11.408Z
35842026-04-03T03:59:11.409Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35852026-04-03T03:59:11.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-04-03T03:59:11.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-04-03T03:59:11.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-04-03T03:59:11.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35892026-04-03T03:59:12.017Z
35902026-04-03T03:59:12.017Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35912026-04-03T03:59:12.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-04-03T03:59:12.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-04-03T03:59:12.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-04-03T03:59:12.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35952026-04-03T03:59:12.617Z
35962026-04-03T03:59:12.617Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35972026-04-03T03:59:13.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-04-03T03:59:13.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-04-03T03:59:13.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-04-03T03:59:13.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36012026-04-03T03:59:13.206Z
36022026-04-03T03:59:13.206Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
36032026-04-03T03:59:13.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-04-03T03:59:13.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-04-03T03:59:13.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-04-03T03:59:13.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-04-03T03:59:13.858Z
36082026-04-03T03:59:13.858Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
36092026-04-03T03:59:14.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-04-03T03:59:14.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-04-03T03:59:14.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-04-03T03:59:14.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36132026-04-03T03:59:14.513Z
36142026-04-03T03:59:14.513Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
36152026-04-03T03:59:15.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-04-03T03:59:15.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-04-03T03:59:15.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-04-03T03:59:15.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36192026-04-03T03:59:15.154Z
36202026-04-03T03:59:15.155Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
36212026-04-03T03:59:15.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-04-03T03:59:15.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-04-03T03:59:15.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-04-03T03:59:15.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36252026-04-03T03:59:15.778Z
36262026-04-03T03:59:15.778Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
36272026-04-03T03:59:16.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-04-03T03:59:16.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-04-03T03:59:16.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-04-03T03:59:16.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36312026-04-03T03:59:16.397Z
36322026-04-03T03:59:16.397Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
36332026-04-03T03:59:16.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-04-03T03:59:16.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-04-03T03:59:16.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-04-03T03:59:16.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36372026-04-03T03:59:17.018Z
36382026-04-03T03:59:17.018Zinfo: running `cargo check --bins` on key-manager (177/270)
36392026-04-03T03:59:17.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-04-03T03:59:17.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-04-03T03:59:17.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-04-03T03:59:17.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-04-03T03:59:17.631Z
36442026-04-03T03:59:17.631Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36452026-04-03T03:59:18.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-04-03T03:59:18.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-04-03T03:59:18.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-04-03T03:59:18.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36492026-04-03T03:59:18.249Z
36502026-04-03T03:59:18.249Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36512026-04-03T03:59:18.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-04-03T03:59:18.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-04-03T03:59:18.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-04-03T03:59:18.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36552026-04-03T03:59:18.870Z
36562026-04-03T03:59:18.870Zinfo: running `cargo check --bins` on typed-rng (180/270)
36572026-04-03T03:59:19.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-04-03T03:59:19.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-04-03T03:59:19.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-04-03T03:59:19.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36612026-04-03T03:59:19.454Z
36622026-04-03T03:59:19.454Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36632026-04-03T03:59:20.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-04-03T03:59:20.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-04-03T03:59:20.299Z Compiling libefi-sys v0.1.0
36662026-04-03T03:59:20.302Z Compiling bitfield-struct v0.6.2
36672026-04-03T03:59:20.442Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-04-03T03:59:20.450Z Compiling xshell-macros v0.2.7
36692026-04-03T03:59:20.460Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36702026-04-03T03:59:20.488Z Compiling salty v0.3.0
36712026-04-03T03:59:20.491Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36722026-04-03T03:59:20.495Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-04-03T03:59:20.564Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36742026-04-03T03:59:20.790Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36752026-04-03T03:59:20.805Z Checking xshell v0.2.7
36762026-04-03T03:59:20.834Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36772026-04-03T03:59:20.940Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-04-03T03:59:20.991Z Checking primeorder v0.13.6
36792026-04-03T03:59:21.007Z Compiling proc-macro-error-attr2 v2.0.0
36802026-04-03T03:59:21.036Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36812026-04-03T03:59:21.053Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36822026-04-03T03:59:21.083Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36832026-04-03T03:59:21.184Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36842026-04-03T03:59:21.225Z Checking p384 v0.13.1
36852026-04-03T03:59:21.261Z Compiling num-derive v0.3.3
36862026-04-03T03:59:21.275Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36872026-04-03T03:59:21.392Z Compiling proc-macro-error2 v2.0.1
36882026-04-03T03:59:21.510Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36892026-04-03T03:59:21.528Z Compiling unicase v2.9.0
36902026-04-03T03:59:21.707Z Compiling tabled_derive v0.11.0
36912026-04-03T03:59:21.727Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-04-03T03:59:21.743Z Compiling mime_guess v2.0.5
36932026-04-03T03:59:21.777Z Compiling progenitor-impl v0.11.2
36942026-04-03T03:59:22.107Z Checking papergrid v0.17.0
36952026-04-03T03:59:22.142Z Checking libscf-sys v1.1.0
36962026-04-03T03:59:22.277Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-03T03:59:22.281Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-04-03T03:59:22.375Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36992026-04-03T03:59:22.416Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37002026-04-03T03:59:22.887Z Checking testing_table v0.3.0
37012026-04-03T03:59:22.902Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37022026-04-03T03:59:22.924Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-03T03:59:22.983Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-04-03T03:59:23.058Z Checking corncobs v0.1.4
37052026-04-03T03:59:23.075Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37062026-04-03T03:59:23.111Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37072026-04-03T03:59:23.148Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-04-03T03:59:23.194Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-04-03T03:59:23.230Z Checking tabled v0.20.0
37102026-04-03T03:59:23.329Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37112026-04-03T03:59:23.476Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37122026-04-03T03:59:23.527Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37132026-04-03T03:59:23.543Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-04-03T03:59:23.805Z Checking progenitor-client v0.11.2
37152026-04-03T03:59:23.821Z Checking secrecy v0.8.0
37162026-04-03T03:59:24.032Z Checking http-range v0.1.5
37172026-04-03T03:59:24.166Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37182026-04-03T03:59:24.228Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37192026-04-03T03:59:24.232Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37202026-04-03T03:59:24.430Z Compiling progenitor-macro v0.11.2
37212026-04-03T03:59:24.444Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37222026-04-03T03:59:24.519Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37232026-04-03T03:59:24.615Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37242026-04-03T03:59:24.820Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37252026-04-03T03:59:24.902Z Checking atty v0.2.14
37262026-04-03T03:59:24.950Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37272026-04-03T03:59:25.015Z Checking crc8 v0.1.1
37282026-04-03T03:59:25.105Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37292026-04-03T03:59:25.121Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37302026-04-03T03:59:25.304Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-04-03T03:59:25.438Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-04-03T03:59:25.484Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37332026-04-03T03:59:25.676Z Checking hyper-staticfile v0.10.1
37342026-04-03T03:59:25.769Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37352026-04-03T03:59:25.785Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37362026-04-03T03:59:25.981Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37372026-04-03T03:59:26.053Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37382026-04-03T03:59:26.069Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37392026-04-03T03:59:26.209Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37402026-04-03T03:59:26.316Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37412026-04-03T03:59:26.488Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-04-03T03:59:26.695Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37432026-04-03T03:59:26.767Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37442026-04-03T03:59:26.958Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-04-03T03:59:27.118Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37462026-04-03T03:59:27.270Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37472026-04-03T03:59:27.514Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-04-03T03:59:27.634Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37492026-04-03T03:59:28.055Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37502026-04-03T03:59:28.722Z Checking progenitor v0.11.2
37512026-04-03T03:59:28.865Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37522026-04-03T03:59:33.826Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-04-03T03:59:44.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.40s
37542026-04-03T03:59:45.079Z
37552026-04-03T03:59:45.079Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37562026-04-03T03:59:45.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-04-03T03:59:45.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-04-03T03:59:45.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-04-03T03:59:56.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37602026-04-03T03:59:57.048Z
37612026-04-03T03:59:57.048Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37622026-04-03T03:59:57.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-03T03:59:57.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-03T03:59:57.829Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-04-03T04:00:08.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37662026-04-03T04:00:09.048Z
37672026-04-03T04:00:09.048Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37682026-04-03T04:00:09.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-03T04:00:09.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-03T04:00:09.839Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-04-03T04:00:20.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37722026-04-03T04:00:21.031Z
37732026-04-03T04:00:21.031Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37742026-04-03T04:00:21.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-03T04:00:21.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-03T04:00:21.803Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-04-03T04:00:32.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
37782026-04-03T04:00:33.027Z
37792026-04-03T04:00:33.027Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37802026-04-03T04:00:33.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-03T04:00:33.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-03T04:00:33.802Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-04-03T04:00:44.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.69s
37842026-04-03T04:00:44.937Z
37852026-04-03T04:00:44.937Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37862026-04-03T04:00:45.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-03T04:00:45.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-03T04:00:45.720Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-04-03T04:00:56.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37902026-04-03T04:00:56.928Z
37912026-04-03T04:00:56.929Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37922026-04-03T04:00:57.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-03T04:00:57.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-03T04:00:57.702Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37952026-04-03T04:01:08.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37962026-04-03T04:01:08.881Z
37972026-04-03T04:01:08.881Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37982026-04-03T04:01:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-03T04:01:09.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-03T04:01:09.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-04-03T04:01:09.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38022026-04-03T04:01:09.504Z
38032026-04-03T04:01:09.506Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
38042026-04-03T04:01:10.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-03T04:01:10.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-03T04:01:10.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-03T04:01:10.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-04-03T04:01:10.106Z
38092026-04-03T04:01:10.106Zinfo: running `cargo check --bins` on range-requests (191/270)
38102026-04-03T04:01:10.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-03T04:01:10.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-03T04:01:10.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-03T04:01:10.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38142026-04-03T04:01:10.706Z
38152026-04-03T04:01:10.706Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
38162026-04-03T04:01:11.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-03T04:01:11.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-03T04:01:11.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-03T04:01:11.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38202026-04-03T04:01:11.318Z
38212026-04-03T04:01:11.318Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
38222026-04-03T04:01:11.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-03T04:01:11.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-03T04:01:11.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-03T04:01:11.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38262026-04-03T04:01:11.949Z
38272026-04-03T04:01:11.949Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
38282026-04-03T04:01:12.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-03T04:01:12.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-03T04:01:12.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-03T04:01:12.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-04-03T04:01:12.572Z
38332026-04-03T04:01:12.572Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
38342026-04-03T04:01:13.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-03T04:01:13.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-03T04:01:13.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-03T04:01:13.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-04-03T04:01:13.199Z
38392026-04-03T04:01:13.199Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38402026-04-03T04:01:13.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-03T04:01:13.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-03T04:01:13.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-03T04:01:13.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38442026-04-03T04:01:13.833Z
38452026-04-03T04:01:13.833Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38462026-04-03T04:01:14.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-03T04:01:14.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-03T04:01:14.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-03T04:01:14.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38502026-04-03T04:01:14.468Z
38512026-04-03T04:01:14.468Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38522026-04-03T04:01:14.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-03T04:01:15.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-03T04:01:15.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-03T04:01:15.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38562026-04-03T04:01:15.099Z
38572026-04-03T04:01:15.099Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38582026-04-03T04:01:15.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-03T04:01:15.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-03T04:01:15.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-03T04:01:15.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38622026-04-03T04:01:15.732Z
38632026-04-03T04:01:15.733Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38642026-04-03T04:01:16.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-03T04:01:16.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-03T04:01:16.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-04-03T04:01:16.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38682026-04-03T04:01:16.369Z
38692026-04-03T04:01:16.369Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38702026-04-03T04:01:16.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-04-03T04:01:16.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-04-03T04:01:16.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-04-03T04:01:16.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38742026-04-03T04:01:17.002Z
38752026-04-03T04:01:17.003Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38762026-04-03T04:01:17.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-04-03T04:01:17.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-04-03T04:01:17.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-04-03T04:01:17.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38802026-04-03T04:01:17.620Z
38812026-04-03T04:01:17.620Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38822026-04-03T04:01:18.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-04-03T04:01:18.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-04-03T04:01:18.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-04-03T04:01:18.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38862026-04-03T04:01:18.254Z
38872026-04-03T04:01:18.254Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38882026-04-03T04:01:18.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-04-03T04:01:18.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-04-03T04:01:18.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-04-03T04:01:18.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38922026-04-03T04:01:18.906Z
38932026-04-03T04:01:18.906Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38942026-04-03T04:01:19.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-04-03T04:01:19.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-04-03T04:01:19.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-04-03T04:01:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38982026-04-03T04:01:19.568Z
38992026-04-03T04:01:19.568Zinfo: running `cargo check --bins` on update-common (206/270)
39002026-04-03T04:01:20.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-04-03T04:01:20.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-04-03T04:01:20.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-04-03T04:01:20.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39042026-04-03T04:01:20.186Z
39052026-04-03T04:01:20.186Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
39062026-04-03T04:01:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-04-03T04:01:20.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-04-03T04:01:20.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-04-03T04:01:20.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39102026-04-03T04:01:20.850Z
39112026-04-03T04:01:20.850Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
39122026-04-03T04:01:21.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-04-03T04:01:21.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-04-03T04:01:21.631Z Compiling fs-err v2.11.0
39152026-04-03T04:01:21.631Z Checking ignore v0.4.25
39162026-04-03T04:01:21.752Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39172026-04-03T04:01:21.769Z Checking predicates-tree v1.0.13
39182026-04-03T04:01:21.776Z Checking parse-size v1.1.0
39192026-04-03T04:01:21.786Z Checking rand_seeder v0.4.0
39202026-04-03T04:01:21.790Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-04-03T04:01:21.810Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-04-03T04:01:21.864Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-04-03T04:01:21.885Z Compiling petname v2.0.2
39242026-04-03T04:01:21.939Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39252026-04-03T04:01:22.073Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-04-03T04:01:22.091Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39272026-04-03T04:01:22.136Z Checking globwalk v0.9.1
39282026-04-03T04:01:22.227Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39292026-04-03T04:01:22.258Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39302026-04-03T04:01:22.315Z Checking sapling-renderdag v0.1.0
39312026-04-03T04:01:22.330Z Checking camino-tempfile-ext v0.3.3
39322026-04-03T04:01:22.444Z Checking sync-ptr v0.1.4
39332026-04-03T04:01:22.521Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39342026-04-03T04:01:22.554Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39352026-04-03T04:01:22.587Z Checking colored v2.2.0
39362026-04-03T04:01:22.634Z Checking assert_matches v1.5.0
39372026-04-03T04:01:22.860Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39382026-04-03T04:01:23.018Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39392026-04-03T04:01:23.019Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39402026-04-03T04:01:23.603Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-04-03T04:01:24.885Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-04-03T04:01:27.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
39432026-04-03T04:01:27.260Z
39442026-04-03T04:01:27.260Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39452026-04-03T04:01:27.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-04-03T04:01:27.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-04-03T04:01:27.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-04-03T04:01:27.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39492026-04-03T04:01:27.855Z
39502026-04-03T04:01:27.855Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39512026-04-03T04:01:28.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-04-03T04:01:28.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-04-03T04:01:28.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-04-03T04:01:28.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39552026-04-03T04:01:28.520Z
39562026-04-03T04:01:28.520Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39572026-04-03T04:01:29.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-03T04:01:29.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-03T04:01:29.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39602026-04-03T04:01:29.251Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39612026-04-03T04:01:29.901Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39622026-04-03T04:01:31.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39632026-04-03T04:01:31.633Z
39642026-04-03T04:01:31.633Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39652026-04-03T04:01:32.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-04-03T04:01:32.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-04-03T04:01:32.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-04-03T04:01:32.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39692026-04-03T04:01:32.241Z
39702026-04-03T04:01:32.241Zinfo: running `cargo check --bins` on cert-dev (213/270)
39712026-04-03T04:01:32.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-04-03T04:01:32.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-04-03T04:01:32.856Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39742026-04-03T04:01:33.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39752026-04-03T04:01:33.302Z
39762026-04-03T04:01:33.302Zinfo: running `cargo check --bins` on clickana (214/270)
39772026-04-03T04:01:33.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-04-03T04:01:33.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-04-03T04:01:33.955Z Compiling darling_core v0.23.0
39802026-04-03T04:01:34.063Z Compiling instability v0.3.11
39812026-04-03T04:01:34.074Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39822026-04-03T04:01:34.074Z Checking castaway v0.2.4
39832026-04-03T04:01:34.080Z Compiling indoc v2.0.7
39842026-04-03T04:01:34.097Z Checking unicode-truncate v1.1.0
39852026-04-03T04:01:34.101Z Checking lru v0.12.5
39862026-04-03T04:01:34.101Z Checking cassowary v0.3.0
39872026-04-03T04:01:34.174Z Checking compact_str v0.8.1
39882026-04-03T04:01:35.032Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39892026-04-03T04:01:35.214Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39902026-04-03T04:01:35.483Z Compiling darling_macro v0.23.0
39912026-04-03T04:01:35.890Z Compiling darling v0.23.0
39922026-04-03T04:01:36.483Z Checking ratatui v0.29.0
39932026-04-03T04:01:37.538Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39942026-04-03T04:01:38.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
39952026-04-03T04:01:38.392Z
39962026-04-03T04:01:38.392Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39972026-04-03T04:01:38.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-04-03T04:01:38.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-04-03T04:01:39.125Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40002026-04-03T04:01:39.125Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40012026-04-03T04:01:39.717Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40022026-04-03T04:01:40.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40032026-04-03T04:01:40.329Z
40042026-04-03T04:01:40.329Zinfo: running `cargo check --bins` on ch-dev (216/270)
40052026-04-03T04:01:40.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-04-03T04:01:40.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-04-03T04:01:41.060Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40082026-04-03T04:01:41.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40092026-04-03T04:01:41.995Z
40102026-04-03T04:01:41.995Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
40112026-04-03T04:01:42.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-04-03T04:01:42.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-04-03T04:01:42.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-04-03T04:01:42.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40152026-04-03T04:01:42.473Z
40162026-04-03T04:01:42.473Zinfo: running `cargo check --bins` on crdb-seed (218/270)
40172026-04-03T04:01:43.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-03T04:01:43.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-03T04:01:43.193Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40202026-04-03T04:01:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
40212026-04-03T04:01:43.840Z
40222026-04-03T04:01:43.840Zinfo: running `cargo check --bins` on db-dev (219/270)
40232026-04-03T04:01:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-03T04:01:44.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-03T04:01:44.566Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40262026-04-03T04:01:45.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40272026-04-03T04:01:45.528Z
40282026-04-03T04:01:45.528Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40292026-04-03T04:01:46.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-04-03T04:01:46.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-04-03T04:01:46.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-04-03T04:01:46.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40332026-04-03T04:01:46.176Z
40342026-04-03T04:01:46.176Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40352026-04-03T04:01:46.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-04-03T04:01:46.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-04-03T04:01:46.788Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40382026-04-03T04:01:47.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40392026-04-03T04:01:47.632Z
40402026-04-03T04:01:47.632Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40412026-04-03T04:01:48.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-04-03T04:01:48.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-04-03T04:01:48.379Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-04-03T04:01:48.379Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-04-03T04:01:48.379Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40462026-04-03T04:01:48.383Z Checking git-stub v1.0.0
40472026-04-03T04:01:48.383Z Compiling trait-variant v0.1.2
40482026-04-03T04:01:48.383Z Checking is_ci v1.2.0
40492026-04-03T04:01:48.383Z Checking maplit v1.0.2
40502026-04-03T04:01:48.560Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40512026-04-03T04:01:48.578Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-04-03T04:01:48.639Z Checking supports-color v3.0.2
40532026-04-03T04:01:48.662Z Checking git-stub-vcs v0.1.0
40542026-04-03T04:01:48.748Z Checking drift v0.1.3
40552026-04-03T04:01:48.765Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40562026-04-03T04:01:48.778Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40572026-04-03T04:01:48.859Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40582026-04-03T04:01:48.958Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40592026-04-03T04:01:49.036Z Checking dropshot-api-manager v0.6.0
40602026-04-03T04:01:49.052Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40612026-04-03T04:01:49.067Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40622026-04-03T04:01:49.236Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-04-03T04:01:49.278Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40642026-04-03T04:01:49.461Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40652026-04-03T04:01:49.775Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40662026-04-03T04:01:54.726Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40672026-04-03T04:01:55.717Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40682026-04-03T04:01:56.261Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40692026-04-03T04:01:56.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
40702026-04-03T04:01:56.870Z
40712026-04-03T04:01:56.870Zinfo: running `cargo check --bins` on installinator-api (223/270)
40722026-04-03T04:01:57.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-04-03T04:01:57.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-04-03T04:01:57.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-04-03T04:01:57.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40762026-04-03T04:01:57.470Z
40772026-04-03T04:01:57.470Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40782026-04-03T04:01:58.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-04-03T04:01:58.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-04-03T04:01:58.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-04-03T04:01:58.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40822026-04-03T04:01:58.107Z
40832026-04-03T04:01:58.108Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40842026-04-03T04:01:58.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-04-03T04:01:58.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-04-03T04:01:58.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-04-03T04:01:58.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40882026-04-03T04:01:58.743Z
40892026-04-03T04:01:58.743Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40902026-04-03T04:01:59.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-04-03T04:01:59.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-04-03T04:01:59.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-04-03T04:01:59.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40942026-04-03T04:01:59.380Z
40952026-04-03T04:01:59.380Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40962026-04-03T04:01:59.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-04-03T04:01:59.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-04-03T04:01:59.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-04-03T04:01:59.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41002026-04-03T04:01:59.978Z
41012026-04-03T04:01:59.978Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
41022026-04-03T04:02:00.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-04-03T04:02:00.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-04-03T04:02:00.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-04-03T04:02:00.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41062026-04-03T04:02:00.566Z
41072026-04-03T04:02:00.566Zinfo: running `cargo check --bins` on wicketd-api (229/270)
41082026-04-03T04:02:01.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-03T04:02:01.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-03T04:02:01.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-04-03T04:02:01.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-04-03T04:02:01.175Z
41132026-04-03T04:02:01.175Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
41142026-04-03T04:02:01.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-04-03T04:02:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-04-03T04:02:01.782Z Checking erased-serde v0.4.9
41172026-04-03T04:02:01.887Z Checking ordered-float v2.10.1
41182026-04-03T04:02:01.901Z Checking unicode-xid v0.2.6
41192026-04-03T04:02:01.917Z Checking cargo-platform v0.2.0
41202026-04-03T04:02:02.076Z Checking serde-value v0.7.0
41212026-04-03T04:02:02.188Z Checking serde-untagged v0.1.9
41222026-04-03T04:02:02.340Z Checking cargo-util-schemas v0.8.2
41232026-04-03T04:02:03.012Z Checking cargo_metadata v0.21.0
41242026-04-03T04:02:03.613Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41252026-04-03T04:02:04.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
41262026-04-03T04:02:04.482Z
41272026-04-03T04:02:04.483Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41282026-04-03T04:02:05.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-04-03T04:02:05.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-04-03T04:02:05.231Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41312026-04-03T04:02:05.840Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41322026-04-03T04:02:06.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41332026-04-03T04:02:06.544Z
41342026-04-03T04:02:06.544Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41352026-04-03T04:02:07.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-04-03T04:02:07.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-04-03T04:02:07.394Z Compiling vergen-gitcl v1.0.8
41382026-04-03T04:02:07.394Z Compiling dirs-sys-next v0.1.2
41392026-04-03T04:02:07.394Z Compiling diesel_derives v2.3.7
41402026-04-03T04:02:07.394Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-04-03T04:02:07.397Z Compiling glob v0.3.3
41422026-04-03T04:02:07.397Z Compiling crunchy v0.2.4
41432026-04-03T04:02:07.397Z Compiling dsl_auto_type v0.2.0
41442026-04-03T04:02:07.397Z Checking scheduled-thread-pool v0.2.7
41452026-04-03T04:02:07.670Z Compiling dirs-next v2.0.0
41462026-04-03T04:02:07.771Z Compiling diesel_table_macro_syntax v0.3.0
41472026-04-03T04:02:07.781Z Compiling tiny-keccak v2.0.2
41482026-04-03T04:02:07.789Z Compiling term v0.7.0
41492026-04-03T04:02:07.929Z Compiling clang-sys v1.8.1
41502026-04-03T04:02:07.964Z Checking r2d2 v0.8.10
41512026-04-03T04:02:08.045Z Compiling bit-vec v0.6.3
41522026-04-03T04:02:08.061Z Checking downcast-rs v2.0.2
41532026-04-03T04:02:08.148Z Compiling ascii-canvas v3.0.0
41542026-04-03T04:02:08.261Z Compiling bit-set v0.5.3
41552026-04-03T04:02:08.298Z Compiling itertools v0.10.5
41562026-04-03T04:02:08.371Z Compiling ena v0.14.4
41572026-04-03T04:02:08.386Z Compiling libloading v0.8.9
41582026-04-03T04:02:08.419Z Compiling bindgen v0.71.1
41592026-04-03T04:02:08.457Z Compiling diff v0.1.13
41602026-04-03T04:02:08.573Z Compiling regex-syntax v0.6.29
41612026-04-03T04:02:08.603Z Compiling cexpr v0.6.0
41622026-04-03T04:02:08.720Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41632026-04-03T04:02:08.856Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41642026-04-03T04:02:08.935Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41652026-04-03T04:02:09.009Z Compiling libxml v0.3.3
41662026-04-03T04:02:09.233Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41672026-04-03T04:02:09.290Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41682026-04-03T04:02:09.335Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41692026-04-03T04:02:09.522Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41702026-04-03T04:02:09.545Z Compiling strum_macros v0.24.3
41712026-04-03T04:02:09.560Z Compiling indoc v1.0.9
41722026-04-03T04:02:09.994Z Compiling lalrpop v0.19.12
41732026-04-03T04:02:10.582Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41742026-04-03T04:02:10.674Z Checking derive_builder v0.20.2
41752026-04-03T04:02:10.774Z Compiling oso-derive v0.27.3
41762026-04-03T04:02:10.795Z Checking quick-xml v0.37.5
41772026-04-03T04:02:10.935Z Compiling impl-trait-for-tuples v0.2.3
41782026-04-03T04:02:11.269Z Checking openssl-probe v0.1.6
41792026-04-03T04:02:11.412Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41802026-04-03T04:02:11.673Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41812026-04-03T04:02:11.874Z Checking bb8 v0.8.6
41822026-04-03T04:02:12.160Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41832026-04-03T04:02:12.181Z Checking nonempty v0.12.0
41842026-04-03T04:02:12.269Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41852026-04-03T04:02:12.346Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41862026-04-03T04:02:12.383Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41872026-04-03T04:02:12.460Z Checking support-bundle-viewer v0.1.2
41882026-04-03T04:02:12.495Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41892026-04-03T04:02:12.554Z Checking multimap v0.10.1
41902026-04-03T04:02:13.360Z Checking diesel v2.3.7
41912026-04-03T04:02:14.711Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41922026-04-03T04:02:15.782Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41932026-04-03T04:02:15.876Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41942026-04-03T04:02:16.095Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41952026-04-03T04:02:16.429Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41962026-04-03T04:02:17.421Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41972026-04-03T04:02:17.513Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-04-03T04:02:18.238Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41992026-04-03T04:02:20.223Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42002026-04-03T04:02:24.972Z Compiling samael v0.0.19
42012026-04-03T04:02:29.143Z Checking async-bb8-diesel v0.2.1
42022026-04-03T04:02:29.429Z Checking diesel-dtrace v0.5.0
42032026-04-03T04:02:30.553Z Compiling polar-core v0.27.3
42042026-04-03T04:02:34.936Z Checking oso v0.27.3
42052026-04-03T04:03:10.297Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42062026-04-03T04:03:42.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42072026-04-03T04:03:42.933Z
42082026-04-03T04:03:42.933Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
42092026-04-03T04:03:43.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-04-03T04:03:43.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-04-03T04:03:43.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-04-03T04:03:43.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42132026-04-03T04:03:43.596Z
42142026-04-03T04:03:43.596Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
42152026-04-03T04:03:44.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-04-03T04:03:44.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-04-03T04:03:44.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-04-03T04:03:44.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42192026-04-03T04:03:44.252Z
42202026-04-03T04:03:44.252Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
42212026-04-03T04:03:44.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-04-03T04:03:44.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-04-03T04:03:44.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-04-03T04:03:44.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42252026-04-03T04:03:44.841Z
42262026-04-03T04:03:44.841Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42272026-04-03T04:03:45.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-04-03T04:03:45.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-04-03T04:03:45.709Z Compiling libz-sys v1.1.24
42302026-04-03T04:03:45.840Z Compiling libgit2-sys v0.18.3+1.9.2
42312026-04-03T04:03:45.851Z Compiling vergen-git2 v1.0.7
42322026-04-03T04:03:45.860Z Compiling rustls v0.21.12
42332026-04-03T04:03:45.887Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42342026-04-03T04:03:45.895Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42352026-04-03T04:03:45.898Z Checking rustls-webpki v0.101.7
42362026-04-03T04:03:45.898Z Checking sct v0.7.1
42372026-04-03T04:03:46.053Z Compiling nix v0.29.0
42382026-04-03T04:03:46.069Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42392026-04-03T04:03:46.084Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42402026-04-03T04:03:46.158Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42412026-04-03T04:03:46.220Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42422026-04-03T04:03:46.371Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-04-03T04:03:46.386Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-04-03T04:03:46.449Z Checking rustls-pemfile v1.0.4
42452026-04-03T04:03:46.555Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42462026-04-03T04:03:46.677Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-04-03T04:03:46.828Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42482026-04-03T04:03:46.865Z Checking twox-hash v2.1.2
42492026-04-03T04:03:46.964Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42502026-04-03T04:03:47.489Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-04-03T04:03:47.520Z Checking tokio-rustls v0.24.1
42522026-04-03T04:03:47.620Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42532026-04-03T04:03:47.719Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42542026-04-03T04:03:47.746Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42552026-04-03T04:03:47.891Z Checking fatfs v0.3.6
42562026-04-03T04:03:48.144Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42572026-04-03T04:03:48.338Z Compiling seq-macro v0.3.6
42582026-04-03T04:03:52.301Z Compiling git2 v0.20.4
42592026-04-03T04:03:52.618Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-04-03T04:03:52.746Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-04-03T04:03:54.553Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42622026-04-03T04:04:42.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.25s
42632026-04-03T04:04:42.321Z
42642026-04-03T04:04:42.321Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42652026-04-03T04:04:42.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-04-03T04:04:42.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-04-03T04:04:43.205Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-04-03T04:05:21.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.41s
42692026-04-03T04:05:21.964Z
42702026-04-03T04:05:21.964Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42712026-04-03T04:05:22.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-04-03T04:05:22.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-04-03T04:05:22.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-04-03T04:05:22.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-04-03T04:05:22.555Z
42762026-04-03T04:05:22.555Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (239/270)
42772026-04-03T04:05:23.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-04-03T04:05:23.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-04-03T04:05:23.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-04-03T04:05:23.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42812026-04-03T04:05:23.215Z
42822026-04-03T04:05:23.215Zinfo: running `cargo check --bins` on nexus-mgs-updates (240/270)
42832026-04-03T04:05:23.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-04-03T04:05:23.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-04-03T04:05:23.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-04-03T04:05:23.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-04-03T04:05:23.868Z
42882026-04-03T04:05:23.868Zinfo: running `cargo check --bins` on nexus-networking (241/270)
42892026-04-03T04:05:24.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-04-03T04:05:24.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-04-03T04:05:24.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-04-03T04:05:24.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42932026-04-03T04:05:24.529Z
42942026-04-03T04:05:24.529Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (242/270)
42952026-04-03T04:05:25.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-04-03T04:05:25.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-04-03T04:05:25.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-04-03T04:05:25.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42992026-04-03T04:05:25.190Z
43002026-04-03T04:05:25.190Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (243/270)
43012026-04-03T04:05:25.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-04-03T04:05:25.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-04-03T04:05:25.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-04-03T04:05:25.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-04-03T04:05:25.852Z
43062026-04-03T04:05:25.852Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (244/270)
43072026-04-03T04:05:26.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-04-03T04:05:26.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-04-03T04:05:26.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-04-03T04:05:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43112026-04-03T04:05:26.494Z
43122026-04-03T04:05:26.494Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (245/270)
43132026-04-03T04:05:27.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-04-03T04:05:27.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-04-03T04:05:27.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-04-03T04:05:27.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43172026-04-03T04:05:27.156Z
43182026-04-03T04:05:27.156Zinfo: running `cargo check --bins` on omicron-dev (246/270)
43192026-04-03T04:05:27.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-04-03T04:05:27.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-04-03T04:05:28.048Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-04-03T04:05:28.048Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-04-03T04:05:28.229Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43242026-04-03T04:05:28.264Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43252026-04-03T04:05:28.280Z Checking yansi v1.0.1
43262026-04-03T04:05:28.283Z Checking diff v0.1.13
43272026-04-03T04:05:28.283Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43282026-04-03T04:05:28.283Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43292026-04-03T04:05:28.365Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43302026-04-03T04:05:28.529Z Checking pretty_assertions v1.4.1
43312026-04-03T04:05:29.187Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43322026-04-03T04:05:52.224Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43332026-04-03T04:05:52.227Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-04-03T04:05:52.227Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-04-03T04:05:52.227Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43362026-04-03T04:05:52.227Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-04-03T04:05:52.227Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-04-03T04:05:52.957Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43392026-04-03T04:05:54.035Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43402026-04-03T04:06:32.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43412026-04-03T04:06:33.198Z
43422026-04-03T04:06:33.199Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43432026-04-03T04:06:33.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-04-03T04:06:33.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-04-03T04:06:33.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-04-03T04:06:33.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43472026-04-03T04:06:33.803Z
43482026-04-03T04:06:33.803Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43492026-04-03T04:06:34.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-04-03T04:06:34.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-04-03T04:06:34.580Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43522026-04-03T04:06:34.704Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43532026-04-03T04:06:34.707Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43542026-04-03T04:06:59.937Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43552026-04-03T04:07:00.317Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43562026-04-03T04:07:02.021Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43572026-04-03T04:07:02.467Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43582026-04-03T04:07:05.445Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43592026-04-03T04:07:27.589Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-04-03T04:07:28.212Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43612026-04-03T04:07:29.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.00s
43622026-04-03T04:07:30.035Z
43632026-04-03T04:07:30.035Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43642026-04-03T04:07:30.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-04-03T04:07:30.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-04-03T04:07:30.761Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43672026-04-03T04:07:31.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43682026-04-03T04:07:31.650Z
43692026-04-03T04:07:31.650Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43702026-04-03T04:07:32.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-03T04:07:32.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-03T04:07:32.315Z Compiling blake3 v1.8.3
43732026-04-03T04:07:32.426Z Checking constant_time_eq v0.4.2
43742026-04-03T04:07:32.429Z Checking arrayvec v0.7.6
43752026-04-03T04:07:32.434Z Checking arrayref v0.3.9
43762026-04-03T04:07:32.446Z Checking topological-sort v0.2.2
43772026-04-03T04:07:32.449Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43782026-04-03T04:07:32.449Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43792026-04-03T04:07:32.449Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43802026-04-03T04:07:32.501Z Checking shell-words v1.1.1
43812026-04-03T04:07:33.215Z Checking omicron-zone-package v0.12.2
43822026-04-03T04:07:33.938Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43832026-04-03T04:07:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
43842026-04-03T04:07:34.949Z
43852026-04-03T04:07:34.949Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43862026-04-03T04:07:35.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-04-03T04:07:35.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-04-03T04:07:35.607Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43892026-04-03T04:07:35.929Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43902026-04-03T04:07:36.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43912026-04-03T04:07:36.517Z
43922026-04-03T04:07:36.517Zinfo: running `cargo check --bins` on schema (252/270)
43932026-04-03T04:07:37.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-04-03T04:07:37.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-04-03T04:07:37.255Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43962026-04-03T04:07:37.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43972026-04-03T04:07:38.139Z
43982026-04-03T04:07:38.139Zinfo: running `cargo check --bins` on xtask (253/270)
43992026-04-03T04:07:38.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-04-03T04:07:38.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-04-03T04:07:38.604Z Checking libc v0.2.180
44022026-04-03T04:07:38.685Z Checking serde v1.0.228
44032026-04-03T04:07:38.690Z Checking zerofrom v0.1.6
44042026-04-03T04:07:38.694Z Checking bitflags v2.11.0
44052026-04-03T04:07:38.699Z Checking hashbrown v0.16.1
44062026-04-03T04:07:38.702Z Checking smallvec v1.15.1
44072026-04-03T04:07:38.714Z Checking serde_json v1.0.149
44082026-04-03T04:07:38.717Z Checking scroll v0.12.0
44092026-04-03T04:07:38.787Z Checking yoke v0.8.1
44102026-04-03T04:07:38.838Z Checking num-traits v0.2.19
44112026-04-03T04:07:38.869Z Checking thiserror v1.0.69
44122026-04-03T04:07:38.944Z Checking log v0.4.29
44132026-04-03T04:07:38.955Z Checking zerovec v0.11.5
44142026-04-03T04:07:38.963Z Checking zerotrie v0.2.3
44152026-04-03T04:07:38.979Z Checking errno v0.3.14
44162026-04-03T04:07:39.065Z Checking serde_spanned v0.6.9
44172026-04-03T04:07:39.092Z Checking toml_datetime v0.6.11
44182026-04-03T04:07:39.102Z Checking rustix v1.1.3
44192026-04-03T04:07:39.148Z Checking indexmap v2.13.0
44202026-04-03T04:07:39.190Z Checking percent-encoding v2.3.2
44212026-04-03T04:07:39.201Z Checking zerocopy v0.7.35
44222026-04-03T04:07:39.271Z Checking goblin v0.8.2
44232026-04-03T04:07:39.314Z Checking getrandom v0.4.1
44242026-04-03T04:07:39.329Z Checking form_urlencoded v1.2.2
44252026-04-03T04:07:39.359Z Checking ordered-float v2.10.1
44262026-04-03T04:07:39.383Z Checking tinystr v0.8.2
44272026-04-03T04:07:39.444Z Checking potential_utf v0.1.4
44282026-04-03T04:07:39.454Z Checking thiserror v2.0.18
44292026-04-03T04:07:39.555Z Checking syn v2.0.117
44302026-04-03T04:07:39.566Z Checking icu_locale_core v2.1.1
44312026-04-03T04:07:39.575Z Checking serde-value v0.7.0
44322026-04-03T04:07:39.578Z Checking icu_collections v2.1.1
44332026-04-03T04:07:39.683Z Checking toml_edit v0.22.27
44342026-04-03T04:07:39.695Z Checking dtrace-parser v0.2.0
44352026-04-03T04:07:39.773Z Checking thread-id v4.2.2
44362026-04-03T04:07:39.856Z Checking once_cell v1.21.3
44372026-04-03T04:07:39.896Z Checking cargo-platform v0.2.0
44382026-04-03T04:07:39.928Z Checking memmap v0.7.0
44392026-04-03T04:07:39.944Z Checking terminal_size v0.4.3
44402026-04-03T04:07:40.029Z Checking tempfile v3.25.0
44412026-04-03T04:07:40.054Z Checking clap_builder v4.5.60
44422026-04-03T04:07:40.065Z Checking textwrap v0.16.2
44432026-04-03T04:07:40.075Z Checking fs-err v3.3.0
44442026-04-03T04:07:40.109Z Checking icu_provider v2.1.1
44452026-04-03T04:07:40.217Z Checking camino-tempfile v1.4.1
44462026-04-03T04:07:40.252Z Checking tabled v0.15.0
44472026-04-03T04:07:40.269Z Checking anyhow v1.0.102
44482026-04-03T04:07:40.346Z Checking icu_properties v2.1.2
44492026-04-03T04:07:40.373Z Checking icu_normalizer v2.1.1
44502026-04-03T04:07:40.466Z Checking macaddr v1.0.1
44512026-04-03T04:07:40.645Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44522026-04-03T04:07:40.782Z Checking toml v0.8.23
44532026-04-03T04:07:41.089Z Checking cargo_toml v0.21.0
44542026-04-03T04:07:41.145Z Checking idna_adapter v1.2.1
44552026-04-03T04:07:41.156Z Checking dof v0.3.0
44562026-04-03T04:07:41.250Z Checking clap v4.5.60
44572026-04-03T04:07:41.264Z Checking idna v1.1.0
44582026-04-03T04:07:41.422Z Checking usdt-impl v0.5.0
44592026-04-03T04:07:41.487Z Checking url v2.5.8
44602026-04-03T04:07:41.681Z Checking usdt v0.5.0
44612026-04-03T04:07:41.832Z Checking cargo-util-schemas v0.8.2
44622026-04-03T04:07:42.520Z Checking cargo_metadata v0.21.0
44632026-04-03T04:07:43.121Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642026-04-03T04:07:43.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44652026-04-03T04:07:43.668Z
44662026-04-03T04:07:43.668Zinfo: running `cargo check --bins` on dnsadm (254/270)
44672026-04-03T04:07:44.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-04-03T04:07:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-04-03T04:07:44.323Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44702026-04-03T04:07:44.803Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44712026-04-03T04:07:45.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44722026-04-03T04:07:45.395Z
44732026-04-03T04:07:45.395Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44742026-04-03T04:07:45.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-04-03T04:07:45.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-04-03T04:07:46.207Z Checking polyval v0.6.2
44772026-04-03T04:07:46.332Z Checking ctr v0.9.2
44782026-04-03T04:07:46.343Z Checking ssh-encoding v0.2.0
44792026-04-03T04:07:46.343Z Checking blowfish v0.9.1
44802026-04-03T04:07:46.364Z Checking password-hash v0.4.2
44812026-04-03T04:07:46.380Z Checking p256 v0.13.2
44822026-04-03T04:07:46.383Z Checking p521 v0.13.3
44832026-04-03T04:07:46.407Z Checking russh-cryptovec v0.7.3
44842026-04-03T04:07:46.474Z Checking ghash v0.5.1
44852026-04-03T04:07:46.487Z Checking bcrypt-pbkdf v0.10.0
44862026-04-03T04:07:46.490Z Checking md5 v0.7.0
44872026-04-03T04:07:46.517Z Checking num-bigint v0.4.6
44882026-04-03T04:07:46.533Z Checking des v0.8.1
44892026-04-03T04:07:46.587Z Checking pbkdf2 v0.11.0
44902026-04-03T04:07:46.605Z Checking aes-gcm v0.10.3
44912026-04-03T04:07:46.636Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-04-03T04:07:46.651Z Checking hex-literal v0.4.1
44932026-04-03T04:07:46.664Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-04-03T04:07:46.716Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-04-03T04:07:46.743Z Checking socket2 v0.5.10
44962026-04-03T04:07:46.757Z Checking ssh-cipher v0.2.0
44972026-04-03T04:07:46.757Z Checking internet-checksum v0.2.1
44982026-04-03T04:07:46.920Z Checking ssh-key v0.6.7
44992026-04-03T04:07:47.024Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-04-03T04:07:47.540Z Checking russh-keys v0.45.0
45012026-04-03T04:07:48.090Z Checking russh v0.45.0
45022026-04-03T04:08:03.238Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-04-03T04:08:04.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.03s
45042026-04-03T04:08:04.646Z
45052026-04-03T04:08:04.646Zinfo: running `cargo check --bins` on gateway-cli (256/270)
45062026-04-03T04:08:05.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-04-03T04:08:05.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-04-03T04:08:05.302Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-04-03T04:08:05.413Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-04-03T04:08:05.420Z Checking termios v0.3.3
45112026-04-03T04:08:06.623Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-04-03T04:08:06.774Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-04-03T04:08:08.671Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-04-03T04:08:09.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
45152026-04-03T04:08:09.427Z
45162026-04-03T04:08:09.428Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
45172026-04-03T04:08:09.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-03T04:08:09.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-03T04:08:10.150Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-04-03T04:08:10.153Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-04-03T04:08:10.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-04-03T04:08:10.279Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-04-03T04:08:10.282Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45242026-04-03T04:08:10.290Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-04-03T04:08:11.011Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-04-03T04:08:11.356Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45272026-04-03T04:08:11.359Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-04-03T04:08:12.009Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-04-03T04:08:13.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45302026-04-03T04:08:13.839Z
45312026-04-03T04:08:13.839Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45322026-04-03T04:08:14.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-03T04:08:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-03T04:08:14.485Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-04-03T04:08:14.939Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-04-03T04:08:15.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45372026-04-03T04:08:15.457Z
45382026-04-03T04:08:15.457Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45392026-04-03T04:08:15.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-04-03T04:08:15.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-04-03T04:08:15.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-04-03T04:08:15.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45432026-04-03T04:08:16.060Z
45442026-04-03T04:08:16.060Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45452026-04-03T04:08:16.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-04-03T04:08:16.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-04-03T04:08:16.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-04-03T04:08:16.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45492026-04-03T04:08:16.662Z
45502026-04-03T04:08:16.662Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45512026-04-03T04:08:17.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-04-03T04:08:17.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-04-03T04:08:17.423Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-04-03T04:08:18.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45552026-04-03T04:08:18.234Z
45562026-04-03T04:08:18.234Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45572026-04-03T04:08:18.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-04-03T04:08:18.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-04-03T04:08:18.896Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-04-03T04:08:18.899Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-04-03T04:08:19.148Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45622026-04-03T04:08:19.148Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45632026-04-03T04:08:19.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45642026-04-03T04:08:20.132Z
45652026-04-03T04:08:20.132Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45662026-04-03T04:08:20.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-04-03T04:08:20.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-04-03T04:08:20.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-04-03T04:08:20.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45702026-04-03T04:08:20.738Z
45712026-04-03T04:08:20.738Zinfo: running `cargo check --bins` on omicron-package (264/270)
45722026-04-03T04:08:21.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-04-03T04:08:21.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-04-03T04:08:21.427Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-04-03T04:08:22.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45762026-04-03T04:08:22.720Z
45772026-04-03T04:08:22.720Zinfo: running `cargo check --bins` on tqdb (265/270)
45782026-04-03T04:08:23.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-04-03T04:08:23.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-04-03T04:08:23.517Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-04-03T04:08:23.871Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45822026-04-03T04:08:24.389Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45832026-04-03T04:08:24.393Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45842026-04-03T04:08:29.603Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45852026-04-03T04:08:30.251Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45862026-04-03T04:08:30.251Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45872026-04-03T04:08:30.254Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-04-03T04:08:30.255Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45892026-04-03T04:08:31.004Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45902026-04-03T04:08:31.960Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45912026-04-03T04:08:32.729Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45922026-04-03T04:08:33.350Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45932026-04-03T04:08:37.853Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45942026-04-03T04:08:43.857Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45952026-04-03T04:08:43.860Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45962026-04-03T04:08:43.860Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45972026-04-03T04:08:43.860Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45982026-04-03T04:08:45.292Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45992026-04-03T04:08:46.591Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46002026-04-03T04:08:47.270Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46012026-04-03T04:08:48.498Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46022026-04-03T04:08:49.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.30s
46032026-04-03T04:08:49.250Z
46042026-04-03T04:08:49.250Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
46052026-04-03T04:08:49.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-04-03T04:08:49.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-04-03T04:08:49.965Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46082026-04-03T04:08:49.969Z Checking rtoolbox v0.0.3
46092026-04-03T04:08:49.969Z Checking tui-tree-widget v0.23.1
46102026-04-03T04:08:50.190Z Checking rpassword v7.4.0
46112026-04-03T04:08:51.086Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46122026-04-03T04:08:54.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46132026-04-03T04:08:55.907Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46142026-04-03T04:08:56.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
46152026-04-03T04:08:56.970Z
46162026-04-03T04:08:56.970Zinfo: running `cargo check --bins` on wicket (267/270)
46172026-04-03T04:08:57.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-04-03T04:08:57.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-04-03T04:08:57.670Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46202026-04-03T04:08:58.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46212026-04-03T04:08:58.227Z
46222026-04-03T04:08:58.228Zinfo: running `cargo check --bins` on wicketd (268/270)
46232026-04-03T04:08:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-04-03T04:08:58.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-04-03T04:08:58.965Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46262026-04-03T04:08:58.968Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46272026-04-03T04:08:58.968Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46282026-04-03T04:08:58.968Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46292026-04-03T04:08:59.936Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46302026-04-03T04:09:00.498Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46312026-04-03T04:09:03.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46322026-04-03T04:09:03.626Z
46332026-04-03T04:09:03.626Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46342026-04-03T04:09:04.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-04-03T04:09:04.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-04-03T04:09:04.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46372026-04-03T04:09:04.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46382026-04-03T04:09:04.229Z
46392026-04-03T04:09:04.229Zinfo: running `cargo check --bins` on zone-setup (270/270)
46402026-04-03T04:09:04.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-04-03T04:09:04.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-04-03T04:09:04.907Z Checking uzers v0.12.2
46432026-04-03T04:09:05.181Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46442026-04-03T04:09:05.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46452026-04-03T04:09:06.163Z
46462026-04-03T04:09:06.163Zreal 13:51.961403089
46472026-04-03T04:09:06.163Zuser 20:25.787570826
46482026-04-03T04:09:06.163Zsys 4:17.548379554
46492026-04-03T04:09:06.163Ztrap 0.310272083
46502026-04-03T04:09:06.163Ztflt 0.254468666
46512026-04-03T04:09:06.163Zdflt 0.630599510
46522026-04-03T04:09:06.163Zkflt 0.001075942
46532026-04-03T04:09:06.163Zlock 1:16:31.375413072
46542026-04-03T04:09:06.163Zslp 1:37:02.186859646
46552026-04-03T04:09:06.163Zlat 1:10.720101270
46562026-04-03T04:09:06.163Zstop 4:09.122802638
46572026-04-03T04:09:06.166Zprocess exited: duration 1012467 ms, exit code 0
 
46582026-04-03T04:09:06.173Zfound 0 output files