01KNWNVY8KRT366FET33AAZYWR: 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: 01KNWNW841TJSGQP5C58PKHTVV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T21:49:14.795Zjob assigned to worker 01KNWNWG9SK8ZWACT1VD77SE1B [factory aws, i-0a5930e6a998166d9] (queued for 49 s)
 
22026-04-10T21:49:21.456Zstarting task 0: "setup"
32026-04-10T21:49:21.460Z++ uname -s
42026-04-10T21:49:21.463Z+ kern=SunOS
52026-04-10T21:49:21.463Z+ build_user=build
62026-04-10T21:49:21.463Z+ build_uid=12345
72026-04-10T21:49:21.463Z+ work_dir=/work
82026-04-10T21:49:21.463Z+ input_dir=/input
92026-04-10T21:49:21.463Z+ [[ 0 == 12345 ]]
102026-04-10T21:49:21.463Z+ case "$kern" in
112026-04-10T21:49:21.463Z+ groupadd -g 12345 build
122026-04-10T21:49:21.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T21:49:23.471Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T21:49:23.596Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T21:49:23.599Z+ home_fs=zfs
162026-04-10T21:49:23.599Z+ [[ zfs == autofs ]]
172026-04-10T21:49:23.599Z+ mkdir -p /home/build
182026-04-10T21:49:23.599Z+ chown build:build /home/build /work
192026-04-10T21:49:24.600Z+ chmod 0700 /home/build /work
202026-04-10T21:49:24.603Zprocess exited: duration 3148 ms, exit code 0
 
212026-04-10T21:49:24.610Zstarting task 1: "rust-toolchain"
222026-04-10T21:49:24.614Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T21:49:24.614Z * rust toolchain channel = "1.94.0"
242026-04-10T21:49:24.614Z * rust toolchain profile = "default"
252026-04-10T21:49:24.614Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T21:49:24.614Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T21:49:24.614Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T21:49:24.617Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T21:49:24.617Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T21:49:24.711Zinfo: downloading installer
312026-04-10T21:49:26.089Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T21:49:26.089Zwarn: /opt/ooce/bin
332026-04-10T21:49:26.089Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T21:49:26.089Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T21:49:26.089Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T21:49:26.089Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T21:49:26.089Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T21:49:26.089Zerror: cannot install while Rust is installed
392026-04-10T21:49:26.089Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T21:49:26.089Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T21:49:26.089Zwarn: /home/build/.rustup/settings.toml
422026-04-10T21:49:26.089Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T21:49:26.089Zwarn: instead of the one inferred from the default host triple.
442026-04-10T21:49:26.103Zinfo: profile set to default
452026-04-10T21:49:26.103Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T21:49:26.106Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T21:49:26.250Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T21:49:26.253Zinfo: downloading 6 components
492026-04-10T21:49:40.871Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-10T21:49:40.871Z
512026-04-10T21:49:40.899Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T21:49:40.899Z
532026-04-10T21:49:40.899Z
542026-04-10T21:49:40.899ZRust is installed now. Great!
552026-04-10T21:49:40.899Z
562026-04-10T21:49:40.899ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T21:49:40.899Zenvironment variable. This has not been done automatically.
582026-04-10T21:49:40.899Z
592026-04-10T21:49:40.899ZTo configure your current shell, you need to source
602026-04-10T21:49:40.900Zthe corresponding env file under $HOME/.cargo.
612026-04-10T21:49:40.900Z
622026-04-10T21:49:40.900ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T21:49:40.900Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T21:49:40.900Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T21:49:40.900Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T21:49:40.903Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T21:49:40.903Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T21:49:40.903Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T21:49:40.903Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T21:49:40.903Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T21:49:40.987Z+ rustup --version
722026-04-10T21:49:40.996Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T21:49:40.999Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T21:49:41.017Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T21:49:41.021Z+ cargo --version
762026-04-10T21:49:41.033Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T21:49:41.036Z+ rustc --version
782026-04-10T21:49:41.055Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T21:49:41.058Zprocess exited: duration 16446 ms, exit code 0
 
802026-04-10T21:49:41.064Zstarting task 2: "authentication"
812026-04-10T21:49:41.081Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T21:49:41.087Zstarting task 3: "clone repository"
832026-04-10T21:49:41.090Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T21:49:41.093Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T21:49:41.121ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T21:49:51.524Z+ cd /work/oxidecomputer/omicron
872026-04-10T21:49:51.524Z+ git fetch origin 3eae79ad83440e125067846bddab555930f94048
882026-04-10T21:49:51.807ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T21:49:51.807Z * branch 3eae79ad83440e125067846bddab555930f94048 -> FETCH_HEAD
902026-04-10T21:49:51.816Z+ [[ -n bump-console-1cc2ce61 ]]
912026-04-10T21:49:51.820Z++ git branch --show-current
922026-04-10T21:49:51.820Z+ current=main
932026-04-10T21:49:51.820Z+ [[ main != bump-console-1cc2ce61 ]]
942026-04-10T21:49:51.820Z+ git branch -f bump-console-1cc2ce61 3eae79ad83440e125067846bddab555930f94048
952026-04-10T21:49:51.823Z+ git checkout -f bump-console-1cc2ce61
962026-04-10T21:49:51.845ZSwitched to branch 'bump-console-1cc2ce61'
972026-04-10T21:49:51.848Z+ git reset --hard 3eae79ad83440e125067846bddab555930f94048
982026-04-10T21:49:51.877ZHEAD is now at 3eae79ad8 Bump web console (fix dark flash in light mode)
992026-04-10T21:49:51.880Zprocess exited: duration 10790 ms, exit code 0
 
1002026-04-10T21:49:51.887Zstarting task 4: "build"
1012026-04-10T21:49:51.891Z+ source .github/buildomat/ci-env.sh
1022026-04-10T21:49:51.891Z++ export CARGO_TERM_COLOR=always
1032026-04-10T21:49:51.891Z++ CARGO_TERM_COLOR=always
1042026-04-10T21:49:51.891Z+ cargo --version
1052026-04-10T21:49:51.899Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-10T21:49:51.903Z+ rustc --version
1072026-04-10T21:49:51.921Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-10T21:49:51.924Z+ source ./env.sh
1092026-04-10T21:49:51.924Z++ OLD_SHELL_OPTS=ehxB
1102026-04-10T21:49:51.924Z++ set -o xtrace
1112026-04-10T21:49:51.927Z++++ dirname ./env.sh
1122026-04-10T21:49:51.927Z+++ readlink -f .
1132026-04-10T21:49:51.932Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ 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-10T21:49:51.932Z++ case $OLD_SHELL_OPTS in
1232026-04-10T21:49:51.932Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-10T21:49:51.932Z+ 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-10T21:49:51.932Z+ 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-10T21:49:51.932Z+ banner prerequisites
1272026-04-10T21:49:51.935Z
1282026-04-10T21:49:51.935Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-10T21:49:51.935Z # # # # # # # # # # # # # # #
1302026-04-10T21:49:51.935Z # # # # ##### # # ##### # # # # # #### #
1312026-04-10T21:49:51.935Z ##### ##### # ##### # # # # # # # # #
1322026-04-10T21:49:51.935Z # # # # # # # # # # # # # # #
1332026-04-10T21:49:51.935Z # # # ###### # # ###### ### # #### # #### #
1342026-04-10T21:49:51.935Z
1352026-04-10T21:49:51.935Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-10T21:50:00.571Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-10T21:50:07.690Z Startup: Caching catalogs ... Done
1382026-04-10T21:50:12.750ZPlanning: Solver setup ... Done (3.570s)
1392026-04-10T21:50:12.773ZPlanning: Running solver ... Done (0.024s)
1402026-04-10T21:50:12.904ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-10T21:50:12.916ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-10T21:50:13.010ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-10T21:50:13.041ZPlanning: Package planning ... Done (0.032s)
1442026-04-10T21:50:13.069ZPlanning: Merging actions ... Done (0.027s)
1452026-04-10T21:50:13.248ZPlanning: Checking for conflicting actions ... Done (0.179s)
1462026-04-10T21:50:13.255ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-10T21:50:14.035ZPlanning: Evaluating mediators ... Done (0.780s)
1482026-04-10T21:50:14.041ZPlanning: Planning completed in 6.19 seconds
1492026-04-10T21:50:14.053Z Packages to install: 4
1502026-04-10T21:50:14.053Z Mediators to change: 2
1512026-04-10T21:50:14.053Z Services to change: 1
1522026-04-10T21:50:14.058Z Estimated space available: 155.35 GB
1532026-04-10T21:50:14.058ZEstimated space to be consumed: 1.84 GB
1542026-04-10T21:50:14.058Z Create boot environment: No
1552026-04-10T21:50:14.058ZCreate backup boot environment: No
1562026-04-10T21:50:14.058Z Rebuild boot archive: No
1572026-04-10T21:50:14.058Z
1582026-04-10T21:50:14.058ZChanged mediators:
1592026-04-10T21:50:14.058Z mediator clang:
1602026-04-10T21:50:14.058Z version: None -> 15 (system default)
1612026-04-10T21:50:14.058Z
1622026-04-10T21:50:14.058Z mediator llvm:
1632026-04-10T21:50:14.058Z version: 14 (system default) -> 15 (system default)
1642026-04-10T21:50:14.058Z
1652026-04-10T21:50:14.058ZChanged packages:
1662026-04-10T21:50:14.058Zhelios-dev
1672026-04-10T21:50:14.059Z developer/build-essential
1682026-04-10T21:50:14.059Z None -> 11-2.0
1692026-04-10T21:50:14.059Z library/libxmlsec1
1702026-04-10T21:50:14.059Z None -> 1.2.35-2.0
1712026-04-10T21:50:14.059Z ooce/developer/clang-15
1722026-04-10T21:50:14.059Z None -> 15.0.7-2.0
1732026-04-10T21:50:14.059Z ooce/developer/llvm-15
1742026-04-10T21:50:14.059Z None -> 15.0.7-2.0
1752026-04-10T21:50:14.059Z
1762026-04-10T21:50:14.059ZServices:
1772026-04-10T21:50:14.059Z restart_fmri:
1782026-04-10T21:50:14.059Z svc:/system/update-man-index:default
1792026-04-10T21:50:14.096Z
1802026-04-10T21:50:14.097ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-10T21:50:19.099ZDownload: 1469/3290 items 116.4/212.6MB 54% complete (23.6M/s)
1822026-04-10T21:50:25.702ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (23.7M/s)
1832026-04-10T21:50:30.129ZDownload: Completed 212.60 MB in 16.03 seconds (13.3M/s)
1842026-04-10T21:50:30.258Z Actions: 1/3689 actions (Installing new actions)
1852026-04-10T21:50:33.457Z Actions: Completed 3689 actions in 3.20 seconds.
1862026-04-10T21:50:33.759Z Done (0.298s)
1872026-04-10T21:50:33.759Z Done (0.000s)
1882026-04-10T21:50:34.474Z Done (0.715s)
1892026-04-10T21:50:37.558Z Done (2.746s)
1902026-04-10T21:50:37.647Z Done (0.012s)
1912026-04-10T21:50:37.650Z Done (0.000s)
1922026-04-10T21:50:37.967Z Done (0.000s)
1932026-04-10T21:50:38.805ZPlanning: Evaluating mediator changes ... Done
1942026-04-10T21:50:38.910ZPlanning: Checking for conflicting actions ... Done
1952026-04-10T21:50:38.913ZPlanning: Consolidating action changes ... Done
1962026-04-10T21:50:39.070ZPlanning: Evaluating mediators ... Done
1972026-04-10T21:50:39.073ZPlanning: Planning completed in 0.27 seconds
1982026-04-10T21:50:39.102Z Mediators to change: 2
1992026-04-10T21:50:39.102Z Create boot environment: No
2002026-04-10T21:50:39.102ZCreate backup boot environment: No
2012026-04-10T21:50:39.138Z Done
2022026-04-10T21:50:39.138Z Done
2032026-04-10T21:50:39.760Z Done
2042026-04-10T21:50:42.263Z Done
2052026-04-10T21:50:42.338Z Done
2062026-04-10T21:50:42.341Z Done
2072026-04-10T21:50:42.469Z Done
2082026-04-10T21:50:42.877ZPlanning: Evaluating mediator changes ... Done
2092026-04-10T21:50:42.882ZPlanning: Merging actions ... Done
2102026-04-10T21:50:43.009ZPlanning: Checking for conflicting actions ... Done
2112026-04-10T21:50:43.012ZPlanning: Consolidating action changes ... Done
2122026-04-10T21:50:43.149ZPlanning: Evaluating mediators ... Done
2132026-04-10T21:50:43.178ZPlanning: Planning completed in 0.45 seconds
2142026-04-10T21:50:43.214Z Packages to change: 1
2152026-04-10T21:50:43.214Z Mediators to change: 1
2162026-04-10T21:50:43.214Z Services to change: 1
2172026-04-10T21:50:43.278Z Create boot environment: No
2182026-04-10T21:50:43.278ZCreate backup boot environment: Yes
2192026-04-10T21:50:45.470Z Actions: 1/6 actions (Updating modified actions)
2202026-04-10T21:50:45.473Z Actions: Completed 6 actions in 0.00 seconds.
2212026-04-10T21:50:45.473Z Done
2222026-04-10T21:50:45.473Z Done
2232026-04-10T21:50:45.613Z Done
2242026-04-10T21:50:48.112Z Done
2252026-04-10T21:50:48.186Z Done
2262026-04-10T21:50:48.189Z Done
2272026-04-10T21:50:48.342Z Done
2282026-04-10T21:50:48.632ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-10T21:50:48.632Zclang system 15 system
2302026-04-10T21:50:48.632Zcsh system system illumos
2312026-04-10T21:50:48.632Zctags system system illumos
2322026-04-10T21:50:48.632Zfile system system illumos
2332026-04-10T21:50:48.632Zgcc vendor 12 vendor
2342026-04-10T21:50:48.632Zgcc system 14 system
2352026-04-10T21:50:48.632Zgcc system 10 system
2362026-04-10T21:50:48.632Zgo system 1.20 system
2372026-04-10T21:50:48.632Zgo system 1.19 system
2382026-04-10T21:50:48.632Zllvm system 15 system
2392026-04-10T21:50:48.632Zllvm system 14 system
2402026-04-10T21:50:48.632Zmariadb system 10.6 system
2412026-04-10T21:50:48.632Zmta vendor vendor dma
2422026-04-10T21:50:48.632Zopenjdk system 17 system
2432026-04-10T21:50:48.632Zopenjdk system 11 system
2442026-04-10T21:50:48.632Zopenjdk system 1.8 system
2452026-04-10T21:50:48.632Zopenssl vendor 3 vendor
2462026-04-10T21:50:48.632Zperl system 5.36 system
2472026-04-10T21:50:48.632Zpostgresql system 15 system
2482026-04-10T21:50:48.632Zpostgresql system 13 system
2492026-04-10T21:50:48.632Zpython vendor 3 vendor
2502026-04-10T21:50:48.632Zpython system 2 system
2512026-04-10T21:50:48.633Zpython3 system 3.11 system
2522026-04-10T21:50:48.633Zruby system 3.0 system
2532026-04-10T21:50:48.633Zwords vendor vendor american-english
2542026-04-10T21:50:48.633Zwords system system australian-english
2552026-04-10T21:50:48.633Zwords system system british-english
2562026-04-10T21:50:48.633Zwords system system canadian-english
2572026-04-10T21:50:48.633Zwords system system french
2582026-04-10T21:50:48.633Zwords system system italian
2592026-04-10T21:50:48.633Zwords system system ngerman
2602026-04-10T21:50:48.633Zwords system system ogerman
2612026-04-10T21:50:48.633Zwords system system spanish
2622026-04-10T21:50:48.858ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-10T21:50:48.858Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-10T21:50:53.250ZFMRI IFO
2652026-04-10T21:50:53.250Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-10T21:50:53.250Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-10T21:50:53.250Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-10T21:50:53.250Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-10T21:50:53.250Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-10T21:50:53.250Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-10T21:50:53.250Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-10T21:50:53.250Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-10T21:50:53.250Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-10T21:50:53.250Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-10T21:50:53.250Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-10T21:50:53.250Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-10T21:50:53.250Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-10T21:50:53.250Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-10T21:50:53.250Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-10T21:50:53.250Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-10T21:50:54.370Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-10T21:50:54.628Z Updating crates.io index
2832026-04-10T21:50:54.662Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-10T21:50:54.895Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-10T21:50:55.795Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-10T21:50:56.406Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-10T21:50:57.792Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-10T21:50:58.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-10T21:50:59.634Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-10T21:51:00.416Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-10T21:51:00.668Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-10T21:51:01.283Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-10T21:51:01.634Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-10T21:51:02.010Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-10T21:51:02.381Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-10T21:51:03.556Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-10T21:51:04.066Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-10T21:51:04.427Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-10T21:51:04.753Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-10T21:51:05.129Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-10T21:51:05.518Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-10T21:51:05.765Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-10T21:51:06.008Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-10T21:51:06.446Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-10T21:51:06.889Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-10T21:51:07.322Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-10T21:51:07.555Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-10T21:51:07.866Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-10T21:51:08.177Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-10T21:51:09.348Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-10T21:51:09.882Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-04-10T21:51:10.357Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-10T21:51:10.640Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-10T21:51:11.069Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-10T21:51:11.376Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-10T21:51:11.882Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-10T21:51:12.106Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-10T21:51:12.373Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-10T21:51:12.635Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-10T21:51:13.006Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-10T21:51:24.744Z Downloading crates ...
3222026-04-10T21:51:24.807Z Downloaded ordered-float v2.10.1
3232026-04-10T21:51:24.810Z Downloaded pretty-hex v0.4.1
3242026-04-10T21:51:24.810Z Downloaded dtrace-parser v0.2.0
3252026-04-10T21:51:24.811Z Downloaded errno v0.3.14
3262026-04-10T21:51:24.814Z Downloaded writeable v0.6.2
3272026-04-10T21:51:24.817Z Downloaded swrite v0.1.0
3282026-04-10T21:51:24.820Z Downloaded anstyle-parse v0.2.7
3292026-04-10T21:51:24.825Z Downloaded semver v1.0.27
3302026-04-10T21:51:24.825Z Downloaded proc-macro2 v1.0.106
3312026-04-10T21:51:24.828Z Downloaded zerocopy v0.7.35
3322026-04-10T21:51:24.833Z Downloaded yoke-derive v0.8.1
3332026-04-10T21:51:24.836Z Downloaded utf8_iter v1.0.4
3342026-04-10T21:51:24.836Z Downloaded crypto-common v0.1.7
3352026-04-10T21:51:24.836Z Downloaded usdt-macro v0.5.0
3362026-04-10T21:51:24.836Z Downloaded usdt v0.5.0
3372026-04-10T21:51:24.836Z Downloaded thread-id v4.2.2
3382026-04-10T21:51:24.839Z Downloaded serde-value v0.7.0
3392026-04-10T21:51:24.839Z Downloaded clap_builder v4.5.60
3402026-04-10T21:51:24.843Z Downloaded zerofrom-derive v0.1.6
3412026-04-10T21:51:24.843Z Downloaded version_check v0.9.5
3422026-04-10T21:51:24.843Z Downloaded toml_write v0.1.2
3432026-04-10T21:51:24.846Z Downloaded generic-array v0.14.7
3442026-04-10T21:51:24.846Z Downloaded plain v0.2.3
3452026-04-10T21:51:24.846Z Downloaded cfg-if v1.0.4
3462026-04-10T21:51:24.846Z Downloaded zerofrom v0.1.6
3472026-04-10T21:51:24.846Z Downloaded usdt-attr-macro v0.5.0
3482026-04-10T21:51:24.849Z Downloaded toml_datetime v0.6.11
3492026-04-10T21:51:24.849Z Downloaded unicode-linebreak v0.1.5
3502026-04-10T21:51:24.852Z Downloaded typeid v1.0.3
3512026-04-10T21:51:24.852Z Downloaded utf8parse v0.2.2
3522026-04-10T21:51:24.855Z Downloaded percent-encoding v2.3.2
3532026-04-10T21:51:24.855Z Downloaded fastrand v2.3.0
3542026-04-10T21:51:24.858Z Downloaded unicode-xid v0.2.6
3552026-04-10T21:51:24.861Z Downloaded hashbrown v0.16.1
3562026-04-10T21:51:24.864Z Downloaded thiserror v2.0.18
3572026-04-10T21:51:24.867Z Downloaded fs-err v3.3.0
3582026-04-10T21:51:24.867Z Downloaded zmij v1.0.21
3592026-04-10T21:51:24.867Z Downloaded usdt-impl v0.5.0
3602026-04-10T21:51:24.870Z Downloaded tinystr v0.8.2
3612026-04-10T21:51:24.870Z Downloaded anstyle-query v1.1.5
3622026-04-10T21:51:24.870Z Downloaded idna_adapter v1.2.1
3632026-04-10T21:51:24.874Z Downloaded yoke v0.8.1
3642026-04-10T21:51:24.874Z Downloaded tabled_derive v0.7.0
3652026-04-10T21:51:24.874Z Downloaded url v2.5.8
3662026-04-10T21:51:24.877Z Downloaded itoa v1.0.17
3672026-04-10T21:51:24.877Z Downloaded colorchoice v1.0.4
3682026-04-10T21:51:24.877Z Downloaded thiserror-impl v1.0.69
3692026-04-10T21:51:24.877Z Downloaded thiserror v1.0.69
3702026-04-10T21:51:24.880Z Downloaded zerocopy-derive v0.7.35
3712026-04-10T21:51:24.883Z Downloaded toml v0.8.23
3722026-04-10T21:51:24.883Z Downloaded serde_spanned v0.6.9
3732026-04-10T21:51:24.883Z Downloaded memmap v0.7.0
3742026-04-10T21:51:24.886Z Downloaded cpufeatures v0.2.17
3752026-04-10T21:51:24.886Z Downloaded textwrap v0.16.2
3762026-04-10T21:51:24.886Z Downloaded heck v0.5.0
3772026-04-10T21:51:24.888Z Downloaded terminal_size v0.4.3
3782026-04-10T21:51:24.889Z Downloaded ucd-trie v0.1.7
3792026-04-10T21:51:24.889Z Downloaded is_terminal_polyfill v1.70.2
3802026-04-10T21:51:24.889Z Downloaded fnv v1.0.7
3812026-04-10T21:51:24.892Z Downloaded equivalent v1.0.2
3822026-04-10T21:51:24.892Z Downloaded heck v0.4.1
3832026-04-10T21:51:24.892Z Downloaded thiserror-impl v2.0.18
3842026-04-10T21:51:24.892Z Downloaded proc-macro-error-attr v1.0.4
3852026-04-10T21:51:24.892Z Downloaded zerovec-derive v0.11.2
3862026-04-10T21:51:24.895Z Downloaded byteorder v1.5.0
3872026-04-10T21:51:24.895Z Downloaded typenum v1.19.0
3882026-04-10T21:51:24.895Z Downloaded toml_edit v0.22.27
3892026-04-10T21:51:24.898Z Downloaded unicode-ident v1.0.24
3902026-04-10T21:51:24.901Z Downloaded zerotrie v0.2.3
3912026-04-10T21:51:24.901Z Downloaded form_urlencoded v1.2.2
3922026-04-10T21:51:24.901Z Downloaded block-buffer v0.10.4
3932026-04-10T21:51:24.904Z Downloaded dof v0.3.0
3942026-04-10T21:51:24.904Z Downloaded potential_utf v0.1.4
3952026-04-10T21:51:24.907Z Downloaded stable_deref_trait v1.2.1
3962026-04-10T21:51:24.907Z Downloaded zerovec v0.11.5
3972026-04-10T21:51:24.910Z Downloaded macaddr v1.0.1
3982026-04-10T21:51:24.913Z Downloaded pest_derive v2.8.6
3992026-04-10T21:51:24.916Z Downloaded serde_tokenstream v0.2.3
4002026-04-10T21:51:24.916Z Downloaded camino v1.2.2
4012026-04-10T21:51:24.919Z Downloaded winnow v0.7.14
4022026-04-10T21:51:24.922Z Downloaded clap_lex v1.0.0
4032026-04-10T21:51:24.926Z Downloaded cargo-platform v0.2.0
4042026-04-10T21:51:24.926Z Downloaded unicode-width v0.2.0
4052026-04-10T21:51:24.929Z Downloaded unicode-width v0.1.14
4062026-04-10T21:51:24.932Z Downloaded strsim v0.11.1
4072026-04-10T21:51:24.935Z Downloaded scroll_derive v0.12.1
4082026-04-10T21:51:24.935Z Downloaded digest v0.10.7
4092026-04-10T21:51:24.938Z Downloaded quote v1.0.44
4102026-04-10T21:51:24.941Z Downloaded cargo_toml v0.21.0
4112026-04-10T21:51:24.944Z Downloaded smawk v0.3.2
4122026-04-10T21:51:24.948Z Downloaded pest_generator v2.8.6
4132026-04-10T21:51:24.951Z Downloaded cargo-util-schemas v0.8.2
4142026-04-10T21:51:24.954Z Downloaded scroll v0.12.0
4152026-04-10T21:51:24.957Z Downloaded camino-tempfile v1.4.1
4162026-04-10T21:51:24.957Z Downloaded displaydoc v0.2.5
4172026-04-10T21:51:24.960Z Downloaded bytecount v0.6.9
4182026-04-10T21:51:24.960Z Downloaded anstream v0.6.21
4192026-04-10T21:51:24.960Z Downloaded autocfg v1.5.0
4202026-04-10T21:51:24.960Z Downloaded anstyle v1.0.13
4212026-04-10T21:51:24.963Z Downloaded icu_normalizer v2.1.1
4222026-04-10T21:51:24.963Z Downloaded cargo_metadata v0.21.0
4232026-04-10T21:51:24.967Z Downloaded serde-untagged v0.1.9
4242026-04-10T21:51:24.977Z Downloaded synstructure v0.13.2
4252026-04-10T21:51:24.980Z Downloaded once_cell v1.21.3
4262026-04-10T21:51:24.983Z Downloaded sha2 v0.10.9
4272026-04-10T21:51:24.983Z Downloaded litemap v0.8.1
4282026-04-10T21:51:24.986Z Downloaded smallvec v1.15.1
4292026-04-10T21:51:24.989Z Downloaded clap v4.5.60
4302026-04-10T21:51:24.992Z Downloaded proc-macro-error v1.0.4
4312026-04-10T21:51:25.000Z Downloaded tempfile v3.25.0
4322026-04-10T21:51:25.006Z Downloaded erased-serde v0.4.9
4332026-04-10T21:51:25.009Z Downloaded clap_derive v4.5.55
4342026-04-10T21:51:25.009Z Downloaded papergrid v0.11.0
4352026-04-10T21:51:25.012Z Downloaded num-traits v0.2.19
4362026-04-10T21:51:25.012Z Downloaded icu_provider v2.1.1
4372026-04-10T21:51:25.015Z Downloaded icu_properties v2.1.2
4382026-04-10T21:51:25.018Z Downloaded log v0.4.29
4392026-04-10T21:51:25.021Z Downloaded anyhow v1.0.102
4402026-04-10T21:51:25.026Z Downloaded getrandom v0.3.4
4412026-04-10T21:51:25.029Z Downloaded icu_normalizer_data v2.1.1
4422026-04-10T21:51:25.032Z Downloaded bitflags v2.11.0
4432026-04-10T21:51:25.034Z Downloaded serde_derive v1.0.228
4442026-04-10T21:51:25.043Z Downloaded serde_core v1.0.228
4452026-04-10T21:51:25.045Z Downloaded icu_locale_core v2.1.1
4462026-04-10T21:51:25.048Z Downloaded memchr v2.8.0
4472026-04-10T21:51:25.052Z Downloaded pest_meta v2.8.6
4482026-04-10T21:51:25.058Z Downloaded serde v1.0.228
4492026-04-10T21:51:25.061Z Downloaded pest v2.8.6
4502026-04-10T21:51:25.061Z Downloaded indexmap v2.13.0
4512026-04-10T21:51:25.064Z Downloaded idna v1.1.0
4522026-04-10T21:51:25.067Z Downloaded icu_collections v2.1.1
4532026-04-10T21:51:25.098Z Downloaded goblin v0.8.2
4542026-04-10T21:51:25.101Z Downloaded icu_properties_data v2.1.2
4552026-04-10T21:51:25.106Z Downloaded serde_json v1.0.149
4562026-04-10T21:51:25.115Z Downloaded rustix v1.1.3
4572026-04-10T21:51:25.128Z Downloaded tabled v0.15.0
4582026-04-10T21:51:25.134Z Downloaded syn v1.0.109
4592026-04-10T21:51:25.139Z Downloaded syn v2.0.117
4602026-04-10T21:51:25.163Z Downloaded libc v0.2.180
4612026-04-10T21:51:25.230Z Compiling proc-macro2 v1.0.106
4622026-04-10T21:51:25.230Z Compiling quote v1.0.44
4632026-04-10T21:51:25.233Z Compiling unicode-ident v1.0.24
4642026-04-10T21:51:25.233Z Compiling serde_core v1.0.228
4652026-04-10T21:51:25.233Z Compiling libc v0.2.180
4662026-04-10T21:51:25.233Z Compiling version_check v0.9.5
4672026-04-10T21:51:25.233Z Compiling serde v1.0.228
4682026-04-10T21:51:25.233Z Compiling memchr v2.8.0
4692026-04-10T21:51:25.606Z Compiling stable_deref_trait v1.2.1
4702026-04-10T21:51:25.684Z Compiling zmij v1.0.21
4712026-04-10T21:51:25.769Z Compiling thiserror v1.0.69
4722026-04-10T21:51:25.855Z Compiling ucd-trie v0.1.7
4732026-04-10T21:51:25.874Z Compiling autocfg v1.5.0
4742026-04-10T21:51:26.048Z Compiling itoa v1.0.17
4752026-04-10T21:51:26.233Z Compiling pest v2.8.6
4762026-04-10T21:51:26.267Z Compiling litemap v0.8.1
4772026-04-10T21:51:26.284Z Compiling writeable v0.6.2
4782026-04-10T21:51:26.326Z Compiling icu_properties_data v2.1.2
4792026-04-10T21:51:26.464Z Compiling byteorder v1.5.0
4802026-04-10T21:51:26.482Z Compiling rustix v1.1.3
4812026-04-10T21:51:26.647Z Compiling icu_normalizer_data v2.1.1
4822026-04-10T21:51:26.702Z Compiling syn v2.0.117
4832026-04-10T21:51:26.826Z Compiling errno v0.3.14
4842026-04-10T21:51:26.843Z Compiling bitflags v2.11.0
4852026-04-10T21:51:26.895Z Compiling serde_json v1.0.149
4862026-04-10T21:51:27.114Z Compiling num-traits v0.2.19
4872026-04-10T21:51:27.200Z Compiling hashbrown v0.16.1
4882026-04-10T21:51:27.296Z Compiling pest_meta v2.8.6
4892026-04-10T21:51:27.342Z Compiling smallvec v1.15.1
4902026-04-10T21:51:27.476Z Compiling equivalent v1.0.2
4912026-04-10T21:51:27.552Z Compiling typeid v1.0.3
4922026-04-10T21:51:27.704Z Compiling indexmap v2.13.0
4932026-04-10T21:51:27.743Z Compiling thread-id v4.2.2
4942026-04-10T21:51:27.764Z Compiling usdt-impl v0.5.0
4952026-04-10T21:51:27.839Z Compiling proc-macro-error-attr v1.0.4
4962026-04-10T21:51:27.872Z Compiling winnow v0.7.14
4972026-04-10T21:51:27.976Z Compiling syn v1.0.109
4982026-04-10T21:51:28.023Z Compiling erased-serde v0.4.9
4992026-04-10T21:51:28.288Z Compiling toml_write v0.1.2
5002026-04-10T21:51:28.509Z Compiling proc-macro-error v1.0.4
5012026-04-10T21:51:28.526Z Compiling percent-encoding v2.3.2
5022026-04-10T21:51:28.711Z Compiling utf8parse v0.2.2
5032026-04-10T21:51:28.746Z Compiling camino v1.2.2
5042026-04-10T21:51:28.833Z Compiling getrandom v0.3.4
5052026-04-10T21:51:28.933Z Compiling thiserror v2.0.18
5062026-04-10T21:51:29.065Z Compiling utf8_iter v1.0.4
5072026-04-10T21:51:29.085Z Compiling plain v0.2.3
5082026-04-10T21:51:29.206Z Compiling log v0.4.29
5092026-04-10T21:51:29.276Z Compiling ordered-float v2.10.1
5102026-04-10T21:51:29.314Z Compiling anstyle-parse v0.2.7
5112026-04-10T21:51:29.398Z Compiling synstructure v0.13.2
5122026-04-10T21:51:29.428Z Compiling pest_generator v2.8.6
5132026-04-10T21:51:29.524Z Compiling form_urlencoded v1.2.2
5142026-04-10T21:51:29.630Z Compiling terminal_size v0.4.3
5152026-04-10T21:51:29.780Z Compiling anstyle v1.0.13
5162026-04-10T21:51:29.940Z Compiling is_terminal_polyfill v1.70.2
5172026-04-10T21:51:29.958Z Compiling anstyle-query v1.1.5
5182026-04-10T21:51:30.015Z Compiling colorchoice v1.0.4
5192026-04-10T21:51:30.035Z Compiling cfg-if v1.0.4
5202026-04-10T21:51:30.035Z Compiling pretty-hex v0.4.1
5212026-04-10T21:51:30.072Z Compiling serde-untagged v0.1.9
5222026-04-10T21:51:30.147Z Compiling anstream v0.6.21
5232026-04-10T21:51:30.181Z Compiling semver v1.0.27
5242026-04-10T21:51:30.298Z Compiling fs-err v3.3.0
5252026-04-10T21:51:30.331Z Compiling clap_lex v1.0.0
5262026-04-10T21:51:30.449Z Compiling heck v0.5.0
5272026-04-10T21:51:30.491Z Compiling heck v0.4.1
5282026-04-10T21:51:30.528Z Compiling unicode-xid v0.2.6
5292026-04-10T21:51:30.546Z Compiling fnv v1.0.7
5302026-04-10T21:51:30.566Z Compiling unicode-width v0.1.14
5312026-04-10T21:51:30.650Z Compiling anyhow v1.0.102
5322026-04-10T21:51:30.668Z Compiling fastrand v2.3.0
5332026-04-10T21:51:30.688Z Compiling strsim v0.11.1
5342026-04-10T21:51:30.843Z Compiling bytecount v0.6.9
5352026-04-10T21:51:30.931Z Compiling once_cell v1.21.3
5362026-04-10T21:51:30.985Z Compiling papergrid v0.11.0
5372026-04-10T21:51:31.028Z Compiling clap_builder v4.5.60
5382026-04-10T21:51:31.066Z Compiling serde_derive v1.0.228
5392026-04-10T21:51:31.139Z Compiling zerofrom-derive v0.1.6
5402026-04-10T21:51:31.158Z Compiling yoke-derive v0.8.1
5412026-04-10T21:51:31.175Z Compiling zerovec-derive v0.11.2
5422026-04-10T21:51:31.645Z Compiling displaydoc v0.2.5
5432026-04-10T21:51:32.282Z Compiling thiserror-impl v1.0.69
5442026-04-10T21:51:32.300Z Compiling zerocopy-derive v0.7.35
5452026-04-10T21:51:32.389Z Compiling pest_derive v2.8.6
5462026-04-10T21:51:32.407Z Compiling scroll_derive v0.12.1
5472026-04-10T21:51:32.519Z Compiling zerofrom v0.1.6
5482026-04-10T21:51:32.654Z Compiling yoke v0.8.1
5492026-04-10T21:51:32.811Z Compiling thiserror-impl v2.0.18
5502026-04-10T21:51:32.848Z Compiling zerovec v0.11.5
5512026-04-10T21:51:33.065Z Compiling zerotrie v0.2.3
5522026-04-10T21:51:33.156Z Compiling zerocopy v0.7.35
5532026-04-10T21:51:33.415Z Compiling tinystr v0.8.2
5542026-04-10T21:51:33.434Z Compiling potential_utf v0.1.4
5552026-04-10T21:51:33.611Z Compiling icu_locale_core v2.1.1
5562026-04-10T21:51:33.631Z Compiling icu_collections v2.1.1
5572026-04-10T21:51:33.686Z Compiling dtrace-parser v0.2.0
5582026-04-10T21:51:33.740Z Compiling scroll v0.12.0
5592026-04-10T21:51:34.079Z Compiling goblin v0.8.2
5602026-04-10T21:51:34.100Z Compiling tabled_derive v0.7.0
5612026-04-10T21:51:34.125Z Compiling tempfile v3.25.0
5622026-04-10T21:51:34.304Z Compiling icu_provider v2.1.1
5632026-04-10T21:51:34.447Z Compiling clap_derive v4.5.55
5642026-04-10T21:51:34.502Z Compiling toml_datetime v0.6.11
5652026-04-10T21:51:34.521Z Compiling serde_spanned v0.6.9
5662026-04-10T21:51:34.543Z Compiling icu_properties v2.1.2
5672026-04-10T21:51:34.543Z Compiling icu_normalizer v2.1.1
5682026-04-10T21:51:34.614Z Compiling dof v0.3.0
5692026-04-10T21:51:34.710Z Compiling toml_edit v0.22.27
5702026-04-10T21:51:34.798Z Compiling serde_tokenstream v0.2.3
5712026-04-10T21:51:35.040Z Compiling serde-value v0.7.0
5722026-04-10T21:51:35.123Z Compiling cargo-platform v0.2.0
5732026-04-10T21:51:35.145Z Compiling memmap v0.7.0
5742026-04-10T21:51:35.331Z Compiling unicode-width v0.2.0
5752026-04-10T21:51:35.400Z Compiling unicode-linebreak v0.1.5
5762026-04-10T21:51:35.404Z Compiling smawk v0.3.2
5772026-04-10T21:51:35.564Z Compiling idna_adapter v1.2.1
5782026-04-10T21:51:35.610Z Compiling textwrap v0.16.2
5792026-04-10T21:51:35.628Z Compiling usdt-macro v0.5.0
5802026-04-10T21:51:35.648Z Compiling usdt-attr-macro v0.5.0
5812026-04-10T21:51:35.667Z Compiling tabled v0.15.0
5822026-04-10T21:51:35.709Z Compiling idna v1.1.0
5832026-04-10T21:51:36.067Z Compiling url v2.5.8
5842026-04-10T21:51:36.211Z Compiling toml v0.8.23
5852026-04-10T21:51:36.250Z Compiling clap v4.5.60
5862026-04-10T21:51:36.338Z Compiling macaddr v1.0.1
5872026-04-10T21:51:36.363Z Compiling camino-tempfile v1.4.1
5882026-04-10T21:51:36.598Z Compiling cargo-util-schemas v0.8.2
5892026-04-10T21:51:36.838Z Compiling cargo_toml v0.21.0
5902026-04-10T21:51:37.004Z Compiling swrite v0.1.0
5912026-04-10T21:51:37.108Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-10T21:51:37.211Z Compiling usdt v0.5.0
5932026-04-10T21:51:37.548Z Compiling cargo_metadata v0.21.0
5942026-04-10T21:51:38.519Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-10T21:51:40.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.42s
5962026-04-10T21:51:40.858Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-10T21:51:41.418Z Downloading crates ...
5982026-04-10T21:51:41.512Z Downloaded atomic-waker v1.1.2
5992026-04-10T21:51:41.518Z Downloaded atty v0.2.14
6002026-04-10T21:51:41.521Z Downloaded atomicwrites v0.4.4
6012026-04-10T21:51:41.524Z Downloaded base16ct v0.2.0
6022026-04-10T21:51:41.529Z Downloaded backoff v0.4.0
6032026-04-10T21:51:41.534Z Downloaded cfg_aliases v0.2.1
6042026-04-10T21:51:41.537Z Downloaded blowfish v0.9.1
6052026-04-10T21:51:41.537Z Downloaded blake2 v0.10.6
6062026-04-10T21:51:41.540Z Downloaded crucible-workspace-hack v0.1.0
6072026-04-10T21:51:41.540Z Downloaded bitfield-macros v0.19.4
6082026-04-10T21:51:41.540Z Downloaded backon v1.6.0
6092026-04-10T21:51:41.551Z Downloaded curve25519-dalek-derive v0.1.1
6102026-04-10T21:51:41.554Z Downloaded ctr v0.9.2
6112026-04-10T21:51:41.554Z Downloaded aws-lc-rs v1.16.0
6122026-04-10T21:51:41.560Z Downloaded csv-core v0.1.13
6132026-04-10T21:51:41.563Z Downloaded crunchy v0.2.4
6142026-04-10T21:51:41.563Z Downloaded crc v3.4.0
6152026-04-10T21:51:41.568Z Downloaded async-stream v0.3.6
6162026-04-10T21:51:41.568Z Downloaded ciborium-io v0.2.2
6172026-04-10T21:51:41.568Z Downloaded cargo-platform v0.1.9
6182026-04-10T21:51:41.568Z Downloaded bit-vec v0.8.0
6192026-04-10T21:51:41.571Z Downloaded daft-derive v0.1.5
6202026-04-10T21:51:41.571Z Downloaded bitfield v0.19.4
6212026-04-10T21:51:41.574Z Downloaded dirs-sys-next v0.1.2
6222026-04-10T21:51:41.574Z Downloaded difflib v0.4.0
6232026-04-10T21:51:41.577Z Downloaded convert_case v0.4.0
6242026-04-10T21:51:41.577Z Downloaded crossbeam-epoch v0.9.18
6252026-04-10T21:51:41.577Z Downloaded crc32fast v1.5.0
6262026-04-10T21:51:41.580Z Downloaded clang-sys v1.8.1
6272026-04-10T21:51:41.584Z Downloaded daft v0.1.5
6282026-04-10T21:51:41.584Z Downloaded critical-section v1.2.0
6292026-04-10T21:51:41.587Z Downloaded derive_builder_macro v0.20.2
6302026-04-10T21:51:41.587Z Downloaded defmt-parser v1.0.0
6312026-04-10T21:51:41.587Z Downloaded embedded-io v0.6.1
6322026-04-10T21:51:41.587Z Downloaded document-features v0.2.12
6332026-04-10T21:51:41.590Z Downloaded crc-catalog v2.4.0
6342026-04-10T21:51:41.590Z Downloaded castaway v0.2.4
6352026-04-10T21:51:41.590Z Downloaded async-stream-impl v0.3.6
6362026-04-10T21:51:41.590Z Downloaded dsl_auto_type v0.2.0
6372026-04-10T21:51:41.593Z Downloaded diesel_table_macro_syntax v0.3.0
6382026-04-10T21:51:41.593Z Downloaded darling_macro v0.21.3
6392026-04-10T21:51:41.593Z Downloaded defmt v0.3.100
6402026-04-10T21:51:41.596Z Downloaded crc-any v2.5.0
6412026-04-10T21:51:41.596Z Downloaded bcrypt-pbkdf v0.10.0
6422026-04-10T21:51:41.596Z Downloaded constant_time_eq v0.4.2
6432026-04-10T21:51:41.599Z Downloaded camino-tempfile-ext v0.3.3
6442026-04-10T21:51:41.599Z Downloaded async-recursion v1.1.1
6452026-04-10T21:51:41.602Z Downloaded debug-ignore v1.0.5
6462026-04-10T21:51:41.605Z Downloaded aho-corasick v1.1.4
6472026-04-10T21:51:41.608Z Downloaded dtrace-parser v0.3.0
6482026-04-10T21:51:41.608Z Downloaded adler2 v2.0.1
6492026-04-10T21:51:41.608Z Downloaded dirs-next v2.0.0
6502026-04-10T21:51:41.611Z Downloaded darling_macro v0.23.0
6512026-04-10T21:51:41.611Z Downloaded cobs v0.3.0
6522026-04-10T21:51:41.611Z Downloaded aead v0.5.2
6532026-04-10T21:51:41.614Z Downloaded enum-as-inner v0.6.1
6542026-04-10T21:51:41.614Z Downloaded downcast-rs v2.0.2
6552026-04-10T21:51:41.614Z Downloaded cstr-argument v0.1.2
6562026-04-10T21:51:41.617Z Downloaded bitfield-struct v0.6.2
6572026-04-10T21:51:41.617Z Downloaded cpufeatures v0.3.0
6582026-04-10T21:51:41.620Z Downloaded array-init v0.0.4
6592026-04-10T21:51:41.620Z Downloaded dunce v1.0.5
6602026-04-10T21:51:41.620Z Downloaded either v1.15.0
6612026-04-10T21:51:41.623Z Downloaded ascii-canvas v3.0.0
6622026-04-10T21:51:41.623Z Downloaded dropshot_endpoint v0.16.7
6632026-04-10T21:51:41.626Z Downloaded compression-core v0.4.31
6642026-04-10T21:51:41.626Z Downloaded dropshot-api-manager-types v0.6.0
6652026-04-10T21:51:41.629Z Downloaded endian-type v0.1.2
6662026-04-10T21:51:41.629Z Downloaded bit-set v0.5.3
6672026-04-10T21:51:41.632Z Downloaded fd-lock v4.0.4
6682026-04-10T21:51:41.632Z Downloaded cfg_aliases v0.1.1
6692026-04-10T21:51:41.632Z Downloaded block-padding v0.3.3
6702026-04-10T21:51:41.635Z Downloaded assert_matches v1.5.0
6712026-04-10T21:51:41.635Z Downloaded bb8 v0.8.6
6722026-04-10T21:51:41.635Z Downloaded dof v0.4.0
6732026-04-10T21:51:41.638Z Downloaded arrayref v0.3.9
6742026-04-10T21:51:41.638Z Downloaded bit-set v0.8.0
6752026-04-10T21:51:41.642Z Downloaded foreign-types-macros v0.2.3
6762026-04-10T21:51:41.645Z Downloaded embedded-io v0.4.0
6772026-04-10T21:51:41.648Z Downloaded foreign-types-shared v0.3.1
6782026-04-10T21:51:41.648Z Downloaded ciborium-ll v0.2.2
6792026-04-10T21:51:41.648Z Downloaded argon2 v0.5.3
6802026-04-10T21:51:41.651Z Downloaded bit-vec v0.6.3
6812026-04-10T21:51:41.651Z Downloaded dyn-clone v1.0.20
6822026-04-10T21:51:41.654Z Downloaded cbc v0.1.2
6832026-04-10T21:51:41.654Z Downloaded base64ct v1.8.3
6842026-04-10T21:51:41.657Z Downloaded env_filter v1.0.0
6852026-04-10T21:51:41.657Z Downloaded display-error-chain v0.2.2
6862026-04-10T21:51:41.660Z Downloaded darling_macro v0.20.11
6872026-04-10T21:51:41.660Z Downloaded arrayvec v0.7.6
6882026-04-10T21:51:41.660Z Downloaded funty v2.0.0
6892026-04-10T21:51:41.663Z Downloaded foreign-types v0.5.0
6902026-04-10T21:51:41.663Z Downloaded foreign-types v0.3.2
6912026-04-10T21:51:41.663Z Downloaded derive-ex v0.1.8
6922026-04-10T21:51:41.667Z Downloaded defmt v1.0.1
6932026-04-10T21:51:41.667Z Downloaded fxhash v0.2.1
6942026-04-10T21:51:41.670Z Downloaded futures-sink v0.3.32
6952026-04-10T21:51:41.670Z Downloaded foreign-types-shared v0.1.1
6962026-04-10T21:51:41.670Z Downloaded ecdsa v0.16.9
6972026-04-10T21:51:41.673Z Downloaded erased-serde v0.3.31
6982026-04-10T21:51:41.673Z Downloaded derive_builder_core v0.20.2
6992026-04-10T21:51:41.676Z Downloaded git-stub v1.0.0
7002026-04-10T21:51:41.676Z Downloaded gethostname v0.5.0
7012026-04-10T21:51:41.676Z Downloaded futures-macro v0.3.32
7022026-04-10T21:51:41.679Z Downloaded crc8 v0.1.1
7032026-04-10T21:51:41.679Z Downloaded futures-core v0.3.32
7042026-04-10T21:51:41.679Z Downloaded data-encoding v2.10.0
7052026-04-10T21:51:41.682Z Downloaded ed25519 v2.2.3
7062026-04-10T21:51:41.682Z Downloaded async-trait v0.1.89
7072026-04-10T21:51:41.687Z Downloaded bitflags v1.3.2
7082026-04-10T21:51:41.690Z Downloaded float-ord v0.3.2
7092026-04-10T21:51:41.694Z Downloaded float-cmp v0.10.0
7102026-04-10T21:51:41.694Z Downloaded cmake v0.1.57
7112026-04-10T21:51:41.694Z Downloaded cipher v0.4.4
7122026-04-10T21:51:41.697Z Downloaded buf-list v1.1.2
7132026-04-10T21:51:41.697Z Downloaded compression-codecs v0.4.37
7142026-04-10T21:51:41.700Z Downloaded hash32 v0.2.1
7152026-04-10T21:51:41.700Z Downloaded globwalk v0.9.1
7162026-04-10T21:51:41.700Z Downloaded futures-io v0.3.32
7172026-04-10T21:51:41.700Z Downloaded bcs v0.1.6
7182026-04-10T21:51:41.703Z Downloaded const_format_proc_macros v0.2.34
7192026-04-10T21:51:41.703Z Downloaded chacha20 v0.9.1
7202026-04-10T21:51:41.706Z Downloaded hash32 v0.3.1
7212026-04-10T21:51:41.706Z Downloaded headers-core v0.3.0
7222026-04-10T21:51:41.706Z Downloaded cexpr v0.6.0
7232026-04-10T21:51:41.709Z Downloaded flagset v0.4.7
7242026-04-10T21:51:41.709Z Downloaded der_derive v0.7.3
7252026-04-10T21:51:41.709Z Downloaded hex v0.4.3
7262026-04-10T21:51:41.712Z Downloaded cassowary v0.3.0
7272026-04-10T21:51:41.712Z Downloaded bzip2 v0.6.1
7282026-04-10T21:51:41.715Z Downloaded cookie_store v0.22.1
7292026-04-10T21:51:41.715Z Downloaded ciborium v0.2.2
7302026-04-10T21:51:41.715Z Downloaded fixedbitset v0.4.2
7312026-04-10T21:51:41.718Z Downloaded hostname v0.4.2
7322026-04-10T21:51:41.718Z Downloaded env_logger v0.11.9
7332026-04-10T21:51:41.720Z Downloaded httpdate v1.0.3
7342026-04-10T21:51:41.721Z Downloaded ff v0.13.1
7352026-04-10T21:51:41.721Z Downloaded http-range v0.1.5
7362026-04-10T21:51:41.724Z Downloaded crossbeam-deque v0.8.6
7372026-04-10T21:51:41.724Z Downloaded ena v0.14.4
7382026-04-10T21:51:41.724Z Downloaded futures-task v0.3.32
7392026-04-10T21:51:41.727Z Downloaded fs_extra v1.3.0
7402026-04-10T21:51:41.727Z Downloaded foldhash v0.1.5
7412026-04-10T21:51:41.727Z Downloaded drift v0.1.3
7422026-04-10T21:51:41.730Z Downloaded http-body v1.0.1
7432026-04-10T21:51:41.733Z Downloaded group v0.13.0
7442026-04-10T21:51:41.733Z Downloaded hubpack v0.1.2
7452026-04-10T21:51:41.733Z Downloaded darling v0.21.3
7462026-04-10T21:51:41.736Z Downloaded indent_write v2.2.0
7472026-04-10T21:51:41.739Z Downloaded ident_case v1.0.1
7482026-04-10T21:51:41.739Z Downloaded foldhash v0.2.0
7492026-04-10T21:51:41.739Z Downloaded fallible-iterator v0.2.0
7502026-04-10T21:51:41.739Z Downloaded diff v0.1.13
7512026-04-10T21:51:41.742Z Downloaded internet-checksum v0.2.1
7522026-04-10T21:51:41.742Z Downloaded instant v0.1.13
7532026-04-10T21:51:41.742Z Downloaded inout v0.1.4
7542026-04-10T21:51:41.745Z Downloaded hubpack_derive v0.1.1
7552026-04-10T21:51:41.745Z Downloaded find-msvc-tools v0.1.9
7562026-04-10T21:51:41.745Z Downloaded flume v0.11.1
7572026-04-10T21:51:41.748Z Downloaded chacha20 v0.10.0
7582026-04-10T21:51:41.751Z Downloaded darling v0.23.0
7592026-04-10T21:51:41.754Z Downloaded filetime v0.2.27
7602026-04-10T21:51:41.754Z Downloaded darling v0.20.11
7612026-04-10T21:51:41.757Z Downloaded async-bb8-diesel v0.2.1
7622026-04-10T21:51:41.757Z Downloaded instability v0.3.11
7632026-04-10T21:51:41.760Z Downloaded ahash v0.8.12
7642026-04-10T21:51:41.760Z Downloaded convert_case v0.10.0
7652026-04-10T21:51:41.764Z Downloaded crypto-bigint v0.5.5
7662026-04-10T21:51:41.767Z Downloaded is-terminal v0.4.17
7672026-04-10T21:51:41.767Z Downloaded globset v0.4.18
7682026-04-10T21:51:41.767Z Downloaded ghash v0.5.1
7692026-04-10T21:51:41.770Z Downloaded hex-literal v0.4.1
7702026-04-10T21:51:41.770Z Downloaded corncobs v0.1.4
7712026-04-10T21:51:41.770Z Downloaded console v0.15.11
7722026-04-10T21:51:41.773Z Downloaded lalrpop-util v0.19.12
7732026-04-10T21:51:41.773Z Downloaded is_ci v1.2.0
7742026-04-10T21:51:41.773Z Downloaded colored v2.2.0
7752026-04-10T21:51:41.776Z Downloaded bzip2 v0.4.4
7762026-04-10T21:51:41.776Z Downloaded futures-executor v0.3.32
7772026-04-10T21:51:41.779Z Downloaded highway v1.3.0
7782026-04-10T21:51:41.779Z Downloaded libscf-sys v1.1.0
7792026-04-10T21:51:41.779Z Downloaded lazy_static v1.5.0
7802026-04-10T21:51:41.782Z Downloaded derive_builder v0.20.2
7812026-04-10T21:51:42.788Z Downloaded linked-hash-map v0.5.6
7822026-04-10T21:51:42.788Z Downloaded console v0.16.2
7832026-04-10T21:51:42.788Z Downloaded humantime v2.3.0
7842026-04-10T21:51:42.794Z Downloaded cancel-safe-futures v0.1.5
7852026-04-10T21:51:42.794Z Downloaded fixedbitset v0.5.7
7862026-04-10T21:51:42.794Z Downloaded getrandom v0.2.17
7872026-04-10T21:51:42.794Z Downloaded futures-channel v0.3.32
7882026-04-10T21:51:42.794Z Downloaded impl-trait-for-tuples v0.2.3
7892026-04-10T21:51:42.794Z Downloaded kstat-rs v0.2.4
7902026-04-10T21:51:42.794Z Downloaded crossbeam-utils v0.8.21
7912026-04-10T21:51:42.794Z Downloaded ingot-types v0.1.2
7922026-04-10T21:51:42.794Z Downloaded defmt-macros v1.0.1
7932026-04-10T21:51:42.794Z Downloaded ingot v0.1.1
7942026-04-10T21:51:42.795Z Downloaded indoc v1.0.9
7952026-04-10T21:51:42.795Z Downloaded hyper-tls v0.6.0
7962026-04-10T21:51:42.795Z Downloaded memoffset v0.9.1
7972026-04-10T21:51:42.795Z Downloaded maplit v1.0.2
7982026-04-10T21:51:42.795Z Downloaded lzss v0.8.2
7992026-04-10T21:51:42.795Z Downloaded newtype-uuid-macros v0.1.0
8002026-04-10T21:51:42.795Z Downloaded lru-cache v0.1.2
8012026-04-10T21:51:42.795Z Downloaded mime v0.3.17
8022026-04-10T21:51:42.795Z Downloaded managed v0.8.0
8032026-04-10T21:51:42.795Z Downloaded lru v0.12.5
8042026-04-10T21:51:42.795Z Downloaded http-body-util v0.1.3
8052026-04-10T21:51:42.795Z Downloaded des v0.8.1
8062026-04-10T21:51:42.795Z Downloaded hyper-staticfile v0.10.1
8072026-04-10T21:51:42.795Z Downloaded ipnet v2.11.0
8082026-04-10T21:51:42.795Z Downloaded byte-wrapper v0.1.0
8092026-04-10T21:51:42.795Z Downloaded glob v0.3.3
8102026-04-10T21:51:42.795Z Downloaded git-stub-vcs v0.1.0
8112026-04-10T21:51:42.795Z Downloaded md-5 v0.10.6
8122026-04-10T21:51:42.795Z Downloaded lru-slab v0.1.2
8132026-04-10T21:51:42.795Z Downloaded md5 v0.7.0
8142026-04-10T21:51:42.795Z Downloaded maybe-uninit v2.0.0
8152026-04-10T21:51:42.795Z Downloaded colored v3.1.1
8162026-04-10T21:51:42.795Z Downloaded new_debug_unreachable v1.0.6
8172026-04-10T21:51:42.795Z Downloaded indoc v2.0.7
8182026-04-10T21:51:42.795Z Downloaded hostname v0.3.1
8192026-04-10T21:51:42.795Z Downloaded home v0.5.12
8202026-04-10T21:51:42.795Z Downloaded fs-err v2.11.0
8212026-04-10T21:51:42.795Z Downloaded cargo_metadata v0.19.2
8222026-04-10T21:51:42.795Z Downloaded multimap v0.10.1
8232026-04-10T21:51:42.795Z Downloaded diesel-dtrace v0.5.0
8242026-04-10T21:51:42.795Z Downloaded base64 v0.21.7
8252026-04-10T21:51:42.795Z Downloaded nibble_vec v0.1.0
8262026-04-10T21:51:42.795Z Downloaded deranged v0.5.8
8272026-04-10T21:51:42.795Z Downloaded normalize-line-endings v0.3.0
8282026-04-10T21:51:42.795Z Downloaded nonempty v0.12.0
8292026-04-10T21:51:42.795Z Downloaded nodrop v0.1.14
8302026-04-10T21:51:42.795Z Downloaded newtype_derive v0.1.6
8312026-04-10T21:51:42.796Z Downloaded newline-converter v0.3.0
8322026-04-10T21:51:42.796Z Downloaded cookie v0.18.1
8332026-04-10T21:51:42.796Z Downloaded num-conv v0.2.0
8342026-04-10T21:51:42.796Z Downloaded const-oid v0.9.6
8352026-04-10T21:51:42.796Z Downloaded num_threads v0.1.7
8362026-04-10T21:51:42.796Z Downloaded olpc-cjson v0.1.4
8372026-04-10T21:51:42.796Z Downloaded jobserver v0.1.34
8382026-04-10T21:51:42.796Z Downloaded num-derive v0.4.2
8392026-04-10T21:51:42.796Z Downloaded num v0.4.3
8402026-04-10T21:51:42.796Z Downloaded num_enum_derive v0.5.11
8412026-04-10T21:51:42.796Z Downloaded libefi-sys v0.1.0
8422026-04-10T21:51:42.796Z Downloaded elliptic-curve v0.13.8
8432026-04-10T21:51:42.796Z Downloaded match_cfg v0.1.0
8442026-04-10T21:51:42.796Z Downloaded hyper-rustls v0.27.7
8452026-04-10T21:51:42.796Z Downloaded httparse v1.10.1
8462026-04-10T21:51:42.796Z Downloaded futures v0.3.32
8472026-04-10T21:51:42.796Z Downloaded dropshot_endpoint v0.17.0
8482026-04-10T21:51:42.796Z Downloaded keccak v0.1.6
8492026-04-10T21:51:42.796Z Downloaded num-derive v0.3.3
8502026-04-10T21:51:42.796Z Downloaded libloading v0.8.9
8512026-04-10T21:51:42.796Z Downloaded lock_api v0.4.14
8522026-04-10T21:51:42.796Z Downloaded num-iter v0.1.45
8532026-04-10T21:51:42.796Z Downloaded derive-where v1.6.0
8542026-04-10T21:51:42.796Z Downloaded ingot-macros v0.1.1
8552026-04-10T21:51:42.796Z Downloaded openssl-macros v0.1.1
8562026-04-10T21:51:42.796Z Downloaded opaque-debug v0.3.1
8572026-04-10T21:51:42.796Z Downloaded openssl-probe v0.1.6
8582026-04-10T21:51:42.796Z Downloaded libsw-core v0.3.2
8592026-04-10T21:51:42.796Z Downloaded newtype-uuid v1.3.2
8602026-04-10T21:51:42.796Z Downloaded nanorand v0.7.0
8612026-04-10T21:51:42.796Z Downloaded const_format v0.2.35
8622026-04-10T21:51:42.796Z Downloaded derive_more v0.99.20
8632026-04-10T21:51:42.796Z Downloaded darling_core v0.21.3
8642026-04-10T21:51:42.796Z Downloaded iana-time-zone v0.1.65
8652026-04-10T21:51:42.796Z Downloaded derive_more v2.1.1
8662026-04-10T21:51:42.796Z Downloaded mime_guess v2.0.5
8672026-04-10T21:51:42.796Z Downloaded oso-derive v0.27.3
8682026-04-10T21:51:42.796Z Downloaded getrandom v0.4.1
8692026-04-10T21:51:42.796Z Downloaded native-tls v0.2.18
8702026-04-10T21:51:42.797Z Downloaded bytes v1.11.1
8712026-04-10T21:51:42.797Z Downloaded packed_struct_codegen v0.10.1
8722026-04-10T21:51:42.797Z Downloaded parse-display v0.10.0
8732026-04-10T21:51:42.797Z Downloaded multer v3.1.0
8742026-04-10T21:51:42.797Z Downloaded allocator-api2 v0.2.21
8752026-04-10T21:51:42.797Z Downloaded ipnetwork v0.21.1
8762026-04-10T21:51:42.797Z Downloaded nu-ansi-term v0.50.3
8772026-04-10T21:51:42.797Z Downloaded num-integer v0.1.46
8782026-04-10T21:51:42.797Z Downloaded chacha20poly1305 v0.10.1
8792026-04-10T21:51:42.797Z Downloaded linear-map v1.2.0
8802026-04-10T21:51:42.797Z Downloaded phf_shared v0.13.1
8812026-04-10T21:51:42.797Z Downloaded pin-utils v0.1.0
8822026-04-10T21:51:42.797Z Downloaded parse-size v1.1.0
8832026-04-10T21:51:42.797Z Downloaded peg-runtime v0.8.5
8842026-04-10T21:51:42.803Z Downloaded path-slash v0.1.5
8852026-04-10T21:51:42.803Z Downloaded fatfs v0.3.6
8862026-04-10T21:51:42.803Z Downloaded phf_shared v0.12.1
8872026-04-10T21:51:42.803Z Downloaded phf_shared v0.11.3
8882026-04-10T21:51:42.803Z Downloaded pbkdf2 v0.12.2
8892026-04-10T21:51:42.803Z Downloaded pbkdf2 v0.11.0
8902026-04-10T21:51:42.803Z Downloaded num_enum_derive v0.7.5
8912026-04-10T21:51:42.803Z Downloaded num_enum v0.7.5
8922026-04-10T21:51:42.803Z Downloaded hmac v0.12.1
8932026-04-10T21:51:42.803Z Downloaded ar_archive_writer v0.5.1
8942026-04-10T21:51:42.804Z Downloaded num_enum v0.5.11
8952026-04-10T21:51:42.804Z Downloaded memmap2 v0.9.10
8962026-04-10T21:51:42.804Z Downloaded owo-colors v4.3.0
8972026-04-10T21:51:42.804Z Downloaded precomputed-hash v0.1.1
8982026-04-10T21:51:42.804Z Downloaded powerfmt v0.2.0
8992026-04-10T21:51:42.804Z Downloaded base64 v0.22.1
9002026-04-10T21:51:42.804Z Downloaded openssl-probe v0.2.1
9012026-04-10T21:51:42.804Z Downloaded indexmap v1.9.3
9022026-04-10T21:51:42.804Z Downloaded predicates-tree v1.0.13
9032026-04-10T21:51:42.804Z Downloaded oxnet v0.1.4
9042026-04-10T21:51:42.804Z Downloaded darling_core v0.20.11
9052026-04-10T21:51:42.804Z Downloaded predicates-core v1.0.10
9062026-04-10T21:51:42.804Z Downloaded arc-swap v1.8.2
9072026-04-10T21:51:42.804Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-10T21:51:42.804Z Downloaded progenitor-macro v0.10.0
9092026-04-10T21:51:42.804Z Downloaded dropshot-api-manager v0.6.0
9102026-04-10T21:51:42.804Z Downloaded packed_struct v0.10.1
9112026-04-10T21:51:42.804Z Downloaded half v2.7.1
9122026-04-10T21:51:42.804Z Downloaded proc-macro-crate v1.3.1
9132026-04-10T21:51:42.804Z Downloaded password-hash v0.5.0
9142026-04-10T21:51:42.804Z Downloaded parse-display-derive v0.10.0
9152026-04-10T21:51:42.804Z Downloaded derive_more-impl v2.1.1
9162026-04-10T21:51:42.804Z Downloaded ignore v0.4.25
9172026-04-10T21:51:42.804Z Downloaded num-rational v0.4.2
9182026-04-10T21:51:42.804Z Downloaded num-complex v0.4.6
9192026-04-10T21:51:42.804Z Downloaded phf v0.12.1
9202026-04-10T21:51:42.804Z Downloaded peg-macros v0.8.5
9212026-04-10T21:51:42.804Z Downloaded peg v0.8.5
9222026-04-10T21:51:42.804Z Downloaded progenitor-client v0.11.2
9232026-04-10T21:51:42.804Z Downloaded progenitor-macro v0.13.0
9242026-04-10T21:51:42.804Z Downloaded progenitor-client v0.10.0
9252026-04-10T21:51:42.804Z Downloaded psl-types v2.0.11
9262026-04-10T21:51:42.804Z Downloaded quick-error v1.2.3
9272026-04-10T21:51:42.804Z Downloaded headers v0.4.1
9282026-04-10T21:51:42.804Z Downloaded progenitor-macro v0.11.2
9292026-04-10T21:51:42.804Z Downloaded pem-rfc7468 v0.7.0
9302026-04-10T21:51:42.804Z Downloaded pem v3.0.6
9312026-04-10T21:51:42.804Z Downloaded paste v1.0.15
9322026-04-10T21:51:42.804Z Downloaded password-hash v0.4.2
9332026-04-10T21:51:42.805Z Downloaded heapless v0.8.0
9342026-04-10T21:51:42.805Z Downloaded pin-project-internal v1.1.11
9352026-04-10T21:51:42.805Z Downloaded phf v0.13.1
9362026-04-10T21:51:42.805Z Downloaded litrs v1.0.0
9372026-04-10T21:51:42.805Z Downloaded pin-project-lite v0.2.17
9382026-04-10T21:51:42.805Z Downloaded radium v0.7.0
9392026-04-10T21:51:42.805Z Downloaded flate2 v1.1.9
9402026-04-10T21:51:42.805Z Downloaded polyval v0.6.2
9412026-04-10T21:51:42.805Z Downloaded poly1305 v0.8.0
9422026-04-10T21:51:42.805Z Downloaded pkcs8 v0.10.2
9432026-04-10T21:51:42.805Z Downloaded async-compression v0.4.41
9442026-04-10T21:51:42.805Z Downloaded predicates v3.1.4
9452026-04-10T21:51:42.805Z Downloaded postgres-protocol v0.6.10
9462026-04-10T21:51:42.805Z Downloaded pkg-config v0.3.32
9472026-04-10T21:51:42.805Z Downloaded cc v1.2.56
9482026-04-10T21:51:42.805Z Downloaded crossbeam-channel v0.5.15
9492026-04-10T21:51:42.805Z Downloaded indicatif v0.18.4
9502026-04-10T21:51:42.805Z Downloaded oxide-tokio-rt v0.1.3
9512026-04-10T21:51:42.805Z Downloaded crossterm v0.28.1
9522026-04-10T21:51:42.805Z Downloaded parking_lot v0.12.5
9532026-04-10T21:51:42.805Z Downloaded parking_lot v0.11.2
9542026-04-10T21:51:42.805Z Downloaded proc-macro-error2 v2.0.1
9552026-04-10T21:51:42.805Z Downloaded recursive v0.1.1
9562026-04-10T21:51:42.805Z Downloaded rand_xorshift v0.4.0
9572026-04-10T21:51:42.805Z Downloaded primeorder v0.13.6
9582026-04-10T21:51:42.805Z Downloaded rfc6979 v0.4.0
9592026-04-10T21:51:42.805Z Downloaded parking_lot_core v0.9.12
9602026-04-10T21:51:42.805Z Downloaded recursive-proc-macro-impl v0.1.1
9612026-04-10T21:51:42.805Z Downloaded parking_lot_core v0.8.6
9622026-04-10T21:51:42.805Z Downloaded der v0.7.10
9632026-04-10T21:51:42.805Z Downloaded progenitor v0.11.2
9642026-04-10T21:51:42.805Z Downloaded progenitor v0.10.0
9652026-04-10T21:51:42.805Z Downloaded proc-macro-crate v3.4.0
9662026-04-10T21:51:42.805Z Downloaded progenitor-extras v0.1.1
9672026-04-10T21:51:42.805Z Downloaded libbz2-rs-sys v0.2.2
9682026-04-10T21:51:42.805Z Downloaded libsw v3.5.0
9692026-04-10T21:51:42.805Z Downloaded ref-cast v1.0.25
9702026-04-10T21:51:42.805Z Downloaded ref-cast-impl v1.0.25
9712026-04-10T21:51:42.805Z Downloaded bumpalo v3.20.2
9722026-04-10T21:51:42.805Z Downloaded compact_str v0.8.1
9732026-04-10T21:51:42.806Z Downloaded half v1.8.3
9742026-04-10T21:51:42.806Z Downloaded darling_core v0.23.0
9752026-04-10T21:51:42.806Z Downloaded psm v0.1.30
9762026-04-10T21:51:42.806Z Downloaded expectorate v1.2.0
9772026-04-10T21:51:42.806Z Downloaded hickory-resolver v0.24.4
9782026-04-10T21:51:42.806Z Downloaded heapless v0.7.17
9792026-04-10T21:51:42.806Z Downloaded russh-cryptovec v0.7.3
9802026-04-10T21:51:42.806Z Downloaded rtoolbox v0.0.3
9812026-04-10T21:51:42.806Z Downloaded omicron-zone-package v0.12.2
9822026-04-10T21:51:42.806Z Downloaded rustc_version v0.4.1
9832026-04-10T21:51:42.806Z Downloaded pkcs1 v0.7.5
9842026-04-10T21:51:42.813Z Downloaded rustc-hash v2.1.1
9852026-04-10T21:51:42.814Z Downloaded postcard v1.1.3
9862026-04-10T21:51:42.814Z Downloaded rand_core v0.6.4
9872026-04-10T21:51:42.814Z Downloaded rand_chacha v0.3.1
9882026-04-10T21:51:42.814Z Downloaded r2d2 v0.8.10
9892026-04-10T21:51:42.814Z Downloaded rustc_version v0.1.7
9902026-04-10T21:51:42.814Z Downloaded pkcs5 v0.7.1
9912026-04-10T21:51:42.814Z Downloaded hickory-resolver v0.25.2
9922026-04-10T21:51:42.814Z Downloaded oso v0.27.3
9932026-04-10T21:51:42.814Z Downloaded rand_core v0.9.5
9942026-04-10T21:51:42.814Z Downloaded rand_chacha v0.9.0
9952026-04-10T21:51:42.814Z Downloaded rand_core v0.10.0
9962026-04-10T21:51:42.814Z Downloaded same-file v1.0.6
9972026-04-10T21:51:42.814Z Downloaded papergrid v0.17.0
9982026-04-10T21:51:42.814Z Downloaded scheduled-thread-pool v0.2.7
9992026-04-10T21:51:42.814Z Downloaded jiff-static v0.2.21
10002026-04-10T21:51:42.814Z Downloaded sapling-renderdag v0.1.0
10012026-04-10T21:51:42.814Z Downloaded progenitor v0.13.0
10022026-04-10T21:51:42.814Z Downloaded p256 v0.13.2
10032026-04-10T21:51:42.814Z Downloaded postgres-types v0.2.12
10042026-04-10T21:51:42.814Z Downloaded scroll_derive v0.13.1
10052026-04-10T21:51:42.814Z Downloaded scopeguard v1.2.0
10062026-04-10T21:51:42.814Z Downloaded secrecy v0.10.3
10072026-04-10T21:51:42.814Z Downloaded secrecy v0.8.0
10082026-04-10T21:51:42.814Z Downloaded resolv-conf v0.7.6
10092026-04-10T21:51:42.814Z Downloaded seq-macro v0.3.6
10102026-04-10T21:51:42.814Z Downloaded semver v0.1.20
10112026-04-10T21:51:42.814Z Downloaded progenitor-client v0.13.0
10122026-04-10T21:51:42.814Z Downloaded scrypt v0.11.0
10132026-04-10T21:51:42.814Z Downloaded serde_bytes v0.11.19
10142026-04-10T21:51:42.814Z Downloaded crossterm v0.29.0
10152026-04-10T21:51:42.814Z Downloaded serde-big-array v0.5.1
10162026-04-10T21:51:42.814Z Downloaded serde_spanned v1.0.4
10172026-04-10T21:51:42.814Z Downloaded serde_plain v1.0.2
10182026-04-10T21:51:42.814Z Downloaded miniz_oxide v0.8.9
10192026-04-10T21:51:42.815Z Downloaded diesel_derives v2.3.7
10202026-04-10T21:51:42.815Z Downloaded hickory-server v0.25.2
10212026-04-10T21:51:42.815Z Downloaded quinn-udp v0.5.14
10222026-04-10T21:51:42.815Z Downloaded hashbrown v0.13.2
10232026-04-10T21:51:42.815Z Downloaded rustls-native-certs v0.8.3
10242026-04-10T21:51:42.815Z Downloaded sha1 v0.10.6
10252026-04-10T21:51:42.815Z Downloaded openssl-sys v0.9.111
10262026-04-10T21:51:42.815Z Downloaded signal-hook-tokio v0.3.1
10272026-04-10T21:51:42.815Z Downloaded rustls-pemfile v1.0.4
10282026-04-10T21:51:42.815Z Downloaded aes v0.8.4
10292026-04-10T21:51:42.815Z Downloaded ed25519-dalek v2.2.0
10302026-04-10T21:51:42.815Z Downloaded salsa20 v0.10.2
10312026-04-10T21:51:42.815Z Downloaded signal-hook-mio v0.2.5
10322026-04-10T21:51:42.815Z Downloaded rand_seeder v0.4.0
10332026-04-10T21:51:42.815Z Downloaded signature v2.2.0
10342026-04-10T21:51:42.815Z Downloaded siphasher v1.0.2
10352026-04-10T21:51:42.815Z Downloaded sigpipe v0.1.3
10362026-04-10T21:51:42.815Z Downloaded rusty-fork v0.3.1
10372026-04-10T21:51:42.815Z Downloaded rustls-pemfile v2.2.0
10382026-04-10T21:51:42.815Z Downloaded ppv-lite86 v0.2.21
10392026-04-10T21:51:42.815Z Downloaded slog-envlogger v2.2.0
10402026-04-10T21:51:42.815Z Downloaded http v1.4.0
10412026-04-10T21:51:42.815Z Downloaded scroll v0.13.0
10422026-04-10T21:51:42.815Z Downloaded schemars_derive v0.8.22
10432026-04-10T21:51:42.815Z Downloaded prefix-trie v0.7.0
10442026-04-10T21:51:42.815Z Downloaded slog-bunyan v2.5.0
10452026-04-10T21:51:42.815Z Downloaded minimal-lexical v0.2.1
10462026-04-10T21:51:42.815Z Downloaded pin-project v1.1.11
10472026-04-10T21:51:42.815Z Downloaded hashbrown v0.12.3
10482026-04-10T21:51:42.815Z Downloaded progenitor-impl v0.10.0
10492026-04-10T21:51:42.815Z Downloaded serde_repr v0.1.20
10502026-04-10T21:51:42.815Z Downloaded russh-keys v0.45.0
10512026-04-10T21:51:42.815Z Downloaded sqlparser_derive v0.5.0
10522026-04-10T21:51:42.815Z Downloaded sct v0.7.1
10532026-04-10T21:51:42.815Z Downloaded strip-ansi-escapes v0.2.1
10542026-04-10T21:51:42.816Z Downloaded ssh-cipher v0.2.0
10552026-04-10T21:51:42.816Z Downloaded serde_urlencoded v0.7.1
10562026-04-10T21:51:42.816Z Downloaded mio v1.1.1
10572026-04-10T21:51:42.816Z Downloaded serde_path_to_error v0.1.20
10582026-04-10T21:51:42.816Z Downloaded aes-gcm v0.10.3
10592026-04-10T21:51:42.816Z Downloaded serde_derive_internals v0.29.1
10602026-04-10T21:51:42.816Z Downloaded shell-words v1.1.1
10612026-04-10T21:51:42.816Z Downloaded rustls-pki-types v1.14.0
10622026-04-10T21:51:42.816Z Downloaded supports-color v3.0.2
10632026-04-10T21:51:42.816Z Downloaded prettyplease v0.2.37
10642026-04-10T21:51:42.816Z Downloaded pretty_assertions v1.4.1
10652026-04-10T21:51:42.816Z Downloaded signal-hook-registry v1.4.8
10662026-04-10T21:51:42.816Z Downloaded shlex v1.3.0
10672026-04-10T21:51:42.816Z Downloaded ssh-encoding v0.2.0
10682026-04-10T21:51:42.816Z Downloaded strum v0.27.2
10692026-04-10T21:51:42.816Z Downloaded strum v0.26.3
10702026-04-10T21:51:42.816Z Downloaded structmeta-derive v0.3.0
10712026-04-10T21:51:42.816Z Downloaded structmeta v0.3.0
10722026-04-10T21:51:42.816Z Downloaded rustversion v1.0.22
10732026-04-10T21:51:42.816Z Downloaded slog-dtrace v0.3.0
10742026-04-10T21:51:42.816Z Downloaded tabwriter v1.4.1
10752026-04-10T21:51:42.816Z Downloaded subtle v2.6.1
10762026-04-10T21:51:42.816Z Downloaded tagptr v0.2.0
10772026-04-10T21:51:42.816Z Downloaded slog-stdlog v4.1.1
10782026-04-10T21:51:42.816Z Downloaded slab v0.4.12
10792026-04-10T21:51:42.816Z Downloaded simd-adler32 v0.3.8
10802026-04-10T21:51:42.816Z Downloaded slog-async v2.8.0
10812026-04-10T21:51:42.816Z Downloaded tap v1.0.1
10822026-04-10T21:51:42.816Z Downloaded tabled_derive v0.11.0
10832026-04-10T21:51:42.816Z Downloaded serde-hex v0.1.0
10842026-04-10T21:51:42.821Z Downloaded hyper-util v0.1.20
10852026-04-10T21:51:42.821Z Downloaded take_mut v0.2.2
10862026-04-10T21:51:42.821Z Downloaded sync_wrapper v1.0.2
10872026-04-10T21:51:42.821Z Downloaded sync-ptr v0.1.4
10882026-04-10T21:51:42.821Z Downloaded progenitor-impl v0.11.2
10892026-04-10T21:51:42.821Z Downloaded spki v0.7.3
10902026-04-10T21:51:42.821Z Downloaded progenitor-impl v0.13.0
10912026-04-10T21:51:42.821Z Downloaded serde_cbor v0.11.2
10922026-04-10T21:51:42.821Z Downloaded thread-id v5.1.0
10932026-04-10T21:51:42.821Z Downloaded thiserror-impl-no-std v2.0.2
10942026-04-10T21:51:42.821Z Downloaded smallvec v0.6.14
10952026-04-10T21:51:42.821Z Downloaded slog-scope v4.4.1
10962026-04-10T21:51:42.821Z Downloaded tinyvec_macros v0.1.1
10972026-04-10T21:51:42.821Z Downloaded stringprep v0.1.5
10982026-04-10T21:51:42.821Z Downloaded serde_with_macros v3.17.0
10992026-04-10T21:51:42.821Z Downloaded snafu-derive v0.8.9
11002026-04-10T21:51:42.821Z Downloaded termtree v0.5.1
11012026-04-10T21:51:42.821Z Downloaded sqlformat v0.3.5
11022026-04-10T21:51:42.821Z Downloaded stacker v0.1.23
11032026-04-10T21:51:42.821Z Downloaded time-core v0.1.8
11042026-04-10T21:51:42.822Z Downloaded support-bundle-viewer v0.1.2
11052026-04-10T21:51:42.822Z Downloaded string_cache v0.8.9
11062026-04-10T21:51:42.822Z Downloaded rcgen v0.12.1
11072026-04-10T21:51:42.822Z Downloaded strum_macros v0.26.4
11082026-04-10T21:51:42.822Z Downloaded ryu v1.0.23
11092026-04-10T21:51:42.822Z Downloaded static_assertions v1.1.0
11102026-04-10T21:51:42.822Z Downloaded strum_macros v0.27.2
11112026-04-10T21:51:42.822Z Downloaded rustls-platform-verifier v0.6.2
11122026-04-10T21:51:42.822Z Downloaded schemars v0.8.22
11132026-04-10T21:51:42.822Z Downloaded rayon-core v1.13.0
11142026-04-10T21:51:42.822Z Downloaded nom v7.1.3
11152026-04-10T21:51:42.822Z Downloaded smf v0.2.3
11162026-04-10T21:51:42.822Z Downloaded slog-json v2.6.1
11172026-04-10T21:51:42.822Z Downloaded spin v0.9.8
11182026-04-10T21:51:42.822Z Downloaded sec1 v0.7.3
11192026-04-10T21:51:42.822Z Downloaded num-bigint v0.4.6
11202026-04-10T21:51:42.822Z Downloaded itertools v0.10.5
11212026-04-10T21:51:42.822Z Downloaded publicsuffix v2.3.0
11222026-04-10T21:51:42.822Z Downloaded ron v0.8.1
11232026-04-10T21:51:42.822Z Downloaded tiny-keccak v2.0.2
11242026-04-10T21:51:42.822Z Downloaded trait-variant v0.1.2
11252026-04-10T21:51:42.822Z Downloaded thread_local v1.1.9
11262026-04-10T21:51:42.822Z Downloaded qorb v0.4.1
11272026-04-10T21:51:42.822Z Downloaded try-lock v0.2.5
11282026-04-10T21:51:42.822Z Downloaded hashbrown v0.15.5
11292026-04-10T21:51:42.822Z Downloaded quinn v0.11.9
11302026-04-10T21:51:42.822Z Downloaded slog-term v2.9.2
11312026-04-10T21:51:42.822Z Downloaded thiserror-no-std v2.0.2
11322026-04-10T21:51:42.822Z Downloaded typify-macro v0.6.1
11332026-04-10T21:51:42.822Z Downloaded typify-macro v0.4.3
11342026-04-10T21:51:42.822Z Downloaded serde_yaml v0.9.34+deprecated
11352026-04-10T21:51:42.822Z Downloaded tower-service v0.3.3
11362026-04-10T21:51:42.822Z Downloaded tower-layer v0.3.3
11372026-04-10T21:51:42.822Z Downloaded topological-sort v0.2.2
11382026-04-10T21:51:42.822Z Downloaded testing_table v0.3.0
11392026-04-10T21:51:42.822Z Downloaded rand v0.8.5
11402026-04-10T21:51:42.822Z Downloaded tokio-dtrace v0.1.1
11412026-04-10T21:51:42.823Z Downloaded strum_macros v0.24.3
11422026-04-10T21:51:42.823Z Downloaded time-macros v0.2.27
11432026-04-10T21:51:42.823Z Downloaded libxml v0.3.3
11442026-04-10T21:51:42.823Z Downloaded itertools v0.12.1
11452026-04-10T21:51:42.823Z Downloaded tls_codec_derive v0.4.2
11462026-04-10T21:51:42.823Z Downloaded tls_codec v0.4.2
11472026-04-10T21:51:42.823Z Downloaded tokio-rustls v0.25.0
11482026-04-10T21:51:42.823Z Downloaded unarray v0.1.4
11492026-04-10T21:51:42.823Z Downloaded tokio-macros v2.6.0
11502026-04-10T21:51:42.823Z Downloaded tokio-native-tls v0.3.1
11512026-04-10T21:51:42.823Z Downloaded iddqd v0.3.17
11522026-04-10T21:51:42.823Z Downloaded schemars v0.9.0
11532026-04-10T21:51:42.823Z Downloaded usdt v0.6.0
11542026-04-10T21:51:42.823Z Downloaded untrusted v0.9.0
11552026-04-10T21:51:42.823Z Downloaded utf-8 v0.7.6
11562026-04-10T21:51:42.823Z Downloaded universal-hash v0.5.1
11572026-04-10T21:51:42.823Z Downloaded unit-prefix v0.5.2
11582026-04-10T21:51:42.823Z Downloaded itertools v0.13.0
11592026-04-10T21:51:42.823Z Downloaded iri-string v0.7.10
11602026-04-10T21:51:42.823Z Downloaded h2 v0.4.13
11612026-04-10T21:51:42.823Z Downloaded usdt-attr-macro v0.6.0
11622026-04-10T21:51:42.823Z Downloaded toml_writer v1.0.6+spec-1.1.0
11632026-04-10T21:51:42.823Z Downloaded term v0.7.0
11642026-04-10T21:51:42.823Z Downloaded usdt-macro v0.6.0
11652026-04-10T21:51:42.823Z Downloaded untrusted v0.7.1
11662026-04-10T21:51:42.823Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11672026-04-10T21:51:42.823Z Downloaded tokio-tungstenite v0.23.1
11682026-04-10T21:51:42.823Z Downloaded tokio-tungstenite v0.21.0
11692026-04-10T21:51:42.823Z Downloaded termios v0.3.3
11702026-04-10T21:51:42.823Z Downloaded term v1.2.1
11712026-04-10T21:51:42.823Z Downloaded similar v2.7.0
11722026-04-10T21:51:42.823Z Downloaded signal-hook v0.3.18
11732026-04-10T21:51:42.823Z Downloaded socket2 v0.6.2
11742026-04-10T21:51:42.823Z Downloaded socket2 v0.5.10
11752026-04-10T21:51:42.823Z Downloaded tui-tree-widget v0.23.1
11762026-04-10T21:51:42.823Z Downloaded num-bigint-dig v0.8.6
11772026-04-10T21:51:42.823Z Downloaded want v0.3.1
11782026-04-10T21:51:42.824Z Downloaded waitgroup v0.1.2
11792026-04-10T21:51:42.824Z Downloaded wait-timeout v0.2.1
11802026-04-10T21:51:42.824Z Downloaded void v1.0.2
11812026-04-10T21:51:42.824Z Downloaded unicase v2.9.0
11822026-04-10T21:51:42.824Z Downloaded rand v0.9.2
11832026-04-10T21:51:42.824Z Downloaded tokio-stream v0.1.18
11842026-04-10T21:51:42.828Z Downloaded unicode-truncate v1.1.0
11852026-04-10T21:51:42.828Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11862026-04-10T21:51:42.828Z Downloaded hyper v1.8.1
11872026-04-10T21:51:42.828Z Downloaded slog v2.8.2
11882026-04-10T21:51:42.828Z Downloaded samael v0.0.19
11892026-04-10T21:51:42.828Z Downloaded futures-util v0.3.32
11902026-04-10T21:51:42.828Z Downloaded zeroize_derive v1.4.3
11912026-04-10T21:51:42.828Z Downloaded xshell-macros v0.2.7
11922026-04-10T21:51:42.828Z Downloaded xattr v1.6.1
11932026-04-10T21:51:42.828Z Downloaded usdt-impl v0.6.0
11942026-04-10T21:51:42.828Z Downloaded tokio-rustls v0.26.4
11952026-04-10T21:51:42.828Z Downloaded test-strategy v0.4.5
11962026-04-10T21:51:42.828Z Downloaded zone v0.3.1
11972026-04-10T21:51:42.828Z Downloaded blake3 v1.8.3
11982026-04-10T21:51:42.828Z Downloaded vsss-rs v3.3.4
11992026-04-10T21:51:42.828Z Downloaded tinyvec v1.10.0
12002026-04-10T21:51:42.828Z Downloaded tokio-rustls v0.24.1
12012026-04-10T21:51:42.828Z Downloaded uzers v0.12.2
12022026-04-10T21:51:42.828Z Downloaded vergen-lib v0.1.6
12032026-04-10T21:51:42.828Z Downloaded vergen-gitcl v1.0.8
12042026-04-10T21:51:42.828Z Downloaded vergen-git2 v1.0.7
12052026-04-10T21:51:42.828Z Downloaded rand v0.10.0
12062026-04-10T21:51:42.828Z Downloaded tracing-attributes v0.1.31
12072026-04-10T21:51:42.828Z Downloaded rsa v0.9.10
12082026-04-10T21:51:42.828Z Downloaded zone_cfg_derive v0.3.1
12092026-04-10T21:51:42.828Z Downloaded subprocess v0.2.15
12102026-04-10T21:51:42.828Z Downloaded whoami v2.1.0
12112026-04-10T21:51:42.828Z Downloaded wyz v0.5.1
12122026-04-10T21:51:42.828Z Downloaded whoami v1.6.1
12132026-04-10T21:51:42.828Z Downloaded walkdir v2.5.0
12142026-04-10T21:51:42.828Z Downloaded hkdf v0.12.4
12152026-04-10T21:51:42.828Z Downloaded unicode-properties v0.1.4
12162026-04-10T21:51:42.828Z Downloaded twox-hash v2.1.2
12172026-04-10T21:51:42.828Z Downloaded rustls-webpki v0.103.9
12182026-04-10T21:51:42.828Z Downloaded toml v0.9.12+spec-1.1.0
12192026-04-10T21:51:42.828Z Downloaded toml v0.7.8
12202026-04-10T21:51:42.828Z Downloaded snafu v0.8.9
12212026-04-10T21:51:42.829Z Downloaded toml v1.0.6+spec-1.1.0
12222026-04-10T21:51:42.829Z Downloaded xshell v0.2.7
12232026-04-10T21:51:42.829Z Downloaded itertools v0.14.0
12242026-04-10T21:51:42.829Z Downloaded zeroize v1.8.2
12252026-04-10T21:51:42.829Z Downloaded toml_parser v1.0.9+spec-1.1.0
12262026-04-10T21:51:42.829Z Downloaded tar v0.4.45
12272026-04-10T21:51:42.829Z Downloaded vergen v9.0.6
12282026-04-10T21:51:42.829Z Downloaded zstd v0.13.3
12292026-04-10T21:51:42.829Z Downloaded zstd-safe v7.2.4
12302026-04-10T21:51:42.829Z Downloaded bitvec v1.0.1
12312026-04-10T21:51:42.829Z Downloaded typify v0.4.3
12322026-04-10T21:51:42.829Z Downloaded typify v0.6.1
12332026-04-10T21:51:42.829Z Downloaded unicode-bidi v0.3.18
12342026-04-10T21:51:42.829Z Downloaded tracing-core v0.1.36
12352026-04-10T21:51:42.829Z Downloaded steno v0.4.1
12362026-04-10T21:51:42.829Z Downloaded russh v0.45.0
12372026-04-10T21:51:42.829Z Downloaded unsafe-libyaml v0.2.11
12382026-04-10T21:51:42.829Z Downloaded p521 v0.13.3
12392026-04-10T21:51:42.829Z Downloaded tungstenite v0.21.0
12402026-04-10T21:51:42.829Z Downloaded zerocopy v0.6.6
12412026-04-10T21:51:42.829Z Downloaded yasna v0.5.2
12422026-04-10T21:51:42.829Z Downloaded uuid v1.23.0
12432026-04-10T21:51:42.829Z Downloaded toml_edit v0.23.10+spec-1.0.0
12442026-04-10T21:51:42.829Z Downloaded libm v0.2.16
12452026-04-10T21:51:42.829Z Downloaded vte v0.14.1
12462026-04-10T21:51:42.829Z Downloaded schemars v1.2.1
12472026-04-10T21:51:42.829Z Downloaded rustyline v14.0.0
12482026-04-10T21:51:42.829Z Downloaded tungstenite v0.23.0
12492026-04-10T21:51:42.829Z Downloaded reedline v0.40.0
12502026-04-10T21:51:42.829Z Downloaded rpassword v7.4.0
12512026-04-10T21:51:42.829Z Downloaded p384 v0.13.1
12522026-04-10T21:51:42.829Z Downloaded tokio-postgres v0.7.16
12532026-04-10T21:51:42.829Z Downloaded curve25519-dalek v4.1.3
12542026-04-10T21:51:42.829Z Downloaded unicode_categories v0.1.1
12552026-04-10T21:51:42.829Z Downloaded zip v0.6.6
12562026-04-10T21:51:42.829Z Downloaded zopfli v0.8.3
12572026-04-10T21:51:42.829Z Downloaded yansi v1.0.1
12582026-04-10T21:51:42.829Z Downloaded git2 v0.20.4
12592026-04-10T21:51:42.829Z Downloaded toml_edit v0.19.15
12602026-04-10T21:51:42.830Z Downloaded reqwest v0.12.28
12612026-04-10T21:51:42.830Z Downloaded chrono v0.4.44
12622026-04-10T21:51:42.830Z Downloaded unicode-segmentation v1.12.0
12632026-04-10T21:51:42.830Z Downloaded reqwest v0.13.2
12642026-04-10T21:51:42.830Z Downloaded rayon v1.11.0
12652026-04-10T21:51:42.830Z Downloaded quick-xml v0.37.5
12662026-04-10T21:51:42.830Z Downloaded regex v1.12.3
12672026-04-10T21:51:42.830Z Downloaded portable-atomic v1.13.1
12682026-04-10T21:51:42.830Z Downloaded rustls-webpki v0.101.7
12692026-04-10T21:51:42.830Z Downloaded tower v0.5.3
12702026-04-10T21:51:42.830Z Downloaded salty v0.3.0
12712026-04-10T21:51:42.830Z Downloaded typed-path v0.9.3
12722026-04-10T21:51:42.830Z Downloaded lalrpop v0.19.12
12732026-04-10T21:51:42.830Z Downloaded x509-cert v0.2.5
12742026-04-10T21:51:42.830Z Downloaded unicode-normalization v0.1.25
12752026-04-10T21:51:42.830Z Downloaded goblin v0.10.5
12762026-04-10T21:51:42.830Z Downloaded bindgen v0.71.1
12772026-04-10T21:51:42.830Z Downloaded tokio-util v0.7.18
12782026-04-10T21:51:42.830Z Downloaded petname v2.0.2
12792026-04-10T21:51:42.830Z Downloaded moka v0.12.13
12802026-04-10T21:51:42.834Z Downloaded zip v4.6.1
12812026-04-10T21:51:42.837Z Downloaded ssh-key v0.6.7
12822026-04-10T21:51:42.845Z Downloaded zerocopy-derive v0.8.40
12832026-04-10T21:51:42.857Z Downloaded tough v0.20.0
12842026-04-10T21:51:42.861Z Downloaded tower-http v0.6.8
12852026-04-10T21:51:42.865Z Downloaded serde_with v3.17.0
12862026-04-10T21:51:42.872Z Downloaded proptest v1.10.0
12872026-04-10T21:51:42.877Z Downloaded object v0.30.4
12882026-04-10T21:51:42.883Z Downloaded rustls-webpki v0.102.8
12892026-04-10T21:51:42.893Z Downloaded winnow v0.5.40
12902026-04-10T21:51:42.914Z Downloaded polar-core v0.27.3
12912026-04-10T21:51:42.928Z Downloaded quinn-proto v0.11.13
12922026-04-10T21:51:42.932Z Downloaded winnow v0.6.26
12932026-04-10T21:51:42.937Z Downloaded openssl v0.10.75
12942026-04-10T21:51:42.942Z Downloaded radix_trie v0.2.1
12952026-04-10T21:51:42.946Z Downloaded nix v0.27.1
12962026-04-10T21:51:42.958Z Downloaded dropshot v0.16.7
12972026-04-10T21:51:42.971Z Downloaded rustls v0.21.12
12982026-04-10T21:51:42.980Z Downloaded nix v0.28.0
12992026-04-10T21:51:42.987Z Downloaded time v0.3.47
13002026-04-10T21:51:42.993Z Downloaded vcpkg v0.2.15
13012026-04-10T21:51:43.015Z Downloaded smoltcp v0.9.1
13022026-04-10T21:51:43.021Z Downloaded nix v0.31.1
13032026-04-10T21:51:43.028Z Downloaded regex-syntax v0.6.29
13042026-04-10T21:51:43.031Z Downloaded tabled v0.20.0
13052026-04-10T21:51:43.040Z Downloaded rustls v0.22.4
13062026-04-10T21:51:43.047Z Downloaded hickory-proto v0.24.4
13072026-04-10T21:51:43.056Z Downloaded zlib-rs v0.6.2
13082026-04-10T21:51:43.062Z Downloaded diesel v2.3.7
13092026-04-10T21:51:43.071Z Downloaded webpki-roots v1.0.6
13102026-04-10T21:51:43.074Z Downloaded rustix v0.38.44
13112026-04-10T21:51:43.084Z Downloaded regress v0.10.5
13122026-04-10T21:51:43.090Z Downloaded smoltcp v0.11.0
13132026-04-10T21:51:43.100Z Downloaded zerocopy v0.8.40
13142026-04-10T21:51:43.103Z Downloaded rustls v0.23.37
13152026-04-10T21:51:43.111Z Downloaded regex-syntax v0.8.10
13162026-04-10T21:51:43.116Z Downloaded hickory-proto v0.25.2
13172026-04-10T21:51:43.122Z Downloaded openapiv3 v2.2.0
13182026-04-10T21:51:43.129Z Downloaded sqlparser v0.61.0
13192026-04-10T21:51:43.135Z Downloaded nix v0.29.0
13202026-04-10T21:51:43.143Z Downloaded bstr v1.12.1
13212026-04-10T21:51:43.146Z Downloaded object v0.37.3
13222026-04-10T21:51:43.152Z Downloaded dropshot v0.17.0
13232026-04-10T21:51:43.164Z Downloaded ratatui v0.29.0
13242026-04-10T21:51:43.236Z Downloaded typify-impl v0.6.1
13252026-04-10T21:51:43.248Z Downloaded typify-impl v0.4.3
13262026-04-10T21:51:43.252Z Downloaded tracing v0.1.44
13272026-04-10T21:51:43.263Z Downloaded petgraph v0.6.5
13282026-04-10T21:51:43.274Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-04-10T21:51:43.281Z Downloaded zerocopy-derive v0.6.6
13302026-04-10T21:51:43.286Z Downloaded csv v1.4.0
13312026-04-10T21:51:43.298Z Downloaded sled v0.34.7
13322026-04-10T21:51:43.303Z Downloaded petgraph v0.8.3
13332026-04-10T21:51:43.316Z Downloaded regex-automata v0.4.14
13342026-04-10T21:51:43.324Z Downloaded libz-sys v1.1.24
13352026-04-10T21:51:43.337Z Downloaded sha3 v0.10.8
13362026-04-10T21:51:43.341Z Downloaded chrono-tz v0.10.4
13372026-04-10T21:51:43.349Z Downloaded jiff v0.2.21
13382026-04-10T21:51:43.368Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-04-10T21:51:43.378Z Downloaded tokio v1.50.0
13402026-04-10T21:51:43.415Z Downloaded encoding_rs v0.8.35
13412026-04-10T21:51:43.451Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-10T21:51:43.482Z Downloaded ring v0.17.14
13432026-04-10T21:51:44.022Z Downloaded aws-lc-sys v0.37.1
13442026-04-10T21:51:44.262Z Compiling libc v0.2.180
13452026-04-10T21:51:44.262Z Compiling serde v1.0.228
13462026-04-10T21:51:44.265Z Compiling log v0.4.29
13472026-04-10T21:51:44.265Z Compiling find-msvc-tools v0.1.9
13482026-04-10T21:51:44.415Z Compiling shlex v1.3.0
13492026-04-10T21:51:44.419Z Compiling smallvec v1.15.1
13502026-04-10T21:51:44.432Z Compiling syn v2.0.117
13512026-04-10T21:51:44.443Z Compiling typenum v1.19.0
13522026-04-10T21:51:44.606Z Compiling generic-array v0.14.7
13532026-04-10T21:51:44.643Z Compiling subtle v2.6.1
13542026-04-10T21:51:44.643Z Compiling scopeguard v1.2.0
13552026-04-10T21:51:44.684Z Compiling const-oid v0.9.6
13562026-04-10T21:51:44.743Z Compiling lock_api v0.4.14
13572026-04-10T21:51:44.758Z Compiling portable-atomic v1.13.1
13582026-04-10T21:51:44.831Z Compiling zerocopy v0.8.40
13592026-04-10T21:51:44.857Z Compiling critical-section v1.2.0
13602026-04-10T21:51:44.966Z Compiling serde_json v1.0.149
13612026-04-10T21:51:44.980Z Compiling parking_lot_core v0.9.12
13622026-04-10T21:51:45.176Z Compiling pin-project-lite v0.2.17
13632026-04-10T21:51:45.289Z Compiling getrandom v0.2.17
13642026-04-10T21:51:45.303Z Compiling jobserver v0.1.34
13652026-04-10T21:51:45.317Z Compiling errno v0.3.14
13662026-04-10T21:51:45.456Z Compiling rand_core v0.6.4
13672026-04-10T21:51:45.456Z Compiling pkg-config v0.3.32
13682026-04-10T21:51:45.486Z Compiling signal-hook-registry v1.4.8
13692026-04-10T21:51:45.520Z Compiling cc v1.2.56
13702026-04-10T21:51:45.738Z Compiling bitflags v2.11.0
13712026-04-10T21:51:45.766Z Compiling once_cell v1.21.3
13722026-04-10T21:51:45.859Z Compiling libm v0.2.16
13732026-04-10T21:51:45.978Z Compiling parking_lot v0.12.5
13742026-04-10T21:51:45.994Z Compiling mio v1.1.1
13752026-04-10T21:51:46.010Z Compiling num-traits v0.2.19
13762026-04-10T21:51:46.044Z Compiling futures-core v0.3.32
13772026-04-10T21:51:46.222Z Compiling percent-encoding v2.3.2
13782026-04-10T21:51:46.361Z Compiling socket2 v0.6.2
13792026-04-10T21:51:46.375Z Compiling allocator-api2 v0.2.21
13802026-04-10T21:51:46.415Z Compiling futures-sink v0.3.32
13812026-04-10T21:51:46.461Z Compiling foldhash v0.2.0
13822026-04-10T21:51:46.512Z Compiling cpufeatures v0.2.17
13832026-04-10T21:51:46.527Z Compiling getrandom v0.3.4
13842026-04-10T21:51:46.588Z Compiling futures-channel v0.3.32
13852026-04-10T21:51:46.676Z Compiling hashbrown v0.16.1
13862026-04-10T21:51:46.698Z Compiling futures-io v0.3.32
13872026-04-10T21:51:46.755Z Compiling slab v0.4.12
13882026-04-10T21:51:46.817Z Compiling futures-task v0.3.32
13892026-04-10T21:51:46.853Z Compiling rustversion v1.0.22
13902026-04-10T21:51:46.987Z Compiling form_urlencoded v1.2.2
13912026-04-10T21:51:47.098Z Compiling cmake v0.1.57
13922026-04-10T21:51:47.161Z Compiling getrandom v0.4.1
13932026-04-10T21:51:47.235Z Compiling indexmap v2.13.0
13942026-04-10T21:51:47.280Z Compiling synstructure v0.13.2
13952026-04-10T21:51:47.485Z Compiling dunce v1.0.5
13962026-04-10T21:51:47.489Z Compiling fs_extra v1.3.0
13972026-04-10T21:51:47.516Z Compiling base64ct v1.8.3
13982026-04-10T21:51:47.543Z Compiling ident_case v1.0.1
13992026-04-10T21:51:47.600Z Compiling rand_core v0.10.0
14002026-04-10T21:51:47.667Z Compiling flagset v0.4.7
14012026-04-10T21:51:47.762Z Compiling aws-lc-sys v0.37.1
14022026-04-10T21:51:47.762Z Compiling pem-rfc7468 v0.7.0
14032026-04-10T21:51:47.796Z Compiling rand_core v0.9.5
14042026-04-10T21:51:47.823Z Compiling iana-time-zone v0.1.65
14052026-04-10T21:51:47.861Z Compiling rustix v1.1.3
14062026-04-10T21:51:47.876Z Compiling ring v0.17.14
14072026-04-10T21:51:48.006Z Compiling uuid v1.23.0
14082026-04-10T21:51:48.022Z Compiling rustc_version v0.4.1
14092026-04-10T21:51:48.072Z Compiling regex-syntax v0.8.10
14102026-04-10T21:51:48.076Z Compiling vcpkg v0.2.15
14112026-04-10T21:51:48.415Z Compiling aws-lc-rs v1.16.0
14122026-04-10T21:51:48.703Z Compiling tracing-core v0.1.36
14132026-04-10T21:51:48.756Z Compiling pest_generator v2.8.6
14142026-04-10T21:51:48.832Z Compiling openssl-sys v0.9.111
14152026-04-10T21:51:49.030Z Compiling serde_derive v1.0.228
14162026-04-10T21:51:49.254Z Compiling zeroize_derive v1.4.3
14172026-04-10T21:51:49.351Z Compiling zerofrom-derive v0.1.6
14182026-04-10T21:51:49.471Z Compiling yoke-derive v0.8.1
14192026-04-10T21:51:49.634Z Compiling zerocopy-derive v0.8.40
14202026-04-10T21:51:49.919Z Compiling zeroize v1.8.2
14212026-04-10T21:51:50.512Z Compiling zerovec-derive v0.11.2
14222026-04-10T21:51:50.642Z Compiling crypto-common v0.1.7
14232026-04-10T21:51:50.665Z Compiling block-buffer v0.10.4
14242026-04-10T21:51:50.763Z Compiling zerofrom v0.1.6
14252026-04-10T21:51:50.787Z Compiling displaydoc v0.2.5
14262026-04-10T21:51:50.839Z Compiling digest v0.10.7
14272026-04-10T21:51:50.905Z Compiling yoke v0.8.1
14282026-04-10T21:51:51.066Z Compiling tokio-macros v2.6.0
14292026-04-10T21:51:51.081Z Compiling hmac v0.12.1
14302026-04-10T21:51:51.230Z Compiling futures-macro v0.3.32
14312026-04-10T21:51:51.516Z Compiling zerotrie v0.2.3
14322026-04-10T21:51:51.623Z Compiling zerovec v0.11.5
14332026-04-10T21:51:51.778Z Compiling block-padding v0.3.3
14342026-04-10T21:51:51.806Z Compiling sha2 v0.10.9
14352026-04-10T21:51:51.938Z Compiling inout v0.1.4
14362026-04-10T21:51:52.022Z Compiling futures-util v0.3.32
14372026-04-10T21:51:52.109Z Compiling tinystr v0.8.2
14382026-04-10T21:51:52.117Z Compiling potential_utf v0.1.4
14392026-04-10T21:51:52.276Z Compiling icu_locale_core v2.1.1
14402026-04-10T21:51:52.299Z Compiling icu_collections v2.1.1
14412026-04-10T21:51:52.459Z Compiling bytes v1.11.1
14422026-04-10T21:51:52.584Z Compiling cipher v0.4.4
14432026-04-10T21:51:52.773Z Compiling der_derive v0.7.3
14442026-04-10T21:51:52.847Z Compiling salsa20 v0.10.2
14452026-04-10T21:51:52.982Z Compiling tokio v1.50.0
14462026-04-10T21:51:52.997Z Compiling icu_provider v2.1.1
14472026-04-10T21:51:53.144Z Compiling http v1.4.0
14482026-04-10T21:51:53.162Z Compiling chrono v0.4.44
14492026-04-10T21:51:53.345Z Compiling icu_properties v2.1.2
14502026-04-10T21:51:53.716Z Compiling icu_normalizer v2.1.1
14512026-04-10T21:51:54.051Z Compiling ppv-lite86 v0.2.21
14522026-04-10T21:51:54.104Z Compiling der v0.7.10
14532026-04-10T21:51:54.267Z Compiling idna_adapter v1.2.1
14542026-04-10T21:51:54.344Z Compiling pbkdf2 v0.12.2
14552026-04-10T21:51:54.374Z Compiling idna v1.1.0
14562026-04-10T21:51:54.394Z Compiling thiserror-impl v2.0.18
14572026-04-10T21:51:54.444Z Compiling scrypt v0.11.0
14582026-04-10T21:51:54.459Z Compiling rand_chacha v0.9.0
14592026-04-10T21:51:54.580Z Compiling aes v0.8.4
14602026-04-10T21:51:54.694Z Compiling url v2.5.8
14612026-04-10T21:51:55.015Z Compiling spki v0.7.3
14622026-04-10T21:51:55.155Z Compiling cbc v0.1.2
14632026-04-10T21:51:55.220Z Compiling rustls-pki-types v1.14.0
14642026-04-10T21:51:55.302Z Compiling tracing-attributes v0.1.31
14652026-04-10T21:51:55.310Z Compiling pkcs5 v0.7.1
14662026-04-10T21:51:55.480Z Compiling rand v0.9.2
14672026-04-10T21:51:55.615Z Compiling http-body v1.0.1
14682026-04-10T21:51:55.691Z Compiling thiserror v2.0.18
14692026-04-10T21:51:55.727Z Compiling serde_derive_internals v0.29.1
14702026-04-10T21:51:55.765Z Compiling untrusted v0.9.0
14712026-04-10T21:51:55.789Z Compiling httparse v1.10.1
14722026-04-10T21:51:55.803Z Compiling base64 v0.22.1
14732026-04-10T21:51:55.881Z Compiling untrusted v0.7.1
14742026-04-10T21:51:56.004Z Compiling openssl-probe v0.2.1
14752026-04-10T21:51:56.107Z Compiling schemars v0.8.22
14762026-04-10T21:51:56.183Z Compiling pkcs8 v0.10.2
14772026-04-10T21:51:56.250Z Compiling pest_derive v2.8.6
14782026-04-10T21:51:56.322Z Compiling scroll_derive v0.13.1
14792026-04-10T21:51:56.484Z Compiling darling_core v0.20.11
14802026-04-10T21:51:56.586Z Compiling tracing v0.1.44
14812026-04-10T21:51:56.602Z Compiling schemars_derive v0.8.22
14822026-04-10T21:51:56.670Z Compiling tower-layer v0.3.3
14832026-04-10T21:51:56.829Z Compiling tokio-util v0.7.18
14842026-04-10T21:51:56.851Z Compiling rustls v0.23.37
14852026-04-10T21:51:57.021Z Compiling dyn-clone v1.0.20
14862026-04-10T21:51:57.114Z Compiling atomic-waker v1.1.2
14872026-04-10T21:51:57.159Z Compiling tinyvec_macros v0.1.1
14882026-04-10T21:51:57.230Z Compiling try-lock v0.2.5
14892026-04-10T21:51:57.245Z Compiling tower-service v0.3.3
14902026-04-10T21:51:57.339Z Compiling want v0.3.1
14912026-04-10T21:51:57.339Z Compiling tinyvec v1.10.0
14922026-04-10T21:51:57.506Z Compiling h2 v0.4.13
14932026-04-10T21:51:57.696Z Compiling scroll v0.13.0
14942026-04-10T21:51:57.934Z Compiling ipnet v2.11.0
14952026-04-10T21:51:57.955Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-10T21:51:58.132Z Compiling spin v0.9.8
14972026-04-10T21:51:58.378Z Compiling aho-corasick v1.1.4
14982026-04-10T21:51:58.393Z Compiling time-core v0.1.8
14992026-04-10T21:51:58.466Z Compiling httpdate v1.0.3
15002026-04-10T21:51:58.540Z Compiling openssl v0.10.75
15012026-04-10T21:51:58.648Z Compiling pin-utils v0.1.0
15022026-04-10T21:51:58.691Z Compiling num-conv v0.2.0
15032026-04-10T21:51:58.723Z Compiling crc32fast v1.5.0
15042026-04-10T21:51:58.756Z Compiling darling_macro v0.20.11
15052026-04-10T21:51:58.769Z Compiling foreign-types-shared v0.1.1
15062026-04-10T21:51:58.822Z Compiling powerfmt v0.2.0
15072026-04-10T21:51:58.854Z Compiling foreign-types v0.3.2
15082026-04-10T21:51:58.932Z Compiling time-macros v0.2.27
15092026-04-10T21:51:59.024Z Compiling deranged v0.5.8
15102026-04-10T21:51:59.039Z Compiling tempfile v3.25.0
15112026-04-10T21:51:59.218Z Compiling darling v0.20.11
15122026-04-10T21:51:59.302Z Compiling regex-automata v0.4.14
15132026-04-10T21:51:59.409Z Compiling goblin v0.10.5
15142026-04-10T21:52:00.003Z Compiling openssl-macros v0.1.1
15152026-04-10T21:52:00.072Z Compiling wait-timeout v0.2.1
15162026-04-10T21:52:00.340Z Compiling socket2 v0.5.10
15172026-04-10T21:52:00.384Z Compiling bit-vec v0.8.0
15182026-04-10T21:52:00.501Z Compiling hyper v1.8.1
15192026-04-10T21:52:00.606Z Compiling num_threads v0.1.7
15202026-04-10T21:52:00.704Z Compiling crossbeam-utils v0.8.21
15212026-04-10T21:52:00.735Z Compiling simd-adler32 v0.3.8
15222026-04-10T21:52:00.979Z Compiling siphasher v1.0.2
15232026-04-10T21:52:00.990Z Compiling syn v1.0.109
15242026-04-10T21:52:01.158Z Compiling native-tls v0.2.18
15252026-04-10T21:52:01.286Z Compiling quick-error v1.2.3
15262026-04-10T21:52:01.361Z Compiling usdt-impl v0.6.0
15272026-04-10T21:52:01.394Z Compiling rusty-fork v0.3.1
15282026-04-10T21:52:01.554Z Compiling hyper-util v0.1.20
15292026-04-10T21:52:01.589Z Compiling time v0.3.47
15302026-04-10T21:52:01.705Z Compiling bit-set v0.8.0
15312026-04-10T21:52:02.057Z Compiling dof v0.4.0
15322026-04-10T21:52:03.138Z Compiling derive_builder_core v0.20.2
15332026-04-10T21:52:03.291Z Compiling unicode-normalization v0.1.25
15342026-04-10T21:52:03.351Z Compiling dtrace-parser v0.3.0
15352026-04-10T21:52:03.436Z Compiling rustls-native-certs v0.8.3
15362026-04-10T21:52:03.625Z Compiling signature v2.2.0
15372026-04-10T21:52:03.728Z Compiling thiserror-impl v1.0.69
15382026-04-10T21:52:03.744Z Compiling scroll_derive v0.12.1
15392026-04-10T21:52:03.801Z Compiling heapless v0.7.17
15402026-04-10T21:52:04.046Z Compiling rand_xorshift v0.4.0
15412026-04-10T21:52:04.062Z Compiling slog v2.8.2
15422026-04-10T21:52:04.099Z Compiling darling_core v0.21.3
15432026-04-10T21:52:04.210Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-10T21:52:04.241Z Compiling sync_wrapper v1.0.2
15452026-04-10T21:52:04.352Z Compiling thread-id v5.1.0
15462026-04-10T21:52:04.401Z Compiling cookie v0.18.1
15472026-04-10T21:52:04.435Z Compiling adler2 v2.0.1
15482026-04-10T21:52:04.483Z Compiling zstd-safe v7.2.4
15492026-04-10T21:52:04.567Z Compiling signal-hook v0.3.18
15502026-04-10T21:52:04.583Z Compiling unicode-properties v0.1.4
15512026-04-10T21:52:04.676Z Compiling unarray v0.1.4
15522026-04-10T21:52:04.740Z Compiling unicode-bidi v0.3.18
15532026-04-10T21:52:04.766Z Compiling anyhow v1.0.102
15542026-04-10T21:52:04.782Z Compiling paste v1.0.15
15552026-04-10T21:52:04.798Z Compiling proptest v1.10.0
15562026-04-10T21:52:04.980Z Compiling thiserror v1.0.69
15572026-04-10T21:52:05.085Z Compiling stringprep v0.1.5
15582026-04-10T21:52:05.167Z Compiling miniz_oxide v0.8.9
15592026-04-10T21:52:05.511Z Compiling scroll v0.12.0
15602026-04-10T21:52:05.778Z Compiling tower v0.5.3
15612026-04-10T21:52:05.802Z Compiling derive_builder_macro v0.20.2
15622026-04-10T21:52:06.149Z Compiling ipnetwork v0.21.1
15632026-04-10T21:52:06.245Z Compiling http-body-util v0.1.3
15642026-04-10T21:52:06.248Z Compiling webpki-roots v1.0.6
15652026-04-10T21:52:06.328Z Compiling rand_chacha v0.3.1
15662026-04-10T21:52:06.377Z Compiling toml_datetime v0.6.11
15672026-04-10T21:52:06.494Z Compiling serde_spanned v0.6.9
15682026-04-10T21:52:06.534Z Compiling serde_tokenstream v0.2.3
15692026-04-10T21:52:06.600Z Compiling darling_macro v0.21.3
15702026-04-10T21:52:06.633Z Compiling erased-serde v0.3.31
15712026-04-10T21:52:06.633Z Compiling md-5 v0.10.6
15722026-04-10T21:52:06.812Z Compiling zerocopy-derive v0.7.35
15732026-04-10T21:52:06.844Z Compiling curve25519-dalek v4.1.3
15742026-04-10T21:52:07.071Z Compiling vergen-lib v0.1.6
15752026-04-10T21:52:07.111Z Compiling num-integer v0.1.46
15762026-04-10T21:52:07.132Z Compiling hash32 v0.2.1
15772026-04-10T21:52:07.176Z Compiling ff v0.13.1
15782026-04-10T21:52:07.250Z Compiling memoffset v0.9.1
15792026-04-10T21:52:07.315Z Compiling fallible-iterator v0.2.0
15802026-04-10T21:52:07.330Z Compiling litrs v1.0.0
15812026-04-10T21:52:07.426Z Compiling psl-types v2.0.11
15822026-04-10T21:52:07.442Z Compiling rustix v0.38.44
15832026-04-10T21:52:07.551Z Compiling base16ct v0.2.0
15842026-04-10T21:52:07.625Z Compiling zlib-rs v0.6.2
15852026-04-10T21:52:07.677Z Compiling ref-cast v1.0.25
15862026-04-10T21:52:07.726Z Compiling num-bigint-dig v0.8.6
15872026-04-10T21:52:07.780Z Compiling iri-string v0.7.10
15882026-04-10T21:52:07.830Z Compiling smoltcp v0.9.1
15892026-04-10T21:52:07.915Z Compiling cfg_aliases v0.2.1
15902026-04-10T21:52:07.976Z Compiling ryu v1.0.23
15912026-04-10T21:52:07.991Z Compiling nix v0.31.1
15922026-04-10T21:52:08.158Z Compiling serde_urlencoded v0.7.1
15932026-04-10T21:52:08.310Z Compiling document-features v0.2.12
15942026-04-10T21:52:08.450Z Compiling zerocopy v0.7.35
15952026-04-10T21:52:08.503Z Compiling sec1 v0.7.3
15962026-04-10T21:52:08.781Z Compiling postgres-protocol v0.6.10
15972026-04-10T21:52:08.899Z Compiling publicsuffix v2.3.0
15982026-04-10T21:52:08.991Z Compiling tower-http v0.6.8
15992026-04-10T21:52:09.173Z Compiling num-iter v0.1.45
16002026-04-10T21:52:09.303Z Compiling group v0.13.0
16012026-04-10T21:52:09.397Z Compiling newtype-uuid v1.3.2
16022026-04-10T21:52:09.424Z Compiling darling v0.21.3
16032026-04-10T21:52:09.514Z Compiling rand v0.8.5
16042026-04-10T21:52:09.748Z Compiling oxnet v0.1.4
16052026-04-10T21:52:09.796Z Compiling derive_builder v0.20.2
16062026-04-10T21:52:09.905Z Compiling tokio-native-tls v0.3.1
16072026-04-10T21:52:09.909Z Compiling hubpack_derive v0.1.1
16082026-04-10T21:52:10.057Z Compiling goblin v0.8.2
16092026-04-10T21:52:10.474Z Compiling regex v1.12.3
16102026-04-10T21:52:10.629Z Compiling flate2 v1.1.9
16112026-04-10T21:52:10.745Z Compiling phf_shared v0.13.1
16122026-04-10T21:52:10.860Z Compiling lazy_static v1.5.0
16132026-04-10T21:52:10.885Z Compiling cargo-platform v0.1.9
16142026-04-10T21:52:10.898Z Compiling hkdf v0.12.4
16152026-04-10T21:52:10.952Z Compiling crypto-bigint v0.5.5
16162026-04-10T21:52:10.984Z Compiling terminal_size v0.4.3
16172026-04-10T21:52:11.039Z Compiling async-trait v0.1.89
16182026-04-10T21:52:11.060Z Compiling curve25519-dalek-derive v0.1.1
16192026-04-10T21:52:11.121Z Compiling strum_macros v0.27.2
16202026-04-10T21:52:11.136Z Compiling daft-derive v0.1.5
16212026-04-10T21:52:11.691Z Compiling ref-cast-impl v1.0.25
16222026-04-10T21:52:11.840Z Compiling vergen v9.0.6
16232026-04-10T21:52:12.025Z Compiling fs-err v3.3.0
16242026-04-10T21:52:12.045Z Compiling ahash v0.8.12
16252026-04-10T21:52:12.213Z Compiling bumpalo v3.20.2
16262026-04-10T21:52:12.230Z Compiling unicode-segmentation v1.12.0
16272026-04-10T21:52:12.252Z Compiling foldhash v0.1.5
16282026-04-10T21:52:12.421Z Compiling managed v0.8.0
16292026-04-10T21:52:12.472Z Compiling libbz2-rs-sys v0.2.2
16302026-04-10T21:52:12.615Z Compiling bitflags v1.3.2
16312026-04-10T21:52:12.638Z Compiling winnow v0.5.40
16322026-04-10T21:52:12.694Z Compiling object v0.37.3
16332026-04-10T21:52:13.010Z Compiling bzip2 v0.6.1
16342026-04-10T21:52:13.060Z Compiling strum v0.27.2
16352026-04-10T21:52:13.171Z Compiling zopfli v0.8.3
16362026-04-10T21:52:13.186Z Compiling hashbrown v0.15.5
16372026-04-10T21:52:13.289Z Compiling dof v0.3.0
16382026-04-10T21:52:13.614Z Compiling clap_builder v4.5.60
16392026-04-10T21:52:13.881Z Compiling elliptic-curve v0.13.8
16402026-04-10T21:52:13.896Z Compiling daft v0.1.5
16412026-04-10T21:52:14.000Z Compiling toml_edit v0.19.15
16422026-04-10T21:52:14.117Z Compiling cargo_metadata v0.19.2
16432026-04-10T21:52:14.173Z Compiling phf v0.13.1
16442026-04-10T21:52:14.333Z Compiling signal-hook-mio v0.2.5
16452026-04-10T21:52:14.451Z Compiling cookie_store v0.22.1
16462026-04-10T21:52:15.088Z Compiling hubpack v0.1.2
16472026-04-10T21:52:15.426Z Compiling zstd v0.13.3
16482026-04-10T21:52:15.673Z Compiling hyper-tls v0.6.0
16492026-04-10T21:52:15.694Z Compiling bzip2 v0.4.4
16502026-04-10T21:52:15.796Z Compiling serde_with_macros v3.17.0
16512026-04-10T21:52:15.898Z Compiling postgres-types v0.2.12
16522026-04-10T21:52:16.479Z Compiling usdt-macro v0.6.0
16532026-04-10T21:52:16.580Z Compiling usdt-attr-macro v0.6.0
16542026-04-10T21:52:16.600Z Compiling dtrace-parser v0.2.0
16552026-04-10T21:52:16.877Z Compiling ed25519 v2.2.3
16562026-04-10T21:52:16.898Z Compiling bstr v1.12.1
16572026-04-10T21:52:17.090Z Compiling phf_shared v0.11.3
16582026-04-10T21:52:17.217Z Compiling pkcs1 v0.7.5
16592026-04-10T21:52:17.275Z Compiling hex v0.4.3
16602026-04-10T21:52:17.360Z Compiling serde-big-array v0.5.1
16612026-04-10T21:52:17.375Z Compiling rfc6979 v0.4.0
16622026-04-10T21:52:17.502Z Compiling serde_repr v0.1.20
16632026-04-10T21:52:17.502Z Compiling enum-as-inner v0.6.1
16642026-04-10T21:52:17.533Z Compiling clap_derive v4.5.55
16652026-04-10T21:52:17.548Z Compiling strum_macros v0.26.4
16662026-04-10T21:52:17.612Z Compiling float-cmp v0.10.0
16672026-04-10T21:52:17.761Z Compiling thread-id v4.2.2
16682026-04-10T21:52:17.777Z Compiling memmap2 v0.9.10
16692026-04-10T21:52:17.847Z Compiling env_filter v1.0.0
16702026-04-10T21:52:17.988Z Compiling encoding_rs v0.8.35
16712026-04-10T21:52:18.003Z Compiling predicates-core v1.0.10
16722026-04-10T21:52:18.019Z Compiling fixedbitset v0.5.7
16732026-04-10T21:52:18.150Z Compiling keccak v0.1.6
16742026-04-10T21:52:18.175Z Compiling whoami v2.1.0
16752026-04-10T21:52:18.377Z Compiling static_assertions v1.1.0
16762026-04-10T21:52:18.460Z Compiling rustc-hash v2.1.1
16772026-04-10T21:52:18.555Z Compiling new_debug_unreachable v1.0.6
16782026-04-10T21:52:18.589Z Compiling fixedbitset v0.4.2
16792026-04-10T21:52:18.631Z Compiling difflib v0.4.0
16802026-04-10T21:52:18.814Z Compiling precomputed-hash v0.1.1
16812026-04-10T21:52:18.910Z Compiling data-encoding v2.10.0
16822026-04-10T21:52:19.021Z Compiling jiff v0.2.21
16832026-04-10T21:52:19.210Z Compiling either v1.15.0
16842026-04-10T21:52:19.304Z Compiling mime v0.3.17
16852026-04-10T21:52:19.349Z Compiling normalize-line-endings v0.3.0
16862026-04-10T21:52:19.426Z Compiling predicates v3.1.4
16872026-04-10T21:52:19.443Z Compiling itertools v0.13.0
16882026-04-10T21:52:19.552Z Compiling strum v0.26.3
16892026-04-10T21:52:19.568Z Compiling clap v4.5.60
16902026-04-10T21:52:19.631Z Compiling hickory-proto v0.25.2
16912026-04-10T21:52:19.655Z Compiling string_cache v0.8.9
16922026-04-10T21:52:19.684Z Compiling petgraph v0.6.5
16932026-04-10T21:52:19.881Z Compiling iddqd v0.3.17
16942026-04-10T21:52:19.897Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-10T21:52:20.083Z Compiling tokio-postgres v0.7.16
16962026-04-10T21:52:20.667Z Compiling sha3 v0.10.8
16972026-04-10T21:52:20.994Z Compiling petgraph v0.8.3
16982026-04-10T21:52:21.130Z Compiling toml_edit v0.22.27
16992026-04-10T21:52:21.158Z Compiling env_logger v0.11.9
17002026-04-10T21:52:21.523Z Compiling usdt v0.6.0
17012026-04-10T21:52:21.777Z Compiling zip v4.6.1
17022026-04-10T21:52:22.247Z Compiling usdt-impl v0.5.0
17032026-04-10T21:52:22.589Z Compiling serde_with v3.17.0
17042026-04-10T21:52:22.723Z Compiling ecdsa v0.16.9
17052026-04-10T21:52:22.835Z Compiling rsa v0.9.10
17062026-04-10T21:52:22.927Z Compiling similar v2.7.0
17072026-04-10T21:52:23.114Z Compiling ed25519-dalek v2.2.0
17082026-04-10T21:52:23.159Z Compiling crossterm v0.28.1
17092026-04-10T21:52:23.808Z Compiling zip v0.6.6
17102026-04-10T21:52:24.274Z Compiling toml v0.7.8
17112026-04-10T21:52:24.481Z Compiling heck v0.4.1
17122026-04-10T21:52:24.613Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-04-10T21:52:24.690Z Compiling crossbeam-epoch v0.9.18
17142026-04-10T21:52:24.712Z Compiling tokio-stream v0.1.18
17152026-04-10T21:52:24.871Z Compiling buf-list v1.1.2
17162026-04-10T21:52:25.020Z Compiling x509-cert v0.2.5
17172026-04-10T21:52:25.146Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-04-10T21:52:25.168Z Compiling openapiv3 v2.2.0
17192026-04-10T21:52:25.199Z Compiling sha1 v0.10.6
17202026-04-10T21:52:25.245Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-04-10T21:52:25.420Z Compiling lalrpop-util v0.19.12
17222026-04-10T21:52:25.446Z Compiling peg-runtime v0.8.5
17232026-04-10T21:52:25.542Z Compiling thread_local v1.1.9
17242026-04-10T21:52:25.612Z Compiling slog-async v2.8.0
17252026-04-10T21:52:25.735Z Compiling crossbeam-channel v0.5.15
17262026-04-10T21:52:25.791Z Compiling futures-executor v0.3.32
17272026-04-10T21:52:25.931Z Compiling is-terminal v0.4.17
17282026-04-10T21:52:26.029Z Compiling filetime v0.2.27
17292026-04-10T21:52:26.048Z Compiling take_mut v0.2.2
17302026-04-10T21:52:26.160Z Compiling xattr v1.6.1
17312026-04-10T21:52:26.186Z Compiling term v1.2.1
17322026-04-10T21:52:26.216Z Compiling futures v0.3.32
17332026-04-10T21:52:26.301Z Compiling tar v0.4.45
17342026-04-10T21:52:26.629Z Compiling slog-term v2.9.2
17352026-04-10T21:52:33.354Z Compiling rustls-webpki v0.103.9
17362026-04-10T21:52:36.167Z Compiling tokio-rustls v0.26.4
17372026-04-10T21:52:36.167Z Compiling rustls-platform-verifier v0.6.2
17382026-04-10T21:52:36.371Z Compiling hyper-rustls v0.27.7
17392026-04-10T21:52:36.572Z Compiling reqwest v0.13.2
17402026-04-10T21:52:36.572Z Compiling reqwest v0.12.28
17412026-04-10T21:52:38.677Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-04-10T21:52:38.895Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-04-10T21:52:41.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17442026-04-10T21:52:41.834Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-04-10T21:52:41.893ZApr 10 21:52:40.369 INFO Starting download, target: Console
17462026-04-10T21:52:41.896ZApr 10 21:52:40.370 INFO Starting download, target: Cockroach
17472026-04-10T21:52:41.896ZApr 10 21:52:40.370 INFO Starting download, target: Clickhouse
17482026-04-10T21:52:41.896ZApr 10 21:52:40.370 INFO Starting download, target: DendriteStub
17492026-04-10T21:52:41.896ZApr 10 21:52:40.370 INFO Starting download, target: MaghemiteMgd
17502026-04-10T21:52:41.896ZApr 10 21:52:40.370 INFO Starting download, target: TransceiverControl
17512026-04-10T21:52:41.896ZApr 10 21:52:40.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-04-10T21:52:41.897ZApr 10 21:52:40.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-04-10T21:52:41.897ZApr 10 21:52:40.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17542026-04-10T21:52:41.897ZApr 10 21:52:40.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-04-10T21:52:41.897ZApr 10 21:52:40.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-04-10T21:52:41.897ZApr 10 21:52:40.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-04-10T21:52:42.165ZApr 10 21:52:40.640 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-04-10T21:52:42.380ZApr 10 21:52:40.856 INFO Download complete, target: TransceiverControl
17592026-04-10T21:52:42.843ZApr 10 21:52:41.315 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-04-10T21:52:43.085ZApr 10 21:52:41.557 INFO Download complete, target: Console
17612026-04-10T21:52:43.355ZApr 10 21:52:41.831 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-04-10T21:52:43.608ZApr 10 21:52:42.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-10T21:52:43.913ZApr 10 21:52:42.389 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-04-10T21:52:43.913ZApr 10 21:52:42.389 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-04-10T21:52:44.040ZApr 10 21:52:42.516 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-04-10T21:52:45.784ZApr 10 21:52:44.260 INFO Download complete, target: DendriteStub
17672026-04-10T21:52:45.962ZApr 10 21:52:44.439 INFO Download complete, target: MaghemiteMgd
17682026-04-10T21:52:48.629ZApr 10 21:52:47.103 INFO Checking that binary works, target: Cockroach
17692026-04-10T21:52:48.727ZApr 10 21:52:47.201 INFO Download complete, target: Cockroach
17702026-04-10T21:52:51.002ZApr 10 21:52:49.478 INFO Checking that binary works, target: Clickhouse
17712026-04-10T21:52:51.089ZApr 10 21:52:49.563 INFO Download complete, target: Clickhouse
17722026-04-10T21:52:51.104ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-04-10T21:52:51.107Z
17742026-04-10T21:52:51.107Zreal 2:59.153908096
17752026-04-10T21:52:51.107Zuser 7:14.189485148
17762026-04-10T21:52:51.107Zsys 1:24.345045437
17772026-04-10T21:52:51.107Ztrap 0.215236966
17782026-04-10T21:52:51.107Ztflt 0.671365525
17792026-04-10T21:52:51.107Zdflt 0.533441268
17802026-04-10T21:52:51.108Zkflt 0.025460073
17812026-04-10T21:52:51.108Zlock 21:30.508141816
17822026-04-10T21:52:51.108Zslp 21:27.914219361
17832026-04-10T21:52:51.108Zlat 44.266227904
17842026-04-10T21:52:51.108Zstop 2:10.389117185
17852026-04-10T21:52:51.108Z+ banner hack-check
17862026-04-10T21:52:51.108Z
17872026-04-10T21:52:51.108Z # # ## #### # # #### # # ###### #### # #
17882026-04-10T21:52:51.108Z # # # # # # # # # # # # # # # # #
17892026-04-10T21:52:51.108Z ###### # # # #### ##### # ###### ##### # ####
17902026-04-10T21:52:51.108Z # # ###### # # # # # # # # # #
17912026-04-10T21:52:51.108Z # # # # # # # # # # # # # # # # #
17922026-04-10T21:52:51.108Z # # # # #### # # #### # # ###### #### # #
17932026-04-10T21:52:51.108Z
17942026-04-10T21:52:51.108Z+ export CARGO_INCREMENTAL=0
17952026-04-10T21:52:51.108Z+ CARGO_INCREMENTAL=0
17962026-04-10T21:52:51.108Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-04-10T21:52:51.628Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-04-10T21:52:51.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-04-10T21:52:53.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18002026-04-10T21:52:53.804Z Running `target/debug/xtask check-features --ci`
18012026-04-10T21:52:53.832Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-04-10T21:52:53.835Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-04-10T21:52:54.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18042026-04-10T21:52:54.339Z Running `target/debug/xtask download cargo-hack`
18052026-04-10T21:52:55.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-04-10T21:52:55.427Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-04-10T21:52:57.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18082026-04-10T21:52:58.057Z Running `target/debug/xtask-downloader cargo-hack`
18092026-04-10T21:52:58.099ZApr 10 21:52:56.574 INFO Starting download, target: CargoHack
18102026-04-10T21:52:58.102ZApr 10 21:52:56.575 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-04-10T21:52:58.690ZApr 10 21:52:57.165 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-04-10T21:52:58.739ZApr 10 21:52:57.215 INFO Download complete, target: CargoHack
18132026-04-10T21:52:58.742Zrunning: "/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"
18142026-04-10T21:52:58.755Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-04-10T21:52:58.905Zinfo: running `cargo check --bins` on api_identity (1/271)
18162026-04-10T21:52:59.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-04-10T21:52:59.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-04-10T21:52:59.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-04-10T21:52:59.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18202026-04-10T21:52:59.478Z
18212026-04-10T21:52:59.478Zinfo: running `cargo check --bins` on bootstore (2/271)
18222026-04-10T21:52:59.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-04-10T21:52:59.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-04-10T21:52:59.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-04-10T21:52:59.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-04-10T21:53:00.054Z
18272026-04-10T21:53:00.054Zinfo: running `cargo check --bins` on omicron-ledger (3/271)
18282026-04-10T21:53:00.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-04-10T21:53:00.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-04-10T21:53:00.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-04-10T21:53:00.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18322026-04-10T21:53:00.626Z
18332026-04-10T21:53:00.626Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/271)
18342026-04-10T21:53:01.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-04-10T21:53:01.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-04-10T21:53:01.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-04-10T21:53:01.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18382026-04-10T21:53:01.210Z
18392026-04-10T21:53:01.210Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/271)
18402026-04-10T21:53:01.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-04-10T21:53:01.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-04-10T21:53:01.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-04-10T21:53:01.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18442026-04-10T21:53:01.792Z
18452026-04-10T21:53:01.792Zinfo: running `cargo check --bins` on omicron-certificates (6/271)
18462026-04-10T21:53:02.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-04-10T21:53:02.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-04-10T21:53:02.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-04-10T21:53:02.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18502026-04-10T21:53:02.384Z
18512026-04-10T21:53:02.384Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/271)
18522026-04-10T21:53:02.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-04-10T21:53:02.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-04-10T21:53:02.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-04-10T21:53:02.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18562026-04-10T21:53:02.971Z
18572026-04-10T21:53:02.971Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/271)
18582026-04-10T21:53:03.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-04-10T21:53:03.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-04-10T21:53:03.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-04-10T21:53:03.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18622026-04-10T21:53:03.553Z
18632026-04-10T21:53:03.553Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/271)
18642026-04-10T21:53:03.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-04-10T21:53:03.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-04-10T21:53:03.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-04-10T21:53:03.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-04-10T21:53:04.016Z
18692026-04-10T21:53:04.016Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/271)
18702026-04-10T21:53:04.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-04-10T21:53:04.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-04-10T21:53:04.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-04-10T21:53:04.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-04-10T21:53:04.486Z
18752026-04-10T21:53:04.486Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/271)
18762026-04-10T21:53:04.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-04-10T21:53:04.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-04-10T21:53:04.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-04-10T21:53:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-04-10T21:53:04.952Z
18812026-04-10T21:53:04.952Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/271)
18822026-04-10T21:53:05.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-04-10T21:53:05.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-04-10T21:53:05.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-04-10T21:53:05.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-04-10T21:53:05.417Z
18872026-04-10T21:53:05.417Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/271)
18882026-04-10T21:53:05.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-04-10T21:53:05.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-04-10T21:53:05.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-04-10T21:53:05.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-04-10T21:53:05.881Z
18932026-04-10T21:53:05.881Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/271)
18942026-04-10T21:53:06.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-04-10T21:53:06.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-04-10T21:53:06.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-04-10T21:53:06.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-04-10T21:53:06.349Z
18992026-04-10T21:53:06.349Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/271)
19002026-04-10T21:53:06.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-04-10T21:53:06.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-04-10T21:53:06.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-04-10T21:53:06.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-04-10T21:53:06.816Z
19052026-04-10T21:53:06.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/271)
19062026-04-10T21:53:07.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-04-10T21:53:07.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-04-10T21:53:07.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-04-10T21:53:07.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-04-10T21:53:07.275Z
19112026-04-10T21:53:07.275Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/271)
19122026-04-10T21:53:07.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-04-10T21:53:07.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-04-10T21:53:07.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-04-10T21:53:07.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-04-10T21:53:07.741Z
19172026-04-10T21:53:07.741Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/271)
19182026-04-10T21:53:08.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-04-10T21:53:08.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-04-10T21:53:08.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-04-10T21:53:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-04-10T21:53:08.203Z
19232026-04-10T21:53:08.203Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/271)
19242026-04-10T21:53:08.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-04-10T21:53:08.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-04-10T21:53:08.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-04-10T21:53:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-04-10T21:53:08.672Z
19292026-04-10T21:53:08.672Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/271)
19302026-04-10T21:53:09.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-04-10T21:53:09.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-04-10T21:53:09.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-04-10T21:53:09.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-04-10T21:53:09.142Z
19352026-04-10T21:53:09.142Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/271)
19362026-04-10T21:53:09.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-04-10T21:53:09.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-04-10T21:53:09.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-04-10T21:53:09.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-04-10T21:53:09.613Z
19412026-04-10T21:53:09.613Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/271)
19422026-04-10T21:53:10.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-04-10T21:53:10.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-04-10T21:53:10.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-04-10T21:53:10.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-04-10T21:53:10.084Z
19472026-04-10T21:53:10.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/271)
19482026-04-10T21:53:10.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-04-10T21:53:10.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-04-10T21:53:10.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-04-10T21:53:10.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-04-10T21:53:10.550Z
19532026-04-10T21:53:10.550Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/271)
19542026-04-10T21:53:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-04-10T21:53:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-04-10T21:53:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-04-10T21:53:10.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-04-10T21:53:11.022Z
19592026-04-10T21:53:11.022Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/271)
19602026-04-10T21:53:11.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-04-10T21:53:11.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-04-10T21:53:11.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-04-10T21:53:11.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-04-10T21:53:11.490Z
19652026-04-10T21:53:11.490Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/271)
19662026-04-10T21:53:11.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-04-10T21:53:11.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-04-10T21:53:11.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-04-10T21:53:11.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-04-10T21:53:11.959Z
19712026-04-10T21:53:11.959Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/271)
19722026-04-10T21:53:12.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-04-10T21:53:12.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-04-10T21:53:12.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-04-10T21:53:12.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-04-10T21:53:12.430Z
19772026-04-10T21:53:12.431Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/271)
19782026-04-10T21:53:12.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-04-10T21:53:12.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-04-10T21:53:12.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-04-10T21:53:12.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-04-10T21:53:12.902Z
19832026-04-10T21:53:12.902Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/271)
19842026-04-10T21:53:13.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-04-10T21:53:13.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-04-10T21:53:13.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-04-10T21:53:13.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-04-10T21:53:13.373Z
19892026-04-10T21:53:13.373Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/271)
19902026-04-10T21:53:13.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-04-10T21:53:13.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-04-10T21:53:13.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-04-10T21:53:13.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-04-10T21:53:13.836Z
19952026-04-10T21:53:13.836Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/271)
19962026-04-10T21:53:14.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-04-10T21:53:14.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-04-10T21:53:14.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-04-10T21:53:14.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-04-10T21:53:14.301Z
20012026-04-10T21:53:14.301Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/271)
20022026-04-10T21:53:14.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-04-10T21:53:14.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-04-10T21:53:14.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-04-10T21:53:14.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-04-10T21:53:14.769Z
20072026-04-10T21:53:14.769Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/271)
20082026-04-10T21:53:15.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-04-10T21:53:15.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-04-10T21:53:15.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-04-10T21:53:15.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-04-10T21:53:15.240Z
20132026-04-10T21:53:15.240Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/271)
20142026-04-10T21:53:15.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-04-10T21:53:15.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-04-10T21:53:15.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-04-10T21:53:15.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-04-10T21:53:15.703Z
20192026-04-10T21:53:15.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/271)
20202026-04-10T21:53:16.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-04-10T21:53:16.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-04-10T21:53:16.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-04-10T21:53:16.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20242026-04-10T21:53:16.180Z
20252026-04-10T21:53:16.180Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/271)
20262026-04-10T21:53:16.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-04-10T21:53:16.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-04-10T21:53:16.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-04-10T21:53:16.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-04-10T21:53:16.646Z
20312026-04-10T21:53:16.646Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/271)
20322026-04-10T21:53:17.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-04-10T21:53:17.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-04-10T21:53:17.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-04-10T21:53:17.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-04-10T21:53:17.114Z
20372026-04-10T21:53:17.114Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/271)
20382026-04-10T21:53:17.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-04-10T21:53:17.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-04-10T21:53:17.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-04-10T21:53:17.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-04-10T21:53:17.580Z
20432026-04-10T21:53:17.580Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/271)
20442026-04-10T21:53:17.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-04-10T21:53:17.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-04-10T21:53:17.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-04-10T21:53:17.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-04-10T21:53:18.046Z
20492026-04-10T21:53:18.047Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/271)
20502026-04-10T21:53:18.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-04-10T21:53:18.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-04-10T21:53:18.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-04-10T21:53:18.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-04-10T21:53:18.520Z
20552026-04-10T21:53:18.520Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/271)
20562026-04-10T21:53:18.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-04-10T21:53:18.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-04-10T21:53:18.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-04-10T21:53:18.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-04-10T21:53:18.983Z
20612026-04-10T21:53:18.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/271)
20622026-04-10T21:53:19.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-04-10T21:53:19.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-04-10T21:53:19.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-04-10T21:53:19.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-04-10T21:53:19.450Z
20672026-04-10T21:53:19.450Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/271)
20682026-04-10T21:53:19.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-04-10T21:53:19.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-04-10T21:53:19.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-04-10T21:53:19.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-04-10T21:53:19.916Z
20732026-04-10T21:53:19.916Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/271)
20742026-04-10T21:53:20.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-04-10T21:53:20.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-04-10T21:53:20.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-04-10T21:53:20.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-04-10T21:53:20.384Z
20792026-04-10T21:53:20.384Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/271)
20802026-04-10T21:53:20.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-04-10T21:53:20.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-04-10T21:53:20.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-04-10T21:53:20.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-04-10T21:53:20.850Z
20852026-04-10T21:53:20.850Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/271)
20862026-04-10T21:53:21.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-04-10T21:53:21.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-04-10T21:53:21.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-04-10T21:53:21.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-04-10T21:53:21.324Z
20912026-04-10T21:53:21.324Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/271)
20922026-04-10T21:53:21.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-04-10T21:53:21.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-04-10T21:53:21.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-04-10T21:53:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-04-10T21:53:21.791Z
20972026-04-10T21:53:21.791Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/271)
20982026-04-10T21:53:22.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-04-10T21:53:22.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-04-10T21:53:22.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-04-10T21:53:22.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-04-10T21:53:22.258Z
21032026-04-10T21:53:22.258Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/271)
21042026-04-10T21:53:22.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-04-10T21:53:22.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-04-10T21:53:22.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-04-10T21:53:22.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-04-10T21:53:22.892Z
21092026-04-10T21:53:22.892Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/271)
21102026-04-10T21:53:23.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-04-10T21:53:23.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-04-10T21:53:23.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-04-10T21:53:23.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-04-10T21:53:23.525Z
21152026-04-10T21:53:23.525Zinfo: running `cargo check --bins` on nexus-config (51/271)
21162026-04-10T21:53:24.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-04-10T21:53:24.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-04-10T21:53:24.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-04-10T21:53:24.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-04-10T21:53:24.157Z
21212026-04-10T21:53:24.157Zinfo: running `cargo check --bins` on nexus-types (52/271)
21222026-04-10T21:53:24.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-04-10T21:53:24.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-04-10T21:53:24.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-04-10T21:53:24.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-04-10T21:53:24.784Z
21272026-04-10T21:53:24.784Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/271)
21282026-04-10T21:53:25.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-04-10T21:53:25.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-04-10T21:53:25.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-04-10T21:53:25.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21322026-04-10T21:53:25.384Z
21332026-04-10T21:53:25.384Zinfo: running `cargo check --bins` on omicron-passwords (54/271)
21342026-04-10T21:53:25.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-04-10T21:53:25.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-04-10T21:53:25.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-04-10T21:53:25.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-04-10T21:53:25.964Z
21392026-04-10T21:53:25.964Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/271)
21402026-04-10T21:53:26.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-04-10T21:53:26.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-04-10T21:53:26.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-04-10T21:53:26.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21442026-04-10T21:53:26.567Z
21452026-04-10T21:53:26.567Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/271)
21462026-04-10T21:53:27.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-04-10T21:53:27.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-04-10T21:53:27.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-04-10T21:53:27.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21502026-04-10T21:53:27.170Z
21512026-04-10T21:53:27.170Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/271)
21522026-04-10T21:53:27.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-04-10T21:53:27.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-04-10T21:53:27.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-04-10T21:53:27.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21562026-04-10T21:53:27.773Z
21572026-04-10T21:53:27.773Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/271)
21582026-04-10T21:53:28.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-04-10T21:53:28.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-04-10T21:53:28.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-04-10T21:53:28.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-04-10T21:53:28.363Z
21632026-04-10T21:53:28.363Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/271)
21642026-04-10T21:53:28.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-04-10T21:53:28.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-04-10T21:53:28.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-04-10T21:53:28.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-04-10T21:53:28.943Z
21692026-04-10T21:53:28.943Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/271)
21702026-04-10T21:53:29.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-04-10T21:53:29.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-04-10T21:53:29.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-04-10T21:53:29.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-04-10T21:53:29.524Z
21752026-04-10T21:53:29.524Zinfo: running `cargo check --bins --no-default-features` on gfss (61/271)
21762026-04-10T21:53:30.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-04-10T21:53:30.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-04-10T21:53:30.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-04-10T21:53:30.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-04-10T21:53:30.105Z
21812026-04-10T21:53:30.105Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/271)
21822026-04-10T21:53:30.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-04-10T21:53:30.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-04-10T21:53:30.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-04-10T21:53:30.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-04-10T21:53:30.682Z
21872026-04-10T21:53:30.682Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/271)
21882026-04-10T21:53:31.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-04-10T21:53:31.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-04-10T21:53:31.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-04-10T21:53:31.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21922026-04-10T21:53:31.272Z
21932026-04-10T21:53:31.272Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/271)
21942026-04-10T21:53:31.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-04-10T21:53:31.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-04-10T21:53:31.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-04-10T21:53:31.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-04-10T21:53:31.864Z
21992026-04-10T21:53:31.864Zinfo: running `cargo check --bins` on cockroach-admin-types (65/271)
22002026-04-10T21:53:32.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-04-10T21:53:32.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-04-10T21:53:32.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-04-10T21:53:32.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22042026-04-10T21:53:32.437Z
22052026-04-10T21:53:32.437Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/271)
22062026-04-10T21:53:32.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-04-10T21:53:32.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-04-10T21:53:32.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-04-10T21:53:32.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-04-10T21:53:33.020Z
22112026-04-10T21:53:33.020Zinfo: running `cargo check --bins` on ereport-types (67/271)
22122026-04-10T21:53:33.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-04-10T21:53:33.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-04-10T21:53:33.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-04-10T21:53:33.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22162026-04-10T21:53:33.602Z
22172026-04-10T21:53:33.602Zinfo: running `cargo check --bins` on gateway-client (68/271)
22182026-04-10T21:53:34.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-04-10T21:53:34.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-04-10T21:53:34.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-04-10T21:53:34.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22222026-04-10T21:53:34.194Z
22232026-04-10T21:53:34.194Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/271)
22242026-04-10T21:53:34.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-04-10T21:53:34.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-04-10T21:53:34.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-04-10T21:53:34.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-04-10T21:53:34.786Z
22292026-04-10T21:53:34.786Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/271)
22302026-04-10T21:53:35.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-04-10T21:53:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-04-10T21:53:35.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-04-10T21:53:35.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-04-10T21:53:35.375Z
22352026-04-10T21:53:35.375Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/271)
22362026-04-10T21:53:35.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-04-10T21:53:35.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-04-10T21:53:35.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-04-10T21:53:35.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-04-10T21:53:35.963Z
22412026-04-10T21:53:35.963Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/271)
22422026-04-10T21:53:36.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-04-10T21:53:36.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-04-10T21:53:36.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-04-10T21:53:36.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-04-10T21:53:36.544Z
22472026-04-10T21:53:36.545Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/271)
22482026-04-10T21:53:37.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-04-10T21:53:37.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-04-10T21:53:37.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-04-10T21:53:37.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22522026-04-10T21:53:37.147Z
22532026-04-10T21:53:37.147Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/271)
22542026-04-10T21:53:37.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-04-10T21:53:37.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-04-10T21:53:37.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-04-10T21:53:37.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-04-10T21:53:37.757Z
22592026-04-10T21:53:37.757Zinfo: running `cargo check --bins` on key-manager-types (75/271)
22602026-04-10T21:53:38.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-04-10T21:53:38.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-04-10T21:53:38.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-04-10T21:53:38.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22642026-04-10T21:53:38.334Z
22652026-04-10T21:53:38.334Zinfo: running `cargo check --bins` on oxlog (76/271)
22662026-04-10T21:53:38.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-04-10T21:53:38.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-04-10T21:53:38.939Z Checking cfg-if v1.0.4
22692026-04-10T21:53:38.942Z Checking libc v0.2.180
22702026-04-10T21:53:38.942Z Checking serde_core v1.0.228
22712026-04-10T21:53:39.056Z Checking zeroize v1.8.2
22722026-04-10T21:53:39.064Z Checking memchr v2.8.0
22732026-04-10T21:53:39.072Z Checking log v0.4.29
22742026-04-10T21:53:39.075Z Checking smallvec v1.15.1
22752026-04-10T21:53:39.092Z Checking typenum v1.19.0
22762026-04-10T21:53:39.092Z Checking subtle v2.6.1
22772026-04-10T21:53:39.193Z Checking itoa v1.0.17
22782026-04-10T21:53:39.238Z Checking scopeguard v1.2.0
22792026-04-10T21:53:39.250Z Checking stable_deref_trait v1.2.1
22802026-04-10T21:53:39.250Z Checking const-oid v0.9.6
22812026-04-10T21:53:39.321Z Checking portable-atomic v1.13.1
22822026-04-10T21:53:39.333Z Checking lock_api v0.4.14
22832026-04-10T21:53:39.336Z Checking zerofrom v0.1.6
22842026-04-10T21:53:39.432Z Checking critical-section v1.2.0
22852026-04-10T21:53:39.450Z Checking getrandom v0.2.17
22862026-04-10T21:53:39.462Z Checking errno v0.3.14
22872026-04-10T21:53:39.526Z Checking yoke v0.8.1
22882026-04-10T21:53:39.540Z Checking parking_lot_core v0.9.12
22892026-04-10T21:53:39.572Z Checking signal-hook-registry v1.4.8
22902026-04-10T21:53:39.591Z Checking rand_core v0.6.4
22912026-04-10T21:53:39.604Z Checking generic-array v0.14.7
22922026-04-10T21:53:39.692Z Checking zerovec v0.11.5
22932026-04-10T21:53:39.714Z Checking zerocopy v0.8.40
22942026-04-10T21:53:39.714Z Checking once_cell v1.21.3
22952026-04-10T21:53:39.736Z Checking pin-project-lite v0.2.17
22962026-04-10T21:53:39.762Z Checking parking_lot v0.12.5
22972026-04-10T21:53:39.821Z Checking mio v1.1.1
22982026-04-10T21:53:39.884Z Checking socket2 v0.6.2
22992026-04-10T21:53:39.932Z Checking libm v0.2.16
23002026-04-10T21:53:39.944Z Checking zmij v1.0.21
23012026-04-10T21:53:40.038Z Checking crypto-common v0.1.7
23022026-04-10T21:53:40.091Z Checking block-buffer v0.10.4
23032026-04-10T21:53:40.111Z Checking tinystr v0.8.2
23042026-04-10T21:53:40.121Z Checking percent-encoding v2.3.2
23052026-04-10T21:53:40.144Z Checking equivalent v1.0.2
23062026-04-10T21:53:40.158Z Checking litemap v0.8.1
23072026-04-10T21:53:40.225Z Checking writeable v0.6.2
23082026-04-10T21:53:40.230Z Checking digest v0.10.7
23092026-04-10T21:53:40.257Z Checking allocator-api2 v0.2.21
23102026-04-10T21:53:40.278Z Checking futures-core v0.3.32
23112026-04-10T21:53:40.326Z Checking potential_utf v0.1.4
23122026-04-10T21:53:40.380Z Checking icu_locale_core v2.1.1
23132026-04-10T21:53:40.397Z Checking zerotrie v0.2.3
23142026-04-10T21:53:40.420Z Checking cpufeatures v0.2.17
23152026-04-10T21:53:40.450Z Checking foldhash v0.2.0
23162026-04-10T21:53:40.486Z Checking icu_collections v2.1.1
23172026-04-10T21:53:40.513Z Checking serde v1.0.228
23182026-04-10T21:53:40.525Z Checking bitflags v2.11.0
23192026-04-10T21:53:40.596Z Checking serde_json v1.0.149
23202026-04-10T21:53:40.616Z Checking num-traits v0.2.19
23212026-04-10T21:53:40.630Z Checking hashbrown v0.16.1
23222026-04-10T21:53:40.688Z Checking hmac v0.12.1
23232026-04-10T21:53:40.792Z Checking block-padding v0.3.3
23242026-04-10T21:53:40.823Z Checking getrandom v0.3.4
23252026-04-10T21:53:40.925Z Checking icu_properties_data v2.1.2
23262026-04-10T21:53:40.927Z Checking bytes v1.11.1
23272026-04-10T21:53:40.950Z Checking icu_provider v2.1.1
23282026-04-10T21:53:40.966Z Checking icu_normalizer_data v2.1.1
23292026-04-10T21:53:41.037Z Checking futures-sink v0.3.32
23302026-04-10T21:53:41.053Z Checking inout v0.1.4
23312026-04-10T21:53:41.134Z Checking futures-channel v0.3.32
23322026-04-10T21:53:41.152Z Checking indexmap v2.13.0
23332026-04-10T21:53:41.170Z Checking icu_normalizer v2.1.1
23342026-04-10T21:53:41.182Z Checking icu_properties v2.1.2
23352026-04-10T21:53:41.195Z Checking futures-task v0.3.32
23362026-04-10T21:53:41.268Z Checking futures-io v0.3.32
23372026-04-10T21:53:41.322Z Checking slab v0.4.12
23382026-04-10T21:53:41.335Z Checking cipher v0.4.4
23392026-04-10T21:53:41.363Z Checking tokio v1.50.0
23402026-04-10T21:53:41.378Z Checking sha2 v0.10.9
23412026-04-10T21:53:41.470Z Checking base64ct v1.8.3
23422026-04-10T21:53:41.482Z Checking futures-util v0.3.32
23432026-04-10T21:53:41.536Z Checking byteorder v1.5.0
23442026-04-10T21:53:41.646Z Checking utf8_iter v1.0.4
23452026-04-10T21:53:41.694Z Checking form_urlencoded v1.2.2
23462026-04-10T21:53:41.706Z Checking pem-rfc7468 v0.7.0
23472026-04-10T21:53:41.731Z Checking rand_core v0.10.0
23482026-04-10T21:53:41.762Z Checking flagset v0.4.7
23492026-04-10T21:53:41.820Z Checking fnv v1.0.7
23502026-04-10T21:53:41.858Z Checking rand_core v0.9.5
23512026-04-10T21:53:41.870Z Checking getrandom v0.4.1
23522026-04-10T21:53:41.884Z Checking der v0.7.10
23532026-04-10T21:53:41.912Z Checking salsa20 v0.10.2
23542026-04-10T21:53:41.993Z Checking idna_adapter v1.2.1
23552026-04-10T21:53:42.011Z Checking uuid v1.23.0
23562026-04-10T21:53:42.030Z Checking http v1.4.0
23572026-04-10T21:53:42.042Z Checking pbkdf2 v0.12.2
23582026-04-10T21:53:42.108Z Checking idna v1.1.0
23592026-04-10T21:53:42.147Z Checking scrypt v0.11.0
23602026-04-10T21:53:42.282Z Checking cbc v0.1.2
23612026-04-10T21:53:42.310Z Checking aes v0.8.4
23622026-04-10T21:53:42.343Z Checking url v2.5.8
23632026-04-10T21:53:42.412Z Checking rustix v1.1.3
23642026-04-10T21:53:42.489Z Checking ppv-lite86 v0.2.21
23652026-04-10T21:53:42.590Z Checking tracing-core v0.1.36
23662026-04-10T21:53:42.613Z Checking spki v0.7.3
23672026-04-10T21:53:42.698Z Checking rustls-pki-types v1.14.0
23682026-04-10T21:53:42.772Z Checking iana-time-zone v0.1.65
23692026-04-10T21:53:42.785Z Checking rand_chacha v0.9.0
23702026-04-10T21:53:42.798Z Checking regex-syntax v0.8.10
23712026-04-10T21:53:42.877Z Checking chrono v0.4.44
23722026-04-10T21:53:42.890Z Checking tracing v0.1.44
23732026-04-10T21:53:42.976Z Checking rand v0.9.2
23742026-04-10T21:53:42.990Z Checking pkcs5 v0.7.1
23752026-04-10T21:53:43.101Z Checking http-body v1.0.1
23762026-04-10T21:53:43.229Z Checking aws-lc-sys v0.37.1
23772026-04-10T21:53:43.249Z Checking untrusted v0.7.1
23782026-04-10T21:53:43.262Z Checking untrusted v0.9.0
23792026-04-10T21:53:43.350Z Checking base64 v0.22.1
23802026-04-10T21:53:43.356Z Checking openssl-probe v0.2.1
23812026-04-10T21:53:43.383Z Checking ring v0.17.14
23822026-04-10T21:53:43.448Z Checking pkcs8 v0.10.2
23832026-04-10T21:53:43.458Z Checking tinyvec_macros v0.1.1
23842026-04-10T21:53:43.530Z Checking try-lock v0.2.5
23852026-04-10T21:53:43.578Z Checking atomic-waker v1.1.2
23862026-04-10T21:53:43.634Z Checking tower-service v0.3.3
23872026-04-10T21:53:43.645Z Checking plain v0.2.3
23882026-04-10T21:53:43.677Z Checking tower-layer v0.3.3
23892026-04-10T21:53:43.710Z Checking want v0.3.1
23902026-04-10T21:53:43.736Z Checking aws-lc-rs v1.16.0
23912026-04-10T21:53:43.740Z Checking tinyvec v1.10.0
23922026-04-10T21:53:43.752Z Checking ipnet v2.11.0
23932026-04-10T21:53:43.820Z Checking httparse v1.10.1
23942026-04-10T21:53:43.821Z Checking semver v1.0.27
23952026-04-10T21:53:43.997Z Checking spin v0.9.8
23962026-04-10T21:53:44.023Z Checking ucd-trie v0.1.7
23972026-04-10T21:53:44.044Z Checking dyn-clone v1.0.20
23982026-04-10T21:53:44.050Z Checking fastrand v2.3.0
23992026-04-10T21:53:44.108Z Checking foreign-types-shared v0.1.1
24002026-04-10T21:53:44.138Z Checking unicode-ident v1.0.24
24012026-04-10T21:53:44.157Z Checking pin-utils v0.1.0
24022026-04-10T21:53:44.174Z Checking httpdate v1.0.3
24032026-04-10T21:53:44.183Z Checking foreign-types v0.3.2
24042026-04-10T21:53:44.217Z Checking pest v2.8.6
24052026-04-10T21:53:44.231Z Checking tempfile v3.25.0
24062026-04-10T21:53:44.242Z Checking proc-macro2 v1.0.106
24072026-04-10T21:53:44.258Z Checking schemars v0.8.22
24082026-04-10T21:53:44.312Z Checking openssl-sys v0.9.111
24092026-04-10T21:53:44.367Z Checking thiserror v2.0.18
24102026-04-10T21:53:44.415Z Checking wait-timeout v0.2.1
24112026-04-10T21:53:44.466Z Checking socket2 v0.5.10
24122026-04-10T21:53:44.538Z Checking aho-corasick v1.1.4
24132026-04-10T21:53:44.552Z Checking tokio-util v0.7.18
24142026-04-10T21:53:44.555Z Checking pretty-hex v0.4.1
24152026-04-10T21:53:44.589Z Checking rustls-webpki v0.103.9
24162026-04-10T21:53:44.679Z Checking siphasher v1.0.2
24172026-04-10T21:53:44.708Z Checking quick-error v1.2.3
24182026-04-10T21:53:44.795Z Checking simd-adler32 v0.3.8
24192026-04-10T21:53:44.808Z Checking utf8parse v0.2.2
24202026-04-10T21:53:44.832Z Checking anstyle v1.0.13
24212026-04-10T21:53:44.892Z Checking bit-vec v0.8.0
24222026-04-10T21:53:44.905Z Checking powerfmt v0.2.0
24232026-04-10T21:53:44.960Z Checking anstyle-parse v0.2.7
24242026-04-10T21:53:44.990Z Checking rustls v0.23.37
24252026-04-10T21:53:45.009Z Checking rusty-fork v0.3.1
24262026-04-10T21:53:45.048Z Checking deranged v0.5.8
24272026-04-10T21:53:45.081Z Checking bit-set v0.8.0
24282026-04-10T21:53:45.106Z Checking openssl v0.10.75
24292026-04-10T21:53:45.153Z Checking h2 v0.4.13
24302026-04-10T21:53:45.174Z Checking quote v1.0.44
24312026-04-10T21:53:45.211Z Checking regex-automata v0.4.14
24322026-04-10T21:53:45.227Z Compiling newtype-uuid v1.3.2
24332026-04-10T21:53:45.267Z Checking unicode-normalization v0.1.25
24342026-04-10T21:53:45.337Z Checking rustls-native-certs v0.8.3
24352026-04-10T21:53:45.408Z Checking crossbeam-utils v0.8.21
24362026-04-10T21:53:45.464Z Checking rand_xorshift v0.4.0
24372026-04-10T21:53:45.583Z Checking crc32fast v1.5.0
24382026-04-10T21:53:45.659Z Checking scroll v0.13.0
24392026-04-10T21:53:45.745Z Checking signature v2.2.0
24402026-04-10T21:53:45.764Z Checking sync_wrapper v1.0.2
24412026-04-10T21:53:45.867Z Checking num-conv v0.2.0
24422026-04-10T21:53:45.881Z Checking colorchoice v1.0.4
24432026-04-10T21:53:45.908Z Checking unicode-bidi v0.3.18
24442026-04-10T21:53:45.979Z Checking unarray v0.1.4
24452026-04-10T21:53:45.992Z Checking adler2 v2.0.1
24462026-04-10T21:53:46.006Z Checking unicode-properties v0.1.4
24472026-04-10T21:53:46.079Z Checking anstyle-query v1.1.5
24482026-04-10T21:53:46.094Z Checking is_terminal_polyfill v1.70.2
24492026-04-10T21:53:46.184Z Checking time-core v0.1.8
24502026-04-10T21:53:46.189Z Checking num_threads v0.1.7
24512026-04-10T21:53:46.208Z Checking stringprep v0.1.5
24522026-04-10T21:53:46.220Z Checking anstream v0.6.21
24532026-04-10T21:53:46.276Z Checking miniz_oxide v0.8.9
24542026-04-10T21:53:46.323Z Checking time v0.3.47
24552026-04-10T21:53:46.350Z Checking proptest v1.10.0
24562026-04-10T21:53:46.401Z Checking goblin v0.10.5
24572026-04-10T21:53:46.630Z Checking tower v0.5.3
24582026-04-10T21:53:47.019Z Checking crossbeam-epoch v0.9.18
24592026-04-10T21:53:47.060Z Compiling daft v0.1.5
24602026-04-10T21:53:47.090Z Checking native-tls v0.2.18
24612026-04-10T21:53:47.238Z Checking syn v2.0.117
24622026-04-10T21:53:47.272Z Checking ipnetwork v0.21.1
24632026-04-10T21:53:47.339Z Checking http-body-util v0.1.3
24642026-04-10T21:53:47.398Z Checking tokio-rustls v0.26.4
24652026-04-10T21:53:47.439Z Checking webpki-roots v1.0.6
24662026-04-10T21:53:47.486Z Checking rand_chacha v0.3.1
24672026-04-10T21:53:47.557Z Checking scroll v0.12.0
24682026-04-10T21:53:47.557Z Checking thiserror v1.0.69
24692026-04-10T21:53:47.632Z Checking zstd-sys v2.0.16+zstd.1.5.7
24702026-04-10T21:53:47.666Z Checking hash32 v0.2.1
24712026-04-10T21:53:47.692Z Checking num-integer v0.1.46
24722026-04-10T21:53:47.742Z Checking serde_spanned v0.6.9
24732026-04-10T21:53:47.796Z Checking toml_datetime v0.6.11
24742026-04-10T21:53:47.821Z Checking md-5 v0.10.6
24752026-04-10T21:53:47.834Z Checking hyper v1.8.1
24762026-04-10T21:53:47.868Z Checking ff v0.13.1
24772026-04-10T21:53:47.923Z Checking base16ct v0.2.0
24782026-04-10T21:53:47.958Z Checking ryu v1.0.23
24792026-04-10T21:53:47.961Z Checking iri-string v0.7.10
24802026-04-10T21:53:47.995Z Checking zlib-rs v0.6.2
24812026-04-10T21:53:48.048Z Checking psl-types v2.0.11
24822026-04-10T21:53:48.093Z Checking fallible-iterator v0.2.0
24832026-04-10T21:53:48.160Z Checking publicsuffix v2.3.0
24842026-04-10T21:53:48.281Z Checking serde_urlencoded v0.7.1
24852026-04-10T21:53:48.322Z Checking sec1 v0.7.3
24862026-04-10T21:53:48.362Z Checking postgres-protocol v0.6.10
24872026-04-10T21:53:48.481Z Checking group v0.13.0
24882026-04-10T21:53:48.529Z Compiling iddqd v0.3.17
24892026-04-10T21:53:48.634Z Checking num-iter v0.1.45
24902026-04-10T21:53:48.672Z Checking heapless v0.7.17
24912026-04-10T21:53:48.743Z Checking goblin v0.8.2
24922026-04-10T21:53:48.746Z Checking dof v0.4.0
24932026-04-10T21:53:48.769Z Checking hyper-util v0.1.20
24942026-04-10T21:53:48.871Z Checking flate2 v1.1.9
24952026-04-10T21:53:48.974Z Checking tower-http v0.6.8
24962026-04-10T21:53:49.080Z Checking zstd-safe v7.2.4
24972026-04-10T21:53:49.168Z Checking rand v0.8.5
24982026-04-10T21:53:49.247Z Checking oxnet v0.1.4
24992026-04-10T21:53:49.247Z Checking cookie v0.18.1
25002026-04-10T21:53:49.392Z Checking tokio-native-tls v0.3.1
25012026-04-10T21:53:49.475Z Checking dtrace-parser v0.3.0
25022026-04-10T21:53:49.491Z Checking phf_shared v0.13.1
25032026-04-10T21:53:49.536Z Checking lazy_static v1.5.0
25042026-04-10T21:53:49.555Z Checking zerocopy v0.7.35
25052026-04-10T21:53:49.630Z Checking terminal_size v0.4.3
25062026-04-10T21:53:49.666Z Checking bzip2-sys v0.1.13+1.0.8
25072026-04-10T21:53:49.692Z Checking signal-hook v0.3.18
25082026-04-10T21:53:49.700Z Checking hkdf v0.12.4
25092026-04-10T21:53:49.709Z Checking crypto-bigint v0.5.5
25102026-04-10T21:53:49.739Z Checking thread-id v5.1.0
25112026-04-10T21:53:49.752Z Checking bitflags v1.3.2
25122026-04-10T21:53:49.817Z Checking clap_lex v1.0.0
25132026-04-10T21:53:49.831Z Checking strsim v0.11.1
25142026-04-10T21:53:49.835Z Checking foldhash v0.1.5
25152026-04-10T21:53:49.867Z Compiling rayon-core v1.13.0
25162026-04-10T21:53:49.960Z Checking winnow v0.5.40
25172026-04-10T21:53:49.972Z Checking either v1.15.0
25182026-04-10T21:53:50.003Z Checking winnow v0.7.14
25192026-04-10T21:53:50.018Z Checking hyper-rustls v0.27.7
25202026-04-10T21:53:50.041Z Checking managed v0.8.0
25212026-04-10T21:53:50.044Z Checking libbz2-rs-sys v0.2.2
25222026-04-10T21:53:50.153Z Checking bumpalo v3.20.2
25232026-04-10T21:53:50.232Z Checking smoltcp v0.9.1
25242026-04-10T21:53:50.247Z Checking hyper-tls v0.6.0
25252026-04-10T21:53:50.349Z Checking zopfli v0.8.3
25262026-04-10T21:53:50.413Z Checking clap_builder v4.5.60
25272026-04-10T21:53:50.435Z Checking bzip2 v0.6.1
25282026-04-10T21:53:50.587Z Checking elliptic-curve v0.13.8
25292026-04-10T21:53:50.600Z Checking hashbrown v0.15.5
25302026-04-10T21:53:50.633Z Checking dof v0.3.0
25312026-04-10T21:53:50.669Z Checking signal-hook-mio v0.2.5
25322026-04-10T21:53:50.774Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25332026-04-10T21:53:50.827Z Checking usdt-impl v0.6.0
25342026-04-10T21:53:50.912Z Checking bzip2 v0.4.4
25352026-04-10T21:53:50.931Z Checking num-bigint-dig v0.8.6
25362026-04-10T21:53:50.964Z Checking phf v0.13.1
25372026-04-10T21:53:51.088Z Checking cookie_store v0.22.1
25382026-04-10T21:53:51.109Z Checking zstd v0.13.3
25392026-04-10T21:53:51.123Z Checking toml_edit v0.19.15
25402026-04-10T21:53:51.126Z Checking postgres-types v0.2.12
25412026-04-10T21:53:51.193Z Checking dtrace-parser v0.2.0
25422026-04-10T21:53:51.293Z Checking rustls-platform-verifier v0.6.2
25432026-04-10T21:53:51.312Z Checking crossbeam-deque v0.8.6
25442026-04-10T21:53:51.411Z Checking bstr v1.12.1
25452026-04-10T21:53:51.425Z Checking regex v1.12.3
25462026-04-10T21:53:51.436Z Checking ed25519 v2.2.3
25472026-04-10T21:53:51.447Z Checking phf_shared v0.11.3
25482026-04-10T21:53:51.486Z Checking curve25519-dalek v4.1.3
25492026-04-10T21:53:51.588Z Checking ref-cast v1.0.25
25502026-04-10T21:53:51.620Z Checking strum v0.27.2
25512026-04-10T21:53:51.671Z Checking hubpack v0.1.2
25522026-04-10T21:53:51.684Z Checking memoffset v0.9.1
25532026-04-10T21:53:51.697Z Checking rustix v0.38.44
25542026-04-10T21:53:51.727Z Checking pkcs1 v0.7.5
25552026-04-10T21:53:51.739Z Checking float-cmp v0.10.0
25562026-04-10T21:53:51.756Z Checking serde-big-array v0.5.1
25572026-04-10T21:53:51.800Z Checking hex v0.4.3
25582026-04-10T21:53:51.836Z Checking erased-serde v0.3.31
25592026-04-10T21:53:51.859Z Checking rfc6979 v0.4.0
25602026-04-10T21:53:51.886Z Checking memmap2 v0.9.10
25612026-04-10T21:53:51.931Z Checking thread-id v4.2.2
25622026-04-10T21:53:51.972Z Checking env_filter v1.0.0
25632026-04-10T21:53:52.010Z Checking encoding_rs v0.8.35
25642026-04-10T21:53:52.022Z Checking fixedbitset v0.5.7
25652026-04-10T21:53:52.043Z Checking rustc-hash v2.1.1
25662026-04-10T21:53:52.112Z Checking fixedbitset v0.4.2
25672026-04-10T21:53:52.144Z Checking predicates-core v1.0.10
25682026-04-10T21:53:52.156Z Checking new_debug_unreachable v1.0.6
25692026-04-10T21:53:52.207Z Checking toml_write v0.1.2
25702026-04-10T21:53:52.219Z Checking difflib v0.4.0
25712026-04-10T21:53:52.222Z Checking precomputed-hash v0.1.1
25722026-04-10T21:53:52.253Z Checking unicode-segmentation v1.12.0
25732026-04-10T21:53:52.266Z Checking data-encoding v2.10.0
25742026-04-10T21:53:52.269Z Checking keccak v0.1.6
25752026-04-10T21:53:52.294Z Checking whoami v2.1.0
25762026-04-10T21:53:52.365Z Checking jiff v0.2.21
25772026-04-10T21:53:52.402Z Checking normalize-line-endings v0.3.0
25782026-04-10T21:53:52.439Z Checking static_assertions v1.1.0
25792026-04-10T21:53:52.483Z Checking mime v0.3.17
25802026-04-10T21:53:52.495Z Checking predicates v3.1.4
25812026-04-10T21:53:52.498Z Checking crossterm v0.28.1
25822026-04-10T21:53:52.519Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25832026-04-10T21:53:52.534Z Checking hickory-proto v0.25.2
25842026-04-10T21:53:52.564Z Checking similar v2.7.0
25852026-04-10T21:53:52.658Z Checking tokio-postgres v0.7.16
25862026-04-10T21:53:52.786Z Checking sha3 v0.10.8
25872026-04-10T21:53:52.939Z Checking toml_edit v0.22.27
25882026-04-10T21:53:52.952Z Checking reqwest v0.12.28
25892026-04-10T21:53:52.988Z Checking string_cache v0.8.9
25902026-04-10T21:53:53.159Z Checking ed25519-dalek v2.2.0
25912026-04-10T21:53:53.204Z Checking petgraph v0.6.5
25922026-04-10T21:53:53.391Z Checking slog v2.8.2
25932026-04-10T21:53:53.661Z Checking petgraph v0.8.3
25942026-04-10T21:53:53.891Z Checking toml v0.7.8
25952026-04-10T21:53:53.995Z Checking env_logger v0.11.9
25962026-04-10T21:53:54.185Z Checking usdt v0.6.0
25972026-04-10T21:53:54.200Z Checking serde_with v3.17.0
25982026-04-10T21:53:54.348Z Checking usdt-impl v0.5.0
25992026-04-10T21:53:54.456Z Checking ecdsa v0.16.9
26002026-04-10T21:53:54.555Z Checking zip v4.6.1
26012026-04-10T21:53:54.603Z Checking rsa v0.9.10
26022026-04-10T21:53:54.625Z Checking nix v0.31.1
26032026-04-10T21:53:54.679Z Checking clap v4.5.60
26042026-04-10T21:53:54.788Z Checking reqwest v0.13.2
26052026-04-10T21:53:55.070Z Checking toml_parser v1.0.9+spec-1.1.0
26062026-04-10T21:53:55.083Z Checking zip v0.6.6
26072026-04-10T21:53:55.150Z Checking itertools v0.13.0
26082026-04-10T21:53:55.213Z Checking strum v0.26.3
26092026-04-10T21:53:55.293Z Checking fs-err v3.3.0
26102026-04-10T21:53:55.323Z Checking ahash v0.8.12
26112026-04-10T21:53:55.392Z Checking object v0.37.3
26122026-04-10T21:53:55.405Z Checking tokio-stream v0.1.18
26132026-04-10T21:53:55.515Z Checking buf-list v1.1.2
26142026-04-10T21:53:55.589Z Checking anyhow v1.0.102
26152026-04-10T21:53:55.603Z Checking camino v1.2.2
26162026-04-10T21:53:55.618Z Checking x509-cert v0.2.5
26172026-04-10T21:53:55.631Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26182026-04-10T21:53:55.706Z Checking openapiv3 v2.2.0
26192026-04-10T21:53:55.815Z Checking toml_datetime v0.7.5+spec-1.1.0
26202026-04-10T21:53:55.819Z Checking sha1 v0.10.6
26212026-04-10T21:53:55.866Z Checking lalrpop-util v0.19.12
26222026-04-10T21:53:55.893Z Checking peg-runtime v0.8.5
26232026-04-10T21:53:55.966Z Checking rayon v1.11.0
26242026-04-10T21:53:55.991Z Checking sigpipe v0.1.3
26252026-04-10T21:53:56.024Z Checking glob v0.3.3
26262026-04-10T21:53:57.580Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26272026-04-10T21:53:57.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
26282026-04-10T21:53:58.024Z
26292026-04-10T21:53:58.024Zinfo: running `cargo check --bins` on internal-dns-types (77/271)
26302026-04-10T21:53:58.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-04-10T21:53:58.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-04-10T21:53:58.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-04-10T21:53:58.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26342026-04-10T21:53:58.615Z
26352026-04-10T21:53:58.615Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/271)
26362026-04-10T21:53:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-04-10T21:53:59.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-04-10T21:53:59.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-04-10T21:53:59.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-04-10T21:53:59.209Z
26412026-04-10T21:53:59.209Zinfo: running `cargo check --bins` on nexus-types-versions (79/271)
26422026-04-10T21:53:59.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-04-10T21:53:59.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-04-10T21:53:59.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-04-10T21:53:59.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26462026-04-10T21:53:59.825Z
26472026-04-10T21:53:59.825Zinfo: running `cargo check --bins` on oxql-types (80/271)
26482026-04-10T21:54:00.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-04-10T21:54:00.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-04-10T21:54:00.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-04-10T21:54:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26522026-04-10T21:54:00.423Z
26532026-04-10T21:54:00.424Zinfo: running `cargo check --bins` on oximeter-types (81/271)
26542026-04-10T21:54:00.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-04-10T21:54:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-04-10T21:54:00.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-04-10T21:54:00.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-04-10T21:54:01.014Z
26592026-04-10T21:54:01.014Zinfo: running `cargo check --bins` on oximeter-types-versions (82/271)
26602026-04-10T21:54:01.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-04-10T21:54:01.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-04-10T21:54:01.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-04-10T21:54:01.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26642026-04-10T21:54:01.604Z
26652026-04-10T21:54:01.604Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/271)
26662026-04-10T21:54:02.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-04-10T21:54:02.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-04-10T21:54:02.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-04-10T21:54:02.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26702026-04-10T21:54:02.183Z
26712026-04-10T21:54:02.184Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/271)
26722026-04-10T21:54:02.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-04-10T21:54:02.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-04-10T21:54:02.865Z Compiling structmeta-derive v0.3.0
26752026-04-10T21:54:02.979Z Compiling rustls v0.22.4
26762026-04-10T21:54:02.989Z Compiling multer v3.1.0
26772026-04-10T21:54:02.999Z Compiling async-stream-impl v0.3.6
26782026-04-10T21:54:02.999Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-04-10T21:54:03.018Z Compiling dropshot v0.16.7
26802026-04-10T21:54:03.033Z Compiling dropshot_endpoint v0.16.7
26812026-04-10T21:54:03.033Z Compiling newtype-uuid-macros v0.1.0
26822026-04-10T21:54:03.156Z Checking newtype-uuid v1.3.2
26832026-04-10T21:54:03.219Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-04-10T21:54:03.250Z Checking rustls-webpki v0.102.8
26852026-04-10T21:54:03.351Z Checking daft v0.1.5
26862026-04-10T21:54:03.380Z Checking futures-executor v0.3.32
26872026-04-10T21:54:03.565Z Checking thread_local v1.1.9
26882026-04-10T21:54:03.588Z Compiling match_cfg v0.1.0
26892026-04-10T21:54:03.661Z Compiling hostname v0.3.1
26902026-04-10T21:54:03.729Z Checking iddqd v0.3.17
26912026-04-10T21:54:03.768Z Checking futures v0.3.32
26922026-04-10T21:54:03.783Z Checking crossbeam-channel v0.5.15
26932026-04-10T21:54:03.796Z Checking slog-json v2.6.1
26942026-04-10T21:54:04.024Z Compiling structmeta v0.3.0
26952026-04-10T21:54:04.048Z Checking serde_spanned v1.0.4
26962026-04-10T21:54:04.177Z Checking is-terminal v0.4.17
26972026-04-10T21:54:04.237Z Compiling derive-ex v0.1.8
26982026-04-10T21:54:04.263Z Compiling parse-display-derive v0.10.0
26992026-04-10T21:54:04.276Z Checking toml_writer v1.0.6+spec-1.1.0
27002026-04-10T21:54:04.289Z Checking debug-ignore v1.0.5
27012026-04-10T21:54:04.453Z Checking take_mut v0.2.2
27022026-04-10T21:54:04.559Z Checking term v1.2.1
27032026-04-10T21:54:04.576Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-04-10T21:54:04.601Z Checking slog-async v2.8.0
27052026-04-10T21:54:04.651Z Compiling toml v0.9.12+spec-1.1.0
27062026-04-10T21:54:04.777Z Compiling slog-bunyan v2.5.0
27072026-04-10T21:54:04.780Z Checking slog-term v2.9.2
27082026-04-10T21:54:05.027Z Compiling async-stream v0.3.6
27092026-04-10T21:54:05.086Z Checking tokio-rustls v0.25.0
27102026-04-10T21:54:05.173Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-04-10T21:54:05.281Z Checking progenitor-client v0.13.0
27122026-04-10T21:54:05.302Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-04-10T21:54:05.444Z Checking backon v1.6.0
27142026-04-10T21:54:05.510Z Checking waitgroup v0.1.2
27152026-04-10T21:54:05.608Z Checking rustls-pemfile v2.2.0
27162026-04-10T21:54:05.930Z Compiling test-strategy v0.4.5
27172026-04-10T21:54:05.932Z Checking serde_path_to_error v0.1.20
27182026-04-10T21:54:05.955Z Checking hostname v0.4.2
27192026-04-10T21:54:06.016Z Checking instant v0.1.13
27202026-04-10T21:54:06.076Z Compiling prettyplease v0.2.37
27212026-04-10T21:54:06.138Z Checking backoff v0.4.0
27222026-04-10T21:54:06.204Z Compiling parse-display v0.10.0
27232026-04-10T21:54:06.316Z Compiling progenitor-extras v0.1.1
27242026-04-10T21:54:06.452Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27252026-04-10T21:54:06.565Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27262026-04-10T21:54:06.670Z Checking progenitor-client v0.10.0
27272026-04-10T21:54:06.756Z Checking itertools v0.14.0
27282026-04-10T21:54:06.898Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27292026-04-10T21:54:07.282Z Checking regress v0.10.5
27302026-04-10T21:54:07.416Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27312026-04-10T21:54:07.963Z Checking macaddr v1.0.1
27322026-04-10T21:54:08.093Z Checking num-rational v0.4.2
27332026-04-10T21:54:08.174Z Compiling usdt-macro v0.5.0
27342026-04-10T21:54:08.276Z Compiling usdt-attr-macro v0.5.0
27352026-04-10T21:54:08.355Z Checking num-complex v0.4.6
27362026-04-10T21:54:08.681Z Checking memmap v0.7.0
27372026-04-10T21:54:08.684Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27382026-04-10T21:54:08.721Z Compiling num v0.4.3
27392026-04-10T21:54:08.799Z Compiling float-ord v0.3.2
27402026-04-10T21:54:08.900Z Compiling toml v0.8.23
27412026-04-10T21:54:08.917Z Compiling minimal-lexical v0.2.1
27422026-04-10T21:54:08.931Z Checking linked-hash-map v0.5.6
27432026-04-10T21:54:09.099Z Checking usdt v0.5.0
27442026-04-10T21:54:09.169Z Compiling nom v7.1.3
27452026-04-10T21:54:09.267Z Checking lru-cache v0.1.2
27462026-04-10T21:54:09.855Z Checking hickory-proto v0.24.4
27472026-04-10T21:54:09.907Z Checking phf_shared v0.12.1
27482026-04-10T21:54:09.990Z Compiling slog-dtrace v0.3.0
27492026-04-10T21:54:10.050Z Checking heck v0.5.0
27502026-04-10T21:54:10.178Z Compiling chrono-tz v0.10.4
27512026-04-10T21:54:10.191Z Checking resolv-conf v0.7.6
27522026-04-10T21:54:10.359Z Compiling convert_case v0.4.0
27532026-04-10T21:54:10.396Z Compiling const_format_proc_macros v0.2.34
27542026-04-10T21:54:10.505Z Checking phf v0.12.1
27552026-04-10T21:54:10.519Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-04-10T21:54:10.647Z Checking tokio-dtrace v0.1.1
27572026-04-10T21:54:10.789Z Compiling derive_more v0.99.20
27582026-04-10T21:54:10.875Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-04-10T21:54:11.037Z Compiling derive-where v1.6.0
27602026-04-10T21:54:11.403Z Checking highway v1.3.0
27612026-04-10T21:54:11.549Z Checking const_format v0.2.35
27622026-04-10T21:54:11.654Z Checking oxide-tokio-rt v0.1.3
27632026-04-10T21:54:11.681Z Checking hickory-resolver v0.24.4
27642026-04-10T21:54:12.047Z Checking gethostname v0.5.0
27652026-04-10T21:54:12.140Z Checking bcs v0.1.6
27662026-04-10T21:54:12.357Z Compiling async-recursion v1.1.1
27672026-04-10T21:54:12.377Z Checking termtree v0.5.1
27682026-04-10T21:54:12.403Z Checking qorb v0.4.1
27692026-04-10T21:54:12.931Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27702026-04-10T21:54:13.109Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-04-10T21:54:13.304Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-04-10T21:54:14.573Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27732026-04-10T21:54:14.576Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27742026-04-10T21:54:16.527Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-04-10T21:54:19.251Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-04-10T21:54:21.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
27772026-04-10T21:54:21.563Z
27782026-04-10T21:54:21.563Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/271)
27792026-04-10T21:54:22.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-04-10T21:54:22.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-04-10T21:54:22.231Z Compiling ar_archive_writer v0.5.1
27822026-04-10T21:54:22.340Z Compiling stacker v0.1.23
27832026-04-10T21:54:22.348Z Compiling cfg_aliases v0.1.1
27842026-04-10T21:54:22.354Z Compiling convert_case v0.10.0
27852026-04-10T21:54:22.354Z Checking unicode-width v0.1.14
27862026-04-10T21:54:22.368Z Compiling proc-macro-error v1.0.4
27872026-04-10T21:54:22.379Z Checking fd-lock v4.0.4
27882026-04-10T21:54:22.379Z Checking nibble_vec v0.1.0
27892026-04-10T21:54:22.405Z Compiling nix v0.28.0
27902026-04-10T21:54:22.490Z Checking vte v0.14.1
27912026-04-10T21:54:22.508Z Compiling recursive-proc-macro-impl v0.1.1
27922026-04-10T21:54:22.590Z Checking bytecount v0.6.9
27932026-04-10T21:54:22.603Z Checking endian-type v0.1.2
27942026-04-10T21:54:22.638Z Checking strip-ansi-escapes v0.2.1
27952026-04-10T21:54:22.651Z Compiling derive_more-impl v2.1.1
27962026-04-10T21:54:22.662Z Compiling tabled_derive v0.7.0
27972026-04-10T21:54:22.686Z Checking papergrid v0.11.0
27982026-04-10T21:54:22.721Z Checking radix_trie v0.2.1
27992026-04-10T21:54:22.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-04-10T21:54:22.902Z Compiling peg-macros v0.8.5
28012026-04-10T21:54:22.922Z Checking winnow v0.6.26
28022026-04-10T21:54:23.181Z Compiling psm v0.1.30
28032026-04-10T21:54:23.216Z Compiling sqlparser_derive v0.5.0
28042026-04-10T21:54:23.308Z Checking home v0.5.12
28052026-04-10T21:54:23.414Z Checking unicode-width v0.2.0
28062026-04-10T21:54:23.441Z Checking derive_more v2.1.1
28072026-04-10T21:54:23.518Z Checking unicode_categories v0.1.1
28082026-04-10T21:54:23.604Z Checking nu-ansi-term v0.50.3
28092026-04-10T21:54:23.669Z Checking tabled v0.15.0
28102026-04-10T21:54:23.672Z Checking crossterm v0.29.0
28112026-04-10T21:54:23.705Z Checking rustyline v14.0.0
28122026-04-10T21:54:23.811Z Checking reedline v0.40.0
28132026-04-10T21:54:23.950Z Checking recursive v0.1.1
28142026-04-10T21:54:24.017Z Checking display-error-chain v0.2.2
28152026-04-10T21:54:24.042Z Checking sqlparser v0.61.0
28162026-04-10T21:54:24.045Z Checking sqlformat v0.3.5
28172026-04-10T21:54:24.257Z Checking peg v0.8.5
28182026-04-10T21:54:35.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28192026-04-10T21:54:35.389Z
28202026-04-10T21:54:35.389Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/271)
28212026-04-10T21:54:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-04-10T21:54:35.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-04-10T21:54:36.054Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-04-10T21:54:39.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28252026-04-10T21:54:39.617Z
28262026-04-10T21:54:39.617Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/271)
28272026-04-10T21:54:40.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-04-10T21:54:40.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-04-10T21:54:40.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-04-10T21:54:42.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28312026-04-10T21:54:42.865Z
28322026-04-10T21:54:42.865Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/271)
28332026-04-10T21:54:43.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-10T21:54:43.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-10T21:54:43.527Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-04-10T21:54:46.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28372026-04-10T21:54:46.905Z
28382026-04-10T21:54:46.905Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/271)
28392026-04-10T21:54:47.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-10T21:54:47.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-10T21:54:47.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-04-10T21:54:50.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28432026-04-10T21:54:51.001Z
28442026-04-10T21:54:51.002Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/271)
28452026-04-10T21:54:51.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-10T21:54:51.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-10T21:54:51.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-04-10T21:54:54.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28492026-04-10T21:54:54.380Z
28502026-04-10T21:54:54.380Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/271)
28512026-04-10T21:54:54.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-10T21:54:54.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-10T21:54:55.046Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-04-10T21:54:57.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28552026-04-10T21:54:57.797Z
28562026-04-10T21:54:57.798Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/271)
28572026-04-10T21:54:58.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-10T21:54:58.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-10T21:54:58.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-04-10T21:55:01.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28612026-04-10T21:55:02.008Z
28622026-04-10T21:55:02.008Zinfo: running `cargo check --bins` on oximeter (93/271)
28632026-04-10T21:55:02.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-10T21:55:02.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-10T21:55:02.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-04-10T21:55:02.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28672026-04-10T21:55:02.598Z
28682026-04-10T21:55:02.599Zinfo: running `cargo check --bins` on oximeter-schema (94/271)
28692026-04-10T21:55:03.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-10T21:55:03.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-10T21:55:03.228Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-04-10T21:55:03.390Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-04-10T21:55:03.393Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-04-10T21:55:03.726Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-04-10T21:55:07.180Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-04-10T21:55:07.501Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-04-10T21:55:08.602Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-04-10T21:55:09.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s
28792026-04-10T21:55:09.453Z
28802026-04-10T21:55:09.453Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/271)
28812026-04-10T21:55:09.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-10T21:55:09.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-10T21:55:09.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-04-10T21:55:09.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28852026-04-10T21:55:10.037Z
28862026-04-10T21:55:10.037Zinfo: running `cargo check --bins` on oximeter-test-utils (96/271)
28872026-04-10T21:55:10.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-04-10T21:55:10.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-04-10T21:55:10.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-04-10T21:55:10.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28912026-04-10T21:55:10.666Z
28922026-04-10T21:55:10.666Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/271)
28932026-04-10T21:55:11.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-10T21:55:11.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-10T21:55:11.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-10T21:55:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-04-10T21:55:11.264Z
28982026-04-10T21:55:11.264Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/271)
28992026-04-10T21:55:11.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-10T21:55:11.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-10T21:55:11.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-10T21:55:11.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-04-10T21:55:11.858Z
29042026-04-10T21:55:11.858Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/271)
29052026-04-10T21:55:12.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-10T21:55:12.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-10T21:55:12.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-10T21:55:12.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-04-10T21:55:12.454Z
29102026-04-10T21:55:12.454Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/271)
29112026-04-10T21:55:12.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-10T21:55:12.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-10T21:55:12.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-10T21:55:12.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-04-10T21:55:13.051Z
29162026-04-10T21:55:13.051Zinfo: running `cargo check --bins` on trust-quorum-types (101/271)
29172026-04-10T21:55:13.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-10T21:55:13.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-10T21:55:13.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-10T21:55:13.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29212026-04-10T21:55:13.630Z
29222026-04-10T21:55:13.630Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/271)
29232026-04-10T21:55:14.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-10T21:55:14.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-10T21:55:14.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-10T21:55:14.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-04-10T21:55:14.225Z
29282026-04-10T21:55:14.225Zinfo: running `cargo check --bins` on update-engine (103/271)
29292026-04-10T21:55:14.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-10T21:55:14.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-10T21:55:14.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-04-10T21:55:14.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29332026-04-10T21:55:14.798Z
29342026-04-10T21:55:14.798Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/271)
29352026-04-10T21:55:15.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-04-10T21:55:15.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-04-10T21:55:15.510Z Compiling crucible-workspace-hack v0.1.0
29382026-04-10T21:55:15.626Z Checking secrecy v0.10.3
29392026-04-10T21:55:15.635Z Compiling heapless v0.8.0
29402026-04-10T21:55:15.641Z Compiling ingot-macros v0.1.1
29412026-04-10T21:55:15.647Z Compiling toml_edit v0.23.10+spec-1.0.0
29422026-04-10T21:55:15.650Z Checking hash32 v0.3.1
29432026-04-10T21:55:15.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-04-10T21:55:15.668Z Compiling smoltcp v0.11.0
29452026-04-10T21:55:15.731Z Checking cobs v0.3.0
29462026-04-10T21:55:15.765Z Compiling thiserror-impl-no-std v2.0.2
29472026-04-10T21:55:15.880Z Checking universal-hash v0.5.1
29482026-04-10T21:55:15.884Z Checking half v2.7.1
29492026-04-10T21:55:15.912Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-04-10T21:55:16.003Z Checking opaque-debug v0.3.1
29512026-04-10T21:55:16.036Z Checking ciborium-io v0.2.2
29522026-04-10T21:55:16.072Z Checking poly1305 v0.8.0
29532026-04-10T21:55:16.143Z Checking postcard v1.1.3
29542026-04-10T21:55:16.156Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29552026-04-10T21:55:16.183Z Compiling proc-macro-crate v3.4.0
29562026-04-10T21:55:16.364Z Checking ciborium-ll v0.2.2
29572026-04-10T21:55:16.425Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-04-10T21:55:16.441Z Checking password-hash v0.5.0
29592026-04-10T21:55:16.517Z Checking chacha20 v0.9.1
29602026-04-10T21:55:16.675Z Compiling proc-macro-crate v1.3.1
29612026-04-10T21:55:16.694Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29622026-04-10T21:55:16.707Z Checking blake2 v0.10.6
29632026-04-10T21:55:16.710Z Checking aead v0.5.2
29642026-04-10T21:55:16.720Z Compiling num_enum_derive v0.7.5
29652026-04-10T21:55:16.857Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29662026-04-10T21:55:16.927Z Compiling foreign-types-macros v0.2.3
29672026-04-10T21:55:16.942Z Checking thiserror-no-std v2.0.2
29682026-04-10T21:55:16.942Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29692026-04-10T21:55:17.042Z Checking cpufeatures v0.3.0
29702026-04-10T21:55:17.061Z Checking foreign-types-shared v0.3.1
29712026-04-10T21:55:17.083Z Compiling num_enum_derive v0.5.11
29722026-04-10T21:55:17.115Z Checking chacha20 v0.10.0
29732026-04-10T21:55:17.151Z Checking vsss-rs v3.3.4
29742026-04-10T21:55:17.175Z Checking argon2 v0.5.3
29752026-04-10T21:55:17.329Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29762026-04-10T21:55:17.515Z Checking foreign-types v0.5.0
29772026-04-10T21:55:17.528Z Checking chacha20poly1305 v0.10.1
29782026-04-10T21:55:17.593Z Checking ciborium v0.2.2
29792026-04-10T21:55:17.759Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-04-10T21:55:17.776Z Checking num_enum v0.7.5
29812026-04-10T21:55:17.794Z Checking console v0.15.11
29822026-04-10T21:55:17.887Z Checking tabwriter v1.4.1
29832026-04-10T21:55:18.014Z Checking newline-converter v0.3.0
29842026-04-10T21:55:18.040Z Checking atomicwrites v0.4.4
29852026-04-10T21:55:18.053Z Checking camino-tempfile v1.4.1
29862026-04-10T21:55:18.065Z Checking byte-wrapper v0.1.0
29872026-04-10T21:55:18.104Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-04-10T21:55:19.894Z Checking cstr-argument v0.1.2
29892026-04-10T21:55:19.939Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29902026-04-10T21:55:19.939Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29912026-04-10T21:55:19.939Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-04-10T21:55:19.940Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29932026-04-10T21:55:19.940Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29942026-04-10T21:55:19.940Z Checking expectorate v1.2.0
29952026-04-10T21:55:19.940Z Checking ingot-types v0.1.2
29962026-04-10T21:55:19.940Z Checking num_enum v0.5.11
29972026-04-10T21:55:19.940Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-04-10T21:55:19.940Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-04-10T21:55:19.940Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-04-10T21:55:19.940Z Checking rand v0.10.0
30012026-04-10T21:55:19.941Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30022026-04-10T21:55:19.941Z Checking indent_write v2.2.0
30032026-04-10T21:55:19.941Z Checking colored v3.1.1
30042026-04-10T21:55:19.941Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30052026-04-10T21:55:19.941Z Checking ingot v0.1.1
30062026-04-10T21:55:19.941Z Compiling zone_cfg_derive v0.3.1
30072026-04-10T21:55:19.941Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-04-10T21:55:19.941Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30092026-04-10T21:55:19.941Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30102026-04-10T21:55:19.941Z Checking itertools v0.12.1
30112026-04-10T21:55:19.941Z Compiling num-derive v0.4.2
30122026-04-10T21:55:19.941Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30132026-04-10T21:55:19.941Z Checking swrite v0.1.0
30142026-04-10T21:55:19.941Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30152026-04-10T21:55:19.941Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-04-10T21:55:19.941Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30172026-04-10T21:55:19.941Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30182026-04-10T21:55:19.941Z Checking dropshot-api-manager-types v0.6.0
30192026-04-10T21:55:19.941Z Checking smf v0.2.3
30202026-04-10T21:55:19.941Z Checking nanorand v0.7.0
30212026-04-10T21:55:19.941Z Checking whoami v1.6.1
30222026-04-10T21:55:19.966Z Checking zone v0.3.1
30232026-04-10T21:55:19.987Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30242026-04-10T21:55:19.999Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30252026-04-10T21:55:19.999Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-04-10T21:55:20.048Z Checking flume v0.11.1
30272026-04-10T21:55:20.380Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30282026-04-10T21:55:21.336Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30292026-04-10T21:55:22.170Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30302026-04-10T21:55:24.686Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30312026-04-10T21:55:26.692Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-04-10T21:55:27.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.93s
30332026-04-10T21:55:27.922Z
30342026-04-10T21:55:27.922Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/271)
30352026-04-10T21:55:28.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-04-10T21:55:28.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-04-10T21:55:28.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-04-10T21:55:28.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-04-10T21:55:28.514Z
30402026-04-10T21:55:28.514Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/271)
30412026-04-10T21:55:29.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-04-10T21:55:29.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-04-10T21:55:29.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-04-10T21:55:29.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30452026-04-10T21:55:29.099Z
30462026-04-10T21:55:29.099Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/271)
30472026-04-10T21:55:29.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-10T21:55:29.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-10T21:55:29.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-04-10T21:55:29.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30512026-04-10T21:55:29.701Z
30522026-04-10T21:55:29.701Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/271)
30532026-04-10T21:55:30.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-04-10T21:55:30.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-04-10T21:55:30.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-04-10T21:55:30.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-04-10T21:55:30.297Z
30582026-04-10T21:55:30.297Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/271)
30592026-04-10T21:55:30.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-10T21:55:30.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-10T21:55:30.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-10T21:55:30.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-04-10T21:55:30.887Z
30642026-04-10T21:55:30.887Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/271)
30652026-04-10T21:55:31.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-10T21:55:31.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-10T21:55:31.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-10T21:55:31.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-04-10T21:55:31.479Z
30702026-04-10T21:55:31.479Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/271)
30712026-04-10T21:55:31.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-10T21:55:31.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-10T21:55:31.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-10T21:55:31.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-04-10T21:55:32.072Z
30762026-04-10T21:55:32.072Zinfo: running `cargo check --bins` on cockroach-admin-client (112/271)
30772026-04-10T21:55:32.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-10T21:55:32.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-10T21:55:32.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-10T21:55:32.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30812026-04-10T21:55:32.658Z
30822026-04-10T21:55:32.659Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/271)
30832026-04-10T21:55:33.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-10T21:55:33.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-10T21:55:33.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-10T21:55:33.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-04-10T21:55:33.258Z
30882026-04-10T21:55:33.258Zinfo: running `cargo check --bins` on dns-service-client (114/271)
30892026-04-10T21:55:33.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-10T21:55:33.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-10T21:55:33.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-10T21:55:33.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-04-10T21:55:33.862Z
30942026-04-10T21:55:33.862Zinfo: running `cargo check --bins` on installinator-client (115/271)
30952026-04-10T21:55:34.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-10T21:55:34.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-10T21:55:34.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-10T21:55:34.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-04-10T21:55:34.464Z
31002026-04-10T21:55:34.464Zinfo: running `cargo check --bins` on nexus-client (116/271)
31012026-04-10T21:55:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-10T21:55:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-10T21:55:35.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-10T21:55:35.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-04-10T21:55:35.104Z
31062026-04-10T21:55:35.104Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/271)
31072026-04-10T21:55:35.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-10T21:55:35.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-10T21:55:35.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-10T21:55:35.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31112026-04-10T21:55:35.743Z
31122026-04-10T21:55:35.743Zinfo: running `cargo check --bins` on ntp-admin-client (118/271)
31132026-04-10T21:55:36.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-10T21:55:36.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-10T21:55:36.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-04-10T21:55:36.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-04-10T21:55:36.333Z
31182026-04-10T21:55:36.333Zinfo: running `cargo check --bins` on oxide-client (119/271)
31192026-04-10T21:55:36.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-04-10T21:55:36.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-04-10T21:55:36.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-04-10T21:55:36.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-04-10T21:55:36.916Z
31242026-04-10T21:55:36.916Zinfo: running `cargo check --bins` on oximeter-client (120/271)
31252026-04-10T21:55:37.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-04-10T21:55:37.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-04-10T21:55:37.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-04-10T21:55:37.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31292026-04-10T21:55:37.512Z
31302026-04-10T21:55:37.512Zinfo: running `cargo check --bins` on repo-depot-client (121/271)
31312026-04-10T21:55:38.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-04-10T21:55:38.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-04-10T21:55:38.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-04-10T21:55:38.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-04-10T21:55:38.096Z
31362026-04-10T21:55:38.096Zinfo: running `cargo check --bins` on sled-agent-client (122/271)
31372026-04-10T21:55:38.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-04-10T21:55:38.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-04-10T21:55:38.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-04-10T21:55:38.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-04-10T21:55:38.710Z
31422026-04-10T21:55:38.710Zinfo: running `cargo check --bins` on wicketd-client (123/271)
31432026-04-10T21:55:39.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-04-10T21:55:39.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-04-10T21:55:39.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-04-10T21:55:39.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-04-10T21:55:39.334Z
31482026-04-10T21:55:39.334Zinfo: running `cargo check --bins` on installinator-common (124/271)
31492026-04-10T21:55:39.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-04-10T21:55:39.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-04-10T21:55:39.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-04-10T21:55:39.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-04-10T21:55:39.947Z
31542026-04-10T21:55:39.947Zinfo: running `cargo check --bins` on installinator-common-versions (125/271)
31552026-04-10T21:55:40.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-04-10T21:55:40.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-04-10T21:55:40.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-04-10T21:55:40.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31592026-04-10T21:55:40.526Z
31602026-04-10T21:55:40.526Zinfo: running `cargo check --bins` on wicket-common (126/271)
31612026-04-10T21:55:41.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-04-10T21:55:41.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-04-10T21:55:41.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-04-10T21:55:41.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-04-10T21:55:41.137Z
31662026-04-10T21:55:41.137Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/271)
31672026-04-10T21:55:41.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-04-10T21:55:41.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-04-10T21:55:41.827Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-04-10T21:55:41.941Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-04-10T21:55:41.949Z Checking csv-core v0.1.13
31722026-04-10T21:55:41.956Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-04-10T21:55:41.963Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-04-10T21:55:41.973Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-04-10T21:55:41.983Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-04-10T21:55:41.995Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-04-10T21:55:42.104Z Checking csv v1.4.0
31782026-04-10T21:55:42.119Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-04-10T21:55:42.169Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-04-10T21:55:42.196Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-04-10T21:55:42.431Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-04-10T21:55:42.793Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-04-10T21:55:42.796Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-04-10T21:55:43.126Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-04-10T21:55:48.223Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-04-10T21:55:48.760Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-04-10T21:55:51.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s
31882026-04-10T21:55:51.263Z
31892026-04-10T21:55:51.263Zinfo: running `cargo check --bins` on cockroach-admin-api (128/271)
31902026-04-10T21:55:51.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-04-10T21:55:51.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-04-10T21:55:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-04-10T21:55:51.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-04-10T21:55:51.856Z
31952026-04-10T21:55:51.856Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/271)
31962026-04-10T21:55:52.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-04-10T21:55:52.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-04-10T21:55:52.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-04-10T21:55:52.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-04-10T21:55:52.538Z
32012026-04-10T21:55:52.538Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/271)
32022026-04-10T21:55:53.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-10T21:55:53.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-10T21:55:53.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-10T21:55:53.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-04-10T21:55:53.223Z
32072026-04-10T21:55:53.223Zinfo: running `cargo check --bins` on gateway-test-utils (131/271)
32082026-04-10T21:55:53.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-10T21:55:53.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-10T21:55:53.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-10T21:55:53.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-04-10T21:55:53.876Z
32132026-04-10T21:55:53.876Zinfo: running `cargo check --bins` on omicron-gateway (132/271)
32142026-04-10T21:55:54.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-10T21:55:54.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-10T21:55:54.640Z Compiling typify-impl v0.6.1
32172026-04-10T21:55:54.768Z Compiling unsafe-libyaml v0.2.11
32182026-04-10T21:55:54.790Z Compiling radium v0.7.0
32192026-04-10T21:55:54.798Z Compiling semver v0.1.20
32202026-04-10T21:55:54.811Z Compiling pin-project-internal v1.1.11
32212026-04-10T21:55:54.814Z Checking tap v1.0.1
32222026-04-10T21:55:54.823Z Compiling maybe-uninit v2.0.0
32232026-04-10T21:55:54.924Z Checking wyz v0.5.1
32242026-04-10T21:55:55.049Z Compiling rustc_version v0.1.7
32252026-04-10T21:55:55.099Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-04-10T21:55:55.161Z Compiling snafu-derive v0.8.9
32272026-04-10T21:55:55.243Z Compiling zerocopy-derive v0.6.6
32282026-04-10T21:55:55.268Z Compiling serde_yaml v0.9.34+deprecated
32292026-04-10T21:55:55.500Z Compiling newtype_derive v0.1.6
32302026-04-10T21:55:55.711Z Compiling cancel-safe-futures v0.1.5
32312026-04-10T21:55:55.897Z Compiling packed_struct v0.10.1
32322026-04-10T21:55:55.936Z Checking pin-project v1.1.11
32332026-04-10T21:55:55.950Z Compiling owo-colors v4.3.0
32342026-04-10T21:55:56.036Z Checking funty v2.0.0
32352026-04-10T21:55:56.103Z Checking crc-catalog v2.4.0
32362026-04-10T21:55:56.148Z Checking same-file v1.0.6
32372026-04-10T21:55:56.199Z Checking crc v3.4.0
32382026-04-10T21:55:56.265Z Checking walkdir v2.5.0
32392026-04-10T21:55:56.336Z Checking zerocopy v0.6.6
32402026-04-10T21:55:56.352Z Checking bitvec v1.0.1
32412026-04-10T21:55:56.459Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-04-10T21:55:56.515Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-04-10T21:55:56.588Z Checking globset v0.4.18
32442026-04-10T21:55:56.629Z Checking olpc-cjson v0.1.4
32452026-04-10T21:55:56.723Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32462026-04-10T21:55:56.764Z Checking pem v3.0.6
32472026-04-10T21:55:56.841Z Compiling packed_struct_codegen v0.10.1
32482026-04-10T21:55:56.857Z Checking libsw-core v0.3.2
32492026-04-10T21:55:56.921Z Checking serde_plain v1.0.2
32502026-04-10T21:55:56.973Z Compiling bitfield-macros v0.19.4
32512026-04-10T21:55:56.991Z Compiling indexmap v1.9.3
32522026-04-10T21:55:57.005Z Checking nodrop v0.1.14
32532026-04-10T21:55:57.067Z Checking typed-path v0.9.3
32542026-04-10T21:55:57.070Z Checking snafu v0.8.9
32552026-04-10T21:55:57.095Z Checking array-init v0.0.4
32562026-04-10T21:55:57.200Z Checking libsw v3.5.0
32572026-04-10T21:55:57.308Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-04-10T21:55:57.350Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-04-10T21:55:57.387Z Checking smallvec v0.6.14
32602026-04-10T21:55:57.580Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-04-10T21:55:57.677Z Checking bitfield v0.19.4
32622026-04-10T21:55:57.702Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-04-10T21:55:57.831Z Checking tagptr v0.2.0
32642026-04-10T21:55:57.845Z Checking linear-map v1.2.0
32652026-04-10T21:55:57.858Z Checking tough v0.20.0
32662026-04-10T21:55:57.943Z Checking smawk v0.3.2
32672026-04-10T21:55:57.967Z Checking unicode-linebreak v0.1.5
32682026-04-10T21:55:57.997Z Checking hashbrown v0.12.3
32692026-04-10T21:55:58.012Z Checking base64 v0.21.7
32702026-04-10T21:55:58.070Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-04-10T21:55:58.180Z Checking textwrap v0.16.2
32722026-04-10T21:55:58.210Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-04-10T21:55:58.242Z Checking moka v0.12.13
32742026-04-10T21:55:58.256Z Checking ron v0.8.1
32752026-04-10T21:55:58.394Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-04-10T21:55:58.732Z Checking steno v0.4.1
32772026-04-10T21:55:58.768Z Checking serde-hex v0.1.0
32782026-04-10T21:55:58.863Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-04-10T21:55:58.964Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32802026-04-10T21:55:59.022Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-04-10T21:55:59.187Z Compiling typify-macro v0.6.1
32822026-04-10T21:55:59.202Z Checking hashbrown v0.13.2
32832026-04-10T21:55:59.446Z Checking humantime v2.3.0
32842026-04-10T21:55:59.582Z Checking crc-any v2.5.0
32852026-04-10T21:55:59.615Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-04-10T21:55:59.629Z Checking object v0.30.4
32872026-04-10T21:55:59.724Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-04-10T21:55:59.759Z Checking hickory-resolver v0.25.2
32892026-04-10T21:55:59.825Z Checking half v1.8.3
32902026-04-10T21:55:59.828Z Checking void v1.0.2
32912026-04-10T21:55:59.886Z Checking utf-8 v0.7.6
32922026-04-10T21:55:59.943Z Checking path-slash v0.1.5
32932026-04-10T21:56:00.017Z Checking tungstenite v0.23.0
32942026-04-10T21:56:00.017Z Checking serde_cbor v0.11.2
32952026-04-10T21:56:00.047Z Checking lzss v0.8.2
32962026-04-10T21:56:00.276Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32972026-04-10T21:56:00.375Z Checking nix v0.27.1
32982026-04-10T21:56:00.413Z Checking kstat-rs v0.2.4
32992026-04-10T21:56:00.424Z Checking fxhash v0.2.1
33002026-04-10T21:56:00.435Z Checking serde_bytes v0.11.19
33012026-04-10T21:56:00.463Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33022026-04-10T21:56:00.570Z Checking tokio-tungstenite v0.23.1
33032026-04-10T21:56:00.604Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33042026-04-10T21:56:00.626Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-04-10T21:56:00.846Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-04-10T21:56:00.898Z Checking signal-hook-tokio v0.3.1
33072026-04-10T21:56:00.952Z Compiling typify v0.6.1
33082026-04-10T21:56:01.042Z Compiling progenitor-impl v0.13.0
33092026-04-10T21:56:01.975Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33102026-04-10T21:56:02.554Z Compiling progenitor-macro v0.13.0
33112026-04-10T21:56:02.866Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33122026-04-10T21:56:03.159Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33132026-04-10T21:56:04.853Z Checking progenitor v0.13.0
33142026-04-10T21:56:04.965Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33152026-04-10T21:56:04.968Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-04-10T21:56:08.018Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-04-10T21:56:15.319Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-04-10T21:56:21.507Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-04-10T21:56:22.877Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-04-10T21:56:23.444Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-04-10T21:56:25.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.59s
33222026-04-10T21:56:25.669Z
33232026-04-10T21:56:25.670Zinfo: running `cargo check --bins` on gateway-api (133/271)
33242026-04-10T21:56:26.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-04-10T21:56:26.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-04-10T21:56:26.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-04-10T21:56:26.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-04-10T21:56:26.277Z
33292026-04-10T21:56:26.277Zinfo: running `cargo check --bins` on ipcc (134/271)
33302026-04-10T21:56:26.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-04-10T21:56:26.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-04-10T21:56:26.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-04-10T21:56:26.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-04-10T21:56:26.869Z
33352026-04-10T21:56:26.869Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/271)
33362026-04-10T21:56:27.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-04-10T21:56:27.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-04-10T21:56:27.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-04-10T21:56:27.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33402026-04-10T21:56:27.455Z
33412026-04-10T21:56:27.455Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/271)
33422026-04-10T21:56:27.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-10T21:56:27.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-10T21:56:27.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-10T21:56:27.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33462026-04-10T21:56:28.052Z
33472026-04-10T21:56:28.052Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/271)
33482026-04-10T21:56:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-10T21:56:28.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-10T21:56:28.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-10T21:56:28.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-10T21:56:28.648Z
33532026-04-10T21:56:28.648Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/271)
33542026-04-10T21:56:29.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-10T21:56:29.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-10T21:56:29.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-10T21:56:29.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-04-10T21:56:29.244Z
33592026-04-10T21:56:29.244Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/271)
33602026-04-10T21:56:29.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-10T21:56:29.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-10T21:56:29.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-10T21:56:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-04-10T21:56:29.843Z
33652026-04-10T21:56:29.843Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/271)
33662026-04-10T21:56:30.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-10T21:56:30.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-10T21:56:30.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-10T21:56:30.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-04-10T21:56:30.443Z
33712026-04-10T21:56:30.443Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/271)
33722026-04-10T21:56:30.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-10T21:56:30.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-10T21:56:30.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-10T21:56:30.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-04-10T21:56:31.050Z
33772026-04-10T21:56:31.050Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/271)
33782026-04-10T21:56:31.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-10T21:56:31.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-10T21:56:31.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-10T21:56:31.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-04-10T21:56:31.658Z
33832026-04-10T21:56:31.658Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/271)
33842026-04-10T21:56:32.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-10T21:56:32.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-10T21:56:32.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-10T21:56:32.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-10T21:56:32.258Z
33892026-04-10T21:56:32.258Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/271)
33902026-04-10T21:56:32.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-10T21:56:32.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-10T21:56:32.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-10T21:56:32.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-04-10T21:56:32.859Z
33952026-04-10T21:56:32.859Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/271)
33962026-04-10T21:56:33.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-10T21:56:33.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-10T21:56:33.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-10T21:56:33.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-04-10T21:56:33.461Z
34012026-04-10T21:56:33.461Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/271)
34022026-04-10T21:56:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-10T21:56:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-10T21:56:33.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-10T21:56:33.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-04-10T21:56:34.057Z
34072026-04-10T21:56:34.057Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/271)
34082026-04-10T21:56:34.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-10T21:56:34.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-10T21:56:34.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-10T21:56:34.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-04-10T21:56:34.652Z
34132026-04-10T21:56:34.652Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/271)
34142026-04-10T21:56:35.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-10T21:56:35.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-10T21:56:35.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-10T21:56:35.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-04-10T21:56:35.253Z
34192026-04-10T21:56:35.253Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/271)
34202026-04-10T21:56:35.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-10T21:56:35.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-10T21:56:35.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-10T21:56:35.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34242026-04-10T21:56:35.845Z
34252026-04-10T21:56:35.845Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/271)
34262026-04-10T21:56:36.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-10T21:56:36.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-10T21:56:36.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-10T21:56:36.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34302026-04-10T21:56:36.445Z
34312026-04-10T21:56:36.445Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/271)
34322026-04-10T21:56:36.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-10T21:56:36.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-10T21:56:36.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-10T21:56:36.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-04-10T21:56:37.049Z
34372026-04-10T21:56:37.049Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/271)
34382026-04-10T21:56:37.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-10T21:56:37.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-10T21:56:37.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-10T21:56:37.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-10T21:56:37.656Z
34432026-04-10T21:56:37.656Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/271)
34442026-04-10T21:56:38.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-10T21:56:38.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-10T21:56:38.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-10T21:56:38.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-04-10T21:56:38.259Z
34492026-04-10T21:56:38.259Zinfo: running `cargo check --bins` on oximeter-producer (154/271)
34502026-04-10T21:56:38.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-10T21:56:38.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-10T21:56:38.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-10T21:56:38.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34542026-04-10T21:56:38.902Z
34552026-04-10T21:56:38.902Zinfo: running `cargo check --bins` on internal-dns-resolver (155/271)
34562026-04-10T21:56:39.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-10T21:56:39.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-10T21:56:39.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-10T21:56:39.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-10T21:56:39.506Z
34612026-04-10T21:56:39.506Zinfo: running `cargo check --bins` on dns-server (156/271)
34622026-04-10T21:56:40.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-10T21:56:40.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-10T21:56:40.159Z Compiling parking_lot_core v0.8.6
34652026-04-10T21:56:40.159Z Compiling git-stub v1.0.0
34662026-04-10T21:56:40.160Z Compiling atomicwrites v0.4.4
34672026-04-10T21:56:40.162Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34682026-04-10T21:56:40.162Z Checking prefix-trie v0.7.0
34692026-04-10T21:56:40.393Z Compiling git-stub-vcs v0.1.0
34702026-04-10T21:56:40.564Z Checking hickory-server v0.25.2
34712026-04-10T21:56:40.664Z Checking parking_lot v0.11.2
34722026-04-10T21:56:40.667Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34732026-04-10T21:56:40.756Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34742026-04-10T21:56:40.758Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34752026-04-10T21:56:40.866Z Checking sled v0.34.7
34762026-04-10T21:56:42.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34772026-04-10T21:56:42.920Z
34782026-04-10T21:56:42.920Zinfo: running `cargo check --bins` on dns-server-api (157/271)
34792026-04-10T21:56:43.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-04-10T21:56:43.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-04-10T21:56:43.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-04-10T21:56:43.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-04-10T21:56:43.522Z
34842026-04-10T21:56:43.522Zinfo: running `cargo check --bins` on sp-sim (158/271)
34852026-04-10T21:56:44.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-04-10T21:56:44.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-04-10T21:56:44.245Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34882026-04-10T21:56:45.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
34892026-04-10T21:56:46.166Z
34902026-04-10T21:56:46.166Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/271)
34912026-04-10T21:56:46.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-04-10T21:56:46.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-04-10T21:56:46.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-04-10T21:56:46.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34952026-04-10T21:56:46.816Z
34962026-04-10T21:56:46.816Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/271)
34972026-04-10T21:56:47.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-10T21:56:47.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-10T21:56:47.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-10T21:56:47.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35012026-04-10T21:56:47.464Z
35022026-04-10T21:56:47.465Zinfo: running `cargo check --bins` on db-macros (161/271)
35032026-04-10T21:56:47.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-10T21:56:47.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-10T21:56:47.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-10T21:56:47.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35072026-04-10T21:56:48.051Z
35082026-04-10T21:56:48.051Zinfo: running `cargo check --bins` on nexus-macros-common (162/271)
35092026-04-10T21:56:48.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-10T21:56:48.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-10T21:56:48.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-04-10T21:56:48.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35132026-04-10T21:56:48.638Z
35142026-04-10T21:56:48.639Zinfo: running `cargo check --bins` on nexus-auth (163/271)
35152026-04-10T21:56:49.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-10T21:56:49.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-10T21:56:49.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-10T21:56:49.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35192026-04-10T21:56:49.287Z
35202026-04-10T21:56:49.287Zinfo: running `cargo check --bins` on authz-macros (164/271)
35212026-04-10T21:56:49.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-10T21:56:49.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-10T21:56:49.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-10T21:56:49.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35252026-04-10T21:56:49.895Z
35262026-04-10T21:56:49.895Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/271)
35272026-04-10T21:56:50.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-10T21:56:50.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-10T21:56:50.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-10T21:56:50.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35312026-04-10T21:56:50.512Z
35322026-04-10T21:56:50.512Zinfo: running `cargo check --bins` on nexus-db-model (166/271)
35332026-04-10T21:56:51.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-10T21:56:51.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-10T21:56:51.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-10T21:56:51.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35372026-04-10T21:56:51.147Z
35382026-04-10T21:56:51.147Zinfo: running `cargo check --bins` on nexus-db-schema (167/271)
35392026-04-10T21:56:51.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-10T21:56:51.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-10T21:56:51.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-10T21:56:51.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-04-10T21:56:51.733Z
35442026-04-10T21:56:51.733Zinfo: running `cargo check --bins` on omicron-rpaths (168/271)
35452026-04-10T21:56:52.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-10T21:56:52.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-10T21:56:52.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-10T21:56:52.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-04-10T21:56:52.311Z
35502026-04-10T21:56:52.311Zinfo: running `cargo check --bins` on nexus-defaults (169/271)
35512026-04-10T21:56:52.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-10T21:56:52.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-10T21:56:52.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-10T21:56:52.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-04-10T21:56:52.910Z
35562026-04-10T21:56:52.910Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/271)
35572026-04-10T21:56:53.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-10T21:56:53.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-10T21:56:53.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-10T21:56:53.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-04-10T21:56:53.500Z
35622026-04-10T21:56:53.500Zinfo: running `cargo check --bins` on parallel-task-set (171/271)
35632026-04-10T21:56:53.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-10T21:56:53.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-10T21:56:53.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-10T21:56:54.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-04-10T21:56:54.081Z
35682026-04-10T21:56:54.081Zinfo: running `cargo check --bins` on nexus-db-errors (172/271)
35692026-04-10T21:56:54.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-10T21:56:54.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-10T21:56:54.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-10T21:56:54.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35732026-04-10T21:56:54.727Z
35742026-04-10T21:56:54.727Zinfo: running `cargo check --bins` on nexus-db-lookup (173/271)
35752026-04-10T21:56:55.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-10T21:56:55.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-10T21:56:55.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-10T21:56:55.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35792026-04-10T21:56:55.377Z
35802026-04-10T21:56:55.377Zinfo: running `cargo check --bins` on nexus-inventory (174/271)
35812026-04-10T21:56:55.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-10T21:56:55.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-10T21:56:55.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-10T21:56:55.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35852026-04-10T21:56:56.023Z
35862026-04-10T21:56:56.023Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/271)
35872026-04-10T21:56:56.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-10T21:56:56.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-10T21:56:56.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-10T21:56:56.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35912026-04-10T21:56:56.643Z
35922026-04-10T21:56:56.643Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/271)
35932026-04-10T21:56:57.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-10T21:56:57.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-10T21:56:57.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-10T21:56:57.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35972026-04-10T21:56:57.254Z
35982026-04-10T21:56:57.254Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/271)
35992026-04-10T21:56:57.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-10T21:56:57.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-10T21:56:57.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-10T21:56:57.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36032026-04-10T21:56:57.859Z
36042026-04-10T21:56:57.860Zinfo: running `cargo check --bins` on key-manager (178/271)
36052026-04-10T21:56:58.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-10T21:56:58.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-10T21:56:58.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-10T21:56:58.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36092026-04-10T21:56:58.453Z
36102026-04-10T21:56:58.453Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/271)
36112026-04-10T21:56:58.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-10T21:56:58.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-10T21:56:58.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-10T21:56:58.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36152026-04-10T21:56:59.057Z
36162026-04-10T21:56:59.057Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/271)
36172026-04-10T21:56:59.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-10T21:56:59.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-10T21:56:59.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-10T21:56:59.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36212026-04-10T21:56:59.670Z
36222026-04-10T21:56:59.670Zinfo: running `cargo check --bins` on typed-rng (181/271)
36232026-04-10T21:57:00.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-10T21:57:00.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-10T21:57:00.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-10T21:57:00.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-04-10T21:57:00.251Z
36282026-04-10T21:57:00.251Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/271)
36292026-04-10T21:57:00.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-10T21:57:00.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-10T21:57:01.084Z Compiling typify-impl v0.4.3
36322026-04-10T21:57:01.084Z Compiling libefi-sys v0.1.0
36332026-04-10T21:57:01.087Z Compiling bitfield-struct v0.6.2
36342026-04-10T21:57:01.236Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36352026-04-10T21:57:01.246Z Compiling xshell-macros v0.2.7
36362026-04-10T21:57:01.259Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36372026-04-10T21:57:01.273Z Compiling salty v0.3.0
36382026-04-10T21:57:01.301Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36392026-04-10T21:57:01.458Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-04-10T21:57:01.587Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36412026-04-10T21:57:01.602Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-04-10T21:57:01.617Z Checking xshell v0.2.7
36432026-04-10T21:57:01.801Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36442026-04-10T21:57:01.821Z Checking primeorder v0.13.6
36452026-04-10T21:57:01.836Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-04-10T21:57:01.969Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-04-10T21:57:01.986Z Compiling proc-macro-error-attr2 v2.0.0
36482026-04-10T21:57:02.058Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36492026-04-10T21:57:02.073Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-04-10T21:57:02.209Z Checking tungstenite v0.21.0
36512026-04-10T21:57:02.268Z Checking p384 v0.13.1
36522026-04-10T21:57:02.310Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-04-10T21:57:02.376Z Compiling proc-macro-error2 v2.0.1
36542026-04-10T21:57:02.472Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36552026-04-10T21:57:02.641Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36562026-04-10T21:57:02.678Z Compiling num-derive v0.3.3
36572026-04-10T21:57:02.695Z Compiling unicase v2.9.0
36582026-04-10T21:57:02.902Z Checking compression-core v0.4.31
36592026-04-10T21:57:02.965Z Compiling mime_guess v2.0.5
36602026-04-10T21:57:03.035Z Checking compression-codecs v0.4.37
36612026-04-10T21:57:03.128Z Compiling tabled_derive v0.11.0
36622026-04-10T21:57:03.163Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36632026-04-10T21:57:03.208Z Checking tokio-tungstenite v0.21.0
36642026-04-10T21:57:03.519Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-04-10T21:57:03.571Z Checking libscf-sys v1.1.0
36662026-04-10T21:57:03.640Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36672026-04-10T21:57:03.706Z Checking papergrid v0.17.0
36682026-04-10T21:57:03.875Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36692026-04-10T21:57:04.027Z Checking testing_table v0.3.0
36702026-04-10T21:57:04.043Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-04-10T21:57:04.122Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-04-10T21:57:04.302Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36732026-04-10T21:57:04.327Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36742026-04-10T21:57:04.473Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-04-10T21:57:04.513Z Checking toml_datetime v1.0.0+spec-1.1.0
36762026-04-10T21:57:04.537Z Compiling dropshot v0.17.0
36772026-04-10T21:57:04.562Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-04-10T21:57:04.673Z Checking corncobs v0.1.4
36792026-04-10T21:57:04.721Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36802026-04-10T21:57:04.786Z Checking toml v1.0.6+spec-1.1.0
36812026-04-10T21:57:04.802Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-04-10T21:57:04.839Z Checking tabled v0.20.0
36832026-04-10T21:57:04.894Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-04-10T21:57:04.933Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36852026-04-10T21:57:04.950Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-04-10T21:57:05.024Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36872026-04-10T21:57:05.059Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36882026-04-10T21:57:05.263Z Checking async-compression v0.4.41
36892026-04-10T21:57:05.298Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-04-10T21:57:05.361Z Checking progenitor-client v0.11.2
36912026-04-10T21:57:05.525Z Compiling dropshot_endpoint v0.17.0
36922026-04-10T21:57:05.570Z Checking secrecy v0.8.0
36932026-04-10T21:57:05.594Z Checking filetime v0.2.27
36942026-04-10T21:57:05.628Z Compiling typify-macro v0.4.3
36952026-04-10T21:57:05.698Z Checking xattr v1.6.1
36962026-04-10T21:57:05.750Z Checking http-range v0.1.5
36972026-04-10T21:57:05.766Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36982026-04-10T21:57:05.864Z Checking tar v0.4.45
36992026-04-10T21:57:06.260Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-04-10T21:57:06.416Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37012026-04-10T21:57:06.459Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-04-10T21:57:06.866Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37032026-04-10T21:57:06.935Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37042026-04-10T21:57:06.952Z Checking atty v0.2.14
37052026-04-10T21:57:07.055Z Checking crc8 v0.1.1
37062026-04-10T21:57:08.163Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37072026-04-10T21:57:08.166Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-04-10T21:57:08.166Z Compiling typify v0.4.3
37092026-04-10T21:57:08.166Z Compiling progenitor-impl v0.10.0
37102026-04-10T21:57:08.166Z Compiling progenitor-impl v0.11.2
37112026-04-10T21:57:08.166Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37122026-04-10T21:57:08.166Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37132026-04-10T21:57:08.166Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37142026-04-10T21:57:08.212Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37152026-04-10T21:57:08.448Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37162026-04-10T21:57:08.473Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37172026-04-10T21:57:08.527Z Checking hyper-staticfile v0.10.1
37182026-04-10T21:57:08.743Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37192026-04-10T21:57:08.815Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37202026-04-10T21:57:08.879Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37212026-04-10T21:57:08.965Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37222026-04-10T21:57:09.070Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37232026-04-10T21:57:09.116Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37242026-04-10T21:57:09.175Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37252026-04-10T21:57:09.324Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37262026-04-10T21:57:09.597Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37272026-04-10T21:57:09.886Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37282026-04-10T21:57:10.005Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37292026-04-10T21:57:10.062Z Compiling progenitor-macro v0.10.0
37302026-04-10T21:57:10.158Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37312026-04-10T21:57:10.184Z Compiling progenitor-macro v0.11.2
37322026-04-10T21:57:10.307Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37332026-04-10T21:57:12.867Z Checking progenitor v0.10.0
37342026-04-10T21:57:13.013Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37352026-04-10T21:57:13.177Z Checking progenitor v0.11.2
37362026-04-10T21:57:13.319Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37372026-04-10T21:57:18.031Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37382026-04-10T21:57:29.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.74s
37392026-04-10T21:57:29.219Z
37402026-04-10T21:57:29.219Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/271)
37412026-04-10T21:57:29.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422026-04-10T21:57:29.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432026-04-10T21:57:30.001Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37442026-04-10T21:57:41.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
37452026-04-10T21:57:41.341Z
37462026-04-10T21:57:41.341Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/271)
37472026-04-10T21:57:41.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482026-04-10T21:57:41.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492026-04-10T21:57:42.118Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-04-10T21:57:53.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37512026-04-10T21:57:53.381Z
37522026-04-10T21:57:53.381Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/271)
37532026-04-10T21:57:53.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-04-10T21:57:53.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-04-10T21:57:54.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-10T21:58:05.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37572026-04-10T21:58:05.415Z
37582026-04-10T21:58:05.415Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/271)
37592026-04-10T21:58:05.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-10T21:58:05.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-10T21:58:06.193Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-04-10T21:58:17.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s
37632026-04-10T21:58:17.552Z
37642026-04-10T21:58:17.552Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/271)
37652026-04-10T21:58:18.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-10T21:58:18.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-10T21:58:18.326Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-04-10T21:58:29.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37692026-04-10T21:58:29.659Z
37702026-04-10T21:58:29.659Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/271)
37712026-04-10T21:58:30.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-10T21:58:30.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-10T21:58:30.432Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-04-10T21:58:41.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37752026-04-10T21:58:41.724Z
37762026-04-10T21:58:41.724Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/271)
37772026-04-10T21:58:42.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-10T21:58:42.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-10T21:58:42.494Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-04-10T21:58:53.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37812026-04-10T21:58:53.748Z
37822026-04-10T21:58:53.748Zinfo: running `cargo check --bins` on bootstrap-agent-api (190/271)
37832026-04-10T21:58:54.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-10T21:58:54.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-10T21:58:54.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862026-04-10T21:58:54.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37872026-04-10T21:58:54.349Z
37882026-04-10T21:58:54.349Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/271)
37892026-04-10T21:58:54.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-10T21:58:54.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-10T21:58:54.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922026-04-10T21:58:54.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37932026-04-10T21:58:54.949Z
37942026-04-10T21:58:54.949Zinfo: running `cargo check --bins` on range-requests (192/271)
37952026-04-10T21:58:55.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-10T21:58:55.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-10T21:58:55.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-04-10T21:58:55.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37992026-04-10T21:58:55.532Z
38002026-04-10T21:58:55.532Zinfo: running `cargo check --bins` on repo-depot-api (193/271)
38012026-04-10T21:58:56.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-10T21:58:56.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-10T21:58:56.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-10T21:58:56.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38052026-04-10T21:58:56.118Z
38062026-04-10T21:58:56.118Zinfo: running `cargo check --bins` on sled-agent-api (194/271)
38072026-04-10T21:58:56.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-10T21:58:56.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-10T21:58:56.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-10T21:58:56.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38112026-04-10T21:58:56.725Z
38122026-04-10T21:58:56.725Zinfo: running `cargo check --bins` on sled-diagnostics (195/271)
38132026-04-10T21:58:57.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-10T21:58:57.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-10T21:58:57.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-10T21:58:57.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38172026-04-10T21:58:57.331Z
38182026-04-10T21:58:57.331Zinfo: running `cargo check --bins` on zfs-test-harness (196/271)
38192026-04-10T21:58:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-10T21:58:57.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-10T21:58:57.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-10T21:58:57.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-04-10T21:58:57.945Z
38242026-04-10T21:58:57.945Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/271)
38252026-04-10T21:58:58.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-10T21:58:58.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-10T21:58:58.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-10T21:58:58.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38292026-04-10T21:58:58.558Z
38302026-04-10T21:58:58.558Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/271)
38312026-04-10T21:58:59.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-10T21:58:59.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-10T21:58:59.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-10T21:58:59.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38352026-04-10T21:58:59.171Z
38362026-04-10T21:58:59.171Zinfo: running `cargo check --bins` on sled-agent-health-monitor (199/271)
38372026-04-10T21:58:59.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-10T21:58:59.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-10T21:58:59.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-10T21:58:59.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38412026-04-10T21:58:59.785Z
38422026-04-10T21:58:59.785Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/271)
38432026-04-10T21:59:00.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-10T21:59:00.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-10T21:59:00.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-10T21:59:00.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38472026-04-10T21:59:00.399Z
38482026-04-10T21:59:00.399Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/271)
38492026-04-10T21:59:00.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-10T21:59:00.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-10T21:59:00.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-10T21:59:00.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-04-10T21:59:01.013Z
38542026-04-10T21:59:01.013Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (202/271)
38552026-04-10T21:59:01.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-10T21:59:01.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-10T21:59:01.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-10T21:59:01.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-04-10T21:59:01.630Z
38602026-04-10T21:59:01.630Zinfo: running `cargo check --bins` on transient-dns-server (203/271)
38612026-04-10T21:59:02.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-10T21:59:02.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-10T21:59:02.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-10T21:59:02.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38652026-04-10T21:59:02.237Z
38662026-04-10T21:59:02.237Zinfo: running `cargo check --bins` on trust-quorum (204/271)
38672026-04-10T21:59:02.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-10T21:59:02.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-10T21:59:02.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-10T21:59:02.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38712026-04-10T21:59:02.861Z
38722026-04-10T21:59:02.861Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (205/271)
38732026-04-10T21:59:03.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-10T21:59:03.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-10T21:59:03.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-04-10T21:59:03.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38772026-04-10T21:59:03.490Z
38782026-04-10T21:59:03.490Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (206/271)
38792026-04-10T21:59:04.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-04-10T21:59:04.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-04-10T21:59:04.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-04-10T21:59:04.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38832026-04-10T21:59:04.135Z
38842026-04-10T21:59:04.136Zinfo: running `cargo check --bins` on update-common (207/271)
38852026-04-10T21:59:04.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-04-10T21:59:04.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-04-10T21:59:04.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-04-10T21:59:04.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38892026-04-10T21:59:04.740Z
38902026-04-10T21:59:04.740Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (208/271)
38912026-04-10T21:59:05.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-04-10T21:59:05.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-04-10T21:59:05.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-04-10T21:59:05.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-04-10T21:59:05.382Z
38962026-04-10T21:59:05.382Zinfo: running `cargo check --bins` on reconfigurator-cli (209/271)
38972026-04-10T21:59:05.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-04-10T21:59:05.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-04-10T21:59:06.150Z Compiling fs-err v2.11.0
39002026-04-10T21:59:06.150Z Checking ignore v0.4.25
39012026-04-10T21:59:06.150Z Checking arc-swap v1.8.2
39022026-04-10T21:59:06.153Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39032026-04-10T21:59:06.291Z Checking predicates-tree v1.0.13
39042026-04-10T21:59:06.294Z Checking parse-size v1.1.0
39052026-04-10T21:59:06.314Z Checking rand_seeder v0.4.0
39062026-04-10T21:59:06.317Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39072026-04-10T21:59:06.389Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39082026-04-10T21:59:06.410Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39092026-04-10T21:59:06.453Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39102026-04-10T21:59:06.474Z Checking slog-scope v4.4.1
39112026-04-10T21:59:06.596Z Compiling petname v2.0.2
39122026-04-10T21:59:06.610Z Checking slog-stdlog v4.1.1
39132026-04-10T21:59:06.626Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-04-10T21:59:06.648Z Checking globwalk v0.9.1
39152026-04-10T21:59:06.703Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39162026-04-10T21:59:06.730Z Checking slog-envlogger v2.2.0
39172026-04-10T21:59:06.825Z Checking camino-tempfile-ext v0.3.3
39182026-04-10T21:59:06.850Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39192026-04-10T21:59:06.878Z Checking sapling-renderdag v0.1.0
39202026-04-10T21:59:07.015Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39212026-04-10T21:59:07.030Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39222026-04-10T21:59:07.116Z Checking subprocess v0.2.15
39232026-04-10T21:59:07.193Z Checking sync-ptr v0.1.4
39242026-04-10T21:59:07.243Z Checking colored v2.2.0
39252026-04-10T21:59:07.302Z Checking assert_matches v1.5.0
39262026-04-10T21:59:07.382Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39272026-04-10T21:59:07.398Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39282026-04-10T21:59:07.503Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-04-10T21:59:07.505Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39302026-04-10T21:59:08.090Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39312026-04-10T21:59:09.374Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39322026-04-10T21:59:11.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
39332026-04-10T21:59:11.759Z
39342026-04-10T21:59:11.759Zinfo: running `cargo check --bins` on omicron-repl-utils (210/271)
39352026-04-10T21:59:12.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-04-10T21:59:12.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-04-10T21:59:12.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-04-10T21:59:12.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-04-10T21:59:12.331Z
39402026-04-10T21:59:12.331Zinfo: running `cargo check --bins` on nexus-test-interface (211/271)
39412026-04-10T21:59:12.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-04-10T21:59:12.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-04-10T21:59:12.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-04-10T21:59:12.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39452026-04-10T21:59:12.972Z
39462026-04-10T21:59:12.972Zinfo: running `cargo check --bins` on oximeter-collector (212/271)
39472026-04-10T21:59:13.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-10T21:59:13.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-10T21:59:13.684Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39502026-04-10T21:59:13.684Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39512026-04-10T21:59:14.326Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39522026-04-10T21:59:15.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
39532026-04-10T21:59:16.048Z
39542026-04-10T21:59:16.048Zinfo: running `cargo check --bins` on oximeter-api (213/271)
39552026-04-10T21:59:16.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-04-10T21:59:16.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-04-10T21:59:16.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-04-10T21:59:16.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39592026-04-10T21:59:16.635Z
39602026-04-10T21:59:16.636Zinfo: running `cargo check --bins` on cert-dev (214/271)
39612026-04-10T21:59:17.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-04-10T21:59:17.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-04-10T21:59:17.235Z Checking yasna v0.5.2
39642026-04-10T21:59:17.642Z Checking rcgen v0.12.1
39652026-04-10T21:59:17.895Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39662026-04-10T21:59:18.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39672026-04-10T21:59:18.253Z
39682026-04-10T21:59:18.253Zinfo: running `cargo check --bins` on clickana (215/271)
39692026-04-10T21:59:18.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-04-10T21:59:18.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-04-10T21:59:18.891Z Compiling darling_core v0.23.0
39722026-04-10T21:59:18.894Z Compiling instability v0.3.11
39732026-04-10T21:59:19.008Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39742026-04-10T21:59:19.010Z Checking castaway v0.2.4
39752026-04-10T21:59:19.019Z Compiling indoc v2.0.7
39762026-04-10T21:59:19.021Z Checking unicode-truncate v1.1.0
39772026-04-10T21:59:19.037Z Checking lru v0.12.5
39782026-04-10T21:59:19.037Z Checking cassowary v0.3.0
39792026-04-10T21:59:19.105Z Checking compact_str v0.8.1
39802026-04-10T21:59:19.950Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39812026-04-10T21:59:20.129Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39822026-04-10T21:59:20.417Z Compiling darling_macro v0.23.0
39832026-04-10T21:59:20.825Z Compiling darling v0.23.0
39842026-04-10T21:59:21.418Z Checking ratatui v0.29.0
39852026-04-10T21:59:22.477Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39862026-04-10T21:59:23.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
39872026-04-10T21:59:23.325Z
39882026-04-10T21:59:23.325Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (216/271)
39892026-04-10T21:59:23.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-04-10T21:59:23.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-04-10T21:59:24.041Z Checking headers-core v0.3.0
39922026-04-10T21:59:24.044Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39932026-04-10T21:59:24.237Z Checking headers v0.4.1
39942026-04-10T21:59:24.606Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39952026-04-10T21:59:25.441Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39962026-04-10T21:59:25.928Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39972026-04-10T21:59:26.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39982026-04-10T21:59:26.529Z
39992026-04-10T21:59:26.529Zinfo: running `cargo check --bins` on ch-dev (217/271)
40002026-04-10T21:59:27.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-04-10T21:59:27.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-04-10T21:59:27.243Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40032026-04-10T21:59:27.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40042026-04-10T21:59:28.175Z
40052026-04-10T21:59:28.175Zinfo: running `cargo check --bins` on dev-tools-common (218/271)
40062026-04-10T21:59:28.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-04-10T21:59:28.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-04-10T21:59:28.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-04-10T21:59:28.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40102026-04-10T21:59:28.649Z
40112026-04-10T21:59:28.649Zinfo: running `cargo check --bins` on crdb-seed (219/271)
40122026-04-10T21:59:29.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-04-10T21:59:29.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-04-10T21:59:29.361Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40152026-04-10T21:59:30.334Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40162026-04-10T21:59:30.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
40172026-04-10T21:59:30.862Z
40182026-04-10T21:59:30.862Zinfo: running `cargo check --bins` on db-dev (220/271)
40192026-04-10T21:59:31.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-04-10T21:59:31.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-04-10T21:59:31.571Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40222026-04-10T21:59:32.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40232026-04-10T21:59:32.510Z
40242026-04-10T21:59:32.510Zinfo: running `cargo check --bins` on omicron-dev-lib (221/271)
40252026-04-10T21:59:33.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-04-10T21:59:33.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-04-10T21:59:33.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-04-10T21:59:33.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40292026-04-10T21:59:33.148Z
40302026-04-10T21:59:33.149Zinfo: running `cargo check --bins` on xtask-downloader (222/271)
40312026-04-10T21:59:33.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-04-10T21:59:33.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-04-10T21:59:33.753Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40342026-04-10T21:59:34.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40352026-04-10T21:59:34.618Z
40362026-04-10T21:59:34.618Zinfo: running `cargo check --bins` on omicron-dropshot-apis (223/271)
40372026-04-10T21:59:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-04-10T21:59:35.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-04-10T21:59:35.355Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40402026-04-10T21:59:35.355Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40412026-04-10T21:59:35.358Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40422026-04-10T21:59:35.358Z Checking git-stub v1.0.0
40432026-04-10T21:59:35.358Z Compiling trait-variant v0.1.2
40442026-04-10T21:59:35.358Z Checking is_ci v1.2.0
40452026-04-10T21:59:35.358Z Checking maplit v1.0.2
40462026-04-10T21:59:35.488Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40472026-04-10T21:59:35.558Z Checking supports-color v3.0.2
40482026-04-10T21:59:35.571Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40492026-04-10T21:59:35.610Z Checking git-stub-vcs v0.1.0
40502026-04-10T21:59:35.682Z Checking drift v0.1.3
40512026-04-10T21:59:35.741Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40522026-04-10T21:59:35.759Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40532026-04-10T21:59:35.817Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40542026-04-10T21:59:35.943Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40552026-04-10T21:59:35.976Z Checking dropshot-api-manager v0.6.0
40562026-04-10T21:59:36.008Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40572026-04-10T21:59:36.044Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40582026-04-10T21:59:36.236Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-04-10T21:59:36.260Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40602026-04-10T21:59:38.616Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40612026-04-10T21:59:38.631Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40622026-04-10T21:59:42.125Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40632026-04-10T21:59:42.678Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40642026-04-10T21:59:43.223Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40652026-04-10T21:59:43.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
40662026-04-10T21:59:43.837Z
40672026-04-10T21:59:43.838Zinfo: running `cargo check --bins` on installinator-api (224/271)
40682026-04-10T21:59:44.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-04-10T21:59:44.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-04-10T21:59:44.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-04-10T21:59:44.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40722026-04-10T21:59:44.432Z
40732026-04-10T21:59:44.433Zinfo: running `cargo check --bins` on nexus-external-api (225/271)
40742026-04-10T21:59:44.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-10T21:59:44.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-10T21:59:44.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-04-10T21:59:44.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40782026-04-10T21:59:45.065Z
40792026-04-10T21:59:45.065Zinfo: running `cargo check --bins` on nexus-internal-api (226/271)
40802026-04-10T21:59:45.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-10T21:59:45.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-10T21:59:45.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-10T21:59:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40842026-04-10T21:59:45.697Z
40852026-04-10T21:59:45.697Zinfo: running `cargo check --bins` on nexus-lockstep-api (227/271)
40862026-04-10T21:59:46.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-10T21:59:46.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-10T21:59:46.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-04-10T21:59:46.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40902026-04-10T21:59:46.323Z
40912026-04-10T21:59:46.323Zinfo: running `cargo check --bins` on ntp-admin-api (228/271)
40922026-04-10T21:59:46.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-10T21:59:46.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-10T21:59:46.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-04-10T21:59:46.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40962026-04-10T21:59:46.910Z
40972026-04-10T21:59:46.910Zinfo: running `cargo check --bins` on ntp-admin-types-versions (229/271)
40982026-04-10T21:59:47.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-10T21:59:47.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-10T21:59:47.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-10T21:59:47.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41022026-04-10T21:59:47.492Z
41032026-04-10T21:59:47.492Zinfo: running `cargo check --bins` on wicketd-api (230/271)
41042026-04-10T21:59:48.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-10T21:59:48.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-10T21:59:48.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-04-10T21:59:48.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41082026-04-10T21:59:48.104Z
41092026-04-10T21:59:48.104Zinfo: running `cargo check --bins` on omicron-ls-apis (231/271)
41102026-04-10T21:59:48.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-04-10T21:59:48.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-04-10T21:59:48.706Z Checking typeid v1.0.3
41132026-04-10T21:59:48.819Z Checking ordered-float v2.10.1
41142026-04-10T21:59:48.839Z Checking unicode-xid v0.2.6
41152026-04-10T21:59:48.858Z Checking cargo-platform v0.2.0
41162026-04-10T21:59:48.884Z Checking erased-serde v0.4.9
41172026-04-10T21:59:49.025Z Checking serde-value v0.7.0
41182026-04-10T21:59:49.192Z Checking serde-untagged v0.1.9
41192026-04-10T21:59:49.346Z Checking cargo-util-schemas v0.8.2
41202026-04-10T21:59:50.041Z Checking cargo_metadata v0.21.0
41212026-04-10T21:59:50.641Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41222026-04-10T21:59:51.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41232026-04-10T21:59:51.511Z
41242026-04-10T21:59:51.511Zinfo: running `cargo check --bins` on mgs-dev (232/271)
41252026-04-10T21:59:52.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-04-10T21:59:52.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-04-10T21:59:52.241Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41282026-04-10T21:59:52.852Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41292026-04-10T21:59:53.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41302026-04-10T21:59:53.552Z
41312026-04-10T21:59:53.552Zinfo: running `cargo check --bins` on omicron-omdb (233/271)
41322026-04-10T21:59:54.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-04-10T21:59:54.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-04-10T21:59:54.394Z Compiling vergen-gitcl v1.0.8
41352026-04-10T21:59:54.394Z Compiling dirs-sys-next v0.1.2
41362026-04-10T21:59:54.394Z Compiling diesel_derives v2.3.7
41372026-04-10T21:59:54.394Z Compiling glob v0.3.3
41382026-04-10T21:59:54.394Z Compiling crunchy v0.2.4
41392026-04-10T21:59:54.397Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41402026-04-10T21:59:54.397Z Compiling dsl_auto_type v0.2.0
41412026-04-10T21:59:54.397Z Checking scheduled-thread-pool v0.2.7
41422026-04-10T21:59:54.719Z Compiling dirs-next v2.0.0
41432026-04-10T21:59:54.738Z Compiling diesel_table_macro_syntax v0.3.0
41442026-04-10T21:59:54.789Z Compiling tiny-keccak v2.0.2
41452026-04-10T21:59:54.818Z Compiling term v0.7.0
41462026-04-10T21:59:54.897Z Compiling clang-sys v1.8.1
41472026-04-10T21:59:54.917Z Checking r2d2 v0.8.10
41482026-04-10T21:59:54.943Z Compiling bit-vec v0.6.3
41492026-04-10T21:59:55.018Z Checking downcast-rs v2.0.2
41502026-04-10T21:59:55.096Z Compiling ascii-canvas v3.0.0
41512026-04-10T21:59:55.200Z Compiling bit-set v0.5.3
41522026-04-10T21:59:55.263Z Compiling itertools v0.10.5
41532026-04-10T21:59:55.340Z Compiling ena v0.14.4
41542026-04-10T21:59:55.356Z Compiling libloading v0.8.9
41552026-04-10T21:59:55.369Z Compiling diff v0.1.13
41562026-04-10T21:59:55.420Z Compiling bindgen v0.71.1
41572026-04-10T21:59:55.531Z Compiling regex-syntax v0.6.29
41582026-04-10T21:59:55.560Z Compiling cexpr v0.6.0
41592026-04-10T21:59:55.621Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41602026-04-10T21:59:55.827Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41612026-04-10T21:59:55.894Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41622026-04-10T21:59:55.982Z Compiling libxml v0.3.3
41632026-04-10T21:59:56.208Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41642026-04-10T21:59:56.277Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41652026-04-10T21:59:56.336Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41662026-04-10T21:59:56.503Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41672026-04-10T21:59:56.520Z Compiling strum_macros v0.24.3
41682026-04-10T21:59:56.536Z Compiling indoc v1.0.9
41692026-04-10T21:59:56.970Z Compiling lalrpop v0.19.12
41702026-04-10T21:59:57.542Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41712026-04-10T21:59:57.644Z Checking derive_builder v0.20.2
41722026-04-10T21:59:57.734Z Compiling oso-derive v0.27.3
41732026-04-10T21:59:57.762Z Checking quick-xml v0.37.5
41742026-04-10T21:59:57.854Z Compiling impl-trait-for-tuples v0.2.3
41752026-04-10T21:59:58.223Z Checking openssl-probe v0.1.6
41762026-04-10T21:59:58.363Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41772026-04-10T21:59:58.636Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41782026-04-10T21:59:58.833Z Checking bb8 v0.8.6
41792026-04-10T21:59:59.114Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41802026-04-10T21:59:59.134Z Checking nonempty v0.12.0
41812026-04-10T21:59:59.242Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41822026-04-10T21:59:59.300Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41832026-04-10T21:59:59.338Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41842026-04-10T21:59:59.391Z Checking console v0.16.2
41852026-04-10T21:59:59.455Z Checking unit-prefix v0.5.2
41862026-04-10T21:59:59.512Z Checking support-bundle-viewer v0.1.2
41872026-04-10T21:59:59.590Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41882026-04-10T21:59:59.693Z Checking indicatif v0.18.4
41892026-04-10T21:59:59.759Z Checking multimap v0.10.1
41902026-04-10T22:00:00.431Z Checking diesel v2.3.7
41912026-04-10T22:00:02.065Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41922026-04-10T22:00:02.825Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41932026-04-10T22:00:02.855Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41942026-04-10T22:00:03.374Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41952026-04-10T22:00:03.730Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41962026-04-10T22:00:04.413Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41972026-04-10T22:00:04.547Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-04-10T22:00:05.279Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41992026-04-10T22:00:07.266Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42002026-04-10T22:00:12.356Z Compiling samael v0.0.19
42012026-04-10T22:00:16.279Z Checking diesel-dtrace v0.5.0
42022026-04-10T22:00:16.524Z Checking async-bb8-diesel v0.2.1
42032026-04-10T22:00:17.187Z Compiling polar-core v0.27.3
42042026-04-10T22:00:21.621Z Checking oso v0.27.3
42052026-04-10T22:00:58.193Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42062026-04-10T22:01:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42072026-04-10T22:01:31.157Z
42082026-04-10T22:01:31.157Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (234/271)
42092026-04-10T22:01:31.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-04-10T22:01:31.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-04-10T22:01:31.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-04-10T22:01:31.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42132026-04-10T22:01:31.813Z
42142026-04-10T22:01:31.813Zinfo: running `cargo check --bins` on nexus-saga-recovery (235/271)
42152026-04-10T22:01:32.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-04-10T22:01:32.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-04-10T22:01:32.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-04-10T22:01:32.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42192026-04-10T22:01:32.463Z
42202026-04-10T22:01:32.463Zinfo: running `cargo check --bins` on nexus-test-utils-macros (236/271)
42212026-04-10T22:01:32.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-04-10T22:01:32.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-04-10T22:01:32.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-04-10T22:01:32.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42252026-04-10T22:01:33.052Z
42262026-04-10T22:01:33.052Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (237/271)
42272026-04-10T22:01:33.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-04-10T22:01:33.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-04-10T22:01:33.907Z Compiling libz-sys v1.1.24
42302026-04-10T22:01:34.038Z Compiling libgit2-sys v0.18.3+1.9.2
42312026-04-10T22:01:34.048Z Compiling vergen-git2 v1.0.7
42322026-04-10T22:01:34.058Z Compiling rustls v0.21.12
42332026-04-10T22:01:34.087Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42342026-04-10T22:01:34.090Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42352026-04-10T22:01:34.090Z Checking rustls-webpki v0.101.7
42362026-04-10T22:01:34.090Z Checking sct v0.7.1
42372026-04-10T22:01:34.252Z Compiling nix v0.29.0
42382026-04-10T22:01:34.267Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42392026-04-10T22:01:34.283Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42402026-04-10T22:01:34.352Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42412026-04-10T22:01:34.418Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42422026-04-10T22:01:34.566Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-04-10T22:01:34.581Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-04-10T22:01:34.622Z Checking rustls-pemfile v1.0.4
42452026-04-10T22:01:34.756Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42462026-04-10T22:01:34.877Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-04-10T22:01:35.027Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42482026-04-10T22:01:35.066Z Checking twox-hash v2.1.2
42492026-04-10T22:01:35.162Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42502026-04-10T22:01:35.742Z Checking tokio-rustls v0.24.1
42512026-04-10T22:01:35.819Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42522026-04-10T22:01:35.836Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42532026-04-10T22:01:35.863Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42542026-04-10T22:01:35.940Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42552026-04-10T22:01:36.365Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42562026-04-10T22:01:36.496Z Checking fatfs v0.3.6
42572026-04-10T22:01:36.513Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42582026-04-10T22:01:36.597Z Compiling seq-macro v0.3.6
42592026-04-10T22:01:40.590Z Compiling git2 v0.20.4
42602026-04-10T22:01:40.835Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-04-10T22:01:40.965Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-04-10T22:01:42.835Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42632026-04-10T22:02:29.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.41s
42642026-04-10T22:02:29.696Z
42652026-04-10T22:02:29.696Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/271)
42662026-04-10T22:02:30.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-04-10T22:02:30.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-04-10T22:02:30.563Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-04-10T22:03:09.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.99s
42702026-04-10T22:03:09.918Z
42712026-04-10T22:03:09.918Zinfo: running `cargo check --bins` on nexus-background-task-interface (239/271)
42722026-04-10T22:03:10.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-04-10T22:03:10.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-04-10T22:03:10.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-04-10T22:03:10.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42762026-04-10T22:03:10.501Z
42772026-04-10T22:03:10.501Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (240/271)
42782026-04-10T22:03:11.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-04-10T22:03:11.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-04-10T22:03:11.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-04-10T22:03:11.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42822026-04-10T22:03:11.137Z
42832026-04-10T22:03:11.137Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (241/271)
42842026-04-10T22:03:11.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-04-10T22:03:11.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-04-10T22:03:11.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-04-10T22:03:11.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42882026-04-10T22:03:11.785Z
42892026-04-10T22:03:11.785Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (242/271)
42902026-04-10T22:03:12.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-10T22:03:12.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-10T22:03:12.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-04-10T22:03:12.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42942026-04-10T22:03:12.432Z
42952026-04-10T22:03:12.433Zinfo: running `cargo check --bins` on nexus-mgs-updates (243/271)
42962026-04-10T22:03:12.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-10T22:03:12.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-10T22:03:12.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-04-10T22:03:12.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43002026-04-10T22:03:13.068Z
43012026-04-10T22:03:13.068Zinfo: running `cargo check --bins` on nexus-networking (244/271)
43022026-04-10T22:03:13.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-04-10T22:03:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-04-10T22:03:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-04-10T22:03:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43062026-04-10T22:03:13.715Z
43072026-04-10T22:03:13.715Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (245/271)
43082026-04-10T22:03:14.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-04-10T22:03:14.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-04-10T22:03:14.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-04-10T22:03:14.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43122026-04-10T22:03:14.357Z
43132026-04-10T22:03:14.357Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (246/271)
43142026-04-10T22:03:14.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-04-10T22:03:14.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-04-10T22:03:14.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-04-10T22:03:14.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43182026-04-10T22:03:15.007Z
43192026-04-10T22:03:15.007Zinfo: running `cargo check --bins` on omicron-dev (247/271)
43202026-04-10T22:03:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-10T22:03:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-10T22:03:15.892Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43232026-04-10T22:03:15.892Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43242026-04-10T22:03:16.079Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43252026-04-10T22:03:16.113Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43262026-04-10T22:03:16.116Z Checking diff v0.1.13
43272026-04-10T22:03:16.130Z Checking yansi v1.0.1
43282026-04-10T22:03:16.133Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43292026-04-10T22:03:16.172Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43302026-04-10T22:03:16.213Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43312026-04-10T22:03:16.387Z Checking pretty_assertions v1.4.1
43322026-04-10T22:03:17.026Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43332026-04-10T22:03:40.284Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-04-10T22:03:40.287Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43352026-04-10T22:03:40.287Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-04-10T22:03:40.287Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-04-10T22:03:40.301Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-04-10T22:03:40.304Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43392026-04-10T22:03:41.014Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-04-10T22:03:42.082Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-04-10T22:04:20.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43422026-04-10T22:04:21.097Z
43432026-04-10T22:04:21.097Zinfo: running `cargo check --bins` on omicron-pins (248/271)
43442026-04-10T22:04:21.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-04-10T22:04:21.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-04-10T22:04:21.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-04-10T22:04:21.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43482026-04-10T22:04:21.679Z
43492026-04-10T22:04:21.679Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (249/271)
43502026-04-10T22:04:22.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-04-10T22:04:22.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-04-10T22:04:22.442Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43532026-04-10T22:04:22.563Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43542026-04-10T22:04:22.566Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43552026-04-10T22:04:48.040Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43562026-04-10T22:04:48.417Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-04-10T22:04:50.100Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43582026-04-10T22:04:50.539Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-04-10T22:04:53.454Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-04-10T22:05:15.754Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43612026-04-10T22:05:16.380Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-04-10T22:05:18.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.31s
43632026-04-10T22:05:18.219Z
43642026-04-10T22:05:18.219Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (250/271)
43652026-04-10T22:05:18.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-04-10T22:05:18.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-04-10T22:05:18.949Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43682026-04-10T22:05:19.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43692026-04-10T22:05:19.828Z
43702026-04-10T22:05:19.828Zinfo: running `cargo check --bins` on omicron-releng (251/271)
43712026-04-10T22:05:20.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-04-10T22:05:20.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-04-10T22:05:20.476Z Compiling blake3 v1.8.3
43742026-04-10T22:05:20.583Z Checking arrayref v0.3.9
43752026-04-10T22:05:20.589Z Checking arrayvec v0.7.6
43762026-04-10T22:05:20.589Z Checking constant_time_eq v0.4.2
43772026-04-10T22:05:20.607Z Checking topological-sort v0.2.2
43782026-04-10T22:05:20.615Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43792026-04-10T22:05:20.615Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43802026-04-10T22:05:20.615Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43812026-04-10T22:05:20.652Z Checking shell-words v1.1.1
43822026-04-10T22:05:21.462Z Checking omicron-zone-package v0.12.2
43832026-04-10T22:05:22.168Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43842026-04-10T22:05:22.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
43852026-04-10T22:05:23.165Z
43862026-04-10T22:05:23.166Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (252/271)
43872026-04-10T22:05:23.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-04-10T22:05:23.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-04-10T22:05:23.825Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43902026-04-10T22:05:24.138Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43912026-04-10T22:05:24.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43922026-04-10T22:05:24.724Z
43932026-04-10T22:05:24.724Zinfo: running `cargo check --bins` on schema (253/271)
43942026-04-10T22:05:25.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-04-10T22:05:25.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-04-10T22:05:25.446Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43972026-04-10T22:05:26.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43982026-04-10T22:05:26.325Z
43992026-04-10T22:05:26.325Zinfo: running `cargo check --bins` on xtask (254/271)
44002026-04-10T22:05:26.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-04-10T22:05:26.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-04-10T22:05:26.776Z Checking libc v0.2.180
44032026-04-10T22:05:26.779Z Checking serde v1.0.228
44042026-04-10T22:05:26.779Z Checking zerofrom v0.1.6
44052026-04-10T22:05:26.780Z Checking bitflags v2.11.0
44062026-04-10T22:05:26.873Z Checking smallvec v1.15.1
44072026-04-10T22:05:26.873Z Checking hashbrown v0.16.1
44082026-04-10T22:05:26.888Z Checking serde_json v1.0.149
44092026-04-10T22:05:26.891Z Checking scroll v0.12.0
44102026-04-10T22:05:26.961Z Checking yoke v0.8.1
44112026-04-10T22:05:27.009Z Checking num-traits v0.2.19
44122026-04-10T22:05:27.048Z Checking thiserror v1.0.69
44132026-04-10T22:05:27.117Z Checking percent-encoding v2.3.2
44142026-04-10T22:05:27.129Z Checking zerovec v0.11.5
44152026-04-10T22:05:27.144Z Checking zerotrie v0.2.3
44162026-04-10T22:05:27.154Z Checking errno v0.3.14
44172026-04-10T22:05:27.240Z Checking serde_spanned v0.6.9
44182026-04-10T22:05:27.255Z Checking toml_datetime v0.6.11
44192026-04-10T22:05:27.268Z Checking rustix v1.1.3
44202026-04-10T22:05:27.319Z Checking indexmap v2.13.0
44212026-04-10T22:05:27.365Z Checking log v0.4.29
44222026-04-10T22:05:27.386Z Checking zerocopy v0.7.35
44232026-04-10T22:05:27.429Z Checking form_urlencoded v1.2.2
44242026-04-10T22:05:27.487Z Checking getrandom v0.3.4
44252026-04-10T22:05:27.513Z Checking goblin v0.8.2
44262026-04-10T22:05:27.529Z Checking ordered-float v2.10.1
44272026-04-10T22:05:27.558Z Checking thiserror v2.0.18
44282026-04-10T22:05:27.568Z Checking tinystr v0.8.2
44292026-04-10T22:05:27.614Z Checking potential_utf v0.1.4
44302026-04-10T22:05:27.657Z Checking syn v2.0.117
44312026-04-10T22:05:27.740Z Checking icu_collections v2.1.1
44322026-04-10T22:05:27.740Z Checking icu_locale_core v2.1.1
44332026-04-10T22:05:27.759Z Checking serde-value v0.7.0
44342026-04-10T22:05:27.847Z Checking toml_edit v0.22.27
44352026-04-10T22:05:27.872Z Checking dtrace-parser v0.2.0
44362026-04-10T22:05:27.958Z Checking thread-id v4.2.2
44372026-04-10T22:05:28.041Z Checking once_cell v1.21.3
44382026-04-10T22:05:28.055Z Checking cargo-platform v0.2.0
44392026-04-10T22:05:28.086Z Checking terminal_size v0.4.3
44402026-04-10T22:05:28.111Z Checking memmap v0.7.0
44412026-04-10T22:05:28.197Z Checking clap_builder v4.5.60
44422026-04-10T22:05:28.235Z Checking tempfile v3.25.0
44432026-04-10T22:05:28.247Z Checking fs-err v3.3.0
44442026-04-10T22:05:28.249Z Checking textwrap v0.16.2
44452026-04-10T22:05:28.298Z Checking icu_provider v2.1.1
44462026-04-10T22:05:28.420Z Checking anyhow v1.0.102
44472026-04-10T22:05:28.423Z Checking camino-tempfile v1.4.1
44482026-04-10T22:05:28.458Z Checking tabled v0.15.0
44492026-04-10T22:05:28.536Z Checking icu_normalizer v2.1.1
44502026-04-10T22:05:28.583Z Checking icu_properties v2.1.2
44512026-04-10T22:05:28.615Z Checking macaddr v1.0.1
44522026-04-10T22:05:28.798Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44532026-04-10T22:05:28.955Z Checking toml v0.8.23
44542026-04-10T22:05:29.261Z Checking cargo_toml v0.21.0
44552026-04-10T22:05:29.381Z Checking dof v0.3.0
44562026-04-10T22:05:29.384Z Checking idna_adapter v1.2.1
44572026-04-10T22:05:29.419Z Checking clap v4.5.60
44582026-04-10T22:05:29.495Z Checking idna v1.1.0
44592026-04-10T22:05:29.651Z Checking usdt-impl v0.5.0
44602026-04-10T22:05:29.721Z Checking url v2.5.8
44612026-04-10T22:05:29.910Z Checking usdt v0.5.0
44622026-04-10T22:05:30.068Z Checking cargo-util-schemas v0.8.2
44632026-04-10T22:05:30.750Z Checking cargo_metadata v0.21.0
44642026-04-10T22:05:31.354Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44652026-04-10T22:05:31.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44662026-04-10T22:05:31.890Z
44672026-04-10T22:05:31.890Zinfo: running `cargo check --bins` on dnsadm (255/271)
44682026-04-10T22:05:32.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-04-10T22:05:32.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-04-10T22:05:32.527Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44712026-04-10T22:05:33.003Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44722026-04-10T22:05:33.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44732026-04-10T22:05:33.582Z
44742026-04-10T22:05:33.582Zinfo: running `cargo check --bins` on end-to-end-tests (256/271)
44752026-04-10T22:05:34.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-04-10T22:05:34.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-04-10T22:05:34.381Z Checking polyval v0.6.2
44782026-04-10T22:05:34.505Z Checking ctr v0.9.2
44792026-04-10T22:05:34.517Z Checking ssh-encoding v0.2.0
44802026-04-10T22:05:34.517Z Checking blowfish v0.9.1
44812026-04-10T22:05:34.539Z Checking password-hash v0.4.2
44822026-04-10T22:05:34.555Z Checking p256 v0.13.2
44832026-04-10T22:05:34.558Z Checking p521 v0.13.3
44842026-04-10T22:05:34.583Z Checking russh-cryptovec v0.7.3
44852026-04-10T22:05:34.648Z Checking ghash v0.5.1
44862026-04-10T22:05:34.662Z Checking bcrypt-pbkdf v0.10.0
44872026-04-10T22:05:34.665Z Checking md5 v0.7.0
44882026-04-10T22:05:34.732Z Checking num-bigint v0.4.6
44892026-04-10T22:05:34.732Z Checking des v0.8.1
44902026-04-10T22:05:34.762Z Checking aes-gcm v0.10.3
44912026-04-10T22:05:34.776Z Checking pbkdf2 v0.11.0
44922026-04-10T22:05:34.800Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44932026-04-10T22:05:34.855Z Checking hex-literal v0.4.1
44942026-04-10T22:05:34.880Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44952026-04-10T22:05:34.897Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44962026-04-10T22:05:34.912Z Checking ssh-cipher v0.2.0
44972026-04-10T22:05:34.945Z Checking internet-checksum v0.2.1
44982026-04-10T22:05:35.073Z Checking ssh-key v0.6.7
44992026-04-10T22:05:35.155Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-04-10T22:05:35.701Z Checking russh-keys v0.45.0
45012026-04-10T22:05:36.239Z Checking russh v0.45.0
45022026-04-10T22:05:51.398Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-04-10T22:05:52.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s
45042026-04-10T22:05:52.799Z
45052026-04-10T22:05:52.799Zinfo: running `cargo check --bins` on gateway-cli (257/271)
45062026-04-10T22:05:53.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-04-10T22:05:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-04-10T22:05:53.443Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-04-10T22:05:53.552Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-04-10T22:05:53.561Z Checking termios v0.3.3
45112026-04-10T22:05:54.757Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-04-10T22:05:54.904Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-04-10T22:05:56.723Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-04-10T22:05:57.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45152026-04-10T22:05:57.472Z
45162026-04-10T22:05:57.472Zinfo: running `cargo check --bins --no-default-features` on installinator (258/271)
45172026-04-10T22:05:58.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-10T22:05:58.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-10T22:05:58.178Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-04-10T22:05:58.292Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-04-10T22:05:58.301Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-04-10T22:05:58.301Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-04-10T22:05:58.315Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45242026-04-10T22:05:58.315Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-04-10T22:05:59.036Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-04-10T22:05:59.382Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45272026-04-10T22:05:59.383Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-04-10T22:06:00.040Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-04-10T22:06:01.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45302026-04-10T22:06:01.861Z
45312026-04-10T22:06:01.861Zinfo: running `cargo check --bins` on internal-dns-cli (259/271)
45322026-04-10T22:06:02.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-10T22:06:02.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-10T22:06:02.493Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-04-10T22:06:02.950Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-04-10T22:06:03.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45372026-04-10T22:06:03.454Z
45382026-04-10T22:06:03.454Zinfo: running `cargo check --bins` on omicron-live-tests (260/271)
45392026-04-10T22:06:03.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-04-10T22:06:03.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-04-10T22:06:03.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-04-10T22:06:03.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45432026-04-10T22:06:04.039Z
45442026-04-10T22:06:04.039Zinfo: running `cargo check --bins` on live-tests-macros (261/271)
45452026-04-10T22:06:04.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-04-10T22:06:04.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-04-10T22:06:04.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-04-10T22:06:04.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45492026-04-10T22:06:04.622Z
45502026-04-10T22:06:04.622Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (262/271)
45512026-04-10T22:06:05.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-04-10T22:06:05.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-04-10T22:06:05.370Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-04-10T22:06:05.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45552026-04-10T22:06:06.172Z
45562026-04-10T22:06:06.172Zinfo: running `cargo check --bins` on omicron-ntp-admin (263/271)
45572026-04-10T22:06:06.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-04-10T22:06:06.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-04-10T22:06:06.820Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-04-10T22:06:06.823Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-04-10T22:06:07.069Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-04-10T22:06:07.069Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45632026-04-10T22:06:07.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45642026-04-10T22:06:08.042Z
45652026-04-10T22:06:08.042Zinfo: running `cargo check --bins` on ntp-admin-types (264/271)
45662026-04-10T22:06:08.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-04-10T22:06:08.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-04-10T22:06:08.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-04-10T22:06:08.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45702026-04-10T22:06:08.634Z
45712026-04-10T22:06:08.635Zinfo: running `cargo check --bins` on omicron-package (265/271)
45722026-04-10T22:06:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-04-10T22:06:09.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-04-10T22:06:09.309Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-04-10T22:06:10.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45762026-04-10T22:06:10.578Z
45772026-04-10T22:06:10.578Zinfo: running `cargo check --bins` on tqdb (266/271)
45782026-04-10T22:06:11.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-04-10T22:06:11.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-04-10T22:06:11.356Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-04-10T22:06:11.707Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45822026-04-10T22:06:12.218Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45832026-04-10T22:06:12.218Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45842026-04-10T22:06:17.324Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45852026-04-10T22:06:17.863Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45862026-04-10T22:06:17.863Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45872026-04-10T22:06:17.866Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-04-10T22:06:17.866Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45892026-04-10T22:06:17.866Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45902026-04-10T22:06:18.626Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45912026-04-10T22:06:19.550Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45922026-04-10T22:06:20.312Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45932026-04-10T22:06:20.921Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45942026-04-10T22:06:25.467Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45952026-04-10T22:06:31.596Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45962026-04-10T22:06:31.599Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45972026-04-10T22:06:31.599Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45982026-04-10T22:06:31.599Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45992026-04-10T22:06:33.036Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46002026-04-10T22:06:34.340Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46012026-04-10T22:06:35.000Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46022026-04-10T22:06:36.244Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46032026-04-10T22:06:36.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.19s
46042026-04-10T22:06:36.988Z
46052026-04-10T22:06:36.988Zinfo: running `cargo check --bins` on wicket-dbg (267/271)
46062026-04-10T22:06:37.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-04-10T22:06:37.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-04-10T22:06:37.693Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46092026-04-10T22:06:37.693Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46102026-04-10T22:06:37.693Z Checking rtoolbox v0.0.3
46112026-04-10T22:06:37.696Z Checking tui-tree-widget v0.23.1
46122026-04-10T22:06:37.912Z Checking rpassword v7.4.0
46132026-04-10T22:06:38.848Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46142026-04-10T22:06:41.875Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46152026-04-10T22:06:43.646Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46162026-04-10T22:06:44.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
46172026-04-10T22:06:44.704Z
46182026-04-10T22:06:44.704Zinfo: running `cargo check --bins` on wicket (268/271)
46192026-04-10T22:06:45.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-04-10T22:06:45.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-04-10T22:06:45.389Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46222026-04-10T22:06:45.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46232026-04-10T22:06:45.934Z
46242026-04-10T22:06:45.934Zinfo: running `cargo check --bins` on wicketd (269/271)
46252026-04-10T22:06:46.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-04-10T22:06:46.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-04-10T22:06:46.650Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46282026-04-10T22:06:46.653Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46292026-04-10T22:06:46.653Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46302026-04-10T22:06:46.653Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46312026-04-10T22:06:47.662Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46322026-04-10T22:06:48.215Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46332026-04-10T22:06:51.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46342026-04-10T22:06:51.321Z
46352026-04-10T22:06:51.321Zinfo: running `cargo check --bins` on omicron-workspace-hack (270/271)
46362026-04-10T22:06:51.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46372026-04-10T22:06:51.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46382026-04-10T22:06:51.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46392026-04-10T22:06:51.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46402026-04-10T22:06:51.910Z
46412026-04-10T22:06:51.910Zinfo: running `cargo check --bins` on zone-setup (271/271)
46422026-04-10T22:06:52.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-04-10T22:06:52.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-04-10T22:06:52.585Z Checking uzers v0.12.2
46452026-04-10T22:06:52.854Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46462026-04-10T22:06:53.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46472026-04-10T22:06:53.824Z
46482026-04-10T22:06:53.824Zreal 14:02.645061868
46492026-04-10T22:06:53.824Zuser 20:21.727692576
46502026-04-10T22:06:53.824Zsys 4:09.926351347
46512026-04-10T22:06:53.824Ztrap 0.328361764
46522026-04-10T22:06:53.824Ztflt 0.271225923
46532026-04-10T22:06:53.824Zdflt 0.830702925
46542026-04-10T22:06:53.824Zkflt 0.001009003
46552026-04-10T22:06:53.824Zlock 1:16:10.881314690
46562026-04-10T22:06:53.824Zslp 1:37:23.997200724
46572026-04-10T22:06:53.824Zlat 57.507858904
46582026-04-10T22:06:53.824Zstop 3:34.543126759
46592026-04-10T22:06:53.827Zprocess exited: duration 1021851 ms, exit code 0
 
46602026-04-10T22:06:53.834Zfound 0 output files