01KNJZPCTFTCSFBR51071D2B7V: 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: 01KNJZPREC56X7QFF8CR5ZHQBM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T04:14:37.751Zjob assigned to worker 01KNK2B02PB352MQJHP7WHP4FD [factory aws, i-036a294428f41d233] (queued for 46 m 51 s)
 
22026-04-07T04:14:44.619Zstarting task 0: "setup"
32026-04-07T04:14:44.623Z++ uname -s
42026-04-07T04:14:44.626Z+ kern=SunOS
52026-04-07T04:14:44.626Z+ build_user=build
62026-04-07T04:14:44.626Z+ build_uid=12345
72026-04-07T04:14:44.626Z+ work_dir=/work
82026-04-07T04:14:44.626Z+ input_dir=/input
92026-04-07T04:14:44.626Z+ [[ 0 == 12345 ]]
102026-04-07T04:14:44.626Z+ case "$kern" in
112026-04-07T04:14:44.626Z+ groupadd -g 12345 build
122026-04-07T04:14:44.629Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T04:14:46.634Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T04:14:46.738Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T04:14:46.742Z+ home_fs=zfs
162026-04-07T04:14:46.742Z+ [[ zfs == autofs ]]
172026-04-07T04:14:46.742Z+ mkdir -p /home/build
182026-04-07T04:14:46.743Z+ chown build:build /home/build /work
192026-04-07T04:14:48.743Z+ chmod 0700 /home/build /work
202026-04-07T04:14:48.746Zprocess exited: duration 4128 ms, exit code 0
 
212026-04-07T04:14:48.752Zstarting task 1: "rust-toolchain"
222026-04-07T04:14:48.757Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T04:14:48.757Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-07T04:14:48.757Z * rust toolchain channel = "1.94.0"
252026-04-07T04:14:48.757Z * rust toolchain profile = "default"
262026-04-07T04:14:48.757Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T04:14:48.757Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T04:14:48.760Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T04:14:48.761Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T04:14:48.870Zinfo: downloading installer
312026-04-07T04:14:50.498Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T04:14:50.498Zwarn: /opt/ooce/bin
332026-04-07T04:14:50.498Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T04:14:50.498Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T04:14:50.498Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T04:14:50.498Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T04:14:50.498Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T04:14:50.498Zerror: cannot install while Rust is installed
392026-04-07T04:14:50.498Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T04:14:50.498Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T04:14:50.498Zwarn: /home/build/.rustup/settings.toml
422026-04-07T04:14:50.498Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T04:14:50.498Zwarn: instead of the one inferred from the default host triple.
442026-04-07T04:14:50.511Zinfo: profile set to default
452026-04-07T04:14:50.511Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T04:14:50.514Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T04:14:50.669Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T04:14:50.672Zinfo: downloading 6 components
492026-04-07T04:15:04.868Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-07T04:15:04.868Z
512026-04-07T04:15:04.897Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T04:15:04.897Z
532026-04-07T04:15:04.897Z
542026-04-07T04:15:04.897ZRust is installed now. Great!
552026-04-07T04:15:04.897Z
562026-04-07T04:15:04.897ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T04:15:04.897Zenvironment variable. This has not been done automatically.
582026-04-07T04:15:04.897Z
592026-04-07T04:15:04.897ZTo configure your current shell, you need to source
602026-04-07T04:15:04.897Zthe corresponding env file under $HOME/.cargo.
612026-04-07T04:15:04.897Z
622026-04-07T04:15:04.897ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T04:15:04.901Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T04:15:04.901Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T04:15:04.901Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T04:15:04.901Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T04:15:04.901Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T04:15:04.901Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T04:15:04.901Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T04:15:04.901Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T04:15:04.996Z+ rustup --version
722026-04-07T04:15:05.005Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T04:15:05.008Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T04:15:05.028Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T04:15:05.031Z+ cargo --version
762026-04-07T04:15:05.042Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T04:15:05.045Z+ rustc --version
782026-04-07T04:15:05.064Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T04:15:05.067Zprocess exited: duration 16312 ms, exit code 0
 
802026-04-07T04:15:05.073Zstarting task 2: "authentication"
812026-04-07T04:15:05.090Zprocess exited: duration 16 ms, exit code 0
 
822026-04-07T04:15:05.096Zstarting task 3: "clone repository"
832026-04-07T04:15:05.099Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T04:15:05.102Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T04:15:05.136ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T04:15:15.579Z+ cd /work/oxidecomputer/omicron
872026-04-07T04:15:15.579Z+ git fetch origin 87a5d2f9eadf2030e564334bd9260d005d8831e6
882026-04-07T04:15:15.865ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T04:15:15.865Z * branch 87a5d2f9eadf2030e564334bd9260d005d8831e6 -> FETCH_HEAD
902026-04-07T04:15:15.873Z+ [[ -n ixi/ls-apis-debug ]]
912026-04-07T04:15:15.876Z++ git branch --show-current
922026-04-07T04:15:15.876Z+ current=main
932026-04-07T04:15:15.876Z+ [[ main != ixi/ls-apis-debug ]]
942026-04-07T04:15:15.876Z+ git branch -f ixi/ls-apis-debug 87a5d2f9eadf2030e564334bd9260d005d8831e6
952026-04-07T04:15:15.879Z+ git checkout -f ixi/ls-apis-debug
962026-04-07T04:15:16.106ZSwitched to branch 'ixi/ls-apis-debug'
972026-04-07T04:15:16.109Z+ git reset --hard 87a5d2f9eadf2030e564334bd9260d005d8831e6
982026-04-07T04:15:16.121ZHEAD is now at 87a5d2f9e Show example cycle when ls-apis errors about them
992026-04-07T04:15:16.124Zprocess exited: duration 11024 ms, exit code 0
 
1002026-04-07T04:15:16.130Zstarting task 4: "build"
1012026-04-07T04:15:16.134Z+ source .github/buildomat/ci-env.sh
1022026-04-07T04:15:16.134Z++ export CARGO_TERM_COLOR=always
1032026-04-07T04:15:16.134Z++ CARGO_TERM_COLOR=always
1042026-04-07T04:15:16.134Z+ cargo --version
1052026-04-07T04:15:16.145Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-07T04:15:16.147Z+ rustc --version
1072026-04-07T04:15:16.169Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-07T04:15:16.172Z+ source ./env.sh
1092026-04-07T04:15:16.172Z++ OLD_SHELL_OPTS=ehxB
1102026-04-07T04:15:16.172Z++ set -o xtrace
1112026-04-07T04:15:16.175Z++++ dirname ./env.sh
1122026-04-07T04:15:16.178Z+++ readlink -f .
1132026-04-07T04:15:16.178Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ 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-07T04:15:16.178Z++ case $OLD_SHELL_OPTS in
1232026-04-07T04:15:16.178Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-07T04:15:16.178Z+ 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-07T04:15:16.178Z+ 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-07T04:15:16.178Z+ banner prerequisites
1272026-04-07T04:15:16.181Z
1282026-04-07T04:15:16.181Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-07T04:15:16.181Z # # # # # # # # # # # # # # #
1302026-04-07T04:15:16.181Z # # # # ##### # # ##### # # # # # #### #
1312026-04-07T04:15:16.182Z ##### ##### # ##### # # # # # # # # #
1322026-04-07T04:15:16.182Z # # # # # # # # # # # # # # #
1332026-04-07T04:15:16.182Z # # # ###### # # ###### ### # #### # #### #
1342026-04-07T04:15:16.182Z
1352026-04-07T04:15:16.182Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-07T04:15:24.936Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-07T04:15:31.763Z Startup: Caching catalogs ... Done
1382026-04-07T04:15:36.540ZPlanning: Solver setup ... Done (3.218s)
1392026-04-07T04:15:36.559ZPlanning: Running solver ... Done (0.021s)
1402026-04-07T04:15:36.678ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-07T04:15:36.690ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-07T04:15:36.784ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-07T04:15:36.815ZPlanning: Package planning ... Done (0.031s)
1442026-04-07T04:15:36.843ZPlanning: Merging actions ... Done (0.028s)
1452026-04-07T04:15:37.021ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-04-07T04:15:37.028ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-07T04:15:37.802ZPlanning: Evaluating mediators ... Done (0.774s)
1482026-04-07T04:15:37.809ZPlanning: Planning completed in 5.88 seconds
1492026-04-07T04:15:37.820Z Packages to install: 4
1502026-04-07T04:15:37.820Z Mediators to change: 2
1512026-04-07T04:15:37.823Z Services to change: 1
1522026-04-07T04:15:37.823Z Estimated space available: 155.35 GB
1532026-04-07T04:15:37.823ZEstimated space to be consumed: 1.84 GB
1542026-04-07T04:15:37.823Z Create boot environment: No
1552026-04-07T04:15:37.824ZCreate backup boot environment: No
1562026-04-07T04:15:37.824Z Rebuild boot archive: No
1572026-04-07T04:15:37.824Z
1582026-04-07T04:15:37.824ZChanged mediators:
1592026-04-07T04:15:37.824Z mediator clang:
1602026-04-07T04:15:37.824Z version: None -> 15 (system default)
1612026-04-07T04:15:37.824Z
1622026-04-07T04:15:37.824Z mediator llvm:
1632026-04-07T04:15:37.824Z version: 14 (system default) -> 15 (system default)
1642026-04-07T04:15:37.824Z
1652026-04-07T04:15:37.824ZChanged packages:
1662026-04-07T04:15:37.824Zhelios-dev
1672026-04-07T04:15:37.824Z developer/build-essential
1682026-04-07T04:15:37.824Z None -> 11-2.0
1692026-04-07T04:15:37.824Z library/libxmlsec1
1702026-04-07T04:15:37.824Z None -> 1.2.35-2.0
1712026-04-07T04:15:37.824Z ooce/developer/clang-15
1722026-04-07T04:15:37.824Z None -> 15.0.7-2.0
1732026-04-07T04:15:37.824Z ooce/developer/llvm-15
1742026-04-07T04:15:37.824Z None -> 15.0.7-2.0
1752026-04-07T04:15:37.824Z
1762026-04-07T04:15:37.824ZServices:
1772026-04-07T04:15:37.824Z restart_fmri:
1782026-04-07T04:15:37.824Z svc:/system/update-man-index:default
1792026-04-07T04:15:37.864Z
1802026-04-07T04:15:37.864ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-07T04:15:42.865ZDownload: 3239/3290 items 190.3/212.6MB 89% complete (37.9M/s)
1822026-04-07T04:15:44.079ZDownload: Completed 212.60 MB in 6.21 seconds (34.2M/s)
1832026-04-07T04:15:46.166Z Actions: 1/3689 actions (Installing new actions)
1842026-04-07T04:15:49.370Z Actions: Completed 3689 actions in 3.20 seconds.
1852026-04-07T04:15:49.662Z Done (0.289s)
1862026-04-07T04:15:49.662Z Done (0.000s)
1872026-04-07T04:15:50.353Z Done (0.691s)
1882026-04-07T04:15:53.614Z Done (2.916s)
1892026-04-07T04:15:53.692Z Done (0.012s)
1902026-04-07T04:15:53.696Z Done (0.000s)
1912026-04-07T04:15:53.880Z Done (0.000s)
1922026-04-07T04:15:54.716ZPlanning: Evaluating mediator changes ... Done
1932026-04-07T04:15:54.830ZPlanning: Checking for conflicting actions ... Done
1942026-04-07T04:15:54.837ZPlanning: Consolidating action changes ... Done
1952026-04-07T04:15:54.984ZPlanning: Evaluating mediators ... Done
1962026-04-07T04:15:54.988ZPlanning: Planning completed in 0.27 seconds
1972026-04-07T04:15:55.006Z Mediators to change: 2
1982026-04-07T04:15:55.006Z Create boot environment: No
1992026-04-07T04:15:55.006ZCreate backup boot environment: No
2002026-04-07T04:15:55.061Z Done
2012026-04-07T04:15:55.061Z Done
2022026-04-07T04:15:55.671Z Done
2032026-04-07T04:15:58.998Z Done
2042026-04-07T04:15:59.012Z Done
2052026-04-07T04:15:59.012Z Done
2062026-04-07T04:15:59.012Z Done
2072026-04-07T04:15:59.012ZPlanning: Evaluating mediator changes ... Done
2082026-04-07T04:15:59.012ZPlanning: Merging actions ... Done
2092026-04-07T04:15:59.012ZPlanning: Checking for conflicting actions ... Done
2102026-04-07T04:15:59.012ZPlanning: Consolidating action changes ... Done
2112026-04-07T04:15:59.093ZPlanning: Evaluating mediators ... Done
2122026-04-07T04:15:59.122ZPlanning: Planning completed in 0.45 seconds
2132026-04-07T04:15:59.144Z Packages to change: 1
2142026-04-07T04:15:59.144Z Mediators to change: 1
2152026-04-07T04:15:59.144Z Services to change: 1
2162026-04-07T04:15:59.144Z Create boot environment: No
2172026-04-07T04:15:59.144ZCreate backup boot environment: Yes
2182026-04-07T04:16:01.506Z Actions: 1/6 actions (Updating modified actions)
2192026-04-07T04:16:01.510Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-07T04:16:01.510Z Done
2212026-04-07T04:16:01.510Z Done
2222026-04-07T04:16:01.650Z Done
2232026-04-07T04:16:04.104Z Done
2242026-04-07T04:16:04.180Z Done
2252026-04-07T04:16:04.184Z Done
2262026-04-07T04:16:04.341Z Done
2272026-04-07T04:16:04.626ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-07T04:16:04.626Zclang system 15 system
2292026-04-07T04:16:04.626Zcsh system system illumos
2302026-04-07T04:16:04.626Zctags system system illumos
2312026-04-07T04:16:04.626Zfile system system illumos
2322026-04-07T04:16:04.626Zgcc vendor 12 vendor
2332026-04-07T04:16:04.626Zgcc system 14 system
2342026-04-07T04:16:04.627Zgcc system 10 system
2352026-04-07T04:16:04.627Zgo system 1.20 system
2362026-04-07T04:16:04.627Zgo system 1.19 system
2372026-04-07T04:16:04.627Zllvm system 15 system
2382026-04-07T04:16:04.627Zllvm system 14 system
2392026-04-07T04:16:04.627Zmariadb system 10.6 system
2402026-04-07T04:16:04.627Zmta vendor vendor dma
2412026-04-07T04:16:04.627Zopenjdk system 17 system
2422026-04-07T04:16:04.627Zopenjdk system 11 system
2432026-04-07T04:16:04.627Zopenjdk system 1.8 system
2442026-04-07T04:16:04.627Zopenssl vendor 3 vendor
2452026-04-07T04:16:04.627Zperl system 5.36 system
2462026-04-07T04:16:04.627Zpostgresql system 15 system
2472026-04-07T04:16:04.627Zpostgresql system 13 system
2482026-04-07T04:16:04.627Zpython vendor 3 vendor
2492026-04-07T04:16:04.627Zpython system 2 system
2502026-04-07T04:16:04.627Zpython3 system 3.11 system
2512026-04-07T04:16:04.627Zruby system 3.0 system
2522026-04-07T04:16:04.627Zwords vendor vendor american-english
2532026-04-07T04:16:04.627Zwords system system australian-english
2542026-04-07T04:16:04.627Zwords system system british-english
2552026-04-07T04:16:04.627Zwords system system canadian-english
2562026-04-07T04:16:04.627Zwords system system french
2572026-04-07T04:16:04.627Zwords system system italian
2582026-04-07T04:16:04.627Zwords system system ngerman
2592026-04-07T04:16:04.627Zwords system system ogerman
2602026-04-07T04:16:04.627Zwords system system spanish
2612026-04-07T04:16:04.857ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-07T04:16:04.857Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-07T04:16:09.244ZFMRI IFO
2642026-04-07T04:16:09.244Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-07T04:16:09.244Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-07T04:16:09.244Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-07T04:16:09.244Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-07T04:16:09.244Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-07T04:16:09.245Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-07T04:16:09.245Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-07T04:16:09.245Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-07T04:16:09.245Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-07T04:16:09.245Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-07T04:16:09.245Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-07T04:16:09.245Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-07T04:16:09.245Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-07T04:16:09.245Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-07T04:16:09.245Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-07T04:16:09.245Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-07T04:16:10.351Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-07T04:16:10.632Z Updating crates.io index
2822026-04-07T04:16:10.666Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-07T04:16:10.873Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-07T04:16:11.678Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-07T04:16:12.338Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-07T04:16:12.838Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-07T04:16:14.291Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-07T04:16:15.607Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-07T04:16:16.278Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-07T04:16:16.790Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-07T04:16:17.379Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-07T04:16:17.736Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-07T04:16:18.205Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-07T04:16:18.445Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-07T04:16:19.519Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-07T04:16:20.077Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-07T04:16:20.454Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-07T04:16:20.795Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-07T04:16:21.205Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-07T04:16:21.464Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-07T04:16:21.695Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-07T04:16:21.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-07T04:16:22.359Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-07T04:16:22.792Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-07T04:16:23.268Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-07T04:16:23.502Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-07T04:16:23.849Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-07T04:16:24.884Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-07T04:16:25.507Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-07T04:16:25.824Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-07T04:16:26.526Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-07T04:16:26.817Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-07T04:16:27.188Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-07T04:16:27.448Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-07T04:16:28.066Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-07T04:16:28.312Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-07T04:16:28.564Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-07T04:16:28.796Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-07T04:16:29.357Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-07T04:16:40.766Z Downloading crates ...
3212026-04-07T04:16:40.829Z Downloaded clap v4.5.60
3222026-04-07T04:16:40.835Z Downloaded generic-array v0.14.7
3232026-04-07T04:16:40.838Z Downloaded cfg-if v1.0.4
3242026-04-07T04:16:40.838Z Downloaded cpufeatures v0.2.17
3252026-04-07T04:16:40.838Z Downloaded ordered-float v2.10.1
3262026-04-07T04:16:40.840Z Downloaded memmap v0.7.0
3272026-04-07T04:16:40.847Z Downloaded cargo-platform v0.2.0
3282026-04-07T04:16:40.850Z Downloaded yoke-derive v0.8.1
3292026-04-07T04:16:40.853Z Downloaded cargo_toml v0.21.0
3302026-04-07T04:16:40.856Z Downloaded cargo-util-schemas v0.8.2
3312026-04-07T04:16:40.859Z Downloaded zerocopy-derive v0.7.35
3322026-04-07T04:16:40.861Z Downloaded thiserror v1.0.69
3332026-04-07T04:16:40.864Z Downloaded usdt v0.5.0
3342026-04-07T04:16:40.864Z Downloaded anstream v0.6.21
3352026-04-07T04:16:40.864Z Downloaded cargo_metadata v0.21.0
3362026-04-07T04:16:40.867Z Downloaded unicode-linebreak v0.1.5
3372026-04-07T04:16:40.867Z Downloaded thread-id v4.2.2
3382026-04-07T04:16:40.870Z Downloaded unicode-xid v0.2.6
3392026-04-07T04:16:40.873Z Downloaded quote v1.0.44
3402026-04-07T04:16:40.876Z Downloaded usdt-attr-macro v0.5.0
3412026-04-07T04:16:40.876Z Downloaded typeid v1.0.3
3422026-04-07T04:16:40.876Z Downloaded smallvec v1.15.1
3432026-04-07T04:16:40.879Z Downloaded zerofrom-derive v0.1.6
3442026-04-07T04:16:40.879Z Downloaded utf8parse v0.2.2
3452026-04-07T04:16:40.879Z Downloaded utf8_iter v1.0.4
3462026-04-07T04:16:40.879Z Downloaded dtrace-parser v0.2.0
3472026-04-07T04:16:40.879Z Downloaded serde_core v1.0.228
3482026-04-07T04:16:40.882Z Downloaded toml_datetime v0.6.11
3492026-04-07T04:16:40.882Z Downloaded zmij v1.0.21
3502026-04-07T04:16:40.885Z Downloaded writeable v0.6.2
3512026-04-07T04:16:40.885Z Downloaded zerovec-derive v0.11.2
3522026-04-07T04:16:40.885Z Downloaded thiserror-impl v1.0.69
3532026-04-07T04:16:40.888Z Downloaded icu_provider v2.1.1
3542026-04-07T04:16:40.888Z Downloaded icu_normalizer_data v2.1.1
3552026-04-07T04:16:40.888Z Downloaded fastrand v2.3.0
3562026-04-07T04:16:40.891Z Downloaded usdt-macro v0.5.0
3572026-04-07T04:16:40.891Z Downloaded smawk v0.3.2
3582026-04-07T04:16:40.891Z Downloaded thiserror-impl v2.0.18
3592026-04-07T04:16:40.894Z Downloaded ucd-trie v0.1.7
3602026-04-07T04:16:40.897Z Downloaded zerofrom v0.1.6
3612026-04-07T04:16:40.897Z Downloaded toml_write v0.1.2
3622026-04-07T04:16:40.897Z Downloaded strsim v0.11.1
3632026-04-07T04:16:40.900Z Downloaded stable_deref_trait v1.2.1
3642026-04-07T04:16:40.900Z Downloaded serde_spanned v0.6.9
3652026-04-07T04:16:40.908Z Downloaded percent-encoding v2.3.2
3662026-04-07T04:16:40.911Z Downloaded itoa v1.0.17
3672026-04-07T04:16:40.914Z Downloaded thiserror v2.0.18
3682026-04-07T04:16:40.917Z Downloaded serde-value v0.7.0
3692026-04-07T04:16:40.917Z Downloaded fnv v1.0.7
3702026-04-07T04:16:40.917Z Downloaded form_urlencoded v1.2.2
3712026-04-07T04:16:40.920Z Downloaded yoke v0.8.1
3722026-04-07T04:16:40.920Z Downloaded serde v1.0.228
3732026-04-07T04:16:40.923Z Downloaded version_check v0.9.5
3742026-04-07T04:16:40.923Z Downloaded pest_meta v2.8.6
3752026-04-07T04:16:40.926Z Downloaded toml v0.8.23
3762026-04-07T04:16:40.926Z Downloaded typenum v1.19.0
3772026-04-07T04:16:40.929Z Downloaded tinystr v0.8.2
3782026-04-07T04:16:40.932Z Downloaded crypto-common v0.1.7
3792026-04-07T04:16:40.934Z Downloaded url v2.5.8
3802026-04-07T04:16:40.934Z Downloaded tabled_derive v0.7.0
3812026-04-07T04:16:40.935Z Downloaded usdt-impl v0.5.0
3822026-04-07T04:16:40.937Z Downloaded textwrap v0.16.2
3832026-04-07T04:16:40.937Z Downloaded anstyle-query v1.1.5
3842026-04-07T04:16:40.937Z Downloaded toml_edit v0.22.27
3852026-04-07T04:16:40.940Z Downloaded heck v0.4.1
3862026-04-07T04:16:40.940Z Downloaded potential_utf v0.1.4
3872026-04-07T04:16:40.943Z Downloaded unicode-ident v1.0.24
3882026-04-07T04:16:40.946Z Downloaded zerotrie v0.2.3
3892026-04-07T04:16:40.950Z Downloaded dof v0.3.0
3902026-04-07T04:16:40.953Z Downloaded proc-macro-error-attr v1.0.4
3912026-04-07T04:16:40.956Z Downloaded macaddr v1.0.1
3922026-04-07T04:16:40.960Z Downloaded scroll_derive v0.12.1
3932026-04-07T04:16:40.963Z Downloaded zerovec v0.11.5
3942026-04-07T04:16:40.963Z Downloaded block-buffer v0.10.4
3952026-04-07T04:16:40.963Z Downloaded heck v0.5.0
3962026-04-07T04:16:40.966Z Downloaded zerocopy v0.7.35
3972026-04-07T04:16:40.972Z Downloaded idna_adapter v1.2.1
3982026-04-07T04:16:40.975Z Downloaded errno v0.3.14
3992026-04-07T04:16:40.975Z Downloaded equivalent v1.0.2
4002026-04-07T04:16:40.975Z Downloaded clap_lex v1.0.0
4012026-04-07T04:16:40.977Z Downloaded is_terminal_polyfill v1.70.2
4022026-04-07T04:16:40.977Z Downloaded autocfg v1.5.0
4032026-04-07T04:16:40.978Z Downloaded anstyle v1.0.13
4042026-04-07T04:16:40.981Z Downloaded winnow v0.7.14
4052026-04-07T04:16:40.983Z Downloaded unicode-width v0.1.14
4062026-04-07T04:16:40.986Z Downloaded displaydoc v0.2.5
4072026-04-07T04:16:40.989Z Downloaded unicode-width v0.2.0
4082026-04-07T04:16:40.992Z Downloaded terminal_size v0.4.3
4092026-04-07T04:16:40.992Z Downloaded swrite v0.1.0
4102026-04-07T04:16:40.992Z Downloaded digest v0.10.7
4112026-04-07T04:16:40.992Z Downloaded byteorder v1.5.0
4122026-04-07T04:16:40.997Z Downloaded pretty-hex v0.4.1
4132026-04-07T04:16:41.000Z Downloaded erased-serde v0.4.9
4142026-04-07T04:16:41.003Z Downloaded sha2 v0.10.9
4152026-04-07T04:16:41.006Z Downloaded fs-err v3.3.0
4162026-04-07T04:16:41.008Z Downloaded proc-macro-error v1.0.4
4172026-04-07T04:16:41.011Z Downloaded semver v1.0.27
4182026-04-07T04:16:41.014Z Downloaded plain v0.2.3
4192026-04-07T04:16:41.014Z Downloaded scroll v0.12.0
4202026-04-07T04:16:41.014Z Downloaded serde_tokenstream v0.2.3
4212026-04-07T04:16:41.017Z Downloaded colorchoice v1.0.4
4222026-04-07T04:16:41.018Z Downloaded anstyle-parse v0.2.7
4232026-04-07T04:16:41.018Z Downloaded bytecount v0.6.9
4242026-04-07T04:16:41.021Z Downloaded serde-untagged v0.1.9
4252026-04-07T04:16:41.030Z Downloaded synstructure v0.13.2
4262026-04-07T04:16:41.030Z Downloaded camino-tempfile v1.4.1
4272026-04-07T04:16:41.034Z Downloaded indexmap v2.13.0
4282026-04-07T04:16:41.046Z Downloaded pest_generator v2.8.6
4292026-04-07T04:16:41.049Z Downloaded once_cell v1.21.3
4302026-04-07T04:16:41.049Z Downloaded litemap v0.8.1
4312026-04-07T04:16:41.056Z Downloaded camino v1.2.2
4322026-04-07T04:16:41.058Z Downloaded pest_derive v2.8.6
4332026-04-07T04:16:41.068Z Downloaded tempfile v3.25.0
4342026-04-07T04:16:41.071Z Downloaded proc-macro2 v1.0.106
4352026-04-07T04:16:41.080Z Downloaded num-traits v0.2.19
4362026-04-07T04:16:41.083Z Downloaded log v0.4.29
4372026-04-07T04:16:41.083Z Downloaded icu_properties v2.1.2
4382026-04-07T04:16:41.086Z Downloaded clap_derive v4.5.55
4392026-04-07T04:16:41.086Z Downloaded bitflags v2.11.0
4402026-04-07T04:16:41.089Z Downloaded papergrid v0.11.0
4412026-04-07T04:16:41.092Z Downloaded icu_normalizer v2.1.1
4422026-04-07T04:16:41.094Z Downloaded getrandom v0.4.1
4432026-04-07T04:16:41.102Z Downloaded serde_derive v1.0.228
4442026-04-07T04:16:41.105Z Downloaded icu_locale_core v2.1.1
4452026-04-07T04:16:41.108Z Downloaded icu_collections v2.1.1
4462026-04-07T04:16:41.111Z Downloaded anyhow v1.0.102
4472026-04-07T04:16:41.130Z Downloaded pest v2.8.6
4482026-04-07T04:16:41.133Z Downloaded memchr v2.8.0
4492026-04-07T04:16:41.141Z Downloaded hashbrown v0.16.1
4502026-04-07T04:16:41.160Z Downloaded idna v1.1.0
4512026-04-07T04:16:41.172Z Downloaded serde_json v1.0.149
4522026-04-07T04:16:41.183Z Downloaded icu_properties_data v2.1.2
4532026-04-07T04:16:41.188Z Downloaded clap_builder v4.5.60
4542026-04-07T04:16:41.197Z Downloaded goblin v0.8.2
4552026-04-07T04:16:41.213Z Downloaded tabled v0.15.0
4562026-04-07T04:16:41.221Z Downloaded syn v1.0.109
4572026-04-07T04:16:41.231Z Downloaded syn v2.0.117
4582026-04-07T04:16:41.250Z Downloaded rustix v1.1.3
4592026-04-07T04:16:41.281Z Downloaded libc v0.2.180
4602026-04-07T04:16:41.349Z Compiling proc-macro2 v1.0.106
4612026-04-07T04:16:41.349Z Compiling unicode-ident v1.0.24
4622026-04-07T04:16:41.352Z Compiling quote v1.0.44
4632026-04-07T04:16:41.352Z Compiling serde_core v1.0.228
4642026-04-07T04:16:41.352Z Compiling libc v0.2.180
4652026-04-07T04:16:41.352Z Compiling version_check v0.9.5
4662026-04-07T04:16:41.352Z Compiling serde v1.0.228
4672026-04-07T04:16:41.352Z Compiling memchr v2.8.0
4682026-04-07T04:16:41.718Z Compiling stable_deref_trait v1.2.1
4692026-04-07T04:16:41.799Z Compiling zmij v1.0.21
4702026-04-07T04:16:41.938Z Compiling autocfg v1.5.0
4712026-04-07T04:16:41.992Z Compiling ucd-trie v0.1.7
4722026-04-07T04:16:42.185Z Compiling thiserror v1.0.69
4732026-04-07T04:16:42.269Z Compiling itoa v1.0.17
4742026-04-07T04:16:42.334Z Compiling pest v2.8.6
4752026-04-07T04:16:42.366Z Compiling writeable v0.6.2
4762026-04-07T04:16:42.383Z Compiling litemap v0.8.1
4772026-04-07T04:16:42.456Z Compiling byteorder v1.5.0
4782026-04-07T04:16:42.575Z Compiling icu_properties_data v2.1.2
4792026-04-07T04:16:42.689Z Compiling rustix v1.1.3
4802026-04-07T04:16:42.759Z Compiling icu_normalizer_data v2.1.1
4812026-04-07T04:16:42.862Z Compiling syn v2.0.117
4822026-04-07T04:16:42.959Z Compiling errno v0.3.14
4832026-04-07T04:16:42.994Z Compiling bitflags v2.11.0
4842026-04-07T04:16:43.014Z Compiling serde_json v1.0.149
4852026-04-07T04:16:43.227Z Compiling num-traits v0.2.19
4862026-04-07T04:16:43.247Z Compiling hashbrown v0.16.1
4872026-04-07T04:16:43.411Z Compiling pest_meta v2.8.6
4882026-04-07T04:16:43.519Z Compiling smallvec v1.15.1
4892026-04-07T04:16:43.565Z Compiling equivalent v1.0.2
4902026-04-07T04:16:43.662Z Compiling typeid v1.0.3
4912026-04-07T04:16:43.734Z Compiling indexmap v2.13.0
4922026-04-07T04:16:43.822Z Compiling thread-id v4.2.2
4932026-04-07T04:16:43.907Z Compiling usdt-impl v0.5.0
4942026-04-07T04:16:43.974Z Compiling proc-macro-error-attr v1.0.4
4952026-04-07T04:16:43.992Z Compiling syn v1.0.109
4962026-04-07T04:16:44.161Z Compiling erased-serde v0.4.9
4972026-04-07T04:16:44.202Z Compiling winnow v0.7.14
4982026-04-07T04:16:44.349Z Compiling toml_write v0.1.2
4992026-04-07T04:16:44.560Z Compiling proc-macro-error v1.0.4
5002026-04-07T04:16:44.564Z Compiling utf8_iter v1.0.4
5012026-04-07T04:16:44.741Z Compiling percent-encoding v2.3.2
5022026-04-07T04:16:44.760Z Compiling utf8parse v0.2.2
5032026-04-07T04:16:44.881Z Compiling plain v0.2.3
5042026-04-07T04:16:44.943Z Compiling thiserror v2.0.18
5052026-04-07T04:16:45.009Z Compiling getrandom v0.4.1
5062026-04-07T04:16:45.076Z Compiling log v0.4.29
5072026-04-07T04:16:45.151Z Compiling camino v1.2.2
5082026-04-07T04:16:45.234Z Compiling ordered-float v2.10.1
5092026-04-07T04:16:45.272Z Compiling form_urlencoded v1.2.2
5102026-04-07T04:16:45.399Z Compiling anstyle-parse v0.2.7
5112026-04-07T04:16:45.537Z Compiling synstructure v0.13.2
5122026-04-07T04:16:45.566Z Compiling pest_generator v2.8.6
5132026-04-07T04:16:45.612Z Compiling terminal_size v0.4.3
5142026-04-07T04:16:45.780Z Compiling colorchoice v1.0.4
5152026-04-07T04:16:45.907Z Compiling anstyle-query v1.1.5
5162026-04-07T04:16:45.927Z Compiling cfg-if v1.0.4
5172026-04-07T04:16:45.986Z Compiling pretty-hex v0.4.1
5182026-04-07T04:16:45.986Z Compiling anstyle v1.0.13
5192026-04-07T04:16:46.023Z Compiling is_terminal_polyfill v1.70.2
5202026-04-07T04:16:46.143Z Compiling serde-untagged v0.1.9
5212026-04-07T04:16:46.174Z Compiling anstream v0.6.21
5222026-04-07T04:16:46.236Z Compiling semver v1.0.27
5232026-04-07T04:16:46.309Z Compiling fs-err v3.3.0
5242026-04-07T04:16:46.381Z Compiling unicode-xid v0.2.6
5252026-04-07T04:16:46.484Z Compiling fnv v1.0.7
5262026-04-07T04:16:46.502Z Compiling anyhow v1.0.102
5272026-04-07T04:16:46.518Z Compiling strsim v0.11.1
5282026-04-07T04:16:46.535Z Compiling fastrand v2.3.0
5292026-04-07T04:16:46.563Z Compiling heck v0.4.1
5302026-04-07T04:16:46.588Z Compiling unicode-width v0.1.14
5312026-04-07T04:16:46.790Z Compiling bytecount v0.6.9
5322026-04-07T04:16:46.824Z Compiling once_cell v1.21.3
5332026-04-07T04:16:46.865Z Compiling heck v0.5.0
5342026-04-07T04:16:46.865Z Compiling clap_lex v1.0.0
5352026-04-07T04:16:46.944Z Compiling papergrid v0.11.0
5362026-04-07T04:16:47.036Z Compiling tempfile v3.25.0
5372026-04-07T04:16:47.096Z Compiling clap_builder v4.5.60
5382026-04-07T04:16:47.233Z Compiling memmap v0.7.0
5392026-04-07T04:16:47.252Z Compiling serde_derive v1.0.228
5402026-04-07T04:16:47.332Z Compiling zerofrom-derive v0.1.6
5412026-04-07T04:16:47.409Z Compiling yoke-derive v0.8.1
5422026-04-07T04:16:47.427Z Compiling zerovec-derive v0.11.2
5432026-04-07T04:16:47.635Z Compiling displaydoc v0.2.5
5442026-04-07T04:16:48.344Z Compiling thiserror-impl v1.0.69
5452026-04-07T04:16:48.368Z Compiling zerocopy-derive v0.7.35
5462026-04-07T04:16:48.527Z Compiling pest_derive v2.8.6
5472026-04-07T04:16:48.545Z Compiling scroll_derive v0.12.1
5482026-04-07T04:16:48.703Z Compiling zerofrom v0.1.6
5492026-04-07T04:16:48.845Z Compiling yoke v0.8.1
5502026-04-07T04:16:48.956Z Compiling thiserror-impl v2.0.18
5512026-04-07T04:16:49.039Z Compiling zerovec v0.11.5
5522026-04-07T04:16:49.228Z Compiling zerotrie v0.2.3
5532026-04-07T04:16:49.284Z Compiling zerocopy v0.7.35
5542026-04-07T04:16:49.559Z Compiling tinystr v0.8.2
5552026-04-07T04:16:49.583Z Compiling potential_utf v0.1.4
5562026-04-07T04:16:49.758Z Compiling icu_locale_core v2.1.1
5572026-04-07T04:16:49.776Z Compiling icu_collections v2.1.1
5582026-04-07T04:16:49.780Z Compiling dtrace-parser v0.2.0
5592026-04-07T04:16:49.852Z Compiling scroll v0.12.0
5602026-04-07T04:16:50.133Z Compiling goblin v0.8.2
5612026-04-07T04:16:50.161Z Compiling tabled_derive v0.7.0
5622026-04-07T04:16:50.205Z Compiling clap_derive v4.5.55
5632026-04-07T04:16:50.472Z Compiling icu_provider v2.1.1
5642026-04-07T04:16:50.553Z Compiling smawk v0.3.2
5652026-04-07T04:16:50.668Z Compiling toml_datetime v0.6.11
5662026-04-07T04:16:50.703Z Compiling serde_spanned v0.6.9
5672026-04-07T04:16:50.742Z Compiling icu_normalizer v2.1.1
5682026-04-07T04:16:50.782Z Compiling icu_properties v2.1.2
5692026-04-07T04:16:50.800Z Compiling dof v0.3.0
5702026-04-07T04:16:50.860Z Compiling serde_tokenstream v0.2.3
5712026-04-07T04:16:50.942Z Compiling toml_edit v0.22.27
5722026-04-07T04:16:51.174Z Compiling serde-value v0.7.0
5732026-04-07T04:16:51.193Z Compiling cargo-platform v0.2.0
5742026-04-07T04:16:51.283Z Compiling unicode-linebreak v0.1.5
5752026-04-07T04:16:51.469Z Compiling unicode-width v0.2.0
5762026-04-07T04:16:51.533Z Compiling tabled v0.15.0
5772026-04-07T04:16:51.551Z Compiling macaddr v1.0.1
5782026-04-07T04:16:51.704Z Compiling idna_adapter v1.2.1
5792026-04-07T04:16:51.746Z Compiling usdt-attr-macro v0.5.0
5802026-04-07T04:16:51.774Z Compiling usdt-macro v0.5.0
5812026-04-07T04:16:51.855Z Compiling idna v1.1.0
5822026-04-07T04:16:51.872Z Compiling textwrap v0.16.2
5832026-04-07T04:16:51.988Z Compiling clap v4.5.60
5842026-04-07T04:16:52.334Z Compiling toml v0.8.23
5852026-04-07T04:16:52.415Z Compiling url v2.5.8
5862026-04-07T04:16:52.444Z Compiling camino-tempfile v1.4.1
5872026-04-07T04:16:52.678Z Compiling swrite v0.1.0
5882026-04-07T04:16:52.785Z Compiling cargo_toml v0.21.0
5892026-04-07T04:16:52.951Z Compiling cargo-util-schemas v0.8.2
5902026-04-07T04:16:53.083Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-07T04:16:53.166Z Compiling usdt v0.5.0
5922026-04-07T04:16:53.851Z Compiling cargo_metadata v0.21.0
5932026-04-07T04:16:54.795Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-07T04:16:56.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.72s
5952026-04-07T04:16:57.162Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-07T04:16:57.728Z Downloading crates ...
5972026-04-07T04:16:57.844Z Downloaded async-stream v0.3.6
5982026-04-07T04:16:57.846Z Downloaded bit-vec v0.6.3
5992026-04-07T04:16:57.849Z Downloaded aes v0.8.4
6002026-04-07T04:16:57.855Z Downloaded ciborium v0.2.2
6012026-04-07T04:16:57.858Z Downloaded adler2 v2.0.1
6022026-04-07T04:16:57.858Z Downloaded ciborium-io v0.2.2
6032026-04-07T04:16:57.862Z Downloaded compact_str v0.8.1
6042026-04-07T04:16:57.864Z Downloaded cstr-argument v0.1.2
6052026-04-07T04:16:57.864Z Downloaded bzip2 v0.6.1
6062026-04-07T04:16:57.867Z Downloaded darling_macro v0.20.11
6072026-04-07T04:16:57.867Z Downloaded curve25519-dalek-derive v0.1.1
6082026-04-07T04:16:57.870Z Downloaded cipher v0.4.4
6092026-04-07T04:16:57.870Z Downloaded darling v0.20.11
6102026-04-07T04:16:57.873Z Downloaded ed25519 v2.2.3
6112026-04-07T04:16:57.873Z Downloaded bit-vec v0.8.0
6122026-04-07T04:16:57.876Z Downloaded dsl_auto_type v0.2.0
6132026-04-07T04:16:57.876Z Downloaded derive_builder v0.20.2
6142026-04-07T04:16:57.879Z Downloaded bb8 v0.8.6
6152026-04-07T04:16:57.879Z Downloaded base64 v0.22.1
6162026-04-07T04:16:57.882Z Downloaded fixedbitset v0.4.2
6172026-04-07T04:16:57.885Z Downloaded fatfs v0.3.6
6182026-04-07T04:16:57.885Z Downloaded elliptic-curve v0.13.8
6192026-04-07T04:16:57.888Z Downloaded crunchy v0.2.4
6202026-04-07T04:16:57.888Z Downloaded bit-set v0.8.0
6212026-04-07T04:16:57.888Z Downloaded convert_case v0.4.0
6222026-04-07T04:16:57.891Z Downloaded csv-core v0.1.13
6232026-04-07T04:16:57.891Z Downloaded daft v0.1.5
6242026-04-07T04:16:57.891Z Downloaded atty v0.2.14
6252026-04-07T04:16:57.894Z Downloaded derive-where v1.6.0
6262026-04-07T04:16:57.897Z Downloaded futures-io v0.3.32
6272026-04-07T04:16:57.897Z Downloaded debug-ignore v1.0.5
6282026-04-07T04:16:57.897Z Downloaded bitfield-macros v0.19.4
6292026-04-07T04:16:57.897Z Downloaded crucible-workspace-hack v0.1.0
6302026-04-07T04:16:57.901Z Downloaded derive_builder_macro v0.20.2
6312026-04-07T04:16:57.904Z Downloaded cfg_aliases v0.1.1
6322026-04-07T04:16:57.904Z Downloaded cargo-platform v0.1.9
6332026-04-07T04:16:57.904Z Downloaded buf-list v1.1.2
6342026-04-07T04:16:57.907Z Downloaded ctr v0.9.2
6352026-04-07T04:16:57.910Z Downloaded darling v0.21.3
6362026-04-07T04:16:57.913Z Downloaded block-padding v0.3.3
6372026-04-07T04:16:57.913Z Downloaded array-init v0.0.4
6382026-04-07T04:16:57.913Z Downloaded bitfield-struct v0.6.2
6392026-04-07T04:16:57.916Z Downloaded futures-task v0.3.32
6402026-04-07T04:16:57.916Z Downloaded base64ct v1.8.3
6412026-04-07T04:16:57.918Z Downloaded argon2 v0.5.3
6422026-04-07T04:16:57.919Z Downloaded darling v0.23.0
6432026-04-07T04:16:57.921Z Downloaded darling_macro v0.23.0
6442026-04-07T04:16:57.922Z Downloaded bitfield v0.19.4
6452026-04-07T04:16:57.924Z Downloaded data-encoding v2.10.0
6462026-04-07T04:16:57.924Z Downloaded arrayvec v0.7.6
6472026-04-07T04:16:57.924Z Downloaded der_derive v0.7.3
6482026-04-07T04:16:57.928Z Downloaded backon v1.6.0
6492026-04-07T04:16:57.928Z Downloaded defmt-macros v1.0.1
6502026-04-07T04:16:57.931Z Downloaded darling_macro v0.21.3
6512026-04-07T04:16:57.934Z Downloaded filetime v0.2.27
6522026-04-07T04:16:57.937Z Downloaded embedded-io v0.4.0
6532026-04-07T04:16:57.937Z Downloaded allocator-api2 v0.2.21
6542026-04-07T04:16:57.940Z Downloaded dunce v1.0.5
6552026-04-07T04:16:57.943Z Downloaded defmt-parser v1.0.0
6562026-04-07T04:16:57.943Z Downloaded atomic-waker v1.1.2
6572026-04-07T04:16:57.946Z Downloaded env_filter v1.0.0
6582026-04-07T04:16:57.949Z Downloaded foreign-types v0.3.2
6592026-04-07T04:16:57.949Z Downloaded foldhash v0.2.0
6602026-04-07T04:16:57.949Z Downloaded glob v0.3.3
6612026-04-07T04:16:57.952Z Downloaded deranged v0.5.8
6622026-04-07T04:16:57.952Z Downloaded ar_archive_writer v0.5.1
6632026-04-07T04:16:57.955Z Downloaded bytes v1.11.1
6642026-04-07T04:16:57.958Z Downloaded funty v2.0.0
6652026-04-07T04:16:57.958Z Downloaded darling_core v0.21.3
6662026-04-07T04:16:57.961Z Downloaded foreign-types-shared v0.3.1
6672026-04-07T04:16:57.961Z Downloaded darling_core v0.20.11
6682026-04-07T04:16:57.963Z Downloaded flagset v0.4.7
6692026-04-07T04:16:57.966Z Downloaded crc32fast v1.5.0
6702026-04-07T04:16:57.966Z Downloaded cookie v0.18.1
6712026-04-07T04:16:57.969Z Downloaded const-oid v0.9.6
6722026-04-07T04:16:57.969Z Downloaded dyn-clone v1.0.20
6732026-04-07T04:16:57.969Z Downloaded document-features v0.2.12
6742026-04-07T04:16:57.972Z Downloaded corncobs v0.1.4
6752026-04-07T04:16:57.972Z Downloaded float-cmp v0.10.0
6762026-04-07T04:16:57.972Z Downloaded defmt v0.3.100
6772026-04-07T04:16:57.975Z Downloaded git-stub v1.0.0
6782026-04-07T04:16:57.975Z Downloaded futures-core v0.3.32
6792026-04-07T04:16:57.978Z Downloaded fixedbitset v0.5.7
6802026-04-07T04:16:57.978Z Downloaded find-msvc-tools v0.1.9
6812026-04-07T04:16:57.982Z Downloaded fallible-iterator v0.2.0
6822026-04-07T04:16:57.982Z Downloaded atomicwrites v0.4.4
6832026-04-07T04:16:57.982Z Downloaded async-bb8-diesel v0.2.1
6842026-04-07T04:16:57.985Z Downloaded bcrypt-pbkdf v0.10.0
6852026-04-07T04:16:57.985Z Downloaded endian-type v0.1.2
6862026-04-07T04:16:57.985Z Downloaded blowfish v0.9.1
6872026-04-07T04:16:57.985Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-04-07T04:16:57.988Z Downloaded bitflags v1.3.2
6892026-04-07T04:16:57.988Z Downloaded dtrace-parser v0.3.0
6902026-04-07T04:16:57.991Z Downloaded castaway v0.2.4
6912026-04-07T04:16:57.991Z Downloaded downcast-rs v2.0.2
6922026-04-07T04:16:57.991Z Downloaded bit-set v0.5.3
6932026-04-07T04:16:57.994Z Downloaded fxhash v0.2.1
6942026-04-07T04:16:57.997Z Downloaded futures-macro v0.3.32
6952026-04-07T04:16:58.000Z Downloaded cassowary v0.3.0
6962026-04-07T04:16:58.000Z Downloaded byte-wrapper v0.1.0
6972026-04-07T04:16:58.003Z Downloaded futures-sink v0.3.32
6982026-04-07T04:16:58.003Z Downloaded fs_extra v1.3.0
6992026-04-07T04:16:58.003Z Downloaded float-ord v0.3.2
7002026-04-07T04:16:58.003Z Downloaded globwalk v0.9.1
7012026-04-07T04:16:58.006Z Downloaded dropshot-api-manager-types v0.6.0
7022026-04-07T04:16:58.006Z Downloaded embedded-io v0.6.1
7032026-04-07T04:16:58.006Z Downloaded hex-literal v0.4.1
7042026-04-07T04:16:58.006Z Downloaded aead v0.5.2
7052026-04-07T04:16:58.010Z Downloaded difflib v0.4.0
7062026-04-07T04:16:58.010Z Downloaded cfg_aliases v0.2.1
7072026-04-07T04:16:58.010Z Downloaded gethostname v0.5.0
7082026-04-07T04:16:58.010Z Downloaded enum-as-inner v0.6.1
7092026-04-07T04:16:58.013Z Downloaded dirs-next v2.0.0
7102026-04-07T04:16:58.013Z Downloaded hex v0.4.3
7112026-04-07T04:16:58.013Z Downloaded dirs-sys-next v0.1.2
7122026-04-07T04:16:58.016Z Downloaded crc-any v2.5.0
7132026-04-07T04:16:58.016Z Downloaded hostname v0.3.1
7142026-04-07T04:16:58.019Z Downloaded bzip2 v0.4.4
7152026-04-07T04:16:58.019Z Downloaded blake2 v0.10.6
7162026-04-07T04:16:58.019Z Downloaded foreign-types-macros v0.2.3
7172026-04-07T04:16:58.022Z Downloaded ghash v0.5.1
7182026-04-07T04:16:58.022Z Downloaded backoff v0.4.0
7192026-04-07T04:16:58.025Z Downloaded fd-lock v4.0.4
7202026-04-07T04:16:58.025Z Downloaded ecdsa v0.16.9
7212026-04-07T04:16:58.028Z Downloaded futures-executor v0.3.32
7222026-04-07T04:16:58.031Z Downloaded foreign-types v0.5.0
7232026-04-07T04:16:58.031Z Downloaded derive-ex v0.1.8
7242026-04-07T04:16:58.031Z Downloaded diesel-dtrace v0.5.0
7252026-04-07T04:16:58.034Z Downloaded derive_more v2.1.1
7262026-04-07T04:16:58.038Z Downloaded http-body v1.0.1
7272026-04-07T04:16:58.041Z Downloaded home v0.5.12
7282026-04-07T04:16:58.041Z Downloaded either v1.15.0
7292026-04-07T04:16:58.041Z Downloaded async-recursion v1.1.1
7302026-04-07T04:16:58.044Z Downloaded der v0.7.10
7312026-04-07T04:16:58.047Z Downloaded async-stream-impl v0.3.6
7322026-04-07T04:16:58.047Z Downloaded assert_matches v1.5.0
7332026-04-07T04:16:58.047Z Downloaded httpdate v1.0.3
7342026-04-07T04:16:58.050Z Downloaded cargo_metadata v0.19.2
7352026-04-07T04:16:58.050Z Downloaded crossbeam-deque v0.8.6
7362026-04-07T04:16:58.050Z Downloaded headers-core v0.3.0
7372026-04-07T04:16:58.053Z Downloaded display-error-chain v0.2.2
7382026-04-07T04:16:58.053Z Downloaded base16ct v0.2.0
7392026-04-07T04:16:58.053Z Downloaded defmt v1.0.1
7402026-04-07T04:16:58.056Z Downloaded crc-catalog v2.4.0
7412026-04-07T04:16:58.056Z Downloaded cbc v0.1.2
7422026-04-07T04:16:58.056Z Downloaded futures-channel v0.3.32
7432026-04-07T04:16:58.060Z Downloaded foldhash v0.1.5
7442026-04-07T04:16:58.060Z Downloaded hubpack v0.1.2
7452026-04-07T04:16:58.060Z Downloaded http-range v0.1.5
7462026-04-07T04:16:58.065Z Downloaded crc8 v0.1.1
7472026-04-07T04:16:58.065Z Downloaded crc v3.4.0
7482026-04-07T04:16:58.065Z Downloaded cpufeatures v0.3.0
7492026-04-07T04:16:58.068Z Downloaded colored v2.2.0
7502026-04-07T04:16:58.068Z Downloaded darling_core v0.23.0
7512026-04-07T04:16:58.071Z Downloaded group v0.13.0
7522026-04-07T04:16:58.071Z Downloaded env_logger v0.11.9
7532026-04-07T04:16:58.074Z Downloaded drift v0.1.3
7542026-04-07T04:16:58.076Z Downloaded hyper-tls v0.6.0
7552026-04-07T04:16:58.076Z Downloaded arrayref v0.3.9
7562026-04-07T04:16:58.076Z Downloaded ident_case v1.0.1
7572026-04-07T04:16:58.080Z Downloaded ff v0.13.1
7582026-04-07T04:16:58.080Z Downloaded git-stub-vcs v0.1.0
7592026-04-07T04:16:58.080Z Downloaded constant_time_eq v0.4.2
7602026-04-07T04:16:58.082Z Downloaded indoc v1.0.9
7612026-04-07T04:16:58.082Z Downloaded async-trait v0.1.89
7622026-04-07T04:16:58.085Z Downloaded inout v0.1.4
7632026-04-07T04:16:58.085Z Downloaded chacha20 v0.9.1
7642026-04-07T04:16:58.088Z Downloaded const_format_proc_macros v0.2.34
7652026-04-07T04:16:58.088Z Downloaded cobs v0.3.0
7662026-04-07T04:16:58.091Z Downloaded camino-tempfile-ext v0.3.3
7672026-04-07T04:16:58.091Z Downloaded is-terminal v0.4.17
7682026-04-07T04:16:58.091Z Downloaded getrandom v0.2.17
7692026-04-07T04:16:58.094Z Downloaded is_ci v1.2.0
7702026-04-07T04:16:58.094Z Downloaded bcs v0.1.6
7712026-04-07T04:16:58.097Z Downloaded ascii-canvas v3.0.0
7722026-04-07T04:16:58.097Z Downloaded ena v0.14.4
7732026-04-07T04:16:58.097Z Downloaded highway v1.3.0
7742026-04-07T04:16:58.100Z Downloaded dof v0.4.0
7752026-04-07T04:16:58.100Z Downloaded daft-derive v0.1.5
7762026-04-07T04:16:58.103Z Downloaded des v0.8.1
7772026-04-07T04:16:58.103Z Downloaded console v0.15.11
7782026-04-07T04:16:58.106Z Downloaded ahash v0.8.12
7792026-04-07T04:16:58.109Z Downloaded keccak v0.1.6
7802026-04-07T04:16:58.109Z Downloaded internet-checksum v0.2.1
7812026-04-07T04:16:58.109Z Downloaded match_cfg v0.1.0
7822026-04-07T04:16:58.109Z Downloaded libscf-sys v1.1.0
7832026-04-07T04:16:58.112Z Downloaded critical-section v1.2.0
7842026-04-07T04:16:58.112Z Downloaded cexpr v0.6.0
7852026-04-07T04:16:58.115Z Downloaded flume v0.11.1
7862026-04-07T04:16:58.118Z Downloaded crossbeam-utils v0.8.21
7872026-04-07T04:16:58.121Z Downloaded convert_case v0.10.0
7882026-04-07T04:16:58.124Z Downloaded lru v0.12.5
7892026-04-07T04:16:58.127Z Downloaded mime v0.3.17
7902026-04-07T04:16:58.127Z Downloaded lru-slab v0.1.2
7912026-04-07T04:16:58.127Z Downloaded http-body-util v0.1.3
7922026-04-07T04:16:58.131Z Downloaded fs-err v2.11.0
7932026-04-07T04:16:58.131Z Downloaded lru-cache v0.1.2
7942026-04-07T04:16:58.133Z Downloaded derive_builder_core v0.20.2
7952026-04-07T04:16:58.136Z Downloaded humantime v2.3.0
7962026-04-07T04:16:58.142Z Downloaded clang-sys v1.8.1
7972026-04-07T04:16:58.144Z Downloaded cookie_store v0.22.1
7982026-04-07T04:16:58.147Z Downloaded instant v0.1.13
7992026-04-07T04:16:58.147Z Downloaded indoc v2.0.7
8002026-04-07T04:16:58.150Z Downloaded derive_more v0.99.20
8012026-04-07T04:16:58.153Z Downloaded instability v0.3.11
8022026-04-07T04:16:58.153Z Downloaded chacha20 v0.10.0
8032026-04-07T04:16:58.157Z Downloaded cmake v0.1.57
8042026-04-07T04:16:58.157Z Downloaded ciborium-ll v0.2.2
8052026-04-07T04:16:58.157Z Downloaded md-5 v0.10.6
8062026-04-07T04:16:58.157Z Downloaded bumpalo v3.20.2
8072026-04-07T04:16:58.160Z Downloaded impl-trait-for-tuples v0.2.3
8082026-04-07T04:16:58.160Z Downloaded cancel-safe-futures v0.1.5
8092026-04-07T04:16:58.163Z Downloaded dropshot_endpoint v0.16.7
8102026-04-07T04:16:58.166Z Downloaded const_format v0.2.35
8112026-04-07T04:16:58.169Z Downloaded console v0.16.2
8122026-04-07T04:16:58.169Z Downloaded libsw-core v0.3.2
8132026-04-07T04:16:58.169Z Downloaded new_debug_unreachable v1.0.6
8142026-04-07T04:16:58.172Z Downloaded hash32 v0.3.1
8152026-04-07T04:16:58.172Z Downloaded lazy_static v1.5.0
8162026-04-07T04:16:58.172Z Downloaded jobserver v0.1.34
8172026-04-07T04:16:58.175Z Downloaded num v0.4.3
8182026-04-07T04:16:58.175Z Downloaded blake3 v1.8.3
8192026-04-07T04:16:58.179Z Downloaded num-derive v0.4.2
8202026-04-07T04:16:58.181Z Downloaded ipnetwork v0.21.1
8212026-04-07T04:16:58.182Z Downloaded chacha20poly1305 v0.10.1
8222026-04-07T04:16:58.185Z Downloaded newline-converter v0.3.0
8232026-04-07T04:16:58.185Z Downloaded lalrpop-util v0.19.12
8242026-04-07T04:16:58.185Z Downloaded hash32 v0.2.1
8252026-04-07T04:16:58.185Z Downloaded half v2.7.1
8262026-04-07T04:16:58.187Z Downloaded num-derive v0.3.3
8272026-04-07T04:16:58.188Z Downloaded num-conv v0.2.0
8282026-04-07T04:16:58.190Z Downloaded linear-map v1.2.0
8292026-04-07T04:16:58.191Z Downloaded libsw v3.5.0
8302026-04-07T04:16:58.191Z Downloaded libloading v0.8.9
8312026-04-07T04:16:58.194Z Downloaded num-iter v0.1.45
8322026-04-07T04:16:58.194Z Downloaded derive_more-impl v2.1.1
8332026-04-07T04:16:58.197Z Downloaded lock_api v0.4.14
8342026-04-07T04:16:58.197Z Downloaded hyper-rustls v0.27.7
8352026-04-07T04:16:58.200Z Downloaded globset v0.4.18
8362026-04-07T04:16:58.200Z Downloaded httparse v1.10.1
8372026-04-07T04:16:58.206Z Downloaded crossbeam-epoch v0.9.18
8382026-04-07T04:16:58.206Z Downloaded crypto-bigint v0.5.5
8392026-04-07T04:16:58.210Z Downloaded olpc-cjson v0.1.4
8402026-04-07T04:16:58.210Z Downloaded openssl-probe v0.2.1
8412026-04-07T04:16:58.210Z Downloaded iana-time-zone v0.1.65
8422026-04-07T04:16:58.210Z Downloaded colored v3.1.1
8432026-04-07T04:16:58.214Z Downloaded newtype-uuid-macros v0.1.0
8442026-04-07T04:16:58.217Z Downloaded memoffset v0.9.1
8452026-04-07T04:16:58.223Z Downloaded md5 v0.7.0
8462026-04-07T04:16:58.226Z Downloaded base64 v0.21.7
8472026-04-07T04:16:58.230Z Downloaded native-tls v0.2.18
8482026-04-07T04:16:58.230Z Downloaded ignore v0.4.25
8492026-04-07T04:16:58.230Z Downloaded multer v3.1.0
8502026-04-07T04:16:58.245Z Downloaded pbkdf2 v0.12.2
8512026-04-07T04:16:58.248Z Downloaded cc v1.2.56
8522026-04-07T04:16:58.249Z Downloaded pbkdf2 v0.11.0
8532026-04-07T04:16:58.252Z Downloaded nibble_vec v0.1.0
8542026-04-07T04:16:58.252Z Downloaded half v1.8.3
8552026-04-07T04:16:58.255Z Downloaded futures v0.3.32
8562026-04-07T04:16:58.258Z Downloaded num_enum v0.5.11
8572026-04-07T04:16:58.258Z Downloaded newtype-uuid v1.3.2
8582026-04-07T04:16:58.261Z Downloaded arc-swap v1.8.2
8592026-04-07T04:16:58.261Z Downloaded phf_shared v0.12.1
8602026-04-07T04:16:58.264Z Downloaded num_enum v0.7.5
8612026-04-07T04:16:58.267Z Downloaded nonempty v0.12.0
8622026-04-07T04:16:58.267Z Downloaded indexmap v1.9.3
8632026-04-07T04:16:58.271Z Downloaded num_enum_derive v0.7.5
8642026-04-07T04:16:58.271Z Downloaded num-integer v0.1.46
8652026-04-07T04:16:58.271Z Downloaded memmap2 v0.9.10
8662026-04-07T04:16:58.274Z Downloaded phf_shared v0.13.1
8672026-04-07T04:16:58.274Z Downloaded maybe-uninit v2.0.0
8682026-04-07T04:16:58.278Z Downloaded libbz2-rs-sys v0.2.2
8692026-04-07T04:16:58.287Z Downloaded packed_struct v0.10.1
8702026-04-07T04:16:58.290Z Downloaded powerfmt v0.2.0
8712026-04-07T04:16:58.290Z Downloaded bitvec v1.0.1
8722026-04-07T04:16:58.297Z Downloaded multimap v0.10.1
8732026-04-07T04:16:58.300Z Downloaded aes-gcm v0.10.3
8742026-04-07T04:16:58.300Z Downloaded hickory-resolver v0.24.4
8752026-04-07T04:16:58.303Z Downloaded owo-colors v4.3.0
8762026-04-07T04:16:58.306Z Downloaded crossbeam-channel v0.5.15
8772026-04-07T04:16:58.309Z Downloaded managed v0.8.0
8782026-04-07T04:16:58.309Z Downloaded heapless v0.7.17
8792026-04-07T04:16:58.312Z Downloaded predicates-tree v1.0.13
8802026-04-07T04:16:58.312Z Downloaded headers v0.4.1
8812026-04-07T04:16:58.315Z Downloaded proc-macro-crate v1.3.1
8822026-04-07T04:16:58.315Z Downloaded precomputed-hash v0.1.1
8832026-04-07T04:16:58.315Z Downloaded parse-display-derive v0.10.0
8842026-04-07T04:16:58.318Z Downloaded parking_lot_core v0.8.6
8852026-04-07T04:16:58.318Z Downloaded password-hash v0.5.0
8862026-04-07T04:16:58.321Z Downloaded num-complex v0.4.6
8872026-04-07T04:16:58.321Z Downloaded password-hash v0.4.2
8882026-04-07T04:16:58.321Z Downloaded dropshot-api-manager v0.6.0
8892026-04-07T04:16:58.324Z Downloaded hashbrown v0.13.2
8902026-04-07T04:16:58.327Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-04-07T04:16:58.327Z Downloaded num-rational v0.4.2
8922026-04-07T04:16:58.327Z Downloaded litrs v1.0.0
8932026-04-07T04:16:58.330Z Downloaded proc-macro-crate v3.4.0
8942026-04-07T04:16:58.330Z Downloaded progenitor-client v0.10.0
8952026-04-07T04:16:58.333Z Downloaded mime_guess v2.0.5
8962026-04-07T04:16:58.333Z Downloaded diff v0.1.13
8972026-04-07T04:16:58.336Z Downloaded aho-corasick v1.1.4
8982026-04-07T04:16:58.336Z Downloaded pem-rfc7468 v0.7.0
8992026-04-07T04:16:58.339Z Downloaded flate2 v1.1.9
9002026-04-07T04:16:58.342Z Downloaded nanorand v0.7.0
9012026-04-07T04:16:58.342Z Downloaded ingot-macros v0.1.1
9022026-04-07T04:16:58.345Z Downloaded progenitor-macro v0.11.2
9032026-04-07T04:16:58.345Z Downloaded progenitor-macro v0.10.0
9042026-04-07T04:16:58.348Z Downloaded progenitor-client v0.11.2
9052026-04-07T04:16:58.351Z Downloaded packed_struct_codegen v0.10.1
9062026-04-07T04:16:58.351Z Downloaded oso-derive v0.27.3
9072026-04-07T04:16:58.351Z Downloaded itertools v0.10.5
9082026-04-07T04:16:58.354Z Downloaded pkcs8 v0.10.2
9092026-04-07T04:16:58.357Z Downloaded polyval v0.6.2
9102026-04-07T04:16:58.361Z Downloaded hickory-resolver v0.25.2
9112026-04-07T04:16:58.364Z Downloaded pkg-config v0.3.32
9122026-04-07T04:16:58.385Z Downloaded poly1305 v0.8.0
9132026-04-07T04:16:58.385Z Downloaded expectorate v1.2.0
9142026-04-07T04:16:58.385Z Downloaded opaque-debug v0.3.1
9152026-04-07T04:16:58.385Z Downloaded ed25519-dalek v2.2.0
9162026-04-07T04:16:58.385Z Downloaded oxide-tokio-rt v0.1.3
9172026-04-07T04:16:58.385Z Downloaded parking_lot v0.11.2
9182026-04-07T04:16:58.385Z Downloaded postgres-protocol v0.6.10
9192026-04-07T04:16:58.386Z Downloaded primeorder v0.13.6
9202026-04-07T04:16:58.386Z Downloaded openssl-probe v0.1.6
9212026-04-07T04:16:58.386Z Downloaded radium v0.7.0
9222026-04-07T04:16:58.386Z Downloaded parking_lot_core v0.9.12
9232026-04-07T04:16:58.389Z Downloaded bstr v1.12.1
9242026-04-07T04:16:58.392Z Downloaded progenitor v0.11.2
9252026-04-07T04:16:58.395Z Downloaded proc-macro-error2 v2.0.1
9262026-04-07T04:16:58.395Z Downloaded oxnet v0.1.4
9272026-04-07T04:16:58.400Z Downloaded progenitor-extras v0.1.1
9282026-04-07T04:16:58.403Z Downloaded bindgen v0.71.1
9292026-04-07T04:16:58.406Z Downloaded predicates-core v1.0.10
9302026-04-07T04:16:58.406Z Downloaded phf_shared v0.11.3
9312026-04-07T04:16:58.409Z Downloaded progenitor-client v0.13.0
9322026-04-07T04:16:58.409Z Downloaded indicatif v0.18.4
9332026-04-07T04:16:58.412Z Downloaded ref-cast-impl v1.0.25
9342026-04-07T04:16:58.412Z Downloaded nu-ansi-term v0.50.3
9352026-04-07T04:16:58.412Z Downloaded aws-lc-rs v1.16.0
9362026-04-07T04:16:58.417Z Downloaded psl-types v2.0.11
9372026-04-07T04:16:58.420Z Downloaded pkcs1 v0.7.5
9382026-04-07T04:16:58.420Z Downloaded oso v0.27.3
9392026-04-07T04:16:58.423Z Downloaded recursive-proc-macro-impl v0.1.1
9402026-04-07T04:16:58.423Z Downloaded recursive v0.1.1
9412026-04-07T04:16:58.423Z Downloaded progenitor v0.13.0
9422026-04-07T04:16:58.426Z Downloaded omicron-zone-package v0.12.2
9432026-04-07T04:16:58.429Z Downloaded rand_xorshift v0.4.0
9442026-04-07T04:16:58.433Z Downloaded rfc6979 v0.4.0
9452026-04-07T04:16:58.436Z Downloaded postgres-types v0.2.12
9462026-04-07T04:16:58.436Z Downloaded hashbrown v0.12.3
9472026-04-07T04:16:58.441Z Downloaded paste v1.0.15
9482026-04-07T04:16:58.441Z Downloaded ppv-lite86 v0.2.21
9492026-04-07T04:16:58.444Z Downloaded r2d2 v0.8.10
9502026-04-07T04:16:58.444Z Downloaded p256 v0.13.2
9512026-04-07T04:16:58.444Z Downloaded miniz_oxide v0.8.9
9522026-04-07T04:16:58.447Z Downloaded russh-cryptovec v0.7.3
9532026-04-07T04:16:58.447Z Downloaded postcard v1.1.3
9542026-04-07T04:16:58.447Z Downloaded progenitor-macro v0.13.0
9552026-04-07T04:16:58.450Z Downloaded peg-runtime v0.8.5
9562026-04-07T04:16:58.450Z Downloaded jiff-static v0.2.21
9572026-04-07T04:16:58.450Z Downloaded crossterm v0.28.1
9582026-04-07T04:16:58.453Z Downloaded peg-macros v0.8.5
9592026-04-07T04:16:58.457Z Downloaded rand_seeder v0.4.0
9602026-04-07T04:16:58.457Z Downloaded parse-size v1.1.0
9612026-04-07T04:16:58.460Z Downloaded rustc_version v0.4.1
9622026-04-07T04:16:58.460Z Downloaded phf v0.12.1
9632026-04-07T04:16:58.463Z Downloaded hyper-util v0.1.20
9642026-04-07T04:16:58.466Z Downloaded rand_core v0.10.0
9652026-04-07T04:16:58.466Z Downloaded rand_core v0.6.4
9662026-04-07T04:16:58.469Z Downloaded chrono v0.4.44
9672026-04-07T04:16:58.472Z Downloaded parking_lot v0.12.5
9682026-04-07T04:16:58.476Z Downloaded hyper v1.8.1
9692026-04-07T04:16:58.478Z Downloaded papergrid v0.17.0
9702026-04-07T04:16:58.481Z Downloaded minimal-lexical v0.2.1
9712026-04-07T04:16:58.487Z Downloaded psm v0.1.30
9722026-04-07T04:16:58.490Z Downloaded openssl-sys v0.9.111
9732026-04-07T04:16:58.493Z Downloaded pkcs5 v0.7.1
9742026-04-07T04:16:58.496Z Downloaded hkdf v0.12.4
9752026-04-07T04:16:58.496Z Downloaded erased-serde v0.3.31
9762026-04-07T04:16:58.499Z Downloaded progenitor-impl v0.13.0
9772026-04-07T04:16:58.499Z Downloaded quinn-udp v0.5.14
9782026-04-07T04:16:58.502Z Downloaded hickory-server v0.25.2
9792026-04-07T04:16:58.502Z Downloaded quick-error v1.2.3
9802026-04-07T04:16:58.505Z Downloaded diesel_derives v2.3.7
9812026-04-07T04:16:58.508Z Downloaded same-file v1.0.6
9822026-04-07T04:16:58.508Z Downloaded ref-cast v1.0.25
9832026-04-07T04:16:58.511Z Downloaded rustls-native-certs v0.8.3
9842026-04-07T04:16:58.511Z Downloaded resolv-conf v0.7.6
9852026-04-07T04:16:58.514Z Downloaded phf v0.13.1
9862026-04-07T04:16:58.514Z Downloaded http v1.4.0
9872026-04-07T04:16:58.520Z Downloaded progenitor-impl v0.10.0
9882026-04-07T04:16:58.523Z Downloaded scheduled-thread-pool v0.2.7
9892026-04-07T04:16:58.525Z Downloaded scrypt v0.11.0
9902026-04-07T04:16:58.526Z Downloaded secrecy v0.8.0
9912026-04-07T04:16:58.526Z Downloaded mio v1.1.1
9922026-04-07T04:16:58.532Z Downloaded peg v0.8.5
9932026-04-07T04:16:58.535Z Downloaded rustc-hash v2.1.1
9942026-04-07T04:16:58.539Z Downloaded pin-project-lite v0.2.17
9952026-04-07T04:16:58.542Z Downloaded foreign-types-shared v0.1.1
9962026-04-07T04:16:58.542Z Downloaded hostname v0.4.2
9972026-04-07T04:16:58.542Z Downloaded pin-project v1.1.11
9982026-04-07T04:16:58.546Z Downloaded serde_bytes v0.11.19
9992026-04-07T04:16:58.549Z Downloaded crossterm v0.29.0
10002026-04-07T04:16:58.553Z Downloaded scroll_derive v0.13.1
10012026-04-07T04:16:58.553Z Downloaded secrecy v0.10.3
10022026-04-07T04:16:58.556Z Downloaded serde_plain v1.0.2
10032026-04-07T04:16:58.559Z Downloaded sha1 v0.10.6
10042026-04-07T04:16:58.562Z Downloaded rand_chacha v0.9.0
10052026-04-07T04:16:58.562Z Downloaded getrandom v0.3.4
10062026-04-07T04:16:58.564Z Downloaded shell-words v1.1.1
10072026-04-07T04:16:58.564Z Downloaded rand_core v0.9.5
10082026-04-07T04:16:58.565Z Downloaded serde_urlencoded v0.7.1
10092026-04-07T04:16:58.568Z Downloaded serde_spanned v1.0.4
10102026-04-07T04:16:58.568Z Downloaded rusty-fork v0.3.1
10112026-04-07T04:16:58.571Z Downloaded hmac v0.12.1
10122026-04-07T04:16:58.571Z Downloaded prefix-trie v0.7.0
10132026-04-07T04:16:58.574Z Downloaded salsa20 v0.10.2
10142026-04-07T04:16:58.574Z Downloaded prettyplease v0.2.37
10152026-04-07T04:16:58.577Z Downloaded rustversion v1.0.22
10162026-04-07T04:16:58.579Z Downloaded rcgen v0.12.1
10172026-04-07T04:16:58.579Z Downloaded sigpipe v0.1.3
10182026-04-07T04:16:58.583Z Downloaded signature v2.2.0
10192026-04-07T04:16:58.583Z Downloaded semver v0.1.20
10202026-04-07T04:16:58.586Z Downloaded seq-macro v0.3.6
10212026-04-07T04:16:58.589Z Downloaded serde-big-array v0.5.1
10222026-04-07T04:16:58.593Z Downloaded libxml v0.3.3
10232026-04-07T04:16:58.596Z Downloaded signal-hook-tokio v0.3.1
10242026-04-07T04:16:58.596Z Downloaded rustls-pemfile v1.0.4
10252026-04-07T04:16:58.597Z Downloaded rand v0.8.5
10262026-04-07T04:16:58.600Z Downloaded schemars_derive v0.8.22
10272026-04-07T04:16:58.600Z Downloaded pretty_assertions v1.4.1
10282026-04-07T04:16:58.603Z Downloaded rustls-pemfile v2.2.0
10292026-04-07T04:16:58.603Z Downloaded russh-keys v0.45.0
10302026-04-07T04:16:58.606Z Downloaded scroll v0.13.0
10312026-04-07T04:16:58.606Z Downloaded ingot v0.1.1
10322026-04-07T04:16:58.609Z Downloaded sec1 v0.7.3
10332026-04-07T04:16:58.609Z Downloaded sct v0.7.1
10342026-04-07T04:16:58.613Z Downloaded slog-envlogger v2.2.0
10352026-04-07T04:16:58.616Z Downloaded rustls-pki-types v1.14.0
10362026-04-07T04:16:58.616Z Downloaded serde_path_to_error v0.1.20
10372026-04-07T04:16:58.619Z Downloaded serde-hex v0.1.0
10382026-04-07T04:16:58.641Z Downloaded lalrpop v0.19.12
10392026-04-07T04:16:58.647Z Downloaded schemars v0.9.0
10402026-04-07T04:16:58.654Z Downloaded sqlparser_derive v0.5.0
10412026-04-07T04:16:58.657Z Downloaded slab v0.4.12
10422026-04-07T04:16:58.657Z Downloaded slog-async v2.8.0
10432026-04-07T04:16:58.657Z Downloaded signal-hook-registry v1.4.8
10442026-04-07T04:16:58.660Z Downloaded signal-hook-mio v0.2.5
10452026-04-07T04:16:58.660Z Downloaded ron v0.8.1
10462026-04-07T04:16:58.663Z Downloaded shlex v1.3.0
10472026-04-07T04:16:58.663Z Downloaded serde_cbor v0.11.2
10482026-04-07T04:16:58.666Z Downloaded num-bigint v0.4.6
10492026-04-07T04:16:58.669Z Downloaded ssh-cipher v0.2.0
10502026-04-07T04:16:58.672Z Downloaded tap v1.0.1
10512026-04-07T04:16:58.674Z Downloaded indent_write v2.2.0
10522026-04-07T04:16:58.678Z Downloaded slog-json v2.6.1
10532026-04-07T04:16:58.681Z Downloaded sync_wrapper v1.0.2
10542026-04-07T04:16:58.681Z Downloaded slog-stdlog v4.1.1
10552026-04-07T04:16:58.681Z Downloaded simd-adler32 v0.3.8
10562026-04-07T04:16:58.684Z Downloaded rayon-core v1.13.0
10572026-04-07T04:16:58.687Z Downloaded iri-string v0.7.10
10582026-04-07T04:16:58.690Z Downloaded spin v0.9.8
10592026-04-07T04:16:58.690Z Downloaded qorb v0.4.1
10602026-04-07T04:16:58.693Z Downloaded publicsuffix v2.3.0
10612026-04-07T04:16:58.696Z Downloaded sync-ptr v0.1.4
10622026-04-07T04:16:58.696Z Downloaded termtree v0.5.1
10632026-04-07T04:16:58.696Z Downloaded slog-scope v4.4.1
10642026-04-07T04:16:58.699Z Downloaded static_assertions v1.1.0
10652026-04-07T04:16:58.699Z Downloaded rustls-webpki v0.103.9
10662026-04-07T04:16:58.702Z Downloaded tagptr v0.2.0
10672026-04-07T04:16:58.702Z Downloaded tabwriter v1.4.1
10682026-04-07T04:16:58.702Z Downloaded strum v0.26.3
10692026-04-07T04:16:58.705Z Downloaded slog-term v2.9.2
10702026-04-07T04:16:58.705Z Downloaded smf v0.2.3
10712026-04-07T04:16:58.705Z Downloaded snafu-derive v0.8.9
10722026-04-07T04:16:58.708Z Downloaded ingot-types v0.1.2
10732026-04-07T04:16:58.708Z Downloaded spki v0.7.3
10742026-04-07T04:16:58.708Z Downloaded signal-hook v0.3.18
10752026-04-07T04:16:58.711Z Downloaded futures-util v0.3.32
10762026-04-07T04:16:58.716Z Downloaded thiserror-impl-no-std v2.0.2
10772026-04-07T04:16:58.719Z Downloaded ryu v1.0.23
10782026-04-07T04:16:58.719Z Downloaded slog v2.8.2
10792026-04-07T04:16:58.722Z Downloaded rand v0.10.0
10802026-04-07T04:16:58.725Z Downloaded quinn v0.11.9
10812026-04-07T04:16:58.728Z Downloaded kstat-rs v0.2.4
10822026-04-07T04:16:58.728Z Downloaded itertools v0.13.0
10832026-04-07T04:16:58.731Z Downloaded libefi-sys v0.1.0
10842026-04-07T04:16:58.734Z Downloaded ipnet v2.11.0
10852026-04-07T04:16:58.734Z Downloaded rsa v0.9.10
10862026-04-07T04:16:58.737Z Downloaded structmeta v0.3.0
10872026-04-07T04:16:58.737Z Downloaded ssh-encoding v0.2.0
10882026-04-07T04:16:58.740Z Downloaded rustls-platform-verifier v0.6.2
10892026-04-07T04:16:58.742Z Downloaded sqlformat v0.3.5
10902026-04-07T04:16:58.742Z Downloaded lzss v0.8.2
10912026-04-07T04:16:58.742Z Downloaded h2 v0.4.13
10922026-04-07T04:16:58.746Z Downloaded tiny-keccak v2.0.2
10932026-04-07T04:16:58.749Z Downloaded num_threads v0.1.7
10942026-04-07T04:16:58.749Z Downloaded iddqd v0.3.17
10952026-04-07T04:16:58.752Z Downloaded slog-dtrace v0.3.0
10962026-04-07T04:16:58.755Z Downloaded hashbrown v0.15.5
10972026-04-07T04:16:58.758Z Downloaded normalize-line-endings v0.3.0
10982026-04-07T04:16:58.758Z Downloaded path-slash v0.1.5
10992026-04-07T04:16:58.761Z Downloaded serde_with_macros v3.17.0
11002026-04-07T04:16:58.761Z Downloaded hubpack_derive v0.1.1
11012026-04-07T04:16:58.761Z Downloaded maplit v1.0.2
11022026-04-07T04:16:58.764Z Downloaded strum_macros v0.27.2
11032026-04-07T04:16:58.764Z Downloaded newtype_derive v0.1.6
11042026-04-07T04:16:58.767Z Downloaded structmeta-derive v0.3.0
11052026-04-07T04:16:58.767Z Downloaded num_enum_derive v0.5.11
11062026-04-07T04:16:58.767Z Downloaded tinyvec_macros v0.1.1
11072026-04-07T04:16:58.767Z Downloaded time-core v0.1.8
11082026-04-07T04:16:58.770Z Downloaded thread-id v5.1.0
11092026-04-07T04:16:58.770Z Downloaded take_mut v0.2.2
11102026-04-07T04:16:58.770Z Downloaded smallvec v0.6.14
11112026-04-07T04:16:58.776Z Downloaded pin-utils v0.1.0
11122026-04-07T04:16:58.779Z Downloaded reedline v0.40.0
11132026-04-07T04:16:58.782Z Downloaded hyper-staticfile v0.10.1
11142026-04-07T04:16:58.788Z Downloaded similar v2.7.0
11152026-04-07T04:16:58.791Z Downloaded schemars v0.8.22
11162026-04-07T04:16:58.797Z Downloaded rand_chacha v0.3.1
11172026-04-07T04:16:58.800Z Downloaded linked-hash-map v0.5.6
11182026-04-07T04:16:58.800Z Downloaded socket2 v0.6.2
11192026-04-07T04:16:58.804Z Downloaded pem v3.0.6
11202026-04-07T04:16:58.804Z Downloaded libm v0.2.16
11212026-04-07T04:16:58.807Z Downloaded topological-sort v0.2.2
11222026-04-07T04:16:58.810Z Downloaded thread_local v1.1.9
11232026-04-07T04:16:58.810Z Downloaded parse-display v0.10.0
11242026-04-07T04:16:58.810Z Downloaded nodrop v0.1.14
11252026-04-07T04:16:58.813Z Downloaded thiserror-no-std v2.0.2
11262026-04-07T04:16:58.813Z Downloaded tls_codec v0.4.2
11272026-04-07T04:16:58.816Z Downloaded stringprep v0.1.5
11282026-04-07T04:16:58.819Z Downloaded p521 v0.13.3
11292026-04-07T04:16:58.822Z Downloaded openssl-macros v0.1.1
11302026-04-07T04:16:58.825Z Downloaded strum_macros v0.26.4
11312026-04-07T04:16:58.825Z Downloaded tokio-dtrace v0.1.1
11322026-04-07T04:16:58.828Z Downloaded num-bigint-dig v0.8.6
11332026-04-07T04:16:58.831Z Downloaded rtoolbox v0.0.3
11342026-04-07T04:16:58.833Z Downloaded serde_yaml v0.9.34+deprecated
11352026-04-07T04:16:58.834Z Downloaded samael v0.0.19
11362026-04-07T04:16:58.837Z Downloaded termios v0.3.3
11372026-04-07T04:16:58.840Z Downloaded curve25519-dalek v4.1.3
11382026-04-07T04:16:58.843Z Downloaded tui-tree-widget v0.23.1
11392026-04-07T04:16:58.846Z Downloaded try-lock v0.2.5
11402026-04-07T04:16:58.846Z Downloaded strum v0.27.2
11412026-04-07T04:16:58.846Z Downloaded rand v0.9.2
11422026-04-07T04:16:58.849Z Downloaded term v0.7.0
11432026-04-07T04:16:58.852Z Downloaded stacker v0.1.23
11442026-04-07T04:16:58.852Z Downloaded heapless v0.8.0
11452026-04-07T04:16:58.854Z Downloaded schemars v1.2.1
11462026-04-07T04:16:58.861Z Downloaded string_cache v0.8.9
11472026-04-07T04:16:58.864Z Downloaded serde_repr v0.1.20
11482026-04-07T04:16:58.864Z Downloaded slog-bunyan v2.5.0
11492026-04-07T04:16:58.867Z Downloaded typify-macro v0.4.3
11502026-04-07T04:16:58.867Z Downloaded rustc_version v0.1.7
11512026-04-07T04:16:58.867Z Downloaded predicates v3.1.4
11522026-04-07T04:16:58.867Z Downloaded pin-project-internal v1.1.11
11532026-04-07T04:16:58.873Z Downloaded unarray v0.1.4
11542026-04-07T04:16:58.873Z Downloaded siphasher v1.0.2
11552026-04-07T04:16:58.873Z Downloaded trait-variant v0.1.2
11562026-04-07T04:16:58.876Z Downloaded tower-service v0.3.3
11572026-04-07T04:16:58.876Z Downloaded untrusted v0.7.1
11582026-04-07T04:16:58.876Z Downloaded support-bundle-viewer v0.1.2
11592026-04-07T04:16:58.876Z Downloaded subprocess v0.2.15
11602026-04-07T04:16:58.878Z Downloaded tls_codec_derive v0.4.2
11612026-04-07T04:16:58.881Z Downloaded supports-color v3.0.2
11622026-04-07T04:16:58.881Z Downloaded socket2 v0.5.10
11632026-04-07T04:16:58.884Z Downloaded tabled_derive v0.11.0
11642026-04-07T04:16:58.884Z Downloaded strip-ansi-escapes v0.2.1
11652026-04-07T04:16:58.891Z Downloaded void v1.0.2
11662026-04-07T04:16:58.899Z Downloaded snafu v0.8.9
11672026-04-07T04:16:58.902Z Downloaded subtle v2.6.1
11682026-04-07T04:16:58.905Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-04-07T04:16:58.909Z Downloaded typify-macro v0.6.1
11702026-04-07T04:16:58.909Z Downloaded sapling-renderdag v0.1.0
11712026-04-07T04:16:58.912Z Downloaded reqwest v0.13.2
11722026-04-07T04:16:58.915Z Downloaded want v0.3.1
11732026-04-07T04:16:58.918Z Downloaded russh v0.45.0
11742026-04-07T04:16:58.921Z Downloaded xshell-macros v0.2.7
11752026-04-07T04:16:58.925Z Downloaded tokio-tungstenite v0.23.1
11762026-04-07T04:16:58.927Z Downloaded tokio-stream v0.1.18
11772026-04-07T04:16:58.930Z Downloaded tinyvec v1.10.0
11782026-04-07T04:16:58.930Z Downloaded tokio-tungstenite v0.21.0
11792026-04-07T04:16:58.934Z Downloaded untrusted v0.9.0
11802026-04-07T04:16:58.938Z Downloaded test-strategy v0.4.5
11812026-04-07T04:16:58.938Z Downloaded xattr v1.6.1
11822026-04-07T04:16:58.938Z Downloaded universal-hash v0.5.1
11832026-04-07T04:16:58.941Z Downloaded unit-prefix v0.5.2
11842026-04-07T04:16:58.941Z Downloaded usdt v0.6.0
11852026-04-07T04:16:58.941Z Downloaded scopeguard v1.2.0
11862026-04-07T04:16:58.941Z Downloaded salty v0.3.0
11872026-04-07T04:16:58.944Z Downloaded vergen-lib v0.1.6
11882026-04-07T04:16:58.946Z Downloaded tokio-rustls v0.25.0
11892026-04-07T04:16:58.947Z Downloaded progenitor v0.10.0
11902026-04-07T04:16:58.950Z Downloaded usdt-impl v0.6.0
11912026-04-07T04:16:58.950Z Downloaded usdt-macro v0.6.0
11922026-04-07T04:16:58.950Z Downloaded testing_table v0.3.0
11932026-04-07T04:16:58.953Z Downloaded unicode-truncate v1.1.0
11942026-04-07T04:16:58.957Z Downloaded uzers v0.12.2
11952026-04-07T04:16:58.957Z Downloaded waitgroup v0.1.2
11962026-04-07T04:16:58.961Z Downloaded zone_cfg_derive v0.3.1
11972026-04-07T04:16:58.961Z Downloaded zone v0.3.1
11982026-04-07T04:16:58.964Z Downloaded vsss-rs v3.3.4
11992026-04-07T04:16:58.964Z Downloaded whoami v1.6.1
12002026-04-07T04:16:58.967Z Downloaded walkdir v2.5.0
12012026-04-07T04:16:58.967Z Downloaded unicode-properties v0.1.4
12022026-04-07T04:16:58.970Z Downloaded time-macros v0.2.27
12032026-04-07T04:16:58.975Z Downloaded serde_derive_internals v0.29.1
12042026-04-07T04:16:58.975Z Downloaded rustyline v14.0.0
12052026-04-07T04:16:58.978Z Downloaded wait-timeout v0.2.1
12062026-04-07T04:16:58.978Z Downloaded tokio-rustls v0.26.4
12072026-04-07T04:16:58.978Z Downloaded tracing-attributes v0.1.31
12082026-04-07T04:16:58.981Z Downloaded wyz v0.5.1
12092026-04-07T04:16:58.984Z Downloaded tokio-macros v2.6.0
12102026-04-07T04:16:58.984Z Downloaded strum_macros v0.24.3
12112026-04-07T04:16:58.987Z Downloaded vergen-gitcl v1.0.8
12122026-04-07T04:16:58.991Z Downloaded tower-layer v0.3.3
12132026-04-07T04:16:58.991Z Downloaded rpassword v7.4.0
12142026-04-07T04:16:58.991Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12152026-04-07T04:16:58.994Z Downloaded usdt-attr-macro v0.6.0
12162026-04-07T04:16:58.999Z Downloaded unicase v2.9.0
12172026-04-07T04:16:59.003Z Downloaded toml_parser v1.0.9+spec-1.1.0
12182026-04-07T04:16:59.006Z Downloaded zeroize_derive v1.4.3
12192026-04-07T04:16:59.006Z Downloaded toml v0.9.12+spec-1.1.0
12202026-04-07T04:16:59.009Z Downloaded toml v0.7.8
12212026-04-07T04:16:59.012Z Downloaded typify v0.6.1
12222026-04-07T04:16:59.020Z Downloaded progenitor-impl v0.11.2
12232026-04-07T04:16:59.023Z Downloaded zstd-safe v7.2.4
12242026-04-07T04:16:59.026Z Downloaded nix v0.28.0
12252026-04-07T04:16:59.035Z Downloaded tokio-rustls v0.24.1
12262026-04-07T04:16:59.037Z Downloaded tar v0.4.45
12272026-04-07T04:16:59.037Z Downloaded whoami v2.1.0
12282026-04-07T04:16:59.041Z Downloaded object v0.30.4
12292026-04-07T04:16:59.044Z Downloaded tokio-native-tls v0.3.1
12302026-04-07T04:16:59.046Z Downloaded git2 v0.20.4
12312026-04-07T04:16:59.050Z Downloaded zeroize v1.8.2
12322026-04-07T04:16:59.053Z Downloaded utf-8 v0.7.6
12332026-04-07T04:16:59.053Z Downloaded unicode-bidi v0.3.18
12342026-04-07T04:16:59.053Z Downloaded tungstenite v0.23.0
12352026-04-07T04:16:59.057Z Downloaded twox-hash v2.1.2
12362026-04-07T04:16:59.057Z Downloaded itertools v0.14.0
12372026-04-07T04:16:59.060Z Downloaded zerocopy v0.6.6
12382026-04-07T04:16:59.063Z Downloaded term v1.2.1
12392026-04-07T04:16:59.067Z Downloaded vergen-git2 v1.0.7
12402026-04-07T04:16:59.067Z Downloaded unsafe-libyaml v0.2.11
12412026-04-07T04:16:59.070Z Downloaded toml_edit v0.23.10+spec-1.0.0
12422026-04-07T04:16:59.080Z Downloaded vte v0.14.1
12432026-04-07T04:16:59.085Z Downloaded ssh-key v0.6.7
12442026-04-07T04:16:59.094Z Downloaded xshell v0.2.7
12452026-04-07T04:16:59.097Z Downloaded vergen v9.0.6
12462026-04-07T04:16:59.106Z Downloaded regex v1.12.3
12472026-04-07T04:16:59.109Z Downloaded typify v0.4.3
12482026-04-07T04:16:59.112Z Downloaded goblin v0.10.5
12492026-04-07T04:16:59.115Z Downloaded zstd v0.13.3
12502026-04-07T04:16:59.118Z Downloaded zopfli v0.8.3
12512026-04-07T04:16:59.118Z Downloaded tungstenite v0.21.0
12522026-04-07T04:16:59.121Z Downloaded moka v0.12.13
12532026-04-07T04:16:59.126Z Downloaded yasna v0.5.2
12542026-04-07T04:16:59.128Z Downloaded quick-xml v0.37.5
12552026-04-07T04:16:59.144Z Downloaded serde_with v3.17.0
12562026-04-07T04:16:59.151Z Downloaded zip v0.6.6
12572026-04-07T04:16:59.154Z Downloaded uuid v1.21.0
12582026-04-07T04:16:59.156Z Downloaded unicode_categories v0.1.1
12592026-04-07T04:16:59.156Z Downloaded tracing-core v0.1.36
12602026-04-07T04:16:59.159Z Downloaded rustls-webpki v0.101.7
12612026-04-07T04:16:59.166Z Downloaded reqwest v0.12.28
12622026-04-07T04:16:59.171Z Downloaded toml_edit v0.19.15
12632026-04-07T04:16:59.180Z Downloaded yansi v1.0.1
12642026-04-07T04:16:59.182Z Downloaded nom v7.1.3
12652026-04-07T04:16:59.194Z Downloaded tower v0.5.3
12662026-04-07T04:16:59.199Z Downloaded steno v0.4.1
12672026-04-07T04:16:59.201Z Downloaded hickory-proto v0.25.2
12682026-04-07T04:16:59.209Z Downloaded zerocopy-derive v0.8.40
12692026-04-07T04:16:59.224Z Downloaded tokio-postgres v0.7.16
12702026-04-07T04:16:59.224Z Downloaded rustls-webpki v0.102.8
12712026-04-07T04:16:59.232Z Downloaded typed-path v0.9.3
12722026-04-07T04:16:59.237Z Downloaded petname v2.0.2
12732026-04-07T04:16:59.248Z Downloaded x509-cert v0.2.5
12742026-04-07T04:16:59.253Z Downloaded zip v4.6.1
12752026-04-07T04:16:59.255Z Downloaded openapiv3 v2.2.0
12762026-04-07T04:16:59.262Z Downloaded tokio-util v0.7.18
12772026-04-07T04:16:59.268Z Downloaded dropshot v0.16.7
12782026-04-07T04:16:59.282Z Downloaded tower-http v0.6.8
12792026-04-07T04:16:59.286Z Downloaded tough v0.20.0
12802026-04-07T04:16:59.292Z Downloaded itertools v0.12.1
12812026-04-07T04:16:59.296Z Downloaded unicode-segmentation v1.12.0
12822026-04-07T04:16:59.299Z Downloaded quinn-proto v0.11.13
12832026-04-07T04:16:59.302Z Downloaded unicode-normalization v0.1.25
12842026-04-07T04:16:59.305Z Downloaded object v0.37.3
12852026-04-07T04:16:59.316Z Downloaded polar-core v0.27.3
12862026-04-07T04:16:59.321Z Downloaded openssl v0.10.75
12872026-04-07T04:16:59.327Z Downloaded rayon v1.11.0
12882026-04-07T04:16:59.332Z Downloaded rustls v0.21.12
12892026-04-07T04:16:59.338Z Downloaded p384 v0.13.1
12902026-04-07T04:16:59.342Z Downloaded winnow v0.5.40
12912026-04-07T04:16:59.346Z Downloaded regex-syntax v0.6.29
12922026-04-07T04:16:59.350Z Downloaded rustls v0.22.4
12932026-04-07T04:16:59.357Z Downloaded tabled v0.20.0
12942026-04-07T04:16:59.366Z Downloaded winnow v0.6.26
12952026-04-07T04:16:59.371Z Downloaded proptest v1.10.0
12962026-04-07T04:16:59.375Z Downloaded nix v0.31.1
12972026-04-07T04:16:59.386Z Downloaded time v0.3.47
12982026-04-07T04:16:59.397Z Downloaded smoltcp v0.9.1
12992026-04-07T04:16:59.402Z Downloaded smoltcp v0.11.0
13002026-04-07T04:16:59.409Z Downloaded portable-atomic v1.13.1
13012026-04-07T04:16:59.414Z Downloaded radix_trie v0.2.1
13022026-04-07T04:16:59.427Z Downloaded regress v0.10.5
13032026-04-07T04:16:59.432Z Downloaded nix v0.27.1
13042026-04-07T04:16:59.438Z Downloaded vcpkg v0.2.15
13052026-04-07T04:16:59.461Z Downloaded rustls v0.23.37
13062026-04-07T04:16:59.468Z Downloaded hickory-proto v0.24.4
13072026-04-07T04:16:59.476Z Downloaded zlib-rs v0.6.2
13082026-04-07T04:16:59.480Z Downloaded regex-syntax v0.8.10
13092026-04-07T04:16:59.484Z Downloaded zerocopy v0.8.40
13102026-04-07T04:16:59.489Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-04-07T04:16:59.498Z Downloaded sqlparser v0.61.0
13122026-04-07T04:16:59.502Z Downloaded chrono-tz v0.10.4
13132026-04-07T04:16:59.512Z Downloaded rustix v0.38.44
13142026-04-07T04:16:59.525Z Downloaded ratatui v0.29.0
13152026-04-07T04:16:59.534Z Downloaded webpki-roots v1.0.6
13162026-04-07T04:16:59.537Z Downloaded nix v0.29.0
13172026-04-07T04:16:59.542Z Downloaded jiff v0.2.21
13182026-04-07T04:16:59.552Z Downloaded diesel v2.3.7
13192026-04-07T04:16:59.608Z Downloaded sled v0.34.7
13202026-04-07T04:16:59.651Z Downloaded typify-impl v0.6.1
13212026-04-07T04:16:59.658Z Downloaded tracing v0.1.44
13222026-04-07T04:16:59.668Z Downloaded typify-impl v0.4.3
13232026-04-07T04:16:59.688Z Downloaded zerocopy-derive v0.6.6
13242026-04-07T04:16:59.704Z Downloaded regex-automata v0.4.14
13252026-04-07T04:16:59.713Z Downloaded petgraph v0.6.5
13262026-04-07T04:16:59.750Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-04-07T04:16:59.788Z Downloaded petgraph v0.8.3
13282026-04-07T04:16:59.800Z Downloaded libz-sys v1.1.24
13292026-04-07T04:16:59.812Z Downloaded csv v1.4.0
13302026-04-07T04:16:59.830Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-04-07T04:16:59.840Z Downloaded sha3 v0.10.8
13322026-04-07T04:16:59.843Z Downloaded tokio v1.49.0
13332026-04-07T04:16:59.885Z Downloaded encoding_rs v0.8.35
13342026-04-07T04:16:59.899Z Downloaded ring v0.17.14
13352026-04-07T04:17:00.361Z Downloaded aws-lc-sys v0.37.1
13362026-04-07T04:17:00.616Z Compiling libc v0.2.180
13372026-04-07T04:17:00.616Z Compiling serde v1.0.228
13382026-04-07T04:17:00.619Z Compiling shlex v1.3.0
13392026-04-07T04:17:00.619Z Compiling log v0.4.29
13402026-04-07T04:17:00.619Z Compiling find-msvc-tools v0.1.9
13412026-04-07T04:17:00.754Z Compiling smallvec v1.15.1
13422026-04-07T04:17:00.766Z Compiling syn v2.0.117
13432026-04-07T04:17:00.784Z Compiling typenum v1.19.0
13442026-04-07T04:17:00.957Z Compiling generic-array v0.14.7
13452026-04-07T04:17:00.975Z Compiling subtle v2.6.1
13462026-04-07T04:17:01.024Z Compiling scopeguard v1.2.0
13472026-04-07T04:17:01.055Z Compiling const-oid v0.9.6
13482026-04-07T04:17:01.085Z Compiling portable-atomic v1.13.1
13492026-04-07T04:17:01.133Z Compiling lock_api v0.4.14
13502026-04-07T04:17:01.146Z Compiling zerocopy v0.8.40
13512026-04-07T04:17:01.219Z Compiling serde_json v1.0.149
13522026-04-07T04:17:01.365Z Compiling critical-section v1.2.0
13532026-04-07T04:17:01.432Z Compiling parking_lot_core v0.9.12
13542026-04-07T04:17:01.477Z Compiling pin-project-lite v0.2.17
13552026-04-07T04:17:01.647Z Compiling pkg-config v0.3.32
13562026-04-07T04:17:01.702Z Compiling getrandom v0.2.17
13572026-04-07T04:17:01.717Z Compiling jobserver v0.1.34
13582026-04-07T04:17:01.802Z Compiling errno v0.3.14
13592026-04-07T04:17:01.835Z Compiling rand_core v0.6.4
13602026-04-07T04:17:01.925Z Compiling signal-hook-registry v1.4.8
13612026-04-07T04:17:01.952Z Compiling cc v1.2.56
13622026-04-07T04:17:02.082Z Compiling once_cell v1.21.3
13632026-04-07T04:17:02.124Z Compiling bitflags v2.11.0
13642026-04-07T04:17:02.194Z Compiling libm v0.2.16
13652026-04-07T04:17:02.208Z Compiling mio v1.1.1
13662026-04-07T04:17:02.287Z Compiling parking_lot v0.12.5
13672026-04-07T04:17:02.350Z Compiling num-traits v0.2.19
13682026-04-07T04:17:02.386Z Compiling futures-core v0.3.32
13692026-04-07T04:17:02.549Z Compiling percent-encoding v2.3.2
13702026-04-07T04:17:02.651Z Compiling socket2 v0.6.2
13712026-04-07T04:17:02.667Z Compiling allocator-api2 v0.2.21
13722026-04-07T04:17:02.695Z Compiling foldhash v0.2.0
13732026-04-07T04:17:02.710Z Compiling cpufeatures v0.2.17
13742026-04-07T04:17:02.734Z Compiling futures-sink v0.3.32
13752026-04-07T04:17:02.782Z Compiling futures-task v0.3.32
13762026-04-07T04:17:02.839Z Compiling futures-channel v0.3.32
13772026-04-07T04:17:02.908Z Compiling slab v0.4.12
13782026-04-07T04:17:02.947Z Compiling hashbrown v0.16.1
13792026-04-07T04:17:02.986Z Compiling futures-io v0.3.32
13802026-04-07T04:17:03.047Z Compiling getrandom v0.4.1
13812026-04-07T04:17:03.065Z Compiling rustversion v1.0.22
13822026-04-07T04:17:03.087Z Compiling getrandom v0.3.4
13832026-04-07T04:17:03.138Z Compiling rand_core v0.10.0
13842026-04-07T04:17:03.481Z Compiling indexmap v2.13.0
13852026-04-07T04:17:03.527Z Compiling form_urlencoded v1.2.2
13862026-04-07T04:17:03.607Z Compiling synstructure v0.13.2
13872026-04-07T04:17:03.630Z Compiling cmake v0.1.57
13882026-04-07T04:17:03.701Z Compiling fs_extra v1.3.0
13892026-04-07T04:17:03.923Z Compiling ident_case v1.0.1
13902026-04-07T04:17:03.973Z Compiling base64ct v1.8.3
13912026-04-07T04:17:04.016Z Compiling dunce v1.0.5
13922026-04-07T04:17:04.030Z Compiling flagset v0.4.7
13932026-04-07T04:17:04.044Z Compiling rand_core v0.9.5
13942026-04-07T04:17:04.058Z Compiling rustix v1.1.3
13952026-04-07T04:17:04.111Z Compiling aws-lc-sys v0.37.1
13962026-04-07T04:17:04.114Z Compiling iana-time-zone v0.1.65
13972026-04-07T04:17:04.156Z Compiling uuid v1.21.0
13982026-04-07T04:17:04.198Z Compiling pem-rfc7468 v0.7.0
13992026-04-07T04:17:04.343Z Compiling ring v0.17.14
14002026-04-07T04:17:04.374Z Compiling rustc_version v0.4.1
14012026-04-07T04:17:04.403Z Compiling aws-lc-rs v1.16.0
14022026-04-07T04:17:04.552Z Compiling vcpkg v0.2.15
14032026-04-07T04:17:04.685Z Compiling regex-syntax v0.8.10
14042026-04-07T04:17:04.703Z Compiling tracing-core v0.1.36
14052026-04-07T04:17:04.931Z Compiling pest_generator v2.8.6
14062026-04-07T04:17:05.274Z Compiling serde_derive_internals v0.29.1
14072026-04-07T04:17:05.304Z Compiling openssl-sys v0.9.111
14082026-04-07T04:17:05.326Z Compiling serde_derive v1.0.228
14092026-04-07T04:17:05.658Z Compiling zeroize_derive v1.4.3
14102026-04-07T04:17:05.836Z Compiling zerofrom-derive v0.1.6
14112026-04-07T04:17:05.877Z Compiling yoke-derive v0.8.1
14122026-04-07T04:17:06.207Z Compiling zerocopy-derive v0.8.40
14132026-04-07T04:17:06.319Z Compiling zeroize v1.8.2
14142026-04-07T04:17:07.063Z Compiling crypto-common v0.1.7
14152026-04-07T04:17:07.078Z Compiling block-buffer v0.10.4
14162026-04-07T04:17:07.094Z Compiling zerovec-derive v0.11.2
14172026-04-07T04:17:07.217Z Compiling digest v0.10.7
14182026-04-07T04:17:07.246Z Compiling displaydoc v0.2.5
14192026-04-07T04:17:07.249Z Compiling zerofrom v0.1.6
14202026-04-07T04:17:07.381Z Compiling yoke v0.8.1
14212026-04-07T04:17:07.465Z Compiling tokio-macros v2.6.0
14222026-04-07T04:17:07.567Z Compiling hmac v0.12.1
14232026-04-07T04:17:07.725Z Compiling futures-macro v0.3.32
14242026-04-07T04:17:07.971Z Compiling zerotrie v0.2.3
14252026-04-07T04:17:08.175Z Compiling block-padding v0.3.3
14262026-04-07T04:17:08.190Z Compiling zerovec v0.11.5
14272026-04-07T04:17:08.270Z Compiling sha2 v0.10.9
14282026-04-07T04:17:08.334Z Compiling inout v0.1.4
14292026-04-07T04:17:08.501Z Compiling cipher v0.4.4
14302026-04-07T04:17:08.516Z Compiling futures-util v0.3.32
14312026-04-07T04:17:08.675Z Compiling tinystr v0.8.2
14322026-04-07T04:17:08.762Z Compiling bytes v1.11.1
14332026-04-07T04:17:08.803Z Compiling potential_utf v0.1.4
14342026-04-07T04:17:08.876Z Compiling icu_locale_core v2.1.1
14352026-04-07T04:17:08.963Z Compiling icu_collections v2.1.1
14362026-04-07T04:17:08.986Z Compiling der_derive v0.7.3
14372026-04-07T04:17:09.437Z Compiling tokio v1.49.0
14382026-04-07T04:17:09.514Z Compiling http v1.4.0
14392026-04-07T04:17:09.686Z Compiling icu_provider v2.1.1
14402026-04-07T04:17:09.841Z Compiling chrono v0.4.44
14412026-04-07T04:17:09.984Z Compiling icu_properties v2.1.2
14422026-04-07T04:17:09.998Z Compiling icu_normalizer v2.1.1
14432026-04-07T04:17:10.427Z Compiling der v0.7.10
14442026-04-07T04:17:10.530Z Compiling ppv-lite86 v0.2.21
14452026-04-07T04:17:10.699Z Compiling salsa20 v0.10.2
14462026-04-07T04:17:10.809Z Compiling pbkdf2 v0.12.2
14472026-04-07T04:17:10.837Z Compiling idna_adapter v1.2.1
14482026-04-07T04:17:10.861Z Compiling thiserror-impl v2.0.18
14492026-04-07T04:17:10.922Z Compiling scrypt v0.11.0
14502026-04-07T04:17:10.974Z Compiling idna v1.1.0
14512026-04-07T04:17:11.074Z Compiling rand_chacha v0.9.0
14522026-04-07T04:17:11.172Z Compiling aes v0.8.4
14532026-04-07T04:17:11.228Z Compiling cbc v0.1.2
14542026-04-07T04:17:11.378Z Compiling url v2.5.8
14552026-04-07T04:17:11.604Z Compiling spki v0.7.3
14562026-04-07T04:17:11.620Z Compiling rustls-pki-types v1.14.0
14572026-04-07T04:17:11.764Z Compiling tracing-attributes v0.1.31
14582026-04-07T04:17:11.805Z Compiling pkcs5 v0.7.1
14592026-04-07T04:17:12.060Z Compiling rand v0.9.2
14602026-04-07T04:17:12.165Z Compiling thiserror v2.0.18
14612026-04-07T04:17:12.168Z Compiling http-body v1.0.1
14622026-04-07T04:17:12.271Z Compiling untrusted v0.9.0
14632026-04-07T04:17:12.286Z Compiling untrusted v0.7.1
14642026-04-07T04:17:12.289Z Compiling httparse v1.10.1
14652026-04-07T04:17:12.313Z Compiling base64 v0.22.1
14662026-04-07T04:17:12.390Z Compiling schemars v0.8.22
14672026-04-07T04:17:12.406Z Compiling openssl-probe v0.2.1
14682026-04-07T04:17:12.615Z Compiling pkcs8 v0.10.2
14692026-04-07T04:17:12.629Z Compiling schemars_derive v0.8.22
14702026-04-07T04:17:12.691Z Compiling pest_derive v2.8.6
14712026-04-07T04:17:12.836Z Compiling scroll_derive v0.13.1
14722026-04-07T04:17:12.921Z Compiling darling_core v0.20.11
14732026-04-07T04:17:13.044Z Compiling tracing v0.1.44
14742026-04-07T04:17:13.113Z Compiling tokio-util v0.7.18
14752026-04-07T04:17:13.307Z Compiling tower-layer v0.3.3
14762026-04-07T04:17:13.471Z Compiling rustls v0.23.37
14772026-04-07T04:17:13.627Z Compiling dyn-clone v1.0.20
14782026-04-07T04:17:13.643Z Compiling tinyvec_macros v0.1.1
14792026-04-07T04:17:13.714Z Compiling tower-service v0.3.3
14802026-04-07T04:17:13.765Z Compiling atomic-waker v1.1.2
14812026-04-07T04:17:13.813Z Compiling try-lock v0.2.5
14822026-04-07T04:17:13.890Z Compiling h2 v0.4.13
14832026-04-07T04:17:13.922Z Compiling want v0.3.1
14842026-04-07T04:17:14.085Z Compiling tinyvec v1.10.0
14852026-04-07T04:17:14.166Z Compiling scroll v0.13.0
14862026-04-07T04:17:14.437Z Compiling ipnet v2.11.0
14872026-04-07T04:17:14.455Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-04-07T04:17:14.633Z Compiling spin v0.9.8
14892026-04-07T04:17:14.843Z Compiling aho-corasick v1.1.4
14902026-04-07T04:17:14.846Z Compiling openssl v0.10.75
14912026-04-07T04:17:14.937Z Compiling httpdate v1.0.3
14922026-04-07T04:17:15.029Z Compiling crc32fast v1.5.0
14932026-04-07T04:17:15.087Z Compiling pin-utils v0.1.0
14942026-04-07T04:17:15.159Z Compiling num-conv v0.2.0
14952026-04-07T04:17:15.174Z Compiling time-core v0.1.8
14962026-04-07T04:17:15.190Z Compiling foreign-types-shared v0.1.1
14972026-04-07T04:17:15.205Z Compiling darling_macro v0.20.11
14982026-04-07T04:17:15.278Z Compiling powerfmt v0.2.0
14992026-04-07T04:17:15.291Z Compiling foreign-types v0.3.2
15002026-04-07T04:17:15.320Z Compiling time-macros v0.2.27
15012026-04-07T04:17:15.367Z Compiling tempfile v3.25.0
15022026-04-07T04:17:15.481Z Compiling deranged v0.5.8
15032026-04-07T04:17:15.666Z Compiling darling v0.20.11
15042026-04-07T04:17:15.737Z Compiling regex-automata v0.4.14
15052026-04-07T04:17:15.752Z Compiling goblin v0.10.5
15062026-04-07T04:17:16.444Z Compiling openssl-macros v0.1.1
15072026-04-07T04:17:16.527Z Compiling wait-timeout v0.2.1
15082026-04-07T04:17:16.797Z Compiling usdt-impl v0.6.0
15092026-04-07T04:17:16.831Z Compiling num_threads v0.1.7
15102026-04-07T04:17:16.894Z Compiling hyper v1.8.1
15112026-04-07T04:17:16.930Z Compiling siphasher v1.0.2
15122026-04-07T04:17:17.003Z Compiling quick-error v1.2.3
15132026-04-07T04:17:17.111Z Compiling crossbeam-utils v0.8.21
15142026-04-07T04:17:17.126Z Compiling simd-adler32 v0.3.8
15152026-04-07T04:17:17.365Z Compiling syn v1.0.109
15162026-04-07T04:17:17.393Z Compiling native-tls v0.2.18
15172026-04-07T04:17:17.596Z Compiling bit-vec v0.8.0
15182026-04-07T04:17:17.757Z Compiling rusty-fork v0.3.1
15192026-04-07T04:17:17.825Z Compiling bit-set v0.8.0
15202026-04-07T04:17:17.923Z Compiling hyper-util v0.1.20
15212026-04-07T04:17:17.986Z Compiling time v0.3.47
15222026-04-07T04:17:18.435Z Compiling dof v0.4.0
15232026-04-07T04:17:19.577Z Compiling derive_builder_core v0.20.2
15242026-04-07T04:17:19.701Z Compiling unicode-normalization v0.1.25
15252026-04-07T04:17:19.810Z Compiling dtrace-parser v0.3.0
15262026-04-07T04:17:19.825Z Compiling rustls-native-certs v0.8.3
15272026-04-07T04:17:19.983Z Compiling signature v2.2.0
15282026-04-07T04:17:20.116Z Compiling scroll_derive v0.12.1
15292026-04-07T04:17:20.158Z Compiling thiserror-impl v1.0.69
15302026-04-07T04:17:20.172Z Compiling heapless v0.7.17
15312026-04-07T04:17:20.412Z Compiling rand_xorshift v0.4.0
15322026-04-07T04:17:20.453Z Compiling slog v2.8.2
15332026-04-07T04:17:20.558Z Compiling darling_core v0.21.3
15342026-04-07T04:17:20.574Z Compiling bzip2-sys v0.1.13+1.0.8
15352026-04-07T04:17:20.639Z Compiling sync_wrapper v1.0.2
15362026-04-07T04:17:20.751Z Compiling thread-id v5.1.0
15372026-04-07T04:17:20.777Z Compiling cookie v0.18.1
15382026-04-07T04:17:20.836Z Compiling adler2 v2.0.1
15392026-04-07T04:17:20.850Z Compiling unicode-bidi v0.3.18
15402026-04-07T04:17:20.953Z Compiling zstd-safe v7.2.4
15412026-04-07T04:17:20.968Z Compiling signal-hook v0.3.18
15422026-04-07T04:17:20.997Z Compiling unarray v0.1.4
15432026-04-07T04:17:21.107Z Compiling unicode-properties v0.1.4
15442026-04-07T04:17:21.132Z Compiling paste v1.0.15
15452026-04-07T04:17:21.147Z Compiling anyhow v1.0.102
15462026-04-07T04:17:21.313Z Compiling stringprep v0.1.5
15472026-04-07T04:17:21.414Z Compiling thiserror v1.0.69
15482026-04-07T04:17:21.417Z Compiling proptest v1.10.0
15492026-04-07T04:17:21.506Z Compiling miniz_oxide v0.8.9
15502026-04-07T04:17:21.754Z Compiling scroll v0.12.0
15512026-04-07T04:17:21.770Z Compiling tower v0.5.3
15522026-04-07T04:17:22.031Z Compiling derive_builder_macro v0.20.2
15532026-04-07T04:17:22.273Z Compiling ipnetwork v0.21.1
15542026-04-07T04:17:22.464Z Compiling http-body-util v0.1.3
15552026-04-07T04:17:22.481Z Compiling webpki-roots v1.0.6
15562026-04-07T04:17:22.600Z Compiling rand_chacha v0.3.1
15572026-04-07T04:17:22.660Z Compiling serde_spanned v0.6.9
15582026-04-07T04:17:22.704Z Compiling serde_tokenstream v0.2.3
15592026-04-07T04:17:22.704Z Compiling toml_datetime v0.6.11
15602026-04-07T04:17:22.803Z Compiling erased-serde v0.3.31
15612026-04-07T04:17:22.960Z Compiling md-5 v0.10.6
15622026-04-07T04:17:23.022Z Compiling zerocopy-derive v0.7.35
15632026-04-07T04:17:23.055Z Compiling darling_macro v0.21.3
15642026-04-07T04:17:23.125Z Compiling curve25519-dalek v4.1.3
15652026-04-07T04:17:23.286Z Compiling vergen-lib v0.1.6
15662026-04-07T04:17:23.418Z Compiling num-integer v0.1.46
15672026-04-07T04:17:23.461Z Compiling hash32 v0.2.1
15682026-04-07T04:17:23.477Z Compiling ff v0.13.1
15692026-04-07T04:17:23.535Z Compiling memoffset v0.9.1
15702026-04-07T04:17:23.610Z Compiling iri-string v0.7.10
15712026-04-07T04:17:23.650Z Compiling cfg_aliases v0.2.1
15722026-04-07T04:17:23.724Z Compiling num-bigint-dig v0.8.6
15732026-04-07T04:17:23.738Z Compiling smoltcp v0.9.1
15742026-04-07T04:17:23.741Z Compiling zlib-rs v0.6.2
15752026-04-07T04:17:23.883Z Compiling fallible-iterator v0.2.0
15762026-04-07T04:17:23.911Z Compiling ref-cast v1.0.25
15772026-04-07T04:17:24.072Z Compiling base16ct v0.2.0
15782026-04-07T04:17:24.190Z Compiling rustix v0.38.44
15792026-04-07T04:17:24.209Z Compiling ryu v1.0.23
15802026-04-07T04:17:24.316Z Compiling psl-types v2.0.11
15812026-04-07T04:17:24.428Z Compiling litrs v1.0.0
15822026-04-07T04:17:24.446Z Compiling publicsuffix v2.3.0
15832026-04-07T04:17:24.619Z Compiling serde_urlencoded v0.7.1
15842026-04-07T04:17:24.730Z Compiling sec1 v0.7.3
15852026-04-07T04:17:24.867Z Compiling tower-http v0.6.8
15862026-04-07T04:17:24.940Z Compiling document-features v0.2.12
15872026-04-07T04:17:25.006Z Compiling postgres-protocol v0.6.10
15882026-04-07T04:17:25.228Z Compiling zerocopy v0.7.35
15892026-04-07T04:17:25.374Z Compiling nix v0.31.1
15902026-04-07T04:17:25.527Z Compiling newtype-uuid v1.3.2
15912026-04-07T04:17:25.565Z Compiling num-iter v0.1.45
15922026-04-07T04:17:25.744Z Compiling group v0.13.0
15932026-04-07T04:17:25.771Z Compiling darling v0.21.3
15942026-04-07T04:17:25.919Z Compiling rand v0.8.5
15952026-04-07T04:17:25.945Z Compiling oxnet v0.1.4
15962026-04-07T04:17:26.109Z Compiling hubpack_derive v0.1.1
15972026-04-07T04:17:26.167Z Compiling derive_builder v0.20.2
15982026-04-07T04:17:26.268Z Compiling tokio-native-tls v0.3.1
15992026-04-07T04:17:26.326Z Compiling goblin v0.8.2
16002026-04-07T04:17:26.753Z Compiling flate2 v1.1.9
16012026-04-07T04:17:26.988Z Compiling regex v1.12.3
16022026-04-07T04:17:27.076Z Compiling phf_shared v0.13.1
16032026-04-07T04:17:27.090Z Compiling lazy_static v1.5.0
16042026-04-07T04:17:27.107Z Compiling cargo-platform v0.1.9
16052026-04-07T04:17:27.172Z Compiling hkdf v0.12.4
16062026-04-07T04:17:27.187Z Compiling crypto-bigint v0.5.5
16072026-04-07T04:17:27.311Z Compiling terminal_size v0.4.3
16082026-04-07T04:17:27.336Z Compiling curve25519-dalek-derive v0.1.1
16092026-04-07T04:17:27.356Z Compiling async-trait v0.1.89
16102026-04-07T04:17:27.415Z Compiling strum_macros v0.27.2
16112026-04-07T04:17:27.448Z Compiling daft-derive v0.1.5
16122026-04-07T04:17:27.969Z Compiling ref-cast-impl v1.0.25
16132026-04-07T04:17:28.154Z Compiling vergen v9.0.6
16142026-04-07T04:17:28.337Z Compiling fs-err v3.3.0
16152026-04-07T04:17:28.373Z Compiling ahash v0.8.12
16162026-04-07T04:17:28.501Z Compiling foldhash v0.1.5
16172026-04-07T04:17:28.523Z Compiling winnow v0.5.40
16182026-04-07T04:17:28.576Z Compiling managed v0.8.0
16192026-04-07T04:17:28.675Z Compiling bitflags v1.3.2
16202026-04-07T04:17:28.758Z Compiling object v0.37.3
16212026-04-07T04:17:28.796Z Compiling libbz2-rs-sys v0.2.2
16222026-04-07T04:17:29.028Z Compiling unicode-segmentation v1.12.0
16232026-04-07T04:17:29.289Z Compiling bumpalo v3.20.2
16242026-04-07T04:17:29.420Z Compiling strum v0.27.2
16252026-04-07T04:17:29.482Z Compiling bzip2 v0.6.1
16262026-04-07T04:17:29.504Z Compiling zopfli v0.8.3
16272026-04-07T04:17:29.590Z Compiling clap_builder v4.5.60
16282026-04-07T04:17:29.687Z Compiling hashbrown v0.15.5
16292026-04-07T04:17:29.851Z Compiling toml_edit v0.19.15
16302026-04-07T04:17:30.076Z Compiling dof v0.3.0
16312026-04-07T04:17:30.261Z Compiling daft v0.1.5
16322026-04-07T04:17:30.289Z Compiling elliptic-curve v0.13.8
16332026-04-07T04:17:30.540Z Compiling cargo_metadata v0.19.2
16342026-04-07T04:17:30.684Z Compiling phf v0.13.1
16352026-04-07T04:17:30.845Z Compiling signal-hook-mio v0.2.5
16362026-04-07T04:17:30.964Z Compiling cookie_store v0.22.1
16372026-04-07T04:17:31.853Z Compiling hubpack v0.1.2
16382026-04-07T04:17:31.973Z Compiling zstd v0.13.3
16392026-04-07T04:17:32.080Z Compiling hyper-tls v0.6.0
16402026-04-07T04:17:32.238Z Compiling bzip2 v0.4.4
16412026-04-07T04:17:32.308Z Compiling serde_with_macros v3.17.0
16422026-04-07T04:17:32.447Z Compiling postgres-types v0.2.12
16432026-04-07T04:17:32.494Z Compiling usdt-attr-macro v0.6.0
16442026-04-07T04:17:32.577Z Compiling usdt-macro v0.6.0
16452026-04-07T04:17:33.007Z Compiling dtrace-parser v0.2.0
16462026-04-07T04:17:33.281Z Compiling ed25519 v2.2.3
16472026-04-07T04:17:33.309Z Compiling bstr v1.12.1
16482026-04-07T04:17:33.329Z Compiling phf_shared v0.11.3
16492026-04-07T04:17:33.413Z Compiling pkcs1 v0.7.5
16502026-04-07T04:17:33.519Z Compiling hex v0.4.3
16512026-04-07T04:17:33.563Z Compiling serde-big-array v0.5.1
16522026-04-07T04:17:33.710Z Compiling rfc6979 v0.4.0
16532026-04-07T04:17:33.755Z Compiling strum_macros v0.26.4
16542026-04-07T04:17:33.789Z Compiling serde_repr v0.1.20
16552026-04-07T04:17:33.817Z Compiling enum-as-inner v0.6.1
16562026-04-07T04:17:33.836Z Compiling clap_derive v4.5.55
16572026-04-07T04:17:33.965Z Compiling float-cmp v0.10.0
16582026-04-07T04:17:34.116Z Compiling thread-id v4.2.2
16592026-04-07T04:17:34.183Z Compiling memmap2 v0.9.10
16602026-04-07T04:17:34.206Z Compiling env_filter v1.0.0
16612026-04-07T04:17:34.357Z Compiling encoding_rs v0.8.35
16622026-04-07T04:17:34.372Z Compiling keccak v0.1.6
16632026-04-07T04:17:34.428Z Compiling jiff v0.2.21
16642026-04-07T04:17:34.529Z Compiling data-encoding v2.10.0
16652026-04-07T04:17:35.194Z Compiling normalize-line-endings v0.3.0
16662026-04-07T04:17:35.248Z Compiling rustc-hash v2.1.1
16672026-04-07T04:17:35.297Z Compiling static_assertions v1.1.0
16682026-04-07T04:17:35.374Z Compiling new_debug_unreachable v1.0.6
16692026-04-07T04:17:35.389Z Compiling precomputed-hash v0.1.1
16702026-04-07T04:17:35.451Z Compiling whoami v2.1.0
16712026-04-07T04:17:35.481Z Compiling difflib v0.4.0
16722026-04-07T04:17:35.540Z Compiling fixedbitset v0.5.7
16732026-04-07T04:17:35.660Z Compiling predicates-core v1.0.10
16742026-04-07T04:17:35.831Z Compiling fixedbitset v0.4.2
16752026-04-07T04:17:35.845Z Compiling mime v0.3.17
16762026-04-07T04:17:35.849Z Compiling either v1.15.0
16772026-04-07T04:17:35.898Z Compiling predicates v3.1.4
16782026-04-07T04:17:36.046Z Compiling itertools v0.13.0
16792026-04-07T04:17:36.046Z Compiling petgraph v0.6.5
16802026-04-07T04:17:36.073Z Compiling petgraph v0.8.3
16812026-04-07T04:17:36.098Z Compiling tokio-postgres v0.7.16
16822026-04-07T04:17:36.433Z Compiling clap v4.5.60
16832026-04-07T04:17:36.521Z Compiling strum v0.26.3
16842026-04-07T04:17:36.555Z Compiling string_cache v0.8.9
16852026-04-07T04:17:36.654Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16862026-04-07T04:17:36.777Z Compiling iddqd v0.3.17
16872026-04-07T04:17:37.259Z Compiling zip v4.6.1
16882026-04-07T04:17:37.512Z Compiling toml_edit v0.22.27
16892026-04-07T04:17:37.914Z Compiling hickory-proto v0.25.2
16902026-04-07T04:17:37.995Z Compiling sha3 v0.10.8
16912026-04-07T04:17:38.219Z Compiling env_logger v0.11.9
16922026-04-07T04:17:38.279Z Compiling usdt v0.6.0
16932026-04-07T04:17:38.453Z Compiling usdt-impl v0.5.0
16942026-04-07T04:17:38.544Z Compiling ecdsa v0.16.9
16952026-04-07T04:17:38.571Z Compiling serde_with v3.17.0
16962026-04-07T04:17:38.644Z Compiling similar v2.7.0
16972026-04-07T04:17:38.931Z Compiling rsa v0.9.10
16982026-04-07T04:17:39.044Z Compiling ed25519-dalek v2.2.0
16992026-04-07T04:17:39.426Z Compiling crossterm v0.28.1
17002026-04-07T04:17:39.751Z Compiling zip v0.6.6
17012026-04-07T04:17:40.299Z Compiling toml v0.7.8
17022026-04-07T04:17:40.761Z Compiling heck v0.4.1
17032026-04-07T04:17:40.899Z Compiling toml_parser v1.0.9+spec-1.1.0
17042026-04-07T04:17:40.926Z Compiling crossbeam-epoch v0.9.18
17052026-04-07T04:17:40.991Z Compiling tokio-stream v0.1.18
17062026-04-07T04:17:41.006Z Compiling buf-list v1.1.2
17072026-04-07T04:17:41.254Z Compiling x509-cert v0.2.5
17082026-04-07T04:17:41.286Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-04-07T04:17:41.459Z Compiling openapiv3 v2.2.0
17102026-04-07T04:17:41.542Z Compiling sha1 v0.10.6
17112026-04-07T04:17:41.587Z Compiling toml_datetime v0.7.5+spec-1.1.0
17122026-04-07T04:17:41.768Z Compiling lalrpop-util v0.19.12
17132026-04-07T04:17:41.886Z Compiling peg-runtime v0.8.5
17142026-04-07T04:17:41.963Z Compiling thread_local v1.1.9
17152026-04-07T04:17:42.177Z Compiling slog-async v2.8.0
17162026-04-07T04:17:42.225Z Compiling crossbeam-channel v0.5.15
17172026-04-07T04:17:42.281Z Compiling futures-executor v0.3.32
17182026-04-07T04:17:42.498Z Compiling filetime v0.2.27
17192026-04-07T04:17:42.544Z Compiling is-terminal v0.4.17
17202026-04-07T04:17:42.646Z Compiling term v1.2.1
17212026-04-07T04:17:42.664Z Compiling take_mut v0.2.2
17222026-04-07T04:17:42.680Z Compiling xattr v1.6.1
17232026-04-07T04:17:42.683Z Compiling futures v0.3.32
17242026-04-07T04:17:42.851Z Compiling tar v0.4.45
17252026-04-07T04:17:43.043Z Compiling slog-term v2.9.2
17262026-04-07T04:17:50.029Z Compiling rustls-webpki v0.103.9
17272026-04-07T04:17:52.884Z Compiling tokio-rustls v0.26.4
17282026-04-07T04:17:52.884Z Compiling rustls-platform-verifier v0.6.2
17292026-04-07T04:17:53.089Z Compiling hyper-rustls v0.27.7
17302026-04-07T04:17:53.293Z Compiling reqwest v0.12.28
17312026-04-07T04:17:53.293Z Compiling reqwest v0.13.2
17322026-04-07T04:17:55.390Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-04-07T04:17:55.607Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-04-07T04:17:58.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17352026-04-07T04:17:58.580Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17362026-04-07T04:17:58.636ZApr 07 04:17:56.810 INFO Starting download, target: Cockroach
17372026-04-07T04:17:58.636ZApr 07 04:17:56.811 INFO Starting download, target: Clickhouse
17382026-04-07T04:17:58.636ZApr 07 04:17:56.811 INFO Starting download, target: Console
17392026-04-07T04:17:58.639ZApr 07 04:17:56.811 INFO Starting download, target: DendriteStub
17402026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Starting download, target: MaghemiteMgd
17412026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Starting download, target: TransceiverControl
17422026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17432026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17452026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-04-07T04:17:58.640ZApr 07 04:17:56.811 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17482026-04-07T04:17:59.153ZApr 07 04:17:57.325 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17492026-04-07T04:17:59.370ZApr 07 04:17:57.540 INFO Download complete, target: TransceiverControl
17502026-04-07T04:17:59.725ZApr 07 04:17:57.898 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17512026-04-07T04:17:59.968ZApr 07 04:17:58.138 INFO Download complete, target: Console
17522026-04-07T04:18:00.061ZApr 07 04:17:58.233 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-04-07T04:18:00.367ZApr 07 04:17:58.539 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17542026-04-07T04:18:00.743ZApr 07 04:17:58.918 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17552026-04-07T04:18:00.743ZApr 07 04:17:58.918 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17562026-04-07T04:18:01.052ZApr 07 04:17:59.227 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-04-07T04:18:02.452ZApr 07 04:18:00.626 INFO Download complete, target: DendriteStub
17582026-04-07T04:18:02.728ZApr 07 04:18:00.901 INFO Download complete, target: MaghemiteMgd
17592026-04-07T04:18:05.408ZApr 07 04:18:03.582 INFO Checking that binary works, target: Cockroach
17602026-04-07T04:18:05.501ZApr 07 04:18:03.675 INFO Download complete, target: Cockroach
17612026-04-07T04:18:07.872ZApr 07 04:18:06.046 INFO Checking that binary works, target: Clickhouse
17622026-04-07T04:18:07.984ZApr 07 04:18:06.158 INFO Download complete, target: Clickhouse
17632026-04-07T04:18:07.999ZAll builder prerequisites installed successfully, and PATH looks valid
17642026-04-07T04:18:08.002Z
17652026-04-07T04:18:08.002Zreal 2:51.791062687
17662026-04-07T04:18:08.002Zuser 7:13.056575254
17672026-04-07T04:18:08.002Zsys 1:24.357408969
17682026-04-07T04:18:08.002Ztrap 0.216667805
17692026-04-07T04:18:08.002Ztflt 0.566312722
17702026-04-07T04:18:08.002Zdflt 0.589635313
17712026-04-07T04:18:08.002Zkflt 0.023145510
17722026-04-07T04:18:08.002Zlock 21:13.920645519
17732026-04-07T04:18:08.002Zslp 21:16.503398506
17742026-04-07T04:18:08.002Zlat 43.324398868
17752026-04-07T04:18:08.002Zstop 2:05.116202653
17762026-04-07T04:18:08.002Z+ banner hack-check
17772026-04-07T04:18:08.002Z
17782026-04-07T04:18:08.002Z # # ## #### # # #### # # ###### #### # #
17792026-04-07T04:18:08.002Z # # # # # # # # # # # # # # # # #
17802026-04-07T04:18:08.002Z ###### # # # #### ##### # ###### ##### # ####
17812026-04-07T04:18:08.002Z # # ###### # # # # # # # # # #
17822026-04-07T04:18:08.002Z # # # # # # # # # # # # # # # # #
17832026-04-07T04:18:08.002Z # # # # #### # # #### # # ###### #### # #
17842026-04-07T04:18:08.002Z
17852026-04-07T04:18:08.002Z+ export CARGO_INCREMENTAL=0
17862026-04-07T04:18:08.002Z+ CARGO_INCREMENTAL=0
17872026-04-07T04:18:08.002Z+ ptime -m timeout 2h cargo xtask check-features --ci
17882026-04-07T04:18:08.530Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17892026-04-07T04:18:08.751Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17902026-04-07T04:18:10.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17912026-04-07T04:18:10.715Z Running `target/debug/xtask check-features --ci`
17922026-04-07T04:18:10.743Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17932026-04-07T04:18:10.743Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17942026-04-07T04:18:11.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17952026-04-07T04:18:11.249Z Running `target/debug/xtask download cargo-hack`
17962026-04-07T04:18:12.018Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17972026-04-07T04:18:12.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17982026-04-07T04:18:14.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17992026-04-07T04:18:14.970Z Running `target/debug/xtask-downloader cargo-hack`
18002026-04-07T04:18:15.011ZApr 07 04:18:13.183 INFO Starting download, target: CargoHack
18012026-04-07T04:18:15.014ZApr 07 04:18:13.184 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18022026-04-07T04:18:15.599ZApr 07 04:18:13.772 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18032026-04-07T04:18:15.649ZApr 07 04:18:13.822 INFO Download complete, target: CargoHack
18042026-04-07T04:18:15.652Zrunning: "/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"
18052026-04-07T04:18:15.665Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18062026-04-07T04:18:15.814Zinfo: running `cargo check --bins` on api_identity (1/270)
18072026-04-07T04:18:16.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-04-07T04:18:16.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-04-07T04:18:16.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-04-07T04:18:16.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18112026-04-07T04:18:16.384Z
18122026-04-07T04:18:16.384Zinfo: running `cargo check --bins` on bootstore (2/270)
18132026-04-07T04:18:16.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-04-07T04:18:16.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-04-07T04:18:16.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-04-07T04:18:16.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18172026-04-07T04:18:16.959Z
18182026-04-07T04:18:16.959Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18192026-04-07T04:18:17.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-04-07T04:18:17.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-04-07T04:18:17.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-04-07T04:18:17.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18232026-04-07T04:18:17.522Z
18242026-04-07T04:18:17.522Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18252026-04-07T04:18:18.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-04-07T04:18:18.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-04-07T04:18:18.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-04-07T04:18:18.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18292026-04-07T04:18:18.087Z
18302026-04-07T04:18:18.087Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18312026-04-07T04:18:18.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-04-07T04:18:18.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-04-07T04:18:18.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-04-07T04:18:18.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18352026-04-07T04:18:18.666Z
18362026-04-07T04:18:18.667Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18372026-04-07T04:18:19.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-04-07T04:18:19.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-04-07T04:18:19.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-04-07T04:18:19.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-04-07T04:18:19.255Z
18422026-04-07T04:18:19.255Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18432026-04-07T04:18:19.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-04-07T04:18:19.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-04-07T04:18:19.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-04-07T04:18:19.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18472026-04-07T04:18:19.836Z
18482026-04-07T04:18:19.836Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18492026-04-07T04:18:20.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-04-07T04:18:20.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-04-07T04:18:20.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-04-07T04:18:20.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-04-07T04:18:20.428Z
18542026-04-07T04:18:20.428Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18552026-04-07T04:18:20.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-04-07T04:18:20.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-04-07T04:18:20.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-04-07T04:18:20.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18592026-04-07T04:18:20.903Z
18602026-04-07T04:18:20.903Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18612026-04-07T04:18:21.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-04-07T04:18:21.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-04-07T04:18:21.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-04-07T04:18:21.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-04-07T04:18:21.372Z
18662026-04-07T04:18:21.372Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18672026-04-07T04:18:21.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-04-07T04:18:21.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-04-07T04:18:21.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-04-07T04:18:21.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-04-07T04:18:21.837Z
18722026-04-07T04:18:21.837Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18732026-04-07T04:18:22.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-04-07T04:18:22.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-04-07T04:18:22.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-04-07T04:18:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-04-07T04:18:22.297Z
18782026-04-07T04:18:22.297Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18792026-04-07T04:18:22.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-04-07T04:18:22.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-04-07T04:18:22.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-04-07T04:18:22.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-04-07T04:18:22.765Z
18842026-04-07T04:18:22.765Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
18852026-04-07T04:18:23.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-04-07T04:18:23.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-04-07T04:18:23.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-04-07T04:18:23.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-04-07T04:18:23.228Z
18902026-04-07T04:18:23.228Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
18912026-04-07T04:18:23.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-04-07T04:18:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-04-07T04:18:23.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-04-07T04:18:23.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-04-07T04:18:23.690Z
18962026-04-07T04:18:23.690Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
18972026-04-07T04:18:24.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-04-07T04:18:24.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-04-07T04:18:24.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-04-07T04:18:24.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-04-07T04:18:24.153Z
19022026-04-07T04:18:24.153Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19032026-04-07T04:18:24.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-04-07T04:18:24.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-04-07T04:18:24.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-04-07T04:18:24.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-04-07T04:18:24.619Z
19082026-04-07T04:18:24.619Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19092026-04-07T04:18:25.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-04-07T04:18:25.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-04-07T04:18:25.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-04-07T04:18:25.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-04-07T04:18:25.079Z
19142026-04-07T04:18:25.079Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19152026-04-07T04:18:25.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-04-07T04:18:25.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-04-07T04:18:25.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-04-07T04:18:25.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-04-07T04:18:25.544Z
19202026-04-07T04:18:25.544Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19212026-04-07T04:18:25.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-04-07T04:18:25.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-04-07T04:18:25.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-04-07T04:18:25.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-04-07T04:18:26.012Z
19262026-04-07T04:18:26.012Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19272026-04-07T04:18:26.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-04-07T04:18:26.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-04-07T04:18:26.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-04-07T04:18:26.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-04-07T04:18:26.476Z
19322026-04-07T04:18:26.476Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19332026-04-07T04:18:26.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-04-07T04:18:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-04-07T04:18:26.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-04-07T04:18:26.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-04-07T04:18:26.943Z
19382026-04-07T04:18:26.943Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19392026-04-07T04:18:27.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-04-07T04:18:27.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-04-07T04:18:27.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-04-07T04:18:27.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-04-07T04:18:27.407Z
19442026-04-07T04:18:27.408Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19452026-04-07T04:18:27.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-04-07T04:18:27.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-04-07T04:18:27.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-04-07T04:18:27.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-04-07T04:18:27.872Z
19502026-04-07T04:18:27.872Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19512026-04-07T04:18:28.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-04-07T04:18:28.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-04-07T04:18:28.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-04-07T04:18:28.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-04-07T04:18:28.335Z
19562026-04-07T04:18:28.335Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19572026-04-07T04:18:28.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-04-07T04:18:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-04-07T04:18:28.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-04-07T04:18:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-04-07T04:18:28.799Z
19622026-04-07T04:18:28.799Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19632026-04-07T04:18:29.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-04-07T04:18:29.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-04-07T04:18:29.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-04-07T04:18:29.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-04-07T04:18:29.265Z
19682026-04-07T04:18:29.265Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19692026-04-07T04:18:29.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-04-07T04:18:29.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-04-07T04:18:29.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-04-07T04:18:29.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-04-07T04:18:29.732Z
19742026-04-07T04:18:29.732Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19752026-04-07T04:18:30.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-04-07T04:18:30.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-04-07T04:18:30.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-04-07T04:18:30.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-04-07T04:18:30.199Z
19802026-04-07T04:18:30.199Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19812026-04-07T04:18:30.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-04-07T04:18:30.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-04-07T04:18:30.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-04-07T04:18:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-04-07T04:18:30.664Z
19862026-04-07T04:18:30.664Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
19872026-04-07T04:18:31.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-04-07T04:18:31.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-04-07T04:18:31.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-04-07T04:18:31.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-04-07T04:18:31.135Z
19922026-04-07T04:18:31.135Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
19932026-04-07T04:18:31.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-04-07T04:18:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-04-07T04:18:31.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-04-07T04:18:31.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-04-07T04:18:31.606Z
19982026-04-07T04:18:31.606Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
19992026-04-07T04:18:32.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-04-07T04:18:32.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-04-07T04:18:32.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-04-07T04:18:32.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-04-07T04:18:32.073Z
20042026-04-07T04:18:32.073Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20052026-04-07T04:18:32.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-04-07T04:18:32.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-04-07T04:18:32.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-04-07T04:18:32.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-04-07T04:18:32.536Z
20102026-04-07T04:18:32.536Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20112026-04-07T04:18:32.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-04-07T04:18:32.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-04-07T04:18:32.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-04-07T04:18:32.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-04-07T04:18:32.999Z
20162026-04-07T04:18:32.999Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20172026-04-07T04:18:33.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-04-07T04:18:33.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-04-07T04:18:33.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-04-07T04:18:33.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-04-07T04:18:33.462Z
20222026-04-07T04:18:33.462Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20232026-04-07T04:18:33.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-04-07T04:18:33.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-04-07T04:18:33.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-04-07T04:18:33.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-04-07T04:18:33.928Z
20282026-04-07T04:18:33.928Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20292026-04-07T04:18:34.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-04-07T04:18:34.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-04-07T04:18:34.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-04-07T04:18:34.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-04-07T04:18:34.393Z
20342026-04-07T04:18:34.393Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20352026-04-07T04:18:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-04-07T04:18:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-04-07T04:18:34.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-04-07T04:18:34.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-04-07T04:18:34.855Z
20402026-04-07T04:18:34.855Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20412026-04-07T04:18:35.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-04-07T04:18:35.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-04-07T04:18:35.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-04-07T04:18:35.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-04-07T04:18:35.318Z
20462026-04-07T04:18:35.318Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20472026-04-07T04:18:35.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-04-07T04:18:35.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-04-07T04:18:35.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-04-07T04:18:35.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-04-07T04:18:35.783Z
20522026-04-07T04:18:35.783Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20532026-04-07T04:18:36.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-04-07T04:18:36.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-04-07T04:18:36.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-04-07T04:18:36.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-04-07T04:18:36.255Z
20582026-04-07T04:18:36.255Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20592026-04-07T04:18:36.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-04-07T04:18:36.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-04-07T04:18:36.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-04-07T04:18:36.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-04-07T04:18:36.725Z
20642026-04-07T04:18:36.725Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20652026-04-07T04:18:37.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-04-07T04:18:37.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-04-07T04:18:37.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-04-07T04:18:37.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-04-07T04:18:37.196Z
20702026-04-07T04:18:37.196Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20712026-04-07T04:18:37.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-04-07T04:18:37.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-04-07T04:18:37.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-04-07T04:18:37.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-04-07T04:18:37.662Z
20762026-04-07T04:18:37.663Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20772026-04-07T04:18:38.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-04-07T04:18:38.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-04-07T04:18:38.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-04-07T04:18:38.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-04-07T04:18:38.129Z
20822026-04-07T04:18:38.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20832026-04-07T04:18:38.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-04-07T04:18:38.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-04-07T04:18:38.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-04-07T04:18:38.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-04-07T04:18:38.598Z
20882026-04-07T04:18:38.598Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
20892026-04-07T04:18:39.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-04-07T04:18:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-04-07T04:18:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-04-07T04:18:39.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20932026-04-07T04:18:39.069Z
20942026-04-07T04:18:39.069Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
20952026-04-07T04:18:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-04-07T04:18:39.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-04-07T04:18:39.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-04-07T04:18:39.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-04-07T04:18:39.700Z
21002026-04-07T04:18:39.700Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
21012026-04-07T04:18:40.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-04-07T04:18:40.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-04-07T04:18:40.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-04-07T04:18:40.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-04-07T04:18:40.337Z
21062026-04-07T04:18:40.337Zinfo: running `cargo check --bins` on nexus-config (51/270)
21072026-04-07T04:18:40.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-04-07T04:18:40.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-04-07T04:18:40.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-04-07T04:18:40.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21112026-04-07T04:18:40.968Z
21122026-04-07T04:18:40.968Zinfo: running `cargo check --bins` on nexus-types (52/270)
21132026-04-07T04:18:41.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-04-07T04:18:41.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-04-07T04:18:41.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-04-07T04:18:41.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21172026-04-07T04:18:41.602Z
21182026-04-07T04:18:41.603Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
21192026-04-07T04:18:42.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-04-07T04:18:42.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-04-07T04:18:42.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-04-07T04:18:42.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21232026-04-07T04:18:42.196Z
21242026-04-07T04:18:42.196Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
21252026-04-07T04:18:42.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-04-07T04:18:42.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-04-07T04:18:42.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-04-07T04:18:42.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21292026-04-07T04:18:42.788Z
21302026-04-07T04:18:42.789Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
21312026-04-07T04:18:43.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-04-07T04:18:43.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-04-07T04:18:43.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-04-07T04:18:43.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21352026-04-07T04:18:43.367Z
21362026-04-07T04:18:43.367Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
21372026-04-07T04:18:43.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-04-07T04:18:43.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-04-07T04:18:43.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-04-07T04:18:43.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21412026-04-07T04:18:43.948Z
21422026-04-07T04:18:43.948Zinfo: running `cargo check --bins` on ereport-types (57/270)
21432026-04-07T04:18:44.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-04-07T04:18:44.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-04-07T04:18:44.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-04-07T04:18:44.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-04-07T04:18:44.535Z
21482026-04-07T04:18:44.535Zinfo: running `cargo check --bins` on gateway-client (58/270)
21492026-04-07T04:18:45.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-04-07T04:18:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-04-07T04:18:45.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-04-07T04:18:45.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-04-07T04:18:45.122Z
21542026-04-07T04:18:45.122Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
21552026-04-07T04:18:45.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-04-07T04:18:45.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-04-07T04:18:45.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-04-07T04:18:45.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-04-07T04:18:45.705Z
21602026-04-07T04:18:45.706Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
21612026-04-07T04:18:46.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-04-07T04:18:46.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-04-07T04:18:46.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-04-07T04:18:46.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-04-07T04:18:46.284Z
21662026-04-07T04:18:46.284Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
21672026-04-07T04:18:46.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-04-07T04:18:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-04-07T04:18:46.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-04-07T04:18:46.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21712026-04-07T04:18:46.865Z
21722026-04-07T04:18:46.865Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
21732026-04-07T04:18:47.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-04-07T04:18:47.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-04-07T04:18:47.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-04-07T04:18:47.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-04-07T04:18:47.445Z
21782026-04-07T04:18:47.445Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
21792026-04-07T04:18:47.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-04-07T04:18:47.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-04-07T04:18:47.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-04-07T04:18:47.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21832026-04-07T04:18:48.049Z
21842026-04-07T04:18:48.049Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
21852026-04-07T04:18:48.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-04-07T04:18:48.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-04-07T04:18:48.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-04-07T04:18:48.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21892026-04-07T04:18:48.656Z
21902026-04-07T04:18:48.656Zinfo: running `cargo check --bins` on key-manager-types (65/270)
21912026-04-07T04:18:49.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-04-07T04:18:49.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-04-07T04:18:49.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-04-07T04:18:49.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21952026-04-07T04:18:49.234Z
21962026-04-07T04:18:49.235Zinfo: running `cargo check --bins` on oxlog (66/270)
21972026-04-07T04:18:49.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-04-07T04:18:49.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-04-07T04:18:49.839Z Checking cfg-if v1.0.4
22002026-04-07T04:18:49.843Z Checking libc v0.2.180
22012026-04-07T04:18:49.843Z Checking serde_core v1.0.228
22022026-04-07T04:18:49.954Z Checking zeroize v1.8.2
22032026-04-07T04:18:49.961Z Checking memchr v2.8.0
22042026-04-07T04:18:49.969Z Checking log v0.4.29
22052026-04-07T04:18:49.978Z Checking smallvec v1.15.1
22062026-04-07T04:18:49.989Z Checking typenum v1.19.0
22072026-04-07T04:18:49.999Z Checking subtle v2.6.1
22082026-04-07T04:18:50.091Z Checking itoa v1.0.17
22092026-04-07T04:18:50.127Z Checking scopeguard v1.2.0
22102026-04-07T04:18:50.144Z Checking stable_deref_trait v1.2.1
22112026-04-07T04:18:50.144Z Checking const-oid v0.9.6
22122026-04-07T04:18:50.218Z Checking portable-atomic v1.13.1
22132026-04-07T04:18:50.230Z Checking lock_api v0.4.14
22142026-04-07T04:18:50.230Z Checking zerofrom v0.1.6
22152026-04-07T04:18:50.331Z Checking critical-section v1.2.0
22162026-04-07T04:18:50.346Z Checking getrandom v0.2.17
22172026-04-07T04:18:50.350Z Checking errno v0.3.14
22182026-04-07T04:18:50.419Z Checking yoke v0.8.1
22192026-04-07T04:18:50.457Z Checking parking_lot_core v0.9.12
22202026-04-07T04:18:50.497Z Checking signal-hook-registry v1.4.8
22212026-04-07T04:18:50.511Z Checking rand_core v0.6.4
22222026-04-07T04:18:50.523Z Checking generic-array v0.14.7
22232026-04-07T04:18:50.584Z Checking zerovec v0.11.5
22242026-04-07T04:18:50.601Z Checking once_cell v1.21.3
22252026-04-07T04:18:50.635Z Checking zerocopy v0.8.40
22262026-04-07T04:18:50.657Z Checking pin-project-lite v0.2.17
22272026-04-07T04:18:50.681Z Checking parking_lot v0.12.5
22282026-04-07T04:18:50.748Z Checking mio v1.1.1
22292026-04-07T04:18:50.770Z Checking socket2 v0.6.2
22302026-04-07T04:18:50.829Z Checking libm v0.2.16
22312026-04-07T04:18:50.866Z Checking zmij v1.0.21
22322026-04-07T04:18:50.948Z Checking crypto-common v0.1.7
22332026-04-07T04:18:51.005Z Checking block-buffer v0.10.4
22342026-04-07T04:18:51.016Z Checking tinystr v0.8.2
22352026-04-07T04:18:51.027Z Checking futures-core v0.3.32
22362026-04-07T04:18:51.070Z Checking equivalent v1.0.2
22372026-04-07T04:18:51.083Z Checking percent-encoding v2.3.2
22382026-04-07T04:18:51.136Z Checking digest v0.10.7
22392026-04-07T04:18:51.148Z Checking litemap v0.8.1
22402026-04-07T04:18:51.159Z Checking allocator-api2 v0.2.21
22412026-04-07T04:18:51.186Z Checking writeable v0.6.2
22422026-04-07T04:18:51.221Z Checking potential_utf v0.1.4
22432026-04-07T04:18:51.314Z Checking zerotrie v0.2.3
22442026-04-07T04:18:51.328Z Checking foldhash v0.2.0
22452026-04-07T04:18:51.340Z Checking icu_locale_core v2.1.1
22462026-04-07T04:18:51.351Z Checking cpufeatures v0.2.17
22472026-04-07T04:18:51.408Z Checking serde v1.0.228
22482026-04-07T04:18:51.421Z Checking bitflags v2.11.0
22492026-04-07T04:18:51.433Z Checking serde_json v1.0.149
22502026-04-07T04:18:51.472Z Checking hashbrown v0.16.1
22512026-04-07T04:18:51.530Z Checking num-traits v0.2.19
22522026-04-07T04:18:51.549Z Checking icu_collections v2.1.1
22532026-04-07T04:18:51.584Z Checking hmac v0.12.1
22542026-04-07T04:18:51.717Z Checking block-padding v0.3.3
22552026-04-07T04:18:51.805Z Checking bytes v1.11.1
22562026-04-07T04:18:51.848Z Checking icu_normalizer_data v2.1.1
22572026-04-07T04:18:51.859Z Checking icu_properties_data v2.1.2
22582026-04-07T04:18:51.882Z Checking icu_provider v2.1.1
22592026-04-07T04:18:51.918Z Checking futures-sink v0.3.32
22602026-04-07T04:18:51.961Z Checking rand_core v0.10.0
22612026-04-07T04:18:51.986Z Checking indexmap v2.13.0
22622026-04-07T04:18:52.012Z Checking futures-channel v0.3.32
22632026-04-07T04:18:52.042Z Checking inout v0.1.4
22642026-04-07T04:18:52.088Z Checking futures-io v0.3.32
22652026-04-07T04:18:52.100Z Checking getrandom v0.4.1
22662026-04-07T04:18:52.111Z Checking icu_properties v2.1.2
22672026-04-07T04:18:52.177Z Checking icu_normalizer v2.1.1
22682026-04-07T04:18:52.197Z Checking slab v0.4.12
22692026-04-07T04:18:52.201Z Checking futures-task v0.3.32
22702026-04-07T04:18:52.240Z Checking tokio v1.49.0
22712026-04-07T04:18:52.252Z Checking cipher v0.4.4
22722026-04-07T04:18:52.343Z Checking sha2 v0.10.9
22732026-04-07T04:18:52.355Z Checking futures-util v0.3.32
22742026-04-07T04:18:52.456Z Checking getrandom v0.3.4
22752026-04-07T04:18:52.474Z Checking base64ct v1.8.3
22762026-04-07T04:18:52.545Z Checking utf8_iter v1.0.4
22772026-04-07T04:18:52.595Z Checking byteorder v1.5.0
22782026-04-07T04:18:52.617Z Checking form_urlencoded v1.2.2
22792026-04-07T04:18:52.668Z Checking flagset v0.4.7
22802026-04-07T04:18:52.704Z Checking pem-rfc7468 v0.7.0
22812026-04-07T04:18:52.744Z Checking fnv v1.0.7
22822026-04-07T04:18:52.789Z Checking rand_core v0.9.5
22832026-04-07T04:18:52.805Z Checking salsa20 v0.10.2
22842026-04-07T04:18:52.834Z Checking uuid v1.21.0
22852026-04-07T04:18:52.859Z Checking der v0.7.10
22862026-04-07T04:18:52.934Z Checking http v1.4.0
22872026-04-07T04:18:52.937Z Checking idna_adapter v1.2.1
22882026-04-07T04:18:52.965Z Checking pbkdf2 v0.12.2
22892026-04-07T04:18:53.054Z Checking idna v1.1.0
22902026-04-07T04:18:53.075Z Checking scrypt v0.11.0
22912026-04-07T04:18:53.153Z Checking aes v0.8.4
22922026-04-07T04:18:53.214Z Checking cbc v0.1.2
22932026-04-07T04:18:53.308Z Checking url v2.5.8
22942026-04-07T04:18:53.350Z Checking rustix v1.1.3
22952026-04-07T04:18:53.400Z Checking ppv-lite86 v0.2.21
22962026-04-07T04:18:53.535Z Checking tracing-core v0.1.36
22972026-04-07T04:18:53.553Z Checking rustls-pki-types v1.14.0
22982026-04-07T04:18:53.615Z Checking spki v0.7.3
22992026-04-07T04:18:53.693Z Checking rand_chacha v0.9.0
23002026-04-07T04:18:53.750Z Checking iana-time-zone v0.1.65
23012026-04-07T04:18:53.780Z Checking regex-syntax v0.8.10
23022026-04-07T04:18:53.831Z Checking tracing v0.1.44
23032026-04-07T04:18:53.844Z Checking pkcs5 v0.7.1
23042026-04-07T04:18:53.856Z Checking chrono v0.4.44
23052026-04-07T04:18:53.891Z Checking rand v0.9.2
23062026-04-07T04:18:54.035Z Checking http-body v1.0.1
23072026-04-07T04:18:54.091Z Checking aws-lc-sys v0.37.1
23082026-04-07T04:18:54.165Z Checking untrusted v0.7.1
23092026-04-07T04:18:54.180Z Checking base64 v0.22.1
23102026-04-07T04:18:54.267Z Checking untrusted v0.9.0
23112026-04-07T04:18:54.280Z Checking openssl-probe v0.2.1
23122026-04-07T04:18:54.357Z Checking pkcs8 v0.10.2
23132026-04-07T04:18:54.375Z Checking ring v0.17.14
23142026-04-07T04:18:54.389Z Checking atomic-waker v1.1.2
23152026-04-07T04:18:54.414Z Checking tinyvec_macros v0.1.1
23162026-04-07T04:18:54.483Z Checking tower-service v0.3.3
23172026-04-07T04:18:54.496Z Checking try-lock v0.2.5
23182026-04-07T04:18:54.534Z Checking tower-layer v0.3.3
23192026-04-07T04:18:54.572Z Checking plain v0.2.3
23202026-04-07T04:18:54.592Z Checking want v0.3.1
23212026-04-07T04:18:54.604Z Checking aws-lc-rs v1.16.0
23222026-04-07T04:18:54.673Z Checking tinyvec v1.10.0
23232026-04-07T04:18:54.688Z Checking ipnet v2.11.0
23242026-04-07T04:18:54.702Z Checking httparse v1.10.1
23252026-04-07T04:18:54.714Z Checking semver v1.0.27
23262026-04-07T04:18:54.910Z Checking spin v0.9.8
23272026-04-07T04:18:54.923Z Checking dyn-clone v1.0.20
23282026-04-07T04:18:54.939Z Checking pin-utils v0.1.0
23292026-04-07T04:18:54.983Z Checking ucd-trie v0.1.7
23302026-04-07T04:18:55.007Z Checking foreign-types-shared v0.1.1
23312026-04-07T04:18:55.022Z Checking unicode-ident v1.0.24
23322026-04-07T04:18:55.085Z Checking fastrand v2.3.0
23332026-04-07T04:18:55.088Z Checking httpdate v1.0.3
23342026-04-07T04:18:55.109Z Checking foreign-types v0.3.2
23352026-04-07T04:18:55.120Z Checking pest v2.8.6
23362026-04-07T04:18:55.132Z Checking proc-macro2 v1.0.106
23372026-04-07T04:18:55.174Z Checking schemars v0.8.22
23382026-04-07T04:18:55.240Z Checking openssl-sys v0.9.111
23392026-04-07T04:18:55.263Z Checking tempfile v3.25.0
23402026-04-07T04:18:55.369Z Checking thiserror v2.0.18
23412026-04-07T04:18:55.434Z Checking tokio-util v0.7.18
23422026-04-07T04:18:55.434Z Checking wait-timeout v0.2.1
23432026-04-07T04:18:55.437Z Checking rustls-webpki v0.103.9
23442026-04-07T04:18:55.471Z Checking aho-corasick v1.1.4
23452026-04-07T04:18:55.485Z Checking utf8parse v0.2.2
23462026-04-07T04:18:55.557Z Checking siphasher v1.0.2
23472026-04-07T04:18:55.585Z Checking anstyle v1.0.13
23482026-04-07T04:18:55.715Z Checking simd-adler32 v0.3.8
23492026-04-07T04:18:55.727Z Checking quick-error v1.2.3
23502026-04-07T04:18:55.769Z Checking bit-vec v0.8.0
23512026-04-07T04:18:55.825Z Checking powerfmt v0.2.0
23522026-04-07T04:18:55.838Z Checking pretty-hex v0.4.1
23532026-04-07T04:18:55.882Z Checking rusty-fork v0.3.1
23542026-04-07T04:18:55.894Z Checking rustls v0.23.37
23552026-04-07T04:18:55.948Z Checking openssl v0.10.75
23562026-04-07T04:18:55.961Z Checking bit-set v0.8.0
23572026-04-07T04:18:55.973Z Checking deranged v0.5.8
23582026-04-07T04:18:56.046Z Checking anstyle-parse v0.2.7
23592026-04-07T04:18:56.060Z Checking h2 v0.4.13
23602026-04-07T04:18:56.108Z Checking quote v1.0.44
23612026-04-07T04:18:56.148Z Checking regex-automata v0.4.14
23622026-04-07T04:18:56.179Z Compiling newtype-uuid v1.3.2
23632026-04-07T04:18:56.196Z Checking unicode-normalization v0.1.25
23642026-04-07T04:18:56.272Z Checking rustls-native-certs v0.8.3
23652026-04-07T04:18:56.356Z Checking crossbeam-utils v0.8.21
23662026-04-07T04:18:56.398Z Checking rand_xorshift v0.4.0
23672026-04-07T04:18:56.520Z Checking crc32fast v1.5.0
23682026-04-07T04:18:56.595Z Checking scroll v0.13.0
23692026-04-07T04:18:56.658Z Checking signature v2.2.0
23702026-04-07T04:18:56.684Z Checking sync_wrapper v1.0.2
23712026-04-07T04:18:56.785Z Checking colorchoice v1.0.4
23722026-04-07T04:18:56.797Z Checking unarray v0.1.4
23732026-04-07T04:18:56.823Z Checking num_threads v0.1.7
23742026-04-07T04:18:56.883Z Checking unicode-properties v0.1.4
23752026-04-07T04:18:56.897Z Checking adler2 v2.0.1
23762026-04-07T04:18:56.900Z Checking anstyle-query v1.1.5
23772026-04-07T04:18:56.919Z Checking unicode-bidi v0.3.18
23782026-04-07T04:18:56.995Z Checking time-core v0.1.8
23792026-04-07T04:18:57.010Z Checking num-conv v0.2.0
23802026-04-07T04:18:57.065Z Checking is_terminal_polyfill v1.70.2
23812026-04-07T04:18:57.127Z Checking miniz_oxide v0.8.9
23822026-04-07T04:18:57.140Z Checking time v0.3.47
23832026-04-07T04:18:57.152Z Checking anstream v0.6.21
23842026-04-07T04:18:57.207Z Checking stringprep v0.1.5
23852026-04-07T04:18:57.344Z Checking proptest v1.10.0
23862026-04-07T04:18:57.360Z Checking goblin v0.10.5
23872026-04-07T04:18:57.478Z Checking tower v0.5.3
23882026-04-07T04:18:57.863Z Checking crossbeam-epoch v0.9.18
23892026-04-07T04:18:57.896Z Checking native-tls v0.2.18
23902026-04-07T04:18:57.949Z Compiling daft v0.1.5
23912026-04-07T04:18:58.074Z Checking syn v2.0.117
23922026-04-07T04:18:58.087Z Checking ipnetwork v0.21.1
23932026-04-07T04:18:58.230Z Checking tokio-rustls v0.26.4
23942026-04-07T04:18:58.245Z Checking http-body-util v0.1.3
23952026-04-07T04:18:58.278Z Checking webpki-roots v1.0.6
23962026-04-07T04:18:58.324Z Checking rand_chacha v0.3.1
23972026-04-07T04:18:58.398Z Checking thiserror v1.0.69
23982026-04-07T04:18:58.459Z Checking scroll v0.12.0
23992026-04-07T04:18:58.472Z Checking hash32 v0.2.1
24002026-04-07T04:18:58.496Z Checking zstd-sys v2.0.16+zstd.1.5.7
24012026-04-07T04:18:58.536Z Checking num-integer v0.1.46
24022026-04-07T04:18:58.608Z Checking toml_datetime v0.6.11
24032026-04-07T04:18:58.630Z Checking serde_spanned v0.6.9
24042026-04-07T04:18:58.689Z Checking md-5 v0.10.6
24052026-04-07T04:18:58.756Z Checking ff v0.13.1
24062026-04-07T04:18:58.770Z Checking iri-string v0.7.10
24072026-04-07T04:18:58.783Z Checking hyper v1.8.1
24082026-04-07T04:18:58.796Z Checking ryu v1.0.23
24092026-04-07T04:18:58.821Z Checking fallible-iterator v0.2.0
24102026-04-07T04:18:58.880Z Checking zlib-rs v0.6.2
24112026-04-07T04:18:58.928Z Checking psl-types v2.0.11
24122026-04-07T04:18:59.045Z Checking base16ct v0.2.0
24132026-04-07T04:18:59.095Z Checking postgres-protocol v0.6.10
24142026-04-07T04:18:59.169Z Checking sec1 v0.7.3
24152026-04-07T04:18:59.332Z Checking publicsuffix v2.3.0
24162026-04-07T04:18:59.372Z Checking serde_urlencoded v0.7.1
24172026-04-07T04:18:59.401Z Checking group v0.13.0
24182026-04-07T04:18:59.491Z Compiling iddqd v0.3.17
24192026-04-07T04:18:59.546Z Checking num-iter v0.1.45
24202026-04-07T04:18:59.575Z Checking goblin v0.8.2
24212026-04-07T04:18:59.661Z Checking heapless v0.7.17
24222026-04-07T04:18:59.671Z Checking hyper-util v0.1.20
24232026-04-07T04:18:59.718Z Checking dof v0.4.0
24242026-04-07T04:18:59.752Z Checking flate2 v1.1.9
24252026-04-07T04:18:59.775Z Checking tower-http v0.6.8
24262026-04-07T04:19:00.039Z Checking zstd-safe v7.2.4
24272026-04-07T04:19:00.043Z Checking rand v0.8.5
24282026-04-07T04:19:00.069Z Checking oxnet v0.1.4
24292026-04-07T04:19:00.205Z Checking cookie v0.18.1
24302026-04-07T04:19:00.305Z Checking tokio-native-tls v0.3.1
24312026-04-07T04:19:00.339Z Checking dtrace-parser v0.3.0
24322026-04-07T04:19:00.354Z Checking phf_shared v0.13.1
24332026-04-07T04:19:00.442Z Checking lazy_static v1.5.0
24342026-04-07T04:19:00.463Z Checking terminal_size v0.4.3
24352026-04-07T04:19:00.542Z Checking zerocopy v0.7.35
24362026-04-07T04:19:00.554Z Checking bzip2-sys v0.1.13+1.0.8
24372026-04-07T04:19:00.570Z Checking signal-hook v0.3.18
24382026-04-07T04:19:00.582Z Checking hkdf v0.12.4
24392026-04-07T04:19:00.582Z Checking crypto-bigint v0.5.5
24402026-04-07T04:19:00.614Z Checking thread-id v5.1.0
24412026-04-07T04:19:00.632Z Checking libbz2-rs-sys v0.2.2
24422026-04-07T04:19:00.693Z Checking winnow v0.5.40
24432026-04-07T04:19:00.710Z Compiling rayon-core v1.13.0
24442026-04-07T04:19:00.751Z Checking clap_lex v1.0.0
24452026-04-07T04:19:00.889Z Checking foldhash v0.1.5
24462026-04-07T04:19:00.903Z Checking winnow v0.7.14
24472026-04-07T04:19:00.917Z Checking hyper-rustls v0.27.7
24482026-04-07T04:19:01.020Z Checking bitflags v1.3.2
24492026-04-07T04:19:01.023Z Checking managed v0.8.0
24502026-04-07T04:19:01.042Z Checking bumpalo v3.20.2
24512026-04-07T04:19:01.103Z Checking either v1.15.0
24522026-04-07T04:19:01.122Z Checking strsim v0.11.1
24532026-04-07T04:19:01.204Z Checking smoltcp v0.9.1
24542026-04-07T04:19:01.238Z Checking zopfli v0.8.3
24552026-04-07T04:19:01.279Z Checking hashbrown v0.15.5
24562026-04-07T04:19:01.282Z Checking clap_builder v4.5.60
24572026-04-07T04:19:01.460Z Checking dof v0.3.0
24582026-04-07T04:19:01.474Z Checking elliptic-curve v0.13.8
24592026-04-07T04:19:01.565Z Checking bzip2 v0.6.1
24602026-04-07T04:19:01.727Z Checking hyper-tls v0.6.0
24612026-04-07T04:19:01.739Z Checking signal-hook-mio v0.2.5
24622026-04-07T04:19:01.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24632026-04-07T04:19:01.780Z Checking usdt-impl v0.6.0
24642026-04-07T04:19:01.794Z Checking bzip2 v0.4.4
24652026-04-07T04:19:01.829Z Checking toml_edit v0.19.15
24662026-04-07T04:19:01.840Z Checking num-bigint-dig v0.8.6
24672026-04-07T04:19:01.890Z Checking phf v0.13.1
24682026-04-07T04:19:01.946Z Checking cookie_store v0.22.1
24692026-04-07T04:19:02.037Z Checking zstd v0.13.3
24702026-04-07T04:19:02.058Z Checking postgres-types v0.2.12
24712026-04-07T04:19:02.073Z Checking dtrace-parser v0.2.0
24722026-04-07T04:19:02.203Z Checking rustls-platform-verifier v0.6.2
24732026-04-07T04:19:02.220Z Checking crossbeam-deque v0.8.6
24742026-04-07T04:19:02.277Z Checking bstr v1.12.1
24752026-04-07T04:19:02.301Z Checking regex v1.12.3
24762026-04-07T04:19:02.342Z Checking ed25519 v2.2.3
24772026-04-07T04:19:02.365Z Checking phf_shared v0.11.3
24782026-04-07T04:19:02.393Z Checking ref-cast v1.0.25
24792026-04-07T04:19:02.492Z Checking curve25519-dalek v4.1.3
24802026-04-07T04:19:02.507Z Checking strum v0.27.2
24812026-04-07T04:19:02.519Z Checking hubpack v0.1.2
24822026-04-07T04:19:02.531Z Checking memoffset v0.9.1
24832026-04-07T04:19:02.574Z Checking rustix v0.38.44
24842026-04-07T04:19:02.606Z Checking pkcs1 v0.7.5
24852026-04-07T04:19:02.618Z Checking float-cmp v0.10.0
24862026-04-07T04:19:02.644Z Checking hex v0.4.3
24872026-04-07T04:19:02.665Z Checking serde-big-array v0.5.1
24882026-04-07T04:19:02.681Z Checking erased-serde v0.3.31
24892026-04-07T04:19:02.740Z Checking rfc6979 v0.4.0
24902026-04-07T04:19:02.797Z Checking memmap2 v0.9.10
24912026-04-07T04:19:02.810Z Checking thread-id v4.2.2
24922026-04-07T04:19:02.852Z Checking env_filter v1.0.0
24932026-04-07T04:19:02.855Z Checking encoding_rs v0.8.35
24942026-04-07T04:19:02.875Z Checking fixedbitset v0.4.2
24952026-04-07T04:19:02.887Z Checking mime v0.3.17
24962026-04-07T04:19:02.954Z Checking data-encoding v2.10.0
24972026-04-07T04:19:02.991Z Checking jiff v0.2.21
24982026-04-07T04:19:03.020Z Checking new_debug_unreachable v1.0.6
24992026-04-07T04:19:03.056Z Checking unicode-segmentation v1.12.0
25002026-04-07T04:19:03.069Z Checking fixedbitset v0.5.7
25012026-04-07T04:19:03.094Z Checking predicates-core v1.0.10
25022026-04-07T04:19:03.239Z Checking rustc-hash v2.1.1
25032026-04-07T04:19:03.240Z Checking precomputed-hash v0.1.1
25042026-04-07T04:19:03.267Z Checking static_assertions v1.1.0
25052026-04-07T04:19:03.279Z Checking keccak v0.1.6
25062026-04-07T04:19:03.334Z Checking difflib v0.4.0
25072026-04-07T04:19:03.346Z Checking whoami v2.1.0
25082026-04-07T04:19:03.357Z Checking toml_write v0.1.2
25092026-04-07T04:19:03.386Z Checking normalize-line-endings v0.3.0
25102026-04-07T04:19:03.399Z Checking crossterm v0.28.1
25112026-04-07T04:19:03.447Z Checking sha3 v0.10.8
25122026-04-07T04:19:03.476Z Checking similar v2.7.0
25132026-04-07T04:19:03.509Z Checking predicates v3.1.4
25142026-04-07T04:19:03.521Z Checking toml_edit v0.22.27
25152026-04-07T04:19:03.537Z Checking tokio-postgres v0.7.16
25162026-04-07T04:19:03.804Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25172026-04-07T04:19:03.831Z Checking reqwest v0.12.28
25182026-04-07T04:19:03.859Z Checking string_cache v0.8.9
25192026-04-07T04:19:04.027Z Checking ed25519-dalek v2.2.0
25202026-04-07T04:19:04.108Z Checking petgraph v0.8.3
25212026-04-07T04:19:04.258Z Checking hickory-proto v0.25.2
25222026-04-07T04:19:04.502Z Checking slog v2.8.2
25232026-04-07T04:19:04.594Z Checking petgraph v0.6.5
25242026-04-07T04:19:04.661Z Checking env_logger v0.11.9
25252026-04-07T04:19:04.763Z Checking usdt v0.6.0
25262026-04-07T04:19:04.782Z Checking usdt-impl v0.5.0
25272026-04-07T04:19:04.850Z Checking serde_with v3.17.0
25282026-04-07T04:19:04.928Z Checking toml v0.7.8
25292026-04-07T04:19:05.062Z Checking ecdsa v0.16.9
25302026-04-07T04:19:05.237Z Checking rsa v0.9.10
25312026-04-07T04:19:05.240Z Checking zip v4.6.1
25322026-04-07T04:19:05.394Z Checking nix v0.31.1
25332026-04-07T04:19:05.678Z Checking clap v4.5.60
25342026-04-07T04:19:05.759Z Checking reqwest v0.13.2
25352026-04-07T04:19:05.814Z Checking toml_parser v1.0.9+spec-1.1.0
25362026-04-07T04:19:05.842Z Checking zip v0.6.6
25372026-04-07T04:19:06.025Z Checking itertools v0.13.0
25382026-04-07T04:19:06.055Z Checking strum v0.26.3
25392026-04-07T04:19:06.138Z Checking fs-err v3.3.0
25402026-04-07T04:19:06.167Z Checking ahash v0.8.12
25412026-04-07T04:19:06.167Z Checking tokio-stream v0.1.18
25422026-04-07T04:19:06.250Z Checking object v0.37.3
25432026-04-07T04:19:06.376Z Checking buf-list v1.1.2
25442026-04-07T04:19:06.390Z Checking anyhow v1.0.102
25452026-04-07T04:19:06.434Z Checking camino v1.2.2
25462026-04-07T04:19:06.554Z Checking x509-cert v0.2.5
25472026-04-07T04:19:06.567Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25482026-04-07T04:19:06.587Z Checking openapiv3 v2.2.0
25492026-04-07T04:19:06.600Z Checking sha1 v0.10.6
25502026-04-07T04:19:06.686Z Checking toml_datetime v0.7.5+spec-1.1.0
25512026-04-07T04:19:06.760Z Checking peg-runtime v0.8.5
25522026-04-07T04:19:06.824Z Checking lalrpop-util v0.19.12
25532026-04-07T04:19:06.889Z Checking rayon v1.11.0
25542026-04-07T04:19:06.903Z Checking sigpipe v0.1.3
25552026-04-07T04:19:06.979Z Checking glob v0.3.3
25562026-04-07T04:19:08.444Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25572026-04-07T04:19:08.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
25582026-04-07T04:19:08.896Z
25592026-04-07T04:19:08.896Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
25602026-04-07T04:19:09.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612026-04-07T04:19:09.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622026-04-07T04:19:09.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632026-04-07T04:19:09.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25642026-04-07T04:19:09.488Z
25652026-04-07T04:19:09.488Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
25662026-04-07T04:19:09.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672026-04-07T04:19:09.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682026-04-07T04:19:09.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692026-04-07T04:19:09.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25702026-04-07T04:19:10.087Z
25712026-04-07T04:19:10.087Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
25722026-04-07T04:19:10.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-04-07T04:19:10.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-04-07T04:19:10.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-04-07T04:19:10.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25762026-04-07T04:19:10.683Z
25772026-04-07T04:19:10.683Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
25782026-04-07T04:19:11.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-04-07T04:19:11.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-04-07T04:19:11.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-04-07T04:19:11.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25822026-04-07T04:19:11.280Z
25832026-04-07T04:19:11.280Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
25842026-04-07T04:19:11.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-04-07T04:19:11.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-04-07T04:19:11.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-04-07T04:19:11.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25882026-04-07T04:19:11.864Z
25892026-04-07T04:19:11.864Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
25902026-04-07T04:19:12.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-04-07T04:19:12.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-04-07T04:19:12.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-04-07T04:19:12.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25942026-04-07T04:19:12.447Z
25952026-04-07T04:19:12.447Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
25962026-04-07T04:19:12.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-04-07T04:19:12.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-04-07T04:19:12.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-04-07T04:19:12.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26002026-04-07T04:19:13.028Z
26012026-04-07T04:19:13.028Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
26022026-04-07T04:19:13.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-04-07T04:19:13.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-04-07T04:19:13.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052026-04-07T04:19:13.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26062026-04-07T04:19:13.604Z
26072026-04-07T04:19:13.604Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
26082026-04-07T04:19:14.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092026-04-07T04:19:14.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102026-04-07T04:19:14.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112026-04-07T04:19:14.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26122026-04-07T04:19:14.183Z
26132026-04-07T04:19:14.183Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
26142026-04-07T04:19:14.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-04-07T04:19:14.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-04-07T04:19:14.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-04-07T04:19:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26182026-04-07T04:19:14.772Z
26192026-04-07T04:19:14.772Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
26202026-04-07T04:19:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-04-07T04:19:15.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-04-07T04:19:15.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-04-07T04:19:15.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-04-07T04:19:15.364Z
26252026-04-07T04:19:15.364Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
26262026-04-07T04:19:15.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-04-07T04:19:15.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-04-07T04:19:15.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-04-07T04:19:15.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-04-07T04:19:15.971Z
26312026-04-07T04:19:15.971Zinfo: running `cargo check --bins` on oxql-types (79/270)
26322026-04-07T04:19:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-07T04:19:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-07T04:19:16.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-07T04:19:16.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-04-07T04:19:16.560Z
26372026-04-07T04:19:16.560Zinfo: running `cargo check --bins` on oximeter-types (80/270)
26382026-04-07T04:19:17.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-07T04:19:17.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-07T04:19:17.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-07T04:19:17.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-04-07T04:19:17.156Z
26432026-04-07T04:19:17.156Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
26442026-04-07T04:19:17.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-07T04:19:17.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-07T04:19:17.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-07T04:19:17.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-04-07T04:19:17.750Z
26492026-04-07T04:19:17.750Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
26502026-04-07T04:19:18.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-07T04:19:18.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-07T04:19:18.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-07T04:19:18.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26542026-04-07T04:19:18.325Z
26552026-04-07T04:19:18.325Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
26562026-04-07T04:19:18.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-07T04:19:18.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-07T04:19:19.001Z Compiling structmeta-derive v0.3.0
26592026-04-07T04:19:19.115Z Compiling rustls v0.22.4
26602026-04-07T04:19:19.127Z Compiling multer v3.1.0
26612026-04-07T04:19:19.137Z Compiling async-stream-impl v0.3.6
26622026-04-07T04:19:19.137Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26632026-04-07T04:19:19.159Z Compiling dropshot v0.16.7
26642026-04-07T04:19:19.174Z Compiling dropshot_endpoint v0.16.7
26652026-04-07T04:19:19.174Z Compiling newtype-uuid-macros v0.1.0
26662026-04-07T04:19:19.293Z Checking newtype-uuid v1.3.2
26672026-04-07T04:19:19.355Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26682026-04-07T04:19:19.394Z Checking rustls-webpki v0.102.8
26692026-04-07T04:19:19.492Z Checking daft v0.1.5
26702026-04-07T04:19:19.532Z Checking futures-executor v0.3.32
26712026-04-07T04:19:19.713Z Checking thread_local v1.1.9
26722026-04-07T04:19:19.728Z Compiling match_cfg v0.1.0
26732026-04-07T04:19:19.831Z Compiling hostname v0.3.1
26742026-04-07T04:19:19.879Z Checking iddqd v0.3.17
26752026-04-07T04:19:19.916Z Checking futures v0.3.32
26762026-04-07T04:19:19.932Z Checking crossbeam-channel v0.5.15
26772026-04-07T04:19:19.945Z Checking slog-json v2.6.1
26782026-04-07T04:19:20.156Z Compiling structmeta v0.3.0
26792026-04-07T04:19:20.201Z Checking is-terminal v0.4.17
26802026-04-07T04:19:20.273Z Checking serde_spanned v1.0.4
26812026-04-07T04:19:20.370Z Compiling derive-ex v0.1.8
26822026-04-07T04:19:20.404Z Compiling parse-display-derive v0.10.0
26832026-04-07T04:19:20.441Z Checking take_mut v0.2.2
26842026-04-07T04:19:20.444Z Checking toml_writer v1.0.6+spec-1.1.0
26852026-04-07T04:19:20.548Z Checking term v1.2.1
26862026-04-07T04:19:20.730Z Checking debug-ignore v1.0.5
26872026-04-07T04:19:20.765Z Checking slog-term v2.9.2
26882026-04-07T04:19:20.830Z Compiling toml v0.9.12+spec-1.1.0
26892026-04-07T04:19:20.845Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26902026-04-07T04:19:20.934Z Checking slog-async v2.8.0
26912026-04-07T04:19:21.023Z Compiling slog-bunyan v2.5.0
26922026-04-07T04:19:21.162Z Compiling async-stream v0.3.6
26932026-04-07T04:19:21.246Z Checking tokio-rustls v0.25.0
26942026-04-07T04:19:21.334Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26952026-04-07T04:19:21.441Z Checking progenitor-client v0.13.0
26962026-04-07T04:19:21.444Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26972026-04-07T04:19:21.585Z Checking backon v1.6.0
26982026-04-07T04:19:21.684Z Checking waitgroup v0.1.2
26992026-04-07T04:19:21.786Z Checking rustls-pemfile v2.2.0
27002026-04-07T04:19:22.040Z Compiling test-strategy v0.4.5
27012026-04-07T04:19:22.078Z Checking serde_path_to_error v0.1.20
27022026-04-07T04:19:22.107Z Compiling hostname v0.4.2
27032026-04-07T04:19:22.165Z Checking instant v0.1.13
27042026-04-07T04:19:22.231Z Compiling prettyplease v0.2.37
27052026-04-07T04:19:22.255Z Checking backoff v0.4.0
27062026-04-07T04:19:22.344Z Compiling progenitor-extras v0.1.1
27072026-04-07T04:19:22.425Z Checking parse-display v0.10.0
27082026-04-07T04:19:22.586Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27092026-04-07T04:19:22.720Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-04-07T04:19:22.796Z Checking progenitor-client v0.10.0
27112026-04-07T04:19:22.850Z Checking itertools v0.14.0
27122026-04-07T04:19:23.024Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27132026-04-07T04:19:23.485Z Checking regress v0.10.5
27142026-04-07T04:19:23.538Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27152026-04-07T04:19:23.950Z Compiling macaddr v1.0.1
27162026-04-07T04:19:24.271Z Checking num-rational v0.4.2
27172026-04-07T04:19:24.366Z Compiling usdt-attr-macro v0.5.0
27182026-04-07T04:19:24.458Z Compiling usdt-macro v0.5.0
27192026-04-07T04:19:24.547Z Checking num-complex v0.4.6
27202026-04-07T04:19:24.878Z Checking memmap v0.7.0
27212026-04-07T04:19:24.890Z Checking num v0.4.3
27222026-04-07T04:19:24.903Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27232026-04-07T04:19:25.014Z Compiling float-ord v0.3.2
27242026-04-07T04:19:25.130Z Compiling toml v0.8.23
27252026-04-07T04:19:25.130Z Checking linked-hash-map v0.5.6
27262026-04-07T04:19:25.153Z Compiling minimal-lexical v0.2.1
27272026-04-07T04:19:25.175Z Checking usdt v0.5.0
27282026-04-07T04:19:25.345Z Compiling nom v7.1.3
27292026-04-07T04:19:25.408Z Checking lru-cache v0.1.2
27302026-04-07T04:19:26.056Z Checking hickory-proto v0.24.4
27312026-04-07T04:19:26.083Z Checking phf_shared v0.12.1
27322026-04-07T04:19:26.217Z Compiling slog-dtrace v0.3.0
27332026-04-07T04:19:26.230Z Checking resolv-conf v0.7.6
27342026-04-07T04:19:26.412Z Compiling chrono-tz v0.10.4
27352026-04-07T04:19:26.415Z Compiling convert_case v0.4.0
27362026-04-07T04:19:26.594Z Checking heck v0.5.0
27372026-04-07T04:19:26.657Z Compiling const_format_proc_macros v0.2.34
27382026-04-07T04:19:26.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27392026-04-07T04:19:26.793Z Checking phf v0.12.1
27402026-04-07T04:19:26.806Z Compiling derive_more v0.99.20
27412026-04-07T04:19:26.937Z Checking tokio-dtrace v0.1.1
27422026-04-07T04:19:27.126Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27432026-04-07T04:19:27.316Z Compiling derive-where v1.6.0
27442026-04-07T04:19:27.645Z Checking highway v1.3.0
27452026-04-07T04:19:27.828Z Checking const_format v0.2.35
27462026-04-07T04:19:27.834Z Checking hickory-resolver v0.24.4
27472026-04-07T04:19:27.894Z Checking oxide-tokio-rt v0.1.3
27482026-04-07T04:19:28.298Z Checking gethostname v0.5.0
27492026-04-07T04:19:28.411Z Checking bcs v0.1.6
27502026-04-07T04:19:28.540Z Compiling async-recursion v1.1.1
27512026-04-07T04:19:28.599Z Checking qorb v0.4.1
27522026-04-07T04:19:28.768Z Checking termtree v0.5.1
27532026-04-07T04:19:29.257Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27542026-04-07T04:19:29.281Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27552026-04-07T04:19:29.562Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27562026-04-07T04:19:30.826Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27572026-04-07T04:19:30.826Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27582026-04-07T04:19:32.633Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27592026-04-07T04:19:35.329Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27602026-04-07T04:19:37.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
27612026-04-07T04:19:37.610Z
27622026-04-07T04:19:37.610Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
27632026-04-07T04:19:38.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-04-07T04:19:38.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-04-07T04:19:38.288Z Compiling ar_archive_writer v0.5.1
27662026-04-07T04:19:38.398Z Compiling stacker v0.1.23
27672026-04-07T04:19:38.406Z Compiling cfg_aliases v0.1.1
27682026-04-07T04:19:38.413Z Compiling convert_case v0.10.0
27692026-04-07T04:19:38.416Z Checking unicode-width v0.1.14
27702026-04-07T04:19:38.429Z Compiling proc-macro-error v1.0.4
27712026-04-07T04:19:38.440Z Checking fd-lock v4.0.4
27722026-04-07T04:19:38.442Z Checking nibble_vec v0.1.0
27732026-04-07T04:19:38.464Z Compiling nix v0.28.0
27742026-04-07T04:19:38.553Z Checking vte v0.14.1
27752026-04-07T04:19:38.569Z Compiling recursive-proc-macro-impl v0.1.1
27762026-04-07T04:19:38.675Z Checking bytecount v0.6.9
27772026-04-07T04:19:38.675Z Checking endian-type v0.1.2
27782026-04-07T04:19:38.705Z Checking strip-ansi-escapes v0.2.1
27792026-04-07T04:19:38.708Z Compiling derive_more-impl v2.1.1
27802026-04-07T04:19:38.742Z Compiling tabled_derive v0.7.0
27812026-04-07T04:19:38.793Z Checking papergrid v0.11.0
27822026-04-07T04:19:38.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27832026-04-07T04:19:38.846Z Checking radix_trie v0.2.1
27842026-04-07T04:19:38.962Z Compiling peg-macros v0.8.5
27852026-04-07T04:19:39.059Z Checking winnow v0.6.26
27862026-04-07T04:19:39.236Z Compiling psm v0.1.30
27872026-04-07T04:19:39.287Z Compiling sqlparser_derive v0.5.0
27882026-04-07T04:19:39.421Z Checking nu-ansi-term v0.50.3
27892026-04-07T04:19:39.542Z Checking derive_more v2.1.1
27902026-04-07T04:19:39.624Z Checking unicode-width v0.2.0
27912026-04-07T04:19:39.637Z Checking home v0.5.12
27922026-04-07T04:19:39.700Z Checking unicode_categories v0.1.1
27932026-04-07T04:19:39.747Z Checking tabled v0.15.0
27942026-04-07T04:19:39.749Z Checking rustyline v14.0.0
27952026-04-07T04:19:39.856Z Checking crossterm v0.29.0
27962026-04-07T04:19:39.871Z Checking reedline v0.40.0
27972026-04-07T04:19:40.005Z Checking recursive v0.1.1
27982026-04-07T04:19:40.058Z Checking display-error-chain v0.2.2
27992026-04-07T04:19:40.098Z Checking sqlparser v0.61.0
28002026-04-07T04:19:40.202Z Checking sqlformat v0.3.5
28012026-04-07T04:19:40.310Z Checking peg v0.8.5
28022026-04-07T04:19:51.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
28032026-04-07T04:19:51.416Z
28042026-04-07T04:19:51.416Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
28052026-04-07T04:19:51.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-04-07T04:19:51.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-04-07T04:19:52.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-04-07T04:19:55.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28092026-04-07T04:19:55.651Z
28102026-04-07T04:19:55.651Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
28112026-04-07T04:19:56.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-04-07T04:19:56.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-04-07T04:19:56.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-04-07T04:19:58.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28152026-04-07T04:19:58.900Z
28162026-04-07T04:19:58.900Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
28172026-04-07T04:19:59.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-07T04:19:59.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-07T04:19:59.560Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-04-07T04:20:02.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28212026-04-07T04:20:02.940Z
28222026-04-07T04:20:02.940Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
28232026-04-07T04:20:03.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-07T04:20:03.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-07T04:20:03.610Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-07T04:20:06.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28272026-04-07T04:20:07.009Z
28282026-04-07T04:20:07.009Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
28292026-04-07T04:20:07.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-07T04:20:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-07T04:20:07.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-07T04:20:10.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28332026-04-07T04:20:10.436Z
28342026-04-07T04:20:10.436Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
28352026-04-07T04:20:10.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-07T04:20:10.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-07T04:20:11.109Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-07T04:20:13.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28392026-04-07T04:20:13.888Z
28402026-04-07T04:20:13.888Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
28412026-04-07T04:20:14.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-07T04:20:14.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-07T04:20:14.559Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-07T04:20:17.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28452026-04-07T04:20:18.103Z
28462026-04-07T04:20:18.103Zinfo: running `cargo check --bins` on oximeter (92/270)
28472026-04-07T04:20:18.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-07T04:20:18.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-07T04:20:18.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-04-07T04:20:18.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28512026-04-07T04:20:18.689Z
28522026-04-07T04:20:18.689Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
28532026-04-07T04:20:19.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-07T04:20:19.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-07T04:20:19.317Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28562026-04-07T04:20:19.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28572026-04-07T04:20:19.483Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28582026-04-07T04:20:19.815Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28592026-04-07T04:20:23.268Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28602026-04-07T04:20:23.594Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28612026-04-07T04:20:24.673Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28622026-04-07T04:20:25.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
28632026-04-07T04:20:25.526Z
28642026-04-07T04:20:25.526Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
28652026-04-07T04:20:26.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-07T04:20:26.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-07T04:20:26.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-04-07T04:20:26.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28692026-04-07T04:20:26.122Z
28702026-04-07T04:20:26.122Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
28712026-04-07T04:20:26.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-04-07T04:20:26.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-04-07T04:20:26.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-04-07T04:20:26.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28752026-04-07T04:20:26.759Z
28762026-04-07T04:20:26.759Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
28772026-04-07T04:20:27.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-07T04:20:27.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-07T04:20:27.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-07T04:20:27.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28812026-04-07T04:20:27.359Z
28822026-04-07T04:20:27.360Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
28832026-04-07T04:20:27.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-07T04:20:27.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-07T04:20:27.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-07T04:20:27.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28872026-04-07T04:20:27.956Z
28882026-04-07T04:20:27.956Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
28892026-04-07T04:20:28.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-07T04:20:28.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-07T04:20:28.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-07T04:20:28.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28932026-04-07T04:20:28.549Z
28942026-04-07T04:20:28.549Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
28952026-04-07T04:20:29.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-07T04:20:29.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-07T04:20:29.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-07T04:20:29.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-07T04:20:29.140Z
29002026-04-07T04:20:29.141Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
29012026-04-07T04:20:29.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-07T04:20:29.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-07T04:20:29.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-07T04:20:29.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29052026-04-07T04:20:29.721Z
29062026-04-07T04:20:29.721Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
29072026-04-07T04:20:30.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-07T04:20:30.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-07T04:20:30.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-07T04:20:30.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112026-04-07T04:20:30.321Z
29122026-04-07T04:20:30.321Zinfo: running `cargo check --bins` on update-engine (102/270)
29132026-04-07T04:20:30.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-07T04:20:30.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-07T04:20:30.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-07T04:20:30.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29172026-04-07T04:20:30.903Z
29182026-04-07T04:20:30.903Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
29192026-04-07T04:20:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-07T04:20:31.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-07T04:20:31.614Z Compiling crucible-workspace-hack v0.1.0
29222026-04-07T04:20:31.731Z Checking secrecy v0.10.3
29232026-04-07T04:20:31.738Z Compiling heapless v0.8.0
29242026-04-07T04:20:31.744Z Compiling ingot-macros v0.1.1
29252026-04-07T04:20:31.751Z Compiling toml_edit v0.23.10+spec-1.0.0
29262026-04-07T04:20:31.754Z Checking hash32 v0.3.1
29272026-04-07T04:20:31.771Z Compiling smoltcp v0.11.0
29282026-04-07T04:20:31.774Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29292026-04-07T04:20:31.834Z Checking cobs v0.3.0
29302026-04-07T04:20:31.877Z Compiling thiserror-impl-no-std v2.0.2
29312026-04-07T04:20:31.973Z Checking universal-hash v0.5.1
29322026-04-07T04:20:31.986Z Checking half v2.7.1
29332026-04-07T04:20:32.025Z Checking ciborium-io v0.2.2
29342026-04-07T04:20:32.094Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29352026-04-07T04:20:32.120Z Checking opaque-debug v0.3.1
29362026-04-07T04:20:32.137Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
29372026-04-07T04:20:32.189Z Checking poly1305 v0.8.0
29382026-04-07T04:20:32.242Z Checking ciborium-ll v0.2.2
29392026-04-07T04:20:32.271Z Compiling proc-macro-crate v3.4.0
29402026-04-07T04:20:32.418Z Checking postcard v1.1.3
29412026-04-07T04:20:32.447Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29422026-04-07T04:20:32.461Z Checking password-hash v0.5.0
29432026-04-07T04:20:32.683Z Checking chacha20 v0.9.1
29442026-04-07T04:20:32.731Z Compiling proc-macro-crate v1.3.1
29452026-04-07T04:20:32.751Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29462026-04-07T04:20:32.804Z Checking blake2 v0.10.6
29472026-04-07T04:20:32.807Z Compiling num_enum_derive v0.7.5
29482026-04-07T04:20:32.908Z Checking aead v0.5.2
29492026-04-07T04:20:32.988Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29502026-04-07T04:20:33.040Z Compiling foreign-types-macros v0.2.3
29512026-04-07T04:20:33.054Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29522026-04-07T04:20:33.057Z Checking thiserror-no-std v2.0.2
29532026-04-07T04:20:33.156Z Checking foreign-types-shared v0.3.1
29542026-04-07T04:20:33.170Z Checking cpufeatures v0.3.0
29552026-04-07T04:20:33.212Z Checking vsss-rs v3.3.4
29562026-04-07T04:20:33.243Z Checking chacha20 v0.10.0
29572026-04-07T04:20:33.256Z Compiling num_enum_derive v0.5.11
29582026-04-07T04:20:33.305Z Checking chacha20poly1305 v0.10.1
29592026-04-07T04:20:33.434Z Checking argon2 v0.5.3
29602026-04-07T04:20:33.462Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29612026-04-07T04:20:33.636Z Checking foreign-types v0.5.0
29622026-04-07T04:20:33.744Z Checking ciborium v0.2.2
29632026-04-07T04:20:33.823Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29642026-04-07T04:20:33.889Z Checking num_enum v0.7.5
29652026-04-07T04:20:33.889Z Checking tabwriter v1.4.1
29662026-04-07T04:20:34.015Z Checking console v0.15.11
29672026-04-07T04:20:34.033Z Checking newline-converter v0.3.0
29682026-04-07T04:20:34.104Z Checking camino-tempfile v1.4.1
29692026-04-07T04:20:34.150Z Checking atomicwrites v0.4.4
29702026-04-07T04:20:34.163Z Checking byte-wrapper v0.1.0
29712026-04-07T04:20:34.265Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29722026-04-07T04:20:34.279Z Checking cstr-argument v0.1.2
29732026-04-07T04:20:34.292Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29742026-04-07T04:20:34.306Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29752026-04-07T04:20:34.318Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29762026-04-07T04:20:34.372Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29772026-04-07T04:20:34.399Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29782026-04-07T04:20:34.507Z Checking expectorate v1.2.0
29792026-04-07T04:20:34.560Z Checking ingot-types v0.1.2
29802026-04-07T04:20:34.573Z Checking num_enum v0.5.11
29812026-04-07T04:20:34.641Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29822026-04-07T04:20:34.676Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-04-07T04:20:34.689Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29842026-04-07T04:20:34.735Z Checking rand v0.10.0
29852026-04-07T04:20:34.783Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29862026-04-07T04:20:34.801Z Checking colored v3.1.1
29872026-04-07T04:20:34.888Z Checking indent_write v2.2.0
29882026-04-07T04:20:34.928Z Checking ingot v0.1.1
29892026-04-07T04:20:34.931Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29902026-04-07T04:20:34.999Z Compiling zone_cfg_derive v0.3.1
29912026-04-07T04:20:34.999Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29922026-04-07T04:20:35.026Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29932026-04-07T04:20:35.051Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
29942026-04-07T04:20:35.100Z Checking itertools v0.12.1
29952026-04-07T04:20:35.182Z Compiling num-derive v0.4.2
29962026-04-07T04:20:35.234Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29972026-04-07T04:20:35.419Z Checking swrite v0.1.0
29982026-04-07T04:20:35.435Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29992026-04-07T04:20:35.513Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30002026-04-07T04:20:35.659Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30012026-04-07T04:20:35.819Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30022026-04-07T04:20:35.835Z Checking dropshot-api-manager-types v0.6.0
30032026-04-07T04:20:35.933Z Checking smf v0.2.3
30042026-04-07T04:20:36.003Z Checking nanorand v0.7.0
30052026-04-07T04:20:36.038Z Checking whoami v1.6.1
30062026-04-07T04:20:36.101Z Checking zone v0.3.1
30072026-04-07T04:20:36.104Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30082026-04-07T04:20:36.128Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30092026-04-07T04:20:36.173Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30102026-04-07T04:20:36.199Z Checking flume v0.11.1
30112026-04-07T04:20:36.550Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30122026-04-07T04:20:37.524Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30132026-04-07T04:20:38.367Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30142026-04-07T04:20:40.910Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30152026-04-07T04:20:43.029Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30162026-04-07T04:20:44.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.15s
30172026-04-07T04:20:44.251Z
30182026-04-07T04:20:44.251Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
30192026-04-07T04:20:44.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-04-07T04:20:44.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-04-07T04:20:44.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-04-07T04:20:44.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30232026-04-07T04:20:44.841Z
30242026-04-07T04:20:44.841Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
30252026-04-07T04:20:45.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-04-07T04:20:45.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-04-07T04:20:45.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-04-07T04:20:45.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30292026-04-07T04:20:45.436Z
30302026-04-07T04:20:45.436Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
30312026-04-07T04:20:45.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-04-07T04:20:45.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-04-07T04:20:45.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-04-07T04:20:45.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352026-04-07T04:20:46.040Z
30362026-04-07T04:20:46.040Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
30372026-04-07T04:20:46.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-07T04:20:46.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-07T04:20:46.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-07T04:20:46.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-04-07T04:20:46.641Z
30422026-04-07T04:20:46.641Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
30432026-04-07T04:20:47.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-07T04:20:47.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-07T04:20:47.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-07T04:20:47.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30472026-04-07T04:20:47.242Z
30482026-04-07T04:20:47.242Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
30492026-04-07T04:20:47.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-07T04:20:47.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-07T04:20:47.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-07T04:20:47.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-04-07T04:20:47.839Z
30542026-04-07T04:20:47.839Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
30552026-04-07T04:20:48.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-07T04:20:48.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-07T04:20:48.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-07T04:20:48.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-04-07T04:20:48.443Z
30602026-04-07T04:20:48.443Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
30612026-04-07T04:20:48.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-07T04:20:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-07T04:20:48.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-07T04:20:48.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30652026-04-07T04:20:49.032Z
30662026-04-07T04:20:49.032Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
30672026-04-07T04:20:49.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-07T04:20:49.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-07T04:20:49.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-07T04:20:49.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-04-07T04:20:49.632Z
30722026-04-07T04:20:49.632Zinfo: running `cargo check --bins` on dns-service-client (113/270)
30732026-04-07T04:20:50.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-07T04:20:50.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-07T04:20:50.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-07T04:20:50.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-04-07T04:20:50.226Z
30782026-04-07T04:20:50.227Zinfo: running `cargo check --bins` on installinator-client (114/270)
30792026-04-07T04:20:50.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-07T04:20:50.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-07T04:20:50.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-07T04:20:50.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-04-07T04:20:50.824Z
30842026-04-07T04:20:50.824Zinfo: running `cargo check --bins` on nexus-client (115/270)
30852026-04-07T04:20:51.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-07T04:20:51.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-07T04:20:51.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-07T04:20:51.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30892026-04-07T04:20:51.458Z
30902026-04-07T04:20:51.458Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
30912026-04-07T04:20:51.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-07T04:20:51.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-07T04:20:51.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-07T04:20:52.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30952026-04-07T04:20:52.099Z
30962026-04-07T04:20:52.099Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
30972026-04-07T04:20:52.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-07T04:20:52.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-07T04:20:52.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-07T04:20:52.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31012026-04-07T04:20:52.684Z
31022026-04-07T04:20:52.684Zinfo: running `cargo check --bins` on oxide-client (118/270)
31032026-04-07T04:20:53.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-07T04:20:53.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-07T04:20:53.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-07T04:20:53.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-04-07T04:20:53.273Z
31082026-04-07T04:20:53.273Zinfo: running `cargo check --bins` on oximeter-client (119/270)
31092026-04-07T04:20:53.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-07T04:20:53.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-07T04:20:53.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-07T04:20:53.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-04-07T04:20:53.872Z
31142026-04-07T04:20:53.872Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
31152026-04-07T04:20:54.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-07T04:20:54.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-07T04:20:54.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-07T04:20:54.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31192026-04-07T04:20:54.459Z
31202026-04-07T04:20:54.459Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
31212026-04-07T04:20:54.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-07T04:20:54.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-07T04:20:54.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-07T04:20:54.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31252026-04-07T04:20:55.060Z
31262026-04-07T04:20:55.060Zinfo: running `cargo check --bins` on wicketd-client (122/270)
31272026-04-07T04:20:55.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-07T04:20:55.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-07T04:20:55.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-07T04:20:55.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31312026-04-07T04:20:55.678Z
31322026-04-07T04:20:55.678Zinfo: running `cargo check --bins` on installinator-common (123/270)
31332026-04-07T04:20:56.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-07T04:20:56.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-07T04:20:56.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-07T04:20:56.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31372026-04-07T04:20:56.294Z
31382026-04-07T04:20:56.294Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
31392026-04-07T04:20:56.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-07T04:20:56.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-07T04:20:56.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-07T04:20:56.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31432026-04-07T04:20:56.878Z
31442026-04-07T04:20:56.878Zinfo: running `cargo check --bins` on wicket-common (125/270)
31452026-04-07T04:20:57.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-07T04:20:57.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-07T04:20:57.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-07T04:20:57.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31492026-04-07T04:20:57.489Z
31502026-04-07T04:20:57.489Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
31512026-04-07T04:20:58.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-07T04:20:58.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-07T04:20:58.180Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31542026-04-07T04:20:58.293Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31552026-04-07T04:20:58.303Z Checking csv-core v0.1.13
31562026-04-07T04:20:58.311Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31572026-04-07T04:20:58.319Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31582026-04-07T04:20:58.328Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31592026-04-07T04:20:58.339Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31602026-04-07T04:20:58.350Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-04-07T04:20:58.462Z Checking csv v1.4.0
31622026-04-07T04:20:58.477Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31632026-04-07T04:20:58.527Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31642026-04-07T04:20:58.554Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31652026-04-07T04:20:58.805Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31662026-04-07T04:20:59.173Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31672026-04-07T04:20:59.176Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31682026-04-07T04:20:59.483Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31692026-04-07T04:21:04.675Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31702026-04-07T04:21:05.311Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-04-07T04:21:07.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
31722026-04-07T04:21:07.845Z
31732026-04-07T04:21:07.845Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
31742026-04-07T04:21:08.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-04-07T04:21:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-04-07T04:21:08.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-04-07T04:21:08.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31782026-04-07T04:21:08.443Z
31792026-04-07T04:21:08.443Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
31802026-04-07T04:21:09.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-04-07T04:21:09.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-04-07T04:21:09.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-04-07T04:21:09.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31842026-04-07T04:21:09.125Z
31852026-04-07T04:21:09.125Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
31862026-04-07T04:21:09.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-07T04:21:09.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-07T04:21:09.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-07T04:21:09.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31902026-04-07T04:21:09.801Z
31912026-04-07T04:21:09.801Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
31922026-04-07T04:21:10.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-07T04:21:10.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-07T04:21:10.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-07T04:21:10.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31962026-04-07T04:21:10.448Z
31972026-04-07T04:21:10.448Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
31982026-04-07T04:21:10.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-07T04:21:10.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-07T04:21:11.208Z Compiling typify-impl v0.6.1
32012026-04-07T04:21:11.346Z Compiling unsafe-libyaml v0.2.11
32022026-04-07T04:21:11.356Z Compiling radium v0.7.0
32032026-04-07T04:21:11.366Z Compiling semver v0.1.20
32042026-04-07T04:21:11.376Z Compiling pin-project-internal v1.1.11
32052026-04-07T04:21:11.386Z Checking tap v1.0.1
32062026-04-07T04:21:11.389Z Compiling maybe-uninit v2.0.0
32072026-04-07T04:21:11.491Z Checking wyz v0.5.1
32082026-04-07T04:21:11.617Z Compiling rustc_version v0.1.7
32092026-04-07T04:21:11.706Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-04-07T04:21:11.723Z Compiling snafu-derive v0.8.9
32112026-04-07T04:21:11.811Z Compiling zerocopy-derive v0.6.6
32122026-04-07T04:21:11.839Z Compiling newtype_derive v0.1.6
32132026-04-07T04:21:12.030Z Compiling serde_yaml v0.9.34+deprecated
32142026-04-07T04:21:12.082Z Checking funty v2.0.0
32152026-04-07T04:21:12.404Z Compiling packed_struct v0.10.1
32162026-04-07T04:21:12.446Z Compiling owo-colors v4.3.0
32172026-04-07T04:21:12.476Z Checking pin-project v1.1.11
32182026-04-07T04:21:12.576Z Checking same-file v1.0.6
32192026-04-07T04:21:12.649Z Compiling cancel-safe-futures v0.1.5
32202026-04-07T04:21:12.652Z Checking crc-catalog v2.4.0
32212026-04-07T04:21:12.699Z Checking walkdir v2.5.0
32222026-04-07T04:21:12.754Z Checking crc v3.4.0
32232026-04-07T04:21:12.838Z Checking zerocopy v0.6.6
32242026-04-07T04:21:12.867Z Checking bitvec v1.0.1
32252026-04-07T04:21:12.950Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32262026-04-07T04:21:13.008Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-04-07T04:21:13.133Z Checking globset v0.4.18
32282026-04-07T04:21:13.228Z Checking olpc-cjson v0.1.4
32292026-04-07T04:21:13.352Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32302026-04-07T04:21:13.372Z Checking pem v3.0.6
32312026-04-07T04:21:13.394Z Compiling packed_struct_codegen v0.10.1
32322026-04-07T04:21:13.484Z Checking libsw-core v0.3.2
32332026-04-07T04:21:13.501Z Checking serde_plain v1.0.2
32342026-04-07T04:21:13.533Z Compiling bitfield-macros v0.19.4
32352026-04-07T04:21:13.606Z Compiling indexmap v1.9.3
32362026-04-07T04:21:13.633Z Checking nodrop v0.1.14
32372026-04-07T04:21:13.648Z Checking snafu v0.8.9
32382026-04-07T04:21:13.660Z Checking typed-path v0.9.3
32392026-04-07T04:21:13.727Z Checking array-init v0.0.4
32402026-04-07T04:21:13.826Z Checking libsw v3.5.0
32412026-04-07T04:21:13.887Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32422026-04-07T04:21:13.979Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-04-07T04:21:14.029Z Checking smallvec v0.6.14
32442026-04-07T04:21:14.213Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-04-07T04:21:14.255Z Checking bitfield v0.19.4
32462026-04-07T04:21:14.281Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32472026-04-07T04:21:14.412Z Checking linear-map v1.2.0
32482026-04-07T04:21:14.429Z Checking tough v0.20.0
32492026-04-07T04:21:14.458Z Checking smawk v0.3.2
32502026-04-07T04:21:14.525Z Checking base64 v0.21.7
32512026-04-07T04:21:14.582Z Checking unicode-linebreak v0.1.5
32522026-04-07T04:21:14.596Z Checking tagptr v0.2.0
32532026-04-07T04:21:14.629Z Checking hashbrown v0.12.3
32542026-04-07T04:21:14.739Z Checking moka v0.12.13
32552026-04-07T04:21:14.766Z Checking ron v0.8.1
32562026-04-07T04:21:14.798Z Checking textwrap v0.16.2
32572026-04-07T04:21:14.801Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32582026-04-07T04:21:15.027Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-04-07T04:21:15.202Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-04-07T04:21:15.281Z Checking steno v0.4.1
32612026-04-07T04:21:15.354Z Checking serde-hex v0.1.0
32622026-04-07T04:21:15.368Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-04-07T04:21:15.501Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32642026-04-07T04:21:15.528Z Checking hashbrown v0.13.2
32652026-04-07T04:21:15.822Z Compiling typify-macro v0.6.1
32662026-04-07T04:21:15.953Z Checking humantime v2.3.0
32672026-04-07T04:21:16.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-04-07T04:21:16.068Z Checking crc-any v2.5.0
32692026-04-07T04:21:16.137Z Checking object v0.30.4
32702026-04-07T04:21:16.214Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-04-07T04:21:16.247Z Checking hickory-resolver v0.25.2
32722026-04-07T04:21:16.270Z Checking void v1.0.2
32732026-04-07T04:21:16.377Z Checking utf-8 v0.7.6
32742026-04-07T04:21:16.380Z Checking half v1.8.3
32752026-04-07T04:21:16.406Z Checking path-slash v0.1.5
32762026-04-07T04:21:16.513Z Checking tungstenite v0.23.0
32772026-04-07T04:21:16.513Z Checking lzss v0.8.2
32782026-04-07T04:21:16.587Z Checking serde_cbor v0.11.2
32792026-04-07T04:21:16.837Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32802026-04-07T04:21:16.853Z Checking nix v0.27.1
32812026-04-07T04:21:16.933Z Checking kstat-rs v0.2.4
32822026-04-07T04:21:16.953Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32832026-04-07T04:21:16.973Z Checking fxhash v0.2.1
32842026-04-07T04:21:16.993Z Checking serde_bytes v0.11.19
32852026-04-07T04:21:17.094Z Checking tokio-tungstenite v0.23.1
32862026-04-07T04:21:17.121Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-04-07T04:21:17.167Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-04-07T04:21:17.358Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-04-07T04:21:17.373Z Checking signal-hook-tokio v0.3.1
32902026-04-07T04:21:17.556Z Compiling typify v0.6.1
32912026-04-07T04:21:17.650Z Compiling progenitor-impl v0.13.0
32922026-04-07T04:21:18.466Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32932026-04-07T04:21:19.170Z Compiling progenitor-macro v0.13.0
32942026-04-07T04:21:19.364Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32952026-04-07T04:21:19.665Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
32962026-04-07T04:21:21.467Z Checking progenitor v0.13.0
32972026-04-07T04:21:21.582Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32982026-04-07T04:21:21.585Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32992026-04-07T04:21:24.580Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33002026-04-07T04:21:31.900Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33012026-04-07T04:21:38.023Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33022026-04-07T04:21:39.394Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33032026-04-07T04:21:39.966Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33042026-04-07T04:21:42.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.56s
33052026-04-07T04:21:42.218Z
33062026-04-07T04:21:42.218Zinfo: running `cargo check --bins` on gateway-api (132/270)
33072026-04-07T04:21:42.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-04-07T04:21:42.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-04-07T04:21:42.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102026-04-07T04:21:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33112026-04-07T04:21:42.816Z
33122026-04-07T04:21:42.816Zinfo: running `cargo check --bins` on ipcc (133/270)
33132026-04-07T04:21:43.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142026-04-07T04:21:43.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152026-04-07T04:21:43.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162026-04-07T04:21:43.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33172026-04-07T04:21:43.412Z
33182026-04-07T04:21:43.412Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33192026-04-07T04:21:43.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-04-07T04:21:43.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-04-07T04:21:43.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-04-07T04:21:43.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33232026-04-07T04:21:43.991Z
33242026-04-07T04:21:43.991Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33252026-04-07T04:21:44.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-04-07T04:21:44.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-04-07T04:21:44.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-04-07T04:21:44.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-04-07T04:21:44.591Z
33302026-04-07T04:21:44.591Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33312026-04-07T04:21:45.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-04-07T04:21:45.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-04-07T04:21:45.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-04-07T04:21:45.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33352026-04-07T04:21:45.180Z
33362026-04-07T04:21:45.180Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33372026-04-07T04:21:45.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-04-07T04:21:45.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-04-07T04:21:45.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-04-07T04:21:45.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-04-07T04:21:45.776Z
33422026-04-07T04:21:45.777Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33432026-04-07T04:21:46.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-04-07T04:21:46.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-04-07T04:21:46.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-04-07T04:21:46.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33472026-04-07T04:21:46.375Z
33482026-04-07T04:21:46.376Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33492026-04-07T04:21:46.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-04-07T04:21:46.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-04-07T04:21:46.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-04-07T04:21:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-04-07T04:21:46.977Z
33542026-04-07T04:21:46.977Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
33552026-04-07T04:21:47.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-04-07T04:21:47.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-04-07T04:21:47.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-04-07T04:21:47.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-04-07T04:21:47.573Z
33602026-04-07T04:21:47.573Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
33612026-04-07T04:21:48.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-04-07T04:21:48.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-04-07T04:21:48.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-04-07T04:21:48.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33652026-04-07T04:21:48.175Z
33662026-04-07T04:21:48.175Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
33672026-04-07T04:21:48.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-04-07T04:21:48.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-04-07T04:21:48.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-04-07T04:21:48.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33712026-04-07T04:21:48.774Z
33722026-04-07T04:21:48.774Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
33732026-04-07T04:21:49.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-04-07T04:21:49.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-04-07T04:21:49.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-04-07T04:21:49.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33772026-04-07T04:21:49.360Z
33782026-04-07T04:21:49.360Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
33792026-04-07T04:21:49.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-04-07T04:21:49.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-04-07T04:21:49.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-04-07T04:21:49.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33832026-04-07T04:21:49.950Z
33842026-04-07T04:21:49.950Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
33852026-04-07T04:21:50.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-04-07T04:21:50.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-04-07T04:21:50.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-04-07T04:21:50.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33892026-04-07T04:21:50.539Z
33902026-04-07T04:21:50.539Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
33912026-04-07T04:21:51.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-04-07T04:21:51.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-04-07T04:21:51.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-04-07T04:21:51.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-04-07T04:21:51.129Z
33962026-04-07T04:21:51.129Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
33972026-04-07T04:21:51.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-04-07T04:21:51.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-04-07T04:21:51.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-04-07T04:21:51.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34012026-04-07T04:21:51.711Z
34022026-04-07T04:21:51.711Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34032026-04-07T04:21:52.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-04-07T04:21:52.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-04-07T04:21:52.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-04-07T04:21:52.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34072026-04-07T04:21:52.298Z
34082026-04-07T04:21:52.298Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34092026-04-07T04:21:52.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-04-07T04:21:52.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-04-07T04:21:52.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-04-07T04:21:52.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34132026-04-07T04:21:52.888Z
34142026-04-07T04:21:52.888Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34152026-04-07T04:21:53.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-04-07T04:21:53.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-04-07T04:21:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-04-07T04:21:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-04-07T04:21:53.482Z
34202026-04-07T04:21:53.482Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34212026-04-07T04:21:53.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-04-07T04:21:53.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-04-07T04:21:53.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-04-07T04:21:53.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-04-07T04:21:54.077Z
34262026-04-07T04:21:54.077Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34272026-04-07T04:21:54.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-04-07T04:21:54.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-04-07T04:21:54.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-04-07T04:21:54.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-04-07T04:21:54.675Z
34322026-04-07T04:21:54.675Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34332026-04-07T04:21:55.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-04-07T04:21:55.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-04-07T04:21:55.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-04-07T04:21:55.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34372026-04-07T04:21:55.315Z
34382026-04-07T04:21:55.315Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34392026-04-07T04:21:55.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-04-07T04:21:55.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-04-07T04:21:55.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-04-07T04:21:55.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34432026-04-07T04:21:55.916Z
34442026-04-07T04:21:55.916Zinfo: running `cargo check --bins` on dns-server (155/270)
34452026-04-07T04:21:56.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-04-07T04:21:56.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-04-07T04:21:56.559Z Compiling parking_lot_core v0.8.6
34482026-04-07T04:21:56.559Z Compiling git-stub v1.0.0
34492026-04-07T04:21:56.559Z Compiling atomicwrites v0.4.4
34502026-04-07T04:21:56.562Z Checking prefix-trie v0.7.0
34512026-04-07T04:21:56.562Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34522026-04-07T04:21:56.789Z Compiling git-stub-vcs v0.1.0
34532026-04-07T04:21:56.975Z Checking hickory-server v0.25.2
34542026-04-07T04:21:57.070Z Checking parking_lot v0.11.2
34552026-04-07T04:21:57.073Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34562026-04-07T04:21:57.147Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34572026-04-07T04:21:57.147Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34582026-04-07T04:21:57.243Z Checking sled v0.34.7
34592026-04-07T04:21:59.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34602026-04-07T04:21:59.339Z
34612026-04-07T04:21:59.339Zinfo: running `cargo check --bins` on dns-server-api (156/270)
34622026-04-07T04:21:59.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-07T04:21:59.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-07T04:21:59.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-07T04:21:59.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34662026-04-07T04:21:59.932Z
34672026-04-07T04:21:59.932Zinfo: running `cargo check --bins` on sp-sim (157/270)
34682026-04-07T04:22:00.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-07T04:22:00.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-07T04:22:00.653Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-04-07T04:22:02.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34722026-04-07T04:22:02.586Z
34732026-04-07T04:22:02.586Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
34742026-04-07T04:22:03.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-07T04:22:03.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-07T04:22:03.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-07T04:22:03.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34782026-04-07T04:22:03.232Z
34792026-04-07T04:22:03.232Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
34802026-04-07T04:22:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-07T04:22:03.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-07T04:22:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-07T04:22:03.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34842026-04-07T04:22:03.879Z
34852026-04-07T04:22:03.879Zinfo: running `cargo check --bins` on db-macros (160/270)
34862026-04-07T04:22:04.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-07T04:22:04.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-07T04:22:04.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-04-07T04:22:04.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34902026-04-07T04:22:04.458Z
34912026-04-07T04:22:04.458Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
34922026-04-07T04:22:04.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-07T04:22:04.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-07T04:22:04.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-07T04:22:04.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34962026-04-07T04:22:05.039Z
34972026-04-07T04:22:05.039Zinfo: running `cargo check --bins` on nexus-auth (162/270)
34982026-04-07T04:22:05.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-07T04:22:05.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-07T04:22:05.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-07T04:22:05.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35022026-04-07T04:22:05.683Z
35032026-04-07T04:22:05.683Zinfo: running `cargo check --bins` on authz-macros (163/270)
35042026-04-07T04:22:06.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-07T04:22:06.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-07T04:22:06.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-07T04:22:06.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35082026-04-07T04:22:06.258Z
35092026-04-07T04:22:06.258Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35102026-04-07T04:22:06.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-07T04:22:06.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-07T04:22:06.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-07T04:22:06.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35142026-04-07T04:22:06.894Z
35152026-04-07T04:22:06.894Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35162026-04-07T04:22:07.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-07T04:22:07.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-07T04:22:07.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-07T04:22:07.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202026-04-07T04:22:07.528Z
35212026-04-07T04:22:07.528Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35222026-04-07T04:22:08.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-07T04:22:08.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-07T04:22:08.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-07T04:22:08.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35262026-04-07T04:22:08.108Z
35272026-04-07T04:22:08.108Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35282026-04-07T04:22:08.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-07T04:22:08.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-07T04:22:08.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-07T04:22:08.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35322026-04-07T04:22:08.689Z
35332026-04-07T04:22:08.689Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35342026-04-07T04:22:09.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-07T04:22:09.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-07T04:22:09.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-07T04:22:09.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-04-07T04:22:09.282Z
35392026-04-07T04:22:09.282Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35402026-04-07T04:22:09.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-07T04:22:09.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-07T04:22:09.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-07T04:22:09.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35442026-04-07T04:22:09.865Z
35452026-04-07T04:22:09.865Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35462026-04-07T04:22:10.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-07T04:22:10.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-07T04:22:10.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-07T04:22:10.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35502026-04-07T04:22:10.445Z
35512026-04-07T04:22:10.445Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
35522026-04-07T04:22:10.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-07T04:22:10.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-07T04:22:10.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-07T04:22:10.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35562026-04-07T04:22:11.087Z
35572026-04-07T04:22:11.087Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
35582026-04-07T04:22:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-07T04:22:11.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-07T04:22:11.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-07T04:22:11.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35622026-04-07T04:22:11.723Z
35632026-04-07T04:22:11.723Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
35642026-04-07T04:22:12.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-07T04:22:12.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-07T04:22:12.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-07T04:22:12.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35682026-04-07T04:22:12.350Z
35692026-04-07T04:22:12.350Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
35702026-04-07T04:22:12.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-07T04:22:12.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-07T04:22:12.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-07T04:22:12.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35742026-04-07T04:22:12.964Z
35752026-04-07T04:22:12.964Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
35762026-04-07T04:22:13.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-07T04:22:13.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-07T04:22:13.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-07T04:22:13.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35802026-04-07T04:22:13.575Z
35812026-04-07T04:22:13.575Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
35822026-04-07T04:22:14.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-07T04:22:14.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-07T04:22:14.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-07T04:22:14.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35862026-04-07T04:22:14.184Z
35872026-04-07T04:22:14.184Zinfo: running `cargo check --bins` on key-manager (177/270)
35882026-04-07T04:22:14.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-07T04:22:14.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-07T04:22:14.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-07T04:22:14.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-04-07T04:22:14.777Z
35932026-04-07T04:22:14.777Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
35942026-04-07T04:22:15.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-07T04:22:15.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-07T04:22:15.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-07T04:22:15.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35982026-04-07T04:22:15.380Z
35992026-04-07T04:22:15.380Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36002026-04-07T04:22:15.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-07T04:22:15.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-07T04:22:15.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-07T04:22:15.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36042026-04-07T04:22:15.991Z
36052026-04-07T04:22:15.991Zinfo: running `cargo check --bins` on typed-rng (180/270)
36062026-04-07T04:22:16.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-07T04:22:16.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-07T04:22:16.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-07T04:22:16.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36102026-04-07T04:22:16.570Z
36112026-04-07T04:22:16.570Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36122026-04-07T04:22:17.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-07T04:22:17.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-07T04:22:17.407Z Compiling typify-impl v0.4.3
36152026-04-07T04:22:17.407Z Compiling libefi-sys v0.1.0
36162026-04-07T04:22:17.410Z Compiling bitfield-struct v0.6.2
36172026-04-07T04:22:17.558Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36182026-04-07T04:22:17.567Z Compiling xshell-macros v0.2.7
36192026-04-07T04:22:17.579Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36202026-04-07T04:22:17.593Z Compiling salty v0.3.0
36212026-04-07T04:22:17.635Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36222026-04-07T04:22:17.801Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-04-07T04:22:17.903Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-04-07T04:22:17.918Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36252026-04-07T04:22:17.931Z Checking xshell v0.2.7
36262026-04-07T04:22:18.106Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36272026-04-07T04:22:18.131Z Checking primeorder v0.13.6
36282026-04-07T04:22:18.168Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-04-07T04:22:18.283Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-04-07T04:22:18.333Z Compiling proc-macro-error-attr2 v2.0.0
36312026-04-07T04:22:18.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36322026-04-07T04:22:18.412Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-04-07T04:22:18.554Z Checking tungstenite v0.21.0
36342026-04-07T04:22:18.591Z Checking p384 v0.13.1
36352026-04-07T04:22:18.654Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362026-04-07T04:22:18.730Z Compiling proc-macro-error2 v2.0.1
36372026-04-07T04:22:18.796Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36382026-04-07T04:22:18.981Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36392026-04-07T04:22:19.003Z Compiling num-derive v0.3.3
36402026-04-07T04:22:19.050Z Compiling unicase v2.9.0
36412026-04-07T04:22:19.258Z Compiling mime_guess v2.0.5
36422026-04-07T04:22:19.308Z Compiling tabled_derive v0.11.0
36432026-04-07T04:22:19.460Z Checking tokio-tungstenite v0.21.0
36442026-04-07T04:22:19.524Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36452026-04-07T04:22:19.803Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-04-07T04:22:19.822Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-04-07T04:22:19.887Z Checking libscf-sys v1.1.0
36482026-04-07T04:22:20.022Z Checking papergrid v0.17.0
36492026-04-07T04:22:20.176Z Checking testing_table v0.3.0
36502026-04-07T04:22:20.225Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36512026-04-07T04:22:20.275Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-04-07T04:22:20.333Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-04-07T04:22:20.478Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36542026-04-07T04:22:20.676Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36552026-04-07T04:22:20.693Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-04-07T04:22:20.802Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36572026-04-07T04:22:20.818Z Checking corncobs v0.1.4
36582026-04-07T04:22:20.873Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36592026-04-07T04:22:20.890Z Checking tabled v0.20.0
36602026-04-07T04:22:20.949Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-04-07T04:22:21.087Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-04-07T04:22:21.103Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-04-07T04:22:21.103Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36642026-04-07T04:22:21.237Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36652026-04-07T04:22:21.306Z Checking progenitor-client v0.11.2
36662026-04-07T04:22:21.322Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-04-07T04:22:21.382Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36682026-04-07T04:22:21.421Z Checking secrecy v0.8.0
36692026-04-07T04:22:21.506Z Checking filetime v0.2.27
36702026-04-07T04:22:21.536Z Checking xattr v1.6.1
36712026-04-07T04:22:21.552Z Checking http-range v0.1.5
36722026-04-07T04:22:21.671Z Checking tar v0.4.45
36732026-04-07T04:22:21.978Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36742026-04-07T04:22:21.994Z Compiling typify-macro v0.4.3
36752026-04-07T04:22:22.074Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36762026-04-07T04:22:22.139Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36772026-04-07T04:22:22.196Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36782026-04-07T04:22:22.255Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36792026-04-07T04:22:22.584Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36802026-04-07T04:22:22.659Z Checking atty v0.2.14
36812026-04-07T04:22:22.718Z Checking crc8 v0.1.1
36822026-04-07T04:22:22.761Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
36832026-04-07T04:22:22.824Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36842026-04-07T04:22:22.942Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36852026-04-07T04:22:23.195Z Checking hyper-staticfile v0.10.1
36862026-04-07T04:22:23.225Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-04-07T04:22:23.319Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36882026-04-07T04:22:23.505Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36892026-04-07T04:22:23.522Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36902026-04-07T04:22:23.705Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-04-07T04:22:23.721Z Compiling typify v0.4.3
36922026-04-07T04:22:23.752Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932026-04-07T04:22:23.780Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36942026-04-07T04:22:23.838Z Compiling progenitor-impl v0.10.0
36952026-04-07T04:22:23.854Z Compiling progenitor-impl v0.11.2
36962026-04-07T04:22:24.249Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36972026-04-07T04:22:24.321Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36982026-04-07T04:22:24.765Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36992026-04-07T04:22:25.220Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37002026-04-07T04:22:25.405Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37012026-04-07T04:22:25.459Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-04-07T04:22:25.558Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-04-07T04:22:25.732Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37042026-04-07T04:22:25.936Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37052026-04-07T04:22:26.017Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37062026-04-07T04:22:26.109Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37072026-04-07T04:22:26.407Z Compiling progenitor-macro v0.10.0
37082026-04-07T04:22:26.461Z Compiling progenitor-macro v0.11.2
37092026-04-07T04:22:29.288Z Checking progenitor v0.11.2
37102026-04-07T04:22:29.317Z Checking progenitor v0.10.0
37112026-04-07T04:22:29.421Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37122026-04-07T04:22:29.440Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37132026-04-07T04:22:34.056Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37142026-04-07T04:22:44.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.40s
37152026-04-07T04:22:45.196Z
37162026-04-07T04:22:45.196Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37172026-04-07T04:22:45.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-04-07T04:22:45.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-04-07T04:22:45.974Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37202026-04-07T04:22:57.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
37212026-04-07T04:22:57.355Z
37222026-04-07T04:22:57.355Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37232026-04-07T04:22:57.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-04-07T04:22:57.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-04-07T04:22:58.135Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37262026-04-07T04:23:09.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37272026-04-07T04:23:09.358Z
37282026-04-07T04:23:09.358Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37292026-04-07T04:23:09.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-04-07T04:23:09.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-04-07T04:23:10.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37322026-04-07T04:23:21.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37332026-04-07T04:23:21.400Z
37342026-04-07T04:23:21.400Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37352026-04-07T04:23:21.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-04-07T04:23:21.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-04-07T04:23:22.173Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-04-07T04:23:33.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
37392026-04-07T04:23:33.507Z
37402026-04-07T04:23:33.507Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37412026-04-07T04:23:34.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-04-07T04:23:34.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-04-07T04:23:34.286Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-04-07T04:23:45.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37452026-04-07T04:23:45.524Z
37462026-04-07T04:23:45.524Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37472026-04-07T04:23:46.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-04-07T04:23:46.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-04-07T04:23:46.298Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-04-07T04:23:57.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37512026-04-07T04:23:57.639Z
37522026-04-07T04:23:57.639Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37532026-04-07T04:23:58.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-04-07T04:23:58.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-04-07T04:23:58.411Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-07T04:24:09.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37572026-04-07T04:24:09.648Z
37582026-04-07T04:24:09.648Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37592026-04-07T04:24:10.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-07T04:24:10.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-07T04:24:10.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37622026-04-07T04:24:10.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37632026-04-07T04:24:10.243Z
37642026-04-07T04:24:10.243Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
37652026-04-07T04:24:10.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-07T04:24:10.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-07T04:24:10.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37682026-04-07T04:24:10.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37692026-04-07T04:24:10.839Z
37702026-04-07T04:24:10.839Zinfo: running `cargo check --bins` on range-requests (191/270)
37712026-04-07T04:24:11.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-07T04:24:11.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-07T04:24:11.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37742026-04-07T04:24:11.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37752026-04-07T04:24:11.421Z
37762026-04-07T04:24:11.422Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
37772026-04-07T04:24:11.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-07T04:24:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-07T04:24:11.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802026-04-07T04:24:11.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37812026-04-07T04:24:12.008Z
37822026-04-07T04:24:12.008Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
37832026-04-07T04:24:12.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-07T04:24:12.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-07T04:24:12.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-04-07T04:24:12.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37872026-04-07T04:24:12.621Z
37882026-04-07T04:24:12.621Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
37892026-04-07T04:24:13.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-07T04:24:13.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-07T04:24:13.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-04-07T04:24:13.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37932026-04-07T04:24:13.235Z
37942026-04-07T04:24:13.236Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
37952026-04-07T04:24:13.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-07T04:24:13.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-07T04:24:13.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-04-07T04:24:13.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37992026-04-07T04:24:13.861Z
38002026-04-07T04:24:13.861Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38012026-04-07T04:24:14.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-07T04:24:14.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-07T04:24:14.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-07T04:24:14.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38052026-04-07T04:24:14.490Z
38062026-04-07T04:24:14.490Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38072026-04-07T04:24:15.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-07T04:24:15.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-07T04:24:15.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-07T04:24:15.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38112026-04-07T04:24:15.121Z
38122026-04-07T04:24:15.121Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38132026-04-07T04:24:15.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-07T04:24:15.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-07T04:24:15.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-07T04:24:15.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38172026-04-07T04:24:15.740Z
38182026-04-07T04:24:15.741Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38192026-04-07T04:24:16.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-07T04:24:16.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-07T04:24:16.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-07T04:24:16.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38232026-04-07T04:24:16.367Z
38242026-04-07T04:24:16.368Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38252026-04-07T04:24:16.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-07T04:24:16.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-07T04:24:16.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-07T04:24:16.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38292026-04-07T04:24:16.999Z
38302026-04-07T04:24:16.999Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38312026-04-07T04:24:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-07T04:24:17.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-07T04:24:17.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-07T04:24:17.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-04-07T04:24:17.628Z
38362026-04-07T04:24:17.628Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38372026-04-07T04:24:18.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-07T04:24:18.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-07T04:24:18.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-07T04:24:18.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38412026-04-07T04:24:18.245Z
38422026-04-07T04:24:18.245Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38432026-04-07T04:24:18.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-07T04:24:18.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-07T04:24:18.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-07T04:24:18.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-04-07T04:24:18.872Z
38482026-04-07T04:24:18.872Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38492026-04-07T04:24:19.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-07T04:24:19.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-07T04:24:19.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-07T04:24:19.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38532026-04-07T04:24:19.518Z
38542026-04-07T04:24:19.518Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38552026-04-07T04:24:20.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-07T04:24:20.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-07T04:24:20.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-07T04:24:20.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38592026-04-07T04:24:20.166Z
38602026-04-07T04:24:20.166Zinfo: running `cargo check --bins` on update-common (206/270)
38612026-04-07T04:24:20.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-07T04:24:20.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-07T04:24:20.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-07T04:24:20.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38652026-04-07T04:24:20.776Z
38662026-04-07T04:24:20.776Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
38672026-04-07T04:24:21.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-07T04:24:21.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-07T04:24:21.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-07T04:24:21.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38712026-04-07T04:24:21.435Z
38722026-04-07T04:24:21.435Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
38732026-04-07T04:24:21.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-07T04:24:21.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-07T04:24:22.198Z Compiling fs-err v2.11.0
38762026-04-07T04:24:22.201Z Checking ignore v0.4.25
38772026-04-07T04:24:22.201Z Checking arc-swap v1.8.2
38782026-04-07T04:24:22.201Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38792026-04-07T04:24:22.326Z Checking predicates-tree v1.0.13
38802026-04-07T04:24:22.348Z Checking parse-size v1.1.0
38812026-04-07T04:24:22.360Z Checking rand_seeder v0.4.0
38822026-04-07T04:24:22.363Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38832026-04-07T04:24:22.438Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38842026-04-07T04:24:22.462Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38852026-04-07T04:24:22.503Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38862026-04-07T04:24:22.523Z Checking slog-scope v4.4.1
38872026-04-07T04:24:22.649Z Compiling petname v2.0.2
38882026-04-07T04:24:22.664Z Checking slog-stdlog v4.1.1
38892026-04-07T04:24:22.677Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38902026-04-07T04:24:22.709Z Checking globwalk v0.9.1
38912026-04-07T04:24:22.759Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38922026-04-07T04:24:22.782Z Checking slog-envlogger v2.2.0
38932026-04-07T04:24:22.887Z Checking camino-tempfile-ext v0.3.3
38942026-04-07T04:24:22.902Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38952026-04-07T04:24:22.934Z Checking sapling-renderdag v0.1.0
38962026-04-07T04:24:23.069Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38972026-04-07T04:24:23.084Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38982026-04-07T04:24:23.176Z Checking subprocess v0.2.15
38992026-04-07T04:24:23.248Z Checking sync-ptr v0.1.4
39002026-04-07T04:24:23.293Z Checking colored v2.2.0
39012026-04-07T04:24:23.337Z Checking assert_matches v1.5.0
39022026-04-07T04:24:23.463Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39032026-04-07T04:24:23.490Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39042026-04-07T04:24:23.583Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39052026-04-07T04:24:23.583Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39062026-04-07T04:24:24.179Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39072026-04-07T04:24:25.465Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39082026-04-07T04:24:27.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
39092026-04-07T04:24:27.863Z
39102026-04-07T04:24:27.863Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39112026-04-07T04:24:28.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-04-07T04:24:28.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-04-07T04:24:28.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-04-07T04:24:28.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39152026-04-07T04:24:28.450Z
39162026-04-07T04:24:28.450Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39172026-04-07T04:24:28.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-04-07T04:24:28.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-04-07T04:24:28.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-04-07T04:24:29.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39212026-04-07T04:24:29.095Z
39222026-04-07T04:24:29.095Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39232026-04-07T04:24:29.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-04-07T04:24:29.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-04-07T04:24:29.812Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39262026-04-07T04:24:29.815Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39272026-04-07T04:24:30.457Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39282026-04-07T04:24:31.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
39292026-04-07T04:24:32.190Z
39302026-04-07T04:24:32.190Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39312026-04-07T04:24:32.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-04-07T04:24:32.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-04-07T04:24:32.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-04-07T04:24:32.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39352026-04-07T04:24:32.778Z
39362026-04-07T04:24:32.778Zinfo: running `cargo check --bins` on cert-dev (213/270)
39372026-04-07T04:24:33.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-04-07T04:24:33.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-04-07T04:24:33.382Z Checking yasna v0.5.2
39402026-04-07T04:24:33.787Z Checking rcgen v0.12.1
39412026-04-07T04:24:34.047Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39422026-04-07T04:24:34.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39432026-04-07T04:24:34.418Z
39442026-04-07T04:24:34.418Zinfo: running `cargo check --bins` on clickana (214/270)
39452026-04-07T04:24:34.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-04-07T04:24:34.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-04-07T04:24:35.056Z Compiling darling_core v0.23.0
39482026-04-07T04:24:35.059Z Compiling instability v0.3.11
39492026-04-07T04:24:35.165Z Checking castaway v0.2.4
39502026-04-07T04:24:35.177Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39512026-04-07T04:24:35.177Z Compiling indoc v2.0.7
39522026-04-07T04:24:35.190Z Checking unicode-truncate v1.1.0
39532026-04-07T04:24:35.193Z Checking lru v0.12.5
39542026-04-07T04:24:35.200Z Checking cassowary v0.3.0
39552026-04-07T04:24:35.262Z Checking compact_str v0.8.1
39562026-04-07T04:24:36.121Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39572026-04-07T04:24:36.304Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39582026-04-07T04:24:36.588Z Compiling darling_macro v0.23.0
39592026-04-07T04:24:37.001Z Compiling darling v0.23.0
39602026-04-07T04:24:37.604Z Checking ratatui v0.29.0
39612026-04-07T04:24:38.668Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39622026-04-07T04:24:39.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39632026-04-07T04:24:39.532Z
39642026-04-07T04:24:39.532Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39652026-04-07T04:24:40.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-04-07T04:24:40.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-04-07T04:24:40.247Z Checking headers-core v0.3.0
39682026-04-07T04:24:40.250Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39692026-04-07T04:24:40.444Z Checking headers v0.4.1
39702026-04-07T04:24:40.814Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39712026-04-07T04:24:41.646Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39722026-04-07T04:24:42.131Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39732026-04-07T04:24:42.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
39742026-04-07T04:24:42.739Z
39752026-04-07T04:24:42.740Zinfo: running `cargo check --bins` on ch-dev (216/270)
39762026-04-07T04:24:43.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-04-07T04:24:43.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-04-07T04:24:43.457Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39792026-04-07T04:24:44.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39802026-04-07T04:24:44.383Z
39812026-04-07T04:24:44.383Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
39822026-04-07T04:24:44.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-04-07T04:24:44.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-04-07T04:24:44.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-04-07T04:24:44.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
39862026-04-07T04:24:44.841Z
39872026-04-07T04:24:44.841Zinfo: running `cargo check --bins` on crdb-seed (218/270)
39882026-04-07T04:24:45.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-04-07T04:24:45.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-04-07T04:24:45.547Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39912026-04-07T04:24:46.519Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39922026-04-07T04:24:46.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
39932026-04-07T04:24:47.047Z
39942026-04-07T04:24:47.047Zinfo: running `cargo check --bins` on db-dev (219/270)
39952026-04-07T04:24:47.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-04-07T04:24:47.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-04-07T04:24:47.759Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39982026-04-07T04:24:48.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39992026-04-07T04:24:48.701Z
40002026-04-07T04:24:48.701Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40012026-04-07T04:24:49.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-07T04:24:49.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-07T04:24:49.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-04-07T04:24:49.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40052026-04-07T04:24:49.331Z
40062026-04-07T04:24:49.332Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40072026-04-07T04:24:49.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-07T04:24:49.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-07T04:24:49.933Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40102026-04-07T04:24:50.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40112026-04-07T04:24:50.780Z
40122026-04-07T04:24:50.780Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40132026-04-07T04:24:51.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-04-07T04:24:51.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-04-07T04:24:51.523Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40162026-04-07T04:24:51.523Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40172026-04-07T04:24:51.524Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40182026-04-07T04:24:51.527Z Checking git-stub v1.0.0
40192026-04-07T04:24:51.527Z Compiling trait-variant v0.1.2
40202026-04-07T04:24:51.527Z Checking is_ci v1.2.0
40212026-04-07T04:24:51.671Z Checking maplit v1.0.2
40222026-04-07T04:24:51.683Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40232026-04-07T04:24:51.751Z Checking supports-color v3.0.2
40242026-04-07T04:24:51.764Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40252026-04-07T04:24:51.779Z Checking git-stub-vcs v0.1.0
40262026-04-07T04:24:51.879Z Checking drift v0.1.3
40272026-04-07T04:24:51.895Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40282026-04-07T04:24:51.931Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40292026-04-07T04:24:51.970Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40302026-04-07T04:24:52.124Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40312026-04-07T04:24:52.161Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40322026-04-07T04:24:52.174Z Checking dropshot-api-manager v0.6.0
40332026-04-07T04:24:52.188Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40342026-04-07T04:24:52.405Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40352026-04-07T04:24:52.433Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-04-07T04:24:52.589Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40372026-04-07T04:24:52.895Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40382026-04-07T04:24:57.835Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40392026-04-07T04:24:58.837Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40402026-04-07T04:24:59.386Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40412026-04-07T04:24:59.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
40422026-04-07T04:24:59.992Z
40432026-04-07T04:24:59.992Zinfo: running `cargo check --bins` on installinator-api (223/270)
40442026-04-07T04:25:00.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-04-07T04:25:00.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-04-07T04:25:00.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-04-07T04:25:00.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40482026-04-07T04:25:00.582Z
40492026-04-07T04:25:00.582Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40502026-04-07T04:25:01.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-04-07T04:25:01.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-04-07T04:25:01.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-04-07T04:25:01.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40542026-04-07T04:25:01.219Z
40552026-04-07T04:25:01.219Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40562026-04-07T04:25:01.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-04-07T04:25:01.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-04-07T04:25:01.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-04-07T04:25:01.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40602026-04-07T04:25:01.858Z
40612026-04-07T04:25:01.858Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40622026-04-07T04:25:02.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-04-07T04:25:02.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-04-07T04:25:02.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-04-07T04:25:02.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40662026-04-07T04:25:02.498Z
40672026-04-07T04:25:02.498Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40682026-04-07T04:25:03.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-04-07T04:25:03.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-04-07T04:25:03.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-04-07T04:25:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40722026-04-07T04:25:03.098Z
40732026-04-07T04:25:03.098Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
40742026-04-07T04:25:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-07T04:25:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-07T04:25:03.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-04-07T04:25:03.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40782026-04-07T04:25:03.682Z
40792026-04-07T04:25:03.683Zinfo: running `cargo check --bins` on wicketd-api (229/270)
40802026-04-07T04:25:04.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-07T04:25:04.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-07T04:25:04.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-07T04:25:04.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40842026-04-07T04:25:04.288Z
40852026-04-07T04:25:04.288Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
40862026-04-07T04:25:04.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-07T04:25:04.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-07T04:25:04.887Z Checking typeid v1.0.3
40892026-04-07T04:25:04.999Z Checking ordered-float v2.10.1
40902026-04-07T04:25:05.020Z Checking unicode-xid v0.2.6
40912026-04-07T04:25:05.038Z Checking cargo-platform v0.2.0
40922026-04-07T04:25:05.066Z Checking erased-serde v0.4.9
40932026-04-07T04:25:05.203Z Checking serde-value v0.7.0
40942026-04-07T04:25:05.379Z Checking serde-untagged v0.1.9
40952026-04-07T04:25:05.535Z Checking cargo-util-schemas v0.8.2
40962026-04-07T04:25:06.217Z Checking cargo_metadata v0.21.0
40972026-04-07T04:25:06.844Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40982026-04-07T04:25:07.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
40992026-04-07T04:25:07.702Z
41002026-04-07T04:25:07.702Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41012026-04-07T04:25:08.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-07T04:25:08.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-07T04:25:08.430Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41042026-04-07T04:25:09.050Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41052026-04-07T04:25:09.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41062026-04-07T04:25:09.752Z
41072026-04-07T04:25:09.752Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41082026-04-07T04:25:10.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-04-07T04:25:10.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-04-07T04:25:10.599Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41112026-04-07T04:25:10.599Z Compiling vergen-gitcl v1.0.8
41122026-04-07T04:25:10.599Z Compiling dirs-sys-next v0.1.2
41132026-04-07T04:25:10.599Z Compiling diesel_derives v2.3.7
41142026-04-07T04:25:10.599Z Compiling crunchy v0.2.4
41152026-04-07T04:25:10.602Z Compiling glob v0.3.3
41162026-04-07T04:25:10.602Z Compiling dsl_auto_type v0.2.0
41172026-04-07T04:25:10.602Z Checking scheduled-thread-pool v0.2.7
41182026-04-07T04:25:10.860Z Compiling diesel_table_macro_syntax v0.3.0
41192026-04-07T04:25:10.914Z Compiling tiny-keccak v2.0.2
41202026-04-07T04:25:10.949Z Compiling dirs-next v2.0.0
41212026-04-07T04:25:11.066Z Compiling term v0.7.0
41222026-04-07T04:25:11.070Z Checking r2d2 v0.8.10
41232026-04-07T04:25:11.109Z Compiling clang-sys v1.8.1
41242026-04-07T04:25:11.138Z Checking downcast-rs v2.0.2
41252026-04-07T04:25:11.155Z Compiling bit-vec v0.6.3
41262026-04-07T04:25:11.263Z Compiling itertools v0.10.5
41272026-04-07T04:25:11.376Z Compiling ascii-canvas v3.0.0
41282026-04-07T04:25:11.481Z Compiling bit-set v0.5.3
41292026-04-07T04:25:11.618Z Compiling ena v0.14.4
41302026-04-07T04:25:11.621Z Compiling libloading v0.8.9
41312026-04-07T04:25:11.647Z Compiling regex-syntax v0.6.29
41322026-04-07T04:25:11.660Z Compiling diff v0.1.13
41332026-04-07T04:25:11.674Z Compiling bindgen v0.71.1
41342026-04-07T04:25:11.846Z Compiling cexpr v0.6.0
41352026-04-07T04:25:11.924Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41362026-04-07T04:25:12.114Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41372026-04-07T04:25:12.153Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41382026-04-07T04:25:12.274Z Compiling libxml v0.3.3
41392026-04-07T04:25:12.329Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41402026-04-07T04:25:12.522Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41412026-04-07T04:25:12.538Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41422026-04-07T04:25:12.648Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41432026-04-07T04:25:12.729Z Compiling strum_macros v0.24.3
41442026-04-07T04:25:12.745Z Compiling indoc v1.0.9
41452026-04-07T04:25:13.200Z Compiling lalrpop v0.19.12
41462026-04-07T04:25:13.795Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41472026-04-07T04:25:13.851Z Checking derive_builder v0.20.2
41482026-04-07T04:25:13.972Z Compiling oso-derive v0.27.3
41492026-04-07T04:25:13.989Z Checking quick-xml v0.37.5
41502026-04-07T04:25:14.112Z Compiling impl-trait-for-tuples v0.2.3
41512026-04-07T04:25:14.467Z Checking openssl-probe v0.1.6
41522026-04-07T04:25:14.611Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41532026-04-07T04:25:14.859Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41542026-04-07T04:25:15.057Z Checking bb8 v0.8.6
41552026-04-07T04:25:15.363Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41562026-04-07T04:25:15.385Z Checking nonempty v0.12.0
41572026-04-07T04:25:15.533Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41582026-04-07T04:25:15.548Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41592026-04-07T04:25:15.585Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41602026-04-07T04:25:15.656Z Checking console v0.16.2
41612026-04-07T04:25:15.755Z Checking unit-prefix v0.5.2
41622026-04-07T04:25:15.773Z Checking support-bundle-viewer v0.1.2
41632026-04-07T04:25:15.891Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41642026-04-07T04:25:15.968Z Checking indicatif v0.18.4
41652026-04-07T04:25:16.021Z Checking multimap v0.10.1
41662026-04-07T04:25:16.688Z Checking diesel v2.3.7
41672026-04-07T04:25:18.197Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41682026-04-07T04:25:19.041Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41692026-04-07T04:25:19.589Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41702026-04-07T04:25:19.859Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41712026-04-07T04:25:20.773Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41722026-04-07T04:25:20.905Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41732026-04-07T04:25:21.131Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41742026-04-07T04:25:21.497Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41752026-04-07T04:25:23.491Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41762026-04-07T04:25:28.453Z Compiling samael v0.0.19
41772026-04-07T04:25:32.277Z Checking async-bb8-diesel v0.2.1
41782026-04-07T04:25:32.632Z Checking diesel-dtrace v0.5.0
41792026-04-07T04:25:33.388Z Compiling polar-core v0.27.3
41802026-04-07T04:25:37.812Z Checking oso v0.27.3
41812026-04-07T04:26:14.251Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41822026-04-07T04:26:47.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41832026-04-07T04:26:47.393Z
41842026-04-07T04:26:47.393Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
41852026-04-07T04:26:47.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-04-07T04:26:47.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-04-07T04:26:47.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41882026-04-07T04:26:47.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41892026-04-07T04:26:48.047Z
41902026-04-07T04:26:48.047Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
41912026-04-07T04:26:48.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-04-07T04:26:48.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-04-07T04:26:48.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41942026-04-07T04:26:48.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41952026-04-07T04:26:48.692Z
41962026-04-07T04:26:48.692Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
41972026-04-07T04:26:49.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-04-07T04:26:49.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-04-07T04:26:49.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-04-07T04:26:49.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42012026-04-07T04:26:49.276Z
42022026-04-07T04:26:49.276Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42032026-04-07T04:26:49.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-04-07T04:26:49.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-04-07T04:26:50.132Z Compiling libz-sys v1.1.24
42062026-04-07T04:26:50.262Z Compiling libgit2-sys v0.18.3+1.9.2
42072026-04-07T04:26:50.273Z Compiling vergen-git2 v1.0.7
42082026-04-07T04:26:50.283Z Compiling rustls v0.21.12
42092026-04-07T04:26:50.292Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42102026-04-07T04:26:50.303Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42112026-04-07T04:26:50.306Z Checking sct v0.7.1
42122026-04-07T04:26:50.306Z Checking rustls-webpki v0.101.7
42132026-04-07T04:26:50.432Z Compiling nix v0.29.0
42142026-04-07T04:26:50.479Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42152026-04-07T04:26:50.483Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42162026-04-07T04:26:50.570Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42172026-04-07T04:26:50.645Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42182026-04-07T04:26:50.812Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42192026-04-07T04:26:50.828Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42202026-04-07T04:26:50.877Z Checking rustls-pemfile v1.0.4
42212026-04-07T04:26:51.015Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42222026-04-07T04:26:51.077Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42232026-04-07T04:26:51.216Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42242026-04-07T04:26:51.267Z Checking twox-hash v2.1.2
42252026-04-07T04:26:51.404Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42262026-04-07T04:26:51.939Z Checking tokio-rustls v0.24.1
42272026-04-07T04:26:51.954Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42282026-04-07T04:26:52.081Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42292026-04-07T04:26:52.133Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42302026-04-07T04:26:52.150Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42312026-04-07T04:26:52.628Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42322026-04-07T04:26:52.743Z Checking fatfs v0.3.6
42332026-04-07T04:26:52.774Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42342026-04-07T04:26:52.790Z Compiling seq-macro v0.3.6
42352026-04-07T04:26:56.928Z Compiling git2 v0.20.4
42362026-04-07T04:26:57.028Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42372026-04-07T04:26:57.158Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42382026-04-07T04:26:59.149Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42392026-04-07T04:27:45.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.39s
42402026-04-07T04:27:45.898Z
42412026-04-07T04:27:45.898Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42422026-04-07T04:27:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-04-07T04:27:46.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-04-07T04:27:46.781Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42452026-04-07T04:28:25.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
42462026-04-07T04:28:25.841Z
42472026-04-07T04:28:25.841Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42482026-04-07T04:28:26.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-04-07T04:28:26.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-04-07T04:28:26.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-04-07T04:28:26.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42522026-04-07T04:28:26.426Z
42532026-04-07T04:28:26.426Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (239/270)
42542026-04-07T04:28:26.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-04-07T04:28:26.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-04-07T04:28:26.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-04-07T04:28:26.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42582026-04-07T04:28:27.059Z
42592026-04-07T04:28:27.059Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (240/270)
42602026-04-07T04:28:27.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-04-07T04:28:27.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-04-07T04:28:27.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-04-07T04:28:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42642026-04-07T04:28:27.710Z
42652026-04-07T04:28:27.710Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (241/270)
42662026-04-07T04:28:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-04-07T04:28:28.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-04-07T04:28:28.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-04-07T04:28:28.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42702026-04-07T04:28:28.362Z
42712026-04-07T04:28:28.362Zinfo: running `cargo check --bins` on nexus-mgs-updates (242/270)
42722026-04-07T04:28:28.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-04-07T04:28:28.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-04-07T04:28:28.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-04-07T04:28:28.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42762026-04-07T04:28:29.002Z
42772026-04-07T04:28:29.002Zinfo: running `cargo check --bins` on nexus-networking (243/270)
42782026-04-07T04:28:29.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-04-07T04:28:29.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-04-07T04:28:29.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-04-07T04:28:29.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42822026-04-07T04:28:29.655Z
42832026-04-07T04:28:29.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (244/270)
42842026-04-07T04:28:30.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-04-07T04:28:30.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-04-07T04:28:30.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-04-07T04:28:30.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42882026-04-07T04:28:30.312Z
42892026-04-07T04:28:30.312Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/270)
42902026-04-07T04:28:30.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-07T04:28:30.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-07T04:28:30.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-04-07T04:28:30.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42942026-04-07T04:28:30.960Z
42952026-04-07T04:28:30.960Zinfo: running `cargo check --bins` on omicron-dev (246/270)
42962026-04-07T04:28:31.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-07T04:28:31.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-07T04:28:31.839Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42992026-04-07T04:28:31.842Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-04-07T04:28:32.024Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43012026-04-07T04:28:32.057Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43022026-04-07T04:28:32.074Z Checking yansi v1.0.1
43032026-04-07T04:28:32.077Z Checking diff v0.1.13
43042026-04-07T04:28:32.092Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43052026-04-07T04:28:32.106Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43062026-04-07T04:28:32.163Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43072026-04-07T04:28:32.324Z Checking pretty_assertions v1.4.1
43082026-04-07T04:28:32.972Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43092026-04-07T04:28:56.262Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43102026-04-07T04:28:56.265Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-04-07T04:28:56.265Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43122026-04-07T04:28:56.265Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43132026-04-07T04:28:56.265Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43142026-04-07T04:28:56.265Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43152026-04-07T04:28:56.981Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43162026-04-07T04:28:58.081Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43172026-04-07T04:29:36.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43182026-04-07T04:29:36.920Z
43192026-04-07T04:29:36.920Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43202026-04-07T04:29:37.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-07T04:29:37.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-07T04:29:37.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-04-07T04:29:37.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43242026-04-07T04:29:37.504Z
43252026-04-07T04:29:37.504Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43262026-04-07T04:29:38.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-04-07T04:29:38.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-04-07T04:29:38.268Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43292026-04-07T04:29:38.388Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43302026-04-07T04:29:38.395Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43312026-04-07T04:30:03.949Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43322026-04-07T04:30:04.328Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43332026-04-07T04:30:06.033Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43342026-04-07T04:30:06.480Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43352026-04-07T04:30:09.461Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43362026-04-07T04:30:31.810Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43372026-04-07T04:30:32.437Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43382026-04-07T04:30:34.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.53s
43392026-04-07T04:30:34.265Z
43402026-04-07T04:30:34.265Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43412026-04-07T04:30:34.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-04-07T04:30:34.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-04-07T04:30:34.980Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43442026-04-07T04:30:35.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43452026-04-07T04:30:35.867Z
43462026-04-07T04:30:35.867Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43472026-04-07T04:30:36.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-04-07T04:30:36.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-04-07T04:30:36.529Z Compiling blake3 v1.8.3
43502026-04-07T04:30:36.637Z Checking arrayref v0.3.9
43512026-04-07T04:30:36.637Z Checking arrayvec v0.7.6
43522026-04-07T04:30:36.640Z Checking constant_time_eq v0.4.2
43532026-04-07T04:30:36.657Z Checking topological-sort v0.2.2
43542026-04-07T04:30:36.660Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43552026-04-07T04:30:36.660Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43562026-04-07T04:30:36.660Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43572026-04-07T04:30:36.700Z Checking shell-words v1.1.1
43582026-04-07T04:30:37.420Z Checking omicron-zone-package v0.12.2
43592026-04-07T04:30:38.136Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43602026-04-07T04:30:38.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43612026-04-07T04:30:39.162Z
43622026-04-07T04:30:39.162Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43632026-04-07T04:30:39.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-04-07T04:30:39.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-04-07T04:30:39.804Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43662026-04-07T04:30:40.129Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43672026-04-07T04:30:40.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43682026-04-07T04:30:40.723Z
43692026-04-07T04:30:40.723Zinfo: running `cargo check --bins` on schema (252/270)
43702026-04-07T04:30:41.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-07T04:30:41.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-07T04:30:41.444Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43732026-04-07T04:30:42.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43742026-04-07T04:30:42.339Z
43752026-04-07T04:30:42.339Zinfo: running `cargo check --bins` on xtask (253/270)
43762026-04-07T04:30:42.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-04-07T04:30:42.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-04-07T04:30:42.788Z Checking libc v0.2.180
43792026-04-07T04:30:42.791Z Checking serde v1.0.228
43802026-04-07T04:30:42.791Z Checking zerofrom v0.1.6
43812026-04-07T04:30:42.878Z Checking bitflags v2.11.0
43822026-04-07T04:30:42.882Z Checking hashbrown v0.16.1
43832026-04-07T04:30:42.885Z Checking smallvec v1.15.1
43842026-04-07T04:30:42.897Z Checking serde_json v1.0.149
43852026-04-07T04:30:42.907Z Checking scroll v0.12.0
43862026-04-07T04:30:42.973Z Checking yoke v0.8.1
43872026-04-07T04:30:43.019Z Checking num-traits v0.2.19
43882026-04-07T04:30:43.063Z Checking thiserror v1.0.69
43892026-04-07T04:30:43.129Z Checking percent-encoding v2.3.2
43902026-04-07T04:30:43.143Z Checking zerovec v0.11.5
43912026-04-07T04:30:43.160Z Checking zerotrie v0.2.3
43922026-04-07T04:30:43.171Z Checking errno v0.3.14
43932026-04-07T04:30:43.264Z Checking serde_spanned v0.6.9
43942026-04-07T04:30:43.274Z Checking toml_datetime v0.6.11
43952026-04-07T04:30:43.289Z Checking rustix v1.1.3
43962026-04-07T04:30:43.326Z Checking indexmap v2.13.0
43972026-04-07T04:30:43.387Z Checking log v0.4.29
43982026-04-07T04:30:43.400Z Checking zerocopy v0.7.35
43992026-04-07T04:30:43.455Z Checking form_urlencoded v1.2.2
44002026-04-07T04:30:43.511Z Checking getrandom v0.4.1
44012026-04-07T04:30:43.539Z Checking goblin v0.8.2
44022026-04-07T04:30:43.550Z Checking ordered-float v2.10.1
44032026-04-07T04:30:43.573Z Checking tinystr v0.8.2
44042026-04-07T04:30:43.586Z Checking potential_utf v0.1.4
44052026-04-07T04:30:43.646Z Checking thiserror v2.0.18
44062026-04-07T04:30:43.714Z Checking icu_collections v2.1.1
44072026-04-07T04:30:43.749Z Checking icu_locale_core v2.1.1
44082026-04-07T04:30:43.752Z Checking syn v2.0.117
44092026-04-07T04:30:43.772Z Checking serde-value v0.7.0
44102026-04-07T04:30:43.870Z Checking toml_edit v0.22.27
44112026-04-07T04:30:43.890Z Checking dtrace-parser v0.2.0
44122026-04-07T04:30:43.976Z Checking thread-id v4.2.2
44132026-04-07T04:30:44.026Z Checking once_cell v1.21.3
44142026-04-07T04:30:44.058Z Checking cargo-platform v0.2.0
44152026-04-07T04:30:44.093Z Checking terminal_size v0.4.3
44162026-04-07T04:30:44.154Z Checking memmap v0.7.0
44172026-04-07T04:30:44.201Z Checking tempfile v3.25.0
44182026-04-07T04:30:44.212Z Checking clap_builder v4.5.60
44192026-04-07T04:30:44.236Z Checking textwrap v0.16.2
44202026-04-07T04:30:44.284Z Checking fs-err v3.3.0
44212026-04-07T04:30:44.319Z Checking icu_provider v2.1.1
44222026-04-07T04:30:44.395Z Checking camino-tempfile v1.4.1
44232026-04-07T04:30:44.450Z Checking tabled v0.15.0
44242026-04-07T04:30:44.467Z Checking anyhow v1.0.102
44252026-04-07T04:30:44.550Z Checking macaddr v1.0.1
44262026-04-07T04:30:44.562Z Checking icu_normalizer v2.1.1
44272026-04-07T04:30:44.671Z Checking icu_properties v2.1.2
44282026-04-07T04:30:44.729Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44292026-04-07T04:30:44.966Z Checking toml v0.8.23
44302026-04-07T04:30:45.271Z Checking cargo_toml v0.21.0
44312026-04-07T04:30:45.403Z Checking clap v4.5.60
44322026-04-07T04:30:45.425Z Checking dof v0.3.0
44332026-04-07T04:30:45.471Z Checking idna_adapter v1.2.1
44342026-04-07T04:30:45.584Z Checking idna v1.1.0
44352026-04-07T04:30:45.686Z Checking usdt-impl v0.5.0
44362026-04-07T04:30:45.808Z Checking url v2.5.8
44372026-04-07T04:30:45.947Z Checking usdt v0.5.0
44382026-04-07T04:30:46.167Z Checking cargo-util-schemas v0.8.2
44392026-04-07T04:30:46.860Z Checking cargo_metadata v0.21.0
44402026-04-07T04:30:47.464Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44412026-04-07T04:30:47.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
44422026-04-07T04:30:48.009Z
44432026-04-07T04:30:48.009Zinfo: running `cargo check --bins` on dnsadm (254/270)
44442026-04-07T04:30:48.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-04-07T04:30:48.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-04-07T04:30:48.641Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44472026-04-07T04:30:49.124Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44482026-04-07T04:30:49.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44492026-04-07T04:30:49.713Z
44502026-04-07T04:30:49.713Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44512026-04-07T04:30:50.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-04-07T04:30:50.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-04-07T04:30:50.506Z Checking polyval v0.6.2
44542026-04-07T04:30:50.630Z Checking ctr v0.9.2
44552026-04-07T04:30:50.640Z Checking ssh-encoding v0.2.0
44562026-04-07T04:30:50.640Z Checking blowfish v0.9.1
44572026-04-07T04:30:50.661Z Checking password-hash v0.4.2
44582026-04-07T04:30:50.677Z Checking p256 v0.13.2
44592026-04-07T04:30:50.677Z Checking p521 v0.13.3
44602026-04-07T04:30:50.704Z Checking russh-cryptovec v0.7.3
44612026-04-07T04:30:50.774Z Checking ghash v0.5.1
44622026-04-07T04:30:50.790Z Checking bcrypt-pbkdf v0.10.0
44632026-04-07T04:30:50.790Z Checking md5 v0.7.0
44642026-04-07T04:30:50.857Z Checking num-bigint v0.4.6
44652026-04-07T04:30:50.857Z Checking des v0.8.1
44662026-04-07T04:30:50.874Z Checking pbkdf2 v0.11.0
44672026-04-07T04:30:50.923Z Checking aes-gcm v0.10.3
44682026-04-07T04:30:50.938Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44692026-04-07T04:30:50.980Z Checking hex-literal v0.4.1
44702026-04-07T04:30:51.004Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44712026-04-07T04:30:51.029Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44722026-04-07T04:30:51.059Z Checking socket2 v0.5.10
44732026-04-07T04:30:51.073Z Checking ssh-cipher v0.2.0
44742026-04-07T04:30:51.077Z Checking internet-checksum v0.2.1
44752026-04-07T04:30:51.244Z Checking ssh-key v0.6.7
44762026-04-07T04:30:51.332Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44772026-04-07T04:30:51.878Z Checking russh-keys v0.45.0
44782026-04-07T04:30:52.430Z Checking russh v0.45.0
44792026-04-07T04:31:07.236Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44802026-04-07T04:31:08.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
44812026-04-07T04:31:08.639Z
44822026-04-07T04:31:08.639Zinfo: running `cargo check --bins` on gateway-cli (256/270)
44832026-04-07T04:31:09.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-04-07T04:31:09.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-04-07T04:31:09.276Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44862026-04-07T04:31:09.384Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44872026-04-07T04:31:09.391Z Checking termios v0.3.3
44882026-04-07T04:31:10.580Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44892026-04-07T04:31:10.729Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44902026-04-07T04:31:12.605Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44912026-04-07T04:31:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
44922026-04-07T04:31:13.355Z
44932026-04-07T04:31:13.355Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
44942026-04-07T04:31:13.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-04-07T04:31:13.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-04-07T04:31:14.061Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44972026-04-07T04:31:14.176Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44982026-04-07T04:31:14.185Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44992026-04-07T04:31:14.185Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45002026-04-07T04:31:14.188Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45012026-04-07T04:31:14.191Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45022026-04-07T04:31:14.919Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45032026-04-07T04:31:15.264Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45042026-04-07T04:31:15.267Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45052026-04-07T04:31:15.891Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45062026-04-07T04:31:17.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45072026-04-07T04:31:17.718Z
45082026-04-07T04:31:17.718Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45092026-04-07T04:31:18.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-04-07T04:31:18.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-04-07T04:31:18.346Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45122026-04-07T04:31:18.801Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45132026-04-07T04:31:19.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45142026-04-07T04:31:19.300Z
45152026-04-07T04:31:19.300Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45162026-04-07T04:31:19.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-04-07T04:31:19.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-04-07T04:31:19.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-04-07T04:31:19.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45202026-04-07T04:31:19.883Z
45212026-04-07T04:31:19.883Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45222026-04-07T04:31:20.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-04-07T04:31:20.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-04-07T04:31:20.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-04-07T04:31:20.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45262026-04-07T04:31:20.469Z
45272026-04-07T04:31:20.470Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45282026-04-07T04:31:21.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-04-07T04:31:21.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-04-07T04:31:21.214Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45312026-04-07T04:31:21.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45322026-04-07T04:31:22.014Z
45332026-04-07T04:31:22.014Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45342026-04-07T04:31:22.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-04-07T04:31:22.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-04-07T04:31:22.651Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45372026-04-07T04:31:22.654Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45382026-04-07T04:31:22.906Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-04-07T04:31:22.910Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45402026-04-07T04:31:23.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45412026-04-07T04:31:23.885Z
45422026-04-07T04:31:23.885Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45432026-04-07T04:31:24.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-07T04:31:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-07T04:31:24.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-04-07T04:31:24.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45472026-04-07T04:31:24.476Z
45482026-04-07T04:31:24.476Zinfo: running `cargo check --bins` on omicron-package (264/270)
45492026-04-07T04:31:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-04-07T04:31:25.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-04-07T04:31:25.162Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45522026-04-07T04:31:26.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45532026-04-07T04:31:26.427Z
45542026-04-07T04:31:26.427Zinfo: running `cargo check --bins` on tqdb (265/270)
45552026-04-07T04:31:26.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-04-07T04:31:26.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-04-07T04:31:27.205Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-04-07T04:31:27.558Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45592026-04-07T04:31:28.073Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45602026-04-07T04:31:28.078Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45612026-04-07T04:31:33.269Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-04-07T04:31:33.910Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45632026-04-07T04:31:33.913Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45642026-04-07T04:31:33.913Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45652026-04-07T04:31:33.913Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45662026-04-07T04:31:34.659Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45672026-04-07T04:31:35.616Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45682026-04-07T04:31:36.397Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45692026-04-07T04:31:37.004Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45702026-04-07T04:31:41.471Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45712026-04-07T04:31:47.644Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45722026-04-07T04:31:47.644Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45732026-04-07T04:31:47.647Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45742026-04-07T04:31:47.647Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45752026-04-07T04:31:49.091Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45762026-04-07T04:31:50.393Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45772026-04-07T04:31:51.061Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45782026-04-07T04:31:52.299Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45792026-04-07T04:31:52.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.40s
45802026-04-07T04:31:53.057Z
45812026-04-07T04:31:53.057Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
45822026-04-07T04:31:53.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-04-07T04:31:53.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-04-07T04:31:53.764Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45852026-04-07T04:31:53.764Z Checking rtoolbox v0.0.3
45862026-04-07T04:31:53.767Z Checking tui-tree-widget v0.23.1
45872026-04-07T04:31:53.985Z Checking rpassword v7.4.0
45882026-04-07T04:31:54.876Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45892026-04-07T04:31:57.845Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45902026-04-07T04:31:59.616Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45912026-04-07T04:32:00.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.42s
45922026-04-07T04:32:00.671Z
45932026-04-07T04:32:00.671Zinfo: running `cargo check --bins` on wicket (267/270)
45942026-04-07T04:32:01.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-04-07T04:32:01.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-04-07T04:32:01.371Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45972026-04-07T04:32:01.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
45982026-04-07T04:32:01.916Z
45992026-04-07T04:32:01.916Zinfo: running `cargo check --bins` on wicketd (268/270)
46002026-04-07T04:32:02.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-04-07T04:32:02.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-04-07T04:32:02.638Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46032026-04-07T04:32:02.641Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46042026-04-07T04:32:02.641Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46052026-04-07T04:32:02.641Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46062026-04-07T04:32:03.591Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46072026-04-07T04:32:04.157Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46082026-04-07T04:32:07.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
46092026-04-07T04:32:07.263Z
46102026-04-07T04:32:07.263Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46112026-04-07T04:32:07.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-04-07T04:32:07.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-04-07T04:32:07.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46142026-04-07T04:32:07.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46152026-04-07T04:32:07.857Z
46162026-04-07T04:32:07.857Zinfo: running `cargo check --bins` on zone-setup (270/270)
46172026-04-07T04:32:08.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-04-07T04:32:08.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-04-07T04:32:08.534Z Checking uzers v0.12.2
46202026-04-07T04:32:08.806Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46212026-04-07T04:32:09.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46222026-04-07T04:32:09.763Z
46232026-04-07T04:32:09.763Zreal 14:01.632067643
46242026-04-07T04:32:09.763Zuser 20:17.092325827
46252026-04-07T04:32:09.763Zsys 4:08.629161599
46262026-04-07T04:32:09.763Ztrap 0.316607478
46272026-04-07T04:32:09.763Ztflt 0.316709525
46282026-04-07T04:32:09.764Zdflt 0.895998565
46292026-04-07T04:32:09.764Zkflt 0.000984977
46302026-04-07T04:32:09.764Zlock 1:16:14.382249379
46312026-04-07T04:32:09.764Zslp 1:37:12.499424190
46322026-04-07T04:32:09.764Zlat 55.914619395
46332026-04-07T04:32:09.764Zstop 3:29.613558583
46342026-04-07T04:32:09.767Zprocess exited: duration 1013480 ms, exit code 0
 
46352026-04-07T04:32:09.773Zfound 0 output files